maz-ui 3.19.0 → 3.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/components/MazAvatar.mjs +1 -1
  2. package/components/MazBottomSheet.mjs +1 -1
  3. package/components/MazBtn.mjs +1 -1
  4. package/components/MazCard.mjs +1 -1
  5. package/components/MazCarousel.mjs +1 -1
  6. package/components/MazCheckbox.mjs +1 -1
  7. package/components/MazDialog.mjs +1 -1
  8. package/components/MazDialogPromise.mjs +1 -1
  9. package/components/MazDrawer.mjs +1 -1
  10. package/components/MazFullscreenLoader.d.ts +27 -19
  11. package/components/MazGallery.mjs +1 -1
  12. package/components/MazIcon.mjs +3 -2
  13. package/components/MazInput.mjs +1 -1
  14. package/components/MazInputNumber.mjs +5 -4
  15. package/components/MazInputPrice.mjs +1 -1
  16. package/components/MazInputTags.mjs +1 -1
  17. package/components/MazLazyImg.mjs +1 -1
  18. package/components/MazPhoneNumberInput.mjs +1 -1
  19. package/components/MazPicker/utils.d.ts +1 -4
  20. package/components/MazPicker.mjs +1 -1
  21. package/components/MazRadioButtons.mjs +2 -1
  22. package/components/MazSelect.mjs +1 -1
  23. package/components/MazSlider.mjs +2 -1
  24. package/components/MazStepper.d.ts +1 -1
  25. package/components/MazStepper.mjs +1 -1
  26. package/components/MazSwitch.mjs +2 -1
  27. package/components/MazTabs.mjs +2 -1
  28. package/components/MazTabsBar.mjs +1 -1
  29. package/components/MazTabsContentItem.mjs +1 -1
  30. package/components/MazTextarea.mjs +2 -1
  31. package/components/assets/MazLazyImg.css +1 -1
  32. package/components/assets/MazPickerCalendar.css +1 -1
  33. package/components/chunks/{MazAvatar-68e2d653.mjs → MazAvatar-a65c81e3.mjs} +2 -2
  34. package/components/chunks/{MazBottomSheet-1fd128d5.mjs → MazBottomSheet-b78adb87.mjs} +3 -2
  35. package/components/chunks/{MazBtn-ebaa1574.mjs → MazBtn-000f9f66.mjs} +3 -3
  36. package/components/chunks/{MazBtn-8d0f8eb2.mjs → MazBtn-0d8e3249.mjs} +4 -4
  37. package/components/chunks/{MazBtn-8b76a9b9.mjs → MazBtn-16ab35fe.mjs} +4 -4
  38. package/components/chunks/{MazBtn-7963cdc8.mjs → MazBtn-18894690.mjs} +4 -4
  39. package/components/chunks/{MazBtn-83e85ae7.mjs → MazBtn-21743551.mjs} +4 -4
  40. package/components/chunks/{MazBtn-740fa3f9.mjs → MazBtn-2703c9bd.mjs} +2 -2
  41. package/components/chunks/{MazBtn-113db7ce.mjs → MazBtn-54c47489.mjs} +4 -4
  42. package/components/chunks/{MazBtn-80a95ca3.mjs → MazBtn-57cb16a1.mjs} +4 -4
  43. package/components/chunks/{MazBtn-aed16fa9.mjs → MazBtn-5a37bfef.mjs} +4 -4
  44. package/components/chunks/{MazBtn-9449d9aa.mjs → MazBtn-67e1fe7b.mjs} +4 -4
  45. package/components/chunks/{MazBtn-290141e9.mjs → MazBtn-6e16fbca.mjs} +4 -4
  46. package/components/chunks/{MazBtn-360120f0.mjs → MazBtn-9333e80f.mjs} +4 -4
  47. package/components/chunks/{MazBtn-cd553cc1.mjs → MazBtn-9d312f09.mjs} +4 -4
  48. package/components/chunks/MazBtn-a776eb42.mjs +184 -0
  49. package/components/chunks/{MazBtn-9e23a622.mjs → MazBtn-bf133cbc.mjs} +4 -4
  50. package/components/chunks/{MazCard-f0b1207f.mjs → MazCard-d9369776.mjs} +4 -4
  51. package/components/chunks/{MazCarousel-e6c83219.mjs → MazCarousel-06ca7c0b.mjs} +2 -2
  52. package/components/chunks/{MazDialog-5c53a6d7.mjs → MazDialog-d5f6a7d8.mjs} +1 -1
  53. package/components/chunks/{MazDialogPromise-e0a178ee.mjs → MazDialogPromise-23cb2e40.mjs} +2 -2
  54. package/components/chunks/{MazDrawer-682859a4.mjs → MazDrawer-7d6428cf.mjs} +1 -1
  55. package/components/chunks/{MazGallery-345cb883.mjs → MazGallery-c80e96f6.mjs} +2 -2
  56. package/{modules/chunks/MazIcon-c5f0f47e.mjs → components/chunks/MazIcon-81176bfa.mjs} +4 -3
  57. package/components/chunks/{MazIcon-146f73d3.mjs → MazIcon-bda198b4.mjs} +3 -2
  58. package/components/chunks/{MazInput-c67999b0.mjs → MazInput-129c8695.mjs} +2 -2
  59. package/components/chunks/{MazInput-4775c6de.mjs → MazInput-15f3e149.mjs} +3 -3
  60. package/components/chunks/{MazInput-0424a850.mjs → MazInput-2a43e4a6.mjs} +3 -3
  61. package/components/chunks/{MazInput-4b908386.mjs → MazInput-8e284503.mjs} +2 -2
  62. package/components/chunks/{MazInputPrice-50e3ea5d.mjs → MazInputPrice-e88dec74.mjs} +4 -3
  63. package/components/chunks/{MazInputTags-801c15dc.mjs → MazInputTags-872a6fae.mjs} +5 -4
  64. package/components/chunks/{MazLazyImg-a206909b.mjs → MazLazyImg-51c16f47.mjs} +6 -6
  65. package/components/chunks/{MazLazyImg-13052d11.mjs → MazLazyImg-8d49fa48.mjs} +5 -5
  66. package/components/chunks/{MazPhoneNumberInput-37eb2437.mjs → MazPhoneNumberInput-901c4fa6.mjs} +5 -4
  67. package/components/chunks/{MazPicker-25765233.mjs → MazPicker-6fc29a1c.mjs} +22 -26
  68. package/components/chunks/{MazPickerCalendar-1547bd78.mjs → MazPickerCalendar-6271c78d.mjs} +29 -24
  69. package/components/chunks/{MazPickerHeader-04d6a61f.mjs → MazPickerHeader-4f70f191.mjs} +1 -1
  70. package/components/chunks/{MazPickerMonthSwitcher-791ebc99.mjs → MazPickerMonthSwitcher-674ce015.mjs} +4 -3
  71. package/components/chunks/{MazPickerShortcuts-4bdeae6a.mjs → MazPickerShortcuts-2242854f.mjs} +4 -3
  72. package/components/chunks/{MazPickerTime-0ca05476.mjs → MazPickerTime-bb97786b.mjs} +4 -3
  73. package/components/chunks/{MazPickerYearSwitcher-a338777f.mjs → MazPickerYearSwitcher-47e5444b.mjs} +5 -4
  74. package/components/chunks/{MazSelect-9270ae9c.mjs → MazSelect-1f4d1193.mjs} +6 -5
  75. package/components/chunks/{MazSelect-13d3fe3a.mjs → MazSelect-c5c3f874.mjs} +6 -5
  76. package/components/chunks/MazSpinner-213b3866.mjs +46 -0
  77. package/components/chunks/{MazSpinner-3e5a5ee0.mjs → MazSpinner-232086b5.mjs} +1 -1
  78. package/components/chunks/{MazSpinner-c4d67909.mjs → MazSpinner-25ddb933.mjs} +1 -1
  79. package/components/chunks/{MazSpinner-5be09a6a.mjs → MazSpinner-2cbf1c0a.mjs} +1 -1
  80. package/components/chunks/{MazSpinner-450e5795.mjs → MazSpinner-2fac70be.mjs} +1 -1
  81. package/components/chunks/{MazSpinner-07d6be3a.mjs → MazSpinner-467d514f.mjs} +1 -1
  82. package/components/chunks/MazSpinner-47025e56.mjs +46 -0
  83. package/components/chunks/{MazSpinner-24e65651.mjs → MazSpinner-5368411e.mjs} +1 -1
  84. package/components/chunks/MazSpinner-5fdafc97.mjs +46 -0
  85. package/components/chunks/{MazSpinner-bfd1f135.mjs → MazSpinner-6025406b.mjs} +1 -1
  86. package/components/chunks/{MazSpinner-33f756c4.mjs → MazSpinner-6c664898.mjs} +1 -1
  87. package/components/chunks/MazSpinner-819a5b00.mjs +46 -0
  88. package/components/chunks/{MazSpinner-50959d38.mjs → MazSpinner-984d259a.mjs} +1 -1
  89. package/components/chunks/MazSpinner-a74389bd.mjs +46 -0
  90. package/components/chunks/{MazSpinner-ac676f71.mjs → MazSpinner-bed2bced.mjs} +1 -1
  91. package/components/chunks/{MazSpinner-5baeb3f0.mjs → MazSpinner-d6625983.mjs} +1 -1
  92. package/components/chunks/{MazStepper-d61114a7.mjs → MazStepper-293b4be5.mjs} +4 -3
  93. package/components/chunks/{MazTabsBar-6f1ed175.mjs → MazTabsBar-6dffbdde.mjs} +2 -2
  94. package/components/chunks/{MazTransitionExpand-e408307c.mjs → MazTransitionExpand-648e21e0.mjs} +1 -1
  95. package/components/chunks/{MazTransitionExpand-bf4cb245.mjs → MazTransitionExpand-f3018af6.mjs} +1 -1
  96. package/modules/chunks/{MazBtn-c57ccb54.mjs → MazBtn-f4c8698d.mjs} +4 -4
  97. package/{components/chunks/MazIcon-00892ac4.mjs → modules/chunks/MazIcon-2c79b9d8.mjs} +4 -3
  98. package/modules/chunks/{MazSpinner-bb0e791a.mjs → MazSpinner-331f6dc8.mjs} +1 -1
  99. package/modules/chunks/{index-7220b7e8.mjs → index-1c3e48da.mjs} +58 -31
  100. package/modules/index.mjs +1 -1
  101. package/nuxt/index.json +1 -1
  102. package/package.json +7 -7
  103. package/types/components/MazFullscreenLoader.vue.d.ts +27 -19
  104. package/types/components/MazPicker/utils.d.ts +1 -4
  105. package/types/components/MazStepper.vue.d.ts +1 -1
  106. package/types/modules/composables/use-theme-handler.d.ts +6 -3
  107. package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +54 -88
  108. package/components/chunks/MazBtn-a2eeb3f8.mjs +0 -184
  109. package/components/chunks/MazSpinner-559fb831.mjs +0 -46
  110. package/components/chunks/MazSpinner-7e5fb76c.mjs +0 -46
  111. package/components/chunks/MazSpinner-d5f2c266.mjs +0 -46
  112. package/components/chunks/MazSpinner-e4d7bbe9.mjs +0 -46
  113. package/components/chunks/MazSpinner-f40ee2c7.mjs +0 -46
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazAvatar-68e2d653.mjs";
1
+ import { M } from "./chunks/MazAvatar-a65c81e3.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazBottomSheet-1fd128d5.mjs";
1
+ import { M } from "./chunks/MazBottomSheet-b78adb87.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazBtn-ebaa1574.mjs";
1
+ import { M } from "./chunks/MazBtn-000f9f66.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazCard-f0b1207f.mjs";
1
+ import { M } from "./chunks/MazCard-d9369776.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazCarousel-e6c83219.mjs";
1
+ import { M } from "./chunks/MazCarousel-06ca7c0b.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -22,8 +22,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  },
23
23
  emits: ["update:model-value"],
