@mozaic-ds/vue 2.3.0 → 2.4.0

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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as $, computed as v, createBlock as B, openBlock as l, resolveDynamicComponent as A, normalizeClass as g, withCtx as M, createElementBlock as n, createCommentVNode as h, createElementVNode as r, renderSlot as I, Fragment as O, renderList as S, createVNode as k, createTextVNode as q, toDisplayString as f, normalizeStyle as H, mergeProps as V, ref as z, watch as P, withKeys as R, withDirectives as K, vModelDynamic as J, nextTick as X, vModelText as Y } from "vue";
1
+ import { defineComponent as h, computed as v, createBlock as B, openBlock as l, resolveDynamicComponent as A, normalizeClass as g, withCtx as M, createElementBlock as n, createCommentVNode as $, createElementVNode as d, renderSlot as w, Fragment as O, renderList as S, createVNode as k, createTextVNode as q, toDisplayString as f, normalizeStyle as K, mergeProps as I, ref as z, watch as P, withKeys as R, withDirectives as G, vModelDynamic as E, nextTick as X, vModelText as Y } from "vue";
2
2
  const Z = {
3
3
  key: 0,
4
4
  class: "mc-link__icon",
@@ -7,7 +7,7 @@ const Z = {
7
7
  key: 1,
8
8
  class: "mc-link__icon",
9
9
  "aria-hidden": "true"
10
- }, ae = /* @__PURE__ */ $({
10
+ }, ae = /* @__PURE__ */ h({
11
11
  __name: "MLink",
12
12
  props: {
13
13
  iconPosition: { default: "left" },
@@ -18,8 +18,8 @@ const Z = {
18
18
  inline: { type: Boolean },
19
19
  router: { type: Boolean }
20
20
  },
21
- setup(d) {
22
- const e = d, t = v(() => ({
21
+ setup(r) {
22
+ const e = r, t = v(() => ({
23
23
  [`mc-link--${e.appearance}`]: e.appearance && e.appearance != "standard",
24
24
  [`mc-link--${e.size}`]: e.size && e.size != "s",
25
25
  "mc-link--inline": e.inline,
@@ -33,38 +33,38 @@ const Z = {
33
33
  }, {
34
34
  default: M(() => [
35
35
  a.$slots.icon && a.iconPosition == "left" ? (l(), n("span", Z, [
36
- I(a.$slots, "icon", {}, void 0, !0)
37
- ])) : h("", !0),
38
- r("span", x, [
39
- I(a.$slots, "default", {}, void 0, !0)
36
+ w(a.$slots, "icon", {}, void 0, !0)
37
+ ])) : $("", !0),
38
+ d("span", x, [
39
+ w(a.$slots, "default", {}, void 0, !0)
40
40
  ]),
41
41
  a.$slots.icon && a.iconPosition == "right" ? (l(), n("span", ee, [
42
- I(a.$slots, "icon", {}, void 0, !0)
43
- ])) : h("", !0)
42
+ w(a.$slots, "icon", {}, void 0, !0)
43
+ ])) : $("", !0)
44
44
  ]),
45
45
  _: 3
46
46
  }, 8, ["class", "href", "target", "to"]));
47
47
  }
48
- }), _ = (d, e) => {
49
- const t = d.__vccOpts || d;
48
+ }), _ = (r, e) => {
49
+ const t = r.__vccOpts || r;
50
50
  for (const [a, o] of e)
51
51
  t[a] = o;
52
52
  return t;
53
- }, te = /* @__PURE__ */ _(ae, [["__scopeId", "data-v-df607c25"]]), se = { class: "mc-breadcrumb__container" }, le = /* @__PURE__ */ $({
53
+ }, te = /* @__PURE__ */ _(ae, [["__scopeId", "data-v-df607c25"]]), se = { class: "mc-breadcrumb__container" }, le = /* @__PURE__ */ h({
54
54
  __name: "MBreadcrumb",
55
55
  props: {
56
56
  appearance: {},
57
57
  links: {}
58
58
  },
59
- setup(d) {
60
- const e = d, t = v(() => ({
59
+ setup(r) {
60
+ const e = r, t = v(() => ({
61
61
  [`mc-breadcrumb--${e.appearance}`]: e.appearance && e.appearance != "standard"
62
62
  })), a = (o) => o === (e.links?.length ?? 0) - 1;
63
63
  return (o, s) => (l(), n("nav", {
64
64
  class: g(["mc-breadcrumb", t.value]),
65
65
  "aria-label": "Breadcrumb"
66
66
  }, [
67
- r("ul", se, [
67
+ d("ul", se, [
68
68
  (l(!0), n(O, null, S(o.links, (i, c) => (l(), n("li", {
69
69
  class: "mc-breadcrumb__item",
70
70
  key: `breadcrumb-${c}`
@@ -88,19 +88,19 @@ const Z = {
88
88
  ])
89
89
  ], 2));
90
90
  }
91
- }), Ds = /* @__PURE__ */ _(le, [["__scopeId", "data-v-41249412"]]), oe = { class: "mc-loader__spinner" }, ne = ["viewBox"], ie = ["r"], re = {
91
+ }), Fs = /* @__PURE__ */ _(le, [["__scopeId", "data-v-41249412"]]), oe = { class: "mc-loader__spinner" }, ne = ["viewBox"], ie = ["r"], re = {
92
92
  key: 0,
93
93
  class: "mc-loader__text",
94
94
  role: "status"
95
- }, de = /* @__PURE__ */ $({
95
+ }, de = /* @__PURE__ */ h({
96
96
  __name: "MLoader",
97
97
  props: {
98
98
  appearance: { default: "standard" },
99
99
  size: { default: "m" },
100
100
  text: {}
101
101
  },
102
- setup(d) {
103
- const e = d, t = v(() => ({
102
+ setup(r) {
103
+ const e = r, t = v(() => ({
104
104
  [`mc-loader--${e.size}`]: e.size && e.size !== "m",
105
105
  [`mc-loader--${e.appearance}`]: e.appearance && e.appearance !== "standard",
106
106
  "mc-loader--text-visible": e.text
@@ -134,14 +134,14 @@ const Z = {
134
134
  return (s, i) => (l(), n("div", {
135
135
  class: g(["mc-loader", t.value])
136
136
  }, [
137
- r("span", oe, [
137
+ d("span", oe, [
138
138
  (l(), n("svg", {
139
139
  class: "mc-loader__icon",
140
140
  xmlns: "http://www.w3.org/2000/svg",
141
141
  viewBox: a.value,
142
142
  "aria-hidden": "true"
143
143
  }, [
144
- r("circle", {
144
+ d("circle", {
145
145
  class: "mc-loader__path",
146
146
  cx: "50%",
147
147
  cy: "50%",
@@ -149,10 +149,10 @@ const Z = {
149
149
  }, null, 8, ie)
150
150
  ], 8, ne))
151
151
  ]),
152
- s.text ? (l(), n("p", re, f(s.text), 1)) : h("", !0)
152
+ s.text ? (l(), n("p", re, f(s.text), 1)) : $("", !0)
153
153
  ], 2));
154
154
  }
155
- }), E = /* @__PURE__ */ _(de, [["__scopeId", "data-v-998c550b"]]), ce = ["disabled", "type"], ue = {
155
+ }), Q = /* @__PURE__ */ _(de, [["__scopeId", "data-v-998c550b"]]), ce = ["disabled", "type"], ue = {
156
156
  key: 0,
157
157
  class: "mc-button__icon"
158
158
  }, pe = {
@@ -165,7 +165,7 @@ const Z = {
165
165
  }, _e = {
166
166
  key: 4,
167
167
  class: "mc-button__icon"
168
- }, ve = /* @__PURE__ */ $({
168
+ }, ve = /* @__PURE__ */ h({
169
169
  __name: "MButton",
170
170
  props: {
171
171
  appearance: { default: "standard" },
@@ -177,8 +177,8 @@ const Z = {
177
177
  type: { default: "button" },
178
178
  isLoading: { type: Boolean }
179
179
  },
180
- setup(d) {
181
- const e = d, t = v(() => ({
180
+ setup(r) {
181
+ const e = r, t = v(() => ({
182
182
  [`mc-button--${e.appearance}`]: e.appearance && e.appearance != "standard",
183
183
  [`mc-button--${e.size}`]: e.size && e.size != "m",
184
184
  "mc-button--ghost": e.ghost,
@@ -191,31 +191,31 @@ const Z = {
191
191
  type: a.type
192
192
  }, [
193
193
  a.$slots.icon && a.iconPosition == "left" && !a.isLoading ? (l(), n("span", ue, [
194
- I(a.$slots, "icon", {}, void 0, !0)
195
- ])) : h("", !0),
194
+ w(a.$slots, "icon", {}, void 0, !0)
195
+ ])) : $("", !0),
196
196
  a.isLoading ? (l(), n("span", pe, [
197
- k(E, {
197
+ k(Q, {
198
198
  style: { color: "currentColor" },
199
199
  size: "s"
200
200
  })
201
- ])) : h("", !0),
201
+ ])) : $("", !0),
202
202
  a.$slots.icon && a.iconPosition == "only" ? (l(), n("span", me, [
203
- I(a.$slots, "icon", {}, void 0, !0)
203
+ w(a.$slots, "icon", {}, void 0, !0)
204
204
  ])) : (l(), n("span", {
205
205
  key: 3,
206
206
  class: "mc-button__label",
207
- style: H({ visibility: a.isLoading ? "hidden" : "visible" })
207
+ style: K({ visibility: a.isLoading ? "hidden" : "visible" })
208
208
  }, [
209
- I(a.$slots, "default", {}, () => [
209
+ w(a.$slots, "default", {}, () => [
210
210
  o[0] || (o[0] = q("Button Label"))
211
211
  ], !0)
212
212
  ], 4)),
213
213
  a.$slots.icon && a.iconPosition == "right" && !a.isLoading ? (l(), n("span", _e, [
214
- I(a.$slots, "icon", {}, void 0, !0)
215
- ])) : h("", !0)
214
+ w(a.$slots, "icon", {}, void 0, !0)
215
+ ])) : $("", !0)
216
216
  ], 10, ce));
217
217
  }
218
- }), N = /* @__PURE__ */ _(ve, [["__scopeId", "data-v-f4f43ab6"]]), be = { class: "mc-checkbox" }, fe = ["id", "name", "checked", "indeterminate", "disabled", "aria-invalid"], he = ["for"], $e = /* @__PURE__ */ $({
218
+ }), N = /* @__PURE__ */ _(ve, [["__scopeId", "data-v-f4f43ab6"]]), be = { class: "mc-checkbox" }, fe = ["id", "name", "checked", "indeterminate", "disabled", "aria-invalid"], he = ["for"], $e = /* @__PURE__ */ h({
219
219
  __name: "MCheckbox",
220
220
  props: {
221
221
  id: {},
@@ -227,12 +227,12 @@ const Z = {
227
227
  disabled: { type: Boolean }
228
228
  },
229
229
  emits: ["update:modelValue"],
230
- setup(d, { emit: e }) {
231
- const t = d, a = v(() => ({
230
+ setup(r, { emit: e }) {
231
+ const t = r, a = v(() => ({
232
232
  "is-invalid": t.isInvalid
233
233
  })), o = e;
234
234
  return (s, i) => (l(), n("div", be, [
235
- r("input", V({
235
+ d("input", I({
236
236
  id: s.id,
237
237
  type: "checkbox",
238
238
  class: ["mc-checkbox__input", a.value],
@@ -248,10 +248,10 @@ const Z = {
248
248
  key: 0,
249
249
  for: s.id,
250
250
  class: "mc-checkbox__label"
251
- }, f(s.label), 9, he)) : h("", !0)
251
+ }, f(s.label), 9, he)) : $("", !0)
252
252
  ]));
253
253
  }
254
- }), ge = /* @__PURE__ */ _($e, [["__scopeId", "data-v-37fd0a35"]]), ye = /* @__PURE__ */ $({
254
+ }), ge = /* @__PURE__ */ _($e, [["__scopeId", "data-v-37fd0a35"]]), ye = /* @__PURE__ */ h({
255
255
  __name: "MCheckboxGroup",
256
256
  props: {
257
257
  name: {},
@@ -260,8 +260,8 @@ const Z = {
260
260
  inline: { type: Boolean }
261
261
  },
262
262
  emits: ["update:modelValue"],
263
- setup(d, { emit: e }) {
264
- const t = d, a = z([]);
263
+ setup(r, { emit: e }) {
264
+ const t = r, a = z([]);
265
265
  P(
266
266
  () => t.modelValue,
267
267
  (p) => {
@@ -293,7 +293,7 @@ const Z = {
293
293
  }, null, 8, ["id", "label", "is-invalid", "name", "class", "model-value", "disabled", "onUpdate:modelValue"]))), 128))
294
294
  ], 2));
295
295
  }
296
- }), Fs = /* @__PURE__ */ _(ye, [["__scopeId", "data-v-8ee4699f"]]), ke = ["aria-valuenow"], we = {
296
+ }), Ns = /* @__PURE__ */ _(ye, [["__scopeId", "data-v-8ee4699f"]]), ke = ["aria-valuenow"], we = {
297
297
  key: 0,
298
298
  class: "mc-circular-progressbar__percentage"
299
299
  }, Ve = { class: "mc-circular-progressbar__value" }, Ie = {
@@ -302,7 +302,7 @@ const Z = {
302
302
  }, Be = { class: "mc-circular-progressbar__number" }, Ce = {
303
303
  key: 0,
304
304
  class: "mc-circular-progressbar__text"
305
- }, Me = /* @__PURE__ */ $({
305
+ }, Me = /* @__PURE__ */ h({
306
306
  __name: "MCircularProgressbar",
307
307
  props: {
308
308
  size: {},
@@ -311,31 +311,31 @@ const Z = {
311
311
  contentValue: {},
312
312
  additionalInfo: {}
313
313
  },
314
- setup(d) {
315
- const e = d, t = v(() => ({
314
+ setup(r) {
315
+ const e = r, t = v(() => ({
316
316
  [`mc-circular-progressbar--${e.size}`]: e.size && e.size != "l"
317
317
  }));
318
318
  return (a, o) => (l(), n("div", {
319
319
  class: g(["mc-circular-progressbar", t.value]),
320
320
  role: "progressbar",
321
- style: H(`--progress-value: ${a.value};`),
321
+ style: K(`--progress-value: ${a.value};`),
322
322
  "aria-valuenow": a.value,
323
323
  "aria-valuemin": 0,
324
324
  "aria-valuemax": 100
325
325
  }, [
326
- o[1] || (o[1] = r("svg", {
326
+ o[1] || (o[1] = d("svg", {
327
327
  class: "mc-circular-progressbar__line",
328
328
  xmlns: "http://www.w3.org/2000/svg",
329
329
  "aria-hidden": "true",
330
330
  viewBox: "0 0 100 100"
331
331
  }, [
332
- r("circle", {
332
+ d("circle", {
333
333
  class: "mc-circular-progressbar__track",
334
334
  cx: "50",
335
335
  cy: "50",
336
336
  r: "46"
337
337
  }),
338
- r("circle", {
338
+ d("circle", {
339
339
  class: "mc-circular-progressbar__indicator",
340
340
  cx: "50",
341
341
  cy: "50",
@@ -343,16 +343,31 @@ const Z = {
343
343
  })
344
344
  ], -1)),
345
345
  a.type === "percentage" ? (l(), n("div", we, [
346
- r("p", Ve, f(a.value), 1),
347
- o[0] || (o[0] = r("p", { class: "mc-circular-progressbar__unit" }, "%", -1))
348
- ])) : h("", !0),
346
+ d("p", Ve, f(a.value), 1),
347
+ o[0] || (o[0] = d("p", { class: "mc-circular-progressbar__unit" }, "%", -1))
348
+ ])) : $("", !0),
349
349
  a.type === "content" ? (l(), n("div", Ie, [
350
- r("p", Be, f(a.contentValue), 1),
351
- a.additionalInfo ? (l(), n("p", Ce, f(a.additionalInfo), 1)) : h("", !0)
352
- ])) : h("", !0)
350
+ d("p", Be, f(a.contentValue), 1),
351
+ a.additionalInfo ? (l(), n("p", Ce, f(a.additionalInfo), 1)) : $("", !0)
352
+ ])) : $("", !0)
353
353
  ], 14, ke));
354
354
  }
355
- }), Ns = /* @__PURE__ */ _(Me, [["__scopeId", "data-v-ec931b7f"]]), ze = {
355
+ }), As = /* @__PURE__ */ _(Me, [["__scopeId", "data-v-ec931b7f"]]), ze = /* @__PURE__ */ h({
356
+ __name: "MContainer",
357
+ props: {
358
+ fluid: { type: Boolean }
359
+ },
360
+ setup(r) {
361
+ const e = r, t = v(() => ({
362
+ "ml-container--fluid": e.fluid
363
+ }));
364
+ return (a, o) => (l(), n("div", {
365
+ class: g(["ml-container", t.value])
366
+ }, [
367
+ w(a.$slots, "default", {}, void 0, !0)
368
+ ], 2));
369
+ }
370
+ }), Rs = /* @__PURE__ */ _(ze, [["__scopeId", "data-v-31859e0b"]]), Le = {
356
371
  name: "CrossCircleFilled24",
357
372
  props: {
358
373
  /**
@@ -363,8 +378,8 @@ const Z = {
363
378
  default: "currentColor"
364
379
  }
365
380
  }
366
- }, Le = ["fill"];
367
- function je(d, e, t, a, o, s) {
381
+ }, je = ["fill"];
382
+ function Te(r, e, t, a, o, s) {
368
383
  return l(), n("svg", {
369
384
  "aria-hidden": "true",
370
385
  fill: t.color,
@@ -373,16 +388,16 @@ function je(d, e, t, a, o, s) {
373
388
  width: "24",
374
389
  height: "24"
375
390
  }, e[0] || (e[0] = [
376
- r("path", {
391
+ d("path", {
377
392
  "fill-rule": "evenodd",
378
393
  d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8.293 8.293a1 1 0 0 1 1.414 0L12 10.586l2.293-2.293a1 1 0 1 1 1.414 1.414L13.414 12l2.293 2.293a1 1 0 0 1-1.414 1.414L12 13.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L10.586 12 8.293 9.707a1 1 0 0 1 0-1.414"
379
394
  }, null, -1)
380
- ]), 8, Le);
395
+ ]), 8, je);
381
396
  }
382
- const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name", "disabled", "aria-invalid", "readonly"], Oe = {
397
+ const F = /* @__PURE__ */ _(Le, [["render", Te]]), Oe = ["id", "value", "name", "disabled", "aria-invalid", "readonly"], Se = {
383
398
  key: 0,
384
399
  class: "mc-datepicker__controls-options mc-controls-options"
385
- }, Se = { class: "mc-controls-options__label" }, Pe = /* @__PURE__ */ $({
400
+ }, Pe = { class: "mc-controls-options__label" }, qe = /* @__PURE__ */ h({
386
401
  __name: "MDatepicker",
387
402
  props: {
388
403
  id: {},
@@ -396,8 +411,8 @@ const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name",
396
411
  clearLabel: { default: "clear content" }
397
412
  },
398
413
  emits: ["update:modelValue"],
399
- setup(d, { emit: e }) {
400
- const t = d, a = v(() => ({
414
+ setup(r, { emit: e }) {
415
+ const t = r, a = v(() => ({
401
416
  [`mc-text-input--${t.size} mc-datepicker--${t.size}`]: t.size && t.size != "m",
402
417
  "is-invalid": t.isInvalid
403
418
  })), o = z(t.modelValue), s = () => {
@@ -406,7 +421,7 @@ const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name",
406
421
  return (c, p) => (l(), n("div", {
407
422
  class: g(["mc-datepicker mc-text-input", a.value])
408
423
  }, [
409
- r("input", V({
424
+ d("input", I({
410
425
  id: c.id,
411
426
  class: "mc-datepicker__control mc-text-input__control",
412
427
  value: o.value,
@@ -417,9 +432,9 @@ const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name",
417
432
  readonly: c.readonly
418
433
  }, c.$attrs, {
419
434
  onInput: p[0] || (p[0] = (m) => i("update:modelValue", m.target.value))
420
- }), null, 16, Te),
421
- c.isClearable && o.value ? (l(), n("div", Oe, [
422
- r("button", {
435
+ }), null, 16, Oe),
436
+ c.isClearable && o.value ? (l(), n("div", Se, [
437
+ d("button", {
423
438
  type: "button",
424
439
  class: "mc-controls-options__button",
425
440
  onClick: s
@@ -428,32 +443,32 @@ const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name",
428
443
  class: "mc-controls-options__icon",
429
444
  "aria-hidden": "true"
430
445
  }),
431
- r("span", Se, f(c.clearLabel), 1)
446
+ d("span", Pe, f(c.clearLabel), 1)
432
447
  ])
433
- ])) : h("", !0)
448
+ ])) : $("", !0)
434
449
  ], 2));
435
450
  }
436
- }), As = /* @__PURE__ */ _(Pe, [["__scopeId", "data-v-0c5cddc2"]]), qe = { class: "mc-divider" }, De = /* @__PURE__ */ $({
451
+ }), Gs = /* @__PURE__ */ _(qe, [["__scopeId", "data-v-0c5cddc2"]]), De = { class: "mc-divider" }, Fe = /* @__PURE__ */ h({
437
452
  __name: "MDivider",
438
453
  props: {
439
454
  orientation: { default: "horizontal" },
440
455
  style: { default: "primary" },
441
456
  size: { default: "s" }
442
457
  },
443
- setup(d) {
444
- const e = d, t = v(() => ({
458
+ setup(r) {
459
+ const e = r, t = v(() => ({
445
460
  [`mc-divider-${e.orientation}`]: e.orientation,
446
461
  [`mc-divider-horizontal--${e.style}`]: e.style && e.style != "primary",
447
462
  [`mc-divider-horizontal--${e.size}`]: e.size && e.size != "s"
448
463
  }));
449
- return (a, o) => (l(), n("div", qe, [
450
- r("div", {
464
+ return (a, o) => (l(), n("div", De, [
465
+ d("div", {
451
466
  class: g(t.value)
452
467
  }, null, 2),
453
- I(a.$slots, "default", {}, void 0, !0)
468
+ w(a.$slots, "default", {}, void 0, !0)
454
469
  ]));
455
470
  }
456
- }), Fe = /* @__PURE__ */ _(De, [["__scopeId", "data-v-f8e160af"]]), Ne = {
471
+ }), Ne = /* @__PURE__ */ _(Fe, [["__scopeId", "data-v-f8e160af"]]), Ae = {
457
472
  name: "ArrowBack24",
458
473
  props: {
459
474
  /**
@@ -464,8 +479,8 @@ const F = /* @__PURE__ */ _(ze, [["render", je]]), Te = ["id", "value", "name",
464
479
  default: "currentColor"
465
480
  }
466
481
  }
467
- }, Ae = ["fill"];
468
- function Re(d, e, t, a, o, s) {
482
+ }, Re = ["fill"];
483
+ function Ge(r, e, t, a, o, s) {
469
484
  return l(), n("svg", {
470
485
  "aria-hidden": "true",
471
486
  fill: t.color,
@@ -474,13 +489,13 @@ function Re(d, e, t, a, o, s) {
474
489
  width: "24",
475
490
  height: "24"
476
491
  }, e[0] || (e[0] = [
477
- r("path", {
492
+ d("path", {
478
493
  "fill-rule": "evenodd",
479
494
  d: "M8.707 6.293a1 1 0 0 1 0 1.414L5.414 11H21a1 1 0 1 1 0 2H5.414l3.293 3.293a1 1 0 1 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0"
480
495
  }, null, -1)
481
- ]), 8, Ae);
496
+ ]), 8, Re);
482
497
  }
483
- const Ge = /* @__PURE__ */ _(Ne, [["render", Re]]), Ue = {
498
+ const Ue = /* @__PURE__ */ _(Ae, [["render", Ge]]), He = {
484
499
  name: "Cross24",
485
500
  props: {
486
501
  /**
@@ -491,8 +506,8 @@ const Ge = /* @__PURE__ */ _(Ne, [["render", Re]]), Ue = {
491
506
  default: "currentColor"
492
507
  }
493
508
  }
494
- }, He = ["fill"];
495
- function Ke(d, e, t, a, o, s) {
509
+ }, Ke = ["fill"];
510
+ function Ee(r, e, t, a, o, s) {
496
511
  return l(), n("svg", {
497
512
  "aria-hidden": "true",
498
513
  fill: t.color,
@@ -501,13 +516,13 @@ function Ke(d, e, t, a, o, s) {
501
516
  width: "24",
502
517
  height: "24"
503
518
  }, e[0] || (e[0] = [
504
- r("path", {
519
+ d("path", {
505
520
  "fill-rule": "evenodd",
506
521
  d: "M17.707 7.707a1 1 0 0 0-1.414-1.414L12 10.586 7.707 6.293a1 1 0 0 0-1.414 1.414L10.586 12l-4.293 4.293a1 1 0 1 0 1.414 1.414L12 13.414l4.293 4.293a1 1 0 0 0 1.414-1.414L13.414 12z"
507
522
  }, null, -1)
508
- ]), 8, He);
523
+ ]), 8, Ke);
509
524
  }
510
- const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe = { class: "mc-button__icon" }, We = /* @__PURE__ */ $({
525
+ const W = /* @__PURE__ */ _(He, [["render", Ee]]), Qe = ["disabled", "type"], We = { class: "mc-button__icon" }, Je = /* @__PURE__ */ h({
511
526
  __name: "MIconButton",
512
527
  props: {
513
528
  appearance: { default: "standard" },
@@ -517,8 +532,8 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
517
532
  outlined: { type: Boolean },
518
533
  type: { default: "button" }
519
534
  },
520
- setup(d) {
521
- const e = d, t = v(() => ({
535
+ setup(r) {
536
+ const e = r, t = v(() => ({
522
537
  [`mc-button--${e.appearance}`]: e.appearance && e.appearance != "standard",
523
538
  [`mc-button--${e.size}`]: e.size && e.size != "m",
524
539
  "mc-button--ghost": e.ghost,
@@ -529,46 +544,46 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
529
544
  disabled: a.disabled,
530
545
  type: a.type
531
546
  }, [
532
- r("span", Qe, [
533
- I(a.$slots, "icon", {}, void 0, !0)
547
+ d("span", We, [
548
+ w(a.$slots, "icon", {}, void 0, !0)
534
549
  ])
535
- ], 10, Ee));
550
+ ], 10, Qe));
536
551
  }
537
- }), D = /* @__PURE__ */ _(We, [["__scopeId", "data-v-abf78562"]]), Je = ["aria-labelledby"], Xe = /* @__PURE__ */ $({
552
+ }), D = /* @__PURE__ */ _(Je, [["__scopeId", "data-v-abf78562"]]), Xe = ["aria-labelledby"], Ye = /* @__PURE__ */ h({
538
553
  __name: "MOverlay",
539
554
  props: {
540
555
  isVisible: { type: Boolean },
541
556
  dialogLabel: {}
542
557
  },
543
- setup(d) {
558
+ setup(r) {
544
559
  return (e, t) => (l(), n("div", {
545
560
  class: g(["mc-overlay", { "is-visible": e.isVisible }])
546
561
  }, [
547
- r("div", {
562
+ d("div", {
548
563
  role: "dialog",
549
564
  tabindex: "-1",
550
565
  "aria-labelledby": e.dialogLabel
551
566
  }, [
552
- I(e.$slots, "default", {}, void 0, !0)
553
- ], 8, Je)
567
+ w(e.$slots, "default", {}, void 0, !0)
568
+ ], 8, Xe)
554
569
  ], 2));
555
570
  }
556
- }), W = /* @__PURE__ */ _(Xe, [["__scopeId", "data-v-db90fdb3"]]), Ye = ["aria-modal", "aria-hidden"], Ze = {
571
+ }), J = /* @__PURE__ */ _(Ye, [["__scopeId", "data-v-db90fdb3"]]), Ze = ["aria-modal", "aria-hidden"], xe = {
557
572
  class: "mc-drawer__dialog",
558
573
  role: "document"
559
- }, xe = { class: "mc-drawer__header" }, ea = {
574
+ }, ea = { class: "mc-drawer__header" }, aa = {
560
575
  class: "mc-drawer__title",
561
576
  id: "drawerTitle"
562
- }, aa = { class: "mc-drawer__body" }, ta = {
577
+ }, ta = { class: "mc-drawer__body" }, sa = {
563
578
  class: "mc-drawer__content",
564
579
  tabindex: "0"
565
- }, sa = {
580
+ }, la = {
566
581
  key: 0,
567
582
  class: "mc-drawer__content__title"
568
- }, la = {
583
+ }, oa = {
569
584
  key: 0,
570
585
  class: "mc-drawer__footer"
571
- }, oa = /* @__PURE__ */ $({
586
+ }, na = /* @__PURE__ */ h({
572
587
  __name: "MDrawer",
573
588
  props: {
574
589
  open: { type: Boolean },
@@ -579,8 +594,8 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
579
594
  contentTitle: {}
580
595
  },
581
596
  emits: ["update:open", "back"],
582
- setup(d, { emit: e }) {
583
- const t = d, a = v(() => ({
597
+ setup(r, { emit: e }) {
598
+ const t = r, a = v(() => ({
584
599
  "is-open": t.open,
585
600
  "mc-drawer--extend": t.extended,
586
601
  [`mc-drawer--${t.position}`]: t.position && t.position != "right"
@@ -594,12 +609,12 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
594
609
  const o = () => {
595
610
  s("update:open", !1);
596
611
  }, s = e;
597
- return (i, c) => (l(), B(W, {
612
+ return (i, c) => (l(), B(J, {
598
613
  "is-visible": i.open,
599
614
  dialogLabel: "drawerTitle"
600
615
  }, {
601
616
  default: M(() => [
602
- r("section", V({
617
+ d("section", I({
603
618
  class: ["mc-drawer", a.value],
604
619
  role: "dialog",
605
620
  "aria-labelledby": "drawerTitle",
@@ -609,8 +624,8 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
609
624
  }, i.$attrs, {
610
625
  onKeydown: R(o, ["esc"])
611
626
  }), [
612
- r("div", Ze, [
613
- r("div", xe, [
627
+ d("div", xe, [
628
+ d("div", ea, [
614
629
  i.back ? (l(), B(D, {
615
630
  key: 0,
616
631
  class: "mc-drawer__back",
@@ -619,11 +634,11 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
619
634
  onClick: c[0] || (c[0] = (p) => s("back"))
620
635
  }, {
621
636
  icon: M(() => [
622
- k(Ge, { "aria-hidden": "true" })
637
+ k(Ue, { "aria-hidden": "true" })
623
638
  ]),
624
639
  _: 1
625
- })) : h("", !0),
626
- r("h2", ea, f(i.title), 1),
640
+ })) : $("", !0),
641
+ d("h2", aa, f(i.title), 1),
627
642
  k(D, {
628
643
  class: "mc-drawer__close",
629
644
  "aria-label": "Close",
@@ -631,30 +646,30 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
631
646
  onClick: o
632
647
  }, {
633
648
  icon: M(() => [
634
- k(Q, { "aria-hidden": "true" })
649
+ k(W, { "aria-hidden": "true" })
635
650
  ]),
636
651
  _: 1
637
652
  })
638
653
  ]),
639
- r("div", aa, [
640
- r("div", ta, [
641
- i.contentTitle ? (l(), n("h2", sa, f(i.contentTitle), 1)) : h("", !0),
642
- I(i.$slots, "default", {}, void 0, !0)
654
+ d("div", ta, [
655
+ d("div", sa, [
656
+ i.contentTitle ? (l(), n("h2", la, f(i.contentTitle), 1)) : $("", !0),
657
+ w(i.$slots, "default", {}, void 0, !0)
643
658
  ])
644
659
  ]),
645
- i.$slots.footer ? (l(), n("div", la, [
646
- I(i.$slots, "footer", {}, void 0, !0)
647
- ])) : h("", !0)
660
+ i.$slots.footer ? (l(), n("div", oa, [
661
+ w(i.$slots, "footer", {}, void 0, !0)
662
+ ])) : $("", !0)
648
663
  ])
649
- ], 16, Ye)
664
+ ], 16, Ze)
650
665
  ]),
651
666
  _: 3
652
667
  }, 8, ["is-visible"]));
653
668
  }
654
- }), Rs = /* @__PURE__ */ _(oa, [["__scopeId", "data-v-673a796c"]]), na = { class: "mc-field" }, ia = ["for"], ra = {
669
+ }), Us = /* @__PURE__ */ _(na, [["__scopeId", "data-v-673a796c"]]), ia = { class: "mc-field" }, ra = ["for"], da = {
655
670
  key: 0,
656
671
  class: "mc-field__requirement"
657
- }, da = ["id"], ca = { class: "mc-field__content" }, ua = ["id"], pa = /* @__PURE__ */ $({
672
+ }, ca = ["id"], ua = { class: "mc-field__content" }, pa = ["id"], ma = /* @__PURE__ */ h({
658
673
  __name: "MField",
659
674
  props: {
660
675
  id: {},
@@ -667,41 +682,41 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
667
682
  messageId: {},
668
683
  message: {}
669
684
  },
670
- setup(d) {
671
- const e = d, t = v(() => ({
685
+ setup(r) {
686
+ const e = r, t = v(() => ({
672
687
  "is-valid": e.isValid,
673
688
  "is-invalid": e.isInvalid
674
689
  }));
675
- return (a, o) => (l(), n("div", na, [
676
- r("label", {
690
+ return (a, o) => (l(), n("div", ia, [
691
+ d("label", {
677
692
  class: "mc-field__label",
678
693
  for: a.id
679
694
  }, [
680
695
  q(f(a.label) + " ", 1),
681
- a.requirementText ? (l(), n("span", ra, "(" + f(a.requirementText) + ")", 1)) : h("", !0)
682
- ], 8, ia),
696
+ a.requirementText ? (l(), n("span", da, "(" + f(a.requirementText) + ")", 1)) : $("", !0)
697
+ ], 8, ra),
683
698
  a.helpId && a.helpText ? (l(), n("span", {
684
699
  key: 0,
685
700
  id: a.helpId,
686
701
  class: "mc-field__help"
687
- }, f(a.helpText), 9, da)) : h("", !0),
688
- r("div", ca, [
689
- I(a.$slots, "default", {}, void 0, !0)
702
+ }, f(a.helpText), 9, ca)) : $("", !0),
703
+ d("div", ua, [
704
+ w(a.$slots, "default", {}, void 0, !0)
690
705
  ]),
691
706
  (a.isValid || a.isInvalid) && a.message ? (l(), n("span", {
692
707
  key: 1,
693
708
  class: g(["mc-field__validation-message", t.value]),
694
709
  id: a.messageId
695
- }, f(a.message), 11, ua)) : h("", !0)
710
+ }, f(a.message), 11, pa)) : $("", !0)
696
711
  ]));
697
712
  }
698
- }), Gs = /* @__PURE__ */ _(pa, [["__scopeId", "data-v-ead078c4"]]), ma = { class: "mc-field--group" }, _a = ["for"], va = {
713
+ }), Hs = /* @__PURE__ */ _(ma, [["__scopeId", "data-v-ead078c4"]]), _a = { class: "mc-field--group" }, va = ["for"], ba = {
699
714
  key: 0,
700
715
  class: "mc-field__requirement"
701
- }, ba = {
716
+ }, fa = {
702
717
  key: 0,
703
718
  class: "mc-field__help"
704
- }, fa = { class: "mc-field__content" }, ha = /* @__PURE__ */ $({
719
+ }, ha = { class: "mc-field__content" }, $a = /* @__PURE__ */ h({
705
720
  __name: "MFieldGroup",
706
721
  props: {
707
722
  id: {},
@@ -712,81 +727,81 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
712
727
  isInvalid: { type: Boolean },
713
728
  message: {}
714
729
  },
715
- setup(d) {
716
- const e = d, t = v(() => ({
730
+ setup(r) {
731
+ const e = r, t = v(() => ({
717
732
  "is-valid": e.isValid,
718
733
  "is-invalid": e.isInvalid
719
734
  }));
720
- return (a, o) => (l(), n("fieldset", ma, [
721
- r("legend", {
735
+ return (a, o) => (l(), n("fieldset", _a, [
736
+ d("legend", {
722
737
  class: "mc-field__legend",
723
738
  for: a.id
724
739
  }, [
725
740
  q(f(a.legend) + " ", 1),
726
- a.requirementText ? (l(), n("span", va, "(" + f(a.requirementText) + ")", 1)) : h("", !0)
727
- ], 8, _a),
728
- a.helpText ? (l(), n("span", ba, f(a.helpText), 1)) : h("", !0),
729
- r("div", fa, [
730
- I(a.$slots, "default", {}, void 0, !0)
741
+ a.requirementText ? (l(), n("span", ba, "(" + f(a.requirementText) + ")", 1)) : $("", !0)
742
+ ], 8, va),
743
+ a.helpText ? (l(), n("span", fa, f(a.helpText), 1)) : $("", !0),
744
+ d("div", ha, [
745
+ w(a.$slots, "default", {}, void 0, !0)
731
746
  ]),
732
747
  (a.isValid || a.isInvalid) && a.message ? (l(), n("span", {
733
748
  key: 1,
734
749
  class: g(["mc-field__validation-message", t.value])
735
- }, f(a.message), 3)) : h("", !0)
750
+ }, f(a.message), 3)) : $("", !0)
736
751
  ]));
737
752
  }
738
- }), Us = /* @__PURE__ */ _(ha, [["__scopeId", "data-v-fc0c08dc"]]), $a = { class: "mc-flag__label" }, ga = /* @__PURE__ */ $({
753
+ }), Ks = /* @__PURE__ */ _($a, [["__scopeId", "data-v-fc0c08dc"]]), ga = { class: "mc-flag__label" }, ya = /* @__PURE__ */ h({
739
754
  __name: "MFlag",
740
755
  props: {
741
756
  label: {},
742
757
  appearance: {}
743
758
  },
744
- setup(d) {
745
- const e = d, t = v(() => ({
759
+ setup(r) {
760
+ const e = r, t = v(() => ({
746
761
  [`mc-flag--${e.appearance}`]: e.appearance && e.appearance != "standard"
747
762
  }));
748
763
  return (a, o) => (l(), n("div", {
749
764
  class: g(["mc-flag", t.value])
750
765
  }, [
751
- r("span", $a, f(a.label), 1)
766
+ d("span", ga, f(a.label), 1)
752
767
  ], 2));
753
768
  }
754
- }), Hs = /* @__PURE__ */ _(ga, [["__scopeId", "data-v-9245f79e"]]), ya = ["aria-label"], ka = /* @__PURE__ */ $({
769
+ }), Es = /* @__PURE__ */ _(ya, [["__scopeId", "data-v-9245f79e"]]), ka = ["aria-label"], wa = /* @__PURE__ */ h({
755
770
  __name: "MLoadingOverlay",
756
771
  props: {
757
772
  isVisible: { type: Boolean },
758
773
  text: {}
759
774
  },
760
- setup(d) {
775
+ setup(r) {
761
776
  return (e, t) => (l(), n("div", {
762
777
  class: g(["mc-loading-loader", { "is-visible": e.isVisible }])
763
778
  }, [
764
- r("div", V({
779
+ d("div", I({
765
780
  role: "dialog",
766
781
  tabindex: "-1",
767
782
  "aria-label": e.text
768
783
  }, e.$attrs), [
769
- k(E, {
784
+ k(Q, {
770
785
  size: "l",
771
786
  appearance: "inverse",
772
787
  text: e.text
773
788
  }, null, 8, ["text"])
774
- ], 16, ya)
789
+ ], 16, ka)
775
790
  ], 2));
776
791
  }
777
- }), Ks = /* @__PURE__ */ _(ka, [["__scopeId", "data-v-eae6b1f2"]]), wa = ["aria-modal", "aria-hidden"], Va = {
792
+ }), Qs = /* @__PURE__ */ _(wa, [["__scopeId", "data-v-eae6b1f2"]]), Va = ["aria-modal", "aria-hidden"], Ia = {
778
793
  class: "mc-modal__dialog",
779
794
  role: "document"
780
- }, Ia = { class: "mc-modal__header" }, Ba = {
795
+ }, Ba = { class: "mc-modal__header" }, Ca = {
781
796
  key: 0,
782
797
  class: "mc-modal__icon"
783
- }, Ca = {
798
+ }, Ma = {
784
799
  class: "mc-modal__title",
785
800
  id: "modalTitle"
786
- }, Ma = { class: "mc-modal__body" }, za = {
801
+ }, za = { class: "mc-modal__body" }, La = {
787
802
  key: 0,
788
803
  class: "mc-modal__footer"
789
- }, La = { class: "mc-modal__link" }, ja = /* @__PURE__ */ $({
804
+ }, ja = { class: "mc-modal__link" }, Ta = /* @__PURE__ */ h({
790
805
  __name: "MModal",
791
806
  props: {
792
807
  open: { type: Boolean },
@@ -795,8 +810,8 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
795
810
  closable: { type: Boolean, default: !0 }
796
811
  },
797
812
  emits: ["update:open"],
798
- setup(d, { emit: e }) {
799
- const t = d, a = v(() => ({
813
+ setup(r, { emit: e }) {
814
+ const t = r, a = v(() => ({
800
815
  "is-open": t.open
801
816
  }));
802
817
  P(
@@ -808,12 +823,12 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
808
823
  const o = () => {
809
824
  s("update:open", !1);
810
825
  }, s = e;
811
- return (i, c) => (l(), B(W, {
826
+ return (i, c) => (l(), B(J, {
812
827
  "is-visible": i.open,
813
828
  dialogLabel: "modalTitle"
814
829
  }, {
815
830
  default: M(() => [
816
- r("section", V({
831
+ d("section", I({
817
832
  class: ["mc-modal", a.value],
818
833
  role: "dialog",
819
834
  "aria-labelledby": "modalTitle",
@@ -823,12 +838,12 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
823
838
  }, i.$attrs, {
824
839
  onKeydown: R(o, ["esc"])
825
840
  }), [
826
- r("div", Va, [
827
- r("header", Ia, [
828
- i.$slots.icon ? (l(), n("span", Ba, [
829
- I(i.$slots, "icon", {}, void 0, !0)
830
- ])) : h("", !0),
831
- r("h2", Ca, f(i.title), 1),
841
+ d("div", Ia, [
842
+ d("header", Ba, [
843
+ i.$slots.icon ? (l(), n("span", Ca, [
844
+ w(i.$slots, "icon", {}, void 0, !0)
845
+ ])) : $("", !0),
846
+ d("h2", Ma, f(i.title), 1),
832
847
  i.closable ? (l(), B(D, {
833
848
  key: 1,
834
849
  class: "mc-modal__close",
@@ -837,36 +852,36 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
837
852
  onClick: o
838
853
  }, {
839
854
  icon: M(() => [
840
- k(Q, { "aria-hidden": "true" })
855
+ k(W, { "aria-hidden": "true" })
841
856
  ]),
842
857
  _: 1
843
- })) : h("", !0)
858
+ })) : $("", !0)
844
859
  ]),
845
- r("main", Ma, [
846
- r("p", null, f(i.description), 1),
847
- I(i.$slots, "default", {}, void 0, !0)
860
+ d("main", za, [
861
+ d("p", null, f(i.description), 1),
862
+ w(i.$slots, "default", {}, void 0, !0)
848
863
  ]),
849
- i.$slots.footer ? (l(), n("footer", za, [
850
- r("span", La, [
851
- I(i.$slots, "link", {}, void 0, !0)
864
+ i.$slots.footer ? (l(), n("footer", La, [
865
+ d("span", ja, [
866
+ w(i.$slots, "link", {}, void 0, !0)
852
867
  ]),
853
- I(i.$slots, "footer", {}, void 0, !0)
854
- ])) : h("", !0)
868
+ w(i.$slots, "footer", {}, void 0, !0)
869
+ ])) : $("", !0)
855
870
  ])
856
- ], 16, wa)
871
+ ], 16, Va)
857
872
  ]),
858
873
  _: 3
859
874
  }, 8, ["is-visible"]));
860
875
  }
861
- }), Es = /* @__PURE__ */ _(ja, [["__scopeId", "data-v-20ce36b2"]]), Ta = /* @__PURE__ */ $({
876
+ }), Ws = /* @__PURE__ */ _(Ta, [["__scopeId", "data-v-20ce36b2"]]), Oa = /* @__PURE__ */ h({
862
877
  __name: "MNumberBadge",
863
878
  props: {
864
879
  label: {},
865
880
  appearance: { default: "standard" },
866
881
  size: { default: "s" }
867
882
  },
868
- setup(d) {
869
- const e = d, t = v(() => ({
883
+ setup(r) {
884
+ const e = r, t = v(() => ({
870
885
  [`mc-number-badge--${e.appearance}`]: e.appearance && e.appearance != "standard",
871
886
  [`mc-number-badge--${e.size}`]: e.size && e.size != "s"
872
887
  }));
@@ -874,11 +889,11 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
874
889
  class: g(["mc-number-badge", t.value])
875
890
  }, f(a.label), 3));
876
891
  }
877
- }), Oa = /* @__PURE__ */ _(Ta, [["__scopeId", "data-v-7e6acb92"]]), Sa = ["id", "name", "value", "disabled"], Pa = {
892
+ }), Sa = /* @__PURE__ */ _(Oa, [["__scopeId", "data-v-7e6acb92"]]), Pa = ["id", "name", "value", "disabled"], qa = {
878
893
  key: 0,
879
894
  value: "",
880
895
  disabled: ""
881
- }, qa = ["value", "disabled"], Da = /* @__PURE__ */ $({
896
+ }, Da = ["value", "disabled"], Fa = /* @__PURE__ */ h({
882
897
  __name: "MSelect",
883
898
  props: {
884
899
  id: {},
@@ -892,13 +907,13 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
892
907
  readonly: { type: Boolean }
893
908
  },
894
909
  emits: ["update:modelValue"],
895
- setup(d, { emit: e }) {
896
- const t = d, a = v(() => ({
910
+ setup(r, { emit: e }) {
911
+ const t = r, a = v(() => ({
897
912
  [`mc-select--${t.size}`]: t.size && t.size != "m",
898
913
  "mc-select--readonly": t.readonly,
899
914
  "is-invalid": t.isInvalid
900
915
  })), o = e;
901
- return (s, i) => (l(), n("select", V({
916
+ return (s, i) => (l(), n("select", I({
902
917
  id: s.id,
903
918
  class: ["mc-select", a.value],
904
919
  name: s.name,
@@ -907,16 +922,16 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
907
922
  }, s.$attrs, {
908
923
  onChange: i[0] || (i[0] = (c) => o("update:modelValue", c.target.value))
909
924
  }), [
910
- s.placeholder ? (l(), n("option", Pa, " -- " + f(s.placeholder) + " -- ", 1)) : h("", !0),
911
- (l(!0), n(O, null, S(s.options, (c, p) => (l(), n("option", V({
925
+ s.placeholder ? (l(), n("option", qa, " -- " + f(s.placeholder) + " -- ", 1)) : $("", !0),
926
+ (l(!0), n(O, null, S(s.options, (c, p) => (l(), n("option", I({
912
927
  key: p,
913
928
  value: c.value
914
929
  }, { ref_for: !0 }, c.attributes, {
915
930
  disabled: c.disabled
916
- }), f(c.text), 17, qa))), 128))
917
- ], 16, Sa));
931
+ }), f(c.text), 17, Da))), 128))
932
+ ], 16, Pa));
918
933
  }
919
- }), Fa = /* @__PURE__ */ _(Da, [["__scopeId", "data-v-68c735e4"]]), Na = {
934
+ }), Na = /* @__PURE__ */ _(Fa, [["__scopeId", "data-v-68c735e4"]]), Aa = {
920
935
  name: "ChevronLeft24",
921
936
  props: {
922
937
  /**
@@ -927,8 +942,8 @@ const Q = /* @__PURE__ */ _(Ue, [["render", Ke]]), Ee = ["disabled", "type"], Qe
927
942
  default: "currentColor"
928
943
  }
929
944
  }
930
- }, Aa = ["fill"];
931
- function Ra(d, e, t, a, o, s) {
945
+ }, Ra = ["fill"];
946
+ function Ga(r, e, t, a, o, s) {
932
947
  return l(), n("svg", {
933
948
  "aria-hidden": "true",
934
949
  fill: t.color,
@@ -937,13 +952,13 @@ function Ra(d, e, t, a, o, s) {
937
952
  width: "24",
938
953
  height: "24"
939
954
  }, e[0] || (e[0] = [
940
- r("path", {
955
+ d("path", {
941
956
  "fill-rule": "evenodd",
942
957
  d: "M14.207 6.293a1 1 0 0 1 0 1.414L9.914 12l4.293 4.293a1 1 0 0 1-1.414 1.414l-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 0 1 1.414 0"
943
958
  }, null, -1)
944
- ]), 8, Aa);
959
+ ]), 8, Ra);
945
960
  }
946
- const G = /* @__PURE__ */ _(Na, [["render", Ra]]), Ga = {
961
+ const U = /* @__PURE__ */ _(Aa, [["render", Ga]]), Ua = {
947
962
  name: "ChevronRight24",
948
963
  props: {
949
964
  /**
@@ -954,8 +969,8 @@ const G = /* @__PURE__ */ _(Na, [["render", Ra]]), Ga = {
954
969
  default: "currentColor"
955
970
  }
956
971
  }
957
- }, Ua = ["fill"];
958
- function Ha(d, e, t, a, o, s) {
972
+ }, Ha = ["fill"];
973
+ function Ka(r, e, t, a, o, s) {
959
974
  return l(), n("svg", {
960
975
  "aria-hidden": "true",
961
976
  fill: t.color,
@@ -964,24 +979,24 @@ function Ha(d, e, t, a, o, s) {
964
979
  width: "24",
965
980
  height: "24"
966
981
  }, e[0] || (e[0] = [
967
- r("path", {
982
+ d("path", {
968
983
  "fill-rule": "evenodd",
969
984
  d: "M9.793 6.293a1 1 0 0 1 1.414 0l5 5a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414-1.414L14.086 12 9.793 7.707a1 1 0 0 1 0-1.414"
970
985
  }, null, -1)
971
- ]), 8, Ua);
986
+ ]), 8, Ha);
972
987
  }
973
- const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
988
+ const H = /* @__PURE__ */ _(Ua, [["render", Ka]]), Ea = {
974
989
  class: "mc-pagination",
975
990
  role: "navigation",
976
991
  "aria-label": "pagination"
977
- }, Ea = {
992
+ }, Qa = {
978
993
  key: 2,
979
994
  class: "mc-pagination__field"
980
- }, Qa = {
995
+ }, Wa = {
981
996
  key: 3,
982
997
  class: "mc-pagination__label",
983
998
  "aria-current": "page"
984
- }, Wa = /* @__PURE__ */ $({
999
+ }, Ja = /* @__PURE__ */ h({
985
1000
  __name: "MPagination",
986
1001
  props: {
987
1002
  id: {},
@@ -991,8 +1006,8 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
991
1006
  selectLabel: {}
992
1007
  },
993
1008
  emits: ["update:modelValue"],
994
- setup(d, { emit: e }) {
995
- const t = d, a = e, o = z(t.modelValue);
1009
+ setup(r, { emit: e }) {
1010
+ const t = r, a = e, o = z(t.modelValue);
996
1011
  P(o, (u) => {
997
1012
  u !== t.modelValue && a("update:modelValue", u);
998
1013
  });
@@ -1011,7 +1026,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1011
1026
  );
1012
1027
  u < t.options.length - 1 && (o.value = t.options[u + 1].value, a("update:modelValue", t.options[u + 1].value));
1013
1028
  };
1014
- return (u, b) => (l(), n("nav", Ka, [
1029
+ return (u, b) => (l(), n("nav", Ea, [
1015
1030
  u.compact ? (l(), B(D, {
1016
1031
  key: 1,
1017
1032
  outlined: "",
@@ -1020,7 +1035,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1020
1035
  onClick: p
1021
1036
  }, {
1022
1037
  icon: M(() => [
1023
- k(G)
1038
+ k(U)
1024
1039
  ]),
1025
1040
  _: 1
1026
1041
  }, 8, ["disabled"])) : (l(), B(N, {
@@ -1031,12 +1046,12 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1031
1046
  onClick: p
1032
1047
  }, {
1033
1048
  icon: M(() => [
1034
- k(G)
1049
+ k(U)
1035
1050
  ]),
1036
1051
  _: 1
1037
1052
  }, 8, ["disabled"])),
1038
- u.compact ? h("", !0) : (l(), n("div", Ea, [
1039
- k(Fa, {
1053
+ u.compact ? $("", !0) : (l(), n("div", Qa, [
1054
+ k(Na, {
1040
1055
  class: "mc-pagination__select",
1041
1056
  id: u.id,
1042
1057
  modelValue: o.value,
@@ -1048,7 +1063,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1048
1063
  "aria-label": u.selectLabel
1049
1064
  }, null, 8, ["id", "modelValue", "options", "aria-label"])
1050
1065
  ])),
1051
- u.compact ? (l(), n("span", Qa, f(u.options.find((C) => C.value === o.value)?.text), 1)) : h("", !0),
1066
+ u.compact ? (l(), n("span", Wa, f(u.options.find((C) => C.value === o.value)?.text), 1)) : $("", !0),
1052
1067
  u.compact ? (l(), B(D, {
1053
1068
  key: 5,
1054
1069
  outlined: "",
@@ -1057,7 +1072,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1057
1072
  onClick: m
1058
1073
  }, {
1059
1074
  icon: M(() => [
1060
- k(U)
1075
+ k(H)
1061
1076
  ]),
1062
1077
  _: 1
1063
1078
  }, 8, ["disabled"])) : (l(), B(N, {
@@ -1068,16 +1083,16 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1068
1083
  onClick: m
1069
1084
  }, {
1070
1085
  icon: M(() => [
1071
- k(U)
1086
+ k(H)
1072
1087
  ]),
1073
1088
  _: 1
1074
1089
  }, 8, ["disabled"]))
1075
1090
  ]));
1076
1091
  }
1077
- }), Qs = /* @__PURE__ */ _(Wa, [["__scopeId", "data-v-3b9257ac"]]), Ja = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "readonly"], Xa = {
1092
+ }), Js = /* @__PURE__ */ _(Ja, [["__scopeId", "data-v-3b9257ac"]]), Xa = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "readonly"], Ya = {
1078
1093
  key: 0,
1079
1094
  class: "mc-controls-options"
1080
- }, Ya = { class: "mc-controls-options__label" }, Za = /* @__PURE__ */ $({
1095
+ }, Za = { class: "mc-controls-options__label" }, xa = /* @__PURE__ */ h({
1081
1096
  __name: "MPasswordInput",
1082
1097
  props: {
1083
1098
  id: {},
@@ -1092,8 +1107,8 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1092
1107
  buttonLabel: { default: () => ({ show: "Show", hide: "Hide" }) }
1093
1108
  },
1094
1109
  emits: ["update:modelValue"],
1095
- setup(d, { emit: e }) {
1096
- const t = d, a = v(() => ({
1110
+ setup(r, { emit: e }) {
1111
+ const t = r, a = v(() => ({
1097
1112
  "is-invalid": t.isInvalid
1098
1113
  })), o = z(t.modelValue), s = z(!1), i = () => {
1099
1114
  o.value = "", u("update:modelValue", "");
@@ -1103,7 +1118,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1103
1118
  return (b, C) => (l(), n("div", {
1104
1119
  class: g(["mc-password-input mc-text-input", a.value])
1105
1120
  }, [
1106
- K(r("input", V({
1121
+ G(d("input", I({
1107
1122
  class: "mc-password-input__control mc-text-input__control",
1108
1123
  "onUpdate:modelValue": C[0] || (C[0] = (y) => o.value = y),
1109
1124
  id: b.id,
@@ -1115,11 +1130,11 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1115
1130
  readonly: b.readonly
1116
1131
  }, b.$attrs, {
1117
1132
  onInput: C[1] || (C[1] = (y) => u("update:modelValue", y.target.value))
1118
- }), null, 16, Ja), [
1119
- [J, o.value]
1133
+ }), null, 16, Xa), [
1134
+ [E, o.value]
1120
1135
  ]),
1121
- b.isClearable && o.value ? (l(), n("div", Xa, [
1122
- r("button", {
1136
+ b.isClearable && o.value ? (l(), n("div", Ya, [
1137
+ d("button", {
1123
1138
  class: "mc-controls-options__button",
1124
1139
  onClick: i
1125
1140
  }, [
@@ -1127,9 +1142,9 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1127
1142
  class: "mc-controls-options__icon",
1128
1143
  "aria-hidden": "true"
1129
1144
  }),
1130
- r("span", Ya, f(b.clearLabel), 1)
1145
+ d("span", Za, f(b.clearLabel), 1)
1131
1146
  ])
1132
- ])) : h("", !0),
1147
+ ])) : $("", !0),
1133
1148
  k(N, {
1134
1149
  ref: "button",
1135
1150
  role: "switch",
@@ -1146,7 +1161,7 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1146
1161
  }, 8, ["aria-checked", "disabled"])
1147
1162
  ], 2));
1148
1163
  }
1149
- }), Ws = /* @__PURE__ */ _(Za, [["__scopeId", "data-v-167f10e2"]]), xa = ["id", "name", "disabled", "readonly", "value", "onInput", "onKeydown"], et = /* @__PURE__ */ $({
1164
+ }), Xs = /* @__PURE__ */ _(xa, [["__scopeId", "data-v-167f10e2"]]), et = ["id", "name", "disabled", "readonly", "value", "onInput", "onKeydown"], at = /* @__PURE__ */ h({
1150
1165
  __name: "MPincode",
1151
1166
  props: {
1152
1167
  id: {},
@@ -1158,39 +1173,39 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1158
1173
  readonly: { type: Boolean }
1159
1174
  },
1160
1175
  emits: ["update:modelValue"],
1161
- setup(d, { emit: e }) {
1162
- const t = d, a = v(() => ({
1176
+ setup(r, { emit: e }) {
1177
+ const t = r, a = v(() => ({
1163
1178
  "is-invalid": t.isInvalid
1164
- })), o = e, s = z(Array(t.length).fill("")), i = z([]), c = (y, w) => {
1165
- i.value[w] = y;
1179
+ })), o = e, s = z(Array(t.length).fill("")), i = z([]), c = (y, V) => {
1180
+ i.value[V] = y;
1166
1181
  };
1167
1182
  P(
1168
1183
  () => t.modelValue,
1169
1184
  (y) => {
1170
- const w = String(y ?? "");
1171
- s.value = Array.from({ length: t.length }, (T, L) => w[L] ?? "");
1185
+ const V = String(y ?? "");
1186
+ s.value = Array.from({ length: t.length }, (T, L) => V[L] ?? "");
1172
1187
  },
1173
1188
  { immediate: !0 }
1174
1189
  );
1175
1190
  const p = (y) => {
1176
1191
  X(() => i.value[y]?.focus());
1177
- }, m = (y, w) => {
1192
+ }, m = (y, V) => {
1178
1193
  const T = y.target.value.replace(/\D/g, "");
1179
- T ? (s.value[w] = T[0], o("update:modelValue", s.value.join("")), w + 1 < t.length && p(w + 1)) : (s.value[w] = "", o("update:modelValue", s.value.join("")));
1180
- }, u = (y, w) => {
1181
- y.key === "ArrowLeft" && w > 0 ? p(w - 1) : y.key === "ArrowRight" && w < t.length - 1 ? p(w + 1) : y.key === "Backspace" && b(y, w);
1182
- }, b = (y, w) => {
1183
- s.value[w] === "" && w > 0 && (s.value[w - 1] = "", o("update:modelValue", s.value.join("")), p(w - 1));
1194
+ T ? (s.value[V] = T[0], o("update:modelValue", s.value.join("")), V + 1 < t.length && p(V + 1)) : (s.value[V] = "", o("update:modelValue", s.value.join("")));
1195
+ }, u = (y, V) => {
1196
+ y.key === "ArrowLeft" && V > 0 ? p(V - 1) : y.key === "ArrowRight" && V < t.length - 1 ? p(V + 1) : y.key === "Backspace" && b(y, V);
1197
+ }, b = (y, V) => {
1198
+ s.value[V] === "" && V > 0 && (s.value[V - 1] = "", o("update:modelValue", s.value.join("")), p(V - 1));
1184
1199
  }, C = (y) => {
1185
1200
  y.preventDefault();
1186
1201
  const T = (y.clipboardData?.getData("text") ?? "").replace(/\D/g, "").slice(0, t.length).split("");
1187
1202
  s.value = Array.from({ length: t.length }, (L, j) => T[j] ?? ""), o("update:modelValue", s.value.join("")), p(Math.min(T.length, t.length - 1));
1188
1203
  };
1189
- return (y, w) => (l(), n("div", {
1204
+ return (y, V) => (l(), n("div", {
1190
1205
  class: g(["mc-pincode-input", a.value]),
1191
1206
  onPaste: C
1192
1207
  }, [
1193
- (l(!0), n(O, null, S(s.value, (T, L) => (l(), n("input", V({
1208
+ (l(!0), n(O, null, S(s.value, (T, L) => (l(), n("input", I({
1194
1209
  key: L,
1195
1210
  id: `pincodeItem${L}`,
1196
1211
  ref_for: !0,
@@ -1211,40 +1226,40 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1211
1226
  R((j) => b(j, L), ["backspace"]),
1212
1227
  (j) => u(j, L)
1213
1228
  ]
1214
- }), null, 16, xa))), 128))
1229
+ }), null, 16, et))), 128))
1215
1230
  ], 34));
1216
1231
  }
1217
- }), Js = /* @__PURE__ */ _(et, [["__scopeId", "data-v-b2202545"]]), at = ["aria-valuenow"], tt = /* @__PURE__ */ $({
1232
+ }), Ys = /* @__PURE__ */ _(at, [["__scopeId", "data-v-b2202545"]]), tt = ["aria-valuenow"], st = /* @__PURE__ */ h({
1218
1233
  __name: "MLinearProgressbarBuffer",
1219
1234
  props: {
1220
1235
  size: {},
1221
1236
  value: { default: 0 }
1222
1237
  },
1223
- setup(d) {
1224
- const e = d, t = v(() => ({
1238
+ setup(r) {
1239
+ const e = r, t = v(() => ({
1225
1240
  [`mc-linear-progressbar-buffer--${e.size}`]: e.size && e.size != "m"
1226
1241
  }));
1227
1242
  return (a, o) => (l(), n("div", {
1228
1243
  class: g(["mc-linear-progressbar-buffer", t.value])
1229
1244
  }, [
1230
- r("div", V({
1245
+ d("div", I({
1231
1246
  class: "mc-linear-progressbar-buffer__indicator",
1232
1247
  role: "progressbar",
1233
1248
  style: `--progress-value: ${a.value};`,
1234
1249
  "aria-valuenow": a.value,
1235
1250
  "aria-valuemin": 0,
1236
1251
  "aria-valuemax": 100
1237
- }, a.$attrs), null, 16, at)
1252
+ }, a.$attrs), null, 16, tt)
1238
1253
  ], 2));
1239
1254
  }
1240
- }), Xs = /* @__PURE__ */ _(tt, [["__scopeId", "data-v-aa64aedc"]]), st = { class: "mc-linear-progressbar-percentage" }, lt = ["aria-valuenow"], ot = { class: "mc-linear-progressbar-percentage__label" }, nt = { class: "mc-linear-progressbar-percentage__value" }, it = /* @__PURE__ */ $({
1255
+ }), Zs = /* @__PURE__ */ _(st, [["__scopeId", "data-v-aa64aedc"]]), lt = { class: "mc-linear-progressbar-percentage" }, ot = ["aria-valuenow"], nt = { class: "mc-linear-progressbar-percentage__label" }, it = { class: "mc-linear-progressbar-percentage__value" }, rt = /* @__PURE__ */ h({
1241
1256
  __name: "MLinearProgressbarPercentage",
1242
1257
  props: {
1243
1258
  value: { default: 0 }
1244
1259
  },
1245
- setup(d) {
1246
- return (e, t) => (l(), n("div", st, [
1247
- r("div", V({
1260
+ setup(r) {
1261
+ return (e, t) => (l(), n("div", lt, [
1262
+ d("div", I({
1248
1263
  class: "mc-linear-progressbar-percentage__indicator",
1249
1264
  role: "progressbar",
1250
1265
  style: `--progress-value: ${e.value};`,
@@ -1252,16 +1267,16 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1252
1267
  "aria-valuemin": 0,
1253
1268
  "aria-valuemax": 100
1254
1269
  }, e.$attrs), [
1255
- r("div", ot, [
1256
- r("p", nt, [
1270
+ d("div", nt, [
1271
+ d("p", it, [
1257
1272
  q(f(e.value), 1),
1258
- t[0] || (t[0] = r("span", { class: "mc-linear-progressbar-percentage__unit" }, "%", -1))
1273
+ t[0] || (t[0] = d("span", { class: "mc-linear-progressbar-percentage__unit" }, "%", -1))
1259
1274
  ])
1260
1275
  ])
1261
- ], 16, lt)
1276
+ ], 16, ot)
1262
1277
  ]));
1263
1278
  }
1264
- }), Ys = /* @__PURE__ */ _(it, [["__scopeId", "data-v-14fbed65"]]), rt = {
1279
+ }), xs = /* @__PURE__ */ _(rt, [["__scopeId", "data-v-14fbed65"]]), dt = {
1265
1280
  name: "More24",
1266
1281
  props: {
1267
1282
  /**
@@ -1272,8 +1287,8 @@ const U = /* @__PURE__ */ _(Ga, [["render", Ha]]), Ka = {
1272
1287
  default: "currentColor"
1273
1288
  }
1274
1289
  }
1275
- }, dt = ["fill"];
1276
- function ct(d, e, t, a, o, s) {
1290
+ }, ct = ["fill"];
1291
+ function ut(r, e, t, a, o, s) {
1277
1292
  return l(), n("svg", {
1278
1293
  "aria-hidden": "true",
1279
1294
  fill: t.color,
@@ -1282,13 +1297,13 @@ function ct(d, e, t, a, o, s) {
1282
1297
  width: "24",
1283
1298
  height: "24"
1284
1299
  }, e[0] || (e[0] = [
1285
- r("path", {
1300
+ d("path", {
1286
1301
  "fill-rule": "evenodd",
1287
1302
  d: "M13 5a1 1 0 1 0-2 0v6H5a1 1 0 1 0 0 2h6v6a1 1 0 1 0 2 0v-6h6a1 1 0 1 0 0-2h-6z"
1288
1303
  }, null, -1)
1289
- ]), 8, dt);
1304
+ ]), 8, ct);
1290
1305
  }
1291
- const ut = /* @__PURE__ */ _(rt, [["render", ct]]), pt = {
1306
+ const pt = /* @__PURE__ */ _(dt, [["render", ut]]), mt = {
1292
1307
  name: "Less24",
1293
1308
  props: {
1294
1309
  /**
@@ -1299,8 +1314,8 @@ const ut = /* @__PURE__ */ _(rt, [["render", ct]]), pt = {
1299
1314
  default: "currentColor"
1300
1315
  }
1301
1316
  }
1302
- }, mt = ["fill"];
1303
- function _t(d, e, t, a, o, s) {
1317
+ }, _t = ["fill"];
1318
+ function vt(r, e, t, a, o, s) {
1304
1319
  return l(), n("svg", {
1305
1320
  "aria-hidden": "true",
1306
1321
  fill: t.color,
@@ -1309,13 +1324,13 @@ function _t(d, e, t, a, o, s) {
1309
1324
  width: "24",
1310
1325
  height: "24"
1311
1326
  }, e[0] || (e[0] = [
1312
- r("path", {
1327
+ d("path", {
1313
1328
  "fill-rule": "evenodd",
1314
1329
  d: "M6 12a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1"
1315
1330
  }, null, -1)
1316
- ]), 8, mt);
1331
+ ]), 8, _t);
1317
1332
  }
1318
- const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disabled", "min", "max", "step", "readonly", "aria-invalid", "aria-valuemin", "aria-valuemax", "aria-valuenow"], ft = ["aria-controls", "disabled"], ht = { class: "mc-quantity-selector__icon" }, $t = { class: "mc-quantity-selector__label" }, gt = ["aria-controls", "disabled"], yt = { class: "mc-quantity-selector__icon" }, kt = { class: "mc-quantity-selector__label" }, wt = /* @__PURE__ */ $({
1333
+ const bt = /* @__PURE__ */ _(mt, [["render", vt]]), ft = ["id", "name", "disabled", "min", "max", "step", "readonly", "aria-invalid", "aria-valuemin", "aria-valuemax", "aria-valuenow"], ht = ["aria-controls", "disabled"], $t = { class: "mc-quantity-selector__icon" }, gt = { class: "mc-quantity-selector__label" }, yt = ["aria-controls", "disabled"], kt = { class: "mc-quantity-selector__icon" }, wt = { class: "mc-quantity-selector__label" }, Vt = /* @__PURE__ */ h({
1319
1334
  __name: "MQuantitySelector",
1320
1335
  props: {
1321
1336
  id: {},
@@ -1332,8 +1347,8 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1332
1347
  decrementLabel: { default: "Decrement" }
1333
1348
  },
1334
1349
  emits: ["update:modelValue"],
1335
- setup(d, { emit: e }) {
1336
- const t = d, a = z(t.modelValue);
1350
+ setup(r, { emit: e }) {
1351
+ const t = r, a = z(t.modelValue);
1337
1352
  P(a, (m) => {
1338
1353
  m !== t.modelValue && p("update:modelValue", m);
1339
1354
  });
@@ -1350,7 +1365,7 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1350
1365
  return (m, u) => (l(), n("div", {
1351
1366
  class: g(["mc-quantity-selector", o.value])
1352
1367
  }, [
1353
- K(r("input", V({
1368
+ G(d("input", I({
1354
1369
  id: m.id,
1355
1370
  "onUpdate:modelValue": u[0] || (u[0] = (b) => a.value = b),
1356
1371
  class: "mc-quantity-selector__control",
@@ -1367,10 +1382,10 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1367
1382
  "aria-valuenow": a.value
1368
1383
  }, m.$attrs, {
1369
1384
  onChange: u[1] || (u[1] = (b) => c(Number(b.target.value)))
1370
- }), null, 16, bt), [
1385
+ }), null, 16, ft), [
1371
1386
  [Y, a.value]
1372
1387
  ]),
1373
- m.readonly ? h("", !0) : (l(), n("button", {
1388
+ m.readonly ? $("", !0) : (l(), n("button", {
1374
1389
  key: 0,
1375
1390
  type: "button",
1376
1391
  "aria-controls": m.id,
@@ -1379,12 +1394,12 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1379
1394
  disabled: m.disabled || a.value === m.max,
1380
1395
  onClick: s
1381
1396
  }, [
1382
- r("span", ht, [
1383
- k(ut)
1397
+ d("span", $t, [
1398
+ k(pt)
1384
1399
  ]),
1385
- r("span", $t, f(m.incrementlabel), 1)
1386
- ], 8, ft)),
1387
- m.readonly ? h("", !0) : (l(), n("button", {
1400
+ d("span", gt, f(m.incrementlabel), 1)
1401
+ ], 8, ht)),
1402
+ m.readonly ? $("", !0) : (l(), n("button", {
1388
1403
  key: 1,
1389
1404
  type: "button",
1390
1405
  "aria-controls": m.id,
@@ -1393,14 +1408,14 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1393
1408
  disabled: m.disabled || a.value === m.min,
1394
1409
  onClick: i
1395
1410
  }, [
1396
- r("span", yt, [
1397
- k(vt)
1411
+ d("span", kt, [
1412
+ k(bt)
1398
1413
  ]),
1399
- r("span", kt, f(m.decrementLabel), 1)
1400
- ], 8, gt))
1414
+ d("span", wt, f(m.decrementLabel), 1)
1415
+ ], 8, yt))
1401
1416
  ], 2));
1402
1417
  }
1403
- }), Zs = /* @__PURE__ */ _(wt, [["__scopeId", "data-v-a732650a"]]), Vt = { class: "mc-radio" }, It = ["id", "name", "checked", "disabled", "aria-invalid"], Bt = ["for"], Ct = /* @__PURE__ */ $({
1418
+ }), el = /* @__PURE__ */ _(Vt, [["__scopeId", "data-v-a732650a"]]), It = { class: "mc-radio" }, Bt = ["id", "name", "checked", "disabled", "aria-invalid"], Ct = ["for"], Mt = /* @__PURE__ */ h({
1404
1419
  __name: "MRadio",
1405
1420
  props: {
1406
1421
  id: {},
@@ -1411,12 +1426,12 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1411
1426
  disabled: { type: Boolean }
1412
1427
  },
1413
1428
  emits: ["update:modelValue"],
1414
- setup(d, { emit: e }) {
1415
- const t = d, a = v(() => ({
1429
+ setup(r, { emit: e }) {
1430
+ const t = r, a = v(() => ({
1416
1431
  "is-invalid": t.isInvalid
1417
1432
  })), o = e;
1418
- return (s, i) => (l(), n("div", Vt, [
1419
- r("input", V({
1433
+ return (s, i) => (l(), n("div", It, [
1434
+ d("input", I({
1420
1435
  id: s.id,
1421
1436
  type: "radio",
1422
1437
  class: ["mc-radio__input", a.value],
@@ -1426,15 +1441,15 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1426
1441
  "aria-invalid": s.isInvalid
1427
1442
  }, s.$attrs, {
1428
1443
  onChange: i[0] || (i[0] = (c) => o("update:modelValue", c.target.checked))
1429
- }), null, 16, It),
1444
+ }), null, 16, Bt),
1430
1445
  s.label ? (l(), n("label", {
1431
1446
  key: 0,
1432
1447
  for: s.id,
1433
1448
  class: "mc-radio__label"
1434
- }, f(s.label), 9, Bt)) : h("", !0)
1449
+ }, f(s.label), 9, Ct)) : $("", !0)
1435
1450
  ]));
1436
1451
  }
1437
- }), Mt = /* @__PURE__ */ _(Ct, [["__scopeId", "data-v-da78938c"]]), zt = /* @__PURE__ */ $({
1452
+ }), zt = /* @__PURE__ */ _(Mt, [["__scopeId", "data-v-da78938c"]]), Lt = /* @__PURE__ */ h({
1438
1453
  __name: "MRadioGroup",
1439
1454
  props: {
1440
1455
  name: {},
@@ -1444,8 +1459,8 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1444
1459
  inline: { type: Boolean }
1445
1460
  },
1446
1461
  emits: ["update:modelValue"],
1447
- setup(d, { emit: e }) {
1448
- const t = d, a = v(() => ({
1462
+ setup(r, { emit: e }) {
1463
+ const t = r, a = v(() => ({
1449
1464
  "mc-field__container--inline": t.inline
1450
1465
  })), o = v(() => ({
1451
1466
  "mc-field__container--inline__item": t.inline
@@ -1453,7 +1468,7 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1453
1468
  return (i, c) => (l(), n("div", {
1454
1469
  class: g(["mc-field__container", a.value])
1455
1470
  }, [
1456
- (l(!0), n(O, null, S(i.options, (p) => (l(), B(Mt, {
1471
+ (l(!0), n(O, null, S(i.options, (p) => (l(), B(zt, {
1457
1472
  id: p.id,
1458
1473
  key: p.id,
1459
1474
  label: p.label,
@@ -1466,14 +1481,14 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1466
1481
  }, null, 8, ["id", "label", "is-invalid", "name", "class", "model-value", "disabled", "onUpdate:modelValue"]))), 128))
1467
1482
  ], 2));
1468
1483
  }
1469
- }), xs = /* @__PURE__ */ _(zt, [["__scopeId", "data-v-d2f5e103"]]), Lt = /* @__PURE__ */ $({
1484
+ }), al = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-d2f5e103"]]), jt = /* @__PURE__ */ h({
1470
1485
  __name: "MStatusDot",
1471
1486
  props: {
1472
1487
  status: { default: "info" },
1473
1488
  size: {}
1474
1489
  },
1475
- setup(d) {
1476
- const e = d, t = v(() => ({
1490
+ setup(r) {
1491
+ const e = r, t = v(() => ({
1477
1492
  [`mc-status-dot--${e.status}`]: e.status && e.status != "info",
1478
1493
  [`mc-status-dot--${e.size}`]: e.size && e.size != "m"
1479
1494
  }));
@@ -1481,24 +1496,24 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1481
1496
  class: g(["mc-status-dot", t.value])
1482
1497
  }, null, 2));
1483
1498
  }
1484
- }), jt = /* @__PURE__ */ _(Lt, [["__scopeId", "data-v-417b563f"]]), Tt = { class: "mc-status-badge__label" }, Ot = /* @__PURE__ */ $({
1499
+ }), Tt = /* @__PURE__ */ _(jt, [["__scopeId", "data-v-417b563f"]]), Ot = { class: "mc-status-badge__label" }, St = /* @__PURE__ */ h({
1485
1500
  __name: "MStatusBadge",
1486
1501
  props: {
1487
1502
  label: {},
1488
1503
  status: { default: "info" }
1489
1504
  },
1490
- setup(d) {
1491
- const e = d, t = v(() => ({
1505
+ setup(r) {
1506
+ const e = r, t = v(() => ({
1492
1507
  [`mc-status-badge--${e.status}`]: e.status && e.status != "info"
1493
1508
  }));
1494
1509
  return (a, o) => (l(), n("div", {
1495
1510
  class: g(["mc-status-badge", t.value])
1496
1511
  }, [
1497
- k(jt, { status: a.status }, null, 8, ["status"]),
1498
- r("span", Tt, f(a.label), 1)
1512
+ k(Tt, { status: a.status }, null, 8, ["status"]),
1513
+ d("span", Ot, f(a.label), 1)
1499
1514
  ], 2));
1500
1515
  }
1501
- }), el = /* @__PURE__ */ _(Ot, [["__scopeId", "data-v-3e437a03"]]), St = {
1516
+ }), tl = /* @__PURE__ */ _(St, [["__scopeId", "data-v-3e437a03"]]), Pt = {
1502
1517
  name: "Cross20",
1503
1518
  props: {
1504
1519
  /**
@@ -1509,8 +1524,8 @@ const vt = /* @__PURE__ */ _(pt, [["render", _t]]), bt = ["id", "name", "disable
1509
1524
  default: "currentColor"
1510
1525
  }
1511
1526
  }
1512
- }, Pt = ["fill"];
1513
- function qt(d, e, t, a, o, s) {
1527
+ }, qt = ["fill"];
1528
+ function Dt(r, e, t, a, o, s) {
1514
1529
  return l(), n("svg", {
1515
1530
  "aria-hidden": "true",
1516
1531
  fill: t.color,
@@ -1519,13 +1534,13 @@ function qt(d, e, t, a, o, s) {
1519
1534
  width: "20",
1520
1535
  height: "20"
1521
1536
  }, e[0] || (e[0] = [
1522
- r("path", {
1537
+ d("path", {
1523
1538
  "fill-rule": "evenodd",
1524
1539
  d: "M14.697 6.364a.75.75 0 1 0-1.061-1.061L10 8.939 6.363 5.303a.75.75 0 0 0-1.06 1.06L8.939 10l-3.636 3.636a.75.75 0 1 0 1.06 1.06L10 11.062l3.636 3.636a.75.75 0 0 0 1.06-1.06L11.06 10z"
1525
1540
  }, null, -1)
1526
- ]), 8, Pt);
1541
+ ]), 8, qt);
1527
1542
  }
1528
- const Dt = /* @__PURE__ */ _(St, [["render", qt]]), Ft = {
1543
+ const Ft = /* @__PURE__ */ _(Pt, [["render", Dt]]), Nt = {
1529
1544
  name: "InfoCircleFilled32",
1530
1545
  props: {
1531
1546
  /**
@@ -1536,8 +1551,8 @@ const Dt = /* @__PURE__ */ _(St, [["render", qt]]), Ft = {
1536
1551
  default: "currentColor"
1537
1552
  }
1538
1553
  }
1539
- }, Nt = ["fill"];
1540
- function At(d, e, t, a, o, s) {
1554
+ }, At = ["fill"];
1555
+ function Rt(r, e, t, a, o, s) {
1541
1556
  return l(), n("svg", {
1542
1557
  "aria-hidden": "true",
1543
1558
  fill: t.color,
@@ -1546,13 +1561,13 @@ function At(d, e, t, a, o, s) {
1546
1561
  width: "32",
1547
1562
  height: "32"
1548
1563
  }, e[0] || (e[0] = [
1549
- r("path", {
1564
+ d("path", {
1550
1565
  "fill-rule": "evenodd",
1551
1566
  d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m0 9a1.333 1.333 0 1 0 0-2.667A1.333 1.333 0 0 0 16 12m1 2.667a1 1 0 1 0-2 0v6.666a1 1 0 1 0 2 0z"
1552
1567
  }, null, -1)
1553
- ]), 8, Nt);
1568
+ ]), 8, At);
1554
1569
  }
1555
- const Rt = /* @__PURE__ */ _(Ft, [["render", At]]), Gt = {
1570
+ const Gt = /* @__PURE__ */ _(Nt, [["render", Rt]]), Ut = {
1556
1571
  name: "WarningCircleFilled32",
1557
1572
  props: {
1558
1573
  /**
@@ -1563,8 +1578,8 @@ const Rt = /* @__PURE__ */ _(Ft, [["render", At]]), Gt = {
1563
1578
  default: "currentColor"
1564
1579
  }
1565
1580
  }
1566
- }, Ut = ["fill"];
1567
- function Ht(d, e, t, a, o, s) {
1581
+ }, Ht = ["fill"];
1582
+ function Kt(r, e, t, a, o, s) {
1568
1583
  return l(), n("svg", {
1569
1584
  "aria-hidden": "true",
1570
1585
  fill: t.color,
@@ -1573,13 +1588,13 @@ function Ht(d, e, t, a, o, s) {
1573
1588
  width: "32",
1574
1589
  height: "32"
1575
1590
  }, e[0] || (e[0] = [
1576
- r("path", {
1591
+ d("path", {
1577
1592
  "fill-rule": "evenodd",
1578
1593
  d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m1 7.667a1 1 0 1 0-2 0v6.666a1 1 0 1 0 2 0zm-1 12A1.333 1.333 0 1 0 16 20a1.333 1.333 0 0 0 0 2.667"
1579
1594
  }, null, -1)
1580
- ]), 8, Ut);
1595
+ ]), 8, Ht);
1581
1596
  }
1582
- const Kt = /* @__PURE__ */ _(Gt, [["render", Ht]]), Et = {
1597
+ const Et = /* @__PURE__ */ _(Ut, [["render", Kt]]), Qt = {
1583
1598
  name: "CrossCircleFilled32",
1584
1599
  props: {
1585
1600
  /**
@@ -1590,8 +1605,8 @@ const Kt = /* @__PURE__ */ _(Gt, [["render", Ht]]), Et = {
1590
1605
  default: "currentColor"
1591
1606
  }
1592
1607
  }
1593
- }, Qt = ["fill"];
1594
- function Wt(d, e, t, a, o, s) {
1608
+ }, Wt = ["fill"];
1609
+ function Jt(r, e, t, a, o, s) {
1595
1610
  return l(), n("svg", {
1596
1611
  "aria-hidden": "true",
1597
1612
  fill: t.color,
@@ -1600,13 +1615,13 @@ function Wt(d, e, t, a, o, s) {
1600
1615
  width: "32",
1601
1616
  height: "32"
1602
1617
  }, e[0] || (e[0] = [
1603
- r("path", {
1618
+ d("path", {
1604
1619
  "fill-rule": "evenodd",
1605
1620
  d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-4.707 8.293a1 1 0 0 1 1.414 0L16 14.586l3.293-3.293a1 1 0 0 1 1.414 1.414L17.414 16l3.293 3.293a1 1 0 0 1-1.414 1.414L16 17.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L14.586 16l-3.293-3.293a1 1 0 0 1 0-1.414"
1606
1621
  }, null, -1)
1607
- ]), 8, Qt);
1622
+ ]), 8, Wt);
1608
1623
  }
1609
- const Jt = /* @__PURE__ */ _(Et, [["render", Wt]]), Xt = {
1624
+ const Xt = /* @__PURE__ */ _(Qt, [["render", Jt]]), Yt = {
1610
1625
  name: "CheckCircleFilled32",
1611
1626
  props: {
1612
1627
  /**
@@ -1617,8 +1632,8 @@ const Jt = /* @__PURE__ */ _(Et, [["render", Wt]]), Xt = {
1617
1632
  default: "currentColor"
1618
1633
  }
1619
1634
  }
1620
- }, Yt = ["fill"];
1621
- function Zt(d, e, t, a, o, s) {
1635
+ }, Zt = ["fill"];
1636
+ function xt(r, e, t, a, o, s) {
1622
1637
  return l(), n("svg", {
1623
1638
  "aria-hidden": "true",
1624
1639
  fill: t.color,
@@ -1627,16 +1642,16 @@ function Zt(d, e, t, a, o, s) {
1627
1642
  width: "32",
1628
1643
  height: "32"
1629
1644
  }, e[0] || (e[0] = [
1630
- r("path", {
1645
+ d("path", {
1631
1646
  "fill-rule": "evenodd",
1632
1647
  d: "M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m6.707 8.96a1 1 0 0 1 0 1.414l-7.333 7.333a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414l3.293 3.293 6.626-6.626a1 1 0 0 1 1.414 0"
1633
1648
  }, null, -1)
1634
- ]), 8, Yt);
1649
+ ]), 8, Zt);
1635
1650
  }
1636
- const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-notification__content" }, as = { class: "mc-status-notification__title" }, ts = { class: "mc-status-notification__message" }, ss = {
1651
+ const es = /* @__PURE__ */ _(Yt, [["render", xt]]), as = { class: "mc-status-notification__content" }, ts = { class: "mc-status-notification__title" }, ss = { class: "mc-status-notification__message" }, ls = {
1637
1652
  key: 0,
1638
1653
  class: "mc-status-notification__footer"
1639
- }, ls = /* @__PURE__ */ $({
1654
+ }, os = /* @__PURE__ */ h({
1640
1655
  __name: "MStatusNotification",
1641
1656
  props: {
1642
1657
  title: {},
@@ -1645,20 +1660,20 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1645
1660
  closable: { type: Boolean }
1646
1661
  },
1647
1662
  emits: ["close"],
1648
- setup(d, { emit: e }) {
1649
- const t = d, a = v(() => ({
1663
+ setup(r, { emit: e }) {
1664
+ const t = r, a = v(() => ({
1650
1665
  [`mc-status-notification--${t.status}`]: t.status && t.status != "info"
1651
1666
  })), o = v(() => {
1652
1667
  switch (t.status) {
1653
1668
  case "success":
1654
- return xt;
1669
+ return es;
1655
1670
  case "warning":
1656
- return Kt;
1671
+ return Et;
1657
1672
  case "error":
1658
- return Jt;
1673
+ return Xt;
1659
1674
  case "info":
1660
1675
  default:
1661
- return Rt;
1676
+ return Gt;
1662
1677
  }
1663
1678
  }), s = e;
1664
1679
  return (i, c) => (l(), n("section", {
@@ -1669,30 +1684,30 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1669
1684
  class: "mc-status-notification__icon",
1670
1685
  "aria-hidden": "true"
1671
1686
  })),
1672
- r("div", es, [
1673
- r("h2", as, f(i.title), 1),
1674
- r("p", ts, f(i.description), 1),
1675
- i.$slots.footer ? (l(), n("div", ss, [
1676
- I(i.$slots, "footer", {}, void 0, !0)
1677
- ])) : h("", !0)
1687
+ d("div", as, [
1688
+ d("h2", ts, f(i.title), 1),
1689
+ d("p", ss, f(i.description), 1),
1690
+ i.$slots.footer ? (l(), n("div", ls, [
1691
+ w(i.$slots, "footer", {}, void 0, !0)
1692
+ ])) : $("", !0)
1678
1693
  ]),
1679
1694
  i.closable ? (l(), n("button", {
1680
1695
  key: 0,
1681
1696
  class: "mc-status-notification-closable__close",
1682
1697
  onClick: c[0] || (c[0] = (p) => s("close"))
1683
1698
  }, [
1684
- k(Dt, {
1699
+ k(Ft, {
1685
1700
  class: "mc-status-notification-closable__icon",
1686
1701
  "aria-hidden": "true"
1687
1702
  }),
1688
- c[1] || (c[1] = r("span", { class: "mc-status-notification-closable__text" }, "Close", -1))
1689
- ])) : h("", !0)
1703
+ c[1] || (c[1] = d("span", { class: "mc-status-notification-closable__text" }, "Close", -1))
1704
+ ])) : $("", !0)
1690
1705
  ], 2));
1691
1706
  }
1692
- }), al = /* @__PURE__ */ _(ls, [["__scopeId", "data-v-457733a1"]]), os = ["aria-label"], ns = ["aria-selected", "onClick"], is = {
1707
+ }), sl = /* @__PURE__ */ _(os, [["__scopeId", "data-v-457733a1"]]), ns = ["aria-label"], is = ["aria-selected", "onClick"], rs = {
1693
1708
  key: 0,
1694
1709
  class: "mc-tabs__icon"
1695
- }, rs = { class: "mc-tabs__label" }, ds = /* @__PURE__ */ $({
1710
+ }, ds = { class: "mc-tabs__label" }, cs = /* @__PURE__ */ h({
1696
1711
  __name: "MTabs",
1697
1712
  props: {
1698
1713
  description: {},
@@ -1702,8 +1717,8 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1702
1717
  tabs: {}
1703
1718
  },
1704
1719
  emits: ["update:modelValue"],
1705
- setup(d, { emit: e }) {
1706
- const t = d, a = v(() => ({
1720
+ setup(r, { emit: e }) {
1721
+ const t = r, a = v(() => ({
1707
1722
  "mc-tabs--centered": t.centered
1708
1723
  })), o = z(t.modelValue), s = (p) => {
1709
1724
  t.tabs[p].disabled || p !== o.value && (o.value = p, c("update:modelValue", p));
@@ -1711,7 +1726,7 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1711
1726
  return (p, m) => (l(), n("nav", {
1712
1727
  class: g(["mc-tabs", a.value])
1713
1728
  }, [
1714
- r("ul", {
1729
+ d("ul", {
1715
1730
  role: "tablist",
1716
1731
  class: "mc-tabs__list",
1717
1732
  "aria-label": p.description
@@ -1721,7 +1736,7 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1721
1736
  role: "presentation",
1722
1737
  class: "mc-tabs__item"
1723
1738
  }, [
1724
- r("button", {
1739
+ d("button", {
1725
1740
  ref_for: !0,
1726
1741
  ref: "tab",
1727
1742
  role: "tab",
@@ -1733,19 +1748,19 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1733
1748
  type: "button",
1734
1749
  onClick: (C) => s(b)
1735
1750
  }, [
1736
- u.icon ? (l(), n("span", is, [
1751
+ u.icon ? (l(), n("span", rs, [
1737
1752
  (l(), B(A(u.icon)))
1738
- ])) : h("", !0),
1739
- r("div", rs, [
1740
- r("span", null, f(u.label), 1)
1753
+ ])) : $("", !0),
1754
+ d("div", ds, [
1755
+ d("span", null, f(u.label), 1)
1741
1756
  ])
1742
- ], 10, ns)
1757
+ ], 10, is)
1743
1758
  ]))), 128))
1744
- ], 8, os),
1745
- p.divider ? (l(), B(Fe, { key: 0 })) : h("", !0)
1759
+ ], 8, ns),
1760
+ p.divider ? (l(), B(Ne, { key: 0 })) : $("", !0)
1746
1761
  ], 2));
1747
1762
  }
1748
- }), tl = /* @__PURE__ */ _(ds, [["__scopeId", "data-v-3919f834"]]), cs = ["for"], us = ["id", "name", "checked", "disabled"], ps = { class: "mc-tag__label" }, ms = ["disabled"], _s = { class: "mc-tag__label" }, vs = ["disabled"], bs = { class: "mc-tag__label" }, fs = { class: "mc-tag__label" }, hs = { class: "mc-tag__label" }, $s = /* @__PURE__ */ $({
1763
+ }), ll = /* @__PURE__ */ _(cs, [["__scopeId", "data-v-3919f834"]]), us = ["for"], ps = ["id", "name", "checked", "disabled"], ms = { class: "mc-tag__label" }, _s = ["disabled"], vs = { class: "mc-tag__label" }, bs = ["disabled"], fs = { class: "mc-tag__label" }, hs = { class: "mc-tag__label" }, $s = { class: "mc-tag__label" }, gs = /* @__PURE__ */ h({
1749
1764
  __name: "MTag",
1750
1765
  props: {
1751
1766
  type: { default: "informative" },
@@ -1759,8 +1774,8 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1759
1774
  removableLabel: {}
1760
1775
  },
1761
1776
  emits: ["update:modelValue", "remove-tag"],
1762
- setup(d, { emit: e }) {
1763
- const t = d, a = v(() => ({
1777
+ setup(r, { emit: e }) {
1778
+ const t = r, a = v(() => ({
1764
1779
  [`mc-tag-${t.type}`]: t.type && t.type != "informative",
1765
1780
  [`mc-tag--${t.size}`]: t.size && t.size != "m"
1766
1781
  })), o = e;
@@ -1769,7 +1784,7 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1769
1784
  for: s.id,
1770
1785
  class: g(["mc-tag", a.value])
1771
1786
  }, [
1772
- r("input", V({
1787
+ d("input", I({
1773
1788
  type: "checkbox",
1774
1789
  class: "mc-tag__input",
1775
1790
  id: s.id,
@@ -1777,33 +1792,33 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1777
1792
  checked: s.modelValue,
1778
1793
  disabled: s.disabled,
1779
1794
  onChange: i[0] || (i[0] = (c) => o("update:modelValue", c.target.checked))
1780
- }, s.$attrs), null, 16, us),
1781
- r("span", ps, f(s.label), 1)
1782
- ], 10, cs)) : s.type === "interactive" ? (l(), n("button", V({
1795
+ }, s.$attrs), null, 16, ps),
1796
+ d("span", ms, f(s.label), 1)
1797
+ ], 10, us)) : s.type === "interactive" ? (l(), n("button", I({
1783
1798
  key: 1,
1784
1799
  class: ["mc-tag", a.value],
1785
1800
  type: "button",
1786
1801
  disabled: s.disabled
1787
1802
  }, s.$attrs), [
1788
- r("span", _s, f(s.label), 1)
1789
- ], 16, ms)) : s.type === "contextualised" ? (l(), n("button", V({
1803
+ d("span", vs, f(s.label), 1)
1804
+ ], 16, _s)) : s.type === "contextualised" ? (l(), n("button", I({
1790
1805
  key: 2,
1791
1806
  class: ["mc-tag", a.value],
1792
1807
  type: "button",
1793
1808
  disabled: s.disabled
1794
1809
  }, s.$attrs), [
1795
- k(Oa, {
1810
+ k(Sa, {
1796
1811
  appearance: "inverse",
1797
1812
  label: s.contextualisedNumber,
1798
1813
  size: s.size === "l" ? "m" : void 0
1799
1814
  }, null, 8, ["label", "size"]),
1800
- r("span", bs, f(s.label), 1)
1801
- ], 16, vs)) : s.type === "removable" ? (l(), n("span", V({
1815
+ d("span", fs, f(s.label), 1)
1816
+ ], 16, bs)) : s.type === "removable" ? (l(), n("span", I({
1802
1817
  key: 3,
1803
1818
  class: ["mc-tag", a.value]
1804
1819
  }, s.$attrs), [
1805
- r("span", fs, f(s.label), 1),
1806
- r("button", {
1820
+ d("span", hs, f(s.label), 1),
1821
+ d("button", {
1807
1822
  class: "mc-tag-removable__remove",
1808
1823
  type: "button",
1809
1824
  onClick: i[1] || (i[1] = (c) => s.id && o("remove-tag", s.id))
@@ -1812,16 +1827,16 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1812
1827
  class: "mc-tag-removable__icon",
1813
1828
  "aria-hidden": "true"
1814
1829
  }),
1815
- i[2] || (i[2] = r("span", { class: "mc-tag-removable__text" }, "removableLabel", -1))
1830
+ i[2] || (i[2] = d("span", { class: "mc-tag-removable__text" }, "removableLabel", -1))
1816
1831
  ])
1817
- ], 16)) : (l(), n("span", V({
1832
+ ], 16)) : (l(), n("span", I({
1818
1833
  key: 4,
1819
1834
  class: ["mc-tag", a.value]
1820
1835
  }, s.$attrs), [
1821
- r("span", hs, f(s.label), 1)
1836
+ d("span", $s, f(s.label), 1)
1822
1837
  ], 16));
1823
1838
  }
1824
- }), sl = /* @__PURE__ */ _($s, [["__scopeId", "data-v-a3166010"]]), gs = ["id", "aria-invalid", "value", "name", "placeholder", "disabled", "minlength", "maxlength", "rows", "readonly"], ys = /* @__PURE__ */ $({
1839
+ }), ol = /* @__PURE__ */ _(gs, [["__scopeId", "data-v-a3166010"]]), ys = ["id", "aria-invalid", "value", "name", "placeholder", "disabled", "minlength", "maxlength", "rows", "readonly"], ks = /* @__PURE__ */ h({
1825
1840
  __name: "MTextArea",
1826
1841
  props: {
1827
1842
  id: {},
@@ -1836,11 +1851,11 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1836
1851
  readonly: { type: Boolean }
1837
1852
  },
1838
1853
  emits: ["update:modelValue"],
1839
- setup(d, { emit: e }) {
1840
- const t = d, a = v(() => ({
1854
+ setup(r, { emit: e }) {
1855
+ const t = r, a = v(() => ({
1841
1856
  "is-invalid": t.isInvalid
1842
1857
  })), o = e;
1843
- return (s, i) => (l(), n("textarea", V({
1858
+ return (s, i) => (l(), n("textarea", I({
1844
1859
  id: s.id,
1845
1860
  class: ["mc-textarea", a.value],
1846
1861
  "aria-invalid": s.isInvalid,
@@ -1854,15 +1869,15 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1854
1869
  readonly: s.readonly
1855
1870
  }, s.$attrs, {
1856
1871
  onInput: i[0] || (i[0] = (c) => o("update:modelValue", c.target.value))
1857
- }), null, 16, gs));
1872
+ }), null, 16, ys));
1858
1873
  }
1859
- }), ll = /* @__PURE__ */ _(ys, [["__scopeId", "data-v-8184b69c"]]), ks = {
1874
+ }), nl = /* @__PURE__ */ _(ks, [["__scopeId", "data-v-8184b69c"]]), ws = {
1860
1875
  key: 0,
1861
1876
  class: "mc-text-input__icon"
1862
- }, ws = ["id", "value", "type", "name", "placeholder", "disabled", "aria-invalid", "readonly"], Vs = {
1877
+ }, Vs = ["id", "type", "name", "placeholder", "disabled", "aria-invalid", "readonly"], Is = {
1863
1878
  key: 1,
1864
1879
  class: "mc-controls-options"
1865
- }, Is = /* @__PURE__ */ $({
1880
+ }, Bs = /* @__PURE__ */ h({
1866
1881
  __name: "MTextInput",
1867
1882
  props: {
1868
1883
  id: {},
@@ -1878,8 +1893,8 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1878
1893
  clearLabel: { default: "clear content" }
1879
1894
  },
1880
1895
  emits: ["update:modelValue"],
1881
- setup(d, { emit: e }) {
1882
- const t = d, a = v(() => ({
1896
+ setup(r, { emit: e }) {
1897
+ const t = r, a = v(() => ({
1883
1898
  [`mc-text-input--${t.size}`]: t.size && t.size != "m",
1884
1899
  "is-invalid": t.isInvalid
1885
1900
  })), o = z(t.modelValue), s = () => {
@@ -1888,13 +1903,13 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1888
1903
  return (c, p) => (l(), n("div", {
1889
1904
  class: g(["mc-text-input", a.value])
1890
1905
  }, [
1891
- c.$slots.icon ? (l(), n("span", ks, [
1892
- I(c.$slots, "icon", {}, void 0, !0)
1893
- ])) : h("", !0),
1894
- r("input", V({
1906
+ c.$slots.icon ? (l(), n("span", ws, [
1907
+ w(c.$slots, "icon", {}, void 0, !0)
1908
+ ])) : $("", !0),
1909
+ G(d("input", I({
1895
1910
  id: c.id,
1896
1911
  class: "mc-text-input__control",
1897
- value: o.value,
1912
+ "onUpdate:modelValue": p[0] || (p[0] = (m) => o.value = m),
1898
1913
  type: c.inputType,
1899
1914
  name: c.name,
1900
1915
  placeholder: c.placeholder,
@@ -1902,10 +1917,12 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1902
1917
  "aria-invalid": c.isInvalid,
1903
1918
  readonly: c.readonly
1904
1919
  }, c.$attrs, {
1905
- onInput: p[0] || (p[0] = (m) => i("update:modelValue", m.target.value))
1906
- }), null, 16, ws),
1907
- c.isClearable && o.value ? (l(), n("div", Vs, [
1908
- r("button", {
1920
+ onInput: p[1] || (p[1] = (m) => i("update:modelValue", m.target.value))
1921
+ }), null, 16, Vs), [
1922
+ [E, o.value]
1923
+ ]),
1924
+ c.isClearable && o.value ? (l(), n("div", Is, [
1925
+ d("button", {
1909
1926
  type: "button",
1910
1927
  class: "mc-controls-options__button",
1911
1928
  onClick: s
@@ -1914,12 +1931,12 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1914
1931
  class: "mc-controls-options__icon",
1915
1932
  "aria-hidden": "true"
1916
1933
  }),
1917
- p[1] || (p[1] = r("span", { class: "mc-controls-options__label" }, "{clearLabel}", -1))
1934
+ p[2] || (p[2] = d("span", { class: "mc-controls-options__label" }, "{clearLabel}", -1))
1918
1935
  ])
1919
- ])) : h("", !0)
1936
+ ])) : $("", !0)
1920
1937
  ], 2));
1921
1938
  }
1922
- }), ol = /* @__PURE__ */ _(Is, [["__scopeId", "data-v-38f67338"]]), Bs = ["for"], Cs = ["id", "name", "checked", "disabled"], Ms = ["for"], zs = /* @__PURE__ */ $({
1939
+ }), il = /* @__PURE__ */ _(Bs, [["__scopeId", "data-v-4fb14aba"]]), Cs = ["for"], Ms = ["id", "name", "checked", "disabled"], zs = ["for"], Ls = /* @__PURE__ */ h({
1923
1940
  __name: "MToggle",
1924
1941
  props: {
1925
1942
  id: {},
@@ -1930,18 +1947,18 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1930
1947
  disabled: { type: Boolean }
1931
1948
  },
1932
1949
  emits: ["update:modelValue"],
1933
- setup(d, { emit: e }) {
1934
- const t = d, a = v(() => ({
1950
+ setup(r, { emit: e }) {
1951
+ const t = r, a = v(() => ({
1935
1952
  [`mc-toggle--${t.size}`]: t.size && t.size != "s"
1936
1953
  })), o = e;
1937
1954
  return (s, i) => (l(), n("div", {
1938
1955
  class: g(["mc-toggle", a.value])
1939
1956
  }, [
1940
- r("label", {
1957
+ d("label", {
1941
1958
  class: "mc-toggle__container",
1942
1959
  for: s.id
1943
1960
  }, [
1944
- r("input", V({
1961
+ d("input", I({
1945
1962
  id: s.id,
1946
1963
  type: "checkbox",
1947
1964
  class: "mc-toggle__input",
@@ -1950,16 +1967,16 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1950
1967
  disabled: s.disabled
1951
1968
  }, s.$attrs, {
1952
1969
  onChange: i[0] || (i[0] = (c) => o("update:modelValue", c.target.checked))
1953
- }), null, 16, Cs),
1970
+ }), null, 16, Ms),
1954
1971
  s.label ? (l(), n("span", {
1955
1972
  key: 0,
1956
1973
  for: s.id,
1957
1974
  class: "mc-toggle__label"
1958
- }, f(s.label), 9, Ms)) : h("", !0)
1959
- ], 8, Bs)
1975
+ }, f(s.label), 9, zs)) : $("", !0)
1976
+ ], 8, Cs)
1960
1977
  ], 2));
1961
1978
  }
1962
- }), Ls = /* @__PURE__ */ _(zs, [["__scopeId", "data-v-5be734e7"]]), js = { class: "tooltip-story-wrapper" }, Ts = ["aria-describedby"], Os = ["id"], Ss = /* @__PURE__ */ $({
1979
+ }), js = /* @__PURE__ */ _(Ls, [["__scopeId", "data-v-5be734e7"]]), Ts = { class: "tooltip-story-wrapper" }, Os = ["aria-describedby"], Ss = ["id"], Ps = /* @__PURE__ */ h({
1963
1980
  __name: "MTooltip",
1964
1981
  props: {
1965
1982
  id: {},
@@ -1967,26 +1984,26 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1967
1984
  position: { default: "top" },
1968
1985
  pointer: { type: Boolean, default: !0 }
1969
1986
  },
1970
- setup(d) {
1971
- const e = d, t = v(() => ({
1987
+ setup(r) {
1988
+ const e = r, t = v(() => ({
1972
1989
  [`mc-tooltip--${e.position}`]: e.position,
1973
1990
  "mc-tooltip--no-pointer": !e.pointer
1974
1991
  }));
1975
- return (a, o) => (l(), n("div", js, [
1976
- r("div", {
1992
+ return (a, o) => (l(), n("div", Ts, [
1993
+ d("div", {
1977
1994
  class: g(["mc-tooltip", t.value]),
1978
1995
  "aria-describedby": a.id
1979
1996
  }, [
1980
- I(a.$slots, "default", {}, void 0, !0),
1981
- r("span", {
1997
+ w(a.$slots, "default", {}, void 0, !0),
1998
+ d("span", {
1982
1999
  id: a.id,
1983
2000
  class: "mc-tooltip__content",
1984
2001
  role: "tooltip"
1985
- }, f(a.text), 9, Os)
1986
- ], 10, Ts)
2002
+ }, f(a.text), 9, Ss)
2003
+ ], 10, Os)
1987
2004
  ]));
1988
2005
  }
1989
- }), nl = /* @__PURE__ */ _(Ss, [["__scopeId", "data-v-f90a7be6"]]), Ps = /* @__PURE__ */ $({
2006
+ }), rl = /* @__PURE__ */ _(Ps, [["__scopeId", "data-v-f90a7be6"]]), qs = /* @__PURE__ */ h({
1990
2007
  __name: "MToggleGroup",
1991
2008
  props: {
1992
2009
  name: {},
@@ -1995,8 +2012,8 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
1995
2012
  inline: { type: Boolean }
1996
2013
  },
1997
2014
  emits: ["update:modelValue"],
1998
- setup(d, { emit: e }) {
1999
- const t = d, a = z([]);
2015
+ setup(r, { emit: e }) {
2016
+ const t = r, a = z([]);
2000
2017
  P(
2001
2018
  () => t.modelValue,
2002
2019
  (p) => {
@@ -2015,7 +2032,7 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
2015
2032
  return (p, m) => (l(), n("div", {
2016
2033
  class: g(s.value)
2017
2034
  }, [
2018
- (l(!0), n(O, null, S(p.options, (u) => (l(), B(Ls, {
2035
+ (l(!0), n(O, null, S(p.options, (u) => (l(), B(js, {
2019
2036
  id: u.id,
2020
2037
  key: u.id,
2021
2038
  label: u.label,
@@ -2028,43 +2045,44 @@ const xt = /* @__PURE__ */ _(Xt, [["render", Zt]]), es = { class: "mc-status-not
2028
2045
  }, null, 8, ["id", "label", "is-invalid", "name", "class", "model-value", "disabled", "onUpdate:modelValue"]))), 128))
2029
2046
  ], 2));
2030
2047
  }
2031
- }), il = /* @__PURE__ */ _(Ps, [["__scopeId", "data-v-c6b10172"]]);
2048
+ }), dl = /* @__PURE__ */ _(qs, [["__scopeId", "data-v-c6b10172"]]);
2032
2049
  export {
2033
- Ds as MBreadcrumb,
2050
+ Fs as MBreadcrumb,
2034
2051
  N as MButton,
2035
2052
  ge as MCheckbox,
2036
- Fs as MCheckboxGroup,
2037
- Ns as MCircularProgressbar,
2038
- As as MDatepicker,
2039
- Fe as MDivider,
2040
- Rs as MDrawer,
2041
- Gs as MField,
2042
- Us as MFieldGroup,
2043
- Hs as MFlag,
2053
+ Ns as MCheckboxGroup,
2054
+ As as MCircularProgressbar,
2055
+ Rs as MContainer,
2056
+ Gs as MDatepicker,
2057
+ Ne as MDivider,
2058
+ Us as MDrawer,
2059
+ Hs as MField,
2060
+ Ks as MFieldGroup,
2061
+ Es as MFlag,
2044
2062
  D as MIconButton,
2045
- Xs as MLinearProgressbarBuffer,
2046
- Ys as MLinearProgressbarPercentage,
2063
+ Zs as MLinearProgressbarBuffer,
2064
+ xs as MLinearProgressbarPercentage,
2047
2065
  te as MLink,
2048
- E as MLoader,
2049
- Ks as MLoadingOverlay,
2050
- Es as MModal,
2051
- Oa as MNumberBadge,
2052
- W as MOverlay,
2053
- Qs as MPagination,
2054
- Ws as MPasswordInput,
2055
- Js as MPincode,
2056
- Zs as MQuantitySelector,
2057
- Mt as MRadio,
2058
- xs as MRadioGroup,
2059
- Fa as MSelect,
2060
- el as MStatusBadge,
2061
- al as MStatusNotification,
2062
- tl as MTabs,
2063
- sl as MTag,
2064
- ll as MTextArea,
2065
- ol as MTextInput,
2066
- Ls as MToggle,
2067
- il as MToggleGroup,
2068
- nl as MTooltip
2066
+ Q as MLoader,
2067
+ Qs as MLoadingOverlay,
2068
+ Ws as MModal,
2069
+ Sa as MNumberBadge,
2070
+ J as MOverlay,
2071
+ Js as MPagination,
2072
+ Xs as MPasswordInput,
2073
+ Ys as MPincode,
2074
+ el as MQuantitySelector,
2075
+ zt as MRadio,
2076
+ al as MRadioGroup,
2077
+ Na as MSelect,
2078
+ tl as MStatusBadge,
2079
+ sl as MStatusNotification,
2080
+ ll as MTabs,
2081
+ ol as MTag,
2082
+ nl as MTextArea,
2083
+ il as MTextInput,
2084
+ js as MToggle,
2085
+ dl as MToggleGroup,
2086
+ rl as MTooltip
2069
2087
  };
2070
2088
  //# sourceMappingURL=mozaic-vue.js.map