@ironsource/shared-ui 1.4.2-test.7 → 1.4.2

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 (206) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  9. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/DatePicker.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/DatePickerMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  12. package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  13. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  16. package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  17. package/FiltersPanel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  18. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/Heading.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/Menu.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/README.md +1 -1
  26. package/RadioButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/RadioGroup.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Text.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  33. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/TextWithTitleContent.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  35. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  36. package/components/appIcon/AppIcon.vue.d.ts +1 -1
  37. package/components/appIcon/AppIcon.vue.js +3 -3
  38. package/components/appIcon/index.d.ts +1 -1
  39. package/components/appTrigger/AppTrigger.vue.d.ts +6 -1
  40. package/components/appTrigger/AppTrigger.vue.js +49 -39
  41. package/components/appTrigger/index.d.ts +12 -1
  42. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +6 -1
  43. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +20 -19
  44. package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +6 -1
  45. package/components/autocompleteDropdown/AutocompleteInput.vue.js +19 -13
  46. package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
  47. package/components/autocompleteDropdown/GroupOption.vue.js +3 -4
  48. package/components/autocompleteDropdown/index.d.ts +12 -1
  49. package/components/banner/Banner.vue.d.ts +10 -1
  50. package/components/banner/Banner.vue.js +24 -13
  51. package/components/banner/index.d.ts +10 -1
  52. package/components/button/Button.vue.d.ts +6 -1
  53. package/components/button/Button.vue.js +17 -15
  54. package/components/button/ButtonBase.vue.d.ts +1 -1
  55. package/components/button/ButtonBase.vue.js +11 -12
  56. package/components/button/IconButton.vue.d.ts +1 -1
  57. package/components/button/IconButton.vue.js +5 -5
  58. package/components/button/ScrollButton.vue.d.ts +1 -1
  59. package/components/button/ScrollButton.vue.js +8 -9
  60. package/components/button/index.d.ts +20 -9
  61. package/components/checkbox/Checkbox.vue.d.ts +6 -1
  62. package/components/checkbox/Checkbox.vue.js +33 -28
  63. package/components/checkbox/index.d.ts +12 -1
  64. package/components/chip/Chip.vue.d.ts +6 -1
  65. package/components/chip/Chip.vue.js +16 -11
  66. package/components/chip/index.d.ts +12 -1
  67. package/components/datePicker/DatePicker.vue.d.ts +6 -1
  68. package/components/datePicker/DatePicker.vue.js +22 -17
  69. package/components/datePicker/DatePickerMonth.vue.d.ts +6 -1
  70. package/components/datePicker/DatePickerMonth.vue.js +9 -7
  71. package/components/datePicker/index.d.ts +12 -1
  72. package/components/dateRange/CalendarMonth.vue.d.ts +6 -1
  73. package/components/dateRange/CalendarMonth.vue.js +58 -41
  74. package/components/dateRange/DateRange.vue.d.ts +6 -1
  75. package/components/dateRange/DateRange.vue.js +72 -61
  76. package/components/dateRange/DateRangePicker.vue.d.ts +6 -1
  77. package/components/dateRange/index.d.ts +12 -1
  78. package/components/dialog/Dialog.vue.d.ts +6 -1
  79. package/components/dialog/Dialog.vue.js +49 -34
  80. package/components/dialog/index.d.ts +12 -1
  81. package/components/dropdown/Dropdown.vue.d.ts +6 -1
  82. package/components/dropdown/Dropdown.vue.js +112 -88
  83. package/components/dropdown/Label.vue.d.ts +1 -1
  84. package/components/dropdown/Label.vue.js +3 -4
  85. package/components/dropdown/Option.vue.d.ts +1 -1
  86. package/components/dropdown/Option.vue.js +16 -17
  87. package/components/dropdown/SearchInput.vue.d.ts +1 -1
  88. package/components/dropdown/SearchInput.vue.js +6 -6
  89. package/components/dropdown/index.d.ts +409 -1
  90. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  91. package/components/emptyState/EmptyState.vue.js +19 -21
  92. package/components/emptyState/index.d.ts +4 -4
  93. package/components/filterDropdown/AddFilterButton.vue.d.ts +3 -1
  94. package/components/filterDropdown/AddFilterButton.vue.js +11 -9
  95. package/components/filterDropdown/FilterDropdown.vue.d.ts +6 -1
  96. package/components/filterDropdown/FilterDropdown.vue.js +21 -20
  97. package/components/filterDropdown/index.d.ts +19 -2
  98. package/components/filtersPanel/FilterSearchInput.vue.d.ts +1 -1
  99. package/components/filtersPanel/FilterSearchInput.vue.js +7 -7
  100. package/components/filtersPanel/FiltersPanel.vue.d.ts +6 -1
  101. package/components/filtersPanel/FiltersPanel.vue.js +15 -12
  102. package/components/filtersPanel/index.d.ts +1 -1
  103. package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
  104. package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
  105. package/components/floatingToolbar/index.d.ts +1 -1
  106. package/components/icon/Icon.vue.d.ts +1 -1
  107. package/components/icon/Icon.vue.js +4 -5
  108. package/components/icon/icons/index.d.ts +0 -3
  109. package/components/icon/icons/index.vue.js +0 -3
  110. package/components/icon/index.d.ts +1 -4
  111. package/components/icon/storyComponents/Code.vue.d.ts +1 -1
  112. package/components/icon/storyComponents/IconWrapper.vue.d.ts +1 -1
  113. package/components/icon/storyComponents/Page.vue.d.ts +1 -1
  114. package/components/includeExclude/IncludeExclude.vue.d.ts +6 -14
  115. package/components/includeExclude/IncludeExclude.vue.js +123 -187
  116. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +1 -1
  117. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +22 -24
  118. package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +1 -1
  119. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +19 -22
  120. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
  121. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +40 -42
  122. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
  123. package/components/includeExclude/IncludeExcludeOption.vue.js +21 -22
  124. package/components/includeExclude/includeExcludeMocks.d.ts +0 -12
  125. package/components/includeExclude/index.d.ts +28 -32
  126. package/components/includeExclude/index.vue.js +0 -3
  127. package/components/input/DollarInput.vue.d.ts +2 -2
  128. package/components/input/DollarInput.vue.js +3 -4
  129. package/components/input/Input.vue.d.ts +11 -1
  130. package/components/input/Input.vue.js +87 -64
  131. package/components/input/PasswordInput.vue.d.ts +2 -2
  132. package/components/input/PasswordInput.vue.js +3 -4
  133. package/components/input/PercentageInput.vue.d.ts +2 -2
  134. package/components/input/PercentageInput.vue.js +3 -4
  135. package/components/input/index.d.ts +36 -2
  136. package/components/menu/Menu.vue.d.ts +6 -1
  137. package/components/menu/Menu.vue.js +10 -8
  138. package/components/menu/index.d.ts +12 -1
  139. package/components/menuItem/MenuItem.vue.d.ts +1 -1
  140. package/components/menuItem/MenuItem.vue.js +3 -4
  141. package/components/menuItem/index.d.ts +1 -1
  142. package/components/popover/Popover.vue.d.ts +6 -1
  143. package/components/popover/Popover.vue.js +11 -9
  144. package/components/popover/index.d.ts +12 -1
  145. package/components/radioButton/RadioButton.vue.d.ts +6 -1
  146. package/components/radioButton/RadioButton.vue.js +24 -17
  147. package/components/radioButton/RadioGroup.vue.d.ts +6 -1
  148. package/components/radioButton/RadioGroup.vue.js +12 -8
  149. package/components/radioButton/index.d.ts +24 -2
  150. package/components/radioButton/useRadio.d.ts +1 -1
  151. package/components/search/Search.vue.d.ts +6 -1
  152. package/components/search/Search.vue.js +27 -21
  153. package/components/search/index.d.ts +12 -1
  154. package/components/skeleton/Skeleton.vue.d.ts +1 -1
  155. package/components/skeleton/Skeleton.vue.js +2 -2
  156. package/components/skeleton/index.d.ts +1 -1
  157. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  158. package/components/snackbar/Snackbar.vue.js +26 -26
  159. package/components/switch/Switch.vue.d.ts +6 -1
  160. package/components/switch/Switch.vue.js +24 -16
  161. package/components/switch/index.d.ts +12 -1
  162. package/components/table/Table.types.d.ts +0 -1
  163. package/components/table/Table.vue.d.ts +6 -11
  164. package/components/table/Table.vue.js +80 -79
  165. package/components/table/TableHeaderSorter.vue.d.ts +1 -1
  166. package/components/table/TableHeaderSorter.vue.js +4 -4
  167. package/components/table/index.d.ts +12 -23
  168. package/components/table-cells/Editable.vue.d.ts +1 -1
  169. package/components/table-cells/Editable.vue.js +4 -4
  170. package/components/table-cells/index.d.ts +1 -1
  171. package/components/tabs/Tabs.vue.d.ts +6 -1
  172. package/components/tabs/Tabs.vue.js +29 -25
  173. package/components/tabs/index.d.ts +12 -1
  174. package/components/textArea/TextArea.vue.d.ts +6 -1
  175. package/components/textArea/TextArea.vue.js +32 -26
  176. package/components/textArea/index.d.ts +12 -1
  177. package/components/toggle/Toggle.vue.d.ts +11 -1
  178. package/components/toggle/Toggle.vue.js +48 -32
  179. package/components/toggle/index.d.ts +23 -1
  180. package/components/tooltip/TextWithTitleContent.vue.d.ts +16 -3
  181. package/components/tooltip/TextWithTitleContent.vue.js +17 -13
  182. package/components/tooltip/Tooltip.vue.d.ts +6 -1
  183. package/components/tooltip/Tooltip.vue.js +18 -15
  184. package/components/tooltip/index.d.ts +12 -1
  185. package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +1 -1
  186. package/components/typography/Heading.vue.d.ts +6 -1
  187. package/components/typography/Heading.vue.js +10 -7
  188. package/components/typography/Text.vue.d.ts +6 -1
  189. package/components/typography/Text.vue.js +10 -6
  190. package/components/typography/index.d.ts +24 -2
  191. package/consts/regex.d.ts +1 -0
  192. package/consts/regex.vue.js +3 -0
  193. package/consts/style.d.ts +1 -0
  194. package/consts/style.vue.js +3 -0
  195. package/index.vue.js +3 -4
  196. package/package.json +4 -5
  197. package/testids/index.d.ts +146 -0
  198. package/testids/index.vue.js +170 -0
  199. package/utils/style.d.ts +1 -0
  200. package/utils/style.vue.js +5 -0
  201. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +0 -1
  202. package/components/icon/icons/TableEdit.vue.d.ts +0 -2
  203. package/components/icon/icons/TableEdit.vue.js +0 -24
  204. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +0 -43
  205. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +0 -123
  206. package/components/table/Pagination.vue.d.ts +0 -43
