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
@@ -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 _
@@ -66,24 +66,24 @@ function oe(u, r) {
66
66
  ó: "o"
67
67
  };
68
68
  let s = u.toString();
69
- if (l.trim && (s = s.trim()), l.normalizeSpaces && (s = s.replaceAll(/\s+/g, " ")), l.replaceSpaces && (s = s.replaceAll(" ", "-")), l.removeNumbers && (s = s.replaceAll(/\d/g, "")), l.removeAccents && (s = s.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (c) => t[c] || c), s = s.replaceAll(/[\u0300-\u036F]/g, "")), l.caseSensitive === !1 && (s = s.toLowerCase()), l.removeSpecialCharacters && (s = s.replaceAll(/[^\dA-Z-]/gi, "")), l.trim && (s = s.trim()), l.customNormalizationForms)
70
- for (const c of l.customNormalizationForms)
71
- s = s.normalize(c);
69
+ if (l.trim && (s = s.trim()), l.normalizeSpaces && (s = s.replaceAll(/\s+/g, " ")), l.replaceSpaces && (s = s.replaceAll(" ", "-")), l.removeNumbers && (s = s.replaceAll(/\d/g, "")), l.removeAccents && (s = s.replaceAll(/[ÀÁÂÃÄÅÇÈÉÊËÎÏÑÔÕÖØÙÚÛÜàáâãäåçèéêëíîïñóôõöøùúûüÿ]/g, (d) => t[d] || d), s = s.replaceAll(/[\u0300-\u036F]/g, "")), l.caseSensitive === !1 && (s = s.toLowerCase()), l.removeSpecialCharacters && (s = s.replaceAll(/[^\dA-Z-]/gi, "")), l.trim && (s = s.trim()), l.customNormalizationForms)
70
+ for (const d of l.customNormalizationForms)
71
+ s = s.normalize(d);
72
72
  return s;
73
73
  }
