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,8 +1,8 @@
1
- import { defineComponent as C, defineAsyncComponent as S, ref as $, openBlock as u, createElementBlock as i, createElementVNode as h, normalizeClass as d, Fragment as E, renderList as V, normalizeStyle as g, createVNode as k, Transition as R, withCtx as F, withDirectives as I, unref as N, vShow as q, createCommentVNode as b, renderSlot as D, createTextVNode as M, toDisplayString as B } from "vue";
2
- import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, T = ["for", "aria-checked", "onKeydown", "onBlur", "onFocus"], K = ["id", "name", "value", "onChange"], L = {
1
+ import { defineComponent as C, defineAsyncComponent as S, ref as $, openBlock as u, createElementBlock as c, createElementVNode as y, normalizeClass as i, Fragment as E, renderList as V, normalizeStyle as b, createVNode as k, Transition as R, withCtx as F, withDirectives as N, unref as q, vShow as D, createCommentVNode as _, renderSlot as I, createTextVNode as M, toDisplayString as z } from "vue";
2
+ import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, K = ["for", "aria-checked", "onKeydown", "onBlur", "onFocus"], T = ["id", "name", "value", "onChange"], W = {
3
3
  key: 0,
4
4
  class: "m-radio-buttons__items__checkbox"
5
- }, W = /* @__PURE__ */ C({
5
+ }, A = /* @__PURE__ */ C({
6
6
  __name: "MazRadioButtons",
7
7
  props: {
8
8
  modelValue: { default: void 0 },
@@ -21,85 +21,85 @@ import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, T
21
21
  hint: {}
22
22
  },
23
23
  emits: ["update:model-value", "change", "blur", "focus"],
24
- setup(c, { emit: f }) {
25
- const l = c, s = f, m = S(() => import("./chunks/check-BmubdHc_.mjs"));
26
- function y(e) {
24
+ setup(d, { emit: f }) {
25
+ const l = d, s = f, m = S(() => import("./chunks/check-BmubdHc_.mjs"));
26
+ function h(e) {
27
27
  s("update:model-value", e.value);
28
28
  }
29
- function t(e) {
29
+ function n(e) {
30
30
  return l.modelValue === e;
31
31
  }
32
- function _(e, n) {
33
- ["Space"].includes(e.code) && (e.preventDefault(), y(n));
32
+ function B(e, t) {
33
+ ["Space"].includes(e.code) && (e.preventDefault(), h(t));
34
34
  }
35
- function v(e, n) {
36
- return `option-${n}-${e.value.toString()}-${l.name}`;
35
+ function v(e, t) {
36
+ return `option-${t}-${e.value.toString()}-${l.name}`;
37
37
  }
38
38
  const p = $();
39
- function z(e, n) {
40
- var o, a;
41
- (a = (o = p.value) == null ? void 0 : o[e]) == null || a.dispatchEvent(new Event("blur")), s("blur", n);
39
+ function g(e, t) {
40
+ var a, o;
41
+ (o = (a = p.value) == null ? void 0 : a[e]) == null || o.dispatchEvent(new Event("blur")), s("blur", t);
42
42
  }
43
- function w(e, n) {
44
- var o, a;
45
- (a = (o = p.value) == null ? void 0 : o[e]) == null || a.dispatchEvent(new Event("focus")), s("focus", n);
43
+ function w(e, t) {
44
+ var a, o;
45
+ (o = (a = p.value) == null ? void 0 : a[e]) == null || o.dispatchEvent(new Event("focus")), s("focus", t);
46
46
  }
47
- return (e, n) => (u(), i("div", O, [
48
- h(
47
+ return (e, t) => (u(), c("div", O, [
48
+ y(
49
49
  "div",
50
50
  {
51
- class: d(["m-radio-buttons__wrapper", [`--${e.orientation}`, { "--no-wrap": e.noWrap, "--block": e.block }]])
51
+ class: i(["m-radio-buttons__wrapper", [`--${e.orientation}`, { "--no-wrap": e.noWrap, "--block": e.block }]])
52
52
  },
53
53
  [
54
- (u(!0), i(
54
+ (u(!0), c(
55
55
  E,
56
56
  null,
57
- V(e.options, (o, a) => (u(), i("label", {
58
- key: v(o, a),
59
- for: v(o, a),
60
- class: d(["m-radio-buttons__items maz-group", [
57
+ V(e.options, (a, o) => (u(), c("label", {
58
+ key: v(a, o),
59
+ for: v(a, o),
60
+ class: i(["m-radio-buttons__items maz-group", [
61
61
  {
62
- "--is-selected": t(o.value),
62
+ "--is-selected": n(a.value),
63
63
  "--elevation": e.elevation,
64
64
  "--equal-size": e.equalSize
65
65
  },
66
- o.classes
66
+ a.classes
67
67
  ]]),
68
68
  tabindex: "0",
69
- style: g([
70
- t(o.value) ? {
69
+ style: b([
70
+ n(a.value) ? {
71
71
  color: `var(--maz-color-${e.color}-contrast)`,
72
72
  backgroundColor: `var(--maz-color-${e.color})`
73
73
  } : {},
74
- o.style
74
+ a.style
75
75
  ]),
76
76
  role: "radio",
77
- "aria-checked": t(o.value),
78
- onKeydown: (r) => _(r, o),
79
- onBlur: (r) => z(a, r),
80
- onFocus: (r) => w(a, r)
77
+ "aria-checked": n(a.value),
78
+ onKeydown: (r) => B(r, a),
79
+ onBlur: (r) => g(o, r),
80
+ onFocus: (r) => w(o, r)
81
81
  }, [
82
- h("input", {
83
- id: v(o, a),
82
+ y("input", {
83
+ id: v(a, o),
84
84
  ref_for: !0,
85
85
  ref_key: "inputRef",
86
86
  ref: p,
87
87
  type: "radio",
88
88
  tabindex: "-1",
89
89
  name: e.name,
90
- value: o.value,
90
+ value: a.value,
91
91
  class: "maz-hidden",
92
- onChange: (r) => y(o)
93
- }, null, 40, K),
94
- e.selector ? (u(), i("div", L, [
95
- h(
92
+ onChange: (r) => h(a)
93
+ }, null, 40, T),
94
+ e.selector ? (u(), c("div", W, [
95
+ y(
96
96
  "span",
97
97
  {
98
- class: d({
99
- "--is-selected": t(o.value)
98
+ class: i({
99
+ "--is-selected": n(a.value)
100
100
  }),
101
- style: g([
102
- t(o.value) ? { backgroundColor: `var(--maz-color-${l.color}-600)` } : {}
101
+ style: b([
102
+ n(a.value) ? { backgroundColor: `var(--maz-color-${l.color}-600)` } : {}
103
103
  ])
104
104
  },
105
105
  [
@@ -111,14 +111,14 @@ import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, T
111
111
  },
112
112
  {
113
113
  default: F(() => [
114
- I(k(
115
- N(m),
114
+ N(k(
115
+ q(m),
116
116
  { class: "maz-h-full maz-w-full" },
117
117
  null,
118
118
  512
119
119
  /* NEED_PATCH */
120
120
  ), [
121
- [q, t(o.value)]
121
+ [D, n(a.value)]
122
122
  ])
123
123
  ]),
124
124
  _: 2
@@ -131,23 +131,18 @@ import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, T
131
131
  6
132
132
  /* CLASS, STYLE */
133
133
  )
134
- ])) : b("v-if", !0),
135
- b(`
136
- @slot Label of the radio
137
- @binding {Boolean} selected - If the option is selected
138
- @binding {string | number | boolean} option - The value of the option
139
- `),
140
- D(e.$slots, "default", {
141
- option: o,
142
- selected: t(o.value)
134
+ ])) : _("v-if", !0),
135
+ I(e.$slots, "default", {
136
+ option: a,
137
+ selected: n(a.value)
143
138
  }, () => [
144
139
  M(
145
- B(o.label),
140
+ z(a.label),
146
141
  1
147
142
  /* TEXT */
148
143
  )
149
144
  ], !0)
150
- ], 46, T))),
145
+ ], 46, K))),
151
146
  128
152
147
  /* KEYED_FRAGMENT */
153
148
  ))
@@ -155,28 +150,28 @@ import './assets/MazRadioButtons.css';const O = { class: "m-radio-buttons" }, T
155
150
  2
156
151
  /* CLASS */
157
152
  ),
158
- e.hint ? (u(), i(
153
+ e.hint ? (u(), c(
159
154
  "span",
160
155
  {
161
156
  key: 0,
162
- class: d(["m-radio-buttons__hint", {
157
+ class: i(["m-radio-buttons__hint", {
163
158
  "--error": e.error,
164
159
  "--success": e.success,
165
160
  "--warning": e.warning
166
161
  }])
167
162
  },
168
- B(e.hint),
163
+ z(e.hint),
169
164
  3
170
165
  /* TEXT, CLASS */
171
- )) : b("v-if", !0)
166
+ )) : _("v-if", !0)
172
167
  ]));
173
168
  }
174
- }), A = (c, f) => {
175
- const l = c.__vccOpts || c;
169
+ }), H = (d, f) => {
170
+ const l = d.__vccOpts || d;
176
171
  for (const [s, m] of f)
177
172
  l[s] = m;
178
173
  return l;
179
- }, j = /* @__PURE__ */ A(W, [["__scopeId", "data-v-62236bc3"]]);
174
+ }, j = /* @__PURE__ */ H(A, [["__scopeId", "data-v-62236bc3"]]);
180
175
  export {
181
176
  j as default
182
177
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazSelect-BXzgSKmL.mjs";
1
+ import { M as f } from "./chunks/MazSelect-BJ07NVXQ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as te, ref as y, computed as f, watch as F, onMounted as ne, onBeforeUnmount as oe, nextTick as g, openBlock as b, createElementBlock as w, Fragment as T, createCommentVNode as ae, createElementVNode as _, normalizeStyle as B, normalizeClass as j, renderList as K, toDisplayString as ue } from "vue";
2
- import './assets/MazSlider.css';function le(a, l) {
1
+ import { defineComponent as te, ref as p, computed as f, watch as O, onMounted as ne, onBeforeUnmount as oe, nextTick as g, openBlock as b, createElementBlock as w, normalizeStyle as V, normalizeClass as F, createElementVNode as N, Fragment as K, renderList as j, toDisplayString as ae } from "vue";
2
+ import './assets/MazSlider.css';function ue(a, l) {
3
3
  let n;
4
4
  return function(...c) {
5
5
  clearTimeout(n), n = setTimeout(() => {
@@ -7,15 +7,15 @@ import './assets/MazSlider.css';function le(a, l) {
7
7
  }, l);
8
8
  };
9
9
  }
10
- function se(a) {
10
+ function le(a) {
11
11
  const l = document.documentElement, n = document.body, c = a.getBoundingClientRect();
12
12
  return {
13
13
  y: c.top + (window.pageYOffset || l.scrollTop) - (l.clientTop || n.clientTop || 0),
14
14
  x: c.left + (window.pageXOffset || l.scrollLeft) - (l.clientLeft || n.clientLeft || 0)
15
15
  };
16
16
  }
17
- function re(a, l, n = !1) {
18
- const c = "targetTouches" in a ? a.targetTouches[0] : a, v = se(l), i = {
17
+ function se(a, l, n = !1) {
18
+ const c = "targetTouches" in a ? a.targetTouches[0] : a, v = le(l), i = {
19
19
  x: c.pageX - v.x,
20
20
  y: c.pageY - v.y
21
21
  };
@@ -31,7 +31,7 @@ function I(a, l, n) {
31
31
  const c = a + 1, i = l < c ? c - l : l - c;
32
32
  return 100 / n * i / 100;
33
33
  }
34
- const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-label", "onMousedownPassive", "onTouchstartPassive", "onFocusPassive", "onBlurPassive", "onTouchendPassive", "onKeydownPassive"], de = /* @__PURE__ */ te({
34
+ const re = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ie = ["data-label", "onMousedownPassive", "onTouchstartPassive", "onFocusPassive", "onBlurPassive", "onTouchendPassive", "onKeydownPassive"], ce = /* @__PURE__ */ te({
35
35
  __name: "MazSlider",
36
36
  props: {
37
37
  /** Array of cursors values */
@@ -62,42 +62,42 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
62
62
  },
63
63
  emits: ["update:model-value"],
64
64
  setup(a, { emit: l }) {
65
- const n = a, c = l, v = y(), i = y(), m = y(), d = y(), C = y([]), k = y([]), p = f(() => typeof n.modelValue == "number" ? [n.modelValue] : n.modelValue ? n.modelValue : [0]), M = f(() => Math.log(n.min || 1)), X = f(() => Math.log(n.max)), L = f(() => {
65
+ const n = a, c = l, v = p(), i = p(), m = p(), d = p(), _ = p([]), B = p([]), y = f(() => typeof n.modelValue == "number" ? [n.modelValue] : n.modelValue ? n.modelValue : [0]), M = f(() => Math.log(n.min || 1)), X = f(() => Math.log(n.max)), C = f(() => {
66
66
  const { min: e, max: t } = n;
67
67
  return (X.value - M.value) / (t - e);
68
- }), A = f(() => {
68
+ }), k = f(() => {
69
69
  const { min: e, max: t } = n;
70
70
  return t - e;
71
71
  }), Y = f(() => ({
72
72
  paddingTop: n.labels ? "2.5em" : "1em"
73
73
  })), H = f(() => Array.isArray(n.modelValue));
74
- F(
74
+ O(
75
75
  () => n.modelValue,
76
- () => d.value = p.value,
76
+ () => d.value = y.value,
77
77
  { immediate: !0 }
78
- ), F(
79
- () => [p.value, n.min, n.max, n.log].join(","),
78
+ ), O(
79
+ () => [y.value, n.min, n.max, n.log].join(","),
80
80
  () => z(!0)
81
81
  );
82
- const $ = le(() => z(), 300);
82
+ const L = ue(() => z(), 300);
83
83
  ne(() => {
84
- z(!0), window.addEventListener("resize", $);
84
+ z(!0), window.addEventListener("resize", L);
85
85
  }), oe(() => {
86
- window.removeEventListener("resize", $);
86
+ window.removeEventListener("resize", L);
87
87
  });
88
88
  async function z(e) {
89
89
  e === !0 && U(), await Q(), await g();
90
- for (const [t, s] of p.value.entries())
90
+ for (const [t, s] of y.value.entries())
91
91
  P(t);
92
92
  }
93
93
  function R(e, t) {
94
94
  e.key === "ArrowLeft" ? d.value && q(d.value[t] - 1, d.value[t - 1], d.value[t + 1], "minus") && (d.value[t]--, x(d.value)) : e.key === "ArrowRight" && d.value && q(d.value[t] + 1, d.value[t - 1], d.value[t + 1], "plus") && (d.value[t]++, x(d.value));
95
95
  }
96
- function W(e) {
97
- i.value = void 0, D(e);
96
+ function A(e) {
97
+ i.value = void 0, $(e);
98
98
  }
99
99
  function U() {
100
- const { min: e, max: t } = n, s = p.value.map(
100
+ const { min: e, max: t } = n, s = y.value.map(
101
101
  (o) => o < e ? e : o > t ? t : o
102
102
  );
103
103
  x(s), d.value = s;
@@ -111,9 +111,9 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
111
111
  return t ? t[e] : void 0;
112
112
  }
113
113
  function P(e) {
114
- D(e), n.noDivider || J();
114
+ $(e), n.noDivider || J();
115
115
  }
116
- async function D(e) {
116
+ async function $(e) {
117
117
  var s;
118
118
  await g();
119
119
  const t = document.querySelectorAll(".m-slider .m-slider__btn");
@@ -121,7 +121,7 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
121
121
  const o = t[e], u = (o == null ? void 0 : o.clientWidth) + 16, r = {
122
122
  left: typeof ((s = m.value) == null ? void 0 : s[e]) == "number" ? `${m.value[e] - u / 2 || 1}px` : ""
123
123
  };
124
- C.value[e] = r;
124
+ _.value[e] = r;
125
125
  }
126
126
  }
127
127
  function J() {
@@ -129,7 +129,7 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
129
129
  const e = [...m.value];
130
130
  e.push(0);
131
131
  const t = e.length, s = Math.round(t / 2);
132
- k.value = e.map((o, u) => ({
132
+ B.value = e.map((o, u) => ({
133
133
  left: u === 0 ? 0 : `${e[u - 1]}px`,
134
134
  // ATTENTION: buttonPositions.value[i - 1]
135
135
  right: u + 1 === t ? 0 : `calc( 100% - ${o}px )`,
@@ -143,32 +143,32 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
143
143
  await g();
144
144
  const { min: e, max: t, log: s } = n, o = (u = v.value) == null ? void 0 : u.clientWidth;
145
145
  o ? m.value = (r = d.value) == null ? void 0 : r.map(
146
- (h) => s ? o / t * (e + (Math.log(h) - M.value) / L.value) : o / A.value * (h - e)
146
+ (h) => s ? o / t * (e + (Math.log(h) - M.value) / C.value) : o / k.value * (h - e)
147
147
  ) : console.warn("[maz-ui][MazSlider] ref component not found");
148
148
  }
149
- async function E() {
149
+ async function W() {
150
150
  var u, r, h;
151
151
  await g();
152
152
  const { max: e, min: t, log: s } = n, o = (u = v.value) == null ? void 0 : u.clientWidth;
153
153
  if (o)
154
- return s ? (r = m.value) == null ? void 0 : r.map((V) => {
155
- const Z = V / (o / e), ee = Math.exp((Z - t) * L.value + M.value);
154
+ return s ? (r = m.value) == null ? void 0 : r.map((T) => {
155
+ const Z = T / (o / e), ee = Math.exp((Z - t) * C.value + M.value);
156
156
  return Math.round(ee);
157
157
  }) : (h = m.value) == null ? void 0 : h.map(
158
- (V) => Math.round(V / (o / A.value)) + t
158
+ (T) => Math.round(T / (o / k.value)) + t
159
159
  );
160
160
  console.warn("[maz-ui][MazSlider] ref component not found");
161
161
  }
162
162
  function S(e, t) {
163
163
  i.value === void 0 && (i.value = t, P(t));
164
164
  }
165
- async function O() {
165
+ async function D() {
166
166
  if (i.value === void 0)
167
167
  return;
168
- const e = await E();
168
+ const e = await W();
169
169
  e && x(e), i.value = void 0;
170
170
  }
171
- async function N(e) {
171
+ async function E(e) {
172
172
  var s;
173
173
  if (await g(), i.value === void 0)
174
174
  return;
@@ -178,103 +178,94 @@ const ie = ["aria-valuenow", "aria-valuemin", "aria-valuemax"], ce = ["data-labe
178
178
  if (!v.value)
179
179
  return console.error("[maz-ui](MazSlider/handleMousemove) MazSlider not available");
180
180
  m.value[i.value] = (() => {
181
- const r = re(e, v.value).x;
181
+ const r = se(e, v.value).x;
182
182
  return r < o ? o : u && r > u ? u : r;
183
- })(), d.value = await E(), P(i.value);
183
+ })(), d.value = await W(), P(i.value);
184
184
  }
185
185
  }
186
186
  return (e, t) => (b(), w(
187
- T,
188
- null,
187
+ "div",
188
+ {
189
+ style: V([Y.value, { fontSize: a.size }]),
190
+ class: F(["m-slider", [`m-slider--${a.color}`]]),
191
+ role: "button",
192
+ tabindex: "-1",
193
+ onMousemovePassive: E,
194
+ onMouseupPassive: D,
195
+ onMouseleavePassive: D,
196
+ onTouchmovePassive: E
197
+ },
189
198
  [
190
- ae(" eslint-disable vuejs-accessibility/mouse-events-have-key-events "),
191
- _(
192
- "div",
193
- {
194
- style: B([Y.value, { fontSize: a.size }]),
195
- class: j(["m-slider", [`m-slider--${a.color}`]]),
196
- role: "button",
197
- tabindex: "-1",
198
- onMousemovePassive: N,
199
- onMouseupPassive: O,
200
- onMouseleavePassive: O,
201
- onTouchmovePassive: N
202
- },
203
- [
204
- _("div", {
205
- ref_key: "MazSlider",
206
- ref: v,
207
- class: "m-slider__bar",
208
- role: "slider",
209
- "aria-valuenow": a.modelValue.toString(),
210
- "aria-valuemin": a.min,
211
- "aria-valuemax": a.max
212
- }, [
213
- (b(!0), w(
214
- T,
215
- null,
216
- K(k.value, (s, o) => (b(), w(
217
- "div",
218
- {
219
- key: `divider-${o}`,
220
- style: B([s]),
221
- class: "m-slider__divider"
222
- },
199
+ N("div", {
200
+ ref_key: "MazSlider",
201
+ ref: v,
202
+ class: "m-slider__bar",
203
+ role: "slider",
204
+ "aria-valuenow": a.modelValue.toString(),
205
+ "aria-valuemin": a.min,
206
+ "aria-valuemax": a.max
207
+ }, [
208
+ (b(!0), w(
209
+ K,
210
+ null,
211
+ j(B.value, (s, o) => (b(), w(
212
+ "div",
213
+ {
214
+ key: `divider-${o}`,
215
+ style: V([s]),
216
+ class: "m-slider__divider"
217
+ },
218
+ null,
219
+ 4
220
+ /* STYLE */
221
+ ))),
222
+ 128
223
+ /* KEYED_FRAGMENT */
224
+ )),
225
+ (b(!0), w(
226
+ K,
227
+ null,
228
+ j(y.value, (s, o) => {
229
+ var u;
230
+ return b(), w("button", {
231
+ key: `cursor-${o}`,
232
+ type: "button",
233
+ "data-label": G(o),
234
+ class: F(["m-slider__btn", {
235
+ "active-cursor": o === i.value && !a.noCursorAnim
236
+ }]),
237
+ style: V([_.value[o]]),
238
+ onMousedownPassive: (r) => S(r, o),
239
+ onTouchstartPassive: (r) => S(r, o),
240
+ onFocusPassive: (r) => S(r, o),
241
+ onBlurPassive: (r) => A(o),
242
+ onTouchendPassive: (r) => A(o),
243
+ onKeydownPassive: (r) => R(r, o)
244
+ }, [
245
+ N(
246
+ "span",
223
247
  null,
224
- 4
225
- /* STYLE */
226
- ))),
227
- 128
228
- /* KEYED_FRAGMENT */
229
- )),
230
- (b(!0), w(
231
- T,
232
- null,
233
- K(p.value, (s, o) => {
234
- var u;
235
- return b(), w("button", {
236
- key: `cursor-${o}`,
237
- type: "button",
238
- "data-label": G(o),
239
- class: j(["m-slider__btn", {
240
- "active-cursor": o === i.value && !a.noCursorAnim
241
- }]),
242
- style: B([C.value[o]]),
243
- onMousedownPassive: (r) => S(r, o),
244
- onTouchstartPassive: (r) => S(r, o),
245
- onFocusPassive: (r) => S(r, o),
246
- onBlurPassive: (r) => W(o),
247
- onTouchendPassive: (r) => W(o),
248
- onKeydownPassive: (r) => R(r, o)
249
- }, [
250
- _(
251
- "span",
252
- null,
253
- ue((u = d.value) == null ? void 0 : u[o]),
254
- 1
255
- /* TEXT */
256
- )
257
- ], 46, ce);
258
- }),
259
- 128
260
- /* KEYED_FRAGMENT */
261
- ))
262
- ], 8, ie)
263
- ],
264
- 38
265
- /* CLASS, STYLE, NEED_HYDRATION */
266
- )
248
+ ae((u = d.value) == null ? void 0 : u[o]),
249
+ 1
250
+ /* TEXT */
251
+ )
252
+ ], 46, ie);
253
+ }),
254
+ 128
255
+ /* KEYED_FRAGMENT */
256
+ ))
257
+ ], 8, re)
267
258
  ],
268
- 2112
269
- /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
259
+ 38
260
+ /* CLASS, STYLE, NEED_HYDRATION */
270
261
  ));
271
262
  }
272
- }), ve = (a, l) => {
263
+ }), de = (a, l) => {
273
264
  const n = a.__vccOpts || a;
274
265
  for (const [c, v] of l)
275
266
  n[c] = v;
276
267
  return n;
277
- }, fe = /* @__PURE__ */ ve(de, [["__scopeId", "data-v-3d4add96"]]);
268
+ }, me = /* @__PURE__ */ de(ce, [["__scopeId", "data-v-3d4add96"]]);
278
269
  export {
279
- fe as default
270
+ me as default
280
271
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazStepper-DRWtYHZR.mjs";
1
+ import { M as f } from "./chunks/MazStepper-BREfkpUb.mjs";
2
2
  export {
3
3
  f as default
4
4
  };