vuetify 3.6.5 → 3.6.7

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 (97) hide show
  1. package/dist/json/attributes.json +42 -2
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +11 -1
  5. package/dist/json/web-types.json +125 -16
  6. package/dist/vuetify-labs.css +2509 -2712
  7. package/dist/vuetify-labs.d.ts +178 -52
  8. package/dist/vuetify-labs.esm.js +102 -51
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +102 -51
  11. package/dist/vuetify-labs.min.css +3 -3
  12. package/dist/vuetify.css +783 -986
  13. package/dist/vuetify.d.ts +221 -95
  14. package/dist/vuetify.esm.js +72 -33
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +72 -33
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -3
  19. package/dist/vuetify.min.js +118 -115
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VBanner/VBanner.mjs +3 -1
  24. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  25. package/lib/components/VBanner/index.d.mts +15 -9
  26. package/lib/components/VBtn/VBtn.css +6 -0
  27. package/lib/components/VBtn/VBtn.sass +6 -0
  28. package/lib/components/VChipGroup/index.d.mts +15 -9
  29. package/lib/components/VCombobox/VCombobox.mjs +4 -3
  30. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  31. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
  32. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  33. package/lib/components/VConfirmEdit/index.d.mts +24 -3
  34. package/lib/components/VDataTable/VDataTable.css +4 -0
  35. package/lib/components/VDataTable/VDataTable.mjs +2 -1
  36. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  37. package/lib/components/VDataTable/VDataTable.sass +4 -0
  38. package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
  39. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  40. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  41. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  42. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  43. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  44. package/lib/components/VDataTable/composables/sort.mjs +1 -1
  45. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  46. package/lib/components/VDataTable/index.d.mts +63 -0
  47. package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
  48. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  49. package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
  50. package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
  51. package/lib/components/VDatePicker/index.d.mts +24 -6
  52. package/lib/components/VDivider/VDivider.css +2 -1
  53. package/lib/components/VDivider/VDivider.sass +2 -1
  54. package/lib/components/VField/VField.css +1 -0
  55. package/lib/components/VField/VField.sass +2 -0
  56. package/lib/components/VList/VListChildren.mjs +2 -1
  57. package/lib/components/VList/VListChildren.mjs.map +1 -1
  58. package/lib/components/VMenu/VMenu.mjs +2 -1
  59. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  60. package/lib/components/VSelect/VSelect.mjs +1 -1
  61. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  62. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  63. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  64. package/lib/components/VSlideGroup/index.d.mts +15 -9
  65. package/lib/components/VSwitch/VSwitch.css +44 -0
  66. package/lib/components/VSwitch/VSwitch.mjs +4 -3
  67. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  68. package/lib/components/VSwitch/VSwitch.sass +55 -0
  69. package/lib/components/VTabs/index.d.mts +15 -9
  70. package/lib/components/index.d.mts +171 -45
  71. package/lib/composables/defaults.mjs +1 -1
  72. package/lib/composables/defaults.mjs.map +1 -1
  73. package/lib/composables/dimensions.mjs +16 -8
  74. package/lib/composables/dimensions.mjs.map +1 -1
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +50 -50
  78. package/lib/labs/VCalendar/VCalendar.mjs +2 -2
  79. package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
  80. package/lib/labs/VDateInput/index.d.mts +6 -6
  81. package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
  82. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  83. package/lib/labs/VNumberInput/index.d.mts +1 -1
  84. package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
  85. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  86. package/lib/labs/components.d.mts +7 -7
  87. package/lib/locale/de.mjs +4 -4
  88. package/lib/locale/de.mjs.map +1 -1
  89. package/lib/locale/fa.mjs +10 -10
  90. package/lib/locale/fa.mjs.map +1 -1
  91. package/lib/locale/hu.mjs +18 -18
  92. package/lib/locale/hu.mjs.map +1 -1
  93. package/lib/styles/generic/_colors.scss +0 -1
  94. package/lib/styles/main.css +0 -260
  95. package/lib/util/helpers.mjs +2 -0
  96. package/lib/util/helpers.mjs.map +1 -1
  97. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -9429,7 +9429,7 @@ declare const VBanner: {
9429
9429
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9430
9430
  style: vue.StyleValue;
9431
9431
  tag: string;
9432
- mobile: boolean | null;
9432
+ mobile: NonNullable<boolean | null> | null;
9433
9433
  sticky: boolean;
9434
9434
  tile: boolean;
9435
9435
  density: Density;
@@ -9476,7 +9476,7 @@ declare const VBanner: {
9476
9476
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9477
9477
  style: vue.StyleValue;
9478
9478
  tag: string;
9479
- mobile: boolean | null;
9479
+ mobile: NonNullable<boolean | null> | null;
9480
9480
  sticky: boolean;
9481
9481
  tile: boolean;
9482
9482
  density: Density;
@@ -9523,7 +9523,7 @@ declare const VBanner: {
9523
9523
  }, {
9524
9524
  style: vue.StyleValue;
9525
9525
  tag: string;
9526
- mobile: boolean | null;
9526
+ mobile: NonNullable<boolean | null> | null;
9527
9527
  sticky: boolean;
9528
9528
  rounded: string | number | boolean;
9529
9529
  tile: boolean;
@@ -9552,7 +9552,7 @@ declare const VBanner: {
9552
9552
  }, {
9553
9553
  style: vue.StyleValue;
9554
9554
  tag: string;
9555
- mobile: boolean | null;
9555
+ mobile: NonNullable<boolean | null> | null;
9556
9556
  sticky: boolean;
9557
9557
  tile: boolean;
9558
9558
  density: Density;
@@ -9599,7 +9599,7 @@ declare const VBanner: {
9599
9599
  }, {}, {}, {}, {}, {
9600
9600
  style: vue.StyleValue;
9601
9601
  tag: string;
9602
- mobile: boolean | null;
9602
+ mobile: NonNullable<boolean | null> | null;
9603
9603
  sticky: boolean;
9604
9604
  rounded: string | number | boolean;
9605
9605
  tile: boolean;
@@ -9612,7 +9612,7 @@ declare const VBanner: {
9612
9612
  } & vue.ComponentOptionsBase<{
9613
9613
  style: vue.StyleValue;
9614
9614
  tag: string;
9615
- mobile: boolean | null;
9615
+ mobile: NonNullable<boolean | null> | null;
9616
9616
  sticky: boolean;
9617
9617
  tile: boolean;
9618
9618
  density: Density;
@@ -9659,7 +9659,7 @@ declare const VBanner: {
9659
9659
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9660
9660
  style: vue.StyleValue;
9661
9661
  tag: string;
9662
- mobile: boolean | null;
9662
+ mobile: NonNullable<boolean | null> | null;
9663
9663
  sticky: boolean;
9664
9664
  rounded: string | number | boolean;
9665
9665
  tile: boolean;
@@ -9698,9 +9698,12 @@ declare const VBanner: {
9698
9698
  type: (StringConstructor | NumberConstructor)[];
9699
9699
  validator(v: any): boolean;
9700
9700
  };
9701
- mobile: {
9701
+ mobile: Omit<{
9702
9702
  type: PropType<boolean | null>;
9703
9703
  default: boolean;
9704
+ }, "default" | "type"> & {
9705
+ type: PropType<NonNullable<boolean | null> | null>;
9706
+ default: NonNullable<boolean | null> | null;
9704
9707
  };
9705
9708
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9706
9709
  height: (StringConstructor | NumberConstructor)[];
@@ -9748,9 +9751,12 @@ declare const VBanner: {
9748
9751
  type: (StringConstructor | NumberConstructor)[];
9749
9752
  validator(v: any): boolean;
9750
9753
  };
9751
- mobile: {
9754
+ mobile: Omit<{
9752
9755
  type: PropType<boolean | null>;
9753
9756
  default: boolean;
9757
+ }, "default" | "type"> & {
9758
+ type: PropType<NonNullable<boolean | null> | null>;
9759
+ default: NonNullable<boolean | null> | null;
9754
9760
  };
9755
9761
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9756
9762
  height: (StringConstructor | NumberConstructor)[];
@@ -17670,7 +17676,7 @@ declare const VChipGroup: {
17670
17676
  style: vue.StyleValue;
17671
17677
  disabled: boolean;
17672
17678
  tag: string;
17673
- mobile: boolean | null;
17679
+ mobile: NonNullable<boolean | null> | null;
17674
17680
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17675
17681
  column: boolean;
17676
17682
  multiple: boolean;
@@ -17696,7 +17702,7 @@ declare const VChipGroup: {
17696
17702
  style: vue.StyleValue;
17697
17703
  disabled: boolean;
17698
17704
  tag: string;
17699
- mobile: boolean | null;
17705
+ mobile: NonNullable<boolean | null> | null;
17700
17706
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17701
17707
  column: boolean;
17702
17708
  multiple: boolean;
@@ -17720,7 +17726,7 @@ declare const VChipGroup: {
17720
17726
  style: vue.StyleValue;
17721
17727
  disabled: boolean;
17722
17728
  tag: string;
17723
- mobile: boolean | null;
17729
+ mobile: NonNullable<boolean | null> | null;
17724
17730
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17725
17731
  column: boolean;
17726
17732
  multiple: boolean;
@@ -17753,7 +17759,7 @@ declare const VChipGroup: {
17753
17759
  style: vue.StyleValue;
17754
17760
  disabled: boolean;
17755
17761
  tag: string;
17756
- mobile: boolean | null;
17762
+ mobile: NonNullable<boolean | null> | null;
17757
17763
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17758
17764
  column: boolean;
17759
17765
  multiple: boolean;
@@ -17777,7 +17783,7 @@ declare const VChipGroup: {
17777
17783
  style: vue.StyleValue;
17778
17784
  disabled: boolean;
17779
17785
  tag: string;
17780
- mobile: boolean | null;
17786
+ mobile: NonNullable<boolean | null> | null;
17781
17787
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17782
17788
  column: boolean;
17783
17789
  multiple: boolean;
@@ -17797,7 +17803,7 @@ declare const VChipGroup: {
17797
17803
  style: vue.StyleValue;
17798
17804
  disabled: boolean;
17799
17805
  tag: string;
17800
- mobile: boolean | null;
17806
+ mobile: NonNullable<boolean | null> | null;
17801
17807
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17802
17808
  column: boolean;
17803
17809
  multiple: boolean;
@@ -17823,7 +17829,7 @@ declare const VChipGroup: {
17823
17829
  style: vue.StyleValue;
17824
17830
  disabled: boolean;
17825
17831
  tag: string;
17826
- mobile: boolean | null;
17832
+ mobile: NonNullable<boolean | null> | null;
17827
17833
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17828
17834
  column: boolean;
17829
17835
  multiple: boolean;
@@ -17881,9 +17887,12 @@ declare const VChipGroup: {
17881
17887
  type: PropType<vue.StyleValue>;
17882
17888
  default: null;
17883
17889
  };
17884
- mobile: {
17890
+ mobile: Omit<{
17885
17891
  type: PropType<boolean | null>;
17886
17892
  default: boolean;
17893
+ }, "default" | "type"> & {
17894
+ type: PropType<NonNullable<boolean | null> | null>;
17895
+ default: NonNullable<boolean | null> | null;
17887
17896
  };
17888
17897
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17889
17898
  centerActive: BooleanConstructor;
@@ -17945,9 +17954,12 @@ declare const VChipGroup: {
17945
17954
  type: PropType<vue.StyleValue>;
17946
17955
  default: null;
17947
17956
  };
17948
- mobile: {
17957
+ mobile: Omit<{
17949
17958
  type: PropType<boolean | null>;
17950
17959
  default: boolean;
17960
+ }, "default" | "type"> & {
17961
+ type: PropType<NonNullable<boolean | null> | null>;
17962
+ default: NonNullable<boolean | null> | null;
17951
17963
  };
17952
17964
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17953
17965
  centerActive: BooleanConstructor;
@@ -22723,6 +22735,9 @@ type VCombobox = InstanceType<typeof VCombobox>;
22723
22735
  type VConfirmEditSlots<T> = {
22724
22736
  default: {
22725
22737
  model: Ref<T>;
22738
+ save: () => void;
22739
+ cancel: () => void;
22740
+ isPristine: boolean;
22726
22741
  get actions(): VNode;
22727
22742
  };
22728
22743
  };
@@ -22734,7 +22749,11 @@ declare const VConfirmEdit: {
22734
22749
  color?: string | undefined;
22735
22750
  } & {
22736
22751
  onCancel?: (() => any) | undefined;
22737
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22752
+ }, {
22753
+ save: () => void;
22754
+ cancel: () => void;
22755
+ isPristine: vue.ComputedRef<boolean>;
22756
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22738
22757
  cancel: () => true;
22739
22758
  save: (value: any) => true;
22740
22759
  'update:modelValue': (value: any) => true;
@@ -22751,6 +22770,9 @@ declare const VConfirmEdit: {
22751
22770
  }, true, {}, vue.SlotsType<Partial<{
22752
22771
  default: (arg: {
22753
22772
  model: Ref<unknown>;
22773
+ save: () => void;
22774
+ cancel: () => void;
22775
+ isPristine: boolean;
22754
22776
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22755
22777
  [key: string]: any;
22756
22778
  }>;
@@ -22771,7 +22793,11 @@ declare const VConfirmEdit: {
22771
22793
  color?: string | undefined;
22772
22794
  } & {
22773
22795
  onCancel?: (() => any) | undefined;
22774
- }, {}, {}, {}, {}, {
22796
+ }, {
22797
+ save: () => void;
22798
+ cancel: () => void;
22799
+ isPristine: vue.ComputedRef<boolean>;
22800
+ }, {}, {}, {}, {
22775
22801
  cancelText: string;
22776
22802
  okText: string;
22777
22803
  }>;
@@ -22785,7 +22811,11 @@ declare const VConfirmEdit: {
22785
22811
  color?: string | undefined;
22786
22812
  } & {
22787
22813
  onCancel?: (() => any) | undefined;
22788
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22814
+ }, {
22815
+ save: () => void;
22816
+ cancel: () => void;
22817
+ isPristine: vue.ComputedRef<boolean>;
22818
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22789
22819
  cancel: () => true;
22790
22820
  save: (value: any) => true;
22791
22821
  'update:modelValue': (value: any) => true;
@@ -22795,6 +22825,9 @@ declare const VConfirmEdit: {
22795
22825
  }, {}, string, vue.SlotsType<Partial<{
22796
22826
  default: (arg: {
22797
22827
  model: Ref<unknown>;
22828
+ save: () => void;
22829
+ cancel: () => void;
22830
+ isPristine: boolean;
22798
22831
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22799
22832
  [key: string]: any;
22800
22833
  }>;
@@ -23796,6 +23829,7 @@ declare const VDataTableHeaders: {
23796
23829
  mobile: boolean | null;
23797
23830
  sticky: boolean;
23798
23831
  multiSort: boolean;
23832
+ disableSort: boolean;
23799
23833
  sortAscIcon: IconValue;
23800
23834
  sortDescIcon: IconValue;
23801
23835
  } & {
@@ -23828,6 +23862,7 @@ declare const VDataTableHeaders: {
23828
23862
  mobile: boolean | null;
23829
23863
  sticky: boolean;
23830
23864
  multiSort: boolean;
23865
+ disableSort: boolean;
23831
23866
  sortAscIcon: IconValue;
23832
23867
  sortDescIcon: IconValue;
23833
23868
  } & {
@@ -23860,6 +23895,7 @@ declare const VDataTableHeaders: {
23860
23895
  mobile: boolean | null;
23861
23896
  sticky: boolean;
23862
23897
  multiSort: boolean;
23898
+ disableSort: boolean;
23863
23899
  sortAscIcon: IconValue;
23864
23900
  sortDescIcon: IconValue;
23865
23901
  }, true, {}, vue.SlotsType<Partial<{
@@ -23889,6 +23925,7 @@ declare const VDataTableHeaders: {
23889
23925
  mobile: boolean | null;
23890
23926
  sticky: boolean;
23891
23927
  multiSort: boolean;
23928
+ disableSort: boolean;
23892
23929
  sortAscIcon: IconValue;
23893
23930
  sortDescIcon: IconValue;
23894
23931
  } & {
@@ -23921,6 +23958,7 @@ declare const VDataTableHeaders: {
23921
23958
  mobile: boolean | null;
23922
23959
  sticky: boolean;
23923
23960
  multiSort: boolean;
23961
+ disableSort: boolean;
23924
23962
  sortAscIcon: IconValue;
23925
23963
  sortDescIcon: IconValue;
23926
23964
  }>;
@@ -23931,6 +23969,7 @@ declare const VDataTableHeaders: {
23931
23969
  mobile: boolean | null;
23932
23970
  sticky: boolean;
23933
23971
  multiSort: boolean;
23972
+ disableSort: boolean;
23934
23973
  sortAscIcon: IconValue;
23935
23974
  sortDescIcon: IconValue;
23936
23975
  } & {
@@ -23963,6 +24002,7 @@ declare const VDataTableHeaders: {
23963
24002
  mobile: boolean | null;
23964
24003
  sticky: boolean;
23965
24004
  multiSort: boolean;
24005
+ disableSort: boolean;
23966
24006
  sortAscIcon: IconValue;
23967
24007
  sortDescIcon: IconValue;
23968
24008
  }, {}, string, vue.SlotsType<Partial<{
@@ -23990,6 +24030,7 @@ declare const VDataTableHeaders: {
23990
24030
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23991
24031
  color: StringConstructor;
23992
24032
  sticky: BooleanConstructor;
24033
+ disableSort: BooleanConstructor;
23993
24034
  multiSort: BooleanConstructor;
23994
24035
  sortAscIcon: {
23995
24036
  type: PropType<IconValue>;
@@ -24011,6 +24052,7 @@ declare const VDataTableHeaders: {
24011
24052
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
24012
24053
  color: StringConstructor;
24013
24054
  sticky: BooleanConstructor;
24055
+ disableSort: BooleanConstructor;
24014
24056
  multiSort: BooleanConstructor;
24015
24057
  sortAscIcon: {
24016
24058
  type: PropType<IconValue>;
@@ -24488,10 +24530,12 @@ declare const VDataTable: {
24488
24530
  value: number;
24489
24531
  })[];
24490
24532
  showCurrentPage: boolean;
24533
+ disableSort: boolean;
24491
24534
  sortAscIcon: IconValue;
24492
24535
  sortDescIcon: IconValue;
24493
24536
  fixedHeader: boolean;
24494
24537
  fixedFooter: boolean;
24538
+ hideDefaultBody: boolean;
24495
24539
  hideDefaultFooter: boolean;
24496
24540
  hideDefaultHeader: boolean;
24497
24541
  } & {
@@ -24565,10 +24609,12 @@ declare const VDataTable: {
24565
24609
  value: number;
24566
24610
  })[];
24567
24611
  showCurrentPage: boolean;
24612
+ disableSort: boolean;
24568
24613
  sortAscIcon: IconValue;
24569
24614
  sortDescIcon: IconValue;
24570
24615
  fixedHeader: boolean;
24571
24616
  fixedFooter: boolean;
24617
+ hideDefaultBody: boolean;
24572
24618
  hideDefaultFooter: boolean;
24573
24619
  hideDefaultHeader: boolean;
24574
24620
  } & {
@@ -24633,10 +24679,12 @@ declare const VDataTable: {
24633
24679
  value: number;
24634
24680
  })[];
24635
24681
  showCurrentPage: boolean;
24682
+ disableSort: boolean;
24636
24683
  sortAscIcon: IconValue;
24637
24684
  sortDescIcon: IconValue;
24638
24685
  fixedHeader: boolean;
24639
24686
  fixedFooter: boolean;
24687
+ hideDefaultBody: boolean;
24640
24688
  hideDefaultFooter: boolean;
24641
24689
  hideDefaultHeader: boolean;
24642
24690
  }, true, {}, vue.SlotsType<Partial<{
@@ -24783,10 +24831,12 @@ declare const VDataTable: {
24783
24831
  value: number;
24784
24832
  })[];
24785
24833
  showCurrentPage: boolean;
24834
+ disableSort: boolean;
24786
24835
  sortAscIcon: IconValue;
24787
24836
  sortDescIcon: IconValue;
24788
24837
  fixedHeader: boolean;
24789
24838
  fixedFooter: boolean;
24839
+ hideDefaultBody: boolean;
24790
24840
  hideDefaultFooter: boolean;
24791
24841
  hideDefaultHeader: boolean;
24792
24842
  } & {
@@ -24851,10 +24901,12 @@ declare const VDataTable: {
24851
24901
  value: number;
24852
24902
  })[];
24853
24903
  showCurrentPage: boolean;
24904
+ disableSort: boolean;
24854
24905
  sortAscIcon: IconValue;
24855
24906
  sortDescIcon: IconValue;
24856
24907
  fixedHeader: boolean;
24857
24908
  fixedFooter: boolean;
24909
+ hideDefaultBody: boolean;
24858
24910
  hideDefaultFooter: boolean;
24859
24911
  hideDefaultHeader: boolean;
24860
24912
  }>;
@@ -24901,10 +24953,12 @@ declare const VDataTable: {
24901
24953
  value: number;
24902
24954
  })[];
24903
24955
  showCurrentPage: boolean;
24956
+ disableSort: boolean;
24904
24957
  sortAscIcon: IconValue;
24905
24958
  sortDescIcon: IconValue;
24906
24959
  fixedHeader: boolean;
24907
24960
  fixedFooter: boolean;
24961
+ hideDefaultBody: boolean;
24908
24962
  hideDefaultFooter: boolean;
24909
24963
  hideDefaultHeader: boolean;
24910
24964
  } & {
@@ -24978,10 +25032,12 @@ declare const VDataTable: {
24978
25032
  value: number;
24979
25033
  })[];
24980
25034
  showCurrentPage: boolean;
25035
+ disableSort: boolean;
24981
25036
  sortAscIcon: IconValue;
24982
25037
  sortDescIcon: IconValue;
24983
25038
  fixedHeader: boolean;
24984
25039
  fixedFooter: boolean;
25040
+ hideDefaultBody: boolean;
24985
25041
  hideDefaultFooter: boolean;
24986
25042
  hideDefaultHeader: boolean;
24987
25043
  }, {}, string, vue.SlotsType<Partial<{
@@ -25230,6 +25286,7 @@ declare const VDataTable: {
25230
25286
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25231
25287
  color: StringConstructor;
25232
25288
  sticky: BooleanConstructor;
25289
+ disableSort: BooleanConstructor;
25233
25290
  multiSort: BooleanConstructor;
25234
25291
  sortAscIcon: {
25235
25292
  type: vue.PropType<IconValue>;
@@ -25331,6 +25388,7 @@ declare const VDataTable: {
25331
25388
  type: vue.PropType<readonly string[]>;
25332
25389
  default: () => never[];
25333
25390
  };
25391
+ hideDefaultBody: BooleanConstructor;
25334
25392
  hideDefaultFooter: BooleanConstructor;
25335
25393
  hideDefaultHeader: BooleanConstructor;
25336
25394
  width: (StringConstructor | NumberConstructor)[];
@@ -25439,6 +25497,7 @@ declare const VDataTable: {
25439
25497
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25440
25498
  color: StringConstructor;
25441
25499
  sticky: BooleanConstructor;
25500
+ disableSort: BooleanConstructor;
25442
25501
  multiSort: BooleanConstructor;
25443
25502
  sortAscIcon: {
25444
25503
  type: vue.PropType<IconValue>;
@@ -25540,6 +25599,7 @@ declare const VDataTable: {
25540
25599
  type: vue.PropType<readonly string[]>;
25541
25600
  default: () => never[];
25542
25601
  };
25602
+ hideDefaultBody: BooleanConstructor;
25543
25603
  hideDefaultFooter: BooleanConstructor;
25544
25604
  hideDefaultHeader: BooleanConstructor;
25545
25605
  width: (StringConstructor | NumberConstructor)[];
@@ -25876,10 +25936,12 @@ declare const VDataTableVirtual: {
25876
25936
  showSelect: boolean;
25877
25937
  expandOnClick: boolean;
25878
25938
  showExpand: boolean;
25939
+ disableSort: boolean;
25879
25940
  sortAscIcon: IconValue;
25880
25941
  sortDescIcon: IconValue;
25881
25942
  fixedHeader: boolean;
25882
25943
  fixedFooter: boolean;
25944
+ hideDefaultBody: boolean;
25883
25945
  hideDefaultFooter: boolean;
25884
25946
  hideDefaultHeader: boolean;
25885
25947
  } & {
@@ -25976,10 +26038,12 @@ declare const VDataTableVirtual: {
25976
26038
  showSelect: boolean;
25977
26039
  expandOnClick: boolean;
25978
26040
  showExpand: boolean;
26041
+ disableSort: boolean;
25979
26042
  sortAscIcon: IconValue;
25980
26043
  sortDescIcon: IconValue;
25981
26044
  fixedHeader: boolean;
25982
26045
  fixedFooter: boolean;
26046
+ hideDefaultBody: boolean;
25983
26047
  hideDefaultFooter: boolean;
25984
26048
  hideDefaultHeader: boolean;
25985
26049
  } & {
@@ -26070,10 +26134,12 @@ declare const VDataTableVirtual: {
26070
26134
  showSelect: boolean;
26071
26135
  expandOnClick: boolean;
26072
26136
  showExpand: boolean;
26137
+ disableSort: boolean;
26073
26138
  sortAscIcon: IconValue;
26074
26139
  sortDescIcon: IconValue;
26075
26140
  fixedHeader: boolean;
26076
26141
  fixedFooter: boolean;
26142
+ hideDefaultBody: boolean;
26077
26143
  hideDefaultFooter: boolean;
26078
26144
  hideDefaultHeader: boolean;
26079
26145
  }, true, {}, vue.SlotsType<Partial<{
@@ -26188,10 +26254,12 @@ declare const VDataTableVirtual: {
26188
26254
  showSelect: boolean;
26189
26255
  expandOnClick: boolean;
26190
26256
  showExpand: boolean;
26257
+ disableSort: boolean;
26191
26258
  sortAscIcon: IconValue;
26192
26259
  sortDescIcon: IconValue;
26193
26260
  fixedHeader: boolean;
26194
26261
  fixedFooter: boolean;
26262
+ hideDefaultBody: boolean;
26195
26263
  hideDefaultFooter: boolean;
26196
26264
  hideDefaultHeader: boolean;
26197
26265
  } & {
@@ -26282,10 +26350,12 @@ declare const VDataTableVirtual: {
26282
26350
  showSelect: boolean;
26283
26351
  expandOnClick: boolean;
26284
26352
  showExpand: boolean;
26353
+ disableSort: boolean;
26285
26354
  sortAscIcon: IconValue;
26286
26355
  sortDescIcon: IconValue;
26287
26356
  fixedHeader: boolean;
26288
26357
  fixedFooter: boolean;
26358
+ hideDefaultBody: boolean;
26289
26359
  hideDefaultFooter: boolean;
26290
26360
  hideDefaultHeader: boolean;
26291
26361
  }>;
@@ -26316,10 +26386,12 @@ declare const VDataTableVirtual: {
26316
26386
  showSelect: boolean;
26317
26387
  expandOnClick: boolean;
26318
26388
  showExpand: boolean;
26389
+ disableSort: boolean;
26319
26390
  sortAscIcon: IconValue;
26320
26391
  sortDescIcon: IconValue;
26321
26392
  fixedHeader: boolean;
26322
26393
  fixedFooter: boolean;
26394
+ hideDefaultBody: boolean;
26323
26395
  hideDefaultFooter: boolean;
26324
26396
  hideDefaultHeader: boolean;
26325
26397
  } & {
@@ -26416,10 +26488,12 @@ declare const VDataTableVirtual: {
26416
26488
  showSelect: boolean;
26417
26489
  expandOnClick: boolean;
26418
26490
  showExpand: boolean;
26491
+ disableSort: boolean;
26419
26492
  sortAscIcon: IconValue;
26420
26493
  sortDescIcon: IconValue;
26421
26494
  fixedHeader: boolean;
26422
26495
  fixedFooter: boolean;
26496
+ hideDefaultBody: boolean;
26423
26497
  hideDefaultFooter: boolean;
26424
26498
  hideDefaultHeader: boolean;
26425
26499
  }, {}, string, vue.SlotsType<Partial<{
@@ -26563,6 +26637,7 @@ declare const VDataTableVirtual: {
26563
26637
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26564
26638
  color: StringConstructor;
26565
26639
  sticky: BooleanConstructor;
26640
+ disableSort: BooleanConstructor;
26566
26641
  multiSort: BooleanConstructor;
26567
26642
  sortAscIcon: {
26568
26643
  type: vue.PropType<IconValue>;
@@ -26660,6 +26735,7 @@ declare const VDataTableVirtual: {
26660
26735
  type: vue.PropType<readonly string[]>;
26661
26736
  default: () => never[];
26662
26737
  };
26738
+ hideDefaultBody: BooleanConstructor;
26663
26739
  hideDefaultFooter: BooleanConstructor;
26664
26740
  hideDefaultHeader: BooleanConstructor;
26665
26741
  width: (StringConstructor | NumberConstructor)[];
@@ -26717,6 +26793,7 @@ declare const VDataTableVirtual: {
26717
26793
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26718
26794
  color: StringConstructor;
26719
26795
  sticky: BooleanConstructor;
26796
+ disableSort: BooleanConstructor;
26720
26797
  multiSort: BooleanConstructor;
26721
26798
  sortAscIcon: {
26722
26799
  type: vue.PropType<IconValue>;
@@ -26814,6 +26891,7 @@ declare const VDataTableVirtual: {
26814
26891
  type: vue.PropType<readonly string[]>;
26815
26892
  default: () => never[];
26816
26893
  };
26894
+ hideDefaultBody: BooleanConstructor;
26817
26895
  hideDefaultFooter: BooleanConstructor;
26818
26896
  hideDefaultHeader: BooleanConstructor;
26819
26897
  width: (StringConstructor | NumberConstructor)[];
@@ -26871,10 +26949,12 @@ declare const VDataTableServer: {
26871
26949
  value: number;
26872
26950
  })[];
26873
26951
  showCurrentPage: boolean;
26952
+ disableSort: boolean;
26874
26953
  sortAscIcon: IconValue;
26875
26954
  sortDescIcon: IconValue;
26876
26955
  fixedHeader: boolean;
26877
26956
  fixedFooter: boolean;
26957
+ hideDefaultBody: boolean;
26878
26958
  hideDefaultFooter: boolean;
26879
26959
  hideDefaultHeader: boolean;
26880
26960
  } & {
@@ -26987,10 +27067,12 @@ declare const VDataTableServer: {
26987
27067
  value: number;
26988
27068
  })[];
26989
27069
  showCurrentPage: boolean;
27070
+ disableSort: boolean;
26990
27071
  sortAscIcon: IconValue;
26991
27072
  sortDescIcon: IconValue;
26992
27073
  fixedHeader: boolean;
26993
27074
  fixedFooter: boolean;
27075
+ hideDefaultBody: boolean;
26994
27076
  hideDefaultFooter: boolean;
26995
27077
  hideDefaultHeader: boolean;
26996
27078
  } & {
@@ -27094,10 +27176,12 @@ declare const VDataTableServer: {
27094
27176
  value: number;
27095
27177
  })[];
27096
27178
  showCurrentPage: boolean;
27179
+ disableSort: boolean;
27097
27180
  sortAscIcon: IconValue;
27098
27181
  sortDescIcon: IconValue;
27099
27182
  fixedHeader: boolean;
27100
27183
  fixedFooter: boolean;
27184
+ hideDefaultBody: boolean;
27101
27185
  hideDefaultFooter: boolean;
27102
27186
  hideDefaultHeader: boolean;
27103
27187
  }, true, {}, vue.SlotsType<Partial<{
@@ -27243,10 +27327,12 @@ declare const VDataTableServer: {
27243
27327
  value: number;
27244
27328
  })[];
27245
27329
  showCurrentPage: boolean;
27330
+ disableSort: boolean;
27246
27331
  sortAscIcon: IconValue;
27247
27332
  sortDescIcon: IconValue;
27248
27333
  fixedHeader: boolean;
27249
27334
  fixedFooter: boolean;
27335
+ hideDefaultBody: boolean;
27250
27336
  hideDefaultFooter: boolean;
27251
27337
  hideDefaultHeader: boolean;
27252
27338
  } & {
@@ -27350,10 +27436,12 @@ declare const VDataTableServer: {
27350
27436
  value: number;
27351
27437
  })[];
27352
27438
  showCurrentPage: boolean;
27439
+ disableSort: boolean;
27353
27440
  sortAscIcon: IconValue;
27354
27441
  sortDescIcon: IconValue;
27355
27442
  fixedHeader: boolean;
27356
27443
  fixedFooter: boolean;
27444
+ hideDefaultBody: boolean;
27357
27445
  hideDefaultFooter: boolean;
27358
27446
  hideDefaultHeader: boolean;
27359
27447
  }>;
@@ -27399,10 +27487,12 @@ declare const VDataTableServer: {
27399
27487
  value: number;
27400
27488
  })[];
27401
27489
  showCurrentPage: boolean;
27490
+ disableSort: boolean;
27402
27491
  sortAscIcon: IconValue;
27403
27492
  sortDescIcon: IconValue;
27404
27493
  fixedHeader: boolean;
27405
27494
  fixedFooter: boolean;
27495
+ hideDefaultBody: boolean;
27406
27496
  hideDefaultFooter: boolean;
27407
27497
  hideDefaultHeader: boolean;
27408
27498
  } & {
@@ -27514,10 +27604,12 @@ declare const VDataTableServer: {
27514
27604
  value: number;
27515
27605
  })[];
27516
27606
  showCurrentPage: boolean;
27607
+ disableSort: boolean;
27517
27608
  sortAscIcon: IconValue;
27518
27609
  sortDescIcon: IconValue;
27519
27610
  fixedHeader: boolean;
27520
27611
  fixedFooter: boolean;
27612
+ hideDefaultBody: boolean;
27521
27613
  hideDefaultFooter: boolean;
27522
27614
  hideDefaultHeader: boolean;
27523
27615
  }, {}, string, vue.SlotsType<Partial<{
@@ -27712,6 +27804,7 @@ declare const VDataTableServer: {
27712
27804
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27713
27805
  color: StringConstructor;
27714
27806
  sticky: BooleanConstructor;
27807
+ disableSort: BooleanConstructor;
27715
27808
  multiSort: BooleanConstructor;
27716
27809
  sortAscIcon: {
27717
27810
  type: vue.PropType<IconValue>;
@@ -27813,6 +27906,7 @@ declare const VDataTableServer: {
27813
27906
  type: vue.PropType<readonly string[]>;
27814
27907
  default: () => never[];
27815
27908
  };
27909
+ hideDefaultBody: BooleanConstructor;
27816
27910
  hideDefaultFooter: BooleanConstructor;
27817
27911
  hideDefaultHeader: BooleanConstructor;
27818
27912
  width: (StringConstructor | NumberConstructor)[];
@@ -27917,6 +28011,7 @@ declare const VDataTableServer: {
27917
28011
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27918
28012
  color: StringConstructor;
27919
28013
  sticky: BooleanConstructor;
28014
+ disableSort: BooleanConstructor;
27920
28015
  multiSort: BooleanConstructor;
27921
28016
  sortAscIcon: {
27922
28017
  type: vue.PropType<IconValue>;
@@ -28018,6 +28113,7 @@ declare const VDataTableServer: {
28018
28113
  type: vue.PropType<readonly string[]>;
28019
28114
  default: () => never[];
28020
28115
  };
28116
+ hideDefaultBody: BooleanConstructor;
28021
28117
  hideDefaultFooter: BooleanConstructor;
28022
28118
  hideDefaultHeader: BooleanConstructor;
28023
28119
  width: (StringConstructor | NumberConstructor)[];
@@ -28089,7 +28185,7 @@ declare const VDatePicker: {
28089
28185
  theme?: string | undefined;
28090
28186
  color?: string | undefined;
28091
28187
  month?: string | number | undefined;
28092
- year?: string | number | undefined;
28188
+ year?: number | undefined;
28093
28189
  border?: string | number | boolean | undefined;
28094
28190
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28095
28191
  rounded?: string | number | boolean | undefined;
@@ -28142,7 +28238,7 @@ declare const VDatePicker: {
28142
28238
  theme?: string | undefined;
28143
28239
  color?: string | undefined;
28144
28240
  month?: string | number | undefined;
28145
- year?: string | number | undefined;
28241
+ year?: number | undefined;
28146
28242
  border?: string | number | boolean | undefined;
28147
28243
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28148
28244
  rounded?: string | number | boolean | undefined;
@@ -28235,7 +28331,7 @@ declare const VDatePicker: {
28235
28331
  theme?: string | undefined;
28236
28332
  color?: string | undefined;
28237
28333
  month?: string | number | undefined;
28238
- year?: string | number | undefined;
28334
+ year?: number | undefined;
28239
28335
  border?: string | number | boolean | undefined;
28240
28336
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28241
28337
  rounded?: string | number | boolean | undefined;
@@ -28309,7 +28405,7 @@ declare const VDatePicker: {
28309
28405
  theme?: string | undefined;
28310
28406
  color?: string | undefined;
28311
28407
  month?: string | number | undefined;
28312
- year?: string | number | undefined;
28408
+ year?: number | undefined;
28313
28409
  border?: string | number | boolean | undefined;
28314
28410
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28315
28411
  rounded?: string | number | boolean | undefined;
@@ -28422,12 +28518,12 @@ declare const VDatePicker: {
28422
28518
  hideHeader: BooleanConstructor;
28423
28519
  max: vue.PropType<unknown>;
28424
28520
  min: vue.PropType<unknown>;
28521
+ year: NumberConstructor;
28425
28522
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28426
28523
  disabled: BooleanConstructor;
28427
28524
  displayValue: vue.PropType<unknown>;
28428
28525
  month: (StringConstructor | NumberConstructor)[];
28429
28526
  showAdjacentMonths: BooleanConstructor;
28430
- year: (StringConstructor | NumberConstructor)[];
28431
28527
  weekdays: {
28432
28528
  type: {
28433
28529
  (arrayLength: number): number[];
@@ -28531,12 +28627,12 @@ declare const VDatePicker: {
28531
28627
  hideHeader: BooleanConstructor;
28532
28628
  max: vue.PropType<unknown>;
28533
28629
  min: vue.PropType<unknown>;
28630
+ year: NumberConstructor;
28534
28631
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28535
28632
  disabled: BooleanConstructor;
28536
28633
  displayValue: vue.PropType<unknown>;
28537
28634
  month: (StringConstructor | NumberConstructor)[];
28538
28635
  showAdjacentMonths: BooleanConstructor;
28539
- year: (StringConstructor | NumberConstructor)[];
28540
28636
  weekdays: {
28541
28637
  type: {
28542
28638
  (arrayLength: number): number[];
@@ -29313,7 +29409,10 @@ declare const VDatePickerMonths: {
29313
29409
  new (...args: any[]): vue.CreateComponentPublicInstance<{} & {
29314
29410
  height?: string | number | undefined;
29315
29411
  color?: string | undefined;
29412
+ year?: number | undefined;
29316
29413
  modelValue?: number | undefined;
29414
+ max?: unknown;
29415
+ min?: unknown;
29317
29416
  } & {
29318
29417
  $children?: {} | vue.VNodeChild | {
29319
29418
  month?: ((arg: {
@@ -29357,7 +29456,10 @@ declare const VDatePickerMonths: {
29357
29456
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
29358
29457
  height?: string | number | undefined;
29359
29458
  color?: string | undefined;
29459
+ year?: number | undefined;
29360
29460
  modelValue?: number | undefined;
29461
+ max?: unknown;
29462
+ min?: unknown;
29361
29463
  } & {
29362
29464
  $children?: {} | vue.VNodeChild | {
29363
29465
  month?: ((arg: {
@@ -29419,7 +29521,10 @@ declare const VDatePickerMonths: {
29419
29521
  }, {} & {
29420
29522
  height?: string | number | undefined;
29421
29523
  color?: string | undefined;
29524
+ year?: number | undefined;
29422
29525
  modelValue?: number | undefined;
29526
+ max?: unknown;
29527
+ min?: unknown;
29423
29528
  } & {
29424
29529
  $children?: {} | vue.VNodeChild | {
29425
29530
  month?: ((arg: {
@@ -29465,7 +29570,10 @@ declare const VDatePickerMonths: {
29465
29570
  } & vue.ComponentOptionsBase<{} & {
29466
29571
  height?: string | number | undefined;
29467
29572
  color?: string | undefined;
29573
+ year?: number | undefined;
29468
29574
  modelValue?: number | undefined;
29575
+ max?: unknown;
29576
+ min?: unknown;
29469
29577
  } & {
29470
29578
  $children?: {} | vue.VNodeChild | {
29471
29579
  month?: ((arg: {
@@ -29522,11 +29630,17 @@ declare const VDatePickerMonths: {
29522
29630
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
29523
29631
  color: StringConstructor;
29524
29632
  height: (StringConstructor | NumberConstructor)[];
29633
+ min: PropType<unknown>;
29634
+ max: PropType<unknown>;
29525
29635
  modelValue: NumberConstructor;
29636
+ year: NumberConstructor;
29526
29637
  }, vue.ExtractPropTypes<{
29527
29638
  color: StringConstructor;
29528
29639
  height: (StringConstructor | NumberConstructor)[];
29640
+ min: PropType<unknown>;
29641
+ max: PropType<unknown>;
29529
29642
  modelValue: NumberConstructor;
29643
+ year: NumberConstructor;
29530
29644
  }>>;
29531
29645
  type VDatePickerMonths = InstanceType<typeof VDatePickerMonths>;
29532
29646
 
@@ -53576,7 +53690,7 @@ declare const VSlideGroup: {
53576
53690
  style: vue.StyleValue;
53577
53691
  disabled: boolean;
53578
53692
  tag: string;
53579
- mobile: boolean | null;
53693
+ mobile: NonNullable<boolean | null> | null;
53580
53694
  multiple: boolean;
53581
53695
  direction: "horizontal" | "vertical";
53582
53696
  selectedClass: string;
@@ -53601,7 +53715,7 @@ declare const VSlideGroup: {
53601
53715
  style: vue.StyleValue;
53602
53716
  disabled: boolean;
53603
53717
  tag: string;
53604
- mobile: boolean | null;
53718
+ mobile: NonNullable<boolean | null> | null;
53605
53719
  multiple: boolean;
53606
53720
  direction: "horizontal" | "vertical";
53607
53721
  selectedClass: string;
@@ -53619,7 +53733,7 @@ declare const VSlideGroup: {
53619
53733
  style: vue.StyleValue;
53620
53734
  disabled: boolean;
53621
53735
  tag: string;
53622
- mobile: boolean | null;
53736
+ mobile: NonNullable<boolean | null> | null;
53623
53737
  multiple: boolean;
53624
53738
  direction: "horizontal" | "vertical";
53625
53739
  selectedClass: string;
@@ -53648,7 +53762,7 @@ declare const VSlideGroup: {
53648
53762
  style: vue.StyleValue;
53649
53763
  disabled: boolean;
53650
53764
  tag: string;
53651
- mobile: boolean | null;
53765
+ mobile: NonNullable<boolean | null> | null;
53652
53766
  multiple: boolean;
53653
53767
  direction: "horizontal" | "vertical";
53654
53768
  selectedClass: string;
@@ -53671,7 +53785,7 @@ declare const VSlideGroup: {
53671
53785
  style: vue.StyleValue;
53672
53786
  disabled: boolean;
53673
53787
  tag: string;
53674
- mobile: boolean | null;
53788
+ mobile: NonNullable<boolean | null> | null;
53675
53789
  multiple: boolean;
53676
53790
  direction: "horizontal" | "vertical";
53677
53791
  selectedClass: string;
@@ -53687,7 +53801,7 @@ declare const VSlideGroup: {
53687
53801
  style: vue.StyleValue;
53688
53802
  disabled: boolean;
53689
53803
  tag: string;
53690
- mobile: boolean | null;
53804
+ mobile: NonNullable<boolean | null> | null;
53691
53805
  multiple: boolean;
53692
53806
  direction: "horizontal" | "vertical";
53693
53807
  selectedClass: string;
@@ -53712,7 +53826,7 @@ declare const VSlideGroup: {
53712
53826
  style: vue.StyleValue;
53713
53827
  disabled: boolean;
53714
53828
  tag: string;
53715
- mobile: boolean | null;
53829
+ mobile: NonNullable<boolean | null> | null;
53716
53830
  multiple: boolean;
53717
53831
  direction: "horizontal" | "vertical";
53718
53832
  selectedClass: string;
@@ -53752,9 +53866,12 @@ declare const VSlideGroup: {
53752
53866
  type: StringConstructor;
53753
53867
  default: string;
53754
53868
  };
53755
- mobile: {
53869
+ mobile: Omit<{
53756
53870
  type: PropType<boolean | null>;
53757
53871
  default: boolean;
53872
+ }, "default" | "type"> & {
53873
+ type: PropType<NonNullable<boolean | null> | null>;
53874
+ default: NonNullable<boolean | null> | null;
53758
53875
  };
53759
53876
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53760
53877
  class: PropType<any>;
@@ -53800,9 +53917,12 @@ declare const VSlideGroup: {
53800
53917
  type: StringConstructor;
53801
53918
  default: string;
53802
53919
  };
53803
- mobile: {
53920
+ mobile: Omit<{
53804
53921
  type: PropType<boolean | null>;
53805
53922
  default: boolean;
53923
+ }, "default" | "type"> & {
53924
+ type: PropType<NonNullable<boolean | null> | null>;
53925
+ default: NonNullable<boolean | null> | null;
53806
53926
  };
53807
53927
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53808
53928
  class: PropType<any>;
@@ -62237,7 +62357,7 @@ declare const VTabs: {
62237
62357
  style: vue.StyleValue;
62238
62358
  disabled: boolean;
62239
62359
  tag: string;
62240
- mobile: boolean | null;
62360
+ mobile: NonNullable<boolean | null> | null;
62241
62361
  items: readonly TabItem[];
62242
62362
  mandatory: NonNullable<boolean | "force">;
62243
62363
  multiple: boolean;
@@ -62295,7 +62415,7 @@ declare const VTabs: {
62295
62415
  style: vue.StyleValue;
62296
62416
  disabled: boolean;
62297
62417
  tag: string;
62298
- mobile: boolean | null;
62418
+ mobile: NonNullable<boolean | null> | null;
62299
62419
  items: readonly TabItem[];
62300
62420
  mandatory: NonNullable<boolean | "force">;
62301
62421
  multiple: boolean;
@@ -62352,7 +62472,7 @@ declare const VTabs: {
62352
62472
  height: string | number;
62353
62473
  disabled: boolean;
62354
62474
  tag: string;
62355
- mobile: boolean | null;
62475
+ mobile: NonNullable<boolean | null> | null;
62356
62476
  modelValue: any;
62357
62477
  items: readonly TabItem[];
62358
62478
  mandatory: NonNullable<boolean | "force">;
@@ -62399,7 +62519,7 @@ declare const VTabs: {
62399
62519
  style: vue.StyleValue;
62400
62520
  disabled: boolean;
62401
62521
  tag: string;
62402
- mobile: boolean | null;
62522
+ mobile: NonNullable<boolean | null> | null;
62403
62523
  items: readonly TabItem[];
62404
62524
  mandatory: NonNullable<boolean | "force">;
62405
62525
  multiple: boolean;
@@ -62456,7 +62576,7 @@ declare const VTabs: {
62456
62576
  height: string | number;
62457
62577
  disabled: boolean;
62458
62578
  tag: string;
62459
- mobile: boolean | null;
62579
+ mobile: NonNullable<boolean | null> | null;
62460
62580
  modelValue: any;
62461
62581
  items: readonly TabItem[];
62462
62582
  mandatory: NonNullable<boolean | "force">;
@@ -62481,7 +62601,7 @@ declare const VTabs: {
62481
62601
  style: vue.StyleValue;
62482
62602
  disabled: boolean;
62483
62603
  tag: string;
62484
- mobile: boolean | null;
62604
+ mobile: NonNullable<boolean | null> | null;
62485
62605
  items: readonly TabItem[];
62486
62606
  mandatory: NonNullable<boolean | "force">;
62487
62607
  multiple: boolean;
@@ -62540,7 +62660,7 @@ declare const VTabs: {
62540
62660
  height: string | number;
62541
62661
  disabled: boolean;
62542
62662
  tag: string;
62543
- mobile: boolean | null;
62663
+ mobile: NonNullable<boolean | null> | null;
62544
62664
  modelValue: any;
62545
62665
  items: readonly TabItem[];
62546
62666
  mandatory: NonNullable<boolean | "force">;
@@ -62603,9 +62723,12 @@ declare const VTabs: {
62603
62723
  default: string;
62604
62724
  };
62605
62725
  disabled: BooleanConstructor;
62606
- mobile: {
62726
+ mobile: Omit<{
62607
62727
  type: PropType<boolean | null>;
62608
62728
  default: boolean;
62729
+ }, "default" | "type"> & {
62730
+ type: PropType<NonNullable<boolean | null> | null>;
62731
+ default: NonNullable<boolean | null> | null;
62609
62732
  };
62610
62733
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62611
62734
  class: PropType<any>;
@@ -62681,9 +62804,12 @@ declare const VTabs: {
62681
62804
  default: string;
62682
62805
  };
62683
62806
  disabled: BooleanConstructor;
62684
- mobile: {
62807
+ mobile: Omit<{
62685
62808
  type: PropType<boolean | null>;
62686
62809
  default: boolean;
62810
+ }, "default" | "type"> & {
62811
+ type: PropType<NonNullable<boolean | null> | null>;
62812
+ default: NonNullable<boolean | null> | null;
62687
62813
  };
62688
62814
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62689
62815
  class: PropType<any>;
@@ -73433,77 +73559,77 @@ declare module '@vue/runtime-core' {
73433
73559
  }
73434
73560
 
73435
73561
  export interface GlobalComponents {
73562
+ VApp: typeof import('vuetify/components')['VApp']
73436
73563
  VAppBar: typeof import('vuetify/components')['VAppBar']
73437
73564
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
73438
73565
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
73439
- VApp: typeof import('vuetify/components')['VApp']
73440
73566
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73441
- VAvatar: typeof import('vuetify/components')['VAvatar']
73442
73567
  VAlert: typeof import('vuetify/components')['VAlert']
73443
73568
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73569
+ VAvatar: typeof import('vuetify/components')['VAvatar']
73444
73570
  VBadge: typeof import('vuetify/components')['VBadge']
73445
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73446
73571
  VBanner: typeof import('vuetify/components')['VBanner']
73447
73572
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
73448
73573
  VBannerText: typeof import('vuetify/components')['VBannerText']
73449
73574
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73450
73575
  VBtn: typeof import('vuetify/components')['VBtn']
73576
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73577
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73578
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73579
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73580
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73581
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73451
73582
  VCard: typeof import('vuetify/components')['VCard']
73452
73583
  VCardActions: typeof import('vuetify/components')['VCardActions']
73453
73584
  VCardItem: typeof import('vuetify/components')['VCardItem']
73454
73585
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73455
73586
  VCardText: typeof import('vuetify/components')['VCardText']
73456
73587
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73457
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73458
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73459
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73460
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73461
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73462
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
73463
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73464
73588
  VCarousel: typeof import('vuetify/components')['VCarousel']
73465
73589
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73466
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
73590
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
73591
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73467
73592
  VChip: typeof import('vuetify/components')['VChip']
73468
73593
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
73469
73594
  VCode: typeof import('vuetify/components')['VCode']
73470
- VCounter: typeof import('vuetify/components')['VCounter']
73595
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
73471
73596
  VCombobox: typeof import('vuetify/components')['VCombobox']
73472
- VDataTable: typeof import('vuetify/components')['VDataTable']
73473
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73474
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
73475
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
73476
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73477
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73478
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73479
- VDialog: typeof import('vuetify/components')['VDialog']
73480
73597
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
73481
73598
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
73482
73599
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
73483
73600
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
73484
73601
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73485
73602
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73603
+ VCounter: typeof import('vuetify/components')['VCounter']
73486
73604
  VDivider: typeof import('vuetify/components')['VDivider']
73605
+ VDialog: typeof import('vuetify/components')['VDialog']
73606
+ VDataTable: typeof import('vuetify/components')['VDataTable']
73607
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73608
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
73609
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
73610
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73611
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73612
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73487
73613
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
73488
- VFooter: typeof import('vuetify/components')['VFooter']
73489
- VFab: typeof import('vuetify/components')['VFab']
73490
73614
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73491
73615
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73492
73616
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
73493
73617
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
73618
+ VFab: typeof import('vuetify/components')['VFab']
73494
73619
  VFileInput: typeof import('vuetify/components')['VFileInput']
73495
73620
  VField: typeof import('vuetify/components')['VField']
73496
73621
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73497
- VImg: typeof import('vuetify/components')['VImg']
73622
+ VFooter: typeof import('vuetify/components')['VFooter']
73498
73623
  VIcon: typeof import('vuetify/components')['VIcon']
73499
73624
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
73500
73625
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73501
73626
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73502
73627
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73503
73628
  VInput: typeof import('vuetify/components')['VInput']
73629
+ VImg: typeof import('vuetify/components')['VImg']
73504
73630
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73505
- VKbd: typeof import('vuetify/components')['VKbd']
73506
- VLabel: typeof import('vuetify/components')['VLabel']
73631
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
73632
+ VItem: typeof import('vuetify/components')['VItem']
73507
73633
  VList: typeof import('vuetify/components')['VList']
73508
73634
  VListGroup: typeof import('vuetify/components')['VListGroup']
73509
73635
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73513,71 +73639,71 @@ declare module '@vue/runtime-core' {
73513
73639
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
73514
73640
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73515
73641
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73516
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
73517
- VItem: typeof import('vuetify/components')['VItem']
73642
+ VKbd: typeof import('vuetify/components')['VKbd']
73643
+ VLabel: typeof import('vuetify/components')['VLabel']
73518
73644
  VMenu: typeof import('vuetify/components')['VMenu']
73519
73645
  VMain: typeof import('vuetify/components')['VMain']
73520
73646
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73521
73647
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
73522
73648
  VMessages: typeof import('vuetify/components')['VMessages']
73523
- VPagination: typeof import('vuetify/components')['VPagination']
73524
73649
  VOverlay: typeof import('vuetify/components')['VOverlay']
73650
+ VPagination: typeof import('vuetify/components')['VPagination']
73525
73651
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73526
73652
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73527
- VSelect: typeof import('vuetify/components')['VSelect']
73528
- VRating: typeof import('vuetify/components')['VRating']
73529
73653
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73530
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73654
+ VRating: typeof import('vuetify/components')['VRating']
73655
+ VSelect: typeof import('vuetify/components')['VSelect']
73531
73656
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73532
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73657
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73533
73658
  VSheet: typeof import('vuetify/components')['VSheet']
73534
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73535
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73659
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73536
73660
  VSlider: typeof import('vuetify/components')['VSlider']
73537
73661
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
73538
- VTab: typeof import('vuetify/components')['VTab']
73539
- VTabs: typeof import('vuetify/components')['VTabs']
73540
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73541
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73542
73662
  VSwitch: typeof import('vuetify/components')['VSwitch']
73543
- VTable: typeof import('vuetify/components')['VTable']
73663
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73664
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73665
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
73544
73666
  VStepper: typeof import('vuetify/components')['VStepper']
73545
73667
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
73546
73668
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
73547
73669
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
73548
73670
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73549
73671
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73550
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
73551
- VTextarea: typeof import('vuetify/components')['VTextarea']
73672
+ VTab: typeof import('vuetify/components')['VTab']
73673
+ VTabs: typeof import('vuetify/components')['VTabs']
73674
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73675
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73676
+ VTable: typeof import('vuetify/components')['VTable']
73552
73677
  VTextField: typeof import('vuetify/components')['VTextField']
73553
73678
  VTimeline: typeof import('vuetify/components')['VTimeline']
73554
73679
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73555
73680
  VToolbar: typeof import('vuetify/components')['VToolbar']
73556
73681
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73557
73682
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73683
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73558
73684
  VTooltip: typeof import('vuetify/components')['VTooltip']
73559
73685
  VWindow: typeof import('vuetify/components')['VWindow']
73560
73686
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73561
- VDataIterator: typeof import('vuetify/components')['VDataIterator']
73562
73687
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
73688
+ VDataIterator: typeof import('vuetify/components')['VDataIterator']
73563
73689
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
73564
- VForm: typeof import('vuetify/components')['VForm']
73565
73690
  VContainer: typeof import('vuetify/components')['VContainer']
73566
73691
  VCol: typeof import('vuetify/components')['VCol']
73567
73692
  VRow: typeof import('vuetify/components')['VRow']
73568
73693
  VSpacer: typeof import('vuetify/components')['VSpacer']
73694
+ VForm: typeof import('vuetify/components')['VForm']
73569
73695
  VHover: typeof import('vuetify/components')['VHover']
73570
- VLazy: typeof import('vuetify/components')['VLazy']
73571
73696
  VLayout: typeof import('vuetify/components')['VLayout']
73572
73697
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73698
+ VLazy: typeof import('vuetify/components')['VLazy']
73573
73699
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73574
73700
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
73575
73701
  VParallax: typeof import('vuetify/components')['VParallax']
73576
73702
  VRadio: typeof import('vuetify/components')['VRadio']
73577
73703
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73578
73704
  VResponsive: typeof import('vuetify/components')['VResponsive']
73579
- VSparkline: typeof import('vuetify/components')['VSparkline']
73580
73705
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73706
+ VSparkline: typeof import('vuetify/components')['VSparkline']
73581
73707
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73582
73708
  VValidation: typeof import('vuetify/components')['VValidation']
73583
73709
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
@@ -73597,8 +73723,6 @@ declare module '@vue/runtime-core' {
73597
73723
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73598
73724
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73599
73725
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73600
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73601
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73602
73726
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73603
73727
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73604
73728
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73606,15 +73730,17 @@ declare module '@vue/runtime-core' {
73606
73730
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73607
73731
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73608
73732
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73733
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73734
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73609
73735
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73610
73736
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73611
73737
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73612
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73613
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73614
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73615
73738
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73616
73739
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73617
73740
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73741
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73742
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73743
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73618
73744
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73619
73745
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73620
73746
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']