@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -1,6 +1,8 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
3
3
 
4
+ type ClassValue = any;
5
+
4
6
  type Density = null | 'default' | 'comfortable' | 'compact';
5
7
 
6
8
  declare const block: readonly ["top", "bottom"];
@@ -13,6 +15,9 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
13
15
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
14
16
  }
15
17
 
18
+ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
19
+ type Variant = typeof allowedVariants[number];
20
+
16
21
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
17
22
  declare const IconValue: PropType<IconValue>;
18
23
 
@@ -20,7 +25,7 @@ declare const allowedTypes: readonly ["success", "info", "warning", "error"];
20
25
  type ContextualType = typeof allowedTypes[number];
21
26
  declare const VAlert: {
22
27
  new (...args: any[]): vue.CreateComponentPublicInstance<{
23
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
28
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
24
29
  style: vue.StyleValue;
25
30
  tag: string;
26
31
  icon: false | IconValue;
@@ -33,7 +38,7 @@ declare const VAlert: {
33
38
  closeLabel: string;
34
39
  } & {
35
40
  type?: "error" | "success" | "warning" | "info" | undefined;
36
- location?: Anchor | undefined;
41
+ location?: Anchor | null | undefined;
37
42
  height?: string | number | undefined;
38
43
  width?: string | number | undefined;
39
44
  border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
@@ -87,7 +92,7 @@ declare const VAlert: {
87
92
  'click:close': (e: MouseEvent) => true;
88
93
  'update:modelValue': (value: boolean) => true;
89
94
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
90
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
95
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
91
96
  style: vue.StyleValue;
92
97
  tag: string;
93
98
  icon: false | IconValue;
@@ -100,7 +105,7 @@ declare const VAlert: {
100
105
  closeLabel: string;
101
106
  } & {
102
107
  type?: "error" | "success" | "warning" | "info" | undefined;
103
- location?: Anchor | undefined;
108
+ location?: Anchor | null | undefined;
104
109
  height?: string | number | undefined;
105
110
  width?: string | number | undefined;
106
111
  border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
@@ -151,7 +156,7 @@ declare const VAlert: {
151
156
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
152
157
  "onClick:close"?: ((e: MouseEvent) => any) | undefined;
153
158
  }, {
154
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
159
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
155
160
  style: vue.StyleValue;
156
161
  tag: string;
157
162
  icon: false | IconValue;
@@ -164,26 +169,14 @@ declare const VAlert: {
164
169
  closeIcon: IconValue;
165
170
  closeLabel: string;
166
171
  }, true, {}, vue.SlotsType<Partial<{
167
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
168
- [key: string]: any;
169
- }>[];
170
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
171
- [key: string]: any;
172
- }>[];
173
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
174
- [key: string]: any;
175
- }>[];
176
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
177
- [key: string]: any;
178
- }>[];
179
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
180
- [key: string]: any;
181
- }>[];
172
+ default: () => vue.VNode[];
173
+ prepend: () => vue.VNode[];
174
+ title: () => vue.VNode[];
175
+ text: () => vue.VNode[];
176
+ append: () => vue.VNode[];
182
177
  close: (arg: {
183
178
  props: Record<string, any>;
184
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
185
- [key: string]: any;
186
- }>[];
179
+ }) => vue.VNode[];
187
180
  }>>, {
188
181
  P: {};
189
182
  B: {};
@@ -192,7 +185,7 @@ declare const VAlert: {
192
185
  M: {};
193
186
  Defaults: {};
194
187
  }, {
195
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
188
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
196
189
  style: vue.StyleValue;
197
190
  tag: string;
198
191
  icon: false | IconValue;
@@ -205,7 +198,7 @@ declare const VAlert: {
205
198
  closeLabel: string;
206
199
  } & {
207
200
  type?: "error" | "success" | "warning" | "info" | undefined;
208
- location?: Anchor | undefined;
201
+ location?: Anchor | null | undefined;
209
202
  height?: string | number | undefined;
210
203
  width?: string | number | undefined;
211
204
  border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
@@ -256,7 +249,7 @@ declare const VAlert: {
256
249
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
257
250
  "onClick:close"?: ((e: MouseEvent) => any) | undefined;
258
251
  }, () => false | JSX.Element, {}, {}, {}, {
259
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
252
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
260
253
  style: vue.StyleValue;
261
254
  tag: string;
262
255
  icon: false | IconValue;
@@ -269,11 +262,11 @@ declare const VAlert: {
269
262
  closeIcon: IconValue;
270
263
  closeLabel: string;
271
264
  }>;
272
- __isFragment?: undefined;
273
- __isTeleport?: undefined;
274
- __isSuspense?: undefined;
265
+ __isFragment?: never;
266
+ __isTeleport?: never;
267
+ __isSuspense?: never;
275
268
  } & vue.ComponentOptionsBase<{
276
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
269
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
277
270
  style: vue.StyleValue;
278
271
  tag: string;
279
272
  icon: false | IconValue;
@@ -286,7 +279,7 @@ declare const VAlert: {
286
279
  closeLabel: string;
287
280
  } & {
288
281
  type?: "error" | "success" | "warning" | "info" | undefined;
289
- location?: Anchor | undefined;
282
+ location?: Anchor | null | undefined;
290
283
  height?: string | number | undefined;
291
284
  width?: string | number | undefined;
292
285
  border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
@@ -340,7 +333,7 @@ declare const VAlert: {
340
333
  'click:close': (e: MouseEvent) => true;
341
334
  'update:modelValue': (value: boolean) => true;
342
335
  }, string, {
343
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
336
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
344
337
  style: vue.StyleValue;
345
338
  tag: string;
346
339
  icon: false | IconValue;
@@ -353,34 +346,22 @@ declare const VAlert: {
353
346
  closeIcon: IconValue;
354
347
  closeLabel: string;
355
348
  }, {}, string, vue.SlotsType<Partial<{
356
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
357
- [key: string]: any;
358
- }>[];
359
- prepend: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
360
- [key: string]: any;
361
- }>[];
362
- title: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
363
- [key: string]: any;
364
- }>[];
365
- text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
366
- [key: string]: any;
367
- }>[];
368
- append: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
369
- [key: string]: any;
370
- }>[];
349
+ default: () => vue.VNode[];
350
+ prepend: () => vue.VNode[];
351
+ title: () => vue.VNode[];
352
+ text: () => vue.VNode[];
353
+ append: () => vue.VNode[];
371
354
  close: (arg: {
372
355
  props: Record<string, any>;
373
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
374
- [key: string]: any;
375
- }>[];
356
+ }) => vue.VNode[];
376
357
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
377
358
  color: StringConstructor;
378
359
  variant: Omit<{
379
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
360
+ type: PropType<Variant>;
380
361
  default: string;
381
362
  validator: (v: any) => boolean;
382
363
  }, "type" | "default"> & {
383
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
364
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
384
365
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
385
366
  };
386
367
  theme: StringConstructor;
@@ -397,7 +378,7 @@ declare const VAlert: {
397
378
  type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
398
379
  validator: (v: any) => boolean;
399
380
  };
400
- location: PropType<Anchor>;
381
+ location: PropType<Anchor | null>;
401
382
  elevation: {
402
383
  type: (StringConstructor | NumberConstructor)[];
403
384
  validator(v: any): boolean;
@@ -413,13 +394,13 @@ declare const VAlert: {
413
394
  default: string;
414
395
  validator: (v: any) => boolean;
415
396
  };
416
- class: PropType<any>;
397
+ class: PropType<ClassValue>;
417
398
  style: {
418
399
  type: PropType<vue.StyleValue>;
419
400
  default: null;
420
401
  };
421
402
  border: {
422
- type: PropType<boolean | "end" | "start" | "top" | "bottom">;
403
+ type: PropType<boolean | "top" | "end" | "bottom" | "start">;
423
404
  validator: (val: boolean | string) => boolean;
424
405
  };
425
406
  borderColor: StringConstructor;
@@ -444,17 +425,17 @@ declare const VAlert: {
444
425
  title: StringConstructor;
445
426
  text: StringConstructor;
446
427
  type: {
447
- type: PropType<"error" | "success" | "warning" | "info">;
428
+ type: PropType<ContextualType>;
448
429
  validator: (val: ContextualType) => boolean;
449
430
  };
450
431
  }, vue.ExtractPropTypes<{
451
432
  color: StringConstructor;
452
433
  variant: Omit<{
453
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
434
+ type: PropType<Variant>;
454
435
  default: string;
455
436
  validator: (v: any) => boolean;
456
437
  }, "type" | "default"> & {
457
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
438
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
458
439
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
459
440
  };
460
441
  theme: StringConstructor;
@@ -471,7 +452,7 @@ declare const VAlert: {
471
452
  type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
472
453
  validator: (v: any) => boolean;
473
454
  };
474
- location: PropType<Anchor>;
455
+ location: PropType<Anchor | null>;
475
456
  elevation: {
476
457
  type: (StringConstructor | NumberConstructor)[];
477
458
  validator(v: any): boolean;
@@ -487,13 +468,13 @@ declare const VAlert: {
487
468
  default: string;
488
469
  validator: (v: any) => boolean;
489
470
  };
490
- class: PropType<any>;
471
+ class: PropType<ClassValue>;
491
472
  style: {
492
473
  type: PropType<vue.StyleValue>;
493
474
  default: null;
494
475
  };
495
476
  border: {
496
- type: PropType<boolean | "end" | "start" | "top" | "bottom">;
477
+ type: PropType<boolean | "top" | "end" | "bottom" | "start">;
497
478
  validator: (val: boolean | string) => boolean;
498
479
  };
499
480
  borderColor: StringConstructor;
@@ -518,7 +499,7 @@ declare const VAlert: {
518
499
  title: StringConstructor;
519
500
  text: StringConstructor;
520
501
  type: {
521
- type: PropType<"error" | "success" | "warning" | "info">;
502
+ type: PropType<ContextualType>;
522
503
  validator: (val: ContextualType) => boolean;
523
504
  };
524
505
  }>>;
@@ -559,9 +540,7 @@ declare const VAlertTitle: {
559
540
  style: vue.StyleValue;
560
541
  tag: string;
561
542
  }, true, {}, vue.SlotsType<Partial<{
562
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
563
- [key: string]: any;
564
- }>[];
543
+ default: () => vue.VNode[];
565
544
  }>>, {
566
545
  P: {};
567
546
  B: {};
@@ -589,9 +568,9 @@ declare const VAlertTitle: {
589
568
  style: vue.StyleValue;
590
569
  tag: string;
591
570
  }>;
592
- __isFragment?: undefined;
593
- __isTeleport?: undefined;
594
- __isSuspense?: undefined;
571
+ __isFragment?: never;
572
+ __isTeleport?: never;
573
+ __isSuspense?: never;
595
574
  } & vue.ComponentOptionsBase<{
596
575
  style: vue.StyleValue;
597
576
  tag: string;
@@ -612,11 +591,9 @@ declare const VAlertTitle: {
612
591
  style: vue.StyleValue;
613
592
  tag: string;
614
593
  }, {}, string, vue.SlotsType<Partial<{
615
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
616
- [key: string]: any;
617
- }>[];
594
+ default: () => vue.VNode[];
618
595
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
619
- class: vue.PropType<any>;
596
+ class: vue.PropType<ClassValue>;
620
597
  style: {
621
598
  type: vue.PropType<vue.StyleValue>;
622
599
  default: null;
@@ -626,7 +603,7 @@ declare const VAlertTitle: {
626
603
  default: string;
627
604
  };
628
605
  }, vue.ExtractPropTypes<{
629
- class: vue.PropType<any>;
606
+ class: vue.PropType<ClassValue>;
630
607
  style: {
631
608
  type: vue.PropType<vue.StyleValue>;
632
609
  default: null;
@@ -47,6 +47,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
47
47
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
48
48
  }
49
49
 
50
+ type ClassValue = any;
51
+
50
52
  type Position = 'top' | 'left' | 'right' | 'bottom';
51
53
 
52
54
  declare const VApp: {
@@ -106,9 +108,7 @@ declare const VApp: {
106
108
  style: vue.StyleValue;
107
109
  fullHeight: boolean;
108
110
  }, true, {}, vue.SlotsType<Partial<{
109
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
110
- [key: string]: any;
111
- }>[];
111
+ default: () => vue.VNode[];
112
112
  }>>, {
113
113
  P: {};
114
114
  B: {};
@@ -156,9 +156,9 @@ declare const VApp: {
156
156
  style: vue.StyleValue;
157
157
  fullHeight: boolean;
158
158
  }>;
159
- __isFragment?: undefined;
160
- __isTeleport?: undefined;
161
- __isSuspense?: undefined;
159
+ __isFragment?: never;
160
+ __isTeleport?: never;
161
+ __isSuspense?: never;
162
162
  } & vue.ComponentOptionsBase<{
163
163
  style: vue.StyleValue;
164
164
  fullHeight: boolean;
@@ -199,9 +199,7 @@ declare const VApp: {
199
199
  style: vue.StyleValue;
200
200
  fullHeight: boolean;
201
201
  }, {}, string, vue.SlotsType<Partial<{
202
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
203
- [key: string]: any;
204
- }>[];
202
+ default: () => vue.VNode[];
205
203
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
206
204
  theme: StringConstructor;
207
205
  overlaps: vue.Prop<string[]>;
@@ -209,7 +207,7 @@ declare const VApp: {
209
207
  type: vue.PropType<boolean>;
210
208
  default: boolean;
211
209
  };
212
- class: vue.PropType<any>;
210
+ class: vue.PropType<ClassValue>;
213
211
  style: {
214
212
  type: vue.PropType<vue.StyleValue>;
215
213
  default: null;
@@ -221,7 +219,7 @@ declare const VApp: {
221
219
  type: vue.PropType<boolean>;
222
220
  default: boolean;
223
221
  };
224
- class: vue.PropType<any>;
222
+ class: vue.PropType<ClassValue>;
225
223
  style: {
226
224
  type: vue.PropType<vue.StyleValue>;
227
225
  default: null;