@gnwebsoft/ui 2.18.1 → 2.18.2

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/index.js CHANGED
@@ -1,4 +1,5 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7M2VOCYN.js');
2
+
2
3
 
3
4
 
4
5
 
@@ -7,14 +8,13 @@
7
8
 
8
9
 
9
10
  var _chunkDMKDUMBDjs = require('./chunk-DMKDUMBD.js');
10
- require('./chunk-7M2VOCYN.js');
11
- require('./chunk-TLJXC46A.js');
12
11
 
13
12
 
14
13
  var _chunkIQ2NGFMEjs = require('./chunk-IQ2NGFME.js');
15
14
 
16
15
 
17
16
  var _chunk6JZ35VQJjs = require('./chunk-6JZ35VQJ.js');
17
+ require('./chunk-TLJXC46A.js');
18
18
 
19
19
 
20
20
 
package/dist/index.mjs CHANGED
@@ -1,3 +1,4 @@
1
+ import "./chunk-2JFL7TS5.mjs";
1
2
  import {
2
3
  ClearButton_default,
3
4
  FilterButton_default,
@@ -7,14 +8,13 @@ import {
7
8
  ListWrapper_default,
8
9
  SimpleToolbar_default
9
10
  } from "./chunk-B5ZIFGAN.mjs";
10
- import "./chunk-2JFL7TS5.mjs";
11
- import "./chunk-5VR5QVUV.mjs";
12
11
  import {
13
12
  Field_default
14
13
  } from "./chunk-W2WJWT42.mjs";
15
14
  import {
16
15
  useTransform
17
16
  } from "./chunk-GFSTK7KN.mjs";
17
+ import "./chunk-5VR5QVUV.mjs";
18
18
  import {
19
19
  api,
20
20
  flattenObjectKeys,
@@ -40,8 +40,8 @@ type PostModel<TFilterModel> = {
40
40
  sortModel?: GridSortModel;
41
41
  };
42
42
  type ListResponse<TGridModel> = {
43
- data: TGridModel[];
44
- total: number;
43
+ Data: TGridModel[];
44
+ Total: number;
45
45
  };
46
46
  type ValueLabel = {
47
47
  value: number;
@@ -40,8 +40,8 @@ type PostModel<TFilterModel> = {
40
40
  sortModel?: GridSortModel;
41
41
  };
42
42
  type ListResponse<TGridModel> = {
43
- data: TGridModel[];
44
- total: number;
43
+ Data: TGridModel[];
44
+ Total: number;
45
45
  };
46
46
  type ValueLabel = {
47
47
  value: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnwebsoft/ui",
3
- "version": "2.18.1",
3
+ "version": "2.18.2",
4
4
  "description": "A set of reusable wrappers for MUI v6",
5
5
  "author": "GNWebsoft Private Limited",
6
6
  "license": "",