@ironsource/shared-ui 2.1.12-test.49 → 2.1.12-test.50

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 (955) hide show
  1. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_95cb7fdb_lang.css +1 -0
  2. package/Banner.vue_vue_type_style_index_0_scoped_08730768_lang.css +1 -0
  3. package/CalendarMonth.vue_vue_type_style_index_0_scoped_b83b748a_lang.css +1 -0
  4. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_eabfb96b_lang.css +1 -0
  5. package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +1 -0
  6. package/ChartLegend.vue_vue_type_style_index_0_scoped_b3750f56_lang.css +1 -0
  7. package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +1 -0
  8. package/Dialog.vue_vue_type_style_index_0_scoped_ae02d365_lang.css +1 -0
  9. package/DialogV4.vue_vue_type_style_index_0_scoped_73f0a3d0_lang.css +1 -0
  10. package/DollarInput.vue_vue_type_style_index_0_scoped_67602af1_lang.css +1 -0
  11. package/IncludeExclude.vue_vue_type_style_index_0_scoped_5e07e0c9_lang.css +1 -0
  12. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5881f285_lang.css +1 -0
  13. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_6705ad81_lang.css +1 -0
  14. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_af09cab8_lang.css +1 -0
  15. package/Option.vue_vue_type_style_index_0_scoped_7fae01b1_lang.css +1 -0
  16. package/OptionV4.vue_vue_type_style_index_0_scoped_7d287ee5_lang.css +1 -0
  17. package/PasswordInput.vue_vue_type_style_index_0_scoped_d9e39d10_lang.css +1 -0
  18. package/PercentageInput.vue_vue_type_style_index_0_scoped_872f2f58_lang.css +1 -0
  19. package/SortableItem.vue_vue_type_style_index_0_scoped_f5ebfb56_lang.css +1 -0
  20. package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -1
  21. package/TextField.vue_vue_type_style_index_0_scoped_81fb8297_lang.css +1 -0
  22. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2513c37f_lang.css +1 -0
  23. package/components/ThemeWrapper/ThemeStrore.d.ts +1 -1
  24. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +4 -4
  25. package/components/ThemeWrapper/ThemeWrapper.vue2.js +9 -9
  26. package/components/ThemeWrapper/index.d.ts +19 -54
  27. package/components/alert/Alert.vue.d.ts +6 -6
  28. package/components/alert/Alert.vue2.js +50 -50
  29. package/components/alert/index.d.ts +97 -183
  30. package/components/appHeader/AppHeader.vue.d.ts +7 -7
  31. package/components/appHeader/AppHeader.vue2.js +47 -47
  32. package/components/appHeader/index.d.ts +17 -17
  33. package/components/appIcon/AppIcon.vue.d.ts +4 -4
  34. package/components/appIcon/AppIcon.vue2.js +23 -23
  35. package/components/appIcon/index.d.ts +4 -4
  36. package/components/appTrigger/AppTrigger.vue.d.ts +4 -4
  37. package/components/appTrigger/AppTrigger.vue2.js +56 -56
  38. package/components/appTrigger/index.d.ts +41 -92
  39. package/components/autocomplete/Autocomplete.vue.d.ts +11 -17
  40. package/components/autocomplete/Autocomplete.vue2.js +41 -41
  41. package/components/autocomplete/index.d.ts +160 -290
  42. package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +8 -8
  43. package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +54 -54
  44. package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +7 -7
  45. package/components/autocompleteDropdown/AutocompleteInput.vue2.js +44 -44
  46. package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
  47. package/components/autocompleteDropdown/index.d.ts +64 -128
  48. package/components/banner/Banner.vue.d.ts +7 -7
  49. package/components/banner/Banner.vue.js +3 -3
  50. package/components/banner/Banner.vue2.js +25 -25
  51. package/components/banner/index.d.ts +32 -75
  52. package/components/button/v3/Button.vue.d.ts +10 -10
  53. package/components/button/v3/Button.vue2.js +24 -24
  54. package/components/button/v3/ButtonBase.vue.d.ts +4 -4
  55. package/components/button/v3/ButtonBase.vue2.js +25 -25
  56. package/components/button/v3/IconButton.vue.d.ts +4 -4
  57. package/components/button/v3/IconButton.vue2.js +17 -17
  58. package/components/button/v3/LoaderCircleIcon.vue.d.ts +1 -1
  59. package/components/button/v3/LoaderCircleIcon.vue.js +27 -27
  60. package/components/button/v3/LoaderDotsIcon.vue.d.ts +1 -1
  61. package/components/button/v3/LoaderDotsIcon.vue.js +9 -9
  62. package/components/button/v3/ScrollButton.vue.d.ts +7 -7
  63. package/components/button/v3/ScrollButton.vue2.js +11 -11
  64. package/components/button/v3/index.d.ts +80 -166
  65. package/components/button/v4/ButtonGroup.vue.d.ts +4 -4
  66. package/components/button/v4/ButtonGroup.vue2.js +7 -7
  67. package/components/button/v4/ButtonV4.vue.d.ts +5 -5
  68. package/components/button/v4/ButtonV4.vue2.js +30 -30
  69. package/components/button/v4/IconButtonV4.vue.d.ts +7 -7
  70. package/components/button/v4/IconButtonV4.vue2.js +12 -12
  71. package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +10 -10
  72. package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
  73. package/components/button/v4/ToggleButtonGroupAB.vue2.js +51 -51
  74. package/components/button/v4/index.d.ts +135 -295
  75. package/components/chart/Chart.vue.d.ts +16 -14
  76. package/components/chart/Chart.vue.js +4 -4
  77. package/components/chart/Chart.vue2.js +73 -74
  78. package/components/chart/ChartHeader.vue.d.ts +16 -9
  79. package/components/chart/ChartHeader.vue2.js +46 -46
  80. package/components/chart/ChartHeaderTrend.vue.d.ts +9 -5
  81. package/components/chart/ChartHeaderTrend.vue2.js +41 -41
  82. package/components/chart/ChartLegend.vue.d.ts +6 -6
  83. package/components/chart/ChartLegend.vue.js +3 -3
  84. package/components/chart/ChartLegend.vue2.js +62 -59
  85. package/components/chart/ChartLoader.vue.d.ts +1 -1
  86. package/components/chart/ChartPlane.vue.d.ts +15 -8
  87. package/components/chart/ChartPlane.vue2.js +169 -170
  88. package/components/chart/ChartStoryArgs.d.ts +0 -5
  89. package/components/chart/ChartTooltip.vue.d.ts +4 -4
  90. package/components/chart/ChartTooltip.vue2.js +29 -29
  91. package/components/chart/LegendSorting.vue.d.ts +6 -6
  92. package/components/chart/LegendSorting.vue.js +19 -19
  93. package/components/chart/SettingsHeader.vue.d.ts +5 -5
  94. package/components/chart/SettingsHeader.vue2.js +28 -28
  95. package/components/chart/SubHeader.vue.d.ts +8 -5
  96. package/components/chart/SubHeader.vue2.js +23 -23
  97. package/components/chart/TooltipHeader.vue.d.ts +4 -4
  98. package/components/chart/TooltipHeader.vue2.js +34 -34
  99. package/components/chart/colorPalette.d.ts +1 -2
  100. package/components/chart/colorPalette.js +33 -47
  101. package/components/chart/composables/useColorsMap.d.ts +2 -4
  102. package/components/chart/composables/useColorsMap.js +30 -32
  103. package/components/chart/index.d.ts +294 -496
  104. package/components/chart/types.d.ts +0 -16
  105. package/components/checkbox/common/Checkbox.common.d.ts +2 -2
  106. package/components/checkbox/v3/Checkbox.vue.d.ts +6 -6
  107. package/components/checkbox/v3/Checkbox.vue2.js +48 -49
  108. package/components/checkbox/v3/icons/checked.vue.d.ts +1 -1
  109. package/components/checkbox/v3/icons/checked.vue.js +21 -21
  110. package/components/checkbox/v3/icons/indeterminate.vue.d.ts +1 -1
  111. package/components/checkbox/v3/icons/indeterminate.vue.js +22 -22
  112. package/components/checkbox/v3/icons/unchecked.vue.d.ts +1 -1
  113. package/components/checkbox/v3/icons/unchecked.vue.js +17 -17
  114. package/components/checkbox/v3/index.d.ts +47 -103
  115. package/components/checkbox/v4/CheckboxV4.vue.d.ts +6 -6
  116. package/components/checkbox/v4/CheckboxV4.vue2.js +71 -71
  117. package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +4 -4
  118. package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +18 -18
  119. package/components/checkbox/v4/icons/CheckedState.vue.d.ts +4 -4
  120. package/components/checkbox/v4/icons/CheckedState.vue.js +19 -19
  121. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +1 -1
  122. package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +33 -33
  123. package/components/checkbox/v4/icons/IndeterminateState.vue.d.ts +4 -4
  124. package/components/checkbox/v4/icons/IndeterminateState.vue.js +21 -21
  125. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +1 -1
  126. package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +24 -24
  127. package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +1 -1
  128. package/components/checkbox/v4/icons/UncheckedState.vue.js +26 -26
  129. package/components/checkbox/v4/index.d.ts +47 -103
  130. package/components/chip/v3/Chip.vue.d.ts +6 -6
  131. package/components/chip/v3/Chip.vue2.js +20 -20
  132. package/components/chip/v3/index.d.ts +47 -100
  133. package/components/chip/v4/ChipV4.vue.d.ts +10 -10
  134. package/components/chip/v4/ChipV4.vue2.js +8 -8
  135. package/components/chip/v4/index.d.ts +53 -108
  136. package/components/datePicker/common/DatePicker.common.d.ts +1 -1
  137. package/components/datePicker/common/DatePickerMonth.common.d.ts +18 -64
  138. package/components/datePicker/v3/DatePicker.vue.d.ts +6 -6
  139. package/components/datePicker/v3/DatePicker.vue2.js +33 -33
  140. package/components/datePicker/v3/DatePickerMonth.vue.d.ts +6 -6
  141. package/components/datePicker/v3/DatePickerMonth.vue2.js +17 -17
  142. package/components/datePicker/v3/index.d.ts +53 -110
  143. package/components/datePicker/v4/DatePickerMonthV4.vue.d.ts +6 -6
  144. package/components/datePicker/v4/DatePickerMonthV4.vue2.js +17 -17
  145. package/components/datePicker/v4/DatePickerV4.vue.d.ts +6 -6
  146. package/components/datePicker/v4/DatePickerV4.vue2.js +32 -32
  147. package/components/datePicker/v4/index.d.ts +53 -110
  148. package/components/dateRange/common/CalendarMonth.common.d.ts +3 -3
  149. package/components/dateRange/common/DateRange.common.d.ts +26 -14
  150. package/components/dateRange/v3/CalendarMonth.vue.d.ts +6 -6
  151. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  152. package/components/dateRange/v3/CalendarMonth.vue2.js +80 -80
  153. package/components/dateRange/v3/DateRange.vue.d.ts +15 -15
  154. package/components/dateRange/v3/DateRange.vue2.js +109 -109
  155. package/components/dateRange/v3/DateRangePicker.vue.d.ts +16 -16
  156. package/components/dateRange/v3/index.d.ts +130 -234
  157. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +6 -6
  158. package/components/dateRange/v4/CalendarMonthV4.vue.js +2 -2
  159. package/components/dateRange/v4/CalendarMonthV4.vue2.js +77 -77
  160. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +15 -15
  161. package/components/dateRange/v4/DateRangeV4.vue.d.ts +15 -15
  162. package/components/dateRange/v4/DateRangeV4.vue2.js +111 -111
  163. package/components/dateRange/v4/index.d.ts +130 -234
  164. package/components/dialog/common/Dialog.common.d.ts +1 -1
  165. package/components/dialog/v3/Dialog.vue.d.ts +8 -8
  166. package/components/dialog/v3/Dialog.vue.js +2 -2
  167. package/components/dialog/v3/Dialog.vue2.js +53 -54
  168. package/components/dialog/v3/index.d.ts +116 -211
  169. package/components/dialog/v4/DialogV4.vue.d.ts +8 -8
  170. package/components/dialog/v4/DialogV4.vue.js +4 -4
  171. package/components/dialog/v4/DialogV4.vue2.js +55 -55
  172. package/components/dialog/v4/index.d.ts +167 -296
  173. package/components/dropdown/common/Dropdown.common.d.ts +24 -18
  174. package/components/dropdown/common/Dropdown.common.js +7 -6
  175. package/components/dropdown/common/Option.common.d.ts +1 -1
  176. package/components/dropdown/v3/Dropdown.vue.d.ts +13 -13
  177. package/components/dropdown/v3/Dropdown.vue2.js +186 -186
  178. package/components/dropdown/v3/Label.vue.d.ts +1 -1
  179. package/components/dropdown/v3/Label.vue2.js +19 -19
  180. package/components/dropdown/v3/Option.vue.d.ts +4 -4
  181. package/components/dropdown/v3/Option.vue.js +3 -3
  182. package/components/dropdown/v3/Option.vue2.js +37 -37
  183. package/components/dropdown/v3/SearchInput.vue.d.ts +1 -1
  184. package/components/dropdown/v3/SearchInput.vue2.js +12 -12
  185. package/components/dropdown/v3/index.d.ts +11 -879
  186. package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +11 -8
  187. package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
  188. package/components/dropdown/v4/AppDropdownTrigger.vue2.js +87 -86
  189. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +7 -7
  190. package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -17
  191. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +7 -7
  192. package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue2.js +16 -16
  193. package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +6 -6
  194. package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +53 -53
  195. package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +6 -6
  196. package/components/dropdown/v4/ConditionalDropdown.vue2.js +160 -160
  197. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +14 -14
  198. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +70 -70
  199. package/components/dropdown/v4/DropdownV4.vue.d.ts +21 -21
  200. package/components/dropdown/v4/DropdownV4.vue2.js +205 -205
  201. package/components/dropdown/v4/GroupOption.vue.d.ts +1 -1
  202. package/components/dropdown/v4/IconButtonDropdownTrigger.vue.d.ts +4 -4
  203. package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +8 -8
  204. package/components/dropdown/v4/OptionV4.vue.d.ts +7 -7
  205. package/components/dropdown/v4/OptionV4.vue.js +2 -2
  206. package/components/dropdown/v4/OptionV4.vue2.js +112 -112
  207. package/components/dropdown/v4/TreeDropdown.vue.d.ts +6 -6
  208. package/components/dropdown/v4/TreeDropdown.vue2.js +154 -155
  209. package/components/dropdown/v4/dropdownStoryArgs.d.ts +2 -2
  210. package/components/dropdown/v4/index.d.ts +1427 -2380
  211. package/components/emptyState/v3/EmptyState.vue.d.ts +9 -9
  212. package/components/emptyState/v3/EmptyState.vue2.js +34 -34
  213. package/components/emptyState/v3/EmptyStateIcon.vue.d.ts +1 -1
  214. package/components/emptyState/v3/EmptyStateIcon.vue.js +28 -28
  215. package/components/emptyState/v3/index.d.ts +94 -173
  216. package/components/emptyState/v4/EmptyStateV4.vue.d.ts +6 -6
  217. package/components/emptyState/v4/EmptyStateV4.vue2.js +32 -32
  218. package/components/emptyState/v4/icons/IconError.vue.d.ts +1 -1
  219. package/components/emptyState/v4/icons/IconError.vue.js +10 -10
  220. package/components/emptyState/v4/icons/IconFiles.vue.d.ts +1 -1
  221. package/components/emptyState/v4/icons/IconFiles.vue.js +10 -10
  222. package/components/emptyState/v4/icons/IconNoAccess.vue.d.ts +1 -1
  223. package/components/emptyState/v4/icons/IconNoAccess.vue.js +10 -10
  224. package/components/emptyState/v4/icons/IconNoData.vue.d.ts +1 -1
  225. package/components/emptyState/v4/icons/IconNoData.vue.js +10 -10
  226. package/components/emptyState/v4/icons/IconNoResults.vue.d.ts +1 -1
  227. package/components/emptyState/v4/icons/IconNoResults.vue.js +10 -10
  228. package/components/emptyState/v4/icons/IconSettings.vue.d.ts +1 -1
  229. package/components/emptyState/v4/icons/IconSettings.vue.js +10 -10
  230. package/components/emptyState/v4/index.d.ts +59 -120
  231. package/components/filterDropdown/AddFilterButton.vue.d.ts +3 -3
  232. package/components/filterDropdown/AddFilterButton.vue2.js +15 -15
  233. package/components/filterDropdown/FilterDropdown.vue.d.ts +4 -4
  234. package/components/filterDropdown/FilterDropdown.vue2.js +14 -14
  235. package/components/filterDropdown/index.d.ts +24 -67
  236. package/components/filtersPanel/v3/FilterSearchInput.vue.d.ts +1 -1
  237. package/components/filtersPanel/v3/FiltersPanel.vue2.js +17 -17
  238. package/components/filtersPanel/v3/index.d.ts +3 -3
  239. package/components/filtersPanel/v3/useHiddenFilter.d.ts +2 -2
  240. package/components/filtersPanel/v4/FiltersPanelV4.vue.d.ts +4 -4
  241. package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +10 -10
  242. package/components/filtersPanel/v4/index.d.ts +29 -70
  243. package/components/floatingToolbar/FloatingToolbar.vue.d.ts +6 -6
  244. package/components/floatingToolbar/FloatingToolbar.vue2.js +26 -26
  245. package/components/floatingToolbar/index.d.ts +33 -78
  246. package/components/forms/CardPanel.vue.d.ts +4 -4
  247. package/components/forms/CardPanel.vue2.js +14 -14
  248. package/components/forms/FormCard.vue.d.ts +6 -6
  249. package/components/forms/FormCard.vue2.js +39 -39
  250. package/components/forms/FormField.vue.d.ts +3 -3
  251. package/components/forms/FormField.vue2.js +7 -7
  252. package/components/forms/FormRow.vue.d.ts +4 -4
  253. package/components/forms/FormRow.vue2.js +17 -17
  254. package/components/forms/index.d.ts +185 -396
  255. package/components/forms/validation/ValidationStory.vue.d.ts +1 -1
  256. package/components/forms/validation/examples/dynamicForm/DynamicForm.vue.d.ts +1 -1
  257. package/components/forms/validation/examples/dynamicForm/FormParts/FormA.vue.d.ts +5 -5
  258. package/components/forms/validation/examples/dynamicForm/FormParts/FormB.vue.d.ts +6 -6
  259. package/components/forms/validation/examples/simpleForm/SimpleForm.vue.d.ts +1 -1
  260. package/components/icon/v3/Icon.vue.d.ts +4 -4
  261. package/components/icon/v3/Icon.vue2.js +15 -16
  262. package/components/icon/v3/icons/A.vue.d.ts +1 -1
  263. package/components/icon/v3/icons/A.vue.js +18 -18
  264. package/components/icon/v3/icons/A2.vue.d.ts +1 -1
  265. package/components/icon/v3/icons/A2.vue.js +13 -13
  266. package/components/icon/v3/icons/ABTest.vue.d.ts +1 -1
  267. package/components/icon/v3/icons/ABTest.vue.js +14 -14
  268. package/components/icon/v3/icons/ABTest2.vue.d.ts +1 -1
  269. package/components/icon/v3/icons/ABTest2.vue.js +10 -10
  270. package/components/icon/v3/icons/ACircle.vue.d.ts +1 -1
  271. package/components/icon/v3/icons/ACircle.vue.js +15 -15
  272. package/components/icon/v3/icons/AccountBalanceWallet.vue.d.ts +1 -1
  273. package/components/icon/v3/icons/AccountBalanceWallet.vue.js +16 -16
  274. package/components/icon/v3/icons/AccountCircle.vue.d.ts +1 -1
  275. package/components/icon/v3/icons/AccountCircle.vue.js +15 -15
  276. package/components/icon/v3/icons/AccountCircleOutline.vue.d.ts +1 -1
  277. package/components/icon/v3/icons/AccountCircleOutline.vue.js +11 -11
  278. package/components/icon/v3/icons/Add.vue.d.ts +1 -1
  279. package/components/icon/v3/icons/Add.vue.js +13 -13
  280. package/components/icon/v3/icons/Adjust.vue.d.ts +1 -1
  281. package/components/icon/v3/icons/Adjust.vue.js +38 -38
  282. package/components/icon/v3/icons/Analytics.vue.d.ts +1 -1
  283. package/components/icon/v3/icons/Analytics.vue.js +11 -11
  284. package/components/icon/v3/icons/Android.vue.d.ts +1 -1
  285. package/components/icon/v3/icons/Android.vue.js +15 -15
  286. package/components/icon/v3/icons/AngleDown.vue.d.ts +1 -1
  287. package/components/icon/v3/icons/AngleDown.vue.js +15 -15
  288. package/components/icon/v3/icons/AngleLeft.vue.d.ts +1 -1
  289. package/components/icon/v3/icons/AngleLeft.vue.js +15 -15
  290. package/components/icon/v3/icons/AngleRight.vue.d.ts +1 -1
  291. package/components/icon/v3/icons/AngleRight.vue.js +15 -15
  292. package/components/icon/v3/icons/AngleUp.vue.d.ts +1 -1
  293. package/components/icon/v3/icons/AngleUp.vue.js +14 -14
  294. package/components/icon/v3/icons/AppStore.vue.d.ts +1 -1
  295. package/components/icon/v3/icons/AppStore.vue.js +16 -16
  296. package/components/icon/v3/icons/AreaChart.vue.d.ts +1 -1
  297. package/components/icon/v3/icons/AreaChart.vue.js +13 -13
  298. package/components/icon/v3/icons/ArrowBack.vue.d.ts +1 -1
  299. package/components/icon/v3/icons/ArrowBack.vue.js +12 -12
  300. package/components/icon/v3/icons/ArrowDownward.vue.d.ts +1 -1
  301. package/components/icon/v3/icons/ArrowDownward.vue.js +13 -13
  302. package/components/icon/v3/icons/ArrowForward.vue.d.ts +1 -1
  303. package/components/icon/v3/icons/ArrowForward.vue.js +13 -13
  304. package/components/icon/v3/icons/ArrowLeft.vue.d.ts +1 -1
  305. package/components/icon/v3/icons/ArrowLeft.vue.js +12 -12
  306. package/components/icon/v3/icons/ArrowRight.vue.d.ts +1 -1
  307. package/components/icon/v3/icons/ArrowRight.vue.js +11 -11
  308. package/components/icon/v3/icons/ArrowSort-Down.vue.d.ts +1 -1
  309. package/components/icon/v3/icons/ArrowSort-Down.vue.js +14 -14
  310. package/components/icon/v3/icons/ArrowSort-Up.vue.d.ts +1 -1
  311. package/components/icon/v3/icons/ArrowSort-Up.vue.js +14 -14
  312. package/components/icon/v3/icons/ArrowUpward.vue.d.ts +1 -1
  313. package/components/icon/v3/icons/ArrowUpward.vue.js +13 -13
  314. package/components/icon/v3/icons/AutoAwesome.vue.d.ts +1 -1
  315. package/components/icon/v3/icons/AutoAwesome.vue.js +13 -13
  316. package/components/icon/v3/icons/AutoMode.vue.d.ts +1 -1
  317. package/components/icon/v3/icons/AutoMode.vue.js +15 -15
  318. package/components/icon/v3/icons/Autorenew.vue.d.ts +1 -1
  319. package/components/icon/v3/icons/Autorenew.vue.js +12 -12
  320. package/components/icon/v3/icons/B.vue.d.ts +1 -1
  321. package/components/icon/v3/icons/B.vue.js +18 -18
  322. package/components/icon/v3/icons/B2.vue.d.ts +1 -1
  323. package/components/icon/v3/icons/B2.vue.js +12 -12
  324. package/components/icon/v3/icons/BCircle.vue.d.ts +1 -1
  325. package/components/icon/v3/icons/BCircle.vue.js +14 -14
  326. package/components/icon/v3/icons/Banner.vue.d.ts +1 -1
  327. package/components/icon/v3/icons/Banner.vue.js +18 -18
  328. package/components/icon/v3/icons/Bidding.vue.d.ts +1 -1
  329. package/components/icon/v3/icons/Bidding.vue.js +27 -27
  330. package/components/icon/v3/icons/Bidding2.vue.d.ts +1 -1
  331. package/components/icon/v3/icons/Bidding2.vue.js +27 -27
  332. package/components/icon/v3/icons/Block.vue.d.ts +1 -1
  333. package/components/icon/v3/icons/Block.vue.js +12 -12
  334. package/components/icon/v3/icons/BorderColor.vue.d.ts +1 -1
  335. package/components/icon/v3/icons/BorderColor.vue.js +14 -14
  336. package/components/icon/v3/icons/Bug.vue.d.ts +1 -1
  337. package/components/icon/v3/icons/Bug.vue.js +14 -14
  338. package/components/icon/v3/icons/Bullhorn.vue.d.ts +1 -1
  339. package/components/icon/v3/icons/Bullhorn.vue.js +12 -12
  340. package/components/icon/v3/icons/BullseyeArrow.vue.d.ts +1 -1
  341. package/components/icon/v3/icons/BullseyeArrow.vue.js +17 -17
  342. package/components/icon/v3/icons/Cached.vue.d.ts +1 -1
  343. package/components/icon/v3/icons/Cached.vue.js +13 -13
  344. package/components/icon/v3/icons/Calendar.vue.d.ts +1 -1
  345. package/components/icon/v3/icons/Calendar.vue.js +18 -18
  346. package/components/icon/v3/icons/CalendarToday.vue.d.ts +1 -1
  347. package/components/icon/v3/icons/CalendarToday.vue.js +12 -12
  348. package/components/icon/v3/icons/Cancel.vue.d.ts +1 -1
  349. package/components/icon/v3/icons/Cancel.vue.js +15 -15
  350. package/components/icon/v3/icons/ChartBar.vue.d.ts +1 -1
  351. package/components/icon/v3/icons/ChartBar.vue.js +14 -14
  352. package/components/icon/v3/icons/ChartLine.vue.d.ts +1 -1
  353. package/components/icon/v3/icons/ChartLine.vue.js +15 -15
  354. package/components/icon/v3/icons/ChartMixed.vue.d.ts +1 -1
  355. package/components/icon/v3/icons/ChartMixed.vue.js +15 -15
  356. package/components/icon/v3/icons/Check.vue.d.ts +1 -1
  357. package/components/icon/v3/icons/Check.vue.js +13 -13
  358. package/components/icon/v3/icons/Check2.vue.d.ts +1 -1
  359. package/components/icon/v3/icons/Check2.vue.js +13 -13
  360. package/components/icon/v3/icons/CheckBold.vue.d.ts +1 -1
  361. package/components/icon/v3/icons/CheckBold.vue.js +14 -14
  362. package/components/icon/v3/icons/CheckCircle.vue.d.ts +1 -1
  363. package/components/icon/v3/icons/CheckCircle.vue.js +14 -14
  364. package/components/icon/v3/icons/Close.vue.d.ts +1 -1
  365. package/components/icon/v3/icons/Close.vue.js +13 -13
  366. package/components/icon/v3/icons/CloseBold.vue.d.ts +1 -1
  367. package/components/icon/v3/icons/CloseBold.vue.js +12 -12
  368. package/components/icon/v3/icons/ComputerMouse.vue.d.ts +1 -1
  369. package/components/icon/v3/icons/ComputerMouse.vue.js +17 -17
  370. package/components/icon/v3/icons/CopyTo-Clipboard.vue.d.ts +1 -1
  371. package/components/icon/v3/icons/CopyTo-Clipboard.vue.js +15 -15
  372. package/components/icon/v3/icons/CopyToClipboardFilled.vue.d.ts +1 -1
  373. package/components/icon/v3/icons/CopyToClipboardFilled.vue.js +12 -12
  374. package/components/icon/v3/icons/Create.vue.d.ts +1 -1
  375. package/components/icon/v3/icons/Create.vue.js +15 -15
  376. package/components/icon/v3/icons/Creative.vue.d.ts +1 -1
  377. package/components/icon/v3/icons/Creative.vue.js +13 -13
  378. package/components/icon/v3/icons/Cross.vue.d.ts +1 -1
  379. package/components/icon/v3/icons/Cross.vue.js +15 -15
  380. package/components/icon/v3/icons/CrownFill.vue.d.ts +1 -1
  381. package/components/icon/v3/icons/CrownFill.vue.js +12 -12
  382. package/components/icon/v3/icons/Cube.vue.d.ts +1 -1
  383. package/components/icon/v3/icons/Cube.vue.js +14 -14
  384. package/components/icon/v3/icons/CubeBackground.vue.d.ts +1 -1
  385. package/components/icon/v3/icons/CubeBackground.vue.js +21 -21
  386. package/components/icon/v3/icons/Cup.vue.d.ts +1 -1
  387. package/components/icon/v3/icons/Cup.vue.js +13 -13
  388. package/components/icon/v3/icons/CupA.vue.d.ts +1 -1
  389. package/components/icon/v3/icons/CupA.vue.js +9 -9
  390. package/components/icon/v3/icons/CupB.vue.d.ts +1 -1
  391. package/components/icon/v3/icons/CupB.vue.js +10 -10
  392. package/components/icon/v3/icons/Delete.vue.d.ts +1 -1
  393. package/components/icon/v3/icons/Delete.vue.js +14 -14
  394. package/components/icon/v3/icons/Diamond.vue.d.ts +1 -1
  395. package/components/icon/v3/icons/Diamond.vue.js +13 -13
  396. package/components/icon/v3/icons/Dots.vue.d.ts +1 -1
  397. package/components/icon/v3/icons/Dots.vue.js +14 -14
  398. package/components/icon/v3/icons/Download.vue.d.ts +1 -1
  399. package/components/icon/v3/icons/Download.vue.js +15 -15
  400. package/components/icon/v3/icons/Download2.vue.d.ts +1 -1
  401. package/components/icon/v3/icons/Download2.vue.js +18 -18
  402. package/components/icon/v3/icons/DownloadDone.vue.d.ts +1 -1
  403. package/components/icon/v3/icons/DownloadDone.vue.js +14 -14
  404. package/components/icon/v3/icons/DragIndicator.vue.d.ts +1 -1
  405. package/components/icon/v3/icons/DragIndicator.vue.js +13 -13
  406. package/components/icon/v3/icons/Duplicate.vue.d.ts +1 -1
  407. package/components/icon/v3/icons/Duplicate.vue.js +14 -14
  408. package/components/icon/v3/icons/Ecpi.vue.d.ts +1 -1
  409. package/components/icon/v3/icons/Ecpi.vue.js +25 -25
  410. package/components/icon/v3/icons/Email.vue.d.ts +1 -1
  411. package/components/icon/v3/icons/Email.vue.js +14 -14
  412. package/components/icon/v3/icons/EmailEnvelope.vue.d.ts +1 -1
  413. package/components/icon/v3/icons/EmailEnvelope.vue.js +12 -12
  414. package/components/icon/v3/icons/Error.vue.d.ts +1 -1
  415. package/components/icon/v3/icons/Error.vue.js +15 -15
  416. package/components/icon/v3/icons/Eye.vue.d.ts +1 -1
  417. package/components/icon/v3/icons/Eye.vue.js +16 -16
  418. package/components/icon/v3/icons/Eye2.vue.d.ts +1 -1
  419. package/components/icon/v3/icons/Eye2.vue.js +12 -12
  420. package/components/icon/v3/icons/EyeSlash.vue.d.ts +1 -1
  421. package/components/icon/v3/icons/EyeSlash.vue.js +15 -15
  422. package/components/icon/v3/icons/FavoriteBorder.vue.d.ts +1 -1
  423. package/components/icon/v3/icons/FavoriteBorder.vue.js +14 -14
  424. package/components/icon/v3/icons/Filter.vue.d.ts +1 -1
  425. package/components/icon/v3/icons/Filter.vue.js +14 -14
  426. package/components/icon/v3/icons/FilterList.vue.d.ts +1 -1
  427. package/components/icon/v3/icons/FilterList.vue.js +13 -13
  428. package/components/icon/v3/icons/FiltersSearch.vue.d.ts +1 -1
  429. package/components/icon/v3/icons/FiltersSearch.vue.js +35 -35
  430. package/components/icon/v3/icons/Frame.vue.d.ts +1 -1
  431. package/components/icon/v3/icons/Frame.vue.js +15 -15
  432. package/components/icon/v3/icons/Fullscreen.vue.d.ts +1 -1
  433. package/components/icon/v3/icons/Fullscreen.vue.js +14 -14
  434. package/components/icon/v3/icons/FullscreenExit.vue.d.ts +1 -1
  435. package/components/icon/v3/icons/FullscreenExit.vue.js +15 -15
  436. package/components/icon/v3/icons/Functions.vue.d.ts +1 -1
  437. package/components/icon/v3/icons/Functions.vue.js +13 -13
  438. package/components/icon/v3/icons/GamepadAlt.vue.d.ts +1 -1
  439. package/components/icon/v3/icons/GamepadAlt.vue.js +15 -15
  440. package/components/icon/v3/icons/Games.vue.d.ts +1 -1
  441. package/components/icon/v3/icons/Games.vue.js +14 -14
  442. package/components/icon/v3/icons/Gavel.vue.d.ts +1 -1
  443. package/components/icon/v3/icons/Gavel.vue.js +15 -15
  444. package/components/icon/v3/icons/Gift.vue.d.ts +1 -1
  445. package/components/icon/v3/icons/Gift.vue.js +14 -14
  446. package/components/icon/v3/icons/GitHub.vue.d.ts +1 -1
  447. package/components/icon/v3/icons/GitHub.vue.js +15 -15
  448. package/components/icon/v3/icons/GlobeStand.vue.d.ts +1 -1
  449. package/components/icon/v3/icons/GlobeStand.vue.js +14 -14
  450. package/components/icon/v3/icons/GooglePlay.vue.d.ts +1 -1
  451. package/components/icon/v3/icons/GooglePlay.vue.js +13 -13
  452. package/components/icon/v3/icons/Group.vue.d.ts +1 -1
  453. package/components/icon/v3/icons/Group.vue.js +15 -15
  454. package/components/icon/v3/icons/Hammer.vue.d.ts +1 -1
  455. package/components/icon/v3/icons/Hammer.vue.js +13 -13
  456. package/components/icon/v3/icons/HandPointer.vue.d.ts +1 -1
  457. package/components/icon/v3/icons/HandPointer.vue.js +16 -16
  458. package/components/icon/v3/icons/Hands.vue.d.ts +1 -1
  459. package/components/icon/v3/icons/Hands.vue.js +15 -15
  460. package/components/icon/v3/icons/Heartbeat.vue.d.ts +1 -1
  461. package/components/icon/v3/icons/Heartbeat.vue.js +14 -14
  462. package/components/icon/v3/icons/Help.vue.d.ts +1 -1
  463. package/components/icon/v3/icons/Help.vue.js +15 -15
  464. package/components/icon/v3/icons/HelpOutline.vue.d.ts +1 -1
  465. package/components/icon/v3/icons/HelpOutline.vue.js +14 -14
  466. package/components/icon/v3/icons/History.vue.d.ts +1 -1
  467. package/components/icon/v3/icons/History.vue.js +13 -13
  468. package/components/icon/v3/icons/IOS.vue.d.ts +1 -1
  469. package/components/icon/v3/icons/IOS.vue.js +15 -15
  470. package/components/icon/v3/icons/Image.vue.d.ts +1 -1
  471. package/components/icon/v3/icons/Image.vue.js +12 -12
  472. package/components/icon/v3/icons/ImageNotSupported.vue.d.ts +1 -1
  473. package/components/icon/v3/icons/ImageNotSupported.vue.js +18 -18
  474. package/components/icon/v3/icons/ImageSlash.vue.d.ts +1 -1
  475. package/components/icon/v3/icons/ImageSlash.vue.js +13 -13
  476. package/components/icon/v3/icons/ImportExport.vue.d.ts +1 -1
  477. package/components/icon/v3/icons/ImportExport.vue.js +13 -13
  478. package/components/icon/v3/icons/ImportExport2.vue.d.ts +1 -1
  479. package/components/icon/v3/icons/ImportExport2.vue.js +13 -13
  480. package/components/icon/v3/icons/Importent.vue.d.ts +1 -1
  481. package/components/icon/v3/icons/Importent.vue.js +15 -15
  482. package/components/icon/v3/icons/Info.vue.d.ts +1 -1
  483. package/components/icon/v3/icons/Info.vue.js +15 -15
  484. package/components/icon/v3/icons/Info2.vue.d.ts +1 -1
  485. package/components/icon/v3/icons/Info2.vue.js +14 -14
  486. package/components/icon/v3/icons/InfoOutline.vue.d.ts +1 -1
  487. package/components/icon/v3/icons/InfoOutline.vue.js +15 -15
  488. package/components/icon/v3/icons/Insights.vue.d.ts +1 -1
  489. package/components/icon/v3/icons/Insights.vue.js +14 -14
  490. package/components/icon/v3/icons/Interstitial.vue.d.ts +1 -1
  491. package/components/icon/v3/icons/Interstitial.vue.js +19 -19
  492. package/components/icon/v3/icons/Ios14.vue.d.ts +1 -1
  493. package/components/icon/v3/icons/Ios14.vue.js +15 -15
  494. package/components/icon/v3/icons/Js.vue.d.ts +1 -1
  495. package/components/icon/v3/icons/Js.vue.js +15 -15
  496. package/components/icon/v3/icons/Landscape.vue.d.ts +1 -1
  497. package/components/icon/v3/icons/Landscape.vue.js +12 -12
  498. package/components/icon/v3/icons/Launch.vue.d.ts +1 -1
  499. package/components/icon/v3/icons/Launch.vue.js +13 -13
  500. package/components/icon/v3/icons/Levelplay.vue.d.ts +1 -1
  501. package/components/icon/v3/icons/Levelplay.vue.js +27 -27
  502. package/components/icon/v3/icons/LimitCircle.vue.d.ts +1 -1
  503. package/components/icon/v3/icons/LimitCircle.vue.js +17 -17
  504. package/components/icon/v3/icons/LimitOctagon.vue.d.ts +1 -1
  505. package/components/icon/v3/icons/LimitOctagon.vue.js +16 -16
  506. package/components/icon/v3/icons/Link.vue.d.ts +1 -1
  507. package/components/icon/v3/icons/Link.vue.js +12 -12
  508. package/components/icon/v3/icons/LoadingClean.vue.d.ts +1 -1
  509. package/components/icon/v3/icons/LoadingClean.vue.js +13 -13
  510. package/components/icon/v3/icons/Lock.vue.d.ts +1 -1
  511. package/components/icon/v3/icons/Lock.vue.js +12 -12
  512. package/components/icon/v3/icons/LockOpen.vue.d.ts +1 -1
  513. package/components/icon/v3/icons/LockOpen.vue.js +12 -12
  514. package/components/icon/v3/icons/Login.vue.d.ts +1 -1
  515. package/components/icon/v3/icons/Login.vue.js +13 -13
  516. package/components/icon/v3/icons/Logout.vue.d.ts +1 -1
  517. package/components/icon/v3/icons/Logout.vue.js +13 -13
  518. package/components/icon/v3/icons/Marketing.vue.d.ts +1 -1
  519. package/components/icon/v3/icons/Marketing.vue.js +16 -16
  520. package/components/icon/v3/icons/MilitaryTech.vue.d.ts +1 -1
  521. package/components/icon/v3/icons/MilitaryTech.vue.js +13 -13
  522. package/components/icon/v3/icons/Mix.vue.d.ts +1 -1
  523. package/components/icon/v3/icons/Mix.vue.js +14 -14
  524. package/components/icon/v3/icons/Mix2.vue.d.ts +1 -1
  525. package/components/icon/v3/icons/Mix2.vue.js +19 -19
  526. package/components/icon/v3/icons/MobileLandscape.vue.d.ts +1 -1
  527. package/components/icon/v3/icons/MobileLandscape.vue.js +15 -15
  528. package/components/icon/v3/icons/MobilePortrait.vue.d.ts +1 -1
  529. package/components/icon/v3/icons/MobilePortrait.vue.js +14 -14
  530. package/components/icon/v3/icons/MoneyCheck.vue.d.ts +1 -1
  531. package/components/icon/v3/icons/MoneyCheck.vue.js +15 -15
  532. package/components/icon/v3/icons/MoreHoriz.vue.d.ts +1 -1
  533. package/components/icon/v3/icons/MoreHoriz.vue.js +15 -15
  534. package/components/icon/v3/icons/MoreVert.vue.d.ts +1 -1
  535. package/components/icon/v3/icons/MoreVert.vue.js +15 -15
  536. package/components/icon/v3/icons/Mouse.vue.d.ts +1 -1
  537. package/components/icon/v3/icons/Mouse.vue.js +15 -15
  538. package/components/icon/v3/icons/MousePointer.vue.d.ts +1 -1
  539. package/components/icon/v3/icons/MousePointer.vue.js +15 -15
  540. package/components/icon/v3/icons/MovingUp.vue.d.ts +1 -1
  541. package/components/icon/v3/icons/MovingUp.vue.js +13 -13
  542. package/components/icon/v3/icons/NativeAd.vue.d.ts +1 -1
  543. package/components/icon/v3/icons/NativeAd.vue.js +10 -10
  544. package/components/icon/v3/icons/NotificationsNone.vue.d.ts +1 -1
  545. package/components/icon/v3/icons/NotificationsNone.vue.js +15 -15
  546. package/components/icon/v3/icons/Offerwall.vue.d.ts +1 -1
  547. package/components/icon/v3/icons/Offerwall.vue.js +19 -19
  548. package/components/icon/v3/icons/Palyable.vue.d.ts +1 -1
  549. package/components/icon/v3/icons/Palyable.vue.js +13 -13
  550. package/components/icon/v3/icons/PaperPlane-Off.vue.d.ts +1 -1
  551. package/components/icon/v3/icons/PaperPlane-Off.vue.js +14 -14
  552. package/components/icon/v3/icons/PaperPlane.vue.d.ts +1 -1
  553. package/components/icon/v3/icons/PaperPlane.vue.js +15 -15
  554. package/components/icon/v3/icons/Pause.vue.d.ts +1 -1
  555. package/components/icon/v3/icons/Pause.vue.js +15 -15
  556. package/components/icon/v3/icons/PauseCircleFilled.vue.d.ts +1 -1
  557. package/components/icon/v3/icons/PauseCircleFilled.vue.js +15 -15
  558. package/components/icon/v3/icons/PauseCircleOutline.vue.d.ts +1 -1
  559. package/components/icon/v3/icons/PauseCircleOutline.vue.js +14 -14
  560. package/components/icon/v3/icons/PhoneIphone.vue.d.ts +1 -1
  561. package/components/icon/v3/icons/PhoneIphone.vue.js +13 -13
  562. package/components/icon/v3/icons/Photo.vue.d.ts +1 -1
  563. package/components/icon/v3/icons/Photo.vue.js +18 -18
  564. package/components/icon/v3/icons/Photo2.vue.d.ts +1 -1
  565. package/components/icon/v3/icons/Photo2.vue.js +14 -14
  566. package/components/icon/v3/icons/PlayArrow.vue.d.ts +1 -1
  567. package/components/icon/v3/icons/PlayArrow.vue.js +12 -12
  568. package/components/icon/v3/icons/PlayCircleFilledWhite.vue.d.ts +1 -1
  569. package/components/icon/v3/icons/PlayCircleFilledWhite.vue.js +14 -14
  570. package/components/icon/v3/icons/PlayCircleOutline.vue.d.ts +1 -1
  571. package/components/icon/v3/icons/PlayCircleOutline.vue.js +14 -14
  572. package/components/icon/v3/icons/Qrcode.vue.d.ts +1 -1
  573. package/components/icon/v3/icons/Qrcode.vue.js +15 -15
  574. package/components/icon/v3/icons/Question.vue.d.ts +1 -1
  575. package/components/icon/v3/icons/Question.vue.js +14 -14
  576. package/components/icon/v3/icons/QuickAB.vue.d.ts +1 -1
  577. package/components/icon/v3/icons/QuickAB.vue.js +9 -9
  578. package/components/icon/v3/icons/QuickAB2.vue.d.ts +1 -1
  579. package/components/icon/v3/icons/QuickAB2.vue.js +9 -9
  580. package/components/icon/v3/icons/React.vue.d.ts +1 -1
  581. package/components/icon/v3/icons/React.vue.js +15 -15
  582. package/components/icon/v3/icons/Redo.vue.d.ts +1 -1
  583. package/components/icon/v3/icons/Redo.vue.js +13 -13
  584. package/components/icon/v3/icons/Refresh.vue.d.ts +1 -1
  585. package/components/icon/v3/icons/Refresh.vue.js +12 -12
  586. package/components/icon/v3/icons/Remove.vue.d.ts +1 -1
  587. package/components/icon/v3/icons/Remove.vue.js +13 -13
  588. package/components/icon/v3/icons/Replay.vue.d.ts +1 -1
  589. package/components/icon/v3/icons/Replay.vue.js +12 -12
  590. package/components/icon/v3/icons/RewardedVideo.vue.d.ts +1 -1
  591. package/components/icon/v3/icons/RewardedVideo.vue.js +18 -18
  592. package/components/icon/v3/icons/RocketLaunch.vue.d.ts +1 -1
  593. package/components/icon/v3/icons/RocketLaunch.vue.js +12 -12
  594. package/components/icon/v3/icons/Rotate.vue.d.ts +1 -1
  595. package/components/icon/v3/icons/Rotate.vue.js +15 -15
  596. package/components/icon/v3/icons/Route.vue.d.ts +1 -1
  597. package/components/icon/v3/icons/Route.vue.js +15 -15
  598. package/components/icon/v3/icons/SackDollar.vue.d.ts +1 -1
  599. package/components/icon/v3/icons/SackDollar.vue.js +16 -16
  600. package/components/icon/v3/icons/Schedule.vue.d.ts +1 -1
  601. package/components/icon/v3/icons/Schedule.vue.js +13 -13
  602. package/components/icon/v3/icons/Search.vue.d.ts +1 -1
  603. package/components/icon/v3/icons/Search.vue.js +13 -13
  604. package/components/icon/v3/icons/SearchBold.vue.d.ts +1 -1
  605. package/components/icon/v3/icons/SearchBold.vue.js +13 -13
  606. package/components/icon/v3/icons/Share.vue.d.ts +1 -1
  607. package/components/icon/v3/icons/Share.vue.js +13 -13
  608. package/components/icon/v3/icons/Slack.vue.d.ts +1 -1
  609. package/components/icon/v3/icons/Slack.vue.js +12 -12
  610. package/components/icon/v3/icons/SportsEsports.vue.d.ts +1 -1
  611. package/components/icon/v3/icons/SportsEsports.vue.js +13 -13
  612. package/components/icon/v3/icons/Star.vue.d.ts +1 -1
  613. package/components/icon/v3/icons/Star.vue.js +15 -15
  614. package/components/icon/v3/icons/StarFill.vue.d.ts +1 -1
  615. package/components/icon/v3/icons/StarFill.vue.js +14 -14
  616. package/components/icon/v3/icons/StatusBanner.vue.d.ts +1 -1
  617. package/components/icon/v3/icons/StatusBanner.vue.js +20 -20
  618. package/components/icon/v3/icons/StatusInterstitial.vue.d.ts +1 -1
  619. package/components/icon/v3/icons/StatusInterstitial.vue.js +21 -21
  620. package/components/icon/v3/icons/StatusNativeAd.vue.d.ts +1 -1
  621. package/components/icon/v3/icons/StatusNativeAd.vue.js +9 -9
  622. package/components/icon/v3/icons/StatusOfferwall.vue.d.ts +1 -1
  623. package/components/icon/v3/icons/StatusOfferwall.vue.js +21 -21
  624. package/components/icon/v3/icons/StatusRewardedVideo.vue.d.ts +1 -1
  625. package/components/icon/v3/icons/StatusRewardedVideo.vue.js +21 -21
  626. package/components/icon/v3/icons/StopCircleFilled.vue.d.ts +1 -1
  627. package/components/icon/v3/icons/StopCircleFilled.vue.js +12 -12
  628. package/components/icon/v3/icons/StopCircleOutline.vue.d.ts +1 -1
  629. package/components/icon/v3/icons/StopCircleOutline.vue.js +13 -13
  630. package/components/icon/v3/icons/Style.vue.d.ts +1 -1
  631. package/components/icon/v3/icons/Style.vue.js +17 -17
  632. package/components/icon/v3/icons/Success.vue.d.ts +1 -1
  633. package/components/icon/v3/icons/Success.vue.js +15 -15
  634. package/components/icon/v3/icons/SuccessFull.vue.d.ts +1 -1
  635. package/components/icon/v3/icons/SuccessFull.vue.js +14 -14
  636. package/components/icon/v3/icons/Switch.vue.d.ts +1 -1
  637. package/components/icon/v3/icons/Switch.vue.js +14 -14
  638. package/components/icon/v3/icons/TableEdit.vue.d.ts +1 -1
  639. package/components/icon/v3/icons/TableEdit.vue.js +13 -13
  640. package/components/icon/v3/icons/TabletLandscape.vue.d.ts +1 -1
  641. package/components/icon/v3/icons/TabletLandscape.vue.js +14 -14
  642. package/components/icon/v3/icons/TabletMac.vue.d.ts +1 -1
  643. package/components/icon/v3/icons/TabletMac.vue.js +13 -13
  644. package/components/icon/v3/icons/TabletPortrait.vue.d.ts +1 -1
  645. package/components/icon/v3/icons/TabletPortrait.vue.js +15 -15
  646. package/components/icon/v3/icons/Texture.vue.d.ts +1 -1
  647. package/components/icon/v3/icons/Texture.vue.js +15 -15
  648. package/components/icon/v3/icons/ThemeDark.vue.d.ts +1 -1
  649. package/components/icon/v3/icons/ThemeDark.vue.js +13 -13
  650. package/components/icon/v3/icons/ThemeLight.vue.d.ts +1 -1
  651. package/components/icon/v3/icons/ThemeLight.vue.js +12 -12
  652. package/components/icon/v3/icons/Timelapse.vue.d.ts +1 -1
  653. package/components/icon/v3/icons/Timelapse.vue.js +13 -13
  654. package/components/icon/v3/icons/Timeline.vue.d.ts +1 -1
  655. package/components/icon/v3/icons/Timeline.vue.js +13 -13
  656. package/components/icon/v3/icons/TrendingDown.vue.d.ts +1 -1
  657. package/components/icon/v3/icons/TrendingDown.vue.js +12 -12
  658. package/components/icon/v3/icons/TrendingFlat.vue.d.ts +1 -1
  659. package/components/icon/v3/icons/TrendingFlat.vue.js +13 -13
  660. package/components/icon/v3/icons/TrendingUp.vue.d.ts +1 -1
  661. package/components/icon/v3/icons/TrendingUp.vue.js +12 -12
  662. package/components/icon/v3/icons/Tune.vue.d.ts +1 -1
  663. package/components/icon/v3/icons/Tune.vue.js +14 -14
  664. package/components/icon/v3/icons/TwoToneBanner.vue.d.ts +1 -1
  665. package/components/icon/v3/icons/TwoToneBanner.vue.js +22 -22
  666. package/components/icon/v3/icons/TwoToneInterstitial.vue.d.ts +1 -1
  667. package/components/icon/v3/icons/TwoToneInterstitial.vue.js +23 -23
  668. package/components/icon/v3/icons/TwoToneNativeAd.vue.d.ts +1 -1
  669. package/components/icon/v3/icons/TwoToneNativeAd.vue.js +10 -10
  670. package/components/icon/v3/icons/TwoToneOfferwall.vue.d.ts +1 -1
  671. package/components/icon/v3/icons/TwoToneOfferwall.vue.js +19 -19
  672. package/components/icon/v3/icons/TwoToneRewardedVideo.vue.d.ts +1 -1
  673. package/components/icon/v3/icons/TwoToneRewardedVideo.vue.js +25 -25
  674. package/components/icon/v3/icons/Undo.vue.d.ts +1 -1
  675. package/components/icon/v3/icons/Undo.vue.js +13 -13
  676. package/components/icon/v3/icons/UnfoldLess.vue.d.ts +1 -1
  677. package/components/icon/v3/icons/UnfoldLess.vue.js +15 -15
  678. package/components/icon/v3/icons/UnfoldMore.vue.d.ts +1 -1
  679. package/components/icon/v3/icons/UnfoldMore.vue.js +15 -15
  680. package/components/icon/v3/icons/VerticalAlignTop.vue.d.ts +1 -1
  681. package/components/icon/v3/icons/VerticalAlignTop.vue.js +13 -13
  682. package/components/icon/v3/icons/VerticalAlignTop2.vue.d.ts +1 -1
  683. package/components/icon/v3/icons/VerticalAlignTop2.vue.js +13 -13
  684. package/components/icon/v3/icons/Vibration.vue.d.ts +1 -1
  685. package/components/icon/v3/icons/Vibration.vue.js +14 -14
  686. package/components/icon/v3/icons/VideoRound.vue.d.ts +1 -1
  687. package/components/icon/v3/icons/VideoRound.vue.js +15 -15
  688. package/components/icon/v3/icons/ViewCarousel.vue.d.ts +1 -1
  689. package/components/icon/v3/icons/ViewCarousel.vue.js +13 -13
  690. package/components/icon/v3/icons/Visibility.vue.d.ts +1 -1
  691. package/components/icon/v3/icons/Visibility.vue.js +13 -13
  692. package/components/icon/v3/icons/VisibilityOff.vue.d.ts +1 -1
  693. package/components/icon/v3/icons/VisibilityOff.vue.js +13 -13
  694. package/components/icon/v3/icons/VisibilityOffStrok.vue.d.ts +1 -1
  695. package/components/icon/v3/icons/VisibilityOffStrok.vue.js +12 -12
  696. package/components/icon/v3/icons/VisibilityStrok.vue.d.ts +1 -1
  697. package/components/icon/v3/icons/VisibilityStrok.vue.js +13 -13
  698. package/components/icon/v3/icons/VolumeOff.vue.d.ts +1 -1
  699. package/components/icon/v3/icons/VolumeOff.vue.js +15 -15
  700. package/components/icon/v3/icons/VolumeUp.vue.d.ts +1 -1
  701. package/components/icon/v3/icons/VolumeUp.vue.js +15 -15
  702. package/components/icon/v3/icons/Warning.vue.d.ts +1 -1
  703. package/components/icon/v3/icons/Warning.vue.js +13 -13
  704. package/components/icon/v3/icons/Warning2.vue.d.ts +1 -1
  705. package/components/icon/v3/icons/Warning2.vue.js +14 -14
  706. package/components/icon/v3/icons/Warning3.vue.d.ts +1 -1
  707. package/components/icon/v3/icons/Warning3.vue.js +15 -15
  708. package/components/icon/v3/icons/WarningCircle.vue.d.ts +1 -1
  709. package/components/icon/v3/icons/WarningCircle.vue.js +14 -14
  710. package/components/icon/v3/icons/WarningOctagon.vue.d.ts +1 -1
  711. package/components/icon/v3/icons/WarningOctagon.vue.js +15 -15
  712. package/components/icon/v3/icons/WebApp.vue.d.ts +1 -1
  713. package/components/icon/v3/icons/WebApp.vue.js +11 -11
  714. package/components/icon/v3/icons/Widget.vue.d.ts +1 -1
  715. package/components/icon/v3/icons/Widget.vue.js +18 -18
  716. package/components/icon/v3/icons/Widgets.vue.d.ts +1 -1
  717. package/components/icon/v3/icons/Widgets.vue.js +13 -13
  718. package/components/icon/v3/icons/WidgetsFill.vue.d.ts +1 -1
  719. package/components/icon/v3/icons/WidgetsFill.vue.js +12 -12
  720. package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +1 -1
  721. package/components/icon/v3/icons/WidgetsFlatSquares.vue.js +44 -44
  722. package/components/icon/v3/icons/Widgetsz.vue.d.ts +1 -1
  723. package/components/icon/v3/icons/Widgetsz.vue.js +20 -20
  724. package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +1 -1
  725. package/components/icon/v3/icons/WifiProtectedSetup.vue.js +14 -14
  726. package/components/icon/v3/index.d.ts +24 -63
  727. package/components/icon/v3/storyComponents/Code.vue.d.ts +3 -3
  728. package/components/icon/v3/storyComponents/IconWrapper.vue.d.ts +3 -3
  729. package/components/icon/v3/storyComponents/Page.vue.d.ts +3 -3
  730. package/components/icon/v4/IconFlag.vue.d.ts +4 -4
  731. package/components/icon/v4/IconFlag.vue2.js +10 -10
  732. package/components/icon/v4/IconV4.vue.d.ts +5 -5
  733. package/components/icon/v4/IconV4.vue2.js +26 -27
  734. package/components/icon/v4/index.d.ts +63 -122
  735. package/components/includeExclude/IncludeExclude.vue.d.ts +7 -7
  736. package/components/includeExclude/IncludeExclude.vue.js +5 -5
  737. package/components/includeExclude/IncludeExclude.vue2.js +231 -230
  738. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +4 -4
  739. package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +35 -35
  740. package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +4 -4
  741. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +41 -41
  742. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +6 -6
  743. package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +38 -38
  744. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +9 -9
  745. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +5 -5
  746. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +243 -242
  747. package/components/includeExclude/IncludeExcludeOption.vue.d.ts +4 -4
  748. package/components/includeExclude/IncludeExcludeOption.vue.js +3 -3
  749. package/components/includeExclude/IncludeExcludeOption.vue2.js +54 -54
  750. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +4 -4
  751. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
  752. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +51 -51
  753. package/components/includeExclude/index.d.ts +498 -937
  754. package/components/inlineCopy/InlineCopy.vue.d.ts +6 -6
  755. package/components/inlineCopy/InlineCopy.vue2.js +28 -28
  756. package/components/inlineCopy/index.d.ts +6 -6
  757. package/components/input/common/Input.common.d.ts +2 -2
  758. package/components/input/v3/DollarInput.vue.d.ts +3 -17
  759. package/components/input/v3/DollarInput.vue.js +3 -3
  760. package/components/input/v3/DollarInput.vue2.js +11 -11
  761. package/components/input/v3/Input.vue.d.ts +7 -7
  762. package/components/input/v3/Input.vue2.js +105 -105
  763. package/components/input/v3/PasswordInput.vue.d.ts +3 -17
  764. package/components/input/v3/PasswordInput.vue.js +3 -3
  765. package/components/input/v3/PasswordInput.vue2.js +11 -11
  766. package/components/input/v3/PercentageInput.vue.d.ts +3 -17
  767. package/components/input/v3/PercentageInput.vue.js +2 -2
  768. package/components/input/v3/PercentageInput.vue2.js +12 -12
  769. package/components/input/v3/index.d.ts +3 -645
  770. package/components/input/v4/TextField.vue.d.ts +8 -8
  771. package/components/input/v4/TextField.vue.js +3 -3
  772. package/components/input/v4/TextField.vue2.js +131 -131
  773. package/components/input/v4/index.d.ts +202 -348
  774. package/components/layout/FoldableSection.vue.d.ts +6 -6
  775. package/components/layout/FoldableSection.vue2.js +22 -22
  776. package/components/layout/index.d.ts +35 -80
  777. package/components/link/Link.vue.d.ts +6 -6
  778. package/components/link/Link.vue2.js +17 -17
  779. package/components/link/index.d.ts +59 -120
  780. package/components/loader/v4/Loader.vue.d.ts +5 -5
  781. package/components/loader/v4/Loader.vue2.js +20 -20
  782. package/components/loader/v4/index.d.ts +40 -87
  783. package/components/menu/Menu.vue.d.ts +4 -4
  784. package/components/menu/Menu.vue2.js +25 -25
  785. package/components/menu/index.d.ts +47 -102
  786. package/components/menuItem/MenuItem.vue.d.ts +1 -1
  787. package/components/menuItem/index.d.ts +9 -39
  788. package/components/multibar/MultiBar.vue.d.ts +7 -7
  789. package/components/multibar/MultiBar.vue2.js +48 -48
  790. package/components/multibar/MultiBarMenu.vue.d.ts +6 -6
  791. package/components/multibar/MultiBarMenu.vue2.js +17 -17
  792. package/components/multibar/index.d.ts +15 -15
  793. package/components/popover/common/Popover.common.d.ts +3 -3
  794. package/components/popover/v3/Popover.vue.d.ts +8 -8
  795. package/components/popover/v3/Popover.vue2.js +8 -8
  796. package/components/popover/v3/index.d.ts +68 -131
  797. package/components/popover/v4/PopoverV4.vue.d.ts +11 -11
  798. package/components/popover/v4/PopoverV4.vue2.js +29 -29
  799. package/components/popover/v4/index.d.ts +92 -165
  800. package/components/radioButton/common/radioGroup.common.d.ts +1 -1
  801. package/components/radioButton/common/useRadio.d.ts +4 -4
  802. package/components/radioButton/v3/RadioButton.vue.d.ts +8 -8
  803. package/components/radioButton/v3/RadioButton.vue2.js +38 -38
  804. package/components/radioButton/v3/RadioGroup.vue.d.ts +8 -8
  805. package/components/radioButton/v3/RadioGroup.vue2.js +13 -13
  806. package/components/radioButton/v3/index.d.ts +123 -236
  807. package/components/radioButton/v4/RadioButtonV4.vue.d.ts +8 -8
  808. package/components/radioButton/v4/RadioButtonV4.vue2.js +38 -38
  809. package/components/radioButton/v4/RadioGroupV4.vue.d.ts +8 -8
  810. package/components/radioButton/v4/RadioGroupV4.vue2.js +13 -13
  811. package/components/radioButton/v4/index.d.ts +125 -238
  812. package/components/search/common/Search.common.d.ts +1 -1
  813. package/components/search/v3/Search.vue.d.ts +8 -8
  814. package/components/search/v3/Search.vue2.js +38 -38
  815. package/components/search/v3/index.d.ts +8 -8
  816. package/components/search/v4/SearchV4.vue.d.ts +8 -8
  817. package/components/search/v4/SearchV4.vue2.js +24 -24
  818. package/components/search/v4/index.d.ts +8 -8
  819. package/components/shared/FieldHelpText.vue.d.ts +4 -4
  820. package/components/shared/FieldHelpText.vue2.js +18 -18
  821. package/components/shared/FieldLabel.vue.d.ts +5 -5
  822. package/components/shared/FieldLabel.vue2.js +40 -40
  823. package/components/shared/FieldMaxLength.vue.d.ts +4 -4
  824. package/components/shared/FieldMaxLength.vue2.js +11 -11
  825. package/components/skeleton/v3/Skeleton.vue.d.ts +3 -3
  826. package/components/skeleton/v3/Skeleton.vue2.js +6 -6
  827. package/components/skeleton/v3/index.d.ts +15 -52
  828. package/components/skeleton/v4/SkeletonV4.vue.d.ts +4 -4
  829. package/components/skeleton/v4/SkeletonV4.vue2.js +9 -10
  830. package/components/skeleton/v4/index.d.ts +24 -63
  831. package/components/snackbar/common/snackbar.common.d.ts +1 -1
  832. package/components/snackbar/v3/Snackbar.vue.d.ts +11 -11
  833. package/components/snackbar/v3/Snackbar.vue2.js +64 -64
  834. package/components/snackbar/v4/SnackbarV4.vue.d.ts +11 -11
  835. package/components/snackbar/v4/SnackbarV4.vue2.js +72 -71
  836. package/components/sortableList/SortableItem.vue.d.ts +6 -6
  837. package/components/sortableList/SortableItem.vue.js +4 -4
  838. package/components/sortableList/SortableItem.vue2.js +60 -61
  839. package/components/sortableList/SortableItemLabel.vue.d.ts +3 -3
  840. package/components/sortableList/SortableItemLabel.vue2.js +17 -17
  841. package/components/sortableList/SortableList.types.d.ts +0 -17
  842. package/components/sortableList/SortableList.vue.d.ts +7 -7
  843. package/components/sortableList/SortableList.vue2.js +106 -107
  844. package/components/sortableList/index.d.ts +136 -247
  845. package/components/statusDot/StatusDot.vue.d.ts +4 -4
  846. package/components/statusDot/StatusDot.vue2.js +4 -4
  847. package/components/statusDot/index.d.ts +7 -7
  848. package/components/switch/v3/Switch.vue.d.ts +6 -6
  849. package/components/switch/v3/Switch.vue2.js +40 -40
  850. package/components/switch/v3/index.d.ts +37 -86
  851. package/components/switch/v4/SwitchV4.vue.d.ts +6 -6
  852. package/components/switch/v4/SwitchV4.vue2.js +31 -31
  853. package/components/switch/v4/index.d.ts +6 -6
  854. package/components/table/common/Table.common.d.ts +13 -8
  855. package/components/table/v3/SortOrderIcon.vue.d.ts +1 -1
  856. package/components/table/v3/SortOrderIcon.vue.js +13 -13
  857. package/components/table/v3/Table.vue.d.ts +7 -7
  858. package/components/table/v3/Table.vue2.js +134 -135
  859. package/components/table/v3/TableHeaderSorter.vue.d.ts +3 -3
  860. package/components/table/v3/TableHeaderSorter.vue2.js +11 -11
  861. package/components/table/v3/index.d.ts +120 -220
  862. package/components/table/v4/DataGrid.vue.d.ts +9 -9
  863. package/components/table/v4/DataGrid.vue.js +4 -4
  864. package/components/table/v4/DataGrid.vue2.js +264 -264
  865. package/components/table/v4/DataGridMenu.vue.d.ts +6 -6
  866. package/components/table/v4/DataGridMenu.vue2.js +20 -20
  867. package/components/table/v4/DataGridRowsCounter.vue.d.ts +4 -4
  868. package/components/table/v4/DataGridRowsCounter.vue2.js +19 -19
  869. package/components/table/v4/ExpandRowToggle.vue.d.ts +6 -6
  870. package/components/table/v4/ExpandRowToggle.vue2.js +10 -9
  871. package/components/table/v4/HelpIcon.vue.d.ts +4 -4
  872. package/components/table/v4/HelpIcon.vue2.js +9 -9
  873. package/components/table/v4/MultipleDataGrid.vue.d.ts +10 -10
  874. package/components/table/v4/MultipleDataGrid.vue2.js +76 -77
  875. package/components/table/v4/SortIcon.vue.d.ts +3 -3
  876. package/components/table/v4/SortIcon.vue2.js +6 -6
  877. package/components/table/v4/index.d.ts +244 -960
  878. package/components/table-cells/common/Editable.common.d.ts +2 -2
  879. package/components/table-cells/v3/Editable.vue.d.ts +4 -4
  880. package/components/table-cells/v3/Editable.vue2.js +17 -17
  881. package/components/table-cells/v3/index.d.ts +43 -98
  882. package/components/table-cells/v4/EditableV4.vue.d.ts +5 -5
  883. package/components/table-cells/v4/EditableV4.vue2.js +23 -23
  884. package/components/table-cells/v4/index.d.ts +70 -138
  885. package/components/tabs/common/tabsCommon.d.ts +2 -2
  886. package/components/tabs/v3/Tabs.vue.d.ts +6 -6
  887. package/components/tabs/v3/Tabs.vue2.js +54 -55
  888. package/components/tabs/v3/index.d.ts +46 -100
  889. package/components/tabs/v4/TabsV4.vue.d.ts +6 -6
  890. package/components/tabs/v4/TabsV4.vue2.js +41 -42
  891. package/components/tabs/v4/index.d.ts +40 -90
  892. package/components/textArea/v3/TextArea.vue.d.ts +6 -6
  893. package/components/textArea/v3/TextArea.vue2.js +14 -14
  894. package/components/textArea/v3/index.d.ts +6 -6
  895. package/components/textArea/v4/TextAreaV4.vue.d.ts +8 -8
  896. package/components/textArea/v4/TextAreaV4.vue2.js +18 -18
  897. package/components/textArea/v4/index.d.ts +23 -23
  898. package/components/toggle/v3/Toggle.vue.d.ts +6 -6
  899. package/components/toggle/v3/Toggle.vue2.js +32 -33
  900. package/components/toggle/v3/index.d.ts +6 -6
  901. package/components/toggle/v4/ToggleV4.vue.d.ts +9 -9
  902. package/components/toggle/v4/ToggleV4.vue2.js +34 -34
  903. package/components/toggle/v4/index.d.ts +96 -181
  904. package/components/tooltip/common/Tooltip.common.d.ts +1 -1
  905. package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +3 -3
  906. package/components/tooltip/v3/TextWithTitleContent.vue.d.ts +4 -4
  907. package/components/tooltip/v3/TextWithTitleContent.vue2.js +16 -16
  908. package/components/tooltip/v3/Tooltip.vue.d.ts +5 -5
  909. package/components/tooltip/v3/Tooltip.vue2.js +28 -28
  910. package/components/tooltip/v3/index.d.ts +73 -140
  911. package/components/tooltip/v4/TextWithTitleContent.vue.d.ts +4 -4
  912. package/components/tooltip/v4/TextWithTitleContent.vue2.js +15 -15
  913. package/components/tooltip/v4/TooltipV4.vue.d.ts +7 -7
  914. package/components/tooltip/v4/TooltipV4.vue2.js +24 -24
  915. package/components/tooltip/v4/index.d.ts +103 -188
  916. package/components/typography/Heading.vue.d.ts +4 -4
  917. package/components/typography/Heading.vue2.js +10 -10
  918. package/components/typography/Text.vue.d.ts +4 -4
  919. package/components/typography/Text.vue2.js +10 -10
  920. package/components/typography/index.d.ts +55 -142
  921. package/components/typography/v4/Typography.vue.d.ts +4 -4
  922. package/components/typography/v4/Typography.vue2.js +20 -20
  923. package/components/typography/v4/index.d.ts +44 -98
  924. package/composables/useFormValidation.d.ts +4 -4
  925. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +1 -1
  926. package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +1 -1
  927. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +1 -1
  928. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +1 -1
  929. package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +3 -3
  930. package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +1 -1
  931. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +1 -1
  932. package/index.d.ts +7897 -15838
  933. package/index.js +1 -1
  934. package/package.json +8 -7
  935. package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
  936. package/Banner.vue_vue_type_style_index_0_scoped_a293c6d0_lang.css +0 -1
  937. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  938. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  939. package/Chart.vue_vue_type_style_index_0_scoped_fa533a3d_lang.css +0 -1
  940. package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
  941. package/DataGrid.vue_vue_type_style_index_0_scoped_8e8df067_lang.css +0 -1
  942. package/Dialog.vue_vue_type_style_index_0_scoped_eeac406b_lang.css +0 -1
  943. package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
  944. package/DollarInput.vue_vue_type_style_index_0_scoped_9ef40daf_lang.css +0 -1
  945. package/IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css +0 -1
  946. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_bd6145ce_lang.css +0 -1
  947. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_91bc7787_lang.css +0 -1
  948. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_a91fcaa5_lang.css +0 -1
  949. package/Option.vue_vue_type_style_index_0_scoped_3d6ce2fc_lang.css +0 -1
  950. package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
  951. package/PasswordInput.vue_vue_type_style_index_0_scoped_243f3e16_lang.css +0 -1
  952. package/PercentageInput.vue_vue_type_style_index_0_scoped_08a15760_lang.css +0 -1
  953. package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
  954. package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
  955. package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
