@vuetify/nightly 3.9.0-beta.1-dev.2025-06-26 → 3.9.0-beta.1-dev.2025-06-28

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 (205) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +2183 -2123
  4. package/dist/json/importMap-labs.json +28 -24
  5. package/dist/json/importMap.json +170 -170
  6. package/dist/json/tags.json +20 -0
  7. package/dist/json/web-types.json +4186 -4020
  8. package/dist/vuetify-labs.cjs +738 -4
  9. package/dist/vuetify-labs.css +4753 -4502
  10. package/dist/vuetify-labs.d.ts +309 -63
  11. package/dist/vuetify-labs.esm.js +738 -5
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +738 -4
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +345 -4
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +4301 -4292
  18. package/dist/vuetify.d.ts +82 -62
  19. package/dist/vuetify.esm.js +345 -5
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +345 -4
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +284 -245
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VKbd/VKbd.css +14 -5
  27. package/lib/components/VKbd/VKbd.js.map +1 -1
  28. package/lib/components/VKbd/VKbd.scss +26 -0
  29. package/lib/components/VKbd/_variables.scss +12 -6
  30. package/lib/components/VKbd/index.js.map +1 -1
  31. package/lib/composables/hotkey/hotkey-parsing.d.ts +15 -0
  32. package/lib/composables/hotkey/hotkey-parsing.js +154 -0
  33. package/lib/composables/hotkey/hotkey-parsing.js.map +1 -0
  34. package/lib/composables/hotkey/hotkey.d.ts +9 -0
  35. package/lib/composables/{hotkey.js → hotkey/hotkey.js} +31 -39
  36. package/lib/composables/hotkey/hotkey.js.map +1 -0
  37. package/lib/composables/hotkey/index.d.ts +1 -0
  38. package/lib/composables/hotkey/index.js +2 -0
  39. package/lib/composables/hotkey/index.js.map +1 -0
  40. package/lib/composables/hotkey/key-aliases.d.ts +14 -0
  41. package/lib/composables/hotkey/key-aliases.js +38 -0
  42. package/lib/composables/hotkey/key-aliases.js.map +1 -0
  43. package/lib/composables/icons.d.ts +11 -0
  44. package/lib/composables/icons.js.map +1 -1
  45. package/lib/composables/index.d.ts +1 -0
  46. package/lib/composables/index.js +1 -0
  47. package/lib/composables/index.js.map +1 -1
  48. package/lib/entry-bundler.js +1 -1
  49. package/lib/framework.d.ts +83 -62
  50. package/lib/framework.js +1 -1
  51. package/lib/iconsets/fa.js +12 -1
  52. package/lib/iconsets/fa.js.map +1 -1
  53. package/lib/iconsets/fa4.js +12 -1
  54. package/lib/iconsets/fa4.js.map +1 -1
  55. package/lib/iconsets/md.js +12 -1
  56. package/lib/iconsets/md.js.map +1 -1
  57. package/lib/iconsets/mdi-svg.js +12 -1
  58. package/lib/iconsets/mdi-svg.js.map +1 -1
  59. package/lib/iconsets/mdi.js +12 -1
  60. package/lib/iconsets/mdi.js.map +1 -1
  61. package/lib/labs/VHotkey/VHotkey.css +242 -0
  62. package/lib/labs/VHotkey/VHotkey.d.ts +387 -0
  63. package/lib/labs/VHotkey/VHotkey.js +432 -0
  64. package/lib/labs/VHotkey/VHotkey.js.map +1 -0
  65. package/lib/labs/VHotkey/VHotkey.scss +253 -0
  66. package/lib/labs/VHotkey/_variables.scss +43 -0
  67. package/lib/labs/VHotkey/index.d.ts +1 -0
  68. package/lib/labs/VHotkey/index.js +2 -0
  69. package/lib/labs/VHotkey/index.js.map +1 -0
  70. package/lib/labs/components.d.ts +1 -0
  71. package/lib/labs/components.js +1 -0
  72. package/lib/labs/components.js.map +1 -1
  73. package/lib/locale/af.d.ts +18 -0
  74. package/lib/locale/af.js +18 -0
  75. package/lib/locale/af.js.map +1 -1
  76. package/lib/locale/ar.d.ts +18 -0
  77. package/lib/locale/ar.js +18 -0
  78. package/lib/locale/ar.js.map +1 -1
  79. package/lib/locale/az.d.ts +18 -0
  80. package/lib/locale/az.js +18 -0
  81. package/lib/locale/az.js.map +1 -1
  82. package/lib/locale/bg.d.ts +18 -0
  83. package/lib/locale/bg.js +18 -0
  84. package/lib/locale/bg.js.map +1 -1
  85. package/lib/locale/ca.d.ts +18 -0
  86. package/lib/locale/ca.js +18 -0
  87. package/lib/locale/ca.js.map +1 -1
  88. package/lib/locale/ckb.d.ts +18 -0
  89. package/lib/locale/ckb.js +18 -0
  90. package/lib/locale/ckb.js.map +1 -1
  91. package/lib/locale/cs.d.ts +18 -0
  92. package/lib/locale/cs.js +18 -0
  93. package/lib/locale/cs.js.map +1 -1
  94. package/lib/locale/da.d.ts +18 -0
  95. package/lib/locale/da.js +18 -0
  96. package/lib/locale/da.js.map +1 -1
  97. package/lib/locale/de.d.ts +18 -0
  98. package/lib/locale/de.js +18 -0
  99. package/lib/locale/de.js.map +1 -1
  100. package/lib/locale/el.d.ts +18 -0
  101. package/lib/locale/el.js +18 -0
  102. package/lib/locale/el.js.map +1 -1
  103. package/lib/locale/en.d.ts +18 -0
  104. package/lib/locale/en.js +18 -0
  105. package/lib/locale/en.js.map +1 -1
  106. package/lib/locale/es.d.ts +18 -0
  107. package/lib/locale/es.js +18 -0
  108. package/lib/locale/es.js.map +1 -1
  109. package/lib/locale/et.d.ts +18 -0
  110. package/lib/locale/et.js +18 -0
  111. package/lib/locale/et.js.map +1 -1
  112. package/lib/locale/fa.d.ts +18 -0
  113. package/lib/locale/fa.js +18 -0
  114. package/lib/locale/fa.js.map +1 -1
  115. package/lib/locale/fi.d.ts +18 -0
  116. package/lib/locale/fi.js +18 -0
  117. package/lib/locale/fi.js.map +1 -1
  118. package/lib/locale/fr.d.ts +18 -0
  119. package/lib/locale/fr.js +18 -0
  120. package/lib/locale/fr.js.map +1 -1
  121. package/lib/locale/he.d.ts +18 -0
  122. package/lib/locale/he.js +18 -0
  123. package/lib/locale/he.js.map +1 -1
  124. package/lib/locale/hr.d.ts +18 -0
  125. package/lib/locale/hr.js +18 -0
  126. package/lib/locale/hr.js.map +1 -1
  127. package/lib/locale/hu.d.ts +18 -0
  128. package/lib/locale/hu.js +18 -0
  129. package/lib/locale/hu.js.map +1 -1
  130. package/lib/locale/id.d.ts +18 -0
  131. package/lib/locale/id.js +18 -0
  132. package/lib/locale/id.js.map +1 -1
  133. package/lib/locale/it.d.ts +18 -0
  134. package/lib/locale/it.js +18 -0
  135. package/lib/locale/it.js.map +1 -1
  136. package/lib/locale/ja.d.ts +18 -0
  137. package/lib/locale/ja.js +18 -0
  138. package/lib/locale/ja.js.map +1 -1
  139. package/lib/locale/km.d.ts +18 -0
  140. package/lib/locale/km.js +18 -0
  141. package/lib/locale/km.js.map +1 -1
  142. package/lib/locale/ko.d.ts +18 -0
  143. package/lib/locale/ko.js +18 -0
  144. package/lib/locale/ko.js.map +1 -1
  145. package/lib/locale/lt.d.ts +18 -0
  146. package/lib/locale/lt.js +18 -0
  147. package/lib/locale/lt.js.map +1 -1
  148. package/lib/locale/lv.d.ts +18 -0
  149. package/lib/locale/lv.js +18 -0
  150. package/lib/locale/lv.js.map +1 -1
  151. package/lib/locale/nl.d.ts +18 -0
  152. package/lib/locale/nl.js +18 -0
  153. package/lib/locale/nl.js.map +1 -1
  154. package/lib/locale/no.d.ts +18 -0
  155. package/lib/locale/no.js +18 -0
  156. package/lib/locale/no.js.map +1 -1
  157. package/lib/locale/pl.d.ts +18 -0
  158. package/lib/locale/pl.js +18 -0
  159. package/lib/locale/pl.js.map +1 -1
  160. package/lib/locale/pt.d.ts +18 -0
  161. package/lib/locale/pt.js +18 -0
  162. package/lib/locale/pt.js.map +1 -1
  163. package/lib/locale/ro.d.ts +18 -0
  164. package/lib/locale/ro.js +18 -0
  165. package/lib/locale/ro.js.map +1 -1
  166. package/lib/locale/ru.d.ts +18 -0
  167. package/lib/locale/ru.js +18 -0
  168. package/lib/locale/ru.js.map +1 -1
  169. package/lib/locale/sk.d.ts +18 -0
  170. package/lib/locale/sk.js +18 -0
  171. package/lib/locale/sk.js.map +1 -1
  172. package/lib/locale/sl.d.ts +18 -0
  173. package/lib/locale/sl.js +18 -0
  174. package/lib/locale/sl.js.map +1 -1
  175. package/lib/locale/sr-Cyrl.d.ts +18 -0
  176. package/lib/locale/sr-Cyrl.js +18 -0
  177. package/lib/locale/sr-Cyrl.js.map +1 -1
  178. package/lib/locale/sr-Latn.d.ts +18 -0
  179. package/lib/locale/sr-Latn.js +18 -0
  180. package/lib/locale/sr-Latn.js.map +1 -1
  181. package/lib/locale/sv.d.ts +18 -0
  182. package/lib/locale/sv.js +18 -0
  183. package/lib/locale/sv.js.map +1 -1
  184. package/lib/locale/th.d.ts +18 -0
  185. package/lib/locale/th.js +18 -0
  186. package/lib/locale/th.js.map +1 -1
  187. package/lib/locale/tr.d.ts +18 -0
  188. package/lib/locale/tr.js +18 -0
  189. package/lib/locale/tr.js.map +1 -1
  190. package/lib/locale/uk.d.ts +18 -0
  191. package/lib/locale/uk.js +18 -0
  192. package/lib/locale/uk.js.map +1 -1
  193. package/lib/locale/vi.d.ts +18 -0
  194. package/lib/locale/vi.js +18 -0
  195. package/lib/locale/vi.js.map +1 -1
  196. package/lib/locale/zh-Hans.d.ts +18 -0
  197. package/lib/locale/zh-Hans.js +18 -0
  198. package/lib/locale/zh-Hans.js.map +1 -1
  199. package/lib/locale/zh-Hant.d.ts +18 -0
  200. package/lib/locale/zh-Hant.js +18 -0
  201. package/lib/locale/zh-Hant.js.map +1 -1
  202. package/package.json +1 -1
  203. package/lib/components/VKbd/VKbd.sass +0 -15
  204. package/lib/composables/hotkey.d.ts +0 -9
  205. package/lib/composables/hotkey.js.map +0 -1
