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 |
|
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 |
|
dopamine
|
8618a6bcd0
|
refactor: import shared utilities from @element-plus/utils (#18048)
chore: import shared utilities from `@element-plus/utils`
|
2024-08-29 09:04:03 +08:00 |
|
btea
|
105d79b0d9
|
refactor: extract isClient and isNumber isBoolean (#12504)
* refactor: extract isClient and isNumber isBoolean
* test: update test
* refactor: extract isClient to browser
|
2023-04-20 20:00:49 +08:00 |
|
Xc
|
ef22e5db62
|
feat(components): [tooltip] adjust controlled mode (#8762)
* feat(components): [tooltip] adjust controlled mode
|
2022-07-17 23:14:51 +08:00 |
|
三咲智子
|
362c7f6b3c
|
refactor(utils): ep prop (#8018)
|
2022-06-01 08:00:27 +00:00 |
|
opengraphica
|
af732b124b
|
feat(components): [dropdown] a11y (#7946)
* feat(components): [dropdown] always use button trigger
* feat(components): [dropdown] a11y unit tests
* feat(components): [dropdown] pr comments
|
2022-05-30 11:51:25 +08:00 |
|
三咲智子
|
184facdb4c
|
chore: add eslint rule sort imports (#6823)
|
2022-03-25 15:35:56 +08:00 |
|
三咲智子
|
aaf90d99d0
|
test: switch to vitest (#5991)
* test: use vitest
* test: add script and ci
* chore: improve tsconfig
* refactor: use-form-item
* fix: remove unused
* chore: improve scripts
* test: improve mock
* refactor: change coverage
|
2022-02-21 14:28:22 +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 |
|
jeremywu
|
dd19cae2bc
|
refactor(components): popper composables (#5035)
* refactor(components): popper composables
- Refactor popper composables
* updates
* updates for tooltip
* Updates for popper. TODO: fix controlled tooltip animation
* Fix controlled mode popper animation issue
* Add new feature for customizing tooltip theme
* Fix popover and popconfirm error
* - Add Collection component for wrapping a collection of component
- Add FocusTrap component for trap focus for popups
- Add RovingFocus component for roving focus component type
- Adjust dropdown component based on these newly added components
- Add popper-trigger component for placing the trigger
- TODO: Finish current dropdown component, and all component's tests plus documents
* Refactor popper
* Complete organizing popper
* Almost finish dropdown
* Update popper tests
* update only-child test
* Finish focus trap component test
* Finish tooltip content test
* Finish tooltip trigger tests
* Finish tooltip tests
* finish tests for Collection and RovingFocusGroup
* Fix test cases for timeselect & select & popover
* Fix popover, popconfirm, menu bug and test cases
* Fix select-v2 test error caused by updating popper
* Fix date-picker test issue for updating popper
* fix test cases
* Fix eslint
* Rebase dev & fix tests
* Remove unused code
|
2022-01-04 09:15:15 +08:00 |
|
三咲智子
|
6287c1f92d
|
refactor(utils): remove isServer (#4792)
|
2021-12-12 23:28:03 +08:00 |
|
三咲智子
|
bbd16a08e9
|
refactor(hooks): refactor hooks (#4253)
* refactor(hooks): remove use-css-var
* refactor(hooks): remove use-events
* refactor(hooks): remove use-migrating
* refactor(hooks): remove use-transition
* refactor(hooks): named export useAttrs
* refactor(hooks): named export useFocus
* refactor(hooks): refactor useFormItem
* refactor(hooks): refactor useGlobalConfig
* refactor(hooks): refactor useLocale
* refactor(hooks): refactor useLockscreen
* refactor(hooks): refactor useModal
* refactor(hooks): refactor useModelToggle
* refactor(hooks): refactor usePreventGlobal
* refactor(hooks): refactor useRestoreActive
* refactor(hooks): refactor useTeleport
* refactor(hooks): refactor useThrottleRender
* refactor(hooks): refactor useTimeout
* refactor(hooks): refactor useTransitionFallthrogh
|
2021-11-29 15:58:44 +08:00 |
|
btea
|
cb03f4d890
|
fix(hooks): add type remove ts error (#4055)
|
2021-10-28 04:44:27 +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 |
|
JeremyWuuuuu
|
5f8b25bc31
|
feat(hooks): add use-model-toggle hook
- Add use model hook to the hooks for toggleable model common logic
|
2021-07-05 08:50:36 +08:00 |
|