vuetify 3.1.10 → 3.1.12
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/json/attributes.json +211 -39
- package/dist/json/importMap.json +82 -82
- package/dist/json/tags.json +46 -3
- package/dist/json/web-types.json +499 -73
- package/dist/vuetify-labs.css +330 -316
- package/dist/vuetify-labs.d.ts +56938 -14302
- package/dist/vuetify-labs.esm.js +178 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +177 -156
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +71 -69
- package/dist/vuetify.d.ts +55237 -15799
- package/dist/vuetify.esm.js +154 -151
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +154 -151
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +717 -718
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +509 -83
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/VBadge.css +1 -0
- package/lib/components/VBadge/VBadge.sass +1 -0
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +40 -39
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +824 -149
- package/lib/components/VChip/index.d.ts +473 -75
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +11 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/index.d.ts +131 -22
- package/lib/components/VDialog/VDialog.css +16 -16
- package/lib/components/VDialog/VDialog.mjs +4 -4
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +4 -4
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/VField.mjs +5 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +5 -4
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +3 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +14 -6
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +1 -4
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1263 -81
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55122 -15681
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +12 -15
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +30 -33
- package/lib/labs/VDataTable/VDataTable.css +12 -0
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +6 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +7 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +3 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +14 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4196 -1020
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4232 -1030
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +12 -5
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -1
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef } from 'vue';
|
|
3
|
+
|
|
4
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
6
|
+
}
|
|
3
7
|
|
|
4
8
|
type IconValue = string | JSXComponent;
|
|
5
9
|
declare const IconValue: PropType<IconValue>;
|
|
@@ -27,60 +31,378 @@ interface GroupProvide {
|
|
|
27
31
|
getItemIndex: (value: unknown) => number;
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
declare const VCarousel:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
34
|
+
declare const VCarousel: {
|
|
35
|
+
new (...args: any[]): {
|
|
36
|
+
$: vue.ComponentInternalInstance;
|
|
37
|
+
$data: {};
|
|
38
|
+
$props: Partial<{
|
|
39
|
+
interval: string | number;
|
|
40
|
+
height: string | number;
|
|
41
|
+
showArrows: string | boolean;
|
|
42
|
+
cycle: boolean;
|
|
43
|
+
hideDelimiters: boolean;
|
|
44
|
+
hideDelimiterBackground: boolean;
|
|
45
|
+
delimiterIcon: IconValue;
|
|
46
|
+
}> & Omit<{
|
|
47
|
+
interval: string | number;
|
|
48
|
+
height: string | number;
|
|
49
|
+
showArrows: string | boolean;
|
|
50
|
+
cycle: boolean;
|
|
51
|
+
hideDelimiters: boolean;
|
|
52
|
+
hideDelimiterBackground: boolean;
|
|
53
|
+
delimiterIcon: IconValue;
|
|
54
|
+
} & {
|
|
55
|
+
progress?: string | boolean | undefined;
|
|
56
|
+
color?: string | undefined;
|
|
57
|
+
modelValue?: any;
|
|
58
|
+
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
59
|
+
} & {
|
|
60
|
+
$children?: {} | vue.VNodeChild | {
|
|
61
|
+
default?: ((args_0: {
|
|
62
|
+
group: GroupProvide;
|
|
63
|
+
}) => vue.VNodeChild) | undefined;
|
|
64
|
+
additional?: ((args_0: {
|
|
65
|
+
group: GroupProvide;
|
|
66
|
+
}) => vue.VNodeChild) | undefined;
|
|
67
|
+
prev?: ((args_0: {
|
|
68
|
+
props: {
|
|
69
|
+
icon: IconValue;
|
|
70
|
+
class: string;
|
|
71
|
+
onClick: () => void;
|
|
72
|
+
ariaLabel: string;
|
|
73
|
+
};
|
|
74
|
+
}) => vue.VNodeChild) | undefined;
|
|
75
|
+
next?: ((args_0: {
|
|
76
|
+
props: {
|
|
77
|
+
icon: IconValue;
|
|
78
|
+
class: string;
|
|
79
|
+
onClick: () => void;
|
|
80
|
+
ariaLabel: string;
|
|
81
|
+
};
|
|
82
|
+
}) => vue.VNodeChild) | undefined;
|
|
57
83
|
};
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
84
|
+
$slots?: {
|
|
85
|
+
default?: ((args_0: {
|
|
86
|
+
group: GroupProvide;
|
|
87
|
+
}) => vue.VNodeChild) | undefined;
|
|
88
|
+
additional?: ((args_0: {
|
|
89
|
+
group: GroupProvide;
|
|
90
|
+
}) => vue.VNodeChild) | undefined;
|
|
91
|
+
prev?: ((args_0: {
|
|
92
|
+
props: {
|
|
93
|
+
icon: IconValue;
|
|
94
|
+
class: string;
|
|
95
|
+
onClick: () => void;
|
|
96
|
+
ariaLabel: string;
|
|
97
|
+
};
|
|
98
|
+
}) => vue.VNodeChild) | undefined;
|
|
99
|
+
next?: ((args_0: {
|
|
100
|
+
props: {
|
|
101
|
+
icon: IconValue;
|
|
102
|
+
class: string;
|
|
103
|
+
onClick: () => void;
|
|
104
|
+
ariaLabel: string;
|
|
105
|
+
};
|
|
106
|
+
}) => vue.VNodeChild) | undefined;
|
|
107
|
+
} | undefined;
|
|
108
|
+
'v-slots'?: {
|
|
109
|
+
default?: false | ((args_0: {
|
|
110
|
+
group: GroupProvide;
|
|
111
|
+
}) => vue.VNodeChild) | undefined;
|
|
112
|
+
additional?: false | ((args_0: {
|
|
113
|
+
group: GroupProvide;
|
|
114
|
+
}) => vue.VNodeChild) | undefined;
|
|
115
|
+
prev?: false | ((args_0: {
|
|
116
|
+
props: {
|
|
117
|
+
icon: IconValue;
|
|
118
|
+
class: string;
|
|
119
|
+
onClick: () => void;
|
|
120
|
+
ariaLabel: string;
|
|
121
|
+
};
|
|
122
|
+
}) => vue.VNodeChild) | undefined;
|
|
123
|
+
next?: false | ((args_0: {
|
|
124
|
+
props: {
|
|
125
|
+
icon: IconValue;
|
|
126
|
+
class: string;
|
|
127
|
+
onClick: () => void;
|
|
128
|
+
ariaLabel: string;
|
|
129
|
+
};
|
|
130
|
+
}) => vue.VNodeChild) | undefined;
|
|
131
|
+
} | undefined;
|
|
132
|
+
} & {
|
|
133
|
+
"v-slot:default"?: false | ((args_0: {
|
|
134
|
+
group: GroupProvide;
|
|
135
|
+
}) => vue.VNodeChild) | undefined;
|
|
136
|
+
"v-slot:additional"?: false | ((args_0: {
|
|
137
|
+
group: GroupProvide;
|
|
138
|
+
}) => vue.VNodeChild) | undefined;
|
|
139
|
+
"v-slot:prev"?: false | ((args_0: {
|
|
140
|
+
props: {
|
|
141
|
+
icon: IconValue;
|
|
142
|
+
class: string;
|
|
143
|
+
onClick: () => void;
|
|
144
|
+
ariaLabel: string;
|
|
145
|
+
};
|
|
146
|
+
}) => vue.VNodeChild) | undefined;
|
|
147
|
+
"v-slot:next"?: false | ((args_0: {
|
|
148
|
+
props: {
|
|
149
|
+
icon: IconValue;
|
|
150
|
+
class: string;
|
|
151
|
+
onClick: () => void;
|
|
152
|
+
ariaLabel: string;
|
|
153
|
+
};
|
|
154
|
+
}) => vue.VNodeChild) | undefined;
|
|
155
|
+
} & {
|
|
156
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
157
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "interval" | "height" | "showArrows" | "cycle" | "hideDelimiters" | "hideDelimiterBackground" | "delimiterIcon">;
|
|
158
|
+
$attrs: {
|
|
159
|
+
[x: string]: unknown;
|
|
160
|
+
};
|
|
161
|
+
$refs: {
|
|
162
|
+
[x: string]: unknown;
|
|
163
|
+
};
|
|
164
|
+
$slots: Readonly<{
|
|
165
|
+
[name: string]: vue.Slot | undefined;
|
|
166
|
+
}>;
|
|
167
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
168
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
169
|
+
$emit: (event: "update:modelValue", val: any) => void;
|
|
170
|
+
$el: any;
|
|
171
|
+
$options: vue.ComponentOptionsBase<{
|
|
172
|
+
interval: string | number;
|
|
173
|
+
height: string | number;
|
|
174
|
+
showArrows: string | boolean;
|
|
175
|
+
cycle: boolean;
|
|
176
|
+
hideDelimiters: boolean;
|
|
177
|
+
hideDelimiterBackground: boolean;
|
|
178
|
+
delimiterIcon: IconValue;
|
|
179
|
+
} & {
|
|
180
|
+
progress?: string | boolean | undefined;
|
|
181
|
+
color?: string | undefined;
|
|
182
|
+
modelValue?: any;
|
|
183
|
+
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
184
|
+
} & {
|
|
185
|
+
$children?: {} | vue.VNodeChild | {
|
|
186
|
+
default?: ((args_0: {
|
|
187
|
+
group: GroupProvide;
|
|
188
|
+
}) => vue.VNodeChild) | undefined;
|
|
189
|
+
additional?: ((args_0: {
|
|
190
|
+
group: GroupProvide;
|
|
191
|
+
}) => vue.VNodeChild) | undefined;
|
|
192
|
+
prev?: ((args_0: {
|
|
193
|
+
props: {
|
|
194
|
+
icon: IconValue;
|
|
195
|
+
class: string;
|
|
196
|
+
onClick: () => void;
|
|
197
|
+
ariaLabel: string;
|
|
198
|
+
};
|
|
199
|
+
}) => vue.VNodeChild) | undefined;
|
|
200
|
+
next?: ((args_0: {
|
|
201
|
+
props: {
|
|
202
|
+
icon: IconValue;
|
|
203
|
+
class: string;
|
|
204
|
+
onClick: () => void;
|
|
205
|
+
ariaLabel: string;
|
|
206
|
+
};
|
|
207
|
+
}) => vue.VNodeChild) | undefined;
|
|
65
208
|
};
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
209
|
+
$slots?: {
|
|
210
|
+
default?: ((args_0: {
|
|
211
|
+
group: GroupProvide;
|
|
212
|
+
}) => vue.VNodeChild) | undefined;
|
|
213
|
+
additional?: ((args_0: {
|
|
214
|
+
group: GroupProvide;
|
|
215
|
+
}) => vue.VNodeChild) | undefined;
|
|
216
|
+
prev?: ((args_0: {
|
|
217
|
+
props: {
|
|
218
|
+
icon: IconValue;
|
|
219
|
+
class: string;
|
|
220
|
+
onClick: () => void;
|
|
221
|
+
ariaLabel: string;
|
|
222
|
+
};
|
|
223
|
+
}) => vue.VNodeChild) | undefined;
|
|
224
|
+
next?: ((args_0: {
|
|
225
|
+
props: {
|
|
226
|
+
icon: IconValue;
|
|
227
|
+
class: string;
|
|
228
|
+
onClick: () => void;
|
|
229
|
+
ariaLabel: string;
|
|
230
|
+
};
|
|
231
|
+
}) => vue.VNodeChild) | undefined;
|
|
232
|
+
} | undefined;
|
|
233
|
+
'v-slots'?: {
|
|
234
|
+
default?: false | ((args_0: {
|
|
235
|
+
group: GroupProvide;
|
|
236
|
+
}) => vue.VNodeChild) | undefined;
|
|
237
|
+
additional?: false | ((args_0: {
|
|
238
|
+
group: GroupProvide;
|
|
239
|
+
}) => vue.VNodeChild) | undefined;
|
|
240
|
+
prev?: false | ((args_0: {
|
|
241
|
+
props: {
|
|
242
|
+
icon: IconValue;
|
|
243
|
+
class: string;
|
|
244
|
+
onClick: () => void;
|
|
245
|
+
ariaLabel: string;
|
|
246
|
+
};
|
|
247
|
+
}) => vue.VNodeChild) | undefined;
|
|
248
|
+
next?: false | ((args_0: {
|
|
249
|
+
props: {
|
|
250
|
+
icon: IconValue;
|
|
251
|
+
class: string;
|
|
252
|
+
onClick: () => void;
|
|
253
|
+
ariaLabel: string;
|
|
254
|
+
};
|
|
255
|
+
}) => vue.VNodeChild) | undefined;
|
|
256
|
+
} | undefined;
|
|
257
|
+
} & {
|
|
258
|
+
"v-slot:default"?: false | ((args_0: {
|
|
259
|
+
group: GroupProvide;
|
|
260
|
+
}) => vue.VNodeChild) | undefined;
|
|
261
|
+
"v-slot:additional"?: false | ((args_0: {
|
|
262
|
+
group: GroupProvide;
|
|
263
|
+
}) => vue.VNodeChild) | undefined;
|
|
264
|
+
"v-slot:prev"?: false | ((args_0: {
|
|
265
|
+
props: {
|
|
266
|
+
icon: IconValue;
|
|
267
|
+
class: string;
|
|
268
|
+
onClick: () => void;
|
|
269
|
+
ariaLabel: string;
|
|
270
|
+
};
|
|
271
|
+
}) => vue.VNodeChild) | undefined;
|
|
272
|
+
"v-slot:next"?: false | ((args_0: {
|
|
273
|
+
props: {
|
|
274
|
+
icon: IconValue;
|
|
275
|
+
class: string;
|
|
276
|
+
onClick: () => void;
|
|
277
|
+
ariaLabel: string;
|
|
278
|
+
};
|
|
279
|
+
}) => vue.VNodeChild) | undefined;
|
|
280
|
+
} & {
|
|
281
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
282
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
283
|
+
'update:modelValue': (val: any) => boolean;
|
|
284
|
+
}, string, {
|
|
285
|
+
interval: string | number;
|
|
286
|
+
height: string | number;
|
|
287
|
+
showArrows: string | boolean;
|
|
288
|
+
cycle: boolean;
|
|
289
|
+
hideDelimiters: boolean;
|
|
290
|
+
hideDelimiterBackground: boolean;
|
|
291
|
+
delimiterIcon: IconValue;
|
|
292
|
+
}, {}, string> & {
|
|
293
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
294
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
295
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
296
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
297
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
298
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
299
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
300
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
301
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
302
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
303
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
304
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
305
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
306
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
307
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
308
|
+
};
|
|
309
|
+
$forceUpdate: () => void;
|
|
310
|
+
$nextTick: typeof vue.nextTick;
|
|
311
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
312
|
+
} & {
|
|
313
|
+
interval: string | number;
|
|
314
|
+
height: string | number;
|
|
315
|
+
showArrows: string | boolean;
|
|
316
|
+
cycle: boolean;
|
|
317
|
+
hideDelimiters: boolean;
|
|
318
|
+
hideDelimiterBackground: boolean;
|
|
319
|
+
delimiterIcon: IconValue;
|
|
320
|
+
} & {
|
|
321
|
+
progress?: string | boolean | undefined;
|
|
322
|
+
color?: string | undefined;
|
|
323
|
+
modelValue?: any;
|
|
324
|
+
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
325
|
+
} & {
|
|
326
|
+
$children?: {} | vue.VNodeChild | {
|
|
327
|
+
default?: ((args_0: {
|
|
328
|
+
group: GroupProvide;
|
|
329
|
+
}) => vue.VNodeChild) | undefined;
|
|
330
|
+
additional?: ((args_0: {
|
|
331
|
+
group: GroupProvide;
|
|
332
|
+
}) => vue.VNodeChild) | undefined;
|
|
333
|
+
prev?: ((args_0: {
|
|
334
|
+
props: {
|
|
335
|
+
icon: IconValue;
|
|
336
|
+
class: string;
|
|
337
|
+
onClick: () => void;
|
|
338
|
+
ariaLabel: string;
|
|
339
|
+
};
|
|
340
|
+
}) => vue.VNodeChild) | undefined;
|
|
341
|
+
next?: ((args_0: {
|
|
342
|
+
props: {
|
|
343
|
+
icon: IconValue;
|
|
344
|
+
class: string;
|
|
345
|
+
onClick: () => void;
|
|
346
|
+
ariaLabel: string;
|
|
347
|
+
};
|
|
348
|
+
}) => vue.VNodeChild) | undefined;
|
|
349
|
+
};
|
|
350
|
+
$slots?: {
|
|
351
|
+
default?: ((args_0: {
|
|
352
|
+
group: GroupProvide;
|
|
353
|
+
}) => vue.VNodeChild) | undefined;
|
|
354
|
+
additional?: ((args_0: {
|
|
355
|
+
group: GroupProvide;
|
|
356
|
+
}) => vue.VNodeChild) | undefined;
|
|
357
|
+
prev?: ((args_0: {
|
|
358
|
+
props: {
|
|
359
|
+
icon: IconValue;
|
|
360
|
+
class: string;
|
|
361
|
+
onClick: () => void;
|
|
362
|
+
ariaLabel: string;
|
|
363
|
+
};
|
|
364
|
+
}) => vue.VNodeChild) | undefined;
|
|
365
|
+
next?: ((args_0: {
|
|
366
|
+
props: {
|
|
367
|
+
icon: IconValue;
|
|
368
|
+
class: string;
|
|
369
|
+
onClick: () => void;
|
|
370
|
+
ariaLabel: string;
|
|
371
|
+
};
|
|
372
|
+
}) => vue.VNodeChild) | undefined;
|
|
373
|
+
} | undefined;
|
|
374
|
+
'v-slots'?: {
|
|
375
|
+
default?: false | ((args_0: {
|
|
376
|
+
group: GroupProvide;
|
|
377
|
+
}) => vue.VNodeChild) | undefined;
|
|
378
|
+
additional?: false | ((args_0: {
|
|
379
|
+
group: GroupProvide;
|
|
380
|
+
}) => vue.VNodeChild) | undefined;
|
|
381
|
+
prev?: false | ((args_0: {
|
|
382
|
+
props: {
|
|
383
|
+
icon: IconValue;
|
|
384
|
+
class: string;
|
|
385
|
+
onClick: () => void;
|
|
386
|
+
ariaLabel: string;
|
|
387
|
+
};
|
|
388
|
+
}) => vue.VNodeChild) | undefined;
|
|
389
|
+
next?: false | ((args_0: {
|
|
390
|
+
props: {
|
|
391
|
+
icon: IconValue;
|
|
392
|
+
class: string;
|
|
393
|
+
onClick: () => void;
|
|
394
|
+
ariaLabel: string;
|
|
395
|
+
};
|
|
396
|
+
}) => vue.VNodeChild) | undefined;
|
|
397
|
+
} | undefined;
|
|
398
|
+
} & {
|
|
399
|
+
"v-slot:default"?: false | ((args_0: {
|
|
70
400
|
group: GroupProvide;
|
|
71
401
|
}) => vue.VNodeChild) | undefined;
|
|
72
|
-
additional?: ((args_0: {
|
|
402
|
+
"v-slot:additional"?: false | ((args_0: {
|
|
73
403
|
group: GroupProvide;
|
|
74
404
|
}) => vue.VNodeChild) | undefined;
|
|
75
|
-
prev?: ((args_0: {
|
|
76
|
-
props: {
|
|
77
|
-
icon: IconValue;
|
|
78
|
-
class: string;
|
|
79
|
-
onClick: () => void;
|
|
80
|
-
ariaLabel: string;
|
|
81
|
-
};
|
|
82
|
-
}) => vue.VNodeChild) | undefined;
|
|
83
|
-
next?: ((args_0: {
|
|
405
|
+
"v-slot:prev"?: false | ((args_0: {
|
|
84
406
|
props: {
|
|
85
407
|
icon: IconValue;
|
|
86
408
|
class: string;
|
|
@@ -88,15 +410,7 @@ declare const VCarousel: vue.DefineComponent<{
|
|
|
88
410
|
ariaLabel: string;
|
|
89
411
|
};
|
|
90
412
|
}) => vue.VNodeChild) | undefined;
|
|
91
|
-
|
|
92
|
-
'v-slots'?: {
|
|
93
|
-
default?: false | ((args_0: {
|
|
94
|
-
group: GroupProvide;
|
|
95
|
-
}) => vue.VNodeChild) | undefined;
|
|
96
|
-
additional?: false | ((args_0: {
|
|
97
|
-
group: GroupProvide;
|
|
98
|
-
}) => vue.VNodeChild) | undefined;
|
|
99
|
-
prev?: false | ((args_0: {
|
|
413
|
+
"v-slot:next"?: false | ((args_0: {
|
|
100
414
|
props: {
|
|
101
415
|
icon: IconValue;
|
|
102
416
|
class: string;
|
|
@@ -104,41 +418,13 @@ declare const VCarousel: vue.DefineComponent<{
|
|
|
104
418
|
ariaLabel: string;
|
|
105
419
|
};
|
|
106
420
|
}) => vue.VNodeChild) | undefined;
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}) => vue.VNodeChild) | undefined;
|
|
115
|
-
} | undefined;
|
|
116
|
-
} & {
|
|
117
|
-
"v-slot:default"?: false | ((args_0: {
|
|
118
|
-
group: GroupProvide;
|
|
119
|
-
}) => vue.VNodeChild) | undefined;
|
|
120
|
-
"v-slot:additional"?: false | ((args_0: {
|
|
121
|
-
group: GroupProvide;
|
|
122
|
-
}) => vue.VNodeChild) | undefined;
|
|
123
|
-
"v-slot:prev"?: false | ((args_0: {
|
|
124
|
-
props: {
|
|
125
|
-
icon: IconValue;
|
|
126
|
-
class: string;
|
|
127
|
-
onClick: () => void;
|
|
128
|
-
ariaLabel: string;
|
|
129
|
-
};
|
|
130
|
-
}) => vue.VNodeChild) | undefined;
|
|
131
|
-
"v-slot:next"?: false | ((args_0: {
|
|
132
|
-
props: {
|
|
133
|
-
icon: IconValue;
|
|
134
|
-
class: string;
|
|
135
|
-
onClick: () => void;
|
|
136
|
-
ariaLabel: string;
|
|
137
|
-
};
|
|
138
|
-
}) => vue.VNodeChild) | undefined;
|
|
139
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
140
|
-
'update:modelValue': (val: any) => boolean;
|
|
141
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
421
|
+
} & {
|
|
422
|
+
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
423
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
424
|
+
__isFragment?: undefined;
|
|
425
|
+
__isTeleport?: undefined;
|
|
426
|
+
__isSuspense?: undefined;
|
|
427
|
+
} & vue.ComponentOptionsBase<{
|
|
142
428
|
interval: string | number;
|
|
143
429
|
height: string | number;
|
|
144
430
|
showArrows: string | boolean;
|
|
@@ -249,7 +535,9 @@ declare const VCarousel: vue.DefineComponent<{
|
|
|
249
535
|
}) => vue.VNodeChild) | undefined;
|
|
250
536
|
} & {
|
|
251
537
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
252
|
-
}, {
|
|
538
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
539
|
+
'update:modelValue': (val: any) => boolean;
|
|
540
|
+
}, string, {
|
|
253
541
|
interval: string | number;
|
|
254
542
|
height: string | number;
|
|
255
543
|
showArrows: string | boolean;
|
|
@@ -257,36 +545,182 @@ declare const VCarousel: vue.DefineComponent<{
|
|
|
257
545
|
hideDelimiters: boolean;
|
|
258
546
|
hideDelimiterBackground: boolean;
|
|
259
547
|
delimiterIcon: IconValue;
|
|
260
|
-
}
|
|
548
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
549
|
+
color: StringConstructor;
|
|
550
|
+
cycle: BooleanConstructor;
|
|
551
|
+
delimiterIcon: {
|
|
552
|
+
type: PropType<IconValue>;
|
|
553
|
+
default: string;
|
|
554
|
+
};
|
|
555
|
+
height: {
|
|
556
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
557
|
+
default: number;
|
|
558
|
+
};
|
|
559
|
+
hideDelimiters: BooleanConstructor;
|
|
560
|
+
hideDelimiterBackground: BooleanConstructor;
|
|
561
|
+
interval: {
|
|
562
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
563
|
+
default: number;
|
|
564
|
+
validator: (value: string | number) => boolean;
|
|
565
|
+
};
|
|
566
|
+
modelValue: null;
|
|
567
|
+
progress: (StringConstructor | BooleanConstructor)[];
|
|
568
|
+
showArrows: {
|
|
569
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
570
|
+
default: boolean;
|
|
571
|
+
validator: (v: any) => boolean;
|
|
572
|
+
};
|
|
573
|
+
verticalDelimiters: PropType<boolean | "left" | "right">;
|
|
574
|
+
}, vue.ExtractPropTypes<{
|
|
575
|
+
color: StringConstructor;
|
|
576
|
+
cycle: BooleanConstructor;
|
|
577
|
+
delimiterIcon: {
|
|
578
|
+
type: PropType<IconValue>;
|
|
579
|
+
default: string;
|
|
580
|
+
};
|
|
581
|
+
height: {
|
|
582
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
583
|
+
default: number;
|
|
584
|
+
};
|
|
585
|
+
hideDelimiters: BooleanConstructor;
|
|
586
|
+
hideDelimiterBackground: BooleanConstructor;
|
|
587
|
+
interval: {
|
|
588
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
589
|
+
default: number;
|
|
590
|
+
validator: (value: string | number) => boolean;
|
|
591
|
+
};
|
|
592
|
+
modelValue: null;
|
|
593
|
+
progress: (StringConstructor | BooleanConstructor)[];
|
|
594
|
+
showArrows: {
|
|
595
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
596
|
+
default: boolean;
|
|
597
|
+
validator: (v: any) => boolean;
|
|
598
|
+
};
|
|
599
|
+
verticalDelimiters: PropType<boolean | "left" | "right">;
|
|
600
|
+
}>>;
|
|
261
601
|
type VCarousel = InstanceType<typeof VCarousel>;
|
|
262
602
|
|
|
263
|
-
declare const VCarouselItem:
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
603
|
+
declare const VCarouselItem: {
|
|
604
|
+
new (...args: any[]): {
|
|
605
|
+
$: vue.ComponentInternalInstance;
|
|
606
|
+
$data: {};
|
|
607
|
+
$props: Partial<{}> & Omit<{} & {
|
|
608
|
+
value?: any;
|
|
609
|
+
} & {
|
|
610
|
+
$children?: {} | vue.VNodeChild | {
|
|
611
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
612
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
613
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
614
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
615
|
+
};
|
|
616
|
+
$slots?: {
|
|
617
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
618
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
619
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
620
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
621
|
+
} | undefined;
|
|
622
|
+
'v-slots'?: {
|
|
623
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
624
|
+
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
625
|
+
error?: false | (() => vue.VNodeChild) | undefined;
|
|
626
|
+
sources?: false | (() => vue.VNodeChild) | undefined;
|
|
627
|
+
} | undefined;
|
|
628
|
+
} & {
|
|
629
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
630
|
+
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
631
|
+
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
632
|
+
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
633
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
|
|
634
|
+
$attrs: {
|
|
635
|
+
[x: string]: unknown;
|
|
636
|
+
};
|
|
637
|
+
$refs: {
|
|
638
|
+
[x: string]: unknown;
|
|
639
|
+
};
|
|
640
|
+
$slots: Readonly<{
|
|
641
|
+
[name: string]: vue.Slot | undefined;
|
|
642
|
+
}>;
|
|
643
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
644
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
645
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
646
|
+
$el: any;
|
|
647
|
+
$options: vue.ComponentOptionsBase<{} & {
|
|
648
|
+
value?: any;
|
|
649
|
+
} & {
|
|
650
|
+
$children?: {} | vue.VNodeChild | {
|
|
651
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
652
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
653
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
654
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
655
|
+
};
|
|
656
|
+
$slots?: {
|
|
657
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
658
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
659
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
660
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
661
|
+
} | undefined;
|
|
662
|
+
'v-slots'?: {
|
|
663
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
664
|
+
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
665
|
+
error?: false | (() => vue.VNodeChild) | undefined;
|
|
666
|
+
sources?: false | (() => vue.VNodeChild) | undefined;
|
|
667
|
+
} | undefined;
|
|
668
|
+
} & {
|
|
669
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
670
|
+
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
671
|
+
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
672
|
+
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
673
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
|
|
674
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
675
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
676
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
677
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
678
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
679
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
680
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
681
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
682
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
683
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
684
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
685
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
686
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
687
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
688
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
689
|
+
};
|
|
690
|
+
$forceUpdate: () => void;
|
|
691
|
+
$nextTick: typeof vue.nextTick;
|
|
692
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
693
|
+
} & {} & {
|
|
694
|
+
value?: any;
|
|
695
|
+
} & {
|
|
696
|
+
$children?: {} | vue.VNodeChild | {
|
|
697
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
698
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
699
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
700
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
701
|
+
};
|
|
702
|
+
$slots?: {
|
|
703
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
704
|
+
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
705
|
+
error?: (() => vue.VNodeChild) | undefined;
|
|
706
|
+
sources?: (() => vue.VNodeChild) | undefined;
|
|
707
|
+
} | undefined;
|
|
708
|
+
'v-slots'?: {
|
|
709
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
|
710
|
+
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
|
711
|
+
error?: false | (() => vue.VNodeChild) | undefined;
|
|
712
|
+
sources?: false | (() => vue.VNodeChild) | undefined;
|
|
713
|
+
} | undefined;
|
|
714
|
+
} & {
|
|
715
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
716
|
+
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
717
|
+
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
718
|
+
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
719
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
720
|
+
__isFragment?: undefined;
|
|
721
|
+
__isTeleport?: undefined;
|
|
722
|
+
__isSuspense?: undefined;
|
|
723
|
+
} & vue.ComponentOptionsBase<{} & {
|
|
290
724
|
value?: any;
|
|
291
725
|
} & {
|
|
292
726
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -312,7 +746,11 @@ declare const VCarouselItem: vue.DefineComponent<{} & {
|
|
|
312
746
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
313
747
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
314
748
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
315
|
-
}, {}
|
|
749
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
750
|
+
value: null;
|
|
751
|
+
}, vue.ExtractPropTypes<{
|
|
752
|
+
value: null;
|
|
753
|
+
}>>;
|
|
316
754
|
type VCarouselItem = InstanceType<typeof VCarouselItem>;
|
|
317
755
|
|
|
318
756
|
export { VCarousel, VCarouselItem };
|