vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -15,31 +15,31 @@ 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
- readonly: boolean;
23
- variant: "default" | "inset" | "accordion" | "popout";
24
- multiple: boolean;
26
+ focusable: boolean;
25
27
  tile: boolean;
26
- eager: boolean;
27
28
  ripple: boolean | {
28
29
  class: string;
29
30
  } | undefined;
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,31 +60,31 @@ 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
- readonly: boolean;
68
- variant: "default" | "inset" | "accordion" | "popout";
69
- multiple: boolean;
71
+ focusable: boolean;
70
72
  tile: boolean;
71
- eager: boolean;
72
73
  ripple: boolean | {
73
74
  class: string;
74
75
  } | undefined;
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,24 +100,24 @@ 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
- readonly: boolean;
111
+ focusable: boolean;
108
112
  modelValue: any;
109
113
  rounded: string | number | boolean;
110
- variant: "default" | "inset" | "accordion" | "popout";
111
- multiple: boolean;
112
114
  tile: boolean;
113
- eager: boolean;
114
115
  ripple: boolean | {
115
116
  class: string;
116
117
  } | undefined;
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,31 +131,31 @@ 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
- readonly: boolean;
139
- variant: "default" | "inset" | "accordion" | "popout";
140
- multiple: boolean;
142
+ focusable: boolean;
141
143
  tile: boolean;
142
- eager: boolean;
143
144
  ripple: boolean | {
144
145
  class: string;
145
146
  } | undefined;
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,55 +174,55 @@ 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
- readonly: boolean;
185
+ focusable: boolean;
182
186
  modelValue: any;
183
187
  rounded: string | number | boolean;
184
- variant: "default" | "inset" | "accordion" | "popout";
185
- multiple: boolean;
186
188
  tile: boolean;
187
- eager: boolean;
188
189
  ripple: boolean | {
189
190
  class: string;
190
191
  } | undefined;
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
- readonly: boolean;
206
- variant: "default" | "inset" | "accordion" | "popout";
207
- multiple: boolean;
209
+ focusable: boolean;
208
210
  tile: boolean;
209
- eager: boolean;
210
211
  ripple: boolean | {
211
212
  class: string;
212
213
  } | undefined;
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,24 +243,24 @@ 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
- readonly: boolean;
254
+ focusable: boolean;
251
255
  modelValue: any;
252
256
  rounded: string | number | boolean;
253
- variant: "default" | "inset" | "accordion" | "popout";
254
- multiple: boolean;
255
257
  tile: boolean;
256
- eager: boolean;
257
258
  ripple: boolean | {
258
259
  class: string;
259
260
  } | undefined;
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
- readonly: BooleanConstructor;
287
- rounded: {
288
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
289
- default: undefined;
290
- };
291
- tile: BooleanConstructor;
292
285
  eager: BooleanConstructor;
286
+ readonly: 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
- readonly: BooleanConstructor;
343
- rounded: {
344
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
345
- default: undefined;
346
- };
347
- tile: BooleanConstructor;
348
341
  eager: BooleanConstructor;
342
+ readonly: 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,27 +419,33 @@ 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
- readonly: boolean;
427
+ focusable: boolean;
426
428
  tile: boolean;
427
- eager: boolean;
428
429
  ripple: boolean | {
429
430
  class: string;
430
431
  } | undefined;
431
432
  collapseIcon: IconValue;
432
433
  expandIcon: IconValue;
433
434
  hideActions: boolean;
434
- focusable: boolean;
435
435
  } & {
436
- class?: any;
436
+ height?: string | number | undefined;
437
+ width?: string | number | undefined;
438
+ color?: string | undefined;
439
+ maxHeight?: string | number | undefined;
440
+ maxWidth?: string | number | undefined;
441
+ minHeight?: string | number | undefined;
442
+ minWidth?: string | number | undefined;
443
+ value?: any;
437
444
  title?: string | undefined;
438
445
  text?: string | undefined;
439
- value?: any;
440
- color?: string | undefined;
441
- rounded?: string | number | boolean | undefined;
446
+ class?: any;
442
447
  elevation?: string | number | undefined;
448
+ rounded?: string | number | boolean | undefined;
443
449
  selectedClass?: string | undefined;
444
450
  bgColor?: string | undefined;
445
451
  } & {
@@ -469,27 +475,33 @@ declare const VExpansionPanel: {
469
475
  }) => true;
