@topconsultnpm/sdkui-react-beta 6.11.83 → 6.11.85
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/lib/ts/types.d.ts +1 -0
- package/package.json +3 -3
package/lib/ts/types.d.ts
CHANGED
@@ -66,6 +66,7 @@ export interface ITMSaveFormBaseProps {
|
|
66
66
|
onStatusChanged?: (isModified: boolean, isValid: boolean) => void;
|
67
67
|
/** Delegate che consente di ripristinare il descrittore originale */
|
68
68
|
onUndo?: () => void;
|
69
|
+
resizable?: boolean;
|
69
70
|
}
|
70
71
|
export interface ITMApplyFormProps<T> extends ITMApplyFormBaseProps {
|
71
72
|
/** Descrittore di input */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@topconsultnpm/sdkui-react-beta",
|
3
|
-
"version": "6.11.
|
3
|
+
"version": "6.11.85",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"storybook": "storybook dev -p 6006",
|
12
12
|
"build-storybook": "storybook build"
|
13
13
|
},
|
14
|
-
"author": "TopConsult",
|
14
|
+
"author": "TopConsult",
|
15
15
|
"license": "ISC",
|
16
16
|
"devDependencies": {
|
17
17
|
"@chromatic-com/storybook": "^3.2.4",
|
@@ -41,7 +41,7 @@
|
|
41
41
|
"lib"
|
42
42
|
],
|
43
43
|
"dependencies": {
|
44
|
-
"@topconsultnpm/sdk-ts-beta": "^6.11.
|
44
|
+
"@topconsultnpm/sdk-ts-beta": "^6.11.12",
|
45
45
|
"buffer": "^6.0.3",
|
46
46
|
"devextreme": "24.2.6",
|
47
47
|
"devextreme-react": "24.2.6",
|