sag_components 2.0.0-beta120 → 2.0.0-beta121
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.ts +2 -1
- package/dist/index.esm.js +40 -35
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +40 -35
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +2 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +20 -10
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export default ItemManagerPanel;
|
|
2
|
-
declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, }: {
|
|
2
|
+
declare function ItemManagerPanel({ width, height, disableSection, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, }: {
|
|
3
3
|
width?: string;
|
|
4
4
|
height?: string;
|
|
5
|
+
disableSection?: boolean;
|
|
5
6
|
onSendForms?: () => void;
|
|
6
7
|
editMode?: boolean;
|
|
7
8
|
disabledSendForms?: boolean;
|
|
@@ -44,37 +44,37 @@ declare namespace _default {
|
|
|
44
44
|
const defaultValue_3: string;
|
|
45
45
|
export { defaultValue_3 as defaultValue };
|
|
46
46
|
}
|
|
47
|
-
namespace
|
|
47
|
+
namespace disableSection {
|
|
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
|
-
|
|
54
|
+
const defaultValue_4: boolean;
|
|
55
55
|
export { defaultValue_4 as defaultValue };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace setItemAndPackage {
|
|
58
58
|
const name_5: string;
|
|
59
59
|
export { name_5 as name };
|
|
60
60
|
const control_5: string;
|
|
61
61
|
export { control_5 as control };
|
|
62
62
|
const description_5: string;
|
|
63
63
|
export { description_5 as description };
|
|
64
|
-
|
|
64
|
+
export function defaultValue_5(): void;
|
|
65
65
|
export { defaultValue_5 as defaultValue };
|
|
66
66
|
}
|
|
67
|
-
namespace
|
|
67
|
+
namespace itemAndPackage {
|
|
68
68
|
const name_6: string;
|
|
69
69
|
export { name_6 as name };
|
|
70
70
|
const control_6: string;
|
|
71
71
|
export { control_6 as control };
|
|
72
72
|
const description_6: string;
|
|
73
73
|
export { description_6 as description };
|
|
74
|
-
const defaultValue_6:
|
|
74
|
+
const defaultValue_6: any[];
|
|
75
75
|
export { defaultValue_6 as defaultValue };
|
|
76
76
|
}
|
|
77
|
-
namespace
|
|
77
|
+
namespace editMode {
|
|
78
78
|
const name_7: string;
|
|
79
79
|
export { name_7 as name };
|
|
80
80
|
const control_7: string;
|
|
@@ -84,7 +84,7 @@ declare namespace _default {
|
|
|
84
84
|
const defaultValue_7: boolean;
|
|
85
85
|
export { defaultValue_7 as defaultValue };
|
|
86
86
|
}
|
|
87
|
-
namespace
|
|
87
|
+
namespace disabledSendForms {
|
|
88
88
|
const name_8: string;
|
|
89
89
|
export { name_8 as name };
|
|
90
90
|
const control_8: string;
|
|
@@ -94,16 +94,26 @@ declare namespace _default {
|
|
|
94
94
|
const defaultValue_8: boolean;
|
|
95
95
|
export { defaultValue_8 as defaultValue };
|
|
96
96
|
}
|
|
97
|
-
namespace
|
|
97
|
+
namespace AllFormsSent {
|
|
98
98
|
const name_9: string;
|
|
99
99
|
export { name_9 as name };
|
|
100
100
|
const control_9: string;
|
|
101
101
|
export { control_9 as control };
|
|
102
102
|
const description_9: string;
|
|
103
103
|
export { description_9 as description };
|
|
104
|
-
const defaultValue_9:
|
|
104
|
+
const defaultValue_9: boolean;
|
|
105
105
|
export { defaultValue_9 as defaultValue };
|
|
106
106
|
}
|
|
107
|
+
namespace buttonTooltipText {
|
|
108
|
+
const name_10: string;
|
|
109
|
+
export { name_10 as name };
|
|
110
|
+
const control_10: string;
|
|
111
|
+
export { control_10 as control };
|
|
112
|
+
const description_10: string;
|
|
113
|
+
export { description_10 as description };
|
|
114
|
+
const defaultValue_10: string;
|
|
115
|
+
export { defaultValue_10 as defaultValue };
|
|
116
|
+
}
|
|
107
117
|
}
|
|
108
118
|
}
|
|
109
119
|
export default _default;
|