@@ -305,6 +305,17 @@ interface IconAliases {
305
305
  eyeDropper: IconValue;
306
306
  upload: IconValue;
307
307
  color: IconValue;
308
+ command: IconValue;
309
+ ctrl: IconValue;
310
+ space: IconValue;
311
+ shift: IconValue;
312
+ alt: IconValue;
313
+ enter: IconValue;
314
+ arrowup: IconValue;
315
+ arrowdown: IconValue;
316
+ arrowleft: IconValue;
317
+ arrowright: IconValue;
318
+ backspace: IconValue;
308
319
  }
309
320
  interface IconProps {
310
321
  tag: string | JSXComponent;
@@ -690,6 +701,14 @@ declare function useLayout(): {
690
701
  mainStyles: Ref<CSSProperties, CSSProperties>;
691
702
  };
692
703
 
704
+ interface HotkeyOptions {
705
+ event?: MaybeRef<'keydown' | 'keyup'>;
706
+ inputs?: MaybeRef<boolean>;
707
+ preventDefault?: MaybeRef<boolean>;
708
+ sequenceTimeout?: MaybeRef<number>;
709
+ }
710
+ declare function useHotkey(keys: MaybeRef<string | undefined>, callback: (e: KeyboardEvent) => void, options?: HotkeyOptions): () => void;
711
+
693
712
  /**
694
713
  * - boolean: match without highlight
695
714
  * - number: single match (index), length already known
@@ -113363,6 +113382,231 @@ declare const VPullToRefresh: {
113363
113382
  }>>;
113364
113383
  type VPullToRefresh = InstanceType<typeof VPullToRefresh>;
113365
113384
 
113385
+ type DisplayMode = 'icon' | 'symbol' | 'text';
113386
+ type HotkeyVariant = 'elevated' | 'flat' | 'tonal' | 'outlined' | 'text' | 'plain' | 'contained';
113387
+ type KeyConfig = {
113388
+ symbol?: string;
113389
+ icon?: string;
113390
+ text: string;
113391
+ };
113392
+ type PlatformKeyConfig = {
113393
+ mac?: KeyConfig;
113394
+ default: KeyConfig;
113395
+ };
113396
+ type KeyMapConfig = Record<string, PlatformKeyConfig>;
113397
+ declare const VHotkey: {
113398
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
113399
+ variant: HotkeyVariant;
113400
+ platform: "auto" | "pc" | "mac";
113401
+ inline: boolean;
113402
+ style: vue.StyleValue;
113403
+ disabled: boolean;
113404
+ tile: boolean;
113405
+ displayMode: DisplayMode;
113406
+ keyMap: KeyMapConfig;
113407
+ } & {
113408
+ keys?: string | undefined;
113409
+ border?: string | number | boolean | undefined;
113410
+ color?: string | undefined;
113411
+ prefix?: string | undefined;
113412
+ class?: any;
113413
+ theme?: string | undefined;
113414
+ elevation?: string | number | undefined;
113415
+ rounded?: string | number | boolean | undefined;
113416
+ suffix?: string | undefined;
113417
+ } & {
113418
+ $children?: vue.VNodeChild | {
113419
+ default?: (() => vue.VNodeChild) | undefined;
113420
+ } | (() => vue.VNodeChild);
113421
+ 'v-slots'?: {
113422
+ default?: false | (() => vue.VNodeChild) | undefined;
113423
+ } | undefined;
113424
+ } & {
113425
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113426
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
113427
+ variant: HotkeyVariant;
113428
+ platform: "auto" | "pc" | "mac";
113429
+ inline: boolean;
113430
+ style: vue.StyleValue;
113431
+ disabled: boolean;
113432
+ rounded: string | number | boolean;
113433
+ tile: boolean;
113434
+ displayMode: DisplayMode;
113435
+ keyMap: KeyMapConfig;
113436
+ }, true, {}, vue.SlotsType<Partial<{
113437
+ default: () => vue.VNode[];
113438
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
113439
+ P: {};
113440
+ B: {};
113441
+ D: {};
113442
+ C: {};
113443
+ M: {};
113444
+ Defaults: {};
113445
+ }, {
113446
+ variant: HotkeyVariant;
113447
+ platform: "auto" | "pc" | "mac";
113448
+ inline: boolean;
113449
+ style: vue.StyleValue;
113450
+ disabled: boolean;
113451
+ tile: boolean;
113452
+ displayMode: DisplayMode;
113453
+ keyMap: KeyMapConfig;
113454
+ } & {
113455
+ keys?: string | undefined;
113456
+ border?: string | number | boolean | undefined;
113457
+ color?: string | undefined;
113458
+ prefix?: string | undefined;
113459
+ class?: any;
113460
+ theme?: string | undefined;
113461
+ elevation?: string | number | undefined;
113462
+ rounded?: string | number | boolean | undefined;
113463
+ suffix?: string | undefined;
113464
+ } & {
113465
+ $children?: vue.VNodeChild | {
113466
+ default?: (() => vue.VNodeChild) | undefined;
113467
+ } | (() => vue.VNodeChild);
113468
+ 'v-slots'?: {
113469
+ default?: false | (() => vue.VNodeChild) | undefined;
113470
+ } | undefined;
113471
+ } & {
113472
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113473
+ }, {}, {}, {}, {}, {
113474
+ variant: HotkeyVariant;
113475
+ platform: "auto" | "pc" | "mac";
113476
+ inline: boolean;
113477
+ style: vue.StyleValue;
113478
+ disabled: boolean;
113479
+ rounded: string | number | boolean;
113480
+ tile: boolean;
113481
+ displayMode: DisplayMode;
113482
+ keyMap: KeyMapConfig;
113483
+ }>;
113484
+ __isFragment?: never;
113485
+ __isTeleport?: never;
113486
+ __isSuspense?: never;
113487
+ } & vue.ComponentOptionsBase<{
113488
+ variant: HotkeyVariant;
113489
+ platform: "auto" | "pc" | "mac";
113490
+ inline: boolean;
113491
+ style: vue.StyleValue;
113492
+ disabled: boolean;
113493
+ tile: boolean;
113494
+ displayMode: DisplayMode;
113495
+ keyMap: KeyMapConfig;
113496
+ } & {
113497
+ keys?: string | undefined;
113498
+ border?: string | number | boolean | undefined;
113499
+ color?: string | undefined;
113500
+ prefix?: string | undefined;
113501
+ class?: any;
113502
+ theme?: string | undefined;
113503
+ elevation?: string | number | undefined;
113504
+ rounded?: string | number | boolean | undefined;
113505
+ suffix?: string | undefined;
113506
+ } & {
113507
+ $children?: vue.VNodeChild | {
113508
+ default?: (() => vue.VNodeChild) | undefined;
113509
+ } | (() => vue.VNodeChild);
113510
+ 'v-slots'?: {
113511
+ default?: false | (() => vue.VNodeChild) | undefined;
113512
+ } | undefined;
113513
+ } & {
113514
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113515
+ }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
113516
+ variant: HotkeyVariant;
113517
+ platform: "auto" | "pc" | "mac";
113518
+ inline: boolean;
113519
+ style: vue.StyleValue;
113520
+ disabled: boolean;
113521
+ rounded: string | number | boolean;
113522
+ tile: boolean;
113523
+ displayMode: DisplayMode;
113524
+ keyMap: KeyMapConfig;
113525
+ }, {}, string, vue.SlotsType<Partial<{
113526
+ default: () => vue.VNode[];
113527
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
113528
+ color: StringConstructor;
113529
+ variant: {
113530
+ type: PropType<HotkeyVariant>;
113531
+ default: "elevated";
113532
+ validator: (v: any) => boolean;
113533
+ };
113534
+ elevation: {
113535
+ type: (StringConstructor | NumberConstructor)[];
113536
+ validator(v: any): boolean;
113537
+ };
113538
+ rounded: {
113539
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113540
+ default: undefined;
113541
+ };
113542
+ tile: BooleanConstructor;
113543
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113544
+ theme: StringConstructor;
113545
+ class: PropType<ClassValue>;
113546
+ style: {
113547
+ type: PropType<vue.StyleValue>;
113548
+ default: null;
113549
+ };
113550
+ keys: StringConstructor;
113551
+ displayMode: {
113552
+ type: PropType<DisplayMode>;
113553
+ default: string;
113554
+ };
113555
+ keyMap: {
113556
+ type: PropType<KeyMapConfig>;
113557
+ default: () => KeyMapConfig;
113558
+ };
113559
+ platform: {
113560
+ type: PropType<"auto" | "pc" | "mac">;
113561
+ default: string;
113562
+ };
113563
+ inline: BooleanConstructor;
113564
+ disabled: BooleanConstructor;
113565
+ prefix: StringConstructor;
113566
+ suffix: StringConstructor;
113567
+ }, vue.ExtractPropTypes<{
113568
+ color: StringConstructor;
113569
+ variant: {
113570
+ type: PropType<HotkeyVariant>;
113571
+ default: "elevated";
113572
+ validator: (v: any) => boolean;
113573
+ };
113574
+ elevation: {
113575
+ type: (StringConstructor | NumberConstructor)[];
113576
+ validator(v: any): boolean;
113577
+ };
113578
+ rounded: {
113579
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113580
+ default: undefined;
113581
+ };
113582
+ tile: BooleanConstructor;
113583
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
113584
+ theme: StringConstructor;
113585
+ class: PropType<ClassValue>;
113586
+ style: {
113587
+ type: PropType<vue.StyleValue>;
113588
+ default: null;
113589
+ };
113590
+ keys: StringConstructor;
113591
+ displayMode: {
113592
+ type: PropType<DisplayMode>;
113593
+ default: string;
113594
+ };
113595
+ keyMap: {
113596
+ type: PropType<KeyMapConfig>;
113597
+ default: () => KeyMapConfig;
113598
+ };
113599
+ platform: {
113600
+ type: PropType<"auto" | "pc" | "mac">;
113601
+ default: string;
113602
+ };
113603
+ inline: BooleanConstructor;
113604
+ disabled: BooleanConstructor;
113605
+ prefix: StringConstructor;
113606
+ suffix: StringConstructor;
113607
+ }>>;
113608
+ type VHotkey = InstanceType<typeof VHotkey>;
113609
+
113366
113610
  declare const allComponents_d_VAlert: typeof VAlert;
113367
113611
  declare const allComponents_d_VAlertTitle: typeof VAlertTitle;
113368
113612
  declare const allComponents_d_VApp: typeof VApp;
@@ -113449,6 +113693,7 @@ declare const allComponents_d_VFileUpload: typeof VFileUpload;
113449
113693
  declare const allComponents_d_VFileUploadItem: typeof VFileUploadItem;
113450
113694
  declare const allComponents_d_VFooter: typeof VFooter;
113451
113695
  declare const allComponents_d_VForm: typeof VForm;
113696
+ declare const allComponents_d_VHotkey: typeof VHotkey;
113452
113697
  declare const allComponents_d_VHover: typeof VHover;
113453
113698
  declare const allComponents_d_VIcon: typeof VIcon;
113454
113699
  declare const allComponents_d_VIconBtn: typeof VIconBtn;
@@ -113554,7 +113799,7 @@ declare const allComponents_d_VVirtualScroll: typeof VVirtualScroll;
113554
113799
  declare const allComponents_d_VWindow: typeof VWindow;
113555
113800
  declare const allComponents_d_VWindowItem: typeof VWindowItem;
113556
113801
  declare namespace allComponents_d {
113557
- export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
113802
+ export type { allComponents_d_VAlert as VAlert, allComponents_d_VAlertTitle as VAlertTitle, allComponents_d_VApp as VApp, allComponents_d_VAppBar as VAppBar, allComponents_d_VAppBarNavIcon as VAppBarNavIcon, allComponents_d_VAppBarTitle as VAppBarTitle, allComponents_d_VAutocomplete as VAutocomplete, allComponents_d_VAvatar as VAvatar, allComponents_d_VBadge as VBadge, allComponents_d_VBanner as VBanner, allComponents_d_VBannerActions as VBannerActions, allComponents_d_VBannerText as VBannerText, allComponents_d_VBottomNavigation as VBottomNavigation, allComponents_d_VBottomSheet as VBottomSheet, allComponents_d_VBreadcrumbs as VBreadcrumbs, allComponents_d_VBreadcrumbsDivider as VBreadcrumbsDivider, allComponents_d_VBreadcrumbsItem as VBreadcrumbsItem, allComponents_d_VBtn as VBtn, allComponents_d_VBtnGroup as VBtnGroup, allComponents_d_VBtnToggle as VBtnToggle, allComponents_d_VCalendar as VCalendar, allComponents_d_VCalendarDay as VCalendarDay, allComponents_d_VCalendarHeader as VCalendarHeader, allComponents_d_VCalendarInterval as VCalendarInterval, allComponents_d_VCalendarIntervalEvent as VCalendarIntervalEvent, allComponents_d_VCalendarMonthDay as VCalendarMonthDay, allComponents_d_VCard as VCard, allComponents_d_VCardActions as VCardActions, allComponents_d_VCardItem as VCardItem, allComponents_d_VCardSubtitle as VCardSubtitle, allComponents_d_VCardText as VCardText, allComponents_d_VCardTitle as VCardTitle, allComponents_d_VCarousel as VCarousel, allComponents_d_VCarouselItem as VCarouselItem, allComponents_d_VCheckbox as VCheckbox, allComponents_d_VCheckboxBtn as VCheckboxBtn, allComponents_d_VChip as VChip, allComponents_d_VChipGroup as VChipGroup, allComponents_d_VClassIcon as VClassIcon, allComponents_d_VCode as VCode, allComponents_d_VCol as VCol, allComponents_d_VColorInput as VColorInput, allComponents_d_VColorPicker as VColorPicker, allComponents_d_VCombobox as VCombobox, allComponents_d_VComponentIcon as VComponentIcon, allComponents_d_VConfirmEdit as VConfirmEdit, allComponents_d_VContainer as VContainer, allComponents_d_VCounter as VCounter, allComponents_d_VDataIterator as VDataIterator, allComponents_d_VDataTable as VDataTable, allComponents_d_VDataTableFooter as VDataTableFooter, allComponents_d_VDataTableHeaders as VDataTableHeaders, allComponents_d_VDataTableRow as VDataTableRow, allComponents_d_VDataTableRows as VDataTableRows, allComponents_d_VDataTableServer as VDataTableServer, allComponents_d_VDataTableVirtual as VDataTableVirtual, allComponents_d_VDateInput as VDateInput, allComponents_d_VDatePicker as VDatePicker, allComponents_d_VDatePickerControls as VDatePickerControls, allComponents_d_VDatePickerHeader as VDatePickerHeader, allComponents_d_VDatePickerMonth as VDatePickerMonth, allComponents_d_VDatePickerMonths as VDatePickerMonths, allComponents_d_VDatePickerYears as VDatePickerYears, allComponents_d_VDefaultsProvider as VDefaultsProvider, allComponents_d_VDialog as VDialog, allComponents_d_VDialogBottomTransition as VDialogBottomTransition, allComponents_d_VDialogTopTransition as VDialogTopTransition, allComponents_d_VDialogTransition as VDialogTransition, allComponents_d_VDivider as VDivider, allComponents_d_VEmptyState as VEmptyState, allComponents_d_VExpandTransition as VExpandTransition, allComponents_d_VExpandXTransition as VExpandXTransition, allComponents_d_VExpansionPanel as VExpansionPanel, allComponents_d_VExpansionPanelText as VExpansionPanelText, allComponents_d_VExpansionPanelTitle as VExpansionPanelTitle, allComponents_d_VExpansionPanels as VExpansionPanels, allComponents_d_VFab as VFab, allComponents_d_VFabTransition as VFabTransition, allComponents_d_VFadeTransition as VFadeTransition, allComponents_d_VField as VField, allComponents_d_VFieldLabel as VFieldLabel, allComponents_d_VFileInput as VFileInput, allComponents_d_VFileUpload as VFileUpload, allComponents_d_VFileUploadItem as VFileUploadItem, allComponents_d_VFooter as VFooter, allComponents_d_VForm as VForm, allComponents_d_VHotkey as VHotkey, allComponents_d_VHover as VHover, allComponents_d_VIcon as VIcon, allComponents_d_VIconBtn as VIconBtn, allComponents_d_VImg as VImg, allComponents_d_VInfiniteScroll as VInfiniteScroll, allComponents_d_VInput as VInput, allComponents_d_VItem as VItem, allComponents_d_VItemGroup as VItemGroup, allComponents_d_VKbd as VKbd, allComponents_d_VLabel as VLabel, allComponents_d_VLayout as VLayout, allComponents_d_VLayoutItem as VLayoutItem, allComponents_d_VLazy as VLazy, allComponents_d_VLigatureIcon as VLigatureIcon, allComponents_d_VList as VList, allComponents_d_VListGroup as VListGroup, allComponents_d_VListImg as VListImg, allComponents_d_VListItem as VListItem, allComponents_d_VListItemAction as VListItemAction, allComponents_d_VListItemMedia as VListItemMedia, allComponents_d_VListItemSubtitle as VListItemSubtitle, allComponents_d_VListItemTitle as VListItemTitle, allComponents_d_VListSubheader as VListSubheader, allComponents_d_VLocaleProvider as VLocaleProvider, allComponents_d_VMain as VMain, allComponents_d_VMaskInput as VMaskInput, allComponents_d_VMenu as VMenu, allComponents_d_VMessages as VMessages, allComponents_d_VNavigationDrawer as VNavigationDrawer, allComponents_d_VNoSsr as VNoSsr, allComponents_d_VNumberInput as VNumberInput, allComponents_d_VOtpInput as VOtpInput, allComponents_d_VOverlay as VOverlay, allComponents_d_VPagination as VPagination, allComponents_d_VParallax as VParallax, allComponents_d_VPicker as VPicker, allComponents_d_VPickerTitle as VPickerTitle, allComponents_d_VProgressCircular as VProgressCircular, allComponents_d_VProgressLinear as VProgressLinear, allComponents_d_VPullToRefresh as VPullToRefresh, allComponents_d_VRadio as VRadio, allComponents_d_VRadioGroup as VRadioGroup, allComponents_d_VRangeSlider as VRangeSlider, allComponents_d_VRating as VRating, allComponents_d_VResponsive as VResponsive, allComponents_d_VRow as VRow, allComponents_d_VScaleTransition as VScaleTransition, allComponents_d_VScrollXReverseTransition as VScrollXReverseTransition, allComponents_d_VScrollXTransition as VScrollXTransition, allComponents_d_VScrollYReverseTransition as VScrollYReverseTransition, allComponents_d_VScrollYTransition as VScrollYTransition, allComponents_d_VSelect as VSelect, allComponents_d_VSelectionControl as VSelectionControl, allComponents_d_VSelectionControlGroup as VSelectionControlGroup, allComponents_d_VSheet as VSheet, allComponents_d_VSkeletonLoader as VSkeletonLoader, allComponents_d_VSlideGroup as VSlideGroup, allComponents_d_VSlideGroupItem as VSlideGroupItem, allComponents_d_VSlideXReverseTransition as VSlideXReverseTransition, allComponents_d_VSlideXTransition as VSlideXTransition, allComponents_d_VSlideYReverseTransition as VSlideYReverseTransition, allComponents_d_VSlideYTransition as VSlideYTransition, allComponents_d_VSlider as VSlider, allComponents_d_VSnackbar as VSnackbar, allComponents_d_VSnackbarQueue as VSnackbarQueue, allComponents_d_VSpacer as VSpacer, allComponents_d_VSparkline as VSparkline, allComponents_d_VSpeedDial as VSpeedDial, allComponents_d_VStepper as VStepper, allComponents_d_VStepperActions as VStepperActions, allComponents_d_VStepperHeader as VStepperHeader, allComponents_d_VStepperItem as VStepperItem, allComponents_d_VStepperVertical as VStepperVertical, allComponents_d_VStepperVerticalActions as VStepperVerticalActions, allComponents_d_VStepperVerticalItem as VStepperVerticalItem, allComponents_d_VStepperWindow as VStepperWindow, allComponents_d_VStepperWindowItem as VStepperWindowItem, allComponents_d_VSvgIcon as VSvgIcon, allComponents_d_VSwitch as VSwitch, allComponents_d_VSystemBar as VSystemBar, allComponents_d_VTab as VTab, allComponents_d_VTable as VTable, allComponents_d_VTabs as VTabs, allComponents_d_VTabsWindow as VTabsWindow, allComponents_d_VTabsWindowItem as VTabsWindowItem, allComponents_d_VTextField as VTextField, allComponents_d_VTextarea as VTextarea, allComponents_d_VThemeProvider as VThemeProvider, allComponents_d_VTimePicker as VTimePicker, allComponents_d_VTimePickerClock as VTimePickerClock, allComponents_d_VTimePickerControls as VTimePickerControls, allComponents_d_VTimeline as VTimeline, allComponents_d_VTimelineItem as VTimelineItem, allComponents_d_VToolbar as VToolbar, allComponents_d_VToolbarItems as VToolbarItems, allComponents_d_VToolbarTitle as VToolbarTitle, allComponents_d_VTooltip as VTooltip, allComponents_d_VTreeview as VTreeview, allComponents_d_VTreeviewGroup as VTreeviewGroup, allComponents_d_VTreeviewItem as VTreeviewItem, allComponents_d_VValidation as VValidation, allComponents_d_VVirtualScroll as VVirtualScroll, allComponents_d_VWindow as VWindow, allComponents_d_VWindowItem as VWindowItem };
113558
113803
  }
113559
113804
 
113560
113805
  declare const md1: Blueprint;
@@ -113780,7 +114025,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
113780
114025
  goTo: GoToInstance;
113781
114026
  };
113782
114027
 
113783
- export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
114028
+ export { index_d$1 as blueprints, allComponents_d as components, createVuetify, index_d as directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
113784
114029
 
113785
114030
  /* eslint-disable local-rules/sort-imports */
113786
114031
 
@@ -113817,38 +114062,44 @@ declare module 'vue' {
113817
114062
  $children?: VNodeChild
113818
114063
  }
113819
114064
  export interface GlobalComponents {
114065
+ VApp: VApp
113820
114066
  VAppBar: VAppBar
113821
114067
  VAppBarNavIcon: VAppBarNavIcon
113822
114068
  VAppBarTitle: VAppBarTitle
113823
114069
  VAlert: VAlert
113824
114070
  VAlertTitle: VAlertTitle
113825
- VApp: VApp
113826
- VAutocomplete: VAutocomplete
113827
114071
  VBadge: VBadge
113828
- VBottomNavigation: VBottomNavigation
114072
+ VAutocomplete: VAutocomplete
114073
+ VAvatar: VAvatar
114074
+ VBottomSheet: VBottomSheet
113829
114075
  VBreadcrumbs: VBreadcrumbs
113830
114076
  VBreadcrumbsItem: VBreadcrumbsItem
113831
114077
  VBreadcrumbsDivider: VBreadcrumbsDivider
113832
- VBanner: VBanner
113833
- VBannerActions: VBannerActions
113834
- VBannerText: VBannerText
113835
114078
  VBtnGroup: VBtnGroup
113836
- VBottomSheet: VBottomSheet
114079
+ VBtnToggle: VBtnToggle
113837
114080
  VCard: VCard
113838
114081
  VCardActions: VCardActions
113839
114082
  VCardItem: VCardItem
113840
114083
  VCardSubtitle: VCardSubtitle
113841
114084
  VCardText: VCardText
113842
114085
  VCardTitle: VCardTitle
113843
- VChip: VChip
113844
- VBtn: VBtn
113845
- VBtnToggle: VBtnToggle
114086
+ VCarousel: VCarousel
114087
+ VCarouselItem: VCarouselItem
114088
+ VCode: VCode
113846
114089
  VCheckbox: VCheckbox
113847
114090
  VCheckboxBtn: VCheckboxBtn
113848
- VAvatar: VAvatar
113849
- VCombobox: VCombobox
113850
- VCode: VCode
114091
+ VColorPicker: VColorPicker
114092
+ VChip: VChip
114093
+ VChipGroup: VChipGroup
114094
+ VBtn: VBtn
113851
114095
  VCounter: VCounter
114096
+ VCombobox: VCombobox
114097
+ VDatePicker: VDatePicker
114098
+ VDatePickerControls: VDatePickerControls
114099
+ VDatePickerHeader: VDatePickerHeader
114100
+ VDatePickerMonth: VDatePickerMonth
114101
+ VDatePickerMonths: VDatePickerMonths
114102
+ VDatePickerYears: VDatePickerYears
113852
114103
  VDataTable: VDataTable
113853
114104
  VDataTableHeaders: VDataTableHeaders
113854
114105
  VDataTableFooter: VDataTableFooter
@@ -113856,35 +114107,32 @@ declare module 'vue' {
113856
114107
  VDataTableRow: VDataTableRow
113857
114108
  VDataTableVirtual: VDataTableVirtual
113858
114109
  VDataTableServer: VDataTableServer
113859
- VDatePicker: VDatePicker
113860
- VDatePickerControls: VDatePickerControls
113861
- VDatePickerHeader: VDatePickerHeader
113862
- VDatePickerMonth: VDatePickerMonth
113863
- VDatePickerMonths: VDatePickerMonths
113864
- VDatePickerYears: VDatePickerYears
113865
- VColorPicker: VColorPicker
113866
- VChipGroup: VChipGroup
113867
114110
  VDialog: VDialog
113868
114111
  VDivider: VDivider
113869
- VEmptyState: VEmptyState
113870
- VFab: VFab
113871
114112
  VField: VField
113872
114113
  VFieldLabel: VFieldLabel
113873
- VFileInput: VFileInput
114114
+ VFab: VFab
114115
+ VExpansionPanels: VExpansionPanels
114116
+ VExpansionPanel: VExpansionPanel
114117
+ VExpansionPanelText: VExpansionPanelText
114118
+ VExpansionPanelTitle: VExpansionPanelTitle
113874
114119
  VFooter: VFooter
114120
+ VImg: VImg
114121
+ VFileInput: VFileInput
114122
+ VEmptyState: VEmptyState
113875
114123
  VIcon: VIcon
113876
114124
  VComponentIcon: VComponentIcon
113877
114125
  VSvgIcon: VSvgIcon
113878
114126
  VLigatureIcon: VLigatureIcon
113879
114127
  VClassIcon: VClassIcon
113880
- VExpansionPanels: VExpansionPanels
113881
- VExpansionPanel: VExpansionPanel
113882
- VExpansionPanelText: VExpansionPanelText
113883
- VExpansionPanelTitle: VExpansionPanelTitle
113884
114128
  VInfiniteScroll: VInfiniteScroll
113885
- VInput: VInput
114129
+ VLabel: VLabel
113886
114130
  VItemGroup: VItemGroup
113887
114131
  VItem: VItem
114132
+ VInput: VInput
114133
+ VKbd: VKbd
114134
+ VMenu: VMenu
114135
+ VMain: VMain
113888
114136
  VList: VList
113889
114137
  VListGroup: VListGroup
113890
114138
  VListImg: VListImg
@@ -113894,69 +114142,65 @@ declare module 'vue' {
113894
114142
  VListItemSubtitle: VListItemSubtitle
113895
114143
  VListItemTitle: VListItemTitle
113896
114144
  VListSubheader: VListSubheader
113897
- VKbd: VKbd
113898
- VLabel: VLabel
113899
- VImg: VImg
113900
- VMain: VMain
113901
- VNavigationDrawer: VNavigationDrawer
113902
114145
  VMessages: VMessages
113903
- VOtpInput: VOtpInput
113904
- VMenu: VMenu
114146
+ VNavigationDrawer: VNavigationDrawer
113905
114147
  VNumberInput: VNumberInput
113906
114148
  VOverlay: VOverlay
113907
114149
  VPagination: VPagination
113908
114150
  VProgressCircular: VProgressCircular
114151
+ VBottomNavigation: VBottomNavigation
113909
114152
  VProgressLinear: VProgressLinear
113910
- VRadioGroup: VRadioGroup
113911
- VSheet: VSheet
114153
+ VOtpInput: VOtpInput
113912
114154
  VRating: VRating
114155
+ VSelect: VSelect
113913
114156
  VSelectionControl: VSelectionControl
113914
- VSkeletonLoader: VSkeletonLoader
114157
+ VSheet: VSheet
113915
114158
  VSelectionControlGroup: VSelectionControlGroup
113916
- VSlider: VSlider
113917
- VSelect: VSelect
114159
+ VSkeletonLoader: VSkeletonLoader
113918
114160
  VSlideGroup: VSlideGroup
113919
114161
  VSlideGroupItem: VSlideGroupItem
114162
+ VSlider: VSlider
113920
114163
  VSnackbar: VSnackbar
114164
+ VSystemBar: VSystemBar
114165
+ VSwitch: VSwitch
113921
114166
  VStepper: VStepper
113922
114167
  VStepperActions: VStepperActions
113923
114168
  VStepperHeader: VStepperHeader
113924
114169
  VStepperItem: VStepperItem
113925
114170
  VStepperWindow: VStepperWindow
113926
114171
  VStepperWindowItem: VStepperWindowItem
113927
- VSystemBar: VSystemBar
113928
- VSwitch: VSwitch
113929
- VTable: VTable
113930
114172
  VTab: VTab
113931
114173
  VTabs: VTabs
113932
114174
  VTabsWindow: VTabsWindow
113933
114175
  VTabsWindowItem: VTabsWindowItem
114176
+ VTextarea: VTextarea
113934
114177
  VTextField: VTextField
113935
114178
  VTimeline: VTimeline
113936
114179
  VTimelineItem: VTimelineItem
113937
- VTextarea: VTextarea
113938
114180
  VTreeview: VTreeview
113939
114181
  VTreeviewItem: VTreeviewItem
113940
114182
  VTreeviewGroup: VTreeviewGroup
113941
- VTooltip: VTooltip
113942
- VTimePicker: VTimePicker
113943
- VTimePickerClock: VTimePickerClock
113944
- VTimePickerControls: VTimePickerControls
113945
114183
  VToolbar: VToolbar
113946
114184
  VToolbarTitle: VToolbarTitle
113947
114185
  VToolbarItems: VToolbarItems
114186
+ VTimePicker: VTimePicker
114187
+ VTimePickerClock: VTimePickerClock
114188
+ VTimePickerControls: VTimePickerControls
114189
+ VTooltip: VTooltip
113948
114190
  VWindow: VWindow
113949
114191
  VWindowItem: VWindowItem
113950
- VCarousel: VCarousel
113951
- VCarouselItem: VCarouselItem
114192
+ VBanner: VBanner
114193
+ VBannerActions: VBannerActions
114194
+ VBannerText: VBannerText
113952
114195
  VConfirmEdit: VConfirmEdit
114196
+ VDataIterator: VDataIterator
113953
114197
  VDefaultsProvider: VDefaultsProvider
113954
114198
  VForm: VForm
113955
- VHover: VHover
113956
114199
  VContainer: VContainer
113957
114200
  VCol: VCol
113958
114201
  VRow: VRow
113959
114202
  VSpacer: VSpacer
114203
+ VHover: VHover
113960
114204
  VLayout: VLayout
113961
114205
  VLayoutItem: VLayoutItem
113962
114206
  VLazy: VLazy
@@ -113966,13 +114210,12 @@ declare module 'vue' {
113966
114210
  VRadio: VRadio
113967
114211
  VRangeSlider: VRangeSlider
113968
114212
  VResponsive: VResponsive
114213
+ VSnackbarQueue: VSnackbarQueue
113969
114214
  VSparkline: VSparkline
113970
114215
  VSpeedDial: VSpeedDial
113971
- VSnackbarQueue: VSnackbarQueue
113972
114216
  VThemeProvider: VThemeProvider
113973
- VVirtualScroll: VVirtualScroll
113974
114217
  VValidation: VValidation
113975
- VDataIterator: VDataIterator
114218
+ VVirtualScroll: VVirtualScroll
113976
114219
  VFabTransition: VFabTransition
113977
114220
  VDialogBottomTransition: VDialogBottomTransition
113978
114221
  VDialogTopTransition: VDialogTopTransition
@@ -113989,13 +114232,9 @@ declare module 'vue' {
113989
114232
  VExpandTransition: VExpandTransition
113990
114233
  VExpandXTransition: VExpandXTransition
113991
114234
  VDialogTransition: VDialogTransition
114235
+ VRadioGroup: VRadioGroup
114236
+ VTable: VTable
113992
114237
  VColorInput: VColorInput
113993
- VCalendar: VCalendar
113994
- VCalendarDay: VCalendarDay
113995
- VCalendarHeader: VCalendarHeader
113996
- VCalendarInterval: VCalendarInterval
113997
- VCalendarIntervalEvent: VCalendarIntervalEvent
113998
- VCalendarMonthDay: VCalendarMonthDay
113999
114238
  VFileUpload: VFileUpload
114000
114239
  VFileUploadItem: VFileUploadItem
114001
114240
  VIconBtn: VIconBtn
@@ -114004,6 +114243,13 @@ declare module 'vue' {
114004
114243
  VStepperVertical: VStepperVertical
114005
114244
  VStepperVerticalItem: VStepperVerticalItem
114006
114245
  VStepperVerticalActions: VStepperVerticalActions
114246
+ VHotkey: VHotkey
114247
+ VCalendar: VCalendar
114248
+ VCalendarDay: VCalendarDay
114249
+ VCalendarHeader: VCalendarHeader
114250
+ VCalendarInterval: VCalendarInterval
114251
+ VCalendarIntervalEvent: VCalendarIntervalEvent
114252
+ VCalendarMonthDay: VCalendarMonthDay
114007
114253
  VDateInput: VDateInput
114008
114254
  VMaskInput: VMaskInput
114009
114255
  VPullToRefresh: VPullToRefresh