@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,20 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as o } from "vue";
2
+ import a from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M15.316 13.474H13.42a.947.947 0 0 0-.947.947v3.79c0 .523.424.947.947.947h1.895a.948.948 0 0 0 .947-.948v-3.789a.948.948 0 0 0-.947-.947Zm-.474 4.263h-.947v-2.842h.947v2.842Zm5.21-8.053h-1.894a.948.948 0 0 0-.948.948v7.578c0 .524.425.948.948.948h1.895A.947.947 0 0 0 21 18.21v-7.578a.948.948 0 0 0-.947-.948Zm-.473 8.053h-.947v-6.632h.947v6.632Zm-9-8.053H8.684a.948.948 0 0 0-.947.948v7.578c0 .524.424.948.947.948h1.895a.947.947 0 0 0 .947-.948v-7.578a.948.948 0 0 0-.947-.948Zm-.474 8.053h-.947v-6.632h.947v6.632ZM5.842 14.42H3.947a.947.947 0 0 0-.947.947v2.842c0 .524.424.948.947.948h1.895a.948.948 0 0 0 .947-.948v-2.842a.947.947 0 0 0-.947-.947Zm-.474 3.316h-.947v-1.895h.947v1.895Zm-.473-6.158a1.42 1.42 0 0 0 1.42-1.421c0-.126-.021-.247-.052-.364L9.268 6.79c.117.031.237.053.364.053.182 0 .354-.037.514-.1L12.97 9c-.01.07-.021.139-.021.21a1.421 1.421 0 1 0 2.842 0c0-.071-.011-.14-.021-.21l2.822-2.257c.16.062.332.1.514.1a1.421 1.421 0 1 0-1.42-1.422c0 .072.01.141.02.21l-2.822 2.258c-.16-.063-.333-.1-.515-.1a1.41 1.41 0 0 0-.514.1l-2.822-2.258c.01-.069.02-.138.02-.21a1.421 1.421 0 1 0-2.841 0c0 .126.021.247.052.364L5.258 8.79a1.411 1.411 0 0 0-.363-.053 1.421 1.421 0 0 0 0 2.842Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), v = [
12
+ l
13
+ ];
14
+ function h(n, m) {
15
+ return c(), e("svg", r, v);
16
+ }
17
+ const i = /* @__PURE__ */ a(t, [["render", h]]);
18
+ export {
19
+ i as default
20
+ };
@@ -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: "m8.795 15.875-3.47-3.47a.996.996 0 0 0-1.41 0 .996.996 0 0 0 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0l10.58-10.58a.996.996 0 0 0 0-1.41.996.996 0 0 0-1.41 0l-9.88 9.87Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, a) {
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,21 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ import n from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, r = {
4
+ viewBox: "0 0 20 20",
5
+ fill: "none",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ }, s = /* @__PURE__ */ e("g", null, [
8
+ /* @__PURE__ */ e("path", {
9
+ d: "M17.9423 6.06717L7.94229 16.0672C7.88425 16.1253 7.81531 16.1714 7.73944 16.2028C7.66357 16.2343 7.58224 16.2505 7.5001 16.2505C7.41797 16.2505 7.33664 16.2343 7.26077 16.2028C7.18489 16.1714 7.11596 16.1253 7.05792 16.0672L2.68292 11.6922C2.56564 11.5749 2.49976 11.4158 2.49976 11.25C2.49976 11.0841 2.56564 10.9251 2.68292 10.8078C2.80019 10.6905 2.95925 10.6246 3.1251 10.6246C3.29096 10.6246 3.45002 10.6905 3.56729 10.8078L7.5001 14.7414L17.0579 5.18279C17.1752 5.06552 17.3343 4.99963 17.5001 4.99963C17.666 4.99963 17.825 5.06552 17.9423 5.18279C18.0596 5.30007 18.1255 5.45913 18.1255 5.62498C18.1255 5.79083 18.0596 5.94989 17.9423 6.06717Z",
10
+ fill: "currentColor"
11
+ })
12
+ ], -1), C = [
13
+ s
14
+ ];
15
+ function _(l, i) {
16
+ return o(), t("svg", r, C);
17
+ }
18
+ const m = /* @__PURE__ */ n(c, [["render", _]]);
19
+ export {
20
+ m as default
21
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as l } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ l("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M10.386 18.725 20.736 7.93a.967.967 0 0 0 0-1.327l-1.272-1.328a.874.874 0 0 0-1.273 0L9.75 14.079l-3.94-4.11a.874.874 0 0 0-1.274 0l-1.272 1.327a.967.967 0 0 0 0 1.327l5.85 6.102a.874.874 0 0 0 1.272 0Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ n
13
+ ];
14
+ function d(s, a) {
15
+ return e(), o("svg", c, _);
16
+ }
17
+ const u = /* @__PURE__ */ t(r, [["render", d]]);
18
+ export {
19
+ u 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 c = {}, n = {
4
+ viewBox: "0 0 16 16",
5
+ fill: "none",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ }, r = /* @__PURE__ */ C("g", null, [
8
+ /* @__PURE__ */ C("path", {
9
+ d: "M8 1.5C6.71442 1.5 5.45772 1.88122 4.3888 2.59545C3.31988 3.30968 2.48676 4.32484 1.99479 5.51256C1.50282 6.70028 1.37409 8.00721 1.6249 9.26809C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5052 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5132 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28558 14.5 8C14.4982 6.27665 13.8128 4.62441 12.5942 3.40582C11.3756 2.18722 9.72335 1.50182 8 1.5ZM10.8538 6.85375L7.35375 10.3538C7.30732 10.4002 7.25217 10.4371 7.19147 10.4623C7.13077 10.4874 7.06571 10.5004 7 10.5004C6.9343 10.5004 6.86923 10.4874 6.80853 10.4623C6.74783 10.4371 6.69269 10.4002 6.64625 10.3538L5.14625 8.85375C5.05243 8.75993 4.99972 8.63268 4.99972 8.5C4.99972 8.36732 5.05243 8.24007 5.14625 8.14625C5.24007 8.05243 5.36732 7.99972 5.5 7.99972C5.63268 7.99972 5.75993 8.05243 5.85375 8.14625L7 9.29313L10.1463 6.14625C10.1927 6.09979 10.2479 6.06294 10.3086 6.0378C10.3693 6.01266 10.4343 5.99972 10.5 5.99972C10.5657 5.99972 10.6308 6.01266 10.6915 6.0378C10.7521 6.06294 10.8073 6.09979 10.8538 6.14625C10.9002 6.1927 10.9371 6.24786 10.9622 6.30855C10.9873 6.36925 11.0003 6.4343 11.0003 6.5C11.0003 6.5657 10.9873 6.63075 10.9622 6.69145C10.9371 6.75214 10.9002 6.8073 10.8538 6.85375Z",
10
+ fill: "currentColor"
11
+ })
12
+ ], -1), s = [
13
+ r
14
+ ];
15
+ function l(_, i) {
16
+ return e(), o("svg", n, s);
17
+ }
18
+ const m = /* @__PURE__ */ t(c, [["render", l]]);
19
+ export {
20
+ m as default
21
+ };
@@ -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: "M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0 .996.996 0 0 0 0 1.41L10.59 12 5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4Z"
9
+ }, null, -1), s = [
10
+ l
11
+ ];
12
+ function _(a, i) {
13
+ return e(), o("svg", n, s);
14
+ }
15
+ const m = /* @__PURE__ */ r(c, [["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 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
+ d: "m14.274 12 3.412-3.412a1.072 1.072 0 0 0 0-1.516l-.758-.758a1.072 1.072 0 0 0-1.516 0L12 9.726 8.588 6.314a1.072 1.072 0 0 0-1.516 0l-.758.758a1.072 1.072 0 0 0 0 1.517L9.726 12l-3.412 3.412a1.072 1.072 0 0 0 0 1.516l.758.758a1.072 1.072 0 0 0 1.517 0L12 14.274l3.412 3.412a1.072 1.072 0 0 0 1.516 0l.758-.758a1.072 1.072 0 0 0 0-1.516L14.274 12Z"
9
+ }, null, -1), a = [
10
+ n
11
+ ];
12
+ function s(_, i) {
13
+ return e(), o("svg", c, a);
14
+ }
15
+ const m = /* @__PURE__ */ l(r, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } 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__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M18 10v1H6v-1h5.5V4h1v6H18Z"
9
+ }, null, -1), s = /* @__PURE__ */ o("path", {
10
+ fill: "currentColor",
11
+ d: "M11.5 4H11a5 5 0 0 0-5 5v1h5.5V4ZM6 15a5 5 0 0 0 5 5h2a5 5 0 0 0 5-5v-4H6v4Zm7-11h-.5v6H18V9a5 5 0 0 0-5-5Z",
12
+ opacity: ".4"
13
+ }, null, -1), _ = [
14
+ l,
15
+ s
16
+ ];
17
+ function a(i, h) {
18
+ return e(), t("svg", n, _);
19
+ }
20
+ const u = /* @__PURE__ */ r(c, [["render", a]]);
21
+ export {
22
+ u as default
23
+ };
@@ -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 = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "m19.498 5.318-1.853-1.824A1.728 1.728 0 0 0 16.433 3h-6.147c-.947 0-1.715.755-1.715 1.688v1.687H5.714C4.767 6.375 4 7.13 4 8.063v11.25C4 20.244 4.768 21 5.714 21h8c.947 0 1.715-.755 1.715-1.688v-1.687h2.857c.946 0 1.714-.755 1.714-1.688V6.512c0-.448-.18-.877-.502-1.194ZM13.5 19.312H5.929a.213.213 0 0 1-.215-.21V8.273c0-.116.096-.21.215-.21H8.57v7.874c0 .933.768 1.688 1.715 1.688h3.428v1.477c0 .116-.096.21-.214.21Zm4.571-3.375H10.5a.213.213 0 0 1-.214-.21V4.898c0-.116.096-.21.214-.21h3.786V7.78a.85.85 0 0 0 .857.844h3.143v7.102c0 .116-.096.21-.215.21Zm.215-9H16v-2.25h.344a.216.216 0 0 1 .151.062l1.728 1.7a.21.21 0 0 1 .063.15v.339Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ n
13
+ ];
14
+ function a(d, i) {
15
+ return e(), o("svg", l, _);
16
+ }
17
+ const v = /* @__PURE__ */ r(t, [["render", a]]);
18
+ export {
19
+ v as default
20
+ };
@@ -0,0 +1,18 @@
1
+ import { openBlock as o, createElementBlock as e, createElementVNode as t } from "vue";
2
+ import r from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, n = {
4
+ viewBox: "0 0 20 20",
5
+ fill: "currentColor"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ d: "M12.1491 3.33334H5.30702C4.67983 3.33334 4.16667 3.84471 4.16667 4.46971V12.4243H5.30702V4.46971H12.1491V3.33334ZM11.5789 5.60607L15 9.01516V14.697C15 15.322 14.4868 15.8333 13.8597 15.8333H7.58202C6.95483 15.8333 6.44737 15.322 6.44737 14.697L6.45307 6.74243C6.45307 6.11743 6.96053 5.60607 7.58772 5.60607H11.5789ZM11.0088 9.58334H14.1447L11.0088 6.45834V9.58334Z",
8
+ fill: "currentColor"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, d) {
13
+ return o(), e("svg", n, _);
14
+ }
15
+ const p = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ p as default
18
+ };
@@ -0,0 +1,20 @@
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 = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M20.709 5.631c.39.39.39 1.02 0 1.41l-1.83 1.83-3.75-3.75 1.83-1.83a.996.996 0 0 1 1.41 0l2.34 2.34Zm-17.71 14.87v-3.04c0-.14.05-.26.15-.36l10.91-10.91 3.75 3.75-10.92 10.91a.47.47 0 0 1-.35.15h-3.04c-.28 0-.5-.22-.5-.5Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ n
13
+ ];
14
+ function s(d, i) {
15
+ return e(), o("svg", l, _);
16
+ }
17
+ const m = /* @__PURE__ */ r(c, [["render", s]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as l } from "vue";
2
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ l("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M7.231 11.683A4.521 4.521 0 0 1 8.44 11.4l.324-.342-.673-.716L9.97 8.345l.68.725 1.066-1.126-3.128-3.322A1.936 1.936 0 0 0 7.175 4c-.512 0-1.025.208-1.416.623L4.587 5.868A2.19 2.19 0 0 0 4 7.372c-.028 1.104.414 1.316 3.231 4.311Zm11.36 3.57-1.35-1.434-1.064 1.123 1.352 1.437a.542.542 0 0 1 .135.26l.517 2.443c-2.521-.58-2.38-.548-2.472-.674l-1.39-1.477-.35.37a5.66 5.66 0 0 1-.272 1.223l.952 1.01c.261.279.585.472.945.562 1.192.298 3.835.894 3.835.894-.02.007.04.01.074.01.273 0 .499-.24.499-.53a.578.578 0 0 0-.01-.106l-.863-4.077a2.188 2.188 0 0 0-.538-1.034ZM18.587 4c-.645 0-1.25.264-1.705.744l-7.813 8.237a3.398 3.398 0 0 0-.208-.006c-2.317 0-3.484 2.172-3.484 3.752 0 .228.017.33.017.413 0 .484-.374.805-.95.805C3.648 17.915 3 18.63 3 19.443 3 20.316 3.648 21 4.444 21H6.03c4.43 0 6.41-1.653 6.41-4.24 0-.05-.002-.099-.004-.149l7.829-8.257A2.622 2.622 0 0 0 21 6.55C21 5.137 19.922 4 18.587 4Zm-7.63 12.773c0 1.554-1.257 2.633-4.927 2.633h-.739c.963-.32 1.604-1.2 1.604-2.265 0-.19-.017-.239-.017-.413 0-1.155.873-2.154 1.99-2.154.235 0 .435.038.578.058l1.478 1.57c.02.193.032.385.032.571Zm8.277-9.55-6.165 6.505-1.285-1.364 6.15-6.488a.898.898 0 0 1 .653-.282c.51 0 .913.43.913.956 0 .254-.122.494-.266.674Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ n
13
+ ];
14
+ function _(i, s) {
15
+ return e(), c("svg", r, a);
16
+ }
17
+ const m = /* @__PURE__ */ o(t, [["render", _]]);
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ import l from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, t = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M20.754 16.936 17.97 19.5c-.531.531-1.47.155-1.47-.597v-1.407h-1.09a.421.421 0 0 1-.31-.137l-3.156-3.417 1.34-1.452 2.805 3.034h.411v-1.687c0-.753.939-1.129 1.47-.598l2.784 2.496a.86.86 0 0 1 0 1.202ZM3.422 8.218h3.227l2.806 3.034 1.34-1.452-3.158-3.417a.421.421 0 0 0-.31-.138H3.423A.423.423 0 0 0 3 6.667v1.125c0 .236.19.426.422.426Zm17.332-1.473L17.97 4.249c-.531-.531-1.47-.155-1.47.594v1.406h-1.09a.421.421 0 0 0-.31.137L6.65 15.53H3.421a.423.423 0 0 0-.422.422v1.125a.423.423 0 0 0 .422.422h3.902a.421.421 0 0 0 .31-.137l8.451-9.144h.415v1.687c0 .752.939 1.129 1.47.598l2.784-2.567a.847.847 0 0 0 0-1.191Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ n
13
+ ];
14
+ function s(_, d) {
15
+ return e(), o("svg", t, a);
16
+ }
17
+ const f = /* @__PURE__ */ l(r, [["render", s]]);
18
+ export {
19
+ f as default
20
+ };
@@ -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 4c-.85 0-1.538.65-1.538 1.455 0 .565.342 1.054.84 1.295l-3.148 5.977-3.438-2.704c.223-.253.36-.577.36-.932 0-.804-.687-1.455-1.537-1.455S2 8.286 2 9.091c0 .804.688 1.455 1.538 1.455.106 0 .214-.003.313-.023L5 16h14l1.149-5.477c.1.02.207.023.313.023.85 0 1.538-.651 1.538-1.455s-.688-1.455-1.538-1.455c-.85 0-1.539.65-1.539 1.455 0 .355.138.679.36.932l-3.437 2.704-3.149-5.977c.499-.241.842-.73.842-1.295C13.539 4.65 12.85 4 12 4ZM5 18v.91C5 19.51 5.517 20 6.154 20h11.692c.637 0 1.154-.489 1.154-1.09V18H5Z"
9
+ }, null, -1), s = [
10
+ n
11
+ ];
12
+ function _(i, f) {
13
+ return c(), e("svg", l, s);
14
+ }
15
+ const h = /* @__PURE__ */ t(r, [["render", _]]);
16
+ export {
17
+ h as default
18
+ };
@@ -0,0 +1,21 @@
1
+ import { openBlock as e, createElementBlock as l, createElementVNode as o } from "vue";
2
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {}, r = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ fill: "currentColor",
6
+ viewBox: "0 0 20 20"
7
+ }, n = /* @__PURE__ */ o("path", {
8
+ fill: "currentColor",
9
+ "fill-rule": "evenodd",
10
+ d: "M9.386 1.191a1.234 1.234 0 0 1 1.228 0l6.874 3.867c.167.095.31.226.417.384a.625.625 0 0 1 .084.141c.088.174.135.367.136.562v7.71a1.258 1.258 0 0 1-.637 1.087l-.002.001-6.872 3.866a1.235 1.235 0 0 1-1.228 0l-6.872-3.866-.002-.001a1.258 1.258 0 0 1-.637-1.087v-7.71c.001-.196.048-.388.136-.562a.632.632 0 0 1 .084-.142c.108-.157.25-.288.417-.383l.002-.001L9.386 1.19ZM3.125 6.844v7.005a.008.008 0 0 0 .004.006l6.254 3.518.06-7.008-6.318-3.52Zm7.567 3.522-.059 6.998 6.238-3.509a.01.01 0 0 0 .003-.003l.001-.003V6.853l-6.183 3.513Zm5.536-4.583L10 2.28 3.78 5.78l6.287 3.504 6.16-3.5Z",
11
+ "clip-rule": "evenodd"
12
+ }, null, -1), a = [
13
+ n
14
+ ];
15
+ function s(_, d) {
16
+ return e(), l("svg", r, a);
17
+ }
18
+ const m = /* @__PURE__ */ t(c, [["render", s]]);
19
+ export {
20
+ m as default
21
+ };
@@ -0,0 +1,27 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
2
+ import n from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, l = {
4
+ viewBox: "0 0 32 32",
5
+ fill: "none",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ }, C = /* @__PURE__ */ e("rect", {
8
+ width: "32",
9
+ height: "32",
10
+ rx: "8",
11
+ fill: "#F2F3F4"
12
+ }, null, -1), c = /* @__PURE__ */ e("path", {
13
+ "fill-rule": "evenodd",
14
+ "clip-rule": "evenodd",
15
+ d: "M15.3864 7.19107C15.5731 7.08406 15.7847 7.02774 16 7.02774C16.2153 7.02774 16.4268 7.08406 16.6136 7.19107L23.4883 11.0581C23.6549 11.1527 23.7974 11.2839 23.9052 11.4414C23.9243 11.4657 23.9418 11.4917 23.9575 11.5194C23.9694 11.5403 23.9799 11.5616 23.9891 11.5832C24.0773 11.7571 24.1239 11.9494 24.125 12.1451L24.125 12.1484L24.125 19.8549C24.1238 20.0761 24.0643 20.293 23.9525 20.4839C23.8408 20.6747 23.6806 20.8327 23.4883 20.9419L23.4861 20.9432L16.6136 24.809C16.4268 24.916 16.2153 24.9723 16 24.9723C15.7847 24.9723 15.5732 24.916 15.3864 24.809L8.5139 20.9432L8.51168 20.9419C8.31936 20.8327 8.15924 20.6747 8.04746 20.4839C7.93568 20.293 7.8762 20.0761 7.87501 19.8549L7.875 19.8516V12.1451C7.87605 11.9494 7.92274 11.757 8.01091 11.5831C8.01948 11.5631 8.02917 11.5433 8.04002 11.5238C8.05638 11.4945 8.07475 11.467 8.09487 11.4414C8.20265 11.2839 8.34508 11.1527 8.51168 11.0581L8.5139 11.0568L15.3864 7.19107ZM9.125 12.8441V19.8485C9.12506 19.8498 9.12542 19.851 9.12606 19.8521C9.12671 19.8532 9.12762 19.8542 9.12871 19.8548L15.3832 23.3729L15.4422 16.3654L9.125 12.8441ZM16.6923 16.3655L16.6333 23.3637L22.8711 19.855C22.8721 19.8543 22.8733 19.8532 22.8739 19.8521C22.8746 19.851 22.8749 19.8498 22.875 19.8486V12.8532L16.6923 16.3655ZM22.2278 11.7832L16 8.28009L9.78059 11.7785L16.0674 15.2828L22.2278 11.7832Z",
16
+ fill: "currentColor"
17
+ }, null, -1), L = [
18
+ C,
19
+ c
20
+ ];
21
+ function s(i, _) {
22
+ return o(), t("svg", l, L);
23
+ }
24
+ const h = /* @__PURE__ */ n(r, [["render", s]]);
25
+ export {
26
+ h as default
27
+ };
@@ -0,0 +1,18 @@
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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, _ = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M19 5h-2V3H7v2H5c-1.1 0-2 .9-2 2v1c0 2.55 1.92 4.63 4.39 4.94A5.01 5.01 0 0 0 11 15.9V19H7v2h10v-2h-4v-3.1a5.01 5.01 0 0 0 3.61-2.96C19.08 12.63 21 10.55 21 8V7c0-1.1-.9-2-2-2ZM5 8V7h2v3.82C5.84 10.4 5 9.3 5 8Zm7 6c-1.65 0-3-1.35-3-3V5h6v6c0 1.65-1.35 3-3 3Zm7-6c0 1.3-.84 2.4-2 2.82V7h2v1Z"
9
+ }, null, -1), l = [
10
+ _
11
+ ];
12
+ function s(h, i) {
13
+ return e(), c("svg", n, l);
14
+ }
15
+ const m = /* @__PURE__ */ t(r, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as t, createElementBlock as l, createStaticVNode as o } from "vue";
2
+ import h from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const r = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, a = /* @__PURE__ */ o('<g><path fill="currentColor" d="M8.886 9.97C5.522 8.662 4.104 6.25 3.507 4.456 2.864 2.525 3.013.91 3.019.843l.047-.474h3.958v1.047H4.066a9.04 9.04 0 0 0 .465 2.752c.77 2.28 2.367 3.904 4.746 4.827l-.39.974Z"></path><path fill="currentColor" fill-opacity=".5" d="M8.886 9.97C5.522 8.662 4.104 6.25 3.507 4.456 2.864 2.525 3.013.91 3.019.843l.047-.474h3.958v1.047H4.066a9.04 9.04 0 0 0 .465 2.752c.77 2.28 2.367 3.904 4.746 4.827l-.39.974Z" opacity=".2"></path><path fill="currentColor" d="M11.123 11.077h1.846v4.43h-1.846v-4.43Zm5.17 6.277H7.43v-.4c0-.799.62-1.446 1.385-1.446h6.091c.765 0 1.385.648 1.385 1.447v.399Z"></path><path fill="currentColor" d="M6.323 17.354H17.4v5.538H6.323v-5.538Z"></path><path fill="currentColor" d="M7.43 18.83h8.493v2.955H7.431V18.83Z"></path><path fill="currentColor" d="M5.585 22.523h12.184V24H5.585v-1.477Z"></path><path fill="currentColor" d="M11.123 11.077h1.846v1.108h-1.846v-1.108Z" opacity=".4"></path><path fill="currentColor" d="m20.704 1.009-.045-.476h-2.793A26.503 26.503 0 0 0 17.872 0H5.954c0 4.087.997 11.815 5.959 11.815 1.496 0 2.632-.703 3.488-1.797 2.986-1.343 4.276-3.646 4.83-5.378.623-1.94.48-3.563.473-3.631Zm-1.452 3.304c-.53 1.65-1.471 2.96-2.81 3.914.883-2.02 1.262-4.55 1.383-6.642h1.867a9.356 9.356 0 0 1-.44 2.728Z"></path><path fill="currentColor" fill-opacity=".5" d="M16.292 17.354H7.431v-.4c0-.799.62-1.446 1.385-1.446h6.091c.765 0 1.385.648 1.385 1.447v.399Z" opacity=".2"></path><path fill="currentColor" fill-opacity=".5" d="m20.704.998-.045-.47h-2.81c.005-.182.006-.358.006-.528h-5.994v24h6.16v-1.336h-.592v-5.26h-1.123v-.385c0-.77-.622-1.394-1.39-1.394h-2.175v-4.023c1.081-.216 1.944-.833 2.63-1.693 3.003-1.328 4.3-3.607 4.858-5.319.626-1.92.481-3.525.475-3.592Zm-1.46 3.268c-.533 1.632-1.48 2.928-2.827 3.872.888-1.999 1.27-4.5 1.391-6.57h1.878a9.113 9.113 0 0 1-.442 2.698Z" opacity=".15"></path><path fill="currentColor" d="m10.532 7.754.333-.874h2l.333.874h1.248l-1.985-4.8h-1.199l-1.985 4.8h1.255Zm1.943-1.891h-1.213l.603-1.577.61 1.577Z"></path></g><defs></defs>', 2), e = [
7
+ a
8
+ ];
9
+ function p(i, n) {
10
+ return t(), l("svg", c, e);
11
+ }
12
+ const d = /* @__PURE__ */ h(r, [["render", p]]);
13
+ export {
14
+ d as default
15
+ };
@@ -0,0 +1,15 @@
1
+ import { openBlock as t, createElementBlock as c, createStaticVNode as l } from "vue";
2
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const h = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, a = /* @__PURE__ */ l('<g><g><path fill="currentColor" d="M8.886 9.97C5.522 8.662 4.104 6.25 3.507 4.456 2.864 2.525 3.013.91 3.019.843l.047-.474h3.958v1.047H4.066a9.04 9.04 0 0 0 .465 2.752c.77 2.28 2.367 3.904 4.746 4.827l-.39.974Z"></path><path fill="currentColor" fill-opacity=".5" d="M8.886 9.97C5.522 8.662 4.104 6.25 3.507 4.456 2.864 2.525 3.013.91 3.019.843l.047-.474h3.958v1.047H4.066a9.04 9.04 0 0 0 .465 2.752c.77 2.28 2.367 3.904 4.746 4.827l-.39.974Z" opacity=".4"></path><path fill="currentColor" d="M11.123 11.077h1.846v4.43h-1.846v-4.43Zm5.17 6.277H7.43v-.4c0-.799.62-1.446 1.385-1.446h6.091c.765 0 1.385.648 1.385 1.447v.399Z"></path><path fill="currentColor" d="M6.323 17.354H17.4v5.538H6.323v-5.538Z"></path><path fill="currentColor" d="M7.43 18.83h8.493v2.955H7.431V18.83Z"></path><path fill="currentColor" d="M5.585 22.523h12.184V24H5.585v-1.477Z"></path><path fill="currentColor" fill-opacity=".5" d="M11.123 11.077h1.846v1.108h-1.846v-1.108Z" opacity=".4"></path><path fill="currentColor" d="m20.704 1.009-.045-.476h-2.793A26.503 26.503 0 0 0 17.872 0H5.954c0 4.087.997 11.815 5.959 11.815 1.496 0 2.632-.703 3.488-1.797 2.986-1.343 4.276-3.646 4.83-5.378.623-1.94.48-3.563.473-3.631Zm-1.452 3.304c-.53 1.65-1.471 2.96-2.81 3.914.883-2.02 1.262-4.55 1.383-6.642h1.867a9.356 9.356 0 0 1-.44 2.728Z"></path><path fill="currentColor" fill-opacity=".5" d="M16.292 17.354H7.431v-.4c0-.799.62-1.446 1.385-1.446h6.091c.765 0 1.385.648 1.385 1.447v.399Z" opacity=".4"></path><path fill="currentColor" fill-opacity=".5" d="m20.704.998-.045-.47h-2.81c.005-.182.006-.358.006-.528h-5.994v24h6.16v-1.336h-.592v-5.26h-1.123v-.385c0-.77-.622-1.394-1.39-1.394h-2.175v-4.023c1.081-.216 1.944-.833 2.63-1.693 3.003-1.328 4.3-3.607 4.858-5.319.626-1.92.481-3.525.475-3.592Zm-1.46 3.268c-.533 1.632-1.48 2.928-2.827 3.872.888-1.999 1.27-4.5 1.391-6.57h1.878a9.113 9.113 0 0 1-.442 2.698Z" opacity=".4"></path><path fill="currentColor" d="M12.5 7.754c.509 0 .9-.122 1.17-.365.272-.244.407-.571.407-.982 0-.334-.091-.597-.275-.788a.976.976 0 0 0-.646-.315v-.029c.19-.019.37-.117.536-.294.166-.176.25-.415.25-.716 0-.396-.132-.714-.397-.953s-.615-.358-1.052-.358h-2.477v4.8H12.5Zm-.279-2.816h-1.028V3.907h1.071c.152 0 .28.045.382.136.102.09.153.21.153.358a.51.51 0 0 1-.157.39.592.592 0 0 1-.42.147Zm.072 1.863h-1.1V5.748h1.121a.59.59 0 0 1 .407.14.478.478 0 0 1 .157.376.513.513 0 0 1-.153.394c-.103.095-.247.143-.432.143Z"></path></g></g><defs></defs>', 2), p = [
7
+ a
8
+ ];
9
+ function e(i, f) {
10
+ return t(), c("svg", r, p);
11
+ }
12
+ const d = /* @__PURE__ */ o(h, [["render", e]]);
13
+ export {
14
+ d as default
15
+ };
@@ -0,0 +1,20 @@
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 l = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, a = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M10.75 9.61v7.593a.422.422 0 0 1-.422.422h-.844a.422.422 0 0 1-.422-.422V9.61a.422.422 0 0 1 .422-.421h.844a.422.422 0 0 1 .422.421Zm3.516-.422h-.844a.422.422 0 0 0-.422.421v7.594a.422.422 0 0 0 .422.422h.844a.422.422 0 0 0 .422-.422V9.61a.422.422 0 0 0-.422-.421Zm4.64-3.376c.466 0 .844.378.844.844v.422a.422.422 0 0 1-.422.422h-.703v11.813c0 .932-.755 1.687-1.688 1.687H6.813a1.687 1.687 0 0 1-1.687-1.688V7.5h-.703A.422.422 0 0 1 4 7.078v-.422c0-.466.378-.843.844-.843H7.46l1.196-1.994A1.688 1.688 0 0 1 10.103 3h3.544c.593 0 1.142.311 1.447.82l1.196 1.993h2.616Zm-9.478 0h4.894L13.71 4.79a.21.21 0 0 0-.181-.102h-3.306a.211.211 0 0 0-.18.102l-.614 1.023Zm7.51 1.688H6.813v11.602c0 .116.094.21.21.21h9.704a.21.21 0 0 0 .21-.21V7.5Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), n = [
12
+ a
13
+ ];
14
+ function h(_, s) {
15
+ return e(), o("svg", r, n);
16
+ }
17
+ const m = /* @__PURE__ */ t(l, [["render", h]]);
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: "M16.314 4H7.686L12 9.382 16.314 4ZM21 9.714l-3.776-5.046-4.043 5.046H21ZM6.776 4.667 3 9.714h7.819L6.776 4.667Zm4.813 15.15A.552.552 0 0 0 12 20a.558.558 0 0 0 .41-.18l8.54-8.963H3.049l8.54 8.96Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, a) {
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 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 18 18"
6
+ }, l = /* @__PURE__ */ t("circle", {
7
+ cx: "9",
8
+ cy: "9",
9
+ r: "9",
10
+ fill: "currentColor"
11
+ }, null, -1), s = [
12
+ l
13
+ ];
14
+ function _(i, f) {
15
+ return e(), o("svg", n, s);
16
+ }
17
+ const a = /* @__PURE__ */ c(r, [["render", _]]);
18
+ export {
19
+ a as default
20
+ };
@@ -0,0 +1,20 @@
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
+ "fill-rule": "evenodd",
9
+ d: "M15 9.5h1.59c.89 0 1.33 1.08.7 1.71L12.7 15.8a.996.996 0 0 1-1.41 0L6.7 11.21c-.63-.63-.18-1.71.71-1.71H9v-5c0-.55.45-1 1-1h4c.55 0 1 .45 1 1v5Zm-9 11c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1H6Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ l
13
+ ];
14
+ function _(d, i) {
15
+ return e(), o("svg", n, s);
16
+ }
17
+ const h = /* @__PURE__ */ t(r, [["render", _]]);
18
+ export {
19
+ h as default
20
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as o } 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__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M7.294 11.706a1 1 0 0 1 1.414-1.414L11 12.588V5a1 1 0 0 1 2 0v7.588l2.293-2.294a1 1 0 0 1 1.414 1.414l-4 4A.996.996 0 0 1 12 16a.995.995 0 0 1-.707-.293l-4-4Z"
9
+ }, null, -1), a = /* @__PURE__ */ o("path", {
10
+ fill: "currentColor",
11
+ d: "M19 15h-4.172l-1.414 1.414A1.99 1.99 0 0 1 12 17a1.986 1.986 0 0 1-1.414-.586L9.172 15H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-3a.999.999 0 0 0-1-1Zm-1.5 3.25c-.412 0-.75-.338-.75-.75s.338-.75.75-.75.75.338.75.75-.338.75-.75.75Z",
12
+ opacity: ".4"
13
+ }, null, -1), s = [
14
+ n,
15
+ a
16
+ ];
17
+ function _(i, d) {
18
+ return t(), e("svg", c, s);
19
+ }
20
+ const m = /* @__PURE__ */ l(r, [["render", _]]);
21
+ export {
22
+ m as default
23
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } 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__ */ c("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M8.19 13.607a2 2 0 0 0 2.82.01l7-6.93c.55-.54.55-1.42.01-1.96l-.04-.04c-.54-.54-1.41-.54-1.95 0l-6.43 6.43-1.65-1.65c-.52-.52-1.38-.54-1.92-.02-.57.53-.58 1.42-.03 1.97l2.19 2.19Zm9.81 4.11H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function _(d, i) {
15
+ return e(), o("svg", r, s);
16
+ }
17
+ const m = /* @__PURE__ */ l(t, [["render", _]]);
18
+ export {
19
+ m as default
20
+ };
@@ -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 = {}, s = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2Zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z"
9
+ }, null, -1), _ = [
10
+ n
11
+ ];
12
+ function l(m, i) {
13
+ return c(), e("svg", s, _);
14
+ }
15
+ const f = /* @__PURE__ */ t(r, [["render", l]]);
16
+ export {
17
+ f as default
18
+ };
@@ -0,0 +1,31 @@
1
+ import { openBlock as l, createElementBlock as o, createElementVNode as e } from "vue";
2
+ import c from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const t = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ d: "M8.067 9.456a.891.891 0 0 0-.056 1.258l2.42 2.67c.336.367.974.367 1.31 0l2.42-2.67a.89.89 0 0 0-.055-1.258.889.889 0 0 0-1.256.055l-.85.983V4.89a.889.889 0 1 0-1.778 0v5.605l-.9-.984a.89.89 0 0 0-1.255-.055Z"
9
+ }, null, -1), a = /* @__PURE__ */ e("path", {
10
+ fill: "currentColor",
11
+ "fill-rule": "evenodd",
12
+ d: "M18.082 18.288c.916-.18 1.569-.726 1.714-1.568.295-1.714-1.302-2.173-2.26-2.445a23.547 23.547 0 0 0-.192-.055c-.585-.165-1.066-.3-1-.69.063-.369.715-.465 1.316-.372.235.037.492.118.737.202a.748.748 0 1 0 .492-1.415 6.471 6.471 0 0 0-.807-.217v-.478a.749.749 0 0 0-.75-.75.749.749 0 0 0-.749.75v.44c-.925.178-1.57.74-1.715 1.585-.294 1.693 1.326 2.17 2.019 2.373l.304.086c.701.195 1.196.333 1.127.729-.063.371-.707.47-1.322.371-.229-.034-.404-.085-1.163-.357a.755.755 0 0 0-.958.456.75.75 0 0 0 .457.956l.026.01c.35.126.777.28 1.225.373v.472a.749.749 0 0 0 .75.75.749.749 0 0 0 .75-.75v-.456Z",
13
+ "clip-rule": "evenodd"
14
+ }, null, -1), d = /* @__PURE__ */ e("path", {
15
+ fill: "currentColor",
16
+ "fill-rule": "evenodd",
17
+ d: "M14.667 5.667h1.777c.981 0 1.778.797 1.778 1.777v1.603A5.55 5.55 0 0 0 17.5 9a5.53 5.53 0 0 0-1.056.101V7.444h-1.777V5.667Zm-2.586 9.777H5.778v-8h1.778V5.667H5.778A1.78 1.78 0 0 0 4 7.444v8c0 .98.798 1.778 1.778 1.778h6.942a5.464 5.464 0 0 1-.64-1.778Z",
18
+ "clip-rule": "evenodd",
19
+ opacity: ".4"
20
+ }, null, -1), i = [
21
+ n,
22
+ a,
23
+ d
24
+ ];
25
+ function _(s, u) {
26
+ return l(), o("svg", r, i);
27
+ }
28
+ const h = /* @__PURE__ */ c(t, [["render", _]]);
29
+ export {
30
+ h as default
31
+ };
@@ -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: "M20.388 8.784c-.165-.137-3.928-3.163-4.755-3.82C14.856 4.343 13.527 3 12 3c-1.519 0-2.835 1.326-3.633 1.964-.86.684-4.608 3.698-4.751 3.816A1.688 1.688 0 0 0 3 10.084v9.229C3 20.244 3.756 21 4.688 21h14.625c.931 0 1.687-.756 1.687-1.688v-9.228c0-.503-.225-.98-.612-1.3Zm-1.076 10.318a.21.21 0 0 1-.21.21H4.898a.21.21 0 0 1-.21-.21v-8.918a.21.21 0 0 1 .078-.164c.558-.45 3.824-3.078 4.653-3.737.639-.51 1.751-1.596 2.581-1.596.833 0 1.964 1.103 2.58 1.596.83.66 4.097 3.287 4.654 3.738a.21.21 0 0 1 .078.164v8.917Zm-1.124-6.6a.422.422 0 0 1-.061.598 943.406 943.406 0 0 1-2.494 1.999c-.798.637-2.114 1.963-3.633 1.963-1.528 0-2.858-1.344-3.633-1.963a937.02 937.02 0 0 1-2.493-2 .422.422 0 0 1-.062-.597l.537-.65a.422.422 0 0 1 .59-.062c1.006.81 2.059 1.654 2.48 1.99.617.492 1.748 1.595 2.581 1.595.83 0 1.942-1.086 2.58-1.596.422-.335 1.475-1.18 2.482-1.988a.422.422 0 0 1 .59.06l.536.652Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ n
13
+ ];
14
+ function _(i, s) {
15
+ return e(), c("svg", l, a);
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 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: "M19.313 5H4.688C3.756 5 3 5.755 3 6.688v10.125c0 .932.755 1.687 1.688 1.687h14.625c.932 0 1.687-.755 1.687-1.688V6.688C21 5.755 20.244 5 19.312 5Zm0 1.688v1.434c-.789.642-2.045 1.64-4.732 3.744-.592.466-1.765 1.584-2.581 1.571-.816.014-1.99-1.106-2.581-1.571-2.686-2.104-3.943-3.102-4.731-3.744V6.688h14.625ZM4.688 16.813v-6.526c.805.642 1.948 1.542 3.689 2.906.768.605 2.114 1.94 3.623 1.932 1.502.008 2.83-1.308 3.623-1.932a600.04 600.04 0 0 0 3.69-2.905v6.525H4.688Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, a) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ c(r, [["render", s]]);
16
+ export {
17
+ d as default
18
+ };