vuetify 3.7.14 → 3.7.16

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 (198) hide show
  1. package/dist/json/attributes.json +3550 -3550
  2. package/dist/json/importMap-labs.json +28 -28
  3. package/dist/json/importMap.json +162 -162
  4. package/dist/json/tags.json +3 -3
  5. package/dist/json/web-types.json +6475 -6452
  6. package/dist/vuetify-labs.css +5395 -5391
  7. package/dist/vuetify-labs.d.ts +453 -215
  8. package/dist/vuetify-labs.esm.js +254 -151
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +253 -150
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +3635 -3635
  13. package/dist/vuetify.d.ts +389 -209
  14. package/dist/vuetify.esm.js +105 -70
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +104 -69
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +229 -227
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +15 -6
  22. package/lib/components/VAutocomplete/index.d.mts +23 -8
  23. package/lib/components/VBadge/VBadge.mjs +2 -2
  24. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  25. package/lib/components/VBtn/VBtn.mjs +6 -3
  26. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  27. package/lib/components/VBtn/index.d.mts +15 -6
  28. package/lib/components/VCard/VCard.mjs +12 -3
  29. package/lib/components/VCard/VCard.mjs.map +1 -1
  30. package/lib/components/VCard/VCardItem.mjs +11 -4
  31. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  32. package/lib/components/VCard/index.d.mts +75 -30
  33. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  34. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  35. package/lib/components/VChip/VChip.mjs +6 -3
  36. package/lib/components/VChip/VChip.mjs.map +1 -1
  37. package/lib/components/VChip/index.d.mts +15 -6
  38. package/lib/components/VCombobox/index.d.mts +23 -8
  39. package/lib/components/VDataIterator/index.d.mts +2 -2
  40. package/lib/components/VDataTable/composables/headers.mjs +3 -1
  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/VDataTable/index.d.mts +34 -34
  45. package/lib/components/VDataTable/types.mjs.map +1 -1
  46. package/lib/components/VDatePicker/VDatePickerMonth.mjs +12 -21
  47. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  48. package/lib/components/VDatePicker/index.d.mts +3 -3
  49. package/lib/components/VDialog/index.d.mts +21 -6
  50. package/lib/components/VFab/index.d.mts +15 -6
  51. package/lib/components/VList/VListItem.mjs +13 -5
  52. package/lib/components/VList/VListItem.mjs.map +1 -1
  53. package/lib/components/VList/index.d.mts +32 -14
  54. package/lib/components/VMenu/index.d.mts +21 -6
  55. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  56. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  57. package/lib/components/VOverlay/VOverlay.mjs +10 -1
  58. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  59. package/lib/components/VOverlay/index.d.mts +6 -0
  60. package/lib/components/VPagination/VPagination.mjs +3 -3
  61. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  62. package/lib/components/VParallax/VParallax.mjs +1 -1
  63. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  64. package/lib/components/VRating/VRating.mjs +1 -1
  65. package/lib/components/VRating/VRating.mjs.map +1 -1
  66. package/lib/components/VSelect/index.d.mts +23 -8
  67. package/lib/components/VSlider/slider.mjs +2 -1
  68. package/lib/components/VSlider/slider.mjs.map +1 -1
  69. package/lib/components/VSnackbar/index.d.mts +21 -6
  70. package/lib/components/VSparkline/VBarline.mjs +1 -1
  71. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  72. package/lib/components/VTabs/index.d.mts +39 -24
  73. package/lib/components/VTextarea/VTextarea.mjs +2 -2
  74. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  75. package/lib/components/VTooltip/index.d.mts +21 -6
  76. package/lib/components/index.d.mts +333 -153
  77. package/lib/composables/stack.mjs +2 -2
  78. package/lib/composables/stack.mjs.map +1 -1
  79. package/lib/composables/validation.mjs +2 -2
  80. package/lib/composables/validation.mjs.map +1 -1
  81. package/lib/entry-bundler.mjs +1 -1
  82. package/lib/framework.mjs +1 -1
  83. package/lib/index.d.mts +56 -56
  84. package/lib/labs/VDateInput/VDateInput.mjs +5 -4
  85. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  86. package/lib/labs/VDateInput/index.d.mts +10 -10
  87. package/lib/labs/VFileUpload/VFileUpload.css +5 -1
  88. package/lib/labs/VFileUpload/VFileUpload.mjs +3 -2
  89. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -1
  90. package/lib/labs/VFileUpload/VFileUpload.sass +4 -0
  91. package/lib/labs/VFileUpload/_variables.scss +1 -1
  92. package/lib/labs/VFileUpload/index.d.mts +32 -14
  93. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -24
  94. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  95. package/lib/labs/VNumberInput/hold.mjs +31 -0
  96. package/lib/labs/VNumberInput/hold.mjs.map +1 -0
  97. package/lib/labs/VNumberInput/index.d.mts +1 -7
  98. package/lib/labs/VSnackbarQueue/index.d.mts +21 -6
  99. package/lib/labs/VTimePicker/VTimePicker.mjs +30 -31
  100. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  101. package/lib/labs/VTimePicker/VTimePickerControls.mjs +14 -13
  102. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  103. package/lib/labs/VTimePicker/index.d.mts +35 -13
  104. package/lib/labs/VTimePicker/shared.mjs +2 -0
  105. package/lib/labs/VTimePicker/shared.mjs.map +1 -0
  106. package/lib/labs/VTreeview/VTreeviewItem.mjs +11 -4
  107. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  108. package/lib/labs/VTreeview/index.d.mts +46 -22
  109. package/lib/labs/components.d.mts +143 -70
  110. package/lib/locale/adapters/vuetify.mjs +1 -1
  111. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  112. package/lib/locale/af.mjs +42 -42
  113. package/lib/locale/af.mjs.map +1 -1
  114. package/lib/locale/az.mjs +7 -7
  115. package/lib/locale/az.mjs.map +1 -1
  116. package/lib/locale/bg.mjs +7 -7
  117. package/lib/locale/bg.mjs.map +1 -1
  118. package/lib/locale/ca.mjs +25 -25
  119. package/lib/locale/ca.mjs.map +1 -1
  120. package/lib/locale/ckb.mjs +29 -29
  121. package/lib/locale/ckb.mjs.map +1 -1
  122. package/lib/locale/cs.mjs +13 -13
  123. package/lib/locale/cs.mjs.map +1 -1
  124. package/lib/locale/da.mjs +22 -22
  125. package/lib/locale/da.mjs.map +1 -1
  126. package/lib/locale/el.mjs +41 -41
  127. package/lib/locale/el.mjs.map +1 -1
  128. package/lib/locale/es.mjs +26 -26
  129. package/lib/locale/es.mjs.map +1 -1
  130. package/lib/locale/et.mjs +29 -29
  131. package/lib/locale/et.mjs.map +1 -1
  132. package/lib/locale/fa.mjs +5 -5
  133. package/lib/locale/fa.mjs.map +1 -1
  134. package/lib/locale/fi.mjs +22 -22
  135. package/lib/locale/fi.mjs.map +1 -1
  136. package/lib/locale/fr.mjs +6 -6
  137. package/lib/locale/fr.mjs.map +1 -1
  138. package/lib/locale/he.mjs +29 -29
  139. package/lib/locale/he.mjs.map +1 -1
  140. package/lib/locale/hr.mjs +28 -28
  141. package/lib/locale/hr.mjs.map +1 -1
  142. package/lib/locale/hu.mjs +10 -10
  143. package/lib/locale/hu.mjs.map +1 -1
  144. package/lib/locale/id.mjs +30 -30
  145. package/lib/locale/id.mjs.map +1 -1
  146. package/lib/locale/it.mjs +7 -7
  147. package/lib/locale/it.mjs.map +1 -1
  148. package/lib/locale/ja.mjs +9 -9
  149. package/lib/locale/ja.mjs.map +1 -1
  150. package/lib/locale/km.mjs +6 -6
  151. package/lib/locale/km.mjs.map +1 -1
  152. package/lib/locale/ko.mjs +27 -27
  153. package/lib/locale/ko.mjs.map +1 -1
  154. package/lib/locale/lt.mjs +5 -5
  155. package/lib/locale/lt.mjs.map +1 -1
  156. package/lib/locale/lv.mjs +33 -33
  157. package/lib/locale/lv.mjs.map +1 -1
  158. package/lib/locale/nl.mjs +10 -10
  159. package/lib/locale/nl.mjs.map +1 -1
  160. package/lib/locale/no.mjs +11 -11
  161. package/lib/locale/no.mjs.map +1 -1
  162. package/lib/locale/pl.mjs +7 -7
  163. package/lib/locale/pl.mjs.map +1 -1
  164. package/lib/locale/pt.mjs +11 -11
  165. package/lib/locale/pt.mjs.map +1 -1
  166. package/lib/locale/ro.mjs +9 -9
  167. package/lib/locale/ro.mjs.map +1 -1
  168. package/lib/locale/ru.mjs +6 -6
  169. package/lib/locale/ru.mjs.map +1 -1
  170. package/lib/locale/sk.mjs +5 -5
  171. package/lib/locale/sk.mjs.map +1 -1
  172. package/lib/locale/sl.mjs +4 -4
  173. package/lib/locale/sl.mjs.map +1 -1
  174. package/lib/locale/sr-Cyrl.mjs +30 -30
  175. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  176. package/lib/locale/sr-Latn.mjs +28 -28
  177. package/lib/locale/sr-Latn.mjs.map +1 -1
  178. package/lib/locale/sv.mjs +17 -17
  179. package/lib/locale/sv.mjs.map +1 -1
  180. package/lib/locale/th.mjs +30 -30
  181. package/lib/locale/th.mjs.map +1 -1
  182. package/lib/locale/tr.mjs +31 -31
  183. package/lib/locale/tr.mjs.map +1 -1
  184. package/lib/locale/uk.mjs +29 -29
  185. package/lib/locale/uk.mjs.map +1 -1
  186. package/lib/locale/vi.mjs +28 -28
  187. package/lib/locale/vi.mjs.map +1 -1
  188. package/lib/locale/zh-Hans.mjs +31 -31
  189. package/lib/locale/zh-Hans.mjs.map +1 -1
  190. package/lib/locale/zh-Hant.mjs +31 -31
  191. package/lib/locale/zh-Hant.mjs.map +1 -1
  192. package/lib/util/animation.mjs +8 -8
  193. package/lib/util/animation.mjs.map +1 -1
  194. package/lib/util/helpers.mjs +6 -4
  195. package/lib/util/helpers.mjs.map +1 -1
  196. package/package.json +7 -2
  197. package/lib/labs/VTimePicker/SelectingTimes.mjs +0 -10
  198. 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>;
@@ -6551,6 +6578,7 @@ declare const VMenu: {
6551
6578
  }) => vue.VNodeChild) | undefined;
6552
6579
  onAfterEnter?: (() => any) | undefined;
6553
6580
  onAfterLeave?: (() => any) | undefined;
