@ironsource/shared-ui 2.0.0-rc.4 → 2.0.0-rc.5

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 (669) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_fd98af08_lang.css +1 -0
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_512ac1ab_lang.css +1 -0
  3. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_2b63231b_lang.css +1 -0
  4. package/Banner.vue_vue_type_style_index_0_scoped_a293c6d0_lang.css +1 -0
  5. package/Button.vue_vue_type_style_index_0_scoped_d92097c8_lang.css +1 -0
  6. package/ButtonBase.vue_vue_type_style_index_0_scoped_70baba59_lang.css +1 -0
  7. package/ButtonV4.vue_vue_type_style_index_0_scoped_43578f8c_lang.css +1 -0
  8. package/CalendarMonth.vue_vue_type_style_index_0_scoped_b2206adb_lang.css +1 -0
  9. package/Checkbox.vue_vue_type_style_index_0_scoped_518c02d0_lang.css +1 -0
  10. package/Chip.vue_vue_type_style_index_0_scoped_f89d9361_lang.css +1 -0
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_78d7c9c0_lang.css +1 -0
  12. package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_4cbcfcce_lang.css +1 -0
  13. package/Dialog.vue_vue_type_style_index_0_scoped_40b833a0_lang.css +1 -0
  14. package/Dropdown.vue_vue_type_style_index_0_scoped_0114904e_lang.css +1 -0
  15. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  16. package/DropdownV4.vue_vue_type_style_index_0_scoped_34bd23a1_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
  18. package/EmptyState.vue_vue_type_style_index_0_scoped_f082a371_lang.css +1 -0
  19. package/FieldHelpText.vue_vue_type_style_index_0_scoped_d5507827_lang.css +1 -0
  20. package/FieldLabel.vue_vue_type_style_index_0_scoped_90f19704_lang.css +1 -0
  21. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_9198bf4e_lang.css +1 -0
  22. package/{FloatingToolbar.vue_vue_type_style_index_0_scoped_35992369_lang.css → FloatingToolbar.vue_vue_type_style_index_0_scoped_04d485be_lang.css} +1 -1
  23. package/Icon.vue_vue_type_style_index_0_scoped_9d3e382c_lang.css +1 -0
  24. package/IconButton.vue_vue_type_style_index_0_scoped_2fe9bc4c_lang.css +1 -0
  25. package/IconV4.vue_vue_type_style_index_0_scoped_f23078a4_lang.css +1 -0
  26. package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_947cb1fc_lang.css +1 -0
  27. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_1621ad67_lang.css +1 -0
  28. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_198d2d73_lang.css +1 -0
  29. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_18847008_lang.css +1 -0
  30. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_df79f184_lang.css +1 -0
  31. package/Input.vue_vue_type_style_index_0_scoped_79f436f9_lang.css +1 -0
  32. package/Option.vue_vue_type_style_index_0_scoped_2432f13f_lang.css +1 -0
  33. package/OptionV4.vue_vue_type_style_index_0_scoped_b879fe79_lang.css +1 -0
  34. package/ScrollButton.vue_vue_type_style_index_0_scoped_90bacbbc_lang.css +1 -0
  35. package/Search.vue_vue_type_style_index_0_scoped_63beaf6b_lang.css +1 -0
  36. package/SearchInput.vue_vue_type_style_index_0_scoped_0b1ea2f6_lang.css +1 -0
  37. package/SearchV4.vue_vue_type_style_index_0_scoped_63f11472_lang.css +1 -0
  38. package/Snackbar.vue_vue_type_style_index_0_scoped_d14230ca_lang.css +1 -0
  39. package/Tabs.vue_vue_type_style_index_0_scoped_e92a7c21_lang.css +1 -0
  40. package/TextField.vue_vue_type_style_index_0_scoped_7aa32734_lang.css +1 -0
  41. package/components/appTrigger/AppTrigger.vue.js +4 -4
  42. package/components/appTrigger/AppTrigger.vue2.js +2 -2
  43. package/components/autocompleteDropdown/AutocompleteInput.vue.js +3 -3
  44. package/components/autocompleteDropdown/AutocompleteInput.vue2.js +2 -2
  45. package/components/banner/Banner.vue.js +3 -3
  46. package/components/banner/Banner.vue2.js +4 -4
  47. package/components/button/common/ButtonBase.vue.js +2 -2
  48. package/components/button/common/ButtonBase.vue2.js +2 -2
  49. package/components/button/v3/Button.vue.js +3 -3
  50. package/components/button/v3/Button.vue2.js +2 -2
  51. package/components/button/v3/IconButton.vue.js +2 -2
  52. package/components/button/v3/IconButton.vue2.js +2 -2
  53. package/components/button/v3/ScrollButton.vue.js +2 -2
  54. package/components/button/v3/ScrollButton.vue2.js +2 -2
  55. package/components/button/v4/ButtonV4.vue.js +3 -3
  56. package/components/button/v4/ButtonV4.vue2.js +2 -2
  57. package/components/checkbox/Checkbox.vue.js +3 -3
  58. package/components/checkbox/Checkbox.vue2.js +3 -3
  59. package/components/chip/v3/Chip.vue.d.ts +1 -1
  60. package/components/chip/v3/Chip.vue.js +2 -2
  61. package/components/chip/v3/Chip.vue2.js +2 -2
  62. package/components/chip/v3/index.d.ts +20 -20
  63. package/components/chip/v4/ChipV4.vue.d.ts +1 -1
  64. package/components/chip/v4/ChipV4.vue.js +3 -3
  65. package/components/chip/v4/ChipV4.vue2.js +2 -2
  66. package/components/chip/v4/index.d.ts +20 -20
  67. package/components/dateRange/CalendarMonth.vue.js +2 -2
  68. package/components/dateRange/CalendarMonth.vue2.js +4 -4
  69. package/components/dialog/Dialog.vue.d.ts +1 -1
  70. package/components/dialog/Dialog.vue.js +2 -2
  71. package/components/dialog/Dialog.vue2.js +3 -3
  72. package/components/dialog/index.d.ts +4 -4
  73. package/components/dropdown/common/Dropdown.common.d.ts +11 -2
  74. package/components/dropdown/common/Dropdown.common.js +143 -122
  75. package/components/dropdown/common/Option.common.d.ts +9 -0
  76. package/components/dropdown/common/Option.common.js +24 -0
  77. package/components/dropdown/common/Option.vue.js +2 -2
  78. package/components/dropdown/common/Option.vue2.js +43 -51
  79. package/components/dropdown/common/SearchInput.vue.js +4 -4
  80. package/components/dropdown/common/SearchInput.vue2.js +2 -2
  81. package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
  82. package/components/dropdown/v3/Dropdown.vue.js +3 -3
  83. package/components/dropdown/v3/Dropdown.vue2.js +145 -126
  84. package/components/dropdown/v3/index.d.ts +27 -27
  85. package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +115 -0
  86. package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +7 -0
  87. package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +81 -0
  88. package/components/dropdown/v4/DropdownV4.vue.d.ts +75 -77
  89. package/components/dropdown/v4/DropdownV4.vue.js +2 -2
  90. package/components/dropdown/v4/DropdownV4.vue2.js +233 -305
  91. package/components/dropdown/v4/OptionV4.vue.d.ts +65 -0
  92. package/components/dropdown/v4/OptionV4.vue.js +7 -0
  93. package/components/dropdown/v4/OptionV4.vue2.js +95 -0
  94. package/components/dropdown/v4/index.d.ts +721 -173
  95. package/components/dropdown/v4/index.js +6 -2
  96. package/components/emptyState/EmptyState.vue.js +2 -2
  97. package/components/emptyState/EmptyState.vue2.js +2 -2
  98. package/components/filterDropdown/AddFilterButton.vue.js +3 -3
  99. package/components/filterDropdown/AddFilterButton.vue2.js +2 -2
  100. package/components/filtersPanel/FilterSearchInput.vue.js +3 -3
  101. package/components/filtersPanel/FilterSearchInput.vue2.js +2 -2
  102. package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
  103. package/components/floatingToolbar/FloatingToolbar.vue2.js +3 -3
  104. package/components/icon/v3/Icon.vue.js +7 -0
  105. package/components/icon/{Icon.vue2.js → v3/Icon.vue2.js} +2 -2
  106. package/components/icon/{icons → v3/icons}/A.vue.js +1 -1
  107. package/components/icon/{icons → v3/icons}/A2.vue.js +1 -1
  108. package/components/icon/{icons → v3/icons}/ABTest.vue.js +1 -1
  109. package/components/icon/{icons → v3/icons}/ABTest2.vue.js +1 -1
  110. package/components/icon/{icons → v3/icons}/ACircle.vue.js +1 -1
  111. package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +1 -1
  112. package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +1 -1
  113. package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +1 -1
  114. package/components/icon/{icons → v3/icons}/Add.vue.js +1 -1
  115. package/components/icon/{icons → v3/icons}/Adjust.vue.js +1 -1
  116. package/components/icon/{icons → v3/icons}/Analytics.vue.js +1 -1
  117. package/components/icon/{icons → v3/icons}/Android.vue.js +1 -1
  118. package/components/icon/{icons → v3/icons}/AngleDown.vue.js +1 -1
  119. package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +1 -1
  120. package/components/icon/{icons → v3/icons}/AngleRight.vue.js +1 -1
  121. package/components/icon/{icons → v3/icons}/AngleUp.vue.js +1 -1
  122. package/components/icon/{icons → v3/icons}/AppStore.vue.js +1 -1
  123. package/components/icon/{icons → v3/icons}/AreaChart.vue.js +1 -1
  124. package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +1 -1
  125. package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +1 -1
  126. package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +1 -1
  127. package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +1 -1
  128. package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +1 -1
  129. package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +1 -1
  130. package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +1 -1
  131. package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +1 -1
  132. package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +1 -1
  133. package/components/icon/{icons → v3/icons}/AutoMode.vue.js +1 -1
  134. package/components/icon/{icons → v3/icons}/Autorenew.vue.js +1 -1
  135. package/components/icon/{icons → v3/icons}/B.vue.js +1 -1
  136. package/components/icon/{icons → v3/icons}/B2.vue.js +1 -1
  137. package/components/icon/{icons → v3/icons}/BCircle.vue.js +1 -1
  138. package/components/icon/{icons → v3/icons}/Banner.vue.js +1 -1
  139. package/components/icon/{icons → v3/icons}/Bidding.vue.js +1 -1
  140. package/components/icon/{icons → v3/icons}/Bidding2.vue.js +1 -1
  141. package/components/icon/{icons → v3/icons}/Block.vue.js +1 -1
  142. package/components/icon/{icons → v3/icons}/BorderColor.vue.js +1 -1
  143. package/components/icon/{icons → v3/icons}/Bug.vue.js +1 -1
  144. package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +1 -1
  145. package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +1 -1
  146. package/components/icon/{icons → v3/icons}/Cached.vue.js +1 -1
  147. package/components/icon/{icons → v3/icons}/Calendar.vue.js +1 -1
  148. package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +1 -1
  149. package/components/icon/{icons → v3/icons}/Cancel.vue.js +1 -1
  150. package/components/icon/{icons → v3/icons}/ChartBar.vue.js +1 -1
  151. package/components/icon/{icons → v3/icons}/ChartLine.vue.js +1 -1
  152. package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +1 -1
  153. package/components/icon/{icons → v3/icons}/Check.vue.js +1 -1
  154. package/components/icon/{icons → v3/icons}/Check2.vue.js +1 -1
  155. package/components/icon/{icons → v3/icons}/CheckBold.vue.js +1 -1
  156. package/components/icon/{icons → v3/icons}/CheckCircle.vue.js +1 -1
  157. package/components/icon/{icons → v3/icons}/Close.vue.js +1 -1
  158. package/components/icon/{icons → v3/icons}/CloseBold.vue.js +1 -1
  159. package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +1 -1
  160. package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +1 -1
  161. package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +1 -1
  162. package/components/icon/{icons → v3/icons}/Create.vue.js +1 -1
  163. package/components/icon/{icons → v3/icons}/Creative.vue.js +1 -1
  164. package/components/icon/{icons → v3/icons}/Cross.vue.js +1 -1
  165. package/components/icon/{icons → v3/icons}/CrownFill.vue.js +1 -1
  166. package/components/icon/{icons → v3/icons}/Cube.vue.js +1 -1
  167. package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +1 -1
  168. package/components/icon/{icons → v3/icons}/Cup.vue.js +1 -1
  169. package/components/icon/{icons → v3/icons}/CupA.vue.js +1 -1
  170. package/components/icon/{icons → v3/icons}/CupB.vue.js +1 -1
  171. package/components/icon/{icons → v3/icons}/Delete.vue.js +1 -1
  172. package/components/icon/{icons → v3/icons}/Diamond.vue.js +1 -1
  173. package/components/icon/{icons → v3/icons}/Dots.vue.js +1 -1
  174. package/components/icon/{icons → v3/icons}/Download.vue.js +1 -1
  175. package/components/icon/{icons → v3/icons}/Download2.vue.js +1 -1
  176. package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +1 -1
  177. package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +1 -1
  178. package/components/icon/{icons → v3/icons}/Ecpi.vue.js +1 -1
  179. package/components/icon/{icons → v3/icons}/Email.vue.js +1 -1
  180. package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +1 -1
  181. package/components/icon/{icons → v3/icons}/Error.vue.js +1 -1
  182. package/components/icon/{icons → v3/icons}/Eye.vue.js +1 -1
  183. package/components/icon/{icons → v3/icons}/Eye2.vue.js +1 -1
  184. package/components/icon/{icons → v3/icons}/EyeSlash.vue.js +1 -1
  185. package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +1 -1
  186. package/components/icon/{icons → v3/icons}/Filter.vue.js +1 -1
  187. package/components/icon/{icons → v3/icons}/FilterList.vue.js +1 -1
  188. package/components/icon/{icons → v3/icons}/Frame.vue.js +1 -1
  189. package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +1 -1
  190. package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +1 -1
  191. package/components/icon/{icons → v3/icons}/Functions.vue.js +1 -1
  192. package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +1 -1
  193. package/components/icon/{icons → v3/icons}/Games.vue.js +1 -1
  194. package/components/icon/{icons → v3/icons}/Gavel.vue.js +1 -1
  195. package/components/icon/{icons → v3/icons}/Gift.vue.js +1 -1
  196. package/components/icon/{icons → v3/icons}/GitHub.vue.js +1 -1
  197. package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +1 -1
  198. package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +1 -1
  199. package/components/icon/{icons → v3/icons}/Group.vue.js +1 -1
  200. package/components/icon/{icons → v3/icons}/Hammer.vue.js +1 -1
  201. package/components/icon/{icons → v3/icons}/HandPointer.vue.js +1 -1
  202. package/components/icon/{icons → v3/icons}/Hands.vue.js +1 -1
  203. package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +1 -1
  204. package/components/icon/{icons → v3/icons}/Help.vue.js +1 -1
  205. package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +1 -1
  206. package/components/icon/{icons → v3/icons}/History.vue.js +1 -1
  207. package/components/icon/{icons → v3/icons}/IOS.vue.js +1 -1
  208. package/components/icon/{icons → v3/icons}/Image.vue.js +1 -1
  209. package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +1 -1
  210. package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +1 -1
  211. package/components/icon/{icons → v3/icons}/ImportExport.vue.js +1 -1
  212. package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +1 -1
  213. package/components/icon/{icons → v3/icons}/Importent.vue.js +1 -1
  214. package/components/icon/{icons → v3/icons}/Info.vue.js +1 -1
  215. package/components/icon/{icons → v3/icons}/Info2.vue.js +1 -1
  216. package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +1 -1
  217. package/components/icon/{icons → v3/icons}/Insights.vue.js +1 -1
  218. package/components/icon/{icons → v3/icons}/Interstitial.vue.js +1 -1
  219. package/components/icon/{icons → v3/icons}/Ios14.vue.js +1 -1
  220. package/components/icon/{icons → v3/icons}/Js.vue.js +1 -1
  221. package/components/icon/{icons → v3/icons}/Landscape.vue.js +1 -1
  222. package/components/icon/{icons → v3/icons}/Launch.vue.js +1 -1
  223. package/components/icon/{icons → v3/icons}/Levelplay.vue.js +1 -1
  224. package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +1 -1
  225. package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +1 -1
  226. package/components/icon/{icons → v3/icons}/Link.vue.js +1 -1
  227. package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +1 -1
  228. package/components/icon/{icons → v3/icons}/Lock.vue.js +1 -1
  229. package/components/icon/{icons → v3/icons}/LockOpen.vue.js +1 -1
  230. package/components/icon/{icons → v3/icons}/Login.vue.js +1 -1
  231. package/components/icon/{icons → v3/icons}/Logout.vue.js +1 -1
  232. package/components/icon/{icons → v3/icons}/Marketing.vue.js +1 -1
  233. package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +1 -1
  234. package/components/icon/{icons → v3/icons}/Mix.vue.js +1 -1
  235. package/components/icon/{icons → v3/icons}/Mix2.vue.js +1 -1
  236. package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +1 -1
  237. package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +1 -1
  238. package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +1 -1
  239. package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +1 -1
  240. package/components/icon/{icons → v3/icons}/MoreVert.vue.js +1 -1
  241. package/components/icon/{icons → v3/icons}/Mouse.vue.js +1 -1
  242. package/components/icon/{icons → v3/icons}/MousePointer.vue.js +1 -1
  243. package/components/icon/{icons → v3/icons}/MovingUp.vue.js +1 -1
  244. package/components/icon/{icons → v3/icons}/NativeAd.vue.js +1 -1
  245. package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +1 -1
  246. package/components/icon/{icons → v3/icons}/Offerwall.vue.js +1 -1
  247. package/components/icon/{icons → v3/icons}/Palyable.vue.js +1 -1
  248. package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +1 -1
  249. package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +1 -1
  250. package/components/icon/{icons → v3/icons}/Pause.vue.js +1 -1
  251. package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +1 -1
  252. package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +1 -1
  253. package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +1 -1
  254. package/components/icon/{icons → v3/icons}/Photo.vue.js +1 -1
  255. package/components/icon/{icons → v3/icons}/Photo2.vue.js +1 -1
  256. package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +1 -1
  257. package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +1 -1
  258. package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +1 -1
  259. package/components/icon/{icons → v3/icons}/Qrcode.vue.js +1 -1
  260. package/components/icon/{icons → v3/icons}/Question.vue.js +1 -1
  261. package/components/icon/{icons → v3/icons}/QuickAB.vue.js +1 -1
  262. package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +1 -1
  263. package/components/icon/{icons → v3/icons}/React.vue.js +1 -1
  264. package/components/icon/{icons → v3/icons}/Redo.vue.js +1 -1
  265. package/components/icon/{icons → v3/icons}/Refresh.vue.js +1 -1
  266. package/components/icon/{icons → v3/icons}/Remove.vue.js +1 -1
  267. package/components/icon/{icons → v3/icons}/Replay.vue.js +1 -1
  268. package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +1 -1
  269. package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +1 -1
  270. package/components/icon/{icons → v3/icons}/Rotate.vue.js +1 -1
  271. package/components/icon/{icons → v3/icons}/Route.vue.js +1 -1
  272. package/components/icon/{icons → v3/icons}/SackDollar.vue.js +1 -1
  273. package/components/icon/{icons → v3/icons}/Schedule.vue.js +1 -1
  274. package/components/icon/{icons → v3/icons}/Search.vue.js +1 -1
  275. package/components/icon/{icons → v3/icons}/SearchBold.vue.js +1 -1
  276. package/components/icon/{icons → v3/icons}/Share.vue.js +1 -1
  277. package/components/icon/{icons → v3/icons}/Slack.vue.js +1 -1
  278. package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +1 -1
  279. package/components/icon/{icons → v3/icons}/Star.vue.js +1 -1
  280. package/components/icon/{icons → v3/icons}/StarFill.vue.js +1 -1
  281. package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +1 -1
  282. package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +1 -1
  283. package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +1 -1
  284. package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +1 -1
  285. package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +1 -1
  286. package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +1 -1
  287. package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +1 -1
  288. package/components/icon/{icons → v3/icons}/Style.vue.js +1 -1
  289. package/components/icon/{icons → v3/icons}/Success.vue.js +1 -1
  290. package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +1 -1
  291. package/components/icon/{icons → v3/icons}/Switch.vue.js +1 -1
  292. package/components/icon/{icons → v3/icons}/TableEdit.vue.js +1 -1
  293. package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +1 -1
  294. package/components/icon/{icons → v3/icons}/TabletMac.vue.js +1 -1
  295. package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +1 -1
  296. package/components/icon/{icons → v3/icons}/Texture.vue.js +1 -1
  297. package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +1 -1
  298. package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +1 -1
  299. package/components/icon/{icons → v3/icons}/Timelapse.vue.js +1 -1
  300. package/components/icon/{icons → v3/icons}/Timeline.vue.js +1 -1
  301. package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +1 -1
  302. package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +1 -1
  303. package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +1 -1
  304. package/components/icon/{icons → v3/icons}/Tune.vue.js +1 -1
  305. package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +1 -1
  306. package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +1 -1
  307. package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +1 -1
  308. package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +1 -1
  309. package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +1 -1
  310. package/components/icon/{icons → v3/icons}/Undo.vue.js +1 -1
  311. package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +1 -1
  312. package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +1 -1
  313. package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +1 -1
  314. package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +1 -1
  315. package/components/icon/{icons → v3/icons}/Vibration.vue.js +1 -1
  316. package/components/icon/{icons → v3/icons}/VideoRound.vue.js +1 -1
  317. package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +1 -1
  318. package/components/icon/{icons → v3/icons}/Visibility.vue.js +1 -1
  319. package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +1 -1
  320. package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +1 -1
  321. package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +1 -1
  322. package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +1 -1
  323. package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +1 -1
  324. package/components/icon/{icons → v3/icons}/Warning.vue.js +1 -1
  325. package/components/icon/{icons → v3/icons}/Warning2.vue.js +1 -1
  326. package/components/icon/{icons → v3/icons}/Warning3.vue.js +1 -1
  327. package/components/icon/{icons → v3/icons}/WarningCircle.vue.js +1 -1
  328. package/components/icon/{icons → v3/icons}/WarningOctagon.vue.js +1 -1
  329. package/components/icon/{icons → v3/icons}/WebApp.vue.js +1 -1
  330. package/components/icon/{icons → v3/icons}/Widget.vue.js +1 -1
  331. package/components/icon/{icons → v3/icons}/Widgets.vue.js +1 -1
  332. package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +1 -1
  333. package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +1 -1
  334. package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +1 -1
  335. package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +1 -1
  336. package/components/icon/v4/IconV4.vue.d.ts +51 -0
  337. package/components/icon/v4/IconV4.vue.js +7 -0
  338. package/components/icon/v4/IconV4.vue2.js +61 -0
  339. package/components/icon/v4/index.d.ts +132 -0
  340. package/components/icon/v4/index.js +6 -0
  341. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  342. package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +2 -2
  343. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +3 -3
  344. package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +2 -2
  345. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
  346. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +2 -2
  347. package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +2 -2
  348. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
  349. package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +2 -2
  350. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  351. package/components/includeExclude/IncludeExcludeOption.vue.js +3 -3
  352. package/components/includeExclude/IncludeExcludeOption.vue2.js +2 -2
  353. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +3 -3
  354. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +2 -2
  355. package/components/includeExclude/index.d.ts +118 -118
  356. package/components/input/common/Input.common.js +5 -3
  357. package/components/input/v3/Input.vue.d.ts +6 -6
  358. package/components/input/v3/Input.vue.js +2 -2
  359. package/components/input/v3/Input.vue2.js +2 -2
  360. package/components/input/v3/index.d.ts +139 -139
  361. package/components/input/v4/TextField.vue.d.ts +8 -6
  362. package/components/input/v4/TextField.vue.js +2 -2
  363. package/components/input/v4/TextField.vue2.js +65 -63
  364. package/components/input/v4/index.d.ts +101 -95
  365. package/components/search/common/Search.common.d.ts +2 -1
  366. package/components/search/common/Search.common.js +11 -10
  367. package/components/search/v3/Search.vue.d.ts +1 -1
  368. package/components/search/v3/Search.vue.js +3 -3
  369. package/components/search/v3/Search.vue2.js +2 -2
  370. package/components/search/v3/index.d.ts +1 -1
  371. package/components/search/v4/SearchV4.vue.d.ts +8 -13
  372. package/components/search/v4/SearchV4.vue.js +2 -2
  373. package/components/search/v4/SearchV4.vue2.js +47 -49
  374. package/components/search/v4/index.d.ts +12 -21
  375. package/components/shared/FieldHelpText.vue.js +2 -2
  376. package/components/shared/FieldHelpText.vue2.js +2 -2
  377. package/components/shared/FieldLabel.vue.js +3 -3
  378. package/components/shared/FieldLabel.vue2.js +2 -2
  379. package/components/snackbar/Snackbar.vue.js +4 -4
  380. package/components/snackbar/Snackbar.vue2.js +4 -4
  381. package/components/table/index.d.ts +16 -16
  382. package/components/table-cells/Editable.vue.d.ts +1 -1
  383. package/components/table-cells/index.d.ts +20 -20
  384. package/components/tabs/Tabs.vue.js +5 -5
  385. package/components/tabs/Tabs.vue2.js +15 -15
  386. package/components/toggle/Toggle.vue.d.ts +1 -1
  387. package/components/toggle/index.d.ts +17 -17
  388. package/composables/index.d.ts +1 -0
  389. package/composables/useStorage.d.ts +5 -0
  390. package/composables/useStorage.js +35 -0
  391. package/design-foundation.stories/icons/iconsData.d.ts +14 -0
  392. package/index.d.ts +4211 -2357
  393. package/index.js +78 -80
  394. package/package.json +3 -3
  395. package/testids/index.d.ts +1 -0
  396. package/testids/index.js +4 -4
  397. package/AddFilterButton.vue_vue_type_style_index_0_scoped_82b62467_lang.css +0 -1
  398. package/AppTrigger.vue_vue_type_style_index_0_scoped_1f032e0b_lang.css +0 -1
  399. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_3c232515_lang.css +0 -1
  400. package/Banner.vue_vue_type_style_index_0_scoped_c487d53b_lang.css +0 -1
  401. package/Button.vue_vue_type_style_index_0_scoped_d7977f86_lang.css +0 -1
  402. package/ButtonBase.vue_vue_type_style_index_0_scoped_c3761a2a_lang.css +0 -1
  403. package/ButtonV4.vue_vue_type_style_index_0_scoped_6db34241_lang.css +0 -1
  404. package/CalendarMonth.vue_vue_type_style_index_0_scoped_b22f8d4a_lang.css +0 -1
  405. package/Checkbox.vue_vue_type_style_index_0_scoped_345b8f69_lang.css +0 -1
  406. package/Chip.vue_vue_type_style_index_0_scoped_576d30c1_lang.css +0 -1
  407. package/ChipV4.vue_vue_type_style_index_0_scoped_5eccd280_lang.css +0 -1
  408. package/Dialog.vue_vue_type_style_index_0_scoped_4c5a0438_lang.css +0 -1
  409. package/Dropdown.vue_vue_type_style_index_0_scoped_0f9d5331_lang.css +0 -1
  410. package/DropdownV4.vue_vue_type_style_index_0_scoped_896b5344_lang.css +0 -1
  411. package/EmptyState.vue_vue_type_style_index_0_scoped_0a4838bc_lang.css +0 -1
  412. package/FieldHelpText.vue_vue_type_style_index_0_scoped_f6d944b6_lang.css +0 -1
  413. package/FieldLabel.vue_vue_type_style_index_0_scoped_c4deed7e_lang.css +0 -1
  414. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_6c9bb538_lang.css +0 -1
  415. package/Icon.vue_vue_type_style_index_0_scoped_17a86683_lang.css +0 -1
  416. package/IconButton.vue_vue_type_style_index_0_scoped_7c4033d4_lang.css +0 -1
  417. package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_3cd4fcee_lang.css +0 -1
  418. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_10eed676_lang.css +0 -1
  419. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_93c8e47b_lang.css +0 -1
  420. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_f489d93b_lang.css +0 -1
  421. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_6784321c_lang.css +0 -1
  422. package/Input.vue_vue_type_style_index_0_scoped_1ffd26a0_lang.css +0 -1
  423. package/Option.vue_vue_type_style_index_0_scoped_6d9b9102_lang.css +0 -1
  424. package/ScrollButton.vue_vue_type_style_index_0_scoped_36f329cf_lang.css +0 -1
  425. package/Search.vue_vue_type_style_index_0_scoped_446ea6ad_lang.css +0 -1
  426. package/SearchInput.vue_vue_type_style_index_0_scoped_2fb7762f_lang.css +0 -1
  427. package/SearchV4.vue_vue_type_style_index_0_scoped_71404005_lang.css +0 -1
  428. package/Snackbar.vue_vue_type_style_index_0_scoped_dce34ab1_lang.css +0 -1
  429. package/Tabs.vue_vue_type_style_index_0_scoped_8e053ecb_lang.css +0 -1
  430. package/TextField.vue_vue_type_style_index_0_scoped_f4f61aa1_lang.css +0 -1
  431. package/components/icon/Icon.vue.js +0 -7
  432. /package/components/icon/{Icon.vue.d.ts → v3/Icon.vue.d.ts} +0 -0
  433. /package/components/icon/{icons → v3/icons}/A.vue.d.ts +0 -0
  434. /package/components/icon/{icons → v3/icons}/A2.vue.d.ts +0 -0
  435. /package/components/icon/{icons → v3/icons}/ABTest.vue.d.ts +0 -0
  436. /package/components/icon/{icons → v3/icons}/ABTest2.vue.d.ts +0 -0
  437. /package/components/icon/{icons → v3/icons}/ACircle.vue.d.ts +0 -0
  438. /package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.d.ts +0 -0
  439. /package/components/icon/{icons → v3/icons}/AccountCircle.vue.d.ts +0 -0
  440. /package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.d.ts +0 -0
  441. /package/components/icon/{icons → v3/icons}/Add.vue.d.ts +0 -0
  442. /package/components/icon/{icons → v3/icons}/Adjust.vue.d.ts +0 -0
  443. /package/components/icon/{icons → v3/icons}/Analytics.vue.d.ts +0 -0
  444. /package/components/icon/{icons → v3/icons}/Android.vue.d.ts +0 -0
  445. /package/components/icon/{icons → v3/icons}/AngleDown.vue.d.ts +0 -0
  446. /package/components/icon/{icons → v3/icons}/AngleLeft.vue.d.ts +0 -0
  447. /package/components/icon/{icons → v3/icons}/AngleRight.vue.d.ts +0 -0
  448. /package/components/icon/{icons → v3/icons}/AngleUp.vue.d.ts +0 -0
  449. /package/components/icon/{icons → v3/icons}/AppStore.vue.d.ts +0 -0
  450. /package/components/icon/{icons → v3/icons}/AreaChart.vue.d.ts +0 -0
  451. /package/components/icon/{icons → v3/icons}/ArrowBack.vue.d.ts +0 -0
  452. /package/components/icon/{icons → v3/icons}/ArrowDownward.vue.d.ts +0 -0
  453. /package/components/icon/{icons → v3/icons}/ArrowForward.vue.d.ts +0 -0
  454. /package/components/icon/{icons → v3/icons}/ArrowLeft.vue.d.ts +0 -0
  455. /package/components/icon/{icons → v3/icons}/ArrowRight.vue.d.ts +0 -0
  456. /package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.d.ts +0 -0
  457. /package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.d.ts +0 -0
  458. /package/components/icon/{icons → v3/icons}/ArrowUpward.vue.d.ts +0 -0
  459. /package/components/icon/{icons → v3/icons}/AutoAwesome.vue.d.ts +0 -0
  460. /package/components/icon/{icons → v3/icons}/AutoMode.vue.d.ts +0 -0
  461. /package/components/icon/{icons → v3/icons}/Autorenew.vue.d.ts +0 -0
  462. /package/components/icon/{icons → v3/icons}/B.vue.d.ts +0 -0
  463. /package/components/icon/{icons → v3/icons}/B2.vue.d.ts +0 -0
  464. /package/components/icon/{icons → v3/icons}/BCircle.vue.d.ts +0 -0
  465. /package/components/icon/{icons → v3/icons}/Banner.vue.d.ts +0 -0
  466. /package/components/icon/{icons → v3/icons}/Bidding.vue.d.ts +0 -0
  467. /package/components/icon/{icons → v3/icons}/Bidding2.vue.d.ts +0 -0
  468. /package/components/icon/{icons → v3/icons}/Block.vue.d.ts +0 -0
  469. /package/components/icon/{icons → v3/icons}/BorderColor.vue.d.ts +0 -0
  470. /package/components/icon/{icons → v3/icons}/Bug.vue.d.ts +0 -0
  471. /package/components/icon/{icons → v3/icons}/Bullhorn.vue.d.ts +0 -0
  472. /package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.d.ts +0 -0
  473. /package/components/icon/{icons → v3/icons}/Cached.vue.d.ts +0 -0
  474. /package/components/icon/{icons → v3/icons}/Calendar.vue.d.ts +0 -0
  475. /package/components/icon/{icons → v3/icons}/CalendarToday.vue.d.ts +0 -0
  476. /package/components/icon/{icons → v3/icons}/Cancel.vue.d.ts +0 -0
  477. /package/components/icon/{icons → v3/icons}/ChartBar.vue.d.ts +0 -0
  478. /package/components/icon/{icons → v3/icons}/ChartLine.vue.d.ts +0 -0
  479. /package/components/icon/{icons → v3/icons}/ChartMixed.vue.d.ts +0 -0
  480. /package/components/icon/{icons → v3/icons}/Check.vue.d.ts +0 -0
  481. /package/components/icon/{icons → v3/icons}/Check2.vue.d.ts +0 -0
  482. /package/components/icon/{icons → v3/icons}/CheckBold.vue.d.ts +0 -0
  483. /package/components/icon/{icons → v3/icons}/CheckCircle.vue.d.ts +0 -0
  484. /package/components/icon/{icons → v3/icons}/Close.vue.d.ts +0 -0
  485. /package/components/icon/{icons → v3/icons}/CloseBold.vue.d.ts +0 -0
  486. /package/components/icon/{icons → v3/icons}/ComputerMouse.vue.d.ts +0 -0
  487. /package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.d.ts +0 -0
  488. /package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.d.ts +0 -0
  489. /package/components/icon/{icons → v3/icons}/Create.vue.d.ts +0 -0
  490. /package/components/icon/{icons → v3/icons}/Creative.vue.d.ts +0 -0
  491. /package/components/icon/{icons → v3/icons}/Cross.vue.d.ts +0 -0
  492. /package/components/icon/{icons → v3/icons}/CrownFill.vue.d.ts +0 -0
  493. /package/components/icon/{icons → v3/icons}/Cube.vue.d.ts +0 -0
  494. /package/components/icon/{icons → v3/icons}/CubeBackground.vue.d.ts +0 -0
  495. /package/components/icon/{icons → v3/icons}/Cup.vue.d.ts +0 -0
  496. /package/components/icon/{icons → v3/icons}/CupA.vue.d.ts +0 -0
  497. /package/components/icon/{icons → v3/icons}/CupB.vue.d.ts +0 -0
  498. /package/components/icon/{icons → v3/icons}/Delete.vue.d.ts +0 -0
  499. /package/components/icon/{icons → v3/icons}/Diamond.vue.d.ts +0 -0
  500. /package/components/icon/{icons → v3/icons}/Dots.vue.d.ts +0 -0
  501. /package/components/icon/{icons → v3/icons}/Download.vue.d.ts +0 -0
  502. /package/components/icon/{icons → v3/icons}/Download2.vue.d.ts +0 -0
  503. /package/components/icon/{icons → v3/icons}/DownloadDone.vue.d.ts +0 -0
  504. /package/components/icon/{icons → v3/icons}/DragIndicator.vue.d.ts +0 -0
  505. /package/components/icon/{icons → v3/icons}/Ecpi.vue.d.ts +0 -0
  506. /package/components/icon/{icons → v3/icons}/Email.vue.d.ts +0 -0
  507. /package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.d.ts +0 -0
  508. /package/components/icon/{icons → v3/icons}/Error.vue.d.ts +0 -0
  509. /package/components/icon/{icons → v3/icons}/Eye.vue.d.ts +0 -0
  510. /package/components/icon/{icons → v3/icons}/Eye2.vue.d.ts +0 -0
  511. /package/components/icon/{icons → v3/icons}/EyeSlash.vue.d.ts +0 -0
  512. /package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.d.ts +0 -0
  513. /package/components/icon/{icons → v3/icons}/Filter.vue.d.ts +0 -0
  514. /package/components/icon/{icons → v3/icons}/FilterList.vue.d.ts +0 -0
  515. /package/components/icon/{icons → v3/icons}/Frame.vue.d.ts +0 -0
  516. /package/components/icon/{icons → v3/icons}/Fullscreen.vue.d.ts +0 -0
  517. /package/components/icon/{icons → v3/icons}/FullscreenExit.vue.d.ts +0 -0
  518. /package/components/icon/{icons → v3/icons}/Functions.vue.d.ts +0 -0
  519. /package/components/icon/{icons → v3/icons}/GamepadAlt.vue.d.ts +0 -0
  520. /package/components/icon/{icons → v3/icons}/Games.vue.d.ts +0 -0
  521. /package/components/icon/{icons → v3/icons}/Gavel.vue.d.ts +0 -0
  522. /package/components/icon/{icons → v3/icons}/Gift.vue.d.ts +0 -0
  523. /package/components/icon/{icons → v3/icons}/GitHub.vue.d.ts +0 -0
  524. /package/components/icon/{icons → v3/icons}/GlobeStand.vue.d.ts +0 -0
  525. /package/components/icon/{icons → v3/icons}/GooglePlay.vue.d.ts +0 -0
  526. /package/components/icon/{icons → v3/icons}/Group.vue.d.ts +0 -0
  527. /package/components/icon/{icons → v3/icons}/Hammer.vue.d.ts +0 -0
  528. /package/components/icon/{icons → v3/icons}/HandPointer.vue.d.ts +0 -0
  529. /package/components/icon/{icons → v3/icons}/Hands.vue.d.ts +0 -0
  530. /package/components/icon/{icons → v3/icons}/Heartbeat.vue.d.ts +0 -0
  531. /package/components/icon/{icons → v3/icons}/Help.vue.d.ts +0 -0
  532. /package/components/icon/{icons → v3/icons}/HelpOutline.vue.d.ts +0 -0
  533. /package/components/icon/{icons → v3/icons}/History.vue.d.ts +0 -0
  534. /package/components/icon/{icons → v3/icons}/IOS.vue.d.ts +0 -0
  535. /package/components/icon/{icons → v3/icons}/Image.vue.d.ts +0 -0
  536. /package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.d.ts +0 -0
  537. /package/components/icon/{icons → v3/icons}/ImageSlash.vue.d.ts +0 -0
  538. /package/components/icon/{icons → v3/icons}/ImportExport.vue.d.ts +0 -0
  539. /package/components/icon/{icons → v3/icons}/ImportExport2.vue.d.ts +0 -0
  540. /package/components/icon/{icons → v3/icons}/Importent.vue.d.ts +0 -0
  541. /package/components/icon/{icons → v3/icons}/Info.vue.d.ts +0 -0
  542. /package/components/icon/{icons → v3/icons}/Info2.vue.d.ts +0 -0
  543. /package/components/icon/{icons → v3/icons}/InfoOutline.vue.d.ts +0 -0
  544. /package/components/icon/{icons → v3/icons}/Insights.vue.d.ts +0 -0
  545. /package/components/icon/{icons → v3/icons}/Interstitial.vue.d.ts +0 -0
  546. /package/components/icon/{icons → v3/icons}/Ios14.vue.d.ts +0 -0
  547. /package/components/icon/{icons → v3/icons}/Js.vue.d.ts +0 -0
  548. /package/components/icon/{icons → v3/icons}/Landscape.vue.d.ts +0 -0
  549. /package/components/icon/{icons → v3/icons}/Launch.vue.d.ts +0 -0
  550. /package/components/icon/{icons → v3/icons}/Levelplay.vue.d.ts +0 -0
  551. /package/components/icon/{icons → v3/icons}/LimitCircle.vue.d.ts +0 -0
  552. /package/components/icon/{icons → v3/icons}/LimitOctagon.vue.d.ts +0 -0
  553. /package/components/icon/{icons → v3/icons}/Link.vue.d.ts +0 -0
  554. /package/components/icon/{icons → v3/icons}/LoadingClean.vue.d.ts +0 -0
  555. /package/components/icon/{icons → v3/icons}/Lock.vue.d.ts +0 -0
  556. /package/components/icon/{icons → v3/icons}/LockOpen.vue.d.ts +0 -0
  557. /package/components/icon/{icons → v3/icons}/Login.vue.d.ts +0 -0
  558. /package/components/icon/{icons → v3/icons}/Logout.vue.d.ts +0 -0
  559. /package/components/icon/{icons → v3/icons}/Marketing.vue.d.ts +0 -0
  560. /package/components/icon/{icons → v3/icons}/MilitaryTech.vue.d.ts +0 -0
  561. /package/components/icon/{icons → v3/icons}/Mix.vue.d.ts +0 -0
  562. /package/components/icon/{icons → v3/icons}/Mix2.vue.d.ts +0 -0
  563. /package/components/icon/{icons → v3/icons}/MobileLandscape.vue.d.ts +0 -0
  564. /package/components/icon/{icons → v3/icons}/MobilePortrait.vue.d.ts +0 -0
  565. /package/components/icon/{icons → v3/icons}/MoneyCheck.vue.d.ts +0 -0
  566. /package/components/icon/{icons → v3/icons}/MoreHoriz.vue.d.ts +0 -0
  567. /package/components/icon/{icons → v3/icons}/MoreVert.vue.d.ts +0 -0
  568. /package/components/icon/{icons → v3/icons}/Mouse.vue.d.ts +0 -0
  569. /package/components/icon/{icons → v3/icons}/MousePointer.vue.d.ts +0 -0
  570. /package/components/icon/{icons → v3/icons}/MovingUp.vue.d.ts +0 -0
  571. /package/components/icon/{icons → v3/icons}/NativeAd.vue.d.ts +0 -0
  572. /package/components/icon/{icons → v3/icons}/NotificationsNone.vue.d.ts +0 -0
  573. /package/components/icon/{icons → v3/icons}/Offerwall.vue.d.ts +0 -0
  574. /package/components/icon/{icons → v3/icons}/Palyable.vue.d.ts +0 -0
  575. /package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.d.ts +0 -0
  576. /package/components/icon/{icons → v3/icons}/PaperPlane.vue.d.ts +0 -0
  577. /package/components/icon/{icons → v3/icons}/Pause.vue.d.ts +0 -0
  578. /package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.d.ts +0 -0
  579. /package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.d.ts +0 -0
  580. /package/components/icon/{icons → v3/icons}/PhoneIphone.vue.d.ts +0 -0
  581. /package/components/icon/{icons → v3/icons}/Photo.vue.d.ts +0 -0
  582. /package/components/icon/{icons → v3/icons}/Photo2.vue.d.ts +0 -0
  583. /package/components/icon/{icons → v3/icons}/PlayArrow.vue.d.ts +0 -0
  584. /package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.d.ts +0 -0
  585. /package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.d.ts +0 -0
  586. /package/components/icon/{icons → v3/icons}/Qrcode.vue.d.ts +0 -0
  587. /package/components/icon/{icons → v3/icons}/Question.vue.d.ts +0 -0
  588. /package/components/icon/{icons → v3/icons}/QuickAB.vue.d.ts +0 -0
  589. /package/components/icon/{icons → v3/icons}/QuickAB2.vue.d.ts +0 -0
  590. /package/components/icon/{icons → v3/icons}/React.vue.d.ts +0 -0
  591. /package/components/icon/{icons → v3/icons}/Redo.vue.d.ts +0 -0
  592. /package/components/icon/{icons → v3/icons}/Refresh.vue.d.ts +0 -0
  593. /package/components/icon/{icons → v3/icons}/Remove.vue.d.ts +0 -0
  594. /package/components/icon/{icons → v3/icons}/Replay.vue.d.ts +0 -0
  595. /package/components/icon/{icons → v3/icons}/RewardedVideo.vue.d.ts +0 -0
  596. /package/components/icon/{icons → v3/icons}/RocketLaunch.vue.d.ts +0 -0
  597. /package/components/icon/{icons → v3/icons}/Rotate.vue.d.ts +0 -0
  598. /package/components/icon/{icons → v3/icons}/Route.vue.d.ts +0 -0
  599. /package/components/icon/{icons → v3/icons}/SackDollar.vue.d.ts +0 -0
  600. /package/components/icon/{icons → v3/icons}/Schedule.vue.d.ts +0 -0
  601. /package/components/icon/{icons → v3/icons}/Search.vue.d.ts +0 -0
  602. /package/components/icon/{icons → v3/icons}/SearchBold.vue.d.ts +0 -0
  603. /package/components/icon/{icons → v3/icons}/Share.vue.d.ts +0 -0
  604. /package/components/icon/{icons → v3/icons}/Slack.vue.d.ts +0 -0
  605. /package/components/icon/{icons → v3/icons}/SportsEsports.vue.d.ts +0 -0
  606. /package/components/icon/{icons → v3/icons}/Star.vue.d.ts +0 -0
  607. /package/components/icon/{icons → v3/icons}/StarFill.vue.d.ts +0 -0
  608. /package/components/icon/{icons → v3/icons}/StatusBanner.vue.d.ts +0 -0
  609. /package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.d.ts +0 -0
  610. /package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.d.ts +0 -0
  611. /package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.d.ts +0 -0
  612. /package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.d.ts +0 -0
  613. /package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.d.ts +0 -0
  614. /package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.d.ts +0 -0
  615. /package/components/icon/{icons → v3/icons}/Style.vue.d.ts +0 -0
  616. /package/components/icon/{icons → v3/icons}/Success.vue.d.ts +0 -0
  617. /package/components/icon/{icons → v3/icons}/SuccessFull.vue.d.ts +0 -0
  618. /package/components/icon/{icons → v3/icons}/Switch.vue.d.ts +0 -0
  619. /package/components/icon/{icons → v3/icons}/TableEdit.vue.d.ts +0 -0
  620. /package/components/icon/{icons → v3/icons}/TabletLandscape.vue.d.ts +0 -0
  621. /package/components/icon/{icons → v3/icons}/TabletMac.vue.d.ts +0 -0
  622. /package/components/icon/{icons → v3/icons}/TabletPortrait.vue.d.ts +0 -0
  623. /package/components/icon/{icons → v3/icons}/Texture.vue.d.ts +0 -0
  624. /package/components/icon/{icons → v3/icons}/ThemeDark.vue.d.ts +0 -0
  625. /package/components/icon/{icons → v3/icons}/ThemeLight.vue.d.ts +0 -0
  626. /package/components/icon/{icons → v3/icons}/Timelapse.vue.d.ts +0 -0
  627. /package/components/icon/{icons → v3/icons}/Timeline.vue.d.ts +0 -0
  628. /package/components/icon/{icons → v3/icons}/TrendingDown.vue.d.ts +0 -0
  629. /package/components/icon/{icons → v3/icons}/TrendingFlat.vue.d.ts +0 -0
  630. /package/components/icon/{icons → v3/icons}/TrendingUp.vue.d.ts +0 -0
  631. /package/components/icon/{icons → v3/icons}/Tune.vue.d.ts +0 -0
  632. /package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.d.ts +0 -0
  633. /package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.d.ts +0 -0
  634. /package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.d.ts +0 -0
  635. /package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.d.ts +0 -0
  636. /package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.d.ts +0 -0
  637. /package/components/icon/{icons → v3/icons}/Undo.vue.d.ts +0 -0
  638. /package/components/icon/{icons → v3/icons}/UnfoldLess.vue.d.ts +0 -0
  639. /package/components/icon/{icons → v3/icons}/UnfoldMore.vue.d.ts +0 -0
  640. /package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.d.ts +0 -0
  641. /package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.d.ts +0 -0
  642. /package/components/icon/{icons → v3/icons}/Vibration.vue.d.ts +0 -0
  643. /package/components/icon/{icons → v3/icons}/VideoRound.vue.d.ts +0 -0
  644. /package/components/icon/{icons → v3/icons}/ViewCarousel.vue.d.ts +0 -0
  645. /package/components/icon/{icons → v3/icons}/Visibility.vue.d.ts +0 -0
  646. /package/components/icon/{icons → v3/icons}/VisibilityOff.vue.d.ts +0 -0
  647. /package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.d.ts +0 -0
  648. /package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.d.ts +0 -0
  649. /package/components/icon/{icons → v3/icons}/VolumeOff.vue.d.ts +0 -0
  650. /package/components/icon/{icons → v3/icons}/VolumeUp.vue.d.ts +0 -0
  651. /package/components/icon/{icons → v3/icons}/Warning.vue.d.ts +0 -0
  652. /package/components/icon/{icons → v3/icons}/Warning2.vue.d.ts +0 -0
  653. /package/components/icon/{icons → v3/icons}/Warning3.vue.d.ts +0 -0
  654. /package/components/icon/{icons → v3/icons}/WarningCircle.vue.d.ts +0 -0
  655. /package/components/icon/{icons → v3/icons}/WarningOctagon.vue.d.ts +0 -0
  656. /package/components/icon/{icons → v3/icons}/WebApp.vue.d.ts +0 -0
  657. /package/components/icon/{icons → v3/icons}/Widget.vue.d.ts +0 -0
  658. /package/components/icon/{icons → v3/icons}/Widgets.vue.d.ts +0 -0
  659. /package/components/icon/{icons → v3/icons}/WidgetsFill.vue.d.ts +0 -0
  660. /package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.d.ts +0 -0
  661. /package/components/icon/{icons → v3/icons}/Widgetsz.vue.d.ts +0 -0
  662. /package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.d.ts +0 -0
  663. /package/components/icon/{icons → v3/icons}/index.d.ts +0 -0
  664. /package/components/icon/{icons → v3/icons}/index.js +0 -0
  665. /package/components/icon/{index.d.ts → v3/index.d.ts} +0 -0
  666. /package/components/icon/{index.js → v3/index.js} +0 -0
  667. /package/components/icon/{storyComponents → v3/storyComponents}/Code.vue.d.ts +0 -0
  668. /package/components/icon/{storyComponents → v3/storyComponents}/IconWrapper.vue.d.ts +0 -0
  669. /package/components/icon/{storyComponents → v3/storyComponents}/Page.vue.d.ts +0 -0
