maz-ui 3.47.2-beta.23 → 3.47.2-beta.25

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 (247) hide show
  1. package/components/MazAccordion.mjs +56 -56
  2. package/components/MazAnimatedCounter.mjs +7 -7
  3. package/components/MazAvatar.mjs +1 -1
  4. package/components/MazBackdrop.mjs +9 -9
  5. package/components/MazBadge.mjs +2 -2
  6. package/components/MazBottomSheet.mjs +1 -1
  7. package/components/MazBtn.mjs +1 -1
  8. package/components/MazCard.mjs +1 -1
  9. package/components/MazCardSpotlight.mjs +7 -7
  10. package/components/MazCarousel.mjs +1 -1
  11. package/components/MazChart.mjs +13 -13
  12. package/components/MazCheckbox.mjs +2 -2
  13. package/components/MazChecklist.mjs +1 -1
  14. package/components/MazCircularProgressBar.mjs +11 -11
  15. package/components/MazDialog.mjs +1 -1
  16. package/components/MazDialogPromise.mjs +1 -1
  17. package/components/MazDrawer.mjs +1 -1
  18. package/components/MazDropdown.mjs +1 -1
  19. package/components/MazDropzone.mjs +1 -1
  20. package/components/MazExpandAnimation.mjs +8 -8
  21. package/components/MazFullscreenLoader.mjs +2 -40
  22. package/components/MazGallery.mjs +1 -1
  23. package/components/MazIcon.mjs +9 -8
  24. package/components/MazInput.mjs +1 -1
  25. package/components/MazInputCode.mjs +2 -2
  26. package/components/MazInputNumber.mjs +1 -1
  27. package/components/MazInputPrice.mjs +1 -1
  28. package/components/MazInputTags.mjs +1 -1
  29. package/components/MazLazyImg.mjs +1 -1
  30. package/components/MazLink.d.ts +2 -2
  31. package/components/MazLink.mjs +6 -6
  32. package/components/MazLoadingBar.mjs +17 -17
  33. package/components/MazPagination.mjs +1 -1
  34. package/components/MazPhoneNumberInput.mjs +1 -1
  35. package/components/MazPicker.mjs +1 -1
  36. package/components/MazPullToRefresh.mjs +1 -1
  37. package/components/MazRadio.mjs +11 -11
  38. package/components/MazRadioButtons.mjs +2 -2
  39. package/components/MazReadingProgressBar.mjs +15 -15
  40. package/components/MazSelect.mjs +1 -1
  41. package/components/MazSlider.mjs +31 -31
  42. package/components/MazSpinner.mjs +7 -7
  43. package/components/MazStepper.d.ts +1 -1
  44. package/components/MazStepper.mjs +1 -1
  45. package/components/MazSwitch.mjs +9 -9
  46. package/components/MazTable.mjs +1 -1
  47. package/components/MazTableCell.mjs +12 -12
  48. package/components/MazTableRow.mjs +6 -6
  49. package/components/MazTableTitle.mjs +11 -11
  50. package/components/MazTabs.d.ts +3 -3
  51. package/components/MazTabs.mjs +7 -7
  52. package/components/MazTabsBar.mjs +1 -1
  53. package/components/MazTabsContent.mjs +4 -4
  54. package/components/MazTabsContentItem.mjs +8 -8
  55. package/components/MazTextarea.mjs +2 -2
  56. package/components/MazTransitionExpand.mjs +10 -10
  57. package/components/assets/MazAccordion.css +1 -1
  58. package/components/assets/MazAnimatedCounter.css +1 -1
  59. package/components/assets/MazAvatar.css +1 -1
  60. package/components/assets/MazBackdrop.css +1 -1
  61. package/components/assets/MazBadge.css +1 -1
  62. package/components/assets/MazBottomSheet.css +1 -1
  63. package/components/assets/MazBtn.css +1 -1
  64. package/components/assets/MazCard.css +1 -1
  65. package/components/assets/MazCardSpotlight.css +1 -1
  66. package/components/assets/MazCarousel.css +1 -1
  67. package/components/assets/MazCheckbox.css +1 -1
  68. package/components/assets/MazChecklist.css +1 -1
  69. package/components/assets/MazCircularProgressBar.css +1 -1
  70. package/components/assets/MazDialog.css +1 -1
  71. package/components/assets/MazDialogPromise.css +1 -1
  72. package/components/assets/MazDrawer.css +1 -1
  73. package/components/assets/MazExpandAnimation.css +1 -1
  74. package/components/assets/MazFullscreenLoader.css +1 -1
  75. package/components/assets/MazGallery.css +1 -1
  76. package/components/assets/MazInput.css +1 -1
  77. package/components/assets/MazInputCode.css +1 -1
  78. package/components/assets/MazInputNumber.css +1 -1
  79. package/components/assets/MazInputPrice.css +1 -1
  80. package/components/assets/MazInputTags.css +1 -1
  81. package/components/assets/MazLazyImg.css +1 -1
  82. package/components/assets/MazLink.css +1 -1
  83. package/components/assets/MazLoadingBar.css +1 -1
  84. package/components/assets/MazPagination.css +1 -1
  85. package/components/assets/MazPhoneNumberInput.css +1 -1
  86. package/components/assets/MazPicker.css +1 -1
  87. package/components/assets/MazPullToRefresh.css +1 -1
  88. package/components/assets/MazRadio.css +1 -1
  89. package/components/assets/MazRadioButtons.css +1 -1
  90. package/components/assets/MazReadingProgressBar.css +1 -1
  91. package/components/assets/MazSelect.css +1 -1
  92. package/components/assets/MazSlider.css +1 -1
  93. package/components/assets/MazSpinner.css +1 -1
  94. package/components/assets/MazStepper.css +1 -1
  95. package/components/assets/MazTable.css +1 -1
  96. package/components/assets/MazTableCell.css +1 -1
  97. package/components/assets/MazTableRow.css +1 -1
  98. package/components/assets/MazTableTitle.css +1 -1
  99. package/components/assets/MazTabsBar.css +1 -1
  100. package/components/assets/MazTabsContentItem.css +1 -1
  101. package/components/assets/MazTextarea.css +1 -1
  102. package/components/assets/MazTransitionExpand.css +1 -1
  103. package/components/chunks/{MazAvatar-CZzOIbzh.mjs → MazAvatar-CuOWgdVG.mjs} +18 -18
  104. package/components/chunks/{MazBadge-DCzaExPj.mjs → MazBadge-tPgFsG6Y.mjs} +6 -6
  105. package/components/chunks/{MazBottomSheet-DGsGO0zo.mjs → MazBottomSheet-CMqzf-dT.mjs} +15 -15
  106. package/components/chunks/MazBtn-B16x1gSu.mjs +103 -0
  107. package/components/chunks/MazBtn-BLSmc1v4.mjs +103 -0
  108. package/components/chunks/MazBtn-BcrrOaO_.mjs +103 -0
  109. package/components/chunks/MazBtn-Bje1xDu3.mjs +103 -0
  110. package/components/chunks/MazBtn-C5sb0470.mjs +103 -0
  111. package/components/chunks/MazBtn-CPwCJ1l-.mjs +103 -0
  112. package/components/chunks/{MazBtn-BVWOyFm-.mjs → MazBtn-Cf-LPT5p.mjs} +4 -4
  113. package/components/chunks/MazBtn-DCyFSkZo.mjs +103 -0
  114. package/components/chunks/{MazBtn-oZhhJy09.mjs → MazBtn-DETtZdlj.mjs} +3 -3
  115. package/components/chunks/{MazBtn-BS2kvd1Z.mjs → MazBtn-DnJzOPh9.mjs} +4 -4
  116. package/components/chunks/{MazBtn-CM-xSnA5.mjs → MazBtn-DsGaq_eB.mjs} +3 -3
  117. package/components/chunks/{MazBtn-4-B-zs6Y.mjs → MazBtn-S7EnZYtZ.mjs} +4 -4
  118. package/components/chunks/MazBtn-iYAY4cer.mjs +103 -0
  119. package/components/chunks/MazBtn-v4i4k53h.mjs +103 -0
  120. package/components/chunks/{MazCard-98OuVlyK.mjs → MazCard-l54W3CUU.mjs} +3 -3
  121. package/components/chunks/{MazCarousel-COTaKhKF.mjs → MazCarousel-C16E1i1T.mjs} +3 -3
  122. package/components/chunks/{MazCheckbox-CbfTOJdy.mjs → MazCheckbox-C1nh-xQt.mjs} +7 -7
  123. package/components/chunks/{MazCheckbox-CCma_qyQ.mjs → MazCheckbox-CEsAHbdi.mjs} +7 -7
  124. package/components/chunks/{MazCheckbox-eOEEACaM.mjs → MazCheckbox-D-7-TdgO.mjs} +3 -3
  125. package/components/chunks/{MazChecklist-Bb_70sf5.mjs → MazChecklist-DSfD55m5.mjs} +125 -125
  126. package/components/chunks/{MazDialog-Ca3jJ12T.mjs → MazDialog-BjQ3ivmv.mjs} +107 -107
  127. package/components/chunks/MazDialogPromise-Bg3ZOsEI.mjs +551 -0
  128. package/components/chunks/{MazDrawer-Bas9dy0D.mjs → MazDrawer-BqNLfW4e.mjs} +3 -3
  129. package/components/chunks/{MazDropdown-0r445NfW.mjs → MazDropdown-DNXKdC_3.mjs} +3 -2
  130. package/components/chunks/{MazDropzone-DKFkgqqD.mjs → MazDropzone-n0JE92da.mjs} +2 -2
  131. package/components/chunks/{MazExpandAnimation-Bdf0-L85.mjs → MazExpandAnimation-B04WMwpW.mjs} +8 -8
  132. package/components/chunks/MazFullscreenLoader-XF8wIEcL.mjs +48 -0
  133. package/components/chunks/{MazGallery-r8SBTCgJ.mjs → MazGallery-CzlKPQFX.mjs} +65 -65
  134. package/components/chunks/{MazGallery-xPp1apvO.mjs → MazGallery-DdZ3bFvX.mjs} +5 -5
  135. package/components/chunks/{MazIcon-_hN-Kivn.mjs → MazIcon-Cq1v4J3r.mjs} +9 -8
  136. package/components/chunks/{MazIcon-C-aPrqx2.mjs → MazIcon-DQXhsxp8.mjs} +11 -10
  137. package/{modules/chunks/MazIcon-C3__MBEL.mjs → components/chunks/MazIcon-DR6-win-.mjs} +12 -11
  138. package/components/chunks/MazIcon-Gv6n6i4M.mjs +4 -0
  139. package/components/chunks/{MazInput-BM4n-byz.mjs → MazInput-BjnuoFvn.mjs} +26 -26
  140. package/components/chunks/{MazInput-BcutbP8N.mjs → MazInput-DB4HtpCQ.mjs} +4 -4
  141. package/components/chunks/{MazInput-C9Qh4Gt3.mjs → MazInput-yBii2AFS.mjs} +19 -19
  142. package/components/chunks/{MazInputNumber-DgjOMiOt.mjs → MazInputNumber-DqnLi9-C.mjs} +37 -37
  143. package/components/chunks/{MazInputPrice-D6fJN9yv.mjs → MazInputPrice-Ca8mL53M.mjs} +4 -4
  144. package/components/chunks/{MazInputTags-DthGSyHQ.mjs → MazInputTags-Bto9dVQq.mjs} +40 -40
  145. package/components/chunks/{MazLazyImg-DQLwaKKz.mjs → MazLazyImg-D9mlGTCs.mjs} +4 -4
  146. package/components/chunks/{MazLazyImg-B-6PQWEi.mjs → MazLazyImg-DnJyLBjr.mjs} +3 -3
  147. package/components/chunks/{MazLink-tud3eDgU.mjs → MazLink-DlUG7E5K.mjs} +3 -3
  148. package/components/chunks/{MazLoadingBar-C2qPjfEQ.mjs → MazLoadingBar-DBt1Ltm5.mjs} +8 -8
  149. package/components/chunks/{MazPagination-BSu0Ifkp.mjs → MazPagination-sxkvTajI.mjs} +49 -49
  150. package/components/chunks/{MazPhoneNumberInput-BAGcArnr.mjs → MazPhoneNumberInput-C3j3JyDI.mjs} +11 -11
  151. package/components/chunks/{MazPicker-BljfUneI.mjs → MazPicker-BUXJof_-.mjs} +9 -9
  152. package/components/chunks/{MazPickerMonthSwitcher-CEVb4BXw.mjs → MazPickerMonthSwitcher-DW2WfonJ.mjs} +1 -1
  153. package/components/chunks/{MazPickerShortcuts-DayGMC9m.mjs → MazPickerShortcuts-fw4-dWSv.mjs} +1 -1
  154. package/components/chunks/{MazPickerYearSwitcher-DC1lFIbp.mjs → MazPickerYearSwitcher-aHvmQBF1.mjs} +1 -1
  155. package/components/chunks/{MazPullToRefresh-CFQX0soS.mjs → MazPullToRefresh-a1rT-zWr.mjs} +3 -3
  156. package/components/chunks/{MazSelect-CH3JdigO.mjs → MazSelect-BwahUlbE.mjs} +49 -49
  157. package/components/chunks/{MazSelect-D3KXcHJS.mjs → MazSelect-CBaOs6va.mjs} +44 -44
  158. package/components/chunks/MazSpinner-BVQYjLWp.mjs +34 -0
  159. package/components/chunks/{MazSpinner-yr9xVdAa.mjs → MazSpinner-BYlkcKf0.mjs} +6 -6
  160. package/components/chunks/MazSpinner-B_THFs0t.mjs +34 -0
  161. package/components/chunks/MazSpinner-Bb1BgWPD.mjs +34 -0
  162. package/components/chunks/MazSpinner-Bb4B4Nz8.mjs +34 -0
  163. package/components/chunks/{MazSpinner-BBZoDxwq.mjs → MazSpinner-Bpkl7q5u.mjs} +7 -7
  164. package/components/chunks/MazSpinner-BtDo7ZEC.mjs +34 -0
  165. package/components/chunks/MazSpinner-C-DOH7ou.mjs +34 -0
  166. package/components/chunks/MazSpinner-C1Rr3w9l.mjs +34 -0
  167. package/components/chunks/MazSpinner-C47dmUu7.mjs +34 -0
  168. package/components/chunks/MazSpinner-C7_Q1K-e.mjs +34 -0
  169. package/components/chunks/MazSpinner-CBHbVSef.mjs +34 -0
  170. package/components/chunks/MazSpinner-CCThMV5o.mjs +34 -0
  171. package/components/chunks/MazSpinner-CizL97Q2.mjs +34 -0
  172. package/components/chunks/{MazSpinner-BlbTztM3.mjs → MazSpinner-Cmy2WyWY.mjs} +7 -7
  173. package/components/chunks/MazSpinner-CodOqnm1.mjs +34 -0
  174. package/components/chunks/MazSpinner-Cq0S_tbE.mjs +34 -0
  175. package/components/chunks/{MazSpinner-BIPm54-3.mjs → MazSpinner-D6PdYOcD.mjs} +7 -7
  176. package/components/chunks/MazSpinner-DV9-beEc.mjs +34 -0
  177. package/components/chunks/MazSpinner-DoFpeVcl.mjs +34 -0
  178. package/components/chunks/MazSpinner-Dx-3_EFZ.mjs +34 -0
  179. package/components/chunks/MazSpinner-PVTrAf5V.mjs +34 -0
  180. package/components/chunks/MazSpinner-PXSS3XT3.mjs +34 -0
  181. package/components/chunks/MazSpinner-XZrAaGeE.mjs +34 -0
  182. package/components/chunks/{MazStepper-B3fuhbye.mjs → MazStepper-DtAqtJjn.mjs} +32 -32
  183. package/components/chunks/{MazTable-BU3Hluiu.mjs → MazTable-Soe-MrTW.mjs} +79 -74
  184. package/components/chunks/{MazTableCell-DKMZAanm.mjs → MazTableCell-DtoO9MOe.mjs} +6 -6
  185. package/components/chunks/MazTableRow-ChFMulaU.mjs +30 -0
  186. package/components/chunks/{MazTableTitle-BSFZ84Ob.mjs → MazTableTitle-D8El-v5p.mjs} +6 -6
  187. package/components/chunks/{MazTabsBar--Xq_cpuz.mjs → MazTabsBar-8wchBiYF.mjs} +20 -20
  188. package/components/chunks/{MazTransitionExpand-Cedz9Ree.mjs → MazTransitionExpand-CRArAQZu.mjs} +10 -10
  189. package/css/main.css +1 -1
  190. package/modules/assets/MazBtn.css +1 -1
  191. package/modules/assets/MazSpinner.css +1 -1
  192. package/modules/assets/index.css +1 -1
  193. package/modules/chunks/MazBtn-D0bVfaLm.cjs +1 -0
  194. package/{components/chunks/MazBtn-C60T0UDa.mjs → modules/chunks/MazBtn-Z86MClP9.mjs} +4 -4
  195. package/modules/chunks/{MazIcon-CqhvM2xp.cjs → MazIcon-BwgJhGLT.cjs} +1 -1
  196. package/{components/chunks/MazIcon-BSUswKRF.mjs → modules/chunks/MazIcon-XtyPgbu6.mjs} +12 -11
  197. package/{components/chunks/MazSpinner-B5JChIrj.mjs → modules/chunks/MazSpinner-BfUXTY7m.mjs} +7 -7
  198. package/modules/chunks/MazSpinner-C5Fi9q_G.cjs +1 -0
  199. package/modules/chunks/index-Bq5KVBKA.cjs +124 -0
  200. package/modules/chunks/{index-CXu9R01-.mjs → index-YwIF5a3Q.mjs} +746 -745
  201. package/modules/index.cjs +1 -1
  202. package/modules/index.mjs +1 -1
  203. package/nuxt/index.json +1 -1
  204. package/package.json +1 -1
  205. package/tailwindcss/tailwind.css +0 -6
  206. package/tailwindcss/variables/utilities.ts +3 -0
  207. package/types/components/MazLink.vue.d.ts +2 -2
  208. package/types/components/MazStepper.vue.d.ts +1 -1
  209. package/types/components/MazTabs.vue.d.ts +3 -3
  210. package/types/modules/composables/useFormValidator/useFormField.d.ts +56 -16
  211. package/types/modules/composables/useFormValidator/utils.d.ts +6 -6
  212. package/types/tailwindcss/variables/utilities.d.ts +3 -0
  213. package/components/chunks/MazBtn-C6zsmGnw.mjs +0 -103
  214. package/components/chunks/MazBtn-CC9H3U2X.mjs +0 -103
  215. package/components/chunks/MazBtn-CsLtHm4K.mjs +0 -103
  216. package/components/chunks/MazBtn-D1jMqwE1.mjs +0 -103
  217. package/components/chunks/MazBtn-DAXwt847.mjs +0 -103
  218. package/components/chunks/MazBtn-DOWVQgpN.mjs +0 -103
  219. package/components/chunks/MazBtn-DZaVjTvW.mjs +0 -103
  220. package/components/chunks/MazBtn-ZAcYNusG.mjs +0 -103
  221. package/components/chunks/MazDialogPromise-DOnmLhui.mjs +0 -551
  222. package/components/chunks/MazIcon-BoTByt7n.mjs +0 -4
  223. package/components/chunks/MazSpinner-C-ln9ldX.mjs +0 -34
  224. package/components/chunks/MazSpinner-C11EOZZd.mjs +0 -34
  225. package/components/chunks/MazSpinner-C6h03sqc.mjs +0 -34
  226. package/components/chunks/MazSpinner-CCc9ajpj.mjs +0 -34
  227. package/components/chunks/MazSpinner-CgKOIkQQ.mjs +0 -34
  228. package/components/chunks/MazSpinner-Cp_nPioh.mjs +0 -34
  229. package/components/chunks/MazSpinner-CwdlrYSt.mjs +0 -34
  230. package/components/chunks/MazSpinner-D5Sbo759.mjs +0 -34
  231. package/components/chunks/MazSpinner-DOPjHhPx.mjs +0 -34
  232. package/components/chunks/MazSpinner-DPur0-r-.mjs +0 -34
  233. package/components/chunks/MazSpinner-DjM6ktPY.mjs +0 -34
  234. package/components/chunks/MazSpinner-DjUU4G1h.mjs +0 -34
  235. package/components/chunks/MazSpinner-DqD51Fb6.mjs +0 -34
  236. package/components/chunks/MazSpinner-Du5o8JC_.mjs +0 -38
  237. package/components/chunks/MazSpinner-QfPXLpa_.mjs +0 -34
  238. package/components/chunks/MazSpinner-XB6tX3Ld.mjs +0 -34
  239. package/components/chunks/MazSpinner-ZFhNCy24.mjs +0 -34
  240. package/components/chunks/MazSpinner-b90e3OQK.mjs +0 -34
  241. package/components/chunks/MazSpinner-f6pBzqbu.mjs +0 -34
  242. package/components/chunks/MazTableRow-CDHpmXfw.mjs +0 -30
  243. package/modules/chunks/MazBtn-CFge_w1W.cjs +0 -1
  244. package/modules/chunks/MazBtn-yNCoLFA6.mjs +0 -103
  245. package/modules/chunks/MazSpinner-C4XtaFJk.mjs +0 -34
  246. package/modules/chunks/MazSpinner-DkJAN36F.cjs +0 -1
  247. package/modules/chunks/index-Bawg2UGE.cjs +0 -124
