@mozaic-ds/vue 2.19.0 → 2.19.1
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/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.d.ts +958 -2090
- package/dist/mozaic-vue.js +18 -18
- package/dist/mozaic-vue.js.map +1 -1
- package/dist/mozaic-vue.umd.cjs +2 -2
- package/dist/mozaic-vue.umd.cjs.map +1 -1
- package/package.json +6 -4
- package/src/components/accordionlist/MAccordionList.figma.ts +16 -16
- package/src/components/accordionlist/MAccordionList.stories.ts +1 -1
- package/src/components/accordionlistitem/MAccordionListItem.figma.ts +9 -5
- package/src/components/accordionlistitem/MAccordionListItem.vue +4 -1
- package/src/components/accordionlistitem/README.md +2 -0
- package/src/components/actionbottombar/MActionBottomBar.figma.ts +7 -7
- package/src/components/actionlistbox/MActionListbox.figma.ts +11 -11
- package/src/components/actionlistbox/MActionListbox.spec.ts +21 -7
- package/src/components/actionlistbox/MActionListbox.vue +15 -4
- package/src/components/avatar/MAvatar.figma.ts +5 -5
- package/src/components/breadcrumb/MBreadcrumb.figma.ts +7 -7
- package/src/components/builtinmenu/MBuiltInMenu.figma.ts +8 -5
- package/src/components/builtinmenu/MBuiltInMenu.spec.ts +3 -1
- package/src/components/button/MButton.figma.ts +21 -6
- package/src/components/callout/MCallout.figma.ts +7 -7
- package/src/components/carousel/MCarousel.figma.ts +10 -10
- package/src/components/checkbox/MCheckbox.figma.ts +10 -10
- package/src/components/checkboxgroup/MCheckboxGroup.figma.ts +7 -7
- package/src/components/checklistmenu/MCheckListMenu.figma.ts +8 -8
- package/src/components/circularprogressbar/MCircularProgressbar.figma.ts +7 -3
- package/src/components/combobox/MCombobox.figma.ts +10 -10
- package/src/components/container/MContainer.figma.ts +5 -5
- package/src/components/datatable/DataTable.stories.ts +33 -7
- package/src/components/datatable/DataTableCells.stories.ts +2 -2
- package/src/components/datatable/DataTableEmpty.stories.ts +2 -2
- package/src/components/datatable/DataTableExpandable.stories.ts +2 -2
- package/src/components/datatable/DataTableNested.stories.ts +1 -1
- package/src/components/datatable/DataTableSelectable.stories.ts +2 -3
- package/src/components/datatable/DataTableSortable.stories.ts +1 -1
- package/src/components/datepicker/MDatepicker.figma.ts +3 -3
- package/src/components/divider/MDivider.figma.ts +3 -3
- package/src/components/drawer/MDrawer.figma.ts +13 -13
- package/src/components/field/MField.figma.ts +9 -5
- package/src/components/fileuploader/MFileUploader.figma.ts +3 -3
- package/src/components/fileuploaderitem/MFileUploaderItem.figma.ts +7 -3
- package/src/components/flag/MFlag.figma.ts +3 -3
- package/src/components/iconbutton/MIconButton.figma.ts +16 -16
- package/src/components/kpiitem/MKpiItem.figma.ts +8 -3
- package/src/components/kpiitem/MKpiItem.spec.ts +11 -12
- package/src/components/kpiitem/MKpiItem.vue +7 -1
- package/src/components/linearprogressbarbuffer/MLinearProgressbarBuffer.figma.ts +6 -3
- package/src/components/linearprogressbarpercentage/MLinearProgressbarPercentage.figma.ts +5 -3
- package/src/components/link/MLink.figma.ts +5 -5
- package/src/components/loader/MLoader.figma.ts +3 -3
- package/src/components/loadingoverlay/MLoadingOverlay.figma.ts +3 -3
- package/src/components/modal/MModal.figma.ts +12 -12
- package/src/components/navigationindicator/MNavigationIndicator.figma.ts +7 -3
- package/src/components/numberbadge/MNumberBadge.figma.ts +7 -3
- package/src/components/optionListbox/MOptionListbox.figma.ts +10 -10
- package/src/components/overlay/MOverlay.figma.ts +5 -5
- package/src/components/pageheader/MPageHeader.figma.ts +3 -3
- package/src/components/pagination/MPagination.figma.ts +10 -10
- package/src/components/passwordinput/MPasswordInput.figma.ts +9 -9
- package/src/components/phonenumber/MPhoneNumber.figma.ts +9 -9
- package/src/components/phonenumber/MPhoneNumber.vue +5 -3
- package/src/components/pincode/MPincode.figma.ts +9 -9
- package/src/components/popover/MPopover.figma.ts +15 -15
- package/src/components/quantityselector/MQuantitySelector.figma.ts +12 -12
- package/src/components/radio/MRadio.figma.ts +9 -9
- package/src/components/radiogroup/MRadioGroup.figma.ts +7 -7
- package/src/components/segmentedcontrol/MSegmentedControl.figma.ts +8 -8
- package/src/components/select/MSelect.figma.ts +11 -11
- package/src/components/sidebar/MSidebar.figma.ts +8 -8
- package/src/components/sidebar/MSidebar.vue +1 -0
- package/src/components/sidebarexpandableitem/MSidebarExpandableItem.figma.ts +8 -5
- package/src/components/sidebarfooter/MSidebarFooter.figma.ts +7 -3
- package/src/components/sidebarheader/MSidebarHeader.figma.ts +3 -3
- package/src/components/sidebarnavitem/MSidebarNavItem.figma.ts +3 -3
- package/src/components/sidebarshortcutitem/MSidebarShortcutItem.figma.ts +3 -3
- package/src/components/starrating/MStarRating.figma.ts +7 -7
- package/src/components/statusbadge/MStatusBadge.figma.ts +3 -3
- package/src/components/statusdot/MStatusDot.figma.ts +3 -3
- package/src/components/statusmessage/MStatusMessage.figma.ts +3 -3
- package/src/components/statusnotification/MStatusNotification.figma.ts +7 -7
- package/src/components/stepperbottombar/MStepperBottomBar.figma.ts +3 -3
- package/src/components/steppercompact/MStepperCompact.figma.ts +8 -3
- package/src/components/stepperinline/MStepperInline.figma.ts +6 -3
- package/src/components/stepperinline/MStepperInline.stories.ts +5 -1
- package/src/components/stepperstacked/MStepperStacked.figma.ts +6 -3
- package/src/components/tabs/MTabs.figma.ts +8 -8
- package/src/components/tag/MTag.figma.ts +3 -3
- package/src/components/textarea/MTextArea.figma.ts +8 -8
- package/src/components/textinput/MTextInput.figma.ts +12 -12
- package/src/components/textinput/README.md +1 -1
- package/src/components/tile/MTile.figma.ts +5 -5
- package/src/components/tileclickable/MTileClickable.figma.ts +6 -6
- package/src/components/tileexpandable/MTileExpandable.figma.ts +6 -6
- package/src/components/tileselectable/MTileSelectable.figma.ts +9 -5
- package/src/components/toaster/MToaster.figma.ts +3 -3
- package/src/components/toggle/MToggle.figma.ts +9 -9
- package/src/components/togglegroup/MToggleGroup.figma.ts +7 -7
- package/src/components/tooltip/MTooltip.figma.ts +10 -5
package/dist/mozaic-vue.d.ts
CHANGED
|
@@ -1,595 +1,620 @@
|
|
|
1
|
-
import { AllowedComponentProps } from 'vue';
|
|
2
|
-
import { Attrs } from 'vue';
|
|
3
1
|
import { Component } from 'vue';
|
|
4
|
-
import { ComponentCustomProperties } from 'vue';
|
|
5
|
-
import { ComponentCustomProps } from 'vue';
|
|
6
|
-
import { ComponentInternalInstance } from 'vue';
|
|
7
|
-
import { ComponentOptionsBase } from 'vue';
|
|
8
2
|
import { ComponentOptionsMixin } from 'vue';
|
|
9
3
|
import { ComponentProvideOptions } from 'vue';
|
|
10
|
-
import { ComponentPublicInstance } from 'vue';
|
|
11
4
|
import { CountryCode } from 'libphonenumber-js';
|
|
12
|
-
import { DebuggerEvent } from 'vue';
|
|
13
5
|
import { DefineComponent } from 'vue';
|
|
14
|
-
import { GlobalComponents } from 'vue';
|
|
15
|
-
import { GlobalDirectives } from 'vue';
|
|
16
|
-
import { nextTick } from 'vue';
|
|
17
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
18
6
|
import { PublicProps } from 'vue';
|
|
19
|
-
import { Ref } from 'vue';
|
|
20
|
-
import { ShallowRef } from 'vue';
|
|
21
|
-
import { Slot } from 'vue';
|
|
22
7
|
import { VNode } from 'vue';
|
|
23
|
-
import { VNodeProps } from 'vue';
|
|
24
|
-
import { WatchOptions } from 'vue';
|
|
25
|
-
import { WatchStopHandle } from 'vue';
|
|
26
8
|
|
|
27
|
-
declare const
|
|
28
|
-
"update:modelValue": (value: string[]) => any;
|
|
9
|
+
declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
|
+
"update:modelValue": (value: string[]) => any;
|
|
29
11
|
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
30
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
12
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
31
13
|
}>, {
|
|
32
|
-
appearance: "standard" | "ghost";
|
|
33
|
-
behavior: "multiple" | "single";
|
|
34
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
14
|
+
appearance: "standard" | "ghost";
|
|
15
|
+
behavior: "multiple" | "single";
|
|
16
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
35
17
|
|
|
36
|
-
declare const
|
|
18
|
+
declare const __VLS_base_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
37
19
|
|
|
38
|
-
declare const
|
|
39
|
-
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
40
|
-
size: "s" | "m" | "l";
|
|
41
|
-
orientation: "vertical" | "horizontal";
|
|
42
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
20
|
+
declare const __VLS_base_11: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
21
|
+
appearance: "primary" | "secondary" | "tertiary" | "inverse";
|
|
22
|
+
size: "s" | "m" | "l";
|
|
23
|
+
orientation: "vertical" | "horizontal";
|
|
24
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
43
25
|
|
|
44
|
-
declare const
|
|
45
|
-
"update:open": (value: boolean) => any;
|
|
46
|
-
back: () => any;
|
|
26
|
+
declare const __VLS_base_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
27
|
+
"update:open": (value: boolean) => any;
|
|
28
|
+
back: () => any;
|
|
47
29
|
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
48
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
49
|
-
onBack?: (() => any) | undefined;
|
|
30
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
31
|
+
onBack?: (() => any) | undefined;
|
|
50
32
|
}>, {
|
|
51
|
-
scroll: boolean;
|
|
52
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
53
|
-
sectionRef: HTMLElement;
|
|
54
|
-
titleRef: HTMLHeadingElement;
|
|
55
|
-
}, any>;
|
|
33
|
+
scroll: boolean;
|
|
34
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
56
35
|
|
|
57
|
-
declare const
|
|
36
|
+
declare const __VLS_base_13: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
58
37
|
|
|
59
|
-
declare const
|
|
38
|
+
declare const __VLS_base_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
60
39
|
|
|
61
|
-
declare const
|
|
62
|
-
"update:modelValue": (v: NormalizedFile[]) => any;
|
|
63
|
-
validation: (validationState: FilesValidationState) => any;
|
|
40
|
+
declare const __VLS_base_15: DefineComponent<FileUploaderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
41
|
+
"update:modelValue": (v: NormalizedFile[]) => any;
|
|
42
|
+
validation: (validationState: FilesValidationState) => any;
|
|
64
43
|
}, string, PublicProps, Readonly<FileUploaderProps> & Readonly<{
|
|
65
|
-
"onUpdate:modelValue"?: ((v: NormalizedFile[]) => any) | undefined;
|
|
66
|
-
onValidation?: ((validationState: FilesValidationState) => any) | undefined;
|
|
44
|
+
"onUpdate:modelValue"?: ((v: NormalizedFile[]) => any) | undefined;
|
|
45
|
+
onValidation?: ((validationState: FilesValidationState) => any) | undefined;
|
|
67
46
|
}>, {
|
|
68
|
-
title: string;
|
|
69
|
-
subtitle: string;
|
|
70
|
-
hasDragDrop: boolean;
|
|
71
|
-
showFilesList: boolean;
|
|
72
|
-
uploadButtonLabel: string;
|
|
73
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
74
|
-
|
|
75
|
-
},
|
|
76
|
-
|
|
77
|
-
declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
78
|
-
delete: () => any;
|
|
47
|
+
title: string;
|
|
48
|
+
subtitle: string;
|
|
49
|
+
hasDragDrop: boolean;
|
|
50
|
+
showFilesList: boolean;
|
|
51
|
+
uploadButtonLabel: string;
|
|
52
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
53
|
+
|
|
54
|
+
declare const __VLS_base_16: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
55
|
+
delete: () => any;
|
|
79
56
|
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
80
|
-
onDelete?: (() => any) | undefined;
|
|
57
|
+
onDelete?: (() => any) | undefined;
|
|
81
58
|
}>, {
|
|
82
|
-
format: "inline" | "stacked";
|
|
83
|
-
deleteButtonLabel: string;
|
|
84
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
85
|
-
|
|
86
|
-
declare const
|
|
87
|
-
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
88
|
-
type: "button" | "reset" | "submit";
|
|
89
|
-
size: "s" | "m" | "l";
|
|
90
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
91
|
-
|
|
92
|
-
declare const __VLS_component_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
93
|
-
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
94
|
-
size: "s" | "m";
|
|
95
|
-
iconPosition: "left" | "right";
|
|
59
|
+
format: "inline" | "stacked";
|
|
60
|
+
deleteButtonLabel: string;
|
|
61
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
|
|
63
|
+
declare const __VLS_base_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
64
|
+
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
65
|
+
type: "button" | "reset" | "submit";
|
|
66
|
+
size: "s" | "m" | "l";
|
|
96
67
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
97
68
|
|
|
98
|
-
declare const
|
|
99
|
-
|
|
69
|
+
declare const __VLS_base_18: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
70
|
+
appearance: "secondary" | "accent" | "inverse" | "standard";
|
|
71
|
+
size: "s" | "m";
|
|
72
|
+
iconPosition: "left" | "right";
|
|
73
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
74
|
+
|
|
75
|
+
declare const __VLS_base_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
76
|
+
"update:open": (value: boolean) => any;
|
|
100
77
|
}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
|
|
101
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
78
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
102
79
|
}>, {
|
|
103
|
-
scroll: boolean;
|
|
104
|
-
closable: boolean;
|
|
105
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
106
|
-
modalRef: HTMLElement;
|
|
107
|
-
}, any>;
|
|
80
|
+
scroll: boolean;
|
|
81
|
+
closable: boolean;
|
|
82
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
108
83
|
|
|
109
|
-
declare const
|
|
110
|
-
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
111
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
84
|
+
declare const __VLS_base_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {
|
|
85
|
+
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
86
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
112
87
|
|
|
113
|
-
declare const
|
|
88
|
+
declare const __VLS_base_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
114
89
|
|
|
115
|
-
declare const
|
|
116
|
-
back: () => any;
|
|
117
|
-
"toggle-menu": () => any;
|
|
90
|
+
declare const __VLS_base_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
91
|
+
back: () => any;
|
|
92
|
+
"toggle-menu": () => any;
|
|
118
93
|
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
119
|
-
onBack?: (() => any) | undefined;
|
|
120
|
-
"onToggle-menu"?: (() => any) | undefined;
|
|
121
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
122
|
-
|
|
123
|
-
declare const
|
|
124
|
-
appearance: "standard" | "inverse";
|
|
125
|
-
size: "s" | "m" | "l";
|
|
126
|
-
position: "top" | "right" | "bottom" | "left";
|
|
127
|
-
closable: boolean;
|
|
128
|
-
pointer: boolean;
|
|
129
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
130
|
-
|
|
131
|
-
},
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"update:modelValue": (value: boolean) => any;
|
|
135
|
-
close: () => any;
|
|
94
|
+
onBack?: (() => any) | undefined;
|
|
95
|
+
"onToggle-menu"?: (() => any) | undefined;
|
|
96
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
97
|
+
|
|
98
|
+
declare const __VLS_base_22: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
|
|
99
|
+
appearance: "standard" | "inverse";
|
|
100
|
+
size: "s" | "m" | "l";
|
|
101
|
+
position: "top" | "right" | "bottom" | "left";
|
|
102
|
+
closable: boolean;
|
|
103
|
+
pointer: boolean;
|
|
104
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
105
|
+
|
|
106
|
+
declare const __VLS_base_23: DefineComponent<__VLS_Props_46, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
107
|
+
"update:modelValue": (value: boolean) => any;
|
|
108
|
+
close: () => any;
|
|
136
109
|
}, string, PublicProps, Readonly<__VLS_Props_46> & Readonly<{
|
|
137
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
138
|
-
onClose?: (() => any) | undefined;
|
|
139
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
110
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
111
|
+
onClose?: (() => any) | undefined;
|
|
112
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
140
113
|
|
|
141
|
-
declare const
|
|
142
|
-
trigger: HTMLButtonElement;
|
|
143
|
-
listbox: HTMLDivElement;
|
|
144
|
-
}, any>;
|
|
114
|
+
declare const __VLS_base_24: DefineComponent<__VLS_Props_47, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_47> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
145
115
|
|
|
146
|
-
declare const
|
|
147
|
-
"log-out": () => any;
|
|
116
|
+
declare const __VLS_base_25: DefineComponent<__VLS_Props_48, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
117
|
+
"log-out": () => any;
|
|
148
118
|
}, string, PublicProps, Readonly<__VLS_Props_48> & Readonly<{
|
|
149
|
-
"onLog-out"?: (() => any) | undefined;
|
|
150
|
-
}>, {
|
|
151
|
-
logOutLabel: string;
|
|
152
|
-
expendable: boolean;
|
|
153
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
154
|
-
listbox: ({
|
|
155
|
-
$: ComponentInternalInstance;
|
|
156
|
-
$data: {};
|
|
157
|
-
$props: {
|
|
158
|
-
readonly expanded: boolean;
|
|
159
|
-
readonly logOutLabel: string;
|
|
160
|
-
readonly onListboxKeydown: (event: KeyboardEvent) => void;
|
|
161
|
-
readonly hideFloatingItem: () => void;
|
|
162
|
-
readonly "onLog-out"?: (() => any) | undefined;
|
|
163
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
164
|
-
$attrs: Attrs;
|
|
165
|
-
$refs: {
|
|
166
|
-
[x: string]: unknown;
|
|
167
|
-
} & {
|
|
168
|
-
container: HTMLDivElement;
|
|
169
|
-
};
|
|
170
|
-
$slots: Readonly<{
|
|
171
|
-
[name: string]: Slot<any> | undefined;
|
|
172
|
-
}>;
|
|
173
|
-
$root: ComponentPublicInstance | null;
|
|
174
|
-
$parent: ComponentPublicInstance | null;
|
|
175
|
-
$host: Element | null;
|
|
176
|
-
$emit: (event: "log-out") => void;
|
|
177
|
-
$el: HTMLDivElement;
|
|
178
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
179
|
-
expanded: boolean;
|
|
180
|
-
logOutLabel: string;
|
|
181
|
-
onListboxKeydown: (event: KeyboardEvent) => void;
|
|
182
|
-
hideFloatingItem: () => void;
|
|
183
|
-
}> & Readonly<{
|
|
184
|
-
"onLog-out"?: (() => any) | undefined;
|
|
119
|
+
"onLog-out"?: (() => any) | undefined;
|
|
185
120
|
}>, {
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
195
|
-
updated?: (() => void) | (() => void)[];
|
|
196
|
-
activated?: (() => void) | (() => void)[];
|
|
197
|
-
deactivated?: (() => void) | (() => void)[];
|
|
198
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
199
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
200
|
-
destroyed?: (() => void) | (() => void)[];
|
|
201
|
-
unmounted?: (() => void) | (() => void)[];
|
|
202
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
203
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
204
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
205
|
-
};
|
|
206
|
-
$forceUpdate: () => void;
|
|
207
|
-
$nextTick: nextTick;
|
|
208
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
209
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
210
|
-
expanded: boolean;
|
|
211
|
-
logOutLabel: string;
|
|
212
|
-
onListboxKeydown: (event: KeyboardEvent) => void;
|
|
213
|
-
hideFloatingItem: () => void;
|
|
214
|
-
}> & Readonly<{
|
|
215
|
-
"onLog-out"?: (() => any) | undefined;
|
|
216
|
-
}>, "container"> & {
|
|
217
|
-
container: HTMLDivElement | null;
|
|
218
|
-
} & {} & ComponentCustomProperties & {} & {
|
|
219
|
-
$slots: {
|
|
220
|
-
default?(_: {}): any;
|
|
221
|
-
};
|
|
222
|
-
}) | null;
|
|
223
|
-
trigger: HTMLButtonElement;
|
|
224
|
-
}, HTMLElement>;
|
|
225
|
-
|
|
226
|
-
declare const __VLS_component_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
227
|
-
trigger: HTMLButtonElement;
|
|
228
|
-
listbox: HTMLDivElement;
|
|
229
|
-
}, any>;
|
|
230
|
-
|
|
231
|
-
declare const __VLS_component_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
232
|
-
close: () => any;
|
|
121
|
+
logOutLabel: string;
|
|
122
|
+
expendable: boolean;
|
|
123
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
124
|
+
|
|
125
|
+
declare const __VLS_base_26: DefineComponent<__VLS_Props_52, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_52> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
126
|
+
|
|
127
|
+
declare const __VLS_base_27: DefineComponent<__VLS_Props_57, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
128
|
+
close: () => any;
|
|
233
129
|
}, string, PublicProps, Readonly<__VLS_Props_57> & Readonly<{
|
|
234
|
-
onClose?: (() => any) | undefined;
|
|
130
|
+
onClose?: (() => any) | undefined;
|
|
235
131
|
}>, {
|
|
236
|
-
status: "info" | "success" | "warning" | "error";
|
|
237
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
132
|
+
status: "info" | "success" | "warning" | "error";
|
|
133
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
238
134
|
|
|
239
|
-
declare const
|
|
240
|
-
"update:modelValue": (value: boolean) => any;
|
|
241
|
-
"remove-tag": (id: string) => any;
|
|
135
|
+
declare const __VLS_base_28: DefineComponent<__VLS_Props_63, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
136
|
+
"update:modelValue": (value: boolean) => any;
|
|
137
|
+
"remove-tag": (id: string) => any;
|
|
242
138
|
}, string, PublicProps, Readonly<__VLS_Props_63> & Readonly<{
|
|
243
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
244
|
-
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
139
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
140
|
+
"onRemove-tag"?: ((id: string) => any) | undefined;
|
|
245
141
|
}>, {
|
|
246
|
-
type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
|
|
247
|
-
contextualisedNumber: number;
|
|
248
|
-
removableLabel: string;
|
|
142
|
+
type: "informative" | "interactive" | "contextualised" | "removable" | "selectable";
|
|
143
|
+
contextualisedNumber: number;
|
|
144
|
+
removableLabel: string;
|
|
249
145
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
250
146
|
|
|
251
|
-
declare const
|
|
252
|
-
focus: typeof focus_2;
|
|
147
|
+
declare const __VLS_base_29: DefineComponent<__VLS_Props_65, {
|
|
148
|
+
focus: typeof focus_2;
|
|
253
149
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
254
|
-
"update:modelValue": (value: string | number) => any;
|
|
150
|
+
"update:modelValue": (value: string | number) => any;
|
|
255
151
|
}, string, PublicProps, Readonly<__VLS_Props_65> & Readonly<{
|
|
256
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
152
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
257
153
|
}>, {
|
|
258
|
-
size: "s" | "m";
|
|
259
|
-
inputType: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
260
|
-
clearLabel: string;
|
|
261
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
262
|
-
|
|
263
|
-
}, any>;
|
|
264
|
-
|
|
265
|
-
declare const
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
declare const __VLS_component_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
273
|
-
action: () => any;
|
|
154
|
+
size: "s" | "m";
|
|
155
|
+
inputType: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
156
|
+
clearLabel: string;
|
|
157
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
|
+
|
|
159
|
+
declare const __VLS_base_3: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
160
|
+
|
|
161
|
+
declare const __VLS_base_30: DefineComponent<__VLS_Props_66, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_66> & Readonly<{}>, {
|
|
162
|
+
appearance: "primary" | "secondary" | "inverse";
|
|
163
|
+
bordered: boolean;
|
|
164
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
165
|
+
|
|
166
|
+
declare const __VLS_base_31: DefineComponent<__VLS_Props_67, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
167
|
+
action: () => any;
|
|
274
168
|
}, string, PublicProps, Readonly<__VLS_Props_67> & Readonly<{
|
|
275
|
-
onAction?: (() => any) | undefined;
|
|
169
|
+
onAction?: (() => any) | undefined;
|
|
276
170
|
}>, {
|
|
277
|
-
appearance: "primary" | "secondary" | "inverse";
|
|
278
|
-
iconPosition: "bottom" | "right";
|
|
279
|
-
bordered: boolean;
|
|
171
|
+
appearance: "primary" | "secondary" | "inverse";
|
|
172
|
+
iconPosition: "bottom" | "right";
|
|
173
|
+
bordered: boolean;
|
|
280
174
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
281
175
|
|
|
282
|
-
declare const
|
|
283
|
-
appearance: "primary" | "secondary";
|
|
284
|
-
label: string;
|
|
285
|
-
trigger: "container" | "icon" | "button";
|
|
286
|
-
bordered: boolean;
|
|
287
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
176
|
+
declare const __VLS_base_32: DefineComponent<__VLS_Props_68, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_68> & Readonly<{}>, {
|
|
177
|
+
appearance: "primary" | "secondary";
|
|
178
|
+
label: string;
|
|
179
|
+
trigger: "container" | "icon" | "button";
|
|
180
|
+
bordered: boolean;
|
|
181
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
288
182
|
|
|
289
|
-
declare const
|
|
290
|
-
"update:modelValue": (value: boolean) => any;
|
|
183
|
+
declare const __VLS_base_33: DefineComponent<__VLS_Props_69, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
184
|
+
"update:modelValue": (value: boolean) => any;
|
|
291
185
|
}, string, PublicProps, Readonly<__VLS_Props_69> & Readonly<{
|
|
292
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
186
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
293
187
|
}>, {
|
|
294
|
-
inputType: "checkbox" | "radio";
|
|
295
|
-
bordered: boolean;
|
|
296
|
-
inputPosition: "left" | "right";
|
|
297
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
188
|
+
inputType: "checkbox" | "radio";
|
|
189
|
+
bordered: boolean;
|
|
190
|
+
inputPosition: "left" | "right";
|
|
191
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
298
192
|
|
|
299
|
-
declare const
|
|
300
|
-
"update:open": (value: boolean) => any;
|
|
193
|
+
declare const __VLS_base_34: DefineComponent<__VLS_Props_70, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
194
|
+
"update:open": (value: boolean) => any;
|
|
301
195
|
}, string, PublicProps, Readonly<__VLS_Props_70> & Readonly<{
|
|
302
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
196
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
303
197
|
}>, {
|
|
304
|
-
status: "info" | "success" | "warning" | "error";
|
|
305
|
-
closable: boolean;
|
|
306
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
307
|
-
|
|
308
|
-
declare const
|
|
309
|
-
position: "top" | "bottom" | "left" | "right";
|
|
310
|
-
pointer: boolean;
|
|
311
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
312
|
-
|
|
313
|
-
declare const
|
|
314
|
-
close: () => any;
|
|
315
|
-
action: (value: string | number) => any;
|
|
198
|
+
status: "info" | "success" | "warning" | "error";
|
|
199
|
+
closable: boolean;
|
|
200
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
201
|
+
|
|
202
|
+
declare const __VLS_base_35: DefineComponent<__VLS_Props_73, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_73> & Readonly<{}>, {
|
|
203
|
+
position: "top" | "bottom" | "left" | "right";
|
|
204
|
+
pointer: boolean;
|
|
205
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
206
|
+
|
|
207
|
+
declare const __VLS_base_4: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
208
|
+
close: () => any;
|
|
209
|
+
action: (value: string | number) => any;
|
|
316
210
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
317
|
-
onClose?: (() => any) | undefined;
|
|
318
|
-
onAction?: ((value: string | number) => any) | undefined;
|
|
211
|
+
onClose?: (() => any) | undefined;
|
|
212
|
+
onAction?: ((value: string | number) => any) | undefined;
|
|
319
213
|
}>, {
|
|
320
|
-
position: "top" | "bottom" | "left" | "right";
|
|
321
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}, HTMLDivElement>;
|
|
347
|
-
|
|
348
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
349
|
-
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
350
|
-
"update:open": (value: boolean) => any;
|
|
214
|
+
position: "top" | "bottom" | "left" | "right";
|
|
215
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
216
|
+
|
|
217
|
+
declare const __VLS_base_5: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
218
|
+
size: "s" | "m" | "l";
|
|
219
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
220
|
+
|
|
221
|
+
declare const __VLS_base_6: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{}>, {
|
|
222
|
+
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
223
|
+
type: "button" | "reset" | "submit";
|
|
224
|
+
size: "s" | "m" | "l";
|
|
225
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
226
|
+
|
|
227
|
+
declare const __VLS_base_7: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
|
|
228
|
+
appearance: "standard" | "accent" | "tips" | "inverse";
|
|
229
|
+
tag: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
230
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
231
|
+
|
|
232
|
+
declare const __VLS_base_8: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
233
|
+
previousButtonAriaLabel: string;
|
|
234
|
+
nextButtonAriaLabel: string;
|
|
235
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
236
|
+
|
|
237
|
+
declare const __VLS_base_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
238
|
+
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
239
|
+
"update:open": (value: boolean) => any;
|
|
351
240
|
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
352
|
-
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
353
|
-
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
241
|
+
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
242
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
354
243
|
}>, {
|
|
355
|
-
size: "s" | "m";
|
|
356
|
-
placeholder: string;
|
|
357
|
-
clearLabel: string;
|
|
358
|
-
searchPlaceholder: string;
|
|
359
|
-
selectLabel: string;
|
|
360
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
readonly isInvalid?: boolean | undefined;
|
|
398
|
-
readonly disabled?: boolean | undefined;
|
|
399
|
-
readonly size?: "s" | "m" | undefined;
|
|
400
|
-
readonly readonly?: boolean | undefined;
|
|
401
|
-
readonly isClearable?: boolean | undefined;
|
|
402
|
-
readonly clearLabel?: string | undefined;
|
|
403
|
-
readonly prefix?: string | undefined;
|
|
404
|
-
readonly suffix?: string | undefined;
|
|
405
|
-
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
406
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
407
|
-
$attrs: Attrs;
|
|
408
|
-
$refs: {
|
|
409
|
-
[x: string]: unknown;
|
|
410
|
-
} & {
|
|
411
|
-
textInput: HTMLInputElement;
|
|
412
|
-
};
|
|
413
|
-
$slots: Readonly<{
|
|
414
|
-
[name: string]: Slot<any> | undefined;
|
|
415
|
-
}>;
|
|
416
|
-
$root: ComponentPublicInstance | null;
|
|
417
|
-
$parent: ComponentPublicInstance | null;
|
|
418
|
-
$host: Element | null;
|
|
419
|
-
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
420
|
-
$el: any;
|
|
421
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
422
|
-
id: string;
|
|
423
|
-
name?: string;
|
|
424
|
-
modelValue?: string | number;
|
|
425
|
-
placeholder?: string;
|
|
426
|
-
inputType?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
427
|
-
isInvalid?: boolean;
|
|
428
|
-
disabled?: boolean;
|
|
429
|
-
size?: "s" | "m";
|
|
430
|
-
readonly?: boolean;
|
|
431
|
-
isClearable?: boolean;
|
|
432
|
-
clearLabel?: string;
|
|
433
|
-
prefix?: string;
|
|
434
|
-
suffix?: string;
|
|
435
|
-
}> & Readonly<{
|
|
436
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
244
|
+
size: "s" | "m";
|
|
245
|
+
placeholder: string;
|
|
246
|
+
clearLabel: string;
|
|
247
|
+
searchPlaceholder: string;
|
|
248
|
+
selectLabel: string;
|
|
249
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
250
|
+
|
|
251
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
252
|
+
|
|
253
|
+
declare const __VLS_export_10: __VLS_WithSlots_8<typeof __VLS_base_8, __VLS_Slots_8>;
|
|
254
|
+
|
|
255
|
+
declare const __VLS_export_11: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
256
|
+
"update:modelValue": (value: boolean) => any;
|
|
257
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
258
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
259
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
260
|
+
|
|
261
|
+
declare const __VLS_export_12: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
262
|
+
"update:modelValue": (value: string[]) => any;
|
|
263
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
264
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
265
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
266
|
+
|
|
267
|
+
declare const __VLS_export_13: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
268
|
+
"update:modelValue": (value: number) => any;
|
|
269
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
270
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
271
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
272
|
+
|
|
273
|
+
declare const __VLS_export_14: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
274
|
+
type: "percentage" | "content";
|
|
275
|
+
value: number;
|
|
276
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
277
|
+
|
|
278
|
+
declare const __VLS_export_15: __VLS_WithSlots_9<typeof __VLS_base_9, __VLS_Slots_9>;
|
|
279
|
+
|
|
280
|
+
declare const __VLS_export_16: __VLS_WithSlots_10<typeof __VLS_base_10, __VLS_Slots_10>;
|
|
281
|
+
|
|
282
|
+
declare const __VLS_export_17: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
283
|
+
"update:modelValue": (value: string | number) => any;
|
|
284
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
285
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
437
286
|
}>, {
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
} & Readonly<{
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
}> &
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
};
|
|
493
|
-
}) | null;
|
|
494
|
-
};
|
|
495
|
-
$slots: Readonly<{
|
|
496
|
-
[name: string]: Slot<any> | undefined;
|
|
497
|
-
}>;
|
|
498
|
-
$root: ComponentPublicInstance | null;
|
|
499
|
-
$parent: ComponentPublicInstance | null;
|
|
500
|
-
$host: Element | null;
|
|
501
|
-
$emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
|
|
502
|
-
$el: HTMLDivElement;
|
|
503
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
504
|
-
modelValue: string | number | null | (string | number)[];
|
|
505
|
-
id: string;
|
|
506
|
-
open?: boolean;
|
|
507
|
-
multiple?: boolean;
|
|
508
|
-
readonly?: boolean;
|
|
509
|
-
search?: boolean;
|
|
510
|
-
actions?: boolean;
|
|
511
|
-
checkableSections?: boolean;
|
|
512
|
-
searchPlaceholder?: string;
|
|
513
|
-
selectLabel?: string;
|
|
514
|
-
clearLabel?: string;
|
|
515
|
-
options: Array<ListboxOption>;
|
|
516
|
-
}> & Readonly<{
|
|
517
|
-
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
518
|
-
onOpen?: (() => any) | undefined;
|
|
519
|
-
onClose?: (() => any) | undefined;
|
|
287
|
+
size: "s" | "m";
|
|
288
|
+
clearLabel: string;
|
|
289
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
290
|
+
|
|
291
|
+
declare const __VLS_export_18: __VLS_WithSlots_11<typeof __VLS_base_11, __VLS_Slots_11>;
|
|
292
|
+
|
|
293
|
+
declare const __VLS_export_19: __VLS_WithSlots_12<typeof __VLS_base_12, __VLS_Slots_12>;
|
|
294
|
+
|
|
295
|
+
declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
|
|
296
|
+
|
|
297
|
+
declare const __VLS_export_20: __VLS_WithSlots_13<typeof __VLS_base_13, __VLS_Slots_13>;
|
|
298
|
+
|
|
299
|
+
declare const __VLS_export_21: __VLS_WithSlots_14<typeof __VLS_base_14, __VLS_Slots_14>;
|
|
300
|
+
|
|
301
|
+
declare const __VLS_export_22: __VLS_WithSlots_15<typeof __VLS_base_15, __VLS_Slots_15>;
|
|
302
|
+
|
|
303
|
+
declare const __VLS_export_23: __VLS_WithSlots_16<typeof __VLS_base_16, __VLS_Slots_16>;
|
|
304
|
+
|
|
305
|
+
declare const __VLS_export_24: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
306
|
+
|
|
307
|
+
declare const __VLS_export_25: __VLS_WithSlots_17<typeof __VLS_base_17, __VLS_Slots_17>;
|
|
308
|
+
|
|
309
|
+
declare const __VLS_export_26: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
310
|
+
size: "s" | "m" | "l";
|
|
311
|
+
status: "info" | "warning" | "error" | "success" | "neutral";
|
|
312
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
313
|
+
|
|
314
|
+
declare const __VLS_export_27: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
315
|
+
value: number;
|
|
316
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
317
|
+
|
|
318
|
+
declare const __VLS_export_28: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
319
|
+
value: number;
|
|
320
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
321
|
+
|
|
322
|
+
declare const __VLS_export_29: __VLS_WithSlots_18<typeof __VLS_base_18, __VLS_Slots_18>;
|
|
323
|
+
|
|
324
|
+
declare const __VLS_export_3: __VLS_WithSlots_3<typeof __VLS_base_3, __VLS_Slots_3>;
|
|
325
|
+
|
|
326
|
+
declare const __VLS_export_30: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
327
|
+
appearance: "standard" | "accent" | "inverse";
|
|
328
|
+
size: "xs" | "s" | "m" | "l";
|
|
329
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
330
|
+
|
|
331
|
+
declare const __VLS_export_31: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
332
|
+
|
|
333
|
+
declare const __VLS_export_32: __VLS_WithSlots_19<typeof __VLS_base_19, __VLS_Slots_19>;
|
|
334
|
+
|
|
335
|
+
declare const __VLS_export_33: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
336
|
+
"update:modelValue": (value: number) => any;
|
|
337
|
+
action: () => any;
|
|
338
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
339
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
340
|
+
onAction?: (() => any) | undefined;
|
|
520
341
|
}>, {
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
modelValue: string
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
}> & Readonly<{
|
|
572
|
-
"onUpdate:modelValue"?: ((value: string
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
},
|
|
342
|
+
action: "pause" | "resume";
|
|
343
|
+
player: boolean;
|
|
344
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
345
|
+
|
|
346
|
+
declare const __VLS_export_34: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
347
|
+
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
348
|
+
size: "s" | "m";
|
|
349
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
350
|
+
|
|
351
|
+
declare const __VLS_export_35: __VLS_WithSlots_20<typeof __VLS_base_20, __VLS_Slots_20>;
|
|
352
|
+
|
|
353
|
+
declare const __VLS_export_36: __VLS_WithSlots_21<typeof __VLS_base_21, __VLS_Slots_21>;
|
|
354
|
+
|
|
355
|
+
declare const __VLS_export_37: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
356
|
+
"update:modelValue": (value: number) => any;
|
|
357
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
358
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
359
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
360
|
+
|
|
361
|
+
declare const __VLS_export_38: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
362
|
+
"update:modelValue": (value: string | number) => any;
|
|
363
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
364
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
365
|
+
}>, {
|
|
366
|
+
clearLabel: string;
|
|
367
|
+
buttonLabel: {
|
|
368
|
+
show: string;
|
|
369
|
+
hide: string;
|
|
370
|
+
};
|
|
371
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
372
|
+
|
|
373
|
+
declare const __VLS_export_39: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
374
|
+
"update:modelValue": (value: string) => any;
|
|
375
|
+
valid: (isValid: boolean) => any;
|
|
376
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
377
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
378
|
+
onValid?: ((isValid: boolean) => any) | undefined;
|
|
379
|
+
}>, {
|
|
380
|
+
modelValue: string;
|
|
381
|
+
size: "s" | "m";
|
|
382
|
+
prefix: boolean;
|
|
383
|
+
defaultCountry: CountryCode;
|
|
384
|
+
flag: boolean;
|
|
385
|
+
locale: string;
|
|
386
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
387
|
+
|
|
388
|
+
declare const __VLS_export_4: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
389
|
+
|
|
390
|
+
declare const __VLS_export_40: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
391
|
+
"update:modelValue": (value: string) => any;
|
|
392
|
+
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
393
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
394
|
+
}>, {
|
|
395
|
+
length: 4 | 5 | 6;
|
|
396
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
397
|
+
|
|
398
|
+
declare const __VLS_export_41: __VLS_WithSlots_22<typeof __VLS_base_22, __VLS_Slots_22>;
|
|
399
|
+
|
|
400
|
+
declare const __VLS_export_42: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
401
|
+
"update:modelValue": (value: number) => any;
|
|
402
|
+
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
403
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
404
|
+
}>, {
|
|
405
|
+
modelValue: number;
|
|
406
|
+
size: "s" | "m";
|
|
407
|
+
name: string;
|
|
408
|
+
step: number;
|
|
409
|
+
min: number;
|
|
410
|
+
max: number;
|
|
411
|
+
incrementlabel: string;
|
|
412
|
+
decrementLabel: string;
|
|
413
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
414
|
+
|
|
415
|
+
declare const __VLS_export_43: DefineComponent<__VLS_Props_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
416
|
+
"update:modelValue": (value: boolean) => any;
|
|
417
|
+
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
418
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
419
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
420
|
+
|
|
421
|
+
declare const __VLS_export_44: DefineComponent<__VLS_Props_43, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
422
|
+
"update:modelValue": (value: string) => any;
|
|
423
|
+
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
424
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
425
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
426
|
+
|
|
427
|
+
declare const __VLS_export_45: DefineComponent<__VLS_Props_44, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
428
|
+
"update:modelValue": (value?: string | number | undefined) => any;
|
|
429
|
+
}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
|
|
430
|
+
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
431
|
+
}>, {
|
|
432
|
+
modelValue: string | number;
|
|
433
|
+
size: "s" | "m";
|
|
434
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
435
|
+
|
|
436
|
+
declare const __VLS_export_46: DefineComponent<__VLS_Props_45, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
437
|
+
"update:modelValue": (value: string | number) => any;
|
|
438
|
+
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
439
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
440
|
+
}>, {
|
|
441
|
+
size: "s" | "m";
|
|
442
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
443
|
+
|
|
444
|
+
declare const __VLS_export_47: __VLS_WithSlots_23<typeof __VLS_base_23, __VLS_Slots_23>;
|
|
445
|
+
|
|
446
|
+
declare const __VLS_export_48: __VLS_WithSlots_24<typeof __VLS_base_24, __VLS_Slots_24>;
|
|
447
|
+
|
|
448
|
+
declare const __VLS_export_49: __VLS_WithSlots_25<typeof __VLS_base_25, __VLS_Slots_25>;
|
|
449
|
+
|
|
450
|
+
declare const __VLS_export_5: __VLS_WithSlots_5<typeof __VLS_base_5, __VLS_Slots_5>;
|
|
451
|
+
|
|
452
|
+
declare const __VLS_export_50: DefineComponent<__VLS_Props_49, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_49> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
453
|
+
|
|
454
|
+
declare const __VLS_export_51: DefineComponent<__VLS_Props_50, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
455
|
+
click: (value: MouseEvent) => any;
|
|
456
|
+
}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
|
|
457
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
458
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
459
|
+
|
|
460
|
+
declare const __VLS_export_52: DefineComponent<__VLS_Props_51, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_51> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
461
|
+
|
|
462
|
+
declare const __VLS_export_53: __VLS_WithSlots_26<typeof __VLS_base_26, __VLS_Slots_26>;
|
|
463
|
+
|
|
464
|
+
declare const __VLS_export_54: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
465
|
+
"update:modelValue": (value: number) => any;
|
|
466
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
467
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
468
|
+
}>, {
|
|
469
|
+
appearance: "standard" | "accent";
|
|
470
|
+
size: "s" | "m" | "l";
|
|
471
|
+
readonly: boolean;
|
|
472
|
+
compact: boolean;
|
|
473
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
474
|
+
|
|
475
|
+
declare const __VLS_export_55: DefineComponent<__VLS_Props_54, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_54> & Readonly<{}>, {
|
|
476
|
+
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
477
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
478
|
+
|
|
479
|
+
declare const __VLS_export_56: DefineComponent<__VLS_Props_55, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_55> & Readonly<{}>, {
|
|
480
|
+
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
481
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
482
|
+
|
|
483
|
+
declare const __VLS_export_57: DefineComponent<__VLS_Props_56, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_56> & Readonly<{}>, {
|
|
484
|
+
appearance: "standard" | "accent";
|
|
485
|
+
status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
|
|
486
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
487
|
+
|
|
488
|
+
declare const __VLS_export_58: __VLS_WithSlots_27<typeof __VLS_base_27, __VLS_Slots_27>;
|
|
489
|
+
|
|
490
|
+
declare const __VLS_export_59: DefineComponent<__VLS_Props_58, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
491
|
+
"update:modelValue": (value: number) => any;
|
|
492
|
+
cancel: () => any;
|
|
493
|
+
validate: () => any;
|
|
494
|
+
}, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
|
|
495
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
496
|
+
onCancel?: (() => any) | undefined;
|
|
497
|
+
onValidate?: (() => any) | undefined;
|
|
498
|
+
}>, {
|
|
499
|
+
modelValue: number;
|
|
500
|
+
cancel: boolean;
|
|
501
|
+
steps: number;
|
|
502
|
+
cancelLabel: string;
|
|
503
|
+
previousLabel: string;
|
|
504
|
+
nextLabel: string;
|
|
505
|
+
validateLabel: string;
|
|
506
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
507
|
+
|
|
508
|
+
declare const __VLS_export_6: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
509
|
+
|
|
510
|
+
declare const __VLS_export_60: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
|
|
511
|
+
value: number;
|
|
512
|
+
maxSteps: number;
|
|
513
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
514
|
+
|
|
515
|
+
declare const __VLS_export_61: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
|
|
516
|
+
steps: Array<{
|
|
517
|
+
/**
|
|
518
|
+
* Uniquer identifier for the step.
|
|
519
|
+
*/
|
|
520
|
+
id?: string;
|
|
521
|
+
/**
|
|
522
|
+
* Label of the step.
|
|
523
|
+
*/
|
|
524
|
+
label: string;
|
|
525
|
+
/**
|
|
526
|
+
* Optional additional information under the label.
|
|
527
|
+
*/
|
|
528
|
+
additionalInfo?: string;
|
|
529
|
+
}>;
|
|
530
|
+
currentStep: string | number;
|
|
531
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
532
|
+
|
|
533
|
+
declare const __VLS_export_62: DefineComponent<__VLS_Props_61, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_61> & Readonly<{}>, {
|
|
534
|
+
steps: Array<{
|
|
535
|
+
/**
|
|
536
|
+
* Unique identifier for the step.
|
|
537
|
+
*/
|
|
538
|
+
id?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Label of the step.
|
|
541
|
+
*/
|
|
542
|
+
label: string;
|
|
543
|
+
/**
|
|
544
|
+
* Optional additional information under the label.
|
|
545
|
+
*/
|
|
546
|
+
additionalInfo?: string;
|
|
547
|
+
}>;
|
|
548
|
+
currentStep: string | number;
|
|
549
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
550
|
+
|
|
551
|
+
declare const __VLS_export_63: DefineComponent<__VLS_Props_62, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
552
|
+
"update:modelValue": (value?: string | number | undefined) => any;
|
|
553
|
+
}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
|
|
554
|
+
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
555
|
+
}>, {
|
|
556
|
+
modelValue: string | number;
|
|
557
|
+
divider: boolean;
|
|
558
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
559
|
+
|
|
560
|
+
declare const __VLS_export_64: __VLS_WithSlots_28<typeof __VLS_base_28, __VLS_Slots_28>;
|
|
561
|
+
|
|
562
|
+
declare const __VLS_export_65: DefineComponent<__VLS_Props_64, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
563
|
+
"update:modelValue": (value: string | number) => any;
|
|
564
|
+
}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
|
|
565
|
+
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
566
|
+
}>, {
|
|
567
|
+
rows: number;
|
|
568
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
569
|
+
|
|
570
|
+
declare const __VLS_export_66: __VLS_WithSlots_29<typeof __VLS_base_29, __VLS_Slots_29>;
|
|
571
|
+
|
|
572
|
+
declare const __VLS_export_67: __VLS_WithSlots_30<typeof __VLS_base_30, __VLS_Slots_30>;
|
|
573
|
+
|
|
574
|
+
declare const __VLS_export_68: __VLS_WithSlots_31<typeof __VLS_base_31, __VLS_Slots_31>;
|
|
575
|
+
|
|
576
|
+
declare const __VLS_export_69: __VLS_WithSlots_32<typeof __VLS_base_32, __VLS_Slots_32>;
|
|
577
|
+
|
|
578
|
+
declare const __VLS_export_7: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
579
|
+
"update:modelValue": (value: number) => any;
|
|
580
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
581
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
582
|
+
}>, {
|
|
583
|
+
label: string;
|
|
584
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
585
|
+
|
|
586
|
+
declare const __VLS_export_70: __VLS_WithSlots_33<typeof __VLS_base_33, __VLS_Slots_33>;
|
|
587
|
+
|
|
588
|
+
declare const __VLS_export_71: __VLS_WithSlots_34<typeof __VLS_base_34, __VLS_Slots_34>;
|
|
589
|
+
|
|
590
|
+
declare const __VLS_export_72: DefineComponent<__VLS_Props_71, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
591
|
+
"update:modelValue": (value: boolean) => any;
|
|
592
|
+
}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
|
|
593
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
594
|
+
}>, {
|
|
595
|
+
size: "s" | "m";
|
|
596
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
597
|
+
|
|
598
|
+
declare const __VLS_export_73: DefineComponent<__VLS_Props_72, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
599
|
+
"update:modelValue": (value: string[]) => any;
|
|
600
|
+
}, string, PublicProps, Readonly<__VLS_Props_72> & Readonly<{
|
|
601
|
+
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
602
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
603
|
+
|
|
604
|
+
declare const __VLS_export_74: __VLS_WithSlots_35<typeof __VLS_base_35, __VLS_Slots_35>;
|
|
605
|
+
|
|
606
|
+
declare const __VLS_export_8: __VLS_WithSlots_6<typeof __VLS_base_6, __VLS_Slots_6>;
|
|
607
|
+
|
|
608
|
+
declare const __VLS_export_9: __VLS_WithSlots_7<typeof __VLS_base_7, __VLS_Slots_7>;
|
|
609
|
+
|
|
610
|
+
declare type __VLS_ModelProps = {
|
|
611
|
+
/**
|
|
612
|
+
* The current rating value of the component.
|
|
613
|
+
* Used with `v-model` for two-way data binding.
|
|
614
|
+
* When the rating changes (via click or keyboard), an `update:modelValue` event is emitted.
|
|
615
|
+
*/
|
|
616
|
+
modelValue: number;
|
|
617
|
+
};
|
|
593
618
|
|
|
594
619
|
/**
|
|
595
620
|
* An Accordion List is a component that organizes content into collapsible sections, allowing users to show or hide related information within a vertically stacked layout. This structure helps optimize space and improve readability by displaying only relevant content when needed. Accordion Lists are commonly used in FAQs, settings menus, and structured content navigation to enhance user experience and reduce visual clutter.
|
|
@@ -2687,1431 +2712,571 @@ declare type __VLS_Props_9 = {
|
|
|
2687
2712
|
tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
2688
2713
|
};
|
|
2689
2714
|
|
|
2690
|
-
declare type __VLS_PublicProps =
|
|
2691
|
-
modelValue: number;
|
|
2692
|
-
} & __VLS_Props_53;
|
|
2715
|
+
declare type __VLS_PublicProps = __VLS_Props_53 & __VLS_ModelProps;
|
|
2693
2716
|
|
|
2694
|
-
declare
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
*/
|
|
2700
|
-
default: VNode;
|
|
2701
|
-
}> & {
|
|
2702
|
-
/**
|
|
2703
|
-
* Use this slot to display accordion items.
|
|
2704
|
-
*/
|
|
2705
|
-
default: VNode;
|
|
2706
|
-
};
|
|
2707
|
-
refs: {};
|
|
2708
|
-
rootEl: HTMLDivElement;
|
|
2717
|
+
declare type __VLS_Slots = {
|
|
2718
|
+
/**
|
|
2719
|
+
* Use this slot to display accordion items.
|
|
2720
|
+
*/
|
|
2721
|
+
default: VNode;
|
|
2709
2722
|
};
|
|
2710
2723
|
|
|
2711
|
-
declare
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
*/
|
|
2717
|
-
default?: VNode;
|
|
2718
|
-
}> & {
|
|
2719
|
-
/**
|
|
2720
|
-
* Use this slot to insert the content of the container.
|
|
2721
|
-
*/
|
|
2722
|
-
default?: VNode;
|
|
2723
|
-
};
|
|
2724
|
-
refs: {};
|
|
2725
|
-
rootEl: HTMLDivElement;
|
|
2724
|
+
declare type __VLS_Slots_10 = {
|
|
2725
|
+
/**
|
|
2726
|
+
* Use this slot to insert the content of the container.
|
|
2727
|
+
*/
|
|
2728
|
+
default?: VNode;
|
|
2726
2729
|
};
|
|
2727
2730
|
|
|
2728
|
-
declare
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
*/
|
|
2734
|
-
default?: VNode;
|
|
2735
|
-
}> & {
|
|
2736
|
-
/**
|
|
2737
|
-
* Use this slot to insert the content who need a vertical divider
|
|
2738
|
-
*/
|
|
2739
|
-
default?: VNode;
|
|
2740
|
-
};
|
|
2741
|
-
refs: {};
|
|
2742
|
-
rootEl: HTMLDivElement;
|
|
2731
|
+
declare type __VLS_Slots_11 = {
|
|
2732
|
+
/**
|
|
2733
|
+
* Use this slot to insert the content who need a vertical divider
|
|
2734
|
+
*/
|
|
2735
|
+
default?: VNode;
|
|
2743
2736
|
};
|
|
2744
2737
|
|
|
2745
|
-
declare
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
*/
|
|
2755
|
-
footer?: VNode;
|
|
2756
|
-
}> & {
|
|
2757
|
-
/**
|
|
2758
|
-
* Use this slot to insert the content of the drawer
|
|
2759
|
-
*/
|
|
2760
|
-
default?: VNode;
|
|
2761
|
-
/**
|
|
2762
|
-
* Use this slot to insert buttons in the footer
|
|
2763
|
-
*/
|
|
2764
|
-
footer?: VNode;
|
|
2765
|
-
};
|
|
2766
|
-
refs: {
|
|
2767
|
-
sectionRef: HTMLElement;
|
|
2768
|
-
titleRef: HTMLHeadingElement;
|
|
2769
|
-
};
|
|
2770
|
-
rootEl: any;
|
|
2738
|
+
declare type __VLS_Slots_12 = {
|
|
2739
|
+
/**
|
|
2740
|
+
* Use this slot to insert the content of the drawer
|
|
2741
|
+
*/
|
|
2742
|
+
default?: VNode;
|
|
2743
|
+
/**
|
|
2744
|
+
* Use this slot to insert buttons in the footer
|
|
2745
|
+
*/
|
|
2746
|
+
footer?: VNode;
|
|
2771
2747
|
};
|
|
2772
2748
|
|
|
2773
|
-
declare
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
*/
|
|
2779
|
-
default: VNode;
|
|
2780
|
-
}> & {
|
|
2781
|
-
/**
|
|
2782
|
-
* Use this slot to insert the form element of your choice
|
|
2783
|
-
*/
|
|
2784
|
-
default: VNode;
|
|
2785
|
-
};
|
|
2786
|
-
refs: {};
|
|
2787
|
-
rootEl: HTMLDivElement;
|
|
2749
|
+
declare type __VLS_Slots_13 = {
|
|
2750
|
+
/**
|
|
2751
|
+
* Use this slot to insert the form element of your choice
|
|
2752
|
+
*/
|
|
2753
|
+
default: VNode;
|
|
2788
2754
|
};
|
|
2789
2755
|
|
|
2790
|
-
declare
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
*/
|
|
2796
|
-
default: VNode;
|
|
2797
|
-
}> & {
|
|
2798
|
-
/**
|
|
2799
|
-
* Use this slot to insert the form element of your choice
|
|
2800
|
-
*/
|
|
2801
|
-
default: VNode;
|
|
2802
|
-
};
|
|
2803
|
-
refs: {};
|
|
2804
|
-
rootEl: HTMLFieldSetElement;
|
|
2756
|
+
declare type __VLS_Slots_14 = {
|
|
2757
|
+
/**
|
|
2758
|
+
* Use this slot to insert the form element of your choice
|
|
2759
|
+
*/
|
|
2760
|
+
default: VNode;
|
|
2805
2761
|
};
|
|
2806
2762
|
|
|
2807
|
-
declare
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
*/
|
|
2825
|
-
errorMessage: VNode;
|
|
2826
|
-
}> & {
|
|
2827
|
-
/**
|
|
2828
|
-
* Slot for customizing the file name display.
|
|
2829
|
-
* Receives `NormalizedFile` as slot props.
|
|
2830
|
-
*/
|
|
2831
|
-
name: VNode;
|
|
2832
|
-
/**
|
|
2833
|
-
* Slot for displaying additional file information.
|
|
2834
|
-
* Receives `NormalizedFile` as slot props.
|
|
2835
|
-
*/
|
|
2836
|
-
information: VNode;
|
|
2837
|
-
/**
|
|
2838
|
-
* Slot for providing a custom error message display.
|
|
2839
|
-
* Receives:
|
|
2840
|
-
* `{ validationState: { size: boolean; extension: boolean; customValidation: boolean } }`
|
|
2841
|
-
*/
|
|
2842
|
-
errorMessage: VNode;
|
|
2843
|
-
};
|
|
2844
|
-
refs: {
|
|
2845
|
-
fileInput: HTMLInputElement;
|
|
2846
|
-
};
|
|
2847
|
-
rootEl: HTMLDivElement;
|
|
2763
|
+
declare type __VLS_Slots_15 = {
|
|
2764
|
+
/**
|
|
2765
|
+
* Slot for customizing the file name display.
|
|
2766
|
+
* Receives `NormalizedFile` as slot props.
|
|
2767
|
+
*/
|
|
2768
|
+
name: VNode;
|
|
2769
|
+
/**
|
|
2770
|
+
* Slot for displaying additional file information.
|
|
2771
|
+
* Receives `NormalizedFile` as slot props.
|
|
2772
|
+
*/
|
|
2773
|
+
information: VNode;
|
|
2774
|
+
/**
|
|
2775
|
+
* Slot for providing a custom error message display.
|
|
2776
|
+
* Receives:
|
|
2777
|
+
* `{ validationState: { size: boolean; extension: boolean; customValidation: boolean } }`
|
|
2778
|
+
*/
|
|
2779
|
+
errorMessage: VNode;
|
|
2848
2780
|
};
|
|
2849
2781
|
|
|
2850
|
-
declare
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
*/
|
|
2865
|
-
errorMessage: VNode;
|
|
2866
|
-
}> & {
|
|
2867
|
-
/**
|
|
2868
|
-
* Slot for customizing the file name display.
|
|
2869
|
-
* Receives `{ file: { name: string; size?: number;} }` as slot props.
|
|
2870
|
-
*/
|
|
2871
|
-
name: VNode;
|
|
2872
|
-
/**
|
|
2873
|
-
* Slot for displaying additional file information.
|
|
2874
|
-
*/
|
|
2875
|
-
information: VNode;
|
|
2876
|
-
/**
|
|
2877
|
-
* Slot for providing a custom error message display.
|
|
2878
|
-
*/
|
|
2879
|
-
errorMessage: VNode;
|
|
2880
|
-
};
|
|
2881
|
-
refs: {};
|
|
2882
|
-
rootEl: HTMLDivElement;
|
|
2782
|
+
declare type __VLS_Slots_16 = {
|
|
2783
|
+
/**
|
|
2784
|
+
* Slot for customizing the file name display.
|
|
2785
|
+
* Receives `{ file: { name: string; size?: number;} }` as slot props.
|
|
2786
|
+
*/
|
|
2787
|
+
name: VNode;
|
|
2788
|
+
/**
|
|
2789
|
+
* Slot for displaying additional file information.
|
|
2790
|
+
*/
|
|
2791
|
+
information: VNode;
|
|
2792
|
+
/**
|
|
2793
|
+
* Slot for providing a custom error message display.
|
|
2794
|
+
*/
|
|
2795
|
+
errorMessage: VNode;
|
|
2883
2796
|
};
|
|
2884
2797
|
|
|
2885
|
-
declare
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
*/
|
|
2891
|
-
icon: VNode;
|
|
2892
|
-
}> & {
|
|
2893
|
-
/**
|
|
2894
|
-
* Use this slot to insert an icon for the Button.
|
|
2895
|
-
*/
|
|
2896
|
-
icon: VNode;
|
|
2897
|
-
};
|
|
2898
|
-
refs: {};
|
|
2899
|
-
rootEl: HTMLButtonElement;
|
|
2798
|
+
declare type __VLS_Slots_17 = {
|
|
2799
|
+
/**
|
|
2800
|
+
* Use this slot to insert an icon for the Button.
|
|
2801
|
+
*/
|
|
2802
|
+
icon: VNode;
|
|
2900
2803
|
};
|
|
2901
2804
|
|
|
2902
|
-
declare
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
*/
|
|
2912
|
-
icon?: VNode;
|
|
2913
|
-
}> & {
|
|
2914
|
-
/**
|
|
2915
|
-
* Use this slot to insert the textual content of the Link.
|
|
2916
|
-
*/
|
|
2917
|
-
default: string;
|
|
2918
|
-
/**
|
|
2919
|
-
* Use this slot to insert an icon for the Link.
|
|
2920
|
-
*/
|
|
2921
|
-
icon?: VNode;
|
|
2922
|
-
};
|
|
2923
|
-
refs: {};
|
|
2924
|
-
rootEl: any;
|
|
2805
|
+
declare type __VLS_Slots_18 = {
|
|
2806
|
+
/**
|
|
2807
|
+
* Use this slot to insert the textual content of the Link.
|
|
2808
|
+
*/
|
|
2809
|
+
default: string;
|
|
2810
|
+
/**
|
|
2811
|
+
* Use this slot to insert an icon for the Link.
|
|
2812
|
+
*/
|
|
2813
|
+
icon?: VNode;
|
|
2925
2814
|
};
|
|
2926
2815
|
|
|
2927
|
-
declare
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
*/
|
|
2945
|
-
footer?: VNode;
|
|
2946
|
-
}> & {
|
|
2947
|
-
/**
|
|
2948
|
-
* Use this slot to insert an icon next to the title of the modal.
|
|
2949
|
-
*/
|
|
2950
|
-
icon?: VNode;
|
|
2951
|
-
/**
|
|
2952
|
-
* Use this slot to insert the content of the modal.
|
|
2953
|
-
*/
|
|
2954
|
-
default?: VNode;
|
|
2955
|
-
/**
|
|
2956
|
-
* Use this slot to insert a link in the footer.
|
|
2957
|
-
*/
|
|
2958
|
-
link?: VNode;
|
|
2959
|
-
/**
|
|
2960
|
-
* Use this slot to insert buttons in the footer.
|
|
2961
|
-
*/
|
|
2962
|
-
footer?: VNode;
|
|
2963
|
-
};
|
|
2964
|
-
refs: {
|
|
2965
|
-
modalRef: HTMLElement;
|
|
2966
|
-
};
|
|
2967
|
-
rootEl: any;
|
|
2816
|
+
declare type __VLS_Slots_19 = {
|
|
2817
|
+
/**
|
|
2818
|
+
* Use this slot to insert an icon next to the title of the modal.
|
|
2819
|
+
*/
|
|
2820
|
+
icon?: VNode;
|
|
2821
|
+
/**
|
|
2822
|
+
* Use this slot to insert the content of the modal.
|
|
2823
|
+
*/
|
|
2824
|
+
default?: VNode;
|
|
2825
|
+
/**
|
|
2826
|
+
* Use this slot to insert a link in the footer.
|
|
2827
|
+
*/
|
|
2828
|
+
link?: VNode;
|
|
2829
|
+
/**
|
|
2830
|
+
* Use this slot to insert buttons in the footer.
|
|
2831
|
+
*/
|
|
2832
|
+
footer?: VNode;
|
|
2968
2833
|
};
|
|
2969
2834
|
|
|
2970
|
-
declare
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
*/
|
|
2976
|
-
default: VNode;
|
|
2977
|
-
}> & {
|
|
2978
|
-
/**
|
|
2979
|
-
* Use this slot to display custom content.
|
|
2980
|
-
*/
|
|
2981
|
-
default: VNode;
|
|
2982
|
-
};
|
|
2983
|
-
refs: {};
|
|
2984
|
-
rootEl: HTMLDivElement;
|
|
2835
|
+
declare type __VLS_Slots_2 = {
|
|
2836
|
+
/**
|
|
2837
|
+
* Use this slot to display custom content.
|
|
2838
|
+
*/
|
|
2839
|
+
default: VNode;
|
|
2985
2840
|
};
|
|
2986
2841
|
|
|
2987
|
-
declare
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
*/
|
|
2993
|
-
default?: VNode;
|
|
2994
|
-
}> & {
|
|
2995
|
-
/**
|
|
2996
|
-
* Use this slot to insert a centered content inside the overlay.
|
|
2997
|
-
*/
|
|
2998
|
-
default?: VNode;
|
|
2999
|
-
};
|
|
3000
|
-
refs: {};
|
|
3001
|
-
rootEl: HTMLDivElement;
|
|
2842
|
+
declare type __VLS_Slots_20 = {
|
|
2843
|
+
/**
|
|
2844
|
+
* Use this slot to insert a centered content inside the overlay.
|
|
2845
|
+
*/
|
|
2846
|
+
default?: VNode;
|
|
3002
2847
|
};
|
|
3003
2848
|
|
|
3004
|
-
declare
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
*/
|
|
3018
|
-
tabs?: VNode;
|
|
3019
|
-
}> & {
|
|
3020
|
-
/**
|
|
3021
|
-
* Use this slot to insert action items in the top content.
|
|
3022
|
-
*/
|
|
3023
|
-
actions?: VNode;
|
|
3024
|
-
/**
|
|
3025
|
-
* Use this slot to insert any content below the Page Header top content.
|
|
3026
|
-
*/
|
|
3027
|
-
content?: VNode;
|
|
3028
|
-
/**
|
|
3029
|
-
* Use this slot to insert a tab in the header.
|
|
3030
|
-
*/
|
|
3031
|
-
tabs?: VNode;
|
|
3032
|
-
};
|
|
3033
|
-
refs: {};
|
|
3034
|
-
rootEl: HTMLDivElement;
|
|
2849
|
+
declare type __VLS_Slots_21 = {
|
|
2850
|
+
/**
|
|
2851
|
+
* Use this slot to insert action items in the top content.
|
|
2852
|
+
*/
|
|
2853
|
+
actions?: VNode;
|
|
2854
|
+
/**
|
|
2855
|
+
* Use this slot to insert any content below the Page Header top content.
|
|
2856
|
+
*/
|
|
2857
|
+
content?: VNode;
|
|
2858
|
+
/**
|
|
2859
|
+
* Use this slot to insert a tab in the header.
|
|
2860
|
+
*/
|
|
2861
|
+
tabs?: VNode;
|
|
3035
2862
|
};
|
|
3036
2863
|
|
|
3037
|
-
declare
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
*/
|
|
3056
|
-
footer?: VNode;
|
|
3057
|
-
}> & {
|
|
3058
|
-
/**
|
|
3059
|
-
* Main content of the popover.
|
|
3060
|
-
*/
|
|
3061
|
-
default?: () => VNode[];
|
|
3062
|
-
/**
|
|
3063
|
-
* Activator element that triggers the popover.
|
|
3064
|
-
* Must contain a single <button> or element with [type="button"] attribute.
|
|
3065
|
-
* Receives the popover `id` as a slot prop and must bind it
|
|
3066
|
-
* to the `popovertarget` attribute.
|
|
3067
|
-
*/
|
|
3068
|
-
activator?: (props: {
|
|
3069
|
-
id: string;
|
|
3070
|
-
}) => VNode[];
|
|
3071
|
-
/**
|
|
3072
|
-
* Use this slot to insert buttons or link in the footer.
|
|
3073
|
-
*/
|
|
3074
|
-
footer?: VNode;
|
|
3075
|
-
};
|
|
3076
|
-
refs: {
|
|
3077
|
-
popoverRef: HTMLDivElement;
|
|
3078
|
-
};
|
|
3079
|
-
rootEl: any;
|
|
2864
|
+
declare type __VLS_Slots_22 = {
|
|
2865
|
+
/**
|
|
2866
|
+
* Main content of the popover.
|
|
2867
|
+
*/
|
|
2868
|
+
default?: () => VNode[];
|
|
2869
|
+
/**
|
|
2870
|
+
* Activator element that triggers the popover.
|
|
2871
|
+
* Must contain a single <button> or element with [type="button"] attribute.
|
|
2872
|
+
* Receives the popover `id` as a slot prop and must bind it
|
|
2873
|
+
* to the `popovertarget` attribute.
|
|
2874
|
+
*/
|
|
2875
|
+
activator?: (props: {
|
|
2876
|
+
id: string;
|
|
2877
|
+
}) => VNode[];
|
|
2878
|
+
/**
|
|
2879
|
+
* Use this slot to insert buttons or link in the footer.
|
|
2880
|
+
*/
|
|
2881
|
+
footer?: VNode;
|
|
3080
2882
|
};
|
|
3081
2883
|
|
|
3082
|
-
declare
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
*/
|
|
3101
|
-
footer: VNode[];
|
|
3102
|
-
}> & {
|
|
3103
|
-
/**
|
|
3104
|
-
* Slot for the sidebar header. Should contain an `MSidebarHeader` component.
|
|
3105
|
-
*/
|
|
3106
|
-
header: VNode[];
|
|
3107
|
-
/**
|
|
3108
|
-
* Slot for sidebar shortcuts. Should contain an `MSidebarShortcuts` component
|
|
3109
|
-
* with one or more `MSidebarShortcutItem` components inside.
|
|
3110
|
-
*/
|
|
3111
|
-
shortcuts: VNode[];
|
|
3112
|
-
/**
|
|
3113
|
-
* Slot for the main navigation items. Should contain one or more `MSidebarNavItem` components.
|
|
3114
|
-
*/
|
|
3115
|
-
nav: VNode[];
|
|
3116
|
-
/**
|
|
3117
|
-
* Slot for the sidebar footer. Should contain an `MSidebarFooter` component.
|
|
3118
|
-
*/
|
|
3119
|
-
footer: VNode[];
|
|
3120
|
-
};
|
|
3121
|
-
refs: {};
|
|
3122
|
-
rootEl: HTMLElement;
|
|
2884
|
+
declare type __VLS_Slots_23 = {
|
|
2885
|
+
/**
|
|
2886
|
+
* Slot for the sidebar header. Should contain an `MSidebarHeader` component.
|
|
2887
|
+
*/
|
|
2888
|
+
header: VNode[];
|
|
2889
|
+
/**
|
|
2890
|
+
* Slot for sidebar shortcuts. Should contain an `MSidebarShortcuts` component
|
|
2891
|
+
* with one or more `MSidebarShortcutItem` components inside.
|
|
2892
|
+
*/
|
|
2893
|
+
shortcuts: VNode[];
|
|
2894
|
+
/**
|
|
2895
|
+
* Slot for the main navigation items. Should contain one or more `MSidebarNavItem` components.
|
|
2896
|
+
*/
|
|
2897
|
+
nav: VNode[];
|
|
2898
|
+
/**
|
|
2899
|
+
* Slot for the sidebar footer. Should contain an `MSidebarFooter` component.
|
|
2900
|
+
*/
|
|
2901
|
+
footer: VNode[];
|
|
3123
2902
|
};
|
|
3124
2903
|
|
|
3125
|
-
declare
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
*/
|
|
3131
|
-
default: VNode[];
|
|
3132
|
-
}> & {
|
|
3133
|
-
/**
|
|
3134
|
-
* Contains one or more MSidebarNavItem components used to render the submenu items.
|
|
3135
|
-
*/
|
|
3136
|
-
default: VNode[];
|
|
3137
|
-
};
|
|
3138
|
-
refs: {
|
|
3139
|
-
trigger: HTMLButtonElement;
|
|
3140
|
-
listbox: HTMLDivElement;
|
|
3141
|
-
};
|
|
3142
|
-
rootEl: any;
|
|
2904
|
+
declare type __VLS_Slots_24 = {
|
|
2905
|
+
/**
|
|
2906
|
+
* Contains one or more MSidebarNavItem components used to render the submenu items.
|
|
2907
|
+
*/
|
|
2908
|
+
default: VNode[];
|
|
3143
2909
|
};
|
|
3144
2910
|
|
|
3145
|
-
declare
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
*/
|
|
3151
|
-
default: VNode[];
|
|
3152
|
-
}> & {
|
|
3153
|
-
/**
|
|
3154
|
-
* Contains one or more MSidebarNavItem components used to render the profile items.
|
|
3155
|
-
*/
|
|
3156
|
-
default: VNode[];
|
|
3157
|
-
};
|
|
3158
|
-
refs: {
|
|
3159
|
-
listbox: ({
|
|
3160
|
-
$: ComponentInternalInstance;
|
|
3161
|
-
$data: {};
|
|
3162
|
-
$props: {
|
|
3163
|
-
readonly expanded: boolean;
|
|
3164
|
-
readonly logOutLabel: string;
|
|
3165
|
-
readonly onListboxKeydown: (event: KeyboardEvent) => void;
|
|
3166
|
-
readonly hideFloatingItem: () => void;
|
|
3167
|
-
readonly "onLog-out"?: (() => any) | undefined;
|
|
3168
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3169
|
-
$attrs: Attrs;
|
|
3170
|
-
$refs: {
|
|
3171
|
-
[x: string]: unknown;
|
|
3172
|
-
} & {
|
|
3173
|
-
container: HTMLDivElement;
|
|
3174
|
-
};
|
|
3175
|
-
$slots: Readonly<{
|
|
3176
|
-
[name: string]: Slot<any> | undefined;
|
|
3177
|
-
}>;
|
|
3178
|
-
$root: ComponentPublicInstance | null;
|
|
3179
|
-
$parent: ComponentPublicInstance | null;
|
|
3180
|
-
$host: Element | null;
|
|
3181
|
-
$emit: (event: "log-out") => void;
|
|
3182
|
-
$el: HTMLDivElement;
|
|
3183
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
3184
|
-
expanded: boolean;
|
|
3185
|
-
logOutLabel: string;
|
|
3186
|
-
onListboxKeydown: (event: KeyboardEvent) => void;
|
|
3187
|
-
hideFloatingItem: () => void;
|
|
3188
|
-
}> & Readonly<{
|
|
3189
|
-
"onLog-out"?: (() => any) | undefined;
|
|
3190
|
-
}>, {
|
|
3191
|
-
container: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
3192
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3193
|
-
"log-out": () => any;
|
|
3194
|
-
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3195
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
3196
|
-
created?: (() => void) | (() => void)[];
|
|
3197
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
3198
|
-
mounted?: (() => void) | (() => void)[];
|
|
3199
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
3200
|
-
updated?: (() => void) | (() => void)[];
|
|
3201
|
-
activated?: (() => void) | (() => void)[];
|
|
3202
|
-
deactivated?: (() => void) | (() => void)[];
|
|
3203
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
3204
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
3205
|
-
destroyed?: (() => void) | (() => void)[];
|
|
3206
|
-
unmounted?: (() => void) | (() => void)[];
|
|
3207
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3208
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3209
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3210
|
-
};
|
|
3211
|
-
$forceUpdate: () => void;
|
|
3212
|
-
$nextTick: nextTick;
|
|
3213
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3214
|
-
} & Readonly<{}> & Omit<Readonly<{
|
|
3215
|
-
expanded: boolean;
|
|
3216
|
-
logOutLabel: string;
|
|
3217
|
-
onListboxKeydown: (event: KeyboardEvent) => void;
|
|
3218
|
-
hideFloatingItem: () => void;
|
|
3219
|
-
}> & Readonly<{
|
|
3220
|
-
"onLog-out"?: (() => any) | undefined;
|
|
3221
|
-
}>, "container"> & {
|
|
3222
|
-
container: HTMLDivElement | null;
|
|
3223
|
-
} & {} & ComponentCustomProperties & {} & {
|
|
3224
|
-
$slots: {
|
|
3225
|
-
default?(_: {}): any;
|
|
3226
|
-
};
|
|
3227
|
-
}) | null;
|
|
3228
|
-
trigger: HTMLButtonElement;
|
|
3229
|
-
};
|
|
3230
|
-
rootEl: HTMLElement;
|
|
2911
|
+
declare type __VLS_Slots_25 = {
|
|
2912
|
+
/**
|
|
2913
|
+
* Contains one or more MSidebarNavItem components used to render the profile items.
|
|
2914
|
+
*/
|
|
2915
|
+
default: VNode[];
|
|
3231
2916
|
};
|
|
3232
2917
|
|
|
3233
|
-
declare
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
*/
|
|
3239
|
-
default: VNode[];
|
|
3240
|
-
}> & {
|
|
3241
|
-
/**
|
|
3242
|
-
* Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
|
|
3243
|
-
*/
|
|
3244
|
-
default: VNode[];
|
|
3245
|
-
};
|
|
3246
|
-
refs: {
|
|
3247
|
-
trigger: HTMLButtonElement;
|
|
3248
|
-
listbox: HTMLDivElement;
|
|
3249
|
-
};
|
|
3250
|
-
rootEl: any;
|
|
2918
|
+
declare type __VLS_Slots_26 = {
|
|
2919
|
+
/**
|
|
2920
|
+
* Slot for sidebar shortcut items. Should contain one or more `MSidebarShortcutItem` components.
|
|
2921
|
+
*/
|
|
2922
|
+
default: VNode[];
|
|
3251
2923
|
};
|
|
3252
2924
|
|
|
3253
|
-
declare
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
*/
|
|
3259
|
-
footer?: VNode;
|
|
3260
|
-
}> & {
|
|
3261
|
-
/**
|
|
3262
|
-
* Use this slot to insert a button or a link in the footer
|
|
3263
|
-
*/
|
|
3264
|
-
footer?: VNode;
|
|
3265
|
-
};
|
|
3266
|
-
refs: {};
|
|
3267
|
-
rootEl: HTMLElement;
|
|
2925
|
+
declare type __VLS_Slots_27 = {
|
|
2926
|
+
/**
|
|
2927
|
+
* Use this slot to insert a button or a link in the footer
|
|
2928
|
+
*/
|
|
2929
|
+
footer?: VNode;
|
|
3268
2930
|
};
|
|
3269
2931
|
|
|
3270
|
-
declare
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
*/
|
|
3276
|
-
icon?: VNode;
|
|
3277
|
-
}> & {
|
|
3278
|
-
/**
|
|
3279
|
-
* Use this slot to insert an icon in the tag.
|
|
3280
|
-
*/
|
|
3281
|
-
icon?: VNode;
|
|
3282
|
-
};
|
|
3283
|
-
refs: {};
|
|
3284
|
-
rootEl: any;
|
|
2932
|
+
declare type __VLS_Slots_28 = {
|
|
2933
|
+
/**
|
|
2934
|
+
* Use this slot to insert an icon in the tag.
|
|
2935
|
+
*/
|
|
2936
|
+
icon?: VNode;
|
|
3285
2937
|
};
|
|
3286
2938
|
|
|
3287
|
-
declare
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
*/
|
|
3293
|
-
icon?: VNode;
|
|
3294
|
-
}> & {
|
|
3295
|
-
/**
|
|
3296
|
-
* Use this slot to insert an icon in the input.
|
|
3297
|
-
*/
|
|
3298
|
-
icon?: VNode;
|
|
3299
|
-
};
|
|
3300
|
-
refs: {
|
|
3301
|
-
textInput: HTMLInputElement;
|
|
3302
|
-
};
|
|
3303
|
-
rootEl: any;
|
|
2939
|
+
declare type __VLS_Slots_29 = {
|
|
2940
|
+
/**
|
|
2941
|
+
* Use this slot to insert an icon in the input.
|
|
2942
|
+
*/
|
|
2943
|
+
icon?: VNode;
|
|
3304
2944
|
};
|
|
3305
2945
|
|
|
3306
|
-
declare
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
*/
|
|
3316
|
-
right?: VNode[];
|
|
3317
|
-
}> & {
|
|
3318
|
-
/**
|
|
3319
|
-
* The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
|
|
3320
|
-
*/
|
|
3321
|
-
left: VNode[];
|
|
3322
|
-
/**
|
|
3323
|
-
* Use this slot to insert buttons of the action bottom bar.
|
|
3324
|
-
*/
|
|
3325
|
-
right?: VNode[];
|
|
3326
|
-
};
|
|
3327
|
-
refs: {};
|
|
3328
|
-
rootEl: HTMLDivElement;
|
|
2946
|
+
declare type __VLS_Slots_3 = {
|
|
2947
|
+
/**
|
|
2948
|
+
* The content displayed left side of the action bottom bar (e.g. StatusNotification or any element).
|
|
2949
|
+
*/
|
|
2950
|
+
left: VNode[];
|
|
2951
|
+
/**
|
|
2952
|
+
* Use this slot to insert buttons of the action bottom bar.
|
|
2953
|
+
*/
|
|
2954
|
+
right?: VNode[];
|
|
3329
2955
|
};
|
|
3330
2956
|
|
|
3331
|
-
declare
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
*/
|
|
3345
|
-
action?: VNode[];
|
|
3346
|
-
}> & {
|
|
3347
|
-
/**
|
|
3348
|
-
* Default slot for the main content of the tile.
|
|
3349
|
-
*/
|
|
3350
|
-
default?: VNode[];
|
|
3351
|
-
/**
|
|
3352
|
-
* Named slot for additional content shown below the main content.
|
|
3353
|
-
*/
|
|
3354
|
-
details?: VNode[];
|
|
3355
|
-
/**
|
|
3356
|
-
* Named slot for action element, such as a button or link.
|
|
3357
|
-
*/
|
|
3358
|
-
action?: VNode[];
|
|
3359
|
-
};
|
|
3360
|
-
refs: {};
|
|
3361
|
-
rootEl: HTMLDivElement;
|
|
2957
|
+
declare type __VLS_Slots_30 = {
|
|
2958
|
+
/**
|
|
2959
|
+
* Default slot for the main content of the tile.
|
|
2960
|
+
*/
|
|
2961
|
+
default?: VNode[];
|
|
2962
|
+
/**
|
|
2963
|
+
* Named slot for additional content shown below the main content.
|
|
2964
|
+
*/
|
|
2965
|
+
details?: VNode[];
|
|
2966
|
+
/**
|
|
2967
|
+
* Named slot for action element, such as a button or link.
|
|
2968
|
+
*/
|
|
2969
|
+
action?: VNode[];
|
|
3362
2970
|
};
|
|
3363
2971
|
|
|
3364
|
-
declare
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
*/
|
|
3374
|
-
icon?: VNode[];
|
|
3375
|
-
}> & {
|
|
3376
|
-
/**
|
|
3377
|
-
* Default slot for the main content of the tile.
|
|
3378
|
-
*/
|
|
3379
|
-
default?: VNode[];
|
|
3380
|
-
/**
|
|
3381
|
-
* Named slot for the action icon.
|
|
3382
|
-
*/
|
|
3383
|
-
icon?: VNode[];
|
|
3384
|
-
};
|
|
3385
|
-
refs: {};
|
|
3386
|
-
rootEl: any;
|
|
2972
|
+
declare type __VLS_Slots_31 = {
|
|
2973
|
+
/**
|
|
2974
|
+
* Default slot for the main content of the tile.
|
|
2975
|
+
*/
|
|
2976
|
+
default?: VNode[];
|
|
2977
|
+
/**
|
|
2978
|
+
* Named slot for the action icon.
|
|
2979
|
+
*/
|
|
2980
|
+
icon?: VNode[];
|
|
3387
2981
|
};
|
|
3388
2982
|
|
|
3389
|
-
declare
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
*/
|
|
3399
|
-
details?: VNode[];
|
|
3400
|
-
}> & {
|
|
3401
|
-
/**
|
|
3402
|
-
* Default slot for the main content of the tile.
|
|
3403
|
-
*/
|
|
3404
|
-
default?: VNode[];
|
|
3405
|
-
/**
|
|
3406
|
-
* Named slot for expandable content shown when the tile is opened.
|
|
3407
|
-
*/
|
|
3408
|
-
details?: VNode[];
|
|
3409
|
-
};
|
|
3410
|
-
refs: {};
|
|
3411
|
-
rootEl: HTMLDivElement;
|
|
2983
|
+
declare type __VLS_Slots_32 = {
|
|
2984
|
+
/**
|
|
2985
|
+
* Default slot for the main content of the tile.
|
|
2986
|
+
*/
|
|
2987
|
+
default?: VNode[];
|
|
2988
|
+
/**
|
|
2989
|
+
* Named slot for expandable content shown when the tile is opened.
|
|
2990
|
+
*/
|
|
2991
|
+
details?: VNode[];
|
|
3412
2992
|
};
|
|
3413
2993
|
|
|
3414
|
-
declare
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
*/
|
|
3424
|
-
details?: VNode[];
|
|
3425
|
-
}> & {
|
|
3426
|
-
/**
|
|
3427
|
-
* Default slot for the main content of the tile.
|
|
3428
|
-
*/
|
|
3429
|
-
default?: VNode[];
|
|
3430
|
-
/**
|
|
3431
|
-
* Named slot for additional content shown below the main content.
|
|
3432
|
-
*/
|
|
3433
|
-
details?: VNode[];
|
|
3434
|
-
};
|
|
3435
|
-
refs: {};
|
|
3436
|
-
rootEl: HTMLDivElement;
|
|
2994
|
+
declare type __VLS_Slots_33 = {
|
|
2995
|
+
/**
|
|
2996
|
+
* Default slot for the main content of the tile.
|
|
2997
|
+
*/
|
|
2998
|
+
default?: VNode[];
|
|
2999
|
+
/**
|
|
3000
|
+
* Named slot for additional content shown below the main content.
|
|
3001
|
+
*/
|
|
3002
|
+
details?: VNode[];
|
|
3437
3003
|
};
|
|
3438
3004
|
|
|
3439
|
-
declare
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
*/
|
|
3445
|
-
action?: VNode;
|
|
3446
|
-
}> & {
|
|
3447
|
-
/**
|
|
3448
|
-
* Use this slot to insert a button or a link in the toaster
|
|
3449
|
-
*/
|
|
3450
|
-
action?: VNode;
|
|
3451
|
-
};
|
|
3452
|
-
refs: {};
|
|
3453
|
-
rootEl: HTMLElement;
|
|
3005
|
+
declare type __VLS_Slots_34 = {
|
|
3006
|
+
/**
|
|
3007
|
+
* Use this slot to insert a button or a link in the toaster
|
|
3008
|
+
*/
|
|
3009
|
+
action?: VNode;
|
|
3454
3010
|
};
|
|
3455
3011
|
|
|
3456
|
-
declare
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
*/
|
|
3462
|
-
default: string;
|
|
3463
|
-
}> & {
|
|
3464
|
-
/**
|
|
3465
|
-
* The tooltip will point to the content of the slot.
|
|
3466
|
-
*/
|
|
3467
|
-
default: string;
|
|
3468
|
-
};
|
|
3469
|
-
refs: {};
|
|
3470
|
-
rootEl: HTMLDivElement;
|
|
3012
|
+
declare type __VLS_Slots_35 = {
|
|
3013
|
+
/**
|
|
3014
|
+
* The tooltip will point to the content of the slot.
|
|
3015
|
+
*/
|
|
3016
|
+
default: string;
|
|
3471
3017
|
};
|
|
3472
3018
|
|
|
3473
|
-
declare
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
*/
|
|
3479
|
-
activator?: VNode[];
|
|
3480
|
-
}> & {
|
|
3481
|
-
/**
|
|
3482
|
-
* Activator element that triggers the listbox.
|
|
3483
|
-
*/
|
|
3484
|
-
activator?: VNode[];
|
|
3485
|
-
};
|
|
3486
|
-
refs: {
|
|
3487
|
-
popover: HTMLDivElement;
|
|
3488
|
-
menuEl: HTMLUListElement;
|
|
3489
|
-
};
|
|
3490
|
-
rootEl: any;
|
|
3019
|
+
declare type __VLS_Slots_4 = {
|
|
3020
|
+
/**
|
|
3021
|
+
* Activator element that triggers the listbox.
|
|
3022
|
+
*/
|
|
3023
|
+
activator?: VNode[];
|
|
3491
3024
|
};
|
|
3492
3025
|
|
|
3493
|
-
declare
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
*/
|
|
3499
|
-
default: VNode;
|
|
3500
|
-
}> & {
|
|
3501
|
-
/**
|
|
3502
|
-
* Use this slot to insert the image, icon or intials of the avatar.
|
|
3503
|
-
*/
|
|
3504
|
-
default: VNode;
|
|
3505
|
-
};
|
|
3506
|
-
refs: {};
|
|
3507
|
-
rootEl: HTMLSpanElement;
|
|
3026
|
+
declare type __VLS_Slots_5 = {
|
|
3027
|
+
/**
|
|
3028
|
+
* Use this slot to insert the image, icon or intials of the avatar.
|
|
3029
|
+
*/
|
|
3030
|
+
default: VNode;
|
|
3508
3031
|
};
|
|
3509
3032
|
|
|
3510
|
-
declare
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
*/
|
|
3520
|
-
icon?: VNode;
|
|
3521
|
-
}> & {
|
|
3522
|
-
/**
|
|
3523
|
-
* The content displayed in the button.
|
|
3524
|
-
*/
|
|
3525
|
-
default: string;
|
|
3526
|
-
/**
|
|
3527
|
-
* Use this slot to insert an icon for the Button.
|
|
3528
|
-
*/
|
|
3529
|
-
icon?: VNode;
|
|
3530
|
-
};
|
|
3531
|
-
refs: {};
|
|
3532
|
-
rootEl: HTMLButtonElement;
|
|
3033
|
+
declare type __VLS_Slots_6 = {
|
|
3034
|
+
/**
|
|
3035
|
+
* The content displayed in the button.
|
|
3036
|
+
*/
|
|
3037
|
+
default: string;
|
|
3038
|
+
/**
|
|
3039
|
+
* Use this slot to insert an icon for the Button.
|
|
3040
|
+
*/
|
|
3041
|
+
icon?: VNode;
|
|
3533
3042
|
};
|
|
3534
3043
|
|
|
3535
|
-
declare
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
*/
|
|
3545
|
-
footer?: VNode;
|
|
3546
|
-
}> & {
|
|
3547
|
-
/**
|
|
3548
|
-
* Use this slot to insert an icon.
|
|
3549
|
-
*/
|
|
3550
|
-
icon?: VNode;
|
|
3551
|
-
/**
|
|
3552
|
-
* Use this slot to insert a button or a link in the footer of the callout.
|
|
3553
|
-
*/
|
|
3554
|
-
footer?: VNode;
|
|
3555
|
-
};
|
|
3556
|
-
refs: {};
|
|
3557
|
-
rootEl: HTMLElement;
|
|
3044
|
+
declare type __VLS_Slots_7 = {
|
|
3045
|
+
/**
|
|
3046
|
+
* Use this slot to insert an icon.
|
|
3047
|
+
*/
|
|
3048
|
+
icon?: VNode;
|
|
3049
|
+
/**
|
|
3050
|
+
* Use this slot to insert a button or a link in the footer of the callout.
|
|
3051
|
+
*/
|
|
3052
|
+
footer?: VNode;
|
|
3558
3053
|
};
|
|
3559
3054
|
|
|
3560
|
-
declare
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
*/
|
|
3570
|
-
header: VNode;
|
|
3571
|
-
}> & {
|
|
3572
|
-
/**
|
|
3573
|
-
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
3574
|
-
*/
|
|
3575
|
-
default: () => VNode[];
|
|
3576
|
-
/**
|
|
3577
|
-
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
3578
|
-
*/
|
|
3579
|
-
header: VNode;
|
|
3580
|
-
};
|
|
3581
|
-
refs: {
|
|
3582
|
-
contentContainer: HTMLDivElement;
|
|
3583
|
-
};
|
|
3584
|
-
rootEl: HTMLDivElement;
|
|
3055
|
+
declare type __VLS_Slots_8 = {
|
|
3056
|
+
/**
|
|
3057
|
+
* Use this slot to insert a list of components to be displayed in the carousel.
|
|
3058
|
+
*/
|
|
3059
|
+
default: () => VNode[];
|
|
3060
|
+
/**
|
|
3061
|
+
* Use this slot to insert the title, subtitle or link of the carousel.
|
|
3062
|
+
*/
|
|
3063
|
+
header: VNode;
|
|
3585
3064
|
};
|
|
3586
3065
|
|
|
3587
|
-
declare
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
item: ListboxOption;
|
|
3595
|
-
}): VNode;
|
|
3596
|
-
}> & {
|
|
3597
|
-
/**
|
|
3598
|
-
* Use this slot to customize the content of each item.
|
|
3599
|
-
*/
|
|
3600
|
-
item(props: {
|
|
3601
|
-
item: ListboxOption;
|
|
3602
|
-
}): VNode;
|
|
3603
|
-
};
|
|
3604
|
-
refs: {
|
|
3605
|
-
combobox: HTMLDivElement;
|
|
3606
|
-
comboboxControl: HTMLButtonElement;
|
|
3607
|
-
listbox: ({
|
|
3608
|
-
$: ComponentInternalInstance;
|
|
3609
|
-
$data: {};
|
|
3610
|
-
$props: {
|
|
3611
|
-
readonly modelValue: string | number | null | (string | number)[];
|
|
3612
|
-
readonly id: string;
|
|
3613
|
-
readonly open?: boolean | undefined;
|
|
3614
|
-
readonly multiple?: boolean | undefined;
|
|
3615
|
-
readonly readonly?: boolean | undefined;
|
|
3616
|
-
readonly search?: boolean | undefined;
|
|
3617
|
-
readonly actions?: boolean | undefined;
|
|
3618
|
-
readonly checkableSections?: boolean | undefined;
|
|
3619
|
-
readonly searchPlaceholder?: string | undefined;
|
|
3620
|
-
readonly selectLabel?: string | undefined;
|
|
3621
|
-
readonly clearLabel?: string | undefined;
|
|
3622
|
-
readonly options: Array<ListboxOption>;
|
|
3623
|
-
readonly "onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3624
|
-
readonly onOpen?: (() => any) | undefined;
|
|
3625
|
-
readonly onClose?: (() => any) | undefined;
|
|
3626
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3627
|
-
$attrs: Attrs;
|
|
3628
|
-
$refs: {
|
|
3629
|
-
[x: string]: unknown;
|
|
3630
|
-
} & {
|
|
3631
|
-
listboxEl: HTMLDivElement;
|
|
3632
|
-
textInput: ({
|
|
3633
|
-
$: ComponentInternalInstance;
|
|
3634
|
-
$data: {};
|
|
3635
|
-
$props: {
|
|
3636
|
-
readonly id: string;
|
|
3637
|
-
readonly name?: string | undefined;
|
|
3638
|
-
readonly modelValue?: string | number | undefined;
|
|
3639
|
-
readonly placeholder?: string | undefined;
|
|
3640
|
-
readonly inputType?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text" | undefined;
|
|
3641
|
-
readonly isInvalid?: boolean | undefined;
|
|
3642
|
-
readonly disabled?: boolean | undefined;
|
|
3643
|
-
readonly size?: "s" | "m" | undefined;
|
|
3644
|
-
readonly readonly?: boolean | undefined;
|
|
3645
|
-
readonly isClearable?: boolean | undefined;
|
|
3646
|
-
readonly clearLabel?: string | undefined;
|
|
3647
|
-
readonly prefix?: string | undefined;
|
|
3648
|
-
readonly suffix?: string | undefined;
|
|
3649
|
-
readonly "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3650
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3651
|
-
$attrs: Attrs;
|
|
3652
|
-
$refs: {
|
|
3653
|
-
[x: string]: unknown;
|
|
3654
|
-
} & {
|
|
3655
|
-
textInput: HTMLInputElement;
|
|
3656
|
-
};
|
|
3657
|
-
$slots: Readonly<{
|
|
3658
|
-
[name: string]: Slot<any> | undefined;
|
|
3659
|
-
}>;
|
|
3660
|
-
$root: ComponentPublicInstance | null;
|
|
3661
|
-
$parent: ComponentPublicInstance | null;
|
|
3662
|
-
$host: Element | null;
|
|
3663
|
-
$emit: (event: "update:modelValue", value: string | number) => void;
|
|
3664
|
-
$el: any;
|
|
3665
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
3666
|
-
id: string;
|
|
3667
|
-
name?: string;
|
|
3668
|
-
modelValue?: string | number;
|
|
3669
|
-
placeholder?: string;
|
|
3670
|
-
inputType?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3671
|
-
isInvalid?: boolean;
|
|
3672
|
-
disabled?: boolean;
|
|
3673
|
-
size?: "s" | "m";
|
|
3674
|
-
readonly?: boolean;
|
|
3675
|
-
isClearable?: boolean;
|
|
3676
|
-
clearLabel?: string;
|
|
3677
|
-
prefix?: string;
|
|
3678
|
-
suffix?: string;
|
|
3679
|
-
}> & Readonly<{
|
|
3680
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3681
|
-
}>, {
|
|
3682
|
-
focus: () => void;
|
|
3683
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3684
|
-
"update:modelValue": (value: string | number) => any;
|
|
3685
|
-
}, string, {
|
|
3686
|
-
size: "s" | "m";
|
|
3687
|
-
inputType: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3688
|
-
clearLabel: string;
|
|
3689
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3690
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
3691
|
-
created?: (() => void) | (() => void)[];
|
|
3692
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
3693
|
-
mounted?: (() => void) | (() => void)[];
|
|
3694
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
3695
|
-
updated?: (() => void) | (() => void)[];
|
|
3696
|
-
activated?: (() => void) | (() => void)[];
|
|
3697
|
-
deactivated?: (() => void) | (() => void)[];
|
|
3698
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
3699
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
3700
|
-
destroyed?: (() => void) | (() => void)[];
|
|
3701
|
-
unmounted?: (() => void) | (() => void)[];
|
|
3702
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3703
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3704
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3705
|
-
};
|
|
3706
|
-
$forceUpdate: () => void;
|
|
3707
|
-
$nextTick: nextTick;
|
|
3708
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3709
|
-
} & Readonly<{
|
|
3710
|
-
size: "s" | "m";
|
|
3711
|
-
inputType: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3712
|
-
clearLabel: string;
|
|
3713
|
-
}> & Omit<Readonly<{
|
|
3714
|
-
id: string;
|
|
3715
|
-
name?: string;
|
|
3716
|
-
modelValue?: string | number;
|
|
3717
|
-
placeholder?: string;
|
|
3718
|
-
inputType?: "date" | "datetime-local" | "email" | "number" | "password" | "search" | "tel" | "text";
|
|
3719
|
-
isInvalid?: boolean;
|
|
3720
|
-
disabled?: boolean;
|
|
3721
|
-
size?: "s" | "m";
|
|
3722
|
-
readonly?: boolean;
|
|
3723
|
-
isClearable?: boolean;
|
|
3724
|
-
clearLabel?: string;
|
|
3725
|
-
prefix?: string;
|
|
3726
|
-
suffix?: string;
|
|
3727
|
-
}> & Readonly<{
|
|
3728
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
3729
|
-
}>, "focus" | ("size" | "inputType" | "clearLabel")> & {
|
|
3730
|
-
focus: () => void;
|
|
3731
|
-
} & {} & ComponentCustomProperties & {} & {
|
|
3732
|
-
$slots: Readonly<{
|
|
3733
|
-
icon?: VNode;
|
|
3734
|
-
}> & {
|
|
3735
|
-
icon?: VNode;
|
|
3736
|
-
};
|
|
3737
|
-
}) | null;
|
|
3738
|
-
};
|
|
3739
|
-
$slots: Readonly<{
|
|
3740
|
-
[name: string]: Slot<any> | undefined;
|
|
3741
|
-
}>;
|
|
3742
|
-
$root: ComponentPublicInstance | null;
|
|
3743
|
-
$parent: ComponentPublicInstance | null;
|
|
3744
|
-
$host: Element | null;
|
|
3745
|
-
$emit: ((event: "update:modelValue", value: string | number | (string | number)[] | null) => void) & ((event: "open") => void) & ((event: "close") => void);
|
|
3746
|
-
$el: HTMLDivElement;
|
|
3747
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
3748
|
-
modelValue: string | number | null | (string | number)[];
|
|
3749
|
-
id: string;
|
|
3750
|
-
open?: boolean;
|
|
3751
|
-
multiple?: boolean;
|
|
3752
|
-
readonly?: boolean;
|
|
3753
|
-
search?: boolean;
|
|
3754
|
-
actions?: boolean;
|
|
3755
|
-
checkableSections?: boolean;
|
|
3756
|
-
searchPlaceholder?: string;
|
|
3757
|
-
selectLabel?: string;
|
|
3758
|
-
clearLabel?: string;
|
|
3759
|
-
options: Array<ListboxOption>;
|
|
3760
|
-
}> & Readonly<{
|
|
3761
|
-
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3762
|
-
onOpen?: (() => any) | undefined;
|
|
3763
|
-
onClose?: (() => any) | undefined;
|
|
3764
|
-
}>, {
|
|
3765
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
|
3766
|
-
toggleValue: (item?: ListboxOption) => void;
|
|
3767
|
-
clearSelection: () => void;
|
|
3768
|
-
listboxEl: Readonly<ShallowRef<HTMLDivElement | null>>;
|
|
3769
|
-
activeIndex: Ref<number, number>;
|
|
3770
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3771
|
-
"update:modelValue": (value: string | number | (string | number)[] | null) => any;
|
|
3772
|
-
open: () => any;
|
|
3773
|
-
close: () => any;
|
|
3774
|
-
}, string, {
|
|
3775
|
-
clearLabel: string;
|
|
3776
|
-
searchPlaceholder: string;
|
|
3777
|
-
selectLabel: string;
|
|
3778
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3779
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
3780
|
-
created?: (() => void) | (() => void)[];
|
|
3781
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
3782
|
-
mounted?: (() => void) | (() => void)[];
|
|
3783
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
3784
|
-
updated?: (() => void) | (() => void)[];
|
|
3785
|
-
activated?: (() => void) | (() => void)[];
|
|
3786
|
-
deactivated?: (() => void) | (() => void)[];
|
|
3787
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
3788
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
3789
|
-
destroyed?: (() => void) | (() => void)[];
|
|
3790
|
-
unmounted?: (() => void) | (() => void)[];
|
|
3791
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3792
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3793
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3794
|
-
};
|
|
3795
|
-
$forceUpdate: () => void;
|
|
3796
|
-
$nextTick: nextTick;
|
|
3797
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
3798
|
-
} & Readonly<{
|
|
3799
|
-
clearLabel: string;
|
|
3800
|
-
searchPlaceholder: string;
|
|
3801
|
-
selectLabel: string;
|
|
3802
|
-
}> & Omit<Readonly<{
|
|
3803
|
-
modelValue: string | number | null | (string | number)[];
|
|
3804
|
-
id: string;
|
|
3805
|
-
open?: boolean;
|
|
3806
|
-
multiple?: boolean;
|
|
3807
|
-
readonly?: boolean;
|
|
3808
|
-
search?: boolean;
|
|
3809
|
-
actions?: boolean;
|
|
3810
|
-
checkableSections?: boolean;
|
|
3811
|
-
searchPlaceholder?: string;
|
|
3812
|
-
selectLabel?: string;
|
|
3813
|
-
clearLabel?: string;
|
|
3814
|
-
options: Array<ListboxOption>;
|
|
3815
|
-
}> & Readonly<{
|
|
3816
|
-
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | null) => any) | undefined;
|
|
3817
|
-
onOpen?: (() => any) | undefined;
|
|
3818
|
-
onClose?: (() => any) | undefined;
|
|
3819
|
-
}>, "listboxEl" | "handleKeydown" | "toggleValue" | "clearSelection" | "activeIndex" | ("clearLabel" | "searchPlaceholder" | "selectLabel")> & {
|
|
3820
|
-
handleKeydown: (event: KeyboardEvent) => void;
|
|
3821
|
-
toggleValue: (item?: ListboxOption) => void;
|
|
3822
|
-
clearSelection: () => void;
|
|
3823
|
-
listboxEl: HTMLDivElement | null;
|
|
3824
|
-
activeIndex: number;
|
|
3825
|
-
} & {} & ComponentCustomProperties & {} & {
|
|
3826
|
-
$slots: Readonly<{
|
|
3827
|
-
item(props: {
|
|
3828
|
-
item: ListboxOption;
|
|
3829
|
-
}): VNode;
|
|
3830
|
-
}> & {
|
|
3831
|
-
item(props: {
|
|
3832
|
-
item: ListboxOption;
|
|
3833
|
-
}): VNode;
|
|
3834
|
-
};
|
|
3835
|
-
}) | null;
|
|
3836
|
-
};
|
|
3837
|
-
rootEl: HTMLDivElement;
|
|
3066
|
+
declare type __VLS_Slots_9 = {
|
|
3067
|
+
/**
|
|
3068
|
+
* Use this slot to customize the content of each item.
|
|
3069
|
+
*/
|
|
3070
|
+
item(props: {
|
|
3071
|
+
item: ListboxOption;
|
|
3072
|
+
}): VNode;
|
|
3838
3073
|
};
|
|
3839
3074
|
|
|
3840
|
-
declare type
|
|
3841
|
-
|
|
3842
|
-
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
3843
|
-
|
|
3844
|
-
declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
3845
|
-
|
|
3846
|
-
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
3847
|
-
|
|
3848
|
-
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
3849
|
-
|
|
3850
|
-
declare type __VLS_TemplateResult_14 = ReturnType<typeof __VLS_template_14>;
|
|
3851
|
-
|
|
3852
|
-
declare type __VLS_TemplateResult_15 = ReturnType<typeof __VLS_template_15>;
|
|
3853
|
-
|
|
3854
|
-
declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
3855
|
-
|
|
3856
|
-
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
3857
|
-
|
|
3858
|
-
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
3859
|
-
|
|
3860
|
-
declare type __VLS_TemplateResult_19 = ReturnType<typeof __VLS_template_19>;
|
|
3861
|
-
|
|
3862
|
-
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
3863
|
-
|
|
3864
|
-
declare type __VLS_TemplateResult_20 = ReturnType<typeof __VLS_template_20>;
|
|
3865
|
-
|
|
3866
|
-
declare type __VLS_TemplateResult_21 = ReturnType<typeof __VLS_template_21>;
|
|
3867
|
-
|
|
3868
|
-
declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
3869
|
-
|
|
3870
|
-
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
3871
|
-
|
|
3872
|
-
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
3873
|
-
|
|
3874
|
-
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
3875
|
-
|
|
3876
|
-
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
3877
|
-
|
|
3878
|
-
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
3879
|
-
|
|
3880
|
-
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
3881
|
-
|
|
3882
|
-
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
3883
|
-
|
|
3884
|
-
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
3885
|
-
|
|
3886
|
-
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
3887
|
-
|
|
3888
|
-
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
3889
|
-
|
|
3890
|
-
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
3891
|
-
|
|
3892
|
-
declare type __VLS_TemplateResult_33 = ReturnType<typeof __VLS_template_33>;
|
|
3893
|
-
|
|
3894
|
-
declare type __VLS_TemplateResult_34 = ReturnType<typeof __VLS_template_34>;
|
|
3895
|
-
|
|
3896
|
-
declare type __VLS_TemplateResult_35 = ReturnType<typeof __VLS_template_35>;
|
|
3897
|
-
|
|
3898
|
-
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
3899
|
-
|
|
3900
|
-
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
3901
|
-
|
|
3902
|
-
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
3903
|
-
|
|
3904
|
-
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
3905
|
-
|
|
3906
|
-
declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
|
|
3907
|
-
|
|
3908
|
-
declare type __VLS_TemplateResult_9 = ReturnType<typeof __VLS_template_9>;
|
|
3909
|
-
|
|
3910
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
3075
|
+
declare type __VLS_WithSlots<T, S> = T & {
|
|
3911
3076
|
new (): {
|
|
3912
3077
|
$slots: S;
|
|
3913
3078
|
};
|
|
3914
3079
|
};
|
|
3915
3080
|
|
|
3916
|
-
declare type
|
|
3081
|
+
declare type __VLS_WithSlots_10<T, S> = T & {
|
|
3917
3082
|
new (): {
|
|
3918
3083
|
$slots: S;
|
|
3919
3084
|
};
|
|
3920
3085
|
};
|
|
3921
3086
|
|
|
3922
|
-
declare type
|
|
3087
|
+
declare type __VLS_WithSlots_11<T, S> = T & {
|
|
3923
3088
|
new (): {
|
|
3924
3089
|
$slots: S;
|
|
3925
3090
|
};
|
|
3926
3091
|
};
|
|
3927
3092
|
|
|
3928
|
-
declare type
|
|
3093
|
+
declare type __VLS_WithSlots_12<T, S> = T & {
|
|
3929
3094
|
new (): {
|
|
3930
3095
|
$slots: S;
|
|
3931
3096
|
};
|
|
3932
3097
|
};
|
|
3933
3098
|
|
|
3934
|
-
declare type
|
|
3099
|
+
declare type __VLS_WithSlots_13<T, S> = T & {
|
|
3935
3100
|
new (): {
|
|
3936
3101
|
$slots: S;
|
|
3937
3102
|
};
|
|
3938
3103
|
};
|
|
3939
3104
|
|
|
3940
|
-
declare type
|
|
3105
|
+
declare type __VLS_WithSlots_14<T, S> = T & {
|
|
3941
3106
|
new (): {
|
|
3942
3107
|
$slots: S;
|
|
3943
3108
|
};
|
|
3944
3109
|
};
|
|
3945
3110
|
|
|
3946
|
-
declare type
|
|
3111
|
+
declare type __VLS_WithSlots_15<T, S> = T & {
|
|
3947
3112
|
new (): {
|
|
3948
3113
|
$slots: S;
|
|
3949
3114
|
};
|
|
3950
3115
|
};
|
|
3951
3116
|
|
|
3952
|
-
declare type
|
|
3117
|
+
declare type __VLS_WithSlots_16<T, S> = T & {
|
|
3953
3118
|
new (): {
|
|
3954
3119
|
$slots: S;
|
|
3955
3120
|
};
|
|
3956
3121
|
};
|
|
3957
3122
|
|
|
3958
|
-
declare type
|
|
3123
|
+
declare type __VLS_WithSlots_17<T, S> = T & {
|
|
3959
3124
|
new (): {
|
|
3960
3125
|
$slots: S;
|
|
3961
3126
|
};
|
|
3962
3127
|
};
|
|
3963
3128
|
|
|
3964
|
-
declare type
|
|
3129
|
+
declare type __VLS_WithSlots_18<T, S> = T & {
|
|
3965
3130
|
new (): {
|
|
3966
3131
|
$slots: S;
|
|
3967
3132
|
};
|
|
3968
3133
|
};
|
|
3969
3134
|
|
|
3970
|
-
declare type
|
|
3135
|
+
declare type __VLS_WithSlots_19<T, S> = T & {
|
|
3971
3136
|
new (): {
|
|
3972
3137
|
$slots: S;
|
|
3973
3138
|
};
|
|
3974
3139
|
};
|
|
3975
3140
|
|
|
3976
|
-
declare type
|
|
3141
|
+
declare type __VLS_WithSlots_2<T, S> = T & {
|
|
3977
3142
|
new (): {
|
|
3978
3143
|
$slots: S;
|
|
3979
3144
|
};
|
|
3980
3145
|
};
|
|
3981
3146
|
|
|
3982
|
-
declare type
|
|
3147
|
+
declare type __VLS_WithSlots_20<T, S> = T & {
|
|
3983
3148
|
new (): {
|
|
3984
3149
|
$slots: S;
|
|
3985
3150
|
};
|
|
3986
3151
|
};
|
|
3987
3152
|
|
|
3988
|
-
declare type
|
|
3153
|
+
declare type __VLS_WithSlots_21<T, S> = T & {
|
|
3989
3154
|
new (): {
|
|
3990
3155
|
$slots: S;
|
|
3991
3156
|
};
|
|
3992
3157
|
};
|
|
3993
3158
|
|
|
3994
|
-
declare type
|
|
3159
|
+
declare type __VLS_WithSlots_22<T, S> = T & {
|
|
3995
3160
|
new (): {
|
|
3996
3161
|
$slots: S;
|
|
3997
3162
|
};
|
|
3998
3163
|
};
|
|
3999
3164
|
|
|
4000
|
-
declare type
|
|
3165
|
+
declare type __VLS_WithSlots_23<T, S> = T & {
|
|
4001
3166
|
new (): {
|
|
4002
3167
|
$slots: S;
|
|
4003
3168
|
};
|
|
4004
3169
|
};
|
|
4005
3170
|
|
|
4006
|
-
declare type
|
|
3171
|
+
declare type __VLS_WithSlots_24<T, S> = T & {
|
|
4007
3172
|
new (): {
|
|
4008
3173
|
$slots: S;
|
|
4009
3174
|
};
|
|
4010
3175
|
};
|
|
4011
3176
|
|
|
4012
|
-
declare type
|
|
3177
|
+
declare type __VLS_WithSlots_25<T, S> = T & {
|
|
4013
3178
|
new (): {
|
|
4014
3179
|
$slots: S;
|
|
4015
3180
|
};
|
|
4016
3181
|
};
|
|
4017
3182
|
|
|
4018
|
-
declare type
|
|
3183
|
+
declare type __VLS_WithSlots_26<T, S> = T & {
|
|
4019
3184
|
new (): {
|
|
4020
3185
|
$slots: S;
|
|
4021
3186
|
};
|
|
4022
3187
|
};
|
|
4023
3188
|
|
|
4024
|
-
declare type
|
|
3189
|
+
declare type __VLS_WithSlots_27<T, S> = T & {
|
|
4025
3190
|
new (): {
|
|
4026
3191
|
$slots: S;
|
|
4027
3192
|
};
|
|
4028
3193
|
};
|
|
4029
3194
|
|
|
4030
|
-
declare type
|
|
3195
|
+
declare type __VLS_WithSlots_28<T, S> = T & {
|
|
4031
3196
|
new (): {
|
|
4032
3197
|
$slots: S;
|
|
4033
3198
|
};
|
|
4034
3199
|
};
|
|
4035
3200
|
|
|
4036
|
-
declare type
|
|
3201
|
+
declare type __VLS_WithSlots_29<T, S> = T & {
|
|
4037
3202
|
new (): {
|
|
4038
3203
|
$slots: S;
|
|
4039
3204
|
};
|
|
4040
3205
|
};
|
|
4041
3206
|
|
|
4042
|
-
declare type
|
|
3207
|
+
declare type __VLS_WithSlots_3<T, S> = T & {
|
|
4043
3208
|
new (): {
|
|
4044
3209
|
$slots: S;
|
|
4045
3210
|
};
|
|
4046
3211
|
};
|
|
4047
3212
|
|
|
4048
|
-
declare type
|
|
3213
|
+
declare type __VLS_WithSlots_30<T, S> = T & {
|
|
4049
3214
|
new (): {
|
|
4050
3215
|
$slots: S;
|
|
4051
3216
|
};
|
|
4052
3217
|
};
|
|
4053
3218
|
|
|
4054
|
-
declare type
|
|
3219
|
+
declare type __VLS_WithSlots_31<T, S> = T & {
|
|
4055
3220
|
new (): {
|
|
4056
3221
|
$slots: S;
|
|
4057
3222
|
};
|
|
4058
3223
|
};
|
|
4059
3224
|
|
|
4060
|
-
declare type
|
|
3225
|
+
declare type __VLS_WithSlots_32<T, S> = T & {
|
|
4061
3226
|
new (): {
|
|
4062
3227
|
$slots: S;
|
|
4063
3228
|
};
|
|
4064
3229
|
};
|
|
4065
3230
|
|
|
4066
|
-
declare type
|
|
3231
|
+
declare type __VLS_WithSlots_33<T, S> = T & {
|
|
4067
3232
|
new (): {
|
|
4068
3233
|
$slots: S;
|
|
4069
3234
|
};
|
|
4070
3235
|
};
|
|
4071
3236
|
|
|
4072
|
-
declare type
|
|
3237
|
+
declare type __VLS_WithSlots_34<T, S> = T & {
|
|
4073
3238
|
new (): {
|
|
4074
3239
|
$slots: S;
|
|
4075
3240
|
};
|
|
4076
3241
|
};
|
|
4077
3242
|
|
|
4078
|
-
declare type
|
|
3243
|
+
declare type __VLS_WithSlots_35<T, S> = T & {
|
|
4079
3244
|
new (): {
|
|
4080
3245
|
$slots: S;
|
|
4081
3246
|
};
|
|
4082
3247
|
};
|
|
4083
3248
|
|
|
4084
|
-
declare type
|
|
3249
|
+
declare type __VLS_WithSlots_4<T, S> = T & {
|
|
4085
3250
|
new (): {
|
|
4086
3251
|
$slots: S;
|
|
4087
3252
|
};
|
|
4088
3253
|
};
|
|
4089
3254
|
|
|
4090
|
-
declare type
|
|
3255
|
+
declare type __VLS_WithSlots_5<T, S> = T & {
|
|
4091
3256
|
new (): {
|
|
4092
3257
|
$slots: S;
|
|
4093
3258
|
};
|
|
4094
3259
|
};
|
|
4095
3260
|
|
|
4096
|
-
declare type
|
|
3261
|
+
declare type __VLS_WithSlots_6<T, S> = T & {
|
|
4097
3262
|
new (): {
|
|
4098
3263
|
$slots: S;
|
|
4099
3264
|
};
|
|
4100
3265
|
};
|
|
4101
3266
|
|
|
4102
|
-
declare type
|
|
3267
|
+
declare type __VLS_WithSlots_7<T, S> = T & {
|
|
4103
3268
|
new (): {
|
|
4104
3269
|
$slots: S;
|
|
4105
3270
|
};
|
|
4106
3271
|
};
|
|
4107
3272
|
|
|
4108
|
-
declare type
|
|
3273
|
+
declare type __VLS_WithSlots_8<T, S> = T & {
|
|
4109
3274
|
new (): {
|
|
4110
3275
|
$slots: S;
|
|
4111
3276
|
};
|
|
4112
3277
|
};
|
|
4113
3278
|
|
|
4114
|
-
declare type
|
|
3279
|
+
declare type __VLS_WithSlots_9<T, S> = T & {
|
|
4115
3280
|
new (): {
|
|
4116
3281
|
$slots: S;
|
|
4117
3282
|
};
|
|
@@ -4213,71 +3378,43 @@ declare type ListboxOption = {
|
|
|
4213
3378
|
type?: 'option' | 'section';
|
|
4214
3379
|
};
|
|
4215
3380
|
|
|
4216
|
-
export declare const MAccordionList:
|
|
3381
|
+
export declare const MAccordionList: typeof __VLS_export;
|
|
4217
3382
|
|
|
4218
|
-
export declare const MAccordionListItem:
|
|
3383
|
+
export declare const MAccordionListItem: typeof __VLS_export_2;
|
|
4219
3384
|
|
|
4220
|
-
export declare const MActionBottomBar:
|
|
3385
|
+
export declare const MActionBottomBar: typeof __VLS_export_3;
|
|
4221
3386
|
|
|
4222
|
-
export declare const MActionListbox:
|
|
3387
|
+
export declare const MActionListbox: typeof __VLS_export_4;
|
|
4223
3388
|
|
|
4224
|
-
export declare const MAvatar:
|
|
3389
|
+
export declare const MAvatar: typeof __VLS_export_5;
|
|
4225
3390
|
|
|
4226
|
-
export declare const MBreadcrumb:
|
|
3391
|
+
export declare const MBreadcrumb: typeof __VLS_export_6;
|
|
4227
3392
|
|
|
4228
|
-
export declare const MBuiltInMenu:
|
|
4229
|
-
"update:modelValue": (value: number) => any;
|
|
4230
|
-
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
4231
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4232
|
-
}>, {
|
|
4233
|
-
label: string;
|
|
4234
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3393
|
+
export declare const MBuiltInMenu: typeof __VLS_export_7;
|
|
4235
3394
|
|
|
4236
|
-
export declare const MButton:
|
|
3395
|
+
export declare const MButton: typeof __VLS_export_8;
|
|
4237
3396
|
|
|
4238
|
-
export declare const MCallout:
|
|
3397
|
+
export declare const MCallout: typeof __VLS_export_9;
|
|
4239
3398
|
|
|
4240
|
-
export declare const MCarousel:
|
|
3399
|
+
export declare const MCarousel: typeof __VLS_export_10;
|
|
4241
3400
|
|
|
4242
|
-
export declare const MCheckbox:
|
|
4243
|
-
"update:modelValue": (value: boolean) => any;
|
|
4244
|
-
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
4245
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4246
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3401
|
+
export declare const MCheckbox: typeof __VLS_export_11;
|
|
4247
3402
|
|
|
4248
|
-
export declare const MCheckboxGroup:
|
|
4249
|
-
"update:modelValue": (value: string[]) => any;
|
|
4250
|
-
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
4251
|
-
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
4252
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3403
|
+
export declare const MCheckboxGroup: typeof __VLS_export_12;
|
|
4253
3404
|
|
|
4254
|
-
export declare const MCheckListMenu:
|
|
4255
|
-
"update:modelValue": (value: number) => any;
|
|
4256
|
-
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
4257
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4258
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3405
|
+
export declare const MCheckListMenu: typeof __VLS_export_13;
|
|
4259
3406
|
|
|
4260
|
-
export declare const MCircularProgressbar:
|
|
4261
|
-
type: "percentage" | "content";
|
|
4262
|
-
value: number;
|
|
4263
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3407
|
+
export declare const MCircularProgressbar: typeof __VLS_export_14;
|
|
4264
3408
|
|
|
4265
|
-
export declare const MCombobox:
|
|
3409
|
+
export declare const MCombobox: typeof __VLS_export_15;
|
|
4266
3410
|
|
|
4267
|
-
export declare const MContainer:
|
|
3411
|
+
export declare const MContainer: typeof __VLS_export_16;
|
|
4268
3412
|
|
|
4269
|
-
export declare const MDatepicker:
|
|
4270
|
-
"update:modelValue": (value: string | number) => any;
|
|
4271
|
-
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
4272
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
4273
|
-
}>, {
|
|
4274
|
-
size: "s" | "m";
|
|
4275
|
-
clearLabel: string;
|
|
4276
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3413
|
+
export declare const MDatepicker: typeof __VLS_export_17;
|
|
4277
3414
|
|
|
4278
|
-
export declare const MDivider:
|
|
3415
|
+
export declare const MDivider: typeof __VLS_export_18;
|
|
4279
3416
|
|
|
4280
|
-
export declare const MDrawer:
|
|
3417
|
+
export declare const MDrawer: typeof __VLS_export_19;
|
|
4281
3418
|
|
|
4282
3419
|
/**
|
|
4283
3420
|
* A built-in menu is a structured list of navigational or interactive options, typically displayed as a vertical stack. It allows users to browse categories, access settings, or navigate through different sections of an interface.
|
|
@@ -4290,384 +3427,115 @@ declare type MenuItem = {
|
|
|
4290
3427
|
target?: '_self' | '_blank' | '_parent' | '_top';
|
|
4291
3428
|
};
|
|
4292
3429
|
|
|
4293
|
-
export declare const MField:
|
|
3430
|
+
export declare const MField: typeof __VLS_export_20;
|
|
4294
3431
|
|
|
4295
|
-
export declare const MFieldGroup:
|
|
3432
|
+
export declare const MFieldGroup: typeof __VLS_export_21;
|
|
4296
3433
|
|
|
4297
|
-
export declare const MFileUploader:
|
|
3434
|
+
export declare const MFileUploader: typeof __VLS_export_22;
|
|
4298
3435
|
|
|
4299
|
-
export declare const MFileUploaderItem:
|
|
3436
|
+
export declare const MFileUploaderItem: typeof __VLS_export_23;
|
|
4300
3437
|
|
|
4301
|
-
export declare const MFlag:
|
|
3438
|
+
export declare const MFlag: typeof __VLS_export_24;
|
|
4302
3439
|
|
|
4303
|
-
export declare const MIconButton:
|
|
3440
|
+
export declare const MIconButton: typeof __VLS_export_25;
|
|
4304
3441
|
|
|
4305
|
-
export declare const MKpiItem:
|
|
4306
|
-
size: "s" | "m" | "l";
|
|
4307
|
-
status: "info" | "warning" | "error" | "success" | "neutral";
|
|
4308
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3442
|
+
export declare const MKpiItem: typeof __VLS_export_26;
|
|
4309
3443
|
|
|
4310
|
-
export declare const MLinearProgressbarBuffer:
|
|
4311
|
-
value: number;
|
|
4312
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3444
|
+
export declare const MLinearProgressbarBuffer: typeof __VLS_export_27;
|
|
4313
3445
|
|
|
4314
|
-
export declare const MLinearProgressbarPercentage:
|
|
4315
|
-
value: number;
|
|
4316
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3446
|
+
export declare const MLinearProgressbarPercentage: typeof __VLS_export_28;
|
|
4317
3447
|
|
|
4318
|
-
export declare const MLink:
|
|
3448
|
+
export declare const MLink: typeof __VLS_export_29;
|
|
4319
3449
|
|
|
4320
|
-
export declare const MLoader:
|
|
4321
|
-
appearance: "standard" | "accent" | "inverse";
|
|
4322
|
-
size: "xs" | "s" | "m" | "l";
|
|
4323
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3450
|
+
export declare const MLoader: typeof __VLS_export_30;
|
|
4324
3451
|
|
|
4325
|
-
export declare const MLoadingOverlay:
|
|
3452
|
+
export declare const MLoadingOverlay: typeof __VLS_export_31;
|
|
4326
3453
|
|
|
4327
|
-
export declare const MModal:
|
|
3454
|
+
export declare const MModal: typeof __VLS_export_32;
|
|
4328
3455
|
|
|
4329
|
-
export declare const MNavigationIndicator:
|
|
4330
|
-
"update:modelValue": (value: number) => any;
|
|
4331
|
-
action: () => any;
|
|
4332
|
-
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
4333
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4334
|
-
onAction?: (() => any) | undefined;
|
|
4335
|
-
}>, {
|
|
4336
|
-
action: "pause" | "resume";
|
|
4337
|
-
player: boolean;
|
|
4338
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3456
|
+
export declare const MNavigationIndicator: typeof __VLS_export_33;
|
|
4339
3457
|
|
|
4340
|
-
export declare const MNumberBadge:
|
|
4341
|
-
appearance: "danger" | "accent" | "inverse" | "standard";
|
|
4342
|
-
size: "s" | "m";
|
|
4343
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3458
|
+
export declare const MNumberBadge: typeof __VLS_export_34;
|
|
4344
3459
|
|
|
4345
|
-
export declare const MOverlay:
|
|
3460
|
+
export declare const MOverlay: typeof __VLS_export_35;
|
|
4346
3461
|
|
|
4347
|
-
export declare const MPageHeader:
|
|
3462
|
+
export declare const MPageHeader: typeof __VLS_export_36;
|
|
4348
3463
|
|
|
4349
|
-
export declare const MPagination:
|
|
4350
|
-
"update:modelValue": (value: number) => any;
|
|
4351
|
-
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
4352
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4353
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3464
|
+
export declare const MPagination: typeof __VLS_export_37;
|
|
4354
3465
|
|
|
4355
|
-
export declare const MPasswordInput:
|
|
4356
|
-
"update:modelValue": (value: string | number) => any;
|
|
4357
|
-
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
4358
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
4359
|
-
}>, {
|
|
4360
|
-
clearLabel: string;
|
|
4361
|
-
buttonLabel: {
|
|
4362
|
-
show: string;
|
|
4363
|
-
hide: string;
|
|
4364
|
-
};
|
|
4365
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4366
|
-
button: ({
|
|
4367
|
-
$: ComponentInternalInstance;
|
|
4368
|
-
$data: {};
|
|
4369
|
-
$props: {
|
|
4370
|
-
readonly appearance?: "standard" | "accent" | "danger" | "inverse" | undefined;
|
|
4371
|
-
readonly size?: "s" | "m" | "l" | undefined;
|
|
4372
|
-
readonly disabled?: boolean | undefined;
|
|
4373
|
-
readonly ghost?: boolean | undefined;
|
|
4374
|
-
readonly outlined?: boolean | undefined;
|
|
4375
|
-
readonly iconPosition?: "left" | "right" | "only" | undefined;
|
|
4376
|
-
readonly type?: "button" | "reset" | "submit" | undefined;
|
|
4377
|
-
readonly isLoading?: boolean | undefined;
|
|
4378
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
4379
|
-
$attrs: Attrs;
|
|
4380
|
-
$refs: {
|
|
4381
|
-
[x: string]: unknown;
|
|
4382
|
-
};
|
|
4383
|
-
$slots: Readonly<{
|
|
4384
|
-
[name: string]: Slot<any> | undefined;
|
|
4385
|
-
}>;
|
|
4386
|
-
$root: ComponentPublicInstance | null;
|
|
4387
|
-
$parent: ComponentPublicInstance | null;
|
|
4388
|
-
$host: Element | null;
|
|
4389
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
4390
|
-
$el: HTMLButtonElement;
|
|
4391
|
-
$options: ComponentOptionsBase<Readonly<{
|
|
4392
|
-
appearance?: "standard" | "accent" | "danger" | "inverse";
|
|
4393
|
-
size?: "s" | "m" | "l";
|
|
4394
|
-
disabled?: boolean;
|
|
4395
|
-
ghost?: boolean;
|
|
4396
|
-
outlined?: boolean;
|
|
4397
|
-
iconPosition?: "left" | "right" | "only";
|
|
4398
|
-
type?: "button" | "reset" | "submit";
|
|
4399
|
-
isLoading?: boolean;
|
|
4400
|
-
}> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
4401
|
-
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
4402
|
-
type: "button" | "reset" | "submit";
|
|
4403
|
-
size: "s" | "m" | "l";
|
|
4404
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
4405
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
4406
|
-
created?: (() => void) | (() => void)[];
|
|
4407
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
4408
|
-
mounted?: (() => void) | (() => void)[];
|
|
4409
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
4410
|
-
updated?: (() => void) | (() => void)[];
|
|
4411
|
-
activated?: (() => void) | (() => void)[];
|
|
4412
|
-
deactivated?: (() => void) | (() => void)[];
|
|
4413
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
4414
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
4415
|
-
destroyed?: (() => void) | (() => void)[];
|
|
4416
|
-
unmounted?: (() => void) | (() => void)[];
|
|
4417
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
4418
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
4419
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
4420
|
-
};
|
|
4421
|
-
$forceUpdate: () => void;
|
|
4422
|
-
$nextTick: nextTick;
|
|
4423
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
4424
|
-
} & Readonly<{
|
|
4425
|
-
appearance: "standard" | "accent" | "danger" | "inverse";
|
|
4426
|
-
type: "button" | "reset" | "submit";
|
|
4427
|
-
size: "s" | "m" | "l";
|
|
4428
|
-
}> & Omit<Readonly<{
|
|
4429
|
-
appearance?: "standard" | "accent" | "danger" | "inverse";
|
|
4430
|
-
size?: "s" | "m" | "l";
|
|
4431
|
-
disabled?: boolean;
|
|
4432
|
-
ghost?: boolean;
|
|
4433
|
-
outlined?: boolean;
|
|
4434
|
-
iconPosition?: "left" | "right" | "only";
|
|
4435
|
-
type?: "button" | "reset" | "submit";
|
|
4436
|
-
isLoading?: boolean;
|
|
4437
|
-
}> & Readonly<{}>, "appearance" | "type" | "size"> & {} & ComponentCustomProperties & {} & {
|
|
4438
|
-
$slots: Readonly<{
|
|
4439
|
-
default: string;
|
|
4440
|
-
icon?: VNode;
|
|
4441
|
-
}> & {
|
|
4442
|
-
default: string;
|
|
4443
|
-
icon?: VNode;
|
|
4444
|
-
};
|
|
4445
|
-
}) | null;
|
|
4446
|
-
}, any>;
|
|
4447
|
-
|
|
4448
|
-
export declare const MPhoneNumber: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4449
|
-
"update:modelValue": (value: string) => any;
|
|
4450
|
-
valid: (isValid: boolean) => any;
|
|
4451
|
-
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
4452
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4453
|
-
onValid?: ((isValid: boolean) => any) | undefined;
|
|
4454
|
-
}>, {
|
|
4455
|
-
modelValue: string;
|
|
4456
|
-
size: "s" | "m";
|
|
4457
|
-
prefix: boolean;
|
|
4458
|
-
defaultCountry: CountryCode;
|
|
4459
|
-
flag: boolean;
|
|
4460
|
-
locale: string;
|
|
4461
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4462
|
-
|
|
4463
|
-
export declare const MPincode: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4464
|
-
"update:modelValue": (value: string) => any;
|
|
4465
|
-
}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{
|
|
4466
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4467
|
-
}>, {
|
|
4468
|
-
length: 4 | 5 | 6;
|
|
4469
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3466
|
+
export declare const MPasswordInput: typeof __VLS_export_38;
|
|
4470
3467
|
|
|
4471
|
-
export declare const
|
|
3468
|
+
export declare const MPhoneNumber: typeof __VLS_export_39;
|
|
4472
3469
|
|
|
4473
|
-
export declare const
|
|
4474
|
-
"update:modelValue": (value: number) => any;
|
|
4475
|
-
}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{
|
|
4476
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4477
|
-
}>, {
|
|
4478
|
-
modelValue: number;
|
|
4479
|
-
size: "s" | "m";
|
|
4480
|
-
name: string;
|
|
4481
|
-
step: number;
|
|
4482
|
-
min: number;
|
|
4483
|
-
max: number;
|
|
4484
|
-
incrementlabel: string;
|
|
4485
|
-
decrementLabel: string;
|
|
4486
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3470
|
+
export declare const MPincode: typeof __VLS_export_40;
|
|
4487
3471
|
|
|
4488
|
-
export declare const
|
|
4489
|
-
"update:modelValue": (value: boolean) => any;
|
|
4490
|
-
}, string, PublicProps, Readonly<__VLS_Props_42> & Readonly<{
|
|
4491
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4492
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3472
|
+
export declare const MPopover: typeof __VLS_export_41;
|
|
4493
3473
|
|
|
4494
|
-
export declare const
|
|
4495
|
-
"update:modelValue": (value: string) => any;
|
|
4496
|
-
}, string, PublicProps, Readonly<__VLS_Props_43> & Readonly<{
|
|
4497
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4498
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3474
|
+
export declare const MQuantitySelector: typeof __VLS_export_42;
|
|
4499
3475
|
|
|
4500
|
-
export declare const
|
|
4501
|
-
"update:modelValue": (value?: string | number | undefined) => any;
|
|
4502
|
-
}, string, PublicProps, Readonly<__VLS_Props_44> & Readonly<{
|
|
4503
|
-
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
4504
|
-
}>, {
|
|
4505
|
-
modelValue: string | number;
|
|
4506
|
-
size: "s" | "m";
|
|
4507
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3476
|
+
export declare const MRadio: typeof __VLS_export_43;
|
|
4508
3477
|
|
|
4509
|
-
export declare const
|
|
4510
|
-
"update:modelValue": (value: string | number) => any;
|
|
4511
|
-
}, string, PublicProps, Readonly<__VLS_Props_45> & Readonly<{
|
|
4512
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
4513
|
-
}>, {
|
|
4514
|
-
size: "s" | "m";
|
|
4515
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3478
|
+
export declare const MRadioGroup: typeof __VLS_export_44;
|
|
4516
3479
|
|
|
4517
|
-
export declare const
|
|
3480
|
+
export declare const MSegmentedControl: typeof __VLS_export_45;
|
|
4518
3481
|
|
|
4519
|
-
export declare const
|
|
3482
|
+
export declare const MSelect: typeof __VLS_export_46;
|
|
4520
3483
|
|
|
4521
|
-
export declare const
|
|
3484
|
+
export declare const MSidebar: typeof __VLS_export_47;
|
|
4522
3485
|
|
|
4523
|
-
export declare const
|
|
3486
|
+
export declare const MSidebarExpandableItem: typeof __VLS_export_48;
|
|
4524
3487
|
|
|
4525
|
-
export declare const
|
|
4526
|
-
click: (value: MouseEvent) => any;
|
|
4527
|
-
}, string, PublicProps, Readonly<__VLS_Props_50> & Readonly<{
|
|
4528
|
-
onClick?: ((value: MouseEvent) => any) | undefined;
|
|
4529
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4530
|
-
trigger: unknown;
|
|
4531
|
-
tooltip: HTMLDivElement;
|
|
4532
|
-
}, any>;
|
|
3488
|
+
export declare const MSidebarFooter: typeof __VLS_export_49;
|
|
4533
3489
|
|
|
4534
|
-
export declare const
|
|
3490
|
+
export declare const MSidebarHeader: typeof __VLS_export_50;
|
|
4535
3491
|
|
|
4536
|
-
export declare const
|
|
3492
|
+
export declare const MSidebarNavItem: typeof __VLS_export_51;
|
|
4537
3493
|
|
|
4538
|
-
export declare const
|
|
4539
|
-
"update:modelValue": (value: number) => any;
|
|
4540
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
4541
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4542
|
-
}>, {
|
|
4543
|
-
appearance: "standard" | "accent";
|
|
4544
|
-
size: "s" | "m" | "l";
|
|
4545
|
-
readonly: boolean;
|
|
4546
|
-
compact: boolean;
|
|
4547
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3494
|
+
export declare const MSidebarShortcutItem: typeof __VLS_export_52;
|
|
4548
3495
|
|
|
4549
|
-
export declare const
|
|
4550
|
-
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
4551
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3496
|
+
export declare const MSidebarShortcuts: typeof __VLS_export_53;
|
|
4552
3497
|
|
|
4553
|
-
export declare const
|
|
4554
|
-
status: "info" | "success" | "warning" | "error" | "neutral";
|
|
4555
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
3498
|
+
export declare const MStarRating: typeof __VLS_export_54;
|
|
4556
3499
|
|
|
4557
|
-
export declare const
|
|
4558
|
-
appearance: "standard" | "accent";
|
|
4559
|
-
status: "info" | "success" | "warning" | "error" | "neutral" | "inprogress";
|
|
4560
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3500
|
+
export declare const MStatusBadge: typeof __VLS_export_55;
|
|
4561
3501
|
|
|
4562
|
-
export declare const
|
|
3502
|
+
export declare const MStatusDot: typeof __VLS_export_56;
|
|
4563
3503
|
|
|
4564
|
-
export declare const
|
|
4565
|
-
"update:modelValue": (value: number) => any;
|
|
4566
|
-
cancel: () => any;
|
|
4567
|
-
validate: () => any;
|
|
4568
|
-
}, string, PublicProps, Readonly<__VLS_Props_58> & Readonly<{
|
|
4569
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4570
|
-
onCancel?: (() => any) | undefined;
|
|
4571
|
-
onValidate?: (() => any) | undefined;
|
|
4572
|
-
}>, {
|
|
4573
|
-
modelValue: number;
|
|
4574
|
-
cancel: boolean;
|
|
4575
|
-
steps: number;
|
|
4576
|
-
cancelLabel: string;
|
|
4577
|
-
previousLabel: string;
|
|
4578
|
-
nextLabel: string;
|
|
4579
|
-
validateLabel: string;
|
|
4580
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4581
|
-
|
|
4582
|
-
export declare const MStepperCompact: DefineComponent<__VLS_Props_59, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_59> & Readonly<{}>, {
|
|
4583
|
-
value: number;
|
|
4584
|
-
maxSteps: number;
|
|
4585
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4586
|
-
|
|
4587
|
-
export declare const MStepperInline: DefineComponent<__VLS_Props_60, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_60> & Readonly<{}>, {
|
|
4588
|
-
steps: Array<{
|
|
4589
|
-
/**
|
|
4590
|
-
* Uniquer identifier for the step.
|
|
4591
|
-
*/
|
|
4592
|
-
id?: string;
|
|
4593
|
-
/**
|
|
4594
|
-
* Label of the step.
|
|
4595
|
-
*/
|
|
4596
|
-
label: string;
|
|
4597
|
-
/**
|
|
4598
|
-
* Optional additional information under the label.
|
|
4599
|
-
*/
|
|
4600
|
-
additionalInfo?: string;
|
|
4601
|
-
}>;
|
|
4602
|
-
currentStep: string | number;
|
|
4603
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3504
|
+
export declare const MStatusMessage: typeof __VLS_export_57;
|
|
4604
3505
|
|
|
4605
|
-
export declare const
|
|
4606
|
-
steps: Array<{
|
|
4607
|
-
/**
|
|
4608
|
-
* Unique identifier for the step.
|
|
4609
|
-
*/
|
|
4610
|
-
id?: string;
|
|
4611
|
-
/**
|
|
4612
|
-
* Label of the step.
|
|
4613
|
-
*/
|
|
4614
|
-
label: string;
|
|
4615
|
-
/**
|
|
4616
|
-
* Optional additional information under the label.
|
|
4617
|
-
*/
|
|
4618
|
-
additionalInfo?: string;
|
|
4619
|
-
}>;
|
|
4620
|
-
currentStep: string | number;
|
|
4621
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
3506
|
+
export declare const MStatusNotification: typeof __VLS_export_58;
|
|
4622
3507
|
|
|
4623
|
-
export declare const
|
|
4624
|
-
"update:modelValue": (value?: string | number | undefined) => any;
|
|
4625
|
-
}, string, PublicProps, Readonly<__VLS_Props_62> & Readonly<{
|
|
4626
|
-
"onUpdate:modelValue"?: ((value?: string | number | undefined) => any) | undefined;
|
|
4627
|
-
}>, {
|
|
4628
|
-
modelValue: string | number;
|
|
4629
|
-
divider: boolean;
|
|
4630
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4631
|
-
tab: HTMLButtonElement;
|
|
4632
|
-
}, HTMLElement>;
|
|
3508
|
+
export declare const MStepperBottomBar: typeof __VLS_export_59;
|
|
4633
3509
|
|
|
4634
|
-
export declare const
|
|
3510
|
+
export declare const MStepperCompact: typeof __VLS_export_60;
|
|
4635
3511
|
|
|
4636
|
-
export declare const
|
|
4637
|
-
"update:modelValue": (value: string | number) => any;
|
|
4638
|
-
}, string, PublicProps, Readonly<__VLS_Props_64> & Readonly<{
|
|
4639
|
-
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
4640
|
-
}>, {
|
|
4641
|
-
rows: number;
|
|
4642
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3512
|
+
export declare const MStepperInline: typeof __VLS_export_61;
|
|
4643
3513
|
|
|
4644
|
-
export declare const
|
|
3514
|
+
export declare const MStepperStacked: typeof __VLS_export_62;
|
|
4645
3515
|
|
|
4646
|
-
export declare const
|
|
3516
|
+
export declare const MTabs: typeof __VLS_export_63;
|
|
4647
3517
|
|
|
4648
|
-
export declare const
|
|
3518
|
+
export declare const MTag: typeof __VLS_export_64;
|
|
4649
3519
|
|
|
4650
|
-
export declare const
|
|
3520
|
+
export declare const MTextArea: typeof __VLS_export_65;
|
|
4651
3521
|
|
|
4652
|
-
export declare const
|
|
3522
|
+
export declare const MTextInput: typeof __VLS_export_66;
|
|
4653
3523
|
|
|
4654
|
-
export declare const
|
|
3524
|
+
export declare const MTile: typeof __VLS_export_67;
|
|
4655
3525
|
|
|
4656
|
-
export declare const
|
|
4657
|
-
"update:modelValue": (value: boolean) => any;
|
|
4658
|
-
}, string, PublicProps, Readonly<__VLS_Props_71> & Readonly<{
|
|
4659
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4660
|
-
}>, {
|
|
4661
|
-
size: "s" | "m";
|
|
4662
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3526
|
+
export declare const MTileClickable: typeof __VLS_export_68;
|
|
4663
3527
|
|
|
4664
|
-
export declare const
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
3528
|
+
export declare const MTileExpandable: typeof __VLS_export_69;
|
|
3529
|
+
|
|
3530
|
+
export declare const MTileSelectable: typeof __VLS_export_70;
|
|
3531
|
+
|
|
3532
|
+
export declare const MToaster: typeof __VLS_export_71;
|
|
3533
|
+
|
|
3534
|
+
export declare const MToggle: typeof __VLS_export_72;
|
|
3535
|
+
|
|
3536
|
+
export declare const MToggleGroup: typeof __VLS_export_73;
|
|
4669
3537
|
|
|
4670
|
-
export declare const MTooltip:
|
|
3538
|
+
export declare const MTooltip: typeof __VLS_export_74;
|
|
4671
3539
|
|
|
4672
3540
|
declare type NormalizedFile = {
|
|
4673
3541
|
name: string;
|