sag_components 2.0.0-beta112 → 2.0.0-beta113
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 -2
- package/dist/index.esm.js +91 -105
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +91 -105
- package/dist/index.js.map +1 -1
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +2 -3
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +2 -2
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +22 -10
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
export const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
-
export const
|
|
2
|
+
export const HeaderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
3
|
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
4
4
|
export const Subtitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
5
|
+
export const Dialog: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
6
|
export const VendorSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
-
export const Divider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
7
|
export const Item: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
|
|
8
8
|
export const VendorHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
9
|
export const VendorName: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
10
10
|
export const NewBadge: 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 PackageList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
12
12
|
export const ButtonRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
-
export const HeaderContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default ItemManagerPanel;
|
|
2
|
-
declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor,
|
|
2
|
+
declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabledSendForms, AllFormsSent, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, buttonTooltipText, }: {
|
|
3
3
|
width?: string;
|
|
4
4
|
height?: string;
|
|
5
5
|
onSendForms?: () => void;
|
|
@@ -10,5 +10,5 @@ declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabl
|
|
|
10
10
|
setItemAndPackage: any;
|
|
11
11
|
linkColor?: string;
|
|
12
12
|
backgroundColor?: string;
|
|
13
|
-
|
|
13
|
+
buttonTooltipText?: string;
|
|
14
14
|
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -24,7 +24,7 @@ declare namespace _default {
|
|
|
24
24
|
const defaultValue_1: string;
|
|
25
25
|
export { defaultValue_1 as defaultValue };
|
|
26
26
|
}
|
|
27
|
-
namespace
|
|
27
|
+
namespace linkColor {
|
|
28
28
|
const name_2: string;
|
|
29
29
|
export { name_2 as name };
|
|
30
30
|
const control_2: string;
|
|
@@ -34,17 +34,17 @@ declare namespace _default {
|
|
|
34
34
|
const defaultValue_2: string;
|
|
35
35
|
export { defaultValue_2 as defaultValue };
|
|
36
36
|
}
|
|
37
|
-
namespace
|
|
37
|
+
namespace backgroundColor {
|
|
38
38
|
const name_3: string;
|
|
39
39
|
export { name_3 as name };
|
|
40
40
|
const control_3: string;
|
|
41
41
|
export { control_3 as control };
|
|
42
42
|
const description_3: string;
|
|
43
43
|
export { description_3 as description };
|
|
44
|
-
const defaultValue_3:
|
|
44
|
+
const defaultValue_3: string;
|
|
45
45
|
export { defaultValue_3 as defaultValue };
|
|
46
46
|
}
|
|
47
|
-
namespace
|
|
47
|
+
namespace editMode {
|
|
48
48
|
const name_4: string;
|
|
49
49
|
export { name_4 as name };
|
|
50
50
|
const control_4: string;
|
|
@@ -54,7 +54,7 @@ declare namespace _default {
|
|
|
54
54
|
const defaultValue_4: boolean;
|
|
55
55
|
export { defaultValue_4 as defaultValue };
|
|
56
56
|
}
|
|
57
|
-
namespace
|
|
57
|
+
namespace disabledSendForms {
|
|
58
58
|
const name_5: string;
|
|
59
59
|
export { name_5 as name };
|
|
60
60
|
const control_5: string;
|
|
@@ -64,23 +64,35 @@ declare namespace _default {
|
|
|
64
64
|
const defaultValue_5: boolean;
|
|
65
65
|
export { defaultValue_5 as defaultValue };
|
|
66
66
|
}
|
|
67
|
-
namespace
|
|
67
|
+
namespace AllFormsSent {
|
|
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: boolean;
|
|
75
75
|
export { defaultValue_6 as defaultValue };
|
|
76
76
|
}
|
|
77
|
-
namespace
|
|
77
|
+
namespace itemAndPackage {
|
|
78
78
|
const name_7: string;
|
|
79
79
|
export { name_7 as name };
|
|
80
|
-
const
|
|
81
|
-
export {
|
|
80
|
+
const control_7: string;
|
|
81
|
+
export { control_7 as control };
|
|
82
82
|
const description_7: string;
|
|
83
83
|
export { description_7 as description };
|
|
84
|
+
const defaultValue_7: any[];
|
|
85
|
+
export { defaultValue_7 as defaultValue };
|
|
86
|
+
}
|
|
87
|
+
namespace buttonTooltipText {
|
|
88
|
+
const name_8: string;
|
|
89
|
+
export { name_8 as name };
|
|
90
|
+
const control_8: string;
|
|
91
|
+
export { control_8 as control };
|
|
92
|
+
const description_8: string;
|
|
93
|
+
export { description_8 as description };
|
|
94
|
+
const defaultValue_8: string;
|
|
95
|
+
export { defaultValue_8 as defaultValue };
|
|
84
96
|
}
|
|
85
97
|
}
|
|
86
98
|
}
|
|
@@ -19,6 +19,7 @@ export const VendorNameAndPackagesContainer: import("styled-components/dist/type
|
|
|
19
19
|
export const DotContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
20
20
|
export const LineContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
21
21
|
export const ButtonContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
22
|
+
export const CustomTooltip: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof React.Component<any, {}, any>>;
|
|
22
23
|
export const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
23
24
|
export const Trash: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
24
25
|
import React from "react";
|