maz-ui 3.46.1-beta.4 → 3.46.1-beta.6

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 (154) hide show
  1. package/components/MazAccordion.d.ts +1 -1
  2. package/components/MazBottomSheet.mjs +1 -1
  3. package/components/MazBtn.d.ts +5 -4
  4. package/components/MazBtn.mjs +1 -1
  5. package/components/MazCard.mjs +1 -1
  6. package/components/MazCardSpotlight.d.ts +1 -1
  7. package/components/MazCarousel.mjs +1 -1
  8. package/components/MazCheckbox.mjs +61 -61
  9. package/components/MazDialog.mjs +1 -1
  10. package/components/MazDialogPromise.mjs +1 -1
  11. package/components/MazDrawer.mjs +1 -1
  12. package/components/MazDropdown.d.ts +4 -0
  13. package/components/MazDropdown.mjs +98 -93
  14. package/components/MazIcon.mjs +55 -67
  15. package/components/MazInput.mjs +1 -1
  16. package/components/MazInputNumber.mjs +1 -1
  17. package/components/MazInputPrice.mjs +1 -1
  18. package/components/MazInputTags.mjs +1 -1
  19. package/components/MazLink.mjs +1 -1
  20. package/components/MazPagination.mjs +1 -1
  21. package/components/MazPhoneNumberInput.mjs +1 -1
  22. package/components/MazPicker.mjs +1 -1
  23. package/components/MazPullToRefresh.d.ts +2 -2
  24. package/components/MazSelect.mjs +1 -1
  25. package/components/MazStepper.mjs +1 -1
  26. package/components/MazSwitch.mjs +33 -33
  27. package/components/MazTable.d.ts +33 -4
  28. package/components/MazTable.mjs +1 -1
  29. package/components/assets/MazBtn.css +1 -1
  30. package/components/assets/MazCheckbox.css +1 -1
  31. package/components/assets/MazDropdown.css +1 -1
  32. package/components/assets/MazInputNumber.css +1 -1
  33. package/components/assets/MazInputTags.css +1 -1
  34. package/components/assets/MazPagination.css +1 -1
  35. package/components/assets/MazPicker.css +1 -1
  36. package/components/assets/MazSelect.css +1 -1
  37. package/components/assets/MazSwitch.css +1 -1
  38. package/components/assets/MazTable.css +1 -1
  39. package/components/chunks/{MazBottomSheet-DQTlEDlz.mjs → MazBottomSheet-DeAah_or.mjs} +1 -1
  40. package/components/chunks/MazBtn-BV212IYv.mjs +118 -0
  41. package/components/chunks/MazBtn-BXvObcWn.mjs +118 -0
  42. package/components/chunks/MazBtn-C2dJYsnq.mjs +118 -0
  43. package/components/chunks/MazBtn-C2htID_X.mjs +118 -0
  44. package/components/chunks/MazBtn-C4xZC-A2.mjs +118 -0
  45. package/components/chunks/MazBtn-C5IbN0rp.mjs +123 -0
  46. package/components/chunks/MazBtn-CEFfMm7k.mjs +118 -0
  47. package/components/chunks/MazBtn-CESOVC-a.mjs +118 -0
  48. package/components/chunks/MazBtn-CLFly8Ie.mjs +118 -0
  49. package/components/chunks/MazBtn-CRpqDW12.mjs +118 -0
  50. package/components/chunks/MazBtn-D2H26ExI.mjs +118 -0
  51. package/components/chunks/MazBtn-y4vRRWDg.mjs +118 -0
  52. package/components/chunks/MazBtn-zMzxqcCs.mjs +126 -0
  53. package/components/chunks/{MazCard-BapktHxt.mjs → MazCard-BF-2_gZV.mjs} +1 -1
  54. package/components/chunks/{MazCarousel-DYdWCLk7.mjs → MazCarousel-DVBUt8NL.mjs} +1 -1
  55. package/components/chunks/{MazCheckbox-m1322Y67.mjs → MazCheckbox-CEfJco3U.mjs} +32 -32
  56. package/components/chunks/MazCheckbox-CeVxgVY8.mjs +146 -0
  57. package/components/chunks/{MazCheckbox-DOYkVPMK.mjs → MazCheckbox-mgtQBs4K.mjs} +32 -32
  58. package/components/chunks/{MazDialog-DbEp5ZrT.mjs → MazDialog-fn7vXgBg.mjs} +1 -1
  59. package/components/chunks/{MazDialogPromise-B2WdAwbv.mjs → MazDialogPromise-C8dpQb5k.mjs} +2 -2
  60. package/components/chunks/{MazExpandAnimation-BFyvL-vh.mjs → MazExpandAnimation-Bkw_wFTi.mjs} +1 -1
  61. package/components/chunks/{MazGallery-HtChfMa_.mjs → MazGallery-CXJsK5ve.mjs} +2 -2
  62. package/components/chunks/MazIcon-BXX3RaoN.mjs +101 -0
  63. package/components/chunks/MazIcon-BbvBov5G.mjs +106 -0
  64. package/components/chunks/MazIcon-DjMuw8Bz.mjs +101 -0
  65. package/components/chunks/MazInput-AcA93-8Q.mjs +291 -0
  66. package/components/chunks/{MazInput-fbdOvhry.mjs → MazInput-Dnwxraz4.mjs} +1 -1
  67. package/components/chunks/MazInputNumber-OY_UqCMs.mjs +593 -0
  68. package/components/chunks/{MazInputPrice-Y6lalrWq.mjs → MazInputPrice-DvVAZa12.mjs} +1 -1
  69. package/components/chunks/{MazInputTags-DVYW4SbE.mjs → MazInputTags-DKlGT2IB.mjs} +205 -240
  70. package/components/chunks/{MazLink-HJI1YmdA.mjs → MazLink-Dl9ePCGm.mjs} +1 -1
  71. package/components/chunks/MazLoadingBar-By1umvdC.mjs +32 -0
  72. package/components/chunks/MazPagination-BL9LU84U.mjs +362 -0
  73. package/components/chunks/{MazPhoneNumberInput-BbeofPj5.mjs → MazPhoneNumberInput-C7gUk5lg.mjs} +3 -3
  74. package/components/chunks/{MazPicker-BPH4sy2Q.mjs → MazPicker-Dhm3u2MN.mjs} +620 -652
  75. package/components/chunks/{MazPickerMonthSwitcher-Ca4BqrF-.mjs → MazPickerMonthSwitcher-ck8cl1-N.mjs} +1 -1
  76. package/components/chunks/{MazPickerShortcuts-Bs2RMdC_.mjs → MazPickerShortcuts-hEpUqVC-.mjs} +1 -1
  77. package/components/chunks/{MazPickerYearSwitcher-Bg_0ecwk.mjs → MazPickerYearSwitcher-CmMxOc69.mjs} +1 -1
  78. package/components/chunks/MazSelect-CGsMRdr7.mjs +568 -0
  79. package/components/chunks/{MazSelect-CUo_OXDp.mjs → MazSelect-ed445MXs.mjs} +2 -2
  80. package/components/chunks/{MazSpinner-BAHWcgal.mjs → MazSpinner-Akyx5wgU.mjs} +1 -1
  81. package/components/chunks/MazSpinner-B2dsE23u.mjs +37 -0
  82. package/components/chunks/{MazSpinner-D9K-TsT7.mjs → MazSpinner-BCOeuzTB.mjs} +1 -1
  83. package/components/chunks/MazSpinner-BakExtKd.mjs +37 -0
  84. package/components/chunks/{MazSpinner-Cl4Yy1dv.mjs → MazSpinner-C9meLNrb.mjs} +1 -1
  85. package/components/chunks/{MazSpinner-CShEq13p.mjs → MazSpinner-CKOy0M1T.mjs} +1 -1
  86. package/components/chunks/MazSpinner-CL6orjX7.mjs +37 -0
  87. package/components/chunks/{MazSpinner-2KA4ECS_.mjs → MazSpinner-CQTq0J6f.mjs} +1 -1
  88. package/components/chunks/{MazSpinner-BLp7sE5i.mjs → MazSpinner-CeZk8jA9.mjs} +1 -1
  89. package/components/chunks/MazSpinner-CqS3onAE.mjs +37 -0
  90. package/components/chunks/{MazSpinner-AyzqowuD.mjs → MazSpinner-D1zj-581.mjs} +1 -1
  91. package/components/chunks/MazSpinner-DJ2t85tY.mjs +37 -0
  92. package/components/chunks/{MazSpinner-BhFMGOGc.mjs → MazSpinner-DbaTlD5B.mjs} +1 -1
  93. package/components/chunks/MazSpinner-DgJ9tVv_.mjs +37 -0
  94. package/components/chunks/{MazSpinner-CLfp6QHS.mjs → MazSpinner-DoKvoICM.mjs} +1 -1
  95. package/components/chunks/MazSpinner-Oy4E193R.mjs +37 -0
  96. package/components/chunks/{MazStepper-BmCk5RfP.mjs → MazStepper-DRWtYHZR.mjs} +1 -1
  97. package/components/chunks/MazTable-QwG-Kh88.mjs +692 -0
  98. package/components/chunks/MazTableCell-BSNyqTSX.mjs +23 -0
  99. package/components/chunks/MazTableRow-CgubMdrX.mjs +30 -0
  100. package/components/chunks/MazTableTitle-h4dattYD.mjs +23 -0
  101. package/components/chunks/{MazTransitionExpand-D9pcEmUk.mjs → MazTransitionExpand-BvqRDM9d.mjs} +1 -1
  102. package/components/chunks/arrow-up-DjSlktWl.mjs +30 -0
  103. package/components/chunks/inject-strict-BmiaNiwC.mjs +10 -0
  104. package/components/chunks/useInstanceUniqId-DW9jO1Sz.mjs +11 -0
  105. package/css/main.css +1 -1
  106. package/modules/assets/MazBtn.css +1 -1
  107. package/modules/chunks/MazBtn-DeAZcD0R.cjs +9 -0
  108. package/modules/chunks/MazBtn-DvffpPyV.mjs +118 -0
  109. package/modules/chunks/MazIcon-BiwOZEZl.cjs +1 -0
  110. package/modules/chunks/MazIcon-D2B0umvn.mjs +101 -0
  111. package/modules/chunks/{MazSpinner-zX9CPyJB.cjs → MazSpinner-CZIYnX05.cjs} +1 -1
  112. package/modules/chunks/{MazSpinner-g6fliUmS.mjs → MazSpinner-Csgl_Uho.mjs} +1 -1
  113. package/modules/chunks/index-B6Pf_QhC.cjs +149 -0
  114. package/modules/chunks/{index-Bpj_Jr6I.mjs → index-C34aEXzu.mjs} +319 -314
  115. package/modules/index.cjs +1 -1
  116. package/modules/index.mjs +1 -1
  117. package/nuxt/index.json +1 -1
  118. package/package.json +1 -1
  119. package/types/components/MazAccordion.vue.d.ts +1 -1
  120. package/types/components/MazBtn.vue.d.ts +5 -4
  121. package/types/components/MazCardSpotlight.vue.d.ts +1 -1
  122. package/types/components/MazDropdown.vue.d.ts +4 -0
  123. package/types/components/MazPullToRefresh.vue.d.ts +2 -2
  124. package/types/components/MazTable.vue.d.ts +33 -4
  125. package/components/chunks/MazBtn-B2A4nNWi.mjs +0 -150
  126. package/components/chunks/MazBtn-BTxqbijR.mjs +0 -158
  127. package/components/chunks/MazBtn-BYAmxCNV.mjs +0 -150
  128. package/components/chunks/MazBtn-BkBaNYfi.mjs +0 -150
  129. package/components/chunks/MazBtn-BkT-9nbu.mjs +0 -150
  130. package/components/chunks/MazBtn-C6b9OPzf.mjs +0 -150
  131. package/components/chunks/MazBtn-CAioWjHE.mjs +0 -150
  132. package/components/chunks/MazBtn-CTDhJ_fQ.mjs +0 -155
  133. package/components/chunks/MazBtn-CofOhh-q.mjs +0 -150
  134. package/components/chunks/MazBtn-CwkvhgML.mjs +0 -150
  135. package/components/chunks/MazBtn-DHFCbHI5.mjs +0 -150
  136. package/components/chunks/MazBtn-DgmsRNq_.mjs +0 -150
  137. package/components/chunks/MazIcon-BDGxCy9M.mjs +0 -118
  138. package/components/chunks/MazIcon-YNJa-F5Z.mjs +0 -113
  139. package/components/chunks/MazIcon-wDqK0Xre.mjs +0 -113
  140. package/components/chunks/MazInputNumber-mu9wEfTT.mjs +0 -625
  141. package/components/chunks/MazPagination-BOUDMaJO.mjs +0 -394
  142. package/components/chunks/MazSpinner-C91Lm_Xp.mjs +0 -37
  143. package/components/chunks/MazSpinner-CCIMQLA1.mjs +0 -37
  144. package/components/chunks/MazSpinner-Ch7Qhq1M.mjs +0 -37
  145. package/components/chunks/MazSpinner-D7CMPaDb.mjs +0 -37
  146. package/components/chunks/MazSpinner-D8uk4SQh.mjs +0 -37
  147. package/components/chunks/MazSpinner-JgB1pud8.mjs +0 -37
  148. package/components/chunks/MazSpinner-mCkWhiVE.mjs +0 -37
  149. package/components/chunks/MazTable-CPfwUOOM.mjs +0 -2003
  150. package/modules/chunks/MazBtn-B5URGSZl.cjs +0 -9
  151. package/modules/chunks/MazBtn-DRuL8cjg.mjs +0 -150
  152. package/modules/chunks/MazIcon-BskR2yy9.cjs +0 -1
  153. package/modules/chunks/MazIcon-CKc-vAA8.mjs +0 -113
  154. package/modules/chunks/index-BLdtEKD5.cjs +0 -149
