@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 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.
Files changed (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. 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
- class?: any;
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
- theme?: string | undefined;
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
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
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
- location?: Anchor | undefined;
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
- class?: any;
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
- theme?: string | undefined;
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
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
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
- location?: Anchor | undefined;
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
- class?: any;
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
- theme?: string | undefined;
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
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
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
- location?: Anchor | undefined;
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
- class?: any;
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
- theme?: string | undefined;
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
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
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
- location?: Anchor | undefined;
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
- }, "default" | "type"> & {
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 | NumberConstructor | BooleanConstructor)[];
694
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
695
695
  default: undefined;
696
696
  };
697
697
  tile: BooleanConstructor;
698
698
  position: {
699
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
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 | NumberConstructor | BooleanConstructor)[];
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
- }, "default" | "type"> & {
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 | NumberConstructor | BooleanConstructor)[];
766
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
767
767
  default: undefined;
768
768
  };
769
769
  tile: BooleanConstructor;
770
770
  position: {
771
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
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 | NumberConstructor | BooleanConstructor)[];
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;