wcz-test 2.2.1 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -16,6 +16,7 @@ import * as _tanstack_form_core from '@tanstack/form-core';
|
|
|
16
16
|
export { useDialogs } from '@toolpad/core/useDialogs';
|
|
17
17
|
export { useNotifications } from '@toolpad/core/useNotifications';
|
|
18
18
|
export { useLocalStorageState } from '@toolpad/core/useLocalStorageState';
|
|
19
|
+
export { useTranslation } from 'react-i18next';
|
|
19
20
|
|
|
20
21
|
var Layout = {
|
|
21
22
|
Logout: "Logout",
|
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import * as _tanstack_form_core from '@tanstack/form-core';
|
|
|
16
16
|
export { useDialogs } from '@toolpad/core/useDialogs';
|
|
17
17
|
export { useNotifications } from '@toolpad/core/useNotifications';
|
|
18
18
|
export { useLocalStorageState } from '@toolpad/core/useLocalStorageState';
|
|
19
|
+
export { useTranslation } from 'react-i18next';
|
|
19
20
|
|
|
20
21
|
var Layout = {
|
|
21
22
|
Logout: "Logout",
|
package/dist/index.js
CHANGED
|
@@ -2515,6 +2515,7 @@ var { useAppForm: useLayoutForm, withForm: withLayoutForm } = createFormHook({
|
|
|
2515
2515
|
import { useDialogs } from "@toolpad/core/useDialogs";
|
|
2516
2516
|
import { useNotifications } from "@toolpad/core/useNotifications";
|
|
2517
2517
|
import { useLocalStorageState } from "@toolpad/core/useLocalStorageState";
|
|
2518
|
+
import { useTranslation as useTranslation6 } from "react-i18next";
|
|
2518
2519
|
export {
|
|
2519
2520
|
ChipInputCell,
|
|
2520
2521
|
EditableColumnHeader,
|
|
@@ -2533,6 +2534,7 @@ export {
|
|
|
2533
2534
|
useLayoutForm,
|
|
2534
2535
|
useLocalStorageState,
|
|
2535
2536
|
useNotifications,
|
|
2537
|
+
useTranslation6 as useTranslation,
|
|
2536
2538
|
uuidv7,
|
|
2537
2539
|
wczApiClient,
|
|
2538
2540
|
withLayoutForm
|