@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.
Files changed (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  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 +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  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 +81 -80
  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/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
@@ -15,14 +15,15 @@ type VExpansionPanelSlot = {
15
15
  declare const VExpansionPanels: {
16
16
  new (...args: any[]): vue.CreateComponentPublicInstance<{
17
17
  flat: boolean;
18
+ variant: "default" | "inset" | "accordion" | "popout";
18
19
  style: vue.StyleValue;
20
+ eager: boolean;
19
21
  disabled: boolean;
22
+ multiple: boolean;
23
+ readonly: boolean;
20
24
  tag: string;
21
25
  static: boolean;
22
- eager: boolean;
23
- readonly: boolean;
24
- variant: "default" | "inset" | "accordion" | "popout";
25
- multiple: boolean;
26
+ focusable: boolean;
26
27
  tile: boolean;
27
28
  ripple: boolean | {
28
29
  class: string;
@@ -30,16 +31,15 @@ declare const VExpansionPanels: {
30
31
  collapseIcon: IconValue;
31
32
  expandIcon: IconValue;
32
33
  hideActions: boolean;
33
- focusable: boolean;
34
34
  } & {
35
+ max?: number | undefined;
36
+ color?: string | undefined;
35
37
  class?: any;
38
+ mandatory?: boolean | "force" | undefined;
39
+ elevation?: string | number | undefined;
36
40
  theme?: string | undefined;
37
- color?: string | undefined;
38
41
  modelValue?: any;
39
42
  rounded?: string | number | boolean | undefined;
40
- mandatory?: boolean | "force" | undefined;
41
- elevation?: string | number | undefined;
42
- max?: number | undefined;
43
43
  selectedClass?: string | undefined;
44
44
  bgColor?: string | undefined;
45
45
  } & {
@@ -60,14 +60,15 @@ declare const VExpansionPanels: {
60
60
  'update:modelValue': (val: unknown) => boolean;
61
61
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
62
62
  flat: boolean;
63
+ variant: "default" | "inset" | "accordion" | "popout";
63
64
  style: vue.StyleValue;
65
+ eager: boolean;
64
66
  disabled: boolean;
67
+ multiple: boolean;
68
+ readonly: boolean;
65
69
  tag: string;
66
70
  static: boolean;
67
- eager: boolean;
68
- readonly: boolean;
69
- variant: "default" | "inset" | "accordion" | "popout";
70
- multiple: boolean;
71
+ focusable: boolean;
71
72
  tile: boolean;
72
73
  ripple: boolean | {
73
74
  class: string;
@@ -75,16 +76,15 @@ declare const VExpansionPanels: {
75
76
  collapseIcon: IconValue;
76
77
  expandIcon: IconValue;
77
78
  hideActions: boolean;
78
- focusable: boolean;
79
79
  } & {
80
+ max?: number | undefined;
81
+ color?: string | undefined;
80
82
  class?: any;
83
+ mandatory?: boolean | "force" | undefined;
84
+ elevation?: string | number | undefined;
81
85
  theme?: string | undefined;
82
- color?: string | undefined;
83
86
  modelValue?: any;
84
87
  rounded?: string | number | boolean | undefined;
85
- mandatory?: boolean | "force" | undefined;
86
- elevation?: string | number | undefined;
87
- max?: number | undefined;
88
88
  selectedClass?: string | undefined;
89
89
  bgColor?: string | undefined;
90
90
  } & {
@@ -100,16 +100,17 @@ declare const VExpansionPanels: {
100
100
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
101
101
  }, {
102
102
  flat: boolean;
103
+ variant: "default" | "inset" | "accordion" | "popout";
103
104
  style: vue.StyleValue;
105
+ eager: boolean;
104
106
  disabled: boolean;
107
+ multiple: boolean;
108
+ readonly: boolean;
105
109
  tag: string;
106
110
  static: boolean;
107
- eager: boolean;
108
- readonly: boolean;
111
+ focusable: boolean;
109
112
  modelValue: any;
110
113
  rounded: string | number | boolean;
111
- variant: "default" | "inset" | "accordion" | "popout";
112
- multiple: boolean;
113
114
  tile: boolean;
114
115
  ripple: boolean | {
115
116
  class: string;
@@ -117,7 +118,6 @@ declare const VExpansionPanels: {
117
118
  collapseIcon: IconValue;
118
119
  expandIcon: IconValue;
119
120
  hideActions: boolean;
120
- focusable: boolean;
121
121
  }, true, {}, vue.SlotsType<Partial<{
122
122
  default: (arg: VExpansionPanelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
123
123
  [key: string]: any;
@@ -131,14 +131,15 @@ declare const VExpansionPanels: {
131
131
  Defaults: {};
132
132
  }, {
133
133
  flat: boolean;
134
+ variant: "default" | "inset" | "accordion" | "popout";
134
135
  style: vue.StyleValue;
136
+ eager: boolean;
135
137
  disabled: boolean;
138
+ multiple: boolean;
139
+ readonly: boolean;
136
140
  tag: string;
137
141
  static: boolean;
138
- eager: boolean;
139
- readonly: boolean;
140
- variant: "default" | "inset" | "accordion" | "popout";
141
- multiple: boolean;
142
+ focusable: boolean;
142
143
  tile: boolean;
143
144
  ripple: boolean | {
144
145
  class: string;
@@ -146,16 +147,15 @@ declare const VExpansionPanels: {
146
147
  collapseIcon: IconValue;
147
148
  expandIcon: IconValue;
148
149
  hideActions: boolean;
149
- focusable: boolean;
150
150
  } & {
151
+ max?: number | undefined;
152
+ color?: string | undefined;
151
153
  class?: any;
154
+ mandatory?: boolean | "force" | undefined;
155
+ elevation?: string | number | undefined;
152
156
  theme?: string | undefined;
153
- color?: string | undefined;
154
157
  modelValue?: any;
155
158
  rounded?: string | number | boolean | undefined;
156
- mandatory?: boolean | "force" | undefined;
157
- elevation?: string | number | undefined;
158
- max?: number | undefined;
159
159
  selectedClass?: string | undefined;
160
160
  bgColor?: string | undefined;
161
161
  } & {
@@ -174,16 +174,17 @@ declare const VExpansionPanels: {
174
174
  prev: () => void;
175
175
  }, {}, {}, {}, {
176
176
  flat: boolean;
177
+ variant: "default" | "inset" | "accordion" | "popout";
177
178
  style: vue.StyleValue;
179
+ eager: boolean;
178
180
  disabled: boolean;
181
+ multiple: boolean;
182
+ readonly: boolean;
179
183
  tag: string;
180
184
  static: boolean;
181
- eager: boolean;
182
- readonly: boolean;
185
+ focusable: boolean;
183
186
  modelValue: any;
184
187
  rounded: string | number | boolean;
185
- variant: "default" | "inset" | "accordion" | "popout";
186
- multiple: boolean;
187
188
  tile: boolean;
188
189
  ripple: boolean | {
189
190
  class: string;
@@ -191,21 +192,21 @@ declare const VExpansionPanels: {
191
192
  collapseIcon: IconValue;
192
193
  expandIcon: IconValue;
193
194
  hideActions: boolean;
194
- focusable: boolean;
195
195
  }>;
196
196
  __isFragment?: undefined;
197
197
  __isTeleport?: undefined;
198
198
  __isSuspense?: undefined;
199
199
  } & vue.ComponentOptionsBase<{
200
200
  flat: boolean;
201
+ variant: "default" | "inset" | "accordion" | "popout";
201
202
  style: vue.StyleValue;
203
+ eager: boolean;
202
204
  disabled: boolean;
205
+ multiple: boolean;
206
+ readonly: boolean;
203
207
  tag: string;
204
208
  static: boolean;
205
- eager: boolean;
206
- readonly: boolean;
207
- variant: "default" | "inset" | "accordion" | "popout";
208
- multiple: boolean;
209
+ focusable: boolean;
209
210
  tile: boolean;
210
211
  ripple: boolean | {
211
212
  class: string;
@@ -213,16 +214,15 @@ declare const VExpansionPanels: {
213
214
  collapseIcon: IconValue;
214
215
  expandIcon: IconValue;
215
216
  hideActions: boolean;
216
- focusable: boolean;
217
217
  } & {
218
+ max?: number | undefined;
219
+ color?: string | undefined;
218
220
  class?: any;
221
+ mandatory?: boolean | "force" | undefined;
222
+ elevation?: string | number | undefined;
219
223
  theme?: string | undefined;
220
- color?: string | undefined;
221
224
  modelValue?: any;
222
225
  rounded?: string | number | boolean | undefined;
223
- mandatory?: boolean | "force" | undefined;
224
- elevation?: string | number | undefined;
225
- max?: number | undefined;
226
226
  selectedClass?: string | undefined;
227
227
  bgColor?: string | undefined;
228
228
  } & {
@@ -243,16 +243,17 @@ declare const VExpansionPanels: {
243
243
  'update:modelValue': (val: unknown) => boolean;
244
244
  }, string, {
245
245
  flat: boolean;
246
+ variant: "default" | "inset" | "accordion" | "popout";
246
247
  style: vue.StyleValue;
248
+ eager: boolean;
247
249
  disabled: boolean;
250
+ multiple: boolean;
251
+ readonly: boolean;
248
252
  tag: string;
249
253
  static: boolean;
250
- eager: boolean;
251
- readonly: boolean;
254
+ focusable: boolean;
252
255
  modelValue: any;
253
256
  rounded: string | number | boolean;
254
- variant: "default" | "inset" | "accordion" | "popout";
255
- multiple: boolean;
256
257
  tile: boolean;
257
258
  ripple: boolean | {
258
259
  class: string;
@@ -260,7 +261,6 @@ declare const VExpansionPanels: {
260
261
  collapseIcon: IconValue;
261
262
  expandIcon: IconValue;
262
263
  hideActions: boolean;
263
- focusable: boolean;
264
264
  }, {}, string, vue.SlotsType<Partial<{
265
265
  default: (arg: VExpansionPanelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
266
266
  [key: string]: any;
@@ -282,18 +282,19 @@ declare const VExpansionPanels: {
282
282
  };
283
283
  theme: StringConstructor;
284
284
  color: StringConstructor;
285
- static: BooleanConstructor;
286
285
  eager: BooleanConstructor;
287
286
  readonly: BooleanConstructor;
288
- rounded: {
289
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
290
- default: undefined;
291
- };
292
- tile: BooleanConstructor;
287
+ static: BooleanConstructor;
293
288
  elevation: {
294
289
  type: (StringConstructor | NumberConstructor)[];
295
290
  validator(v: any): boolean;
296
291
  };
292
+ focusable: BooleanConstructor;
293
+ rounded: {
294
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
295
+ default: undefined;
296
+ };
297
+ tile: BooleanConstructor;
297
298
  bgColor: StringConstructor;
298
299
  ripple: {
299
300
  type: PropType<boolean | {
@@ -310,7 +311,6 @@ declare const VExpansionPanels: {
310
311
  default: string;
311
312
  };
312
313
  hideActions: BooleanConstructor;
313
- focusable: BooleanConstructor;
314
314
  modelValue: {
315
315
  type: null;
316
316
  default: undefined;
@@ -338,18 +338,19 @@ declare const VExpansionPanels: {
338
338
  };
339
339
  theme: StringConstructor;
340
340
  color: StringConstructor;
341
- static: BooleanConstructor;
342
341
  eager: BooleanConstructor;
343
342
  readonly: BooleanConstructor;
344
- rounded: {
345
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
346
- default: undefined;
347
- };
348
- tile: BooleanConstructor;
343
+ static: BooleanConstructor;
349
344
  elevation: {
350
345
  type: (StringConstructor | NumberConstructor)[];
351
346
  validator(v: any): boolean;
352
347
  };
348
+ focusable: BooleanConstructor;
349
+ rounded: {
350
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
351
+ default: undefined;
352
+ };
353
+ tile: BooleanConstructor;
353
354
  bgColor: StringConstructor;
354
355
  ripple: {
355
356
  type: PropType<boolean | {
@@ -366,7 +367,6 @@ declare const VExpansionPanels: {
366
367
  default: string;
367
368
  };
368
369
  hideActions: BooleanConstructor;
369
- focusable: BooleanConstructor;
370
370
  modelValue: {
371
371
  type: null;
372
372
  default: undefined;
@@ -419,11 +419,12 @@ interface GroupItemProvide {
419
419
  declare const VExpansionPanel: {
420
420
  new (...args: any[]): vue.CreateComponentPublicInstance<{
421
421
  style: vue.StyleValue;
422
+ eager: boolean;
422
423
  disabled: boolean;
424
+ readonly: boolean;
423
425
  tag: string;
424
426
  static: boolean;
425
- eager: boolean;
426
- readonly: boolean;
427
+ focusable: boolean;
427
428
  tile: boolean;
428
429
  ripple: boolean | {
429
430
  class: string;
@@ -431,21 +432,20 @@ declare const VExpansionPanel: {
431
432
  collapseIcon: IconValue;
432
433
  expandIcon: IconValue;
433
434
  hideActions: boolean;
434
- focusable: boolean;
435
435
  } & {
436
- class?: any;
437
- title?: string | undefined;
438
- text?: string | undefined;
439
- value?: any;
440
- width?: string | number | undefined;
441
436
  height?: string | number | undefined;
437
+ width?: string | number | undefined;
442
438
  color?: string | undefined;
443
- rounded?: string | number | boolean | undefined;
444
439
  maxHeight?: string | number | undefined;
445
440
  maxWidth?: string | number | undefined;
446
441
  minHeight?: string | number | undefined;
447
442
  minWidth?: string | number | undefined;
443
+ value?: any;
444
+ title?: string | undefined;
445
+ text?: string | undefined;
446
+ class?: any;
448
447
  elevation?: string | number | undefined;
448
+ rounded?: string | number | boolean | undefined;
449
449
  selectedClass?: string | undefined;
450
450
  bgColor?: string | undefined;
451
451
  } & {
@@ -475,11 +475,12 @@ declare const VExpansionPanel: {
475
475
  }) => true;
476
476
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
477
477
  style: vue.StyleValue;
478
+ eager: boolean;
478
479
  disabled: boolean;
480
+ readonly: boolean;
479
481
  tag: string;
480
482
  static: boolean;
481
- eager: boolean;
482
- readonly: boolean;
483
+ focusable: boolean;
483
484
  tile: boolean;
484
485
  ripple: boolean | {
485
486
  class: string;
@@ -487,21 +488,20 @@ declare const VExpansionPanel: {
487
488
  collapseIcon: IconValue;
488
489
  expandIcon: IconValue;
489
490
  hideActions: boolean;
490
- focusable: boolean;
491
491
  } & {
492
- class?: any;
493
- title?: string | undefined;
494
- text?: string | undefined;
495
- value?: any;
496
- width?: string | number | undefined;
497
492
  height?: string | number | undefined;
493
+ width?: string | number | undefined;
498
494
  color?: string | undefined;
499
- rounded?: string | number | boolean | undefined;
500
495
  maxHeight?: string | number | undefined;
501
496
  maxWidth?: string | number | undefined;
502
497
  minHeight?: string | number | undefined;
503
498
  minWidth?: string | number | undefined;
499
+ value?: any;
500
+ title?: string | undefined;
501
+ text?: string | undefined;
502
+ class?: any;
504
503
  elevation?: string | number | undefined;
504
+ rounded?: string | number | boolean | undefined;
505
505
  selectedClass?: string | undefined;
506
506
  bgColor?: string | undefined;
507
507
  } & {
@@ -525,11 +525,12 @@ declare const VExpansionPanel: {
525
525
  }) => any) | undefined;
526
526
  }, {
527
527
  style: vue.StyleValue;
528
+ eager: boolean;
528
529
  disabled: boolean;
530
+ readonly: boolean;
529
531
  tag: string;
530
532
  static: boolean;
531
- eager: boolean;
532
- readonly: boolean;
533
+ focusable: boolean;
533
534
  rounded: string | number | boolean;
534
535
  tile: boolean;
535
536
  ripple: boolean | {
@@ -538,7 +539,6 @@ declare const VExpansionPanel: {
538
539
  collapseIcon: IconValue;
539
540
  expandIcon: IconValue;
540
541
  hideActions: boolean;
541
- focusable: boolean;
542
542
  }, true, {}, vue.SlotsType<Partial<{
543
543
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
544
544
  [key: string]: any;
@@ -558,11 +558,12 @@ declare const VExpansionPanel: {
558
558
  Defaults: {};
559
559
  }, {
560
560
  style: vue.StyleValue;
561
+ eager: boolean;
561
562
  disabled: boolean;
563
+ readonly: boolean;
562
564
  tag: string;
563
565
  static: boolean;
564
- eager: boolean;
565
- readonly: boolean;
566
+ focusable: boolean;
566
567
  tile: boolean;
567
568
  ripple: boolean | {
568
569
  class: string;
@@ -570,21 +571,20 @@ declare const VExpansionPanel: {
570
571
  collapseIcon: IconValue;
571
572
  expandIcon: IconValue;
572
573
  hideActions: boolean;
573
- focusable: boolean;
574
574
  } & {
575
- class?: any;
576
- title?: string | undefined;
577
- text?: string | undefined;
578
- value?: any;
579
- width?: string | number | undefined;
580
575
  height?: string | number | undefined;
576
+ width?: string | number | undefined;
581
577
  color?: string | undefined;
582
- rounded?: string | number | boolean | undefined;
583
578
  maxHeight?: string | number | undefined;
584
579
  maxWidth?: string | number | undefined;
585
580
  minHeight?: string | number | undefined;
586
581
  minWidth?: string | number | undefined;
582
+ value?: any;
583
+ title?: string | undefined;
584
+ text?: string | undefined;
585
+ class?: any;
587
586
  elevation?: string | number | undefined;
587
+ rounded?: string | number | boolean | undefined;
588
588
  selectedClass?: string | undefined;
589
589
  bgColor?: string | undefined;
590
590
  } & {
@@ -610,11 +610,12 @@ declare const VExpansionPanel: {
610
610
  groupItem: GroupItemProvide;
611
611
  }, {}, {}, {}, {
612
612
  style: vue.StyleValue;
613
+ eager: boolean;
613
614
  disabled: boolean;
615
+ readonly: boolean;
614
616
  tag: string;
615
617
  static: boolean;
616
- eager: boolean;
617
- readonly: boolean;
618
+ focusable: boolean;
618
619
  rounded: string | number | boolean;
619
620
  tile: boolean;
620
621
  ripple: boolean | {
@@ -623,18 +624,18 @@ declare const VExpansionPanel: {
623
624
  collapseIcon: IconValue;
624
625
  expandIcon: IconValue;
625
626
  hideActions: boolean;
626
- focusable: boolean;
627
627
  }>;
628
628
  __isFragment?: undefined;
629
629
  __isTeleport?: undefined;
630
630
  __isSuspense?: undefined;
631
631
  } & vue.ComponentOptionsBase<{
632
632
  style: vue.StyleValue;
633
+ eager: boolean;
633
634
  disabled: boolean;
635
+ readonly: boolean;
634
636
  tag: string;
635
637
  static: boolean;
636
- eager: boolean;
637
- readonly: boolean;
638
+ focusable: boolean;
638
639
  tile: boolean;
639
640
  ripple: boolean | {
640
641
  class: string;
@@ -642,21 +643,20 @@ declare const VExpansionPanel: {
642
643
  collapseIcon: IconValue;
643
644
  expandIcon: IconValue;
644
645
  hideActions: boolean;
645
- focusable: boolean;
646
646
  } & {
647
- class?: any;
648
- title?: string | undefined;
649
- text?: string | undefined;
650
- value?: any;
651
- width?: string | number | undefined;
652
647
  height?: string | number | undefined;
648
+ width?: string | number | undefined;
653
649
  color?: string | undefined;
654
- rounded?: string | number | boolean | undefined;
655
650
  maxHeight?: string | number | undefined;
656
651
  maxWidth?: string | number | undefined;
657
652
  minHeight?: string | number | undefined;
658
653
  minWidth?: string | number | undefined;
654
+ value?: any;
655
+ title?: string | undefined;
656
+ text?: string | undefined;
657
+ class?: any;
659
658
  elevation?: string | number | undefined;
659
+ rounded?: string | number | boolean | undefined;
660
660
  selectedClass?: string | undefined;
661
661
  bgColor?: string | undefined;
662
662
  } & {
@@ -686,11 +686,12 @@ declare const VExpansionPanel: {
686
686
  }) => true;
687
687
  }, string, {
688
688
  style: vue.StyleValue;
689
+ eager: boolean;
689
690
  disabled: boolean;
691
+ readonly: boolean;
690
692
  tag: string;
691
693
  static: boolean;
692
- eager: boolean;
693
- readonly: boolean;
694
+ focusable: boolean;
694
695
  rounded: string | number | boolean;
695
696
  tile: boolean;
696
697
  ripple: boolean | {
@@ -699,7 +700,6 @@ declare const VExpansionPanel: {
699
700
  collapseIcon: IconValue;
700
701
  expandIcon: IconValue;
701
702
  hideActions: boolean;
702
- focusable: boolean;
703
703
  }, {}, string, vue.SlotsType<Partial<{
704
704
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
705
705
  [key: string]: any;
@@ -747,7 +747,7 @@ declare const VExpansionPanel: {
747
747
  default: string;
748
748
  };
749
749
  rounded: {
750
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
750
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
751
751
  default: undefined;
752
752
  };
753
753
  tile: BooleanConstructor;
@@ -798,7 +798,7 @@ declare const VExpansionPanel: {
798
798
  default: string;
799
799
  };
800
800
  rounded: {
801
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
801
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
802
802
  default: undefined;
803
803
  };
804
804
  tile: BooleanConstructor;
@@ -927,24 +927,24 @@ interface ExpansionPanelTitleSlot {
927
927
  declare const VExpansionPanelTitle: {
928
928
  new (...args: any[]): vue.CreateComponentPublicInstance<{
929
929
  style: vue.StyleValue;
930
- static: boolean;
931
930
  readonly: boolean;
931
+ static: boolean;
932
+ focusable: boolean;
932
933
  ripple: boolean | {
933
934
  class: string;
934
935
  } | undefined;
935
936
  collapseIcon: IconValue;
936
937
  expandIcon: IconValue;
937
938
  hideActions: boolean;
938
- focusable: boolean;
939
939
  } & {
940
- class?: any;
941
- width?: string | number | undefined;
942
940
  height?: string | number | undefined;
941
+ width?: string | number | undefined;
943
942
  color?: string | undefined;
944
943
  maxHeight?: string | number | undefined;
945
944
  maxWidth?: string | number | undefined;
946
945
  minHeight?: string | number | undefined;
947
946
  minWidth?: string | number | undefined;
947
+ class?: any;
948
948
  } & {
949
949
  $children?: vue.VNodeChild | {
950
950
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -959,24 +959,24 @@ declare const VExpansionPanelTitle: {
959
959
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
960
960
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
961
961
  style: vue.StyleValue;
962
- static: boolean;
963
962
  readonly: boolean;
963
+ static: boolean;
964
+ focusable: boolean;
964
965
  ripple: boolean | {
965
966
  class: string;
966
967
  } | undefined;
967
968
  collapseIcon: IconValue;
968
969
  expandIcon: IconValue;
969
970
  hideActions: boolean;
970
- focusable: boolean;
971
971
  } & {
972
- class?: any;
973
- width?: string | number | undefined;
974
972
  height?: string | number | undefined;
973
+ width?: string | number | undefined;
975
974
  color?: string | undefined;
976
975
  maxHeight?: string | number | undefined;
977
976
  maxWidth?: string | number | undefined;
978
977
  minHeight?: string | number | undefined;
979
978
  minWidth?: string | number | undefined;
979
+ class?: any;
980
980
  } & {
981
981
  $children?: vue.VNodeChild | {
982
982
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -991,15 +991,15 @@ declare const VExpansionPanelTitle: {
991
991
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
992
992
  }, {
993
993
  style: vue.StyleValue;
994
- static: boolean;
995
994
  readonly: boolean;
995
+ static: boolean;
996
+ focusable: boolean;
996
997
  ripple: boolean | {
997
998
  class: string;
998
999
  } | undefined;
999
1000
  collapseIcon: IconValue;
1000
1001
  expandIcon: IconValue;
1001
1002
  hideActions: boolean;
1002
- focusable: boolean;
1003
1003
  }, true, {}, vue.SlotsType<Partial<{
1004
1004
  default: (arg: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1005
1005
  [key: string]: any;
@@ -1016,24 +1016,24 @@ declare const VExpansionPanelTitle: {
1016
1016
  Defaults: {};
1017
1017
  }, {
1018
1018
  style: vue.StyleValue;
1019
- static: boolean;
1020
1019
  readonly: boolean;
1020
+ static: boolean;
1021
+ focusable: boolean;
1021
1022
  ripple: boolean | {
1022
1023
  class: string;
1023
1024
  } | undefined;
1024
1025
  collapseIcon: IconValue;
1025
1026
  expandIcon: IconValue;
1026
1027
  hideActions: boolean;
1027
- focusable: boolean;
1028
1028
  } & {
1029
- class?: any;
1030
- width?: string | number | undefined;
1031
1029
  height?: string | number | undefined;
1030
+ width?: string | number | undefined;
1032
1031
  color?: string | undefined;
1033
1032
  maxHeight?: string | number | undefined;
1034
1033
  maxWidth?: string | number | undefined;
1035
1034
  minHeight?: string | number | undefined;
1036
1035
  minWidth?: string | number | undefined;
1036
+ class?: any;
1037
1037
  } & {
1038
1038
  $children?: vue.VNodeChild | {
1039
1039
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -1048,39 +1048,39 @@ declare const VExpansionPanelTitle: {
1048
1048
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1049
1049
  }, {}, {}, {}, {}, {
1050
1050
  style: vue.StyleValue;
1051
- static: boolean;
1052
1051
  readonly: boolean;
1052
+ static: boolean;
1053
+ focusable: boolean;
1053
1054
  ripple: boolean | {
1054
1055
  class: string;
1055
1056
  } | undefined;
1056
1057
  collapseIcon: IconValue;
1057
1058
  expandIcon: IconValue;
1058
1059
  hideActions: boolean;
1059
- focusable: boolean;
1060
1060
  }>;
1061
1061
  __isFragment?: undefined;
1062
1062
  __isTeleport?: undefined;
1063
1063
  __isSuspense?: undefined;
1064
1064
  } & vue.ComponentOptionsBase<{
1065
1065
  style: vue.StyleValue;
1066
- static: boolean;
1067
1066
  readonly: boolean;
1067
+ static: boolean;
1068
+ focusable: boolean;
1068
1069
  ripple: boolean | {
1069
1070
  class: string;
1070
1071
  } | undefined;
1071
1072
  collapseIcon: IconValue;
1072
1073
  expandIcon: IconValue;
1073
1074
  hideActions: boolean;
1074
- focusable: boolean;
1075
1075
  } & {
1076
- class?: any;
1077
- width?: string | number | undefined;
1078
1076
  height?: string | number | undefined;
1077
+ width?: string | number | undefined;
1079
1078
  color?: string | undefined;
1080
1079
  maxHeight?: string | number | undefined;
1081
1080
  maxWidth?: string | number | undefined;
1082
1081
  minHeight?: string | number | undefined;
1083
1082
  minWidth?: string | number | undefined;
1083
+ class?: any;
1084
1084
  } & {
1085
1085
  $children?: vue.VNodeChild | {
1086
1086
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -1095,15 +1095,15 @@ declare const VExpansionPanelTitle: {
1095
1095
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1096
1096
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1097
1097
  style: vue.StyleValue;
1098
- static: boolean;
1099
1098
  readonly: boolean;
1099
+ static: boolean;
1100
+ focusable: boolean;
1100
1101
  ripple: boolean | {
1101
1102
  class: string;
1102
1103
  } | undefined;
1103
1104
  collapseIcon: IconValue;
1104
1105
  expandIcon: IconValue;
1105
1106
  hideActions: boolean;
1106
- focusable: boolean;
1107
1107
  }, {}, string, vue.SlotsType<Partial<{
1108
1108
  default: (arg: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1109
1109
  [key: string]: any;