470
476
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
471
477
  style: vue.StyleValue;
478
+ eager: boolean;
472
479
  disabled: boolean;
480
+ readonly: boolean;
473
481
  tag: string;
474
482
  static: boolean;
475
- readonly: boolean;
483
+ focusable: boolean;
476
484
  tile: boolean;
477
- eager: boolean;
478
485
  ripple: boolean | {
479
486
  class: string;
480
487
  } | undefined;
481
488
  collapseIcon: IconValue;
482
489
  expandIcon: IconValue;
483
490
  hideActions: boolean;
484
- focusable: boolean;
485
491
  } & {
486
- class?: any;
492
+ height?: string | number | undefined;
493
+ width?: string | number | undefined;
494
+ color?: string | undefined;
495
+ maxHeight?: string | number | undefined;
496
+ maxWidth?: string | number | undefined;
497
+ minHeight?: string | number | undefined;
498
+ minWidth?: string | number | undefined;
499
+ value?: any;
487
500
  title?: string | undefined;
488
501
  text?: string | undefined;
489
- value?: any;
490
- color?: string | undefined;
491
- rounded?: string | number | boolean | undefined;
502
+ class?: any;
492
503
  elevation?: string | number | undefined;
504
+ rounded?: string | number | boolean | undefined;
493
505
  selectedClass?: string | undefined;
494
506
  bgColor?: string | undefined;
495
507
  } & {
@@ -513,20 +525,20 @@ declare const VExpansionPanel: {
513
525
  }) => any) | undefined;
