@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05

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 (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. package/lib/services/goto/util.mjs.map +0 -1
@@ -107,6 +107,7 @@ declare const VSpeedDial: {
107
107
  style: vue.StyleValue;
108
108
  eager: boolean;
109
109
  disabled: boolean;
110
+ persistent: boolean;
110
111
  modelValue: boolean;
111
112
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
112
113
  updateLocation: (e?: Event) => void;
@@ -120,7 +121,6 @@ declare const VSpeedDial: {
120
121
  closeOnBack: boolean;
121
122
  contained: boolean;
122
123
  noClickAnimation: boolean;
123
- persistent: boolean;
124
124
  scrim: string | boolean;
125
125
  submenu: boolean;
126
126
  } & {
@@ -190,6 +190,7 @@ declare const VSpeedDial: {
190
190
  style: vue.StyleValue;
191
191
  eager: boolean;
192
192
  disabled: boolean;
193
+ persistent: boolean;
193
194
  modelValue: boolean;
194
195
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
195
196
  updateLocation: (e?: Event) => void;
@@ -203,7 +204,6 @@ declare const VSpeedDial: {
203
204
  closeOnBack: boolean;
204
205
  contained: boolean;
205
206
  noClickAnimation: boolean;
206
- persistent: boolean;
207
207
  scrim: string | boolean;
208
208
  submenu: boolean;
209
209
  } & {
@@ -271,6 +271,7 @@ declare const VSpeedDial: {
271
271
  style: vue.StyleValue;
272
272
  eager: boolean;
273
273
  disabled: boolean;
274
+ persistent: boolean;
274
275
  modelValue: boolean;
275
276
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
276
277
  updateLocation: (e?: Event) => void;
@@ -286,7 +287,6 @@ declare const VSpeedDial: {
286
287
  closeOnBack: boolean;
287
288
  contained: boolean;
288
289
  noClickAnimation: boolean;
289
- persistent: boolean;
290
290
  scrim: string | boolean;
291
291
  submenu: boolean;
292
292
  }, true, {}, vue.SlotsType<Partial<{
@@ -319,6 +319,7 @@ declare const VSpeedDial: {
319
319
  style: vue.StyleValue;
320
320
  eager: boolean;
321
321
  disabled: boolean;
322
+ persistent: boolean;
322
323
  modelValue: boolean;
323
324
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
324
325
  updateLocation: (e?: Event) => void;
@@ -332,7 +333,6 @@ declare const VSpeedDial: {
332
333
  closeOnBack: boolean;
333
334
  contained: boolean;
334
335
  noClickAnimation: boolean;
335
- persistent: boolean;
336
336
  scrim: string | boolean;
337
337
  submenu: boolean;
338
338
  } & {
@@ -400,6 +400,7 @@ declare const VSpeedDial: {
400
400
  style: vue.StyleValue;
401
401
  eager: boolean;
402
402
  disabled: boolean;
403
+ persistent: boolean;
403
404
  modelValue: boolean;
404
405
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
405
406
  updateLocation: (e?: Event) => void;
@@ -415,7 +416,6 @@ declare const VSpeedDial: {
415
416
  closeOnBack: boolean;
416
417
  contained: boolean;
417
418
  noClickAnimation: boolean;
418
- persistent: boolean;
419
419
  scrim: string | boolean;
420
420
  submenu: boolean;
421
421
  }>;
@@ -436,6 +436,7 @@ declare const VSpeedDial: {
436
436
  style: vue.StyleValue;
437
437
  eager: boolean;
438
438
  disabled: boolean;
439
+ persistent: boolean;
439
440
  modelValue: boolean;
440
441
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
441
442
  updateLocation: (e?: Event) => void;
@@ -449,7 +450,6 @@ declare const VSpeedDial: {
449
450
  closeOnBack: boolean;
450
451
  contained: boolean;
451
452
  noClickAnimation: boolean;
452
- persistent: boolean;
453
453
  scrim: string | boolean;
454
454
  submenu: boolean;
455
455
  } & {
@@ -519,6 +519,7 @@ declare const VSpeedDial: {
519
519
  style: vue.StyleValue;
520
520
  eager: boolean;
521
521
  disabled: boolean;
522
+ persistent: boolean;
522
523
  modelValue: boolean;
523
524
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
524
525
  updateLocation: (e?: Event) => void;
@@ -534,7 +535,6 @@ declare const VSpeedDial: {
534
535
  closeOnBack: boolean;
535
536
  contained: boolean;
536
537
  noClickAnimation: boolean;
537
- persistent: boolean;
538
538
  scrim: string | boolean;
539
539
  submenu: boolean;
540
540
  }, {}, string, vue.SlotsType<Partial<{
@@ -617,9 +617,9 @@ declare const VSpeedDial: {
617
617
  disabled: BooleanConstructor;
618
618
  class: vue.PropType<ClassValue>;
619
619
  theme: StringConstructor;
620
+ persistent: BooleanConstructor;
620
621
  modelValue: BooleanConstructor;
621
622
  contentClass: null;
622
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
623
623
  locationStrategy: Omit<{
624
624
  type: vue.PropType<StrategyProps["locationStrategy"]>;
625
625
  default: string;
@@ -654,6 +654,7 @@ declare const VSpeedDial: {
654
654
  type: vue.PropType<string | number>;
655
655
  default: NonNullable<string | number>;
656
656
  };
657
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
657
658
  activatorProps: {
658
659
  type: vue.PropType<Record<string, any>>;
659
660
  default: () => {};
@@ -678,7 +679,6 @@ declare const VSpeedDial: {
678
679
  contained: BooleanConstructor;
679
680
  contentProps: null;
680
681
  noClickAnimation: BooleanConstructor;
681
- persistent: BooleanConstructor;
682
682
  scrim: Omit<{
683
683
  type: (StringConstructor | BooleanConstructor)[];
684
684
  default: boolean;
@@ -760,9 +760,9 @@ declare const VSpeedDial: {
760
760
  disabled: BooleanConstructor;
761
761
  class: vue.PropType<ClassValue>;
762
762
  theme: StringConstructor;
763
+ persistent: BooleanConstructor;
763
764
  modelValue: BooleanConstructor;
764
765
  contentClass: null;
765
- activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
766
766
  locationStrategy: Omit<{
767
767
  type: vue.PropType<StrategyProps["locationStrategy"]>;
768
768
  default: string;
@@ -797,6 +797,7 @@ declare const VSpeedDial: {
797
797
  type: vue.PropType<string | number>;
798
798
  default: NonNullable<string | number>;
799
799
  };
800
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
800
801
  activatorProps: {
801
802
  type: vue.PropType<Record<string, any>>;
802
803
  default: () => {};
@@ -821,7 +822,6 @@ declare const VSpeedDial: {
821
822
  contained: BooleanConstructor;
822
823
  contentProps: null;
823
824
  noClickAnimation: BooleanConstructor;
824
- persistent: BooleanConstructor;
825
825
  scrim: Omit<{
826
826
  type: (StringConstructor | BooleanConstructor)[];
827
827
  default: boolean;
@@ -368,10 +368,10 @@ declare const VStepper: {
368
368
  maxWidth?: string | number | undefined;
369
369
  minHeight?: string | number | undefined;
370
370
  minWidth?: string | number | undefined;
371
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
371
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
372
372
  class?: any;
373
- elevation?: string | number | undefined;
374
373
  theme?: string | undefined;
374
+ elevation?: string | number | undefined;
375
375
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
376
376
  modelValue?: any;
377
377
  rounded?: string | number | boolean | undefined;
@@ -458,10 +458,10 @@ declare const VStepper: {
458
458
  maxWidth?: string | number | undefined;
459
459
  minHeight?: string | number | undefined;
460
460
  minWidth?: string | number | undefined;
461
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
461
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
462
462
  class?: any;
463
- elevation?: string | number | undefined;
464
463
  theme?: string | undefined;
464
+ elevation?: string | number | undefined;
465
465
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
466
466
  modelValue?: any;
467
467
  rounded?: string | number | boolean | undefined;
@@ -584,10 +584,10 @@ declare const VStepper: {
584
584
  maxWidth?: string | number | undefined;
585
585
  minHeight?: string | number | undefined;
586
586
  minWidth?: string | number | undefined;
587
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
587
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
588
588
  class?: any;
589
- elevation?: string | number | undefined;
590
589
  theme?: string | undefined;
590
+ elevation?: string | number | undefined;
591
591
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
592
592
  modelValue?: any;
593
593
  rounded?: string | number | boolean | undefined;
@@ -697,10 +697,10 @@ declare const VStepper: {
697
697
  maxWidth?: string | number | undefined;
698
698
  minHeight?: string | number | undefined;
699
699
  minWidth?: string | number | undefined;
700
- position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
700
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
701
701
  class?: any;
702
- elevation?: string | number | undefined;
703
702
  theme?: string | undefined;
703
+ elevation?: string | number | undefined;
704
704
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
705
705
  modelValue?: any;
706
706
  rounded?: string | number | boolean | undefined;
@@ -811,7 +811,7 @@ declare const VStepper: {
811
811
  };
812
812
  tile: BooleanConstructor;
813
813
  position: {
814
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
814
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
815
815
  validator: (v: any) => boolean;
816
816
  };
817
817
  location: PropType<Anchor | null>;
@@ -893,7 +893,7 @@ declare const VStepper: {
893
893
  };
894
894
  tile: BooleanConstructor;
895
895
  position: {
896
- type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
896
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
897
897
  validator: (v: any) => boolean;
898
898
  };
899
899
  location: PropType<Anchor | null>;
@@ -1472,11 +1472,11 @@ declare const VStepperWindow: {
1472
1472
  };
1473
1473
  disabled: BooleanConstructor;
1474
1474
  class: vue.PropType<ClassValue>;
1475
+ theme: StringConstructor;
1475
1476
  tag: {
1476
1477
  type: StringConstructor;
1477
1478
  default: string;
1478
1479
  };
1479
- theme: StringConstructor;
1480
1480
  modelValue: null;
1481
1481
  selectedClass: {
1482
1482
  type: StringConstructor;
@@ -1494,11 +1494,11 @@ declare const VStepperWindow: {
1494
1494
  };
1495
1495
  disabled: BooleanConstructor;
1496
1496
  class: vue.PropType<ClassValue>;
1497
+ theme: StringConstructor;
1497
1498
  tag: {
1498
1499
  type: StringConstructor;
1499
1500
  default: string;
1500
1501
  };
1501
- theme: StringConstructor;
1502
1502
  modelValue: null;
1503
1503
  selectedClass: {
1504
1504
  type: StringConstructor;
@@ -203,7 +203,7 @@ declare const VSwitch: {
203
203
  'update:focused': (focused: boolean) => true;
204
204
  'update:modelValue': (value: any) => true;
205
205
  'update:indeterminate': (value: boolean) => true;
206
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
206
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
207
207
  flat: boolean;
208
208
  inline: boolean;
209
209
  error: boolean;
@@ -453,7 +453,7 @@ declare const VSwitch: {
453
453
  'update:focused': (focused: boolean) => true;
454
454
  'update:modelValue': (value: any) => true;
455
455
  'update:indeterminate': (value: boolean) => true;
456
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
456
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
457
457
  flat: boolean;
458
458
  inline: boolean;
459
459
  error: boolean;
@@ -20,8 +20,8 @@ declare const VSystemBar: {
20
20
  height?: string | number | undefined;
21
21
  color?: string | undefined;
22
22
  class?: any;
23
- elevation?: string | number | undefined;
24
23
  theme?: string | undefined;
24
+ elevation?: string | number | undefined;
25
25
  rounded?: string | number | boolean | undefined;
26
26
  } & {
27
27
  $children?: vue.VNodeChild | {
@@ -44,8 +44,8 @@ declare const VSystemBar: {
44
44
  height?: string | number | undefined;
45
45
  color?: string | undefined;
46
46
  class?: any;
47
- elevation?: string | number | undefined;
48
47
  theme?: string | undefined;
48
+ elevation?: string | number | undefined;
49
49
  rounded?: string | number | boolean | undefined;
50
50
  } & {
51
51
  $children?: vue.VNodeChild | {
@@ -85,8 +85,8 @@ declare const VSystemBar: {
85
85
  height?: string | number | undefined;
86
86
  color?: string | undefined;
87
87
  class?: any;
88
- elevation?: string | number | undefined;
89
88
  theme?: string | undefined;
89
+ elevation?: string | number | undefined;
90
90
  rounded?: string | number | boolean | undefined;
91
91
  } & {
92
92
  $children?: vue.VNodeChild | {
@@ -121,8 +121,8 @@ declare const VSystemBar: {
121
121
  height?: string | number | undefined;
122
122
  color?: string | undefined;
123
123
  class?: any;
124
- elevation?: string | number | undefined;
125
124
  theme?: string | undefined;
125
+ elevation?: string | number | undefined;
126
126
  rounded?: string | number | boolean | undefined;
127
127
  } & {
128
128
  $children?: vue.VNodeChild | {