@ironsource/shared-ui 1.4.3 → 2.0.0-rc.1

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 (179) 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/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  9. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  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/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  16. package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -0
  18. package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/GroupOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Label.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  35. package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
  36. package/README.md +1 -1
  37. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  39. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  40. package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  41. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  42. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  43. package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  44. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  45. package/Table.vue_vue_type_style_index_1_lang.css +1 -1
  46. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  47. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  48. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  49. package/Typography.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  50. package/commonCssVariables.scss +623 -0
  51. package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
  52. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
  53. package/components/appTrigger/AppTrigger.vue.js +4 -4
  54. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
  55. package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
  56. package/components/autocompleteDropdown/GroupOption.vue.js +2 -2
  57. package/components/button/common/ButtonBase.vue.d.ts +48 -0
  58. package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +7 -7
  59. package/components/button/{Button.vue.d.ts → common/ButtonSuper.vue.d.ts} +3 -3
  60. package/components/button/{ButtonBase.vue.d.ts → v3/Button.vue.d.ts} +20 -4
  61. package/components/button/v3/Button.vue.js +102 -0
  62. package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
  63. package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
  64. package/components/button/v3/index.d.ts +79 -0
  65. package/components/button/v4/ButtonV4.vue.d.ts +57 -0
  66. package/components/button/v4/ButtonV4.vue.js +99 -0
  67. package/components/button/{index.d.ts → v4/index.d.ts} +33 -76
  68. package/components/button/v4/index.vue.js +6 -0
  69. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  70. package/components/checkbox/index.d.ts +9 -9
  71. package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
  72. package/components/chip/v4/ChipV4.vue.d.ts +48 -0
  73. package/components/chip/v4/ChipV4.vue.js +76 -0
  74. package/components/chip/v4/index.d.ts +63 -0
  75. package/components/chip/v4/index.vue.js +6 -0
  76. package/components/dateRange/CalendarMonth.vue.js +3 -3
  77. package/components/dateRange/DateRange.vue.js +4 -4
  78. package/components/dialog/Dialog.vue.d.ts +1 -1
  79. package/components/dialog/Dialog.vue.js +8 -7
  80. package/components/dialog/index.d.ts +11 -11
  81. package/components/dropdown/common/Dropdown.common.d.ts +36 -0
  82. package/components/dropdown/common/Dropdown.common.vue.js +456 -0
  83. package/components/dropdown/{Label.vue.js → common/Label.vue.js} +5 -5
  84. package/components/dropdown/{Option.vue.js → common/Option.vue.js} +7 -7
  85. package/components/dropdown/{SearchInput.vue.js → common/SearchInput.vue.js} +8 -7
  86. package/components/dropdown/{Dropdown.vue.d.ts → v3/Dropdown.vue.d.ts} +15 -5
  87. package/components/dropdown/v3/Dropdown.vue.js +391 -0
  88. package/components/dropdown/{index.d.ts → v3/index.d.ts} +42 -20
  89. package/components/dropdown/v3/index.vue.js +12 -0
  90. package/components/dropdown/v4/DropdownV4.vue.d.ts +223 -0
  91. package/components/dropdown/v4/DropdownV4.vue.js +408 -0
  92. package/components/dropdown/v4/index.d.ts +433 -0
  93. package/components/dropdown/v4/index.vue.js +6 -0
  94. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  95. package/components/emptyState/EmptyState.vue.js +4 -4
  96. package/components/emptyState/index.d.ts +11 -11
  97. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  98. package/components/filterDropdown/FilterDropdown.vue.js +5 -4
  99. package/components/filtersPanel/Filter.d.ts +1 -1
  100. package/components/filtersPanel/FilterSearchInput.vue.js +6 -6
  101. package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
  102. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  103. package/components/includeExclude/IncludeExclude.vue.js +4 -4
  104. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
  105. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +4 -4
  106. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
  107. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  108. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
  109. package/components/includeExclude/index.d.ts +22 -22
  110. package/components/input/Input.vue.d.ts +2 -2
  111. package/components/input/Input.vue.js +4 -4
  112. package/components/input/index.d.ts +16 -16
  113. package/components/menu/Menu.vue.d.ts +1 -1
  114. package/components/menu/index.d.ts +5 -5
  115. package/components/search/common/Search.common.d.ts +9 -0
  116. package/components/search/common/Search.common.vue.js +52 -0
  117. package/components/search/{Search.vue.js → v3/Search.vue.js} +19 -46
  118. package/components/search/{index.d.ts → v3/index.d.ts} +3 -3
  119. package/components/search/v4/SearchV4.vue.d.ts +51 -0
  120. package/components/search/v4/SearchV4.vue.js +70 -0
  121. package/components/search/v4/index.d.ts +72 -0
  122. package/components/search/v4/index.vue.js +6 -0
  123. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  124. package/components/snackbar/Snackbar.vue.js +6 -5
  125. package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
  126. package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
  127. package/components/switch/v4/SwitchV4.vue.js +87 -0
  128. package/components/switch/v4/index.d.ts +46 -0
  129. package/components/switch/v4/index.vue.js +6 -0
  130. package/components/table/Table.vue.js +3 -3
  131. package/components/table-cells/Editable.vue.js +1 -1
  132. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  133. package/components/tooltip/index.d.ts +5 -5
  134. package/components/typography/index.d.ts +9 -9
  135. package/components/typography/v4/Typography.vue.d.ts +34 -0
  136. package/components/typography/v4/Typography.vue.js +68 -0
  137. package/components/typography/v4/index.d.ts +23 -0
  138. package/components/typography/v4/index.vue.js +6 -0
  139. package/design-foundation.stories/border-radius/BorderRadiusData.d.ts +5 -0
  140. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +4 -0
  141. package/design-foundation.stories/border-radius/index.d.ts +1 -0
  142. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  143. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +3 -0
  144. package/design-foundation.stories/colors/index.d.ts +1 -0
  145. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +4 -0
  146. package/design-foundation.stories/elevations/ElevationsData.d.ts +10 -0
  147. package/design-foundation.stories/elevations/index.d.ts +1 -0
  148. package/design-foundation.stories/typography/TypographyData.d.ts +7 -0
  149. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +3 -0
  150. package/design-foundation.stories/typography/index.d.ts +1 -0
  151. package/index.d.ts +1532 -5
  152. package/index.vue.js +28 -16
  153. package/package.json +39 -14
  154. package/styleguide.scss +77 -78
  155. package/styles/v4/border-radius.css +8 -0
  156. package/styles/v4/colors.css +100 -0
  157. package/styles/v4/elevations.css +10 -0
  158. package/styles/v4/fonts.css +1 -0
  159. package/styles/v4/fonts.css.map +1 -0
  160. package/styles/v4/fonts.scss +258 -0
  161. package/components/button/Button.vue.js +0 -65
  162. package/components/dropdown/Dropdown.vue.js +0 -785
  163. package/components/dropdown/index.vue.js +0 -12
  164. /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
  165. /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
  166. /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
  167. /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
  168. /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
  169. /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
  170. /package/components/dropdown/{DropdownContext.d.ts → common/DropdownContext.d.ts} +0 -0
  171. /package/components/dropdown/{DropdownContext.vue.js → common/DropdownContext.vue.js} +0 -0
  172. /package/components/dropdown/{Label.vue.d.ts → common/Label.vue.d.ts} +0 -0
  173. /package/components/dropdown/{Option.vue.d.ts → common/Option.vue.d.ts} +0 -0
  174. /package/components/dropdown/{SearchInput.vue.d.ts → common/SearchInput.vue.d.ts} +0 -0
  175. /package/components/search/{Search.vue.d.ts → v3/Search.vue.d.ts} +0 -0
  176. /package/components/search/{index.vue.js → v3/index.vue.js} +0 -0
  177. /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
  178. /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
  179. /package/components/switch/{index.vue.js → v3/index.vue.js} +0 -0
