@vuetify/nightly 3.9.3-master.2025-07-30 → 3.9.3-master.2025-07-31

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 (217) hide show
  1. package/CHANGELOG.md +22 -3
  2. package/dist/json/attributes.json +3339 -3327
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +160 -160
  5. package/dist/json/tags.json +4 -1
  6. package/dist/json/web-types.json +6197 -6075
  7. package/dist/vuetify-labs.cjs +161 -73
  8. package/dist/vuetify-labs.css +5656 -5635
  9. package/dist/vuetify-labs.d.ts +207 -143
  10. package/dist/vuetify-labs.esm.js +161 -73
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +161 -73
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +139 -66
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +4033 -4027
  17. package/dist/vuetify.d.ts +95 -71
  18. package/dist/vuetify.esm.js +139 -66
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +139 -66
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +226 -226
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
  26. package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
  27. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
  29. package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
  30. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  31. package/lib/components/VColorPicker/util/index.d.ts +1 -0
  32. package/lib/components/VColorPicker/util/index.js +20 -10
  33. package/lib/components/VColorPicker/util/index.js.map +1 -1
  34. package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
  35. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  36. package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
  37. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  38. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  39. package/lib/components/VDataTable/VDataTable.css +2 -1
  40. package/lib/components/VDataTable/VDataTable.d.ts +6 -4
  41. package/lib/components/VDataTable/VDataTable.js +1 -1
  42. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  43. package/lib/components/VDataTable/VDataTable.sass +2 -1
  44. package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
  45. package/lib/components/VDataTable/VDataTableRows.js +9 -0
  46. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  47. package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
  48. package/lib/components/VDataTable/VDataTableServer.js +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
  51. package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
  52. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  53. package/lib/components/VDataTable/composables/group.d.ts +13 -5
  54. package/lib/components/VDataTable/composables/group.js +11 -5
  55. package/lib/components/VDataTable/composables/group.js.map +1 -1
  56. package/lib/components/VDataTable/composables/headers.js +53 -42
  57. package/lib/components/VDataTable/composables/headers.js.map +1 -1
  58. package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
  59. package/lib/components/VDataTable/composables/paginate.js.map +1 -1
  60. package/lib/components/VDataTable/composables/sort.js +1 -1
  61. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  62. package/lib/components/VDataTable/types.d.ts +7 -1
  63. package/lib/components/VDataTable/types.js.map +1 -1
  64. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  65. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  66. package/lib/components/VSlider/VSliderThumb.css +2 -2
  67. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  68. package/lib/components/VTable/VTable.css +2 -2
  69. package/lib/components/VTable/VTable.sass +4 -4
  70. package/lib/components/VTreeview/VTreeviewChildren.d.ts +20 -2
  71. package/lib/components/VTreeview/VTreeviewChildren.js +7 -2
  72. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  73. package/lib/entry-bundler.js +1 -1
  74. package/lib/framework.d.ts +56 -56
  75. package/lib/framework.js +1 -1
  76. package/lib/labs/VColorInput/VColorInput.css +15 -0
  77. package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
  78. package/lib/labs/VColorInput/VColorInput.js +23 -8
  79. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  80. package/lib/labs/VColorInput/VColorInput.sass +8 -0
  81. package/lib/labs/VColorInput/_variables.scss +2 -0
  82. package/lib/labs/VVideo/VVideoControls.js +1 -1
  83. package/lib/labs/VVideo/VVideoControls.js.map +1 -1
  84. package/lib/labs/VVideo/VVideoVolume.js +1 -1
  85. package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
  86. package/lib/locale/af.d.ts +17 -0
  87. package/lib/locale/af.js +17 -0
  88. package/lib/locale/af.js.map +1 -1
  89. package/lib/locale/ar.d.ts +17 -0
  90. package/lib/locale/ar.js +17 -0
  91. package/lib/locale/ar.js.map +1 -1
  92. package/lib/locale/az.d.ts +17 -0
  93. package/lib/locale/az.js +17 -0
  94. package/lib/locale/az.js.map +1 -1
  95. package/lib/locale/bg.d.ts +17 -0
  96. package/lib/locale/bg.js +17 -0
  97. package/lib/locale/bg.js.map +1 -1
  98. package/lib/locale/ca.d.ts +17 -0
  99. package/lib/locale/ca.js +17 -0
  100. package/lib/locale/ca.js.map +1 -1
  101. package/lib/locale/ckb.d.ts +17 -0
  102. package/lib/locale/ckb.js +17 -0
  103. package/lib/locale/ckb.js.map +1 -1
  104. package/lib/locale/cs.d.ts +17 -0
  105. package/lib/locale/cs.js +17 -0
  106. package/lib/locale/cs.js.map +1 -1
  107. package/lib/locale/da.d.ts +17 -0
  108. package/lib/locale/da.js +17 -0
  109. package/lib/locale/da.js.map +1 -1
  110. package/lib/locale/de.d.ts +17 -0
  111. package/lib/locale/de.js +17 -0
  112. package/lib/locale/de.js.map +1 -1
  113. package/lib/locale/el.d.ts +17 -0
  114. package/lib/locale/el.js +17 -0
  115. package/lib/locale/el.js.map +1 -1
  116. package/lib/locale/en.d.ts +17 -0
  117. package/lib/locale/en.js +17 -0
  118. package/lib/locale/en.js.map +1 -1
  119. package/lib/locale/es.d.ts +17 -0
  120. package/lib/locale/es.js +17 -0
  121. package/lib/locale/es.js.map +1 -1
  122. package/lib/locale/et.d.ts +17 -0
  123. package/lib/locale/et.js +17 -0
  124. package/lib/locale/et.js.map +1 -1
  125. package/lib/locale/fa.d.ts +17 -0
  126. package/lib/locale/fa.js +17 -0
  127. package/lib/locale/fa.js.map +1 -1
  128. package/lib/locale/fi.d.ts +17 -0
  129. package/lib/locale/fi.js +17 -0
  130. package/lib/locale/fi.js.map +1 -1
  131. package/lib/locale/fr.d.ts +17 -0
  132. package/lib/locale/fr.js +17 -0
  133. package/lib/locale/fr.js.map +1 -1
  134. package/lib/locale/he.d.ts +17 -0
  135. package/lib/locale/he.js +17 -0
  136. package/lib/locale/he.js.map +1 -1
  137. package/lib/locale/hr.d.ts +17 -0
  138. package/lib/locale/hr.js +17 -0
  139. package/lib/locale/hr.js.map +1 -1
  140. package/lib/locale/hu.d.ts +17 -0
  141. package/lib/locale/hu.js +17 -0
  142. package/lib/locale/hu.js.map +1 -1
  143. package/lib/locale/id.d.ts +17 -0
  144. package/lib/locale/id.js +17 -0
  145. package/lib/locale/id.js.map +1 -1
  146. package/lib/locale/it.d.ts +17 -0
  147. package/lib/locale/it.js +17 -0
  148. package/lib/locale/it.js.map +1 -1
  149. package/lib/locale/ja.d.ts +17 -0
  150. package/lib/locale/ja.js +17 -0
  151. package/lib/locale/ja.js.map +1 -1
  152. package/lib/locale/km.d.ts +17 -0
  153. package/lib/locale/km.js +17 -0
  154. package/lib/locale/km.js.map +1 -1
  155. package/lib/locale/ko.d.ts +17 -0
  156. package/lib/locale/ko.js +17 -0
  157. package/lib/locale/ko.js.map +1 -1
  158. package/lib/locale/lt.d.ts +17 -0
  159. package/lib/locale/lt.js +17 -0
  160. package/lib/locale/lt.js.map +1 -1
  161. package/lib/locale/lv.d.ts +17 -0
  162. package/lib/locale/lv.js +17 -0
  163. package/lib/locale/lv.js.map +1 -1
  164. package/lib/locale/nl.d.ts +17 -0
  165. package/lib/locale/nl.js +17 -0
  166. package/lib/locale/nl.js.map +1 -1
  167. package/lib/locale/no.d.ts +17 -0
  168. package/lib/locale/no.js +17 -0
  169. package/lib/locale/no.js.map +1 -1
  170. package/lib/locale/pl.d.ts +17 -0
  171. package/lib/locale/pl.js +17 -0
  172. package/lib/locale/pl.js.map +1 -1
  173. package/lib/locale/pt.d.ts +17 -0
  174. package/lib/locale/pt.js +17 -0
  175. package/lib/locale/pt.js.map +1 -1
  176. package/lib/locale/ro.d.ts +17 -0
  177. package/lib/locale/ro.js +17 -0
  178. package/lib/locale/ro.js.map +1 -1
  179. package/lib/locale/ru.d.ts +17 -0
  180. package/lib/locale/ru.js +17 -0
  181. package/lib/locale/ru.js.map +1 -1
  182. package/lib/locale/sk.d.ts +17 -0
  183. package/lib/locale/sk.js +17 -0
  184. package/lib/locale/sk.js.map +1 -1
  185. package/lib/locale/sl.d.ts +17 -0
  186. package/lib/locale/sl.js +17 -0
  187. package/lib/locale/sl.js.map +1 -1
  188. package/lib/locale/sr-Cyrl.d.ts +17 -0
  189. package/lib/locale/sr-Cyrl.js +17 -0
  190. package/lib/locale/sr-Cyrl.js.map +1 -1
  191. package/lib/locale/sr-Latn.d.ts +17 -0
  192. package/lib/locale/sr-Latn.js +17 -0
  193. package/lib/locale/sr-Latn.js.map +1 -1
  194. package/lib/locale/sv.d.ts +17 -0
  195. package/lib/locale/sv.js +17 -0
  196. package/lib/locale/sv.js.map +1 -1
  197. package/lib/locale/th.d.ts +17 -0
  198. package/lib/locale/th.js +17 -0
  199. package/lib/locale/th.js.map +1 -1
  200. package/lib/locale/tr.d.ts +17 -0
  201. package/lib/locale/tr.js +17 -0
  202. package/lib/locale/tr.js.map +1 -1
  203. package/lib/locale/uk.d.ts +17 -0
  204. package/lib/locale/uk.js +17 -0
  205. package/lib/locale/uk.js.map +1 -1
  206. package/lib/locale/vi.d.ts +17 -0
  207. package/lib/locale/vi.js +17 -0
  208. package/lib/locale/vi.js.map +1 -1
  209. package/lib/locale/zh-Hans.d.ts +17 -0
  210. package/lib/locale/zh-Hans.js +17 -0
  211. package/lib/locale/zh-Hans.js.map +1 -1
  212. package/lib/locale/zh-Hant.d.ts +17 -0
  213. package/lib/locale/zh-Hant.js +17 -0
  214. package/lib/locale/zh-Hant.js.map +1 -1
  215. package/lib/util/getScrollParent.js +3 -1
  216. package/lib/util/getScrollParent.js.map +1 -1
  217. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -878,7 +878,15 @@ interface Group<T = any> {
878
878
  id: string;
879
879
  key: string;
880
880
  value: any;
881
- items: readonly (T | Group<T>)[];
881
+ items: readonly (T | Group<T> | GroupSummary<T>)[];
882
+ }
883
+ interface GroupSummary<T = any> {
884
+ type: 'group-summary';
885
+ depth: number;
886
+ id: string;
887
+ key: string;
888
+ value: any;
889
+ items: readonly (T | Group<T> | GroupSummary<T>)[];
882
890
  }
