@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
@@ -176,9 +176,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
176
176
  disabled: boolean;
177
177
  container: string;
178
178
  selected: any;
179
+ mandatory: boolean;
179
180
  modelValue: any;
180
181
  placeholder: string;
181
- mandatory: boolean;
182
+ autoFocus: boolean;
182
183
  helperText: string;
183
184
  searchPlaceholder: string;
184
185
  isOnTop: boolean;
@@ -188,7 +189,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
188
189
  noResultsText: string;
189
190
  defaultOpen: boolean;
190
191
  showButtonOnOpen: boolean;
191
- autoFocus: boolean;
192
192
  distance: number;
193
193
  skidding: number;
194
194
  clearable: boolean;
@@ -1,8 +1,8 @@
1
1
  import o from "./Dropdown.vue2.js";
2
- /* empty css *//* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../Dropdown.vue_vue_type_style_index_0_scoped_0f9d5331_lang.css"; //*');
2
+ /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../Dropdown.vue_vue_type_style_index_0_scoped_0114904e_lang.css"; //*');
4
4
  // import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; //');
5
- const r = /* @__PURE__ */ _(o, [["__scopeId", "data-v-0f9d5331"]]);
5
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-0114904e"]]);
6
6
  export {
7
7
  r as default
8
8
  };
@@ -1,34 +1,33 @@
1
- import "../../../Dropdown.vue_vue_type_style_index_0_scoped_0f9d5331_lang.css"; import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; import { defineComponent as J, openBlock as d, createElementBlock as o, normalizeClass as $, unref as e, renderSlot as b, createVNode as s, withCtx as n, Transition as Q, createElementVNode as f, createTextVNode as r, toDisplayString as h, createCommentVNode as i, createBlock as g, isRef as Z, mergeProps as E, withModifiers as x, Fragment as _, renderList as ee, toRaw as T, pushScopeId as te, popScopeId as le } from "vue";
2
- import P from "../../button/v3/Button.vue.js";
1
+ import "../../../Dropdown.vue_vue_type_style_index_0_scoped_0114904e_lang.css"; import "../../../Dropdown.vue_vue_type_style_index_1_lang.css"; import { defineComponent as le, openBlock as a, createElementBlock as i, normalizeClass as T, unref as e, renderSlot as b, createVNode as s, withCtx as n, Transition as ae, createTextVNode as r, toDisplayString as h, createCommentVNode as o, createBlock as I, isRef as de, createElementVNode as m, mergeProps as P, withModifiers as N, Fragment as oe, renderList as ie, toRaw as $, pushScopeId as ne, popScopeId as se } from "vue";
2
+ import x from "../../button/v3/Button.vue.js";
3
3
  import "../../button/v3/IconButton.vue.js";
4
4
  import "../../button/v3/ScrollButton.vue.js";
5
- import ae from "../common/Option.vue.js";
6
- import A from "../../icon/Icon.vue.js";
7
- import de from "../../search/v4/SearchV4.vue.js";
5
+ import re from "../common/Option.vue.js";
6
+ import A from "../../icon/v3/Icon.vue.js";
7
+ import ue from "../../search/v4/SearchV4.vue.js";
8
8
  import "../../typography/Heading.vue.js";
9
9
  import y from "../../typography/Text.vue.js";
10
- import { Dropdown as ie } from "floating-vue";
10
+ import { Dropdown as fe } from "floating-vue";
11
11
  import { DropdownTestIdModifiers as u } from "../../../testids/index.js";
