@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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/CHANGELOG.md +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2433 -2435
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +738 -740
- package/dist/vuetify.d.ts +10490 -10401
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- 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 +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -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 +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- 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/index.d.mts +615 -609
- 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 +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- 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/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- 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/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- 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 +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- 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/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- 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 +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- 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 +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -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,38 +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
|
-
absolute: boolean;
|
537
|
-
eager: boolean;
|
538
|
-
inline: boolean;
|
539
538
|
cover: boolean;
|
539
|
+
src: string | srcObject;
|
540
540
|
tile: boolean;
|
541
541
|
} & {
|
542
|
-
class?: any;
|
543
|
-
value?: any;
|
544
|
-
width?: string | number | undefined;
|
545
542
|
height?: string | number | undefined;
|
543
|
+
width?: string | number | undefined;
|
544
|
+
aspectRatio?: string | number | undefined;
|
546
545
|
color?: string | undefined;
|
547
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
548
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
549
|
-
sizes?: string | undefined;
|
550
|
-
transition?: string | boolean | undefined;
|
551
|
-
position?: string | undefined;
|
552
|
-
rounded?: string | number | boolean | undefined;
|
553
|
-
contentClass?: any;
|
554
546
|
maxHeight?: string | number | undefined;
|
555
547
|
maxWidth?: string | number | undefined;
|
556
548
|
minHeight?: string | number | undefined;
|
557
549
|
minWidth?: string | number | undefined;
|
558
|
-
|
559
|
-
|
550
|
+
position?: string | undefined;
|
551
|
+
transition?: string | boolean | undefined;
|
552
|
+
value?: any;
|
560
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;
|
561
562
|
gradient?: string | undefined;
|
562
563
|
lazySrc?: string | undefined;
|
563
|
-
srcset?: string | undefined;
|
564
564
|
selectedClass?: string | undefined;
|
565
565
|
reverseTransition?: string | boolean | undefined;
|
566
566
|
} & {
|
@@ -582,38 +582,38 @@ declare const VCarouselItem: {
|
|
582
582
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
583
583
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
584
584
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
585
|
+
inline: boolean;
|
586
|
+
absolute: boolean;
|
585
587
|
style: vue.StyleValue;
|
586
|
-
|
588
|
+
eager: boolean;
|
587
589
|
disabled: boolean;
|
588
590
|
options: IntersectionObserverInit;
|
589
|
-
absolute: boolean;
|
590
|
-
eager: boolean;
|
591
|
-
inline: boolean;
|
592
591
|
cover: boolean;
|
592
|
+
src: string | srcObject;
|
593
593
|
tile: boolean;
|
594
594
|
} & {
|
595
|
-
class?: any;
|
596
|
-
value?: any;
|
597
|
-
width?: string | number | undefined;
|
598
595
|
height?: string | number | undefined;
|
596
|
+
width?: string | number | undefined;
|
597
|
+
aspectRatio?: string | number | undefined;
|
599
598
|
color?: string | undefined;
|
600
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
601
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
602
|
-
sizes?: string | undefined;
|
603
|
-
transition?: string | boolean | undefined;
|
604
|
-
position?: string | undefined;
|
605
|
-
rounded?: string | number | boolean | undefined;
|
606
|
-
contentClass?: any;
|
607
599
|
maxHeight?: string | number | undefined;
|
608
600
|
maxWidth?: string | number | undefined;
|
609
601
|
minHeight?: string | number | undefined;
|
610
602
|
minWidth?: string | number | undefined;
|
611
|
-
|
612
|
-
|
603
|
+
position?: string | undefined;
|
604
|
+
transition?: string | boolean | undefined;
|
605
|
+
value?: any;
|
613
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;
|
614
615
|
gradient?: string | undefined;
|
615
616
|
lazySrc?: string | undefined;
|
616
|
-
srcset?: string | undefined;
|
617
617
|
selectedClass?: string | undefined;
|
618
618
|
reverseTransition?: string | boolean | undefined;
|
619
619
|
} & {
|
@@ -635,18 +635,18 @@ declare const VCarouselItem: {
|
|
635
635
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
636
636
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
637
637
|
}, {
|
638
|
-
|
639
|
-
src: string | srcObject;
|
640
|
-
disabled: boolean;
|
641
|
-
options: IntersectionObserverInit;
|
638
|
+
inline: boolean;
|
642
639
|
absolute: boolean;
|
643
640
|
transition: string | boolean;
|
641
|
+
style: vue.StyleValue;
|
642
|
+
draggable: boolean | "false" | "true";
|
644
643
|
eager: boolean;
|
645
|
-
|
646
|
-
|
644
|
+
disabled: boolean;
|
645
|
+
options: IntersectionObserverInit;
|
647
646
|
cover: boolean;
|
647
|
+
src: string | srcObject;
|
648
|
+
rounded: string | number | boolean;
|
648
649
|
tile: boolean;
|
649
|
-
draggable: boolean | "false" | "true";
|
650
650
|
reverseTransition: string | boolean;
|
651
651
|
}, true, {}, vue.SlotsType<Partial<{
|
652
652
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -669,38 +669,38 @@ declare const VCarouselItem: {
|
|
669
669
|
M: {};
|
670
670
|
Defaults: {};
|
671
671
|
}, {
|
672
|
+
inline: boolean;
|
673
|
+
absolute: boolean;
|
672
674
|
style: vue.StyleValue;
|
673
|
-
|
675
|
+
eager: boolean;
|
674
676
|
disabled: boolean;
|
675
677
|
options: IntersectionObserverInit;
|
676
|
-
absolute: boolean;
|
677
|
-
eager: boolean;
|
678
|
-
inline: boolean;
|
679
678
|
cover: boolean;
|
679
|
+
src: string | srcObject;
|
680
680
|
tile: boolean;
|
681
681
|
} & {
|
682
|
-
class?: any;
|
683
|
-
value?: any;
|
684
|
-
width?: string | number | undefined;
|
685
682
|
height?: string | number | undefined;
|
683
|
+
width?: string | number | undefined;
|
684
|
+
aspectRatio?: string | number | undefined;
|
686
685
|
color?: string | undefined;
|
687
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
688
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
689
|
-
sizes?: string | undefined;
|
690
|
-
transition?: string | boolean | undefined;
|
691
|
-
position?: string | undefined;
|
692
|
-
rounded?: string | number | boolean | undefined;
|
693
|
-
contentClass?: any;
|
694
686
|
maxHeight?: string | number | undefined;
|
695
687
|
maxWidth?: string | number | undefined;
|
696
688
|
minHeight?: string | number | undefined;
|
697
689
|
minWidth?: string | number | undefined;
|
698
|
-
|
699
|
-
|
690
|
+
position?: string | undefined;
|
691
|
+
transition?: string | boolean | undefined;
|
692
|
+
value?: any;
|
700
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;
|
701
702
|
gradient?: string | undefined;
|
702
703
|
lazySrc?: string | undefined;
|
703
|
-
srcset?: string | undefined;
|
704
704
|
selectedClass?: string | undefined;
|
705
705
|
reverseTransition?: string | boolean | undefined;
|
706
706
|
} & {
|
@@ -722,56 +722,56 @@ declare const VCarouselItem: {
|
|
722
722
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
723
723
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
724
724
|
}, {}, {}, {}, {}, {
|
725
|
-
|
726
|
-
src: string | srcObject;
|
727
|
-
disabled: boolean;
|
728
|
-
options: IntersectionObserverInit;
|
725
|
+
inline: boolean;
|
729
726
|
absolute: boolean;
|
730
727
|
transition: string | boolean;
|
728
|
+
style: vue.StyleValue;
|
729
|
+
draggable: boolean | "false" | "true";
|
731
730
|
eager: boolean;
|
732
|
-
|
733
|
-
|
731
|
+
disabled: boolean;
|
732
|
+
options: IntersectionObserverInit;
|
734
733
|
cover: boolean;
|
734
|
+
src: string | srcObject;
|
735
|
+
rounded: string | number | boolean;
|
735
736
|
tile: boolean;
|
736
|
-
draggable: boolean | "false" | "true";
|
737
737
|
reverseTransition: string | boolean;
|
738
738
|
}>;
|
739
739
|
__isFragment?: undefined;
|
740
740
|
__isTeleport?: undefined;
|
741
741
|
__isSuspense?: undefined;
|
742
742
|
} & vue.ComponentOptionsBase<{
|
743
|
+
inline: boolean;
|
744
|
+
absolute: boolean;
|
743
745
|
style: vue.StyleValue;
|
744
|
-
|
746
|
+
eager: boolean;
|
745
747
|
disabled: boolean;
|
746
748
|
options: IntersectionObserverInit;
|
747
|
-
absolute: boolean;
|
748
|
-
eager: boolean;
|
749
|
-
inline: boolean;
|
750
749
|
cover: boolean;
|
750
|
+
src: string | srcObject;
|
751
751
|
tile: boolean;
|
752
752
|
} & {
|
753
|
-
class?: any;
|
754
|
-
value?: any;
|
755
|
-
width?: string | number | undefined;
|
756
753
|
height?: string | number | undefined;
|
754
|
+
width?: string | number | undefined;
|
755
|
+
aspectRatio?: string | number | undefined;
|
757
756
|
color?: string | undefined;
|
758
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
759
|
-
referrerpolicy?: "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
760
|
-
sizes?: string | undefined;
|
761
|
-
transition?: string | boolean | undefined;
|
762
|
-
position?: string | undefined;
|
763
|
-
rounded?: string | number | boolean | undefined;
|
764
|
-
contentClass?: any;
|
765
757
|
maxHeight?: string | number | undefined;
|
766
758
|
maxWidth?: string | number | undefined;
|
767
759
|
minHeight?: string | number | undefined;
|
768
760
|
minWidth?: string | number | undefined;
|
769
|
-
|
770
|
-
|
761
|
+
position?: string | undefined;
|
762
|
+
transition?: string | boolean | undefined;
|
763
|
+
value?: any;
|
771
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;
|
772
773
|
gradient?: string | undefined;
|
773
774
|
lazySrc?: string | undefined;
|
774
|
-
srcset?: string | undefined;
|
775
775
|
selectedClass?: string | undefined;
|
776
776
|
reverseTransition?: string | boolean | undefined;
|
777
777
|
} & {
|
@@ -793,18 +793,18 @@ declare const VCarouselItem: {
|
|
793
793
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
794
794
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
795
795
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
796
|
-
|
797
|
-
src: string | srcObject;
|
798
|
-
disabled: boolean;
|
799
|
-
options: IntersectionObserverInit;
|
796
|
+
inline: boolean;
|
800
797
|
absolute: boolean;
|
801
798
|
transition: string | boolean;
|
799
|
+
style: vue.StyleValue;
|
800
|
+
draggable: boolean | "false" | "true";
|
802
801
|
eager: boolean;
|
803
|
-
|
804
|
-
|
802
|
+
disabled: boolean;
|
803
|
+
options: IntersectionObserverInit;
|
805
804
|
cover: boolean;
|
805
|
+
src: string | srcObject;
|
806
|
+
rounded: string | number | boolean;
|
806
807
|
tile: boolean;
|
807
|
-
draggable: boolean | "false" | "true";
|
808
808
|
reverseTransition: string | boolean;
|
809
809
|
}, {}, string, vue.SlotsType<Partial<{
|
810
810
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -838,7 +838,7 @@ declare const VCarouselItem: {
|
|
838
838
|
default: undefined;
|
839
839
|
};
|
840
840
|
rounded: {
|
841
|
-
type: (StringConstructor |
|
841
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
842
842
|
default: undefined;
|
843
843
|
};
|
844
844
|
tile: BooleanConstructor;
|
@@ -875,7 +875,7 @@ declare const VCarouselItem: {
|
|
875
875
|
default: string;
|
876
876
|
};
|
877
877
|
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
878
|
-
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">;
|
879
879
|
srcset: StringConstructor;
|
880
880
|
position: StringConstructor;
|
881
881
|
}, vue.ExtractPropTypes<{
|
@@ -897,7 +897,7 @@ declare const VCarouselItem: {
|
|
897
897
|
default: undefined;
|
898
898
|
};
|
899
899
|
rounded: {
|
900
|
-
type: (StringConstructor |
|
900
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
901
901
|
default: undefined;
|
902
902
|
};
|
903
903
|
tile: BooleanConstructor;
|
@@ -934,7 +934,7 @@ declare const VCarouselItem: {
|
|
934
934
|
default: string;
|
935
935
|
};
|
936
936
|
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
937
|
-
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">;
|
938
938
|
srcset: StringConstructor;
|
939
939
|
position: StringConstructor;
|
940
940
|
}>>;
|