@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
@@ -1844,6 +1844,7 @@ declare const VAppBarNavIcon: {
1844
1844
  location?: Anchor | undefined;
1845
1845
  baseColor?: string | undefined;
1846
1846
  selectedClass?: string | undefined;
1847
+ activeColor?: string | undefined;
1847
1848
  prependIcon?: IconValue | undefined;
1848
1849
  appendIcon?: IconValue | undefined;
1849
1850
  } & {
@@ -1907,6 +1908,7 @@ declare const VAppBarNavIcon: {
1907
1908
  location?: Anchor | undefined;
1908
1909
  baseColor?: string | undefined;
1909
1910
  selectedClass?: string | undefined;
1911
+ activeColor?: string | undefined;
1910
1912
  prependIcon?: IconValue | undefined;
1911
1913
  appendIcon?: IconValue | undefined;
1912
1914
  } & {
@@ -2012,6 +2014,7 @@ declare const VAppBarNavIcon: {
2012
2014
  location?: Anchor | undefined;
2013
2015
  baseColor?: string | undefined;
2014
2016
  selectedClass?: string | undefined;
2017
+ activeColor?: string | undefined;
2015
2018
  prependIcon?: IconValue | undefined;
2016
2019
  appendIcon?: IconValue | undefined;
2017
2020
  } & {
@@ -2101,6 +2104,7 @@ declare const VAppBarNavIcon: {
2101
2104
  location?: Anchor | undefined;
2102
2105
  baseColor?: string | undefined;
2103
2106
  selectedClass?: string | undefined;
2107
+ activeColor?: string | undefined;
2104
2108
  prependIcon?: IconValue | undefined;
2105
2109
  appendIcon?: IconValue | undefined;
2106
2110
  } & {
@@ -2224,6 +2228,7 @@ declare const VAppBarNavIcon: {
2224
2228
  type: BooleanConstructor;
2225
2229
  default: undefined;
2226
2230
  };
2231
+ activeColor: StringConstructor;
2227
2232
  baseColor: StringConstructor;
2228
2233
  symbol: {
2229
2234
  type: null;
@@ -2315,6 +2320,7 @@ declare const VAppBarNavIcon: {
2315
2320
  type: BooleanConstructor;
2316
2321
  default: undefined;
2317
2322
  };
2323
+ activeColor: StringConstructor;
2318
2324
  baseColor: StringConstructor;
2319
2325
  symbol: {
2320
2326
  type: null;
@@ -4240,12 +4246,12 @@ declare const VListItem: {
4240
4246
  minWidth?: string | number | undefined;
4241
4247
  elevation?: string | number | undefined;
4242
4248
  baseColor?: string | undefined;
4249
+ activeColor?: string | undefined;
4243
4250
  prependIcon?: IconValue | undefined;
4244
4251
  appendIcon?: IconValue | undefined;
4245
4252
  activeClass?: string | undefined;
4246
4253
  appendAvatar?: string | undefined;
4247
4254
  prependAvatar?: string | undefined;
4248
- activeColor?: string | undefined;
4249
4255
  subtitle?: string | number | undefined;
4250
4256
  lines?: "one" | "two" | "three" | undefined;
4251
4257
  } & {
@@ -4317,12 +4323,12 @@ declare const VListItem: {
4317
4323
  minWidth?: string | number | undefined;
4318
4324
  elevation?: string | number | undefined;
4319
4325
  baseColor?: string | undefined;
4326
+ activeColor?: string | undefined;
4320
4327
  prependIcon?: IconValue | undefined;
4321
4328
  appendIcon?: IconValue | undefined;
4322
4329
  activeClass?: string | undefined;
4323
4330
  appendAvatar?: string | undefined;
4324
4331
  prependAvatar?: string | undefined;
4325
- activeColor?: string | undefined;
4326
4332
  subtitle?: string | number | undefined;
4327
4333
  lines?: "one" | "two" | "three" | undefined;
4328
4334
  } & {
@@ -4424,12 +4430,12 @@ declare const VListItem: {
4424
4430
  minWidth?: string | number | undefined;
4425
4431
  elevation?: string | number | undefined;
4426
4432
  baseColor?: string | undefined;
4433
+ activeColor?: string | undefined;
4427
4434
  prependIcon?: IconValue | undefined;
4428
4435
  appendIcon?: IconValue | undefined;
4429
4436
  activeClass?: string | undefined;
4430
4437
  appendAvatar?: string | undefined;
4431
4438
  prependAvatar?: string | undefined;
4432
- activeColor?: string | undefined;
4433
4439
  subtitle?: string | number | undefined;
4434
4440
  lines?: "one" | "two" | "three" | undefined;
4435
4441
  } & {
@@ -4520,12 +4526,12 @@ declare const VListItem: {
4520
4526
  minWidth?: string | number | undefined;
4521
4527
  elevation?: string | number | undefined;
4522
4528
  baseColor?: string | undefined;
4529
+ activeColor?: string | undefined;
4523
4530
  prependIcon?: IconValue | undefined;
4524
4531
  appendIcon?: IconValue | undefined;
4525
4532
  activeClass?: string | undefined;
4526
4533
  appendAvatar?: string | undefined;
4527
4534
  prependAvatar?: string | undefined;
4528
- activeColor?: string | undefined;
4529
4535
  subtitle?: string | number | undefined;
4530
4536
  lines?: "one" | "two" | "three" | undefined;
4531
4537
  } & {
@@ -4932,9 +4938,9 @@ declare const VAutocomplete: {
4932
4938
  elevation?: string | number | undefined;
4933
4939
  baseColor?: string | undefined;
4934
4940
  bgColor?: string | undefined;
4941
+ activeColor?: string | undefined;
4935
4942
  activeClass?: string | undefined;
4936
4943
  activeStrategy?: SelectStrategy | undefined;
4937
- activeColor?: string | undefined;
4938
4944
  collapseIcon?: string | undefined;
4939
4945
  expandIcon?: string | undefined;
4940
4946
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -4987,9 +4993,9 @@ declare const VAutocomplete: {
4987
4993
  elevation?: string | number | undefined;
4988
4994
  baseColor?: string | undefined;
4989
4995
  bgColor?: string | undefined;
4996
+ activeColor?: string | undefined;
4990
4997
  activeClass?: string | undefined;
4991
4998
  activeStrategy?: SelectStrategy | undefined;
4992
- activeColor?: string | undefined;
4993
4999
  collapseIcon?: string | undefined;
4994
5000
  expandIcon?: string | undefined;
4995
5001
  } & {
@@ -5512,9 +5518,9 @@ declare const VAutocomplete: {
5512
5518
  elevation?: string | number | undefined;
5513
5519
  baseColor?: string | undefined;
5514
5520
  bgColor?: string | undefined;
5521
+ activeColor?: string | undefined;
5515
5522
  activeClass?: string | undefined;
5516
5523
  activeStrategy?: SelectStrategy | undefined;
5517
- activeColor?: string | undefined;
5518
5524
  collapseIcon?: string | undefined;
5519
5525
  expandIcon?: string | undefined;
5520
5526
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -5567,9 +5573,9 @@ declare const VAutocomplete: {
5567
5573
  elevation?: string | number | undefined;
5568
5574
  baseColor?: string | undefined;
5569
5575
  bgColor?: string | undefined;
5576
+ activeColor?: string | undefined;
5570
5577
  activeClass?: string | undefined;
5571
5578
  activeStrategy?: SelectStrategy | undefined;
5572
- activeColor?: string | undefined;
5573
5579
  collapseIcon?: string | undefined;
5574
5580
  expandIcon?: string | undefined;
5575
5581
  } & {
@@ -6206,9 +6212,9 @@ declare const VAutocomplete: {
6206
6212
  elevation?: string | number | undefined;
6207
6213
  baseColor?: string | undefined;
6208
6214
  bgColor?: string | undefined;
6215
+ activeColor?: string | undefined;
6209
6216
  activeClass?: string | undefined;
6210
6217
  activeStrategy?: SelectStrategy | undefined;
6211
- activeColor?: string | undefined;
6212
6218
  collapseIcon?: string | undefined;
6213
6219
  expandIcon?: string | undefined;
6214
6220
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -6261,9 +6267,9 @@ declare const VAutocomplete: {
6261
6267
  elevation?: string | number | undefined;
6262
6268
  baseColor?: string | undefined;
6263
6269
  bgColor?: string | undefined;
6270
+ activeColor?: string | undefined;
6264
6271
  activeClass?: string | undefined;
6265
6272
  activeStrategy?: SelectStrategy | undefined;
6266
- activeColor?: string | undefined;
6267
6273
  collapseIcon?: string | undefined;
6268
6274
  expandIcon?: string | undefined;
6269
6275
  } & {
@@ -6835,9 +6841,9 @@ declare const VAutocomplete: {
6835
6841
  elevation?: string | number | undefined;
6836
6842
  baseColor?: string | undefined;
6837
6843
  bgColor?: string | undefined;
6844
+ activeColor?: string | undefined;
6838
6845
  activeClass?: string | undefined;
6839
6846
  activeStrategy?: SelectStrategy | undefined;
6840
- activeColor?: string | undefined;
6841
6847
  collapseIcon?: string | undefined;
6842
6848
  expandIcon?: string | undefined;
6843
6849
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -6890,9 +6896,9 @@ declare const VAutocomplete: {
6890
6896
  elevation?: string | number | undefined;
6891
6897
  baseColor?: string | undefined;
6892
6898
  bgColor?: string | undefined;
6899
+ activeColor?: string | undefined;
6893
6900
  activeClass?: string | undefined;
6894
6901
  activeStrategy?: SelectStrategy | undefined;
6895
- activeColor?: string | undefined;
6896
6902
  collapseIcon?: string | undefined;
6897
6903
  expandIcon?: string | undefined;
6898
6904
  } & {
@@ -7665,9 +7671,9 @@ declare const VAutocomplete: {
7665
7671
  elevation?: string | number | undefined;
7666
7672
  baseColor?: string | undefined;
7667
7673
  bgColor?: string | undefined;
7674
+ activeColor?: string | undefined;
7668
7675
  activeClass?: string | undefined;
7669
7676
  activeStrategy?: SelectStrategy | undefined;
7670
- activeColor?: string | undefined;
7671
7677
  collapseIcon?: string | undefined;
7672
7678
  expandIcon?: string | undefined;
7673
7679
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -7720,9 +7726,9 @@ declare const VAutocomplete: {
7720
7726
  elevation?: string | number | undefined;
7721
7727
  baseColor?: string | undefined;
7722
7728
  bgColor?: string | undefined;
7729
+ activeColor?: string | undefined;
7723
7730
  activeClass?: string | undefined;
7724
7731
  activeStrategy?: SelectStrategy | undefined;
7725
- activeColor?: string | undefined;
7726
7732
  collapseIcon?: string | undefined;
7727
7733
  expandIcon?: string | undefined;
7728
7734
  } & {
@@ -8349,9 +8355,9 @@ declare const VAutocomplete: {
8349
8355
  elevation?: string | number | undefined;
8350
8356
  baseColor?: string | undefined;
8351
8357
  bgColor?: string | undefined;
8358
+ activeColor?: string | undefined;
8352
8359
  activeClass?: string | undefined;
8353
8360
  activeStrategy?: SelectStrategy | undefined;
8354
- activeColor?: string | undefined;
8355
8361
  collapseIcon?: string | undefined;
8356
8362
  expandIcon?: string | undefined;
8357
8363
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -8404,9 +8410,9 @@ declare const VAutocomplete: {
8404
8410
  elevation?: string | number | undefined;
8405
8411
  baseColor?: string | undefined;
8406
8412
  bgColor?: string | undefined;
8413
+ activeColor?: string | undefined;
8407
8414
  activeClass?: string | undefined;
8408
8415
  activeStrategy?: SelectStrategy | undefined;
8409
- activeColor?: string | undefined;
8410
8416
  collapseIcon?: string | undefined;
8411
8417
  expandIcon?: string | undefined;
8412
8418
  } & {
@@ -11041,8 +11047,8 @@ declare const VBreadcrumbs: {
11041
11047
  icon?: IconValue | undefined;
11042
11048
  rounded?: string | number | boolean | undefined;
11043
11049
  bgColor?: string | undefined;
11044
- activeClass?: string | undefined;
11045
11050
  activeColor?: string | undefined;
11051
+ activeClass?: string | undefined;
11046
11052
  }, {}, 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 & {
11047
11053
  style: vue.StyleValue;
11048
11054
  disabled: boolean;
@@ -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
  }, {
11062
11068
  style: vue.StyleValue;
11063
11069
  disabled: boolean;
@@ -11111,8 +11117,8 @@ declare const VBreadcrumbs: {
11111
11117
  icon?: IconValue | undefined;
11112
11118
  rounded?: string | number | boolean | undefined;
11113
11119
  bgColor?: string | undefined;
11114
- activeClass?: string | undefined;
11115
11120
  activeColor?: string | undefined;
11121
+ activeClass?: string | undefined;
11116
11122
  }, {}, {}, {}, {}, {
11117
11123
  style: vue.StyleValue;
11118
11124
  disabled: boolean;
@@ -11138,8 +11144,8 @@ declare const VBreadcrumbs: {
11138
11144
  icon?: IconValue | undefined;
11139
11145
  rounded?: string | number | boolean | undefined;
11140
11146
  bgColor?: string | undefined;
11141
- activeClass?: string | undefined;
11142
11147
  activeColor?: string | undefined;
11148
+ activeClass?: string | undefined;
11143
11149
  }, {}, 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, {
11144
11150
  style: vue.StyleValue;
11145
11151
  disabled: boolean;
@@ -11298,8 +11304,8 @@ declare const VBreadcrumbsItem: {
11298
11304
  href?: string | undefined;
11299
11305
  color?: string | undefined;
11300
11306
  to?: vue_router.RouteLocationRaw | undefined;
11301
- activeClass?: string | undefined;
11302
11307
  activeColor?: string | undefined;
11308
+ activeClass?: string | undefined;
11303
11309
  } & {
11304
11310
  $children?: vue.VNodeChild | {
11305
11311
  default?: (() => vue.VNodeChild) | undefined;
@@ -11322,8 +11328,8 @@ declare const VBreadcrumbsItem: {
11322
11328
  href?: string | undefined;
11323
11329
  color?: string | undefined;
11324
11330
  to?: vue_router.RouteLocationRaw | undefined;
11325
- activeClass?: string | undefined;
11326
11331
  activeColor?: string | undefined;
11332
+ activeClass?: string | undefined;
11327
11333
  } & {
11328
11334
  $children?: vue.VNodeChild | {
11329
11335
  default?: (() => vue.VNodeChild) | undefined;
@@ -11364,8 +11370,8 @@ declare const VBreadcrumbsItem: {
11364
11370
  href?: string | undefined;
11365
11371
  color?: string | undefined;
11366
11372
  to?: vue_router.RouteLocationRaw | undefined;
11367
- activeClass?: string | undefined;
11368
11373
  activeColor?: string | undefined;
11374
+ activeClass?: string | undefined;
11369
11375
  } & {
11370
11376
  $children?: vue.VNodeChild | {
11371
11377
  default?: (() => vue.VNodeChild) | undefined;
@@ -11399,8 +11405,8 @@ declare const VBreadcrumbsItem: {
11399
11405
  href?: string | undefined;
11400
11406
  color?: string | undefined;
11401
11407
  to?: vue_router.RouteLocationRaw | undefined;
11402
- activeClass?: string | undefined;
11403
11408
  activeColor?: string | undefined;
11409
+ activeClass?: string | undefined;
11404
11410
  } & {
11405
11411
  $children?: vue.VNodeChild | {
11406
11412
  default?: (() => vue.VNodeChild) | undefined;
@@ -11613,6 +11619,7 @@ declare const VBtn: {
11613
11619
  location?: Anchor | undefined;
11614
11620
  baseColor?: string | undefined;
11615
11621
  selectedClass?: string | undefined;
11622
+ activeColor?: string | undefined;
11616
11623
  prependIcon?: IconValue | undefined;
11617
11624
  appendIcon?: IconValue | undefined;
11618
11625
  } & {
@@ -11686,6 +11693,7 @@ declare const VBtn: {
11686
11693
  location?: Anchor | undefined;
11687
11694
  baseColor?: string | undefined;
11688
11695
  selectedClass?: string | undefined;
11696
+ activeColor?: string | undefined;
11689
11697
  prependIcon?: IconValue | undefined;
11690
11698
  appendIcon?: IconValue | undefined;
11691
11699
  } & {
@@ -11794,6 +11802,7 @@ declare const VBtn: {
11794
11802
  location?: Anchor | undefined;
11795
11803
  baseColor?: string | undefined;
11796
11804
  selectedClass?: string | undefined;
11805
+ activeColor?: string | undefined;
11797
11806
  prependIcon?: IconValue | undefined;
11798
11807
  appendIcon?: IconValue | undefined;
11799
11808
  } & {
@@ -11888,6 +11897,7 @@ declare const VBtn: {
11888
11897
  location?: Anchor | undefined;
11889
11898
  baseColor?: string | undefined;
11890
11899
  selectedClass?: string | undefined;
11900
+ activeColor?: string | undefined;
11891
11901
  prependIcon?: IconValue | undefined;
11892
11902
  appendIcon?: IconValue | undefined;
11893
11903
  } & {
@@ -12017,6 +12027,7 @@ declare const VBtn: {
12017
12027
  type: BooleanConstructor;
12018
12028
  default: undefined;
12019
12029
  };
12030
+ activeColor: StringConstructor;
12020
12031
  baseColor: StringConstructor;
12021
12032
  symbol: {
12022
12033
  type: null;
@@ -12102,6 +12113,7 @@ declare const VBtn: {
12102
12113
  type: BooleanConstructor;
12103
12114
  default: undefined;
12104
12115
  };
12116
+ activeColor: StringConstructor;
12105
12117
  baseColor: StringConstructor;
12106
12118
  symbol: {
12107
12119
  type: null;
@@ -18784,9 +18796,9 @@ declare const VCombobox: {
18784
18796
  elevation?: string | number | undefined;
18785
18797
  baseColor?: string | undefined;
18786
18798
  bgColor?: string | undefined;
18799
+ activeColor?: string | undefined;
18787
18800
  activeClass?: string | undefined;
18788
18801
  activeStrategy?: SelectStrategy | undefined;
18789
- activeColor?: string | undefined;
18790
18802
  collapseIcon?: string | undefined;
18791
18803
  expandIcon?: string | undefined;
18792
18804
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -18839,9 +18851,9 @@ declare const VCombobox: {
18839
18851
  elevation?: string | number | undefined;
18840
18852
  baseColor?: string | undefined;
18841
18853
  bgColor?: string | undefined;
18854
+ activeColor?: string | undefined;
18842
18855
  activeClass?: string | undefined;
18843
18856
  activeStrategy?: SelectStrategy | undefined;
18844
- activeColor?: string | undefined;
18845
18857
  collapseIcon?: string | undefined;
18846
18858
  expandIcon?: string | undefined;
18847
18859
  } & {
@@ -19364,9 +19376,9 @@ declare const VCombobox: {
19364
19376
  elevation?: string | number | undefined;
19365
19377
  baseColor?: string | undefined;
19366
19378
  bgColor?: string | undefined;
19379
+ activeColor?: string | undefined;
19367
19380
  activeClass?: string | undefined;
19368
19381
  activeStrategy?: SelectStrategy | undefined;
19369
- activeColor?: string | undefined;
19370
19382
  collapseIcon?: string | undefined;
19371
19383
  expandIcon?: string | undefined;
19372
19384
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -19419,9 +19431,9 @@ declare const VCombobox: {
19419
19431
  elevation?: string | number | undefined;
19420
19432
  baseColor?: string | undefined;
19421
19433
  bgColor?: string | undefined;
19434
+ activeColor?: string | undefined;
19422
19435
  activeClass?: string | undefined;
19423
19436
  activeStrategy?: SelectStrategy | undefined;
19424
- activeColor?: string | undefined;
19425
19437
  collapseIcon?: string | undefined;
19426
19438
  expandIcon?: string | undefined;
19427
19439
  } & {
@@ -20058,9 +20070,9 @@ declare const VCombobox: {
20058
20070
  elevation?: string | number | undefined;
20059
20071
  baseColor?: string | undefined;
20060
20072
  bgColor?: string | undefined;
20073
+ activeColor?: string | undefined;
20061
20074
  activeClass?: string | undefined;
20062
20075
  activeStrategy?: SelectStrategy | undefined;
20063
- activeColor?: string | undefined;
20064
20076
  collapseIcon?: string | undefined;
20065
20077
  expandIcon?: string | undefined;
20066
20078
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -20113,9 +20125,9 @@ declare const VCombobox: {
20113
20125
  elevation?: string | number | undefined;
20114
20126
  baseColor?: string | undefined;
20115
20127
  bgColor?: string | undefined;
20128
+ activeColor?: string | undefined;
20116
20129
  activeClass?: string | undefined;
20117
20130
  activeStrategy?: SelectStrategy | undefined;
20118
- activeColor?: string | undefined;
20119
20131
  collapseIcon?: string | undefined;
20120
20132
  expandIcon?: string | undefined;
20121
20133
  } & {
@@ -20687,9 +20699,9 @@ declare const VCombobox: {
20687
20699
  elevation?: string | number | undefined;
20688
20700
  baseColor?: string | undefined;
20689
20701
  bgColor?: string | undefined;
20702
+ activeColor?: string | undefined;
20690
20703
  activeClass?: string | undefined;
20691
20704
  activeStrategy?: SelectStrategy | undefined;
20692
- activeColor?: string | undefined;
20693
20705
  collapseIcon?: string | undefined;
20694
20706
  expandIcon?: string | undefined;
20695
20707
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -20742,9 +20754,9 @@ declare const VCombobox: {
20742
20754
  elevation?: string | number | undefined;
20743
20755
  baseColor?: string | undefined;
20744
20756
  bgColor?: string | undefined;
20757
+ activeColor?: string | undefined;
20745
20758
  activeClass?: string | undefined;
20746
20759
  activeStrategy?: SelectStrategy | undefined;
20747
- activeColor?: string | undefined;
20748
20760
  collapseIcon?: string | undefined;
20749
20761
  expandIcon?: string | undefined;
20750
20762
  } & {
@@ -21523,9 +21535,9 @@ declare const VCombobox: {
21523
21535
  elevation?: string | number | undefined;
21524
21536
  baseColor?: string | undefined;
21525
21537
  bgColor?: string | undefined;
21538
+ activeColor?: string | undefined;
21526
21539
  activeClass?: string | undefined;
21527
21540
  activeStrategy?: SelectStrategy | undefined;
21528
- activeColor?: string | undefined;
21529
21541
  collapseIcon?: string | undefined;
21530
21542
  expandIcon?: string | undefined;
21531
21543
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -21578,9 +21590,9 @@ declare const VCombobox: {
21578
21590
  elevation?: string | number | undefined;
21579
21591
  baseColor?: string | undefined;
21580
21592
  bgColor?: string | undefined;
21593
+ activeColor?: string | undefined;
21581
21594
  activeClass?: string | undefined;
21582
21595
  activeStrategy?: SelectStrategy | undefined;
21583
- activeColor?: string | undefined;
21584
21596
  collapseIcon?: string | undefined;
21585
21597
  expandIcon?: string | undefined;
21586
21598
  } & {
@@ -22216,9 +22228,9 @@ declare const VCombobox: {
22216
22228
  elevation?: string | number | undefined;
22217
22229
  baseColor?: string | undefined;
22218
22230
  bgColor?: string | undefined;
22231
+ activeColor?: string | undefined;
22219
22232
  activeClass?: string | undefined;
22220
22233
  activeStrategy?: SelectStrategy | undefined;
22221
- activeColor?: string | undefined;
22222
22234
  collapseIcon?: string | undefined;
22223
22235
  expandIcon?: string | undefined;
22224
22236
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -22271,9 +22283,9 @@ declare const VCombobox: {
22271
22283
  elevation?: string | number | undefined;
22272
22284
  baseColor?: string | undefined;
22273
22285
  bgColor?: string | undefined;
22286
+ activeColor?: string | undefined;
22274
22287
  activeClass?: string | undefined;
22275
22288
  activeStrategy?: SelectStrategy | undefined;
22276
- activeColor?: string | undefined;
22277
22289
  collapseIcon?: string | undefined;
22278
22290
  expandIcon?: string | undefined;
22279
22291
  } & {
@@ -33902,6 +33914,7 @@ declare const VFab: {
33902
33914
  elevation?: string | number | undefined;
33903
33915
  baseColor?: string | undefined;
33904
33916
  selectedClass?: string | undefined;
33917
+ activeColor?: string | undefined;
33905
33918
  prependIcon?: IconValue | undefined;
33906
33919
  appendIcon?: IconValue | undefined;
33907
33920
  } & {
@@ -33972,6 +33985,7 @@ declare const VFab: {
33972
33985
  elevation?: string | number | undefined;
33973
33986
  baseColor?: string | undefined;
33974
33987
  selectedClass?: string | undefined;
33988
+ activeColor?: string | undefined;
33975
33989
  prependIcon?: IconValue | undefined;
33976
33990
  appendIcon?: IconValue | undefined;
33977
33991
  } & {
@@ -34084,6 +34098,7 @@ declare const VFab: {
34084
34098
  elevation?: string | number | undefined;
34085
34099
  baseColor?: string | undefined;
34086
34100
  selectedClass?: string | undefined;
34101
+ activeColor?: string | undefined;
34087
34102
  prependIcon?: IconValue | undefined;
34088
34103
  appendIcon?: IconValue | undefined;
34089
34104
  } & {
@@ -34189,6 +34204,7 @@ declare const VFab: {
34189
34204
  elevation?: string | number | undefined;
34190
34205
  baseColor?: string | undefined;
34191
34206
  selectedClass?: string | undefined;
34207
+ activeColor?: string | undefined;
34192
34208
  prependIcon?: IconValue | undefined;
34193
34209
  appendIcon?: IconValue | undefined;
34194
34210
  } & {
@@ -34340,6 +34356,7 @@ declare const VFab: {
34340
34356
  };
34341
34357
  baseColor: StringConstructor;
34342
34358
  selectedClass: StringConstructor;
34359
+ activeColor: StringConstructor;
34343
34360
  prependIcon: PropType<IconValue>;
34344
34361
  appendIcon: PropType<IconValue>;
34345
34362
  slim: BooleanConstructor;
@@ -34462,6 +34479,7 @@ declare const VFab: {
34462
34479
  };
34463
34480
  baseColor: StringConstructor;
34464
34481
  selectedClass: StringConstructor;
34482
+ activeColor: StringConstructor;
34465
34483
  prependIcon: PropType<IconValue>;
34466
34484
  appendIcon: PropType<IconValue>;
34467
34485
  slim: BooleanConstructor;
@@ -40084,9 +40102,9 @@ declare const VList: {
40084
40102
  elevation?: string | number | undefined;
40085
40103
  baseColor?: string | undefined;
40086
40104
  bgColor?: string | undefined;
40105
+ activeColor?: string | undefined;
40087
40106
  activeClass?: string | undefined;
40088
40107
  activeStrategy?: SelectStrategy | undefined;
40089
- activeColor?: string | undefined;
40090
40108
  collapseIcon?: string | undefined;
40091
40109
  expandIcon?: string | undefined;
40092
40110
  } & {
@@ -40165,9 +40183,9 @@ declare const VList: {
40165
40183
  elevation?: string | number | undefined;
40166
40184
  baseColor?: string | undefined;
40167
40185
  bgColor?: string | undefined;
40186
+ activeColor?: string | undefined;
40168
40187
  activeClass?: string | undefined;
40169
40188
  activeStrategy?: SelectStrategy | undefined;
40170
- activeColor?: string | undefined;
40171
40189
  collapseIcon?: string | undefined;
40172
40190
  expandIcon?: string | undefined;
40173
40191
  } & {
@@ -40317,9 +40335,9 @@ declare const VList: {
40317
40335
  elevation?: string | number | undefined;
40318
40336
  baseColor?: string | undefined;
40319
40337
  bgColor?: string | undefined;
40338
+ activeColor?: string | undefined;
40320
40339
  activeClass?: string | undefined;
40321
40340
  activeStrategy?: SelectStrategy | undefined;
40322
- activeColor?: string | undefined;
40323
40341
  collapseIcon?: string | undefined;
40324
40342
  expandIcon?: string | undefined;
40325
40343
  } & {
@@ -40402,9 +40420,9 @@ declare const VList: {
40402
40420
  elevation?: string | number | undefined;
40403
40421
  baseColor?: string | undefined;
40404
40422
  bgColor?: string | undefined;
40423
+ activeColor?: string | undefined;
40405
40424
  activeClass?: string | undefined;
40406
40425
  activeStrategy?: SelectStrategy | undefined;
40407
- activeColor?: string | undefined;
40408
40426
  collapseIcon?: string | undefined;
40409
40427
  expandIcon?: string | undefined;
40410
40428
  } & {
@@ -40771,9 +40789,9 @@ declare const VListGroup: {
40771
40789
  value?: any;
40772
40790
  color?: string | undefined;
40773
40791
  baseColor?: string | undefined;
40792
+ activeColor?: string | undefined;
40774
40793
  prependIcon?: IconValue | undefined;
40775
40794
  appendIcon?: IconValue | undefined;
40776
- activeColor?: string | undefined;
40777
40795
  } & {
40778
40796
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40779
40797
  default?: (() => vue.VNodeChild) | undefined;
@@ -40810,9 +40828,9 @@ declare const VListGroup: {
40810
40828
  value?: any;
40811
40829
  color?: string | undefined;
40812
40830
  baseColor?: string | undefined;
40831
+ activeColor?: string | undefined;
40813
40832
  prependIcon?: IconValue | undefined;
40814
40833
  appendIcon?: IconValue | undefined;
40815
- activeColor?: string | undefined;
40816
40834
  } & {
40817
40835
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40818
40836
  default?: (() => vue.VNodeChild) | undefined;
@@ -40871,9 +40889,9 @@ declare const VListGroup: {
40871
40889
  value?: any;
40872
40890
  color?: string | undefined;
40873
40891
  baseColor?: string | undefined;
40892
+ activeColor?: string | undefined;
40874
40893
  prependIcon?: IconValue | undefined;
40875
40894
  appendIcon?: IconValue | undefined;
40876
- activeColor?: string | undefined;
40877
40895
  } & {
40878
40896
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40879
40897
  default?: (() => vue.VNodeChild) | undefined;
@@ -40921,9 +40939,9 @@ declare const VListGroup: {
40921
40939
  value?: any;
40922
40940
  color?: string | undefined;
40923
40941
  baseColor?: string | undefined;
40942
+ activeColor?: string | undefined;
40924
40943
  prependIcon?: IconValue | undefined;
40925
40944
  appendIcon?: IconValue | undefined;
40926
- activeColor?: string | undefined;
40927
40945
  } & {
40928
40946
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40929
40947
  default?: (() => vue.VNodeChild) | undefined;
@@ -49538,9 +49556,9 @@ declare const VSelect: {
49538
49556
  elevation?: string | number | undefined;
49539
49557
  baseColor?: string | undefined;
49540
49558
  bgColor?: string | undefined;
49559
+ activeColor?: string | undefined;
49541
49560
  activeClass?: string | undefined;
49542
49561
  activeStrategy?: SelectStrategy | undefined;
49543
- activeColor?: string | undefined;
49544
49562
  collapseIcon?: string | undefined;
49545
49563
  expandIcon?: string | undefined;
49546
49564
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -49593,9 +49611,9 @@ declare const VSelect: {
49593
49611
  elevation?: string | number | undefined;
49594
49612
  baseColor?: string | undefined;
49595
49613
  bgColor?: string | undefined;
49614
+ activeColor?: string | undefined;
49596
49615
  activeClass?: string | undefined;
49597
49616
  activeStrategy?: SelectStrategy | undefined;
49598
- activeColor?: string | undefined;
49599
49617
  collapseIcon?: string | undefined;
49600
49618
  expandIcon?: string | undefined;
49601
49619
  } & {
@@ -50110,9 +50128,9 @@ declare const VSelect: {
50110
50128
  elevation?: string | number | undefined;
50111
50129
  baseColor?: string | undefined;
50112
50130
  bgColor?: string | undefined;
50131
+ activeColor?: string | undefined;
50113
50132
  activeClass?: string | undefined;
50114
50133
  activeStrategy?: SelectStrategy | undefined;
50115
- activeColor?: string | undefined;
50116
50134
  collapseIcon?: string | undefined;
50117
50135
  expandIcon?: string | undefined;
50118
50136
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -50165,9 +50183,9 @@ declare const VSelect: {
50165
50183
  elevation?: string | number | undefined;
50166
50184
  baseColor?: string | undefined;
50167
50185
  bgColor?: string | undefined;
50186
+ activeColor?: string | undefined;
50168
50187
  activeClass?: string | undefined;
50169
50188
  activeStrategy?: SelectStrategy | undefined;
50170
- activeColor?: string | undefined;
50171
50189
  collapseIcon?: string | undefined;
50172
50190
  expandIcon?: string | undefined;
50173
50191
  } & {
@@ -50795,9 +50813,9 @@ declare const VSelect: {
50795
50813
  elevation?: string | number | undefined;
50796
50814
  baseColor?: string | undefined;
50797
50815
  bgColor?: string | undefined;
50816
+ activeColor?: string | undefined;
50798
50817
  activeClass?: string | undefined;
50799
50818
  activeStrategy?: SelectStrategy | undefined;
50800
- activeColor?: string | undefined;
50801
50819
  collapseIcon?: string | undefined;
50802
50820
  expandIcon?: string | undefined;
50803
50821
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -50850,9 +50868,9 @@ declare const VSelect: {
50850
50868
  elevation?: string | number | undefined;
50851
50869
  baseColor?: string | undefined;
50852
50870
  bgColor?: string | undefined;
50871
+ activeColor?: string | undefined;
50853
50872
  activeClass?: string | undefined;
50854
50873
  activeStrategy?: SelectStrategy | undefined;
50855
- activeColor?: string | undefined;
50856
50874
  collapseIcon?: string | undefined;
50857
50875
  expandIcon?: string | undefined;
50858
50876
  } & {
@@ -51415,9 +51433,9 @@ declare const VSelect: {
51415
51433
  elevation?: string | number | undefined;
51416
51434
  baseColor?: string | undefined;
51417
51435
  bgColor?: string | undefined;
51436
+ activeColor?: string | undefined;
51418
51437
  activeClass?: string | undefined;
51419
51438
  activeStrategy?: SelectStrategy | undefined;
51420
- activeColor?: string | undefined;
51421
51439
  collapseIcon?: string | undefined;
51422
51440
  expandIcon?: string | undefined;
51423
51441
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -51470,9 +51488,9 @@ declare const VSelect: {
51470
51488
  elevation?: string | number | undefined;
51471
51489
  baseColor?: string | undefined;
51472
51490
  bgColor?: string | undefined;
51491
+ activeColor?: string | undefined;
51473
51492
  activeClass?: string | undefined;
51474
51493
  activeStrategy?: SelectStrategy | undefined;
51475
- activeColor?: string | undefined;
51476
51494
  collapseIcon?: string | undefined;
51477
51495
  expandIcon?: string | undefined;
51478
51496
  } & {
@@ -52244,9 +52262,9 @@ declare const VSelect: {
52244
52262
  elevation?: string | number | undefined;
52245
52263
  baseColor?: string | undefined;
52246
52264
  bgColor?: string | undefined;
52265
+ activeColor?: string | undefined;
52247
52266
  activeClass?: string | undefined;
52248
52267
  activeStrategy?: SelectStrategy | undefined;
52249
- activeColor?: string | undefined;
52250
52268
  collapseIcon?: string | undefined;
52251
52269
  expandIcon?: string | undefined;
52252
52270
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52299,9 +52317,9 @@ declare const VSelect: {
52299
52317
  elevation?: string | number | undefined;
52300
52318
  baseColor?: string | undefined;
52301
52319
  bgColor?: string | undefined;
52320
+ activeColor?: string | undefined;
52302
52321
  activeClass?: string | undefined;
52303
52322
  activeStrategy?: SelectStrategy | undefined;
52304
- activeColor?: string | undefined;
52305
52323
  collapseIcon?: string | undefined;
52306
52324
  expandIcon?: string | undefined;
52307
52325
  } & {
@@ -52916,9 +52934,9 @@ declare const VSelect: {
52916
52934
  elevation?: string | number | undefined;
52917
52935
  baseColor?: string | undefined;
52918
52936
  bgColor?: string | undefined;
52937
+ activeColor?: string | undefined;
52919
52938
  activeClass?: string | undefined;
52920
52939
  activeStrategy?: SelectStrategy | undefined;
52921
- activeColor?: string | undefined;
52922
52940
  collapseIcon?: string | undefined;
52923
52941
  expandIcon?: string | undefined;
52924
52942
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52971,9 +52989,9 @@ declare const VSelect: {
52971
52989
  elevation?: string | number | undefined;
52972
52990
  baseColor?: string | undefined;
52973
52991
  bgColor?: string | undefined;
52992
+ activeColor?: string | undefined;
52974
52993
  activeClass?: string | undefined;
52975
52994
  activeStrategy?: SelectStrategy | undefined;
52976
- activeColor?: string | undefined;
52977
52995
  collapseIcon?: string | undefined;
52978
52996
  expandIcon?: string | undefined;
52979
52997
  } & {
@@ -60839,6 +60857,7 @@ declare const VTab: {
60839
60857
  minWidth?: string | number | undefined;
60840
60858
  elevation?: string | number | undefined;
60841
60859
  baseColor?: string | undefined;
60860
+ activeColor?: string | undefined;
60842
60861
  prependIcon?: IconValue | undefined;
60843
60862
  appendIcon?: IconValue | undefined;
60844
60863
  sliderColor?: string | undefined;
@@ -60926,6 +60945,7 @@ declare const VTab: {
60926
60945
  location?: Anchor | undefined;
60927
60946
  baseColor?: string | undefined;
60928
60947
  selectedClass?: string | undefined;
60948
+ activeColor?: string | undefined;
60929
60949
  prependIcon?: IconValue | undefined;
60930
60950
  appendIcon?: IconValue | undefined;
60931
60951
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -60990,6 +61010,7 @@ declare const VTab: {
60990
61010
  location?: Anchor | undefined;
60991
61011
  baseColor?: string | undefined;
60992
61012
  selectedClass?: string | undefined;
61013
+ activeColor?: string | undefined;
60993
61014
  prependIcon?: IconValue | undefined;
60994
61015
  appendIcon?: IconValue | undefined;
60995
61016
  } & {
@@ -61084,6 +61105,7 @@ declare const VTab: {
61084
61105
  location?: Anchor | undefined;
61085
61106
  baseColor?: string | undefined;
61086
61107
  selectedClass?: string | undefined;
61108
+ activeColor?: string | undefined;
61087
61109
  prependIcon?: IconValue | undefined;
61088
61110
  appendIcon?: IconValue | undefined;
61089
61111
  } & {
@@ -61211,6 +61233,7 @@ declare const VTab: {
61211
61233
  location?: Anchor | undefined;
61212
61234
  baseColor?: string | undefined;
61213
61235
  selectedClass?: string | undefined;
61236
+ activeColor?: string | undefined;
61214
61237
  prependIcon?: IconValue | undefined;
61215
61238
  appendIcon?: IconValue | undefined;
61216
61239
  } & {
@@ -61237,7 +61260,7 @@ declare const VTab: {
61237
61260
  }) => any) | undefined;
61238
61261
  }, "group"> & vue.ShallowUnwrapRef<{
61239
61262
  group: GroupItemProvide | null;
61240
- }> & {} & 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 & {
61263
+ }> & {} & 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 & {
61241
61264
  replace: boolean;
61242
61265
  fixed: boolean;
61243
61266
  style: vue.StyleValue;
@@ -61277,6 +61300,7 @@ declare const VTab: {
61277
61300
  minWidth?: string | number | undefined;
61278
61301
  elevation?: string | number | undefined;
61279
61302
  baseColor?: string | undefined;
61303
+ activeColor?: string | undefined;
61280
61304
  prependIcon?: IconValue | undefined;
61281
61305
  appendIcon?: IconValue | undefined;
61282
61306
  sliderColor?: string | undefined;
@@ -61379,6 +61403,7 @@ declare const VTab: {
61379
61403
  minWidth?: string | number | undefined;
61380
61404
  elevation?: string | number | undefined;
61381
61405
  baseColor?: string | undefined;
61406
+ activeColor?: string | undefined;
61382
61407
  prependIcon?: IconValue | undefined;
61383
61408
  appendIcon?: IconValue | undefined;
61384
61409
  sliderColor?: string | undefined;
@@ -61466,6 +61491,7 @@ declare const VTab: {
61466
61491
  location?: Anchor | undefined;
61467
61492
  baseColor?: string | undefined;
61468
61493
  selectedClass?: string | undefined;
61494
+ activeColor?: string | undefined;
61469
61495
  prependIcon?: IconValue | undefined;
61470
61496
  appendIcon?: IconValue | undefined;
61471
61497
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61530,6 +61556,7 @@ declare const VTab: {
61530
61556
  location?: Anchor | undefined;
61531
61557
  baseColor?: string | undefined;
61532
61558
  selectedClass?: string | undefined;
61559
+ activeColor?: string | undefined;
61533
61560
  prependIcon?: IconValue | undefined;
61534
61561
  appendIcon?: IconValue | undefined;
61535
61562
  } & {
@@ -61624,6 +61651,7 @@ declare const VTab: {
61624
61651
  location?: Anchor | undefined;
61625
61652
  baseColor?: string | undefined;
61626
61653
  selectedClass?: string | undefined;
61654
+ activeColor?: string | undefined;
61627
61655
  prependIcon?: IconValue | undefined;
61628
61656
  appendIcon?: IconValue | undefined;
61629
61657
  } & {
@@ -61751,6 +61779,7 @@ declare const VTab: {
61751
61779
  location?: Anchor | undefined;
61752
61780
  baseColor?: string | undefined;
61753
61781
  selectedClass?: string | undefined;
61782
+ activeColor?: string | undefined;
61754
61783
  prependIcon?: IconValue | undefined;
61755
61784
  appendIcon?: IconValue | undefined;
61756
61785
  } & {
@@ -61777,7 +61806,7 @@ declare const VTab: {
61777
61806
  }) => any) | undefined;
61778
61807
  }, "group"> & vue.ShallowUnwrapRef<{
61779
61808
  group: GroupItemProvide | null;
61780
- }> & {} & 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}`>, {}, {}, {}, {
61809
+ }> & {} & 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}`>, {}, {}, {}, {
61781
61810
  replace: boolean;
61782
61811
  fixed: boolean;
61783
61812
  style: vue.StyleValue;
@@ -61842,6 +61871,7 @@ declare const VTab: {
61842
61871
  minWidth?: string | number | undefined;
61843
61872
  elevation?: string | number | undefined;
61844
61873
  baseColor?: string | undefined;
61874
+ activeColor?: string | undefined;
61845
61875
  prependIcon?: IconValue | undefined;
61846
61876
  appendIcon?: IconValue | undefined;
61847
61877
  sliderColor?: string | undefined;
@@ -61929,6 +61959,7 @@ declare const VTab: {
61929
61959
  location?: Anchor | undefined;
61930
61960
  baseColor?: string | undefined;
61931
61961
  selectedClass?: string | undefined;
61962
+ activeColor?: string | undefined;
61932
61963
  prependIcon?: IconValue | undefined;
61933
61964
  appendIcon?: IconValue | undefined;
61934
61965
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61993,6 +62024,7 @@ declare const VTab: {
61993
62024
  location?: Anchor | undefined;
61994
62025
  baseColor?: string | undefined;
61995
62026
  selectedClass?: string | undefined;
62027
+ activeColor?: string | undefined;
61996
62028
  prependIcon?: IconValue | undefined;
61997
62029
  appendIcon?: IconValue | undefined;
61998
62030
  } & {
@@ -62087,6 +62119,7 @@ declare const VTab: {
62087
62119
  location?: Anchor | undefined;
62088
62120
  baseColor?: string | undefined;
62089
62121
  selectedClass?: string | undefined;
62122
+ activeColor?: string | undefined;
62090
62123
  prependIcon?: IconValue | undefined;
62091
62124
  appendIcon?: IconValue | undefined;
62092
62125
  } & {
@@ -62214,6 +62247,7 @@ declare const VTab: {
62214
62247
  location?: Anchor | undefined;
62215
62248
  baseColor?: string | undefined;
62216
62249
  selectedClass?: string | undefined;
62250
+ activeColor?: string | undefined;
62217
62251
  prependIcon?: IconValue | undefined;
62218
62252
  appendIcon?: IconValue | undefined;
62219
62253
  } & {
@@ -62240,7 +62274,7 @@ declare const VTab: {
62240
62274
  }) => any) | undefined;
62241
62275
  }, "group"> & vue.ShallowUnwrapRef<{
62242
62276
  group: GroupItemProvide | null;
62243
- }> & {} & 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, {
62277
+ }> & {} & 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, {
62244
62278
  replace: boolean;
62245
62279
  fixed: boolean;
62246
62280
  style: vue.StyleValue;
@@ -62340,6 +62374,7 @@ declare const VTab: {
62340
62374
  type: PropType<string>;
62341
62375
  default: string;
62342
62376
  };
62377
+ activeColor: StringConstructor;
62343
62378
  prependIcon: PropType<IconValue>;
62344
62379
  appendIcon: PropType<IconValue>;
62345
62380
  slim: BooleanConstructor;
@@ -62423,6 +62458,7 @@ declare const VTab: {
62423
62458
  type: PropType<string>;
62424
62459
  default: string;
62425
62460
  };
62461
+ activeColor: StringConstructor;
62426
62462
  prependIcon: PropType<IconValue>;
62427
62463
  appendIcon: PropType<IconValue>;
62428
62464
  slim: BooleanConstructor;
@@ -78387,10 +78423,10 @@ declare const VTreeview: {
78387
78423
  baseColor?: string | undefined;
78388
78424
  selected?: readonly unknown[] | undefined;
78389
78425
  bgColor?: string | undefined;
78426
+ activeColor?: string | undefined;
78390
78427
  activeClass?: string | undefined;
78391
78428
  opened?: readonly unknown[] | undefined;
78392
78429
  activeStrategy?: SelectStrategy | undefined;
78393
- activeColor?: string | undefined;
78394
78430
  customFilter?: FilterFunction | undefined;
78395
78431
  customKeyFilter?: FilterKeyFunctions | undefined;
78396
78432
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78470,10 +78506,10 @@ declare const VTreeview: {
78470
78506
  baseColor?: string | undefined;
78471
78507
  selected?: readonly unknown[] | undefined;
78472
78508
  bgColor?: string | undefined;
78509
+ activeColor?: string | undefined;
78473
78510
  activeClass?: string | undefined;
78474
78511
  opened?: readonly unknown[] | undefined;
78475
78512
  activeStrategy?: SelectStrategy | undefined;
78476
- activeColor?: string | undefined;
78477
78513
  customFilter?: FilterFunction | undefined;
78478
78514
  customKeyFilter?: FilterKeyFunctions | undefined;
78479
78515
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78643,10 +78679,10 @@ declare const VTreeview: {
78643
78679
  baseColor?: string | undefined;
78644
78680
  selected?: readonly unknown[] | undefined;
78645
78681
  bgColor?: string | undefined;
78682
+ activeColor?: string | undefined;
78646
78683
  activeClass?: string | undefined;
78647
78684
  opened?: readonly unknown[] | undefined;
78648
78685
  activeStrategy?: SelectStrategy | undefined;
78649
- activeColor?: string | undefined;
78650
78686
  customFilter?: FilterFunction | undefined;
78651
78687
  customKeyFilter?: FilterKeyFunctions | undefined;
78652
78688
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78745,10 +78781,10 @@ declare const VTreeview: {
78745
78781
  baseColor?: string | undefined;
78746
78782
  selected?: readonly unknown[] | undefined;
78747
78783
  bgColor?: string | undefined;
78784
+ activeColor?: string | undefined;
78748
78785
  activeClass?: string | undefined;
78749
78786
  opened?: readonly unknown[] | undefined;
78750
78787
  activeStrategy?: SelectStrategy | undefined;
78751
- activeColor?: string | undefined;
78752
78788
  customFilter?: FilterFunction | undefined;
78753
78789
  customKeyFilter?: FilterKeyFunctions | undefined;
78754
78790
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78936,6 +78972,7 @@ declare const VTreeview: {
78936
78972
  baseColor: StringConstructor;
78937
78973
  selected: vue.PropType<readonly unknown[]>;
78938
78974
  bgColor: StringConstructor;
78975
+ activeColor: StringConstructor;
78939
78976
  slim: {
78940
78977
  type: vue.PropType<boolean>;
78941
78978
  default: boolean;
@@ -78963,7 +79000,6 @@ declare const VTreeview: {
78963
79000
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
78964
79001
  default: NonNullable<NonNullable<OpenStrategyProp>>;
78965
79002
  };
78966
- activeColor: StringConstructor;
78967
79003
  collapseIcon: {
78968
79004
  type: vue.PropType<string>;
78969
79005
  default: string;
@@ -79066,6 +79102,7 @@ declare const VTreeview: {
79066
79102
  baseColor: StringConstructor;
79067
79103
  selected: vue.PropType<readonly unknown[]>;
79068
79104
  bgColor: StringConstructor;
79105
+ activeColor: StringConstructor;
79069
79106
  slim: {
79070
79107
  type: vue.PropType<boolean>;
79071
79108
  default: boolean;
@@ -79093,7 +79130,6 @@ declare const VTreeview: {
79093
79130
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
79094
79131
  default: NonNullable<NonNullable<OpenStrategyProp>>;
79095
79132
  };
79096
- activeColor: StringConstructor;
79097
79133
  collapseIcon: {
79098
79134
  type: vue.PropType<string>;
79099
79135
  default: string;
@@ -79186,12 +79222,12 @@ declare const VTreeviewItem: {
79186
79222
  minWidth?: string | number | undefined;
79187
79223
  elevation?: string | number | undefined;
79188
79224
  baseColor?: string | undefined;
79225
+ activeColor?: string | undefined;
79189
79226
  prependIcon?: IconValue | undefined;
79190
79227
  appendIcon?: IconValue | undefined;
79191
79228
  activeClass?: string | undefined;
79192
79229
  appendAvatar?: string | undefined;
79193
79230
  prependAvatar?: string | undefined;
79194
- activeColor?: string | undefined;
79195
79231
  subtitle?: string | number | undefined;
79196
79232
  lines?: "one" | "two" | "three" | undefined;
79197
79233
  toggleIcon?: IconValue | undefined;
@@ -79303,12 +79339,12 @@ declare const VTreeviewItem: {
79303
79339
  minWidth?: string | number | undefined;
79304
79340
  elevation?: string | number | undefined;
79305
79341
  baseColor?: string | undefined;
79342
+ activeColor?: string | undefined;
79306
79343
  prependIcon?: IconValue | undefined;
79307
79344
  appendIcon?: IconValue | undefined;
79308
79345
  activeClass?: string | undefined;
79309
79346
  appendAvatar?: string | undefined;
79310
79347
  prependAvatar?: string | undefined;
79311
- activeColor?: string | undefined;
79312
79348
  subtitle?: string | number | undefined;
79313
79349
  lines?: "one" | "two" | "three" | undefined;
79314
79350
  toggleIcon?: IconValue | undefined;
@@ -79476,12 +79512,12 @@ declare const VTreeviewItem: {
79476
79512
  minWidth?: string | number | undefined;
79477
79513
  elevation?: string | number | undefined;
79478
79514
  baseColor?: string | undefined;
79515
+ activeColor?: string | undefined;
79479
79516
  prependIcon?: IconValue | undefined;
79480
79517
  appendIcon?: IconValue | undefined;
79481
79518
  activeClass?: string | undefined;
79482
79519
  appendAvatar?: string | undefined;
79483
79520
  prependAvatar?: string | undefined;
79484
- activeColor?: string | undefined;
79485
79521
  subtitle?: string | number | undefined;
79486
79522
  lines?: "one" | "two" | "three" | undefined;
79487
79523
  toggleIcon?: IconValue | undefined;
@@ -79615,12 +79651,12 @@ declare const VTreeviewItem: {
79615
79651
  minWidth?: string | number | undefined;
79616
79652
  elevation?: string | number | undefined;
79617
79653
  baseColor?: string | undefined;
79654
+ activeColor?: string | undefined;
79618
79655
  prependIcon?: IconValue | undefined;
79619
79656
  appendIcon?: IconValue | undefined;
79620
79657
  activeClass?: string | undefined;
79621
79658
  appendAvatar?: string | undefined;
79622
79659
  prependAvatar?: string | undefined;
79623
- activeColor?: string | undefined;
79624
79660
  subtitle?: string | number | undefined;
79625
79661
  lines?: "one" | "two" | "three" | undefined;
79626
79662
  toggleIcon?: IconValue | undefined;
@@ -79920,9 +79956,9 @@ declare const VTreeviewGroup: {
79920
79956
  value?: any;
79921
79957
  color?: string | undefined;
79922
79958
  baseColor?: string | undefined;
79959
+ activeColor?: string | undefined;
79923
79960
  prependIcon?: IconValue | undefined;
79924
79961
  appendIcon?: IconValue | undefined;
79925
- activeColor?: string | undefined;
79926
79962
  } & {
79927
79963
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
79928
79964
  default?: (() => vue.VNodeChild) | undefined;
@@ -79956,9 +79992,9 @@ declare const VTreeviewGroup: {
79956
79992
  value?: any;
79957
79993
  color?: string | undefined;
79958
79994
  baseColor?: string | undefined;
79995
+ activeColor?: string | undefined;
79959
79996
  prependIcon?: IconValue | undefined;
79960
79997
  appendIcon?: IconValue | undefined;
79961
- activeColor?: string | undefined;
79962
79998
  } & {
79963
79999
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
79964
80000
  default?: (() => vue.VNodeChild) | undefined;
@@ -80015,9 +80051,9 @@ declare const VTreeviewGroup: {
80015
80051
  value?: any;
80016
80052
  color?: string | undefined;
80017
80053
  baseColor?: string | undefined;
80054
+ activeColor?: string | undefined;
80018
80055
  prependIcon?: IconValue | undefined;
80019
80056
  appendIcon?: IconValue | undefined;
80020
- activeColor?: string | undefined;
80021
80057
  } & {
80022
80058
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
80023
80059
  default?: (() => vue.VNodeChild) | undefined;
@@ -80061,9 +80097,9 @@ declare const VTreeviewGroup: {
80061
80097
  value?: any;
80062
80098
  color?: string | undefined;
80063
80099
  baseColor?: string | undefined;
80100
+ activeColor?: string | undefined;
80064
80101
  prependIcon?: IconValue | undefined;
80065
80102
  appendIcon?: IconValue | undefined;
80066
- activeColor?: string | undefined;
80067
80103
  } & {
80068
80104
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
80069
80105
  default?: (() => vue.VNodeChild) | undefined;
@@ -80115,9 +80151,9 @@ declare const VTreeviewGroup: {
80115
80151
  default: string;
80116
80152
  };
80117
80153
  baseColor: StringConstructor;
80154
+ activeColor: StringConstructor;
80118
80155
  prependIcon: vue.PropType<IconValue>;
80119
80156
  appendIcon: vue.PropType<IconValue>;
80120
- activeColor: StringConstructor;
80121
80157
  collapseIcon: Omit<{
80122
80158
  type: vue.PropType<IconValue>;
80123
80159
  default: string;
@@ -80147,9 +80183,9 @@ declare const VTreeviewGroup: {
80147
80183
  default: string;
80148
80184
  };
80149
80185
  baseColor: StringConstructor;
80186
+ activeColor: StringConstructor;
80150
80187
  prependIcon: vue.PropType<IconValue>;
80151
80188
  appendIcon: vue.PropType<IconValue>;
80152
- activeColor: StringConstructor;
80153
80189
  collapseIcon: Omit<{
80154
80190
  type: vue.PropType<IconValue>;
80155
80191
  default: string;