maz-ui 4.0.0-beta.5 → 4.0.0-beta.6

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 (434) hide show
  1. package/dist/assets/MazAccordion.DUQCf8vy.css +1 -0
  2. package/dist/assets/{MazBtn.BnRxVlqS.css → MazBtn.FsG6p6NF.css} +1 -1
  3. package/dist/assets/MazCheckbox.CFqw9ybT.css +1 -0
  4. package/dist/assets/MazDatePicker.8GyrtM-j.css +1 -0
  5. package/dist/assets/MazInput.WPopv89k.css +1 -0
  6. package/dist/assets/MazPickerMonthSwitcher.CszcpCcY.css +1 -0
  7. package/dist/assets/{MazPickerYearSwitcher.Dl30Dwor.css → MazPickerYearSwitcher.Cn-nS-Vv.css} +1 -1
  8. package/dist/assets/MazPopover.D-WwUjU_.css +1 -0
  9. package/dist/assets/MazRadio.XGYnbTuB.css +1 -0
  10. package/dist/assets/MazSelect.DEBsk61Q.css +1 -0
  11. package/dist/assets/{MazStepper.DYMde9uq.css → MazStepper.DtWZmm-f.css} +1 -1
  12. package/dist/assets/MazSwitch.Bxmh2iFj.css +1 -0
  13. package/dist/assets/{MazTable.B1tkeUfE.css → MazTable.DMlQdImb.css} +1 -1
  14. package/dist/assets/{toast.kunueRvo.css → toast.CC2VQab8.css} +1 -1
  15. package/dist/chunks/{MazDatePicker.Bgd0WwZk.js → MazDatePicker.EVP68BQf.js} +8 -28
  16. package/dist/chunks/{MazDropdown.vue_vue_type_style_index_0_lang.WRjG5bff.js → MazDropdown.vue_vue_type_style_index_0_lang.DjPJ9-gt.js} +3 -3
  17. package/dist/chunks/{MazInputNumber.vue_vue_type_style_index_0_lang.BUOLoXtV.js → MazInputNumber.vue_vue_type_style_index_0_lang.B6DYpHfi.js} +3 -3
  18. package/dist/chunks/{MazInputPrice.vue_vue_type_script_setup_true_lang.CT1Y2-_T.js → MazInputPrice.vue_vue_type_script_setup_true_lang.BA6TDX-T.js} +2 -2
  19. package/dist/chunks/{MazPickerCalendar.BkmubImp.js → MazPickerCalendar.CzPlAVdQ.js} +1 -1
  20. package/dist/chunks/{MazPickerCalendarMonth.Df2qar5v.js → MazPickerCalendarMonth.gZBcslia.js} +1 -1
  21. package/dist/chunks/{MazPickerCalendarSwitcher.DyrEWPLk.js → MazPickerCalendarSwitcher.CzAkb2yj.js} +4 -4
  22. package/dist/chunks/{MazPickerContainer.B4fyKYAE.js → MazPickerContainer.BodulCQp.js} +1 -1
  23. package/dist/chunks/{MazPickerHeader.DoXGZZFX.js → MazPickerHeader.ns_pHhiy.js} +1 -1
  24. package/dist/chunks/{MazPickerMonthSwitcher.CXuVHGVq.js → MazPickerMonthSwitcher.BuZuUauW.js} +5 -5
  25. package/dist/chunks/{MazPickerTime.CueS5GPb.js → MazPickerTime.DMVpW3Ha.js} +1 -1
  26. package/dist/chunks/{MazPickerYearSwitcher.DNdhvfKw.js → MazPickerYearSwitcher.METGgjem.js} +8 -26
  27. package/dist/chunks/{MazSwitch.vue_vue_type_style_index_0_lang.DQE0vFhe.js → MazSwitch.vue_vue_type_style_index_0_lang.CU43Y1ky.js} +1 -1
  28. package/dist/chunks/{MazTable.vue_vue_type_script_setup_true_lang.By5YbgRn.js → MazTable.vue_vue_type_script_setup_true_lang.CK2bk5tI.js} +9 -9
  29. package/dist/chunks/{utils.D9NiqfdV.js → dom-events.CvkK8Xn2.js} +161 -114
  30. package/dist/chunks/{fullscreen-img.directive.ClMlhEtN.js → fullscreen-img.directive.CyOHexcO.js} +4 -4
  31. package/dist/components/MazAccordion.js +4 -4
  32. package/dist/components/MazAvatar.js +2 -2
  33. package/dist/components/MazBottomSheet.js +2 -2
  34. package/dist/components/MazBtn.js +2 -3
  35. package/dist/components/MazCard.js +2 -2
  36. package/dist/components/MazCarousel.js +3 -3
  37. package/dist/components/MazCheckbox.js +12 -14
  38. package/dist/components/MazChecklist.js +3 -3
  39. package/dist/components/MazDatePicker.js +1 -1
  40. package/dist/components/MazDialog.js +2 -2
  41. package/dist/components/MazDrawer.js +2 -2
  42. package/dist/components/MazDropdown.js +1 -1
  43. package/dist/components/MazDropzone.js +5 -5
  44. package/dist/components/MazGallery.js +3 -3
  45. package/dist/components/MazInput.js +12 -13
  46. package/dist/components/MazInputNumber.js +1 -1
  47. package/dist/components/MazInputPrice.js +1 -1
  48. package/dist/components/MazInputTags.js +2 -2
  49. package/dist/components/MazLink.js +2 -2
  50. package/dist/components/MazPagination.js +6 -6
  51. package/dist/components/MazPopover.js +162 -76
  52. package/dist/components/MazRadio.js +8 -16
  53. package/dist/components/MazRadioButtons.js +2 -2
  54. package/dist/components/MazReadingProgressBar.js +9 -2
  55. package/dist/components/MazSelect.js +21 -13
  56. package/dist/components/MazStepper.js +4 -4
  57. package/dist/components/MazSwitch.js +1 -1
  58. package/dist/components/MazTable.js +3 -3
  59. package/dist/components/MazTableCell.js +1 -1
  60. package/dist/components/MazTableRow.js +1 -1
  61. package/dist/components/MazTableTitle.js +1 -1
  62. package/dist/components/index.js +5 -5
  63. package/dist/composables/useDisplayNames.js +7 -1
  64. package/dist/composables/useFormField.js +15 -18
  65. package/dist/composables/useFormValidator.js +41 -28
  66. package/dist/css/main.css +1 -1
  67. package/dist/directives/index.js +1 -1
  68. package/dist/directives/vFullscreenImg.js +1 -1
  69. package/dist/directives/vTooltip.js +96 -59
  70. package/dist/plugins/toast.js +15 -18
  71. package/dist/resolvers/MazModulesResolver.js +3 -0
  72. package/dist/tailwindcss/tailwind.config.js +5 -2
  73. package/dist/tailwindcss/variables/design-tokens.js +3 -0
  74. package/dist/types/components/MazAccordion.vue.d.ts +15 -2
  75. package/dist/types/components/MazCheckbox.vue.d.ts +0 -6
  76. package/dist/types/components/MazDatePicker.vue.d.ts +4 -12
  77. package/dist/types/components/MazInputNumber.vue.d.ts +1 -1
  78. package/dist/types/components/MazPopover.vue.d.ts +7 -4
  79. package/dist/types/components/MazStepper.vue.d.ts +13 -2
  80. package/dist/types/components/MazTable.vue.d.ts +63 -2
  81. package/dist/types/components/index.d.ts +1 -1
  82. package/dist/types/composables/index.d.ts +1 -1
  83. package/dist/types/composables/useDisplayNames.d.ts +3 -3
  84. package/dist/types/composables/useFormField.d.ts +3 -41
  85. package/dist/types/composables/useFormValidator/dom-events.d.ts +19 -0
  86. package/dist/types/composables/useFormValidator/state-management.d.ts +54 -0
  87. package/dist/types/composables/useFormValidator/types.d.ts +9 -20
  88. package/dist/types/composables/useFormValidator/validation.d.ts +43 -0
  89. package/dist/types/composables/useFormValidator.d.ts +16 -10
  90. package/dist/types/directives/vTooltip.d.ts +2 -2
  91. package/dist/types/tailwindcss/tailwind.config.d.ts +5 -0
  92. package/dist/types/tailwindcss/variables/design-tokens.d.ts +3 -0
  93. package/package.json +8 -8
  94. package/dist/assets/MazAccordion.esK3rR4p.css +0 -1
  95. package/dist/assets/MazCheckbox.BFo5eYS6.css +0 -1
  96. package/dist/assets/MazDatePicker.V5JwKPrQ.css +0 -1
  97. package/dist/assets/MazInput.DW2KOJHY.css +0 -1
  98. package/dist/assets/MazPickerMonthSwitcher.168v7Hs1.css +0 -1
  99. package/dist/assets/MazPopover.COR-tym7.css +0 -1
  100. package/dist/assets/MazRadio.DKMFWwy_.css +0 -1
  101. package/dist/assets/MazSelect.DZZpDg8z.css +0 -1
  102. package/dist/assets/MazSwitch.Z1ZMm7tx.css +0 -1
  103. package/dist/chunks/academic-cap.BjcfXmGu.CCSXStjO.js +0 -24
  104. package/dist/chunks/adjustments-horizontal.CT-QeIwW.CRspwA1D.js +0 -24
  105. package/dist/chunks/adjustments-vertical.BHXET8iZ.DXKjofVz.js +0 -24
  106. package/dist/chunks/archive-box-arrow-down.DY2jR2sP.D5q20o-C.js +0 -24
  107. package/dist/chunks/archive-box-x-mark.DP7eLVaB.D9lYjTGp.js +0 -24
  108. package/dist/chunks/archive-box.CVwekUWp.CAar5Lvs.js +0 -24
  109. package/dist/chunks/arrow-down-circle.DL2lvwk5.CGlJ9wP0.js +0 -24
  110. package/dist/chunks/arrow-down-left.C3nEVXaG.DsaJ0TwT.js +0 -24
  111. package/dist/chunks/arrow-down-on-square-stack.BKDRxXkf.DOjZT9_M.js +0 -24
  112. package/dist/chunks/arrow-down-on-square.DAMoXY4b.Brdd_BB2.js +0 -24
  113. package/dist/chunks/arrow-down-right.hs3isRLs.9WxtifNr.js +0 -24
  114. package/dist/chunks/arrow-down-tray.w1Emiyu3.yRzoHE0I.js +0 -24
  115. package/dist/chunks/arrow-down.DEawGjfB.CguAHec6.js +0 -24
  116. package/dist/chunks/arrow-left-circle.BlKwmMyr.BF9vGCFO.js +0 -24
  117. package/dist/chunks/arrow-left-end-on-rectangle.BwEAWEQp.D7I0qUqw.js +0 -24
  118. package/dist/chunks/arrow-left-on-rectangle.DabmkYhe.CmIlQ7wf.js +0 -24
  119. package/dist/chunks/arrow-left-start-on-rectangle.BaoR6nlq.BtEBN2A6.js +0 -24
  120. package/dist/chunks/arrow-left.D_6VKA-e.CmQE04VA.js +0 -24
  121. package/dist/chunks/arrow-long-down.5N2s8Cpw.B9JKDT7M.js +0 -24
  122. package/dist/chunks/arrow-long-left.B7AX0id9.CywMhkhH.js +0 -24
  123. package/dist/chunks/arrow-long-right.CKMPfwrE.D3pLqdNX.js +0 -24
  124. package/dist/chunks/arrow-long-up.CT8DU9jc.CIOIdvGB.js +0 -24
  125. package/dist/chunks/arrow-path-rounded-square.65lulTVg.CQh60_RA.js +0 -24
  126. package/dist/chunks/arrow-path.CJ9Wswu_.BlR1BJ4i.js +0 -24
  127. package/dist/chunks/arrow-right-circle.DDZurzmk.DPzHFj8G.js +0 -24
  128. package/dist/chunks/arrow-right-end-on-rectangle.jNNaV464.DfFRTcEu.js +0 -24
  129. package/dist/chunks/arrow-right-on-rectangle.BQLAkJlS.D4JfF9Ov.js +0 -24
  130. package/dist/chunks/arrow-right-start-on-rectangle.DgFTLubq.3qbrqXCj.js +0 -24
  131. package/dist/chunks/arrow-right.h5GY-bzG.CKBQ5VHM.js +0 -24
  132. package/dist/chunks/arrow-small-down.3SdgC1Fw.vODsecnG.js +0 -24
  133. package/dist/chunks/arrow-small-left.Dbw5rTas.C-bYHDKK.js +0 -24
  134. package/dist/chunks/arrow-small-right.DAmxBfl5.n7vH-w9t.js +0 -24
  135. package/dist/chunks/arrow-small-up.WQQD-lUO.FvbI2uG_.js +0 -24
  136. package/dist/chunks/arrow-top-right-on-square.DJeWWj5d.DWV1wrwq.js +0 -24
  137. package/dist/chunks/arrow-trending-down.CSIGp7a0.DLp5ZExP.js +0 -24
  138. package/dist/chunks/arrow-trending-up.BGar-3Mt.Cx6Pgj8o.js +0 -24
  139. package/dist/chunks/arrow-turn-down-left.C4BtwCb-.C7vbo0bi.js +0 -24
  140. package/dist/chunks/arrow-turn-down-right.Cxu2KBHI.J8piVbUW.js +0 -24
  141. package/dist/chunks/arrow-turn-left-down.BfjbBrut.D-KMuKDz.js +0 -24
  142. package/dist/chunks/arrow-turn-left-up.Bsm0aGLO.WVDAyWpM.js +0 -24
  143. package/dist/chunks/arrow-turn-right-down.DH2Wh74o.dNtSWH1C.js +0 -24
  144. package/dist/chunks/arrow-turn-right-up.ou0Uaevi.Buzu0SB-.js +0 -24
  145. package/dist/chunks/arrow-turn-up-left.Bg5YgZsj.Bkn43xjW.js +0 -24
  146. package/dist/chunks/arrow-turn-up-right.mBRM1THn.BNiuRqzk.js +0 -24
  147. package/dist/chunks/arrow-up-circle.Bzu19hQF.aerjnsXO.js +0 -24
  148. package/dist/chunks/arrow-up-left.IRrqyawV.CYNpIPVM.js +0 -24
  149. package/dist/chunks/arrow-up-on-square-stack.C1q8upHF.BtGNYi9R.js +0 -24
  150. package/dist/chunks/arrow-up-on-square.Zzd3wPoG.DSV_2koo.js +0 -24
  151. package/dist/chunks/arrow-up-right.BbJO1c1E.CgNQXpr2.js +0 -24
  152. package/dist/chunks/arrow-up-tray.BYRIGMnv.DVLg9Kkw.js +0 -24
  153. package/dist/chunks/arrow-up.DlpZOcZ-.Dc_qfm_w.js +0 -24
  154. package/dist/chunks/arrow-uturn-down.R4GNIFWx.1xJeI9TW.js +0 -24
  155. package/dist/chunks/arrow-uturn-left.C1uMohdz.DQroNRfS.js +0 -24
  156. package/dist/chunks/arrow-uturn-right.OoQi1rgb.D4ddYi69.js +0 -24
  157. package/dist/chunks/arrow-uturn-up.CA4h-qqY.CRk_dwWh.js +0 -24
  158. package/dist/chunks/arrows-pointing-in.BxJHq5jK.GkaFX_uo.js +0 -24
  159. package/dist/chunks/arrows-pointing-out.DSyAjelZ.DBsKw4zk.js +0 -24
  160. package/dist/chunks/arrows-right-left.CDFOwlcC.QpbG2nK3.js +0 -24
  161. package/dist/chunks/arrows-up-down.CzfSf__L.DQ5gcMh8.js +0 -24
  162. package/dist/chunks/at-symbol.DaUFyuwg.FAKonxFg.js +0 -24
  163. package/dist/chunks/backspace.Cu9cbNxd.DcCOHSU3.js +0 -24
  164. package/dist/chunks/backward.B68JN4JS.CqwNvpdK.js +0 -24
  165. package/dist/chunks/banknotes.Dz4gb6DH.Bc_vmzxh.js +0 -24
  166. package/dist/chunks/bars-2.C0E0O7Qs.BkkB9qGT.js +0 -24
  167. package/dist/chunks/bars-3-bottom-left.DKFMX51P.C0SPJDh6.js +0 -24
  168. package/dist/chunks/bars-3-bottom-right.Ct1xrw2s.KKvQgup3.js +0 -24
  169. package/dist/chunks/bars-3-center-left.DjUpkdr4.DbP3YQA5.js +0 -24
  170. package/dist/chunks/bars-3.B-K8M_78.Cf4kHUcq.js +0 -24
  171. package/dist/chunks/bars-4.BEt3xG4t.CUkKbYOi.js +0 -24
  172. package/dist/chunks/bars-arrow-down.CfQGLJeK.cH_4-4i2.js +0 -24
  173. package/dist/chunks/bars-arrow-up.CNsLQ8yw.Cwfjtvt4.js +0 -24
  174. package/dist/chunks/battery-0.C_-hFpYX.BSF335Bw.js +0 -24
  175. package/dist/chunks/battery-100.B69VsGq_.6MJf6W8Q.js +0 -24
  176. package/dist/chunks/battery-50.1CCBNwk2.xCj7wvTy.js +0 -24
  177. package/dist/chunks/beaker.DFKLDGeW.21Nm6WlZ.js +0 -24
  178. package/dist/chunks/bell-alert.BbDqk2az.D3ABDQ-w.js +0 -24
  179. package/dist/chunks/bell-slash.C3bKvJAV.n68SmjIt.js +0 -24
  180. package/dist/chunks/bell-snooze.C2COKl8x.Bca4lBpS.js +0 -24
  181. package/dist/chunks/bell.Fm9I5urF.DMLNQRjv.js +0 -24
  182. package/dist/chunks/bold.BDPvVUAR.BvlPriBT.js +0 -23
  183. package/dist/chunks/bolt-slash.DZlEBjB4.CEL1Y-CI.js +0 -24
  184. package/dist/chunks/bolt.B8RYziBX.ydwrTz2s.js +0 -24
  185. package/dist/chunks/book-open.CWUGLre3.DXKaHSLM.js +0 -24
  186. package/dist/chunks/bookmark-slash.Ff--gHir.ClEojQnD.js +0 -24
  187. package/dist/chunks/bookmark-square.CJBzX9qk.kdKOPQ-6.js +0 -24
  188. package/dist/chunks/bookmark.Cb2OSlaK.C3oubrJL.js +0 -24
  189. package/dist/chunks/briefcase.CTgTVSEh.DX78R1hk.js +0 -24
  190. package/dist/chunks/bug-ant.B0vPk3_N.Ct6xqXqe.js +0 -24
  191. package/dist/chunks/building-library.BqdrL-Ec.CA7EOKpn.js +0 -24
  192. package/dist/chunks/building-office-2.C1qF28CI.BTj9K19P.js +0 -24
  193. package/dist/chunks/building-office.BR20ANeD.DcYLUjuP.js +0 -24
  194. package/dist/chunks/building-storefront.D_Lbpsda.BBHRe1sf.js +0 -24
  195. package/dist/chunks/cake.Bvc4oe_S.etQ39ySd.js +0 -24
  196. package/dist/chunks/calculator.TIoQepn_.DCacd6Vr.js +0 -24
  197. package/dist/chunks/calendar-date-range.Dy5vs7S_.D2iryGH7.js +0 -24
  198. package/dist/chunks/calendar-days.oMae6t-4.KdXSppPh.js +0 -24
  199. package/dist/chunks/calendar.DxxJBJoK.CeJ8fSPb.js +0 -24
  200. package/dist/chunks/camera.Cm_7RSqq.B2qog63I.js +0 -31
  201. package/dist/chunks/chart-bar-square.C_56q4ax.D88dnWFr.js +0 -24
  202. package/dist/chunks/chart-bar.CR-2VE6U.BpP0YDjf.js +0 -24
  203. package/dist/chunks/chart-pie.CRPh8b79.DKBryPfA.js +0 -31
  204. package/dist/chunks/chat-bubble-bottom-center-text.ChYHSzWk.Bg8ClnIa.js +0 -24
  205. package/dist/chunks/chat-bubble-bottom-center.BTTqABms.D9d0N1iO.js +0 -24
  206. package/dist/chunks/chat-bubble-left-ellipsis.WSEjQ7jL.CjqH2if2.js +0 -24
  207. package/dist/chunks/chat-bubble-left-right.DqOV8vN_.BKm2s-Hz.js +0 -24
  208. package/dist/chunks/chat-bubble-left.BvdvHHlA.zR-JhdYC.js +0 -24
  209. package/dist/chunks/chat-bubble-oval-left-ellipsis.CpHCuPeS.r5W8LOR8.js +0 -24
  210. package/dist/chunks/chat-bubble-oval-left.CdqaR91h.BW9JRF8r.js +0 -24
  211. package/dist/chunks/check-badge.GjHXGEG0.C_oOCt78.js +0 -24
  212. package/dist/chunks/check-circle.CFcKgPZ4.DfY78EtL.js +0 -24
  213. package/dist/chunks/check.DfYjeOVQ.DXNsuRna.js +0 -24
  214. package/dist/chunks/chevron-double-down.CZMayNS1.CisfSsZ8.js +0 -24
  215. package/dist/chunks/chevron-double-left.De8TBs-I.DAucus_w.js +0 -24
  216. package/dist/chunks/chevron-double-right.XnTrUsod.Cuu5xoTt.js +0 -24
  217. package/dist/chunks/chevron-double-up.F7fkhaor.DRJWwQ9F.js +0 -31
  218. package/dist/chunks/chevron-down.ChGfmxD1.CQ7rtF0T.js +0 -24
  219. package/dist/chunks/chevron-left.CTBM8oHi.Ba3U4jcW.js +0 -24
  220. package/dist/chunks/chevron-right.BXTR7Es5.C6KI-hWC.js +0 -24
  221. package/dist/chunks/chevron-up-down.C7-HMAjy.DKw8M2-I.js +0 -24
  222. package/dist/chunks/chevron-up.cK7QDv75.B2N-Hk-6.js +0 -24
  223. package/dist/chunks/circle-stack.BnyTq7sI.1XtJbY6M.js +0 -24
  224. package/dist/chunks/clipboard-document-check.CJ3xBd7t.Br9n89F9.js +0 -24
  225. package/dist/chunks/clipboard-document-list.CF1likOV.D3KAtz_z.js +0 -24
  226. package/dist/chunks/clipboard-document.CdTKuGSv.ChOrKMSS.js +0 -24
  227. package/dist/chunks/clipboard.CzjWQfRH.Da-cebFK.js +0 -24
  228. package/dist/chunks/clock.NNdb3vyA.D3jUXhQ7.js +0 -24
  229. package/dist/chunks/cloud-arrow-down.CvtCNIxh.D1aF62k3.js +0 -24
  230. package/dist/chunks/cloud-arrow-up.D1JeGPbq.C4jLYHme.js +0 -24
  231. package/dist/chunks/cloud.C9fdU5-X.cydYlCh2.js +0 -24
  232. package/dist/chunks/code-bracket-square.BsQyTz1s.BeZZZPk2.js +0 -24
  233. package/dist/chunks/code-bracket.DJDL79-i.B4G6-VO6.js +0 -24
  234. package/dist/chunks/cog-6-tooth.BbV5JYl1.DeTgzUXG.js +0 -31
  235. package/dist/chunks/cog-8-tooth.BnBTLB6M.D8tH-0GQ.js +0 -31
  236. package/dist/chunks/cog.BXgqaz3X.CF2Pe_yh.js +0 -24
  237. package/dist/chunks/command-line.w_Y9_Kkc.BMaD58fF.js +0 -24
  238. package/dist/chunks/computer-desktop.BpRzP4fc.BWRlZKsP.js +0 -24
  239. package/dist/chunks/cpu-chip.ho-tmFIn.ClPQmB5Q.js +0 -24
  240. package/dist/chunks/credit-card.DkrZZI4D.ChD3ISF_.js +0 -24
  241. package/dist/chunks/cube-transparent.C8Wdi45T.CgHVrtio.js +0 -24
  242. package/dist/chunks/cube.B9UcKOKF.DVXGNDI0.js +0 -24
  243. package/dist/chunks/currency-bangladeshi.DzhT0-h5.BhxC0NCe.js +0 -24
  244. package/dist/chunks/currency-dollar.Bfi6fPEz.DxEvUH91.js +0 -24
  245. package/dist/chunks/currency-euro.Jpiq8P6z.C5ljNb5d.js +0 -24
  246. package/dist/chunks/currency-pound.DrqWKbpM.BxOh3Nry.js +0 -24
  247. package/dist/chunks/currency-rupee.DHxnpaCI.Ynrf76Aj.js +0 -24
  248. package/dist/chunks/currency-yen.DQVa07WN.DdpYfRy5.js +0 -24
  249. package/dist/chunks/cursor-arrow-rays.MVP12F6C.hM5N0ZS3.js +0 -24
  250. package/dist/chunks/cursor-arrow-ripple.xLXix2uM.UbRX2pFw.js +0 -24
  251. package/dist/chunks/device-phone-mobile.B-57CfH5.D6VQ256l.js +0 -24
  252. package/dist/chunks/device-tablet.Bjsa72o7.CH-OVJkh.js +0 -24
  253. package/dist/chunks/divide.CV4gt445.Cv9KyNuJ.js +0 -24
  254. package/dist/chunks/document-arrow-down.B_57Gtno.BlZeqf-M.js +0 -24
  255. package/dist/chunks/document-arrow-up.BF_OVDJs.CbEXCmN0.js +0 -24
  256. package/dist/chunks/document-chart-bar.B46OY9CL.CIBAYVab.js +0 -24
  257. package/dist/chunks/document-check.CvLYBdnm.DluZSYpL.js +0 -24
  258. package/dist/chunks/document-currency-bangladeshi.HbXz9Sub.Cew_CE25.js +0 -24
  259. package/dist/chunks/document-currency-dollar.DPjKxFMa.jXB-YTux.js +0 -24
  260. package/dist/chunks/document-currency-euro.C-L5djvR.C9UJW2-n.js +0 -24
  261. package/dist/chunks/document-currency-pound.BzcYNgGa.CgLXYWAs.js +0 -24
  262. package/dist/chunks/document-currency-rupee.DescAEsg.CzFKJayN.js +0 -24
  263. package/dist/chunks/document-currency-yen.CyrkAYT6.B16hPkmM.js +0 -24
  264. package/dist/chunks/document-duplicate.D7vGJG_8.CIombGpo.js +0 -24
  265. package/dist/chunks/document-magnifying-glass.Burq7Xn2.QtA02zrk.js +0 -24
  266. package/dist/chunks/document-minus.DxGQQWCr.kiSQpPdH.js +0 -24
  267. package/dist/chunks/document-plus.DKk5zAwV.H3B6AI11.js +0 -24
  268. package/dist/chunks/document-text.CSCb2U2T.ZDLRpT-o.js +0 -24
  269. package/dist/chunks/document.CS0Ohrgt.DE8cSIrm.js +0 -24
  270. package/dist/chunks/ellipsis-horizontal-circle.BFOXQi09.CTDaeIGM.js +0 -24
  271. package/dist/chunks/ellipsis-horizontal.DqhpkTUz.CclJBCQG.js +0 -24
  272. package/dist/chunks/ellipsis-vertical.B8W0CqqN.B7I6k_qQ.js +0 -24
  273. package/dist/chunks/envelope-open.BQygUrrv.LFK3EzRF.js +0 -24
  274. package/dist/chunks/envelope.DFplr4Iv.Da66rxN8.js +0 -24
  275. package/dist/chunks/equals.Y4339RW6.CKookNbc.js +0 -24
  276. package/dist/chunks/exclamation-circle.PMllX_sR.BiDbdO8o.js +0 -24
  277. package/dist/chunks/exclamation-triangle.DP_ZdqKK.D-pRZiWC.js +0 -24
  278. package/dist/chunks/eye-dropper.BB7xFmZf.CfuOHkRE.js +0 -24
  279. package/dist/chunks/eye-slash.B-Q7zAl9.Z-QG3_NS.js +0 -24
  280. package/dist/chunks/eye.rnBIUryK.CTGdXztX.js +0 -31
  281. package/dist/chunks/face-frown.BdZUKORe.CTMmkA6s.js +0 -24
  282. package/dist/chunks/face-smile.BgHmgpsD.BD0FSBwY.js +0 -24
  283. package/dist/chunks/film.CvtqcSvO.fo_u8ciz.js +0 -24
  284. package/dist/chunks/finger-print.BalGxdl5.lX4SOFcC.js +0 -24
  285. package/dist/chunks/fire.C2S-dlHW.D_I1XNHh.js +0 -31
  286. package/dist/chunks/flag.BDHI8kIc.9T2ghrYf.js +0 -24
  287. package/dist/chunks/folder-arrow-down.CMe8l5qs.CY2PCaTR.js +0 -24
  288. package/dist/chunks/folder-minus.BIP4kiBI.CVSaimPJ.js +0 -24
  289. package/dist/chunks/folder-open.vCqZvh13.CVTeu5UO.js +0 -24
  290. package/dist/chunks/folder-plus.UKgqnCMI.BvhuTxMF.js +0 -24
  291. package/dist/chunks/folder.VY6d7M0v.BjpXSXu9.js +0 -24
  292. package/dist/chunks/fork.Bx0SP5G0.B7BHLQyz.js +0 -49
  293. package/dist/chunks/forward.CJadSay_.BBS11cS_.js +0 -24
  294. package/dist/chunks/funnel.CI1X4xTV.C2sbt1gJ.js +0 -24
  295. package/dist/chunks/gif.3w8BBVap.p3RkEv10.js +0 -24
  296. package/dist/chunks/gift-top.DGrJVe5T.LHgvzIEw.js +0 -24
  297. package/dist/chunks/gift.BdjKoMjg.Bf_lfrxv.js +0 -24
  298. package/dist/chunks/github.DR-YREFz.BKzaMPzV.js +0 -20
  299. package/dist/chunks/globe-alt.Ci-4WkuA.Df2W4RpY.js +0 -24
  300. package/dist/chunks/globe-americas.8k4TjYg9.DwAgObeI.js +0 -24
  301. package/dist/chunks/globe-asia-australia.CJy-S58s.BsXl4X35.js +0 -24
  302. package/dist/chunks/globe-europe-africa.Ch0apA4Z.ChCxgvsh.js +0 -24
  303. package/dist/chunks/h1.B0UxaUz3.B-fMNckN.js +0 -24
  304. package/dist/chunks/h2.CoDly_Rk.xn2P59Pu.js +0 -24
  305. package/dist/chunks/h3.BiPu_1GK.BtUGrtqm.js +0 -24
  306. package/dist/chunks/hand-raised.BibTyl03.Bmxt1b7s.js +0 -24
  307. package/dist/chunks/hand-thumb-down.BJoc9FWD.CTxVd9E4.js +0 -24
  308. package/dist/chunks/hand-thumb-up.BZWQJYwr.Byh64TmW.js +0 -24
  309. package/dist/chunks/hashtag.EamZCy49.-5GV13nB.js +0 -24
  310. package/dist/chunks/heart.DvH7fa-0.DC7zVVeb.js +0 -24
  311. package/dist/chunks/home-modern.L4UFeQLe.Q-aoULM-.js +0 -24
  312. package/dist/chunks/home.QELZheLi.CQ5VBdS-.js +0 -24
  313. package/dist/chunks/identification.CU9KU-bX.CFRzYkwU.js +0 -24
  314. package/dist/chunks/inbox-arrow-down.6HTSO1kx.DaoUuGHv.js +0 -24
  315. package/dist/chunks/inbox-stack.BfdiokBq.mWxjLRtV.js +0 -24
  316. package/dist/chunks/inbox.Biazzhd4.cuiJovdp.js +0 -24
  317. package/dist/chunks/index.CvKh762h.js +0 -352
  318. package/dist/chunks/information-circle.yhJPMoUQ.CkqMaCTJ.js +0 -24
  319. package/dist/chunks/italic.njlz_SwH.B8t1zdyt.js +0 -24
  320. package/dist/chunks/key.C8y1z_Nx.CWRIUYtz.js +0 -24
  321. package/dist/chunks/language.1Xs8PuP5.eK68tCI2.js +0 -24
  322. package/dist/chunks/lifebuoy.uldI5FjH.ttPYeOpt.js +0 -24
  323. package/dist/chunks/light-bulb.BnZMjrix.Nn8bb3uA.js +0 -24
  324. package/dist/chunks/link-slash.DYM_8hTp.DbbqWpYf.js +0 -24
  325. package/dist/chunks/link._zvxE-ZN.DCRS1Nhm.js +0 -24
  326. package/dist/chunks/list-bullet.Ck8i-zl1.DYTtynEe.js +0 -24
  327. package/dist/chunks/lock-closed.Do5wxxfB.BoHZR_Cx.js +0 -24
  328. package/dist/chunks/lock-open.DmUSVzU7.CIioMjR4.js +0 -24
  329. package/dist/chunks/magnifying-glass-circle.BBKKo-36.D6LZubsX.js +0 -24
  330. package/dist/chunks/magnifying-glass-minus.D1YH2gJK.DtYqNUQw.js +0 -24
  331. package/dist/chunks/magnifying-glass-plus.BgJ8lfbV.BBOa_lQz.js +0 -24
  332. package/dist/chunks/magnifying-glass.Bi8efyWn.BLzbV1BL.js +0 -24
  333. package/dist/chunks/map-pin.Bxbb--MZ.ea0oLEJ4.js +0 -31
  334. package/dist/chunks/map.DRcXyo0s.DMK4_gRD.js +0 -24
  335. package/dist/chunks/megaphone.BTvu-vIj.H3XYCMYF.js +0 -24
  336. package/dist/chunks/microphone.BJqDhEd7.BsJEAG9l.js +0 -24
  337. package/dist/chunks/minus-circle.DX_Wo_R6.CfihDX_c.js +0 -24
  338. package/dist/chunks/minus-small.BdK3wxa2.BruhEWWT.js +0 -24
  339. package/dist/chunks/minus.KSG6SL-A.Ci3tO7z7.js +0 -24
  340. package/dist/chunks/moon.BAqSTWOk.y5qE-JgT.js +0 -24
  341. package/dist/chunks/musical-note.Erx2eYZM.CeYcRysR.js +0 -24
  342. package/dist/chunks/newspaper.BxEeFWo5.Caqcj866.js +0 -24
  343. package/dist/chunks/no-image.G9oAqLYN.QYfh20At.js +0 -18
  344. package/dist/chunks/no-symbol.v1ZxT7PS.CLiEtcjA.js +0 -24
  345. package/dist/chunks/numbered-list.D4--Brg5.DPb7JWAD.js +0 -24
  346. package/dist/chunks/paint-brush.9Oq01j7X.BaQOU4-k.js +0 -24
  347. package/dist/chunks/paper-airplane.DKx_Ww6M.Dx_A6-r1.js +0 -24
  348. package/dist/chunks/paper-clip.Cd3ICjAc.Di3lmXzN.js +0 -24
  349. package/dist/chunks/pause-circle.Dyaqta5w.Bf5lVO6T.js +0 -24
  350. package/dist/chunks/pause.Xl-ti251.BrVoKvOq.js +0 -24
  351. package/dist/chunks/pencil-square.83G17jv5.BieHF6-5.js +0 -24
  352. package/dist/chunks/pencil.Bv-2uNMw.B6t0Zv85.js +0 -24
  353. package/dist/chunks/percent-badge.BR-COyYt.D9uZiuV4.js +0 -24
  354. package/dist/chunks/phone-arrow-down-left.bgYNFdYw.DlXuTKyQ.js +0 -24
  355. package/dist/chunks/phone-arrow-up-right.DL8xnmCp.B6ny9DGc.js +0 -24
  356. package/dist/chunks/phone-x-mark.EJ8g8Io4.iD9I0F8O.js +0 -24
  357. package/dist/chunks/phone.C9HcOJV4.DR_ydb9P.js +0 -24
  358. package/dist/chunks/photo.D2i5ltv-.Bx4bun8k.js +0 -24
  359. package/dist/chunks/play-circle.sQgQYbxL.DIVhJ_VT.js +0 -31
  360. package/dist/chunks/play-pause.7fATndsv.BlbQnYtP.js +0 -24
  361. package/dist/chunks/play.DPQ51d76.CXxYnamK.js +0 -24
  362. package/dist/chunks/plus-circle.t0rIMK17.CJuEO_hV.js +0 -24
  363. package/dist/chunks/plus-small.q2_UTnSJ.D00Lo6Gm.js +0 -24
  364. package/dist/chunks/plus.B4eFPhg5.Bjb51_89.js +0 -24
  365. package/dist/chunks/power.DbnsGjcP.ADCLCnp1.js +0 -24
  366. package/dist/chunks/presentation-chart-bar.qOHPrVoA.DzoUJVBk.js +0 -24
  367. package/dist/chunks/presentation-chart-line.kt2UcfXU.ByalT4af.js +0 -24
  368. package/dist/chunks/printer.DgYbu-oZ.oyHdK_Er.js +0 -24
  369. package/dist/chunks/puzzle-piece.DPVPnROW.Dj5Pkwqw.js +0 -24
  370. package/dist/chunks/qr-code.Cz6_gY5W.BRQos2fl.js +0 -31
  371. package/dist/chunks/question-mark-circle.BI3Pj1lM.CUkVvnjz.js +0 -24
  372. package/dist/chunks/queue-list.BTtd9gV_.BZqvXCX1.js +0 -24
  373. package/dist/chunks/radio.NXQa70KZ.DcLeSUt8.js +0 -24
  374. package/dist/chunks/receipt-percent.BEffIYGJ.C5vDjent.js +0 -24
  375. package/dist/chunks/receipt-refund.hLJiXRl-.BvT1RelP.js +0 -24
  376. package/dist/chunks/rectangle-group.DUnjEoiP.9pML-9-S.js +0 -24
  377. package/dist/chunks/rectangle-stack.DxfbSUKM.BS0h3Qu8.js +0 -24
  378. package/dist/chunks/rocket-launch.X-OfcjiP.BRHh-FkZ.js +0 -24
  379. package/dist/chunks/rss.BLvK5jPr.CckNH6AG.js +0 -24
  380. package/dist/chunks/scale.DEEYJ6Zk.CXnrDRjc.js +0 -24
  381. package/dist/chunks/scissors.Bu_6BaOX.CgCRjlsD.js +0 -24
  382. package/dist/chunks/server-stack.DmncQkqn.DlXBXJ68.js +0 -24
  383. package/dist/chunks/server.LyXBRSxY.DiraGD0N.js +0 -24
  384. package/dist/chunks/share.Cf9OjBgL.RQldJRZ9.js +0 -24
  385. package/dist/chunks/shield-check.VQpLzd2v.Bv6XREpP.js +0 -24
  386. package/dist/chunks/shield-exclamation.Be0w3_jk.Czs5h8N1.js +0 -24
  387. package/dist/chunks/shopping-bag.CmqEq0ln.Co-ENH4J.js +0 -24
  388. package/dist/chunks/shopping-cart.sDo0rmyp.Dwxg9WFh.js +0 -24
  389. package/dist/chunks/signal-slash.Cj_p1Nk-.Bos1dz3M.js +0 -24
  390. package/dist/chunks/signal.CDdRnntO.zs66muqE.js +0 -24
  391. package/dist/chunks/slash.DLlsJ67p.BovzBFnY.js +0 -24
  392. package/dist/chunks/sparkles.Cl4CxIOA.CJtVBamV.js +0 -24
  393. package/dist/chunks/speaker-wave.Dhz2ha5o.BKHqvdzL.js +0 -24
  394. package/dist/chunks/speaker-x-mark.D5bJpGdc.B-98J4TH.js +0 -24
  395. package/dist/chunks/square-2-stack.B_K3e5Xo.BpuWW3zQ.js +0 -24
  396. package/dist/chunks/square-3-stack-3d.kEZ7HRU8.u3pEG_dB.js +0 -24
  397. package/dist/chunks/squares-2x2.DbpIJWWH.czohOArw.js +0 -24
  398. package/dist/chunks/squares-plus.DJoqsZG-.C56wwQo6.js +0 -24
  399. package/dist/chunks/star-solid.ith3udUr.fI6COBY6.js +0 -22
  400. package/dist/chunks/star.BOm1sCet.CrlFtkIH.js +0 -24
  401. package/dist/chunks/stop-circle.i8k9ENGo.Bvg3kAtp.js +0 -31
  402. package/dist/chunks/stop.BvbL0z5G.BzZa9cz4.js +0 -24
  403. package/dist/chunks/strikethrough.D9IxMEze.CG0o3e8f.js +0 -24
  404. package/dist/chunks/sun.DtlkYkWH.BY6FsaIr.js +0 -24
  405. package/dist/chunks/swatch.BQEbGG5v.mzOiKL2U.js +0 -24
  406. package/dist/chunks/table-cells.DgYgkJao.D_ev8kjA.js +0 -24
  407. package/dist/chunks/tag.9pi2-WVW.AW6frX03.js +0 -31
  408. package/dist/chunks/throttle.DN8ARw0a.js +0 -11
  409. package/dist/chunks/ticket.CoeaVN1f.D8B_ZCyj.js +0 -24
  410. package/dist/chunks/trash.CKFg-ylA.BeH6WFxu.js +0 -24
  411. package/dist/chunks/trophy.DqS7is9J.BqpYwRUm.js +0 -24
  412. package/dist/chunks/truck.CiPiMFO5.I1lYcatr.js +0 -24
  413. package/dist/chunks/tv.FRI46IJL.DYLIUXzl.js +0 -24
  414. package/dist/chunks/underline.CTS7x7HZ.BTMyDX0M.js +0 -24
  415. package/dist/chunks/user-circle.jg7OpkHK.BzdqSzzl.js +0 -24
  416. package/dist/chunks/user-group.ZzJJeNOR.DqrCBO8z.js +0 -24
  417. package/dist/chunks/user-minus.CFpE7tJo.Cc-_xIha.js +0 -24
  418. package/dist/chunks/user-plus.56xx_RZF.DeJBUlvA.js +0 -24
  419. package/dist/chunks/user.BHnHyDaq.DDyUV-u5.js +0 -24
  420. package/dist/chunks/users.CcE72INP.DbTawkoy.js +0 -24
  421. package/dist/chunks/variable.D2aSg3jI.B9JN_cwv.js +0 -24
  422. package/dist/chunks/video-camera-slash.BwxNb0cm.SnSS7S5P.js +0 -24
  423. package/dist/chunks/video-camera.CoJgwP4F.BmMWt0vs.js +0 -24
  424. package/dist/chunks/view-columns.LoFVFzBR.CIMGv7mf.js +0 -24
  425. package/dist/chunks/viewfinder-circle.CaQlvTWC.CJVVM5_n.js +0 -24
  426. package/dist/chunks/wallet.CqM_mibw.kwMG5OEh.js +0 -24
  427. package/dist/chunks/wifi.DUdIKgQN.DqZ0nPHO.js +0 -24
  428. package/dist/chunks/window.BeFPU0ZR.Cqieba0K.js +0 -24
  429. package/dist/chunks/wrench-screwdriver.BcMJDiuu.Ces3a6-S.js +0 -24
  430. package/dist/chunks/wrench.DhPW3HZx.CNeKEI4i.js +0 -31
  431. package/dist/chunks/x-circle.Bv0-dC8L.BikPLDPw.js +0 -24
  432. package/dist/chunks/x-mark.CTalOvvY.js +0 -23
  433. package/dist/chunks/x-mark.umAR9tn5.iu8PJ4nS.js +0 -24
  434. package/dist/types/composables/useFormValidator/utils.d.ts +0 -116
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(c, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88c.438-.439 1.15-.439 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75z"
17
- }, null, -1)
18
- ]));
19
- }
20
- const h = { render: l };
21
- export {
22
- h as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function r(n, c) {
10
- return openBlock(), createElementBlock("svg", o, c[0] || (c[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"
17
- }, null, -1)
18
- ]));
19
- }
20
- const l = { render: r };
21
- export {
22
- l as default,
23
- r as render
24
- };
@@ -1,31 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M9.568 3H5.25A2.25 2.25 0 0 0 3 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.1 18.1 0 0 0 5.224-5.223c.54-.827.368-1.908-.33-2.607L11.158 3.66A2.25 2.25 0 0 0 9.568 3"
17
- }, null, -1),
18
- createElementVNode("path", {
19
- stroke: "currentColor",
20
- "stroke-linecap": "round",
21
- "stroke-linejoin": "round",
22
- "stroke-width": "1.5",
23
- d: "M6 6h.008v.008H6z"
24
- }, null, -1)
25
- ]));
26
- }
27
- const d = { render: l };
28
- export {
29
- d as default,
30
- l as render
31
- };
@@ -1,11 +0,0 @@
1
- function throttle(func, limit) {
2
- let inThrottle = !1, lastFunc, lastRan;
3
- return function(...args) {
4
- inThrottle ? (clearTimeout(lastFunc), lastFunc = setTimeout(() => {
5
- Date.now() - lastRan >= limit && (func.apply(this, args), lastRan = Date.now());
6
- }, Math.max(limit - (Date.now() - lastRan), 0))) : (func.apply(this, args), lastRan = Date.now(), inThrottle = !0);
7
- };
8
- }
9
- export {
10
- throttle as t
11
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function c(l, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M16.5 6v.75m0 3v.75m0 3v.75m0 3V18m-9-5.25h5.25M7.5 15h3M3.375 5.25c-.621 0-1.125.504-1.125 1.125v3.026a2.999 2.999 0 0 1 0 5.198v3.026c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-3.026a2.999 2.999 0 0 1 0-5.198V6.375c0-.621-.504-1.125-1.125-1.125z"
17
- }, null, -1)
18
- ]));
19
- }
20
- const m = { render: c };
21
- export {
22
- m as default,
23
- c as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function m(l, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21q.512.078 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48 48 0 0 0-3.478-.397m-12 .562q.51-.088 1.022-.165m0 0a48 48 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a52 52 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a49 49 0 0 0-7.5 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const s = { render: m };
21
- export {
22
- s as default,
23
- m as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function m(a, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M16.5 18.75h-9m9 0a3 3 0 0 1 3 3h-15a3 3 0 0 1 3-3m9 0v-3.375c0-.621-.503-1.125-1.125-1.125h-.871M7.5 18.75v-3.375c0-.621.504-1.125 1.125-1.125h.872m5.007 0H9.497m5.007 0a7.45 7.45 0 0 1-.982-3.172M9.497 14.25a7.45 7.45 0 0 0 .981-3.172M5.25 4.236q-1.473.215-2.916.52A6 6 0 0 0 7.73 9.728M5.25 4.236V4.5c0 2.108.966 3.99 2.48 5.228M5.25 4.236V2.721C7.456 2.41 9.71 2.25 12 2.25s4.545.16 6.75.47v1.516M7.73 9.728a6.7 6.7 0 0 0 2.748 1.35m8.272-6.842V4.5c0 2.108-.966 3.99-2.48 5.228m2.48-5.492a46 46 0 0 1 2.916.52 6 6 0 0 1-5.395 4.972m0 0a6.7 6.7 0 0 1-2.749 1.35m0 0a6.8 6.8 0 0 1-3.044 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const c = { render: m };
21
- export {
22
- c as default,
23
- m as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function m(l, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M8.25 18.75a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h6m-9 0H3.375a1.125 1.125 0 0 1-1.125-1.125V14.25m17.25 4.5a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m3 0h1.125c.621 0 1.129-.504 1.09-1.124a17.9 17.9 0 0 0-3.213-9.193 2.06 2.06 0 0 0-1.58-.86H14.25M16.5 18.75h-2.25m0-11.177v-.958c0-.568-.422-1.048-.987-1.106a48.6 48.6 0 0 0-10.026 0 1.106 1.106 0 0 0-.987 1.106v7.635m12-6.677v6.677m0 4.5v-4.5m0 0h-12"
17
- }, null, -1)
18
- ]));
19
- }
20
- const c = { render: m };
21
- export {
22
- c as default,
23
- m as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(c, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M6 20.25h12m-7.5-3v3m3-3v3m-10.125-3h17.25c.621 0 1.125-.504 1.125-1.125V4.875c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125"
17
- }, null, -1)
18
- ]));
19
- }
20
- const s = { render: l };
21
- export {
22
- s as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", r, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M17.995 3.744v7.5a6 6 0 1 1-12 0v-7.5m-2.25 16.502h16.5"
17
- }, null, -1)
18
- ]));
19
- }
20
- const s = { render: l };
21
- export {
22
- s as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M17.982 18.725A7.49 7.49 0 0 0 12 15.75a7.49 7.49 0 0 0-5.982 2.975m11.964 0a9 9 0 1 0-11.963 0m11.962 0A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-5.982-2.275M15 9.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: l };
21
- export {
22
- d as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function a(m, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M18 18.72a9.1 9.1 0 0 0 3.741-.479q.01-.12.01-.241a3 3 0 0 0-4.692-2.478m.94 3.197.001.031q0 .337-.037.666A11.94 11.94 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6 6 0 0 1 6 18.719m12 0a5.97 5.97 0 0 0-.941-3.197m0 0A6 6 0 0 0 12 12.75a6 6 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 9 9 0 0 0 3.74.477m.94-3.197a5.97 5.97 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0m6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const s = { render: a };
21
- export {
22
- s as default,
23
- a as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(s, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M22 10.5h-6m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0M4 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.3 12.3 0 0 1 10.374 21c-2.331 0-4.512-.645-6.374-1.766"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: l };
21
- export {
22
- d as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(s, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M18 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0M3 19.235v-.11a6.375 6.375 0 0 1 12.75 0v.109A12.3 12.3 0 0 1 9.374 21c-2.331 0-4.512-.645-6.374-1.766"
17
- }, null, -1)
18
- ]));
19
- }
20
- const m = { render: l };
21
- export {
22
- m as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(s, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0M4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.9 17.9 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: l };
21
- export {
22
- d as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(s, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M15 19.128a9.4 9.4 0 0 0 2.625.372 9.3 9.3 0 0 0 4.121-.952q.004-.086.004-.173a4.125 4.125 0 0 0-7.536-2.32M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.3 12.3 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0m8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const a = { render: l };
21
- export {
22
- a as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M4.745 3A23.9 23.9 0 0 0 3 12c0 3.183.62 6.22 1.745 9M19.5 3c.967 2.78 1.5 5.817 1.5 9s-.533 6.22-1.5 9M8.25 8.885l1.444-.89a.75.75 0 0 1 1.105.402l2.402 7.206a.75.75 0 0 0 1.104.401l1.445-.889m-8.25.75.213.09a1.69 1.69 0 0 0 2.062-.617l4.45-6.676a1.69 1.69 0 0 1 2.062-.618l.213.09"
17
- }, null, -1)
18
- ]));
19
- }
20
- const a = { render: l };
21
- export {
22
- a as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(a, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M12 18.75H4.5a2.25 2.25 0 0 1-2.25-2.25V9m12.841 9.091L16.5 19.5m-1.409-1.409c.407-.407.659-.97.659-1.591v-9a2.25 2.25 0 0 0-2.25-2.25h-9c-.621 0-1.184.252-1.591.659m12.182 12.182L2.909 5.909M1.5 4.5l1.409 1.409"
17
- }, null, -1)
18
- ]));
19
- }
20
- const m = { render: l };
21
- export {
22
- m as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(a, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "m15.75 10.5 4.72-4.72a.75.75 0 0 1 1.28.53v11.38a.75.75 0 0 1-1.28.53l-4.72-4.72M4.5 18.75h9a2.25 2.25 0 0 0 2.25-2.25v-9a2.25 2.25 0 0 0-2.25-2.25h-9A2.25 2.25 0 0 0 2.25 7.5v9a2.25 2.25 0 0 0 2.25 2.25"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: l };
21
- export {
22
- d as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", r, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M9 4.5v15m6-15v15m-10.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125"
17
- }, null, -1)
18
- ]));
19
- }
20
- const c = { render: l };
21
- export {
22
- c as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function i(l, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M7.5 3.75H6A2.25 2.25 0 0 0 3.75 6v1.5M16.5 3.75H18A2.25 2.25 0 0 1 20.25 6v1.5m0 9V18A2.25 2.25 0 0 1 18 20.25h-1.5m-9 0H6A2.25 2.25 0 0 1 3.75 18v-1.5M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const s = { render: i };
21
- export {
22
- s as default,
23
- i as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(a, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M21 12a2.25 2.25 0 0 0-2.25-2.25H15a3 3 0 1 1-6 0H5.25A2.25 2.25 0 0 0 3 12m18 0v6a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 18v-6m18 0V9M3 12V9m18 0a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 9m18 0V6a2.25 2.25 0 0 0-2.25-2.25H5.25A2.25 2.25 0 0 0 3 6v3"
17
- }, null, -1)
18
- ]));
19
- }
20
- const m = { render: l };
21
- export {
22
- m as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M8.288 15.038a5.25 5.25 0 0 1 7.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 0 1 1.06 0"
17
- }, null, -1)
18
- ]));
19
- }
20
- const c = { render: l };
21
- export {
22
- c as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(h, e) {
10
- return openBlock(), createElementBlock("svg", r, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25zM7.5 6h.008v.008H7.5zm2.25 0h.008v.008H9.75z"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: l };
21
- export {
22
- d as default,
23
- l as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function n(c, e) {
10
- return openBlock(), createElementBlock("svg", l, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14q.19.017.384.017a4.5 4.5 0 0 0 4.102-6.352l-3.276 3.276a3 3 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008z"
17
- }, null, -1)
18
- ]));
19
- }
20
- const d = { render: n };
21
- export {
22
- d as default,
23
- n as render
24
- };
@@ -1,31 +0,0 @@
1
- import { createElementBlock, openBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- width: "1em",
5
- height: "1em",
6
- fill: "none",
7
- viewBox: "0 0 24 24"
8
- };
9
- function l(i, e) {
10
- return openBlock(), createElementBlock("svg", n, e[0] || (e[0] = [
11
- createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- "stroke-width": "1.5",
16
- d: "M21.75 6.75a4.5 4.5 0 0 1-4.884 4.484c-1.076-.091-2.264.071-2.95.904l-7.152 8.684a2.548 2.548 0 1 1-3.586-3.586l8.684-7.151c.833-.687.995-1.875.904-2.95a4.5 4.5 0 0 1 6.336-4.486l-3.276 3.275a3 3 0 0 0 2.25 2.25l3.276-3.276c.256.565.398 1.192.398 1.852"
17
- }, null, -1),
18
- createElementVNode("path", {
19
- stroke: "currentColor",
20
- "stroke-linecap": "round",
21
- "stroke-linejoin": "round",
22
- "stroke-width": "1.5",
23
- d: "M4.867 19.125h.008v.008h-.008z"
24
- }, null, -1)
25
- ]));
26
- }
27
- const c = { render: l };
28
- export {
29
- c as default,
30
- l as render
31
- };