@@ -2,5 +2,413 @@ import Dropdown from './Dropdown.vue';
2
2
  import Option from './Option.vue';
3
3
  import Label from './Label.vue';
4
4
  import SearchInput from './SearchInput.vue';
5
- declare const DropdownTypes: () => import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>[];
5
+ declare const DropdownTypes: () => (import("vue").DefineComponent<{
6
+ size: {
7
+ type: import("vue").PropType<"sm" | "lg">;
8
+ } & {
9
+ default: string;
10
+ };
11
+ title: {
12
+ type: import("vue").PropType<string>;
13
+ } & {
14
+ default: string;
15
+ };
16
+ error: {
17
+ type: import("vue").PropType<string>;
18
+ } & {
19
+ default: string;
20
+ };
21
+ testId: {
22
+ type: import("vue").PropType<string>;
23
+ } & {
24
+ default: string;
25
+ };
26
+ theme: {
27
+ type: import("vue").PropType<string>;
28
+ } & {
29
+ default: string;
30
+ };
31
+ loading: {
32
+ type: import("vue").PropType<boolean>;
33
+ };
34
+ placement: {
35
+ type: import("vue").PropType<import("floating-vue").Placement>;
36
+ } & {
37
+ default: string;
38
+ };
39
+ disabled: {
40
+ type: import("vue").PropType<boolean>;
41
+ } & {
42
+ default: boolean;
43
+ };
44
+ selected: {
45
+ type: import("vue").PropType<unknown>;
46
+ } & {
47
+ default: any;
48
+ };
49
+ options: {
50
+ type: import("vue").PropType<unknown[]>;
51
+ required: true;
52
+ };
53
+ modelValue: {
54
+ type: import("vue").PropType<unknown>;
55
+ } & {
56
+ default: any;
57
+ };
58
+ placeholder: {
59
+ type: import("vue").PropType<string>;
60
+ } & {
61
+ default: string;
62
+ };
63
+ multi: {
64
+ type: import("vue").PropType<boolean>;
65
+ } & {
66
+ default: boolean;
67
+ };
68
+ searchPlaceholder: {
69
+ type: import("vue").PropType<string>;
70
+ } & {
71
+ default: string;
72
+ };
73
+ popperClass: {
74
+ type: import("vue").PropType<string>;
75
+ } & {
76
+ default: string;
77
+ };
78
+ mandatory: {
79
+ type: import("vue").PropType<boolean>;
80
+ } & {
81
+ default: boolean;
82
+ };
83
+ showButtonOnOpen: {
84
+ type: import("vue").PropType<boolean>;
85
+ } & {
86
+ default: boolean;
87
+ };
88
+ inlineSearch: {
89
+ type: import("vue").PropType<boolean>;
90
+ } & {
91
+ default: boolean;
92
+ };
93
+ isOnTop: {
94
+ type: import("vue").PropType<boolean>;
95
+ } & {
96
+ default: boolean;
97
+ };
98
+ distance: {
99
+ type: import("vue").PropType<number>;
100
+ } & {
101
+ default: number;
102
+ };
103
+ skidding: {
104
+ type: import("vue").PropType<number>;
105
+ } & {
106
+ default: number;
107
+ };
108
+ noResultsText: {
109
+ type: import("vue").PropType<string>;
110
+ } & {
111
+ default: string;
112
+ };
113
+ autoFocus: {
114
+ type: import("vue").PropType<boolean>;
115
+ } & {
116
+ default: boolean;
117
+ };
118
+ defaultOpen: {
119
+ type: import("vue").PropType<boolean>;
120
+ } & {
121
+ default: boolean;
122
+ };
123
+ clearable: {
124
+ type: import("vue").PropType<boolean>;
125
+ } & {
126
+ default: boolean;
127
+ };
128
+ onSearch: {
129
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
130
+ } & {
131
+ default: () => true;
132
+ };
133
+ helperText: {
134
+ type: import("vue").PropType<string>;
135
+ } & {
136
+ default: string;
137
+ };
138
+ container: {
139
+ type: import("vue").PropType<string>;
140
+ } & {
141
+ default: string;
142
+ };
143
+ flip: {
144
+ type: import("vue").PropType<boolean>;
145
+ } & {
146
+ default: boolean;
147
+ };
148
+ keepOpen: {
149
+ type: import("vue").PropType<boolean>;
150
+ } & {
151
+ default: boolean;
152
+ };
153
+ autoSize: {
154
+ type: import("vue").PropType<boolean>;
155
+ } & {
156
+ default: boolean;
157
+ };
158
+ disableKeyboardEvents: {
159
+ type: import("vue").PropType<boolean>;
160
+ } & {
161
+ default: boolean;
162
+ };
163
+ multiOptionsPlaceholderPrefix: {
164
+ type: import("vue").PropType<string>;
165
+ } & {
166
+ default: string;
167
+ };
168
+ multiOptionsPlaceholderSuffix: {
169
+ type: import("vue").PropType<string>;
170
+ } & {
171
+ default: string;
172
+ };
173
+ showSelectAll: {
174
+ type: import("vue").PropType<boolean>;
175
+ };
176
+ isOpen: {
177
+ type: import("vue").PropType<boolean>;
178
+ };
179
+ displayValue: {
180
+ type: import("vue").PropType<(option: unknown) => string>;
181
+ required: true;
182
+ };
183
+ }, {
184
+ selectItem: (option: any, index?: number) => void;
185
+ scrollTo: (index: number) => void;
186
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
187
+ "update:selected": (value: unknown) => void;
188
+ } & {
189
+ "update:isOpen": (value: unknown) => void;
190
+ } & {
191
+ closed: () => void;
192
+ } & {
193
+ opened: () => void;
194
+ } & {
195
+ apply: (value: unknown) => void;
196
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
197
+ size: {
198
+ type: import("vue").PropType<"sm" | "lg">;
199
+ } & {
200
+ default: string;
201
+ };
202
+ title: {
203
+ type: import("vue").PropType<string>;
204
+ } & {
205
+ default: string;
206
+ };
207
+ error: {
208
+ type: import("vue").PropType<string>;
209
+ } & {
210
+ default: string;
211
+ };
212
+ testId: {
213
+ type: import("vue").PropType<string>;
214
+ } & {
215
+ default: string;
216
+ };
217
+ theme: {
218
+ type: import("vue").PropType<string>;
219
+ } & {
220
+ default: string;
221
+ };
222
+ loading: {
223
+ type: import("vue").PropType<boolean>;
224
+ };
225
+ placement: {
226
+ type: import("vue").PropType<import("floating-vue").Placement>;
227
+ } & {
228
+ default: string;
229
+ };
230
+ disabled: {
231
+ type: import("vue").PropType<boolean>;
232
+ } & {
233
+ default: boolean;
234
+ };
235
+ selected: {
236
+ type: import("vue").PropType<unknown>;
237
+ } & {
238
+ default: any;
239
+ };
240
+ options: {
241
+ type: import("vue").PropType<unknown[]>;
242
+ required: true;
243
+ };
244
+ modelValue: {
245
+ type: import("vue").PropType<unknown>;
246
+ } & {
247
+ default: any;
248
+ };
249
+ placeholder: {
250
+ type: import("vue").PropType<string>;
251
+ } & {
252
+ default: string;
253
+ };
254
+ multi: {
255
+ type: import("vue").PropType<boolean>;
256
+ } & {
257
+ default: boolean;
258
+ };
259
+ searchPlaceholder: {
260
+ type: import("vue").PropType<string>;
261
+ } & {
262
+ default: string;
263
+ };
264
+ popperClass: {
265
+ type: import("vue").PropType<string>;
266
+ } & {
267
+ default: string;
268
+ };
269
+ mandatory: {
270
+ type: import("vue").PropType<boolean>;
271
+ } & {
272
+ default: boolean;
273
+ };
274
+ showButtonOnOpen: {
275
+ type: import("vue").PropType<boolean>;
276
+ } & {
277
+ default: boolean;
278
+ };
279
+ inlineSearch: {
280
+ type: import("vue").PropType<boolean>;
281
+ } & {
282
+ default: boolean;
283
+ };
284
+ isOnTop: {
285
+ type: import("vue").PropType<boolean>;
286
+ } & {
287
+ default: boolean;
288
+ };
289
+ distance: {
290
+ type: import("vue").PropType<number>;
291
+ } & {
292
+ default: number;
293
+ };
294
+ skidding: {
295
+ type: import("vue").PropType<number>;
296
+ } & {
297
+ default: number;
298
+ };
299
+ noResultsText: {
300
+ type: import("vue").PropType<string>;
301
+ } & {
302
+ default: string;
303
+ };
304
+ autoFocus: {
305
+ type: import("vue").PropType<boolean>;
306
+ } & {
307
+ default: boolean;
308
+ };
309
+ defaultOpen: {
310
+ type: import("vue").PropType<boolean>;
311
+ } & {
312
+ default: boolean;
313
+ };
314
+ clearable: {
315
+ type: import("vue").PropType<boolean>;
316
+ } & {
317
+ default: boolean;
318
+ };
319
+ onSearch: {
320
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
321
+ } & {
322
+ default: () => true;
323
+ };
324
+ helperText: {
325
+ type: import("vue").PropType<string>;
326
+ } & {
327
+ default: string;
328
+ };
329
+ container: {
330
+ type: import("vue").PropType<string>;
331
+ } & {
332
+ default: string;
333
+ };
334
+ flip: {
335
+ type: import("vue").PropType<boolean>;
336
+ } & {
337
+ default: boolean;
338
+ };
339
+ keepOpen: {
340
+ type: import("vue").PropType<boolean>;
341
+ } & {
342
+ default: boolean;
343
+ };
344
+ autoSize: {
345
+ type: import("vue").PropType<boolean>;
346
+ } & {
347
+ default: boolean;
348
+ };
349
+ disableKeyboardEvents: {
350
+ type: import("vue").PropType<boolean>;
351
+ } & {
352
+ default: boolean;
353
+ };
354
+ multiOptionsPlaceholderPrefix: {
355
+ type: import("vue").PropType<string>;
356
+ } & {
357
+ default: string;
358
+ };
359
+ multiOptionsPlaceholderSuffix: {
360
+ type: import("vue").PropType<string>;
361
+ } & {
362
+ default: string;
363
+ };
364
+ showSelectAll: {
365
+ type: import("vue").PropType<boolean>;
366
+ };
367
+ isOpen: {
368
+ type: import("vue").PropType<boolean>;
369
+ };
370
+ displayValue: {
371
+ type: import("vue").PropType<(option: unknown) => string>;
372
+ required: true;
373
+ };
374
+ }>> & {
375
+ "onUpdate:selected"?: (value: unknown) => any;
376
+ "onUpdate:isOpen"?: (value: unknown) => any;
377
+ onClosed?: () => any;
378
+ onOpened?: () => any;
379
+ onApply?: (value: unknown) => any;
380
+ }, {
381
+ size: "sm" | "lg";
382
+ title: string;
383
+ error: string;
384
+ testId: string;
385
+ theme: string;
386
+ placement: import("floating-vue").Placement;
387
+ disabled: boolean;
388
+ selected: any;
389
+ modelValue: any;
390
+ placeholder: string;
391
+ multi: boolean;
392
+ searchPlaceholder: string;
393
+ popperClass: string;
394
+ mandatory: boolean;
395
+ showButtonOnOpen: boolean;
396
+ inlineSearch: boolean;
397
+ isOnTop: boolean;
398
+ distance: number;
399
+ skidding: number;
400
+ noResultsText: string;
401
+ autoFocus: boolean;
402
+ defaultOpen: boolean;
403
+ clearable: boolean;
404
+ onSearch: (option: any, term: string) => boolean;
405
+ helperText: string;
406
+ container: string;
407
+ flip: boolean;
408
+ keepOpen: boolean;
409
+ autoSize: boolean;
410
+ disableKeyboardEvents: boolean;
411
+ multiOptionsPlaceholderPrefix: string;
412
+ multiOptionsPlaceholderSuffix: string;
413
+ }> | import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>)[];
6
414
  export { Dropdown, Option, Label, SearchInput, DropdownTypes };
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
63
63
  isBordered: boolean;
