sag_components 2.0.0-beta101 → 2.0.0-beta103
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 +259 -22
- package/dist/index.esm.js +18771 -739
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +18771 -719
- package/dist/index.js.map +1 -1
- package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +0 -2
- package/dist/types/components/Button/Button.d.ts +1 -21
- package/dist/types/components/Button/Button.stories.d.ts +93 -35
- package/dist/types/components/ContainerTable/ContainerTable.d.ts +2 -0
- package/dist/types/components/{CampaignTool/Card.stories.d.ts → ContainerTable/ContainerTable.stories.d.ts} +37 -33
- package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +7 -0
- package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +2 -1
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +2 -1
- package/dist/types/components/EventsTable/ColumnFilter.d.ts +7 -0
- package/dist/types/components/EventsTable/DeleteEventModal.d.ts +5 -0
- package/dist/types/components/EventsTable/EventTable.d.ts +7 -0
- package/dist/types/components/EventsTable/EventsHeader.d.ts +6 -0
- package/dist/types/components/EventsTable/EventsPage.d.ts +1 -0
- package/dist/types/components/EventsTable/EventsPage.stories.d.ts +8 -0
- package/dist/types/components/EventsTable/SendButton.d.ts +3 -0
- package/dist/types/components/EventsTable/mockEvents.d.ts +15 -0
- package/dist/types/components/Input/Input.stories.d.ts +84 -76
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +13 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +18 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +78 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +24 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +8 -0
- package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +15 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +2 -0
- package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +17 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +8 -0
- package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +16 -0
- package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +6 -0
- package/dist/types/components/MenuRoute/MenuRoute.d.ts +2 -0
- package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +52 -0
- package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +3 -0
- package/dist/types/components/MessageBox/MessageBox.d.ts +13 -0
- package/dist/types/components/MessageBox/MessageBox.stories.d.ts +75 -0
- package/dist/types/components/MessageBox/MessageBox.styles.d.ts +9 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +15 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +7 -0
- package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +3 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +2 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +112 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +35 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +188 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +7 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +25 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +10 -0
- package/dist/types/components/SearchInput/SearchInput.d.ts +0 -22
- package/dist/types/components/SearchInput/SearchInput.stories.d.ts +59 -5
- package/dist/types/components/SearchInput/SearchInput.style.d.ts +1 -0
- package/dist/types/components/TabMenu/TabMenu.style.d.ts +1 -17
- package/dist/types/components/Table/DropMenus/FieldPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +5 -0
- package/dist/types/components/Table/DropMenus/FilterPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +6 -0
- package/dist/types/components/Table/DropMenus/RangePop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +10 -0
- package/dist/types/components/Table/DropMenus/SortPop.d.ts +2 -0
- package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +8 -0
- package/dist/types/components/Table/FilterIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +6 -0
- package/dist/types/components/Table/Icons/FilterIcon.d.ts +4 -0
- package/dist/types/components/Table/Icons/SortIcon.d.ts +5 -0
- package/dist/types/components/Table/Icons/TrashIcon.d.ts +6 -0
- package/dist/types/components/Table/NoEvents.d.ts +5 -0
- package/dist/types/components/Table/SortIcon.d.ts +6 -0
- package/dist/types/components/Table/Table.d.ts +2 -0
- package/dist/types/components/Table/Table.stories.d.ts +384 -0
- package/dist/types/components/Table/Table.style.d.ts +18 -0
- package/dist/types/components/Table/TableBody.d.ts +9 -0
- package/dist/types/components/Table/TableBody.styles.d.ts +10 -0
- package/dist/types/components/Table/TableHeader.d.ts +9 -0
- package/dist/types/components/Table/TableHeader.styles.d.ts +8 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +21 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +15 -0
- package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +3 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +30 -0
- package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +5 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +18 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +9 -0
- package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +8 -0
- package/dist/types/icons/ArrowLeftIcon.d.ts +7 -0
- package/dist/types/icons/ArrowRightFullIcon.d.ts +5 -0
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/OkIcon.d.ts +6 -0
- package/dist/types/icons/Plus.d.ts +6 -0
- package/dist/types/icons/PlusIcon.d.ts +6 -0
- package/dist/types/icons/RedDot.d.ts +5 -0
- package/dist/types/icons/TrashIcon.d.ts +7 -0
- package/dist/types/icons/index.d.ts +20 -0
- package/dist/types/index.d.ts +20 -0
- package/package.json +5 -2
- package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +0 -15
- package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +0 -13
- package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +0 -5
- package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +0 -46
- package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +0 -28
- package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +0 -17
- package/dist/types/components/CampaignTool/Popup.stories.d.ts +0 -101
- package/dist/types/components/CampaignTool/Table.stories.d.ts +0 -108
|
@@ -11,5 +11,3 @@ export const ZoomControlsContainer: import("styled-components/dist/types").IStyl
|
|
|
11
11
|
export const ZoomPercentage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
12
12
|
export const ZoomButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
13
13
|
export const ZoomResetButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
14
|
-
export const ZoomTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
15
|
-
export const ZoomInnerContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,22 +1,2 @@
|
|
|
1
1
|
export default Button;
|
|
2
|
-
declare function Button(
|
|
3
|
-
text?: string;
|
|
4
|
-
type?: string;
|
|
5
|
-
size?: string;
|
|
6
|
-
height?: string;
|
|
7
|
-
width?: string;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
textColor?: string;
|
|
10
|
-
backgroundColor?: string;
|
|
11
|
-
borderColor?: string;
|
|
12
|
-
hoverTextColor?: string;
|
|
13
|
-
hoverBackgroundColor?: string;
|
|
14
|
-
hoverBorderColor?: string;
|
|
15
|
-
disabledTextColor?: string;
|
|
16
|
-
disabledBackgroundColor?: string;
|
|
17
|
-
disabledBorderColor?: string;
|
|
18
|
-
onClick?: () => void;
|
|
19
|
-
leftIcon?: string;
|
|
20
|
-
rightIcon?: string;
|
|
21
|
-
isSubmitButton?: boolean;
|
|
22
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare function Button(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -18,6 +18,8 @@ declare namespace _default {
|
|
|
18
18
|
const description: string;
|
|
19
19
|
}
|
|
20
20
|
export namespace type_2 {
|
|
21
|
+
const name_1: string;
|
|
22
|
+
export { name_1 as name };
|
|
21
23
|
export namespace control_1 {
|
|
22
24
|
const type_3: string;
|
|
23
25
|
export { type_3 as type };
|
|
@@ -29,6 +31,8 @@ declare namespace _default {
|
|
|
29
31
|
}
|
|
30
32
|
export { type_2 as type };
|
|
31
33
|
export namespace size {
|
|
34
|
+
const name_2: string;
|
|
35
|
+
export { name_2 as name };
|
|
32
36
|
export namespace control_2 {
|
|
33
37
|
const type_4: string;
|
|
34
38
|
export { type_4 as type };
|
|
@@ -40,8 +44,8 @@ declare namespace _default {
|
|
|
40
44
|
export { description_2 as description };
|
|
41
45
|
}
|
|
42
46
|
export namespace disabled {
|
|
43
|
-
const
|
|
44
|
-
export {
|
|
47
|
+
const name_3: string;
|
|
48
|
+
export { name_3 as name };
|
|
45
49
|
export namespace control_3 {
|
|
46
50
|
const type_5: string;
|
|
47
51
|
export { type_5 as type };
|
|
@@ -52,6 +56,8 @@ declare namespace _default {
|
|
|
52
56
|
export const defaultValue: string;
|
|
53
57
|
}
|
|
54
58
|
export namespace backgroundColor {
|
|
59
|
+
const name_4: string;
|
|
60
|
+
export { name_4 as name };
|
|
55
61
|
export namespace control_4 {
|
|
56
62
|
const type_6: string;
|
|
57
63
|
export { type_6 as type };
|
|
@@ -62,8 +68,8 @@ declare namespace _default {
|
|
|
62
68
|
export { control_4 as control };
|
|
63
69
|
}
|
|
64
70
|
export namespace hoverBorderColor {
|
|
65
|
-
const
|
|
66
|
-
export {
|
|
71
|
+
const name_5: string;
|
|
72
|
+
export { name_5 as name };
|
|
67
73
|
export namespace control_5 {
|
|
68
74
|
const type_7: string;
|
|
69
75
|
export { type_7 as type };
|
|
@@ -75,8 +81,8 @@ declare namespace _default {
|
|
|
75
81
|
export { control_5 as control };
|
|
76
82
|
}
|
|
77
83
|
export namespace hoverTextColor {
|
|
78
|
-
const
|
|
79
|
-
export {
|
|
84
|
+
const name_6: string;
|
|
85
|
+
export { name_6 as name };
|
|
80
86
|
export namespace control_6 {
|
|
81
87
|
const type_8: string;
|
|
82
88
|
export { type_8 as type };
|
|
@@ -88,8 +94,8 @@ declare namespace _default {
|
|
|
88
94
|
export { control_6 as control };
|
|
89
95
|
}
|
|
90
96
|
export namespace hoverBackgroundColor {
|
|
91
|
-
const
|
|
92
|
-
export {
|
|
97
|
+
const name_7: string;
|
|
98
|
+
export { name_7 as name };
|
|
93
99
|
export namespace control_7 {
|
|
94
100
|
const type_9: string;
|
|
95
101
|
export { type_9 as type };
|
|
@@ -101,8 +107,8 @@ declare namespace _default {
|
|
|
101
107
|
export { control_7 as control };
|
|
102
108
|
}
|
|
103
109
|
export namespace borderColor {
|
|
104
|
-
const
|
|
105
|
-
export {
|
|
110
|
+
const name_8: string;
|
|
111
|
+
export { name_8 as name };
|
|
106
112
|
export namespace control_8 {
|
|
107
113
|
const type_10: string;
|
|
108
114
|
export { type_10 as type };
|
|
@@ -113,42 +119,42 @@ declare namespace _default {
|
|
|
113
119
|
}
|
|
114
120
|
export { control_8 as control };
|
|
115
121
|
}
|
|
116
|
-
export namespace
|
|
117
|
-
const
|
|
118
|
-
export {
|
|
122
|
+
export namespace borderRadius {
|
|
123
|
+
const name_9: string;
|
|
124
|
+
export { name_9 as name };
|
|
119
125
|
export namespace control_9 {
|
|
120
126
|
const type_11: string;
|
|
121
127
|
export { type_11 as type };
|
|
122
|
-
const presetColors_5: string[];
|
|
123
|
-
export { presetColors_5 as presetColors };
|
|
124
|
-
const description_9: string;
|
|
125
|
-
export { description_9 as description };
|
|
126
128
|
}
|
|
127
129
|
export { control_9 as control };
|
|
130
|
+
const description_9: string;
|
|
131
|
+
export { description_9 as description };
|
|
128
132
|
}
|
|
129
|
-
export namespace
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export { description_10 as description };
|
|
133
|
-
}
|
|
134
|
-
export namespace leftIcon {
|
|
135
|
-
const name_7: string;
|
|
136
|
-
export { name_7 as name };
|
|
137
|
-
const options_2: string[];
|
|
138
|
-
export { options_2 as options };
|
|
133
|
+
export namespace textColor {
|
|
134
|
+
const name_10: string;
|
|
135
|
+
export { name_10 as name };
|
|
139
136
|
export namespace control_10 {
|
|
140
137
|
const type_12: string;
|
|
141
138
|
export { type_12 as type };
|
|
139
|
+
const presetColors_5: string[];
|
|
140
|
+
export { presetColors_5 as presetColors };
|
|
141
|
+
const description_10: string;
|
|
142
|
+
export { description_10 as description };
|
|
142
143
|
}
|
|
143
144
|
export { control_10 as control };
|
|
145
|
+
}
|
|
146
|
+
export namespace onClick {
|
|
147
|
+
const name_11: string;
|
|
148
|
+
export { name_11 as name };
|
|
149
|
+
export const action: string;
|
|
144
150
|
const description_11: string;
|
|
145
151
|
export { description_11 as description };
|
|
146
152
|
}
|
|
147
|
-
export namespace
|
|
148
|
-
const
|
|
149
|
-
export {
|
|
150
|
-
const
|
|
151
|
-
export {
|
|
153
|
+
export namespace leftIcon {
|
|
154
|
+
const name_12: string;
|
|
155
|
+
export { name_12 as name };
|
|
156
|
+
const options_2: string[];
|
|
157
|
+
export { options_2 as options };
|
|
152
158
|
export namespace control_11 {
|
|
153
159
|
const type_13: string;
|
|
154
160
|
export { type_13 as type };
|
|
@@ -157,9 +163,11 @@ declare namespace _default {
|
|
|
157
163
|
const description_12: string;
|
|
158
164
|
export { description_12 as description };
|
|
159
165
|
}
|
|
160
|
-
export namespace
|
|
161
|
-
const
|
|
162
|
-
export {
|
|
166
|
+
export namespace rightIcon {
|
|
167
|
+
const name_13: string;
|
|
168
|
+
export { name_13 as name };
|
|
169
|
+
const options_3: string[];
|
|
170
|
+
export { options_3 as options };
|
|
163
171
|
export namespace control_12 {
|
|
164
172
|
const type_14: string;
|
|
165
173
|
export { type_14 as type };
|
|
@@ -168,6 +176,56 @@ declare namespace _default {
|
|
|
168
176
|
const description_13: string;
|
|
169
177
|
export { description_13 as description };
|
|
170
178
|
}
|
|
179
|
+
export namespace isSubmitButton {
|
|
180
|
+
const name_14: string;
|
|
181
|
+
export { name_14 as name };
|
|
182
|
+
export namespace control_13 {
|
|
183
|
+
const type_15: string;
|
|
184
|
+
export { type_15 as type };
|
|
185
|
+
}
|
|
186
|
+
export { control_13 as control };
|
|
187
|
+
const description_14: string;
|
|
188
|
+
export { description_14 as description };
|
|
189
|
+
}
|
|
190
|
+
export namespace disabledTextColor {
|
|
191
|
+
const name_15: string;
|
|
192
|
+
export { name_15 as name };
|
|
193
|
+
export namespace control_14 {
|
|
194
|
+
const type_16: string;
|
|
195
|
+
export { type_16 as type };
|
|
196
|
+
const presetColors_6: string[];
|
|
197
|
+
export { presetColors_6 as presetColors };
|
|
198
|
+
const description_15: string;
|
|
199
|
+
export { description_15 as description };
|
|
200
|
+
}
|
|
201
|
+
export { control_14 as control };
|
|
202
|
+
}
|
|
203
|
+
export namespace disabledBackgroundColor {
|
|
204
|
+
const name_16: string;
|
|
205
|
+
export { name_16 as name };
|
|
206
|
+
export namespace control_15 {
|
|
207
|
+
const type_17: string;
|
|
208
|
+
export { type_17 as type };
|
|
209
|
+
const presetColors_7: string[];
|
|
210
|
+
export { presetColors_7 as presetColors };
|
|
211
|
+
const description_16: string;
|
|
212
|
+
export { description_16 as description };
|
|
213
|
+
}
|
|
214
|
+
export { control_15 as control };
|
|
215
|
+
}
|
|
216
|
+
export namespace disabledBorderColor {
|
|
217
|
+
const name_17: string;
|
|
218
|
+
export { name_17 as name };
|
|
219
|
+
export namespace control_16 {
|
|
220
|
+
const type_18: string;
|
|
221
|
+
export { type_18 as type };
|
|
222
|
+
const presetColors_8: string[];
|
|
223
|
+
export { presetColors_8 as presetColors };
|
|
224
|
+
const description_17: string;
|
|
225
|
+
export { description_17 as description };
|
|
226
|
+
}
|
|
227
|
+
export { control_16 as control };
|
|
228
|
+
}
|
|
171
229
|
}
|
|
172
230
|
}
|
|
173
231
|
export default _default;
|
|
@@ -1,57 +1,61 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
export const title: string;
|
|
3
|
-
export {
|
|
3
|
+
export { ContainerTable as component };
|
|
4
4
|
export const tags: string[];
|
|
5
5
|
export namespace argTypes {
|
|
6
|
-
namespace
|
|
7
|
-
const
|
|
8
|
-
namespace control {
|
|
9
|
-
const type: string;
|
|
10
|
-
}
|
|
6
|
+
namespace width {
|
|
7
|
+
const control: string;
|
|
11
8
|
const description: string;
|
|
9
|
+
const name: string;
|
|
12
10
|
}
|
|
13
|
-
namespace
|
|
14
|
-
const
|
|
15
|
-
export { name_1 as name };
|
|
16
|
-
export namespace control_1 {
|
|
17
|
-
const type_1: string;
|
|
18
|
-
export { type_1 as type };
|
|
19
|
-
}
|
|
11
|
+
namespace height {
|
|
12
|
+
const control_1: string;
|
|
20
13
|
export { control_1 as control };
|
|
21
14
|
const description_1: string;
|
|
22
15
|
export { description_1 as description };
|
|
16
|
+
const name_1: string;
|
|
17
|
+
export { name_1 as name };
|
|
23
18
|
}
|
|
24
|
-
namespace
|
|
25
|
-
const
|
|
26
|
-
export { name_2 as name };
|
|
27
|
-
export namespace control_2 {
|
|
28
|
-
const type_2: string;
|
|
29
|
-
export { type_2 as type };
|
|
30
|
-
}
|
|
19
|
+
namespace columnsWidths {
|
|
20
|
+
const control_2: string;
|
|
31
21
|
export { control_2 as control };
|
|
32
22
|
const description_2: string;
|
|
33
23
|
export { description_2 as description };
|
|
24
|
+
const name_2: string;
|
|
25
|
+
export { name_2 as name };
|
|
34
26
|
}
|
|
35
|
-
namespace
|
|
36
|
-
const
|
|
37
|
-
export { name_3 as name };
|
|
38
|
-
export namespace control_3 {
|
|
39
|
-
const type_3: string;
|
|
40
|
-
export { type_3 as type };
|
|
41
|
-
}
|
|
27
|
+
namespace standardCellSkeletonHeight {
|
|
28
|
+
const control_3: string;
|
|
42
29
|
export { control_3 as control };
|
|
43
30
|
const description_3: string;
|
|
44
31
|
export { description_3 as description };
|
|
32
|
+
const name_3: string;
|
|
33
|
+
export { name_3 as name };
|
|
45
34
|
}
|
|
46
|
-
namespace
|
|
47
|
-
const
|
|
48
|
-
export {
|
|
49
|
-
export const action: string;
|
|
35
|
+
namespace children {
|
|
36
|
+
const control_4: string;
|
|
37
|
+
export { control_4 as control };
|
|
50
38
|
const description_4: string;
|
|
51
39
|
export { description_4 as description };
|
|
40
|
+
const name_4: string;
|
|
41
|
+
export { name_4 as name };
|
|
52
42
|
}
|
|
53
43
|
}
|
|
54
44
|
}
|
|
55
45
|
export default _default;
|
|
56
|
-
export
|
|
57
|
-
|
|
46
|
+
export namespace Default {
|
|
47
|
+
namespace args {
|
|
48
|
+
const width_1: string;
|
|
49
|
+
export { width_1 as width };
|
|
50
|
+
const height_1: string;
|
|
51
|
+
export { height_1 as height };
|
|
52
|
+
const columnsWidths_1: number[];
|
|
53
|
+
export { columnsWidths_1 as columnsWidths };
|
|
54
|
+
const standardCellSkeletonHeight_1: number;
|
|
55
|
+
export { standardCellSkeletonHeight_1 as standardCellSkeletonHeight };
|
|
56
|
+
export const isLoading: boolean;
|
|
57
|
+
const children_1: import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
export { children_1 as children };
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
import ContainerTable from "./ContainerTable";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export const TableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Table: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>> & string;
|
|
3
|
+
export const Thead: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
4
|
+
export const HeaderCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, never>> & string;
|
|
5
|
+
export const Tbody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>> & string;
|
|
6
|
+
export const BodyCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, never>> & string;
|
|
7
|
+
export const StyledRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, never>> & string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, error, errorMessage, labelColor, xIconShow, checkBoxColor, showLabelOnTop, orderBy, elementType, }: {
|
|
1
|
+
export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, withMarginBottom, error, errorMessage, labelColor, xIconShow, checkBoxColor, showLabelOnTop, orderBy, elementType, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
labelEmptyValue: any;
|
|
4
4
|
options: any;
|
|
@@ -7,6 +7,7 @@ export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValu
|
|
|
7
7
|
required: any;
|
|
8
8
|
disabled: any;
|
|
9
9
|
width: any;
|
|
10
|
+
withMarginBottom?: boolean;
|
|
10
11
|
error: any;
|
|
11
12
|
errorMessage: any;
|
|
12
13
|
labelColor: any;
|
|
@@ -1,81 +1,2 @@
|
|
|
1
|
-
export function DropdownNew({ isMulti, label, labelEmptyValue, options, selectedValue, placeHolder, onChange, required, disabled, width, error, errorMessage, labelColor, checkBoxColor, xIconShow, showLabelOnTop, orderBy, elementType, }: {
|
|
2
|
-
isMulti: any;
|
|
3
|
-
label: any;
|
|
4
|
-
labelEmptyValue: any;
|
|
5
|
-
options: any;
|
|
6
|
-
selectedValue: any;
|
|
7
|
-
placeHolder: any;
|
|
8
|
-
onChange: any;
|
|
9
|
-
required: any;
|
|
10
|
-
disabled: any;
|
|
11
|
-
width: any;
|
|
12
|
-
error: any;
|
|
13
|
-
errorMessage: any;
|
|
14
|
-
labelColor: any;
|
|
15
|
-
checkBoxColor: any;
|
|
16
|
-
xIconShow: any;
|
|
17
|
-
showLabelOnTop: any;
|
|
18
|
-
orderBy: any;
|
|
19
|
-
elementType: any;
|
|
20
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
export namespace DropdownNew {
|
|
22
|
-
namespace propTypes {
|
|
23
|
-
const placeHolder: PropTypes.Requireable<string>;
|
|
24
|
-
const label: PropTypes.Requireable<string>;
|
|
25
|
-
const labelEmptyValue: PropTypes.Requireable<string>;
|
|
26
|
-
const labelColor: PropTypes.Requireable<string>;
|
|
27
|
-
const checkBoxColor: PropTypes.Requireable<string>;
|
|
28
|
-
const required: PropTypes.Requireable<boolean>;
|
|
29
|
-
const width: PropTypes.Requireable<string>;
|
|
30
|
-
const disabled: PropTypes.Requireable<boolean>;
|
|
31
|
-
const error: PropTypes.Requireable<boolean>;
|
|
32
|
-
const errorMessage: PropTypes.Requireable<string>;
|
|
33
|
-
const options: PropTypes.Requireable<PropTypes.InferProps<{
|
|
34
|
-
id: PropTypes.Requireable<string>;
|
|
35
|
-
label: PropTypes.Requireable<string>;
|
|
36
|
-
}>[]>;
|
|
37
|
-
const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
|
|
38
|
-
id: PropTypes.Requireable<string>;
|
|
39
|
-
label: PropTypes.Requireable<string>;
|
|
40
|
-
}>[]>;
|
|
41
|
-
const xIconShow: PropTypes.Requireable<boolean>;
|
|
42
|
-
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
43
|
-
const showLabelOnTop: PropTypes.Requireable<boolean>;
|
|
44
|
-
}
|
|
45
|
-
namespace defaultProps {
|
|
46
|
-
const placeHolder_1: string;
|
|
47
|
-
export { placeHolder_1 as placeHolder };
|
|
48
|
-
const label_1: string;
|
|
49
|
-
export { label_1 as label };
|
|
50
|
-
const labelEmptyValue_1: string;
|
|
51
|
-
export { labelEmptyValue_1 as labelEmptyValue };
|
|
52
|
-
const labelColor_1: string;
|
|
53
|
-
export { labelColor_1 as labelColor };
|
|
54
|
-
const checkBoxColor_1: string;
|
|
55
|
-
export { checkBoxColor_1 as checkBoxColor };
|
|
56
|
-
const required_1: boolean;
|
|
57
|
-
export { required_1 as required };
|
|
58
|
-
const width_1: string;
|
|
59
|
-
export { width_1 as width };
|
|
60
|
-
const disabled_1: boolean;
|
|
61
|
-
export { disabled_1 as disabled };
|
|
62
|
-
const error_1: boolean;
|
|
63
|
-
export { error_1 as error };
|
|
64
|
-
const errorMessage_1: string;
|
|
65
|
-
export { errorMessage_1 as errorMessage };
|
|
66
|
-
const options_1: any[];
|
|
67
|
-
export { options_1 as options };
|
|
68
|
-
const selectedValue_1: any[];
|
|
69
|
-
export { selectedValue_1 as selectedValue };
|
|
70
|
-
const xIconShow_1: boolean;
|
|
71
|
-
export { xIconShow_1 as xIconShow };
|
|
72
|
-
export function onChange_1(): void;
|
|
73
|
-
export { onChange_1 as onChange };
|
|
74
|
-
const showLabelOnTop_1: boolean;
|
|
75
|
-
export { showLabelOnTop_1 as showLabelOnTop };
|
|
76
|
-
export const orderBy: string;
|
|
77
|
-
export const elementType: string;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
1
|
export default DropdownNew;
|
|
81
|
-
|
|
2
|
+
declare function DropdownNew(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
|
|
1
|
+
export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
|
|
2
2
|
label: any;
|
|
3
3
|
labelEmptyValue: any;
|
|
4
4
|
options: any;
|
|
@@ -7,6 +7,7 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
|
|
|
7
7
|
required: any;
|
|
8
8
|
disabled: any;
|
|
9
9
|
width: any;
|
|
10
|
+
withMarginBottom?: boolean;
|
|
10
11
|
error: any;
|
|
11
12
|
errorMessage: any;
|
|
12
13
|
xIconShow: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function EventsPage(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default mockEvents;
|
|
2
|
+
declare const mockEvents: {
|
|
3
|
+
EventName: string;
|
|
4
|
+
EventComponent: string;
|
|
5
|
+
EventType: string;
|
|
6
|
+
EventSubType: string;
|
|
7
|
+
Banners: string[];
|
|
8
|
+
Week: string;
|
|
9
|
+
Period: number;
|
|
10
|
+
Year: number;
|
|
11
|
+
ExternalEventID: string;
|
|
12
|
+
VendorsForms: any[];
|
|
13
|
+
SendStatus: string;
|
|
14
|
+
CanDelete: boolean;
|
|
15
|
+
}[];
|