@vuetify/nightly 3.6.3-dev.2024-05-06 → 3.6.3-dev.2024-05-14

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 (39) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/json/attributes.json +16 -0
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/tags.json +4 -0
  6. package/dist/json/web-types.json +37 -1
  7. package/dist/vuetify-labs.css +2041 -2041
  8. package/dist/vuetify-labs.d.ts +111 -75
  9. package/dist/vuetify-labs.esm.js +6 -4
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +6 -4
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +994 -994
  14. package/dist/vuetify.d.ts +144 -108
  15. package/dist/vuetify.esm.js +6 -4
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +6 -4
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +7 -7
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -0
  23. package/lib/components/VAutocomplete/index.d.mts +12 -12
  24. package/lib/components/VBreadcrumbs/index.d.mts +8 -8
  25. package/lib/components/VBtn/VBtn.mjs +3 -1
  26. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  27. package/lib/components/VBtn/index.d.mts +6 -0
  28. package/lib/components/VCombobox/index.d.mts +12 -12
  29. package/lib/components/VFab/index.d.mts +6 -0
  30. package/lib/components/VList/index.d.mts +12 -12
  31. package/lib/components/VSelect/index.d.mts +12 -12
  32. package/lib/components/VTabs/index.d.mts +21 -3
  33. package/lib/components/index.d.mts +95 -59
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +49 -49
  37. package/lib/labs/VTreeview/index.d.mts +16 -16
  38. package/lib/labs/components.d.mts +16 -16
  39. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -1859,6 +1859,7 @@ declare const VAppBarNavIcon: {
1859
1859
  location?: Anchor | undefined;
1860
1860
  baseColor?: string | undefined;
1861
1861
  selectedClass?: string | undefined;
1862
+ activeColor?: string | undefined;
1862
1863
  prependIcon?: IconValue | undefined;
1863
1864
  appendIcon?: IconValue | undefined;
1864
1865
  } & {
@@ -1922,6 +1923,7 @@ declare const VAppBarNavIcon: {
1922
1923
  location?: Anchor | undefined;
1923
1924
  baseColor?: string | undefined;
1924
1925
  selectedClass?: string | undefined;
1926
+ activeColor?: string | undefined;
1925
1927
  prependIcon?: IconValue | undefined;
1926
1928
  appendIcon?: IconValue | undefined;
1927
1929
  } & {
@@ -2027,6 +2029,7 @@ declare const VAppBarNavIcon: {
2027
2029
  location?: Anchor | undefined;
2028
2030
  baseColor?: string | undefined;
2029
2031
  selectedClass?: string | undefined;
2032
+ activeColor?: string | undefined;
2030
2033
  prependIcon?: IconValue | undefined;
2031
2034
  appendIcon?: IconValue | undefined;
2032
2035
  } & {
@@ -2116,6 +2119,7 @@ declare const VAppBarNavIcon: {
2116
2119
  location?: Anchor | undefined;
2117
2120
  baseColor?: string | undefined;
2118
2121
  selectedClass?: string | undefined;
2122
+ activeColor?: string | undefined;
2119
2123
  prependIcon?: IconValue | undefined;
2120
2124
  appendIcon?: IconValue | undefined;
2121
2125
  } & {
@@ -2239,6 +2243,7 @@ declare const VAppBarNavIcon: {
2239
2243
  type: BooleanConstructor;
2240
2244
  default: undefined;
2241
2245
  };
2246
+ activeColor: StringConstructor;
2242
2247
  baseColor: StringConstructor;
2243
2248
  symbol: {
2244
2249
  type: null;
@@ -2330,6 +2335,7 @@ declare const VAppBarNavIcon: {
2330
2335
  type: BooleanConstructor;
2331
2336
  default: undefined;
2332
2337
  };
2338
+ activeColor: StringConstructor;
2333
2339
  baseColor: StringConstructor;
2334
2340
  symbol: {
2335
2341
  type: null;
@@ -4255,12 +4261,12 @@ declare const VListItem: {
4255
4261
  minWidth?: string | number | undefined;
4256
4262
  elevation?: string | number | undefined;
4257
4263
  baseColor?: string | undefined;
4264
+ activeColor?: string | undefined;
4258
4265
  prependIcon?: IconValue | undefined;
4259
4266
  appendIcon?: IconValue | undefined;
4260
4267
  activeClass?: string | undefined;
4261
4268
  appendAvatar?: string | undefined;
4262
4269
  prependAvatar?: string | undefined;
4263
- activeColor?: string | undefined;
4264
4270
  subtitle?: string | number | undefined;
4265
4271
  lines?: "one" | "two" | "three" | undefined;
4266
4272
  } & {
@@ -4332,12 +4338,12 @@ declare const VListItem: {
4332
4338
  minWidth?: string | number | undefined;
4333
4339
  elevation?: string | number | undefined;
4334
4340
  baseColor?: string | undefined;
4341
+ activeColor?: string | undefined;
4335
4342
  prependIcon?: IconValue | undefined;
4336
4343
  appendIcon?: IconValue | undefined;
4337
4344
  activeClass?: string | undefined;
4338
4345
  appendAvatar?: string | undefined;
4339
4346
  prependAvatar?: string | undefined;
4340
- activeColor?: string | undefined;
4341
4347
  subtitle?: string | number | undefined;
4342
4348
  lines?: "one" | "two" | "three" | undefined;
4343
4349
  } & {
@@ -4439,12 +4445,12 @@ declare const VListItem: {
4439
4445
  minWidth?: string | number | undefined;
4440
4446
  elevation?: string | number | undefined;
4441
4447
  baseColor?: string | undefined;
4448
+ activeColor?: string | undefined;
4442
4449
  prependIcon?: IconValue | undefined;
4443
4450
  appendIcon?: IconValue | undefined;
4444
4451
  activeClass?: string | undefined;
4445
4452
  appendAvatar?: string | undefined;
4446
4453
  prependAvatar?: string | undefined;
4447
- activeColor?: string | undefined;
4448
4454
  subtitle?: string | number | undefined;
4449
4455
  lines?: "one" | "two" | "three" | undefined;
4450
4456
  } & {
@@ -4535,12 +4541,12 @@ declare const VListItem: {
4535
4541
  minWidth?: string | number | undefined;
4536
4542
  elevation?: string | number | undefined;
4537
4543
  baseColor?: string | undefined;
4544
+ activeColor?: string | undefined;
4538
4545
  prependIcon?: IconValue | undefined;
4539
4546
  appendIcon?: IconValue | undefined;
4540
4547
  activeClass?: string | undefined;
4541
4548
  appendAvatar?: string | undefined;
4542
4549
  prependAvatar?: string | undefined;
4543
- activeColor?: string | undefined;
4544
4550
  subtitle?: string | number | undefined;
4545
4551
  lines?: "one" | "two" | "three" | undefined;
4546
4552
  } & {
@@ -4947,9 +4953,9 @@ declare const VAutocomplete: {
4947
4953
  elevation?: string | number | undefined;
4948
4954
  baseColor?: string | undefined;
4949
4955
  bgColor?: string | undefined;
4956
+ activeColor?: string | undefined;
4950
4957
  activeClass?: string | undefined;
4951
4958
  activeStrategy?: SelectStrategy | undefined;
4952
- activeColor?: string | undefined;
4953
4959
  collapseIcon?: string | undefined;
4954
4960
  expandIcon?: string | undefined;
4955
4961
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -5002,9 +5008,9 @@ declare const VAutocomplete: {
5002
5008
  elevation?: string | number | undefined;
5003
5009
  baseColor?: string | undefined;
5004
5010
  bgColor?: string | undefined;
5011
+ activeColor?: string | undefined;
5005
5012
  activeClass?: string | undefined;
5006
5013
  activeStrategy?: SelectStrategy | undefined;
5007
- activeColor?: string | undefined;
5008
5014
  collapseIcon?: string | undefined;
5009
5015
  expandIcon?: string | undefined;
5010
5016
  } & {
@@ -5527,9 +5533,9 @@ declare const VAutocomplete: {
5527
5533
  elevation?: string | number | undefined;
5528
5534
  baseColor?: string | undefined;
5529
5535
  bgColor?: string | undefined;
5536
+ activeColor?: string | undefined;
5530
5537
  activeClass?: string | undefined;
5531
5538
  activeStrategy?: SelectStrategy | undefined;
5532
- activeColor?: string | undefined;
5533
5539
  collapseIcon?: string | undefined;
5534
5540
  expandIcon?: string | undefined;
5535
5541
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -5582,9 +5588,9 @@ declare const VAutocomplete: {
5582
5588
  elevation?: string | number | undefined;
5583
5589
  baseColor?: string | undefined;
5584
5590
  bgColor?: string | undefined;
5591
+ activeColor?: string | undefined;
5585
5592
  activeClass?: string | undefined;
5586
5593
  activeStrategy?: SelectStrategy | undefined;
5587
- activeColor?: string | undefined;
5588
5594
  collapseIcon?: string | undefined;
5589
5595
  expandIcon?: string | undefined;
5590
5596
  } & {
@@ -6221,9 +6227,9 @@ declare const VAutocomplete: {
6221
6227
  elevation?: string | number | undefined;
6222
6228
  baseColor?: string | undefined;
6223
6229
  bgColor?: string | undefined;
6230
+ activeColor?: string | undefined;
6224
6231
  activeClass?: string | undefined;
6225
6232
  activeStrategy?: SelectStrategy | undefined;
6226
- activeColor?: string | undefined;
6227
6233
  collapseIcon?: string | undefined;
6228
6234
  expandIcon?: string | undefined;
6229
6235
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -6276,9 +6282,9 @@ declare const VAutocomplete: {
6276
6282
  elevation?: string | number | undefined;
6277
6283
  baseColor?: string | undefined;
6278
6284
  bgColor?: string | undefined;
6285
+ activeColor?: string | undefined;
6279
6286
  activeClass?: string | undefined;
6280
6287
  activeStrategy?: SelectStrategy | undefined;
6281
- activeColor?: string | undefined;
6282
6288
  collapseIcon?: string | undefined;
6283
6289
  expandIcon?: string | undefined;
6284
6290
  } & {
@@ -6850,9 +6856,9 @@ declare const VAutocomplete: {
6850
6856
  elevation?: string | number | undefined;
6851
6857
  baseColor?: string | undefined;
6852
6858
  bgColor?: string | undefined;
6859
+ activeColor?: string | undefined;
6853
6860
  activeClass?: string | undefined;
6854
6861
  activeStrategy?: SelectStrategy | undefined;
6855
- activeColor?: string | undefined;
6856
6862
  collapseIcon?: string | undefined;
6857
6863
  expandIcon?: string | undefined;
6858
6864
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -6905,9 +6911,9 @@ declare const VAutocomplete: {
6905
6911
  elevation?: string | number | undefined;
6906
6912
  baseColor?: string | undefined;
6907
6913
  bgColor?: string | undefined;
6914
+ activeColor?: string | undefined;
6908
6915
  activeClass?: string | undefined;
6909
6916
  activeStrategy?: SelectStrategy | undefined;
6910
- activeColor?: string | undefined;
6911
6917
  collapseIcon?: string | undefined;
6912
6918
  expandIcon?: string | undefined;
6913
6919
  } & {
@@ -7680,9 +7686,9 @@ declare const VAutocomplete: {
7680
7686
  elevation?: string | number | undefined;
7681
7687
  baseColor?: string | undefined;
7682
7688
  bgColor?: string | undefined;
7689
+ activeColor?: string | undefined;
7683
7690
  activeClass?: string | undefined;
7684
7691
  activeStrategy?: SelectStrategy | undefined;
7685
- activeColor?: string | undefined;
7686
7692
  collapseIcon?: string | undefined;
7687
7693
  expandIcon?: string | undefined;
7688
7694
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -7735,9 +7741,9 @@ declare const VAutocomplete: {
7735
7741
  elevation?: string | number | undefined;
7736
7742
  baseColor?: string | undefined;
7737
7743
  bgColor?: string | undefined;
7744
+ activeColor?: string | undefined;
7738
7745
  activeClass?: string | undefined;
7739
7746
  activeStrategy?: SelectStrategy | undefined;
7740
- activeColor?: string | undefined;
7741
7747
  collapseIcon?: string | undefined;
7742
7748
  expandIcon?: string | undefined;
7743
7749
  } & {
@@ -8364,9 +8370,9 @@ declare const VAutocomplete: {
8364
8370
  elevation?: string | number | undefined;
8365
8371
  baseColor?: string | undefined;
8366
8372
  bgColor?: string | undefined;
8373
+ activeColor?: string | undefined;
8367
8374
  activeClass?: string | undefined;
8368
8375
  activeStrategy?: SelectStrategy | undefined;
8369
- activeColor?: string | undefined;
8370
8376
  collapseIcon?: string | undefined;
8371
8377
  expandIcon?: string | undefined;
8372
8378
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -8419,9 +8425,9 @@ declare const VAutocomplete: {
8419
8425
  elevation?: string | number | undefined;
8420
8426
  baseColor?: string | undefined;
8421
8427
  bgColor?: string | undefined;
8428
+ activeColor?: string | undefined;
8422
8429
  activeClass?: string | undefined;
8423
8430
  activeStrategy?: SelectStrategy | undefined;
8424
- activeColor?: string | undefined;
8425
8431
  collapseIcon?: string | undefined;
8426
8432
  expandIcon?: string | undefined;
8427
8433
  } & {
@@ -11056,8 +11062,8 @@ declare const VBreadcrumbs: {
11056
11062
  icon?: IconValue | undefined;
11057
11063
  rounded?: string | number | boolean | undefined;
11058
11064
  bgColor?: string | undefined;
11059
- activeClass?: string | undefined;
11060
11065
  activeColor?: string | undefined;
11066
+ activeClass?: string | undefined;
11061
11067
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
11062
11068
  style: vue.StyleValue;
11063
11069
  disabled: boolean;
@@ -11071,8 +11077,8 @@ declare const VBreadcrumbs: {
11071
11077
  icon?: IconValue | undefined;
11072
11078
  rounded?: string | number | boolean | undefined;
11073
11079
  bgColor?: string | undefined;
11074
- activeClass?: string | undefined;
11075
11080
  activeColor?: string | undefined;
11081
+ activeClass?: string | undefined;
11076
11082
  }, {
11077
11083
  style: vue.StyleValue;
11078
11084
  disabled: boolean;
@@ -11126,8 +11132,8 @@ declare const VBreadcrumbs: {
11126
11132
  icon?: IconValue | undefined;
11127
11133
  rounded?: string | number | boolean | undefined;
11128
11134
  bgColor?: string | undefined;
11129
- activeClass?: string | undefined;
11130
11135
  activeColor?: string | undefined;
11136
+ activeClass?: string | undefined;
11131
11137
  }, {}, {}, {}, {}, {
11132
11138
  style: vue.StyleValue;
11133
11139
  disabled: boolean;
@@ -11153,8 +11159,8 @@ declare const VBreadcrumbs: {
11153
11159
  icon?: IconValue | undefined;
11154
11160
  rounded?: string | number | boolean | undefined;
11155
11161
  bgColor?: string | undefined;
11156
- activeClass?: string | undefined;
11157
11162
  activeColor?: string | undefined;
11163
+ activeClass?: string | undefined;
11158
11164
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "v-slot:default" | "$children" | "v-slots" | "items" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider" | "v-slot:item">, string, {
11159
11165
  style: vue.StyleValue;
11160
11166
  disabled: boolean;
@@ -11313,8 +11319,8 @@ declare const VBreadcrumbsItem: {
11313
11319
  href?: string | undefined;
11314
11320
  color?: string | undefined;
11315
11321
  to?: vue_router.RouteLocationRaw | undefined;
11316
- activeClass?: string | undefined;
11317
11322
  activeColor?: string | undefined;
11323
+ activeClass?: string | undefined;
11318
11324
  } & {
11319
11325
  $children?: vue.VNodeChild | {
11320
11326
  default?: (() => vue.VNodeChild) | undefined;
@@ -11337,8 +11343,8 @@ declare const VBreadcrumbsItem: {
11337
11343
  href?: string | undefined;
11338
11344
  color?: string | undefined;
11339
11345
  to?: vue_router.RouteLocationRaw | undefined;
11340
- activeClass?: string | undefined;
11341
11346
  activeColor?: string | undefined;
11347
+ activeClass?: string | undefined;
11342
11348
  } & {
11343
11349
  $children?: vue.VNodeChild | {
11344
11350
  default?: (() => vue.VNodeChild) | undefined;
@@ -11379,8 +11385,8 @@ declare const VBreadcrumbsItem: {
11379
11385
  href?: string | undefined;
11380
11386
  color?: string | undefined;
11381
11387
  to?: vue_router.RouteLocationRaw | undefined;
11382
- activeClass?: string | undefined;
11383
11388
  activeColor?: string | undefined;
11389
+ activeClass?: string | undefined;
11384
11390
  } & {
11385
11391
  $children?: vue.VNodeChild | {
11386
11392
  default?: (() => vue.VNodeChild) | undefined;
@@ -11414,8 +11420,8 @@ declare const VBreadcrumbsItem: {
11414
11420
  href?: string | undefined;
11415
11421
  color?: string | undefined;
11416
11422
  to?: vue_router.RouteLocationRaw | undefined;
11417
- activeClass?: string | undefined;
11418
11423
  activeColor?: string | undefined;
11424
+ activeClass?: string | undefined;
11419
11425
  } & {
11420
11426
  $children?: vue.VNodeChild | {
11421
11427
  default?: (() => vue.VNodeChild) | undefined;
@@ -11628,6 +11634,7 @@ declare const VBtn: {
11628
11634
  location?: Anchor | undefined;
11629
11635
  baseColor?: string | undefined;
11630
11636
  selectedClass?: string | undefined;
11637
+ activeColor?: string | undefined;
11631
11638
  prependIcon?: IconValue | undefined;
11632
11639
  appendIcon?: IconValue | undefined;
11633
11640
  } & {
@@ -11701,6 +11708,7 @@ declare const VBtn: {
11701
11708
  location?: Anchor | undefined;
11702
11709
  baseColor?: string | undefined;
11703
11710
  selectedClass?: string | undefined;
11711
+ activeColor?: string | undefined;
11704
11712
  prependIcon?: IconValue | undefined;
11705
11713
  appendIcon?: IconValue | undefined;
11706
11714
  } & {
@@ -11809,6 +11817,7 @@ declare const VBtn: {
11809
11817
  location?: Anchor | undefined;
11810
11818
  baseColor?: string | undefined;
11811
11819
  selectedClass?: string | undefined;
11820
+ activeColor?: string | undefined;
11812
11821
  prependIcon?: IconValue | undefined;
11813
11822
  appendIcon?: IconValue | undefined;
11814
11823
  } & {
@@ -11903,6 +11912,7 @@ declare const VBtn: {
11903
11912
  location?: Anchor | undefined;
11904
11913
  baseColor?: string | undefined;
11905
11914
  selectedClass?: string | undefined;
11915
+ activeColor?: string | undefined;
11906
11916
  prependIcon?: IconValue | undefined;
11907
11917
  appendIcon?: IconValue | undefined;
11908
11918
  } & {
@@ -12032,6 +12042,7 @@ declare const VBtn: {
12032
12042
  type: BooleanConstructor;
12033
12043
  default: undefined;
12034
12044
  };
12045
+ activeColor: StringConstructor;
12035
12046
  baseColor: StringConstructor;
12036
12047
  symbol: {
12037
12048
  type: null;
@@ -12117,6 +12128,7 @@ declare const VBtn: {
12117
12128
  type: BooleanConstructor;
12118
12129
  default: undefined;
12119
12130
  };
12131
+ activeColor: StringConstructor;
12120
12132
  baseColor: StringConstructor;
12121
12133
  symbol: {
12122
12134
  type: null;
@@ -18799,9 +18811,9 @@ declare const VCombobox: {
18799
18811
  elevation?: string | number | undefined;
18800
18812
  baseColor?: string | undefined;
18801
18813
  bgColor?: string | undefined;
18814
+ activeColor?: string | undefined;
18802
18815
  activeClass?: string | undefined;
18803
18816
  activeStrategy?: SelectStrategy | undefined;
18804
- activeColor?: string | undefined;
18805
18817
  collapseIcon?: string | undefined;
18806
18818
  expandIcon?: string | undefined;
18807
18819
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -18854,9 +18866,9 @@ declare const VCombobox: {
18854
18866
  elevation?: string | number | undefined;
18855
18867
  baseColor?: string | undefined;
18856
18868
  bgColor?: string | undefined;
18869
+ activeColor?: string | undefined;
18857
18870
  activeClass?: string | undefined;
18858
18871
  activeStrategy?: SelectStrategy | undefined;
18859
- activeColor?: string | undefined;
18860
18872
  collapseIcon?: string | undefined;
18861
18873
  expandIcon?: string | undefined;
18862
18874
  } & {
@@ -19379,9 +19391,9 @@ declare const VCombobox: {
19379
19391
  elevation?: string | number | undefined;
19380
19392
  baseColor?: string | undefined;
19381
19393
  bgColor?: string | undefined;
19394
+ activeColor?: string | undefined;
19382
19395
  activeClass?: string | undefined;
19383
19396
  activeStrategy?: SelectStrategy | undefined;
19384
- activeColor?: string | undefined;
19385
19397
  collapseIcon?: string | undefined;
19386
19398
  expandIcon?: string | undefined;
19387
19399
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -19434,9 +19446,9 @@ declare const VCombobox: {
19434
19446
  elevation?: string | number | undefined;
19435
19447
  baseColor?: string | undefined;
19436
19448
  bgColor?: string | undefined;
19449
+ activeColor?: string | undefined;
19437
19450
  activeClass?: string | undefined;
19438
19451
  activeStrategy?: SelectStrategy | undefined;
19439
- activeColor?: string | undefined;
19440
19452
  collapseIcon?: string | undefined;
19441
19453
  expandIcon?: string | undefined;
19442
19454
  } & {
@@ -20073,9 +20085,9 @@ declare const VCombobox: {
20073
20085
  elevation?: string | number | undefined;
20074
20086
  baseColor?: string | undefined;
20075
20087
  bgColor?: string | undefined;
20088
+ activeColor?: string | undefined;
20076
20089
  activeClass?: string | undefined;
20077
20090
  activeStrategy?: SelectStrategy | undefined;
20078
- activeColor?: string | undefined;
20079
20091
  collapseIcon?: string | undefined;
20080
20092
  expandIcon?: string | undefined;
20081
20093
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -20128,9 +20140,9 @@ declare const VCombobox: {
20128
20140
  elevation?: string | number | undefined;
20129
20141
  baseColor?: string | undefined;
20130
20142
  bgColor?: string | undefined;
20143
+ activeColor?: string | undefined;
20131
20144
  activeClass?: string | undefined;
20132
20145
  activeStrategy?: SelectStrategy | undefined;
20133
- activeColor?: string | undefined;
20134
20146
  collapseIcon?: string | undefined;
20135
20147
  expandIcon?: string | undefined;
20136
20148
  } & {
@@ -20702,9 +20714,9 @@ declare const VCombobox: {
20702
20714
  elevation?: string | number | undefined;
20703
20715
  baseColor?: string | undefined;
20704
20716
  bgColor?: string | undefined;
20717
+ activeColor?: string | undefined;
20705
20718
  activeClass?: string | undefined;
20706
20719
  activeStrategy?: SelectStrategy | undefined;
20707
- activeColor?: string | undefined;
20708
20720
  collapseIcon?: string | undefined;
20709
20721
  expandIcon?: string | undefined;
20710
20722
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -20757,9 +20769,9 @@ declare const VCombobox: {
20757
20769
  elevation?: string | number | undefined;
20758
20770
  baseColor?: string | undefined;
20759
20771
  bgColor?: string | undefined;
20772
+ activeColor?: string | undefined;
20760
20773
  activeClass?: string | undefined;
20761
20774
  activeStrategy?: SelectStrategy | undefined;
20762
- activeColor?: string | undefined;
20763
20775
  collapseIcon?: string | undefined;
20764
20776
  expandIcon?: string | undefined;
20765
20777
  } & {
@@ -21538,9 +21550,9 @@ declare const VCombobox: {
21538
21550
  elevation?: string | number | undefined;
21539
21551
  baseColor?: string | undefined;
21540
21552
  bgColor?: string | undefined;
21553
+ activeColor?: string | undefined;
21541
21554
  activeClass?: string | undefined;
21542
21555
  activeStrategy?: SelectStrategy | undefined;
21543
- activeColor?: string | undefined;
21544
21556
  collapseIcon?: string | undefined;
21545
21557
  expandIcon?: string | undefined;
21546
21558
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -21593,9 +21605,9 @@ declare const VCombobox: {
21593
21605
  elevation?: string | number | undefined;
21594
21606
  baseColor?: string | undefined;
21595
21607
  bgColor?: string | undefined;
21608
+ activeColor?: string | undefined;
21596
21609
  activeClass?: string | undefined;
21597
21610
  activeStrategy?: SelectStrategy | undefined;
21598
- activeColor?: string | undefined;
21599
21611
  collapseIcon?: string | undefined;
21600
21612
  expandIcon?: string | undefined;
21601
21613
  } & {
@@ -22231,9 +22243,9 @@ declare const VCombobox: {
22231
22243
  elevation?: string | number | undefined;
22232
22244
  baseColor?: string | undefined;
22233
22245
  bgColor?: string | undefined;
22246
+ activeColor?: string | undefined;
22234
22247
  activeClass?: string | undefined;
22235
22248
  activeStrategy?: SelectStrategy | undefined;
22236
- activeColor?: string | undefined;
22237
22249
  collapseIcon?: string | undefined;
22238
22250
  expandIcon?: string | undefined;
22239
22251
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -22286,9 +22298,9 @@ declare const VCombobox: {
22286
22298
  elevation?: string | number | undefined;
22287
22299
  baseColor?: string | undefined;
22288
22300
  bgColor?: string | undefined;
22301
+ activeColor?: string | undefined;
22289
22302
  activeClass?: string | undefined;
22290
22303
  activeStrategy?: SelectStrategy | undefined;
22291
- activeColor?: string | undefined;
22292
22304
  collapseIcon?: string | undefined;
22293
22305
  expandIcon?: string | undefined;
22294
22306
  } & {
@@ -33618,6 +33630,7 @@ declare const VFab: {
33618
33630
  elevation?: string | number | undefined;
33619
33631
  baseColor?: string | undefined;
33620
33632
  selectedClass?: string | undefined;
33633
+ activeColor?: string | undefined;
33621
33634
  prependIcon?: IconValue | undefined;
33622
33635
  appendIcon?: IconValue | undefined;
33623
33636
  } & {
@@ -33688,6 +33701,7 @@ declare const VFab: {
33688
33701
  elevation?: string | number | undefined;
33689
33702
  baseColor?: string | undefined;
33690
33703
  selectedClass?: string | undefined;
33704
+ activeColor?: string | undefined;
33691
33705
  prependIcon?: IconValue | undefined;
33692
33706
  appendIcon?: IconValue | undefined;
33693
33707
  } & {
@@ -33800,6 +33814,7 @@ declare const VFab: {
33800
33814
  elevation?: string | number | undefined;
33801
33815
  baseColor?: string | undefined;
33802
33816
  selectedClass?: string | undefined;
33817
+ activeColor?: string | undefined;
33803
33818
  prependIcon?: IconValue | undefined;
33804
33819
  appendIcon?: IconValue | undefined;
33805
33820
  } & {
@@ -33905,6 +33920,7 @@ declare const VFab: {
33905
33920
  elevation?: string | number | undefined;
33906
33921
  baseColor?: string | undefined;
33907
33922
  selectedClass?: string | undefined;
33923
+ activeColor?: string | undefined;
33908
33924
  prependIcon?: IconValue | undefined;
33909
33925
  appendIcon?: IconValue | undefined;
33910
33926
  } & {
@@ -34056,6 +34072,7 @@ declare const VFab: {
34056
34072
  };
34057
34073
  baseColor: StringConstructor;
34058
34074
  selectedClass: StringConstructor;
34075
+ activeColor: StringConstructor;
34059
34076
  prependIcon: PropType<IconValue>;
34060
34077
  appendIcon: PropType<IconValue>;
34061
34078
  slim: BooleanConstructor;
@@ -34178,6 +34195,7 @@ declare const VFab: {
34178
34195
  };
34179
34196
  baseColor: StringConstructor;
34180
34197
  selectedClass: StringConstructor;
34198
+ activeColor: StringConstructor;
34181
34199
  prependIcon: PropType<IconValue>;
34182
34200
  appendIcon: PropType<IconValue>;
34183
34201
  slim: BooleanConstructor;
@@ -39800,9 +39818,9 @@ declare const VList: {
39800
39818
  elevation?: string | number | undefined;
39801
39819
  baseColor?: string | undefined;
39802
39820
  bgColor?: string | undefined;
39821
+ activeColor?: string | undefined;
39803
39822
  activeClass?: string | undefined;
39804
39823
  activeStrategy?: SelectStrategy | undefined;
39805
- activeColor?: string | undefined;
39806
39824
  collapseIcon?: string | undefined;
39807
39825
  expandIcon?: string | undefined;
39808
39826
  } & {
@@ -39881,9 +39899,9 @@ declare const VList: {
39881
39899
  elevation?: string | number | undefined;
39882
39900
  baseColor?: string | undefined;
39883
39901
  bgColor?: string | undefined;
39902
+ activeColor?: string | undefined;
39884
39903
  activeClass?: string | undefined;
39885
39904
  activeStrategy?: SelectStrategy | undefined;
39886
- activeColor?: string | undefined;
39887
39905
  collapseIcon?: string | undefined;
39888
39906
  expandIcon?: string | undefined;
39889
39907
  } & {
@@ -40033,9 +40051,9 @@ declare const VList: {
40033
40051
  elevation?: string | number | undefined;
40034
40052
  baseColor?: string | undefined;
40035
40053
  bgColor?: string | undefined;
40054
+ activeColor?: string | undefined;
40036
40055
  activeClass?: string | undefined;
40037
40056
  activeStrategy?: SelectStrategy | undefined;
40038
- activeColor?: string | undefined;
40039
40057
  collapseIcon?: string | undefined;
40040
40058
  expandIcon?: string | undefined;
40041
40059
  } & {
@@ -40118,9 +40136,9 @@ declare const VList: {
40118
40136
  elevation?: string | number | undefined;
40119
40137
  baseColor?: string | undefined;
40120
40138
  bgColor?: string | undefined;
40139
+ activeColor?: string | undefined;
40121
40140
  activeClass?: string | undefined;
40122
40141
  activeStrategy?: SelectStrategy | undefined;
40123
- activeColor?: string | undefined;
40124
40142
  collapseIcon?: string | undefined;
40125
40143
  expandIcon?: string | undefined;
40126
40144
  } & {
@@ -40487,9 +40505,9 @@ declare const VListGroup: {
40487
40505
  value?: any;
40488
40506
  color?: string | undefined;
40489
40507
  baseColor?: string | undefined;
40508
+ activeColor?: string | undefined;
40490
40509
  prependIcon?: IconValue | undefined;
40491
40510
  appendIcon?: IconValue | undefined;
40492
- activeColor?: string | undefined;
40493
40511
  } & {
40494
40512
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40495
40513
  default?: (() => vue.VNodeChild) | undefined;
@@ -40526,9 +40544,9 @@ declare const VListGroup: {
40526
40544
  value?: any;
40527
40545
  color?: string | undefined;
40528
40546
  baseColor?: string | undefined;
40547
+ activeColor?: string | undefined;
40529
40548
  prependIcon?: IconValue | undefined;
40530
40549
  appendIcon?: IconValue | undefined;
40531
- activeColor?: string | undefined;
40532
40550
  } & {
40533
40551
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40534
40552
  default?: (() => vue.VNodeChild) | undefined;
@@ -40587,9 +40605,9 @@ declare const VListGroup: {
40587
40605
  value?: any;
40588
40606
  color?: string | undefined;
40589
40607
  baseColor?: string | undefined;
40608
+ activeColor?: string | undefined;
40590
40609
  prependIcon?: IconValue | undefined;
40591
40610
  appendIcon?: IconValue | undefined;
40592
- activeColor?: string | undefined;
40593
40611
  } & {
40594
40612
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40595
40613
  default?: (() => vue.VNodeChild) | undefined;
@@ -40637,9 +40655,9 @@ declare const VListGroup: {
40637
40655
  value?: any;
40638
40656
  color?: string | undefined;
40639
40657
  baseColor?: string | undefined;
40658
+ activeColor?: string | undefined;
40640
40659
  prependIcon?: IconValue | undefined;
40641
40660
  appendIcon?: IconValue | undefined;
40642
- activeColor?: string | undefined;
40643
40661
  } & {
40644
40662
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40645
40663
  default?: (() => vue.VNodeChild) | undefined;
@@ -49254,9 +49272,9 @@ declare const VSelect: {
49254
49272
  elevation?: string | number | undefined;
49255
49273
  baseColor?: string | undefined;
49256
49274
  bgColor?: string | undefined;
49275
+ activeColor?: string | undefined;
49257
49276
  activeClass?: string | undefined;
49258
49277
  activeStrategy?: SelectStrategy | undefined;
49259
- activeColor?: string | undefined;
49260
49278
  collapseIcon?: string | undefined;
49261
49279
  expandIcon?: string | undefined;
49262
49280
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -49309,9 +49327,9 @@ declare const VSelect: {
49309
49327
  elevation?: string | number | undefined;
49310
49328
  baseColor?: string | undefined;
49311
49329
  bgColor?: string | undefined;
49330
+ activeColor?: string | undefined;
49312
49331
  activeClass?: string | undefined;
49313
49332
  activeStrategy?: SelectStrategy | undefined;
49314
- activeColor?: string | undefined;
49315
49333
  collapseIcon?: string | undefined;
49316
49334
  expandIcon?: string | undefined;
49317
49335
  } & {
@@ -49826,9 +49844,9 @@ declare const VSelect: {
49826
49844
  elevation?: string | number | undefined;
49827
49845
  baseColor?: string | undefined;
49828
49846
  bgColor?: string | undefined;
49847
+ activeColor?: string | undefined;
49829
49848
  activeClass?: string | undefined;
49830
49849
  activeStrategy?: SelectStrategy | undefined;
49831
- activeColor?: string | undefined;
49832
49850
  collapseIcon?: string | undefined;
49833
49851
  expandIcon?: string | undefined;
49834
49852
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -49881,9 +49899,9 @@ declare const VSelect: {
49881
49899
  elevation?: string | number | undefined;
49882
49900
  baseColor?: string | undefined;
49883
49901
  bgColor?: string | undefined;
49902
+ activeColor?: string | undefined;
49884
49903
  activeClass?: string | undefined;
49885
49904
  activeStrategy?: SelectStrategy | undefined;
49886
- activeColor?: string | undefined;
49887
49905
  collapseIcon?: string | undefined;
49888
49906
  expandIcon?: string | undefined;
49889
49907
  } & {
@@ -50511,9 +50529,9 @@ declare const VSelect: {
50511
50529
  elevation?: string | number | undefined;
50512
50530
  baseColor?: string | undefined;
50513
50531
  bgColor?: string | undefined;
50532
+ activeColor?: string | undefined;
50514
50533
  activeClass?: string | undefined;
50515
50534
  activeStrategy?: SelectStrategy | undefined;
50516
- activeColor?: string | undefined;
50517
50535
  collapseIcon?: string | undefined;
50518
50536
  expandIcon?: string | undefined;
50519
50537
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -50566,9 +50584,9 @@ declare const VSelect: {
50566
50584
  elevation?: string | number | undefined;
50567
50585
  baseColor?: string | undefined;
50568
50586
  bgColor?: string | undefined;
50587
+ activeColor?: string | undefined;
50569
50588
  activeClass?: string | undefined;
50570
50589
  activeStrategy?: SelectStrategy | undefined;
50571
- activeColor?: string | undefined;
50572
50590
  collapseIcon?: string | undefined;
50573
50591
  expandIcon?: string | undefined;
50574
50592
  } & {
@@ -51131,9 +51149,9 @@ declare const VSelect: {
51131
51149
  elevation?: string | number | undefined;
51132
51150
  baseColor?: string | undefined;
51133
51151
  bgColor?: string | undefined;
51152
+ activeColor?: string | undefined;
51134
51153
  activeClass?: string | undefined;
51135
51154
  activeStrategy?: SelectStrategy | undefined;
51136
- activeColor?: string | undefined;
51137
51155
  collapseIcon?: string | undefined;
51138
51156
  expandIcon?: string | undefined;
51139
51157
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -51186,9 +51204,9 @@ declare const VSelect: {
51186
51204
  elevation?: string | number | undefined;
51187
51205
  baseColor?: string | undefined;
51188
51206
  bgColor?: string | undefined;
51207
+ activeColor?: string | undefined;
51189
51208
  activeClass?: string | undefined;
51190
51209
  activeStrategy?: SelectStrategy | undefined;
51191
- activeColor?: string | undefined;
51192
51210
  collapseIcon?: string | undefined;
51193
51211
  expandIcon?: string | undefined;
51194
51212
  } & {
@@ -51960,9 +51978,9 @@ declare const VSelect: {
51960
51978
  elevation?: string | number | undefined;
51961
51979
  baseColor?: string | undefined;
51962
51980
  bgColor?: string | undefined;
51981
+ activeColor?: string | undefined;
51963
51982
  activeClass?: string | undefined;
51964
51983
  activeStrategy?: SelectStrategy | undefined;
51965
- activeColor?: string | undefined;
51966
51984
  collapseIcon?: string | undefined;
51967
51985
  expandIcon?: string | undefined;
51968
51986
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52015,9 +52033,9 @@ declare const VSelect: {
52015
52033
  elevation?: string | number | undefined;
52016
52034
  baseColor?: string | undefined;
52017
52035
  bgColor?: string | undefined;
52036
+ activeColor?: string | undefined;
52018
52037
  activeClass?: string | undefined;
52019
52038
  activeStrategy?: SelectStrategy | undefined;
52020
- activeColor?: string | undefined;
52021
52039
  collapseIcon?: string | undefined;
52022
52040
  expandIcon?: string | undefined;
52023
52041
  } & {
@@ -52632,9 +52650,9 @@ declare const VSelect: {
52632
52650
  elevation?: string | number | undefined;
52633
52651
  baseColor?: string | undefined;
52634
52652
  bgColor?: string | undefined;
52653
+ activeColor?: string | undefined;
52635
52654
  activeClass?: string | undefined;
52636
52655
  activeStrategy?: SelectStrategy | undefined;
52637
- activeColor?: string | undefined;
52638
52656
  collapseIcon?: string | undefined;
52639
52657
  expandIcon?: string | undefined;
52640
52658
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52687,9 +52705,9 @@ declare const VSelect: {
52687
52705
  elevation?: string | number | undefined;
52688
52706
  baseColor?: string | undefined;
52689
52707
  bgColor?: string | undefined;
52708
+ activeColor?: string | undefined;
52690
52709
  activeClass?: string | undefined;
52691
52710
  activeStrategy?: SelectStrategy | undefined;
52692
- activeColor?: string | undefined;
52693
52711
  collapseIcon?: string | undefined;
52694
52712
  expandIcon?: string | undefined;
52695
52713
  } & {
@@ -60555,6 +60573,7 @@ declare const VTab: {
60555
60573
  minWidth?: string | number | undefined;
60556
60574
  elevation?: string | number | undefined;
60557
60575
  baseColor?: string | undefined;
60576
+ activeColor?: string | undefined;
60558
60577
  prependIcon?: IconValue | undefined;
60559
60578
  appendIcon?: IconValue | undefined;
60560
60579
  sliderColor?: string | undefined;
@@ -60642,6 +60661,7 @@ declare const VTab: {
60642
60661
  location?: Anchor | undefined;
60643
60662
  baseColor?: string | undefined;
60644
60663
  selectedClass?: string | undefined;
60664
+ activeColor?: string | undefined;
60645
60665
  prependIcon?: IconValue | undefined;
60646
60666
  appendIcon?: IconValue | undefined;
60647
60667
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -60706,6 +60726,7 @@ declare const VTab: {
60706
60726
  location?: Anchor | undefined;
60707
60727
  baseColor?: string | undefined;
60708
60728
  selectedClass?: string | undefined;
60729
+ activeColor?: string | undefined;
60709
60730
  prependIcon?: IconValue | undefined;
60710
60731
  appendIcon?: IconValue | undefined;
60711
60732
  } & {
@@ -60800,6 +60821,7 @@ declare const VTab: {
60800
60821
  location?: Anchor | undefined;
60801
60822
  baseColor?: string | undefined;
60802
60823
  selectedClass?: string | undefined;
60824
+ activeColor?: string | undefined;
60803
60825
  prependIcon?: IconValue | undefined;
60804
60826
  appendIcon?: IconValue | undefined;
60805
60827
  } & {
@@ -60927,6 +60949,7 @@ declare const VTab: {
60927
60949
  location?: Anchor | undefined;
60928
60950
  baseColor?: string | undefined;
60929
60951
  selectedClass?: string | undefined;
60952
+ activeColor?: string | undefined;
60930
60953
  prependIcon?: IconValue | undefined;
60931
60954
  appendIcon?: IconValue | undefined;
60932
60955
  } & {
@@ -60953,7 +60976,7 @@ declare const VTab: {
60953
60976
  }) => any) | undefined;
60954
60977
  }, "group"> & vue.ShallowUnwrapRef<{
60955
60978
  group: GroupItemProvide | null;
60956
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
60979
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
60957
60980
  replace: boolean;
60958
60981
  fixed: boolean;
60959
60982
  style: vue.StyleValue;
@@ -60993,6 +61016,7 @@ declare const VTab: {
60993
61016
  minWidth?: string | number | undefined;
60994
61017
  elevation?: string | number | undefined;
60995
61018
  baseColor?: string | undefined;
61019
+ activeColor?: string | undefined;
60996
61020
  prependIcon?: IconValue | undefined;
60997
61021
  appendIcon?: IconValue | undefined;
60998
61022
  sliderColor?: string | undefined;
@@ -61095,6 +61119,7 @@ declare const VTab: {
61095
61119
  minWidth?: string | number | undefined;
61096
61120
  elevation?: string | number | undefined;
61097
61121
  baseColor?: string | undefined;
61122
+ activeColor?: string | undefined;
61098
61123
  prependIcon?: IconValue | undefined;
61099
61124
  appendIcon?: IconValue | undefined;
61100
61125
  sliderColor?: string | undefined;
@@ -61182,6 +61207,7 @@ declare const VTab: {
61182
61207
  location?: Anchor | undefined;
61183
61208
  baseColor?: string | undefined;
61184
61209
  selectedClass?: string | undefined;
61210
+ activeColor?: string | undefined;
61185
61211
  prependIcon?: IconValue | undefined;
61186
61212
  appendIcon?: IconValue | undefined;
61187
61213
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61246,6 +61272,7 @@ declare const VTab: {
61246
61272
  location?: Anchor | undefined;
61247
61273
  baseColor?: string | undefined;
61248
61274
  selectedClass?: string | undefined;
61275
+ activeColor?: string | undefined;
61249
61276
  prependIcon?: IconValue | undefined;
61250
61277
  appendIcon?: IconValue | undefined;
61251
61278
  } & {
@@ -61340,6 +61367,7 @@ declare const VTab: {
61340
61367
  location?: Anchor | undefined;
61341
61368
  baseColor?: string | undefined;
61342
61369
  selectedClass?: string | undefined;
61370
+ activeColor?: string | undefined;
61343
61371
  prependIcon?: IconValue | undefined;
61344
61372
  appendIcon?: IconValue | undefined;
61345
61373
  } & {
@@ -61467,6 +61495,7 @@ declare const VTab: {
61467
61495
  location?: Anchor | undefined;
61468
61496
  baseColor?: string | undefined;
61469
61497
  selectedClass?: string | undefined;
61498
+ activeColor?: string | undefined;
61470
61499
  prependIcon?: IconValue | undefined;
61471
61500
  appendIcon?: IconValue | undefined;
61472
61501
  } & {
@@ -61493,7 +61522,7 @@ declare const VTab: {
61493
61522
  }) => any) | undefined;
61494
61523
  }, "group"> & vue.ShallowUnwrapRef<{
61495
61524
  group: GroupItemProvide | null;
61496
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
61525
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
61497
61526
  replace: boolean;
61498
61527
  fixed: boolean;
61499
61528
  style: vue.StyleValue;
@@ -61558,6 +61587,7 @@ declare const VTab: {
61558
61587
  minWidth?: string | number | undefined;
61559
61588
  elevation?: string | number | undefined;
61560
61589
  baseColor?: string | undefined;
61590
+ activeColor?: string | undefined;
61561
61591
  prependIcon?: IconValue | undefined;
61562
61592
  appendIcon?: IconValue | undefined;
61563
61593
  sliderColor?: string | undefined;
@@ -61645,6 +61675,7 @@ declare const VTab: {
61645
61675
  location?: Anchor | undefined;
61646
61676
  baseColor?: string | undefined;
61647
61677
  selectedClass?: string | undefined;
61678
+ activeColor?: string | undefined;
61648
61679
  prependIcon?: IconValue | undefined;
61649
61680
  appendIcon?: IconValue | undefined;
61650
61681
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61709,6 +61740,7 @@ declare const VTab: {
61709
61740
  location?: Anchor | undefined;
61710
61741
  baseColor?: string | undefined;
61711
61742
  selectedClass?: string | undefined;
61743
+ activeColor?: string | undefined;
61712
61744
  prependIcon?: IconValue | undefined;
61713
61745
  appendIcon?: IconValue | undefined;
61714
61746
  } & {
@@ -61803,6 +61835,7 @@ declare const VTab: {
61803
61835
  location?: Anchor | undefined;
61804
61836
  baseColor?: string | undefined;
61805
61837
  selectedClass?: string | undefined;
61838
+ activeColor?: string | undefined;
61806
61839
  prependIcon?: IconValue | undefined;
61807
61840
  appendIcon?: IconValue | undefined;
61808
61841
  } & {
@@ -61930,6 +61963,7 @@ declare const VTab: {
61930
61963
  location?: Anchor | undefined;
61931
61964
  baseColor?: string | undefined;
61932
61965
  selectedClass?: string | undefined;
61966
+ activeColor?: string | undefined;
61933
61967
  prependIcon?: IconValue | undefined;
61934
61968
  appendIcon?: IconValue | undefined;
61935
61969
  } & {
@@ -61956,7 +61990,7 @@ declare const VTab: {
61956
61990
  }) => any) | undefined;
61957
61991
  }, "group"> & vue.ShallowUnwrapRef<{
61958
61992
  group: GroupItemProvide | null;
61959
- }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
61993
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "text" | "value" | "width" | "height" | "theme" | "key" | "href" | "color" | "v-slot:default" | "$children" | "v-slots" | "loading" | "icon" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "to" | "border" | "position" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "elevation" | "v-slot:prepend" | "v-slot:append" | "location" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "flat" | "replace" | "style" | "size" | "active" | "disabled" | "tag" | "readonly" | "rounded" | "variant" | "block" | "exact" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
61960
61994
  replace: boolean;
61961
61995
  fixed: boolean;
61962
61996
  style: vue.StyleValue;
@@ -62056,6 +62090,7 @@ declare const VTab: {
62056
62090
  type: PropType<string>;
62057
62091
  default: string;
62058
62092
  };
62093
+ activeColor: StringConstructor;
62059
62094
  prependIcon: PropType<IconValue>;
62060
62095
  appendIcon: PropType<IconValue>;
62061
62096
  slim: BooleanConstructor;
@@ -62139,6 +62174,7 @@ declare const VTab: {
62139
62174
  type: PropType<string>;
62140
62175
  default: string;
62141
62176
  };
62177
+ activeColor: StringConstructor;
62142
62178
  prependIcon: PropType<IconValue>;
62143
62179
  appendIcon: PropType<IconValue>;
62144
62180
  slim: BooleanConstructor;
@@ -73372,22 +73408,23 @@ declare module '@vue/runtime-core' {
73372
73408
 
73373
73409
  export interface GlobalComponents {
73374
73410
  VApp: typeof import('vuetify/components')['VApp']
73375
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73376
73411
  VAppBar: typeof import('vuetify/components')['VAppBar']
73377
73412
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
73378
73413
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
73414
+ VAvatar: typeof import('vuetify/components')['VAvatar']
73379
73415
  VAlert: typeof import('vuetify/components')['VAlert']
73380
73416
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73417
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73381
73418
  VBadge: typeof import('vuetify/components')['VBadge']
73382
- VAvatar: typeof import('vuetify/components')['VAvatar']
73419
+ VBanner: typeof import('vuetify/components')['VBanner']
73420
+ VBannerActions: typeof import('vuetify/components')['VBannerActions']
73421
+ VBannerText: typeof import('vuetify/components')['VBannerText']
73422
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73383
73423
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73384
73424
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73385
73425
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73386
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73387
73426
  VBtn: typeof import('vuetify/components')['VBtn']
73388
- VBanner: typeof import('vuetify/components')['VBanner']
73389
- VBannerActions: typeof import('vuetify/components')['VBannerActions']
73390
- VBannerText: typeof import('vuetify/components')['VBannerText']
73427
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73391
73428
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73392
73429
  VCard: typeof import('vuetify/components')['VCard']
73393
73430
  VCardActions: typeof import('vuetify/components')['VCardActions']
@@ -73395,24 +73432,17 @@ declare module '@vue/runtime-core' {
73395
73432
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73396
73433
  VCardText: typeof import('vuetify/components')['VCardText']
73397
73434
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73398
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73399
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73400
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
73401
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73402
73435
  VCarousel: typeof import('vuetify/components')['VCarousel']
73403
73436
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73437
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73404
73438
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
73405
- VCode: typeof import('vuetify/components')['VCode']
73406
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
73439
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
73440
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73407
73441
  VChip: typeof import('vuetify/components')['VChip']
73442
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
73443
+ VCode: typeof import('vuetify/components')['VCode']
73408
73444
  VCombobox: typeof import('vuetify/components')['VCombobox']
73409
73445
  VCounter: typeof import('vuetify/components')['VCounter']
73410
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
73411
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
73412
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
73413
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
73414
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73415
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73416
73446
  VDataTable: typeof import('vuetify/components')['VDataTable']
73417
73447
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73418
73448
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -73420,31 +73450,36 @@ declare module '@vue/runtime-core' {
73420
73450
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73421
73451
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73422
73452
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73453
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
73454
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
73455
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
73456
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
73457
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73458
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73459
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
73460
+ VDialog: typeof import('vuetify/components')['VDialog']
73461
+ VDivider: typeof import('vuetify/components')['VDivider']
73462
+ VField: typeof import('vuetify/components')['VField']
73463
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73423
73464
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73424
73465
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73425
73466
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
73426
73467
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
73427
- VDivider: typeof import('vuetify/components')['VDivider']
73428
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
73429
- VDialog: typeof import('vuetify/components')['VDialog']
73468
+ VFooter: typeof import('vuetify/components')['VFooter']
73430
73469
  VFab: typeof import('vuetify/components')['VFab']
73431
- VField: typeof import('vuetify/components')['VField']
73432
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73433
73470
  VFileInput: typeof import('vuetify/components')['VFileInput']
73434
- VFooter: typeof import('vuetify/components')['VFooter']
73435
73471
  VIcon: typeof import('vuetify/components')['VIcon']
73436
73472
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
73437
73473
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73438
73474
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73439
73475
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73440
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73441
- VInput: typeof import('vuetify/components')['VInput']
73476
+ VImg: typeof import('vuetify/components')['VImg']
73442
73477
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
73443
73478
  VItem: typeof import('vuetify/components')['VItem']
73444
- VImg: typeof import('vuetify/components')['VImg']
73445
- VKbd: typeof import('vuetify/components')['VKbd']
73479
+ VInput: typeof import('vuetify/components')['VInput']
73446
73480
  VLabel: typeof import('vuetify/components')['VLabel']
73447
- VMain: typeof import('vuetify/components')['VMain']
73481
+ VKbd: typeof import('vuetify/components')['VKbd']
73482
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73448
73483
  VList: typeof import('vuetify/components')['VList']
73449
73484
  VListGroup: typeof import('vuetify/components')['VListGroup']
73450
73485
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73455,24 +73490,24 @@ declare module '@vue/runtime-core' {
73455
73490
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73456
73491
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73457
73492
  VMenu: typeof import('vuetify/components')['VMenu']
73458
- VMessages: typeof import('vuetify/components')['VMessages']
73493
+ VMain: typeof import('vuetify/components')['VMain']
73459
73494
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
73495
+ VMessages: typeof import('vuetify/components')['VMessages']
73496
+ VPagination: typeof import('vuetify/components')['VPagination']
73460
73497
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73461
73498
  VOverlay: typeof import('vuetify/components')['VOverlay']
73462
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73463
- VPagination: typeof import('vuetify/components')['VPagination']
73464
73499
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73465
- VRating: typeof import('vuetify/components')['VRating']
73500
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73466
73501
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73467
73502
  VSelect: typeof import('vuetify/components')['VSelect']
73468
- VSheet: typeof import('vuetify/components')['VSheet']
73503
+ VRating: typeof import('vuetify/components')['VRating']
73469
73504
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73505
+ VSheet: typeof import('vuetify/components')['VSheet']
73506
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73507
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73470
73508
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73471
73509
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73472
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73473
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
73474
73510
  VSlider: typeof import('vuetify/components')['VSlider']
73475
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73476
73511
  VStepper: typeof import('vuetify/components')['VStepper']
73477
73512
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
73478
73513
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -73480,20 +73515,21 @@ declare module '@vue/runtime-core' {
73480
73515
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73481
73516
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73482
73517
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
73518
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
73519
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73520
+ VSwitch: typeof import('vuetify/components')['VSwitch']
73483
73521
  VTab: typeof import('vuetify/components')['VTab']
73484
73522
  VTabs: typeof import('vuetify/components')['VTabs']
73485
73523
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73486
73524
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73487
- VSwitch: typeof import('vuetify/components')['VSwitch']
73488
- VTable: typeof import('vuetify/components')['VTable']
73489
73525
  VTextField: typeof import('vuetify/components')['VTextField']
73526
+ VTable: typeof import('vuetify/components')['VTable']
73490
73527
  VTimeline: typeof import('vuetify/components')['VTimeline']
73491
73528
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73492
- VTextarea: typeof import('vuetify/components')['VTextarea']
73493
- VTooltip: typeof import('vuetify/components')['VTooltip']
73494
73529
  VToolbar: typeof import('vuetify/components')['VToolbar']
73495
73530
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73496
73531
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73532
+ VTooltip: typeof import('vuetify/components')['VTooltip']
73497
73533
  VWindow: typeof import('vuetify/components')['VWindow']
73498
73534
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73499
73535
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
@@ -73505,14 +73541,14 @@ declare module '@vue/runtime-core' {
73505
73541
  VRow: typeof import('vuetify/components')['VRow']
73506
73542
  VSpacer: typeof import('vuetify/components')['VSpacer']
73507
73543
  VHover: typeof import('vuetify/components')['VHover']
73508
- VLazy: typeof import('vuetify/components')['VLazy']
73509
73544
  VLayout: typeof import('vuetify/components')['VLayout']
73510
73545
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73511
73546
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73547
+ VLazy: typeof import('vuetify/components')['VLazy']
73512
73548
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
73513
73549
  VParallax: typeof import('vuetify/components')['VParallax']
73514
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73515
73550
  VRadio: typeof import('vuetify/components')['VRadio']
73551
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73516
73552
  VResponsive: typeof import('vuetify/components')['VResponsive']
73517
73553
  VSparkline: typeof import('vuetify/components')['VSparkline']
73518
73554
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
@@ -73535,23 +73571,23 @@ declare module '@vue/runtime-core' {
73535
73571
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73536
73572
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73537
73573
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73538
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73539
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73540
73574
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73541
73575
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73542
73576
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
73543
73577
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
73544
73578
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73545
73579
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73580
+ VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73581
+ VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73582
+ VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73546
73583
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73584
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73585
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73547
73586
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73548
73587
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73549
73588
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73550
- VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73551
- VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73552
- VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73589
+ VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73553
73590
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73554
73591
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73555
- VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73556
73592
  }
73557
73593
  }