vuetify 3.6.4 → 3.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +292 -4
  3. package/dist/json/importMap-labs.json +28 -16
  4. package/dist/json/importMap.json +128 -128
  5. package/dist/json/tags.json +87 -0
  6. package/dist/json/web-types.json +1395 -88
  7. package/dist/vuetify-labs.css +2027 -2128
  8. package/dist/vuetify-labs.d.ts +1730 -65
  9. package/dist/vuetify-labs.esm.js +366 -47
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +366 -47
  12. package/dist/vuetify-labs.min.css +3 -3
  13. package/dist/vuetify.css +900 -1069
  14. package/dist/vuetify.d.ts +209 -107
  15. package/dist/vuetify.esm.js +78 -31
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +78 -31
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +3 -3
  20. package/dist/vuetify.min.js +67 -66
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VBanner/VBanner.mjs +3 -1
  23. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  24. package/lib/components/VBanner/index.d.mts +15 -9
  25. package/lib/components/VBtn/index.d.mts +2 -0
  26. package/lib/components/VChipGroup/index.d.mts +15 -9
  27. package/lib/components/VDataTable/VDataTable.mjs +6 -2
  28. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  29. package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
  30. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  31. package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
  32. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  33. package/lib/components/VDataTable/index.d.mts +54 -0
  34. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -1
  35. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  36. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -4
  37. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  38. package/lib/components/VExpansionPanel/index.d.mts +82 -27
  39. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  40. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  41. package/lib/components/VMenu/VMenu.mjs +2 -1
  42. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  43. package/lib/components/VSelect/VSelect.mjs +1 -1
  44. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  45. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  46. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  47. package/lib/components/VSlideGroup/index.d.mts +17 -9
  48. package/lib/components/VStepper/VStepper.mjs +17 -8
  49. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  50. package/lib/components/VStepper/VStepperItem.css +47 -0
  51. package/lib/components/VStepper/VStepperItem.mjs +10 -5
  52. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  53. package/lib/components/VStepper/VStepperItem.sass +18 -0
  54. package/lib/components/VStepper/index.d.mts +1 -1
  55. package/lib/components/VSwitch/VSwitch.css +44 -0
  56. package/lib/components/VSwitch/VSwitch.mjs +4 -3
  57. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  58. package/lib/components/VSwitch/VSwitch.sass +55 -0
  59. package/lib/components/VTabs/index.d.mts +17 -9
  60. package/lib/components/VWindow/index.d.mts +2 -0
  61. package/lib/components/index.d.mts +162 -63
  62. package/lib/composables/group.mjs +8 -0
  63. package/lib/composables/group.mjs.map +1 -1
  64. package/lib/entry-bundler.mjs +1 -1
  65. package/lib/framework.mjs +1 -1
  66. package/lib/index.d.mts +47 -44
  67. package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
  68. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  69. package/lib/labs/VNumberInput/index.d.mts +1 -1
  70. package/lib/labs/VStepperVertical/VStepperVertical.mjs +106 -0
  71. package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -0
  72. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +38 -0
  73. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs.map +1 -0
  74. package/lib/labs/VStepperVertical/VStepperVerticalItem.css +69 -0
  75. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +134 -0
  76. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -0
  77. package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +74 -0
  78. package/lib/labs/VStepperVertical/_variables.scss +3 -0
  79. package/lib/labs/VStepperVertical/index.d.mts +1590 -0
  80. package/lib/labs/VStepperVertical/index.mjs +4 -0
  81. package/lib/labs/VStepperVertical/index.mjs.map +1 -0
  82. package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
  83. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  84. package/lib/labs/components.d.mts +1600 -21
  85. package/lib/labs/components.mjs +1 -0
  86. package/lib/labs/components.mjs.map +1 -1
  87. package/lib/locale/de.mjs +4 -4
  88. package/lib/locale/de.mjs.map +1 -1
  89. package/lib/locale/hu.mjs +18 -18
  90. package/lib/locale/hu.mjs.map +1 -1
  91. package/lib/styles/generic/_colors.scss +0 -1
  92. package/lib/styles/main.css +0 -260
  93. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -1810,6 +1810,8 @@ interface GroupProvide {
1810
1810
  interface GroupItemProvide {
1811
1811
  id: number;
1812
1812
  isSelected: Ref<boolean>;
1813
+ isFirst: Ref<boolean>;
1814
+ isLast: Ref<boolean>;
1813
1815
  toggle: () => void;
1814
1816
  select: (value: boolean) => void;
1815
1817
  selectedClass: Ref<(string | undefined)[] | false>;
@@ -9427,7 +9429,7 @@ declare const VBanner: {
9427
9429
  new (...args: any[]): vue.CreateComponentPublicInstance<{
9428
9430
  style: vue.StyleValue;
9429
9431
  tag: string;
9430
- mobile: boolean | null;
9432
+ mobile: NonNullable<boolean | null> | null;
9431
9433
  sticky: boolean;
9432
9434
  tile: boolean;
9433
9435
  density: Density;
@@ -9474,7 +9476,7 @@ declare const VBanner: {
9474
9476
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
9475
9477
  style: vue.StyleValue;
9476
9478
  tag: string;
9477
- mobile: boolean | null;
9479
+ mobile: NonNullable<boolean | null> | null;
9478
9480
  sticky: boolean;
9479
9481
  tile: boolean;
9480
9482
  density: Density;
@@ -9521,7 +9523,7 @@ declare const VBanner: {
9521
9523
  }, {
9522
9524
  style: vue.StyleValue;
9523
9525
  tag: string;
9524
- mobile: boolean | null;
9526
+ mobile: NonNullable<boolean | null> | null;
9525
9527
  sticky: boolean;
9526
9528
  rounded: string | number | boolean;
9527
9529
  tile: boolean;
@@ -9550,7 +9552,7 @@ declare const VBanner: {
9550
9552
  }, {
9551
9553
  style: vue.StyleValue;
9552
9554
  tag: string;
9553
- mobile: boolean | null;
9555
+ mobile: NonNullable<boolean | null> | null;
9554
9556
  sticky: boolean;
9555
9557
  tile: boolean;
9556
9558
  density: Density;
@@ -9597,7 +9599,7 @@ declare const VBanner: {
9597
9599
  }, {}, {}, {}, {}, {
9598
9600
  style: vue.StyleValue;
9599
9601
  tag: string;
9600
- mobile: boolean | null;
9602
+ mobile: NonNullable<boolean | null> | null;
9601
9603
  sticky: boolean;
9602
9604
  rounded: string | number | boolean;
9603
9605
  tile: boolean;
@@ -9610,7 +9612,7 @@ declare const VBanner: {
9610
9612
  } & vue.ComponentOptionsBase<{
9611
9613
  style: vue.StyleValue;
9612
9614
  tag: string;
9613
- mobile: boolean | null;
9615
+ mobile: NonNullable<boolean | null> | null;
9614
9616
  sticky: boolean;
9615
9617
  tile: boolean;
9616
9618
  density: Density;
@@ -9657,7 +9659,7 @@ declare const VBanner: {
9657
9659
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
9658
9660
  style: vue.StyleValue;
9659
9661
  tag: string;
9660
- mobile: boolean | null;
9662
+ mobile: NonNullable<boolean | null> | null;
9661
9663
  sticky: boolean;
9662
9664
  rounded: string | number | boolean;
9663
9665
  tile: boolean;
@@ -9696,9 +9698,12 @@ declare const VBanner: {
9696
9698
  type: (StringConstructor | NumberConstructor)[];
9697
9699
  validator(v: any): boolean;
9698
9700
  };
9699
- mobile: {
9701
+ mobile: Omit<{
9700
9702
  type: PropType<boolean | null>;
9701
9703
  default: boolean;
9704
+ }, "default" | "type"> & {
9705
+ type: PropType<NonNullable<boolean | null> | null>;
9706
+ default: NonNullable<boolean | null> | null;
9702
9707
  };
9703
9708
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9704
9709
  height: (StringConstructor | NumberConstructor)[];
@@ -9746,9 +9751,12 @@ declare const VBanner: {
9746
9751
  type: (StringConstructor | NumberConstructor)[];
9747
9752
  validator(v: any): boolean;
9748
9753
  };
9749
- mobile: {
9754
+ mobile: Omit<{
9750
9755
  type: PropType<boolean | null>;
9751
9756
  default: boolean;
9757
+ }, "default" | "type"> & {
9758
+ type: PropType<NonNullable<boolean | null> | null>;
9759
+ default: NonNullable<boolean | null> | null;
9752
9760
  };
9753
9761
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
9754
9762
  height: (StringConstructor | NumberConstructor)[];
@@ -17668,7 +17676,7 @@ declare const VChipGroup: {
17668
17676
  style: vue.StyleValue;
17669
17677
  disabled: boolean;
17670
17678
  tag: string;
17671
- mobile: boolean | null;
17679
+ mobile: NonNullable<boolean | null> | null;
17672
17680
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17673
17681
  column: boolean;
17674
17682
  multiple: boolean;
@@ -17694,7 +17702,7 @@ declare const VChipGroup: {
17694
17702
  style: vue.StyleValue;
17695
17703
  disabled: boolean;
17696
17704
  tag: string;
17697
- mobile: boolean | null;
17705
+ mobile: NonNullable<boolean | null> | null;
17698
17706
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17699
17707
  column: boolean;
17700
17708
  multiple: boolean;
@@ -17718,7 +17726,7 @@ declare const VChipGroup: {
17718
17726
  style: vue.StyleValue;
17719
17727
  disabled: boolean;
17720
17728
  tag: string;
17721
- mobile: boolean | null;
17729
+ mobile: NonNullable<boolean | null> | null;
17722
17730
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17723
17731
  column: boolean;
17724
17732
  multiple: boolean;
@@ -17751,7 +17759,7 @@ declare const VChipGroup: {
17751
17759
  style: vue.StyleValue;
17752
17760
  disabled: boolean;
17753
17761
  tag: string;
17754
- mobile: boolean | null;
17762
+ mobile: NonNullable<boolean | null> | null;
17755
17763
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17756
17764
  column: boolean;
17757
17765
  multiple: boolean;
@@ -17775,7 +17783,7 @@ declare const VChipGroup: {
17775
17783
  style: vue.StyleValue;
17776
17784
  disabled: boolean;
17777
17785
  tag: string;
17778
- mobile: boolean | null;
17786
+ mobile: NonNullable<boolean | null> | null;
17779
17787
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17780
17788
  column: boolean;
17781
17789
  multiple: boolean;
@@ -17795,7 +17803,7 @@ declare const VChipGroup: {
17795
17803
  style: vue.StyleValue;
17796
17804
  disabled: boolean;
17797
17805
  tag: string;
17798
- mobile: boolean | null;
17806
+ mobile: NonNullable<boolean | null> | null;
17799
17807
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17800
17808
  column: boolean;
17801
17809
  multiple: boolean;
@@ -17821,7 +17829,7 @@ declare const VChipGroup: {
17821
17829
  style: vue.StyleValue;
17822
17830
  disabled: boolean;
17823
17831
  tag: string;
17824
- mobile: boolean | null;
17832
+ mobile: NonNullable<boolean | null> | null;
17825
17833
  variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
17826
17834
  column: boolean;
17827
17835
  multiple: boolean;
@@ -17879,9 +17887,12 @@ declare const VChipGroup: {
17879
17887
  type: PropType<vue.StyleValue>;
17880
17888
  default: null;
17881
17889
  };
17882
- mobile: {
17890
+ mobile: Omit<{
17883
17891
  type: PropType<boolean | null>;
17884
17892
  default: boolean;
17893
+ }, "default" | "type"> & {
17894
+ type: PropType<NonNullable<boolean | null> | null>;
17895
+ default: NonNullable<boolean | null> | null;
17885
17896
  };
17886
17897
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17887
17898
  centerActive: BooleanConstructor;
@@ -17943,9 +17954,12 @@ declare const VChipGroup: {
17943
17954
  type: PropType<vue.StyleValue>;
17944
17955
  default: null;
17945
17956
  };
17946
- mobile: {
17957
+ mobile: Omit<{
17947
17958
  type: PropType<boolean | null>;
17948
17959
  default: boolean;
17960
+ }, "default" | "type"> & {
17961
+ type: PropType<NonNullable<boolean | null> | null>;
17962
+ default: NonNullable<boolean | null> | null;
17949
17963
  };
17950
17964
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
17951
17965
  centerActive: BooleanConstructor;
@@ -24490,6 +24504,8 @@ declare const VDataTable: {
24490
24504
  sortDescIcon: IconValue;
24491
24505
  fixedHeader: boolean;
24492
24506
  fixedFooter: boolean;
24507
+ hideDefaultFooter: boolean;
24508
+ hideDefaultHeader: boolean;
24493
24509
  } & {
24494
24510
  search?: string | undefined;
24495
24511
  class?: any;
@@ -24565,6 +24581,8 @@ declare const VDataTable: {
24565
24581
  sortDescIcon: IconValue;
24566
24582
  fixedHeader: boolean;
24567
24583
  fixedFooter: boolean;
24584
+ hideDefaultFooter: boolean;
24585
+ hideDefaultHeader: boolean;
24568
24586
  } & {
24569
24587
  search?: string | undefined;
24570
24588
  class?: any;
@@ -24631,6 +24649,8 @@ declare const VDataTable: {
24631
24649
  sortDescIcon: IconValue;
24632
24650
  fixedHeader: boolean;
24633
24651
  fixedFooter: boolean;
24652
+ hideDefaultFooter: boolean;
24653
+ hideDefaultHeader: boolean;
24634
24654
  }, true, {}, vue.SlotsType<Partial<{
24635
24655
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
24636
24656
  [key: string]: any;
@@ -24779,6 +24799,8 @@ declare const VDataTable: {
24779
24799
  sortDescIcon: IconValue;
24780
24800
  fixedHeader: boolean;
24781
24801
  fixedFooter: boolean;
24802
+ hideDefaultFooter: boolean;
24803
+ hideDefaultHeader: boolean;
24782
24804
  } & {
24783
24805
  search?: string | undefined;
24784
24806
  class?: any;
@@ -24845,6 +24867,8 @@ declare const VDataTable: {
24845
24867
  sortDescIcon: IconValue;
24846
24868
  fixedHeader: boolean;
24847
24869
  fixedFooter: boolean;
24870
+ hideDefaultFooter: boolean;
24871
+ hideDefaultHeader: boolean;
24848
24872
  }>;
24849
24873
  __isFragment?: undefined;
24850
24874
  __isTeleport?: undefined;
@@ -24893,6 +24917,8 @@ declare const VDataTable: {
24893
24917
  sortDescIcon: IconValue;
24894
24918
  fixedHeader: boolean;
24895
24919
  fixedFooter: boolean;
24920
+ hideDefaultFooter: boolean;
24921
+ hideDefaultHeader: boolean;
24896
24922
  } & {
24897
24923
  search?: string | undefined;
24898
24924
  class?: any;
@@ -24968,6 +24994,8 @@ declare const VDataTable: {
24968
24994
  sortDescIcon: IconValue;
24969
24995
  fixedHeader: boolean;
24970
24996
  fixedFooter: boolean;
24997
+ hideDefaultFooter: boolean;
24998
+ hideDefaultHeader: boolean;
24971
24999
  }, {}, string, vue.SlotsType<Partial<{
24972
25000
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
24973
25001
  [key: string]: any;
@@ -25315,6 +25343,8 @@ declare const VDataTable: {
25315
25343
  type: vue.PropType<readonly string[]>;
25316
25344
  default: () => never[];
25317
25345
  };
25346
+ hideDefaultFooter: BooleanConstructor;
25347
+ hideDefaultHeader: BooleanConstructor;
25318
25348
  width: (StringConstructor | NumberConstructor)[];
25319
25349
  search: StringConstructor;
25320
25350
  loadingText: {
@@ -25522,6 +25552,8 @@ declare const VDataTable: {
25522
25552
  type: vue.PropType<readonly string[]>;
25523
25553
  default: () => never[];
25524
25554
  };
25555
+ hideDefaultFooter: BooleanConstructor;
25556
+ hideDefaultHeader: BooleanConstructor;
25525
25557
  width: (StringConstructor | NumberConstructor)[];
25526
25558
  search: StringConstructor;
25527
25559
  loadingText: {
@@ -25860,6 +25892,8 @@ declare const VDataTableVirtual: {
25860
25892
  sortDescIcon: IconValue;
25861
25893
  fixedHeader: boolean;
25862
25894
  fixedFooter: boolean;
25895
+ hideDefaultFooter: boolean;
25896
+ hideDefaultHeader: boolean;
25863
25897
  } & {
25864
25898
  search?: string | undefined;
25865
25899
  class?: any;
@@ -25958,6 +25992,8 @@ declare const VDataTableVirtual: {
25958
25992
  sortDescIcon: IconValue;
25959
25993
  fixedHeader: boolean;
25960
25994
  fixedFooter: boolean;
25995
+ hideDefaultFooter: boolean;
25996
+ hideDefaultHeader: boolean;
25961
25997
  } & {
25962
25998
  search?: string | undefined;
25963
25999
  class?: any;
@@ -26050,6 +26086,8 @@ declare const VDataTableVirtual: {
26050
26086
  sortDescIcon: IconValue;
26051
26087
  fixedHeader: boolean;
26052
26088
  fixedFooter: boolean;
26089
+ hideDefaultFooter: boolean;
26090
+ hideDefaultHeader: boolean;
26053
26091
  }, true, {}, vue.SlotsType<Partial<{
26054
26092
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
26055
26093
  [key: string]: any;
@@ -26166,6 +26204,8 @@ declare const VDataTableVirtual: {
26166
26204
  sortDescIcon: IconValue;
26167
26205
  fixedHeader: boolean;
26168
26206
  fixedFooter: boolean;
26207
+ hideDefaultFooter: boolean;
26208
+ hideDefaultHeader: boolean;
26169
26209
  } & {
26170
26210
  search?: string | undefined;
26171
26211
  class?: any;
@@ -26258,6 +26298,8 @@ declare const VDataTableVirtual: {
26258
26298
  sortDescIcon: IconValue;
26259
26299
  fixedHeader: boolean;
26260
26300
  fixedFooter: boolean;
26301
+ hideDefaultFooter: boolean;
26302
+ hideDefaultHeader: boolean;
26261
26303
  }>;
26262
26304
  __isFragment?: undefined;
26263
26305
  __isTeleport?: undefined;
@@ -26290,6 +26332,8 @@ declare const VDataTableVirtual: {
26290
26332
  sortDescIcon: IconValue;
26291
26333
  fixedHeader: boolean;
26292
26334
  fixedFooter: boolean;
26335
+ hideDefaultFooter: boolean;
26336
+ hideDefaultHeader: boolean;
26293
26337
  } & {
26294
26338
  search?: string | undefined;
26295
26339
  class?: any;
@@ -26388,6 +26432,8 @@ declare const VDataTableVirtual: {
26388
26432
  sortDescIcon: IconValue;
26389
26433
  fixedHeader: boolean;
26390
26434
  fixedFooter: boolean;
26435
+ hideDefaultFooter: boolean;
26436
+ hideDefaultHeader: boolean;
26391
26437
  }, {}, string, vue.SlotsType<Partial<{
26392
26438
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
26393
26439
  [key: string]: any;
@@ -26626,6 +26672,8 @@ declare const VDataTableVirtual: {
26626
26672
  type: vue.PropType<readonly string[]>;
26627
26673
  default: () => never[];
26628
26674
  };
26675
+ hideDefaultFooter: BooleanConstructor;
26676
+ hideDefaultHeader: BooleanConstructor;
26629
26677
  width: (StringConstructor | NumberConstructor)[];
26630
26678
  search: StringConstructor;
26631
26679
  loadingText: {
@@ -26778,6 +26826,8 @@ declare const VDataTableVirtual: {
26778
26826
  type: vue.PropType<readonly string[]>;
26779
26827
  default: () => never[];
26780
26828
  };
26829
+ hideDefaultFooter: BooleanConstructor;
26830
+ hideDefaultHeader: BooleanConstructor;
26781
26831
  width: (StringConstructor | NumberConstructor)[];
26782
26832
  search: StringConstructor;
26783
26833
  loadingText: {
@@ -26837,6 +26887,8 @@ declare const VDataTableServer: {
26837
26887
  sortDescIcon: IconValue;
26838
26888
  fixedHeader: boolean;
26839
26889
  fixedFooter: boolean;
26890
+ hideDefaultFooter: boolean;
26891
+ hideDefaultHeader: boolean;
26840
26892
  } & {
26841
26893
  search?: string | undefined;
26842
26894
  class?: any;
@@ -26951,6 +27003,8 @@ declare const VDataTableServer: {
26951
27003
  sortDescIcon: IconValue;
26952
27004
  fixedHeader: boolean;
26953
27005
  fixedFooter: boolean;
27006
+ hideDefaultFooter: boolean;
27007
+ hideDefaultHeader: boolean;
26954
27008
  } & {
26955
27009
  search?: string | undefined;
26956
27010
  class?: any;
@@ -27056,6 +27110,8 @@ declare const VDataTableServer: {
27056
27110
  sortDescIcon: IconValue;
27057
27111
  fixedHeader: boolean;
27058
27112
  fixedFooter: boolean;
27113
+ hideDefaultFooter: boolean;
27114
+ hideDefaultHeader: boolean;
27059
27115
  }, true, {}, vue.SlotsType<Partial<{
27060
27116
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
27061
27117
  [key: string]: any;
@@ -27203,6 +27259,8 @@ declare const VDataTableServer: {
27203
27259
  sortDescIcon: IconValue;
27204
27260
  fixedHeader: boolean;
27205
27261
  fixedFooter: boolean;
27262
+ hideDefaultFooter: boolean;
27263
+ hideDefaultHeader: boolean;
27206
27264
  } & {
27207
27265
  search?: string | undefined;
27208
27266
  class?: any;
@@ -27308,6 +27366,8 @@ declare const VDataTableServer: {
27308
27366
  sortDescIcon: IconValue;
27309
27367
  fixedHeader: boolean;
27310
27368
  fixedFooter: boolean;
27369
+ hideDefaultFooter: boolean;
27370
+ hideDefaultHeader: boolean;
27311
27371
  }>;
27312
27372
  __isFragment?: undefined;
27313
27373
  __isTeleport?: undefined;
@@ -27355,6 +27415,8 @@ declare const VDataTableServer: {
27355
27415
  sortDescIcon: IconValue;
27356
27416
  fixedHeader: boolean;
27357
27417
  fixedFooter: boolean;
27418
+ hideDefaultFooter: boolean;
27419
+ hideDefaultHeader: boolean;
27358
27420
  } & {
27359
27421
  search?: string | undefined;
27360
27422
  class?: any;
@@ -27468,6 +27530,8 @@ declare const VDataTableServer: {
27468
27530
  sortDescIcon: IconValue;
27469
27531
  fixedHeader: boolean;
27470
27532
  fixedFooter: boolean;
27533
+ hideDefaultFooter: boolean;
27534
+ hideDefaultHeader: boolean;
27471
27535
  }, {}, string, vue.SlotsType<Partial<{
27472
27536
  [x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
27473
27537
  [key: string]: any;
@@ -27761,6 +27825,8 @@ declare const VDataTableServer: {
27761
27825
  type: vue.PropType<readonly string[]>;
27762
27826
  default: () => never[];
27763
27827
  };
27828
+ hideDefaultFooter: BooleanConstructor;
27829
+ hideDefaultHeader: BooleanConstructor;
27764
27830
  width: (StringConstructor | NumberConstructor)[];
27765
27831
  search: StringConstructor;
27766
27832
  loadingText: {
@@ -27964,6 +28030,8 @@ declare const VDataTableServer: {
27964
28030
  type: vue.PropType<readonly string[]>;
27965
28031
  default: () => never[];
27966
28032
  };
28033
+ hideDefaultFooter: BooleanConstructor;
28034
+ hideDefaultHeader: BooleanConstructor;
27967
28035
  width: (StringConstructor | NumberConstructor)[];
27968
28036
  search: StringConstructor;
27969
28037
  loadingText: {
@@ -32514,6 +32582,10 @@ declare const VEmptyState: {
32514
32582
  }>>;
32515
32583
  type VEmptyState = InstanceType<typeof VEmptyState>;
32516
32584
 
32585
+ type VExpansionPanelSlot = {
32586
+ prev: () => void;
32587
+ next: () => void;
32588
+ };
32517
32589
  declare const VExpansionPanels: {
32518
32590
  new (...args: any[]): vue.CreateComponentPublicInstance<{
32519
32591
  flat: boolean;
@@ -32549,16 +32621,19 @@ declare const VExpansionPanels: {
32549
32621
  bgColor?: string | undefined;
32550
32622
  } & {
32551
32623
  $children?: vue.VNodeChild | {
32552
- default?: (() => vue.VNodeChild) | undefined;
32553
- } | (() => vue.VNodeChild);
32624
+ default?: ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32625
+ } | ((arg: VExpansionPanelSlot) => vue.VNodeChild);
32554
32626
  'v-slots'?: {
32555
- default?: false | (() => vue.VNodeChild) | undefined;
32627
+ default?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32556
32628
  } | undefined;
32557
32629
  } & {
32558
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32630
+ "v-slot:default"?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32559
32631
  } & {
32560
32632
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
32561
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32633
+ }, {
32634
+ next: () => void;
32635
+ prev: () => void;
32636
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32562
32637
  'update:modelValue': (val: unknown) => boolean;
32563
32638
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
32564
32639
  flat: boolean;
@@ -32594,13 +32669,13 @@ declare const VExpansionPanels: {
32594
32669
  bgColor?: string | undefined;
32595
32670
  } & {
32596
32671
  $children?: vue.VNodeChild | {
32597
- default?: (() => vue.VNodeChild) | undefined;
32598
- } | (() => vue.VNodeChild);
32672
+ default?: ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32673
+ } | ((arg: VExpansionPanelSlot) => vue.VNodeChild);
32599
32674
  'v-slots'?: {
32600
- default?: false | (() => vue.VNodeChild) | undefined;
32675
+ default?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32601
32676
  } | undefined;
32602
32677
  } & {
32603
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32678
+ "v-slot:default"?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32604
32679
  } & {
32605
32680
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
32606
32681
  }, {
@@ -32624,7 +32699,7 @@ declare const VExpansionPanels: {
32624
32699
  hideActions: boolean;
32625
32700
  focusable: boolean;
32626
32701
  }, true, {}, vue.SlotsType<Partial<{
32627
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32702
+ default: (arg: VExpansionPanelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
32628
32703
  [key: string]: any;
32629
32704
  }>[];
32630
32705
  }>>, {
@@ -32668,16 +32743,19 @@ declare const VExpansionPanels: {
32668
32743
  bgColor?: string | undefined;
32669
32744
  } & {
32670
32745
  $children?: vue.VNodeChild | {
32671
- default?: (() => vue.VNodeChild) | undefined;
32672
- } | (() => vue.VNodeChild);
32746
+ default?: ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32747
+ } | ((arg: VExpansionPanelSlot) => vue.VNodeChild);
32673
32748
  'v-slots'?: {
32674
- default?: false | (() => vue.VNodeChild) | undefined;
32749
+ default?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32675
32750
  } | undefined;
32676
32751
  } & {
32677
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32752
+ "v-slot:default"?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32678
32753
  } & {
32679
32754
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
32680
- }, {}, {}, {}, {}, {
32755
+ }, {
32756
+ next: () => void;
32757
+ prev: () => void;
32758
+ }, {}, {}, {}, {
32681
32759
  flat: boolean;
32682
32760
  style: vue.StyleValue;
32683
32761
  disabled: boolean;
@@ -32735,16 +32813,19 @@ declare const VExpansionPanels: {
32735
32813
  bgColor?: string | undefined;
32736
32814
  } & {
32737
32815
  $children?: vue.VNodeChild | {
32738
- default?: (() => vue.VNodeChild) | undefined;
32739
- } | (() => vue.VNodeChild);
32816
+ default?: ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32817
+ } | ((arg: VExpansionPanelSlot) => vue.VNodeChild);
32740
32818
  'v-slots'?: {
32741
- default?: false | (() => vue.VNodeChild) | undefined;
32819
+ default?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32742
32820
  } | undefined;
32743
32821
  } & {
32744
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32822
+ "v-slot:default"?: false | ((arg: VExpansionPanelSlot) => vue.VNodeChild) | undefined;
32745
32823
  } & {
32746
32824
  "onUpdate:modelValue"?: ((val: unknown) => any) | undefined;
32747
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32825
+ }, {
32826
+ next: () => void;
32827
+ prev: () => void;
32828
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32748
32829
  'update:modelValue': (val: unknown) => boolean;
32749
32830
  }, string, {
32750
32831
  flat: boolean;
@@ -32767,7 +32848,7 @@ declare const VExpansionPanels: {
32767
32848
  hideActions: boolean;
32768
32849
  focusable: boolean;
32769
32850
  }, {}, string, vue.SlotsType<Partial<{
32770
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
32851
+ default: (arg: VExpansionPanelSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
32771
32852
  [key: string]: any;
32772
32853
  }>[];
32773
32854
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
@@ -32936,10 +33017,12 @@ declare const VExpansionPanel: {
32936
33017
  "onGroup:selected"?: ((val: {
32937
33018
  value: boolean;
32938
33019
  }) => any) | undefined;
32939
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33020
+ }, {
33021
+ groupItem: GroupItemProvide;
33022
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
32940
33023
  'group:selected': (val: {
32941
33024
  value: boolean;
32942
- }) => boolean;
33025
+ }) => true;
32943
33026
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
32944
33027
  style: vue.StyleValue;
32945
33028
  disabled: boolean;
@@ -33061,7 +33144,9 @@ declare const VExpansionPanel: {
33061
33144
  "onGroup:selected"?: ((val: {
33062
33145
  value: boolean;
33063
33146
  }) => any) | undefined;
33064
- }, {}, {}, {}, {}, {
33147
+ }, {
33148
+ groupItem: GroupItemProvide;
33149
+ }, {}, {}, {}, {
33065
33150
  style: vue.StyleValue;
33066
33151
  disabled: boolean;
33067
33152
  tag: string;
@@ -33125,10 +33210,12 @@ declare const VExpansionPanel: {
33125
33210
  "onGroup:selected"?: ((val: {
33126
33211
  value: boolean;
33127
33212
  }) => any) | undefined;
33128
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33213
+ }, {
33214
+ groupItem: GroupItemProvide;
33215
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
33129
33216
  'group:selected': (val: {
33130
33217
  value: boolean;
33131
- }) => boolean;
33218
+ }) => true;
33132
33219
  }, string, {
33133
33220
  style: vue.StyleValue;
33134
33221
  disabled: boolean;
@@ -53501,7 +53588,7 @@ declare const VSlideGroup: {
53501
53588
  style: vue.StyleValue;
53502
53589
  disabled: boolean;
53503
53590
  tag: string;
53504
- mobile: boolean | null;
53591
+ mobile: NonNullable<boolean | null> | null;
53505
53592
  multiple: boolean;
53506
53593
  direction: "horizontal" | "vertical";
53507
53594
  selectedClass: string;
@@ -53526,7 +53613,7 @@ declare const VSlideGroup: {
53526
53613
  style: vue.StyleValue;
53527
53614
  disabled: boolean;
53528
53615
  tag: string;
53529
- mobile: boolean | null;
53616
+ mobile: NonNullable<boolean | null> | null;
53530
53617
  multiple: boolean;
53531
53618
  direction: "horizontal" | "vertical";
53532
53619
  selectedClass: string;
@@ -53544,7 +53631,7 @@ declare const VSlideGroup: {
53544
53631
  style: vue.StyleValue;
53545
53632
  disabled: boolean;
53546
53633
  tag: string;
53547
- mobile: boolean | null;
53634
+ mobile: NonNullable<boolean | null> | null;
53548
53635
  multiple: boolean;
53549
53636
  direction: "horizontal" | "vertical";
53550
53637
  selectedClass: string;
@@ -53573,7 +53660,7 @@ declare const VSlideGroup: {
53573
53660
  style: vue.StyleValue;
53574
53661
  disabled: boolean;
53575
53662
  tag: string;
53576
- mobile: boolean | null;
53663
+ mobile: NonNullable<boolean | null> | null;
53577
53664
  multiple: boolean;
53578
53665
  direction: "horizontal" | "vertical";
53579
53666
  selectedClass: string;
@@ -53596,7 +53683,7 @@ declare const VSlideGroup: {
53596
53683
  style: vue.StyleValue;
53597
53684
  disabled: boolean;
53598
53685
  tag: string;
53599
- mobile: boolean | null;
53686
+ mobile: NonNullable<boolean | null> | null;
53600
53687
  multiple: boolean;
53601
53688
  direction: "horizontal" | "vertical";
53602
53689
  selectedClass: string;
@@ -53612,7 +53699,7 @@ declare const VSlideGroup: {
53612
53699
  style: vue.StyleValue;
53613
53700
  disabled: boolean;
53614
53701
  tag: string;
53615
- mobile: boolean | null;
53702
+ mobile: NonNullable<boolean | null> | null;
53616
53703
  multiple: boolean;
53617
53704
  direction: "horizontal" | "vertical";
53618
53705
  selectedClass: string;
@@ -53637,7 +53724,7 @@ declare const VSlideGroup: {
53637
53724
  style: vue.StyleValue;
53638
53725
  disabled: boolean;
53639
53726
  tag: string;
53640
- mobile: boolean | null;
53727
+ mobile: NonNullable<boolean | null> | null;
53641
53728
  multiple: boolean;
53642
53729
  direction: "horizontal" | "vertical";
53643
53730
  selectedClass: string;
@@ -53677,9 +53764,12 @@ declare const VSlideGroup: {
53677
53764
  type: StringConstructor;
53678
53765
  default: string;
53679
53766
  };
53680
- mobile: {
53767
+ mobile: Omit<{
53681
53768
  type: PropType<boolean | null>;
53682
53769
  default: boolean;
53770
+ }, "default" | "type"> & {
53771
+ type: PropType<NonNullable<boolean | null> | null>;
53772
+ default: NonNullable<boolean | null> | null;
53683
53773
  };
53684
53774
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53685
53775
  class: PropType<any>;
@@ -53725,9 +53815,12 @@ declare const VSlideGroup: {
53725
53815
  type: StringConstructor;
53726
53816
  default: string;
53727
53817
  };
53728
- mobile: {
53818
+ mobile: Omit<{
53729
53819
  type: PropType<boolean | null>;
53730
53820
  default: boolean;
53821
+ }, "default" | "type"> & {
53822
+ type: PropType<NonNullable<boolean | null> | null>;
53823
+ default: NonNullable<boolean | null> | null;
53731
53824
  };
53732
53825
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
53733
53826
  class: PropType<any>;
@@ -58004,6 +58097,7 @@ declare const VSpeedDial: {
58004
58097
  }>>;
58005
58098
  type VSpeedDial = InstanceType<typeof VSpeedDial>;
58006
58099
 
58100
+ type StepperItem = string | Record<string, any>;
58007
58101
  type StepperItemSlot = {
58008
58102
  canEdit: boolean;
58009
58103
  hasError: boolean;
@@ -58328,7 +58422,6 @@ declare const VStepperItem: {
58328
58422
  }>>;
58329
58423
  type VStepperItem = InstanceType<typeof VStepperItem>;
58330
58424
 
58331
- type StepperItem = string | Record<string, any>;
58332
58425
  type VStepperSlot = {
58333
58426
  prev: () => void;
58334
58427
  next: () => void;
@@ -62162,7 +62255,7 @@ declare const VTabs: {
62162
62255
  style: vue.StyleValue;
62163
62256
  disabled: boolean;
62164
62257
  tag: string;
62165
- mobile: boolean | null;
62258
+ mobile: NonNullable<boolean | null> | null;
62166
62259
  items: readonly TabItem[];
62167
62260
  mandatory: NonNullable<boolean | "force">;
62168
62261
  multiple: boolean;
@@ -62220,7 +62313,7 @@ declare const VTabs: {
62220
62313
  style: vue.StyleValue;
62221
62314
  disabled: boolean;
62222
62315
  tag: string;
62223
- mobile: boolean | null;
62316
+ mobile: NonNullable<boolean | null> | null;
62224
62317
  items: readonly TabItem[];
62225
62318
  mandatory: NonNullable<boolean | "force">;
62226
62319
  multiple: boolean;
@@ -62277,7 +62370,7 @@ declare const VTabs: {
62277
62370
  height: string | number;
62278
62371
  disabled: boolean;
62279
62372
  tag: string;
62280
- mobile: boolean | null;
62373
+ mobile: NonNullable<boolean | null> | null;
62281
62374
  modelValue: any;
62282
62375
  items: readonly TabItem[];
62283
62376
  mandatory: NonNullable<boolean | "force">;
@@ -62324,7 +62417,7 @@ declare const VTabs: {
62324
62417
  style: vue.StyleValue;
62325
62418
  disabled: boolean;
62326
62419
  tag: string;
62327
- mobile: boolean | null;
62420
+ mobile: NonNullable<boolean | null> | null;
62328
62421
  items: readonly TabItem[];
62329
62422
  mandatory: NonNullable<boolean | "force">;
62330
62423
  multiple: boolean;
@@ -62381,7 +62474,7 @@ declare const VTabs: {
62381
62474
  height: string | number;
62382
62475
  disabled: boolean;
62383
62476
  tag: string;
62384
- mobile: boolean | null;
62477
+ mobile: NonNullable<boolean | null> | null;
62385
62478
  modelValue: any;
62386
62479
  items: readonly TabItem[];
62387
62480
  mandatory: NonNullable<boolean | "force">;
@@ -62406,7 +62499,7 @@ declare const VTabs: {
62406
62499
  style: vue.StyleValue;
62407
62500
  disabled: boolean;
62408
62501
  tag: string;
62409
- mobile: boolean | null;
62502
+ mobile: NonNullable<boolean | null> | null;
62410
62503
  items: readonly TabItem[];
62411
62504
  mandatory: NonNullable<boolean | "force">;
62412
62505
  multiple: boolean;
@@ -62465,7 +62558,7 @@ declare const VTabs: {
62465
62558
  height: string | number;
62466
62559
  disabled: boolean;
62467
62560
  tag: string;
62468
- mobile: boolean | null;
62561
+ mobile: NonNullable<boolean | null> | null;
62469
62562
  modelValue: any;
62470
62563
  items: readonly TabItem[];
62471
62564
  mandatory: NonNullable<boolean | "force">;
@@ -62528,9 +62621,12 @@ declare const VTabs: {
62528
62621
  default: string;
62529
62622
  };
62530
62623
  disabled: BooleanConstructor;
62531
- mobile: {
62624
+ mobile: Omit<{
62532
62625
  type: PropType<boolean | null>;
62533
62626
  default: boolean;
62627
+ }, "default" | "type"> & {
62628
+ type: PropType<NonNullable<boolean | null> | null>;
62629
+ default: NonNullable<boolean | null> | null;
62534
62630
  };
62535
62631
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62536
62632
  class: PropType<any>;
@@ -62606,9 +62702,12 @@ declare const VTabs: {
62606
62702
  default: string;
62607
62703
  };
62608
62704
  disabled: BooleanConstructor;
62609
- mobile: {
62705
+ mobile: Omit<{
62610
62706
  type: PropType<boolean | null>;
62611
62707
  default: boolean;
62708
+ }, "default" | "type"> & {
62709
+ type: PropType<NonNullable<boolean | null> | null>;
62710
+ default: NonNullable<boolean | null> | null;
62612
62711
  };
62613
62712
  mobileBreakpoint: PropType<number | DisplayBreakpoint>;
62614
62713
  class: PropType<any>;
@@ -73358,25 +73457,26 @@ declare module '@vue/runtime-core' {
73358
73457
  }
73359
73458
 
73360
73459
  export interface GlobalComponents {
73361
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73362
73460
  VApp: typeof import('vuetify/components')['VApp']
73363
73461
  VAppBar: typeof import('vuetify/components')['VAppBar']
73364
73462
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
73365
73463
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
73366
- VAvatar: typeof import('vuetify/components')['VAvatar']
73367
73464
  VAlert: typeof import('vuetify/components')['VAlert']
73368
73465
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73466
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73467
+ VAvatar: typeof import('vuetify/components')['VAvatar']
73468
+ VBadge: typeof import('vuetify/components')['VBadge']
73469
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73369
73470
  VBanner: typeof import('vuetify/components')['VBanner']
73370
73471
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
73371
73472
  VBannerText: typeof import('vuetify/components')['VBannerText']
73372
- VBadge: typeof import('vuetify/components')['VBadge']
73373
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73374
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73375
- VBtn: typeof import('vuetify/components')['VBtn']
73376
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73377
73473
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73378
73474
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73379
73475
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73476
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73477
+ VBtn: typeof import('vuetify/components')['VBtn']
73478
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73479
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73380
73480
  VCarousel: typeof import('vuetify/components')['VCarousel']
73381
73481
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73382
73482
  VCard: typeof import('vuetify/components')['VCard']
@@ -73385,22 +73485,14 @@ declare module '@vue/runtime-core' {
73385
73485
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73386
73486
  VCardText: typeof import('vuetify/components')['VCardText']
73387
73487
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73388
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73389
73488
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
73390
73489
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73391
73490
  VChip: typeof import('vuetify/components')['VChip']
73392
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
73393
73491
  VCode: typeof import('vuetify/components')['VCode']
73394
- VCombobox: typeof import('vuetify/components')['VCombobox']
73395
- VCounter: typeof import('vuetify/components')['VCounter']
73492
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
73396
73493
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
73397
- VDataTable: typeof import('vuetify/components')['VDataTable']
73398
- VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73399
- VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
73400
- VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
73401
- VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73402
- VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73403
- VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73494
+ VCounter: typeof import('vuetify/components')['VCounter']
73495
+ VCombobox: typeof import('vuetify/components')['VCombobox']
73404
73496
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
73405
73497
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
73406
73498
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -73408,29 +73500,36 @@ declare module '@vue/runtime-core' {
73408
73500
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73409
73501
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73410
73502
  VDialog: typeof import('vuetify/components')['VDialog']
73411
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
73503
+ VDataTable: typeof import('vuetify/components')['VDataTable']
73504
+ VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73505
+ VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
73506
+ VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
73507
+ VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73508
+ VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73509
+ VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73412
73510
  VDivider: typeof import('vuetify/components')['VDivider']
73413
73511
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73414
73512
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73415
73513
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
73416
73514
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
73515
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
73417
73516
  VField: typeof import('vuetify/components')['VField']
73418
73517
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73419
- VFooter: typeof import('vuetify/components')['VFooter']
73420
- VFab: typeof import('vuetify/components')['VFab']
73421
73518
  VFileInput: typeof import('vuetify/components')['VFileInput']
73519
+ VFooter: typeof import('vuetify/components')['VFooter']
73520
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73422
73521
  VIcon: typeof import('vuetify/components')['VIcon']
73423
73522
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
73424
73523
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73425
73524
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73426
73525
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73427
- VImg: typeof import('vuetify/components')['VImg']
73428
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73526
+ VFab: typeof import('vuetify/components')['VFab']
73429
73527
  VInput: typeof import('vuetify/components')['VInput']
73430
- VKbd: typeof import('vuetify/components')['VKbd']
73528
+ VImg: typeof import('vuetify/components')['VImg']
73431
73529
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
73432
73530
  VItem: typeof import('vuetify/components')['VItem']
73433
73531
  VLabel: typeof import('vuetify/components')['VLabel']
73532
+ VKbd: typeof import('vuetify/components')['VKbd']
73434
73533
  VList: typeof import('vuetify/components')['VList']
73435
73534
  VListGroup: typeof import('vuetify/components')['VListGroup']
73436
73535
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73440,71 +73539,70 @@ declare module '@vue/runtime-core' {
73440
73539
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
73441
73540
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73442
73541
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73443
- VMain: typeof import('vuetify/components')['VMain']
73444
73542
  VMenu: typeof import('vuetify/components')['VMenu']
73445
- VOverlay: typeof import('vuetify/components')['VOverlay']
73446
- VMessages: typeof import('vuetify/components')['VMessages']
73543
+ VMain: typeof import('vuetify/components')['VMain']
73447
73544
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73448
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
73449
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73545
+ VMessages: typeof import('vuetify/components')['VMessages']
73450
73546
  VPagination: typeof import('vuetify/components')['VPagination']
73547
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73548
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
73549
+ VOverlay: typeof import('vuetify/components')['VOverlay']
73451
73550
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73452
73551
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73453
73552
  VRating: typeof import('vuetify/components')['VRating']
73454
73553
  VSelect: typeof import('vuetify/components')['VSelect']
73455
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73456
73554
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73555
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73457
73556
  VSheet: typeof import('vuetify/components')['VSheet']
73458
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73459
73557
  VSlider: typeof import('vuetify/components')['VSlider']
73460
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
73461
73558
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73462
73559
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73463
- VSwitch: typeof import('vuetify/components')['VSwitch']
73560
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
73561
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73464
73562
  VStepper: typeof import('vuetify/components')['VStepper']
73465
73563
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
73466
73564
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
73467
73565
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
73468
73566
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73469
73567
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73568
+ VSwitch: typeof import('vuetify/components')['VSwitch']
73569
+ VTextField: typeof import('vuetify/components')['VTextField']
73470
73570
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
73471
- VTable: typeof import('vuetify/components')['VTable']
73571
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73472
73572
  VTab: typeof import('vuetify/components')['VTab']
73473
73573
  VTabs: typeof import('vuetify/components')['VTabs']
73474
73574
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73475
73575
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73476
- VTextarea: typeof import('vuetify/components')['VTextarea']
73477
- VTextField: typeof import('vuetify/components')['VTextField']
73576
+ VTable: typeof import('vuetify/components')['VTable']
73478
73577
  VToolbar: typeof import('vuetify/components')['VToolbar']
73479
73578
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73480
73579
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73481
73580
  VTimeline: typeof import('vuetify/components')['VTimeline']
73482
73581
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73483
- VTooltip: typeof import('vuetify/components')['VTooltip']
73484
73582
  VWindow: typeof import('vuetify/components')['VWindow']
73485
73583
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73584
+ VTooltip: typeof import('vuetify/components')['VTooltip']
73486
73585
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
73487
73586
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
73488
73587
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
73588
+ VHover: typeof import('vuetify/components')['VHover']
73489
73589
  VForm: typeof import('vuetify/components')['VForm']
73490
73590
  VContainer: typeof import('vuetify/components')['VContainer']
73491
73591
  VCol: typeof import('vuetify/components')['VCol']
73492
73592
  VRow: typeof import('vuetify/components')['VRow']
73493
73593
  VSpacer: typeof import('vuetify/components')['VSpacer']
73494
- VHover: typeof import('vuetify/components')['VHover']
73495
73594
  VLayout: typeof import('vuetify/components')['VLayout']
73496
73595
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73497
73596
  VLazy: typeof import('vuetify/components')['VLazy']
73498
73597
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73499
73598
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
73500
73599
  VParallax: typeof import('vuetify/components')['VParallax']
73501
- VRadio: typeof import('vuetify/components')['VRadio']
73502
73600
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73601
+ VRadio: typeof import('vuetify/components')['VRadio']
73503
73602
  VResponsive: typeof import('vuetify/components')['VResponsive']
73504
73603
  VSparkline: typeof import('vuetify/components')['VSparkline']
73505
73604
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
73506
73605
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
73507
- VValidation: typeof import('vuetify/components')['VValidation']
73508
73606
  VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
73509
73607
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
73510
73608
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
@@ -73522,23 +73620,27 @@ declare module '@vue/runtime-core' {
73522
73620
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73523
73621
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73524
73622
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73525
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73623
+ VValidation: typeof import('vuetify/components')['VValidation']
73526
73624
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73527
73625
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73528
73626
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
73529
73627
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
73530
73628
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73531
73629
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73532
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73533
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73534
73630
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73535
73631
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73536
73632
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73633
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73634
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73635
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73636
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73637
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73638
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73537
73639
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73538
73640
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73539
73641
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73540
73642
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73541
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73542
73643
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73644
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73543
73645
  }
73544
73646
  }