maz-ui 3.47.2-beta.24 → 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 (246) 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-BS2kvd1Z.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-B5o15XDU.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-CVo6Lqqe.mjs → MazDialog-BjQ3ivmv.mjs} +17 -17
  127. package/components/chunks/{MazDialogPromise-CpVRFbno.mjs → MazDialogPromise-Bg3ZOsEI.mjs} +4 -4
  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-CQd2Upkc.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-B5JChIrj.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-BIPm54-3.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-BBZoDxwq.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-BVWOyFm-.mjs → modules/chunks/MazBtn-Z86MClP9.mjs} +4 -4
  195. package/modules/chunks/{MazIcon-yWU14J0C.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-5S6Sn-lq.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-2pl8TbAm.mjs → index-YwIF5a3Q.mjs} +19 -18
  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-C60T0UDa.mjs +0 -103
  214. package/components/chunks/MazBtn-C6zsmGnw.mjs +0 -103
  215. package/components/chunks/MazBtn-CC9H3U2X.mjs +0 -103
  216. package/components/chunks/MazBtn-D-lSRE8n.mjs +0 -103
  217. package/components/chunks/MazBtn-D1jMqwE1.mjs +0 -103
  218. package/components/chunks/MazBtn-DAXwt847.mjs +0 -103
  219. package/components/chunks/MazBtn-DOWVQgpN.mjs +0 -103
  220. package/components/chunks/MazBtn-DZaVjTvW.mjs +0 -103
  221. package/components/chunks/MazIcon-BoTByt7n.mjs +0 -4
  222. package/components/chunks/MazSpinner-BlbTztM3.mjs +0 -34
  223. package/components/chunks/MazSpinner-Bn4pnCJx.mjs +0 -34
  224. package/components/chunks/MazSpinner-C-ln9ldX.mjs +0 -34
  225. package/components/chunks/MazSpinner-C11EOZZd.mjs +0 -34
  226. package/components/chunks/MazSpinner-C6h03sqc.mjs +0 -34
  227. package/components/chunks/MazSpinner-CCc9ajpj.mjs +0 -34
  228. package/components/chunks/MazSpinner-CgKOIkQQ.mjs +0 -34
  229. package/components/chunks/MazSpinner-Cp_nPioh.mjs +0 -34
  230. package/components/chunks/MazSpinner-CwdlrYSt.mjs +0 -34
  231. package/components/chunks/MazSpinner-DOPjHhPx.mjs +0 -34
  232. package/components/chunks/MazSpinner-DjM6ktPY.mjs +0 -34
  233. package/components/chunks/MazSpinner-DjUU4G1h.mjs +0 -34
  234. package/components/chunks/MazSpinner-DqD51Fb6.mjs +0 -34
  235. package/components/chunks/MazSpinner-Du5o8JC_.mjs +0 -38
  236. package/components/chunks/MazSpinner-QfPXLpa_.mjs +0 -34
  237. package/components/chunks/MazSpinner-XB6tX3Ld.mjs +0 -34
  238. package/components/chunks/MazSpinner-ZFhNCy24.mjs +0 -34
  239. package/components/chunks/MazSpinner-b90e3OQK.mjs +0 -34
  240. package/components/chunks/MazSpinner-f6pBzqbu.mjs +0 -34
  241. package/components/chunks/MazTableRow-CDHpmXfw.mjs +0 -30
  242. package/modules/chunks/MazBtn-BB46O5je.mjs +0 -103
  243. package/modules/chunks/MazBtn-CZT-LQS2.cjs +0 -1
  244. package/modules/chunks/MazSpinner-C2h_t5PV.mjs +0 -34
  245. package/modules/chunks/MazSpinner-D8KHXwFm.cjs +0 -1
  246. package/modules/chunks/index-DwaxfXYQ.cjs +0 -124
