@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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/types/index.d.mts +6 -1
- package/dist/types/index.d.ts +6 -1
- package/dist/types/index.js +1 -1
- package/dist/types/index.mjs +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-TLJXC46A.js → chunk-6BGQA4BQ.js} +0 -0
- /package/dist/{chunk-5VR5QVUV.mjs → chunk-EVPUCTZA.mjs} +0 -0
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
package/dist/index.mjs
CHANGED
package/dist/types/index.d.mts
CHANGED
|
@@ -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 };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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 };
|
package/dist/types/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require('../chunk-
|
|
1
|
+
"use strict";require('../chunk-6BGQA4BQ.js');
|
package/dist/types/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-EVPUCTZA.mjs";
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|