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,4 +1,4 @@
1
- import { defineComponent as O, ref as x, computed as f, onMounted as Q, onUnmounted as K, openBlock as p, createElementBlock as v, normalizeClass as A, normalizeStyle as w, createElementVNode as m, renderSlot as C, withDirectives as q, vShow as F, useId as P, unref as S, mergeProps as j, createVNode as V, createTextVNode as _, toDisplayString as I, createCommentVNode as E, defineAsyncComponent as B, watch as T, withCtx as H, Fragment as Z, renderList as G } from "vue";
1
+ import { defineComponent as M, ref as A, computed as f, onMounted as Q, onUnmounted as K, openBlock as p, createElementBlock as v, normalizeClass as $, normalizeStyle as w, createElementVNode as m, renderSlot as C, withDirectives as U, vShow as x, useId as P, unref as S, mergeProps as D, createVNode as V, createTextVNode as O, toDisplayString as _, createCommentVNode as E, defineAsyncComponent as B, watch as T, withCtx as H, Fragment as Z, renderList as G } from "vue";
2
2
  import '../assets/MazChecklist.css';const J = {
3
3
  removeAccents: !0,
4
4
  caseSensitive: !1,
@@ -9,8 +9,8 @@ import '../assets/MazChecklist.css';const J = {
9
9
  removeNumbers: !1,
10
10
  customNormalizationForms: ["NFC", "NFKD"]
11
11
  };
12
- function U(c, t) {
13
- const e = { ...J, ...t }, n = {
12
+ function j(c, a) {
13
+ const e = { ...J, ...a }, s = {
14
14
  À: "A",
15
15
  Á: "A",
16
16
  Â: "A",
@@ -59,13 +59,13 @@ function U(c, t) {
59
59
  ñ: "n",
60
60
  ó: "o"
61
61
  };
62
- let l = c.toString();
63
- if (e.trim && (l = l.trim()), e.normalizeSpaces && (l = l.replaceAll(/\s+/g, " ")), e.replaceSpaces && (l = l.replaceAll(" ", "-")), e.removeNumbers && (l = l.replaceAll(/\d/g, "")), e.removeAccents && (l = l.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (u) => n[u] || u), l = l.replaceAll(/[\u0300-\u036F]/g, "")), e.caseSensitive === !1 && (l = l.toLowerCase()), e.removeSpecialCharacters && (l = l.replaceAll(/[^\dA-Z-]/gi, "")), e.trim && (l = l.trim()), e.customNormalizationForms)
62
+ let t = c.toString();
63
+ if (e.trim && (t = t.trim()), e.normalizeSpaces && (t = t.replaceAll(/\s+/g, " ")), e.replaceSpaces && (t = t.replaceAll(" ", "-")), e.removeNumbers && (t = t.replaceAll(/\d/g, "")), e.removeAccents && (t = t.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (u) => s[u] || u), t = t.replaceAll(/[\u0300-\u036F]/g, "")), e.caseSensitive === !1 && (t = t.toLowerCase()), e.removeSpecialCharacters && (t = t.replaceAll(/[^\dA-Z-]/gi, "")), e.trim && (t = t.trim()), e.customNormalizationForms)
64
64
  for (const u of e.customNormalizationForms)
65
- l = l.normalize(u);
66
- return l;
65
+ t = t.normalize(u);
66
+ return t;
67
67
  }
68
- const W = { class: "inner" }, X = /* @__PURE__ */ O({
68
+ const W = { class: "inner" }, X = /* @__PURE__ */ M({
69
69
  __name: "MazCardSpotlight",
70
70
  props: {
71
71
  color: { default: "primary" },
@@ -76,16 +76,16 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
76
76
  innerOpacity: { default: 0.95 }
77
77
  },
78
78
  setup(c) {
79
- const t = c, e = x(), n = x(), l = x(!1);
80
- function u({ clientX: i, clientY: y }) {
81
- var s, d, b;
82
- l.value = !0;
83
- const a = (s = n.value) == null ? void 0 : s.getBoundingClientRect();
84
- a && ((b = (d = e.value) == null ? void 0 : d.animate) == null || b.call(
79
+ const a = c, e = A(), s = A(), t = A(!1);
80
+ function u({ clientX: i, clientY: g }) {
81
+ var n, d, b;
82
+ t.value = !0;
83
+ const l = (n = s.value) == null ? void 0 : n.getBoundingClientRect();
84
+ l && ((b = (d = e.value) == null ? void 0 : d.animate) == null || b.call(
85
85
  d,
86
86
  [
87
87
  {
88
- transform: `translate(${i - a.left - a.width / 2}px,${y - a.top - a.height / 2}px)`
88
+ transform: `translate(${i - l.left - l.width / 2}px,${g - l.top - l.height / 2}px)`
89
89
  }
90
90
  ],
91
91
  {
@@ -94,15 +94,15 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
94
94
  }
95
95
  ));
96
96
  }
97
- const z = f(() => `var(--maz-color-${t.color}-alpha)`), h = f(() => `var(--maz-color-${t.color}-alpha-20)`);
97
+ const y = f(() => `var(--maz-color-${a.color}-alpha)`), h = f(() => `var(--maz-color-${a.color}-alpha-20)`);
98
98
  return Q(() => {
99
99
  window.addEventListener("mousemove", u);
100
100
  }), K(() => {
101
101
  window.removeEventListener("mousemove", u);
102
- }), (i, y) => (p(), v(
102
+ }), (i, g) => (p(), v(
103
103
  "div",
104
104
  {
105
- class: A(["m-card-spotlight", { "maz-elevation": !i.noElevation }]),
105
+ class: $(["m-card-spotlight m-reset-css", { "maz-elevation": !i.noElevation }]),
106
106
  style: w({ backgroundColor: h.value, "--inner-opacity": i.innerOpacity })
107
107
  },
108
108
  [
@@ -110,7 +110,7 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
110
110
  m(
111
111
  "div",
112
112
  {
113
- class: A(["content", [{ "maz-p-4": i.padding }, i.contentClass]])
113
+ class: $(["content", [{ "maz-p-4": i.padding }, i.contentClass]])
114
114
  },
115
115
  [
116
116
  C(i.$slots, "default", {}, void 0, !0)
@@ -119,49 +119,49 @@ const W = { class: "inner" }, X = /* @__PURE__ */ O({
119
119
  /* CLASS */
120
120
  )
121
121
  ]),
122
- q(m(
122
+ U(m(
123
123
  "div",
124
124
  {
125
125
  ref_key: "blobElement",
126
126
  ref: e,
127
127
  class: "blob",
128
- style: w({ backgroundColor: z.value })
128
+ style: w({ backgroundColor: y.value })
129
129
  },
130
130
  null,
131
131
  4
132
132
  /* STYLE */
133
133
  ), [
134
- [F, l.value]
134
+ [x, t.value]
135
135
  ]),
136
- q(m(
136
+ U(m(
137
137
  "div",
138
138
  {
139
139
  ref_key: "fakeblobElement",
140
- ref: n,
140
+ ref: s,
141
141
  class: "fakeblob"
142
142
  },
143
143
  null,
144
144
  512
145
145
  /* NEED_PATCH */
146
146
  ), [
147
- [F, l.value]
147
+ [x, t.value]
148
148
  ])
149
149
  ],
150
150
  6
151
151
  /* CLASS, STYLE */
152
152
  ));
153
153
  }
154
- }), D = (c, t) => {
154
+ }), q = (c, a) => {
155
155
  const e = c.__vccOpts || c;
156
- for (const [n, l] of t)
157
- e[n] = l;
156
+ for (const [s, t] of a)
157
+ e[s] = t;
158
158
  return e;
159
- }, Y = /* @__PURE__ */ D(X, [["__scopeId", "data-v-30c7054c"]]);
159
+ }, Y = /* @__PURE__ */ q(X, [["__scopeId", "data-v-4f773edc"]]);
160
160
  function ee({
161
161
  componentName: c,
162
- providedId: t
162
+ providedId: a
163
163
  }) {
164
- return f(() => t ?? `${c}-${P().replace(/:/g, "")}`);
164
+ return f(() => a ?? `${c}-${P().replace(/:/g, "")}`);
165
165
  }
166
166
  const oe = {
167
167
  xmlns: "http://www.w3.org/2000/svg",
@@ -170,8 +170,8 @@ const oe = {
170
170
  fill: "none",
171
171
  viewBox: "0 0 24 24"
172
172
  };
173
- function L(c, t) {
174
- return p(), v("svg", oe, t[0] || (t[0] = [
173
+ function L(c, a) {
174
+ return p(), v("svg", oe, a[0] || (a[0] = [
175
175
  m(
176
176
  "path",
177
177
  {
@@ -187,11 +187,11 @@ function L(c, t) {
187
187
  )
188
188
  ]));
189
189
  }
190
- const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
190
+ const R = { render: L }, be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
191
191
  __proto__: null,
192
192
  default: R,
193
193
  render: L
194
- }, Symbol.toStringTag, { value: "Module" })), ae = ["for", "aria-checked"], le = ["id", "checked", "disabled", "name"], te = { class: "m-checkbox__text" }, re = /* @__PURE__ */ O({
194
+ }, Symbol.toStringTag, { value: "Module" })), le = ["for", "aria-checked"], te = ["id", "checked", "disabled", "name"], ae = { class: "m-checkbox__text" }, re = /* @__PURE__ */ M({
195
195
  inheritAttrs: !1,
196
196
  __name: "MazCheckbox",
197
197
  props: {
@@ -211,13 +211,13 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
211
211
  hint: {}
212
212
  },
213
213
  emits: ["update:model-value", "change", "blur", "focus"],
214
- setup(c, { emit: t }) {
215
- const e = c, n = t, l = ee({
214
+ setup(c, { emit: a }) {
215
+ const e = c, s = a, t = ee({
216
216
  componentName: "MazCheckbox",
217
217
  providedId: e.id
218
218
  }), u = f(
219
219
  () => typeof e.value != "boolean" && Array.isArray(e.modelValue) ? e.modelValue.includes(e.value) : typeof e.modelValue == "boolean" ? e.modelValue : !1
220
- ), z = f(() => {
220
+ ), y = f(() => {
221
221
  switch (e.size) {
222
222
  case "xl":
223
223
  return "2rem";
@@ -247,8 +247,8 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
247
247
  default:
248
248
  return "maz-text-lg";
249
249
  }
250
- }), i = f(() => e.color === "theme" ? "var(--maz-color-bg)" : `var(--maz-color-${e.color}-contrast)`), y = f(() => e.color === "theme" ? "var(--maz-color-bg-theme)" : `var(--maz-color-${e.color})`), a = f(() => e.error ? "var(--maz-color-danger)" : e.warning ? "var(--maz-color-warning)" : e.success ? "var(--maz-color-success)" : ["black", "transparent", "theme"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`);
251
- function s(o) {
250
+ }), i = f(() => e.color === "theme" ? "var(--maz-color-bg)" : `var(--maz-color-${e.color}-contrast)`), g = f(() => e.color === "theme" ? "var(--maz-color-bg-theme)" : `var(--maz-color-${e.color})`), l = f(() => e.error ? "var(--maz-color-danger)" : e.warning ? "var(--maz-color-warning)" : e.success ? "var(--maz-color-success)" : ["black", "transparent", "theme"].includes(e.color) ? "var(--maz-color-muted)" : `var(--maz-color-${e.color}-alpha)`);
251
+ function n(o) {
252
252
  ["Space"].includes(o.code) && (o.preventDefault(), b(e.value ?? !e.modelValue));
253
253
  }
254
254
  function d(o) {
@@ -256,32 +256,32 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
256
256
  }
257
257
  function b(o) {
258
258
  const r = d(o);
259
- n("update:model-value", r), n("change", r);
259
+ s("update:model-value", r), s("change", r);
260
260
  }
261
- const g = x();
262
- function $(o) {
261
+ const k = A();
262
+ function I(o) {
263
263
  var r;
264
- (r = g.value) == null || r.dispatchEvent(new Event("blur")), n("blur", o);
264
+ (r = k.value) == null || r.dispatchEvent(new Event("blur")), s("blur", o);
265
265
  }
266
- function k(o) {
266
+ function z(o) {
267
267
  var r;
268
- (r = g.value) == null || r.dispatchEvent(new Event("focus")), n("focus", o);
268
+ (r = k.value) == null || r.dispatchEvent(new Event("focus")), s("focus", o);
269
269
  }
270
270
  return (o, r) => (p(), v("label", {
271
- for: S(l),
272
- class: A(["m-checkbox", [{ "--disabled": o.disabled, "--error": o.error, "--warning": o.warning, "--success": o.success }, e.class]]),
271
+ for: S(t),
272
+ class: $(["m-checkbox m-reset-css", [{ "--disabled": o.disabled, "--error": o.error, "--warning": o.warning, "--success": o.success }, e.class]]),
273
273
  tabindex: "0",
274
- style: w([o.style, { "--checkbox-selected-color": y.value, "--checkbox-box-shadow-color": a.value }]),
274
+ style: w([o.style, { "--checkbox-selected-color": g.value, "--checkbox-box-shadow-color": l.value }]),
275
275
  role: "checkbox",
276
276
  "aria-checked": u.value,
277
- onKeydown: s,
278
- onBlur: $,
279
- onFocus: k
277
+ onKeydown: n,
278
+ onBlur: I,
279
+ onFocus: z
280
280
  }, [
281
- m("input", j({
282
- id: S(l),
281
+ m("input", D({
282
+ id: S(t),
283
283
  ref_key: "inputRef",
284
- ref: g,
284
+ ref: k,
285
285
  checked: u.value
286
286
  }, o.$attrs, {
287
287
  tabindex: "-1",
@@ -289,28 +289,28 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
289
289
  name: o.name,
290
290
  type: "checkbox",
291
291
  onChange: r[0] || (r[0] = (N) => {
292
- var M;
293
- return b(o.value ?? ((M = N == null ? void 0 : N.target) == null ? void 0 : M.checked));
292
+ var F;
293
+ return b(o.value ?? ((F = N == null ? void 0 : N.target) == null ? void 0 : F.checked));
294
294
  })
295
- }), null, 16, le),
295
+ }), null, 16, te),
296
296
  m(
297
297
  "span",
298
298
  {
299
- style: w({ width: z.value, height: z.value })
299
+ style: w({ width: y.value, height: y.value })
300
300
  },
301
301
  [
302
302
  V(S(R), {
303
- class: A(["check-icon", h.value]),
303
+ class: $(["check-icon", h.value]),
304
304
  style: w({ color: i.value })
305
305
  }, null, 8, ["class", "style"])
306
306
  ],
307
307
  4
308
308
  /* STYLE */
309
309
  ),
310
- m("div", te, [
310
+ m("div", ae, [
311
311
  C(o.$slots, "default", { value: o.value }, () => [
312
- _(
313
- I(o.label),
312
+ O(
313
+ _(o.label),
314
314
  1
315
315
  /* TEXT */
316
316
  )
@@ -319,31 +319,31 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
319
319
  "span",
320
320
  {
321
321
  key: 0,
322
- class: A(["m-checkbox__hint", {
322
+ class: $(["m-checkbox__hint", {
323
323
  "--error": o.error,
324
324
  "--success": o.success,
325
325
  "--warning": o.warning
326
326
  }]),
327
- style: w({ boxShadow: `0 0 0 0.125rem ${a.value}` })
327
+ style: w({ boxShadow: `0 0 0 0.125rem ${l.value}` })
328
328
  },
329
- I(o.hint),
329
+ _(o.hint),
330
330
  7
331
331
  /* TEXT, CLASS, STYLE */
332
332
  )) : E("v-if", !0)
333
333
  ])
334
- ], 46, ae));
334
+ ], 46, le));
335
335
  }
336
- }), ne = /* @__PURE__ */ D(re, [["__scopeId", "data-v-65d7fb3b"]]), se = { class: "m-checklist maz-flex maz-flex-col maz-gap-4" }, ce = {
336
+ }), se = /* @__PURE__ */ q(re, [["__scopeId", "data-v-66c21eaf"]]), ne = { class: "m-checklist m-reset-css" }, ce = {
337
337
  key: 0,
338
338
  for: "query",
339
- class: "maz-flex maz-items-center maz-justify-between maz-gap-4"
339
+ class: "search-label"
340
340
  }, ue = {
341
341
  key: 0,
342
- class: "maz-flex-none maz-truncate"
342
+ class: "title"
343
343
  }, ie = {
344
344
  key: 0,
345
- class: "maz-flex maz-h-full maz-flex-center"
346
- }, de = { class: "maz-flex maz-h-full maz-flex-col maz-gap-3 maz-flex-center" }, me = { class: "maz-text-muted" }, fe = ["for"], pe = { class: "cap-f" }, be = /* @__PURE__ */ O({
345
+ class: "no-results"
346
+ }, de = { class: "no-results-content" }, me = { class: "no-results-text" }, fe = ["for"], pe = { class: "item-label" }, ve = /* @__PURE__ */ M({
347
347
  __name: "MazChecklist",
348
348
  props: {
349
349
  modelValue: { default: void 0 },
@@ -358,76 +358,76 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
358
358
  color: { default: "primary" }
359
359
  },
360
360
  emits: ["update:query", "update:model-value"],
361
- setup(c, { emit: t }) {
362
- const e = c, n = t, l = B(() => import("./MazInput-BM4n-byz.mjs")), u = B(
361
+ setup(c, { emit: a }) {
362
+ const e = c, s = a, t = B(() => import("./MazInput-BjnuoFvn.mjs")), u = B(
363
363
  () => import("./magnifying-glass--nBiyXot.mjs")
364
- ), z = B(
364
+ ), y = B(
365
365
  () => import("./no-symbol-CIgKzsrB.mjs")
366
- ), h = x(e.query);
366
+ ), h = A(e.query);
367
367
  T(
368
368
  () => e.query,
369
- (a) => {
370
- h.value = a;
369
+ (l) => {
370
+ h.value = l;
371
371
  }
372
372
  );
373
373
  const i = f(() => {
374
- var s;
374
+ var n;
375
375
  if (!h.value)
376
376
  return e.items;
377
- const a = U(h.value, e.searchOptions);
378
- return (s = e.items) == null ? void 0 : s.filter(
379
- ({ label: d }) => U(d, e.searchOptions).includes(a)
377
+ const l = j(h.value, e.searchOptions);
378
+ return (n = e.items) == null ? void 0 : n.filter(
379
+ ({ label: d }) => j(d, e.searchOptions).includes(l)
380
380
  );
381
381
  });
382
- function y(a) {
383
- h.value = a, n("update:query", a);
382
+ function g(l) {
383
+ h.value = l, s("update:query", l);
384
384
  }
385
- return (a, s) => {
386
- var d, b, g, $;
387
- return p(), v("div", se, [
388
- (d = a.search) != null && d.enabled ? (p(), v("label", ce, [
389
- a.$slots.title || a.title ? (p(), v("span", ue, [
390
- C(a.$slots, "title", {}, () => [
391
- _(
392
- I(a.title),
385
+ return (l, n) => {
386
+ var d, b, k, I;
387
+ return p(), v("div", ne, [
388
+ (d = l.search) != null && d.enabled ? (p(), v("label", ce, [
389
+ l.$slots.title || l.title ? (p(), v("span", ue, [
390
+ C(l.$slots, "title", {}, () => [
391
+ O(
392
+ _(l.title),
393
393
  1
394
394
  /* TEXT */
395
395
  )
396
- ])
396
+ ], !0)
397
397
  ])) : E("v-if", !0),
398
- V(S(l), j({
398
+ V(S(t), D({
399
399
  id: "query",
400
400
  "model-value": h.value
401
- }, a.search, {
402
- color: a.color,
403
- "left-icon": a.search.leftIcon ?? S(u),
404
- debounce: a.search.debounce ?? 300,
405
- label: (b = a.search) == null ? void 0 : b.label,
406
- name: ((g = a.search) == null ? void 0 : g.name) ?? "search",
407
- placeholder: ($ = a.search) == null ? void 0 : $.placeholder,
408
- "onUpdate:modelValue": s[0] || (s[0] = (k) => y(k))
401
+ }, l.search, {
402
+ color: l.color,
403
+ "left-icon": l.search.leftIcon ?? S(u),
404
+ debounce: l.search.debounce ?? 300,
405
+ label: (b = l.search) == null ? void 0 : b.label,
406
+ name: ((k = l.search) == null ? void 0 : k.name) ?? "search",
407
+ placeholder: (I = l.search) == null ? void 0 : I.placeholder,
408
+ "onUpdate:modelValue": n[0] || (n[0] = (z) => g(z))
409
409
  }), null, 16, ["model-value", "color", "left-icon", "debounce", "label", "name", "placeholder"])
410
410
  ])) : E("v-if", !0),
411
411
  V(Y, {
412
- color: a.color,
413
- "no-elevation": !a.elevation,
412
+ color: l.color,
413
+ "no-elevation": !l.elevation,
414
414
  padding: !1,
415
- "content-class": "maz-flex maz-flex-col maz-maz-gap-2 maz-overflow-y-auto maz-bg-color maz-px-3 maz-py-2"
415
+ "content-class": "card-content"
416
416
  }, {
417
417
  default: H(() => {
418
- var k;
418
+ var z;
419
419
  return [
420
- ((k = i.value) == null ? void 0 : k.length) === 0 ? (p(), v("div", ie, [
421
- C(a.$slots, "no-results", {}, () => [
420
+ ((z = i.value) == null ? void 0 : z.length) === 0 ? (p(), v("div", ie, [
421
+ C(l.$slots, "no-results", {}, () => [
422
422
  m("div", de, [
423
- V(S(z), { class: "maz-text-3xl maz-text-muted" }),
423
+ V(S(y), { class: "no-results-icon" }),
424
424
  m("span", me, [
425
- C(a.$slots, "no-results-text", {}, () => [
426
- s[2] || (s[2] = _(" No results found "))
427
- ])
425
+ C(l.$slots, "no-results-text", {}, () => [
426
+ n[2] || (n[2] = O(" No results found "))
427
+ ], !0)
428
428
  ])
429
429
  ])
430
- ])
430
+ ], !0)
431
431
  ])) : E("v-if", !0),
432
432
  (p(!0), v(
433
433
  Z,
@@ -435,27 +435,27 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
435
435
  G(i.value, (o) => (p(), v("label", {
436
436
  key: o.value,
437
437
  for: o.value,
438
- class: "m-checklist-item maz-flex maz-w-full maz-cursor-pointer maz-items-center maz-gap-4 maz-rounded maz-px-3 maz-py-2 maz-text-left hover:maz-bg-color-light"
438
+ class: "m-checklist-item m-reset-css"
439
439
  }, [
440
- V(ne, {
440
+ V(se, {
441
441
  id: o.value,
442
442
  "model-value": e.modelValue,
443
443
  value: o.value,
444
- color: a.color,
445
- "onUpdate:modelValue": s[1] || (s[1] = (r) => n("update:model-value", r))
444
+ color: l.color,
445
+ "onUpdate:modelValue": n[1] || (n[1] = (r) => s("update:model-value", r))
446
446
  }, null, 8, ["id", "model-value", "value", "color"]),
447
- C(a.$slots, "item", {
448
- selectedValues: a.modelValue,
447
+ C(l.$slots, "item", {
448
+ selectedValues: l.modelValue,
449
449
  item: o
450
450
  }, () => [
451
451
  m(
452
452
  "span",
453
453
  pe,
454
- I(o.label),
454
+ _(o.label),
455
455
  1
456
456
  /* TEXT */
457
457
  )
458
- ])
458
+ ], !0)
459
459
  ], 8, fe))),
460
460
  128
461
461
  /* KEYED_FRAGMENT */
@@ -468,10 +468,10 @@ const R = { render: L }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Obje
468
468
  ]);
469
469
  };
470
470
  }
471
- });
471
+ }), ye = /* @__PURE__ */ q(ve, [["__scopeId", "data-v-46a35a33"]]);
472
472
  export {
473
- D as _,
474
- be as a,
475
- he as c,
473
+ ye as M,
474
+ q as _,
475
+ be as c,
476
476
  ee as u
477
477
  };