12
- import { dropdownCommon as oe } from "../common/Dropdown.common.js";
13
- const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "data-testid"], re = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"], ue = {
12
+ import { dropdownCommon as ce } from "../common/Dropdown.common.js";
13
+ const me = (t) => (ne("data-v-0114904e"), t = t(), se(), t), ye = ["tabindex", "data-testid"], pe = ["disabled", "aria-expanded", "aria-labelledby", "aria-disabled"], be = {
14
14
  key: 0,
15
15
  class: "image-slot"
16
- }, ce = { class: "angle-down" }, fe = {
16
+ }, he = { class: "angle-down" }, ke = {
17
17
  key: 0,
18
- ref: "listRef",
19
18
  class: "dropdown-title"
20
- }, me = ["data-testid"], ye = ["data-testid"], pe = {
19
+ }, ve = ["data-testid"], we = ["data-testid"], Te = {
21
20
  key: 0,
22
21
  class: "no-result-container"
23
- }, be = {
22
+ }, Ie = {
24
23
  key: 1,
25
24
  class: "loader"
26
- }, he = /* @__PURE__ */ ne(() => /* @__PURE__ */ f("svg", {
25
+ }, $e = /* @__PURE__ */ me(() => /* @__PURE__ */ m("svg", {
27
26
  width: "100",
28
27
  height: "100",
29
28
  viewBox: "0 0 100 100"
30
29
  }, [
31
- /* @__PURE__ */ f("circle", {
30
+ /* @__PURE__ */ m("circle", {
32
31
  cx: "50",
33
32
  cy: "50",
34
33
  fill: "none",
@@ -37,7 +36,7 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
37
36
  r: "35",
38
37
  "stroke-dasharray": "164.93361431346415 56.97787143782138"
39
38
  }, [
40
- /* @__PURE__ */ f("animateTransform", {
39
+ /* @__PURE__ */ m("animateTransform", {
41
40
  attributeName: "transform",
42
41
  type: "rotate",
43
42
  repeatCount: "indefinite",
@@ -46,10 +45,10 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
46
45
  keyTimes: "0;1"
47
46
  })
48
47
  ])
49
- ], -1)), ke = { key: 2 }, we = ["aria-selected", "aria-disabled", "onClick"], ve = {
48
+ ], -1)), ge = { key: 2 }, Ce = ["aria-selected", "aria-disabled", "onClick"], Se = {
50
49
  key: 0,
51
50
  class: "actions"
52
- }, Pe = /* @__PURE__ */ J({
51
+ }, He = /* @__PURE__ */ le({
53
52
  __name: "Dropdown",
54
53
  props: {
55
54
  modelValue: { default: null },
@@ -80,7 +79,7 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
80
79
  displayValue: null,
81
80
  options: null,
82
81
  onSearch: { type: Function, default: () => !0 },
83
- theme: { default: "is-dropdown" },
82
+ theme: { default: "is-dropdown-v3" },
84
83
  container: { default: "body" },
85
84
  flip: { type: Boolean, default: !0 },
86
85
  keepOpen: { type: Boolean, default: !1 },
@@ -93,45 +92,56 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
93
92
  valueToCopy: { default: "" }
94
93
  },
95
94
  emits: ["update:selected", "update:isOpen", "closed", "opened", "apply"],
96
- setup(t, { expose: N, emit: V }) {
97
- const K = t, {
95
+ setup(t, { expose: L, emit: V }) {
96
+ const K = t, H = {
97
+ MULTILINE_LIST_HEIGHT: 48,
98
+ LIST_HEIGHT: 34,
99
+ MAX_NUMBER_OF_OPTIONS: 7,
100
+ PADDING_PX: 8
101
+ }, {
98
102
  onKeydown: p,
99
- location: L,
100
- open: m,
101
- toggleMenu: C,
103
+ location: D,
104
+ open: f,
105
+ toggleMenu: g,
102
106
  onButtonKeydown: k,
103
- displayedValue: B,
104
- labelRef: D,
105
- query: w,
106
- containerProps: H,
107
+ displayedValue: C,
108
+ labelRef: M,
109
+ query: v,
110
+ containerProps: G,
107
111
  calculateTableHeight: F,
108
- wrapperProps: M,
109
- filteredOptions: G,
110
- allSelected: I,
111
- isIndeterminate: X,
112
- onSelectAll: q,
113
- virtualOptions: S,
114
- isSelected: z,
115
- selectedOption: O,
116
- onSelect: R,
117
- activeIndex: U,
118
- onCancel: W,
119
- onApply: Y,
120
- scrollTo: j
121
- } = oe(K, V);
122
- return N({
123
- selectItem: R,
124
- scrollTo: j
125
- }), (c, a) => (d(), o("div", {
126
- ref: "el",
127
- class: $(["dropdown", { "dropdown--disabled": t.disabled }]),
112
+ wrapperProps: X,
113
+ filteredOptions: U,
114
+ allSelected: S,
115
+ isIndeterminate: q,
116
+ onSelectAll: W,
117
+ virtualOptions: B,
118
+ isSelected: O,
119
+ selectedOption: R,
120
+ onSelect: E,
121
+ activeIndex: Y,
122
+ onCancel: j,
123
+ onApply: J,
124
+ scrollTo: Q,
125
+ listRef: Z,
126
+ apply: _,
127
+ cancel: ee,
128
+ el: te,
129
+ buttonRef: z
130
+ } = ce(K, V, H);
131
+ return L({
132
+ selectItem: E,
133
+ scrollTo: Q
134
+ }), (c, d) => (a(), i("div", {
135
+ ref_key: "el",
136
+ ref: te,
137
+ class: T(["dropdown", { "dropdown--disabled": t.disabled }]),
128
138
  tabindex: t.disabled ? -1 : 0,
129
139
  "data-testid": `${t.testId}-${e(u).WRAPPER}`,
130
- onKeydown: a[7] || (a[7] = //@ts-ignore
140
+ onKeydown: d[7] || (d[7] = //@ts-ignore
131
141
  (...l) => e(p) && e(p)(...l))
132
142
  }, [
133
143
  b(c.$slots, "label", {}, void 0, !0),
134
- s(e(ie), {
144
+ s(e(fe), {
135
145
  theme: t.theme,
136
146
  "popper-class": [
137
147
  t.popperClass,
@@ -139,21 +149,26 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
139
149
  ],
140
150
  placement: t.placement,
141
151
  skidding: t.isOnTop ? 0 : t.skidding,
142
- distance: t.isOnTop ? -e(L) : t.distance,
152
+ distance: t.isOnTop ? -e(D) : t.distance,
143
153
  flip: t.flip,
144
154
  triggers: [],
145
- shown: !!e(m),
155
+ shown: !!e(f),
146
156
  "auto-hide": !1,
147
157
  container: t.container,
148
158
  "auto-size": t.autoSize,
149
159
  "data-testid": `${t.testId}-${e(u).TRIGGER}`
150
160
  }, {
151
161
  popper: n(() => [
152
- s(Q, null, {
162
+ s(ae, null, {
153
163
  default: n(() => [
154
- t.inlineSearch || t.title ? (d(), o("div", fe, [
155
- f("div", null, [
156
- t.title ? (d(), o("div", {
164
+ e(f) ? (a(), i("div", {
165
+ key: 0,
166
+ ref_key: "listRef",
167
+ ref: Z,
168
+ class: "light-theme-v3"
169
+ }, [
170
+ t.inlineSearch || t.title ? (a(), i("div", ke, [
171
+ t.title ? (a(), i("div", {
157
172
  key: 0,
158
173
  class: "dropdown-title__text",
159
174
  "data-testid": `${t.testId}-${e(u).TITLE}`
@@ -164,36 +179,36 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
164
179
  ]),
165
180
  _: 1
166
181
  })
167
- ], 8, me)) : i("", !0),
168
- t.inlineSearch ? (d(), g(e(de), {
182
+ ], 8, ve)) : o("", !0),
183
+ t.inlineSearch ? (a(), I(e(ue), {
169
184
  key: 1,
170
- modelValue: e(w),
171
- "onUpdate:modelValue": a[4] || (a[4] = (l) => Z(w) ? w.value = l : null),
185
+ modelValue: e(v),
186
+ "onUpdate:modelValue": d[4] || (d[4] = (l) => de(v) ? v.value = l : null),
172
187
  placeholder: t.searchPlaceholder,
173
188
  class: "dropdown-title__search",
174
189
  variant: "transparent",
175
190
  size: "md",
176
191
  "test-id": `${t.testId}-${e(u).SEARCH}`,
177
192
  onKeydown: e(p)
178
- }, null, 8, ["modelValue", "placeholder", "test-id", "onKeydown"])) : i("", !0)
179
- ]),
180
- e(m) ? (d(), o("div", {
181
- key: 0,
193
+ }, null, 8, ["modelValue", "placeholder", "test-id", "onKeydown"])) : o("", !0)
194
+ ])) : o("", !0),
195
+ e(f) ? (a(), i("div", {
196
+ key: 1,
182
197
  class: "dropdown",
183
- onKeydown: a[6] || (a[6] = //@ts-ignore
198
+ onKeydown: d[6] || (d[6] = //@ts-ignore
184
199
  (...l) => e(p) && e(p)(...l))
185
200
  }, [
186
- b(c.$slots, "input-list", { open: e(m) }, void 0, !0),
187
- f("div", E(e(H), {
201
+ b(c.$slots, "input-list", { open: e(f) }, void 0, !0),
202
+ m("div", P(e(G), {
188
203
  class: ["list-container", { "list-container--multi": t.multi }],
189
204
  style: { height: `${e(F)}rem` },
190
205
  "data-testid": `${t.testId}-${e(u).LIST_CONTAINER}`
191
206
  }), [
192
- f("ul", E(e(M), {
207
+ m("ul", P(e(X), {
193
208
  role: "listbox",
194
209
  class: ["list", { "list--multi": t.multi }]
195
210
  }), [
196
- !e(G).length && !t.loading ? (d(), o("li", pe, [
211
+ !e(U).length && !t.loading ? (a(), i("li", Te, [
197
212
  s(e(y), {
198
213
  size: "sm",
199
214
  class: "no-result"
@@ -203,14 +218,14 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
203
218
  ]),
204
219
  _: 1
205
220
  })
206
- ])) : i("", !0),
207
- t.loading ? (d(), o("li", be, [
221
+ ])) : o("", !0),
222
+ t.loading ? (a(), i("li", Ie, [
208
223
  s(e(A), {
209
224
  "font-size": "md",
210
225
  class: "loader-icon"
211
226
  }, {
212
227
  default: n(() => [
213
- he
228
+ $e
214
229
  ]),
215
230
  _: 1
216
231
  }),
@@ -220,132 +235,136 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
220
235
  ]),
221
236
  _: 1
222
237
  })
223
- ])) : i("", !0),
224
- t.showSelectAll ? (d(), o("li", ke, [
225
- s(ae, {
226
- "aria-selected": e(I),
238
+ ])) : o("", !0),
239
+ t.showSelectAll ? (a(), i("li", ge, [
240
+ s(re, {
241
+ "aria-selected": e(S),
227
242
  "aria-disabled": !!t.disabled,
228
- "selected-prop": e(I),
229
- "is-indeterminate": e(X),
243
+ "selected-prop": e(S),
244
+ "is-indeterminate": e(q),
230
245
  "select-all-option": "",
231
- onClick: a[5] || (a[5] = x((l) => e(q)(), ["stop"]))
246
+ onClick: d[5] || (d[5] = N((l) => e(W)(), ["stop"]))
232
247
  }, {
233
248
  default: n(() => [
234
249
  r("Select all ")
235
250
  ]),
236
251
  _: 1
237
252
  }, 8, ["aria-selected", "aria-disabled", "selected-prop", "is-indeterminate"])
238
- ])) : i("", !0),
239
- e(S).length && !t.loading ? (d(!0), o(_, { key: 3 }, ee(e(S), ({ data: l, index: v }) => (d(), o("li", {
240
- key: v,
241
- "aria-selected": e(z)(T(e(O)), l),
253
+ ])) : o("", !0),
254
+ e(B).length && !t.loading ? (a(!0), i(oe, { key: 3 }, ie(e(B), ({ data: l, index: w }) => (a(), i("li", {
255
+ key: w,
256
+ "aria-selected": e(O)($(e(R)), l),
242
257
  "aria-disabled": !!t.disabled,
243
- onClick: x(() => e(R)(l, v), ["stop"])
258
+ onClick: N(() => e(E)(l, w), ["stop"])
244
259
  }, [
245
260
  b(c.$slots, "default", {
246
261
  option: l,
247
- selected: e(z)(T(e(O)), l),
248
- active: T(e(U)) === v
262
+ selected: e(O)($(e(R)), l),
263
+ active: $(e(Y)) === w
249
264
  }, void 0, !0)
250
- ], 8, we))), 128)) : i("", !0)
265
+ ], 8, Ce))), 128)) : o("", !0)
251
266
  ], 16)
252
- ], 16, ye),
253
- t.multi ? (d(), o("div", ve, [
254
- s(e(P), {
255
- ref: "cancel",
267
+ ], 16, we),
268
+ t.multi ? (a(), i("div", Se, [
269
+ s(e(x), {
270
+ ref_key: "cancel",
271
+ ref: ee,
256
272
  size: "sm",
257
273
  variant: "border",
258
274
  theme: "third",
259
275
  "test-id": `${t.testId}-${e(u).ACTION_CANCEL}`,
260
- onClick: e(W)
276
+ onClick: e(j)
261
277
  }, {
262
278
  default: n(() => [
263
279
  r(" Cancel ")
264
280
  ]),
265
281
  _: 1
266
282
  }, 8, ["test-id", "onClick"]),
267
- s(e(P), {
268
- ref: "apply",
283
+ s(e(x), {
284
+ ref_key: "apply",
285
+ ref: _,
269
286
  "data-testid": "mutli-apply",
270
287
  size: "sm",
271
288
  class: "apply-button",
272
289
  "test-id": `${t.testId}-${e(u).ACTION_APPLY}`,
273
- onClick: e(Y)
290
+ onClick: e(J)
274
291
  }, {
275
292
  default: n(() => [
276
293
  r("Apply ")
277
294
  ]),
278
295
  _: 1
279
296
  }, 8, ["test-id", "onClick"])
280
- ])) : i("", !0)
281
- ], 32)) : i("", !0)
282
- ], 512)) : i("", !0)
297
+ ])) : o("", !0)
298
+ ], 32)) : o("", !0)
299
+ ], 512)) : o("", !0)
283
300
  ]),
284
301
  _: 3
285
302
  })
286
303
  ]),
287
304
  default: n(() => [
288
- f("div", {
289
- class: $(["button__container", {
290
- "button__container--open": !!e(m),
305
+ m("div", {
306
+ class: T(["button__container", {
307
+ "button__container--open": !!e(f),
291
308
  [`button__container--${t.size}`]: !0,
292
309
  "button__container--disabled": t.disabled
293
310
  }])
294
311
  }, [
295
- c.$slots.input ? (d(), o("div", {
312
+ c.$slots.input ? (a(), i("div", {
296
313
  key: 0,
297
- ref: "buttonRef",
298
- onClick: a[0] || (a[0] = (l) => e(C)()),
299
- onKeydown: a[1] || (a[1] = //@ts-ignore
314
+ ref_key: "buttonRef",
315
+ ref: z,
316
+ onClick: d[0] || (d[0] = (l) => e(g)()),
317
+ onKeydown: d[1] || (d[1] = //@ts-ignore
300
318
  (...l) => e(k) && e(k)(...l))
301
319
  }, [
302
320
  b(c.$slots, "input", {
303
- open: e(m),
304
- value: e(B),
321
+ open: e(f),
322
+ value: e(C),
305
323
  disabled: t.disabled
306
324
  }, void 0, !0)
307
- ], 544)) : i("", !0),
308
- c.$slots.input ? i("", !0) : (d(), o("button", {
325
+ ], 544)) : o("", !0),
326
+ c.$slots.input ? o("", !0) : (a(), i("button", {
309
327
  key: 1,
310
- ref: "buttonRef",
328
+ ref_key: "buttonRef",
329
+ ref: z,
311
330
  disabled: t.disabled,
312
331
  "aria-haspopup": !0,
313
- "aria-expanded": !!e(m),
314
- "aria-labelledby": e(D)?.id,
332
+ "aria-expanded": !!e(f),
333
+ "aria-labelledby": e(M)?.id,
315
334
  "aria-disabled": t.disabled,
316
- class: $([{
317
- "button--open": !!e(m),
335
+ class: T([{
336
+ "button--open": !!e(f),
318
337
  [`button--${t.size}`]: !0,
319
338
  "button--disabled": t.disabled
320
339
  }, "button"]),
321
- onKeydown: a[2] || (a[2] = //@ts-ignore
340
+ onKeydown: d[2] || (d[2] = //@ts-ignore
322
341
  (...l) => e(k) && e(k)(...l)),
323
- onClick: a[3] || (a[3] = (l) => e(C)())
342
+ onClick: d[3] || (d[3] = (l) => e(g)())
324
343
  }, [
325
- c.$slots.image ? (d(), o("div", ue, [
344
+ c.$slots.image ? (a(), i("div", be, [
326
345
  b(c.$slots, "image", {}, void 0, !0)
327
- ])) : i("", !0),
346
+ ])) : o("", !0),
328
347
  s(e(y), {
329
348
  size: "sm",
330
349
  "is-truncated": ""
331
350
  }, {
332
351
  default: n(() => [
333
- r(h(e(B)), 1)
352
+ r(h(e(C)), 1)
334
353
  ]),
335
354
  _: 1
336
355
  }),
337
- f("div", ce, [
356
+ m("div", he, [
338
357
  s(e(A), {
339
358
  name: "angle-down",
340
359
  "font-size": "sm"
341
360
  })
342
361
  ])
343
- ], 42, re))
362
+ ], 42, pe))
344
363
  ], 2)
345
364
  ]),
346
365
  _: 3
347
366
  }, 8, ["theme", "popper-class", "placement", "skidding", "distance", "flip", "shown", "container", "auto-size", "data-testid"]),
348
- !t.error && t.helperText ? (d(), g(e(y), {
367
+ !t.error && t.helperText ? (a(), I(e(y), {
349
368
  key: 0,
350
369
  size: "caption",
351
370
  class: "helper-text",
@@ -355,8 +374,8 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
355
374
  r(h(t.helperText), 1)
356
375
  ]),
357
376
  _: 1
358
- }, 8, ["test-id"])) : i("", !0),
359
- t.error ? (d(), g(e(y), {
377
+ }, 8, ["test-id"])) : o("", !0),
378
+ t.error ? (a(), I(e(y), {
360
379
  key: 1,
361
380
  size: "caption",
362
381
  class: "helper-text helper-text--error",
@@ -366,10 +385,10 @@ const ne = (t) => (te("data-v-0f9d5331"), t = t(), le(), t), se = ["tabindex", "
366
385
  r(h(t.error), 1)
367
386
  ]),
368
387
  _: 1
369
- }, 8, ["test-id"])) : i("", !0)
370
- ], 42, se));
388
+ }, 8, ["test-id"])) : o("", !0)
389
+ ], 42, ye));
371
390
  }
372
391
  });
373
392
  export {
374
- Pe as default
393
+ He as default
375
394
  };