@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,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.83 5H19v11.17L7.83 5Zm8.34 14-2-2H6l3-4 2 2.72.84-1.05L5 7.83V19h11.17Z",
9
+ opacity: ".3"
10
+ }, null, -1), _ = /* @__PURE__ */ o("path", {
11
+ fill: "currentColor",
12
+ d: "M5.83 3H19c1.1 0 2 .9 2 2v13.17l-2-2V5H7.83l-2-2Zm14.66 20.31L18.17 21H5c-1.1 0-2-.9-2-2V5.83L.69 3.51 2.1 2.1l1.49 1.49L5 5l8.11 8.11 2.69 2.69L19 19l1.41 1.41 1.49 1.49-1.41 1.41ZM16.17 19l-2-2H6l3-4 2 2.72.84-1.05L5 7.83V19h11.17Z"
13
+ }, null, -1), s = [
14
+ n,
15
+ _
16
+ ];
17
+ function i(d, a) {
18
+ return t(), e("svg", c, s);
19
+ }
20
+ const p = /* @__PURE__ */ l(r, [["render", i]]);
21
+ export {
22
+ p as default
23
+ };
@@ -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: "m23.661 19.408-2.099-1.627c.017-.113.01-.225.01-.343V5.563c0-1.312-1.075-2.375-2.4-2.375H4.766c-.506 0-1.001.184-1.4.484L1.457 2.19a.907.907 0 0 0-1.264.151.885.885 0 0 0 .153 1.25l22.206 17.22c.165.126.36.19.521.19a.903.903 0 0 0 .71-.342.854.854 0 0 0-.121-1.25Zm-3.89-2.991-1.354-1.05-3.777-5.077c-.094-.17-.308-.274-.536-.274a.71.71 0 0 0-.571.274l-.596.802L9.824 8.68c.007-.145.079-.29.079-.446a1.79 1.79 0 0 0-2.66-1.556l-2.202-1.71h14.164c.33 0 .6.267.6.595v10.854h-.034Zm-10.236-.75-1.391-1.71a.714.714 0 0 0-.554-.253.715.715 0 0 0-.555.253l-2.832 3.48s0 .002 0 0l-.036-8.59-1.8-1.396.033 9.986c0 1.312 1.075 2.375 2.4 2.375h13.546l-7.544-5.848-1.267 1.703Z"
9
+ }, null, -1), s = [
10
+ n
11
+ ];
12
+ function a(_, m) {
13
+ return c(), e("svg", r, s);
14
+ }
15
+ const h = /* @__PURE__ */ t(l, [["render", a]]);
16
+ export {
17
+ h as default
18
+ };
@@ -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
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M9 3 5 6.99h3V14h2V6.99h3L9 3Zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(h, i) {
13
+ return o(), e("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 o, createElementBlock as e, 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: "M9 3 5 6.99h3V14h2V6.99h3L9 3Zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(h, i) {
13
+ return o(), e("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ r(c, [["render", s]]);
16
+ export {
17
+ d 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 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M12 2C6.478 2 2 6.48 2 12c0 5.524 4.478 10 10 10s10-4.476 10-10c0-5.52-4.478-10-10-10Zm0 18.064A8.06 8.06 0 0 1 3.935 12 8.062 8.062 0 0 1 12 3.935 8.062 8.062 0 0 1 20.065 12 8.06 8.06 0 0 1 12 20.064Zm1.694-4.193c0 .934-.76 1.693-1.694 1.693s-1.694-.76-1.694-1.693c0-.934.76-1.694 1.694-1.694s1.694.76 1.694 1.694Zm-3.282-8.524.275 5.484a.484.484 0 0 0 .483.46h1.66a.484.484 0 0 0 .483-.46l.274-5.484a.484.484 0 0 0-.483-.508h-2.208a.484.484 0 0 0-.483.508Z",
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 f = /* @__PURE__ */ c(r, [["render", _]]);
18
+ export {
19
+ f 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 l = {}, r = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M12 2C6.478 2 2 6.478 2 12s4.478 10 10 10 10-4.478 10-10S17.523 2 12 2Zm2.083 15.5c-.516.201-.926.356-1.233.462a3.272 3.272 0 0 1-1.068.159c-.622 0-1.108-.152-1.455-.456a1.47 1.47 0 0 1-.516-1.158c0-.182.013-.367.04-.555.023-.192.066-.404.122-.645l.645-2.275c.056-.218.106-.423.145-.619a2.684 2.684 0 0 0 .056-.535c0-.288-.06-.493-.178-.605-.122-.116-.35-.172-.688-.172-.165 0-.337.026-.512.076a7.982 7.982 0 0 0-.45.148l.172-.7a15.686 15.686 0 0 1 1.21-.44c.384-.123.75-.186 1.091-.186.619 0 1.098.152 1.432.45.334.298.503.688.503 1.164 0 .1-.01.275-.033.523a3.575 3.575 0 0 1-.13.687l-.64 2.269c-.054.182-.1.39-.143.622-.04.231-.06.41-.06.529 0 .3.067.509.202.618.133.11.367.162.701.162.156 0 .331-.026.53-.08.195-.055.337-.102.426-.145l-.169.701Zm-.115-9.21a1.525 1.525 0 0 1-1.078.416c-.42 0-.784-.139-1.085-.416-.301-.278-.45-.615-.45-1.009 0-.393.152-.734.45-1.015.3-.281.665-.42 1.085-.42.42 0 .78.139 1.078.42.3.28.45.622.45 1.015 0 .394-.15.73-.45 1.009Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ n
13
+ ];
14
+ function s(_, d) {
15
+ return e(), c("svg", r, a);
16
+ }
17
+ const m = /* @__PURE__ */ t(l, [["render", s]]);
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: "M8 1.50002C6.71442 1.50002 5.45772 1.88123 4.3888 2.59546C3.31988 3.30969 2.48676 4.32485 1.99479 5.51257C1.50282 6.70029 1.37409 8.00723 1.6249 9.2681C1.8757 10.529 2.49477 11.6872 3.40381 12.5962C4.31285 13.5053 5.47104 14.1243 6.73192 14.3751C7.99279 14.6259 9.29973 14.4972 10.4874 14.0052C11.6752 13.5133 12.6903 12.6801 13.4046 11.6112C14.1188 10.5423 14.5 9.28559 14.5 8.00002C14.4982 6.27667 13.8128 4.62442 12.5942 3.40583C11.3756 2.18724 9.72335 1.50184 8 1.50002ZM7.75 4.50002C7.89834 4.50002 8.04334 4.544 8.16668 4.62641C8.29002 4.70882 8.38615 4.82596 8.44291 4.963C8.49968 5.10005 8.51453 5.25085 8.48559 5.39633C8.45665 5.54182 8.38522 5.67546 8.28033 5.78035C8.17544 5.88523 8.04181 5.95667 7.89632 5.9856C7.75083 6.01454 7.60003 5.99969 7.46299 5.94292C7.32595 5.88616 7.20881 5.79003 7.1264 5.66669C7.04399 5.54336 7 5.39835 7 5.25002C7 5.0511 7.07902 4.86034 7.21967 4.71969C7.36032 4.57903 7.55109 4.50002 7.75 4.50002ZM8.5 11.5C8.23479 11.5 7.98043 11.3947 7.7929 11.2071C7.60536 11.0196 7.5 10.7652 7.5 10.5V8.00002C7.36739 8.00002 7.24022 7.94734 7.14645 7.85357C7.05268 7.7598 7 7.63262 7 7.50002C7 7.36741 7.05268 7.24023 7.14645 7.14646C7.24022 7.05269 7.36739 7.00002 7.5 7.00002C7.76522 7.00002 8.01957 7.10537 8.20711 7.29291C8.39465 7.48044 8.5 7.7348 8.5 8.00002V10.5C8.63261 10.5 8.75979 10.5527 8.85356 10.6465C8.94732 10.7402 9 10.8674 9 11C9 11.1326 8.94732 11.2598 8.85356 11.3536C8.75979 11.4473 8.63261 11.5 8.5 11.5Z",
10
+ fill: "currentColor"
11
+ })
12
+ ], -1), s = [
13
+ c
14
+ ];
15
+ function _(l, f) {
16
+ return e(), o("svg", r, s);
17
+ }
18
+ const m = /* @__PURE__ */ t(n, [["render", _]]);
19
+ export {
20
+ m as default
21
+ };
@@ -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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M12 2C6.478 2 2 6.48 2 12c0 5.524 4.478 10 10 10s10-4.476 10-10c0-5.52-4.478-10-10-10Zm0 18.064A8.06 8.06 0 0 1 3.935 12 8.062 8.062 0 0 1 12 3.935 8.062 8.062 0 0 1 20.065 12 8.06 8.06 0 0 1 12 20.064Zm0-13.629a1.693 1.693 0 1 1 0 3.387 1.693 1.693 0 0 1 0-3.386Zm2.258 10.242a.484.484 0 0 1-.484.484h-3.548a.484.484 0 0 1-.484-.484v-.967a.484.484 0 0 1 .484-.484h.484v-2.58h-.484a.484.484 0 0 1-.484-.485v-.968a.484.484 0 0 1 .484-.483h2.58a.484.484 0 0 1 .484.483v4.033h.484a.484.484 0 0 1 .484.484v.967Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), a = [
12
+ l
13
+ ];
14
+ function s(_, i) {
15
+ return e(), o("svg", n, a);
16
+ }
17
+ const h = /* @__PURE__ */ r(c, [["render", s]]);
18
+ export {
19
+ h as default
20
+ };
@@ -0,0 +1,20 @@
1
+ import { openBlock as e, createElementBlock as l, createElementVNode as o } 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__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M19.364 9.091c.9 0 1.636.736 1.636 1.636 0 1.187-1.178 1.85-2.054 1.58l-2.912 2.904c.278.884-.393 2.062-1.58 2.062-1.194 0-1.857-1.187-1.579-2.062l-2.086-2.086a1.665 1.665 0 0 1-.85 0l-3.724 3.73c.27.876-.392 2.054-1.579 2.054-.9 0-1.636-.736-1.636-1.636 0-1.187 1.178-1.85 2.054-1.58l3.73-3.722c-.278-.884.393-2.062 1.58-2.062 1.194 0 1.857 1.186 1.579 2.062l2.086 2.086c.245-.073.605-.073.851 0l2.904-2.913c-.27-.875.393-2.053 1.58-2.053ZM5.045 7.455l.41 1.636L7.09 9.5l-1.636.409-.41 1.637-.409-1.637L3 9.5l1.636-.409.41-1.636ZM14.455 5l.769 1.694 1.685.76-1.685.762-.77 1.693-.752-1.694L12 7.456l1.702-.761L14.454 5Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function _(i, d) {
15
+ return e(), l("svg", r, s);
16
+ }
17
+ const u = /* @__PURE__ */ c(t, [["render", _]]);
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,24 @@
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 = {}, a = {
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 7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V7Z"
14
+ }, null, -1), i = [
15
+ n,
16
+ c
17
+ ];
18
+ function s(_, d) {
19
+ return o(), t("svg", a, i);
20
+ }
21
+ const u = /* @__PURE__ */ r(l, [["render", s]]);
22
+ export {
23
+ u as default
24
+ };
@@ -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 = {}, l = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M7 2.5h10A4.5 4.5 0 0 1 21.5 7v10a4.5 4.5 0 0 1-4.5 4.5H7A4.5 4.5 0 0 1 2.5 17V7A4.5 4.5 0 0 1 7 2.5ZM1 7a6 6 0 0 1 6-6h10a6 6 0 0 1 6 6v10a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6V7Zm15.687 6.675V8h-1.433l-4.144 5.45v1.462h4.048V17h1.529v-2.087H18v-1.238h-1.313Zm-1.47-3.888h-.023s-.442.738-.788 1.2L13.188 12.6c-.346.438-.955 1.113-.955 1.113v.025s.764-.063 1.242-.063h1.683v-2.55c0-.5.06-1.337.06-1.337Zm-5.67-1.762V17H7.97v-6.088H6v-1.1c1.17-.037 2.125-.524 2.316-1.787h1.23Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function h(_, v) {
15
+ return e(), o("svg", l, s);
16
+ }
17
+ const i = /* @__PURE__ */ c(r, [["render", h]]);
18
+ export {
19
+ i as default
20
+ };
@@ -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: "M19.071 3H4.93A1.929 1.929 0 0 0 3 4.929V19.07C3 20.136 3.864 21 4.929 21H19.07A1.929 1.929 0 0 0 21 19.071V4.93A1.929 1.929 0 0 0 19.071 3Zm-6.276 14.038c0 1.752-1.028 2.552-2.527 2.552-1.354 0-2.137-.7-2.539-1.547l1.378-.832c.265.47.506.868 1.089.868.554 0 .908-.217.908-1.065v-5.75h1.692v5.774Zm4.002 2.552c-1.57 0-2.587-.748-3.081-1.728l1.378-.795c.361.59.836 1.028 1.667 1.028.7 0 1.15-.35 1.15-.836 0-.578-.459-.783-1.234-1.125l-.422-.18c-1.221-.519-2.03-1.174-2.03-2.552 0-1.27.97-2.234 2.476-2.234 1.077 0 1.848.374 2.403 1.354l-1.318.844c-.29-.518-.603-.723-1.09-.723-.493 0-.807.313-.807.723 0 .506.314.711 1.04 1.029l.423.18c1.438.615 2.246 1.246 2.246 2.66 0 1.519-1.198 2.355-2.8 2.355Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ n
13
+ ];
14
+ function _(d, i) {
15
+ return e(), c("svg", r, s);
16
+ }
17
+ const u = /* @__PURE__ */ l(t, [["render", _]]);
18
+ export {
19
+ u 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: "m13.2 6.737-2.95 3.93 2.25 3c.33.44.24 1.07-.2 1.4a.994.994 0 0 1-1.4-.2c-1.05-1.4-2.31-3.07-3.1-4.14-.4-.53-1.2-.53-1.6 0l-4 5.33c-.49.67-.02 1.61.8 1.61h18c.82 0 1.29-.94.8-1.6l-7-9.33a.993.993 0 0 0-1.6 0Z"
9
+ }, null, -1), s = [
10
+ l
11
+ ];
12
+ function _(a, i) {
13
+ return e(), o("svg", n, s);
14
+ }
15
+ const m = /* @__PURE__ */ t(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: "M18.222 18.222H5.778V5.778H12V4H5.778C4.79 4 4 4.8 4 5.778v12.444C4 19.2 4.791 20 5.778 20h12.444C19.2 20 20 19.2 20 18.222V12h-1.778v6.222ZM13.778 4v1.778h3.19l-8.737 8.738 1.253 1.253 8.738-8.738v3.191H20V4h-6.222Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(h, i) {
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,32 @@
1
+ import { openBlock as l, createElementBlock as c, createElementVNode as e } from "vue";
2
+ import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ const h = {}, t = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 98 24"
6
+ }, r = /* @__PURE__ */ e("g", {
7
+ "fill-rule": "evenodd",
8
+ "clip-rule": "evenodd"
9
+ }, [
10
+ /* @__PURE__ */ e("path", {
11
+ fill: "currentColor",
12
+ d: "M20.038 8.506A8.501 8.501 0 0 0 11.537.005V.02h.062L6.785 0v5.647l7.094-.023-2.859 5.67 3.756.032-3.756 5.615c4.664-.037 9.018-3.762 9.018-8.435Z"
13
+ }),
14
+ /* @__PURE__ */ e("path", {
15
+ fill: "currentColor",
16
+ d: "M6.785 13.412V5.644l-.595.01H-.273L6.785 24l4.16-10.585-4.16-.003Z"
17
+ }),
18
+ /* @__PURE__ */ e("path", {
19
+ fill: "currentColor",
20
+ d: "M34.333 16.128h-7.236V6.07h2.042v8.212h5.194v1.846Zm3.775-5.63c-.355.24-.588.581-.698 1.022h3.618c-.12-.46-.34-.806-.661-1.036-.32-.23-.69-.346-1.11-.346-.411 0-.794.12-1.15.36Zm4.946 2.418H37.35c.1.53.323.953.668 1.268.345.315.748.473 1.208.473.85 0 1.471-.33 1.862-.99l1.771.374c-.32.761-.796 1.337-1.426 1.727-.63.39-1.366.585-2.207.585-1.08 0-1.991-.37-2.732-1.11-.74-.741-1.11-1.692-1.11-2.853 0-1.16.372-2.114 1.118-2.86.745-.745 1.663-1.118 2.754-1.118 1.021 0 1.9.358 2.635 1.073.735.716 1.123 1.634 1.163 2.755v.676Zm5.6 3.212H46.55L43.43 8.622h2.132l2.041 5.09 2.042-5.09h2.132l-3.123 7.506Zm6.22-5.63c-.354.24-.587.581-.697 1.022h3.618c-.12-.46-.34-.806-.66-1.036-.321-.23-.691-.346-1.112-.346-.41 0-.793.12-1.148.36Zm4.947 2.418h-5.704c.1.53.323.953.668 1.268.345.315.748.473 1.208.473.85 0 1.471-.33 1.862-.99l1.771.374c-.32.761-.796 1.337-1.426 1.727-.63.39-1.366.585-2.207.585-1.08 0-1.991-.37-2.732-1.11-.74-.741-1.11-1.692-1.11-2.853 0-1.16.372-2.114 1.118-2.86.745-.745 1.663-1.118 2.754-1.118 1.021 0 1.9.358 2.635 1.073.735.716 1.123 1.634 1.163 2.755v.676Zm1.501 3.212h1.982V5.32h-1.982v10.808Zm8.766-5.134c.54 0 .959-.14 1.254-.42.295-.28.443-.656.443-1.126 0-.46-.148-.83-.443-1.11-.295-.281-.713-.421-1.254-.421h-2.642v3.077h2.642Zm0-4.924c1.141 0 2.047.308 2.718.924.67.615 1.005 1.433 1.005 2.454 0 1.03-.333 1.854-.998 2.47-.665.615-1.574.923-2.725.923h-2.642v3.287h-2.041V6.07h4.683Zm5.299 10.058h1.982V5.32h-1.982v10.808Zm8.992-2.124c.43-.415.645-.953.645-1.614 0-.66-.215-1.2-.645-1.621-.43-.42-.926-.63-1.487-.63-.61 0-1.113.205-1.508.615-.396.41-.593.956-.593 1.636 0 .68.197 1.224.593 1.63.395.404.898.607 1.508.607.56 0 1.056-.208 1.487-.623Zm2.627 2.124h-1.982v-.585c-.67.54-1.496.81-2.477.81-.99 0-1.851-.375-2.582-1.126-.73-.75-1.096-1.696-1.096-2.837 0-1.14.368-2.089 1.104-2.845.735-.755 1.594-1.133 2.574-1.133.991 0 1.817.275 2.477.826v-.6h1.982v7.49Zm5.313 2.552h-2.206l1.2-2.792-3.107-7.266h2.207l1.982 4.789 2.071-4.789h2.207L92.319 18.68Z"
21
+ })
22
+ ], -1), n = /* @__PURE__ */ e("defs", null, null, -1), m = [
23
+ r,
24
+ n
25
+ ];
26
+ function v(d, s) {
27
+ return l(), c("svg", t, m);
28
+ }
29
+ const Z = /* @__PURE__ */ o(h, [["render", v]]);
30
+ export {
31
+ Z as default
32
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as t, createElementBlock as e, createElementVNode as o } 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__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M15 12.75H9c-.412 0-.75-.338-.75-.75s.338-.75.75-.75h6c.412 0 .75.338.75.75s-.338.75-.75.75Z"
9
+ }, null, -1), s = /* @__PURE__ */ o("path", {
10
+ fill: "currentColor",
11
+ d: "M12 4a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8Zm3 8.75H9c-.412 0-.75-.338-.75-.75s.338-.75.75-.75h6c.412 0 .75.338.75.75s-.338.75-.75.75Z",
12
+ opacity: ".4"
13
+ }, null, -1), i = [
14
+ l,
15
+ s
16
+ ];
17
+ function _(a, d) {
18
+ return t(), e("svg", n, i);
19
+ }
20
+ const m = /* @__PURE__ */ c(r, [["render", _]]);
21
+ export {
22
+ m as default
23
+ };
@@ -0,0 +1,23 @@
1
+ import { openBlock as o, createElementBlock as t, createElementVNode as c } from "vue";
2
+ import e 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: "M14.972 12.75h-6c-.385 0-.75-.338-.75-.75s.337-.75.75-.75h6c.412 0 .722.338.722.75.028.412-.282.75-.722.75Z"
9
+ }, null, -1), s = /* @__PURE__ */ c("path", {
10
+ fill: "currentColor",
11
+ d: "m19.087 8.91-3.971-3.998a1.579 1.579 0 0 0-1.022-.412h-4.19c-.37 0-.73.15-.993.414L4.914 8.912a1.386 1.386 0 0 0-.414.966v4.194c0 .37.15.729.414.992l3.972 3.997c.289.289.645.439.992.439h4.194c.37 0 .729-.15.992-.414l3.997-3.972a1.48 1.48 0 0 0 .439-1.02v-4.19c0-.373-.15-.732-.412-.995Zm-4.115 3.84h-6c-.384 0-.75-.338-.75-.75s.337-.75.75-.75h6c.412 0 .722.338.722.75.028.412-.282.75-.722.75Z",
12
+ opacity: ".4"
13
+ }, null, -1), _ = [
14
+ l,
15
+ s
16
+ ];
17
+ function i(a, h) {
18
+ return o(), t("svg", n, _);
19
+ }
20
+ const m = /* @__PURE__ */ e(r, [["render", i]]);
21
+ export {
22
+ m as default
23
+ };
@@ -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
+ }, s = /* @__PURE__ */ c("path", {
7
+ fill: "currentColor",
8
+ d: "M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1ZM8 13h8v-2H8v2Zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.71-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5Z"
9
+ }, null, -1), _ = [
10
+ s
11
+ ];
12
+ function l(h, i) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ t(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
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M12 20c4.337 0 8-3.663 8-8h-1.6c0 3.47-2.93 6.4-6.4 6.4S5.6 15.47 5.6 12c0-3.469 2.93-6.4 6.4-6.4V4c-4.337 0-8 3.664-8 8 0 4.337 3.663 8 8 8Z"
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,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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2ZM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6Zm9 14H6V10h12v10Zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Z"
9
+ }, null, -1), _ = [
10
+ s
11
+ ];
12
+ function l(i, f) {
13
+ return c(), e("svg", n, _);
14
+ }
15
+ const h = /* @__PURE__ */ t(r, [["render", l]]);
16
+ export {
17
+ h 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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, s = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6h2c0-1.66 1.34-3 3-3s3 1.34 3 3v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2Zm0 12H6V10h12v10Zm-6-3c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Z"
9
+ }, null, -1), _ = [
10
+ s
11
+ ];
12
+ function l(i, f) {
13
+ return c(), e("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ t(r, [["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
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M11 7 9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5Zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, h) {
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,18 @@
1
+ import { openBlock as o, createElementBlock as e, 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: "m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5-5-5ZM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, f) {
13
+ return o(), e("svg", n, _);
14
+ }
15
+ const m = /* @__PURE__ */ c(r, [["render", s]]);
16
+ export {
17
+ m as default
18
+ };
@@ -0,0 +1,23 @@
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 n = {}, c = {
4
+ viewBox: "0 0 51 51",
5
+ fill: "currentColor",
6
+ xmlns: "http://www.w3.org/2000/svg"
7
+ }, l = /* @__PURE__ */ t("path", {
8
+ d: "M23.6081 21.2169C24.8698 20.465 26.4419 20.465 27.7036 21.2169L39.456 28.2206C42.059 29.7719 42.059 33.5416 39.456 35.0928L27.7036 42.0966C26.4419 42.8484 24.8698 42.8484 23.6081 42.0966L11.8557 35.0928C9.25267 33.5416 9.25267 29.7719 11.8557 28.2206L23.6081 21.2169Z",
9
+ fill: "currentColor"
10
+ }, null, -1), s = /* @__PURE__ */ t("path", {
11
+ d: "M23.6081 8.3707C24.8698 7.61885 26.4419 7.61885 27.7036 8.3707L39.456 15.3744C42.059 16.9257 42.059 20.6954 39.456 22.2466L27.7036 29.2504C26.4419 30.0022 24.8698 30.0022 23.6081 29.2504L11.8557 22.2466C9.25267 20.6954 9.25267 16.9257 11.8557 15.3744L23.6081 8.3707Z",
12
+ fill: "#9AA4B0"
13
+ }, null, -1), _ = [
14
+ l,
15
+ s
16
+ ];
17
+ function i(d, f) {
18
+ return e(), o("svg", c, _);
19
+ }
20
+ const h = /* @__PURE__ */ r(n, [["render", i]]);
21
+ export {
22
+ h as default
23
+ };
@@ -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: "M18 10.116V0H6v10.116c0 .42.216.816.588 1.032l5.016 3.012-1.188 2.808-4.092.348 3.108 2.688L8.484 24 12 21.876 15.516 24l-.936-3.996 3.108-2.688-4.092-.348-1.188-2.808 5.016-3.012c.36-.216.576-.6.576-1.032Zm-7.2.768-2.4-1.44V2.4h2.4v8.484Zm4.8-1.44-2.4 1.44V2.4h2.4v7.044Z"
9
+ }, null, -1), _ = [
10
+ l
11
+ ];
12
+ function s(i, f) {
13
+ return e(), o("svg", n, _);
14
+ }
15
+ const d = /* @__PURE__ */ c(r, [["render", s]]);
16
+ export {
17
+ d 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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M16.8 5A7.173 7.173 0 0 0 12 6.833a7.2 7.2 0 1 0 0 10.733A7.2 7.2 0 1 0 16.8 5ZM12 17.567A7.182 7.182 0 0 1 9.6 12.2c0-2.132.927-4.048 2.4-5.367a7.182 7.182 0 0 1 2.4 5.367 7.182 7.182 0 0 1-2.4 5.367Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = [
12
+ l
13
+ ];
14
+ function i(s, d) {
15
+ return e(), o("svg", n, _);
16
+ }
17
+ const u = /* @__PURE__ */ r(c, [["render", i]]);
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,24 @@
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 = {}, c = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, n = /* @__PURE__ */ e("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M14.4 12.2a7.182 7.182 0 0 1-2.4 5.367 7.2 7.2 0 1 0 0-10.733 7.182 7.182 0 0 1 2.4 5.366Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), _ = /* @__PURE__ */ e("path", {
12
+ fill: "currentColor",
13
+ d: "M7.2 19.4a7.174 7.174 0 0 0 4.8-1.833A7.182 7.182 0 0 1 9.6 12.2c0-2.132.927-4.048 2.4-5.367A7.2 7.2 0 1 0 7.2 19.4Z"
14
+ }, null, -1), i = [
15
+ n,
16
+ _
17
+ ];
18
+ function s(d, f) {
19
+ return o(), t("svg", c, i);
20
+ }
21
+ const p = /* @__PURE__ */ r(l, [["render", s]]);
22
+ export {
23
+ p as default
24
+ };
@@ -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 = {}, n = {
4
+ fill: "currentColor",
5
+ viewBox: "0 0 24 24"
6
+ }, l = /* @__PURE__ */ o("path", {
7
+ fill: "currentColor",
8
+ "fill-rule": "evenodd",
9
+ d: "M20 15.5v-7A1.5 1.5 0 0 0 18.5 7h-13A1.5 1.5 0 0 0 4 8.5v7A1.5 1.5 0 0 0 5.5 17h13a1.5 1.5 0 0 0 1.5-1.5Zm-15-7c0-.275.225-.5.5-.5h13c.275 0 .5.225.5.5v7c0 .275-.225.5-.5.5h-13a.501.501 0 0 1-.5-.5v-7Zm13 6.125v-5.25A.367.367 0 0 0 17.645 9h-8.29A.367.367 0 0 0 9 9.375v5.25c0 .206.16.375.355.375h8.29a.367.367 0 0 0 .355-.375ZM7 12.75v-1.5c0-.138-.169-.25-.375-.25h-.25c-.206 0-.375.113-.375.25v1.5c0 .138.169.25.375.25h.25c.206 0 .375-.113.375-.25Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), s = [
12
+ l
13
+ ];
14
+ function _(d, h) {
15
+ return e(), c("svg", n, s);
16
+ }
17
+ const v = /* @__PURE__ */ t(r, [["render", _]]);
18
+ export {
19
+ v 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: "M15.5 4h-7A1.5 1.5 0 0 0 7 5.5v13A1.5 1.5 0 0 0 8.5 20h7a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 15.5 4Zm-7 15a.501.501 0 0 1-.5-.5v-13c0-.275.225-.5.5-.5h7c.275 0 .5.225.5.5v13c0 .275-.225.5-.5.5h-7Zm6.125-13h-5.25A.367.367 0 0 0 9 6.355v8.29c0 .195.169.355.375.355h5.25c.206 0 .375-.16.375-.355v-8.29A.367.367 0 0 0 14.625 6ZM12.75 17h-1.5c-.138 0-.25.169-.25.375v.25c0 .206.113.375.25.375h1.5c.138 0 .25-.169.25-.375v-.25c0-.206-.113-.375-.25-.375Z",
10
+ "clip-rule": "evenodd"
11
+ }, null, -1), i = [
12
+ n
13
+ ];
14
+ function _(h, s) {
15
+ return e(), c("svg", l, i);
16
+ }
17
+ const a = /* @__PURE__ */ t(r, [["render", _]]);
18
+ export {
19
+ a as default
20
+ };