sag_components 2.0.0-beta115 → 2.0.0-beta116

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.
Files changed (121) hide show
  1. package/dist/index.d.ts +23 -223
  2. package/dist/index.esm.js +1063 -18622
  3. package/dist/index.esm.js.map +1 -1
  4. package/dist/index.js +1044 -18623
  5. package/dist/index.js.map +1 -1
  6. package/dist/types/components/AutocompleteField/AutocompleteField.d.ts +15 -0
  7. package/dist/types/components/AutocompleteField/AutocompleteField.stories.d.ts +13 -0
  8. package/dist/types/components/AutocompleteField/AutocompleteField.style.d.ts +5 -0
  9. package/dist/types/components/BreakdownPanel/ItemSales/CategorySalesPanel.d.ts +3 -1
  10. package/dist/types/components/BreakdownPanel/ItemSales/ItemSalesPanel.style.d.ts +2 -0
  11. package/dist/types/components/BubbleChart/BubbleChart.style.d.ts +2 -0
  12. package/dist/types/components/Button/Button.d.ts +21 -1
  13. package/dist/types/components/Button/Button.stories.d.ts +35 -93
  14. package/dist/types/components/CampaignTool/CampaignDemoReport.stories.d.ts +46 -0
  15. package/dist/types/components/{ContainerTable/ContainerTable.stories.d.ts → CampaignTool/Card.stories.d.ts} +33 -37
  16. package/dist/types/components/CampaignTool/MultipleCard.stories.d.ts +28 -0
  17. package/dist/types/components/CampaignTool/PageFilterBar.stories.d.ts +17 -0
  18. package/dist/types/components/CampaignTool/Popup.stories.d.ts +101 -0
  19. package/dist/types/components/CampaignTool/Table.stories.d.ts +108 -0
  20. package/dist/types/components/DropdownMultiNew/DropdownMultiNew.d.ts +61 -2
  21. package/dist/types/components/{DropdownNew → DropdownMultiNew}/DropdownNew.stories.d.ts +92 -134
  22. package/dist/types/components/DropdownNew/DropdownNew.d.ts +80 -1
  23. package/dist/types/components/DropdownSingleNew/DropdownSingleNew.d.ts +58 -2
  24. package/dist/types/components/Input/Input.d.ts +1 -2
  25. package/dist/types/components/Input/Input.stories.d.ts +91 -120
  26. package/dist/types/components/SearchInput/SearchInput.d.ts +22 -0
  27. package/dist/types/components/SearchInput/SearchInput.stories.d.ts +5 -59
  28. package/dist/types/components/SearchInput/SearchInput.style.d.ts +0 -1
  29. package/dist/types/components/TabMenu/TabMenu.stories.d.ts +25 -15
  30. package/dist/types/components/TabMenu/TabMenu.style.d.ts +17 -1
  31. package/dist/types/components/Tooltip/Tooltip.d.ts +22 -0
  32. package/dist/types/icons/CalendarInOpen.d.ts +1 -5
  33. package/dist/types/index.d.ts +1 -21
  34. package/package.json +2 -5
  35. package/dist/types/components/ContainerTable/ContainerTable.d.ts +0 -2
  36. package/dist/types/components/ContainerTable/ContainerTable.style.d.ts +0 -7
  37. package/dist/types/components/EventsTable/ColumnFilter.d.ts +0 -7
  38. package/dist/types/components/EventsTable/DeleteEventModal.d.ts +0 -5
  39. package/dist/types/components/EventsTable/EventTable.d.ts +0 -7
  40. package/dist/types/components/EventsTable/EventsHeader.d.ts +0 -6
  41. package/dist/types/components/EventsTable/EventsPage.d.ts +0 -1
  42. package/dist/types/components/EventsTable/EventsPage.stories.d.ts +0 -8
  43. package/dist/types/components/EventsTable/SendButton.d.ts +0 -3
  44. package/dist/types/components/EventsTable/mockEvents.d.ts +0 -15
  45. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.d.ts +0 -9
  46. package/dist/types/components/ItemManagerPanel/ConfirmationDialog/ConfirmationDialog.style.d.ts +0 -12
  47. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.d.ts +0 -14
  48. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.stories.d.ts +0 -110
  49. package/dist/types/components/ItemManagerPanel/ItemManagerPanel.style.d.ts +0 -25
  50. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.d.ts +0 -6
  51. package/dist/types/components/ItemManagerPanel/NewItemList/NewItemList.style.d.ts +0 -17
  52. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.d.ts +0 -8
  53. package/dist/types/components/ItemManagerPanel/NewSubitem/NewSubitem.style.d.ts +0 -15
  54. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.d.ts +0 -2
  55. package/dist/types/components/ItemManagerPanel/NewSubitemList/NewSubitemList.style.d.ts +0 -17
  56. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.d.ts +0 -8
  57. package/dist/types/components/ItemManagerPanel/SuccessScreen/SuccessScreen.style.d.ts +0 -16
  58. package/dist/types/components/MenuRoute/MenuIcons/Build.d.ts +0 -6
  59. package/dist/types/components/MenuRoute/MenuIcons/Execute.d.ts +0 -6
  60. package/dist/types/components/MenuRoute/MenuIcons/Track.d.ts +0 -6
  61. package/dist/types/components/MenuRoute/MenuRoute.d.ts +0 -2
  62. package/dist/types/components/MenuRoute/MenuRoute.stories.d.ts +0 -52
  63. package/dist/types/components/MenuRoute/MenuRoute.style.d.ts +0 -3
  64. package/dist/types/components/MessageBox/MessageBox.d.ts +0 -13
  65. package/dist/types/components/MessageBox/MessageBox.stories.d.ts +0 -75
  66. package/dist/types/components/MessageBox/MessageBox.styles.d.ts +0 -9
  67. package/dist/types/components/ModalDrawer/ModalDrawer.d.ts +0 -15
  68. package/dist/types/components/ModalDrawer/ModalDrawer.stories.d.ts +0 -7
  69. package/dist/types/components/ModalDrawer/ModalDrawer.styles.d.ts +0 -3
  70. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.d.ts +0 -2
  71. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.stories.d.ts +0 -142
  72. package/dist/types/components/ModalWithOverlay/ModalWithOverlay.style.d.ts +0 -7
  73. package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +0 -13
  74. package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +0 -188
  75. package/dist/types/components/OverlayDropdown/OverlayDropdown.style.d.ts +0 -7
  76. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.d.ts +0 -26
  77. package/dist/types/components/OverlayDropdown/OverlayTemplateDialog.style.d.ts +0 -10
  78. package/dist/types/components/Table/DropMenus/FieldPop.d.ts +0 -2
  79. package/dist/types/components/Table/DropMenus/FieldPop.style.d.ts +0 -5
  80. package/dist/types/components/Table/DropMenus/FilterPop.d.ts +0 -2
  81. package/dist/types/components/Table/DropMenus/FilterPop.style.d.ts +0 -6
  82. package/dist/types/components/Table/DropMenus/RangePop.d.ts +0 -2
  83. package/dist/types/components/Table/DropMenus/RangePop.style.d.ts +0 -10
  84. package/dist/types/components/Table/DropMenus/SortPop.d.ts +0 -2
  85. package/dist/types/components/Table/DropMenus/SortPop.style.d.ts +0 -8
  86. package/dist/types/components/Table/FilterIcon.d.ts +0 -6
  87. package/dist/types/components/Table/Icons/DisabledTrashIcon.d.ts +0 -6
  88. package/dist/types/components/Table/Icons/FilterIcon.d.ts +0 -4
  89. package/dist/types/components/Table/Icons/NoDataInSearchIcon.d.ts +0 -5
  90. package/dist/types/components/Table/Icons/SortIcon.d.ts +0 -5
  91. package/dist/types/components/Table/Icons/TrashIcon.d.ts +0 -6
  92. package/dist/types/components/Table/NoEvents.d.ts +0 -5
  93. package/dist/types/components/Table/SortIcon.d.ts +0 -6
  94. package/dist/types/components/Table/Table.d.ts +0 -2
  95. package/dist/types/components/Table/Table.stories.d.ts +0 -420
  96. package/dist/types/components/Table/Table.style.d.ts +0 -18
  97. package/dist/types/components/Table/TableBody.d.ts +0 -9
  98. package/dist/types/components/Table/TableBody.styles.d.ts +0 -11
  99. package/dist/types/components/Table/TableHeader.d.ts +0 -9
  100. package/dist/types/components/Table/TableHeader.styles.d.ts +0 -8
  101. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.d.ts +0 -10
  102. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.stories.d.ts +0 -57
  103. package/dist/types/components/ToasterMessageBox/ToasterMessageBox.styles.d.ts +0 -4
  104. package/dist/types/components/ToggleSwitch/ToggleSwitch.d.ts +0 -21
  105. package/dist/types/components/ToggleSwitch/ToggleSwitch.stories.d.ts +0 -15
  106. package/dist/types/components/ToggleSwitch/ToggleSwitch.style.d.ts +0 -3
  107. package/dist/types/components/WeeksPicker/WeeksCalendar.d.ts +0 -30
  108. package/dist/types/components/WeeksPicker/WeeksCalendar.styles.d.ts +0 -5
  109. package/dist/types/components/WeeksPicker/WeeksPicker.d.ts +0 -18
  110. package/dist/types/components/WeeksPicker/WeeksPicker.stories.d.ts +0 -98
  111. package/dist/types/components/WeeksPicker/WeeksPicker.style.d.ts +0 -8
  112. package/dist/types/icons/ArrowLeftIcon.d.ts +0 -7
  113. package/dist/types/icons/ArrowRightFullIcon.d.ts +0 -5
  114. package/dist/types/icons/ExclamationMarkIcon.d.ts +0 -6
  115. package/dist/types/icons/OkCircleIcon.d.ts +0 -6
  116. package/dist/types/icons/OkIcon.d.ts +0 -6
  117. package/dist/types/icons/Plus.d.ts +0 -6
  118. package/dist/types/icons/PlusIcon.d.ts +0 -6
  119. package/dist/types/icons/RedDot.d.ts +0 -5
  120. package/dist/types/icons/TrashIcon.d.ts +0 -7
  121. package/dist/types/icons/index.d.ts +0 -20
