@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
@@ -23,8 +23,8 @@ declare const VCardItem: {
|
|
23
23
|
style: vue.StyleValue;
|
24
24
|
density: Density;
|
25
25
|
} & {
|
26
|
-
class?: any;
|
27
26
|
title?: string | number | undefined;
|
27
|
+
class?: any;
|
28
28
|
prependIcon?: IconValue | undefined;
|
29
29
|
appendIcon?: IconValue | undefined;
|
30
30
|
appendAvatar?: string | undefined;
|
@@ -55,8 +55,8 @@ declare const VCardItem: {
|
|
55
55
|
style: vue.StyleValue;
|
56
56
|
density: Density;
|
57
57
|
} & {
|
58
|
-
class?: any;
|
59
58
|
title?: string | number | undefined;
|
59
|
+
class?: any;
|
60
60
|
prependIcon?: IconValue | undefined;
|
61
61
|
appendIcon?: IconValue | undefined;
|
62
62
|
appendAvatar?: string | undefined;
|
@@ -113,8 +113,8 @@ declare const VCardItem: {
|
|
113
113
|
style: vue.StyleValue;
|
114
114
|
density: Density;
|
115
115
|
} & {
|
116
|
-
class?: any;
|
117
116
|
title?: string | number | undefined;
|
117
|
+
class?: any;
|
118
118
|
prependIcon?: IconValue | undefined;
|
119
119
|
appendIcon?: IconValue | undefined;
|
120
120
|
appendAvatar?: string | undefined;
|
@@ -152,8 +152,8 @@ declare const VCardItem: {
|
|
152
152
|
style: vue.StyleValue;
|
153
153
|
density: Density;
|
154
154
|
} & {
|
155
|
-
class?: any;
|
156
155
|
title?: string | number | undefined;
|
156
|
+
class?: any;
|
157
157
|
prependIcon?: IconValue | undefined;
|
158
158
|
appendIcon?: IconValue | undefined;
|
159
159
|
appendAvatar?: string | undefined;
|
@@ -243,13 +243,13 @@ interface LoaderSlotProps {
|
|
243
243
|
|
244
244
|
declare const VCard: {
|
245
245
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
246
|
-
flat: boolean;
|
247
246
|
replace: boolean;
|
247
|
+
flat: boolean;
|
248
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
249
|
+
exact: boolean;
|
248
250
|
style: vue.StyleValue;
|
249
251
|
disabled: boolean;
|
250
252
|
tag: string;
|
251
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
252
|
-
exact: boolean;
|
253
253
|
tile: boolean;
|
254
254
|
density: Density;
|
255
255
|
ripple: boolean | {
|
@@ -258,26 +258,26 @@ declare const VCard: {
|
|
258
258
|
hover: boolean;
|
259
259
|
} & {
|
260
260
|
link?: boolean | undefined;
|
261
|
-
|
262
|
-
title?: string | number | undefined;
|
263
|
-
image?: string | undefined;
|
264
|
-
text?: string | number | undefined;
|
265
|
-
width?: string | number | undefined;
|
261
|
+
location?: Anchor | undefined;
|
266
262
|
height?: string | number | undefined;
|
267
|
-
|
268
|
-
href?: string | undefined;
|
269
|
-
color?: string | undefined;
|
270
|
-
loading?: string | boolean | undefined;
|
271
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
263
|
+
width?: string | number | undefined;
|
272
264
|
border?: string | number | boolean | undefined;
|
273
|
-
|
274
|
-
rounded?: string | number | boolean | undefined;
|
265
|
+
color?: string | undefined;
|
275
266
|
maxHeight?: string | number | undefined;
|
276
267
|
maxWidth?: string | number | undefined;
|
277
268
|
minHeight?: string | number | undefined;
|
278
269
|
minWidth?: string | number | undefined;
|
270
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
271
|
+
loading?: string | boolean | undefined;
|
272
|
+
title?: string | number | undefined;
|
273
|
+
image?: string | undefined;
|
274
|
+
text?: string | number | undefined;
|
275
|
+
class?: any;
|
276
|
+
href?: string | undefined;
|
279
277
|
elevation?: string | number | undefined;
|
280
|
-
|
278
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
279
|
+
theme?: string | undefined;
|
280
|
+
rounded?: string | number | boolean | undefined;
|
281
281
|
prependIcon?: IconValue | undefined;
|
282
282
|
appendIcon?: IconValue | undefined;
|
283
283
|
appendAvatar?: string | undefined;
|
@@ -320,13 +320,13 @@ declare const VCard: {
|
|
320
320
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
321
321
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
322
322
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
323
|
-
flat: boolean;
|
324
323
|
replace: boolean;
|
324
|
+
flat: boolean;
|
325
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
326
|
+
exact: boolean;
|
325
327
|
style: vue.StyleValue;
|
326
328
|
disabled: boolean;
|
327
329
|
tag: string;
|
328
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
329
|
-
exact: boolean;
|
330
330
|
tile: boolean;
|
331
331
|
density: Density;
|
332
332
|
ripple: boolean | {
|
@@ -335,26 +335,26 @@ declare const VCard: {
|
|
335
335
|
hover: boolean;
|
336
336
|
} & {
|
337
337
|
link?: boolean | undefined;
|
338
|
-
|
339
|
-
title?: string | number | undefined;
|
340
|
-
image?: string | undefined;
|
341
|
-
text?: string | number | undefined;
|
342
|
-
width?: string | number | undefined;
|
338
|
+
location?: Anchor | undefined;
|
343
339
|
height?: string | number | undefined;
|
344
|
-
|
345
|
-
href?: string | undefined;
|
346
|
-
color?: string | undefined;
|
347
|
-
loading?: string | boolean | undefined;
|
348
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
340
|
+
width?: string | number | undefined;
|
349
341
|
border?: string | number | boolean | undefined;
|
350
|
-
|
351
|
-
rounded?: string | number | boolean | undefined;
|
342
|
+
color?: string | undefined;
|
352
343
|
maxHeight?: string | number | undefined;
|
353
344
|
maxWidth?: string | number | undefined;
|
354
345
|
minHeight?: string | number | undefined;
|
355
346
|
minWidth?: string | number | undefined;
|
347
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
348
|
+
loading?: string | boolean | undefined;
|
349
|
+
title?: string | number | undefined;
|
350
|
+
image?: string | undefined;
|
351
|
+
text?: string | number | undefined;
|
352
|
+
class?: any;
|
353
|
+
href?: string | undefined;
|
356
354
|
elevation?: string | number | undefined;
|
357
|
-
|
355
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
356
|
+
theme?: string | undefined;
|
357
|
+
rounded?: string | number | boolean | undefined;
|
358
358
|
prependIcon?: IconValue | undefined;
|
359
359
|
appendIcon?: IconValue | undefined;
|
360
360
|
appendAvatar?: string | undefined;
|
@@ -397,15 +397,15 @@ declare const VCard: {
|
|
397
397
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
398
398
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
399
399
|
}, {
|
400
|
-
flat: boolean;
|
401
400
|
replace: boolean;
|
402
401
|
link: boolean;
|
402
|
+
flat: boolean;
|
403
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
404
|
+
exact: boolean;
|
403
405
|
style: vue.StyleValue;
|
404
406
|
disabled: boolean;
|
405
407
|
tag: string;
|
406
408
|
rounded: string | number | boolean;
|
407
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
408
|
-
exact: boolean;
|
409
409
|
tile: boolean;
|
410
410
|
density: Density;
|
411
411
|
ripple: boolean | {
|
@@ -451,13 +451,13 @@ declare const VCard: {
|
|
451
451
|
M: {};
|
452
452
|
Defaults: {};
|
453
453
|
}, {
|
454
|
-
flat: boolean;
|
455
454
|
replace: boolean;
|
455
|
+
flat: boolean;
|
456
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
457
|
+
exact: boolean;
|
456
458
|
style: vue.StyleValue;
|
457
459
|
disabled: boolean;
|
458
460
|
tag: string;
|
459
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
460
|
-
exact: boolean;
|
461
461
|
tile: boolean;
|
462
462
|
density: Density;
|
463
463
|
ripple: boolean | {
|
@@ -466,26 +466,26 @@ declare const VCard: {
|
|
466
466
|
hover: boolean;
|
467
467
|
} & {
|
468
468
|
link?: boolean | undefined;
|
469
|
-
|
470
|
-
title?: string | number | undefined;
|
471
|
-
image?: string | undefined;
|
472
|
-
text?: string | number | undefined;
|
473
|
-
width?: string | number | undefined;
|
469
|
+
location?: Anchor | undefined;
|
474
470
|
height?: string | number | undefined;
|
475
|
-
|
476
|
-
href?: string | undefined;
|
477
|
-
color?: string | undefined;
|
478
|
-
loading?: string | boolean | undefined;
|
479
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
471
|
+
width?: string | number | undefined;
|
480
472
|
border?: string | number | boolean | undefined;
|
481
|
-
|
482
|
-
rounded?: string | number | boolean | undefined;
|
473
|
+
color?: string | undefined;
|
483
474
|
maxHeight?: string | number | undefined;
|
484
475
|
maxWidth?: string | number | undefined;
|
485
476
|
minHeight?: string | number | undefined;
|
486
477
|
minWidth?: string | number | undefined;
|
478
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
479
|
+
loading?: string | boolean | undefined;
|
480
|
+
title?: string | number | undefined;
|
481
|
+
image?: string | undefined;
|
482
|
+
text?: string | number | undefined;
|
483
|
+
class?: any;
|
484
|
+
href?: string | undefined;
|
487
485
|
elevation?: string | number | undefined;
|
488
|
-
|
486
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
487
|
+
theme?: string | undefined;
|
488
|
+
rounded?: string | number | boolean | undefined;
|
489
489
|
prependIcon?: IconValue | undefined;
|
490
490
|
appendIcon?: IconValue | undefined;
|
491
491
|
appendAvatar?: string | undefined;
|
@@ -528,15 +528,15 @@ declare const VCard: {
|
|
528
528
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
529
529
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
530
530
|
}, {}, {}, {}, {}, {
|
531
|
-
flat: boolean;
|
532
531
|
replace: boolean;
|
533
532
|
link: boolean;
|
533
|
+
flat: boolean;
|
534
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
535
|
+
exact: boolean;
|
534
536
|
style: vue.StyleValue;
|
535
537
|
disabled: boolean;
|
536
538
|
tag: string;
|
537
539
|
rounded: string | number | boolean;
|
538
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
539
|
-
exact: boolean;
|
540
540
|
tile: boolean;
|
541
541
|
density: Density;
|
542
542
|
ripple: boolean | {
|
@@ -548,13 +548,13 @@ declare const VCard: {
|
|
548
548
|
__isTeleport?: undefined;
|
549
549
|
__isSuspense?: undefined;
|
550
550
|
} & vue.ComponentOptionsBase<{
|
551
|
-
flat: boolean;
|
552
551
|
replace: boolean;
|
552
|
+
flat: boolean;
|
553
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
554
|
+
exact: boolean;
|
553
555
|
style: vue.StyleValue;
|
554
556
|
disabled: boolean;
|
555
557
|
tag: string;
|
556
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
557
|
-
exact: boolean;
|
558
558
|
tile: boolean;
|
559
559
|
density: Density;
|
560
560
|
ripple: boolean | {
|
@@ -563,26 +563,26 @@ declare const VCard: {
|
|
563
563
|
hover: boolean;
|
564
564
|
} & {
|
565
565
|
link?: boolean | undefined;
|
566
|
-
|
567
|
-
title?: string | number | undefined;
|
568
|
-
image?: string | undefined;
|
569
|
-
text?: string | number | undefined;
|
570
|
-
width?: string | number | undefined;
|
566
|
+
location?: Anchor | undefined;
|
571
567
|
height?: string | number | undefined;
|
572
|
-
|
573
|
-
href?: string | undefined;
|
574
|
-
color?: string | undefined;
|
575
|
-
loading?: string | boolean | undefined;
|
576
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
568
|
+
width?: string | number | undefined;
|
577
569
|
border?: string | number | boolean | undefined;
|
578
|
-
|
579
|
-
rounded?: string | number | boolean | undefined;
|
570
|
+
color?: string | undefined;
|
580
571
|
maxHeight?: string | number | undefined;
|
581
572
|
maxWidth?: string | number | undefined;
|
582
573
|
minHeight?: string | number | undefined;
|
583
574
|
minWidth?: string | number | undefined;
|
575
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
576
|
+
loading?: string | boolean | undefined;
|
577
|
+
title?: string | number | undefined;
|
578
|
+
image?: string | undefined;
|
579
|
+
text?: string | number | undefined;
|
580
|
+
class?: any;
|
581
|
+
href?: string | undefined;
|
584
582
|
elevation?: string | number | undefined;
|
585
|
-
|
583
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
584
|
+
theme?: string | undefined;
|
585
|
+
rounded?: string | number | boolean | undefined;
|
586
586
|
prependIcon?: IconValue | undefined;
|
587
587
|
appendIcon?: IconValue | undefined;
|
588
588
|
appendAvatar?: string | undefined;
|
@@ -625,15 +625,15 @@ declare const VCard: {
|
|
625
625
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
626
626
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
627
627
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
628
|
-
flat: boolean;
|
629
628
|
replace: boolean;
|
630
629
|
link: boolean;
|
630
|
+
flat: boolean;
|
631
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
632
|
+
exact: boolean;
|
631
633
|
style: vue.StyleValue;
|
632
634
|
disabled: boolean;
|
633
635
|
tag: string;
|
634
636
|
rounded: string | number | boolean;
|
635
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
636
|
-
exact: boolean;
|
637
637
|
tile: boolean;
|
638
638
|
density: Density;
|
639
639
|
ripple: boolean | {
|
@@ -677,7 +677,7 @@ declare const VCard: {
|
|
677
677
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
678
678
|
default: string;
|
679
679
|
validator: (v: any) => boolean;
|
680
|
-
}, "
|
680
|
+
}, "type" | "default"> & {
|
681
681
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
682
682
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
683
683
|
};
|
@@ -691,12 +691,12 @@ declare const VCard: {
|
|
691
691
|
to: PropType<vue_router.RouteLocationRaw>;
|
692
692
|
exact: BooleanConstructor;
|
693
693
|
rounded: {
|
694
|
-
type: (StringConstructor |
|
694
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
695
695
|
default: undefined;
|
696
696
|
};
|
697
697
|
tile: BooleanConstructor;
|
698
698
|
position: {
|
699
|
-
type: PropType<"fixed" | "absolute" | "
|
699
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
700
700
|
validator: (v: any) => boolean;
|
701
701
|
};
|
702
702
|
location: PropType<Anchor>;
|
@@ -721,7 +721,7 @@ declare const VCard: {
|
|
721
721
|
type: PropType<vue.StyleValue>;
|
722
722
|
default: null;
|
723
723
|
};
|
724
|
-
border: (StringConstructor |
|
724
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
725
725
|
appendAvatar: StringConstructor;
|
726
726
|
appendIcon: PropType<IconValue>;
|
727
727
|
disabled: BooleanConstructor;
|
@@ -749,7 +749,7 @@ declare const VCard: {
|
|
749
749
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
750
750
|
default: string;
|
751
751
|
validator: (v: any) => boolean;
|
752
|
-
}, "
|
752
|
+
}, "type" | "default"> & {
|
753
753
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
754
754
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
755
755
|
};
|
@@ -763,12 +763,12 @@ declare const VCard: {
|
|
763
763
|
to: PropType<vue_router.RouteLocationRaw>;
|
764
764
|
exact: BooleanConstructor;
|
765
765
|
rounded: {
|
766
|
-
type: (StringConstructor |
|
766
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
767
767
|
default: undefined;
|
768
768
|
};
|
769
769
|
tile: BooleanConstructor;
|
770
770
|
position: {
|
771
|
-
type: PropType<"fixed" | "absolute" | "
|
771
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
772
772
|
validator: (v: any) => boolean;
|
773
773
|
};
|
774
774
|
location: PropType<Anchor>;
|
@@ -793,7 +793,7 @@ declare const VCard: {
|
|
793
793
|
type: PropType<vue.StyleValue>;
|
794
794
|
default: null;
|
795
795
|
};
|
796
|
-
border: (StringConstructor |
|
796
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
797
797
|
appendAvatar: StringConstructor;
|
798
798
|
appendIcon: PropType<IconValue>;
|
799
799
|
disabled: BooleanConstructor;
|
@@ -916,8 +916,8 @@ declare const VCardSubtitle: {
|
|
916
916
|
style: vue.StyleValue;
|
917
917
|
tag: string;
|
918
918
|
} & {
|
919
|
-
class?: any;
|
920
919
|
opacity?: string | number | undefined;
|
920
|
+
class?: any;
|
921
921
|
} & {
|
922
922
|
$children?: vue.VNodeChild | {
|
923
923
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -931,8 +931,8 @@ declare const VCardSubtitle: {
|
|
931
931
|
style: vue.StyleValue;
|
932
932
|
tag: string;
|
933
933
|
} & {
|
934
|
-
class?: any;
|
935
934
|
opacity?: string | number | undefined;
|
935
|
+
class?: any;
|
936
936
|
} & {
|
937
937
|
$children?: vue.VNodeChild | {
|
938
938
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -960,8 +960,8 @@ declare const VCardSubtitle: {
|
|
960
960
|
style: vue.StyleValue;
|
961
961
|
tag: string;
|
962
962
|
} & {
|
963
|
-
class?: any;
|
964
963
|
opacity?: string | number | undefined;
|
964
|
+
class?: any;
|
965
965
|
} & {
|
966
966
|
$children?: vue.VNodeChild | {
|
967
967
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -982,8 +982,8 @@ declare const VCardSubtitle: {
|
|
982
982
|
style: vue.StyleValue;
|
983
983
|
tag: string;
|
984
984
|
} & {
|
985
|
-
class?: any;
|
986
985
|
opacity?: string | number | undefined;
|
986
|
+
class?: any;
|
987
987
|
} & {
|
988
988
|
$children?: vue.VNodeChild | {
|
989
989
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1030,8 +1030,8 @@ declare const VCardText: {
|
|
1030
1030
|
style: vue.StyleValue;
|
1031
1031
|
tag: string;
|
1032
1032
|
} & {
|
1033
|
-
class?: any;
|
1034
1033
|
opacity?: string | number | undefined;
|
1034
|
+
class?: any;
|
1035
1035
|
} & {
|
1036
1036
|
$children?: vue.VNodeChild | {
|
1037
1037
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1045,8 +1045,8 @@ declare const VCardText: {
|
|
1045
1045
|
style: vue.StyleValue;
|
1046
1046
|
tag: string;
|
1047
1047
|
} & {
|
1048
|
-
class?: any;
|
1049
1048
|
opacity?: string | number | undefined;
|
1049
|
+
class?: any;
|
1050
1050
|
} & {
|
1051
1051
|
$children?: vue.VNodeChild | {
|
1052
1052
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1074,8 +1074,8 @@ declare const VCardText: {
|
|
1074
1074
|
style: vue.StyleValue;
|
1075
1075
|
tag: string;
|
1076
1076
|
} & {
|
1077
|
-
class?: any;
|
1078
1077
|
opacity?: string | number | undefined;
|
1078
|
+
class?: any;
|
1079
1079
|
} & {
|
1080
1080
|
$children?: vue.VNodeChild | {
|
1081
1081
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -1096,8 +1096,8 @@ declare const VCardText: {
|
|
1096
1096
|
style: vue.StyleValue;
|
1097
1097
|
tag: string;
|
1098
1098
|
} & {
|
1099
|
-
class?: any;
|
1100
1099
|
opacity?: string | number | undefined;
|
1100
|
+
class?: any;
|
1101
1101
|
} & {
|
1102
1102
|
$children?: vue.VNodeChild | {
|
1103
1103
|
default?: (() => vue.VNodeChild) | undefined;
|