sag_components 2.0.0-beta116 → 2.0.0-beta118
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 +224 -23
- package/dist/index.esm.js +18612 -1047
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +18613 -1028
- package/dist/index.js.map +1 -1
- package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +1 -3
- package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +0 -2
- 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 -61
- package/dist/types/components/DropdownNew/DropdownNew.d.ts +1 -80
- package/dist/types/components/{DropdownMultiNew → DropdownNew}/DropdownNew.stories.d.ts +134 -92
- package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +2 -58
- 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.d.ts +2 -1
- package/dist/types/components/Input/Input.stories.d.ts +120 -91
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +9 -0
- package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +12 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +14 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +110 -0
- package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +25 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +6 -0
- package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +18 -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 +142 -0
- package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +7 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +14 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +201 -0
- package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +7 -0
- package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +26 -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.stories.d.ts +15 -25
- 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/NoDataInSearchIcon.d.ts +5 -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 +420 -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 +11 -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/ToasterMessageBox/ToasterMessageBox.d.ts +10 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +57 -0
- package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +4 -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/Tooltip/Tooltip.d.ts +0 -22
- 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 +98 -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/CalendarInOpen.d.ts +5 -1
- package/dist/types/icons/ExclamationMarkIcon.d.ts +6 -0
- package/dist/types/icons/OkCircleIcon.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 +21 -1
- 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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const DialogOverlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const DialogContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const FieldRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
6
|
+
export const Input: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
7
|
+
export const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
9
|
+
export const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
10
|
+
export const BackIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
@@ -1,24 +1,2 @@
|
|
|
1
1
|
export default SearchInput;
|
|
2
2
|
declare function SearchInput(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace SearchInput {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
const placeholder: PropTypes.Requireable<string>;
|
|
6
|
-
const width: PropTypes.Requireable<string>;
|
|
7
|
-
const height: PropTypes.Requireable<string>;
|
|
8
|
-
const onTyping: PropTypes.Requireable<(...args: any[]) => any>;
|
|
9
|
-
const className: PropTypes.Requireable<string>;
|
|
10
|
-
}
|
|
11
|
-
namespace defaultProps {
|
|
12
|
-
const placeholder_1: string;
|
|
13
|
-
export { placeholder_1 as placeholder };
|
|
14
|
-
const width_1: string;
|
|
15
|
-
export { width_1 as width };
|
|
16
|
-
const height_1: string;
|
|
17
|
-
export { height_1 as height };
|
|
18
|
-
export function onTyping_1(): void;
|
|
19
|
-
export { onTyping_1 as onTyping };
|
|
20
|
-
const className_1: string;
|
|
21
|
-
export { className_1 as className };
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
import PropTypes from "prop-types";
|
|
@@ -2,15 +2,14 @@ declare namespace _default {
|
|
|
2
2
|
export const title: string;
|
|
3
3
|
export { SearchInput as component };
|
|
4
4
|
export namespace argTypes {
|
|
5
|
-
namespace
|
|
5
|
+
namespace width {
|
|
6
6
|
const name: string;
|
|
7
7
|
namespace control {
|
|
8
8
|
const type: string;
|
|
9
9
|
}
|
|
10
10
|
const description: string;
|
|
11
|
-
const defaultValue: string;
|
|
12
11
|
}
|
|
13
|
-
namespace
|
|
12
|
+
namespace height {
|
|
14
13
|
const name_1: string;
|
|
15
14
|
export { name_1 as name };
|
|
16
15
|
export namespace control_1 {
|
|
@@ -21,7 +20,7 @@ declare namespace _default {
|
|
|
21
20
|
const description_1: string;
|
|
22
21
|
export { description_1 as description };
|
|
23
22
|
}
|
|
24
|
-
namespace
|
|
23
|
+
namespace placeholder {
|
|
25
24
|
const name_2: string;
|
|
26
25
|
export { name_2 as name };
|
|
27
26
|
export namespace control_2 {
|
|
@@ -31,9 +30,64 @@ declare namespace _default {
|
|
|
31
30
|
export { control_2 as control };
|
|
32
31
|
const description_2: string;
|
|
33
32
|
export { description_2 as description };
|
|
33
|
+
export const defaultValue: string;
|
|
34
|
+
}
|
|
35
|
+
namespace position {
|
|
36
|
+
const name_3: string;
|
|
37
|
+
export { name_3 as name };
|
|
38
|
+
export namespace control_3 {
|
|
39
|
+
const type_3: string;
|
|
40
|
+
export { type_3 as type };
|
|
41
|
+
}
|
|
42
|
+
export { control_3 as control };
|
|
43
|
+
export const options: string[];
|
|
44
|
+
const description_3: string;
|
|
45
|
+
export { description_3 as description };
|
|
46
|
+
const defaultValue_1: string;
|
|
47
|
+
export { defaultValue_1 as defaultValue };
|
|
48
|
+
}
|
|
49
|
+
namespace iconColor {
|
|
50
|
+
const name_4: string;
|
|
51
|
+
export { name_4 as name };
|
|
52
|
+
export namespace control_4 {
|
|
53
|
+
const type_4: string;
|
|
54
|
+
export { type_4 as type };
|
|
55
|
+
}
|
|
56
|
+
export { control_4 as control };
|
|
57
|
+
const description_4: string;
|
|
58
|
+
export { description_4 as description };
|
|
59
|
+
const defaultValue_2: string;
|
|
60
|
+
export { defaultValue_2 as defaultValue };
|
|
61
|
+
}
|
|
62
|
+
namespace onTyping {
|
|
63
|
+
const name_5: string;
|
|
64
|
+
export { name_5 as name };
|
|
65
|
+
export namespace control_5 {
|
|
66
|
+
const type_5: string;
|
|
67
|
+
export { type_5 as type };
|
|
68
|
+
}
|
|
69
|
+
export { control_5 as control };
|
|
70
|
+
const description_5: string;
|
|
71
|
+
export { description_5 as description };
|
|
72
|
+
export const action: string;
|
|
34
73
|
}
|
|
35
74
|
}
|
|
36
75
|
}
|
|
37
76
|
export default _default;
|
|
38
|
-
export
|
|
77
|
+
export namespace Default {
|
|
78
|
+
namespace args {
|
|
79
|
+
const width_1: string;
|
|
80
|
+
export { width_1 as width };
|
|
81
|
+
const height_1: string;
|
|
82
|
+
export { height_1 as height };
|
|
83
|
+
const position_1: string;
|
|
84
|
+
export { position_1 as position };
|
|
85
|
+
const iconColor_1: string;
|
|
86
|
+
export { iconColor_1 as iconColor };
|
|
87
|
+
const placeholder_1: string;
|
|
88
|
+
export { placeholder_1 as placeholder };
|
|
89
|
+
export function onTyping_1(): void;
|
|
90
|
+
export { onTyping_1 as onTyping };
|
|
91
|
+
}
|
|
92
|
+
}
|
|
39
93
|
import SearchInput from "./SearchInput";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export const TextFieldContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const IconWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
3
|
export const TextFieldInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
@@ -101,7 +101,7 @@ declare namespace _default {
|
|
|
101
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
|
}
|
|
@@ -8,20 +8,4 @@ export const PresentationSlider: import("styled-components/dist/types").IStyledC
|
|
|
8
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;
|
|
9
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;
|
|
10
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;
|
|
11
|
-
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<{
|
|
12
|
-
(props: any): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
propTypes: {
|
|
14
|
-
placeholder: import("prop-types").Requireable<string>;
|
|
15
|
-
width: import("prop-types").Requireable<string>;
|
|
16
|
-
height: import("prop-types").Requireable<string>;
|
|
17
|
-
onTyping: import("prop-types").Requireable<(...args: any[]) => any>;
|
|
18
|
-
className: import("prop-types").Requireable<string>;
|
|
19
|
-
};
|
|
20
|
-
defaultProps: {
|
|
21
|
-
placeholder: string;
|
|
22
|
-
width: string;
|
|
23
|
-
height: string;
|
|
24
|
-
onTyping: () => void;
|
|
25
|
-
className: string;
|
|
26
|
-
};
|
|
27
|
-
}, keyof import("react").Component<any, {}, any>>;
|
|
11
|
+
export const SearchInputWrap: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & string & Omit<(props: any) => import("react/jsx-runtime").JSX.Element, keyof import("react").Component<any, {}, any>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export const FieldPopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
3
|
+
export const Textarea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
|
|
4
|
+
export const TextField: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
5
|
+
export const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const FilterPopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
3
|
+
export const CheckboxGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const CheckboxLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
5
|
+
export const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export const ResetButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const RangePopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
3
|
+
export const FieldRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
5
|
+
export const Input: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
6
|
+
export const RadioWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export const Radio: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
8
|
+
export const Actions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export const ClearButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
10
|
+
export const Button: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export const SortPopContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
3
|
+
export const DropdownList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
4
|
+
export const DropdownItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, never>> & string;
|
|
5
|
+
export const TruncatedText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
6
|
+
export const Checkmark: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
7
|
+
export const ButtonWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export const ResetButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|