@@ -1,4 +1,4 @@
1
- export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, withMarginBottom, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
1
+ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedValue, onChange, required, disabled, width, error, errorMessage, xIconShow, labelColor, showLabelOnTop, orderBy, elementType, }: {
2
2
  label: any;
3
3
  labelEmptyValue: any;
4
4
  options: any;
@@ -7,7 +7,6 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
7
7
  required: any;
8
8
  disabled: any;
9
9
  width: any;
10
- withMarginBottom?: boolean;
11
10
  error: any;
12
11
  errorMessage: any;
13
12
  xIconShow: any;
@@ -16,4 +15,61 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
16
15
  orderBy: any;
17
16
  elementType: any;
18
17
  }): import("react/jsx-runtime").JSX.Element;
18
+ export namespace DropdownSingleNew {
19
+ namespace propTypes {
20
+ const placeHolder: PropTypes.Requireable<string>;
21
+ const label: PropTypes.Requireable<string>;
22
+ const labelEmptyValue: PropTypes.Requireable<string>;
23
+ const labelColor: PropTypes.Requireable<string>;
24
+ const required: PropTypes.Requireable<boolean>;
25
+ const width: PropTypes.Requireable<string>;
26
+ const disabled: PropTypes.Requireable<boolean>;
27
+ const error: PropTypes.Requireable<boolean>;
28
+ const errorMessage: string;
29
+ const options: PropTypes.Requireable<PropTypes.InferProps<{
30
+ value: PropTypes.Requireable<string>;
31
+ label: PropTypes.Requireable<string>;
32
+ }>[]>;
33
+ const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
34
+ value: PropTypes.Requireable<string>;
35
+ label: PropTypes.Requireable<string>;
36
+ }>[]>;
37
+ const xIconShow: PropTypes.Requireable<boolean>;
38
+ const onChange: PropTypes.Requireable<(...args: any[]) => any>;
39
+ const showLabelOnTop: PropTypes.Requireable<boolean>;
40
+ }
41
+ namespace defaultProps {
42
+ const placeHolder_1: string;
43
+ export { placeHolder_1 as placeHolder };
44
+ const label_1: string;
45
+ export { label_1 as label };
46
+ const labelEmptyValue_1: string;
47
+ export { labelEmptyValue_1 as labelEmptyValue };
48
+ const labelColor_1: string;
49
+ export { labelColor_1 as labelColor };
50
+ const required_1: boolean;
51
+ export { required_1 as required };
52
+ const width_1: string;
53
+ export { width_1 as width };
54
+ const disabled_1: boolean;
55
+ export { disabled_1 as disabled };
56
+ const error_1: boolean;
57
+ export { error_1 as error };
58
+ const errorMessage_1: string;
59
+ export { errorMessage_1 as errorMessage };
60
+ const options_1: any[];
61
+ export { options_1 as options };
62
+ const selectedValue_1: any[];
63
+ export { selectedValue_1 as selectedValue };
64
+ const xIconShow_1: boolean;
65
+ export { xIconShow_1 as xIconShow };
66
+ export function onChange_1(): void;
67
+ export { onChange_1 as onChange };
68
+ const showLabelOnTop_1: boolean;
69
+ export { showLabelOnTop_1 as showLabelOnTop };
70
+ export const orderBy: string;
71
+ export const elementType: string;
72
+ }
73
+ }
19
74
  export default DropdownSingleNew;
