Commit Graph

27 Commits

Author SHA1 Message Date
Zhong
f49fcbc3b2 chore(components): [tour] fix typo (#22306) 2025-09-24 14:20:22 +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
d52f260f22 fix(components): [tour] make path responsive to window size (#22145) 2025-09-14 12:31:39 +02:00
thinkasany
094fc74cf2 feat(components): [tour] add close locale (#21934) 2025-08-29 07:12:17 +08:00
thinkasany
ca8877fdc8 feat(components): [tour] support keyboard switching steps (#21766)
* feat(components): [tour] support keyboard switching steps

* Update packages/components/tour/src/step.vue

Co-authored-by: btea <2356281422@qq.com>

---------

Co-authored-by: btea <2356281422@qq.com>
2025-08-15 10:58:50 +02:00
thinkasany
a4babd542e refactor(components): [tour] improve TourContext type (#21605) 2025-08-04 17:47:48 +08:00
thinkasany
d2d44c7de3 refactor(components): [tour] improve code style (#21586)
* refactor(components): [tour] improve code style

* fix(components): fix
2025-08-03 22:41:48 +08:00
thinkasany
358e97e780 docs(components): [tour] clean up duplicate description (#21516)
docs(components): [tour] Clean up duplicate description
2025-07-28 09:56:28 +02: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
5f519a6f25 refactor(components): unify append-to prop type across multiple components (#20501)
* fix(components): [select] update `append-to` prop type

* fix(components): unify `append-to` prop type across multiple components

* docs: update `append-to` prop type
2025-04-22 09:29:19 +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
thinkasany
7dbac0e1bc chore: use event constants instead string (#20104)
* chore: use UPDATE_MODEL_EVENT constants

* chore: update INPUT_EVENT & CHANGE_EVENT
2025-03-12 15:52:07 +08:00
sea
244e811b44 chore(eslint-config): add line-between-blocks rules (#20051) 2025-03-08 08:55:02 +08:00
Zhong
d7dfce37e7 chore(components): [tour] remove redundant check for 'open' variable (#18668)
refactor(components): [tour] remove redundant check for 'open' variable

The check for 'open.value == true' was unnecessary since 'open' is already verified to be non-null
earlier in the code.
2024-10-27 14:32:08 +08:00
qiang
270e1d01ba fix(components): SSR hydration error caused by disabled prop of teleport (#17551)
* fix(components): sSR hydration error caused by disabled prop of teleport

* fix(components): [teleport] type error

* chore: type error
2024-08-04 13:50:09 +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
sea
e80262b2db fix(components): [anchor,tour] the type type typo (#16119)
chore: fix typo
2024-03-13 14:46:02 +08:00
赵添
9ef20c6d6a fix(components): [tour] floating-ui autoUpdate error (#15972) 2024-02-27 22:01:51 +08:00
赵添
9785ad1cd0 fix(components): [tour] focusout error (#15970) 2024-02-27 15:08:54 +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
赵添
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
赵添
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
btea
858be3c70a refactor(components): [tour] replace rect with path (#15315) 2024-01-07 12:42:02 +09: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
赵添
2fd7ba82ab feat(components): tour component (#14952) 2023-12-27 14:49:11 +08:00