* feat(components): [select] add aria-label to select's input
Select's input causes accessibility issues without aria-label, this commit adds it
* refactor(components): [select] change aria-label to label; update docs
* refactor(components): [select] change back to ariaLabel prop name
* docs(components): kebab-case for docs
* feat(components): [dialog] added dialog header aria-level attribute
To pass accessibility tests elements with role="heading" require aria-level
* feat(components): [drawer] added drawer header aria-level attribute
To pass accessibility tests elements with role="heading" require aria-level
* fix(components): [input-number] prevent aria-valuenow from being null
To pass accessibility tests aria-valuenow cannot be null
* fix(components): [input-number] fix number input when 0 and update test
Fixes a bug where number input's aria-valuenow will be set to '' when input's value is 0. Also
updates a failing test
* refactor(components): [dialog] change default aria-level to 2
* docs(components): dialog and drawer header aria-level docs update
* docs(components): change headerAriaLevel type to string
* docs(components): kebab-case for docs
* feat(components): add max-collapse-tags prop
show more than one tag in cascade when multiple enable and use collapse-tags true
* test(test-utils): add unit test for cascader prop 'max-collapse-tags'
* Update packages/components/cascader/src/cascader.vue
Co-authored-by: btea <2356281422@qq.com>
* Update cascader.vue
* refactor(components): [cascader] style lint
---------
Co-authored-by: chenweiyi01 <chenweiyi01@zuoyebang.com>
Co-authored-by: btea <2356281422@qq.com>
* docs(components): [transfer] use new display tag
* docs(components): [transfer] update TransferKey to Array<string|number>
* docs(components): [transfer] directly specify type for TransferDataItem
1. docs(components): [cascader] add version tag for togglePopperVisible expose
2. docs(components): [color-picker] add version tag for show & hide expose
3. docs(components): [date-picker] add version tag for handleOpen & handleClose method
4. docs(components): [dialog] add version tag for align-center atrr
5. docs(components): [dropdown] add version tag for teleported attr
6. docs(components): [form] add version tag for scroll-into-view-options attr
7. docs(components): [image] add version tag for zoom-rate attr
8. docs(components): [input-number] add version tag for readonly attr
9. docs(components): [menu] add version tag for popper-effect attr
10. docs(components): [message-box] add version tag for append-to attr & message function
11. docs(components): [rate] add version tag for clearable attr
12. docs(components): [select-v2] add max-collapse-tags attr
13. docs(components): [select] add version tag for collapse-tags-tooltip & placement
14. docs(components): [table] fix show-overflow-toolip attr version tag
15. docs(components): [time-picker] add version tag for handleOption & handleClose expose
16. docs(components): [tree-v2] add version tag for item-size attr
17. docs(components): [tree] add version tag for empty slot
* chore(docs): updating the implementation of the theme switch button
* chore(docs): updating the implementation of the theme switch button
* chore(docs): updating the implementation of the theme switch button
* docs(components): [select] use new display tag
* docs(components): [select] description and comment begins in lower case
* docs(components): [select] update type of prop and event
* fix(components): fix the attribute conflict
When value is input by shortcut, it's value will not be changed by defaultTime anymore
closed#13483
* fix(components): change param to pass the test
* fix(components): delete unnecessary changes
* fix(components): use let to replace ref variable
* fix(components): add test cases
* modify the condition for when the value of currentKey is 0
* add a test case
* add a test case
* add a test case
* Update packages/components/tree-v2/__tests__/tree.test.ts
Co-authored-by: btea <2356281422@qq.com>
* Update packages/components/tree-v2/__tests__/tree.test.ts
Co-authored-by: btea <2356281422@qq.com>
* Update packages/components/tree-v2/__tests__/tree.test.ts
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: btea <2356281422@qq.com>
Fix the problem that the chrome 72 tab table does not display data. This is caused by the fact that
the extension operator becomes an empty object in a special scenario
BREAKING CHANGE :
The writing method of shallow copy is replaced
closed #8770,#9071,#7038
Co-authored-by: btea <2356281422@qq.com>
* fix(components): [select] abnormal focus when click tags
closed#13665
* fix(components): [select] clearable
* chore(components): [select] remove console
* fix: the setTimeout function may bring some side effects
* fix: remove role
* test(components): [select] add some test