@gnwebsoft/ui 2.17.11 → 2.17.12

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.d.mts CHANGED
@@ -8,6 +8,7 @@ export { A as AsyncSelectPayload } from './AsyncSelectPayload-DHN-R3gc.mjs';
8
8
  import 'react/jsx-runtime';
9
9
  import 'react';
10
10
  import 'react-hook-form';
11
+ import '@mui/x-data-grid';
11
12
  import '@mui/x-date-pickers';
12
13
  import '@mui/x-date-pickers/internals';
13
14
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ export { A as AsyncSelectPayload } from './AsyncSelectPayload-DHN-R3gc.js';
8
8
  import 'react/jsx-runtime';
9
9
  import 'react';
10
10
  import 'react-hook-form';
11
+ import '@mui/x-data-grid';
11
12
  import '@mui/x-date-pickers';
12
13
  import '@mui/x-date-pickers/internals';
13
14
  import 'zod';
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-7M2VOCYN.js');
2
-
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
3
2
 
4
3
 
5
4
 
@@ -7,6 +6,7 @@
7
6
 
8
7
 
9
8
  var _chunkMXOTA42Jjs = require('./chunk-MXOTA42J.js');
9
+ require('./chunk-7M2VOCYN.js');
10
10
  require('./chunk-TLJXC46A.js');
11
11
 
12
12
 
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- import "./chunk-2JFL7TS5.mjs";
2
1
  import {
3
2
  ClearButton_default,
4
3
  FilterButton_default,
@@ -7,6 +6,7 @@ import {
7
6
  ListWrapper_default,
8
7
  SimpleToolbar_default
9
8
  } from "./chunk-WE5MOMEE.mjs";
9
+ import "./chunk-2JFL7TS5.mjs";
10
10
  import "./chunk-5VR5QVUV.mjs";
11
11
  import {
12
12
  Field_default
@@ -1,3 +1,4 @@
1
+ import { GridSortModel } from '@mui/x-data-grid';
1
2
  export { A as ApiResponse, V as ValidationErrors } from '../ApiResponse-DWjEML13.mjs';
2
3
  export { A as AsyncSelectPayload } from '../AsyncSelectPayload-DHN-R3gc.mjs';
3
4
 
@@ -20,10 +21,7 @@ type PostModel<TFilterModel> = {
20
21
  pageSize: number;
21
22
  sortField: string | null;
22
23
  sortOrder: "asc" | "desc" | null | undefined;
23
- sortModel?: {
24
- sortField: string | null;
25
- sortDirection: string | null;
26
- };
24
+ sortModel?: GridSortModel;
27
25
  };
28
26
  type ListResponse<TGridModel> = {
29
27
  data: TGridModel[];
@@ -1,3 +1,4 @@
1
+ import { GridSortModel } from '@mui/x-data-grid';
1
2
  export { A as ApiResponse, V as ValidationErrors } from '../ApiResponse-DWjEML13.js';
2
3
  export { A as AsyncSelectPayload } from '../AsyncSelectPayload-DHN-R3gc.js';
3
4
 
@@ -20,10 +21,7 @@ type PostModel<TFilterModel> = {
20
21
  pageSize: number;
21
22
  sortField: string | null;
22
23
  sortOrder: "asc" | "desc" | null | undefined;
23
- sortModel?: {
24
- sortField: string | null;
25
- sortDirection: string | null;
26
- };
24
+ sortModel?: GridSortModel;
27
25
  };
28
26
  type ListResponse<TGridModel> = {
29
27
  data: TGridModel[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnwebsoft/ui",
3
- "version": "2.17.11",
3
+ "version": "2.17.12",
4
4
  "description": "A set of reusable wrappers for MUI v6",
5
5
  "author": "GNWebsoft Private Limited",
6
6
  "license": "",