maz-ui 3.8.0 → 3.10.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.
Files changed (151) hide show
  1. package/components/MazAvatar.mjs +23 -185
  2. package/components/MazAvatar.umd.js +2 -2
  3. package/components/MazBackdrop.mjs +1 -1
  4. package/components/MazBackdrop.umd.js +1 -1
  5. package/components/MazBadge.mjs +3 -3
  6. package/components/MazBadge.umd.js +2 -2
  7. package/components/MazBottomSheet.mjs +60 -33
  8. package/components/MazBottomSheet.umd.js +2 -2
  9. package/components/MazBtn.mjs +25 -20
  10. package/components/MazBtn.umd.js +2 -2
  11. package/components/MazCard.mjs +312 -301
  12. package/components/MazCard.umd.js +2 -2
  13. package/components/MazCarousel.mjs +93 -38
  14. package/components/MazCarousel.umd.js +2 -2
  15. package/components/MazChart.mjs +79 -120
  16. package/components/MazChart.umd.js +1 -2
  17. package/components/MazCheckbox.mjs +3 -3
  18. package/components/MazCheckbox.umd.js +2 -2
  19. package/components/MazDialog.mjs +61 -34
  20. package/components/MazDialog.umd.js +2 -2
  21. package/components/MazDialogPromise.mjs +75 -58
  22. package/components/MazDialogPromise.umd.js +2 -2
  23. package/components/MazDrawer.mjs +57 -30
  24. package/components/MazDrawer.umd.js +2 -2
  25. package/components/MazDropzone.mjs +4 -4
  26. package/components/MazDropzone.umd.js +2 -2
  27. package/components/MazGallery.mjs +114 -292
  28. package/components/MazGallery.umd.js +2 -2
  29. package/components/MazIcon.mjs +7 -2
  30. package/components/MazIcon.umd.js +2 -2
  31. package/components/MazInput.mjs +46 -40
  32. package/components/MazInput.umd.js +2 -2
  33. package/components/MazInputNumber.mjs +175 -125
  34. package/components/MazInputNumber.umd.js +2 -2
  35. package/components/MazInputPrice.mjs +97 -91
  36. package/components/MazInputPrice.umd.js +2 -2
  37. package/components/MazInputTags.mjs +135 -107
  38. package/components/MazInputTags.umd.js +2 -2
  39. package/components/MazLazyImg.mjs +10 -9
  40. package/components/MazLazyImg.umd.js +2 -2
  41. package/components/MazPhoneNumberInput.mjs +165 -90
  42. package/components/MazPhoneNumberInput.umd.js +2 -2
  43. package/components/MazPicker.mjs +349 -261
  44. package/components/MazPicker.umd.js +2 -2
  45. package/components/MazRadioButtons.mjs +3 -3
  46. package/components/MazRadioButtons.umd.js +2 -2
  47. package/components/MazSelect.mjs +155 -80
  48. package/components/MazSelect.umd.js +2 -2
  49. package/components/MazSlider.mjs +6 -6
  50. package/components/MazSlider.umd.js +2 -2
  51. package/components/MazSpinner.mjs +4 -4
  52. package/components/MazSpinner.umd.js +2 -2
  53. package/components/MazStepper.mjs +16 -11
  54. package/components/MazStepper.umd.js +2 -2
  55. package/components/MazSwitch.mjs +6 -6
  56. package/components/MazSwitch.umd.js +2 -2
  57. package/components/MazTabsBar.mjs +29 -24
  58. package/components/MazTabsBar.umd.js +2 -2
  59. package/components/MazTabsContent.mjs +7 -2
  60. package/components/MazTabsContent.umd.js +2 -2
  61. package/components/MazTabsContentItem.mjs +5 -6
  62. package/components/MazTabsContentItem.umd.js +2 -2
  63. package/components/MazTextarea.mjs +26 -17
  64. package/components/MazTextarea.umd.js +2 -2
  65. package/components/MazTransitionExpand.mjs +3 -3
  66. package/components/MazTransitionExpand.umd.js +2 -2
  67. package/components/assets/check-ac2fdfbb.mjs +31 -0
  68. package/components/assets/eye-ac35bb54.mjs +44 -0
  69. package/components/assets/eye-off-4a5fd13d.mjs +31 -0
  70. package/components/assets/no-photography-7a1e4d68.mjs +36 -0
  71. package/components/assets/pencil-c1aa23f9.mjs +31 -0
  72. package/modules/assets/no-photography-7a1e4d68.mjs +36 -0
  73. package/modules/{maz-ui.mjs → index.mjs} +131 -191
  74. package/modules/index.umd.js +2 -0
  75. package/nuxt/index.ts +130 -0
  76. package/nuxt/runtime/composables/use-toast.ts +8 -0
  77. package/nuxt/runtime/plugins/toaster.ts +26 -0
  78. package/package.json +94 -65
  79. package/tailwindcss/{tailwind.config.js → tailwind.config.ts} +13 -9
  80. package/tailwindcss/tailwind.css +4 -0
  81. package/tailwindcss/utils/colors.ts +20 -0
  82. package/tailwindcss/variables/{breakpoints.js → breakpoints.ts} +1 -1
  83. package/tailwindcss/variables/colors.ts +44 -0
  84. package/tailwindcss/variables/{utilities.js → utilities.ts} +1 -1
  85. package/tailwindcss/variables/{z-indexes.js → z-indexes.ts} +1 -1
  86. package/components/MazAvatar.d.ts +0 -156
  87. package/components/MazBackdrop.d.ts +0 -91
  88. package/components/MazBadge.d.ts +0 -73
  89. package/components/MazBottomSheet.d.ts +0 -36
  90. package/components/MazBtn.d.ts +0 -178
  91. package/components/MazCard.d.ts +0 -194
  92. package/components/MazCarousel.d.ts +0 -24
  93. package/components/MazChart/includes.d.ts +0 -11
  94. package/components/MazChart.d.ts +0 -83
  95. package/components/MazCheckbox.d.ts +0 -54
  96. package/components/MazDialog.d.ts +0 -91
  97. package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +0 -30
  98. package/components/MazDialogPromise.d.ts +0 -72
  99. package/components/MazDrawer.d.ts +0 -69
  100. package/components/MazDropzone.d.ts +0 -128
  101. package/components/MazGallery.d.ts +0 -144
  102. package/components/MazIcon.d.ts +0 -64
  103. package/components/MazInput.d.ts +0 -276
  104. package/components/MazInputNumber.d.ts +0 -65
  105. package/components/MazInputPrice.d.ts +0 -69
  106. package/components/MazInputTags.d.ts +0 -94
  107. package/components/MazLazyImg.d.ts +0 -77
  108. package/components/MazPhoneNumberInput/constantes/locales.d.ts +0 -12
  109. package/components/MazPhoneNumberInput/types.d.ts +0 -21
  110. package/components/MazPhoneNumberInput/utils/countries-name-list-by-iso-code.d.ts +0 -2
  111. package/components/MazPhoneNumberInput/utils/index.d.ts +0 -12
  112. package/components/MazPhoneNumberInput.d.ts +0 -253
  113. package/components/MazPicker/MazPickerCalendar.vue.d.ts +0 -135
  114. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +0 -20
  115. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +0 -112
  116. package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +0 -122
  117. package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +0 -36
  118. package/components/MazPicker/MazPickerContainer.vue.d.ts +0 -210
  119. package/components/MazPicker/MazPickerFooter.vue.d.ts +0 -16
  120. package/components/MazPicker/MazPickerHeader.vue.d.ts +0 -82
  121. package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +0 -41
  122. package/components/MazPicker/MazPickerShortcuts.vue.d.ts +0 -60
  123. package/components/MazPicker/MazPickerTime.vue.d.ts +0 -127
  124. package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +0 -33
  125. package/components/MazPicker/types.d.ts +0 -15
  126. package/components/MazPicker/utils.d.ts +0 -54
  127. package/components/MazPicker.d.ts +0 -311
  128. package/components/MazRadioButtons.d.ts +0 -77
  129. package/components/MazSelect.d.ts +0 -186
  130. package/components/MazSlider/utils.d.ts +0 -15
  131. package/components/MazSlider.d.ts +0 -94
  132. package/components/MazSpinner.d.ts +0 -28
  133. package/components/MazStepper.d.ts +0 -114
  134. package/components/MazSwitch.d.ts +0 -54
  135. package/components/MazTabsBar.d.ts +0 -47
  136. package/components/MazTabsContent.d.ts +0 -21
  137. package/components/MazTabsContentItem.d.ts +0 -19
  138. package/components/MazTextarea/textarea-autogrow.d.ts +0 -9
  139. package/components/MazTextarea.d.ts +0 -123
  140. package/components/MazTransitionExpand.d.ts +0 -9
  141. package/components/assets/no-photography-584c6185.mjs +0 -4
  142. package/components/index.d.ts +0 -33
  143. package/components/index.mjs +0 -35
  144. package/components/types.d.ts +0 -17
  145. package/css/aos.css +0 -1
  146. package/css/main.css +0 -1
  147. package/maz-ui.d.ts +0 -313
  148. package/modules/assets/no-photography-584c6185.mjs +0 -4
  149. package/modules/maz-ui.umd.js +0 -2
  150. package/tailwindcss/utils/colors.js +0 -26
  151. package/tailwindcss/variables/colors.js +0 -44
