vuetify 3.3.0 → 3.3.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/json/attributes.json +51 -19
- package/dist/json/importMap.json +22 -22
- package/dist/json/tags.json +8 -0
- package/dist/json/web-types.json +528 -448
- package/dist/vuetify-labs.css +84 -83
- package/dist/vuetify-labs.d.ts +5572 -10787
- package/dist/vuetify-labs.esm.js +173 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +173 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +113 -112
- package/dist/vuetify.d.ts +3683 -7528
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAlert/index.d.mts +15 -73
- package/lib/components/VApp/index.d.mts +0 -15
- package/lib/components/VAppBar/index.d.mts +0 -81
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +117 -171
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +0 -15
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.mts +0 -19
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +0 -57
- package/lib/components/VBottomNavigation/index.d.mts +0 -15
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +30 -60
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/_variables.scss +15 -15
- package/lib/components/VBtn/index.d.mts +0 -27
- package/lib/components/VBtnGroup/index.d.mts +0 -15
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +19 -34
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +2 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +10 -11
- package/lib/components/VCard/index.d.mts +15 -157
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +79 -237
- package/lib/components/VCheckbox/index.d.mts +143 -229
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +19 -82
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +19 -58
- package/lib/components/VCode/index.d.mts +0 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +117 -171
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.mts +19 -34
- package/lib/components/VDefaultsProvider/index.d.mts +0 -15
- package/lib/components/VDialog/index.d.mts +112 -238
- package/lib/components/VDivider/index.d.mts +0 -15
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +34 -106
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VField/index.d.mts +34 -49
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +331 -487
- package/lib/components/VFooter/_variables.scss +1 -1
- package/lib/components/VFooter/index.d.mts +0 -15
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +19 -146
- package/lib/components/VGrid/index.d.mts +0 -60
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +19 -46
- package/lib/components/VIcon/index.d.mts +0 -30
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +0 -27
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/_variables.scss +1 -1
- package/lib/components/VInput/index.d.mts +79 -110
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +38 -120
- package/lib/components/VKbd/index.d.mts +0 -15
- package/lib/components/VLabel/index.d.mts +0 -15
- package/lib/components/VLayout/index.d.mts +0 -30
- package/lib/components/VLazy/index.d.mts +0 -15
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +6 -6
- package/lib/components/VList/index.d.mts +164 -316
- package/lib/components/VLocaleProvider/index.d.mts +0 -15
- package/lib/components/VMain/index.d.mts +0 -15
- package/lib/components/VMenu/index.d.mts +112 -238
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +15 -42
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +34 -73
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +75 -106
- package/lib/components/VParallax/index.d.mts +0 -27
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.mts +19 -42
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +19 -46
- package/lib/components/VRadio/index.d.mts +30 -65
- package/lib/components/VRadioGroup/index.d.mts +109 -160
- package/lib/components/VRangeSlider/index.d.mts +94 -137
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +30 -49
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +0 -19
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +117 -171
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +22 -22
- package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
- package/lib/components/VSheet/index.d.mts +0 -15
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +68 -126
- package/lib/components/VSlider/VSlider.css +5 -4
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +5 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +94 -137
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/_variables.scss +1 -1
- package/lib/components/VSnackbar/index.d.mts +93 -215
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +124 -179
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VSystemBar/index.d.mts +0 -15
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/_variables.scss +1 -1
- package/lib/components/VTable/index.d.mts +0 -27
- package/lib/components/VTabs/index.d.mts +0 -30
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +361 -497
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +312 -444
- package/lib/components/VThemeProvider/index.d.mts +0 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +0 -38
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/VToolbar/index.d.mts +0 -69
- package/lib/components/VTooltip/index.d.mts +112 -238
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +19 -90
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +17 -17
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +64 -138
- package/lib/components/index.d.mts +3269 -7114
- package/lib/components/transitions/index.d.mts +0 -240
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +6 -6
- package/lib/labs/VBottomSheet/index.d.mts +34 -73
- package/lib/labs/VDataIterator/VDataIterator.mjs +6 -3
- package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/labs/VDataIterator/composables/items.mjs +7 -1
- package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/labs/VDataIterator/index.d.mts +115 -105
- package/lib/labs/VDataTable/VDataTable.mjs +6 -3
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +1 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +8 -3
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -3
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +7 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +124 -8
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +1630 -2916
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
- package/lib/labs/components.d.mts +1882 -3252
- package/lib/styles/settings/_colors.scss +18 -15
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +4 -3
|
@@ -84,16 +84,16 @@ declare const VCarousel: {
|
|
|
84
84
|
key?: string | number | symbol | undefined;
|
|
85
85
|
color?: string | undefined;
|
|
86
86
|
class?: any;
|
|
87
|
-
$children?: vue.VNodeChild | ((
|
|
87
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
88
88
|
group: GroupProvide;
|
|
89
89
|
}) => vue.VNodeChild) | {
|
|
90
|
-
default?: ((
|
|
90
|
+
default?: ((arg: {
|
|
91
91
|
group: GroupProvide;
|
|
92
92
|
}) => vue.VNodeChild) | undefined;
|
|
93
|
-
additional?: ((
|
|
93
|
+
additional?: ((arg: {
|
|
94
94
|
group: GroupProvide;
|
|
95
95
|
}) => vue.VNodeChild) | undefined;
|
|
96
|
-
prev?: ((
|
|
96
|
+
prev?: ((arg: {
|
|
97
97
|
props: {
|
|
98
98
|
icon: IconValue;
|
|
99
99
|
class: string;
|
|
@@ -101,7 +101,7 @@ declare const VCarousel: {
|
|
|
101
101
|
ariaLabel: string;
|
|
102
102
|
};
|
|
103
103
|
}) => vue.VNodeChild) | undefined;
|
|
104
|
-
next?: ((
|
|
104
|
+
next?: ((arg: {
|
|
105
105
|
props: {
|
|
106
106
|
icon: IconValue;
|
|
107
107
|
class: string;
|
|
@@ -109,7 +109,7 @@ declare const VCarousel: {
|
|
|
109
109
|
ariaLabel: string;
|
|
110
110
|
};
|
|
111
111
|
}) => vue.VNodeChild) | undefined;
|
|
112
|
-
item?: ((
|
|
112
|
+
item?: ((arg: {
|
|
113
113
|
props: Record<string, any>;
|
|
114
114
|
item: {
|
|
115
115
|
id: number;
|
|
@@ -122,17 +122,17 @@ declare const VCarousel: {
|
|
|
122
122
|
ref_for?: boolean | undefined;
|
|
123
123
|
ref_key?: string | undefined;
|
|
124
124
|
theme?: string | undefined;
|
|
125
|
-
"v-slot:default"?: false | ((
|
|
125
|
+
"v-slot:default"?: false | ((arg: {
|
|
126
126
|
group: GroupProvide;
|
|
127
127
|
}) => vue.VNodeChild) | undefined;
|
|
128
128
|
'v-slots'?: {
|
|
129
|
-
default?: false | ((
|
|
129
|
+
default?: false | ((arg: {
|
|
130
130
|
group: GroupProvide;
|
|
131
131
|
}) => vue.VNodeChild) | undefined;
|
|
132
|
-
additional?: false | ((
|
|
132
|
+
additional?: false | ((arg: {
|
|
133
133
|
group: GroupProvide;
|
|
134
134
|
}) => vue.VNodeChild) | undefined;
|
|
135
|
-
prev?: false | ((
|
|
135
|
+
prev?: false | ((arg: {
|
|
136
136
|
props: {
|
|
137
137
|
icon: IconValue;
|
|
138
138
|
class: string;
|
|
@@ -140,7 +140,7 @@ declare const VCarousel: {
|
|
|
140
140
|
ariaLabel: string;
|
|
141
141
|
};
|
|
142
142
|
}) => vue.VNodeChild) | undefined;
|
|
143
|
-
next?: false | ((
|
|
143
|
+
next?: false | ((arg: {
|
|
144
144
|
props: {
|
|
145
145
|
icon: IconValue;
|
|
146
146
|
class: string;
|
|
@@ -148,7 +148,7 @@ declare const VCarousel: {
|
|
|
148
148
|
ariaLabel: string;
|
|
149
149
|
};
|
|
150
150
|
}) => vue.VNodeChild) | undefined;
|
|
151
|
-
item?: false | ((
|
|
151
|
+
item?: false | ((arg: {
|
|
152
152
|
props: Record<string, any>;
|
|
153
153
|
item: {
|
|
154
154
|
id: number;
|
|
@@ -157,41 +157,9 @@ declare const VCarousel: {
|
|
|
157
157
|
};
|
|
158
158
|
}) => vue.VNodeChild) | undefined;
|
|
159
159
|
} | undefined;
|
|
160
|
-
"v-slot:additional"?: false | ((
|
|
160
|
+
"v-slot:additional"?: false | ((arg: {
|
|
161
161
|
group: GroupProvide;
|
|
162
162
|
}) => vue.VNodeChild) | undefined;
|
|
163
|
-
$slots?: {
|
|
164
|
-
default?: ((args_0: {
|
|
165
|
-
group: GroupProvide;
|
|
166
|
-
}) => vue.VNodeChild) | undefined;
|
|
167
|
-
additional?: ((args_0: {
|
|
168
|
-
group: GroupProvide;
|
|
169
|
-
}) => vue.VNodeChild) | undefined;
|
|
170
|
-
prev?: ((args_0: {
|
|
171
|
-
props: {
|
|
172
|
-
icon: IconValue;
|
|
173
|
-
class: string;
|
|
174
|
-
onClick: () => void;
|
|
175
|
-
ariaLabel: string;
|
|
176
|
-
};
|
|
177
|
-
}) => vue.VNodeChild) | undefined;
|
|
178
|
-
next?: ((args_0: {
|
|
179
|
-
props: {
|
|
180
|
-
icon: IconValue;
|
|
181
|
-
class: string;
|
|
182
|
-
onClick: () => void;
|
|
183
|
-
ariaLabel: string;
|
|
184
|
-
};
|
|
185
|
-
}) => vue.VNodeChild) | undefined;
|
|
186
|
-
item?: ((args_0: {
|
|
187
|
-
props: Record<string, any>;
|
|
188
|
-
item: {
|
|
189
|
-
id: number;
|
|
190
|
-
value: unknown;
|
|
191
|
-
disabled: boolean | undefined;
|
|
192
|
-
};
|
|
193
|
-
}) => vue.VNodeChild) | undefined;
|
|
194
|
-
} | undefined;
|
|
195
163
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
196
164
|
[key: string]: any;
|
|
197
165
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -232,7 +200,7 @@ declare const VCarousel: {
|
|
|
232
200
|
}>) => void)[] | undefined;
|
|
233
201
|
modelValue?: any;
|
|
234
202
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
235
|
-
"v-slot:item"?: false | ((
|
|
203
|
+
"v-slot:item"?: false | ((arg: {
|
|
236
204
|
props: Record<string, any>;
|
|
237
205
|
item: {
|
|
238
206
|
id: number;
|
|
@@ -240,7 +208,7 @@ declare const VCarousel: {
|
|
|
240
208
|
disabled: boolean | undefined;
|
|
241
209
|
};
|
|
242
210
|
}) => vue.VNodeChild) | undefined;
|
|
243
|
-
"v-slot:next"?: false | ((
|
|
211
|
+
"v-slot:next"?: false | ((arg: {
|
|
244
212
|
props: {
|
|
245
213
|
icon: IconValue;
|
|
246
214
|
class: string;
|
|
@@ -248,7 +216,7 @@ declare const VCarousel: {
|
|
|
248
216
|
ariaLabel: string;
|
|
249
217
|
};
|
|
250
218
|
}) => vue.VNodeChild) | undefined;
|
|
251
|
-
"v-slot:prev"?: false | ((
|
|
219
|
+
"v-slot:prev"?: false | ((arg: {
|
|
252
220
|
props: {
|
|
253
221
|
icon: IconValue;
|
|
254
222
|
class: string;
|
|
@@ -265,17 +233,17 @@ declare const VCarousel: {
|
|
|
265
233
|
[x: string]: unknown;
|
|
266
234
|
};
|
|
267
235
|
$slots: Readonly<{
|
|
268
|
-
default?: ((
|
|
236
|
+
default?: ((arg: {
|
|
269
237
|
group: GroupProvide;
|
|
270
238
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
271
239
|
[key: string]: any;
|
|
272
240
|
}>[]) | undefined;
|
|
273
|
-
additional?: ((
|
|
241
|
+
additional?: ((arg: {
|
|
274
242
|
group: GroupProvide;
|
|
275
243
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
276
244
|
[key: string]: any;
|
|
277
245
|
}>[]) | undefined;
|
|
278
|
-
prev?: ((
|
|
246
|
+
prev?: ((arg: {
|
|
279
247
|
props: {
|
|
280
248
|
icon: IconValue;
|
|
281
249
|
class: string;
|
|
@@ -285,7 +253,7 @@ declare const VCarousel: {
|
|
|
285
253
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
286
254
|
[key: string]: any;
|
|
287
255
|
}>[]) | undefined;
|
|
288
|
-
next?: ((
|
|
256
|
+
next?: ((arg: {
|
|
289
257
|
props: {
|
|
290
258
|
icon: IconValue;
|
|
291
259
|
class: string;
|
|
@@ -295,7 +263,7 @@ declare const VCarousel: {
|
|
|
295
263
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
296
264
|
[key: string]: any;
|
|
297
265
|
}>[]) | undefined;
|
|
298
|
-
item?: ((
|
|
266
|
+
item?: ((arg: {
|
|
299
267
|
props: Record<string, any>;
|
|
300
268
|
item: {
|
|
301
269
|
id: number;
|
|
@@ -337,16 +305,16 @@ declare const VCarousel: {
|
|
|
337
305
|
modelValue?: any;
|
|
338
306
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
339
307
|
} & {
|
|
340
|
-
$children?: vue.VNodeChild | ((
|
|
308
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
341
309
|
group: GroupProvide;
|
|
342
310
|
}) => vue.VNodeChild) | {
|
|
343
|
-
default?: ((
|
|
311
|
+
default?: ((arg: {
|
|
344
312
|
group: GroupProvide;
|
|
345
313
|
}) => vue.VNodeChild) | undefined;
|
|
346
|
-
additional?: ((
|
|
314
|
+
additional?: ((arg: {
|
|
347
315
|
group: GroupProvide;
|
|
348
316
|
}) => vue.VNodeChild) | undefined;
|
|
349
|
-
prev?: ((
|
|
317
|
+
prev?: ((arg: {
|
|
350
318
|
props: {
|
|
351
319
|
icon: IconValue;
|
|
352
320
|
class: string;
|
|
@@ -354,7 +322,7 @@ declare const VCarousel: {
|
|
|
354
322
|
ariaLabel: string;
|
|
355
323
|
};
|
|
356
324
|
}) => vue.VNodeChild) | undefined;
|
|
357
|
-
next?: ((
|
|
325
|
+
next?: ((arg: {
|
|
358
326
|
props: {
|
|
359
327
|
icon: IconValue;
|
|
360
328
|
class: string;
|
|
@@ -362,7 +330,7 @@ declare const VCarousel: {
|
|
|
362
330
|
ariaLabel: string;
|
|
363
331
|
};
|
|
364
332
|
}) => vue.VNodeChild) | undefined;
|
|
365
|
-
item?: ((
|
|
333
|
+
item?: ((arg: {
|
|
366
334
|
props: Record<string, any>;
|
|
367
335
|
item: {
|
|
368
336
|
id: number;
|
|
@@ -372,13 +340,13 @@ declare const VCarousel: {
|
|
|
372
340
|
}) => vue.VNodeChild) | undefined;
|
|
373
341
|
};
|
|
374
342
|
'v-slots'?: {
|
|
375
|
-
default?: false | ((
|
|
343
|
+
default?: false | ((arg: {
|
|
376
344
|
group: GroupProvide;
|
|
377
345
|
}) => vue.VNodeChild) | undefined;
|
|
378
|
-
additional?: false | ((
|
|
346
|
+
additional?: false | ((arg: {
|
|
379
347
|
group: GroupProvide;
|
|
380
348
|
}) => vue.VNodeChild) | undefined;
|
|
381
|
-
prev?: false | ((
|
|
349
|
+
prev?: false | ((arg: {
|
|
382
350
|
props: {
|
|
383
351
|
icon: IconValue;
|
|
384
352
|
class: string;
|
|
@@ -386,7 +354,7 @@ declare const VCarousel: {
|
|
|
386
354
|
ariaLabel: string;
|
|
387
355
|
};
|
|
388
356
|
}) => vue.VNodeChild) | undefined;
|
|
389
|
-
next?: false | ((
|
|
357
|
+
next?: false | ((arg: {
|
|
390
358
|
props: {
|
|
391
359
|
icon: IconValue;
|
|
392
360
|
class: string;
|
|
@@ -394,7 +362,7 @@ declare const VCarousel: {
|
|
|
394
362
|
ariaLabel: string;
|
|
395
363
|
};
|
|
396
364
|
}) => vue.VNodeChild) | undefined;
|
|
397
|
-
item?: false | ((
|
|
365
|
+
item?: false | ((arg: {
|
|
398
366
|
props: Record<string, any>;
|
|
399
367
|
item: {
|
|
400
368
|
id: number;
|
|
@@ -404,13 +372,13 @@ declare const VCarousel: {
|
|
|
404
372
|
}) => vue.VNodeChild) | undefined;
|
|
405
373
|
} | undefined;
|
|
406
374
|
} & {
|
|
407
|
-
"v-slot:default"?: false | ((
|
|
375
|
+
"v-slot:default"?: false | ((arg: {
|
|
408
376
|
group: GroupProvide;
|
|
409
377
|
}) => vue.VNodeChild) | undefined;
|
|
410
|
-
"v-slot:additional"?: false | ((
|
|
378
|
+
"v-slot:additional"?: false | ((arg: {
|
|
411
379
|
group: GroupProvide;
|
|
412
380
|
}) => vue.VNodeChild) | undefined;
|
|
413
|
-
"v-slot:prev"?: false | ((
|
|
381
|
+
"v-slot:prev"?: false | ((arg: {
|
|
414
382
|
props: {
|
|
415
383
|
icon: IconValue;
|
|
416
384
|
class: string;
|
|
@@ -418,7 +386,7 @@ declare const VCarousel: {
|
|
|
418
386
|
ariaLabel: string;
|
|
419
387
|
};
|
|
420
388
|
}) => vue.VNodeChild) | undefined;
|
|
421
|
-
"v-slot:next"?: false | ((
|
|
389
|
+
"v-slot:next"?: false | ((arg: {
|
|
422
390
|
props: {
|
|
423
391
|
icon: IconValue;
|
|
424
392
|
class: string;
|
|
@@ -426,7 +394,7 @@ declare const VCarousel: {
|
|
|
426
394
|
ariaLabel: string;
|
|
427
395
|
};
|
|
428
396
|
}) => vue.VNodeChild) | undefined;
|
|
429
|
-
"v-slot:item"?: false | ((
|
|
397
|
+
"v-slot:item"?: false | ((arg: {
|
|
430
398
|
props: Record<string, any>;
|
|
431
399
|
item: {
|
|
432
400
|
id: number;
|
|
@@ -434,39 +402,6 @@ declare const VCarousel: {
|
|
|
434
402
|
disabled: boolean | undefined;
|
|
435
403
|
};
|
|
436
404
|
}) => vue.VNodeChild) | undefined;
|
|
437
|
-
} & {
|
|
438
|
-
$slots?: {
|
|
439
|
-
default?: ((args_0: {
|
|
440
|
-
group: GroupProvide;
|
|
441
|
-
}) => vue.VNodeChild) | undefined;
|
|
442
|
-
additional?: ((args_0: {
|
|
443
|
-
group: GroupProvide;
|
|
444
|
-
}) => vue.VNodeChild) | undefined;
|
|
445
|
-
prev?: ((args_0: {
|
|
446
|
-
props: {
|
|
447
|
-
icon: IconValue;
|
|
448
|
-
class: string;
|
|
449
|
-
onClick: () => void;
|
|
450
|
-
ariaLabel: string;
|
|
451
|
-
};
|
|
452
|
-
}) => vue.VNodeChild) | undefined;
|
|
453
|
-
next?: ((args_0: {
|
|
454
|
-
props: {
|
|
455
|
-
icon: IconValue;
|
|
456
|
-
class: string;
|
|
457
|
-
onClick: () => void;
|
|
458
|
-
ariaLabel: string;
|
|
459
|
-
};
|
|
460
|
-
}) => vue.VNodeChild) | undefined;
|
|
461
|
-
item?: ((args_0: {
|
|
462
|
-
props: Record<string, any>;
|
|
463
|
-
item: {
|
|
464
|
-
id: number;
|
|
465
|
-
value: unknown;
|
|
466
|
-
disabled: boolean | undefined;
|
|
467
|
-
};
|
|
468
|
-
}) => vue.VNodeChild) | undefined;
|
|
469
|
-
} | undefined;
|
|
470
405
|
} & {
|
|
471
406
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
472
407
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -491,17 +426,17 @@ declare const VCarousel: {
|
|
|
491
426
|
hideDelimiters: boolean;
|
|
492
427
|
hideDelimiterBackground: boolean;
|
|
493
428
|
}, {}, string, vue.SlotsType<Partial<{
|
|
494
|
-
default: (
|
|
429
|
+
default: (arg: {
|
|
495
430
|
group: GroupProvide;
|
|
496
431
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
497
432
|
[key: string]: any;
|
|
498
433
|
}>[];
|
|
499
|
-
additional: (
|
|
434
|
+
additional: (arg: {
|
|
500
435
|
group: GroupProvide;
|
|
501
436
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
502
437
|
[key: string]: any;
|
|
503
438
|
}>[];
|
|
504
|
-
prev: (
|
|
439
|
+
prev: (arg: {
|
|
505
440
|
props: {
|
|
506
441
|
icon: IconValue;
|
|
507
442
|
class: string;
|
|
@@ -511,7 +446,7 @@ declare const VCarousel: {
|
|
|
511
446
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
512
447
|
[key: string]: any;
|
|
513
448
|
}>[];
|
|
514
|
-
next: (
|
|
449
|
+
next: (arg: {
|
|
515
450
|
props: {
|
|
516
451
|
icon: IconValue;
|
|
517
452
|
class: string;
|
|
@@ -521,7 +456,7 @@ declare const VCarousel: {
|
|
|
521
456
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
522
457
|
[key: string]: any;
|
|
523
458
|
}>[];
|
|
524
|
-
item: (
|
|
459
|
+
item: (arg: {
|
|
525
460
|
props: Record<string, any>;
|
|
526
461
|
item: {
|
|
527
462
|
id: number;
|
|
@@ -578,16 +513,16 @@ declare const VCarousel: {
|
|
|
578
513
|
modelValue?: any;
|
|
579
514
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
580
515
|
} & {
|
|
581
|
-
$children?: vue.VNodeChild | ((
|
|
516
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
582
517
|
group: GroupProvide;
|
|
583
518
|
}) => vue.VNodeChild) | {
|
|
584
|
-
default?: ((
|
|
519
|
+
default?: ((arg: {
|
|
585
520
|
group: GroupProvide;
|
|
586
521
|
}) => vue.VNodeChild) | undefined;
|
|
587
|
-
additional?: ((
|
|
522
|
+
additional?: ((arg: {
|
|
588
523
|
group: GroupProvide;
|
|
589
524
|
}) => vue.VNodeChild) | undefined;
|
|
590
|
-
prev?: ((
|
|
525
|
+
prev?: ((arg: {
|
|
591
526
|
props: {
|
|
592
527
|
icon: IconValue;
|
|
593
528
|
class: string;
|
|
@@ -595,7 +530,7 @@ declare const VCarousel: {
|
|
|
595
530
|
ariaLabel: string;
|
|
596
531
|
};
|
|
597
532
|
}) => vue.VNodeChild) | undefined;
|
|
598
|
-
next?: ((
|
|
533
|
+
next?: ((arg: {
|
|
599
534
|
props: {
|
|
600
535
|
icon: IconValue;
|
|
601
536
|
class: string;
|
|
@@ -603,7 +538,7 @@ declare const VCarousel: {
|
|
|
603
538
|
ariaLabel: string;
|
|
604
539
|
};
|
|
605
540
|
}) => vue.VNodeChild) | undefined;
|
|
606
|
-
item?: ((
|
|
541
|
+
item?: ((arg: {
|
|
607
542
|
props: Record<string, any>;
|
|
608
543
|
item: {
|
|
609
544
|
id: number;
|
|
@@ -613,13 +548,13 @@ declare const VCarousel: {
|
|
|
613
548
|
}) => vue.VNodeChild) | undefined;
|
|
614
549
|
};
|
|
615
550
|
'v-slots'?: {
|
|
616
|
-
default?: false | ((
|
|
551
|
+
default?: false | ((arg: {
|
|
617
552
|
group: GroupProvide;
|
|
618
553
|
}) => vue.VNodeChild) | undefined;
|
|
619
|
-
additional?: false | ((
|
|
554
|
+
additional?: false | ((arg: {
|
|
620
555
|
group: GroupProvide;
|
|
621
556
|
}) => vue.VNodeChild) | undefined;
|
|
622
|
-
prev?: false | ((
|
|
557
|
+
prev?: false | ((arg: {
|
|
623
558
|
props: {
|
|
624
559
|
icon: IconValue;
|
|
625
560
|
class: string;
|
|
@@ -627,7 +562,7 @@ declare const VCarousel: {
|
|
|
627
562
|
ariaLabel: string;
|
|
628
563
|
};
|
|
629
564
|
}) => vue.VNodeChild) | undefined;
|
|
630
|
-
next?: false | ((
|
|
565
|
+
next?: false | ((arg: {
|
|
631
566
|
props: {
|
|
632
567
|
icon: IconValue;
|
|
633
568
|
class: string;
|
|
@@ -635,7 +570,7 @@ declare const VCarousel: {
|
|
|
635
570
|
ariaLabel: string;
|
|
636
571
|
};
|
|
637
572
|
}) => vue.VNodeChild) | undefined;
|
|
638
|
-
item?: false | ((
|
|
573
|
+
item?: false | ((arg: {
|
|
639
574
|
props: Record<string, any>;
|
|
640
575
|
item: {
|
|
641
576
|
id: number;
|
|
@@ -645,13 +580,13 @@ declare const VCarousel: {
|
|
|
645
580
|
}) => vue.VNodeChild) | undefined;
|
|
646
581
|
} | undefined;
|
|
647
582
|
} & {
|
|
648
|
-
"v-slot:default"?: false | ((
|
|
583
|
+
"v-slot:default"?: false | ((arg: {
|
|
649
584
|
group: GroupProvide;
|
|
650
585
|
}) => vue.VNodeChild) | undefined;
|
|
651
|
-
"v-slot:additional"?: false | ((
|
|
586
|
+
"v-slot:additional"?: false | ((arg: {
|
|
652
587
|
group: GroupProvide;
|
|
653
588
|
}) => vue.VNodeChild) | undefined;
|
|
654
|
-
"v-slot:prev"?: false | ((
|
|
589
|
+
"v-slot:prev"?: false | ((arg: {
|
|
655
590
|
props: {
|
|
656
591
|
icon: IconValue;
|
|
657
592
|
class: string;
|
|
@@ -659,7 +594,7 @@ declare const VCarousel: {
|
|
|
659
594
|
ariaLabel: string;
|
|
660
595
|
};
|
|
661
596
|
}) => vue.VNodeChild) | undefined;
|
|
662
|
-
"v-slot:next"?: false | ((
|
|
597
|
+
"v-slot:next"?: false | ((arg: {
|
|
663
598
|
props: {
|
|
664
599
|
icon: IconValue;
|
|
665
600
|
class: string;
|
|
@@ -667,7 +602,7 @@ declare const VCarousel: {
|
|
|
667
602
|
ariaLabel: string;
|
|
668
603
|
};
|
|
669
604
|
}) => vue.VNodeChild) | undefined;
|
|
670
|
-
"v-slot:item"?: false | ((
|
|
605
|
+
"v-slot:item"?: false | ((arg: {
|
|
671
606
|
props: Record<string, any>;
|
|
672
607
|
item: {
|
|
673
608
|
id: number;
|
|
@@ -675,39 +610,6 @@ declare const VCarousel: {
|
|
|
675
610
|
disabled: boolean | undefined;
|
|
676
611
|
};
|
|
677
612
|
}) => vue.VNodeChild) | undefined;
|
|
678
|
-
} & {
|
|
679
|
-
$slots?: {
|
|
680
|
-
default?: ((args_0: {
|
|
681
|
-
group: GroupProvide;
|
|
682
|
-
}) => vue.VNodeChild) | undefined;
|
|
683
|
-
additional?: ((args_0: {
|
|
684
|
-
group: GroupProvide;
|
|
685
|
-
}) => vue.VNodeChild) | undefined;
|
|
686
|
-
prev?: ((args_0: {
|
|
687
|
-
props: {
|
|
688
|
-
icon: IconValue;
|
|
689
|
-
class: string;
|
|
690
|
-
onClick: () => void;
|
|
691
|
-
ariaLabel: string;
|
|
692
|
-
};
|
|
693
|
-
}) => vue.VNodeChild) | undefined;
|
|
694
|
-
next?: ((args_0: {
|
|
695
|
-
props: {
|
|
696
|
-
icon: IconValue;
|
|
697
|
-
class: string;
|
|
698
|
-
onClick: () => void;
|
|
699
|
-
ariaLabel: string;
|
|
700
|
-
};
|
|
701
|
-
}) => vue.VNodeChild) | undefined;
|
|
702
|
-
item?: ((args_0: {
|
|
703
|
-
props: Record<string, any>;
|
|
704
|
-
item: {
|
|
705
|
-
id: number;
|
|
706
|
-
value: unknown;
|
|
707
|
-
disabled: boolean | undefined;
|
|
708
|
-
};
|
|
709
|
-
}) => vue.VNodeChild) | undefined;
|
|
710
|
-
} | undefined;
|
|
711
613
|
} & {
|
|
712
614
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
713
615
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
@@ -741,16 +643,16 @@ declare const VCarousel: {
|
|
|
741
643
|
modelValue?: any;
|
|
742
644
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
743
645
|
} & {
|
|
744
|
-
$children?: vue.VNodeChild | ((
|
|
646
|
+
$children?: vue.VNodeChild | ((arg: {
|
|
745
647
|
group: GroupProvide;
|
|
746
648
|
}) => vue.VNodeChild) | {
|
|
747
|
-
default?: ((
|
|
649
|
+
default?: ((arg: {
|
|
748
650
|
group: GroupProvide;
|
|
749
651
|
}) => vue.VNodeChild) | undefined;
|
|
750
|
-
additional?: ((
|
|
652
|
+
additional?: ((arg: {
|
|
751
653
|
group: GroupProvide;
|
|
752
654
|
}) => vue.VNodeChild) | undefined;
|
|
753
|
-
prev?: ((
|
|
655
|
+
prev?: ((arg: {
|
|
754
656
|
props: {
|
|
755
657
|
icon: IconValue;
|
|
756
658
|
class: string;
|
|
@@ -758,7 +660,7 @@ declare const VCarousel: {
|
|
|
758
660
|
ariaLabel: string;
|
|
759
661
|
};
|
|
760
662
|
}) => vue.VNodeChild) | undefined;
|
|
761
|
-
next?: ((
|
|
663
|
+
next?: ((arg: {
|
|
762
664
|
props: {
|
|
763
665
|
icon: IconValue;
|
|
764
666
|
class: string;
|
|
@@ -766,7 +668,7 @@ declare const VCarousel: {
|
|
|
766
668
|
ariaLabel: string;
|
|
767
669
|
};
|
|
768
670
|
}) => vue.VNodeChild) | undefined;
|
|
769
|
-
item?: ((
|
|
671
|
+
item?: ((arg: {
|
|
770
672
|
props: Record<string, any>;
|
|
771
673
|
item: {
|
|
772
674
|
id: number;
|
|
@@ -776,13 +678,13 @@ declare const VCarousel: {
|
|
|
776
678
|
}) => vue.VNodeChild) | undefined;
|
|
777
679
|
};
|
|
778
680
|
'v-slots'?: {
|
|
779
|
-
default?: false | ((
|
|
681
|
+
default?: false | ((arg: {
|
|
780
682
|
group: GroupProvide;
|
|
781
683
|
}) => vue.VNodeChild) | undefined;
|
|
782
|
-
additional?: false | ((
|
|
684
|
+
additional?: false | ((arg: {
|
|
783
685
|
group: GroupProvide;
|
|
784
686
|
}) => vue.VNodeChild) | undefined;
|
|
785
|
-
prev?: false | ((
|
|
687
|
+
prev?: false | ((arg: {
|
|
786
688
|
props: {
|
|
787
689
|
icon: IconValue;
|
|
788
690
|
class: string;
|
|
@@ -790,7 +692,7 @@ declare const VCarousel: {
|
|
|
790
692
|
ariaLabel: string;
|
|
791
693
|
};
|
|
792
694
|
}) => vue.VNodeChild) | undefined;
|
|
793
|
-
next?: false | ((
|
|
695
|
+
next?: false | ((arg: {
|
|
794
696
|
props: {
|
|
795
697
|
icon: IconValue;
|
|
796
698
|
class: string;
|
|
@@ -798,7 +700,7 @@ declare const VCarousel: {
|
|
|
798
700
|
ariaLabel: string;
|
|
799
701
|
};
|
|
800
702
|
}) => vue.VNodeChild) | undefined;
|
|
801
|
-
item?: false | ((
|
|
703
|
+
item?: false | ((arg: {
|
|
802
704
|
props: Record<string, any>;
|
|
803
705
|
item: {
|
|
804
706
|
id: number;
|
|
@@ -808,13 +710,13 @@ declare const VCarousel: {
|
|
|
808
710
|
}) => vue.VNodeChild) | undefined;
|
|
809
711
|
} | undefined;
|
|
810
712
|
} & {
|
|
811
|
-
"v-slot:default"?: false | ((
|
|
713
|
+
"v-slot:default"?: false | ((arg: {
|
|
812
714
|
group: GroupProvide;
|
|
813
715
|
}) => vue.VNodeChild) | undefined;
|
|
814
|
-
"v-slot:additional"?: false | ((
|
|
716
|
+
"v-slot:additional"?: false | ((arg: {
|
|
815
717
|
group: GroupProvide;
|
|
816
718
|
}) => vue.VNodeChild) | undefined;
|
|
817
|
-
"v-slot:prev"?: false | ((
|
|
719
|
+
"v-slot:prev"?: false | ((arg: {
|
|
818
720
|
props: {
|
|
819
721
|
icon: IconValue;
|
|
820
722
|
class: string;
|
|
@@ -822,7 +724,7 @@ declare const VCarousel: {
|
|
|
822
724
|
ariaLabel: string;
|
|
823
725
|
};
|
|
824
726
|
}) => vue.VNodeChild) | undefined;
|
|
825
|
-
"v-slot:next"?: false | ((
|
|
727
|
+
"v-slot:next"?: false | ((arg: {
|
|
826
728
|
props: {
|
|
827
729
|
icon: IconValue;
|
|
828
730
|
class: string;
|
|
@@ -830,7 +732,7 @@ declare const VCarousel: {
|
|
|
830
732
|
ariaLabel: string;
|
|
831
733
|
};
|
|
832
734
|
}) => vue.VNodeChild) | undefined;
|
|
833
|
-
"v-slot:item"?: false | ((
|
|
735
|
+
"v-slot:item"?: false | ((arg: {
|
|
834
736
|
props: Record<string, any>;
|
|
835
737
|
item: {
|
|
836
738
|
id: number;
|
|
@@ -838,39 +740,6 @@ declare const VCarousel: {
|
|
|
838
740
|
disabled: boolean | undefined;
|
|
839
741
|
};
|
|
840
742
|
}) => vue.VNodeChild) | undefined;
|
|
841
|
-
} & {
|
|
842
|
-
$slots?: {
|
|
843
|
-
default?: ((args_0: {
|
|
844
|
-
group: GroupProvide;
|
|
845
|
-
}) => vue.VNodeChild) | undefined;
|
|
846
|
-
additional?: ((args_0: {
|
|
847
|
-
group: GroupProvide;
|
|
848
|
-
}) => vue.VNodeChild) | undefined;
|
|
849
|
-
prev?: ((args_0: {
|
|
850
|
-
props: {
|
|
851
|
-
icon: IconValue;
|
|
852
|
-
class: string;
|
|
853
|
-
onClick: () => void;
|
|
854
|
-
ariaLabel: string;
|
|
855
|
-
};
|
|
856
|
-
}) => vue.VNodeChild) | undefined;
|
|
857
|
-
next?: ((args_0: {
|
|
858
|
-
props: {
|
|
859
|
-
icon: IconValue;
|
|
860
|
-
class: string;
|
|
861
|
-
onClick: () => void;
|
|
862
|
-
ariaLabel: string;
|
|
863
|
-
};
|
|
864
|
-
}) => vue.VNodeChild) | undefined;
|
|
865
|
-
item?: ((args_0: {
|
|
866
|
-
props: Record<string, any>;
|
|
867
|
-
item: {
|
|
868
|
-
id: number;
|
|
869
|
-
value: unknown;
|
|
870
|
-
disabled: boolean | undefined;
|
|
871
|
-
};
|
|
872
|
-
}) => vue.VNodeChild) | undefined;
|
|
873
|
-
} | undefined;
|
|
874
743
|
} & {
|
|
875
744
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
876
745
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -895,17 +764,17 @@ declare const VCarousel: {
|
|
|
895
764
|
hideDelimiters: boolean;
|
|
896
765
|
hideDelimiterBackground: boolean;
|
|
897
766
|
}, {}, string, vue.SlotsType<Partial<{
|
|
898
|
-
default: (
|
|
767
|
+
default: (arg: {
|
|
899
768
|
group: GroupProvide;
|
|
900
769
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
901
770
|
[key: string]: any;
|
|
902
771
|
}>[];
|
|
903
|
-
additional: (
|
|
772
|
+
additional: (arg: {
|
|
904
773
|
group: GroupProvide;
|
|
905
774
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
906
775
|
[key: string]: any;
|
|
907
776
|
}>[];
|
|
908
|
-
prev: (
|
|
777
|
+
prev: (arg: {
|
|
909
778
|
props: {
|
|
910
779
|
icon: IconValue;
|
|
911
780
|
class: string;
|
|
@@ -915,7 +784,7 @@ declare const VCarousel: {
|
|
|
915
784
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
916
785
|
[key: string]: any;
|
|
917
786
|
}>[];
|
|
918
|
-
next: (
|
|
787
|
+
next: (arg: {
|
|
919
788
|
props: {
|
|
920
789
|
icon: IconValue;
|
|
921
790
|
class: string;
|
|
@@ -925,7 +794,7 @@ declare const VCarousel: {
|
|
|
925
794
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
926
795
|
[key: string]: any;
|
|
927
796
|
}>[];
|
|
928
|
-
item: (
|
|
797
|
+
item: (arg: {
|
|
929
798
|
props: Record<string, any>;
|
|
930
799
|
item: {
|
|
931
800
|
id: number;
|
|
@@ -1134,12 +1003,6 @@ declare const VCarouselItem: {
|
|
|
1134
1003
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
1135
1004
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1136
1005
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
1137
|
-
$slots?: {
|
|
1138
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1139
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1140
|
-
error?: (() => vue.VNodeChild) | undefined;
|
|
1141
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
|
1142
|
-
} | undefined;
|
|
1143
1006
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
1144
1007
|
[key: string]: any;
|
|
1145
1008
|
}>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1249,13 +1112,6 @@ declare const VCarouselItem: {
|
|
|
1249
1112
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
1250
1113
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
1251
1114
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1252
|
-
} & {
|
|
1253
|
-
$slots?: {
|
|
1254
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1255
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1256
|
-
error?: (() => vue.VNodeChild) | undefined;
|
|
1257
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
|
1258
|
-
} | undefined;
|
|
1259
1115
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1260
1116
|
inline: boolean;
|
|
1261
1117
|
transition: string | boolean;
|
|
@@ -1344,13 +1200,6 @@ declare const VCarouselItem: {
|
|
|
1344
1200
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
1345
1201
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
1346
1202
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1347
|
-
} & {
|
|
1348
|
-
$slots?: {
|
|
1349
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1350
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1351
|
-
error?: (() => vue.VNodeChild) | undefined;
|
|
1352
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
|
1353
|
-
} | undefined;
|
|
1354
1203
|
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
|
1355
1204
|
__isFragment?: undefined;
|
|
1356
1205
|
__isTeleport?: undefined;
|
|
@@ -1400,13 +1249,6 @@ declare const VCarouselItem: {
|
|
|
1400
1249
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
|
1401
1250
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
1402
1251
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
1403
|
-
} & {
|
|
1404
|
-
$slots?: {
|
|
1405
|
-
default?: (() => vue.VNodeChild) | undefined;
|
|
1406
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
|
1407
|
-
error?: (() => vue.VNodeChild) | undefined;
|
|
1408
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
|
1409
|
-
} | undefined;
|
|
1410
1252
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
1411
1253
|
inline: boolean;
|
|
1412
1254
|
transition: string | boolean;
|