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
@@ -9414,7 +9414,7 @@ declare const VBanner: {
9414
9414
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9415
9415
  style: vue.StyleValue;
9416
9416
  tag: string;
9417
- mobile: boolean | null;
9417
+ mobile: NonNullable<boolean | null> | null;
9418
9418
  sticky: boolean;
9419
9419
  tile: boolean;
9420
9420
  density: Density;
@@ -9461,7 +9461,7 @@ declare const VBanner: {
9461
9461
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9462
9462
  style: vue.StyleValue;
9463
9463
  tag: string;
9464
- mobile: boolean | null;
9464
+ mobile: NonNullable<boolean | null> | null;
9465
9465
  sticky: boolean;
9466
9466
  tile: boolean;
9467
9467
  density: Density;
@@ -9508,7 +9508,7 @@ declare const VBanner: {
9508
9508
  }, {
9509
9509
  style: vue.StyleValue;
9510
9510
  tag: string;
9511
- mobile: boolean | null;
9511
+ mobile: NonNullable<boolean | null> | null;
9512
9512
  sticky: boolean;
9513
9513
  rounded: string | number | boolean;
9514
9514
  tile: boolean;
@@ -9537,7 +9537,7 @@ declare const VBanner: {
9537
9537
  }, {
9538
9538
  style: vue.StyleValue;
9539
9539
  tag: string;
9540
- mobile: boolean | null;
9540
+ mobile: NonNullable<boolean | null> | null;
9541
9541
  sticky: boolean;
9542
9542
  tile: boolean;
9543
9543
  density: Density;
@@ -9584,7 +9584,7 @@ declare const VBanner: {
9584
9584
  }, {}, {}, {}, {}, {
9585
9585
  style: vue.StyleValue;
9586
9586
  tag: string;
9587
- mobile: boolean | null;
9587
+ mobile: NonNullable<boolean | null> | null;
9588
9588
  sticky: boolean;
9589
9589
  rounded: string | number | boolean;
9590
9590
  tile: boolean;
@@ -9597,7 +9597,7 @@ declare const VBanner: {
9597
9597
  } & vue.ComponentOptionsBase<{
9598
9598
  style: vue.StyleValue;
9599
9599
  tag: string;
9600
- mobile: boolean | null;
9600
+ mobile: NonNullable<boolean | null> | null;
9601
9601
  sticky: boolean;
9602
9602
  tile: boolean;
9603
9603
  density: Density;
@@ -9644,7 +9644,7 @@ declare const VBanner: {
9644
9644
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9645
9645
  style: vue.StyleValue;
9646
9646
  tag: string;
9647
- mobile: boolean | null;
9647
+ mobile: NonNullable<boolean | null> | null;
9648
9648
  sticky: boolean;
9649
9649
  rounded: string | number | boolean;
9650
9650
  tile: boolean;
@@ -9683,9 +9683,12 @@ declare const VBanner: {
9683
9683
  type: (StringConstructor | NumberConstructor)[];
9684
9684
  validator(v: any): boolean;
9685
9685
  };
9686
- mobile: {
9686
+ mobile: Omit<{
9687
9687
  type: PropType<boolean | null>;
9688
9688
  default: boolean;
9689
+ }, "default" | "type"> & {
9690
+ type: PropType<NonNullable<boolean | null> | null>;
9691
+ default: NonNullable<boolean | null> | null;
9689
9692
  };
9690
9693
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9691
9694
  height: (StringConstructor | NumberConstructor)[];
@@ -9733,9 +9736,12 @@ declare const VBanner: {
9733
9736
  type: (StringConstructor | NumberConstructor)[];
9734
9737
  validator(v: any): boolean;
9735
9738
  };
9736
- mobile: {
9739
+ mobile: Omit<{
9737
9740
  type: PropType<boolean | null>;
9738
9741
  default: boolean;
9742
+ }, "default" | "type"> & {
9743
+ type: PropType<NonNullable<boolean | null> | null>;
9744
+ default: NonNullable<boolean | null> | null;
9739
9745
  };
9740
9746
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9741
9747
  height: (StringConstructor | NumberConstructor)[];
@@ -17655,7 +17661,7 @@ declare const VChipGroup: {
17655
17661
  style: vue.StyleValue;
17656
17662
  disabled: boolean;
17657
17663
  tag: string;
17658
- mobile: boolean | null;
17664
+ mobile: NonNullable<boolean | null> | null;
17659
17665
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17660
17666
  column: boolean;
17661
17667
  multiple: boolean;
@@ -17681,7 +17687,7 @@ declare const VChipGroup: {
17681
17687
  style: vue.StyleValue;
17682
17688
  disabled: boolean;
17683
17689
  tag: string;
17684
- mobile: boolean | null;
17690
+ mobile: NonNullable<boolean | null> | null;
17685
17691
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17686
17692
  column: boolean;
17687
17693
  multiple: boolean;
@@ -17705,7 +17711,7 @@ declare const VChipGroup: {
17705
17711
  style: vue.StyleValue;
17706
17712
  disabled: boolean;
17707
17713
  tag: string;
17708
- mobile: boolean | null;
17714
+ mobile: NonNullable<boolean | null> | null;
17709
17715
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17710
17716
  column: boolean;
17711
17717
  multiple: boolean;
@@ -17738,7 +17744,7 @@ declare const VChipGroup: {
17738
17744
  style: vue.StyleValue;
17739
17745
  disabled: boolean;
17740
17746
  tag: string;
17741
- mobile: boolean | null;
17747
+ mobile: NonNullable<boolean | null> | null;
17742
17748
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17743
17749
  column: boolean;
17744
17750
  multiple: boolean;
@@ -17762,7 +17768,7 @@ declare const VChipGroup: {
17762
17768
  style: vue.StyleValue;
17763
17769
  disabled: boolean;
17764
17770
  tag: string;
17765
- mobile: boolean | null;
17771
+ mobile: NonNullable<boolean | null> | null;
17766
17772
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17767
17773
  column: boolean;
17768
17774
  multiple: boolean;
@@ -17782,7 +17788,7 @@ declare const VChipGroup: {
17782
17788
  style: vue.StyleValue;
17783
17789
  disabled: boolean;
17784
17790
  tag: string;
17785
- mobile: boolean | null;
17791
+ mobile: NonNullable<boolean | null> | null;
17786
17792
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17787
17793
  column: boolean;
17788
17794
  multiple: boolean;
@@ -17808,7 +17814,7 @@ declare const VChipGroup: {
17808
17814
  style: vue.StyleValue;
17809
17815
  disabled: boolean;
17810
17816
  tag: string;
17811
- mobile: boolean | null;
17817
+ mobile: NonNullable<boolean | null> | null;
17812
17818
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17813
17819
  column: boolean;
17814
17820
  multiple: boolean;
@@ -17866,9 +17872,12 @@ declare const VChipGroup: {
17866
17872
  type: PropType<vue.StyleValue>;
17867
17873
  default: null;
17868
17874
  };
17869
- mobile: {
17875
+ mobile: Omit<{
17870
17876
  type: PropType<boolean | null>;
17871
17877
  default: boolean;
17878
+ }, "default" | "type"> & {
17879
+ type: PropType<NonNullable<boolean | null> | null>;
17880
+ default: NonNullable<boolean | null> | null;
17872
17881
  };
17873
17882
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17874
17883
  centerActive: BooleanConstructor;
@@ -17930,9 +17939,12 @@ declare const VChipGroup: {
17930
17939
  type: PropType<vue.StyleValue>;
17931
17940
  default: null;
17932
17941
  };
17933
- mobile: {
17942
+ mobile: Omit<{
17934
17943
  type: PropType<boolean | null>;
17935
17944
  default: boolean;
17945
+ }, "default" | "type"> & {
17946
+ type: PropType<NonNullable<boolean | null> | null>;
17947
+ default: NonNullable<boolean | null> | null;
17936
17948
  };
17937
17949
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17938
17950
  centerActive: BooleanConstructor;
@@ -22708,6 +22720,9 @@ type VCombobox = InstanceType<typeof VCombobox>;
22708
22720
  type VConfirmEditSlots<T> = {
22709
22721
  default: {
22710
22722
  model: Ref<T>;
22723
+ save: () => void;
22724
+ cancel: () => void;
22725
+ isPristine: boolean;
22711
22726
  get actions(): VNode;
22712
22727
  };
22713
22728
  };
@@ -22719,7 +22734,11 @@ declare const VConfirmEdit: {
22719
22734
  color?: string | undefined;
22720
22735
  } & {
22721
22736
  onCancel?: (() => any) | undefined;
22722
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22737
+ }, {
22738
+ save: () => void;
22739
+ cancel: () => void;
22740
+ isPristine: vue.ComputedRef<boolean>;
22741
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22723
22742
  cancel: () => true;
22724
22743
  save: (value: any) => true;
22725
22744
  'update:modelValue': (value: any) => true;
@@ -22736,6 +22755,9 @@ declare const VConfirmEdit: {
22736
22755
  }, true, {}, vue.SlotsType<Partial<{
22737
22756
  default: (arg: {
22738
22757
  model: Ref<unknown>;
22758
+ save: () => void;
22759
+ cancel: () => void;
22760
+ isPristine: boolean;
22739
22761
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22740
22762
  [key: string]: any;
22741
22763
  }>;
@@ -22756,7 +22778,11 @@ declare const VConfirmEdit: {
22756
22778
  color?: string | undefined;
22757
22779
  } & {
22758
22780
  onCancel?: (() => any) | undefined;
22759
- }, {}, {}, {}, {}, {
22781
+ }, {
22782
+ save: () => void;
22783
+ cancel: () => void;
22784
+ isPristine: vue.ComputedRef<boolean>;
22785
+ }, {}, {}, {}, {
22760
22786
  cancelText: string;
22761
22787
  okText: string;
22762
22788
  }>;
@@ -22770,7 +22796,11 @@ declare const VConfirmEdit: {
22770
22796
  color?: string | undefined;
22771
22797
  } & {
22772
22798
  onCancel?: (() => any) | undefined;
22773
- }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22799
+ }, {
22800
+ save: () => void;
22801
+ cancel: () => void;
22802
+ isPristine: vue.ComputedRef<boolean>;
22803
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
22774
22804
  cancel: () => true;
22775
22805
  save: (value: any) => true;
22776
22806
  'update:modelValue': (value: any) => true;
@@ -22780,6 +22810,9 @@ declare const VConfirmEdit: {
22780
22810
  }, {}, string, vue.SlotsType<Partial<{
22781
22811
  default: (arg: {
22782
22812
  model: Ref<unknown>;
22813
+ save: () => void;
22814
+ cancel: () => void;
22815
+ isPristine: boolean;
22783
22816
  readonly actions: VNode<vue.RendererNode, vue.RendererElement, {
22784
22817
  [key: string]: any;
22785
22818
  }>;
@@ -23781,6 +23814,7 @@ declare const VDataTableHeaders: {
23781
23814
  mobile: boolean | null;
23782
23815
  sticky: boolean;
23783
23816
  multiSort: boolean;
23817
+ disableSort: boolean;
23784
23818
  sortAscIcon: IconValue;
23785
23819
  sortDescIcon: IconValue;
23786
23820
  } & {
@@ -23813,6 +23847,7 @@ declare const VDataTableHeaders: {
23813
23847
  mobile: boolean | null;
23814
23848
  sticky: boolean;
23815
23849
  multiSort: boolean;
23850
+ disableSort: boolean;
23816
23851
  sortAscIcon: IconValue;
23817
23852
  sortDescIcon: IconValue;
23818
23853
  } & {
@@ -23845,6 +23880,7 @@ declare const VDataTableHeaders: {
23845
23880
  mobile: boolean | null;
23846
23881
  sticky: boolean;
23847
23882
  multiSort: boolean;
23883
+ disableSort: boolean;
23848
23884
  sortAscIcon: IconValue;
23849
23885
  sortDescIcon: IconValue;
23850
23886
  }, true, {}, vue.SlotsType<Partial<{
@@ -23874,6 +23910,7 @@ declare const VDataTableHeaders: {
23874
23910
  mobile: boolean | null;
23875
23911
  sticky: boolean;
23876
23912
  multiSort: boolean;
23913
+ disableSort: boolean;
23877
23914
  sortAscIcon: IconValue;
23878
23915
  sortDescIcon: IconValue;
23879
23916
  } & {
@@ -23906,6 +23943,7 @@ declare const VDataTableHeaders: {
23906
23943
  mobile: boolean | null;
23907
23944
  sticky: boolean;
23908
23945
  multiSort: boolean;
23946
+ disableSort: boolean;
23909
23947
  sortAscIcon: IconValue;
23910
23948
  sortDescIcon: IconValue;
23911
23949
  }>;
@@ -23916,6 +23954,7 @@ declare const VDataTableHeaders: {
23916
23954
  mobile: boolean | null;
23917
23955
  sticky: boolean;
23918
23956
  multiSort: boolean;
23957
+ disableSort: boolean;
23919
23958
  sortAscIcon: IconValue;
23920
23959
  sortDescIcon: IconValue;
23921
23960
  } & {
@@ -23948,6 +23987,7 @@ declare const VDataTableHeaders: {
23948
23987
  mobile: boolean | null;
23949
23988
  sticky: boolean;
23950
23989
  multiSort: boolean;
23990
+ disableSort: boolean;
23951
23991
  sortAscIcon: IconValue;
23952
23992
  sortDescIcon: IconValue;
23953
23993
  }, {}, string, vue.SlotsType<Partial<{
@@ -23975,6 +24015,7 @@ declare const VDataTableHeaders: {
23975
24015
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23976
24016
  color: StringConstructor;
23977
24017
  sticky: BooleanConstructor;
24018
+ disableSort: BooleanConstructor;
23978
24019
  multiSort: BooleanConstructor;
23979
24020
  sortAscIcon: {
23980
24021
  type: PropType<IconValue>;
@@ -23996,6 +24037,7 @@ declare const VDataTableHeaders: {
23996
24037
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
23997
24038
  color: StringConstructor;
23998
24039
  sticky: BooleanConstructor;
24040
+ disableSort: BooleanConstructor;
23999
24041
  multiSort: BooleanConstructor;
24000
24042
  sortAscIcon: {
24001
24043
  type: PropType<IconValue>;
@@ -24473,10 +24515,12 @@ declare const VDataTable: {
24473
24515
  value: number;
24474
24516
  })[];
24475
24517
  showCurrentPage: boolean;
24518
+ disableSort: boolean;
24476
24519
  sortAscIcon: IconValue;
24477
24520
  sortDescIcon: IconValue;
24478
24521
  fixedHeader: boolean;
24479
24522
  fixedFooter: boolean;
24523
+ hideDefaultBody: boolean;
24480
24524
  hideDefaultFooter: boolean;
24481
24525
  hideDefaultHeader: boolean;
24482
24526
  } & {
@@ -24550,10 +24594,12 @@ declare const VDataTable: {
24550
24594
  value: number;
24551
24595
  })[];
24552
24596
  showCurrentPage: boolean;
24597
+ disableSort: boolean;
24553
24598
  sortAscIcon: IconValue;
24554
24599
  sortDescIcon: IconValue;
24555
24600
  fixedHeader: boolean;
24556
24601
  fixedFooter: boolean;
24602
+ hideDefaultBody: boolean;
24557
24603
  hideDefaultFooter: boolean;
24558
24604
  hideDefaultHeader: boolean;
24559
24605
  } & {
@@ -24618,10 +24664,12 @@ declare const VDataTable: {
24618
24664
  value: number;
24619
24665
  })[];
24620
24666
  showCurrentPage: boolean;
24667
+ disableSort: boolean;
24621
24668
  sortAscIcon: IconValue;
24622
24669
  sortDescIcon: IconValue;
24623
24670
  fixedHeader: boolean;
24624
24671
  fixedFooter: boolean;
24672
+ hideDefaultBody: boolean;
24625
24673
  hideDefaultFooter: boolean;
24626
24674
  hideDefaultHeader: boolean;
24627
24675
  }, true, {}, vue.SlotsType<Partial<{
@@ -24768,10 +24816,12 @@ declare const VDataTable: {
24768
24816
  value: number;
24769
24817
  })[];
24770
24818
  showCurrentPage: boolean;
24819
+ disableSort: boolean;
24771
24820
  sortAscIcon: IconValue;
24772
24821
  sortDescIcon: IconValue;
24773
24822
  fixedHeader: boolean;
24774
24823
  fixedFooter: boolean;
24824
+ hideDefaultBody: boolean;
24775
24825
  hideDefaultFooter: boolean;
24776
24826
  hideDefaultHeader: boolean;
24777
24827
  } & {
@@ -24836,10 +24886,12 @@ declare const VDataTable: {
24836
24886
  value: number;
24837
24887
  })[];
24838
24888
  showCurrentPage: boolean;
24889
+ disableSort: boolean;
24839
24890
  sortAscIcon: IconValue;
24840
24891
  sortDescIcon: IconValue;
24841
24892
  fixedHeader: boolean;
24842
24893
  fixedFooter: boolean;
24894
+ hideDefaultBody: boolean;
24843
24895
  hideDefaultFooter: boolean;
24844
24896
  hideDefaultHeader: boolean;
24845
24897
  }>;
@@ -24886,10 +24938,12 @@ declare const VDataTable: {
24886
24938
  value: number;
24887
24939
  })[];
24888
24940
  showCurrentPage: boolean;
24941
+ disableSort: boolean;
24889
24942
  sortAscIcon: IconValue;
24890
24943
  sortDescIcon: IconValue;
24891
24944
  fixedHeader: boolean;
24892
24945
  fixedFooter: boolean;
24946
+ hideDefaultBody: boolean;
24893
24947
  hideDefaultFooter: boolean;
24894
24948
  hideDefaultHeader: boolean;
24895
24949
  } & {
@@ -24963,10 +25017,12 @@ declare const VDataTable: {
24963
25017
  value: number;
24964
25018
  })[];
24965
25019
  showCurrentPage: boolean;
25020
+ disableSort: boolean;
24966
25021
  sortAscIcon: IconValue;
24967
25022
  sortDescIcon: IconValue;
24968
25023
  fixedHeader: boolean;
24969
25024
  fixedFooter: boolean;
25025
+ hideDefaultBody: boolean;
24970
25026
  hideDefaultFooter: boolean;
24971
25027
  hideDefaultHeader: boolean;
24972
25028
  }, {}, string, vue.SlotsType<Partial<{
@@ -25215,6 +25271,7 @@ declare const VDataTable: {
25215
25271
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25216
25272
  color: StringConstructor;
25217
25273
  sticky: BooleanConstructor;
25274
+ disableSort: BooleanConstructor;
25218
25275
  multiSort: BooleanConstructor;
25219
25276
  sortAscIcon: {
25220
25277
  type: vue.PropType<IconValue>;
@@ -25316,6 +25373,7 @@ declare const VDataTable: {
25316
25373
  type: vue.PropType<readonly string[]>;
25317
25374
  default: () => never[];
25318
25375
  };
25376
+ hideDefaultBody: BooleanConstructor;
25319
25377
  hideDefaultFooter: BooleanConstructor;
25320
25378
  hideDefaultHeader: BooleanConstructor;
25321
25379
  width: (StringConstructor | NumberConstructor)[];
@@ -25424,6 +25482,7 @@ declare const VDataTable: {
25424
25482
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
25425
25483
  color: StringConstructor;
25426
25484
  sticky: BooleanConstructor;
25485
+ disableSort: BooleanConstructor;
25427
25486
  multiSort: BooleanConstructor;
25428
25487
  sortAscIcon: {
25429
25488
  type: vue.PropType<IconValue>;
@@ -25525,6 +25584,7 @@ declare const VDataTable: {
25525
25584
  type: vue.PropType<readonly string[]>;
25526
25585
  default: () => never[];
25527
25586
  };
25587
+ hideDefaultBody: BooleanConstructor;
25528
25588
  hideDefaultFooter: BooleanConstructor;
25529
25589
  hideDefaultHeader: BooleanConstructor;
25530
25590
  width: (StringConstructor | NumberConstructor)[];
@@ -25861,10 +25921,12 @@ declare const VDataTableVirtual: {
25861
25921
  showSelect: boolean;
25862
25922
  expandOnClick: boolean;
25863
25923
  showExpand: boolean;
25924
+ disableSort: boolean;
25864
25925
  sortAscIcon: IconValue;
25865
25926
  sortDescIcon: IconValue;
25866
25927
  fixedHeader: boolean;
25867
25928
  fixedFooter: boolean;
25929
+ hideDefaultBody: boolean;
25868
25930
  hideDefaultFooter: boolean;
25869
25931
  hideDefaultHeader: boolean;
25870
25932
  } & {
@@ -25961,10 +26023,12 @@ declare const VDataTableVirtual: {
25961
26023
  showSelect: boolean;
25962
26024
  expandOnClick: boolean;
25963
26025
  showExpand: boolean;
26026
+ disableSort: boolean;
25964
26027
  sortAscIcon: IconValue;
25965
26028
  sortDescIcon: IconValue;
25966
26029
  fixedHeader: boolean;
25967
26030
  fixedFooter: boolean;
26031
+ hideDefaultBody: boolean;
25968
26032
  hideDefaultFooter: boolean;
25969
26033
  hideDefaultHeader: boolean;
25970
26034
  } & {
@@ -26055,10 +26119,12 @@ declare const VDataTableVirtual: {
26055
26119
  showSelect: boolean;
26056
26120
  expandOnClick: boolean;
26057
26121
  showExpand: boolean;
26122
+ disableSort: boolean;
26058
26123
  sortAscIcon: IconValue;
26059
26124
  sortDescIcon: IconValue;
26060
26125
  fixedHeader: boolean;
26061
26126
  fixedFooter: boolean;
26127
+ hideDefaultBody: boolean;
26062
26128
  hideDefaultFooter: boolean;
26063
26129
  hideDefaultHeader: boolean;
26064
26130
  }, true, {}, vue.SlotsType<Partial<{
@@ -26173,10 +26239,12 @@ declare const VDataTableVirtual: {
26173
26239
  showSelect: boolean;
26174
26240
  expandOnClick: boolean;
26175
26241
  showExpand: boolean;
26242
+ disableSort: boolean;
26176
26243
  sortAscIcon: IconValue;
26177
26244
  sortDescIcon: IconValue;
26178
26245
  fixedHeader: boolean;
26179
26246
  fixedFooter: boolean;
26247
+ hideDefaultBody: boolean;
26180
26248
  hideDefaultFooter: boolean;
26181
26249
  hideDefaultHeader: boolean;
26182
26250
  } & {
@@ -26267,10 +26335,12 @@ declare const VDataTableVirtual: {
26267
26335
  showSelect: boolean;
26268
26336
  expandOnClick: boolean;
26269
26337
  showExpand: boolean;
26338
+ disableSort: boolean;
26270
26339
  sortAscIcon: IconValue;
26271
26340
  sortDescIcon: IconValue;
26272
26341
  fixedHeader: boolean;
26273
26342
  fixedFooter: boolean;
26343
+ hideDefaultBody: boolean;
26274
26344
  hideDefaultFooter: boolean;
26275
26345
  hideDefaultHeader: boolean;
26276
26346
  }>;
@@ -26301,10 +26371,12 @@ declare const VDataTableVirtual: {
26301
26371
  showSelect: boolean;
26302
26372
  expandOnClick: boolean;
26303
26373
  showExpand: boolean;
26374
+ disableSort: boolean;
26304
26375
  sortAscIcon: IconValue;
26305
26376
  sortDescIcon: IconValue;
26306
26377
  fixedHeader: boolean;
26307
26378
  fixedFooter: boolean;
26379
+ hideDefaultBody: boolean;
26308
26380
  hideDefaultFooter: boolean;
26309
26381
  hideDefaultHeader: boolean;
26310
26382
  } & {
@@ -26401,10 +26473,12 @@ declare const VDataTableVirtual: {
26401
26473
  showSelect: boolean;
26402
26474
  expandOnClick: boolean;
26403
26475
  showExpand: boolean;
26476
+ disableSort: boolean;
26404
26477
  sortAscIcon: IconValue;
26405
26478
  sortDescIcon: IconValue;
26406
26479
  fixedHeader: boolean;
26407
26480
  fixedFooter: boolean;
26481
+ hideDefaultBody: boolean;
26408
26482
  hideDefaultFooter: boolean;
26409
26483
  hideDefaultHeader: boolean;
26410
26484
  }, {}, string, vue.SlotsType<Partial<{
@@ -26548,6 +26622,7 @@ declare const VDataTableVirtual: {
26548
26622
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26549
26623
  color: StringConstructor;
26550
26624
  sticky: BooleanConstructor;
26625
+ disableSort: BooleanConstructor;
26551
26626
  multiSort: BooleanConstructor;
26552
26627
  sortAscIcon: {
26553
26628
  type: vue.PropType<IconValue>;
@@ -26645,6 +26720,7 @@ declare const VDataTableVirtual: {
26645
26720
  type: vue.PropType<readonly string[]>;
26646
26721
  default: () => never[];
26647
26722
  };
26723
+ hideDefaultBody: BooleanConstructor;
26648
26724
  hideDefaultFooter: BooleanConstructor;
26649
26725
  hideDefaultHeader: BooleanConstructor;
26650
26726
  width: (StringConstructor | NumberConstructor)[];
@@ -26702,6 +26778,7 @@ declare const VDataTableVirtual: {
26702
26778
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
26703
26779
  color: StringConstructor;
26704
26780
  sticky: BooleanConstructor;
26781
+ disableSort: BooleanConstructor;
26705
26782
  multiSort: BooleanConstructor;
26706
26783
  sortAscIcon: {
26707
26784
  type: vue.PropType<IconValue>;
@@ -26799,6 +26876,7 @@ declare const VDataTableVirtual: {
26799
26876
  type: vue.PropType<readonly string[]>;
26800
26877
  default: () => never[];
26801
26878
  };
26879
+ hideDefaultBody: BooleanConstructor;
26802
26880
  hideDefaultFooter: BooleanConstructor;
26803
26881
  hideDefaultHeader: BooleanConstructor;
26804
26882
  width: (StringConstructor | NumberConstructor)[];
@@ -26856,10 +26934,12 @@ declare const VDataTableServer: {
26856
26934
  value: number;
26857
26935
  })[];
26858
26936
  showCurrentPage: boolean;
26937
+ disableSort: boolean;
26859
26938
  sortAscIcon: IconValue;
26860
26939
  sortDescIcon: IconValue;
26861
26940
  fixedHeader: boolean;
26862
26941
  fixedFooter: boolean;
26942
+ hideDefaultBody: boolean;
26863
26943
  hideDefaultFooter: boolean;
26864
26944
  hideDefaultHeader: boolean;
26865
26945
  } & {
@@ -26972,10 +27052,12 @@ declare const VDataTableServer: {
26972
27052
  value: number;
26973
27053
  })[];
26974
27054
  showCurrentPage: boolean;
27055
+ disableSort: boolean;
26975
27056
  sortAscIcon: IconValue;
26976
27057
  sortDescIcon: IconValue;
26977
27058
  fixedHeader: boolean;
26978
27059
  fixedFooter: boolean;
27060
+ hideDefaultBody: boolean;
26979
27061
  hideDefaultFooter: boolean;
26980
27062
  hideDefaultHeader: boolean;
26981
27063
  } & {
@@ -27079,10 +27161,12 @@ declare const VDataTableServer: {
27079
27161
  value: number;
27080
27162
  })[];
27081
27163
  showCurrentPage: boolean;
27164
+ disableSort: boolean;
27082
27165
  sortAscIcon: IconValue;
27083
27166
  sortDescIcon: IconValue;
27084
27167
  fixedHeader: boolean;
27085
27168
  fixedFooter: boolean;
27169
+ hideDefaultBody: boolean;
27086
27170
  hideDefaultFooter: boolean;
27087
27171
  hideDefaultHeader: boolean;
27088
27172
  }, true, {}, vue.SlotsType<Partial<{
@@ -27228,10 +27312,12 @@ declare const VDataTableServer: {
27228
27312
  value: number;
27229
27313
  })[];
27230
27314
  showCurrentPage: boolean;
27315
+ disableSort: boolean;
27231
27316
  sortAscIcon: IconValue;
27232
27317
  sortDescIcon: IconValue;
27233
27318
  fixedHeader: boolean;
27234
27319
  fixedFooter: boolean;
27320
+ hideDefaultBody: boolean;
27235
27321
  hideDefaultFooter: boolean;
27236
27322
  hideDefaultHeader: boolean;
27237
27323
  } & {
@@ -27335,10 +27421,12 @@ declare const VDataTableServer: {
27335
27421
  value: number;
27336
27422
  })[];
27337
27423
  showCurrentPage: boolean;
27424
+ disableSort: boolean;
27338
27425
  sortAscIcon: IconValue;
27339
27426
  sortDescIcon: IconValue;
27340
27427
  fixedHeader: boolean;
27341
27428
  fixedFooter: boolean;
27429
+ hideDefaultBody: boolean;
27342
27430
  hideDefaultFooter: boolean;
27343
27431
  hideDefaultHeader: boolean;
27344
27432
  }>;
@@ -27384,10 +27472,12 @@ declare const VDataTableServer: {
27384
27472
  value: number;
27385
27473
  })[];
27386
27474
  showCurrentPage: boolean;
27475
+ disableSort: boolean;
27387
27476
  sortAscIcon: IconValue;
27388
27477
  sortDescIcon: IconValue;
27389
27478
  fixedHeader: boolean;
27390
27479
  fixedFooter: boolean;
27480
+ hideDefaultBody: boolean;
27391
27481
  hideDefaultFooter: boolean;
27392
27482
  hideDefaultHeader: boolean;
27393
27483
  } & {
@@ -27499,10 +27589,12 @@ declare const VDataTableServer: {
27499
27589
  value: number;
27500
27590
  })[];
27501
27591
  showCurrentPage: boolean;
27592
+ disableSort: boolean;
27502
27593
  sortAscIcon: IconValue;
27503
27594
  sortDescIcon: IconValue;
27504
27595
  fixedHeader: boolean;
27505
27596
  fixedFooter: boolean;
27597
+ hideDefaultBody: boolean;
27506
27598
  hideDefaultFooter: boolean;
27507
27599
  hideDefaultHeader: boolean;
27508
27600
  }, {}, string, vue.SlotsType<Partial<{
@@ -27697,6 +27789,7 @@ declare const VDataTableServer: {
27697
27789
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27698
27790
  color: StringConstructor;
27699
27791
  sticky: BooleanConstructor;
27792
+ disableSort: BooleanConstructor;
27700
27793
  multiSort: BooleanConstructor;
27701
27794
  sortAscIcon: {
27702
27795
  type: vue.PropType<IconValue>;
@@ -27798,6 +27891,7 @@ declare const VDataTableServer: {
27798
27891
  type: vue.PropType<readonly string[]>;
27799
27892
  default: () => never[];
27800
27893
  };
27894
+ hideDefaultBody: BooleanConstructor;
27801
27895
  hideDefaultFooter: BooleanConstructor;
27802
27896
  hideDefaultHeader: BooleanConstructor;
27803
27897
  width: (StringConstructor | NumberConstructor)[];
@@ -27902,6 +27996,7 @@ declare const VDataTableServer: {
27902
27996
  mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
27903
27997
  color: StringConstructor;
27904
27998
  sticky: BooleanConstructor;
27999
+ disableSort: BooleanConstructor;
27905
28000
  multiSort: BooleanConstructor;
27906
28001
  sortAscIcon: {
27907
28002
  type: vue.PropType<IconValue>;
@@ -28003,6 +28098,7 @@ declare const VDataTableServer: {
28003
28098
  type: vue.PropType<readonly string[]>;
28004
28099
  default: () => never[];
28005
28100
  };
28101
+ hideDefaultBody: BooleanConstructor;
28006
28102
  hideDefaultFooter: BooleanConstructor;
28007
28103
  hideDefaultHeader: BooleanConstructor;
28008
28104
  width: (StringConstructor | NumberConstructor)[];
@@ -28373,7 +28469,7 @@ declare const VDatePicker: {
28373
28469
  theme?: string | undefined;
28374
28470
  color?: string | undefined;
28375
28471
  month?: string | number | undefined;
28376
- year?: string | number | undefined;
28472
+ year?: number | undefined;
28377
28473
  border?: string | number | boolean | undefined;
28378
28474
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28379
28475
  rounded?: string | number | boolean | undefined;
@@ -28426,7 +28522,7 @@ declare const VDatePicker: {
28426
28522
  theme?: string | undefined;
28427
28523
  color?: string | undefined;
28428
28524
  month?: string | number | undefined;
28429
- year?: string | number | undefined;
28525
+ year?: number | undefined;
28430
28526
  border?: string | number | boolean | undefined;
28431
28527
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28432
28528
  rounded?: string | number | boolean | undefined;
@@ -28519,7 +28615,7 @@ declare const VDatePicker: {
28519
28615
  theme?: string | undefined;
28520
28616
  color?: string | undefined;
28521
28617
  month?: string | number | undefined;
28522
- year?: string | number | undefined;
28618
+ year?: number | undefined;
28523
28619
  border?: string | number | boolean | undefined;
28524
28620
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28525
28621
  rounded?: string | number | boolean | undefined;
@@ -28593,7 +28689,7 @@ declare const VDatePicker: {
28593
28689
  theme?: string | undefined;
28594
28690
  color?: string | undefined;
28595
28691
  month?: string | number | undefined;
28596
- year?: string | number | undefined;
28692
+ year?: number | undefined;
28597
28693
  border?: string | number | boolean | undefined;
28598
28694
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
28599
28695
  rounded?: string | number | boolean | undefined;
@@ -28706,12 +28802,12 @@ declare const VDatePicker: {
28706
28802
  hideHeader: BooleanConstructor;
28707
28803
  max: vue.PropType<unknown>;
28708
28804
  min: vue.PropType<unknown>;
28805
+ year: NumberConstructor;
28709
28806
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28710
28807
  disabled: BooleanConstructor;
28711
28808
  displayValue: vue.PropType<unknown>;
28712
28809
  month: (StringConstructor | NumberConstructor)[];
28713
28810
  showAdjacentMonths: BooleanConstructor;
28714
- year: (StringConstructor | NumberConstructor)[];
28715
28811
  weekdays: {
28716
28812
  type: {
28717
28813
  (arrayLength: number): number[];
@@ -28815,12 +28911,12 @@ declare const VDatePicker: {
28815
28911
  hideHeader: BooleanConstructor;
28816
28912
  max: vue.PropType<unknown>;
28817
28913
  min: vue.PropType<unknown>;
28914
+ year: NumberConstructor;
28818
28915
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
28819
28916
  disabled: BooleanConstructor;
28820
28917
  displayValue: vue.PropType<unknown>;
28821
28918
  month: (StringConstructor | NumberConstructor)[];
28822
28919
  showAdjacentMonths: BooleanConstructor;
28823
- year: (StringConstructor | NumberConstructor)[];
28824
28920
  weekdays: {
28825
28921
  type: {
28826
28922
  (arrayLength: number): number[];
@@ -29597,7 +29693,10 @@ declare const VDatePickerMonths: {
29597
29693
  new (...args: any[]): vue.CreateComponentPublicInstance<{} & {
29598
29694
  height?: string | number | undefined;
29599
29695
  color?: string | undefined;
29696
+ year?: number | undefined;
29600
29697
  modelValue?: number | undefined;
29698
+ max?: unknown;
29699
+ min?: unknown;
29601
29700
  } & {
29602
29701
  $children?: {} | vue.VNodeChild | {
29603
29702
  month?: ((arg: {
@@ -29641,7 +29740,10 @@ declare const VDatePickerMonths: {
29641
29740
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
29642
29741
  height?: string | number | undefined;
29643
29742
  color?: string | undefined;
29743
+ year?: number | undefined;
29644
29744
  modelValue?: number | undefined;
29745
+ max?: unknown;
29746
+ min?: unknown;
29645
29747
  } & {
29646
29748
  $children?: {} | vue.VNodeChild | {
29647
29749
  month?: ((arg: {
@@ -29703,7 +29805,10 @@ declare const VDatePickerMonths: {
29703
29805
  }, {} & {
29704
29806
  height?: string | number | undefined;
29705
29807
  color?: string | undefined;
29808
+ year?: number | undefined;
29706
29809
  modelValue?: number | undefined;
29810
+ max?: unknown;
29811
+ min?: unknown;
29707
29812
  } & {
29708
29813
  $children?: {} | vue.VNodeChild | {
29709
29814
  month?: ((arg: {
@@ -29749,7 +29854,10 @@ declare const VDatePickerMonths: {
29749
29854
  } & vue.ComponentOptionsBase<{} & {
29750
29855
  height?: string | number | undefined;
29751
29856
  color?: string | undefined;
29857
+ year?: number | undefined;
29752
29858
  modelValue?: number | undefined;
29859
+ max?: unknown;
29860
+ min?: unknown;
29753
29861
  } & {
29754
29862
  $children?: {} | vue.VNodeChild | {
29755
29863
  month?: ((arg: {
@@ -29806,11 +29914,17 @@ declare const VDatePickerMonths: {
29806
29914
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
29807
29915
  color: StringConstructor;
29808
29916
  height: (StringConstructor | NumberConstructor)[];
29917
+ min: PropType<unknown>;
29918
+ max: PropType<unknown>;
29809
29919
  modelValue: NumberConstructor;
29920
+ year: NumberConstructor;
29810
29921
  }, vue.ExtractPropTypes<{
29811
29922
  color: StringConstructor;
29812
29923
  height: (StringConstructor | NumberConstructor)[];
29924
+ min: PropType<unknown>;
29925
+ max: PropType<unknown>;
29813
29926
  modelValue: NumberConstructor;
29927
+ year: NumberConstructor;
29814
29928
  }>>;
29815
29929
  type VDatePickerMonths = InstanceType<typeof VDatePickerMonths>;
29816
29930
 
@@ -53860,7 +53974,7 @@ declare const VSlideGroup: {
53860
53974
  style: vue.StyleValue;
53861
53975
  disabled: boolean;
53862
53976
  tag: string;
53863
- mobile: boolean | null;
53977
+ mobile: NonNullable<boolean | null> | null;
53864
53978
  multiple: boolean;
53865
53979
  direction: "horizontal" | "vertical";
53866
53980
  selectedClass: string;
@@ -53885,7 +53999,7 @@ declare const VSlideGroup: {
53885
53999
  style: vue.StyleValue;
53886
54000
  disabled: boolean;
53887
54001
  tag: string;
53888
- mobile: boolean | null;
54002
+ mobile: NonNullable<boolean | null> | null;
53889
54003
  multiple: boolean;
53890
54004
  direction: "horizontal" | "vertical";
53891
54005
  selectedClass: string;
@@ -53903,7 +54017,7 @@ declare const VSlideGroup: {
53903
54017
  style: vue.StyleValue;
53904
54018
  disabled: boolean;
53905
54019
  tag: string;
53906
- mobile: boolean | null;
54020
+ mobile: NonNullable<boolean | null> | null;
53907
54021
  multiple: boolean;
53908
54022
  direction: "horizontal" | "vertical";
53909
54023
  selectedClass: string;
@@ -53932,7 +54046,7 @@ declare const VSlideGroup: {
53932
54046
  style: vue.StyleValue;
53933
54047
  disabled: boolean;
53934
54048
  tag: string;
53935
- mobile: boolean | null;
54049
+ mobile: NonNullable<boolean | null> | null;
53936
54050
  multiple: boolean;
53937
54051
  direction: "horizontal" | "vertical";
53938
54052
  selectedClass: string;
@@ -53955,7 +54069,7 @@ declare const VSlideGroup: {
53955
54069
  style: vue.StyleValue;
53956
54070
  disabled: boolean;
53957
54071
  tag: string;
53958
- mobile: boolean | null;
54072
+ mobile: NonNullable<boolean | null> | null;
53959
54073
  multiple: boolean;
53960
54074
  direction: "horizontal" | "vertical";
53961
54075
  selectedClass: string;
@@ -53971,7 +54085,7 @@ declare const VSlideGroup: {
53971
54085
  style: vue.StyleValue;
53972
54086
  disabled: boolean;
53973
54087
  tag: string;
53974
- mobile: boolean | null;
54088
+ mobile: NonNullable<boolean | null> | null;
53975
54089
  multiple: boolean;
53976
54090
  direction: "horizontal" | "vertical";
53977
54091
  selectedClass: string;
@@ -53996,7 +54110,7 @@ declare const VSlideGroup: {
53996
54110
  style: vue.StyleValue;
53997
54111
  disabled: boolean;
53998
54112
  tag: string;
53999
- mobile: boolean | null;
54113
+ mobile: NonNullable<boolean | null> | null;
54000
54114
  multiple: boolean;
54001
54115
  direction: "horizontal" | "vertical";
54002
54116
  selectedClass: string;
@@ -54036,9 +54150,12 @@ declare const VSlideGroup: {
54036
54150
  type: StringConstructor;
54037
54151
  default: string;
54038
54152
  };
54039
- mobile: {
54153
+ mobile: Omit<{
54040
54154
  type: PropType<boolean | null>;
54041
54155
  default: boolean;
54156
+ }, "default" | "type"> & {
54157
+ type: PropType<NonNullable<boolean | null> | null>;
54158
+ default: NonNullable<boolean | null> | null;
54042
54159
  };
54043
54160
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
54044
54161
  class: PropType<any>;
@@ -54084,9 +54201,12 @@ declare const VSlideGroup: {
54084
54201
  type: StringConstructor;
54085
54202
  default: string;
54086
54203
  };
54087
- mobile: {
54204
+ mobile: Omit<{
54088
54205
  type: PropType<boolean | null>;
54089
54206
  default: boolean;
54207
+ }, "default" | "type"> & {
54208
+ type: PropType<NonNullable<boolean | null> | null>;
54209
+ default: NonNullable<boolean | null> | null;
54090
54210
  };
54091
54211
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
54092
54212
  class: PropType<any>;
@@ -62521,7 +62641,7 @@ declare const VTabs: {
62521
62641
  style: vue.StyleValue;
62522
62642
  disabled: boolean;
62523
62643
  tag: string;
62524
- mobile: boolean | null;
62644
+ mobile: NonNullable<boolean | null> | null;
62525
62645
  items: readonly TabItem[];
62526
62646
  mandatory: NonNullable<boolean | "force">;
62527
62647
  multiple: boolean;
@@ -62579,7 +62699,7 @@ declare const VTabs: {
62579
62699
  style: vue.StyleValue;
62580
62700
  disabled: boolean;
62581
62701
  tag: string;
62582
- mobile: boolean | null;
62702
+ mobile: NonNullable<boolean | null> | null;
62583
62703
  items: readonly TabItem[];
62584
62704
  mandatory: NonNullable<boolean | "force">;
62585
62705
  multiple: boolean;
@@ -62636,7 +62756,7 @@ declare const VTabs: {
62636
62756
  height: string | number;
62637
62757
  disabled: boolean;
62638
62758
  tag: string;
62639
- mobile: boolean | null;
62759
+ mobile: NonNullable<boolean | null> | null;
62640
62760
  modelValue: any;
62641
62761
  items: readonly TabItem[];
62642
62762
  mandatory: NonNullable<boolean | "force">;
@@ -62683,7 +62803,7 @@ declare const VTabs: {
62683
62803
  style: vue.StyleValue;
62684
62804
  disabled: boolean;
62685
62805
  tag: string;
62686
- mobile: boolean | null;
62806
+ mobile: NonNullable<boolean | null> | null;
62687
62807
  items: readonly TabItem[];
62688
62808
  mandatory: NonNullable<boolean | "force">;
62689
62809
  multiple: boolean;
@@ -62740,7 +62860,7 @@ declare const VTabs: {
62740
62860
  height: string | number;
62741
62861
  disabled: boolean;
62742
62862
  tag: string;
62743
- mobile: boolean | null;
62863
+ mobile: NonNullable<boolean | null> | null;
62744
62864
  modelValue: any;
62745
62865
  items: readonly TabItem[];
62746
62866
  mandatory: NonNullable<boolean | "force">;
@@ -62765,7 +62885,7 @@ declare const VTabs: {
62765
62885
  style: vue.StyleValue;
62766
62886
  disabled: boolean;
62767
62887
  tag: string;
62768
- mobile: boolean | null;
62888
+ mobile: NonNullable<boolean | null> | null;
62769
62889
  items: readonly TabItem[];
62770
62890
  mandatory: NonNullable<boolean | "force">;
62771
62891
  multiple: boolean;
@@ -62824,7 +62944,7 @@ declare const VTabs: {
62824
62944
  height: string | number;
62825
62945
  disabled: boolean;
62826
62946
  tag: string;
62827
- mobile: boolean | null;
62947
+ mobile: NonNullable<boolean | null> | null;
62828
62948
  modelValue: any;
62829
62949
  items: readonly TabItem[];
62830
62950
  mandatory: NonNullable<boolean | "force">;
@@ -62887,9 +63007,12 @@ declare const VTabs: {
62887
63007
  default: string;
62888
63008
  };
62889
63009
  disabled: BooleanConstructor;
62890
- mobile: {
63010
+ mobile: Omit<{
62891
63011
  type: PropType<boolean | null>;
62892
63012
  default: boolean;
63013
+ }, "default" | "type"> & {
63014
+ type: PropType<NonNullable<boolean | null> | null>;
63015
+ default: NonNullable<boolean | null> | null;
62893
63016
  };
62894
63017
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62895
63018
  class: PropType<any>;
@@ -62965,9 +63088,12 @@ declare const VTabs: {
62965
63088
  default: string;
62966
63089
  };
62967
63090
  disabled: BooleanConstructor;
62968
- mobile: {
63091
+ mobile: Omit<{
62969
63092
  type: PropType<boolean | null>;
62970
63093
  default: boolean;
63094
+ }, "default" | "type"> & {
63095
+ type: PropType<NonNullable<boolean | null> | null>;
63096
+ default: NonNullable<boolean | null> | null;
62971
63097
  };
62972
63098
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62973
63099
  class: PropType<any>;
@@ -75093,7 +75219,7 @@ declare const VDateInput: {
75093
75219
  loading?: string | boolean | undefined;
75094
75220
  counter?: string | number | boolean | undefined;
75095
75221
  month?: string | number | undefined;
75096
- year?: string | number | undefined;
75222
+ year?: number | undefined;
75097
75223
  border?: string | number | boolean | undefined;
75098
75224
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
75099
75225
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -75205,7 +75331,7 @@ declare const VDateInput: {
75205
75331
  loading?: string | boolean | undefined;
75206
75332
  counter?: string | number | boolean | undefined;
75207
75333
  month?: string | number | undefined;
75208
- year?: string | number | undefined;
75334
+ year?: number | undefined;
75209
75335
  border?: string | number | boolean | undefined;
75210
75336
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
75211
75337
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -75377,7 +75503,7 @@ declare const VDateInput: {
75377
75503
  loading?: string | boolean | undefined;
75378
75504
  counter?: string | number | boolean | undefined;
75379
75505
  month?: string | number | undefined;
75380
- year?: string | number | undefined;
75506
+ year?: number | undefined;
75381
75507
  border?: string | number | boolean | undefined;
75382
75508
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
75383
75509
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -75542,7 +75668,7 @@ declare const VDateInput: {
75542
75668
  loading?: string | boolean | undefined;
75543
75669
  counter?: string | number | boolean | undefined;
75544
75670
  month?: string | number | undefined;
75545
- year?: string | number | undefined;
75671
+ year?: number | undefined;
75546
75672
  border?: string | number | boolean | undefined;
75547
75673
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
75548
75674
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
@@ -75671,7 +75797,7 @@ declare const VDateInput: {
75671
75797
  default: string;
75672
75798
  };
75673
75799
  month: (StringConstructor | NumberConstructor)[];
75674
- year: (StringConstructor | NumberConstructor)[];
75800
+ year: NumberConstructor;
75675
75801
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
75676
75802
  transition: {
75677
75803
  type: StringConstructor;
@@ -75884,7 +76010,7 @@ declare const VDateInput: {
75884
76010
  default: string;
75885
76011
  };
75886
76012
  month: (StringConstructor | NumberConstructor)[];
75887
- year: (StringConstructor | NumberConstructor)[];
76013
+ year: NumberConstructor;
75888
76014
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
75889
76015
  transition: {
75890
76016
  type: StringConstructor;
@@ -76076,7 +76202,7 @@ declare const VDateInput: {
76076
76202
  type VDateInput = InstanceType<typeof VDateInput>;
76077
76203
 
76078
76204
  type ControlSlot = {
76079
- click: () => void;
76205
+ click: (e: MouseEvent) => void;
76080
76206
  };
76081
76207
  type ControlVariant = 'default' | 'stacked' | 'split';
76082
76208
  declare const VNumberInput: {