74
74
  function Ue(u, r) {
75
75
  const l = u.length, t = r.length, s = [];
76
- for (let c = 0; c <= l; c++)
77
- s[c] = [c];
78
- for (let c = 0; c <= t; c++)
79
- s[0][c] = c;
80
- for (let c = 1; c <= l; c++)
76
+ for (let d = 0; d <= l; d++)
77
+ s[d] = [d];
78
+ for (let d = 0; d <= t; d++)
79
+ s[0][d] = d;
80
+ for (let d = 1; d <= l; d++)
81
81
  for (let v = 1; v <= t; v++) {
82
- const S = u[c - 1] === r[v - 1] ? 0 : 1;
83
- s[c][v] = Math.min(
84
- s[c - 1][v] + 1,
85
- s[c][v - 1] + 1,
86
- s[c - 1][v - 1] + S
82
+ const S = u[d - 1] === r[v - 1] ? 0 : 1;
83
+ s[d][v] = Math.min(
84
+ s[d - 1][v] + 1,
85
+ s[d][v - 1] + 1,
86
+ s[d - 1][v - 1] + S
87
87
  );
88
88
  }
89
89
  return s[l][t];
@@ -100,10 +100,10 @@ function re(u, r, l = 0.75) {
100
100
  () => oe(typeof u == "string" ? u : u.value)
101
101
  ), s = p(
102
102
  () => oe(typeof r == "string" ? r : r.value)
103
- ), c = p(() => typeof l == "number" ? l : l.value), v = p(() => ke(t.value, s.value));
103
+ ), d = p(() => typeof l == "number" ? l : l.value), v = p(() => ke(t.value, s.value));
104
104
  return {
105
105
  isMatching: p(
106
- () => We(t.value, s.value, c.value)
106
+ () => We(t.value, s.value, d.value)
107
107
  ),
108
108
  score: v
109
109
  };
@@ -112,15 +112,15 @@ function Ve(u, r, l) {
112
112
  var v, S;
113
113
  u.stopPropagation();
114
114
  const t = typeof l.value == "function" ? l.value : l.value.handler, s = typeof l.value == "object" ? l.value.exclude : void 0;
115
- let c = !1;
115
+ let d = !1;
116
116
  if (s && s.length > 0) {
117
117
  for (const D of s)
118
- if (!c && u.target instanceof HTMLElement) {
118
+ if (!d && u.target instanceof HTMLElement) {
119
119
  const z = (v = document.querySelector(D)) == null ? void 0 : v.getAttribute("id");
120
- c = (u.target.getAttribute("id") === z || ((S = document.querySelector(D)) == null ? void 0 : S.contains(u.target))) ?? !1;
120
+ d = (u.target.getAttribute("id") === z || ((S = document.querySelector(D)) == null ? void 0 : S.contains(u.target))) ?? !1;
121
121
  }
122
122
  }
123
- !r.contains(u.target) && !c && (t == null || t(u));
123
+ !r.contains(u.target) && !d && (t == null || t(u));
124
124
  }
125
125
  function Ie() {
126
126
  return document.ontouchstart === null ? "touchstart" : "click";
@@ -141,9 +141,9 @@ const Re = {
141
141
  mounted: Qe,
142
142
  unmounted: je
143
143
  };
144
- let ce = null;
144
+ let de = null;
145
145
  function Ge(u, r) {
146
- ce && clearTimeout(ce), ce = setTimeout(u, r);
146
+ de && clearTimeout(de), de = setTimeout(u, r);
147
147
  }
148
148
  function Ze(u, r) {
149
149
  let l;
@@ -200,7 +200,7 @@ const Je = ["for"], Xe = {
200
200
  },
201
201
  emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
202
202
  setup(u, { emit: r }) {
203
- const l = u, t = r, s = $(() => import("./MazBtn-C6zsmGnw.mjs")), c = $(() => import("./MazIcon-_hN-Kivn.mjs")), v = $(() => import("./eye-slash-BoO00xzs.mjs")), S = $(() => import("./eye-f8zAUc30.mjs")), D = $(() => import("./check-C9Q_W85g.mjs")), z = V(!1), f = V(!1), N = V(), Z = ze({
203
+ const l = u, t = r, s = $(() => import("./MazBtn-DCyFSkZo.mjs")), d = $(() => import("./MazIcon-Cq1v4J3r.mjs")), v = $(() => import("./eye-slash-BoO00xzs.mjs")), S = $(() => import("./eye-f8zAUc30.mjs")), D = $(() => import("./check-C9Q_W85g.mjs")), z = V(!1), f = V(!1), N = V(), Z = ze({
204
204
  componentName: "MazInput",
205
205
  providedId: l.id
206
206
  });
@@ -301,7 +301,7 @@ const Je = ["for"], Xe = {
301
301
  O(
302
302
  "div",
303
303
  {
304
- class: B(["m-input-wrapper", [
304
+ class: B(["m-input-wrapper m-reset-css", [
305
305
  o.inputClasses,
306
306
  I.value,
307
307
  o.roundedSize ? `--rounded-${o.roundedSize}` : { "maz-rounded": !o.noRadius },
@@ -311,7 +311,7 @@ const Je = ["for"], Xe = {
311
311
  [
312
312
  L() ? (m(), k("div", Xe, [
313
313
  o.$slots["left-icon"] || o.leftIcon ? U(o.$slots, "left-icon", { key: 0 }, () => [
314
- typeof o.leftIcon == "string" ? (m(), A(h(c), {
314
+ typeof o.leftIcon == "string" ? (m(), A(h(d), {
315
315
  key: 0,
316
316
  name: o.leftIcon,
317
317
  class: "maz-text-xl maz-text-muted"
@@ -380,7 +380,7 @@ const Je = ["for"], Xe = {
380
380
  ),
381
381
  _() ? (m(), k("div", _e, [
382
382
  o.$slots["right-icon"] || o.rightIcon ? U(o.$slots, "right-icon", { key: 0 }, () => [
383
- typeof o.rightIcon == "string" ? (m(), A(h(c), {
383
+ typeof o.rightIcon == "string" ? (m(), A(h(d), {
384
384
  key: 0,
385
385
  name: o.rightIcon,
386
386
  class: "maz-text-xl maz-text-muted"
@@ -457,7 +457,7 @@ const Je = ["for"], Xe = {
457
457
  for (const [t, s] of r)
458
458
  l[t] = s;
459
459
  return l;
460
- }, ye = /* @__PURE__ */ we(et, [["__scopeId", "data-v-1443c13f"]]), tt = ["aria-label"], ot = { class: "m-select-list__no-results" }, lt = {
460
+ }, ye = /* @__PURE__ */ we(et, [["__scopeId", "data-v-04e832e5"]]), tt = ["aria-label"], ot = { class: "m-select-list__no-results" }, lt = {
461
461
  key: 2,
462
462
  class: "m-select-list__scroll-wrapper",
463
463
  tabindex: "-1"
@@ -494,7 +494,7 @@ const Je = ["for"], Xe = {
494
494
  },
495
495
  emits: ["close", "open", "blur", "focus", "change", "input", "update:model-value", "selected-option"],
496
496
  setup(u, { expose: r, emit: l }) {
497
- const t = u, s = l, c = $(() => import("./MazCheckbox-CCma_qyQ.mjs")), v = $(() => import("./magnifying-glass--nBiyXot.mjs")), S = $(() => import("./chevron-down-BkvtON3b.mjs")), D = $(() => import("./no-symbol-CIgKzsrB.mjs"));
497
+ const t = u, s = l, d = $(() => import("./MazCheckbox-CEsAHbdi.mjs")), v = $(() => import("./magnifying-glass--nBiyXot.mjs")), S = $(() => import("./chevron-down-BkvtON3b.mjs")), D = $(() => import("./no-symbol-CIgKzsrB.mjs"));
498
498
  r({
499
499
  /** Method to open the option list */
500
500
  openList: R,
@@ -566,8 +566,8 @@ const Je = ["for"], Xe = {
566
566
  if (t.multiple && t.modelValue && Array.isArray(t.modelValue))
567
567
  return t.modelValue.map(
568
568
  (a) => {
569
- var i, d;
570
- return (d = (i = C.value) == null ? void 0 : i.find((y) => y[t.optionValueKey] === a)) == null ? void 0 : d[t.optionInputValueKey];
569
+ var i, c;
570
+ return (c = (i = C.value) == null ? void 0 : i.find((y) => y[t.optionValueKey] === a)) == null ? void 0 : c[t.optionInputValueKey];
571
571
  }
572
572
  ).join(", ");
573
573
  const e = (n = C.value) == null ? void 0 : n.find(
@@ -583,8 +583,8 @@ const Je = ["for"], Xe = {
583
583
  function E(e) {
584
584
  var n;
585
585
  return e ? (n = C.value) == null ? void 0 : n.filter((a) => {
586
- const i = a[t.optionLabelKey], d = a[t.optionValueKey], y = a[t.optionInputValueKey], w = t.searchThreshold;
587
- return g(i, e) || g(y, e) || g(d, e) || typeof i == "string" && re(i, e, w).isMatching.value || typeof y == "string" && re(y, e, w).isMatching.value || typeof d == "string" && re(d, e, w).isMatching.value;
586
+ const i = a[t.optionLabelKey], c = a[t.optionValueKey], y = a[t.optionInputValueKey], w = t.searchThreshold;
587
+ return g(i, e) || g(y, e) || g(c, e) || typeof i == "string" && re(i, e, w).isMatching.value || typeof y == "string" && re(y, e, w).isMatching.value || typeof c == "string" && re(c, e, w).isMatching.value;
588
588
  }) : C.value;
589
589
  }
590
590
  const K = p(() => E(T.value));
@@ -602,7 +602,7 @@ const Je = ["for"], Xe = {
602
602
  async function R(e) {
603
603
  t.disabled || I.value || (e == null || e.preventDefault(), z.value = !0, await se(), s("focus", e), s("open", z.value));
604
604
  }
605
- function de() {
605
+ function ce() {
606
606
  var e, n;
607
607
  (n = ((e = j.value) == null ? void 0 : e.$el).querySelector("input")) == null || n.focus();
608
608
  }
@@ -611,7 +611,7 @@ const Je = ["for"], Xe = {
611
611
  (n = ((e = j.value) == null ? void 0 : e.$el).querySelector("input")) == null || n.dispatchEvent(new Event("input"));
612
612
  }
613
613
  function Ke(e) {
614
- z.value ? F(e) : de();
614
+ z.value ? F(e) : ce();
615
615
  }
616
616
  function Ae(e) {
617
617
  var n, a;
@@ -632,23 +632,23 @@ const Je = ["for"], Xe = {
632
632
  /^[\dA-Za-z\u0400-\u04FF]$/.test(n) ? (e.preventDefault(), R(e), t.search ? Ae(n) : $e(n)) : pe(e);
633
633
  }
634
634
  function pe(e, n = !0) {
635
- const a = e.code, i = ["ArrowUp", "ArrowDown"].includes(a), d = (n ? ["Enter", "Space"] : ["Enter"]).includes(a), y = a === "Escape" && I.value;
636
- i ? Be(e, f.value) : d ? Ce(e, f.value) : y && F(e);
635
+ const a = e.code, i = ["ArrowUp", "ArrowDown"].includes(a), c = (n ? ["Enter", "Space"] : ["Enter"]).includes(a), y = a === "Escape" && I.value;
636
+ i ? Be(e, f.value) : c ? Ce(e, f.value) : y && F(e);
637
637
  }
638
638
  function Be(e, n) {
639
- var d;
639
+ var c;
640
640
  e.preventDefault();
641
641
  const a = e.code;
642
642
  I.value || R(e);
643
- const i = (d = K.value) == null ? void 0 : d.length;
643
+ const i = (c = K.value) == null ? void 0 : c.length;
644
644
  i && (typeof n == "number" ? n === i - 1 && a === "ArrowDown" ? f.value = 0 : n === 0 && a === "ArrowUp" ? f.value = i - 1 : f.value = a === "ArrowDown" ? n + 1 : n - 1 : f.value = a === "ArrowDown" ? 0 : i - 1, se(f.value));
645
645
  }
646
646
  function Ce(e, n) {
647
- var i, d, y;
647
+ var i, c, y;
648
648
  if (!I.value)
649
649
  return;
650
650
  e.preventDefault();
651
- const a = n ? ((i = K.value) == null ? void 0 : i[n]) ?? ((d = K.value) == null ? void 0 : d[0]) : (y = K.value) == null ? void 0 : y[0];
651
+ const a = n ? ((i = K.value) == null ? void 0 : i[n]) ?? ((c = K.value) == null ? void 0 : c[0]) : (y = K.value) == null ? void 0 : y[0];
652
652
  L(a) || fe(a);
653
653
  }
654
654
  async function se(e) {
@@ -656,8 +656,8 @@ const Je = ["for"], Xe = {
656
656
  await ue(), typeof e != "number" && ie();
657
657
  const n = e ?? f.value;
658
658
  if (typeof n == "number" && n >= 0) {
659
- const d = (a = _.value) == null ? void 0 : a.querySelectorAll(".m-select-list-item");
660
- (i = d == null ? void 0 : d[n]) == null || i.scrollIntoView({
659
+ const c = (a = _.value) == null ? void 0 : a.querySelectorAll(".m-select-list-item");
660
+ (i = c == null ? void 0 : c[n]) == null || i.scrollIntoView({
661
661
  behavior: "auto",
662
662
  block: "nearest",
663
663
  inline: "start"
@@ -667,8 +667,8 @@ const Je = ["for"], Xe = {
667
667
  function ie(e) {
668
668
  var a;
669
669
  const n = (a = K.value) == null ? void 0 : a.findIndex((i) => {
670
- var d, y;
671
- return t.multiple && Array.isArray(t.modelValue) ? e ? e[t.optionValueKey] === i[t.optionValueKey] : [...t.modelValue].reverse()[0] === i[t.optionValueKey] : ((y = (d = P.value) == null ? void 0 : d[0]) == null ? void 0 : y[t.optionValueKey]) === i[t.optionValueKey];
670
+ var c, y;
671
+ return t.multiple && Array.isArray(t.modelValue) ? e ? e[t.optionValueKey] === i[t.optionValueKey] : [...t.modelValue].reverse()[0] === i[t.optionValueKey] : ((y = (c = P.value) == null ? void 0 : c[0]) == null ? void 0 : y[t.optionValueKey]) === i[t.optionValueKey];
672
672
  });
673
673
  f.value = n && n >= 0 ? n : 0;
674
674
  }
@@ -682,15 +682,15 @@ const Je = ["for"], Xe = {
682
682
  a && t.multiple ? i = i == null ? void 0 : i.filter(
683
683
  (w) => w[t.optionValueKey] !== e[t.optionValueKey]
684
684
  ) : t.multiple ? i.push(e) : i = [e];
685
- const d = i.map((w) => w[t.optionValueKey]);
686
- s("update:model-value", t.multiple ? d : d[0]), s("selected-option", e), Se(), ie(e), de();
685
+ const c = i.map((w) => w[t.optionValueKey]);
686
+ s("update:model-value", t.multiple ? c : c[0]), s("selected-option", e), Se(), ie(e), ce();
687
687
  }
688
688
  return (e, n) => he((m(), k(
689
689
  "div",
690
690
  {
691
691
  ref_key: "mazSelectElement",
692
692
  ref: M,
693
- class: B(["m-select", [
693
+ class: B(["m-select m-reset-css", [
694
694
  { "--is-open": I.value, "--disabled": e.disabled, "--block": e.block },
695
695
  t.class,
696
696
  `--${e.size}`
@@ -811,9 +811,9 @@ const Je = ["for"], Xe = {
811
811
  }
812
812
  ]]),
813
813
  style: ee(e.itemHeight ? { height: `${e.itemHeight}px` } : void 0),
814
- onClick: H((d) => fe(a), ["prevent", "stop"])
814
+ onClick: H((c) => fe(a), ["prevent", "stop"])
815
815
  }, [
816
- e.multiple ? (m(), A(h(c), {
816
+ e.multiple ? (m(), A(h(d), {
817
817
  key: 0,
818
818
  tabindex: "-1",
819
819
  "model-value": Q(a),
@@ -859,7 +859,7 @@ const Je = ["for"], Xe = {
859
859
  }]
860
860
  ]);
861
861
  }
862
- }), ut = /* @__PURE__ */ we(st, [["__scopeId", "data-v-07cbef8c"]]);
862
+ }), ut = /* @__PURE__ */ we(st, [["__scopeId", "data-v-0050f306"]]);
863
863
  export {
864
864
  ut as M,
865
865
  we as _,