sag_components 2.0.0-beta118 → 2.0.0-beta119
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 +25 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +25 -11
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +19 -9
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +1 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +1 -0
- package/package.json +1 -1
|
@@ -44,27 +44,27 @@ declare namespace _default {
|
|
|
44
44
|
const defaultValue_3: string;
|
|
45
45
|
export { defaultValue_3 as defaultValue };
|
|
46
46
|
}
|
|
47
|
-
namespace
|
|
47
|
+
namespace setItemAndPackage {
|
|
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
|
+
export function defaultValue_4(): void;
|
|
55
55
|
export { defaultValue_4 as defaultValue };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace itemAndPackage {
|
|
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
|
-
const defaultValue_5:
|
|
64
|
+
const defaultValue_5: any[];
|
|
65
65
|
export { defaultValue_5 as defaultValue };
|
|
66
66
|
}
|
|
67
|
-
namespace
|
|
67
|
+
namespace editMode {
|
|
68
68
|
const name_6: string;
|
|
69
69
|
export { name_6 as name };
|
|
70
70
|
const control_6: string;
|
|
@@ -74,26 +74,36 @@ declare namespace _default {
|
|
|
74
74
|
const defaultValue_6: boolean;
|
|
75
75
|
export { defaultValue_6 as defaultValue };
|
|
76
76
|
}
|
|
77
|
-
namespace
|
|
77
|
+
namespace disabledSendForms {
|
|
78
78
|
const name_7: string;
|
|
79
79
|
export { name_7 as name };
|
|
80
80
|
const control_7: string;
|
|
81
81
|
export { control_7 as control };
|
|
82
82
|
const description_7: string;
|
|
83
83
|
export { description_7 as description };
|
|
84
|
-
const defaultValue_7:
|
|
84
|
+
const defaultValue_7: boolean;
|
|
85
85
|
export { defaultValue_7 as defaultValue };
|
|
86
86
|
}
|
|
87
|
-
namespace
|
|
87
|
+
namespace AllFormsSent {
|
|
88
88
|
const name_8: string;
|
|
89
89
|
export { name_8 as name };
|
|
90
90
|
const control_8: string;
|
|
91
91
|
export { control_8 as control };
|
|
92
92
|
const description_8: string;
|
|
93
93
|
export { description_8 as description };
|
|
94
|
-
const defaultValue_8:
|
|
94
|
+
const defaultValue_8: boolean;
|
|
95
95
|
export { defaultValue_8 as defaultValue };
|
|
96
96
|
}
|
|
97
|
+
namespace buttonTooltipText {
|
|
98
|
+
const name_9: string;
|
|
99
|
+
export { name_9 as name };
|
|
100
|
+
const control_9: string;
|
|
101
|
+
export { control_9 as control };
|
|
102
|
+
const description_9: string;
|
|
103
|
+
export { description_9 as description };
|
|
104
|
+
const defaultValue_9: string;
|
|
105
|
+
export { defaultValue_9 as defaultValue };
|
|
106
|
+
}
|
|
97
107
|
}
|
|
98
108
|
}
|
|
99
109
|
export default _default;
|
|
@@ -10,6 +10,7 @@ export const VendorSelectionContainer: import("styled-components/dist/types").IS
|
|
|
10
10
|
export const VendorHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
11
|
export const VendorBackButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
12
12
|
export const VendorSearch: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
13
|
+
export const VendorListWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
14
|
export const VendorList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
15
|
export const VendorItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
16
|
export const VendorName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -9,6 +9,7 @@ export const VendorBackButton: import("styled-components/dist/types").IStyledCom
|
|
|
9
9
|
export const VendorSearch: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
10
10
|
export const VendorSearchResult: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
11
11
|
export const VendorNameAndPackagesContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export const VendorListWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
13
|
export const VendorList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
14
|
export const VendorItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
15
|
export const VendorName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|