Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Shell]文档提供的代码错误 #3564

Closed
itoushunta opened this issue Nov 28, 2021 · 0 comments
Closed

[Shell]文档提供的代码错误 #3564

itoushunta opened this issue Nov 28, 2021 · 0 comments
Labels
🐞 Bug Something isn't working improvement improve some features

Comments

@itoushunta
Copy link

Component

Shell

Steps to reproduce

image
代码演示中Search组件的placeholder写错了~

@YunMeng99 YunMeng99 added improvement improve some features 🐞 Bug Something isn't working labels Aug 11, 2023
luolin-ck pushed a commit to luolin-ck/next that referenced this issue Mar 15, 2024
…ptimize use cases

fix(Overlay): solve problems caused by numerical floating, close alibaba-fusion#4740

chore(*): Release-1.27.5-beta.1

fix(*): rollback alibaba-fusion#4746 and fix textarea clear spec

chore(*): Release-1.27.5

fix(Drawer): not to change package-lock.json

Update stale.yml

chore(BuildTool): 支持指定主题包调试`run start --theme xxx`

chore(DatePicker): fix theme demo margin, close alibaba-fusion#3627

chore(Shell): fix spell error "palceholder -> placeholder", close alibaba-fusion#3564

docs(Field): improve document description of parseName, close alibaba-fusion#3453

chore(Pagination): improve document of pageSizeSelector, fix pageJump runtime error, close alibaba-fusion#3306

docs(Calendar2): remove legacy api, close alibaba-fusion#3100

fix(Table): fix merging cell width in locked columns, close alibaba-fusion#4716 (alibaba-fusion#4752)

* fix(Table): 修复合并单元格的锁列滑动问题

* fix(Table): should support for merging cells in locked columns, close alibaba-fusion#4716

* fix(Table): 修复测试用例

chore(*): update lock

fix(Shell): phone shell should hidden when collapsed, close alibaba-fusion#3886 (alibaba-fusion#4766)

Co-authored-by: lancely <[email protected]>

refactor(Timeline): rename timeline file to ts

refactor(Timeline): ts & doc improvement

refactor(Timeline): test improve

refactor(Timeline): fix cr comments

fix(Upload): should hide trigger when limit is reached for Upload.Dragger, close alibaba-fusion#3951 (alibaba-fusion#4761)

Co-authored-by: lancely <[email protected]>

feat(DatePicker): improve focus logic, close alibaba-fusion#3998 (alibaba-fusion#4769)

* feat(DatePicker): interactive optimization of date selection box close alibaba-fusion#3998

* feat(DatePicker): improve focus logic

---------

Co-authored-by: WB01081293 <[email protected]>
Co-authored-by: 珵之 <[email protected]>

refactor(Field): rename to ts

refactor(Field): convert to TypeScript, impove docs and tests

refactor(Field): convert to TypeScript, impove docs and tests

chore(Field): improve for codereview

chore(Field): fix dependency version

feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531 (alibaba-fusion#4771)

* feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531

* chore(TreeSelect): improve useDetailValue tc and demos by codereview

* test(TreeSelect): add control mode spec for useDetailValue

refactor(Collapse): rename to ts

refactor(Collapse): convert to TypeScript, impove docs and tests

refactor(Collapse): imporve docs and types

chore(Collapse): improve by codereview

chore(Collapse): remove useless propTypes comments

chore(*): Release-1.27.6

fix(Collapse): hotfix panel className missing

chore(*): Release-1.27.7

chore(Divider): adjust ts types

chore(Divider): adjust ts & docs & test
luolin-ck pushed a commit to luolin-ck/next that referenced this issue Mar 20, 2024
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710930339 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710930294 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710930251 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710930016 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710929391 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710929075 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710929054 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710929008 +0800

parent 142d089
author 骆林 <[email protected]> 1710322602 +0800
committer 骆林 <[email protected]> 1710928916 +0800

fix(Drawer): 优化ts,新增tsdoc

chore(Notification): adjust ts types

chore(Notification): doc & test

chore(Notification): adjust ts types

chore(Notification): lint eg

docs(Search): remove unnecessary symbol ","

fix(Drawer): 异步执行cy.get 与 hide执行顺序修正

fix(Drawer): package-lock.json no change

fix(Overlay): solve problems caused by numerical floating, close alibaba-fusion#4740

fix(*): rollback alibaba-fusion#4746 and fix textarea clear spec

Update stale.yml

chore(BuildTool): 支持指定主题包调试`run start --theme xxx`

chore(DatePicker): fix theme demo margin, close alibaba-fusion#3627

chore(Shell): fix spell error "palceholder -> placeholder", close alibaba-fusion#3564

docs(Field): improve document description of parseName, close alibaba-fusion#3453

chore(Pagination): improve document of pageSizeSelector, fix pageJump runtime error, close alibaba-fusion#3306

docs(Calendar2): remove legacy api, close alibaba-fusion#3100

fix(Table): fix merging cell width in locked columns, close alibaba-fusion#4716 (alibaba-fusion#4752)

* fix(Table): 修复合并单元格的锁列滑动问题

* fix(Table): should support for merging cells in locked columns, close alibaba-fusion#4716

* fix(Table): 修复测试用例

fix(Shell): phone shell should hidden when collapsed, close alibaba-fusion#3886 (alibaba-fusion#4766)

Co-authored-by: lancely <[email protected]>

refactor(Timeline): fix cr comments

fix(Upload): should hide trigger when limit is reached for Upload.Dragger, close alibaba-fusion#3951 (alibaba-fusion#4761)

Co-authored-by: lancely <[email protected]>

feat(DatePicker): improve focus logic, close alibaba-fusion#3998 (alibaba-fusion#4769)

* feat(DatePicker): interactive optimization of date selection box close alibaba-fusion#3998

* feat(DatePicker): improve focus logic

---------

Co-authored-by: WB01081293 <[email protected]>
Co-authored-by: 珵之 <[email protected]>

refactor(Field): convert to TypeScript, impove docs and tests

refactor(Field): convert to TypeScript, impove docs and tests

chore(Field): improve for codereview

chore(Field): fix dependency version

feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531 (alibaba-fusion#4771)

* feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531

* chore(TreeSelect): improve useDetailValue tc and demos by codereview

* test(TreeSelect): add control mode spec for useDetailValue

refactor(Collapse): convert to TypeScript, impove docs and tests

refactor(Collapse): imporve docs and types

chore(Collapse): improve by codereview

chore(Collapse): remove useless propTypes comments

fix(Collapse): hotfix panel className missing

chore(*): Release-1.27.7

chore(Divider): adjust ts & docs & test

chore(Notification): doc & test

chore(Notification): adjust ts types

chore(Notification): lint eg

docs(Search): remove unnecessary symbol ","

chore(Step): rename to ts

refactor(Step): convert to TypeScript, impove docs and tests

chore(Step): improve for codereview

feat(Checkbox): upgrade checkbox ts

refactor(Checkbox): improve ts & tc

refactor(Checkbox): improve doc

refactor(Checkbox): fix comment issues

fix(Drawer): 添加v2 tsdoc & fix onToggleHighlightItem & fix ariaProps

fix(Drawer): docs basic type from drawer/index
eternalsky pushed a commit to luolin-ck/next that referenced this issue Mar 21, 2024
…ptimize use cases

fix(Overlay): solve problems caused by numerical floating, close alibaba-fusion#4740

chore(*): Release-1.27.5-beta.1

fix(*): rollback alibaba-fusion#4746 and fix textarea clear spec

chore(*): Release-1.27.5

fix(Drawer): not to change package-lock.json

Update stale.yml

chore(BuildTool): 支持指定主题包调试`run start --theme xxx`

chore(DatePicker): fix theme demo margin, close alibaba-fusion#3627

chore(Shell): fix spell error "palceholder -> placeholder", close alibaba-fusion#3564

docs(Field): improve document description of parseName, close alibaba-fusion#3453

chore(Pagination): improve document of pageSizeSelector, fix pageJump runtime error, close alibaba-fusion#3306

docs(Calendar2): remove legacy api, close alibaba-fusion#3100

fix(Table): fix merging cell width in locked columns, close alibaba-fusion#4716 (alibaba-fusion#4752)

* fix(Table): 修复合并单元格的锁列滑动问题

* fix(Table): should support for merging cells in locked columns, close alibaba-fusion#4716

* fix(Table): 修复测试用例

chore(*): update lock

fix(Shell): phone shell should hidden when collapsed, close alibaba-fusion#3886 (alibaba-fusion#4766)

Co-authored-by: lancely <[email protected]>

refactor(Timeline): rename timeline file to ts

refactor(Timeline): ts & doc improvement

refactor(Timeline): test improve

refactor(Timeline): fix cr comments

fix(Upload): should hide trigger when limit is reached for Upload.Dragger, close alibaba-fusion#3951 (alibaba-fusion#4761)

Co-authored-by: lancely <[email protected]>

feat(DatePicker): improve focus logic, close alibaba-fusion#3998 (alibaba-fusion#4769)

* feat(DatePicker): interactive optimization of date selection box close alibaba-fusion#3998

* feat(DatePicker): improve focus logic

---------

Co-authored-by: WB01081293 <[email protected]>
Co-authored-by: 珵之 <[email protected]>

refactor(Field): rename to ts

refactor(Field): convert to TypeScript, impove docs and tests

refactor(Field): convert to TypeScript, impove docs and tests

chore(Field): improve for codereview

chore(Field): fix dependency version

feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531 (alibaba-fusion#4771)

* feat(TreeSelect): support useDetailValue, close alibaba-fusion#3531

* chore(TreeSelect): improve useDetailValue tc and demos by codereview

* test(TreeSelect): add control mode spec for useDetailValue

refactor(Collapse): rename to ts

refactor(Collapse): convert to TypeScript, impove docs and tests

refactor(Collapse): imporve docs and types

chore(Collapse): improve by codereview

chore(Collapse): remove useless propTypes comments

chore(*): Release-1.27.6

fix(Collapse): hotfix panel className missing

chore(*): Release-1.27.7

chore(Divider): adjust ts types

chore(Divider): adjust ts & docs & test
eternalsky pushed a commit that referenced this issue Mar 21, 2024
…ptimize use cases

fix(Overlay): solve problems caused by numerical floating, close #4740

chore(*): Release-1.27.5-beta.1

fix(*): rollback #4746 and fix textarea clear spec

chore(*): Release-1.27.5

fix(Drawer): not to change package-lock.json

Update stale.yml

chore(BuildTool): 支持指定主题包调试`run start --theme xxx`

chore(DatePicker): fix theme demo margin, close #3627

chore(Shell): fix spell error "palceholder -> placeholder", close #3564

docs(Field): improve document description of parseName, close #3453

chore(Pagination): improve document of pageSizeSelector, fix pageJump runtime error, close #3306

docs(Calendar2): remove legacy api, close #3100

fix(Table): fix merging cell width in locked columns, close #4716 (#4752)

* fix(Table): 修复合并单元格的锁列滑动问题

* fix(Table): should support for merging cells in locked columns, close #4716

* fix(Table): 修复测试用例

chore(*): update lock

fix(Shell): phone shell should hidden when collapsed, close #3886 (#4766)

Co-authored-by: lancely <[email protected]>

refactor(Timeline): rename timeline file to ts

refactor(Timeline): ts & doc improvement

refactor(Timeline): test improve

refactor(Timeline): fix cr comments

fix(Upload): should hide trigger when limit is reached for Upload.Dragger, close #3951 (#4761)

Co-authored-by: lancely <[email protected]>

feat(DatePicker): improve focus logic, close #3998 (#4769)

* feat(DatePicker): interactive optimization of date selection box close #3998

* feat(DatePicker): improve focus logic

---------

Co-authored-by: WB01081293 <[email protected]>
Co-authored-by: 珵之 <[email protected]>

refactor(Field): rename to ts

refactor(Field): convert to TypeScript, impove docs and tests

refactor(Field): convert to TypeScript, impove docs and tests

chore(Field): improve for codereview

chore(Field): fix dependency version

feat(TreeSelect): support useDetailValue, close #3531 (#4771)

* feat(TreeSelect): support useDetailValue, close #3531

* chore(TreeSelect): improve useDetailValue tc and demos by codereview

* test(TreeSelect): add control mode spec for useDetailValue

refactor(Collapse): rename to ts

refactor(Collapse): convert to TypeScript, impove docs and tests

refactor(Collapse): imporve docs and types

chore(Collapse): improve by codereview

chore(Collapse): remove useless propTypes comments

chore(*): Release-1.27.6

fix(Collapse): hotfix panel className missing

chore(*): Release-1.27.7

chore(Divider): adjust ts types

chore(Divider): adjust ts & docs & test
eternalsky pushed a commit that referenced this issue Jul 16, 2024
…ptimize use cases

fix(Overlay): solve problems caused by numerical floating, close #4740

chore(*): Release-1.27.5-beta.1

fix(*): rollback #4746 and fix textarea clear spec

chore(*): Release-1.27.5

fix(Drawer): not to change package-lock.json

Update stale.yml

chore(BuildTool): 支持指定主题包调试`run start --theme xxx`

chore(DatePicker): fix theme demo margin, close #3627

chore(Shell): fix spell error "palceholder -> placeholder", close #3564

docs(Field): improve document description of parseName, close #3453

chore(Pagination): improve document of pageSizeSelector, fix pageJump runtime error, close #3306

docs(Calendar2): remove legacy api, close #3100

fix(Table): fix merging cell width in locked columns, close #4716 (#4752)

* fix(Table): 修复合并单元格的锁列滑动问题

* fix(Table): should support for merging cells in locked columns, close #4716

* fix(Table): 修复测试用例

chore(*): update lock

fix(Shell): phone shell should hidden when collapsed, close #3886 (#4766)

Co-authored-by: lancely <[email protected]>

refactor(Timeline): rename timeline file to ts

refactor(Timeline): ts & doc improvement

refactor(Timeline): test improve

refactor(Timeline): fix cr comments

fix(Upload): should hide trigger when limit is reached for Upload.Dragger, close #3951 (#4761)

Co-authored-by: lancely <[email protected]>

feat(DatePicker): improve focus logic, close #3998 (#4769)

* feat(DatePicker): interactive optimization of date selection box close #3998

* feat(DatePicker): improve focus logic

---------

Co-authored-by: WB01081293 <[email protected]>
Co-authored-by: 珵之 <[email protected]>

refactor(Field): rename to ts

refactor(Field): convert to TypeScript, impove docs and tests

refactor(Field): convert to TypeScript, impove docs and tests

chore(Field): improve for codereview

chore(Field): fix dependency version

feat(TreeSelect): support useDetailValue, close #3531 (#4771)

* feat(TreeSelect): support useDetailValue, close #3531

* chore(TreeSelect): improve useDetailValue tc and demos by codereview

* test(TreeSelect): add control mode spec for useDetailValue

refactor(Collapse): rename to ts

refactor(Collapse): convert to TypeScript, impove docs and tests

refactor(Collapse): imporve docs and types

chore(Collapse): improve by codereview

chore(Collapse): remove useless propTypes comments

chore(*): Release-1.27.6

fix(Collapse): hotfix panel className missing

chore(*): Release-1.27.7

chore(Divider): adjust ts types

chore(Divider): adjust ts & docs & test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working improvement improve some features
Projects
None yet
Development

No branches or pull requests

3 participants