@ironsource/shared-ui 2.0.0-rc.2 → 2.0.0-test.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (861) hide show
  1. package/components/appIcon/AppIcon.vue.js +6 -0
  2. package/components/appIcon/index.js +6 -0
  3. package/components/appTrigger/AppTrigger.vue.js +6 -0
  4. package/components/appTrigger/AppTrigger.vue2.js +121 -0
  5. package/components/appTrigger/index.js +6 -0
  6. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +6 -0
  7. package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +119 -0
  8. package/components/autocompleteDropdown/AutocompleteInput.vue.js +6 -0
  9. package/components/autocompleteDropdown/AutocompleteInput.vue2.js +79 -0
  10. package/components/autocompleteDropdown/GroupOption.vue.js +6 -0
  11. package/components/autocompleteDropdown/GroupOption.vue2.js +34 -0
  12. package/components/autocompleteDropdown/index.js +6 -0
  13. package/components/banner/Banner.vue.js +6 -0
  14. package/components/banner/Banner.vue2.js +58 -0
  15. package/components/banner/index.js +6 -0
  16. package/components/button/common/ButtonBase.vue2.js +6 -0
  17. package/components/button/common/ButtonBase.vue3.js +53 -0
  18. package/components/button/icon/LoaderCircleIcon.vue.js +33 -0
  19. package/components/button/icon/LoaderDotsIcon.vue.js +16 -0
  20. package/components/button/v3/Button.vue.js +6 -0
  21. package/components/button/v3/Button.vue2.js +90 -0
  22. package/components/button/v3/IconButton.vue.js +6 -0
  23. package/components/button/v3/IconButton.vue2.js +45 -0
  24. package/components/button/v3/ScrollButton.vue.js +6 -0
  25. package/components/button/v3/ScrollButton.vue2.js +43 -0
  26. package/components/button/v3/index.js +10 -0
  27. package/components/button/v4/ButtonV4.vue.js +6 -0
  28. package/components/button/v4/ButtonV4.vue2.js +84 -0
  29. package/components/button/v4/index.js +6 -0
  30. package/components/checkbox/Checkbox.vue.js +6 -0
  31. package/components/checkbox/Checkbox.vue2.js +91 -0
  32. package/components/checkbox/icons/checked.vue.js +27 -0
  33. package/components/checkbox/icons/indeterminate.vue.js +28 -0
  34. package/components/checkbox/icons/unchecked.vue.js +24 -0
  35. package/components/checkbox/index.js +6 -0
  36. package/components/chip/v3/Chip.vue.js +6 -0
  37. package/components/chip/v3/Chip.vue2.js +58 -0
  38. package/components/chip/v3/index.js +6 -0
  39. package/components/chip/v4/ChipV4.vue.js +6 -0
  40. package/components/chip/v4/ChipV4.vue2.js +67 -0
  41. package/components/chip/v4/index.js +6 -0
  42. package/components/cssBaseline/CssBaseline.vue.js +10 -0
  43. package/components/cssBaseline/index.js +6 -0
  44. package/components/datePicker/DatePicker.vue.js +6 -0
  45. package/components/datePicker/DatePicker.vue2.js +97 -0
  46. package/components/datePicker/DatePickerMonth.vue.js +6 -0
  47. package/components/datePicker/DatePickerMonth.vue2.js +85 -0
  48. package/components/datePicker/index.js +6 -0
  49. package/components/dateRange/CalendarMonth.vue.js +6 -0
  50. package/components/dateRange/CalendarMonth.vue2.js +243 -0
  51. package/components/dateRange/DateRange.vue.js +6 -0
  52. package/components/dateRange/DateRange.vue2.js +415 -0
  53. package/components/dateRange/index.js +6 -0
  54. package/components/dialog/Dialog.vue.js +6 -0
  55. package/components/dialog/Dialog.vue2.js +177 -0
  56. package/components/dialog/index.js +6 -0
  57. package/components/dropdown/common/Dropdown.common.js +299 -0
  58. package/components/dropdown/common/Label.vue.js +6 -0
  59. package/components/dropdown/common/Label.vue2.js +35 -0
  60. package/components/dropdown/common/Option.vue.js +6 -0
  61. package/components/dropdown/common/Option.vue2.js +101 -0
  62. package/components/dropdown/common/SearchInput.vue.js +6 -0
  63. package/components/dropdown/common/SearchInput.vue2.js +81 -0
  64. package/components/dropdown/v3/Dropdown.vue.js +6 -0
  65. package/components/dropdown/v3/Dropdown.vue2.js +372 -0
  66. package/components/dropdown/v3/index.js +12 -0
  67. package/components/dropdown/v4/DropdownV4.vue.js +6 -0
  68. package/components/dropdown/v4/DropdownV4.vue2.js +387 -0
  69. package/components/dropdown/v4/index.js +6 -0
  70. package/components/emptyState/EmptyState.vue.js +6 -0
  71. package/components/emptyState/EmptyState.vue2.js +89 -0
  72. package/components/emptyState/EmptyStateIcon.vue.js +35 -0
  73. package/components/emptyState/index.js +6 -0
  74. package/components/filterDropdown/AddFilterButton.vue.js +6 -0
  75. package/components/filterDropdown/AddFilterButton.vue2.js +50 -0
  76. package/components/filterDropdown/FilterDropdown.vue.js +6 -0
  77. package/components/filterDropdown/FilterDropdown.vue2.js +55 -0
  78. package/components/filterDropdown/index.js +8 -0
  79. package/components/filtersPanel/FilterSearchInput.vue.js +6 -0
  80. package/components/filtersPanel/FilterSearchInput.vue2.js +45 -0
  81. package/components/filtersPanel/FiltersPanel.vue.js +6 -0
  82. package/components/filtersPanel/index.js +14 -0
  83. package/components/floatingToolbar/FloatingToolbar.vue.js +6 -0
  84. package/components/floatingToolbar/FloatingToolbar.vue2.js +69 -0
  85. package/components/floatingToolbar/index.js +6 -0
  86. package/components/icon/Icon.vue.js +6 -0
  87. package/components/icon/Icon.vue2.js +38 -0
  88. package/components/icon/icons/A.vue.js +24 -0
  89. package/components/icon/icons/A2.vue.js +18 -0
  90. package/components/icon/icons/ABTest.vue.js +20 -0
  91. package/components/icon/icons/ABTest2.vue.js +15 -0
  92. package/components/icon/icons/ACircle.vue.js +20 -0
  93. package/components/icon/icons/AccountBalanceWallet.vue.js +22 -0
  94. package/components/icon/icons/AccountCircle.vue.js +20 -0
  95. package/components/icon/icons/AccountCircleOutline.vue.js +18 -0
  96. package/components/icon/icons/Add.vue.js +18 -0
  97. package/components/icon/icons/Adjust.vue.js +43 -0
  98. package/components/icon/icons/Analytics.vue.js +18 -0
  99. package/components/icon/icons/Android.vue.js +20 -0
  100. package/components/icon/icons/AngleDown.vue.js +20 -0
  101. package/components/icon/icons/AngleLeft.vue.js +20 -0
  102. package/components/icon/icons/AngleRight.vue.js +20 -0
  103. package/components/icon/icons/AngleUp.vue.js +20 -0
  104. package/components/icon/icons/AppStore.vue.js +21 -0
  105. package/components/icon/icons/AreaChart.vue.js +18 -0
  106. package/components/icon/icons/ArrowBack.vue.js +18 -0
  107. package/components/icon/icons/ArrowDownward.vue.js +18 -0
  108. package/components/icon/icons/ArrowForward.vue.js +18 -0
  109. package/components/icon/icons/ArrowLeft.vue.js +18 -0
  110. package/components/icon/icons/ArrowRight.vue.js +18 -0
  111. package/components/icon/icons/ArrowSort-Down.vue.js +20 -0
  112. package/components/icon/icons/ArrowSort-Up.vue.js +20 -0
  113. package/components/icon/icons/ArrowUpward.vue.js +18 -0
  114. package/components/icon/icons/AutoAwesome.vue.js +18 -0
  115. package/components/icon/icons/AutoMode.vue.js +20 -0
  116. package/components/icon/icons/Autorenew.vue.js +18 -0
  117. package/components/icon/icons/B.vue.js +24 -0
  118. package/components/icon/icons/B2.vue.js +18 -0
  119. package/components/icon/icons/BCircle.vue.js +20 -0
  120. package/components/icon/icons/Banner.vue.js +24 -0
  121. package/components/icon/icons/Bidding.vue.js +32 -0
  122. package/components/icon/icons/Bidding2.vue.js +32 -0
  123. package/components/icon/icons/Block.vue.js +18 -0
  124. package/components/icon/icons/BorderColor.vue.js +20 -0
  125. package/components/icon/icons/Bug.vue.js +20 -0
  126. package/components/icon/icons/Bullhorn.vue.js +18 -0
  127. package/components/icon/icons/BullseyeArrow.vue.js +23 -0
  128. package/components/icon/icons/Cached.vue.js +18 -0
  129. package/components/icon/icons/Calendar.vue.js +23 -0
  130. package/components/icon/icons/CalendarToday.vue.js +18 -0
  131. package/components/icon/icons/Cancel.vue.js +20 -0
  132. package/components/icon/icons/ChartBar.vue.js +20 -0
  133. package/components/icon/icons/ChartLine.vue.js +20 -0
  134. package/components/icon/icons/ChartMixed.vue.js +20 -0
  135. package/components/icon/icons/Check.vue.js +18 -0
  136. package/components/icon/icons/Check2.vue.js +21 -0
  137. package/components/icon/icons/CheckBold.vue.js +20 -0
  138. package/components/icon/icons/CheckCircle.vue.js +21 -0
  139. package/components/icon/icons/Close.vue.js +18 -0
  140. package/components/icon/icons/CloseBold.vue.js +18 -0
  141. package/components/icon/icons/ComputerMouse.vue.js +23 -0
  142. package/components/icon/icons/CopyTo-Clipboard.vue.js +20 -0
  143. package/components/icon/icons/CopyToClipboardFilled.vue.js +18 -0
  144. package/components/icon/icons/Create.vue.js +20 -0
  145. package/components/icon/icons/Creative.vue.js +20 -0
  146. package/components/icon/icons/Cross.vue.js +20 -0
  147. package/components/icon/icons/CrownFill.vue.js +18 -0
  148. package/components/icon/icons/Cube.vue.js +21 -0
  149. package/components/icon/icons/CubeBackground.vue.js +27 -0
  150. package/components/icon/icons/Cup.vue.js +18 -0
  151. package/components/icon/icons/CupA.vue.js +15 -0
  152. package/components/icon/icons/CupB.vue.js +15 -0
  153. package/components/icon/icons/Delete.vue.js +20 -0
  154. package/components/icon/icons/Diamond.vue.js +18 -0
  155. package/components/icon/icons/Dots.vue.js +20 -0
  156. package/components/icon/icons/Download.vue.js +20 -0
  157. package/components/icon/icons/Download2.vue.js +23 -0
  158. package/components/icon/icons/DownloadDone.vue.js +20 -0
  159. package/components/icon/icons/DragIndicator.vue.js +18 -0
  160. package/components/icon/icons/Ecpi.vue.js +31 -0
  161. package/components/icon/icons/Email.vue.js +20 -0
  162. package/components/icon/icons/EmailEnvelope.vue.js +18 -0
  163. package/components/icon/icons/Error.vue.js +20 -0
  164. package/components/icon/icons/Eye.vue.js +22 -0
  165. package/components/icon/icons/Eye2.vue.js +19 -0
  166. package/components/icon/icons/EyeSlash.vue.js +21 -0
  167. package/components/icon/icons/FavoriteBorder.vue.js +20 -0
  168. package/components/icon/icons/Filter.vue.js +20 -0
  169. package/components/icon/icons/FilterList.vue.js +18 -0
  170. package/components/icon/icons/Frame.vue.js +20 -0
  171. package/components/icon/icons/Fullscreen.vue.js +20 -0
  172. package/components/icon/icons/FullscreenExit.vue.js +20 -0
  173. package/components/icon/icons/Functions.vue.js +18 -0
  174. package/components/icon/icons/GamepadAlt.vue.js +20 -0
  175. package/components/icon/icons/Games.vue.js +20 -0
  176. package/components/icon/icons/Gavel.vue.js +20 -0
  177. package/components/icon/icons/Gift.vue.js +20 -0
  178. package/components/icon/icons/GitHub.vue.js +20 -0
  179. package/components/icon/icons/GlobeStand.vue.js +20 -0
  180. package/components/icon/icons/GooglePlay.vue.js +18 -0
  181. package/components/icon/icons/Group.vue.js +20 -0
  182. package/components/icon/icons/Hammer.vue.js +20 -0
  183. package/components/icon/icons/HandPointer.vue.js +22 -0
  184. package/components/icon/icons/Hands.vue.js +20 -0
  185. package/components/icon/icons/Heartbeat.vue.js +20 -0
  186. package/components/icon/icons/Help.vue.js +20 -0
  187. package/components/icon/icons/HelpOutline.vue.js +20 -0
  188. package/components/icon/icons/History.vue.js +18 -0
  189. package/components/icon/icons/IOS.vue.js +20 -0
  190. package/components/icon/icons/Image.vue.js +18 -0
  191. package/components/icon/icons/ImageNotSupported.vue.js +23 -0
  192. package/components/icon/icons/ImageSlash.vue.js +18 -0
  193. package/components/icon/icons/ImportExport.vue.js +18 -0
  194. package/components/icon/icons/ImportExport2.vue.js +18 -0
  195. package/components/icon/icons/Importent.vue.js +20 -0
  196. package/components/icon/icons/Info.vue.js +20 -0
  197. package/components/icon/icons/Info2.vue.js +21 -0
  198. package/components/icon/icons/InfoOutline.vue.js +20 -0
  199. package/components/icon/icons/Insights.vue.js +20 -0
  200. package/components/icon/icons/Interstitial.vue.js +24 -0
  201. package/components/icon/icons/Ios14.vue.js +20 -0
  202. package/components/icon/icons/Js.vue.js +20 -0
  203. package/components/icon/icons/Landscape.vue.js +18 -0
  204. package/components/icon/icons/Launch.vue.js +18 -0
  205. package/components/icon/icons/Levelplay.vue.js +32 -0
  206. package/components/icon/icons/LimitCircle.vue.js +23 -0
  207. package/components/icon/icons/LimitOctagon.vue.js +23 -0
  208. package/components/icon/icons/Link.vue.js +18 -0
  209. package/components/icon/icons/LoadingClean.vue.js +18 -0
  210. package/components/icon/icons/Lock.vue.js +18 -0
  211. package/components/icon/icons/LockOpen.vue.js +18 -0
  212. package/components/icon/icons/Login.vue.js +18 -0
  213. package/components/icon/icons/Logout.vue.js +18 -0
  214. package/components/icon/icons/Marketing.vue.js +23 -0
  215. package/components/icon/icons/MilitaryTech.vue.js +18 -0
  216. package/components/icon/icons/Mix.vue.js +20 -0
  217. package/components/icon/icons/Mix2.vue.js +24 -0
  218. package/components/icon/icons/MobileLandscape.vue.js +20 -0
  219. package/components/icon/icons/MobilePortrait.vue.js +20 -0
  220. package/components/icon/icons/MoneyCheck.vue.js +22 -0
  221. package/components/icon/icons/MoreHoriz.vue.js +20 -0
  222. package/components/icon/icons/MoreVert.vue.js +20 -0
  223. package/components/icon/icons/Mouse.vue.js +20 -0
  224. package/components/icon/icons/MousePointer.vue.js +20 -0
  225. package/components/icon/icons/MovingUp.vue.js +18 -0
  226. package/components/icon/icons/NativeAd.vue.js +15 -0
  227. package/components/icon/icons/NotificationsNone.vue.js +20 -0
  228. package/components/icon/icons/Offerwall.vue.js +24 -0
  229. package/components/icon/icons/Palyable.vue.js +18 -0
  230. package/components/icon/icons/PaperPlane-Off.vue.js +20 -0
  231. package/components/icon/icons/PaperPlane.vue.js +20 -0
  232. package/components/icon/icons/Pause.vue.js +20 -0
  233. package/components/icon/icons/PauseCircleFilled.vue.js +20 -0
  234. package/components/icon/icons/PauseCircleOutline.vue.js +20 -0
  235. package/components/icon/icons/PhoneIphone.vue.js +18 -0
  236. package/components/icon/icons/Photo.vue.js +23 -0
  237. package/components/icon/icons/Photo2.vue.js +20 -0
  238. package/components/icon/icons/PlayArrow.vue.js +18 -0
  239. package/components/icon/icons/PlayCircleFilledWhite.vue.js +20 -0
  240. package/components/icon/icons/PlayCircleOutline.vue.js +20 -0
  241. package/components/icon/icons/Qrcode.vue.js +20 -0
  242. package/components/icon/icons/Question.vue.js +21 -0
  243. package/components/icon/icons/QuickAB.vue.js +15 -0
  244. package/components/icon/icons/QuickAB2.vue.js +15 -0
  245. package/components/icon/icons/React.vue.js +20 -0
  246. package/components/icon/icons/Redo.vue.js +18 -0
  247. package/components/icon/icons/Refresh.vue.js +18 -0
  248. package/components/icon/icons/Remove.vue.js +18 -0
  249. package/components/icon/icons/Replay.vue.js +18 -0
  250. package/components/icon/icons/RewardedVideo.vue.js +24 -0
  251. package/components/icon/icons/RocketLaunch.vue.js +18 -0
  252. package/components/icon/icons/Rotate.vue.js +20 -0
  253. package/components/icon/icons/Route.vue.js +20 -0
  254. package/components/icon/icons/SackDollar.vue.js +23 -0
  255. package/components/icon/icons/Schedule.vue.js +18 -0
  256. package/components/icon/icons/Search.vue.js +18 -0
  257. package/components/icon/icons/SearchBold.vue.js +20 -0
  258. package/components/icon/icons/Share.vue.js +18 -0
  259. package/components/icon/icons/Slack.vue.js +18 -0
  260. package/components/icon/icons/SportsEsports.vue.js +18 -0
  261. package/components/icon/icons/Star.vue.js +20 -0
  262. package/components/icon/icons/StarFill.vue.js +20 -0
  263. package/components/icon/icons/StatusBanner.vue.js +26 -0
  264. package/components/icon/icons/StatusInterstitial.vue.js +26 -0
  265. package/components/icon/icons/StatusNativeAd.vue.js +15 -0
  266. package/components/icon/icons/StatusOfferwall.vue.js +26 -0
  267. package/components/icon/icons/StatusRewardedVideo.vue.js +26 -0
  268. package/components/icon/icons/StopCircleFilled.vue.js +18 -0
  269. package/components/icon/icons/StopCircleOutline.vue.js +18 -0
  270. package/components/icon/icons/Style.vue.js +22 -0
  271. package/components/icon/icons/Success.vue.js +20 -0
  272. package/components/icon/icons/SuccessFull.vue.js +20 -0
  273. package/components/icon/icons/Switch.vue.js +20 -0
  274. package/components/icon/icons/TableEdit.vue.js +18 -0
  275. package/components/icon/icons/TabletLandscape.vue.js +20 -0
  276. package/components/icon/icons/TabletMac.vue.js +18 -0
  277. package/components/icon/icons/TabletPortrait.vue.js +20 -0
  278. package/components/icon/icons/Texture.vue.js +20 -0
  279. package/components/icon/icons/ThemeDark.vue.js +18 -0
  280. package/components/icon/icons/ThemeLight.vue.js +18 -0
  281. package/components/icon/icons/Timelapse.vue.js +18 -0
  282. package/components/icon/icons/Timeline.vue.js +18 -0
  283. package/components/icon/icons/TrendingDown.vue.js +18 -0
  284. package/components/icon/icons/TrendingFlat.vue.js +18 -0
  285. package/components/icon/icons/TrendingUp.vue.js +18 -0
  286. package/components/icon/icons/Tune.vue.js +20 -0
  287. package/components/icon/icons/TwoToneBanner.vue.js +28 -0
  288. package/components/icon/icons/TwoToneInterstitial.vue.js +28 -0
  289. package/components/icon/icons/TwoToneNativeAd.vue.js +15 -0
  290. package/components/icon/icons/TwoToneOfferwall.vue.js +24 -0
  291. package/components/icon/icons/TwoToneRewardedVideo.vue.js +30 -0
  292. package/components/icon/icons/Undo.vue.js +18 -0
  293. package/components/icon/icons/UnfoldLess.vue.js +20 -0
  294. package/components/icon/icons/UnfoldMore.vue.js +20 -0
  295. package/components/icon/icons/VerticalAlignTop.vue.js +18 -0
  296. package/components/icon/icons/VerticalAlignTop2.vue.js +18 -0
  297. package/components/icon/icons/Vibration.vue.js +20 -0
  298. package/components/icon/icons/VideoRound.vue.js +20 -0
  299. package/components/icon/icons/ViewCarousel.vue.js +18 -0
  300. package/components/icon/icons/Visibility.vue.js +18 -0
  301. package/components/icon/icons/VisibilityOff.vue.js +18 -0
  302. package/components/icon/icons/VisibilityOffStrok.vue.js +18 -0
  303. package/components/icon/icons/VisibilityStrok.vue.js +18 -0
  304. package/components/icon/icons/VolumeOff.vue.js +20 -0
  305. package/components/icon/icons/VolumeUp.vue.js +20 -0
  306. package/components/icon/icons/Warning.vue.js +18 -0
  307. package/components/icon/icons/Warning2.vue.js +20 -0
  308. package/components/icon/icons/Warning3.vue.js +21 -0
  309. package/components/icon/icons/WarningCircle.vue.js +21 -0
  310. package/components/icon/icons/WarningOctagon.vue.js +21 -0
  311. package/components/icon/icons/WebApp.vue.js +18 -0
  312. package/components/icon/icons/Widget.vue.js +22 -0
  313. package/components/icon/icons/Widgets.vue.js +18 -0
  314. package/components/icon/icons/WidgetsFill.vue.js +18 -0
  315. package/components/icon/icons/WidgetsFlatSquares.vue.js +49 -0
  316. package/components/icon/icons/Widgetsz.vue.js +25 -0
  317. package/components/icon/icons/WifiProtectedSetup.vue.js +20 -0
  318. package/components/icon/index.js +8 -0
  319. package/components/includeExclude/IncludeExclude.vue.js +6 -0
  320. package/components/includeExclude/IncludeExclude.vue2.js +429 -0
  321. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +6 -0
  322. package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +115 -0
  323. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +6 -0
  324. package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +106 -0
  325. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +6 -0
  326. package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +147 -0
  327. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +6 -0
  328. package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +464 -0
  329. package/components/includeExclude/IncludeExcludeOption.vue.js +6 -0
  330. package/components/includeExclude/IncludeExcludeOption.vue2.js +114 -0
  331. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +6 -0
  332. package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +105 -0
  333. package/components/includeExclude/index.js +26 -0
  334. package/components/input/common/Input.common.js +40 -0
  335. package/components/input/v3/DollarInput.vue.js +6 -0
  336. package/components/input/v3/DollarInput.vue2.js +31 -0
  337. package/components/input/v3/Input.vue.js +6 -0
  338. package/components/input/v3/Input.vue2.js +208 -0
  339. package/components/input/v3/PasswordInput.vue.js +6 -0
  340. package/components/input/v3/PasswordInput.vue2.js +33 -0
  341. package/components/input/v3/PercentageInput.vue.js +6 -0
  342. package/components/input/v3/PercentageInput.vue2.js +31 -0
  343. package/components/input/v3/index.js +12 -0
  344. package/components/input/v4/TextField.vue.js +6 -0
  345. package/components/input/v4/TextField.vue2.js +209 -0
  346. package/components/input/v4/index.js +6 -0
  347. package/components/loader/v4/Loader.vue.js +6 -0
  348. package/components/menu/Menu.vue.js +6 -0
  349. package/components/menu/Menu.vue2.js +62 -0
  350. package/components/menu/index.js +6 -0
  351. package/components/menuItem/MenuItem.vue.js +25 -0
  352. package/components/menuItem/index.js +6 -0
  353. package/components/popover/Popover.vue3.js +4 -0
  354. package/components/popover/index.js +6 -0
  355. package/components/radioButton/RadioButton.vue.js +6 -0
  356. package/components/radioButton/RadioButton.vue2.js +82 -0
  357. package/components/radioButton/RadioGroup.vue.js +6 -0
  358. package/components/radioButton/RadioGroup.vue2.js +44 -0
  359. package/components/radioButton/index.js +8 -0
  360. package/components/search/v3/Search.vue.js +6 -0
  361. package/components/search/v3/Search.vue2.js +62 -0
  362. package/components/search/v3/index.js +6 -0
  363. package/components/search/v4/SearchV4.vue.js +6 -0
  364. package/components/search/v4/SearchV4.vue2.js +62 -0
  365. package/components/search/v4/index.js +6 -0
  366. package/components/shared/FieldHelpText.vue.js +6 -0
  367. package/components/shared/FieldHelpText.vue2.js +47 -0
  368. package/components/shared/FieldLabel.vue.js +6 -0
  369. package/components/shared/FieldLabel.vue2.js +64 -0
  370. package/components/skeleton/Skeleton.vue.js +6 -0
  371. package/components/skeleton/index.js +6 -0
  372. package/components/snackbar/Snackbar.vue.js +6 -0
  373. package/components/snackbar/Snackbar.vue2.js +149 -0
  374. package/components/snackbar/index.js +6 -0
  375. package/components/snackbar/notify.js +84 -0
  376. package/components/switch/v3/Switch.vue.js +6 -0
  377. package/components/switch/v3/Switch.vue2.js +69 -0
  378. package/components/switch/v3/index.js +6 -0
  379. package/components/switch/v4/SwitchV4.vue.js +6 -0
  380. package/components/switch/v4/SwitchV4.vue2.js +69 -0
  381. package/components/switch/v4/index.js +6 -0
  382. package/components/table/SortOrderIcon.vue.js +21 -0
  383. package/components/table/Table.vue.js +6 -0
  384. package/components/table/Table.vue2.js +295 -0
  385. package/components/table/TableHeaderSorter.vue.js +6 -0
  386. package/components/table/TableHeaderSorter.vue2.js +23 -0
  387. package/components/table/index.js +8 -0
  388. package/components/table-cells/Editable.vue.js +6 -0
  389. package/components/table-cells/Editable.vue2.js +66 -0
  390. package/components/table-cells/index.js +10 -0
  391. package/components/tabs/Tabs.vue.js +6 -0
  392. package/components/tabs/Tabs.vue2.js +95 -0
  393. package/components/tabs/index.js +6 -0
  394. package/components/textArea/TextArea.vue.js +6 -0
  395. package/components/textArea/TextArea.vue2.js +64 -0
  396. package/components/textArea/index.js +6 -0
  397. package/components/toggle/Toggle.vue.js +6 -0
  398. package/components/toggle/Toggle.vue2.js +94 -0
  399. package/components/toggle/index.js +6 -0
  400. package/components/tooltip/TextWithTitleContent.vue2.js +6 -0
  401. package/components/tooltip/TextWithTitleContent.vue3.js +45 -0
  402. package/components/tooltip/Tooltip.vue.js +83 -0
  403. package/components/tooltip/Tooltip.vue3.js +4 -0
  404. package/components/tooltip/index.js +6 -0
  405. package/components/typography/Heading.vue.js +6 -0
  406. package/components/typography/Heading.vue3.js +25 -0
  407. package/components/typography/Text.vue.js +6 -0
  408. package/components/typography/Text.vue2.js +23 -0
  409. package/components/typography/index.js +8 -0
  410. package/components/typography/v4/Typography.vue.js +6 -0
  411. package/components/typography/v4/index.js +6 -0
  412. package/index.js +185 -0
  413. package/package.json +1 -1
  414. package/utils/style.js +5 -0
  415. package/components/appIcon/AppIcon.vue.vue.js +0 -6
  416. package/components/appIcon/index.vue.js +0 -6
  417. package/components/appTrigger/AppTrigger.vue.vue.js +0 -6
  418. package/components/appTrigger/AppTrigger.vue.vue2.js +0 -121
  419. package/components/appTrigger/index.vue.js +0 -6
  420. package/components/autocompleteDropdown/AutocompleteDropdown.vue.vue.js +0 -6
  421. package/components/autocompleteDropdown/AutocompleteDropdown.vue.vue2.js +0 -119
  422. package/components/autocompleteDropdown/AutocompleteInput.vue.vue.js +0 -6
  423. package/components/autocompleteDropdown/AutocompleteInput.vue.vue2.js +0 -79
  424. package/components/autocompleteDropdown/GroupOption.vue.vue.js +0 -6
  425. package/components/autocompleteDropdown/GroupOption.vue.vue2.js +0 -34
  426. package/components/autocompleteDropdown/index.vue.js +0 -6
  427. package/components/banner/Banner.vue.vue.js +0 -6
  428. package/components/banner/Banner.vue.vue2.js +0 -58
  429. package/components/banner/index.vue.js +0 -6
  430. package/components/button/common/ButtonBase.vue.vue2.js +0 -6
  431. package/components/button/common/ButtonBase.vue.vue3.js +0 -53
  432. package/components/button/icon/LoaderCircleIcon.vue.vue.js +0 -33
  433. package/components/button/icon/LoaderDotsIcon.vue.vue.js +0 -16
  434. package/components/button/v3/Button.vue.vue.js +0 -6
  435. package/components/button/v3/Button.vue.vue2.js +0 -90
  436. package/components/button/v3/IconButton.vue.vue.js +0 -6
  437. package/components/button/v3/IconButton.vue.vue2.js +0 -45
  438. package/components/button/v3/ScrollButton.vue.vue.js +0 -6
  439. package/components/button/v3/ScrollButton.vue.vue2.js +0 -43
  440. package/components/button/v3/index.vue.js +0 -10
  441. package/components/button/v4/ButtonV4.vue.vue.js +0 -6
  442. package/components/button/v4/ButtonV4.vue.vue2.js +0 -84
  443. package/components/button/v4/index.vue.js +0 -6
  444. package/components/checkbox/Checkbox.vue.vue.js +0 -6
  445. package/components/checkbox/Checkbox.vue.vue2.js +0 -91
  446. package/components/checkbox/icons/checked.vue.vue.js +0 -27
  447. package/components/checkbox/icons/indeterminate.vue.vue.js +0 -28
  448. package/components/checkbox/icons/unchecked.vue.vue.js +0 -24
  449. package/components/checkbox/index.vue.js +0 -6
  450. package/components/chip/v3/Chip.vue.vue.js +0 -6
  451. package/components/chip/v3/Chip.vue.vue2.js +0 -58
  452. package/components/chip/v3/index.vue.js +0 -6
  453. package/components/chip/v4/ChipV4.vue.vue.js +0 -6
  454. package/components/chip/v4/ChipV4.vue.vue2.js +0 -67
  455. package/components/chip/v4/index.vue.js +0 -6
  456. package/components/cssBaseline/CssBaseline.vue.vue.js +0 -10
  457. package/components/cssBaseline/index.vue.js +0 -6
  458. package/components/datePicker/DatePicker.vue.vue.js +0 -6
  459. package/components/datePicker/DatePicker.vue.vue2.js +0 -97
  460. package/components/datePicker/DatePickerMonth.vue.vue.js +0 -6
  461. package/components/datePicker/DatePickerMonth.vue.vue2.js +0 -85
  462. package/components/datePicker/index.vue.js +0 -6
  463. package/components/dateRange/CalendarMonth.vue.vue.js +0 -6
  464. package/components/dateRange/CalendarMonth.vue.vue2.js +0 -243
  465. package/components/dateRange/DateRange.vue.vue.js +0 -6
  466. package/components/dateRange/DateRange.vue.vue2.js +0 -415
  467. package/components/dateRange/index.vue.js +0 -6
  468. package/components/dialog/Dialog.vue.vue.js +0 -6
  469. package/components/dialog/Dialog.vue.vue2.js +0 -177
  470. package/components/dialog/index.vue.js +0 -6
  471. package/components/dropdown/common/Dropdown.common.vue.js +0 -299
  472. package/components/dropdown/common/Label.vue.vue.js +0 -6
  473. package/components/dropdown/common/Label.vue.vue2.js +0 -35
  474. package/components/dropdown/common/Option.vue.vue.js +0 -6
  475. package/components/dropdown/common/Option.vue.vue2.js +0 -101
  476. package/components/dropdown/common/SearchInput.vue.vue.js +0 -6
  477. package/components/dropdown/common/SearchInput.vue.vue2.js +0 -81
  478. package/components/dropdown/v3/Dropdown.vue.vue.js +0 -6
  479. package/components/dropdown/v3/Dropdown.vue.vue2.js +0 -372
  480. package/components/dropdown/v3/index.vue.js +0 -12
  481. package/components/dropdown/v4/DropdownV4.vue.vue.js +0 -6
  482. package/components/dropdown/v4/DropdownV4.vue.vue2.js +0 -387
  483. package/components/dropdown/v4/index.vue.js +0 -6
  484. package/components/emptyState/EmptyState.vue.vue.js +0 -6
  485. package/components/emptyState/EmptyState.vue.vue2.js +0 -89
  486. package/components/emptyState/EmptyStateIcon.vue.vue2.js +0 -35
  487. package/components/emptyState/index.vue.js +0 -6
  488. package/components/filterDropdown/AddFilterButton.vue.vue.js +0 -6
  489. package/components/filterDropdown/AddFilterButton.vue.vue2.js +0 -50
  490. package/components/filterDropdown/FilterDropdown.vue.vue.js +0 -6
  491. package/components/filterDropdown/FilterDropdown.vue.vue2.js +0 -55
  492. package/components/filterDropdown/index.vue.js +0 -8
  493. package/components/filtersPanel/FilterSearchInput.vue.vue.js +0 -6
  494. package/components/filtersPanel/FilterSearchInput.vue.vue2.js +0 -45
  495. package/components/filtersPanel/FiltersPanel.vue.vue.js +0 -6
  496. package/components/filtersPanel/index.vue.js +0 -14
  497. package/components/floatingToolbar/FloatingToolbar.vue.vue.js +0 -6
  498. package/components/floatingToolbar/FloatingToolbar.vue.vue2.js +0 -69
  499. package/components/floatingToolbar/index.vue.js +0 -6
  500. package/components/icon/Icon.vue.vue.js +0 -6
  501. package/components/icon/Icon.vue.vue2.js +0 -38
  502. package/components/icon/icons/A.vue.vue.js +0 -24
  503. package/components/icon/icons/A2.vue.vue.js +0 -18
  504. package/components/icon/icons/ABTest.vue.vue.js +0 -20
  505. package/components/icon/icons/ABTest2.vue.vue.js +0 -15
  506. package/components/icon/icons/ACircle.vue.vue.js +0 -20
  507. package/components/icon/icons/AccountBalanceWallet.vue.vue.js +0 -22
  508. package/components/icon/icons/AccountCircle.vue.vue.js +0 -20
  509. package/components/icon/icons/AccountCircleOutline.vue.vue.js +0 -18
  510. package/components/icon/icons/Add.vue.vue.js +0 -18
  511. package/components/icon/icons/Adjust.vue.vue.js +0 -43
  512. package/components/icon/icons/Analytics.vue.vue.js +0 -18
  513. package/components/icon/icons/Android.vue.vue.js +0 -20
  514. package/components/icon/icons/AngleDown.vue.vue.js +0 -20
  515. package/components/icon/icons/AngleLeft.vue.vue.js +0 -20
  516. package/components/icon/icons/AngleRight.vue.vue.js +0 -20
  517. package/components/icon/icons/AngleUp.vue.vue.js +0 -20
  518. package/components/icon/icons/AppStore.vue.vue.js +0 -21
  519. package/components/icon/icons/AreaChart.vue.vue.js +0 -18
  520. package/components/icon/icons/ArrowBack.vue.vue.js +0 -18
  521. package/components/icon/icons/ArrowDownward.vue.vue.js +0 -18
  522. package/components/icon/icons/ArrowForward.vue.vue.js +0 -18
  523. package/components/icon/icons/ArrowLeft.vue.vue.js +0 -18
  524. package/components/icon/icons/ArrowRight.vue.vue.js +0 -18
  525. package/components/icon/icons/ArrowSort-Down.vue.vue.js +0 -20
  526. package/components/icon/icons/ArrowSort-Up.vue.vue.js +0 -20
  527. package/components/icon/icons/ArrowUpward.vue.vue.js +0 -18
  528. package/components/icon/icons/AutoAwesome.vue.vue.js +0 -18
  529. package/components/icon/icons/AutoMode.vue.vue.js +0 -20
  530. package/components/icon/icons/Autorenew.vue.vue.js +0 -18
  531. package/components/icon/icons/B.vue.vue.js +0 -24
  532. package/components/icon/icons/B2.vue.vue.js +0 -18
  533. package/components/icon/icons/BCircle.vue.vue.js +0 -20
  534. package/components/icon/icons/Banner.vue.vue.js +0 -24
  535. package/components/icon/icons/Bidding.vue.vue.js +0 -32
  536. package/components/icon/icons/Bidding2.vue.vue.js +0 -32
  537. package/components/icon/icons/Block.vue.vue.js +0 -18
  538. package/components/icon/icons/BorderColor.vue.vue.js +0 -20
  539. package/components/icon/icons/Bug.vue.vue.js +0 -20
  540. package/components/icon/icons/Bullhorn.vue.vue.js +0 -18
  541. package/components/icon/icons/BullseyeArrow.vue.vue.js +0 -23
  542. package/components/icon/icons/Cached.vue.vue.js +0 -18
  543. package/components/icon/icons/Calendar.vue.vue.js +0 -23
  544. package/components/icon/icons/CalendarToday.vue.vue.js +0 -18
  545. package/components/icon/icons/Cancel.vue.vue.js +0 -20
  546. package/components/icon/icons/ChartBar.vue.vue.js +0 -20
  547. package/components/icon/icons/ChartLine.vue.vue.js +0 -20
  548. package/components/icon/icons/ChartMixed.vue.vue.js +0 -20
  549. package/components/icon/icons/Check.vue.vue.js +0 -18
  550. package/components/icon/icons/Check2.vue.vue.js +0 -21
  551. package/components/icon/icons/CheckBold.vue.vue.js +0 -20
  552. package/components/icon/icons/CheckCircle.vue.vue.js +0 -21
  553. package/components/icon/icons/Close.vue.vue.js +0 -18
  554. package/components/icon/icons/CloseBold.vue.vue.js +0 -18
  555. package/components/icon/icons/ComputerMouse.vue.vue.js +0 -23
  556. package/components/icon/icons/CopyTo-Clipboard.vue.vue.js +0 -20
  557. package/components/icon/icons/CopyToClipboardFilled.vue.vue.js +0 -18
  558. package/components/icon/icons/Create.vue.vue.js +0 -20
  559. package/components/icon/icons/Creative.vue.vue.js +0 -20
  560. package/components/icon/icons/Cross.vue.vue.js +0 -20
  561. package/components/icon/icons/CrownFill.vue.vue.js +0 -18
  562. package/components/icon/icons/Cube.vue.vue.js +0 -21
  563. package/components/icon/icons/CubeBackground.vue.vue.js +0 -27
  564. package/components/icon/icons/Cup.vue.vue.js +0 -18
  565. package/components/icon/icons/CupA.vue.vue.js +0 -15
  566. package/components/icon/icons/CupB.vue.vue.js +0 -15
  567. package/components/icon/icons/Delete.vue.vue.js +0 -20
  568. package/components/icon/icons/Diamond.vue.vue.js +0 -18
  569. package/components/icon/icons/Dots.vue.vue.js +0 -20
  570. package/components/icon/icons/Download.vue.vue.js +0 -20
  571. package/components/icon/icons/Download2.vue.vue.js +0 -23
  572. package/components/icon/icons/DownloadDone.vue.vue.js +0 -20
  573. package/components/icon/icons/DragIndicator.vue.vue.js +0 -18
  574. package/components/icon/icons/Ecpi.vue.vue.js +0 -31
  575. package/components/icon/icons/Email.vue.vue.js +0 -20
  576. package/components/icon/icons/EmailEnvelope.vue.vue.js +0 -18
  577. package/components/icon/icons/Error.vue.vue.js +0 -20
  578. package/components/icon/icons/Eye.vue.vue.js +0 -22
  579. package/components/icon/icons/Eye2.vue.vue.js +0 -19
  580. package/components/icon/icons/EyeSlash.vue.vue.js +0 -21
  581. package/components/icon/icons/FavoriteBorder.vue.vue.js +0 -20
  582. package/components/icon/icons/Filter.vue.vue.js +0 -20
  583. package/components/icon/icons/FilterList.vue.vue.js +0 -18
  584. package/components/icon/icons/Frame.vue.vue.js +0 -20
  585. package/components/icon/icons/Fullscreen.vue.vue.js +0 -20
  586. package/components/icon/icons/FullscreenExit.vue.vue.js +0 -20
  587. package/components/icon/icons/Functions.vue.vue.js +0 -18
  588. package/components/icon/icons/GamepadAlt.vue.vue.js +0 -20
  589. package/components/icon/icons/Games.vue.vue.js +0 -20
  590. package/components/icon/icons/Gavel.vue.vue.js +0 -20
  591. package/components/icon/icons/Gift.vue.vue.js +0 -20
  592. package/components/icon/icons/GitHub.vue.vue.js +0 -20
  593. package/components/icon/icons/GlobeStand.vue.vue.js +0 -20
  594. package/components/icon/icons/GooglePlay.vue.vue.js +0 -18
  595. package/components/icon/icons/Group.vue.vue.js +0 -20
  596. package/components/icon/icons/Hammer.vue.vue.js +0 -20
  597. package/components/icon/icons/HandPointer.vue.vue.js +0 -22
  598. package/components/icon/icons/Hands.vue.vue.js +0 -20
  599. package/components/icon/icons/Heartbeat.vue.vue.js +0 -20
  600. package/components/icon/icons/Help.vue.vue.js +0 -20
  601. package/components/icon/icons/HelpOutline.vue.vue.js +0 -20
  602. package/components/icon/icons/History.vue.vue.js +0 -18
  603. package/components/icon/icons/IOS.vue.vue.js +0 -20
  604. package/components/icon/icons/Image.vue.vue.js +0 -18
  605. package/components/icon/icons/ImageNotSupported.vue.vue.js +0 -23
  606. package/components/icon/icons/ImageSlash.vue.vue.js +0 -18
  607. package/components/icon/icons/ImportExport.vue.vue.js +0 -18
  608. package/components/icon/icons/ImportExport2.vue.vue.js +0 -18
  609. package/components/icon/icons/Importent.vue.vue.js +0 -20
  610. package/components/icon/icons/Info.vue.vue.js +0 -20
  611. package/components/icon/icons/Info2.vue.vue.js +0 -21
  612. package/components/icon/icons/InfoOutline.vue.vue.js +0 -20
  613. package/components/icon/icons/Insights.vue.vue.js +0 -20
  614. package/components/icon/icons/Interstitial.vue.vue.js +0 -24
  615. package/components/icon/icons/Ios14.vue.vue.js +0 -20
  616. package/components/icon/icons/Js.vue.vue.js +0 -20
  617. package/components/icon/icons/Landscape.vue.vue.js +0 -18
  618. package/components/icon/icons/Launch.vue.vue.js +0 -18
  619. package/components/icon/icons/Levelplay.vue.vue.js +0 -32
  620. package/components/icon/icons/LimitCircle.vue.vue.js +0 -23
  621. package/components/icon/icons/LimitOctagon.vue.vue.js +0 -23
  622. package/components/icon/icons/Link.vue.vue.js +0 -18
  623. package/components/icon/icons/LoadingClean.vue.vue.js +0 -18
  624. package/components/icon/icons/Lock.vue.vue.js +0 -18
  625. package/components/icon/icons/LockOpen.vue.vue.js +0 -18
  626. package/components/icon/icons/Login.vue.vue.js +0 -18
  627. package/components/icon/icons/Logout.vue.vue.js +0 -18
  628. package/components/icon/icons/Marketing.vue.vue.js +0 -23
  629. package/components/icon/icons/MilitaryTech.vue.vue.js +0 -18
  630. package/components/icon/icons/Mix.vue.vue.js +0 -20
  631. package/components/icon/icons/Mix2.vue.vue.js +0 -24
  632. package/components/icon/icons/MobileLandscape.vue.vue.js +0 -20
  633. package/components/icon/icons/MobilePortrait.vue.vue.js +0 -20
  634. package/components/icon/icons/MoneyCheck.vue.vue.js +0 -22
  635. package/components/icon/icons/MoreHoriz.vue.vue.js +0 -20
  636. package/components/icon/icons/MoreVert.vue.vue.js +0 -20
  637. package/components/icon/icons/Mouse.vue.vue.js +0 -20
  638. package/components/icon/icons/MousePointer.vue.vue.js +0 -20
  639. package/components/icon/icons/MovingUp.vue.vue.js +0 -18
  640. package/components/icon/icons/NativeAd.vue.vue.js +0 -15
  641. package/components/icon/icons/NotificationsNone.vue.vue.js +0 -20
  642. package/components/icon/icons/Offerwall.vue.vue.js +0 -24
  643. package/components/icon/icons/Palyable.vue.vue.js +0 -18
  644. package/components/icon/icons/PaperPlane-Off.vue.vue.js +0 -20
  645. package/components/icon/icons/PaperPlane.vue.vue.js +0 -20
  646. package/components/icon/icons/Pause.vue.vue.js +0 -20
  647. package/components/icon/icons/PauseCircleFilled.vue.vue.js +0 -20
  648. package/components/icon/icons/PauseCircleOutline.vue.vue.js +0 -20
  649. package/components/icon/icons/PhoneIphone.vue.vue.js +0 -18
  650. package/components/icon/icons/Photo.vue.vue.js +0 -23
  651. package/components/icon/icons/Photo2.vue.vue.js +0 -20
  652. package/components/icon/icons/PlayArrow.vue.vue.js +0 -18
  653. package/components/icon/icons/PlayCircleFilledWhite.vue.vue.js +0 -20
  654. package/components/icon/icons/PlayCircleOutline.vue.vue.js +0 -20
  655. package/components/icon/icons/Qrcode.vue.vue.js +0 -20
  656. package/components/icon/icons/Question.vue.vue.js +0 -21
  657. package/components/icon/icons/QuickAB.vue.vue.js +0 -15
  658. package/components/icon/icons/QuickAB2.vue.vue.js +0 -15
  659. package/components/icon/icons/React.vue.vue.js +0 -20
  660. package/components/icon/icons/Redo.vue.vue.js +0 -18
  661. package/components/icon/icons/Refresh.vue.vue.js +0 -18
  662. package/components/icon/icons/Remove.vue.vue.js +0 -18
  663. package/components/icon/icons/Replay.vue.vue.js +0 -18
  664. package/components/icon/icons/RewardedVideo.vue.vue.js +0 -24
  665. package/components/icon/icons/RocketLaunch.vue.vue.js +0 -18
  666. package/components/icon/icons/Rotate.vue.vue.js +0 -20
  667. package/components/icon/icons/Route.vue.vue.js +0 -20
  668. package/components/icon/icons/SackDollar.vue.vue.js +0 -23
  669. package/components/icon/icons/Schedule.vue.vue.js +0 -18
  670. package/components/icon/icons/Search.vue.vue.js +0 -18
  671. package/components/icon/icons/SearchBold.vue.vue.js +0 -20
  672. package/components/icon/icons/Share.vue.vue.js +0 -18
  673. package/components/icon/icons/Slack.vue.vue.js +0 -18
  674. package/components/icon/icons/SportsEsports.vue.vue.js +0 -18
  675. package/components/icon/icons/Star.vue.vue.js +0 -20
  676. package/components/icon/icons/StarFill.vue.vue.js +0 -20
  677. package/components/icon/icons/StatusBanner.vue.vue.js +0 -26
  678. package/components/icon/icons/StatusInterstitial.vue.vue.js +0 -26
  679. package/components/icon/icons/StatusNativeAd.vue.vue.js +0 -15
  680. package/components/icon/icons/StatusOfferwall.vue.vue.js +0 -26
  681. package/components/icon/icons/StatusRewardedVideo.vue.vue.js +0 -26
  682. package/components/icon/icons/StopCircleFilled.vue.vue.js +0 -18
  683. package/components/icon/icons/StopCircleOutline.vue.vue.js +0 -18
  684. package/components/icon/icons/Style.vue.vue.js +0 -22
  685. package/components/icon/icons/Success.vue.vue.js +0 -20
  686. package/components/icon/icons/SuccessFull.vue.vue.js +0 -20
  687. package/components/icon/icons/Switch.vue.vue.js +0 -20
  688. package/components/icon/icons/TableEdit.vue.vue.js +0 -18
  689. package/components/icon/icons/TabletLandscape.vue.vue.js +0 -20
  690. package/components/icon/icons/TabletMac.vue.vue.js +0 -18
  691. package/components/icon/icons/TabletPortrait.vue.vue.js +0 -20
  692. package/components/icon/icons/Texture.vue.vue.js +0 -20
  693. package/components/icon/icons/ThemeDark.vue.vue.js +0 -18
  694. package/components/icon/icons/ThemeLight.vue.vue.js +0 -18
  695. package/components/icon/icons/Timelapse.vue.vue.js +0 -18
  696. package/components/icon/icons/Timeline.vue.vue.js +0 -18
  697. package/components/icon/icons/TrendingDown.vue.vue.js +0 -18
  698. package/components/icon/icons/TrendingFlat.vue.vue.js +0 -18
  699. package/components/icon/icons/TrendingUp.vue.vue.js +0 -18
  700. package/components/icon/icons/Tune.vue.vue.js +0 -20
  701. package/components/icon/icons/TwoToneBanner.vue.vue.js +0 -28
  702. package/components/icon/icons/TwoToneInterstitial.vue.vue.js +0 -28
  703. package/components/icon/icons/TwoToneNativeAd.vue.vue.js +0 -15
  704. package/components/icon/icons/TwoToneOfferwall.vue.vue.js +0 -24
  705. package/components/icon/icons/TwoToneRewardedVideo.vue.vue.js +0 -30
  706. package/components/icon/icons/Undo.vue.vue.js +0 -18
  707. package/components/icon/icons/UnfoldLess.vue.vue.js +0 -20
  708. package/components/icon/icons/UnfoldMore.vue.vue.js +0 -20
  709. package/components/icon/icons/VerticalAlignTop.vue.vue.js +0 -18
  710. package/components/icon/icons/VerticalAlignTop2.vue.vue.js +0 -18
  711. package/components/icon/icons/Vibration.vue.vue.js +0 -20
  712. package/components/icon/icons/VideoRound.vue.vue.js +0 -20
  713. package/components/icon/icons/ViewCarousel.vue.vue.js +0 -18
  714. package/components/icon/icons/Visibility.vue.vue.js +0 -18
  715. package/components/icon/icons/VisibilityOff.vue.vue.js +0 -18
  716. package/components/icon/icons/VisibilityOffStrok.vue.vue.js +0 -18
  717. package/components/icon/icons/VisibilityStrok.vue.vue.js +0 -18
  718. package/components/icon/icons/VolumeOff.vue.vue.js +0 -20
  719. package/components/icon/icons/VolumeUp.vue.vue.js +0 -20
  720. package/components/icon/icons/Warning.vue.vue.js +0 -18
  721. package/components/icon/icons/Warning2.vue.vue.js +0 -20
  722. package/components/icon/icons/Warning3.vue.vue.js +0 -21
  723. package/components/icon/icons/WarningCircle.vue.vue.js +0 -21
  724. package/components/icon/icons/WarningOctagon.vue.vue.js +0 -21
  725. package/components/icon/icons/WebApp.vue.vue.js +0 -18
  726. package/components/icon/icons/Widget.vue.vue.js +0 -22
  727. package/components/icon/icons/Widgets.vue.vue.js +0 -18
  728. package/components/icon/icons/WidgetsFill.vue.vue.js +0 -18
  729. package/components/icon/icons/WidgetsFlatSquares.vue.vue.js +0 -49
  730. package/components/icon/icons/Widgetsz.vue.vue.js +0 -25
  731. package/components/icon/icons/WifiProtectedSetup.vue.vue.js +0 -20
  732. package/components/icon/index.vue.js +0 -8
  733. package/components/includeExclude/IncludeExclude.vue.vue.js +0 -6
  734. package/components/includeExclude/IncludeExclude.vue.vue2.js +0 -429
  735. package/components/includeExclude/IncludeExcludeAppHeader.vue.vue.js +0 -6
  736. package/components/includeExclude/IncludeExcludeAppHeader.vue.vue2.js +0 -115
  737. package/components/includeExclude/IncludeExcludeAppTrigger.vue.vue.js +0 -6
  738. package/components/includeExclude/IncludeExcludeAppTrigger.vue.vue2.js +0 -106
  739. package/components/includeExclude/IncludeExcludeChipFilter.vue.vue.js +0 -6
  740. package/components/includeExclude/IncludeExcludeChipFilter.vue.vue2.js +0 -147
  741. package/components/includeExclude/IncludeExcludeDragDrop.vue.vue.js +0 -6
  742. package/components/includeExclude/IncludeExcludeDragDrop.vue.vue2.js +0 -464
  743. package/components/includeExclude/IncludeExcludeOption.vue.vue.js +0 -6
  744. package/components/includeExclude/IncludeExcludeOption.vue.vue2.js +0 -114
  745. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.vue.js +0 -6
  746. package/components/includeExclude/IncludeExcludeOptionDraggable.vue.vue2.js +0 -105
  747. package/components/includeExclude/index.vue.js +0 -26
  748. package/components/input/common/Input.common.vue.js +0 -40
  749. package/components/input/v3/DollarInput.vue.vue.js +0 -6
  750. package/components/input/v3/DollarInput.vue.vue2.js +0 -31
  751. package/components/input/v3/Input.vue.vue.js +0 -6
  752. package/components/input/v3/Input.vue.vue2.js +0 -208
  753. package/components/input/v3/PasswordInput.vue.vue.js +0 -6
  754. package/components/input/v3/PasswordInput.vue.vue2.js +0 -33
  755. package/components/input/v3/PercentageInput.vue.vue.js +0 -6
  756. package/components/input/v3/PercentageInput.vue.vue2.js +0 -31
  757. package/components/input/v3/index.vue.js +0 -12
  758. package/components/input/v4/TextField.vue.vue.js +0 -6
  759. package/components/input/v4/TextField.vue.vue2.js +0 -209
  760. package/components/input/v4/index.vue.js +0 -6
  761. package/components/loader/v4/Loader.vue.vue.js +0 -6
  762. package/components/menu/Menu.vue.vue.js +0 -6
  763. package/components/menu/Menu.vue.vue2.js +0 -62
  764. package/components/menu/index.vue.js +0 -6
  765. package/components/menuItem/MenuItem.vue.vue.js +0 -25
  766. package/components/menuItem/index.vue.js +0 -6
  767. package/components/popover/Popover.vue.vue3.js +0 -4
  768. package/components/popover/index.vue.js +0 -6
  769. package/components/radioButton/RadioButton.vue.vue.js +0 -6
  770. package/components/radioButton/RadioButton.vue.vue2.js +0 -82
  771. package/components/radioButton/RadioGroup.vue.vue.js +0 -6
  772. package/components/radioButton/RadioGroup.vue.vue2.js +0 -44
  773. package/components/radioButton/index.vue.js +0 -8
  774. package/components/search/v3/Search.vue.vue.js +0 -6
  775. package/components/search/v3/Search.vue.vue2.js +0 -62
  776. package/components/search/v3/index.vue.js +0 -6
  777. package/components/search/v4/SearchV4.vue.vue.js +0 -6
  778. package/components/search/v4/SearchV4.vue.vue2.js +0 -62
  779. package/components/search/v4/index.vue.js +0 -6
  780. package/components/shared/FieldHelpText.vue.vue.js +0 -6
  781. package/components/shared/FieldHelpText.vue.vue2.js +0 -47
  782. package/components/shared/FieldLabel.vue.vue.js +0 -6
  783. package/components/shared/FieldLabel.vue.vue2.js +0 -64
  784. package/components/skeleton/Skeleton.vue.vue.js +0 -6
  785. package/components/skeleton/index.vue.js +0 -6
  786. package/components/snackbar/Snackbar.vue.vue.js +0 -6
  787. package/components/snackbar/Snackbar.vue.vue2.js +0 -149
  788. package/components/snackbar/index.vue.js +0 -6
  789. package/components/snackbar/notify.vue.js +0 -84
  790. package/components/switch/v3/Switch.vue.vue.js +0 -6
  791. package/components/switch/v3/Switch.vue.vue2.js +0 -69
  792. package/components/switch/v3/index.vue.js +0 -6
  793. package/components/switch/v4/SwitchV4.vue.vue.js +0 -6
  794. package/components/switch/v4/SwitchV4.vue.vue2.js +0 -69
  795. package/components/switch/v4/index.vue.js +0 -6
  796. package/components/table/SortOrderIcon.vue.vue.js +0 -21
  797. package/components/table/Table.vue.vue.js +0 -6
  798. package/components/table/Table.vue.vue2.js +0 -295
  799. package/components/table/TableHeaderSorter.vue.vue.js +0 -6
  800. package/components/table/TableHeaderSorter.vue.vue2.js +0 -23
  801. package/components/table/index.vue.js +0 -8
  802. package/components/table-cells/Editable.vue.vue.js +0 -6
  803. package/components/table-cells/Editable.vue.vue2.js +0 -66
  804. package/components/table-cells/index.vue.js +0 -10
  805. package/components/tabs/Tabs.vue.vue.js +0 -6
  806. package/components/tabs/Tabs.vue.vue2.js +0 -95
  807. package/components/tabs/index.vue.js +0 -6
  808. package/components/textArea/TextArea.vue.vue.js +0 -6
  809. package/components/textArea/TextArea.vue.vue2.js +0 -64
  810. package/components/textArea/index.vue.js +0 -6
  811. package/components/toggle/Toggle.vue.vue.js +0 -6
  812. package/components/toggle/Toggle.vue.vue2.js +0 -94
  813. package/components/toggle/index.vue.js +0 -6
  814. package/components/tooltip/TextWithTitleContent.vue.vue2.js +0 -6
  815. package/components/tooltip/TextWithTitleContent.vue.vue3.js +0 -45
  816. package/components/tooltip/Tooltip.vue.vue.js +0 -83
  817. package/components/tooltip/Tooltip.vue.vue3.js +0 -4
  818. package/components/tooltip/index.vue.js +0 -6
  819. package/components/typography/Heading.vue.vue.js +0 -6
  820. package/components/typography/Heading.vue.vue3.js +0 -25
  821. package/components/typography/Text.vue.vue.js +0 -6
  822. package/components/typography/Text.vue.vue2.js +0 -23
  823. package/components/typography/index.vue.js +0 -8
  824. package/components/typography/v4/Typography.vue.vue.js +0 -6
  825. package/components/typography/v4/index.vue.js +0 -6
  826. package/index.vue.js +0 -185
  827. package/utils/style.vue.js +0 -5
  828. /package/_virtual/{_plugin-vue_export-helper.vue.js → _plugin-vue_export-helper.js} +0 -0
  829. /package/_virtual/{dynamic-import-helper.vue.js → dynamic-import-helper.js} +0 -0
  830. /package/components/appIcon/{AppIcon.vue.vue2.js → AppIcon.vue2.js} +0 -0
  831. /package/components/autocompleteDropdown/{consts.vue.js → consts.js} +0 -0
  832. /package/components/autocompleteDropdown/{useKeyboardNavigation.vue.js → useKeyboardNavigation.js} +0 -0
  833. /package/components/button/{consts.vue.js → consts.js} +0 -0
  834. /package/components/dateRange/{DateServices.vue.js → DateServices.js} +0 -0
  835. /package/components/dateRange/{consts.vue.js → consts.js} +0 -0
  836. /package/components/dialog/{Reason.vue.js → Reason.js} +0 -0
  837. /package/components/dropdown/common/{DropdownContext.vue.js → DropdownContext.js} +0 -0
  838. /package/components/filtersPanel/{FiltersPanel.vue.vue2.js → FiltersPanel.vue2.js} +0 -0
  839. /package/components/filtersPanel/{useHiddenFilter.vue.js → useHiddenFilter.js} +0 -0
  840. /package/components/icon/icons/{index.vue.js → index.js} +0 -0
  841. /package/components/includeExclude/{IncludeExcludeContext.vue.js → IncludeExcludeContext.js} +0 -0
  842. /package/components/loader/v4/{Loader.vue.vue2.js → Loader.vue2.js} +0 -0
  843. /package/components/popover/{Popover.vue.vue.js → Popover.vue.js} +0 -0
  844. /package/components/radioButton/{useRadio.vue.js → useRadio.js} +0 -0
  845. /package/components/search/common/{Search.common.vue.js → Search.common.js} +0 -0
  846. /package/components/skeleton/{Skeleton.vue.vue2.js → Skeleton.vue2.js} +0 -0
  847. /package/components/snackbar/{snackbar.types.vue.js → snackbar.types.js} +0 -0
  848. /package/components/table/{TableContext.vue.js → TableContext.js} +0 -0
  849. /package/components/table-cells/{EditableContext.vue.js → EditableContext.js} +0 -0
  850. /package/components/typography/v4/{Typography.vue.vue2.js → Typography.vue2.js} +0 -0
  851. /package/composables/{useId.vue.js → useId.js} +0 -0
  852. /package/composables/{useIsFocusVisible.vue.js → useIsFocusVisible.js} +0 -0
  853. /package/composables/{useSearch.vue.js → useSearch.js} +0 -0
  854. /package/composables/{useToggle.vue.js → useToggle.js} +0 -0
  855. /package/consts/{colors.vue.js → colors.js} +0 -0
  856. /package/consts/{regex.vue.js → regex.js} +0 -0
  857. /package/consts/{style.vue.js → style.js} +0 -0
  858. /package/testids/{index.vue.js → index.js} +0 -0
  859. /package/utils/{array.vue.js → array.js} +0 -0
  860. /package/utils/{object.vue.js → object.js} +0 -0
  861. /package/utils/{testIds.vue.js → testIds.js} +0 -0
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69ZM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6Zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4Z"
9
+ }, null, -1), _ = [
10
+ s
11
+ ];
12
+ function l(i, f) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ r(c, [["render", l]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69ZM12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12c0-2.42-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6c3.31 0 6 2.69 6 6s-2.69 6-6 6Z"
9
+ }, null, -1), _ = [
10
+ s
11
+ ];
12
+ function l(i, f) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ c(r, [["render", l]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M16.24 7.76A5.974 5.974 0 0 0 12 6v6l-4.24 4.24c2.34 2.34 6.14 2.34 8.49 0a5.99 5.99 0 0 0-.01-8.48ZM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8Z"
9
+ }, null, -1), l = [
10
+ s
11
+ ];
12
+ function _(i, a) {
13
+ return e(), o("svg", n, l);
14
+ }
15
+ const d = /* @__PURE__ */ c(r, [["render", _]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M23 8c0 1.1-.9 2-2 2a1.7 1.7 0 0 1-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56A1.7 1.7 0 0 1 19 8c0-1.1.9-2 2-2s2 .9 2 2Z"
9
+ }, null, -1), n = [
10
+ s
11
+ ];
12
+ function _(i, f) {
13
+ return c(), e("svg", r, n);
14
+ }
15
+ const m = /* @__PURE__ */ t(l, [["render", _]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "m16.646 16.951 1.44-1.44-4.88-4.88-3.29 3.29a.996.996 0 0 1-1.41 0l-6-6.01a.996.996 0 0 1 0-1.41.996.996 0 0 1 1.41 0l5.29 5.3 3.29-3.29a.996.996 0 0 1 1.41 0l5.59 5.58 1.44-1.44a.5.5 0 0 1 .85.35v4.29c0 .28-.22.5-.5.5h-4.29c-.44.01-.66-.53-.35-.84Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(a, i) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "m21.255 11.65-2.79-2.79a.501.501 0 0 0-.86.35V11h-14c-.55 0-1 .45-1 1s.45 1 1 1h14v1.79c0 .45.54.67.85.35l2.79-2.79c.2-.19.2-.51.01-.7Z"
9
+ }, null, -1), s = [
10
+ l
11
+ ];
12
+ function _(i, a) {
13
+ return e(), o("svg", n, s);
14
+ }
15
+ const m = /* @__PURE__ */ c(r, [["render", _]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "m16.646 7.054 1.44 1.44-4.88 4.88-3.29-3.29a.996.996 0 0 0-1.41 0l-6 6.01a.996.996 0 1 0 1.41 1.41l5.29-5.3 3.29 3.29c.39.39 1.02.39 1.41 0l5.59-5.58 1.44 1.44a.5.5 0 0 0 .85-.35v-4.3a.48.48 0 0 0-.49-.5h-4.29a.5.5 0 0 0-.36.85Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(a, i) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import s from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M17 8c0 .55-.45 1-1 1s-1-.45-1-1V4c0-.55.45-1 1-1s1 .45 1 1v1h3c.55 0 1 .45 1 1s-.45 1-1 1h-3v1ZM4 7c-.55 0-1-.45-1-1s.45-1 1-1h9v2H4Zm0 12c-.55 0-1-.45-1-1s.45-1 1-1h5v2H4Zm9 1v-1h7c.55 0 1-.45 1-1s-.45-1-1-1h-7v-1c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1Zm-6-9v-1c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1s-1-.45-1-1v-1H4c-.55 0-1-.45-1-1s.45-1 1-1h3Zm14 1c0-.55-.45-1-1-1h-9v2h9c.55 0 1-.45 1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), l = [
12
+ n
13
+ ];
14
+ function v(h, _) {
15
+ return c(), e("svg", r, l);
16
+ }
17
+ const m = /* @__PURE__ */ s(t, [["render", v]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const n = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, c = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M5 3a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3Zm10-1h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = /* @__PURE__ */ e("rect", {
12
+ width: "8",
13
+ height: "3",
14
+ x: "8",
15
+ y: "17",
16
+ fill: "currentColor",
17
+ rx: "1"
18
+ }, null, -1), i = [
19
+ c,
20
+ a
21
+ ];
22
+ function _(s, d) {
23
+ return o(), t("svg", l, i);
24
+ }
25
+ const u = /* @__PURE__ */ r(n, [["render", _]]);
26
+ export {
27
+ u as default
28
+ };
@@ -0,0 +1,28 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, c = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M5 3a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3Zm10-1h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = /* @__PURE__ */ e("rect", {
12
+ width: "8",
13
+ height: "14",
14
+ x: "8",
15
+ y: "6",
16
+ fill: "currentColor",
17
+ rx: "1"
18
+ }, null, -1), i = [
19
+ c,
20
+ a
21
+ ];
22
+ function s(_, d) {
23
+ return o(), t("svg", n, i);
24
+ }
25
+ const u = /* @__PURE__ */ r(l, [["render", s]]);
26
+ export {
27
+ u as default
28
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as t, createElementBlock as o, createStaticVNode as e } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const C = {}, c = {
4
+ viewBox: "0 0 24 24",
5
+ fill: "currentColor"
6
+ }, l = /* @__PURE__ */ e('<path fill-rule="evenodd" clip-rule="evenodd" d="M5 3C5 1.34315 6.34315 0 8 0H16C17.6569 0 19 1.34315 19 3V21C19 22.6569 17.6569 24 16 24H8C6.34315 24 5 22.6569 5 21V3ZM15 2H16C16.5523 2 17 2.44772 17 3V21C17 21.5523 16.5523 22 16 22H8C7.44772 22 7 21.5523 7 21V3C7 2.44772 7.44772 2 8 2H9C9 2.55228 9.44772 3 10 3H14C14.5523 3 15 2.55228 15 2Z" fill="currentColor"></path><path d="M9 9C8.44772 9 8 9.44772 8 10V11C8 11.5523 8.44772 12 9 12H15C15.5523 12 16 11.5523 16 11V10C16 9.44772 15.5523 9 15 9H9Z" fill="currentColor"></path><g opacity="0.5"><path d="M9 13C8.44772 13 8 13.4477 8 14V15C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15V14C16 13.4477 15.5523 13 15 13H9Z" fill="currentColor"></path><path d="M9 17C8.44772 17 8 17.4477 8 18V19C8 19.5523 8.44772 20 9 20H15C15.5523 20 16 19.5523 16 19V18C16 17.4477 15.5523 17 15 17H9Z" fill="currentColor"></path></g>', 3), n = [
7
+ l
8
+ ];
9
+ function i(a, d) {
10
+ return t(), o("svg", c, n);
11
+ }
12
+ const f = /* @__PURE__ */ r(C, [["render", i]]);
13
+ export {
14
+ f as default
15
+ };
@@ -0,0 +1,24 @@
1
+ import { openBlock as a, createElementBlock as o, createElementVNode as e } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M5 3a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3Zm10-1h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), c = /* @__PURE__ */ e("path", {
12
+ fill: "currentColor",
13
+ d: "M8 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0-3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z"
14
+ }, null, -1), h = [
15
+ n,
16
+ c
17
+ ];
18
+ function _(s, d) {
19
+ return a(), o("svg", l, h);
20
+ }
21
+ const m = /* @__PURE__ */ t(r, [["render", _]]);
22
+ export {
23
+ m as default
24
+ };
@@ -0,0 +1,30 @@
1
+ import { openBlock as o, createElementBlock as l, createElementVNode as e } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M5 3a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v18a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V3Zm10-1h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h1a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), d = /* @__PURE__ */ e("path", {
12
+ fill: "currentColor",
13
+ "fill-rule": "evenodd",
14
+ d: "M10.628 9.112c-.226-.238-.628-.07-.628.266v6.244c0 .336.402.504.628.266l4.259-3.122a.37.37 0 0 0 0-.532l-4.259-3.122Z",
15
+ "clip-rule": "evenodd"
16
+ }, null, -1), a = /* @__PURE__ */ e("path", {
17
+ fill: "currentColor",
18
+ d: "M10 9.378c0-.336.402-.504.628-.266l4.259 3.122a.37.37 0 0 1 0 .532l-4.259 3.122c-.226.238-.628.07-.628-.266V9.378Z"
19
+ }, null, -1), i = [
20
+ n,
21
+ d,
22
+ a
23
+ ];
24
+ function _(s, u) {
25
+ return o(), l("svg", c, i);
26
+ }
27
+ const p = /* @__PURE__ */ r(t, [["render", _]]);
28
+ export {
29
+ p as default
30
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, d) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ c(r, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import l from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M15.175 4.407a.996.996 0 0 1 .705.293c.39.39.39 1.03-.01 1.42L12.7 9.29a.996.996 0 0 1-1.41 0L8.12 6.12c-.39-.39-.39-1.03 0-1.42a.996.996 0 0 1 1.41 0L12 7.17l2.47-2.47a.996.996 0 0 1 .705-.293ZM12 16.83 9.53 19.3a.996.996 0 0 1-1.41 0 .987.987 0 0 1 .01-1.41l3.17-3.17a.996.996 0 0 1 1.41 0l3.17 3.17a.996.996 0 1 1-1.41 1.41L12 16.83Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function a(_, d) {
15
+ return e(), o("svg", c, s);
16
+ }
17
+ const u = /* @__PURE__ */ l(r, [["render", a]]);
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as l } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ l("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M14.46 8.29 12 5.83 9.53 8.29a.996.996 0 0 1-1.41 0 .996.996 0 0 1 0-1.41l3.17-3.18a.996.996 0 0 1 1.41 0l3.17 3.18a.996.996 0 1 1-1.41 1.41Zm-4.92 7.42L12 18.17l2.47-2.45a.996.996 0 0 1 1.41 0c.39.39.39 1.02 0 1.41l-3.17 3.17a.996.996 0 0 1-1.41 0l-3.17-3.18a.996.996 0 0 1 0-1.41.996.996 0 0 1 1.41 0Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ n
13
+ ];
14
+ function a(d, s) {
15
+ return e(), o("svg", c, _);
16
+ }
17
+ const m = /* @__PURE__ */ r(t, [["render", a]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M8 11h3v10h2V11h3l-4-4-4 4ZM4 3v2h16V3H4Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, f) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M6 15h4.5v6h3v-6H18l-6-6-6 6ZM0 3v3h24V3H0Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, f) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const h = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ h as default
18
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, s = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M16.5 3h-9C6.67 3 6 3.67 6 4.5v15c0 .83.67 1.5 1.5 1.5h9c.83 0 1.5-.67 1.5-1.5v-15c0-.83-.67-1.5-1.5-1.5ZM5 16c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8Zm-3-2c0 .55-.45 1-1 1s-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4Zm20-4v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1s-1 .45-1 1Zm-1 6c0 .55-.45 1-1 1s-1-.45-1-1V8c0-.55.45-1 1-1s1 .45 1 1v8ZM8 19h8V5H8v14Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), l = [
12
+ n
13
+ ];
14
+ function i(_, v) {
15
+ return e(), c("svg", s, l);
16
+ }
17
+ const m = /* @__PURE__ */ t(r, [["render", i]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M13.506 6H4.494C3.669 6 3 6.669 3 7.494v9.012C3 17.331 3.669 18 4.494 18h9.012c.825 0 1.494-.669 1.494-1.494V7.494C15 6.669 14.331 6 13.506 6Zm5.919 1.178L16 9.541v4.918l3.425 2.36c.662.456 1.575-.01 1.575-.806V7.983c0-.793-.91-1.262-1.575-.806Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), d = [
12
+ l
13
+ ];
14
+ function _(i, s) {
15
+ return e(), o("svg", n, d);
16
+ }
17
+ const m = /* @__PURE__ */ c(r, [["render", _]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M2 7h4v10H2V7Zm5 12h10V5H7v14ZM9 7h6v10H9V7Zm9 0h4v10h-4V7Z"
9
+ }, null, -1), s = [
10
+ l
11
+ ];
12
+ function _(i, h) {
13
+ return e(), o("svg", n, s);
14
+ }
15
+ const a = /* @__PURE__ */ r(c, [["render", _]]);
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M12 4C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4Zm0 12.5c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5Zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3Z"
9
+ }, null, -1), i = [
10
+ s
11
+ ];
12
+ function l(_, f) {
13
+ return e(), o("svg", n, i);
14
+ }
15
+ const a = /* @__PURE__ */ c(r, [["render", l]]);
16
+ export {
17
+ a as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const l = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M12 6.633c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53-1.73-4.38-6-7.49-11-7.49-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24Zm-9.29-3.34a.996.996 0 0 0 0 1.41l1.97 1.97A11.892 11.892 0 0 0 1 11.633c1.73 4.39 6 7.5 11 7.5 1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 1 0 1.41-1.41L4.13 3.293c-.39-.39-1.03-.39-1.42 0ZM12 16.633c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07l1.57 1.57c-.65.32-1.37.5-2.14.5Zm2.97-5.33a2.97 2.97 0 0 0-2.64-2.64l2.64 2.64Z"
9
+ }, null, -1), i = [
10
+ n
11
+ ];
12
+ function s(_, f) {
13
+ return c(), e("svg", r, i);
14
+ }
15
+ const d = /* @__PURE__ */ t(l, [["render", s]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M12 6a9.77 9.77 0 0 1 8.82 5.5 9.647 9.647 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6Zm-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14ZM2.01 3.87l2.68 2.68A11.738 11.738 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45 2.01 3.87Zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13Zm-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53Z"
9
+ }, null, -1), i = [
10
+ n
11
+ ];
12
+ function s(_, a) {
13
+ return c(), e("svg", l, i);
14
+ }
15
+ const d = /* @__PURE__ */ t(r, [["render", s]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6Zm0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4Zm0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5Zm0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7Z"
9
+ }, null, -1), i = [
10
+ s
11
+ ];
12
+ function l(_, m) {
13
+ return e(), o("svg", n, i);
14
+ }
15
+ const d = /* @__PURE__ */ r(c, [["render", l]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
2
+ import l from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M3.63 5.045a.996.996 0 0 1 0-1.41c.4-.39 1.03-.39 1.42 0l15.31 15.32a.996.996 0 1 1-1.41 1.41l-1.34-1.34c-.67.54-1.42.98-2.22 1.31-.66.27-1.39-.19-1.39-.91 0-.39.22-.77.58-.92.58-.23 1.11-.54 1.6-.91L12 13.415v4.17c0 .89-1.08 1.34-1.71.71L7 15.005H4c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1h3l.29-.3-3.66-3.66Zm14.96 9.3c.26-.73.41-1.52.41-2.34 0-2.94-1.82-5.46-4.39-6.5-.36-.14-.61-.47-.61-.85v-.19c0-.63.63-1.09 1.22-.86a8.995 8.995 0 0 1 5.78 8.4c0 1.39-.32 2.7-.88 3.87l-1.53-1.53Zm-8.3-8.63-.17.17L12 7.765v-1.35c0-.89-1.08-1.33-1.71-.7ZM14 7.975a4.5 4.5 0 0 1 2.5 4.03c0 .08-.01.16-.02.24L14 9.765v-1.79Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ n
13
+ ];
14
+ function s(d, f) {
15
+ return e(), c("svg", r, _);
16
+ }
17
+ const m = /* @__PURE__ */ l(t, [["render", s]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M14 4.652v-.2c0-.63.63-1.08 1.21-.85a8.98 8.98 0 0 1 5.79 8.4c0 3.84-2.4 7.11-5.79 8.4-.58.22-1.21-.22-1.21-.85v-.2c0-.38.24-.71.6-.85 2.58-1.03 4.4-3.56 4.4-6.5s-1.82-5.47-4.4-6.5a.93.93 0 0 1-.6-.85Zm-11 5.35v4c0 .55.45 1 1 1h3l3.29 3.29c.63.63 1.71.18 1.71-.71V6.412c0-.89-1.08-1.34-1.71-.71L7 9.002H4c-.55 0-1 .45-1 1Zm13.5 2a4.5 4.5 0 0 0-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function _(d, i) {
15
+ return e(), c("svg", l, s);
16
+ }
17
+ const m = /* @__PURE__ */ t(r, [["render", _]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M4.1 20h15.8c1.616 0 2.623-1.67 1.815-2.999l-7.9-13.004c-.808-1.33-2.822-1.33-3.63 0l-7.9 13.004C1.477 18.331 2.485 20 4.1 20Zm7.9-6.997c-.577 0-1.05-.45-1.05-1v-1.999c0-.55.473-1 1.05-1s1.05.45 1.05 1v2c0 .55-.473 1-1.05 1Zm1.05 3.998h-2.1v-1.999h2.1v2Z"
9
+ }, null, -1), s = [
10
+ l
11
+ ];
12
+ function _(i, f) {
13
+ return e(), o("svg", n, s);
14
+ }
15
+ const d = /* @__PURE__ */ t(r, [["render", _]]);
16
+ export {
17
+ d as default
18
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "m10.637 10.197.229 3.937a.419.419 0 0 0 .416.397h1.436c.22 0 .403-.174.416-.397l.229-3.937a.42.42 0 0 0-.416-.447h-1.894a.42.42 0 0 0-.416.447Zm2.821 6.303c0 .816-.653 1.477-1.458 1.477a1.468 1.468 0 0 1-1.458-1.477c0-.816.653-1.477 1.458-1.477.805 0 1.458.662 1.458 1.477Zm-.014-12.657a1.657 1.657 0 0 0-2.888 0L2.225 18.47C1.585 19.592 2.386 21 3.669 21H20.33c1.28 0 2.085-1.406 1.444-2.53L13.444 3.842ZM3.847 18.996 11.82 5.004a.207.207 0 0 1 .36 0l7.973 13.992c.08.14-.02.316-.18.316H4.027a.21.21 0 0 1-.18-.316Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ l
13
+ ];
14
+ function _(i, s) {
15
+ return e(), o("svg", n, a);
16
+ }
17
+ const m = /* @__PURE__ */ r(t, [["render", _]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as C } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const n = {}, r = {
4
+ viewBox: "0 0 16 16",
5
+ fill: "none",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ }, c = /* @__PURE__ */ C("g", null, [
8
+ /* @__PURE__ */ C("path", {
9
+ d: "M14.8002 11.7556L9.33456 2.26373C9.19798 2.03118 9.00299 1.83837 8.76894 1.70439C8.53488 1.57042 8.26987 1.49994 8.00018 1.49994C7.73049 1.49994 7.46549 1.57042 7.23143 1.70439C6.99737 1.83837 6.80239 2.03118 6.66581 2.26373L1.20018 11.7556C1.06877 11.9805 0.999512 12.2364 0.999512 12.4969C0.999512 12.7574 1.06877 13.0132 1.20018 13.2381C1.33501 13.4721 1.52966 13.6659 1.76416 13.7998C1.99865 13.9337 2.26455 14.0028 2.53456 14H13.4658C13.7356 14.0026 14.0012 13.9334 14.2355 13.7995C14.4698 13.6656 14.6642 13.4719 14.7989 13.2381C14.9305 13.0133 15 12.7575 15.0002 12.497C15.0004 12.2365 14.9314 11.9806 14.8002 11.7556ZM7.50018 6.49998C7.50018 6.36737 7.55286 6.24019 7.64663 6.14643C7.7404 6.05266 7.86757 5.99998 8.00018 5.99998C8.13279 5.99998 8.25997 6.05266 8.35374 6.14643C8.4475 6.24019 8.50018 6.36737 8.50018 6.49998V8.99998C8.50018 9.13259 8.4475 9.25977 8.35374 9.35353C8.25997 9.4473 8.13279 9.49998 8.00018 9.49998C7.86757 9.49998 7.7404 9.4473 7.64663 9.35353C7.55286 9.25977 7.50018 9.13259 7.50018 8.99998V6.49998ZM8.00018 12C7.85185 12 7.70684 11.956 7.5835 11.8736C7.46017 11.7912 7.36404 11.674 7.30727 11.537C7.25051 11.3999 7.23565 11.2491 7.26459 11.1037C7.29353 10.9582 7.36496 10.8245 7.46985 10.7197C7.57474 10.6148 7.70838 10.5433 7.85386 10.5144C7.99935 10.4855 8.15015 10.5003 8.28719 10.5571C8.42424 10.6138 8.54137 10.71 8.62378 10.8333C8.7062 10.9566 8.75018 11.1016 8.75018 11.25C8.75018 11.4489 8.67116 11.6397 8.53051 11.7803C8.38986 11.921 8.19909 12 8.00018 12Z",
10
+ fill: "currentColor"
11
+ })
12
+ ], -1), s = [
13
+ c
14
+ ];
15
+ function _(l, i) {
16
+ return e(), o("svg", r, s);
17
+ }
18
+ const d = /* @__PURE__ */ t(n, [["render", _]]);
19
+ export {
20
+ d as default
21
+ };