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

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 (42) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/dist/json/attributes.json +40 -0
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +144 -144
  5. package/dist/json/tags.json +11 -1
  6. package/dist/json/web-types.json +91 -1
  7. package/dist/vuetify-labs.css +1766 -1766
  8. package/dist/vuetify-labs.d.ts +147 -75
  9. package/dist/vuetify-labs.esm.js +11 -5
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +11 -5
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1119 -1119
  14. package/dist/vuetify.d.ts +183 -111
  15. package/dist/vuetify.esm.js +11 -5
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +11 -5
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +10 -10
  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/VGrid/VContainer.mjs +6 -1
  31. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  32. package/lib/components/VGrid/index.d.mts +36 -0
  33. package/lib/components/VList/index.d.mts +12 -12
  34. package/lib/components/VSelect/index.d.mts +12 -12
  35. package/lib/components/VTabs/index.d.mts +21 -3
  36. package/lib/components/index.d.mts +131 -59
  37. package/lib/entry-bundler.mjs +1 -1
  38. package/lib/framework.mjs +1 -1
  39. package/lib/index.d.mts +52 -52
  40. package/lib/labs/VTreeview/index.d.mts +16 -16
  41. package/lib/labs/components.d.mts +16 -16
  42. 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;
@@ -37341,6 +37359,12 @@ declare const VContainer: {
37341
37359
  fluid: boolean;
37342
37360
  } & {
37343
37361
  class?: any;
37362
+ width?: string | number | undefined;
37363
+ height?: string | number | undefined;
37364
+ maxHeight?: string | number | undefined;
37365
+ maxWidth?: string | number | undefined;
37366
+ minHeight?: string | number | undefined;
37367
+ minWidth?: string | number | undefined;
37344
37368
  } & {
37345
37369
  $children?: vue.VNodeChild | {
37346
37370
  default?: (() => vue.VNodeChild) | undefined;
@@ -37356,6 +37380,12 @@ declare const VContainer: {
37356
37380
  fluid: boolean;
37357
37381
  } & {
37358
37382
  class?: any;
37383
+ width?: string | number | undefined;
37384
+ height?: string | number | undefined;
37385
+ maxHeight?: string | number | undefined;
37386
+ maxWidth?: string | number | undefined;
37387
+ minHeight?: string | number | undefined;
37388
+ minWidth?: string | number | undefined;
37359
37389
  } & {
37360
37390
  $children?: vue.VNodeChild | {
37361
37391
  default?: (() => vue.VNodeChild) | undefined;
@@ -37386,6 +37416,12 @@ declare const VContainer: {
37386
37416
  fluid: boolean;
37387
37417
  } & {
37388
37418
  class?: any;
37419
+ width?: string | number | undefined;
37420
+ height?: string | number | undefined;
37421
+ maxHeight?: string | number | undefined;
37422
+ maxWidth?: string | number | undefined;
37423
+ minHeight?: string | number | undefined;
37424
+ minWidth?: string | number | undefined;
37389
37425
  } & {
37390
37426
  $children?: vue.VNodeChild | {
37391
37427
  default?: (() => vue.VNodeChild) | undefined;
@@ -37409,6 +37445,12 @@ declare const VContainer: {
37409
37445
  fluid: boolean;
37410
37446
  } & {
37411
37447
  class?: any;
37448
+ width?: string | number | undefined;
37449
+ height?: string | number | undefined;
37450
+ maxHeight?: string | number | undefined;
37451
+ maxWidth?: string | number | undefined;
37452
+ minHeight?: string | number | undefined;
37453
+ minWidth?: string | number | undefined;
37412
37454
  } & {
37413
37455
  $children?: vue.VNodeChild | {
37414
37456
  default?: (() => vue.VNodeChild) | undefined;
@@ -37431,6 +37473,12 @@ declare const VContainer: {
37431
37473
  type: StringConstructor;
37432
37474
  default: string;
37433
37475
  };
37476
+ height: (StringConstructor | NumberConstructor)[];
37477
+ maxHeight: (StringConstructor | NumberConstructor)[];
37478
+ maxWidth: (StringConstructor | NumberConstructor)[];
37479
+ minHeight: (StringConstructor | NumberConstructor)[];
37480
+ minWidth: (StringConstructor | NumberConstructor)[];
37481
+ width: (StringConstructor | NumberConstructor)[];
37434
37482
  class: vue.PropType<any>;
37435
37483
  style: {
37436
37484
  type: vue.PropType<vue.StyleValue>;
@@ -37445,6 +37493,12 @@ declare const VContainer: {
37445
37493
  type: StringConstructor;
37446
37494
  default: string;
37447
37495
  };
37496
+ height: (StringConstructor | NumberConstructor)[];
37497
+ maxHeight: (StringConstructor | NumberConstructor)[];
37498
+ maxWidth: (StringConstructor | NumberConstructor)[];
37499
+ minHeight: (StringConstructor | NumberConstructor)[];
37500
+ minWidth: (StringConstructor | NumberConstructor)[];
37501
+ width: (StringConstructor | NumberConstructor)[];
37448
37502
  class: vue.PropType<any>;
37449
37503
  style: {
37450
37504
  type: vue.PropType<vue.StyleValue>;
@@ -40084,9 +40138,9 @@ declare const VList: {
40084
40138
  elevation?: string | number | undefined;
40085
40139
  baseColor?: string | undefined;
40086
40140
  bgColor?: string | undefined;
40141
+ activeColor?: string | undefined;
40087
40142
  activeClass?: string | undefined;
40088
40143
  activeStrategy?: SelectStrategy | undefined;
40089
- activeColor?: string | undefined;
40090
40144
  collapseIcon?: string | undefined;
40091
40145
  expandIcon?: string | undefined;
40092
40146
  } & {
@@ -40165,9 +40219,9 @@ declare const VList: {
40165
40219
  elevation?: string | number | undefined;
40166
40220
  baseColor?: string | undefined;
40167
40221
  bgColor?: string | undefined;
40222
+ activeColor?: string | undefined;
40168
40223
  activeClass?: string | undefined;
40169
40224
  activeStrategy?: SelectStrategy | undefined;
40170
- activeColor?: string | undefined;
40171
40225
  collapseIcon?: string | undefined;
40172
40226
  expandIcon?: string | undefined;
40173
40227
  } & {
@@ -40317,9 +40371,9 @@ declare const VList: {
40317
40371
  elevation?: string | number | undefined;
40318
40372
  baseColor?: string | undefined;
40319
40373
  bgColor?: string | undefined;
40374
+ activeColor?: string | undefined;
40320
40375
  activeClass?: string | undefined;
40321
40376
  activeStrategy?: SelectStrategy | undefined;
40322
- activeColor?: string | undefined;
40323
40377
  collapseIcon?: string | undefined;
40324
40378
  expandIcon?: string | undefined;
40325
40379
  } & {
@@ -40402,9 +40456,9 @@ declare const VList: {
40402
40456
  elevation?: string | number | undefined;
40403
40457
  baseColor?: string | undefined;
40404
40458
  bgColor?: string | undefined;
40459
+ activeColor?: string | undefined;
40405
40460
  activeClass?: string | undefined;
40406
40461
  activeStrategy?: SelectStrategy | undefined;
40407
- activeColor?: string | undefined;
40408
40462
  collapseIcon?: string | undefined;
40409
40463
  expandIcon?: string | undefined;
40410
40464
  } & {
@@ -40771,9 +40825,9 @@ declare const VListGroup: {
40771
40825
  value?: any;
40772
40826
  color?: string | undefined;
40773
40827
  baseColor?: string | undefined;
40828
+ activeColor?: string | undefined;
40774
40829
  prependIcon?: IconValue | undefined;
40775
40830
  appendIcon?: IconValue | undefined;
40776
- activeColor?: string | undefined;
40777
40831
  } & {
40778
40832
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40779
40833
  default?: (() => vue.VNodeChild) | undefined;
@@ -40810,9 +40864,9 @@ declare const VListGroup: {
40810
40864
  value?: any;
40811
40865
  color?: string | undefined;
40812
40866
  baseColor?: string | undefined;
40867
+ activeColor?: string | undefined;
40813
40868
  prependIcon?: IconValue | undefined;
40814
40869
  appendIcon?: IconValue | undefined;
40815
- activeColor?: string | undefined;
40816
40870
  } & {
40817
40871
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40818
40872
  default?: (() => vue.VNodeChild) | undefined;
@@ -40871,9 +40925,9 @@ declare const VListGroup: {
40871
40925
  value?: any;
40872
40926
  color?: string | undefined;
40873
40927
  baseColor?: string | undefined;
40928
+ activeColor?: string | undefined;
40874
40929
  prependIcon?: IconValue | undefined;
40875
40930
  appendIcon?: IconValue | undefined;
40876
- activeColor?: string | undefined;
40877
40931
  } & {
40878
40932
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40879
40933
  default?: (() => vue.VNodeChild) | undefined;
@@ -40921,9 +40975,9 @@ declare const VListGroup: {
40921
40975
  value?: any;
40922
40976
  color?: string | undefined;
40923
40977
  baseColor?: string | undefined;
40978
+ activeColor?: string | undefined;
40924
40979
  prependIcon?: IconValue | undefined;
40925
40980
  appendIcon?: IconValue | undefined;
40926
- activeColor?: string | undefined;
40927
40981
  } & {
40928
40982
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
40929
40983
  default?: (() => vue.VNodeChild) | undefined;
@@ -49538,9 +49592,9 @@ declare const VSelect: {
49538
49592
  elevation?: string | number | undefined;
49539
49593
  baseColor?: string | undefined;
49540
49594
  bgColor?: string | undefined;
49595
+ activeColor?: string | undefined;
49541
49596
  activeClass?: string | undefined;
49542
49597
  activeStrategy?: SelectStrategy | undefined;
49543
- activeColor?: string | undefined;
49544
49598
  collapseIcon?: string | undefined;
49545
49599
  expandIcon?: string | undefined;
49546
49600
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -49593,9 +49647,9 @@ declare const VSelect: {
49593
49647
  elevation?: string | number | undefined;
49594
49648
  baseColor?: string | undefined;
49595
49649
  bgColor?: string | undefined;
49650
+ activeColor?: string | undefined;
49596
49651
  activeClass?: string | undefined;
49597
49652
  activeStrategy?: SelectStrategy | undefined;
49598
- activeColor?: string | undefined;
49599
49653
  collapseIcon?: string | undefined;
49600
49654
  expandIcon?: string | undefined;
49601
49655
  } & {
@@ -50110,9 +50164,9 @@ declare const VSelect: {
50110
50164
  elevation?: string | number | undefined;
50111
50165
  baseColor?: string | undefined;
50112
50166
  bgColor?: string | undefined;
50167
+ activeColor?: string | undefined;
50113
50168
  activeClass?: string | undefined;
50114
50169
  activeStrategy?: SelectStrategy | undefined;
50115
- activeColor?: string | undefined;
50116
50170
  collapseIcon?: string | undefined;
50117
50171
  expandIcon?: string | undefined;
50118
50172
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -50165,9 +50219,9 @@ declare const VSelect: {
50165
50219
  elevation?: string | number | undefined;
50166
50220
  baseColor?: string | undefined;
50167
50221
  bgColor?: string | undefined;
50222
+ activeColor?: string | undefined;
50168
50223
  activeClass?: string | undefined;
50169
50224
  activeStrategy?: SelectStrategy | undefined;
50170
- activeColor?: string | undefined;
50171
50225
  collapseIcon?: string | undefined;
50172
50226
  expandIcon?: string | undefined;
50173
50227
  } & {
@@ -50795,9 +50849,9 @@ declare const VSelect: {
50795
50849
  elevation?: string | number | undefined;
50796
50850
  baseColor?: string | undefined;
50797
50851
  bgColor?: string | undefined;
50852
+ activeColor?: string | undefined;
50798
50853
  activeClass?: string | undefined;
50799
50854
  activeStrategy?: SelectStrategy | undefined;
50800
- activeColor?: string | undefined;
50801
50855
  collapseIcon?: string | undefined;
50802
50856
  expandIcon?: string | undefined;
50803
50857
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -50850,9 +50904,9 @@ declare const VSelect: {
50850
50904
  elevation?: string | number | undefined;
50851
50905
  baseColor?: string | undefined;
50852
50906
  bgColor?: string | undefined;
50907
+ activeColor?: string | undefined;
50853
50908
  activeClass?: string | undefined;
50854
50909
  activeStrategy?: SelectStrategy | undefined;
50855
- activeColor?: string | undefined;
50856
50910
  collapseIcon?: string | undefined;
50857
50911
  expandIcon?: string | undefined;
50858
50912
  } & {
@@ -51415,9 +51469,9 @@ declare const VSelect: {
51415
51469
  elevation?: string | number | undefined;
51416
51470
  baseColor?: string | undefined;
51417
51471
  bgColor?: string | undefined;
51472
+ activeColor?: string | undefined;
51418
51473
  activeClass?: string | undefined;
51419
51474
  activeStrategy?: SelectStrategy | undefined;
51420
- activeColor?: string | undefined;
51421
51475
  collapseIcon?: string | undefined;
51422
51476
  expandIcon?: string | undefined;
51423
51477
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -51470,9 +51524,9 @@ declare const VSelect: {
51470
51524
  elevation?: string | number | undefined;
51471
51525
  baseColor?: string | undefined;
51472
51526
  bgColor?: string | undefined;
51527
+ activeColor?: string | undefined;
51473
51528
  activeClass?: string | undefined;
51474
51529
  activeStrategy?: SelectStrategy | undefined;
51475
- activeColor?: string | undefined;
51476
51530
  collapseIcon?: string | undefined;
51477
51531
  expandIcon?: string | undefined;
51478
51532
  } & {
@@ -52244,9 +52298,9 @@ declare const VSelect: {
52244
52298
  elevation?: string | number | undefined;
52245
52299
  baseColor?: string | undefined;
52246
52300
  bgColor?: string | undefined;
52301
+ activeColor?: string | undefined;
52247
52302
  activeClass?: string | undefined;
52248
52303
  activeStrategy?: SelectStrategy | undefined;
52249
- activeColor?: string | undefined;
52250
52304
  collapseIcon?: string | undefined;
52251
52305
  expandIcon?: string | undefined;
52252
52306
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52299,9 +52353,9 @@ declare const VSelect: {
52299
52353
  elevation?: string | number | undefined;
52300
52354
  baseColor?: string | undefined;
52301
52355
  bgColor?: string | undefined;
52356
+ activeColor?: string | undefined;
52302
52357
  activeClass?: string | undefined;
52303
52358
  activeStrategy?: SelectStrategy | undefined;
52304
- activeColor?: string | undefined;
52305
52359
  collapseIcon?: string | undefined;
52306
52360
  expandIcon?: string | undefined;
52307
52361
  } & {
@@ -52916,9 +52970,9 @@ declare const VSelect: {
52916
52970
  elevation?: string | number | undefined;
52917
52971
  baseColor?: string | undefined;
52918
52972
  bgColor?: string | undefined;
52973
+ activeColor?: string | undefined;
52919
52974
  activeClass?: string | undefined;
52920
52975
  activeStrategy?: SelectStrategy | undefined;
52921
- activeColor?: string | undefined;
52922
52976
  collapseIcon?: string | undefined;
52923
52977
  expandIcon?: string | undefined;
52924
52978
  "onUpdate:activated"?: ((value: unknown[]) => any) | undefined;
@@ -52971,9 +53025,9 @@ declare const VSelect: {
52971
53025
  elevation?: string | number | undefined;
52972
53026
  baseColor?: string | undefined;
52973
53027
  bgColor?: string | undefined;
53028
+ activeColor?: string | undefined;
52974
53029
  activeClass?: string | undefined;
52975
53030
  activeStrategy?: SelectStrategy | undefined;
52976
- activeColor?: string | undefined;
52977
53031
  collapseIcon?: string | undefined;
52978
53032
  expandIcon?: string | undefined;
52979
53033
  } & {
@@ -60839,6 +60893,7 @@ declare const VTab: {
60839
60893
  minWidth?: string | number | undefined;
60840
60894
  elevation?: string | number | undefined;
60841
60895
  baseColor?: string | undefined;
60896
+ activeColor?: string | undefined;
60842
60897
  prependIcon?: IconValue | undefined;
60843
60898
  appendIcon?: IconValue | undefined;
60844
60899
  sliderColor?: string | undefined;
@@ -60926,6 +60981,7 @@ declare const VTab: {
60926
60981
  location?: Anchor | undefined;
60927
60982
  baseColor?: string | undefined;
60928
60983
  selectedClass?: string | undefined;
60984
+ activeColor?: string | undefined;
60929
60985
  prependIcon?: IconValue | undefined;
60930
60986
  appendIcon?: IconValue | undefined;
60931
60987
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -60990,6 +61046,7 @@ declare const VTab: {
60990
61046
  location?: Anchor | undefined;
60991
61047
  baseColor?: string | undefined;
60992
61048
  selectedClass?: string | undefined;
61049
+ activeColor?: string | undefined;
60993
61050
  prependIcon?: IconValue | undefined;
60994
61051
  appendIcon?: IconValue | undefined;
60995
61052
  } & {
@@ -61084,6 +61141,7 @@ declare const VTab: {
61084
61141
  location?: Anchor | undefined;
61085
61142
  baseColor?: string | undefined;
61086
61143
  selectedClass?: string | undefined;
61144
+ activeColor?: string | undefined;
61087
61145
  prependIcon?: IconValue | undefined;
61088
61146
  appendIcon?: IconValue | undefined;
61089
61147
  } & {
@@ -61211,6 +61269,7 @@ declare const VTab: {
61211
61269
  location?: Anchor | undefined;
61212
61270
  baseColor?: string | undefined;
61213
61271
  selectedClass?: string | undefined;
61272
+ activeColor?: string | undefined;
61214
61273
  prependIcon?: IconValue | undefined;
61215
61274
  appendIcon?: IconValue | undefined;
61216
61275
  } & {
@@ -61237,7 +61296,7 @@ declare const VTab: {
61237
61296
  }) => any) | undefined;
61238
61297
  }, "group"> & vue.ShallowUnwrapRef<{
61239
61298
  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 & {
61299
+ }> & {} & 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
61300
  replace: boolean;
61242
61301
  fixed: boolean;
61243
61302
  style: vue.StyleValue;
@@ -61277,6 +61336,7 @@ declare const VTab: {
61277
61336
  minWidth?: string | number | undefined;
61278
61337
  elevation?: string | number | undefined;
61279
61338
  baseColor?: string | undefined;
61339
+ activeColor?: string | undefined;
61280
61340
  prependIcon?: IconValue | undefined;
61281
61341
  appendIcon?: IconValue | undefined;
61282
61342
  sliderColor?: string | undefined;
@@ -61379,6 +61439,7 @@ declare const VTab: {
61379
61439
  minWidth?: string | number | undefined;
61380
61440
  elevation?: string | number | undefined;
61381
61441
  baseColor?: string | undefined;
61442
+ activeColor?: string | undefined;
61382
61443
  prependIcon?: IconValue | undefined;
61383
61444
  appendIcon?: IconValue | undefined;
61384
61445
  sliderColor?: string | undefined;
@@ -61466,6 +61527,7 @@ declare const VTab: {
61466
61527
  location?: Anchor | undefined;
61467
61528
  baseColor?: string | undefined;
61468
61529
  selectedClass?: string | undefined;
61530
+ activeColor?: string | undefined;
61469
61531
  prependIcon?: IconValue | undefined;
61470
61532
  appendIcon?: IconValue | undefined;
61471
61533
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61530,6 +61592,7 @@ declare const VTab: {
61530
61592
  location?: Anchor | undefined;
61531
61593
  baseColor?: string | undefined;
61532
61594
  selectedClass?: string | undefined;
61595
+ activeColor?: string | undefined;
61533
61596
  prependIcon?: IconValue | undefined;
61534
61597
  appendIcon?: IconValue | undefined;
61535
61598
  } & {
@@ -61624,6 +61687,7 @@ declare const VTab: {
61624
61687
  location?: Anchor | undefined;
61625
61688
  baseColor?: string | undefined;
61626
61689
  selectedClass?: string | undefined;
61690
+ activeColor?: string | undefined;
61627
61691
  prependIcon?: IconValue | undefined;
61628
61692
  appendIcon?: IconValue | undefined;
61629
61693
  } & {
@@ -61751,6 +61815,7 @@ declare const VTab: {
61751
61815
  location?: Anchor | undefined;
61752
61816
  baseColor?: string | undefined;
61753
61817
  selectedClass?: string | undefined;
61818
+ activeColor?: string | undefined;
61754
61819
  prependIcon?: IconValue | undefined;
61755
61820
  appendIcon?: IconValue | undefined;
61756
61821
  } & {
@@ -61777,7 +61842,7 @@ declare const VTab: {
61777
61842
  }) => any) | undefined;
61778
61843
  }, "group"> & vue.ShallowUnwrapRef<{
61779
61844
  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}`>, {}, {}, {}, {
61845
+ }> & {} & 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
61846
  replace: boolean;
61782
61847
  fixed: boolean;
61783
61848
  style: vue.StyleValue;
@@ -61842,6 +61907,7 @@ declare const VTab: {
61842
61907
  minWidth?: string | number | undefined;
61843
61908
  elevation?: string | number | undefined;
61844
61909
  baseColor?: string | undefined;
61910
+ activeColor?: string | undefined;
61845
61911
  prependIcon?: IconValue | undefined;
61846
61912
  appendIcon?: IconValue | undefined;
61847
61913
  sliderColor?: string | undefined;
@@ -61929,6 +61995,7 @@ declare const VTab: {
61929
61995
  location?: Anchor | undefined;
61930
61996
  baseColor?: string | undefined;
61931
61997
  selectedClass?: string | undefined;
61998
+ activeColor?: string | undefined;
61932
61999
  prependIcon?: IconValue | undefined;
61933
62000
  appendIcon?: IconValue | undefined;
61934
62001
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -61993,6 +62060,7 @@ declare const VTab: {
61993
62060
  location?: Anchor | undefined;
61994
62061
  baseColor?: string | undefined;
61995
62062
  selectedClass?: string | undefined;
62063
+ activeColor?: string | undefined;
61996
62064
  prependIcon?: IconValue | undefined;
61997
62065
  appendIcon?: IconValue | undefined;
61998
62066
  } & {
@@ -62087,6 +62155,7 @@ declare const VTab: {
62087
62155
  location?: Anchor | undefined;
62088
62156
  baseColor?: string | undefined;
62089
62157
  selectedClass?: string | undefined;
62158
+ activeColor?: string | undefined;
62090
62159
  prependIcon?: IconValue | undefined;
62091
62160
  appendIcon?: IconValue | undefined;
62092
62161
  } & {
@@ -62214,6 +62283,7 @@ declare const VTab: {
62214
62283
  location?: Anchor | undefined;
62215
62284
  baseColor?: string | undefined;
62216
62285
  selectedClass?: string | undefined;
62286
+ activeColor?: string | undefined;
62217
62287
  prependIcon?: IconValue | undefined;
62218
62288
  appendIcon?: IconValue | undefined;
62219
62289
  } & {
@@ -62240,7 +62310,7 @@ declare const VTab: {
62240
62310
  }) => any) | undefined;
62241
62311
  }, "group"> & vue.ShallowUnwrapRef<{
62242
62312
  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, {
62313
+ }> & {} & 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
62314
  replace: boolean;
62245
62315
  fixed: boolean;
62246
62316
  style: vue.StyleValue;
@@ -62340,6 +62410,7 @@ declare const VTab: {
62340
62410
  type: PropType<string>;
62341
62411
  default: string;
62342
62412
  };
62413
+ activeColor: StringConstructor;
62343
62414
  prependIcon: PropType<IconValue>;
62344
62415
  appendIcon: PropType<IconValue>;
62345
62416
  slim: BooleanConstructor;
@@ -62423,6 +62494,7 @@ declare const VTab: {
62423
62494
  type: PropType<string>;
62424
62495
  default: string;
62425
62496
  };
62497
+ activeColor: StringConstructor;
62426
62498
  prependIcon: PropType<IconValue>;
62427
62499
  appendIcon: PropType<IconValue>;
62428
62500
  slim: BooleanConstructor;
@@ -78387,10 +78459,10 @@ declare const VTreeview: {
78387
78459
  baseColor?: string | undefined;
78388
78460
  selected?: readonly unknown[] | undefined;
78389
78461
  bgColor?: string | undefined;
78462
+ activeColor?: string | undefined;
78390
78463
  activeClass?: string | undefined;
78391
78464
  opened?: readonly unknown[] | undefined;
78392
78465
  activeStrategy?: SelectStrategy | undefined;
78393
- activeColor?: string | undefined;
78394
78466
  customFilter?: FilterFunction | undefined;
78395
78467
  customKeyFilter?: FilterKeyFunctions | undefined;
78396
78468
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78470,10 +78542,10 @@ declare const VTreeview: {
78470
78542
  baseColor?: string | undefined;
78471
78543
  selected?: readonly unknown[] | undefined;
78472
78544
  bgColor?: string | undefined;
78545
+ activeColor?: string | undefined;
78473
78546
  activeClass?: string | undefined;
78474
78547
  opened?: readonly unknown[] | undefined;
78475
78548
  activeStrategy?: SelectStrategy | undefined;
78476
- activeColor?: string | undefined;
78477
78549
  customFilter?: FilterFunction | undefined;
78478
78550
  customKeyFilter?: FilterKeyFunctions | undefined;
78479
78551
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78643,10 +78715,10 @@ declare const VTreeview: {
78643
78715
  baseColor?: string | undefined;
78644
78716
  selected?: readonly unknown[] | undefined;
78645
78717
  bgColor?: string | undefined;
78718
+ activeColor?: string | undefined;
78646
78719
  activeClass?: string | undefined;
78647
78720
  opened?: readonly unknown[] | undefined;
78648
78721
  activeStrategy?: SelectStrategy | undefined;
78649
- activeColor?: string | undefined;
78650
78722
  customFilter?: FilterFunction | undefined;
78651
78723
  customKeyFilter?: FilterKeyFunctions | undefined;
78652
78724
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78745,10 +78817,10 @@ declare const VTreeview: {
78745
78817
  baseColor?: string | undefined;
78746
78818
  selected?: readonly unknown[] | undefined;
78747
78819
  bgColor?: string | undefined;
78820
+ activeColor?: string | undefined;
78748
78821
  activeClass?: string | undefined;
78749
78822
  opened?: readonly unknown[] | undefined;
78750
78823
  activeStrategy?: SelectStrategy | undefined;
78751
- activeColor?: string | undefined;
78752
78824
  customFilter?: FilterFunction | undefined;
78753
78825
  customKeyFilter?: FilterKeyFunctions | undefined;
78754
78826
  loadChildren?: ((item: unknown) => Promise<void>) | undefined;
@@ -78936,6 +79008,7 @@ declare const VTreeview: {
78936
79008
  baseColor: StringConstructor;
78937
79009
  selected: vue.PropType<readonly unknown[]>;
78938
79010
  bgColor: StringConstructor;
79011
+ activeColor: StringConstructor;
78939
79012
  slim: {
78940
79013
  type: vue.PropType<boolean>;
78941
79014
  default: boolean;
@@ -78963,7 +79036,6 @@ declare const VTreeview: {
78963
79036
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
78964
79037
  default: NonNullable<NonNullable<OpenStrategyProp>>;
78965
79038
  };
78966
- activeColor: StringConstructor;
78967
79039
  collapseIcon: {
78968
79040
  type: vue.PropType<string>;
78969
79041
  default: string;
@@ -79066,6 +79138,7 @@ declare const VTreeview: {
79066
79138
  baseColor: StringConstructor;
79067
79139
  selected: vue.PropType<readonly unknown[]>;
79068
79140
  bgColor: StringConstructor;
79141
+ activeColor: StringConstructor;
79069
79142
  slim: {
79070
79143
  type: vue.PropType<boolean>;
79071
79144
  default: boolean;
@@ -79093,7 +79166,6 @@ declare const VTreeview: {
79093
79166
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
79094
79167
  default: NonNullable<NonNullable<OpenStrategyProp>>;
79095
79168
  };
79096
- activeColor: StringConstructor;
79097
79169
  collapseIcon: {
79098
79170
  type: vue.PropType<string>;
79099
79171
  default: string;
@@ -79186,12 +79258,12 @@ declare const VTreeviewItem: {
79186
79258
  minWidth?: string | number | undefined;
79187
79259
  elevation?: string | number | undefined;
79188
79260
  baseColor?: string | undefined;
79261
+ activeColor?: string | undefined;
79189
79262
  prependIcon?: IconValue | undefined;
79190
79263
  appendIcon?: IconValue | undefined;
79191
79264
  activeClass?: string | undefined;
79192
79265
  appendAvatar?: string | undefined;
79193
79266
  prependAvatar?: string | undefined;
79194
- activeColor?: string | undefined;
79195
79267
  subtitle?: string | number | undefined;
79196
79268
  lines?: "one" | "two" | "three" | undefined;
79197
79269
  toggleIcon?: IconValue | undefined;
@@ -79303,12 +79375,12 @@ declare const VTreeviewItem: {
79303
79375
  minWidth?: string | number | undefined;
79304
79376
  elevation?: string | number | undefined;
79305
79377
  baseColor?: string | undefined;
79378
+ activeColor?: string | undefined;
79306
79379
  prependIcon?: IconValue | undefined;
79307
79380
  appendIcon?: IconValue | undefined;
79308
79381
  activeClass?: string | undefined;
79309
79382
  appendAvatar?: string | undefined;
79310
79383
  prependAvatar?: string | undefined;
79311
- activeColor?: string | undefined;
79312
79384
  subtitle?: string | number | undefined;
79313
79385
  lines?: "one" | "two" | "three" | undefined;
79314
79386
  toggleIcon?: IconValue | undefined;
@@ -79476,12 +79548,12 @@ declare const VTreeviewItem: {
79476
79548
  minWidth?: string | number | undefined;
79477
79549
  elevation?: string | number | undefined;
79478
79550
  baseColor?: string | undefined;
79551
+ activeColor?: string | undefined;
79479
79552
  prependIcon?: IconValue | undefined;
79480
79553
  appendIcon?: IconValue | undefined;
79481
79554
  activeClass?: string | undefined;
79482
79555
  appendAvatar?: string | undefined;
79483
79556
  prependAvatar?: string | undefined;
79484
- activeColor?: string | undefined;
79485
79557
  subtitle?: string | number | undefined;
79486
79558
  lines?: "one" | "two" | "three" | undefined;
79487
79559
  toggleIcon?: IconValue | undefined;
@@ -79615,12 +79687,12 @@ declare const VTreeviewItem: {
79615
79687
  minWidth?: string | number | undefined;
79616
79688
  elevation?: string | number | undefined;
79617
79689
  baseColor?: string | undefined;
79690
+ activeColor?: string | undefined;
79618
79691
  prependIcon?: IconValue | undefined;
79619
79692
  appendIcon?: IconValue | undefined;
79620
79693
  activeClass?: string | undefined;
79621
79694
  appendAvatar?: string | undefined;
79622
79695
  prependAvatar?: string | undefined;
79623
- activeColor?: string | undefined;
79624
79696
  subtitle?: string | number | undefined;
79625
79697
  lines?: "one" | "two" | "three" | undefined;
79626
79698
  toggleIcon?: IconValue | undefined;
@@ -79920,9 +79992,9 @@ declare const VTreeviewGroup: {
79920
79992
  value?: any;
79921
79993
  color?: string | undefined;
79922
79994
  baseColor?: string | undefined;
79995
+ activeColor?: string | undefined;
79923
79996
  prependIcon?: IconValue | undefined;
79924
79997
  appendIcon?: IconValue | undefined;
79925
- activeColor?: string | undefined;
79926
79998
  } & {
79927
79999
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
79928
80000
  default?: (() => vue.VNodeChild) | undefined;
@@ -79956,9 +80028,9 @@ declare const VTreeviewGroup: {
79956
80028
  value?: any;
79957
80029
  color?: string | undefined;
79958
80030
  baseColor?: string | undefined;
80031
+ activeColor?: string | undefined;
79959
80032
  prependIcon?: IconValue | undefined;
79960
80033
  appendIcon?: IconValue | undefined;
79961
- activeColor?: string | undefined;
79962
80034
  } & {
79963
80035
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
79964
80036
  default?: (() => vue.VNodeChild) | undefined;
@@ -80015,9 +80087,9 @@ declare const VTreeviewGroup: {
80015
80087
  value?: any;
80016
80088
  color?: string | undefined;
80017
80089
  baseColor?: string | undefined;
80090
+ activeColor?: string | undefined;
80018
80091
  prependIcon?: IconValue | undefined;
80019
80092
  appendIcon?: IconValue | undefined;
80020
- activeColor?: string | undefined;
80021
80093
  } & {
80022
80094
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
80023
80095
  default?: (() => vue.VNodeChild) | undefined;
@@ -80061,9 +80133,9 @@ declare const VTreeviewGroup: {
80061
80133
  value?: any;
80062
80134
  color?: string | undefined;
80063
80135
  baseColor?: string | undefined;
80136
+ activeColor?: string | undefined;
80064
80137
  prependIcon?: IconValue | undefined;
80065
80138
  appendIcon?: IconValue | undefined;
80066
- activeColor?: string | undefined;
80067
80139
  } & {
80068
80140
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
80069
80141
  default?: (() => vue.VNodeChild) | undefined;
@@ -80115,9 +80187,9 @@ declare const VTreeviewGroup: {
80115
80187
  default: string;
80116
80188
  };
80117
80189
  baseColor: StringConstructor;
80190
+ activeColor: StringConstructor;
80118
80191
  prependIcon: vue.PropType<IconValue>;
80119
80192
  appendIcon: vue.PropType<IconValue>;
80120
- activeColor: StringConstructor;
80121
80193
  collapseIcon: Omit<{
80122
80194
  type: vue.PropType<IconValue>;
80123
80195
  default: string;
@@ -80147,9 +80219,9 @@ declare const VTreeviewGroup: {
80147
80219
  default: string;
80148
80220
  };
80149
80221
  baseColor: StringConstructor;
80222
+ activeColor: StringConstructor;
80150
80223
  prependIcon: vue.PropType<IconValue>;
80151
80224
  appendIcon: vue.PropType<IconValue>;
80152
- activeColor: StringConstructor;
80153
80225
  collapseIcon: Omit<{
80154
80226
  type: vue.PropType<IconValue>;
80155
80227
  default: string;