package/index.d.ts CHANGED
@@ -3,7 +3,6 @@ export * from '@/components/autocompleteDropdown';
3
3
  export * from '@/components/menuItem';
4
4
  export * from '@/components/menu';
5
5
  export * from '@/components/appIcon';
6
- export * from '@/components/switch';
7
6
  export * from '@/components/radioButton';
8
7
  export * from '@/components/snackbar';
9
8
  export * from '@/components/floatingToolbar';
@@ -15,16 +14,1544 @@ export * from '@/components/table';
15
14
  export * from '@/components/dialog';
16
15
  export * from '@/components/filtersPanel';
17
16
  export * from '@/components/filterDropdown';
18
- export * from '@/components/dropdown';
19
17
  export * from '@/components/tabs';
20
- export * from '@/components/button';
21
18
  export * from '@/components/checkbox';
22
19
  export * from '@/components/icon';
23
- export * from '@/components/search';
24
20
  export * from '@/components/skeleton';
25
21
  export * from '@/components/typography';
22
+ export * from '@/components/typography/v4';
26
23
  export * from '@/components/popover';
27
- export * from '@/components/chip';
24
+ declare const _default: {
25
+ Search: import("vue").DefineComponent<{
26
+ size: {
27
+ type: import("vue").PropType<"md" | "sm">;
28
+ } & {
29
+ default: string;
30
+ };
31
+ testId: {
32
+ type: import("vue").PropType<string>;
33
+ } & {
34
+ default: string;
35
+ };
36
+ variant: {
37
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
38
+ } & {
39
+ default: string;
40
+ };
41
+ disabled: {
42
+ type: import("vue").PropType<boolean>;
43
+ } & {
44
+ default: boolean;
45
+ };
46
+ modelValue: {
47
+ type: import("vue").PropType<string>;
48
+ required: true;
49
+ };
50
+ placeholder: {
51
+ type: import("vue").PropType<string>;
52
+ required: true;
53
+ };
54
+ }, {
55
+ inputRef: import("vue").Ref<HTMLInputElement>;
56
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
+ "update:modelValue": (value: string) => void;
58
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
59
+ size: {
60
+ type: import("vue").PropType<"md" | "sm">;
61
+ } & {
62
+ default: string;
63
+ };
64
+ testId: {
65
+ type: import("vue").PropType<string>;
66
+ } & {
67
+ default: string;
68
+ };
69
+ variant: {
70
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
71
+ } & {
72
+ default: string;
73
+ };
74
+ disabled: {
75
+ type: import("vue").PropType<boolean>;
76
+ } & {
77
+ default: boolean;
78
+ };
79
+ modelValue: {
80
+ type: import("vue").PropType<string>;
81
+ required: true;
82
+ };
83
+ placeholder: {
84
+ type: import("vue").PropType<string>;
85
+ required: true;
86
+ };
87
+ }>> & {
88
+ "onUpdate:modelValue"?: (value: string) => any;
89
+ }, {
90
+ size: "md" | "sm";
91
+ testId: string;
92
+ variant: "default" | "transparent" | "inline-table";
93
+ disabled: boolean;
94
+ }>;
95
+ SearchTypes: () => import("vue").DefineComponent<{
96
+ size: {
97
+ type: import("vue").PropType<"md" | "sm">;
98
+ } & {
99
+ default: string;
100
+ };
101
+ testId: {
102
+ type: import("vue").PropType<string>;
103
+ } & {
104
+ default: string;
105
+ };
106
+ variant: {
107
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
108
+ } & {
109
+ default: string;
110
+ };
111
+ disabled: {
112
+ type: import("vue").PropType<boolean>;
113
+ } & {
114
+ default: boolean;
115
+ };
116
+ modelValue: {
117
+ type: import("vue").PropType<string>;
118
+ required: true;
119
+ };
120
+ placeholder: {
121
+ type: import("vue").PropType<string>;
122
+ required: true;
123
+ };
124
+ }, {
125
+ inputRef: import("vue").Ref<HTMLInputElement>;
126
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
127
+ "update:modelValue": (value: string) => void;
128
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
129
+ size: {
130
+ type: import("vue").PropType<"md" | "sm">;
131
+ } & {
132
+ default: string;
133
+ };
134
+ testId: {
135
+ type: import("vue").PropType<string>;
136
+ } & {
137
+ default: string;
138
+ };
139
+ variant: {
140
+ type: import("vue").PropType<"default" | "transparent" | "inline-table">;
141
+ } & {
142
+ default: string;
143
+ };
144
+ disabled: {
145
+ type: import("vue").PropType<boolean>;
146
+ } & {
147
+ default: boolean;
148
+ };
149
+ modelValue: {
150
+ type: import("vue").PropType<string>;
151
+ required: true;
152
+ };
153
+ placeholder: {
154
+ type: import("vue").PropType<string>;
155
+ required: true;
156
+ };
157
+ }>> & {
158
+ "onUpdate:modelValue"?: (value: string) => any;
159
+ }, {
160
+ size: "md" | "sm";
161
+ testId: string;
162
+ variant: "default" | "transparent" | "inline-table";
163
+ disabled: boolean;
164
+ }>[];
165
+ Dropdown: import("vue").DefineComponent<{
166
+ title: {
167
+ type: import("vue").PropType<string>;
168
+ } & {
169
+ default: string;
170
+ };
171
+ theme: {
172
+ type: import("vue").PropType<string>;
173
+ } & {
174
+ default: string;
175
+ };
176
+ size: {
177
+ type: import("vue").PropType<"sm" | "lg">;
178
+ } & {
179
+ default: string;
180
+ };
181
+ testId: {
182
+ type: import("vue").PropType<string>;
183
+ } & {
184
+ default: string;
185
+ };
186
+ error: {
187
+ type: import("vue").PropType<string>;
188
+ } & {
189
+ default: string;
190
+ };
191
+ loading: {
192
+ type: import("vue").PropType<boolean>;
193
+ };
194
+ placement: {
195
+ type: import("vue").PropType<import("floating-vue").Placement>;
196
+ } & {
197
+ default: string;
198
+ };
199
+ disabled: {
200
+ type: import("vue").PropType<boolean>;
201
+ } & {
202
+ default: boolean;
203
+ };
204
+ selected: {
205
+ type: import("vue").PropType<unknown>;
206
+ } & {
207
+ default: any;
208
+ };
209
+ options: {
210
+ type: import("vue").PropType<unknown[]>;
211
+ required: true;
212
+ };
213
+ modelValue: {
214
+ type: import("vue").PropType<unknown>;
215
+ } & {
216
+ default: any;
217
+ };
218
+ placeholder: {
219
+ type: import("vue").PropType<string>;
220
+ } & {
221
+ default: string;
222
+ };
223
+ multi: {
224
+ type: import("vue").PropType<boolean>;
225
+ } & {
226
+ default: boolean;
227
+ };
228
+ searchPlaceholder: {
229
+ type: import("vue").PropType<string>;
230
+ } & {
231
+ default: string;
232
+ };
233
+ popperClass: {
234
+ type: import("vue").PropType<string>;
235
+ } & {
236
+ default: string;
237
+ };
238
+ mandatory: {
239
+ type: import("vue").PropType<boolean>;
240
+ } & {
241
+ default: boolean;
242
+ };
243
+ showButtonOnOpen: {
244
+ type: import("vue").PropType<boolean>;
245
+ } & {
246
+ default: boolean;
247
+ };
248
+ inlineSearch: {
249
+ type: import("vue").PropType<boolean>;
250
+ } & {
251
+ default: boolean;
252
+ };
253
+ isOnTop: {
254
+ type: import("vue").PropType<boolean>;
255
+ } & {
256
+ default: boolean;
257
+ };
258
+ distance: {
259
+ type: import("vue").PropType<number>;
260
+ } & {
261
+ default: number;
262
+ };
263
+ skidding: {
264
+ type: import("vue").PropType<number>;
265
+ } & {
266
+ default: number;
267
+ };
268
+ noResultsText: {
269
+ type: import("vue").PropType<string>;
270
+ } & {
271
+ default: string;
272
+ };
273
+ autoFocus: {
274
+ type: import("vue").PropType<boolean>;
275
+ } & {
276
+ default: boolean;
277
+ };
278
+ defaultOpen: {
279
+ type: import("vue").PropType<boolean>;
280
+ } & {
281
+ default: boolean;
282
+ };
283
+ clearable: {
284
+ type: import("vue").PropType<boolean>;
285
+ } & {
286
+ default: boolean;
287
+ };
288
+ onSearch: {
289
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
290
+ } & {
291
+ default: () => true;
292
+ };
293
+ helperText: {
294
+ type: import("vue").PropType<string>;
295
+ } & {
296
+ default: string;
297
+ };
298
+ container: {
299
+ type: import("vue").PropType<string>;
300
+ } & {
301
+ default: string;
302
+ };
303
+ flip: {
304
+ type: import("vue").PropType<boolean>;
305
+ } & {
306
+ default: boolean;
307
+ };
308
+ keepOpen: {
309
+ type: import("vue").PropType<boolean>;
310
+ } & {
311
+ default: boolean;
312
+ };
313
+ autoSize: {
314
+ type: import("vue").PropType<boolean>;
315
+ } & {
316
+ default: boolean;
317
+ };
318
+ disableKeyboardEvents: {
319
+ type: import("vue").PropType<boolean>;
320
+ } & {
321
+ default: boolean;
322
+ };
323
+ multiOptionsPlaceholderPrefix: {
324
+ type: import("vue").PropType<string>;
325
+ } & {
326
+ default: string;
327
+ };
328
+ multiOptionsPlaceholderSuffix: {
329
+ type: import("vue").PropType<string>;
330
+ } & {
331
+ default: string;
332
+ };
333
+ darkTheme: {
334
+ type: import("vue").PropType<boolean>;
335
+ } & {
336
+ default: boolean;
337
+ };
338
+ valueToCopy: {
339
+ type: import("vue").PropType<string>;
340
+ } & {
341
+ default: string;
342
+ };
343
+ showSelectAll: {
344
+ type: import("vue").PropType<boolean>;
345
+ };
346
+ isOpen: {
347
+ type: import("vue").PropType<boolean>;
348
+ };
349
+ displayValue: {
350
+ type: import("vue").PropType<(option: unknown) => string>;
351
+ required: true;
352
+ };
353
+ }, {
354
+ selectItem: (option: any, index?: number) => void;
355
+ scrollTo: (index: number) => void;
356
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
357
+ "update:selected": (value: unknown) => void;
358
+ } & {
359
+ "update:isOpen": (value: unknown) => void;
360
+ } & {
361
+ closed: () => void;
362
+ } & {
363
+ opened: () => void;
364
+ } & {
365
+ apply: (value: unknown) => void;
366
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
367
+ title: {
368
+ type: import("vue").PropType<string>;
369
+ } & {
370
+ default: string;
371
+ };
372
+ theme: {
373
+ type: import("vue").PropType<string>;
374
+ } & {
375
+ default: string;
376
+ };
377
+ size: {
378
+ type: import("vue").PropType<"sm" | "lg">;
379
+ } & {
380
+ default: string;
381
+ };
382
+ testId: {
383
+ type: import("vue").PropType<string>;
384
+ } & {
385
+ default: string;
386
+ };
387
+ error: {
388
+ type: import("vue").PropType<string>;
389
+ } & {
390
+ default: string;
391
+ };
392
+ loading: {
393
+ type: import("vue").PropType<boolean>;
394
+ };
395
+ placement: {
396
+ type: import("vue").PropType<import("floating-vue").Placement>;
397
+ } & {
398
+ default: string;
399
+ };
400
+ disabled: {
401
+ type: import("vue").PropType<boolean>;
402
+ } & {
403
+ default: boolean;
404
+ };
405
+ selected: {
406
+ type: import("vue").PropType<unknown>;
407
+ } & {
408
+ default: any;
409
+ };
410
+ options: {
411
+ type: import("vue").PropType<unknown[]>;
412
+ required: true;
413
+ };
414
+ modelValue: {
415
+ type: import("vue").PropType<unknown>;
416
+ } & {
417
+ default: any;
418
+ };
419
+ placeholder: {
420
+ type: import("vue").PropType<string>;
421
+ } & {
422
+ default: string;
423
+ };
424
+ multi: {
425
+ type: import("vue").PropType<boolean>;
426
+ } & {
427
+ default: boolean;
428
+ };
429
+ searchPlaceholder: {
430
+ type: import("vue").PropType<string>;
431
+ } & {
432
+ default: string;
433
+ };
434
+ popperClass: {
435
+ type: import("vue").PropType<string>;
436
+ } & {
437
+ default: string;
438
+ };
439
+ mandatory: {
440
+ type: import("vue").PropType<boolean>;
441
+ } & {
442
+ default: boolean;
443
+ };
444
+ showButtonOnOpen: {
445
+ type: import("vue").PropType<boolean>;
446
+ } & {
447
+ default: boolean;
448
+ };
449
+ inlineSearch: {
450
+ type: import("vue").PropType<boolean>;
451
+ } & {
452
+ default: boolean;
453
+ };
454
+ isOnTop: {
455
+ type: import("vue").PropType<boolean>;
456
+ } & {
457
+ default: boolean;
458
+ };
459
+ distance: {
460
+ type: import("vue").PropType<number>;
461
+ } & {
462
+ default: number;
463
+ };
464
+ skidding: {
465
+ type: import("vue").PropType<number>;
466
+ } & {
467
+ default: number;
468
+ };
469
+ noResultsText: {
470
+ type: import("vue").PropType<string>;
471
+ } & {
472
+ default: string;
473
+ };
474
+ autoFocus: {
475
+ type: import("vue").PropType<boolean>;
476
+ } & {
477
+ default: boolean;
478
+ };
479
+ defaultOpen: {
480
+ type: import("vue").PropType<boolean>;
481
+ } & {
482
+ default: boolean;
483
+ };
484
+ clearable: {
485
+ type: import("vue").PropType<boolean>;
486
+ } & {
487
+ default: boolean;
488
+ };
489
+ onSearch: {
490
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
491
+ } & {
492
+ default: () => true;
493
+ };
494
+ helperText: {
495
+ type: import("vue").PropType<string>;
496
+ } & {
497
+ default: string;
498
+ };
499
+ container: {
500
+ type: import("vue").PropType<string>;
501
+ } & {
502
+ default: string;
503
+ };
504
+ flip: {
505
+ type: import("vue").PropType<boolean>;
506
+ } & {
507
+ default: boolean;
508
+ };
509
+ keepOpen: {
510
+ type: import("vue").PropType<boolean>;
511
+ } & {
512
+ default: boolean;
513
+ };
514
+ autoSize: {
515
+ type: import("vue").PropType<boolean>;
516
+ } & {
517
+ default: boolean;
518
+ };
519
+ disableKeyboardEvents: {
520
+ type: import("vue").PropType<boolean>;
521
+ } & {
522
+ default: boolean;
523
+ };
524
+ multiOptionsPlaceholderPrefix: {
525
+ type: import("vue").PropType<string>;
526
+ } & {
527
+ default: string;
528
+ };
529
+ multiOptionsPlaceholderSuffix: {
530
+ type: import("vue").PropType<string>;
531
+ } & {
532
+ default: string;
533
+ };
534
+ darkTheme: {
535
+ type: import("vue").PropType<boolean>;
536
+ } & {
537
+ default: boolean;
538
+ };
539
+ valueToCopy: {
540
+ type: import("vue").PropType<string>;
541
+ } & {
542
+ default: string;
543
+ };
544
+ showSelectAll: {
545
+ type: import("vue").PropType<boolean>;
546
+ };
547
+ isOpen: {
548
+ type: import("vue").PropType<boolean>;
549
+ };
550
+ displayValue: {
551
+ type: import("vue").PropType<(option: unknown) => string>;
552
+ required: true;
553
+ };
554
+ }>> & {
555
+ "onUpdate:selected"?: (value: unknown) => any;
556
+ onApply?: (value: unknown) => any;
557
+ "onUpdate:isOpen"?: (value: unknown) => any;
558
+ onOpened?: () => any;
559
+ onClosed?: () => any;
560
+ }, {
561
+ title: string;
562
+ theme: string;
563
+ size: "sm" | "lg";
564
+ testId: string;
565
+ error: string;
566
+ placement: import("floating-vue").Placement;
567
+ disabled: boolean;
568
+ selected: any;
569
+ modelValue: any;
570
+ placeholder: string;
571
+ multi: boolean;
572
+ searchPlaceholder: string;
573
+ popperClass: string;
574
+ mandatory: boolean;
575
+ showButtonOnOpen: boolean;
576
+ inlineSearch: boolean;
577
+ isOnTop: boolean;
578
+ distance: number;
579
+ skidding: number;
580
+ noResultsText: string;
581
+ autoFocus: boolean;
582
+ defaultOpen: boolean;
583
+ clearable: boolean;
584
+ onSearch: (option: any, term: string) => boolean;
585
+ helperText: string;
586
+ container: string;
587
+ flip: boolean;
588
+ keepOpen: boolean;
589
+ autoSize: boolean;
590
+ disableKeyboardEvents: boolean;
591
+ multiOptionsPlaceholderPrefix: string;
592
+ multiOptionsPlaceholderSuffix: string;
593
+ darkTheme: boolean;
594
+ valueToCopy: string;
595
+ }>;
596
+ DropdownTypes: () => import("vue").DefineComponent<{
597
+ title: {
598
+ type: import("vue").PropType<string>;
599
+ } & {
600
+ default: string;
601
+ };
602
+ theme: {
603
+ type: import("vue").PropType<string>;
604
+ } & {
605
+ default: string;
606
+ };
607
+ size: {
608
+ type: import("vue").PropType<"sm" | "lg">;
609
+ } & {
610
+ default: string;
611
+ };
612
+ testId: {
613
+ type: import("vue").PropType<string>;
614
+ } & {
615
+ default: string;
616
+ };
617
+ error: {
618
+ type: import("vue").PropType<string>;
619
+ } & {
620
+ default: string;
621
+ };
622
+ loading: {
623
+ type: import("vue").PropType<boolean>;
624
+ };
625
+ placement: {
626
+ type: import("vue").PropType<import("floating-vue").Placement>;
627
+ } & {
628
+ default: string;
629
+ };
630
+ disabled: {
631
+ type: import("vue").PropType<boolean>;
632
+ } & {
633
+ default: boolean;
634
+ };
635
+ selected: {
636
+ type: import("vue").PropType<unknown>;
637
+ } & {
638
+ default: any;
639
+ };
640
+ options: {
641
+ type: import("vue").PropType<unknown[]>;
642
+ required: true;
643
+ };
644
+ modelValue: {
645
+ type: import("vue").PropType<unknown>;
646
+ } & {
647
+ default: any;
648
+ };
649
+ placeholder: {
650
+ type: import("vue").PropType<string>;
651
+ } & {
652
+ default: string;
653
+ };
654
+ multi: {
655
+ type: import("vue").PropType<boolean>;
656
+ } & {
657
+ default: boolean;
658
+ };
659
+ searchPlaceholder: {
660
+ type: import("vue").PropType<string>;
661
+ } & {
662
+ default: string;
663
+ };
664
+ popperClass: {
665
+ type: import("vue").PropType<string>;
666
+ } & {
667
+ default: string;
668
+ };
669
+ mandatory: {
670
+ type: import("vue").PropType<boolean>;
671
+ } & {
672
+ default: boolean;
673
+ };
674
+ showButtonOnOpen: {
675
+ type: import("vue").PropType<boolean>;
676
+ } & {
677
+ default: boolean;
678
+ };
679
+ inlineSearch: {
680
+ type: import("vue").PropType<boolean>;
681
+ } & {
682
+ default: boolean;
683
+ };
684
+ isOnTop: {
685
+ type: import("vue").PropType<boolean>;
686
+ } & {
687
+ default: boolean;
688
+ };
689
+ distance: {
690
+ type: import("vue").PropType<number>;
691
+ } & {
692
+ default: number;
693
+ };
694
+ skidding: {
695
+ type: import("vue").PropType<number>;
696
+ } & {
697
+ default: number;
698
+ };
699
+ noResultsText: {
700
+ type: import("vue").PropType<string>;
701
+ } & {
702
+ default: string;
703
+ };
704
+ autoFocus: {
705
+ type: import("vue").PropType<boolean>;
706
+ } & {
707
+ default: boolean;
708
+ };
709
+ defaultOpen: {
710
+ type: import("vue").PropType<boolean>;
711
+ } & {
712
+ default: boolean;
713
+ };
714
+ clearable: {
715
+ type: import("vue").PropType<boolean>;
716
+ } & {
717
+ default: boolean;
718
+ };
719
+ onSearch: {
720
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
721
+ } & {
722
+ default: () => true;
723
+ };
724
+ helperText: {
725
+ type: import("vue").PropType<string>;
726
+ } & {
727
+ default: string;
728
+ };
729
+ container: {
730
+ type: import("vue").PropType<string>;
731
+ } & {
732
+ default: string;
733
+ };
734
+ flip: {
735
+ type: import("vue").PropType<boolean>;
736
+ } & {
737
+ default: boolean;
738
+ };
739
+ keepOpen: {
740
+ type: import("vue").PropType<boolean>;
741
+ } & {
742
+ default: boolean;
743
+ };
744
+ autoSize: {
745
+ type: import("vue").PropType<boolean>;
746
+ } & {
747
+ default: boolean;
748
+ };
749
+ disableKeyboardEvents: {
750
+ type: import("vue").PropType<boolean>;
751
+ } & {
752
+ default: boolean;
753
+ };
754
+ multiOptionsPlaceholderPrefix: {
755
+ type: import("vue").PropType<string>;
756
+ } & {
757
+ default: string;
758
+ };
759
+ multiOptionsPlaceholderSuffix: {
760
+ type: import("vue").PropType<string>;
761
+ } & {
762
+ default: string;
763
+ };
764
+ darkTheme: {
765
+ type: import("vue").PropType<boolean>;
766
+ } & {
767
+ default: boolean;
768
+ };
769
+ valueToCopy: {
770
+ type: import("vue").PropType<string>;
771
+ } & {
772
+ default: string;
773
+ };
774
+ showSelectAll: {
775
+ type: import("vue").PropType<boolean>;
776
+ };
777
+ isOpen: {
778
+ type: import("vue").PropType<boolean>;
779
+ };
780
+ displayValue: {
781
+ type: import("vue").PropType<(option: unknown) => string>;
782
+ required: true;
783
+ };
784
+ }, {
785
+ selectItem: (option: any, index?: number) => void;
786
+ scrollTo: (index: number) => void;
787
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
788
+ "update:selected": (value: unknown) => void;
789
+ } & {
790
+ "update:isOpen": (value: unknown) => void;
791
+ } & {
792
+ closed: () => void;
793
+ } & {
794
+ opened: () => void;
795
+ } & {
796
+ apply: (value: unknown) => void;
797
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
798
+ title: {
799
+ type: import("vue").PropType<string>;
800
+ } & {
801
+ default: string;
802
+ };
803
+ theme: {
804
+ type: import("vue").PropType<string>;
805
+ } & {
806
+ default: string;
807
+ };
808
+ size: {
809
+ type: import("vue").PropType<"sm" | "lg">;
810
+ } & {
811
+ default: string;
812
+ };
813
+ testId: {
814
+ type: import("vue").PropType<string>;
815
+ } & {
816
+ default: string;
817
+ };
818
+ error: {
819
+ type: import("vue").PropType<string>;
820
+ } & {
821
+ default: string;
822
+ };
823
+ loading: {
824
+ type: import("vue").PropType<boolean>;
825
+ };
826
+ placement: {
827
+ type: import("vue").PropType<import("floating-vue").Placement>;
828
+ } & {
829
+ default: string;
830
+ };
831
+ disabled: {
832
+ type: import("vue").PropType<boolean>;
833
+ } & {
834
+ default: boolean;
835
+ };
836
+ selected: {
837
+ type: import("vue").PropType<unknown>;
838
+ } & {
839
+ default: any;
840
+ };
841
+ options: {
842
+ type: import("vue").PropType<unknown[]>;
843
+ required: true;
844
+ };
845
+ modelValue: {
846
+ type: import("vue").PropType<unknown>;
847
+ } & {
848
+ default: any;
849
+ };
850
+ placeholder: {
851
+ type: import("vue").PropType<string>;
852
+ } & {
853
+ default: string;
854
+ };
855
+ multi: {
856
+ type: import("vue").PropType<boolean>;
857
+ } & {
858
+ default: boolean;
859
+ };
860
+ searchPlaceholder: {
861
+ type: import("vue").PropType<string>;
862
+ } & {
863
+ default: string;
864
+ };
865
+ popperClass: {
866
+ type: import("vue").PropType<string>;
867
+ } & {
868
+ default: string;
869
+ };
870
+ mandatory: {
871
+ type: import("vue").PropType<boolean>;
872
+ } & {
873
+ default: boolean;
874
+ };
875
+ showButtonOnOpen: {
876
+ type: import("vue").PropType<boolean>;
877
+ } & {
878
+ default: boolean;
879
+ };
880
+ inlineSearch: {
881
+ type: import("vue").PropType<boolean>;
882
+ } & {
883
+ default: boolean;
884
+ };
885
+ isOnTop: {
886
+ type: import("vue").PropType<boolean>;
887
+ } & {
888
+ default: boolean;
889
+ };
890
+ distance: {
891
+ type: import("vue").PropType<number>;
892
+ } & {
893
+ default: number;
894
+ };
895
+ skidding: {
896
+ type: import("vue").PropType<number>;
897
+ } & {
898
+ default: number;
899
+ };
900
+ noResultsText: {
901
+ type: import("vue").PropType<string>;
902
+ } & {
903
+ default: string;
904
+ };
905
+ autoFocus: {
906
+ type: import("vue").PropType<boolean>;
907
+ } & {
908
+ default: boolean;
909
+ };
910
+ defaultOpen: {
911
+ type: import("vue").PropType<boolean>;
912
+ } & {
913
+ default: boolean;
914
+ };
915
+ clearable: {
916
+ type: import("vue").PropType<boolean>;
917
+ } & {
918
+ default: boolean;
919
+ };
920
+ onSearch: {
921
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
922
+ } & {
923
+ default: () => true;
924
+ };
925
+ helperText: {
926
+ type: import("vue").PropType<string>;
927
+ } & {
928
+ default: string;
929
+ };
930
+ container: {
931
+ type: import("vue").PropType<string>;
932
+ } & {
933
+ default: string;
934
+ };
935
+ flip: {
936
+ type: import("vue").PropType<boolean>;
937
+ } & {
938
+ default: boolean;
939
+ };
940
+ keepOpen: {
941
+ type: import("vue").PropType<boolean>;
942
+ } & {
943
+ default: boolean;
944
+ };
945
+ autoSize: {
946
+ type: import("vue").PropType<boolean>;
947
+ } & {
948
+ default: boolean;
949
+ };
950
+ disableKeyboardEvents: {
951
+ type: import("vue").PropType<boolean>;
952
+ } & {
953
+ default: boolean;
954
+ };
955
+ multiOptionsPlaceholderPrefix: {
956
+ type: import("vue").PropType<string>;
957
+ } & {
958
+ default: string;
959
+ };
960
+ multiOptionsPlaceholderSuffix: {
961
+ type: import("vue").PropType<string>;
962
+ } & {
963
+ default: string;
964
+ };
965
+ darkTheme: {
966
+ type: import("vue").PropType<boolean>;
967
+ } & {
968
+ default: boolean;
969
+ };
970
+ valueToCopy: {
971
+ type: import("vue").PropType<string>;
972
+ } & {
973
+ default: string;
974
+ };
975
+ showSelectAll: {
976
+ type: import("vue").PropType<boolean>;
977
+ };
978
+ isOpen: {
979
+ type: import("vue").PropType<boolean>;
980
+ };
981
+ displayValue: {
982
+ type: import("vue").PropType<(option: unknown) => string>;
983
+ required: true;
984
+ };
985
+ }>> & {
986
+ "onUpdate:selected"?: (value: unknown) => any;
987
+ onApply?: (value: unknown) => any;
988
+ "onUpdate:isOpen"?: (value: unknown) => any;
989
+ onOpened?: () => any;
990
+ onClosed?: () => any;
991
+ }, {
992
+ title: string;
993
+ theme: string;
994
+ size: "sm" | "lg";
995
+ testId: string;
996
+ error: string;
997
+ placement: import("floating-vue").Placement;
998
+ disabled: boolean;
999
+ selected: any;
1000
+ modelValue: any;
1001
+ placeholder: string;
1002
+ multi: boolean;
1003
+ searchPlaceholder: string;
1004
+ popperClass: string;
1005
+ mandatory: boolean;
1006
+ showButtonOnOpen: boolean;
1007
+ inlineSearch: boolean;
1008
+ isOnTop: boolean;
1009
+ distance: number;
1010
+ skidding: number;
1011
+ noResultsText: string;
1012
+ autoFocus: boolean;
1013
+ defaultOpen: boolean;
1014
+ clearable: boolean;
1015
+ onSearch: (option: any, term: string) => boolean;
1016
+ helperText: string;
1017
+ container: string;
1018
+ flip: boolean;
1019
+ keepOpen: boolean;
1020
+ autoSize: boolean;
1021
+ disableKeyboardEvents: boolean;
1022
+ multiOptionsPlaceholderPrefix: string;
1023
+ multiOptionsPlaceholderSuffix: string;
1024
+ darkTheme: boolean;
1025
+ valueToCopy: string;
1026
+ }>[];
1027
+ Option: import("vue").DefineComponent<{
1028
+ option: {
1029
+ type: import("vue").PropType<unknown>;
1030
+ } & {
1031
+ default: any;
1032
+ };
1033
+ disabled: {
1034
+ type: import("vue").PropType<boolean>;
1035
+ } & {
1036
+ default: boolean;
1037
+ };
1038
+ isIndeterminate: {
1039
+ type: import("vue").PropType<boolean>;
1040
+ } & {
1041
+ default: boolean;
1042
+ };
1043
+ subtitle: {
1044
+ type: import("vue").PropType<string>;
1045
+ } & {
1046
+ default: string;
1047
+ };
1048
+ selectAllOption: {
1049
+ type: import("vue").PropType<boolean>;
1050
+ } & {
1051
+ default: boolean;
1052
+ };
1053
+ active: {
1054
+ type: import("vue").PropType<boolean>;
1055
+ } & {
1056
+ default: any;
1057
+ };
1058
+ selectedProp: {
1059
+ type: import("vue").PropType<boolean>;
1060
+ };
1061
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1062
+ option: {
1063
+ type: import("vue").PropType<unknown>;
1064
+ } & {
1065
+ default: any;
1066
+ };
1067
+ disabled: {
1068
+ type: import("vue").PropType<boolean>;
1069
+ } & {
1070
+ default: boolean;
1071
+ };
1072
+ isIndeterminate: {
1073
+ type: import("vue").PropType<boolean>;
1074
+ } & {
1075
+ default: boolean;
1076
+ };
1077
+ subtitle: {
1078
+ type: import("vue").PropType<string>;
1079
+ } & {
1080
+ default: string;
1081
+ };
1082
+ selectAllOption: {
1083
+ type: import("vue").PropType<boolean>;
1084
+ } & {
1085
+ default: boolean;
1086
+ };
1087
+ active: {
1088
+ type: import("vue").PropType<boolean>;
1089
+ } & {
1090
+ default: any;
1091
+ };
1092
+ selectedProp: {
1093
+ type: import("vue").PropType<boolean>;
1094
+ };
1095
+ }>>, {
1096
+ option: any;
1097
+ disabled: boolean;
1098
+ isIndeterminate: boolean;
1099
+ subtitle: string;
1100
+ selectAllOption: boolean;
1101
+ active: boolean;
1102
+ }>;
1103
+ Label: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1104
+ SearchInput: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1105
+ Button: import("vue").DefineComponent<{
1106
+ size: {
1107
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
1108
+ } & {
1109
+ default: string;
1110
+ };
1111
+ testId: {
1112
+ type: import("vue").PropType<string>;
1113
+ } & {
1114
+ default: string;
1115
+ };
1116
+ variant: {
1117
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
1118
+ } & {
1119
+ default: string;
1120
+ };
1121
+ loading: {
1122
+ type: import("vue").PropType<boolean>;
1123
+ } & {
1124
+ default: boolean;
1125
+ };
1126
+ leftIconName: {
1127
+ 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" | "hammer" | "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">;
1128
+ } & {
1129
+ default: any;
1130
+ };
1131
+ rightIconName: {
1132
+ 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" | "hammer" | "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">;
1133
+ } & {
1134
+ default: any;
1135
+ };
1136
+ color: {
1137
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
1138
+ } & {
1139
+ default: string;
1140
+ };
1141
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1142
+ size: {
1143
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
1144
+ } & {
1145
+ default: string;
1146
+ };
1147
+ testId: {
1148
+ type: import("vue").PropType<string>;
1149
+ } & {
1150
+ default: string;
1151
+ };
1152
+ variant: {
1153
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
1154
+ } & {
1155
+ default: string;
1156
+ };
1157
+ loading: {
1158
+ type: import("vue").PropType<boolean>;
1159
+ } & {
1160
+ default: boolean;
1161
+ };
1162
+ leftIconName: {
1163
+ 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" | "hammer" | "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">;
1164
+ } & {
1165
+ default: any;
1166
+ };
1167
+ rightIconName: {
1168
+ 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" | "hammer" | "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">;
1169
+ } & {
1170
+ default: any;
1171
+ };
1172
+ color: {
1173
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
1174
+ } & {
1175
+ default: string;
1176
+ };
1177
+ }>>, {
1178
+ size: "small" | "medium" | "large" | "extraLarge";
1179
+ testId: string;
1180
+ variant: "text" | "contained" | "outlined";
1181
+ loading: boolean;
1182
+ leftIconName: "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" | "hammer" | "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";
1183
+ rightIconName: "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" | "hammer" | "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";
1184
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
1185
+ }>;
1186
+ ButtonTypes: () => import("vue").DefineComponent<{
1187
+ size: {
1188
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
1189
+ } & {
1190
+ default: string;
1191
+ };
1192
+ testId: {
1193
+ type: import("vue").PropType<string>;
1194
+ } & {
1195
+ default: string;
1196
+ };
1197
+ variant: {
1198
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
1199
+ } & {
1200
+ default: string;
1201
+ };
1202
+ loading: {
1203
+ type: import("vue").PropType<boolean>;
1204
+ } & {
1205
+ default: boolean;
1206
+ };
1207
+ leftIconName: {
1208
+ 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" | "hammer" | "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">;
1209
+ } & {
1210
+ default: any;
1211
+ };
1212
+ rightIconName: {
1213
+ 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" | "hammer" | "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">;
1214
+ } & {
1215
+ default: any;
1216
+ };
1217
+ color: {
1218
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
1219
+ } & {
1220
+ default: string;
1221
+ };
1222
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1223
+ size: {
1224
+ type: import("vue").PropType<"small" | "medium" | "large" | "extraLarge">;
1225
+ } & {
1226
+ default: string;
1227
+ };
1228
+ testId: {
1229
+ type: import("vue").PropType<string>;
1230
+ } & {
1231
+ default: string;
1232
+ };
1233
+ variant: {
1234
+ type: import("vue").PropType<"text" | "contained" | "outlined">;
1235
+ } & {
1236
+ default: string;
1237
+ };
1238
+ loading: {
1239
+ type: import("vue").PropType<boolean>;
1240
+ } & {
1241
+ default: boolean;
1242
+ };
1243
+ leftIconName: {
1244
+ 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" | "hammer" | "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">;
1245
+ } & {
1246
+ default: any;
1247
+ };
1248
+ rightIconName: {
1249
+ 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" | "hammer" | "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">;
1250
+ } & {
1251
+ default: any;
1252
+ };
1253
+ color: {
1254
+ type: import("vue").PropType<"default" | "info" | "success" | "warning" | "primary" | "danger">;
1255
+ } & {
1256
+ default: string;
1257
+ };
1258
+ }>>, {
1259
+ size: "small" | "medium" | "large" | "extraLarge";
1260
+ testId: string;
1261
+ variant: "text" | "contained" | "outlined";
1262
+ loading: boolean;
1263
+ leftIconName: "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" | "hammer" | "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";
1264
+ rightIconName: "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" | "hammer" | "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";
1265
+ color: "default" | "info" | "success" | "warning" | "primary" | "danger";
1266
+ }>[];
1267
+ IconButton: import("vue").DefineComponent<{
1268
+ size: {
1269
+ type: import("vue").PropType<"md" | "sm" | "lg">;
1270
+ } & {
1271
+ default: string;
1272
+ };
1273
+ variant: {
1274
+ type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
1275
+ } & {
1276
+ default: string;
1277
+ };
1278
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1279
+ size: {
1280
+ type: import("vue").PropType<"md" | "sm" | "lg">;
1281
+ } & {
1282
+ default: string;
1283
+ };
1284
+ variant: {
1285
+ type: import("vue").PropType<"link" | "solid" | "border" | "borderless" | "ghost" | "colorized">;
1286
+ } & {
1287
+ default: string;
1288
+ };
1289
+ }>>, {
1290
+ size: "md" | "sm" | "lg";
1291
+ variant: "link" | "solid" | "border" | "borderless" | "ghost" | "colorized";
1292
+ }>;
1293
+ ScrollButton: import("vue").DefineComponent<{
1294
+ show: {
1295
+ type: import("vue").PropType<boolean>;
1296
+ } & {
1297
+ default: boolean;
1298
+ };
1299
+ iconName: {
1300
+ type: import("vue").PropType<string>;
1301
+ } & {
1302
+ default: string;
1303
+ };
1304
+ tooltipText: {
1305
+ type: import("vue").PropType<string>;
1306
+ } & {
1307
+ default: string;
1308
+ };
1309
+ position: {
1310
+ type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
1311
+ } & {
1312
+ default: string;
1313
+ };
1314
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scrolled"[], "scrolled", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1315
+ show: {
1316
+ type: import("vue").PropType<boolean>;
1317
+ } & {
1318
+ default: boolean;
1319
+ };
1320
+ iconName: {
1321
+ type: import("vue").PropType<string>;
1322
+ } & {
1323
+ default: string;
1324
+ };
1325
+ tooltipText: {
1326
+ type: import("vue").PropType<string>;
1327
+ } & {
1328
+ default: string;
1329
+ };
1330
+ position: {
1331
+ type: import("vue").PropType<"bottom-right" | "bottom-left" | "top-right" | "top-left">;
1332
+ } & {
1333
+ default: string;
1334
+ };
1335
+ }>> & {
1336
+ onScrolled?: (...args: any[]) => any;
1337
+ }, {
1338
+ show: boolean;
1339
+ iconName: string;
1340
+ tooltipText: string;
1341
+ position: "bottom-right" | "bottom-left" | "top-right" | "top-left";
1342
+ }>;
1343
+ Switch: import("vue").DefineComponent<{
1344
+ size: {
1345
+ type: import("vue").PropType<"sm" | "lg">;
1346
+ } & {
1347
+ default: string;
1348
+ };
1349
+ testId: {
1350
+ type: import("vue").PropType<string>;
1351
+ } & {
1352
+ default: string;
1353
+ };
1354
+ options: {
1355
+ type: import("vue").PropType<string[]>;
1356
+ required: true;
1357
+ };
1358
+ modelValue: {
1359
+ type: import("vue").PropType<string>;
1360
+ required: true;
1361
+ };
1362
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1363
+ size: {
1364
+ type: import("vue").PropType<"sm" | "lg">;
1365
+ } & {
1366
+ default: string;
1367
+ };
1368
+ testId: {
1369
+ type: import("vue").PropType<string>;
1370
+ } & {
1371
+ default: string;
1372
+ };
1373
+ options: {
1374
+ type: import("vue").PropType<string[]>;
1375
+ required: true;
1376
+ };
1377
+ modelValue: {
1378
+ type: import("vue").PropType<string>;
1379
+ required: true;
1380
+ };
1381
+ }>> & {
1382
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1383
+ }, {
1384
+ size: "sm" | "lg";
1385
+ testId: string;
1386
+ }>;
1387
+ SwitchTypes: () => import("vue").DefineComponent<{
1388
+ size: {
1389
+ type: import("vue").PropType<"sm" | "lg">;
1390
+ } & {
1391
+ default: string;
1392
+ };
1393
+ testId: {
1394
+ type: import("vue").PropType<string>;
1395
+ } & {
1396
+ default: string;
1397
+ };
1398
+ options: {
1399
+ type: import("vue").PropType<string[]>;
1400
+ required: true;
1401
+ };
1402
+ modelValue: {
1403
+ type: import("vue").PropType<string>;
1404
+ required: true;
1405
+ };
1406
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1407
+ size: {
1408
+ type: import("vue").PropType<"sm" | "lg">;
1409
+ } & {
1410
+ default: string;
1411
+ };
1412
+ testId: {
1413
+ type: import("vue").PropType<string>;
1414
+ } & {
1415
+ default: string;
1416
+ };
1417
+ options: {
1418
+ type: import("vue").PropType<string[]>;
1419
+ required: true;
1420
+ };
1421
+ modelValue: {
1422
+ type: import("vue").PropType<string>;
1423
+ required: true;
1424
+ };
1425
+ }>> & {
1426
+ "onUpdate:modelValue"?: (...args: any[]) => any;
1427
+ }, {
1428
+ size: "sm" | "lg";
1429
+ testId: string;
1430
+ }>[];
1431
+ Chip: import("vue").DefineComponent<{
1432
+ testId: {
1433
+ type: import("vue").PropType<string>;
1434
+ } & {
1435
+ default: string;
1436
+ };
1437
+ disabled: {
1438
+ type: import("vue").PropType<boolean>;
1439
+ } & {
1440
+ default: boolean;
1441
+ };
1442
+ selected: {
1443
+ type: import("vue").PropType<boolean>;
1444
+ } & {
1445
+ default: boolean;
1446
+ };
1447
+ clearable: {
1448
+ type: import("vue").PropType<boolean>;
1449
+ } & {
1450
+ default: boolean;
1451
+ };
1452
+ prefix: {
1453
+ type: import("vue").PropType<string>;
1454
+ } & {
1455
+ default: any;
1456
+ };
1457
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1458
+ testId: {
1459
+ type: import("vue").PropType<string>;
1460
+ } & {
1461
+ default: string;
1462
+ };
1463
+ disabled: {
1464
+ type: import("vue").PropType<boolean>;
1465
+ } & {
1466
+ default: boolean;
1467
+ };
1468
+ selected: {
1469
+ type: import("vue").PropType<boolean>;
1470
+ } & {
1471
+ default: boolean;
1472
+ };
1473
+ clearable: {
1474
+ type: import("vue").PropType<boolean>;
1475
+ } & {
1476
+ default: boolean;
1477
+ };
1478
+ prefix: {
1479
+ type: import("vue").PropType<string>;
1480
+ } & {
1481
+ default: any;
1482
+ };
1483
+ }>> & {
1484
+ onCleared?: (...args: any[]) => any;
1485
+ }, {
1486
+ testId: string;
1487
+ disabled: boolean;
1488
+ selected: boolean;
1489
+ clearable: boolean;
1490
+ prefix: string;
1491
+ }>;
1492
+ ChipTypes: () => import("vue").DefineComponent<{
1493
+ testId: {
1494
+ type: import("vue").PropType<string>;
1495
+ } & {
1496
+ default: string;
1497
+ };
1498
+ disabled: {
1499
+ type: import("vue").PropType<boolean>;
1500
+ } & {
1501
+ default: boolean;
1502
+ };
1503
+ selected: {
1504
+ type: import("vue").PropType<boolean>;
1505
+ } & {
1506
+ default: boolean;
1507
+ };
1508
+ clearable: {
1509
+ type: import("vue").PropType<boolean>;
1510
+ } & {
1511
+ default: boolean;
1512
+ };
1513
+ prefix: {
1514
+ type: import("vue").PropType<string>;
1515
+ } & {
1516
+ default: any;
1517
+ };
1518
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cleared"[], "cleared", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1519
+ testId: {
1520
+ type: import("vue").PropType<string>;
1521
+ } & {
1522
+ default: string;
1523
+ };
1524
+ disabled: {
1525
+ type: import("vue").PropType<boolean>;
1526
+ } & {
1527
+ default: boolean;
1528
+ };
1529
+ selected: {
1530
+ type: import("vue").PropType<boolean>;
1531
+ } & {
1532
+ default: boolean;
1533
+ };
1534
+ clearable: {
1535
+ type: import("vue").PropType<boolean>;
1536
+ } & {
1537
+ default: boolean;
1538
+ };
1539
+ prefix: {
1540
+ type: import("vue").PropType<string>;
1541
+ } & {
1542
+ default: any;
1543
+ };
1544
+ }>> & {
1545
+ onCleared?: (...args: any[]) => any;
1546
+ }, {
1547
+ testId: string;
1548
+ disabled: boolean;
1549
+ selected: boolean;
1550
+ clearable: boolean;
1551
+ prefix: string;
1552
+ }>[];
1553
+ };
1554
+ export default _default;
28
1555
  export * from '@/components/toggle';
29
1556
  export * from '@/components/tooltip';
30
1557
  export * from '@/components/input';