sag_components 2.0.0-beta75 → 2.0.0-beta76
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 +175 -181
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +175 -181
- package/dist/index.js.map +1 -1
- package/dist/types/components/BubbleChart/BubbleChart.stories.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.d.ts +1 -1
- package/dist/types/components/TabMenu/TabMenu.stories.d.ts +27 -37
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +2 -34
- package/package.json +1 -1
|
@@ -21,27 +21,27 @@ declare namespace _default {
|
|
|
21
21
|
const defaultValue_1: string;
|
|
22
22
|
export { defaultValue_1 as defaultValue };
|
|
23
23
|
}
|
|
24
|
-
namespace
|
|
24
|
+
namespace headlineText {
|
|
25
25
|
const name_2: string;
|
|
26
26
|
export { name_2 as name };
|
|
27
27
|
const control_2: string;
|
|
28
28
|
export { control_2 as control };
|
|
29
29
|
const description_2: string;
|
|
30
30
|
export { description_2 as description };
|
|
31
|
-
const defaultValue_2:
|
|
31
|
+
const defaultValue_2: string;
|
|
32
32
|
export { defaultValue_2 as defaultValue };
|
|
33
33
|
}
|
|
34
|
-
namespace
|
|
34
|
+
namespace showActions {
|
|
35
35
|
const name_3: string;
|
|
36
36
|
export { name_3 as name };
|
|
37
37
|
const control_3: string;
|
|
38
38
|
export { control_3 as control };
|
|
39
39
|
const description_3: string;
|
|
40
40
|
export { description_3 as description };
|
|
41
|
-
const defaultValue_3:
|
|
41
|
+
const defaultValue_3: boolean;
|
|
42
42
|
export { defaultValue_3 as defaultValue };
|
|
43
43
|
}
|
|
44
|
-
namespace
|
|
44
|
+
namespace showFilterButton {
|
|
45
45
|
const name_4: string;
|
|
46
46
|
export { name_4 as name };
|
|
47
47
|
const control_4: string;
|
|
@@ -51,7 +51,7 @@ declare namespace _default {
|
|
|
51
51
|
const defaultValue_4: boolean;
|
|
52
52
|
export { defaultValue_4 as defaultValue };
|
|
53
53
|
}
|
|
54
|
-
namespace
|
|
54
|
+
namespace showViewOptionsButton {
|
|
55
55
|
const name_5: string;
|
|
56
56
|
export { name_5 as name };
|
|
57
57
|
const control_5: string;
|
|
@@ -61,7 +61,7 @@ declare namespace _default {
|
|
|
61
61
|
const defaultValue_5: boolean;
|
|
62
62
|
export { defaultValue_5 as defaultValue };
|
|
63
63
|
}
|
|
64
|
-
namespace
|
|
64
|
+
namespace showSearchInput {
|
|
65
65
|
const name_6: string;
|
|
66
66
|
export { name_6 as name };
|
|
67
67
|
const control_6: string;
|
|
@@ -71,7 +71,7 @@ declare namespace _default {
|
|
|
71
71
|
const defaultValue_6: boolean;
|
|
72
72
|
export { defaultValue_6 as defaultValue };
|
|
73
73
|
}
|
|
74
|
-
namespace
|
|
74
|
+
namespace showLabel {
|
|
75
75
|
const name_7: string;
|
|
76
76
|
export { name_7 as name };
|
|
77
77
|
const control_7: string;
|
|
@@ -81,27 +81,27 @@ declare namespace _default {
|
|
|
81
81
|
const defaultValue_7: boolean;
|
|
82
82
|
export { defaultValue_7 as defaultValue };
|
|
83
83
|
}
|
|
84
|
-
namespace
|
|
84
|
+
namespace inputWidth {
|
|
85
85
|
const name_8: string;
|
|
86
86
|
export { name_8 as name };
|
|
87
87
|
const control_8: string;
|
|
88
88
|
export { control_8 as control };
|
|
89
89
|
const description_8: string;
|
|
90
90
|
export { description_8 as description };
|
|
91
|
-
const defaultValue_8:
|
|
91
|
+
const defaultValue_8: string;
|
|
92
92
|
export { defaultValue_8 as defaultValue };
|
|
93
93
|
}
|
|
94
|
-
namespace
|
|
94
|
+
namespace disabledButton {
|
|
95
95
|
const name_9: string;
|
|
96
96
|
export { name_9 as name };
|
|
97
97
|
const control_9: string;
|
|
98
98
|
export { control_9 as control };
|
|
99
99
|
const description_9: string;
|
|
100
100
|
export { description_9 as description };
|
|
101
|
-
const defaultValue_9:
|
|
101
|
+
const defaultValue_9: boolean;
|
|
102
102
|
export { defaultValue_9 as defaultValue };
|
|
103
103
|
}
|
|
104
|
-
namespace
|
|
104
|
+
namespace setTopRightButton {
|
|
105
105
|
const name_10: string;
|
|
106
106
|
export { name_10 as name };
|
|
107
107
|
const control_10: string;
|
|
@@ -111,17 +111,17 @@ declare namespace _default {
|
|
|
111
111
|
const defaultValue_10: boolean;
|
|
112
112
|
export { defaultValue_10 as defaultValue };
|
|
113
113
|
}
|
|
114
|
-
namespace
|
|
114
|
+
namespace rightButtonText {
|
|
115
115
|
const name_11: string;
|
|
116
116
|
export { name_11 as name };
|
|
117
117
|
const control_11: string;
|
|
118
118
|
export { control_11 as control };
|
|
119
119
|
const description_11: string;
|
|
120
120
|
export { description_11 as description };
|
|
121
|
-
const defaultValue_11:
|
|
121
|
+
const defaultValue_11: string;
|
|
122
122
|
export { defaultValue_11 as defaultValue };
|
|
123
123
|
}
|
|
124
|
-
namespace
|
|
124
|
+
namespace rightButtonIcon {
|
|
125
125
|
const name_12: string;
|
|
126
126
|
export { name_12 as name };
|
|
127
127
|
const control_12: string;
|
|
@@ -131,46 +131,36 @@ declare namespace _default {
|
|
|
131
131
|
const defaultValue_12: string;
|
|
132
132
|
export { defaultValue_12 as defaultValue };
|
|
133
133
|
}
|
|
134
|
-
namespace
|
|
134
|
+
namespace onTopButtonClick {
|
|
135
135
|
const name_13: string;
|
|
136
136
|
export { name_13 as name };
|
|
137
|
-
const
|
|
138
|
-
export { control_13 as control };
|
|
137
|
+
export const action: string;
|
|
139
138
|
const description_13: string;
|
|
140
139
|
export { description_13 as description };
|
|
141
|
-
const defaultValue_13: string;
|
|
142
|
-
export { defaultValue_13 as defaultValue };
|
|
143
140
|
}
|
|
144
|
-
namespace
|
|
141
|
+
namespace onTabChange {
|
|
145
142
|
const name_14: string;
|
|
146
143
|
export { name_14 as name };
|
|
147
|
-
|
|
144
|
+
const action_1: string;
|
|
145
|
+
export { action_1 as action };
|
|
148
146
|
const description_14: string;
|
|
149
147
|
export { description_14 as description };
|
|
150
148
|
}
|
|
151
|
-
namespace
|
|
149
|
+
namespace onFilterButtonClick {
|
|
152
150
|
const name_15: string;
|
|
153
151
|
export { name_15 as name };
|
|
154
|
-
const
|
|
155
|
-
export {
|
|
152
|
+
const action_2: string;
|
|
153
|
+
export { action_2 as action };
|
|
156
154
|
const description_15: string;
|
|
157
155
|
export { description_15 as description };
|
|
158
156
|
}
|
|
159
|
-
namespace
|
|
157
|
+
namespace onSearchFieldTyping {
|
|
160
158
|
const name_16: string;
|
|
161
159
|
export { name_16 as name };
|
|
162
|
-
const action_2: string;
|
|
163
|
-
export { action_2 as action };
|
|
164
|
-
const description_16: string;
|
|
165
|
-
export { description_16 as description };
|
|
166
|
-
}
|
|
167
|
-
namespace onSearchFieldTyping {
|
|
168
|
-
const name_17: string;
|
|
169
|
-
export { name_17 as name };
|
|
170
160
|
const action_3: string;
|
|
171
161
|
export { action_3 as action };
|
|
172
|
-
const
|
|
173
|
-
export {
|
|
162
|
+
const description_16: string;
|
|
163
|
+
export { description_16 as description };
|
|
174
164
|
}
|
|
175
165
|
}
|
|
176
166
|
}
|
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
export const TabMenuContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
2
|
export const TopRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
-
export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
4
|
-
export const Nav: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
5
3
|
export const TabActionLine: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const Headline: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
6
5
|
export const Tabs: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
-
export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").
|
|
6
|
+
export const Tab: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
8
7
|
export const PresentationSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
8
|
export const Body: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
9
|
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
10
|
export const ActionsWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
-
export const SagIconButtonWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
13
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
propTypes: {
|
|
15
|
-
className: import("prop-types").Requireable<string>;
|
|
16
|
-
iconName: import("prop-types").Requireable<string>;
|
|
17
|
-
buttonText: import("prop-types").Requireable<string>;
|
|
18
|
-
height: import("prop-types").Requireable<string>;
|
|
19
|
-
color: import("prop-types").Requireable<string>;
|
|
20
|
-
backgroundColor: import("prop-types").Requireable<string>;
|
|
21
|
-
activeColor: import("prop-types").Requireable<string>;
|
|
22
|
-
iconHeight: import("prop-types").Requireable<number>;
|
|
23
|
-
iconWidth: import("prop-types").Requireable<number>;
|
|
24
|
-
openState: import("prop-types").Requireable<boolean>;
|
|
25
|
-
disabled: import("prop-types").Requireable<boolean>;
|
|
26
|
-
onButtonClick: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
27
|
-
};
|
|
28
|
-
defaultProps: {
|
|
29
|
-
className: string;
|
|
30
|
-
iconName: string;
|
|
31
|
-
buttonText: string;
|
|
32
|
-
height: string;
|
|
33
|
-
color: string;
|
|
34
|
-
activeColor: string;
|
|
35
|
-
backgroundColor: string;
|
|
36
|
-
iconHeight: number;
|
|
37
|
-
iconWidth: number;
|
|
38
|
-
openState: boolean;
|
|
39
|
-
disabled: boolean;
|
|
40
|
-
onButtonClick: () => void;
|
|
41
|
-
};
|
|
42
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
43
11
|
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
44
12
|
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
45
13
|
propTypes: {
|