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
wzc520pyfm
6b886e42a1
docs(components): [select-v2] use new display tag ( #15329 )
2024-01-12 11:30:25 +08:00
xiaoming
b954b033f9
fix(components): [select] exposes blur invalid ( #15450 )
2024-01-11 14:45:43 +08:00
kooriookami
e7c1b53da3
fix(components): [select] Fix value bind object and trigger twice in form label ( #15449 )
...
* fix(components): [select] Fix value bind object
* fix(components): update
* fix(components): update
2024-01-11 14:45:23 +08:00
xiaoming
018f22f36c
fix(components): [select] remove redundant named slots ( #15441 )
...
* fix(components): [select] remove redundant named slots
* chore: update
2024-01-11 14:37:20 +08:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components ( #15352 )
...
* refactor(components): [select&select-v2] refactor components
* refactor(components): [select-v2]
* refactor(components): update
* refactor(components): update
* refactor(components): [select-v2]
update
* refactor(components): update
* refactor(components): update
* refactor(components): update type
* refactor(components): update
* refactor(components): update
* refactor(components): update style
* refactor(components): update docs
* refactor(components): update
* refactor(components): fix #15323
* refactor(theme-chalk): update
* refactor(components): update
* refactor(components): update
* refactor(components): update
* refactor(components): fix bugs
* fix(components): fix issue
* fix(components): update
* fix(components): fix some bug
* feat(components): update
* feat(components): add tag slot
* feat(components): update
* fix(components): update
* style(theme-chalk): update style
* fix(theme-chalk): update
* feat(theme-chalk): update
* fix(components): update
* feat: update
* feat: update
* feat: update
* feat(components): update
2024-01-10 11:14:58 +08:00
yuchi Xiong
2c851a340b
fix(components): [input] the cursor is misplaced when type setting number ( #15341 )
...
fix(components): [input] the cursor is misplaced when type setting number
2024-01-10 09:18:26 +08:00
Kasun Weligamage
4a3318f7b1
fix(components): [image, image-viewer] Add crossorigin property ( #15406 )
...
Co-authored-by: Xc <124118265@qq.com>
2024-01-08 17:21:21 +08:00
WuJianPeng
2664188c21
fix(components): fixed total column without background color ( #15336 )
...
* fix(components): fixed total column without background color
closed #15324
* Update packages/theme-chalk/src/table.scss
Indeed & it is redundant
Co-authored-by: btea <2356281422@qq.com>
* style(components): delete redundant styles
---------
Co-authored-by: btea <2356281422@qq.com>
2024-01-08 16:43:48 +08:00
xiaoming
78c5f81651
fix(components): [loading] complete destroy vLoading directive unmounted ( #15393 )
2024-01-07 08:02:39 +00:00
xiaoming
034fb204bc
feat(components): [table] add filterClassName
props in TableColumn ( #15389 )
2024-01-07 13:30:10 +08:00
btea
858be3c70a
refactor(components): [tour] replace rect with path ( #15315 )
2024-01-07 12:42:02 +09:00
Mrbigshot
553fe41529
fix(components): [tree-select] case-insensitive when filterable ( #14617 )
...
Co-authored-by: 叶晨 <cye2@leqee.com>
2024-01-07 00:05:46 +08:00
xiaoming
9475922142
perf(components): [menu] popper close any levels in menu-trigger:hover
( #15383 )
2024-01-06 20:16:03 +08:00
xiaoming
c8a0dda159
fix(components): [menu] set teleported
, parent menu popper not closed ( #15342 )
...
* fix(components): [menu] set `teleported`, parent menu poper not closed
* chore: update
2024-01-05 21:47:09 +08:00
Xc
838bad208c
style(components): [menu] Collapse mode active color ( #15343 )
...
style(components): [menu] coolapse mode active color
2024-01-05 19:24:57 +08:00
afe1
49ca14fecd
fix(components): [input] remove useless contants ( #15351 )
...
* fix(components): [input] remove useless contants
* fix: remove useless contants
2024-01-04 20:52:17 +08:00
赵添
c6aacf99b2
fix(style): [tour] fixed the closebtn's hover style when type is primary ( #15309 )
...
* fix(style): [tour] fixed the closebtn's hover style when type is primary
* fix(components): [tour] placement prop reactive not work
* fix(style): [tour] delete the background style
2024-01-04 17:01:19 +08:00
betavs
668a6b00b1
fix(components): [message] type is not working after customizing icon ( #15233 )
2024-01-01 15:04:39 +08:00
云淡然
736dfa631f
feat(components): [form] FormContext adds the getField method ( #14930 )
...
* feat(components): [form] FormContext adds the getField method
* feat(components): [form-item] FormItemContext adds the fieldValue prop
* chore: update FormContext.getField return type
2023-12-31 09:39:31 +09:00
zepeng
ff7f80d941
fix(components): [link] add target attribute and relevant docs ( #15266 )
...
* fix(components): [link] add target attribute and relevant docs
* fix(components): [link] add target attribute and relevant docs
Update the type of the target attribute
2023-12-30 19:41:38 +09:00
btea
a5b5dc7b20
fix(components): [select-v2] clear icon invalid when status-icon is set ( #15306 )
2023-12-29 20:02:10 +09:00
btea
4c6d7f9ca2
refactor(docs): [tour] use ButtonInstance
and format code ( #15304 )
2023-12-28 22:53:10 +08:00
btea
ef4fbe3be2
feat(components): [tree] export TreeInstance ( #15293 )
2023-12-28 19:07:00 +08:00
一只前端汪
d553ae3920
fix(components): [input-number] Displayed values is different from modelValue when use model-value ( #15184 )
...
* fix(components): [input-number] Displayed values error
* feat: remove await
* fix: remove async
* fix: arrange
* feat: add tset case
2023-12-28 14:58:10 +08:00
赵添
2fd7ba82ab
feat(components): tour component ( #14952 )
2023-12-27 14:49:11 +08:00
wzc520pyfm
3fdab265e6
docs(components): [collapse] use new display tag ( #14955 )
...
docs(components): [collapse] use new display tag
2023-12-26 20:57:57 +09:00
wzc520pyfm
34effd4e7e
refactor(components): [carousel] class optimization in code ( #14954 )
...
refactor(components): [carousel] class optimization in code
2023-12-26 20:36:35 +09:00
Xc
972f236a12
fix(components): [date-picker] add first click demo ( #15252 )
2023-12-25 10:50:10 +08:00
Xc
e4aeb54278
fix(style): [col] media sm max-wdith 768 to 767 ( #15085 )
...
Co-authored-by: btea <2356281422@qq.com>
2023-12-24 23:12:32 +08:00
知晓同丶
9e34ea5e54
feat(components): [autocomplete] add loading
slot ( #15206 )
...
* feat(components): [autocomplete] add `loading` slot
* chore: Update autocomplete.md
* docs(components): [autocomplete] modify loading slot description
* Update docs/en-US/component/autocomplete.md
Co-authored-by: btea <2356281422@qq.com>
* Update docs/en-US/component/autocomplete.md
---------
Co-authored-by: zhixiaotong <zhixiaotong.me@qq.com>
Co-authored-by: btea <2356281422@qq.com>
2023-12-23 16:48:08 +08:00