@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
@@ -1,22 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const a = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ c("g", { fill: "currentColor" }, [
7
- /* @__PURE__ */ c("path", { d: "M13.813 14.25h-2.25c-.31 0-.563-.253-.563-.53 0-.31.253-.563.563-.563l2.25-.032a.564.564 0 0 1 0 1.125Zm5.624-.032-2.25.032a.564.564 0 0 1 0-1.125h2.25c.31 0 .563.253.563.563s-.253.53-.563.53Zm0-3.343h-7.875a.564.564 0 0 1 0-1.125h7.876a.564.564 0 0 1 0 1.125Z" }),
8
- /* @__PURE__ */ c("path", {
9
- d: "M20.563 5.25H3.688C2.758 5.25 2 6.01 2 6.938v10.125c0 .928.76 1.687 1.688 1.687h16.875c.928 0 1.687-.76 1.687-1.688V6.938c0-.928-.76-1.687-1.688-1.687ZM9.227 13.48c-.127.732-.68 1.214-1.462 1.383v.371a.704.704 0 0 1-1.406 0v-.388a7.28 7.28 0 0 1-.884-.266l-.142-.052a.703.703 0 0 1 .47-1.326l.149.054c.275.1.588.212.832.249.479.074 1.01.007 1.057-.266.03-.176.048-.272-.975-.565l-.202-.059c-.608-.175-2.029-.594-1.769-2.095.127-.735.679-1.224 1.465-1.392v-.362a.702.702 0 0 1 .702-.703c.389 0 .704.314.704.703v.385c.192.044.396.096.645.184a.702.702 0 0 1 .434.894.702.702 0 0 1-.894.434 2.005 2.005 0 0 0-.619-.168c-.474-.077-1.005-.038-1.051.264-.028.155-.046.267.78.51l.193.055c.781.222 2.237.637 1.973 2.156Zm4.584.77h-2.25c-.309 0-.562-.253-.562-.53 0-.31.253-.563.563-.563l2.25-.032a.564.564 0 0 1 0 1.125Zm5.626-.032-2.25.032a.564.564 0 0 1 0-1.125h2.25c.309 0 .562.253.562.563s-.253.53-.563.53Zm0-3.343h-7.875a.564.564 0 0 1 0-1.125h7.874a.564.564 0 0 1 0 1.125Z",
10
- opacity: ".4"
11
- })
12
- ], -1), r = /* @__PURE__ */ c("defs", null, null, -1), s = [
13
- n,
14
- r
15
- ];
16
- function h(_, i) {
17
- return e(), o("svg", l, s);
18
- }
19
- const f = /* @__PURE__ */ t(a, [["render", h]]);
20
- export {
21
- f as default
22
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as r } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ r("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm-8 2c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- l
13
- ];
14
- function _(i, d) {
15
- return e(), o("svg", n, s);
16
- }
17
- const u = /* @__PURE__ */ t(c, [["render", _]]);
18
- export {
19
- u as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as r } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ r("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M12 8c1.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-2Zm-2 8c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2Z",
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 u = /* @__PURE__ */ t(c, [["render", _]]);
18
- export {
19
- u as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.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.75 4v5.947H18c0-3.06-2.288-5.58-5.25-5.947ZM6 14.447c0 3.316 2.685 6 6 6s6-2.685 6-6v-3H6v3ZM11.25 4A5.991 5.991 0 0 0 6 9.947h5.25V4Z",
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 a = /* @__PURE__ */ r(c, [["render", _]]);
18
- export {
19
- a as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M17.388 14.57H13.74l1.92 4.782a.659.659 0 0 1-.325.844l-1.69.753c-.315.14-.669-.02-.802-.342l-1.824-4.54-2.98 3.134c-.396.418-1.04.096-1.04-.452V3.643c0-.576.685-.857 1.04-.452l9.777 10.285c.395.393.104 1.095-.43 1.095Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- n
13
- ];
14
- function _(i, d) {
15
- return e(), o("svg", l, s);
16
- }
17
- const a = /* @__PURE__ */ c(r, [["render", _]]);
18
- export {
19
- a as default
20
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- d: "M19.71 9.71 22 12V6h-6l2.29 2.29-4.17 4.17a.996.996 0 0 1-1.41 0l-1.17-1.17a3 3 0 0 0-4.24 0L2 16.59 3.41 18l5.29-5.29a.996.996 0 0 1 1.41 0l1.17 1.17a3 3 0 0 0 4.24 0l4.19-4.17Z"
9
- }, null, -1), _ = [
10
- n
11
- ];
12
- function s(a, i) {
13
- return e(), o("svg", l, _);
14
- }
15
- const m = /* @__PURE__ */ r(c, [["render", s]]);
16
- export {
17
- m as default
18
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as t, createElementBlock as e, createStaticVNode as o } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const C = {}, c = {
4
- viewBox: "0 0 24 24",
5
- fill: "currentColor"
6
- }, l = /* @__PURE__ */ o('<path d="M9 9C8.44772 9 8 9.44771 8 10V11C8 11.5523 8.44772 12 9 12H15C15.5523 12 16 11.5523 16 11V10C16 9.44772 15.5523 9 15 9H9Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C6.34315 0 5 1.34315 5 3V21C5 22.6569 6.34315 24 8 24H16C17.6569 24 19 22.6569 19 21V3C19 1.34315 17.6569 0 16 0H8ZM16 2H15C15 2.55228 14.5523 3 14 3H10C9.44772 3 9 2.55228 9 2H8C7.44772 2 7 2.44772 7 3V21C7 21.5523 7.44772 22 8 22H16C16.5523 22 17 21.5523 17 21V3C17 2.44772 16.5523 2 16 2Z" fill="currentColor"></path><g opacity="0.5"><path d="M9 13C8.44772 13 8 13.4477 8 14V15C8 15.5523 8.44772 16 9 16H15C15.5523 16 16 15.5523 16 15V14C16 13.4477 15.5523 13 15 13H9Z" fill="currentColor"></path><path d="M9 17C8.44772 17 8 17.4477 8 18V19C8 19.5523 8.44772 20 9 20H15C15.5523 20 16 19.5523 16 19V18C16 17.4477 15.5523 17 15 17H9Z" fill="currentColor"></path></g>', 3), n = [
7
- l
8
- ];
9
- function i(a, d) {
10
- return t(), e("svg", c, n);
11
- }
12
- const f = /* @__PURE__ */ r(C, [["render", i]]);
13
- export {
14
- f as default
15
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M19.29 17.04 18 15.75v-5c0-3.07-1.64-5.64-4.5-6.32v-.68c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.11 6 7.67 6 10.75v5l-1.29 1.29c-.63.63-.19 1.71.7 1.71h13.17c.9 0 1.34-1.08.71-1.71ZM8 16.75v-6c0-2.48 1.51-4.5 4-4.5s4 2.02 4 4.5v6H8Zm6 3a2 2 0 1 1-4 0h4Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- l
13
- ];
14
- function i(_, d) {
15
- return e(), o("svg", n, s);
16
- }
17
- const a = /* @__PURE__ */ t(r, [["render", i]]);
18
- export {
19
- a as default
20
- };
@@ -1,24 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as a } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ a("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__ */ a("path", {
12
- fill: "currentColor",
13
- d: "M8 10a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0-3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 6a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm0 3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z"
14
- }, null, -1), h = [
15
- n,
16
- c
17
- ];
18
- function _(s, d) {
19
- return e(), o("svg", l, h);
20
- }
21
- const m = /* @__PURE__ */ t(r, [["render", _]]);
22
- export {
23
- m as default
24
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as c, createElementBlock as a, createElementVNode as e } from "vue";
2
- import o from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const t = {}, r = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ e("path", {
7
- fill: "currentColor",
8
- d: "M17.5 8.446h-5.6a5.269 5.269 0 0 1-.01-.301 4.224 4.224 0 0 1 .024-.457 2.69 2.69 0 0 1 .049-.298 1.436 1.436 0 0 1 .05-.167.635.635 0 0 1 .03-.072.569.569 0 0 1 .072-.005c.058 0 .115.006.172.015.156.026.31.063.46.11.135.04.281.089.435.14.233.078.482.162.754.234a4.417 4.417 0 0 0 .43.093 3.039 3.039 0 0 0 .483.04c.13 0 .262-.01.39-.03a2.085 2.085 0 0 0 .364-.095 1.938 1.938 0 0 0 .608-.352 2.075 2.075 0 0 0 .354-.395 2.617 2.617 0 0 0 .332-.699 4.315 4.315 0 0 0 .166-.802l-2.197-.246a2.055 2.055 0 0 1-.095.453c0 .004-.003.008-.004.012l-.046-.006a3.406 3.406 0 0 1-.43-.108c-.132-.04-.28-.09-.438-.143-.238-.08-.498-.166-.787-.238A3.972 3.972 0 0 0 12.112 5a2.665 2.665 0 0 0-.597.065 2.335 2.335 0 0 0-.616.234 1.926 1.926 0 0 0-.42.316 2.171 2.171 0 0 0-.265.32 2.633 2.633 0 0 0-.287.576 3.964 3.964 0 0 0-.199.845 6.302 6.302 0 0 0-.05.789c0 .104.003.204.007.3H6.5a5.58 5.58 0 0 0-3.889 1.567C1.579 11.015 1 12.375 1 13.792s.58 2.779 1.611 3.782A5.58 5.58 0 0 0 6.5 19.14a5.622 5.622 0 0 0 2.497-.582 5.453 5.453 0 0 0 1.953-1.622h2.1a5.453 5.453 0 0 0 1.952 1.622 5.62 5.62 0 0 0 2.497.582 5.638 5.638 0 0 0 2.105-.407 5.514 5.514 0 0 0 1.785-1.16 5.341 5.341 0 0 0 1.192-1.734A5.218 5.218 0 0 0 23 13.793c0-1.418-.58-2.778-1.61-3.781a5.581 5.581 0 0 0-3.89-1.566Zm-8.462 5.896H7.257v1.735H5.832v-1.735H4.05V12.96h1.782v-1.734h1.425v1.734h1.781v1.382Zm8.338-3.532a1.021 1.021 0 0 1 .382.073.998.998 0 0 1 .324.21.966.966 0 0 1 .217.316.943.943 0 0 1 .075.371.943.943 0 0 1-.075.372.967.967 0 0 1-.216.315 1 1 0 0 1-.325.21 1.021 1.021 0 0 1-.382.073 1.02 1.02 0 0 1-.381-.074.999.999 0 0 1-.323-.21.968.968 0 0 1-.216-.315.944.944 0 0 1-.075-.37.944.944 0 0 1 .075-.372.967.967 0 0 1 .216-.314.999.999 0 0 1 .323-.21 1.02 1.02 0 0 1 .381-.075Zm-1.924 3.88a1.012 1.012 0 0 1-.704-.285.957.957 0 0 1-.291-.685c0-.256.105-.502.291-.684a1.01 1.01 0 0 1 .704-.283c.264 0 .517.102.704.283a.954.954 0 0 1 .291.684.957.957 0 0 1-.291.685 1.012 1.012 0 0 1-.704.285Zm1.924 1.94a1.021 1.021 0 0 1-.381-.074.999.999 0 0 1-.323-.21.968.968 0 0 1-.216-.315.944.944 0 0 1-.075-.371.944.944 0 0 1 .075-.371.968.968 0 0 1 .216-.315.999.999 0 0 1 .323-.21 1.02 1.02 0 0 1 .381-.074c.131 0 .261.024.382.073a.998.998 0 0 1 .324.21.966.966 0 0 1 .217.315.944.944 0 0 1 .075.372.944.944 0 0 1-.075.371.966.966 0 0 1-.216.315.996.996 0 0 1-.325.21 1.02 1.02 0 0 1-.382.074Zm1.995-1.94a1.012 1.012 0 0 1-.704-.285.957.957 0 0 1-.29-.685c0-.256.104-.502.29-.684a1.01 1.01 0 0 1 .704-.283 1.02 1.02 0 0 1 .382.073.997.997 0 0 1 .323.21.965.965 0 0 1 .217.313.943.943 0 0 1 0 .742.966.966 0 0 1-.216.315 1 1 0 0 1-.324.21 1.023 1.023 0 0 1-.382.074Z"
9
- }, null, -1), n = [
10
- l
11
- ];
12
- function s(_, m) {
13
- return c(), a("svg", r, n);
14
- }
15
- const f = /* @__PURE__ */ o(t, [["render", s]]);
16
- export {
17
- f as default
18
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as l, createElementVNode as o } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, t = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "m11.183 9.354 1.574 1.575 3.13-2.726c.497-.432 1.206.2.83.744l-2.432 3.51 3.296 3.296 1.698-11.07-8.096 4.671Zm7.878 7.878 2.324 2.324a1 1 0 0 1-1.414 1.415L3.707 4.707a1 1 0 0 1 1.414-1.414L9.95 8.122l8.487-4.895c1.214-.698 2.723.309 2.509 1.716L19.06 17.232ZM3.84 11.645l3.047-1.757L8.12 11.12l-3.438 1.983 3.782 1.565 1.712-1.492 2.132 2.132-.51.736 2.122.876 3.016 3.016a1.709 1.709 0 0 1-.384-.106l-3.927-1.621-1.536 2.073c-.962 1.295-3.039.625-3.039-1.003v-2.962l-4.01-1.66c-1.292-.529-1.407-2.315-.2-3.013Zm5.894 7.635v-2.267l1.285.53-1.285 1.737Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), _ = [
12
- n
13
- ];
14
- function s(a, d) {
15
- return e(), l("svg", t, _);
16
- }
17
- const m = /* @__PURE__ */ c(r, [["render", s]]);
18
- export {
19
- m as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import l from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M18.437 3.227 3.841 11.645c-1.207.698-1.092 2.484.2 3.014l4.01 1.66v2.96c0 1.629 2.077 2.3 3.039 1.004l1.537-2.073 3.926 1.62a1.688 1.688 0 0 0 1.47-.09c.45-.253.758-.702.839-1.211l2.084-13.586c.214-1.407-1.295-2.414-2.509-1.716ZM9.735 19.28v-2.267l1.285.53-1.285 1.737Zm7.46-1.007-5.396-2.228 4.919-7.099c.375-.543-.334-1.175-.832-.743l-7.42 6.466-3.783-1.565 14.596-8.42-2.084 13.589Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), _ = [
12
- n
13
- ];
14
- function s(d, i) {
15
- return e(), o("svg", t, _);
16
- }
17
- const m = /* @__PURE__ */ l(r, [["render", s]]);
18
- export {
19
- m as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M10 17c0 1.1-.9 2-2 2s-2-.9-2-2V7c0-1.1.9-2 2-2s2 .9 2 2v10Zm4 0V7c0-1.1.9-2 2-2s2 .9 2 2v10c0 1.1-.9 2-2 2s-2-.9-2-2Z",
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 a = /* @__PURE__ */ t(r, [["render", _]]);
18
- export {
19
- a as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm-2 14c-.55 0-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6c0 .55-.45 1-1 1Zm3-1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1s-1 .45-1 1v6Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- n
13
- ];
14
- function i(_, d) {
15
- return e(), o("svg", l, s);
16
- }
17
- const u = /* @__PURE__ */ r(t, [["render", i]]);
18
- export {
19
- u as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ c("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12Zm9 3c0 .55-.45 1-1 1s-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6Zm1 5c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Zm3-5c0 .55-.45 1-1 1s-1-.45-1-1V9c0-.55.45-1 1-1s1 .45 1 1v6Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- n
13
- ];
14
- function i(_, d) {
15
- return e(), o("svg", l, s);
16
- }
17
- const u = /* @__PURE__ */ t(r, [["render", i]]);
18
- export {
19
- u as default
20
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, s = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- d: "M15.5 1h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1Zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5Zm4.5-4H7V4h9v14Z"
9
- }, null, -1), _ = [
10
- s
11
- ];
12
- function l(h, i) {
13
- return e(), o("svg", n, _);
14
- }
15
- const a = /* @__PURE__ */ r(c, [["render", l]]);
16
- export {
17
- a as default
18
- };
@@ -1,23 +0,0 @@
1
- import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- d: "M19 5H5v14h14V5ZM6 17l3-3.86 2.14 2.58 3-3.87L18 17H6Z",
9
- opacity: ".3"
10
- }, null, -1), _ = /* @__PURE__ */ o("path", {
11
- fill: "currentColor",
12
- d: "M5 21h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2ZM5 5h14v14H5V5Zm6.14 10.72L9 13.14 6 17h12l-3.86-5.14-3 3.86Z"
13
- }, null, -1), s = [
14
- n,
15
- _
16
- ];
17
- function i(h, d) {
18
- return t(), e("svg", l, s);
19
- }
20
- const m = /* @__PURE__ */ c(r, [["render", i]]);
21
- export {
22
- m as default
23
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ c("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M21 5v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2ZM11 16.51l-2.1-2.53a.493.493 0 0 0-.78.02l-2.49 3.2c-.26.33-.03.81.39.81h11.99a.5.5 0 0 0 .4-.8l-3.51-4.68c-.2-.27-.6-.27-.8-.01L11 16.51Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), _ = [
12
- n
13
- ];
14
- function s(d, i) {
15
- return e(), o("svg", l, _);
16
- }
17
- const h = /* @__PURE__ */ t(r, [["render", s]]);
18
- export {
19
- h as default
20
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- d: "M6.928 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18a1 1 0 0 0 0-1.69l-8.14-5.17a.998.998 0 0 0-1.54.84Z"
9
- }, null, -1), _ = [
10
- l
11
- ];
12
- function s(a, i) {
13
- return e(), o("svg", n, _);
14
- }
15
- const m = /* @__PURE__ */ r(c, [["render", s]]);
16
- export {
17
- m as default
18
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import l from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, c = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12Zm8.8-3.9a.5.5 0 0 0-.8.4v7c0 .41.47.65.8.4l4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), i = [
12
- n
13
- ];
14
- function s(_, d) {
15
- return e(), o("svg", c, i);
16
- }
17
- const m = /* @__PURE__ */ l(r, [["render", s]]);
18
- export {
19
- m as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.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: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm-1.2 13.9 4.67-3.5c.27-.2.27-.6 0-.8L10.8 8.1a.5.5 0 0 0-.8.4v7c0 .41.47.65.8.4ZM4 12c0 4.41 3.59 8 8 8s8-3.59 8-8-3.59-8-8-8-8 3.59-8 8Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), s = [
12
- n
13
- ];
14
- function i(_, d) {
15
- return e(), o("svg", l, s);
16
- }
17
- const u = /* @__PURE__ */ c(r, [["render", i]]);
18
- export {
19
- u as default
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as h } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const t = {}, v = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, c = /* @__PURE__ */ h("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M3 10.714h7.714V3H3v7.714Zm1.607-6.107h4.5v4.5h-4.5v-4.5ZM13.286 3v7.714H21V3h-7.714Zm6.107 6.107h-4.5v-4.5h4.5v4.5ZM3 21h7.714v-7.714H3V21Zm1.607-6.107h4.5v4.5h-4.5v-4.5Zm1.286 1.286H7.82v1.928H5.893V16.18Zm0-10.286H7.82V7.82H5.893V5.893ZM18.107 7.82h-1.929V5.893h1.929v1.929Zm1.607 5.465H21v5.143h-5.143v-1.286h-1.286V21h-1.285v-7.714h3.857v1.285h2.571v-1.285Zm0 6.428H21V21h-1.286v-1.286Zm-2.571 0h1.285V21h-1.285v-1.286Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), n = [
12
- c
13
- ];
14
- function l(m, _) {
15
- return e(), o("svg", v, n);
16
- }
17
- const i = /* @__PURE__ */ r(t, [["render", l]]);
18
- export {
19
- i as default
20
- };
@@ -1,21 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as C } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.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.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.5ZM8 12C7.85167 12 7.70666 11.956 7.58333 11.8736C7.45999 11.7912 7.36386 11.6741 7.30709 11.537C7.25033 11.4 7.23548 11.2492 7.26441 11.1037C7.29335 10.9582 7.36478 10.8246 7.46967 10.7197C7.57456 10.6148 7.7082 10.5434 7.85368 10.5144C7.99917 10.4855 8.14997 10.5003 8.28701 10.5571C8.42406 10.6139 8.54119 10.71 8.6236 10.8333C8.70602 10.9567 8.75 11.1017 8.75 11.25C8.75 11.4489 8.67098 11.6397 8.53033 11.7803C8.38968 11.921 8.19892 12 8 12ZM8.5 8.955V9C8.5 9.13261 8.44732 9.25979 8.35356 9.35355C8.25979 9.44732 8.13261 9.5 8 9.5C7.86739 9.5 7.74022 9.44732 7.64645 9.35355C7.55268 9.25979 7.5 9.13261 7.5 9V8.5C7.5 8.36739 7.55268 8.24021 7.64645 8.14645C7.74022 8.05268 7.86739 8 8 8C8.82688 8 9.5 7.4375 9.5 6.75C9.5 6.0625 8.82688 5.5 8 5.5C7.17313 5.5 6.5 6.0625 6.5 6.75V7C6.5 7.13261 6.44732 7.25979 6.35356 7.35355C6.25979 7.44732 6.13261 7.5 6 7.5C5.86739 7.5 5.74022 7.44732 5.64645 7.35355C5.55268 7.25979 5.5 7.13261 5.5 7V6.75C5.5 5.50938 6.62125 4.5 8 4.5C9.37875 4.5 10.5 5.50938 10.5 6.75C10.5 7.83625 9.64 8.74563 8.5 8.955Z",
10
- fill: "currentColor"
11
- })
12
- ], -1), s = [
13
- c
14
- ];
15
- function _(l, i) {
16
- return e(), o("svg", r, s);
17
- }
18
- const m = /* @__PURE__ */ t(n, [["render", _]]);
19
- export {
20
- m as default
21
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createStaticVNode as c } from "vue";
2
- import o from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 45 24"
6
- }, a = /* @__PURE__ */ c('<path fill="currentColor" d="m16.077 16-.757-2.056h-3.692L10.872 16H9l3.487-9h2.051L18 16h-1.923Zm-2.603-7.058-1.256 3.402h2.513l-1.257-3.402ZM5.143 0a.647.647 0 0 0-.566.326L.092 8.298V8.3A.596.596 0 0 0 0 8.615c0 .34.288.616.643.616h2.571v6.154c0 .34.288.615.643.615.242 0 .463-.13.573-.337l4.51-8.018-.003-.003A.583.583 0 0 0 9 7.385a.63.63 0 0 0-.643-.616H5.786V.615A.63.63 0 0 0 5.143 0Z"></path><path fill="currentColor" fill-rule="evenodd" d="M21.485 3.515A12.004 12.004 0 0 1 23 5.365a11.967 11.967 0 0 0-1 1.833 10.2 10.2 0 0 0-8.1-5.358C13.404 1.796 13 1.397 13 .9s.404-.903.9-.866a12 12 0 0 1 7.585 3.48ZM23 18.635a11.972 11.972 0 0 1-1-1.833 10.2 10.2 0 0 1-8.1 5.358c-.495.044-.899.443-.899.94s.403.903.9.866a12 12 0 0 0 9.1-5.332Z" clip-rule="evenodd"></path><path fill="currentColor" d="M23.2 12a10.2 10.2 0 0 1-1.2 4.802c.28.642.615 1.255 1 1.833a12.001 12.001 0 0 0 0-13.27 11.967 11.967 0 0 0-1 1.833A10.2 10.2 0 0 1 23.2 12Z"></path><path fill="currentColor" fill-rule="evenodd" d="M33 24c6.627 0 12-5.373 12-12S39.627 0 33 0a11.989 11.989 0 0 0-10 5.365 12 12 0 0 1 0 13.27A11.989 11.989 0 0 0 33 24Zm.786-16.8h-3.453v9.6h3.71c.894 0 1.612-.248 2.153-.745.542-.505.813-1.15.813-1.936 0-.578-.163-1.07-.488-1.476a2.095 2.095 0 0 0-1.205-.799 1.97 1.97 0 0 0 1.002-.758c.262-.38.393-.812.393-1.3 0-.767-.262-1.39-.786-1.868-.514-.479-1.227-.718-2.139-.718Z" clip-rule="evenodd"></path><path fill="currentColor" d="M32.175 11.167h1.327c.424 0 .758-.108 1.002-.325.243-.216.365-.51.365-.88s-.122-.659-.365-.866c-.235-.217-.573-.325-1.016-.325h-1.313v2.396Zm0 4.076h1.516c.452 0 .804-.108 1.056-.325.262-.226.393-.533.393-.92 0-.389-.126-.7-.379-.935-.244-.235-.591-.352-1.043-.352h-1.543v2.532Z"></path>', 5), h = [
7
- a
8
- ];
9
- function n(d, i) {
10
- return e(), t("svg", l, h);
11
- }
12
- const f = /* @__PURE__ */ o(r, [["render", n]]);
13
- export {
14
- f as default
15
- };
@@ -1,15 +0,0 @@
1
- import { openBlock as e, createElementBlock as t, createStaticVNode as c } from "vue";
2
- import o from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, l = {
4
- fill: "currentColor",
5
- viewBox: "0 0 45 24"
6
- }, a = /* @__PURE__ */ c('<path fill="currentColor" d="m16.077 16-.757-2.056h-3.692L10.872 16H9l3.487-9h2.051L18 16h-1.923Zm-2.603-7.058-1.256 3.402h2.513l-1.257-3.402Z"></path><path fill="currentColor" fill-rule="evenodd" d="M21.485 3.515A12.004 12.004 0 0 1 23 5.365a11.967 11.967 0 0 0-1 1.833 10.2 10.2 0 0 0-8.1-5.358C13.404 1.796 13 1.397 13 .9s.404-.903.9-.866a12 12 0 0 1 7.585 3.48ZM23 18.635a11.972 11.972 0 0 1-1-1.833 10.2 10.2 0 0 1-8.1 5.358c-.495.044-.899.443-.899.94s.403.903.9.866a12 12 0 0 0 9.1-5.332Z" clip-rule="evenodd"></path><path fill="currentColor" d="M23.2 12a10.2 10.2 0 0 1-1.2 4.802c.28.642.615 1.255 1 1.833a12.001 12.001 0 0 0 0-13.27 11.967 11.967 0 0 0-1 1.833A10.2 10.2 0 0 1 23.2 12Z"></path><path fill="currentColor" fill-rule="evenodd" d="M33 24c6.627 0 12-5.373 12-12S39.627 0 33 0a11.989 11.989 0 0 0-10 5.365 12 12 0 0 1 0 13.27A11.989 11.989 0 0 0 33 24Zm.786-16.8h-3.453v9.6h3.71c.894 0 1.612-.248 2.153-.745.542-.505.813-1.15.813-1.936 0-.578-.163-1.07-.488-1.476a2.095 2.095 0 0 0-1.205-.799 1.97 1.97 0 0 0 1.002-.758c.262-.38.393-.812.393-1.3 0-.767-.262-1.39-.786-1.868-.514-.479-1.227-.718-2.139-.718Z" clip-rule="evenodd"></path><path fill="currentColor" d="M32.175 11.167h1.327c.424 0 .758-.108 1.002-.325.243-.216.365-.51.365-.88s-.122-.659-.365-.866c-.235-.217-.573-.325-1.016-.325h-1.313v2.396Zm0 4.076h1.516c.452 0 .804-.108 1.056-.325.262-.226.393-.533.393-.92 0-.389-.126-.7-.379-.935-.244-.235-.591-.352-1.043-.352h-1.543v2.532ZM5.143 0a.647.647 0 0 0-.566.326L.092 8.298V8.3A.596.596 0 0 0 0 8.615c0 .34.288.616.643.616h2.571v6.154c0 .34.288.615.643.615.242 0 .463-.13.573-.337l4.51-8.018-.003-.003A.583.583 0 0 0 9 7.385a.63.63 0 0 0-.643-.616H5.786V.615A.63.63 0 0 0 5.143 0Z"></path>', 5), h = [
7
- a
8
- ];
9
- function n(d, i) {
10
- return e(), t("svg", l, h);
11
- }
12
- const f = /* @__PURE__ */ o(r, [["render", n]]);
13
- export {
14
- f as default
15
- };
@@ -1,20 +0,0 @@
1
- import { openBlock as c, createElementBlock as a, createElementVNode as e } from "vue";
2
- import o from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const t = {}, r = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ e("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M20.336 8.833a19.252 19.252 0 0 0-.633-.205c.035-.148.066-.297.098-.446.48-2.394.164-4.319-.903-4.954-1.027-.606-2.703.025-4.398 1.543a10.82 10.82 0 0 0-.488.462 11.952 11.952 0 0 0-.325-.31C11.91 3.302 10.13 2.619 9.064 3.258c-1.024.61-1.329 2.422-.899 4.688.043.225.09.446.145.671a11.095 11.095 0 0 0-.727.237C5.496 9.597 4 10.77 4 11.983c0 1.254 1.594 2.511 3.762 3.274.175.06.351.12.531.173a14.812 14.812 0 0 0-.156.723c-.41 2.23-.09 3.998.933 4.605 1.055.626 2.828-.017 4.555-1.571.137-.125.273-.254.41-.39.172.173.352.337.531.498 1.672 1.478 3.325 2.077 4.344 1.47 1.055-.626 1.399-2.527.953-4.84a17.295 17.295 0 0 0-.117-.543c.125-.036.246-.077.367-.117C22.367 14.498 24 13.257 24 11.983c0-1.217-1.54-2.399-3.664-3.15Zm-5.285-3.41c1.453-1.303 2.808-1.813 3.426-1.447.66.39.914 1.964.5 4.034-.028.136-.055.269-.09.401a19.474 19.474 0 0 0-2.63-.426 20.23 20.23 0 0 0-1.663-2.133c.152-.149.3-.29.457-.43Zm-4.52 8.645c.2.35.403.7.617 1.04a17.234 17.234 0 0 1-1.812-.3c.172-.58.387-1.178.637-1.788.18.353.363.703.558 1.048ZM9.348 9.235c.562-.129 1.16-.233 1.78-.313-.206.333-.41.674-.6 1.02-.192.342-.38.691-.555 1.045a19.515 19.515 0 0 1-.625-1.752Zm1.07 2.768a24.374 24.374 0 0 1 1.789-3.194A23.824 23.824 0 0 1 14 8.741c.61 0 1.21.024 1.793.068a27.602 27.602 0 0 1 1.797 3.178 26.926 26.926 0 0 1-.844 1.64 27.61 27.61 0 0 1-.945 1.566c-.582.044-1.188.064-1.801.064s-1.207-.02-1.781-.056a24.557 24.557 0 0 1-.961-1.567c-.301-.534-.578-1.076-.84-1.631Zm7.055 2.057c.199-.354.386-.711.57-1.073.25.583.469 1.174.66 1.78a16.72 16.72 0 0 1-1.836.322c.211-.338.41-.683.606-1.029Zm.562-3.073a33.681 33.681 0 0 0-.566-1.053 26.439 26.439 0 0 0-.598-1.012c.629.08 1.23.188 1.793.32-.18.595-.39 1.174-.629 1.745Zm-4.027-4.52c.41.458.797.94 1.156 1.438a24.914 24.914 0 0 0-2.324 0 20.207 20.207 0 0 1 1.168-1.438ZM9.477 4.004c.656-.394 2.113.169 3.648 1.567.098.088.195.185.297.281a20.315 20.315 0 0 0-1.676 2.133 20.061 20.061 0 0 0-2.625.418c-.05-.205-.094-.414-.137-.622-.367-1.945-.125-3.411.493-3.777Zm-.957 10.59a9.697 9.697 0 0 1-.485-.156c-.832-.27-1.777-.695-2.46-1.254a1.81 1.81 0 0 1-.735-1.201c0-.735 1.234-1.675 3.015-2.314.223-.08.45-.153.676-.221.266.872.586 1.727.957 2.555a22.348 22.348 0 0 0-.969 2.591Zm4.554 3.938a7.121 7.121 0 0 1-2.203 1.418 1.685 1.685 0 0 1-1.379.052c-.62-.37-.879-1.788-.527-3.696.043-.225.09-.45.144-.67.875.192 1.758.324 2.653.393a21.101 21.101 0 0 0 1.687 2.145c-.125.125-.25.245-.375.358Zm.957-.976a18.886 18.886 0 0 1-1.183-1.459c.375.016.761.024 1.152.024a23.09 23.09 0 0 0 1.187-.028 17.237 17.237 0 0 1-1.156 1.463Zm5.106 1.205a1.8 1.8 0 0 1-.645 1.257c-.62.37-1.945-.112-3.375-1.374a16.787 16.787 0 0 1-.496-.462 19.8 19.8 0 0 0 1.648-2.153 18.755 18.755 0 0 0 2.665-.422c.039.165.074.33.105.49.191.868.223 1.772.098 2.664Zm.71-4.32a7.952 7.952 0 0 1-.331.105 20.757 20.757 0 0 0-.997-2.563c.375-.82.692-1.663.958-2.527.203.06.398.125.585.189 1.82.643 3.098 1.599 3.098 2.33 0 .788-1.363 1.804-3.312 2.467ZM14 13.84c.988 0 1.79-.824 1.79-1.84s-.802-1.84-1.79-1.84-1.79.824-1.79 1.84.802 1.84 1.79 1.84Z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), l = [
12
- n
13
- ];
14
- function m(s, Z) {
15
- return c(), a("svg", r, l);
16
- }
17
- const i = /* @__PURE__ */ o(t, [["render", m]]);
18
- export {
19
- i as default
20
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.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.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.65 0-8.58 3.03-9.96 7.22L3.9 16a8.002 8.002 0 0 1 7.6-5.5c1.95 0 3.73.72 5.12 1.88L13 16h9V7l-3.6 3.6Z"
9
- }, null, -1), _ = [
10
- l
11
- ];
12
- function s(i, d) {
13
- return e(), o("svg", n, _);
14
- }
15
- const m = /* @__PURE__ */ c(r, [["render", s]]);
16
- export {
17
- m as default
18
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
2
- import t from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const r = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ o("path", {
7
- fill: "currentColor",
8
- d: "M17.642 6.351a7.95 7.95 0 0 0-6.48-2.31c-3.67.37-6.69 3.35-7.1 7.02-.55 4.85 3.2 8.94 7.93 8.94a7.98 7.98 0 0 0 7.21-4.56c.32-.67-.16-1.44-.9-1.44-.37 0-.72.2-.88.53a5.994 5.994 0 0 1-6.8 3.31c-2.22-.49-4.01-2.3-4.48-4.52a6.002 6.002 0 0 1 5.85-7.32c1.66 0 3.14.69 4.22 1.78l-1.51 1.51c-.63.63-.19 1.71.7 1.71h3.59c.55 0 1-.45 1-1v-3.59c0-.89-1.08-1.34-1.71-.71l-.64.65Z"
9
- }, null, -1), s = [
10
- l
11
- ];
12
- function _(a, f) {
13
- return e(), c("svg", n, s);
14
- }
15
- const h = /* @__PURE__ */ t(r, [["render", _]]);
16
- export {
17
- h as default
18
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import r from "../../../_virtual/_plugin-vue_export-helper.vue.js";
3
- const c = {}, n = {
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, _ = /* @__PURE__ */ t("path", {
7
- fill: "currentColor",
8
- d: "M19 13H5v-2h14v2Z"
9
- }, null, -1), l = [
10
- _
11
- ];
12
- function s(i, f) {
13
- return e(), o("svg", n, l);
14
- }
15
- const a = /* @__PURE__ */ r(c, [["render", s]]);
16
- export {
17
- a as default
18
- };
@@ -1,18 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import c from "../../../_virtual/_plugin-vue_export-helper.vue.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 5V1L7 6l5 5V7c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6H4c0 4.42 3.58 8 8 8s8-3.58 8-8-3.58-8-8-8Z"
9
- }, null, -1), s = [
10
- l
11
- ];
12
- function _(i, f) {
13
- return e(), o("svg", n, s);
14
- }
15
- const m = /* @__PURE__ */ c(r, [["render", _]]);
16
- export {
17
- m as default
18
- };