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

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 (617) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  9. package/Checkbox.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  12. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  13. package/DollarInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  16. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  17. package/FieldHelpText.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  18. package/FieldLabel.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  19. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/Icon.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/IconV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  24. package/IncludeExcludeAppHeader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/IncludeExcludeOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Loader.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  31. package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/PasswordInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  33. package/PercentageInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/README.md +1 -1
  35. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  36. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  37. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  39. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  40. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  41. package/TextField.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  42. package/commonCssVariables.scss +4 -623
  43. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +2 -2
  44. package/components/appTrigger/AppTrigger.vue.js +2 -2
  45. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +1 -1
  46. package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
  47. package/components/banner/Banner.vue.js +3 -3
  48. package/components/button/common/ButtonBase.vue.js +2 -2
  49. package/components/button/common/ButtonSuper.vue.d.ts +1 -1
  50. package/components/button/v3/Button.vue.d.ts +1 -1
  51. package/components/button/v3/Button.vue.js +2 -2
  52. package/components/button/v3/IconButton.vue.js +2 -2
  53. package/components/button/v3/ScrollButton.vue.js +2 -2
  54. package/components/button/v4/ButtonV4.vue.d.ts +22 -17
  55. package/components/button/v4/ButtonV4.vue.js +61 -67
  56. package/components/button/v4/index.d.ts +21 -10
  57. package/components/checkbox/Checkbox.vue.js +6 -5
  58. package/components/chip/v3/Chip.vue.js +2 -2
  59. package/components/chip/v4/ChipV4.vue.js +2 -2
  60. package/components/dateRange/CalendarMonth.vue.js +4 -4
  61. package/components/dateRange/DateRange.vue.js +1 -1
  62. package/components/dialog/Dialog.vue.js +3 -3
  63. package/components/dropdown/common/Option.vue.js +2 -2
  64. package/components/dropdown/common/SearchInput.vue.js +2 -2
  65. package/components/dropdown/v3/Dropdown.vue.js +3 -3
  66. package/components/dropdown/v4/DropdownV4.vue.js +3 -3
  67. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  68. package/components/emptyState/EmptyState.vue.js +2 -2
  69. package/components/emptyState/index.d.ts +3 -3
  70. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  71. package/components/filterDropdown/FilterDropdown.vue.js +1 -1
  72. package/components/filtersPanel/FilterSearchInput.vue.js +2 -2
  73. package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
  74. package/components/icon/{Icon.vue.js → v3/Icon.vue.js} +13 -4
  75. package/components/icon/{icons → v3/icons}/A.vue.js +2 -2
  76. package/components/icon/{icons → v3/icons}/A2.vue.js +2 -2
  77. package/components/icon/{icons → v3/icons}/ABTest.vue.js +2 -2
  78. package/components/icon/{icons → v3/icons}/ABTest2.vue.js +2 -2
  79. package/components/icon/{icons → v3/icons}/ACircle.vue.js +2 -2
  80. package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.js +2 -2
  81. package/components/icon/{icons → v3/icons}/AccountCircle.vue.js +2 -2
  82. package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.js +2 -2
  83. package/components/icon/{icons → v3/icons}/Add.vue.js +2 -2
  84. package/components/icon/{icons → v3/icons}/Adjust.vue.js +2 -2
  85. package/components/icon/{icons → v3/icons}/Analytics.vue.js +2 -2
  86. package/components/icon/{icons → v3/icons}/Android.vue.js +2 -2
  87. package/components/icon/{icons → v3/icons}/AngleDown.vue.js +2 -2
  88. package/components/icon/{icons → v3/icons}/AngleLeft.vue.js +2 -2
  89. package/components/icon/{icons → v3/icons}/AngleRight.vue.js +2 -2
  90. package/components/icon/{icons → v3/icons}/AngleUp.vue.js +2 -2
  91. package/components/icon/{icons → v3/icons}/AppStore.vue.js +2 -2
  92. package/components/icon/{icons → v3/icons}/AreaChart.vue.js +2 -2
  93. package/components/icon/{icons → v3/icons}/ArrowBack.vue.js +2 -2
  94. package/components/icon/{icons → v3/icons}/ArrowDownward.vue.js +2 -2
  95. package/components/icon/{icons → v3/icons}/ArrowForward.vue.js +2 -2
  96. package/components/icon/{icons → v3/icons}/ArrowLeft.vue.js +2 -2
  97. package/components/icon/{icons → v3/icons}/ArrowRight.vue.js +2 -2
  98. package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.js +2 -2
  99. package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.js +2 -2
  100. package/components/icon/{icons → v3/icons}/ArrowUpward.vue.js +2 -2
  101. package/components/icon/{icons → v3/icons}/AutoAwesome.vue.js +2 -2
  102. package/components/icon/{icons → v3/icons}/AutoMode.vue.js +2 -2
  103. package/components/icon/{icons → v3/icons}/Autorenew.vue.js +2 -2
  104. package/components/icon/{icons → v3/icons}/B.vue.js +2 -2
  105. package/components/icon/{icons → v3/icons}/B2.vue.js +2 -2
  106. package/components/icon/{icons → v3/icons}/BCircle.vue.js +2 -2
  107. package/components/icon/{icons → v3/icons}/Banner.vue.js +2 -2
  108. package/components/icon/{icons → v3/icons}/Bidding.vue.js +2 -2
  109. package/components/icon/{icons → v3/icons}/Bidding2.vue.js +2 -2
  110. package/components/icon/{icons → v3/icons}/Block.vue.js +2 -2
  111. package/components/icon/{icons → v3/icons}/BorderColor.vue.js +2 -2
  112. package/components/icon/{icons → v3/icons}/Bug.vue.js +2 -2
  113. package/components/icon/{icons → v3/icons}/Bullhorn.vue.js +2 -2
  114. package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.js +2 -2
  115. package/components/icon/{icons → v3/icons}/Cached.vue.js +2 -2
  116. package/components/icon/{icons → v3/icons}/Calendar.vue.js +2 -2
  117. package/components/icon/{icons → v3/icons}/CalendarToday.vue.js +2 -2
  118. package/components/icon/{icons → v3/icons}/Cancel.vue.js +2 -2
  119. package/components/icon/{icons → v3/icons}/ChartBar.vue.js +2 -2
  120. package/components/icon/{icons → v3/icons}/ChartLine.vue.js +2 -2
  121. package/components/icon/{icons → v3/icons}/ChartMixed.vue.js +2 -2
  122. package/components/icon/{icons → v3/icons}/Check.vue.js +2 -2
  123. package/components/icon/v3/icons/Check2.vue.js +27 -0
  124. package/components/icon/{icons → v3/icons}/CheckBold.vue.js +2 -2
  125. package/components/icon/v3/icons/CheckCircle.vue.js +27 -0
  126. package/components/icon/{icons → v3/icons}/Close.vue.js +2 -2
  127. package/components/icon/{icons → v3/icons}/CloseBold.vue.js +2 -2
  128. package/components/icon/{icons → v3/icons}/ComputerMouse.vue.js +2 -2
  129. package/components/icon/{icons → v3/icons}/CopyTo-Clipboard.vue.js +2 -2
  130. package/components/icon/{icons → v3/icons}/CopyToClipboardFilled.vue.js +2 -2
  131. package/components/icon/{icons → v3/icons}/Create.vue.js +2 -2
  132. package/components/icon/{icons → v3/icons}/Creative.vue.js +2 -2
  133. package/components/icon/{icons → v3/icons}/Cross.vue.js +2 -2
  134. package/components/icon/{icons → v3/icons}/CrownFill.vue.js +2 -2
  135. package/components/icon/{icons → v3/icons}/Cube.vue.js +2 -2
  136. package/components/icon/{icons → v3/icons}/CubeBackground.vue.js +2 -2
  137. package/components/icon/{icons → v3/icons}/Cup.vue.js +2 -2
  138. package/components/icon/{icons → v3/icons}/CupA.vue.js +2 -2
  139. package/components/icon/{icons → v3/icons}/CupB.vue.js +2 -2
  140. package/components/icon/{icons → v3/icons}/Delete.vue.js +2 -2
  141. package/components/icon/{icons → v3/icons}/Diamond.vue.js +2 -2
  142. package/components/icon/{icons → v3/icons}/Dots.vue.js +2 -2
  143. package/components/icon/{icons → v3/icons}/Download.vue.js +2 -2
  144. package/components/icon/{icons → v3/icons}/Download2.vue.js +2 -2
  145. package/components/icon/{icons → v3/icons}/DownloadDone.vue.js +2 -2
  146. package/components/icon/{icons → v3/icons}/DragIndicator.vue.js +2 -2
  147. package/components/icon/{icons → v3/icons}/Ecpi.vue.js +2 -2
  148. package/components/icon/{icons → v3/icons}/Email.vue.js +2 -2
  149. package/components/icon/{icons → v3/icons}/EmailEnvelope.vue.js +2 -2
  150. package/components/icon/{icons → v3/icons}/Error.vue.js +2 -2
  151. package/components/icon/{icons → v3/icons}/Eye.vue.js +2 -2
  152. package/components/icon/v3/icons/Eye2.vue.js +25 -0
  153. package/components/icon/v3/icons/EyeSlash.vue.js +27 -0
  154. package/components/icon/{icons → v3/icons}/FavoriteBorder.vue.js +2 -2
  155. package/components/icon/{icons → v3/icons}/Filter.vue.js +2 -2
  156. package/components/icon/{icons → v3/icons}/FilterList.vue.js +2 -2
  157. package/components/icon/{icons → v3/icons}/Frame.vue.js +2 -2
  158. package/components/icon/{icons → v3/icons}/Fullscreen.vue.js +2 -2
  159. package/components/icon/{icons → v3/icons}/FullscreenExit.vue.js +2 -2
  160. package/components/icon/{icons → v3/icons}/Functions.vue.js +2 -2
  161. package/components/icon/{icons → v3/icons}/GamepadAlt.vue.js +2 -2
  162. package/components/icon/{icons → v3/icons}/Games.vue.js +2 -2
  163. package/components/icon/{icons → v3/icons}/Gavel.vue.js +2 -2
  164. package/components/icon/{icons → v3/icons}/Gift.vue.js +2 -2
  165. package/components/icon/{icons → v3/icons}/GitHub.vue.js +2 -2
  166. package/components/icon/{icons → v3/icons}/GlobeStand.vue.js +2 -2
  167. package/components/icon/{icons → v3/icons}/GooglePlay.vue.js +2 -2
  168. package/components/icon/{icons → v3/icons}/Group.vue.js +2 -2
  169. package/components/icon/{icons → v3/icons}/Hammer.vue.js +2 -2
  170. package/components/icon/{icons → v3/icons}/HandPointer.vue.js +2 -2
  171. package/components/icon/{icons → v3/icons}/Hands.vue.js +2 -2
  172. package/components/icon/{icons → v3/icons}/Heartbeat.vue.js +2 -2
  173. package/components/icon/{icons → v3/icons}/Help.vue.js +2 -2
  174. package/components/icon/{icons → v3/icons}/HelpOutline.vue.js +2 -2
  175. package/components/icon/{icons → v3/icons}/History.vue.js +2 -2
  176. package/components/icon/{icons → v3/icons}/IOS.vue.js +2 -2
  177. package/components/icon/{icons → v3/icons}/Image.vue.js +2 -2
  178. package/components/icon/{icons → v3/icons}/ImageNotSupported.vue.js +2 -2
  179. package/components/icon/{icons → v3/icons}/ImageSlash.vue.js +2 -2
  180. package/components/icon/{icons → v3/icons}/ImportExport.vue.js +2 -2
  181. package/components/icon/{icons → v3/icons}/ImportExport2.vue.js +2 -2
  182. package/components/icon/{icons → v3/icons}/Importent.vue.js +2 -2
  183. package/components/icon/{icons → v3/icons}/Info.vue.js +2 -2
  184. package/components/icon/v3/icons/Info2.vue.js +27 -0
  185. package/components/icon/{icons → v3/icons}/InfoOutline.vue.js +2 -2
  186. package/components/icon/{icons → v3/icons}/Insights.vue.js +2 -2
  187. package/components/icon/{icons → v3/icons}/Interstitial.vue.js +2 -2
  188. package/components/icon/{icons → v3/icons}/Ios14.vue.js +2 -2
  189. package/components/icon/{icons → v3/icons}/Js.vue.js +2 -2
  190. package/components/icon/{icons → v3/icons}/Landscape.vue.js +2 -2
  191. package/components/icon/{icons → v3/icons}/Launch.vue.js +2 -2
  192. package/components/icon/{icons → v3/icons}/Levelplay.vue.js +2 -2
  193. package/components/icon/{icons → v3/icons}/LimitCircle.vue.js +2 -2
  194. package/components/icon/{icons → v3/icons}/LimitOctagon.vue.js +2 -2
  195. package/components/icon/{icons → v3/icons}/Link.vue.js +2 -2
  196. package/components/icon/{icons → v3/icons}/LoadingClean.vue.js +2 -2
  197. package/components/icon/{icons → v3/icons}/Lock.vue.js +2 -2
  198. package/components/icon/{icons → v3/icons}/LockOpen.vue.js +2 -2
  199. package/components/icon/{icons → v3/icons}/Login.vue.js +2 -2
  200. package/components/icon/{icons → v3/icons}/Logout.vue.js +2 -2
  201. package/components/icon/{icons → v3/icons}/Marketing.vue.js +2 -2
  202. package/components/icon/{icons → v3/icons}/MilitaryTech.vue.js +2 -2
  203. package/components/icon/{icons → v3/icons}/Mix.vue.js +2 -2
  204. package/components/icon/{icons → v3/icons}/Mix2.vue.js +2 -2
  205. package/components/icon/{icons → v3/icons}/MobileLandscape.vue.js +2 -2
  206. package/components/icon/{icons → v3/icons}/MobilePortrait.vue.js +2 -2
  207. package/components/icon/{icons → v3/icons}/MoneyCheck.vue.js +2 -2
  208. package/components/icon/{icons → v3/icons}/MoreHoriz.vue.js +2 -2
  209. package/components/icon/{icons → v3/icons}/MoreVert.vue.js +2 -2
  210. package/components/icon/{icons → v3/icons}/Mouse.vue.js +2 -2
  211. package/components/icon/{icons → v3/icons}/MousePointer.vue.js +2 -2
  212. package/components/icon/{icons → v3/icons}/MovingUp.vue.js +2 -2
  213. package/components/icon/{icons → v3/icons}/NativeAd.vue.js +2 -2
  214. package/components/icon/{icons → v3/icons}/NotificationsNone.vue.js +2 -2
  215. package/components/icon/{icons → v3/icons}/Offerwall.vue.js +2 -2
  216. package/components/icon/{icons → v3/icons}/Palyable.vue.js +2 -2
  217. package/components/icon/{icons → v3/icons}/PaperPlane-Off.vue.js +2 -2
  218. package/components/icon/{icons → v3/icons}/PaperPlane.vue.js +2 -2
  219. package/components/icon/{icons → v3/icons}/Pause.vue.js +2 -2
  220. package/components/icon/{icons → v3/icons}/PauseCircleFilled.vue.js +2 -2
  221. package/components/icon/{icons → v3/icons}/PauseCircleOutline.vue.js +2 -2
  222. package/components/icon/{icons → v3/icons}/PhoneIphone.vue.js +2 -2
  223. package/components/icon/{icons → v3/icons}/Photo.vue.js +2 -2
  224. package/components/icon/{icons → v3/icons}/Photo2.vue.js +2 -2
  225. package/components/icon/{icons → v3/icons}/PlayArrow.vue.js +2 -2
  226. package/components/icon/{icons → v3/icons}/PlayCircleFilledWhite.vue.js +2 -2
  227. package/components/icon/{icons → v3/icons}/PlayCircleOutline.vue.js +2 -2
  228. package/components/icon/{icons → v3/icons}/Qrcode.vue.js +2 -2
  229. package/components/icon/v3/icons/Question.vue.js +27 -0
  230. package/components/icon/{icons → v3/icons}/QuickAB.vue.js +2 -2
  231. package/components/icon/{icons → v3/icons}/QuickAB2.vue.js +2 -2
  232. package/components/icon/{icons → v3/icons}/React.vue.js +2 -2
  233. package/components/icon/{icons → v3/icons}/Redo.vue.js +2 -2
  234. package/components/icon/{icons → v3/icons}/Refresh.vue.js +2 -2
  235. package/components/icon/{icons → v3/icons}/Remove.vue.js +2 -2
  236. package/components/icon/{icons → v3/icons}/Replay.vue.js +2 -2
  237. package/components/icon/{icons → v3/icons}/RewardedVideo.vue.js +2 -2
  238. package/components/icon/{icons → v3/icons}/RocketLaunch.vue.js +2 -2
  239. package/components/icon/{icons → v3/icons}/Rotate.vue.js +2 -2
  240. package/components/icon/{icons → v3/icons}/Route.vue.js +2 -2
  241. package/components/icon/{icons → v3/icons}/SackDollar.vue.js +2 -2
  242. package/components/icon/{icons → v3/icons}/Schedule.vue.js +2 -2
  243. package/components/icon/{icons → v3/icons}/Search.vue.js +2 -2
  244. package/components/icon/{icons → v3/icons}/SearchBold.vue.js +2 -2
  245. package/components/icon/{icons → v3/icons}/Share.vue.js +2 -2
  246. package/components/icon/{icons → v3/icons}/Slack.vue.js +2 -2
  247. package/components/icon/{icons → v3/icons}/SportsEsports.vue.js +2 -2
  248. package/components/icon/{icons → v3/icons}/Star.vue.js +2 -2
  249. package/components/icon/{icons → v3/icons}/StarFill.vue.js +2 -2
  250. package/components/icon/{icons → v3/icons}/StatusBanner.vue.js +2 -2
  251. package/components/icon/{icons → v3/icons}/StatusInterstitial.vue.js +2 -2
  252. package/components/icon/{icons → v3/icons}/StatusNativeAd.vue.js +2 -2
  253. package/components/icon/{icons → v3/icons}/StatusOfferwall.vue.js +2 -2
  254. package/components/icon/{icons → v3/icons}/StatusRewardedVideo.vue.js +2 -2
  255. package/components/icon/{icons → v3/icons}/StopCircleFilled.vue.js +2 -2
  256. package/components/icon/{icons → v3/icons}/StopCircleOutline.vue.js +2 -2
  257. package/components/icon/{icons → v3/icons}/Style.vue.js +2 -2
  258. package/components/icon/{icons → v3/icons}/Success.vue.js +2 -2
  259. package/components/icon/{icons → v3/icons}/SuccessFull.vue.js +2 -2
  260. package/components/icon/{icons → v3/icons}/Switch.vue.js +2 -2
  261. package/components/icon/{icons → v3/icons}/TableEdit.vue.js +2 -2
  262. package/components/icon/{icons → v3/icons}/TabletLandscape.vue.js +2 -2
  263. package/components/icon/{icons → v3/icons}/TabletMac.vue.js +2 -2
  264. package/components/icon/{icons → v3/icons}/TabletPortrait.vue.js +2 -2
  265. package/components/icon/{icons → v3/icons}/Texture.vue.js +2 -2
  266. package/components/icon/{icons → v3/icons}/ThemeDark.vue.js +2 -2
  267. package/components/icon/{icons → v3/icons}/ThemeLight.vue.js +2 -2
  268. package/components/icon/{icons → v3/icons}/Timelapse.vue.js +2 -2
  269. package/components/icon/{icons → v3/icons}/Timeline.vue.js +2 -2
  270. package/components/icon/{icons → v3/icons}/TrendingDown.vue.js +2 -2
  271. package/components/icon/{icons → v3/icons}/TrendingFlat.vue.js +2 -2
  272. package/components/icon/{icons → v3/icons}/TrendingUp.vue.js +2 -2
  273. package/components/icon/{icons → v3/icons}/Tune.vue.js +2 -2
  274. package/components/icon/{icons → v3/icons}/TwoToneBanner.vue.js +2 -2
  275. package/components/icon/{icons → v3/icons}/TwoToneInterstitial.vue.js +2 -2
  276. package/components/icon/{icons → v3/icons}/TwoToneNativeAd.vue.js +2 -2
  277. package/components/icon/{icons → v3/icons}/TwoToneOfferwall.vue.js +2 -2
  278. package/components/icon/{icons → v3/icons}/TwoToneRewardedVideo.vue.js +2 -2
  279. package/components/icon/{icons → v3/icons}/Undo.vue.js +2 -2
  280. package/components/icon/{icons → v3/icons}/UnfoldLess.vue.js +2 -2
  281. package/components/icon/{icons → v3/icons}/UnfoldMore.vue.js +2 -2
  282. package/components/icon/{icons → v3/icons}/VerticalAlignTop.vue.js +2 -2
  283. package/components/icon/{icons → v3/icons}/VerticalAlignTop2.vue.js +2 -2
  284. package/components/icon/{icons → v3/icons}/Vibration.vue.js +2 -2
  285. package/components/icon/{icons → v3/icons}/VideoRound.vue.js +2 -2
  286. package/components/icon/{icons → v3/icons}/ViewCarousel.vue.js +2 -2
  287. package/components/icon/{icons → v3/icons}/Visibility.vue.js +2 -2
  288. package/components/icon/{icons → v3/icons}/VisibilityOff.vue.js +2 -2
  289. package/components/icon/{icons → v3/icons}/VisibilityOffStrok.vue.js +2 -2
  290. package/components/icon/{icons → v3/icons}/VisibilityStrok.vue.js +2 -2
  291. package/components/icon/{icons → v3/icons}/VolumeOff.vue.js +2 -2
  292. package/components/icon/{icons → v3/icons}/VolumeUp.vue.js +2 -2
  293. package/components/icon/{icons → v3/icons}/Warning.vue.js +2 -2
  294. package/components/icon/{icons → v3/icons}/Warning2.vue.js +2 -2
  295. package/components/icon/v3/icons/Warning3.vue.js +27 -0
  296. package/components/icon/v3/icons/WarningCircle.vue.d.ts +2 -0
  297. package/components/icon/v3/icons/WarningCircle.vue.js +27 -0
  298. package/components/icon/v3/icons/WarningOctagon.vue.d.ts +2 -0
  299. package/components/icon/v3/icons/WarningOctagon.vue.js +27 -0
  300. package/components/icon/v3/icons/WebApp.vue.d.ts +2 -0
  301. package/components/icon/{icons → v3/icons}/WebApp.vue.js +2 -2
  302. package/components/icon/v3/icons/Widget.vue.d.ts +2 -0
  303. package/components/icon/{icons → v3/icons}/Widget.vue.js +2 -2
  304. package/components/icon/v3/icons/Widgets.vue.d.ts +2 -0
  305. package/components/icon/{icons → v3/icons}/Widgets.vue.js +2 -2
  306. package/components/icon/v3/icons/WidgetsFill.vue.d.ts +2 -0
  307. package/components/icon/{icons → v3/icons}/WidgetsFill.vue.js +2 -2
  308. package/components/icon/v3/icons/WidgetsFlatSquares.vue.d.ts +2 -0
  309. package/components/icon/{icons → v3/icons}/WidgetsFlatSquares.vue.js +2 -2
  310. package/components/icon/v3/icons/Widgetsz.vue.d.ts +2 -0
  311. package/components/icon/{icons → v3/icons}/Widgetsz.vue.js +2 -2
  312. package/components/icon/v3/icons/WifiProtectedSetup.vue.d.ts +2 -0
  313. package/components/icon/{icons → v3/icons}/WifiProtectedSetup.vue.js +2 -2
  314. package/components/icon/{icons → v3/icons}/index.d.ts +27 -0
  315. package/components/icon/{icons → v3/icons}/index.vue.js +27 -0
  316. package/components/icon/{index.d.ts → v3/index.d.ts} +27 -0
  317. package/components/icon/v4/IconV4.vue.d.ts +41 -0
  318. package/components/icon/v4/IconV4.vue.js +84 -0
  319. package/components/icon/v4/index.d.ts +50 -0
  320. package/components/icon/v4/index.vue.js +6 -0
  321. package/components/includeExclude/IncludeExclude.vue.js +1 -1
  322. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
  323. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +2 -2
  324. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +2 -2
  325. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +1 -1
  326. package/components/includeExclude/IncludeExcludeOption.vue.js +2 -2
  327. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +2 -2
  328. package/components/input/common/Input.common.d.ts +12 -0
  329. package/components/input/common/Input.common.vue.js +72 -0
  330. package/components/input/{DollarInput.vue.d.ts → v3/DollarInput.vue.d.ts} +1 -1
  331. package/components/input/{DollarInput.vue.js → v3/DollarInput.vue.js} +4 -4
  332. package/components/input/{Input.vue.js → v3/Input.vue.js} +33 -71
  333. package/components/input/{PasswordInput.vue.d.ts → v3/PasswordInput.vue.d.ts} +1 -1
  334. package/components/input/{PasswordInput.vue.js → v3/PasswordInput.vue.js} +4 -4
  335. package/components/input/{PercentageInput.vue.d.ts → v3/PercentageInput.vue.d.ts} +1 -1
  336. package/components/input/{PercentageInput.vue.js → v3/PercentageInput.vue.js} +4 -4
  337. package/components/input/{index.d.ts → v3/index.d.ts} +5 -5
  338. package/components/input/v4/TextField.types.d.ts +6 -0
  339. package/components/input/v4/TextField.vue.d.ts +151 -0
  340. package/components/input/v4/TextField.vue.js +240 -0
  341. package/components/input/v4/index.d.ts +277 -0
  342. package/components/input/v4/index.vue.js +6 -0
  343. package/components/loader/v4/Loader.vue.d.ts +41 -0
  344. package/components/loader/v4/Loader.vue.js +79 -0
  345. package/components/loader/v4/index.d.ts +50 -0
  346. package/components/search/v3/Search.vue.js +2 -2
  347. package/components/search/v4/SearchV4.vue.js +2 -2
  348. package/components/shared/FieldHelpText.vue.d.ts +42 -0
  349. package/components/shared/FieldHelpText.vue.js +54 -0
  350. package/components/shared/FieldLabel.vue.d.ts +52 -0
  351. package/components/shared/FieldLabel.vue.js +70 -0
  352. package/components/shared/commonTypes.d.ts +2 -0
  353. package/components/snackbar/Snackbar.vue.js +4 -4
  354. package/components/table/Table.vue.js +1 -1
  355. package/components/tabs/Tabs.vue.js +7 -7
  356. package/components/tooltip/Tooltip.types.d.ts +2 -0
  357. package/components/tooltip/Tooltip.vue.d.ts +4 -3
  358. package/components/tooltip/index.d.ts +3 -3
  359. package/components/typography/v4/index.d.ts +3 -3
  360. package/composables/index.d.ts +1 -0
  361. package/composables/useStorage.d.ts +5 -0
  362. package/composables/useStorage.vue.js +42 -0
  363. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +0 -2
  364. package/design-foundation.stories/breakpoints/BreakpointsData.d.ts +5 -0
  365. package/design-foundation.stories/breakpoints/BreakpointsStoryWrapper.vue.d.ts +2 -0
  366. package/design-foundation.stories/breakpoints/index.d.ts +1 -0
  367. package/design-foundation.stories/colors/ColorsData.d.ts +20 -21
  368. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +0 -2
  369. package/design-foundation.stories/grid-layout/GridLayoutStoryWrapper.vue.d.ts +15 -0
  370. package/design-foundation.stories/grid-layout/index.d.ts +1 -0
  371. package/design-foundation.stories/icons/iconsData.d.ts +14 -0
  372. package/design-foundation.stories/spacing/SpacingData.d.ts +5 -0
  373. package/design-foundation.stories/spacing/SpacingStoryWrapper.vue.d.ts +2 -0
  374. package/design-foundation.stories/spacing/index.d.ts +1 -0
  375. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +0 -1
  376. package/index.d.ts +2750 -22
  377. package/index.vue.js +10 -10
  378. package/package.json +9 -6
  379. package/styles/v4/border-radius.css +1 -1
  380. package/styles/v4/breakpoints.scss +131 -0
  381. package/styles/v4/colors.css +54 -53
  382. package/styles/v4/elevations.css +1 -1
  383. package/styles/v4/grid.css +1 -0
  384. package/styles/v4/grid.css.map +1 -0
  385. package/styles/v4/grid.scss +74 -0
  386. package/testids/index.d.ts +15 -2
  387. package/testids/index.vue.js +16 -1
  388. package/utils/testIds.d.ts +1 -0
  389. package/utils/testIds.vue.js +14 -0
  390. /package/components/icon/{Icon.vue.d.ts → v3/Icon.vue.d.ts} +0 -0
  391. /package/components/icon/{icons → v3/icons}/A.vue.d.ts +0 -0
  392. /package/components/icon/{icons → v3/icons}/A2.vue.d.ts +0 -0
  393. /package/components/icon/{icons → v3/icons}/ABTest.vue.d.ts +0 -0
  394. /package/components/icon/{icons → v3/icons}/ABTest2.vue.d.ts +0 -0
  395. /package/components/icon/{icons → v3/icons}/ACircle.vue.d.ts +0 -0
  396. /package/components/icon/{icons → v3/icons}/AccountBalanceWallet.vue.d.ts +0 -0
  397. /package/components/icon/{icons → v3/icons}/AccountCircle.vue.d.ts +0 -0
  398. /package/components/icon/{icons → v3/icons}/AccountCircleOutline.vue.d.ts +0 -0
  399. /package/components/icon/{icons → v3/icons}/Add.vue.d.ts +0 -0
  400. /package/components/icon/{icons → v3/icons}/Adjust.vue.d.ts +0 -0
  401. /package/components/icon/{icons → v3/icons}/Analytics.vue.d.ts +0 -0
  402. /package/components/icon/{icons → v3/icons}/Android.vue.d.ts +0 -0
  403. /package/components/icon/{icons → v3/icons}/AngleDown.vue.d.ts +0 -0
  404. /package/components/icon/{icons → v3/icons}/AngleLeft.vue.d.ts +0 -0
  405. /package/components/icon/{icons → v3/icons}/AngleRight.vue.d.ts +0 -0
  406. /package/components/icon/{icons → v3/icons}/AngleUp.vue.d.ts +0 -0
  407. /package/components/icon/{icons → v3/icons}/AppStore.vue.d.ts +0 -0
  408. /package/components/icon/{icons → v3/icons}/AreaChart.vue.d.ts +0 -0
  409. /package/components/icon/{icons → v3/icons}/ArrowBack.vue.d.ts +0 -0
  410. /package/components/icon/{icons → v3/icons}/ArrowDownward.vue.d.ts +0 -0
  411. /package/components/icon/{icons → v3/icons}/ArrowForward.vue.d.ts +0 -0
  412. /package/components/icon/{icons → v3/icons}/ArrowLeft.vue.d.ts +0 -0
  413. /package/components/icon/{icons → v3/icons}/ArrowRight.vue.d.ts +0 -0
  414. /package/components/icon/{icons → v3/icons}/ArrowSort-Down.vue.d.ts +0 -0
  415. /package/components/icon/{icons → v3/icons}/ArrowSort-Up.vue.d.ts +0 -0
  416. /package/components/icon/{icons → v3/icons}/ArrowUpward.vue.d.ts +0 -0
  417. /package/components/icon/{icons → v3/icons}/AutoAwesome.vue.d.ts +0 -0
  418. /package/components/icon/{icons → v3/icons}/AutoMode.vue.d.ts +0 -0
  419. /package/components/icon/{icons → v3/icons}/Autorenew.vue.d.ts +0 -0
  420. /package/components/icon/{icons → v3/icons}/B.vue.d.ts +0 -0
  421. /package/components/icon/{icons → v3/icons}/B2.vue.d.ts +0 -0
  422. /package/components/icon/{icons → v3/icons}/BCircle.vue.d.ts +0 -0
  423. /package/components/icon/{icons → v3/icons}/Banner.vue.d.ts +0 -0
  424. /package/components/icon/{icons → v3/icons}/Bidding.vue.d.ts +0 -0
  425. /package/components/icon/{icons → v3/icons}/Bidding2.vue.d.ts +0 -0
  426. /package/components/icon/{icons → v3/icons}/Block.vue.d.ts +0 -0
  427. /package/components/icon/{icons → v3/icons}/BorderColor.vue.d.ts +0 -0
  428. /package/components/icon/{icons → v3/icons}/Bug.vue.d.ts +0 -0
  429. /package/components/icon/{icons → v3/icons}/Bullhorn.vue.d.ts +0 -0
  430. /package/components/icon/{icons → v3/icons}/BullseyeArrow.vue.d.ts +0 -0
  431. /package/components/icon/{icons → v3/icons}/Cached.vue.d.ts +0 -0
  432. /package/components/icon/{icons → v3/icons}/Calendar.vue.d.ts +0 -0
  433. /package/components/icon/{icons → v3/icons}/CalendarToday.vue.d.ts +0 -0
  434. /package/components/icon/{icons → v3/icons}/Cancel.vue.d.ts +0 -0
  435. /package/components/icon/{icons → v3/icons}/ChartBar.vue.d.ts +0 -0
  436. /package/components/icon/{icons → v3/icons}/ChartLine.vue.d.ts +0 -0
  437. /package/components/icon/{icons → v3/icons}/ChartMixed.vue.d.ts +0 -0
  438. /package/components/icon/{icons → v3/icons}/Check.vue.d.ts +0 -0
  439. /package/components/icon/{icons/CheckBold.vue.d.ts → v3/icons/Check2.vue.d.ts} +0 -0
  440. /package/components/icon/{icons/Close.vue.d.ts → v3/icons/CheckBold.vue.d.ts} +0 -0
  441. /package/components/icon/{icons/CloseBold.vue.d.ts → v3/icons/CheckCircle.vue.d.ts} +0 -0
  442. /package/components/icon/{icons/ComputerMouse.vue.d.ts → v3/icons/Close.vue.d.ts} +0 -0
  443. /package/components/icon/{icons/CopyTo-Clipboard.vue.d.ts → v3/icons/CloseBold.vue.d.ts} +0 -0
  444. /package/components/icon/{icons/CopyToClipboardFilled.vue.d.ts → v3/icons/ComputerMouse.vue.d.ts} +0 -0
  445. /package/components/icon/{icons/Create.vue.d.ts → v3/icons/CopyTo-Clipboard.vue.d.ts} +0 -0
  446. /package/components/icon/{icons/Creative.vue.d.ts → v3/icons/CopyToClipboardFilled.vue.d.ts} +0 -0
  447. /package/components/icon/{icons/Cross.vue.d.ts → v3/icons/Create.vue.d.ts} +0 -0
  448. /package/components/icon/{icons/CrownFill.vue.d.ts → v3/icons/Creative.vue.d.ts} +0 -0
  449. /package/components/icon/{icons/Cube.vue.d.ts → v3/icons/Cross.vue.d.ts} +0 -0
  450. /package/components/icon/{icons/CubeBackground.vue.d.ts → v3/icons/CrownFill.vue.d.ts} +0 -0
  451. /package/components/icon/{icons/Cup.vue.d.ts → v3/icons/Cube.vue.d.ts} +0 -0
  452. /package/components/icon/{icons/CupA.vue.d.ts → v3/icons/CubeBackground.vue.d.ts} +0 -0
  453. /package/components/icon/{icons/CupB.vue.d.ts → v3/icons/Cup.vue.d.ts} +0 -0
  454. /package/components/icon/{icons/Delete.vue.d.ts → v3/icons/CupA.vue.d.ts} +0 -0
  455. /package/components/icon/{icons/Diamond.vue.d.ts → v3/icons/CupB.vue.d.ts} +0 -0
  456. /package/components/icon/{icons/Dots.vue.d.ts → v3/icons/Delete.vue.d.ts} +0 -0
  457. /package/components/icon/{icons/Download.vue.d.ts → v3/icons/Diamond.vue.d.ts} +0 -0
  458. /package/components/icon/{icons/Download2.vue.d.ts → v3/icons/Dots.vue.d.ts} +0 -0
  459. /package/components/icon/{icons/DownloadDone.vue.d.ts → v3/icons/Download.vue.d.ts} +0 -0
  460. /package/components/icon/{icons/DragIndicator.vue.d.ts → v3/icons/Download2.vue.d.ts} +0 -0
  461. /package/components/icon/{icons/Ecpi.vue.d.ts → v3/icons/DownloadDone.vue.d.ts} +0 -0
  462. /package/components/icon/{icons/Email.vue.d.ts → v3/icons/DragIndicator.vue.d.ts} +0 -0
  463. /package/components/icon/{icons/EmailEnvelope.vue.d.ts → v3/icons/Ecpi.vue.d.ts} +0 -0
  464. /package/components/icon/{icons/Error.vue.d.ts → v3/icons/Email.vue.d.ts} +0 -0
  465. /package/components/icon/{icons/Eye.vue.d.ts → v3/icons/EmailEnvelope.vue.d.ts} +0 -0
  466. /package/components/icon/{icons/FavoriteBorder.vue.d.ts → v3/icons/Error.vue.d.ts} +0 -0
  467. /package/components/icon/{icons/Filter.vue.d.ts → v3/icons/Eye.vue.d.ts} +0 -0
  468. /package/components/icon/{icons/FilterList.vue.d.ts → v3/icons/Eye2.vue.d.ts} +0 -0
  469. /package/components/icon/{icons/Frame.vue.d.ts → v3/icons/EyeSlash.vue.d.ts} +0 -0
  470. /package/components/icon/{icons/Fullscreen.vue.d.ts → v3/icons/FavoriteBorder.vue.d.ts} +0 -0
  471. /package/components/icon/{icons/FullscreenExit.vue.d.ts → v3/icons/Filter.vue.d.ts} +0 -0
  472. /package/components/icon/{icons/Functions.vue.d.ts → v3/icons/FilterList.vue.d.ts} +0 -0
  473. /package/components/icon/{icons/GamepadAlt.vue.d.ts → v3/icons/Frame.vue.d.ts} +0 -0
  474. /package/components/icon/{icons/Games.vue.d.ts → v3/icons/Fullscreen.vue.d.ts} +0 -0
  475. /package/components/icon/{icons/Gavel.vue.d.ts → v3/icons/FullscreenExit.vue.d.ts} +0 -0
  476. /package/components/icon/{icons/Gift.vue.d.ts → v3/icons/Functions.vue.d.ts} +0 -0
  477. /package/components/icon/{icons/GitHub.vue.d.ts → v3/icons/GamepadAlt.vue.d.ts} +0 -0
  478. /package/components/icon/{icons/GlobeStand.vue.d.ts → v3/icons/Games.vue.d.ts} +0 -0
  479. /package/components/icon/{icons/GooglePlay.vue.d.ts → v3/icons/Gavel.vue.d.ts} +0 -0
  480. /package/components/icon/{icons/Group.vue.d.ts → v3/icons/Gift.vue.d.ts} +0 -0
  481. /package/components/icon/{icons/Hammer.vue.d.ts → v3/icons/GitHub.vue.d.ts} +0 -0
  482. /package/components/icon/{icons/HandPointer.vue.d.ts → v3/icons/GlobeStand.vue.d.ts} +0 -0
  483. /package/components/icon/{icons/Hands.vue.d.ts → v3/icons/GooglePlay.vue.d.ts} +0 -0
  484. /package/components/icon/{icons/Heartbeat.vue.d.ts → v3/icons/Group.vue.d.ts} +0 -0
  485. /package/components/icon/{icons/Help.vue.d.ts → v3/icons/Hammer.vue.d.ts} +0 -0
  486. /package/components/icon/{icons/HelpOutline.vue.d.ts → v3/icons/HandPointer.vue.d.ts} +0 -0
  487. /package/components/icon/{icons/History.vue.d.ts → v3/icons/Hands.vue.d.ts} +0 -0
  488. /package/components/icon/{icons/IOS.vue.d.ts → v3/icons/Heartbeat.vue.d.ts} +0 -0
  489. /package/components/icon/{icons/Image.vue.d.ts → v3/icons/Help.vue.d.ts} +0 -0
  490. /package/components/icon/{icons/ImageNotSupported.vue.d.ts → v3/icons/HelpOutline.vue.d.ts} +0 -0
  491. /package/components/icon/{icons/ImageSlash.vue.d.ts → v3/icons/History.vue.d.ts} +0 -0
  492. /package/components/icon/{icons/ImportExport.vue.d.ts → v3/icons/IOS.vue.d.ts} +0 -0
  493. /package/components/icon/{icons/ImportExport2.vue.d.ts → v3/icons/Image.vue.d.ts} +0 -0
  494. /package/components/icon/{icons/Importent.vue.d.ts → v3/icons/ImageNotSupported.vue.d.ts} +0 -0
  495. /package/components/icon/{icons/Info.vue.d.ts → v3/icons/ImageSlash.vue.d.ts} +0 -0
  496. /package/components/icon/{icons/InfoOutline.vue.d.ts → v3/icons/ImportExport.vue.d.ts} +0 -0
  497. /package/components/icon/{icons/Insights.vue.d.ts → v3/icons/ImportExport2.vue.d.ts} +0 -0
  498. /package/components/icon/{icons/Interstitial.vue.d.ts → v3/icons/Importent.vue.d.ts} +0 -0
  499. /package/components/icon/{icons/Ios14.vue.d.ts → v3/icons/Info.vue.d.ts} +0 -0
  500. /package/components/icon/{icons/Js.vue.d.ts → v3/icons/Info2.vue.d.ts} +0 -0
  501. /package/components/icon/{icons/Landscape.vue.d.ts → v3/icons/InfoOutline.vue.d.ts} +0 -0
  502. /package/components/icon/{icons/Launch.vue.d.ts → v3/icons/Insights.vue.d.ts} +0 -0
  503. /package/components/icon/{icons/Levelplay.vue.d.ts → v3/icons/Interstitial.vue.d.ts} +0 -0
  504. /package/components/icon/{icons/LimitCircle.vue.d.ts → v3/icons/Ios14.vue.d.ts} +0 -0
  505. /package/components/icon/{icons/LimitOctagon.vue.d.ts → v3/icons/Js.vue.d.ts} +0 -0
  506. /package/components/icon/{icons/Link.vue.d.ts → v3/icons/Landscape.vue.d.ts} +0 -0
  507. /package/components/icon/{icons/LoadingClean.vue.d.ts → v3/icons/Launch.vue.d.ts} +0 -0
  508. /package/components/icon/{icons/Lock.vue.d.ts → v3/icons/Levelplay.vue.d.ts} +0 -0
  509. /package/components/icon/{icons/LockOpen.vue.d.ts → v3/icons/LimitCircle.vue.d.ts} +0 -0
  510. /package/components/icon/{icons/Login.vue.d.ts → v3/icons/LimitOctagon.vue.d.ts} +0 -0
  511. /package/components/icon/{icons/Logout.vue.d.ts → v3/icons/Link.vue.d.ts} +0 -0
  512. /package/components/icon/{icons/Marketing.vue.d.ts → v3/icons/LoadingClean.vue.d.ts} +0 -0
  513. /package/components/icon/{icons/MilitaryTech.vue.d.ts → v3/icons/Lock.vue.d.ts} +0 -0
  514. /package/components/icon/{icons/Mix.vue.d.ts → v3/icons/LockOpen.vue.d.ts} +0 -0
  515. /package/components/icon/{icons/Mix2.vue.d.ts → v3/icons/Login.vue.d.ts} +0 -0
  516. /package/components/icon/{icons/MobileLandscape.vue.d.ts → v3/icons/Logout.vue.d.ts} +0 -0
  517. /package/components/icon/{icons/MobilePortrait.vue.d.ts → v3/icons/Marketing.vue.d.ts} +0 -0
  518. /package/components/icon/{icons/MoneyCheck.vue.d.ts → v3/icons/MilitaryTech.vue.d.ts} +0 -0
  519. /package/components/icon/{icons/MoreHoriz.vue.d.ts → v3/icons/Mix.vue.d.ts} +0 -0
  520. /package/components/icon/{icons/MoreVert.vue.d.ts → v3/icons/Mix2.vue.d.ts} +0 -0
  521. /package/components/icon/{icons/Mouse.vue.d.ts → v3/icons/MobileLandscape.vue.d.ts} +0 -0
  522. /package/components/icon/{icons/MousePointer.vue.d.ts → v3/icons/MobilePortrait.vue.d.ts} +0 -0
  523. /package/components/icon/{icons/MovingUp.vue.d.ts → v3/icons/MoneyCheck.vue.d.ts} +0 -0
  524. /package/components/icon/{icons/NativeAd.vue.d.ts → v3/icons/MoreHoriz.vue.d.ts} +0 -0
  525. /package/components/icon/{icons/NotificationsNone.vue.d.ts → v3/icons/MoreVert.vue.d.ts} +0 -0
  526. /package/components/icon/{icons/Offerwall.vue.d.ts → v3/icons/Mouse.vue.d.ts} +0 -0
  527. /package/components/icon/{icons/Palyable.vue.d.ts → v3/icons/MousePointer.vue.d.ts} +0 -0
  528. /package/components/icon/{icons/PaperPlane-Off.vue.d.ts → v3/icons/MovingUp.vue.d.ts} +0 -0
  529. /package/components/icon/{icons/PaperPlane.vue.d.ts → v3/icons/NativeAd.vue.d.ts} +0 -0
  530. /package/components/icon/{icons/Pause.vue.d.ts → v3/icons/NotificationsNone.vue.d.ts} +0 -0
  531. /package/components/icon/{icons/PauseCircleFilled.vue.d.ts → v3/icons/Offerwall.vue.d.ts} +0 -0
  532. /package/components/icon/{icons/PauseCircleOutline.vue.d.ts → v3/icons/Palyable.vue.d.ts} +0 -0
  533. /package/components/icon/{icons/PhoneIphone.vue.d.ts → v3/icons/PaperPlane-Off.vue.d.ts} +0 -0
  534. /package/components/icon/{icons/Photo.vue.d.ts → v3/icons/PaperPlane.vue.d.ts} +0 -0
  535. /package/components/icon/{icons/Photo2.vue.d.ts → v3/icons/Pause.vue.d.ts} +0 -0
  536. /package/components/icon/{icons/PlayArrow.vue.d.ts → v3/icons/PauseCircleFilled.vue.d.ts} +0 -0
  537. /package/components/icon/{icons/PlayCircleFilledWhite.vue.d.ts → v3/icons/PauseCircleOutline.vue.d.ts} +0 -0
  538. /package/components/icon/{icons/PlayCircleOutline.vue.d.ts → v3/icons/PhoneIphone.vue.d.ts} +0 -0
  539. /package/components/icon/{icons/Qrcode.vue.d.ts → v3/icons/Photo.vue.d.ts} +0 -0
  540. /package/components/icon/{icons/QuickAB.vue.d.ts → v3/icons/Photo2.vue.d.ts} +0 -0
  541. /package/components/icon/{icons/QuickAB2.vue.d.ts → v3/icons/PlayArrow.vue.d.ts} +0 -0
  542. /package/components/icon/{icons/React.vue.d.ts → v3/icons/PlayCircleFilledWhite.vue.d.ts} +0 -0
  543. /package/components/icon/{icons/Redo.vue.d.ts → v3/icons/PlayCircleOutline.vue.d.ts} +0 -0
  544. /package/components/icon/{icons/Refresh.vue.d.ts → v3/icons/Qrcode.vue.d.ts} +0 -0
  545. /package/components/icon/{icons/Remove.vue.d.ts → v3/icons/Question.vue.d.ts} +0 -0
  546. /package/components/icon/{icons/Replay.vue.d.ts → v3/icons/QuickAB.vue.d.ts} +0 -0
  547. /package/components/icon/{icons/RewardedVideo.vue.d.ts → v3/icons/QuickAB2.vue.d.ts} +0 -0
  548. /package/components/icon/{icons/RocketLaunch.vue.d.ts → v3/icons/React.vue.d.ts} +0 -0
  549. /package/components/icon/{icons/Rotate.vue.d.ts → v3/icons/Redo.vue.d.ts} +0 -0
  550. /package/components/icon/{icons/Route.vue.d.ts → v3/icons/Refresh.vue.d.ts} +0 -0
  551. /package/components/icon/{icons/SackDollar.vue.d.ts → v3/icons/Remove.vue.d.ts} +0 -0
  552. /package/components/icon/{icons/Schedule.vue.d.ts → v3/icons/Replay.vue.d.ts} +0 -0
  553. /package/components/icon/{icons/Search.vue.d.ts → v3/icons/RewardedVideo.vue.d.ts} +0 -0
  554. /package/components/icon/{icons/SearchBold.vue.d.ts → v3/icons/RocketLaunch.vue.d.ts} +0 -0
  555. /package/components/icon/{icons/Share.vue.d.ts → v3/icons/Rotate.vue.d.ts} +0 -0
  556. /package/components/icon/{icons/Slack.vue.d.ts → v3/icons/Route.vue.d.ts} +0 -0
  557. /package/components/icon/{icons/SportsEsports.vue.d.ts → v3/icons/SackDollar.vue.d.ts} +0 -0
  558. /package/components/icon/{icons/Star.vue.d.ts → v3/icons/Schedule.vue.d.ts} +0 -0
  559. /package/components/icon/{icons/StarFill.vue.d.ts → v3/icons/Search.vue.d.ts} +0 -0
  560. /package/components/icon/{icons/StatusBanner.vue.d.ts → v3/icons/SearchBold.vue.d.ts} +0 -0
  561. /package/components/icon/{icons/StatusInterstitial.vue.d.ts → v3/icons/Share.vue.d.ts} +0 -0
  562. /package/components/icon/{icons/StatusNativeAd.vue.d.ts → v3/icons/Slack.vue.d.ts} +0 -0
  563. /package/components/icon/{icons/StatusOfferwall.vue.d.ts → v3/icons/SportsEsports.vue.d.ts} +0 -0
  564. /package/components/icon/{icons/StatusRewardedVideo.vue.d.ts → v3/icons/Star.vue.d.ts} +0 -0
  565. /package/components/icon/{icons/StopCircleFilled.vue.d.ts → v3/icons/StarFill.vue.d.ts} +0 -0
  566. /package/components/icon/{icons/StopCircleOutline.vue.d.ts → v3/icons/StatusBanner.vue.d.ts} +0 -0
  567. /package/components/icon/{icons/Style.vue.d.ts → v3/icons/StatusInterstitial.vue.d.ts} +0 -0
  568. /package/components/icon/{icons/Success.vue.d.ts → v3/icons/StatusNativeAd.vue.d.ts} +0 -0
  569. /package/components/icon/{icons/SuccessFull.vue.d.ts → v3/icons/StatusOfferwall.vue.d.ts} +0 -0
  570. /package/components/icon/{icons/Switch.vue.d.ts → v3/icons/StatusRewardedVideo.vue.d.ts} +0 -0
  571. /package/components/icon/{icons/TableEdit.vue.d.ts → v3/icons/StopCircleFilled.vue.d.ts} +0 -0
  572. /package/components/icon/{icons/TabletLandscape.vue.d.ts → v3/icons/StopCircleOutline.vue.d.ts} +0 -0
  573. /package/components/icon/{icons/TabletMac.vue.d.ts → v3/icons/Style.vue.d.ts} +0 -0
  574. /package/components/icon/{icons/TabletPortrait.vue.d.ts → v3/icons/Success.vue.d.ts} +0 -0
  575. /package/components/icon/{icons/Texture.vue.d.ts → v3/icons/SuccessFull.vue.d.ts} +0 -0
  576. /package/components/icon/{icons/ThemeDark.vue.d.ts → v3/icons/Switch.vue.d.ts} +0 -0
  577. /package/components/icon/{icons/ThemeLight.vue.d.ts → v3/icons/TableEdit.vue.d.ts} +0 -0
  578. /package/components/icon/{icons/Timelapse.vue.d.ts → v3/icons/TabletLandscape.vue.d.ts} +0 -0
  579. /package/components/icon/{icons/Timeline.vue.d.ts → v3/icons/TabletMac.vue.d.ts} +0 -0
  580. /package/components/icon/{icons/TrendingDown.vue.d.ts → v3/icons/TabletPortrait.vue.d.ts} +0 -0
  581. /package/components/icon/{icons/TrendingFlat.vue.d.ts → v3/icons/Texture.vue.d.ts} +0 -0
  582. /package/components/icon/{icons/TrendingUp.vue.d.ts → v3/icons/ThemeDark.vue.d.ts} +0 -0
  583. /package/components/icon/{icons/Tune.vue.d.ts → v3/icons/ThemeLight.vue.d.ts} +0 -0
  584. /package/components/icon/{icons/TwoToneBanner.vue.d.ts → v3/icons/Timelapse.vue.d.ts} +0 -0
  585. /package/components/icon/{icons/TwoToneInterstitial.vue.d.ts → v3/icons/Timeline.vue.d.ts} +0 -0
  586. /package/components/icon/{icons/TwoToneNativeAd.vue.d.ts → v3/icons/TrendingDown.vue.d.ts} +0 -0
  587. /package/components/icon/{icons/TwoToneOfferwall.vue.d.ts → v3/icons/TrendingFlat.vue.d.ts} +0 -0
  588. /package/components/icon/{icons/TwoToneRewardedVideo.vue.d.ts → v3/icons/TrendingUp.vue.d.ts} +0 -0
  589. /package/components/icon/{icons/Undo.vue.d.ts → v3/icons/Tune.vue.d.ts} +0 -0
  590. /package/components/icon/{icons/UnfoldLess.vue.d.ts → v3/icons/TwoToneBanner.vue.d.ts} +0 -0
  591. /package/components/icon/{icons/UnfoldMore.vue.d.ts → v3/icons/TwoToneInterstitial.vue.d.ts} +0 -0
  592. /package/components/icon/{icons/VerticalAlignTop.vue.d.ts → v3/icons/TwoToneNativeAd.vue.d.ts} +0 -0
  593. /package/components/icon/{icons/VerticalAlignTop2.vue.d.ts → v3/icons/TwoToneOfferwall.vue.d.ts} +0 -0
  594. /package/components/icon/{icons/Vibration.vue.d.ts → v3/icons/TwoToneRewardedVideo.vue.d.ts} +0 -0
  595. /package/components/icon/{icons/VideoRound.vue.d.ts → v3/icons/Undo.vue.d.ts} +0 -0
  596. /package/components/icon/{icons/ViewCarousel.vue.d.ts → v3/icons/UnfoldLess.vue.d.ts} +0 -0
  597. /package/components/icon/{icons/Visibility.vue.d.ts → v3/icons/UnfoldMore.vue.d.ts} +0 -0
  598. /package/components/icon/{icons/VisibilityOff.vue.d.ts → v3/icons/VerticalAlignTop.vue.d.ts} +0 -0
  599. /package/components/icon/{icons/VisibilityOffStrok.vue.d.ts → v3/icons/VerticalAlignTop2.vue.d.ts} +0 -0
  600. /package/components/icon/{icons/VisibilityStrok.vue.d.ts → v3/icons/Vibration.vue.d.ts} +0 -0
  601. /package/components/icon/{icons/VolumeOff.vue.d.ts → v3/icons/VideoRound.vue.d.ts} +0 -0
  602. /package/components/icon/{icons/VolumeUp.vue.d.ts → v3/icons/ViewCarousel.vue.d.ts} +0 -0
  603. /package/components/icon/{icons/Warning.vue.d.ts → v3/icons/Visibility.vue.d.ts} +0 -0
  604. /package/components/icon/{icons/Warning2.vue.d.ts → v3/icons/VisibilityOff.vue.d.ts} +0 -0
  605. /package/components/icon/{icons/WebApp.vue.d.ts → v3/icons/VisibilityOffStrok.vue.d.ts} +0 -0
  606. /package/components/icon/{icons/Widget.vue.d.ts → v3/icons/VisibilityStrok.vue.d.ts} +0 -0
  607. /package/components/icon/{icons/Widgets.vue.d.ts → v3/icons/VolumeOff.vue.d.ts} +0 -0
  608. /package/components/icon/{icons/WidgetsFill.vue.d.ts → v3/icons/VolumeUp.vue.d.ts} +0 -0
  609. /package/components/icon/{icons/WidgetsFlatSquares.vue.d.ts → v3/icons/Warning.vue.d.ts} +0 -0
  610. /package/components/icon/{icons/Widgetsz.vue.d.ts → v3/icons/Warning2.vue.d.ts} +0 -0
  611. /package/components/icon/{icons/WifiProtectedSetup.vue.d.ts → v3/icons/Warning3.vue.d.ts} +0 -0
  612. /package/components/icon/{index.vue.js → v3/index.vue.js} +0 -0
  613. /package/components/icon/{storyComponents → v3/storyComponents}/Code.vue.d.ts +0 -0
  614. /package/components/icon/{storyComponents → v3/storyComponents}/IconWrapper.vue.d.ts +0 -0
  615. /package/components/icon/{storyComponents → v3/storyComponents}/Page.vue.d.ts +0 -0
  616. /package/components/input/{Input.vue.d.ts → v3/Input.vue.d.ts} +0 -0
  617. /package/components/input/{index.vue.js → v3/index.vue.js} +0 -0