883
891
  declare function provideGroupBy(options: {
884
892
  groupBy: Ref<readonly SortItem[]>;
@@ -889,7 +897,7 @@ declare function provideGroupBy(options: {
889
897
  toggleGroup: (group: Group) => void;
890
898
  opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
891
899
  groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
892
- extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
900
+ extractRows: <T extends GroupableItem>(items: readonly (T | Group<T> | GroupSummary<T>)[]) => T[];
893
901
  isGroupOpen: (group: Group) => boolean;
894
902
  };
895
903
 
@@ -994,6 +1002,12 @@ type GroupHeaderSlot = {
994
1002
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
995
1003
  isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
996
1004
  };
1005
+ type GroupSummarySlot = {
1006
+ index: number;
1007
+ item: GroupSummary;
1008
+ columns: InternalDataTableHeader[];
1009
+ toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
1010
+ };
997
1011
  type ItemSlotBase<T> = {
998
1012
  index: number;
999
1013
  item: T;
@@ -28843,6 +28857,7 @@ declare const modes: {
28843
28857
  label: string;
28844
28858
  getValue: (c: string) => string;
28845
28859
  getColor: (c: string, v: string) => string;
28860
+ localeKey: string;
28846
28861
  }[];
28847
28862
  inputProps: Record<string, unknown>;
28848
28863
  from: (color: any) => HSV;
@@ -37619,7 +37634,7 @@ type VDataIteratorSlotProps<T> = {
37619
37634
  isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
37620
37635
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
37621
37636
  items: readonly DataIteratorItem<T>[];
37622
- groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
37637
+ groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>> | GroupSummary<DataIteratorItem<T>>)[];
37623
37638
  };
37624
37639
  type VDataIteratorSlots<T> = {
37625
37640
  default: VDataIteratorSlotProps<T>;
@@ -38612,6 +38627,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
38612
38627
  };
38613
38628
  loading: never;
38614
38629
  'group-header': GroupHeaderSlot;
38630
+ 'group-summary': GroupSummarySlot;
38615
38631
  'no-data': never;
38616
38632
  'expanded-row': ItemSlot$1<T>;
38617
38633
  };
@@ -38626,7 +38642,7 @@ declare const VDataTableRows: {
38626
38642
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38627
38643
  cellProps?: CellProps<any> | undefined;
38628
38644
  rowProps?: RowProps<any> | undefined;
38629
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
38645
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
38630
38646
  mobile: boolean | null;
38631
38647
  noDataText: string;
38632
38648
  loadingText: string;
@@ -38661,6 +38677,7 @@ declare const VDataTableRows: {
38661
38677
  }) => vue.VNode[];
38662
38678
  loading: () => vue.VNode[];
38663
38679
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
38680
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
38664
38681
  'no-data': () => vue.VNode[];
38665
38682
  'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
38666
38683
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -38699,7 +38716,7 @@ declare const VDataTableRows: {
38699
38716
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38700
38717
  cellProps?: CellProps<any> | undefined;
38701
38718
  rowProps?: RowProps<any> | undefined;
38702
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
38719
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "items" | "v-slot:item" | "v-slot:no-data" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row">, string, {
38703
38720
  mobile: boolean | null;
38704
38721
  noDataText: string;
38705
38722
  loadingText: string;
@@ -38734,10 +38751,11 @@ declare const VDataTableRows: {
38734
38751
  }) => vue.VNode[];
38735
38752
  loading: () => vue.VNode[];
38736
38753
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
38754
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
38737
38755
  'no-data': () => vue.VNode[];
38738
38756
  'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
38739
38757
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
38740
- items?: readonly (DataTableItem<T> | Group<T>)[];
38758
+ items?: readonly (DataTableItem<T> | Group<T> | GroupSummary<T>)[];
38741
38759
  }, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
38742
38760
  mobile: {
38743
38761
  type: PropType<boolean | null>;
@@ -38751,7 +38769,7 @@ declare const VDataTableRows: {
38751
38769
  };
38752
38770
  hideNoData: BooleanConstructor;
38753
38771
  items: {
38754
- type: PropType<readonly (DataTableItem | Group)[]>;
38772
+ type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
38755
38773
  default: () => never[];
38756
38774
  };
38757
38775
  noDataText: {
@@ -38773,7 +38791,7 @@ declare const VDataTableRows: {
38773
38791
  };
38774
38792
  hideNoData: BooleanConstructor;
38775
38793
  items: {
38776
- type: PropType<readonly (DataTableItem | Group)[]>;
38794
+ type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
38777
38795
  default: () => never[];
38778
38796
  };
38779
38797
  noDataText: {
@@ -38804,7 +38822,7 @@ type VDataTableSlotProps<T> = {
38804
38822
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
38805
38823
  items: readonly T[];
38806
38824
  internalItems: readonly DataTableItem[];
38807
- groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
38825
+ groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>> | GroupSummary<DataTableItem<T>>)[];
38808
38826
  columns: InternalDataTableHeader[];
38809
38827
  headers: InternalDataTableHeader[][];
38810
38828
  };
@@ -38903,7 +38921,7 @@ declare const VDataTable: {
38903
38921
  'update:groupBy': (value: any) => true;
38904
38922
  'update:expanded': (value: any) => true;
38905
38923
  'update:currentItems': (value: any) => true;
38906
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
38924
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
38907
38925
  page: string | number;
38908
38926
  expanded: readonly string[];
38909
38927
  style: vue.StyleValue;
@@ -38982,6 +39000,7 @@ declare const VDataTable: {
38982
39000
  }) => vue.VNode[];
38983
39001
  loading: () => vue.VNode[];
38984
39002
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39003
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
38985
39004
  'no-data': () => vue.VNode[];
38986
39005
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
38987
39006
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -39208,7 +39227,7 @@ declare const VDataTable: {
39208
39227
  'update:groupBy': (value: any) => true;
39209
39228
  'update:expanded': (value: any) => true;
39210
39229
  'update:currentItems': (value: any) => true;
39211
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
39230
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
39212
39231
  page: string | number;
39213
39232
  expanded: readonly string[];
39214
39233
  style: vue.StyleValue;
@@ -39287,6 +39306,7 @@ declare const VDataTable: {
39287
39306
  }) => vue.VNode[];
39288
39307
  loading: () => vue.VNode[];
39289
39308
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39309
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
39290
39310
  'no-data': () => vue.VNode[];
39291
39311
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
39292
39312
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -39988,7 +40008,7 @@ declare const VDataTableVirtual: {
39988
40008
  'update:options': (value: any) => true;
39989
40009
  'update:groupBy': (value: any) => true;
39990
40010
  'update:expanded': (value: any) => true;
39991
- }, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
40011
+ }, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
39992
40012
  expanded: readonly string[];
39993
40013
  style: vue.StyleValue;
39994
40014
  mobile: boolean | null;
@@ -40053,6 +40073,7 @@ declare const VDataTableVirtual: {
40053
40073
  }) => vue.VNode[];
40054
40074
  loading: () => vue.VNode[];
40055
40075
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
40076
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
40056
40077
  'no-data': () => vue.VNode[];
40057
40078
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
40058
40079
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40225,7 +40246,7 @@ declare const VDataTableVirtual: {
40225
40246
  'update:options': (value: any) => true;
40226
40247
  'update:groupBy': (value: any) => true;
40227
40248
  'update:expanded': (value: any) => true;
40228
- }, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
40249
+ }, "headers" | "$children" | "v-slots" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append">, string, {
40229
40250
  expanded: readonly string[];
