Commit Graph

13 Commits

Author SHA1 Message Date
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
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