package/index.d.ts CHANGED
@@ -16,12 +16,2719 @@ export * from '@/components/filtersPanel';
16
16
  export * from '@/components/filterDropdown';
17
17
  export * from '@/components/tabs';
18
18
  export * from '@/components/checkbox';
19
- export * from '@/components/icon';
20
19
  export * from '@/components/skeleton';
21
20
  export * from '@/components/typography';
22
21
  export * from '@/components/typography/v4';
23
22
  export * from '@/components/popover';
24
23
  declare const _default: {
24
+ Icon: import("vue").DefineComponent<{
25
+ name: {
26
+ type: import("vue").PropType<string>;
27
+ } & {
28
+ default: any;
29
+ };
30
+ type: {
31
+ type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
32
+ } & {
33
+ default: string;
34
+ };
35
+ size: {
36
+ type: import("vue").PropType<string>;
37
+ } & {
38
+ default: any;
39
+ };
40
+ color: {
41
+ type: import("vue").PropType<string>;
42
+ } & {
43
+ default: any;
44
+ };
45
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
46
+ name: {
47
+ type: import("vue").PropType<string>;
48
+ } & {
49
+ default: any;
50
+ };
51
+ type: {
52
+ type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
53
+ } & {
54
+ default: string;
55
+ };
56
+ size: {
57
+ type: import("vue").PropType<string>;
58
+ } & {
59
+ default: any;
60
+ };
61
+ color: {
62
+ type: import("vue").PropType<string>;
63
+ } & {
64
+ default: any;
65
+ };
66
+ }>>, {
67
+ name: string;
68
+ type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
69
+ size: string;
70
+ color: string;
71
+ }>;
72
+ IconTypes: () => import("vue").DefineComponent<{
73
+ name: {
74
+ type: import("vue").PropType<string>;
75
+ } & {
76
+ default: any;
77
+ };
78
+ type: {
79
+ type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
80
+ } & {
81
+ default: string;
82
+ };
83
+ size: {
84
+ type: import("vue").PropType<string>;
85
+ } & {
86
+ default: any;
87
+ };
88
+ color: {
89
+ type: import("vue").PropType<string>;
90
+ } & {
91
+ default: any;
92
+ };
93
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
94
+ name: {
95
+ type: import("vue").PropType<string>;
96
+ } & {
97
+ default: any;
98
+ };
99
+ type: {
100
+ type: import("vue").PropType<"bold" | "ab-test" | "regular" | "branded" | "ad-unit">;
101
+ } & {
102
+ default: string;
103
+ };
104
+ size: {
105
+ type: import("vue").PropType<string>;
106
+ } & {
107
+ default: any;
108
+ };
109
+ color: {
110
+ type: import("vue").PropType<string>;
111
+ } & {
112
+ default: any;
113
+ };
114
+ }>>, {
115
+ name: string;
116
+ type: "bold" | "ab-test" | "regular" | "branded" | "ad-unit";
117
+ size: string;
118
+ color: string;
119
+ }>[];
120
+ icons: {
121
+ a: {
122
+ fileName: string;
123
+ };
124
+ 'a-2': {
125
+ fileName: string;
126
+ };
127
+ 'ab-test': {
128
+ fileName: string;
129
+ };
130
+ 'ab-test-2': {
131
+ fileName: string;
132
+ };
133
+ 'a-circle': {
134
+ fileName: string;
135
+ };
136
+ 'account-balance-wallet': {
137
+ fileName: string;
138
+ };
139
+ 'account-circle': {
140
+ fileName: string;
141
+ };
142
+ 'account-circle-outline': {
143
+ fileName: string;
144
+ };
145
+ add: {
146
+ fileName: string;
147
+ };
148
+ analytics: {
149
+ fileName: string;
150
+ };
151
+ android: {
152
+ fileName: string;
153
+ };
154
+ 'angle-down': {
155
+ fileName: string;
156
+ };
157
+ 'angle-left': {
158
+ fileName: string;
159
+ };
160
+ 'angle-right': {
161
+ fileName: string;
162
+ };
163
+ 'angle-up': {
164
+ fileName: string;
165
+ };
166
+ 'app-store': {
167
+ fileName: string;
168
+ };
169
+ 'area-chart': {
170
+ fileName: string;
171
+ };
172
+ 'arrow-back': {
173
+ fileName: string;
174
+ };
175
+ 'arrow-downward': {
176
+ fileName: string;
177
+ };
178
+ 'arrow-forward': {
179
+ fileName: string;
180
+ };
181
+ 'arrow-left': {
182
+ fileName: string;
183
+ };
184
+ 'arrow-right': {
185
+ fileName: string;
186
+ };
187
+ 'arrow-sort-down': {
188
+ fileName: string;
189
+ };
190
+ 'arrow-sort-up': {
191
+ fileName: string;
192
+ };
193
+ 'arrow-upward': {
194
+ fileName: string;
195
+ };
196
+ 'auto-awesome': {
197
+ fileName: string;
198
+ };
199
+ 'auto-mode': {
200
+ fileName: string;
201
+ };
202
+ hammer: {
203
+ fileName: string;
204
+ };
205
+ autorenew: {
206
+ fileName: string;
207
+ };
208
+ b: {
209
+ fileName: string;
210
+ };
211
+ 'b-2': {
212
+ fileName: string;
213
+ };
214
+ 'b-circle': {
215
+ fileName: string;
216
+ };
217
+ banner: {
218
+ fileName: string;
219
+ };
220
+ bidding: {
221
+ fileName: string;
222
+ };
223
+ 'bidding-2': {
224
+ fileName: string;
225
+ };
226
+ block: {
227
+ fileName: string;
228
+ };
229
+ 'border-color': {
230
+ fileName: string;
231
+ };
232
+ bug: {
233
+ fileName: string;
234
+ };
235
+ bullhorn: {
236
+ fileName: string;
237
+ };
238
+ 'bullseye-arrow': {
239
+ fileName: string;
240
+ };
241
+ cached: {
242
+ fileName: string;
243
+ };
244
+ calendar: {
245
+ fileName: string;
246
+ };
247
+ 'calendar-today': {
248
+ fileName: string;
249
+ };
250
+ cancel: {
251
+ fileName: string;
252
+ };
253
+ 'chart-bar': {
254
+ fileName: string;
255
+ };
256
+ 'chart-line': {
257
+ fileName: string;
258
+ };
259
+ 'chart-mixed': {
260
+ fileName: string;
261
+ };
262
+ check: {
263
+ fileName: string;
264
+ };
265
+ 'check-bold': {
266
+ fileName: string;
267
+ };
268
+ close: {
269
+ fileName: string;
270
+ };
271
+ 'close-bold': {
272
+ fileName: string;
273
+ };
274
+ 'computer-mouse': {
275
+ fileName: string;
276
+ };
277
+ 'copy-to-clipboard': {
278
+ fileName: string;
279
+ };
280
+ 'widgets-flat-squares': {
281
+ fileName: string;
282
+ };
283
+ adjust: {
284
+ fileName: string;
285
+ };
286
+ 'copy-to-clipboard-filled': {
287
+ fileName: string;
288
+ };
289
+ cube: {
290
+ fileName: string;
291
+ };
292
+ 'cube-background': {
293
+ fileName: string;
294
+ };
295
+ marketing: {
296
+ fileName: string;
297
+ };
298
+ create: {
299
+ fileName: string;
300
+ };
301
+ creative: {
302
+ fileName: string;
303
+ };
304
+ cross: {
305
+ fileName: string;
306
+ };
307
+ 'crown-fill': {
308
+ fileName: string;
309
+ };
310
+ cup: {
311
+ fileName: string;
312
+ };
313
+ 'cup-a': {
314
+ fileName: string;
315
+ };
316
+ 'cup-b': {
317
+ fileName: string;
318
+ };
319
+ delete: {
320
+ fileName: string;
321
+ };
322
+ diamond: {
323
+ fileName: string;
324
+ };
325
+ dots: {
326
+ fileName: string;
327
+ };
328
+ download: {
329
+ fileName: string;
330
+ };
331
+ 'download-2': {
332
+ fileName: string;
333
+ };
334
+ 'download-done': {
335
+ fileName: string;
336
+ };
337
+ 'drag-indicator': {
338
+ fileName: string;
339
+ };
340
+ ecpi: {
341
+ fileName: string;
342
+ };
343
+ email: {
344
+ fileName: string;
345
+ };
346
+ 'email-envelope': {
347
+ fileName: string;
348
+ };
349
+ error: {
350
+ fileName: string;
351
+ };
352
+ eye: {
353
+ fileName: string;
354
+ };
355
+ 'favorite-border': {
356
+ fileName: string;
357
+ };
358
+ filter: {
359
+ fileName: string;
360
+ };
361
+ 'filter-list': {
362
+ fileName: string;
363
+ };
364
+ frame: {
365
+ fileName: string;
366
+ };
367
+ fullscreen: {
368
+ fileName: string;
369
+ };
370
+ 'fullscreen-exit': {
371
+ fileName: string;
372
+ };
373
+ functions: {
374
+ fileName: string;
375
+ };
376
+ 'gamepad-alt': {
377
+ fileName: string;
378
+ };
379
+ games: {
380
+ fileName: string;
381
+ };
382
+ gavel: {
383
+ fileName: string;
384
+ };
385
+ gift: {
386
+ fileName: string;
387
+ };
388
+ 'git-hub': {
389
+ fileName: string;
390
+ };
391
+ 'globe-stand': {
392
+ fileName: string;
393
+ };
394
+ 'google-play': {
395
+ fileName: string;
396
+ };
397
+ group: {
398
+ fileName: string;
399
+ };
400
+ 'hand-pointer': {
401
+ fileName: string;
402
+ };
403
+ hands: {
404
+ fileName: string;
405
+ };
406
+ heartbeat: {
407
+ fileName: string;
408
+ };
409
+ help: {
410
+ fileName: string;
411
+ };
412
+ 'help-outline': {
413
+ fileName: string;
414
+ };
415
+ history: {
416
+ fileName: string;
417
+ };
418
+ ios: {
419
+ fileName: string;
420
+ };
421
+ image: {
422
+ fileName: string;
423
+ };
424
+ 'image-not-supported': {
425
+ fileName: string;
426
+ };
427
+ 'image-slash': {
428
+ fileName: string;
429
+ };
430
+ 'import-export': {
431
+ fileName: string;
432
+ };
433
+ 'import-export-2': {
434
+ fileName: string;
435
+ };
436
+ importent: {
437
+ fileName: string;
438
+ };
439
+ info: {
440
+ fileName: string;
441
+ };
442
+ 'info-outline': {
443
+ fileName: string;
444
+ };
445
+ insights: {
446
+ fileName: string;
447
+ };
448
+ interstitial: {
449
+ fileName: string;
450
+ };
451
+ 'ios-14': {
452
+ fileName: string;
453
+ };
454
+ js: {
455
+ fileName: string;
456
+ };
457
+ landscape: {
458
+ fileName: string;
459
+ };
460
+ launch: {
461
+ fileName: string;
462
+ };
463
+ levelplay: {
464
+ fileName: string;
465
+ };
466
+ 'limit-circle': {
467
+ fileName: string;
468
+ };
469
+ 'limit-octagon': {
470
+ fileName: string;
471
+ };
472
+ link: {
473
+ fileName: string;
474
+ };
475
+ 'loading-clean': {
476
+ fileName: string;
477
+ };
478
+ lock: {
479
+ fileName: string;
480
+ };
481
+ 'lock-open': {
482
+ fileName: string;
483
+ };
484
+ login: {
485
+ fileName: string;
486
+ };
487
+ logout: {
488
+ fileName: string;
489
+ };
490
+ 'military-tech': {
491
+ fileName: string;
492
+ };
493
+ mix: {
494
+ fileName: string;
495
+ };
496
+ 'mix-2': {
497
+ fileName: string;
498
+ };
499
+ 'mobile-landscape': {
500
+ fileName: string;
501
+ };
502
+ 'mobile-portrait': {
503
+ fileName: string;
504
+ };
505
+ 'money-check': {
506
+ fileName: string;
507
+ };
508
+ 'more-horiz': {
509
+ fileName: string;
510
+ };
511
+ 'more-vert': {
512
+ fileName: string;
513
+ };
514
+ mouse: {
515
+ fileName: string;
516
+ };
517
+ 'mouse-pointer': {
518
+ fileName: string;
519
+ };
520
+ 'moving-up': {
521
+ fileName: string;
522
+ };
523
+ 'notifications-none': {
524
+ fileName: string;
525
+ };
526
+ offerwall: {
527
+ fileName: string;
528
+ };
529
+ palyable: {
530
+ fileName: string;
531
+ };
532
+ 'paper-plane-off': {
533
+ fileName: string;
534
+ };
535
+ 'paper-plane': {
536
+ fileName: string;
537
+ };
538
+ pause: {
539
+ fileName: string;
540
+ };
541
+ 'pause-circle-filled': {
542
+ fileName: string;
543
+ };
544
+ 'pause-circle-outline': {
545
+ fileName: string;
546
+ };
547
+ 'phone-iphone': {
548
+ fileName: string;
549
+ };
550
+ photo: {
551
+ fileName: string;
552
+ };
553
+ 'photo-2': {
554
+ fileName: string;
555
+ };
556
+ 'play-arrow': {
557
+ fileName: string;
558
+ };
559
+ 'play-circle-filled-white': {
560
+ fileName: string;
561
+ };
562
+ 'play-circle-outline': {
563
+ fileName: string;
564
+ };
565
+ qrcode: {
566
+ fileName: string;
567
+ };
568
+ 'quick-ab': {
569
+ fileName: string;
570
+ };
571
+ 'quick-ab-2': {
572
+ fileName: string;
573
+ };
574
+ react: {
575
+ fileName: string;
576
+ };
577
+ redo: {
578
+ fileName: string;
579
+ };
580
+ refresh: {
581
+ fileName: string;
582
+ };
583
+ remove: {
584
+ fileName: string;
585
+ };
586
+ replay: {
587
+ fileName: string;
588
+ };
589
+ 'rewarded-video': {
590
+ fileName: string;
591
+ };
592
+ 'rocket-launch': {
593
+ fileName: string;
594
+ };
595
+ rotate: {
596
+ fileName: string;
597
+ };
598
+ route: {
599
+ fileName: string;
600
+ };
601
+ 'sack-dollar': {
602
+ fileName: string;
603
+ };
604
+ schedule: {
605
+ fileName: string;
606
+ };
607
+ search: {
608
+ fileName: string;
609
+ };
610
+ 'search-bold': {
611
+ fileName: string;
612
+ };
613
+ share: {
614
+ fileName: string;
615
+ };
616
+ slack: {
617
+ fileName: string;
618
+ };
619
+ 'sports-esports': {
620
+ fileName: string;
621
+ };
622
+ star: {
623
+ fileName: string;
624
+ };
625
+ 'star-fill': {
626
+ fileName: string;
627
+ };
628
+ 'status-banner': {
629
+ fileName: string;
630
+ };
631
+ 'status-interstitial': {
632
+ fileName: string;
633
+ };
634
+ 'status-offerwall': {
635
+ fileName: string;
636
+ };
637
+ 'status-rewarded-video': {
638
+ fileName: string;
639
+ };
640
+ 'stop-circle-filled': {
641
+ fileName: string;
642
+ };
643
+ 'stop-circle-outline': {
644
+ fileName: string;
645
+ };
646
+ style: {
647
+ fileName: string;
648
+ };
649
+ success: {
650
+ fileName: string;
651
+ };
652
+ 'success-full': {
653
+ fileName: string;
654
+ };
655
+ switch: {
656
+ fileName: string;
657
+ };
658
+ 'table-edit': {
659
+ fileName: string;
660
+ };
661
+ 'tablet-landscape': {
662
+ fileName: string;
663
+ };
664
+ 'tablet-mac': {
665
+ fileName: string;
666
+ };
667
+ 'tablet-portrait': {
668
+ fileName: string;
669
+ };
670
+ texture: {
671
+ fileName: string;
672
+ };
673
+ 'theme-dark': {
674
+ fileName: string;
675
+ };
676
+ 'theme-light': {
677
+ fileName: string;
678
+ };
679
+ timelapse: {
680
+ fileName: string;
681
+ };
682
+ timeline: {
683
+ fileName: string;
684
+ };
685
+ 'trending-down': {
686
+ fileName: string;
687
+ };
688
+ 'trending-flat': {
689
+ fileName: string;
690
+ };
691
+ 'trending-up': {
692
+ fileName: string;
693
+ };
694
+ tune: {
695
+ fileName: string;
696
+ };
697
+ 'two-tone-banner': {
698
+ fileName: string;
699
+ };
700
+ 'two-tone-interstitial': {
701
+ fileName: string;
702
+ };
703
+ 'two-tone-offerwall': {
704
+ fileName: string;
705
+ };
706
+ 'two-tone-rewarded-video': {
707
+ fileName: string;
708
+ };
709
+ undo: {
710
+ fileName: string;
711
+ };
712
+ 'unfold-less': {
713
+ fileName: string;
714
+ };
715
+ 'unfold-more': {
716
+ fileName: string;
717
+ };
718
+ 'vertical-align-top': {
719
+ fileName: string;
720
+ };
721
+ 'vertical-align-top-2': {
722
+ fileName: string;
723
+ };
724
+ vibration: {
725
+ fileName: string;
726
+ };
727
+ 'video-round': {
728
+ fileName: string;
729
+ };
730
+ 'view-carousel': {
731
+ fileName: string;
732
+ };
733
+ visibility: {
734
+ fileName: string;
735
+ };
736
+ 'visibility-off': {
737
+ fileName: string;
738
+ };
739
+ 'visibility-off-strok': {
740
+ fileName: string;
741
+ };
742
+ 'visibility-strok': {
743
+ fileName: string;
744
+ };
745
+ 'volume-off': {
746
+ fileName: string;
747
+ };
748
+ 'volume-up': {
749
+ fileName: string;
750
+ };
751
+ warning: {
752
+ fileName: string;
753
+ };
754
+ 'warning-2': {
755
+ fileName: string;
756
+ };
757
+ 'web-app': {
758
+ fileName: string;
759
+ };
760
+ widgets: {
761
+ fileName: string;
762
+ };
763
+ 'widgets-fill': {
764
+ fileName: string;
765
+ };
766
+ widgetsz: {
767
+ fileName: string;
768
+ };
769
+ 'wifi-protected-setup': {
770
+ fileName: string;
771
+ };
772
+ 'native-ad': {
773
+ fileName: string;
774
+ };
775
+ 'status-native-ad': {
776
+ fileName: string;
777
+ };
778
+ 'two-tone-native-ad': {
779
+ fileName: string;
780
+ };
781
+ question: {
782
+ fileName: string;
783
+ };
784
+ 'info-v4': {
785
+ fileName: string;
786
+ };
787
+ 'check-v4': {
788
+ fileName: string;
789
+ };
790
+ 'warning-circle': {
791
+ fileName: string;
792
+ };
793
+ 'eye-v4': {
794
+ fileName: string;
795
+ };
796
+ 'eye-slash': {
797
+ fileName: string;
798
+ };
799
+ 'warning-v4': {
800
+ fileName: string;
801
+ };
802
+ 'check-circle': {
803
+ fileName: string;
804
+ };
805
+ 'warning-octagon': {
806
+ fileName: string;
807
+ };
808
+ };
809
+ TextField: import("vue").DefineComponent<{
810
+ type: {
811
+ type: import("vue").PropType<"number" | "text" | "password">;
812
+ } & {
813
+ default: string;
814
+ };
815
+ label: {
816
+ type: import("vue").PropType<string>;
817
+ } & {
818
+ default: string;
819
+ };
820
+ size: {
821
+ type: import("vue").PropType<"small" | "medium" | "large">;
822
+ } & {
823
+ default: string;
824
+ };
825
+ testId: {
826
+ type: import("vue").PropType<string>;
827
+ } & {
828
+ default: string;
829
+ };
830
+ disabled: {
831
+ type: import("vue").PropType<boolean>;
832
+ } & {
833
+ default: boolean;
834
+ };
835
+ modelValue: {
836
+ type: import("vue").PropType<string | number>;
837
+ } & {
838
+ default: string;
839
+ };
840
+ placeholder: {
841
+ type: import("vue").PropType<string>;
842
+ } & {
843
+ default: string;
844
+ };
845
+ mandatory: {
846
+ type: import("vue").PropType<boolean>;
847
+ } & {
848
+ default: boolean;
849
+ };
850
+ autoFocus: {
851
+ type: import("vue").PropType<boolean>;
852
+ } & {
853
+ default: boolean;
854
+ };
855
+ prefix: {
856
+ type: import("vue").PropType<string>;
857
+ } & {
858
+ default: string;
859
+ };
860
+ viewOnly: {
861
+ type: import("vue").PropType<boolean>;
862
+ } & {
863
+ default: boolean;
864
+ };
865
+ labelDirection: {
866
+ type: import("vue").PropType<"top" | "inside">;
867
+ } & {
868
+ default: string;
869
+ };
870
+ hideNumberArrows: {
871
+ type: import("vue").PropType<boolean>;
872
+ } & {
873
+ default: boolean;
874
+ };
875
+ step: {
876
+ type: import("vue").PropType<number>;
877
+ } & {
878
+ default: number;
879
+ };
880
+ hoverHelpText: {
881
+ type: import("vue").PropType<string>;
882
+ } & {
883
+ default: string;
884
+ };
885
+ hoverHelpTextPlacement: {
886
+ 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">;
887
+ } & {
888
+ default: string;
889
+ };
890
+ onlyDigits: {
891
+ type: import("vue").PropType<boolean>;
892
+ } & {
893
+ default: boolean;
894
+ };
895
+ suffix: {
896
+ type: import("vue").PropType<string>;
897
+ } & {
898
+ default: string;
899
+ };
900
+ maxLength: {
901
+ type: import("vue").PropType<number>;
902
+ } & {
903
+ default: any;
904
+ };
905
+ showApply: {
906
+ type: import("vue").PropType<boolean>;
907
+ } & {
908
+ default: boolean;
909
+ };
910
+ inlineError: {
911
+ type: import("vue").PropType<boolean>;
912
+ } & {
913
+ default: boolean;
914
+ };
915
+ inlineErrorText: {
916
+ type: import("vue").PropType<string>;
917
+ } & {
918
+ default: string;
919
+ };
920
+ feedbackText: {
921
+ type: import("vue").PropType<string>;
922
+ } & {
923
+ default: string;
924
+ };
925
+ feedbackVariant: {
926
+ type: import("vue").PropType<"error" | "success" | "warning">;
927
+ } & {
928
+ default: any;
929
+ };
930
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
931
+ "update:modelValue": (value: string | number) => void;
932
+ } & {
933
+ "update:showApply": (value: boolean) => void;
934
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
935
+ type: {
936
+ type: import("vue").PropType<"number" | "text" | "password">;
937
+ } & {
938
+ default: string;
939
+ };
940
+ label: {
941
+ type: import("vue").PropType<string>;
942
+ } & {
943
+ default: string;
944
+ };
945
+ size: {
946
+ type: import("vue").PropType<"small" | "medium" | "large">;
947
+ } & {
948
+ default: string;
949
+ };
950
+ testId: {
951
+ type: import("vue").PropType<string>;
952
+ } & {
953
+ default: string;
954
+ };
955
+ disabled: {
956
+ type: import("vue").PropType<boolean>;
957
+ } & {
958
+ default: boolean;
959
+ };
960
+ modelValue: {
961
+ type: import("vue").PropType<string | number>;
962
+ } & {
963
+ default: string;
964
+ };
965
+ placeholder: {
966
+ type: import("vue").PropType<string>;
967
+ } & {
968
+ default: string;
969
+ };
970
+ mandatory: {
971
+ type: import("vue").PropType<boolean>;
972
+ } & {
973
+ default: boolean;
974
+ };
975
+ autoFocus: {
976
+ type: import("vue").PropType<boolean>;
977
+ } & {
978
+ default: boolean;
979
+ };
980
+ prefix: {
981
+ type: import("vue").PropType<string>;
982
+ } & {
983
+ default: string;
984
+ };
985
+ viewOnly: {
986
+ type: import("vue").PropType<boolean>;
987
+ } & {
988
+ default: boolean;
989
+ };
990
+ labelDirection: {
991
+ type: import("vue").PropType<"top" | "inside">;
992
+ } & {
993
+ default: string;
994
+ };
995
+ hideNumberArrows: {
996
+ type: import("vue").PropType<boolean>;
997
+ } & {
998
+ default: boolean;
999
+ };
1000
+ step: {
1001
+ type: import("vue").PropType<number>;
1002
+ } & {
1003
+ default: number;
1004
+ };
1005
+ hoverHelpText: {
1006
+ type: import("vue").PropType<string>;
1007
+ } & {
1008
+ default: string;
1009
+ };
1010
+ hoverHelpTextPlacement: {
1011
+ 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">;
1012
+ } & {
1013
+ default: string;
1014
+ };
1015
+ onlyDigits: {
1016
+ type: import("vue").PropType<boolean>;
1017
+ } & {
1018
+ default: boolean;
1019
+ };
1020
+ suffix: {
1021
+ type: import("vue").PropType<string>;
1022
+ } & {
1023
+ default: string;
1024
+ };
1025
+ maxLength: {
1026
+ type: import("vue").PropType<number>;
1027
+ } & {
1028
+ default: any;
1029
+ };
1030
+ showApply: {
1031
+ type: import("vue").PropType<boolean>;
1032
+ } & {
1033
+ default: boolean;
1034
+ };
1035
+ inlineError: {
1036
+ type: import("vue").PropType<boolean>;
1037
+ } & {
1038
+ default: boolean;
1039
+ };
1040
+ inlineErrorText: {
1041
+ type: import("vue").PropType<string>;
1042
+ } & {
1043
+ default: string;
1044
+ };
1045
+ feedbackText: {
1046
+ type: import("vue").PropType<string>;
1047
+ } & {
1048
+ default: string;
1049
+ };
1050
+ feedbackVariant: {
1051
+ type: import("vue").PropType<"error" | "success" | "warning">;
1052
+ } & {
1053
+ default: any;
1054
+ };
1055
+ }>> & {
1056
+ "onUpdate:modelValue"?: (value: string | number) => any;
1057
+ "onUpdate:showApply"?: (value: boolean) => any;
1058
+ }, {
1059
+ type: "number" | "text" | "password";
1060
+ label: string;
1061
+ size: "small" | "medium" | "large";
1062
+ testId: string;
1063
+ disabled: boolean;
1064
+ modelValue: string | number;
1065
+ placeholder: string;
1066
+ mandatory: boolean;
1067
+ autoFocus: boolean;
1068
+ prefix: string;
1069
+ viewOnly: boolean;
1070
+ labelDirection: "top" | "inside";
1071
+ hideNumberArrows: boolean;
1072
+ step: number;
1073
+ hoverHelpText: string;
1074
+ 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";
1075
+ onlyDigits: boolean;
1076
+ suffix: string;
1077
+ maxLength: number;
1078
+ showApply: boolean;
1079
+ inlineError: boolean;
1080
+ inlineErrorText: string;
1081
+ feedbackText: string;
1082
+ feedbackVariant: "error" | "success" | "warning";
1083
+ }>;
1084
+ TextFieldTypes: () => import("vue").DefineComponent<{
1085
+ type: {
1086
+ type: import("vue").PropType<"number" | "text" | "password">;
1087
+ } & {
1088
+ default: string;
1089
+ };
1090
+ label: {
1091
+ type: import("vue").PropType<string>;
1092
+ } & {
1093
+ default: string;
1094
+ };
1095
+ size: {
1096
+ type: import("vue").PropType<"small" | "medium" | "large">;
1097
+ } & {
1098
+ default: string;
1099
+ };
1100
+ testId: {
1101
+ type: import("vue").PropType<string>;
1102
+ } & {
1103
+ default: string;
1104
+ };
1105
+ disabled: {
1106
+ type: import("vue").PropType<boolean>;
1107
+ } & {
1108
+ default: boolean;
1109
+ };
1110
+ modelValue: {
1111
+ type: import("vue").PropType<string | number>;
1112
+ } & {
1113
+ default: string;
1114
+ };
1115
+ placeholder: {
1116
+ type: import("vue").PropType<string>;
1117
+ } & {
1118
+ default: string;
1119
+ };
1120
+ mandatory: {
1121
+ type: import("vue").PropType<boolean>;
1122
+ } & {
1123
+ default: boolean;
1124
+ };
1125
+ autoFocus: {
1126
+ type: import("vue").PropType<boolean>;
1127
+ } & {
1128
+ default: boolean;
1129
+ };
1130
+ prefix: {
1131
+ type: import("vue").PropType<string>;
1132
+ } & {
1133
+ default: string;
1134
+ };
1135
+ viewOnly: {
1136
+ type: import("vue").PropType<boolean>;
1137
+ } & {
1138
+ default: boolean;
1139
+ };
1140
+ labelDirection: {
1141
+ type: import("vue").PropType<"top" | "inside">;
1142
+ } & {
1143
+ default: string;
1144
+ };
1145
+ hideNumberArrows: {
1146
+ type: import("vue").PropType<boolean>;
1147
+ } & {
1148
+ default: boolean;
1149
+ };
1150
+ step: {
1151
+ type: import("vue").PropType<number>;
1152
+ } & {
1153
+ default: number;
1154
+ };
1155
+ hoverHelpText: {
1156
+ type: import("vue").PropType<string>;
1157
+ } & {
1158
+ default: string;
1159
+ };
1160
+ hoverHelpTextPlacement: {
1161
+ 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">;
1162
+ } & {
1163
+ default: string;
1164
+ };
1165
+ onlyDigits: {
1166
+ type: import("vue").PropType<boolean>;
1167
+ } & {
1168
+ default: boolean;
1169
+ };
1170
+ suffix: {
1171
+ type: import("vue").PropType<string>;
1172
+ } & {
1173
+ default: string;
1174
+ };
1175
+ maxLength: {
1176
+ type: import("vue").PropType<number>;
1177
+ } & {
1178
+ default: any;
1179
+ };
1180
+ showApply: {
1181
+ type: import("vue").PropType<boolean>;
1182
+ } & {
1183
+ default: boolean;
1184
+ };
1185
+ inlineError: {
1186
+ type: import("vue").PropType<boolean>;
1187
+ } & {
1188
+ default: boolean;
1189
+ };
1190
+ inlineErrorText: {
1191
+ type: import("vue").PropType<string>;
1192
+ } & {
1193
+ default: string;
1194
+ };
1195
+ feedbackText: {
1196
+ type: import("vue").PropType<string>;
1197
+ } & {
1198
+ default: string;
1199
+ };
1200
+ feedbackVariant: {
1201
+ type: import("vue").PropType<"error" | "success" | "warning">;
1202
+ } & {
1203
+ default: any;
1204
+ };
1205
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1206
+ "update:modelValue": (value: string | number) => void;
1207
+ } & {
1208
+ "update:showApply": (value: boolean) => void;
1209
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1210
+ type: {
1211
+ type: import("vue").PropType<"number" | "text" | "password">;
1212
+ } & {
1213
+ default: string;
1214
+ };
1215
+ label: {
1216
+ type: import("vue").PropType<string>;
1217
+ } & {
1218
+ default: string;
1219
+ };
1220
+ size: {
1221
+ type: import("vue").PropType<"small" | "medium" | "large">;
1222
+ } & {
1223
+ default: string;
1224
+ };
1225
+ testId: {
1226
+ type: import("vue").PropType<string>;
1227
+ } & {
1228
+ default: string;
1229
+ };
1230
+ disabled: {
1231
+ type: import("vue").PropType<boolean>;
1232
+ } & {
1233
+ default: boolean;
1234
+ };
1235
+ modelValue: {
1236
+ type: import("vue").PropType<string | number>;
1237
+ } & {
1238
+ default: string;
1239
+ };
1240
+ placeholder: {
1241
+ type: import("vue").PropType<string>;
1242
+ } & {
1243
+ default: string;
1244
+ };
1245
+ mandatory: {
1246
+ type: import("vue").PropType<boolean>;
1247
+ } & {
1248
+ default: boolean;
1249
+ };
1250
+ autoFocus: {
1251
+ type: import("vue").PropType<boolean>;
1252
+ } & {
1253
+ default: boolean;
1254
+ };
1255
+ prefix: {
1256
+ type: import("vue").PropType<string>;
1257
+ } & {
1258
+ default: string;
1259
+ };
1260
+ viewOnly: {
1261
+ type: import("vue").PropType<boolean>;
1262
+ } & {
1263
+ default: boolean;
1264
+ };
1265
+ labelDirection: {
1266
+ type: import("vue").PropType<"top" | "inside">;
1267
+ } & {
1268
+ default: string;
1269
+ };
1270
+ hideNumberArrows: {
1271
+ type: import("vue").PropType<boolean>;
1272
+ } & {
1273
+ default: boolean;
1274
+ };
1275
+ step: {
1276
+ type: import("vue").PropType<number>;
1277
+ } & {
1278
+ default: number;
1279
+ };
1280
+ hoverHelpText: {
1281
+ type: import("vue").PropType<string>;
1282
+ } & {
1283
+ default: string;
1284
+ };
1285
+ hoverHelpTextPlacement: {
1286
+ 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">;
1287
+ } & {
1288
+ default: string;
1289
+ };
1290
+ onlyDigits: {
1291
+ type: import("vue").PropType<boolean>;
1292
+ } & {
1293
+ default: boolean;
1294
+ };
1295
+ suffix: {
1296
+ type: import("vue").PropType<string>;
1297
+ } & {
1298
+ default: string;
1299
+ };
1300
+ maxLength: {
1301
+ type: import("vue").PropType<number>;
1302
+ } & {
1303
+ default: any;
1304
+ };
1305
+ showApply: {
1306
+ type: import("vue").PropType<boolean>;
1307
+ } & {
1308
+ default: boolean;
1309
+ };
1310
+ inlineError: {
1311
+ type: import("vue").PropType<boolean>;
1312
+ } & {
1313
+ default: boolean;
1314
+ };
1315
+ inlineErrorText: {
1316
+ type: import("vue").PropType<string>;
1317
+ } & {
1318
+ default: string;
1319
+ };
1320
+ feedbackText: {
1321
+ type: import("vue").PropType<string>;
1322
+ } & {
1323
+ default: string;
1324
+ };
1325
+ feedbackVariant: {
1326
+ type: import("vue").PropType<"error" | "success" | "warning">;
1327
+ } & {
1328
+ default: any;
1329
+ };
1330
+ }>> & {
1331
+ "onUpdate:modelValue"?: (value: string | number) => any;
1332
+ "onUpdate:showApply"?: (value: boolean) => any;
1333
+ }, {
1334
+ type: "number" | "text" | "password";
1335
+ label: string;
1336
+ size: "small" | "medium" | "large";
1337
+ testId: string;
1338
+ disabled: boolean;
1339
+ modelValue: string | number;
1340
+ placeholder: string;
1341
+ mandatory: boolean;
1342
+ autoFocus: boolean;
1343
+ prefix: string;
1344
+ viewOnly: boolean;
1345
+ labelDirection: "top" | "inside";
1346
+ hideNumberArrows: boolean;
1347
+ step: number;
1348
+ hoverHelpText: string;
1349
+ 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";
1350
+ onlyDigits: boolean;
1351
+ suffix: string;
1352
+ maxLength: number;
1353
+ showApply: boolean;
1354
+ inlineError: boolean;
1355
+ inlineErrorText: string;
1356
+ feedbackText: string;
1357
+ feedbackVariant: "error" | "success" | "warning";
1358
+ }>[];
1359
+ Input: import("vue").DefineComponent<{
1360
+ type: {
1361
+ type: import("vue").PropType<"number" | "text" | "password">;
1362
+ } & {
1363
+ default: string;
1364
+ };
1365
+ label: {
1366
+ type: import("vue").PropType<string>;
1367
+ } & {
1368
+ default: string;
1369
+ };
1370
+ size: {
1371
+ type: import("vue").PropType<"sm" | "lg">;
1372
+ } & {
1373
+ default: string;
1374
+ };
1375
+ testId: {
1376
+ type: import("vue").PropType<string>;
1377
+ } & {
1378
+ default: string;
1379
+ };
1380
+ disabled: {
1381
+ type: import("vue").PropType<boolean>;
1382
+ } & {
1383
+ default: boolean;
1384
+ };
1385
+ modelValue: {
1386
+ type: import("vue").PropType<string | number>;
1387
+ } & {
1388
+ default: string;
1389
+ };
1390
+ placeholder: {
1391
+ type: import("vue").PropType<string>;
1392
+ } & {
1393
+ default: string;
1394
+ };
1395
+ mandatory: {
1396
+ type: import("vue").PropType<boolean>;
1397
+ } & {
1398
+ default: boolean;
1399
+ };
1400
+ autoFocus: {
1401
+ type: import("vue").PropType<boolean>;
1402
+ } & {
1403
+ default: boolean;
1404
+ };
1405
+ viewOnly: {
1406
+ type: import("vue").PropType<boolean>;
1407
+ } & {
1408
+ default: boolean;
1409
+ };
1410
+ labelDirection: {
1411
+ type: import("vue").PropType<"top" | "left" | "inside">;
1412
+ } & {
1413
+ default: string;
1414
+ };
1415
+ feedbackHelpText: {
1416
+ type: import("vue").PropType<string>;
1417
+ } & {
1418
+ default: string;
1419
+ };
1420
+ feedbackErrorText: {
1421
+ type: import("vue").PropType<string>;
1422
+ } & {
1423
+ default: string;
1424
+ };
1425
+ hideNumberArrows: {
1426
+ type: import("vue").PropType<boolean>;
1427
+ } & {
1428
+ default: boolean;
1429
+ };
1430
+ step: {
1431
+ type: import("vue").PropType<number>;
1432
+ } & {
1433
+ default: number;
1434
+ };
1435
+ hoverHelpText: {
1436
+ type: import("vue").PropType<string>;
1437
+ } & {
1438
+ default: string;
1439
+ };
1440
+ hoverHelpTextPlacement: {
1441
+ 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">;
1442
+ } & {
1443
+ default: string;
1444
+ };
1445
+ onlyDigits: {
1446
+ type: import("vue").PropType<boolean>;
1447
+ } & {
1448
+ default: boolean;
1449
+ };
1450
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1451
+ "update:modelValue": (value: string | number) => void;
1452
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1453
+ type: {
1454
+ type: import("vue").PropType<"number" | "text" | "password">;
1455
+ } & {
1456
+ default: string;
1457
+ };
1458
+ label: {
1459
+ type: import("vue").PropType<string>;
1460
+ } & {
1461
+ default: string;
1462
+ };
1463
+ size: {
1464
+ type: import("vue").PropType<"sm" | "lg">;
1465
+ } & {
1466
+ default: string;
1467
+ };
1468
+ testId: {
1469
+ type: import("vue").PropType<string>;
1470
+ } & {
1471
+ default: string;
1472
+ };
1473
+ disabled: {
1474
+ type: import("vue").PropType<boolean>;
1475
+ } & {
1476
+ default: boolean;
1477
+ };
1478
+ modelValue: {
1479
+ type: import("vue").PropType<string | number>;
1480
+ } & {
1481
+ default: string;
1482
+ };
1483
+ placeholder: {
1484
+ type: import("vue").PropType<string>;
1485
+ } & {
1486
+ default: string;
1487
+ };
1488
+ mandatory: {
1489
+ type: import("vue").PropType<boolean>;
1490
+ } & {
1491
+ default: boolean;
1492
+ };
1493
+ autoFocus: {
1494
+ type: import("vue").PropType<boolean>;
1495
+ } & {
1496
+ default: boolean;
1497
+ };
1498
+ viewOnly: {
1499
+ type: import("vue").PropType<boolean>;
1500
+ } & {
1501
+ default: boolean;
1502
+ };
1503
+ labelDirection: {
1504
+ type: import("vue").PropType<"top" | "left" | "inside">;
1505
+ } & {
1506
+ default: string;
1507
+ };
1508
+ feedbackHelpText: {
1509
+ type: import("vue").PropType<string>;
1510
+ } & {
1511
+ default: string;
1512
+ };
1513
+ feedbackErrorText: {
1514
+ type: import("vue").PropType<string>;
1515
+ } & {
1516
+ default: string;
1517
+ };
1518
+ hideNumberArrows: {
1519
+ type: import("vue").PropType<boolean>;
1520
+ } & {
1521
+ default: boolean;
1522
+ };
1523
+ step: {
1524
+ type: import("vue").PropType<number>;
1525
+ } & {
1526
+ default: number;
1527
+ };
1528
+ hoverHelpText: {
1529
+ type: import("vue").PropType<string>;
1530
+ } & {
1531
+ default: string;
1532
+ };
1533
+ hoverHelpTextPlacement: {
1534
+ 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">;
1535
+ } & {
1536
+ default: string;
1537
+ };
1538
+ onlyDigits: {
1539
+ type: import("vue").PropType<boolean>;
1540
+ } & {
1541
+ default: boolean;
1542
+ };
1543
+ }>> & {
1544
+ "onUpdate:modelValue"?: (value: string | number) => any;
1545
+ }, {
1546
+ type: "number" | "text" | "password";
1547
+ label: string;
1548
+ size: "sm" | "lg";
1549
+ testId: string;
1550
+ disabled: boolean;
1551
+ modelValue: string | number;
1552
+ placeholder: string;
1553
+ mandatory: boolean;
1554
+ autoFocus: boolean;
1555
+ viewOnly: boolean;
1556
+ labelDirection: "top" | "left" | "inside";
1557
+ feedbackHelpText: string;
1558
+ feedbackErrorText: string;
1559
+ hideNumberArrows: boolean;
1560
+ step: number;
1561
+ hoverHelpText: string;
1562
+ 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";
1563
+ onlyDigits: boolean;
1564
+ }>;
1565
+ DollarInput: import("vue").DefineComponent<{
1566
+ ref: {
1567
+ type: import("vue").PropType<import("vue").VNodeRef>;
1568
+ };
1569
+ label: {
1570
+ type: import("vue").PropType<string>;
1571
+ };
1572
+ style: {
1573
+ type: import("vue").PropType<unknown>;
1574
+ };
1575
+ size: {
1576
+ type: import("vue").PropType<"sm" | "lg">;
1577
+ };
1578
+ testId: {
1579
+ type: import("vue").PropType<string>;
1580
+ };
1581
+ key: {
1582
+ type: import("vue").PropType<string | number | symbol>;
1583
+ };
1584
+ ref_for: {
1585
+ type: import("vue").PropType<boolean>;
1586
+ };
1587
+ ref_key: {
1588
+ type: import("vue").PropType<string>;
1589
+ };
1590
+ onVnodeBeforeMount: {
1591
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1592
+ [key: string]: any;
1593
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1594
+ [key: string]: any;
1595
+ }>) => void)[]>;
1596
+ };
1597
+ onVnodeMounted: {
1598
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1599
+ [key: string]: any;
1600
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1601
+ [key: string]: any;
1602
+ }>) => void)[]>;
1603
+ };
1604
+ onVnodeBeforeUpdate: {
1605
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1606
+ [key: string]: any;
1607
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1608
+ [key: string]: any;
1609
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1610
+ [key: string]: any;
1611
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1612
+ [key: string]: any;
1613
+ }>) => void)[]>;
1614
+ };
1615
+ onVnodeUpdated: {
1616
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1617
+ [key: string]: any;
1618
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1619
+ [key: string]: any;
1620
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1621
+ [key: string]: any;
1622
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1623
+ [key: string]: any;
1624
+ }>) => void)[]>;
1625
+ };
1626
+ onVnodeBeforeUnmount: {
1627
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1628
+ [key: string]: any;
1629
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1630
+ [key: string]: any;
1631
+ }>) => void)[]>;
1632
+ };
1633
+ onVnodeUnmounted: {
1634
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1635
+ [key: string]: any;
1636
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1637
+ [key: string]: any;
1638
+ }>) => void)[]>;
1639
+ };
1640
+ class: {
1641
+ type: import("vue").PropType<unknown>;
1642
+ };
1643
+ disabled: {
1644
+ type: import("vue").PropType<boolean>;
1645
+ };
1646
+ modelValue: {
1647
+ type: import("vue").PropType<string | number>;
1648
+ };
1649
+ placeholder: {
1650
+ type: import("vue").PropType<string>;
1651
+ };
1652
+ "onUpdate:modelValue": {
1653
+ type: import("vue").PropType<(value: string | number) => any>;
1654
+ };
1655
+ mandatory: {
1656
+ type: import("vue").PropType<boolean>;
1657
+ };
1658
+ autoFocus: {
1659
+ type: import("vue").PropType<boolean>;
1660
+ };
1661
+ viewOnly: {
1662
+ type: import("vue").PropType<boolean>;
1663
+ };
1664
+ labelDirection: {
1665
+ type: import("vue").PropType<"top" | "left" | "inside">;
1666
+ };
1667
+ feedbackHelpText: {
1668
+ type: import("vue").PropType<string>;
1669
+ };
1670
+ feedbackErrorText: {
1671
+ type: import("vue").PropType<string>;
1672
+ };
1673
+ hoverHelpText: {
1674
+ type: import("vue").PropType<string>;
1675
+ };
1676
+ hoverHelpTextPlacement: {
1677
+ 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">;
1678
+ };
1679
+ onlyDigits: {
1680
+ type: import("vue").PropType<boolean>;
1681
+ };
1682
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1683
+ "update:modelValue": (value: number) => void;
1684
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1685
+ ref: {
1686
+ type: import("vue").PropType<import("vue").VNodeRef>;
1687
+ };
1688
+ label: {
1689
+ type: import("vue").PropType<string>;
1690
+ };
1691
+ style: {
1692
+ type: import("vue").PropType<unknown>;
1693
+ };
1694
+ size: {
1695
+ type: import("vue").PropType<"sm" | "lg">;
1696
+ };
1697
+ testId: {
1698
+ type: import("vue").PropType<string>;
1699
+ };
1700
+ key: {
1701
+ type: import("vue").PropType<string | number | symbol>;
1702
+ };
1703
+ ref_for: {
1704
+ type: import("vue").PropType<boolean>;
1705
+ };
1706
+ ref_key: {
1707
+ type: import("vue").PropType<string>;
1708
+ };
1709
+ onVnodeBeforeMount: {
1710
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1711
+ [key: string]: any;
1712
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1713
+ [key: string]: any;
1714
+ }>) => void)[]>;
1715
+ };
1716
+ onVnodeMounted: {
1717
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1718
+ [key: string]: any;
1719
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1720
+ [key: string]: any;
1721
+ }>) => void)[]>;
1722
+ };
1723
+ onVnodeBeforeUpdate: {
1724
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1725
+ [key: string]: any;
1726
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1727
+ [key: string]: any;
1728
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1729
+ [key: string]: any;
1730
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1731
+ [key: string]: any;
1732
+ }>) => void)[]>;
1733
+ };
1734
+ onVnodeUpdated: {
1735
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1736
+ [key: string]: any;
1737
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1738
+ [key: string]: any;
1739
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1740
+ [key: string]: any;
1741
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1742
+ [key: string]: any;
1743
+ }>) => void)[]>;
1744
+ };
1745
+ onVnodeBeforeUnmount: {
1746
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1747
+ [key: string]: any;
1748
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1749
+ [key: string]: any;
1750
+ }>) => void)[]>;
1751
+ };
1752
+ onVnodeUnmounted: {
1753
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1754
+ [key: string]: any;
1755
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1756
+ [key: string]: any;
1757
+ }>) => void)[]>;
1758
+ };
1759
+ class: {
1760
+ type: import("vue").PropType<unknown>;
1761
+ };
1762
+ disabled: {
1763
+ type: import("vue").PropType<boolean>;
1764
+ };
1765
+ modelValue: {
1766
+ type: import("vue").PropType<string | number>;
1767
+ };
1768
+ placeholder: {
1769
+ type: import("vue").PropType<string>;
1770
+ };
1771
+ "onUpdate:modelValue": {
1772
+ type: import("vue").PropType<(value: string | number) => any>;
1773
+ };
1774
+ mandatory: {
1775
+ type: import("vue").PropType<boolean>;
1776
+ };
1777
+ autoFocus: {
1778
+ type: import("vue").PropType<boolean>;
1779
+ };
1780
+ viewOnly: {
1781
+ type: import("vue").PropType<boolean>;
1782
+ };
1783
+ labelDirection: {
1784
+ type: import("vue").PropType<"top" | "left" | "inside">;
1785
+ };
1786
+ feedbackHelpText: {
1787
+ type: import("vue").PropType<string>;
1788
+ };
1789
+ feedbackErrorText: {
1790
+ type: import("vue").PropType<string>;
1791
+ };
1792
+ hoverHelpText: {
1793
+ type: import("vue").PropType<string>;
1794
+ };
1795
+ hoverHelpTextPlacement: {
1796
+ 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">;
1797
+ };
1798
+ onlyDigits: {
1799
+ type: import("vue").PropType<boolean>;
1800
+ };
1801
+ }>> & {
1802
+ "onUpdate:modelValue"?: (value: number) => any;
1803
+ }, {}>;
1804
+ PercentageInput: import("vue").DefineComponent<{
1805
+ ref: {
1806
+ type: import("vue").PropType<import("vue").VNodeRef>;
1807
+ };
1808
+ label: {
1809
+ type: import("vue").PropType<string>;
1810
+ };
1811
+ style: {
1812
+ type: import("vue").PropType<unknown>;
1813
+ };
1814
+ size: {
1815
+ type: import("vue").PropType<"sm" | "lg">;
1816
+ };
1817
+ testId: {
1818
+ type: import("vue").PropType<string>;
1819
+ };
1820
+ key: {
1821
+ type: import("vue").PropType<string | number | symbol>;
1822
+ };
1823
+ ref_for: {
1824
+ type: import("vue").PropType<boolean>;
1825
+ };
1826
+ ref_key: {
1827
+ type: import("vue").PropType<string>;
1828
+ };
1829
+ onVnodeBeforeMount: {
1830
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1831
+ [key: string]: any;
1832
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1833
+ [key: string]: any;
1834
+ }>) => void)[]>;
1835
+ };
1836
+ onVnodeMounted: {
1837
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1838
+ [key: string]: any;
1839
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1840
+ [key: string]: any;
1841
+ }>) => void)[]>;
1842
+ };
1843
+ onVnodeBeforeUpdate: {
1844
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1845
+ [key: string]: any;
1846
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1847
+ [key: string]: any;
1848
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1849
+ [key: string]: any;
1850
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1851
+ [key: string]: any;
1852
+ }>) => void)[]>;
1853
+ };
1854
+ onVnodeUpdated: {
1855
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1856
+ [key: string]: any;
1857
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1858
+ [key: string]: any;
1859
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1860
+ [key: string]: any;
1861
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1862
+ [key: string]: any;
1863
+ }>) => void)[]>;
1864
+ };
1865
+ onVnodeBeforeUnmount: {
1866
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1867
+ [key: string]: any;
1868
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1869
+ [key: string]: any;
1870
+ }>) => void)[]>;
1871
+ };
1872
+ onVnodeUnmounted: {
1873
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1874
+ [key: string]: any;
1875
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1876
+ [key: string]: any;
1877
+ }>) => void)[]>;
1878
+ };
1879
+ class: {
1880
+ type: import("vue").PropType<unknown>;
1881
+ };
1882
+ disabled: {
1883
+ type: import("vue").PropType<boolean>;
1884
+ };
1885
+ modelValue: {
1886
+ type: import("vue").PropType<string | number>;
1887
+ };
1888
+ placeholder: {
1889
+ type: import("vue").PropType<string>;
1890
+ };
1891
+ "onUpdate:modelValue": {
1892
+ type: import("vue").PropType<(value: string | number) => any>;
1893
+ };
1894
+ mandatory: {
1895
+ type: import("vue").PropType<boolean>;
1896
+ };
1897
+ autoFocus: {
1898
+ type: import("vue").PropType<boolean>;
1899
+ };
1900
+ viewOnly: {
1901
+ type: import("vue").PropType<boolean>;
1902
+ };
1903
+ labelDirection: {
1904
+ type: import("vue").PropType<"top" | "left" | "inside">;
1905
+ };
1906
+ feedbackHelpText: {
1907
+ type: import("vue").PropType<string>;
1908
+ };
1909
+ feedbackErrorText: {
1910
+ type: import("vue").PropType<string>;
1911
+ };
1912
+ step: {
1913
+ type: import("vue").PropType<number>;
1914
+ };
1915
+ hoverHelpText: {
1916
+ type: import("vue").PropType<string>;
1917
+ };
1918
+ hoverHelpTextPlacement: {
1919
+ 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">;
1920
+ };
1921
+ onlyDigits: {
1922
+ type: import("vue").PropType<boolean>;
1923
+ };
1924
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1925
+ "update:modelValue": (value: number) => void;
1926
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1927
+ ref: {
1928
+ type: import("vue").PropType<import("vue").VNodeRef>;
1929
+ };
1930
+ label: {
1931
+ type: import("vue").PropType<string>;
1932
+ };
1933
+ style: {
1934
+ type: import("vue").PropType<unknown>;
1935
+ };
1936
+ size: {
1937
+ type: import("vue").PropType<"sm" | "lg">;
1938
+ };
1939
+ testId: {
1940
+ type: import("vue").PropType<string>;
1941
+ };
1942
+ key: {
1943
+ type: import("vue").PropType<string | number | symbol>;
1944
+ };
1945
+ ref_for: {
1946
+ type: import("vue").PropType<boolean>;
1947
+ };
1948
+ ref_key: {
1949
+ type: import("vue").PropType<string>;
1950
+ };
1951
+ onVnodeBeforeMount: {
1952
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1953
+ [key: string]: any;
1954
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1955
+ [key: string]: any;
1956
+ }>) => void)[]>;
1957
+ };
1958
+ onVnodeMounted: {
1959
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1960
+ [key: string]: any;
1961
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1962
+ [key: string]: any;
1963
+ }>) => void)[]>;
1964
+ };
1965
+ onVnodeBeforeUpdate: {
1966
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1967
+ [key: string]: any;
1968
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1969
+ [key: string]: any;
1970
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1971
+ [key: string]: any;
1972
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1973
+ [key: string]: any;
1974
+ }>) => void)[]>;
1975
+ };
1976
+ onVnodeUpdated: {
1977
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1978
+ [key: string]: any;
1979
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1980
+ [key: string]: any;
1981
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1982
+ [key: string]: any;
1983
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1984
+ [key: string]: any;
1985
+ }>) => void)[]>;
1986
+ };
1987
+ onVnodeBeforeUnmount: {
1988
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1989
+ [key: string]: any;
1990
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1991
+ [key: string]: any;
1992
+ }>) => void)[]>;
1993
+ };
1994
+ onVnodeUnmounted: {
1995
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1996
+ [key: string]: any;
1997
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1998
+ [key: string]: any;
1999
+ }>) => void)[]>;
2000
+ };
2001
+ class: {
2002
+ type: import("vue").PropType<unknown>;
2003
+ };
2004
+ disabled: {
2005
+ type: import("vue").PropType<boolean>;
2006
+ };
2007
+ modelValue: {
2008
+ type: import("vue").PropType<string | number>;
2009
+ };
2010
+ placeholder: {
2011
+ type: import("vue").PropType<string>;
2012
+ };
2013
+ "onUpdate:modelValue": {
2014
+ type: import("vue").PropType<(value: string | number) => any>;
2015
+ };
2016
+ mandatory: {
2017
+ type: import("vue").PropType<boolean>;
2018
+ };
2019
+ autoFocus: {
2020
+ type: import("vue").PropType<boolean>;
2021
+ };
2022
+ viewOnly: {
2023
+ type: import("vue").PropType<boolean>;
2024
+ };
2025
+ labelDirection: {
2026
+ type: import("vue").PropType<"top" | "left" | "inside">;
2027
+ };
2028
+ feedbackHelpText: {
2029
+ type: import("vue").PropType<string>;
2030
+ };
2031
+ feedbackErrorText: {
2032
+ type: import("vue").PropType<string>;
2033
+ };
2034
+ step: {
2035
+ type: import("vue").PropType<number>;
2036
+ };
2037
+ hoverHelpText: {
2038
+ type: import("vue").PropType<string>;
2039
+ };
2040
+ hoverHelpTextPlacement: {
2041
+ 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">;
2042
+ };
2043
+ onlyDigits: {
2044
+ type: import("vue").PropType<boolean>;
2045
+ };
2046
+ }>> & {
2047
+ "onUpdate:modelValue"?: (value: number) => any;
2048
+ }, {}>;
2049
+ PasswordInput: import("vue").DefineComponent<{
2050
+ ref: {
2051
+ type: import("vue").PropType<import("vue").VNodeRef>;
2052
+ };
2053
+ label: {
2054
+ type: import("vue").PropType<string>;
2055
+ };
2056
+ style: {
2057
+ type: import("vue").PropType<unknown>;
2058
+ };
2059
+ size: {
2060
+ type: import("vue").PropType<"sm" | "lg">;
2061
+ };
2062
+ testId: {
2063
+ type: import("vue").PropType<string>;
2064
+ };
2065
+ key: {
2066
+ type: import("vue").PropType<string | number | symbol>;
2067
+ };
2068
+ ref_for: {
2069
+ type: import("vue").PropType<boolean>;
2070
+ };
2071
+ ref_key: {
2072
+ type: import("vue").PropType<string>;
2073
+ };
2074
+ onVnodeBeforeMount: {
2075
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2076
+ [key: string]: any;
2077
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2078
+ [key: string]: any;
2079
+ }>) => void)[]>;
2080
+ };
2081
+ onVnodeMounted: {
2082
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2083
+ [key: string]: any;
2084
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2085
+ [key: string]: any;
2086
+ }>) => void)[]>;
2087
+ };
2088
+ onVnodeBeforeUpdate: {
2089
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2090
+ [key: string]: any;
2091
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2092
+ [key: string]: any;
2093
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2094
+ [key: string]: any;
2095
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2096
+ [key: string]: any;
2097
+ }>) => void)[]>;
2098
+ };
2099
+ onVnodeUpdated: {
2100
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2101
+ [key: string]: any;
2102
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2103
+ [key: string]: any;
2104
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2105
+ [key: string]: any;
2106
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2107
+ [key: string]: any;
2108
+ }>) => void)[]>;
2109
+ };
2110
+ onVnodeBeforeUnmount: {
2111
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2112
+ [key: string]: any;
2113
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2114
+ [key: string]: any;
2115
+ }>) => void)[]>;
2116
+ };
2117
+ onVnodeUnmounted: {
2118
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2119
+ [key: string]: any;
2120
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2121
+ [key: string]: any;
2122
+ }>) => void)[]>;
2123
+ };
2124
+ class: {
2125
+ type: import("vue").PropType<unknown>;
2126
+ };
2127
+ disabled: {
2128
+ type: import("vue").PropType<boolean>;
2129
+ };
2130
+ modelValue: {
2131
+ type: import("vue").PropType<string | number>;
2132
+ };
2133
+ placeholder: {
2134
+ type: import("vue").PropType<string>;
2135
+ };
2136
+ "onUpdate:modelValue": {
2137
+ type: import("vue").PropType<(value: string | number) => any>;
2138
+ };
2139
+ mandatory: {
2140
+ type: import("vue").PropType<boolean>;
2141
+ };
2142
+ autoFocus: {
2143
+ type: import("vue").PropType<boolean>;
2144
+ };
2145
+ viewOnly: {
2146
+ type: import("vue").PropType<boolean>;
2147
+ };
2148
+ labelDirection: {
2149
+ type: import("vue").PropType<"top" | "left" | "inside">;
2150
+ };
2151
+ feedbackHelpText: {
2152
+ type: import("vue").PropType<string>;
2153
+ };
2154
+ feedbackErrorText: {
2155
+ type: import("vue").PropType<string>;
2156
+ };
2157
+ hoverHelpText: {
2158
+ type: import("vue").PropType<string>;
2159
+ };
2160
+ hoverHelpTextPlacement: {
2161
+ 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">;
2162
+ };
2163
+ onlyDigits: {
2164
+ type: import("vue").PropType<boolean>;
2165
+ };
2166
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2167
+ "update:modelValue": (value: string | number) => void;
2168
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2169
+ ref: {
2170
+ type: import("vue").PropType<import("vue").VNodeRef>;
2171
+ };
2172
+ label: {
2173
+ type: import("vue").PropType<string>;
2174
+ };
2175
+ style: {
2176
+ type: import("vue").PropType<unknown>;
2177
+ };
2178
+ size: {
2179
+ type: import("vue").PropType<"sm" | "lg">;
2180
+ };
2181
+ testId: {
2182
+ type: import("vue").PropType<string>;
2183
+ };
2184
+ key: {
2185
+ type: import("vue").PropType<string | number | symbol>;
2186
+ };
2187
+ ref_for: {
2188
+ type: import("vue").PropType<boolean>;
2189
+ };
2190
+ ref_key: {
2191
+ type: import("vue").PropType<string>;
2192
+ };
2193
+ onVnodeBeforeMount: {
2194
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2195
+ [key: string]: any;
2196
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2197
+ [key: string]: any;
2198
+ }>) => void)[]>;
2199
+ };
2200
+ onVnodeMounted: {
2201
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2202
+ [key: string]: any;
2203
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2204
+ [key: string]: any;
2205
+ }>) => void)[]>;
2206
+ };
2207
+ onVnodeBeforeUpdate: {
2208
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2209
+ [key: string]: any;
2210
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2211
+ [key: string]: any;
2212
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2213
+ [key: string]: any;
2214
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2215
+ [key: string]: any;
2216
+ }>) => void)[]>;
2217
+ };
2218
+ onVnodeUpdated: {
2219
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2220
+ [key: string]: any;
2221
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2222
+ [key: string]: any;
2223
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2224
+ [key: string]: any;
2225
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2226
+ [key: string]: any;
2227
+ }>) => void)[]>;
2228
+ };
2229
+ onVnodeBeforeUnmount: {
2230
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2231
+ [key: string]: any;
2232
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2233
+ [key: string]: any;
2234
+ }>) => void)[]>;
2235
+ };
2236
+ onVnodeUnmounted: {
2237
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2238
+ [key: string]: any;
2239
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2240
+ [key: string]: any;
2241
+ }>) => void)[]>;
2242
+ };
2243
+ class: {
2244
+ type: import("vue").PropType<unknown>;
2245
+ };
2246
+ disabled: {
2247
+ type: import("vue").PropType<boolean>;
2248
+ };
2249
+ modelValue: {
2250
+ type: import("vue").PropType<string | number>;
2251
+ };
2252
+ placeholder: {
2253
+ type: import("vue").PropType<string>;
2254
+ };
2255
+ "onUpdate:modelValue": {
2256
+ type: import("vue").PropType<(value: string | number) => any>;
2257
+ };
2258
+ mandatory: {
2259
+ type: import("vue").PropType<boolean>;
2260
+ };
2261
+ autoFocus: {
2262
+ type: import("vue").PropType<boolean>;
2263
+ };
2264
+ viewOnly: {
2265
+ type: import("vue").PropType<boolean>;
2266
+ };
2267
+ labelDirection: {
2268
+ type: import("vue").PropType<"top" | "left" | "inside">;
2269
+ };
2270
+ feedbackHelpText: {
2271
+ type: import("vue").PropType<string>;
2272
+ };
2273
+ feedbackErrorText: {
2274
+ type: import("vue").PropType<string>;
2275
+ };
2276
+ hoverHelpText: {
2277
+ type: import("vue").PropType<string>;
2278
+ };
2279
+ hoverHelpTextPlacement: {
2280
+ 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">;
2281
+ };
2282
+ onlyDigits: {
2283
+ type: import("vue").PropType<boolean>;
2284
+ };
2285
+ }>> & {
2286
+ "onUpdate:modelValue"?: (value: string | number) => any;
2287
+ }, {}>;
2288
+ InputTypes: () => (import("vue").DefineComponent<{
2289
+ type: {
2290
+ type: import("vue").PropType<"number" | "text" | "password">;
2291
+ } & {
2292
+ default: string;
2293
+ };
2294
+ label: {
2295
+ type: import("vue").PropType<string>;
2296
+ } & {
2297
+ default: string;
2298
+ };
2299
+ size: {
2300
+ type: import("vue").PropType<"sm" | "lg">;
2301
+ } & {
2302
+ default: string;
2303
+ };
2304
+ testId: {
2305
+ type: import("vue").PropType<string>;
2306
+ } & {
2307
+ default: string;
2308
+ };
2309
+ disabled: {
2310
+ type: import("vue").PropType<boolean>;
2311
+ } & {
2312
+ default: boolean;
2313
+ };
2314
+ modelValue: {
2315
+ type: import("vue").PropType<string | number>;
2316
+ } & {
2317
+ default: string;
2318
+ };
2319
+ placeholder: {
2320
+ type: import("vue").PropType<string>;
2321
+ } & {
2322
+ default: string;
2323
+ };
2324
+ mandatory: {
2325
+ type: import("vue").PropType<boolean>;
2326
+ } & {
2327
+ default: boolean;
2328
+ };
2329
+ autoFocus: {
2330
+ type: import("vue").PropType<boolean>;
2331
+ } & {
2332
+ default: boolean;
2333
+ };
2334
+ viewOnly: {
2335
+ type: import("vue").PropType<boolean>;
2336
+ } & {
2337
+ default: boolean;
2338
+ };
2339
+ labelDirection: {
2340
+ type: import("vue").PropType<"top" | "left" | "inside">;
2341
+ } & {
2342
+ default: string;
2343
+ };
2344
+ feedbackHelpText: {
2345
+ type: import("vue").PropType<string>;
2346
+ } & {
2347
+ default: string;
2348
+ };
2349
+ feedbackErrorText: {
2350
+ type: import("vue").PropType<string>;
2351
+ } & {
2352
+ default: string;
2353
+ };
2354
+ hideNumberArrows: {
2355
+ type: import("vue").PropType<boolean>;
2356
+ } & {
2357
+ default: boolean;
2358
+ };
2359
+ step: {
2360
+ type: import("vue").PropType<number>;
2361
+ } & {
2362
+ default: number;
2363
+ };
2364
+ hoverHelpText: {
2365
+ type: import("vue").PropType<string>;
2366
+ } & {
2367
+ default: string;
2368
+ };
2369
+ hoverHelpTextPlacement: {
2370
+ 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">;
2371
+ } & {
2372
+ default: string;
2373
+ };
2374
+ onlyDigits: {
2375
+ type: import("vue").PropType<boolean>;
2376
+ } & {
2377
+ default: boolean;
2378
+ };
2379
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2380
+ "update:modelValue": (value: string | number) => void;
2381
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2382
+ type: {
2383
+ type: import("vue").PropType<"number" | "text" | "password">;
2384
+ } & {
2385
+ default: string;
2386
+ };
2387
+ label: {
2388
+ type: import("vue").PropType<string>;
2389
+ } & {
2390
+ default: string;
2391
+ };
2392
+ size: {
2393
+ type: import("vue").PropType<"sm" | "lg">;
2394
+ } & {
2395
+ default: string;
2396
+ };
2397
+ testId: {
2398
+ type: import("vue").PropType<string>;
2399
+ } & {
2400
+ default: string;
2401
+ };
2402
+ disabled: {
2403
+ type: import("vue").PropType<boolean>;
2404
+ } & {
2405
+ default: boolean;
2406
+ };
2407
+ modelValue: {
2408
+ type: import("vue").PropType<string | number>;
2409
+ } & {
2410
+ default: string;
2411
+ };
2412
+ placeholder: {
2413
+ type: import("vue").PropType<string>;
2414
+ } & {
2415
+ default: string;
2416
+ };
2417
+ mandatory: {
2418
+ type: import("vue").PropType<boolean>;
2419
+ } & {
2420
+ default: boolean;
2421
+ };
2422
+ autoFocus: {
2423
+ type: import("vue").PropType<boolean>;
2424
+ } & {
2425
+ default: boolean;
2426
+ };
2427
+ viewOnly: {
2428
+ type: import("vue").PropType<boolean>;
2429
+ } & {
2430
+ default: boolean;
2431
+ };
2432
+ labelDirection: {
2433
+ type: import("vue").PropType<"top" | "left" | "inside">;
2434
+ } & {
2435
+ default: string;
2436
+ };
2437
+ feedbackHelpText: {
2438
+ type: import("vue").PropType<string>;
2439
+ } & {
2440
+ default: string;
2441
+ };
2442
+ feedbackErrorText: {
2443
+ type: import("vue").PropType<string>;
2444
+ } & {
2445
+ default: string;
2446
+ };
2447
+ hideNumberArrows: {
2448
+ type: import("vue").PropType<boolean>;
2449
+ } & {
2450
+ default: boolean;
2451
+ };
2452
+ step: {
2453
+ type: import("vue").PropType<number>;
2454
+ } & {
2455
+ default: number;
2456
+ };
2457
+ hoverHelpText: {
2458
+ type: import("vue").PropType<string>;
2459
+ } & {
2460
+ default: string;
2461
+ };
2462
+ hoverHelpTextPlacement: {
2463
+ 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">;
2464
+ } & {
2465
+ default: string;
2466
+ };
2467
+ onlyDigits: {
2468
+ type: import("vue").PropType<boolean>;
2469
+ } & {
2470
+ default: boolean;
2471
+ };
2472
+ }>> & {
2473
+ "onUpdate:modelValue"?: (value: string | number) => any;
2474
+ }, {
2475
+ type: "number" | "text" | "password";
2476
+ label: string;
2477
+ size: "sm" | "lg";
2478
+ testId: string;
2479
+ disabled: boolean;
2480
+ modelValue: string | number;
2481
+ placeholder: string;
2482
+ mandatory: boolean;
2483
+ autoFocus: boolean;
2484
+ viewOnly: boolean;
2485
+ labelDirection: "top" | "left" | "inside";
2486
+ feedbackHelpText: string;
2487
+ feedbackErrorText: string;
2488
+ hideNumberArrows: boolean;
2489
+ step: number;
2490
+ hoverHelpText: string;
2491
+ 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";
2492
+ onlyDigits: boolean;
2493
+ }> | import("vue").DefineComponent<{
2494
+ ref: {
2495
+ type: import("vue").PropType<import("vue").VNodeRef>;
2496
+ };
2497
+ label: {
2498
+ type: import("vue").PropType<string>;
2499
+ };
2500
+ style: {
2501
+ type: import("vue").PropType<unknown>;
2502
+ };
2503
+ size: {
2504
+ type: import("vue").PropType<"sm" | "lg">;
2505
+ };
2506
+ testId: {
2507
+ type: import("vue").PropType<string>;
2508
+ };
2509
+ key: {
2510
+ type: import("vue").PropType<string | number | symbol>;
2511
+ };
2512
+ ref_for: {
2513
+ type: import("vue").PropType<boolean>;
2514
+ };
2515
+ ref_key: {
2516
+ type: import("vue").PropType<string>;
2517
+ };
2518
+ onVnodeBeforeMount: {
2519
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2520
+ [key: string]: any;
2521
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2522
+ [key: string]: any;
2523
+ }>) => void)[]>;
2524
+ };
2525
+ onVnodeMounted: {
2526
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2527
+ [key: string]: any;
2528
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2529
+ [key: string]: any;
2530
+ }>) => void)[]>;
2531
+ };
2532
+ onVnodeBeforeUpdate: {
2533
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2534
+ [key: string]: any;
2535
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2536
+ [key: string]: any;
2537
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2538
+ [key: string]: any;
2539
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2540
+ [key: string]: any;
2541
+ }>) => void)[]>;
2542
+ };
2543
+ onVnodeUpdated: {
2544
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2545
+ [key: string]: any;
2546
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2547
+ [key: string]: any;
2548
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2549
+ [key: string]: any;
2550
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2551
+ [key: string]: any;
2552
+ }>) => void)[]>;
2553
+ };
2554
+ onVnodeBeforeUnmount: {
2555
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2556
+ [key: string]: any;
2557
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2558
+ [key: string]: any;
2559
+ }>) => void)[]>;
2560
+ };
2561
+ onVnodeUnmounted: {
2562
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2563
+ [key: string]: any;
2564
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2565
+ [key: string]: any;
2566
+ }>) => void)[]>;
2567
+ };
2568
+ class: {
2569
+ type: import("vue").PropType<unknown>;
2570
+ };
2571
+ disabled: {
2572
+ type: import("vue").PropType<boolean>;
2573
+ };
2574
+ modelValue: {
2575
+ type: import("vue").PropType<string | number>;
2576
+ };
2577
+ placeholder: {
2578
+ type: import("vue").PropType<string>;
2579
+ };
2580
+ "onUpdate:modelValue": {
2581
+ type: import("vue").PropType<(value: string | number) => any>;
2582
+ };
2583
+ mandatory: {
2584
+ type: import("vue").PropType<boolean>;
2585
+ };
2586
+ autoFocus: {
2587
+ type: import("vue").PropType<boolean>;
2588
+ };
2589
+ viewOnly: {
2590
+ type: import("vue").PropType<boolean>;
2591
+ };
2592
+ labelDirection: {
2593
+ type: import("vue").PropType<"top" | "left" | "inside">;
2594
+ };
2595
+ feedbackHelpText: {
2596
+ type: import("vue").PropType<string>;
2597
+ };
2598
+ feedbackErrorText: {
2599
+ type: import("vue").PropType<string>;
2600
+ };
2601
+ hoverHelpText: {
2602
+ type: import("vue").PropType<string>;
2603
+ };
2604
+ hoverHelpTextPlacement: {
2605
+ 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">;
2606
+ };
2607
+ onlyDigits: {
2608
+ type: import("vue").PropType<boolean>;
2609
+ };
2610
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2611
+ "update:modelValue": (value: number) => void;
2612
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2613
+ ref: {
2614
+ type: import("vue").PropType<import("vue").VNodeRef>;
2615
+ };
2616
+ label: {
2617
+ type: import("vue").PropType<string>;
2618
+ };
2619
+ style: {
2620
+ type: import("vue").PropType<unknown>;
2621
+ };
2622
+ size: {
2623
+ type: import("vue").PropType<"sm" | "lg">;
2624
+ };
2625
+ testId: {
2626
+ type: import("vue").PropType<string>;
2627
+ };
2628
+ key: {
2629
+ type: import("vue").PropType<string | number | symbol>;
2630
+ };
2631
+ ref_for: {
2632
+ type: import("vue").PropType<boolean>;
2633
+ };
2634
+ ref_key: {
2635
+ type: import("vue").PropType<string>;
2636
+ };
2637
+ onVnodeBeforeMount: {
2638
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2639
+ [key: string]: any;
2640
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2641
+ [key: string]: any;
2642
+ }>) => void)[]>;
2643
+ };
2644
+ onVnodeMounted: {
2645
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2646
+ [key: string]: any;
2647
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2648
+ [key: string]: any;
2649
+ }>) => void)[]>;
2650
+ };
2651
+ onVnodeBeforeUpdate: {
2652
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2653
+ [key: string]: any;
2654
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2655
+ [key: string]: any;
2656
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2657
+ [key: string]: any;
2658
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2659
+ [key: string]: any;
2660
+ }>) => void)[]>;
2661
+ };
2662
+ onVnodeUpdated: {
2663
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2664
+ [key: string]: any;
2665
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2666
+ [key: string]: any;
2667
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2668
+ [key: string]: any;
2669
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2670
+ [key: string]: any;
2671
+ }>) => void)[]>;
2672
+ };
2673
+ onVnodeBeforeUnmount: {
2674
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2675
+ [key: string]: any;
2676
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2677
+ [key: string]: any;
2678
+ }>) => void)[]>;
2679
+ };
2680
+ onVnodeUnmounted: {
2681
+ type: import("vue").PropType<((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2682
+ [key: string]: any;
2683
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2684
+ [key: string]: any;
2685
+ }>) => void)[]>;
2686
+ };
2687
+ class: {
2688
+ type: import("vue").PropType<unknown>;
2689
+ };
2690
+ disabled: {
2691
+ type: import("vue").PropType<boolean>;
2692
+ };
2693
+ modelValue: {
2694
+ type: import("vue").PropType<string | number>;
2695
+ };
2696
+ placeholder: {
2697
+ type: import("vue").PropType<string>;
2698
+ };
2699
+ "onUpdate:modelValue": {
2700
+ type: import("vue").PropType<(value: string | number) => any>;
2701
+ };
2702
+ mandatory: {
2703
+ type: import("vue").PropType<boolean>;
2704
+ };
2705
+ autoFocus: {
2706
+ type: import("vue").PropType<boolean>;
2707
+ };
2708
+ viewOnly: {
2709
+ type: import("vue").PropType<boolean>;
2710
+ };
2711
+ labelDirection: {
2712
+ type: import("vue").PropType<"top" | "left" | "inside">;
2713
+ };
2714
+ feedbackHelpText: {
2715
+ type: import("vue").PropType<string>;
2716
+ };
2717
+ feedbackErrorText: {
2718
+ type: import("vue").PropType<string>;
2719
+ };
2720
+ hoverHelpText: {
2721
+ type: import("vue").PropType<string>;
2722
+ };
2723
+ hoverHelpTextPlacement: {
2724
+ 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">;
2725
+ };
2726
+ onlyDigits: {
2727
+ type: import("vue").PropType<boolean>;
2728
+ };
2729
+ }>> & {
2730
+ "onUpdate:modelValue"?: (value: number) => any;
2731
+ }, {}>)[];
25
2732
  Search: import("vue").DefineComponent<{
26
2733
  size: {
27
2734
  type: import("vue").PropType<"md" | "sm">;
@@ -1123,13 +3830,18 @@ declare const _default: {
1123
3830
  } & {
1124
3831
  default: boolean;
1125
3832
  };
1126
- leftIconName: {
1127
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3833
+ disabled: {
3834
+ type: import("vue").PropType<boolean>;
3835
+ } & {
3836
+ default: boolean;
3837
+ };
3838
+ startIconName: {
3839
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1128
3840
  } & {
1129
3841
  default: any;
1130
3842
  };
1131
- rightIconName: {
1132
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3843
+ endIconName: {
3844
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1133
3845
  } & {
1134
3846
  default: any;
1135
3847
  };
@@ -1159,13 +3871,18 @@ declare const _default: {
1159
3871
  } & {
1160
3872
  default: boolean;
1161
3873
  };
1162
- leftIconName: {
1163
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3874
+ disabled: {
3875
+ type: import("vue").PropType<boolean>;
3876
+ } & {
3877
+ default: boolean;
3878
+ };
3879
+ startIconName: {
3880
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1164
3881
  } & {
1165
3882
  default: any;
1166
3883
  };
1167
- rightIconName: {
1168
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3884
+ endIconName: {
3885
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1169
3886
  } & {
1170
3887
  default: any;
1171
3888
  };
@@ -1179,8 +3896,9 @@ declare const _default: {
1179
3896
  testId: string;
1180
3897
  variant: "text" | "contained" | "outlined";
1181
3898
  loading: boolean;
1182
- leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
1183
- rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
3899
+ disabled: boolean;
3900
+ startIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
3901
+ endIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
1184
3902
  color: "default" | "info" | "success" | "warning" | "primary" | "danger";
1185
3903
  }>;
1186
3904
  ButtonTypes: () => import("vue").DefineComponent<{
@@ -1204,13 +3922,18 @@ declare const _default: {
1204
3922
  } & {
1205
3923
  default: boolean;
1206
3924
  };
1207
- leftIconName: {
1208
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3925
+ disabled: {
3926
+ type: import("vue").PropType<boolean>;
3927
+ } & {
3928
+ default: boolean;
3929
+ };
3930
+ startIconName: {
3931
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1209
3932
  } & {
1210
3933
  default: any;
1211
3934
  };
1212
- rightIconName: {
1213
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3935
+ endIconName: {
3936
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1214
3937
  } & {
1215
3938
  default: any;
1216
3939
  };
@@ -1240,13 +3963,18 @@ declare const _default: {
1240
3963
  } & {
1241
3964
  default: boolean;
1242
3965
  };
1243
- leftIconName: {
1244
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3966
+ disabled: {
3967
+ type: import("vue").PropType<boolean>;
3968
+ } & {
3969
+ default: boolean;
3970
+ };
3971
+ startIconName: {
3972
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1245
3973
  } & {
1246
3974
  default: any;
1247
3975
  };
1248
- rightIconName: {
1249
- type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad">;
3976
+ endIconName: {
3977
+ type: import("vue").PropType<"search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon">;
1250
3978
  } & {
1251
3979
  default: any;
1252
3980
  };
@@ -1260,8 +3988,9 @@ declare const _default: {
1260
3988
  testId: string;
1261
3989
  variant: "text" | "contained" | "outlined";
1262
3990
  loading: boolean;
1263
- leftIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
1264
- rightIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
3991
+ disabled: boolean;
3992
+ startIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
3993
+ endIconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4" | "check-circle" | "warning-octagon";
1265
3994
  color: "default" | "info" | "success" | "warning" | "primary" | "danger";
1266
3995
  }>[];
1267
3996
  IconButton: import("vue").DefineComponent<{
@@ -1554,7 +4283,6 @@ declare const _default: {
1554
4283
  export default _default;
1555
4284
  export * from '@/components/toggle';
1556
4285
  export * from '@/components/tooltip';
1557
- export * from '@/components/input';
1558
4286
  export * from '@/components/textArea';
1559
4287
  export * from '@/components/table-cells';
1560
4288
  export * from '@/composables/useToggle';