wcz-test 6.4.4 → 6.4.5
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-BZEEKZFG.js → chunk-ZHDN5BBF.js} +4 -4
- package/dist/components.js +2 -2
- package/dist/index.js +5 -5
- package/dist/queries.js +6 -6
- package/dist/utils.d.ts +6 -2
- package/dist/utils.js +11 -0
- package/dist/utils.js.map +1 -1
- package/package.json +1 -17
- package/dist/i18next-browser-languagedetector.d.ts +0 -4
- package/dist/i18next-browser-languagedetector.js +0 -8
- package/dist/i18next-browser-languagedetector.js.map +0 -1
- package/dist/i18next.d.ts +0 -2
- package/dist/i18next.js +0 -9
- package/dist/i18next.js.map +0 -1
- package/dist/pg.d.ts +0 -1
- package/dist/pg.js +0 -3
- package/dist/pg.js.map +0 -1
- package/dist/react-i18next.d.ts +0 -1
- package/dist/react-i18next.js +0 -3
- package/dist/react-i18next.js.map +0 -1
- /package/dist/{chunk-BZEEKZFG.js.map → chunk-ZHDN5BBF.js.map} +0 -0
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
FileMetaSchema
|
|
3
|
+
} from "./chunk-TME53DAF.js";
|
|
1
4
|
import {
|
|
2
5
|
httpClient,
|
|
3
6
|
toKebabCase
|
|
@@ -5,9 +8,6 @@ import {
|
|
|
5
8
|
import {
|
|
6
9
|
clientEnv
|
|
7
10
|
} from "./chunk-YHTLF4NN.js";
|
|
8
|
-
import {
|
|
9
|
-
FileMetaSchema
|
|
10
|
-
} from "./chunk-TME53DAF.js";
|
|
11
11
|
|
|
12
12
|
// src/queries/FileHooks.ts
|
|
13
13
|
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
useDeleteFiles,
|
|
204
204
|
useUploadFile
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-ZHDN5BBF.js.map
|
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-ZHDN5BBF.js";
|
|
15
|
+
import "./chunk-TME53DAF.js";
|
|
15
16
|
import "./chunk-GBRG7C6R.js";
|
|
16
17
|
import "./chunk-YHTLF4NN.js";
|
|
17
|
-
import "./chunk-TME53DAF.js";
|
|
18
18
|
import "./chunk-5WRI5ZAA.js";
|
|
19
19
|
|
|
20
20
|
// src/components/core/TypographyWithIcon.tsx
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
_extends,
|
|
3
|
-
authClient,
|
|
4
|
-
useGetTheme
|
|
5
|
-
} from "./chunk-TVEJZEZT.js";
|
|
6
1
|
import {
|
|
7
2
|
RouterListItemButton
|
|
8
3
|
} from "./chunk-ZMWQQXZT.js";
|
|
@@ -10,6 +5,11 @@ import {
|
|
|
10
5
|
DialogsContext,
|
|
11
6
|
useDialogs
|
|
12
7
|
} from "./chunk-4UULRYGW.js";
|
|
8
|
+
import {
|
|
9
|
+
_extends,
|
|
10
|
+
authClient,
|
|
11
|
+
useGetTheme
|
|
12
|
+
} from "./chunk-TVEJZEZT.js";
|
|
13
13
|
import {
|
|
14
14
|
clientEnv
|
|
15
15
|
} from "./chunk-YHTLF4NN.js";
|
package/dist/queries.js
CHANGED
|
@@ -11,7 +11,12 @@ import {
|
|
|
11
11
|
useOpenFile,
|
|
12
12
|
useUpdateFileMeta,
|
|
13
13
|
useUploadFile
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-ZHDN5BBF.js";
|
|
15
|
+
import {
|
|
16
|
+
ApprovalStatus,
|
|
17
|
+
ApprovalStepResult
|
|
18
|
+
} from "./chunk-4FRZRIAO.js";
|
|
19
|
+
import "./chunk-TME53DAF.js";
|
|
15
20
|
import {
|
|
16
21
|
httpClient,
|
|
17
22
|
toKebabCase
|
|
@@ -19,11 +24,6 @@ import {
|
|
|
19
24
|
import {
|
|
20
25
|
clientEnv
|
|
21
26
|
} from "./chunk-YHTLF4NN.js";
|
|
22
|
-
import {
|
|
23
|
-
ApprovalStatus,
|
|
24
|
-
ApprovalStepResult
|
|
25
|
-
} from "./chunk-4FRZRIAO.js";
|
|
26
|
-
import "./chunk-TME53DAF.js";
|
|
27
27
|
import "./chunk-5WRI5ZAA.js";
|
|
28
28
|
|
|
29
29
|
// src/queries/PeopleSoftHooks.ts
|
package/dist/utils.d.ts
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
export { uuidv7 } from 'uuidv7';
|
|
2
1
|
export { P as Platform, h as httpClient, r as rootRouteHead } from './utils-DLRiZ02r.js';
|
|
3
|
-
export { createEnv } from '@t3-oss/env-core';
|
|
4
2
|
import * as nanostores from 'nanostores';
|
|
5
3
|
import * as node_modules_better_auth_dist_shared_better_auth_BNARIIb2 from 'node_modules/better-auth/dist/shared/better-auth.BNARIIb2';
|
|
6
4
|
import * as node_modules_better_auth_dist_shared_better_auth_DNnBkMGu from 'node_modules/better-auth/dist/shared/better-auth.DNnBkMGu';
|
|
7
5
|
import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
6
|
+
export { uuidv7 } from 'uuidv7';
|
|
7
|
+
export { createEnv } from '@t3-oss/env-core';
|
|
8
|
+
export { default as i18n, t } from 'i18next';
|
|
9
|
+
export { initReactI18next, useTranslation } from 'react-i18next';
|
|
10
|
+
export { default as LanguageDetector } from 'i18next-browser-languagedetector';
|
|
11
|
+
export { Pool } from 'pg';
|
|
8
12
|
import 'axios';
|
|
9
13
|
|
|
10
14
|
declare const authClient: {
|
package/dist/utils.js
CHANGED
|
@@ -14,14 +14,25 @@ import "./chunk-5WRI5ZAA.js";
|
|
|
14
14
|
// src/utils.ts
|
|
15
15
|
import { uuidv7 } from "uuidv7";
|
|
16
16
|
import { createEnv } from "@t3-oss/env-core";
|
|
17
|
+
import { t } from "i18next";
|
|
18
|
+
import { default as default2 } from "i18next";
|
|
19
|
+
import { initReactI18next, useTranslation } from "react-i18next";
|
|
20
|
+
import { default as default3 } from "i18next-browser-languagedetector";
|
|
21
|
+
import { Pool } from "pg";
|
|
17
22
|
export {
|
|
23
|
+
default3 as LanguageDetector,
|
|
18
24
|
Platform,
|
|
25
|
+
Pool,
|
|
19
26
|
WISTRON_PRIMARY_COLOR,
|
|
20
27
|
WISTRON_SECONDARY_COLOR,
|
|
21
28
|
authClient,
|
|
22
29
|
createEnv,
|
|
23
30
|
httpClient,
|
|
31
|
+
default2 as i18n,
|
|
32
|
+
initReactI18next,
|
|
24
33
|
rootRouteHead,
|
|
34
|
+
t,
|
|
35
|
+
useTranslation,
|
|
25
36
|
uuidv7
|
|
26
37
|
};
|
|
27
38
|
//# sourceMappingURL=utils.js.map
|
package/dist/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export {
|
|
1
|
+
{"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { Platform, rootRouteHead, httpClient } from \"./lib/utils\";\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// UUID\r\nexport { uuidv7 } from \"uuidv7\";\r\n\r\n// ENV\r\nexport { createEnv } from \"@t3-oss/env-core\";\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// PostgreSQL\r\nexport { Pool } from \"pg\";\r\n"],"mappings":";;;;;;;;;;;;;;AAKA,SAAS,cAAc;AAGvB,SAAS,iBAAiB;AAG1B,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;AAG5C,SAAS,YAAY;","names":["default"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wcz-test",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -16,14 +16,6 @@
|
|
|
16
16
|
"types": "./dist/hooks.d.ts",
|
|
17
17
|
"import": "./dist/hooks.js"
|
|
18
18
|
},
|
|
19
|
-
"./i18next-browser-languagedetector": {
|
|
20
|
-
"types": "./dist/i18next-browser-languagedetector.d.ts",
|
|
21
|
-
"import": "./dist/i18next-browser-languagedetector.js"
|
|
22
|
-
},
|
|
23
|
-
"./i18next": {
|
|
24
|
-
"types": "./dist/i18next.d.ts",
|
|
25
|
-
"import": "./dist/i18next.js"
|
|
26
|
-
},
|
|
27
19
|
".": {
|
|
28
20
|
"types": "./dist/index.d.ts",
|
|
29
21
|
"import": "./dist/index.js"
|
|
@@ -32,18 +24,10 @@
|
|
|
32
24
|
"types": "./dist/models.d.ts",
|
|
33
25
|
"import": "./dist/models.js"
|
|
34
26
|
},
|
|
35
|
-
"./pg": {
|
|
36
|
-
"types": "./dist/pg.d.ts",
|
|
37
|
-
"import": "./dist/pg.js"
|
|
38
|
-
},
|
|
39
27
|
"./queries": {
|
|
40
28
|
"types": "./dist/queries.d.ts",
|
|
41
29
|
"import": "./dist/queries.js"
|
|
42
30
|
},
|
|
43
|
-
"./react-i18next": {
|
|
44
|
-
"types": "./dist/react-i18next.d.ts",
|
|
45
|
-
"import": "./dist/react-i18next.js"
|
|
46
|
-
},
|
|
47
31
|
"./utils": {
|
|
48
32
|
"types": "./dist/utils.d.ts",
|
|
49
33
|
"import": "./dist/utils.js"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/i18next-browser-languagedetector.ts"],"sourcesContent":["export { default } from \"i18next-browser-languagedetector\";\r\n"],"mappings":";;;AAAA,SAAS,WAAAA,gBAAe;","names":["default"]}
|
package/dist/i18next.d.ts
DELETED
package/dist/i18next.js
DELETED
package/dist/i18next.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/i18next.ts"],"sourcesContent":["export * from \"i18next\";\r\nexport { default } from \"i18next\";\r\n"],"mappings":";;;AAAA,cAAc;AACd,SAAS,WAAAA,gBAAe;","names":["default"]}
|
package/dist/pg.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from 'pg';
|
package/dist/pg.js
DELETED
package/dist/pg.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/pg.ts"],"sourcesContent":["export * from \"pg\";\r\n"],"mappings":";AAAA,cAAc;","names":[]}
|
package/dist/react-i18next.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from 'react-i18next';
|
package/dist/react-i18next.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/react-i18next.ts"],"sourcesContent":["export * from \"react-i18next\";\r\n"],"mappings":";AAAA,cAAc;","names":[]}
|
|
File without changes
|