renovate[bot]
48c4ef3c92
fix(deps): update all non-major dependencies
2025-04-16 09:56:10 +00:00
Noblet Ouways
2b3d2e77b4
chore(deps): drop esbuild-kit/cjs-loader ( #20414 )
...
* chore(deps): drop `esbuild-kit/cjs-loader`
* chore: use `commitlint/config-conventional`
* Update commitlint.config.mjs
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
* chore: tsx shortcut tweaks
* chore: add final lock
---------
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
2025-04-16 17:54:37 +08:00
btea
05c6291fa7
docs(components): [switch] update before-change type ( #20441 )
2025-04-16 11:15:01 +08:00
Liao-js
7ce338a1a7
feat(components): [menu] expose updateActiveIndex ( #20430 )
2025-04-16 09:52:07 +08:00
sea
0072e9f2f1
docs: add right tab scroll ( #20413 )
2025-04-16 09:16:03 +08:00
Noblet Ouways
d8417b7ca0
chore: run prettier on commit ( #20409 )
...
* chore: run prettier on commit
* chore: add random unformatted file
* chore: upgrade lint-staged to 15.5.1
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
Co-authored-by: btea <2356281422@qq.com>
2025-04-16 09:15:28 +08:00
btea
54304c125d
fix(components): [select] import scrollbarEmits
path error ( #20415 )
2025-04-15 09:11:56 +08:00
Feynman
1993ca2e9c
feat(components): [notification] add closeIcon
option with default Close ( #20402 )
...
* feat(components): [notification] add `closeIcon` prop with default Close
* docs(components): [notification] update doc for `closeIcon` option
2025-04-15 09:08:23 +08:00
Noblet Ouways
72e202f74b
feat(components): [card] add header-class
and footer-class
for slots ( #20408 )
2025-04-13 15:51:57 +08:00
DDDDD12138
9473f9dcb9
fix(components): [tabs] ensure correct event order ( #20384 )
2025-04-12 06:17:11 +08:00
sea
08976b6ed4
docs: fix the abnormal border display when zooming ( #20399 )
2025-04-12 06:09:58 +08:00
sea
56b732717a
docs(components): [form] simplified validation example ( #20398 )
2025-04-11 14:14:24 +08:00
Noblet Ouways
bc2047d0b6
fix(components): [scrollbar] stop click when click scrollbar ( #20316 )
...
* fix(components): [scrollbar] stop click when click scrollbar
* fix: test typo
2025-04-10 18:29:48 +08:00
betavs
54b0aae060
refactor(components): [message] deprecate the center option ( #20296 )
2025-04-10 11:00:16 +08:00
betavs
952a6858fb
fix(components): [slider] emit change event on slider marker down ( #20383 )
2025-04-10 09:54:37 +08:00
comp-squirrel
1ee7fa7e7d
fix(components): [table] prevent child node selection loss during table data modification ( #20322 )
...
* fix(components): [table] child selection loss during data modification
* refactor: replace logical AND (&&) with explicit if statement
* test: use unique id
2025-04-09 17:14:55 +08:00
Feynman
ee13188cca
feat(components): [select-v2] add suffix-icon
prop with default ArrowDown ( #20370 )
...
* feat(components): [select-v2] add suffixIcon prop with default ArrowDown
- Introduced a new `suffixIcon` prop to allow customization of the icon in the select component.
- Updated the icon rendering logic to utilize the `suffixIcon` prop instead of a hardcoded value.
* feat(docs): [select-v2] add suffix-icon prop for custom icon support
- Added a new `suffix-icon` prop to the select component, allowing users to customize the suffix icon.
- Updated documentation to reflect the new prop and its default value.
* chore: add version
---------
Co-authored-by: warmthsea <2586244885@qq.com>
2025-04-09 08:10:30 +00:00
0song
b9a68b5451
chore: update doc ( #20375 )
2025-04-09 05:45:14 +00:00
jasonyang
376e7e7691
fix(locale): el-upload and el-message-box Unified Chinese prompts ( #20366 )
...
closed #20360
2025-04-08 19:26:59 +08:00
w2xi
4e7058ee7d
refactor(components): [message] use message type constants ( #20355 )
...
- Update tests to use `messageTypes` for dynamic type checking
- Refactor `Message` type definition to use mapped type for better scalability
2025-04-07 21:16:52 +08:00
jiaxiang
3bc7d09250
fix(components): [message-box] message
overflow container
( #20347 )
...
fix(components): [message-box] container not auto wrap
2025-04-07 11:38:04 +08:00
btea
1b69cb9777
feat(components): [image] progress
slot higher priority ( #20353 )
...
* feat(components): [image] `progress` slot higher priority
* fix: update
* chore: delete extra spaces
---------
Co-authored-by: warmthsea <2586244885@qq.com>
2025-04-05 22:14:39 +08:00
Noblet Ouways
868b9efb6b
fix(theme-chalk): [description] remove useless font-weight declaration ( #20338 )
2025-04-05 20:20:58 +08:00
betavs
959030c463
fix(components): [watermark] content not fully displayed ( #20348 )
2025-04-05 19:51:08 +08:00
btea
8a0a7fc45d
docs: [image] update prop and example ( #20349 )
2025-04-05 19:37:14 +08:00
DDDDD12138
27e3711968
fix(components): [message] fix consecutive closeAll method calls ( #20334 )
2025-04-04 22:32:06 +08:00
comp-squirrel
544d710db7
style(components): [date-picker] adjust panel border block & modify css variables ( #20337 )
...
* style(components): [date-picker] fix rounded corner display
* style(components): [date-picker] add border-radius fallback
2025-04-04 02:12:40 +00:00
jiaxiang
8ef07ac296
docs: optimize contributors style ( #20303 )
...
* docs: optimize contributors style
* chore: remove import
2025-04-04 09:53:57 +08:00
Noblet Ouways
93308e46b7
fix(components): [tree] ensure no checked nodes in regular tree ( #20311 )
...
* fix(components): [tree] ensure no checked nodes in regular tree
* chore: fixup
* fix: test
2025-04-03 17:21:07 +08:00
sea
d4d525a216
fix(utils): nuxt build error ( #20325 )
...
* fix(utils): nuxt build error
* chore: update
2025-04-03 14:23:54 +08:00
DDDDD12138
4c8752c5da
docs: resolve code copy button alignment issue ( #20335 )
...
fix(docs): resolve code copy button alignment issue
2025-04-03 14:23:07 +08:00
betavs
c340be0779
feat(components): [popover] add trigger-keys prop for keyboard control of popover display ( #20264 )
...
feat(components): [popover] enable trigger-keys prop
2025-04-03 14:22:49 +08:00
kooriookami
09e23e98d0
feat(components): [segmented] add aliases for custom options ( #20319 )
...
feat(components): [segmented] Add aliases for custom options
closed #20310
2025-04-02 14:26:35 +08:00
btea
a846ad1d44
feat(components): [dialog] expose handleClose
( #20323 )
2025-04-02 09:55:33 +08:00
sea
1084071fcf
chore(eslint-config): add newline-after-import
rules ( #20309 )
...
chore: add `newline-after-import` rules
2025-03-31 20:48:10 +08:00
Noblet Ouways
4ef26b935c
chore: format ( #20312 )
2025-03-31 20:46:51 +08:00
jiaxiang
3a6c51c300
chore: [virtual-list] remove ts-nocheck directive and unused code ( #20299 )
...
* chore: [virtual-list] remove ts-nocheck directive and unused code
* chore: remove compatible code
* chore: add line
---------
Co-authored-by: warmthsea <2586244885@qq.com>
2025-03-31 09:02:10 +00:00
w2xi
aa8fce48bf
chore: [form-item] redundant type assertion ( #20300 )
2025-03-30 12:47:57 +00:00
Haceral
642946e4fd
fix(components): [select, select-v2] blur validate not executed ( #20232 )
2025-03-30 13:59:28 +08:00
dopamine
38cbfbb0b0
chore: [select] remove @ts-nocheck directive ( #19098 )
...
* chore: [select] remove @ts-nocheck directive
* Update packages/components/select/src/option.vue
Co-authored-by: qiang <qw13131wang@gmail.com>
* chore: delete useless type
* Update packages/components/select/src/useSelect.ts
Co-authored-by: qiang <qw13131wang@gmail.com>
* fix: type error
* fix: type error
* chore: use buildProps
* chore: add type
* Update packages/components/select/src/useSelect.ts
Co-authored-by: btea <2356281422@qq.com>
* chore: fix type
* chore: fix type
* chore: fix types
---------
Co-authored-by: warmthsea <2586244885@qq.com>
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com>
Co-authored-by: qiang <qw13131wang@gmail.com>
Co-authored-by: btea <2356281422@qq.com>
2025-03-29 17:58:52 +08:00
momei
36efad5eaf
fix(components): [autocomplete] modelValue is null compatible ( #20288 )
...
Co-authored-by: momei.lu <momei.lu@yunlsp.com>
2025-03-27 18:19:03 +08:00
sea
09041ad89f
docs: update phone index image ( #20243 )
...
* docs: update phone index image
* fix: 768px-959px
* chore: delete useless code
2025-03-26 18:36:12 +08:00
云游君
904305a5fe
docs: remove useless space in headers ( #20247 )
2025-03-26 17:06:41 +08:00
夕云葛城
940efb8e9c
docs: fix dark mode switch transition effect offset ( #20236 )
...
* fix(docs): resolve scaling transition misalignment (#20235 )
closed #20235
* fix(docs): fix circle percentage reference value (#20235 )
2025-03-26 07:53:53 +08:00
Xaypanya Phongsa
eed7bae4a6
feat(i18n): added Lao (lo) language ( #20245 )
...
* feat(locale): add Lao (lo) language support
* fix(locale): update Lao (lo) translation for pageHeader title
2025-03-25 06:53:57 +00:00
btea
2e58b8259d
fix(components): [date-picker] config format manual change value invalid ( #20223 )
...
* fix(components): [date-picker] config format manual change value invalid
* fix: update
2025-03-25 10:09:47 +08:00
DDDDD12138
f9890d1df4
docs: [table-v2] move row-event-handlers from events to attributes ( #20242 )
2025-03-24 17:13:00 +08:00
Putia3
5b324c185b
chore(style): [table] remove duplicate defined style code ( #20216 )
...
chore(style): [table]Remove duplicate defined style code
2025-03-22 23:15:46 +08:00
btea
cdfee9a312
fix(locale): update ru.ts ( #20225 )
2025-03-22 14:12:22 +08:00
aliuddinabdrauf
ac84d55e86
Update ms.ts ( #20201 )
...
update the locale for ms in the datepicker section.
2025-03-21 14:39:54 +08:00