6581
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
6554
6582
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6555
6583
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6556
6584
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -6633,6 +6661,7 @@ declare const VMenu: {
6633
6661
  } & {
6634
6662
  onAfterEnter?: (() => any) | undefined;
6635
6663
  onAfterLeave?: (() => any) | undefined;
6664
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
6636
6665
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6637
6666
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6638
6667
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -6654,7 +6683,7 @@ declare const VMenu: {
6654
6683
  }>;
6655
6684
  $root: vue.ComponentPublicInstance | null;
6656
6685
  $parent: vue.ComponentPublicInstance | null;
6657
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6686
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
6658
6687
  $el: any;
6659
6688
  $options: vue.ComponentOptionsBase<{
6660
6689
  absolute: boolean;
@@ -6736,6 +6765,7 @@ declare const VMenu: {
6736
6765
  } & {
6737
6766
  onAfterEnter?: (() => any) | undefined;
6738
6767
  onAfterLeave?: (() => any) | undefined;
6768
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
6739
6769
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6740
6770
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6741
6771
  }, {
@@ -6750,6 +6780,7 @@ declare const VMenu: {
6750
6780
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
6751
6781
  'click:outside': (e: MouseEvent) => true;
6752
6782
  'update:modelValue': (value: boolean) => true;
6783
+ keydown: (e: KeyboardEvent) => true;
6753
6784
  afterEnter: () => true;
6754
6785
  afterLeave: () => true;
6755
6786
  }, string, {
@@ -6888,6 +6919,7 @@ declare const VMenu: {
6888
6919
  } & {
6889
6920
  onAfterEnter?: (() => any) | undefined;
6890
6921
  onAfterLeave?: (() => any) | undefined;
6922
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
6891
6923
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6892
6924
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
6893
6925
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -6899,7 +6931,7 @@ declare const VMenu: {
6899
6931
  globalTop: Readonly<vue.Ref<boolean>>;
6900
6932
  localTop: vue.ComputedRef<boolean>;
6901
6933
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
6902
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
6934
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
6903
6935
  _allExposed: {
6904
6936
  activatorEl: vue.Ref<HTMLElement | undefined>;
6905
6937
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7232,6 +7264,7 @@ declare const VMenu: {
7232
7264
  }) => vue.VNodeChild) | undefined;
7233
7265
  onAfterEnter?: (() => any) | undefined;
7234
7266
  onAfterLeave?: (() => any) | undefined;
7267
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7235
7268
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7236
7269
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7237
7270
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -7314,6 +7347,7 @@ declare const VMenu: {
7314
7347
  } & {
7315
7348
  onAfterEnter?: (() => any) | undefined;
7316
7349
  onAfterLeave?: (() => any) | undefined;
7350
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7317
7351
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7318
7352
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7319
7353
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -7335,7 +7369,7 @@ declare const VMenu: {
7335
7369
  }>;
7336
7370
  $root: vue.ComponentPublicInstance | null;
7337
7371
  $parent: vue.ComponentPublicInstance | null;
7338
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7372
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7339
7373
  $el: any;
7340
7374
  $options: vue.ComponentOptionsBase<{
7341
7375
  absolute: boolean;
@@ -7417,6 +7451,7 @@ declare const VMenu: {
7417
7451
  } & {
7418
7452
  onAfterEnter?: (() => any) | undefined;
7419
7453
  onAfterLeave?: (() => any) | undefined;
7454
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7420
7455
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7421
7456
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7422
7457
  }, {
@@ -7431,6 +7466,7 @@ declare const VMenu: {
7431
7466
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
7432
7467
  'click:outside': (e: MouseEvent) => true;
7433
7468
  'update:modelValue': (value: boolean) => true;
7469
+ keydown: (e: KeyboardEvent) => true;
7434
7470
  afterEnter: () => true;
7435
7471
  afterLeave: () => true;
7436
7472
  }, string, {
@@ -7569,6 +7605,7 @@ declare const VMenu: {
7569
7605
  } & {
7570
7606
  onAfterEnter?: (() => any) | undefined;
7571
7607
  onAfterLeave?: (() => any) | undefined;
7608
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7572
7609
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7573
7610
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7574
7611
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -7580,7 +7617,7 @@ declare const VMenu: {
7580
7617
  globalTop: Readonly<vue.Ref<boolean>>;
7581
7618
  localTop: vue.ComputedRef<boolean>;
7582
7619
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
7583
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
7620
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
7584
7621
  _allExposed: {
7585
7622
  activatorEl: vue.Ref<HTMLElement | undefined>;
7586
7623
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -7818,6 +7855,7 @@ declare const VMenu: {
7818
7855
  }) => vue.VNodeChild) | undefined;
7819
7856
  onAfterEnter?: (() => any) | undefined;
7820
7857
  onAfterLeave?: (() => any) | undefined;
7858
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7821
7859
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7822
7860
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7823
7861
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -7900,6 +7938,7 @@ declare const VMenu: {
7900
7938
  } & {
7901
7939
  onAfterEnter?: (() => any) | undefined;
7902
7940
  onAfterLeave?: (() => any) | undefined;
7941
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
7903
7942
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7904
7943
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
7905
7944
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -7921,7 +7960,7 @@ declare const VMenu: {
7921
7960
  }>;
7922
7961
  $root: vue.ComponentPublicInstance | null;
7923
7962
  $parent: vue.ComponentPublicInstance | null;
7924
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7963
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
7925
7964
  $el: any;
7926
7965
  $options: vue.ComponentOptionsBase<{
7927
7966
  absolute: boolean;
@@ -8003,6 +8042,7 @@ declare const VMenu: {
8003
8042
  } & {
8004
8043
  onAfterEnter?: (() => any) | undefined;
8005
8044
  onAfterLeave?: (() => any) | undefined;
8045
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
8006
8046
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8007
8047
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8008
8048
  }, {
@@ -8017,6 +8057,7 @@ declare const VMenu: {
8017
8057
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
8018
8058
  'click:outside': (e: MouseEvent) => true;
8019
8059
  'update:modelValue': (value: boolean) => true;
8060
+ keydown: (e: KeyboardEvent) => true;
8020
8061
  afterEnter: () => true;
8021
8062
  afterLeave: () => true;
8022
8063
  }, string, {
@@ -8155,6 +8196,7 @@ declare const VMenu: {
8155
8196
  } & {
8156
8197
  onAfterEnter?: (() => any) | undefined;
8157
8198
  onAfterLeave?: (() => any) | undefined;
8199
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
8158
8200
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8159
8201
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
8160
8202
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -8166,7 +8208,7 @@ declare const VMenu: {
8166
8208
  globalTop: Readonly<vue.Ref<boolean>>;
8167
8209
  localTop: vue.ComputedRef<boolean>;
8168
8210
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
8169
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
8211
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
8170
8212
  _allExposed: {
8171
8213
  activatorEl: vue.Ref<HTMLElement | undefined>;
8172
8214
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -13755,7 +13797,7 @@ declare const VBtn: {
13755
13797
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13756
13798
  value?: any;
13757
13799
  loading?: string | boolean | undefined;
13758
- text?: string | undefined;
13800
+ text?: string | number | boolean | undefined;
13759
13801
  class?: any;
13760
13802
  theme?: string | undefined;
13761
13803
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13829,7 +13871,7 @@ declare const VBtn: {
13829
13871
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13830
13872
  value?: any;
13831
13873
  loading?: string | boolean | undefined;
13832
- text?: string | undefined;
13874
+ text?: string | number | boolean | undefined;
13833
13875
  class?: any;
13834
13876
  theme?: string | undefined;
13835
13877
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13873,6 +13915,7 @@ declare const VBtn: {
13873
13915
  block: boolean;
13874
13916
  active: boolean;
13875
13917
  style: vue.StyleValue;
13918
+ text: string | number | boolean;
13876
13919
  disabled: boolean;
13877
13920
  size: string | number;
13878
13921
  readonly: boolean;
@@ -13930,7 +13973,7 @@ declare const VBtn: {
13930
13973
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
13931
13974
  value?: any;
13932
13975
  loading?: string | boolean | undefined;
13933
- text?: string | undefined;
13976
+ text?: string | number | boolean | undefined;
13934
13977
  class?: any;
13935
13978
  theme?: string | undefined;
13936
13979
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -13976,6 +14019,7 @@ declare const VBtn: {
13976
14019
  block: boolean;
13977
14020
  active: boolean;
13978
14021
  style: vue.StyleValue;
14022
+ text: string | number | boolean;
13979
14023
  disabled: boolean;
13980
14024
  size: string | number;
13981
14025
  readonly: boolean;
@@ -14025,7 +14069,7 @@ declare const VBtn: {
14025
14069
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14026
14070
  value?: any;
14027
14071
  loading?: string | boolean | undefined;
14028
- text?: string | undefined;
14072
+ text?: string | number | boolean | undefined;
14029
14073
  class?: any;
14030
14074
  theme?: string | undefined;
14031
14075
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14075,6 +14119,7 @@ declare const VBtn: {
14075
14119
  block: boolean;
14076
14120
  active: boolean;
14077
14121
  style: vue.StyleValue;
14122
+ text: string | number | boolean;
14078
14123
  disabled: boolean;
14079
14124
  size: string | number;
14080
14125
  readonly: boolean;
@@ -14175,7 +14220,10 @@ declare const VBtn: {
14175
14220
  type: PropType<RippleDirectiveBinding["value"]>;
14176
14221
  default: boolean;
14177
14222
  };
14178
- text: StringConstructor;
14223
+ text: {
14224
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14225
+ default: undefined;
14226
+ };
14179
14227
  }, vue.ExtractPropTypes<{
14180
14228
  color: StringConstructor;
14181
14229
  variant: Omit<{
@@ -14259,7 +14307,10 @@ declare const VBtn: {
14259
14307
  type: PropType<RippleDirectiveBinding["value"]>;
14260
14308
  default: boolean;
14261
14309
  };
14262
- text: StringConstructor;
14310
+ text: {
14311
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
14312
+ default: undefined;
14313
+ };
14263
14314
  }>>;
14264
14315
  type VBtn = InstanceType<typeof VBtn>;
14265
14316
 
@@ -14715,13 +14766,13 @@ declare const VCardItem: {
14715
14766
  style: vue.StyleValue;
14716
14767
  density: Density;
14717
14768
  } & {
14718
- title?: string | number | undefined;
14769
+ title?: string | number | boolean | undefined;
14719
14770
  class?: any;
14720
14771
  prependIcon?: IconValue | undefined;
14721
14772
  appendIcon?: IconValue | undefined;
14722
14773
  appendAvatar?: string | undefined;
14723
14774
  prependAvatar?: string | undefined;
14724
- subtitle?: string | number | undefined;
14775
+ subtitle?: string | number | boolean | undefined;
14725
14776
  } & {
14726
14777
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14727
14778
  default?: (() => vue.VNodeChild) | undefined;
@@ -14747,13 +14798,13 @@ declare const VCardItem: {
14747
14798
  style: vue.StyleValue;
14748
14799
  density: Density;
14749
14800
  } & {
14750
- title?: string | number | undefined;
14801
+ title?: string | number | boolean | undefined;
14751
14802
  class?: any;
14752
14803
  prependIcon?: IconValue | undefined;
14753
14804
  appendIcon?: IconValue | undefined;
14754
14805
  appendAvatar?: string | undefined;
14755
14806
  prependAvatar?: string | undefined;
14756
- subtitle?: string | number | undefined;
14807
+ subtitle?: string | number | boolean | undefined;
14757
14808
  } & {
14758
14809
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14759
14810
  default?: (() => vue.VNodeChild) | undefined;
@@ -14777,7 +14828,9 @@ declare const VCardItem: {
14777
14828
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14778
14829
  }, {
14779
14830
  style: vue.StyleValue;
14831
+ title: string | number | boolean;
14780
14832
  density: Density;
14833
+ subtitle: string | number | boolean;
14781
14834
  }, true, {}, vue.SlotsType<Partial<{
14782
14835
  default: () => vue.VNode[];
14783
14836
  prepend: () => vue.VNode[];
@@ -14795,13 +14848,13 @@ declare const VCardItem: {
14795
14848
  style: vue.StyleValue;
14796
14849
  density: Density;
14797
14850
  } & {
14798
- title?: string | number | undefined;
14851
+ title?: string | number | boolean | undefined;
14799
14852
  class?: any;
14800
14853
  prependIcon?: IconValue | undefined;
14801
14854
  appendIcon?: IconValue | undefined;
14802
14855
  appendAvatar?: string | undefined;
14803
14856
  prependAvatar?: string | undefined;
14804
- subtitle?: string | number | undefined;
14857
+ subtitle?: string | number | boolean | undefined;
14805
14858
  } & {
14806
14859
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14807
14860
  default?: (() => vue.VNodeChild) | undefined;
@@ -14825,7 +14878,9 @@ declare const VCardItem: {
14825
14878
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14826
14879
  }, {}, {}, {}, {}, {
14827
14880
  style: vue.StyleValue;
14881
+ title: string | number | boolean;
14828
14882
  density: Density;
14883
+ subtitle: string | number | boolean;
14829
14884
  }>;
14830
14885
  __isFragment?: never;
14831
14886
  __isTeleport?: never;
@@ -14834,13 +14889,13 @@ declare const VCardItem: {
14834
14889
  style: vue.StyleValue;
14835
14890
  density: Density;
14836
14891
  } & {
14837
- title?: string | number | undefined;
14892
+ title?: string | number | boolean | undefined;
14838
14893
  class?: any;
14839
14894
  prependIcon?: IconValue | undefined;
14840
14895
  appendIcon?: IconValue | undefined;
14841
14896
  appendAvatar?: string | undefined;
14842
14897
  prependAvatar?: string | undefined;
14843
- subtitle?: string | number | undefined;
14898
+ subtitle?: string | number | boolean | undefined;
14844
14899
  } & {
14845
14900
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14846
14901
  default?: (() => vue.VNodeChild) | undefined;
@@ -14864,7 +14919,9 @@ declare const VCardItem: {
14864
14919
  "v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
14865
14920
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
14866
14921
  style: vue.StyleValue;
14922
+ title: string | number | boolean;
14867
14923
  density: Density;
14924
+ subtitle: string | number | boolean;
14868
14925
  }, {}, string, vue.SlotsType<Partial<{
14869
14926
  default: () => vue.VNode[];
14870
14927
  prepend: () => vue.VNode[];
@@ -14886,8 +14943,14 @@ declare const VCardItem: {
14886
14943
  appendIcon: vue.PropType<IconValue>;
14887
14944
  prependAvatar: StringConstructor;
14888
14945
  prependIcon: vue.PropType<IconValue>;
14889
- subtitle: (StringConstructor | NumberConstructor)[];
14890
- 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
+ };
14891
14954
  }, vue.ExtractPropTypes<{
14892
14955
  density: {
14893
14956
  type: vue.PropType<Density>;
@@ -14903,8 +14966,14 @@ declare const VCardItem: {
14903
14966
  appendIcon: vue.PropType<IconValue>;
14904
14967
  prependAvatar: StringConstructor;
14905
14968
  prependIcon: vue.PropType<IconValue>;
14906
- subtitle: (StringConstructor | NumberConstructor)[];
14907
- 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
+ };
14908
14977
  }>>;
14909
14978
  type VCardItem = InstanceType<typeof VCardItem>;
14910
14979
 
@@ -14936,9 +15005,9 @@ declare const VCard: {
14936
15005
  minWidth?: string | number | undefined;
14937
15006
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
14938
15007
  loading?: string | boolean | undefined;
14939
- title?: string | number | undefined;
15008
+ title?: string | number | boolean | undefined;
14940
15009
  image?: string | undefined;
14941
- text?: string | number | undefined;
15010
+ text?: string | number | boolean | undefined;
14942
15011
  class?: any;
14943
15012
  theme?: string | undefined;
14944
15013
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -14949,7 +15018,7 @@ declare const VCard: {
14949
15018
  appendIcon?: IconValue | undefined;
14950
15019
  appendAvatar?: string | undefined;
14951
15020
  prependAvatar?: string | undefined;
14952
- subtitle?: string | number | undefined;
15021
+ subtitle?: string | number | boolean | undefined;
14953
15022
  } & {
14954
15023
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
14955
15024
  default?: (() => vue.VNodeChild) | undefined;
@@ -15013,9 +15082,9 @@ declare const VCard: {
15013
15082
  minWidth?: string | number | undefined;
15014
15083
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15015
15084
  loading?: string | boolean | undefined;
15016
- title?: string | number | undefined;
15085
+ title?: string | number | boolean | undefined;
15017
15086
  image?: string | undefined;
15018
- text?: string | number | undefined;
15087
+ text?: string | number | boolean | undefined;
15019
15088
  class?: any;
15020
15089
  theme?: string | undefined;
15021
15090
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15026,7 +15095,7 @@ declare const VCard: {
15026
15095
  appendIcon?: IconValue | undefined;
15027
15096
  appendAvatar?: string | undefined;
15028
15097
  prependAvatar?: string | undefined;
15029
- subtitle?: string | number | undefined;
15098
+ subtitle?: string | number | boolean | undefined;
15030
15099
  } & {
15031
15100
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15032
15101
  default?: (() => vue.VNodeChild) | undefined;
@@ -15070,6 +15139,8 @@ declare const VCard: {
15070
15139
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15071
15140
  exact: boolean;
15072
15141
  style: vue.StyleValue;
15142
+ title: string | number | boolean;
15143
+ text: string | number | boolean;
15073
15144
  disabled: boolean;
15074
15145
  tag: string;
15075
15146
  rounded: string | number | boolean;
@@ -15078,6 +15149,7 @@ declare const VCard: {
15078
15149
  ripple: boolean | {
15079
15150
  class: string;
15080
15151
  } | undefined;
15152
+ subtitle: string | number | boolean;
15081
15153
  hover: boolean;
15082
15154
  }, true, {}, vue.SlotsType<Partial<{
15083
15155
  default: () => vue.VNode[];
@@ -15124,9 +15196,9 @@ declare const VCard: {
15124
15196
  minWidth?: string | number | undefined;
15125
15197
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15126
15198
  loading?: string | boolean | undefined;
15127
- title?: string | number | undefined;
15199
+ title?: string | number | boolean | undefined;
15128
15200
  image?: string | undefined;
15129
- text?: string | number | undefined;
15201
+ text?: string | number | boolean | undefined;
15130
15202
  class?: any;
15131
15203
  theme?: string | undefined;
15132
15204
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15137,7 +15209,7 @@ declare const VCard: {
15137
15209
  appendIcon?: IconValue | undefined;
15138
15210
  appendAvatar?: string | undefined;
15139
15211
  prependAvatar?: string | undefined;
15140
- subtitle?: string | number | undefined;
15212
+ subtitle?: string | number | boolean | undefined;
15141
15213
  } & {
15142
15214
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15143
15215
  default?: (() => vue.VNodeChild) | undefined;
@@ -15181,6 +15253,8 @@ declare const VCard: {
15181
15253
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15182
15254
  exact: boolean;
15183
15255
  style: vue.StyleValue;
15256
+ title: string | number | boolean;
15257
+ text: string | number | boolean;
15184
15258
  disabled: boolean;
15185
15259
  tag: string;
15186
15260
  rounded: string | number | boolean;
@@ -15189,6 +15263,7 @@ declare const VCard: {
15189
15263
  ripple: boolean | {
15190
15264
  class: string;
15191
15265
  } | undefined;
15266
+ subtitle: string | number | boolean;
15192
15267
  hover: boolean;
15193
15268
  }>;
15194
15269
  __isFragment?: never;
@@ -15221,9 +15296,9 @@ declare const VCard: {
15221
15296
  minWidth?: string | number | undefined;
15222
15297
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
15223
15298
  loading?: string | boolean | undefined;
15224
- title?: string | number | undefined;
15299
+ title?: string | number | boolean | undefined;
15225
15300
  image?: string | undefined;
15226
- text?: string | number | undefined;
15301
+ text?: string | number | boolean | undefined;
15227
15302
  class?: any;
15228
15303
  theme?: string | undefined;
15229
15304
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -15234,7 +15309,7 @@ declare const VCard: {
15234
15309
  appendIcon?: IconValue | undefined;
15235
15310
  appendAvatar?: string | undefined;
15236
15311
  prependAvatar?: string | undefined;
15237
- subtitle?: string | number | undefined;
15312
+ subtitle?: string | number | boolean | undefined;
15238
15313
  } & {
15239
15314
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
15240
15315
  default?: (() => vue.VNodeChild) | undefined;
@@ -15278,6 +15353,8 @@ declare const VCard: {
15278
15353
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
15279
15354
  exact: boolean;
15280
15355
  style: vue.StyleValue;
15356
+ title: string | number | boolean;
15357
+ text: string | number | boolean;
15281
15358
  disabled: boolean;
15282
15359
  tag: string;
15283
15360
  rounded: string | number | boolean;
@@ -15286,6 +15363,7 @@ declare const VCard: {
15286
15363
  ripple: boolean | {
15287
15364
  class: string;
15288
15365
  } | undefined;
15366
+ subtitle: string | number | boolean;
15289
15367
  hover: boolean;
15290
15368
  }, {}, string, vue.SlotsType<Partial<{
15291
15369
  default: () => vue.VNode[];
@@ -15365,9 +15443,18 @@ declare const VCard: {
15365
15443
  type: PropType<RippleDirectiveBinding["value"]>;
15366
15444
  default: boolean;
15367
15445
  };
15368
- subtitle: (StringConstructor | NumberConstructor)[];
15369
- text: (StringConstructor | NumberConstructor)[];
15370
- 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
+ };
15371
15458
  }, vue.ExtractPropTypes<{
15372
15459
  color: StringConstructor;
15373
15460
  variant: Omit<{
@@ -15435,9 +15522,18 @@ declare const VCard: {
15435
15522
  type: PropType<RippleDirectiveBinding["value"]>;
15436
15523
  default: boolean;
15437
15524
  };
15438
- subtitle: (StringConstructor | NumberConstructor)[];
15439
- text: (StringConstructor | NumberConstructor)[];
15440
- 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
+ };
15441
15537
  }>>;
15442
15538
  type VCard = InstanceType<typeof VCard>;
15443
15539
 
@@ -18820,7 +18916,7 @@ declare const VChip: {
18820
18916
  border?: string | number | boolean | undefined;
18821
18917
  color?: string | undefined;
18822
18918
  value?: any;
18823
- text?: string | undefined;
18919
+ text?: string | number | boolean | undefined;
18824
18920
  class?: any;
18825
18921
  theme?: string | undefined;
18826
18922
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -18928,7 +19024,7 @@ declare const VChip: {
18928
19024
  border?: string | number | boolean | undefined;
18929
19025
  color?: string | undefined;
18930
19026
  value?: any;
18931
- text?: string | undefined;
19027
+ text?: string | number | boolean | undefined;
18932
19028
  class?: any;
18933
19029
  theme?: string | undefined;
18934
19030
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19010,6 +19106,7 @@ declare const VChip: {
19010
19106
  exact: boolean;
19011
19107
  label: boolean;
19012
19108
  style: vue.StyleValue;
19109
+ text: string | number | boolean;
19013
19110
  draggable: boolean;
19014
19111
  disabled: boolean;
19015
19112
  size: string | number;
@@ -19074,7 +19171,7 @@ declare const VChip: {
19074
19171
  border?: string | number | boolean | undefined;
19075
19172
  color?: string | undefined;
19076
19173
  value?: any;
19077
- text?: string | undefined;
19174
+ text?: string | number | boolean | undefined;
19078
19175
  class?: any;
19079
19176
  theme?: string | undefined;
19080
19177
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19156,6 +19253,7 @@ declare const VChip: {
19156
19253
  exact: boolean;
19157
19254
  label: boolean;
19158
19255
  style: vue.StyleValue;
19256
+ text: string | number | boolean;
19159
19257
  draggable: boolean;
19160
19258
  disabled: boolean;
19161
19259
  size: string | number;
@@ -19203,7 +19301,7 @@ declare const VChip: {
19203
19301
  border?: string | number | boolean | undefined;
19204
19302
  color?: string | undefined;
19205
19303
  value?: any;
19206
- text?: string | undefined;
19304
+ text?: string | number | boolean | undefined;
19207
19305
  class?: any;
19208
19306
  theme?: string | undefined;
19209
19307
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -19292,6 +19390,7 @@ declare const VChip: {
19292
19390
  exact: boolean;
19293
19391
  label: boolean;
19294
19392
  style: vue.StyleValue;
19393
+ text: string | number | boolean;
19295
19394
  draggable: boolean;
19296
19395
  disabled: boolean;
19297
19396
  size: string | number;
@@ -19401,7 +19500,10 @@ declare const VChip: {
19401
19500
  type: PropType<RippleDirectiveBinding["value"]>;
19402
19501
  default: boolean;
19403
19502
  };
19404
- text: StringConstructor;
19503
+ text: {
19504
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19505
+ default: undefined;
19506
+ };
19405
19507
  modelValue: {
19406
19508
  type: BooleanConstructor;
19407
19509
  default: boolean;
@@ -19487,7 +19589,10 @@ declare const VChip: {
19487
19589
  type: PropType<RippleDirectiveBinding["value"]>;
19488
19590
  default: boolean;
19489
19591
  };
19490
- text: StringConstructor;
19592
+ text: {
19593
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
19594
+ default: undefined;
19595
+ };
19491
19596
  modelValue: {
19492
19597
  type: BooleanConstructor;
19493
19598
  default: boolean;
@@ -23443,8 +23548,8 @@ type DataTableHeader<T = Record<string, any>> = {
23443
23548
  fixed?: boolean;
23444
23549
  align?: 'start' | 'end' | 'center';
23445
23550
  width?: number | string;
23446
- minWidth?: string;
23447
- maxWidth?: string;
23551
+ minWidth?: number | string;
23552
+ maxWidth?: number | string;
23448
23553
  nowrap?: boolean;
23449
23554
  headerProps?: Record<string, any>;
23450
23555
  cellProps?: HeaderCellProps;
@@ -25917,8 +26022,8 @@ declare const VDataTableVirtual: {
25917
26022
  readonly fixed?: boolean | undefined;
25918
26023
  readonly align?: ("start" | "end" | "center") | undefined;
25919
26024
  readonly width?: (number | string) | undefined;
25920
- readonly minWidth?: string | undefined;
25921
- readonly maxWidth?: string | undefined;
26025
+ readonly minWidth?: (number | string) | undefined;
26026
+ readonly maxWidth?: (number | string) | undefined;
25922
26027
  readonly nowrap?: boolean | undefined;
25923
26028
  readonly headerProps?: {
25924
26029
  readonly [x: string]: any;
@@ -25937,8 +26042,8 @@ declare const VDataTableVirtual: {
25937
26042
  readonly fixed?: boolean | undefined;
25938
26043
  readonly align?: ("start" | "end" | "center") | undefined;
25939
26044
  readonly width?: (number | string) | undefined;
25940
- readonly minWidth?: string | undefined;
25941
- readonly maxWidth?: string | undefined;
26045
+ readonly minWidth?: (number | string) | undefined;
26046
+ readonly maxWidth?: (number | string) | undefined;
25942
26047
  readonly nowrap?: boolean | undefined;
25943
26048
  readonly headerProps?: {
25944
26049
  readonly [x: string]: any;
@@ -26017,8 +26122,8 @@ declare const VDataTableVirtual: {
26017
26122
  readonly fixed?: boolean | undefined;
26018
26123
  readonly align?: ("start" | "end" | "center") | undefined;
26019
26124
  readonly width?: (number | string) | undefined;
26020
- readonly minWidth?: string | undefined;
26021
- readonly maxWidth?: string | undefined;
26125
+ readonly minWidth?: (number | string) | undefined;
26126
+ readonly maxWidth?: (number | string) | undefined;
26022
26127
  readonly nowrap?: boolean | undefined;
26023
26128
  readonly headerProps?: {
26024
26129
  readonly [x: string]: any;
@@ -26037,8 +26142,8 @@ declare const VDataTableVirtual: {
26037
26142
  readonly fixed?: boolean | undefined;
26038
26143
  readonly align?: ("start" | "end" | "center") | undefined;
26039
26144
  readonly width?: (number | string) | undefined;
26040
- readonly minWidth?: string | undefined;
26041
- readonly maxWidth?: string | undefined;
26145
+ readonly minWidth?: (number | string) | undefined;
26146
+ readonly maxWidth?: (number | string) | undefined;
26042
26147
  readonly nowrap?: boolean | undefined;
26043
26148
  readonly headerProps?: {
26044
26149
  readonly [x: string]: any;
@@ -26191,8 +26296,8 @@ declare const VDataTableVirtual: {
26191
26296
  readonly fixed?: boolean | undefined;
26192
26297
  readonly align?: ("start" | "end" | "center") | undefined;
26193
26298
  readonly width?: (number | string) | undefined;
26194
- readonly minWidth?: string | undefined;
26195
- readonly maxWidth?: string | undefined;
26299
+ readonly minWidth?: (number | string) | undefined;
26300
+ readonly maxWidth?: (number | string) | undefined;
26196
26301
  readonly nowrap?: boolean | undefined;
26197
26302
  readonly headerProps?: {
26198
26303
  readonly [x: string]: any;
@@ -26211,8 +26316,8 @@ declare const VDataTableVirtual: {
26211
26316
  readonly fixed?: boolean | undefined;
26212
26317
  readonly align?: ("start" | "end" | "center") | undefined;
26213
26318
  readonly width?: (number | string) | undefined;
26214
- readonly minWidth?: string | undefined;
26215
- readonly maxWidth?: string | undefined;
26319
+ readonly minWidth?: (number | string) | undefined;
26320
+ readonly maxWidth?: (number | string) | undefined;
26216
26321
  readonly nowrap?: boolean | undefined;
26217
26322
  readonly headerProps?: {
26218
26323
  readonly [x: string]: any;
@@ -26321,8 +26426,8 @@ declare const VDataTableVirtual: {
26321
26426
  readonly fixed?: boolean | undefined;
26322
26427
  readonly align?: ("start" | "end" | "center") | undefined;
26323
26428
  readonly width?: (number | string) | undefined;
26324
- readonly minWidth?: string | undefined;
26325
- readonly maxWidth?: string | undefined;
26429
+ readonly minWidth?: (number | string) | undefined;
26430
+ readonly maxWidth?: (number | string) | undefined;
26326
26431
  readonly nowrap?: boolean | undefined;
26327
26432
  readonly headerProps?: {
26328
26433
  readonly [x: string]: any;
@@ -26341,8 +26446,8 @@ declare const VDataTableVirtual: {
26341
26446
  readonly fixed?: boolean | undefined;
26342
26447
  readonly align?: ("start" | "end" | "center") | undefined;
26343
26448
  readonly width?: (number | string) | undefined;
26344
- readonly minWidth?: string | undefined;
26345
- readonly maxWidth?: string | undefined;
26449
+ readonly minWidth?: (number | string) | undefined;
26450
+ readonly maxWidth?: (number | string) | undefined;
26346
26451
  readonly nowrap?: boolean | undefined;
26347
26452
  readonly headerProps?: {
26348
26453
  readonly [x: string]: any;
@@ -26746,8 +26851,8 @@ declare const VDataTableServer: {
26746
26851
  readonly fixed?: boolean | undefined;
26747
26852
  readonly align?: ("start" | "end" | "center") | undefined;
26748
26853
  readonly width?: (number | string) | undefined;
26749
- readonly minWidth?: string | undefined;
26750
- readonly maxWidth?: string | undefined;
26854
+ readonly minWidth?: (number | string) | undefined;
26855
+ readonly maxWidth?: (number | string) | undefined;
26751
26856
  readonly nowrap?: boolean | undefined;
26752
26857
  readonly headerProps?: {
26753
26858
  readonly [x: string]: any;
@@ -26766,8 +26871,8 @@ declare const VDataTableServer: {
26766
26871
  readonly fixed?: boolean | undefined;
26767
26872
  readonly align?: ("start" | "end" | "center") | undefined;
26768
26873
  readonly width?: (number | string) | undefined;
26769
- readonly minWidth?: string | undefined;
26770
- readonly maxWidth?: string | undefined;
26874
+ readonly minWidth?: (number | string) | undefined;
26875
+ readonly maxWidth?: (number | string) | undefined;
26771
26876
  readonly nowrap?: boolean | undefined;
26772
26877
  readonly headerProps?: {
26773
26878
  readonly [x: string]: any;
@@ -26862,8 +26967,8 @@ declare const VDataTableServer: {
26862
26967
  readonly fixed?: boolean | undefined;
26863
26968
  readonly align?: ("start" | "end" | "center") | undefined;
26864
26969
  readonly width?: (number | string) | undefined;
26865
- readonly minWidth?: string | undefined;
26866
- readonly maxWidth?: string | undefined;
26970
+ readonly minWidth?: (number | string) | undefined;
26971
+ readonly maxWidth?: (number | string) | undefined;
26867
26972
  readonly nowrap?: boolean | undefined;
26868
26973
  readonly headerProps?: {
26869
26974
  readonly [x: string]: any;
@@ -26882,8 +26987,8 @@ declare const VDataTableServer: {
26882
26987
  readonly fixed?: boolean | undefined;
26883
26988
  readonly align?: ("start" | "end" | "center") | undefined;
26884
26989
  readonly width?: (number | string) | undefined;
26885
- readonly minWidth?: string | undefined;
26886
- readonly maxWidth?: string | undefined;
26990
+ readonly minWidth?: (number | string) | undefined;
26991
+ readonly maxWidth?: (number | string) | undefined;
26887
26992
  readonly nowrap?: boolean | undefined;
26888
26993
  readonly headerProps?: {
26889
26994
  readonly [x: string]: any;
@@ -27068,8 +27173,8 @@ declare const VDataTableServer: {
27068
27173
  readonly fixed?: boolean | undefined;
27069
27174
  readonly align?: ("start" | "end" | "center") | undefined;
27070
27175
  readonly width?: (number | string) | undefined;
27071
- readonly minWidth?: string | undefined;
27072
- readonly maxWidth?: string | undefined;
27176
+ readonly minWidth?: (number | string) | undefined;
27177
+ readonly maxWidth?: (number | string) | undefined;
27073
27178
  readonly nowrap?: boolean | undefined;
27074
27179
  readonly headerProps?: {
27075
27180
  readonly [x: string]: any;
@@ -27088,8 +27193,8 @@ declare const VDataTableServer: {
27088
27193
  readonly fixed?: boolean | undefined;
27089
27194
  readonly align?: ("start" | "end" | "center") | undefined;
27090
27195
  readonly width?: (number | string) | undefined;
27091
- readonly minWidth?: string | undefined;
27092
- readonly maxWidth?: string | undefined;
27196
+ readonly minWidth?: (number | string) | undefined;
27197
+ readonly maxWidth?: (number | string) | undefined;
27093
27198
  readonly nowrap?: boolean | undefined;
27094
27199
  readonly headerProps?: {
27095
27200
  readonly [x: string]: any;
@@ -27226,8 +27331,8 @@ declare const VDataTableServer: {
27226
27331
  readonly fixed?: boolean | undefined;
27227
27332
  readonly align?: ("start" | "end" | "center") | undefined;
27228
27333
  readonly width?: (number | string) | undefined;
27229
- readonly minWidth?: string | undefined;
27230
- readonly maxWidth?: string | undefined;
27334
+ readonly minWidth?: (number | string) | undefined;
27335
+ readonly maxWidth?: (number | string) | undefined;
27231
27336
  readonly nowrap?: boolean | undefined;
27232
27337
  readonly headerProps?: {
27233
27338
  readonly [x: string]: any;
@@ -27246,8 +27351,8 @@ declare const VDataTableServer: {
27246
27351
  readonly fixed?: boolean | undefined;
27247
27352
  readonly align?: ("start" | "end" | "center") | undefined;
27248
27353
  readonly width?: (number | string) | undefined;
27249
- readonly minWidth?: string | undefined;
27250
- readonly maxWidth?: string | undefined;
27354
+ readonly minWidth?: (number | string) | undefined;
27355
+ readonly maxWidth?: (number | string) | undefined;
27251
27356
  readonly nowrap?: boolean | undefined;
27252
27357
  readonly headerProps?: {
27253
27358
  readonly [x: string]: any;
@@ -28923,7 +29028,7 @@ declare const VDatePickerMonth: {
28923
29028
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
28924
29029
  "onUpdate:month"?: ((date: number) => any) | undefined;
28925
29030
  "onUpdate:year"?: ((date: number) => any) | undefined;
28926
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29031
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
28927
29032
  'update:modelValue': (date: unknown) => true;
28928
29033
  'update:month': (date: number) => true;
28929
29034
  'update:year': (date: number) => true;
@@ -29051,7 +29156,7 @@ declare const VDatePickerMonth: {
29051
29156
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
29052
29157
  "onUpdate:month"?: ((date: number) => any) | undefined;
29053
29158
  "onUpdate:year"?: ((date: number) => any) | undefined;
29054
- }, () => JSX.Element, {}, {}, {}, {
29159
+ }, {}, {}, {}, {}, {
29055
29160
  transition: string;
29056
29161
  disabled: boolean;
29057
29162
  reverseTransition: string;
@@ -29114,7 +29219,7 @@ declare const VDatePickerMonth: {
29114
29219
  "onUpdate:modelValue"?: ((date: unknown) => any) | undefined;
29115
29220
  "onUpdate:month"?: ((date: number) => any) | undefined;
29116
29221
  "onUpdate:year"?: ((date: number) => any) | undefined;
29117
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29222
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
29118
29223
  'update:modelValue': (date: unknown) => true;
29119
29224
  'update:month': (date: number) => true;
29120
29225
  'update:year': (date: number) => true;
@@ -30070,6 +30175,7 @@ declare const VDialog: {
30070
30175
  }) => vue.VNodeChild) | undefined;
30071
30176
  onAfterEnter?: (() => any) | undefined;
30072
30177
  onAfterLeave?: (() => any) | undefined;
30178
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30073
30179
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30074
30180
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30075
30181
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -30152,6 +30258,7 @@ declare const VDialog: {
30152
30258
  } & {
30153
30259
  onAfterEnter?: (() => any) | undefined;
30154
30260
  onAfterLeave?: (() => any) | undefined;
30261
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30155
30262
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30156
30263
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30157
30264
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -30173,7 +30280,7 @@ declare const VDialog: {
30173
30280
  }>;
30174
30281
  $root: vue.ComponentPublicInstance | null;
30175
30282
  $parent: vue.ComponentPublicInstance | null;
30176
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30283
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30177
30284
  $el: any;
30178
30285
  $options: vue.ComponentOptionsBase<{
30179
30286
  absolute: boolean;
@@ -30255,6 +30362,7 @@ declare const VDialog: {
30255
30362
  } & {
30256
30363
  onAfterEnter?: (() => any) | undefined;
30257
30364
  onAfterLeave?: (() => any) | undefined;
30365
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30258
30366
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30259
30367
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30260
30368
  }, {
@@ -30269,6 +30377,7 @@ declare const VDialog: {
30269
30377
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30270
30378
  'click:outside': (e: MouseEvent) => true;
30271
30379
  'update:modelValue': (value: boolean) => true;
30380
+ keydown: (e: KeyboardEvent) => true;
30272
30381
  afterEnter: () => true;
30273
30382
  afterLeave: () => true;
30274
30383
  }, string, {
@@ -30407,6 +30516,7 @@ declare const VDialog: {
30407
30516
  } & {
30408
30517
  onAfterEnter?: (() => any) | undefined;
30409
30518
  onAfterLeave?: (() => any) | undefined;
30519
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30410
30520
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30411
30521
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30412
30522
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -30418,7 +30528,7 @@ declare const VDialog: {
30418
30528
  globalTop: Readonly<vue.Ref<boolean>>;
30419
30529
  localTop: vue.ComputedRef<boolean>;
30420
30530
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
30421
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
30531
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
30422
30532
  _allExposed: {
30423
30533
  activatorEl: vue.Ref<HTMLElement | undefined>;
30424
30534
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -30756,6 +30866,7 @@ declare const VDialog: {
30756
30866
  }) => vue.VNodeChild) | undefined;
30757
30867
  onAfterEnter?: (() => any) | undefined;
30758
30868
  onAfterLeave?: (() => any) | undefined;
30869
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30759
30870
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30760
30871
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30761
30872
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -30838,6 +30949,7 @@ declare const VDialog: {
30838
30949
  } & {
30839
30950
  onAfterEnter?: (() => any) | undefined;
30840
30951
  onAfterLeave?: (() => any) | undefined;
30952
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30841
30953
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30842
30954
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30843
30955
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -30859,7 +30971,7 @@ declare const VDialog: {
30859
30971
  }>;
30860
30972
  $root: vue.ComponentPublicInstance | null;
30861
30973
  $parent: vue.ComponentPublicInstance | null;
30862
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30974
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
30863
30975
  $el: any;
30864
30976
  $options: vue.ComponentOptionsBase<{
30865
30977
  absolute: boolean;
@@ -30941,6 +31053,7 @@ declare const VDialog: {
30941
31053
  } & {
30942
31054
  onAfterEnter?: (() => any) | undefined;
30943
31055
  onAfterLeave?: (() => any) | undefined;
31056
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
30944
31057
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30945
31058
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30946
31059
  }, {
@@ -30955,6 +31068,7 @@ declare const VDialog: {
30955
31068
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
30956
31069
  'click:outside': (e: MouseEvent) => true;
30957
31070
  'update:modelValue': (value: boolean) => true;
31071
+ keydown: (e: KeyboardEvent) => true;
30958
31072
  afterEnter: () => true;
30959
31073
  afterLeave: () => true;
30960
31074
  }, string, {
@@ -31093,6 +31207,7 @@ declare const VDialog: {
31093
31207
  } & {
31094
31208
  onAfterEnter?: (() => any) | undefined;
31095
31209
  onAfterLeave?: (() => any) | undefined;
31210
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
31096
31211
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31097
31212
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31098
31213
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -31104,7 +31219,7 @@ declare const VDialog: {
31104
31219
  globalTop: Readonly<vue.Ref<boolean>>;
31105
31220
  localTop: vue.ComputedRef<boolean>;
31106
31221
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31107
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31222
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31108
31223
  _allExposed: {
31109
31224
  activatorEl: vue.Ref<HTMLElement | undefined>;
31110
31225
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -31341,6 +31456,7 @@ declare const VDialog: {
31341
31456
  }) => vue.VNodeChild) | undefined;
31342
31457
  onAfterEnter?: (() => any) | undefined;
31343
31458
  onAfterLeave?: (() => any) | undefined;
31459
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
31344
31460
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31345
31461
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31346
31462
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -31423,6 +31539,7 @@ declare const VDialog: {
31423
31539
  } & {
31424
31540
  onAfterEnter?: (() => any) | undefined;
31425
31541
  onAfterLeave?: (() => any) | undefined;
31542
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
31426
31543
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31427
31544
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31428
31545
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -31444,7 +31561,7 @@ declare const VDialog: {
31444
31561
  }>;
31445
31562
  $root: vue.ComponentPublicInstance | null;
31446
31563
  $parent: vue.ComponentPublicInstance | null;
31447
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
31564
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
31448
31565
  $el: any;
31449
31566
  $options: vue.ComponentOptionsBase<{
31450
31567
  absolute: boolean;
@@ -31526,6 +31643,7 @@ declare const VDialog: {
31526
31643
  } & {
31527
31644
  onAfterEnter?: (() => any) | undefined;
31528
31645
  onAfterLeave?: (() => any) | undefined;
31646
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
31529
31647
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31530
31648
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31531
31649
  }, {
@@ -31540,6 +31658,7 @@ declare const VDialog: {
31540
31658
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
31541
31659
  'click:outside': (e: MouseEvent) => true;
31542
31660
  'update:modelValue': (value: boolean) => true;
31661
+ keydown: (e: KeyboardEvent) => true;
31543
31662
  afterEnter: () => true;
31544
31663
  afterLeave: () => true;
31545
31664
  }, string, {
@@ -31678,6 +31797,7 @@ declare const VDialog: {
31678
31797
  } & {
31679
31798
  onAfterEnter?: (() => any) | undefined;
31680
31799
  onAfterLeave?: (() => any) | undefined;
31800
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
31681
31801
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31682
31802
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31683
31803
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -31689,7 +31809,7 @@ declare const VDialog: {
31689
31809
  globalTop: Readonly<vue.Ref<boolean>>;
31690
31810
  localTop: vue.ComputedRef<boolean>;
31691
31811
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
31692
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31812
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
31693
31813
  _allExposed: {
31694
31814
  activatorEl: vue.Ref<HTMLElement | undefined>;
31695
31815
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -33616,7 +33736,7 @@ declare const VFab: {
33616
33736
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33617
33737
  value?: any;
33618
33738
  loading?: string | boolean | undefined;
33619
- text?: string | undefined;
33739
+ text?: string | number | boolean | undefined;
33620
33740
  class?: any;
33621
33741
  theme?: string | undefined;
33622
33742
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33687,7 +33807,7 @@ declare const VFab: {
33687
33807
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33688
33808
  value?: any;
33689
33809
  loading?: string | boolean | undefined;
33690
- text?: string | undefined;
33810
+ text?: string | number | boolean | undefined;
33691
33811
  class?: any;
33692
33812
  theme?: string | undefined;
33693
33813
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33726,6 +33846,7 @@ declare const VFab: {
33726
33846
  component?: vue.Component;
33727
33847
  });
33728
33848
  style: vue.StyleValue;
33849
+ text: string | number | boolean;
33729
33850
  disabled: boolean;
33730
33851
  size: string | number;
33731
33852
  readonly: boolean;
@@ -33797,7 +33918,7 @@ declare const VFab: {
33797
33918
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33798
33919
  value?: any;
33799
33920
  loading?: string | boolean | undefined;
33800
- text?: string | undefined;
33921
+ text?: string | number | boolean | undefined;
33801
33922
  class?: any;
33802
33923
  theme?: string | undefined;
33803
33924
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33836,6 +33957,7 @@ declare const VFab: {
33836
33957
  component?: vue.Component;
33837
33958
  });
33838
33959
  style: vue.StyleValue;
33960
+ text: string | number | boolean;
33839
33961
  disabled: boolean;
33840
33962
  size: string | number;
33841
33963
  readonly: boolean;
@@ -33902,7 +34024,7 @@ declare const VFab: {
33902
34024
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
33903
34025
  value?: any;
33904
34026
  loading?: string | boolean | undefined;
33905
- text?: string | undefined;
34027
+ text?: string | number | boolean | undefined;
33906
34028
  class?: any;
33907
34029
  theme?: string | undefined;
33908
34030
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -33943,6 +34065,7 @@ declare const VFab: {
33943
34065
  component?: vue.Component;
33944
34066
  });
33945
34067
  style: vue.StyleValue;
34068
+ text: string | number | boolean;
33946
34069
  disabled: boolean;
33947
34070
  size: string | number;
33948
34071
  readonly: boolean;
@@ -34027,7 +34150,10 @@ declare const VFab: {
34027
34150
  type: vue.PropType<vue.StyleValue>;
34028
34151
  default: null;
34029
34152
  };
34030
- text: StringConstructor;
34153
+ text: {
34154
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
34155
+ default: undefined;
34156
+ };
34031
34157
  disabled: BooleanConstructor;
34032
34158
  size: {
34033
34159
  type: (StringConstructor | NumberConstructor)[];
@@ -34145,7 +34271,10 @@ declare const VFab: {
34145
34271
  type: vue.PropType<vue.StyleValue>;
34146
34272
  default: null;
34147
34273
  };
34148
- text: StringConstructor;
34274
+ text: {
34275
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
34276
+ default: undefined;
34277
+ };
34149
34278
  disabled: BooleanConstructor;
34150
34279
  size: {
34151
34280
  type: (StringConstructor | NumberConstructor)[];
@@ -40929,6 +41058,7 @@ declare const VOverlay: {
40929
41058
  } & {
40930
41059
  onAfterEnter?: (() => any) | undefined;
40931
41060
  onAfterLeave?: (() => any) | undefined;
41061
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
40932
41062
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
40933
41063
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
40934
41064
  }, {
@@ -40943,6 +41073,7 @@ declare const VOverlay: {
40943
41073
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
40944
41074
  'click:outside': (e: MouseEvent) => true;
40945
41075
  'update:modelValue': (value: boolean) => true;
41076
+ keydown: (e: KeyboardEvent) => true;
40946
41077
  afterEnter: () => true;
40947
41078
  afterLeave: () => true;
40948
41079
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -41025,6 +41156,7 @@ declare const VOverlay: {
41025
41156
  } & {
41026
41157
  onAfterEnter?: (() => any) | undefined;
41027
41158
  onAfterLeave?: (() => any) | undefined;
41159
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
41028
41160
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41029
41161
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
41030
41162
  }, {
@@ -41150,6 +41282,7 @@ declare const VOverlay: {
41150
41282
  } & {
41151
41283
  onAfterEnter?: (() => any) | undefined;
41152
41284
  onAfterLeave?: (() => any) | undefined;
41285
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
41153
41286
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41154
41287
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
41155
41288
  }, {
@@ -41272,6 +41405,7 @@ declare const VOverlay: {
41272
41405
  } & {
41273
41406
  onAfterEnter?: (() => any) | undefined;
41274
41407
  onAfterLeave?: (() => any) | undefined;
41408
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
41275
41409
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
41276
41410
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
41277
41411
  }, {
@@ -41286,6 +41420,7 @@ declare const VOverlay: {
41286
41420
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
41287
41421
  'click:outside': (e: MouseEvent) => true;
41288
41422
  'update:modelValue': (value: boolean) => true;
41423
+ keydown: (e: KeyboardEvent) => true;
41289
41424
  afterEnter: () => true;
41290
41425
  afterLeave: () => true;
41291
41426
  }, string, {
@@ -49537,6 +49672,7 @@ declare const VSnackbar: {
49537
49672
  }) => vue.VNodeChild) | undefined;
49538
49673
  onAfterEnter?: (() => any) | undefined;
49539
49674
  onAfterLeave?: (() => any) | undefined;
49675
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
49540
49676
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49541
49677
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
49542
49678
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -49619,6 +49755,7 @@ declare const VSnackbar: {
49619
49755
  } & {
49620
49756
  onAfterEnter?: (() => any) | undefined;
49621
49757
  onAfterLeave?: (() => any) | undefined;
49758
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
49622
49759
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49623
49760
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
49624
49761
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -49640,7 +49777,7 @@ declare const VSnackbar: {
49640
49777
  }>;
49641
49778
  $root: vue.ComponentPublicInstance | null;
49642
49779
  $parent: vue.ComponentPublicInstance | null;
49643
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49780
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
49644
49781
  $el: any;
49645
49782
  $options: vue.ComponentOptionsBase<{
49646
49783
  absolute: boolean;
@@ -49722,6 +49859,7 @@ declare const VSnackbar: {
49722
49859
  } & {
49723
49860
  onAfterEnter?: (() => any) | undefined;
49724
49861
  onAfterLeave?: (() => any) | undefined;
49862
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
49725
49863
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49726
49864
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
49727
49865
  }, {
@@ -49736,6 +49874,7 @@ declare const VSnackbar: {
49736
49874
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49737
49875
  'click:outside': (e: MouseEvent) => true;
49738
49876
  'update:modelValue': (value: boolean) => true;
49877
+ keydown: (e: KeyboardEvent) => true;
49739
49878
  afterEnter: () => true;
49740
49879
  afterLeave: () => true;
49741
49880
  }, string, {
@@ -49874,6 +50013,7 @@ declare const VSnackbar: {
49874
50013
  } & {
49875
50014
  onAfterEnter?: (() => any) | undefined;
49876
50015
  onAfterLeave?: (() => any) | undefined;
50016
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
49877
50017
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49878
50018
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
49879
50019
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -49885,7 +50025,7 @@ declare const VSnackbar: {
49885
50025
  globalTop: Readonly<Ref<boolean>>;
49886
50026
  localTop: vue.ComputedRef<boolean>;
49887
50027
  updateLocation: Ref<((e: Event) => void) | undefined>;
49888
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50028
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
49889
50029
  _allExposed: {
49890
50030
  activatorEl: Ref<HTMLElement | undefined>;
49891
50031
  scrimEl: Ref<HTMLElement | undefined>;
@@ -50219,6 +50359,7 @@ declare const VSnackbar: {
50219
50359
  }) => vue.VNodeChild) | undefined;
50220
50360
  onAfterEnter?: (() => any) | undefined;
50221
50361
  onAfterLeave?: (() => any) | undefined;
50362
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50222
50363
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50223
50364
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50224
50365
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -50301,6 +50442,7 @@ declare const VSnackbar: {
50301
50442
  } & {
50302
50443
  onAfterEnter?: (() => any) | undefined;
50303
50444
  onAfterLeave?: (() => any) | undefined;
50445
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50304
50446
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50305
50447
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50306
50448
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -50322,7 +50464,7 @@ declare const VSnackbar: {
50322
50464
  }>;
50323
50465
  $root: vue.ComponentPublicInstance | null;
50324
50466
  $parent: vue.ComponentPublicInstance | null;
50325
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50467
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50326
50468
  $el: any;
50327
50469
  $options: vue.ComponentOptionsBase<{
50328
50470
  absolute: boolean;
@@ -50404,6 +50546,7 @@ declare const VSnackbar: {
50404
50546
  } & {
50405
50547
  onAfterEnter?: (() => any) | undefined;
50406
50548
  onAfterLeave?: (() => any) | undefined;
50549
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50407
50550
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50408
50551
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50409
50552
  }, {
@@ -50418,6 +50561,7 @@ declare const VSnackbar: {
50418
50561
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
50419
50562
  'click:outside': (e: MouseEvent) => true;
50420
50563
  'update:modelValue': (value: boolean) => true;
50564
+ keydown: (e: KeyboardEvent) => true;
50421
50565
  afterEnter: () => true;
50422
50566
  afterLeave: () => true;
50423
50567
  }, string, {
@@ -50556,6 +50700,7 @@ declare const VSnackbar: {
50556
50700
  } & {
50557
50701
  onAfterEnter?: (() => any) | undefined;
50558
50702
  onAfterLeave?: (() => any) | undefined;
50703
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50559
50704
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50560
50705
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50561
50706
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -50567,7 +50712,7 @@ declare const VSnackbar: {
50567
50712
  globalTop: Readonly<Ref<boolean>>;
50568
50713
  localTop: vue.ComputedRef<boolean>;
50569
50714
  updateLocation: Ref<((e: Event) => void) | undefined>;
50570
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50715
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
50571
50716
  _allExposed: {
50572
50717
  activatorEl: Ref<HTMLElement | undefined>;
50573
50718
  scrimEl: Ref<HTMLElement | undefined>;
@@ -50801,6 +50946,7 @@ declare const VSnackbar: {
50801
50946
  }) => vue.VNodeChild) | undefined;
50802
50947
  onAfterEnter?: (() => any) | undefined;
50803
50948
  onAfterLeave?: (() => any) | undefined;
50949
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50804
50950
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50805
50951
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50806
50952
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -50883,6 +51029,7 @@ declare const VSnackbar: {
50883
51029
  } & {
50884
51030
  onAfterEnter?: (() => any) | undefined;
50885
51031
  onAfterLeave?: (() => any) | undefined;
51032
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50886
51033
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50887
51034
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50888
51035
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -50904,7 +51051,7 @@ declare const VSnackbar: {
50904
51051
  }>;
50905
51052
  $root: vue.ComponentPublicInstance | null;
50906
51053
  $parent: vue.ComponentPublicInstance | null;
50907
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
51054
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
50908
51055
  $el: any;
50909
51056
  $options: vue.ComponentOptionsBase<{
50910
51057
  absolute: boolean;
@@ -50986,6 +51133,7 @@ declare const VSnackbar: {
50986
51133
  } & {
50987
51134
  onAfterEnter?: (() => any) | undefined;
50988
51135
  onAfterLeave?: (() => any) | undefined;
51136
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
50989
51137
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50990
51138
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
50991
51139
  }, {
@@ -51000,6 +51148,7 @@ declare const VSnackbar: {
51000
51148
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
51001
51149
  'click:outside': (e: MouseEvent) => true;
51002
51150
  'update:modelValue': (value: boolean) => true;
51151
+ keydown: (e: KeyboardEvent) => true;
51003
51152
  afterEnter: () => true;
51004
51153
  afterLeave: () => true;
51005
51154
  }, string, {
@@ -51138,6 +51287,7 @@ declare const VSnackbar: {
51138
51287
  } & {
51139
51288
  onAfterEnter?: (() => any) | undefined;
51140
51289
  onAfterLeave?: (() => any) | undefined;
51290
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
51141
51291
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51142
51292
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
51143
51293
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -51149,7 +51299,7 @@ declare const VSnackbar: {
51149
51299
  globalTop: Readonly<Ref<boolean>>;
51150
51300
  localTop: vue.ComputedRef<boolean>;
51151
51301
  updateLocation: Ref<((e: Event) => void) | undefined>;
51152
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
51302
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
51153
51303
  _allExposed: {
51154
51304
  activatorEl: Ref<HTMLElement | undefined>;
51155
51305
  scrimEl: Ref<HTMLElement | undefined>;
@@ -54948,7 +55098,7 @@ declare const VTab: {
54948
55098
  minWidth?: string | number | undefined;
54949
55099
  value?: any;
54950
55100
  loading?: string | boolean | undefined;
54951
- text?: string | undefined;
55101
+ text?: string | number | boolean | undefined;
54952
55102
  class?: any;
54953
55103
  theme?: string | undefined;
54954
55104
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -54991,6 +55141,7 @@ declare const VTab: {
54991
55141
  block: boolean;
54992
55142
  active: boolean;
54993
55143
  style: vue.StyleValue;
55144
+ text: string | number | boolean;
54994
55145
  disabled: boolean;
54995
55146
  size: string | number;
54996
55147
  readonly: boolean;
@@ -55035,7 +55186,7 @@ declare const VTab: {
55035
55186
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55036
55187
  value?: any;
55037
55188
  loading?: string | boolean | undefined;
55038
- text?: string | undefined;
55189
+ text?: string | number | boolean | undefined;
55039
55190
  class?: any;
55040
55191
  theme?: string | undefined;
55041
55192
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55100,7 +55251,7 @@ declare const VTab: {
55100
55251
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55101
55252
  value?: any;
55102
55253
  loading?: string | boolean | undefined;
55103
- text?: string | undefined;
55254
+ text?: string | number | boolean | undefined;
55104
55255
  class?: any;
55105
55256
  theme?: string | undefined;
55106
55257
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55135,7 +55286,7 @@ declare const VTab: {
55135
55286
  "onGroup:selected"?: ((val: {
55136
55287
  value: boolean;
55137
55288
  }) => any) | undefined;
55138
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55289
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55139
55290
  $attrs: {
55140
55291
  [x: string]: unknown;
55141
55292
  };
@@ -55187,7 +55338,7 @@ declare const VTab: {
55187
55338
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55188
55339
  value?: any;
55189
55340
  loading?: string | boolean | undefined;
55190
- text?: string | undefined;
55341
+ text?: string | number | boolean | undefined;
55191
55342
  class?: any;
55192
55343
  theme?: string | undefined;
55193
55344
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55237,6 +55388,7 @@ declare const VTab: {
55237
55388
  block: boolean;
55238
55389
  active: boolean;
55239
55390
  style: vue.StyleValue;
55391
+ text: string | number | boolean;
55240
55392
  disabled: boolean;
55241
55393
  size: string | number;
55242
55394
  readonly: boolean;
@@ -55307,7 +55459,7 @@ declare const VTab: {
55307
55459
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55308
55460
  value?: any;
55309
55461
  loading?: string | boolean | undefined;
55310
- text?: string | undefined;
55462
+ text?: string | number | boolean | undefined;
55311
55463
  class?: any;
55312
55464
  theme?: string | undefined;
55313
55465
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55344,7 +55496,7 @@ declare const VTab: {
55344
55496
  }) => any) | undefined;
55345
55497
  }, "group"> & vue.ShallowUnwrapRef<{
55346
55498
  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}`> & {
55499
+ }> & {} & 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
55500
  _allExposed: {
55349
55501
  group: GroupItemProvide | null;
55350
55502
  } | {};
@@ -55379,7 +55531,7 @@ declare const VTab: {
55379
55531
  minWidth?: string | number | undefined;
55380
55532
  value?: any;
55381
55533
  loading?: string | boolean | undefined;
55382
- text?: string | undefined;
55534
+ text?: string | number | boolean | undefined;
55383
55535
  class?: any;
55384
55536
  theme?: string | undefined;
55385
55537
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55417,6 +55569,7 @@ declare const VTab: {
55417
55569
  exact: boolean;
55418
55570
  direction: "horizontal" | "vertical";
55419
55571
  style: vue.StyleValue;
55572
+ text: string | number | boolean;
55420
55573
  disabled: boolean;
55421
55574
  size: string | number;
55422
55575
  readonly: boolean;
@@ -55474,7 +55627,7 @@ declare const VTab: {
55474
55627
  minWidth?: string | number | undefined;
55475
55628
  value?: any;
55476
55629
  loading?: string | boolean | undefined;
55477
- text?: string | undefined;
55630
+ text?: string | number | boolean | undefined;
55478
55631
  class?: any;
55479
55632
  theme?: string | undefined;
55480
55633
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55517,6 +55670,7 @@ declare const VTab: {
55517
55670
  block: boolean;
55518
55671
  active: boolean;
55519
55672
  style: vue.StyleValue;
55673
+ text: string | number | boolean;
55520
55674
  disabled: boolean;
55521
55675
  size: string | number;
55522
55676
  readonly: boolean;
@@ -55561,7 +55715,7 @@ declare const VTab: {
55561
55715
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55562
55716
  value?: any;
55563
55717
  loading?: string | boolean | undefined;
55564
- text?: string | undefined;
55718
+ text?: string | number | boolean | undefined;
55565
55719
  class?: any;
55566
55720
  theme?: string | undefined;
55567
55721
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55626,7 +55780,7 @@ declare const VTab: {
55626
55780
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55627
55781
  value?: any;
55628
55782
  loading?: string | boolean | undefined;
55629
- text?: string | undefined;
55783
+ text?: string | number | boolean | undefined;
55630
55784
  class?: any;
55631
55785
  theme?: string | undefined;
55632
55786
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55661,7 +55815,7 @@ declare const VTab: {
55661
55815
  "onGroup:selected"?: ((val: {
55662
55816
  value: boolean;
55663
55817
  }) => any) | undefined;
55664
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55818
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
55665
55819
  $attrs: {
55666
55820
  [x: string]: unknown;
55667
55821
  };
@@ -55713,7 +55867,7 @@ declare const VTab: {
55713
55867
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55714
55868
  value?: any;
55715
55869
  loading?: string | boolean | undefined;
55716
- text?: string | undefined;
55870
+ text?: string | number | boolean | undefined;
55717
55871
  class?: any;
55718
55872
  theme?: string | undefined;
55719
55873
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55763,6 +55917,7 @@ declare const VTab: {
55763
55917
  block: boolean;
55764
55918
  active: boolean;
55765
55919
  style: vue.StyleValue;
55920
+ text: string | number | boolean;
55766
55921
  disabled: boolean;
55767
55922
  size: string | number;
55768
55923
  readonly: boolean;
@@ -55833,7 +55988,7 @@ declare const VTab: {
55833
55988
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
55834
55989
  value?: any;
55835
55990
  loading?: string | boolean | undefined;
55836
- text?: string | undefined;
55991
+ text?: string | number | boolean | undefined;
55837
55992
  class?: any;
55838
55993
  theme?: string | undefined;
55839
55994
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55870,7 +56025,7 @@ declare const VTab: {
55870
56025
  }) => any) | undefined;
55871
56026
  }, "group"> & vue.ShallowUnwrapRef<{
55872
56027
  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}`> & {
56028
+ }> & {} & 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
56029
  _allExposed: {
55875
56030
  group: GroupItemProvide | null;
55876
56031
  } | {};
@@ -55881,6 +56036,7 @@ declare const VTab: {
55881
56036
  exact: boolean;
55882
56037
  direction: "horizontal" | "vertical";
55883
56038
  style: vue.StyleValue;
56039
+ text: string | number | boolean;
55884
56040
  disabled: boolean;
55885
56041
  size: string | number;
55886
56042
  readonly: boolean;
@@ -55930,7 +56086,7 @@ declare const VTab: {
55930
56086
  minWidth?: string | number | undefined;
55931
56087
  value?: any;
55932
56088
  loading?: string | boolean | undefined;
55933
- text?: string | undefined;
56089
+ text?: string | number | boolean | undefined;
55934
56090
  class?: any;
55935
56091
  theme?: string | undefined;
55936
56092
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -55973,6 +56129,7 @@ declare const VTab: {
55973
56129
  block: boolean;
55974
56130
  active: boolean;
55975
56131
  style: vue.StyleValue;
56132
+ text: string | number | boolean;
55976
56133
  disabled: boolean;
55977
56134
  size: string | number;
55978
56135
  readonly: boolean;
@@ -56017,7 +56174,7 @@ declare const VTab: {
56017
56174
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56018
56175
  value?: any;
56019
56176
  loading?: string | boolean | undefined;
56020
- text?: string | undefined;
56177
+ text?: string | number | boolean | undefined;
56021
56178
  class?: any;
56022
56179
  theme?: string | undefined;
56023
56180
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56082,7 +56239,7 @@ declare const VTab: {
56082
56239
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56083
56240
  value?: any;
56084
56241
  loading?: string | boolean | undefined;
56085
- text?: string | undefined;
56242
+ text?: string | number | boolean | undefined;
56086
56243
  class?: any;
56087
56244
  theme?: string | undefined;
56088
56245
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56117,7 +56274,7 @@ declare const VTab: {
56117
56274
  "onGroup:selected"?: ((val: {
56118
56275
  value: boolean;
56119
56276
  }) => any) | undefined;
56120
- }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
56277
+ }, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "text" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
56121
56278
  $attrs: {
56122
56279
  [x: string]: unknown;
56123
56280
  };
@@ -56169,7 +56326,7 @@ declare const VTab: {
56169
56326
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56170
56327
  value?: any;
56171
56328
  loading?: string | boolean | undefined;
56172
- text?: string | undefined;
56329
+ text?: string | number | boolean | undefined;
56173
56330
  class?: any;
56174
56331
  theme?: string | undefined;
56175
56332
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56219,6 +56376,7 @@ declare const VTab: {
56219
56376
  block: boolean;
56220
56377
  active: boolean;
56221
56378
  style: vue.StyleValue;
56379
+ text: string | number | boolean;
56222
56380
  disabled: boolean;
56223
56381
  size: string | number;
56224
56382
  readonly: boolean;
@@ -56289,7 +56447,7 @@ declare const VTab: {
56289
56447
  position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
56290
56448
  value?: any;
56291
56449
  loading?: string | boolean | undefined;
56292
- text?: string | undefined;
56450
+ text?: string | number | boolean | undefined;
56293
56451
  class?: any;
56294
56452
  theme?: string | undefined;
56295
56453
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -56326,7 +56484,7 @@ declare const VTab: {
56326
56484
  }) => any) | undefined;
56327
56485
  }, "group"> & vue.ShallowUnwrapRef<{
56328
56486
  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}`> & {
56487
+ }> & {} & 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
56488
  _allExposed: {
56331
56489
  group: GroupItemProvide | null;
56332
56490
  } | {};
@@ -56337,6 +56495,7 @@ declare const VTab: {
56337
56495
  exact: boolean;
56338
56496
  direction: "horizontal" | "vertical";
56339
56497
  style: vue.StyleValue;
56498
+ text: string | number | boolean;
56340
56499
  disabled: boolean;
56341
56500
  size: string | number;
56342
56501
  readonly: boolean;
@@ -56384,7 +56543,10 @@ declare const VTab: {
56384
56543
  type: PropType<vue.StyleValue>;
56385
56544
  default: null;
56386
56545
  };
56387
- text: StringConstructor;
56546
+ text: {
56547
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56548
+ default: undefined;
56549
+ };
56388
56550
  disabled: BooleanConstructor;
56389
56551
  size: {
56390
56552
  type: (StringConstructor | NumberConstructor)[];
@@ -56466,7 +56628,10 @@ declare const VTab: {
56466
56628
  type: PropType<vue.StyleValue>;
56467
56629
  default: null;
56468
56630
  };
56469
- text: StringConstructor;
56631
+ text: {
56632
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
56633
+ default: undefined;
56634
+ };
56470
56635
  disabled: BooleanConstructor;
56471
56636
  size: {
56472
56637
  type: (StringConstructor | NumberConstructor)[];
@@ -62390,6 +62555,7 @@ declare const VTooltip: {
62390
62555
  }) => vue.VNodeChild) | undefined;
62391
62556
  onAfterEnter?: (() => any) | undefined;
62392
62557
  onAfterLeave?: (() => any) | undefined;
62558
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
62393
62559
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
62394
62560
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
62395
62561
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -62472,6 +62638,7 @@ declare const VTooltip: {
62472
62638
  } & {
62473
62639
  onAfterEnter?: (() => any) | undefined;
62474
62640
  onAfterLeave?: (() => any) | undefined;
62641
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
62475
62642
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
62476
62643
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
62477
62644
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -62493,7 +62660,7 @@ declare const VTooltip: {
62493
62660
  }>;
62494
62661
  $root: vue.ComponentPublicInstance | null;
62495
62662
  $parent: vue.ComponentPublicInstance | null;
62496
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62663
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
62497
62664
  $el: any;
62498
62665
  $options: vue.ComponentOptionsBase<{
62499
62666
  absolute: boolean;
@@ -62575,6 +62742,7 @@ declare const VTooltip: {
62575
62742
  } & {
62576
62743
  onAfterEnter?: (() => any) | undefined;
62577
62744
  onAfterLeave?: (() => any) | undefined;
62745
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
62578
62746
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
62579
62747
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
62580
62748
  }, {
@@ -62589,6 +62757,7 @@ declare const VTooltip: {
62589
62757
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62590
62758
  'click:outside': (e: MouseEvent) => true;
62591
62759
  'update:modelValue': (value: boolean) => true;
62760
+ keydown: (e: KeyboardEvent) => true;
62592
62761
  afterEnter: () => true;
62593
62762
  afterLeave: () => true;
62594
62763
  }, string, {
@@ -62727,6 +62896,7 @@ declare const VTooltip: {
62727
62896
  } & {
62728
62897
  onAfterEnter?: (() => any) | undefined;
62729
62898
  onAfterLeave?: (() => any) | undefined;
62899
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
62730
62900
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
62731
62901
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
62732
62902
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -62738,7 +62908,7 @@ declare const VTooltip: {
62738
62908
  globalTop: Readonly<vue.Ref<boolean>>;
62739
62909
  localTop: vue.ComputedRef<boolean>;
62740
62910
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
62741
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
62911
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
62742
62912
  _allExposed: {
62743
62913
  activatorEl: vue.Ref<HTMLElement | undefined>;
62744
62914
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -63055,6 +63225,7 @@ declare const VTooltip: {
63055
63225
  }) => vue.VNodeChild) | undefined;
63056
63226
  onAfterEnter?: (() => any) | undefined;
63057
63227
  onAfterLeave?: (() => any) | undefined;
63228
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63058
63229
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63059
63230
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63060
63231
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -63137,6 +63308,7 @@ declare const VTooltip: {
63137
63308
  } & {
63138
63309
  onAfterEnter?: (() => any) | undefined;
63139
63310
  onAfterLeave?: (() => any) | undefined;
63311
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63140
63312
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63141
63313
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63142
63314
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -63158,7 +63330,7 @@ declare const VTooltip: {
63158
63330
  }>;
63159
63331
  $root: vue.ComponentPublicInstance | null;
63160
63332
  $parent: vue.ComponentPublicInstance | null;
63161
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63333
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63162
63334
  $el: any;
63163
63335
  $options: vue.ComponentOptionsBase<{
63164
63336
  absolute: boolean;
@@ -63240,6 +63412,7 @@ declare const VTooltip: {
63240
63412
  } & {
63241
63413
  onAfterEnter?: (() => any) | undefined;
63242
63414
  onAfterLeave?: (() => any) | undefined;
63415
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63243
63416
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63244
63417
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63245
63418
  }, {
@@ -63254,6 +63427,7 @@ declare const VTooltip: {
63254
63427
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63255
63428
  'click:outside': (e: MouseEvent) => true;
63256
63429
  'update:modelValue': (value: boolean) => true;
63430
+ keydown: (e: KeyboardEvent) => true;
63257
63431
  afterEnter: () => true;
63258
63432
  afterLeave: () => true;
63259
63433
  }, string, {
@@ -63392,6 +63566,7 @@ declare const VTooltip: {
63392
63566
  } & {
63393
63567
  onAfterEnter?: (() => any) | undefined;
63394
63568
  onAfterLeave?: (() => any) | undefined;
63569
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63395
63570
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63396
63571
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63397
63572
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -63403,7 +63578,7 @@ declare const VTooltip: {
63403
63578
  globalTop: Readonly<vue.Ref<boolean>>;
63404
63579
  localTop: vue.ComputedRef<boolean>;
63405
63580
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63406
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63581
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63407
63582
  _allExposed: {
63408
63583
  activatorEl: vue.Ref<HTMLElement | undefined>;
63409
63584
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -63628,6 +63803,7 @@ declare const VTooltip: {
63628
63803
  }) => vue.VNodeChild) | undefined;
63629
63804
  onAfterEnter?: (() => any) | undefined;
63630
63805
  onAfterLeave?: (() => any) | undefined;
63806
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63631
63807
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63632
63808
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63633
63809
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
@@ -63710,6 +63886,7 @@ declare const VTooltip: {
63710
63886
  } & {
63711
63887
  onAfterEnter?: (() => any) | undefined;
63712
63888
  onAfterLeave?: (() => any) | undefined;
63889
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63713
63890
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63714
63891
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63715
63892
  }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
@@ -63731,7 +63908,7 @@ declare const VTooltip: {
63731
63908
  }>;
63732
63909
  $root: vue.ComponentPublicInstance | null;
63733
63910
  $parent: vue.ComponentPublicInstance | null;
63734
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63911
+ $emit: ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
63735
63912
  $el: any;
63736
63913
  $options: vue.ComponentOptionsBase<{
63737
63914
  absolute: boolean;
@@ -63813,6 +63990,7 @@ declare const VTooltip: {
63813
63990
  } & {
63814
63991
  onAfterEnter?: (() => any) | undefined;
63815
63992
  onAfterLeave?: (() => any) | undefined;
63993
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63816
63994
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63817
63995
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63818
63996
  }, {
@@ -63827,6 +64005,7 @@ declare const VTooltip: {
63827
64005
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
63828
64006
  'click:outside': (e: MouseEvent) => true;
63829
64007
  'update:modelValue': (value: boolean) => true;
64008
+ keydown: (e: KeyboardEvent) => true;
63830
64009
  afterEnter: () => true;
63831
64010
  afterLeave: () => true;
63832
64011
  }, string, {
@@ -63965,6 +64144,7 @@ declare const VTooltip: {
63965
64144
  } & {
63966
64145
  onAfterEnter?: (() => any) | undefined;
63967
64146
  onAfterLeave?: (() => any) | undefined;
64147
+ onKeydown?: ((e: KeyboardEvent) => any) | undefined;
63968
64148
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
63969
64149
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
63970
64150
  }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
@@ -63976,7 +64156,7 @@ declare const VTooltip: {
63976
64156
  globalTop: Readonly<vue.Ref<boolean>>;
63977
64157
  localTop: vue.ComputedRef<boolean>;
63978
64158
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
63979
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
64159
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
63980
64160
  _allExposed: {
63981
64161
  activatorEl: vue.Ref<HTMLElement | undefined>;
63982
64162
  scrimEl: vue.Ref<HTMLElement | undefined>;
@@ -69477,7 +69657,10 @@ declare const VDateInput: {
69477
69657
  type: PropType<"month" | "months" | "year">;
69478
69658
  default: string;
69479
69659
  };
69480
- showAdjacentMonths: BooleanConstructor;
69660
+ showAdjacentMonths: {
69661
+ type: PropType<boolean>;
69662
+ default: boolean;
69663
+ };
69481
69664
  weekdays: {
69482
69665
  type: {
69483
69666
  (arrayLength: number): number[];
@@ -69497,15 +69680,12 @@ declare const VDateInput: {
69497
69680
  };
69498
69681
  default: () => number[];
69499
69682
  };
69500
- weeksInMonth: Omit<Omit<{
69683
+ weeksInMonth: Omit<{
69501
69684
  type: PropType<"dynamic" | "static">;
69502
69685
  default: string;
69503
69686
  }, "type" | "default"> & {
69504
69687
  type: PropType<"static" | "dynamic">;
69505
69688
  default: NonNullable<"static" | "dynamic">;
69506
- }, "type" | "default"> & {
69507
- type: PropType<"static" | "dynamic">;
69508
- default: NonNullable<"static" | "dynamic">;
69509
69689
  };
69510
69690
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
69511
69691
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -69698,7 +69878,10 @@ declare const VDateInput: {
69698
69878
  type: PropType<"month" | "months" | "year">;
69699
69879
  default: string;
69700
69880
  };
69701
- showAdjacentMonths: BooleanConstructor;
69881
+ showAdjacentMonths: {
69882
+ type: PropType<boolean>;
69883
+ default: boolean;
69884
+ };
69702
69885
  weekdays: {
69703
69886
  type: {
69704
69887
  (arrayLength: number): number[];
@@ -69718,15 +69901,12 @@ declare const VDateInput: {
69718
69901
  };
69719
69902
  default: () => number[];
69720
69903
  };
69721
- weeksInMonth: Omit<Omit<{
69904
+ weeksInMonth: Omit<{
69722
69905
  type: PropType<"dynamic" | "static">;
69723
69906
  default: string;
69724
69907
  }, "type" | "default"> & {
69725
69908
  type: PropType<"static" | "dynamic">;
69726
69909
  default: NonNullable<"static" | "dynamic">;
69727
- }, "type" | "default"> & {
69728
- type: PropType<"static" | "dynamic">;
69729
- default: NonNullable<"static" | "dynamic">;
69730
69910
  };
69731
69911
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
69732
69912
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -70549,7 +70729,7 @@ declare const VFileUploadItem: {
70549
70729
  minHeight?: string | number | undefined;
70550
70730
  minWidth?: string | number | undefined;
70551
70731
  value?: any;
70552
- title?: string | number | undefined;
70732
+ title?: string | number | boolean | undefined;
70553
70733
  class?: any;
70554
70734
  theme?: string | undefined;
70555
70735
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70564,7 +70744,7 @@ declare const VFileUploadItem: {
70564
70744
  activeClass?: string | undefined;
70565
70745
  appendAvatar?: string | undefined;
70566
70746
  prependAvatar?: string | undefined;
70567
- subtitle?: string | number | undefined;
70747
+ subtitle?: string | number | boolean | undefined;
70568
70748
  } & {
70569
70749
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70570
70750
  clear?: ((arg: {
@@ -70639,7 +70819,7 @@ declare const VFileUploadItem: {
70639
70819
  minHeight?: string | number | undefined;
70640
70820
  minWidth?: string | number | undefined;
70641
70821
  value?: any;
70642
- title?: string | number | undefined;
70822
+ title?: string | number | boolean | undefined;
70643
70823
  class?: any;
70644
70824
  theme?: string | undefined;
70645
70825
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70654,7 +70834,7 @@ declare const VFileUploadItem: {
70654
70834
  activeClass?: string | undefined;
70655
70835
  appendAvatar?: string | undefined;
70656
70836
  prependAvatar?: string | undefined;
70657
- subtitle?: string | number | undefined;
70837
+ subtitle?: string | number | boolean | undefined;
70658
70838
  } & {
70659
70839
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70660
70840
  clear?: ((arg: {
@@ -70704,6 +70884,7 @@ declare const VFileUploadItem: {
70704
70884
  border: string | number | boolean;
70705
70885
  nav: boolean;
70706
70886
  style: vue.StyleValue;
70887
+ title: string | number | boolean;
70707
70888
  disabled: boolean;
70708
70889
  tag: string;
70709
70890
  lines: false | "one" | "two" | "three";
@@ -70714,6 +70895,7 @@ declare const VFileUploadItem: {
70714
70895
  ripple: boolean | {
70715
70896
  class: string;
70716
70897
  } | undefined;
70898
+ subtitle: string | number | boolean;
70717
70899
  clearable: boolean;
70718
70900
  showSize: boolean;
70719
70901
  fileIcon: string;
@@ -70767,7 +70949,7 @@ declare const VFileUploadItem: {
70767
70949
  minHeight?: string | number | undefined;
70768
70950
  minWidth?: string | number | undefined;
70769
70951
  value?: any;
70770
- title?: string | number | undefined;
70952
+ title?: string | number | boolean | undefined;
70771
70953
  class?: any;
70772
70954
  theme?: string | undefined;
70773
70955
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70782,7 +70964,7 @@ declare const VFileUploadItem: {
70782
70964
  activeClass?: string | undefined;
70783
70965
  appendAvatar?: string | undefined;
70784
70966
  prependAvatar?: string | undefined;
70785
- subtitle?: string | number | undefined;
70967
+ subtitle?: string | number | boolean | undefined;
70786
70968
  } & {
70787
70969
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70788
70970
  clear?: ((arg: {
@@ -70832,6 +71014,7 @@ declare const VFileUploadItem: {
70832
71014
  border: string | number | boolean;
70833
71015
  nav: boolean;
70834
71016
  style: vue.StyleValue;
71017
+ title: string | number | boolean;
70835
71018
  disabled: boolean;
70836
71019
  tag: string;
70837
71020
  lines: false | "one" | "two" | "three";
@@ -70842,6 +71025,7 @@ declare const VFileUploadItem: {
70842
71025
  ripple: boolean | {
70843
71026
  class: string;
70844
71027
  } | undefined;
71028
+ subtitle: string | number | boolean;
70845
71029
  clearable: boolean;
70846
71030
  showSize: boolean;
70847
71031
  fileIcon: string;
@@ -70881,7 +71065,7 @@ declare const VFileUploadItem: {
70881
71065
  minHeight?: string | number | undefined;
70882
71066
  minWidth?: string | number | undefined;
70883
71067
  value?: any;
70884
- title?: string | number | undefined;
71068
+ title?: string | number | boolean | undefined;
70885
71069
  class?: any;
70886
71070
  theme?: string | undefined;
70887
71071
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -70896,7 +71080,7 @@ declare const VFileUploadItem: {
70896
71080
  activeClass?: string | undefined;
70897
71081
  appendAvatar?: string | undefined;
70898
71082
  prependAvatar?: string | undefined;
70899
- subtitle?: string | number | undefined;
71083
+ subtitle?: string | number | boolean | undefined;
70900
71084
  } & {
70901
71085
  $children?: vue.VNodeChild | ((arg: ListItemSlot) => vue.VNodeChild) | {
70902
71086
  clear?: ((arg: {
@@ -70949,6 +71133,7 @@ declare const VFileUploadItem: {
70949
71133
  border: string | number | boolean;
70950
71134
  nav: boolean;
70951
71135
  style: vue.StyleValue;
71136
+ title: string | number | boolean;
70952
71137
  disabled: boolean;
70953
71138
  tag: string;
70954
71139
  lines: false | "one" | "two" | "three";
@@ -70959,6 +71144,7 @@ declare const VFileUploadItem: {
70959
71144
  ripple: boolean | {
70960
71145
  class: string;
70961
71146
  } | undefined;
71147
+ subtitle: string | number | boolean;
70962
71148
  clearable: boolean;
70963
71149
  showSize: boolean;
70964
71150
  fileIcon: string;
@@ -71050,8 +71236,14 @@ declare const VFileUploadItem: {
71050
71236
  default: boolean;
71051
71237
  };
71052
71238
  slim: BooleanConstructor;
71053
- subtitle: (StringConstructor | NumberConstructor)[];
71054
- title: (StringConstructor | NumberConstructor)[];
71239
+ subtitle: {
71240
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71241
+ default: undefined;
71242
+ };
71243
+ title: {
71244
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71245
+ default: undefined;
71246
+ };
71055
71247
  value: null;
71056
71248
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
71057
71249
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -71142,8 +71334,14 @@ declare const VFileUploadItem: {
71142
71334
  default: boolean;
71143
71335
  };
71144
71336
  slim: BooleanConstructor;
71145
- subtitle: (StringConstructor | NumberConstructor)[];
71146
- title: (StringConstructor | NumberConstructor)[];
71337
+ subtitle: {
71338
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71339
+ default: undefined;
71340
+ };
71341
+ title: {
71342
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
71343
+ default: undefined;
71344
+ };
71147
71345
  value: null;
71148
71346
  onClick: PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
71149
71347
  onClickOnce: PropType<(args_0: MouseEvent) => void>;
@@ -71161,7 +71359,7 @@ declare const VFileUploadItem: {
71161
71359
  type VFileUploadItem = InstanceType<typeof VFileUploadItem>;
71162
71360
 
71163
71361
  type ControlSlot = {
71164
- click: (e: MouseEvent) => void;
71362
+ props: Record<string, unknown>;
71165
71363
  };
71166
71364
  type ControlVariant = 'default' | 'stacked' | 'split' | 'hidden';
71167
71365
  declare const VNumberInput: {
@@ -71218,7 +71416,6 @@ declare const VNumberInput: {
71218
71416
  counter?: string | number | boolean | undefined;
71219
71417
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
71220
71418
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
71221
- validationValue?: any;
71222
71419
  rounded?: string | number | boolean | undefined;
71223
71420
  baseColor?: string | undefined;
71224
71421
  bgColor?: string | undefined;
@@ -73391,7 +73588,6 @@ declare const VNumberInput: {
73391
73588
  counter?: string | number | boolean | undefined;
73392
73589
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73393
73590
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73394
- validationValue?: any;
73395
73591
  rounded?: string | number | boolean | undefined;
73396
73592
  baseColor?: string | undefined;
73397
73593
  bgColor?: string | undefined;
@@ -73585,7 +73781,6 @@ declare const VNumberInput: {
73585
73781
  counter?: string | number | boolean | undefined;
73586
73782
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
73587
73783
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
73588
- validationValue?: any;
73589
73784
  rounded?: string | number | boolean | undefined;
73590
73785
  baseColor?: string | undefined;
73591
73786
  bgColor?: string | undefined;
@@ -75798,7 +75993,6 @@ declare const VNumberInput: {
75798
75993
  counter?: string | number | boolean | undefined;
75799
75994
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
75800
75995
  validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
75801
- validationValue?: any;
75802
75996
  rounded?: string | number | boolean | undefined;
75803
75997
  baseColor?: string | undefined;
75804
75998
  bgColor?: string | undefined;
@@ -78039,7 +78233,6 @@ declare const VNumberInput: {
78039
78233
  default: () => never[];
78040
78234
  };
78041
78235
  validateOn: PropType<ValidationProps["validateOn"]>;
78042
- validationValue: null;
78043
78236
  rounded: {
78044
78237
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
78045
78238
  default: undefined;
@@ -78173,7 +78366,6 @@ declare const VNumberInput: {
78173
78366
  default: () => never[];
78174
78367
  };
78175
78368
  validateOn: PropType<ValidationProps["validateOn"]>;
78176
- validationValue: null;
78177
78369
  rounded: {
78178
78370
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
78179
78371
  default: undefined;
@@ -80411,9 +80603,10 @@ declare const VSnackbarQueue: {
80411
80603
  }>>;
80412
80604
  type VSnackbarQueue = InstanceType<typeof VSnackbarQueue>;
80413
80605
 
80606
+ type VTimePickerViewMode = 'hour' | 'minute' | 'second';
80607
+
80414
80608
  type Period$1 = 'am' | 'pm';
80415
80609
  type AllowFunction = (val: number) => boolean;
80416
-
80417
80610
  declare const VTimePicker: {
80418
80611
  new (...args: any[]): vue.CreateComponentPublicInstance<{
80419
80612
  style: vue.StyleValue;
@@ -80424,6 +80617,7 @@ declare const VTimePicker: {
80424
80617
  tag: string;
80425
80618
  tile: boolean;
80426
80619
  scrollable: boolean;
80620
+ viewMode: VTimePickerViewMode;
80427
80621
  hideHeader: boolean;
80428
80622
  ampmInTitle: boolean;
80429
80623
  useSeconds: boolean;
@@ -80466,6 +80660,7 @@ declare const VTimePicker: {
80466
80660
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80467
80661
  } & {
80468
80662
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80663
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80469
80664
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80470
80665
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80471
80666
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80476,6 +80671,7 @@ declare const VTimePicker: {
80476
80671
  'update:period': (val: Period$1) => true;
80477
80672
  'update:second': (val: number) => true;
80478
80673
  'update:modelValue': (val: string) => true;
80674
+ 'update:viewMode': (val: VTimePickerViewMode) => true;
80479
80675
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
80480
80676
  style: vue.StyleValue;
80481
80677
  title: string;
@@ -80485,6 +80681,7 @@ declare const VTimePicker: {
80485
80681
  tag: string;
80486
80682
  tile: boolean;
80487
80683
  scrollable: boolean;
80684
+ viewMode: VTimePickerViewMode;
80488
80685
  hideHeader: boolean;
80489
80686
  ampmInTitle: boolean;
80490
80687
  useSeconds: boolean;
@@ -80527,6 +80724,7 @@ declare const VTimePicker: {
80527
80724
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80528
80725
  } & {
80529
80726
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80727
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80530
80728
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80531
80729
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80532
80730
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80541,6 +80739,7 @@ declare const VTimePicker: {
80541
80739
  rounded: string | number | boolean;
80542
80740
  tile: boolean;
80543
80741
  scrollable: boolean;
80742
+ viewMode: VTimePickerViewMode;
80544
80743
  hideHeader: boolean;
80545
80744
  ampmInTitle: boolean;
80546
80745
  useSeconds: boolean;
@@ -80564,6 +80763,7 @@ declare const VTimePicker: {
80564
80763
  tag: string;
80565
80764
  tile: boolean;
80566
80765
  scrollable: boolean;
80766
+ viewMode: VTimePickerViewMode;
80567
80767
  hideHeader: boolean;
80568
80768
  ampmInTitle: boolean;
80569
80769
  useSeconds: boolean;
@@ -80606,6 +80806,7 @@ declare const VTimePicker: {
80606
80806
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80607
80807
  } & {
80608
80808
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80809
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80609
80810
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80610
80811
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80611
80812
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80620,6 +80821,7 @@ declare const VTimePicker: {
80620
80821
  rounded: string | number | boolean;
80621
80822
  tile: boolean;
80622
80823
  scrollable: boolean;
80824
+ viewMode: VTimePickerViewMode;
80623
80825
  hideHeader: boolean;
80624
80826
  ampmInTitle: boolean;
80625
80827
  useSeconds: boolean;
@@ -80636,6 +80838,7 @@ declare const VTimePicker: {
80636
80838
  tag: string;
80637
80839
  tile: boolean;
80638
80840
  scrollable: boolean;
80841
+ viewMode: VTimePickerViewMode;
80639
80842
  hideHeader: boolean;
80640
80843
  ampmInTitle: boolean;
80641
80844
  useSeconds: boolean;
@@ -80678,6 +80881,7 @@ declare const VTimePicker: {
80678
80881
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
80679
80882
  } & {
80680
80883
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
80884
+ "onUpdate:viewMode"?: ((val: VTimePickerViewMode) => any) | undefined;
80681
80885
  "onUpdate:period"?: ((val: Period$1) => any) | undefined;
80682
80886
  "onUpdate:hour"?: ((val: number) => any) | undefined;
80683
80887
  "onUpdate:minute"?: ((val: number) => any) | undefined;
@@ -80688,6 +80892,7 @@ declare const VTimePicker: {
80688
80892
  'update:period': (val: Period$1) => true;
80689
80893
  'update:second': (val: number) => true;
80690
80894
  'update:modelValue': (val: string) => true;
80895
+ 'update:viewMode': (val: VTimePickerViewMode) => true;
80691
80896
  }, string, {
80692
80897
  style: vue.StyleValue;
80693
80898
  title: string;
@@ -80698,6 +80903,7 @@ declare const VTimePicker: {
80698
80903
  rounded: string | number | boolean;
80699
80904
  tile: boolean;
80700
80905
  scrollable: boolean;
80906
+ viewMode: VTimePickerViewMode;
80701
80907
  hideHeader: boolean;
80702
80908
  ampmInTitle: boolean;
80703
80909
  useSeconds: boolean;
@@ -80755,6 +80961,10 @@ declare const VTimePicker: {
80755
80961
  };
80756
80962
  max: StringConstructor;
80757
80963
  min: StringConstructor;
80964
+ viewMode: {
80965
+ type: PropType<VTimePickerViewMode>;
80966
+ default: string;
80967
+ };
80758
80968
  modelValue: PropType<any>;
80759
80969
  readonly: BooleanConstructor;
80760
80970
  scrollable: BooleanConstructor;
@@ -80809,6 +81019,10 @@ declare const VTimePicker: {
80809
81019
  };
80810
81020
  max: StringConstructor;
80811
81021
  min: StringConstructor;
81022
+ viewMode: {
81023
+ type: PropType<VTimePickerViewMode>;
81024
+ default: string;
81025
+ };
80812
81026
  modelValue: PropType<any>;
80813
81027
  readonly: BooleanConstructor;
80814
81028
  scrollable: BooleanConstructor;
@@ -81059,8 +81273,8 @@ declare const VTimePickerControls: {
81059
81273
  hour?: number | undefined;
81060
81274
  minute?: number | undefined;
81061
81275
  second?: number | undefined;
81276
+ viewMode?: VTimePickerViewMode | undefined;
81062
81277
  period?: string | undefined;
81063
- selecting?: number | undefined;
81064
81278
  } & {
81065
81279
  $children?: vue.VNodeChild | {
81066
81280
  default?: (() => vue.VNodeChild) | undefined;
@@ -81071,11 +81285,11 @@ declare const VTimePickerControls: {
81071
81285
  } & {
81072
81286
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81073
81287
  } & {
81288
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81074
81289
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81075
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81076
81290
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
81077
81291
  'update:period': (data: Period) => true;
81078
- 'update:selecting': (data: 1 | 2 | 3) => true;
81292
+ 'update:viewMode': (data: VTimePickerViewMode) => true;
81079
81293
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
81080
81294
  disabled: boolean;
81081
81295
  readonly: boolean;
@@ -81089,8 +81303,8 @@ declare const VTimePickerControls: {
81089
81303
  hour?: number | undefined;
81090
81304
  minute?: number | undefined;
81091
81305
  second?: number | undefined;
81306
+ viewMode?: VTimePickerViewMode | undefined;
81092
81307
  period?: string | undefined;
81093
- selecting?: number | undefined;
81094
81308
  } & {
81095
81309
  $children?: vue.VNodeChild | {
81096
81310
  default?: (() => vue.VNodeChild) | undefined;
@@ -81101,8 +81315,8 @@ declare const VTimePickerControls: {
81101
81315
  } & {
81102
81316
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81103
81317
  } & {
81318
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81104
81319
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81105
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81106
81320
  }, {
81107
81321
  disabled: boolean;
81108
81322
  readonly: boolean;
@@ -81132,8 +81346,8 @@ declare const VTimePickerControls: {
81132
81346
  hour?: number | undefined;
81133
81347
  minute?: number | undefined;
81134
81348
  second?: number | undefined;
81349
+ viewMode?: VTimePickerViewMode | undefined;
81135
81350
  period?: string | undefined;
81136
- selecting?: number | undefined;
81137
81351
  } & {
81138
81352
  $children?: vue.VNodeChild | {
81139
81353
  default?: (() => vue.VNodeChild) | undefined;
@@ -81144,8 +81358,8 @@ declare const VTimePickerControls: {
81144
81358
  } & {
81145
81359
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81146
81360
  } & {
81361
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81147
81362
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81148
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81149
81363
  }, {}, {}, {}, {}, {
81150
81364
  disabled: boolean;
81151
81365
  readonly: boolean;
@@ -81170,8 +81384,8 @@ declare const VTimePickerControls: {
81170
81384
  hour?: number | undefined;
81171
81385
  minute?: number | undefined;
81172
81386
  second?: number | undefined;
81387
+ viewMode?: VTimePickerViewMode | undefined;
81173
81388
  period?: string | undefined;
81174
- selecting?: number | undefined;
81175
81389
  } & {
81176
81390
  $children?: vue.VNodeChild | {
81177
81391
  default?: (() => vue.VNodeChild) | undefined;
@@ -81182,11 +81396,11 @@ declare const VTimePickerControls: {
81182
81396
  } & {
81183
81397
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
81184
81398
  } & {
81399
+ "onUpdate:viewMode"?: ((data: VTimePickerViewMode) => any) | undefined;
81185
81400
  "onUpdate:period"?: ((data: Period) => any) | undefined;
81186
- "onUpdate:selecting"?: ((data: 2 | 1 | 3) => any) | undefined;
81187
81401
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
81188
81402
  'update:period': (data: Period) => true;
81189
- 'update:selecting': (data: 1 | 2 | 3) => true;
81403
+ 'update:viewMode': (data: VTimePickerViewMode) => true;
81190
81404
  }, string, {
81191
81405
  disabled: boolean;
81192
81406
  readonly: boolean;
@@ -81208,8 +81422,8 @@ declare const VTimePickerControls: {
81208
81422
  period: StringConstructor;
81209
81423
  readonly: BooleanConstructor;
81210
81424
  useSeconds: BooleanConstructor;
81211
- selecting: NumberConstructor;
81212
81425
  value: NumberConstructor;
81426
+ viewMode: PropType<VTimePickerViewMode>;
81213
81427
  }, vue.ExtractPropTypes<{
81214
81428
  ampm: BooleanConstructor;
81215
81429
  ampmInTitle: BooleanConstructor;
@@ -81222,8 +81436,8 @@ declare const VTimePickerControls: {
81222
81436
  period: StringConstructor;
81223
81437
  readonly: BooleanConstructor;
81224
81438
  useSeconds: BooleanConstructor;
81225
- selecting: NumberConstructor;
81226
81439
  value: NumberConstructor;
81440
+ viewMode: PropType<VTimePickerViewMode>;
81227
81441
  }>>;
81228
81442
  type VTimePickerControls = InstanceType<typeof VTimePickerControls>;
81229
81443
 
@@ -82060,7 +82274,7 @@ declare const VTreeviewItem: {
82060
82274
  minHeight?: string | number | undefined;
82061
82275
  minWidth?: string | number | undefined;
82062
82276
  value?: any;
82063
- title?: string | number | undefined;
82277
+ title?: string | number | boolean | undefined;
82064
82278
  class?: any;
82065
82279
  theme?: string | undefined;
82066
82280
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82077,9 +82291,8 @@ declare const VTreeviewItem: {
82077
82291
  activeClass?: string | undefined;
82078
82292
  appendAvatar?: string | undefined;
82079
82293
  prependAvatar?: string | undefined;
82080
- subtitle?: string | number | undefined;
82294
+ subtitle?: string | number | boolean | undefined;
82081
82295
  toggleIcon?: IconValue | undefined;
82082
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
82083
82296
  } & {
82084
82297
  $children?: vue.VNodeChild | {
82085
82298
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -82101,7 +82314,11 @@ declare const VTreeviewItem: {
82101
82314
  "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
82102
82315
  "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
82103
82316
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
82104
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
82317
+ } & {
82318
+ onToggleExpand?: ((value: PointerEvent) => any) | undefined;
82319
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
82320
+ toggleExpand: (value: PointerEvent) => true;
82321
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
82105
82322
  replace: boolean;
82106
82323
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
82107
82324
  exact: boolean;
@@ -82128,7 +82345,7 @@ declare const VTreeviewItem: {
82128
82345
  minHeight?: string | number | undefined;
82129
82346
  minWidth?: string | number | undefined;
82130
82347
  value?: any;
82131
- title?: string | number | undefined;
82348
+ title?: string | number | boolean | undefined;
82132
82349
  class?: any;
82133
82350
  theme?: string | undefined;
82134
82351
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82145,9 +82362,8 @@ declare const VTreeviewItem: {
82145
82362
  activeClass?: string | undefined;
82146
82363
  appendAvatar?: string | undefined;
82147
82364
  prependAvatar?: string | undefined;
82148
- subtitle?: string | number | undefined;
82365
+ subtitle?: string | number | boolean | undefined;
82149
82366
  toggleIcon?: IconValue | undefined;
82150
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
82151
82367
  } & {
82152
82368
  $children?: vue.VNodeChild | {
82153
82369
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -82169,6 +82385,8 @@ declare const VTreeviewItem: {
82169
82385
  "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
82170
82386
  "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
82171
82387
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
82388
+ } & {
82389
+ onToggleExpand?: ((value: PointerEvent) => any) | undefined;
82172
82390
  }, {
82173
82391
  replace: boolean;
82174
82392
  link: boolean;
@@ -82178,6 +82396,7 @@ declare const VTreeviewItem: {
82178
82396
  loading: boolean;
82179
82397
  nav: boolean;
82180
82398
  style: vue.StyleValue;
82399
+ title: string | number | boolean;
82181
82400
  disabled: boolean;
82182
82401
  tag: string;
82183
82402
  rounded: string | number | boolean;
@@ -82187,6 +82406,7 @@ declare const VTreeviewItem: {
82187
82406
  ripple: boolean | {
82188
82407
  class: string;
82189
82408
  } | undefined;
82409
+ subtitle: string | number | boolean;
82190
82410
  }, true, {}, vue.SlotsType<Partial<{
82191
82411
  prepend: (arg: ListItemSlot) => vue.VNode[];
82192
82412
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -82227,7 +82447,7 @@ declare const VTreeviewItem: {
82227
82447
  minHeight?: string | number | undefined;
82228
82448
  minWidth?: string | number | undefined;
82229
82449
  value?: any;
82230
- title?: string | number | undefined;
82450
+ title?: string | number | boolean | undefined;
82231
82451
  class?: any;
82232
82452
  theme?: string | undefined;
82233
82453
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82244,9 +82464,8 @@ declare const VTreeviewItem: {
82244
82464
  activeClass?: string | undefined;
82245
82465
  appendAvatar?: string | undefined;
82246
82466
  prependAvatar?: string | undefined;
82247
- subtitle?: string | number | undefined;
82467
+ subtitle?: string | number | boolean | undefined;
82248
82468
  toggleIcon?: IconValue | undefined;
82249
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
82250
82469
  } & {
82251
82470
  $children?: vue.VNodeChild | {
82252
82471
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -82268,6 +82487,8 @@ declare const VTreeviewItem: {
82268
82487
  "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
82269
82488
  "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
82270
82489
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
82490
+ } & {
82491
+ onToggleExpand?: ((value: PointerEvent) => any) | undefined;
82271
82492
  }, {}, {}, {}, {}, {
82272
82493
  replace: boolean;
82273
82494
  link: boolean;
@@ -82277,6 +82498,7 @@ declare const VTreeviewItem: {
82277
82498
  loading: boolean;
82278
82499
  nav: boolean;
82279
82500
  style: vue.StyleValue;
82501
+ title: string | number | boolean;
82280
82502
  disabled: boolean;
82281
82503
  tag: string;
82282
82504
  rounded: string | number | boolean;
@@ -82286,6 +82508,7 @@ declare const VTreeviewItem: {
82286
82508
  ripple: boolean | {
82287
82509
  class: string;
82288
82510
  } | undefined;
82511
+ subtitle: string | number | boolean;
82289
82512
  }>;
82290
82513
  __isFragment?: never;
82291
82514
  __isTeleport?: never;
@@ -82317,7 +82540,7 @@ declare const VTreeviewItem: {
82317
82540
  minHeight?: string | number | undefined;
82318
82541
  minWidth?: string | number | undefined;
82319
82542
  value?: any;
82320
- title?: string | number | undefined;
82543
+ title?: string | number | boolean | undefined;
82321
82544
  class?: any;
82322
82545
  theme?: string | undefined;
82323
82546
  to?: string | vue_router.RouteLocationAsRelativeGeneric | vue_router.RouteLocationAsPathGeneric | undefined;
@@ -82334,9 +82557,8 @@ declare const VTreeviewItem: {
82334
82557
  activeClass?: string | undefined;
82335
82558
  appendAvatar?: string | undefined;
82336
82559
  prependAvatar?: string | undefined;
82337
- subtitle?: string | number | undefined;
82560
+ subtitle?: string | number | boolean | undefined;
82338
82561
  toggleIcon?: IconValue | undefined;
82339
- onToggleExpand?: ((args_0: MouseEvent) => void) | undefined;
82340
82562
  } & {
82341
82563
  $children?: vue.VNodeChild | {
82342
82564
  prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
@@ -82358,7 +82580,11 @@ declare const VTreeviewItem: {
82358
82580
  "v-slot:default"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
82359
82581
  "v-slot:title"?: false | ((arg: ListItemTitleSlot) => vue.VNodeChild) | undefined;
82360
82582
  "v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
82361
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
82583
+ } & {
82584
+ onToggleExpand?: ((value: PointerEvent) => any) | undefined;
82585
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
82586
+ toggleExpand: (value: PointerEvent) => true;
82587
+ }, string, {
82362
82588
  replace: boolean;
82363
82589
  link: boolean;
82364
82590
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -82367,6 +82593,7 @@ declare const VTreeviewItem: {
82367
82593
  loading: boolean;
82368
82594
  nav: boolean;
82369
82595
  style: vue.StyleValue;
82596
+ title: string | number | boolean;
82370
82597
  disabled: boolean;
82371
82598
  tag: string;
82372
82599
  rounded: string | number | boolean;
@@ -82376,6 +82603,7 @@ declare const VTreeviewItem: {
82376
82603
  ripple: boolean | {
82377
82604
  class: string;
82378
82605
  } | undefined;
82606
+ subtitle: string | number | boolean;
82379
82607
  }, {}, string, vue.SlotsType<Partial<{
82380
82608
  prepend: (arg: ListItemSlot) => vue.VNode[];
82381
82609
  append: (arg: ListItemSlot) => vue.VNode[];
@@ -82453,13 +82681,18 @@ declare const VTreeviewItem: {
82453
82681
  type: vue.PropType<boolean>;
82454
82682
  default: boolean;
82455
82683
  };
82456
- subtitle: (StringConstructor | NumberConstructor)[];
82457
- title: (StringConstructor | NumberConstructor)[];
82684
+ subtitle: {
82685
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82686
+ default: undefined;
82687
+ };
82688
+ title: {
82689
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82690
+ default: undefined;
82691
+ };
82458
82692
  value: null;
82459
82693
  onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
82460
82694
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
82461
82695
  loading: BooleanConstructor;
82462
- onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
82463
82696
  toggleIcon: vue.PropType<IconValue>;
82464
82697
  }, vue.ExtractPropTypes<{
82465
82698
  color: StringConstructor;
@@ -82532,13 +82765,18 @@ declare const VTreeviewItem: {
82532
82765
  type: vue.PropType<boolean>;
82533
82766
  default: boolean;
82534
82767
  };
82535
- subtitle: (StringConstructor | NumberConstructor)[];
82536
- title: (StringConstructor | NumberConstructor)[];
82768
+ subtitle: {
82769
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82770
+ default: undefined;
82771
+ };
82772
+ title: {
82773
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
82774
+ default: undefined;
82775
+ };
82537
82776
  value: null;
82538
82777
  onClick: vue.PropType<(args_0: MouseEvent | KeyboardEvent) => void>;
82539
82778
  onClickOnce: vue.PropType<(args_0: MouseEvent) => void>;
82540
82779
  loading: BooleanConstructor;
82541
- onToggleExpand: vue.PropType<(args_0: MouseEvent) => void>;
82542
82780
  toggleIcon: vue.PropType<IconValue>;
82543
82781
  }>>;
82544
82782
  type VTreeviewItem = InstanceType<typeof VTreeviewItem>;