@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-master.2024-06-15

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 (49) hide show
  1. package/CHANGELOG.md +5 -6
  2. package/dist/json/attributes.json +4 -4
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/web-types.json +13 -14
  6. package/dist/vuetify-labs.css +3435 -3435
  7. package/dist/vuetify-labs.d.ts +44 -45
  8. package/dist/vuetify-labs.esm.js +64 -33
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +64 -33
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +955 -955
  13. package/dist/vuetify.d.ts +86 -93
  14. package/dist/vuetify.esm.js +52 -27
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +52 -27
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +34 -31
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
  22. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  23. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
  24. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  25. package/lib/components/VFab/VFab.mjs +4 -7
  26. package/lib/components/VFab/VFab.mjs.map +1 -1
  27. package/lib/components/VFab/index.d.mts +46 -49
  28. package/lib/components/VList/VList.mjs +1 -0
  29. package/lib/components/VList/VList.mjs.map +1 -1
  30. package/lib/components/VList/index.d.mts +2 -0
  31. package/lib/components/VMenu/VMenu.mjs +1 -1
  32. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  33. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  34. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  35. package/lib/components/index.d.mts +38 -45
  36. package/lib/composables/scroll.mjs +6 -0
  37. package/lib/composables/scroll.mjs.map +1 -1
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/index.d.mts +48 -48
  41. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  42. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  43. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  44. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  45. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  46. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  47. package/lib/labs/VTreeview/index.d.mts +6 -0
  48. package/lib/labs/components.d.mts +6 -0
  49. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -33316,7 +33316,6 @@ declare const VFab: {
33316
33316
  appear: boolean;
33317
33317
  density: Density;
33318
33318
  extended: boolean;
33319
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33320
33319
  slim: boolean;
33321
33320
  stacked: boolean;
33322
33321
  ripple: boolean | {
@@ -33344,6 +33343,7 @@ declare const VFab: {
33344
33343
  minHeight?: string | number | undefined;
33345
33344
  minWidth?: string | number | undefined;
33346
33345
  elevation?: string | number | undefined;
33346
+ location?: Anchor | undefined;
33347
33347
  baseColor?: string | undefined;
33348
33348
  selectedClass?: string | undefined;
33349
33349
  prependIcon?: IconValue | undefined;
@@ -33386,7 +33386,6 @@ declare const VFab: {
33386
33386
  appear: boolean;
33387
33387
  density: Density;
33388
33388
  extended: boolean;
33389
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33390
33389
  slim: boolean;
33391
33390
  stacked: boolean;
33392
33391
  ripple: boolean | {
@@ -33414,6 +33413,7 @@ declare const VFab: {
33414
33413
  minHeight?: string | number | undefined;
33415
33414
  minWidth?: string | number | undefined;
33416
33415
  elevation?: string | number | undefined;
33416
+ location?: Anchor | undefined;
33417
33417
  baseColor?: string | undefined;
33418
33418
  selectedClass?: string | undefined;
33419
33419
  prependIcon?: IconValue | undefined;
@@ -33455,7 +33455,6 @@ declare const VFab: {
33455
33455
  appear: boolean;
33456
33456
  density: Density;
33457
33457
  extended: boolean;
33458
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33459
33458
  slim: boolean;
33460
33459
  stacked: boolean;
33461
33460
  ripple: boolean | {
@@ -33498,7 +33497,6 @@ declare const VFab: {
33498
33497
  appear: boolean;
33499
33498
  density: Density;
33500
33499
  extended: boolean;
33501
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33502
33500
  slim: boolean;
33503
33501
  stacked: boolean;
33504
33502
  ripple: boolean | {
@@ -33526,6 +33524,7 @@ declare const VFab: {
33526
33524
  minHeight?: string | number | undefined;
33527
33525
  minWidth?: string | number | undefined;
33528
33526
  elevation?: string | number | undefined;
33527
+ location?: Anchor | undefined;
33529
33528
  baseColor?: string | undefined;
33530
33529
  selectedClass?: string | undefined;
33531
33530
  prependIcon?: IconValue | undefined;
@@ -33567,7 +33566,6 @@ declare const VFab: {
33567
33566
  appear: boolean;
33568
33567
  density: Density;
33569
33568
  extended: boolean;
33570
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33571
33569
  slim: boolean;
33572
33570
  stacked: boolean;
33573
33571
  ripple: boolean | {
@@ -33603,7 +33601,6 @@ declare const VFab: {
33603
33601
  appear: boolean;
33604
33602
  density: Density;
33605
33603
  extended: boolean;
33606
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33607
33604
  slim: boolean;
33608
33605
  stacked: boolean;
33609
33606
  ripple: boolean | {
@@ -33631,6 +33628,7 @@ declare const VFab: {
33631
33628
  minHeight?: string | number | undefined;
33632
33629
  minWidth?: string | number | undefined;
33633
33630
  elevation?: string | number | undefined;
33631
+ location?: Anchor | undefined;
33634
33632
  baseColor?: string | undefined;
33635
33633
  selectedClass?: string | undefined;
33636
33634
  prependIcon?: IconValue | undefined;
@@ -33674,7 +33672,6 @@ declare const VFab: {
33674
33672
  appear: boolean;
33675
33673
  density: Density;
33676
33674
  extended: boolean;
33677
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33678
33675
  slim: boolean;
33679
33676
  stacked: boolean;
33680
33677
  ripple: boolean | {
@@ -33687,19 +33684,20 @@ declare const VFab: {
33687
33684
  }>[];
33688
33685
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
33689
33686
  transition: Omit<{
33690
- type: PropType<string | boolean | (vue.TransitionProps & {
33687
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
33691
33688
  component?: vue.Component | undefined;
33692
33689
  })>;
33693
33690
  default: string;
33694
33691
  validator: (val: unknown) => boolean;
33695
33692
  }, "default" | "type"> & {
33696
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33693
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33697
33694
  component?: vue.Component | undefined;
33698
33695
  })>>;
33699
33696
  default: NonNullable<string | boolean | (vue.TransitionProps & {
33700
33697
  component?: vue.Component | undefined;
33701
33698
  })>;
33702
33699
  };
33700
+ location: vue.PropType<Anchor>;
33703
33701
  name: {
33704
33702
  type: StringConstructor;
33705
33703
  };
@@ -33714,9 +33712,9 @@ declare const VFab: {
33714
33712
  };
33715
33713
  flat: BooleanConstructor;
33716
33714
  replace: BooleanConstructor;
33717
- class: PropType<any>;
33715
+ class: vue.PropType<any>;
33718
33716
  style: {
33719
- type: PropType<vue.StyleValue>;
33717
+ type: vue.PropType<vue.StyleValue>;
33720
33718
  default: null;
33721
33719
  };
33722
33720
  size: {
@@ -33731,7 +33729,7 @@ declare const VFab: {
33731
33729
  type: BooleanConstructor;
33732
33730
  default: undefined;
33733
33731
  }, "default" | "type"> & {
33734
- type: PropType<boolean>;
33732
+ type: vue.PropType<boolean>;
33735
33733
  default: boolean;
33736
33734
  };
33737
33735
  theme: StringConstructor;
@@ -33742,15 +33740,15 @@ declare const VFab: {
33742
33740
  type: StringConstructor;
33743
33741
  default: string;
33744
33742
  }, "default" | "type"> & {
33745
- type: PropType<string>;
33743
+ type: vue.PropType<string>;
33746
33744
  default: string;
33747
33745
  };
33748
33746
  loading: (StringConstructor | BooleanConstructor)[];
33749
- icon: PropType<boolean | IconValue>;
33750
- to: PropType<vue_router.RouteLocationRaw>;
33747
+ icon: vue.PropType<boolean | IconValue>;
33748
+ to: vue.PropType<vue_router.RouteLocationRaw>;
33751
33749
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33752
33750
  position: {
33753
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33751
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33754
33752
  validator: (v: any) => boolean;
33755
33753
  };
33756
33754
  readonly: BooleanConstructor;
@@ -33759,11 +33757,11 @@ declare const VFab: {
33759
33757
  default: undefined;
33760
33758
  };
33761
33759
  variant: Omit<{
33762
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33760
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33763
33761
  default: string;
33764
33762
  validator: (v: any) => boolean;
33765
33763
  }, "default" | "type"> & {
33766
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33764
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33767
33765
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33768
33766
  };
33769
33767
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -33778,18 +33776,18 @@ declare const VFab: {
33778
33776
  validator(v: any): boolean;
33779
33777
  };
33780
33778
  density: {
33781
- type: PropType<Density>;
33779
+ type: vue.PropType<Density>;
33782
33780
  default: string;
33783
33781
  validator: (v: any) => boolean;
33784
33782
  };
33785
33783
  baseColor: StringConstructor;
33786
33784
  selectedClass: StringConstructor;
33787
- prependIcon: PropType<IconValue>;
33788
- appendIcon: PropType<IconValue>;
33785
+ prependIcon: vue.PropType<IconValue>;
33786
+ appendIcon: vue.PropType<IconValue>;
33789
33787
  slim: BooleanConstructor;
33790
33788
  stacked: BooleanConstructor;
33791
33789
  ripple: {
33792
- type: PropType<boolean | {
33790
+ type: vue.PropType<boolean | {
33793
33791
  class: string;
33794
33792
  } | undefined>;
33795
33793
  default: boolean;
@@ -33798,10 +33796,6 @@ declare const VFab: {
33798
33796
  appear: BooleanConstructor;
33799
33797
  extended: BooleanConstructor;
33800
33798
  layout: BooleanConstructor;
33801
- location: {
33802
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
33803
- default: string;
33804
- };
33805
33799
  offset: BooleanConstructor;
33806
33800
  modelValue: {
33807
33801
  type: BooleanConstructor;
@@ -33809,19 +33803,20 @@ declare const VFab: {
33809
33803
  };
33810
33804
  }, vue.ExtractPropTypes<{
33811
33805
  transition: Omit<{
33812
- type: PropType<string | boolean | (vue.TransitionProps & {
33806
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
33813
33807
  component?: vue.Component | undefined;
33814
33808
  })>;
33815
33809
  default: string;
33816
33810
  validator: (val: unknown) => boolean;
33817
33811
  }, "default" | "type"> & {
33818
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33812
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33819
33813
  component?: vue.Component | undefined;
33820
33814
  })>>;
33821
33815
  default: NonNullable<string | boolean | (vue.TransitionProps & {
33822
33816
  component?: vue.Component | undefined;
33823
33817
  })>;
33824
33818
  };
33819
+ location: vue.PropType<Anchor>;
33825
33820
  name: {
33826
33821
  type: StringConstructor;
33827
33822
  };
@@ -33836,9 +33831,9 @@ declare const VFab: {
33836
33831
  };
33837
33832
  flat: BooleanConstructor;
33838
33833
  replace: BooleanConstructor;
33839
- class: PropType<any>;
33834
+ class: vue.PropType<any>;
33840
33835
  style: {
33841
- type: PropType<vue.StyleValue>;
33836
+ type: vue.PropType<vue.StyleValue>;
33842
33837
  default: null;
33843
33838
  };
33844
33839
  size: {
@@ -33853,7 +33848,7 @@ declare const VFab: {
33853
33848
  type: BooleanConstructor;
33854
33849
  default: undefined;
33855
33850
  }, "default" | "type"> & {
33856
- type: PropType<boolean>;
33851
+ type: vue.PropType<boolean>;
33857
33852
  default: boolean;
33858
33853
  };
33859
33854
  theme: StringConstructor;
@@ -33864,15 +33859,15 @@ declare const VFab: {
33864
33859
  type: StringConstructor;
33865
33860
  default: string;
33866
33861
  }, "default" | "type"> & {
33867
- type: PropType<string>;
33862
+ type: vue.PropType<string>;
33868
33863
  default: string;
33869
33864
  };
33870
33865
  loading: (StringConstructor | BooleanConstructor)[];
33871
- icon: PropType<boolean | IconValue>;
33872
- to: PropType<vue_router.RouteLocationRaw>;
33866
+ icon: vue.PropType<boolean | IconValue>;
33867
+ to: vue.PropType<vue_router.RouteLocationRaw>;
33873
33868
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
33874
33869
  position: {
33875
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33870
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
33876
33871
  validator: (v: any) => boolean;
33877
33872
  };
33878
33873
  readonly: BooleanConstructor;
@@ -33881,11 +33876,11 @@ declare const VFab: {
33881
33876
  default: undefined;
33882
33877
  };
33883
33878
  variant: Omit<{
33884
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33879
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33885
33880
  default: string;
33886
33881
  validator: (v: any) => boolean;
33887
33882
  }, "default" | "type"> & {
33888
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33883
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
33889
33884
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
33890
33885
  };
33891
33886
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -33900,18 +33895,18 @@ declare const VFab: {
33900
33895
  validator(v: any): boolean;
33901
33896
  };
33902
33897
  density: {
33903
- type: PropType<Density>;
33898
+ type: vue.PropType<Density>;
33904
33899
  default: string;
33905
33900
  validator: (v: any) => boolean;
33906
33901
  };
33907
33902
  baseColor: StringConstructor;
33908
33903
  selectedClass: StringConstructor;
33909
- prependIcon: PropType<IconValue>;
33910
- appendIcon: PropType<IconValue>;
33904
+ prependIcon: vue.PropType<IconValue>;
33905
+ appendIcon: vue.PropType<IconValue>;
33911
33906
  slim: BooleanConstructor;
33912
33907
  stacked: BooleanConstructor;
33913
33908
  ripple: {
33914
- type: PropType<boolean | {
33909
+ type: vue.PropType<boolean | {
33915
33910
  class: string;
33916
33911
  } | undefined>;
33917
33912
  default: boolean;
@@ -33920,10 +33915,6 @@ declare const VFab: {
33920
33915
  appear: BooleanConstructor;
33921
33916
  extended: BooleanConstructor;
33922
33917
  layout: BooleanConstructor;
33923
- location: {
33924
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
33925
- default: string;
33926
- };
33927
33918
  offset: BooleanConstructor;
33928
33919
  modelValue: {
33929
33920
  type: BooleanConstructor;
@@ -40070,6 +40061,7 @@ declare const VList: {
40070
40061
  value: boolean;
40071
40062
  path: unknown[];
40072
40063
  }) => void>;
40064
+ 'onUpdate:opened': PropType<() => void>;
40073
40065
  }, vue.ExtractPropTypes<{
40074
40066
  color: StringConstructor;
40075
40067
  variant: Omit<{
@@ -40178,6 +40170,7 @@ declare const VList: {
40178
40170
  value: boolean;
40179
40171
  path: unknown[];
40180
40172
  }) => void>;
40173
+ 'onUpdate:opened': PropType<() => void>;
40181
40174
  }>>;
40182
40175
  type VList = InstanceType<typeof VList>;
40183
40176
 
@@ -72855,78 +72848,79 @@ declare module '@vue/runtime-core' {
72855
72848
 
72856
72849
  export interface GlobalComponents {
72857
72850
  VApp: typeof import('vuetify/components')['VApp']
72858
- VAlert: typeof import('vuetify/components')['VAlert']
72859
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72860
- VAvatar: typeof import('vuetify/components')['VAvatar']
72861
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72862
72851
  VAppBar: typeof import('vuetify/components')['VAppBar']
72863
72852
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
72864
72853
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
72854
+ VAvatar: typeof import('vuetify/components')['VAvatar']
72855
+ VAlert: typeof import('vuetify/components')['VAlert']
72856
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
72857
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
72865
72858
  VBadge: typeof import('vuetify/components')['VBadge']
72866
72859
  VBanner: typeof import('vuetify/components')['VBanner']
72867
72860
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
72868
72861
  VBannerText: typeof import('vuetify/components')['VBannerText']
72862
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72863
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72869
72864
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
72870
72865
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
72871
72866
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
72872
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
72867
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72873
72868
  VBtn: typeof import('vuetify/components')['VBtn']
72874
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
72875
72869
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
72876
- VCarousel: typeof import('vuetify/components')['VCarousel']
72877
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72878
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
72870
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
72871
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72879
72872
  VChip: typeof import('vuetify/components')['VChip']
72880
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
72881
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
72882
72873
  VCard: typeof import('vuetify/components')['VCard']
72883
72874
  VCardActions: typeof import('vuetify/components')['VCardActions']
72884
72875
  VCardItem: typeof import('vuetify/components')['VCardItem']
72885
72876
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
72886
72877
  VCardText: typeof import('vuetify/components')['VCardText']
72887
72878
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
72888
- VCombobox: typeof import('vuetify/components')['VCombobox']
72889
- VDataTable: typeof import('vuetify/components')['VDataTable']
72890
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72891
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
72892
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
72893
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72894
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72895
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72896
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
72897
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
72898
72879
  VCode: typeof import('vuetify/components')['VCode']
72880
+ VCarousel: typeof import('vuetify/components')['VCarousel']
72881
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
72882
+ VCombobox: typeof import('vuetify/components')['VCombobox']
72883
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
72884
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
72899
72885
  VCounter: typeof import('vuetify/components')['VCounter']
72900
- VDialog: typeof import('vuetify/components')['VDialog']
72901
72886
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
72902
72887
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
72903
72888
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
72904
72889
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
72905
72890
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
72906
72891
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
72892
+ VDialog: typeof import('vuetify/components')['VDialog']
72893
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
72894
+ VDataTable: typeof import('vuetify/components')['VDataTable']
72895
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
72896
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
72897
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
72898
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
72899
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
72900
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
72901
+ VDivider: typeof import('vuetify/components')['VDivider']
72902
+ VFileInput: typeof import('vuetify/components')['VFileInput']
72907
72903
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
72908
72904
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
72909
72905
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
72910
72906
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
72911
- VDivider: typeof import('vuetify/components')['VDivider']
72912
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
72907
+ VFab: typeof import('vuetify/components')['VFab']
72913
72908
  VField: typeof import('vuetify/components')['VField']
72914
72909
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
72915
- VFab: typeof import('vuetify/components')['VFab']
72916
- VFileInput: typeof import('vuetify/components')['VFileInput']
72910
+ VFooter: typeof import('vuetify/components')['VFooter']
72917
72911
  VIcon: typeof import('vuetify/components')['VIcon']
72918
72912
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
72919
72913
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
72920
72914
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
72921
72915
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
72922
- VFooter: typeof import('vuetify/components')['VFooter']
72923
72916
  VImg: typeof import('vuetify/components')['VImg']
72924
72917
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
72918
+ VKbd: typeof import('vuetify/components')['VKbd']
72925
72919
  VInput: typeof import('vuetify/components')['VInput']
72926
72920
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
72927
72921
  VItem: typeof import('vuetify/components')['VItem']
72928
72922
  VLabel: typeof import('vuetify/components')['VLabel']
72929
- VKbd: typeof import('vuetify/components')['VKbd']
72923
+ VMain: typeof import('vuetify/components')['VMain']
72930
72924
  VList: typeof import('vuetify/components')['VList']
72931
72925
  VListGroup: typeof import('vuetify/components')['VListGroup']
72932
72926
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -72937,12 +72931,11 @@ declare module '@vue/runtime-core' {
72937
72931
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
72938
72932
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
72939
72933
  VMenu: typeof import('vuetify/components')['VMenu']
72934
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
72940
72935
  VMessages: typeof import('vuetify/components')['VMessages']
72941
72936
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
72942
- VPagination: typeof import('vuetify/components')['VPagination']
72943
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
72944
- VMain: typeof import('vuetify/components')['VMain']
72945
72937
  VOverlay: typeof import('vuetify/components')['VOverlay']
72938
+ VPagination: typeof import('vuetify/components')['VPagination']
72946
72939
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
72947
72940
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
72948
72941
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
@@ -72950,11 +72943,11 @@ declare module '@vue/runtime-core' {
72950
72943
  VSelect: typeof import('vuetify/components')['VSelect']
72951
72944
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
72952
72945
  VSheet: typeof import('vuetify/components')['VSheet']
72953
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72946
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72954
72947
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
72955
72948
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
72949
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
72956
72950
  VSlider: typeof import('vuetify/components')['VSlider']
72957
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
72958
72951
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
72959
72952
  VStepper: typeof import('vuetify/components')['VStepper']
72960
72953
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
@@ -72962,23 +72955,23 @@ declare module '@vue/runtime-core' {
72962
72955
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
72963
72956
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
72964
72957
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
72965
- VSwitch: typeof import('vuetify/components')['VSwitch']
72966
- VTable: typeof import('vuetify/components')['VTable']
72967
72958
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
72959
+ VSwitch: typeof import('vuetify/components')['VSwitch']
72968
72960
  VTab: typeof import('vuetify/components')['VTab']
72969
72961
  VTabs: typeof import('vuetify/components')['VTabs']
72970
72962
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
72971
72963
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
72972
- VTextField: typeof import('vuetify/components')['VTextField']
72964
+ VTable: typeof import('vuetify/components')['VTable']
72965
+ VTextarea: typeof import('vuetify/components')['VTextarea']
72973
72966
  VTimeline: typeof import('vuetify/components')['VTimeline']
72974
72967
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
72968
+ VTextField: typeof import('vuetify/components')['VTextField']
72975
72969
  VToolbar: typeof import('vuetify/components')['VToolbar']
72976
72970
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
72977
72971
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
72978
- VTextarea: typeof import('vuetify/components')['VTextarea']
72972
+ VTooltip: typeof import('vuetify/components')['VTooltip']
72979
72973
  VWindow: typeof import('vuetify/components')['VWindow']
72980
72974
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
72981
- VTooltip: typeof import('vuetify/components')['VTooltip']
72982
72975
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
72983
72976
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
72984
72977
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
@@ -72988,20 +72981,20 @@ declare module '@vue/runtime-core' {
72988
72981
  VRow: typeof import('vuetify/components')['VRow']
72989
72982
  VSpacer: typeof import('vuetify/components')['VSpacer']
72990
72983
  VHover: typeof import('vuetify/components')['VHover']
72991
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
72992
72984
  VLayout: typeof import('vuetify/components')['VLayout']
72993
72985
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
72994
72986
  VLazy: typeof import('vuetify/components')['VLazy']
72995
- VParallax: typeof import('vuetify/components')['VParallax']
72987
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
72996
72988
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
72989
+ VParallax: typeof import('vuetify/components')['VParallax']
72997
72990
  VRadio: typeof import('vuetify/components')['VRadio']
72998
- VResponsive: typeof import('vuetify/components')['VResponsive']
72999
72991
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
72992
+ VResponsive: typeof import('vuetify/components')['VResponsive']
73000
72993
  VSparkline: typeof import('vuetify/components')['VSparkline']
73001
72994
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73002
72995
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73003
- VValidation: typeof import('vuetify/components')['VValidation']
73004
72996
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
72997
+ VValidation: typeof import('vuetify/components')['VValidation']
73005
72998
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
73006
72999
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
73007
73000
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -73024,18 +73017,18 @@ declare module '@vue/runtime-core' {
73024
73017
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
73025
73018
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73026
73019
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73027
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73028
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73029
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73030
73020
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73031
73021
  VPicker: typeof import('vuetify/labs/components')['VPicker']
73032
73022
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73033
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73034
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73035
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73036
73023
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73037
73024
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73038
73025
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73026
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73027
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73028
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73029
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73030
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73031
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73039
73032
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73040
73033
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73041
73034
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']