75
+ import PropTypes from "prop-types";
@@ -1,5 +1,5 @@
1
1
  export default Input;
2
- declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, isDarkerBackground, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
2
+ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolder, onChange, onBlur, required, disabled, width, error, errorMessage, labelColor, leftIcon, rightIcon, password, leftIconOnClick, rightIconOnClick, }: {
3
3
  label: any;
4
4
  labelEmptyValue: any;
5
5
  size: any;
@@ -9,7 +9,6 @@ declare function Input({ label, labelEmptyValue, size, selectedValue, placeHolde
9
9
  onBlur: any;
10
10
  required: any;
11
11
  disabled: any;
12
- isDarkerBackground?: boolean;
13
12
  width: any;
14
13
  error: any;
15
14
  errorMessage: any;
@@ -18,94 +18,99 @@ declare namespace _default {
18
18
  export { type_1 as type };
19
19
  }
20
20
  }
21
- namespace placeHolder {
21
+ namespace size {
22
22
  const name_2: string;
23
23
  export { name_2 as name };
24
- export namespace type_2 {
25
- const name_3: string;
26
- export { name_3 as name };
24
+ export const options: string[];
25
+ export namespace control_1 {
26
+ const type_2: string;
27
+ export { type_2 as type };
27
28
  }
28
- export { type_2 as type };
29
+ export { control_1 as control };
29
30
  const description_1: string;
30
31
  export { description_1 as description };
32
+ }
33
+ namespace selectedValue {
34
+ const name_3: string;
35
+ export { name_3 as name };
36
+ export namespace type_3 {
37
+ const name_4: string;
38
+ export { name_4 as name };
39
+ }
40
+ export { type_3 as type };
41
+ const description_2: string;
42
+ export { description_2 as description };
31
43
  export namespace defaultValue_1 {
32
44
  const summary_1: string;
33
45
  export { summary_1 as summary };
34
46
  }
35
47
  export { defaultValue_1 as defaultValue };
36
- export namespace control_1 {
37
- const type_3: string;
38
- export { type_3 as type };
48
+ export namespace control_2 {
49
+ const type_4: string;
50
+ export { type_4 as type };
39
51
  }
40
- export { control_1 as control };
52
+ export { control_2 as control };
41
53
  }
42
- namespace selectedValue {
43
- const name_4: string;
44
- export { name_4 as name };
45
- export namespace type_4 {
46
- const name_5: string;
47
- export { name_5 as name };
54
+ namespace onChange {
55
+ export const action: string;
56
+ const description_3: string;
57
+ export { description_3 as description };
58
+ }
59
+ namespace required {
60
+ const name_5: string;
61
+ export { name_5 as name };
62
+ export namespace type_5 {
63
+ const name_6: string;
64
+ export { name_6 as name };
48
65
  }
49
- export { type_4 as type };
50
- const description_2: string;
51
- export { description_2 as description };
66
+ export { type_5 as type };
67
+ const description_4: string;
68
+ export { description_4 as description };
52
69
  export namespace defaultValue_2 {
53
- const summary_2: string;
70
+ const summary_2: boolean;
54
71
  export { summary_2 as summary };
55
72
  }
56
73
  export { defaultValue_2 as defaultValue };
57
- export namespace control_2 {
58
- const type_5: string;
59
- export { type_5 as type };
60
- }
61
- export { control_2 as control };
62
- }
63
- namespace size {
64
- const name_6: string;
65
- export { name_6 as name };
66
- export const options: string[];
67
74
  export namespace control_3 {
68
75
  const type_6: string;
69
76
  export { type_6 as type };
70
77
  }
71
78
  export { control_3 as control };
72
- const description_3: string;
73
- export { description_3 as description };
74
79
  }
75
- namespace width {
80
+ namespace labelColor {
76
81
  const name_7: string;
77
82
  export { name_7 as name };
78
- export namespace type_7 {
79
- const name_8: string;
80
- export { name_8 as name };
83
+ const description_5: string;
84
+ export { description_5 as description };
85
+ export namespace control_4 {
86
+ const type_7: string;
87
+ export { type_7 as type };
88
+ export const presetColors: string[];
81
89
  }
82
- export { type_7 as type };
83
- const description_4: string;
84
- export { description_4 as description };
90
+ export { control_4 as control };
91
+ }
92
+ namespace disabled {
93
+ const name_8: string;
94
+ export { name_8 as name };
95
+ export namespace type_8 {
96
+ const name_9: string;
97
+ export { name_9 as name };
98
+ }
99
+ export { type_8 as type };
100
+ const description_6: string;
101
+ export { description_6 as description };
85
102
  export namespace defaultValue_3 {
86
- const summary_3: string;
103
+ const summary_3: boolean;
87
104
  export { summary_3 as summary };
88
105
  }
89
106
  export { defaultValue_3 as defaultValue };
90
- export namespace control_4 {
91
- const type_8: string;
92
- export { type_8 as type };
93
- }
94
- export { control_4 as control };
95
- }
96
- namespace labelColor {
97
- const name_9: string;
98
- export { name_9 as name };
99
- const description_5: string;
100
- export { description_5 as description };
101
107
  export namespace control_5 {
102
108
  const type_9: string;
103
109
  export { type_9 as type };
104
- export const presetColors: string[];
105
110
  }
106
111
  export { control_5 as control };
107
112
  }
108
- namespace required {
113
+ namespace width {
109
114
  const name_10: string;
110
115
  export { name_10 as name };
111
116
  export namespace type_10 {
@@ -113,10 +118,10 @@ declare namespace _default {
113
118
  export { name_11 as name };
114
119
  }
115
120
  export { type_10 as type };
116
- const description_6: string;
117
- export { description_6 as description };
121
+ const description_7: string;
122
+ export { description_7 as description };
118
123
  export namespace defaultValue_4 {
119
- const summary_4: boolean;
124
+ const summary_4: string;
120
125
  export { summary_4 as summary };
121
126
  }
122
127
  export { defaultValue_4 as defaultValue };
@@ -126,7 +131,7 @@ declare namespace _default {
126
131
  }
127
132
  export { control_6 as control };
128
133
  }
129
- namespace disabled {
134
+ namespace error {
130
135
  const name_12: string;
131
136
  export { name_12 as name };
132
137
  export namespace type_12 {
@@ -134,8 +139,8 @@ declare namespace _default {
134
139
  export { name_13 as name };
135
140
  }
136
141
  export { type_12 as type };
137
- const description_7: string;
138
- export { description_7 as description };
142
+ const description_8: string;
143
+ export { description_8 as description };
139
144
  export namespace defaultValue_5 {
140
145
  const summary_5: boolean;
141
146
  export { summary_5 as summary };
@@ -147,7 +152,7 @@ declare namespace _default {
147
152
  }
148
153
  export { control_7 as control };
149
154
  }
150
- namespace isDarkerBackground {
155
+ namespace errorMessage {
151
156
  const name_14: string;
152
157
  export { name_14 as name };
153
158
  export namespace type_14 {
@@ -155,10 +160,10 @@ declare namespace _default {
155
160
  export { name_15 as name };
156
161
  }
157
162
  export { type_14 as type };
158
- const description_8: string;
159
- export { description_8 as description };
163
+ const description_9: string;
164
+ export { description_9 as description };
160
165
  export namespace defaultValue_6 {
161
- const summary_6: boolean;
166
+ const summary_6: string;
162
167
  export { summary_6 as summary };
163
168
  }
164
169
  export { defaultValue_6 as defaultValue };
@@ -168,7 +173,7 @@ declare namespace _default {
168
173
  }
169
174
  export { control_8 as control };
170
175
  }
171
- namespace error {
176
+ namespace placeHolder {
172
177
  const name_16: string;
173
178
  export { name_16 as name };
174
179
  export namespace type_16 {
@@ -176,10 +181,10 @@ declare namespace _default {
176
181
  export { name_17 as name };
177
182
  }
178
183
  export { type_16 as type };
179
- const description_9: string;
180
- export { description_9 as description };
184
+ const description_10: string;
185
+ export { description_10 as description };
181
186
  export namespace defaultValue_7 {
182
- const summary_7: boolean;
187
+ const summary_7: string;
183
188
  export { summary_7 as summary };
184
189
  }
185
190
  export { defaultValue_7 as defaultValue };
@@ -189,7 +194,7 @@ declare namespace _default {
189
194
  }
190
195
  export { control_9 as control };
191
196
  }
192
- namespace errorMessage {
197
+ namespace password {
193
198
  const name_18: string;
194
199
  export { name_18 as name };
195
200
  export namespace type_18 {
@@ -197,10 +202,10 @@ declare namespace _default {
197
202
  export { name_19 as name };
198
203
  }
199
204
  export { type_18 as type };
200
- const description_10: string;
201
- export { description_10 as description };
205
+ const description_11: string;
206
+ export { description_11 as description };
202
207
  export namespace defaultValue_8 {
203
- const summary_8: string;
208
+ const summary_8: boolean;
204
209
  export { summary_8 as summary };
205
210
  }
206
211
  export { defaultValue_8 as defaultValue };
@@ -210,81 +215,47 @@ declare namespace _default {
210
215
  }
211
216
  export { control_10 as control };
212
217
  }
213
- namespace password {
218
+ namespace leftIcon {
214
219
  const name_20: string;
215
220
  export { name_20 as name };
216
- export namespace type_20 {
217
- const name_21: string;
218
- export { name_21 as name };
219
- }
220
- export { type_20 as type };
221
- const description_11: string;
222
- export { description_11 as description };
223
- export namespace defaultValue_9 {
224
- const summary_9: boolean;
225
- export { summary_9 as summary };
226
- }
227
- export { defaultValue_9 as defaultValue };
221
+ export { iconsList as options };
228
222
  export namespace control_11 {
229
- const type_21: string;
230
- export { type_21 as type };
223
+ const type_20: string;
224
+ export { type_20 as type };
231
225
  }
232
226
  export { control_11 as control };
233
- }
234
- namespace leftIcon {
235
- const name_22: string;
236
- export { name_22 as name };
237
- export { iconsList as options };
238
- export namespace control_12 {
239
- const type_22: string;
240
- export { type_22 as type };
241
- }
242
- export { control_12 as control };
243
227
  const description_12: string;
244
228
  export { description_12 as description };
245
229
  }
246
230
  namespace rightIcon {
247
- const name_23: string;
248
- export { name_23 as name };
231
+ const name_21: string;
232
+ export { name_21 as name };
249
233
  export { iconsList as options };
250
- export namespace control_13 {
251
- const type_23: string;
252
- export { type_23 as type };
234
+ export namespace control_12 {
235
+ const type_21: string;
236
+ export { type_21 as type };
253
237
  }
254
- export { control_13 as control };
238
+ export { control_12 as control };
255
239
  const description_13: string;
256
240
  export { description_13 as description };
257
241
  }
258
242
  namespace leftIconOnClick {
259
- const name_24: string;
260
- export { name_24 as name };
261
- export const action: string;
243
+ const action_1: string;
244
+ export { action_1 as action };
262
245
  const description_14: string;
263
246
  export { description_14 as description };
264
247
  }
265
248
  namespace rightIconOnClick {
266
- const name_25: string;
267
- export { name_25 as name };
268
- const action_1: string;
269
- export { action_1 as action };
270
- const description_15: string;
271
- export { description_15 as description };
272
- }
273
- namespace onChange {
274
- const name_26: string;
275
- export { name_26 as name };
276
249
  const action_2: string;
277
250
  export { action_2 as action };
278
- const description_16: string;
279
- export { description_16 as description };
251
+ const description_15: string;
252
+ export { description_15 as description };
280
253
  }
281
254
  namespace onBlur {
282
- const name_27: string;
283
- export { name_27 as name };
284
255
  const action_3: string;
285
256
  export { action_3 as action };
286
- const description_17: string;
287
- export { description_17 as description };
257
+ const description_16: string;
258
+ export { description_16 as description };
288
259
  }
289
260
  }
290
261
  }
@@ -1,2 +1,24 @@
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,14 +2,15 @@ declare namespace _default {
2
2
  export const title: string;
3
3
  export { SearchInput as component };
4
4
  export namespace argTypes {
5
- namespace width {
5
+ namespace placeholder {
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;
11
12
  }
12
- namespace height {
13
+ namespace width {
13
14
  const name_1: string;
14
15
  export { name_1 as name };
15
16
  export namespace control_1 {
@@ -20,7 +21,7 @@ declare namespace _default {
20
21
  const description_1: string;
21
22
  export { description_1 as description };
22
23
  }
23
- namespace placeholder {
24
+ namespace height {
24
25
  const name_2: string;
25
26
  export { name_2 as name };
26
27
  export namespace control_2 {
@@ -30,64 +31,9 @@ declare namespace _default {
30
31
  export { control_2 as control };
31
32
  const description_2: string;
32
33
  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;
73
34
  }
74
35
  }
75
36
  }
76
37
  export default _default;
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
- }
38
+ export const Default: any;
93
39
  import SearchInput from "./SearchInput";
@@ -1,3 +1,2 @@
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;
3
2
  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 setTopRightButton {
104
+ namespace disabledTabs {
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 rightButtonText {
114
+ namespace setTopRightButton {
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: string;
121
+ const defaultValue_11: boolean;
122
122
  export { defaultValue_11 as defaultValue };
123
123
  }
124
- namespace rightButtonIcon {
124
+ namespace rightButtonText {
125
125
  const name_12: string;
126
126
  export { name_12 as name };
127
127
  const control_12: string;
@@ -131,37 +131,47 @@ declare namespace _default {
131
131
  const defaultValue_12: string;
132
132
  export { defaultValue_12 as defaultValue };
133
133
  }
134
- namespace onTopButtonClick {
134
+ namespace rightButtonIcon {
135
135
  const name_13: string;
136
136
  export { name_13 as name };
137
- export const action: string;
137
+ const control_13: string;
138
+ export { control_13 as control };
138
139
  const description_13: string;
139
140
  export { description_13 as description };
141
+ const defaultValue_13: string;
142
+ export { defaultValue_13 as defaultValue };
140
143
  }
141
- namespace onTabChange {
144
+ namespace onTopButtonClick {
142
145
  const name_14: string;
143
146
  export { name_14 as name };
144
- const action_1: string;
145
- export { action_1 as action };
147
+ export const action: string;
146
148
  const description_14: string;
147
149
  export { description_14 as description };
148
150
  }
149
- namespace onFilterButtonClick {
151
+ namespace onTabChange {
150
152
  const name_15: string;
151
153
  export { name_15 as name };
152
- const action_2: string;
153
- export { action_2 as action };
154
+ const action_1: string;
155
+ export { action_1 as action };
154
156
  const description_15: string;
155
157
  export { description_15 as description };
156
158
  }
157
- namespace onSearchFieldTyping {
159
+ namespace onFilterButtonClick {
158
160
  const name_16: string;
159
161
  export { name_16 as name };
160
- const action_3: string;
161
- export { action_3 as action };
162
+ const action_2: string;
163
+ export { action_2 as action };
162
164
  const description_16: string;
163
165
  export { description_16 as description };
164
166
  }
167
+ namespace onSearchFieldTyping {
168
+ const name_17: string;
169
+ export { name_17 as name };
170
+ const action_3: string;
171
+ export { action_3 as action };
172
+ const description_17: string;
173
+ export { description_17 as description };
174
+ }
165
175
  }
166
176
  }
167
177
  export default _default;
@@ -8,4 +8,20 @@ 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<(props: any) => import("react/jsx-runtime").JSX.Element, 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<{
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>>;