maz-ui 3.31.2 → 3.31.3
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.
- package/components/MazAccordion.d.ts +1 -1
- package/components/MazAvatar.d.ts +1 -1
- package/components/MazBackdrop.d.ts +1 -1
- package/components/MazBadge.d.ts +1 -1
- package/components/MazBottomSheet.d.ts +1 -1
- package/components/MazBtn.d.ts +1 -1
- package/components/MazCard.d.ts +1 -1
- package/components/MazCardSpotlight.d.ts +1 -1
- package/components/MazCarousel.d.ts +1 -1
- package/components/MazChart.d.ts +1 -1
- package/components/MazCheckbox.d.ts +1 -1
- package/components/MazDialog.d.ts +1 -1
- package/components/MazDialogPromise.d.ts +1 -1
- package/components/MazDrawer.d.ts +1 -1
- package/components/MazDropdown.d.ts +1 -1
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazFullscreenLoader.d.ts +1 -1
- package/components/MazGallery.d.ts +1 -1
- package/components/MazIcon.d.ts +1 -1
- package/components/MazInput.d.ts +1 -1
- package/components/MazInputCode.d.ts +1 -1
- package/components/MazInputNumber.d.ts +1 -1
- package/components/MazInputPrice.d.ts +1 -1
- package/components/MazInputTags.d.ts +1 -1
- package/components/MazLazyImg.d.ts +1 -1
- package/components/MazLoadingBar.d.ts +1 -1
- package/components/MazPhoneNumberInput.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
- package/components/MazPicker.d.ts +1 -1
- package/components/MazPullToRefresh.d.ts +1 -1
- package/components/MazRadio.d.ts +1 -1
- package/components/MazRadioButtons.d.ts +1 -1
- package/components/MazSelect.d.ts +1 -1
- package/components/MazSlider.d.ts +1 -1
- package/components/MazSpinner.d.ts +1 -1
- package/components/MazStepper.d.ts +1 -1
- package/components/MazSwitch.d.ts +1 -1
- package/components/MazTable.d.ts +1 -1
- package/components/MazTableCell.d.ts +1 -1
- package/components/MazTableRow.d.ts +1 -1
- package/components/MazTableTitle.d.ts +1 -1
- package/components/MazTabs.d.ts +1 -1
- package/components/MazTabsBar.d.ts +1 -1
- package/components/MazTabsContent.d.ts +1 -1
- package/components/MazTabsContentItem.d.ts +1 -1
- package/components/MazTextarea.d.ts +1 -1
- package/components/MazTransitionExpand.d.ts +1 -1
- package/nuxt/index.json +1 -1
- package/package.json +13 -13
- package/types/components/MazAccordion.vue.d.ts +1 -1
- package/types/components/MazAvatar.vue.d.ts +1 -1
- package/types/components/MazBackdrop.vue.d.ts +1 -1
- package/types/components/MazBadge.vue.d.ts +1 -1
- package/types/components/MazBottomSheet.vue.d.ts +1 -1
- package/types/components/MazBtn.vue.d.ts +1 -1
- package/types/components/MazCard.vue.d.ts +1 -1
- package/types/components/MazCardSpotlight.vue.d.ts +1 -1
- package/types/components/MazCarousel.vue.d.ts +1 -1
- package/types/components/MazChart.vue.d.ts +1 -1
- package/types/components/MazCheckbox.vue.d.ts +1 -1
- package/types/components/MazDialog.vue.d.ts +1 -1
- package/types/components/MazDialogPromise.vue.d.ts +1 -1
- package/types/components/MazDrawer.vue.d.ts +1 -1
- package/types/components/MazDropdown.vue.d.ts +1 -1
- package/types/components/MazDropzone.vue.d.ts +1 -1
- package/types/components/MazFullscreenLoader.vue.d.ts +1 -1
- package/types/components/MazGallery.vue.d.ts +1 -1
- package/types/components/MazIcon.vue.d.ts +1 -1
- package/types/components/MazInput.vue.d.ts +1 -1
- package/types/components/MazInputCode.vue.d.ts +1 -1
- package/types/components/MazInputNumber.vue.d.ts +1 -1
- package/types/components/MazInputPrice.vue.d.ts +1 -1
- package/types/components/MazInputTags.vue.d.ts +1 -1
- package/types/components/MazLazyImg.vue.d.ts +1 -1
- package/types/components/MazLoadingBar.vue.d.ts +1 -1
- package/types/components/MazPhoneNumberInput.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendar.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarDays.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarGrid.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarMonth/MazPickerCalendarMonth.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerCalendarSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerContainer.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerFooter.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerHeader.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerMonthSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerShortcuts.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerTime.vue.d.ts +1 -1
- package/types/components/MazPicker/MazPickerYearSwitcher.vue.d.ts +1 -1
- package/types/components/MazPicker.vue.d.ts +1 -1
- package/types/components/MazPullToRefresh.vue.d.ts +1 -1
- package/types/components/MazRadio.vue.d.ts +1 -1
- package/types/components/MazRadioButtons.vue.d.ts +1 -1
- package/types/components/MazSelect.vue.d.ts +1 -1
- package/types/components/MazSlider.vue.d.ts +1 -1
- package/types/components/MazSpinner.vue.d.ts +1 -1
- package/types/components/MazStepper.vue.d.ts +1 -1
- package/types/components/MazSwitch.vue.d.ts +1 -1
- package/types/components/MazTable.vue.d.ts +1 -1
- package/types/components/MazTableCell.vue.d.ts +1 -1
- package/types/components/MazTableRow.vue.d.ts +1 -1
- package/types/components/MazTableTitle.vue.d.ts +1 -1
- package/types/components/MazTabs.vue.d.ts +1 -1
- package/types/components/MazTabsBar.vue.d.ts +1 -1
- package/types/components/MazTabsContent.vue.d.ts +1 -1
- package/types/components/MazTabsContentItem.vue.d.ts +1 -1
- package/types/components/MazTextarea.vue.d.ts +1 -1
- package/types/components/MazTransitionExpand.vue.d.ts +1 -1
- package/types/modules/directives/v-fullscreen-img/MazFullscreenImg.vue.d.ts +1 -1
- package/types/modules/plugins/toaster/MazToast.vue.d.ts +1 -1
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
modelValue: number;
|
|
7
7
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
"update:model-value": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
modelValue?: number | undefined;
|
|
12
12
|
}>, {
|
|
@@ -78,7 +78,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
78
78
|
};
|
|
79
79
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
80
80
|
click: (...args: any[]) => void;
|
|
81
|
-
}, string, import("vue").
|
|
81
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
82
82
|
src: {
|
|
83
83
|
type: PropType<string | null | undefined>;
|
|
84
84
|
default: undefined;
|
|
@@ -40,7 +40,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
present: import("vue").Ref<boolean>;
|
|
41
41
|
toggleModal: (value: boolean) => Promise<void>;
|
|
42
42
|
onKeyPress: (event: KeyboardEvent) => void;
|
|
43
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "before-close" | "open" | "update:model-value")[], "close" | "before-close" | "open" | "update:model-value", import("vue").
|
|
43
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "before-close" | "open" | "update:model-value")[], "close" | "before-close" | "open" | "update:model-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
44
44
|
modelValue: {
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
package/components/MazBadge.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
outline: boolean;
|
|
16
16
|
pastel: boolean;
|
|
17
17
|
roundedSize: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
19
19
|
color?: BadgeColor | undefined;
|
|
20
20
|
size?: string | undefined;
|
|
21
21
|
nowrap?: boolean | undefined;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
11
11
|
close: (...args: any[]) => void;
|
|
12
12
|
open: (...args: any[]) => void;
|
|
13
13
|
"update:model-value": (...args: any[]) => void;
|
|
14
|
-
}, string, import("vue").
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
noClose: {
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
package/components/MazBtn.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
107
107
|
leftIcon: undefined;
|
|
108
108
|
rightIcon: undefined;
|
|
109
109
|
contentClass: undefined;
|
|
110
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
110
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
111
111
|
/** The variant of the button - Change UI of component (link or button style)
|
|
112
112
|
* @values `'button' | 'link'`
|
|
113
113
|
* */
|
package/components/MazCard.d.ts
CHANGED
|
@@ -98,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
98
98
|
type: BooleanConstructor;
|
|
99
99
|
default: boolean;
|
|
100
100
|
};
|
|
101
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
101
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
102
102
|
/** Images displayed */
|
|
103
103
|
images: {
|
|
104
104
|
type: PropType<MazGalleryImage[]>;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
}>, {
|
|
7
7
|
noElevation: boolean;
|
|
8
8
|
color: string;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
10
|
noElevation?: boolean | undefined;
|
|
11
11
|
color?: Color | undefined;
|
|
12
12
|
}>, {
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
noScrollBtn: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
package/components/MazChart.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
type: PropType<"default" | "none" | "reset" | "resize" | "hide" | "show" | "active">;
|
|
49
49
|
default: undefined;
|
|
50
50
|
};
|
|
51
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
51
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
52
|
/**
|
|
53
53
|
* Chart.js chart type
|
|
54
54
|
*/
|
|
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
change: (...args: any[]) => void;
|
|
43
43
|
"update:model-value": (...args: any[]) => void;
|
|
44
|
-
}, string, import("vue").
|
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
style: {
|
|
46
46
|
type: PropType<import("vue").StyleValue>;
|
|
47
47
|
default: undefined;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
33
33
|
close: (...args: any[]) => void;
|
|
34
34
|
open: (...args: any[]) => void;
|
|
35
35
|
"update:model-value": (...args: any[]) => void;
|
|
36
|
-
}, string, import("vue").
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
/** Modal's title in header */
|
|
38
38
|
title: {
|
|
39
39
|
type: StringConstructor;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
31
31
|
type: PropType<DialogButton[]>;
|
|
32
32
|
default: () => never[];
|
|
33
33
|
};
|
|
34
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
35
|
/** Dialog Data - type DialogData */
|
|
36
36
|
data: {
|
|
37
37
|
type: PropType<DialogData>;
|
|
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
24
24
|
close: (...args: any[]) => void;
|
|
25
25
|
open: (...args: any[]) => void;
|
|
26
26
|
"update:model-value": (...args: any[]) => void;
|
|
27
|
-
}, string, import("vue").
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
noClose: {
|
|
29
29
|
type: BooleanConstructor;
|
|
30
30
|
default: boolean;
|
|
@@ -44,7 +44,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
45
|
"menuitem-clicked": (...args: any[]) => void;
|
|
46
46
|
"update:open": (...args: any[]) => void;
|
|
47
|
-
}, string, import("vue").
|
|
47
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
48
48
|
style?: import("vue").StyleValue;
|
|
49
49
|
class?: any;
|
|
50
50
|
/** Menu items */
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
getUploadingFiles: () => DropzoneFile[];
|
|
75
75
|
getAddedFiles: () => DropzoneFile[];
|
|
76
76
|
getActiveFiles: () => DropzoneFile[];
|
|
77
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete")[], "success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete", import("vue").
|
|
77
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete")[], "success" | "reset" | "dragend" | "dragenter" | "dragleave" | "dragover" | "dragstart" | "drop" | "error" | "paste" | "thumbnail" | "addedfile" | "addedfiles" | "removedfile" | "processing" | "processingmultiple" | "uploadprogress" | "totaluploadprogress" | "sending" | "sendingmultiple" | "canceled" | "canceledmultiple" | "complete" | "completemultiple" | "maxfilesexceeded" | "maxfilesreached" | "queuecomplete", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
options: {
|
|
79
79
|
type: PropType<MazDropzoneOptions>;
|
|
80
80
|
required: true;
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
}>, {
|
|
6
6
|
color: string;
|
|
7
7
|
size: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
9
|
color?: Color | undefined;
|
|
10
10
|
size?: string | undefined;
|
|
11
11
|
}>, {
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
type: StringConstructor;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
77
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
/**
|
|
79
79
|
* Array of string or object: `['https://via.placeholder.com/500', 'https://via.placeholder.com/600']` or `[{ slug: 'https://via.placeholder.com/500', alt: 'image descripton' }, { slug: 'https://via.placeholder.com/600', alt: 'image descripton' }]`
|
|
80
80
|
* */
|
package/components/MazIcon.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
loaded: (svg: SVGElement | undefined) => void;
|
|
35
35
|
unloaded: () => void;
|
|
36
36
|
error: (error: Error) => void;
|
|
37
|
-
}, string, import("vue").
|
|
37
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
38
|
/** The source path of the SVG file - e.g: `/icons/home.svg` */
|
|
39
39
|
src: {
|
|
40
40
|
type: StringConstructor;
|
package/components/MazInput.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
106
|
"update:model-value": (value?: ModelValueSimple) => void;
|
|
107
107
|
click: (event: Event) => void;
|
|
108
108
|
change: (event: Event) => void;
|
|
109
|
-
}, string, import("vue").
|
|
109
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
110
110
|
/** The style of the component */
|
|
111
111
|
style?: import("vue").StyleValue;
|
|
112
112
|
/** The class of the component */
|
|
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
46
46
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
47
|
"update:model-value": (value?: string | number | undefined) => void;
|
|
48
48
|
completed: () => void;
|
|
49
|
-
}, string, import("vue").
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
50
50
|
/** The style of the component. */
|
|
51
51
|
style?: HTMLAttributes['style'];
|
|
52
52
|
/** The class of the component. */
|
|
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
click: (value: unknown) => void;
|
|
44
44
|
update: (value: unknown) => void;
|
|
45
45
|
change: (value: unknown) => void;
|
|
46
|
-
}, string, import("vue").
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
47
47
|
/** The inline style object for the component. */
|
|
48
48
|
style?: HTMLAttributes['style'];
|
|
49
49
|
/** The CSS class name for the component. */
|
|
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
26
26
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
27
|
"update:model-value": (...args: any[]) => void;
|
|
28
28
|
formatted: (...args: any[]) => void;
|
|
29
|
-
}, string, import("vue").
|
|
29
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
30
|
modelValue: {
|
|
31
31
|
type: (StringConstructor | NumberConstructor)[];
|
|
32
32
|
default: undefined;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
};
|
|
57
57
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
58
|
"update:model-value": (...args: any[]) => void;
|
|
59
|
-
}, string, import("vue").
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
60
|
style: {
|
|
61
61
|
type: PropType<import("vue").StyleValue>;
|
|
62
62
|
default: undefined;
|
|
@@ -58,7 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
58
|
loaded: (...args: any[]) => void;
|
|
59
59
|
loading: (...args: any[]) => void;
|
|
60
60
|
intersecting: (...args: any[]) => void;
|
|
61
|
-
}, string, import("vue").
|
|
61
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
62
|
style: {
|
|
63
63
|
type: PropType<import("vue").StyleValue>;
|
|
64
64
|
default: undefined;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
7
7
|
}>, {
|
|
8
8
|
color: string;
|
|
9
9
|
height: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
11
11
|
/** The color of the loading bar */
|
|
12
12
|
color?: Color | undefined;
|
|
13
13
|
/** Height of the bar */
|
|
@@ -106,7 +106,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
106
106
|
"country-code": (countryCode?: CountryCode | undefined) => void;
|
|
107
107
|
"update:model-value": (phoneNumber?: string | undefined) => void;
|
|
108
108
|
"update:country-code": (countryCode?: CountryCode | undefined) => void;
|
|
109
|
-
}, string, import("vue").
|
|
109
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
110
110
|
/** Style attribut of the component root element */
|
|
111
111
|
style?: StyleValue;
|
|
112
112
|
/** Class attribut of the component root element */
|
|
@@ -65,7 +65,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
66
|
"update:model-value": (...args: any[]) => void;
|
|
67
67
|
"update:calendar-date": (...args: any[]) => void;
|
|
68
|
-
}, string, import("vue").
|
|
68
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
69
|
modelValue: {
|
|
70
70
|
type: PropType<PickerValue>;
|
|
71
71
|
default: undefined;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: NumberConstructor;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
locale: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
required: true;
|
|
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
55
|
"update:model-value": (...args: any[]) => void;
|
|
56
56
|
"update:hoverred-day": (...args: any[]) => void;
|
|
57
|
-
}, string, import("vue").
|
|
57
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
modelValue: {
|
|
59
59
|
type: PropType<PickerValue>;
|
|
60
60
|
default: undefined;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
"update:model-value": (...args: any[]) => void;
|
|
60
60
|
"update:calendar-date": (...args: any[]) => void;
|
|
61
61
|
"update:hoverred-day": (...args: any[]) => void;
|
|
62
|
-
}, string, import("vue").
|
|
62
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
63
|
modelValue: {
|
|
64
64
|
type: PropType<PickerValue>;
|
|
65
65
|
default: undefined;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
"open-month-switcher": (...args: any[]) => void;
|
|
18
18
|
"open-year-switcher": (...args: any[]) => void;
|
|
19
19
|
"update:calendar-date": (...args: any[]) => void;
|
|
20
|
-
}, string, import("vue").
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
calendarDate: {
|
|
22
22
|
type: StringConstructor;
|
|
23
23
|
default: undefined;
|
|
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
close: (...args: any[]) => void;
|
|
104
104
|
"update:model-value": (...args: any[]) => void;
|
|
105
105
|
"update:calendar-date": (...args: any[]) => void;
|
|
106
|
-
}, string, import("vue").
|
|
106
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
107
107
|
modelValue: {
|
|
108
108
|
type: PropType<PickerValue>;
|
|
109
109
|
default: undefined;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
close: (...args: any[]) => void;
|
|
10
|
-
}, string, import("vue").
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
color: {
|
|
12
12
|
type: PropType<Color>;
|
|
13
13
|
required: true;
|
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
required: true;
|
|
41
41
|
};
|
|
42
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
42
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
43
|
modelValue: {
|
|
44
44
|
type: PropType<PickerValue>;
|
|
45
45
|
default: undefined;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
close: (...args: any[]) => void;
|
|
22
22
|
"update:calendar-date": (...args: any[]) => void;
|
|
23
|
-
}, string, import("vue").
|
|
23
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
calendarDate: {
|
|
25
25
|
type: StringConstructor;
|
|
26
26
|
required: true;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
30
|
"update:model-value": (...args: any[]) => void;
|
|
31
|
-
}, string, import("vue").
|
|
31
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
color: {
|
|
33
33
|
type: PropType<Color>;
|
|
34
34
|
required: true;
|
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
};
|
|
62
62
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
63
|
"update:model-value": (...args: any[]) => void;
|
|
64
|
-
}, string, import("vue").
|
|
64
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
modelValue: {
|
|
66
66
|
type: PropType<PickerValue>;
|
|
67
67
|
default: undefined;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
close: (...args: any[]) => void;
|
|
18
18
|
"update:calendar-date": (...args: any[]) => void;
|
|
19
|
-
}, string, import("vue").
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
color: {
|
|
21
21
|
type: PropType<Color>;
|
|
22
22
|
required: true;
|
|
@@ -143,7 +143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
144
144
|
close: (...args: any[]) => void;
|
|
145
145
|
"update:model-value": (...args: any[]) => void;
|
|
146
|
-
}, string, import("vue").
|
|
146
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
147
147
|
style: {
|
|
148
148
|
type: PropType<import("vue").StyleValue>;
|
|
149
149
|
default: undefined;
|
|
@@ -24,7 +24,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
start: (...args: any[]) => void;
|
|
25
25
|
finish: (...args: any[]) => void;
|
|
26
26
|
response: (...args: any[]) => void;
|
|
27
|
-
}, string, import("vue").
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
28
28
|
distance?: number | undefined;
|
|
29
29
|
offset?: number | undefined;
|
|
30
30
|
action?: (() => unknown) | undefined;
|
package/components/MazRadio.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
41
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
42
|
change: (...args: any[]) => void;
|
|
43
43
|
"update:model-value": (...args: any[]) => void;
|
|
44
|
-
}, string, import("vue").
|
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
45
|
style: {
|
|
46
46
|
type: PropType<import("vue").StyleValue>;
|
|
47
47
|
default: undefined;
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
32
32
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
33
|
change: (...args: any[]) => void;
|
|
34
34
|
"update:model-value": (...args: any[]) => void;
|
|
35
|
-
}, string, import("vue").
|
|
35
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
36
|
modelValue: {
|
|
37
37
|
type: (StringConstructor | NumberConstructor)[];
|
|
38
38
|
default: undefined;
|
|
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
68
|
change: (value?: Event | undefined) => void;
|
|
69
69
|
"update:model-value": (value: ModelValueSimple | ModelValueSimple[]) => void;
|
|
70
70
|
"selected-option": (option: MazSelectOption) => void;
|
|
71
|
-
}, string, import("vue").
|
|
71
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
72
72
|
/** The style of the select */
|
|
73
73
|
style?: StyleValue;
|
|
74
74
|
/** The class of the select */
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
52
|
"update:model-value": (...args: any[]) => void;
|
|
53
|
-
}, string, import("vue").
|
|
53
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
/** Array of cursors values */
|
|
55
55
|
modelValue: {
|
|
56
56
|
type: PropType<number | number[]>;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
type: PropType<Color>;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
14
|
size: {
|
|
15
15
|
type: StringConstructor;
|
|
16
16
|
default: string;
|
|
@@ -50,7 +50,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
52
52
|
"update:model-value": (...args: any[]) => void;
|
|
53
|
-
}, string, import("vue").
|
|
53
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
54
54
|
modelValue: {
|
|
55
55
|
type: NumberConstructor;
|
|
56
56
|
default: undefined;
|
|
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
33
33
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
34
|
change: (...args: any[]) => void;
|
|
35
35
|
"update:model-value": (...args: any[]) => void;
|
|
36
|
-
}, string, import("vue").
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
37
37
|
style: {
|
|
38
38
|
type: PropType<import("vue").StyleValue>;
|
|
39
39
|
default: undefined;
|
package/components/MazTable.d.ts
CHANGED
|
@@ -133,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
133
133
|
"update:search-query": (searchQuery: string | undefined) => void;
|
|
134
134
|
"update:page": (page: number) => void;
|
|
135
135
|
"update:page-size": (pageSize: number) => void;
|
|
136
|
-
}, string, import("vue").
|
|
136
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
137
137
|
/** class of the table element */
|
|
138
138
|
tableClass?: any;
|
|
139
139
|
/** style of the table element */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
/** Override hoverable of table props */
|
|
3
3
|
noHoverable?: boolean | undefined;
|
|
4
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
4
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
/** Override hoverable of table props */
|
|
6
6
|
noHoverable?: boolean | undefined;
|
|
7
7
|
}>>>, {}, {}>, {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
package/components/MazTabs.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
8
8
|
modelValue?: number | undefined;
|
|
9
9
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
"update:model-value": (index: number) => void;
|
|
11
|
-
}, string, import("vue").
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
12
12
|
/** The the selected tab number */
|
|
13
13
|
modelValue?: number | undefined;
|
|
14
14
|
}>>> & {
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
}>, {
|
|
32
32
|
queryParam: string;
|
|
33
33
|
autoScroll: boolean;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
35
35
|
/** The items to display in the tabs bar */
|
|
36
36
|
items: MazTabsBarItem[];
|
|
37
37
|
/** Will add a query param to the url to keep the selected tab on page refresh */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: NumberConstructor;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
tab: {
|
|
8
8
|
type: NumberConstructor;
|
|
9
9
|
required: true;
|