vuetify 3.6.5 → 3.6.6

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 (51) hide show
  1. package/dist/json/importMap-labs.json +22 -22
  2. package/dist/json/importMap.json +168 -168
  3. package/dist/json/web-types.json +7 -7
  4. package/dist/vuetify-labs.css +1919 -2135
  5. package/dist/vuetify-labs.d.ts +61 -37
  6. package/dist/vuetify-labs.esm.js +43 -25
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +43 -25
  9. package/dist/vuetify-labs.min.css +3 -3
  10. package/dist/vuetify.css +1163 -1379
  11. package/dist/vuetify.d.ts +117 -93
  12. package/dist/vuetify.esm.js +15 -9
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +15 -9
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +3 -3
  17. package/dist/vuetify.min.js +18 -17
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VBanner/VBanner.mjs +3 -1
  20. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  21. package/lib/components/VBanner/index.d.mts +15 -9
  22. package/lib/components/VChipGroup/index.d.mts +15 -9
  23. package/lib/components/VMenu/VMenu.mjs +2 -1
  24. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  25. package/lib/components/VSelect/VSelect.mjs +1 -1
  26. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  27. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  28. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  29. package/lib/components/VSlideGroup/index.d.mts +15 -9
  30. package/lib/components/VSwitch/VSwitch.css +44 -0
  31. package/lib/components/VSwitch/VSwitch.mjs +4 -3
  32. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  33. package/lib/components/VSwitch/VSwitch.sass +55 -0
  34. package/lib/components/VTabs/index.d.mts +15 -9
  35. package/lib/components/index.d.mts +60 -36
  36. package/lib/entry-bundler.mjs +1 -1
  37. package/lib/framework.mjs +1 -1
  38. package/lib/index.d.mts +57 -57
  39. package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
  40. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  41. package/lib/labs/VNumberInput/index.d.mts +1 -1
  42. package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
  43. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  44. package/lib/labs/components.d.mts +1 -1
  45. package/lib/locale/de.mjs +4 -4
  46. package/lib/locale/de.mjs.map +1 -1
  47. package/lib/locale/hu.mjs +18 -18
  48. package/lib/locale/hu.mjs.map +1 -1
  49. package/lib/styles/generic/_colors.scss +0 -1
  50. package/lib/styles/main.css +0 -260
  51. package/package.json +2 -2
