element-plus/packages/hooks
2024-10-27 15:49:43 +08:00
..
__tests__ fix(hooks): [useId] SSR hydration error caused by id in vue@3.5+ (#18647) 2024-10-27 15:49:43 +08:00
use-aria feat(hooks): add use-aria hooks (#16598) 2024-04-23 13:56:44 +08:00
use-attrs
use-composition refactor(hooks): rewrite composition as a composable function (#14240) 2024-07-28 21:11:20 +08:00
use-cursor perf(hooks): replace the ref object with a plain object (#15061) 2024-07-28 18:22:44 +08:00
use-delayed-toggle fix(hooks): [use-delayed-toggle] clear timer when call onClose (#12056) 2023-03-16 22:29:24 +08:00
use-deprecated
use-draggable fix(components): [dialog] rename resetPostion to resetPosition (#17900) 2024-08-21 22:34:12 +08:00
use-empty-values fix(hooks): cannot access 'useEmptyValuesProps' before initialization (#17448) 2024-07-09 19:02:05 +08:00
use-escape-keydown refactor: extract isClient and isNumber isBoolean (#12504) 2023-04-20 20:00:49 +08:00
use-floating refactor: extract isClient and isNumber isBoolean (#12504) 2023-04-20 20:00:49 +08:00
use-focus
use-focus-controller fix: the disabled state should not trigger focus (#18108) 2024-08-31 19:48:48 +08:00
use-forward-ref
use-id fix(hooks): [useId] SSR hydration error caused by id in vue@3.5+ (#18647) 2024-10-27 15:49:43 +08:00
use-intermediate-render
use-locale fix(components): [global-config] (#11847) 2023-03-06 23:20:21 +08:00
use-lockscreen fix(hooks): [lockscreen] compatible with document non-existence (#18445) 2024-10-04 21:59:47 +08:00
use-modal
use-model-toggle refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
use-namespace chore: prevent warnings while running test cases (#12189) 2023-07-22 23:19:33 +08:00
use-ordered-children fix(components): [tabs] optimize SSR (#15183) 2024-07-29 18:01:07 +08:00
use-popper
use-popper-container fix(hooks): rendering multiple popper container DOM in SSR/SSG (#18482) 2024-10-11 09:49:23 +08:00
use-prevent-global
use-prop fix(hooks): vm may be null (#12058) 2023-03-16 21:31:16 +08:00
use-same-target refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
use-size fix(components): circular referencing issue (#11777) 2023-03-01 16:44:09 +08:00
use-teleport refactor: import shared utilities from @element-plus/utils (#18048) 2024-08-29 09:04:03 +08:00
use-throttle-render chore(utils): improve setTimeout type (#17763) 2024-08-05 21:10:14 +08:00
use-timeout
use-transition-fallthrough
use-z-index fix(hooks): SSR hydration error caused by z-index (#16175) 2024-03-22 16:36:25 +08:00
index.ts refactor(hooks): rewrite composition as a composable function (#14240) 2024-07-28 21:11:20 +08:00
package.json