@@ -1,186 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import type { Color, ModelValueSimple, Position, Size } from './types';
3
- export type MazSelectOption = Record<string, ModelValueSimple>;
4
- export type { Color, Size, ModelValueSimple, Position } from './types';
5
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
6
- modelValue: {
7
- type: PropType<ModelValueSimple>;
8
- default: undefined;
9
- };
10
- id: {
11
- type: StringConstructor;
12
- default: undefined;
13
- };
14
- options: {
15
- type: PropType<MazSelectOption[]>;
16
- default: undefined;
17
- };
18
- optionValueKey: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- optionLabelKey: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- optionInputValueKey: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- listPosition: {
31
- type: PropType<Position>;
32
- default: string;
33
- validator: (value: Position) => boolean;
34
- };
35
- required: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
- disabled: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- open: {
44
- type: BooleanConstructor;
45
- default: boolean;
46
- };
47
- color: {
48
- type: PropType<Color>;
49
- default: string;
50
- validator: (value: string) => boolean;
51
- };
52
- itemHeight: {
53
- type: NumberConstructor;
54
- default: number;
55
- };
56
- maxListHeight: {
57
- type: NumberConstructor;
58
- default: number;
59
- };
60
- maxListWidth: {
61
- type: NumberConstructor;
62
- default: undefined;
63
- };
64
- size: {
65
- type: PropType<Size>;
66
- default: string;
67
- validator: (value: string) => boolean;
68
- };
69
- search: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- searchPlaceholder: {
74
- type: StringConstructor;
75
- default: string;
76
- };
77
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "close" | "focus" | "open" | "update:model-value")[], "blur" | "change" | "close" | "focus" | "open" | "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
78
- modelValue: {
79
- type: PropType<ModelValueSimple>;
80
- default: undefined;
81
- };
82
- id: {
83
- type: StringConstructor;
84
- default: undefined;
85
- };
86
- options: {
87
- type: PropType<MazSelectOption[]>;
88
- default: undefined;
89
- };
90
- optionValueKey: {
91
- type: StringConstructor;
92
- default: string;
93
- };
94
- optionLabelKey: {
95
- type: StringConstructor;
96
- default: string;
97
- };
98
- optionInputValueKey: {
99
- type: StringConstructor;
100
- default: string;
101
- };
102
- listPosition: {
103
- type: PropType<Position>;
104
- default: string;
105
- validator: (value: Position) => boolean;
106
- };
107
- required: {
108
- type: BooleanConstructor;
109
- default: boolean;
110
- };
111
- disabled: {
112
- type: BooleanConstructor;
113
- default: boolean;
114
- };
115
- open: {
116
- type: BooleanConstructor;
117
- default: boolean;
118
- };
119
- color: {
120
- type: PropType<Color>;
121
- default: string;
122
- validator: (value: string) => boolean;
123
- };
124
- itemHeight: {
125
- type: NumberConstructor;
126
- default: number;
127
- };
128
- maxListHeight: {
129
- type: NumberConstructor;
130
- default: number;
131
- };
132
- maxListWidth: {
133
- type: NumberConstructor;
134
- default: undefined;
135
- };
136
- size: {
137
- type: PropType<Size>;
138
- default: string;
139
- validator: (value: string) => boolean;
140
- };
141
- search: {
142
- type: BooleanConstructor;
143
- default: boolean;
144
- };
145
- searchPlaceholder: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- }>> & {
150
- onFocus?: ((...args: any[]) => any) | undefined;
151
- onBlur?: ((...args: any[]) => any) | undefined;
152
- onChange?: ((...args: any[]) => any) | undefined;
153
- onClose?: ((...args: any[]) => any) | undefined;
154
- onOpen?: ((...args: any[]) => any) | undefined;
155
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
156
- }, {
157
- size: Size;
158
- color: Color;
159
- search: boolean;
160
- required: boolean;
161
- open: boolean;
162
- modelValue: ModelValueSimple;
163
- disabled: boolean;
164
- id: string;
165
- options: MazSelectOption[];
166
- optionValueKey: string;
167
- optionLabelKey: string;
168
- optionInputValueKey: string;
169
- listPosition: Position;
170
- itemHeight: number;
171
- maxListHeight: number;
172
- maxListWidth: number;
173
- searchPlaceholder: string;
174
- }>, {
175
- default: (_: {
176
- option: MazSelectOption;
177
- isSelected: boolean;
178
- selectedOption: ModelValueSimple;
179
- }) => any;
180
- }>;
181
- export default _default;
182
- type __VLS_WithTemplateSlots<T, S> = T & {
183
- new (): {
184
- $slots: S;
185
- };
186
- };
@@ -1,15 +0,0 @@
1
- interface IPosObject {
2
- x: number;
3
- y: number;
4
- }
5
- export declare const getOffset: (elem: HTMLDivElement) => IPosObject;
6
- /**
7
- * Get the position of the mouse/finger in the element
8
- * @param e Trigger event
9
- * @param elem Container element
10
- * @param isReverse From the right/bottom
11
- */
12
- export declare const getPos: (e: MouseEvent | TouchEvent, elem: HTMLDivElement, isReverse?: boolean) => IPosObject;
13
- export declare const isBetween: (value: number, prev: number, next: number, direction: string) => boolean;
14
- export declare const getOpacityCoeff: (index: number, middle: number, length: number) => number;
15
- export {};
@@ -1,94 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import type { Color } from './types';
3
- export type { Color } from './types';
4
- declare const _default: import("vue").DefineComponent<{
5
- modelValue: {
6
- type: PropType<number | number[]>;
7
- required: true;
8
- validator: (value: string) => boolean;
9
- };
10
- labels: {
11
- type: ArrayConstructor;
12
- default: undefined;
13
- };
14
- min: {
15
- type: NumberConstructor;
16
- default: number;
17
- };
18
- max: {
19
- type: NumberConstructor;
20
- default: number;
21
- };
22
- size: {
23
- type: StringConstructor;
24
- default: undefined;
25
- };
26
- noDivider: {
27
- type: BooleanConstructor;
28
- default: boolean;
29
- };
30
- log: {
31
- type: BooleanConstructor;
32
- default: boolean;
33
- };
34
- color: {
35
- type: PropType<Color>;
36
- default: string;
37
- validator: (value: string) => boolean;
38
- };
39
- noCursorAnim: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
- modelValue: {
45
- type: PropType<number | number[]>;
46
- required: true;
47
- validator: (value: string) => boolean;
48
- };
49
- labels: {
50
- type: ArrayConstructor;
51
- default: undefined;
52
- };
53
- min: {
54
- type: NumberConstructor;
55
- default: number;
56
- };
57
- max: {
58
- type: NumberConstructor;
59
- default: number;
60
- };
61
- size: {
62
- type: StringConstructor;
63
- default: undefined;
64
- };
65
- noDivider: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- log: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- color: {
74
- type: PropType<Color>;
75
- default: string;
76
- validator: (value: string) => boolean;
77
- };
78
- noCursorAnim: {
79
- type: BooleanConstructor;
80
- default: boolean;
81
- };
82
- }>> & {
83
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
84
- }, {
85
- size: string;
86
- color: Color;
87
- max: number;
88
- min: number;
89
- labels: unknown[];
90
- noDivider: boolean;
91
- log: boolean;
92
- noCursorAnim: boolean;
93
- }>;
94
- export default _default;
@@ -1,28 +0,0 @@
1
- import type { PropType } from 'vue';
2
- import type { Color } from './types';
3
- export type { Color } from './types';
4
- declare const _default: import("vue").DefineComponent<{
5
- size: {
6
- type: StringConstructor;
7
- default: string;
8
- };
9
- color: {
10
- type: PropType<Color>;
11
- default: string;
12
- validator: (value: string) => boolean;
13
- };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- size: {
16
- type: StringConstructor;
17
- default: string;
18
- };
19
- color: {
20
- type: PropType<Color>;
21
- default: string;
22
- validator: (value: string) => boolean;
23
- };
24
- }>>, {
25
- size: string;
26
- color: Color;
27
- }>;
28
- export default _default;
@@ -1,114 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import type { Color } from './types';
3
- export interface Step {
4
- title?: string;
5
- subtitle?: string;
6
- titleInfo?: string;
7
- disabled?: boolean;
8
- error?: boolean;
9
- success?: boolean;
10
- warning?: boolean;
11
- }
12
- export type Steps = Step[];
13
- export type { Color } from './types';
14
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
15
- modelValue: {
16
- type: NumberConstructor;
17
- default: undefined;
18
- };
19
- steps: {
20
- type: PropType<Steps>;
21
- default: undefined;
22
- };
23
- disabledNextSteps: {
24
- type: BooleanConstructor;
25
- default: boolean;
26
- };
27
- disabledPreviousSteps: {
28
- type: BooleanConstructor;
29
- default: boolean;
30
- };
31
- autoValidateSteps: {
32
- type: BooleanConstructor;
33
- default: boolean;
34
- };
35
- allStepsOpened: {
36
- type: BooleanConstructor;
37
- default: boolean;
38
- };
39
- allStepsValidated: {
40
- type: BooleanConstructor;
41
- default: boolean;
42
- };
43
- color: {
44
- type: PropType<Color>;
45
- default: string;
46
- validator: (value: string) => boolean;
47
- };
48
- canCloseSteps: {
49
- type: BooleanConstructor;
50
- default: boolean;
51
- };
52
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
53
- modelValue: {
54
- type: NumberConstructor;
55
- default: undefined;
56
- };
57
- steps: {
58
- type: PropType<Steps>;
59
- default: undefined;
60
- };
61
- disabledNextSteps: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- disabledPreviousSteps: {
66
- type: BooleanConstructor;
67
- default: boolean;
68
- };
69
- autoValidateSteps: {
70
- type: BooleanConstructor;
71
- default: boolean;
72
- };
73
- allStepsOpened: {
74
- type: BooleanConstructor;
75
- default: boolean;
76
- };
77
- allStepsValidated: {
78
- type: BooleanConstructor;
79
- default: boolean;
80
- };
81
- color: {
82
- type: PropType<Color>;
83
- default: string;
84
- validator: (value: string) => boolean;
85
- };
86
- canCloseSteps: {
87
- type: BooleanConstructor;
88
- default: boolean;
89
- };
90
- }>> & {
91
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
92
- }, {
93
- color: Color;
94
- modelValue: number;
95
- steps: Steps;
96
- disabledNextSteps: boolean;
97
- disabledPreviousSteps: boolean;
98
- autoValidateSteps: boolean;
99
- allStepsOpened: boolean;
100
- allStepsValidated: boolean;
101
- canCloseSteps: boolean;
102
- }>, Record<string, (_: {}) => any> & Record<string, (_: {}) => any> & Record<string, (_: {}) => any> & Record<string, (_: {
103
- validated: boolean;
104
- error: boolean | undefined;
105
- warning: boolean | undefined;
106
- nextStep: () => void;
107
- previousStep: () => void;
108
- }) => any>>;
109
- export default _default;
110
- type __VLS_WithTemplateSlots<T, S> = T & {
111
- new (): {
112
- $slots: S;
113
- };
114
- };
@@ -1,54 +0,0 @@
1
- import { type PropType } from 'vue';
2
- import type { Color } from './types';
3
- export type { Color } from './types';
4
- declare const _default: import("vue").DefineComponent<{
5
- modelValue: {
6
- type: BooleanConstructor;
7
- required: true;
8
- };
9
- id: {
10
- type: StringConstructor;
11
- default: undefined;
12
- };
13
- disabled: {
14
- type: BooleanConstructor;
15
- default: boolean;
16
- };
17
- name: {
18
- type: StringConstructor;
19
- default: undefined;
20
- };
21
- color: {
22
- type: PropType<Color>;
23
- default: string;
24
- };
25
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
- modelValue: {
27
- type: BooleanConstructor;
28
- required: true;
29
- };
30
- id: {
31
- type: StringConstructor;
32
- default: undefined;
33
- };
34
- disabled: {
35
- type: BooleanConstructor;
36
- default: boolean;
37
- };
38
- name: {
39
- type: StringConstructor;
40
- default: undefined;
41
- };
42
- color: {
43
- type: PropType<Color>;
44
- default: string;
45
- };
46
- }>> & {
47
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
48
- }, {
49
- color: Color;
50
- name: string;
51
- disabled: boolean;
52
- id: string;
53
- }>;
54
- export default _default;
@@ -1,47 +0,0 @@
1
- import { type PropType } from 'vue';
2
- export interface MazTabsItem {
3
- label: string;
4
- disabled?: boolean;
5
- }
6
- declare const _default: import("vue").DefineComponent<{
7
- items: {
8
- type: PropType<MazTabsItem[]>;
9
- required: true;
10
- };
11
- modelValue: {
12
- type: NumberConstructor;
13
- default: number;
14
- };
15
- alignLeft: {
16
- type: BooleanConstructor;
17
- default: boolean;
18
- };
19
- useAnchor: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:model-value"[], "update:model-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
- items: {
25
- type: PropType<MazTabsItem[]>;
26
- required: true;
27
- };
28
- modelValue: {
29
- type: NumberConstructor;
30
- default: number;
31
- };
32
- alignLeft: {
33
- type: BooleanConstructor;
34
- default: boolean;
35
- };
36
- useAnchor: {
37
- type: BooleanConstructor;
38
- default: boolean;
39
- };
40
- }>> & {
41
- "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
42
- }, {
43
- modelValue: number;
44
- alignLeft: boolean;
45
- useAnchor: boolean;
46
- }>;
47
- export default _default;
@@ -1,21 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- activeTab: {
3
- type: NumberConstructor;
4
- default: undefined;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- activeTab: {
8
- type: NumberConstructor;
9
- default: undefined;
10
- };
11
- }>>, {
12
- activeTab: number;
13
- }>, {
14
- default: (_: {}) => any;
15
- }>;
16
- export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,19 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- tab: {
3
- type: NumberConstructor;
4
- required: true;
5
- };
6
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- tab: {
8
- type: NumberConstructor;
9
- required: true;
10
- };
11
- }>>, {}>, {
12
- default: (_: {}) => any;
13
- }>;
14
- export default _default;
15
- type __VLS_WithTemplateSlots<T, S> = T & {
16
- new (): {
17
- $slots: S;
18
- };
19
- };
@@ -1,9 +0,0 @@
1
- export declare class TextareaAutogrow {
2
- private element;
3
- constructor(element: HTMLTextAreaElement);
4
- private connect;
5
- disconnect(): void;
6
- private onFocus;
7
- private onResize;
8
- private autogrow;
9
- }