@vuetify/nightly 3.9.0-beta.0-dev.2025-06-24 → 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 (212) hide show
  1. package/CHANGELOG.md +4 -83
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +2471 -2411
  4. package/dist/json/importMap-labs.json +34 -30
  5. package/dist/json/importMap.json +146 -146
  6. package/dist/json/tags.json +20 -0
  7. package/dist/json/web-types.json +4808 -4642
  8. package/dist/vuetify-labs.cjs +750 -15
  9. package/dist/vuetify-labs.css +5609 -5358
  10. package/dist/vuetify-labs.d.ts +300 -54
  11. package/dist/vuetify-labs.esm.js +750 -16
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +750 -15
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +357 -15
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +3235 -3226
  18. package/dist/vuetify.d.ts +73 -53
  19. package/dist/vuetify.esm.js +357 -16
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +357 -15
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +292 -253
  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/components/VTreeview/VTreeviewChildren.d.ts +13 -0
  32. package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
  33. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  34. package/lib/components/VTreeview/VTreeviewItem.js +3 -3
  35. package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
  36. package/lib/composables/hotkey/hotkey-parsing.d.ts +15 -0
  37. package/lib/composables/hotkey/hotkey-parsing.js +154 -0
  38. package/lib/composables/hotkey/hotkey-parsing.js.map +1 -0
  39. package/lib/composables/hotkey/hotkey.d.ts +9 -0
  40. package/lib/composables/{hotkey.js → hotkey/hotkey.js} +31 -39
  41. package/lib/composables/hotkey/hotkey.js.map +1 -0
  42. package/lib/composables/hotkey/index.d.ts +1 -0
  43. package/lib/composables/hotkey/index.js +2 -0
  44. package/lib/composables/hotkey/index.js.map +1 -0
  45. package/lib/composables/hotkey/key-aliases.d.ts +14 -0
  46. package/lib/composables/hotkey/key-aliases.js +38 -0
  47. package/lib/composables/hotkey/key-aliases.js.map +1 -0
  48. package/lib/composables/icons.d.ts +11 -0
  49. package/lib/composables/icons.js.map +1 -1
  50. package/lib/composables/index.d.ts +1 -0
  51. package/lib/composables/index.js +1 -0
  52. package/lib/composables/index.js.map +1 -1
  53. package/lib/composables/nested/nested.js +8 -8
  54. package/lib/composables/nested/nested.js.map +1 -1
  55. package/lib/entry-bundler.js +1 -1
  56. package/lib/framework.d.ts +74 -53
  57. package/lib/framework.js +1 -1
  58. package/lib/iconsets/fa.js +12 -1
  59. package/lib/iconsets/fa.js.map +1 -1
  60. package/lib/iconsets/fa4.js +12 -1
  61. package/lib/iconsets/fa4.js.map +1 -1
  62. package/lib/iconsets/md.js +12 -1
  63. package/lib/iconsets/md.js.map +1 -1
  64. package/lib/iconsets/mdi-svg.js +12 -1
  65. package/lib/iconsets/mdi-svg.js.map +1 -1
  66. package/lib/iconsets/mdi.js +12 -1
  67. package/lib/iconsets/mdi.js.map +1 -1
  68. package/lib/labs/VHotkey/VHotkey.css +242 -0
  69. package/lib/labs/VHotkey/VHotkey.d.ts +387 -0
  70. package/lib/labs/VHotkey/VHotkey.js +432 -0
  71. package/lib/labs/VHotkey/VHotkey.js.map +1 -0
  72. package/lib/labs/VHotkey/VHotkey.scss +253 -0
  73. package/lib/labs/VHotkey/_variables.scss +43 -0
  74. package/lib/labs/VHotkey/index.d.ts +1 -0
  75. package/lib/labs/VHotkey/index.js +2 -0
  76. package/lib/labs/VHotkey/index.js.map +1 -0
  77. package/lib/labs/components.d.ts +1 -0
  78. package/lib/labs/components.js +1 -0
  79. package/lib/labs/components.js.map +1 -1
  80. package/lib/locale/af.d.ts +18 -0
  81. package/lib/locale/af.js +18 -0
  82. package/lib/locale/af.js.map +1 -1
  83. package/lib/locale/ar.d.ts +18 -0
  84. package/lib/locale/ar.js +18 -0
  85. package/lib/locale/ar.js.map +1 -1
  86. package/lib/locale/az.d.ts +18 -0
  87. package/lib/locale/az.js +18 -0
  88. package/lib/locale/az.js.map +1 -1
  89. package/lib/locale/bg.d.ts +18 -0
  90. package/lib/locale/bg.js +18 -0
  91. package/lib/locale/bg.js.map +1 -1
  92. package/lib/locale/ca.d.ts +18 -0
  93. package/lib/locale/ca.js +18 -0
  94. package/lib/locale/ca.js.map +1 -1
  95. package/lib/locale/ckb.d.ts +18 -0
  96. package/lib/locale/ckb.js +18 -0
  97. package/lib/locale/ckb.js.map +1 -1
  98. package/lib/locale/cs.d.ts +18 -0
  99. package/lib/locale/cs.js +18 -0
  100. package/lib/locale/cs.js.map +1 -1
  101. package/lib/locale/da.d.ts +18 -0
  102. package/lib/locale/da.js +18 -0
  103. package/lib/locale/da.js.map +1 -1
  104. package/lib/locale/de.d.ts +18 -0
  105. package/lib/locale/de.js +18 -0
  106. package/lib/locale/de.js.map +1 -1
  107. package/lib/locale/el.d.ts +18 -0
  108. package/lib/locale/el.js +18 -0
  109. package/lib/locale/el.js.map +1 -1
  110. package/lib/locale/en.d.ts +18 -0
  111. package/lib/locale/en.js +18 -0
  112. package/lib/locale/en.js.map +1 -1
  113. package/lib/locale/es.d.ts +18 -0
  114. package/lib/locale/es.js +18 -0
  115. package/lib/locale/es.js.map +1 -1
  116. package/lib/locale/et.d.ts +18 -0
  117. package/lib/locale/et.js +18 -0
  118. package/lib/locale/et.js.map +1 -1
  119. package/lib/locale/fa.d.ts +18 -0
  120. package/lib/locale/fa.js +18 -0
  121. package/lib/locale/fa.js.map +1 -1
  122. package/lib/locale/fi.d.ts +18 -0
  123. package/lib/locale/fi.js +18 -0
  124. package/lib/locale/fi.js.map +1 -1
  125. package/lib/locale/fr.d.ts +18 -0
  126. package/lib/locale/fr.js +18 -0
  127. package/lib/locale/fr.js.map +1 -1
  128. package/lib/locale/he.d.ts +18 -0
  129. package/lib/locale/he.js +18 -0
  130. package/lib/locale/he.js.map +1 -1
  131. package/lib/locale/hr.d.ts +18 -0
  132. package/lib/locale/hr.js +18 -0
  133. package/lib/locale/hr.js.map +1 -1
  134. package/lib/locale/hu.d.ts +18 -0
  135. package/lib/locale/hu.js +18 -0
  136. package/lib/locale/hu.js.map +1 -1
  137. package/lib/locale/id.d.ts +18 -0
  138. package/lib/locale/id.js +18 -0
  139. package/lib/locale/id.js.map +1 -1
  140. package/lib/locale/it.d.ts +18 -0
  141. package/lib/locale/it.js +18 -0
  142. package/lib/locale/it.js.map +1 -1
  143. package/lib/locale/ja.d.ts +18 -0
  144. package/lib/locale/ja.js +18 -0
  145. package/lib/locale/ja.js.map +1 -1
  146. package/lib/locale/km.d.ts +18 -0
  147. package/lib/locale/km.js +18 -0
  148. package/lib/locale/km.js.map +1 -1
  149. package/lib/locale/ko.d.ts +18 -0
  150. package/lib/locale/ko.js +18 -0
  151. package/lib/locale/ko.js.map +1 -1
  152. package/lib/locale/lt.d.ts +18 -0
  153. package/lib/locale/lt.js +18 -0
  154. package/lib/locale/lt.js.map +1 -1
  155. package/lib/locale/lv.d.ts +18 -0
  156. package/lib/locale/lv.js +18 -0
  157. package/lib/locale/lv.js.map +1 -1
  158. package/lib/locale/nl.d.ts +18 -0
  159. package/lib/locale/nl.js +18 -0
  160. package/lib/locale/nl.js.map +1 -1
  161. package/lib/locale/no.d.ts +18 -0
  162. package/lib/locale/no.js +18 -0
  163. package/lib/locale/no.js.map +1 -1
  164. package/lib/locale/pl.d.ts +18 -0
  165. package/lib/locale/pl.js +18 -0
  166. package/lib/locale/pl.js.map +1 -1
  167. package/lib/locale/pt.d.ts +18 -0
  168. package/lib/locale/pt.js +18 -0
  169. package/lib/locale/pt.js.map +1 -1
  170. package/lib/locale/ro.d.ts +18 -0
  171. package/lib/locale/ro.js +18 -0
  172. package/lib/locale/ro.js.map +1 -1
  173. package/lib/locale/ru.d.ts +18 -0
  174. package/lib/locale/ru.js +18 -0
  175. package/lib/locale/ru.js.map +1 -1
  176. package/lib/locale/sk.d.ts +18 -0
  177. package/lib/locale/sk.js +18 -0
  178. package/lib/locale/sk.js.map +1 -1
  179. package/lib/locale/sl.d.ts +18 -0
  180. package/lib/locale/sl.js +18 -0
  181. package/lib/locale/sl.js.map +1 -1
  182. package/lib/locale/sr-Cyrl.d.ts +18 -0
  183. package/lib/locale/sr-Cyrl.js +18 -0
  184. package/lib/locale/sr-Cyrl.js.map +1 -1
  185. package/lib/locale/sr-Latn.d.ts +18 -0
  186. package/lib/locale/sr-Latn.js +18 -0
  187. package/lib/locale/sr-Latn.js.map +1 -1
  188. package/lib/locale/sv.d.ts +18 -0
  189. package/lib/locale/sv.js +18 -0
  190. package/lib/locale/sv.js.map +1 -1
  191. package/lib/locale/th.d.ts +18 -0
  192. package/lib/locale/th.js +18 -0
  193. package/lib/locale/th.js.map +1 -1
  194. package/lib/locale/tr.d.ts +18 -0
  195. package/lib/locale/tr.js +18 -0
  196. package/lib/locale/tr.js.map +1 -1
  197. package/lib/locale/uk.d.ts +18 -0
  198. package/lib/locale/uk.js +18 -0
  199. package/lib/locale/uk.js.map +1 -1
  200. package/lib/locale/vi.d.ts +18 -0
  201. package/lib/locale/vi.js +18 -0
  202. package/lib/locale/vi.js.map +1 -1
  203. package/lib/locale/zh-Hans.d.ts +18 -0
  204. package/lib/locale/zh-Hans.js +18 -0
  205. package/lib/locale/zh-Hans.js.map +1 -1
  206. package/lib/locale/zh-Hant.d.ts +18 -0
  207. package/lib/locale/zh-Hant.js +18 -0
  208. package/lib/locale/zh-Hant.js.map +1 -1
  209. package/package.json +1 -1
  210. package/lib/components/VKbd/VKbd.sass +0 -15
  211. package/lib/composables/hotkey.d.ts +0 -9
  212. 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
 