514
526
  }, {
515
527
  style: vue.StyleValue;
528
+ eager: boolean;
516
529
  disabled: boolean;
530
+ readonly: boolean;
517
531
  tag: string;
518
532
  static: boolean;
519
- readonly: boolean;
533
+ focusable: boolean;
520
534
  rounded: string | number | boolean;
521
535
  tile: boolean;
522
- eager: boolean;
523
536
  ripple: boolean | {
524
537
  class: string;
525
538
  } | undefined;
526
539
  collapseIcon: IconValue;
527
540
  expandIcon: IconValue;
528
541
  hideActions: boolean;
529
- focusable: boolean;
530
542
  }, true, {}, vue.SlotsType<Partial<{
531
543
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
532
544
  [key: string]: any;
@@ -546,27 +558,33 @@ declare const VExpansionPanel: {
546
558
  Defaults: {};
547
559
  }, {
548
560
  style: vue.StyleValue;
561
+ eager: boolean;
549
562
  disabled: boolean;
563
+ readonly: boolean;
550
564
  tag: string;
551
565
  static: boolean;
552
- readonly: boolean;
566
+ focusable: boolean;
553
567
  tile: boolean;
554
- eager: boolean;
555
568
  ripple: boolean | {
556
569
  class: string;
557
570
  } | undefined;
558
571
  collapseIcon: IconValue;
559
572
  expandIcon: IconValue;
560
573
  hideActions: boolean;
561
- focusable: boolean;
562
574
  } & {
563
- class?: any;
575
+ height?: string | number | undefined;
576
+ width?: string | number | undefined;
577
+ color?: string | undefined;
578
+ maxHeight?: string | number | undefined;
579
+ maxWidth?: string | number | undefined;
580
+ minHeight?: string | number | undefined;
581
+ minWidth?: string | number | undefined;
582
+ value?: any;
564
583
  title?: string | undefined;
565
584
  text?: string | undefined;
566
- value?: any;
567
- color?: string | undefined;
568
- rounded?: string | number | boolean | undefined;
585
+ class?: any;
569
586
  elevation?: string | number | undefined;
587
+ rounded?: string | number | boolean | undefined;
570
588
  selectedClass?: string | undefined;
571
589
  bgColor?: string | undefined;
572
590
  } & {
@@ -592,47 +610,53 @@ declare const VExpansionPanel: {
592
610
  groupItem: GroupItemProvide;
593
611
  }, {}, {}, {}, {
594
612
  style: vue.StyleValue;
613
+ eager: boolean;
595
614
  disabled: boolean;
615
+ readonly: boolean;
596
616
  tag: string;
597
617
  static: boolean;
598
- readonly: boolean;
618
+ focusable: boolean;
599
619
  rounded: string | number | boolean;
600
620
  tile: boolean;
601
- eager: boolean;
602
621
  ripple: boolean | {
603
622
  class: string;
604
623
  } | undefined;
605
624
  collapseIcon: IconValue;
606
625
  expandIcon: IconValue;
607
626
  hideActions: boolean;
608
- focusable: boolean;
609
627
  }>;
610
628
  __isFragment?: undefined;
611
629
  __isTeleport?: undefined;
612
630
  __isSuspense?: undefined;
613
631
  } & vue.ComponentOptionsBase<{
614
632
  style: vue.StyleValue;
633
+ eager: boolean;
615
634
  disabled: boolean;
635
+ readonly: boolean;
616
636
  tag: string;
617
637
  static: boolean;
618
- readonly: boolean;
638
+ focusable: boolean;
619
639
  tile: boolean;
620
- eager: boolean;
621
640
  ripple: boolean | {
622
641
  class: string;
623
642
  } | undefined;
624
643
  collapseIcon: IconValue;
625
644
  expandIcon: IconValue;
626
645
  hideActions: boolean;
627
- focusable: boolean;
628
646
  } & {
629
- class?: any;
647
+ height?: string | number | undefined;
648
+ width?: string | number | undefined;
649
+ color?: string | undefined;
650
+ maxHeight?: string | number | undefined;
651
+ maxWidth?: string | number | undefined;
652
+ minHeight?: string | number | undefined;
653
+ minWidth?: string | number | undefined;
654
+ value?: any;
630
655
  title?: string | undefined;
631
656
  text?: string | undefined;
632
- value?: any;
633
- color?: string | undefined;
634
- rounded?: string | number | boolean | undefined;
657
+ class?: any;
635
658
  elevation?: string | number | undefined;
659
+ rounded?: string | number | boolean | undefined;
636
660
  selectedClass?: string | undefined;
637
661
  bgColor?: string | undefined;
638
662
  } & {
@@ -662,20 +686,20 @@ declare const VExpansionPanel: {
662
686
  }) => true;
663
687
  }, string, {
664
688
  style: vue.StyleValue;
689
+ eager: boolean;
665
690
  disabled: boolean;
691
+ readonly: boolean;
666
692
  tag: string;
667
693
  static: boolean;
668
- readonly: boolean;
694
+ focusable: boolean;
669
695
  rounded: string | number | boolean;
670
696
  tile: boolean;
671
- eager: boolean;
672
697
  ripple: boolean | {
673
698
  class: string;
674
699
  } | undefined;
675
700
  collapseIcon: IconValue;
676
701
  expandIcon: IconValue;
677
702
  hideActions: boolean;
678
- focusable: boolean;
679
703
  }, {}, string, vue.SlotsType<Partial<{
680
704
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
681
705
  [key: string]: any;
@@ -693,6 +717,12 @@ declare const VExpansionPanel: {
693
717
  type: vue.PropType<vue.StyleValue>;
694
718
  default: null;
695
719
  };
720
+ height: (StringConstructor | NumberConstructor)[];
721
+ maxHeight: (StringConstructor | NumberConstructor)[];
722
+ maxWidth: (StringConstructor | NumberConstructor)[];
723
+ minHeight: (StringConstructor | NumberConstructor)[];
724
+ minWidth: (StringConstructor | NumberConstructor)[];
725
+ width: (StringConstructor | NumberConstructor)[];
696
726
  color: StringConstructor;
697
727
  expandIcon: {
698
728
  type: vue.PropType<IconValue>;
@@ -717,7 +747,7 @@ declare const VExpansionPanel: {
717
747
  default: string;
718
748
  };
719
749
  rounded: {
720
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
750
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
721
751
  default: undefined;
722
752
  };
723
753
  tile: BooleanConstructor;
@@ -738,6 +768,12 @@ declare const VExpansionPanel: {
738
768
  type: vue.PropType<vue.StyleValue>;
739
769
  default: null;
740
770
  };
771
+ height: (StringConstructor | NumberConstructor)[];
772
+ maxHeight: (StringConstructor | NumberConstructor)[];
773
+ maxWidth: (StringConstructor | NumberConstructor)[];
774
+ minHeight: (StringConstructor | NumberConstructor)[];
775
+ minWidth: (StringConstructor | NumberConstructor)[];
776
+ width: (StringConstructor | NumberConstructor)[];
741
777
  color: StringConstructor;
742
778
  expandIcon: {
743
779
  type: vue.PropType<IconValue>;
@@ -762,7 +798,7 @@ declare const VExpansionPanel: {
762
798
  default: string;
763
799
  };
764
800
  rounded: {
765
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
801
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
766
802
  default: undefined;
767
803
  };
768
804
  tile: BooleanConstructor;
@@ -891,18 +927,24 @@ interface ExpansionPanelTitleSlot {
891
927
  declare const VExpansionPanelTitle: {
892
928
  new (...args: any[]): vue.CreateComponentPublicInstance<{
893
929
  style: vue.StyleValue;
894
- static: boolean;
895
930
  readonly: boolean;
931
+ static: boolean;
932
+ focusable: boolean;
896
933
  ripple: boolean | {
897
934
  class: string;
898
935
  } | undefined;
899
936
  collapseIcon: IconValue;
900
937
  expandIcon: IconValue;
901
938
  hideActions: boolean;
902
- focusable: boolean;
903
939
  } & {
904
- class?: any;
940
+ height?: string | number | undefined;
941
+ width?: string | number | undefined;
905
942
  color?: string | undefined;
943
+ maxHeight?: string | number | undefined;
944
+ maxWidth?: string | number | undefined;
945
+ minHeight?: string | number | undefined;
946
+ minWidth?: string | number | undefined;
947
+ class?: any;
906
948
  } & {
907
949
  $children?: vue.VNodeChild | {
908
950
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -917,18 +959,24 @@ declare const VExpansionPanelTitle: {
917
959
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
918
960
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
919
961
  style: vue.StyleValue;
920
- static: boolean;
921
962
  readonly: boolean;
963
+ static: boolean;
964
+ focusable: boolean;
922
965
  ripple: boolean | {
923
966
  class: string;
924
967
  } | undefined;
925
968
  collapseIcon: IconValue;
926
969
  expandIcon: IconValue;
927
970
  hideActions: boolean;
928
- focusable: boolean;
929
971
  } & {
930
- class?: any;
972
+ height?: string | number | undefined;
973
+ width?: string | number | undefined;
931
974
  color?: string | undefined;
975
+ maxHeight?: string | number | undefined;
976
+ maxWidth?: string | number | undefined;
977
+ minHeight?: string | number | undefined;
978
+ minWidth?: string | number | undefined;
979
+ class?: any;
932
980
  } & {
933
981
  $children?: vue.VNodeChild | {
934
982
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -943,15 +991,15 @@ declare const VExpansionPanelTitle: {
943
991
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
944
992
  }, {
945
993
  style: vue.StyleValue;
946
- static: boolean;
947
994
  readonly: boolean;
995
+ static: boolean;
996
+ focusable: boolean;
948
997
  ripple: boolean | {
949
998
  class: string;
950
999
  } | undefined;
951
1000
  collapseIcon: IconValue;
952
1001
  expandIcon: IconValue;
953
1002
  hideActions: boolean;
954
- focusable: boolean;
955
1003
  }, true, {}, vue.SlotsType<Partial<{
956
1004
  default: (arg: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
957
1005
  [key: string]: any;
@@ -968,18 +1016,24 @@ declare const VExpansionPanelTitle: {
968
1016
  Defaults: {};
969
1017
  }, {
970
1018
  style: vue.StyleValue;
971
- static: boolean;
972
1019
  readonly: boolean;
1020
+ static: boolean;
1021
+ focusable: boolean;
973
1022
  ripple: boolean | {
974
1023
  class: string;
975
1024
  } | undefined;
976
1025
  collapseIcon: IconValue;
977
1026
  expandIcon: IconValue;
978
1027
  hideActions: boolean;
979
- focusable: boolean;
980
1028
  } & {
981
- class?: any;
1029
+ height?: string | number | undefined;
1030
+ width?: string | number | undefined;
982
1031
  color?: string | undefined;
1032
+ maxHeight?: string | number | undefined;
1033
+ maxWidth?: string | number | undefined;
1034
+ minHeight?: string | number | undefined;
1035
+ minWidth?: string | number | undefined;
1036
+ class?: any;
983
1037
  } & {
984
1038
  $children?: vue.VNodeChild | {
985
1039
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -994,33 +1048,39 @@ declare const VExpansionPanelTitle: {
994
1048
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
995
1049
  }, {}, {}, {}, {}, {
996
1050
  style: vue.StyleValue;
997
- static: boolean;
998
1051
  readonly: boolean;
1052
+ static: boolean;
1053
+ focusable: boolean;
999
1054
  ripple: boolean | {
1000
1055
  class: string;
1001
1056
  } | undefined;
1002
1057
  collapseIcon: IconValue;
1003
1058
  expandIcon: IconValue;
1004
1059
  hideActions: boolean;
1005
- focusable: boolean;
1006
1060
  }>;
1007
1061
  __isFragment?: undefined;
1008
1062
  __isTeleport?: undefined;
1009
1063
  __isSuspense?: undefined;
1010
1064
  } & vue.ComponentOptionsBase<{
1011
1065
  style: vue.StyleValue;
1012
- static: boolean;
1013
1066
  readonly: boolean;
1067
+ static: boolean;
1068
+ focusable: boolean;
1014
1069
  ripple: boolean | {
1015
1070
  class: string;
1016
1071
  } | undefined;
1017
1072
  collapseIcon: IconValue;
1018
1073
  expandIcon: IconValue;
1019
1074
  hideActions: boolean;
1020
- focusable: boolean;
1021
1075
  } & {
1022
- class?: any;
1076
+ height?: string | number | undefined;
1077
+ width?: string | number | undefined;
1023
1078
  color?: string | undefined;
1079
+ maxHeight?: string | number | undefined;
1080
+ maxWidth?: string | number | undefined;
1081
+ minHeight?: string | number | undefined;
1082
+ minWidth?: string | number | undefined;
1083
+ class?: any;
1024
1084
  } & {
1025
1085
  $children?: vue.VNodeChild | {
1026
1086
  default?: ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
@@ -1035,15 +1095,15 @@ declare const VExpansionPanelTitle: {
1035
1095
  "v-slot:actions"?: false | ((arg: ExpansionPanelTitleSlot) => vue.VNodeChild) | undefined;
1036
1096
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1037
1097
  style: vue.StyleValue;
1038
- static: boolean;
1039
1098
  readonly: boolean;
1099
+ static: boolean;
1100
+ focusable: boolean;
1040
1101
  ripple: boolean | {
1041
1102
  class: string;
1042
1103
  } | undefined;
1043
1104
  collapseIcon: IconValue;
1044
1105
  expandIcon: IconValue;
1045
1106
  hideActions: boolean;
1046
- focusable: boolean;
1047
1107
  }, {}, string, vue.SlotsType<Partial<{
1048
1108
  default: (arg: ExpansionPanelTitleSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1049
1109
  [key: string]: any;
@@ -1052,6 +1112,12 @@ declare const VExpansionPanelTitle: {
1052
1112
  [key: string]: any;
1053
1113
  }>[];
1054
1114
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1115
+ height: (StringConstructor | NumberConstructor)[];
1116
+ maxHeight: (StringConstructor | NumberConstructor)[];
1117
+ maxWidth: (StringConstructor | NumberConstructor)[];
1118
+ minHeight: (StringConstructor | NumberConstructor)[];
1119
+ minWidth: (StringConstructor | NumberConstructor)[];
1120
+ width: (StringConstructor | NumberConstructor)[];
1055
1121
  class: PropType<any>;
1056
1122
  style: {
1057
1123
  type: PropType<vue.StyleValue>;
@@ -1077,6 +1143,12 @@ declare const VExpansionPanelTitle: {
1077
1143
  };
1078
1144
  readonly: BooleanConstructor;
1079
1145
  }, vue.ExtractPropTypes<{
1146
+ height: (StringConstructor | NumberConstructor)[];
1147
+ maxHeight: (StringConstructor | NumberConstructor)[];
1148
+ maxWidth: (StringConstructor | NumberConstructor)[];
1149
+ minHeight: (StringConstructor | NumberConstructor)[];
1150
+ minWidth: (StringConstructor | NumberConstructor)[];
1151
+ width: (StringConstructor | NumberConstructor)[];
1080
1152
  class: PropType<any>;
1081
1153
  style: {
1082
1154
  type: PropType<vue.StyleValue>;