element-plus/packages/hooks/__tests__
jeremywu c8d65bf43d
feat(locale): locale-provider (#2662)
- Add a component for providing configs
- Add `use-locale` hooks into hooks for composable usage
- Add `use-locale` for `config-provider` to allow user to provide locale config via `react-like` API
- Add test cases against these new features
2021-07-25 15:26:00 +08:00
..
use-attrs.spec.ts fix(input): non-emit events such as keyup not work (#866) 2020-12-07 13:21:23 +08:00
use-css-var.spec.ts feat: new hook: useCssVar for inject custom css vars (#2547) 2021-07-20 15:26:17 +08:00
use-focus.spec.ts fix(select): Fix select.focus is undefined bug (#862) 2020-12-07 11:29:08 +08:00
use-locale.spec.ts feat(locale): locale-provider (#2662) 2021-07-25 15:26:00 +08:00
use-lockscreen.spec.ts fix(hooks): fix use-lock-screen hook (#1651) 2021-03-16 21:40:45 +08:00
use-modal.spec.ts ### feat: add dialog (#197) 2020-09-09 21:18:08 +08:00
use-model-toggle.spec.ts Finish unfinished test case 2021-07-05 08:50:36 +08:00
use-prevent-global.ts fix(overlay): Fix overlay event triggering issue (#1235) 2021-01-14 17:01:37 +08:00
use-restore-active.spec.ts ### feat: add dialog (#197) 2020-09-09 21:18:08 +08:00
use-teleport.spec.ts feat(hooks): add use-teleport hook (#2421) 2021-07-03 19:04:03 +08:00
use-timeout.spec.ts feat(hooks): add use-timeout hook (#2439) 2021-07-06 07:49:49 +08:00
use-transition.spec.ts refactor(hooks): refactor transition (#2556) 2021-07-18 20:08:58 +08:00