一只前端汪
7c16480bcd
refactor(style): Update Eslint to V9 and Prettier to V3 ( #21949 )
...
* refactor(style): Update Eslint to V9 and Prettier to V3
* fix: vscode color
* fix: vscode color
* chore: remove Useless dependence and old config file
* chore: format
* Merge branch 'dev' into eslintV9
* fix: fix
* fix: ssr test
* fix: ssr test
* fix: use defineConfig
* fix: prettier format and ignore docs dist
* fix: index.mjs => index.js
* fix: Vscode color
* fix: prettier ignore global.d.ts
* fix: format
---------
Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com >
2025-09-29 14:14:30 +08:00
qiang
9043e16d94
fix: the KeyboardEvent.code is always empty string on Android ( #22228 )
...
closed #20330
2025-09-21 01:23:38 +02:00
Zhong
e3b5db5d2a
fix(components): [slider] correctly reset sliderSize ( #21812 )
2025-08-19 16:35:34 +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
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
betavs
952a6858fb
fix(components): [slider] emit change event on slider marker down ( #20383 )
2025-04-10 09:54:37 +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
jiaxiang
398d68cc3e
feat(components): [slider] add persistent prop ( #19889 )
...
* feat(components): [Slider] add persistent prop
* fix(components): [slider] update persistent prop
* fix(components): [slider] rename persistent prop to tooltipPersistent
* Update docs/en-US/component/slider.md
Co-authored-by: btea <2356281422@qq.com >
* chore: formatted
* fix(components): [slider] update description for persistent prop
---------
Co-authored-by: btea <2356281422@qq.com >
2025-02-20 16:17:36 +08:00
btea
21964f6769
chore: add explicit type annoation ( #19352 )
...
* chore: add explicit type annoation
* chore: update
* chore: update
2024-12-23 13:15:20 +08:00
qiang
343cacf5cc
fix(components): numpadEnter does not work like the Enter ( #18855 )
2024-11-14 21:14:51 +08:00
jiaxiang
eb899f0702
refactor: replace typeof number with the built-in isNumber ( #18706 )
...
* refactor: replace typeof number with the built-in isNumber
* style: format
2024-10-30 14:54:49 +08:00
jiaxiang
10fcc59ed4
refactor: replace Array.isArray with the built-in isArray ( #18671 )
...
chore(components): [descriptions] isArray replace Array.isArray
2024-10-28 15:36:44 +08:00
jiaxiang
36193cc8d9
fix(components): [slider] no render popper dom when showTooltip is false ( #18667 )
...
refactor(components): [slider] no render popper and showTooltip is false
2024-10-27 14:38:21 +08:00
tangyongjie
14c8f752e4
test(components): [slider] remove console.log ( #18217 )
2024-09-08 18:42:29 +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
Lov`u`e
5d1ceaa856
fix(components): [slider] click on marks is inaccurately positioned ( #15332 )
...
* fix(components): [slider] click on marks is inaccurately positioned
closed #15330
* fix(components): [slider] inconsistent behavior in range mode
* refactor(components): [slider] simplify logic with setPosition method
---------
Co-authored-by: qiang <qw13131wang@gmail.com >
2024-08-04 10:46:48 +08:00
kooriookami
0f8282520f
chore(components): remove deprecated 2.8.0 ( #17735 )
...
* chore(components): remove deprecated 2.8.0
* chore(components): update
2024-08-02 11:08:24 +08:00
tangyongjie
76ee10ab69
refactor(components): [slider]optimize ts types ( #17292 )
...
* refactor(components): [slider]Optimize ts types
* refactor(components): [slider]fix type check error
* refactor(components): [silder]optimize ts types
2024-08-01 18:59:58 +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
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
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
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
wzc520pyfm
6542286292
docs(components): [slider] use new display tag ( #14711 )
2023-12-03 22:17:50 +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
a30ae9d103
refactor(project): removing packages/tokens ( #11769 )
...
* refactor(tokens): remove tokens
* Remove tokens/breadcrumb.
* refactor(tokens): remove tokens/button
* refactor(tokens): remove tokens/carousel
* refactor(tokens): removing tokens/checkbox
* refactor(tokens): removing tokens/collapse
* refactor(tokens): removing tokens/dialog
* refactor(tokens): removing tokens/pagination
* refactor(tokens): removing tokens/radio
* refactor(tokens): removing tokens/row
* refactor(tokens): removing tokens/scrollbar
* refactor(tokens): removing tokens/slider
* refactor(tokens): removing tokens/tabs
* refactor(tokens): removing tokens/upload
* refactor(tokens): removing tokens/popper
* refactor(tokens): removing tokens/tooltip
* refactor(tokens): removing tokens/tooltip-v2
* refactor(tokens): removing tokens/date-picker
* refactor(project): removing tokens/experimentals
* Remove tokens/experimentals
* Remove package/tokens
* Remove tokens related parts
* refactor(project): removing packages/tokens completely
* chore: update import statement
2023-03-01 13:59:21 +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
童欧巴
f9d4c8c083
refactor(components): [slider] remove useless code ( #11681 )
2023-02-22 19:21:52 +08:00
Jeremy
e8bbdf974b
feat: integrate use popper ( #11045 )
...
* feat: integrate use popper
* Integrate popper with use popper hook.
* Reorganize code for better readabilities.
* fix: contentStyle typing
* fix: test failure
* fix: slider placement testing
* refactor: slider test case refactoring
* fix: virtual triggering
---------
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com >
2023-01-31 11:58:52 +08:00
류한경
640e3bb24d
fix(components): [slider] fix type error ( #9886 )
2022-09-24 14:06:33 +08:00
snowingfox
9cd204712b
refactor(components): [tooltip] switch to script-setup syntax ( #9685 )
...
Co-authored-by: holazz <2418184580@qq.com >
Co-authored-by: sxzz <sxzz@sxzz.moe >
2022-09-20 03:31:05 +00:00
zz
193ef92e1e
fix(components): [slider] trigger change event correctly ( #9553 )
2022-08-31 11:46:58 +08:00
renovate[bot]
477aee23c6
fix(deps): update dependency eslint-plugin-unicorn to v43 ( #8610 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-08-13 07:10:16 +00:00
qiang
5d3a6eb37c
fix(components): [slider] disabled slider button can still be focused ( #9004 )
2022-07-27 11:54:00 +08:00
Xc
251199e783
fix(components): [tooltip] related components are controlled ( #9019 )
2022-07-26 17:22:54 +08:00
류한경
2fce0f1d3b
fix(components): [slider] not changed marker style ( #8737 )
...
* fix(components): [slider] not changed marker style
* test: add mark props test case
2022-07-10 16:28:45 +08:00
bqy_fe
e939850863
perf(components): [slider] emit UPDATE_MODEL_EVENT only if value changes ( #8603 )
2022-07-08 21:30:53 +08:00
류한경
5b817d3008
feat(components): [slider] placement ( #8561 )
...
* feat(components): [slider] placement
feat: add fallback placements
feat: rename tooltip-placement
refactor: test code
docs: add placement attribute
docs: prettier
* docs: example placement
2022-07-04 22:35:53 +08:00
Hefty
72d0bc2177
fix(components): add validate-event for form types component ( #8173 )
...
* fix(components): add validate-event for form types component
* chore: format code
2022-07-02 21:01:05 +08:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +08:00
zz
518db1e240
refactor(components): [slider] use JSX in Unit test ( #8225 )
2022-06-22 00:43:43 +08:00
zz
1975aa24fe
refactor(components): [slider] switch to script-setup syntax ( #8008 )
2022-06-12 08:32:54 +08:00
Delyan Haralanov
c99592502f
test: remove deprecated done callback ( #7741 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-05-17 20:32:52 +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
opengraphica
16989d8187
feat(components): [slider] aria keyboard controls and attrs ( #7389 )
...
* feat(components): [slider] aria keyboard controls and attrs
fix #7350
* feat(components): [slider] fix lint error in slider types
* feat(components): [slider] change start value for home/end unit test
* feat(components): prevent scrolling on touch screen for runway
* feat(components): [slider] type-o in locale prop
* fix(components): [slider] PR comments r1
* fix(components): [slider] linting errors
2022-04-27 21:38:47 +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
三咲智子
184facdb4c
chore: add eslint rule sort imports ( #6823 )
2022-03-25 15:35:56 +08:00
三咲智子
5d85fba20c
chore: self closing vue tag ( #6603 )
2022-03-13 16:16:11 -04:00
blackie
c35dfec666
style(components): rename disabled to is-disabled ( #6475 )
...
* style(components): [pagination] rename disabled to is-disabled
* style(components): [slider] rename disabled to is-disabled
* style(components): [pagination] rename active to is-active
* refactor(components): [calendar] use namespace hooks
* fix(components): [pagination] fix test error
2022-03-10 23:57:07 +08:00
三咲智子
b8c38a9fe5
chore: enhance eslint rules ( #6476 )
...
* chore: enhance eslint rules
* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00