snowbitx
5a997a62c5
fix(components): [time-select] prevent freeze when step is invalid ( #23635 )
...
* fix(components): [time-select] prevent freeze when step is 00:00
* test: add test case
* fix: handle invalid step value formats "00:" and ":00"
* refactor: invalidStep use default value
* refactor: step use computed
* chore: typo
* refactor: step use computed
2026-02-13 23:58:39 +01:00
snowbitx
a908e29038
fix(components): [time-select] duplicate end time with format ( #23626 )
...
* fix(components): [time-select] duplicate end time with format
* test: add test case
2026-02-09 13:30:44 +08:00
snowbitx
d359c5f4a3
feat(components): [time-select] add name prop ( #23633 )
...
* fix(components): [time-select] duplicate end time with format
* docs: add name version
* test: add test case
2026-02-09 09:23:21 +08:00
keeplearning66
1bdfcc3b0d
chore: supplement deprecation annotations ( #23570 )
...
* chore: supplement deprecation annotations
* chore: update
2026-02-01 14:19:59 +08:00
草莓啵啵奶
410ecb7eb7
refactor(components): [time-select] use type-based definitions ( #23449 )
...
* refactor(components): [countdown] use type-countdown definitions
* refactor(components): [time-select] use type-timeSelect definitions
* refactor(components): [time-select] use type-timeSelect definitions
* refactor(components): [time-select] use type-based definitions
* refactor(components): [time-select] use type-based definitions
* refactor(components): [time-select] use type-based definitions
* refactor(components): [time-select] use type-based definitions
* refactor(components): [time-select] use type-based definitions
* refactor: tweaks
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: rzzf <cszhjh@gmail.com >
2026-01-20 17:41:55 +08:00
Rainbow
1a1c23e012
chore: remove duplicate imports ( #23189 )
2025-12-23 10:16:31 +08:00
dopamine
0ca1570aa1
chore: upgrade to Vue 3.5 ( #22096 )
...
* chore: upgrade deps
* chore: replace __ExtractPublicPropTypes with ExtractPublicPropTypes
* fix: get rid of type errors
* fix: resolve test errors with @vue/test-utils v2.4.6
* fix: resolve test errors with Vue 3.5.22
* ci: set pnpm flag
* chore: update the Vue peer dependency version
* Apply suggestion from @tolking
Co-authored-by: qiang <qw13131wang@gmail.com >
* docs: update example code
Co-authored-by: warmthsea <2586244885@qq.com >
* chore: remove csstype (#22487 )
* chore: fix merge code type error
* chore: fix test:ssr error
- Cannot read properties of undefined (reading 'getSSRProps')
* chore: fix typecheck:vitest error
* chore: update pnpm yaml file
* test: fix collapse accordion error
* chore: update deps
* chore: fix type error
* chore: lock file
* chore: sync change
sync with the remove of vue macro
* refactor: use computed instead of eagerComputed
* fix: timeline.test.tsx typecheck
* chore: clean lock file
try dont throw CodeFactor issues in ci
did:
- rm pnpm-lock.yaml
- rm -rf ./**/node_modules
- pnpm store prune
- pnpm cache delete
- pnpm install
Also stay in 3.1.0 for vue-tsc in order to avoid the warnings of
template refs, see https://github.com/vuejs/language-tools/issues/5815
* chore: format code
---------
Co-authored-by: Dsaquel <291874700n@gmail.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: sea <45450994+warmthsea@users.noreply.github.com >
Co-authored-by: btea <2356281422@qq.com >
2025-12-16 09:34:03 +08:00
Jeff
663607ad8b
test(components): add case about the disabled value of component has the highest priority ( #23042 )
...
* test: button add form disabled case
* test: cascader add test case
* test: checkbox add test case
* test: colorPicker add test case
* test: inputNumber add test case
* test: input add test case
* test: radio add test case
* feat: rate add test case
* test: segemented add test case
* test: select add test case
* test: selectV2 add test case
* test: slider add test case
* test: switch add test case
* test: timeselect add test case
* Update packages/components/button/__tests__/button.test.tsx
Co-authored-by: btea <2356281422@qq.com >
* test: modify desc
* test(components): clean annotation
* Update packages/components/time-select/__tests__/time-select.test.tsx
Co-authored-by: rzzf <cszhjh@gmail.com >
* Update packages/components/time-select/__tests__/time-select.test.tsx
Co-authored-by: rzzf <cszhjh@gmail.com >
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: rzzf <cszhjh@gmail.com >
2025-12-11 13:11:08 +08:00
btea
2d64179491
refactor!: the disabled value of component has the highest priority ( #18739 )
...
* refactor!: the disabled value of component has the highest priority
* fix: update
* fix: compatible with switch loading
* feat: apply to cascader, select, select-v2
* fix: update
* fix: update selectv2
* fix: update autocomplete
* fix: date-picker-panel
* fix: update rate/slider/upload
* fix: slider error
* fix: update checkbox
* fix: checkbox error
2025-12-01 21:20:57 +08:00
Rainbow
2adc067bee
feat(components): [autocomplete/time-select/color-picker] add popper-style ( #22263 )
...
feat(components): add popper-style
2025-09-21 10:03:35 +08:00
Noblet Ouways
c83b99d2f2
feat(components): unify clear btn display on focus ( #21732 )
...
* feat(components): unify clear btn display on focus
* test: add tests
* chore: apply review
2025-08-18 10:54:32 +02:00
Noblet Ouways
bce22dd10d
fix(components): allow null type on empty-values components ( #21582 )
...
* fix(components): allow null type on empty-values components
* refactor(hooks): [empty-values]: allow plain null for `value-on-clear`
2025-08-01 12:27:19 +02:00
thinkasany
ea38e306b1
fix(components): [time-select] fix typos ( #21452 )
...
fix(components): fix typos
2025-07-22 07:42:09 +08:00
yuhengshen
cfc661c626
feat(types): [components] add public prop types ( #21222 )
...
* feat(types): [utils] add ExtractPublicPropTypes type
* feat(types): [components] add props public type
* chore(types): use type-only import for Prop from 'vue'
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
2025-07-07 00:51:32 +08:00
Zhong
58a5852d2d
refactor(components): improve component boolean type ( #21260 )
2025-07-06 14:56:17 +02:00
Noblet Ouways
2f17df1209
style(eslint-config): newline before import type ( #21036 )
...
* perf: change to import-x
* feat: add rules
* chore: fix rule
* chore: fix
* chore: fix
* chore: fix
* style: `pnpm lint:fix`
* Revert "style: `pnpm lint:fix`"
This reverts commit db0116a288 .
* Revert "chore: fix"
This reverts commit 69c82a90c0 .
* chore: fix
* style: `pnpm lint:fix`
* fix: lint
* chore: `pnpm format`
2025-06-16 15:37:12 +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
dopamine
7be4a3765e
chore: emits smaller declaration files ( #20109 )
...
* Revert "fix(types): packing unexpected types (#19419 )"
This reverts commit 13506ffb81 .
* Revert "chore: add explicit type annoation (#19352 )"
* fix(typescript): borken import paths in declaration files
* chore: emits smaller declaration files
2025-03-18 10:08:44 +08:00
cleaverlove
5855db4f5c
refactor(components): [time-select] using built-in constants ( #20079 )
...
refactor(components): [time-select] convert to a constant
2025-03-11 21:02:59 +08:00
Noblet Ouways
22c3bd8e72
feat(component): [time-select] add include end time attribute ( #19253 )
...
* feat: [time-select] init includeEndTime 🚧
* test: time-select includeEndTime 🚧
* refactor: renaming & cleanup
* test(components): [time-select] add includeEndTime cases ✅
* docs(components): [time-select] add `includeEndTime` attribute
* chore: change release version
* chore: set `includeEndTime` default to false
* docs: fix props typo
* chore: remove useless assignment
* chore: rename optionValue to currentTime
* chore: update release version
2025-01-10 15:46:13 +08:00
wzc520pyfm
718ffcfb85
chore(components): improve type for popper effect ( #17860 )
...
* chore(components): improve type for popper effect
Abort #17758 #17751 #17040 #17030
* chore: use `NonNullable<unknown>` instead of `{}`
* chore(components): extract a common type for popper effect
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-12-05 09:44:47 +08:00
dopamine
79938178dd
build: use vue-tsc to generate dts ( #16111 )
...
* build: use vue-tsc to generate dts
* reduce inline type declaration
* fix: type checking failed
* apply suggestions from code review
* address PR comments
2024-08-07 12:01:46 +08:00
Aaron-zon
50ba6c2c77
fix(components): [select] with teleported="false" dropdown closes abnormally ( #17548 )
...
* fix(components): with teleported=false dropdown closes abnormally
* fix: test error
* fix: test error
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-08-07 11:44:03 +08:00
wzc520pyfm
d94aa4cdb5
fix(components): [abort popper] fix effect type error ( #17758 )
...
closed #17751
2024-08-03 10:37:21 +08: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
久染 | 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
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 / 神秘海
e35f403515
fix(types): non-null assertion component name ( #16804 )
2024-05-15 09:24:42 +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
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
cuongle-hdwebsoft
7622bf9a14
fix(components): fix: update timepicker options when changing locale ( #14287 )
...
* fix(components): fix: update timepicker options when changing locale
* fix(components): fix: update timepicker options when changing locale
* fix(components): fix: update timepicker options when changing locale
2023-09-29 08:24:49 -05:00
wzc520pyfm
3673d92a2e
docs(components): [time-select] use new display tag ( #12700 )
2023-05-16 22:26:30 +08:00
Jeremy
4c27822ef0
fix(components): circular referencing issue ( #11777 )
...
* fix(components): circular referencing issue
* Move sizes related into hooks.
* Remove size definitions in forms only re-exports.
* chore: fix failing tests
2023-03-01 16:44:09 +08:00
Jeremy
11925c8231
refactor(tokens) - [form] ( #11743 )
...
* refactor(tokens): [form] - remove tokens/form
* Move content in tokens/form to components/form.
* Replace token imports in components/form.
* chore: remove form/tokens and replace imports
* refactor(components): [form/form-item]
* Move `useForm` related hooks to components/form
* Replace references to reduce circular dependencies.
2023-02-27 13:19:20 +08:00
LIUCHAO
76e802e134
fix(components): [time-select] fix type error ( #9884 )
2022-09-25 17:46:49 +08:00
LIUCHAO
1ffb9c2f3d
fix(components): [time-select] inherit disabled from form ( #9242 )
2022-08-28 00:39:35 +08:00
LIUCHAO
a973ed4d99
refactor(components): [time-select] use JSX in Unit test ( #9101 )
2022-07-30 20:51:33 +09:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +08:00
qiang
740f829acd
fix(components): import dayjs by a more compatible way ( #8144 )
2022-06-07 21:53:05 +08:00
Anas Boudih
1069e9ff34
refactor(components): [time-select] switch to script-setup syntax ( #7833 )
...
* refactor(components): [time-select] switch to script-setup syntax
* fix(components): [time-select] fix typing
* fix(components): [time-select] fix props reviews
* fix(components): [time-select] fix props and build
Co-authored-by: metanas <matanas@pre-history.com >
2022-05-25 23:06:12 +08:00
opengraphica
7173e402b7
feat(components): [form-item] auto attach labels to inputs ( #7450 )
...
* feat(components): [form-item] auto attach labels to inputs
* feat(components): [form-item] auto-attach up through select
* feat(components): [form-item] auto id complete for all inputs
* feat(components): [form-item] fix lint, remove unused usePopper hook
* feat(components): [form-item] PR comments
2022-05-05 22:04:32 +08:00
三咲智子
1d13ebb05d
feat: drop jest ( #7248 )
...
* feat: drop jest
* test: remove ssr
* test: rename
* chore: update tsconfig
2022-04-19 16:51:44 +08:00
Delyan Haralanov
de0ee53cf0
test(components): switch all components to vitest ( #7205 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-04-19 12:46:57 +08:00
gjfei
2afb4a8611
refactor(components): [time-select] use useNamespace ( #6459 )
2022-04-12 21:40:17 +08:00
云游君
5d0ee3ab34
fix: remove default size warn by set componetSizes ( #6908 )
...
* fix: remove default size warn by set componetSizes
* fix: default avatar size
2022-03-31 10:12:52 +08:00
三咲智子
184facdb4c
chore: add eslint rule sort imports ( #6823 )
2022-03-25 15:35:56 +08:00
三咲智子
2c72c2ef37
fix: import dayjs
2022-03-24 20:57:45 +08:00
三咲智子
b8c38a9fe5
chore: enhance eslint rules ( #6476 )
...
* chore: enhance eslint rules
* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00
BeADre
99f378a63a
feat(components): [el-select] add effect and close #5956 ( #5976 )
2022-02-11 23:13:33 +08:00
三咲智子
6503e55277
refactor(utils): migrate utils ( #5949 )
...
* refactor(utils-v2): migrate utils
* refactor(utils-v2): migrate utils
* refactor(utils-v2): migrate utils
* refactor(utils): remove
* refactor(utils): rename
* refactor(utils): move EVENT_CODE to constants
* refactor: remove generic
2022-02-11 11:03:15 +08:00