maz-ui 3.47.1 → 3.47.2-beta.2

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 (163) hide show
  1. package/components/MazAccordion.mjs +36 -37
  2. package/components/MazAnimatedCounter.mjs +14 -16
  3. package/components/MazBottomSheet.mjs +1 -1
  4. package/components/MazBtn.mjs +1 -1
  5. package/components/MazCard.mjs +1 -1
  6. package/components/MazCarousel.mjs +1 -1
  7. package/components/MazChart.d.ts +1 -1
  8. package/components/MazChart.mjs +23 -32
  9. package/components/MazChecklist.mjs +1 -1
  10. package/components/MazCircularProgressBar.mjs +66 -71
  11. package/components/MazDialog.mjs +1 -1
  12. package/components/MazDialogPromise.mjs +1 -1
  13. package/components/MazDrawer.mjs +1 -1
  14. package/components/MazDropdown.mjs +162 -185
  15. package/components/MazExpandAnimation.mjs +20 -21
  16. package/components/MazGallery.mjs +1 -1
  17. package/components/MazInput.mjs +1 -1
  18. package/components/MazInputCode.mjs +30 -31
  19. package/components/MazInputNumber.mjs +1 -1
  20. package/components/MazInputPrice.mjs +1 -1
  21. package/components/MazInputTags.mjs +1 -1
  22. package/components/MazLink.mjs +18 -30
  23. package/components/MazPagination.mjs +1 -1
  24. package/components/MazPhoneNumberInput.mjs +1 -1
  25. package/components/MazPicker.mjs +1 -1
  26. package/components/MazRadio.mjs +37 -42
  27. package/components/MazRadioButtons.mjs +61 -66
  28. package/components/MazSelect.mjs +1 -1
  29. package/components/MazSlider.mjs +107 -116
  30. package/components/MazStepper.mjs +1 -1
  31. package/components/MazSwitch.mjs +24 -28
  32. package/components/MazTable.d.ts +31 -54
  33. package/components/MazTable.mjs +1 -1
  34. package/components/MazTabsBar.mjs +1 -1
  35. package/components/MazTextarea.mjs +32 -34
  36. package/components/assets/MazDropdown.css +1 -1
  37. package/components/assets/MazGallery.css +1 -1
  38. package/components/assets/MazInput.css +1 -1
  39. package/components/assets/MazInputNumber.css +1 -1
  40. package/components/assets/MazInputPrice.css +1 -1
  41. package/components/assets/MazInputTags.css +1 -1
  42. package/components/assets/MazLink.css +1 -1
  43. package/components/assets/MazPhoneNumberInput.css +1 -1
  44. package/components/assets/MazPicker.css +1 -1
  45. package/components/assets/MazSelect.css +1 -1
  46. package/components/assets/MazTable.css +1 -1
  47. package/components/assets/MazTabsBar.css +1 -1
  48. package/components/chunks/{MazBadge-CNSfzYq-.mjs → MazBadge-CqppWg2j.mjs} +1 -1
  49. package/components/chunks/{MazBottomSheet-DqK0EOsq.mjs → MazBottomSheet-CGRvZmGd.mjs} +28 -29
  50. package/{modules/chunks/MazBtn-CTqI4qhg.mjs → components/chunks/MazBtn-2VKM1wZu.mjs} +37 -49
  51. package/components/chunks/{MazBtn-TkePGm5o.mjs → MazBtn-40lm8-AL.mjs} +37 -49
  52. package/components/chunks/{MazBtn-DzBXfedt.mjs → MazBtn-BB1FyYWv.mjs} +35 -44
  53. package/components/chunks/{MazBtn-CnqRnXh_.mjs → MazBtn-BMYXMZuX.mjs} +37 -49
  54. package/components/chunks/{MazBtn-D6Jxw9Nr.mjs → MazBtn-BijEMn4r.mjs} +37 -49
  55. package/components/chunks/MazBtn-BmrcK2af.mjs +106 -0
  56. package/components/chunks/MazBtn-C72_1uvu.mjs +106 -0
  57. package/components/chunks/MazBtn-CWloP6MI.mjs +111 -0
  58. package/components/chunks/MazBtn-CcyV4DCc.mjs +106 -0
  59. package/components/chunks/MazBtn-DENEMy-c.mjs +106 -0
  60. package/components/chunks/MazBtn-DfqRZvbB.mjs +106 -0
  61. package/components/chunks/MazBtn-UnZQuu6P.mjs +106 -0
  62. package/components/chunks/MazBtn-cDJlUVVY.mjs +106 -0
  63. package/components/chunks/MazBtn-hUslV7wO.mjs +106 -0
  64. package/components/chunks/{MazCard-CfkvpcGL.mjs → MazCard-BYB8y1_u.mjs} +18 -19
  65. package/components/chunks/{MazCarousel-BEl86YGW.mjs → MazCarousel-DccWVW8H.mjs} +20 -21
  66. package/components/chunks/{MazCheckbox-BKCo6EzO.mjs → MazCheckbox-B22OcHt8.mjs} +1 -1
  67. package/components/chunks/{MazCheckbox-CI8ml-P8.mjs → MazCheckbox-DMogZVHl.mjs} +1 -1
  68. package/components/chunks/{MazCheckbox-Byqz8JJB.mjs → MazCheckbox-Db6sPUbV.mjs} +1 -1
  69. package/components/chunks/{MazChecklist-BLxsNHMP.mjs → MazChecklist-C95Y4Hb-.mjs} +112 -118
  70. package/components/chunks/{MazDialog-CPgFpAlq.mjs → MazDialog-khofH-7I.mjs} +66 -81
  71. package/components/chunks/MazDialogPromise-ZRA2ZrO4.mjs +488 -0
  72. package/components/chunks/{MazExpandAnimation-Bkw_wFTi.mjs → MazExpandAnimation-MDimlZGj.mjs} +7 -8
  73. package/components/chunks/{MazGallery-BMFwld84.mjs → MazGallery-CXQiXWFr.mjs} +267 -225
  74. package/components/chunks/{MazGallery-BKL7gfrz.mjs → MazGallery-VTZUhBKC.mjs} +249 -207
  75. package/components/chunks/{MazIcon-D8V8ixhf.mjs → MazIcon-BF5TFzse.mjs} +1 -1
  76. package/components/chunks/{MazInput-O6Q41Fm0.mjs → MazInput-DC3S-CVu.mjs} +43 -52
  77. package/components/chunks/{MazInput-CBiCdd0F.mjs → MazInput-DzWkS-g8.mjs} +41 -50
  78. package/components/chunks/{MazInput-Dx2cCzFS.mjs → MazInput-NE6H-10w.mjs} +38 -47
  79. package/components/chunks/{MazInputNumber-DYPVUz4k.mjs → MazInputNumber-DRXQXHRv.mjs} +168 -189
  80. package/components/chunks/{MazInputPrice-DZD7ZZpm.mjs → MazInputPrice-DoTnDDIN.mjs} +49 -58
  81. package/components/chunks/{MazInputTags-CxXBsTdM.mjs → MazInputTags-Dj3sW-e5.mjs} +189 -209
  82. package/components/chunks/{MazLink-Dl9ePCGm.mjs → MazLink-C_3Wya94.mjs} +19 -31
  83. package/components/chunks/{MazLoadingBar-Di2OIrPD.mjs → MazLoadingBar-DdjHRC7g.mjs} +1 -1
  84. package/components/chunks/MazPagination-BkT4_LLW.mjs +330 -0
  85. package/components/chunks/{MazPhoneNumberInput-C4TX1tGw.mjs → MazPhoneNumberInput-BbssOUzo.mjs} +503 -547
  86. package/components/chunks/{MazPicker-BcQ_-AJH.mjs → MazPicker-DwWiIYAR.mjs} +244 -265
  87. package/components/chunks/{MazPickerMonthSwitcher-hCAkEd5r.mjs → MazPickerMonthSwitcher-CmFFQoPA.mjs} +1 -1
  88. package/components/chunks/{MazPickerShortcuts-vpLyw1de.mjs → MazPickerShortcuts-DaELz7aq.mjs} +1 -1
  89. package/components/chunks/{MazPickerYearSwitcher-DvC79vrt.mjs → MazPickerYearSwitcher-m1_KXnpA.mjs} +1 -1
  90. package/components/chunks/{MazSelect-BXzgSKmL.mjs → MazSelect-BJ07NVXQ.mjs} +160 -180
  91. package/components/chunks/{MazSelect-Baj2BQH7.mjs → MazSelect-CDV9Fx6m.mjs} +124 -136
  92. package/components/chunks/{MazSpinner-Bvb-lKER.mjs → MazSpinner-Bb3f2t6w.mjs} +1 -1
  93. package/components/chunks/{MazSpinner-Cqp-BMvL.mjs → MazSpinner-BcB0szZB.mjs} +1 -1
  94. package/components/chunks/{MazSpinner-C1SiKhfK.mjs → MazSpinner-BpkPcfCt.mjs} +1 -1
  95. package/components/chunks/{MazSpinner-CAbYLlEZ.mjs → MazSpinner-BsYJDmi9.mjs} +1 -1
  96. package/components/chunks/MazSpinner-BymqEMBk.mjs +34 -0
  97. package/components/chunks/MazSpinner-C-64WJje.mjs +34 -0
  98. package/components/chunks/MazSpinner-CEFbkZkM.mjs +34 -0
  99. package/components/chunks/{MazSpinner-B8akphXs.mjs → MazSpinner-CfiIXW8y.mjs} +1 -1
  100. package/components/chunks/MazSpinner-CykRbNHD.mjs +34 -0
  101. package/components/chunks/{MazSpinner-C-z3-68w.mjs → MazSpinner-D3-pqOh3.mjs} +1 -1
  102. package/components/chunks/{MazSpinner-B5lezvu4.mjs → MazSpinner-DS58mtzm.mjs} +1 -1
  103. package/components/chunks/{MazSpinner-DwSGm0-X.mjs → MazSpinner-DmiLBQgR.mjs} +1 -1
  104. package/components/chunks/MazSpinner-Dmkr_r9u.mjs +34 -0
  105. package/components/chunks/MazSpinner-DoRGA1RI.mjs +34 -0
  106. package/components/chunks/MazSpinner-eC03bFP5.mjs +34 -0
  107. package/components/chunks/{MazSpinner-Cb3_S0zT.mjs → MazSpinner-edxn0ncQ.mjs} +1 -1
  108. package/components/chunks/MazSpinner-f2Mc2eRO.mjs +34 -0
  109. package/components/chunks/MazSpinner-n4Dp5ZsH.mjs +34 -0
  110. package/components/chunks/MazStepper-BREfkpUb.mjs +213 -0
  111. package/components/chunks/{MazTable-CulBGLaj.mjs → MazTable-BJDPdIJB.mjs} +183 -227
  112. package/components/chunks/{MazTableCell-BXDbkEJq.mjs → MazTableCell-DILuUCTe.mjs} +1 -1
  113. package/components/chunks/{MazTableRow-Ds3CDEit.mjs → MazTableRow-D6H6-c8J.mjs} +1 -1
  114. package/components/chunks/{MazTableTitle-uirsgvk_.mjs → MazTableTitle-Ch-nyY1E.mjs} +1 -1
  115. package/components/chunks/MazTabsBar-CM-w7V97.mjs +193 -0
  116. package/components/chunks/{MazTransitionExpand-4Ll_5LDO.mjs → MazTransitionExpand-PmUDa51_.mjs} +1 -1
  117. package/css/main.css +1 -1
  118. package/modules/assets/index.css +1 -1
  119. package/modules/chunks/MazBtn-B_Xlvgbg.cjs +1 -0
  120. package/modules/chunks/MazBtn-Dsr06Zgg.mjs +106 -0
  121. package/modules/chunks/{MazIcon-BtomZnkQ.cjs → MazIcon-CkuzyufF.cjs} +1 -1
  122. package/modules/chunks/{MazIcon-BB0DMfOc.mjs → MazIcon-DEgoQbMj.mjs} +1 -1
  123. package/modules/chunks/{MazSpinner-CDJhmIRl.mjs → MazSpinner-BurN-1pb.mjs} +1 -1
  124. package/modules/chunks/{MazSpinner-BASKjaLe.cjs → MazSpinner-jP4QsCNE.cjs} +1 -1
  125. package/modules/chunks/index-CUNN0eIB.cjs +124 -0
  126. package/modules/chunks/{index-C2yAjM0P.mjs → index-CxFUggmu.mjs} +925 -931
  127. package/modules/index.cjs +1 -1
  128. package/modules/index.mjs +1 -1
  129. package/nuxt/index.json +1 -1
  130. package/package.json +1 -1
  131. package/types/components/MazChart.vue.d.ts +1 -1
  132. package/types/components/MazTable.vue.d.ts +31 -54
  133. package/types/modules/composables/useFormValidator/types.d.ts +5 -1
  134. package/types/modules/composables/useFormValidator/useFormField.d.ts +3 -3
  135. package/types/modules/composables/useFormValidator/useFormValidator.d.ts +2 -2
  136. package/types/modules/composables/useFormValidator/utils.d.ts +12 -12
  137. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +5 -5
  138. package/types/modules/helpers/check-availability.d.ts +1 -0
  139. package/components/chunks/MazBtn-BRUaoP8j.mjs +0 -126
  140. package/components/chunks/MazBtn-BRnLMzhy.mjs +0 -118
  141. package/components/chunks/MazBtn-BhnOApJu.mjs +0 -118
  142. package/components/chunks/MazBtn-C28vKP_v.mjs +0 -118
  143. package/components/chunks/MazBtn-CweCwE_4.mjs +0 -118
  144. package/components/chunks/MazBtn-D7IKoL2c.mjs +0 -118
  145. package/components/chunks/MazBtn-DlD5m7T4.mjs +0 -118
  146. package/components/chunks/MazBtn-Dt8lr0GH.mjs +0 -118
  147. package/components/chunks/MazBtn-Mu18egu5.mjs +0 -118
  148. package/components/chunks/MazBtn-igor8wRn.mjs +0 -118
  149. package/components/chunks/MazDialogPromise-BCCdkrea.mjs +0 -522
  150. package/components/chunks/MazPagination-CHTMRRqE.mjs +0 -362
  151. package/components/chunks/MazSpinner-Cg26sBU2.mjs +0 -34
  152. package/components/chunks/MazSpinner-CvT-9sC7.mjs +0 -34
  153. package/components/chunks/MazSpinner-DH6C15pU.mjs +0 -34
  154. package/components/chunks/MazSpinner-DlMKBtyt.mjs +0 -34
  155. package/components/chunks/MazSpinner-Dyf9yb51.mjs +0 -34
  156. package/components/chunks/MazSpinner-M4r0cykl.mjs +0 -34
  157. package/components/chunks/MazSpinner-QHjOczon.mjs +0 -34
  158. package/components/chunks/MazSpinner-cqcpf_FX.mjs +0 -34
  159. package/components/chunks/MazSpinner-yPkPj7Q8.mjs +0 -34
  160. package/components/chunks/MazStepper-DRWtYHZR.mjs +0 -232
  161. package/components/chunks/MazTabsBar-MZYefBb8.mjs +0 -204
  162. package/modules/chunks/MazBtn-D_CpNgpD.cjs +0 -9
  163. package/modules/chunks/index-BIX1NMzX.cjs +0 -149
