Junan
82c612e679
fix(style): [radio] marginRight 30px same as checkbox ( #15260 )
...
* fix(style): [checkbox] marginRight 32px same as radio
* fix(style): [radio] marginRight 30px same as checkbox
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-29 18:16:42 +08:00
dopamine
ae0439df9f
fix(components): [tabs] optimize SSR ( #15183 )
2024-07-29 18:01:07 +08:00
betavs
a2323f0bb3
fix(components): [slider] data anomaly when the input value is undefined ( #15402 )
...
fix(components): [slider] data anomaly
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-29 15:20:04 +08:00
dopamine
c76cc8bc92
fix(components): [table] inaccurate type of toggleRowSelection
( #17687 )
2024-07-29 13:40:05 +08:00
qiang
506b5f84aa
chore(components): [select] remove unused Input component ( #17690 )
...
* chore(components): [select] remove unused Input component
* chore: add nocheck
2024-07-29 08:23:46 +08:00
qiang
233d38b631
refactor(hooks): rewrite composition as a composable function ( #14240 )
...
* refactor(hooks): rewrite composition as a composable function
* fix(components): [select] avoid navigateOptions when composing Chinese
* fix: error
* chore: change afterComposition
2024-07-28 21:11:20 +08:00
Polaris-tl
ce0220612e
perf(hooks): replace the ref object with a plain object ( #15061 )
...
Co-authored-by: 唐铃 <ling.tang01@geely.com>
2024-07-28 18:22:44 +08:00
dopamine
2fce7b469b
fix(components): [scrollbar] restore scroll position in onActivated hook ( #11363 )
2024-07-27 22:21:35 +08:00
离谱
b692e37e57
fix(components): [table] fix sorting issue in table-column ( #17608 )
...
fix(components): fix sorting issue in table-column
fix(components): fix sorting issue in table-column
Revert "fix(components): [message-box] vue wraning when button state is loading (#17603 )"
This reverts commit ab494bb48a
.
fix(components): fix sorting issue in table-column
Revert "docs(docs): [skeleton] fix layout error in example (#17291 )"
This reverts commit 0f8684310b
.
fix(components): fix sorting issue in table-column
fix(components): fix sorting issue in table-column
fix(components): fix sorting issue in table-column
2024-07-27 18:08:40 +08:00
dopamine
87c5e45122
fix(components): [table] cover more edge cases for show-overflow-tooltip
( #17629 )
...
fix(components): [table] cover more edge cases for `show-overflow-tooltip`
2024-07-27 17:55:29 +08:00
Lov`u`e
cb8d869082
fix(components): [slider] set slider precision ( #15328 )
...
fix(components): add a attribute:precision,used to set slider precision
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-27 17:36:08 +08:00
btea
68fe36ba38
fix(components): [select] exceeding the limit will still trigger update ( #17685 )
...
* fix(components): [select] exceeding the limit will still trigger update
* fix: update
2024-07-27 15:51:59 +08:00
sea
606ff06322
improvement(components): @touchstart @touchmove @wheel add passive ( #16741 )
...
* perf(components): @touchstart @touchmove add passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* perf(components): update passive
* style: fix lint
* perf(components): update passive
* perf(components): update passive
* perf: delete useless code
2024-07-26 21:01:17 +08:00
ToyCat93
b0b98e5d11
fix(components): [segmented] modelValue
boolean type validation warning ( #17656 )
...
* fix(components): [segmented] of boolean type, throw invalid event args
* docs(components): [segmented] add boolean type to the v-model
2024-07-26 13:48:41 +08:00
sea
0b2f6911a9
feat(components): [carousel] export activeIndex
( #17650 )
...
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-26 10:20:25 +08:00
sea
a11a7d09dc
feat(components): [carousel] add cardScale prop ( #17621 )
...
* feat: add params
* docs: add content
* perf: code
* ci: again test
2024-07-25 14:31:37 +08:00
chouchouji
2564007850
refactor(components): optimize component boolean type ( #17622 )
...
* refactor(components): optimize component boolean type
* style(components): [overlay] fromat code
2024-07-25 14:17:23 +08:00
Manshu Tusker
f974ea5d81
fix(components): [cascader] failed to retrieve value when value is 0 ( #17651 )
...
* fix(components): correct data display in Cascader
Resolved an issue where certain falsy values, such as 0, were incorrectly treated as undefined in
data processing and validation logic, ensuring accurate handling and display across all components.
closed #17647
* revert(other): do not submit pnpm-lock.yaml
do not submit pnpm-lock.yaml.
2024-07-25 14:10:39 +08:00
btea
c7dea71e81
feat(components): [table-column] add filter-icon
slot ( #17272 )
...
* feat(components): [table] add `filter-icon` prop
* chore: remove
* chore: remove
* Update docs/en-US/component/table.md
* feat: filter-icon slot
* test: test case
* chore: update
* chore: update
2024-07-24 14:47:42 +08:00
chouchouji
bfbd4741a2
test(components): [tag] replace closeTransition with disableTransitions ( #17611 )
...
* test(components): [tag] replace closeTransition with disableTransitions
* test(components): [tag] complete type test
2024-07-24 13:45:32 +08:00
chouchouji
ff5ba6a764
test(components): [badge] complete test cases ( #17628 )
2024-07-24 05:39:19 +00:00
xiaofei
f0f090c61f
feat(components): [time-select] export TimeSelectProps and Instance ( #16511 )
...
* feat(components): [time-select] export TimeSelectProps and Instance
* chore: [time-select] use withInstall
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-23 16:22:59 +08:00
wzc520pyfm
7db060b7fb
docs(components): [menu] use new display tag ( #15385 )
...
* docs(components): [menu] use new display tag
* docs(components): [menu] delete deprecated attr of sub-menu
2024-07-23 11:04:23 +08:00
wzc520pyfm
5fc967c63e
docs(components): [dropdown] use new display tag ( #15378 )
...
* docs(components): [dropdown] use new display tag
* docs(components): [dropdown] format doc
* docs(components): [dropdown] add delete tag for button type
2024-07-23 10:42:19 +08:00
wzc520pyfm
07a1ac7583
docs(components): [carousel] use new display tag ( #14953 )
2024-07-23 10:24:48 +08:00
wzc520pyfm
b7c9c1010b
docs(components): [tabs] use new display tag ( #15380 )
2024-07-23 10:17:43 +08:00
sea
a5a7699f85
fix(components): [form] not use status-icon and use slot icon style error ( #16848 )
...
* fix: form validate-icon
* fix: form validate-icon
* test: fix ci image test error
* test: delete ci image test error
2024-07-22 18:02:55 +08:00
久染 | JiuRan
122b2fda82
fix: popper content type check ( #17040 )
...
* fix: popper content type check
* fix: code lint
* fix: effect type
* fix: all popper effect type
* fix: replace all EffectType
---------
Co-authored-by: Tong Siyuan <jiuran@jiurandeMacBook-Pro.local>
2024-07-22 17:33:02 +08:00
Liao-js
92204e97f1
fix(components): [tabs] bar width is error when only one bar ( #17016 )
2024-07-22 17:02:28 +08:00
郭某人
1faeb5f314
fix(components): [tabs] add button misalignment in vertical layout ( #16986 )
...
* fix(components): [tabs] Layout issues
* fix(components): [tabs] Simplify code
2024-07-22 16:36:44 +08:00
wzc520pyfm
3ec8580bc0
docs(components): [popover] use new display tag ( #15387 )
2024-07-22 14:23:17 +08:00
知晓同丶
033867f919
feat(components): [loading] replenish loading attributes ( #17174 )
...
* docs: replenish loading attributes
* fix: format md with prettier
* docs: redo `element-loading-background`
* feat(components): [loading] replenish loading attributes
* docs: add version tag
* Update loading.md
2024-07-22 08:08:43 +08:00
chouchouji
9a9afd4734
refactor(components): [link & text] optimize boolean type ( #17610 )
2024-07-21 21:26:14 +08:00
chouchouji
c03c1dd2ce
refactor(components): [button-group] optimize code ( #17607 )
2024-07-21 18:05:47 +08:00
sleepyShen1989
56d1afa283
fix(components): [input] add prop "row" explicit declare ( #17085 )
2024-07-21 13:23:04 +08:00
btea
ab494bb48a
fix(components): [message-box] vue wraning when button state is loading ( #17603 )
2024-07-20 11:16:06 +08:00
Jeremy
1af2641228
fix: sass declaration deprecation error ( #17549 )
...
* fix: sass declaration deprecation error
* Add `&{}` for wrapping nested css blocks.
* fix: lint
* fix: update changes
* fix(style): switch/table-v2/upload compiling warning
* fix(style): update the rest warned sass files to avoid warning
2024-07-20 11:03:12 +08:00
ntnyq
8f9d512129
feat(components): [cascader] add tag-effect prop ( #17443 )
...
* feat(components): [cascader] add `tag-effect` prop
* docs: sync version tag
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-07-20 08:55:15 +08:00
qiang
e99fda889b
fix(components): [countdown] SSR hydration error ( #17554 )
...
* fix(components): [countdown] SSR hydration error
* fix: test
2024-07-19 18:23:04 +08:00
sea
0f93f11ad4
fix(components): [table] expand-row-keys change to explicit type ( #17333 )
...
fix: change to explicit
2024-07-19 16:05:57 +08:00
btea
0484b80e78
fix(components): [tree]calling method to expand node accordion mode fail ( #17441 )
2024-07-19 15:20:47 +08:00
ntnyq
cd3d58f07c
fix(components): [cascader] reactive prop collapse-tags ( #17449 )
...
feat(components): [cascader] reactive prop `collapse-tags`
2024-07-19 14:57:57 +08:00
Panzer_Jack
dbfa93bab1
feat(components): [date-picker] type
add months
params ( #17342 )
...
* feat(components): [date-picker] `type` add `months` params
closed #17317
* feat(components): [date-picker] optimized code
* docs(components): [date-picker] enhanced multiple selection example
* test(components): [date-picker] add test
---------
Co-authored-by: Panzer_Jack <shenchang@bilibili.com>
2024-07-19 11:47:25 +08:00
Aaron-zon
725349a295
fix(components): [color-picker/tree-v2] build error typechecking fails with error TS2300 ( #17545 )
...
fix(components): build error typechecking fails with error TS2300
2024-07-17 15:27:46 +08:00
0song
38a4b0ac8c
feat(components): [cascader] add persistent props to cascader to improve performace ( #17526 )
...
* feat: add persistent props to cascader to improve performace
* chore: update doc
2024-07-15 21:21:21 +08:00
sea
d913ba74c8
fix(components): [radio-button] model-value click style lost and format test file ( #16692 )
...
* fix(components): [radio-button] model-value click style lost
* refactor: radio button model value style
* style: delete test and format
* style: back old
---------
Co-authored-by: 云游君 <me@yunyoujun.cn>
2024-07-15 19:21:44 +08:00
btea
fe0d162193
fix(components): [tree-v2] component activation content not displayed ( #17511 )
2024-07-13 17:19:34 +08:00
sea
9ded53fb20
feat(i18n): add fr translation for el-tour ( #17484 )
...
feat: add fr translation for el-tour
2024-07-10 15:05:32 +08:00
qiang
10ae88b73c
fix(hooks): cannot access 'useEmptyValuesProps' before initialization ( #17448 )
2024-07-09 19:02:05 +08:00
赵添
fc15cad898
fix(components): [tree-select] fix filter no matching data error ( #17473 )
...
* fix(components): [tree-select] fix filter no matching data error
* fix: immediate
2024-07-09 19:01:32 +08:00
qiang
6032af5405
fix(ssr): [tree-select] document is not defined ( #17460 )
2024-07-08 20:09:12 +08:00
ntnyq
4a30d886a8
feat(components): [select & select-v2] add tag-effect
prop ( #17445 )
2024-07-07 12:40:09 +08:00
wzc520pyfm
e63ff37972
feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn ( #17360 )
...
* feat(components): [message-box] add loading-icon to confirmbtn,cancelbtn
closed #17358
* chore(components): [message-box] add loading-icon type to messagebox opt
* docs(components): [message-box] add loading-icon to options
* docs(components): [message-box] add version for options
---------
Co-authored-by: btea <2356281422@qq.com>
2024-07-07 08:36:49 +08:00
btea
f52d1cc8c9
fix(components): [carousel] disable the last monitoblur effect ( #17374 )
2024-07-04 11:31:17 +08:00
Declan Chiu
c03c03b493
fix(components): [image] imageViewer crossorigin configuration missing ( #17341 )
...
* fix(components): [image] imageViewer crossorigin configuration missing
* fix: 修复代码格式化的问题和 crossorigin 的泛型类型缺失问题
* fix: 修复 imageViewer crossorigin props 没有传入的问题
* fix: 剔除 imageViewer 多余的 crossorigin 的 ref 定义
---------
Co-authored-by: 邱子健 <qiuzijian@realibox.com>
2024-07-01 17:40:37 +08:00
yang
c3c3793e4f
flx(component): buttonColor is calculated in the 'var' case ( #17319 )
...
* flx(component): buttonColor is calculated in the 'var' case
* pass test:ssr
* add prefix
* pass lint
2024-06-28 14:14:01 +08:00
kaedeair
9e76e6fdb6
fix(components): [tree] add missing type reject for LoadFunction ( #16990 )
...
Co-authored-by: btea <2356281422@qq.com>
2024-06-26 18:01:46 +08:00
sea
17fc769abd
feat(components): improve event and supplement docs ( #17150 )
...
* feat: improve event and supplement documentation
* feat: improve event and supplement documentation
* style: lint back old
* docs: autocomplate select event content back old
* docs: cascader clear event add version
* fix: delete redundant code
* feat: back old code
* feat: back old code
* feat: back old code
* chore: update version
2024-06-26 11:07:29 +08:00
sea
c1fcf9e2b8
style: css uniformly uses px
( #17101 )
...
style: CSS uniformly uses px
2024-06-26 09:06:41 +08:00
yang
9619e62d0c
fix(components): [pagination] size
global adaptation ( #17306 )
...
* fix(components): [pagination] `size` global adaptation
* Update packages/components/pagination/src/pagination.ts
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: btea <2356281422@qq.com>
2024-06-25 09:01:29 +08:00
星如雨
91ee8606fb
feat(components): [form-item]: add label-position
prop ( #17111 )
...
* feat(components): [form-item]: add `label-position` prop
* docs(components): form-item label-position docs
* test(components): form-item
closed form-item label-position test
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* fix(components): form-item line-height is overridden by the form style
fix(components): form-item label-position style is invalid when label-width is auto
* docs(components): update form and form-item alignment examples
* Update docs/en-US/component/form.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/form.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
---------
Co-authored-by: btea <2356281422@qq.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-06-24 16:43:02 +08:00
锌小子
605499699e
fix(components): [date-picker] support dynamic setting of format
( #17161 )
...
* fix(components): [date-picker]
change format will not update component
closed #17149
* test(components): [date-picker]
Add a test case for supproting dynamic format
* test(components): [date-picker]
correct test case
---------
Co-authored-by: 张东 <A80784@internet.com>
Co-authored-by: zhangdong <a80369@gree.com.cn>
2024-06-21 15:25:08 +08:00
btea
58b60e52dc
fix(components): [progress] setting both color and striped is invalid ( #17235 )
...
* fix(components): [progress] setting both color and striped is invalid
* chore: fix test
2024-06-21 12:44:55 +08:00
yang
a8a2298a6d
feat(pagination) : add size
prop ( #16858 )
...
* fix(components): [table]
closed #11023
* fix(components): add component prop 'size' and related style supplement
BREAKING CHANGE :
size
closed #16830
* Update component documentation
* Update documentation and tests
* Optimized using useFormSize
* Keep the 'small' api for now
* Eliminate unwanted code
* Eliminate the impact of errors
* Remove 'ref'
* Update docs/examples/pagination/more-elements.vue
Co-authored-by: qiang <qw13131wang@gmail.com>
* Modify documents and declarations
* Eliminate uselessness
* Update packages/components/pagination/src/pagination.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/pagination.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update packages/components/pagination/src/pagination.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Adjust public access
* pass Lint
* Modify attribute acquisition
* change the source of 'size'
* remove `pagination-font-size-large`
* Lift response
* Update packages/theme-chalk/src/common/var.scss
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update pagination.ts
* Update docs/examples/pagination/more-elements.vue
---------
Co-authored-by: yang <29636098325@qq.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2024-06-21 11:29:51 +08:00
Raphael Bernhart
03e8be2657
fix(components): fix iOS select click event listening ( #16393 )
...
iOS Safari does not handle click events when a mouseenter event is registered and a DOM-change
happens in a child. We use a Vue custom event binding to only register the event on non-iOS devices.
The inputHovering state gets updated now on iOS-devices on click. This is needed as the mouseenter
event normally does this.
closed #5210
2024-06-21 07:34:43 +08:00
guetHe
db0fec864a
fix(components): [select-v2] with teleported="false"
dropdown closes abnormally ( #16714 )
...
fix(components): with teleported="false" dropdown closes bug
Move toggleMenu click event to the right place wrapperRef
Only wrapperRef can control tooltip content visble or not
closed #16653
2024-06-20 08:01:05 +08:00
sea
32ed206b1f
feat(components): [table] export columns ( #17252 )
...
* feat(components): [el-table] export columns
* feat: add test and fix
2024-06-19 21:12:09 +08:00
XiaoDong
ff936c76b5
fix(components): date-picker minDate change unexpectedly ( #16748 )
2024-06-18 13:56:24 +08:00
Maiko Sinkyaet Tan
5b25708825
chore(locale): add non-existing fr translations ( #17096 )
2024-06-17 10:36:56 +08:00
btea
afab17c51a
fix(components): [table] fit set to false bottom border error ( #17023 )
2024-06-16 10:32:34 +08:00
btea
39ac0b5a0d
fix(components): [input] class bind error corresponding to dynamic slot ( #17194 )
2024-06-15 12:40:06 +08:00
Whbbit1999
7648011303
fix(components): [table-v2] the selector is invalid when row-key
is a number ( #16989 )
...
* fix: rowKey use number or start of number onRowHovered Throw Error#16988
* fix: use String() replace to `as string` #16989
2024-06-11 21:44:19 +08:00
btea
8bd642f567
fix(components): [table] dragging cell should not trigger header-click
( #17093 )
2024-06-08 19:51:20 +08:00
btea
9f04072720
fix(components): [select] invalid name setting ( #17127 )
2024-06-08 19:24:03 +08:00
sea
d9c4634885
fix(components): [color-picker] replenish enableAlpha contral ( #17015 )
2024-06-07 20:44:02 +08:00
sea
14fa38a778
refactor(components): [watermark] change textBaseline default value to hanging
( #17036 )
...
refactor: [watermark] change textBaseline default to hanging
2024-06-03 21:29:12 +08:00
sea
5a836051c8
style(components): [table] th text can be selected ( #17039 )
...
style: [table] th text can be selected
2024-06-03 21:26:46 +08:00
btea
73968424d7
feat(components): [input] add is-focus
class name when textarea focus ( #17049 )
2024-06-03 11:44:18 +08:00
sleepyShen1989
203f76b0eb
test(components): [select] fix option type warning ( #17020 )
2024-05-30 18:47:18 +08:00
Xc
db9590e1f0
fix(components): [date-picker] modelValue typo ( #15080 )
...
* fix(components): [date-picker] modelValue typo
* fix(components): [date-picker] docs
---------
Co-authored-by: xiaochenchen <xiaochen.chen@igg.com>
Co-authored-by: btea <2356281422@qq.com>
2024-05-30 09:50:18 +00:00
kooriookami
f57b10c2ba
style(components): [select & select-v2] remove split dash ( #17009 )
...
* style(components): [select & select-v2] remove split dash
* feat(components): update
2024-05-28 16:35:46 +08:00
kooriookami
1148ccd2d6
feat(components): [select & select-v2] add label slot ( #16960 )
2024-05-28 14:50:22 +08:00
Liao-js
a8d2a5f0b3
fix(components): [color-picker] attrs class ( #16887 )
...
* fix(components): [color-picker] attrs class
* fix(components): [color-picker] v-bind attrs
2024-05-25 12:55:02 +08:00
btea
67d9d7c09b
fix(components): [tree-select] empty slot display error ( #16943 )
...
* fix(components): [tree-select] empty slot display error
* fix: style
2024-05-25 12:29:43 +08:00
久染 | JiuRan
4c3c81e3d6
test(component): select remove-tag event triggered by keydown.delelte ( #16840 )
...
* fix: select deletePrevTag emit remove tag event
* fix: test case
* fix: select-v2 handleDel
* test: select-v2 test case
* fix: test case index
* chore: remove emit event
---------
Co-authored-by: btea <2356281422@qq.com>
2024-05-21 16:58:32 +08:00
Liao-js
1f4ca71c7e
fix(components): [select & select-v2] remove-tag when use backspace ( #16832 )
2024-05-21 16:51:00 +08:00
sea / 神秘海
b905cc00aa
refactor(components): [virtual-list] remove use-wheel ts-nocheck comments ( #16929 )
...
chore: remove ts-nocheck comments in virtual-list
2024-05-21 16:37:11 +08:00
btea
ad0cd51796
fix(components): [table] cell tooltip display error ( #16868 )
...
* fix(components): [table] cell tooltip diaplay error
* fix: update
* fix: update
2024-05-20 09:26:41 +08:00
Liao-js
90c75710f3
style(components): dropdown-item blur hover style ( #16895 )
2024-05-20 09:17:57 +08:00
sea / 神秘海
7bcaf29d06
refactor(hooks): unite import origin ( #16872 )
...
refactor(hooks): unite import origin
2024-05-16 13:00:58 +08:00
sea / 神秘海
48e75f53dd
test: fix ci image/avatar test error ( #16863 )
...
* test: fix ci image test error
* test: add test
* test: add test
* test: add ci
* test: add ci
* test: fix avatar emitted undefined
* test: fix ci image test error
* test: fix ci image/avatar test error
* test: fix ci image/avatar test error
* test: again test
* test: again test2
* test: delete test ci
2024-05-16 12:49:50 +08:00
sea / 神秘海
e35f403515
fix(types): non-null assertion component name ( #16804 )
2024-05-15 09:24:42 +08:00
sea / 神秘海
75b935a977
fix(components): [popper] remove unnecessary conditional judgment ( #16834 )
...
fix: delete invalid code
2024-05-13 20:14:54 +08:00
dopamine
441e07edbb
test(components): [select] modify the grouping of several test cases ( #16824 )
...
chore: modify the grouping of several test cases
2024-05-12 11:43:17 +08:00
Aaron-zon
b87499e7f1
chore(css): format segmented.scss ( #16820 )
...
fix: segmented.scss
2024-05-12 02:37:11 +00:00
Liao-js
43c8f35412
fix(components): [table] selection reference when toggleAllSelection ( #16800 )
...
* fix(components): [table] selection is not updated when length is 0
* fix(components): [table] selection reference when toggleAllSelection
* feat: add test
2024-05-10 20:24:11 +08:00
sea / 神秘海
1fdbfd07fa
feat(components): [form] export fields ( #16755 )
...
* feat(components): [form] export fields
* docs: format
* feat: add test
* Update packages/components/form/src/form.vue
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/form.md
Co-authored-by: btea <2356281422@qq.com>
* Update form.md
---------
Co-authored-by: btea <2356281422@qq.com>
2024-05-07 22:42:51 +08:00
伊墨
982640d1fe
fix(components): [InfiniteScroll] error caused by value of el[SCOPE] ( #16686 )
2024-04-30 11:57:44 +08:00
赵添
9409cf1911
style(components): tour delete content outline style ( #16725 )
2024-04-30 11:56:38 +08:00
sea / 神秘海
5cc5673ccb
feat(components): [time-picker] @touchstart add passive ( #16665 )
...
feat(components): [time-picker] touchstart add passive
2024-04-30 10:41:06 +08:00
wzc520pyfm
98ce640684
test(utils): [vue] add icon,install,vnode and global-node test ( #16216 )
...
* test(utils): [vue] add icon,install,vnode and global-node test
* test(utils): [global-node] remove repeat code of useless
2024-04-30 10:37:27 +08:00
reiwang01
e75cee1ce4
fix(compoents): [message-box] adapt Parameters
extraction rules ( #16592 )
...
fix type error when use Parameters<ElMessageBoxShortcutMethod>
2024-04-29 16:31:47 +08:00
kooriookami
29ae802fae
chore(components): fix test warning ( #16688 )
2024-04-28 14:56:16 +08:00
Liao-js
42aa1724ea
fix(components): [pagination] jumper input label warning ( #16682 )
2024-04-28 09:17:01 +08:00
Liao-js
ac2662dd56
fix(components): [select-v2] custom options init error in multiple ( #16664 )
...
* fix(components): [select-v2] custom options init error in multiple
* test(components): [select-v2] custom options init in multiple
2024-04-26 15:07:13 +08:00
btea
efe6166966
fix(components): [progress] bar background support gradient ( #16666 )
...
* fix(components): [progress] bar background support gradient
* fix: test
2024-04-26 15:03:53 +08:00
dopamine
2cba92fc82
fix(components): [select] isDisabled
is not fresh ( #16419 )
...
* fix(components): [select] `isDisabled` is not fresh
* add a test case
2024-04-26 14:39:45 +08:00
一只前端汪
00231a5ddd
test(components): [form] add validate callback call order test ( #16669 )
2024-04-26 14:33:59 +08:00
LIUCHAO
f3215b6bff
fix(components): [table-v2] fix scrolling fail ( #16470 )
...
fix(components): [table-v2] Fix scrolling fail
closed 16266
2024-04-26 11:33:30 +08:00
sea / 神秘海
901d6eb65b
feat(components): [form] add validate callback promise type ( #16652 )
2024-04-26 09:54:29 +08:00
otto
434c8d26df
fix(components): Add missing export ( #16323 )
...
* fix(components): Add missing export
* fix(components): Add missing export
* fix(components): Add missing blank line.
2024-04-25 21:18:05 +08:00
wzc520pyfm
8ff556e658
fix(test-utils): fix main export error ( #16504 )
...
* refactor(test-utils): adjust main export
* test(components): [virtual-list] fix type error
* test(components): [form] fix type error
* feat(test-utils): export make-mount-func
* Revert "feat(test-utils): export make-mount-func"
This reverts commit 38d163bfd4
.
* Revert "test(components): [form] fix type error"
This reverts commit 635667602f
.
* Revert "test(components): [virtual-list] fix type error"
This reverts commit feff85920d
.
* Revert "refactor(test-utils): adjust main export"
This reverts commit 6cea407a35
.
* fix(test-utils): fix export main error
2024-04-25 20:58:48 +08:00
一只前端汪
f45f0b4368
fix(components): [table] return type of function summary-method supports VNode ( #16648 )
...
* fix(components): [table] return type of function summary-method
* fix: type
2024-04-25 17:58:14 +08:00
Liao-js
261062859c
fix(components): [select] group error when custom option component ( #16621 )
...
* fix(components): [select] group error when custom option component
* Update packages/components/select/src/option-group.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* perf(components): [select] group flattedChildren
* perf(components): [select] group flattedChildren
* test(components): [select] group when custom option component case
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-04-25 15:34:43 +08:00
Akash Bagchi
f5e49591a9
improvement(other): Minor change to English phrasing ( #16654 )
...
Update affix.vue
Minor fix to phrasing
2024-04-25 15:30:37 +08:00
xx
b05eae1793
fix: 🐛 update autocomplete default width ( #16633 )
...
* fix: 🐛 update autocomplete default width
✅ Closes: 16619
* refactor: 💡 use input-width instead
✅ Closes : #16619
2024-04-24 15:55:45 +08:00
知晓同丶
53b6e16080
feat(components): [color-picker] add teleported
prop ( #16634 )
...
* feat(components): [color-picker] add `teleported` prop
closed #15357
* refactor: use tooltip hooks
2024-04-24 12:07:20 +08:00
dopamine
d83033020a
chore: remove redundant code ( #16597 )
...
* chore: remove redundant code
* remove the unused variable
2024-04-23 17:42:16 +08:00
kooriookami
bd1613d599
feat(hooks): add use-aria hooks ( #16598 )
...
* feat(hooks): add use-aria hooks
* feat(components): update
* feat(hooks): update
* feat(hooks): update
2024-04-23 13:56:44 +08:00
Liao-js
87dd7ba464
fix(components): [table] table body rerendered when use row-key ( #16544 )
...
fix(components): [table] fixed table body rerendered when use row-key
2024-04-20 15:16:10 +08:00
Liao-js
c962eea712
fix(components): [select-v2] fix has existing option when allow create ( #16590 )
2024-04-20 15:06:57 +08:00
Liao-js
3386e0af89
fix(components): [table] fix grouping head when dynamic column ( #16433 )
...
fix(components): [table] fix grouping head when dynamic column (#16417 )
2024-04-20 13:51:34 +08:00
Wayne
b49b553d83
fix(components): [table] hover style error ( #16517 )
...
* fixed style hover error #16515
boundaries situations fixed
* test(components): [table]
hover on which contains nested rowSpan > 1 test cases
---------
Co-authored-by: dwaynewdong <dwaynewdong@tencent.com>
2024-04-19 18:06:30 +08:00
kooriookami
dd97323232
feat(components): [badge] Add badge-style and badge-class ( #16585 )
2024-04-19 17:50:35 +08:00
Electrolux
42b3a83c6a
fix(components): [table] fix cell tooltip display error ( #16449 )
...
* fix(table-body-hover-trigger): fix the tooltip count way when trigger the table
* perf:replace let with const
* Update packages/components/table/src/table-body/events-helper.ts
---------
Co-authored-by: btea <2356281422@qq.com>
2024-04-19 16:16:32 +08:00
Canroc
73de14fbfb
fix(components): [input-number] fix binding wheel event warning ( #16495 )
...
* fix(components): [input-number] fix binding wheel event warning
* remove unnecessary code
---------
Co-authored-by: chibaopeng <15640244455@163.com>
2024-04-18 18:00:08 +08:00
Kataick
9c2da88ad9
style(components): [col] fix gutter will be hidden when present ( #16392 )
...
* [col] fix gutter will be hidden when present
* optimize code
* supplement
2024-04-16 17:51:34 +08:00
wzc520pyfm
e83a18ea27
test(hooks): add use-throttle-render test ( #16499 )
...
* test(hooks): add use-throttle-render test
* chore(hooks): [use-throttle-render] fix lint err
* chore(hooks): use sleep and concurrent
* fix(hooks): [use-throttle-render] fix import error
* fix(hooks): fix concurrent interfere
2024-04-15 18:03:02 +08:00
btea
e4306b2eb1
fix(hooks): [empty-values] warning on modifying computead value ( #16508 )
...
* fix(hooks): [empty-values] warning on modifying computead value
* chore: update
* fix: update
* fix: update
2024-04-15 09:27:12 +08:00
wzc520pyfm
84f49de955
test(hooks): [use-teleport] add no-client test ( #16498 )
2024-04-14 11:35:04 +08:00
bhwa23
dc69729161
feat(components): [badge] add dotClass、dotStyle、offset props ( #16434 )
...
* feat: 🎸 [badge] add color prop
add color prop to set badge background color
* feat: 🎸 [badge] add dotClass dotStyle offset props
* docs: ✏️ [badge] add dotClass dotStyle offset props
* feat: 🎸 [badge] unify style
* style: 💄 [badge] format
* docs: ✏️ update badge.md
* docs: ✏️ update badge props desc
* Update docs/en-US/component/badge.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* refactor: 💡 [badge] refactor style
* fix: 🐛 [badge] dotStyle has higher precedence than color
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-04-12 14:35:55 +08:00
Liao-js
cc4089c010
fix(components): [table] fixed hover on colSpan > 2 background is error ( #16443 )
...
* fix(components): [table] fixed hover on colSpan > 2 (#16439 )
* fix(components): [table] fixed background highlighting when hover
* Update packages/components/table/src/table-body/index.ts
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: btea <2356281422@qq.com>
2024-04-12 13:52:40 +08:00
赵添
ff9771bca8
fix(components): [select & select-v2] fix filterable double click error ( #16456 )
...
* fix(components): [select & select-v2] fix filterable double click error
* fix: test error
2024-04-12 13:49:40 +08:00
kooriookami
1163d27f71
feat(components): add empty-values and value-on-clear props ( #16361 )
...
* feat(components): add empty values
* feat(hooks): update
* feat(components): update
* feat(components): update
* feat: update
* feat(components): update
* feat(components): update
* feat(components): update
* feat: update doc
* feat: add doc
2024-04-12 13:33:21 +08:00
赵添
18fa408391
fix(components): [select-v2] manually set object type modelValue error ( #16473 )
...
* fix(components): [select-v2] manually set object type modelValue error
* fix: update
2024-04-12 09:23:07 +08:00
wzc520pyfm
dd2a4f6546
test(hooks): add test for use-intermediate-render ( #16395 )
2024-04-11 20:38:51 +08:00
kooriookami
546b21ea82
feat(components): [segmented] new component ( #16258 )
...
* feat(components): [segmented] new component
* feat(components): [segmented]
* feat(components): update
* feat(components): update
* feat(theme-chalk): update
* feat(components): update
* feat: update
* feat: update
* feat(components): add focus-visible
* feat(theme-chalk): update
* feat(components): fix test
* docs: docs
* feat(components): update
* feat: add icon
2024-04-11 18:48:52 +08:00
btea
d0eb6c3d1a
feat: support node 18+ & update tsx and vitest ( #16190 )
...
* feat: support node 18+ & update tsx and vitest
* chore: update
* chore: remove
* fix: update dep
* test: fix autocomplete
* test: update
* test: update
* chore: update
* chore: update
* chore: update
2024-04-11 17:48:34 +08:00
Xc
f99257c816
fix(components): [table-v2] fixed mode hovering rerender cell ( #12378 )
...
* fix(components): [table-v2] fixed mode hovering rerender cell
* fix(components): [table-v2] fixed mode hovering rerender cell
* Update packages/components/table-v2/src/composables/use-row.ts
Co-authored-by: qiang <qw13131wang@gmail.com>
---------
Co-authored-by: qiang <qw13131wang@gmail.com>
2024-04-04 17:11:29 +08:00
wzc520pyfm
af94533e10
refactor(components): [button] use buttonkls ( #16090 )
2024-04-04 17:08:01 +08:00
dopamine
22ac4c56f2
fix(components): [input-number] fix cascading style order ( #16308 )
...
fix(components): [number-input] fix cascading style order
2024-04-02 14:42:33 +08:00
betavs
6f3eaa1431
fix(components): [input-number] wrapper padding style is overridden ( #16310 )
2024-04-02 14:33:15 +08:00
Alixhan
7f7dae2fa0
fix(components): [tree] dragging a node will deselect the node ( #14830 )
...
* fix(components): [tree] Dragging a node will deselect the node(#13912 )
* fix(components): [tree] Dragging a node will deselect the node (#13912 )
* fix(components): [tree] Dragging a node will deselect the node (#13912 )
The Node class adds a method to set the checked state, which only affects the parent node state.
* refactor: optimized code
* fix(components): [tree] Dragging a node will deselect the node (#13912 )
checkStrictly is true no need reInitCheckek
* fix(components): [tree] Dragging a node will deselect the node (#13912 )
2024-03-29 16:58:47 +08:00
bhwa23
b3c423ff11
feat(components): [badge] add color prop ( #16069 )
...
* feat: 🎸 [badge] add color prop
add color prop to set badge background color
* Update badge.md
* 更新文档
* docs: ✏️ [badge] add color prop
* Update docs/en-US/component/badge.md
---------
Co-authored-by: btea <2356281422@qq.com>
2024-03-29 15:11:03 +08:00
selicens
1ec6fe5830
feat(components): [input-number] support slot custom icons ( #16275 )
...
* feat(components): support slot custom icons
* chore:add version identifier
Co-authored-by: btea <2356281422@qq.com>
* chore: adjusting Layout
* docs: add version
* chore: rename slots
* test: update test cases
* docs: uodate description
* chore: rename
---------
Co-authored-by: btea <2356281422@qq.com>
2024-03-29 14:10:29 +08:00
Ganlvin
b1926d59aa
fix(components): [date-picker] click the clear to reset the date panel ( #15835 )
...
* fix(components): [date-picker] click the clear to reset the date panel
* test: add test case
---------
Co-authored-by: qiuwenlang <v_wlaqiu@tencent.com>
Co-authored-by: btea <2356281422@qq.com>
2024-03-29 08:10:10 +08:00
kooriookami
fd823cd9c6
fix(components): [select] fix error in low versions of vue ( #16234 )
...
fix(components): [select] fix error in low version of vue
2024-03-26 12:14:36 +08:00
赵添
92bb239c24
fix(components): [icon] remove repeat style ( #16242 )
...
LGTM
2024-03-26 12:12:57 +08:00
kooriookami
dc19ddff10
feat(components): [message] add plain prop ( #16214 )
...
* feat(components): [message] add plain prop
* feat(components): update
2024-03-26 12:03:51 +08:00
VisualYuki
a9c54e3b4a
feat(locale): update ru locale ( #16192 )
2024-03-24 13:53:08 +08:00
btea
39a61350d3
feat(components): [tree] lazy load provide reject ( #16099 )
2024-03-23 10:55:23 +08:00
wzc520pyfm
79b6235fdf
test(hooks): [use-id] add debug-warn test ( #16194 )
2024-03-23 09:43:22 +08:00
wzc520pyfm
223d0da28a
test(utils): [vue] add refs, size and validator test ( #16201 )
2024-03-23 09:43:03 +08:00
dopamine
47d6aa05ca
fix(components): [cascader-panel] get the reactive proxy of node
to trigger side effects ( #16198 )
...
* fix(cascader-panel): get the reactive proxy of `node` to trigger side effects
* remove redundant code
* add a test case
2024-03-22 17:46:31 +08:00
qiang
1621b6a2d5
fix(hooks): SSR hydration error caused by z-index ( #16175 )
...
* fix(hooks): SSR hydration error caused by z-index
* test(hooks): test error
* chore: optimize name
* update
Co-authored-by: btea <2356281422@qq.com>
---------
Co-authored-by: btea <2356281422@qq.com>
2024-03-22 16:36:25 +08:00
btea
95244e1a51
fix(components): [tag] remove duplicate style ( #16174 )
2024-03-22 14:10:42 +08:00
知晓同丶
9f2434f94d
fix(theme-chalk): replace gulp-clean-css
with cssnano
( #16056 )
...
* fix(theme-chalk): replace `gulp-clean-css` with `cssnano`
closed #15686
* fix(theme-chalk): disable `colormin` to prevent color values changed
* Update packages/theme-chalk/gulpfile.ts
Co-authored-by: btea <2356281422@qq.com>
* fix(theme-chalk): disable `minifyFontValues` to prevent font values changed
---------
Co-authored-by: btea <2356281422@qq.com>
2024-03-19 15:44:20 +08:00
kooriookami
4165e12c17
fix(components): [select & select-v2] click toggleMenu add prevent ( #16149 )
...
fix(components): [select-v2] click prevent
2024-03-18 09:49:42 +08:00
btea
fec8a5de05
fix(components): [tree] the value of append can be zero ( #16130 )
2024-03-18 07:34:27 +08:00
btea
54f11892a3
style: remove duplicate style ( #16154 )
...
* style: remove duplicate style
* chore: format
2024-03-17 21:31:07 +08:00
sea
9bf586fe2d
fix(components): [select] stop the click event propagation of header/footer
slot ( #16151 )
...
fix(components): select slot click header/footer add stop
2024-03-17 11:12:27 +08:00
sea
e80262b2db
fix(components): [anchor,tour] the type
type typo ( #16119 )
...
chore: fix typo
2024-03-13 14:46:02 +08:00
btea
5b4254f73f
chore: format code ( #16101 )
2024-03-13 09:35:00 +08:00
btea
a8e622bac5
fix(components): [cascader] form nested causing clear icon invalid ( #16068 )
2024-03-12 21:52:51 +08:00
Sean
442a4627a1
fix(components): [tree] remove duplicate type declaration ( #16106 )
...
fix(components): [tree] remove duplicate type declaration
Co-authored-by: s554595966@qq.com <sujunyan5545@dingtalk.com>
2024-03-12 16:03:56 +08:00
Cully Fung
bc7b33f7d1
fix(components): [anchor] type
default value typo ( #16102 )
...
fix(components): [anchor] type default value typo
2024-03-12 15:46:26 +08:00
zeyong tsai
75f5d08786
style(components): [anchor] marker transition expression incorrect ( #16100 )
...
style(components): [anchor] marker transition expression incorrect
2024-03-11 08:46:48 +00:00
btea
b79452bae4
feat(components): [breadcrumb] aria-label uses locale ( #16089 )
...
feat(components): [breadcrumb] aria-label uses locale
2024-03-10 20:19:38 +08:00
赵添
f7fa14836a
fix(components): [anchor] querySelector error ( #16078 )
2024-03-08 15:25:39 +08:00
Shyam Chen
8ace97548c
fix(locale): typo ( #16060 )
2024-03-07 06:23:27 +00:00
kooriookami
d2b8633f98
fix(components): [checkbox] fix true-value and false-value ( #16051 )
...
* fix(components): [checkbox] fix true-value and false-value
closed #16049
* fix(components): update test
2024-03-06 16:51:20 +08:00
btea
3ff8bbeaf8
chore: format code ( #16016 )
2024-03-04 22:08:07 +08:00
kooriookami
f8ca913a1d
fix(components): fix deprecated warning ( #16034 )
2024-03-04 22:06:40 +08:00
赵添
bd3593140b
style(components): [anchor] marker transition change ( #16023 )
...
* style(components): [anchor] marker transition change
* fix(components): [anchor] clear animate scroll
2024-03-04 09:58:19 +08:00
btea
6ccc8ee915
refactor(components): [tree & date-picker] use public function and type ( #16017 )
2024-03-02 20:41:58 +08:00
kooriookami
047180899f
feat(components): [select & select-v2] support empty string dynamically ( #15995 )
...
* feat(components): [select & select-v2] support empty string dynamically
closed #15994
* feat(components): update
* feat(components): update test
* feat(components): update
* feat(components): update
2024-03-01 13:53:06 +08:00
一只前端汪
0b48f8148c
style(components): [button] remove focus styles, Fix outline flickering when foucs-visible ( #16002 )
...
* style(components): [button] remove focus styles
* fix: button transition
2024-03-01 12:18:54 +08:00
wzc520pyfm
4f18c6feda
docs(components): [table] use new display tag ( #15697 )
2024-03-01 12:00:45 +08:00
huangjw1997
7dbbf774c1
fix(components): [tree-v2] fix issue in tree-v2 for setCheckedKeys invalid ( #15997 )
...
* fix(components): fix #15992
closed #15992
* fix(components): [tree-v2]setCheckedKeys ineffective
closed #15992
---------
Co-authored-by: 黄嘉伟1 <huangjw1@xmmy.com>
2024-03-01 11:49:02 +08:00
yuchen
42d1738463
feat(components): [date-picker] add type years for year multiple select ( #15980 )
...
* feat(components): [date-picker] add type years for year multiple select
* fix(components): [date-picker] fix footerVisible while type is not years
* style(components): [date-picker] stand out selected item for year/month
* style(components): [date-picker] remove the in-range background
* docs(components): [date-picker] add 'years' for attribute type
2024-03-01 09:35:52 +08:00
yujinpan
5341166584
fix(components): [tree-select] remote method and selected override ( #15974 )
2024-02-29 18:06:29 +08:00
Huangzl
877f5d4d6a
fix(components): [menu] Fixing Menu component's flickering issue with surplus sub-items on insufficient page height. ( #15953 )
...
fix(components): [menu] fix #15308
2024-02-29 15:04:46 +08:00
Jed
53bc6517f2
feat(components): [Carousel] Add motion blur functionality ( #15603 )
...
* feat(components): [Carousel] Add motion blur functionality
docs(components): [Carousel] Add example properties
docs(components): [Carousel] Add docs properties
* fix(components): [Carousel] change the id name in filter in svg
fix(components): [Carousel] button to remove motion blur effect
fix(components): [Carousel] svg hides when motion blur is false
* update(components): [Carousel] docs/en-US/component/carousel.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* update(components): [Carousel] docs/examples/carousel/motion-blur.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* update(components): [Carousel] docs/examples/carousel/motion-blur.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* update(components): [Carousel] packages/components/carousel/src/carousel.ts
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* docs(components): [Carousel] add feature version labels
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-29 14:54:06 +08:00
kooriookami
3f4bee5a90
fix(components): [select-v2] set modalValue when filtering display error ( #15981 )
...
fix(components): [select-v2] set modalValue when filtering
closed #15973
2024-02-29 11:31:26 +08:00
kooriookami
3ca4473aeb
feat(components): [checkbox & radio] Use value instead of label act as value ( #15525 )
...
* feat(components): [checkbox & radio] Use value instead of label
* feat(components): update
* feat(components): update
* feat(components): update
* feat(components): update
* feat(components): update
* feat(components): update test
* feat(components): true-value false-value
* feat(components): update
2024-02-28 12:48:07 +08:00
kooriookami
d8a9f902b2
chore(components): clear deprecated API ( #15922 )
...
* chore(components): clear deprecated API
* docs: update
2024-02-28 12:42:17 +08:00
kooriookami
5cf6f775c6
perf(components): [select & select-v2] optimize performance ( #15962 )
...
closed #15932
2024-02-28 12:41:56 +08:00
kooriookami
2b68f465d1
fix(components): [select-v2] show header and footer slots when empty ( #15964 )
2024-02-28 12:36:50 +08:00
betavs
0e1f6ffaa0
fix(components): [date-picker] selected value comparison logic error ( #15918 )
...
* fix(components): [date-picker] selected value comparison logic error
* test(components): [date-picker] selected value comparison logic error
* perf(components): [date-picker] selected value comparison logic error
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-28 12:09:47 +08:00
赵添
9ef20c6d6a
fix(components): [tour] floating-ui autoUpdate error ( #15972 )
2024-02-27 22:01:51 +08:00
希亚的西红柿
33f41f7795
fix(components): [input-number] fix default value reset error ( #15725 ) ( #15725 )
...
* fix(components): [input-number] fix default value reset error
* test(components): [input-number] fix value default value reset error
2024-02-27 17:48:17 +08:00
赵添
9785ad1cd0
fix(components): [tour] focusout error ( #15970 )
2024-02-27 15:08:54 +08:00
btea
705c999f5f
fix(components): [table-v2] header style error ( #15950 )
2024-02-27 14:27:27 +08:00
Icey Wu
69701f327c
feat(components): [badge] add show-zero prop ( #15944 )
...
* feat(components): [badge] add show-zero prop
* fix(components): [badge] adjust hiden conditions
* Update packages/components/badge/src/badge.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update packages/components/badge/src/badge.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/badge.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* fix(components): [badge] adjust hiden conditions
* feat(components): [badge] add test case
* feat(components): [badge] add test case when showZero is false
* feat(components): [badge] add test case when showZero is false
* fix(components): [badge] test error
* fix(components): [badge] test error
* fix(components): [badge] adjust the judgment of content
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-27 14:24:29 +08:00
赵添
25bebce59d
feat(components): anchor component ( #15670 )
...
* feat(components): anchor component
* fix(components): [anchor] marker opacity style
* test(components): [anchor] update snapshots
* fix(components): [anchor] style change and add version tag
* docs(components): [anchor] affix mode demo add affix offset
* fix(components): [anchor] change api
* fix: slot name change
* fix: scrollTo method change
* fix: delete getCurrentAnchor api
* style: text overflow
* docs: change toc to anchor
* refactor: useEventListener
* fix: update
* fix: update
2024-02-27 14:22:26 +08:00
kooriookami
ed984561de
style(components): [alert] Update alert style ( #15911 )
2024-02-23 16:23:45 +08:00
kooriookami
d1a7fd102a
style(components): [message] Update message style ( #15912 )
...
* style(components): [message] Update message style
* test(components): update test
2024-02-23 16:23:32 +08:00
betavs
95f8041e4c
fix(components): [select] the font color does not change when disabled ( #15920 )
...
* fix(components): [select] the font color does not change when disabled
* perf(components): [select] the font color does not change when disabled
2024-02-22 10:58:06 +08:00
drylint
af7752fa88
fix(components): [drawer] use dynamic zIndex from useDialog hook( #15641 ) ( #15900 )
2024-02-21 16:39:24 +08:00
Xc
beaac3736c
fix(components): [input] type hidden use class ( #15865 )
2024-02-20 13:02:20 +08:00
ZCDC_Ren
ae4eff6c44
fix(components): [upload] drag use before-upload to intercepting files ( #15861 )
2024-02-20 10:34:31 +08:00
btea
66fc9a483f
chore: format code ( #15855 )
2024-02-15 18:35:50 +08:00
kooriookami
c6d5bce185
fix(components): [select-v2] Tags not update when options sync added ( #15838 )
2024-02-09 22:02:14 +08:00
xingyixiang
5e3fa20774
fix(components): [scrollbar] multiple rendering ( #15822 )
...
* fix:The namespace of the showOverflowTooltip is invalid.
* fix(components): [scrollbar] multiple rendering
* fix(components): [scrollbar] multiple rendering
* fix(components): [scrollbar] multiple rendering
* Update packages/components/scrollbar/src/bar.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* test(components): [scrollbar] adjusting style attributes
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-08 17:59:02 +08:00
赵添
f33979d228
feat(components): [select] & [select-v2] add fallbackPlacements prop ( #15765 )
2024-02-05 17:16:18 +08:00
Wayne
d2fbff70eb
fix(components): [table] row has rowspan when hover it only has background on the first row of this rowspan ( #15529 )
...
* fix(components): table
table row has rowspan when hover it only has background on the first row of this colspan
* fix(components): table
fixed when hover on a rowspan > 1 cell give the whole rows background
* fix(components): [table]
fixed hover on merged cell give the background of the whole rows
* Update events-helper.ts
import addClass removeClass
* Update events-helper.ts
fixed rowspan > 2 and data not enough
* fix(components): [table]
add test case for hover on rowspan > 2
* fix(components): [table]
use getTestData is better
* Update table.test.ts
use getTestData instead
* Update table.test.ts
change templete label prop
* fix(components): [table]
drop comments and clear hoveredCell array after use
* fix(components): [table]
when there is fixed row, hover on rowSpan > 1 should not clear the class
---------
Co-authored-by: dwaynewdong <dwaynewdong@tencent.com>
2024-02-04 21:41:05 +08:00
yujinpan
b6987e9705
fix(components): [tree-select] always focus when using filters ( #15768 )
2024-02-04 17:58:48 +08:00
Dewdew
f379af8aab
feat(style): add og-image & apply lint ( #15588 )
...
* feat(style): add og-image & apply lint
* update Review
2024-02-04 07:56:02 +00:00
dopamine
9c9ebec0ea
fix(components): [number-input] cannot scroll the container when the mouse pointer over an input ( #15211 )
2024-02-04 11:06:39 +08:00
Cloyd Lau
73f4d0f57b
fix(components): [carousel] improve a11y ( #15579 )
...
* fix(a11y): carousel buttons do not have an accessible name
* fix: eslint warnings
* chore: change the label content
* feat: improve i18n
2024-02-03 14:03:41 +08:00
qiang
f83761dd2a
style(eslint-config): add eslint rules to restrict the imports of lodash ( #15773 )
...
* style(eslint-config): add eslint rules to restrict the imports of lodash
* fix: lint error
* test(components): [infinite-scroll] test error
* test(components): [infinite-scroll] test error
2024-02-03 12:10:23 +08:00
Xc
7fd6e4f453
fix(components): [tabs] slot name use kebab-case style ( #15733 )
...
* fix(components): [tabs] slot name use kebab-case style
* fix(components): [tabs] slot name use kebab-case style
* fix(components): [tabs] slot name use kebab-case style
* docs(components): [tabs] use deprecated tag
2024-02-02 15:24:13 +08:00
btea
880417bbec
test(components): [tree] setCheckedNodes with disabled node ( #15753 )
2024-02-02 15:06:43 +08:00
kooriookami
9cf28d22fe
feat(components): [check-tag] add type prop ( #15727 )
...
* feat(components): [check-tag] add type prop
* feat(components): update
2024-02-02 09:22:42 +08:00
Kasun Weligamage
95f4afe89d
fix(components): [upload] Add crossorigin property ( #15524 )
...
* fix(components): [upload] Add crossorigin property
* fix(components): [upload] Add crossorigin property
* Update packages/components/upload/src/upload.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update packages/components/upload/src/upload.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update packages/components/upload/src/upload-list.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
* Update docs/en-US/component/upload.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-02-01 14:38:36 +08:00
知晓同丶
2d151119cd
fix(components): [menu] Add menu-item margin when calculating calcSliceIndex
( #15699 )
...
* fix(components): [menu] Add menu-item margin when calculating `calcSliceIndex`(#15698 )
* refactor(components): [menu] simplify code
2024-01-31 15:32:31 +08:00
qiang
3f1d45b3d7
fix(components): [drawer] click allow focus out ( #11965 )
...
* fix(components): [drawer] click allow focus out
closed #11943
* fix(components): [drawer] lint error
2024-01-31 14:20:22 +08:00
赵添
4c5d8ce6ef
fix(components): [select] el-option-group error when el-option in a component ( #15703 )
...
* fix(components): [select] el-option-group error when el-option in a comp
* test(components): [select] add a test
2024-01-31 10:40:05 +08:00
赵添
620bf03e63
fix(components): [tour] buttonProps & isSameProps errors ( #15680 )
...
* fix(components): [tour] buttonProps & isSameProps errors
* test(components): [tour] add button props test
* fix(components): [tour] Maximum recursive updates exceeded error in jsx
* fix: delete debug code & use omit
2024-01-31 10:37:20 +08:00
kooriookami
2863f2fde3
style(components): [tour] Improve style and docs ( #15706 )
...
* style(components): [tour] Improve style and docs
* style(theme-chalk): update
2024-01-31 10:35:36 +08:00
kooriookami
4b56cf68f6
fix(components): [select] Fix value with value-key not selected ( #15681 )
...
* fix(components): [select] Fix value with value-key not selected
* test(components): add test
* test(components): update
2024-01-30 09:40:49 +08:00
kooriookami
ee7a21f670
feat(components): [message-box] MessageBox can drag overflow the viewport ( #15674 )
...
feat(components): [message-box] can drag overflow the viewport
2024-01-26 10:20:08 +08:00
nigi
1f6537af4c
fix(components): [select] Remote search does not show menu when it has options and no query ( #15683 )
...
* fix(components): [select] Remote search does not show menu
* fix(components): fix remote search menu issue without a query
2024-01-26 10:19:35 +08:00
xingyixiang
2484ac1a23
fix(components): [table] The namespace of the showOverflowTooltip is invalid. ( #15627 )
...
fix:The namespace of the showOverflowTooltip is invalid.
2024-01-25 16:18:02 +08:00
kooriookami
67cd7e95e6
feat(components): [dialog] Dialog can drag overflow the viewport ( #15643 )
...
* style(components): [dialog] Modify dialog style and docs
* chore: update
* feat(components): [dialog] add overflow prop
* feat(components): update
2024-01-25 15:03:34 +08:00
wzc520pyfm
0d3ece03c8
fix(components): [select & select-v2] select can't delete input val ( #15607 )
...
closed #15604
2024-01-22 13:04:03 +08:00
kooriookami
1efba29a54
fix(components): [space] Fix gap style ( #15560 )
2024-01-19 14:55:05 +08:00
赵添
a4c17ee50f
feat(components): [tour] target prop add more type ( #15578 )
...
* feat(components): [tour] target prop add more type
* docs(components): [tour] target prop add description
* docs(components): [tour] add example and version tag
2024-01-19 11:46:49 +08:00
kooriookami
09bf18c914
style(theme-chalk): [select] Fix style when calculate input width ( #15539 )
...
* style(theme-chalk): [select] Fix style when calculate input width
* feat(theme-chalk): update
2024-01-18 12:24:04 +08:00
kooriookami
feb169fe93
feat(components): [select & select-v2] Add loading slot ( #15540 )
...
* feat(components): [select & select-v2] Add loading slot
* feat(components): update
2024-01-18 12:23:41 +08:00
wzc520pyfm
e15fca80d2
refactor(components): [drawer] use setup ( #15556 )
2024-01-17 17:02:55 +08:00
kooriookami
f8f9620bdb
fix(components): [select] Fix input key event ( #15544 )
...
closed #15536
2024-01-17 10:30:15 +08:00
qiang
a38893fc4e
fix(components): [cascader-panel] SSR hydration error caused by ID ( #15533 )
2024-01-16 22:32:09 +08:00
qiang
a5dc290f48
fix(components): [dropdown] SSR hydration error caused by random ID ( #15532 )
2024-01-16 22:31:55 +08:00
qiang
9a7ea5c397
fix(components): [autocomplete] SSR hydration error caused by random ID ( #15523 )
2024-01-16 22:31:28 +08:00
wzc520pyfm
9e7709b58f
test(components): [select-v2] backspace should not delete disabled tag ( #15552 )
2024-01-16 22:29:26 +08:00
wzc520pyfm
b5b160d7e0
test(components): [select] adjust case for refactored select ( #15551 )
2024-01-16 22:29:08 +08:00
kooriookami
01c99477a6
feat(components): [checkbox] Checkbox can uncheck exceed max value ( #15513 )
...
* feat(components): [checkbox] Checkbox can uncheck exceed max value
closed #15494
* feat(components): add test
2024-01-16 16:35:57 +08:00
btea
345a374362
fix(components): [tree] setCheckedNodes incorrectly checked node ( #15377 )
...
* fix(components): [tree] setCheckedNodes incorrectly checked node
* fix: update
* fix: update
2024-01-16 16:26:30 +08:00
btea
758d375b7e
fix(components): [select-v2] the select option style is incorrect ( #15501 )
...
* fix(components): [select-v2] the select option style is incorrect
* fix: check option
* chore: update
2024-01-16 16:26:05 +08:00
kooriookami
405a4aa393
feat(components): [select-v2] Add header and footer slots ( #15519 )
...
* feat(components): [select-v2] Add header and footer slots
* feat: update
2024-01-16 16:09:51 +08:00
YoungDan-hero
5ae172962b
fix(components): [input] resolve input attributes issue for textarea ( #15514 )
...
fix(components): resolve input attributes issue for textarea
The minlength and maxlength attributes were not working properly when the input type was set to textarea. This commit fixes this issue, ensuring these attributes function as expected for textarea inputs.
2024-01-15 17:06:54 +08:00
xingyixiang
6e66eaf0a0
refactor(components): [table] The overflowTooltip of the table is implemented by the Eltooltip component. ( #15470 )
...
* refactor(components): [table] createTablePopper
* refactor(components): [table] createTablePopper
2024-01-15 17:02:42 +08:00
赵添
a01b05d39c
fix(components): [select] style break change in multiple collapseTags ( #15460 )
...
* fix(components): [select] style break change in multiple collapseTags
* fix(components): [select-v2] style break change in multiple collapseTags
* fix(components): [select & select-v2] popover updated
2024-01-15 15:43:17 +08:00
kooriookami
f60db10134
fix(components): [image-viewer] Fix crossorigin ( #15511 )
...
* fix(components): [image-viewer] Fix crossorigin
closed #15468
* fix(components): update
2024-01-15 14:34:26 +08:00
qiang
240fe6b8e0
fix(components): [collapse] SSR hydration error caused by random ID ( #15500 )
2024-01-15 03:24:50 +08:00
赵添
15238ac02d
fix(components): [image-viewer] Maximum recursive updates exceeded error ( #15483 )
2024-01-13 13:54:02 +08:00
云淑
52d89cc06d
docs(components): [image] add type of crossorigin ( #15471 )
...
* docs(components): [image] add type of crossorigin
* Revert "docs(components): [image] add type of crossorigin"
This reverts commit a87f7803cc
.
* fix(components): [image] clear the default value of crossorigin.
* docs(components): [image] set crossorigin default type to ''.
* docs(components): [image] format table style
* fix(components): [image] remove the default value of crossorigin.
* Update docs/en-US/component/image.md
* fix(components): [image] remove type declarations for crossorigin constants
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
2024-01-12 16:06:33 +08:00
kooriookami
1afb276ddd
fix(components): [select select-v2] fix input click event ( #15462 )
...
* fix(components): [select] fix input click event
* fix(components): update
2024-01-12 16:04:53 +08:00
xiaoming
479c25b5fa
perf(components): [select & selectV2] hide collapse-tags-tooltip
when dropdown ( #15478 )
...
perf(components): [select & selectV2] hide tags-tooltip when dropdown
2024-01-12 15:57:41 +08:00