@@ -1,34 +1,587 @@
1
1
  import Dropdown from './DropdownV4.vue';
2
- declare const DropdownTypes: () => ({
2
+ import DefaultDropdownTrigger from './DefaultDropdownTrigger.vue';
3
+ import Option from './OptionV4.vue';
4
+ declare const DropdownTypes: () => (({
5
+ new (...args: any[]): {
6
+ $: import("vue").ComponentInternalInstance;
7
+ $data: {};
8
+ $props: Partial<{
9
+ label: string;
10
+ size: "small" | "medium" | "large";
11
+ testId: string;
12
+ loading: boolean;
13
+ disabled: boolean;
14
+ selected: any;
15
+ options: any;
16
+ singleAppSelection: boolean;
17
+ mandatory: boolean;
18
+ hoverHelpText: string;
19
+ hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
20
+ placeholder: string;
21
+ feedbackText: string;
22
+ feedbackVariant: "error" | "success" | "warning";
23
+ open: boolean;
24
+ brandIconType: "android" | "ios";
25
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
26
+ label: {
27
+ type: import("vue").PropType<string>;
28
+ required: true;
29
+ default: string;
30
+ };
31
+ size: {
32
+ type: import("vue").PropType<"small" | "medium" | "large">;
33
+ default: string;
34
+ };
35
+ testId: {
36
+ type: import("vue").PropType<string>;
37
+ default: string;
38
+ };
39
+ loading: {
40
+ type: import("vue").PropType<boolean>;
41
+ default: boolean;
42
+ };
43
+ disabled: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ selected: {
48
+ type: import("vue").PropType<unknown>;
49
+ default: any;
50
+ };
51
+ options: {
52
+ type: import("vue").PropType<unknown>;
53
+ default: any;
54
+ };
55
+ singleAppSelection: {
56
+ type: import("vue").PropType<boolean>;
57
+ default: boolean;
58
+ };
59
+ mandatory: {
60
+ type: import("vue").PropType<boolean>;
61
+ default: boolean;
62
+ };
63
+ hoverHelpText: {
64
+ type: import("vue").PropType<string>;
65
+ default: string;
66
+ };
67
+ hoverHelpTextPlacement: {
68
+ type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
69
+ default: string;
70
+ };
71
+ placeholder: {
72
+ type: import("vue").PropType<string>;
73
+ default: string;
74
+ };
75
+ feedbackText: {
76
+ type: import("vue").PropType<string>;
77
+ default: string;
78
+ };
79
+ feedbackVariant: {
80
+ type: import("vue").PropType<"error" | "success" | "warning">;
81
+ default: any;
82
+ };
83
+ open: {
84
+ type: import("vue").PropType<boolean>;
85
+ required: true;
86
+ default: boolean;
87
+ };
88
+ brandIconType: {
89
+ type: import("vue").PropType<"android" | "ios">;
90
+ default: any;
91
+ };
92
+ }>> & {
93
+ onClick?: () => any;
94
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "size" | "testId" | "loading" | "disabled" | "selected" | "options" | "singleAppSelection" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "placeholder" | "feedbackText" | "feedbackVariant" | "open" | "brandIconType">;
95
+ $attrs: {
96
+ [x: string]: unknown;
97
+ };
98
+ $refs: {
99
+ [x: string]: unknown;
100
+ };
101
+ $slots: Readonly<{
102
+ [name: string]: import("vue").Slot;
103
+ }>;
104
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
105
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
106
+ $emit: (event: "click") => void;
107
+ $el: any;
108
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
109
+ label: {
110
+ type: import("vue").PropType<string>;
111
+ required: true;
112
+ default: string;
113
+ };
114
+ size: {
115
+ type: import("vue").PropType<"small" | "medium" | "large">;
116
+ default: string;
117
+ };
118
+ testId: {
119
+ type: import("vue").PropType<string>;
120
+ default: string;
121
+ };
122
+ loading: {
123
+ type: import("vue").PropType<boolean>;
124
+ default: boolean;
125
+ };
126
+ disabled: {
127
+ type: import("vue").PropType<boolean>;
128
+ default: boolean;
129
+ };
130
+ selected: {
131
+ type: import("vue").PropType<unknown>;
132
+ default: any;
133
+ };
134
+ options: {
135
+ type: import("vue").PropType<unknown>;
136
+ default: any;
137
+ };
138
+ singleAppSelection: {
139
+ type: import("vue").PropType<boolean>;
140
+ default: boolean;
141
+ };
142
+ mandatory: {
143
+ type: import("vue").PropType<boolean>;
144
+ default: boolean;
145
+ };
146
+ hoverHelpText: {
147
+ type: import("vue").PropType<string>;
148
+ default: string;
149
+ };
150
+ hoverHelpTextPlacement: {
151
+ type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
152
+ default: string;
153
+ };
154
+ placeholder: {
155
+ type: import("vue").PropType<string>;
156
+ default: string;
157
+ };
158
+ feedbackText: {
159
+ type: import("vue").PropType<string>;
160
+ default: string;
161
+ };
162
+ feedbackVariant: {
163
+ type: import("vue").PropType<"error" | "success" | "warning">;
164
+ default: any;
165
+ };
166
+ open: {
167
+ type: import("vue").PropType<boolean>;
168
+ required: true;
169
+ default: boolean;
170
+ };
171
+ brandIconType: {
172
+ type: import("vue").PropType<"android" | "ios">;
173
+ default: any;
174
+ };
175
+ }>> & {
176
+ onClick?: () => any;
177
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
178
+ click: () => void;
179
+ }, string, {
180
+ label: string;
181
+ size: "small" | "medium" | "large";
182
+ testId: string;
183
+ loading: boolean;
184
+ disabled: boolean;
185
+ selected: any;
186
+ options: any;
187
+ singleAppSelection: boolean;
188
+ mandatory: boolean;
189
+ hoverHelpText: string;
190
+ hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
191
+ placeholder: string;
192
+ feedbackText: string;
193
+ feedbackVariant: "error" | "success" | "warning";
194
+ open: boolean;
195
+ brandIconType: "android" | "ios";
196
+ }, {}, string> & {
197
+ beforeCreate?: (() => void) | (() => void)[];
198
+ created?: (() => void) | (() => void)[];
199
+ beforeMount?: (() => void) | (() => void)[];
200
+ mounted?: (() => void) | (() => void)[];
201
+ beforeUpdate?: (() => void) | (() => void)[];
202
+ updated?: (() => void) | (() => void)[];
203
+ activated?: (() => void) | (() => void)[];
204
+ deactivated?: (() => void) | (() => void)[];
205
+ beforeDestroy?: (() => void) | (() => void)[];
206
+ beforeUnmount?: (() => void) | (() => void)[];
207
+ destroyed?: (() => void) | (() => void)[];
208
+ unmounted?: (() => void) | (() => void)[];
209
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
210
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
211
+ 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)[];
212
+ };
213
+ $forceUpdate: () => void;
214
+ $nextTick: typeof import("vue").nextTick;
215
+ $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;
216
+ } & Readonly<import("vue").ExtractPropTypes<{
217
+ label: {
218
+ type: import("vue").PropType<string>;
219
+ required: true;
220
+ default: string;
221
+ };
222
+ size: {
223
+ type: import("vue").PropType<"small" | "medium" | "large">;
224
+ default: string;
225
+ };
226
+ testId: {
227
+ type: import("vue").PropType<string>;
228
+ default: string;
229
+ };
230
+ loading: {
231
+ type: import("vue").PropType<boolean>;
232
+ default: boolean;
233
+ };
234
+ disabled: {
235
+ type: import("vue").PropType<boolean>;
236
+ default: boolean;
237
+ };
238
+ selected: {
239
+ type: import("vue").PropType<unknown>;
240
+ default: any;
241
+ };
242
+ options: {
243
+ type: import("vue").PropType<unknown>;
244
+ default: any;
245
+ };
246
+ singleAppSelection: {
247
+ type: import("vue").PropType<boolean>;
248
+ default: boolean;
249
+ };
250
+ mandatory: {
251
+ type: import("vue").PropType<boolean>;
252
+ default: boolean;
253
+ };
254
+ hoverHelpText: {
255
+ type: import("vue").PropType<string>;
256
+ default: string;
257
+ };
258
+ hoverHelpTextPlacement: {
259
+ type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
260
+ default: string;
261
+ };
262
+ placeholder: {
263
+ type: import("vue").PropType<string>;
264
+ default: string;
265
+ };
266
+ feedbackText: {
267
+ type: import("vue").PropType<string>;
268
+ default: string;
269
+ };
270
+ feedbackVariant: {
271
+ type: import("vue").PropType<"error" | "success" | "warning">;
272
+ default: any;
273
+ };
274
+ open: {
275
+ type: import("vue").PropType<boolean>;
276
+ required: true;
277
+ default: boolean;
278
+ };
279
+ brandIconType: {
280
+ type: import("vue").PropType<"android" | "ios">;
281
+ default: any;
282
+ };
283
+ }>> & {
284
+ onClick?: () => any;
285
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
286
+ __isFragment?: never;
287
+ __isTeleport?: never;
288
+ __isSuspense?: never;
289
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
290
+ label: {
291
+ type: import("vue").PropType<string>;
292
+ required: true;
293
+ default: string;
294
+ };
295
+ size: {
296
+ type: import("vue").PropType<"small" | "medium" | "large">;
297
+ default: string;
298
+ };
299
+ testId: {
300
+ type: import("vue").PropType<string>;
301
+ default: string;
302
+ };
303
+ loading: {
304
+ type: import("vue").PropType<boolean>;
305
+ default: boolean;
306
+ };
307
+ disabled: {
308
+ type: import("vue").PropType<boolean>;
309
+ default: boolean;
310
+ };
311
+ selected: {
312
+ type: import("vue").PropType<unknown>;
313
+ default: any;
314
+ };
315
+ options: {
316
+ type: import("vue").PropType<unknown>;
317
+ default: any;
318
+ };
319
+ singleAppSelection: {
320
+ type: import("vue").PropType<boolean>;
321
+ default: boolean;
322
+ };
323
+ mandatory: {
324
+ type: import("vue").PropType<boolean>;
325
+ default: boolean;
326
+ };
327
+ hoverHelpText: {
328
+ type: import("vue").PropType<string>;
329
+ default: string;
330
+ };
331
+ hoverHelpTextPlacement: {
332
+ type: import("vue").PropType<"auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
333
+ default: string;
334
+ };
335
+ placeholder: {
336
+ type: import("vue").PropType<string>;
337
+ default: string;
338
+ };
339
+ feedbackText: {
340
+ type: import("vue").PropType<string>;
341
+ default: string;
342
+ };
343
+ feedbackVariant: {
344
+ type: import("vue").PropType<"error" | "success" | "warning">;
345
+ default: any;
346
+ };
347
+ open: {
348
+ type: import("vue").PropType<boolean>;
349
+ required: true;
350
+ default: boolean;
351
+ };
352
+ brandIconType: {
353
+ type: import("vue").PropType<"android" | "ios">;
354
+ default: any;
355
+ };
356
+ }>> & {
357
+ onClick?: () => any;
358
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
359
+ click: () => void;
360
+ }, string, {
361
+ label: string;
362
+ size: "small" | "medium" | "large";
363
+ testId: string;
364
+ loading: boolean;
365
+ disabled: boolean;
366
+ selected: any;
367
+ options: any;
368
+ singleAppSelection: boolean;
369
+ mandatory: boolean;
370
+ hoverHelpText: string;
371
+ hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
372
+ placeholder: string;
373
+ feedbackText: string;
374
+ feedbackVariant: "error" | "success" | "warning";
375
+ open: boolean;
376
+ brandIconType: "android" | "ios";
377
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
378
+ $slots: {
379
+ "brand-icon"?(_: {}): any;
380
+ };
381
+ })) | ({
382
+ new (...args: any[]): {
383
+ $: import("vue").ComponentInternalInstance;
384
+ $data: {};
385
+ $props: Partial<{
386
+ option: any;
387
+ disabled: boolean;
388
+ isIndeterminate: boolean;
389
+ subtitle: string;
390
+ selectAllOption: boolean;
391
+ active: boolean;
392
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
393
+ option: {
394
+ type: import("vue").PropType<unknown>;
395
+ default: any;
396
+ };
397
+ disabled: {
398
+ type: import("vue").PropType<boolean>;
399
+ default: boolean;
400
+ };
401
+ isIndeterminate: {
402
+ type: import("vue").PropType<boolean>;
403
+ default: boolean;
404
+ };
405
+ subtitle: {
406
+ type: import("vue").PropType<string>;
407
+ default: string;
408
+ };
409
+ selectedProp: {
410
+ type: import("vue").PropType<boolean>;
411
+ };
412
+ selectAllOption: {
413
+ type: import("vue").PropType<boolean>;
414
+ default: boolean;
415
+ };
416
+ active: {
417
+ type: import("vue").PropType<boolean>;
418
+ default: any;
419
+ };
420
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "isIndeterminate" | "subtitle" | "selectAllOption" | "active">;
421
+ $attrs: {
422
+ [x: string]: unknown;
423
+ };
424
+ $refs: {
425
+ [x: string]: unknown;
426
+ };
427
+ $slots: Readonly<{
428
+ [name: string]: import("vue").Slot;
429
+ }>;
430
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
431
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
432
+ $emit: (event: string, ...args: any[]) => void;
433
+ $el: any;
434
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
435
+ option: {
436
+ type: import("vue").PropType<unknown>;
437
+ default: any;
438
+ };
439
+ disabled: {
440
+ type: import("vue").PropType<boolean>;
441
+ default: boolean;
442
+ };
443
+ isIndeterminate: {
444
+ type: import("vue").PropType<boolean>;
445
+ default: boolean;
446
+ };
447
+ subtitle: {
448
+ type: import("vue").PropType<string>;
449
+ default: string;
450
+ };
451
+ selectedProp: {
452
+ type: import("vue").PropType<boolean>;
453
+ };
454
+ selectAllOption: {
455
+ type: import("vue").PropType<boolean>;
456
+ default: boolean;
457
+ };
458
+ active: {
459
+ type: import("vue").PropType<boolean>;
460
+ default: any;
461
+ };
462
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
463
+ option: any;
464
+ disabled: boolean;
465
+ isIndeterminate: boolean;
466
+ subtitle: string;
467
+ selectAllOption: boolean;
468
+ active: boolean;
469
+ }, {}, string> & {
470
+ beforeCreate?: (() => void) | (() => void)[];
471
+ created?: (() => void) | (() => void)[];
472
+ beforeMount?: (() => void) | (() => void)[];
473
+ mounted?: (() => void) | (() => void)[];
474
+ beforeUpdate?: (() => void) | (() => void)[];
475
+ updated?: (() => void) | (() => void)[];
476
+ activated?: (() => void) | (() => void)[];
477
+ deactivated?: (() => void) | (() => void)[];
478
+ beforeDestroy?: (() => void) | (() => void)[];
479
+ beforeUnmount?: (() => void) | (() => void)[];
480
+ destroyed?: (() => void) | (() => void)[];
481
+ unmounted?: (() => void) | (() => void)[];
482
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
483
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
484
+ 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)[];
485
+ };
486
+ $forceUpdate: () => void;
487
+ $nextTick: typeof import("vue").nextTick;
488
+ $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;
489
+ } & Readonly<import("vue").ExtractPropTypes<{
490
+ option: {
491
+ type: import("vue").PropType<unknown>;
492
+ default: any;
493
+ };
494
+ disabled: {
495
+ type: import("vue").PropType<boolean>;
496
+ default: boolean;
497
+ };
498
+ isIndeterminate: {
499
+ type: import("vue").PropType<boolean>;
500
+ default: boolean;
501
+ };
502
+ subtitle: {
503
+ type: import("vue").PropType<string>;
504
+ default: string;
505
+ };
506
+ selectedProp: {
507
+ type: import("vue").PropType<boolean>;
508
+ };
509
+ selectAllOption: {
510
+ type: import("vue").PropType<boolean>;
511
+ default: boolean;
512
+ };
513
+ active: {
514
+ type: import("vue").PropType<boolean>;
515
+ default: any;
516
+ };
517
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
518
+ __isFragment?: never;
519
+ __isTeleport?: never;
520
+ __isSuspense?: never;
521
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
522
+ option: {
523
+ type: import("vue").PropType<unknown>;
524
+ default: any;
525
+ };
526
+ disabled: {
527
+ type: import("vue").PropType<boolean>;
528
+ default: boolean;
529
+ };
530
+ isIndeterminate: {
531
+ type: import("vue").PropType<boolean>;
532
+ default: boolean;
533
+ };
534
+ subtitle: {
535
+ type: import("vue").PropType<string>;
536
+ default: string;
537
+ };
538
+ selectedProp: {
539
+ type: import("vue").PropType<boolean>;
540
+ };
541
+ selectAllOption: {
542
+ type: import("vue").PropType<boolean>;
543
+ default: boolean;
544
+ };
545
+ active: {
546
+ type: import("vue").PropType<boolean>;
547
+ default: any;
548
+ };
549
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
550
+ option: any;
551
+ disabled: boolean;
552
+ isIndeterminate: boolean;
553
+ subtitle: string;
554
+ selectAllOption: boolean;
555
+ active: boolean;
556
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
557
+ $slots: {
558
+ image?(_: {}): any;
559
+ "icon-start"?(_: {}): any;
560
+ default?(_: {}): any;
561
+ };
562
+ })) | ({
3
563
  new (...args: any[]): {
4
564
  $: import("vue").ComponentInternalInstance;
5
565
  $data: {};
6
566
  $props: Partial<{
7
- title: string;
8
567
  theme: string;
9
568
  size: "sm" | "lg";
10
569
  testId: string;
11
- error: string;
12
570
  placement: import("floating-vue").Placement;
13
571
  disabled: boolean;
14
572
  container: string;
15
573
  selected: any;
574
+ mandatory: boolean;
16
575
  modelValue: any;
17
576
  placeholder: string;
18
- mandatory: boolean;
19
- helperText: string;
20
- searchPlaceholder: string;
21
577
  isOnTop: boolean;
22
578
  multi: boolean;
23
579
  inlineSearch: boolean;
24
580
  popperClass: string;
25
581
  noResultsText: string;
26
582
  defaultOpen: boolean;
27
- showButtonOnOpen: boolean;
28
- autoFocus: boolean;
29
583
  distance: number;
30
584
  skidding: number;
31
- clearable: boolean;
32
585
  onSearch: (option: any, term: string) => boolean;
33
586
  flip: boolean;
34
587
  keepOpen: boolean;
@@ -37,12 +590,14 @@ declare const DropdownTypes: () => ({
37
590
  multiOptionsPlaceholderPrefix: string;
38
591
  multiOptionsPlaceholderSuffix: string;
39
592
  darkTheme: boolean;
40
- valueToCopy: string;
593
+ inlineSearchPlaceholder: string;
594
+ onClear: () => void;
595
+ triggerLabel: string;
596
+ triggerHelperText: string;
597
+ triggerFeedbackText: string;
598
+ triggerFeedbackVariant: "error" | "success" | "warning";
599
+ searchAutoFocus: boolean;
41
600
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
42
- title: {
43
- type: import("vue").PropType<string>;
44
- default: string;
45
- };
46
601
  theme: {
47
602
  type: import("vue").PropType<string>;
48
603
  default: string;
@@ -55,10 +610,6 @@ declare const DropdownTypes: () => ({
55
610
  type: import("vue").PropType<string>;
56
611
  default: string;
57
612
  };
58
- error: {
59
- type: import("vue").PropType<string>;
60
- default: string;
61
- };
62
613
  loading: {
63
614
  type: import("vue").PropType<boolean>;
64
615
  };
@@ -79,26 +630,21 @@ declare const DropdownTypes: () => ({
79
630
  default: any;
80
631
  };
81
632
  options: {
82
- type: import("vue").PropType<unknown[]>;
633
+ type: import("vue").PropType<unknown[] | {
634
+ id: string;
635
+ text: string;
636
+ }[]>;
83
637
  required: true;
84
638
  };
85
- modelValue: {
86
- type: import("vue").PropType<unknown>;
87
- default: any;
88
- };
89
- placeholder: {
90
- type: import("vue").PropType<string>;
91
- default: string;
92
- };
93
639
  mandatory: {
94
640
  type: import("vue").PropType<boolean>;
95
641
  default: boolean;
96
642
  };
97
- helperText: {
98
- type: import("vue").PropType<string>;
99
- default: string;
643
+ modelValue: {
644
+ type: import("vue").PropType<unknown>;
645
+ default: any;
100
646
  };
101
- searchPlaceholder: {
647
+ placeholder: {
102
648
  type: import("vue").PropType<string>;
103
649
  default: string;
104
650
  };
@@ -129,14 +675,6 @@ declare const DropdownTypes: () => ({
129
675
  type: import("vue").PropType<boolean>;
130
676
  default: boolean;
131
677
  };
132
- showButtonOnOpen: {
133
- type: import("vue").PropType<boolean>;
134
- default: boolean;
135
- };
136
- autoFocus: {
137
- type: import("vue").PropType<boolean>;
138
- default: boolean;
139
- };
140
678
  distance: {
141
679
  type: import("vue").PropType<number>;
142
680
  default: number;
@@ -148,10 +686,6 @@ declare const DropdownTypes: () => ({
148
686
  type: import("vue").PropType<number>;
149
687
  default: number;
150
688
  };
151
- clearable: {
152
- type: import("vue").PropType<boolean>;
153
- default: boolean;
154
- };
155
689
  displayValue: {
156
690
  type: import("vue").PropType<(option: unknown) => string>;
157
691
  required: true;
@@ -188,17 +722,41 @@ declare const DropdownTypes: () => ({
188
722
  type: import("vue").PropType<boolean>;
189
723
  default: boolean;
190
724
  };
191
- valueToCopy: {
725
+ inlineSearchPlaceholder: {
726
+ type: import("vue").PropType<string>;
727
+ default: string;
728
+ };
729
+ onClear: {
730
+ type: import("vue").PropType<() => void>;
731
+ default: () => true;
732
+ };
733
+ triggerLabel: {
734
+ type: import("vue").PropType<string>;
735
+ default: string;
736
+ };
737
+ triggerHelperText: {
738
+ type: import("vue").PropType<string>;
739
+ default: string;
740
+ };
741
+ triggerFeedbackText: {
192
742
  type: import("vue").PropType<string>;
193
743
  default: string;
194
744
  };
745
+ triggerFeedbackVariant: {
746
+ type: import("vue").PropType<"error" | "success" | "warning">;
747
+ default: any;
748
+ };
749
+ searchAutoFocus: {
750
+ type: import("vue").PropType<boolean>;
751
+ default: boolean;
752
+ };
195
753
  }>> & {
196
754
  onApply?: (value: unknown) => any;
197
755
  "onUpdate:selected"?: (value: unknown) => any;
198
756
  "onUpdate:isOpen"?: (value: unknown) => any;
199
757
  onOpened?: () => any;
200
758
  onClosed?: () => any;
201
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "theme" | "size" | "testId" | "error" | "placement" | "disabled" | "container" | "selected" | "modelValue" | "placeholder" | "mandatory" | "helperText" | "searchPlaceholder" | "isOnTop" | "multi" | "inlineSearch" | "popperClass" | "noResultsText" | "defaultOpen" | "showButtonOnOpen" | "autoFocus" | "distance" | "skidding" | "clearable" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme" | "valueToCopy">;
759
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "size" | "testId" | "placement" | "disabled" | "container" | "selected" | "mandatory" | "modelValue" | "placeholder" | "isOnTop" | "multi" | "inlineSearch" | "popperClass" | "noResultsText" | "defaultOpen" | "distance" | "skidding" | "onSearch" | "flip" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "multiOptionsPlaceholderPrefix" | "multiOptionsPlaceholderSuffix" | "darkTheme" | "inlineSearchPlaceholder" | "onClear" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "searchAutoFocus">;
202
760
  $attrs: {
203
761
  [x: string]: unknown;
204
762
  };
@@ -213,10 +771,6 @@ declare const DropdownTypes: () => ({
213
771
  $emit: ((event: "update:selected", value: unknown) => void) & ((event: "apply", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
214
772
  $el: any;
215
773
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
216
- title: {
217
- type: import("vue").PropType<string>;
218
- default: string;
219
- };
220
774
  theme: {
221
775
  type: import("vue").PropType<string>;
222
776
  default: string;
@@ -229,10 +783,6 @@ declare const DropdownTypes: () => ({
229
783
  type: import("vue").PropType<string>;
230
784
  default: string;
231
785
  };
232
- error: {
233
- type: import("vue").PropType<string>;
234
- default: string;
235
- };
236
786
  loading: {
237
787
  type: import("vue").PropType<boolean>;
238
788
  };
@@ -253,26 +803,21 @@ declare const DropdownTypes: () => ({
253
803
  default: any;
254
804
  };
255
805
  options: {
256
- type: import("vue").PropType<unknown[]>;
806
+ type: import("vue").PropType<unknown[] | {
807
+ id: string;
808
+ text: string;
809
+ }[]>;
257
810
  required: true;
258
811
  };
259
- modelValue: {
260
- type: import("vue").PropType<unknown>;
261
- default: any;
262
- };
263
- placeholder: {
264
- type: import("vue").PropType<string>;
265
- default: string;
266
- };
267
812
  mandatory: {
268
813
  type: import("vue").PropType<boolean>;
269
814
  default: boolean;
270
815
  };
271
- helperText: {
272
- type: import("vue").PropType<string>;
273
- default: string;
816
+ modelValue: {
817
+ type: import("vue").PropType<unknown>;
818
+ default: any;
274
819
  };
275
- searchPlaceholder: {
820
+ placeholder: {
276
821
  type: import("vue").PropType<string>;
277
822
  default: string;
278
823
  };
@@ -303,14 +848,6 @@ declare const DropdownTypes: () => ({
303
848
  type: import("vue").PropType<boolean>;
304
849
  default: boolean;
305
850
  };
306
- showButtonOnOpen: {
307
- type: import("vue").PropType<boolean>;
308
- default: boolean;
309
- };
310
- autoFocus: {
311
- type: import("vue").PropType<boolean>;
312
- default: boolean;
313
- };
314
851
  distance: {
315
852
  type: import("vue").PropType<number>;
316
853
  default: number;
@@ -322,10 +859,6 @@ declare const DropdownTypes: () => ({
322
859
  type: import("vue").PropType<number>;
323
860
  default: number;
324
861
  };
325
- clearable: {
326
- type: import("vue").PropType<boolean>;
327
- default: boolean;
328
- };
329
862
  displayValue: {
330
863
  type: import("vue").PropType<(option: unknown) => string>;
331
864
  required: true;
@@ -362,10 +895,34 @@ declare const DropdownTypes: () => ({
362
895
  type: import("vue").PropType<boolean>;
363
896
  default: boolean;
364
897
  };
365
- valueToCopy: {
898
+ inlineSearchPlaceholder: {
899
+ type: import("vue").PropType<string>;
900
+ default: string;
901
+ };
902
+ onClear: {
903
+ type: import("vue").PropType<() => void>;
904
+ default: () => true;
905
+ };
906
+ triggerLabel: {
907
+ type: import("vue").PropType<string>;
908
+ default: string;
909
+ };
910
+ triggerHelperText: {
911
+ type: import("vue").PropType<string>;
912
+ default: string;
913
+ };
914
+ triggerFeedbackText: {
366
915
  type: import("vue").PropType<string>;
367
916
  default: string;
368
917
  };
918
+ triggerFeedbackVariant: {
919
+ type: import("vue").PropType<"error" | "success" | "warning">;
920
+ default: any;
921
+ };
922
+ searchAutoFocus: {
923
+ type: import("vue").PropType<boolean>;
924
+ default: boolean;
925
+ };
369
926
  }>> & {
370
927
  onApply?: (value: unknown) => any;
371
928
  "onUpdate:selected"?: (value: unknown) => any;
@@ -382,31 +939,24 @@ declare const DropdownTypes: () => ({
382
939
  opened: () => void;
383
940
  apply: (value: unknown) => void;
384
941
  }, string, {
385
- title: string;
386
942
  theme: string;
387
943
  size: "sm" | "lg";
388
944
  testId: string;
389
- error: string;
390
945
  placement: import("floating-vue").Placement;
391
946
  disabled: boolean;
392
947
  container: string;
393
948
  selected: any;
949
+ mandatory: boolean;
394
950
  modelValue: any;
395
951
  placeholder: string;
396
- mandatory: boolean;
397
- helperText: string;
398
- searchPlaceholder: string;
399
952
  isOnTop: boolean;
400
953
  multi: boolean;
401
954
  inlineSearch: boolean;
402
955
  popperClass: string;
403
956
  noResultsText: string;
404
957
  defaultOpen: boolean;
405
- showButtonOnOpen: boolean;
406
- autoFocus: boolean;
407
958
  distance: number;
408
959
  skidding: number;
409
- clearable: boolean;
410
960
  onSearch: (option: any, term: string) => boolean;
411
961
  flip: boolean;
412
962
  keepOpen: boolean;
@@ -415,7 +965,13 @@ declare const DropdownTypes: () => ({
415
965
  multiOptionsPlaceholderPrefix: string;
416
966
  multiOptionsPlaceholderSuffix: string;
417
967
  darkTheme: boolean;
418
- valueToCopy: string;
968
+ inlineSearchPlaceholder: string;
969
+ onClear: () => void;
970
+ triggerLabel: string;
971
+ triggerHelperText: string;
972
+ triggerFeedbackText: string;
973
+ triggerFeedbackVariant: "error" | "success" | "warning";
974
+ searchAutoFocus: boolean;
419
975
  }, {}, string> & {
420
976
  beforeCreate?: (() => void) | (() => void)[];
421
977
  created?: (() => void) | (() => void)[];
@@ -437,10 +993,6 @@ declare const DropdownTypes: () => ({
437
993
  $nextTick: typeof import("vue").nextTick;
438
994
  $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;
439
995
  } & Readonly<import("vue").ExtractPropTypes<{
440
- title: {
441
- type: import("vue").PropType<string>;
442
- default: string;
443
- };
444
996
  theme: {
445
997
  type: import("vue").PropType<string>;
446
998
  default: string;
@@ -453,10 +1005,6 @@ declare const DropdownTypes: () => ({
453
1005
  type: import("vue").PropType<string>;
454
1006
  default: string;
455
1007
  };
456
- error: {
457
- type: import("vue").PropType<string>;
458
- default: string;
459
- };
460
1008
  loading: {
461
1009
  type: import("vue").PropType<boolean>;
462
1010
  };
@@ -477,26 +1025,21 @@ declare const DropdownTypes: () => ({
477
1025
  default: any;
478
1026
  };
479
1027
  options: {
480
- type: import("vue").PropType<unknown[]>;
1028
+ type: import("vue").PropType<unknown[] | {
1029
+ id: string;
1030
+ text: string;
1031
+ }[]>;
481
1032
  required: true;
482
1033
  };
483
- modelValue: {
484
- type: import("vue").PropType<unknown>;
485
- default: any;
486
- };
487
- placeholder: {
488
- type: import("vue").PropType<string>;
489
- default: string;
490
- };
491
1034
  mandatory: {
492
1035
  type: import("vue").PropType<boolean>;
493
1036
  default: boolean;
494
1037
  };
495
- helperText: {
496
- type: import("vue").PropType<string>;
497
- default: string;
1038
+ modelValue: {
1039
+ type: import("vue").PropType<unknown>;
1040
+ default: any;
498
1041
  };
499
- searchPlaceholder: {
1042
+ placeholder: {
500
1043
  type: import("vue").PropType<string>;
501
1044
  default: string;
502
1045
  };
@@ -527,14 +1070,6 @@ declare const DropdownTypes: () => ({
527
1070
  type: import("vue").PropType<boolean>;
528
1071
  default: boolean;
529
1072
  };
530
- showButtonOnOpen: {
531
- type: import("vue").PropType<boolean>;
532
- default: boolean;
533
- };
534
- autoFocus: {
535
- type: import("vue").PropType<boolean>;
536
- default: boolean;
537
- };
538
1073
  distance: {
539
1074
  type: import("vue").PropType<number>;
540
1075
  default: number;
@@ -546,10 +1081,6 @@ declare const DropdownTypes: () => ({
546
1081
  type: import("vue").PropType<number>;
547
1082
  default: number;
548
1083
  };
549
- clearable: {
550
- type: import("vue").PropType<boolean>;
551
- default: boolean;
552
- };
553
1084
  displayValue: {
554
1085
  type: import("vue").PropType<(option: unknown) => string>;
555
1086
  required: true;
@@ -586,10 +1117,34 @@ declare const DropdownTypes: () => ({
586
1117
  type: import("vue").PropType<boolean>;
587
1118
  default: boolean;
588
1119
  };
589
- valueToCopy: {
1120
+ inlineSearchPlaceholder: {
1121
+ type: import("vue").PropType<string>;
1122
+ default: string;
1123
+ };
1124
+ onClear: {
1125
+ type: import("vue").PropType<() => void>;
1126
+ default: () => true;
1127
+ };
1128
+ triggerLabel: {
1129
+ type: import("vue").PropType<string>;
1130
+ default: string;
1131
+ };
1132
+ triggerHelperText: {
1133
+ type: import("vue").PropType<string>;
1134
+ default: string;
1135
+ };
1136
+ triggerFeedbackText: {
590
1137
  type: import("vue").PropType<string>;
591
1138
  default: string;
592
1139
  };
1140
+ triggerFeedbackVariant: {
1141
+ type: import("vue").PropType<"error" | "success" | "warning">;
1142
+ default: any;
1143
+ };
1144
+ searchAutoFocus: {
1145
+ type: import("vue").PropType<boolean>;
1146
+ default: boolean;
1147
+ };
593
1148
  }>> & {
594
1149
  onApply?: (value: unknown) => any;
595
1150
  "onUpdate:selected"?: (value: unknown) => any;
@@ -604,10 +1159,6 @@ declare const DropdownTypes: () => ({
604
1159
  __isTeleport?: never;
605
1160
  __isSuspense?: never;
606
1161
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
607
- title: {
608
- type: import("vue").PropType<string>;
609
- default: string;
610
- };
611
1162
  theme: {
612
1163
  type: import("vue").PropType<string>;
613
1164
  default: string;
@@ -620,10 +1171,6 @@ declare const DropdownTypes: () => ({
620
1171
  type: import("vue").PropType<string>;
621
1172
  default: string;
622
1173
  };
623
- error: {
624
- type: import("vue").PropType<string>;
625
- default: string;
626
- };
627
1174
  loading: {
628
1175
  type: import("vue").PropType<boolean>;
629
1176
  };
@@ -644,26 +1191,21 @@ declare const DropdownTypes: () => ({
644
1191
  default: any;
645
1192
  };
646
1193
  options: {
647
- type: import("vue").PropType<unknown[]>;
1194
+ type: import("vue").PropType<unknown[] | {
1195
+ id: string;
1196
+ text: string;
1197
+ }[]>;
648
1198
  required: true;
649
1199
  };
650
- modelValue: {
651
- type: import("vue").PropType<unknown>;
652
- default: any;
653
- };
654
- placeholder: {
655
- type: import("vue").PropType<string>;
656
- default: string;
657
- };
658
1200
  mandatory: {
659
1201
  type: import("vue").PropType<boolean>;
660
1202
  default: boolean;
661
1203
  };
662
- helperText: {
663
- type: import("vue").PropType<string>;
664
- default: string;
1204
+ modelValue: {
1205
+ type: import("vue").PropType<unknown>;
1206
+ default: any;
665
1207
  };
666
- searchPlaceholder: {
1208
+ placeholder: {
667
1209
  type: import("vue").PropType<string>;
668
1210
  default: string;
669
1211
  };
@@ -694,14 +1236,6 @@ declare const DropdownTypes: () => ({
694
1236
  type: import("vue").PropType<boolean>;
695
1237
  default: boolean;
696
1238
  };
697
- showButtonOnOpen: {
698
- type: import("vue").PropType<boolean>;
699
- default: boolean;
700
- };
701
- autoFocus: {
702
- type: import("vue").PropType<boolean>;
703
- default: boolean;
704
- };
705
1239
  distance: {
706
1240
  type: import("vue").PropType<number>;
707
1241
  default: number;
@@ -713,10 +1247,6 @@ declare const DropdownTypes: () => ({
713
1247
  type: import("vue").PropType<number>;
714
1248
  default: number;
715
1249
  };
716
- clearable: {
717
- type: import("vue").PropType<boolean>;
718
- default: boolean;
719
- };
720
1250
  displayValue: {
721
1251
  type: import("vue").PropType<(option: unknown) => string>;
722
1252
  required: true;
@@ -753,10 +1283,34 @@ declare const DropdownTypes: () => ({
753
1283
  type: import("vue").PropType<boolean>;
754
1284
  default: boolean;
755
1285
  };
756
- valueToCopy: {
1286
+ inlineSearchPlaceholder: {
1287
+ type: import("vue").PropType<string>;
1288
+ default: string;
1289
+ };
1290
+ onClear: {
1291
+ type: import("vue").PropType<() => void>;
1292
+ default: () => true;
1293
+ };
1294
+ triggerLabel: {
1295
+ type: import("vue").PropType<string>;
1296
+ default: string;
1297
+ };
1298
+ triggerHelperText: {
1299
+ type: import("vue").PropType<string>;
1300
+ default: string;
1301
+ };
1302
+ triggerFeedbackText: {
757
1303
  type: import("vue").PropType<string>;
758
1304
  default: string;
759
1305
  };
1306
+ triggerFeedbackVariant: {
1307
+ type: import("vue").PropType<"error" | "success" | "warning">;
1308
+ default: any;
1309
+ };
1310
+ searchAutoFocus: {
1311
+ type: import("vue").PropType<boolean>;
1312
+ default: boolean;
1313
+ };
760
1314
  }>> & {
761
1315
  onApply?: (value: unknown) => any;
762
1316
  "onUpdate:selected"?: (value: unknown) => any;
@@ -773,31 +1327,24 @@ declare const DropdownTypes: () => ({
773
1327
  opened: () => void;
774
1328
  apply: (value: unknown) => void;
775
1329
  }, string, {
776
- title: string;
777
1330
  theme: string;
778
1331
  size: "sm" | "lg";
779
1332
  testId: string;
780
- error: string;
781
1333
  placement: import("floating-vue").Placement;
782
1334
  disabled: boolean;
783
1335
  container: string;
784
1336
  selected: any;
1337
+ mandatory: boolean;
785
1338
  modelValue: any;
786
1339
  placeholder: string;
787
- mandatory: boolean;
788
- helperText: string;
789
- searchPlaceholder: string;
790
1340
  isOnTop: boolean;
791
1341
  multi: boolean;
792
1342
  inlineSearch: boolean;
793
1343
  popperClass: string;
794
1344
  noResultsText: string;
795
1345
  defaultOpen: boolean;
796
- showButtonOnOpen: boolean;
797
- autoFocus: boolean;
798
1346
  distance: number;
799
1347
  skidding: number;
800
- clearable: boolean;
801
1348
  onSearch: (option: any, term: string) => boolean;
802
1349
  flip: boolean;
803
1350
  keepOpen: boolean;
@@ -806,16 +1353,17 @@ declare const DropdownTypes: () => ({
806
1353
  multiOptionsPlaceholderPrefix: string;
807
1354
  multiOptionsPlaceholderSuffix: string;
808
1355
  darkTheme: boolean;
809
- valueToCopy: string;
1356
+ inlineSearchPlaceholder: string;
1357
+ onClear: () => void;
1358
+ triggerLabel: string;
1359
+ triggerHelperText: string;
1360
+ triggerFeedbackText: string;
1361
+ triggerFeedbackVariant: "error" | "success" | "warning";
1362
+ searchAutoFocus: boolean;
810
1363
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
811
1364
  $slots: {
812
1365
  label?(_: {}): any;
813
- input?(_: {
814
- open: boolean;
815
- value: any;
816
- disabled: boolean;
817
- }): any;
818
- image?(_: {}): any;
1366
+ "dropdown-trigger"?(_: {}): any;
819
1367
  "input-list"?(_: {
820
1368
  open: true;
821
1369
  }): any;
@@ -825,5 +1373,5 @@ declare const DropdownTypes: () => ({
825
1373
  active: boolean;
826
1374
  }): any;
827
1375
  };
828
- }))[];
829
- export { Dropdown, DropdownTypes };
1376
+ })))[];
1377
+ export { Dropdown, DefaultDropdownTrigger, DropdownTypes, Option };