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.
@@ -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, queryClient, resubmitApprovalMutationOptions, updateFileMetaMutationOptions, useUploadFile, withdrawApprovalMutationOptions };
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
@@ -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, queryClient, resubmitApprovalMutationOptions, updateFileMetaMutationOptions, useUploadFile, withdrawApprovalMutationOptions };
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
@@ -0,0 +1,7 @@
1
+ import { QueryClient } from "@tanstack/react-query";
2
+
3
+ //#region src/lib/queryClient.d.ts
4
+ declare const queryClient: QueryClient;
5
+ //#endregion
6
+ export { queryClient };
7
+ //# sourceMappingURL=data.d.ts.map
package/dist/data.js ADDED
@@ -0,0 +1,2 @@
1
+ import { t as queryClient } from "./queryClient-1OJ5Va3i.js";
2
+ export { queryClient };
package/package.json CHANGED
@@ -1,147 +1,154 @@
1
- {
2
- "name": "wcz-layout",
3
- "version": "8.0.4",
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/client": [
31
- "./dist/data/client.d.ts"
32
- ],
33
- "data/server": [
34
- "./dist/data/server.d.ts"
35
- ],
36
- "utils": [
37
- "./dist/utils.d.ts"
38
- ],
39
- "vite": [
40
- "./dist/vite.d.ts"
41
- ]
42
- }
43
- },
44
- "exports": {
45
- ".": {
46
- "types": "./dist/index.d.ts",
47
- "import": "./dist/index.js"
48
- },
49
- "./components": {
50
- "types": "./dist/components.d.ts",
51
- "import": "./dist/components.js"
52
- },
53
- "./hooks": {
54
- "types": "./dist/hooks.d.ts",
55
- "import": "./dist/hooks.js"
56
- },
57
- "./middleware": {
58
- "types": "./dist/middleware.d.ts",
59
- "import": "./dist/middleware.js"
60
- },
61
- "./models": {
62
- "types": "./dist/models.d.ts",
63
- "import": "./dist/models.js"
64
- },
65
- "./data/client": {
66
- "types": "./dist/data/client.d.ts",
67
- "import": "./dist/data/client.js"
68
- },
69
- "./data/server": {
70
- "types": "./dist/data/server.d.ts",
71
- "import": "./dist/data/server.js"
72
- },
73
- "./utils": {
74
- "types": "./dist/utils.d.ts",
75
- "import": "./dist/utils.js"
76
- },
77
- "./vite": {
78
- "types": "./dist/vite.d.ts",
79
- "import": "./dist/vite.js"
80
- }
81
- },
82
- "scripts": {
83
- "dev": "vp dev",
84
- "vp:install": "vp install",
85
- "vp:update": "vp update",
86
- "ncu:install": "npx npm-check-updates -i",
87
- "lint:package": "publint",
88
- "build": "vp pack",
89
- "prepublishOnly": "npm run build"
90
- },
91
- "dependencies": {
92
- "@azure/msal-browser": "^5.9.0",
93
- "@azure/msal-node": "^5.1.5",
94
- "@azure/msal-react": "^5.3.2",
95
- "@t3-oss/env-core": "^0.13.11",
96
- "file-saver": "^2.0.5",
97
- "i18next": "^26.0.8",
98
- "i18next-browser-languagedetector": "^8.2.1",
99
- "jose": "^6.2.3",
100
- "react-dropzone": "^15.0.0",
101
- "react-i18next": "^17.0.6",
102
- "react-intersection-observer": "^10.0.3",
103
- "react-number-format": "^5.4.5",
104
- "tus-js-client": "^4.3.1",
105
- "uuidv7": "^1.2.1"
106
- },
107
- "devDependencies": {
108
- "@rolldown/plugin-babel": "^0.2.3",
109
- "@tanstack/intent": "^0.0.36",
110
- "@types/file-saver": "^2.0.7",
111
- "@types/node": "^24.10.13",
112
- "@types/react": "^19.2.14",
113
- "@types/react-dom": "^19.2.3",
114
- "@vitejs/plugin-react": "^6.0.1",
115
- "babel-plugin-react-compiler": "^1.0.0",
116
- "nitro": "npm:nitro-nightly@latest",
117
- "publint": "^0.3.18",
118
- "typescript": "^6.0.3",
119
- "vite-plugin-checker": "^0.13.0"
120
- },
121
- "peerDependencies": {
122
- "@emotion/react": "11.x",
123
- "@emotion/styled": "11.x",
124
- "@mui/icons-material": "9.x",
125
- "@mui/material": "9.x",
126
- "@mui/x-data-grid-premium": "9.x",
127
- "@mui/x-date-pickers-pro": "9.x",
128
- "@tanstack/query-db-collection": "1.x",
129
- "@tanstack/react-db": "0.x",
130
- "@tanstack/react-form": "1.x",
131
- "@tanstack/react-query": "5.x",
132
- "@tanstack/react-router": "1.x",
133
- "@tanstack/react-router-ssr-query": "1.x",
134
- "@tanstack/react-start": "1.x",
135
- "axios": "1.x",
136
- "dayjs": "1.x",
137
- "react": "19.x",
138
- "react-dom": "19.x",
139
- "vite": "npm:@voidzero-dev/vite-plus-core@latest",
140
- "vite-plus": "latest",
141
- "zod": "4.x"
142
- },
143
- "overrides": {
144
- "vite": "npm:@voidzero-dev/vite-plus-core@latest"
145
- },
146
- "packageManager": "npm@11.13.0"
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
+ }