@@ -9,326 +9,7 @@ import TreeDropdown from './TreeDropdown.vue';
9
9
  import Option from './OptionV4.vue';
10
10
  import ConditionalDropdown from './ConditionalDropdown.vue';
11
11
  declare const DropdownTypes: () => (({
12
- new (...args: any[]): {
13
- $: import("vue").ComponentInternalInstance;
14
- $data: {};
15
- $props: Partial<{
16
- label: string;
17
- testId: string;
18
- disabled: boolean;
19
- size: "small" | "medium" | "large";
20
- open: boolean;
21
- mandatory: boolean;
22
- loading: boolean;
23
- options: unknown[];
24
- singleAppSelection: boolean;
25
- hoverHelpText: string;
26
- hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
27
- placeholder: string;
28
- feedbackText: string;
29
- feedbackVariant: "success" | "warning" | "error";
30
- multi: boolean;
31
- optionNameKey: string;
32
- optionIconKey: string;
33
- optionImageKey: string;
34
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
35
- optionFlagKey: string;
36
- allSelected: boolean;
37
- selectedOption: any;
38
- showFeedbackIcon: boolean;
39
- brandIconType: "android" | "ios";
40
- showAllSelectedText: boolean;
41
- statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
42
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
43
- label: {
44
- type: import("vue").PropType<string>;
45
- required: true;
46
- default: string;
47
- };
48
- testId: {
49
- type: import("vue").PropType<string>;
50
- default: string;
51
- };
52
- disabled: {
53
- type: import("vue").PropType<boolean>;
54
- default: boolean;
55
- };
56
- size: {
57
- type: import("vue").PropType<"small" | "medium" | "large">;
58
- default: string;
59
- };
60
- open: {
61
- type: import("vue").PropType<boolean>;
62
- required: true;
63
- default: boolean;
64
- };
65
- mandatory: {
66
- type: import("vue").PropType<boolean>;
67
- default: boolean;
68
- };
69
- loading: {
70
- type: import("vue").PropType<boolean>;
71
- default: boolean;
72
- };
73
- options: {
74
- type: import("vue").PropType<unknown[]>;
75
- default: any;
76
- };
77
- singleAppSelection: {
78
- type: import("vue").PropType<boolean>;
79
- default: boolean;
80
- };
81
- hoverHelpText: {
82
- type: import("vue").PropType<string>;
83
- default: string;
84
- };
85
- hoverHelpTextPlacement: {
86
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
87
- default: string;
88
- };
89
- placeholder: {
90
- type: import("vue").PropType<string>;
91
- default: string;
92
- };
93
- feedbackText: {
94
- type: import("vue").PropType<string>;
95
- default: string;
96
- };
97
- feedbackVariant: {
98
- type: import("vue").PropType<"success" | "warning" | "error">;
99
- default: any;
100
- };
101
- multi: {
102
- type: import("vue").PropType<boolean>;
103
- default: boolean;
104
- };
105
- displayValue: {
106
- type: import("vue").PropType<(option: unknown) => string>;
107
- required: true;
108
- };
109
- optionNameKey: {
110
- type: import("vue").PropType<string>;
111
- default: any;
112
- };
113
- optionIconKey: {
114
- type: import("vue").PropType<string>;
115
- default: any;
116
- };
117
- optionImageKey: {
118
- type: import("vue").PropType<string>;
119
- default: any;
120
- };
121
- optionIconType: {
122
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
123
- default: any;
124
- };
125
- optionFlagKey: {
126
- type: import("vue").PropType<string>;
127
- default: any;
128
- };
129
- allSelected: {
130
- type: import("vue").PropType<boolean>;
131
- default: boolean;
132
- };
133
- selectedOption: {
134
- type: import("vue").PropType<unknown>;
135
- default: any;
136
- };
137
- showFeedbackIcon: {
138
- type: import("vue").PropType<boolean>;
139
- default: boolean;
140
- };
141
- brandIconType: {
142
- type: import("vue").PropType<"android" | "ios">;
143
- default: any;
144
- };
145
- showAllSelectedText: {
146
- type: import("vue").PropType<boolean>;
147
- default: boolean;
148
- };
149
- statusDotType: {
150
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
151
- default: any;
152
- };
153
- }>> & {
154
- onClick?: () => any;
155
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "options" | "singleAppSelection" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "allSelected" | "selectedOption" | "showFeedbackIcon" | "brandIconType" | "showAllSelectedText" | "statusDotType">;
156
- $attrs: {
157
- [x: string]: unknown;
158
- };
159
- $refs: {
160
- [x: string]: unknown;
161
- };
162
- $slots: Readonly<{
163
- [name: string]: import("vue").Slot;
164
- }>;
165
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
166
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
167
- $emit: (event: "click") => void;
168
- $el: any;
169
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
170
- label: {
171
- type: import("vue").PropType<string>;
172
- required: true;
173
- default: string;
174
- };
175
- testId: {
176
- type: import("vue").PropType<string>;
177
- default: string;
178
- };
179
- disabled: {
180
- type: import("vue").PropType<boolean>;
181
- default: boolean;
182
- };
183
- size: {
184
- type: import("vue").PropType<"small" | "medium" | "large">;
185
- default: string;
186
- };
187
- open: {
188
- type: import("vue").PropType<boolean>;
189
- required: true;
190
- default: boolean;
191
- };
192
- mandatory: {
193
- type: import("vue").PropType<boolean>;
194
- default: boolean;
195
- };
196
- loading: {
197
- type: import("vue").PropType<boolean>;
198
- default: boolean;
199
- };
200
- options: {
201
- type: import("vue").PropType<unknown[]>;
202
- default: any;
203
- };
204
- singleAppSelection: {
205
- type: import("vue").PropType<boolean>;
206
- default: boolean;
207
- };
208
- hoverHelpText: {
209
- type: import("vue").PropType<string>;
210
- default: string;
211
- };
212
- hoverHelpTextPlacement: {
213
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
214
- default: string;
215
- };
216
- placeholder: {
217
- type: import("vue").PropType<string>;
218
- default: string;
219
- };
220
- feedbackText: {
221
- type: import("vue").PropType<string>;
222
- default: string;
223
- };
224
- feedbackVariant: {
225
- type: import("vue").PropType<"success" | "warning" | "error">;
226
- default: any;
227
- };
228
- multi: {
229
- type: import("vue").PropType<boolean>;
230
- default: boolean;
231
- };
232
- displayValue: {
233
- type: import("vue").PropType<(option: unknown) => string>;
234
- required: true;
235
- };
236
- optionNameKey: {
237
- type: import("vue").PropType<string>;
238
- default: any;
239
- };
240
- optionIconKey: {
241
- type: import("vue").PropType<string>;
242
- default: any;
243
- };
244
- optionImageKey: {
245
- type: import("vue").PropType<string>;
246
- default: any;
247
- };
248
- optionIconType: {
249
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
250
- default: any;
251
- };
252
- optionFlagKey: {
253
- type: import("vue").PropType<string>;
254
- default: any;
255
- };
256
- allSelected: {
257
- type: import("vue").PropType<boolean>;
258
- default: boolean;
259
- };
260
- selectedOption: {
261
- type: import("vue").PropType<unknown>;
262
- default: any;
263
- };
264
- showFeedbackIcon: {
265
- type: import("vue").PropType<boolean>;
266
- default: boolean;
267
- };
268
- brandIconType: {
269
- type: import("vue").PropType<"android" | "ios">;
270
- default: any;
271
- };
272
- showAllSelectedText: {
273
- type: import("vue").PropType<boolean>;
274
- default: boolean;
275
- };
276
- statusDotType: {
277
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
278
- default: any;
279
- };
280
- }>> & {
281
- onClick?: () => any;
282
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
283
- click: () => void;
284
- }, string, {
285
- label: string;
286
- testId: string;
287
- disabled: boolean;
288
- size: "small" | "medium" | "large";
289
- open: boolean;
290
- mandatory: boolean;
291
- loading: boolean;
292
- options: unknown[];
293
- singleAppSelection: boolean;
294
- hoverHelpText: string;
295
- hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
296
- placeholder: string;
297
- feedbackText: string;
298
- feedbackVariant: "success" | "warning" | "error";
299
- multi: boolean;
300
- optionNameKey: string;
301
- optionIconKey: string;
302
- optionImageKey: string;
303
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
304
- optionFlagKey: string;
305
- allSelected: boolean;
306
- selectedOption: any;
307
- showFeedbackIcon: boolean;
308
- brandIconType: "android" | "ios";
309
- showAllSelectedText: boolean;
310
- statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
311
- }, {}, string> & {
312
- beforeCreate?: (() => void) | (() => void)[];
313
- created?: (() => void) | (() => void)[];
314
- beforeMount?: (() => void) | (() => void)[];
315
- mounted?: (() => void) | (() => void)[];
316
- beforeUpdate?: (() => void) | (() => void)[];
317
- updated?: (() => void) | (() => void)[];
318
- activated?: (() => void) | (() => void)[];
319
- deactivated?: (() => void) | (() => void)[];
320
- beforeDestroy?: (() => void) | (() => void)[];
321
- beforeUnmount?: (() => void) | (() => void)[];
322
- destroyed?: (() => void) | (() => void)[];
323
- unmounted?: (() => void) | (() => void)[];
324
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
325
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
326
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
327
- };
328
- $forceUpdate: () => void;
329
- $nextTick: typeof import("vue").nextTick;
330
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
331
- } & Readonly<import("vue").ExtractPropTypes<{
12
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
332
13
  label: {
333
14
  type: import("vue").PropType<string>;
334
15
  required: true;
@@ -346,19 +27,164 @@ declare const DropdownTypes: () => (({
346
27
  type: import("vue").PropType<"small" | "medium" | "large">;
347
28
  default: string;
348
29
  };
30
+ loading: {
31
+ type: import("vue").PropType<boolean>;
32
+ default: boolean;
33
+ };
349
34
  open: {
350
35
  type: import("vue").PropType<boolean>;
351
36
  required: true;
352
37
  default: boolean;
353
38
  };
39
+ options: {
40
+ type: import("vue").PropType<unknown[]>;
41
+ default: any;
42
+ };
43
+ singleAppSelection: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
354
47
  mandatory: {
355
48
  type: import("vue").PropType<boolean>;
356
49
  default: boolean;
357
50
  };
51
+ hoverHelpText: {
52
+ type: import("vue").PropType<string>;
53
+ default: string;
54
+ };
55
+ hoverHelpTextPlacement: {
56
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
57
+ default: string;
58
+ };
59
+ placeholder: {
60
+ type: import("vue").PropType<string>;
61
+ default: string;
62
+ };
63
+ feedbackText: {
64
+ type: import("vue").PropType<string>;
65
+ default: string;
66
+ };
67
+ feedbackVariant: {
68
+ type: import("vue").PropType<"error" | "success" | "warning">;
69
+ default: any;
70
+ };
71
+ multi: {
72
+ type: import("vue").PropType<boolean>;
73
+ default: boolean;
74
+ };
75
+ displayValue: {
76
+ type: import("vue").PropType<(option: unknown) => string>;
77
+ required: true;
78
+ };
79
+ optionNameKey: {
80
+ type: import("vue").PropType<string>;
81
+ default: any;
82
+ };
83
+ optionIconKey: {
84
+ type: import("vue").PropType<string>;
85
+ default: any;
86
+ };
87
+ optionImageKey: {
88
+ type: import("vue").PropType<string>;
89
+ default: any;
90
+ };
91
+ optionIconType: {
92
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
93
+ default: any;
94
+ };
95
+ optionFlagKey: {
96
+ type: import("vue").PropType<string>;
97
+ default: any;
98
+ };
99
+ allSelected: {
100
+ type: import("vue").PropType<boolean>;
101
+ default: boolean;
102
+ };
103
+ selectedOption: {
104
+ type: import("vue").PropType<unknown>;
105
+ default: any;
106
+ };
107
+ showFeedbackIcon: {
108
+ type: import("vue").PropType<boolean>;
109
+ default: boolean;
110
+ };
111
+ brandIconType: {
112
+ type: import("vue").PropType<"android" | "ios">;
113
+ default: any;
114
+ };
115
+ showAllSelectedText: {
116
+ type: import("vue").PropType<boolean>;
117
+ default: boolean;
118
+ };
119
+ statusDotType: {
120
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
121
+ default: any;
122
+ };
123
+ }>> & Readonly<{
124
+ onClick?: () => any;
125
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
126
+ click: () => void;
127
+ }, import("vue").PublicProps, {
128
+ label: string;
129
+ testId: string;
130
+ disabled: boolean;
131
+ size: "small" | "medium" | "large";
132
+ loading: boolean;
133
+ open: boolean;
134
+ options: unknown[];
135
+ singleAppSelection: boolean;
136
+ mandatory: boolean;
137
+ hoverHelpText: string;
138
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
139
+ placeholder: string;
140
+ feedbackText: string;
141
+ feedbackVariant: "error" | "success" | "warning";
142
+ multi: boolean;
143
+ optionNameKey: string;
144
+ optionIconKey: string;
145
+ optionImageKey: string;
146
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
147
+ optionFlagKey: string;
148
+ allSelected: boolean;
149
+ selectedOption: any;
150
+ showFeedbackIcon: boolean;
151
+ brandIconType: "android" | "ios";
152
+ showAllSelectedText: boolean;
153
+ statusDotType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
154
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
155
+ P: {};
156
+ B: {};
157
+ D: {};
158
+ C: {};
159
+ M: {};
160
+ Defaults: {};
161
+ }, Readonly<import("vue").ExtractPropTypes<{
162
+ label: {
163
+ type: import("vue").PropType<string>;
164
+ required: true;
165
+ default: string;
166
+ };
167
+ testId: {
168
+ type: import("vue").PropType<string>;
169
+ default: string;
170
+ };
171
+ disabled: {
172
+ type: import("vue").PropType<boolean>;
173
+ default: boolean;
174
+ };
175
+ size: {
176
+ type: import("vue").PropType<"small" | "medium" | "large">;
177
+ default: string;
178
+ };
358
179
  loading: {
359
180
  type: import("vue").PropType<boolean>;
360
181
  default: boolean;
361
182
  };
183
+ open: {
184
+ type: import("vue").PropType<boolean>;
185
+ required: true;
186
+ default: boolean;
187
+ };
362
188
  options: {
363
189
  type: import("vue").PropType<unknown[]>;
364
190
  default: any;
@@ -367,6 +193,10 @@ declare const DropdownTypes: () => (({
367
193
  type: import("vue").PropType<boolean>;
368
194
  default: boolean;
369
195
  };
196
+ mandatory: {
197
+ type: import("vue").PropType<boolean>;
198
+ default: boolean;
199
+ };
370
200
  hoverHelpText: {
371
201
  type: import("vue").PropType<string>;
372
202
  default: string;
@@ -384,7 +214,7 @@ declare const DropdownTypes: () => (({
384
214
  default: string;
385
215
  };
386
216
  feedbackVariant: {
387
- type: import("vue").PropType<"success" | "warning" | "error">;
217
+ type: import("vue").PropType<"error" | "success" | "warning">;
388
218
  default: any;
389
219
  };
390
220
  multi: {
@@ -436,12 +266,39 @@ declare const DropdownTypes: () => (({
436
266
  default: boolean;
437
267
  };
438
268
  statusDotType: {
439
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
269
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
440
270
  default: any;
441
271
  };
442
- }>> & {
272
+ }>> & Readonly<{
443
273
  onClick?: () => any;
444
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
274
+ }>, {}, {}, {}, {}, {
275
+ label: string;
276
+ testId: string;
277
+ disabled: boolean;
278
+ size: "small" | "medium" | "large";
279
+ loading: boolean;
280
+ open: boolean;
281
+ options: unknown[];
282
+ singleAppSelection: boolean;
283
+ mandatory: boolean;
284
+ hoverHelpText: string;
285
+ hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
286
+ placeholder: string;
287
+ feedbackText: string;
288
+ feedbackVariant: "error" | "success" | "warning";
289
+ multi: boolean;
290
+ optionNameKey: string;
291
+ optionIconKey: string;
292
+ optionImageKey: string;
293
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
294
+ optionFlagKey: string;
295
+ allSelected: boolean;
296
+ selectedOption: any;
297
+ showFeedbackIcon: boolean;
298
+ brandIconType: "android" | "ios";
299
+ showAllSelectedText: boolean;
300
+ statusDotType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
301
+ }>;
445
302
  __isFragment?: never;
446
303
  __isTeleport?: never;
447
304
  __isSuspense?: never;
@@ -463,17 +320,13 @@ declare const DropdownTypes: () => (({
463
320
  type: import("vue").PropType<"small" | "medium" | "large">;
464
321
  default: string;
465
322
  };
466
- open: {
467
- type: import("vue").PropType<boolean>;
468
- required: true;
469
- default: boolean;
470
- };
471
- mandatory: {
323
+ loading: {
472
324
  type: import("vue").PropType<boolean>;
473
325
  default: boolean;
474
326
  };
475
- loading: {
327
+ open: {
476
328
  type: import("vue").PropType<boolean>;
329
+ required: true;
477
330
  default: boolean;
478
331
  };
479
332
  options: {
@@ -484,6 +337,10 @@ declare const DropdownTypes: () => (({
484
337
  type: import("vue").PropType<boolean>;
485
338
  default: boolean;
486
339
  };
340
+ mandatory: {
341
+ type: import("vue").PropType<boolean>;
342
+ default: boolean;
343
+ };
487
344
  hoverHelpText: {
488
345
  type: import("vue").PropType<string>;
489
346
  default: string;
@@ -501,7 +358,7 @@ declare const DropdownTypes: () => (({
501
358
  default: string;
502
359
  };
503
360
  feedbackVariant: {
504
- type: import("vue").PropType<"success" | "warning" | "error">;
361
+ type: import("vue").PropType<"error" | "success" | "warning">;
505
362
  default: any;
506
363
  };
507
364
  multi: {
@@ -553,28 +410,28 @@ declare const DropdownTypes: () => (({
553
410
  default: boolean;
554
411
  };
555
412
  statusDotType: {
556
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
413
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
557
414
  default: any;
558
415
  };
559
- }>> & {
416
+ }>> & Readonly<{
560
417
  onClick?: () => any;
561
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
418
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
562
419
  click: () => void;
563
420
  }, string, {
564
421
  label: string;
565
422
  testId: string;
566
423
  disabled: boolean;
567
424
  size: "small" | "medium" | "large";
568
- open: boolean;
569
- mandatory: boolean;
570
425
  loading: boolean;
426
+ open: boolean;
571
427
  options: unknown[];
572
428
  singleAppSelection: boolean;
429
+ mandatory: boolean;
573
430
  hoverHelpText: string;
574
431
  hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
575
432
  placeholder: string;
576
433
  feedbackText: string;
577
- feedbackVariant: "success" | "warning" | "error";
434
+ feedbackVariant: "error" | "success" | "warning";
578
435
  multi: boolean;
579
436
  optionNameKey: string;
580
437
  optionIconKey: string;
@@ -586,8 +443,8 @@ declare const DropdownTypes: () => (({
586
443
  showFeedbackIcon: boolean;
587
444
  brandIconType: "android" | "ios";
588
445
  showAllSelectedText: boolean;
589
- statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
590
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
446
+ statusDotType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
447
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
591
448
  $slots: {
592
449
  image?(_: {}): any;
593
450
  flag?(_: {}): any;
@@ -596,269 +453,7 @@ declare const DropdownTypes: () => (({
596
453
  "end-icon"?(_: {}): any;
597
454
  };
598
455
  })) | ({
599
- new (...args: any[]): {
600
- $: import("vue").ComponentInternalInstance;
601
- $data: {};
602
- $props: Partial<{
603
- label: string;
604
- testId: string;
605
- disabled: boolean;
606
- size: "small" | "medium" | "large";
607
- open: boolean;
608
- mandatory: boolean;
609
- loading: boolean;
610
- valueToCopy: string;
611
- options: unknown[];
612
- singleAppSelection: boolean;
613
- placeholder: string;
614
- multi: boolean;
615
- optionNameKey: string;
616
- optionIconKey: string;
617
- optionImageKey: string;
618
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
619
- optionEndIconKey: string;
620
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
621
- selectedOption: any;
622
- brandIconType: "android" | "ios";
623
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
624
- label: {
625
- type: import("vue").PropType<string>;
626
- required: true;
627
- default: string;
628
- };
629
- testId: {
630
- type: import("vue").PropType<string>;
631
- default: string;
632
- };
633
- disabled: {
634
- type: import("vue").PropType<boolean>;
635
- default: boolean;
636
- };
637
- size: {
638
- type: import("vue").PropType<"small" | "medium" | "large">;
639
- default: string;
640
- };
641
- open: {
642
- type: import("vue").PropType<boolean>;
643
- required: true;
644
- default: boolean;
645
- };
646
- mandatory: {
647
- type: import("vue").PropType<boolean>;
648
- default: boolean;
649
- };
650
- loading: {
651
- type: import("vue").PropType<boolean>;
652
- default: boolean;
653
- };
654
- valueToCopy: {
655
- type: import("vue").PropType<string>;
656
- default: any;
657
- };
658
- options: {
659
- type: import("vue").PropType<unknown[]>;
660
- default: any;
661
- };
662
- singleAppSelection: {
663
- type: import("vue").PropType<boolean>;
664
- default: boolean;
665
- };
666
- placeholder: {
667
- type: import("vue").PropType<string>;
668
- default: string;
669
- };
670
- multi: {
671
- type: import("vue").PropType<boolean>;
672
- default: boolean;
673
- };
674
- displayValue: {
675
- type: import("vue").PropType<(option: unknown) => string>;
676
- required: true;
677
- };
678
- optionNameKey: {
679
- type: import("vue").PropType<string>;
680
- default: any;
681
- };
682
- optionIconKey: {
683
- type: import("vue").PropType<string>;
684
- default: any;
685
- };
686
- optionImageKey: {
687
- type: import("vue").PropType<string>;
688
- default: any;
689
- };
690
- optionIconType: {
691
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
692
- default: any;
693
- };
694
- optionEndIconKey: {
695
- type: import("vue").PropType<string>;
696
- default: any;
697
- };
698
- optionEndIconType: {
699
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
700
- default: any;
701
- };
702
- selectedOption: {
703
- type: import("vue").PropType<unknown>;
704
- default: any;
705
- };
706
- brandIconType: {
707
- type: import("vue").PropType<"android" | "ios">;
708
- default: any;
709
- };
710
- }>> & {
711
- onClick?: () => any;
712
- onCopyToClipboard?: () => any;
713
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "open" | "mandatory" | "loading" | "valueToCopy" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "selectedOption" | "brandIconType">;
714
- $attrs: {
715
- [x: string]: unknown;
716
- };
717
- $refs: {
718
- [x: string]: unknown;
719
- };
720
- $slots: Readonly<{
721
- [name: string]: import("vue").Slot;
722
- }>;
723
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
724
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
725
- $emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
726
- $el: any;
727
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
728
- label: {
729
- type: import("vue").PropType<string>;
730
- required: true;
731
- default: string;
732
- };
733
- testId: {
734
- type: import("vue").PropType<string>;
735
- default: string;
736
- };
737
- disabled: {
738
- type: import("vue").PropType<boolean>;
739
- default: boolean;
740
- };
741
- size: {
742
- type: import("vue").PropType<"small" | "medium" | "large">;
743
- default: string;
744
- };
745
- open: {
746
- type: import("vue").PropType<boolean>;
747
- required: true;
748
- default: boolean;
749
- };
750
- mandatory: {
751
- type: import("vue").PropType<boolean>;
752
- default: boolean;
753
- };
754
- loading: {
755
- type: import("vue").PropType<boolean>;
756
- default: boolean;
757
- };
758
- valueToCopy: {
759
- type: import("vue").PropType<string>;
760
- default: any;
761
- };
762
- options: {
763
- type: import("vue").PropType<unknown[]>;
764
- default: any;
765
- };
766
- singleAppSelection: {
767
- type: import("vue").PropType<boolean>;
768
- default: boolean;
769
- };
770
- placeholder: {
771
- type: import("vue").PropType<string>;
772
- default: string;
773
- };
774
- multi: {
775
- type: import("vue").PropType<boolean>;
776
- default: boolean;
777
- };
778
- displayValue: {
779
- type: import("vue").PropType<(option: unknown) => string>;
780
- required: true;
781
- };
782
- optionNameKey: {
783
- type: import("vue").PropType<string>;
784
- default: any;
785
- };
786
- optionIconKey: {
787
- type: import("vue").PropType<string>;
788
- default: any;
789
- };
790
- optionImageKey: {
791
- type: import("vue").PropType<string>;
792
- default: any;
793
- };
794
- optionIconType: {
795
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
796
- default: any;
797
- };
798
- optionEndIconKey: {
799
- type: import("vue").PropType<string>;
800
- default: any;
801
- };
802
- optionEndIconType: {
803
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
804
- default: any;
805
- };
806
- selectedOption: {
807
- type: import("vue").PropType<unknown>;
808
- default: any;
809
- };
810
- brandIconType: {
811
- type: import("vue").PropType<"android" | "ios">;
812
- default: any;
813
- };
814
- }>> & {
815
- onClick?: () => any;
816
- onCopyToClipboard?: () => any;
817
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
818
- click: () => void;
819
- copyToClipboard: () => void;
820
- }, string, {
821
- label: string;
822
- testId: string;
823
- disabled: boolean;
824
- size: "small" | "medium" | "large";
825
- open: boolean;
826
- mandatory: boolean;
827
- loading: boolean;
828
- valueToCopy: string;
829
- options: unknown[];
830
- singleAppSelection: boolean;
831
- placeholder: string;
832
- multi: boolean;
833
- optionNameKey: string;
834
- optionIconKey: string;
835
- optionImageKey: string;
836
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
837
- optionEndIconKey: string;
838
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
839
- selectedOption: any;
840
- brandIconType: "android" | "ios";
841
- }, {}, string> & {
842
- beforeCreate?: (() => void) | (() => void)[];
843
- created?: (() => void) | (() => void)[];
844
- beforeMount?: (() => void) | (() => void)[];
845
- mounted?: (() => void) | (() => void)[];
846
- beforeUpdate?: (() => void) | (() => void)[];
847
- updated?: (() => void) | (() => void)[];
848
- activated?: (() => void) | (() => void)[];
849
- deactivated?: (() => void) | (() => void)[];
850
- beforeDestroy?: (() => void) | (() => void)[];
851
- beforeUnmount?: (() => void) | (() => void)[];
852
- destroyed?: (() => void) | (() => void)[];
853
- unmounted?: (() => void) | (() => void)[];
854
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
855
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
856
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
857
- };
858
- $forceUpdate: () => void;
859
- $nextTick: typeof import("vue").nextTick;
860
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
861
- } & Readonly<import("vue").ExtractPropTypes<{
456
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
862
457
  label: {
863
458
  type: import("vue").PropType<string>;
864
459
  required: true;
@@ -876,17 +471,13 @@ declare const DropdownTypes: () => (({
876
471
  type: import("vue").PropType<"small" | "medium" | "large">;
877
472
  default: string;
878
473
  };
879
- open: {
880
- type: import("vue").PropType<boolean>;
881
- required: true;
882
- default: boolean;
883
- };
884
- mandatory: {
474
+ loading: {
885
475
  type: import("vue").PropType<boolean>;
886
476
  default: boolean;
887
477
  };
888
- loading: {
478
+ open: {
889
479
  type: import("vue").PropType<boolean>;
480
+ required: true;
890
481
  default: boolean;
891
482
  };
892
483
  valueToCopy: {
@@ -901,13 +492,147 @@ declare const DropdownTypes: () => (({
901
492
  type: import("vue").PropType<boolean>;
902
493
  default: boolean;
903
494
  };
495
+ mandatory: {
496
+ type: import("vue").PropType<boolean>;
497
+ default: boolean;
498
+ };
904
499
  placeholder: {
905
500
  type: import("vue").PropType<string>;
906
501
  default: string;
907
502
  };
908
- multi: {
909
- type: import("vue").PropType<boolean>;
910
- default: boolean;
503
+ feedbackVariant: {
504
+ type: import("vue").PropType<string>;
505
+ default: any;
506
+ };
507
+ multi: {
508
+ type: import("vue").PropType<boolean>;
509
+ default: boolean;
510
+ };
511
+ displayValue: {
512
+ type: import("vue").PropType<(option: unknown) => string>;
513
+ required: true;
514
+ };
515
+ optionNameKey: {
516
+ type: import("vue").PropType<string>;
517
+ default: any;
518
+ };
519
+ optionIconKey: {
520
+ type: import("vue").PropType<string>;
521
+ default: any;
522
+ };
523
+ optionImageKey: {
524
+ type: import("vue").PropType<string>;
525
+ default: any;
526
+ };
527
+ optionIconType: {
528
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
529
+ default: any;
530
+ };
531
+ optionEndIconKey: {
532
+ type: import("vue").PropType<string>;
533
+ default: any;
534
+ };
535
+ optionEndIconType: {
536
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
537
+ default: any;
538
+ };
539
+ selectedOption: {
540
+ type: import("vue").PropType<unknown>;
541
+ default: any;
542
+ };
543
+ brandIconType: {
544
+ type: import("vue").PropType<"android" | "ios">;
545
+ default: any;
546
+ };
547
+ }>> & Readonly<{
548
+ onClick?: () => any;
549
+ onCopyToClipboard?: () => any;
550
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
551
+ click: () => void;
552
+ copyToClipboard: () => void;
553
+ }, import("vue").PublicProps, {
554
+ label: string;
555
+ testId: string;
556
+ disabled: boolean;
557
+ size: "small" | "medium" | "large";
558
+ loading: boolean;
559
+ open: boolean;
560
+ valueToCopy: string;
561
+ options: unknown[];
562
+ singleAppSelection: boolean;
563
+ mandatory: boolean;
564
+ placeholder: string;
565
+ feedbackVariant: string;
566
+ multi: boolean;
567
+ optionNameKey: string;
568
+ optionIconKey: string;
569
+ optionImageKey: string;
570
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
571
+ optionEndIconKey: string;
572
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
573
+ selectedOption: any;
574
+ brandIconType: "android" | "ios";
575
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
576
+ P: {};
577
+ B: {};
578
+ D: {};
579
+ C: {};
580
+ M: {};
581
+ Defaults: {};
582
+ }, Readonly<import("vue").ExtractPropTypes<{
583
+ label: {
584
+ type: import("vue").PropType<string>;
585
+ required: true;
586
+ default: string;
587
+ };
588
+ testId: {
589
+ type: import("vue").PropType<string>;
590
+ default: string;
591
+ };
592
+ disabled: {
593
+ type: import("vue").PropType<boolean>;
594
+ default: boolean;
595
+ };
596
+ size: {
597
+ type: import("vue").PropType<"small" | "medium" | "large">;
598
+ default: string;
599
+ };
600
+ loading: {
601
+ type: import("vue").PropType<boolean>;
602
+ default: boolean;
603
+ };
604
+ open: {
605
+ type: import("vue").PropType<boolean>;
606
+ required: true;
607
+ default: boolean;
608
+ };
609
+ valueToCopy: {
610
+ type: import("vue").PropType<string>;
611
+ default: any;
612
+ };
613
+ options: {
614
+ type: import("vue").PropType<unknown[]>;
615
+ default: any;
616
+ };
617
+ singleAppSelection: {
618
+ type: import("vue").PropType<boolean>;
619
+ default: boolean;
620
+ };
621
+ mandatory: {
622
+ type: import("vue").PropType<boolean>;
623
+ default: boolean;
624
+ };
625
+ placeholder: {
626
+ type: import("vue").PropType<string>;
627
+ default: string;
628
+ };
629
+ feedbackVariant: {
630
+ type: import("vue").PropType<string>;
631
+ default: any;
632
+ };
633
+ multi: {
634
+ type: import("vue").PropType<boolean>;
635
+ default: boolean;
911
636
  };
912
637
  displayValue: {
913
638
  type: import("vue").PropType<(option: unknown) => string>;
@@ -945,10 +670,32 @@ declare const DropdownTypes: () => (({
945
670
  type: import("vue").PropType<"android" | "ios">;
946
671
  default: any;
947
672
  };
948
- }>> & {
673
+ }>> & Readonly<{
949
674
  onClick?: () => any;
950
675
  onCopyToClipboard?: () => any;
951
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
676
+ }>, {}, {}, {}, {}, {
677
+ label: string;
678
+ testId: string;
679
+ disabled: boolean;
680
+ size: "small" | "medium" | "large";
681
+ loading: boolean;
682
+ open: boolean;
683
+ valueToCopy: string;
684
+ options: unknown[];
685
+ singleAppSelection: boolean;
686
+ mandatory: boolean;
687
+ placeholder: string;
688
+ feedbackVariant: string;
689
+ multi: boolean;
690
+ optionNameKey: string;
691
+ optionIconKey: string;
692
+ optionImageKey: string;
693
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
694
+ optionEndIconKey: string;
695
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
696
+ selectedOption: any;
697
+ brandIconType: "android" | "ios";
698
+ }>;
952
699
  __isFragment?: never;
953
700
  __isTeleport?: never;
954
701
  __isSuspense?: never;
@@ -970,17 +717,13 @@ declare const DropdownTypes: () => (({
970
717
  type: import("vue").PropType<"small" | "medium" | "large">;
971
718
  default: string;
972
719
  };
973
- open: {
974
- type: import("vue").PropType<boolean>;
975
- required: true;
976
- default: boolean;
977
- };
978
- mandatory: {
720
+ loading: {
979
721
  type: import("vue").PropType<boolean>;
980
722
  default: boolean;
981
723
  };
982
- loading: {
724
+ open: {
983
725
  type: import("vue").PropType<boolean>;
726
+ required: true;
984
727
  default: boolean;
985
728
  };
986
729
  valueToCopy: {
@@ -995,10 +738,18 @@ declare const DropdownTypes: () => (({
995
738
  type: import("vue").PropType<boolean>;
996
739
  default: boolean;
997
740
  };
741
+ mandatory: {
742
+ type: import("vue").PropType<boolean>;
743
+ default: boolean;
744
+ };
998
745
  placeholder: {
999
746
  type: import("vue").PropType<string>;
1000
747
  default: string;
1001
748
  };
749
+ feedbackVariant: {
750
+ type: import("vue").PropType<string>;
751
+ default: any;
752
+ };
1002
753
  multi: {
1003
754
  type: import("vue").PropType<boolean>;
1004
755
  default: boolean;
@@ -1039,10 +790,10 @@ declare const DropdownTypes: () => (({
1039
790
  type: import("vue").PropType<"android" | "ios">;
1040
791
  default: any;
1041
792
  };
1042
- }>> & {
793
+ }>> & Readonly<{
1043
794
  onClick?: () => any;
1044
795
  onCopyToClipboard?: () => any;
1045
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
796
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1046
797
  click: () => void;
1047
798
  copyToClipboard: () => void;
1048
799
  }, string, {
@@ -1050,13 +801,14 @@ declare const DropdownTypes: () => (({
1050
801
  testId: string;
1051
802
  disabled: boolean;
1052
803
  size: "small" | "medium" | "large";
1053
- open: boolean;
1054
- mandatory: boolean;
1055
804
  loading: boolean;
805
+ open: boolean;
1056
806
  valueToCopy: string;
1057
807
  options: unknown[];
1058
808
  singleAppSelection: boolean;
809
+ mandatory: boolean;
1059
810
  placeholder: string;
811
+ feedbackVariant: string;
1060
812
  multi: boolean;
1061
813
  optionNameKey: string;
1062
814
  optionIconKey: string;
@@ -1066,307 +818,14 @@ declare const DropdownTypes: () => (({
1066
818
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1067
819
  selectedOption: any;
1068
820
  brandIconType: "android" | "ios";
1069
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
821
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1070
822
  $slots: {
1071
823
  image?(_: {}): any;
1072
824
  "icon-start"?(_: {}): any;
1073
825
  "icon-end"?(_: {}): any;
1074
826
  };
1075
827
  })) | ({
1076
- new (...args: any[]): {
1077
- $: import("vue").ComponentInternalInstance;
1078
- $data: {};
1079
- $props: Partial<{
1080
- option: any;
1081
- tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1082
- disabled: boolean;
1083
- active: boolean;
1084
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1085
- optionFlagKey: string;
1086
- optionTwoLinesVariant: "horizontal" | "vertical";
1087
- optionTwoLinesKey: string;
1088
- isIndeterminate: boolean;
1089
- subtitle: string;
1090
- selectAllOption: boolean;
1091
- nameKey: string;
1092
- imageKey: string;
1093
- iconKey: string;
1094
- warningKey: string;
1095
- iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1096
- endIconKey: string;
1097
- endTextIconKey: string;
1098
- treeMainOption: boolean;
1099
- treeMainOptionExpanded: boolean;
1100
- stopOptionClickEventPropagation: boolean;
1101
- treeChildShown: boolean;
1102
- isMulti: boolean;
1103
- minMaxSelectionTooltipMessage: string;
1104
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1105
- option: {
1106
- type: import("vue").PropType<unknown>;
1107
- default: any;
1108
- };
1109
- tooltipPlacement: {
1110
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
1111
- default: string;
1112
- };
1113
- disabled: {
1114
- type: import("vue").PropType<boolean>;
1115
- default: boolean;
1116
- };
1117
- active: {
1118
- type: import("vue").PropType<boolean>;
1119
- default: any;
1120
- };
1121
- endIconType: {
1122
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1123
- default: string;
1124
- };
1125
- optionFlagKey: {
1126
- type: import("vue").PropType<string>;
1127
- default: any;
1128
- };
1129
- optionTwoLinesVariant: {
1130
- type: import("vue").PropType<"horizontal" | "vertical">;
1131
- default: any;
1132
- };
1133
- optionTwoLinesKey: {
1134
- type: import("vue").PropType<string>;
1135
- default: any;
1136
- };
1137
- isIndeterminate: {
1138
- type: import("vue").PropType<boolean>;
1139
- default: boolean;
1140
- };
1141
- subtitle: {
1142
- type: import("vue").PropType<string>;
1143
- default: string;
1144
- };
1145
- selectAllOption: {
1146
- type: import("vue").PropType<boolean>;
1147
- default: boolean;
1148
- };
1149
- nameKey: {
1150
- type: import("vue").PropType<string>;
1151
- default: any;
1152
- };
1153
- imageKey: {
1154
- type: import("vue").PropType<string>;
1155
- default: any;
1156
- };
1157
- iconKey: {
1158
- type: import("vue").PropType<string>;
1159
- default: any;
1160
- };
1161
- warningKey: {
1162
- type: import("vue").PropType<string>;
1163
- default: any;
1164
- };
1165
- iconType: {
1166
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1167
- default: string;
1168
- };
1169
- endIconKey: {
1170
- type: import("vue").PropType<string>;
1171
- default: any;
1172
- };
1173
- endTextIconKey: {
1174
- type: import("vue").PropType<string>;
1175
- default: any;
1176
- };
1177
- treeMainOption: {
1178
- type: import("vue").PropType<boolean>;
1179
- default: boolean;
1180
- };
1181
- treeMainOptionExpanded: {
1182
- type: import("vue").PropType<boolean>;
1183
- default: boolean;
1184
- };
1185
- stopOptionClickEventPropagation: {
1186
- type: import("vue").PropType<boolean>;
1187
- default: boolean;
1188
- };
1189
- treeChildShown: {
1190
- type: import("vue").PropType<boolean>;
1191
- default: boolean;
1192
- };
1193
- isMulti: {
1194
- type: import("vue").PropType<boolean>;
1195
- default: boolean;
1196
- };
1197
- minMaxSelectionTooltipMessage: {
1198
- type: import("vue").PropType<string>;
1199
- default: any;
1200
- };
1201
- selectedProp: {
1202
- type: import("vue").PropType<boolean>;
1203
- };
1204
- }>> & {
1205
- onToggleTreeCollapse?: (option: unknown) => any;
1206
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
1207
- $attrs: {
1208
- [x: string]: unknown;
1209
- };
1210
- $refs: {
1211
- [x: string]: unknown;
1212
- };
1213
- $slots: Readonly<{
1214
- [name: string]: import("vue").Slot;
1215
- }>;
1216
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1217
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
1218
- $emit: (event: "toggleTreeCollapse", option: unknown) => void;
1219
- $el: any;
1220
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1221
- option: {
1222
- type: import("vue").PropType<unknown>;
1223
- default: any;
1224
- };
1225
- tooltipPlacement: {
1226
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
1227
- default: string;
1228
- };
1229
- disabled: {
1230
- type: import("vue").PropType<boolean>;
1231
- default: boolean;
1232
- };
1233
- active: {
1234
- type: import("vue").PropType<boolean>;
1235
- default: any;
1236
- };
1237
- endIconType: {
1238
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1239
- default: string;
1240
- };
1241
- optionFlagKey: {
1242
- type: import("vue").PropType<string>;
1243
- default: any;
1244
- };
1245
- optionTwoLinesVariant: {
1246
- type: import("vue").PropType<"horizontal" | "vertical">;
1247
- default: any;
1248
- };
1249
- optionTwoLinesKey: {
1250
- type: import("vue").PropType<string>;
1251
- default: any;
1252
- };
1253
- isIndeterminate: {
1254
- type: import("vue").PropType<boolean>;
1255
- default: boolean;
1256
- };
1257
- subtitle: {
1258
- type: import("vue").PropType<string>;
1259
- default: string;
1260
- };
1261
- selectAllOption: {
1262
- type: import("vue").PropType<boolean>;
1263
- default: boolean;
1264
- };
1265
- nameKey: {
1266
- type: import("vue").PropType<string>;
1267
- default: any;
1268
- };
1269
- imageKey: {
1270
- type: import("vue").PropType<string>;
1271
- default: any;
1272
- };
1273
- iconKey: {
1274
- type: import("vue").PropType<string>;
1275
- default: any;
1276
- };
1277
- warningKey: {
1278
- type: import("vue").PropType<string>;
1279
- default: any;
1280
- };
1281
- iconType: {
1282
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1283
- default: string;
1284
- };
1285
- endIconKey: {
1286
- type: import("vue").PropType<string>;
1287
- default: any;
1288
- };
1289
- endTextIconKey: {
1290
- type: import("vue").PropType<string>;
1291
- default: any;
1292
- };
1293
- treeMainOption: {
1294
- type: import("vue").PropType<boolean>;
1295
- default: boolean;
1296
- };
1297
- treeMainOptionExpanded: {
1298
- type: import("vue").PropType<boolean>;
1299
- default: boolean;
1300
- };
1301
- stopOptionClickEventPropagation: {
1302
- type: import("vue").PropType<boolean>;
1303
- default: boolean;
1304
- };
1305
- treeChildShown: {
1306
- type: import("vue").PropType<boolean>;
1307
- default: boolean;
1308
- };
1309
- isMulti: {
1310
- type: import("vue").PropType<boolean>;
1311
- default: boolean;
1312
- };
1313
- minMaxSelectionTooltipMessage: {
1314
- type: import("vue").PropType<string>;
1315
- default: any;
1316
- };
1317
- selectedProp: {
1318
- type: import("vue").PropType<boolean>;
1319
- };
1320
- }>> & {
1321
- onToggleTreeCollapse?: (option: unknown) => any;
1322
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1323
- toggleTreeCollapse: (option: unknown) => void;
1324
- }, string, {
1325
- option: any;
1326
- tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1327
- disabled: boolean;
1328
- active: boolean;
1329
- endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1330
- optionFlagKey: string;
1331
- optionTwoLinesVariant: "horizontal" | "vertical";
1332
- optionTwoLinesKey: string;
1333
- isIndeterminate: boolean;
1334
- subtitle: string;
1335
- selectAllOption: boolean;
1336
- nameKey: string;
1337
- imageKey: string;
1338
- iconKey: string;
1339
- warningKey: string;
1340
- iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1341
- endIconKey: string;
1342
- endTextIconKey: string;
1343
- treeMainOption: boolean;
1344
- treeMainOptionExpanded: boolean;
1345
- stopOptionClickEventPropagation: boolean;
1346
- treeChildShown: boolean;
1347
- isMulti: boolean;
1348
- minMaxSelectionTooltipMessage: string;
1349
- }, {}, string> & {
1350
- beforeCreate?: (() => void) | (() => void)[];
1351
- created?: (() => void) | (() => void)[];
1352
- beforeMount?: (() => void) | (() => void)[];
1353
- mounted?: (() => void) | (() => void)[];
1354
- beforeUpdate?: (() => void) | (() => void)[];
1355
- updated?: (() => void) | (() => void)[];
1356
- activated?: (() => void) | (() => void)[];
1357
- deactivated?: (() => void) | (() => void)[];
1358
- beforeDestroy?: (() => void) | (() => void)[];
1359
- beforeUnmount?: (() => void) | (() => void)[];
1360
- destroyed?: (() => void) | (() => void)[];
1361
- unmounted?: (() => void) | (() => void)[];
1362
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1363
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
1364
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
1365
- };
1366
- $forceUpdate: () => void;
1367
- $nextTick: typeof import("vue").nextTick;
1368
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
1369
- } & Readonly<import("vue").ExtractPropTypes<{
828
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1370
829
  option: {
1371
830
  type: import("vue").PropType<unknown>;
1372
831
  default: any;
@@ -1379,14 +838,14 @@ declare const DropdownTypes: () => (({
1379
838
  type: import("vue").PropType<boolean>;
1380
839
  default: boolean;
1381
840
  };
1382
- active: {
1383
- type: import("vue").PropType<boolean>;
1384
- default: any;
1385
- };
1386
841
  endIconType: {
1387
842
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1388
843
  default: string;
1389
844
  };
845
+ active: {
846
+ type: import("vue").PropType<boolean>;
847
+ default: any;
848
+ };
1390
849
  optionFlagKey: {
1391
850
  type: import("vue").PropType<string>;
1392
851
  default: any;
@@ -1466,74 +925,235 @@ declare const DropdownTypes: () => (({
1466
925
  selectedProp: {
1467
926
  type: import("vue").PropType<boolean>;
1468
927
  };
1469
- }>> & {
928
+ }>> & Readonly<{
1470
929
  onToggleTreeCollapse?: (option: unknown) => any;
1471
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
1472
- __isFragment?: never;
1473
- __isTeleport?: never;
1474
- __isSuspense?: never;
1475
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1476
- option: {
1477
- type: import("vue").PropType<unknown>;
1478
- default: any;
1479
- };
1480
- tooltipPlacement: {
1481
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
1482
- default: string;
1483
- };
1484
- disabled: {
1485
- type: import("vue").PropType<boolean>;
1486
- default: boolean;
1487
- };
1488
- active: {
1489
- type: import("vue").PropType<boolean>;
1490
- default: any;
1491
- };
1492
- endIconType: {
1493
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1494
- default: string;
1495
- };
1496
- optionFlagKey: {
1497
- type: import("vue").PropType<string>;
1498
- default: any;
1499
- };
1500
- optionTwoLinesVariant: {
1501
- type: import("vue").PropType<"horizontal" | "vertical">;
1502
- default: any;
1503
- };
1504
- optionTwoLinesKey: {
1505
- type: import("vue").PropType<string>;
1506
- default: any;
1507
- };
1508
- isIndeterminate: {
1509
- type: import("vue").PropType<boolean>;
1510
- default: boolean;
1511
- };
1512
- subtitle: {
1513
- type: import("vue").PropType<string>;
1514
- default: string;
1515
- };
1516
- selectAllOption: {
1517
- type: import("vue").PropType<boolean>;
1518
- default: boolean;
1519
- };
1520
- nameKey: {
1521
- type: import("vue").PropType<string>;
1522
- default: any;
1523
- };
1524
- imageKey: {
1525
- type: import("vue").PropType<string>;
1526
- default: any;
1527
- };
1528
- iconKey: {
1529
- type: import("vue").PropType<string>;
1530
- default: any;
1531
- };
1532
- warningKey: {
1533
- type: import("vue").PropType<string>;
1534
- default: any;
1535
- };
1536
- iconType: {
930
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
931
+ toggleTreeCollapse: (option: unknown) => void;
932
+ }, import("vue").PublicProps, {
933
+ option: any;
934
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
935
+ disabled: boolean;
936
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
937
+ active: boolean;
938
+ optionFlagKey: string;
939
+ optionTwoLinesVariant: "horizontal" | "vertical";
940
+ optionTwoLinesKey: string;
941
+ isIndeterminate: boolean;
942
+ subtitle: string;
943
+ selectAllOption: boolean;
944
+ nameKey: string;
945
+ imageKey: string;
946
+ iconKey: string;
947
+ warningKey: string;
948
+ iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
949
+ endIconKey: string;
950
+ endTextIconKey: string;
951
+ treeMainOption: boolean;
952
+ treeMainOptionExpanded: boolean;
953
+ stopOptionClickEventPropagation: boolean;
954
+ treeChildShown: boolean;
955
+ isMulti: boolean;
956
+ minMaxSelectionTooltipMessage: string;
957
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
958
+ P: {};
959
+ B: {};
960
+ D: {};
961
+ C: {};
962
+ M: {};
963
+ Defaults: {};
964
+ }, Readonly<import("vue").ExtractPropTypes<{
965
+ option: {
966
+ type: import("vue").PropType<unknown>;
967
+ default: any;
968
+ };
969
+ tooltipPlacement: {
970
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
971
+ default: string;
972
+ };
973
+ disabled: {
974
+ type: import("vue").PropType<boolean>;
975
+ default: boolean;
976
+ };
977
+ endIconType: {
978
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
979
+ default: string;
980
+ };
981
+ active: {
982
+ type: import("vue").PropType<boolean>;
983
+ default: any;
984
+ };
985
+ optionFlagKey: {
986
+ type: import("vue").PropType<string>;
987
+ default: any;
988
+ };
989
+ optionTwoLinesVariant: {
990
+ type: import("vue").PropType<"horizontal" | "vertical">;
991
+ default: any;
992
+ };
993
+ optionTwoLinesKey: {
994
+ type: import("vue").PropType<string>;
995
+ default: any;
996
+ };
997
+ isIndeterminate: {
998
+ type: import("vue").PropType<boolean>;
999
+ default: boolean;
1000
+ };
1001
+ subtitle: {
1002
+ type: import("vue").PropType<string>;
1003
+ default: string;
1004
+ };
1005
+ selectAllOption: {
1006
+ type: import("vue").PropType<boolean>;
1007
+ default: boolean;
1008
+ };
1009
+ nameKey: {
1010
+ type: import("vue").PropType<string>;
1011
+ default: any;
1012
+ };
1013
+ imageKey: {
1014
+ type: import("vue").PropType<string>;
1015
+ default: any;
1016
+ };
1017
+ iconKey: {
1018
+ type: import("vue").PropType<string>;
1019
+ default: any;
1020
+ };
1021
+ warningKey: {
1022
+ type: import("vue").PropType<string>;
1023
+ default: any;
1024
+ };
1025
+ iconType: {
1026
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1027
+ default: string;
1028
+ };
1029
+ endIconKey: {
1030
+ type: import("vue").PropType<string>;
1031
+ default: any;
1032
+ };
1033
+ endTextIconKey: {
1034
+ type: import("vue").PropType<string>;
1035
+ default: any;
1036
+ };
1037
+ treeMainOption: {
1038
+ type: import("vue").PropType<boolean>;
1039
+ default: boolean;
1040
+ };
1041
+ treeMainOptionExpanded: {
1042
+ type: import("vue").PropType<boolean>;
1043
+ default: boolean;
1044
+ };
1045
+ stopOptionClickEventPropagation: {
1046
+ type: import("vue").PropType<boolean>;
1047
+ default: boolean;
1048
+ };
1049
+ treeChildShown: {
1050
+ type: import("vue").PropType<boolean>;
1051
+ default: boolean;
1052
+ };
1053
+ isMulti: {
1054
+ type: import("vue").PropType<boolean>;
1055
+ default: boolean;
1056
+ };
1057
+ minMaxSelectionTooltipMessage: {
1058
+ type: import("vue").PropType<string>;
1059
+ default: any;
1060
+ };
1061
+ selectedProp: {
1062
+ type: import("vue").PropType<boolean>;
1063
+ };
1064
+ }>> & Readonly<{
1065
+ onToggleTreeCollapse?: (option: unknown) => any;
1066
+ }>, {}, {}, {}, {}, {
1067
+ option: any;
1068
+ tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1069
+ disabled: boolean;
1070
+ endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1071
+ active: boolean;
1072
+ optionFlagKey: string;
1073
+ optionTwoLinesVariant: "horizontal" | "vertical";
1074
+ optionTwoLinesKey: string;
1075
+ isIndeterminate: boolean;
1076
+ subtitle: string;
1077
+ selectAllOption: boolean;
1078
+ nameKey: string;
1079
+ imageKey: string;
1080
+ iconKey: string;
1081
+ warningKey: string;
1082
+ iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1083
+ endIconKey: string;
1084
+ endTextIconKey: string;
1085
+ treeMainOption: boolean;
1086
+ treeMainOptionExpanded: boolean;
1087
+ stopOptionClickEventPropagation: boolean;
1088
+ treeChildShown: boolean;
1089
+ isMulti: boolean;
1090
+ minMaxSelectionTooltipMessage: string;
1091
+ }>;
1092
+ __isFragment?: never;
1093
+ __isTeleport?: never;
1094
+ __isSuspense?: never;
1095
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1096
+ option: {
1097
+ type: import("vue").PropType<unknown>;
1098
+ default: any;
1099
+ };
1100
+ tooltipPlacement: {
1101
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
1102
+ default: string;
1103
+ };
1104
+ disabled: {
1105
+ type: import("vue").PropType<boolean>;
1106
+ default: boolean;
1107
+ };
1108
+ endIconType: {
1109
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1110
+ default: string;
1111
+ };
1112
+ active: {
1113
+ type: import("vue").PropType<boolean>;
1114
+ default: any;
1115
+ };
1116
+ optionFlagKey: {
1117
+ type: import("vue").PropType<string>;
1118
+ default: any;
1119
+ };
1120
+ optionTwoLinesVariant: {
1121
+ type: import("vue").PropType<"horizontal" | "vertical">;
1122
+ default: any;
1123
+ };
1124
+ optionTwoLinesKey: {
1125
+ type: import("vue").PropType<string>;
1126
+ default: any;
1127
+ };
1128
+ isIndeterminate: {
1129
+ type: import("vue").PropType<boolean>;
1130
+ default: boolean;
1131
+ };
1132
+ subtitle: {
1133
+ type: import("vue").PropType<string>;
1134
+ default: string;
1135
+ };
1136
+ selectAllOption: {
1137
+ type: import("vue").PropType<boolean>;
1138
+ default: boolean;
1139
+ };
1140
+ nameKey: {
1141
+ type: import("vue").PropType<string>;
1142
+ default: any;
1143
+ };
1144
+ imageKey: {
1145
+ type: import("vue").PropType<string>;
1146
+ default: any;
1147
+ };
1148
+ iconKey: {
1149
+ type: import("vue").PropType<string>;
1150
+ default: any;
1151
+ };
1152
+ warningKey: {
1153
+ type: import("vue").PropType<string>;
1154
+ default: any;
1155
+ };
1156
+ iconType: {
1537
1157
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1538
1158
  default: string;
1539
1159
  };
@@ -1572,16 +1192,16 @@ declare const DropdownTypes: () => (({
1572
1192
  selectedProp: {
1573
1193
  type: import("vue").PropType<boolean>;
1574
1194
  };
1575
- }>> & {
1195
+ }>> & Readonly<{
1576
1196
  onToggleTreeCollapse?: (option: unknown) => any;
1577
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1197
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1578
1198
  toggleTreeCollapse: (option: unknown) => void;
1579
1199
  }, string, {
1580
1200
  option: any;
1581
1201
  tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1582
1202
  disabled: boolean;
1583
- active: boolean;
1584
1203
  endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1204
+ active: boolean;
1585
1205
  optionFlagKey: string;
1586
1206
  optionTwoLinesVariant: "horizontal" | "vertical";
1587
1207
  optionTwoLinesKey: string;
@@ -1601,7 +1221,7 @@ declare const DropdownTypes: () => (({
1601
1221
  treeChildShown: boolean;
1602
1222
  isMulti: boolean;
1603
1223
  minMaxSelectionTooltipMessage: string;
1604
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1224
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1605
1225
  $slots: {
1606
1226
  image?(_: {}): any;
1607
1227
  flag?(_: {}): any;
@@ -1612,7 +1232,7 @@ declare const DropdownTypes: () => (({
1612
1232
  option: any;
1613
1233
  }): any;
1614
1234
  };
1615
- })) | import("vue").DefineComponent<{
1235
+ })) | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1616
1236
  testId: {
1617
1237
  type: import("vue").PropType<string>;
1618
1238
  default: string;
@@ -1625,7 +1245,7 @@ declare const DropdownTypes: () => (({
1625
1245
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1626
1246
  default: string;
1627
1247
  };
1628
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1248
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1629
1249
  testId: {
1630
1250
  type: import("vue").PropType<string>;
1631
1251
  default: string;
@@ -1638,11 +1258,11 @@ declare const DropdownTypes: () => (({
1638
1258
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1639
1259
  default: string;
1640
1260
  };
1641
- }>>, {
1261
+ }>> & Readonly<{}>, {
1642
1262
  testId: string;
1643
1263
  iconName: string;
1644
1264
  iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1645
- }> | import("vue").DefineComponent<{
1265
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1646
1266
  label: {
1647
1267
  type: import("vue").PropType<string>;
1648
1268
  required: true;
@@ -1702,9 +1322,9 @@ declare const DropdownTypes: () => (({
1702
1322
  type: import("vue").PropType<number>;
1703
1323
  default: number;
1704
1324
  };
1705
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1325
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1706
1326
  clear: () => void;
1707
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1327
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1708
1328
  label: {
1709
1329
  type: import("vue").PropType<string>;
1710
1330
  required: true;
@@ -1764,9 +1384,9 @@ declare const DropdownTypes: () => (({
1764
1384
  type: import("vue").PropType<number>;
1765
1385
  default: number;
1766
1386
  };
1767
- }>> & {
1387
+ }>> & Readonly<{
1768
1388
  onClear?: () => any;
1769
- }, {
1389
+ }>, {
1770
1390
  label: string;
1771
1391
  testId: string;
1772
1392
  disabled: boolean;
@@ -1777,771 +1397,394 @@ declare const DropdownTypes: () => (({
1777
1397
  cancelAllSelectedDisplay: boolean;
1778
1398
  displayValueInQuotes: boolean;
1779
1399
  shownValuesCount: number;
1780
- }> | ({
1781
- new (...args: any[]): {
1782
- $: import("vue").ComponentInternalInstance;
1783
- $data: {};
1784
- $props: Partial<{
1785
- theme: string;
1786
- testId: string;
1787
- placement: import("floating-vue").Placement;
1788
- disabled: boolean;
1789
- distance: number;
1790
- container: string;
1791
- popperClass: string;
1792
- size: "small" | "medium" | "large";
1793
- flip: boolean;
1794
- mandatory: boolean;
1795
- skidding: number;
1796
- modelValue: any;
1797
- valueToCopy: string;
1798
- selected: any;
1799
- placeholder: string;
1800
- multi: boolean;
1801
- infiniteLoading: boolean;
1802
- showSelectAll: boolean;
1803
- showClearAll: boolean;
1804
- defaultOpen: boolean;
1805
- keepOpen: boolean;
1806
- autoSize: boolean;
1807
- disableKeyboardEvents: boolean;
1808
- dynamicFilterMode: boolean;
1809
- minSelections: number;
1810
- maxSelections: number;
1811
- isOnTop: boolean;
1812
- triggerLabel: string;
1813
- triggerHelperText: string;
1814
- triggerFeedbackText: string;
1815
- triggerFeedbackVariant: "success" | "warning" | "error";
1816
- triggerFeedbackShowIcon: boolean;
1817
- triggerShowAllSelectedText: boolean;
1818
- triggerShownValuesCount: number;
1819
- predefinedTrigger: "default" | "icon-button" | "chip" | "app";
1820
- inlineSearch: boolean;
1821
- inlineSearchPlaceholder: string;
1822
- onSearch: (option: any, term: string) => boolean;
1823
- noResultsText: string;
1824
- searchAutoFocus: boolean;
1825
- onClearSearch: () => void;
1826
- optionNameKey: string;
1827
- optionIconKey: string;
1828
- optionImageKey: string;
1829
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1830
- optionEndIconKey: string;
1831
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1832
- optionsEndTextIconKey: string;
1833
- optionFlagKey: string;
1834
- optionWarningKey: string;
1835
- disabledOptionKey: string;
1836
- optionTwoLinesVariant: "horizontal" | "vertical";
1837
- optionTwoLinesKey: string;
1838
- groupedOptions: boolean;
1839
- comparingKey: string;
1840
- customNumberOfDisplayedOptions: number;
1841
- optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1842
- fullWidth: boolean;
1843
- optionsListWidth: string;
1844
- statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
1845
- disableVirtualScroll: boolean;
1846
- overrideOptionCountCalculation: (option: unknown) => number;
1847
- withConditions: boolean;
1848
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1849
- theme: {
1850
- type: import("vue").PropType<string>;
1851
- default: string;
1852
- };
1853
- testId: {
1854
- type: import("vue").PropType<string>;
1855
- default: string;
1856
- };
1857
- placement: {
1858
- type: import("vue").PropType<import("floating-vue").Placement>;
1859
- default: string;
1860
- };
1861
- disabled: {
1862
- type: import("vue").PropType<boolean>;
1863
- default: boolean;
1864
- };
1865
- distance: {
1866
- type: import("vue").PropType<number>;
1867
- default: number;
1868
- };
1869
- container: {
1870
- type: import("vue").PropType<string>;
1871
- default: string;
1872
- };
1873
- popperClass: {
1874
- type: import("vue").PropType<string>;
1875
- default: string;
1876
- };
1877
- size: {
1878
- type: import("vue").PropType<"small" | "medium" | "large">;
1879
- default: string;
1880
- };
1881
- flip: {
1882
- type: import("vue").PropType<boolean>;
1883
- default: boolean;
1884
- };
1885
- mandatory: {
1886
- type: import("vue").PropType<boolean>;
1887
- default: boolean;
1888
- };
1889
- loading: {
1890
- type: import("vue").PropType<boolean>;
1891
- };
1892
- isOpen: {
1893
- type: import("vue").PropType<boolean>;
1894
- };
1895
- skidding: {
1896
- type: import("vue").PropType<number>;
1897
- default: number;
1898
- };
1899
- modelValue: {
1900
- type: import("vue").PropType<unknown>;
1901
- default: any;
1902
- };
1903
- valueToCopy: {
1904
- type: import("vue").PropType<string>;
1905
- default: any;
1906
- };
1907
- selected: {
1908
- type: import("vue").PropType<unknown>;
1909
- default: any;
1910
- };
1911
- options: {
1912
- type: import("vue").PropType<unknown[]>;
1913
- required: true;
1914
- };
1915
- placeholder: {
1916
- type: import("vue").PropType<string>;
1917
- default: string;
1918
- };
1919
- multi: {
1920
- type: import("vue").PropType<boolean>;
1921
- default: boolean;
1922
- };
1923
- loadMoreLoading: {
1924
- type: import("vue").PropType<boolean>;
1925
- };
1926
- infiniteLoading: {
1927
- type: import("vue").PropType<boolean>;
1928
- default: boolean;
1929
- };
1930
- showSelectAll: {
1931
- type: import("vue").PropType<boolean>;
1932
- default: boolean;
1933
- };
1934
- showClearAll: {
1935
- type: import("vue").PropType<boolean>;
1936
- default: boolean;
1937
- };
1938
- defaultOpen: {
1939
- type: import("vue").PropType<boolean>;
1940
- default: boolean;
1941
- };
1942
- keepOpen: {
1943
- type: import("vue").PropType<boolean>;
1944
- default: boolean;
1945
- };
1946
- autoSize: {
1947
- type: import("vue").PropType<boolean>;
1948
- default: boolean;
1949
- };
1950
- disableKeyboardEvents: {
1951
- type: import("vue").PropType<boolean>;
1952
- default: boolean;
1953
- };
1954
- dynamicFilterMode: {
1955
- type: import("vue").PropType<boolean>;
1956
- default: boolean;
1957
- };
1958
- minSelections: {
1959
- type: import("vue").PropType<number>;
1960
- default: number;
1961
- };
1962
- maxSelections: {
1963
- type: import("vue").PropType<number>;
1964
- default: any;
1965
- };
1966
- isOnTop: {
1967
- type: import("vue").PropType<boolean>;
1968
- default: boolean;
1969
- };
1970
- triggerLabel: {
1971
- type: import("vue").PropType<string>;
1972
- default: string;
1973
- };
1974
- triggerHelperText: {
1975
- type: import("vue").PropType<string>;
1976
- default: string;
1977
- };
1978
- triggerFeedbackText: {
1979
- type: import("vue").PropType<string>;
1980
- default: string;
1981
- };
1982
- triggerFeedbackVariant: {
1983
- type: import("vue").PropType<"success" | "warning" | "error">;
1984
- default: any;
1985
- };
1986
- triggerFeedbackShowIcon: {
1987
- type: import("vue").PropType<boolean>;
1988
- default: boolean;
1989
- };
1990
- triggerShowAllSelectedText: {
1991
- type: import("vue").PropType<boolean>;
1992
- default: boolean;
1993
- };
1994
- triggerShownValuesCount: {
1995
- type: import("vue").PropType<number>;
1996
- default: number;
1997
- };
1998
- predefinedTrigger: {
1999
- type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
2000
- default: "default" | "icon-button" | "chip" | "app";
2001
- };
2002
- inlineSearch: {
2003
- type: import("vue").PropType<boolean>;
2004
- default: boolean;
2005
- };
2006
- inlineSearchPlaceholder: {
2007
- type: import("vue").PropType<string>;
2008
- default: string;
2009
- };
2010
- onSearch: {
2011
- type: import("vue").PropType<(option: any, term: string) => boolean>;
2012
- default: any;
2013
- };
2014
- noResultsText: {
2015
- type: import("vue").PropType<string>;
2016
- default: string;
2017
- };
2018
- searchAutoFocus: {
2019
- type: import("vue").PropType<boolean>;
2020
- default: boolean;
2021
- };
2022
- onClearSearch: {
2023
- type: import("vue").PropType<() => void>;
2024
- default: () => true;
2025
- };
2026
- displayValue: {
2027
- type: import("vue").PropType<(option: unknown) => string>;
2028
- required: true;
2029
- };
2030
- optionNameKey: {
2031
- type: import("vue").PropType<string>;
2032
- default: string;
2033
- };
2034
- optionIconKey: {
2035
- type: import("vue").PropType<string>;
2036
- default: string;
2037
- };
2038
- optionImageKey: {
2039
- type: import("vue").PropType<string>;
2040
- default: string;
2041
- };
2042
- optionIconType: {
2043
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2044
- default: any;
2045
- };
2046
- optionEndIconKey: {
2047
- type: import("vue").PropType<string>;
2048
- default: string;
2049
- };
2050
- optionEndIconType: {
2051
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2052
- default: any;
2053
- };
2054
- optionsEndTextIconKey: {
2055
- type: import("vue").PropType<string>;
2056
- default: any;
2057
- };
2058
- optionFlagKey: {
2059
- type: import("vue").PropType<string>;
2060
- default: any;
2061
- };
2062
- optionWarningKey: {
2063
- type: import("vue").PropType<string>;
2064
- default: any;
2065
- };
2066
- disabledOptionKey: {
2067
- type: import("vue").PropType<string>;
2068
- default: string;
2069
- };
2070
- optionTwoLinesVariant: {
2071
- type: import("vue").PropType<"horizontal" | "vertical">;
2072
- default: any;
2073
- };
2074
- optionTwoLinesKey: {
2075
- type: import("vue").PropType<string>;
2076
- default: any;
2077
- };
2078
- groupedOptions: {
2079
- type: import("vue").PropType<boolean>;
2080
- default: boolean;
2081
- };
2082
- comparingKey: {
2083
- type: import("vue").PropType<string>;
2084
- default: any;
2085
- };
2086
- customNumberOfDisplayedOptions: {
2087
- type: import("vue").PropType<number>;
2088
- default: any;
2089
- };
2090
- optionTooltipPosition: {
2091
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
2092
- default: string;
2093
- };
2094
- fullWidth: {
2095
- type: import("vue").PropType<boolean>;
2096
- default: boolean;
2097
- };
2098
- optionsListWidth: {
2099
- type: import("vue").PropType<string>;
2100
- default: any;
2101
- };
2102
- statusType: {
2103
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
2104
- default: any;
2105
- };
2106
- disableVirtualScroll: {
2107
- type: import("vue").PropType<boolean>;
2108
- default: boolean;
2109
- };
2110
- overrideOptionCountCalculation: {
2111
- type: import("vue").PropType<(option: unknown) => number>;
2112
- default: any;
2113
- };
2114
- withConditions: {
2115
- type: import("vue").PropType<boolean>;
2116
- default: boolean;
2117
- };
2118
- }>> & {
2119
- onCopyToClipboard?: () => any;
2120
- onClear?: () => any;
2121
- onApply?: (value: unknown) => any;
2122
- onSelectAll?: () => any;
2123
- "onUpdate:selected"?: (value: unknown) => any;
2124
- onAllSelectedChanged?: (value: boolean) => any;
2125
- "onUpdate:isOpen"?: (value: unknown) => any;
2126
- onOnsearch?: (value: string) => any;
2127
- onLoadMore?: () => any;
2128
- onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2129
- onOpened?: () => any;
2130
- onClosed?: () => any;
2131
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
2132
- $attrs: {
2133
- [x: string]: unknown;
2134
- };
2135
- $refs: {
2136
- [x: string]: unknown;
2137
- };
2138
- $slots: Readonly<{
2139
- [name: string]: import("vue").Slot;
2140
- }>;
2141
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2142
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
2143
- $emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
2144
- $el: any;
2145
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2146
- theme: {
2147
- type: import("vue").PropType<string>;
2148
- default: string;
2149
- };
2150
- testId: {
2151
- type: import("vue").PropType<string>;
2152
- default: string;
2153
- };
2154
- placement: {
2155
- type: import("vue").PropType<import("floating-vue").Placement>;
2156
- default: string;
2157
- };
2158
- disabled: {
2159
- type: import("vue").PropType<boolean>;
2160
- default: boolean;
2161
- };
2162
- distance: {
2163
- type: import("vue").PropType<number>;
2164
- default: number;
2165
- };
2166
- container: {
2167
- type: import("vue").PropType<string>;
2168
- default: string;
2169
- };
2170
- popperClass: {
2171
- type: import("vue").PropType<string>;
2172
- default: string;
2173
- };
2174
- size: {
2175
- type: import("vue").PropType<"small" | "medium" | "large">;
2176
- default: string;
2177
- };
2178
- flip: {
2179
- type: import("vue").PropType<boolean>;
2180
- default: boolean;
2181
- };
2182
- mandatory: {
2183
- type: import("vue").PropType<boolean>;
2184
- default: boolean;
2185
- };
2186
- loading: {
2187
- type: import("vue").PropType<boolean>;
2188
- };
2189
- isOpen: {
2190
- type: import("vue").PropType<boolean>;
2191
- };
2192
- skidding: {
2193
- type: import("vue").PropType<number>;
2194
- default: number;
2195
- };
2196
- modelValue: {
2197
- type: import("vue").PropType<unknown>;
2198
- default: any;
2199
- };
2200
- valueToCopy: {
2201
- type: import("vue").PropType<string>;
2202
- default: any;
2203
- };
2204
- selected: {
2205
- type: import("vue").PropType<unknown>;
2206
- default: any;
2207
- };
2208
- options: {
2209
- type: import("vue").PropType<unknown[]>;
2210
- required: true;
2211
- };
2212
- placeholder: {
2213
- type: import("vue").PropType<string>;
2214
- default: string;
2215
- };
2216
- multi: {
2217
- type: import("vue").PropType<boolean>;
2218
- default: boolean;
2219
- };
2220
- loadMoreLoading: {
2221
- type: import("vue").PropType<boolean>;
2222
- };
2223
- infiniteLoading: {
2224
- type: import("vue").PropType<boolean>;
2225
- default: boolean;
2226
- };
2227
- showSelectAll: {
2228
- type: import("vue").PropType<boolean>;
2229
- default: boolean;
2230
- };
2231
- showClearAll: {
2232
- type: import("vue").PropType<boolean>;
2233
- default: boolean;
2234
- };
2235
- defaultOpen: {
2236
- type: import("vue").PropType<boolean>;
2237
- default: boolean;
2238
- };
2239
- keepOpen: {
2240
- type: import("vue").PropType<boolean>;
2241
- default: boolean;
2242
- };
2243
- autoSize: {
2244
- type: import("vue").PropType<boolean>;
2245
- default: boolean;
2246
- };
2247
- disableKeyboardEvents: {
2248
- type: import("vue").PropType<boolean>;
2249
- default: boolean;
2250
- };
2251
- dynamicFilterMode: {
2252
- type: import("vue").PropType<boolean>;
2253
- default: boolean;
2254
- };
2255
- minSelections: {
2256
- type: import("vue").PropType<number>;
2257
- default: number;
2258
- };
2259
- maxSelections: {
2260
- type: import("vue").PropType<number>;
2261
- default: any;
2262
- };
2263
- isOnTop: {
2264
- type: import("vue").PropType<boolean>;
2265
- default: boolean;
2266
- };
2267
- triggerLabel: {
2268
- type: import("vue").PropType<string>;
2269
- default: string;
2270
- };
2271
- triggerHelperText: {
2272
- type: import("vue").PropType<string>;
2273
- default: string;
2274
- };
2275
- triggerFeedbackText: {
2276
- type: import("vue").PropType<string>;
2277
- default: string;
2278
- };
2279
- triggerFeedbackVariant: {
2280
- type: import("vue").PropType<"success" | "warning" | "error">;
2281
- default: any;
2282
- };
2283
- triggerFeedbackShowIcon: {
2284
- type: import("vue").PropType<boolean>;
2285
- default: boolean;
2286
- };
2287
- triggerShowAllSelectedText: {
2288
- type: import("vue").PropType<boolean>;
2289
- default: boolean;
2290
- };
2291
- triggerShownValuesCount: {
2292
- type: import("vue").PropType<number>;
2293
- default: number;
2294
- };
2295
- predefinedTrigger: {
2296
- type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
2297
- default: "default" | "icon-button" | "chip" | "app";
2298
- };
2299
- inlineSearch: {
2300
- type: import("vue").PropType<boolean>;
2301
- default: boolean;
2302
- };
2303
- inlineSearchPlaceholder: {
2304
- type: import("vue").PropType<string>;
2305
- default: string;
2306
- };
2307
- onSearch: {
2308
- type: import("vue").PropType<(option: any, term: string) => boolean>;
2309
- default: any;
2310
- };
2311
- noResultsText: {
2312
- type: import("vue").PropType<string>;
2313
- default: string;
2314
- };
2315
- searchAutoFocus: {
2316
- type: import("vue").PropType<boolean>;
2317
- default: boolean;
2318
- };
2319
- onClearSearch: {
2320
- type: import("vue").PropType<() => void>;
2321
- default: () => true;
2322
- };
2323
- displayValue: {
2324
- type: import("vue").PropType<(option: unknown) => string>;
2325
- required: true;
2326
- };
2327
- optionNameKey: {
2328
- type: import("vue").PropType<string>;
2329
- default: string;
2330
- };
2331
- optionIconKey: {
2332
- type: import("vue").PropType<string>;
2333
- default: string;
2334
- };
2335
- optionImageKey: {
2336
- type: import("vue").PropType<string>;
2337
- default: string;
2338
- };
2339
- optionIconType: {
2340
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2341
- default: any;
2342
- };
2343
- optionEndIconKey: {
2344
- type: import("vue").PropType<string>;
2345
- default: string;
2346
- };
2347
- optionEndIconType: {
2348
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2349
- default: any;
2350
- };
2351
- optionsEndTextIconKey: {
2352
- type: import("vue").PropType<string>;
2353
- default: any;
2354
- };
2355
- optionFlagKey: {
2356
- type: import("vue").PropType<string>;
2357
- default: any;
2358
- };
2359
- optionWarningKey: {
2360
- type: import("vue").PropType<string>;
2361
- default: any;
2362
- };
2363
- disabledOptionKey: {
2364
- type: import("vue").PropType<string>;
2365
- default: string;
2366
- };
2367
- optionTwoLinesVariant: {
2368
- type: import("vue").PropType<"horizontal" | "vertical">;
2369
- default: any;
2370
- };
2371
- optionTwoLinesKey: {
2372
- type: import("vue").PropType<string>;
2373
- default: any;
2374
- };
2375
- groupedOptions: {
2376
- type: import("vue").PropType<boolean>;
2377
- default: boolean;
2378
- };
2379
- comparingKey: {
2380
- type: import("vue").PropType<string>;
2381
- default: any;
2382
- };
2383
- customNumberOfDisplayedOptions: {
2384
- type: import("vue").PropType<number>;
2385
- default: any;
2386
- };
2387
- optionTooltipPosition: {
2388
- type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
2389
- default: string;
2390
- };
2391
- fullWidth: {
2392
- type: import("vue").PropType<boolean>;
2393
- default: boolean;
2394
- };
2395
- optionsListWidth: {
2396
- type: import("vue").PropType<string>;
2397
- default: any;
2398
- };
2399
- statusType: {
2400
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
2401
- default: any;
2402
- };
2403
- disableVirtualScroll: {
2404
- type: import("vue").PropType<boolean>;
2405
- default: boolean;
2406
- };
2407
- overrideOptionCountCalculation: {
2408
- type: import("vue").PropType<(option: unknown) => number>;
2409
- default: any;
2410
- };
2411
- withConditions: {
2412
- type: import("vue").PropType<boolean>;
2413
- default: boolean;
2414
- };
2415
- }>> & {
2416
- onCopyToClipboard?: () => any;
2417
- onClear?: () => any;
2418
- onApply?: (value: unknown) => any;
2419
- onSelectAll?: () => any;
2420
- "onUpdate:selected"?: (value: unknown) => any;
2421
- onAllSelectedChanged?: (value: boolean) => any;
2422
- "onUpdate:isOpen"?: (value: unknown) => any;
2423
- onOnsearch?: (value: string) => any;
2424
- onLoadMore?: () => any;
2425
- onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2426
- onOpened?: () => any;
2427
- onClosed?: () => any;
2428
- }, {
2429
- selectItem: (option: any, index?: number) => void;
2430
- scrollTo: (index: number) => void;
2431
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2432
- "update:selected": (value: unknown) => void;
2433
- "update:isOpen": (value: unknown) => void;
2434
- closed: () => void;
2435
- opened: () => void;
2436
- apply: (value: unknown) => void;
2437
- selectAll: () => void;
2438
- clear: () => void;
2439
- copyToClipboard: () => void;
2440
- onsearch: (value: string) => void;
2441
- loadMore: () => void;
2442
- allSelectedChanged: (value: boolean) => void;
2443
- unsavedSelectionUpdate: (value: unknown[]) => void;
2444
- }, string, {
2445
- theme: string;
2446
- testId: string;
2447
- placement: import("floating-vue").Placement;
2448
- disabled: boolean;
2449
- distance: number;
2450
- container: string;
2451
- popperClass: string;
2452
- size: "small" | "medium" | "large";
2453
- flip: boolean;
2454
- mandatory: boolean;
2455
- skidding: number;
2456
- modelValue: any;
2457
- valueToCopy: string;
2458
- selected: any;
2459
- placeholder: string;
2460
- multi: boolean;
2461
- infiniteLoading: boolean;
2462
- showSelectAll: boolean;
2463
- showClearAll: boolean;
2464
- defaultOpen: boolean;
2465
- keepOpen: boolean;
2466
- autoSize: boolean;
2467
- disableKeyboardEvents: boolean;
2468
- dynamicFilterMode: boolean;
2469
- minSelections: number;
2470
- maxSelections: number;
2471
- isOnTop: boolean;
2472
- triggerLabel: string;
2473
- triggerHelperText: string;
2474
- triggerFeedbackText: string;
2475
- triggerFeedbackVariant: "success" | "warning" | "error";
2476
- triggerFeedbackShowIcon: boolean;
2477
- triggerShowAllSelectedText: boolean;
2478
- triggerShownValuesCount: number;
2479
- predefinedTrigger: "default" | "icon-button" | "chip" | "app";
2480
- inlineSearch: boolean;
2481
- inlineSearchPlaceholder: string;
2482
- onSearch: (option: any, term: string) => boolean;
2483
- noResultsText: string;
2484
- searchAutoFocus: boolean;
2485
- onClearSearch: () => void;
2486
- optionNameKey: string;
2487
- optionIconKey: string;
2488
- optionImageKey: string;
2489
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2490
- optionEndIconKey: string;
2491
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2492
- optionsEndTextIconKey: string;
2493
- optionFlagKey: string;
2494
- optionWarningKey: string;
2495
- disabledOptionKey: string;
2496
- optionTwoLinesVariant: "horizontal" | "vertical";
2497
- optionTwoLinesKey: string;
2498
- groupedOptions: boolean;
2499
- comparingKey: string;
2500
- customNumberOfDisplayedOptions: number;
2501
- optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
2502
- fullWidth: boolean;
2503
- optionsListWidth: string;
2504
- statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
2505
- disableVirtualScroll: boolean;
2506
- overrideOptionCountCalculation: (option: unknown) => number;
2507
- withConditions: boolean;
2508
- }, {}, string> & {
2509
- beforeCreate?: (() => void) | (() => void)[];
2510
- created?: (() => void) | (() => void)[];
2511
- beforeMount?: (() => void) | (() => void)[];
2512
- mounted?: (() => void) | (() => void)[];
2513
- beforeUpdate?: (() => void) | (() => void)[];
2514
- updated?: (() => void) | (() => void)[];
2515
- activated?: (() => void) | (() => void)[];
2516
- deactivated?: (() => void) | (() => void)[];
2517
- beforeDestroy?: (() => void) | (() => void)[];
2518
- beforeUnmount?: (() => void) | (() => void)[];
2519
- destroyed?: (() => void) | (() => void)[];
2520
- unmounted?: (() => void) | (() => void)[];
2521
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2522
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
2523
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
2524
- };
2525
- $forceUpdate: () => void;
2526
- $nextTick: typeof import("vue").nextTick;
2527
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
2528
- } & Readonly<import("vue").ExtractPropTypes<{
1400
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | ({
1401
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2529
1402
  theme: {
2530
1403
  type: import("vue").PropType<string>;
2531
1404
  default: string;
2532
1405
  };
2533
- testId: {
1406
+ testId: {
1407
+ type: import("vue").PropType<string>;
1408
+ default: string;
1409
+ };
1410
+ disabled: {
1411
+ type: import("vue").PropType<boolean>;
1412
+ default: boolean;
1413
+ };
1414
+ placement: {
1415
+ type: import("vue").PropType<import("floating-vue").Placement>;
1416
+ default: string;
1417
+ };
1418
+ distance: {
1419
+ type: import("vue").PropType<number>;
1420
+ default: number;
1421
+ };
1422
+ container: {
1423
+ type: import("vue").PropType<string>;
1424
+ default: string;
1425
+ };
1426
+ popperClass: {
1427
+ type: import("vue").PropType<string>;
1428
+ default: string;
1429
+ };
1430
+ size: {
1431
+ type: import("vue").PropType<"small" | "medium" | "large">;
1432
+ default: string;
1433
+ };
1434
+ loading: {
1435
+ type: import("vue").PropType<boolean>;
1436
+ };
1437
+ isOpen: {
1438
+ type: import("vue").PropType<boolean>;
1439
+ };
1440
+ skidding: {
1441
+ type: import("vue").PropType<number>;
1442
+ default: number;
1443
+ };
1444
+ modelValue: {
1445
+ type: import("vue").PropType<unknown>;
1446
+ default: any;
1447
+ };
1448
+ valueToCopy: {
1449
+ type: import("vue").PropType<string>;
1450
+ default: any;
1451
+ };
1452
+ selected: {
1453
+ type: import("vue").PropType<unknown>;
1454
+ default: any;
1455
+ };
1456
+ options: {
1457
+ type: import("vue").PropType<unknown[]>;
1458
+ required: true;
1459
+ };
1460
+ mandatory: {
1461
+ type: import("vue").PropType<boolean>;
1462
+ default: boolean;
1463
+ };
1464
+ placeholder: {
1465
+ type: import("vue").PropType<string>;
1466
+ default: string;
1467
+ };
1468
+ multi: {
1469
+ type: import("vue").PropType<boolean>;
1470
+ default: boolean;
1471
+ };
1472
+ loadMoreLoading: {
1473
+ type: import("vue").PropType<boolean>;
1474
+ };
1475
+ infiniteLoading: {
1476
+ type: import("vue").PropType<boolean>;
1477
+ default: boolean;
1478
+ };
1479
+ showSelectAll: {
1480
+ type: import("vue").PropType<boolean>;
1481
+ default: boolean;
1482
+ };
1483
+ showClearAll: {
1484
+ type: import("vue").PropType<boolean>;
1485
+ default: boolean;
1486
+ };
1487
+ defaultOpen: {
1488
+ type: import("vue").PropType<boolean>;
1489
+ default: boolean;
1490
+ };
1491
+ keepOpen: {
1492
+ type: import("vue").PropType<boolean>;
1493
+ default: boolean;
1494
+ };
1495
+ autoSize: {
1496
+ type: import("vue").PropType<boolean>;
1497
+ default: boolean;
1498
+ };
1499
+ disableKeyboardEvents: {
1500
+ type: import("vue").PropType<boolean>;
1501
+ default: boolean;
1502
+ };
1503
+ dynamicFilterMode: {
1504
+ type: import("vue").PropType<boolean>;
1505
+ default: boolean;
1506
+ };
1507
+ minSelections: {
1508
+ type: import("vue").PropType<number>;
1509
+ default: number;
1510
+ };
1511
+ maxSelections: {
1512
+ type: import("vue").PropType<number>;
1513
+ default: any;
1514
+ };
1515
+ isOnTop: {
1516
+ type: import("vue").PropType<boolean>;
1517
+ default: boolean;
1518
+ };
1519
+ flip: {
1520
+ type: import("vue").PropType<boolean>;
1521
+ default: boolean;
1522
+ };
1523
+ triggerLabel: {
1524
+ type: import("vue").PropType<string>;
1525
+ default: string;
1526
+ };
1527
+ triggerHelperText: {
1528
+ type: import("vue").PropType<string>;
1529
+ default: string;
1530
+ };
1531
+ triggerFeedbackText: {
1532
+ type: import("vue").PropType<string>;
1533
+ default: string;
1534
+ };
1535
+ triggerFeedbackVariant: {
1536
+ type: import("vue").PropType<"error" | "success" | "warning">;
1537
+ default: any;
1538
+ };
1539
+ triggerFeedbackShowIcon: {
1540
+ type: import("vue").PropType<boolean>;
1541
+ default: boolean;
1542
+ };
1543
+ triggerShowAllSelectedText: {
1544
+ type: import("vue").PropType<boolean>;
1545
+ default: boolean;
1546
+ };
1547
+ triggerShownValuesCount: {
1548
+ type: import("vue").PropType<number>;
1549
+ default: number;
1550
+ };
1551
+ predefinedTrigger: {
1552
+ type: import("vue").PropType<"default" | "icon-button" | "chip" | "app">;
1553
+ default: "default" | "icon-button" | "chip" | "app";
1554
+ };
1555
+ inlineSearch: {
1556
+ type: import("vue").PropType<boolean>;
1557
+ default: boolean;
1558
+ };
1559
+ inlineSearchPlaceholder: {
1560
+ type: import("vue").PropType<string>;
1561
+ default: string;
1562
+ };
1563
+ onSearch: {
1564
+ type: import("vue").PropType<(option: any, term: string) => boolean>;
1565
+ default: any;
1566
+ };
1567
+ noResultsText: {
2534
1568
  type: import("vue").PropType<string>;
2535
1569
  default: string;
2536
1570
  };
2537
- placement: {
2538
- type: import("vue").PropType<import("floating-vue").Placement>;
1571
+ searchAutoFocus: {
1572
+ type: import("vue").PropType<boolean>;
1573
+ default: boolean;
1574
+ };
1575
+ onClearSearch: {
1576
+ type: import("vue").PropType<() => void>;
1577
+ default: () => true;
1578
+ };
1579
+ displayValue: {
1580
+ type: import("vue").PropType<(option: unknown) => string>;
1581
+ required: true;
1582
+ };
1583
+ optionNameKey: {
1584
+ type: import("vue").PropType<string>;
1585
+ default: string;
1586
+ };
1587
+ optionIconKey: {
1588
+ type: import("vue").PropType<string>;
1589
+ default: string;
1590
+ };
1591
+ optionImageKey: {
1592
+ type: import("vue").PropType<string>;
1593
+ default: string;
1594
+ };
1595
+ optionIconType: {
1596
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1597
+ default: any;
1598
+ };
1599
+ optionEndIconKey: {
1600
+ type: import("vue").PropType<string>;
1601
+ default: string;
1602
+ };
1603
+ optionEndIconType: {
1604
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
1605
+ default: any;
1606
+ };
1607
+ optionsEndTextIconKey: {
1608
+ type: import("vue").PropType<string>;
1609
+ default: any;
1610
+ };
1611
+ optionFlagKey: {
1612
+ type: import("vue").PropType<string>;
1613
+ default: any;
1614
+ };
1615
+ optionWarningKey: {
1616
+ type: import("vue").PropType<string>;
1617
+ default: any;
1618
+ };
1619
+ disabledOptionKey: {
1620
+ type: import("vue").PropType<string>;
1621
+ default: string;
1622
+ };
1623
+ optionTwoLinesVariant: {
1624
+ type: import("vue").PropType<"horizontal" | "vertical">;
1625
+ default: any;
1626
+ };
1627
+ optionTwoLinesKey: {
1628
+ type: import("vue").PropType<string>;
1629
+ default: any;
1630
+ };
1631
+ groupedOptions: {
1632
+ type: import("vue").PropType<boolean>;
1633
+ default: boolean;
1634
+ };
1635
+ comparingKey: {
1636
+ type: import("vue").PropType<string>;
1637
+ default: any;
1638
+ };
1639
+ customNumberOfDisplayedOptions: {
1640
+ type: import("vue").PropType<number>;
1641
+ default: any;
1642
+ };
1643
+ optionTooltipPosition: {
1644
+ type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
1645
+ default: string;
1646
+ };
1647
+ fullWidth: {
1648
+ type: import("vue").PropType<boolean>;
1649
+ default: boolean;
1650
+ };
1651
+ optionsListWidth: {
1652
+ type: import("vue").PropType<string>;
1653
+ default: any;
1654
+ };
1655
+ statusType: {
1656
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
1657
+ default: any;
1658
+ };
1659
+ disableVirtualScroll: {
1660
+ type: import("vue").PropType<boolean>;
1661
+ default: boolean;
1662
+ };
1663
+ overrideOptionCountCalculation: {
1664
+ type: import("vue").PropType<(option: unknown) => number>;
1665
+ default: any;
1666
+ };
1667
+ withConditions: {
1668
+ type: import("vue").PropType<boolean>;
1669
+ default: boolean;
1670
+ };
1671
+ }>> & Readonly<{
1672
+ onClear?: () => any;
1673
+ onCopyToClipboard?: () => any;
1674
+ onApply?: (value: unknown) => any;
1675
+ "onUpdate:selected"?: (value: unknown) => any;
1676
+ onAllSelectedChanged?: (value: boolean) => any;
1677
+ "onUpdate:isOpen"?: (value: unknown) => any;
1678
+ onOnsearch?: (value: string) => any;
1679
+ onSelectAll?: () => any;
1680
+ onLoadMore?: () => any;
1681
+ onUnsavedSelectionUpdate?: (value: unknown[]) => any;
1682
+ onOpened?: () => any;
1683
+ onClosed?: () => any;
1684
+ }>, {
1685
+ selectItem: (option: any, index?: number) => void;
1686
+ scrollTo: (index: number) => void;
1687
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1688
+ "update:selected": (value: unknown) => void;
1689
+ "update:isOpen": (value: unknown) => void;
1690
+ closed: () => void;
1691
+ opened: () => void;
1692
+ apply: (value: unknown) => void;
1693
+ selectAll: () => void;
1694
+ clear: () => void;
1695
+ copyToClipboard: () => void;
1696
+ onsearch: (value: string) => void;
1697
+ loadMore: () => void;
1698
+ allSelectedChanged: (value: boolean) => void;
1699
+ unsavedSelectionUpdate: (value: unknown[]) => void;
1700
+ }, import("vue").PublicProps, {
1701
+ theme: string;
1702
+ testId: string;
1703
+ disabled: boolean;
1704
+ placement: import("floating-vue").Placement;
1705
+ distance: number;
1706
+ container: string;
1707
+ popperClass: string;
1708
+ size: "small" | "medium" | "large";
1709
+ skidding: number;
1710
+ modelValue: any;
1711
+ valueToCopy: string;
1712
+ selected: any;
1713
+ mandatory: boolean;
1714
+ placeholder: string;
1715
+ multi: boolean;
1716
+ infiniteLoading: boolean;
1717
+ showSelectAll: boolean;
1718
+ showClearAll: boolean;
1719
+ defaultOpen: boolean;
1720
+ keepOpen: boolean;
1721
+ autoSize: boolean;
1722
+ disableKeyboardEvents: boolean;
1723
+ dynamicFilterMode: boolean;
1724
+ minSelections: number;
1725
+ maxSelections: number;
1726
+ isOnTop: boolean;
1727
+ flip: boolean;
1728
+ triggerLabel: string;
1729
+ triggerHelperText: string;
1730
+ triggerFeedbackText: string;
1731
+ triggerFeedbackVariant: "error" | "success" | "warning";
1732
+ triggerFeedbackShowIcon: boolean;
1733
+ triggerShowAllSelectedText: boolean;
1734
+ triggerShownValuesCount: number;
1735
+ predefinedTrigger: "default" | "icon-button" | "chip" | "app";
1736
+ inlineSearch: boolean;
1737
+ inlineSearchPlaceholder: string;
1738
+ onSearch: (option: any, term: string) => boolean;
1739
+ noResultsText: string;
1740
+ searchAutoFocus: boolean;
1741
+ onClearSearch: () => void;
1742
+ optionNameKey: string;
1743
+ optionIconKey: string;
1744
+ optionImageKey: string;
1745
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1746
+ optionEndIconKey: string;
1747
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
1748
+ optionsEndTextIconKey: string;
1749
+ optionFlagKey: string;
1750
+ optionWarningKey: string;
1751
+ disabledOptionKey: string;
1752
+ optionTwoLinesVariant: "horizontal" | "vertical";
1753
+ optionTwoLinesKey: string;
1754
+ groupedOptions: boolean;
1755
+ comparingKey: string;
1756
+ customNumberOfDisplayedOptions: number;
1757
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
1758
+ fullWidth: boolean;
1759
+ optionsListWidth: string;
1760
+ statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
1761
+ disableVirtualScroll: boolean;
1762
+ overrideOptionCountCalculation: (option: unknown) => number;
1763
+ withConditions: boolean;
1764
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1765
+ P: {};
1766
+ B: {};
1767
+ D: {};
1768
+ C: {};
1769
+ M: {};
1770
+ Defaults: {};
1771
+ }, Readonly<import("vue").ExtractPropTypes<{
1772
+ theme: {
1773
+ type: import("vue").PropType<string>;
1774
+ default: string;
1775
+ };
1776
+ testId: {
1777
+ type: import("vue").PropType<string>;
2539
1778
  default: string;
2540
1779
  };
2541
1780
  disabled: {
2542
1781
  type: import("vue").PropType<boolean>;
2543
1782
  default: boolean;
2544
1783
  };
1784
+ placement: {
1785
+ type: import("vue").PropType<import("floating-vue").Placement>;
1786
+ default: string;
1787
+ };
2545
1788
  distance: {
2546
1789
  type: import("vue").PropType<number>;
2547
1790
  default: number;
@@ -2558,14 +1801,6 @@ declare const DropdownTypes: () => (({
2558
1801
  type: import("vue").PropType<"small" | "medium" | "large">;
2559
1802
  default: string;
2560
1803
  };
2561
- flip: {
2562
- type: import("vue").PropType<boolean>;
2563
- default: boolean;
2564
- };
2565
- mandatory: {
2566
- type: import("vue").PropType<boolean>;
2567
- default: boolean;
2568
- };
2569
1804
  loading: {
2570
1805
  type: import("vue").PropType<boolean>;
2571
1806
  };
@@ -2592,6 +1827,10 @@ declare const DropdownTypes: () => (({
2592
1827
  type: import("vue").PropType<unknown[]>;
2593
1828
  required: true;
2594
1829
  };
1830
+ mandatory: {
1831
+ type: import("vue").PropType<boolean>;
1832
+ default: boolean;
1833
+ };
2595
1834
  placeholder: {
2596
1835
  type: import("vue").PropType<string>;
2597
1836
  default: string;
@@ -2647,6 +1886,10 @@ declare const DropdownTypes: () => (({
2647
1886
  type: import("vue").PropType<boolean>;
2648
1887
  default: boolean;
2649
1888
  };
1889
+ flip: {
1890
+ type: import("vue").PropType<boolean>;
1891
+ default: boolean;
1892
+ };
2650
1893
  triggerLabel: {
2651
1894
  type: import("vue").PropType<string>;
2652
1895
  default: string;
@@ -2660,7 +1903,7 @@ declare const DropdownTypes: () => (({
2660
1903
  default: string;
2661
1904
  };
2662
1905
  triggerFeedbackVariant: {
2663
- type: import("vue").PropType<"success" | "warning" | "error">;
1906
+ type: import("vue").PropType<"error" | "success" | "warning">;
2664
1907
  default: any;
2665
1908
  };
2666
1909
  triggerFeedbackShowIcon: {
@@ -2780,7 +2023,7 @@ declare const DropdownTypes: () => (({
2780
2023
  default: any;
2781
2024
  };
2782
2025
  statusType: {
2783
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
2026
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
2784
2027
  default: any;
2785
2028
  };
2786
2029
  disableVirtualScroll: {
@@ -2795,23 +2038,87 @@ declare const DropdownTypes: () => (({
2795
2038
  type: import("vue").PropType<boolean>;
2796
2039
  default: boolean;
2797
2040
  };
2798
- }>> & {
2799
- onCopyToClipboard?: () => any;
2041
+ }>> & Readonly<{
2800
2042
  onClear?: () => any;
2043
+ onCopyToClipboard?: () => any;
2801
2044
  onApply?: (value: unknown) => any;
2802
- onSelectAll?: () => any;
2803
2045
  "onUpdate:selected"?: (value: unknown) => any;
2804
2046
  onAllSelectedChanged?: (value: boolean) => any;
2805
2047
  "onUpdate:isOpen"?: (value: unknown) => any;
2806
2048
  onOnsearch?: (value: string) => any;
2049
+ onSelectAll?: () => any;
2807
2050
  onLoadMore?: () => any;
2808
2051
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
2809
2052
  onOpened?: () => any;
2810
2053
  onClosed?: () => any;
2811
- } & import("vue").ShallowUnwrapRef<{
2054
+ }>, {
2812
2055
  selectItem: (option: any, index?: number) => void;
2813
2056
  scrollTo: (index: number) => void;
2814
- }> & {} & import("vue").ComponentCustomProperties & {};
2057
+ }, {}, {}, {}, {
2058
+ theme: string;
2059
+ testId: string;
2060
+ disabled: boolean;
2061
+ placement: import("floating-vue").Placement;
2062
+ distance: number;
2063
+ container: string;
2064
+ popperClass: string;
2065
+ size: "small" | "medium" | "large";
2066
+ skidding: number;
2067
+ modelValue: any;
2068
+ valueToCopy: string;
2069
+ selected: any;
2070
+ mandatory: boolean;
2071
+ placeholder: string;
2072
+ multi: boolean;
2073
+ infiniteLoading: boolean;
2074
+ showSelectAll: boolean;
2075
+ showClearAll: boolean;
2076
+ defaultOpen: boolean;
2077
+ keepOpen: boolean;
2078
+ autoSize: boolean;
2079
+ disableKeyboardEvents: boolean;
2080
+ dynamicFilterMode: boolean;
2081
+ minSelections: number;
2082
+ maxSelections: number;
2083
+ isOnTop: boolean;
2084
+ flip: boolean;
2085
+ triggerLabel: string;
2086
+ triggerHelperText: string;
2087
+ triggerFeedbackText: string;
2088
+ triggerFeedbackVariant: "error" | "success" | "warning";
2089
+ triggerFeedbackShowIcon: boolean;
2090
+ triggerShowAllSelectedText: boolean;
2091
+ triggerShownValuesCount: number;
2092
+ predefinedTrigger: "default" | "icon-button" | "chip" | "app";
2093
+ inlineSearch: boolean;
2094
+ inlineSearchPlaceholder: string;
2095
+ onSearch: (option: any, term: string) => boolean;
2096
+ noResultsText: string;
2097
+ searchAutoFocus: boolean;
2098
+ onClearSearch: () => void;
2099
+ optionNameKey: string;
2100
+ optionIconKey: string;
2101
+ optionImageKey: string;
2102
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2103
+ optionEndIconKey: string;
2104
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2105
+ optionsEndTextIconKey: string;
2106
+ optionFlagKey: string;
2107
+ optionWarningKey: string;
2108
+ disabledOptionKey: string;
2109
+ optionTwoLinesVariant: "horizontal" | "vertical";
2110
+ optionTwoLinesKey: string;
2111
+ groupedOptions: boolean;
2112
+ comparingKey: string;
2113
+ customNumberOfDisplayedOptions: number;
2114
+ optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
2115
+ fullWidth: boolean;
2116
+ optionsListWidth: string;
2117
+ statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
2118
+ disableVirtualScroll: boolean;
2119
+ overrideOptionCountCalculation: (option: unknown) => number;
2120
+ withConditions: boolean;
2121
+ }>;
2815
2122
  __isFragment?: never;
2816
2123
  __isTeleport?: never;
2817
2124
  __isSuspense?: never;
@@ -2824,14 +2131,14 @@ declare const DropdownTypes: () => (({
2824
2131
  type: import("vue").PropType<string>;
2825
2132
  default: string;
2826
2133
  };
2827
- placement: {
2828
- type: import("vue").PropType<import("floating-vue").Placement>;
2829
- default: string;
2830
- };
2831
2134
  disabled: {
2832
2135
  type: import("vue").PropType<boolean>;
2833
2136
  default: boolean;
2834
2137
  };
2138
+ placement: {
2139
+ type: import("vue").PropType<import("floating-vue").Placement>;
2140
+ default: string;
2141
+ };
2835
2142
  distance: {
2836
2143
  type: import("vue").PropType<number>;
2837
2144
  default: number;
@@ -2848,14 +2155,6 @@ declare const DropdownTypes: () => (({
2848
2155
  type: import("vue").PropType<"small" | "medium" | "large">;
2849
2156
  default: string;
2850
2157
  };
2851
- flip: {
2852
- type: import("vue").PropType<boolean>;
2853
- default: boolean;
2854
- };
2855
- mandatory: {
2856
- type: import("vue").PropType<boolean>;
2857
- default: boolean;
2858
- };
2859
2158
  loading: {
2860
2159
  type: import("vue").PropType<boolean>;
2861
2160
  };
@@ -2882,6 +2181,10 @@ declare const DropdownTypes: () => (({
2882
2181
  type: import("vue").PropType<unknown[]>;
2883
2182
  required: true;
2884
2183
  };
2184
+ mandatory: {
2185
+ type: import("vue").PropType<boolean>;
2186
+ default: boolean;
2187
+ };
2885
2188
  placeholder: {
2886
2189
  type: import("vue").PropType<string>;
2887
2190
  default: string;
@@ -2937,6 +2240,10 @@ declare const DropdownTypes: () => (({
2937
2240
  type: import("vue").PropType<boolean>;
2938
2241
  default: boolean;
2939
2242
  };
2243
+ flip: {
2244
+ type: import("vue").PropType<boolean>;
2245
+ default: boolean;
2246
+ };
2940
2247
  triggerLabel: {
2941
2248
  type: import("vue").PropType<string>;
2942
2249
  default: string;
@@ -2950,7 +2257,7 @@ declare const DropdownTypes: () => (({
2950
2257
  default: string;
2951
2258
  };
2952
2259
  triggerFeedbackVariant: {
2953
- type: import("vue").PropType<"success" | "warning" | "error">;
2260
+ type: import("vue").PropType<"error" | "success" | "warning">;
2954
2261
  default: any;
2955
2262
  };
2956
2263
  triggerFeedbackShowIcon: {
@@ -3070,7 +2377,7 @@ declare const DropdownTypes: () => (({
3070
2377
  default: any;
3071
2378
  };
3072
2379
  statusType: {
3073
- type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
2380
+ type: import("vue").PropType<"default" | "error" | "disabled" | "success" | "warning" | "archive">;
3074
2381
  default: any;
3075
2382
  };
3076
2383
  disableVirtualScroll: {
@@ -3085,23 +2392,23 @@ declare const DropdownTypes: () => (({
3085
2392
  type: import("vue").PropType<boolean>;
3086
2393
  default: boolean;
3087
2394
  };
3088
- }>> & {
3089
- onCopyToClipboard?: () => any;
2395
+ }>> & Readonly<{
3090
2396
  onClear?: () => any;
2397
+ onCopyToClipboard?: () => any;
3091
2398
  onApply?: (value: unknown) => any;
3092
- onSelectAll?: () => any;
3093
2399
  "onUpdate:selected"?: (value: unknown) => any;
3094
2400
  onAllSelectedChanged?: (value: boolean) => any;
3095
2401
  "onUpdate:isOpen"?: (value: unknown) => any;
3096
2402
  onOnsearch?: (value: string) => any;
2403
+ onSelectAll?: () => any;
3097
2404
  onLoadMore?: () => any;
3098
2405
  onUnsavedSelectionUpdate?: (value: unknown[]) => any;
3099
2406
  onOpened?: () => any;
3100
2407
  onClosed?: () => any;
3101
- }, {
2408
+ }>, {
3102
2409
  selectItem: (option: any, index?: number) => void;
3103
2410
  scrollTo: (index: number) => void;
3104
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2411
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3105
2412
  "update:selected": (value: unknown) => void;
3106
2413
  "update:isOpen": (value: unknown) => void;
3107
2414
  closed: () => void;
@@ -3117,18 +2424,17 @@ declare const DropdownTypes: () => (({
3117
2424
  }, string, {
3118
2425
  theme: string;
3119
2426
  testId: string;
3120
- placement: import("floating-vue").Placement;
3121
2427
  disabled: boolean;
2428
+ placement: import("floating-vue").Placement;
3122
2429
  distance: number;
3123
2430
  container: string;
3124
2431
  popperClass: string;
3125
2432
  size: "small" | "medium" | "large";
3126
- flip: boolean;
3127
- mandatory: boolean;
3128
2433
  skidding: number;
3129
2434
  modelValue: any;
3130
2435
  valueToCopy: string;
3131
2436
  selected: any;
2437
+ mandatory: boolean;
3132
2438
  placeholder: string;
3133
2439
  multi: boolean;
3134
2440
  infiniteLoading: boolean;
@@ -3142,10 +2448,11 @@ declare const DropdownTypes: () => (({
3142
2448
  minSelections: number;
3143
2449
  maxSelections: number;
3144
2450
  isOnTop: boolean;
2451
+ flip: boolean;
3145
2452
  triggerLabel: string;
3146
2453
  triggerHelperText: string;
3147
2454
  triggerFeedbackText: string;
3148
- triggerFeedbackVariant: "success" | "warning" | "error";
2455
+ triggerFeedbackVariant: "error" | "success" | "warning";
3149
2456
  triggerFeedbackShowIcon: boolean;
3150
2457
  triggerShowAllSelectedText: boolean;
3151
2458
  triggerShownValuesCount: number;
@@ -3174,11 +2481,11 @@ declare const DropdownTypes: () => (({
3174
2481
  optionTooltipPosition: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
3175
2482
  fullWidth: boolean;
3176
2483
  optionsListWidth: string;
3177
- statusType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
2484
+ statusType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
3178
2485
  disableVirtualScroll: boolean;
3179
2486
  overrideOptionCountCalculation: (option: unknown) => number;
3180
2487
  withConditions: boolean;
3181
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2488
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3182
2489
  $slots: {
3183
2490
  label?(_: {}): any;
3184
2491
  "dropdown-trigger"?(_: {
@@ -3208,9 +2515,9 @@ declare const DropdownTypes: () => (({
3208
2515
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3209
2516
  optionsEndTextIconKey: string;
3210
2517
  optionFlagKey: string;
3211
- feedbackVariant: "success" | "warning" | "error";
2518
+ feedbackVariant: "error" | "success" | "warning";
3212
2519
  valueToCopy: string;
3213
- statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
2520
+ statusDotType: "default" | "error" | "disabled" | "success" | "warning" | "archive";
3214
2521
  size: "small" | "medium" | "large";
3215
2522
  showAllSelectedText: boolean;
3216
2523
  allSelected: boolean;
@@ -3227,7 +2534,7 @@ declare const DropdownTypes: () => (({
3227
2534
  "select-all"?(_: {}): any;
3228
2535
  "group-option"?(_: {}): any;
3229
2536
  default?(_: {
3230
- option: unknown;
2537
+ option: any;
3231
2538
  index: number;
3232
2539
  selected: boolean;
3233
2540
  active: boolean;
@@ -3237,7 +2544,7 @@ declare const DropdownTypes: () => (({
3237
2544
  option: any;
3238
2545
  }): any;
3239
2546
  };
3240
- })) | import("vue").DefineComponent<{
2547
+ })) | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3241
2548
  label: {
3242
2549
  type: import("vue").PropType<string>;
3243
2550
  required: true;
@@ -3254,10 +2561,6 @@ declare const DropdownTypes: () => (({
3254
2561
  type: import("vue").PropType<boolean>;
3255
2562
  default: boolean;
3256
2563
  };
3257
- open: {
3258
- type: import("vue").PropType<boolean>;
3259
- default: boolean;
3260
- };
3261
2564
  startIconName: {
3262
2565
  type: import("vue").PropType<string>;
3263
2566
  default: any;
@@ -3266,13 +2569,17 @@ declare const DropdownTypes: () => (({
3266
2569
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3267
2570
  default: string;
3268
2571
  };
2572
+ open: {
2573
+ type: import("vue").PropType<boolean>;
2574
+ default: boolean;
2575
+ };
3269
2576
  hideEndIcon: {
3270
2577
  type: import("vue").PropType<boolean>;
3271
2578
  default: boolean;
3272
2579
  };
3273
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2580
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3274
2581
  click: () => void;
3275
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2582
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3276
2583
  label: {
3277
2584
  type: import("vue").PropType<string>;
3278
2585
  required: true;
@@ -3289,10 +2596,6 @@ declare const DropdownTypes: () => (({
3289
2596
  type: import("vue").PropType<boolean>;
3290
2597
  default: boolean;
3291
2598
  };
3292
- open: {
3293
- type: import("vue").PropType<boolean>;
3294
- default: boolean;
3295
- };
3296
2599
  startIconName: {
3297
2600
  type: import("vue").PropType<string>;
3298
2601
  default: any;
@@ -3301,268 +2604,139 @@ declare const DropdownTypes: () => (({
3301
2604
  type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3302
2605
  default: string;
3303
2606
  };
3304
- hideEndIcon: {
3305
- type: import("vue").PropType<boolean>;
3306
- default: boolean;
3307
- };
3308
- }>> & {
3309
- onClick?: () => any;
3310
- }, {
3311
- testId: string;
3312
- variant: "text" | "outlined";
3313
- disabled: boolean;
3314
- open: boolean;
3315
- startIconName: string;
3316
- startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3317
- hideEndIcon: boolean;
3318
- }> | ({
3319
- new (...args: any[]): {
3320
- $: import("vue").ComponentInternalInstance;
3321
- $data: {};
3322
- $props: Partial<{
3323
- testId: string;
3324
- disabled: boolean;
3325
- size: "small" | "medium" | "large";
3326
- valueToCopy: string;
3327
- selected: unknown[];
3328
- placeholder: string;
3329
- inlineSearchPlaceholder: string;
3330
- optionNameKey: string;
3331
- optionIconKey: string;
3332
- optionImageKey: string;
3333
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3334
- optionEndIconKey: string;
3335
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3336
- disabledOptionKey: string;
3337
- optionEndTextIconKey: string;
3338
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3339
- testId: {
3340
- type: import("vue").PropType<string>;
3341
- default: string;
3342
- };
3343
- disabled: {
3344
- type: import("vue").PropType<boolean>;
3345
- default: boolean;
3346
- };
3347
- size: {
3348
- type: import("vue").PropType<"small" | "medium" | "large">;
3349
- default: string;
3350
- };
3351
- isOpen: {
3352
- type: import("vue").PropType<boolean>;
3353
- };
3354
- valueToCopy: {
3355
- type: import("vue").PropType<string>;
3356
- default: any;
3357
- };
3358
- selected: {
3359
- type: import("vue").PropType<unknown[]>;
3360
- default: any;
3361
- };
3362
- options: {
3363
- type: import("vue").PropType<unknown[]>;
3364
- required: true;
3365
- };
3366
- placeholder: {
3367
- type: import("vue").PropType<string>;
3368
- default: string;
3369
- };
3370
- inlineSearchPlaceholder: {
3371
- type: import("vue").PropType<string>;
3372
- default: string;
3373
- };
3374
- displayValue: {
3375
- type: import("vue").PropType<(option: unknown) => string>;
3376
- required: true;
3377
- };
3378
- optionNameKey: {
3379
- type: import("vue").PropType<string>;
3380
- default: string;
3381
- };
3382
- optionIconKey: {
3383
- type: import("vue").PropType<string>;
3384
- default: string;
3385
- };
3386
- optionImageKey: {
3387
- type: import("vue").PropType<string>;
3388
- default: string;
3389
- };
3390
- optionIconType: {
3391
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3392
- default: any;
3393
- };
3394
- optionEndIconKey: {
3395
- type: import("vue").PropType<string>;
3396
- default: string;
3397
- };
3398
- optionEndIconType: {
3399
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3400
- default: any;
3401
- };
3402
- disabledOptionKey: {
3403
- type: import("vue").PropType<string>;
3404
- default: string;
3405
- };
3406
- optionEndTextIconKey: {
3407
- type: import("vue").PropType<string>;
3408
- default: any;
3409
- };
3410
- optionChildrenKey: {
3411
- type: import("vue").PropType<string>;
3412
- required: true;
3413
- };
3414
- optionUniqueIdKey: {
3415
- type: import("vue").PropType<string | number>;
3416
- required: true;
3417
- };
3418
- preExpandedOptions: {
3419
- type: import("vue").PropType<string[] | number[]>;
3420
- required: true;
3421
- };
3422
- }>> & {
3423
- "onUpdate:selected"?: (value: unknown) => any;
3424
- "onUpdate:isOpen"?: (value: unknown) => any;
3425
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
3426
- $attrs: {
3427
- [x: string]: unknown;
3428
- };
3429
- $refs: {
3430
- [x: string]: unknown;
3431
- };
3432
- $slots: Readonly<{
3433
- [name: string]: import("vue").Slot;
3434
- }>;
3435
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3436
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3437
- $emit: ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void);
3438
- $el: any;
3439
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3440
- testId: {
3441
- type: import("vue").PropType<string>;
3442
- default: string;
3443
- };
3444
- disabled: {
3445
- type: import("vue").PropType<boolean>;
3446
- default: boolean;
3447
- };
3448
- size: {
3449
- type: import("vue").PropType<"small" | "medium" | "large">;
3450
- default: string;
3451
- };
3452
- isOpen: {
3453
- type: import("vue").PropType<boolean>;
3454
- };
3455
- valueToCopy: {
3456
- type: import("vue").PropType<string>;
3457
- default: any;
3458
- };
3459
- selected: {
3460
- type: import("vue").PropType<unknown[]>;
3461
- default: any;
3462
- };
3463
- options: {
3464
- type: import("vue").PropType<unknown[]>;
3465
- required: true;
3466
- };
3467
- placeholder: {
3468
- type: import("vue").PropType<string>;
3469
- default: string;
3470
- };
3471
- inlineSearchPlaceholder: {
3472
- type: import("vue").PropType<string>;
3473
- default: string;
3474
- };
3475
- displayValue: {
3476
- type: import("vue").PropType<(option: unknown) => string>;
3477
- required: true;
3478
- };
3479
- optionNameKey: {
3480
- type: import("vue").PropType<string>;
3481
- default: string;
3482
- };
3483
- optionIconKey: {
3484
- type: import("vue").PropType<string>;
3485
- default: string;
3486
- };
3487
- optionImageKey: {
3488
- type: import("vue").PropType<string>;
3489
- default: string;
3490
- };
3491
- optionIconType: {
3492
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3493
- default: any;
3494
- };
3495
- optionEndIconKey: {
3496
- type: import("vue").PropType<string>;
3497
- default: string;
3498
- };
3499
- optionEndIconType: {
3500
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3501
- default: any;
3502
- };
3503
- disabledOptionKey: {
3504
- type: import("vue").PropType<string>;
3505
- default: string;
3506
- };
3507
- optionEndTextIconKey: {
3508
- type: import("vue").PropType<string>;
3509
- default: any;
3510
- };
3511
- optionChildrenKey: {
3512
- type: import("vue").PropType<string>;
3513
- required: true;
3514
- };
3515
- optionUniqueIdKey: {
3516
- type: import("vue").PropType<string | number>;
3517
- required: true;
3518
- };
3519
- preExpandedOptions: {
3520
- type: import("vue").PropType<string[] | number[]>;
3521
- required: true;
3522
- };
3523
- }>> & {
3524
- "onUpdate:selected"?: (value: unknown) => any;
3525
- "onUpdate:isOpen"?: (value: unknown) => any;
3526
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3527
- "update:selected": (value: unknown) => void;
3528
- "update:isOpen": (value: unknown) => void;
3529
- }, string, {
3530
- testId: string;
3531
- disabled: boolean;
3532
- size: "small" | "medium" | "large";
3533
- valueToCopy: string;
3534
- selected: unknown[];
3535
- placeholder: string;
3536
- inlineSearchPlaceholder: string;
3537
- optionNameKey: string;
3538
- optionIconKey: string;
3539
- optionImageKey: string;
3540
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3541
- optionEndIconKey: string;
3542
- optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3543
- disabledOptionKey: string;
3544
- optionEndTextIconKey: string;
3545
- }, {}, string> & {
3546
- beforeCreate?: (() => void) | (() => void)[];
3547
- created?: (() => void) | (() => void)[];
3548
- beforeMount?: (() => void) | (() => void)[];
3549
- mounted?: (() => void) | (() => void)[];
3550
- beforeUpdate?: (() => void) | (() => void)[];
3551
- updated?: (() => void) | (() => void)[];
3552
- activated?: (() => void) | (() => void)[];
3553
- deactivated?: (() => void) | (() => void)[];
3554
- beforeDestroy?: (() => void) | (() => void)[];
3555
- beforeUnmount?: (() => void) | (() => void)[];
3556
- destroyed?: (() => void) | (() => void)[];
3557
- unmounted?: (() => void) | (() => void)[];
3558
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3559
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
3560
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
3561
- };
3562
- $forceUpdate: () => void;
3563
- $nextTick: typeof import("vue").nextTick;
3564
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
3565
- } & Readonly<import("vue").ExtractPropTypes<{
2607
+ open: {
2608
+ type: import("vue").PropType<boolean>;
2609
+ default: boolean;
2610
+ };
2611
+ hideEndIcon: {
2612
+ type: import("vue").PropType<boolean>;
2613
+ default: boolean;
2614
+ };
2615
+ }>> & Readonly<{
2616
+ onClick?: () => any;
2617
+ }>, {
2618
+ testId: string;
2619
+ variant: "text" | "outlined";
2620
+ disabled: boolean;
2621
+ startIconName: string;
2622
+ startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2623
+ open: boolean;
2624
+ hideEndIcon: boolean;
2625
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | ({
2626
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2627
+ testId: {
2628
+ type: import("vue").PropType<string>;
2629
+ default: string;
2630
+ };
2631
+ disabled: {
2632
+ type: import("vue").PropType<boolean>;
2633
+ default: boolean;
2634
+ };
2635
+ size: {
2636
+ type: import("vue").PropType<"small" | "medium" | "large">;
2637
+ default: string;
2638
+ };
2639
+ isOpen: {
2640
+ type: import("vue").PropType<boolean>;
2641
+ };
2642
+ valueToCopy: {
2643
+ type: import("vue").PropType<string>;
2644
+ default: any;
2645
+ };
2646
+ selected: {
2647
+ type: import("vue").PropType<unknown[]>;
2648
+ default: any;
2649
+ };
2650
+ options: {
2651
+ type: import("vue").PropType<unknown[]>;
2652
+ required: true;
2653
+ };
2654
+ placeholder: {
2655
+ type: import("vue").PropType<string>;
2656
+ default: string;
2657
+ };
2658
+ inlineSearchPlaceholder: {
2659
+ type: import("vue").PropType<string>;
2660
+ default: string;
2661
+ };
2662
+ displayValue: {
2663
+ type: import("vue").PropType<(option: unknown) => string>;
2664
+ required: true;
2665
+ };
2666
+ optionNameKey: {
2667
+ type: import("vue").PropType<string>;
2668
+ default: string;
2669
+ };
2670
+ optionIconKey: {
2671
+ type: import("vue").PropType<string>;
2672
+ default: string;
2673
+ };
2674
+ optionImageKey: {
2675
+ type: import("vue").PropType<string>;
2676
+ default: string;
2677
+ };
2678
+ optionIconType: {
2679
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2680
+ default: any;
2681
+ };
2682
+ optionEndIconKey: {
2683
+ type: import("vue").PropType<string>;
2684
+ default: string;
2685
+ };
2686
+ optionEndIconType: {
2687
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2688
+ default: any;
2689
+ };
2690
+ disabledOptionKey: {
2691
+ type: import("vue").PropType<string>;
2692
+ default: string;
2693
+ };
2694
+ optionEndTextIconKey: {
2695
+ type: import("vue").PropType<string>;
2696
+ default: any;
2697
+ };
2698
+ optionChildrenKey: {
2699
+ type: import("vue").PropType<string>;
2700
+ required: true;
2701
+ };
2702
+ optionUniqueIdKey: {
2703
+ type: import("vue").PropType<string | number>;
2704
+ required: true;
2705
+ };
2706
+ preExpandedOptions: {
2707
+ type: import("vue").PropType<string[] | number[]>;
2708
+ required: true;
2709
+ };
2710
+ }>> & Readonly<{
2711
+ "onUpdate:selected"?: (value: unknown) => any;
2712
+ "onUpdate:isOpen"?: (value: unknown) => any;
2713
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2714
+ "update:selected": (value: unknown) => void;
2715
+ "update:isOpen": (value: unknown) => void;
2716
+ }, import("vue").PublicProps, {
2717
+ testId: string;
2718
+ disabled: boolean;
2719
+ size: "small" | "medium" | "large";
2720
+ valueToCopy: string;
2721
+ selected: unknown[];
2722
+ placeholder: string;
2723
+ inlineSearchPlaceholder: string;
2724
+ optionNameKey: string;
2725
+ optionIconKey: string;
2726
+ optionImageKey: string;
2727
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2728
+ optionEndIconKey: string;
2729
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2730
+ disabledOptionKey: string;
2731
+ optionEndTextIconKey: string;
2732
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2733
+ P: {};
2734
+ B: {};
2735
+ D: {};
2736
+ C: {};
2737
+ M: {};
2738
+ Defaults: {};
2739
+ }, Readonly<import("vue").ExtractPropTypes<{
3566
2740
  testId: {
3567
2741
  type: import("vue").PropType<string>;
3568
2742
  default: string;
@@ -3646,10 +2820,26 @@ declare const DropdownTypes: () => (({
3646
2820
  type: import("vue").PropType<string[] | number[]>;
3647
2821
  required: true;
3648
2822
  };
3649
- }>> & {
2823
+ }>> & Readonly<{
3650
2824
  "onUpdate:selected"?: (value: unknown) => any;
3651
2825
  "onUpdate:isOpen"?: (value: unknown) => any;
3652
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
2826
+ }>, {}, {}, {}, {}, {
2827
+ testId: string;
2828
+ disabled: boolean;
2829
+ size: "small" | "medium" | "large";
2830
+ valueToCopy: string;
2831
+ selected: unknown[];
2832
+ placeholder: string;
2833
+ inlineSearchPlaceholder: string;
2834
+ optionNameKey: string;
2835
+ optionIconKey: string;
2836
+ optionImageKey: string;
2837
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2838
+ optionEndIconKey: string;
2839
+ optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
2840
+ disabledOptionKey: string;
2841
+ optionEndTextIconKey: string;
2842
+ }>;
3653
2843
  __isFragment?: never;
3654
2844
  __isTeleport?: never;
3655
2845
  __isSuspense?: never;
@@ -3737,10 +2927,10 @@ declare const DropdownTypes: () => (({
3737
2927
  type: import("vue").PropType<string[] | number[]>;
3738
2928
  required: true;
3739
2929
  };
3740
- }>> & {
2930
+ }>> & Readonly<{
3741
2931
  "onUpdate:selected"?: (value: unknown) => any;
3742
2932
  "onUpdate:isOpen"?: (value: unknown) => any;
3743
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2933
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3744
2934
  "update:selected": (value: unknown) => void;
3745
2935
  "update:isOpen": (value: unknown) => void;
3746
2936
  }, string, {
@@ -3759,318 +2949,156 @@ declare const DropdownTypes: () => (({
3759
2949
  optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3760
2950
  disabledOptionKey: string;
3761
2951
  optionEndTextIconKey: string;
3762
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2952
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3763
2953
  $slots: {
3764
2954
  "trigger-end-icon"?(_: {}): any;
3765
2955
  };
3766
2956
  })) | ({
3767
- new (...args: any[]): {
3768
- $: import("vue").ComponentInternalInstance;
3769
- $data: {};
3770
- $props: Partial<{
3771
- label: string;
3772
- testId: string;
3773
- isOpen: boolean;
3774
- infiniteLoading: boolean;
3775
- triggerShownValuesCount: number;
3776
- optionNameKey: string;
3777
- optionIconKey: string;
3778
- optionImageKey: string;
3779
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3780
- optionFlagKey: string;
3781
- groupedOptions: boolean;
3782
- comparingKey: string;
3783
- minCharsToStart: number;
3784
- searchQuery: string;
3785
- loadMoreFn: () => Promise<any[]>;
3786
- fetchDataDebounceTime: number;
3787
- autoFocusSearch: boolean;
3788
- loadingOverride: boolean;
3789
- }> & Omit<Readonly<import("vue").ExtractPropTypes<{
3790
- label: {
3791
- type: import("vue").PropType<string>;
3792
- required: true;
3793
- default: string;
3794
- };
3795
- testId: {
3796
- type: import("vue").PropType<string>;
3797
- default: string;
3798
- };
3799
- isOpen: {
3800
- type: import("vue").PropType<boolean>;
3801
- default: boolean;
3802
- };
3803
- infiniteLoading: {
3804
- type: import("vue").PropType<boolean>;
3805
- default: boolean;
3806
- };
3807
- triggerShownValuesCount: {
3808
- type: import("vue").PropType<number>;
3809
- default: number;
3810
- };
3811
- optionNameKey: {
3812
- type: import("vue").PropType<string>;
3813
- required: true;
3814
- default: string;
3815
- };
3816
- optionIconKey: {
3817
- type: import("vue").PropType<string>;
3818
- default: string;
3819
- };
3820
- optionImageKey: {
3821
- type: import("vue").PropType<string>;
3822
- default: string;
3823
- };
3824
- optionIconType: {
3825
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3826
- default: any;
3827
- };
3828
- optionFlagKey: {
3829
- type: import("vue").PropType<string>;
3830
- default: string;
3831
- };
3832
- groupedOptions: {
3833
- type: import("vue").PropType<boolean>;
3834
- default: boolean;
3835
- };
3836
- comparingKey: {
3837
- type: import("vue").PropType<string>;
3838
- required: true;
3839
- default: string;
3840
- };
3841
- conditionalOptions: {
3842
- type: import("vue").PropType<{
3843
- label: string;
3844
- value: string;
3845
- multi: boolean;
3846
- }[]>;
3847
- required: true;
3848
- };
3849
- selectedCondition: {
3850
- type: import("vue").PropType<{
3851
- label: string;
3852
- value: string;
3853
- multi: boolean;
3854
- }>;
3855
- required: true;
3856
- };
3857
- appliedSelections: {
3858
- type: import("vue").PropType<unknown>;
3859
- required: true;
3860
- };
3861
- fetchFnCallback: {
3862
- type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
3863
- required: true;
3864
- };
3865
- minCharsToStart: {
3866
- type: import("vue").PropType<number>;
3867
- default: number;
3868
- };
3869
- searchQuery: {
3870
- type: import("vue").PropType<string>;
3871
- default: string;
3872
- };
3873
- loadMoreFn: {
3874
- type: import("vue").PropType<() => Promise<any[]>>;
3875
- default: any;
3876
- };
3877
- fetchDataDebounceTime: {
3878
- type: import("vue").PropType<number>;
3879
- default: number;
3880
- };
3881
- autoFocusSearch: {
3882
- type: import("vue").PropType<boolean>;
3883
- default: boolean;
3884
- };
3885
- loadingOverride: {
3886
- type: import("vue").PropType<boolean>;
3887
- default: boolean;
3888
- };
3889
- }>> & {
3890
- onClear?: () => any;
3891
- onClosed?: () => any;
3892
- "onUpdate:selectedCondition"?: (value: {
3893
- label: string;
3894
- value: string;
3895
- multi: boolean;
3896
- }) => any;
3897
- "onUpdate:appliedSelections"?: (value: unknown) => any;
3898
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "isOpen" | "infiniteLoading" | "triggerShownValuesCount" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionFlagKey" | "groupedOptions" | "comparingKey" | "minCharsToStart" | "searchQuery" | "loadMoreFn" | "fetchDataDebounceTime" | "autoFocusSearch" | "loadingOverride">;
3899
- $attrs: {
3900
- [x: string]: unknown;
2957
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2958
+ label: {
2959
+ type: import("vue").PropType<string>;
2960
+ required: true;
2961
+ default: string;
3901
2962
  };
3902
- $refs: {
3903
- [x: string]: unknown;
2963
+ testId: {
2964
+ type: import("vue").PropType<string>;
2965
+ default: string;
3904
2966
  };
3905
- $slots: Readonly<{
3906
- [name: string]: import("vue").Slot;
3907
- }>;
3908
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3909
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
3910
- $emit: ((event: "clear") => void) & ((event: "closed") => void) & ((event: "update:selectedCondition", value: {
3911
- label: string;
3912
- value: string;
3913
- multi: boolean;
3914
- }) => void) & ((event: "update:appliedSelections", value: unknown) => void);
3915
- $el: any;
3916
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3917
- label: {
3918
- type: import("vue").PropType<string>;
3919
- required: true;
3920
- default: string;
3921
- };
3922
- testId: {
3923
- type: import("vue").PropType<string>;
3924
- default: string;
3925
- };
3926
- isOpen: {
3927
- type: import("vue").PropType<boolean>;
3928
- default: boolean;
3929
- };
3930
- infiniteLoading: {
3931
- type: import("vue").PropType<boolean>;
3932
- default: boolean;
3933
- };
3934
- triggerShownValuesCount: {
3935
- type: import("vue").PropType<number>;
3936
- default: number;
3937
- };
3938
- optionNameKey: {
3939
- type: import("vue").PropType<string>;
3940
- required: true;
3941
- default: string;
3942
- };
3943
- optionIconKey: {
3944
- type: import("vue").PropType<string>;
3945
- default: string;
3946
- };
3947
- optionImageKey: {
3948
- type: import("vue").PropType<string>;
3949
- default: string;
3950
- };
3951
- optionIconType: {
3952
- type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
3953
- default: any;
3954
- };
3955
- optionFlagKey: {
3956
- type: import("vue").PropType<string>;
3957
- default: string;
3958
- };
3959
- groupedOptions: {
3960
- type: import("vue").PropType<boolean>;
3961
- default: boolean;
3962
- };
3963
- comparingKey: {
3964
- type: import("vue").PropType<string>;
3965
- required: true;
3966
- default: string;
3967
- };
3968
- conditionalOptions: {
3969
- type: import("vue").PropType<{
3970
- label: string;
3971
- value: string;
3972
- multi: boolean;
3973
- }[]>;
3974
- required: true;
3975
- };
3976
- selectedCondition: {
3977
- type: import("vue").PropType<{
3978
- label: string;
3979
- value: string;
3980
- multi: boolean;
3981
- }>;
3982
- required: true;
3983
- };
3984
- appliedSelections: {
3985
- type: import("vue").PropType<unknown>;
3986
- required: true;
3987
- };
3988
- fetchFnCallback: {
3989
- type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
3990
- required: true;
3991
- };
3992
- minCharsToStart: {
3993
- type: import("vue").PropType<number>;
3994
- default: number;
3995
- };
3996
- searchQuery: {
3997
- type: import("vue").PropType<string>;
3998
- default: string;
3999
- };
4000
- loadMoreFn: {
4001
- type: import("vue").PropType<() => Promise<any[]>>;
4002
- default: any;
4003
- };
4004
- fetchDataDebounceTime: {
4005
- type: import("vue").PropType<number>;
4006
- default: number;
4007
- };
4008
- autoFocusSearch: {
4009
- type: import("vue").PropType<boolean>;
4010
- default: boolean;
4011
- };
4012
- loadingOverride: {
4013
- type: import("vue").PropType<boolean>;
4014
- default: boolean;
4015
- };
4016
- }>> & {
4017
- onClear?: () => any;
4018
- onClosed?: () => any;
4019
- "onUpdate:selectedCondition"?: (value: {
2967
+ isOpen: {
2968
+ type: import("vue").PropType<boolean>;
2969
+ default: boolean;
2970
+ };
2971
+ infiniteLoading: {
2972
+ type: import("vue").PropType<boolean>;
2973
+ default: boolean;
2974
+ };
2975
+ triggerShownValuesCount: {
2976
+ type: import("vue").PropType<number>;
2977
+ default: number;
2978
+ };
2979
+ optionNameKey: {
2980
+ type: import("vue").PropType<string>;
2981
+ required: true;
2982
+ default: string;
2983
+ };
2984
+ optionIconKey: {
2985
+ type: import("vue").PropType<string>;
2986
+ default: string;
2987
+ };
2988
+ optionImageKey: {
2989
+ type: import("vue").PropType<string>;
2990
+ default: string;
2991
+ };
2992
+ optionIconType: {
2993
+ type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
2994
+ default: any;
2995
+ };
2996
+ optionFlagKey: {
2997
+ type: import("vue").PropType<string>;
2998
+ default: string;
2999
+ };
3000
+ groupedOptions: {
3001
+ type: import("vue").PropType<boolean>;
3002
+ default: boolean;
3003
+ };
3004
+ comparingKey: {
3005
+ type: import("vue").PropType<string>;
3006
+ required: true;
3007
+ default: string;
3008
+ };
3009
+ conditionalOptions: {
3010
+ type: import("vue").PropType<{
4020
3011
  label: string;
4021
3012
  value: string;
4022
3013
  multi: boolean;
4023
- }) => any;
4024
- "onUpdate:appliedSelections"?: (value: unknown) => any;
4025
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4026
- "update:selectedCondition": (value: {
3014
+ }[]>;
3015
+ required: true;
3016
+ };
3017
+ selectedCondition: {
3018
+ type: import("vue").PropType<{
4027
3019
  label: string;
4028
3020
  value: string;
4029
3021
  multi: boolean;
4030
- }) => void;
4031
- "update:appliedSelections": (value: unknown) => void;
4032
- clear: () => void;
4033
- closed: () => void;
4034
- }, string, {
3022
+ }>;
3023
+ required: true;
3024
+ };
3025
+ appliedSelections: {
3026
+ type: import("vue").PropType<unknown>;
3027
+ required: true;
3028
+ };
3029
+ fetchFnCallback: {
3030
+ type: import("vue").PropType<(q: string) => Promise<unknown[]>>;
3031
+ required: true;
3032
+ };
3033
+ minCharsToStart: {
3034
+ type: import("vue").PropType<number>;
3035
+ default: number;
3036
+ };
3037
+ searchQuery: {
3038
+ type: import("vue").PropType<string>;
3039
+ default: string;
3040
+ };
3041
+ loadMoreFn: {
3042
+ type: import("vue").PropType<() => Promise<any[]>>;
3043
+ default: any;
3044
+ };
3045
+ fetchDataDebounceTime: {
3046
+ type: import("vue").PropType<number>;
3047
+ default: number;
3048
+ };
3049
+ autoFocusSearch: {
3050
+ type: import("vue").PropType<boolean>;
3051
+ default: boolean;
3052
+ };
3053
+ loadingOverride: {
3054
+ type: import("vue").PropType<boolean>;
3055
+ default: boolean;
3056
+ };
3057
+ }>> & Readonly<{
3058
+ onClear?: () => any;
3059
+ onClosed?: () => any;
3060
+ "onUpdate:selectedCondition"?: (value: {
3061
+ label: string;
3062
+ value: string;
3063
+ multi: boolean;
3064
+ }) => any;
3065
+ "onUpdate:appliedSelections"?: (value: unknown) => any;
3066
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3067
+ "update:selectedCondition": (value: {
4035
3068
  label: string;
4036
- testId: string;
4037
- isOpen: boolean;
4038
- infiniteLoading: boolean;
4039
- triggerShownValuesCount: number;
4040
- optionNameKey: string;
4041
- optionIconKey: string;
4042
- optionImageKey: string;
4043
- optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
4044
- optionFlagKey: string;
4045
- groupedOptions: boolean;
4046
- comparingKey: string;
4047
- minCharsToStart: number;
4048
- searchQuery: string;
4049
- loadMoreFn: () => Promise<any[]>;
4050
- fetchDataDebounceTime: number;
4051
- autoFocusSearch: boolean;
4052
- loadingOverride: boolean;
4053
- }, {}, string> & {
4054
- beforeCreate?: (() => void) | (() => void)[];
4055
- created?: (() => void) | (() => void)[];
4056
- beforeMount?: (() => void) | (() => void)[];
4057
- mounted?: (() => void) | (() => void)[];
4058
- beforeUpdate?: (() => void) | (() => void)[];
4059
- updated?: (() => void) | (() => void)[];
4060
- activated?: (() => void) | (() => void)[];
4061
- deactivated?: (() => void) | (() => void)[];
4062
- beforeDestroy?: (() => void) | (() => void)[];
4063
- beforeUnmount?: (() => void) | (() => void)[];
4064
- destroyed?: (() => void) | (() => void)[];
4065
- unmounted?: (() => void) | (() => void)[];
4066
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
4067
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
4068
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
4069
- };
4070
- $forceUpdate: () => void;
4071
- $nextTick: typeof import("vue").nextTick;
4072
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
4073
- } & Readonly<import("vue").ExtractPropTypes<{
3069
+ value: string;
3070
+ multi: boolean;
3071
+ }) => void;
3072
+ "update:appliedSelections": (value: unknown) => void;
3073
+ clear: () => void;
3074
+ closed: () => void;
3075
+ }, import("vue").PublicProps, {
3076
+ label: string;
3077
+ testId: string;
3078
+ isOpen: boolean;
3079
+ infiniteLoading: boolean;
3080
+ triggerShownValuesCount: number;
3081
+ optionNameKey: string;
3082
+ optionIconKey: string;
3083
+ optionImageKey: string;
3084
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3085
+ optionFlagKey: string;
3086
+ groupedOptions: boolean;
3087
+ comparingKey: string;
3088
+ minCharsToStart: number;
3089
+ searchQuery: string;
3090
+ loadMoreFn: () => Promise<any[]>;
3091
+ fetchDataDebounceTime: number;
3092
+ autoFocusSearch: boolean;
3093
+ loadingOverride: boolean;
3094
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3095
+ P: {};
3096
+ B: {};
3097
+ D: {};
3098
+ C: {};
3099
+ M: {};
3100
+ Defaults: {};
3101
+ }, Readonly<import("vue").ExtractPropTypes<{
4074
3102
  label: {
4075
3103
  type: import("vue").PropType<string>;
4076
3104
  required: true;
@@ -4170,7 +3198,7 @@ declare const DropdownTypes: () => (({
4170
3198
  type: import("vue").PropType<boolean>;
4171
3199
  default: boolean;
4172
3200
  };
4173
- }>> & {
3201
+ }>> & Readonly<{
4174
3202
  onClear?: () => any;
4175
3203
  onClosed?: () => any;
4176
3204
  "onUpdate:selectedCondition"?: (value: {
@@ -4179,7 +3207,26 @@ declare const DropdownTypes: () => (({
4179
3207
  multi: boolean;
4180
3208
  }) => any;
4181
3209
  "onUpdate:appliedSelections"?: (value: unknown) => any;
4182
- } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
3210
+ }>, {}, {}, {}, {}, {
3211
+ label: string;
3212
+ testId: string;
3213
+ isOpen: boolean;
3214
+ infiniteLoading: boolean;
3215
+ triggerShownValuesCount: number;
3216
+ optionNameKey: string;
3217
+ optionIconKey: string;
3218
+ optionImageKey: string;
3219
+ optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
3220
+ optionFlagKey: string;
3221
+ groupedOptions: boolean;
3222
+ comparingKey: string;
3223
+ minCharsToStart: number;
3224
+ searchQuery: string;
3225
+ loadMoreFn: () => Promise<any[]>;
3226
+ fetchDataDebounceTime: number;
3227
+ autoFocusSearch: boolean;
3228
+ loadingOverride: boolean;
3229
+ }>;
4183
3230
  __isFragment?: never;
4184
3231
  __isTeleport?: never;
4185
3232
  __isSuspense?: never;
@@ -4283,7 +3330,7 @@ declare const DropdownTypes: () => (({
4283
3330
  type: import("vue").PropType<boolean>;
4284
3331
  default: boolean;
4285
3332
  };
4286
- }>> & {
3333
+ }>> & Readonly<{
4287
3334
  onClear?: () => any;
4288
3335
  onClosed?: () => any;
4289
3336
  "onUpdate:selectedCondition"?: (value: {
@@ -4292,7 +3339,7 @@ declare const DropdownTypes: () => (({
4292
3339
  multi: boolean;
4293
3340
  }) => any;
4294
3341
  "onUpdate:appliedSelections"?: (value: unknown) => any;
4295
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3342
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4296
3343
  "update:selectedCondition": (value: {
4297
3344
  label: string;
4298
3345
  value: string;
@@ -4320,7 +3367,7 @@ declare const DropdownTypes: () => (({
4320
3367
  fetchDataDebounceTime: number;
4321
3368
  autoFocusSearch: boolean;
4322
3369
  loadingOverride: boolean;
4323
- }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
3370
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4324
3371
  $slots: {
4325
3372
  "option-end"?(_: {
4326
3373
  option: any;