@gnwebsoft/ui 2.18.4 → 2.18.5

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
@@ -1,6 +1,6 @@
1
1
  export { ClearButton, FilterButton, FilterWrapper, FormWrapper, LabelText, ListWrapper, SimpleToolbar } from './components/index.mjs';
2
2
  export { UseTransformOptions, UseTransformReturn, useTransform } from './hooks/index.mjs';
3
- export { ApiResponse, AsyncMultiSelectPayload, ListResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel } from './types/index.mjs';
3
+ export { ApiResponse, AsyncMultiSelectPayload, ListResponse, OperationResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel } from './types/index.mjs';
4
4
  export { api, flattenObjectKeys, getTimezone, handleServerErrors, propertyExists, readValueAsDate, removeLeadingTrailingSlashes, schemaTools } from './utils/index.mjs';
5
5
  export { Field } from './wrappers/index.mjs';
6
6
  export { A as AsyncSelectPayload } from './AsyncSelectPayload-DHN-R3gc.mjs';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { ClearButton, FilterButton, FilterWrapper, FormWrapper, LabelText, ListWrapper, SimpleToolbar } from './components/index.js';
2
2
  export { UseTransformOptions, UseTransformReturn, useTransform } from './hooks/index.js';
3
- export { ApiResponse, AsyncMultiSelectPayload, ListResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel } from './types/index.js';
3
+ export { ApiResponse, AsyncMultiSelectPayload, ListResponse, OperationResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel } from './types/index.js';
4
4
  export { api, flattenObjectKeys, getTimezone, handleServerErrors, propertyExists, readValueAsDate, removeLeadingTrailingSlashes, schemaTools } from './utils/index.js';
5
5
  export { Field } from './wrappers/index.js';
6
6
  export { A as AsyncSelectPayload } from './AsyncSelectPayload-DHN-R3gc.js';
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  var _chunkFP2QMQOOjs = require('./chunk-FP2QMQOO.js');
10
10
  require('./chunk-7M2VOCYN.js');
11
- require('./chunk-TLJXC46A.js');
11
+ require('./chunk-6BGQA4BQ.js');
12
12
 
13
13
 
14
14
  var _chunkHAZ45XJJjs = require('./chunk-HAZ45XJJ.js');
package/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  SimpleToolbar_default
9
9
  } from "./chunk-DNYQFSTP.mjs";
10
10
  import "./chunk-2JFL7TS5.mjs";
11
- import "./chunk-5VR5QVUV.mjs";
11
+ import "./chunk-EVPUCTZA.mjs";
12
12
  import {
13
13
  Field_default
14
14
  } from "./chunk-YLTQIOFQ.mjs";
@@ -31,6 +31,11 @@ type OptionItem2 = {
31
31
  value: number;
32
32
  };
33
33
 
34
+ type OperationResponse = {
35
+ id?: number;
36
+ rowsAffected: number;
37
+ };
38
+
34
39
  type PostModel<TFilterModel> = {
35
40
  filterModel?: TFilterModel;
36
41
  pageOffset: number;
@@ -48,4 +53,4 @@ type ValueLabel = {
48
53
  label: number;
49
54
  };
50
55
 
51
- export type { ApiResponse, AsyncMultiSelectPayload, ListResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel };
56
+ export type { ApiResponse, AsyncMultiSelectPayload, ListResponse, OperationResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel };
@@ -31,6 +31,11 @@ type OptionItem2 = {
31
31
  value: number;
32
32
  };
33
33
 
34
+ type OperationResponse = {
35
+ id?: number;
36
+ rowsAffected: number;
37
+ };
38
+
34
39
  type PostModel<TFilterModel> = {
35
40
  filterModel?: TFilterModel;
36
41
  pageOffset: number;
@@ -48,4 +53,4 @@ type ValueLabel = {
48
53
  label: number;
49
54
  };
50
55
 
51
- export type { ApiResponse, AsyncMultiSelectPayload, ListResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel };
56
+ export type { ApiResponse, AsyncMultiSelectPayload, ListResponse, OperationResponse, OptionItem, OptionItem2, PostModel, ValidationErrors, ValueLabel };
@@ -1 +1 @@
1
- "use strict";require('../chunk-TLJXC46A.js');
1
+ "use strict";require('../chunk-6BGQA4BQ.js');
@@ -1 +1 @@
1
- import "../chunk-5VR5QVUV.mjs";
1
+ import "../chunk-EVPUCTZA.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnwebsoft/ui",
3
- "version": "2.18.4",
3
+ "version": "2.18.5",
4
4
  "description": "A set of reusable wrappers for MUI v6",
5
5
  "author": "GNWebsoft Private Limited",
6
6
  "license": "",
File without changes
File without changes