wcz-test 6.4.6 → 6.4.9
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/{chunk-TVEJZEZT.js → chunk-H35VQRS4.js} +2 -2
- package/dist/{chunk-YHTLF4NN.js → chunk-MZYWQKGY.js} +3 -2
- package/dist/{chunk-ZHDN5BBF.js → chunk-NHG74N3M.js} +3 -3
- package/dist/{chunk-GBRG7C6R.js → chunk-T723TJ46.js} +2 -2
- package/dist/client-utils.d.ts +2156 -0
- package/dist/client-utils.js +28 -0
- package/dist/client-utils.js.map +1 -0
- package/dist/components.js +3 -3
- package/dist/hooks.d.ts +2 -1
- package/dist/hooks.js +2 -2
- package/dist/index.d.ts +4 -0
- package/dist/index.js +14 -6
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +1 -1
- package/dist/queries.d.ts +1 -1
- package/dist/queries.js +3 -3
- package/dist/server-utils.d.ts +9 -0
- package/dist/server-utils.js +20 -0
- package/dist/server-utils.js.map +1 -0
- package/dist/{utils-DLRiZ02r.d.ts → utils-DqOS_g2q.d.ts} +1 -0
- package/dist/utils.d.ts +1 -2155
- package/dist/utils.js +3 -26
- package/dist/utils.js.map +1 -1
- package/package.json +15 -11
- package/dist/pg.d.ts +0 -1
- package/dist/pg.js +0 -3
- package/dist/pg.js.map +0 -1
- package/dist/{Approval-gLhUz6rw.d.ts → Approval-CWQn-kah.d.ts} +1 -1
- /package/dist/{chunk-TVEJZEZT.js.map → chunk-H35VQRS4.js.map} +0 -0
- /package/dist/{chunk-YHTLF4NN.js.map → chunk-MZYWQKGY.js.map} +0 -0
- /package/dist/{chunk-ZHDN5BBF.js.map → chunk-NHG74N3M.js.map} +0 -0
- /package/dist/{chunk-GBRG7C6R.js.map → chunk-T723TJ46.js.map} +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import {
|
|
2
|
+
WISTRON_PRIMARY_COLOR,
|
|
3
|
+
WISTRON_SECONDARY_COLOR,
|
|
4
|
+
authClient
|
|
5
|
+
} from "./chunk-H35VQRS4.js";
|
|
6
|
+
import {
|
|
7
|
+
Platform
|
|
8
|
+
} from "./chunk-T723TJ46.js";
|
|
9
|
+
import "./chunk-MZYWQKGY.js";
|
|
10
|
+
import "./chunk-5WRI5ZAA.js";
|
|
11
|
+
|
|
12
|
+
// src/client-utils.ts
|
|
13
|
+
import { t } from "i18next";
|
|
14
|
+
import { default as default2 } from "i18next";
|
|
15
|
+
import { initReactI18next, useTranslation } from "react-i18next";
|
|
16
|
+
import { default as default3 } from "i18next-browser-languagedetector";
|
|
17
|
+
export {
|
|
18
|
+
default3 as LanguageDetector,
|
|
19
|
+
Platform,
|
|
20
|
+
WISTRON_PRIMARY_COLOR,
|
|
21
|
+
WISTRON_SECONDARY_COLOR,
|
|
22
|
+
authClient,
|
|
23
|
+
default2 as i18n,
|
|
24
|
+
initReactI18next,
|
|
25
|
+
t,
|
|
26
|
+
useTranslation
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=client-utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/client-utils.ts"],"sourcesContent":["export { Platform } from \"./lib/utils\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// Internationalization\r\nexport { t } from \"i18next\";\r\nexport { default as i18n } from \"i18next\";\r\nexport { initReactI18next, useTranslation } from \"react-i18next\";\r\nexport { default as LanguageDetector } from \"i18next-browser-languagedetector\";\r\n\r\n// Auth\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\n\r\n"],"mappings":";;;;;;;;;;;;AAIA,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;","names":["default"]}
|
package/dist/components.js
CHANGED
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
useGetFileMetas,
|
|
12
12
|
useGetFileThumbnail,
|
|
13
13
|
useOpenFile
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-NHG74N3M.js";
|
|
15
15
|
import "./chunk-TME53DAF.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-T723TJ46.js";
|
|
17
|
+
import "./chunk-MZYWQKGY.js";
|
|
18
18
|
import "./chunk-5WRI5ZAA.js";
|
|
19
19
|
|
|
20
20
|
// src/components/core/TypographyWithIcon.tsx
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { ButtonProps, TextFieldProps, SliderProps, RadioGroupProps, SwitchProps, CheckboxProps, AutocompleteProps } from '@mui/material';
|
|
2
2
|
import { DateTimePickerProps, DatePickerProps } from '@mui/x-date-pickers-pro';
|
|
3
|
-
import { F as FormOmittedProps } from './utils-
|
|
3
|
+
import { F as FormOmittedProps } from './utils-DqOS_g2q.js';
|
|
4
4
|
import { NumericFormatProps, InputAttributes } from 'react-number-format/types/types';
|
|
5
5
|
import * as _tanstack_react_form from '@tanstack/react-form';
|
|
6
6
|
import * as react from 'react';
|
|
7
7
|
import { ReactNode } from 'react';
|
|
8
8
|
import * as _tanstack_form_core from '@tanstack/form-core';
|
|
9
9
|
import 'axios';
|
|
10
|
+
import 'uuidv7';
|
|
10
11
|
|
|
11
12
|
type FormSubmitButtonProps = Omit<ButtonProps, "loading" | "disabled" | "onClick" | "type">;
|
|
12
13
|
|
package/dist/hooks.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { LinkOptions } from '@tanstack/react-router';
|
|
2
2
|
import { FC, ReactNode } from 'react';
|
|
3
3
|
import { CssVarsThemeOptions } from '@mui/material';
|
|
4
|
+
export { r as rootRouteHead } from './utils-DqOS_g2q.js';
|
|
5
|
+
export { createEnv } from '@t3-oss/env-core';
|
|
6
|
+
import 'axios';
|
|
7
|
+
import 'uuidv7';
|
|
4
8
|
|
|
5
9
|
interface NavigationPageItem extends Partial<Pick<LinkOptions, "to" | "href" | "params" | "search">> {
|
|
6
10
|
title: string;
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_extends,
|
|
3
|
+
authClient,
|
|
4
|
+
useGetTheme
|
|
5
|
+
} from "./chunk-H35VQRS4.js";
|
|
1
6
|
import {
|
|
2
7
|
RouterListItemButton
|
|
3
8
|
} from "./chunk-ZMWQQXZT.js";
|
|
@@ -6,13 +11,11 @@ import {
|
|
|
6
11
|
useDialogs
|
|
7
12
|
} from "./chunk-4UULRYGW.js";
|
|
8
13
|
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
useGetTheme
|
|
12
|
-
} from "./chunk-TVEJZEZT.js";
|
|
14
|
+
rootRouteHead
|
|
15
|
+
} from "./chunk-T723TJ46.js";
|
|
13
16
|
import {
|
|
14
17
|
clientEnv
|
|
15
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-MZYWQKGY.js";
|
|
16
19
|
import {
|
|
17
20
|
__commonJS,
|
|
18
21
|
__toESM
|
|
@@ -2311,8 +2314,13 @@ var LayoutProvider = ({ navigation, theme, children }) => {
|
|
|
2311
2314
|
}, []);
|
|
2312
2315
|
return /* @__PURE__ */ jsx8(ThemeProvider, { theme: createdTheme, children: /* @__PURE__ */ jsx8(LocalizationProvider, { dateAdapter: AdapterDayjs, adapterLocale: i18n.resolvedLanguage, children: /* @__PURE__ */ jsx8(DialogsProvider, { children: /* @__PURE__ */ jsx8(Layout, { navigation, children }) }) }) });
|
|
2313
2316
|
};
|
|
2317
|
+
|
|
2318
|
+
// src/index.ts
|
|
2319
|
+
import { createEnv } from "@t3-oss/env-core";
|
|
2314
2320
|
export {
|
|
2315
|
-
LayoutProvider
|
|
2321
|
+
LayoutProvider,
|
|
2322
|
+
createEnv,
|
|
2323
|
+
rootRouteHead
|
|
2316
2324
|
};
|
|
2317
2325
|
/*! Bundled license information:
|
|
2318
2326
|
|