40230
40251
  style: vue.StyleValue;
40231
40252
  mobile: boolean | null;
@@ -40290,6 +40311,7 @@ declare const VDataTableVirtual: {
40290
40311
  }) => vue.VNode[];
40291
40312
  loading: () => vue.VNode[];
40292
40313
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
40314
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
40293
40315
  'no-data': () => vue.VNode[];
40294
40316
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
40295
40317
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40630,7 +40652,7 @@ declare const VDataTableServer: {
40630
40652
  'update:options': (options: any) => true;
40631
40653
  'update:expanded': (options: any) => true;
40632
40654
  'update:groupBy': (value: any) => true;
40633
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
40655
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
40634
40656
  page: string | number;
40635
40657
  expanded: readonly string[];
40636
40658
  style: vue.StyleValue;
@@ -40707,6 +40729,7 @@ declare const VDataTableServer: {
40707
40729
  }) => vue.VNode[];
40708
40730
  loading: () => vue.VNode[];
40709
40731
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
40732
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
40710
40733
  'no-data': () => vue.VNode[];
40711
40734
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
40712
40735
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40920,7 +40943,7 @@ declare const VDataTableServer: {
40920
40943
  'update:options': (options: any) => true;
40921
40944
  'update:expanded': (options: any) => true;
40922
40945
  'update:groupBy': (value: any) => true;
40923
- }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
40946
+ }, "headers" | "$children" | "v-slots" | "v-slot:default" | "modelValue" | "cellProps" | "items" | "itemValue" | "itemSelectable" | "rowProps" | "update:modelValue" | "v-slot:loader" | "v-slot:item" | "v-slot:no-data" | "v-slot:headers" | `v-slot:header.${string}` | "v-slot:data-table-group" | "v-slot:data-table-select" | `v-slot:item.${string}` | "v-slot:loading" | "v-slot:group-summary" | "v-slot:group-header" | "v-slot:expanded-row" | "v-slot:top" | "v-slot:bottom" | "v-slot:body" | "v-slot:colgroup" | "v-slot:tbody" | "v-slot:tfoot" | "v-slot:thead" | "v-slot:body.prepend" | "v-slot:body.append" | "v-slot:footer.prepend">, string, {
40924
40947
  page: string | number;
40925
40948
  expanded: readonly string[];
40926
40949
  style: vue.StyleValue;
@@ -40997,6 +41020,7 @@ declare const VDataTableServer: {
40997
41020
  }) => vue.VNode[];