@@ -1,24 +1,24 @@
1
- import { defineComponent as n, computed as t, openBlock as i, createElementBlock as c, normalizeStyle as m, createElementVNode as d } from "vue";
2
- import { _ as p } from "./MazTable-BU3Hluiu.mjs";
3
- import '../assets/MazLoadingBar.css';const s = /* @__PURE__ */ n({
1
+ import { defineComponent as t, computed as n, openBlock as c, createElementBlock as i, normalizeStyle as m, createElementVNode as s } from "vue";
2
+ import { _ as p } from "./MazTable-Soe-MrTW.mjs";
3
+ import '../assets/MazLoadingBar.css';const d = /* @__PURE__ */ t({
4
4
  __name: "MazLoadingBar",
5
5
  props: {
6
6
  color: { default: "primary" },
7
7
  height: { default: "0.125rem" }
8
8
  },
9
9
  setup(e) {
10
- const a = e, o = t(() => ({
10
+ const a = e, o = n(() => ({
11
11
  alpha: `var(--maz-color-${a.color}-alpha-20)`,
12
12
  main: `var(--maz-color-${a.color})`
13
13
  }));
14
- return (l, r) => (i(), c(
14
+ return (l, r) => (c(), i(
15
15
  "div",
16
16
  {
17
- class: "m-loading-bar",
17
+ class: "m-loading-bar m-reset-css",
18
18
  style: m([{ "--loading-bar-height": l.height, "--loading-bar-color": o.value.alpha, "--loading-bar-main-color": o.value.main }])
19
19
  },
20
20
  r[0] || (r[0] = [
21
- d(
21
+ s(
22
22
  "div",
23
23
  null,
24
24
  null,
@@ -30,7 +30,7 @@ import '../assets/MazLoadingBar.css';const s = /* @__PURE__ */ n({
30
30
  /* STYLE */
31
31
  ));
32
32
  }
33
- }), f = /* @__PURE__ */ p(s, [["__scopeId", "data-v-ada02d7b"]]);
33
+ }), f = /* @__PURE__ */ p(d, [["__scopeId", "data-v-189c6085"]]);
34
34
  export {
35
35
  f as default
36
36
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as L, defineAsyncComponent as N, useAttrs as H, computed as s, openBlock as n, createBlock as p, resolveDynamicComponent as O, normalizeClass as b, normalizeStyle as J, withCtx as k, renderSlot as v, unref as g, createCommentVNode as I, createElementBlock as A, createVNode as d, createElementVNode as u, mergeProps as $, createTextVNode as V, toDisplayString as R, Fragment as K, renderList as Q } from "vue";
1
+ import { defineComponent as L, defineAsyncComponent as N, useAttrs as H, computed as s, openBlock as n, createBlock as p, resolveDynamicComponent as O, normalizeClass as z, normalizeStyle as J, withCtx as k, renderSlot as v, unref as g, createCommentVNode as I, createElementBlock as A, createVNode as d, createElementVNode as u, mergeProps as $, createTextVNode as V, toDisplayString as R, Fragment as K, renderList as Q } from "vue";
2
2
  import '../assets/MazPagination.css';const W = {
3
3
  key: 0,
4
4
  class: "m-btn-loader-container"
@@ -27,17 +27,17 @@ import '../assets/MazPagination.css';const W = {
27
27
  justify: { default: "center" }
28
28
  },
29
29
  setup(y) {
30
- const t = y, e = N(() => import("./MazSpinner-DjUU4G1h.mjs")), c = N(() => import("./MazIcon-_hN-Kivn.mjs")), { href: P, to: E } = H(), C = s(() => P ? "a" : E ? "router-link" : "button"), D = s(() => t.pastel ? `--${t.color}-pastel` : t.outline ? `--${t.color}-outline` : `--${t.color}`), i = s(
31
- () => (t.loading || t.disabled) && C.value === "button"
32
- ), f = s(() => i.value ? "--cursor-default" : "--cursor-pointer"), z = s(() => `--is-${t.variant}`), S = s(() => t.loading && t.variant === "button"), F = s(() => C.value === "button" ? t.type : void 0), m = s(() => t.size === "xl" ? "maz-text-3xl" : t.size === "lg" ? "maz-text-2xl" : t.size === "md" ? "maz-text-xl" : t.size === "sm" ? "maz-text-lg" : t.size === "xs" ? "maz-text-base" : t.size === "mini" ? "maz-text-sm" : "maz-text-xl");
30
+ const o = y, e = N(() => import("./MazSpinner-Bb1BgWPD.mjs")), c = N(() => import("./MazIcon-Cq1v4J3r.mjs")), { href: P, to: E } = H(), C = s(() => P ? "a" : E ? "router-link" : "button"), D = s(() => o.pastel ? `--${o.color}-pastel` : o.outline ? `--${o.color}-outline` : `--${o.color}`), i = s(
31
+ () => (o.loading || o.disabled) && C.value === "button"
32
+ ), f = s(() => i.value ? "--cursor-default" : "--cursor-pointer"), b = s(() => `--is-${o.variant}`), S = s(() => o.loading && o.variant === "button"), F = s(() => C.value === "button" ? o.type : void 0), m = s(() => o.size === "xl" ? "maz-text-3xl" : o.size === "lg" ? "maz-text-2xl" : o.size === "md" ? "maz-text-xl" : o.size === "sm" ? "maz-text-lg" : o.size === "xs" ? "maz-text-base" : o.size === "mini" ? "maz-text-sm" : "maz-text-xl");
33
33
  return (a, j) => (n(), p(O(C.value), {
34
34
  disabled: i.value || void 0,
35
- class: b(["m-btn", [
35
+ class: z(["m-btn m-reset-css", [
36
36
  `--${a.size}`,
37
37
  !a.fab && !a.rounded && a.roundedSize && `--rounded-${a.roundedSize}`,
38
38
  D.value,
39
39
  f.value,
40
- z.value,
40
+ b.value,
41
41
  {
42
42
  "--block": a.block,
43
43
  "--no-underline": a.noUnderline,
@@ -58,20 +58,20 @@ import '../assets/MazPagination.css';const W = {
58
58
  typeof a.leftIcon == "string" ? (n(), p(g(c), {
59
59
  key: 0,
60
60
  name: a.leftIcon,
61
- class: b([m.value])
61
+ class: z([m.value])
62
62
  }, null, 8, ["name", "class"])) : a.leftIcon ? (n(), p(O(a.leftIcon), {
63
63
  key: 1,
64
- class: b([m.value])
64
+ class: z([m.value])
65
65
  }, null, 8, ["class"])) : I("v-if", !0)
66
66
  ], !0),
67
67
  v(a.$slots, "icon", {}, () => [
68
68
  typeof a.icon == "string" ? (n(), p(g(c), {
69
69
  key: 0,
70
70
  name: a.icon,
71
- class: b([m.value])
71
+ class: z([m.value])
72
72
  }, null, 8, ["name", "class"])) : a.icon ? (n(), p(O(a.icon), {
73
73
  key: 1,
74
- class: b([m.value])
74
+ class: z([m.value])
75
75
  }, null, 8, ["class"])) : I("v-if", !0)
76
76
  ], !0),
77
77
  v(a.$slots, "default", {}, void 0, !0),
@@ -79,10 +79,10 @@ import '../assets/MazPagination.css';const W = {
79
79
  typeof a.rightIcon == "string" ? (n(), p(g(c), {
80
80
  key: 0,
81
81
  name: a.rightIcon,
82
- class: b([m.value])
82
+ class: z([m.value])
83
83
  }, null, 8, ["name", "class"])) : a.rightIcon ? (n(), p(O(a.rightIcon), {
84
84
  key: 1,
85
- class: b([m.value])
85
+ class: z([m.value])
86
86
  }, null, 8, ["class"])) : I("v-if", !0)
87
87
  ], !0),
88
88
  S.value ? (n(), A("div", W, [
@@ -96,16 +96,16 @@ import '../assets/MazPagination.css';const W = {
96
96
  /* FORWARDED */
97
97
  }, 8, ["disabled", "class", "style", "type"]));
98
98
  }
99
- }), T = (y, t) => {
99
+ }), T = (y, o) => {
100
100
  const e = y.__vccOpts || y;
101
- for (const [c, P] of t)
101
+ for (const [c, P] of o)
102
102
  e[c] = P;
103
103
  return e;
104
- }, h = /* @__PURE__ */ T(X, [["__scopeId", "data-v-bee684ff"]]), Y = {
105
- class: "m-pagination",
104
+ }, h = /* @__PURE__ */ T(X, [["__scopeId", "data-v-cac550b2"]]), Y = {
105
+ class: "m-pagination m-reset-css",
106
106
  role: "navigation",
107
107
  "aria-label": "page navigation"
108
- }, Z = { class: "maz-sr-only" }, _ = { class: "maz-sr-only" }, x = ["id"], ee = { class: "maz-sr-only" }, ae = { class: "maz-sr-only" }, le = { class: "maz-sr-only" }, oe = /* @__PURE__ */ L({
108
+ }, Z = { class: "maz-sr-only" }, _ = { class: "maz-sr-only" }, x = ["id"], ee = { class: "maz-sr-only" }, ae = { class: "maz-sr-only" }, le = { class: "maz-sr-only" }, te = /* @__PURE__ */ L({
109
109
  __name: "MazPagination",
110
110
  props: {
111
111
  modelValue: { default: 1 },
@@ -118,8 +118,8 @@ import '../assets/MazPagination.css';const W = {
118
118
  loading: { type: Boolean }
119
119
  },
120
120
  emits: ["update:model-value"],
121
- setup(y, { emit: t }) {
122
- const e = y, c = t, P = N(() => import("./chevron-left-BqVOLRdC.mjs")), E = N(() => import("./chevron-double-left-D4-NpyrF.mjs")), C = N(() => import("./ellipsis-horizontal-6n158ATI.mjs")), D = {
121
+ setup(y, { emit: o }) {
122
+ const e = y, c = o, P = N(() => import("./chevron-left-BqVOLRdC.mjs")), E = N(() => import("./chevron-double-left-D4-NpyrF.mjs")), C = N(() => import("./ellipsis-horizontal-6n158ATI.mjs")), D = {
123
123
  size: "md",
124
124
  color: "theme",
125
125
  outline: !0,
@@ -128,15 +128,15 @@ import '../assets/MazPagination.css';const W = {
128
128
  }, i = s(() => ({
129
129
  ...D,
130
130
  ...e.buttonProps
131
- })), f = s(() => e.modelValue > 1 ? e.modelValue - 1 : 1), z = s(
131
+ })), f = s(() => e.modelValue > 1 ? e.modelValue - 1 : 1), b = s(
132
132
  () => e.modelValue < e.totalPages ? e.modelValue + 1 : e.totalPages
133
133
  ), S = s(
134
134
  () => Array.from({ length: e.totalPages }, (l, r) => {
135
- const o = r + 1;
135
+ const t = r + 1;
136
136
  return {
137
- number: o,
138
- isActive: o === e.modelValue,
139
- loading: o === e.modelValue && e.loading
137
+ number: t,
138
+ isActive: t === e.modelValue,
139
+ loading: t === e.modelValue && e.loading
140
140
  };
141
141
  })
142
142
  ), F = s(
@@ -168,7 +168,7 @@ import '../assets/MazPagination.css';const W = {
168
168
  "aria-setsize": l.resultsSize ?? void 0,
169
169
  "aria-posinset": "1",
170
170
  size: l.size,
171
- onClick: r[0] || (r[0] = (o) => B(1))
171
+ onClick: r[0] || (r[0] = (t) => B(1))
172
172
  }), {
173
173
  default: k(() => [
174
174
  u("span", Z, [
@@ -189,7 +189,7 @@ import '../assets/MazPagination.css';const W = {
189
189
  "aria-setsize": l.resultsSize ?? void 0,
190
190
  "aria-posinset": f.value,
191
191
  size: l.size,
192
- onClick: r[1] || (r[1] = (o) => B(f.value))
192
+ onClick: r[1] || (r[1] = (t) => B(f.value))
193
193
  }), {
194
194
  default: k(() => [
195
195
  u("span", _, [
@@ -210,48 +210,48 @@ import '../assets/MazPagination.css';const W = {
210
210
  (n(!0), A(
211
211
  K,
212
212
  null,
213
- Q(G.value, (o, M) => (n(), A("li", {
214
- id: "number" in o ? `button-${M}-${o.number}` : `ellipsis-${M}`,
215
- key: "number" in o ? `button-${M}-${o.number}` : `ellipsis-${M}`
213
+ Q(G.value, (t, M) => (n(), A("li", {
214
+ id: "number" in t ? `button-${M}-${t.number}` : `ellipsis-${M}`,
215
+ key: "number" in t ? `button-${M}-${t.number}` : `ellipsis-${M}`
216
216
  }, [
217
- "number" in o ? (n(), p(h, $({
217
+ "number" in t ? (n(), p(h, $({
218
218
  key: 0,
219
219
  ref_for: !0
220
220
  }, {
221
221
  ...i.value,
222
- color: o.isActive ? l.activeColor : i.value.color,
223
- outline: o.isActive ? !1 : i.value.outline
222
+ color: t.isActive ? l.activeColor : i.value.color,
223
+ outline: t.isActive ? !1 : i.value.outline
224
224
  }, {
225
225
  size: l.size,
226
- "aria-label": `Page ${o.number}`,
227
- "aria-current": o.isActive ? "true" : "false",
226
+ "aria-label": `Page ${t.number}`,
227
+ "aria-current": t.isActive ? "true" : "false",
228
228
  "aria-setsize": l.resultsSize ?? void 0,
229
- loading: o.loading,
230
- "aria-posinset": o.number,
231
- class: { active: o.isActive },
232
- onClick: (te) => o.isActive ? void 0 : B(o.number)
229
+ loading: t.loading,
230
+ "aria-posinset": t.number,
231
+ class: { active: t.isActive },
232
+ onClick: (oe) => t.isActive ? void 0 : B(t.number)
233
233
  }), {
234
234
  default: k(() => [
235
235
  u("span", ee, [
236
236
  v(l.$slots, "page-sr", {
237
- page: o.number
237
+ page: t.number
238
238
  }, () => [
239
239
  V(
240
- "Page " + R(o.number),
240
+ "Page " + R(t.number),
241
241
  1
242
242
  /* TEXT */
243
243
  )
244
244
  ], !0)
245
245
  ]),
246
246
  V(
247
- " " + R(o.number),
247
+ " " + R(t.number),
248
248
  1
249
249
  /* TEXT */
250
250
  )
251
251
  ]),
252
252
  _: 2
253
253
  /* DYNAMIC */
254
- }, 1040, ["size", "aria-label", "aria-current", "aria-setsize", "loading", "aria-posinset", "class", "onClick"])) : o.divider ? (n(), A(
254
+ }, 1040, ["size", "aria-label", "aria-current", "aria-setsize", "loading", "aria-posinset", "class", "onClick"])) : t.divider ? (n(), A(
255
255
  "div",
256
256
  $({
257
257
  key: 1,
@@ -270,17 +270,17 @@ import '../assets/MazPagination.css';const W = {
270
270
  u("li", null, [
271
271
  d(h, $(i.value, {
272
272
  disabled: l.modelValue === l.totalPages,
273
- "aria-label": `Next Page, Page ${z.value}`,
273
+ "aria-label": `Next Page, Page ${b.value}`,
274
274
  "aria-setsize": l.resultsSize ?? void 0,
275
- "aria-posinset": z.value,
275
+ "aria-posinset": b.value,
276
276
  size: l.size,
277
- onClick: r[2] || (r[2] = (o) => B(z.value))
277
+ onClick: r[2] || (r[2] = (t) => B(b.value))
278
278
  }), {
279
279
  default: k(() => [
280
280
  u("span", ae, [
281
- v(l.$slots, "next-page-sr", { page: z.value }, () => [
281
+ v(l.$slots, "next-page-sr", { page: b.value }, () => [
282
282
  V(
283
- "Next Page, page " + R(z.value),
283
+ "Next Page, page " + R(b.value),
284
284
  1
285
285
  /* TEXT */
286
286
  )
@@ -299,7 +299,7 @@ import '../assets/MazPagination.css';const W = {
299
299
  "aria-setsize": l.resultsSize ?? void 0,
300
300
  "aria-posinset": l.totalPages,
301
301
  size: l.size,
302
- onClick: r[3] || (r[3] = (o) => B(l.totalPages))
302
+ onClick: r[3] || (r[3] = (t) => B(l.totalPages))
303
303
  }), {
304
304
  default: k(() => [
305
305
  u("span", le, [
@@ -320,7 +320,7 @@ import '../assets/MazPagination.css';const W = {
320
320
  ])
321
321
  ]));
322
322
  }
323
- }), ne = /* @__PURE__ */ T(oe, [["__scopeId", "data-v-a2c01089"]]);
323
+ }), ne = /* @__PURE__ */ T(te, [["__scopeId", "data-v-77c62b42"]]);
324
324
  export {
325
325
  ne as M,
326
326
  T as _
@@ -224,14 +224,14 @@ const yo = {
224
224
  },
225
225
  emits: ["intersecting", "loading", "loaded", "error"],
226
226
  setup(a) {
227
- const e = a, t = R(() => import("./MazSpinner-DOPjHhPx.mjs")), o = v(() => e.image || e.src), i = v(() => {
227
+ const e = a, t = R(() => import("./MazSpinner-BtDo7ZEC.mjs")), o = v(() => e.image || e.src), i = v(() => {
228
228
  var r;
229
229
  return typeof o.value == "string" ? [{ srcset: o.value }] : (r = o.value) == null ? void 0 : r.sources;
230
230
  });
231
231
  return (r, g) => Ie((b(), S(
232
232
  "picture",
233
233
  {
234
- class: O(["m-lazy-img-component", [{ "--use-loader": !r.noLoader, "--height-full": r.imageHeightFull, "--block": r.block }, e.class]]),
234
+ class: O(["m-lazy-img-component m-reset-css", [{ "--use-loader": !r.noLoader, "--height-full": r.imageHeightFull, "--block": r.block }, e.class]]),
235
235
  style: x(r.style)
236
236
  },
237
237
  [
@@ -278,7 +278,7 @@ const yo = {
278
278
  for (const [o, i] of e)
279
279
  t[o] = i;
280
280
  return t;
281
- }, Ee = /* @__PURE__ */ ne(zo, [["__scopeId", "data-v-83e40430"]]), Io = {
281
+ }, Ee = /* @__PURE__ */ ne(zo, [["__scopeId", "data-v-16d47574"]]), Io = {
282
282
  removeAccents: !0,
283
283
  caseSensitive: !1,
284
284
  replaceSpaces: !0,
@@ -473,7 +473,7 @@ const Lo = ["for"], Eo = {
473
473
  },
474
474
  emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
475
475
  setup(a, { emit: e }) {
476
- const t = a, o = e, i = R(() => import("./MazBtn-CC9H3U2X.mjs")), r = R(() => import("./MazIcon-BSUswKRF.mjs")), g = R(() => import("./eye-slash-BoO00xzs.mjs")), y = R(() => import("./eye-f8zAUc30.mjs")), L = R(() => import("./check-C9Q_W85g.mjs")), C = k(!1), h = k(!1), T = k(), c = we({
476
+ const t = a, o = e, i = R(() => import("./MazBtn-iYAY4cer.mjs")), r = R(() => import("./MazIcon-DR6-win-.mjs")), g = R(() => import("./eye-slash-BoO00xzs.mjs")), y = R(() => import("./eye-f8zAUc30.mjs")), L = R(() => import("./check-C9Q_W85g.mjs")), C = k(!1), h = k(!1), T = k(), c = we({
477
477
  componentName: "MazInput",
478
478
  providedId: t.id
479
479
  });
@@ -574,7 +574,7 @@ const Lo = ["for"], Eo = {
574
574
  q(
575
575
  "div",
576
576
  {
577
- class: O(["m-input-wrapper", [
577
+ class: O(["m-input-wrapper m-reset-css", [
578
578
  s.inputClasses,
579
579
  p.value,
580
580
  s.roundedSize ? `--rounded-${s.roundedSize}` : { "maz-rounded": !s.noRadius },
@@ -725,7 +725,7 @@ const Lo = ["for"], Eo = {
725
725
  /* CLASS, STYLE */
726
726
  ));
727
727
  }
728
- }), ze = /* @__PURE__ */ ne(Mo, [["__scopeId", "data-v-1443c13f"]]), Fo = ["aria-label"], No = { class: "m-select-list__no-results" }, Ko = {
728
+ }), ze = /* @__PURE__ */ ne(Mo, [["__scopeId", "data-v-04e832e5"]]), Fo = ["aria-label"], No = { class: "m-select-list__no-results" }, Ko = {
729
729
  key: 2,
730
730
  class: "m-select-list__scroll-wrapper",
731
731
  tabindex: "-1"
@@ -762,7 +762,7 @@ const Lo = ["for"], Eo = {
762
762
  },
763
763
  emits: ["close", "open", "blur", "focus", "change", "input", "update:model-value", "selected-option"],
764
764
  setup(a, { expose: e, emit: t }) {
765
- const o = a, i = t, r = R(() => import("./MazCheckbox-CbfTOJdy.mjs")), g = R(() => import("./magnifying-glass--nBiyXot.mjs")), y = R(() => import("./chevron-down-BkvtON3b.mjs")), L = R(() => import("./no-symbol-CIgKzsrB.mjs"));
765
+ const o = a, i = t, r = R(() => import("./MazCheckbox-C1nh-xQt.mjs")), g = R(() => import("./magnifying-glass--nBiyXot.mjs")), y = R(() => import("./chevron-down-BkvtON3b.mjs")), L = R(() => import("./no-symbol-CIgKzsrB.mjs"));
766
766
  e({
767
767
  /** Method to open the option list */
768
768
  openList: re,
@@ -958,7 +958,7 @@ const Lo = ["for"], Eo = {
958
958
  {
959
959
  ref_key: "mazSelectElement",
960
960
  ref: H,
961
- class: O(["m-select", [
961
+ class: O(["m-select m-reset-css", [
962
962
  { "--is-open": p.value, "--disabled": l.disabled, "--block": l.block },
963
963
  o.class,
964
964
  `--${l.size}`
@@ -1127,7 +1127,7 @@ const Lo = ["for"], Eo = {
1127
1127
  }]
1128
1128
  ]);
1129
1129
  }
1130
- }), Ro = /* @__PURE__ */ ne(Do, [["__scopeId", "data-v-07cbef8c"]]);
1130
+ }), Ro = /* @__PURE__ */ ne(Do, [["__scopeId", "data-v-0050f306"]]);
1131
1131
  function He() {
1132
1132
  if (typeof window > "u")
1133
1133
  return;
@@ -1732,7 +1732,7 @@ const at = /* @__PURE__ */ se({
1732
1732
  return b(), S(
1733
1733
  "div",
1734
1734
  {
1735
- class: O(["m-phone-number-input", [t.class, { "--block": n.block }, n.orientation ? `--${n.orientation}` : void 0]]),
1735
+ class: O(["m-phone-number-input m-reset-css", [t.class, { "--block": n.block }, n.orientation ? `--${n.orientation}` : void 0]]),
1736
1736
  style: x(n.style)
1737
1737
  },
1738
1738
  [
@@ -1804,7 +1804,7 @@ const at = /* @__PURE__ */ se({
1804
1804
  );
1805
1805
  };
1806
1806
  }
1807
- }), dt = /* @__PURE__ */ ne(nt, [["__scopeId", "data-v-a7477624"]]);
1807
+ }), dt = /* @__PURE__ */ ne(nt, [["__scopeId", "data-v-de601957"]]);
1808
1808
  export {
1809
1809
  dt as M,
1810
1810
  ne as _,
@@ -563,7 +563,7 @@ const wt = ["for"], $t = {
563
563
  },
564
564
  emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
565
565
  setup(t, { emit: r }) {
566
- const e = t, s = r, c = ue(() => Promise.resolve().then(() => Nt)), Y = ue(() => import("./MazIcon-_hN-Kivn.mjs")), k = ue(() => import("./eye-slash-BoO00xzs.mjs")), D = ue(() => import("./eye-f8zAUc30.mjs")), S = ue(() => import("./check-BmubdHc_.mjs")), $ = X(!1), h = X(!1), T = X(), P = Je({
566
+ const e = t, s = r, c = ue(() => Promise.resolve().then(() => Nt)), Y = ue(() => import("./MazIcon-Cq1v4J3r.mjs")), k = ue(() => import("./eye-slash-BoO00xzs.mjs")), D = ue(() => import("./eye-f8zAUc30.mjs")), S = ue(() => import("./check-BmubdHc_.mjs")), $ = X(!1), h = X(!1), T = X(), P = Je({
567
567
  componentName: "MazInput",
568
568
  providedId: e.id
569
569
  });
@@ -664,7 +664,7 @@ const wt = ["for"], $t = {
664
664
  te(
665
665
  "div",
666
666
  {
667
- class: Z(["m-input-wrapper", [
667
+ class: Z(["m-input-wrapper m-reset-css", [
668
668
  a.inputClasses,
669
669
  F.value,
670
670
  a.roundedSize ? `--rounded-${a.roundedSize}` : { "maz-rounded": !a.noRadius },
@@ -820,7 +820,7 @@ const wt = ["for"], $t = {
820
820
  for (const [s, c] of r)
821
821
  e[s] = c;
822
822
  return e;
823
- }, Yt = /* @__PURE__ */ le(Vt, [["__scopeId", "data-v-1443c13f"]]);
823
+ }, Yt = /* @__PURE__ */ le(Vt, [["__scopeId", "data-v-04e832e5"]]);
824
824
  var et = { exports: {} };
825
825
  (function(t, r) {
826
826
  (function(e, s) {
@@ -1001,12 +1001,12 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ ie({
1001
1001
  justify: { default: "center" }
1002
1002
  },
1003
1003
  setup(t) {
1004
- const r = t, e = ue(() => import("./MazSpinner-CwdlrYSt.mjs")), s = ue(() => import("./MazIcon-_hN-Kivn.mjs")), { href: c, to: Y } = it(), k = p(() => c ? "a" : Y ? "router-link" : "button"), D = p(() => r.pastel ? `--${r.color}-pastel` : r.outline ? `--${r.color}-outline` : `--${r.color}`), S = p(
1004
+ const r = t, e = ue(() => import("./MazSpinner-Bb4B4Nz8.mjs")), s = ue(() => import("./MazIcon-Cq1v4J3r.mjs")), { href: c, to: Y } = it(), k = p(() => c ? "a" : Y ? "router-link" : "button"), D = p(() => r.pastel ? `--${r.color}-pastel` : r.outline ? `--${r.color}-outline` : `--${r.color}`), S = p(
1005
1005
  () => (r.loading || r.disabled) && k.value === "button"
1006
1006
  ), $ = p(() => S.value ? "--cursor-default" : "--cursor-pointer"), h = p(() => `--is-${r.variant}`), T = p(() => r.loading && r.variant === "button"), P = p(() => k.value === "button" ? r.type : void 0), B = p(() => r.size === "xl" ? "maz-text-3xl" : r.size === "lg" ? "maz-text-2xl" : r.size === "md" ? "maz-text-xl" : r.size === "sm" ? "maz-text-lg" : r.size === "xs" ? "maz-text-base" : r.size === "mini" ? "maz-text-sm" : "maz-text-xl");
1007
1007
  return (b, F) => (g(), U(ke(k.value), {
1008
1008
  disabled: S.value || void 0,
1009
- class: Z(["m-btn", [
1009
+ class: Z(["m-btn m-reset-css", [
1010
1010
  `--${b.size}`,
1011
1011
  !b.fab && !b.rounded && b.roundedSize && `--rounded-${b.roundedSize}`,
1012
1012
  D.value,
@@ -1070,7 +1070,7 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ ie({
1070
1070
  /* FORWARDED */
1071
1071
  }, 8, ["disabled", "class", "style", "type"]));
1072
1072
  }
1073
- }), pe = /* @__PURE__ */ le(Ft, [["__scopeId", "data-v-bee684ff"]]), Nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1073
+ }), pe = /* @__PURE__ */ le(Ft, [["__scopeId", "data-v-cac550b2"]]), Nt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1074
1074
  __proto__: null,
1075
1075
  default: pe
1076
1076
  }, Symbol.toStringTag, { value: "Module" })), Zt = /* @__PURE__ */ ie({
@@ -1488,7 +1488,7 @@ const xe = { render: Kt }, _t = { class: "m-picker-calendar-switcher" }, ea = /*
1488
1488
  },
1489
1489
  emits: ["update:model-value", "update:calendar-date"],
1490
1490
  setup(t, { emit: r }) {
1491
- const e = t, s = r, c = ue(() => import("./MazPickerMonthSwitcher-CEVb4BXw.mjs")), Y = ue(() => import("./MazPickerYearSwitcher-DC1lFIbp.mjs")), k = ue(() => import("./MazPickerShortcuts-DayGMC9m.mjs")), D = X(), S = p(() => e.modelValue && typeof e.modelValue == "object"), $ = p(
1491
+ const e = t, s = r, c = ue(() => import("./MazPickerMonthSwitcher-DW2WfonJ.mjs")), Y = ue(() => import("./MazPickerYearSwitcher-aHvmQBF1.mjs")), k = ue(() => import("./MazPickerShortcuts-fw4-dWSv.mjs")), D = X(), S = p(() => e.modelValue && typeof e.modelValue == "object"), $ = p(
1492
1492
  () => !e.noShortcuts && e.shortcuts.length > 0 && S.value
1493
1493
  ), h = X(!1), T = X(!1), P = p({
1494
1494
  get: () => e.modelValue,
@@ -2383,7 +2383,7 @@ const xe = { render: Kt }, _t = { class: "m-picker-calendar-switcher" }, ea = /*
2383
2383
  {
2384
2384
  ref_key: "MazPicker",
2385
2385
  ref: S,
2386
- class: Z(["m-picker", [
2386
+ class: Z(["m-picker m-reset-css", [
2387
2387
  `m-picker--${n.color}`,
2388
2388
  `m-picker--${v.value.vertical}`,
2389
2389
  `m-picker--${v.value.horizontal}`,
@@ -2473,7 +2473,7 @@ const xe = { render: Kt }, _t = { class: "m-picker-calendar-switcher" }, ea = /*
2473
2473
  [J(pt), C]
2474
2474
  ]);
2475
2475
  }
2476
- }), ba = /* @__PURE__ */ le(ha, [["__scopeId", "data-v-5d6f0436"]]);
2476
+ }), ba = /* @__PURE__ */ le(ha, [["__scopeId", "data-v-6984a661"]]);
2477
2477
  export {
2478
2478
  xe as C,
2479
2479
  pe as M,
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as g, computed as M, openBlock as l, createElementBlock as d, createElementVNode as m, createVNode as u, withModifiers as h, withCtx as p, unref as n, normalizeClass as f, Fragment as v, renderList as w, createBlock as x, createTextVNode as D, toDisplayString as S } from "vue";
2
- import { d as C, c as s, a as c, M as k, i as z, _ as B } from "./MazPicker-BljfUneI.mjs";
2
+ import { d as C, c as s, a as c, M as k, i as z, _ as B } from "./MazPicker-BUXJof_-.mjs";
3
3
  import { X as q } from "./x-mark-wyoa-ywi.mjs";
4
4
  import '../assets/MazPickerMonthSwitcher.css';const $ = { class: "maz-picker-month-switcher" }, N = { class: "maz-picker-month-switcher__header" }, V = /* @__PURE__ */ g({
5
5
  __name: "MazPickerMonthSwitcher",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as h, ref as f, watch as n, openBlock as l, createElementBlock as d, Fragment as v, renderList as y, createBlock as _, normalizeClass as k, withModifiers as S, withCtx as b, createTextVNode as z, toDisplayString as B } from "vue";
2
- import { M as g, _ as x } from "./MazPicker-BljfUneI.mjs";
2
+ import { M as g, _ as x } from "./MazPicker-BUXJof_-.mjs";
3
3
  import '../assets/MazPickerShortcuts.css';const C = { class: "maz-picker-shortcuts" }, M = /* @__PURE__ */ h({
4
4
  __name: "MazPickerShortcuts",
5
5
  props: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as C, ref as b, computed as w, openBlock as u, createElementBlock as _, createElementVNode as m, createVNode as s, withModifiers as l, withCtx as i, unref as o, Fragment as D, renderList as S, createBlock as Y, normalizeClass as M, createTextVNode as B, toDisplayString as q } from "vue";
2
- import { d as c, a as I, M as d, C as y, i as z, _ as N } from "./MazPicker-BljfUneI.mjs";
2
+ import { d as c, a as I, M as d, C as y, i as z, _ as N } from "./MazPicker-BUXJof_-.mjs";
3
3
  import { X as V } from "./x-mark-wyoa-ywi.mjs";
4
4
  import '../assets/MazPickerYearSwitcher.css';const E = { class: "maz-picker-year-switcher" }, L = { class: "maz-picker-year-switcher__header" }, P = { class: "maz-flex maz-space-x-2" }, T = { class: "maz-picker-year-switcher__main" }, X = /* @__PURE__ */ C({
5
5
  __name: "MazPickerYearSwitcher",
@@ -31,7 +31,7 @@ const I = {
31
31
  },
32
32
  emits: ["loaded", "start", "error", "finish", "response"],
33
33
  setup(r, { emit: u }) {
34
- const a = r, s = u, m = $(() => import("./MazSpinner-XB6tX3Ld.mjs")), l = y(
34
+ const a = r, s = u, m = $(() => import("./MazSpinner-Cq0S_tbE.mjs")), l = y(
35
35
  () => a.disabled || a.action === void 0 || a.standaloneMode && k() && !H()
36
36
  ), h = b({
37
37
  top: 0,
@@ -118,7 +118,7 @@ const I = {
118
118
  }), (e, n) => (d(), c(
119
119
  "div",
120
120
  {
121
- class: L(["m-pull-to-refresh", { "--available": t.value.available || p.value > 10 }])
121
+ class: L(["m-pull-to-refresh m-reset-css", { "--available": t.value.available || p.value > 10 }])
122
122
  },
123
123
  [
124
124
  l.value ? w("v-if", !0) : (d(), c(
@@ -175,7 +175,7 @@ const I = {
175
175
  for (const [s, m] of u)
176
176
  a[s] = m;
177
177
  return a;
178
- }, G = /* @__PURE__ */ U(O, [["__scopeId", "data-v-30cc4f32"]]);
178
+ }, G = /* @__PURE__ */ U(O, [["__scopeId", "data-v-370960c7"]]);
179
179
  export {
180
180
  G as M,
181
181
  U as _