24
24
  setup(__props) {
25
- const props = __props;
26
25
  const instance = getCurrentInstance();
26
+ const props = __props;
27
27
  const instanceId = useInstanceUniqId({
28
28
  componentName: "MazCheckbox",
29
29
  instance,
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazDialog-5c53a6d7.mjs";
1
+ import { M } from "./chunks/MazDialog-d5f6a7d8.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { a, u } from "./chunks/MazDialogPromise-e0a178ee.mjs";
1
+ import { a, u } from "./chunks/MazDialogPromise-23cb2e40.mjs";
2
2
  export {
3
3
  a as default,
4
4
  u as useMazDialogPromise
@@ -1,4 +1,4 @@
1
- import { a } from "./chunks/MazDrawer-682859a4.mjs";
1
+ import { a } from "./chunks/MazDrawer-7d6428cf.mjs";
2
2
  export {
3
3
  a as default
4
4
  };
@@ -1,29 +1,37 @@
1
1
  import type { Color } from './types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
- size: {
4
- type: import("vue").PropType<string>;
5
- default: string;
6
- };
7
- color: {
8
- type: import("vue").PropType<Color>;
9
- default: string;
10
- };
11
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
- size: {
13
- type: import("vue").PropType<string>;
14
- default: string;
15
- };
16
- color: {
17
- type: import("vue").PropType<Color>;
18
- default: string;
19
- };
20
- }>>, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ color?: Color | undefined;
4
+ size?: string | undefined;
5
+ }>, {
6
+ color: string;
7
+ size: string;
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ color?: Color | undefined;
10
+ size?: string | undefined;
11
+ }>, {
12
+ color: string;
13
+ size: string;
14
+ }>>>, {
21
15
  size: string;
22
16
  color: Color;
23
17
  }, {}>, {
24
18
  default?(_: {}): any;
25
19
  }>;
26
20
  export default _default;
21
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
+ type __VLS_TypePropsToRuntimeProps<T> = {
23
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
24
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
+ } : {
26
+ type: import('vue').PropType<T[K]>;
27
+ required: true;
28
+ };
29
+ };
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
27
35
  type __VLS_WithTemplateSlots<T, S> = T & {
28
36
  new (): {
29
37
  $slots: S;
@@ -669,8 +669,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
669
669
  scale: { type: Boolean, default: true }
670
670
  },
671
671
  setup(__props) {
672
- const props = __props;
673
672
  const NoPhotographyIcon = defineAsyncComponent(() => import("./chunks/no-photography-bc9a1f6a.mjs"));
673
+ const props = __props;
674
674
  onBeforeMount(() => {
675
675
  if (props.imagesShownCount > 5)
676
676
  console.warn('[MazUI](m-gallery) The maximum of "images-shown-count" is 5');
@@ -21,8 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  }
22
22
  },
23
23
  emits: ["loaded", "unloaded", "error"],
24
- setup(__props, { emit: emits }) {
25
- const props = __props;
24
+ setup(__props, { emit: __emit }) {
26
25
  const cache = {};
27
26
  const svgElSource = ref();
28
27
  const svgElem = ref();
@@ -33,6 +32,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
32
  return void 0;
34
33
  }
35
34
  };
35
+ const props = __props;
36
+ const emits = __emit;
36
37
  const iconPath = computed(() => props.path ?? getMazIconPath());
37
38
  const fullSrc = computed(() => {
38
39
  if (props.src) {
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazInput-4b908386.mjs";
1
+ import { M } from "./chunks/MazInput-8e284503.mjs";
2
2
  import "vue";
3
3
  export {
4
4
  M as default
@@ -17,12 +17,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  }
18
18
  },
19
19
  emits: ["update:model-value"],
20
- setup(__props, { emit: emits }) {
21
- const props = __props;
22
- const MazBtn = defineAsyncComponent(() => import("./chunks/MazBtn-740fa3f9.mjs"));
23
- const MazInput = defineAsyncComponent(() => import("./chunks/MazInput-c67999b0.mjs"));
20
+ setup(__props, { emit: __emit }) {
21
+ const MazBtn = defineAsyncComponent(() => import("./chunks/MazBtn-2703c9bd.mjs"));
22
+ const MazInput = defineAsyncComponent(() => import("./chunks/MazInput-129c8695.mjs"));
24
23
  const PlusIcon = defineAsyncComponent(() => import("./chunks/plus-9ca3cdd9.mjs"));
25
24
  const MinusIcon = defineAsyncComponent(() => import("./chunks/minus-a1cc422e.mjs"));
25
+ const props = __props;
26
+ const emits = __emit;
26
27
  const currentValue = computed({
27
28
  get: () => props.modelValue,
28
29
  set: (value) => emitValue(value)
@@ -1,4 +1,4 @@
1
- import { a } from "./chunks/MazInputPrice-50e3ea5d.mjs";
1
+ import { a } from "./chunks/MazInputPrice-e88dec74.mjs";
2
2
  export {
3
3
  a as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazInputTags-801c15dc.mjs";
1
+ import { M } from "./chunks/MazInputTags-872a6fae.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazLazyImg-13052d11.mjs";
1
+ import { M } from "./chunks/MazLazyImg-8d49fa48.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazPhoneNumberInput-37eb2437.mjs";
1
+ import { M } from "./chunks/MazPhoneNumberInput-901c4fa6.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -12,10 +12,7 @@ export declare function getRangeFormattedDate({ value, locale, options, }: {
12
12
  options: Intl.DateTimeFormatOptions;
13
13
  }): string | undefined;
14
14
  export declare function getFirstDayOfMonth(value: ConfigType): number;
15
- export declare function getWeekDays(locale: string, offset?: number): {
16
- label: string;
17
- dayNumber: number;
18
- }[];
15
+ export declare function getDaysOfWeek(locale: string, firstDayOfWeek: number): string[];
19
16
  export declare function getDaysInMonth(date: ConfigType): number;
20
17
  export declare function isToday(date: ConfigType): boolean;
21
18
  export declare function isSameDate(date: ConfigType, date2: ConfigType, unit: OpUnitType): boolean;
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazPicker-25765233.mjs";
1
+ import { M } from "./chunks/MazPicker-6fc29a1c.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -19,8 +19,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  orientation: { type: String, default: "row" }
20
20
  },
21
21
  emits: ["update:model-value", "change"],
22
- setup(__props, { emit: emits }) {
22
+ setup(__props, { emit: __emit }) {
23
23
  const props = __props;
24
+ const emits = __emit;
24
25
  const selectOption = (option) => {
25
26
  emits("update:model-value", option.value);
26
27
  };
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazSelect-9270ae9c.mjs";
1
+ import { M } from "./chunks/MazSelect-1f4d1193.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -75,8 +75,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
75
75
  noCursorAnim: { type: Boolean, default: false }
76
76
  },
77
77
  emits: ["update:model-value"],
78
- setup(__props, { emit: emits }) {
78
+ setup(__props, { emit: __emit }) {
79
79
  const props = __props;
80
+ const emits = __emit;
80
81
  const MazSlider2 = ref();
81
82
  const activeCursor = ref();
82
83
  const buttonPositions = ref();
@@ -99,7 +99,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
99
99
  allStepsOpened: boolean;
100
100
  allStepsValidated: boolean;
101
101
  canCloseSteps: boolean;
102
- }, {}>, Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {}) => any>> & Partial<Record<string, (_: {
102
+ }, {}>, Partial<Record<`title-${number}`, (_: {}) => any>> & Partial<Record<`subtitle-${number}`, (_: {}) => any>> & Partial<Record<`title-info-${number}`, (_: {}) => any>> & Partial<Record<`content-${number}`, (_: {
103
103
  validated: boolean;
104
104
  error: boolean | undefined;
105
105
  warning: boolean | undefined;
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazStepper-d61114a7.mjs";
1
+ import { M } from "./chunks/MazStepper-293b4be5.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -12,8 +12,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  color: { type: String, default: "primary" }
13
13
  },
14
14
  emits: ["update:model-value"],
15
- setup(__props, { emit: emits }) {
15
+ setup(__props, { emit: __emit }) {
16
16
  const props = __props;
17
+ const emits = __emit;
17
18
  const uniqueId = computed(() => {
18
19
  var _a;
19
20
  return props.id ?? `mazSwitch-${(_a = getCurrentInstance()) == null ? void 0 : _a.uid}`;
@@ -6,8 +6,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  modelValue: { type: Number, default: void 0 }
7
7
  },
8
8
  emits: ["update:model-value"],
9
- setup(__props, { emit: emits }) {
9
+ setup(__props, { emit: __emit }) {
10
10
  const props = __props;
11
+ const emits = __emit;
11
12
  const localValue = ref(1);
12
13
  const currentTab = computed({
13
14
  get: () => props.modelValue ?? localValue.value,
@@ -1,4 +1,4 @@
1
- import { M } from "./chunks/MazTabsBar-6f1ed175.mjs";
1
+ import { M } from "./chunks/MazTabsBar-6dffbdde.mjs";
2
2
  export {
3
3
  M as default
4
4
  };
@@ -13,9 +13,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  tab: { type: Number, required: true }
14
14
  },
15
15
  setup(__props) {
16
- const props = __props;
17
16
  const transitionName = ref("maz-tab-transition");
18
17
  const MazTabsContentItem2 = ref();
18
+ const props = __props;
19
19
  const { currentTab } = injectStrict("maz-tabs");
20
20
  watch(
21
21
  () => currentTab.value,
@@ -89,9 +89,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
89
89
  }
90
90
  },
91
91
  emits: ["input", "focus", "blur", "change"],
92
- setup(__props, { emit: emits }) {
92
+ setup(__props, { emit: __emit }) {
93
93
  const props = __props;
94
94
  const classes = computed(() => props.class);
95
+ const emits = __emit;
95
96
  const instance = getCurrentInstance();
96
97
  let textareaAutogrow;
97
98
  const instanceId = useInstanceUniqId({
@@ -1 +1 @@
1
- .m-lazy-img-component[data-v-8de682eb]{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:var(--maz-color-bg-lighter);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-lazy-img-component-loader[data-v-8de682eb]{position:absolute;top:0;right:0;bottom:0;left:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-lazy-img-component:not(.m-lazy-error,.m-lazy-no-photo) img[data-v-8de682eb]{height:100%;width:100%}.m-lazy-img-component.--height-full img[data-v-8de682eb]{max-height:100%!important;width:-webkit-min-content!important;width:-moz-min-content!important;width:min-content!important;max-width:-webkit-min-content!important;max-width:-moz-min-content!important;max-width:min-content!important}.m-lazy-img-component.m-lazy-loading .m-lazy-img-component-loader[data-v-8de682eb]{display:-webkit-box;display:-ms-flexbox;display:flex}
1
+ .m-lazy-img-component[data-v-d4086686]{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:var(--maz-color-bg-lighter);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-lazy-img-component-loader[data-v-d4086686]{position:absolute;top:0;right:0;bottom:0;left:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.m-lazy-img-component:not(.m-lazy-error,.m-lazy-no-photo) img[data-v-d4086686]{height:100%;width:100%}.m-lazy-img-component.--height-full img[data-v-d4086686]{max-height:100%!important;width:-webkit-min-content!important;width:-moz-min-content!important;width:min-content!important;max-width:-webkit-min-content!important;max-width:-moz-min-content!important;max-width:min-content!important}.m-lazy-img-component.m-lazy-loading .m-lazy-img-component-loader[data-v-d4086686]{display:-webkit-box;display:-ms-flexbox;display:flex}
@@ -1 +1 @@
1
- .m-picker-calendar-switcher[data-v-d8857bed]{display:-webkit-box;display:-ms-flexbox;display:flex}.m-picker-calendar-switcher[data-v-d8857bed]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.m-picker-calendar-switcher[data-v-d8857bed]{border-bottom-width:var(--maz-border-width);border-color:var(--maz-color-bg-lighter);padding:.25rem .5rem}.m-picker-calendar-switcher__date[data-v-d8857bed]{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.maz-picker-calendar-grid[data-v-5167bf42]{position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.maz-picker-calendar-grid__container[data-v-5167bf42]{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.25rem}.maz-picker-calendar-grid__container.--is-range[data-v-5167bf42]{gap:0px;row-gap:.25rem}.maz-picker-calendar-grid__container button[data-v-5167bf42]{height:2rem;cursor:pointer;padding:.25rem!important}.maz-picker-calendar-grid__container button.--is-today[data-v-5167bf42]:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--maz-color-bg-light)!important}.maz-picker-calendar-grid__container button[data-v-5167bf42]:hover:not(.--is-selected,.--is-between,.--is-between-hoverred),.maz-picker-calendar-grid__container button[data-v-5167bf42]:focus:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--8a026648)!important}.maz-picker-calendar-grid__container button.--is-first[data-v-5167bf42]:not(.--is-last){border-top-right-radius:0!important;border-bottom-right-radius:0!important}.maz-picker-calendar-grid__container button.--is-last[data-v-5167bf42]:not(.--is-first){border-top-left-radius:0!important;border-bottom-left-radius:0!important}.maz-picker-calendar-grid__container button.--is-between-hoverred[data-v-5167bf42]:not(.--is-last){border-radius:0!important}.maz-picker-calendar-grid__container button.--is-between-hoverred[data-v-5167bf42]{background-color:var(--35de6aee)!important}.maz-picker-calendar-grid__container button.--is-between[data-v-5167bf42]{border-radius:0!important;background-color:var(--37d10850)!important}.maz-picker-calendar-grid__container button.--is-between.--white[data-v-5167bf42],.maz-picker-calendar-grid__container button.--is-between.--transparent[data-v-5167bf42]{--tw-bg-opacity: 1 !important;background-color:rgb(156 163 175 / var(--tw-bg-opacity))!important}.maz-picker-calendar-grid__container button.--is-between.--black[data-v-5167bf42]{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity))!important}.maz-picker-calendar-grid__container button span[data-v-5167bf42]{font-size:.875rem;line-height:1.25rem}.maz-picker-calendar-grid__container button[data-v-5167bf42]:disabled{cursor:not-allowed}html.dark .maz-picker-calendar-grid button.--is-today[data-v-5167bf42]:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--maz-color-bg-lighter)!important}.maz-slidenext-leave-active[data-v-5167bf42],.maz-slidenext-enter-active[data-v-5167bf42],.maz-slideprev-leave-active[data-v-5167bf42],.maz-slideprev-enter-active[data-v-5167bf42]{position:absolute;left:0;right:0;top:0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.maz-slideprev-leave-to[data-v-5167bf42],.maz-slidenext-enter-from[data-v-5167bf42]{-webkit-transform:translateX(100%);transform:translate(100%)}.maz-slidenext-leave-to[data-v-5167bf42],.maz-slideprev-enter-from[data-v-5167bf42]{-webkit-transform:translateX(-100%);transform:translate(-100%)}.maz-picker-calendar-days[data-v-30710867]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.25rem;text-align:center}.maz-picker-calendar-days span[data-v-30710867]{font-size:.75rem;line-height:1rem;color:var(--maz-color-muted)}.maz-picker-calendar-month[data-v-ee77762c]{width:100%;overflow:hidden;padding-top:.5rem;padding-bottom:.5rem}.maz-picker-calendar-month.--has-padding[data-v-ee77762c]{padding-left:.5rem;padding-right:.5rem}.maz-picker-calendar-month__days[data-v-ee77762c]{padding-bottom:.5rem}.maz-picker-calendar[data-v-2c7a4b3f]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.maz-picker-calendar__main[data-v-2c7a4b3f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:16rem}.maz-picker-calendar__main.--has-double[data-v-2c7a4b3f]{width:30rem}.maz-picker-calendar__main.--has-double .maz-picker-calendar__months>*[data-v-2c7a4b3f]:first-child{border-right-width:var(--maz-border-width);border-color:var(--maz-color-bg-lighter)}.maz-picker-calendar__months[data-v-2c7a4b3f]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.maz-picker-slide-enter-active[data-v-2c7a4b3f],.maz-picker-slide-leave-active[data-v-2c7a4b3f]{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0)}.maz-picker-slide-enter-from[data-v-2c7a4b3f],.maz-picker-slide-leave-to[data-v-2c7a4b3f]{-webkit-transform:translateY(100%);transform:translateY(100%)}
1
+ .m-picker-calendar-switcher[data-v-d8857bed]{display:-webkit-box;display:-ms-flexbox;display:flex}.m-picker-calendar-switcher[data-v-d8857bed]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.m-picker-calendar-switcher[data-v-d8857bed]{border-bottom-width:var(--maz-border-width);border-color:var(--maz-color-bg-lighter);padding:.25rem .5rem}.m-picker-calendar-switcher__date[data-v-d8857bed]{-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.maz-picker-calendar-grid[data-v-49c6a0ff]{position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.maz-picker-calendar-grid__container[data-v-49c6a0ff]{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.25rem}.maz-picker-calendar-grid__container.--is-range[data-v-49c6a0ff]{gap:0px;row-gap:.25rem}.maz-picker-calendar-grid__container button[data-v-49c6a0ff]{height:2rem;cursor:pointer;padding:.25rem!important}.maz-picker-calendar-grid__container button.--is-today[data-v-49c6a0ff]:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--maz-color-bg-light)!important}.maz-picker-calendar-grid__container button[data-v-49c6a0ff]:hover:not(.--is-selected,.--is-between,.--is-between-hoverred),.maz-picker-calendar-grid__container button[data-v-49c6a0ff]:focus:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--5629e3a4)!important}.maz-picker-calendar-grid__container button.--is-first[data-v-49c6a0ff]:not(.--is-last){border-top-right-radius:0!important;border-bottom-right-radius:0!important}.maz-picker-calendar-grid__container button.--is-last[data-v-49c6a0ff]:not(.--is-first){border-top-left-radius:0!important;border-bottom-left-radius:0!important}.maz-picker-calendar-grid__container button.--is-between-hoverred[data-v-49c6a0ff]:not(.--is-last){border-radius:0!important}.maz-picker-calendar-grid__container button.--is-between-hoverred[data-v-49c6a0ff]{background-color:var(--4619a326)!important}.maz-picker-calendar-grid__container button.--is-between[data-v-49c6a0ff]{border-radius:0!important;background-color:var(--96dce5d0)!important}.maz-picker-calendar-grid__container button.--is-between.--white[data-v-49c6a0ff],.maz-picker-calendar-grid__container button.--is-between.--transparent[data-v-49c6a0ff]{--tw-bg-opacity: 1 !important;background-color:rgb(156 163 175 / var(--tw-bg-opacity))!important}.maz-picker-calendar-grid__container button.--is-between.--black[data-v-49c6a0ff]{--tw-bg-opacity: 1 !important;background-color:rgb(31 41 55 / var(--tw-bg-opacity))!important}.maz-picker-calendar-grid__container button span[data-v-49c6a0ff]{font-size:.875rem;line-height:1.25rem}.maz-picker-calendar-grid__container button[data-v-49c6a0ff]:disabled{cursor:not-allowed}html.dark .maz-picker-calendar-grid button.--is-today[data-v-49c6a0ff]:not(.--is-selected,.--is-between,.--is-between-hoverred){background-color:var(--maz-color-bg-lighter)!important}.maz-slidenext-leave-active[data-v-49c6a0ff],.maz-slidenext-enter-active[data-v-49c6a0ff],.maz-slideprev-leave-active[data-v-49c6a0ff],.maz-slideprev-enter-active[data-v-49c6a0ff]{position:absolute;left:0;right:0;top:0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.maz-slideprev-leave-to[data-v-49c6a0ff],.maz-slidenext-enter-from[data-v-49c6a0ff]{-webkit-transform:translateX(100%);transform:translate(100%)}.maz-slidenext-leave-to[data-v-49c6a0ff],.maz-slideprev-enter-from[data-v-49c6a0ff]{-webkit-transform:translateX(-100%);transform:translate(-100%)}.maz-picker-calendar-days[data-v-a7b7f610]{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:.25rem;text-align:center}.maz-picker-calendar-days span[data-v-a7b7f610]{font-size:.75rem;line-height:1rem;color:var(--maz-color-muted)}.maz-picker-calendar-month[data-v-19c30331]{width:100%;overflow:hidden;padding-top:.5rem;padding-bottom:.5rem}.maz-picker-calendar-month.--has-padding[data-v-19c30331]{padding-left:.5rem;padding-right:.5rem}.maz-picker-calendar-month__days[data-v-19c30331]{padding-bottom:.5rem}.maz-picker-calendar[data-v-dd9f0175]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.maz-picker-calendar__main[data-v-dd9f0175]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:16rem}.maz-picker-calendar__main.--has-double[data-v-dd9f0175]{width:30rem}.maz-picker-calendar__main.--has-double .maz-picker-calendar__months>*[data-v-dd9f0175]:first-child{border-right-width:var(--maz-border-width);border-color:var(--maz-color-bg-lighter)}.maz-picker-calendar__months[data-v-dd9f0175]{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.maz-picker-slide-enter-active[data-v-dd9f0175],.maz-picker-slide-leave-active[data-v-dd9f0175]{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0)}.maz-picker-slide-enter-from[data-v-dd9f0175],.maz-picker-slide-leave-to[data-v-dd9f0175]{-webkit-transform:translateY(100%);transform:translateY(100%)}
@@ -36,9 +36,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  },
37
37
  emits: ["click"],
38
38
  setup(__props) {
39
- const props = __props;
40
- const MazLazyImg = defineAsyncComponent(() => import("./MazLazyImg-a206909b.mjs"));
39
+ const MazLazyImg = defineAsyncComponent(() => import("./MazLazyImg-51c16f47.mjs"));
41
40
  const PencilIcon = defineAsyncComponent(() => import("./pencil-6f15596d.mjs"));
41
+ const props = __props;
42
42
  const componentType = computed(() => props.to ? "RouterLink" : props.href ? "a" : "div");
43
43
  const isLink = computed(() => !!props.to || !!props.href);
44
44
  return (_ctx, _cache) => {
@@ -205,8 +205,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
205
205
  noPadding: { type: Boolean, default: false }
206
206
  },
207
207
  emits: ["update:model-value", "open", "close"],
208
- setup(__props, { emit: emits }) {
209
- const MazBtn = defineAsyncComponent(() => import("./MazBtn-83e85ae7.mjs"));
208
+ setup(__props, { emit: __emit }) {
209
+ const MazBtn = defineAsyncComponent(() => import("./MazBtn-21743551.mjs"));
210
+ const emits = __emit;
210
211
  return (_ctx, _cache) => {
211
212
  return openBlock(), createBlock(
212
213
  MazBackdrop,
@@ -45,11 +45,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
45
  noElevation: { type: Boolean, default: false }
46
46
  },
47
47
  setup(__props) {
48
- const props = __props;
49
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-50959d38.mjs"));
50
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
48
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-984d259a.mjs"));
49
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
51
50
  const { href, to } = useAttrs();
52
51
  const slots = useSlots();
52
+ const props = __props;
53
53
  onBeforeMount(() => {
54
54
  if (props.icon && !props.fab) {
55
55
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazPhoneNumberInput-37eb2437.mjs";
3
+ import { _ as _export_sfc } from "./MazPhoneNumberInput-901c4fa6.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-bfd1f135.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-6025406b.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazDrawer-682859a4.mjs";
3
+ import { _ as _export_sfc } from "./MazSelect-1f4d1193.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-07d6be3a.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-5fdafc97.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazInputTags-801c15dc.mjs";
3
+ import { _ as _export_sfc } from "./MazInputTags-872a6fae.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-450e5795.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-2fac70be.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazBottomSheet-1fd128d5.mjs";
3
+ import { _ as _export_sfc } from "./MazBottomSheet-b78adb87.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-ac676f71.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-bed2bced.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
49
  const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-53979e96.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazCarousel-e6c83219.mjs";
3
+ import { _ as _export_sfc } from "./MazCarousel-06ca7c0b.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-f40ee2c7.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-a74389bd.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazPicker-25765233.mjs";
3
+ import { _ as _export_sfc } from "./MazDialog-d5f6a7d8.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-e4d7bbe9.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-467d514f.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');
@@ -1,6 +1,6 @@
1
1
  import "../assets/MazBtn.css";
2
2
  import { defineComponent, defineAsyncComponent, useAttrs, useSlots, onBeforeMount, computed, openBlock, createBlock, resolveDynamicComponent, mergeProps, withCtx, createElementBlock, normalizeClass, renderSlot, unref, createCommentVNode, createElementVNode } from "vue";
3
- import { _ as _export_sfc } from "./MazInputPrice-50e3ea5d.mjs";
3
+ import { _ as _export_sfc } from "./MazInputPrice-e88dec74.mjs";
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "MazBtn",
6
6
  props: {
@@ -46,11 +46,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
46
  noElevation: { type: Boolean, default: false }
47
47
  },
48
48
  setup(__props) {
49
- const props = __props;
50
- const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-33f756c4.mjs"));
51
- const MazIcon = defineAsyncComponent(() => import("./MazIcon-146f73d3.mjs"));
49
+ const MazSpinner = defineAsyncComponent(() => import("./MazSpinner-6c664898.mjs"));
50
+ const MazIcon = defineAsyncComponent(() => import("./MazIcon-bda198b4.mjs"));
52
51
  const { href, to } = useAttrs();
53
52
  const slots = useSlots();
53
+ const props = __props;
54
54
  onBeforeMount(() => {
55
55
  if (props.icon && !props.fab) {
56
56
  console.error('[maz-ui](MazBtn) the prop "icon" must be used only with "fab" props');