@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-dev.2025-06-03

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 (91) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/json/attributes.json +3213 -3189
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +5962 -5902
  7. package/dist/vuetify-labs.cjs +52 -19
  8. package/dist/vuetify-labs.css +5727 -5721
  9. package/dist/vuetify-labs.d.ts +677 -402
  10. package/dist/vuetify-labs.esm.js +52 -19
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +52 -19
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +52 -19
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4233 -4227
  17. package/dist/vuetify.d.ts +621 -378
  18. package/dist/vuetify.esm.js +52 -19
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +52 -19
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +29 -24
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAppBar/VAppBar.d.ts +15 -3
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
  28. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  29. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  30. package/lib/components/VBtn/VBtn.d.ts +20 -10
  31. package/lib/components/VCard/VCard.d.ts +20 -10
  32. package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
  33. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
  34. package/lib/components/VChip/VChip.d.ts +20 -10
  35. package/lib/components/VCombobox/VCombobox.d.ts +21 -7
  36. package/lib/components/VCombobox/VCombobox.js +2 -1
  37. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  38. package/lib/components/VDataTable/VDataTable.d.ts +42 -0
  39. package/lib/components/VDataTable/VDataTableServer.d.ts +29 -0
  40. package/lib/components/VDataTable/VDataTableVirtual.d.ts +29 -0
  41. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
  43. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
  44. package/lib/components/VFab/VFab.d.ts +20 -10
  45. package/lib/components/VList/VList.d.ts +13 -0
  46. package/lib/components/VList/VList.js +4 -1
  47. package/lib/components/VList/VList.js.map +1 -1
  48. package/lib/components/VList/VListItem.d.ts +23 -10
  49. package/lib/components/VList/VListItem.js +7 -3
  50. package/lib/components/VList/VListItem.js.map +1 -1
  51. package/lib/components/VList/list.d.ts +9 -2
  52. package/lib/components/VList/list.js +7 -0
  53. package/lib/components/VList/list.js.map +1 -1
  54. package/lib/components/VRadio/VRadio.d.ts +20 -10
  55. package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
  56. package/lib/components/VSelect/VSelect.d.ts +33 -11
  57. package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
  58. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
  59. package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
  60. package/lib/components/VStepper/VStepperItem.d.ts +28 -14
  61. package/lib/components/VSwitch/VSwitch.d.ts +20 -10
  62. package/lib/components/VTable/VTable.css +6 -0
  63. package/lib/components/VTable/VTable.d.ts +55 -24
  64. package/lib/components/VTable/VTable.js +9 -2
  65. package/lib/components/VTable/VTable.js.map +1 -1
  66. package/lib/components/VTable/VTable.sass +14 -0
  67. package/lib/components/VTable/_variables.scss +1 -0
  68. package/lib/components/VTabs/VTab.d.ts +56 -28
  69. package/lib/components/VToolbar/VToolbar.d.ts +15 -3
  70. package/lib/components/VToolbar/VToolbar.js +6 -3
  71. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  72. package/lib/composables/date/DateAdapter.d.ts +2 -2
  73. package/lib/composables/date/DateAdapter.js.map +1 -1
  74. package/lib/composables/date/adapters/string.d.ts +54 -0
  75. package/lib/composables/date/adapters/string.js +153 -0
  76. package/lib/composables/date/adapters/string.js.map +1 -0
  77. package/lib/composables/date/date.d.ts +2 -2
  78. package/lib/directives/ripple/index.d.ts +2 -1
  79. package/lib/directives/ripple/index.js +12 -7
  80. package/lib/directives/ripple/index.js.map +1 -1
  81. package/lib/entry-bundler.d.ts +2 -2
  82. package/lib/entry-bundler.js +1 -1
  83. package/lib/framework.d.ts +75 -65
  84. package/lib/framework.js +1 -1
  85. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
  86. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
  87. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
  88. package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
  89. package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
  90. package/lib/labs/entry-bundler.d.ts +2 -2
  91. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -21,10 +21,10 @@ interface DateAdapter<T = unknown> {
21
21
  startOfYear(date: T): T;
22
22
  endOfYear(date: T): T;
23
23
  isAfter(date: T, comparing: T): boolean;
24
- isAfterDay(value: T, comparing: T): boolean;
24
+ isAfterDay(date: T, comparing: T): boolean;
25
25
  isSameDay(date: T, comparing: T): boolean;
26
26
  isSameMonth(date: T, comparing: T): boolean;
27
- isSameYear(value: T, comparing: T): boolean;
27
+ isSameYear(date: T, comparing: T): boolean;
28
28
  isBefore(date: T, comparing: T): boolean;
29
29
  isEqual(date: T, comparing: T): boolean;
30
30
  isValid(date: any): boolean;
@@ -3723,7 +3723,10 @@ declare const VToolbar: {
3723
3723
  default: string;
3724
3724
  validator: (v: any) => boolean;
3725
3725
  };
3726
- extended: BooleanConstructor;
3726
+ extended: {
3727
+ type: BooleanConstructor;
3728
+ default: null;
3729
+ };
3727
3730
  extensionHeight: {
3728
3731
  type: (StringConstructor | NumberConstructor)[];
3729
3732
  default: number;
@@ -3768,7 +3771,10 @@ declare const VToolbar: {
3768
3771
  default: string;
3769
3772
  validator: (v: any) => boolean;
3770
3773
  };
3771
- extended: BooleanConstructor;
3774
+ extended: {
3775
+ type: BooleanConstructor;
3776
+ default: null;
3777
+ };
3772
3778
  extensionHeight: {
3773
3779
  type: (StringConstructor | NumberConstructor)[];
3774
3780
  default: number;
@@ -4077,7 +4083,10 @@ declare const VAppBar: {
4077
4083
  default: string;
4078
4084
  validator: (v: any) => boolean;
4079
4085
  };
4080
- extended: BooleanConstructor;
4086
+ extended: {
4087
+ type: BooleanConstructor;
4088
+ default: null;
4089
+ };
4081
4090
  extensionHeight: {
4082
4091
  type: (StringConstructor | NumberConstructor)[];
4083
4092
  default: number;
@@ -4146,7 +4155,10 @@ declare const VAppBar: {
4146
4155
  default: string;
4147
4156
  validator: (v: any) => boolean;
4148
4157
  };
4149
- extended: BooleanConstructor;
4158
+ extended: {
4159
+ type: BooleanConstructor;
4160
+ default: null;
4161
+ };
4150
4162
  extensionHeight: {
4151
4163
  type: (StringConstructor | NumberConstructor)[];
4152
4164
  default: number;
@@ -4170,7 +4182,8 @@ type VAppBar = InstanceType<typeof VAppBar>;
4170
4182
 
4171
4183
  interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
4172
4184
  value?: boolean | {
4173
- class: string;
4185
+ class?: string;
4186
+ keys?: number[];
4174
4187
  };
4175
4188
  modifiers: {
4176
4189
  center?: boolean;
@@ -4244,7 +4257,8 @@ declare const VAppBarNavIcon: {
4244
4257
  slim: boolean;
4245
4258
  stacked: boolean;
4246
4259
  ripple: boolean | {
4247
- class: string;
4260
+ class?: string;
4261
+ keys?: number[];
4248
4262
  } | undefined;
4249
4263
  } & {
4250
4264
  location?: Anchor | null | undefined;
@@ -4311,7 +4325,8 @@ declare const VAppBarNavIcon: {
4311
4325
  slim: boolean;
4312
4326
  stacked: boolean;
4313
4327
  ripple: boolean | {
4314
- class: string;
4328
+ class?: string;
4329
+ keys?: number[];
4315
4330
  } | undefined;
4316
4331
  }, true, {}, vue.SlotsType<Partial<{
4317
4332
  default: () => vue.VNode[];
@@ -4343,7 +4358,8 @@ declare const VAppBarNavIcon: {
4343
4358
  slim: boolean;
4344
4359
  stacked: boolean;
4345
4360
  ripple: boolean | {
4346
- class: string;
4361
+ class?: string;
4362
+ keys?: number[];
4347
4363
  } | undefined;
4348
4364
  } & {
4349
4365
  location?: Anchor | null | undefined;
@@ -4410,7 +4426,8 @@ declare const VAppBarNavIcon: {
4410
4426
  slim: boolean;
4411
4427
  stacked: boolean;
4412
4428
  ripple: boolean | {
4413
- class: string;
4429
+ class?: string;
4430
+ keys?: number[];
4414
4431
  } | undefined;
4415
4432
  }>;
4416
4433
  __isFragment?: never;
@@ -4434,7 +4451,8 @@ declare const VAppBarNavIcon: {
4434
4451
  slim: boolean;
4435
4452
  stacked: boolean;
4436
4453
  ripple: boolean | {
4437
- class: string;
4454
+ class?: string;
4455
+ keys?: number[];
4438
4456
  } | undefined;
4439
4457
  } & {
4440
4458
  location?: Anchor | null | undefined;
@@ -4501,7 +4519,8 @@ declare const VAppBarNavIcon: {
4501
4519
  slim: boolean;
4502
4520
  stacked: boolean;
4503
4521
  ripple: boolean | {
4504
- class: string;
4522
+ class?: string;
4523
+ keys?: number[];
4505
4524
  } | undefined;
4506
4525
  }, {}, string, vue.SlotsType<Partial<{
4507
4526
  default: () => vue.VNode[];
@@ -6458,7 +6477,8 @@ declare const VListItem: {
6458
6477
  tile: boolean;
6459
6478
  slim: boolean;
6460
6479
  ripple: boolean | {
6461
- class: string;
6480
+ class?: string;
6481
+ keys?: number[];
6462
6482
  } | undefined;
6463
6483
  } & {
6464
6484
  link?: boolean | undefined;
@@ -6519,6 +6539,7 @@ declare const VListItem: {
6519
6539
  isGroupActivator: boolean | undefined;
6520
6540
  isSelected: vue.ComputedRef<boolean>;
6521
6541
  list: {
6542
+ filterable: vue.MaybeRefOrGetter<boolean>;
6522
6543
  hasPrepend: vue.Ref<boolean>;
6523
6544
  updateHasPrepend: (value: boolean) => void;
6524
6545
  } | null;
@@ -6560,7 +6581,8 @@ declare const VListItem: {
6560
6581
  tile: boolean;
6561
6582
  slim: boolean;
6562
6583
  ripple: boolean | {
6563
- class: string;
6584
+ class?: string;
6585
+ keys?: number[];
6564
6586
  } | undefined;
6565
6587
  subtitle: string | number | boolean;
6566
6588
  }, true, {}, vue.SlotsType<Partial<{
@@ -6588,7 +6610,8 @@ declare const VListItem: {
6588
6610
  tile: boolean;
6589
6611
  slim: boolean;
6590
6612
  ripple: boolean | {
6591
- class: string;
6613
+ class?: string;
6614
+ keys?: number[];
6592
6615
  } | undefined;
6593
6616
  } & {
6594
6617
  link?: boolean | undefined;
@@ -6649,6 +6672,7 @@ declare const VListItem: {
6649
6672
  isGroupActivator: boolean | undefined;
6650
6673
  isSelected: vue.ComputedRef<boolean>;
6651
6674
  list: {
6675
+ filterable: vue.MaybeRefOrGetter<boolean>;
6652
6676
  hasPrepend: vue.Ref<boolean>;
6653
6677
  updateHasPrepend: (value: boolean) => void;
6654
6678
  } | null;
@@ -6688,7 +6712,8 @@ declare const VListItem: {
6688
6712
  tile: boolean;
6689
6713
  slim: boolean;
6690
6714
  ripple: boolean | {
6691
- class: string;
6715
+ class?: string;
6716
+ keys?: number[];
6692
6717
  } | undefined;
6693
6718
  subtitle: string | number | boolean;
6694
6719
  }>;
@@ -6707,7 +6732,8 @@ declare const VListItem: {
6707
6732
  tile: boolean;
6708
6733
  slim: boolean;
6709
6734
  ripple: boolean | {
6710
- class: string;
6735
+ class?: string;
6736
+ keys?: number[];
6711
6737
  } | undefined;
6712
6738
  } & {
6713
6739
  link?: boolean | undefined;
@@ -6768,6 +6794,7 @@ declare const VListItem: {
6768
6794
  isGroupActivator: boolean | undefined;
6769
6795
  isSelected: vue.ComputedRef<boolean>;
6770
6796
  list: {
6797
+ filterable: vue.MaybeRefOrGetter<boolean>;
6771
6798
  hasPrepend: vue.Ref<boolean>;
6772
6799
  updateHasPrepend: (value: boolean) => void;
6773
6800
  } | null;
@@ -6809,7 +6836,8 @@ declare const VListItem: {
6809
6836
  tile: boolean;
6810
6837
  slim: boolean;
6811
6838
  ripple: boolean | {
6812
- class: string;
6839
+ class?: string;
6840
+ keys?: number[];
6813
6841
  } | undefined;
6814
6842
  subtitle: string | number | boolean;
6815
6843
  }, {}, string, vue.SlotsType<Partial<{
@@ -7040,6 +7068,7 @@ declare const VList: {
7040
7068
  density: Density;
7041
7069
  tile: boolean;
7042
7070
  slim: boolean;
7071
+ filterable: boolean;
7043
7072
  activatable: boolean;
7044
7073
  selectable: boolean;
7045
7074
  openStrategy: OpenStrategyProp;
@@ -7113,6 +7142,7 @@ declare const VList: {
7113
7142
  rounded: string | number | boolean;
7114
7143
  tile: boolean;
7115
7144
  slim: boolean;
7145
+ filterable: boolean;
7116
7146
  activatable: boolean;
7117
7147
  selectable: boolean;
7118
7148
  openStrategy: OpenStrategyProp;
@@ -7163,6 +7193,7 @@ declare const VList: {
7163
7193
  density: Density;
7164
7194
  tile: boolean;
7165
7195
  slim: boolean;
7196
+ filterable: boolean;
7166
7197
  activatable: boolean;
7167
7198
  selectable: boolean;
7168
7199
  openStrategy: OpenStrategyProp;
@@ -7217,6 +7248,7 @@ declare const VList: {
7217
7248
  rounded: string | number | boolean;
7218
7249
  tile: boolean;
7219
7250
  slim: boolean;
7251
+ filterable: boolean;
7220
7252
  activatable: boolean;
7221
7253
  selectable: boolean;
7222
7254
  openStrategy: OpenStrategyProp;
@@ -7238,6 +7270,7 @@ declare const VList: {
7238
7270
  density: Density;
7239
7271
  tile: boolean;
7240
7272
  slim: boolean;
7273
+ filterable: boolean;
7241
7274
  activatable: boolean;
7242
7275
  selectable: boolean;
7243
7276
  openStrategy: OpenStrategyProp;
@@ -7311,6 +7344,7 @@ declare const VList: {
7311
7344
  rounded: string | number | boolean;
7312
7345
  tile: boolean;
7313
7346
  slim: boolean;
7347
+ filterable: boolean;
7314
7348
  activatable: boolean;
7315
7349
  selectable: boolean;
7316
7350
  openStrategy: OpenStrategyProp;
@@ -7448,6 +7482,7 @@ declare const VList: {
7448
7482
  activeClass: StringConstructor;
7449
7483
  bgColor: StringConstructor;
7450
7484
  disabled: BooleanConstructor;
7485
+ filterable: BooleanConstructor;
7451
7486
  expandIcon: PropType<IconValue>;
7452
7487
  collapseIcon: PropType<IconValue>;
7453
7488
  lines: {
@@ -7554,6 +7589,7 @@ declare const VList: {
7554
7589
  activeClass: StringConstructor;
7555
7590
  bgColor: StringConstructor;
7556
7591
  disabled: BooleanConstructor;
7592
+ filterable: BooleanConstructor;
7557
7593
  expandIcon: PropType<IconValue>;
7558
7594
  collapseIcon: PropType<IconValue>;
7559
7595
  lines: {
@@ -10818,6 +10854,7 @@ declare const VAutocomplete: {
10818
10854
  rounded: string | number | boolean;
10819
10855
  tile: boolean;
10820
10856
  slim: boolean;
10857
+ filterable: boolean;
10821
10858
  activatable: boolean;
10822
10859
  selectable: boolean;
10823
10860
  openStrategy: OpenStrategyProp;
@@ -10835,6 +10872,7 @@ declare const VAutocomplete: {
10835
10872
  density: Density;
10836
10873
  tile: boolean;
10837
10874
  slim: boolean;
10875
+ filterable: boolean;
10838
10876
  activatable: boolean;
10839
10877
  selectable: boolean;
10840
10878
  openStrategy: OpenStrategyProp;
@@ -10866,7 +10904,7 @@ declare const VAutocomplete: {
10866
10904
  value: boolean;
10867
10905
  path: unknown[];
10868
10906
  }) => any) | undefined;
10869
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
10907
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
10870
10908
  items?: readonly any[] | undefined;
10871
10909
  itemTitle?: SelectItemKey<any>;
10872
10910
  itemValue?: SelectItemKey<any>;
@@ -13344,6 +13382,7 @@ declare const VAutocomplete: {
13344
13382
  rounded: string | number | boolean;
13345
13383
  tile: boolean;
13346
13384
  slim: boolean;
13385
+ filterable: boolean;
13347
13386
  activatable: boolean;
13348
13387
  selectable: boolean;
13349
13388
  openStrategy: OpenStrategyProp;
@@ -13361,6 +13400,7 @@ declare const VAutocomplete: {
13361
13400
  density: Density;
13362
13401
  tile: boolean;
13363
13402
  slim: boolean;
13403
+ filterable: boolean;
13364
13404
  activatable: boolean;
13365
13405
  selectable: boolean;
13366
13406
  openStrategy: OpenStrategyProp;
@@ -13392,7 +13432,7 @@ declare const VAutocomplete: {
13392
13432
  value: boolean;
13393
13433
  path: unknown[];
13394
13434
  }) => any) | undefined;
13395
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
13435
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
13396
13436
  items?: readonly any[] | undefined;
13397
13437
  itemTitle?: SelectItemKey<any>;
13398
13438
  itemValue?: SelectItemKey<any>;
@@ -15822,6 +15862,7 @@ declare const VAutocomplete: {
15822
15862
  rounded: string | number | boolean;
15823
15863
  tile: boolean;
15824
15864
  slim: boolean;
15865
+ filterable: boolean;
15825
15866
  activatable: boolean;
15826
15867
  selectable: boolean;
15827
15868
  openStrategy: OpenStrategyProp;
@@ -15839,6 +15880,7 @@ declare const VAutocomplete: {
15839
15880
  density: Density;
15840
15881
  tile: boolean;
15841
15882
  slim: boolean;
15883
+ filterable: boolean;
15842
15884
  activatable: boolean;
15843
15885
  selectable: boolean;
15844
15886
  openStrategy: OpenStrategyProp;
@@ -15870,7 +15912,7 @@ declare const VAutocomplete: {
15870
15912
  value: boolean;
15871
15913
  path: unknown[];
15872
15914
  }) => any) | undefined;
15873
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
15915
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
15874
15916
  items?: readonly any[] | undefined;
15875
15917
  itemTitle?: SelectItemKey<any>;
15876
15918
  itemValue?: SelectItemKey<any>;
@@ -21731,7 +21773,8 @@ declare const VBtn: {
21731
21773
  slim: boolean;
21732
21774
  stacked: boolean;
21733
21775
  ripple: boolean | {
21734
- class: string;
21776
+ class?: string;
21777
+ keys?: number[];
21735
21778
  } | undefined;
21736
21779
  } & {
21737
21780
  location?: Anchor | null | undefined;
@@ -21808,7 +21851,8 @@ declare const VBtn: {
21808
21851
  slim: boolean;
21809
21852
  stacked: boolean;
21810
21853
  ripple: boolean | {
21811
- class: string;
21854
+ class?: string;
21855
+ keys?: number[];
21812
21856
  } | undefined;
21813
21857
  }, true, {}, vue.SlotsType<Partial<{
21814
21858
  default: () => vue.VNode[];
@@ -21839,7 +21883,8 @@ declare const VBtn: {
21839
21883
  slim: boolean;
21840
21884
  stacked: boolean;
21841
21885
  ripple: boolean | {
21842
- class: string;
21886
+ class?: string;
21887
+ keys?: number[];
21843
21888
  } | undefined;
21844
21889
  } & {
21845
21890
  location?: Anchor | null | undefined;
@@ -21912,7 +21957,8 @@ declare const VBtn: {
21912
21957
  slim: boolean;
21913
21958
  stacked: boolean;
21914
21959
  ripple: boolean | {
21915
- class: string;
21960
+ class?: string;
21961
+ keys?: number[];
21916
21962
  } | undefined;
21917
21963
  }>;
21918
21964
  __isFragment?: never;
@@ -21935,7 +21981,8 @@ declare const VBtn: {
21935
21981
  slim: boolean;
21936
21982
  stacked: boolean;
21937
21983
  ripple: boolean | {
21938
- class: string;
21984
+ class?: string;
21985
+ keys?: number[];
21939
21986
  } | undefined;
21940
21987
  } & {
21941
21988
  location?: Anchor | null | undefined;
@@ -22012,7 +22059,8 @@ declare const VBtn: {
22012
22059
  slim: boolean;
22013
22060
  stacked: boolean;
22014
22061
  ripple: boolean | {
22015
- class: string;
22062
+ class?: string;
22063
+ keys?: number[];
22016
22064
  } | undefined;
22017
22065
  }, {}, string, vue.SlotsType<Partial<{
22018
22066
  default: () => vue.VNode[];
@@ -22823,7 +22871,8 @@ declare const VCard: {
22823
22871
  density: Density;
22824
22872
  tile: boolean;
22825
22873
  ripple: boolean | {
22826
- class: string;
22874
+ class?: string;
22875
+ keys?: number[];
22827
22876
  } | undefined;
22828
22877
  hover: boolean;
22829
22878
  } & {
@@ -22904,7 +22953,8 @@ declare const VCard: {
22904
22953
  rounded: string | number | boolean;
22905
22954
  tile: boolean;
22906
22955
  ripple: boolean | {
22907
- class: string;
22956
+ class?: string;
22957
+ keys?: number[];
22908
22958
  } | undefined;
22909
22959
  subtitle: string | number | boolean;
22910
22960
  hover: boolean;
@@ -22937,7 +22987,8 @@ declare const VCard: {
22937
22987
  density: Density;
22938
22988
  tile: boolean;
22939
22989
  ripple: boolean | {
22940
- class: string;
22990
+ class?: string;
22991
+ keys?: number[];
22941
22992
  } | undefined;
22942
22993
  hover: boolean;
22943
22994
  } & {
@@ -23018,7 +23069,8 @@ declare const VCard: {
23018
23069
  rounded: string | number | boolean;
23019
23070
  tile: boolean;
23020
23071
  ripple: boolean | {
23021
- class: string;
23072
+ class?: string;
23073
+ keys?: number[];
23022
23074
  } | undefined;
23023
23075
  subtitle: string | number | boolean;
23024
23076
  hover: boolean;
@@ -23037,7 +23089,8 @@ declare const VCard: {
23037
23089
  density: Density;
23038
23090
  tile: boolean;
23039
23091
  ripple: boolean | {
23040
- class: string;
23092
+ class?: string;
23093
+ keys?: number[];
23041
23094
  } | undefined;
23042
23095
  hover: boolean;
23043
23096
  } & {
@@ -23118,7 +23171,8 @@ declare const VCard: {
23118
23171
  rounded: string | number | boolean;
23119
23172
  tile: boolean;
23120
23173
  ripple: boolean | {
23121
- class: string;
23174
+ class?: string;
23175
+ keys?: number[];
23122
23176
  } | undefined;
23123
23177
  subtitle: string | number | boolean;
23124
23178
  hover: boolean;
@@ -25019,7 +25073,8 @@ declare const VSelectionControlGroup: {
25019
25073
  valueComparator: typeof deepEqual;
25020
25074
  density: Density;
25021
25075
  ripple: boolean | {
25022
- class: string;
25076
+ class?: string;
25077
+ keys?: number[];
25023
25078
  } | undefined;
25024
25079
  defaultsTarget: string;
25025
25080
  } & {
@@ -25043,7 +25098,8 @@ declare const VSelectionControlGroup: {
25043
25098
  valueComparator: typeof deepEqual;
25044
25099
  density: Density;
25045
25100
  ripple: boolean | {
25046
- class: string;
25101
+ class?: string;
25102
+ keys?: number[];
25047
25103
  } | undefined;
25048
25104
  defaultsTarget: string;
25049
25105
  }, true, {}, vue.SlotsType<Partial<{
@@ -25065,7 +25121,8 @@ declare const VSelectionControlGroup: {
25065
25121
  valueComparator: typeof deepEqual;
25066
25122
  density: Density;
25067
25123
  ripple: boolean | {
25068
- class: string;
25124
+ class?: string;
25125
+ keys?: number[];
25069
25126
  } | undefined;
25070
25127
  defaultsTarget: string;
25071
25128
  } & {
@@ -25087,7 +25144,8 @@ declare const VSelectionControlGroup: {
25087
25144
  valueComparator: typeof deepEqual;
25088
25145
  density: Density;
25089
25146
  ripple: boolean | {
25090
- class: string;
25147
+ class?: string;
25148
+ keys?: number[];
25091
25149
  } | undefined;
25092
25150
  defaultsTarget: string;
25093
25151
  }>;
@@ -25104,7 +25162,8 @@ declare const VSelectionControlGroup: {
25104
25162
  valueComparator: typeof deepEqual;
25105
25163
  density: Density;
25106
25164
  ripple: boolean | {
25107
- class: string;
25165
+ class?: string;
25166
+ keys?: number[];
25108
25167
  } | undefined;
25109
25168
  defaultsTarget: string;
25110
25169
  } & {
@@ -25128,7 +25187,8 @@ declare const VSelectionControlGroup: {
25128
25187
  valueComparator: typeof deepEqual;
25129
25188
  density: Density;
25130
25189
  ripple: boolean | {
25131
- class: string;
25190
+ class?: string;
25191
+ keys?: number[];
25132
25192
  } | undefined;
25133
25193
  defaultsTarget: string;
25134
25194
  }, {}, string, vue.SlotsType<Partial<{
@@ -25267,7 +25327,8 @@ declare const VSelectionControl: {
25267
25327
  valueComparator: typeof deepEqual;
25268
25328
  density: Density;
25269
25329
  ripple: boolean | {
25270
- class: string;
25330
+ class?: string;
25331
+ keys?: number[];
25271
25332
  } | undefined;
25272
25333
  } & {
25273
25334
  name?: string | undefined;
@@ -25299,7 +25360,8 @@ declare const VSelectionControl: {
25299
25360
  valueComparator: typeof deepEqual;
25300
25361
  density: Density;
25301
25362
  ripple: boolean | {
25302
- class: string;
25363
+ class?: string;
25364
+ keys?: number[];
25303
25365
  } | undefined;
25304
25366
  }, true, {}, vue.SlotsType<Partial<{
25305
25367
  default: (arg: {
@@ -25328,7 +25390,8 @@ declare const VSelectionControl: {
25328
25390
  valueComparator: typeof deepEqual;
25329
25391
  density: Density;
25330
25392
  ripple: boolean | {
25331
- class: string;
25393
+ class?: string;
25394
+ keys?: number[];
25332
25395
  } | undefined;
25333
25396
  } & {
25334
25397
  name?: string | undefined;
@@ -25358,7 +25421,8 @@ declare const VSelectionControl: {
25358
25421
  valueComparator: typeof deepEqual;
25359
25422
  density: Density;
25360
25423
  ripple: boolean | {
25361
- class: string;
25424
+ class?: string;
25425
+ keys?: number[];
25362
25426
  } | undefined;
25363
25427
  }>;
25364
25428
  __isFragment?: never;
@@ -25374,7 +25438,8 @@ declare const VSelectionControl: {
25374
25438
  valueComparator: typeof deepEqual;
25375
25439
  density: Density;
25376
25440
  ripple: boolean | {
25377
- class: string;
25441
+ class?: string;
25442
+ keys?: number[];
25378
25443
  } | undefined;
25379
25444
  } & {
25380
25445
  name?: string | undefined;
@@ -25406,7 +25471,8 @@ declare const VSelectionControl: {
25406
25471
  valueComparator: typeof deepEqual;
25407
25472
  density: Density;
25408
25473
  ripple: boolean | {
25409
- class: string;
25474
+ class?: string;
25475
+ keys?: number[];
25410
25476
  } | undefined;
25411
25477
  }, {}, string, vue.SlotsType<Partial<{
25412
25478
  default: (arg: {
@@ -25536,7 +25602,8 @@ declare const VCheckbox: {
25536
25602
  valueComparator: typeof deepEqual;
25537
25603
  density: Density;
25538
25604
  ripple: boolean | {
25539
- class: string;
25605
+ class?: string;
25606
+ keys?: number[];
25540
25607
  } | undefined;
25541
25608
  falseIcon: IconValue;
25542
25609
  trueIcon: IconValue;
@@ -25592,7 +25659,8 @@ declare const VCheckbox: {
25592
25659
  valueComparator: typeof deepEqual;
25593
25660
  density: Density;
25594
25661
  ripple: boolean | {
25595
- class: string;
25662
+ class?: string;
25663
+ keys?: number[];
25596
25664
  } | undefined;
25597
25665
  falseIcon: IconValue;
25598
25666
  trueIcon: IconValue;
@@ -25638,7 +25706,8 @@ declare const VCheckbox: {
25638
25706
  valueComparator: typeof deepEqual;
25639
25707
  density: Density;
25640
25708
  ripple: boolean | {
25641
- class: string;
25709
+ class?: string;
25710
+ keys?: number[];
25642
25711
  } | undefined;
25643
25712
  falseIcon: IconValue;
25644
25713
  trueIcon: IconValue;
@@ -25691,7 +25760,8 @@ declare const VCheckbox: {
25691
25760
  valueComparator: typeof deepEqual;
25692
25761
  density: Density;
25693
25762
  ripple: boolean | {
25694
- class: string;
25763
+ class?: string;
25764
+ keys?: number[];
25695
25765
  } | undefined;
25696
25766
  falseIcon: IconValue;
25697
25767
  trueIcon: IconValue;
@@ -25720,7 +25790,8 @@ declare const VCheckbox: {
25720
25790
  valueComparator: typeof deepEqual;
25721
25791
  density: Density;
25722
25792
  ripple: boolean | {
25723
- class: string;
25793
+ class?: string;
25794
+ keys?: number[];
25724
25795
  } | undefined;
25725
25796
  falseIcon: IconValue;
25726
25797
  trueIcon: IconValue;
@@ -25776,7 +25847,8 @@ declare const VCheckbox: {
25776
25847
  valueComparator: typeof deepEqual;
25777
25848
  density: Density;
25778
25849
  ripple: boolean | {
25779
- class: string;
25850
+ class?: string;
25851
+ keys?: number[];
25780
25852
  } | undefined;
25781
25853
  falseIcon: IconValue;
25782
25854
  trueIcon: IconValue;
@@ -26015,7 +26087,8 @@ declare const VCheckboxBtn: {
26015
26087
  valueComparator: typeof deepEqual;
26016
26088
  density: Density;
26017
26089
  ripple: boolean | {
26018
- class: string;
26090
+ class?: string;
26091
+ keys?: number[];
26019
26092
  } | undefined;
26020
26093
  falseIcon: IconValue;
26021
26094
  trueIcon: IconValue;
@@ -26049,7 +26122,8 @@ declare const VCheckboxBtn: {
26049
26122
  valueComparator: typeof deepEqual;
26050
26123
  density: Density;
26051
26124
  ripple: boolean | {
26052
- class: string;
26125
+ class?: string;
26126
+ keys?: number[];
26053
26127
  } | undefined;
26054
26128
  falseIcon: IconValue;
26055
26129
  trueIcon: IconValue;
@@ -26082,7 +26156,8 @@ declare const VCheckboxBtn: {
26082
26156
  valueComparator: typeof deepEqual;
26083
26157
  density: Density;
26084
26158
  ripple: boolean | {
26085
- class: string;
26159
+ class?: string;
26160
+ keys?: number[];
26086
26161
  } | undefined;
26087
26162
  falseIcon: IconValue;
26088
26163
  trueIcon: IconValue;
@@ -26113,7 +26188,8 @@ declare const VCheckboxBtn: {
26113
26188
  valueComparator: typeof deepEqual;
26114
26189
  density: Density;
26115
26190
  ripple: boolean | {
26116
- class: string;
26191
+ class?: string;
26192
+ keys?: number[];
26117
26193
  } | undefined;
26118
26194
  falseIcon: IconValue;
26119
26195
  trueIcon: IconValue;
@@ -26133,7 +26209,8 @@ declare const VCheckboxBtn: {
26133
26209
  valueComparator: typeof deepEqual;
26134
26210
  density: Density;
26135
26211
  ripple: boolean | {
26136
- class: string;
26212
+ class?: string;
26213
+ keys?: number[];
26137
26214
  } | undefined;
26138
26215
  falseIcon: IconValue;
26139
26216
  trueIcon: IconValue;
@@ -26167,7 +26244,8 @@ declare const VCheckboxBtn: {
26167
26244
  valueComparator: typeof deepEqual;
26168
26245
  density: Density;
26169
26246
  ripple: boolean | {
26170
- class: string;
26247
+ class?: string;
26248
+ keys?: number[];
26171
26249
  } | undefined;
26172
26250
  falseIcon: IconValue;
26173
26251
  trueIcon: IconValue;
@@ -26320,7 +26398,8 @@ declare const VChip: {
26320
26398
  density: Density;
26321
26399
  tile: boolean;
26322
26400
  ripple: boolean | {
26323
- class: string;
26401
+ class?: string;
26402
+ keys?: number[];
26324
26403
  } | undefined;
26325
26404
  closable: boolean;
26326
26405
  closeIcon: IconValue;
@@ -26432,7 +26511,8 @@ declare const VChip: {
26432
26511
  rounded: string | number | boolean;
26433
26512
  tile: boolean;
26434
26513
  ripple: boolean | {
26435
- class: string;
26514
+ class?: string;
26515
+ keys?: number[];
26436
26516
  } | undefined;
26437
26517
  closable: boolean;
26438
26518
  closeIcon: IconValue;
@@ -26475,7 +26555,8 @@ declare const VChip: {
26475
26555
  density: Density;
26476
26556
  tile: boolean;
26477
26557
  ripple: boolean | {
26478
- class: string;
26558
+ class?: string;
26559
+ keys?: number[];
26479
26560
  } | undefined;
26480
26561
  closable: boolean;
26481
26562
  closeIcon: IconValue;
@@ -26580,7 +26661,8 @@ declare const VChip: {
26580
26661
  rounded: string | number | boolean;
26581
26662
  tile: boolean;
26582
26663
  ripple: boolean | {
26583
- class: string;
26664
+ class?: string;
26665
+ keys?: number[];
26584
26666
  } | undefined;
26585
26667
  closable: boolean;
26586
26668
  closeIcon: IconValue;
@@ -26606,7 +26688,8 @@ declare const VChip: {
26606
26688
  density: Density;
26607
26689
  tile: boolean;
26608
26690
  ripple: boolean | {
26609
- class: string;
26691
+ class?: string;
26692
+ keys?: number[];
26610
26693
  } | undefined;
26611
26694
  closable: boolean;
26612
26695
  closeIcon: IconValue;
@@ -26718,7 +26801,8 @@ declare const VChip: {
26718
26801
  rounded: string | number | boolean;
26719
26802
  tile: boolean;
26720
26803
  ripple: boolean | {
26721
- class: string;
26804
+ class?: string;
26805
+ keys?: number[];
26722
26806
  } | undefined;
26723
26807
  closable: boolean;
26724
26808
  closeIcon: IconValue;
@@ -27925,6 +28009,7 @@ declare const VCombobox: {
27925
28009
  rounded: string | number | boolean;
27926
28010
  tile: boolean;
27927
28011
  slim: boolean;
28012
+ filterable: boolean;
27928
28013
  activatable: boolean;
27929
28014
  selectable: boolean;
27930
28015
  openStrategy: OpenStrategyProp;
@@ -27942,6 +28027,7 @@ declare const VCombobox: {
27942
28027
  density: Density;
27943
28028
  tile: boolean;
27944
28029
  slim: boolean;
28030
+ filterable: boolean;
27945
28031
  activatable: boolean;
27946
28032
  selectable: boolean;
27947
28033
  openStrategy: OpenStrategyProp;
@@ -27973,7 +28059,7 @@ declare const VCombobox: {
27973
28059
  value: boolean;
27974
28060
  path: unknown[];
27975
28061
  }) => any) | undefined;
27976
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
28062
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
27977
28063
  items?: readonly any[] | undefined;
27978
28064
  itemTitle?: SelectItemKey<any>;
27979
28065
  itemValue?: SelectItemKey<any>;
@@ -30449,6 +30535,7 @@ declare const VCombobox: {
30449
30535
  rounded: string | number | boolean;
30450
30536
  tile: boolean;
30451
30537
  slim: boolean;
30538
+ filterable: boolean;
30452
30539
  activatable: boolean;
30453
30540
  selectable: boolean;
30454
30541
  openStrategy: OpenStrategyProp;
@@ -30466,6 +30553,7 @@ declare const VCombobox: {
30466
30553
  density: Density;
30467
30554
  tile: boolean;
30468
30555
  slim: boolean;
30556
+ filterable: boolean;
30469
30557
  activatable: boolean;
30470
30558
  selectable: boolean;
30471
30559
  openStrategy: OpenStrategyProp;
@@ -30497,7 +30585,7 @@ declare const VCombobox: {
30497
30585
  value: boolean;
30498
30586
  path: unknown[];
30499
30587
  }) => any) | undefined;
30500
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
30588
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
30501
30589
  items?: readonly any[] | undefined;
30502
30590
  itemTitle?: SelectItemKey<any>;
30503
30591
  itemValue?: SelectItemKey<any>;
@@ -32925,6 +33013,7 @@ declare const VCombobox: {
32925
33013
  rounded: string | number | boolean;
32926
33014
  tile: boolean;
32927
33015
  slim: boolean;
33016
+ filterable: boolean;
32928
33017
  activatable: boolean;
32929
33018
  selectable: boolean;
32930
33019
  openStrategy: OpenStrategyProp;
@@ -32942,6 +33031,7 @@ declare const VCombobox: {
32942
33031
  density: Density;
32943
33032
  tile: boolean;
32944
33033
  slim: boolean;
33034
+ filterable: boolean;
32945
33035
  activatable: boolean;
32946
33036
  selectable: boolean;
32947
33037
  openStrategy: OpenStrategyProp;
@@ -32973,7 +33063,7 @@ declare const VCombobox: {
32973
33063
  value: boolean;
32974
33064
  path: unknown[];
32975
33065
  }) => any) | undefined;
32976
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
33066
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
32977
33067
  items?: readonly any[] | undefined;
32978
33068
  itemTitle?: SelectItemKey<any>;
32979
33069
  itemValue?: SelectItemKey<any>;
@@ -36753,6 +36843,196 @@ declare const VDataTableRow: {
36753
36843
  }>>;
36754
36844
  type VDataTableRow = InstanceType<typeof VDataTableRow>;
36755
36845
 
36846
+ type Striped = null | 'odd' | 'even';
36847
+ declare const VTable: {
36848
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
36849
+ style: vue.StyleValue;
36850
+ tag: string | JSXComponent;
36851
+ density: Density;
36852
+ striped: Striped;
36853
+ hover: boolean;
36854
+ fixedHeader: boolean;
36855
+ fixedFooter: boolean;
36856
+ } & {
36857
+ height?: string | number | undefined;
36858
+ class?: any;
36859
+ theme?: string | undefined;
36860
+ } & {
36861
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
36862
+ default?: (() => vue.VNodeChild) | undefined;
36863
+ top?: (() => vue.VNodeChild) | undefined;
36864
+ bottom?: (() => vue.VNodeChild) | undefined;
36865
+ wrapper?: (() => vue.VNodeChild) | undefined;
36866
+ };
36867
+ 'v-slots'?: {
36868
+ default?: false | (() => vue.VNodeChild) | undefined;
36869
+ top?: false | (() => vue.VNodeChild) | undefined;
36870
+ bottom?: false | (() => vue.VNodeChild) | undefined;
36871
+ wrapper?: false | (() => vue.VNodeChild) | undefined;
36872
+ } | undefined;
36873
+ } & {
36874
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36875
+ "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
36876
+ "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
36877
+ "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
36878
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
36879
+ style: vue.StyleValue;
36880
+ tag: string | JSXComponent;
36881
+ density: Density;
36882
+ striped: Striped;
36883
+ hover: boolean;
36884
+ fixedHeader: boolean;
36885
+ fixedFooter: boolean;
36886
+ }, true, {}, vue.SlotsType<Partial<{
36887
+ default: () => vue.VNode[];
36888
+ top: () => vue.VNode[];
36889
+ bottom: () => vue.VNode[];
36890
+ wrapper: () => vue.VNode[];
36891
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
36892
+ P: {};
36893
+ B: {};
36894
+ D: {};
36895
+ C: {};
36896
+ M: {};
36897
+ Defaults: {};
36898
+ }, {
36899
+ style: vue.StyleValue;
36900
+ tag: string | JSXComponent;
36901
+ density: Density;
36902
+ striped: Striped;
36903
+ hover: boolean;
36904
+ fixedHeader: boolean;
36905
+ fixedFooter: boolean;
36906
+ } & {
36907
+ height?: string | number | undefined;
36908
+ class?: any;
36909
+ theme?: string | undefined;
36910
+ } & {
36911
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
36912
+ default?: (() => vue.VNodeChild) | undefined;
36913
+ top?: (() => vue.VNodeChild) | undefined;
36914
+ bottom?: (() => vue.VNodeChild) | undefined;
36915
+ wrapper?: (() => vue.VNodeChild) | undefined;
36916
+ };
36917
+ 'v-slots'?: {
36918
+ default?: false | (() => vue.VNodeChild) | undefined;
36919
+ top?: false | (() => vue.VNodeChild) | undefined;
36920
+ bottom?: false | (() => vue.VNodeChild) | undefined;
36921
+ wrapper?: false | (() => vue.VNodeChild) | undefined;
36922
+ } | undefined;
36923
+ } & {
36924
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36925
+ "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
36926
+ "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
36927
+ "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
36928
+ }, {}, {}, {}, {}, {
36929
+ style: vue.StyleValue;
36930
+ tag: string | JSXComponent;
36931
+ density: Density;
36932
+ striped: Striped;
36933
+ hover: boolean;
36934
+ fixedHeader: boolean;
36935
+ fixedFooter: boolean;
36936
+ }>;
36937
+ __isFragment?: never;
36938
+ __isTeleport?: never;
36939
+ __isSuspense?: never;
36940
+ } & vue.ComponentOptionsBase<{
36941
+ style: vue.StyleValue;
36942
+ tag: string | JSXComponent;
36943
+ density: Density;
36944
+ striped: Striped;
36945
+ hover: boolean;
36946
+ fixedHeader: boolean;
36947
+ fixedFooter: boolean;
36948
+ } & {
36949
+ height?: string | number | undefined;
36950
+ class?: any;
36951
+ theme?: string | undefined;
36952
+ } & {
36953
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
36954
+ default?: (() => vue.VNodeChild) | undefined;
36955
+ top?: (() => vue.VNodeChild) | undefined;
36956
+ bottom?: (() => vue.VNodeChild) | undefined;
36957
+ wrapper?: (() => vue.VNodeChild) | undefined;
36958
+ };
36959
+ 'v-slots'?: {
36960
+ default?: false | (() => vue.VNodeChild) | undefined;
36961
+ top?: false | (() => vue.VNodeChild) | undefined;
36962
+ bottom?: false | (() => vue.VNodeChild) | undefined;
36963
+ wrapper?: false | (() => vue.VNodeChild) | undefined;
36964
+ } | undefined;
36965
+ } & {
36966
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36967
+ "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
36968
+ "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
36969
+ "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
36970
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
36971
+ style: vue.StyleValue;
36972
+ tag: string | JSXComponent;
36973
+ density: Density;
36974
+ striped: Striped;
36975
+ hover: boolean;
36976
+ fixedHeader: boolean;
36977
+ fixedFooter: boolean;
36978
+ }, {}, string, vue.SlotsType<Partial<{
36979
+ default: () => vue.VNode[];
36980
+ top: () => vue.VNode[];
36981
+ bottom: () => vue.VNode[];
36982
+ wrapper: () => vue.VNode[];
36983
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
36984
+ theme: StringConstructor;
36985
+ tag: {
36986
+ type: PropType<string | JSXComponent>;
36987
+ default: string;
36988
+ };
36989
+ density: {
36990
+ type: PropType<Density>;
36991
+ default: string;
36992
+ validator: (v: any) => boolean;
36993
+ };
36994
+ class: PropType<ClassValue>;
36995
+ style: {
36996
+ type: PropType<vue.StyleValue>;
36997
+ default: null;
36998
+ };
36999
+ fixedHeader: BooleanConstructor;
37000
+ fixedFooter: BooleanConstructor;
37001
+ height: (StringConstructor | NumberConstructor)[];
37002
+ hover: BooleanConstructor;
37003
+ striped: {
37004
+ type: PropType<Striped>;
37005
+ default: null;
37006
+ validator: (v: any) => boolean;
37007
+ };
37008
+ }, vue.ExtractPropTypes<{
37009
+ theme: StringConstructor;
37010
+ tag: {
37011
+ type: PropType<string | JSXComponent>;
37012
+ default: string;
37013
+ };
37014
+ density: {
37015
+ type: PropType<Density>;
37016
+ default: string;
37017
+ validator: (v: any) => boolean;
37018
+ };
37019
+ class: PropType<ClassValue>;
37020
+ style: {
37021
+ type: PropType<vue.StyleValue>;
37022
+ default: null;
37023
+ };
37024
+ fixedHeader: BooleanConstructor;
37025
+ fixedFooter: BooleanConstructor;
37026
+ height: (StringConstructor | NumberConstructor)[];
37027
+ hover: BooleanConstructor;
37028
+ striped: {
37029
+ type: PropType<Striped>;
37030
+ default: null;
37031
+ validator: (v: any) => boolean;
37032
+ };
37033
+ }>>;
37034
+ type VTable = InstanceType<typeof VTable>;
37035
+
36756
37036
  type VDataTableGroupHeaderRowSlots = {
36757
37037
  'data-table-group': {
36758
37038
  item: Group;
@@ -37006,6 +37286,7 @@ declare const VDataTable: {
37006
37286
  selectStrategy: "all" | "page" | "single";
37007
37287
  valueComparator: typeof deepEqual;
37008
37288
  density: Density;
37289
+ striped: Striped;
37009
37290
  nextIcon: IconValue;
37010
37291
  prevIcon: IconValue;
37011
37292
  hideNoData: boolean;
@@ -37086,6 +37367,7 @@ declare const VDataTable: {
37086
37367
  selectStrategy: "all" | "page" | "single";
37087
37368
  valueComparator: typeof deepEqual;
37088
37369
  density: Density;
37370
+ striped: Striped;
37089
37371
  nextIcon: IconValue;
37090
37372
  prevIcon: IconValue;
37091
37373
  hideNoData: boolean;
@@ -37187,6 +37469,7 @@ declare const VDataTable: {
37187
37469
  selectStrategy: "all" | "page" | "single";
37188
37470
  valueComparator: typeof deepEqual;
37189
37471
  density: Density;
37472
+ striped: Striped;
37190
37473
  nextIcon: IconValue;
37191
37474
  prevIcon: IconValue;
37192
37475
  hideNoData: boolean;
@@ -37258,6 +37541,7 @@ declare const VDataTable: {
37258
37541
  selectStrategy: "all" | "page" | "single";
37259
37542
  valueComparator: typeof deepEqual;
37260
37543
  density: Density;
37544
+ striped: Striped;
37261
37545
  nextIcon: IconValue;
37262
37546
  prevIcon: IconValue;
37263
37547
  hideNoData: boolean;
@@ -37311,6 +37595,7 @@ declare const VDataTable: {
37311
37595
  selectStrategy: "all" | "page" | "single";
37312
37596
  valueComparator: typeof deepEqual;
37313
37597
  density: Density;
37598
+ striped: Striped;
37314
37599
  nextIcon: IconValue;
37315
37600
  prevIcon: IconValue;
37316
37601
  hideNoData: boolean;
@@ -37391,6 +37676,7 @@ declare const VDataTable: {
37391
37676
  selectStrategy: "all" | "page" | "single";
37392
37677
  valueComparator: typeof deepEqual;
37393
37678
  density: Density;
37679
+ striped: Striped;
37394
37680
  nextIcon: IconValue;
37395
37681
  prevIcon: IconValue;
37396
37682
  hideNoData: boolean;
@@ -37548,6 +37834,11 @@ declare const VDataTable: {
37548
37834
  fixedFooter: BooleanConstructor;
37549
37835
  height: (StringConstructor | NumberConstructor)[];
37550
37836
  hover: BooleanConstructor;
37837
+ striped: {
37838
+ type: vue.PropType<Striped>;
37839
+ default: null;
37840
+ validator: (v: any) => boolean;
37841
+ };
37551
37842
  loading: (StringConstructor | BooleanConstructor)[];
37552
37843
  mobile: {
37553
37844
  type: vue.PropType<boolean | null>;
@@ -37716,6 +38007,11 @@ declare const VDataTable: {
37716
38007
  fixedFooter: BooleanConstructor;
37717
38008
  height: (StringConstructor | NumberConstructor)[];
37718
38009
  hover: BooleanConstructor;
38010
+ striped: {
38011
+ type: vue.PropType<Striped>;
38012
+ default: null;
38013
+ validator: (v: any) => boolean;
38014
+ };
37719
38015
  loading: (StringConstructor | BooleanConstructor)[];
37720
38016
  mobile: {
37721
38017
  type: vue.PropType<boolean | null>;
@@ -38093,6 +38389,7 @@ declare const VDataTableVirtual: {
38093
38389
  selectStrategy: "all" | "page" | "single";
38094
38390
  valueComparator: typeof deepEqual;
38095
38391
  density: Density;
38392
+ striped: Striped;
38096
38393
  itemHeight: string | number;
38097
38394
  itemKey: SelectItemKey;
38098
38395
  hideNoData: boolean;
@@ -38154,6 +38451,7 @@ declare const VDataTableVirtual: {
38154
38451
  selectStrategy: "all" | "page" | "single";
38155
38452
  valueComparator: typeof deepEqual;
38156
38453
  density: Density;
38454
+ striped: Striped;
38157
38455
  itemHeight: string | number;
38158
38456
  itemKey: SelectItemKey;
38159
38457
  hideNoData: boolean;
@@ -38238,6 +38536,7 @@ declare const VDataTableVirtual: {
38238
38536
  selectStrategy: "all" | "page" | "single";
38239
38537
  valueComparator: typeof deepEqual;
38240
38538
  density: Density;
38539
+ striped: Striped;
38241
38540
  itemHeight: string | number;
38242
38541
  itemKey: SelectItemKey;
38243
38542
  hideNoData: boolean;
@@ -38293,6 +38592,7 @@ declare const VDataTableVirtual: {
38293
38592
  selectStrategy: "all" | "page" | "single";
38294
38593
  valueComparator: typeof deepEqual;
38295
38594
  density: Density;
38595
+ striped: Striped;
38296
38596
  itemHeight: string | number;
38297
38597
  itemKey: SelectItemKey;
38298
38598
  hideNoData: boolean;
@@ -38330,6 +38630,7 @@ declare const VDataTableVirtual: {
38330
38630
  selectStrategy: "all" | "page" | "single";
38331
38631
  valueComparator: typeof deepEqual;
38332
38632
  density: Density;
38633
+ striped: Striped;
38333
38634
  itemHeight: string | number;
38334
38635
  itemKey: SelectItemKey;
38335
38636
  hideNoData: boolean;
@@ -38391,6 +38692,7 @@ declare const VDataTableVirtual: {
38391
38692
  selectStrategy: "all" | "page" | "single";
38392
38693
  valueComparator: typeof deepEqual;
38393
38694
  density: Density;
38695
+ striped: Striped;
38394
38696
  itemHeight: string | number;
38395
38697
  itemKey: SelectItemKey;
38396
38698
  hideNoData: boolean;
@@ -38556,6 +38858,11 @@ declare const VDataTableVirtual: {
38556
38858
  default: string;
38557
38859
  validator: (v: any) => boolean;
38558
38860
  };
38861
+ striped: {
38862
+ type: vue.PropType<Striped>;
38863
+ default: null;
38864
+ validator: (v: any) => boolean;
38865
+ };
38559
38866
  hideNoData: BooleanConstructor;
38560
38867
  hover: BooleanConstructor;
38561
38868
  lastFixed: BooleanConstructor;
@@ -38672,6 +38979,11 @@ declare const VDataTableVirtual: {
38672
38979
  default: string;
38673
38980
  validator: (v: any) => boolean;
38674
38981
  };
38982
+ striped: {
38983
+ type: vue.PropType<Striped>;
38984
+ default: null;
38985
+ validator: (v: any) => boolean;
38986
+ };
38675
38987
  hideNoData: BooleanConstructor;
38676
38988
  hover: BooleanConstructor;
38677
38989
  lastFixed: BooleanConstructor;
@@ -38715,6 +39027,7 @@ declare const VDataTableServer: {
38715
39027
  selectStrategy: "all" | "page" | "single";
38716
39028
  valueComparator: typeof deepEqual;
38717
39029
  density: Density;
39030
+ striped: Striped;
38718
39031
  nextIcon: IconValue;
38719
39032
  prevIcon: IconValue;
38720
39033
  hideNoData: boolean;
@@ -38789,6 +39102,7 @@ declare const VDataTableServer: {
38789
39102
  selectStrategy: "all" | "page" | "single";
38790
39103
  valueComparator: typeof deepEqual;
38791
39104
  density: Density;
39105
+ striped: Striped;
38792
39106
  nextIcon: IconValue;
38793
39107
  prevIcon: IconValue;
38794
39108
  hideNoData: boolean;
@@ -38888,6 +39202,7 @@ declare const VDataTableServer: {
38888
39202
  selectStrategy: "all" | "page" | "single";
38889
39203
  valueComparator: typeof deepEqual;
38890
39204
  density: Density;
39205
+ striped: Striped;
38891
39206
  nextIcon: IconValue;
38892
39207
  prevIcon: IconValue;
38893
39208
  hideNoData: boolean;
@@ -38954,6 +39269,7 @@ declare const VDataTableServer: {
38954
39269
  selectStrategy: "all" | "page" | "single";
38955
39270
  valueComparator: typeof deepEqual;
38956
39271
  density: Density;
39272
+ striped: Striped;
38957
39273
  nextIcon: IconValue;
38958
39274
  prevIcon: IconValue;
38959
39275
  hideNoData: boolean;
@@ -39005,6 +39321,7 @@ declare const VDataTableServer: {
39005
39321
  selectStrategy: "all" | "page" | "single";
39006
39322
  valueComparator: typeof deepEqual;
39007
39323
  density: Density;
39324
+ striped: Striped;
39008
39325
  nextIcon: IconValue;
39009
39326
  prevIcon: IconValue;
39010
39327
  hideNoData: boolean;
@@ -39079,6 +39396,7 @@ declare const VDataTableServer: {
39079
39396
  selectStrategy: "all" | "page" | "single";
39080
39397
  valueComparator: typeof deepEqual;
39081
39398
  density: Density;
39399
+ striped: Striped;
39082
39400
  nextIcon: IconValue;
39083
39401
  prevIcon: IconValue;
39084
39402
  hideNoData: boolean;
@@ -39228,6 +39546,11 @@ declare const VDataTableServer: {
39228
39546
  fixedFooter: BooleanConstructor;
39229
39547
  height: (StringConstructor | NumberConstructor)[];
39230
39548
  hover: BooleanConstructor;
39549
+ striped: {
39550
+ type: vue.PropType<Striped>;
39551
+ default: null;
39552
+ validator: (v: any) => boolean;
39553
+ };
39231
39554
  loading: (StringConstructor | BooleanConstructor)[];
39232
39555
  mobile: {
39233
39556
  type: vue.PropType<boolean | null>;
@@ -39392,6 +39715,11 @@ declare const VDataTableServer: {
39392
39715
  fixedFooter: BooleanConstructor;
39393
39716
  height: (StringConstructor | NumberConstructor)[];
39394
39717
  hover: BooleanConstructor;
39718
+ striped: {
39719
+ type: vue.PropType<Striped>;
39720
+ default: null;
39721
+ validator: (v: any) => boolean;
39722
+ };
39395
39723
  loading: (StringConstructor | BooleanConstructor)[];
39396
39724
  mobile: {
39397
39725
  type: vue.PropType<boolean | null>;
@@ -43846,7 +44174,8 @@ declare const VExpansionPanels: {
43846
44174
  focusable: boolean;
43847
44175
  tile: boolean;
43848
44176
  ripple: boolean | {
43849
- class: string;
44177
+ class?: string;
44178
+ keys?: number[];
43850
44179
  } | undefined;
43851
44180
  collapseIcon: IconValue;
43852
44181
  expandIcon: IconValue;
@@ -43893,7 +44222,8 @@ declare const VExpansionPanels: {
43893
44222
  rounded: string | number | boolean;
43894
44223
  tile: boolean;
43895
44224
  ripple: boolean | {
43896
- class: string;
44225
+ class?: string;
44226
+ keys?: number[];
43897
44227
  } | undefined;
43898
44228
  collapseIcon: IconValue;
43899
44229
  expandIcon: IconValue;
@@ -43920,7 +44250,8 @@ declare const VExpansionPanels: {
43920
44250
  focusable: boolean;
43921
44251
  tile: boolean;
43922
44252
  ripple: boolean | {
43923
- class: string;
44253
+ class?: string;
44254
+ keys?: number[];
43924
44255
  } | undefined;
43925
44256
  collapseIcon: IconValue;
43926
44257
  expandIcon: IconValue;
@@ -43965,7 +44296,8 @@ declare const VExpansionPanels: {
43965
44296
  rounded: string | number | boolean;
43966
44297
  tile: boolean;
43967
44298
  ripple: boolean | {
43968
- class: string;
44299
+ class?: string;
44300
+ keys?: number[];
43969
44301
  } | undefined;
43970
44302
  collapseIcon: IconValue;
43971
44303
  expandIcon: IconValue;
@@ -43987,7 +44319,8 @@ declare const VExpansionPanels: {
43987
44319
  focusable: boolean;
43988
44320
  tile: boolean;
43989
44321
  ripple: boolean | {
43990
- class: string;
44322
+ class?: string;
44323
+ keys?: number[];
43991
44324
  } | undefined;
43992
44325
  collapseIcon: IconValue;
43993
44326
  expandIcon: IconValue;
@@ -44034,7 +44367,8 @@ declare const VExpansionPanels: {
44034
44367
  rounded: string | number | boolean;
44035
44368
  tile: boolean;
44036
44369
  ripple: boolean | {
44037
- class: string;
44370
+ class?: string;
44371
+ keys?: number[];
44038
44372
  } | undefined;
44039
44373
  collapseIcon: IconValue;
44040
44374
  expandIcon: IconValue;
@@ -44163,7 +44497,8 @@ declare const VExpansionPanel: {
44163
44497
  focusable: boolean;
44164
44498
  tile: boolean;
44165
44499
  ripple: boolean | {
44166
- class: string;
44500
+ class?: string;
44501
+ keys?: number[];
44167
44502
  } | undefined;
44168
44503
  collapseIcon: IconValue;
44169
44504
  expandIcon: IconValue;
@@ -44220,7 +44555,8 @@ declare const VExpansionPanel: {
44220
44555
  rounded: string | number | boolean;
44221
44556
  tile: boolean;
44222
44557
  ripple: boolean | {
44223
- class: string;
44558
+ class?: string;
44559
+ keys?: number[];
44224
44560
  } | undefined;
44225
44561
  collapseIcon: IconValue;
44226
44562
  expandIcon: IconValue;
@@ -44246,7 +44582,8 @@ declare const VExpansionPanel: {
44246
44582
  focusable: boolean;
44247
44583
  tile: boolean;
44248
44584
  ripple: boolean | {
44249
- class: string;
44585
+ class?: string;
44586
+ keys?: number[];
44250
44587
  } | undefined;
44251
44588
  collapseIcon: IconValue;
44252
44589
  expandIcon: IconValue;
@@ -44299,7 +44636,8 @@ declare const VExpansionPanel: {
44299
44636
  rounded: string | number | boolean;
44300
44637
  tile: boolean;
44301
44638
  ripple: boolean | {
44302
- class: string;
44639
+ class?: string;
44640
+ keys?: number[];
44303
44641
  } | undefined;
44304
44642
  collapseIcon: IconValue;
44305
44643
  expandIcon: IconValue;
@@ -44318,7 +44656,8 @@ declare const VExpansionPanel: {
44318
44656
  focusable: boolean;
44319
44657
  tile: boolean;
44320
44658
  ripple: boolean | {
44321
- class: string;
44659
+ class?: string;
44660
+ keys?: number[];
44322
44661
  } | undefined;
44323
44662
  collapseIcon: IconValue;
44324
44663
  expandIcon: IconValue;
@@ -44375,7 +44714,8 @@ declare const VExpansionPanel: {
44375
44714
  rounded: string | number | boolean;
44376
44715
  tile: boolean;
44377
44716
  ripple: boolean | {
44378
- class: string;
44717
+ class?: string;
44718
+ keys?: number[];
44379
44719
  } | undefined;
44380
44720
  collapseIcon: IconValue;
44381
44721
  expandIcon: IconValue;
@@ -44583,7 +44923,8 @@ declare const VExpansionPanelTitle: {
44583
44923
  static: boolean;
44584
44924
  focusable: boolean;
44585
44925
  ripple: boolean | {
44586
- class: string;
44926
+ class?: string;
44927
+ keys?: number[];
44587
44928
  } | undefined;
44588
44929
  collapseIcon: IconValue;
44589
44930
  expandIcon: IconValue;
@@ -44615,7 +44956,8 @@ declare const VExpansionPanelTitle: {
44615
44956
  static: boolean;
44616
44957
  focusable: boolean;
44617
44958
  ripple: boolean | {
44618
- class: string;
44959
+ class?: string;
44960
+ keys?: number[];
44619
44961
  } | undefined;
44620
44962
  collapseIcon: IconValue;
44621
44963
  expandIcon: IconValue;
@@ -44636,7 +44978,8 @@ declare const VExpansionPanelTitle: {
44636
44978
  static: boolean;
44637
44979
  focusable: boolean;
44638
44980
  ripple: boolean | {
44639
- class: string;
44981
+ class?: string;
44982
+ keys?: number[];
44640
44983
  } | undefined;
44641
44984
  collapseIcon: IconValue;
44642
44985
  expandIcon: IconValue;
@@ -44668,7 +45011,8 @@ declare const VExpansionPanelTitle: {
44668
45011
  static: boolean;
44669
45012
  focusable: boolean;
44670
45013
  ripple: boolean | {
44671
- class: string;
45014
+ class?: string;
45015
+ keys?: number[];
44672
45016
  } | undefined;
44673
45017
  collapseIcon: IconValue;
44674
45018
  expandIcon: IconValue;
@@ -44683,7 +45027,8 @@ declare const VExpansionPanelTitle: {
44683
45027
  static: boolean;
44684
45028
  focusable: boolean;
44685
45029
  ripple: boolean | {
44686
- class: string;
45030
+ class?: string;
45031
+ keys?: number[];
44687
45032
  } | undefined;
44688
45033
  collapseIcon: IconValue;
44689
45034
  expandIcon: IconValue;
@@ -44715,7 +45060,8 @@ declare const VExpansionPanelTitle: {
44715
45060
  static: boolean;
44716
45061
  focusable: boolean;
44717
45062
  ripple: boolean | {
44718
- class: string;
45063
+ class?: string;
45064
+ keys?: number[];
44719
45065
  } | undefined;
44720
45066
  collapseIcon: IconValue;
44721
45067
  expandIcon: IconValue;
@@ -44813,7 +45159,8 @@ declare const VFab: {
44813
45159
  slim: boolean;
44814
45160
  stacked: boolean;
44815
45161
  ripple: boolean | {
44816
- class: string;
45162
+ class?: string;
45163
+ keys?: number[];
44817
45164
  } | undefined;
44818
45165
  extended: boolean;
44819
45166
  } & {
@@ -44886,7 +45233,8 @@ declare const VFab: {
44886
45233
  slim: boolean;
44887
45234
  stacked: boolean;
44888
45235
  ripple: boolean | {
44889
- class: string;
45236
+ class?: string;
45237
+ keys?: number[];
44890
45238
  } | undefined;
44891
45239
  extended: boolean;
44892
45240
  }, true, {}, vue.SlotsType<Partial<{
@@ -44926,7 +45274,8 @@ declare const VFab: {
44926
45274
  slim: boolean;
44927
45275
  stacked: boolean;
44928
45276
  ripple: boolean | {
44929
- class: string;
45277
+ class?: string;
45278
+ keys?: number[];
44930
45279
  } | undefined;
44931
45280
  extended: boolean;
44932
45281
  } & {
@@ -44997,7 +45346,8 @@ declare const VFab: {
44997
45346
  slim: boolean;
44998
45347
  stacked: boolean;
44999
45348
  ripple: boolean | {
45000
- class: string;
45349
+ class?: string;
45350
+ keys?: number[];
45001
45351
  } | undefined;
45002
45352
  extended: boolean;
45003
45353
  }>;
@@ -45032,7 +45382,8 @@ declare const VFab: {
45032
45382
  slim: boolean;
45033
45383
  stacked: boolean;
45034
45384
  ripple: boolean | {
45035
- class: string;
45385
+ class?: string;
45386
+ keys?: number[];
45036
45387
  } | undefined;
45037
45388
  extended: boolean;
45038
45389
  } & {
@@ -45105,7 +45456,8 @@ declare const VFab: {
45105
45456
  slim: boolean;
45106
45457
  stacked: boolean;
45107
45458
  ripple: boolean | {
45108
- class: string;
45459
+ class?: string;
45460
+ keys?: number[];
45109
45461
  } | undefined;
45110
45462
  extended: boolean;
45111
45463
  }, {}, string, vue.SlotsType<Partial<{
@@ -59812,7 +60164,8 @@ declare const VRadio: {
59812
60164
  valueComparator: typeof deepEqual;
59813
60165
  density: Density;
59814
60166
  ripple: boolean | {
59815
- class: string;
60167
+ class?: string;
60168
+ keys?: number[];
59816
60169
  } | undefined;
59817
60170
  falseIcon: IconValue;
59818
60171
  trueIcon: IconValue;
@@ -59876,7 +60229,8 @@ declare const VRadio: {
59876
60229
  valueComparator: typeof deepEqual;
59877
60230
  density: Density;
59878
60231
  ripple: boolean | {
59879
- class: string;
60232
+ class?: string;
60233
+ keys?: number[];
59880
60234
  } | undefined;
59881
60235
  falseIcon: IconValue;
59882
60236
  trueIcon: IconValue;
@@ -59907,7 +60261,8 @@ declare const VRadio: {
59907
60261
  valueComparator: typeof deepEqual;
59908
60262
  density: Density;
59909
60263
  ripple: boolean | {
59910
- class: string;
60264
+ class?: string;
60265
+ keys?: number[];
59911
60266
  } | undefined;
59912
60267
  falseIcon: IconValue;
59913
60268
  trueIcon: IconValue;
@@ -59971,7 +60326,8 @@ declare const VRadio: {
59971
60326
  valueComparator: typeof deepEqual;
59972
60327
  density: Density;
59973
60328
  ripple: boolean | {
59974
- class: string;
60329
+ class?: string;
60330
+ keys?: number[];
59975
60331
  } | undefined;
59976
60332
  falseIcon: IconValue;
59977
60333
  trueIcon: IconValue;
@@ -59989,7 +60345,8 @@ declare const VRadio: {
59989
60345
  valueComparator: typeof deepEqual;
59990
60346
  density: Density;
59991
60347
  ripple: boolean | {
59992
- class: string;
60348
+ class?: string;
60349
+ keys?: number[];
59993
60350
  } | undefined;
59994
60351
  falseIcon: IconValue;
59995
60352
  trueIcon: IconValue;
@@ -60053,7 +60410,8 @@ declare const VRadio: {
60053
60410
  valueComparator: typeof deepEqual;
60054
60411
  density: Density;
60055
60412
  ripple: boolean | {
60056
- class: string;
60413
+ class?: string;
60414
+ keys?: number[];
60057
60415
  } | undefined;
60058
60416
  falseIcon: IconValue;
60059
60417
  trueIcon: IconValue;
@@ -60201,7 +60559,8 @@ declare const VRadioGroup: {
60201
60559
  valueComparator: typeof deepEqual;
60202
60560
  density: Density;
60203
60561
  ripple: boolean | {
60204
- class: string;
60562
+ class?: string;
60563
+ keys?: number[];
60205
60564
  } | undefined;
60206
60565
  falseIcon: IconValue;
60207
60566
  trueIcon: IconValue;
@@ -60250,7 +60609,8 @@ declare const VRadioGroup: {
60250
60609
  valueComparator: typeof deepEqual;
60251
60610
  density: Density;
60252
60611
  ripple: boolean | {
60253
- class: string;
60612
+ class?: string;
60613
+ keys?: number[];
60254
60614
  } | undefined;
60255
60615
  falseIcon: IconValue;
60256
60616
  trueIcon: IconValue;
@@ -60292,7 +60652,8 @@ declare const VRadioGroup: {
60292
60652
  valueComparator: typeof deepEqual;
60293
60653
  density: Density;
60294
60654
  ripple: boolean | {
60295
- class: string;
60655
+ class?: string;
60656
+ keys?: number[];
60296
60657
  } | undefined;
60297
60658
  falseIcon: IconValue;
60298
60659
  trueIcon: IconValue;
@@ -60339,7 +60700,8 @@ declare const VRadioGroup: {
60339
60700
  valueComparator: typeof deepEqual;
60340
60701
  density: Density;
60341
60702
  ripple: boolean | {
60342
- class: string;
60703
+ class?: string;
60704
+ keys?: number[];
60343
60705
  } | undefined;
60344
60706
  falseIcon: IconValue;
60345
60707
  trueIcon: IconValue;
@@ -60368,7 +60730,8 @@ declare const VRadioGroup: {
60368
60730
  valueComparator: typeof deepEqual;
60369
60731
  density: Density;
60370
60732
  ripple: boolean | {
60371
- class: string;
60733
+ class?: string;
60734
+ keys?: number[];
60372
60735
  } | undefined;
60373
60736
  falseIcon: IconValue;
60374
60737
  trueIcon: IconValue;
@@ -60417,7 +60780,8 @@ declare const VRadioGroup: {
60417
60780
  valueComparator: typeof deepEqual;
60418
60781
  density: Density;
60419
60782
  ripple: boolean | {
60420
- class: string;
60783
+ class?: string;
60784
+ keys?: number[];
60421
60785
  } | undefined;
60422
60786
  falseIcon: IconValue;
60423
60787
  trueIcon: IconValue;
@@ -61912,6 +62276,7 @@ declare const VSelect: {
61912
62276
  rounded: string | number | boolean;
61913
62277
  tile: boolean;
61914
62278
  slim: boolean;
62279
+ filterable: boolean;
61915
62280
  activatable: boolean;
61916
62281
  selectable: boolean;
61917
62282
  openStrategy: OpenStrategyProp;
@@ -61929,6 +62294,7 @@ declare const VSelect: {
61929
62294
  density: Density;
61930
62295
  tile: boolean;
61931
62296
  slim: boolean;
62297
+ filterable: boolean;
61932
62298
  activatable: boolean;
61933
62299
  selectable: boolean;
61934
62300
  openStrategy: OpenStrategyProp;
@@ -61960,7 +62326,7 @@ declare const VSelect: {
61960
62326
  value: boolean;
61961
62327
  path: unknown[];
61962
62328
  }) => any) | undefined;
61963
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
62329
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
61964
62330
  items?: readonly any[] | undefined;
61965
62331
  itemTitle?: SelectItemKey<any>;
61966
62332
  itemValue?: SelectItemKey<any>;
@@ -64418,6 +64784,7 @@ declare const VSelect: {
64418
64784
  rounded: string | number | boolean;
64419
64785
  tile: boolean;
64420
64786
  slim: boolean;
64787
+ filterable: boolean;
64421
64788
  activatable: boolean;
64422
64789
  selectable: boolean;
64423
64790
  openStrategy: OpenStrategyProp;
@@ -64435,6 +64802,7 @@ declare const VSelect: {
64435
64802
  density: Density;
64436
64803
  tile: boolean;
64437
64804
  slim: boolean;
64805
+ filterable: boolean;
64438
64806
  activatable: boolean;
64439
64807
  selectable: boolean;
64440
64808
  openStrategy: OpenStrategyProp;
@@ -64466,7 +64834,7 @@ declare const VSelect: {
64466
64834
  value: boolean;
64467
64835
  path: unknown[];
64468
64836
  }) => any) | undefined;
64469
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
64837
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
64470
64838
  items?: readonly any[] | undefined;
64471
64839
  itemTitle?: SelectItemKey<any>;
64472
64840
  itemValue?: SelectItemKey<any>;
@@ -66877,6 +67245,7 @@ declare const VSelect: {
66877
67245
  rounded: string | number | boolean;
66878
67246
  tile: boolean;
66879
67247
  slim: boolean;
67248
+ filterable: boolean;
66880
67249
  activatable: boolean;
66881
67250
  selectable: boolean;
66882
67251
  openStrategy: OpenStrategyProp;
@@ -66894,6 +67263,7 @@ declare const VSelect: {
66894
67263
  density: Density;
66895
67264
  tile: boolean;
66896
67265
  slim: boolean;
67266
+ filterable: boolean;
66897
67267
  activatable: boolean;
66898
67268
  selectable: boolean;
66899
67269
  openStrategy: OpenStrategyProp;
@@ -66925,7 +67295,7 @@ declare const VSelect: {
66925
67295
  value: boolean;
66926
67296
  path: unknown[];
66927
67297
  }) => any) | undefined;
66928
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
67298
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "variant" | "nav" | "style" | "disabled" | "tag" | "lines" | "mandatory" | "returnObject" | "selectStrategy" | "density" | "rounded" | "tile" | "slim" | "filterable" | "activatable" | "selectable" | "openStrategy" | "itemType"> & {
66929
67299
  items?: readonly any[] | undefined;
66930
67300
  itemTitle?: SelectItemKey<any>;
66931
67301
  itemValue?: SelectItemKey<any>;
@@ -72926,7 +73296,8 @@ declare const VStepperItem: {
72926
73296
  disabled: boolean;
72927
73297
  rules: readonly ValidationRule[];
72928
73298
  ripple: boolean | {
72929
- class: string;
73299
+ class?: string;
73300
+ keys?: number[];
72930
73301
  } | undefined;
72931
73302
  completeIcon: IconValue;
72932
73303
  editable: boolean;
@@ -72971,7 +73342,8 @@ declare const VStepperItem: {
72971
73342
  disabled: boolean;
72972
73343
  rules: readonly ValidationRule[];
72973
73344
  ripple: boolean | {
72974
- class: string;
73345
+ class?: string;
73346
+ keys?: number[];
72975
73347
  } | undefined;
72976
73348
  completeIcon: IconValue;
72977
73349
  editable: boolean;
@@ -72995,7 +73367,8 @@ declare const VStepperItem: {
72995
73367
  disabled: boolean;
72996
73368
  rules: readonly ValidationRule[];
72997
73369
  ripple: boolean | {
72998
- class: string;
73370
+ class?: string;
73371
+ keys?: number[];
72999
73372
  } | undefined;
73000
73373
  completeIcon: IconValue;
73001
73374
  editable: boolean;
@@ -73036,7 +73409,8 @@ declare const VStepperItem: {
73036
73409
  disabled: boolean;
73037
73410
  rules: readonly ValidationRule[];
73038
73411
  ripple: boolean | {
73039
- class: string;
73412
+ class?: string;
73413
+ keys?: number[];
73040
73414
  } | undefined;
73041
73415
  completeIcon: IconValue;
73042
73416
  editable: boolean;
@@ -73052,7 +73426,8 @@ declare const VStepperItem: {
73052
73426
  disabled: boolean;
73053
73427
  rules: readonly ValidationRule[];
73054
73428
  ripple: boolean | {
73055
- class: string;
73429
+ class?: string;
73430
+ keys?: number[];
73056
73431
  } | undefined;
73057
73432
  completeIcon: IconValue;
73058
73433
  editable: boolean;
@@ -73097,7 +73472,8 @@ declare const VStepperItem: {
73097
73472
  disabled: boolean;
73098
73473
  rules: readonly ValidationRule[];
73099
73474
  ripple: boolean | {
73100
- class: string;
73475
+ class?: string;
73476
+ keys?: number[];
73101
73477
  } | undefined;
73102
73478
  completeIcon: IconValue;
73103
73479
  editable: boolean;
@@ -74344,7 +74720,8 @@ declare const VSwitch: {
74344
74720
  valueComparator: typeof deepEqual;
74345
74721
  density: Density;
74346
74722
  ripple: boolean | {
74347
- class: string;
74723
+ class?: string;
74724
+ keys?: number[];
74348
74725
  } | undefined;
74349
74726
  centerAffix: boolean;
74350
74727
  glow: boolean;
@@ -74405,7 +74782,8 @@ declare const VSwitch: {
74405
74782
  valueComparator: typeof deepEqual;
74406
74783
  density: Density;
74407
74784
  ripple: boolean | {
74408
- class: string;
74785
+ class?: string;
74786
+ keys?: number[];
74409
74787
  } | undefined;
74410
74788
  centerAffix: boolean;
74411
74789
  glow: boolean;
@@ -74458,7 +74836,8 @@ declare const VSwitch: {
74458
74836
  valueComparator: typeof deepEqual;
74459
74837
  density: Density;
74460
74838
  ripple: boolean | {
74461
- class: string;
74839
+ class?: string;
74840
+ keys?: number[];
74462
74841
  } | undefined;
74463
74842
  centerAffix: boolean;
74464
74843
  glow: boolean;
@@ -74515,7 +74894,8 @@ declare const VSwitch: {
74515
74894
  valueComparator: typeof deepEqual;
74516
74895
  density: Density;
74517
74896
  ripple: boolean | {
74518
- class: string;
74897
+ class?: string;
74898
+ keys?: number[];
74519
74899
  } | undefined;
74520
74900
  centerAffix: boolean;
74521
74901
  glow: boolean;
@@ -74545,7 +74925,8 @@ declare const VSwitch: {
74545
74925
  valueComparator: typeof deepEqual;
74546
74926
  density: Density;
74547
74927
  ripple: boolean | {
74548
- class: string;
74928
+ class?: string;
74929
+ keys?: number[];
74549
74930
  } | undefined;
74550
74931
  centerAffix: boolean;
74551
74932
  glow: boolean;
@@ -74606,7 +74987,8 @@ declare const VSwitch: {
74606
74987
  valueComparator: typeof deepEqual;
74607
74988
  density: Density;
74608
74989
  ripple: boolean | {
74609
- class: string;
74990
+ class?: string;
74991
+ keys?: number[];
74610
74992
  } | undefined;
74611
74993
  centerAffix: boolean;
74612
74994
  glow: boolean;
@@ -75025,7 +75407,8 @@ declare const VTab: {
75025
75407
  slim: boolean;
75026
75408
  stacked: boolean;
75027
75409
  ripple: boolean | {
75028
- class: string;
75410
+ class?: string;
75411
+ keys?: number[];
75029
75412
  } | undefined;
75030
75413
  hideSlider: boolean;
75031
75414
  } & {
@@ -75093,7 +75476,8 @@ declare const VTab: {
75093
75476
  slim: boolean;
75094
75477
  stacked: boolean;
75095
75478
  ripple: boolean | {
75096
- class: string;
75479
+ class?: string;
75480
+ keys?: number[];
75097
75481
  } | undefined;
75098
75482
  }> & Omit<{
75099
75483
  symbol: any;
@@ -75112,7 +75496,8 @@ declare const VTab: {
75112
75496
  slim: boolean;
75113
75497
  stacked: boolean;
75114
75498
  ripple: boolean | {
75115
- class: string;
75499
+ class?: string;
75500
+ keys?: number[];
75116
75501
  } | undefined;
75117
75502
  location?: Anchor | null | undefined;
75118
75503
  height?: string | number | undefined;
@@ -75196,7 +75581,8 @@ declare const VTab: {
75196
75581
  slim: boolean;
75197
75582
  stacked: boolean;
75198
75583
  ripple: boolean | {
75199
- class: string;
75584
+ class?: string;
75585
+ keys?: number[];
75200
75586
  } | undefined;
75201
75587
  } & {
75202
75588
  location?: Anchor | null | undefined;
@@ -75273,7 +75659,8 @@ declare const VTab: {
75273
75659
  slim: boolean;
75274
75660
  stacked: boolean;
75275
75661
  ripple: boolean | {
75276
- class: string;
75662
+ class?: string;
75663
+ keys?: number[];
75277
75664
  } | undefined;
75278
75665
  }, {}, string, vue.SlotsType<Partial<{
75279
75666
  default: () => vue.VNode[];
@@ -75320,7 +75707,8 @@ declare const VTab: {
75320
75707
  slim: boolean;
75321
75708
  stacked: boolean;
75322
75709
  ripple: boolean | {
75323
- class: string;
75710
+ class?: string;
75711
+ keys?: number[];
75324
75712
  } | undefined;
75325
75713
  }> & Omit<{
75326
75714
  symbol: any;
@@ -75339,7 +75727,8 @@ declare const VTab: {
75339
75727
  slim: boolean;
75340
75728
  stacked: boolean;
75341
75729
  ripple: boolean | {
75342
- class: string;
75730
+ class?: string;
75731
+ keys?: number[];
75343
75732
  } | undefined;
75344
75733
  } & {
75345
75734
  location?: Anchor | null | undefined;
@@ -75415,7 +75804,8 @@ declare const VTab: {
75415
75804
  slim: boolean;
75416
75805
  stacked: boolean;
75417
75806
  ripple: boolean | {
75418
- class: string;
75807
+ class?: string;
75808
+ keys?: number[];
75419
75809
  } | undefined;
75420
75810
  hideSlider: boolean;
75421
75811
  }, true, {}, vue.SlotsType<Partial<{
@@ -75447,7 +75837,8 @@ declare const VTab: {
75447
75837
  slim: boolean;
75448
75838
  stacked: boolean;
75449
75839
  ripple: boolean | {
75450
- class: string;
75840
+ class?: string;
75841
+ keys?: number[];
75451
75842
  } | undefined;
75452
75843
  hideSlider: boolean;
75453
75844
  } & {
@@ -75515,7 +75906,8 @@ declare const VTab: {
75515
75906
  slim: boolean;
75516
75907
  stacked: boolean;
75517
75908
  ripple: boolean | {
75518
- class: string;
75909
+ class?: string;
75910
+ keys?: number[];
75519
75911
  } | undefined;
75520
75912
  }> & Omit<{
75521
75913
  symbol: any;
@@ -75534,7 +75926,8 @@ declare const VTab: {
75534
75926
  slim: boolean;
75535
75927
  stacked: boolean;
75536
75928
  ripple: boolean | {
75537
- class: string;
75929
+ class?: string;
75930
+ keys?: number[];
75538
75931
  } | undefined;
75539
75932
  location?: Anchor | null | undefined;
75540
75933
  height?: string | number | undefined;
@@ -75618,7 +76011,8 @@ declare const VTab: {
75618
76011
  slim: boolean;
75619
76012
  stacked: boolean;
75620
76013
  ripple: boolean | {
75621
- class: string;
76014
+ class?: string;
76015
+ keys?: number[];
75622
76016
  } | undefined;
75623
76017
  } & {
75624
76018
  location?: Anchor | null | undefined;
@@ -75695,7 +76089,8 @@ declare const VTab: {
75695
76089
  slim: boolean;
75696
76090
  stacked: boolean;
75697
76091
  ripple: boolean | {
75698
- class: string;
76092
+ class?: string;
76093
+ keys?: number[];
75699
76094
  } | undefined;
75700
76095
  }, {}, string, vue.SlotsType<Partial<{
75701
76096
  default: () => vue.VNode[];
@@ -75742,7 +76137,8 @@ declare const VTab: {
75742
76137
  slim: boolean;
75743
76138
  stacked: boolean;
75744
76139
  ripple: boolean | {
75745
- class: string;
76140
+ class?: string;
76141
+ keys?: number[];
75746
76142
  } | undefined;
75747
76143
  }> & Omit<{
75748
76144
  symbol: any;
@@ -75761,7 +76157,8 @@ declare const VTab: {
75761
76157
  slim: boolean;
75762
76158
  stacked: boolean;
75763
76159
  ripple: boolean | {
75764
- class: string;
76160
+ class?: string;
76161
+ keys?: number[];
75765
76162
  } | undefined;
75766
76163
  } & {
75767
76164
  location?: Anchor | null | undefined;
@@ -75837,7 +76234,8 @@ declare const VTab: {
75837
76234
  slim: boolean;
75838
76235
  stacked: boolean;
75839
76236
  ripple: boolean | {
75840
- class: string;
76237
+ class?: string;
76238
+ keys?: number[];
75841
76239
  } | undefined;
75842
76240
  hideSlider: boolean;
75843
76241
  }>;
@@ -75861,7 +76259,8 @@ declare const VTab: {
75861
76259
  slim: boolean;
75862
76260
  stacked: boolean;
75863
76261
  ripple: boolean | {
75864
- class: string;
76262
+ class?: string;
76263
+ keys?: number[];
75865
76264
  } | undefined;
75866
76265
  hideSlider: boolean;
75867
76266
  } & {
@@ -75929,7 +76328,8 @@ declare const VTab: {
75929
76328
  slim: boolean;
75930
76329
  stacked: boolean;
75931
76330
  ripple: boolean | {
75932
- class: string;
76331
+ class?: string;
76332
+ keys?: number[];
75933
76333
  } | undefined;
75934
76334
  }> & Omit<{
75935
76335
  symbol: any;
@@ -75948,7 +76348,8 @@ declare const VTab: {
75948
76348
  slim: boolean;
75949
76349
  stacked: boolean;
75950
76350
  ripple: boolean | {
75951
- class: string;
76351
+ class?: string;
76352
+ keys?: number[];
75952
76353
  } | undefined;
75953
76354
  location?: Anchor | null | undefined;
75954
76355
  height?: string | number | undefined;
@@ -76032,7 +76433,8 @@ declare const VTab: {
76032
76433
  slim: boolean;
76033
76434
  stacked: boolean;
76034
76435
  ripple: boolean | {
76035
- class: string;
76436
+ class?: string;
76437
+ keys?: number[];
76036
76438
  } | undefined;
76037
76439
  } & {
76038
76440
  location?: Anchor | null | undefined;
@@ -76109,7 +76511,8 @@ declare const VTab: {
76109
76511
  slim: boolean;
76110
76512
  stacked: boolean;
76111
76513
  ripple: boolean | {
76112
- class: string;
76514
+ class?: string;
76515
+ keys?: number[];
76113
76516
  } | undefined;
76114
76517
  }, {}, string, vue.SlotsType<Partial<{
76115
76518
  default: () => vue.VNode[];
@@ -76156,7 +76559,8 @@ declare const VTab: {
76156
76559
  slim: boolean;
76157
76560
  stacked: boolean;
76158
76561
  ripple: boolean | {
76159
- class: string;
76562
+ class?: string;
76563
+ keys?: number[];
76160
76564
  } | undefined;
76161
76565
  }> & Omit<{
76162
76566
  symbol: any;
@@ -76175,7 +76579,8 @@ declare const VTab: {
76175
76579
  slim: boolean;
76176
76580
  stacked: boolean;
76177
76581
  ripple: boolean | {
76178
- class: string;
76582
+ class?: string;
76583
+ keys?: number[];
76179
76584
  } | undefined;
76180
76585
  } & {
76181
76586
  location?: Anchor | null | undefined;
@@ -76251,7 +76656,8 @@ declare const VTab: {
76251
76656
  slim: boolean;
76252
76657
  stacked: boolean;
76253
76658
  ripple: boolean | {
76254
- class: string;
76659
+ class?: string;
76660
+ keys?: number[];
76255
76661
  } | undefined;
76256
76662
  hideSlider: boolean;
76257
76663
  }, {}, string, vue.SlotsType<Partial<{
@@ -77087,179 +77493,6 @@ declare const VTabsWindowItem: {
77087
77493
  }>>;
77088
77494
  type VTabsWindowItem = InstanceType<typeof VTabsWindowItem>;
77089
77495
 
77090
- declare const VTable: {
77091
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
77092
- style: vue.StyleValue;
77093
- tag: string | JSXComponent;
77094
- density: Density;
77095
- hover: boolean;
77096
- fixedHeader: boolean;
77097
- fixedFooter: boolean;
77098
- } & {
77099
- height?: string | number | undefined;
77100
- class?: any;
77101
- theme?: string | undefined;
77102
- } & {
77103
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
77104
- default?: (() => vue.VNodeChild) | undefined;
77105
- top?: (() => vue.VNodeChild) | undefined;
77106
- bottom?: (() => vue.VNodeChild) | undefined;
77107
- wrapper?: (() => vue.VNodeChild) | undefined;
77108
- };
77109
- 'v-slots'?: {
77110
- default?: false | (() => vue.VNodeChild) | undefined;
77111
- top?: false | (() => vue.VNodeChild) | undefined;
77112
- bottom?: false | (() => vue.VNodeChild) | undefined;
77113
- wrapper?: false | (() => vue.VNodeChild) | undefined;
77114
- } | undefined;
77115
- } & {
77116
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
77117
- "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
77118
- "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
77119
- "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
77120
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
77121
- style: vue.StyleValue;
77122
- tag: string | JSXComponent;
77123
- density: Density;
77124
- hover: boolean;
77125
- fixedHeader: boolean;
77126
- fixedFooter: boolean;
77127
- }, true, {}, vue.SlotsType<Partial<{
77128
- default: () => vue.VNode[];
77129
- top: () => vue.VNode[];
77130
- bottom: () => vue.VNode[];
77131
- wrapper: () => vue.VNode[];
77132
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
77133
- P: {};
77134
- B: {};
77135
- D: {};
77136
- C: {};
77137
- M: {};
77138
- Defaults: {};
77139
- }, {
77140
- style: vue.StyleValue;
77141
- tag: string | JSXComponent;
77142
- density: Density;
77143
- hover: boolean;
77144
- fixedHeader: boolean;
77145
- fixedFooter: boolean;
77146
- } & {
77147
- height?: string | number | undefined;
77148
- class?: any;
77149
- theme?: string | undefined;
77150
- } & {
77151
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
77152
- default?: (() => vue.VNodeChild) | undefined;
77153
- top?: (() => vue.VNodeChild) | undefined;
77154
- bottom?: (() => vue.VNodeChild) | undefined;
77155
- wrapper?: (() => vue.VNodeChild) | undefined;
77156
- };
77157
- 'v-slots'?: {
77158
- default?: false | (() => vue.VNodeChild) | undefined;
77159
- top?: false | (() => vue.VNodeChild) | undefined;
77160
- bottom?: false | (() => vue.VNodeChild) | undefined;
77161
- wrapper?: false | (() => vue.VNodeChild) | undefined;
77162
- } | undefined;
77163
- } & {
77164
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
77165
- "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
77166
- "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
77167
- "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
77168
- }, {}, {}, {}, {}, {
77169
- style: vue.StyleValue;
77170
- tag: string | JSXComponent;
77171
- density: Density;
77172
- hover: boolean;
77173
- fixedHeader: boolean;
77174
- fixedFooter: boolean;
77175
- }>;
77176
- __isFragment?: never;
77177
- __isTeleport?: never;
77178
- __isSuspense?: never;
77179
- } & vue.ComponentOptionsBase<{
77180
- style: vue.StyleValue;
77181
- tag: string | JSXComponent;
77182
- density: Density;
77183
- hover: boolean;
77184
- fixedHeader: boolean;
77185
- fixedFooter: boolean;
77186
- } & {
77187
- height?: string | number | undefined;
77188
- class?: any;
77189
- theme?: string | undefined;
77190
- } & {
77191
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
77192
- default?: (() => vue.VNodeChild) | undefined;
77193
- top?: (() => vue.VNodeChild) | undefined;
77194
- bottom?: (() => vue.VNodeChild) | undefined;
77195
- wrapper?: (() => vue.VNodeChild) | undefined;
77196
- };
77197
- 'v-slots'?: {
77198
- default?: false | (() => vue.VNodeChild) | undefined;
77199
- top?: false | (() => vue.VNodeChild) | undefined;
77200
- bottom?: false | (() => vue.VNodeChild) | undefined;
77201
- wrapper?: false | (() => vue.VNodeChild) | undefined;
77202
- } | undefined;
77203
- } & {
77204
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
77205
- "v-slot:top"?: false | (() => vue.VNodeChild) | undefined;
77206
- "v-slot:bottom"?: false | (() => vue.VNodeChild) | undefined;
77207
- "v-slot:wrapper"?: false | (() => vue.VNodeChild) | undefined;
77208
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
77209
- style: vue.StyleValue;
77210
- tag: string | JSXComponent;
77211
- density: Density;
77212
- hover: boolean;
77213
- fixedHeader: boolean;
77214
- fixedFooter: boolean;
77215
- }, {}, string, vue.SlotsType<Partial<{
77216
- default: () => vue.VNode[];
77217
- top: () => vue.VNode[];
77218
- bottom: () => vue.VNode[];
77219
- wrapper: () => vue.VNode[];
77220
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
77221
- theme: StringConstructor;
77222
- tag: {
77223
- type: vue.PropType<string | JSXComponent>;
77224
- default: string;
77225
- };
77226
- density: {
77227
- type: vue.PropType<Density>;
77228
- default: string;
77229
- validator: (v: any) => boolean;
77230
- };
77231
- class: vue.PropType<ClassValue>;
77232
- style: {
77233
- type: vue.PropType<vue.StyleValue>;
77234
- default: null;
77235
- };
77236
- fixedHeader: BooleanConstructor;
77237
- fixedFooter: BooleanConstructor;
77238
- height: (StringConstructor | NumberConstructor)[];
77239
- hover: BooleanConstructor;
77240
- }, vue.ExtractPropTypes<{
77241
- theme: StringConstructor;
77242
- tag: {
77243
- type: vue.PropType<string | JSXComponent>;
77244
- default: string;
77245
- };
77246
- density: {
77247
- type: vue.PropType<Density>;
77248
- default: string;
77249
- validator: (v: any) => boolean;
77250
- };
77251
- class: vue.PropType<ClassValue>;
77252
- style: {
77253
- type: vue.PropType<vue.StyleValue>;
77254
- default: null;
77255
- };
77256
- fixedHeader: BooleanConstructor;
77257
- fixedFooter: BooleanConstructor;
77258
- height: (StringConstructor | NumberConstructor)[];
77259
- hover: BooleanConstructor;
77260
- }>>;
77261
- type VTable = InstanceType<typeof VTable>;
77262
-
77263
77496
  declare const VTextarea: {
77264
77497
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
77265
77498
  flat: boolean;
@@ -86024,10 +86257,10 @@ declare const createVuetify: {
86024
86257
  startOfYear: (date: unknown) => unknown;
86025
86258
  endOfYear: (date: unknown) => unknown;
86026
86259
  isAfter: (date: unknown, comparing: unknown) => boolean;
86027
- isAfterDay: (value: unknown, comparing: unknown) => boolean;
86260
+ isAfterDay: (date: unknown, comparing: unknown) => boolean;
86028
86261
  isSameDay: (date: unknown, comparing: unknown) => boolean;
86029
86262
  isSameMonth: (date: unknown, comparing: unknown) => boolean;
86030
- isSameYear: (value: unknown, comparing: unknown) => boolean;
86263
+ isSameYear: (date: unknown, comparing: unknown) => boolean;
86031
86264
  isBefore: (date: unknown, comparing: unknown) => boolean;
86032
86265
  isEqual: (date: unknown, comparing: unknown) => boolean;
86033
86266
  isValid: (date: any) => boolean;
@@ -86099,34 +86332,38 @@ declare module 'vue' {
86099
86332
  }
86100
86333
  export interface GlobalComponents {
86101
86334
  VApp: VApp
86335
+ VAutocomplete: VAutocomplete
86102
86336
  VAppBar: VAppBar
86103
86337
  VAppBarNavIcon: VAppBarNavIcon
86104
86338
  VAppBarTitle: VAppBarTitle
86339
+ VBadge: VBadge
86105
86340
  VAlert: VAlert
86106
86341
  VAlertTitle: VAlertTitle
86107
- VBadge: VBadge
86108
- VAutocomplete: VAutocomplete
86342
+ VBottomNavigation: VBottomNavigation
86343
+ VAvatar: VAvatar
86344
+ VBtn: VBtn
86109
86345
  VBanner: VBanner
86110
86346
  VBannerActions: VBannerActions
86111
86347
  VBannerText: VBannerText
86112
- VBottomNavigation: VBottomNavigation
86113
- VBottomSheet: VBottomSheet
86114
- VBtn: VBtn
86115
86348
  VBtnGroup: VBtnGroup
86116
- VBtnToggle: VBtnToggle
86117
- VAvatar: VAvatar
86349
+ VCheckbox: VCheckbox
86350
+ VCheckboxBtn: VCheckboxBtn
86118
86351
  VCard: VCard
86119
86352
  VCardActions: VCardActions
86120
86353
  VCardItem: VCardItem
86121
86354
  VCardSubtitle: VCardSubtitle
86122
86355
  VCardText: VCardText
86123
86356
  VCardTitle: VCardTitle
86124
- VCheckbox: VCheckbox
86125
- VCheckboxBtn: VCheckboxBtn
86357
+ VBreadcrumbs: VBreadcrumbs
86358
+ VBreadcrumbsItem: VBreadcrumbsItem
86359
+ VBreadcrumbsDivider: VBreadcrumbsDivider
86360
+ VChipGroup: VChipGroup
86126
86361
  VCarousel: VCarousel
86127
86362
  VCarouselItem: VCarouselItem
86363
+ VChip: VChip
86364
+ VCode: VCode
86128
86365
  VColorPicker: VColorPicker
86129
- VChipGroup: VChipGroup
86366
+ VCombobox: VCombobox
86130
86367
  VDataTable: VDataTable
86131
86368
  VDataTableHeaders: VDataTableHeaders
86132
86369
  VDataTableFooter: VDataTableFooter
@@ -86134,43 +86371,39 @@ declare module 'vue' {
86134
86371
  VDataTableRow: VDataTableRow
86135
86372
  VDataTableVirtual: VDataTableVirtual
86136
86373
  VDataTableServer: VDataTableServer
86137
- VCode: VCode
86138
- VBreadcrumbs: VBreadcrumbs
86139
- VBreadcrumbsItem: VBreadcrumbsItem
86140
- VBreadcrumbsDivider: VBreadcrumbsDivider
86141
86374
  VCounter: VCounter
86142
- VCombobox: VCombobox
86143
- VDialog: VDialog
86144
86375
  VDatePicker: VDatePicker
86145
86376
  VDatePickerControls: VDatePickerControls
86146
86377
  VDatePickerHeader: VDatePickerHeader
86147
86378
  VDatePickerMonth: VDatePickerMonth
86148
86379
  VDatePickerMonths: VDatePickerMonths
86149
86380
  VDatePickerYears: VDatePickerYears
86150
- VEmptyState: VEmptyState
86381
+ VBtnToggle: VBtnToggle
86151
86382
  VDivider: VDivider
86383
+ VDialog: VDialog
86384
+ VEmptyState: VEmptyState
86385
+ VField: VField
86386
+ VFieldLabel: VFieldLabel
86152
86387
  VExpansionPanels: VExpansionPanels
86153
86388
  VExpansionPanel: VExpansionPanel
86154
86389
  VExpansionPanelText: VExpansionPanelText
86155
86390
  VExpansionPanelTitle: VExpansionPanelTitle
86156
- VFileInput: VFileInput
86391
+ VBottomSheet: VBottomSheet
86157
86392
  VFab: VFab
86393
+ VFileInput: VFileInput
86158
86394
  VFooter: VFooter
86159
- VField: VField
86160
- VFieldLabel: VFieldLabel
86161
- VChip: VChip
86395
+ VInfiniteScroll: VInfiniteScroll
86396
+ VImg: VImg
86162
86397
  VIcon: VIcon
86163
86398
  VComponentIcon: VComponentIcon
86164
86399
  VSvgIcon: VSvgIcon
86165
86400
  VLigatureIcon: VLigatureIcon
86166
86401
  VClassIcon: VClassIcon
86167
- VInfiniteScroll: VInfiniteScroll
86402
+ VKbd: VKbd
86403
+ VMain: VMain
86404
+ VInput: VInput
86168
86405
  VItemGroup: VItemGroup
86169
86406
  VItem: VItem
86170
- VInput: VInput
86171
- VImg: VImg
86172
- VKbd: VKbd
86173
- VLabel: VLabel
86174
86407
  VList: VList
86175
86408
  VListGroup: VListGroup
86176
86409
  VListImg: VListImg
@@ -86180,73 +86413,69 @@ declare module 'vue' {
86180
86413
  VListItemSubtitle: VListItemSubtitle
86181
86414
  VListItemTitle: VListItemTitle
86182
86415
  VListSubheader: VListSubheader
86183
- VMain: VMain
86184
- VMenu: VMenu
86416
+ VLabel: VLabel
86185
86417
  VMessages: VMessages
86186
- VOverlay: VOverlay
86418
+ VMenu: VMenu
86419
+ VNavigationDrawer: VNavigationDrawer
86187
86420
  VNumberInput: VNumberInput
86188
- VPagination: VPagination
86421
+ VOverlay: VOverlay
86189
86422
  VOtpInput: VOtpInput
86190
- VProgressCircular: VProgressCircular
86191
- VNavigationDrawer: VNavigationDrawer
86192
86423
  VProgressLinear: VProgressLinear
86424
+ VPagination: VPagination
86425
+ VProgressCircular: VProgressCircular
86426
+ VRadioGroup: VRadioGroup
86193
86427
  VRating: VRating
86194
- VSelect: VSelect
86195
86428
  VSelectionControl: VSelectionControl
86196
- VRadioGroup: VRadioGroup
86197
- VSkeletonLoader: VSkeletonLoader
86198
86429
  VSheet: VSheet
86199
- VSlider: VSlider
86200
86430
  VSlideGroup: VSlideGroup
86201
86431
  VSlideGroupItem: VSlideGroupItem
86202
- VSelectionControlGroup: VSelectionControlGroup
86203
86432
  VSnackbar: VSnackbar
86433
+ VSkeletonLoader: VSkeletonLoader
86434
+ VSwitch: VSwitch
86435
+ VSelect: VSelect
86204
86436
  VStepper: VStepper
86205
86437
  VStepperActions: VStepperActions
86206
86438
  VStepperHeader: VStepperHeader
86207
86439
  VStepperItem: VStepperItem
86208
86440
  VStepperWindow: VStepperWindow
86209
86441
  VStepperWindowItem: VStepperWindowItem
86210
- VSwitch: VSwitch
86442
+ VSlider: VSlider
86443
+ VSelectionControlGroup: VSelectionControlGroup
86444
+ VTable: VTable
86211
86445
  VSystemBar: VSystemBar
86212
- VTab: VTab
86213
- VTabs: VTabs
86214
- VTabsWindow: VTabsWindow
86215
- VTabsWindowItem: VTabsWindowItem
86216
86446
  VTextarea: VTextarea
86217
- VTable: VTable
86218
- VTimeline: VTimeline
86219
- VTimelineItem: VTimelineItem
86220
- VTextField: VTextField
86221
86447
  VToolbar: VToolbar
86222
86448
  VToolbarTitle: VToolbarTitle
86223
86449
  VToolbarItems: VToolbarItems
86224
86450
  VTooltip: VTooltip
86451
+ VTextField: VTextField
86452
+ VTimeline: VTimeline
86453
+ VTimelineItem: VTimelineItem
86225
86454
  VWindow: VWindow
86226
86455
  VWindowItem: VWindowItem
86227
86456
  VDataIterator: VDataIterator
86228
- VConfirmEdit: VConfirmEdit
86229
86457
  VDefaultsProvider: VDefaultsProvider
86230
- VForm: VForm
86231
- VHover: VHover
86232
- VLayout: VLayout
86233
- VLayoutItem: VLayoutItem
86234
- VLazy: VLazy
86235
86458
  VContainer: VContainer
86236
86459
  VCol: VCol
86237
86460
  VRow: VRow
86238
86461
  VSpacer: VSpacer
86462
+ VForm: VForm
86463
+ VHover: VHover
86464
+ VConfirmEdit: VConfirmEdit
86465
+ VLayout: VLayout
86466
+ VLayoutItem: VLayoutItem
86239
86467
  VLocaleProvider: VLocaleProvider
86240
- VNoSsr: VNoSsr
86468
+ VLazy: VLazy
86241
86469
  VParallax: VParallax
86242
86470
  VRadio: VRadio
86243
86471
  VRangeSlider: VRangeSlider
86244
86472
  VResponsive: VResponsive
86245
- VSparkline: VSparkline
86246
- VSnackbarQueue: VSnackbarQueue
86473
+ VNoSsr: VNoSsr
86247
86474
  VSpeedDial: VSpeedDial
86475
+ VSparkline: VSparkline
86248
86476
  VThemeProvider: VThemeProvider
86249
86477
  VValidation: VValidation
86478
+ VSnackbarQueue: VSnackbarQueue
86250
86479
  VVirtualScroll: VVirtualScroll
86251
86480
  VFabTransition: VFabTransition
86252
86481
  VDialogBottomTransition: VDialogBottomTransition
@@ -86264,28 +86493,42 @@ declare module 'vue' {
86264
86493
  VExpandTransition: VExpandTransition
86265
86494
  VExpandXTransition: VExpandXTransition
86266
86495
  VDialogTransition: VDialogTransition
86496
+ VTab: VTab
86497
+ VTabs: VTabs
86498
+ VTabsWindow: VTabsWindow
86499
+ VTabsWindowItem: VTabsWindowItem
86267
86500
  VCalendar: VCalendar
86268
86501
  VCalendarDay: VCalendarDay
86269
86502
  VCalendarHeader: VCalendarHeader
86270
86503
  VCalendarInterval: VCalendarInterval
86271
86504
  VCalendarIntervalEvent: VCalendarIntervalEvent
86272
86505
  VCalendarMonthDay: VCalendarMonthDay
86506
+ VIconBtn: VIconBtn
86507
+ VStepperVertical: VStepperVertical
86508
+ VStepperVerticalItem: VStepperVerticalItem
86509
+ VStepperVerticalActions: VStepperVerticalActions
86273
86510
  VFileUpload: VFileUpload
86274
86511
  VFileUploadItem: VFileUploadItem
86275
86512
  VPicker: VPicker
86276
86513
  VPickerTitle: VPickerTitle
86277
- VColorInput: VColorInput
86278
- VIconBtn: VIconBtn
86279
86514
  VTimePicker: VTimePicker
86280
86515
  VTimePickerClock: VTimePickerClock
86281
86516
  VTimePickerControls: VTimePickerControls
86282
86517
  VTreeview: VTreeview
86283
86518
  VTreeviewItem: VTreeviewItem
86284
86519
  VTreeviewGroup: VTreeviewGroup
86285
- VStepperVertical: VStepperVertical
86286
- VStepperVerticalItem: VStepperVerticalItem
86287
- VStepperVerticalActions: VStepperVerticalActions
86288
- VDateInput: VDateInput
86520
+ VColorInput: VColorInput
86289
86521
  VPullToRefresh: VPullToRefresh
86522
+ VDateInput: VDateInput
86523
+ }
86524
+ export interface GlobalDirectives {
86525
+ vClickOutside: typeof import('vuetify/directives')['ClickOutside']
86526
+ vIntersect: typeof import('vuetify/directives')['Intersect']
86527
+ vMutate: typeof import('vuetify/directives')['Mutate']
86528
+ vResize: typeof import('vuetify/directives')['Resize']
86529
+ vRipple: typeof import('vuetify/directives')['Ripple']
86530
+ vScroll: typeof import('vuetify/directives')['Scroll']
86531
+ vTouch: typeof import('vuetify/directives')['Touch']
86532
+ vTooltip: typeof import('vuetify/directives')['Tooltip']
86290
86533
  }
86291
86534
  }