@@ -1,4 +1,4 @@
1
- import { nextTick as ge, openBlock as k, createElementBlock as P, createElementVNode as te, useId as at, computed as y, defineComponent as oe, defineAsyncComponent as se, ref as X, onMounted as Fe, useSlots as Ue, normalizeClass as G, normalizeStyle as Ve, createCommentVNode as x, renderSlot as ye, createBlock as F, unref as J, resolveDynamicComponent as ke, withDirectives as Pe, mergeProps as Ne, toHandlers as rt, vModelDynamic as nt, createTextVNode as Ye, toDisplayString as me, withModifiers as Ze, withCtx as _, createVNode as R, Fragment as ue, renderList as de, useAttrs as ot, useCssVars as it, watch as be, TransitionGroup as ze, Transition as Ae, getCurrentInstance as lt, onBeforeMount as st, onUnmounted as ut, vShow as dt } from "vue";
1
+ import { nextTick as ge, openBlock as k, createElementBlock as P, createElementVNode as te, useId as at, computed as h, defineComponent as oe, defineAsyncComponent as se, ref as X, onMounted as Fe, useSlots as Ue, normalizeClass as G, normalizeStyle as Ve, renderSlot as he, createBlock as F, unref as J, resolveDynamicComponent as ke, createCommentVNode as W, withDirectives as Pe, mergeProps as Ne, toHandlers as rt, vModelDynamic as nt, createTextVNode as Ye, toDisplayString as me, withModifiers as Ze, withCtx as _, createVNode as R, Fragment as ue, renderList as de, useAttrs as ot, useCssVars as it, watch as be, TransitionGroup as ze, Transition as Ae, getCurrentInstance as lt, onBeforeMount as st, onUnmounted as ut, vShow as dt } from "vue";
2
2
  import '../assets/MazPicker.css';var Be = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3