64
64
  iconWidth: number;
65
65
  iconHeight: number;
66
- }, {}>;
66
+ }>;
67
67
  export default _default;
68
68
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
69
69
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,16 +1,14 @@
1
- import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, normalizeProps, mergeProps, createCommentVNode, unref, withCtx, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, normalizeProps, mergeProps, unref, createCommentVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
2
2
  import Button from '../button/Button.vue.js';
3
- import '../button/IconButton.vue.js';
4
- import '../button/ScrollButton.vue.js';
5
- import EmptyStateIcon from './EmptyStateIcon.vue.js';
6
3
  import Icon from '../icon/Icon.vue.js';
7
- import '../typography/Heading.vue.js';
4
+ /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
8
5
  import Text from '../typography/Text.vue.js';
9
- /* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
10
-
6
+ /* empty css *//* empty css *//* empty css */import 'floating-vue';
7
+ /* empty css *//* empty css */import EmptyStateIcon from './EmptyStateIcon.vue.js';
8
+ /* empty css */
11
9
  import "../../EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css";
12
10
  const _hoisted_1 = { class: "empty-state-title-container" };
13
- const _sfc_main = defineComponent({
11
+ const _sfc_main = /* @__PURE__ */ defineComponent({
14
12
  __name: "EmptyState",
15
13
  props: {
16
14
  title: { default: void 0 },
@@ -36,57 +34,57 @@ const _sfc_main = defineComponent({
36
34
  });
37
35
  return (_ctx, _cache) => {
38
36
  return openBlock(), createElementBlock("div", {
39
- class: normalizeClass(["empty-state-container", { horizontal: _ctx.isHorizontal, bordered: _ctx.isBordered }])
37
+ class: normalizeClass(["empty-state-container", { horizontal: __props.isHorizontal, bordered: __props.isBordered }])
40
38
  }, [
41
39
  createElementVNode("div", {
42
- class: normalizeClass(`empty-state-icon-container empty-state-icon-container--${_ctx.size}`)
40
+ class: normalizeClass(`empty-state-icon-container empty-state-icon-container--${__props.size}`)
43
41
  }, [
44
- _ctx.hasIcon ? renderSlot(_ctx.$slots, "icon", { key: 0 }, () => [
45
- !_ctx.iconName ? (openBlock(), createBlock(EmptyStateIcon, normalizeProps(mergeProps({ key: 0 }, iconProps.value)), null, 16)) : createCommentVNode("", true),
46
- _ctx.iconName ? (openBlock(), createBlock(unref(Icon), {
42
+ __props.hasIcon ? renderSlot(_ctx.$slots, "icon", { key: 0 }, () => [
43
+ !__props.iconName ? (openBlock(), createBlock(EmptyStateIcon, normalizeProps(mergeProps({ key: 0 }, unref(iconProps))), null, 16)) : createCommentVNode("", true),
44
+ __props.iconName ? (openBlock(), createBlock(unref(Icon), {
47
45
  key: 1,
48
- name: _ctx.iconName,
49
- "font-size": _ctx.fontSize,
46
+ name: __props.iconName,
47
+ "font-size": __props.fontSize,
50
48
  class: "empty-state-icon"
51
49
  }, null, 8, ["name", "font-size"])) : createCommentVNode("", true)
52
50
  ], true) : createCommentVNode("", true)
53
51
  ], 2),
54
52
  createElementVNode("div", _hoisted_1, [
55
53
  renderSlot(_ctx.$slots, "title", {}, () => [
56
- _ctx.title ? (openBlock(), createBlock(unref(Text), {
54
+ __props.title ? (openBlock(), createBlock(unref(Text), {
57
55
  key: 0,
58
56
  size: "lg",
59
57
  strong: "",
60
58
  class: "empty-state-title"
61
59
  }, {
62
60
  default: withCtx(() => [
63
- createTextVNode(toDisplayString(_ctx.title), 1)
61
+ createTextVNode(toDisplayString(__props.title), 1)
64
62
  ]),
65
63
  _: 1
66
64
  })) : createCommentVNode("", true)
67
65
  ], true),
68
66
  renderSlot(_ctx.$slots, "subtitle", {}, () => [
69
- _ctx.subtitle ? (openBlock(), createBlock(unref(Text), {
67
+ __props.subtitle ? (openBlock(), createBlock(unref(Text), {
70
68
  key: 0,
71
69
  size: "sm",
72
70
  class: "empty-state-subtitle"
73
71
  }, {
74
72
  default: withCtx(() => [
75
- createTextVNode(toDisplayString(_ctx.subtitle), 1)
73
+ createTextVNode(toDisplayString(__props.subtitle), 1)
76
74
  ]),
77
75
  _: 1
78
76
  })) : createCommentVNode("", true)
79
77
  ], true)
80
78
  ]),
81
79
  renderSlot(_ctx.$slots, "button", {}, () => [
82
- _ctx.buttonText ? (openBlock(), createBlock(unref(Button), {
80
+ __props.buttonText ? (openBlock(), createBlock(unref(Button), {
83
81
  key: 0,
84
82
  theme: "secondary",
85
83
  class: "empty-state-button",
86
84
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click"))
87
85
  }, {
88
86
  default: withCtx(() => [
89
- createTextVNode(toDisplayString(_ctx.buttonText), 1)
87
+ createTextVNode(toDisplayString(__props.buttonText), 1)
90
88
  ]),
91
89
  _: 1
92
90
  })) : createCommentVNode("", true)
@@ -15,7 +15,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
15
15
  default: string;
16
16
  };
17
17
  iconName: {
18
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
18
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
19
19
  } & {
20
20
  default: any;
21
21
  };
@@ -75,7 +75,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
75
75
  default: string;
76
76
  };
77
77
  iconName: {
78
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
78
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
79
79
  } & {
80
80
  default: any;
81
81
  };
@@ -122,7 +122,7 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
122
122
  size: "sm" | "lg";
123
123
  title: string;
124
124
  fontSize: string;
125
- iconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
125
+ iconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
126
126
  subtitle: string;
127
127
  buttonText: string;
128
128
  isHorizontal: boolean;
@@ -130,6 +130,6 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
130
130
  isBordered: boolean;
131
131
  iconWidth: number;
132
132
  iconHeight: number;
133
- }, {}>[];
133
+ }>[];
134
134
  export { default as EmptyState } from './EmptyState.vue';
135
135
  export { EmptyStateTypes };
@@ -2,11 +2,13 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
2
2
  selected?: boolean;
3
3
  disabled?: boolean;
4
4
  prefix?: string;
5
+ testId?: string;
5
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
7
  selected?: boolean;
7
8
  disabled?: boolean;
8
9
  prefix?: string;
9
- }>>>, {}, {}>;
10
+ testId?: string;
11
+ }>>>, {}>;
10
12
  export default _default;
11
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
14
  type __VLS_TypePropsToRuntimeProps<T> = {