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 |
|
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 |
|
chouchouji
|
2564007850
|
refactor(components): optimize component boolean type (#17622)
* refactor(components): optimize component boolean type
* style(components): [overlay] fromat code
|
2024-07-25 14:17:23 +08:00 |
|
Jeremy
|
ff673f72b8
|
fix(components): [global-config] global injection (#11899)
* fix(components): [global-config] global injection
* Fix global injection cannot receive configs
* chore: fix formats
* fix: implementation defect
|
2023-03-08 23:12:17 +08:00 |
|
Jeremy
|
3eda7fc603
|
fix(components): [overlay] namespace issue (#11881)
* Fix namespace issue on global components overlay.
* Closes #11877
|
2023-03-07 22:51:31 +08:00 |
|
三咲智子
|
184facdb4c
|
chore: add eslint rule sort imports (#6823)
|
2022-03-25 15:35:56 +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 |
|
三咲智子
|
c1e5d724d8
|
refactor(utils-v2): refactor utils (#5699)
|
2022-02-09 16:59:08 +08:00 |
|
bqy
|
76e48e37cd
|
refactor(components): [overlay] use useNamespace (#5723)
|
2022-02-08 05:43:15 +08:00 |
|
三咲智子
|
edb5726c2d
|
refactor(utils): refactor buildProps & replace buildProp (#3775)
|
2021-10-06 19:56:24 +08:00 |
|
三咲智子
|
46d69bd37f
|
refactor: improve buildProp (#3558)
* refactor: improve buildProp
* fix: fix key
* fix: improve validator
|
2021-09-22 20:27:23 +08:00 |
|
三咲智子
|
25f948fb25
|
refactor(components): refactor overlay (#3496)
|
2021-09-19 16:00:19 +08:00 |
|
Aex
|
78ab1b2f8e
|
feat(hooks): add same target support (#3473)
* feat(hooks): add same target support
* fix: dialog test
* fix: remove unused code
* improvement: custom-mask-event attr
|
2021-09-18 10:04:25 +08:00 |
|
三咲智子
|
55348b30b6
|
style: use prettier (#3228)
* style: use prettier
* style: just prettier format, no code changes
* style: eslint fix
object-shorthand, prefer-const
* style: fix no-void
* style: no-console
|
2021-09-04 19:29:28 +08:00 |
|
jeremywu
|
b0f4fc5f23
|
refactor: update package path and bundle folder (#3016)
|
2021-08-24 13:36:48 +08:00 |
|