sag_components 2.0.0-beta111 → 2.0.0-beta112
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.esm.js +72 -92
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +72 -92
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +25 -5
- package/dist/types/components/Table/Table.stories.d.ts +4 -0
- package/package.json +1 -1
|
@@ -44,23 +44,43 @@ declare namespace _default {
|
|
|
44
44
|
const defaultValue_3: boolean;
|
|
45
45
|
export { defaultValue_3 as defaultValue };
|
|
46
46
|
}
|
|
47
|
-
namespace
|
|
47
|
+
namespace disabledSendForms {
|
|
48
48
|
const name_4: string;
|
|
49
49
|
export { name_4 as name };
|
|
50
50
|
const control_4: string;
|
|
51
51
|
export { control_4 as control };
|
|
52
52
|
const description_4: string;
|
|
53
53
|
export { description_4 as description };
|
|
54
|
-
const defaultValue_4:
|
|
54
|
+
const defaultValue_4: boolean;
|
|
55
55
|
export { defaultValue_4 as defaultValue };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace AllFormsSent {
|
|
58
58
|
const name_5: string;
|
|
59
59
|
export { name_5 as name };
|
|
60
|
-
const
|
|
61
|
-
export {
|
|
60
|
+
const control_5: string;
|
|
61
|
+
export { control_5 as control };
|
|
62
62
|
const description_5: string;
|
|
63
63
|
export { description_5 as description };
|
|
64
|
+
const defaultValue_5: boolean;
|
|
65
|
+
export { defaultValue_5 as defaultValue };
|
|
66
|
+
}
|
|
67
|
+
namespace itemAndPackage {
|
|
68
|
+
const name_6: string;
|
|
69
|
+
export { name_6 as name };
|
|
70
|
+
const control_6: string;
|
|
71
|
+
export { control_6 as control };
|
|
72
|
+
const description_6: string;
|
|
73
|
+
export { description_6 as description };
|
|
74
|
+
const defaultValue_6: any[];
|
|
75
|
+
export { defaultValue_6 as defaultValue };
|
|
76
|
+
}
|
|
77
|
+
namespace onDelete {
|
|
78
|
+
const name_7: string;
|
|
79
|
+
export { name_7 as name };
|
|
80
|
+
const action_1: string;
|
|
81
|
+
export { action_1 as action };
|
|
82
|
+
const description_7: string;
|
|
83
|
+
export { description_7 as description };
|
|
64
84
|
}
|
|
65
85
|
}
|
|
66
86
|
}
|
|
@@ -293,6 +293,8 @@ export namespace EmptyState {
|
|
|
293
293
|
export { width_3 as width };
|
|
294
294
|
const height_3: string;
|
|
295
295
|
export { height_3 as height };
|
|
296
|
+
const tableBodyHeight_3: string;
|
|
297
|
+
export { tableBodyHeight_3 as tableBodyHeight };
|
|
296
298
|
const tableTitle_3: string;
|
|
297
299
|
export { tableTitle_3 as tableTitle };
|
|
298
300
|
const columns_2: any[];
|
|
@@ -310,6 +312,8 @@ export namespace NoDataInSearch {
|
|
|
310
312
|
export { width_4 as width };
|
|
311
313
|
const height_4: string;
|
|
312
314
|
export { height_4 as height };
|
|
315
|
+
const tableBodyHeight_4: string;
|
|
316
|
+
export { tableBodyHeight_4 as tableBodyHeight };
|
|
313
317
|
const tableTitle_4: string;
|
|
314
318
|
export { tableTitle_4 as tableTitle };
|
|
315
319
|
export { columns1 as columns };
|