@vuetify/nightly 3.7.15-master.2025-03-06 → 3.7.15-master.2025-03-07

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 (92) hide show
  1. package/CHANGELOG.md +26 -3
  2. package/dist/json/attributes.json +3562 -3558
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/tags.json +3 -2
  6. package/dist/json/web-types.json +6530 -6509
  7. package/dist/vuetify-labs.css +4798 -4798
  8. package/dist/vuetify-labs.d.ts +301 -129
  9. package/dist/vuetify-labs.esm.js +129 -106
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +128 -105
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +2139 -2139
  14. package/dist/vuetify.d.ts +260 -146
  15. package/dist/vuetify.esm.js +80 -51
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +79 -50
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +219 -217
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +15 -6
  23. package/lib/components/VAutocomplete/index.d.mts +2 -2
  24. package/lib/components/VBadge/VBadge.mjs +2 -2
  25. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  26. package/lib/components/VBtn/VBtn.mjs +6 -3
  27. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  28. package/lib/components/VBtn/index.d.mts +15 -6
  29. package/lib/components/VCard/VCard.mjs +12 -3
  30. package/lib/components/VCard/VCard.mjs.map +1 -1
  31. package/lib/components/VCard/VCardItem.mjs +11 -4
  32. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  33. package/lib/components/VCard/index.d.mts +75 -30
  34. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  35. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  36. package/lib/components/VChip/VChip.mjs +6 -3
  37. package/lib/components/VChip/VChip.mjs.map +1 -1
  38. package/lib/components/VChip/index.d.mts +15 -6
  39. package/lib/components/VCombobox/index.d.mts +2 -2
  40. package/lib/components/VDataTable/composables/headers.mjs +2 -2
  41. package/lib/components/VDataTable/composables/headers.mjs.map +1 -1
  42. package/lib/components/VDataTable/composables/paginate.mjs +2 -2
  43. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  44. package/lib/components/VFab/index.d.mts +15 -6
  45. package/lib/components/VList/VListItem.mjs +11 -5
  46. package/lib/components/VList/VListItem.mjs.map +1 -1
  47. package/lib/components/VList/index.d.mts +32 -14
  48. package/lib/components/VPagination/VPagination.mjs +3 -3
  49. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  50. package/lib/components/VParallax/VParallax.mjs +1 -1
  51. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  52. package/lib/components/VRating/VRating.mjs +1 -1
  53. package/lib/components/VRating/VRating.mjs.map +1 -1
  54. package/lib/components/VSelect/index.d.mts +2 -2
  55. package/lib/components/VSlider/slider.mjs +1 -1
  56. package/lib/components/VSlider/slider.mjs.map +1 -1
  57. package/lib/components/VSparkline/VBarline.mjs +1 -1
  58. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  59. package/lib/components/VTabs/index.d.mts +39 -24
  60. package/lib/components/VTextarea/VTextarea.mjs +2 -2
  61. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  62. package/lib/components/index.d.mts +206 -92
  63. package/lib/composables/stack.mjs +2 -2
  64. package/lib/composables/stack.mjs.map +1 -1
  65. package/lib/composables/validation.mjs +2 -2
  66. package/lib/composables/validation.mjs.map +1 -1
  67. package/lib/entry-bundler.mjs +1 -1
  68. package/lib/framework.mjs +1 -1
  69. package/lib/index.d.mts +54 -54
  70. package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
  71. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
  72. package/lib/labs/VFileUpload/index.d.mts +32 -14
  73. package/lib/labs/VNumberInput/VNumberInput.mjs +5 -5
  74. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  75. package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
  76. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  77. package/lib/labs/VTimePicker/VTimePickerControls.mjs +12 -13
  78. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  79. package/lib/labs/VTimePicker/index.d.mts +35 -13
  80. package/lib/labs/VTimePicker/shared.mjs +2 -0
  81. package/lib/labs/VTimePicker/shared.mjs.map +1 -0
  82. package/lib/labs/VTreeview/index.d.mts +32 -14
  83. package/lib/labs/components.d.mts +97 -39
  84. package/lib/locale/adapters/vuetify.mjs +1 -1
  85. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  86. package/lib/util/animation.mjs +8 -8
  87. package/lib/util/animation.mjs.map +1 -1
  88. package/lib/util/helpers.mjs +6 -4
  89. package/lib/util/helpers.mjs.map +1 -1
  90. package/package.json +1 -1
  91. package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
  92. package/lib/labs/VTimePicker/SelectingTimes.mjs.map +0 -1
