@gnwebsoft/ui 2.18.24 → 2.18.26
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-MZEAU4RQ.mjs → chunk-CCZOV6WK.mjs} +34 -3
- package/dist/{chunk-2WVVFSOJ.js → chunk-EG7YMWA5.js} +34 -3
- package/dist/{chunk-LSE3T3FT.mjs → chunk-N3AI2OIO.mjs} +39 -16
- package/dist/{chunk-ZT3DSWED.js → chunk-QA44AL2X.js} +40 -17
- package/dist/components/index.d.mts +5 -2
- package/dist/components/index.d.ts +5 -2
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/index.d.mts +247 -7
- package/dist/index.d.ts +247 -7
- package/dist/index.js +1426 -4
- package/dist/index.mjs +1424 -2
- package/dist/wrappers/index.js +2 -2
- package/dist/wrappers/index.mjs +1 -1
- package/package.json +96 -92
package/dist/wrappers/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkEG7YMWA5js = require('../chunk-EG7YMWA5.js');
|
|
4
4
|
require('../chunk-6JZ35VQJ.js');
|
|
5
5
|
require('../chunk-DKBPCLEC.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Field =
|
|
8
|
+
exports.Field = _chunkEG7YMWA5js.Field_default;
|
package/dist/wrappers/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,92 +1,96 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@gnwebsoft/ui",
|
|
3
|
-
"version": "2.18.
|
|
4
|
-
"description": "A set of reusable wrappers for MUI v6",
|
|
5
|
-
"author": "GNWebsoft Private Limited",
|
|
6
|
-
"license": "",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"MUI"
|
|
9
|
-
],
|
|
10
|
-
"publishConfig": {
|
|
11
|
-
"registry": "https://registry.npmjs.org/",
|
|
12
|
-
"access": "public"
|
|
13
|
-
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"link:self": "pnpm link --global",
|
|
16
|
-
"package": "npm publish --access public --scope=@gnwebsoft",
|
|
17
|
-
"types": "tsup src/index.ts --sourcemap inline",
|
|
18
|
-
"clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
|
|
19
|
-
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
20
|
-
"build": "pnpm run clean && tsup"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist"
|
|
24
|
-
],
|
|
25
|
-
"packageManager": "pnpm@10.11.0",
|
|
26
|
-
"engines": {
|
|
27
|
-
"node": ">=22.0.0"
|
|
28
|
-
},
|
|
29
|
-
"exports": {
|
|
30
|
-
".": {
|
|
31
|
-
"import": "./dist/index.mjs",
|
|
32
|
-
"require": "./dist/index.js"
|
|
33
|
-
},
|
|
34
|
-
"./components": {
|
|
35
|
-
"import": "./dist/components/index.mjs",
|
|
36
|
-
"require": "./dist/components/index.js"
|
|
37
|
-
},
|
|
38
|
-
"./hooks": {
|
|
39
|
-
"import": "./dist/hooks/index.mjs",
|
|
40
|
-
"require": "./dist/hooks/index.js"
|
|
41
|
-
},
|
|
42
|
-
"./types": {
|
|
43
|
-
"import": "./dist/types/index.mjs",
|
|
44
|
-
"require": "./dist/types/index.js"
|
|
45
|
-
},
|
|
46
|
-
"./utils": {
|
|
47
|
-
"import": "./dist/utils/index.mjs",
|
|
48
|
-
"require": "./dist/utils/index.js"
|
|
49
|
-
},
|
|
50
|
-
"./wrappers": {
|
|
51
|
-
"import": "./dist/wrappers/index.mjs",
|
|
52
|
-
"require": "./dist/wrappers/index.js"
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"@
|
|
61
|
-
"@types/
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@mui/
|
|
77
|
-
"@mui/
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@gnwebsoft/ui",
|
|
3
|
+
"version": "2.18.26",
|
|
4
|
+
"description": "A set of reusable wrappers for MUI v6",
|
|
5
|
+
"author": "GNWebsoft Private Limited",
|
|
6
|
+
"license": "",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"MUI"
|
|
9
|
+
],
|
|
10
|
+
"publishConfig": {
|
|
11
|
+
"registry": "https://registry.npmjs.org/",
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"link:self": "pnpm link --global",
|
|
16
|
+
"package": "npm publish --access public --scope=@gnwebsoft",
|
|
17
|
+
"types": "tsup src/index.ts --sourcemap inline",
|
|
18
|
+
"clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
|
|
19
|
+
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
20
|
+
"build": "pnpm run clean && tsup"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
25
|
+
"packageManager": "pnpm@10.11.0",
|
|
26
|
+
"engines": {
|
|
27
|
+
"node": ">=22.0.0"
|
|
28
|
+
},
|
|
29
|
+
"exports": {
|
|
30
|
+
".": {
|
|
31
|
+
"import": "./dist/index.mjs",
|
|
32
|
+
"require": "./dist/index.js"
|
|
33
|
+
},
|
|
34
|
+
"./components": {
|
|
35
|
+
"import": "./dist/components/index.mjs",
|
|
36
|
+
"require": "./dist/components/index.js"
|
|
37
|
+
},
|
|
38
|
+
"./hooks": {
|
|
39
|
+
"import": "./dist/hooks/index.mjs",
|
|
40
|
+
"require": "./dist/hooks/index.js"
|
|
41
|
+
},
|
|
42
|
+
"./types": {
|
|
43
|
+
"import": "./dist/types/index.mjs",
|
|
44
|
+
"require": "./dist/types/index.js"
|
|
45
|
+
},
|
|
46
|
+
"./utils": {
|
|
47
|
+
"import": "./dist/utils/index.mjs",
|
|
48
|
+
"require": "./dist/utils/index.js"
|
|
49
|
+
},
|
|
50
|
+
"./wrappers": {
|
|
51
|
+
"import": "./dist/wrappers/index.mjs",
|
|
52
|
+
"require": "./dist/wrappers/index.js"
|
|
53
|
+
},
|
|
54
|
+
"./wrappers2": {
|
|
55
|
+
"import": "./dist/wrappers2/index.mjs",
|
|
56
|
+
"require": "./dist/wrappers2/index.js"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
61
|
+
"@types/autosuggest-highlight": "^3.2.3",
|
|
62
|
+
"@types/lodash": "^4.17.13",
|
|
63
|
+
"@types/node": "22.10.3",
|
|
64
|
+
"@types/react": "^18.3.18",
|
|
65
|
+
"@types/react-dom": "^18.3.5",
|
|
66
|
+
"rimraf": "^6.0.1",
|
|
67
|
+
"tslib": "^2.8.1",
|
|
68
|
+
"tsup": "^8.4.0"
|
|
69
|
+
},
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"@emotion/cache": "^11.14.0",
|
|
72
|
+
"@emotion/react": "^11.14.0",
|
|
73
|
+
"@emotion/styled": "^11.14.0",
|
|
74
|
+
"@fontsource/roboto": "^5.1.1",
|
|
75
|
+
"@hookform/resolvers": "^3.9.1",
|
|
76
|
+
"@mui/icons-material": "^6.4.11",
|
|
77
|
+
"@mui/lab": "^6.0.0-beta.21",
|
|
78
|
+
"@mui/material": "6.4.11",
|
|
79
|
+
"@mui/x-data-grid": "^7.23.5",
|
|
80
|
+
"@mui/x-date-pickers": "^7.28.3",
|
|
81
|
+
"@mui/x-tree-view": "^7.23.2",
|
|
82
|
+
"autosuggest-highlight": "^3.3.4",
|
|
83
|
+
"axios": "^1.8.4",
|
|
84
|
+
"dayjs": "^1.11.13",
|
|
85
|
+
"es-toolkit": "^1.31.0",
|
|
86
|
+
"lodash": "^4.17.21",
|
|
87
|
+
"react": "^18.3.1",
|
|
88
|
+
"react-dom": "^18.3.1",
|
|
89
|
+
"react-hook-form": "^7.54.2",
|
|
90
|
+
"react-router-dom": "^7.1.1",
|
|
91
|
+
"sonner": "1.5.0",
|
|
92
|
+
"typescript": "5.8.3",
|
|
93
|
+
"zod": "^3.24.1",
|
|
94
|
+
"zustand": "^5.0.2"
|
|
95
|
+
}
|
|
96
|
+
}
|