element-plus/packages/hooks
dopamine a03cf125fd
fix(components): [carousel] improper active item (#8904)
* fix(components): [carousel] none of active item

closed #8891

* fix: ts error

* fix: guarantee items order when reusing carousel-item component

* style: code format

* fix: test fail

* chore: correct type

* fix: sorting failed in some cases

* better implementation

better implementation

* impove code accroding to review comment
2022-10-02 08:44:40 +08:00
..
__tests__ fix(hooks): [use-popper-container] fix namespace (#9655) 2022-09-06 14:51:05 +08:00
use-attrs feat(components): [date-picker] work with modal focus trap; a11y controls and attributes (#7598) 2022-05-10 21:51:17 +08:00
use-common-props chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
use-cursor feat(components): [input] add input formatter (#6876) 2022-04-23 22:48:21 +08:00
use-delayed-toggle feat(components): [date-picker] work with modal focus trap; a11y controls and attributes (#7598) 2022-05-10 21:51:17 +08:00
use-deprecated refactor(components): [switch] deprecate value prop (#8335) 2022-06-18 13:48:02 +08:00
use-draggable chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
use-escape-keydown fix(hooks): [use-escape-keydown] fix memory leak (#8005) (#8060) 2022-07-27 14:09:23 +08:00
use-floating fix(hooks): [use-floating] fix type error (#8727) 2022-07-09 18:15:53 +09:00
use-focus
use-form-item fix(hooks): use-form-item circular reference (#7793) 2022-05-20 15:27:21 +08:00
use-forward-ref fix(hooks): type error (#7941) 2022-05-30 09:26:14 +08:00
use-global-config fix(hooks): type error (#7941) 2022-05-30 09:26:14 +08:00
use-id fix(components): use namespace (#9299) 2022-08-13 14:43:00 +08:00
use-intermediate-render chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
use-locale chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
use-lockscreen fix(hooks): [useLockscreen] close shake (#9610) 2022-09-03 22:57:37 +08:00
use-modal
use-model-toggle feat(components): [tooltip] adjust controlled mode (#8762) 2022-07-17 23:14:51 +08:00
use-namespace perf(hooks): [use-namespace] simplify code (#9298) 2022-09-01 23:20:32 +08:00
use-ordered-children fix(components): [carousel] improper active item (#8904) 2022-10-02 08:44:40 +08:00
use-popper-container fix(hooks): [use-popper-container] fix namespace (#9655) 2022-09-06 14:51:05 +08:00
use-prevent-global
use-prop fix(hooks): type error (#7941) 2022-05-30 09:26:14 +08:00
use-restore-active
use-same-target
use-teleport chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
use-throttle-render
use-timeout
use-transition-fallthrough
use-z-index chore: add eslint rule sort imports (#6823) 2022-03-25 15:35:56 +08:00
index.ts fix(components): [carousel] improper active item (#8904) 2022-10-02 08:44:40 +08:00
package.json