3
  function Ce(t) {
4
4
  return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
@@ -8,15 +8,15 @@ var Re = { exports: {} };
8
8
  (function(e, s) {
9
9
  t.exports = s();
10
10
  })(Be, function() {
11
- var e = 1e3, s = 6e4, d = 36e5, Y = "millisecond", D = "second", p = "minute", S = "hour", g = "day", h = "week", C = "month", j = "quarter", H = "year", A = "date", U = "Invalid Date", c = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, w = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, T = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
11
+ var e = 1e3, s = 6e4, d = 36e5, Y = "millisecond", D = "second", p = "minute", S = "hour", g = "day", y = "week", C = "month", j = "quarter", H = "year", A = "date", U = "Invalid Date", c = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, w = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(i) {
12
12
  var n = ["th", "st", "nd", "rd"], o = i % 100;
13
13
  return "[" + i + (n[(o - 20) % 10] || n[o] || n[0]) + "]";
14
- } }, I = function(i, n, o) {
14
+ } }, q = function(i, n, o) {
15
15
  var f = String(i);
16
16
  return !f || f.length >= n ? i : "" + Array(n + 1 - f.length).join(o) + i;
17
- }, M = { s: I, z: function(i) {
17
+ }, M = { s: q, z: function(i) {
18
18
  var n = -i.utcOffset(), o = Math.abs(n), f = Math.floor(o / 60), u = o % 60;
19
- return (n <= 0 ? "+" : "-") + I(f, 2, "0") + ":" + I(u, 2, "0");
19
+ return (n <= 0 ? "+" : "-") + q(f, 2, "0") + ":" + q(u, 2, "0");
20
20
  }, m: function i(n, o) {
21
21
  if (n.date() < o.date()) return -i(o, n);
22
22
  var f = 12 * (o.year() - n.year()) + (o.month() - n.month()), u = n.clone().add(f, C), r = o - u < 0, l = n.clone().add(f + (r ? -1 : 1), C);
@@ -24,11 +24,11 @@ var Re = { exports: {} };
24
24
  }, a: function(i) {
25
25
  return i < 0 ? Math.ceil(i) || 0 : Math.floor(i);
26
26
  }, p: function(i) {
27
- return { M: C, y: H, w: h, d: g, D: A, h: S, m: p, s: D, ms: Y, Q: j }[i] || String(i || "").toLowerCase().replace(/s$/, "");
27
+ return { M: C, y: H, w: y, d: g, D: A, h: S, m: p, s: D, ms: Y, Q: j }[i] || String(i || "").toLowerCase().replace(/s$/, "");
28
28
  }, u: function(i) {
29
29
  return i === void 0;
30
30
  } }, v = "en", $ = {};
31
- $[v] = T;
31
+ $[v] = I;
32
32
  var z = "$isDayjsObject", O = function(i) {
33
33
  return i instanceof E || !(!i || !i[z]);
34
34
  }, L = function i(n, o, f) {
@@ -44,13 +44,13 @@ var Re = { exports: {} };
44
44
  $[m] = n, u = m;
45
45
  }
46
46
  return !f && u && (v = u), u || !f && v;
47
- }, q = function(i, n) {
47
+ }, T = function(i, n) {
48
48
  if (O(i)) return i.clone();
49
49
  var o = typeof n == "object" ? n : {};
50
50
  return o.date = i, o.args = arguments, new E(o);
51
51
  }, B = M;
52
52
  B.l = L, B.i = O, B.w = function(i, n) {
53
- return q(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
53
+ return T(i, { locale: n.$L, utc: n.$u, x: n.$x, $offset: n.$offset });
54
54
  };
55
55
  var E = function() {
56
56
  function i(o) {
@@ -80,12 +80,12 @@ var Re = { exports: {} };
80
80
  }, n.isValid = function() {
81
81
  return this.$d.toString() !== U;
82
82
  }, n.isSame = function(o, f) {
83
- var u = q(o);
83
+ var u = T(o);
84
84
  return this.startOf(f) <= u && u <= this.endOf(f);
85
85
  }, n.isAfter = function(o, f) {
86
- return q(o) < this.startOf(f);
86
+ return T(o) < this.startOf(f);
87
87
  }, n.isBefore = function(o, f) {
88
- return this.endOf(f) < q(o);
88
+ return this.endOf(f) < T(o);
89
89
  }, n.$g = function(o, f, u) {
90
90
  return B.u(o) ? this[f] : this.set(u, o);
91
91
  }, n.unix = function() {
@@ -98,14 +98,14 @@ var Re = { exports: {} };
98
98
  return r ? re : re.endOf(g);
99
99
  }, V = function(le, K) {
100
100
  return B.w(u.toDate()[le].apply(u.toDate("s"), (r ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(K)), u);
101
- }, W = this.$W, Z = this.$M, Q = this.$D, ae = "set" + (this.$u ? "UTC" : "");
101
+ }, x = this.$W, Z = this.$M, Q = this.$D, ae = "set" + (this.$u ? "UTC" : "");
102
102
  switch (l) {
103
103
  case H:
104
104
  return r ? m(1, 0) : m(31, 11);
105
105
  case C:
106
106
  return r ? m(1, Z) : m(0, Z + 1);
107
- case h:
108
- var ne = this.$locale().weekStart || 0, ce = (W < ne ? W + 7 : W) - ne;
107
+ case y:
108
+ var ne = this.$locale().weekStart || 0, ce = (x < ne ? x + 7 : x) - ne;
109
109
  return m(r ? Q - ce : Q + (6 - ce), Z);
110
110
  case g:
111
111
  case A:
@@ -124,8 +124,8 @@ var Re = { exports: {} };
124
124
  }, n.$set = function(o, f) {
125
125
  var u, r = B.p(o), l = "set" + (this.$u ? "UTC" : ""), m = (u = {}, u[g] = l + "Date", u[A] = l + "Date", u[C] = l + "Month", u[H] = l + "FullYear", u[S] = l + "Hours", u[p] = l + "Minutes", u[D] = l + "Seconds", u[Y] = l + "Milliseconds", u)[r], V = r === g ? this.$D + (f - this.$W) : f;
126
126
  if (r === C || r === H) {
127
- var W = this.clone().set(A, 1);
128
- W.$d[m](V), W.init(), this.$d = W.set(A, Math.min(this.$D, W.daysInMonth())).$d;
127
+ var x = this.clone().set(A, 1);
128
+ x.$d[m](V), x.init(), this.$d = x.set(A, Math.min(this.$D, x.daysInMonth())).$d;
129
129
  } else m && this.$d[m](V);
130
130
  return this.init(), this;
131
131
  }, n.set = function(o, f) {
@@ -136,21 +136,21 @@ var Re = { exports: {} };
136
136
  var u, r = this;
137
137
  o = Number(o);
138
138
  var l = B.p(f), m = function(Z) {
139
- var Q = q(r);
139
+ var Q = T(r);
140
140
  return B.w(Q.date(Q.date() + Math.round(Z * o)), r);
141
141
  };
142
142
  if (l === C) return this.set(C, this.$M + o);
143
143
  if (l === H) return this.set(H, this.$y + o);
144
144
  if (l === g) return m(1);
145
- if (l === h) return m(7);
146
- var V = (u = {}, u[p] = s, u[S] = d, u[D] = e, u)[l] || 1, W = this.$d.getTime() + o * V;
147
- return B.w(W, this);
145
+ if (l === y) return m(7);
146
+ var V = (u = {}, u[p] = s, u[S] = d, u[D] = e, u)[l] || 1, x = this.$d.getTime() + o * V;
147
+ return B.w(x, this);
148
148
  }, n.subtract = function(o, f) {
149
149
  return this.add(-1 * o, f);
150
150
  }, n.format = function(o) {
151
151
  var f = this, u = this.$locale();
152
152
  if (!this.isValid()) return u.invalidDate || U;
153
- var r = o || "YYYY-MM-DDTHH:mm:ssZ", l = B.z(this), m = this.$H, V = this.$m, W = this.$M, Z = u.weekdays, Q = u.months, ae = u.meridiem, ne = function(K, re, fe, ve) {
153
+ var r = o || "YYYY-MM-DDTHH:mm:ssZ", l = B.z(this), m = this.$H, V = this.$m, x = this.$M, Z = u.weekdays, Q = u.months, ae = u.meridiem, ne = function(K, re, fe, ve) {
154
154
  return K && (K[re] || K(f, r)) || fe[re].slice(0, ve);
155
155
  }, ce = function(K) {
156
156
  return B.s(m % 12 || 12, K, "0");
@@ -166,13 +166,13 @@ var Re = { exports: {} };
166
166
  case "YYYY":
167
167
  return B.s(f.$y, 4, "0");
168
168
  case "M":
169
- return W + 1;
169
+ return x + 1;
170
170
  case "MM":
171
- return B.s(W + 1, 2, "0");
171
+ return B.s(x + 1, 2, "0");
172
172
  case "MMM":
173
- return ne(u.monthsShort, W, Q, 3);
173
+ return ne(u.monthsShort, x, Q, 3);
174
174
  case "MMMM":
175
- return ne(Q, W);
175
+ return ne(Q, x);
176
176
  case "D":
177
177
  return f.$D;
178
178
  case "DD":
@@ -216,7 +216,7 @@ var Re = { exports: {} };
216
216
  }, n.utcOffset = function() {
217
217
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
218
218
  }, n.diff = function(o, f, u) {
219
- var r, l = this, m = B.p(f), V = q(o), W = (V.utcOffset() - this.utcOffset()) * s, Z = this - V, Q = function() {
219
+ var r, l = this, m = B.p(f), V = T(o), x = (V.utcOffset() - this.utcOffset()) * s, Z = this - V, Q = function() {
220
220
  return B.m(l, V);
221
221
  };
222
222
  switch (m) {
@@ -229,11 +229,11 @@ var Re = { exports: {} };
229
229
  case j:
230
230
  r = Q() / 3;
231
231
  break;
232
- case h:
233
- r = (Z - W) / 6048e5;
232
+ case y:
233
+ r = (Z - x) / 6048e5;
234
234
  break;
235
235
  case g:
236
- r = (Z - W) / 864e5;
236
+ r = (Z - x) / 864e5;
237
237
  break;
238
238
  case S:
239
239
  r = Z / d;
@@ -268,15 +268,15 @@ var Re = { exports: {} };
268
268
  return this.$d.toUTCString();
269
269
  }, i;
270
270
  }(), N = E.prototype;
271
- return q.prototype = N, [["$ms", Y], ["$s", D], ["$m", p], ["$H", S], ["$W", g], ["$M", C], ["$y", H], ["$D", A]].forEach(function(i) {
271
+ return T.prototype = N, [["$ms", Y], ["$s", D], ["$m", p], ["$H", S], ["$W", g], ["$M", C], ["$y", H], ["$D", A]].forEach(function(i) {
272
272
  N[i[1]] = function(n) {
273
273
  return this.$g(n, i[0], i[1]);
274
274
  };
275
- }), q.extend = function(i, n) {
276
- return i.$i || (i(n, E, q), i.$i = !0), q;
277
- }, q.locale = L, q.isDayjs = O, q.unix = function(i) {
278
- return q(1e3 * i);
279
- }, q.en = $[v], q.Ls = $, q.p = {}, q;
275
+ }), T.extend = function(i, n) {
276
+ return i.$i || (i(n, E, T), i.$i = !0), T;
277
+ }, T.locale = L, T.isDayjs = O, T.unix = function(i) {
278
+ return T(1e3 * i);
279
+ }, T.en = $[v], T.Ls = $, T.p = {}, T;
280
280
  });
281
281
  })(Re);
282
282
  var ct = Re.exports;
@@ -288,28 +288,28 @@ var Ge = { exports: {} };
288
288
  })(Be, function() {
289
289
  var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, s = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, d = /\d/, Y = /\d\d/, D = /\d\d?/, p = /\d*[^-_:/,()\s\d]+/, S = {}, g = function(c) {
290
290
  return (c = +c) + (c > 68 ? 1900 : 2e3);
291
- }, h = function(c) {
291
+ }, y = function(c) {
292
292
  return function(w) {
293
293
  this[c] = +w;
294
294
  };
295
295
  }, C = [/[+-]\d\d:?(\d\d)?|Z/, function(c) {
296
296
  (this.zone || (this.zone = {})).offset = function(w) {
297
297
  if (!w || w === "Z") return 0;
298
- var T = w.match(/([+-]|\d\d)/g), I = 60 * T[1] + (+T[2] || 0);
299
- return I === 0 ? 0 : T[0] === "+" ? -I : I;
298
+ var I = w.match(/([+-]|\d\d)/g), q = 60 * I[1] + (+I[2] || 0);
299
+ return q === 0 ? 0 : I[0] === "+" ? -q : q;
300
300
  }(c);
301
301
  }], j = function(c) {
302
302
  var w = S[c];
303
303
  return w && (w.indexOf ? w : w.s.concat(w.f));
304
304
  }, H = function(c, w) {
305
- var T, I = S.meridiem;
306
- if (I) {
307
- for (var M = 1; M <= 24; M += 1) if (c.indexOf(I(M, 0, w)) > -1) {
308
- T = M > 12;
305
+ var I, q = S.meridiem;
306
+ if (q) {
307
+ for (var M = 1; M <= 24; M += 1) if (c.indexOf(q(M, 0, w)) > -1) {
308
+ I = M > 12;
309
309
  break;
310
310
  }
311
- } else T = c === (w ? "pm" : "PM");
312
- return T;
311
+ } else I = c === (w ? "pm" : "PM");
312
+ return I;
313
313
  }, A = { A: [p, function(c) {
314
314
  this.afternoon = H(c, !1);
315
315
  }], a: [p, function(c) {
@@ -322,41 +322,41 @@ var Ge = { exports: {} };
322
322
  this.milliseconds = 10 * +c;
323
323
  }], SSS: [/\d{3}/, function(c) {
324
324
  this.milliseconds = +c;
325
- }], s: [D, h("seconds")], ss: [D, h("seconds")], m: [D, h("minutes")], mm: [D, h("minutes")], H: [D, h("hours")], h: [D, h("hours")], HH: [D, h("hours")], hh: [D, h("hours")], D: [D, h("day")], DD: [Y, h("day")], Do: [p, function(c) {
326
- var w = S.ordinal, T = c.match(/\d+/);
327
- if (this.day = T[0], w) for (var I = 1; I <= 31; I += 1) w(I).replace(/\[|\]/g, "") === c && (this.day = I);
328
- }], w: [D, h("week")], ww: [Y, h("week")], M: [D, h("month")], MM: [Y, h("month")], MMM: [p, function(c) {
329
- var w = j("months"), T = (j("monthsShort") || w.map(function(I) {
330
- return I.slice(0, 3);
325
+ }], s: [D, y("seconds")], ss: [D, y("seconds")], m: [D, y("minutes")], mm: [D, y("minutes")], H: [D, y("hours")], h: [D, y("hours")], HH: [D, y("hours")], hh: [D, y("hours")], D: [D, y("day")], DD: [Y, y("day")], Do: [p, function(c) {
326
+ var w = S.ordinal, I = c.match(/\d+/);
327
+ if (this.day = I[0], w) for (var q = 1; q <= 31; q += 1) w(q).replace(/\[|\]/g, "") === c && (this.day = q);
328
+ }], w: [D, y("week")], ww: [Y, y("week")], M: [D, y("month")], MM: [Y, y("month")], MMM: [p, function(c) {
329
+ var w = j("months"), I = (j("monthsShort") || w.map(function(q) {
330
+ return q.slice(0, 3);
331
331
  })).indexOf(c) + 1;
332
- if (T < 1) throw new Error();
333
- this.month = T % 12 || T;
332
+ if (I < 1) throw new Error();
333
+ this.month = I % 12 || I;
334
334
  }], MMMM: [p, function(c) {
335
335
  var w = j("months").indexOf(c) + 1;
336
336
  if (w < 1) throw new Error();
337
337
  this.month = w % 12 || w;
338
- }], Y: [/[+-]?\d+/, h("year")], YY: [Y, function(c) {
338
+ }], Y: [/[+-]?\d+/, y("year")], YY: [Y, function(c) {
339
339
  this.year = g(c);
340
- }], YYYY: [/\d{4}/, h("year")], Z: C, ZZ: C };
340
+ }], YYYY: [/\d{4}/, y("year")], Z: C, ZZ: C };
341
341
  function U(c) {
342
- var w, T;
343
- w = c, T = S && S.formats;
344
- for (var I = (c = w.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(q, B, E) {
342
+ var w, I;
343
+ w = c, I = S && S.formats;
344
+ for (var q = (c = w.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(T, B, E) {
345
345
  var N = E && E.toUpperCase();
346
- return B || T[E] || e[E] || T[N].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(i, n, o) {
346
+ return B || I[E] || e[E] || I[N].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(i, n, o) {
347
347
  return n || o.slice(1);
348
348
  });
349
- })).match(s), M = I.length, v = 0; v < M; v += 1) {
350
- var $ = I[v], z = A[$], O = z && z[0], L = z && z[1];
351
- I[v] = L ? { regex: O, parser: L } : $.replace(/^\[|\]$/g, "");
349
+ })).match(s), M = q.length, v = 0; v < M; v += 1) {
350
+ var $ = q[v], z = A[$], O = z && z[0], L = z && z[1];
351
+ q[v] = L ? { regex: O, parser: L } : $.replace(/^\[|\]$/g, "");
352
352
  }
353
- return function(q) {
353
+ return function(T) {
354
354
  for (var B = {}, E = 0, N = 0; E < M; E += 1) {
355
- var i = I[E];
355
+ var i = q[E];
356
356
  if (typeof i == "string") N += i.length;
357
357
  else {
358
- var n = i.regex, o = i.parser, f = q.slice(N), u = n.exec(f)[0];
359
- o.call(B, u), q = q.replace(u, "");
358
+ var n = i.regex, o = i.parser, f = T.slice(N), u = n.exec(f)[0];
359
+ o.call(B, u), T = T.replace(u, "");
360
360
  }
361
361
  }
362
362
  return function(r) {
@@ -368,29 +368,29 @@ var Ge = { exports: {} };
368
368
  }(B), B;
369
369
  };
370
370
  }
371
- return function(c, w, T) {
372
- T.p.customParseFormat = !0, c && c.parseTwoDigitYear && (g = c.parseTwoDigitYear);
373
- var I = w.prototype, M = I.parse;
374
- I.parse = function(v) {
371
+ return function(c, w, I) {
372
+ I.p.customParseFormat = !0, c && c.parseTwoDigitYear && (g = c.parseTwoDigitYear);
373
+ var q = w.prototype, M = q.parse;
374
+ q.parse = function(v) {
375
375
  var $ = v.date, z = v.utc, O = v.args;
376
376
  this.$u = z;
377
377
  var L = O[1];
378
378
  if (typeof L == "string") {
379
- var q = O[2] === !0, B = O[3] === !0, E = q || B, N = O[2];
380
- B && (N = O[2]), S = this.$locale(), !q && N && (S = T.Ls[N]), this.$d = function(f, u, r, l) {
379
+ var T = O[2] === !0, B = O[3] === !0, E = T || B, N = O[2];
380
+ B && (N = O[2]), S = this.$locale(), !T && N && (S = I.Ls[N]), this.$d = function(f, u, r, l) {
381
381
  try {
382
382
  if (["x", "X"].indexOf(u) > -1) return new Date((u === "X" ? 1e3 : 1) * f);
383
- var m = U(u)(f), V = m.year, W = m.month, Z = m.day, Q = m.hours, ae = m.minutes, ne = m.seconds, ce = m.milliseconds, le = m.zone, K = m.week, re = /* @__PURE__ */ new Date(), fe = Z || (V || W ? 1 : re.getDate()), ve = V || re.getFullYear(), we = 0;
384
- V && !W || (we = W > 0 ? W - 1 : re.getMonth());
385
- var $e, Te = Q || 0, Ie = ae || 0, qe = ne || 0, He = ce || 0;
386
- return le ? new Date(Date.UTC(ve, we, fe, Te, Ie, qe, He + 60 * le.offset * 1e3)) : r ? new Date(Date.UTC(ve, we, fe, Te, Ie, qe, He)) : ($e = new Date(ve, we, fe, Te, Ie, qe, He), K && ($e = l($e).week(K).toDate()), $e);
383
+ var m = U(u)(f), V = m.year, x = m.month, Z = m.day, Q = m.hours, ae = m.minutes, ne = m.seconds, ce = m.milliseconds, le = m.zone, K = m.week, re = /* @__PURE__ */ new Date(), fe = Z || (V || x ? 1 : re.getDate()), ve = V || re.getFullYear(), we = 0;
384
+ V && !x || (we = x > 0 ? x - 1 : re.getMonth());
385
+ var $e, Ie = Q || 0, qe = ae || 0, Te = ne || 0, He = ce || 0;
386
+ return le ? new Date(Date.UTC(ve, we, fe, Ie, qe, Te, He + 60 * le.offset * 1e3)) : r ? new Date(Date.UTC(ve, we, fe, Ie, qe, Te, He)) : ($e = new Date(ve, we, fe, Ie, qe, Te, He), K && ($e = l($e).week(K).toDate()), $e);
387
387
  } catch {
388
388
  return /* @__PURE__ */ new Date("");
389
389
  }
390
- }($, L, z, T), this.init(), N && N !== !0 && (this.$L = this.locale(N).$L), E && $ != this.format(L) && (this.$d = /* @__PURE__ */ new Date("")), S = {};
390
+ }($, L, z, I), this.init(), N && N !== !0 && (this.$L = this.locale(N).$L), E && $ != this.format(L) && (this.$d = /* @__PURE__ */ new Date("")), S = {};
391
391
  } else if (L instanceof Array) for (var i = L.length, n = 1; n <= i; n += 1) {
392
392
  O[1] = L[n - 1];
393
- var o = T.apply(this, O);
393
+ var o = I.apply(this, O);
394
394
  if (o.isValid()) {
395
395
  this.$d = o.$d, this.$L = o.$L, this.init();
396
396
  break;
@@ -411,14 +411,14 @@ var Je = { exports: {} };
411
411
  })(Be, function() {
412
412
  return function(e, s, d) {
413
413
  s.prototype.isBetween = function(Y, D, p, S) {
414
- var g = d(Y), h = d(D), C = (S = S || "()")[0] === "(", j = S[1] === ")";
415
- return (C ? this.isAfter(g, p) : !this.isBefore(g, p)) && (j ? this.isBefore(h, p) : !this.isAfter(h, p)) || (C ? this.isBefore(g, p) : !this.isAfter(g, p)) && (j ? this.isAfter(h, p) : !this.isBefore(h, p));
414
+ var g = d(Y), y = d(D), C = (S = S || "()")[0] === "(", j = S[1] === ")";
415
+ return (C ? this.isAfter(g, p) : !this.isBefore(g, p)) && (j ? this.isBefore(y, p) : !this.isAfter(y, p)) || (C ? this.isBefore(g, p) : !this.isAfter(g, p)) && (j ? this.isAfter(y, p) : !this.isBefore(y, p));
416
416
  };
417
417
  };
418
418
  });
419
419
  })(Je);
420
420
  var vt = Je.exports;
421
- const ht = /* @__PURE__ */ Ce(vt), Oe = "__maz-click-outside__";
421
+ const yt = /* @__PURE__ */ Ce(vt), Oe = "__maz-click-outside__";
422
422
  function Qe() {
423
423
  return document.ontouchstart === null ? "touchstart" : "click";
424
424
  }
@@ -446,7 +446,7 @@ function Ke(t) {
446
446
  console.error("[maz-ui](vClickOutside)", a);
447
447
  }
448
448
  }
449
- function yt(t, a) {
449
+ function ht(t, a) {
450
450
  try {
451
451
  if (a.value === a.oldValue)
452
452
  return;
@@ -457,7 +457,7 @@ function yt(t, a) {
457
457
  }
458
458
  const pt = {
459
459
  mounted: Xe,
460
- updated: yt,
460
+ updated: ht,
461
461
  unmounted: Ke
462
462
  }, bt = {
463
463
  xmlns: "http://www.w3.org/2000/svg",
@@ -506,7 +506,7 @@ function wt({
506
506
  providedId: a
507
507
  }) {
508
508
  const e = at();
509
- return y(() => a ?? `${t}-${e}`);
509
+ return h(() => a ?? `${t}-${e}`);
510
510
  }
511
511
  function _e(t, a) {
512
512
  let e;
@@ -560,7 +560,7 @@ const $t = {
560
560
  },
561
561
  emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
562
562
  setup(t, { emit: a }) {
563
- const e = t, s = a, d = se(() => Promise.resolve().then(() => Zt)), Y = se(() => import("./MazIcon-BbvBov5G.mjs")), D = se(() => import("./eye-slash-BoO00xzs.mjs")), p = se(() => import("./eye-f8zAUc30.mjs")), S = se(() => import("./check-BmubdHc_.mjs")), g = X(!1), h = X(!1), C = X(), j = wt({
563
+ const e = t, s = a, d = se(() => Promise.resolve().then(() => Zt)), Y = se(() => import("./MazIcon-BbvBov5G.mjs")), D = se(() => import("./eye-slash-BoO00xzs.mjs")), p = se(() => import("./eye-f8zAUc30.mjs")), S = se(() => import("./check-BmubdHc_.mjs")), g = X(!1), y = X(!1), C = X(), j = wt({
564
564
  componentName: "MazInput",
565
565
  providedId: e.id
566
566
  });
@@ -568,7 +568,7 @@ const $t = {
568
568
  var i;
569
569
  e.autoFocus && ((i = C.value) == null || i.focus());
570
570
  });
571
- const H = y(() => e.type === "password"), A = y(() => g.value ? "text" : e.type), U = y(() => {
571
+ const H = h(() => e.type === "password"), A = h(() => g.value ? "text" : e.type), U = h(() => {
572
572
  if (!e.noBorder) {
573
573
  if (e.error)
574
574
  return "maz-border-danger";
@@ -576,7 +576,7 @@ const $t = {
576
576
  return "maz-border-success";
577
577
  if (e.warning)
578
578
  return "maz-border-warning";
579
- if (h.value || e.borderActive) {
579
+ if (y.value || e.borderActive) {
580
580
  if (e.color === "black")
581
581
  return "maz-border-black";
582
582
  if (e.color === "danger")
@@ -596,11 +596,11 @@ const $t = {
596
596
  }
597
597
  return "--default-border";
598
598
  }
599
- }), c = Ue(), w = y(() => {
599
+ }), c = Ue(), w = h(() => {
600
600
  const { required: i, placeholder: n } = e;
601
601
  if (n)
602
602
  return i ? `${n} *` : n;
603
- }), T = y(() => v.value !== void 0 && v.value !== ""), I = _e(
603
+ }), I = h(() => v.value !== void 0 && v.value !== ""), q = _e(
604
604
  (i) => {
605
605
  s("update:model-value", i);
606
606
  },
@@ -608,24 +608,24 @@ const $t = {
608
608
  );
609
609
  function M(i) {
610
610
  if (e.debounce)
611
- return I(i);
611
+ return q(i);
612
612
  s("update:model-value", i);
613
613
  }
614
- const v = y({
614
+ const v = h({
615
615
  get: () => e.modelValue,
616
616
  set: (i) => M(i)
617
- }), $ = y(() => (!!e.label || !!e.hint) && (h.value || !!T.value || !!e.placeholder || ["date", "month", "week"].includes(e.type))), z = y(() => !!e.label || !!e.hint);
617
+ }), $ = h(() => (!!e.label || !!e.hint) && (y.value || !!I.value || !!e.placeholder || ["date", "month", "week"].includes(e.type))), z = h(() => !!e.label || !!e.hint);
618
618
  function O() {
619
619
  return !!c["right-icon"] || H.value || !!c["valid-button"] || e.validButton || !!e.rightIcon;
620
620
  }
621
621
  function L() {
622
622
  return !!c["left-icon"] || !!e.leftIcon;
623
623
  }
624
- function q(i) {
625
- s("focus", i), h.value = !0;
624
+ function T(i) {
625
+ s("focus", i), y.value = !0;
626
626
  }
627
627
  function B(i) {
628
- s("blur", i), h.value = !1;
628
+ s("blur", i), y.value = !1;
629
629
  }
630
630
  function E(i) {
631
631
  return s("change", i);
@@ -638,7 +638,7 @@ const $t = {
638
638
  {
639
639
  class: G(["m-input", [
640
640
  {
641
- "--is-focused": h.value || i.borderActive,
641
+ "--is-focused": y.value || i.borderActive,
642
642
  "--should-up": $.value,
643
643
  "--has-label": z.value,
644
644
  "--is-disabled": i.disabled,
@@ -665,10 +665,7 @@ const $t = {
665
665
  },
666
666
  [
667
667
  L() ? (k(), P("div", $t, [
668
- x(`
669
- @slot left-icon - The icon to display on the left of the input
670
- `),
671
- i.$slots["left-icon"] || i.leftIcon ? ye(i.$slots, "left-icon", { key: 0 }, () => [
668
+ i.$slots["left-icon"] || i.leftIcon ? he(i.$slots, "left-icon", { key: 0 }, () => [
672
669
  typeof i.leftIcon == "string" ? (k(), F(J(Y), {
673
670
  key: 0,
674
671
  name: i.leftIcon,
@@ -676,9 +673,9 @@ const $t = {
676
673
  }, null, 8, ["name"])) : i.leftIcon ? (k(), F(ke(i.leftIcon), {
677
674
  key: 1,
678
675
  class: "maz-text-xl maz-text-muted"
679
- })) : x("v-if", !0)
680
- ], !0) : x("v-if", !0)
681
- ])) : x("v-if", !0),
676
+ })) : W("v-if", !0)
677
+ ], !0) : W("v-if", !0)
678
+ ])) : W("v-if", !0),
682
679
  te("div", Mt, [
683
680
  Pe(te("input", Ne({
684
681
  id: J(j),
@@ -697,7 +694,7 @@ const $t = {
697
694
  class: "m-input-input"
698
695
  }, rt({
699
696
  blur: B,
700
- focus: q,
697
+ focus: T,
701
698
  change: E,
702
699
  input: N
703
700
  }, !0), {
@@ -723,17 +720,14 @@ const $t = {
723
720
  1
724
721
  /* TEXT */
725
722
  ),
726
- i.required ? (k(), P("sup", zt, "*")) : x("v-if", !0)
723
+ i.required ? (k(), P("sup", zt, "*")) : W("v-if", !0)
727
724
  ],
728
725
  2
729
726
  /* CLASS */
730
- )) : x("v-if", !0)
727
+ )) : W("v-if", !0)
731
728
  ]),
732
729
  O() ? (k(), P("div", Vt, [
733
- x(`
734
- @slot right-icon - The icon to display on the right of the input
735
- `),
736
- i.$slots["right-icon"] || i.rightIcon ? ye(i.$slots, "right-icon", { key: 0 }, () => [
730
+ i.$slots["right-icon"] || i.rightIcon ? he(i.$slots, "right-icon", { key: 0 }, () => [
737
731
  typeof i.rightIcon == "string" ? (k(), F(J(Y), {
738
732
  key: 0,
739
733
  name: i.rightIcon,
@@ -741,8 +735,8 @@ const $t = {
741
735
  }, null, 8, ["name"])) : i.rightIcon ? (k(), F(ke(i.rightIcon), {
742
736
  key: 1,
743
737
  class: "maz-text-xl maz-text-muted"
744
- })) : x("v-if", !0)
745
- ], !0) : x("v-if", !0),
738
+ })) : W("v-if", !0)
739
+ ], !0) : W("v-if", !0),
746
740
  H.value ? (k(), F(J(d), {
747
741
  key: 1,
748
742
  color: "transparent",
@@ -761,11 +755,8 @@ const $t = {
761
755
  ]),
762
756
  _: 1
763
757
  /* STABLE */
764
- })) : x("v-if", !0),
765
- x(`
766
- @slot valid-button - Replace the valid button by your own
767
- `),
768
- i.$slots["valid-button"] || i.validButton ? ye(i.$slots, "valid-button", { key: 2 }, () => [
758
+ })) : W("v-if", !0),
759
+ i.$slots["valid-button"] || i.validButton ? he(i.$slots, "valid-button", { key: 2 }, () => [
769
760
  R(J(d), {
770
761
  color: "transparent",
771
762
  disabled: i.disabled,
@@ -781,8 +772,8 @@ const $t = {
781
772
  _: 1
782
773
  /* STABLE */
783
774
  }, 8, ["disabled", "loading"])
784
- ], !0) : x("v-if", !0)
785
- ])) : x("v-if", !0)
775
+ ], !0) : W("v-if", !0)
776
+ ])) : W("v-if", !0)
786
777
  ],
787
778
  2
788
779
  /* CLASS */
@@ -797,7 +788,7 @@ const $t = {
797
788
  for (const [s, d] of a)
798
789
  e[s] = d;
799
790
  return e;
800
- }, Ot = /* @__PURE__ */ ie(Yt, [["__scopeId", "data-v-b3e1e126"]]);
791
+ }, Ot = /* @__PURE__ */ ie(Yt, [["__scopeId", "data-v-c42aaa7f"]]);
801
792
  var et = { exports: {} };
802
793
  (function(t, a) {
803
794
  (function(e, s) {
@@ -824,7 +815,7 @@ function Le({
824
815
  }) {
825
816
  return t ? De(ee(t, a, e)) : void 0;
826
817
  }
827
- function Tt({
818
+ function It({
828
819
  value: t,
829
820
  locale: a,
830
821
  options: e
@@ -840,10 +831,10 @@ function Tt({
840
831
  });
841
832
  return s || d ? `${s || "..."} - ${d || "..."}` : void 0;
842
833
  }
843
- function It(t) {
834
+ function qt(t) {
844
835
  return b(t).startOf("month").day();
845
836
  }
846
- function qt(t, a) {
837
+ function Tt(t, a) {
847
838
  const e = b().locale(t), s = [];
848
839
  for (let d = 0; d < 7; d++) {
849
840
  const Y = e.day(d + a).toDate(), D = ee(Y, t, { weekday: "short" });
@@ -857,7 +848,7 @@ function Ht(t) {
857
848
  function jt(t) {
858
849
  return b().isSame(t, "date");
859
850
  }
860
- function he(t, a, e) {
851
+ function ye(t, a, e) {
861
852
  return b(t).isSame(a, e);
862
853
  }
863
854
  function tt(t, a) {
@@ -933,7 +924,7 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
933
924
  firstDayOfWeek: { type: Number, required: !0 }
934
925
  },
935
926
  setup(t) {
936
- const a = t, e = y(() => qt(a.locale, a.firstDayOfWeek));
927
+ const a = t, e = h(() => Tt(a.locale, a.firstDayOfWeek));
937
928
  return (s, d) => (k(), P("div", Wt, [
938
929
  (k(!0), P(
939
930
  ue,
@@ -978,20 +969,20 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
978
969
  justify: { default: "center" }
979
970
  },
980
971
  setup(t) {
981
- const a = t, e = se(() => import("./MazSpinner-cqcpf_FX.mjs")), s = se(() => import("./MazIcon-BbvBov5G.mjs")), { href: d, to: Y } = ot(), D = Ue(), p = y(() => d ? "a" : Y ? "router-link" : "button"), S = y(
972
+ const a = t, e = se(() => import("./MazSpinner-BsYJDmi9.mjs")), s = se(() => import("./MazIcon-BbvBov5G.mjs")), { href: d, to: Y } = ot(), D = Ue(), p = h(() => d ? "a" : Y ? "router-link" : "button"), S = h(
982
973
  () => a.pastel ? `--${a.color}-pastel` : a.outline ? `--${a.color}-outline` : `--${a.color}`
983
- ), g = y(
974
+ ), g = h(
984
975
  () => (a.loading || a.disabled) && p.value === "button"
985
- ), h = y(() => g.value ? "--cursor-default" : "--cursor-pointer"), C = y(() => `--is-${a.variant}`), j = y(() => a.loading && a.variant === "button"), H = y(() => !!D["left-icon"] || a.leftIcon), A = y(() => !!D["right-icon"] || a.rightIcon), U = y(() => H.value || A.value), c = y(() => a.icon || !!D.icon), w = y(() => p.value === "button" ? a.type : void 0), T = y(() => a.size === "xl" ? "maz-text-3xl" : a.size === "lg" ? "maz-text-2xl" : a.size === "md" ? "maz-text-xl" : a.size === "sm" ? "maz-text-lg" : a.size === "xs" ? "maz-text-base" : a.size === "mini" ? "maz-text-sm" : "md"), I = y(() => a.justify === "start" ? "maz-justify-start" : a.justify === "end" ? "maz-justify-end" : a.justify === "center" ? "maz-justify-center" : a.justify === "between" ? "maz-justify-between" : a.justify === "around" ? "maz-justify-around" : a.justify === "evenly" ? "maz-justify-evenly" : "maz-justify-center");
976
+ ), y = h(() => g.value ? "--cursor-default" : "--cursor-pointer"), C = h(() => `--is-${a.variant}`), j = h(() => a.loading && a.variant === "button"), H = h(() => !!D["left-icon"] || a.leftIcon), A = h(() => !!D["right-icon"] || a.rightIcon), U = h(() => H.value || A.value), c = h(() => a.icon || !!D.icon), w = h(() => p.value === "button" ? a.type : void 0), I = h(() => a.size === "xl" ? "maz-text-3xl" : a.size === "lg" ? "maz-text-2xl" : a.size === "md" ? "maz-text-xl" : a.size === "sm" ? "maz-text-lg" : a.size === "xs" ? "maz-text-base" : a.size === "mini" ? "maz-text-sm" : "md"), q = h(() => a.justify === "start" ? "maz-justify-start" : a.justify === "end" ? "maz-justify-end" : a.justify === "center" ? "maz-justify-center" : a.justify === "between" ? "maz-justify-between" : a.justify === "around" ? "maz-justify-around" : a.justify === "evenly" ? "maz-justify-evenly" : "maz-justify-center");
986
977
  return (M, v) => (k(), F(ke(p.value), {
987
978
  disabled: g.value || void 0,
988
979
  class: G(["m-btn", [
989
980
  `--${M.size}`,
990
981
  !M.fab && !M.rounded && M.roundedSize && `--rounded-${M.roundedSize}`,
991
982
  S.value,
992
- h.value,
983
+ y.value,
993
984
  C.value,
994
- I.value,
985
+ q.value,
995
986
  {
996
987
  "--block": M.block,
997
988
  "--no-underline": M.noUnderline,
@@ -1008,55 +999,43 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1008
999
  type: w.value
1009
1000
  }, {
1010
1001
  default: _(() => [
1011
- x(`
1012
- @slot left-icon - The icon to display on the left of the button
1013
- `),
1014
- ye(M.$slots, "left-icon", {}, () => [
1002
+ he(M.$slots, "left-icon", {}, () => [
1015
1003
  typeof M.leftIcon == "string" ? (k(), F(J(s), {
1016
1004
  key: 0,
1017
1005
  name: M.leftIcon,
1018
- class: G([T.value])
1006
+ class: G([I.value])
1019
1007
  }, null, 8, ["name", "class"])) : M.leftIcon ? (k(), F(ke(M.leftIcon), {
1020
1008
  key: 1,
1021
- class: G([T.value])
1022
- }, null, 8, ["class"])) : x("v-if", !0)
1009
+ class: G([I.value])
1010
+ }, null, 8, ["class"])) : W("v-if", !0)
1023
1011
  ], !0),
1024
- x(`
1025
- @slot icon - The icon to display on the fab button
1026
- `),
1027
- c.value ? ye(M.$slots, "icon", { key: 0 }, () => [
1012
+ c.value ? he(M.$slots, "icon", { key: 0 }, () => [
1028
1013
  typeof M.icon == "string" ? (k(), F(J(s), {
1029
1014
  key: 0,
1030
1015
  name: M.icon,
1031
- class: G([T.value])
1016
+ class: G([I.value])
1032
1017
  }, null, 8, ["name", "class"])) : M.icon ? (k(), F(ke(M.icon), {
1033
1018
  key: 1,
1034
- class: G([T.value])
1035
- }, null, 8, ["class"])) : x("v-if", !0)
1036
- ], !0) : x("v-if", !0),
1037
- x(`
1038
- @slot default - The content of the button
1039
- `),
1040
- ye(M.$slots, "default", {}, void 0, !0),
1041
- x(`
1042
- @slot left-icon - The icon to display on the left of the button
1043
- `),
1044
- A.value ? ye(M.$slots, "right-icon", { key: 1 }, () => [
1019
+ class: G([I.value])
1020
+ }, null, 8, ["class"])) : W("v-if", !0)
1021
+ ], !0) : W("v-if", !0),
1022
+ he(M.$slots, "default", {}, void 0, !0),
1023
+ A.value ? he(M.$slots, "right-icon", { key: 1 }, () => [
1045
1024
  typeof M.rightIcon == "string" ? (k(), F(J(s), {
1046
1025
  key: 0,
1047
1026
  name: M.rightIcon,
1048
- class: G([T.value])
1027
+ class: G([I.value])
1049
1028
  }, null, 8, ["name", "class"])) : M.rightIcon ? (k(), F(ke(M.rightIcon), {
1050
1029
  key: 1,
1051
- class: G([T.value])
1052
- }, null, 8, ["class"])) : x("v-if", !0)
1053
- ], !0) : x("v-if", !0),
1030
+ class: G([I.value])
1031
+ }, null, 8, ["class"])) : W("v-if", !0)
1032
+ ], !0) : W("v-if", !0),
1054
1033
  j.value ? (k(), P("div", Ut, [
1055
1034
  R(J(e), {
1056
1035
  size: "2em",
1057
1036
  color: M.color
1058
1037
  }, null, 8, ["color"])
1059
- ])) : x("v-if", !0)
1038
+ ])) : W("v-if", !0)
1060
1039
  ]),
1061
1040
  _: 3
1062
1041
  /* FORWARDED */
@@ -1088,18 +1067,18 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1088
1067
  setup(t, { emit: a }) {
1089
1068
  it((n) => ({
1090
1069
  "6676aa9c": S.value,
1091
- "731d1f50": h.value,
1070
+ "731d1f50": y.value,
1092
1071
  "20d26eb4": g.value
1093
1072
  }));
1094
- const e = t, s = a, d = X(), Y = X("maz-slidenext"), D = y(() => [e.calendarDate]), p = y(() => e.modelValue && typeof e.modelValue == "object"), S = y(() => `var(--maz-color-${e.color}-alpha-20)`), g = y(() => `var(--maz-color-${e.color}-alpha)`), h = y(() => `var(--maz-color-${e.color}-alpha-20)`), C = y({
1073
+ const e = t, s = a, d = X(), Y = X("maz-slidenext"), D = h(() => [e.calendarDate]), p = h(() => e.modelValue && typeof e.modelValue == "object"), S = h(() => `var(--maz-color-${e.color}-alpha-20)`), g = h(() => `var(--maz-color-${e.color}-alpha)`), y = h(() => `var(--maz-color-${e.color}-alpha-20)`), C = h({
1095
1074
  get: () => e.modelValue,
1096
1075
  set: (n) => s("update:model-value", n)
1097
- }), j = y(
1076
+ }), j = h(
1098
1077
  () => Array.from({ length: Ht(e.calendarDate) }, (n, o) => o + 1).map((n) => ({
1099
1078
  label: n,
1100
1079
  date: b(e.calendarDate).set("date", n)
1101
1080
  }))
1102
- ), H = y(() => (It(e.calendarDate) - e.firstDayOfWeek + 7) % 7);
1081
+ ), H = h(() => (qt(e.calendarDate) - e.firstDayOfWeek + 7) % 7);
1103
1082
  function A(n) {
1104
1083
  const o = e.modelValue;
1105
1084
  o.start && !o.end && n && n.isAfter(o.start) ? s("update:hoverred-day", n) : s("update:hoverred-day");
@@ -1114,22 +1093,22 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1114
1093
  }
1115
1094
  function w(n) {
1116
1095
  var o;
1117
- return e.modelValue && e.modelValue && typeof e.modelValue == "object" && (o = e.modelValue) != null && o.start ? he(n, e.modelValue.start, "date") : !1;
1096
+ return e.modelValue && e.modelValue && typeof e.modelValue == "object" && (o = e.modelValue) != null && o.start ? ye(n, e.modelValue.start, "date") : !1;
1118
1097
  }
1119
- function T(n) {
1098
+ function I(n) {
1120
1099
  var o;
1121
- return e.modelValue && e.modelValue && typeof e.modelValue == "object" && (o = e.modelValue) != null && o.end ? he(n, e.modelValue.end, "date") : !1;
1100
+ return e.modelValue && e.modelValue && typeof e.modelValue == "object" && (o = e.modelValue) != null && o.end ? ye(n, e.modelValue.end, "date") : !1;
1122
1101
  }
1123
- function I(n) {
1102
+ function q(n) {
1124
1103
  const o = e.modelValue;
1125
- return typeof o == "object" ? o.start && he(n, o.start, "date") || o.end && he(n, o.end, "date") || O(n) ? e.color : "transparent" : z(n) ? e.color : "transparent";
1104
+ return typeof o == "object" ? o.start && ye(n, o.start, "date") || o.end && ye(n, o.end, "date") || O(n) ? e.color : "transparent" : z(n) ? e.color : "transparent";
1126
1105
  }
1127
1106
  function M(n) {
1128
1107
  if (e.modelValue && typeof e.modelValue == "object") {
1129
- if (e.modelValue.start && he(n, e.modelValue.start, "date"))
1108
+ if (e.modelValue.start && ye(n, e.modelValue.start, "date"))
1130
1109
  return 1;
1131
1110
  if (e.modelValue.end) {
1132
- if (he(n, e.modelValue.end, "date"))
1111
+ if (ye(n, e.modelValue.end, "date"))
1133
1112
  return 1;
1134
1113
  if (O(n))
1135
1114
  return 2;
@@ -1165,7 +1144,7 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1165
1144
  if (!e.modelValue)
1166
1145
  return !1;
1167
1146
  const o = e.modelValue;
1168
- return he(n, o, "date");
1147
+ return ye(n, o, "date");
1169
1148
  }
1170
1149
  function O(n) {
1171
1150
  const o = e.modelValue;
@@ -1174,13 +1153,13 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1174
1153
  function L(n) {
1175
1154
  return e.minDate ? b(n).isBefore(e.minDate, "date") : !1;
1176
1155
  }
1177
- function q(n) {
1156
+ function T(n) {
1178
1157
  var o;
1179
1158
  return (o = e.disabledWeekly) != null && o.length ? e.disabledWeekly.some((f) => tt(n, f)) : !1;
1180
1159
  }
1181
1160
  function B(n) {
1182
1161
  var o;
1183
- return (o = e.disabledDates) != null && o.length ? e.disabledDates.some((f) => he(n, f, "date")) : !1;
1162
+ return (o = e.disabledDates) != null && o.length ? e.disabledDates.some((f) => ye(n, f, "date")) : !1;
1184
1163
  }
1185
1164
  function E(n) {
1186
1165
  return e.maxDate ? b(n).isAfter(e.maxDate, "date") : !1;
@@ -1230,13 +1209,13 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1230
1209
  de(j.value, ({ label: r, date: l }, m) => (k(), F(pe, {
1231
1210
  key: m,
1232
1211
  size: "mini",
1233
- color: I(l),
1212
+ color: q(l),
1234
1213
  type: "button",
1235
- disabled: t.disabled || L(l) || E(l) || q(l) || B(l),
1214
+ disabled: t.disabled || L(l) || E(l) || T(l) || B(l),
1236
1215
  class: G({
1237
1216
  "--is-today": $(l),
1238
1217
  "--is-first": w(l),
1239
- "--is-last": T(l) || p.value && c(l),
1218
+ "--is-last": I(l) || p.value && c(l),
1240
1219
  "--is-selected": M(l) === 1,
1241
1220
  "--is-between": M(l) === 2,
1242
1221
  "--is-between-hoverred": p.value ? U(l) === 3 : void 0
@@ -1300,17 +1279,17 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1300
1279
  },
1301
1280
  emits: ["update:model-value", "update:calendar-date", "update:hoverred-day"],
1302
1281
  setup(t, { emit: a }) {
1303
- const e = t, s = a, d = y({
1282
+ const e = t, s = a, d = h({
1304
1283
  get: () => e.modelValue,
1305
1284
  set: (S) => s("update:model-value", S)
1306
- }), Y = y({
1285
+ }), Y = h({
1307
1286
  get: () => e.hoverredDay,
1308
1287
  set: (S) => s("update:hoverred-day", S)
1309
1288
  });
1310
1289
  function D(S) {
1311
1290
  return b(e.calendarDate).add(S, "month").format();
1312
1291
  }
1313
- const p = y({
1292
+ const p = h({
1314
1293
  get: () => D(e.offsetMonth),
1315
1294
  set: (S) => s("update:calendar-date", S)
1316
1295
  });
@@ -1322,9 +1301,9 @@ const Wt = { class: "maz-picker-calendar-days" }, Et = /* @__PURE__ */ oe({
1322
1301
  }, null, 8, ["locale", "first-day-of-week"]),
1323
1302
  R(Gt, {
1324
1303
  modelValue: d.value,
1325
- "onUpdate:modelValue": g[0] || (g[0] = (h) => d.value = h),
1304
+ "onUpdate:modelValue": g[0] || (g[0] = (y) => d.value = y),
1326
1305
  "hoverred-day": Y.value,
1327
- "onUpdate:hoverredDay": g[1] || (g[1] = (h) => Y.value = h),
1306
+ "onUpdate:hoverredDay": g[1] || (g[1] = (y) => Y.value = y),
1328
1307
  locale: t.locale,
1329
1308
  color: t.color,
1330
1309
  "has-time": t.hasTime,
@@ -1377,13 +1356,13 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1377
1356
  "update:calendar-date"
1378
1357
  ],
1379
1358
  setup(t, { emit: a }) {
1380
- const e = t, s = a, d = y(() => b(e.calendarDate)), Y = y(() => e.double ? `${De(
1359
+ const e = t, s = a, d = h(() => b(e.calendarDate)), Y = h(() => e.double ? `${De(
1381
1360
  ee(d.value.format(), e.locale, { month: "long" })
1382
1361
  )} - ${De(
1383
1362
  ee(d.value.add(1, "month").format(), e.locale, {
1384
1363
  month: "long"
1385
1364
  })
1386
- )}` : De(ee(d.value.format(), e.locale, { month: "long" }))), D = y(
1365
+ )}` : De(ee(d.value.format(), e.locale, { month: "long" }))), D = h(
1387
1366
  () => ee(d.value.format(), e.locale, { year: "numeric" })
1388
1367
  );
1389
1368
  function p() {
@@ -1392,7 +1371,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1392
1371
  function S() {
1393
1372
  s("update:calendar-date", b(e.calendarDate).add(1, "month").format());
1394
1373
  }
1395
- return (g, h) => (k(), P("div", ea, [
1374
+ return (g, y) => (k(), P("div", ea, [
1396
1375
  R(pe, {
1397
1376
  size: "xs",
1398
1377
  color: "transparent",
@@ -1410,7 +1389,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1410
1389
  color: "transparent",
1411
1390
  type: "button",
1412
1391
  class: "m-picker-calendar-switcher__date",
1413
- onClick: h[0] || (h[0] = (C) => g.$emit("open-month-switcher", C))
1392
+ onClick: y[0] || (y[0] = (C) => g.$emit("open-month-switcher", C))
1414
1393
  }, {
1415
1394
  default: _(() => [
1416
1395
  Ye(
@@ -1427,7 +1406,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1427
1406
  color: "transparent",
1428
1407
  type: "button",
1429
1408
  class: "m-picker-calendar-switcher__date",
1430
- onClick: h[1] || (h[1] = (C) => g.$emit("open-year-switcher", C))
1409
+ onClick: y[1] || (y[1] = (C) => g.$emit("open-year-switcher", C))
1431
1410
  }, {
1432
1411
  default: _(() => [
1433
1412
  Ye(
@@ -1480,12 +1459,12 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1480
1459
  },
1481
1460
  emits: ["update:model-value", "update:calendar-date"],
1482
1461
  setup(t, { emit: a }) {
1483
- const e = t, s = a, d = se(() => import("./MazPickerMonthSwitcher-hCAkEd5r.mjs")), Y = se(() => import("./MazPickerYearSwitcher-DvC79vrt.mjs")), D = se(() => import("./MazPickerShortcuts-vpLyw1de.mjs")), p = X(), S = y(() => e.modelValue && typeof e.modelValue == "object"), g = y(
1462
+ const e = t, s = a, d = se(() => import("./MazPickerMonthSwitcher-CmFFQoPA.mjs")), Y = se(() => import("./MazPickerYearSwitcher-m1_KXnpA.mjs")), D = se(() => import("./MazPickerShortcuts-DaELz7aq.mjs")), p = X(), S = h(() => e.modelValue && typeof e.modelValue == "object"), g = h(
1484
1463
  () => !e.noShortcuts && e.shortcuts.length > 0 && S.value
1485
- ), h = X(!1), C = X(!1), j = y({
1464
+ ), y = X(!1), C = X(!1), j = h({
1486
1465
  get: () => e.modelValue,
1487
1466
  set: (U) => s("update:model-value", U)
1488
- }), H = y(() => Array.from({ length: e.double ? 2 : 1 }, (U, c) => c)), A = y({
1467
+ }), H = h(() => Array.from({ length: e.double ? 2 : 1 }, (U, c) => c)), A = h({
1489
1468
  get: () => e.calendarDate,
1490
1469
  set: (U) => s("update:calendar-date", U)
1491
1470
  });
@@ -1499,7 +1478,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1499
1478
  shortcut: t.shortcut,
1500
1479
  double: t.double,
1501
1480
  disabled: t.disabled
1502
- }, null, 8, ["modelValue", "color", "shortcuts", "shortcut", "double", "disabled"])) : x("v-if", !0),
1481
+ }, null, 8, ["modelValue", "color", "shortcuts", "shortcut", "double", "disabled"])) : W("v-if", !0),
1503
1482
  te(
1504
1483
  "div",
1505
1484
  {
@@ -1511,20 +1490,20 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1511
1490
  "onUpdate:calendarDate": c[1] || (c[1] = (w) => A.value = w),
1512
1491
  locale: t.locale,
1513
1492
  double: t.double,
1514
- onOpenMonthSwitcher: c[2] || (c[2] = (w) => h.value = !0),
1493
+ onOpenMonthSwitcher: c[2] || (c[2] = (w) => y.value = !0),
1515
1494
  onOpenYearSwitcher: c[3] || (c[3] = (w) => C.value = !0)
1516
1495
  }, null, 8, ["calendar-date", "locale", "double"]),
1517
1496
  R(Ae, { name: "maz-picker-slide" }, {
1518
1497
  default: _(() => [
1519
- h.value ? (k(), F(J(d), {
1498
+ y.value ? (k(), F(J(d), {
1520
1499
  key: 0,
1521
1500
  "calendar-date": A.value,
1522
1501
  "onUpdate:calendarDate": c[4] || (c[4] = (w) => A.value = w),
1523
1502
  color: t.color,
1524
1503
  double: t.double,
1525
1504
  locale: t.locale,
1526
- onClose: c[5] || (c[5] = (w) => h.value = !1)
1527
- }, null, 8, ["calendar-date", "color", "double", "locale"])) : x("v-if", !0)
1505
+ onClose: c[5] || (c[5] = (w) => y.value = !1)
1506
+ }, null, 8, ["calendar-date", "color", "double", "locale"])) : W("v-if", !0)
1528
1507
  ]),
1529
1508
  _: 1
1530
1509
  /* STABLE */
@@ -1538,7 +1517,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1538
1517
  color: t.color,
1539
1518
  locale: t.locale,
1540
1519
  onClose: c[7] || (c[7] = (w) => C.value = !1)
1541
- }, null, 8, ["calendar-date", "color", "locale"])) : x("v-if", !0)
1520
+ }, null, 8, ["calendar-date", "color", "locale"])) : W("v-if", !0)
1542
1521
  ]),
1543
1522
  _: 1
1544
1523
  /* STABLE */
@@ -1550,9 +1529,9 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1550
1529
  de(H.value, (w) => (k(), F(Xt, {
1551
1530
  key: w,
1552
1531
  modelValue: j.value,
1553
- "onUpdate:modelValue": c[8] || (c[8] = (T) => j.value = T),
1532
+ "onUpdate:modelValue": c[8] || (c[8] = (I) => j.value = I),
1554
1533
  "hoverred-day": p.value,
1555
- "onUpdate:hoverredDay": c[9] || (c[9] = (T) => p.value = T),
1534
+ "onUpdate:hoverredDay": c[9] || (c[9] = (I) => p.value = I),
1556
1535
  "calendar-date": A.value,
1557
1536
  locale: t.locale,
1558
1537
  "has-time": t.hasTime,
@@ -1598,12 +1577,12 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1598
1577
  calendarDate: { type: String, required: !0 }
1599
1578
  },
1600
1579
  setup(t) {
1601
- const a = t, e = y(
1580
+ const a = t, e = h(
1602
1581
  () => {
1603
- var h;
1604
- return typeof a.modelValue == "string" ? a.modelValue : (h = a.modelValue) == null ? void 0 : h.start;
1582
+ var y;
1583
+ return typeof a.modelValue == "string" ? a.modelValue : (y = a.modelValue) == null ? void 0 : y.start;
1605
1584
  }
1606
- ), s = X("maz-slidevnext"), d = y(() => a.modelValue && typeof a.modelValue == "object" ? `${a.modelValue.start ? ee(a.modelValue.start, a.locale, {
1585
+ ), s = X("maz-slidevnext"), d = h(() => a.modelValue && typeof a.modelValue == "object" ? `${a.modelValue.start ? ee(a.modelValue.start, a.locale, {
1607
1586
  year: "numeric",
1608
1587
  timeZone: a.formatterOptions.timeZone
1609
1588
  }) : "..."} - ${a.modelValue.end ? ee(a.modelValue.end, a.locale, {
@@ -1612,20 +1591,20 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1612
1591
  }) : "..."}` : typeof a.modelValue == "string" ? ee(a.modelValue, a.locale, {
1613
1592
  year: "numeric",
1614
1593
  timeZone: a.formatterOptions.timeZone
1615
- }) : "-"), Y = y(() => a.hasDate ? [d.value] : void 0), D = y(() => {
1594
+ }) : "-"), Y = h(() => a.hasDate ? [d.value] : void 0), D = h(() => {
1616
1595
  if (a.modelValue && typeof a.modelValue == "object" && (a.modelValue.start || a.modelValue.end)) {
1617
- const h = a.noShortcuts && !a.double ? "short" : "long";
1596
+ const y = a.noShortcuts && !a.double ? "short" : "long";
1618
1597
  return `${a.modelValue.start ? De(
1619
1598
  ee(a.modelValue.start, a.locale, {
1620
- weekday: h,
1621
- month: h,
1599
+ weekday: y,
1600
+ month: y,
1622
1601
  day: "numeric",
1623
1602
  timeZone: a.formatterOptions.timeZone
1624
1603
  })
1625
1604
  ) : "..."} - ${a.modelValue.end ? De(
1626
1605
  ee(a.modelValue.end, a.locale, {
1627
- weekday: h,
1628
- month: h,
1606
+ weekday: y,
1607
+ month: y,
1629
1608
  day: "numeric",
1630
1609
  timeZone: a.formatterOptions.timeZone
1631
1610
  })
@@ -1640,18 +1619,18 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1640
1619
  })
1641
1620
  );
1642
1621
  return "-";
1643
- }), p = y(() => a.hasDate ? [D.value] : void 0), S = y(() => e.value ? ee(e.value, a.locale, {
1622
+ }), p = h(() => a.hasDate ? [D.value] : void 0), S = h(() => e.value ? ee(e.value, a.locale, {
1644
1623
  timeStyle: "short",
1645
1624
  timeZone: a.formatterOptions.timeZone,
1646
1625
  hour12: a.formatterOptions.hour12
1647
- }) : void 0), g = y(() => a.hasTime ? [S.value] : void 0);
1626
+ }) : void 0), g = h(() => a.hasTime ? [S.value] : void 0);
1648
1627
  return be(
1649
1628
  () => a.modelValue,
1650
- (h, C) => {
1651
- const j = typeof h == "object" ? h.start : h, H = typeof C == "object" ? C.start : C;
1629
+ (y, C) => {
1630
+ const j = typeof y == "object" ? y.start : y, H = typeof C == "object" ? C.start : C;
1652
1631
  s.value = b(j).isAfter(H, "date") || b(j).isSame(H, "date") ? "maz-slidevnext" : "maz-slidevprev";
1653
1632
  }
1654
- ), (h, C) => (k(), P(
1633
+ ), (y, C) => (k(), P(
1655
1634
  "div",
1656
1635
  {
1657
1636
  class: G(["m-picker-header", [`--${t.color}`]])
@@ -1710,7 +1689,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1710
1689
  _: 1
1711
1690
  /* STABLE */
1712
1691
  }, 8, ["name"])
1713
- ])) : x("v-if", !0),
1692
+ ])) : W("v-if", !0),
1714
1693
  g.value ? (k(), P(
1715
1694
  "div",
1716
1695
  {
@@ -1747,7 +1726,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1747
1726
  ],
1748
1727
  2
1749
1728
  /* CLASS */
1750
- )) : x("v-if", !0)
1729
+ )) : W("v-if", !0)
1751
1730
  ],
1752
1731
  2
1753
1732
  /* CLASS */
@@ -1779,19 +1758,19 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1779
1758
  },
1780
1759
  emits: ["update:model-value"],
1781
1760
  setup(t, { emit: a }) {
1782
- const e = t, s = a, d = y({
1761
+ const e = t, s = a, d = h({
1783
1762
  get: () => e.modelValue,
1784
1763
  set: (v) => {
1785
1764
  s("update:model-value", v);
1786
1765
  }
1787
- }), Y = y(() => Array.from({ length: e.isHour12 ? 12 : 24 }, (v, $) => $).map((v) => {
1766
+ }), Y = h(() => Array.from({ length: e.isHour12 ? 12 : 24 }, (v, $) => $).map((v) => {
1788
1767
  const $ = v + (e.isHour12 ? 1 : 0), z = U($), O = b(d.value).set("hour", z), L = w(z) || (e.minDate && d.value ? b(e.minDate).isAfter(O, "hour") : !1) || (e.maxDate && d.value ? b(e.maxDate).isBefore(O, "hour") : !1);
1789
1768
  return {
1790
1769
  label: `${$ < 10 ? "0" : ""}${$}`,
1791
1770
  value: b(d.value).set("hour", z),
1792
1771
  isDisabled: L
1793
1772
  };
1794
- })), D = y(() => {
1773
+ })), D = h(() => {
1795
1774
  const v = Math.floor(60 / e.minuteInterval) - 0;
1796
1775
  return Array.from({ length: v }, ($, z) => z * e.minuteInterval).map(($) => {
1797
1776
  const z = b(d.value).set("minute", $), O = (e.minDate && d.value ? b(e.minDate).isAfter(z, "minute") : !1) || (e.maxDate && d.value ? b(e.maxDate).isBefore(z, "minute") : !1);
@@ -1801,17 +1780,17 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1801
1780
  isDisabled: O
1802
1781
  };
1803
1782
  });
1804
- }), p = y(() => typeof d.value == "string" ? j(b(d.value).get("hour")) : void 0), S = y(
1783
+ }), p = h(() => typeof d.value == "string" ? j(b(d.value).get("hour")) : void 0), S = h(
1805
1784
  () => typeof d.value == "string" ? We(
1806
1785
  D.value.map(({ value: v }) => v.get("minute")),
1807
1786
  b(d.value).get("minute")
1808
1787
  ) : void 0
1809
- ), g = y(() => typeof p.value == "number" ? p.value >= 12 ? "pm" : "am" : void 0), h = y(
1788
+ ), g = h(() => typeof p.value == "number" ? p.value >= 12 ? "pm" : "am" : void 0), y = h(
1810
1789
  () => e.isHour12 ? [
1811
1790
  { label: "AM", value: "am" },
1812
1791
  { label: "PM", value: "pm" }
1813
1792
  ] : []
1814
- ), C = y(() => {
1793
+ ), C = h(() => {
1815
1794
  const v = [
1816
1795
  {
1817
1796
  identifier: "hour",
@@ -1824,7 +1803,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1824
1803
  ];
1825
1804
  return e.isHour12 && v.push({
1826
1805
  identifier: "ampm",
1827
- values: h.value
1806
+ values: y.value
1828
1807
  }), v;
1829
1808
  });
1830
1809
  function j(v) {
@@ -1854,8 +1833,8 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1854
1833
  if (await ge(), H.value) {
1855
1834
  const z = H.value.querySelector(
1856
1835
  ".m-picker-time__column .m-btn"
1857
- ), O = z == null ? void 0 : z.offsetHeight, q = (($ = H.value) == null ? void 0 : $.offsetHeight) / 2 - O / 2;
1858
- A.value = q / 16;
1836
+ ), O = z == null ? void 0 : z.offsetHeight, T = (($ = H.value) == null ? void 0 : $.offsetHeight) / 2 - O / 2;
1837
+ A.value = T / 16;
1859
1838
  }
1860
1839
  c(!1);
1861
1840
  }
@@ -1869,15 +1848,15 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1869
1848
  { immediate: !0 }
1870
1849
  );
1871
1850
  function c(v) {
1872
- I("hour", v), I("minute", v), e.isHour12 && I("ampm", v);
1851
+ q("hour", v), q("minute", v), e.isHour12 && q("ampm", v);
1873
1852
  }
1874
1853
  function w(v) {
1875
1854
  return (e.disabledHours && e.disabledHours.includes(v)) ?? !1;
1876
1855
  }
1877
- function T(v, $) {
1856
+ function I(v, $) {
1878
1857
  return $ === "am" || $ === "pm" ? g.value === $ : v === "hour" ? p.value === $.get(v) : v === "minute" ? S.value === $.get(v) : !1;
1879
1858
  }
1880
- async function I(v, $ = !0) {
1859
+ async function q(v, $ = !0) {
1881
1860
  if (H.value) {
1882
1861
  const z = H.value.querySelector(`.m-picker-time__column__${v}`), O = H.value.querySelector(
1883
1862
  `.m-picker-time__column__${v} .--is-selected`
@@ -1895,7 +1874,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1895
1874
  const O = z.get("hour"), L = O + 12 > 12 && O + 12 < 24 ? O + 12 : O === 0 ? 12 : O;
1896
1875
  d.value = z.set("hour", L).format();
1897
1876
  }
1898
- await ge(), I(v);
1877
+ await ge(), q(v);
1899
1878
  }
1900
1879
  return (v, $) => (k(), P(
1901
1880
  "div",
@@ -1929,14 +1908,14 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
1929
1908
  (k(!0), P(
1930
1909
  ue,
1931
1910
  null,
1932
- de(z, ({ value: q, label: B, isDisabled: E }, N) => (k(), F(pe, {
1911
+ de(z, ({ value: T, label: B, isDisabled: E }, N) => (k(), F(pe, {
1933
1912
  key: N,
1934
1913
  size: "xs",
1935
- color: T(O, q) ? t.color : "transparent",
1936
- class: G({ "--is-selected": T(O, q) }),
1914
+ color: I(O, T) ? t.color : "transparent",
1915
+ class: G({ "--is-selected": I(O, T) }),
1937
1916
  disabled: E || t.disabled,
1938
1917
  type: "button",
1939
- onClick: Ze((i) => M(O, q), ["stop"])
1918
+ onClick: Ze((i) => M(O, T), ["stop"])
1940
1919
  }, {
1941
1920
  default: _(() => [
1942
1921
  Ye(
@@ -2013,12 +1992,12 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2013
1992
  },
2014
1993
  emits: ["update:model-value", "update:calendar-date", "close"],
2015
1994
  setup(t, { emit: a }) {
2016
- const e = t, s = a, d = y({
1995
+ const e = t, s = a, d = h({
2017
1996
  get: () => e.modelValue,
2018
1997
  set: (D) => {
2019
1998
  s("update:model-value", D);
2020
1999
  }
2021
- }), Y = y({
2000
+ }), Y = h({
2022
2001
  get: () => e.calendarDate,
2023
2002
  set: (D) => s("update:calendar-date", D)
2024
2003
  });
@@ -2032,7 +2011,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2032
2011
  }])
2033
2012
  },
2034
2013
  [
2035
- t.noHeader ? x("v-if", !0) : (k(), F(ua, {
2014
+ t.noHeader ? W("v-if", !0) : (k(), F(ua, {
2036
2015
  key: 0,
2037
2016
  color: t.color,
2038
2017
  "has-time": t.hasTime,
@@ -2066,7 +2045,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2066
2045
  shortcut: t.shortcut,
2067
2046
  "no-shortcuts": t.noShortcuts,
2068
2047
  class: "m-picker-container__calendar"
2069
- }, null, 8, ["modelValue", "calendar-date", "color", "locale", "has-time", "double", "min-date", "max-date", "first-day-of-week", "disabled", "disabled-weekly", "disabled-dates", "shortcuts", "shortcut", "no-shortcuts"])) : x("v-if", !0),
2048
+ }, null, 8, ["modelValue", "calendar-date", "color", "locale", "has-time", "double", "min-date", "max-date", "first-day-of-week", "disabled", "disabled-weekly", "disabled-dates", "shortcuts", "shortcut", "no-shortcuts"])) : W("v-if", !0),
2070
2049
  t.hasTime ? (k(), F(fa, {
2071
2050
  key: 1,
2072
2051
  modelValue: d.value,
@@ -2086,14 +2065,14 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2086
2065
  "formatter-options": t.formatterOptions,
2087
2066
  "is-hour12": t.isHour12,
2088
2067
  class: "m-picker-container__time"
2089
- }, null, 8, ["modelValue", "calendar-date", "is-open", "color", "locale", "min-date", "max-date", "has-date", "format", "disabled", "disabled-hours", "minute-interval", "formatter-options", "is-hour12"])) : x("v-if", !0)
2068
+ }, null, 8, ["modelValue", "calendar-date", "is-open", "color", "locale", "min-date", "max-date", "has-date", "format", "disabled", "disabled-hours", "minute-interval", "formatter-options", "is-hour12"])) : W("v-if", !0)
2090
2069
  ])
2091
2070
  ],
2092
2071
  2
2093
2072
  /* CLASS */
2094
2073
  ));
2095
2074
  }
2096
- }), ha = /* @__PURE__ */ ie(va, [["__scopeId", "data-v-eaeb756b"]]), ya = /* @__PURE__ */ oe({
2075
+ }), ya = /* @__PURE__ */ ie(va, [["__scopeId", "data-v-eaeb756b"]]), ha = /* @__PURE__ */ oe({
2097
2076
  inheritAttrs: !1,
2098
2077
  __name: "MazPicker",
2099
2078
  props: {
@@ -2191,8 +2170,8 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2191
2170
  emits: ["update:model-value", "close"],
2192
2171
  setup(t, { emit: a }) {
2193
2172
  const e = t, s = a;
2194
- b.extend(mt), b.extend(ht);
2195
- const d = lt(), Y = X(e.locale), D = y(() => e.locale ?? Y.value ?? "en-US"), p = y(() => `mazPickerContainer-${d == null ? void 0 : d.uid}`), S = X(), g = y({
2173
+ b.extend(mt), b.extend(yt);
2174
+ const d = lt(), Y = X(e.locale), D = h(() => e.locale ?? Y.value ?? "en-US"), p = h(() => `mazPickerContainer-${d == null ? void 0 : d.uid}`), S = X(), g = h({
2196
2175
  get: () => e.modelValue && typeof e.modelValue == "object" ? {
2197
2176
  start: e.modelValue.start ? b(e.modelValue.start, e.format).format() : void 0,
2198
2177
  end: e.modelValue.end ? b(e.modelValue.end, e.format).format() : void 0
@@ -2202,11 +2181,11 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2202
2181
  return;
2203
2182
  f(r);
2204
2183
  const l = typeof r == "object";
2205
- e.autoClose && (!l || l && r.end) && q();
2184
+ e.autoClose && (!l || l && r.end) && T();
2206
2185
  }
2207
- }), h = y(() => e.time || e.onlyTime), C = y(() => e.double && !e.onlyTime), j = y(() => !e.onlyTime), H = y(() => typeof g.value == "object");
2186
+ }), y = h(() => e.time || e.onlyTime), C = h(() => e.double && !e.onlyTime), j = h(() => !e.onlyTime), H = h(() => typeof g.value == "object");
2208
2187
  st(() => {
2209
- H.value && h.value && console.error("[maz-ui](MazPicker) You can't use time picker with range picker"), h.value && !(e.format.includes("h") || e.format.includes("H")) && console.error(
2188
+ H.value && y.value && console.error("[maz-ui](MazPicker) You can't use time picker with range picker"), y.value && !(e.format.includes("h") || e.format.includes("H")) && console.error(
2210
2189
  '[maz-ui](MazPicker) When you use the time picker, you must provided a format with time - Ex: "YYYY-MM-DD HH:mm"'
2211
2190
  ), e.format.includes("h") && !(e.format.includes("a") || e.format.includes("A")) && console.error(
2212
2191
  '[maz-ui](MazPicker) if you use the 12 format "h" or "hh", you must add "a" or "A" at the end of the format - Ex: "YYYY-MM-DD hh:mm a"'
@@ -2216,20 +2195,20 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2216
2195
  const l = (typeof r == "object" ? r.start : r) ?? b().format();
2217
2196
  return e.minDate && b(l).isBefore(e.minDate) ? e.minDate : e.maxDate && b(l).isAfter(e.maxDate) ? e.minDate ?? e.maxDate : l;
2218
2197
  }
2219
- const U = X(A(g.value)), c = y(
2198
+ const U = X(A(g.value)), c = h(
2220
2199
  () => e.format.includes("a") || e.format.includes("A") || e.format.includes("h")
2221
- ), w = y(() => ({
2200
+ ), w = h(() => ({
2222
2201
  ...e.inputDateStyle,
2223
- timeStyle: e.inputDateStyle.timeStyle ?? h.value ? "short" : void 0,
2224
- hour12: h.value ? e.inputDateStyle.hour12 ?? c.value : void 0
2225
- })), T = y(() => {
2202
+ timeStyle: e.inputDateStyle.timeStyle ?? y.value ? "short" : void 0,
2203
+ hour12: y.value ? e.inputDateStyle.hour12 ?? c.value : void 0
2204
+ })), I = h(() => {
2226
2205
  if (!g.value)
2227
2206
  return;
2228
2207
  let r;
2229
2208
  return e.onlyTime ? r = g.value ? ee(b(g.value).format(), D.value, {
2230
2209
  timeStyle: w.value.timeStyle,
2231
2210
  hour12: w.value.hour12
2232
- }) : void 0 : typeof g.value == "object" ? r = Tt({
2211
+ }) : void 0 : typeof g.value == "object" ? r = It({
2233
2212
  value: g.value,
2234
2213
  locale: D.value,
2235
2214
  options: w.value
@@ -2238,10 +2217,10 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2238
2217
  locale: D.value,
2239
2218
  options: w.value
2240
2219
  }), e.inputDateTransformer && r ? e.inputDateTransformer({ formattedDate: r, value: e.modelValue, locale: D.value }) : r;
2241
- }), I = X(!1), M = X(!1), v = X({
2220
+ }), q = X(!1), M = X(!1), v = X({
2242
2221
  vertical: "bottom",
2243
2222
  horizontal: "left"
2244
- }), $ = y(() => (I.value || e.open || M.value) && !e.disabled || e.inline), z = X(!1);
2223
+ }), $ = h(() => (q.value || e.open || M.value) && !e.disabled || e.inline), z = X(!1);
2245
2224
  Fe(async () => {
2246
2225
  if (z.value = !0, e.customElementSelector && N(e.customElementSelector), !e.locale) {
2247
2226
  const r = Lt();
@@ -2273,14 +2252,14 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2273
2252
  return "bottom";
2274
2253
  const l = 30;
2275
2254
  await ge();
2276
- const m = document.querySelector(`#${p.value}`), V = r == null ? void 0 : r.getBoundingClientRect(), W = window.innerHeight, Z = ((m == null ? void 0 : m.clientHeight) ?? 0) - l, Q = (V && W - V.bottom) ?? 0, ae = (V && V.top) ?? 0, ne = Q && Q >= Z, ce = ae && ae >= Z;
2255
+ const m = document.querySelector(`#${p.value}`), V = r == null ? void 0 : r.getBoundingClientRect(), x = window.innerHeight, Z = ((m == null ? void 0 : m.clientHeight) ?? 0) - l, Q = (V && x - V.bottom) ?? 0, ae = (V && V.top) ?? 0, ne = Q && Q >= Z, ce = ae && ae >= Z;
2277
2256
  return !ne && (ce || ae >= Q) ? "top" : "bottom";
2278
2257
  }
2279
- function q() {
2280
- I.value = !1, M.value = !1, s("close");
2258
+ function T() {
2259
+ q.value = !1, M.value = !1, s("close");
2281
2260
  }
2282
2261
  function B() {
2283
- e.customElementSelector || q();
2262
+ e.customElementSelector || T();
2284
2263
  }
2285
2264
  function E() {
2286
2265
  M.value = !M.value;
@@ -2311,13 +2290,13 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2311
2290
  } else if (typeof r == "object" && (r.start || r.end)) {
2312
2291
  let l = r.start, m = r.end;
2313
2292
  if (r.start) {
2314
- const { newValue: V, newCurrentDate: W } = je({
2293
+ const { newValue: V, newCurrentDate: x } = je({
2315
2294
  value: r.start,
2316
2295
  minDate: e.minDate,
2317
2296
  maxDate: e.maxDate,
2318
2297
  format: e.format
2319
2298
  });
2320
- V && (l = V), W && o(W);
2299
+ V && (l = V), x && o(x);
2321
2300
  }
2322
2301
  if (r.end) {
2323
2302
  const { newValue: V } = je({
@@ -2354,7 +2333,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2354
2333
  { immediate: !0 }
2355
2334
  );
2356
2335
  function u(r) {
2357
- r.code === "Escape" && $.value && (r.preventDefault(), q());
2336
+ r.code === "Escape" && $.value && (r.preventDefault(), T());
2358
2337
  }
2359
2338
  return be(
2360
2339
  () => $.value,
@@ -2391,7 +2370,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2391
2370
  [
2392
2371
  !r.customElementSelector && !r.inline ? (k(), F(Ot, Ne({
2393
2372
  key: 0,
2394
- "model-value": T.value,
2373
+ "model-value": I.value,
2395
2374
  readonly: ""
2396
2375
  }, r.$attrs, {
2397
2376
  block: "",
@@ -2401,27 +2380,27 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2401
2380
  disabled: r.disabled,
2402
2381
  placeholder: r.placeholder,
2403
2382
  color: r.color,
2404
- onClick: l[1] || (l[1] = (m) => I.value = !I.value)
2383
+ onClick: l[1] || (l[1] = (m) => q.value = !q.value)
2405
2384
  }), {
2406
2385
  "right-icon": _(() => [
2407
2386
  te("button", {
2408
2387
  type: "button",
2409
2388
  tabindex: "-1",
2410
2389
  class: "m-picker__button",
2411
- onClick: l[0] || (l[0] = (m) => I.value = !I.value)
2390
+ onClick: l[0] || (l[0] = (m) => q.value = !q.value)
2412
2391
  }, [
2413
2392
  R(J(gt), { class: "m-picker__button__chevron maz-text-lg" })
2414
2393
  ])
2415
2394
  ]),
2416
2395
  _: 1
2417
2396
  /* STABLE */
2418
- }, 16, ["model-value", "label", "disabled", "placeholder", "color"])) : x("v-if", !0),
2397
+ }, 16, ["model-value", "label", "disabled", "placeholder", "color"])) : W("v-if", !0),
2419
2398
  R(Ae, {
2420
2399
  name: v.value.vertical === "top" ? "maz-slideinvert" : "maz-slide",
2421
2400
  persisted: ""
2422
2401
  }, {
2423
2402
  default: _(() => [
2424
- Pe(R(ha, {
2403
+ Pe(R(ya, {
2425
2404
  id: p.value,
2426
2405
  modelValue: g.value,
2427
2406
  "onUpdate:modelValue": l[2] || (l[2] = (m) => g.value = m),
@@ -2432,7 +2411,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2432
2411
  locale: D.value,
2433
2412
  "has-date": j.value,
2434
2413
  double: C.value,
2435
- "has-time": h.value,
2414
+ "has-time": y.value,
2436
2415
  "formatter-options": w.value,
2437
2416
  "no-header": r.noHeader,
2438
2417
  "min-date": r.minDate,
@@ -2449,7 +2428,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2449
2428
  "disabled-dates": r.disabledDates,
2450
2429
  "minute-interval": r.minuteInterval,
2451
2430
  "no-shortcuts": r.noShortcuts,
2452
- onClose: q
2431
+ onClose: T
2453
2432
  }, null, 8, ["id", "modelValue", "calendar-date", "is-open", "color", "locale", "has-date", "double", "has-time", "formatter-options", "no-header", "min-date", "format", "is-hour12", "max-date", "disabled-weekly", "inline", "first-day-of-week", "shortcuts", "shortcut", "disabled", "disabled-hours", "disabled-dates", "minute-interval", "no-shortcuts"]), [
2454
2433
  [dt, $.value]
2455
2434
  ])
@@ -2464,7 +2443,7 @@ const Ee = { render: _t }, ea = { class: "m-picker-calendar-switcher" }, ta = /*
2464
2443
  [J(pt), B]
2465
2444
  ]);
2466
2445
  }
2467
- }), Da = /* @__PURE__ */ ie(ya, [["__scopeId", "data-v-6da5f8f4"]]);
2446
+ }), Da = /* @__PURE__ */ ie(ha, [["__scopeId", "data-v-6da5f8f4"]]);
2468
2447
  export {
2469
2448
  Ee as C,
2470
2449
  pe as M,
@@ -2473,5 +2452,5 @@ export {
2473
2452
  Da as b,
2474
2453
  De as c,
2475
2454
  b as d,
2476
- he as i
2455
+ ye as i
2477
2456
  };