@@ -113818,35 +114063,35 @@ declare module 'vue' {
113818
114063
  }
113819
114064
  export interface GlobalComponents {
113820
114065
  VApp: VApp
114066
+ VAppBar: VAppBar
114067
+ VAppBarNavIcon: VAppBarNavIcon
114068
+ VAppBarTitle: VAppBarTitle
113821
114069
  VAlert: VAlert
113822
114070
  VAlertTitle: VAlertTitle
113823
- VBanner: VBanner
113824
- VBannerActions: VBannerActions
113825
- VBannerText: VBannerText
114071
+ VBadge: VBadge
113826
114072
  VAutocomplete: VAutocomplete
113827
- VBottomNavigation: VBottomNavigation
113828
114073
  VAvatar: VAvatar
113829
- VBadge: VBadge
113830
114074
  VBottomSheet: VBottomSheet
113831
114075
  VBreadcrumbs: VBreadcrumbs
113832
114076
  VBreadcrumbsItem: VBreadcrumbsItem
113833
114077
  VBreadcrumbsDivider: VBreadcrumbsDivider
113834
114078
  VBtnGroup: VBtnGroup
114079
+ VBtnToggle: VBtnToggle
113835
114080
  VCard: VCard
113836
114081
  VCardActions: VCardActions
113837
114082
  VCardItem: VCardItem
113838
114083
  VCardSubtitle: VCardSubtitle
113839
114084
  VCardText: VCardText
113840
114085
  VCardTitle: VCardTitle
113841
- VBtnToggle: VBtnToggle
113842
- VBtn: VBtn
113843
114086
  VCarousel: VCarousel
113844
114087
  VCarouselItem: VCarouselItem
114088
+ VCode: VCode
113845
114089
  VCheckbox: VCheckbox
113846
114090
  VCheckboxBtn: VCheckboxBtn
113847
- VChip: VChip
113848
- VCode: VCode
113849
114091
  VColorPicker: VColorPicker
114092
+ VChip: VChip
114093
+ VChipGroup: VChipGroup
114094
+ VBtn: VBtn
113850
114095
  VCounter: VCounter
113851
114096
  VCombobox: VCombobox
113852
114097
  VDatePicker: VDatePicker
@@ -113855,8 +114100,6 @@ declare module 'vue' {
113855
114100
  VDatePickerMonth: VDatePickerMonth
113856
114101
  VDatePickerMonths: VDatePickerMonths
113857
114102
  VDatePickerYears: VDatePickerYears
113858
- VDialog: VDialog
113859
- VDivider: VDivider
113860
114103
  VDataTable: VDataTable
113861
114104
  VDataTableHeaders: VDataTableHeaders
113862
114105
  VDataTableFooter: VDataTableFooter
@@ -113864,28 +114107,32 @@ declare module 'vue' {
113864
114107
  VDataTableRow: VDataTableRow
113865
114108
  VDataTableVirtual: VDataTableVirtual
113866
114109
  VDataTableServer: VDataTableServer
114110
+ VDialog: VDialog
114111
+ VDivider: VDivider
113867
114112
  VField: VField
113868
114113
  VFieldLabel: VFieldLabel
113869
114114
  VFab: VFab
113870
- VEmptyState: VEmptyState
113871
- VFooter: VFooter
113872
- VImg: VImg
113873
114115
  VExpansionPanels: VExpansionPanels
113874
114116
  VExpansionPanel: VExpansionPanel
113875
114117
  VExpansionPanelText: VExpansionPanelText
113876
114118
  VExpansionPanelTitle: VExpansionPanelTitle
114119
+ VFooter: VFooter
114120
+ VImg: VImg
113877
114121
  VFileInput: VFileInput
114122
+ VEmptyState: VEmptyState
113878
114123
  VIcon: VIcon
113879
114124
  VComponentIcon: VComponentIcon
113880
114125
  VSvgIcon: VSvgIcon
113881
114126
  VLigatureIcon: VLigatureIcon
113882
114127
  VClassIcon: VClassIcon
113883
- VInput: VInput
113884
114128
  VInfiniteScroll: VInfiniteScroll
113885
- VKbd: VKbd
114129
+ VLabel: VLabel
113886
114130
  VItemGroup: VItemGroup
113887
114131
  VItem: VItem
113888
- VLabel: VLabel
114132
+ VInput: VInput
114133
+ VKbd: VKbd
114134
+ VMenu: VMenu
114135
+ VMain: VMain
113889
114136
  VList: VList
113890
114137
  VListGroup: VListGroup
113891
114138
  VListImg: VListImg
@@ -113896,58 +114143,55 @@ declare module 'vue' {
113896
114143
  VListItemTitle: VListItemTitle
113897
114144
  VListSubheader: VListSubheader
113898
114145
  VMessages: VMessages
113899
- VMain: VMain
113900
- VOverlay: VOverlay
113901
114146
  VNavigationDrawer: VNavigationDrawer
113902
114147
  VNumberInput: VNumberInput
113903
- VMenu: VMenu
113904
- VProgressCircular: VProgressCircular
113905
- VOtpInput: VOtpInput
114148
+ VOverlay: VOverlay
113906
114149
  VPagination: VPagination
114150
+ VProgressCircular: VProgressCircular
114151
+ VBottomNavigation: VBottomNavigation
113907
114152
  VProgressLinear: VProgressLinear
114153
+ VOtpInput: VOtpInput
113908
114154
  VRating: VRating
113909
- VRadioGroup: VRadioGroup
114155
+ VSelect: VSelect
113910
114156
  VSelectionControl: VSelectionControl
114157
+ VSheet: VSheet
113911
114158
  VSelectionControlGroup: VSelectionControlGroup
114159
+ VSkeletonLoader: VSkeletonLoader
113912
114160
  VSlideGroup: VSlideGroup
113913
114161
  VSlideGroupItem: VSlideGroupItem
113914
114162
  VSlider: VSlider
113915
- VSelect: VSelect
113916
- VSkeletonLoader: VSkeletonLoader
113917
114163
  VSnackbar: VSnackbar
114164
+ VSystemBar: VSystemBar
114165
+ VSwitch: VSwitch
113918
114166
  VStepper: VStepper
113919
114167
  VStepperActions: VStepperActions
113920
114168
  VStepperHeader: VStepperHeader
113921
114169
  VStepperItem: VStepperItem
113922
114170
  VStepperWindow: VStepperWindow
113923
114171
  VStepperWindowItem: VStepperWindowItem
113924
- VSystemBar: VSystemBar
113925
- VSwitch: VSwitch
113926
- VTable: VTable
113927
114172
  VTab: VTab
113928
114173
  VTabs: VTabs
113929
114174
  VTabsWindow: VTabsWindow
113930
114175
  VTabsWindowItem: VTabsWindowItem
113931
- VTextField: VTextField
113932
114176
  VTextarea: VTextarea
114177
+ VTextField: VTextField
114178
+ VTimeline: VTimeline
114179
+ VTimelineItem: VTimelineItem
114180
+ VTreeview: VTreeview
114181
+ VTreeviewItem: VTreeviewItem
114182
+ VTreeviewGroup: VTreeviewGroup
113933
114183
  VToolbar: VToolbar
113934
114184
  VToolbarTitle: VToolbarTitle
113935
114185
  VToolbarItems: VToolbarItems
113936
114186
  VTimePicker: VTimePicker
113937
114187
  VTimePickerClock: VTimePickerClock
113938
114188
  VTimePickerControls: VTimePickerControls
113939
- VTimeline: VTimeline
113940
- VTimelineItem: VTimelineItem
113941
114189
  VTooltip: VTooltip
113942
- VTreeview: VTreeview
113943
- VTreeviewItem: VTreeviewItem
113944
- VTreeviewGroup: VTreeviewGroup
113945
- VAppBar: VAppBar
113946
- VAppBarNavIcon: VAppBarNavIcon
113947
- VAppBarTitle: VAppBarTitle
113948
114190
  VWindow: VWindow
113949
114191
  VWindowItem: VWindowItem
113950
- VChipGroup: VChipGroup
114192
+ VBanner: VBanner
114193
+ VBannerActions: VBannerActions
114194
+ VBannerText: VBannerText
113951
114195
  VConfirmEdit: VConfirmEdit
113952
114196
  VDataIterator: VDataIterator
113953
114197
  VDefaultsProvider: VDefaultsProvider
@@ -113960,16 +114204,17 @@ declare module 'vue' {
113960
114204
  VLayout: VLayout
113961
114205
  VLayoutItem: VLayoutItem
113962
114206
  VLazy: VLazy
114207
+ VLocaleProvider: VLocaleProvider
113963
114208
  VNoSsr: VNoSsr
113964
114209
  VParallax: VParallax
113965
- VLocaleProvider: VLocaleProvider
113966
114210
  VRadio: VRadio
113967
- VSparkline: VSparkline
114211
+ VRangeSlider: VRangeSlider
114212
+ VResponsive: VResponsive
113968
114213
  VSnackbarQueue: VSnackbarQueue
114214
+ VSparkline: VSparkline
113969
114215
  VSpeedDial: VSpeedDial
113970
- VRangeSlider: VRangeSlider
113971
- VValidation: VValidation
113972
114216
  VThemeProvider: VThemeProvider
114217
+ VValidation: VValidation
113973
114218
  VVirtualScroll: VVirtualScroll
113974
114219
  VFabTransition: VFabTransition
113975
114220
  VDialogBottomTransition: VDialogBottomTransition
@@ -113987,25 +114232,26 @@ declare module 'vue' {
113987
114232
  VExpandTransition: VExpandTransition
113988
114233
  VExpandXTransition: VExpandXTransition
113989
114234
  VDialogTransition: VDialogTransition
113990
- VResponsive: VResponsive
113991
- VSheet: VSheet
114235
+ VRadioGroup: VRadioGroup
114236
+ VTable: VTable
114237
+ VColorInput: VColorInput
113992
114238
  VFileUpload: VFileUpload
113993
114239
  VFileUploadItem: VFileUploadItem
114240
+ VIconBtn: VIconBtn
114241
+ VPicker: VPicker
114242
+ VPickerTitle: VPickerTitle
114243
+ VStepperVertical: VStepperVertical
114244
+ VStepperVerticalItem: VStepperVerticalItem
114245
+ VStepperVerticalActions: VStepperVerticalActions
114246
+ VHotkey: VHotkey
113994
114247
  VCalendar: VCalendar
113995
114248
  VCalendarDay: VCalendarDay
113996
114249
  VCalendarHeader: VCalendarHeader
113997
114250
  VCalendarInterval: VCalendarInterval
113998
114251
  VCalendarIntervalEvent: VCalendarIntervalEvent
113999
114252
  VCalendarMonthDay: VCalendarMonthDay
114000
- VColorInput: VColorInput
114001
- VPicker: VPicker
114002
- VPickerTitle: VPickerTitle
114003
- VIconBtn: VIconBtn
114004
- VStepperVertical: VStepperVertical
114005
- VStepperVerticalItem: VStepperVerticalItem
114006
- VStepperVerticalActions: VStepperVerticalActions
114007
- VMaskInput: VMaskInput
114008
114253
  VDateInput: VDateInput
114254
+ VMaskInput: VMaskInput
114009
114255
  VPullToRefresh: VPullToRefresh
114010
114256
  }
114011
114257
  export interface GlobalDirectives {