@vuetify/nightly 3.7.15-master.2025-03-05 → 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 +29 -3
  2. package/dist/json/attributes.json +2581 -2577
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/tags.json +3 -2
  6. package/dist/json/web-types.json +4799 -4778
  7. package/dist/vuetify-labs.css +2627 -2627
  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 +2604 -2604
  14. package/dist/vuetify.d.ts +258 -144
  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 +52 -52
  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
@@ -1836,7 +1836,7 @@ declare const VAppBarNavIcon: {
1836
1836
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1837
1837
  value?: any;
1838
1838
  loading?: string | boolean | undefined;
1839
- text?: string | undefined;
1839
+ text?: string | number | boolean | undefined;
1840
1840
  class?: any;
1841
1841
  theme?: string | undefined;
1842
1842
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -1900,7 +1900,7 @@ declare const VAppBarNavIcon: {
1900
1900
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1901
1901
  value?: any;
1902
1902
  loading?: string | boolean | undefined;
1903
- text?: string | undefined;
1903
+ text?: string | number | boolean | undefined;
1904
1904
  class?: any;
1905
1905
  theme?: string | undefined;
1906
1906
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -1939,6 +1939,7 @@ declare const VAppBarNavIcon: {
1939
1939
  block: boolean;
1940
1940
  active: boolean;
1941
1941
  style: vue.StyleValue;
1942
+ text: string | number | boolean;
1942
1943
  disabled: boolean;
1943
1944
  size: string | number;
1944
1945
  readonly: boolean;
@@ -1998,7 +1999,7 @@ declare const VAppBarNavIcon: {
1998
1999
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1999
2000
  value?: any;
2000
2001
  loading?: string | boolean | undefined;
2001
- text?: string | undefined;
2002
+ text?: string | number | boolean | undefined;
2002
2003
  class?: any;
2003
2004
  theme?: string | undefined;
2004
2005
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -2037,6 +2038,7 @@ declare const VAppBarNavIcon: {
2037
2038
  block: boolean;
2038
2039
  active: boolean;
2039
2040
  style: vue.StyleValue;
2041
+ text: string | number | boolean;
2040
2042
  disabled: boolean;
2041
2043
  size: string | number;
2042
2044
  readonly: boolean;
@@ -2088,7 +2090,7 @@ declare const VAppBarNavIcon: {
2088
2090
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2089
2091
  value?: any;
2090
2092
  loading?: string | boolean | undefined;
2091
- text?: string | undefined;
2093
+ text?: string | number | boolean | undefined;
2092
2094
  class?: any;
2093
2095
  theme?: string | undefined;
2094
2096
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -2127,6 +2129,7 @@ declare const VAppBarNavIcon: {
2127
2129
  block: boolean;
2128
2130
  active: boolean;
2129
2131
  style: vue.StyleValue;
2132
+ text: string | number | boolean;
2130
2133
  disabled: boolean;
2131
2134
  size: string | number;
2132
2135
  readonly: boolean;
@@ -2234,7 +2237,10 @@ declare const VAppBarNavIcon: {
2234
2237
  type: vue.PropType<RippleDirectiveBinding["value"]>;
2235
2238
  default: boolean;
2236
2239
  };
2237
- text: StringConstructor;
2240
+ text: {
2241
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2242
+ default: undefined;
2243
+ };
2238
2244
  }, vue.ExtractPropTypes<{
2239
2245
  color: StringConstructor;
2240
2246
  variant: Omit<Omit<{
@@ -2324,7 +2330,10 @@ declare const VAppBarNavIcon: {
2324
2330
  type: vue.PropType<RippleDirectiveBinding["value"]>;
2325
2331
  default: boolean;
2326
2332
  };
2327
- text: StringConstructor;
2333
+ text: {
2334
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
2335
+ default: undefined;
2336
+ };
2328
2337
  }>>;
2329
2338
  type VAppBarNavIcon = InstanceType<typeof VAppBarNavIcon>;
2330
2339
 
@@ -4104,10 +4113,10 @@ type ListItemSlot = {
4104
4113
  select: (value: boolean) => void;
4105
4114
  };
4106
4115
  type ListItemTitleSlot = {
4107
- title?: string | number;
4116
+ title?: string | number | boolean;
4108
4117
  };
4109
4118
  type ListItemSubtitleSlot = {
4110
- subtitle?: string | number;
4119
+ subtitle?: string | number | boolean;
4111
4120
  };
4112
4121
  type VListItemSlots = {
4113
4122
  prepend: ListItemSlot;
@@ -4143,7 +4152,7 @@ declare const VListItem: {
4143
4152
  minHeight?: string | number | undefined;
4144
4153
  minWidth?: string | number | undefined;
4145
4154
  value?: any;
4146
- title?: string | number | undefined;
4155
+ title?: string | number | boolean | undefined;
4147
4156
  class?: any;
4148
4157
  theme?: string | undefined;
4149
4158
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4160,7 +4169,7 @@ declare const VListItem: {
4160
4169
  activeClass?: string | undefined;
4161
4170
  appendAvatar?: string | undefined;
4162
4171
  prependAvatar?: string | undefined;
4163
- subtitle?: string | number | undefined;
4172
+ subtitle?: string | number | boolean | undefined;
4164
4173
  } & {
4165
4174
  $children?: vue.VNodeChild | {
4166
4175
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4241,7 +4250,7 @@ declare const VListItem: {
4241
4250
  minHeight?: string | number | undefined;
4242
4251
  minWidth?: string | number | undefined;
4243
4252
  value?: any;
4244
- title?: string | number | undefined;
4253
+ title?: string | number | boolean | undefined;
4245
4254
  class?: any;
4246
4255
  theme?: string | undefined;
4247
4256
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4258,7 +4267,7 @@ declare const VListItem: {
4258
4267
  activeClass?: string | undefined;
4259
4268
  appendAvatar?: string | undefined;
4260
4269
  prependAvatar?: string | undefined;
4261
- subtitle?: string | number | undefined;
4270
+ subtitle?: string | number | boolean | undefined;
4262
4271
  } & {
4263
4272
  $children?: vue.VNodeChild | {
4264
4273
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4290,6 +4299,7 @@ declare const VListItem: {
4290
4299
  active: boolean;
4291
4300
  nav: boolean;
4292
4301
  style: vue.StyleValue;
4302
+ title: string | number | boolean;
4293
4303
  disabled: boolean;
4294
4304
  tag: string;
4295
4305
  rounded: string | number | boolean;
@@ -4299,6 +4309,7 @@ declare const VListItem: {
4299
4309
  ripple: boolean | {
4300
4310
  class: string;
4301
4311
  } | undefined;
4312
+ subtitle: string | number | boolean;
4302
4313
  }, true, {}, vue.SlotsType<Partial<{
4303
4314
  prepend: (arg: ListItemSlot) => vue.VNode[];
4304
4315
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -4338,7 +4349,7 @@ declare const VListItem: {
4338
4349
  minHeight?: string | number | undefined;
4339
4350
  minWidth?: string | number | undefined;
4340
4351
  value?: any;
4341
- title?: string | number | undefined;
4352
+ title?: string | number | boolean | undefined;
4342
4353
  class?: any;
4343
4354
  theme?: string | undefined;
4344
4355
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4355,7 +4366,7 @@ declare const VListItem: {
4355
4366
  activeClass?: string | undefined;
4356
4367
  appendAvatar?: string | undefined;
4357
4368
  prependAvatar?: string | undefined;
4358
- subtitle?: string | number | undefined;
4369
+ subtitle?: string | number | boolean | undefined;
4359
4370
  } & {
4360
4371
  $children?: vue.VNodeChild | {
4361
4372
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4416,6 +4427,7 @@ declare const VListItem: {
4416
4427
  active: boolean;
4417
4428
  nav: boolean;
4418
4429
  style: vue.StyleValue;
4430
+ title: string | number | boolean;
4419
4431
  disabled: boolean;
4420
4432
  tag: string;
4421
4433
  rounded: string | number | boolean;
@@ -4425,6 +4437,7 @@ declare const VListItem: {
4425
4437
  ripple: boolean | {
4426
4438
  class: string;
4427
4439
  } | undefined;
4440
+ subtitle: string | number | boolean;
4428
4441
  }>;
4429
4442
  __isFragment?: never;
4430
4443
  __isTeleport?: never;
@@ -4455,7 +4468,7 @@ declare const VListItem: {
4455
4468
  minHeight?: string | number | undefined;
4456
4469
  minWidth?: string | number | undefined;
4457
4470
  value?: any;
4458
- title?: string | number | undefined;
4471
+ title?: string | number | boolean | undefined;
4459
4472
  class?: any;
4460
4473
  theme?: string | undefined;
4461
4474
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -4472,7 +4485,7 @@ declare const VListItem: {
4472
4485
  activeClass?: string | undefined;
4473
4486
  appendAvatar?: string | undefined;
4474
4487
  prependAvatar?: string | undefined;
4475
- subtitle?: string | number | undefined;
4488
+ subtitle?: string | number | boolean | undefined;
4476
4489
  } & {
4477
4490
  $children?: vue.VNodeChild | {
4478
4491
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -4535,6 +4548,7 @@ declare const VListItem: {
4535
4548
  active: boolean;
4536
4549
  nav: boolean;
4537
4550
  style: vue.StyleValue;
4551
+ title: string | number | boolean;
4538
4552
  disabled: boolean;
4539
4553
  tag: string;
4540
4554
  rounded: string | number | boolean;
@@ -4544,6 +4558,7 @@ declare const VListItem: {
4544
4558
  ripple: boolean | {
4545
4559
  class: string;
4546
4560
  } | undefined;
4561
+ subtitle: string | number | boolean;
4547
4562
  }, {}, string, vue.SlotsType<Partial<{
4548
4563
  prepend: (arg: ListItemSlot) => vue.VNode[];
4549
4564
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -4618,8 +4633,14 @@ declare const VListItem: {
4618
4633
  default: boolean;
4619
4634
  };
4620
4635
  slim: BooleanConstructor;
4621
- subtitle: (StringConstructor | NumberConstructor)[];
4622
- title: (StringConstructor | NumberConstructor)[];
4636
+ subtitle: {
4637
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4638
+ default: undefined;
4639
+ };
4640
+ title: {
4641
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4642
+ default: undefined;
4643
+ };
4623
4644
  value: null;
4624
4645
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4625
4646
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -4691,8 +4712,14 @@ declare const VListItem: {
4691
4712
  default: boolean;
4692
4713
  };
4693
4714
  slim: BooleanConstructor;
4694
- subtitle: (StringConstructor | NumberConstructor)[];
4695
- title: (StringConstructor | NumberConstructor)[];
4715
+ subtitle: {
4716
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4717
+ default: undefined;
4718
+ };
4719
+ title: {
4720
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
4721
+ default: undefined;
4722
+ };
4696
4723
  value: null;
4697
4724
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
4698
4725
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -13755,7 +13782,7 @@ declare const VBtn: {
13755
13782
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13756
13783
  value?: any;
13757
13784
  loading?: string | boolean | undefined;
13758
- text?: string | undefined;
13785
+ text?: string | number | boolean | undefined;
13759
13786
  class?: any;
13760
13787
  theme?: string | undefined;
13761
13788
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13829,7 +13856,7 @@ declare const VBtn: {
13829
13856
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13830
13857
  value?: any;
13831
13858
  loading?: string | boolean | undefined;
13832
- text?: string | undefined;
13859
+ text?: string | number | boolean | undefined;
13833
13860
  class?: any;
13834
13861
  theme?: string | undefined;
13835
13862
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13873,6 +13900,7 @@ declare const VBtn: {
13873
13900
  block: boolean;
13874
13901
  active: boolean;
13875
13902
  style: vue.StyleValue;
13903
+ text: string | number | boolean;
13876
13904
  disabled: boolean;
13877
13905
  size: string | number;
13878
13906
  readonly: boolean;
@@ -13930,7 +13958,7 @@ declare const VBtn: {
13930
13958
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13931
13959
  value?: any;
13932
13960
  loading?: string | boolean | undefined;
13933
- text?: string | undefined;
13961
+ text?: string | number | boolean | undefined;
13934
13962
  class?: any;
13935
13963
  theme?: string | undefined;
13936
13964
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13976,6 +14004,7 @@ declare const VBtn: {
13976
14004
  block: boolean;
13977
14005
  active: boolean;
13978
14006
  style: vue.StyleValue;
14007
+ text: string | number | boolean;
13979
14008
  disabled: boolean;
13980
14009
  size: string | number;
13981
14010
  readonly: boolean;
@@ -14025,7 +14054,7 @@ declare const VBtn: {
14025
14054
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14026
14055
  value?: any;
14027
14056
  loading?: string | boolean | undefined;
14028
- text?: string | undefined;
14057
+ text?: string | number | boolean | undefined;
14029
14058
  class?: any;
14030
14059
  theme?: string | undefined;
14031
14060
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14075,6 +14104,7 @@ declare const VBtn: {
14075
14104
  block: boolean;
14076
14105
  active: boolean;
14077
14106
  style: vue.StyleValue;
14107
+ text: string | number | boolean;
14078
14108
  disabled: boolean;
14079
14109
  size: string | number;
14080
14110
  readonly: boolean;
@@ -14175,7 +14205,10 @@ declare const VBtn: {
14175
14205
  type: PropType<RippleDirectiveBinding["value"]>;
14176
14206
  default: boolean;
14177
14207
  };
14178
- text: StringConstructor;
14208
+ text: {
14209
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14210
+ default: undefined;
14211
+ };
14179
14212
  }, vue.ExtractPropTypes<{
14180
14213
  color: StringConstructor;
14181
14214
  variant: Omit<{
@@ -14259,7 +14292,10 @@ declare const VBtn: {
14259
14292
  type: PropType<RippleDirectiveBinding["value"]>;
14260
14293
  default: boolean;
14261
14294
  };
14262
- text: StringConstructor;
14295
+ text: {
14296
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14297
+ default: undefined;
14298
+ };
14263
14299
  }>>;
14264
14300
  type VBtn = InstanceType<typeof VBtn>;
14265
14301
 
@@ -14715,13 +14751,13 @@ declare const VCardItem: {
14715
14751
  style: vue.StyleValue;
14716
14752
  density: Density;
14717
14753
  } & {
14718
- title?: string | number | undefined;
14754
+ title?: string | number | boolean | undefined;
14719
14755
  class?: any;
14720
14756
  prependIcon?: IconValue | undefined;
14721
14757
  appendIcon?: IconValue | undefined;
14722
14758
  appendAvatar?: string | undefined;
14723
14759
  prependAvatar?: string | undefined;
14724
- subtitle?: string | number | undefined;
14760
+ subtitle?: string | number | boolean | undefined;
14725
14761
  } & {
14726
14762
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14727
14763
  default?: (() => vue.VNodeChild) | undefined;
@@ -14747,13 +14783,13 @@ declare const VCardItem: {
14747
14783
  style: vue.StyleValue;
14748
14784
  density: Density;
14749
14785
  } & {
14750
- title?: string | number | undefined;
14786
+ title?: string | number | boolean | undefined;
14751
14787
  class?: any;
14752
14788
  prependIcon?: IconValue | undefined;
14753
14789
  appendIcon?: IconValue | undefined;
14754
14790
  appendAvatar?: string | undefined;
14755
14791
  prependAvatar?: string | undefined;
14756
- subtitle?: string | number | undefined;
14792
+ subtitle?: string | number | boolean | undefined;
14757
14793
  } & {
14758
14794
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14759
14795
  default?: (() => vue.VNodeChild) | undefined;
@@ -14777,7 +14813,9 @@ declare const VCardItem: {
14777
14813
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14778
14814
  }, {
14779
14815
  style: vue.StyleValue;
14816
+ title: string | number | boolean;
14780
14817
  density: Density;
14818
+ subtitle: string | number | boolean;
14781
14819
  }, true, {}, vue.SlotsType<Partial<{
14782
14820
  default: () => vue.VNode[];
14783
14821
  prepend: () => vue.VNode[];
@@ -14795,13 +14833,13 @@ declare const VCardItem: {
14795
14833
  style: vue.StyleValue;
14796
14834
  density: Density;
14797
14835
  } & {
14798
- title?: string | number | undefined;
14836
+ title?: string | number | boolean | undefined;
14799
14837
  class?: any;
14800
14838
  prependIcon?: IconValue | undefined;
14801
14839
  appendIcon?: IconValue | undefined;
14802
14840
  appendAvatar?: string | undefined;
14803
14841
  prependAvatar?: string | undefined;
14804
- subtitle?: string | number | undefined;
14842
+ subtitle?: string | number | boolean | undefined;
14805
14843
  } & {
14806
14844
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14807
14845
  default?: (() => vue.VNodeChild) | undefined;
@@ -14825,7 +14863,9 @@ declare const VCardItem: {
14825
14863
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14826
14864
  }, {}, {}, {}, {}, {
14827
14865
  style: vue.StyleValue;
14866
+ title: string | number | boolean;
14828
14867
  density: Density;
14868
+ subtitle: string | number | boolean;
14829
14869
  }>;
14830
14870
  __isFragment?: never;
14831
14871
  __isTeleport?: never;
@@ -14834,13 +14874,13 @@ declare const VCardItem: {
14834
14874
  style: vue.StyleValue;
14835
14875
  density: Density;
14836
14876
  } & {
14837
- title?: string | number | undefined;
14877
+ title?: string | number | boolean | undefined;
14838
14878
  class?: any;
14839
14879
  prependIcon?: IconValue | undefined;
14840
14880
  appendIcon?: IconValue | undefined;
14841
14881
  appendAvatar?: string | undefined;
14842
14882
  prependAvatar?: string | undefined;
14843
- subtitle?: string | number | undefined;
14883
+ subtitle?: string | number | boolean | undefined;
14844
14884
  } & {
14845
14885
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14846
14886
  default?: (() => vue.VNodeChild) | undefined;
@@ -14864,7 +14904,9 @@ declare const VCardItem: {
14864
14904
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14865
14905
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
14866
14906
  style: vue.StyleValue;
14907
+ title: string | number | boolean;
14867
14908
  density: Density;
14909
+ subtitle: string | number | boolean;
14868
14910
  }, {}, string, vue.SlotsType<Partial<{
14869
14911
  default: () => vue.VNode[];
14870
14912
  prepend: () => vue.VNode[];
@@ -14886,8 +14928,14 @@ declare const VCardItem: {
14886
14928
  appendIcon: vue.PropType<IconValue>;
14887
14929
  prependAvatar: StringConstructor;
14888
14930
  prependIcon: vue.PropType<IconValue>;
14889
- subtitle: (StringConstructor | NumberConstructor)[];
14890
- title: (StringConstructor | NumberConstructor)[];
14931
+ subtitle: {
14932
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14933
+ default: undefined;
14934
+ };
14935
+ title: {
14936
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14937
+ default: undefined;
14938
+ };
14891
14939
  }, vue.ExtractPropTypes<{
14892
14940
  density: {
14893
14941
  type: vue.PropType<Density>;
@@ -14903,8 +14951,14 @@ declare const VCardItem: {
14903
14951
  appendIcon: vue.PropType<IconValue>;
14904
14952
  prependAvatar: StringConstructor;
14905
14953
  prependIcon: vue.PropType<IconValue>;
14906
- subtitle: (StringConstructor | NumberConstructor)[];
14907
- title: (StringConstructor | NumberConstructor)[];
14954
+ subtitle: {
14955
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14956
+ default: undefined;
14957
+ };
14958
+ title: {
14959
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14960
+ default: undefined;
14961
+ };
14908
14962
  }>>;
14909
14963
  type VCardItem = InstanceType<typeof VCardItem>;
14910
14964
 
@@ -14936,9 +14990,9 @@ declare const VCard: {
14936
14990
  minWidth?: string | number | undefined;
14937
14991
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14938
14992
  loading?: string | boolean | undefined;
14939
- title?: string | number | undefined;
14993
+ title?: string | number | boolean | undefined;
14940
14994
  image?: string | undefined;
14941
- text?: string | number | undefined;
14995
+ text?: string | number | boolean | undefined;
14942
14996
  class?: any;
14943
14997
  theme?: string | undefined;
14944
14998
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14949,7 +15003,7 @@ declare const VCard: {
14949
15003
  appendIcon?: IconValue | undefined;
14950
15004
  appendAvatar?: string | undefined;
14951
15005
  prependAvatar?: string | undefined;
14952
- subtitle?: string | number | undefined;
15006
+ subtitle?: string | number | boolean | undefined;
14953
15007
  } & {
14954
15008
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14955
15009
  default?: (() => vue.VNodeChild) | undefined;
@@ -15013,9 +15067,9 @@ declare const VCard: {
15013
15067
  minWidth?: string | number | undefined;
15014
15068
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15015
15069
  loading?: string | boolean | undefined;
15016
- title?: string | number | undefined;
15070
+ title?: string | number | boolean | undefined;
15017
15071
  image?: string | undefined;
15018
- text?: string | number | undefined;
15072
+ text?: string | number | boolean | undefined;
15019
15073
  class?: any;
15020
15074
  theme?: string | undefined;
15021
15075
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15026,7 +15080,7 @@ declare const VCard: {
15026
15080
  appendIcon?: IconValue | undefined;
15027
15081
  appendAvatar?: string | undefined;
15028
15082
  prependAvatar?: string | undefined;
15029
- subtitle?: string | number | undefined;
15083
+ subtitle?: string | number | boolean | undefined;
15030
15084
  } & {
15031
15085
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15032
15086
  default?: (() => vue.VNodeChild) | undefined;
@@ -15070,6 +15124,8 @@ declare const VCard: {
15070
15124
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15071
15125
  exact: boolean;
15072
15126
  style: vue.StyleValue;
15127
+ title: string | number | boolean;
15128
+ text: string | number | boolean;
15073
15129
  disabled: boolean;
15074
15130
  tag: string;
15075
15131
  rounded: string | number | boolean;
@@ -15078,6 +15134,7 @@ declare const VCard: {
15078
15134
  ripple: boolean | {
15079
15135
  class: string;
15080
15136
  } | undefined;
15137
+ subtitle: string | number | boolean;
15081
15138
  hover: boolean;
15082
15139
  }, true, {}, vue.SlotsType<Partial<{
15083
15140
  default: () => vue.VNode[];
@@ -15124,9 +15181,9 @@ declare const VCard: {
15124
15181
  minWidth?: string | number | undefined;
15125
15182
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15126
15183
  loading?: string | boolean | undefined;
15127
- title?: string | number | undefined;
15184
+ title?: string | number | boolean | undefined;
15128
15185
  image?: string | undefined;
15129
- text?: string | number | undefined;
15186
+ text?: string | number | boolean | undefined;
15130
15187
  class?: any;
15131
15188
  theme?: string | undefined;
15132
15189
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15137,7 +15194,7 @@ declare const VCard: {
15137
15194
  appendIcon?: IconValue | undefined;
15138
15195
  appendAvatar?: string | undefined;
15139
15196
  prependAvatar?: string | undefined;
15140
- subtitle?: string | number | undefined;
15197
+ subtitle?: string | number | boolean | undefined;
15141
15198
  } & {
15142
15199
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15143
15200
  default?: (() => vue.VNodeChild) | undefined;
@@ -15181,6 +15238,8 @@ declare const VCard: {
15181
15238
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15182
15239
  exact: boolean;
15183
15240
  style: vue.StyleValue;
15241
+ title: string | number | boolean;
15242
+ text: string | number | boolean;
15184
15243
  disabled: boolean;
15185
15244
  tag: string;
15186
15245
  rounded: string | number | boolean;
@@ -15189,6 +15248,7 @@ declare const VCard: {
15189
15248
  ripple: boolean | {
15190
15249
  class: string;
15191
15250
  } | undefined;
15251
+ subtitle: string | number | boolean;
15192
15252
  hover: boolean;
15193
15253
  }>;
15194
15254
  __isFragment?: never;
@@ -15221,9 +15281,9 @@ declare const VCard: {
15221
15281
  minWidth?: string | number | undefined;
15222
15282
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15223
15283
  loading?: string | boolean | undefined;
15224
- title?: string | number | undefined;
15284
+ title?: string | number | boolean | undefined;
15225
15285
  image?: string | undefined;
15226
- text?: string | number | undefined;
15286
+ text?: string | number | boolean | undefined;
15227
15287
  class?: any;
15228
15288
  theme?: string | undefined;
15229
15289
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15234,7 +15294,7 @@ declare const VCard: {
15234
15294
  appendIcon?: IconValue | undefined;
15235
15295
  appendAvatar?: string | undefined;
15236
15296
  prependAvatar?: string | undefined;
15237
- subtitle?: string | number | undefined;
15297
+ subtitle?: string | number | boolean | undefined;
15238
15298
  } & {
15239
15299
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15240
15300
  default?: (() => vue.VNodeChild) | undefined;
@@ -15278,6 +15338,8 @@ declare const VCard: {
15278
15338
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15279
15339
  exact: boolean;
15280
15340
  style: vue.StyleValue;
15341
+ title: string | number | boolean;
15342
+ text: string | number | boolean;
15281
15343
  disabled: boolean;
15282
15344
  tag: string;
15283
15345
  rounded: string | number | boolean;
@@ -15286,6 +15348,7 @@ declare const VCard: {
15286
15348
  ripple: boolean | {
15287
15349
  class: string;
15288
15350
  } | undefined;
15351
+ subtitle: string | number | boolean;
15289
15352
  hover: boolean;
15290
15353
  }, {}, string, vue.SlotsType<Partial<{
15291
15354
  default: () => vue.VNode[];
@@ -15365,9 +15428,18 @@ declare const VCard: {
15365
15428
  type: PropType<RippleDirectiveBinding["value"]>;
15366
15429
  default: boolean;
15367
15430
  };
15368
- subtitle: (StringConstructor | NumberConstructor)[];
15369
- text: (StringConstructor | NumberConstructor)[];
15370
- title: (StringConstructor | NumberConstructor)[];
15431
+ subtitle: {
15432
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15433
+ default: undefined;
15434
+ };
15435
+ text: {
15436
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15437
+ default: undefined;
15438
+ };
15439
+ title: {
15440
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15441
+ default: undefined;
15442
+ };
15371
15443
  }, vue.ExtractPropTypes<{
15372
15444
  color: StringConstructor;
15373
15445
  variant: Omit<{
@@ -15435,9 +15507,18 @@ declare const VCard: {
15435
15507
  type: PropType<RippleDirectiveBinding["value"]>;
15436
15508
  default: boolean;
15437
15509
  };
15438
- subtitle: (StringConstructor | NumberConstructor)[];
15439
- text: (StringConstructor | NumberConstructor)[];
15440
- title: (StringConstructor | NumberConstructor)[];
15510
+ subtitle: {
15511
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15512
+ default: undefined;
15513
+ };
15514
+ text: {
15515
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15516
+ default: undefined;
15517
+ };
15518
+ title: {
15519
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
15520
+ default: undefined;
15521
+ };
15441
15522
  }>>;
15442
15523
  type VCard = InstanceType<typeof VCard>;
15443
15524
 
@@ -18820,7 +18901,7 @@ declare const VChip: {
18820
18901
  border?: string | number | boolean | undefined;
18821
18902
  color?: string | undefined;
18822
18903
  value?: any;
18823
- text?: string | undefined;
18904
+ text?: string | number | boolean | undefined;
18824
18905
  class?: any;
18825
18906
  theme?: string | undefined;
18826
18907
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -18928,7 +19009,7 @@ declare const VChip: {
18928
19009
  border?: string | number | boolean | undefined;
18929
19010
  color?: string | undefined;
18930
19011
  value?: any;
18931
- text?: string | undefined;
19012
+ text?: string | number | boolean | undefined;
18932
19013
  class?: any;
18933
19014
  theme?: string | undefined;
18934
19015
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19010,6 +19091,7 @@ declare const VChip: {
19010
19091
  exact: boolean;
19011
19092
  label: boolean;
19012
19093
  style: vue.StyleValue;
19094
+ text: string | number | boolean;
19013
19095
  draggable: boolean;
19014
19096
  disabled: boolean;
19015
19097
  size: string | number;
@@ -19074,7 +19156,7 @@ declare const VChip: {
19074
19156
  border?: string | number | boolean | undefined;
19075
19157
  color?: string | undefined;
19076
19158
  value?: any;
19077
- text?: string | undefined;
19159
+ text?: string | number | boolean | undefined;
19078
19160
  class?: any;
19079
19161
  theme?: string | undefined;
19080
19162
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19156,6 +19238,7 @@ declare const VChip: {
19156
19238
  exact: boolean;
19157
19239
  label: boolean;
19158
19240
  style: vue.StyleValue;
19241
+ text: string | number | boolean;
19159
19242
  draggable: boolean;
19160
19243
  disabled: boolean;
19161
19244
  size: string | number;
@@ -19203,7 +19286,7 @@ declare const VChip: {
19203
19286
  border?: string | number | boolean | undefined;
19204
19287
  color?: string | undefined;
19205
19288
  value?: any;
19206
- text?: string | undefined;
19289
+ text?: string | number | boolean | undefined;
19207
19290
  class?: any;
19208
19291
  theme?: string | undefined;
19209
19292
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19292,6 +19375,7 @@ declare const VChip: {
19292
19375
  exact: boolean;
19293
19376
  label: boolean;
19294
19377
  style: vue.StyleValue;
19378
+ text: string | number | boolean;
19295
19379
  draggable: boolean;
19296
19380
  disabled: boolean;
19297
19381
  size: string | number;
@@ -19401,7 +19485,10 @@ declare const VChip: {
19401
19485
  type: PropType<RippleDirectiveBinding["value"]>;
19402
19486
  default: boolean;
19403
19487
  };
19404
- text: StringConstructor;
19488
+ text: {
19489
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19490
+ default: undefined;
19491
+ };
19405
19492
  modelValue: {
19406
19493
  type: BooleanConstructor;
19407
19494
  default: boolean;
@@ -19487,7 +19574,10 @@ declare const VChip: {
19487
19574
  type: PropType<RippleDirectiveBinding["value"]>;
19488
19575
  default: boolean;
19489
19576
  };
19490
- text: StringConstructor;
19577
+ text: {
19578
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19579
+ default: undefined;
19580
+ };
19491
19581
  modelValue: {
19492
19582
  type: BooleanConstructor;
19493
19583
  default: boolean;
@@ -33616,7 +33706,7 @@ declare const VFab: {
33616
33706
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33617
33707
  value?: any;
33618
33708
  loading?: string | boolean | undefined;
33619
- text?: string | undefined;
33709
+ text?: string | number | boolean | undefined;
33620
33710
  class?: any;
33621
33711
  theme?: string | undefined;
33622
33712
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33687,7 +33777,7 @@ declare const VFab: {
33687
33777
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33688
33778
  value?: any;
33689
33779
  loading?: string | boolean | undefined;
33690
- text?: string | undefined;
33780
+ text?: string | number | boolean | undefined;
33691
33781
  class?: any;
33692
33782
  theme?: string | undefined;
33693
33783
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33726,6 +33816,7 @@ declare const VFab: {
33726
33816
  component?: vue.Component;
33727
33817
  });
33728
33818
  style: vue.StyleValue;
33819
+ text: string | number | boolean;
33729
33820
  disabled: boolean;
33730
33821
  size: string | number;
33731
33822
  readonly: boolean;
@@ -33797,7 +33888,7 @@ declare const VFab: {
33797
33888
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33798
33889
  value?: any;
33799
33890
  loading?: string | boolean | undefined;
33800
- text?: string | undefined;
33891
+ text?: string | number | boolean | undefined;
33801
33892
  class?: any;
33802
33893
  theme?: string | undefined;
33803
33894
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33836,6 +33927,7 @@ declare const VFab: {
33836
33927
  component?: vue.Component;
33837
33928
  });
33838
33929
  style: vue.StyleValue;
33930
+ text: string | number | boolean;
33839
33931
  disabled: boolean;
33840
33932
  size: string | number;
33841
33933
  readonly: boolean;
@@ -33902,7 +33994,7 @@ declare const VFab: {
33902
33994
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33903
33995
  value?: any;
33904
33996
  loading?: string | boolean | undefined;
33905
- text?: string | undefined;
33997
+ text?: string | number | boolean | undefined;
33906
33998
  class?: any;
33907
33999
  theme?: string | undefined;
33908
34000
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33943,6 +34035,7 @@ declare const VFab: {
33943
34035
  component?: vue.Component;
33944
34036
  });
33945
34037
  style: vue.StyleValue;
34038
+ text: string | number | boolean;
33946
34039
  disabled: boolean;
33947
34040
  size: string | number;
33948
34041
  readonly: boolean;
@@ -34027,7 +34120,10 @@ declare const VFab: {
34027
34120
  type: vue.PropType<vue.StyleValue>;
34028
34121
  default: null;
34029
34122
  };
34030
- text: StringConstructor;
34123
+ text: {
34124
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
34125
+ default: undefined;
34126
+ };
34031
34127
  disabled: BooleanConstructor;
34032
34128
  size: {
34033
34129
  type: (StringConstructor | NumberConstructor)[];
@@ -34145,7 +34241,10 @@ declare const VFab: {
34145
34241
  type: vue.PropType<vue.StyleValue>;
34146
34242
  default: null;
34147
34243
  };
34148
- text: StringConstructor;
34244
+ text: {
34245
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
34246
+ default: undefined;
34247
+ };
34149
34248
  disabled: BooleanConstructor;
34150
34249
  size: {
34151
34250
  type: (StringConstructor | NumberConstructor)[];
@@ -54948,7 +55047,7 @@ declare const VTab: {
54948
55047
  minWidth?: string | number | undefined;
54949
55048
  value?: any;
54950
55049
  loading?: string | boolean | undefined;
54951
- text?: string | undefined;
55050
+ text?: string | number | boolean | undefined;
54952
55051
  class?: any;
54953
55052
  theme?: string | undefined;
54954
55053
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54991,6 +55090,7 @@ declare const VTab: {
54991
55090
  block: boolean;
54992
55091
  active: boolean;
54993
55092
  style: vue.StyleValue;
55093
+ text: string | number | boolean;
54994
55094
  disabled: boolean;
54995
55095
  size: string | number;
54996
55096
  readonly: boolean;
@@ -55035,7 +55135,7 @@ declare const VTab: {
55035
55135
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55036
55136
  value?: any;
55037
55137
  loading?: string | boolean | undefined;
55038
- text?: string | undefined;
55138
+ text?: string | number | boolean | undefined;
55039
55139
  class?: any;
55040
55140
  theme?: string | undefined;
55041
55141
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55100,7 +55200,7 @@ declare const VTab: {
55100
55200
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55101
55201
  value?: any;
55102
55202
  loading?: string | boolean | undefined;
55103
- text?: string | undefined;
55203
+ text?: string | number | boolean | undefined;
55104
55204
  class?: any;
55105
55205
  theme?: string | undefined;
55106
55206
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55135,7 +55235,7 @@ declare const VTab: {
55135
55235
  "onGroup:selected"?: ((val: {
55136
55236
  value: boolean;
55137
55237
  }) => any) | undefined;
55138
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55238
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55139
55239
  $attrs: {
55140
55240
  [x: string]: unknown;
55141
55241
  };
@@ -55187,7 +55287,7 @@ declare const VTab: {
55187
55287
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55188
55288
  value?: any;
55189
55289
  loading?: string | boolean | undefined;
55190
- text?: string | undefined;
55290
+ text?: string | number | boolean | undefined;
55191
55291
  class?: any;
55192
55292
  theme?: string | undefined;
55193
55293
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55237,6 +55337,7 @@ declare const VTab: {
55237
55337
  block: boolean;
55238
55338
  active: boolean;
55239
55339
  style: vue.StyleValue;
55340
+ text: string | number | boolean;
55240
55341
  disabled: boolean;
55241
55342
  size: string | number;
55242
55343
  readonly: boolean;
@@ -55307,7 +55408,7 @@ declare const VTab: {
55307
55408
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55308
55409
  value?: any;
55309
55410
  loading?: string | boolean | undefined;
55310
- text?: string | undefined;
55411
+ text?: string | number | boolean | undefined;
55311
55412
  class?: any;
55312
55413
  theme?: string | undefined;
55313
55414
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55344,7 +55445,7 @@ declare const VTab: {
55344
55445
  }) => any) | undefined;
55345
55446
  }, "group"> & vue.ShallowUnwrapRef<{
55346
55447
  group: GroupItemProvide | null;
55347
- }> & {} & 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}`> & {
55448
+ }> & {} & 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}`> & {
55348
55449
  _allExposed: {
55349
55450
  group: GroupItemProvide | null;
55350
55451
  } | {};
@@ -55379,7 +55480,7 @@ declare const VTab: {
55379
55480
  minWidth?: string | number | undefined;
55380
55481
  value?: any;
55381
55482
  loading?: string | boolean | undefined;
55382
- text?: string | undefined;
55483
+ text?: string | number | boolean | undefined;
55383
55484
  class?: any;
55384
55485
  theme?: string | undefined;
55385
55486
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55417,6 +55518,7 @@ declare const VTab: {
55417
55518
  exact: boolean;
55418
55519
  direction: "horizontal" | "vertical";
55419
55520
  style: vue.StyleValue;
55521
+ text: string | number | boolean;
55420
55522
  disabled: boolean;
55421
55523
  size: string | number;
55422
55524
  readonly: boolean;
@@ -55474,7 +55576,7 @@ declare const VTab: {
55474
55576
  minWidth?: string | number | undefined;
55475
55577
  value?: any;
55476
55578
  loading?: string | boolean | undefined;
55477
- text?: string | undefined;
55579
+ text?: string | number | boolean | undefined;
55478
55580
  class?: any;
55479
55581
  theme?: string | undefined;
55480
55582
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55517,6 +55619,7 @@ declare const VTab: {
55517
55619
  block: boolean;
55518
55620
  active: boolean;
55519
55621
  style: vue.StyleValue;
55622
+ text: string | number | boolean;
55520
55623
  disabled: boolean;
55521
55624
  size: string | number;
55522
55625
  readonly: boolean;
@@ -55561,7 +55664,7 @@ declare const VTab: {
55561
55664
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55562
55665
  value?: any;
55563
55666
  loading?: string | boolean | undefined;
55564
- text?: string | undefined;
55667
+ text?: string | number | boolean | undefined;
55565
55668
  class?: any;
55566
55669
  theme?: string | undefined;
55567
55670
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55626,7 +55729,7 @@ declare const VTab: {
55626
55729
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55627
55730
  value?: any;
55628
55731
  loading?: string | boolean | undefined;
55629
- text?: string | undefined;
55732
+ text?: string | number | boolean | undefined;
55630
55733
  class?: any;
55631
55734
  theme?: string | undefined;
55632
55735
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55661,7 +55764,7 @@ declare const VTab: {
55661
55764
  "onGroup:selected"?: ((val: {
55662
55765
  value: boolean;
55663
55766
  }) => any) | undefined;
55664
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55767
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55665
55768
  $attrs: {
55666
55769
  [x: string]: unknown;
55667
55770
  };
@@ -55713,7 +55816,7 @@ declare const VTab: {
55713
55816
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55714
55817
  value?: any;
55715
55818
  loading?: string | boolean | undefined;
55716
- text?: string | undefined;
55819
+ text?: string | number | boolean | undefined;
55717
55820
  class?: any;
55718
55821
  theme?: string | undefined;
55719
55822
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55763,6 +55866,7 @@ declare const VTab: {
55763
55866
  block: boolean;
55764
55867
  active: boolean;
55765
55868
  style: vue.StyleValue;
55869
+ text: string | number | boolean;
55766
55870
  disabled: boolean;
55767
55871
  size: string | number;
55768
55872
  readonly: boolean;
@@ -55833,7 +55937,7 @@ declare const VTab: {
55833
55937
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55834
55938
  value?: any;
55835
55939
  loading?: string | boolean | undefined;
55836
- text?: string | undefined;
55940
+ text?: string | number | boolean | undefined;
55837
55941
  class?: any;
55838
55942
  theme?: string | undefined;
55839
55943
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55870,7 +55974,7 @@ declare const VTab: {
55870
55974
  }) => any) | undefined;
55871
55975
  }, "group"> & vue.ShallowUnwrapRef<{
55872
55976
  group: GroupItemProvide | null;
55873
- }> & {} & 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}`> & {
55977
+ }> & {} & 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}`> & {
55874
55978
  _allExposed: {
55875
55979
  group: GroupItemProvide | null;
55876
55980
  } | {};
@@ -55881,6 +55985,7 @@ declare const VTab: {
55881
55985
  exact: boolean;
55882
55986
  direction: "horizontal" | "vertical";
55883
55987
  style: vue.StyleValue;
55988
+ text: string | number | boolean;
55884
55989
  disabled: boolean;
55885
55990
  size: string | number;
55886
55991
  readonly: boolean;
@@ -55930,7 +56035,7 @@ declare const VTab: {
55930
56035
  minWidth?: string | number | undefined;
55931
56036
  value?: any;
55932
56037
  loading?: string | boolean | undefined;
55933
- text?: string | undefined;
56038
+ text?: string | number | boolean | undefined;
55934
56039
  class?: any;
55935
56040
  theme?: string | undefined;
55936
56041
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55973,6 +56078,7 @@ declare const VTab: {
55973
56078
  block: boolean;
55974
56079
  active: boolean;
55975
56080
  style: vue.StyleValue;
56081
+ text: string | number | boolean;
55976
56082
  disabled: boolean;
55977
56083
  size: string | number;
55978
56084
  readonly: boolean;
@@ -56017,7 +56123,7 @@ declare const VTab: {
56017
56123
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56018
56124
  value?: any;
56019
56125
  loading?: string | boolean | undefined;
56020
- text?: string | undefined;
56126
+ text?: string | number | boolean | undefined;
56021
56127
  class?: any;
56022
56128
  theme?: string | undefined;
56023
56129
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56082,7 +56188,7 @@ declare const VTab: {
56082
56188
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56083
56189
  value?: any;
56084
56190
  loading?: string | boolean | undefined;
56085
- text?: string | undefined;
56191
+ text?: string | number | boolean | undefined;
56086
56192
  class?: any;
56087
56193
  theme?: string | undefined;
56088
56194
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56117,7 +56223,7 @@ declare const VTab: {
56117
56223
  "onGroup:selected"?: ((val: {
56118
56224
  value: boolean;
56119
56225
  }) => any) | undefined;
56120
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
56226
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
56121
56227
  $attrs: {
56122
56228
  [x: string]: unknown;
56123
56229
  };
@@ -56169,7 +56275,7 @@ declare const VTab: {
56169
56275
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56170
56276
  value?: any;
56171
56277
  loading?: string | boolean | undefined;
56172
- text?: string | undefined;
56278
+ text?: string | number | boolean | undefined;
56173
56279
  class?: any;
56174
56280
  theme?: string | undefined;
56175
56281
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56219,6 +56325,7 @@ declare const VTab: {
56219
56325
  block: boolean;
56220
56326
  active: boolean;
56221
56327
  style: vue.StyleValue;
56328
+ text: string | number | boolean;
56222
56329
  disabled: boolean;
56223
56330
  size: string | number;
56224
56331
  readonly: boolean;
@@ -56289,7 +56396,7 @@ declare const VTab: {
56289
56396
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56290
56397
  value?: any;
56291
56398
  loading?: string | boolean | undefined;
56292
- text?: string | undefined;
56399
+ text?: string | number | boolean | undefined;
56293
56400
  class?: any;
56294
56401
  theme?: string | undefined;
56295
56402
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56326,7 +56433,7 @@ declare const VTab: {
56326
56433
  }) => any) | undefined;
56327
56434
  }, "group"> & vue.ShallowUnwrapRef<{
56328
56435
  group: GroupItemProvide | null;
56329
- }> & {} & 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}`> & {
56436
+ }> & {} & 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}`> & {
56330
56437
  _allExposed: {
56331
56438
  group: GroupItemProvide | null;
56332
56439
  } | {};
@@ -56337,6 +56444,7 @@ declare const VTab: {
56337
56444
  exact: boolean;
56338
56445
  direction: "horizontal" | "vertical";
56339
56446
  style: vue.StyleValue;
56447
+ text: string | number | boolean;
56340
56448
  disabled: boolean;
56341
56449
  size: string | number;
56342
56450
  readonly: boolean;
@@ -56384,7 +56492,10 @@ declare const VTab: {
56384
56492
  type: PropType<vue.StyleValue>;
56385
56493
  default: null;
56386
56494
  };
56387
- text: StringConstructor;
56495
+ text: {
56496
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56497
+ default: undefined;
56498
+ };
56388
56499
  disabled: BooleanConstructor;
56389
56500
  size: {
56390
56501
  type: (StringConstructor | NumberConstructor)[];
@@ -56466,7 +56577,10 @@ declare const VTab: {
56466
56577
  type: PropType<vue.StyleValue>;
56467
56578
  default: null;
56468
56579
  };
56469
- text: StringConstructor;
56580
+ text: {
56581
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56582
+ default: undefined;
56583
+ };
56470
56584
  disabled: BooleanConstructor;
56471
56585
  size: {
56472
56586
  type: (StringConstructor | NumberConstructor)[];
@@ -70549,7 +70663,7 @@ declare const VFileUploadItem: {
70549
70663
  minHeight?: string | number | undefined;
70550
70664
  minWidth?: string | number | undefined;
70551
70665
  value?: any;
70552
- title?: string | number | undefined;
70666
+ title?: string | number | boolean | undefined;
70553
70667
  class?: any;
70554
70668
  theme?: string | undefined;
70555
70669
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70564,7 +70678,7 @@ declare const VFileUploadItem: {
70564
70678
  activeClass?: string | undefined;
70565
70679
  appendAvatar?: string | undefined;
70566
70680
  prependAvatar?: string | undefined;
70567
- subtitle?: string | number | undefined;
70681
+ subtitle?: string | number | boolean | undefined;
70568
70682
  } & {
70569
70683
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70570
70684
  clear?: ((arg: {
@@ -70639,7 +70753,7 @@ declare const VFileUploadItem: {
70639
70753
  minHeight?: string | number | undefined;
70640
70754
  minWidth?: string | number | undefined;
70641
70755
  value?: any;
70642
- title?: string | number | undefined;
70756
+ title?: string | number | boolean | undefined;
70643
70757
  class?: any;
70644
70758
  theme?: string | undefined;
70645
70759
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70654,7 +70768,7 @@ declare const VFileUploadItem: {
70654
70768
  activeClass?: string | undefined;
70655
70769
  appendAvatar?: string | undefined;
70656
70770
  prependAvatar?: string | undefined;
70657
- subtitle?: string | number | undefined;
70771
+ subtitle?: string | number | boolean | undefined;
70658
70772
  } & {
70659
70773
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70660
70774
  clear?: ((arg: {
@@ -70704,6 +70818,7 @@ declare const VFileUploadItem: {
70704
70818
  border: string | number | boolean;
70705
70819
  nav: boolean;
70706
70820
  style: vue.StyleValue;
70821
+ title: string | number | boolean;
70707
70822
  disabled: boolean;
70708
70823
  tag: string;
70709
70824
  lines: false | "one" | "two" | "three";
@@ -70714,6 +70829,7 @@ declare const VFileUploadItem: {
70714
70829
  ripple: boolean | {
70715
70830
  class: string;
70716
70831
  } | undefined;
70832
+ subtitle: string | number | boolean;
70717
70833
  clearable: boolean;
70718
70834
  showSize: boolean;
70719
70835
  fileIcon: string;
@@ -70767,7 +70883,7 @@ declare const VFileUploadItem: {
70767
70883
  minHeight?: string | number | undefined;
70768
70884
  minWidth?: string | number | undefined;
70769
70885
  value?: any;
70770
- title?: string | number | undefined;
70886
+ title?: string | number | boolean | undefined;
70771
70887
  class?: any;
70772
70888
  theme?: string | undefined;
70773
70889
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70782,7 +70898,7 @@ declare const VFileUploadItem: {
70782
70898
  activeClass?: string | undefined;
70783
70899
  appendAvatar?: string | undefined;
70784
70900
  prependAvatar?: string | undefined;
70785
- subtitle?: string | number | undefined;
70901
+ subtitle?: string | number | boolean | undefined;
70786
70902
  } & {
70787
70903
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70788
70904
  clear?: ((arg: {
@@ -70832,6 +70948,7 @@ declare const VFileUploadItem: {
70832
70948
  border: string | number | boolean;
70833
70949
  nav: boolean;
70834
70950
  style: vue.StyleValue;
70951
+ title: string | number | boolean;
70835
70952
  disabled: boolean;
70836
70953
  tag: string;
70837
70954
  lines: false | "one" | "two" | "three";
@@ -70842,6 +70959,7 @@ declare const VFileUploadItem: {
70842
70959
  ripple: boolean | {
70843
70960
  class: string;
70844
70961
  } | undefined;
70962
+ subtitle: string | number | boolean;
70845
70963
  clearable: boolean;
70846
70964
  showSize: boolean;
70847
70965
  fileIcon: string;
@@ -70881,7 +70999,7 @@ declare const VFileUploadItem: {
70881
70999
  minHeight?: string | number | undefined;
70882
71000
  minWidth?: string | number | undefined;
70883
71001
  value?: any;
70884
- title?: string | number | undefined;
71002
+ title?: string | number | boolean | undefined;
70885
71003
  class?: any;
70886
71004
  theme?: string | undefined;
70887
71005
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70896,7 +71014,7 @@ declare const VFileUploadItem: {
70896
71014
  activeClass?: string | undefined;
70897
71015
  appendAvatar?: string | undefined;
70898
71016
  prependAvatar?: string | undefined;
70899
- subtitle?: string | number | undefined;
71017
+ subtitle?: string | number | boolean | undefined;
70900
71018
  } & {
70901
71019
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70902
71020
  clear?: ((arg: {
@@ -70949,6 +71067,7 @@ declare const VFileUploadItem: {
70949
71067
  border: string | number | boolean;
70950
71068
  nav: boolean;
70951
71069
  style: vue.StyleValue;
71070
+ title: string | number | boolean;
70952
71071
  disabled: boolean;
70953
71072
  tag: string;
70954
71073
  lines: false | "one" | "two" | "three";
@@ -70959,6 +71078,7 @@ declare const VFileUploadItem: {
70959
71078
  ripple: boolean | {
70960
71079
  class: string;
70961
71080
  } | undefined;
71081
+ subtitle: string | number | boolean;
70962
71082
  clearable: boolean;
70963
71083
  showSize: boolean;
70964
71084
  fileIcon: string;
@@ -71050,8 +71170,14 @@ declare const VFileUploadItem: {
71050
71170
  default: boolean;
71051
71171
  };
71052
71172
  slim: BooleanConstructor;
71053
- subtitle: (StringConstructor | NumberConstructor)[];
71054
- title: (StringConstructor | NumberConstructor)[];
71173
+ subtitle: {
71174
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71175
+ default: undefined;
71176
+ };
71177
+ title: {
71178
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71179
+ default: undefined;
71180
+ };
71055
71181
  value: null;
71056
71182
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
71057
71183
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -71142,8 +71268,14 @@ declare const VFileUploadItem: {
71142
71268
  default: boolean;
71143
71269
  };
71144
71270
  slim: BooleanConstructor;
71145
- subtitle: (StringConstructor | NumberConstructor)[];
71146
- title: (StringConstructor | NumberConstructor)[];
71271
+ subtitle: {
71272
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71273
+ default: undefined;
71274
+ };
71275
+ title: {
71276
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71277
+ default: undefined;
71278
+ };
71147
71279
  value: null;
71148
71280
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
71149
71281
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -80405,9 +80537,10 @@ declare const VSnackbarQueue: {
80405
80537
  }>>;
80406
80538
  type VSnackbarQueue = InstanceType<typeof VSnackbarQueue>;
80407
80539
 
80540
+ type VTimePickerViewMode = 'hour' | 'minute' | 'second';
80541
+
80408
80542
  type Period$1 = 'am' | 'pm';
80409
80543
  type AllowFunction = (val: number) => boolean;
80410
-
80411
80544
  declare const VTimePicker: {
80412
80545
  new (...args: any[]): vue.CreateComponentPublicInstance<{
80413
80546
  style: vue.StyleValue;
@@ -80418,6 +80551,7 @@ declare const VTimePicker: {
80418
80551
  tag: string;
80419
80552
  tile: boolean;
80420
80553
  scrollable: boolean;
80554
+ viewMode: VTimePickerViewMode;
80421
80555
  hideHeader: boolean;
80422
80556
  ampmInTitle: boolean;
80423
80557
  useSeconds: boolean;
@@ -80460,6 +80594,7 @@ declare const VTimePicker: {
80460
80594
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80461
80595
  } & {
80462
80596
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80597
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80463
80598
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80464
80599
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80465
80600
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80470,6 +80605,7 @@ declare const VTimePicker: {
80470
80605
  'update:period': (val: Period$1) => true;
80471
80606
  'update:second': (val: number) => true;
80472
80607
  'update:modelValue': (val: string) => true;
80608
+ 'update:viewMode': (val: VTimePickerViewMode) => true;
80473
80609
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
80474
80610
  style: vue.StyleValue;
80475
80611
  title: string;
@@ -80479,6 +80615,7 @@ declare const VTimePicker: {
80479
80615
  tag: string;
80480
80616
  tile: boolean;
80481
80617
  scrollable: boolean;
80618
+ viewMode: VTimePickerViewMode;
80482
80619
  hideHeader: boolean;
80483
80620
  ampmInTitle: boolean;
80484
80621
  useSeconds: boolean;
@@ -80521,6 +80658,7 @@ declare const VTimePicker: {
80521
80658
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80522
80659
  } & {
80523
80660
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80661
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80524
80662
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80525
80663
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80526
80664
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80535,6 +80673,7 @@ declare const VTimePicker: {
80535
80673
  rounded: string | number | boolean;
80536
80674
  tile: boolean;
80537
80675
  scrollable: boolean;
80676
+ viewMode: VTimePickerViewMode;
80538
80677
  hideHeader: boolean;
80539
80678
  ampmInTitle: boolean;
80540
80679
  useSeconds: boolean;
@@ -80558,6 +80697,7 @@ declare const VTimePicker: {
80558
80697
  tag: string;
80559
80698
  tile: boolean;
80560
80699
  scrollable: boolean;
80700
+ viewMode: VTimePickerViewMode;
80561
80701
  hideHeader: boolean;
80562
80702
  ampmInTitle: boolean;
80563
80703
  useSeconds: boolean;
@@ -80600,6 +80740,7 @@ declare const VTimePicker: {
80600
80740
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80601
80741
  } & {
80602
80742
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80743
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80603
80744
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80604
80745
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80605
80746
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80614,6 +80755,7 @@ declare const VTimePicker: {
80614
80755
  rounded: string | number | boolean;
80615
80756
  tile: boolean;
80616
80757
  scrollable: boolean;
80758
+ viewMode: VTimePickerViewMode;
80617
80759
  hideHeader: boolean;
80618
80760
  ampmInTitle: boolean;
80619
80761
  useSeconds: boolean;
@@ -80630,6 +80772,7 @@ declare const VTimePicker: {
80630
80772
  tag: string;
80631
80773
  tile: boolean;
80632
80774
  scrollable: boolean;
80775
+ viewMode: VTimePickerViewMode;
80633
80776
  hideHeader: boolean;
80634
80777
  ampmInTitle: boolean;
80635
80778
  useSeconds: boolean;
@@ -80672,6 +80815,7 @@ declare const VTimePicker: {
80672
80815
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80673
80816
  } & {
80674
80817
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80818
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80675
80819
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80676
80820
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80677
80821
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80682,6 +80826,7 @@ declare const VTimePicker: {
80682
80826
  'update:period': (val: Period$1) => true;
80683
80827
  'update:second': (val: number) => true;
80684
80828
  'update:modelValue': (val: string) => true;
80829
+ 'update:viewMode': (val: VTimePickerViewMode) => true;
80685
80830
  }, string, {
80686
80831
  style: vue.StyleValue;
80687
80832
  title: string;
@@ -80692,6 +80837,7 @@ declare const VTimePicker: {
80692
80837
  rounded: string | number | boolean;
80693
80838
  tile: boolean;
80694
80839
  scrollable: boolean;
80840
+ viewMode: VTimePickerViewMode;
80695
80841
  hideHeader: boolean;
80696
80842
  ampmInTitle: boolean;
80697
80843
  useSeconds: boolean;
@@ -80749,6 +80895,10 @@ declare const VTimePicker: {
80749
80895
  };
80750
80896
  max: StringConstructor;
80751
80897
  min: StringConstructor;
80898
+ viewMode: {
80899
+ type: PropType<VTimePickerViewMode>;
80900
+ default: string;
80901
+ };
80752
80902
  modelValue: PropType<any>;
80753
80903
  readonly: BooleanConstructor;
80754
80904
  scrollable: BooleanConstructor;
@@ -80803,6 +80953,10 @@ declare const VTimePicker: {
80803
80953
  };
80804
80954
  max: StringConstructor;
80805
80955
  min: StringConstructor;
80956
+ viewMode: {
80957
+ type: PropType<VTimePickerViewMode>;
80958
+ default: string;
80959
+ };
80806
80960
  modelValue: PropType<any>;
80807
80961
  readonly: BooleanConstructor;
80808
80962
  scrollable: BooleanConstructor;
@@ -81053,8 +81207,8 @@ declare const VTimePickerControls: {
81053
81207
  hour?: number | undefined;
81054
81208
  minute?: number | undefined;
81055
81209
  second?: number | undefined;
81210
+ viewMode?: VTimePickerViewMode | undefined;
81056
81211
  period?: string | undefined;
81057
- selecting?: number | undefined;
81058
81212
  } & {
81059
81213
  $children?: vue.VNodeChild | {
81060
81214
  default?: (() => vue.VNodeChild) | undefined;
@@ -81065,11 +81219,11 @@ declare const VTimePickerControls: {
81065
81219
  } & {
81066
81220
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81067
81221
  } & {
81222
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81068
81223
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81069
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81070
81224
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
81071
81225
  'update:period': (data: Period) => true;
81072
- 'update:selecting': (data: 1 | 2 | 3) => true;
81226
+ 'update:viewMode': (data: VTimePickerViewMode) => true;
81073
81227
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
81074
81228
  disabled: boolean;
81075
81229
  readonly: boolean;
@@ -81083,8 +81237,8 @@ declare const VTimePickerControls: {
81083
81237
  hour?: number | undefined;
81084
81238
  minute?: number | undefined;
81085
81239
  second?: number | undefined;
81240
+ viewMode?: VTimePickerViewMode | undefined;
81086
81241
  period?: string | undefined;
81087
- selecting?: number | undefined;
81088
81242
  } & {
81089
81243
  $children?: vue.VNodeChild | {
81090
81244
  default?: (() => vue.VNodeChild) | undefined;
@@ -81095,8 +81249,8 @@ declare const VTimePickerControls: {
81095
81249
  } & {
81096
81250
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81097
81251
  } & {
81252
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81098
81253
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81099
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81100
81254
  }, {
81101
81255
  disabled: boolean;
81102
81256
  readonly: boolean;
@@ -81126,8 +81280,8 @@ declare const VTimePickerControls: {
81126
81280
  hour?: number | undefined;
81127
81281
  minute?: number | undefined;
81128
81282
  second?: number | undefined;
81283
+ viewMode?: VTimePickerViewMode | undefined;
81129
81284
  period?: string | undefined;
81130
- selecting?: number | undefined;
81131
81285
  } & {
81132
81286
  $children?: vue.VNodeChild | {
81133
81287
  default?: (() => vue.VNodeChild) | undefined;
@@ -81138,8 +81292,8 @@ declare const VTimePickerControls: {
81138
81292
  } & {
81139
81293
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81140
81294
  } & {
81295
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81141
81296
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81142
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81143
81297
  }, {}, {}, {}, {}, {
81144
81298
  disabled: boolean;
81145
81299
  readonly: boolean;
@@ -81164,8 +81318,8 @@ declare const VTimePickerControls: {
81164
81318
  hour?: number | undefined;
81165
81319
  minute?: number | undefined;
81166
81320
  second?: number | undefined;
81321
+ viewMode?: VTimePickerViewMode | undefined;
81167
81322
  period?: string | undefined;
81168
- selecting?: number | undefined;
81169
81323
  } & {
81170
81324
  $children?: vue.VNodeChild | {
81171
81325
  default?: (() => vue.VNodeChild) | undefined;
@@ -81176,11 +81330,11 @@ declare const VTimePickerControls: {
81176
81330
  } & {
81177
81331
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81178
81332
  } & {
81333
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81179
81334
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81180
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81181
81335
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
81182
81336
  'update:period': (data: Period) => true;
81183
- 'update:selecting': (data: 1 | 2 | 3) => true;
81337
+ 'update:viewMode': (data: VTimePickerViewMode) => true;
81184
81338
  }, string, {
81185
81339
  disabled: boolean;
81186
81340
  readonly: boolean;
@@ -81202,8 +81356,8 @@ declare const VTimePickerControls: {
81202
81356
  period: StringConstructor;
81203
81357
  readonly: BooleanConstructor;
81204
81358
  useSeconds: BooleanConstructor;
81205
- selecting: NumberConstructor;
81206
81359
  value: NumberConstructor;
81360
+ viewMode: PropType<VTimePickerViewMode>;
81207
81361
  }, vue.ExtractPropTypes<{
81208
81362
  ampm: BooleanConstructor;
81209
81363
  ampmInTitle: BooleanConstructor;
@@ -81216,8 +81370,8 @@ declare const VTimePickerControls: {
81216
81370
  period: StringConstructor;
81217
81371
  readonly: BooleanConstructor;
81218
81372
  useSeconds: BooleanConstructor;
81219
- selecting: NumberConstructor;
81220
81373
  value: NumberConstructor;
81374
+ viewMode: PropType<VTimePickerViewMode>;
81221
81375
  }>>;
81222
81376
  type VTimePickerControls = InstanceType<typeof VTimePickerControls>;
81223
81377
 
@@ -82054,7 +82208,7 @@ declare const VTreeviewItem: {
82054
82208
  minHeight?: string | number | undefined;
82055
82209
  minWidth?: string | number | undefined;
82056
82210
  value?: any;
82057
- title?: string | number | undefined;
82211
+ title?: string | number | boolean | undefined;
82058
82212
  class?: any;
82059
82213
  theme?: string | undefined;
82060
82214
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82071,7 +82225,7 @@ declare const VTreeviewItem: {
82071
82225
  activeClass?: string | undefined;
82072
82226
  appendAvatar?: string | undefined;
82073
82227
  prependAvatar?: string | undefined;
82074
- subtitle?: string | number | undefined;
82228
+ subtitle?: string | number | boolean | undefined;
82075
82229
  toggleIcon?: IconValue | undefined;
82076
82230
  } & {
82077
82231
  $children?: vue.VNodeChild | {
@@ -82125,7 +82279,7 @@ declare const VTreeviewItem: {
82125
82279
  minHeight?: string | number | undefined;
82126
82280
  minWidth?: string | number | undefined;
82127
82281
  value?: any;
82128
- title?: string | number | undefined;
82282
+ title?: string | number | boolean | undefined;
82129
82283
  class?: any;
82130
82284
  theme?: string | undefined;
82131
82285
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82142,7 +82296,7 @@ declare const VTreeviewItem: {
82142
82296
  activeClass?: string | undefined;
82143
82297
  appendAvatar?: string | undefined;
82144
82298
  prependAvatar?: string | undefined;
82145
- subtitle?: string | number | undefined;
82299
+ subtitle?: string | number | boolean | undefined;
82146
82300
  toggleIcon?: IconValue | undefined;
82147
82301
  } & {
82148
82302
  $children?: vue.VNodeChild | {
@@ -82176,6 +82330,7 @@ declare const VTreeviewItem: {
82176
82330
  loading: boolean;
82177
82331
  nav: boolean;
82178
82332
  style: vue.StyleValue;
82333
+ title: string | number | boolean;
82179
82334
  disabled: boolean;
82180
82335
  tag: string;
82181
82336
  rounded: string | number | boolean;
@@ -82185,6 +82340,7 @@ declare const VTreeviewItem: {
82185
82340
  ripple: boolean | {
82186
82341
  class: string;
82187
82342
  } | undefined;
82343
+ subtitle: string | number | boolean;
82188
82344
  }, true, {}, vue.SlotsType<Partial<{
82189
82345
  prepend: (arg: ListItemSlot) => vue.VNode[];
82190
82346
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -82225,7 +82381,7 @@ declare const VTreeviewItem: {
82225
82381
  minHeight?: string | number | undefined;
82226
82382
  minWidth?: string | number | undefined;
82227
82383
  value?: any;
82228
- title?: string | number | undefined;
82384
+ title?: string | number | boolean | undefined;
82229
82385
  class?: any;
82230
82386
  theme?: string | undefined;
82231
82387
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82242,7 +82398,7 @@ declare const VTreeviewItem: {
82242
82398
  activeClass?: string | undefined;
82243
82399
  appendAvatar?: string | undefined;
82244
82400
  prependAvatar?: string | undefined;
82245
- subtitle?: string | number | undefined;
82401
+ subtitle?: string | number | boolean | undefined;
82246
82402
  toggleIcon?: IconValue | undefined;
82247
82403
  } & {
82248
82404
  $children?: vue.VNodeChild | {
@@ -82276,6 +82432,7 @@ declare const VTreeviewItem: {
82276
82432
  loading: boolean;
82277
82433
  nav: boolean;
82278
82434
  style: vue.StyleValue;
82435
+ title: string | number | boolean;
82279
82436
  disabled: boolean;
82280
82437
  tag: string;
82281
82438
  rounded: string | number | boolean;
@@ -82285,6 +82442,7 @@ declare const VTreeviewItem: {
82285
82442
  ripple: boolean | {
82286
82443
  class: string;
82287
82444
  } | undefined;
82445
+ subtitle: string | number | boolean;
82288
82446
  }>;
82289
82447
  __isFragment?: never;
82290
82448
  __isTeleport?: never;
@@ -82316,7 +82474,7 @@ declare const VTreeviewItem: {
82316
82474
  minHeight?: string | number | undefined;
82317
82475
  minWidth?: string | number | undefined;
82318
82476
  value?: any;
82319
- title?: string | number | undefined;
82477
+ title?: string | number | boolean | undefined;
82320
82478
  class?: any;
82321
82479
  theme?: string | undefined;
82322
82480
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82333,7 +82491,7 @@ declare const VTreeviewItem: {
82333
82491
  activeClass?: string | undefined;
82334
82492
  appendAvatar?: string | undefined;
82335
82493
  prependAvatar?: string | undefined;
82336
- subtitle?: string | number | undefined;
82494
+ subtitle?: string | number | boolean | undefined;
82337
82495
  toggleIcon?: IconValue | undefined;
82338
82496
  } & {
82339
82497
  $children?: vue.VNodeChild | {
@@ -82369,6 +82527,7 @@ declare const VTreeviewItem: {
82369
82527
  loading: boolean;
82370
82528
  nav: boolean;
82371
82529
  style: vue.StyleValue;
82530
+ title: string | number | boolean;
82372
82531
  disabled: boolean;
82373
82532
  tag: string;
82374
82533
  rounded: string | number | boolean;
@@ -82378,6 +82537,7 @@ declare const VTreeviewItem: {
82378
82537
  ripple: boolean | {
82379
82538
  class: string;
82380
82539
  } | undefined;
82540
+ subtitle: string | number | boolean;
82381
82541
  }, {}, string, vue.SlotsType<Partial<{
82382
82542
  prepend: (arg: ListItemSlot) => vue.VNode[];
82383
82543
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -82455,8 +82615,14 @@ declare const VTreeviewItem: {
82455
82615
  type: vue.PropType<boolean>;
82456
82616
  default: boolean;
82457
82617
  };
82458
- subtitle: (StringConstructor | NumberConstructor)[];
82459
- title: (StringConstructor | NumberConstructor)[];
82618
+ subtitle: {
82619
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82620
+ default: undefined;
82621
+ };
82622
+ title: {
82623
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82624
+ default: undefined;
82625
+ };
82460
82626
  value: null;
82461
82627
  onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
82462
82628
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
@@ -82533,8 +82699,14 @@ declare const VTreeviewItem: {
82533
82699
  type: vue.PropType<boolean>;
82534
82700
  default: boolean;
82535
82701
  };
82536
- subtitle: (StringConstructor | NumberConstructor)[];
82537
- title: (StringConstructor | NumberConstructor)[];
82702
+ subtitle: {
82703
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82704
+ default: undefined;
82705
+ };
82706
+ title: {
82707
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82708
+ default: undefined;
82709
+ };
82538
82710
  value: null;
82539
82711
  onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
82540
82712
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;