40998
41021
  loading: () => vue.VNode[];
40999
41022
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
41023
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
41000
41024
  'no-data': () => vue.VNode[];
41001
41025
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
41002
41026
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -95379,76 +95403,76 @@ declare module 'vue' {
95379
95403
  VApp: VApp
95380
95404
  VAlert: VAlert
95381
95405
  VAlertTitle: VAlertTitle
95406
+ VAutocomplete: VAutocomplete
95382
95407
  VAppBar: VAppBar
95383
95408
  VAppBarNavIcon: VAppBarNavIcon
95384
95409
  VAppBarTitle: VAppBarTitle
95385
- VAutocomplete: VAutocomplete
95386
- VBottomNavigation: VBottomNavigation
95387
95410
  VAvatar: VAvatar
95388
- VBadge: VBadge
95389
- VBottomSheet: VBottomSheet
95390
95411
  VBanner: VBanner
95391
95412
  VBannerActions: VBannerActions
95392
95413
  VBannerText: VBannerText
95414
+ VBadge: VBadge
95393
95415
  VBtnToggle: VBtnToggle
95394
95416
  VBreadcrumbs: VBreadcrumbs
95395
95417
  VBreadcrumbsItem: VBreadcrumbsItem
95396
95418
  VBreadcrumbsDivider: VBreadcrumbsDivider
95397
95419
  VBtn: VBtn
95398
95420
  VBtnGroup: VBtnGroup
95399
- VCarousel: VCarousel
95400
- VCarouselItem: VCarouselItem
95401
- VChip: VChip
95402
- VCheckbox: VCheckbox
95403
- VCheckboxBtn: VCheckboxBtn
95421
+ VBottomSheet: VBottomSheet
95422
+ VBottomNavigation: VBottomNavigation
95404
95423
  VCard: VCard
95405
95424
  VCardActions: VCardActions
95406
95425
  VCardItem: VCardItem
95407
95426
  VCardSubtitle: VCardSubtitle
95408
95427
  VCardText: VCardText
95409
95428
  VCardTitle: VCardTitle
95429
+ VCarousel: VCarousel
95430
+ VCarouselItem: VCarouselItem
95431
+ VCheckbox: VCheckbox
95432
+ VCheckboxBtn: VCheckboxBtn
95433
+ VChip: VChip
95410
95434
  VChipGroup: VChipGroup
95411
95435
  VCode: VCode
95412
- VColorPicker: VColorPicker
95413
- VCombobox: VCombobox
95414
- VCounter: VCounter
95415
- VDataTable: VDataTable
95416
- VDataTableHeaders: VDataTableHeaders
95417
- VDataTableFooter: VDataTableFooter
95418
- VDataTableRows: VDataTableRows
95419
- VDataTableRow: VDataTableRow
95420
- VDataTableVirtual: VDataTableVirtual
95421
- VDataTableServer: VDataTableServer
95422
- VDialog: VDialog
95423
95436
  VDatePicker: VDatePicker
95424
95437
  VDatePickerControls: VDatePickerControls
95425
95438
  VDatePickerHeader: VDatePickerHeader
95426
95439
  VDatePickerMonth: VDatePickerMonth
95427
95440
  VDatePickerMonths: VDatePickerMonths
95428
95441
  VDatePickerYears: VDatePickerYears
95442
+ VColorPicker: VColorPicker
95443
+ VCombobox: VCombobox
95444
+ VCounter: VCounter
95429
95445
  VDivider: VDivider
95430
- VEmptyState: VEmptyState
95431
95446
  VExpansionPanels: VExpansionPanels
95432
95447
  VExpansionPanel: VExpansionPanel
95433
95448
  VExpansionPanelText: VExpansionPanelText
95434
95449
  VExpansionPanelTitle: VExpansionPanelTitle
95435
- VFileInput: VFileInput
95450
+ VDialog: VDialog
95451
+ VDataTable: VDataTable
95452
+ VDataTableHeaders: VDataTableHeaders
95453
+ VDataTableFooter: VDataTableFooter
95454
+ VDataTableRows: VDataTableRows
95455
+ VDataTableRow: VDataTableRow
95456
+ VDataTableVirtual: VDataTableVirtual
95457
+ VDataTableServer: VDataTableServer
95436
95458
  VFab: VFab
95437
- VFooter: VFooter
95459
+ VEmptyState: VEmptyState
95438
95460
  VField: VField
95439
95461
  VFieldLabel: VFieldLabel
95462
+ VFooter: VFooter
95463
+ VFileInput: VFileInput
95464
+ VImg: VImg
95440
95465
  VIcon: VIcon
95441
95466
  VComponentIcon: VComponentIcon
95442
95467
  VSvgIcon: VSvgIcon
95443
95468
  VLigatureIcon: VLigatureIcon
95444
95469
  VClassIcon: VClassIcon
95445
- VItemGroup: VItemGroup
95446
- VItem: VItem
95447
95470
  VInfiniteScroll: VInfiniteScroll
95448
- VImg: VImg
95449
- VInput: VInput
95450
95471
  VKbd: VKbd
95451
95472
  VLabel: VLabel
95473
+ VInput: VInput
95474
+ VItemGroup: VItemGroup
95475
+ VItem: VItem
95452
95476
  VList: VList
95453
95477
  VListGroup: VListGroup
95454
95478
  VListImg: VListImg
@@ -95460,72 +95484,73 @@ declare module 'vue' {
95460
95484
  VListSubheader: VListSubheader
95461
95485
  VMain: VMain
95462
95486
  VMessages: VMessages
95463
- VNavigationDrawer: VNavigationDrawer
95464
- VOtpInput: VOtpInput
95465
- VNumberInput: VNumberInput
95466
95487
  VMenu: VMenu
95467
- VProgressLinear: VProgressLinear
95468
- VOverlay: VOverlay
95469
95488
  VPagination: VPagination
95489
+ VOverlay: VOverlay
95490
+ VNavigationDrawer: VNavigationDrawer
95491
+ VNumberInput: VNumberInput
95492
+ VOtpInput: VOtpInput
95470
95493
  VProgressCircular: VProgressCircular
95471
- VRating: VRating
95494
+ VProgressLinear: VProgressLinear
95472
95495
  VRadioGroup: VRadioGroup
95496
+ VRating: VRating
95473
95497
  VSelect: VSelect
95498
+ VSelectionControlGroup: VSelectionControlGroup
95499
+ VSelectionControl: VSelectionControl
95474
95500
  VSheet: VSheet
95475
- VSlider: VSlider
95476
95501
  VSkeletonLoader: VSkeletonLoader
95477
- VSelectionControlGroup: VSelectionControlGroup
95478
95502
  VSlideGroup: VSlideGroup
95479
95503
  VSlideGroupItem: VSlideGroupItem
95480
- VSelectionControl: VSelectionControl
95504
+ VSlider: VSlider
95505
+ VSnackbar: VSnackbar
95481
95506
  VStepper: VStepper
95482
95507
  VStepperActions: VStepperActions
95483
95508
  VStepperHeader: VStepperHeader
95484
95509
  VStepperItem: VStepperItem
95485
95510
  VStepperWindow: VStepperWindow
95486
95511
  VStepperWindowItem: VStepperWindowItem
95487
- VSnackbar: VSnackbar
95488
95512
  VSwitch: VSwitch
95489
- VTable: VTable
95490
- VSystemBar: VSystemBar
95491
95513
  VTab: VTab
95492
95514
  VTabs: VTabs
95493
95515
  VTabsWindow: VTabsWindow
95494
95516
  VTabsWindowItem: VTabsWindowItem
95495
- VTextField: VTextField
95517
+ VSystemBar: VSystemBar
95496
95518
  VTextarea: VTextarea
95497
- VTimeline: VTimeline
95498
- VTimelineItem: VTimelineItem
95519
+ VTextField: VTextField
95520
+ VTable: VTable
95499
95521
  VTimePicker: VTimePicker
95500
95522
  VTimePickerClock: VTimePickerClock
95501
95523
  VTimePickerControls: VTimePickerControls
95502
95524
  VToolbar: VToolbar
95503
95525
  VToolbarTitle: VToolbarTitle
95504
95526
  VToolbarItems: VToolbarItems
95527
+ VTimeline: VTimeline
95528
+ VTimelineItem: VTimelineItem
95505
95529
  VTooltip: VTooltip
95506
- VWindow: VWindow
95507
- VWindowItem: VWindowItem
95508
95530
  VTreeview: VTreeview
95509
95531
  VTreeviewItem: VTreeviewItem
95510
95532
  VTreeviewGroup: VTreeviewGroup
95533
+ VWindow: VWindow
95534
+ VWindowItem: VWindowItem
95511
95535
  VConfirmEdit: VConfirmEdit
95512
95536
  VDataIterator: VDataIterator
95513
95537
  VDefaultsProvider: VDefaultsProvider
95514
95538
  VForm: VForm
95515
- VHover: VHover
95516
95539
  VContainer: VContainer
95517
95540
  VCol: VCol
95518
95541
  VRow: VRow
95519
95542
  VSpacer: VSpacer
95543
+ VHover: VHover
95544
+ VLazy: VLazy
95520
95545
  VLayout: VLayout
95521
95546
  VLayoutItem: VLayoutItem
95522
- VLazy: VLazy
95523
95547
  VLocaleProvider: VLocaleProvider
95524
95548
  VNoSsr: VNoSsr
95525
95549
  VParallax: VParallax
95526
- VRangeSlider: VRangeSlider
95527
95550
  VRadio: VRadio
95551
+ VRangeSlider: VRangeSlider
95528
95552
  VResponsive: VResponsive
95553
+ VSnackbarQueue: VSnackbarQueue
95529
95554
  VSparkline: VSparkline
95530
95555
  VSpeedDial: VSpeedDial
95531
95556
  VThemeProvider: VThemeProvider
@@ -95547,10 +95572,7 @@ declare module 'vue' {
95547
95572
  VExpandTransition: VExpandTransition
95548
95573
  VExpandXTransition: VExpandXTransition
95549
95574
  VDialogTransition: VDialogTransition
95550
- VSnackbarQueue: VSnackbarQueue
95551
95575
  VColorInput: VColorInput
95552
- VFileUpload: VFileUpload
95553
- VFileUploadItem: VFileUploadItem
95554
95576
  VCalendar: VCalendar
95555
95577
  VCalendarDay: VCalendarDay
95556
95578
  VCalendarHeader: VCalendarHeader
@@ -95558,21 +95580,23 @@ declare module 'vue' {
95558
95580
  VCalendarIntervalEvent: VCalendarIntervalEvent
95559
95581
  VCalendarMonthDay: VCalendarMonthDay
95560
95582
  VIconBtn: VIconBtn
95561
- VStepperVertical: VStepperVertical
95562
- VStepperVerticalItem: VStepperVerticalItem
95563
- VStepperVerticalActions: VStepperVerticalActions
95564
- VPicker: VPicker
95565
- VPickerTitle: VPickerTitle
95566
95583
  VPie: VPie
95567
95584
  VPieSegment: VPieSegment
95568
95585
  VPieTooltip: VPieTooltip
95586
+ VFileUpload: VFileUpload
95587
+ VFileUploadItem: VFileUploadItem
95588
+ VPicker: VPicker
95589
+ VPickerTitle: VPickerTitle
95590
+ VHotkey: VHotkey
95591
+ VStepperVertical: VStepperVertical
95592
+ VStepperVerticalItem: VStepperVerticalItem
95593
+ VStepperVerticalActions: VStepperVerticalActions
95569
95594
  VVideo: VVideo
95570
95595
  VVideoControls: VVideoControls
95571
95596
  VVideoVolume: VVideoVolume
95572
95597
  VDateInput: VDateInput
95573
95598
  VMaskInput: VMaskInput
95574
95599
  VPullToRefresh: VPullToRefresh
95575
- VHotkey: VHotkey
95576
95600
  }
95577
95601
  export interface GlobalDirectives {
95578
95602
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']