@@ -1,7 +1,7 @@
1
- import { computed as f, defineComponent as Ie, defineAsyncComponent as $, ref as g, onBeforeMount as Le, nextTick as W, withDirectives as we, openBlock as V, createElementBlock as A, normalizeClass as q, normalizeStyle as j, createVNode as N, mergeProps as Ce, unref as I, withModifiers as M, withCtx as ne, createElementVNode as O, Transition as Me, createBlock as ie, createCommentVNode as Q, renderSlot as G, Fragment as se, renderList as Ee, toDisplayString as ue } from "vue";
1
+ import { computed as f, defineComponent as Ie, defineAsyncComponent as $, ref as g, onBeforeMount as Le, nextTick as W, withDirectives as we, openBlock as V, createElementBlock as A, normalizeClass as q, normalizeStyle as j, createVNode as N, mergeProps as Ce, unref as I, withModifiers as M, withCtx as ne, createElementVNode as O, Transition as Me, createBlock as se, createCommentVNode as Q, renderSlot as G, Fragment as ie, renderList as Ee, toDisplayString as ue } from "vue";
2
2
  import { u as Te } from "./useInstanceUniqId-BkOfxhk8.mjs";
3
- import re from "./MazInput-BcutbP8N.mjs";
4
- import { _ as $e } from "./MazTable-BU3Hluiu.mjs";
3
+ import re from "./MazInput-DB4HtpCQ.mjs";
4
+ import { _ as $e } from "./MazTable-Soe-MrTW.mjs";
5
5
  import '../assets/MazSelect.css';const Ne = {
6
6
  removeAccents: !0,
7
7
  caseSensitive: !1,
@@ -13,7 +13,7 @@ import '../assets/MazSelect.css';const Ne = {
13
13
  customNormalizationForms: ["NFC", "NFKD"]
14
14
  };
15
15
  function x(u, r) {
16
- const i = { ...Ne, ...r }, t = {
16
+ const s = { ...Ne, ...r }, t = {
17
17
  À: "A",
18
18
  Á: "A",
19
19
  Â: "A",
@@ -63,76 +63,76 @@ function x(u, r) {
63
63
  ó: "o"
64
64
  };
65
65
  let n = u.toString();
66
- if (i.trim && (n = n.trim()), i.normalizeSpaces && (n = n.replaceAll(/\s+/g, " ")), i.replaceSpaces && (n = n.replaceAll(" ", "-")), i.removeNumbers && (n = n.replaceAll(/\d/g, "")), i.removeAccents && (n = n.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (s) => t[s] || s), n = n.replaceAll(/[\u0300-\u036F]/g, "")), i.caseSensitive === !1 && (n = n.toLowerCase()), i.removeSpecialCharacters && (n = n.replaceAll(/[^\dA-Z-]/gi, "")), i.trim && (n = n.trim()), i.customNormalizationForms)
67
- for (const s of i.customNormalizationForms)
68
- n = n.normalize(s);
66
+ if (s.trim && (n = n.trim()), s.normalizeSpaces && (n = n.replaceAll(/\s+/g, " ")), s.replaceSpaces && (n = n.replaceAll(" ", "-")), s.removeNumbers && (n = n.replaceAll(/\d/g, "")), s.removeAccents && (n = n.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (i) => t[i] || i), n = n.replaceAll(/[\u0300-\u036F]/g, "")), s.caseSensitive === !1 && (n = n.toLowerCase()), s.removeSpecialCharacters && (n = n.replaceAll(/[^\dA-Z-]/gi, "")), s.trim && (n = n.trim()), s.customNormalizationForms)
67
+ for (const i of s.customNormalizationForms)
68
+ n = n.normalize(i);
69
69
  return n;
70
70
  }
71
71
  function Oe(u, r) {
72
- const i = u.length, t = r.length, n = [];
73
- for (let s = 0; s <= i; s++)
74
- n[s] = [s];
75
- for (let s = 0; s <= t; s++)
76
- n[0][s] = s;
77
- for (let s = 1; s <= i; s++)
72
+ const s = u.length, t = r.length, n = [];
73
+ for (let i = 0; i <= s; i++)
74
+ n[i] = [i];
75
+ for (let i = 0; i <= t; i++)
76
+ n[0][i] = i;
77
+ for (let i = 1; i <= s; i++)
78
78
  for (let m = 1; m <= t; m++) {
79
- const z = u[s - 1] === r[m - 1] ? 0 : 1;
80
- n[s][m] = Math.min(
81
- n[s - 1][m] + 1,
82
- n[s][m - 1] + 1,
83
- n[s - 1][m - 1] + z
79
+ const z = u[i - 1] === r[m - 1] ? 0 : 1;
80
+ n[i][m] = Math.min(
81
+ n[i - 1][m] + 1,
82
+ n[i][m - 1] + 1,
83
+ n[i - 1][m - 1] + z
84
84
  );
85
85
  }
86
- return n[i][t];
86
+ return n[s][t];
87
87
  }
88
88
  function ce(u, r) {
89
- const i = Oe(u, r), t = Math.max(u.length, r.length);
90
- return 1 - i / t;
89
+ const s = Oe(u, r), t = Math.max(u.length, r.length);
90
+ return 1 - s / t;
91
91
  }
92
- function xe(u, r, i = 0.75) {
93
- return ce(u, r) >= i;
92
+ function xe(u, r, s = 0.75) {
93
+ return ce(u, r) >= s;
94
94
  }
95
- function Z(u, r, i = 0.75) {
95
+ function Z(u, r, s = 0.75) {
96
96
  const t = f(
97
97
  () => x(typeof u == "string" ? u : u.value)
98
98
  ), n = f(
99
99
  () => x(typeof r == "string" ? r : r.value)
100
- ), s = f(() => typeof i == "number" ? i : i.value), m = f(() => ce(t.value, n.value));
100
+ ), i = f(() => typeof s == "number" ? s : s.value), m = f(() => ce(t.value, n.value));
101
101
  return {
102
102
  isMatching: f(
103
- () => xe(t.value, n.value, s.value)
103
+ () => xe(t.value, n.value, i.value)
104
104
  ),
105
105
  score: m
106
106
  };
107
107
  }
108
- function de(u, r, i) {
108
+ function de(u, r, s) {
109
109
  var m, z;
110
110
  u.stopPropagation();
111
- const t = typeof i.value == "function" ? i.value : i.value.handler, n = typeof i.value == "object" ? i.value.exclude : void 0;
112
- let s = !1;
111
+ const t = typeof s.value == "function" ? s.value : s.value.handler, n = typeof s.value == "object" ? s.value.exclude : void 0;
112
+ let i = !1;
113
113
  if (n && n.length > 0) {
114
114
  for (const E of n)
115
- if (!s && u.target instanceof HTMLElement) {
115
+ if (!i && u.target instanceof HTMLElement) {
116
116
  const h = (m = document.querySelector(E)) == null ? void 0 : m.getAttribute("id");
117
- s = (u.target.getAttribute("id") === h || ((z = document.querySelector(E)) == null ? void 0 : z.contains(u.target))) ?? !1;
117
+ i = (u.target.getAttribute("id") === h || ((z = document.querySelector(E)) == null ? void 0 : z.contains(u.target))) ?? !1;
118
118
  }
119
119
  }
120
- !r.contains(u.target) && !s && (t == null || t(u));
120
+ !r.contains(u.target) && !i && (t == null || t(u));
121
121
  }
122
122
  function pe() {
123
123
  return document.ontouchstart === null ? "touchstart" : "click";
124
124
  }
125
125
  function Be(u, r) {
126
- const i = pe();
127
- document.removeEventListener(i, (t) => de(t, u, r));
126
+ const s = pe();
127
+ document.removeEventListener(s, (t) => de(t, u, r));
128
128
  }
129
129
  function De(u, r) {
130
130
  if (typeof r.value != "function" && typeof r.value == "object" && typeof r.value.handler != "function") {
131
131
  console.error("[maz-ui](vClosable) v-closable directive requires a handler function");
132
132
  return;
133
133
  }
134
- const i = pe();
135
- document.addEventListener(i, (t) => de(t, u, r));
134
+ const s = pe();
135
+ document.addEventListener(s, (t) => de(t, u, r));
136
136
  }
137
137
  const He = {
138
138
  mounted: De,
@@ -178,8 +178,8 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
178
178
  autocomplete: { default: "off" }
179
179
  },
180
180
  emits: ["close", "open", "blur", "focus", "change", "input", "update:model-value", "selected-option"],
181
- setup(u, { expose: r, emit: i }) {
182
- const t = u, n = i, s = $(() => import("./MazCheckbox-eOEEACaM.mjs")), m = $(() => import("./magnifying-glass--nBiyXot.mjs")), z = $(() => import("./chevron-down-BkvtON3b.mjs")), E = $(() => import("./no-symbol-CIgKzsrB.mjs"));
181
+ setup(u, { expose: r, emit: s }) {
182
+ const t = u, n = s, i = $(() => import("./MazCheckbox-D-7-TdgO.mjs")), m = $(() => import("./magnifying-glass--nBiyXot.mjs")), z = $(() => import("./chevron-down-BkvtON3b.mjs")), E = $(() => import("./no-symbol-CIgKzsrB.mjs"));
183
183
  r({
184
184
  /** Method to open the option list */
185
185
  openList: C,
@@ -375,7 +375,7 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
375
375
  {
376
376
  ref_key: "mazSelectElement",
377
377
  ref: Y,
378
- class: q(["m-select", [
378
+ class: q(["m-select m-reset-css", [
379
379
  { "--is-open": b.value, "--disabled": e.disabled, "--block": e.block },
380
380
  t.class,
381
381
  `--${e.size}`
@@ -440,7 +440,7 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
440
440
  })
441
441
  },
442
442
  [
443
- e.search ? (V(), ie(re, {
443
+ e.search ? (V(), se(re, {
444
444
  key: 0,
445
445
  ref_key: "searchInputComponent",
446
446
  ref: _,
@@ -467,10 +467,10 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
467
467
  ])
468
468
  ], !0) : (V(), A("div", We, [
469
469
  (V(!0), A(
470
- se,
470
+ ie,
471
471
  null,
472
472
  Ee(y.value, (o, a) => (V(), A(
473
- se,
473
+ ie,
474
474
  { key: a },
475
475
  [
476
476
  o.label && o.isOptGroup ? G(e.$slots, "optgroup", {
@@ -498,7 +498,7 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
498
498
  style: j(e.itemHeight ? { height: `${e.itemHeight}px` } : void 0),
499
499
  onClick: M((c) => ae(o), ["prevent", "stop"])
500
500
  }, [
501
- e.multiple ? (V(), ie(I(s), {
501
+ e.multiple ? (V(), se(I(i), {
502
502
  key: 0,
503
503
  tabindex: "-1",
504
504
  "model-value": H(o),
@@ -544,7 +544,7 @@ const Fe = ["aria-label"], Ue = { class: "m-select-list__no-results" }, We = {
544
544
  }]
545
545
  ]);
546
546
  }
547
- }), Xe = /* @__PURE__ */ $e(Qe, [["__scopeId", "data-v-07cbef8c"]]);
547
+ }), Xe = /* @__PURE__ */ $e(Qe, [["__scopeId", "data-v-0050f306"]]);
548
548
  export {
549
549
  Xe as default
550
550
  };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazInputTags-Bto9dVQq.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -1,13 +1,13 @@
1
- import { defineComponent as o, openBlock as s, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
2
  import { _ as a } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
3
- import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ o({
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
4
  __name: "MazSpinner",
5
5
  props: {
6
6
  size: { default: "2em" },
7
7
  color: { default: "theme" }
8
8
  },
9
9
  setup(m) {
10
- return (e, n) => (s(), t("svg", {
10
+ return (e, s) => (o(), t("svg", {
11
11
  width: e.size,
12
12
  height: e.size,
13
13
  version: "1.1",
@@ -16,9 +16,9 @@ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE_
16
16
  y: "0px",
17
17
  viewBox: "0 0 50 50",
18
18
  "xml:space": "preserve",
19
- class: r(["m-spinner", `m-spinner--${e.color}`]),
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
20
  style: { "enable-background": "new 0 0 50 50" }
21
- }, n[0] || (n[0] = [
21
+ }, s[0] || (s[0] = [
22
22
  p(
23
23
  "path",
24
24
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
@@ -28,7 +28,7 @@ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE_
28
28
  )
29
29
  ]), 10, i));
30
30
  }
31
- }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-2868435d"]]);
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
32
  export {
33
33
  h as default
34
34
  };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazDropzone-n0JE92da.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazPagination-sxkvTajI.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazPicker-BUXJof_-.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -1,13 +1,13 @@
1
- import { defineComponent as o, openBlock as s, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
- import { _ as a } from "./MazTable-BU3Hluiu.mjs";
3
- import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ o({
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazTable-Soe-MrTW.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
4
  __name: "MazSpinner",
5
5
  props: {
6
6
  size: { default: "2em" },
7
7
  color: { default: "theme" }
8
8
  },
9
9
  setup(m) {
10
- return (e, n) => (s(), t("svg", {
10
+ return (e, s) => (o(), t("svg", {
11
11
  width: e.size,
12
12
  height: e.size,
13
13
  version: "1.1",
@@ -16,9 +16,9 @@ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE_
16
16
  y: "0px",
17
17
  viewBox: "0 0 50 50",
18
18
  "xml:space": "preserve",
19
- class: r(["m-spinner", `m-spinner--${e.color}`]),
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
20
  style: { "enable-background": "new 0 0 50 50" }
21
- }, n[0] || (n[0] = [
21
+ }, s[0] || (s[0] = [
22
22
  p(
23
23
  "path",
24
24
  { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
@@ -28,7 +28,7 @@ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE_
28
28
  )
29
29
  ]), 10, i));
30
30
  }
31
- }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-2868435d"]]);
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
32
  export {
33
33
  h as default
34
34
  };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazPhoneNumberInput-C3j3JyDI.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazAvatar-CuOWgdVG.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazInputPrice-Ca8mL53M.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazDialog-BjQ3ivmv.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazFullscreenLoader-XF8wIEcL.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazInputNumber-DqnLi9-C.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };
@@ -0,0 +1,34 @@
1
+ import { defineComponent as n, openBlock as o, createElementBlock as t, normalizeClass as r, createElementVNode as p } from "vue";
2
+ import { _ as a } from "./MazInput-yBii2AFS.mjs";
3
+ import '../assets/MazSpinner.css';const i = ["width", "height"], l = /* @__PURE__ */ n({
4
+ __name: "MazSpinner",
5
+ props: {
6
+ size: { default: "2em" },
7
+ color: { default: "theme" }
8
+ },
9
+ setup(m) {
10
+ return (e, s) => (o(), t("svg", {
11
+ width: e.size,
12
+ height: e.size,
13
+ version: "1.1",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ x: "0px",
16
+ y: "0px",
17
+ viewBox: "0 0 50 50",
18
+ "xml:space": "preserve",
19
+ class: r(["m-spinner m-reset-css", `m-spinner--${e.color}`]),
20
+ style: { "enable-background": "new 0 0 50 50" }
21
+ }, s[0] || (s[0] = [
22
+ p(
23
+ "path",
24
+ { d: "M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z" },
25
+ null,
26
+ -1
27
+ /* HOISTED */
28
+ )
29
+ ]), 10, i));
30
+ }
31
+ }), h = /* @__PURE__ */ a(l, [["__scopeId", "data-v-52831d3b"]]);
32
+ export {
33
+ h as default
34
+ };