@@ -9095,7 +9095,7 @@ declare const VBanner: {
9095
9095
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9096
9096
  style: vue.StyleValue;
9097
9097
  tag: string;
9098
- mobile: boolean | null;
9098
+ mobile: NonNullable<boolean | null> | null;
9099
9099
  sticky: boolean;
9100
9100
  tile: boolean;
9101
9101
  density: Density;
@@ -9142,7 +9142,7 @@ declare const VBanner: {
9142
9142
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9143
9143
  style: vue.StyleValue;
9144
9144
  tag: string;
9145
- mobile: boolean | null;
9145
+ mobile: NonNullable<boolean | null> | null;
9146
9146
  sticky: boolean;
9147
9147
  tile: boolean;
9148
9148
  density: Density;
@@ -9189,7 +9189,7 @@ declare const VBanner: {
9189
9189
  }, {
9190
9190
  style: vue.StyleValue;
9191
9191
  tag: string;
9192
- mobile: boolean | null;
9192
+ mobile: NonNullable<boolean | null> | null;
9193
9193
  sticky: boolean;
9194
9194
  rounded: string | number | boolean;
9195
9195
  tile: boolean;
@@ -9218,7 +9218,7 @@ declare const VBanner: {
9218
9218
  }, {
9219
9219
  style: vue.StyleValue;
9220
9220
  tag: string;
9221
- mobile: boolean | null;
9221
+ mobile: NonNullable<boolean | null> | null;
9222
9222
  sticky: boolean;
9223
9223
  tile: boolean;
9224
9224
  density: Density;
@@ -9265,7 +9265,7 @@ declare const VBanner: {
9265
9265
  }, {}, {}, {}, {}, {
9266
9266
  style: vue.StyleValue;
9267
9267
  tag: string;
9268
- mobile: boolean | null;
9268
+ mobile: NonNullable<boolean | null> | null;
9269
9269
  sticky: boolean;
9270
9270
  rounded: string | number | boolean;
9271
9271
  tile: boolean;
@@ -9278,7 +9278,7 @@ declare const VBanner: {
9278
9278
  } & vue.ComponentOptionsBase<{
9279
9279
  style: vue.StyleValue;
9280
9280
  tag: string;
9281
- mobile: boolean | null;
9281
+ mobile: NonNullable<boolean | null> | null;
9282
9282
  sticky: boolean;
9283
9283
  tile: boolean;
9284
9284
  density: Density;
@@ -9325,7 +9325,7 @@ declare const VBanner: {
9325
9325
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9326
9326
  style: vue.StyleValue;
9327
9327
  tag: string;
9328
- mobile: boolean | null;
9328
+ mobile: NonNullable<boolean | null> | null;
9329
9329
  sticky: boolean;
9330
9330
  rounded: string | number | boolean;
9331
9331
  tile: boolean;
@@ -9364,9 +9364,12 @@ declare const VBanner: {
9364
9364
  type: (StringConstructor | NumberConstructor)[];
9365
9365
  validator(v: any): boolean;
9366
9366
  };
9367
- mobile: {
9367
+ mobile: Omit<{
9368
9368
  type: PropType<boolean | null>;
9369
9369
  default: boolean;
9370
+ }, "default" | "type"> & {
9371
+ type: PropType<NonNullable<boolean | null> | null>;
9372
+ default: NonNullable<boolean | null> | null;
9370
9373
  };
9371
9374
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9372
9375
  height: (StringConstructor | NumberConstructor)[];
@@ -9414,9 +9417,12 @@ declare const VBanner: {
9414
9417
  type: (StringConstructor | NumberConstructor)[];
9415
9418
  validator(v: any): boolean;
9416
9419
  };
9417
- mobile: {
9420
+ mobile: Omit<{
9418
9421
  type: PropType<boolean | null>;
9419
9422
  default: boolean;
9423
+ }, "default" | "type"> & {
9424
+ type: PropType<NonNullable<boolean | null> | null>;
9425
+ default: NonNullable<boolean | null> | null;
9420
9426
  };
9421
9427
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9422
9428
  height: (StringConstructor | NumberConstructor)[];
@@ -17340,7 +17346,7 @@ declare const VChipGroup: {
17340
17346
  style: vue.StyleValue;
17341
17347
  disabled: boolean;
17342
17348
  tag: string;
17343
- mobile: boolean | null;
17349
+ mobile: NonNullable<boolean | null> | null;
17344
17350
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17345
17351
  column: boolean;
17346
17352
  multiple: boolean;
@@ -17366,7 +17372,7 @@ declare const VChipGroup: {
17366
17372
  style: vue.StyleValue;
17367
17373
  disabled: boolean;
17368
17374
  tag: string;
17369
- mobile: boolean | null;
17375
+ mobile: NonNullable<boolean | null> | null;
17370
17376
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17371
17377
  column: boolean;
17372
17378
  multiple: boolean;
@@ -17390,7 +17396,7 @@ declare const VChipGroup: {
17390
17396
  style: vue.StyleValue;
17391
17397
  disabled: boolean;
17392
17398
  tag: string;
17393
- mobile: boolean | null;
17399
+ mobile: NonNullable<boolean | null> | null;
17394
17400
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17395
17401
  column: boolean;
17396
17402
  multiple: boolean;
@@ -17423,7 +17429,7 @@ declare const VChipGroup: {
17423
17429
  style: vue.StyleValue;
17424
17430
  disabled: boolean;
17425
17431
  tag: string;
17426
- mobile: boolean | null;
17432
+ mobile: NonNullable<boolean | null> | null;
17427
17433
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17428
17434
  column: boolean;
17429
17435
  multiple: boolean;
@@ -17447,7 +17453,7 @@ declare const VChipGroup: {
17447
17453
  style: vue.StyleValue;
17448
17454
  disabled: boolean;
17449
17455
  tag: string;
17450
- mobile: boolean | null;
17456
+ mobile: NonNullable<boolean | null> | null;
17451
17457
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17452
17458
  column: boolean;
17453
17459
  multiple: boolean;
@@ -17467,7 +17473,7 @@ declare const VChipGroup: {
17467
17473
  style: vue.StyleValue;
17468
17474
  disabled: boolean;
17469
17475
  tag: string;
17470
- mobile: boolean | null;
17476
+ mobile: NonNullable<boolean | null> | null;
17471
17477
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17472
17478
  column: boolean;
17473
17479
  multiple: boolean;
@@ -17493,7 +17499,7 @@ declare const VChipGroup: {
17493
17499
  style: vue.StyleValue;
17494
17500
  disabled: boolean;
17495
17501
  tag: string;
17496
- mobile: boolean | null;
17502
+ mobile: NonNullable<boolean | null> | null;
17497
17503
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17498
17504
  column: boolean;
17499
17505
  multiple: boolean;
@@ -17551,9 +17557,12 @@ declare const VChipGroup: {
17551
17557
  type: PropType<vue.StyleValue>;
17552
17558
  default: null;
17553
17559
  };
17554
- mobile: {
17560
+ mobile: Omit<{
17555
17561
  type: PropType<boolean | null>;
17556
17562
  default: boolean;
17563
+ }, "default" | "type"> & {
17564
+ type: PropType<NonNullable<boolean | null> | null>;
17565
+ default: NonNullable<boolean | null> | null;
17557
17566
  };
17558
17567
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17559
17568
  centerActive: BooleanConstructor;
@@ -17615,9 +17624,12 @@ declare const VChipGroup: {
17615
17624
  type: PropType<vue.StyleValue>;
17616
17625
  default: null;
17617
17626
  };
17618
- mobile: {
17627
+ mobile: Omit<{
17619
17628
  type: PropType<boolean | null>;
17620
17629
  default: boolean;
17630
+ }, "default" | "type"> & {
17631
+ type: PropType<NonNullable<boolean | null> | null>;
17632
+ default: NonNullable<boolean | null> | null;
17621
17633
  };
17622
17634
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17623
17635
  centerActive: BooleanConstructor;
@@ -53246,7 +53258,7 @@ declare const VSlideGroup: {
53246
53258
  style: vue.StyleValue;
53247
53259
  disabled: boolean;
53248
53260
  tag: string;
53249
- mobile: boolean | null;
53261
+ mobile: NonNullable<boolean | null> | null;
53250
53262
  multiple: boolean;
53251
53263
  direction: "horizontal" | "vertical";
53252
53264
  selectedClass: string;
@@ -53271,7 +53283,7 @@ declare const VSlideGroup: {
53271
53283
  style: vue.StyleValue;
53272
53284
  disabled: boolean;
53273
53285
  tag: string;
53274
- mobile: boolean | null;
53286
+ mobile: NonNullable<boolean | null> | null;
53275
53287
  multiple: boolean;
53276
53288
  direction: "horizontal" | "vertical";
53277
53289
  selectedClass: string;
@@ -53289,7 +53301,7 @@ declare const VSlideGroup: {
53289
53301
  style: vue.StyleValue;
53290
53302
  disabled: boolean;
53291
53303
  tag: string;
53292
- mobile: boolean | null;
53304
+ mobile: NonNullable<boolean | null> | null;
53293
53305
  multiple: boolean;
53294
53306
  direction: "horizontal" | "vertical";
53295
53307
  selectedClass: string;
@@ -53318,7 +53330,7 @@ declare const VSlideGroup: {
53318
53330
  style: vue.StyleValue;
53319
53331
  disabled: boolean;
53320
53332
  tag: string;
53321
- mobile: boolean | null;
53333
+ mobile: NonNullable<boolean | null> | null;
53322
53334
  multiple: boolean;
53323
53335
  direction: "horizontal" | "vertical";
53324
53336
  selectedClass: string;
@@ -53341,7 +53353,7 @@ declare const VSlideGroup: {
53341
53353
  style: vue.StyleValue;
53342
53354
  disabled: boolean;
53343
53355
  tag: string;
53344
- mobile: boolean | null;
53356
+ mobile: NonNullable<boolean | null> | null;
53345
53357
  multiple: boolean;
53346
53358
  direction: "horizontal" | "vertical";
53347
53359
  selectedClass: string;
@@ -53357,7 +53369,7 @@ declare const VSlideGroup: {
53357
53369
  style: vue.StyleValue;
53358
53370
  disabled: boolean;
53359
53371
  tag: string;
53360
- mobile: boolean | null;
53372
+ mobile: NonNullable<boolean | null> | null;
53361
53373
  multiple: boolean;
53362
53374
  direction: "horizontal" | "vertical";
53363
53375
  selectedClass: string;
@@ -53382,7 +53394,7 @@ declare const VSlideGroup: {
53382
53394
  style: vue.StyleValue;
53383
53395
  disabled: boolean;
53384
53396
  tag: string;
53385
- mobile: boolean | null;
53397
+ mobile: NonNullable<boolean | null> | null;
53386
53398
  multiple: boolean;
53387
53399
  direction: "horizontal" | "vertical";
53388
53400
  selectedClass: string;
@@ -53422,9 +53434,12 @@ declare const VSlideGroup: {
53422
53434
  type: StringConstructor;
53423
53435
  default: string;
53424
53436
  };
53425
- mobile: {
53437
+ mobile: Omit<{
53426
53438
  type: PropType<boolean | null>;
53427
53439
  default: boolean;
53440
+ }, "default" | "type"> & {
53441
+ type: PropType<NonNullable<boolean | null> | null>;
53442
+ default: NonNullable<boolean | null> | null;
53428
53443
  };
53429
53444
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53430
53445
  class: PropType<any>;
@@ -53470,9 +53485,12 @@ declare const VSlideGroup: {
53470
53485
  type: StringConstructor;
53471
53486
  default: string;
53472
53487
  };
53473
- mobile: {
53488
+ mobile: Omit<{
53474
53489
  type: PropType<boolean | null>;
53475
53490
  default: boolean;
53491
+ }, "default" | "type"> & {
53492
+ type: PropType<NonNullable<boolean | null> | null>;
53493
+ default: NonNullable<boolean | null> | null;
53476
53494
  };
53477
53495
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53478
53496
  class: PropType<any>;
@@ -61907,7 +61925,7 @@ declare const VTabs: {
61907
61925
  style: vue.StyleValue;
61908
61926
  disabled: boolean;
61909
61927
  tag: string;
61910
- mobile: boolean | null;
61928
+ mobile: NonNullable<boolean | null> | null;
61911
61929
  items: readonly TabItem[];
61912
61930
  mandatory: NonNullable<boolean | "force">;
61913
61931
  multiple: boolean;
@@ -61965,7 +61983,7 @@ declare const VTabs: {
61965
61983
  style: vue.StyleValue;
61966
61984
  disabled: boolean;
61967
61985
  tag: string;
61968
- mobile: boolean | null;
61986
+ mobile: NonNullable<boolean | null> | null;
61969
61987
  items: readonly TabItem[];
61970
61988
  mandatory: NonNullable<boolean | "force">;
61971
61989
  multiple: boolean;
@@ -62022,7 +62040,7 @@ declare const VTabs: {
62022
62040
  height: string | number;
62023
62041
  disabled: boolean;
62024
62042
  tag: string;
62025
- mobile: boolean | null;
62043
+ mobile: NonNullable<boolean | null> | null;
62026
62044
  modelValue: any;
62027
62045
  items: readonly TabItem[];
62028
62046
  mandatory: NonNullable<boolean | "force">;
@@ -62069,7 +62087,7 @@ declare const VTabs: {
62069
62087
  style: vue.StyleValue;
62070
62088
  disabled: boolean;
62071
62089
  tag: string;
62072
- mobile: boolean | null;
62090
+ mobile: NonNullable<boolean | null> | null;
62073
62091
  items: readonly TabItem[];
62074
62092
  mandatory: NonNullable<boolean | "force">;
62075
62093
  multiple: boolean;
@@ -62126,7 +62144,7 @@ declare const VTabs: {
62126
62144
  height: string | number;
62127
62145
  disabled: boolean;
62128
62146
  tag: string;
62129
- mobile: boolean | null;
62147
+ mobile: NonNullable<boolean | null> | null;
62130
62148
  modelValue: any;
62131
62149
  items: readonly TabItem[];
62132
62150
  mandatory: NonNullable<boolean | "force">;
@@ -62151,7 +62169,7 @@ declare const VTabs: {
62151
62169
  style: vue.StyleValue;
62152
62170
  disabled: boolean;
62153
62171
  tag: string;
62154
- mobile: boolean | null;
62172
+ mobile: NonNullable<boolean | null> | null;
62155
62173
  items: readonly TabItem[];
62156
62174
  mandatory: NonNullable<boolean | "force">;
62157
62175
  multiple: boolean;
@@ -62210,7 +62228,7 @@ declare const VTabs: {
62210
62228
  height: string | number;
62211
62229
  disabled: boolean;
62212
62230
  tag: string;
62213
- mobile: boolean | null;
62231
+ mobile: NonNullable<boolean | null> | null;
62214
62232
  modelValue: any;
62215
62233
  items: readonly TabItem[];
62216
62234
  mandatory: NonNullable<boolean | "force">;
@@ -62273,9 +62291,12 @@ declare const VTabs: {
62273
62291
  default: string;
62274
62292
  };
62275
62293
  disabled: BooleanConstructor;
62276
- mobile: {
62294
+ mobile: Omit<{
62277
62295
  type: PropType<boolean | null>;
62278
62296
  default: boolean;
62297
+ }, "default" | "type"> & {
62298
+ type: PropType<NonNullable<boolean | null> | null>;
62299
+ default: NonNullable<boolean | null> | null;
62279
62300
  };
62280
62301
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62281
62302
  class: PropType<any>;
@@ -62351,9 +62372,12 @@ declare const VTabs: {
62351
62372
  default: string;
62352
62373
  };
62353
62374
  disabled: BooleanConstructor;
62354
- mobile: {
62375
+ mobile: Omit<{
62355
62376
  type: PropType<boolean | null>;
62356
62377
  default: boolean;
62378
+ }, "default" | "type"> & {
62379
+ type: PropType<NonNullable<boolean | null> | null>;
62380
+ default: NonNullable<boolean | null> | null;
62357
62381
  };
62358
62382
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62359
62383
  class: PropType<any>;
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.6.5";
19
+ export const version = "3.6.6";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.mjs";
package/lib/framework.mjs CHANGED
@@ -97,7 +97,7 @@ export function createVuetify() {
97
97
  goTo
98
98
  };
99
99
  }
100
- export const version = "3.6.5";
100
+ export const version = "3.6.6";
101
101
  createVuetify.version = version;
102
102
 
103
103
  // Vue's inject() can only be used in setup
package/lib/index.d.mts CHANGED
@@ -493,42 +493,49 @@ declare module '@vue/runtime-core' {
493
493
  }
494
494
 
495
495
  export interface GlobalComponents {
496
+ VApp: typeof import('vuetify/components')['VApp']
496
497
  VAppBar: typeof import('vuetify/components')['VAppBar']
497
498
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
498
499
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
499
- VApp: typeof import('vuetify/components')['VApp']
500
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
501
- VAvatar: typeof import('vuetify/components')['VAvatar']
502
500
  VAlert: typeof import('vuetify/components')['VAlert']
503
501
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
502
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
503
+ VAvatar: typeof import('vuetify/components')['VAvatar']
504
504
  VBadge: typeof import('vuetify/components')['VBadge']
505
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
505
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
506
506
  VBanner: typeof import('vuetify/components')['VBanner']
507
507
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
508
508
  VBannerText: typeof import('vuetify/components')['VBannerText']
509
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
509
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
510
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
511
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
512
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
510
513
  VBtn: typeof import('vuetify/components')['VBtn']
514
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
515
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
516
+ VCarousel: typeof import('vuetify/components')['VCarousel']
517
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
511
518
  VCard: typeof import('vuetify/components')['VCard']
512
519
  VCardActions: typeof import('vuetify/components')['VCardActions']
513
520
  VCardItem: typeof import('vuetify/components')['VCardItem']
514
521
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
515
522
  VCardText: typeof import('vuetify/components')['VCardText']
516
523
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
517
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
518
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
519
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
520
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
521
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
522
524
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
523
525
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
524
- VCarousel: typeof import('vuetify/components')['VCarousel']
525
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
526
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
527
526
  VChip: typeof import('vuetify/components')['VChip']
528
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
529
527
  VCode: typeof import('vuetify/components')['VCode']
528
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
529
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
530
530
  VCounter: typeof import('vuetify/components')['VCounter']
531
531
  VCombobox: typeof import('vuetify/components')['VCombobox']
532
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
533
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
534
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
535
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
536
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
537
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
538
+ VDialog: typeof import('vuetify/components')['VDialog']
532
539
  VDataTable: typeof import('vuetify/components')['VDataTable']
533
540
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
534
541
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -536,34 +543,29 @@ declare module '@vue/runtime-core' {
536
543
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
537
544
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
538
545
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
539
- VDialog: typeof import('vuetify/components')['VDialog']
540
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
541
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
542
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
543
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
544
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
545
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
546
546
  VDivider: typeof import('vuetify/components')['VDivider']
547
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
548
- VFooter: typeof import('vuetify/components')['VFooter']
549
- VFab: typeof import('vuetify/components')['VFab']
550
547
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
551
548
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
552
549
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
553
550
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
554
- VFileInput: typeof import('vuetify/components')['VFileInput']
551
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
555
552
  VField: typeof import('vuetify/components')['VField']
556
553
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
557
- VImg: typeof import('vuetify/components')['VImg']
554
+ VFileInput: typeof import('vuetify/components')['VFileInput']
555
+ VFooter: typeof import('vuetify/components')['VFooter']
556
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
558
557
  VIcon: typeof import('vuetify/components')['VIcon']
559
558
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
560
559
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
561
560
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
562
561
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
562
+ VFab: typeof import('vuetify/components')['VFab']
563
563
  VInput: typeof import('vuetify/components')['VInput']
564
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
565
- VKbd: typeof import('vuetify/components')['VKbd']
564
+ VImg: typeof import('vuetify/components')['VImg']
565
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
566
+ VItem: typeof import('vuetify/components')['VItem']
566
567
  VLabel: typeof import('vuetify/components')['VLabel']
568
+ VKbd: typeof import('vuetify/components')['VKbd']
567
569
  VList: typeof import('vuetify/components')['VList']
568
570
  VListGroup: typeof import('vuetify/components')['VListGroup']
569
571
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -573,73 +575,70 @@ declare module '@vue/runtime-core' {
573
575
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
574
576
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
575
577
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
576
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
577
- VItem: typeof import('vuetify/components')['VItem']
578
578
  VMenu: typeof import('vuetify/components')['VMenu']
579
579
  VMain: typeof import('vuetify/components')['VMain']
580
580
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
581
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
582
581
  VMessages: typeof import('vuetify/components')['VMessages']
583
582
  VPagination: typeof import('vuetify/components')['VPagination']
584
- VOverlay: typeof import('vuetify/components')['VOverlay']
585
583
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
584
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
585
+ VOverlay: typeof import('vuetify/components')['VOverlay']
586
586
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
587
- VSelect: typeof import('vuetify/components')['VSelect']
588
- VRating: typeof import('vuetify/components')['VRating']
589
587
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
588
+ VRating: typeof import('vuetify/components')['VRating']
589
+ VSelect: typeof import('vuetify/components')['VSelect']
590
590
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
591
591
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
592
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
593
592
  VSheet: typeof import('vuetify/components')['VSheet']
593
+ VSlider: typeof import('vuetify/components')['VSlider']
594
594
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
595
595
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
596
- VSlider: typeof import('vuetify/components')['VSlider']
597
596
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
598
- VTab: typeof import('vuetify/components')['VTab']
599
- VTabs: typeof import('vuetify/components')['VTabs']
600
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
601
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
602
- VSwitch: typeof import('vuetify/components')['VSwitch']
603
- VTable: typeof import('vuetify/components')['VTable']
597
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
604
598
  VStepper: typeof import('vuetify/components')['VStepper']
605
599
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
606
600
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
607
601
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
608
602
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
609
603
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
604
+ VSwitch: typeof import('vuetify/components')['VSwitch']
605
+ VTextField: typeof import('vuetify/components')['VTextField']
610
606
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
611
607
  VTextarea: typeof import('vuetify/components')['VTextarea']
612
- VTextField: typeof import('vuetify/components')['VTextField']
613
- VTimeline: typeof import('vuetify/components')['VTimeline']
614
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
608
+ VTab: typeof import('vuetify/components')['VTab']
609
+ VTabs: typeof import('vuetify/components')['VTabs']
610
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
611
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
612
+ VTable: typeof import('vuetify/components')['VTable']
615
613
  VToolbar: typeof import('vuetify/components')['VToolbar']
616
614
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
617
615
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
618
- VTooltip: typeof import('vuetify/components')['VTooltip']
616
+ VTimeline: typeof import('vuetify/components')['VTimeline']
617
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
619
618
  VWindow: typeof import('vuetify/components')['VWindow']
620
619
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
621
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
620
+ VTooltip: typeof import('vuetify/components')['VTooltip']
622
621
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
622
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
623
623
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
624
+ VHover: typeof import('vuetify/components')['VHover']
624
625
  VForm: typeof import('vuetify/components')['VForm']
625
626
  VContainer: typeof import('vuetify/components')['VContainer']
626
627
  VCol: typeof import('vuetify/components')['VCol']
627
628
  VRow: typeof import('vuetify/components')['VRow']
628
629
  VSpacer: typeof import('vuetify/components')['VSpacer']
629
- VHover: typeof import('vuetify/components')['VHover']
630
- VLazy: typeof import('vuetify/components')['VLazy']
631
630
  VLayout: typeof import('vuetify/components')['VLayout']
632
631
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
632
+ VLazy: typeof import('vuetify/components')['VLazy']
633
633
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
634
634
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
635
635
  VParallax: typeof import('vuetify/components')['VParallax']
636
- VRadio: typeof import('vuetify/components')['VRadio']
637
636
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
637
+ VRadio: typeof import('vuetify/components')['VRadio']
638
638
  VResponsive: typeof import('vuetify/components')['VResponsive']
639
639
  VSparkline: typeof import('vuetify/components')['VSparkline']
640
640
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
641
641
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
642
- VValidation: typeof import('vuetify/components')['VValidation']
643
642
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
644
643
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
645
644
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -657,24 +656,25 @@ declare module '@vue/runtime-core' {
657
656
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
658
657
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
659
658
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
660
- VPicker: typeof import('vuetify/labs/components')['VPicker']
661
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
659
+ VValidation: typeof import('vuetify/components')['VValidation']
662
660
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
663
661
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
664
662
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
665
663
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
666
664
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
667
665
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
668
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
666
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
667
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
668
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
669
669
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
670
670
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
671
671
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
672
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
673
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
674
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
672
675
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
673
676
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
674
677
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
675
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
676
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
677
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
678
678
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
679
679
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
680
680
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']