wcz-layout 8.0.4 → 8.0.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/data/client.d.ts +1 -5
- package/dist/data/client.js +1 -1
- package/dist/data.d.ts +7 -0
- package/dist/data.js +2 -0
- package/package.json +154 -147
package/dist/data/client.d.ts
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { B as uploadFile, O as FileSchema, b as GetApprovalsSchema, i as SearchEmployeesSchema, j as UploadFileMetaSchema, k as GetFileMetasSchema, n as DepartmentIdSchema, r as EmployeeIdSchema, t as CompanyCodeSchema, y as GetApprovalSchema } from "../peoplesoft-B9kmi9rI.js";
|
|
2
2
|
import z$1, { z } from "zod";
|
|
3
3
|
import * as _$_tanstack_react_query0 from "@tanstack/react-query";
|
|
4
|
-
import { QueryClient } from "@tanstack/react-query";
|
|
5
4
|
import * as _$_tanstack_query_core0 from "@tanstack/query-core";
|
|
6
5
|
|
|
7
|
-
//#region src/lib/queryClient.d.ts
|
|
8
|
-
declare const queryClient: QueryClient;
|
|
9
|
-
//#endregion
|
|
10
6
|
//#region src/queries/client/file.d.ts
|
|
11
7
|
declare const fileMetasQueryOptions: (params: z.input<typeof GetFileMetasSchema>) => _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<{
|
|
12
8
|
id: string;
|
|
@@ -3077,5 +3073,5 @@ declare const companyGeneralManagerQueryOptions: (params: z$1.infer<typeof Compa
|
|
|
3077
3073
|
};
|
|
3078
3074
|
};
|
|
3079
3075
|
//#endregion
|
|
3080
|
-
export { activeEmployeesQueryOptions, approvalQueryOptions, approvalsQueryOptions, approveApprovalMutationOptions, batchDeleteFilesMutationOptions, cancelApprovalMutationOptions, companyGeneralManagerQueryOptions, createApprovalMutationOptions, deleteFileMutationOptions, departmentByIdQueryOptions, departmentEmployeesQueryOptions, departmentManagerQueryOptions, departmentsQueryOptions, downloadFileMutationOptions, employeeByIdQueryOptions, employeeGeneralManagerQueryOptions, employeeManagerQueryOptions, employeeSubordinatesQueryOptions, employeeSupervisorQueryOptions, employeesQueryOptions, employeesSearchQueryOptions, fileMetasQueryOptions, fileQueryOptions, fileThumbnailQueryOptions, openFileMutationOptions, previousEmployeeIdsQueryOptions,
|
|
3076
|
+
export { activeEmployeesQueryOptions, approvalQueryOptions, approvalsQueryOptions, approveApprovalMutationOptions, batchDeleteFilesMutationOptions, cancelApprovalMutationOptions, companyGeneralManagerQueryOptions, createApprovalMutationOptions, deleteFileMutationOptions, departmentByIdQueryOptions, departmentEmployeesQueryOptions, departmentManagerQueryOptions, departmentsQueryOptions, downloadFileMutationOptions, employeeByIdQueryOptions, employeeGeneralManagerQueryOptions, employeeManagerQueryOptions, employeeSubordinatesQueryOptions, employeeSupervisorQueryOptions, employeesQueryOptions, employeesSearchQueryOptions, fileMetasQueryOptions, fileQueryOptions, fileThumbnailQueryOptions, openFileMutationOptions, previousEmployeeIdsQueryOptions, resubmitApprovalMutationOptions, updateFileMetaMutationOptions, useUploadFile, withdrawApprovalMutationOptions };
|
|
3081
3077
|
//# sourceMappingURL=client.d.ts.map
|
package/dist/data/client.js
CHANGED
|
@@ -183,6 +183,6 @@ const companyGeneralManagerQueryOptions = (params) => queryOptions({
|
|
|
183
183
|
...baseOptions
|
|
184
184
|
});
|
|
185
185
|
//#endregion
|
|
186
|
-
export { activeEmployeesQueryOptions, approvalQueryOptions, approvalsQueryOptions, approveApprovalMutationOptions, batchDeleteFilesMutationOptions, cancelApprovalMutationOptions, companyGeneralManagerQueryOptions, createApprovalMutationOptions, deleteFileMutationOptions, departmentByIdQueryOptions, departmentEmployeesQueryOptions, departmentManagerQueryOptions, departmentsQueryOptions, downloadFileMutationOptions, employeeByIdQueryOptions, employeeGeneralManagerQueryOptions, employeeManagerQueryOptions, employeeSubordinatesQueryOptions, employeeSupervisorQueryOptions, employeesQueryOptions, employeesSearchQueryOptions, fileMetasQueryOptions, fileQueryOptions, fileThumbnailQueryOptions, openFileMutationOptions, previousEmployeeIdsQueryOptions,
|
|
186
|
+
export { activeEmployeesQueryOptions, approvalQueryOptions, approvalsQueryOptions, approveApprovalMutationOptions, batchDeleteFilesMutationOptions, cancelApprovalMutationOptions, companyGeneralManagerQueryOptions, createApprovalMutationOptions, deleteFileMutationOptions, departmentByIdQueryOptions, departmentEmployeesQueryOptions, departmentManagerQueryOptions, departmentsQueryOptions, downloadFileMutationOptions, employeeByIdQueryOptions, employeeGeneralManagerQueryOptions, employeeManagerQueryOptions, employeeSubordinatesQueryOptions, employeeSupervisorQueryOptions, employeesQueryOptions, employeesSearchQueryOptions, fileMetasQueryOptions, fileQueryOptions, fileThumbnailQueryOptions, openFileMutationOptions, previousEmployeeIdsQueryOptions, resubmitApprovalMutationOptions, updateFileMetaMutationOptions, useUploadFile, withdrawApprovalMutationOptions };
|
|
187
187
|
|
|
188
188
|
//# sourceMappingURL=client.js.map
|
package/dist/data.d.ts
ADDED
package/dist/data.js
ADDED
package/package.json
CHANGED
|
@@ -1,147 +1,154 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "wcz-layout",
|
|
3
|
-
"version": "8.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"keywords": [
|
|
6
|
-
"tanstack-intent"
|
|
7
|
-
],
|
|
8
|
-
"files": [
|
|
9
|
-
"dist",
|
|
10
|
-
"skills",
|
|
11
|
-
"!skills/_artifacts"
|
|
12
|
-
],
|
|
13
|
-
"type": "module",
|
|
14
|
-
"sideEffects": false,
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"typesVersions": {
|
|
17
|
-
"*": {
|
|
18
|
-
"components": [
|
|
19
|
-
"./dist/components.d.ts"
|
|
20
|
-
],
|
|
21
|
-
"hooks": [
|
|
22
|
-
"./dist/hooks.d.ts"
|
|
23
|
-
],
|
|
24
|
-
"middleware": [
|
|
25
|
-
"./dist/middleware.d.ts"
|
|
26
|
-
],
|
|
27
|
-
"models": [
|
|
28
|
-
"./dist/models.d.ts"
|
|
29
|
-
],
|
|
30
|
-
"data
|
|
31
|
-
"./dist/data
|
|
32
|
-
],
|
|
33
|
-
"data/
|
|
34
|
-
"./dist/data/
|
|
35
|
-
],
|
|
36
|
-
"
|
|
37
|
-
"./dist/
|
|
38
|
-
],
|
|
39
|
-
"
|
|
40
|
-
"./dist/
|
|
41
|
-
]
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"react
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
"@
|
|
130
|
-
"@
|
|
131
|
-
"@
|
|
132
|
-
"@
|
|
133
|
-
"@
|
|
134
|
-
"@
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"react": "
|
|
138
|
-
"react-
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "wcz-layout",
|
|
3
|
+
"version": "8.0.5",
|
|
4
|
+
"private": false,
|
|
5
|
+
"keywords": [
|
|
6
|
+
"tanstack-intent"
|
|
7
|
+
],
|
|
8
|
+
"files": [
|
|
9
|
+
"dist",
|
|
10
|
+
"skills",
|
|
11
|
+
"!skills/_artifacts"
|
|
12
|
+
],
|
|
13
|
+
"type": "module",
|
|
14
|
+
"sideEffects": false,
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"typesVersions": {
|
|
17
|
+
"*": {
|
|
18
|
+
"components": [
|
|
19
|
+
"./dist/components.d.ts"
|
|
20
|
+
],
|
|
21
|
+
"hooks": [
|
|
22
|
+
"./dist/hooks.d.ts"
|
|
23
|
+
],
|
|
24
|
+
"middleware": [
|
|
25
|
+
"./dist/middleware.d.ts"
|
|
26
|
+
],
|
|
27
|
+
"models": [
|
|
28
|
+
"./dist/models.d.ts"
|
|
29
|
+
],
|
|
30
|
+
"data": [
|
|
31
|
+
"./dist/data.d.ts"
|
|
32
|
+
],
|
|
33
|
+
"data/client": [
|
|
34
|
+
"./dist/data/client.d.ts"
|
|
35
|
+
],
|
|
36
|
+
"data/server": [
|
|
37
|
+
"./dist/data/server.d.ts"
|
|
38
|
+
],
|
|
39
|
+
"utils": [
|
|
40
|
+
"./dist/utils.d.ts"
|
|
41
|
+
],
|
|
42
|
+
"vite": [
|
|
43
|
+
"./dist/vite.d.ts"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"exports": {
|
|
48
|
+
".": {
|
|
49
|
+
"types": "./dist/index.d.ts",
|
|
50
|
+
"import": "./dist/index.js"
|
|
51
|
+
},
|
|
52
|
+
"./components": {
|
|
53
|
+
"types": "./dist/components.d.ts",
|
|
54
|
+
"import": "./dist/components.js"
|
|
55
|
+
},
|
|
56
|
+
"./hooks": {
|
|
57
|
+
"types": "./dist/hooks.d.ts",
|
|
58
|
+
"import": "./dist/hooks.js"
|
|
59
|
+
},
|
|
60
|
+
"./middleware": {
|
|
61
|
+
"types": "./dist/middleware.d.ts",
|
|
62
|
+
"import": "./dist/middleware.js"
|
|
63
|
+
},
|
|
64
|
+
"./models": {
|
|
65
|
+
"types": "./dist/models.d.ts",
|
|
66
|
+
"import": "./dist/models.js"
|
|
67
|
+
},
|
|
68
|
+
"./data": {
|
|
69
|
+
"types": "./dist/data.d.ts",
|
|
70
|
+
"import": "./dist/data.js"
|
|
71
|
+
},
|
|
72
|
+
"./data/client": {
|
|
73
|
+
"types": "./dist/data/client.d.ts",
|
|
74
|
+
"import": "./dist/data/client.js"
|
|
75
|
+
},
|
|
76
|
+
"./data/server": {
|
|
77
|
+
"types": "./dist/data/server.d.ts",
|
|
78
|
+
"import": "./dist/data/server.js"
|
|
79
|
+
},
|
|
80
|
+
"./utils": {
|
|
81
|
+
"types": "./dist/utils.d.ts",
|
|
82
|
+
"import": "./dist/utils.js"
|
|
83
|
+
},
|
|
84
|
+
"./vite": {
|
|
85
|
+
"types": "./dist/vite.d.ts",
|
|
86
|
+
"import": "./dist/vite.js"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"scripts": {
|
|
90
|
+
"dev": "vp dev",
|
|
91
|
+
"vp:install": "vp install",
|
|
92
|
+
"vp:update": "vp update",
|
|
93
|
+
"ncu:install": "npx npm-check-updates -i",
|
|
94
|
+
"lint:package": "publint",
|
|
95
|
+
"build": "vp pack",
|
|
96
|
+
"prepublishOnly": "npm run build"
|
|
97
|
+
},
|
|
98
|
+
"dependencies": {
|
|
99
|
+
"@azure/msal-browser": "^5.9.0",
|
|
100
|
+
"@azure/msal-node": "^5.1.5",
|
|
101
|
+
"@azure/msal-react": "^5.3.2",
|
|
102
|
+
"@t3-oss/env-core": "^0.13.11",
|
|
103
|
+
"file-saver": "^2.0.5",
|
|
104
|
+
"i18next": "^26.0.8",
|
|
105
|
+
"i18next-browser-languagedetector": "^8.2.1",
|
|
106
|
+
"jose": "^6.2.3",
|
|
107
|
+
"react-dropzone": "^15.0.0",
|
|
108
|
+
"react-i18next": "^17.0.6",
|
|
109
|
+
"react-intersection-observer": "^10.0.3",
|
|
110
|
+
"react-number-format": "^5.4.5",
|
|
111
|
+
"tus-js-client": "^4.3.1",
|
|
112
|
+
"uuidv7": "^1.2.1"
|
|
113
|
+
},
|
|
114
|
+
"devDependencies": {
|
|
115
|
+
"@rolldown/plugin-babel": "^0.2.3",
|
|
116
|
+
"@tanstack/intent": "^0.0.40",
|
|
117
|
+
"@types/file-saver": "^2.0.7",
|
|
118
|
+
"@types/node": "^24.10.13",
|
|
119
|
+
"@types/react": "^19.2.14",
|
|
120
|
+
"@types/react-dom": "^19.2.3",
|
|
121
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
122
|
+
"babel-plugin-react-compiler": "^1.0.0",
|
|
123
|
+
"nitro": "npm:nitro-nightly@latest",
|
|
124
|
+
"publint": "^0.3.18",
|
|
125
|
+
"typescript": "^6.0.3",
|
|
126
|
+
"vite-plugin-checker": "^0.13.0"
|
|
127
|
+
},
|
|
128
|
+
"peerDependencies": {
|
|
129
|
+
"@emotion/react": "11.x",
|
|
130
|
+
"@emotion/styled": "11.x",
|
|
131
|
+
"@mui/icons-material": "9.x",
|
|
132
|
+
"@mui/material": "9.x",
|
|
133
|
+
"@mui/x-data-grid-premium": "9.x",
|
|
134
|
+
"@mui/x-date-pickers-pro": "9.x",
|
|
135
|
+
"@tanstack/query-db-collection": "1.x",
|
|
136
|
+
"@tanstack/react-db": "0.x",
|
|
137
|
+
"@tanstack/react-form": "1.x",
|
|
138
|
+
"@tanstack/react-query": "5.x",
|
|
139
|
+
"@tanstack/react-router": "1.x",
|
|
140
|
+
"@tanstack/react-router-ssr-query": "1.x",
|
|
141
|
+
"@tanstack/react-start": "1.x",
|
|
142
|
+
"axios": "1.x",
|
|
143
|
+
"dayjs": "1.x",
|
|
144
|
+
"react": "19.x",
|
|
145
|
+
"react-dom": "19.x",
|
|
146
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
|
|
147
|
+
"vite-plus": "latest",
|
|
148
|
+
"zod": "4.x"
|
|
149
|
+
},
|
|
150
|
+
"overrides": {
|
|
151
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@latest"
|
|
152
|
+
},
|
|
153
|
+
"packageManager": "npm@11.13.0"
|
|
154
|
+
}
|