package/dist/vuetify.d.ts CHANGED
@@ -1851,7 +1851,7 @@ declare const VAppBarNavIcon: {
1851
1851
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1852
1852
  value?: any;
1853
1853
  loading?: string | boolean | undefined;
1854
- text?: string | undefined;
1854
+ text?: string | number | boolean | undefined;
1855
1855
  class?: any;
1856
1856
  theme?: string | undefined;
1857
1857
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -1915,7 +1915,7 @@ declare const VAppBarNavIcon: {
1915
1915
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1916
1916
  value?: any;
1917
1917
  loading?: string | boolean | undefined;
1918
- text?: string | undefined;
1918
+ text?: string | number | boolean | undefined;
1919
1919
  class?: any;
1920
1920
  theme?: string | undefined;
1921
1921
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -1954,6 +1954,7 @@ declare const VAppBarNavIcon: {
1954
1954
  block: boolean;
1955
1955
  active: boolean;
1956
1956
  style: vue.StyleValue;
1957
+ text: string | number | boolean;
1957
1958
  disabled: boolean;
1958
1959
  size: string | number;
1959
1960
  readonly: boolean;
@@ -2013,7 +2014,7 @@ declare const VAppBarNavIcon: {
2013
2014
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2014
2015
  value?: any;
2015
2016
  loading?: string | boolean | undefined;
2016
- text?: string | undefined;
2017
+ text?: string | number | boolean | undefined;
2017
2018
  class?: any;
2018
2019
  theme?: string | undefined;
2019
2020
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -2052,6 +2053,7 @@ declare const VAppBarNavIcon: {
2052
2053
  block: boolean;
2053
2054
  active: boolean;
2054
2055
  style: vue.StyleValue;
2056
+ text: string | number | boolean;
2055
2057
  disabled: boolean;
2056
2058
  size: string | number;
2057
2059
  readonly: boolean;
@@ -2103,7 +2105,7 @@ declare const VAppBarNavIcon: {
2103
2105
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2104
2106
  value?: any;
2105
2107
  loading?: string | boolean | undefined;
2106
- text?: string | undefined;
2108
+ text?: string | number | boolean | undefined;
2107
2109
  class?: any;
2108
2110
  theme?: string | undefined;
2109
2111
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -2142,6 +2144,7 @@ declare const VAppBarNavIcon: {
2142
2144
  block: boolean;
2143
2145
  active: boolean;
2144
2146
  style: vue.StyleValue;
2147
+ text: string | number | boolean;
2145
2148
  disabled: boolean;
2146
2149
  size: string | number;
2147
2150
  readonly: boolean;
@@ -2249,7 +2252,10 @@ declare const VAppBarNavIcon: {
2249
2252
  type: vue.PropType<RippleDirectiveBinding["value"]>;
2250
2253
  default: boolean;
2251
2254
  };
2252
- text: StringConstructor;
2255
+ text: {
2256
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2257
+ default: undefined;
2258
+ };
2253
2259
  }, vue.ExtractPropTypes<{
2254
2260
  color: StringConstructor;
2255
2261
  variant: Omit<Omit<{
@@ -2339,7 +2345,10 @@ declare const VAppBarNavIcon: {
2339
2345
  type: vue.PropType<RippleDirectiveBinding["value"]>;
2340
2346
  default: boolean;
2341
2347
  };
2342
- text: StringConstructor;
2348
+ text: {
2349
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2350
+ default: undefined;
2351
+ };
2343
2352
  }>>;
2344
2353
  type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
2345
2354
 
@@ -4119,10 +4128,10 @@ type ListItemSlot = {
4119
4128
  select: (value: boolean) => void;
4120
4129
  };
4121
4130
  type ListItemTitleSlot = {
4122
- title?: string | number;
4131
+ title?: string | number | boolean;
4123
4132
  };
4124
4133
  type ListItemSubtitleSlot = {
4125
- subtitle?: string | number;
4134
+ subtitle?: string | number | boolean;
4126
4135
  };
4127
4136
  type VListItemSlots = {
4128
4137
  prepend: ListItemSlot;
@@ -4158,7 +4167,7 @@ declare const VListItem: {
4158
4167
  minHeight?: string | number | undefined;
4159
4168
  minWidth?: string | number | undefined;
4160
4169
  value?: any;
4161
- title?: string | number | undefined;
4170
+ title?: string | number | boolean | undefined;
4162
4171
  class?: any;
4163
4172
  theme?: string | undefined;
4164
4173
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4175,7 +4184,7 @@ declare const VListItem: {
4175
4184
  activeClass?: string | undefined;
4176
4185
  appendAvatar?: string | undefined;
4177
4186
  prependAvatar?: string | undefined;
4178
- subtitle?: string | number | undefined;
4187
+ subtitle?: string | number | boolean | undefined;
4179
4188
  } & {
4180
4189
  $children?: vue.VNodeChild | {
4181
4190
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4256,7 +4265,7 @@ declare const VListItem: {
4256
4265
  minHeight?: string | number | undefined;
4257
4266
  minWidth?: string | number | undefined;
4258
4267
  value?: any;
4259
- title?: string | number | undefined;
4268
+ title?: string | number | boolean | undefined;
4260
4269
  class?: any;
4261
4270
  theme?: string | undefined;
4262
4271
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4273,7 +4282,7 @@ declare const VListItem: {
4273
4282
  activeClass?: string | undefined;
4274
4283
  appendAvatar?: string | undefined;
4275
4284
  prependAvatar?: string | undefined;
4276
- subtitle?: string | number | undefined;
4285
+ subtitle?: string | number | boolean | undefined;
4277
4286
  } & {
4278
4287
  $children?: vue.VNodeChild | {
4279
4288
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4305,6 +4314,7 @@ declare const VListItem: {
4305
4314
  active: boolean;
4306
4315
  nav: boolean;
4307
4316
  style: vue.StyleValue;
4317
+ title: string | number | boolean;
4308
4318
  disabled: boolean;
4309
4319
  tag: string;
4310
4320
  rounded: string | number | boolean;
@@ -4314,6 +4324,7 @@ declare const VListItem: {
4314
4324
  ripple: boolean | {
4315
4325
  class: string;
4316
4326
  } | undefined;
4327
+ subtitle: string | number | boolean;
4317
4328
  }, true, {}, vue.SlotsType<Partial<{
4318
4329
  prepend: (arg: ListItemSlot) => vue.VNode[];
4319
4330
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -4353,7 +4364,7 @@ declare const VListItem: {
4353
4364
  minHeight?: string | number | undefined;
4354
4365
  minWidth?: string | number | undefined;
4355
4366
  value?: any;
4356
- title?: string | number | undefined;
4367
+ title?: string | number | boolean | undefined;
4357
4368
  class?: any;
4358
4369
  theme?: string | undefined;
4359
4370
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4370,7 +4381,7 @@ declare const VListItem: {
4370
4381
  activeClass?: string | undefined;
4371
4382
  appendAvatar?: string | undefined;
4372
4383
  prependAvatar?: string | undefined;
4373
- subtitle?: string | number | undefined;
4384
+ subtitle?: string | number | boolean | undefined;
4374
4385
  } & {
4375
4386
  $children?: vue.VNodeChild | {
4376
4387
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4431,6 +4442,7 @@ declare const VListItem: {
4431
4442
  active: boolean;
4432
4443
  nav: boolean;
4433
4444
  style: vue.StyleValue;
4445
+ title: string | number | boolean;
4434
4446
  disabled: boolean;
4435
4447
  tag: string;
4436
4448
  rounded: string | number | boolean;
@@ -4440,6 +4452,7 @@ declare const VListItem: {
4440
4452
  ripple: boolean | {
4441
4453
  class: string;
4442
4454
  } | undefined;
4455
+ subtitle: string | number | boolean;
4443
4456
  }>;
4444
4457
  __isFragment?: never;
4445
4458
  __isTeleport?: never;
@@ -4470,7 +4483,7 @@ declare const VListItem: {
4470
4483
  minHeight?: string | number | undefined;
4471
4484
  minWidth?: string | number | undefined;
4472
4485
  value?: any;
4473
- title?: string | number | undefined;
4486
+ title?: string | number | boolean | undefined;
4474
4487
  class?: any;
4475
4488
  theme?: string | undefined;
4476
4489
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4487,7 +4500,7 @@ declare const VListItem: {
4487
4500
  activeClass?: string | undefined;
4488
4501
  appendAvatar?: string | undefined;
4489
4502
  prependAvatar?: string | undefined;
4490
- subtitle?: string | number | undefined;
4503
+ subtitle?: string | number | boolean | undefined;
4491
4504
  } & {
4492
4505
  $children?: vue.VNodeChild | {
4493
4506
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4550,6 +4563,7 @@ declare const VListItem: {
4550
4563
  active: boolean;
4551
4564
  nav: boolean;
4552
4565
  style: vue.StyleValue;
4566
+ title: string | number | boolean;
4553
4567
  disabled: boolean;
4554
4568
  tag: string;
4555
4569
  rounded: string | number | boolean;
@@ -4559,6 +4573,7 @@ declare const VListItem: {
4559
4573
  ripple: boolean | {
4560
4574
  class: string;
4561
4575
  } | undefined;
4576
+ subtitle: string | number | boolean;
4562
4577
  }, {}, string, vue.SlotsType<Partial<{
4563
4578
  prepend: (arg: ListItemSlot) => vue.VNode[];
4564
4579
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -4633,8 +4648,14 @@ declare const VListItem: {
4633
4648
  default: boolean;
4634
4649
  };
4635
4650
  slim: BooleanConstructor;
4636
- subtitle: (StringConstructor | NumberConstructor)[];
4637
- title: (StringConstructor | NumberConstructor)[];
4651
+ subtitle: {
4652
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4653
+ default: undefined;
4654
+ };
4655
+ title: {
4656
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4657
+ default: undefined;
4658
+ };
4638
4659
  value: null;
4639
4660
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4640
4661
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -4706,8 +4727,14 @@ declare const VListItem: {
4706
4727
  default: boolean;
4707
4728
  };
4708
4729
  slim: BooleanConstructor;
4709
- subtitle: (StringConstructor | NumberConstructor)[];
4710
- title: (StringConstructor | NumberConstructor)[];
4730
+ subtitle: {
4731
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4732
+ default: undefined;
4733
+ };
4734
+ title: {
4735
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4736
+ default: undefined;
4737
+ };
4711
4738
  value: null;
4712
4739
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4713
4740
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -13770,7 +13797,7 @@ declare const VBtn: {
13770
13797
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13771
13798
  value?: any;
13772
13799
  loading?: string | boolean | undefined;
13773
- text?: string | undefined;
13800
+ text?: string | number | boolean | undefined;
13774
13801
  class?: any;
13775
13802
  theme?: string | undefined;
13776
13803
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13844,7 +13871,7 @@ declare const VBtn: {
13844
13871
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13845
13872
  value?: any;
13846
13873
  loading?: string | boolean | undefined;
13847
- text?: string | undefined;
13874
+ text?: string | number | boolean | undefined;
13848
13875
  class?: any;
13849
13876
  theme?: string | undefined;
13850
13877
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13888,6 +13915,7 @@ declare const VBtn: {
13888
13915
  block: boolean;
13889
13916
  active: boolean;
13890
13917
  style: vue.StyleValue;
13918
+ text: string | number | boolean;
13891
13919
  disabled: boolean;
13892
13920
  size: string | number;
13893
13921
  readonly: boolean;
@@ -13945,7 +13973,7 @@ declare const VBtn: {
13945
13973
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13946
13974
  value?: any;
13947
13975
  loading?: string | boolean | undefined;
13948
- text?: string | undefined;
13976
+ text?: string | number | boolean | undefined;
13949
13977
  class?: any;
13950
13978
  theme?: string | undefined;
13951
13979
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13991,6 +14019,7 @@ declare const VBtn: {
13991
14019
  block: boolean;
13992
14020
  active: boolean;
13993
14021
  style: vue.StyleValue;
14022
+ text: string | number | boolean;
13994
14023
  disabled: boolean;
13995
14024
  size: string | number;
13996
14025
  readonly: boolean;
@@ -14040,7 +14069,7 @@ declare const VBtn: {
14040
14069
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14041
14070
  value?: any;
14042
14071
  loading?: string | boolean | undefined;
14043
- text?: string | undefined;
14072
+ text?: string | number | boolean | undefined;
14044
14073
  class?: any;
14045
14074
  theme?: string | undefined;
14046
14075
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14090,6 +14119,7 @@ declare const VBtn: {
14090
14119
  block: boolean;
14091
14120
  active: boolean;
14092
14121
  style: vue.StyleValue;
14122
+ text: string | number | boolean;
14093
14123
  disabled: boolean;
14094
14124
  size: string | number;
14095
14125
  readonly: boolean;
@@ -14190,7 +14220,10 @@ declare const VBtn: {
14190
14220
  type: PropType<RippleDirectiveBinding["value"]>;
14191
14221
  default: boolean;
14192
14222
  };
14193
- text: StringConstructor;
14223
+ text: {
14224
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14225
+ default: undefined;
14226
+ };
14194
14227
  }, vue.ExtractPropTypes<{
14195
14228
  color: StringConstructor;
14196
14229
  variant: Omit<{
@@ -14274,7 +14307,10 @@ declare const VBtn: {
14274
14307
  type: PropType<RippleDirectiveBinding["value"]>;
14275
14308
  default: boolean;
14276
14309
  };
14277
- text: StringConstructor;
14310
+ text: {
14311
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14312
+ default: undefined;
14313
+ };
14278
14314
  }>>;
14279
14315
  type VBtn = InstanceType<typeof VBtn>;
14280
14316
 
@@ -14730,13 +14766,13 @@ declare const VCardItem: {
14730
14766
  style: vue.StyleValue;
14731
14767
  density: Density;
14732
14768
  } & {
14733
- title?: string | number | undefined;
14769
+ title?: string | number | boolean | undefined;
14734
14770
  class?: any;
14735
14771
  prependIcon?: IconValue | undefined;
14736
14772
  appendIcon?: IconValue | undefined;
14737
14773
  appendAvatar?: string | undefined;
14738
14774
  prependAvatar?: string | undefined;
14739
- subtitle?: string | number | undefined;
14775
+ subtitle?: string | number | boolean | undefined;
14740
14776
  } & {
14741
14777
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14742
14778
  default?: (() => vue.VNodeChild) | undefined;
@@ -14762,13 +14798,13 @@ declare const VCardItem: {
14762
14798
  style: vue.StyleValue;
14763
14799
  density: Density;
14764
14800
  } & {
14765
- title?: string | number | undefined;
14801
+ title?: string | number | boolean | undefined;
14766
14802
  class?: any;
14767
14803
  prependIcon?: IconValue | undefined;
14768
14804
  appendIcon?: IconValue | undefined;
14769
14805
  appendAvatar?: string | undefined;
14770
14806
  prependAvatar?: string | undefined;
14771
- subtitle?: string | number | undefined;
14807
+ subtitle?: string | number | boolean | undefined;
14772
14808
  } & {
14773
14809
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14774
14810
  default?: (() => vue.VNodeChild) | undefined;
@@ -14792,7 +14828,9 @@ declare const VCardItem: {
14792
14828
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14793
14829
  }, {
14794
14830
  style: vue.StyleValue;
14831
+ title: string | number | boolean;
14795
14832
  density: Density;
14833
+ subtitle: string | number | boolean;
14796
14834
  }, true, {}, vue.SlotsType<Partial<{
14797
14835
  default: () => vue.VNode[];
14798
14836
  prepend: () => vue.VNode[];
@@ -14810,13 +14848,13 @@ declare const VCardItem: {
14810
14848
  style: vue.StyleValue;
14811
14849
  density: Density;
14812
14850
  } & {
14813
- title?: string | number | undefined;
14851
+ title?: string | number | boolean | undefined;
14814
14852
  class?: any;
14815
14853
  prependIcon?: IconValue | undefined;
14816
14854
  appendIcon?: IconValue | undefined;
14817
14855
  appendAvatar?: string | undefined;
14818
14856
  prependAvatar?: string | undefined;
14819
- subtitle?: string | number | undefined;
14857
+ subtitle?: string | number | boolean | undefined;
14820
14858
  } & {
14821
14859
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14822
14860
  default?: (() => vue.VNodeChild) | undefined;
@@ -14840,7 +14878,9 @@ declare const VCardItem: {
14840
14878
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14841
14879
  }, {}, {}, {}, {}, {
14842
14880
  style: vue.StyleValue;
14881
+ title: string | number | boolean;
14843
14882
  density: Density;
14883
+ subtitle: string | number | boolean;
14844
14884
  }>;
14845
14885
  __isFragment?: never;
14846
14886
  __isTeleport?: never;
@@ -14849,13 +14889,13 @@ declare const VCardItem: {
14849
14889
  style: vue.StyleValue;
14850
14890
  density: Density;
14851
14891
  } & {
14852
- title?: string | number | undefined;
14892
+ title?: string | number | boolean | undefined;
14853
14893
  class?: any;
14854
14894
  prependIcon?: IconValue | undefined;
14855
14895
  appendIcon?: IconValue | undefined;
14856
14896
  appendAvatar?: string | undefined;
14857
14897
  prependAvatar?: string | undefined;
14858
- subtitle?: string | number | undefined;
14898
+ subtitle?: string | number | boolean | undefined;
14859
14899
  } & {
14860
14900
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14861
14901
  default?: (() => vue.VNodeChild) | undefined;
@@ -14879,7 +14919,9 @@ declare const VCardItem: {
14879
14919
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14880
14920
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
14881
14921
  style: vue.StyleValue;
14922
+ title: string | number | boolean;
14882
14923
  density: Density;
14924
+ subtitle: string | number | boolean;
14883
14925
  }, {}, string, vue.SlotsType<Partial<{
14884
14926
  default: () => vue.VNode[];
14885
14927
  prepend: () => vue.VNode[];
@@ -14901,8 +14943,14 @@ declare const VCardItem: {
14901
14943
  appendIcon: vue.PropType<IconValue>;
14902
14944
  prependAvatar: StringConstructor;
14903
14945
  prependIcon: vue.PropType<IconValue>;
14904
- subtitle: (StringConstructor | NumberConstructor)[];
14905
- title: (StringConstructor | NumberConstructor)[];
14946
+ subtitle: {
14947
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14948
+ default: undefined;
14949
+ };
14950
+ title: {
14951
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14952
+ default: undefined;
14953
+ };
14906
14954
  }, vue.ExtractPropTypes<{
14907
14955
  density: {
14908
14956
  type: vue.PropType<Density>;
@@ -14918,8 +14966,14 @@ declare const VCardItem: {
14918
14966
  appendIcon: vue.PropType<IconValue>;
14919
14967
  prependAvatar: StringConstructor;
14920
14968
  prependIcon: vue.PropType<IconValue>;
14921
- subtitle: (StringConstructor | NumberConstructor)[];
14922
- title: (StringConstructor | NumberConstructor)[];
14969
+ subtitle: {
14970
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14971
+ default: undefined;
14972
+ };
14973
+ title: {
14974
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14975
+ default: undefined;
14976
+ };
14923
14977
  }>>;
14924
14978
  type VCardItem = InstanceType<typeof VCardItem>;
14925
14979
 
@@ -14951,9 +15005,9 @@ declare const VCard: {
14951
15005
  minWidth?: string | number | undefined;
14952
15006
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14953
15007
  loading?: string | boolean | undefined;
14954
- title?: string | number | undefined;
15008
+ title?: string | number | boolean | undefined;
14955
15009
  image?: string | undefined;
14956
- text?: string | number | undefined;
15010
+ text?: string | number | boolean | undefined;
14957
15011
  class?: any;
14958
15012
  theme?: string | undefined;
14959
15013
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14964,7 +15018,7 @@ declare const VCard: {
14964
15018
  appendIcon?: IconValue | undefined;
14965
15019
  appendAvatar?: string | undefined;
14966
15020
  prependAvatar?: string | undefined;
14967
- subtitle?: string | number | undefined;
15021
+ subtitle?: string | number | boolean | undefined;
14968
15022
  } & {
14969
15023
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14970
15024
  default?: (() => vue.VNodeChild) | undefined;
@@ -15028,9 +15082,9 @@ declare const VCard: {
15028
15082
  minWidth?: string | number | undefined;
15029
15083
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15030
15084
  loading?: string | boolean | undefined;
15031
- title?: string | number | undefined;
15085
+ title?: string | number | boolean | undefined;
15032
15086
  image?: string | undefined;
15033
- text?: string | number | undefined;
15087
+ text?: string | number | boolean | undefined;
15034
15088
  class?: any;
15035
15089
  theme?: string | undefined;
15036
15090
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15041,7 +15095,7 @@ declare const VCard: {
15041
15095
  appendIcon?: IconValue | undefined;
15042
15096
  appendAvatar?: string | undefined;
15043
15097
  prependAvatar?: string | undefined;
15044
- subtitle?: string | number | undefined;
15098
+ subtitle?: string | number | boolean | undefined;
15045
15099
  } & {
15046
15100
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15047
15101
  default?: (() => vue.VNodeChild) | undefined;
@@ -15085,6 +15139,8 @@ declare const VCard: {
15085
15139
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15086
15140
  exact: boolean;
15087
15141
  style: vue.StyleValue;
15142
+ title: string | number | boolean;
15143
+ text: string | number | boolean;
15088
15144
  disabled: boolean;
15089
15145
  tag: string;
15090
15146
  rounded: string | number | boolean;
@@ -15093,6 +15149,7 @@ declare const VCard: {
15093
15149
  ripple: boolean | {
15094
15150
  class: string;
15095
15151
  } | undefined;
15152
+ subtitle: string | number | boolean;
15096
15153
  hover: boolean;
15097
15154
  }, true, {}, vue.SlotsType<Partial<{
15098
15155
  default: () => vue.VNode[];
@@ -15139,9 +15196,9 @@ declare const VCard: {
15139
15196
  minWidth?: string | number | undefined;
15140
15197
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15141
15198
  loading?: string | boolean | undefined;
15142
- title?: string | number | undefined;
15199
+ title?: string | number | boolean | undefined;
15143
15200
  image?: string | undefined;
15144
- text?: string | number | undefined;
15201
+ text?: string | number | boolean | undefined;
15145
15202
  class?: any;
15146
15203
  theme?: string | undefined;
15147
15204
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15152,7 +15209,7 @@ declare const VCard: {
15152
15209
  appendIcon?: IconValue | undefined;
15153
15210
  appendAvatar?: string | undefined;
15154
15211
  prependAvatar?: string | undefined;
15155
- subtitle?: string | number | undefined;
15212
+ subtitle?: string | number | boolean | undefined;
15156
15213
  } & {
15157
15214
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15158
15215
  default?: (() => vue.VNodeChild) | undefined;
@@ -15196,6 +15253,8 @@ declare const VCard: {
15196
15253
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15197
15254
  exact: boolean;
15198
15255
  style: vue.StyleValue;
15256
+ title: string | number | boolean;
15257
+ text: string | number | boolean;
15199
15258
  disabled: boolean;
15200
15259
  tag: string;
15201
15260
  rounded: string | number | boolean;
@@ -15204,6 +15263,7 @@ declare const VCard: {
15204
15263
  ripple: boolean | {
15205
15264
  class: string;
15206
15265
  } | undefined;
15266
+ subtitle: string | number | boolean;
15207
15267
  hover: boolean;
15208
15268
  }>;
15209
15269
  __isFragment?: never;
@@ -15236,9 +15296,9 @@ declare const VCard: {
15236
15296
  minWidth?: string | number | undefined;
15237
15297
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15238
15298
  loading?: string | boolean | undefined;
15239
- title?: string | number | undefined;
15299
+ title?: string | number | boolean | undefined;
15240
15300
  image?: string | undefined;
15241
- text?: string | number | undefined;
15301
+ text?: string | number | boolean | undefined;
15242
15302
  class?: any;
15243
15303
  theme?: string | undefined;
15244
15304
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15249,7 +15309,7 @@ declare const VCard: {
15249
15309
  appendIcon?: IconValue | undefined;
15250
15310
  appendAvatar?: string | undefined;
15251
15311
  prependAvatar?: string | undefined;
15252
- subtitle?: string | number | undefined;
15312
+ subtitle?: string | number | boolean | undefined;
15253
15313
  } & {
15254
15314
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15255
15315
  default?: (() => vue.VNodeChild) | undefined;
@@ -15293,6 +15353,8 @@ declare const VCard: {
15293
15353
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15294
15354
  exact: boolean;
15295
15355
  style: vue.StyleValue;
15356
+ title: string | number | boolean;
15357
+ text: string | number | boolean;
15296
15358
  disabled: boolean;
15297
15359
  tag: string;
15298
15360
  rounded: string | number | boolean;
@@ -15301,6 +15363,7 @@ declare const VCard: {
15301
15363
  ripple: boolean | {
15302
15364
  class: string;
15303
15365
  } | undefined;
15366
+ subtitle: string | number | boolean;
15304
15367
  hover: boolean;
15305
15368
  }, {}, string, vue.SlotsType<Partial<{
15306
15369
  default: () => vue.VNode[];
@@ -15380,9 +15443,18 @@ declare const VCard: {
15380
15443
  type: PropType<RippleDirectiveBinding["value"]>;
15381
15444
  default: boolean;
15382
15445
  };
15383
- subtitle: (StringConstructor | NumberConstructor)[];
15384
- text: (StringConstructor | NumberConstructor)[];
15385
- title: (StringConstructor | NumberConstructor)[];
15446
+ subtitle: {
15447
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15448
+ default: undefined;
15449
+ };
15450
+ text: {
15451
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15452
+ default: undefined;
15453
+ };
15454
+ title: {
15455
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15456
+ default: undefined;
15457
+ };
15386
15458
  }, vue.ExtractPropTypes<{
15387
15459
  color: StringConstructor;
15388
15460
  variant: Omit<{
@@ -15450,9 +15522,18 @@ declare const VCard: {
15450
15522
  type: PropType<RippleDirectiveBinding["value"]>;
15451
15523
  default: boolean;
15452
15524
  };
15453
- subtitle: (StringConstructor | NumberConstructor)[];
15454
- text: (StringConstructor | NumberConstructor)[];
15455
- title: (StringConstructor | NumberConstructor)[];
15525
+ subtitle: {
15526
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15527
+ default: undefined;
15528
+ };
15529
+ text: {
15530
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15531
+ default: undefined;
15532
+ };
15533
+ title: {
15534
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15535
+ default: undefined;
15536
+ };
15456
15537
  }>>;
15457
15538
  type VCard = InstanceType<typeof VCard>;
15458
15539
 
@@ -18835,7 +18916,7 @@ declare const VChip: {
18835
18916
  border?: string | number | boolean | undefined;
18836
18917
  color?: string | undefined;
18837
18918
  value?: any;
18838
- text?: string | undefined;
18919
+ text?: string | number | boolean | undefined;
18839
18920
  class?: any;
18840
18921
  theme?: string | undefined;
18841
18922
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -18943,7 +19024,7 @@ declare const VChip: {
18943
19024
  border?: string | number | boolean | undefined;
18944
19025
  color?: string | undefined;
18945
19026
  value?: any;
18946
- text?: string | undefined;
19027
+ text?: string | number | boolean | undefined;
18947
19028
  class?: any;
18948
19029
  theme?: string | undefined;
18949
19030
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19025,6 +19106,7 @@ declare const VChip: {
19025
19106
  exact: boolean;
19026
19107
  label: boolean;
19027
19108
  style: vue.StyleValue;
19109
+ text: string | number | boolean;
19028
19110
  draggable: boolean;
19029
19111
  disabled: boolean;
19030
19112
  size: string | number;
@@ -19089,7 +19171,7 @@ declare const VChip: {
19089
19171
  border?: string | number | boolean | undefined;
19090
19172
  color?: string | undefined;
19091
19173
  value?: any;
19092
- text?: string | undefined;
19174
+ text?: string | number | boolean | undefined;
19093
19175
  class?: any;
19094
19176
  theme?: string | undefined;
19095
19177
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19171,6 +19253,7 @@ declare const VChip: {
19171
19253
  exact: boolean;
19172
19254
  label: boolean;
19173
19255
  style: vue.StyleValue;
19256
+ text: string | number | boolean;
19174
19257
  draggable: boolean;
19175
19258
  disabled: boolean;
19176
19259
  size: string | number;
@@ -19218,7 +19301,7 @@ declare const VChip: {
19218
19301
  border?: string | number | boolean | undefined;
19219
19302
  color?: string | undefined;
19220
19303
  value?: any;
19221
- text?: string | undefined;
19304
+ text?: string | number | boolean | undefined;
19222
19305
  class?: any;
19223
19306
  theme?: string | undefined;
19224
19307
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19307,6 +19390,7 @@ declare const VChip: {
19307
19390
  exact: boolean;
19308
19391
  label: boolean;
19309
19392
  style: vue.StyleValue;
19393
+ text: string | number | boolean;
19310
19394
  draggable: boolean;
19311
19395
  disabled: boolean;
19312
19396
  size: string | number;
@@ -19416,7 +19500,10 @@ declare const VChip: {
19416
19500
  type: PropType<RippleDirectiveBinding["value"]>;
19417
19501
  default: boolean;
19418
19502
  };
19419
- text: StringConstructor;
19503
+ text: {
19504
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19505
+ default: undefined;
19506
+ };
19420
19507
  modelValue: {
19421
19508
  type: BooleanConstructor;
19422
19509
  default: boolean;
@@ -19502,7 +19589,10 @@ declare const VChip: {
19502
19589
  type: PropType<RippleDirectiveBinding["value"]>;
19503
19590
  default: boolean;
19504
19591
  };
19505
- text: StringConstructor;
19592
+ text: {
19593
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19594
+ default: undefined;
19595
+ };
19506
19596
  modelValue: {
19507
19597
  type: BooleanConstructor;
19508
19598
  default: boolean;
@@ -33348,7 +33438,7 @@ declare const VFab: {
33348
33438
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33349
33439
  value?: any;
33350
33440
  loading?: string | boolean | undefined;
33351
- text?: string | undefined;
33441
+ text?: string | number | boolean | undefined;
33352
33442
  class?: any;
33353
33443
  theme?: string | undefined;
33354
33444
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33419,7 +33509,7 @@ declare const VFab: {
33419
33509
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33420
33510
  value?: any;
33421
33511
  loading?: string | boolean | undefined;
33422
- text?: string | undefined;
33512
+ text?: string | number | boolean | undefined;
33423
33513
  class?: any;
33424
33514
  theme?: string | undefined;
33425
33515
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33458,6 +33548,7 @@ declare const VFab: {
33458
33548
  component?: vue.Component;
33459
33549
  });
33460
33550
  style: vue.StyleValue;
33551
+ text: string | number | boolean;
33461
33552
  disabled: boolean;
33462
33553
  size: string | number;
33463
33554
  readonly: boolean;
@@ -33529,7 +33620,7 @@ declare const VFab: {
33529
33620
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33530
33621
  value?: any;
33531
33622
  loading?: string | boolean | undefined;
33532
- text?: string | undefined;
33623
+ text?: string | number | boolean | undefined;
33533
33624
  class?: any;
33534
33625
  theme?: string | undefined;
33535
33626
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33568,6 +33659,7 @@ declare const VFab: {
33568
33659
  component?: vue.Component;
33569
33660
  });
33570
33661
  style: vue.StyleValue;
33662
+ text: string | number | boolean;
33571
33663
  disabled: boolean;
33572
33664
  size: string | number;
33573
33665
  readonly: boolean;
@@ -33634,7 +33726,7 @@ declare const VFab: {
33634
33726
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33635
33727
  value?: any;
33636
33728
  loading?: string | boolean | undefined;
33637
- text?: string | undefined;
33729
+ text?: string | number | boolean | undefined;
33638
33730
  class?: any;
33639
33731
  theme?: string | undefined;
33640
33732
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33675,6 +33767,7 @@ declare const VFab: {
33675
33767
  component?: vue.Component;
33676
33768
  });
33677
33769
  style: vue.StyleValue;
33770
+ text: string | number | boolean;
33678
33771
  disabled: boolean;
33679
33772
  size: string | number;
33680
33773
  readonly: boolean;
@@ -33759,7 +33852,10 @@ declare const VFab: {
33759
33852
  type: vue.PropType<vue.StyleValue>;
33760
33853
  default: null;
33761
33854
  };
33762
- text: StringConstructor;
33855
+ text: {
33856
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
33857
+ default: undefined;
33858
+ };
33763
33859
  disabled: BooleanConstructor;
33764
33860
  size: {
33765
33861
  type: (StringConstructor | NumberConstructor)[];
@@ -33877,7 +33973,10 @@ declare const VFab: {
33877
33973
  type: vue.PropType<vue.StyleValue>;
33878
33974
  default: null;
33879
33975
  };
33880
- text: StringConstructor;
33976
+ text: {
33977
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
33978
+ default: undefined;
33979
+ };
33881
33980
  disabled: BooleanConstructor;
33882
33981
  size: {
33883
33982
  type: (StringConstructor | NumberConstructor)[];
@@ -54680,7 +54779,7 @@ declare const VTab: {
54680
54779
  minWidth?: string | number | undefined;
54681
54780
  value?: any;
54682
54781
  loading?: string | boolean | undefined;
54683
- text?: string | undefined;
54782
+ text?: string | number | boolean | undefined;
54684
54783
  class?: any;
54685
54784
  theme?: string | undefined;
54686
54785
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54723,6 +54822,7 @@ declare const VTab: {
54723
54822
  block: boolean;
54724
54823
  active: boolean;
54725
54824
  style: vue.StyleValue;
54825
+ text: string | number | boolean;
54726
54826
  disabled: boolean;
54727
54827
  size: string | number;
54728
54828
  readonly: boolean;
@@ -54767,7 +54867,7 @@ declare const VTab: {
54767
54867
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
54768
54868
  value?: any;
54769
54869
  loading?: string | boolean | undefined;
54770
- text?: string | undefined;
54870
+ text?: string | number | boolean | undefined;
54771
54871
  class?: any;
54772
54872
  theme?: string | undefined;
54773
54873
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54832,7 +54932,7 @@ declare const VTab: {
54832
54932
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
54833
54933
  value?: any;
54834
54934
  loading?: string | boolean | undefined;
54835
- text?: string | undefined;
54935
+ text?: string | number | boolean | undefined;
54836
54936
  class?: any;
54837
54937
  theme?: string | undefined;
54838
54938
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54867,7 +54967,7 @@ declare const VTab: {
54867
54967
  "onGroup:selected"?: ((val: {
54868
54968
  value: boolean;
54869
54969
  }) => any) | undefined;
54870
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
54970
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
54871
54971
  $attrs: {
54872
54972
  [x: string]: unknown;
54873
54973
  };
@@ -54919,7 +55019,7 @@ declare const VTab: {
54919
55019
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
54920
55020
  value?: any;
54921
55021
  loading?: string | boolean | undefined;
54922
- text?: string | undefined;
55022
+ text?: string | number | boolean | undefined;
54923
55023
  class?: any;
54924
55024
  theme?: string | undefined;
54925
55025
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54969,6 +55069,7 @@ declare const VTab: {
54969
55069
  block: boolean;
54970
55070
  active: boolean;
54971
55071
  style: vue.StyleValue;
55072
+ text: string | number | boolean;
54972
55073
  disabled: boolean;
54973
55074
  size: string | number;
54974
55075
  readonly: boolean;
@@ -55039,7 +55140,7 @@ declare const VTab: {
55039
55140
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55040
55141
  value?: any;
55041
55142
  loading?: string | boolean | undefined;
55042
- text?: string | undefined;
55143
+ text?: string | number | boolean | undefined;
55043
55144
  class?: any;
55044
55145
  theme?: string | undefined;
55045
55146
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55076,7 +55177,7 @@ declare const VTab: {
55076
55177
  }) => any) | undefined;
55077
55178
  }, "group"> & vue.ShallowUnwrapRef<{
55078
55179
  group: GroupItemProvide | null;
55079
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55180
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55080
55181
  _allExposed: {
55081
55182
  group: GroupItemProvide | null;
55082
55183
  } | {};
@@ -55111,7 +55212,7 @@ declare const VTab: {
55111
55212
  minWidth?: string | number | undefined;
55112
55213
  value?: any;
55113
55214
  loading?: string | boolean | undefined;
55114
- text?: string | undefined;
55215
+ text?: string | number | boolean | undefined;
55115
55216
  class?: any;
55116
55217
  theme?: string | undefined;
55117
55218
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55149,6 +55250,7 @@ declare const VTab: {
55149
55250
  exact: boolean;
55150
55251
  direction: "horizontal" | "vertical";
55151
55252
  style: vue.StyleValue;
55253
+ text: string | number | boolean;
55152
55254
  disabled: boolean;
55153
55255
  size: string | number;
55154
55256
  readonly: boolean;
@@ -55206,7 +55308,7 @@ declare const VTab: {
55206
55308
  minWidth?: string | number | undefined;
55207
55309
  value?: any;
55208
55310
  loading?: string | boolean | undefined;
55209
- text?: string | undefined;
55311
+ text?: string | number | boolean | undefined;
55210
55312
  class?: any;
55211
55313
  theme?: string | undefined;
55212
55314
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55249,6 +55351,7 @@ declare const VTab: {
55249
55351
  block: boolean;
55250
55352
  active: boolean;
55251
55353
  style: vue.StyleValue;
55354
+ text: string | number | boolean;
55252
55355
  disabled: boolean;
55253
55356
  size: string | number;
55254
55357
  readonly: boolean;
@@ -55293,7 +55396,7 @@ declare const VTab: {
55293
55396
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55294
55397
  value?: any;
55295
55398
  loading?: string | boolean | undefined;
55296
- text?: string | undefined;
55399
+ text?: string | number | boolean | undefined;
55297
55400
  class?: any;
55298
55401
  theme?: string | undefined;
55299
55402
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55358,7 +55461,7 @@ declare const VTab: {
55358
55461
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55359
55462
  value?: any;
55360
55463
  loading?: string | boolean | undefined;
55361
- text?: string | undefined;
55464
+ text?: string | number | boolean | undefined;
55362
55465
  class?: any;
55363
55466
  theme?: string | undefined;
55364
55467
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55393,7 +55496,7 @@ declare const VTab: {
55393
55496
  "onGroup:selected"?: ((val: {
55394
55497
  value: boolean;
55395
55498
  }) => any) | undefined;
55396
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55499
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55397
55500
  $attrs: {
55398
55501
  [x: string]: unknown;
55399
55502
  };
@@ -55445,7 +55548,7 @@ declare const VTab: {
55445
55548
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55446
55549
  value?: any;
55447
55550
  loading?: string | boolean | undefined;
55448
- text?: string | undefined;
55551
+ text?: string | number | boolean | undefined;
55449
55552
  class?: any;
55450
55553
  theme?: string | undefined;
55451
55554
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55495,6 +55598,7 @@ declare const VTab: {
55495
55598
  block: boolean;
55496
55599
  active: boolean;
55497
55600
  style: vue.StyleValue;
55601
+ text: string | number | boolean;
55498
55602
  disabled: boolean;
55499
55603
  size: string | number;
55500
55604
  readonly: boolean;
@@ -55565,7 +55669,7 @@ declare const VTab: {
55565
55669
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55566
55670
  value?: any;
55567
55671
  loading?: string | boolean | undefined;
55568
- text?: string | undefined;
55672
+ text?: string | number | boolean | undefined;
55569
55673
  class?: any;
55570
55674
  theme?: string | undefined;
55571
55675
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55602,7 +55706,7 @@ declare const VTab: {
55602
55706
  }) => any) | undefined;
55603
55707
  }, "group"> & vue.ShallowUnwrapRef<{
55604
55708
  group: GroupItemProvide | null;
55605
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55709
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
55606
55710
  _allExposed: {
55607
55711
  group: GroupItemProvide | null;
55608
55712
  } | {};
@@ -55613,6 +55717,7 @@ declare const VTab: {
55613
55717
  exact: boolean;
55614
55718
  direction: "horizontal" | "vertical";
55615
55719
  style: vue.StyleValue;
55720
+ text: string | number | boolean;
55616
55721
  disabled: boolean;
55617
55722
  size: string | number;
55618
55723
  readonly: boolean;
@@ -55662,7 +55767,7 @@ declare const VTab: {
55662
55767
  minWidth?: string | number | undefined;
55663
55768
  value?: any;
55664
55769
  loading?: string | boolean | undefined;
55665
- text?: string | undefined;
55770
+ text?: string | number | boolean | undefined;
55666
55771
  class?: any;
55667
55772
  theme?: string | undefined;
55668
55773
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55705,6 +55810,7 @@ declare const VTab: {
55705
55810
  block: boolean;
55706
55811
  active: boolean;
55707
55812
  style: vue.StyleValue;
55813
+ text: string | number | boolean;
55708
55814
  disabled: boolean;
55709
55815
  size: string | number;
55710
55816
  readonly: boolean;
@@ -55749,7 +55855,7 @@ declare const VTab: {
55749
55855
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55750
55856
  value?: any;
55751
55857
  loading?: string | boolean | undefined;
55752
- text?: string | undefined;
55858
+ text?: string | number | boolean | undefined;
55753
55859
  class?: any;
55754
55860
  theme?: string | undefined;
55755
55861
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55814,7 +55920,7 @@ declare const VTab: {
55814
55920
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55815
55921
  value?: any;
55816
55922
  loading?: string | boolean | undefined;
55817
- text?: string | undefined;
55923
+ text?: string | number | boolean | undefined;
55818
55924
  class?: any;
55819
55925
  theme?: string | undefined;
55820
55926
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55849,7 +55955,7 @@ declare const VTab: {
55849
55955
  "onGroup:selected"?: ((val: {
55850
55956
  value: boolean;
55851
55957
  }) => any) | undefined;
55852
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55958
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55853
55959
  $attrs: {
55854
55960
  [x: string]: unknown;
55855
55961
  };
@@ -55901,7 +56007,7 @@ declare const VTab: {
55901
56007
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55902
56008
  value?: any;
55903
56009
  loading?: string | boolean | undefined;
55904
- text?: string | undefined;
56010
+ text?: string | number | boolean | undefined;
55905
56011
  class?: any;
55906
56012
  theme?: string | undefined;
55907
56013
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55951,6 +56057,7 @@ declare const VTab: {
55951
56057
  block: boolean;
55952
56058
  active: boolean;
55953
56059
  style: vue.StyleValue;
56060
+ text: string | number | boolean;
55954
56061
  disabled: boolean;
55955
56062
  size: string | number;
55956
56063
  readonly: boolean;
@@ -56021,7 +56128,7 @@ declare const VTab: {
56021
56128
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56022
56129
  value?: any;
56023
56130
  loading?: string | boolean | undefined;
56024
- text?: string | undefined;
56131
+ text?: string | number | boolean | undefined;
56025
56132
  class?: any;
56026
56133
  theme?: string | undefined;
56027
56134
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56058,7 +56165,7 @@ declare const VTab: {
56058
56165
  }) => any) | undefined;
56059
56166
  }, "group"> & vue.ShallowUnwrapRef<{
56060
56167
  group: GroupItemProvide | null;
56061
- }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
56168
+ }> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
56062
56169
  _allExposed: {
56063
56170
  group: GroupItemProvide | null;
56064
56171
  } | {};
@@ -56069,6 +56176,7 @@ declare const VTab: {
56069
56176
  exact: boolean;
56070
56177
  direction: "horizontal" | "vertical";
56071
56178
  style: vue.StyleValue;
56179
+ text: string | number | boolean;
56072
56180
  disabled: boolean;
56073
56181
  size: string | number;
56074
56182
  readonly: boolean;
@@ -56116,7 +56224,10 @@ declare const VTab: {
56116
56224
  type: PropType<vue.StyleValue>;
56117
56225
  default: null;
56118
56226
  };
56119
- text: StringConstructor;
56227
+ text: {
56228
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56229
+ default: undefined;
56230
+ };
56120
56231
  disabled: BooleanConstructor;
56121
56232
  size: {
56122
56233
  type: (StringConstructor | NumberConstructor)[];
@@ -56198,7 +56309,10 @@ declare const VTab: {
56198
56309
  type: PropType<vue.StyleValue>;
56199
56310
  default: null;
56200
56311
  };
56201
- text: StringConstructor;
56312
+ text: {
56313
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56314
+ default: undefined;
56315
+ };
56202
56316
  disabled: BooleanConstructor;
56203
56317
  size: {
56204
56318
  type: (StringConstructor | NumberConstructor)[];
@@ -66960,48 +67074,45 @@ declare module 'vue' {
66960
67074
  VApp: typeof import('vuetify/components')['VApp']
66961
67075
  VAlert: typeof import('vuetify/components')['VAlert']
66962
67076
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
66963
- VAppBar: typeof import('vuetify/components')['VAppBar']
66964
- VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
66965
- VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66966
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66967
- VBadge: typeof import('vuetify/components')['VBadge']
66968
67077
  VBanner: typeof import('vuetify/components')['VBanner']
66969
67078
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
66970
67079
  VBannerText: typeof import('vuetify/components')['VBannerText']
66971
- VBtn: typeof import('vuetify/components')['VBtn']
67080
+ VAppBar: typeof import('vuetify/components')['VAppBar']
67081
+ VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67082
+ VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
66972
67083
  VAvatar: typeof import('vuetify/components')['VAvatar']
66973
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67084
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
66974
67085
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
66975
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67086
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67087
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67088
+ VBadge: typeof import('vuetify/components')['VBadge']
66976
67089
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
66977
67090
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
66978
67091
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
66979
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
66980
- VCarousel: typeof import('vuetify/components')['VCarousel']
66981
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67092
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
66982
67093
  VChip: typeof import('vuetify/components')['VChip']
66983
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67094
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67095
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67096
+ VBtn: typeof import('vuetify/components')['VBtn']
66984
67097
  VCard: typeof import('vuetify/components')['VCard']
66985
67098
  VCardActions: typeof import('vuetify/components')['VCardActions']
66986
67099
  VCardItem: typeof import('vuetify/components')['VCardItem']
66987
67100
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
66988
67101
  VCardText: typeof import('vuetify/components')['VCardText']
66989
67102
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
66990
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
66991
67103
  VCode: typeof import('vuetify/components')['VCode']
66992
- VCombobox: typeof import('vuetify/components')['VCombobox']
67104
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67105
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67106
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67107
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
66993
67108
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
66994
67109
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
66995
67110
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
66996
67111
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
66997
67112
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
66998
67113
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67114
+ VCombobox: typeof import('vuetify/components')['VCombobox']
66999
67115
  VCounter: typeof import('vuetify/components')['VCounter']
67000
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67001
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67002
- VDialog: typeof import('vuetify/components')['VDialog']
67003
- VFab: typeof import('vuetify/components')['VFab']
67004
- VDivider: typeof import('vuetify/components')['VDivider']
67005
67116
  VDataTable: typeof import('vuetify/components')['VDataTable']
67006
67117
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67007
67118
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67010,27 +67121,29 @@ declare module 'vue' {
67010
67121
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67011
67122
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67012
67123
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67124
+ VDialog: typeof import('vuetify/components')['VDialog']
67125
+ VFab: typeof import('vuetify/components')['VFab']
67013
67126
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67014
67127
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67015
67128
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67016
67129
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67017
- VFooter: typeof import('vuetify/components')['VFooter']
67130
+ VDivider: typeof import('vuetify/components')['VDivider']
67018
67131
  VField: typeof import('vuetify/components')['VField']
67019
67132
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67133
+ VFooter: typeof import('vuetify/components')['VFooter']
67134
+ VImg: typeof import('vuetify/components')['VImg']
67135
+ VInput: typeof import('vuetify/components')['VInput']
67020
67136
  VFileInput: typeof import('vuetify/components')['VFileInput']
67021
67137
  VIcon: typeof import('vuetify/components')['VIcon']
67022
67138
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67023
67139
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67024
67140
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67025
67141
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67026
- VLabel: typeof import('vuetify/components')['VLabel']
67027
67142
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67028
67143
  VItem: typeof import('vuetify/components')['VItem']
67029
- VInput: typeof import('vuetify/components')['VInput']
67030
- VImg: typeof import('vuetify/components')['VImg']
67144
+ VLabel: typeof import('vuetify/components')['VLabel']
67031
67145
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67032
67146
  VKbd: typeof import('vuetify/components')['VKbd']
67033
- VMain: typeof import('vuetify/components')['VMain']
67034
67147
  VList: typeof import('vuetify/components')['VList']
67035
67148
  VListGroup: typeof import('vuetify/components')['VListGroup']
67036
67149
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67040,71 +67153,71 @@ declare module 'vue' {
67040
67153
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67041
67154
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67042
67155
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67156
+ VMain: typeof import('vuetify/components')['VMain']
67043
67157
  VMessages: typeof import('vuetify/components')['VMessages']
67044
67158
  VMenu: typeof import('vuetify/components')['VMenu']
67045
- VOverlay: typeof import('vuetify/components')['VOverlay']
67046
- VPagination: typeof import('vuetify/components')['VPagination']
67047
67159
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67048
67160
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67161
+ VOverlay: typeof import('vuetify/components')['VOverlay']
67162
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67163
+ VPagination: typeof import('vuetify/components')['VPagination']
67049
67164
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67050
67165
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67051
- VRating: typeof import('vuetify/components')['VRating']
67052
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67053
- VSelect: typeof import('vuetify/components')['VSelect']
67054
67166
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67055
- VSheet: typeof import('vuetify/components')['VSheet']
67167
+ VSelect: typeof import('vuetify/components')['VSelect']
67168
+ VRating: typeof import('vuetify/components')['VRating']
67056
67169
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67057
67170
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67058
- VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67059
- VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67060
- VSwitch: typeof import('vuetify/components')['VSwitch']
67061
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67062
- VTable: typeof import('vuetify/components')['VTable']
67063
- VTextarea: typeof import('vuetify/components')['VTextarea']
67171
+ VSheet: typeof import('vuetify/components')['VSheet']
67064
67172
  VSlider: typeof import('vuetify/components')['VSlider']
67173
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67065
67174
  VStepper: typeof import('vuetify/components')['VStepper']
67066
67175
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67067
67176
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67068
67177
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67069
67178
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67070
67179
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67071
- VSystemBar: typeof import('vuetify/components')['VSystemBar']
67180
+ VTextField: typeof import('vuetify/components')['VTextField']
67181
+ VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67182
+ VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67183
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67184
+ VTable: typeof import('vuetify/components')['VTable']
67185
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67072
67186
  VTab: typeof import('vuetify/components')['VTab']
67073
67187
  VTabs: typeof import('vuetify/components')['VTabs']
67074
67188
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67075
67189
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67076
- VTimeline: typeof import('vuetify/components')['VTimeline']
67077
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67078
- VTextField: typeof import('vuetify/components')['VTextField']
67079
67190
  VToolbar: typeof import('vuetify/components')['VToolbar']
67080
67191
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67081
67192
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67082
- VTooltip: typeof import('vuetify/components')['VTooltip']
67193
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67194
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67195
+ VSystemBar: typeof import('vuetify/components')['VSystemBar']
67083
67196
  VWindow: typeof import('vuetify/components')['VWindow']
67084
67197
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67085
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67198
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67086
67199
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67087
67200
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67201
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67202
+ VForm: typeof import('vuetify/components')['VForm']
67088
67203
  VContainer: typeof import('vuetify/components')['VContainer']
67089
67204
  VCol: typeof import('vuetify/components')['VCol']
67090
67205
  VRow: typeof import('vuetify/components')['VRow']
67091
67206
  VSpacer: typeof import('vuetify/components')['VSpacer']
67092
- VForm: typeof import('vuetify/components')['VForm']
67093
67207
  VHover: typeof import('vuetify/components')['VHover']
67094
- VLazy: typeof import('vuetify/components')['VLazy']
67095
- VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67096
67208
  VLayout: typeof import('vuetify/components')['VLayout']
67097
67209
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67210
+ VLazy: typeof import('vuetify/components')['VLazy']
67211
+ VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67098
67212
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67099
67213
  VParallax: typeof import('vuetify/components')['VParallax']
67100
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67101
67214
  VRadio: typeof import('vuetify/components')['VRadio']
67215
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67102
67216
  VResponsive: typeof import('vuetify/components')['VResponsive']
67103
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67104
67217
  VSparkline: typeof import('vuetify/components')['VSparkline']
67218
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67105
67219
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67106
67220
  VValidation: typeof import('vuetify/components')['VValidation']
67107
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67108
67221
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67109
67222
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67110
67223
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67121,26 +67234,27 @@ declare module 'vue' {
67121
67234
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67122
67235
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67123
67236
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67237
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67124
67238
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67125
67239
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67126
67240
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67127
67241
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67128
67242
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67129
67243
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67130
- VPicker: typeof import('vuetify/labs/components')['VPicker']
67131
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67132
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67133
67244
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67134
67245
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67246
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67247
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
67248
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67135
67249
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67136
67250
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67137
67251
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67138
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67139
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67140
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67141
67252
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67142
67253
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67143
67254
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67255
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67256
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67257
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67144
67258
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67145
67259
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67146
67260
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']