@@ -0,0 +1,593 @@
1
+ import { openBlock as r, createElementBlock as z, createElementVNode as F, defineComponent as L, defineAsyncComponent as $, useAttrs as ne, useSlots as K, computed as a, createBlock as d, resolveDynamicComponent as V, normalizeClass as b, withCtx as P, createCommentVNode as i, renderSlot as C, unref as c, createVNode as M, useId as oe, ref as A, onMounted as le, normalizeStyle as Y, withDirectives as ae, mergeProps as G, toHandlers as ie, vModelDynamic as re, createTextVNode as se, toDisplayString as ue, withModifiers as q, withKeys as U } from "vue";
2
+ import '../assets/MazInputNumber.css';function H(m, o) {
3
+ let t;
4
+ return function(...u) {
5
+ clearTimeout(t), t = setTimeout(() => {
6
+ m.apply(this, u);
7
+ }, o);
8
+ };
9
+ }
10
+ const de = {
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ width: "1em",
13
+ height: "1em",
14
+ fill: "none",
15
+ viewBox: "0 0 24 24"
16
+ };
17
+ function fe(m, o) {
18
+ return r(), z("svg", de, o[0] || (o[0] = [
19
+ F(
20
+ "path",
21
+ {
22
+ stroke: "currentColor",
23
+ "stroke-linecap": "round",
24
+ "stroke-linejoin": "round",
25
+ "stroke-width": "1.5",
26
+ d: "M5 12h14"
27
+ },
28
+ null,
29
+ -1
30
+ /* HOISTED */
31
+ )
32
+ ]));
33
+ }
34
+ const ce = { render: fe }, me = {
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ width: "1em",
37
+ height: "1em",
38
+ fill: "none",
39
+ viewBox: "0 0 24 24"
40
+ };
41
+ function pe(m, o) {
42
+ return r(), z("svg", me, o[0] || (o[0] = [
43
+ F(
44
+ "path",
45
+ {
46
+ stroke: "currentColor",
47
+ "stroke-linecap": "round",
48
+ "stroke-linejoin": "round",
49
+ "stroke-width": "1.5",
50
+ d: "M12 4.5v15m7.5-7.5h-15"
51
+ },
52
+ null,
53
+ -1
54
+ /* HOISTED */
55
+ )
56
+ ]));
57
+ }
58
+ const ve = { render: pe }, be = {
59
+ key: 2,
60
+ class: "m-btn-loader-container"
61
+ }, ye = /* @__PURE__ */ L({
62
+ __name: "MazBtn",
63
+ props: {
64
+ variant: { default: "button" },
65
+ size: { default: "md" },
66
+ color: { default: "primary" },
67
+ type: { default: "button" },
68
+ rounded: { type: Boolean },
69
+ roundedSize: { default: "lg" },
70
+ noRounded: { type: Boolean },
71
+ outline: { type: Boolean },
72
+ pastel: { type: Boolean },
73
+ block: { type: Boolean },
74
+ noUnderline: { type: Boolean },
75
+ loading: { type: Boolean },
76
+ disabled: { type: Boolean },
77
+ fab: { type: Boolean },
78
+ icon: { type: [String, Function, Object], default: void 0 },
79
+ leftIcon: { type: [String, Function, Object], default: void 0 },
80
+ rightIcon: { type: [String, Function, Object], default: void 0 },
81
+ noPadding: { type: Boolean },
82
+ noElevation: { type: Boolean },
83
+ justify: { default: "center" }
84
+ },
85
+ setup(m) {
86
+ const o = m, t = $(() => import("./MazSpinner-DJ2t85tY.mjs")), u = $(() => import("./MazIcon-BbvBov5G.mjs")), { href: s, to: j } = ne(), k = K(), I = a(() => s ? "a" : j ? "router-link" : "button"), B = a(
87
+ () => o.pastel ? `--${o.color}-pastel` : o.outline ? `--${o.color}-outline` : `--${o.color}`
88
+ ), v = a(
89
+ () => (o.loading || o.disabled) && I.value === "button"
90
+ ), y = a(() => v.value ? "--cursor-default" : "--cursor-pointer"), w = a(() => `--is-${o.variant}`), S = a(() => o.loading && o.variant === "button"), n = a(() => !!k["left-icon"] || o.leftIcon), f = a(() => !!k["right-icon"] || o.rightIcon), p = a(() => n.value || f.value), T = a(() => o.icon || !!k.icon), D = a(() => I.value === "button" ? o.type : void 0), g = a(() => o.size === "xl" ? "maz-text-3xl" : o.size === "lg" ? "maz-text-2xl" : o.size === "md" ? "maz-text-xl" : o.size === "sm" ? "maz-text-lg" : o.size === "xs" ? "maz-text-base" : o.size === "mini" ? "maz-text-sm" : "md"), O = a(() => o.justify === "start" ? "maz-justify-start" : o.justify === "end" ? "maz-justify-end" : o.justify === "center" ? "maz-justify-center" : o.justify === "between" ? "maz-justify-between" : o.justify === "around" ? "maz-justify-around" : o.justify === "evenly" ? "maz-justify-evenly" : "maz-justify-center");
91
+ return (l, N) => (r(), d(V(I.value), {
92
+ disabled: v.value || void 0,
93
+ class: b(["m-btn", [
94
+ `--${l.size}`,
95
+ !l.fab && !l.rounded && l.roundedSize && `--rounded-${l.roundedSize}`,
96
+ B.value,
97
+ y.value,
98
+ w.value,
99
+ O.value,
100
+ {
101
+ "--block": l.block,
102
+ "--no-underline": l.noUnderline,
103
+ "--fab": l.fab,
104
+ "--loading": l.loading,
105
+ "--disabled": v.value,
106
+ "--icon": p.value,
107
+ "--rounded": l.rounded,
108
+ "--no-rounded": l.noRounded,
109
+ "--no-padding": l.noPadding,
110
+ "--no-elevation": l.noElevation
111
+ }
112
+ ]]),
113
+ type: D.value
114
+ }, {
115
+ default: P(() => [
116
+ i(`
117
+ @slot left-icon - The icon to display on the left of the button
118
+ `),
119
+ C(l.$slots, "left-icon", {}, () => [
120
+ typeof l.leftIcon == "string" ? (r(), d(c(u), {
121
+ key: 0,
122
+ name: l.leftIcon,
123
+ class: b([g.value])
124
+ }, null, 8, ["name", "class"])) : l.leftIcon ? (r(), d(V(l.leftIcon), {
125
+ key: 1,
126
+ class: b([g.value])
127
+ }, null, 8, ["class"])) : i("v-if", !0)
128
+ ], !0),
129
+ i(`
130
+ @slot icon - The icon to display on the fab button
131
+ `),
132
+ T.value ? C(l.$slots, "icon", { key: 0 }, () => [
133
+ typeof l.icon == "string" ? (r(), d(c(u), {
134
+ key: 0,
135
+ name: l.icon,
136
+ class: b([g.value])
137
+ }, null, 8, ["name", "class"])) : l.icon ? (r(), d(V(l.icon), {
138
+ key: 1,
139
+ class: b([g.value])
140
+ }, null, 8, ["class"])) : i("v-if", !0)
141
+ ], !0) : i("v-if", !0),
142
+ i(`
143
+ @slot default - The content of the button
144
+ `),
145
+ C(l.$slots, "default", {}, void 0, !0),
146
+ i(`
147
+ @slot left-icon - The icon to display on the left of the button
148
+ `),
149
+ f.value ? C(l.$slots, "right-icon", { key: 1 }, () => [
150
+ typeof l.rightIcon == "string" ? (r(), d(c(u), {
151
+ key: 0,
152
+ name: l.rightIcon,
153
+ class: b([g.value])
154
+ }, null, 8, ["name", "class"])) : l.rightIcon ? (r(), d(V(l.rightIcon), {
155
+ key: 1,
156
+ class: b([g.value])
157
+ }, null, 8, ["class"])) : i("v-if", !0)
158
+ ], !0) : i("v-if", !0),
159
+ S.value ? (r(), z("div", be, [
160
+ M(c(t), {
161
+ size: "2em",
162
+ color: l.color
163
+ }, null, 8, ["color"])
164
+ ])) : i("v-if", !0)
165
+ ]),
166
+ _: 3
167
+ /* FORWARDED */
168
+ }, 8, ["disabled", "class", "type"]));
169
+ }
170
+ }), J = (m, o) => {
171
+ const t = m.__vccOpts || m;
172
+ for (const [u, s] of o)
173
+ t[u] = s;
174
+ return t;
175
+ }, R = /* @__PURE__ */ J(ye, [["__scopeId", "data-v-5aedac30"]]), he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
176
+ __proto__: null,
177
+ default: R
178
+ }, Symbol.toStringTag, { value: "Module" }));
179
+ function ze({
180
+ componentName: m,
181
+ providedId: o
182
+ }) {
183
+ const t = oe();
184
+ return a(() => o ?? `${m}-${t}`);
185
+ }
186
+ const ge = {
187
+ key: 0,
188
+ class: "m-input-wrapper-left"
189
+ }, ke = { class: "m-input-wrapper-input" }, Ie = ["id", "type", "name", "inputmode", "placeholder", "aria-label", "disabled", "readonly", "required"], Be = { key: 0 }, we = {
190
+ key: 1,
191
+ class: "m-input-wrapper-right"
192
+ }, $e = /* @__PURE__ */ L({
193
+ inheritAttrs: !1,
194
+ __name: "MazInput",
195
+ props: {
196
+ style: { default: void 0 },
197
+ class: { default: void 0 },
198
+ modelValue: { default: void 0 },
199
+ placeholder: { default: void 0 },
200
+ label: { default: void 0 },
201
+ name: { default: void 0 },
202
+ color: { default: "primary" },
203
+ type: { default: "text" },
204
+ required: { type: Boolean, default: !1 },
205
+ disabled: { type: Boolean, default: !1 },
206
+ readonly: { type: Boolean, default: !1 },
207
+ id: { default: void 0 },
208
+ error: { type: Boolean, default: !1 },
209
+ success: { type: Boolean, default: !1 },
210
+ warning: { type: Boolean, default: !1 },
211
+ hint: { default: void 0 },
212
+ inputClasses: { default: void 0 },
213
+ noBorder: { type: Boolean, default: !1 },
214
+ noRadius: { type: Boolean, default: !1 },
215
+ inputmode: { default: "text" },
216
+ size: { default: "md" },
217
+ debounce: { type: [Boolean, Number], default: !1 },
218
+ debounceDelay: { default: 500 },
219
+ validButton: { type: Boolean, default: !1 },
220
+ validButtonLoading: { type: Boolean, default: !1 },
221
+ autoFocus: { type: Boolean, default: !1 },
222
+ borderActive: { type: Boolean, default: !1 },
223
+ leftIcon: { type: [String, Function, Object], default: void 0 },
224
+ rightIcon: { type: [String, Function, Object], default: void 0 },
225
+ roundedSize: { default: void 0 },
226
+ block: { type: Boolean }
227
+ },
228
+ emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
229
+ setup(m, { emit: o }) {
230
+ const t = m, u = o, s = $(() => Promise.resolve().then(() => he)), j = $(() => import("./MazIcon-BbvBov5G.mjs")), k = $(() => import("./eye-slash-BoO00xzs.mjs")), I = $(() => import("./eye-f8zAUc30.mjs")), B = $(() => import("./check-BmubdHc_.mjs")), v = A(!1), y = A(!1), w = A(), S = ze({
231
+ componentName: "MazInput",
232
+ providedId: t.id
233
+ });
234
+ le(() => {
235
+ var e;
236
+ t.autoFocus && ((e = w.value) == null || e.focus());
237
+ });
238
+ const n = a(() => t.type === "password"), f = a(() => v.value ? "text" : t.type), p = a(() => {
239
+ if (!t.noBorder) {
240
+ if (t.error)
241
+ return "maz-border-danger";
242
+ if (t.success)
243
+ return "maz-border-success";
244
+ if (t.warning)
245
+ return "maz-border-warning";
246
+ if (y.value || t.borderActive) {
247
+ if (t.color === "black")
248
+ return "maz-border-black";
249
+ if (t.color === "danger")
250
+ return "maz-border-danger";
251
+ if (t.color === "info")
252
+ return "maz-border-info";
253
+ if (t.color === "primary")
254
+ return "maz-border-primary";
255
+ if (t.color === "secondary")
256
+ return "maz-border-secondary";
257
+ if (t.color === "success")
258
+ return "maz-border-success";
259
+ if (t.color === "warning")
260
+ return "maz-border-warning";
261
+ if (t.color === "white")
262
+ return "maz-border-white";
263
+ }
264
+ return "--default-border";
265
+ }
266
+ }), T = K(), D = a(() => {
267
+ const { required: e, placeholder: h } = t;
268
+ if (h)
269
+ return e ? `${h} *` : h;
270
+ }), g = a(() => N.value !== void 0 && N.value !== ""), O = H(
271
+ (e) => {
272
+ u("update:model-value", e);
273
+ },
274
+ typeof t.debounce == "number" ? t.debounce : t.debounceDelay ?? 500
275
+ );
276
+ function l(e) {
277
+ if (t.debounce)
278
+ return O(e);
279
+ u("update:model-value", e);
280
+ }
281
+ const N = a({
282
+ get: () => t.modelValue,
283
+ set: (e) => l(e)
284
+ }), Q = a(() => (!!t.label || !!t.hint) && (y.value || !!g.value || !!t.placeholder || ["date", "month", "week"].includes(t.type))), W = a(() => !!t.label || !!t.hint);
285
+ function X() {
286
+ return !!T["right-icon"] || n.value || !!T["valid-button"] || t.validButton || !!t.rightIcon;
287
+ }
288
+ function Z() {
289
+ return !!T["left-icon"] || !!t.leftIcon;
290
+ }
291
+ function x(e) {
292
+ u("focus", e), y.value = !0;
293
+ }
294
+ function _(e) {
295
+ u("blur", e), y.value = !1;
296
+ }
297
+ function ee(e) {
298
+ return u("change", e);
299
+ }
300
+ function te(e) {
301
+ return u("input", e);
302
+ }
303
+ return (e, h) => (r(), z(
304
+ "div",
305
+ {
306
+ class: b(["m-input", [
307
+ {
308
+ "--is-focused": y.value || e.borderActive,
309
+ "--should-up": Q.value,
310
+ "--has-label": W.value,
311
+ "--is-disabled": e.disabled,
312
+ "--is-readonly": e.readonly,
313
+ "--has-z-2": e.error || e.warning || e.success,
314
+ "--has-state": e.error || e.warning || e.success,
315
+ "--block": e.block
316
+ },
317
+ t.class,
318
+ `--${e.color}`,
319
+ `--${e.size}`
320
+ ]]),
321
+ style: Y(e.style)
322
+ },
323
+ [
324
+ F(
325
+ "div",
326
+ {
327
+ class: b(["m-input-wrapper", [
328
+ e.inputClasses,
329
+ p.value,
330
+ e.roundedSize ? `--rounded-${e.roundedSize}` : { "maz-rounded": !e.noRadius }
331
+ ]])
332
+ },
333
+ [
334
+ Z() ? (r(), z("div", ge, [
335
+ i(`
336
+ @slot left-icon - The icon to display on the left of the input
337
+ `),
338
+ e.$slots["left-icon"] || e.leftIcon ? C(e.$slots, "left-icon", { key: 0 }, () => [
339
+ typeof e.leftIcon == "string" ? (r(), d(c(j), {
340
+ key: 0,
341
+ name: e.leftIcon,
342
+ class: "maz-text-xl maz-text-muted"
343
+ }, null, 8, ["name"])) : e.leftIcon ? (r(), d(V(e.leftIcon), {
344
+ key: 1,
345
+ class: "maz-text-xl maz-text-muted"
346
+ })) : i("v-if", !0)
347
+ ], !0) : i("v-if", !0)
348
+ ])) : i("v-if", !0),
349
+ F("div", ke, [
350
+ ae(F("input", G({
351
+ id: c(S),
352
+ ref_key: "input",
353
+ ref: w,
354
+ "onUpdate:modelValue": h[0] || (h[0] = (E) => N.value = E),
355
+ type: f.value,
356
+ name: e.name
357
+ }, e.$attrs, {
358
+ inputmode: e.inputmode,
359
+ placeholder: D.value,
360
+ "aria-label": e.label || e.placeholder,
361
+ disabled: e.disabled,
362
+ readonly: e.readonly,
363
+ required: e.required,
364
+ class: "m-input-input"
365
+ }, ie({
366
+ blur: _,
367
+ focus: x,
368
+ change: ee,
369
+ input: te
370
+ }, !0), {
371
+ onClick: h[1] || (h[1] = (E) => e.$emit("click", E))
372
+ }), null, 16, Ie), [
373
+ [re, N.value]
374
+ ]),
375
+ e.label || e.hint ? (r(), z(
376
+ "span",
377
+ {
378
+ key: 0,
379
+ class: b(["m-input-label", [
380
+ {
381
+ "maz-text-danger-600": e.error,
382
+ "maz-text-success-600": e.success,
383
+ "maz-text-warning-600": e.warning
384
+ }
385
+ ]])
386
+ },
387
+ [
388
+ se(
389
+ ue(e.hint || e.label) + " ",
390
+ 1
391
+ /* TEXT */
392
+ ),
393
+ e.required ? (r(), z("sup", Be, "*")) : i("v-if", !0)
394
+ ],
395
+ 2
396
+ /* CLASS */
397
+ )) : i("v-if", !0)
398
+ ]),
399
+ X() ? (r(), z("div", we, [
400
+ i(`
401
+ @slot right-icon - The icon to display on the right of the input
402
+ `),
403
+ e.$slots["right-icon"] || e.rightIcon ? C(e.$slots, "right-icon", { key: 0 }, () => [
404
+ typeof e.rightIcon == "string" ? (r(), d(c(j), {
405
+ key: 0,
406
+ name: e.rightIcon,
407
+ class: "maz-text-xl maz-text-muted"
408
+ }, null, 8, ["name"])) : e.rightIcon ? (r(), d(V(e.rightIcon), {
409
+ key: 1,
410
+ class: "maz-text-xl maz-text-muted"
411
+ })) : i("v-if", !0)
412
+ ], !0) : i("v-if", !0),
413
+ n.value ? (r(), d(c(s), {
414
+ key: 1,
415
+ color: "transparent",
416
+ tabindex: "-1",
417
+ size: "mini",
418
+ onClick: h[2] || (h[2] = q((E) => v.value = !v.value, ["stop"]))
419
+ }, {
420
+ default: P(() => [
421
+ v.value ? (r(), d(c(k), {
422
+ key: 0,
423
+ class: "maz-text-xl maz-text-muted"
424
+ })) : (r(), d(c(I), {
425
+ key: 1,
426
+ class: "maz-text-xl maz-text-muted"
427
+ }))
428
+ ]),
429
+ _: 1
430
+ /* STABLE */
431
+ })) : i("v-if", !0),
432
+ i(`
433
+ @slot valid-button - Replace the valid button by your own
434
+ `),
435
+ e.$slots["valid-button"] || e.validButton ? C(e.$slots, "valid-button", { key: 2 }, () => [
436
+ M(c(s), {
437
+ color: "transparent",
438
+ disabled: e.disabled,
439
+ tabindex: "-1",
440
+ loading: e.validButtonLoading,
441
+ class: "m-input-valid-button",
442
+ size: "mini",
443
+ type: "submit"
444
+ }, {
445
+ default: P(() => [
446
+ M(c(B), { class: "maz-text-2xl maz-text-normal" })
447
+ ]),
448
+ _: 1
449
+ /* STABLE */
450
+ }, 8, ["disabled", "loading"])
451
+ ], !0) : i("v-if", !0)
452
+ ])) : i("v-if", !0)
453
+ ],
454
+ 2
455
+ /* CLASS */
456
+ )
457
+ ],
458
+ 6
459
+ /* CLASS, STYLE */
460
+ ));
461
+ }
462
+ }), Ce = /* @__PURE__ */ J($e, [["__scopeId", "data-v-b3e1e126"]]), Se = /* @__PURE__ */ L({
463
+ inheritAttrs: !1,
464
+ __name: "MazInputNumber",
465
+ props: {
466
+ style: { default: void 0 },
467
+ class: { default: void 0 },
468
+ modelValue: { default: void 0 },
469
+ disabled: { type: Boolean, default: !1 },
470
+ max: { default: Number.POSITIVE_INFINITY },
471
+ min: { default: Number.NEGATIVE_INFINITY },
472
+ step: { default: 1 },
473
+ size: { default: "md" },
474
+ noButtons: { type: Boolean, default: !1 },
475
+ textCenter: { type: Boolean, default: !0 },
476
+ inputmode: { default: "numeric" },
477
+ block: { type: Boolean },
478
+ error: { type: Boolean },
479
+ hint: {},
480
+ success: { type: Boolean },
481
+ warning: { type: Boolean }
482
+ },
483
+ emits: ["update:model-value", "focus", "blur", "click", "change"],
484
+ setup(m, { emit: o }) {
485
+ const t = m, u = o, s = a({
486
+ get: () => t.modelValue,
487
+ set: (n) => B(n)
488
+ });
489
+ function j(n) {
490
+ return Math.round(n / t.step) * t.step;
491
+ }
492
+ function k(n) {
493
+ if (typeof n == "number")
494
+ return n <= t.min ? t.min : n >= t.max ? t.max : j(n);
495
+ }
496
+ const I = H((n) => B(n), 300);
497
+ function B(n) {
498
+ n = k(n), s.value !== n && u("update:model-value", n);
499
+ }
500
+ B(s.value);
501
+ const v = a(() => t.modelValue && t.modelValue >= t.max), y = a(() => t.modelValue && t.modelValue <= t.min);
502
+ function w() {
503
+ if (!(t.disabled || v.value)) {
504
+ if ((s.value === void 0 || s.value === null) && Number.isFinite(t.min)) {
505
+ s.value = t.min;
506
+ return;
507
+ }
508
+ s.value = (s.value ?? 0) + 1 * t.step;
509
+ }
510
+ }
511
+ function S() {
512
+ if (!(t.disabled || y.value)) {
513
+ if ((s.value === void 0 || s.value === null) && Number.isFinite(t.min)) {
514
+ s.value = t.min;
515
+ return;
516
+ }
517
+ s.value = (s.value ?? 0) - 1 * t.step;
518
+ }
519
+ }
520
+ return (n, f) => (r(), z(
521
+ "div",
522
+ {
523
+ class: b(["m-input-number", [`m-input-number--${n.size}`, t.class, { "--block": n.block }]]),
524
+ style: Y(n.style)
525
+ },
526
+ [
527
+ n.noButtons ? i("v-if", !0) : (r(), d(R, {
528
+ key: 0,
529
+ color: "transparent",
530
+ size: n.size,
531
+ tabindex: "-1",
532
+ class: "m-input-number__button m-input-number__decrement-button",
533
+ disabled: y.value || n.disabled,
534
+ onClick: S
535
+ }, {
536
+ default: P(() => [
537
+ M(c(ce), { class: "m-input-number__button__icon" })
538
+ ]),
539
+ _: 1
540
+ /* STABLE */
541
+ }, 8, ["size", "disabled"])),
542
+ M(Ce, G({
543
+ "model-value": s.value,
544
+ type: "number",
545
+ class: ["m-input-number__input", { "--no-buttons": n.noButtons, "--text-center": n.textCenter }],
546
+ disabled: n.disabled,
547
+ min: n.min,
548
+ max: n.max,
549
+ step: n.step,
550
+ error: n.error,
551
+ success: n.success,
552
+ warning: n.warning,
553
+ hint: n.hint
554
+ }, n.$attrs, {
555
+ inputmode: n.inputmode,
556
+ size: n.size,
557
+ block: "",
558
+ onKeydown: [
559
+ U(q(w, ["prevent"]), ["up"]),
560
+ U(q(S, ["prevent"]), ["down"])
561
+ ],
562
+ onFocus: f[0] || (f[0] = (p) => n.$emit("focus", p)),
563
+ onChange: f[1] || (f[1] = (p) => n.$emit("change", p)),
564
+ onBlur: f[2] || (f[2] = (p) => n.$emit("blur", p)),
565
+ onClick: f[3] || (f[3] = (p) => n.$emit("click", p)),
566
+ "onUpdate:modelValue": f[4] || (f[4] = (p) => c(I)(p))
567
+ }), null, 16, ["model-value", "class", "disabled", "min", "max", "step", "error", "success", "warning", "hint", "inputmode", "size", "onKeydown"]),
568
+ n.noButtons ? i("v-if", !0) : (r(), d(R, {
569
+ key: 1,
570
+ color: "transparent",
571
+ "no-shadow": "",
572
+ tabindex: "-1",
573
+ size: n.size,
574
+ class: "m-input-number__button m-input-number__increment-button",
575
+ disabled: v.value || n.disabled,
576
+ onClick: w
577
+ }, {
578
+ default: P(() => [
579
+ M(c(ve), { class: "m-input-number__button__icon" })
580
+ ]),
581
+ _: 1
582
+ /* STABLE */
583
+ }, 8, ["size", "disabled"]))
584
+ ],
585
+ 6
586
+ /* CLASS, STYLE */
587
+ ));
588
+ }
589
+ });
590
+ export {
591
+ J as _,
592
+ Se as a
593
+ };
@@ -113,7 +113,7 @@ const be = {
113
113
  },
114
114
  emits: ["update:model-value", "focus", "blur", "click", "change", "input"],
115
115
  setup(l, { emit: r }) {
116
- const t = l, n = r, d = z(() => import("./MazBtn-DgmsRNq_.mjs")), b = z(() => import("./MazIcon-BDGxCy9M.mjs")), C = z(() => import("./eye-slash-BoO00xzs.mjs")), I = z(() => import("./eye-f8zAUc30.mjs")), k = z(() => import("./check-BmubdHc_.mjs")), p = w(!1), y = w(!1), h = w(), E = ve({
116
+ const t = l, n = r, d = z(() => import("./MazBtn-BV212IYv.mjs")), b = z(() => import("./MazIcon-BbvBov5G.mjs")), C = z(() => import("./eye-slash-BoO00xzs.mjs")), I = z(() => import("./eye-f8zAUc30.mjs")), k = z(() => import("./check-BmubdHc_.mjs")), p = w(!1), y = w(!1), h = w(), E = ve({
117
117
  componentName: "MazInput",
118
118
  providedId: t.id
119
119
  });