@gnwebsoft/ui 2.18.7 → 2.18.9
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-LZG7ZAMH.mjs → chunk-KJ7FWNMN.mjs} +1 -0
- package/dist/{chunk-BITOV242.js → chunk-XER4GDCG.js} +1 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/wrappers/index.js +2 -2
- package/dist/wrappers/index.mjs +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ require('./chunk-7M2VOCYN.js');
|
|
|
11
11
|
require('./chunk-6BGQA4BQ.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunkXER4GDCGjs = require('./chunk-XER4GDCG.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
var _chunk6JZ35VQJjs = require('./chunk-6JZ35VQJ.js');
|
|
@@ -43,4 +43,4 @@ var _chunkKTAQRRS7js = require('./chunk-KTAQRRS7.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
exports.ClearButton = _chunkFP2QMQOOjs.ClearButton_default; exports.Field =
|
|
46
|
+
exports.ClearButton = _chunkFP2QMQOOjs.ClearButton_default; exports.Field = _chunkXER4GDCGjs.Field_default; exports.FilterButton = _chunkFP2QMQOOjs.FilterButton_default; exports.FilterWrapper = _chunkFP2QMQOOjs.FilterWrapper_default; exports.FormWrapper = _chunkFP2QMQOOjs.FormWrapper_default; exports.LabelText = _chunkFP2QMQOOjs.LabelText_default; exports.ListWrapper = _chunkFP2QMQOOjs.ListWrapper_default; exports.SimpleToolbar = _chunkFP2QMQOOjs.SimpleToolbar_default; exports.api = _chunkKTAQRRS7js.api; exports.flattenObjectKeys = _chunkKTAQRRS7js.flattenObjectKeys; exports.getTimezone = _chunkKTAQRRS7js.getTimezone; exports.handleServerErrors = _chunkKTAQRRS7js.handleServerErrors; exports.propertyExists = _chunkKTAQRRS7js.propertyExists; exports.readValueAsDate = _chunkKTAQRRS7js.readValueAsDate; exports.removeLeadingTrailingSlashes = _chunkKTAQRRS7js.removeLeadingTrailingSlashes; exports.schemaTools = _chunkKTAQRRS7js.schemaTools; exports.useTransform = _chunk6JZ35VQJjs.useTransform;
|
package/dist/index.mjs
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -36,8 +36,8 @@ type ListResponse<TGridModel> = {
|
|
|
36
36
|
Total: number;
|
|
37
37
|
};
|
|
38
38
|
type ValueLabel = {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
Value: number;
|
|
40
|
+
Label: number;
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
export type { ApiResponse, ListResponse, OperationResponse, PostModel, ValidationErrors, ValueLabel };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -36,8 +36,8 @@ type ListResponse<TGridModel> = {
|
|
|
36
36
|
Total: number;
|
|
37
37
|
};
|
|
38
38
|
type ValueLabel = {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
Value: number;
|
|
40
|
+
Label: number;
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
export type { ApiResponse, ListResponse, OperationResponse, PostModel, ValidationErrors, ValueLabel };
|
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 _chunkXER4GDCGjs = require('../chunk-XER4GDCG.js');
|
|
4
4
|
require('../chunk-6JZ35VQJ.js');
|
|
5
5
|
require('../chunk-KTAQRRS7.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.Field =
|
|
8
|
+
exports.Field = _chunkXER4GDCGjs.Field_default;
|
package/dist/wrappers/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnwebsoft/ui",
|
|
3
|
-
"version": "2.18.
|
|
3
|
+
"version": "2.18.9",
|
|
4
4
|
"description": "A set of reusable wrappers for MUI v6",
|
|
5
5
|
"author": "GNWebsoft Private Limited",
|
|
6
6
|
"license": "",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"files": [
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
|
+
"packageManager": "pnpm@10.9.0",
|
|
25
26
|
"engines": {
|
|
26
27
|
"node": ">=22.0.0"
|
|
27
28
|
},
|