vuetify 3.6.13 → 3.7.0-beta.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 +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -117,12 +117,13 @@ type VCarouselSlots = VWindowSlots & {
|
|
|
117
117
|
declare const VCarousel: {
|
|
118
118
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
119
119
|
reverse: boolean;
|
|
120
|
-
|
|
120
|
+
interval: string | number;
|
|
121
121
|
height: string | number;
|
|
122
|
+
direction: "horizontal" | "vertical";
|
|
123
|
+
style: vue.StyleValue;
|
|
122
124
|
disabled: boolean;
|
|
123
125
|
tag: string;
|
|
124
126
|
mandatory: NonNullable<boolean | "force">;
|
|
125
|
-
direction: "horizontal" | "vertical";
|
|
126
127
|
selectedClass: string;
|
|
127
128
|
nextIcon: IconValue;
|
|
128
129
|
prevIcon: IconValue;
|
|
@@ -132,24 +133,24 @@ declare const VCarousel: {
|
|
|
132
133
|
delimiterIcon: IconValue;
|
|
133
134
|
hideDelimiters: boolean;
|
|
134
135
|
hideDelimiterBackground: boolean;
|
|
135
|
-
interval: string | number;
|
|
136
136
|
} & {
|
|
137
|
-
class?: any;
|
|
138
137
|
progress?: string | boolean | undefined;
|
|
139
|
-
theme?: string | undefined;
|
|
140
138
|
color?: string | undefined;
|
|
139
|
+
class?: any;
|
|
141
140
|
touch?: boolean | TouchHandlers | undefined;
|
|
141
|
+
theme?: string | undefined;
|
|
142
142
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
143
143
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
144
144
|
'update:modelValue': (value: any) => boolean;
|
|
145
|
-
}, "v-slot:default" | "
|
|
145
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
146
146
|
reverse: boolean;
|
|
147
|
-
|
|
147
|
+
interval: string | number;
|
|
148
148
|
height: string | number;
|
|
149
|
+
direction: "horizontal" | "vertical";
|
|
150
|
+
style: vue.StyleValue;
|
|
149
151
|
disabled: boolean;
|
|
150
152
|
tag: string;
|
|
151
153
|
mandatory: NonNullable<boolean | "force">;
|
|
152
|
-
direction: "horizontal" | "vertical";
|
|
153
154
|
selectedClass: string;
|
|
154
155
|
nextIcon: IconValue;
|
|
155
156
|
prevIcon: IconValue;
|
|
@@ -159,23 +160,23 @@ declare const VCarousel: {
|
|
|
159
160
|
delimiterIcon: IconValue;
|
|
160
161
|
hideDelimiters: boolean;
|
|
161
162
|
hideDelimiterBackground: boolean;
|
|
162
|
-
interval: string | number;
|
|
163
163
|
} & {
|
|
164
|
-
class?: any;
|
|
165
164
|
progress?: string | boolean | undefined;
|
|
166
|
-
theme?: string | undefined;
|
|
167
165
|
color?: string | undefined;
|
|
166
|
+
class?: any;
|
|
168
167
|
touch?: boolean | TouchHandlers | undefined;
|
|
168
|
+
theme?: string | undefined;
|
|
169
169
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
170
170
|
} & {}, {
|
|
171
171
|
reverse: boolean;
|
|
172
|
-
|
|
172
|
+
interval: string | number;
|
|
173
173
|
height: string | number;
|
|
174
|
+
direction: "horizontal" | "vertical";
|
|
175
|
+
style: vue.StyleValue;
|
|
174
176
|
disabled: boolean;
|
|
175
177
|
tag: string;
|
|
176
178
|
mandatory: NonNullable<boolean | "force">;
|
|
177
179
|
touch: boolean | TouchHandlers;
|
|
178
|
-
direction: "horizontal" | "vertical";
|
|
179
180
|
selectedClass: string;
|
|
180
181
|
nextIcon: IconValue;
|
|
181
182
|
prevIcon: IconValue;
|
|
@@ -185,7 +186,6 @@ declare const VCarousel: {
|
|
|
185
186
|
delimiterIcon: IconValue;
|
|
186
187
|
hideDelimiters: boolean;
|
|
187
188
|
hideDelimiterBackground: boolean;
|
|
188
|
-
interval: string | number;
|
|
189
189
|
}, true, {}, vue.SlotsType<Partial<{
|
|
190
190
|
default: (arg: {
|
|
191
191
|
group: GroupProvide;
|
|
@@ -236,12 +236,13 @@ declare const VCarousel: {
|
|
|
236
236
|
Defaults: {};
|
|
237
237
|
}, {
|
|
238
238
|
reverse: boolean;
|
|
239
|
-
|
|
239
|
+
interval: string | number;
|
|
240
240
|
height: string | number;
|
|
241
|
+
direction: "horizontal" | "vertical";
|
|
242
|
+
style: vue.StyleValue;
|
|
241
243
|
disabled: boolean;
|
|
242
244
|
tag: string;
|
|
243
245
|
mandatory: NonNullable<boolean | "force">;
|
|
244
|
-
direction: "horizontal" | "vertical";
|
|
245
246
|
selectedClass: string;
|
|
246
247
|
nextIcon: IconValue;
|
|
247
248
|
prevIcon: IconValue;
|
|
@@ -251,23 +252,23 @@ declare const VCarousel: {
|
|
|
251
252
|
delimiterIcon: IconValue;
|
|
252
253
|
hideDelimiters: boolean;
|
|
253
254
|
hideDelimiterBackground: boolean;
|
|
254
|
-
interval: string | number;
|
|
255
255
|
} & {
|
|
256
|
-
class?: any;
|
|
257
256
|
progress?: string | boolean | undefined;
|
|
258
|
-
theme?: string | undefined;
|
|
259
257
|
color?: string | undefined;
|
|
258
|
+
class?: any;
|
|
260
259
|
touch?: boolean | TouchHandlers | undefined;
|
|
260
|
+
theme?: string | undefined;
|
|
261
261
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
262
262
|
} & {}, {}, {}, {}, {}, {
|
|
263
263
|
reverse: boolean;
|
|
264
|
-
|
|
264
|
+
interval: string | number;
|
|
265
265
|
height: string | number;
|
|
266
|
+
direction: "horizontal" | "vertical";
|
|
267
|
+
style: vue.StyleValue;
|
|
266
268
|
disabled: boolean;
|
|
267
269
|
tag: string;
|
|
268
270
|
mandatory: NonNullable<boolean | "force">;
|
|
269
271
|
touch: boolean | TouchHandlers;
|
|
270
|
-
direction: "horizontal" | "vertical";
|
|
271
272
|
selectedClass: string;
|
|
272
273
|
nextIcon: IconValue;
|
|
273
274
|
prevIcon: IconValue;
|
|
@@ -277,19 +278,19 @@ declare const VCarousel: {
|
|
|
277
278
|
delimiterIcon: IconValue;
|
|
278
279
|
hideDelimiters: boolean;
|
|
279
280
|
hideDelimiterBackground: boolean;
|
|
280
|
-
interval: string | number;
|
|
281
281
|
}>;
|
|
282
282
|
__isFragment?: undefined;
|
|
283
283
|
__isTeleport?: undefined;
|
|
284
284
|
__isSuspense?: undefined;
|
|
285
285
|
} & vue.ComponentOptionsBase<{
|
|
286
286
|
reverse: boolean;
|
|
287
|
-
|
|
287
|
+
interval: string | number;
|
|
288
288
|
height: string | number;
|
|
289
|
+
direction: "horizontal" | "vertical";
|
|
290
|
+
style: vue.StyleValue;
|
|
289
291
|
disabled: boolean;
|
|
290
292
|
tag: string;
|
|
291
293
|
mandatory: NonNullable<boolean | "force">;
|
|
292
|
-
direction: "horizontal" | "vertical";
|
|
293
294
|
selectedClass: string;
|
|
294
295
|
nextIcon: IconValue;
|
|
295
296
|
prevIcon: IconValue;
|
|
@@ -299,25 +300,25 @@ declare const VCarousel: {
|
|
|
299
300
|
delimiterIcon: IconValue;
|
|
300
301
|
hideDelimiters: boolean;
|
|
301
302
|
hideDelimiterBackground: boolean;
|
|
302
|
-
interval: string | number;
|
|
303
303
|
} & {
|
|
304
|
-
class?: any;
|
|
305
304
|
progress?: string | boolean | undefined;
|
|
306
|
-
theme?: string | undefined;
|
|
307
305
|
color?: string | undefined;
|
|
306
|
+
class?: any;
|
|
308
307
|
touch?: boolean | TouchHandlers | undefined;
|
|
308
|
+
theme?: string | undefined;
|
|
309
309
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
|
310
310
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
311
311
|
'update:modelValue': (value: any) => boolean;
|
|
312
|
-
}, "v-slot:default" | "
|
|
312
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
|
313
313
|
reverse: boolean;
|
|
314
|
-
|
|
314
|
+
interval: string | number;
|
|
315
315
|
height: string | number;
|
|
316
|
+
direction: "horizontal" | "vertical";
|
|
317
|
+
style: vue.StyleValue;
|
|
316
318
|
disabled: boolean;
|
|
317
319
|
tag: string;
|
|
318
320
|
mandatory: NonNullable<boolean | "force">;
|
|
319
321
|
touch: boolean | TouchHandlers;
|
|
320
|
-
direction: "horizontal" | "vertical";
|
|
321
322
|
selectedClass: string;
|
|
322
323
|
nextIcon: IconValue;
|
|
323
324
|
prevIcon: IconValue;
|
|
@@ -327,7 +328,6 @@ declare const VCarousel: {
|
|
|
327
328
|
delimiterIcon: IconValue;
|
|
328
329
|
hideDelimiters: boolean;
|
|
329
330
|
hideDelimiterBackground: boolean;
|
|
330
|
-
interval: string | number;
|
|
331
331
|
}, {}, string, vue.SlotsType<Partial<{
|
|
332
332
|
default: (arg: {
|
|
333
333
|
group: GroupProvide;
|
|
@@ -402,7 +402,7 @@ declare const VCarousel: {
|
|
|
402
402
|
showArrows: Omit<{
|
|
403
403
|
type: (StringConstructor | BooleanConstructor)[];
|
|
404
404
|
validator: (v: any) => boolean;
|
|
405
|
-
}, "
|
|
405
|
+
}, "type" | "default"> & {
|
|
406
406
|
type: PropType<NonNullable<string | boolean>>;
|
|
407
407
|
default: NonNullable<string | boolean>;
|
|
408
408
|
};
|
|
@@ -423,7 +423,7 @@ declare const VCarousel: {
|
|
|
423
423
|
mandatory: Omit<{
|
|
424
424
|
type: PropType<boolean | "force">;
|
|
425
425
|
default: "force";
|
|
426
|
-
}, "
|
|
426
|
+
}, "type" | "default"> & {
|
|
427
427
|
type: PropType<NonNullable<boolean | "force">>;
|
|
428
428
|
default: NonNullable<boolean | "force">;
|
|
429
429
|
};
|
|
@@ -473,7 +473,7 @@ declare const VCarousel: {
|
|
|
473
473
|
showArrows: Omit<{
|
|
474
474
|
type: (StringConstructor | BooleanConstructor)[];
|
|
475
475
|
validator: (v: any) => boolean;
|
|
476
|
-
}, "
|
|
476
|
+
}, "type" | "default"> & {
|
|
477
477
|
type: PropType<NonNullable<string | boolean>>;
|
|
478
478
|
default: NonNullable<string | boolean>;
|
|
479
479
|
};
|
|
@@ -494,7 +494,7 @@ declare const VCarousel: {
|
|
|
494
494
|
mandatory: Omit<{
|
|
495
495
|
type: PropType<boolean | "force">;
|
|
496
496
|
default: "force";
|
|
497
|
-
}, "
|
|
497
|
+
}, "type" | "default"> & {
|
|
498
498
|
type: PropType<NonNullable<boolean | "force">>;
|
|
499
499
|
default: NonNullable<boolean | "force">;
|
|
500
500
|
};
|
|
@@ -529,37 +529,38 @@ interface srcObject {
|
|
|
529
529
|
|
|
530
530
|
declare const VCarouselItem: {
|
|
531
531
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
532
|
+
inline: boolean;
|
|
533
|
+
absolute: boolean;
|
|
532
534
|
style: vue.StyleValue;
|
|
533
|
-
|
|
535
|
+
eager: boolean;
|
|
534
536
|
disabled: boolean;
|
|
535
537
|
options: IntersectionObserverInit;
|
|
536
|
-
inline: boolean;
|
|
537
538
|
cover: boolean;
|
|
539
|
+
src: string | srcObject;
|
|
538
540
|
tile: boolean;
|
|
539
|
-
eager: boolean;
|
|
540
541
|
} & {
|
|
541
|
-
class?: any;
|
|
542
|
-
value?: any;
|
|
543
|
-
width?: string | number | undefined;
|
|
544
542
|
height?: string | number | undefined;
|
|
543
|
+
width?: string | number | undefined;
|
|
544
|
+
aspectRatio?: string | number | undefined;
|
|
545
545
|
color?: string | undefined;
|
|
546
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
547
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
548
|
-
sizes?: string | undefined;
|
|
549
|
-
transition?: string | boolean | undefined;
|
|
550
|
-
position?: string | undefined;
|
|
551
|
-
rounded?: string | number | boolean | undefined;
|
|
552
|
-
contentClass?: any;
|
|
553
546
|
maxHeight?: string | number | undefined;
|
|
554
547
|
maxWidth?: string | number | undefined;
|
|
555
548
|
minHeight?: string | number | undefined;
|
|
556
549
|
minWidth?: string | number | undefined;
|
|
557
|
-
|
|
558
|
-
|
|
550
|
+
position?: string | undefined;
|
|
551
|
+
transition?: string | boolean | undefined;
|
|
552
|
+
value?: any;
|
|
559
553
|
draggable?: boolean | "false" | "true" | undefined;
|
|
554
|
+
class?: any;
|
|
555
|
+
alt?: string | undefined;
|
|
556
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
557
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
558
|
+
sizes?: string | undefined;
|
|
559
|
+
srcset?: string | undefined;
|
|
560
|
+
rounded?: string | number | boolean | undefined;
|
|
561
|
+
contentClass?: any;
|
|
560
562
|
gradient?: string | undefined;
|
|
561
563
|
lazySrc?: string | undefined;
|
|
562
|
-
srcset?: string | undefined;
|
|
563
564
|
selectedClass?: string | undefined;
|
|
564
565
|
reverseTransition?: string | boolean | undefined;
|
|
565
566
|
} & {
|
|
@@ -581,37 +582,38 @@ declare const VCarouselItem: {
|
|
|
581
582
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
582
583
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
583
584
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
585
|
+
inline: boolean;
|
|
586
|
+
absolute: boolean;
|
|
584
587
|
style: vue.StyleValue;
|
|
585
|
-
|
|
588
|
+
eager: boolean;
|
|
586
589
|
disabled: boolean;
|
|
587
590
|
options: IntersectionObserverInit;
|
|
588
|
-
inline: boolean;
|
|
589
591
|
cover: boolean;
|
|
592
|
+
src: string | srcObject;
|
|
590
593
|
tile: boolean;
|
|
591
|
-
eager: boolean;
|
|
592
594
|
} & {
|
|
593
|
-
class?: any;
|
|
594
|
-
value?: any;
|
|
595
|
-
width?: string | number | undefined;
|
|
596
595
|
height?: string | number | undefined;
|
|
596
|
+
width?: string | number | undefined;
|
|
597
|
+
aspectRatio?: string | number | undefined;
|
|
597
598
|
color?: string | undefined;
|
|
598
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
599
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
600
|
-
sizes?: string | undefined;
|
|
601
|
-
transition?: string | boolean | undefined;
|
|
602
|
-
position?: string | undefined;
|
|
603
|
-
rounded?: string | number | boolean | undefined;
|
|
604
|
-
contentClass?: any;
|
|
605
599
|
maxHeight?: string | number | undefined;
|
|
606
600
|
maxWidth?: string | number | undefined;
|
|
607
601
|
minHeight?: string | number | undefined;
|
|
608
602
|
minWidth?: string | number | undefined;
|
|
609
|
-
|
|
610
|
-
|
|
603
|
+
position?: string | undefined;
|
|
604
|
+
transition?: string | boolean | undefined;
|
|
605
|
+
value?: any;
|
|
611
606
|
draggable?: boolean | "false" | "true" | undefined;
|
|
607
|
+
class?: any;
|
|
608
|
+
alt?: string | undefined;
|
|
609
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
610
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
611
|
+
sizes?: string | undefined;
|
|
612
|
+
srcset?: string | undefined;
|
|
613
|
+
rounded?: string | number | boolean | undefined;
|
|
614
|
+
contentClass?: any;
|
|
612
615
|
gradient?: string | undefined;
|
|
613
616
|
lazySrc?: string | undefined;
|
|
614
|
-
srcset?: string | undefined;
|
|
615
617
|
selectedClass?: string | undefined;
|
|
616
618
|
reverseTransition?: string | boolean | undefined;
|
|
617
619
|
} & {
|
|
@@ -633,17 +635,18 @@ declare const VCarouselItem: {
|
|
|
633
635
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
634
636
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
635
637
|
}, {
|
|
638
|
+
inline: boolean;
|
|
639
|
+
absolute: boolean;
|
|
640
|
+
transition: string | boolean;
|
|
636
641
|
style: vue.StyleValue;
|
|
637
|
-
|
|
642
|
+
draggable: boolean | "false" | "true";
|
|
643
|
+
eager: boolean;
|
|
638
644
|
disabled: boolean;
|
|
639
645
|
options: IntersectionObserverInit;
|
|
640
|
-
transition: string | boolean;
|
|
641
|
-
rounded: string | number | boolean;
|
|
642
|
-
inline: boolean;
|
|
643
646
|
cover: boolean;
|
|
647
|
+
src: string | srcObject;
|
|
648
|
+
rounded: string | number | boolean;
|
|
644
649
|
tile: boolean;
|
|
645
|
-
draggable: boolean | "false" | "true";
|
|
646
|
-
eager: boolean;
|
|
647
650
|
reverseTransition: string | boolean;
|
|
648
651
|
}, true, {}, vue.SlotsType<Partial<{
|
|
649
652
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -666,37 +669,38 @@ declare const VCarouselItem: {
|
|
|
666
669
|
M: {};
|
|
667
670
|
Defaults: {};
|
|
668
671
|
}, {
|
|
672
|
+
inline: boolean;
|
|
673
|
+
absolute: boolean;
|
|
669
674
|
style: vue.StyleValue;
|
|
670
|
-
|
|
675
|
+
eager: boolean;
|
|
671
676
|
disabled: boolean;
|
|
672
677
|
options: IntersectionObserverInit;
|
|
673
|
-
inline: boolean;
|
|
674
678
|
cover: boolean;
|
|
679
|
+
src: string | srcObject;
|
|
675
680
|
tile: boolean;
|
|
676
|
-
eager: boolean;
|
|
677
681
|
} & {
|
|
678
|
-
class?: any;
|
|
679
|
-
value?: any;
|
|
680
|
-
width?: string | number | undefined;
|
|
681
682
|
height?: string | number | undefined;
|
|
683
|
+
width?: string | number | undefined;
|
|
684
|
+
aspectRatio?: string | number | undefined;
|
|
682
685
|
color?: string | undefined;
|
|
683
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
684
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
685
|
-
sizes?: string | undefined;
|
|
686
|
-
transition?: string | boolean | undefined;
|
|
687
|
-
position?: string | undefined;
|
|
688
|
-
rounded?: string | number | boolean | undefined;
|
|
689
|
-
contentClass?: any;
|
|
690
686
|
maxHeight?: string | number | undefined;
|
|
691
687
|
maxWidth?: string | number | undefined;
|
|
692
688
|
minHeight?: string | number | undefined;
|
|
693
689
|
minWidth?: string | number | undefined;
|
|
694
|
-
|
|
695
|
-
|
|
690
|
+
position?: string | undefined;
|
|
691
|
+
transition?: string | boolean | undefined;
|
|
692
|
+
value?: any;
|
|
696
693
|
draggable?: boolean | "false" | "true" | undefined;
|
|
694
|
+
class?: any;
|
|
695
|
+
alt?: string | undefined;
|
|
696
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
697
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
698
|
+
sizes?: string | undefined;
|
|
699
|
+
srcset?: string | undefined;
|
|
700
|
+
rounded?: string | number | boolean | undefined;
|
|
701
|
+
contentClass?: any;
|
|
697
702
|
gradient?: string | undefined;
|
|
698
703
|
lazySrc?: string | undefined;
|
|
699
|
-
srcset?: string | undefined;
|
|
700
704
|
selectedClass?: string | undefined;
|
|
701
705
|
reverseTransition?: string | boolean | undefined;
|
|
702
706
|
} & {
|
|
@@ -718,54 +722,56 @@ declare const VCarouselItem: {
|
|
|
718
722
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
719
723
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
720
724
|
}, {}, {}, {}, {}, {
|
|
725
|
+
inline: boolean;
|
|
726
|
+
absolute: boolean;
|
|
727
|
+
transition: string | boolean;
|
|
721
728
|
style: vue.StyleValue;
|
|
722
|
-
|
|
729
|
+
draggable: boolean | "false" | "true";
|
|
730
|
+
eager: boolean;
|
|
723
731
|
disabled: boolean;
|
|
724
732
|
options: IntersectionObserverInit;
|
|
725
|
-
transition: string | boolean;
|
|
726
|
-
rounded: string | number | boolean;
|
|
727
|
-
inline: boolean;
|
|
728
733
|
cover: boolean;
|
|
734
|
+
src: string | srcObject;
|
|
735
|
+
rounded: string | number | boolean;
|
|
729
736
|
tile: boolean;
|
|
730
|
-
draggable: boolean | "false" | "true";
|
|
731
|
-
eager: boolean;
|
|
732
737
|
reverseTransition: string | boolean;
|
|
733
738
|
}>;
|
|
734
739
|
__isFragment?: undefined;
|
|
735
740
|
__isTeleport?: undefined;
|
|
736
741
|
__isSuspense?: undefined;
|
|
737
742
|
} & vue.ComponentOptionsBase<{
|
|
743
|
+
inline: boolean;
|
|
744
|
+
absolute: boolean;
|
|
738
745
|
style: vue.StyleValue;
|
|
739
|
-
|
|
746
|
+
eager: boolean;
|
|
740
747
|
disabled: boolean;
|
|
741
748
|
options: IntersectionObserverInit;
|
|
742
|
-
inline: boolean;
|
|
743
749
|
cover: boolean;
|
|
750
|
+
src: string | srcObject;
|
|
744
751
|
tile: boolean;
|
|
745
|
-
eager: boolean;
|
|
746
752
|
} & {
|
|
747
|
-
class?: any;
|
|
748
|
-
value?: any;
|
|
749
|
-
width?: string | number | undefined;
|
|
750
753
|
height?: string | number | undefined;
|
|
754
|
+
width?: string | number | undefined;
|
|
755
|
+
aspectRatio?: string | number | undefined;
|
|
751
756
|
color?: string | undefined;
|
|
752
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
753
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
754
|
-
sizes?: string | undefined;
|
|
755
|
-
transition?: string | boolean | undefined;
|
|
756
|
-
position?: string | undefined;
|
|
757
|
-
rounded?: string | number | boolean | undefined;
|
|
758
|
-
contentClass?: any;
|
|
759
757
|
maxHeight?: string | number | undefined;
|
|
760
758
|
maxWidth?: string | number | undefined;
|
|
761
759
|
minHeight?: string | number | undefined;
|
|
762
760
|
minWidth?: string | number | undefined;
|
|
763
|
-
|
|
764
|
-
|
|
761
|
+
position?: string | undefined;
|
|
762
|
+
transition?: string | boolean | undefined;
|
|
763
|
+
value?: any;
|
|
765
764
|
draggable?: boolean | "false" | "true" | undefined;
|
|
765
|
+
class?: any;
|
|
766
|
+
alt?: string | undefined;
|
|
767
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
768
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
769
|
+
sizes?: string | undefined;
|
|
770
|
+
srcset?: string | undefined;
|
|
771
|
+
rounded?: string | number | boolean | undefined;
|
|
772
|
+
contentClass?: any;
|
|
766
773
|
gradient?: string | undefined;
|
|
767
774
|
lazySrc?: string | undefined;
|
|
768
|
-
srcset?: string | undefined;
|
|
769
775
|
selectedClass?: string | undefined;
|
|
770
776
|
reverseTransition?: string | boolean | undefined;
|
|
771
777
|
} & {
|
|
@@ -787,17 +793,18 @@ declare const VCarouselItem: {
|
|
|
787
793
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
|
788
794
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
|
789
795
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
796
|
+
inline: boolean;
|
|
797
|
+
absolute: boolean;
|
|
798
|
+
transition: string | boolean;
|
|
790
799
|
style: vue.StyleValue;
|
|
791
|
-
|
|
800
|
+
draggable: boolean | "false" | "true";
|
|
801
|
+
eager: boolean;
|
|
792
802
|
disabled: boolean;
|
|
793
803
|
options: IntersectionObserverInit;
|
|
794
|
-
transition: string | boolean;
|
|
795
|
-
rounded: string | number | boolean;
|
|
796
|
-
inline: boolean;
|
|
797
804
|
cover: boolean;
|
|
805
|
+
src: string | srcObject;
|
|
806
|
+
rounded: string | number | boolean;
|
|
798
807
|
tile: boolean;
|
|
799
|
-
draggable: boolean | "false" | "true";
|
|
800
|
-
eager: boolean;
|
|
801
808
|
reverseTransition: string | boolean;
|
|
802
809
|
}, {}, string, vue.SlotsType<Partial<{
|
|
803
810
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -831,7 +838,7 @@ declare const VCarouselItem: {
|
|
|
831
838
|
default: undefined;
|
|
832
839
|
};
|
|
833
840
|
rounded: {
|
|
834
|
-
type: (StringConstructor |
|
|
841
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
835
842
|
default: undefined;
|
|
836
843
|
};
|
|
837
844
|
tile: BooleanConstructor;
|
|
@@ -844,6 +851,7 @@ declare const VCarouselItem: {
|
|
|
844
851
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
845
852
|
contentClass: null;
|
|
846
853
|
inline: BooleanConstructor;
|
|
854
|
+
absolute: BooleanConstructor;
|
|
847
855
|
alt: StringConstructor;
|
|
848
856
|
cover: BooleanConstructor;
|
|
849
857
|
color: StringConstructor;
|
|
@@ -867,7 +875,7 @@ declare const VCarouselItem: {
|
|
|
867
875
|
default: string;
|
|
868
876
|
};
|
|
869
877
|
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
870
|
-
referrerpolicy: vue.PropType<"origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "
|
|
878
|
+
referrerpolicy: vue.PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
871
879
|
srcset: StringConstructor;
|
|
872
880
|
position: StringConstructor;
|
|
873
881
|
}, vue.ExtractPropTypes<{
|
|
@@ -889,7 +897,7 @@ declare const VCarouselItem: {
|
|
|
889
897
|
default: undefined;
|
|
890
898
|
};
|
|
891
899
|
rounded: {
|
|
892
|
-
type: (StringConstructor |
|
|
900
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
893
901
|
default: undefined;
|
|
894
902
|
};
|
|
895
903
|
tile: BooleanConstructor;
|
|
@@ -902,6 +910,7 @@ declare const VCarouselItem: {
|
|
|
902
910
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
|
903
911
|
contentClass: null;
|
|
904
912
|
inline: BooleanConstructor;
|
|
913
|
+
absolute: BooleanConstructor;
|
|
905
914
|
alt: StringConstructor;
|
|
906
915
|
cover: BooleanConstructor;
|
|
907
916
|
color: StringConstructor;
|
|
@@ -925,7 +934,7 @@ declare const VCarouselItem: {
|
|
|
925
934
|
default: string;
|
|
926
935
|
};
|
|
927
936
|
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
928
|
-
referrerpolicy: vue.PropType<"origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "
|
|
937
|
+
referrerpolicy: vue.PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
929
938
|
srcset: StringConstructor;
|
|
930
939
|
position: StringConstructor;
|
|
931
940
|
}>>;
|