@erpsquad/common 1.7.1 → 1.7.3
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/README.md +934 -934
- package/dist/{article-cell-editor-JDI676YI-Bgq3iI1C.esm.js → article-cell-editor-JDI676YI-Dc_C73-P.esm.js} +2 -2
- package/dist/{article-cell-editor-JDI676YI-Bgq3iI1C.esm.js.map → article-cell-editor-JDI676YI-Dc_C73-P.esm.js.map} +1 -1
- package/dist/{article-cell-editor-JDI676YI-C7s2Yz0q.js → article-cell-editor-JDI676YI-DdLmEDri.js} +2 -2
- package/dist/{article-cell-editor-JDI676YI-C7s2Yz0q.js.map → article-cell-editor-JDI676YI-DdLmEDri.js.map} +1 -1
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.esm.js +91 -82
- package/dist/components/index.js +1 -1
- package/dist/{index-Ctq0WMb1.js → index-Ch4YhLU3.js} +168 -152
- package/dist/index-Ch4YhLU3.js.map +1 -0
- package/dist/{index-D-LS9re6.esm.js → index-Ck1uBa0H.esm.js} +1830 -833
- package/dist/index-Ck1uBa0H.esm.js.map +1 -0
- package/dist/index.esm.js +109 -100
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{number-overlay-editor-FPDVTUA6-C0znNQy0.esm.js → number-overlay-editor-FPDVTUA6-CIQKpJh_.esm.js} +2 -2
- package/dist/{number-overlay-editor-FPDVTUA6-C0znNQy0.esm.js.map → number-overlay-editor-FPDVTUA6-CIQKpJh_.esm.js.map} +1 -1
- package/dist/{number-overlay-editor-FPDVTUA6-BUC63sqH.js → number-overlay-editor-FPDVTUA6-CJNQkl_m.js} +2 -2
- package/dist/{number-overlay-editor-FPDVTUA6-BUC63sqH.js.map → number-overlay-editor-FPDVTUA6-CJNQkl_m.js.map} +1 -1
- package/dist/style.css +3 -3
- package/package.json +293 -293
- package/src/styles/css/reset.css +1 -1
- package/dist/index-Ctq0WMb1.js.map +0 -1
- package/dist/index-D-LS9re6.esm.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,293 +1,293 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@erpsquad/common",
|
|
3
|
-
"version": "1.7.
|
|
4
|
-
"description": "Shared UI component library for ERP modules",
|
|
5
|
-
"main": "./dist/index.js",
|
|
6
|
-
"module": "./dist/index.esm.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"style": "./dist/style.css",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"import": "./dist/index.esm.js",
|
|
13
|
-
"require": "./dist/index.js",
|
|
14
|
-
"default": "./dist/index.esm.js"
|
|
15
|
-
},
|
|
16
|
-
"./components": {
|
|
17
|
-
"types": "./dist/components/index.d.ts",
|
|
18
|
-
"import": "./dist/components/index.esm.js",
|
|
19
|
-
"require": "./dist/components/index.js",
|
|
20
|
-
"default": "./dist/components/index.esm.js"
|
|
21
|
-
},
|
|
22
|
-
"./hooks": {
|
|
23
|
-
"types": "./dist/hooks/index.d.ts",
|
|
24
|
-
"import": "./dist/hooks/index.esm.js",
|
|
25
|
-
"require": "./dist/hooks/index.js",
|
|
26
|
-
"default": "./dist/hooks/index.esm.js"
|
|
27
|
-
},
|
|
28
|
-
"./utils": {
|
|
29
|
-
"types": "./dist/utils/index.d.ts",
|
|
30
|
-
"import": "./dist/utils/index.esm.js",
|
|
31
|
-
"require": "./dist/utils/index.js",
|
|
32
|
-
"default": "./dist/utils/index.esm.js"
|
|
33
|
-
},
|
|
34
|
-
"./constants": {
|
|
35
|
-
"types": "./dist/constants/index.d.ts",
|
|
36
|
-
"import": "./dist/constants/index.esm.js",
|
|
37
|
-
"require": "./dist/constants/index.js",
|
|
38
|
-
"default": "./dist/constants/index.esm.js"
|
|
39
|
-
},
|
|
40
|
-
"./types": {
|
|
41
|
-
"types": "./dist/types/index.d.ts",
|
|
42
|
-
"import": "./dist/types/index.esm.js",
|
|
43
|
-
"require": "./dist/types/index.js",
|
|
44
|
-
"default": "./dist/types/index.esm.js"
|
|
45
|
-
},
|
|
46
|
-
"./contexts": {
|
|
47
|
-
"types": "./dist/contexts/index.d.ts",
|
|
48
|
-
"import": "./dist/contexts/index.esm.js",
|
|
49
|
-
"require": "./dist/contexts/index.js",
|
|
50
|
-
"default": "./dist/contexts/index.esm.js"
|
|
51
|
-
},
|
|
52
|
-
"./theme": {
|
|
53
|
-
"types": "./dist/theme/index.d.ts",
|
|
54
|
-
"import": "./dist/theme/index.esm.js",
|
|
55
|
-
"require": "./dist/theme/index.js",
|
|
56
|
-
"default": "./dist/theme/index.esm.js"
|
|
57
|
-
},
|
|
58
|
-
"./redux": {
|
|
59
|
-
"types": "./dist/redux/index.d.ts",
|
|
60
|
-
"import": "./dist/redux/index.esm.js",
|
|
61
|
-
"require": "./dist/redux/index.js",
|
|
62
|
-
"default": "./dist/redux/index.esm.js"
|
|
63
|
-
},
|
|
64
|
-
"./api-client": {
|
|
65
|
-
"types": "./dist/api-client/index.d.ts",
|
|
66
|
-
"import": "./dist/api-client/index.esm.js",
|
|
67
|
-
"require": "./dist/api-client/index.js",
|
|
68
|
-
"default": "./dist/api-client/index.esm.js"
|
|
69
|
-
},
|
|
70
|
-
"./layouts": {
|
|
71
|
-
"types": "./dist/layout/index.d.ts",
|
|
72
|
-
"import": "./dist/layout/index.esm.js",
|
|
73
|
-
"require": "./dist/layout/index.js",
|
|
74
|
-
"default": "./dist/layout/index.esm.js"
|
|
75
|
-
},
|
|
76
|
-
"./images": {
|
|
77
|
-
"types": "./dist/images/index.d.ts",
|
|
78
|
-
"import": "./dist/images/index.esm.js",
|
|
79
|
-
"require": "./dist/images/index.js",
|
|
80
|
-
"default": "./dist/images/index.esm.js"
|
|
81
|
-
},
|
|
82
|
-
"./icons": {
|
|
83
|
-
"types": "./dist/icons/index.d.ts",
|
|
84
|
-
"import": "./dist/icons/index.esm.js",
|
|
85
|
-
"require": "./dist/icons/index.js",
|
|
86
|
-
"default": "./dist/icons/index.esm.js"
|
|
87
|
-
},
|
|
88
|
-
"./views": {
|
|
89
|
-
"types": "./dist/views/index.d.ts",
|
|
90
|
-
"import": "./dist/views/index.esm.js",
|
|
91
|
-
"require": "./dist/views/index.js",
|
|
92
|
-
"default": "./dist/views/index.esm.js"
|
|
93
|
-
},
|
|
94
|
-
"./styles": {
|
|
95
|
-
"types": "./dist/styles/index.d.ts",
|
|
96
|
-
"import": "./dist/styles/index.esm.js",
|
|
97
|
-
"require": "./dist/styles/index.js",
|
|
98
|
-
"default": "./dist/styles/index.esm.js"
|
|
99
|
-
},
|
|
100
|
-
"./styles/variables": "./src/styles/variables.scss",
|
|
101
|
-
"./styles/mixins": "./src/styles/mixins.scss",
|
|
102
|
-
"./styles/utils": "./src/styles/utils.scss",
|
|
103
|
-
"./styles/animations": "./src/styles/animations.scss",
|
|
104
|
-
"./styles/all": "./src/styles/all.scss",
|
|
105
|
-
"./style.css": {
|
|
106
|
-
"import": "./dist/style.css",
|
|
107
|
-
"default": "./dist/style.css"
|
|
108
|
-
},
|
|
109
|
-
"./package.json": "./package.json"
|
|
110
|
-
},
|
|
111
|
-
"sideEffects": [
|
|
112
|
-
"./dist/style.css",
|
|
113
|
-
"**/*.css",
|
|
114
|
-
"**/*.scss"
|
|
115
|
-
],
|
|
116
|
-
"files": [
|
|
117
|
-
"dist",
|
|
118
|
-
"src/styles",
|
|
119
|
-
"README.md",
|
|
120
|
-
"CHANGELOG.md"
|
|
121
|
-
],
|
|
122
|
-
"publishConfig": {
|
|
123
|
-
"access": "public",
|
|
124
|
-
"registry": "https://registry.npmjs.org/"
|
|
125
|
-
},
|
|
126
|
-
"scripts": {
|
|
127
|
-
"build": "npm run clean && vite build && node scripts/fix-declaration-files.js",
|
|
128
|
-
"build:analyze": "npm run build && node scripts/analyze-bundle.js",
|
|
129
|
-
"build:validate": "npm run build && node scripts/validate-package.js",
|
|
130
|
-
"clean": "rimraf dist",
|
|
131
|
-
"type-check": "tsc --noEmit --skipLibCheck",
|
|
132
|
-
"lint": "eslint src --ext .ts,.tsx --max-warnings 0",
|
|
133
|
-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
134
|
-
"test": "jest",
|
|
135
|
-
"test:ci": "jest --ci --coverage --watchAll=false",
|
|
136
|
-
"test:integration": "jest --testPathPattern=integration --runInBand",
|
|
137
|
-
"test:integration:full": "node scripts/run-integration-tests.js",
|
|
138
|
-
"validate": "npm run lint && npm run type-check && npm run test:ci",
|
|
139
|
-
"validate:package": "node scripts/validate-package.js",
|
|
140
|
-
"validate:prepublish": "node scripts/prepublish-validation.js",
|
|
141
|
-
"validate:publish-dry-run": "node scripts/publish-dry-run.js",
|
|
142
|
-
"prepublishOnly": "npm run build && npm run validate:package",
|
|
143
|
-
"size-check": "size-limit"
|
|
144
|
-
},
|
|
145
|
-
"keywords": [
|
|
146
|
-
"react",
|
|
147
|
-
"ui",
|
|
148
|
-
"components",
|
|
149
|
-
"library",
|
|
150
|
-
"erp",
|
|
151
|
-
"material-ui"
|
|
152
|
-
],
|
|
153
|
-
"author": "Company Name",
|
|
154
|
-
"license": "MIT",
|
|
155
|
-
"dependencies": {
|
|
156
|
-
"@asseinfo/react-kanban": "^2.2.0",
|
|
157
|
-
"@ckeditor/ckeditor5-react": "^9.0.0",
|
|
158
|
-
"@dnd-kit/core": "^6.3.1",
|
|
159
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
160
|
-
"@fullcalendar/core": "^6.1.10",
|
|
161
|
-
"@fullcalendar/daygrid": "^6.1.10",
|
|
162
|
-
"@fullcalendar/interaction": "^6.1.10",
|
|
163
|
-
"@fullcalendar/list": "^6.1.10",
|
|
164
|
-
"@fullcalendar/react": "^6.1.10",
|
|
165
|
-
"@fullcalendar/resource": "^6.1.10",
|
|
166
|
-
"@fullcalendar/resource-timegrid": "^6.1.10",
|
|
167
|
-
"@fullcalendar/resource-timeline": "^6.1.10",
|
|
168
|
-
"@fullcalendar/timegrid": "^6.1.10",
|
|
169
|
-
"@fullcalendar/timeline": "^6.1.10",
|
|
170
|
-
"@glideapps/glide-data-grid": "^5.3.2",
|
|
171
|
-
"@glideapps/glide-data-grid-cells": "^5.3.2",
|
|
172
|
-
"@hookform/resolvers": "^3.3.4",
|
|
173
|
-
"@mui/icons-material": "^5.15.0",
|
|
174
|
-
"@mui/lab": "^5.0.0-alpha.165",
|
|
175
|
-
"@mui/material": "^5.15.0",
|
|
176
|
-
"@mui/x-date-pickers": "^6.19.3",
|
|
177
|
-
"@react-pdf-viewer/core": "^3.12.0",
|
|
178
|
-
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
179
|
-
"@react-querybuilder/material": "^6.5.5",
|
|
180
|
-
"@types/lodash": "^4.14.202",
|
|
181
|
-
"ckeditor5": "^43.0.0",
|
|
182
|
-
"d3": "^7.8.5",
|
|
183
|
-
"dayjs": "^1.11.10",
|
|
184
|
-
"file-saver": "^2.0.5",
|
|
185
|
-
"flatted": "^3.3.1",
|
|
186
|
-
"gantt-task-react": "^0.3.9",
|
|
187
|
-
"html2canvas": "^1.4.1",
|
|
188
|
-
"i18next": "^23.7.11",
|
|
189
|
-
"i18next-http-backend": "^2.4.2",
|
|
190
|
-
"jspdf": "^2.5.2",
|
|
191
|
-
"libphonenumber-js": "^1.11.11",
|
|
192
|
-
"lodash": "^4.17.21",
|
|
193
|
-
"lucide-react": "^0.507.0",
|
|
194
|
-
"marked": "^12.0.0",
|
|
195
|
-
"material-react-table": "^2.13.1",
|
|
196
|
-
"moment": "^2.30.1",
|
|
197
|
-
"moment-timezone": "^0.5.47",
|
|
198
|
-
"normalize.css": "^8.0.1",
|
|
199
|
-
"notistack": "^3.0.1",
|
|
200
|
-
"papaparse": "^5.4.1",
|
|
201
|
-
"pdfjs-dist": "^3.11.174",
|
|
202
|
-
"platformatic": "^1.49.1",
|
|
203
|
-
"prettier": "^3.1.1",
|
|
204
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
205
|
-
"react-date-range": "^2.0.1",
|
|
206
|
-
"react-datepicker": "^6.1.0",
|
|
207
|
-
"react-device-detect": "^2.2.3",
|
|
208
|
-
"react-dnd": "^16.0.1",
|
|
209
|
-
"react-dnd-html5-backend": "^16.0.1",
|
|
210
|
-
"react-doc-viewer": "^0.1.14",
|
|
211
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
212
|
-
"react-dropzone": "^14.2.3",
|
|
213
|
-
"react-file-viewer": "^1.2.1",
|
|
214
|
-
"react-flags-select": "^2.2.3",
|
|
215
|
-
"react-grid-layout": "^1.4.4",
|
|
216
|
-
"react-helmet": "^6.1.0",
|
|
217
|
-
"react-helmet-async": "^2.0.4",
|
|
218
|
-
"react-hook-form": "^7.58.1",
|
|
219
|
-
"react-hot-toast": "^2.4.1",
|
|
220
|
-
"react-i18next": "^13.5.0",
|
|
221
|
-
"react-laag": "^2.0.5",
|
|
222
|
-
"react-loader-spinner": "^6.1.0",
|
|
223
|
-
"react-phone-input-2": "^2.15.1",
|
|
224
|
-
"react-querybuilder": "^6.5.5",
|
|
225
|
-
"react-responsive-carousel": "^3.2.23",
|
|
226
|
-
"react-router-dom": "^6.21.0",
|
|
227
|
-
"react-to-pdf": "^1.0.1",
|
|
228
|
-
"sass": "^1.69.5",
|
|
229
|
-
"socket.io-client": "^4.8.1",
|
|
230
|
-
"uuid": "^11.1.0",
|
|
231
|
-
"yup": "^1.4.0",
|
|
232
|
-
"@emotion/react": "^11.0.0",
|
|
233
|
-
"@emotion/styled": "^11.0.0",
|
|
234
|
-
"@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
|
|
235
|
-
"react-redux": "^8.1.0 || ^9.0.0"
|
|
236
|
-
},
|
|
237
|
-
"devDependencies": {
|
|
238
|
-
"@size-limit/preset-big-lib": "^11.2.0",
|
|
239
|
-
"@testing-library/jest-dom": "^6.1.5",
|
|
240
|
-
"@testing-library/react": "^14.1.2",
|
|
241
|
-
"@testing-library/user-event": "^14.5.1",
|
|
242
|
-
"@types/d3": "^7.4.3",
|
|
243
|
-
"@types/enzyme": "^3.10.18",
|
|
244
|
-
"@types/file-saver": "^2.0.7",
|
|
245
|
-
"@types/papaparse": "^5.3.15",
|
|
246
|
-
"@types/react": "^18.2.43",
|
|
247
|
-
"@types/react-date-range": "^1.4.9",
|
|
248
|
-
"@types/react-datepicker": "^6.2.0",
|
|
249
|
-
"@types/react-dom": "^18.2.17",
|
|
250
|
-
"@types/react-grid-layout": "^1.3.5",
|
|
251
|
-
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
252
|
-
"@typescript-eslint/parser": "^6.14.0",
|
|
253
|
-
"@vitejs/plugin-react": "^4.2.1",
|
|
254
|
-
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
255
|
-
"ajv": "^8.17.1",
|
|
256
|
-
"autoprefixer": "^10.4.16",
|
|
257
|
-
"enzyme": "^3.11.0",
|
|
258
|
-
"enzyme-adapter-react-16": "^1.15.7",
|
|
259
|
-
"eslint": "^8.55.0",
|
|
260
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
261
|
-
"eslint-plugin-react-refresh": "^0.4.5",
|
|
262
|
-
"eslint-plugin-unused-imports": "^3.0.0",
|
|
263
|
-
"husky": "^8.0.3",
|
|
264
|
-
"jest": "^29.7.0",
|
|
265
|
-
"jsdom": "^23.0.1",
|
|
266
|
-
"lint-staged": "^15.2.0",
|
|
267
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
268
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
269
|
-
"rimraf": "^5.0.5",
|
|
270
|
-
"size-limit": "^11.2.0",
|
|
271
|
-
"terser": "^5.44.0",
|
|
272
|
-
"typescript": "^5.2.2",
|
|
273
|
-
"vite": "^5.0.8",
|
|
274
|
-
"vite-plugin-checker": "^0.6.2",
|
|
275
|
-
"vite-plugin-dts": "^3.9.1",
|
|
276
|
-
"vitest": "^1.1.0"
|
|
277
|
-
},
|
|
278
|
-
"peerDependencies": {
|
|
279
|
-
"react": "^18.2.0 || ^19.0.0",
|
|
280
|
-
"react-dom": "^18.2.0 || ^19.0.0",
|
|
281
|
-
"i18next": "^23.7.11",
|
|
282
|
-
"i18next-http-backend": "^2.4.2",
|
|
283
|
-
"react-i18next": "^13.5.0"
|
|
284
|
-
},
|
|
285
|
-
"repository": {
|
|
286
|
-
"type": "git",
|
|
287
|
-
"url": "git+https://github.com/erpforce/common.git"
|
|
288
|
-
},
|
|
289
|
-
"bugs": {
|
|
290
|
-
"url": "https://github.com/erpforce/common/issues"
|
|
291
|
-
},
|
|
292
|
-
"homepage": "https://github.com/erpforce/common#readme"
|
|
293
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@erpsquad/common",
|
|
3
|
+
"version": "1.7.3",
|
|
4
|
+
"description": "Shared UI component library for ERP modules",
|
|
5
|
+
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.esm.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"style": "./dist/style.css",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.esm.js",
|
|
13
|
+
"require": "./dist/index.js",
|
|
14
|
+
"default": "./dist/index.esm.js"
|
|
15
|
+
},
|
|
16
|
+
"./components": {
|
|
17
|
+
"types": "./dist/components/index.d.ts",
|
|
18
|
+
"import": "./dist/components/index.esm.js",
|
|
19
|
+
"require": "./dist/components/index.js",
|
|
20
|
+
"default": "./dist/components/index.esm.js"
|
|
21
|
+
},
|
|
22
|
+
"./hooks": {
|
|
23
|
+
"types": "./dist/hooks/index.d.ts",
|
|
24
|
+
"import": "./dist/hooks/index.esm.js",
|
|
25
|
+
"require": "./dist/hooks/index.js",
|
|
26
|
+
"default": "./dist/hooks/index.esm.js"
|
|
27
|
+
},
|
|
28
|
+
"./utils": {
|
|
29
|
+
"types": "./dist/utils/index.d.ts",
|
|
30
|
+
"import": "./dist/utils/index.esm.js",
|
|
31
|
+
"require": "./dist/utils/index.js",
|
|
32
|
+
"default": "./dist/utils/index.esm.js"
|
|
33
|
+
},
|
|
34
|
+
"./constants": {
|
|
35
|
+
"types": "./dist/constants/index.d.ts",
|
|
36
|
+
"import": "./dist/constants/index.esm.js",
|
|
37
|
+
"require": "./dist/constants/index.js",
|
|
38
|
+
"default": "./dist/constants/index.esm.js"
|
|
39
|
+
},
|
|
40
|
+
"./types": {
|
|
41
|
+
"types": "./dist/types/index.d.ts",
|
|
42
|
+
"import": "./dist/types/index.esm.js",
|
|
43
|
+
"require": "./dist/types/index.js",
|
|
44
|
+
"default": "./dist/types/index.esm.js"
|
|
45
|
+
},
|
|
46
|
+
"./contexts": {
|
|
47
|
+
"types": "./dist/contexts/index.d.ts",
|
|
48
|
+
"import": "./dist/contexts/index.esm.js",
|
|
49
|
+
"require": "./dist/contexts/index.js",
|
|
50
|
+
"default": "./dist/contexts/index.esm.js"
|
|
51
|
+
},
|
|
52
|
+
"./theme": {
|
|
53
|
+
"types": "./dist/theme/index.d.ts",
|
|
54
|
+
"import": "./dist/theme/index.esm.js",
|
|
55
|
+
"require": "./dist/theme/index.js",
|
|
56
|
+
"default": "./dist/theme/index.esm.js"
|
|
57
|
+
},
|
|
58
|
+
"./redux": {
|
|
59
|
+
"types": "./dist/redux/index.d.ts",
|
|
60
|
+
"import": "./dist/redux/index.esm.js",
|
|
61
|
+
"require": "./dist/redux/index.js",
|
|
62
|
+
"default": "./dist/redux/index.esm.js"
|
|
63
|
+
},
|
|
64
|
+
"./api-client": {
|
|
65
|
+
"types": "./dist/api-client/index.d.ts",
|
|
66
|
+
"import": "./dist/api-client/index.esm.js",
|
|
67
|
+
"require": "./dist/api-client/index.js",
|
|
68
|
+
"default": "./dist/api-client/index.esm.js"
|
|
69
|
+
},
|
|
70
|
+
"./layouts": {
|
|
71
|
+
"types": "./dist/layout/index.d.ts",
|
|
72
|
+
"import": "./dist/layout/index.esm.js",
|
|
73
|
+
"require": "./dist/layout/index.js",
|
|
74
|
+
"default": "./dist/layout/index.esm.js"
|
|
75
|
+
},
|
|
76
|
+
"./images": {
|
|
77
|
+
"types": "./dist/images/index.d.ts",
|
|
78
|
+
"import": "./dist/images/index.esm.js",
|
|
79
|
+
"require": "./dist/images/index.js",
|
|
80
|
+
"default": "./dist/images/index.esm.js"
|
|
81
|
+
},
|
|
82
|
+
"./icons": {
|
|
83
|
+
"types": "./dist/icons/index.d.ts",
|
|
84
|
+
"import": "./dist/icons/index.esm.js",
|
|
85
|
+
"require": "./dist/icons/index.js",
|
|
86
|
+
"default": "./dist/icons/index.esm.js"
|
|
87
|
+
},
|
|
88
|
+
"./views": {
|
|
89
|
+
"types": "./dist/views/index.d.ts",
|
|
90
|
+
"import": "./dist/views/index.esm.js",
|
|
91
|
+
"require": "./dist/views/index.js",
|
|
92
|
+
"default": "./dist/views/index.esm.js"
|
|
93
|
+
},
|
|
94
|
+
"./styles": {
|
|
95
|
+
"types": "./dist/styles/index.d.ts",
|
|
96
|
+
"import": "./dist/styles/index.esm.js",
|
|
97
|
+
"require": "./dist/styles/index.js",
|
|
98
|
+
"default": "./dist/styles/index.esm.js"
|
|
99
|
+
},
|
|
100
|
+
"./styles/variables": "./src/styles/variables.scss",
|
|
101
|
+
"./styles/mixins": "./src/styles/mixins.scss",
|
|
102
|
+
"./styles/utils": "./src/styles/utils.scss",
|
|
103
|
+
"./styles/animations": "./src/styles/animations.scss",
|
|
104
|
+
"./styles/all": "./src/styles/all.scss",
|
|
105
|
+
"./style.css": {
|
|
106
|
+
"import": "./dist/style.css",
|
|
107
|
+
"default": "./dist/style.css"
|
|
108
|
+
},
|
|
109
|
+
"./package.json": "./package.json"
|
|
110
|
+
},
|
|
111
|
+
"sideEffects": [
|
|
112
|
+
"./dist/style.css",
|
|
113
|
+
"**/*.css",
|
|
114
|
+
"**/*.scss"
|
|
115
|
+
],
|
|
116
|
+
"files": [
|
|
117
|
+
"dist",
|
|
118
|
+
"src/styles",
|
|
119
|
+
"README.md",
|
|
120
|
+
"CHANGELOG.md"
|
|
121
|
+
],
|
|
122
|
+
"publishConfig": {
|
|
123
|
+
"access": "public",
|
|
124
|
+
"registry": "https://registry.npmjs.org/"
|
|
125
|
+
},
|
|
126
|
+
"scripts": {
|
|
127
|
+
"build": "npm run clean && vite build && node scripts/fix-declaration-files.js",
|
|
128
|
+
"build:analyze": "npm run build && node scripts/analyze-bundle.js",
|
|
129
|
+
"build:validate": "npm run build && node scripts/validate-package.js",
|
|
130
|
+
"clean": "rimraf dist",
|
|
131
|
+
"type-check": "tsc --noEmit --skipLibCheck",
|
|
132
|
+
"lint": "eslint src --ext .ts,.tsx --max-warnings 0",
|
|
133
|
+
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
134
|
+
"test": "jest",
|
|
135
|
+
"test:ci": "jest --ci --coverage --watchAll=false",
|
|
136
|
+
"test:integration": "jest --testPathPattern=integration --runInBand",
|
|
137
|
+
"test:integration:full": "node scripts/run-integration-tests.js",
|
|
138
|
+
"validate": "npm run lint && npm run type-check && npm run test:ci",
|
|
139
|
+
"validate:package": "node scripts/validate-package.js",
|
|
140
|
+
"validate:prepublish": "node scripts/prepublish-validation.js",
|
|
141
|
+
"validate:publish-dry-run": "node scripts/publish-dry-run.js",
|
|
142
|
+
"prepublishOnly": "npm run build && npm run validate:package",
|
|
143
|
+
"size-check": "size-limit"
|
|
144
|
+
},
|
|
145
|
+
"keywords": [
|
|
146
|
+
"react",
|
|
147
|
+
"ui",
|
|
148
|
+
"components",
|
|
149
|
+
"library",
|
|
150
|
+
"erp",
|
|
151
|
+
"material-ui"
|
|
152
|
+
],
|
|
153
|
+
"author": "Company Name",
|
|
154
|
+
"license": "MIT",
|
|
155
|
+
"dependencies": {
|
|
156
|
+
"@asseinfo/react-kanban": "^2.2.0",
|
|
157
|
+
"@ckeditor/ckeditor5-react": "^9.0.0",
|
|
158
|
+
"@dnd-kit/core": "^6.3.1",
|
|
159
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
160
|
+
"@fullcalendar/core": "^6.1.10",
|
|
161
|
+
"@fullcalendar/daygrid": "^6.1.10",
|
|
162
|
+
"@fullcalendar/interaction": "^6.1.10",
|
|
163
|
+
"@fullcalendar/list": "^6.1.10",
|
|
164
|
+
"@fullcalendar/react": "^6.1.10",
|
|
165
|
+
"@fullcalendar/resource": "^6.1.10",
|
|
166
|
+
"@fullcalendar/resource-timegrid": "^6.1.10",
|
|
167
|
+
"@fullcalendar/resource-timeline": "^6.1.10",
|
|
168
|
+
"@fullcalendar/timegrid": "^6.1.10",
|
|
169
|
+
"@fullcalendar/timeline": "^6.1.10",
|
|
170
|
+
"@glideapps/glide-data-grid": "^5.3.2",
|
|
171
|
+
"@glideapps/glide-data-grid-cells": "^5.3.2",
|
|
172
|
+
"@hookform/resolvers": "^3.3.4",
|
|
173
|
+
"@mui/icons-material": "^5.15.0",
|
|
174
|
+
"@mui/lab": "^5.0.0-alpha.165",
|
|
175
|
+
"@mui/material": "^5.15.0",
|
|
176
|
+
"@mui/x-date-pickers": "^6.19.3",
|
|
177
|
+
"@react-pdf-viewer/core": "^3.12.0",
|
|
178
|
+
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
179
|
+
"@react-querybuilder/material": "^6.5.5",
|
|
180
|
+
"@types/lodash": "^4.14.202",
|
|
181
|
+
"ckeditor5": "^43.0.0",
|
|
182
|
+
"d3": "^7.8.5",
|
|
183
|
+
"dayjs": "^1.11.10",
|
|
184
|
+
"file-saver": "^2.0.5",
|
|
185
|
+
"flatted": "^3.3.1",
|
|
186
|
+
"gantt-task-react": "^0.3.9",
|
|
187
|
+
"html2canvas": "^1.4.1",
|
|
188
|
+
"i18next": "^23.7.11",
|
|
189
|
+
"i18next-http-backend": "^2.4.2",
|
|
190
|
+
"jspdf": "^2.5.2",
|
|
191
|
+
"libphonenumber-js": "^1.11.11",
|
|
192
|
+
"lodash": "^4.17.21",
|
|
193
|
+
"lucide-react": "^0.507.0",
|
|
194
|
+
"marked": "^12.0.0",
|
|
195
|
+
"material-react-table": "^2.13.1",
|
|
196
|
+
"moment": "^2.30.1",
|
|
197
|
+
"moment-timezone": "^0.5.47",
|
|
198
|
+
"normalize.css": "^8.0.1",
|
|
199
|
+
"notistack": "^3.0.1",
|
|
200
|
+
"papaparse": "^5.4.1",
|
|
201
|
+
"pdfjs-dist": "^3.11.174",
|
|
202
|
+
"platformatic": "^1.49.1",
|
|
203
|
+
"prettier": "^3.1.1",
|
|
204
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
205
|
+
"react-date-range": "^2.0.1",
|
|
206
|
+
"react-datepicker": "^6.1.0",
|
|
207
|
+
"react-device-detect": "^2.2.3",
|
|
208
|
+
"react-dnd": "^16.0.1",
|
|
209
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
210
|
+
"react-doc-viewer": "^0.1.14",
|
|
211
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
212
|
+
"react-dropzone": "^14.2.3",
|
|
213
|
+
"react-file-viewer": "^1.2.1",
|
|
214
|
+
"react-flags-select": "^2.2.3",
|
|
215
|
+
"react-grid-layout": "^1.4.4",
|
|
216
|
+
"react-helmet": "^6.1.0",
|
|
217
|
+
"react-helmet-async": "^2.0.4",
|
|
218
|
+
"react-hook-form": "^7.58.1",
|
|
219
|
+
"react-hot-toast": "^2.4.1",
|
|
220
|
+
"react-i18next": "^13.5.0",
|
|
221
|
+
"react-laag": "^2.0.5",
|
|
222
|
+
"react-loader-spinner": "^6.1.0",
|
|
223
|
+
"react-phone-input-2": "^2.15.1",
|
|
224
|
+
"react-querybuilder": "^6.5.5",
|
|
225
|
+
"react-responsive-carousel": "^3.2.23",
|
|
226
|
+
"react-router-dom": "^6.21.0",
|
|
227
|
+
"react-to-pdf": "^1.0.1",
|
|
228
|
+
"sass": "^1.69.5",
|
|
229
|
+
"socket.io-client": "^4.8.1",
|
|
230
|
+
"uuid": "^11.1.0",
|
|
231
|
+
"yup": "^1.4.0",
|
|
232
|
+
"@emotion/react": "^11.0.0",
|
|
233
|
+
"@emotion/styled": "^11.0.0",
|
|
234
|
+
"@reduxjs/toolkit": "^1.9.0 || ^2.0.0",
|
|
235
|
+
"react-redux": "^8.1.0 || ^9.0.0"
|
|
236
|
+
},
|
|
237
|
+
"devDependencies": {
|
|
238
|
+
"@size-limit/preset-big-lib": "^11.2.0",
|
|
239
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
240
|
+
"@testing-library/react": "^14.1.2",
|
|
241
|
+
"@testing-library/user-event": "^14.5.1",
|
|
242
|
+
"@types/d3": "^7.4.3",
|
|
243
|
+
"@types/enzyme": "^3.10.18",
|
|
244
|
+
"@types/file-saver": "^2.0.7",
|
|
245
|
+
"@types/papaparse": "^5.3.15",
|
|
246
|
+
"@types/react": "^18.2.43",
|
|
247
|
+
"@types/react-date-range": "^1.4.9",
|
|
248
|
+
"@types/react-datepicker": "^6.2.0",
|
|
249
|
+
"@types/react-dom": "^18.2.17",
|
|
250
|
+
"@types/react-grid-layout": "^1.3.5",
|
|
251
|
+
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
252
|
+
"@typescript-eslint/parser": "^6.14.0",
|
|
253
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
254
|
+
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
255
|
+
"ajv": "^8.17.1",
|
|
256
|
+
"autoprefixer": "^10.4.16",
|
|
257
|
+
"enzyme": "^3.11.0",
|
|
258
|
+
"enzyme-adapter-react-16": "^1.15.7",
|
|
259
|
+
"eslint": "^8.55.0",
|
|
260
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
261
|
+
"eslint-plugin-react-refresh": "^0.4.5",
|
|
262
|
+
"eslint-plugin-unused-imports": "^3.0.0",
|
|
263
|
+
"husky": "^8.0.3",
|
|
264
|
+
"jest": "^29.7.0",
|
|
265
|
+
"jsdom": "^23.0.1",
|
|
266
|
+
"lint-staged": "^15.2.0",
|
|
267
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
268
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
269
|
+
"rimraf": "^5.0.5",
|
|
270
|
+
"size-limit": "^11.2.0",
|
|
271
|
+
"terser": "^5.44.0",
|
|
272
|
+
"typescript": "^5.2.2",
|
|
273
|
+
"vite": "^5.0.8",
|
|
274
|
+
"vite-plugin-checker": "^0.6.2",
|
|
275
|
+
"vite-plugin-dts": "^3.9.1",
|
|
276
|
+
"vitest": "^1.1.0"
|
|
277
|
+
},
|
|
278
|
+
"peerDependencies": {
|
|
279
|
+
"react": "^18.2.0 || ^19.0.0",
|
|
280
|
+
"react-dom": "^18.2.0 || ^19.0.0",
|
|
281
|
+
"i18next": "^23.7.11",
|
|
282
|
+
"i18next-http-backend": "^2.4.2",
|
|
283
|
+
"react-i18next": "^13.5.0"
|
|
284
|
+
},
|
|
285
|
+
"repository": {
|
|
286
|
+
"type": "git",
|
|
287
|
+
"url": "git+https://github.com/erpforce/common.git"
|
|
288
|
+
},
|
|
289
|
+
"bugs": {
|
|
290
|
+
"url": "https://github.com/erpforce/common/issues"
|
|
291
|
+
},
|
|
292
|
+
"homepage": "https://github.com/erpforce/common#readme"
|
|
293
|
+
}
|
package/src/styles/css/reset.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "normalize.css";
|
|
1
|
+
@import "normalize.css";
|