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

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 (222) hide show
  1. package/CHANGELOG.md +27 -3
  2. package/dist/json/attributes.json +2099 -2091
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +154 -154
  5. package/dist/json/tags.json +4 -2
  6. package/dist/json/web-types.json +3784 -3672
  7. package/dist/vuetify-labs.cjs +193 -96
  8. package/dist/vuetify-labs.css +5517 -5496
  9. package/dist/vuetify-labs.d.ts +211 -161
  10. package/dist/vuetify-labs.esm.js +193 -96
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +193 -96
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +171 -89
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2952 -2946
  17. package/dist/vuetify.d.ts +99 -89
  18. package/dist/vuetify.esm.js +171 -89
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +171 -89
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +228 -227
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VApp/VApp.d.ts +0 -25
  26. package/lib/components/VApp/VApp.js +3 -3
  27. package/lib/components/VApp/VApp.js.map +1 -1
  28. package/lib/components/VColorPicker/VColorPickerEdit.css +5 -0
  29. package/lib/components/VColorPicker/VColorPickerEdit.js +8 -1
  30. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerEdit.sass +5 -0
  32. package/lib/components/VColorPicker/VColorPickerPreview.js +8 -1
  33. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  34. package/lib/components/VColorPicker/util/index.d.ts +1 -0
  35. package/lib/components/VColorPicker/util/index.js +20 -10
  36. package/lib/components/VColorPicker/util/index.js.map +1 -1
  37. package/lib/components/VConfirmEdit/VConfirmEdit.js +1 -1
  38. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  39. package/lib/components/VDataIterator/VDataIterator.d.ts +2 -2
  40. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  41. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  42. package/lib/components/VDataTable/VDataTable.css +2 -1
  43. package/lib/components/VDataTable/VDataTable.d.ts +6 -4
  44. package/lib/components/VDataTable/VDataTable.js +1 -1
  45. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  46. package/lib/components/VDataTable/VDataTable.sass +2 -1
  47. package/lib/components/VDataTable/VDataTableRows.d.ts +14 -11
  48. package/lib/components/VDataTable/VDataTableRows.js +9 -0
  49. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  50. package/lib/components/VDataTable/VDataTableServer.d.ts +4 -2
  51. package/lib/components/VDataTable/VDataTableServer.js +1 -1
  52. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  53. package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -2
  54. package/lib/components/VDataTable/VDataTableVirtual.js +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  56. package/lib/components/VDataTable/composables/group.d.ts +13 -5
  57. package/lib/components/VDataTable/composables/group.js +11 -5
  58. package/lib/components/VDataTable/composables/group.js.map +1 -1
  59. package/lib/components/VDataTable/composables/headers.js +53 -42
  60. package/lib/components/VDataTable/composables/headers.js.map +1 -1
  61. package/lib/components/VDataTable/composables/paginate.d.ts +3 -3
  62. package/lib/components/VDataTable/composables/paginate.js.map +1 -1
  63. package/lib/components/VDataTable/composables/sort.js +1 -1
  64. package/lib/components/VDataTable/composables/sort.js.map +1 -1
  65. package/lib/components/VDataTable/types.d.ts +7 -1
  66. package/lib/components/VDataTable/types.js.map +1 -1
  67. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  68. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  69. package/lib/components/VSlider/VSliderThumb.css +2 -2
  70. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  71. package/lib/components/VTable/VTable.css +2 -2
  72. package/lib/components/VTable/VTable.js +32 -20
  73. package/lib/components/VTable/VTable.js.map +1 -1
  74. package/lib/components/VTable/VTable.sass +4 -4
  75. package/lib/components/VTreeview/VTreeviewChildren.d.ts +20 -2
  76. package/lib/components/VTreeview/VTreeviewChildren.js +7 -2
  77. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  78. package/lib/entry-bundler.js +1 -1
  79. package/lib/framework.d.ts +60 -60
  80. package/lib/framework.js +1 -1
  81. package/lib/labs/VColorInput/VColorInput.css +15 -0
  82. package/lib/labs/VColorInput/VColorInput.d.ts +287 -215
  83. package/lib/labs/VColorInput/VColorInput.js +23 -8
  84. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  85. package/lib/labs/VColorInput/VColorInput.sass +8 -0
  86. package/lib/labs/VColorInput/_variables.scss +2 -0
  87. package/lib/labs/VVideo/VVideoControls.js +1 -1
  88. package/lib/labs/VVideo/VVideoControls.js.map +1 -1
  89. package/lib/labs/VVideo/VVideoVolume.js +1 -1
  90. package/lib/labs/VVideo/VVideoVolume.js.map +1 -1
  91. package/lib/locale/af.d.ts +17 -0
  92. package/lib/locale/af.js +17 -0
  93. package/lib/locale/af.js.map +1 -1
  94. package/lib/locale/ar.d.ts +17 -0
  95. package/lib/locale/ar.js +17 -0
  96. package/lib/locale/ar.js.map +1 -1
  97. package/lib/locale/az.d.ts +17 -0
  98. package/lib/locale/az.js +17 -0
  99. package/lib/locale/az.js.map +1 -1
  100. package/lib/locale/bg.d.ts +17 -0
  101. package/lib/locale/bg.js +17 -0
  102. package/lib/locale/bg.js.map +1 -1
  103. package/lib/locale/ca.d.ts +17 -0
  104. package/lib/locale/ca.js +17 -0
  105. package/lib/locale/ca.js.map +1 -1
  106. package/lib/locale/ckb.d.ts +17 -0
  107. package/lib/locale/ckb.js +17 -0
  108. package/lib/locale/ckb.js.map +1 -1
  109. package/lib/locale/cs.d.ts +17 -0
  110. package/lib/locale/cs.js +17 -0
  111. package/lib/locale/cs.js.map +1 -1
  112. package/lib/locale/da.d.ts +17 -0
  113. package/lib/locale/da.js +17 -0
  114. package/lib/locale/da.js.map +1 -1
  115. package/lib/locale/de.d.ts +17 -0
  116. package/lib/locale/de.js +17 -0
  117. package/lib/locale/de.js.map +1 -1
  118. package/lib/locale/el.d.ts +17 -0
  119. package/lib/locale/el.js +17 -0
  120. package/lib/locale/el.js.map +1 -1
  121. package/lib/locale/en.d.ts +17 -0
  122. package/lib/locale/en.js +17 -0
  123. package/lib/locale/en.js.map +1 -1
  124. package/lib/locale/es.d.ts +17 -0
  125. package/lib/locale/es.js +17 -0
  126. package/lib/locale/es.js.map +1 -1
  127. package/lib/locale/et.d.ts +17 -0
  128. package/lib/locale/et.js +17 -0
  129. package/lib/locale/et.js.map +1 -1
  130. package/lib/locale/fa.d.ts +17 -0
  131. package/lib/locale/fa.js +17 -0
  132. package/lib/locale/fa.js.map +1 -1
  133. package/lib/locale/fi.d.ts +17 -0
  134. package/lib/locale/fi.js +17 -0
  135. package/lib/locale/fi.js.map +1 -1
  136. package/lib/locale/fr.d.ts +17 -0
  137. package/lib/locale/fr.js +17 -0
  138. package/lib/locale/fr.js.map +1 -1
  139. package/lib/locale/he.d.ts +17 -0
  140. package/lib/locale/he.js +17 -0
  141. package/lib/locale/he.js.map +1 -1
  142. package/lib/locale/hr.d.ts +17 -0
  143. package/lib/locale/hr.js +17 -0
  144. package/lib/locale/hr.js.map +1 -1
  145. package/lib/locale/hu.d.ts +17 -0
  146. package/lib/locale/hu.js +17 -0
  147. package/lib/locale/hu.js.map +1 -1
  148. package/lib/locale/id.d.ts +17 -0
  149. package/lib/locale/id.js +17 -0
  150. package/lib/locale/id.js.map +1 -1
  151. package/lib/locale/it.d.ts +17 -0
  152. package/lib/locale/it.js +17 -0
  153. package/lib/locale/it.js.map +1 -1
  154. package/lib/locale/ja.d.ts +17 -0
  155. package/lib/locale/ja.js +17 -0
  156. package/lib/locale/ja.js.map +1 -1
  157. package/lib/locale/km.d.ts +17 -0
  158. package/lib/locale/km.js +17 -0
  159. package/lib/locale/km.js.map +1 -1
  160. package/lib/locale/ko.d.ts +17 -0
  161. package/lib/locale/ko.js +17 -0
  162. package/lib/locale/ko.js.map +1 -1
  163. package/lib/locale/lt.d.ts +17 -0
  164. package/lib/locale/lt.js +17 -0
  165. package/lib/locale/lt.js.map +1 -1
  166. package/lib/locale/lv.d.ts +17 -0
  167. package/lib/locale/lv.js +17 -0
  168. package/lib/locale/lv.js.map +1 -1
  169. package/lib/locale/nl.d.ts +17 -0
  170. package/lib/locale/nl.js +17 -0
  171. package/lib/locale/nl.js.map +1 -1
  172. package/lib/locale/no.d.ts +17 -0
  173. package/lib/locale/no.js +17 -0
  174. package/lib/locale/no.js.map +1 -1
  175. package/lib/locale/pl.d.ts +17 -0
  176. package/lib/locale/pl.js +17 -0
  177. package/lib/locale/pl.js.map +1 -1
  178. package/lib/locale/pt.d.ts +17 -0
  179. package/lib/locale/pt.js +17 -0
  180. package/lib/locale/pt.js.map +1 -1
  181. package/lib/locale/ro.d.ts +17 -0
  182. package/lib/locale/ro.js +17 -0
  183. package/lib/locale/ro.js.map +1 -1
  184. package/lib/locale/ru.d.ts +17 -0
  185. package/lib/locale/ru.js +17 -0
  186. package/lib/locale/ru.js.map +1 -1
  187. package/lib/locale/sk.d.ts +17 -0
  188. package/lib/locale/sk.js +17 -0
  189. package/lib/locale/sk.js.map +1 -1
  190. package/lib/locale/sl.d.ts +17 -0
  191. package/lib/locale/sl.js +17 -0
  192. package/lib/locale/sl.js.map +1 -1
  193. package/lib/locale/sr-Cyrl.d.ts +17 -0
  194. package/lib/locale/sr-Cyrl.js +17 -0
  195. package/lib/locale/sr-Cyrl.js.map +1 -1
  196. package/lib/locale/sr-Latn.d.ts +17 -0
  197. package/lib/locale/sr-Latn.js +17 -0
  198. package/lib/locale/sr-Latn.js.map +1 -1
  199. package/lib/locale/sv.d.ts +17 -0
  200. package/lib/locale/sv.js +17 -0
  201. package/lib/locale/sv.js.map +1 -1
  202. package/lib/locale/th.d.ts +17 -0
  203. package/lib/locale/th.js +17 -0
  204. package/lib/locale/th.js.map +1 -1
  205. package/lib/locale/tr.d.ts +17 -0
  206. package/lib/locale/tr.js +17 -0
  207. package/lib/locale/tr.js.map +1 -1
  208. package/lib/locale/uk.d.ts +17 -0
  209. package/lib/locale/uk.js +17 -0
  210. package/lib/locale/uk.js.map +1 -1
  211. package/lib/locale/vi.d.ts +17 -0
  212. package/lib/locale/vi.js +17 -0
  213. package/lib/locale/vi.js.map +1 -1
  214. package/lib/locale/zh-Hans.d.ts +17 -0
  215. package/lib/locale/zh-Hans.js +17 -0
  216. package/lib/locale/zh-Hans.js.map +1 -1
  217. package/lib/locale/zh-Hant.d.ts +17 -0
  218. package/lib/locale/zh-Hant.js +17 -0
  219. package/lib/locale/zh-Hant.js.map +1 -1
  220. package/lib/util/getScrollParent.js +3 -1
  221. package/lib/util/getScrollParent.js.map +1 -1
  222. package/package.json +1 -1
@@ -919,7 +919,15 @@ interface Group<T = any> {
919
919
  id: string;
920
920
  key: string;
921
921
  value: any;
922
- items: readonly (T | Group<T>)[];
922
+ items: readonly (T | Group<T> | GroupSummary<T>)[];
923
+ }
924
+ interface GroupSummary<T = any> {
925
+ type: 'group-summary';
926
+ depth: number;
927
+ id: string;
928
+ key: string;
929
+ value: any;
930
+ items: readonly (T | Group<T> | GroupSummary<T>)[];
923
931
  }
924
932
  declare function provideGroupBy(options: {
925
933
  groupBy: Ref<readonly SortItem[]>;
@@ -930,7 +938,7 @@ declare function provideGroupBy(options: {
930
938
  toggleGroup: (group: Group) => void;
931
939
  opened: Ref<Set<string> & Omit<Set<string>, keyof Set<any>>, Set<string> | (Set<string> & Omit<Set<string>, keyof Set<any>>)>;
932
940
  groupBy: Ref<readonly SortItem[], readonly SortItem[]>;
933
- extractRows: <T extends GroupableItem>(items: readonly (T | Group<T>)[]) => T[];
941
+ extractRows: <T extends GroupableItem>(items: readonly (T | Group<T> | GroupSummary<T>)[]) => T[];
934
942
  isGroupOpen: (group: Group) => boolean;
935
943
  };
936
944
 
@@ -1035,6 +1043,12 @@ type GroupHeaderSlot = {
1035
1043
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
1036
1044
  isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
1037
1045
  };
1046
+ type GroupSummarySlot = {
1047
+ index: number;
1048
+ item: GroupSummary;
1049
+ columns: InternalDataTableHeader[];
1050
+ toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
1051
+ };
1038
1052
  type ItemSlotBase<T> = {
1039
1053
  index: number;
1040
1054
  item: T;
@@ -3392,7 +3406,6 @@ interface Blueprint extends Omit<VuetifyOptions, 'blueprint'> {
3392
3406
  declare const VApp: {
3393
3407
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
3394
3408
  style: vue.StyleValue;
3395
- fullHeight: boolean;
3396
3409
  } & {
3397
3410
  class?: any;
3398
3411
  theme?: string | undefined;
@@ -3430,7 +3443,6 @@ declare const VApp: {
3430
3443
  theme: ThemeInstance;
3431
3444
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
3432
3445
  style: vue.StyleValue;
3433
- fullHeight: boolean;
3434
3446
  }, true, {}, vue.SlotsType<Partial<{
3435
3447
  default: () => vue.VNode[];
3436
3448
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -3442,7 +3454,6 @@ declare const VApp: {
3442
3454
  Defaults: {};
3443
3455
  }, {
3444
3456
  style: vue.StyleValue;
3445
- fullHeight: boolean;
3446
3457
  } & {
3447
3458
  class?: any;
3448
3459
  theme?: string | undefined;
@@ -3480,14 +3491,12 @@ declare const VApp: {
3480
3491
  theme: ThemeInstance;
3481
3492
  }, {}, {}, {}, {
3482
3493
  style: vue.StyleValue;
3483
- fullHeight: boolean;
3484
3494
  }>;
3485
3495
  __isFragment?: never;
3486
3496
  __isTeleport?: never;
3487
3497
  __isSuspense?: never;
3488
3498
  } & vue.ComponentOptionsBase<{
3489
3499
  style: vue.StyleValue;
3490
- fullHeight: boolean;
3491
3500
  } & {
3492
3501
  class?: any;
3493
3502
  theme?: string | undefined;
@@ -3525,16 +3534,11 @@ declare const VApp: {
3525
3534
  theme: ThemeInstance;
3526
3535
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
3527
3536
  style: vue.StyleValue;
3528
- fullHeight: boolean;
3529
3537
  }, {}, string, vue.SlotsType<Partial<{
3530
3538
  default: () => vue.VNode[];
3531
3539
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3532
3540
  theme: StringConstructor;
3533
3541
  overlaps: vue.Prop<string[]>;
3534
- fullHeight: {
3535
- type: vue.PropType<boolean>;
3536
- default: boolean;
3537
- };
3538
3542
  class: vue.PropType<ClassValue>;
3539
3543
  style: {
3540
3544
  type: vue.PropType<vue.StyleValue>;
@@ -3543,10 +3547,6 @@ declare const VApp: {
3543
3547
  }, vue.ExtractPropTypes<{
3544
3548
  theme: StringConstructor;
3545
3549
  overlaps: vue.Prop<string[]>;
3546
- fullHeight: {
3547
- type: vue.PropType<boolean>;
3548
- default: boolean;
3549
- };
3550
3550
  class: vue.PropType<ClassValue>;
3551
3551
  style: {
3552
3552
  type: vue.PropType<vue.StyleValue>;
@@ -29199,6 +29199,7 @@ declare const modes: {
29199
29199
  label: string;
29200
29200
  getValue: (c: string) => string;
29201
29201
  getColor: (c: string, v: string) => string;
29202
+ localeKey: string;
29202
29203
  }[];
29203
29204
  inputProps: Record<string, unknown>;
29204
29205
  from: (color: any) => HSV;
@@ -37975,7 +37976,7 @@ type VDataIteratorSlotProps<T> = {
37975
37976
  isGroupOpen: ReturnType<typeof provideGroupBy>['isGroupOpen'];
37976
37977
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
37977
37978
  items: readonly DataIteratorItem<T>[];
37978
- groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>>)[];
37979
+ groupedItems: readonly (DataIteratorItem<T> | Group<DataIteratorItem<T>> | GroupSummary<DataIteratorItem<T>>)[];
37979
37980
  };
37980
37981
  type VDataIteratorSlots<T> = {
37981
37982
  default: VDataIteratorSlotProps<T>;
@@ -38968,6 +38969,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
38968
38969
  };
38969
38970
  loading: never;
38970
38971
  'group-header': GroupHeaderSlot;
38972
+ 'group-summary': GroupSummarySlot;
38971
38973
  'no-data': never;
38972
38974
  'expanded-row': ItemSlot$1<T>;
38973
38975
  };
@@ -38982,7 +38984,7 @@ declare const VDataTableRows: {
38982
38984
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
38983
38985
  cellProps?: CellProps<any> | undefined;
38984
38986
  rowProps?: RowProps<any> | undefined;
38985
- }, {}, 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, {
38987
+ }, {}, 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, {
38986
38988
  mobile: boolean | null;
38987
38989
  noDataText: string;
38988
38990
  loadingText: string;
@@ -39017,6 +39019,7 @@ declare const VDataTableRows: {
39017
39019
  }) => vue.VNode[];
39018
39020
  loading: () => vue.VNode[];
39019
39021
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39022
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
39020
39023
  'no-data': () => vue.VNode[];
39021
39024
  'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
39022
39025
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
@@ -39055,7 +39058,7 @@ declare const VDataTableRows: {
39055
39058
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
39056
39059
  cellProps?: CellProps<any> | undefined;
39057
39060
  rowProps?: RowProps<any> | undefined;
39058
- }, {}, 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, {
39061
+ }, {}, 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, {
39059
39062
  mobile: boolean | null;
39060
39063
  noDataText: string;
39061
39064
  loadingText: string;
@@ -39090,10 +39093,11 @@ declare const VDataTableRows: {
39090
39093
  }) => vue.VNode[];
39091
39094
  loading: () => vue.VNode[];
39092
39095
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39096
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
39093
39097
  'no-data': () => vue.VNode[];
39094
39098
  'expanded-row': (arg: ItemSlot$1<unknown>) => vue.VNode[];
39095
39099
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
39096
- items?: readonly (DataTableItem<T> | Group<T>)[];
39100
+ items?: readonly (DataTableItem<T> | Group<T> | GroupSummary<T>)[];
39097
39101
  }, slots: VDataTableRowsSlots<T>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
39098
39102
  mobile: {
39099
39103
  type: PropType<boolean | null>;
@@ -39107,7 +39111,7 @@ declare const VDataTableRows: {
39107
39111
  };
39108
39112
  hideNoData: BooleanConstructor;
39109
39113
  items: {
39110
- type: PropType<readonly (DataTableItem | Group)[]>;
39114
+ type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
39111
39115
  default: () => never[];
39112
39116
  };
39113
39117
  noDataText: {
@@ -39129,7 +39133,7 @@ declare const VDataTableRows: {
39129
39133
  };
39130
39134
  hideNoData: BooleanConstructor;
39131
39135
  items: {
39132
- type: PropType<readonly (DataTableItem | Group)[]>;
39136
+ type: PropType<readonly (DataTableItem | Group | GroupSummary)[]>;
39133
39137
  default: () => never[];
39134
39138
  };
39135
39139
  noDataText: {
@@ -39160,7 +39164,7 @@ type VDataTableSlotProps<T> = {
39160
39164
  toggleGroup: ReturnType<typeof provideGroupBy>['toggleGroup'];
39161
39165
  items: readonly T[];
39162
39166
  internalItems: readonly DataTableItem[];
39163
- groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>>)[];
39167
+ groupedItems: readonly (DataTableItem<T> | Group<DataTableItem<T>> | GroupSummary<DataTableItem<T>>)[];
39164
39168
  columns: InternalDataTableHeader[];
39165
39169
  headers: InternalDataTableHeader[][];
39166
39170
  };
@@ -39259,7 +39263,7 @@ declare const VDataTable: {
39259
39263
  'update:groupBy': (value: any) => true;
39260
39264
  'update:expanded': (value: any) => true;
39261
39265
  'update:currentItems': (value: any) => true;
39262
- }, "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, {
39266
+ }, "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, {
39263
39267
  page: string | number;
39264
39268
  expanded: readonly string[];
39265
39269
  style: vue.StyleValue;
@@ -39338,6 +39342,7 @@ declare const VDataTable: {
39338
39342
  }) => vue.VNode[];
39339
39343
  loading: () => vue.VNode[];
39340
39344
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39345
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
39341
39346
  'no-data': () => vue.VNode[];
39342
39347
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
39343
39348
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -39564,7 +39569,7 @@ declare const VDataTable: {
39564
39569
  'update:groupBy': (value: any) => true;
39565
39570
  'update:expanded': (value: any) => true;
39566
39571
  'update:currentItems': (value: any) => true;
39567
- }, "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, {
39572
+ }, "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, {
39568
39573
  page: string | number;
39569
39574
  expanded: readonly string[];
39570
39575
  style: vue.StyleValue;
@@ -39643,6 +39648,7 @@ declare const VDataTable: {
39643
39648
  }) => vue.VNode[];
39644
39649
  loading: () => vue.VNode[];
39645
39650
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
39651
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
39646
39652
  'no-data': () => vue.VNode[];
39647
39653
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
39648
39654
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40344,7 +40350,7 @@ declare const VDataTableVirtual: {
40344
40350
  'update:options': (value: any) => true;
40345
40351
  'update:groupBy': (value: any) => true;
40346
40352
  'update:expanded': (value: any) => true;
40347
- }, "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, {
40353
+ }, "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, {
40348
40354
  expanded: readonly string[];
40349
40355
  style: vue.StyleValue;
40350
40356
  mobile: boolean | null;
@@ -40409,6 +40415,7 @@ declare const VDataTableVirtual: {
40409
40415
  }) => vue.VNode[];
40410
40416
  loading: () => vue.VNode[];
40411
40417
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
40418
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
40412
40419
  'no-data': () => vue.VNode[];
40413
40420
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
40414
40421
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40581,7 +40588,7 @@ declare const VDataTableVirtual: {
40581
40588
  'update:options': (value: any) => true;
40582
40589
  'update:groupBy': (value: any) => true;
40583
40590
  'update:expanded': (value: any) => true;
40584
- }, "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, {
40591
+ }, "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, {
40585
40592
  expanded: readonly string[];
40586
40593
  style: vue.StyleValue;
40587
40594
  mobile: boolean | null;
@@ -40646,6 +40653,7 @@ declare const VDataTableVirtual: {
40646
40653
  }) => vue.VNode[];
40647
40654
  loading: () => vue.VNode[];
40648
40655
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
40656
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
40649
40657
  'no-data': () => vue.VNode[];
40650
40658
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
40651
40659
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -40986,7 +40994,7 @@ declare const VDataTableServer: {
40986
40994
  'update:options': (options: any) => true;
40987
40995
  'update:expanded': (options: any) => true;
40988
40996
  'update:groupBy': (value: any) => true;
40989
- }, "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, {
40997
+ }, "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, {
40990
40998
  page: string | number;
40991
40999
  expanded: readonly string[];
40992
41000
  style: vue.StyleValue;
@@ -41063,6 +41071,7 @@ declare const VDataTableServer: {
41063
41071
  }) => vue.VNode[];
41064
41072
  loading: () => vue.VNode[];
41065
41073
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
41074
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
41066
41075
  'no-data': () => vue.VNode[];
41067
41076
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
41068
41077
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -41276,7 +41285,7 @@ declare const VDataTableServer: {
41276
41285
  'update:options': (options: any) => true;
41277
41286
  'update:expanded': (options: any) => true;
41278
41287
  'update:groupBy': (value: any) => true;
41279
- }, "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, {
41288
+ }, "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, {
41280
41289
  page: string | number;
41281
41290
  expanded: readonly string[];
41282
41291
  style: vue.StyleValue;
@@ -41353,6 +41362,7 @@ declare const VDataTableServer: {
41353
41362
  }) => vue.VNode[];
41354
41363
  loading: () => vue.VNode[];
41355
41364
  'group-header': (arg: GroupHeaderSlot) => vue.VNode[];
41365
+ 'group-summary': (arg: GroupSummarySlot) => vue.VNode[];
41356
41366
  'no-data': () => vue.VNode[];
41357
41367
  'expanded-row': (arg: ItemSlot$1<any>) => vue.VNode[];
41358
41368
  headers: (arg: HeadersSlotProps) => vue.VNode[];
@@ -98095,6 +98105,8 @@ type VColorInputActionsSlot = {
98095
98105
  cancel: () => void;
98096
98106
  isPristine: boolean;
98097
98107
  };
98108
+ declare const availablePipLocations: readonly ["prepend", "prepend-inner", "append", "append-inner"];
98109
+ type PipLocation = typeof availablePipLocations[number];
98098
98110
  declare const VColorInput: {
98099
98111
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
98100
98112
  flat: boolean;
@@ -98142,8 +98154,11 @@ declare const VColorInput: {
98142
98154
  cancelText: string;
98143
98155
  okText: string;
98144
98156
  hideActions: boolean;
98145
- pip: boolean;
98157
+ hidePip: boolean;
98158
+ colorPip: boolean;
98146
98159
  pipIcon: string;
98160
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98161
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98147
98162
  } & {
98148
98163
  name?: string | undefined;
98149
98164
  location?: Anchor | null | undefined;
@@ -98317,8 +98332,11 @@ declare const VColorInput: {
98317
98332
  cancelText: string;
98318
98333
  okText: string;
98319
98334
  hideActions: boolean;
98320
- pip: boolean;
98335
+ hidePip: boolean;
98336
+ colorPip: boolean;
98321
98337
  pipIcon: string;
98338
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98339
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98322
98340
  }, true, {}, vue.SlotsType<Partial<{
98323
98341
  message: (arg: VMessageSlot) => vue.VNode[];
98324
98342
  clear: (arg: DefaultInputSlot & {
@@ -98390,8 +98408,11 @@ declare const VColorInput: {
98390
98408
  cancelText: string;
98391
98409
  okText: string;
98392
98410
  hideActions: boolean;
98393
- pip: boolean;
98411
+ hidePip: boolean;
98412
+ colorPip: boolean;
98394
98413
  pipIcon: string;
98414
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98415
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98395
98416
  } & {
98396
98417
  name?: string | undefined;
98397
98418
  location?: Anchor | null | undefined;
@@ -98563,8 +98584,11 @@ declare const VColorInput: {
98563
98584
  cancelText: string;
98564
98585
  okText: string;
98565
98586
  hideActions: boolean;
98566
- pip: boolean;
98587
+ hidePip: boolean;
98588
+ colorPip: boolean;
98567
98589
  pipIcon: string;
98590
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98591
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98568
98592
  }>;
98569
98593
  __isFragment?: never;
98570
98594
  __isTeleport?: never;
@@ -98615,8 +98639,11 @@ declare const VColorInput: {
98615
98639
  cancelText: string;
98616
98640
  okText: string;
98617
98641
  hideActions: boolean;
98618
- pip: boolean;
98642
+ hidePip: boolean;
98643
+ colorPip: boolean;
98619
98644
  pipIcon: string;
98645
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98646
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98620
98647
  } & {
98621
98648
  name?: string | undefined;
98622
98649
  location?: Anchor | null | undefined;
@@ -98790,8 +98817,11 @@ declare const VColorInput: {
98790
98817
  cancelText: string;
98791
98818
  okText: string;
98792
98819
  hideActions: boolean;
98793
- pip: boolean;
98820
+ hidePip: boolean;
98821
+ colorPip: boolean;
98794
98822
  pipIcon: string;
98823
+ pipLocation: "append" | "prepend" | "prepend-inner" | "append-inner";
98824
+ pipVariant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
98795
98825
  }, {}, string, vue.SlotsType<Partial<{
98796
98826
  message: (arg: VMessageSlot) => vue.VNode[];
98797
98827
  clear: (arg: DefaultInputSlot & {
@@ -98811,7 +98841,7 @@ declare const VColorInput: {
98811
98841
  actions: (arg: VColorInputActionsSlot) => vue.VNode[];
98812
98842
  default: () => vue.VNode[];
98813
98843
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
98814
- location: vue.PropType<Anchor | null>;
98844
+ location: PropType<Anchor | null>;
98815
98845
  height: (StringConstructor | NumberConstructor)[];
98816
98846
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
98817
98847
  color: StringConstructor;
@@ -98820,23 +98850,23 @@ declare const VColorInput: {
98820
98850
  minHeight: (StringConstructor | NumberConstructor)[];
98821
98851
  minWidth: (StringConstructor | NumberConstructor)[];
98822
98852
  position: {
98823
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
98853
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
98824
98854
  validator: (v: any) => boolean;
98825
98855
  };
98826
98856
  style: {
98827
- type: vue.PropType<vue.StyleValue>;
98857
+ type: PropType<vue.StyleValue>;
98828
98858
  default: null;
98829
98859
  };
98830
98860
  title: StringConstructor;
98831
98861
  disabled: BooleanConstructor;
98832
- class: vue.PropType<ClassValue>;
98862
+ class: PropType<ClassValue>;
98833
98863
  theme: StringConstructor;
98834
98864
  tag: {
98835
- type: vue.PropType<string | JSXComponent>;
98865
+ type: PropType<string | JSXComponent>;
98836
98866
  default: string;
98837
98867
  };
98838
98868
  mode: {
98839
- type: vue.PropType<keyof typeof modes>;
98869
+ type: PropType<keyof typeof modes>;
98840
98870
  default: string;
98841
98871
  validator: (v: string) => boolean;
98842
98872
  };
@@ -98846,7 +98876,7 @@ declare const VColorInput: {
98846
98876
  validator(v: any): boolean;
98847
98877
  };
98848
98878
  modelValue: {
98849
- type: vue.PropType<Record<string, unknown> | string | undefined | null>;
98879
+ type: PropType<Record<string, unknown> | string | undefined | null>;
98850
98880
  };
98851
98881
  rounded: {
98852
98882
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -98860,13 +98890,13 @@ declare const VColorInput: {
98860
98890
  default: number;
98861
98891
  };
98862
98892
  modes: {
98863
- type: vue.PropType<readonly (keyof typeof modes)[]>;
98893
+ type: PropType<readonly (keyof typeof modes)[]>;
98864
98894
  default: () => string[];
98865
98895
  validator: (v: any) => boolean;
98866
98896
  };
98867
- swatches: vue.PropType<vue.DeepReadonly<Color[][]>>;
98897
+ swatches: PropType<vue.DeepReadonly<Color[][]>>;
98868
98898
  hideHeader: {
98869
- type: vue.PropType<boolean>;
98899
+ type: PropType<boolean>;
98870
98900
  default: boolean;
98871
98901
  };
98872
98902
  canvasHeight: {
@@ -98882,10 +98912,10 @@ declare const VColorInput: {
98882
98912
  default: number;
98883
98913
  };
98884
98914
  loading: (StringConstructor | BooleanConstructor)[];
98885
- appendInnerIcon: vue.PropType<IconValue>;
98915
+ appendInnerIcon: PropType<IconValue>;
98886
98916
  clearable: BooleanConstructor;
98887
98917
  clearIcon: {
98888
- type: vue.PropType<IconValue>;
98918
+ type: PropType<IconValue>;
98889
98919
  default: string;
98890
98920
  };
98891
98921
  active: BooleanConstructor;
@@ -98902,21 +98932,21 @@ declare const VColorInput: {
98902
98932
  iconColor: (StringConstructor | BooleanConstructor)[];
98903
98933
  label: StringConstructor;
98904
98934
  persistentClear: BooleanConstructor;
98905
- prependInnerIcon: vue.PropType<IconValue>;
98935
+ prependInnerIcon: PropType<IconValue>;
98906
98936
  reverse: BooleanConstructor;
98907
98937
  singleLine: BooleanConstructor;
98908
98938
  variant: {
98909
- type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
98939
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
98910
98940
  default: string;
98911
98941
  validator: (v: any) => boolean;
98912
98942
  };
98913
- 'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
98914
- 'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
98915
- 'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
98943
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
98944
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
98945
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
98916
98946
  focused: BooleanConstructor;
98917
- 'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
98947
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
98918
98948
  errorMessages: {
98919
- type: vue.PropType<string | readonly string[] | null>;
98949
+ type: PropType<string | readonly string[] | null>;
98920
98950
  default: () => never[];
98921
98951
  };
98922
98952
  maxErrors: {
@@ -98925,42 +98955,42 @@ declare const VColorInput: {
98925
98955
  };
98926
98956
  name: StringConstructor;
98927
98957
  readonly: {
98928
- type: vue.PropType<boolean | null>;
98958
+ type: PropType<boolean | null>;
98929
98959
  default: null;
98930
98960
  };
98931
98961
  rules: {
98932
- type: vue.PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
98962
+ type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
98933
98963
  default: () => never[];
98934
98964
  };
98935
- validateOn: vue.PropType<ValidationProps["validateOn"]>;
98965
+ validateOn: PropType<ValidationProps["validateOn"]>;
98936
98966
  validationValue: null;
98937
98967
  width: (StringConstructor | NumberConstructor)[];
98938
98968
  density: {
98939
- type: vue.PropType<Density>;
98969
+ type: PropType<Density>;
98940
98970
  default: string;
98941
98971
  validator: (v: any) => boolean;
98942
98972
  };
98943
98973
  id: StringConstructor;
98944
- appendIcon: vue.PropType<IconValue>;
98945
- prependIcon: vue.PropType<IconValue>;
98946
- hideDetails: vue.PropType<boolean | "auto">;
98974
+ appendIcon: PropType<IconValue>;
98975
+ prependIcon: PropType<IconValue>;
98976
+ hideDetails: PropType<boolean | "auto">;
98947
98977
  hideSpinButtons: BooleanConstructor;
98948
98978
  hint: StringConstructor;
98949
98979
  persistentHint: BooleanConstructor;
98950
98980
  messages: {
98951
- type: vue.PropType<string | readonly string[]>;
98981
+ type: PropType<string | readonly string[]>;
98952
98982
  default: () => never[];
98953
98983
  };
98954
98984
  direction: {
98955
- type: vue.PropType<"horizontal" | "vertical">;
98985
+ type: PropType<"horizontal" | "vertical">;
98956
98986
  default: string;
98957
98987
  validator: (v: any) => boolean;
98958
98988
  };
98959
- 'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
98960
- 'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
98989
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
98990
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
98961
98991
  autofocus: BooleanConstructor;
98962
98992
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
98963
- counterValue: vue.PropType<number | ((value: any) => number)>;
98993
+ counterValue: PropType<number | ((value: any) => number)>;
98964
98994
  prefix: StringConstructor;
98965
98995
  placeholder: StringConstructor;
98966
98996
  persistentPlaceholder: BooleanConstructor;
@@ -98971,7 +99001,7 @@ declare const VColorInput: {
98971
99001
  type: StringConstructor;
98972
99002
  default: string;
98973
99003
  };
98974
- modelModifiers: vue.PropType<Record<string, boolean>>;
99004
+ modelModifiers: PropType<Record<string, boolean>>;
98975
99005
  cancelText: {
98976
99006
  type: StringConstructor;
98977
99007
  default: string;
@@ -98981,13 +99011,23 @@ declare const VColorInput: {
98981
99011
  default: string;
98982
99012
  };
98983
99013
  hideActions: BooleanConstructor;
98984
- pip: BooleanConstructor;
99014
+ hidePip: BooleanConstructor;
99015
+ colorPip: BooleanConstructor;
98985
99016
  pipIcon: {
98986
99017
  type: StringConstructor;
98987
99018
  default: string;
98988
99019
  };
99020
+ pipLocation: {
99021
+ type: PropType<PipLocation>;
99022
+ default: string;
99023
+ validator: (v: any) => boolean;
99024
+ };
99025
+ pipVariant: {
99026
+ type: PropType<VAvatar["$props"]["variant"]>;
99027
+ default: string;
99028
+ };
98989
99029
  }, vue.ExtractPropTypes<{
98990
- location: vue.PropType<Anchor | null>;
99030
+ location: PropType<Anchor | null>;
98991
99031
  height: (StringConstructor | NumberConstructor)[];
98992
99032
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
98993
99033
  color: StringConstructor;
@@ -98996,23 +99036,23 @@ declare const VColorInput: {
98996
99036
  minHeight: (StringConstructor | NumberConstructor)[];
98997
99037
  minWidth: (StringConstructor | NumberConstructor)[];
98998
99038
  position: {
98999
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
99039
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
99000
99040
  validator: (v: any) => boolean;
99001
99041
  };
99002
99042
  style: {
99003
- type: vue.PropType<vue.StyleValue>;
99043
+ type: PropType<vue.StyleValue>;
99004
99044
  default: null;
99005
99045
  };
99006
99046
  title: StringConstructor;
99007
99047
  disabled: BooleanConstructor;
99008
- class: vue.PropType<ClassValue>;
99048
+ class: PropType<ClassValue>;
99009
99049
  theme: StringConstructor;
99010
99050
  tag: {
99011
- type: vue.PropType<string | JSXComponent>;
99051
+ type: PropType<string | JSXComponent>;
99012
99052
  default: string;
99013
99053
  };
99014
99054
  mode: {
99015
- type: vue.PropType<keyof typeof modes>;
99055
+ type: PropType<keyof typeof modes>;
99016
99056
  default: string;
99017
99057
  validator: (v: string) => boolean;
99018
99058
  };
@@ -99022,7 +99062,7 @@ declare const VColorInput: {
99022
99062
  validator(v: any): boolean;
99023
99063
  };
99024
99064
  modelValue: {
99025
- type: vue.PropType<Record<string, unknown> | string | undefined | null>;
99065
+ type: PropType<Record<string, unknown> | string | undefined | null>;
99026
99066
  };
99027
99067
  rounded: {
99028
99068
  type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
@@ -99036,13 +99076,13 @@ declare const VColorInput: {
99036
99076
  default: number;
99037
99077
  };
99038
99078
  modes: {
99039
- type: vue.PropType<readonly (keyof typeof modes)[]>;
99079
+ type: PropType<readonly (keyof typeof modes)[]>;
99040
99080
  default: () => string[];
99041
99081
  validator: (v: any) => boolean;
99042
99082
  };
99043
- swatches: vue.PropType<vue.DeepReadonly<Color[][]>>;
99083
+ swatches: PropType<vue.DeepReadonly<Color[][]>>;
99044
99084
  hideHeader: {
99045
- type: vue.PropType<boolean>;
99085
+ type: PropType<boolean>;
99046
99086
  default: boolean;
99047
99087
  };
99048
99088
  canvasHeight: {
@@ -99058,10 +99098,10 @@ declare const VColorInput: {
99058
99098
  default: number;
99059
99099
  };
99060
99100
  loading: (StringConstructor | BooleanConstructor)[];
99061
- appendInnerIcon: vue.PropType<IconValue>;
99101
+ appendInnerIcon: PropType<IconValue>;
99062
99102
  clearable: BooleanConstructor;
99063
99103
  clearIcon: {
99064
- type: vue.PropType<IconValue>;
99104
+ type: PropType<IconValue>;
99065
99105
  default: string;
99066
99106
  };
99067
99107
  active: BooleanConstructor;
@@ -99078,21 +99118,21 @@ declare const VColorInput: {
99078
99118
  iconColor: (StringConstructor | BooleanConstructor)[];
99079
99119
  label: StringConstructor;
99080
99120
  persistentClear: BooleanConstructor;
99081
- prependInnerIcon: vue.PropType<IconValue>;
99121
+ prependInnerIcon: PropType<IconValue>;
99082
99122
  reverse: BooleanConstructor;
99083
99123
  singleLine: BooleanConstructor;
99084
99124
  variant: {
99085
- type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
99125
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled">;
99086
99126
  default: string;
99087
99127
  validator: (v: any) => boolean;
99088
99128
  };
99089
- 'onClick:clear': vue.PropType<(args_0: MouseEvent) => void>;
99090
- 'onClick:appendInner': vue.PropType<(args_0: MouseEvent) => void>;
99091
- 'onClick:prependInner': vue.PropType<(args_0: MouseEvent) => void>;
99129
+ 'onClick:clear': PropType<(args_0: MouseEvent) => void>;
99130
+ 'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
99131
+ 'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
99092
99132
  focused: BooleanConstructor;
99093
- 'onUpdate:focused': vue.PropType<(args_0: boolean) => void>;
99133
+ 'onUpdate:focused': PropType<(args_0: boolean) => void>;
99094
99134
  errorMessages: {
99095
- type: vue.PropType<string | readonly string[] | null>;
99135
+ type: PropType<string | readonly string[] | null>;
99096
99136
  default: () => never[];
99097
99137
  };
99098
99138
  maxErrors: {
@@ -99101,42 +99141,42 @@ declare const VColorInput: {
99101
99141
  };
99102
99142
  name: StringConstructor;
99103
99143
  readonly: {
99104
- type: vue.PropType<boolean | null>;
99144
+ type: PropType<boolean | null>;
99105
99145
  default: null;
99106
99146
  };
99107
99147
  rules: {
99108
- type: vue.PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
99148
+ type: PropType<readonly (ValidationRule$1 | ValidationAlias)[]>;
99109
99149
  default: () => never[];
99110
99150
  };
99111
- validateOn: vue.PropType<ValidationProps["validateOn"]>;
99151
+ validateOn: PropType<ValidationProps["validateOn"]>;
99112
99152
  validationValue: null;
99113
99153
  width: (StringConstructor | NumberConstructor)[];
99114
99154
  density: {
99115
- type: vue.PropType<Density>;
99155
+ type: PropType<Density>;
99116
99156
  default: string;
99117
99157
  validator: (v: any) => boolean;
99118
99158
  };
99119
99159
  id: StringConstructor;
99120
- appendIcon: vue.PropType<IconValue>;
99121
- prependIcon: vue.PropType<IconValue>;
99122
- hideDetails: vue.PropType<boolean | "auto">;
99160
+ appendIcon: PropType<IconValue>;
99161
+ prependIcon: PropType<IconValue>;
99162
+ hideDetails: PropType<boolean | "auto">;
99123
99163
  hideSpinButtons: BooleanConstructor;
99124
99164
  hint: StringConstructor;
99125
99165
  persistentHint: BooleanConstructor;
99126
99166
  messages: {
99127
- type: vue.PropType<string | readonly string[]>;
99167
+ type: PropType<string | readonly string[]>;
99128
99168
  default: () => never[];
99129
99169
  };
99130
99170
  direction: {
99131
- type: vue.PropType<"horizontal" | "vertical">;
99171
+ type: PropType<"horizontal" | "vertical">;
99132
99172
  default: string;
99133
99173
  validator: (v: any) => boolean;
99134
99174
  };
99135
- 'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
99136
- 'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
99175
+ 'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
99176
+ 'onClick:append': PropType<(args_0: MouseEvent) => void>;
99137
99177
  autofocus: BooleanConstructor;
99138
99178
  counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
99139
- counterValue: vue.PropType<number | ((value: any) => number)>;
99179
+ counterValue: PropType<number | ((value: any) => number)>;
99140
99180
  prefix: StringConstructor;
99141
99181
  placeholder: StringConstructor;
99142
99182
  persistentPlaceholder: BooleanConstructor;
@@ -99147,7 +99187,7 @@ declare const VColorInput: {
99147
99187
  type: StringConstructor;
99148
99188
  default: string;
99149
99189
  };
99150
- modelModifiers: vue.PropType<Record<string, boolean>>;
99190
+ modelModifiers: PropType<Record<string, boolean>>;
99151
99191
  cancelText: {
99152
99192
  type: StringConstructor;
99153
99193
  default: string;
@@ -99157,11 +99197,21 @@ declare const VColorInput: {
99157
99197
  default: string;
99158
99198
  };
99159
99199
  hideActions: BooleanConstructor;
99160
- pip: BooleanConstructor;
99200
+ hidePip: BooleanConstructor;
99201
+ colorPip: BooleanConstructor;
99161
99202
  pipIcon: {
99162
99203
  type: StringConstructor;
99163
99204
  default: string;
99164
99205
  };
99206
+ pipLocation: {
99207
+ type: PropType<PipLocation>;
99208
+ default: string;
99209
+ validator: (v: any) => boolean;
99210
+ };
99211
+ pipVariant: {
99212
+ type: PropType<VAvatar["$props"]["variant"]>;
99213
+ default: string;
99214
+ };
99165
99215
  }>>;
99166
99216
  type VColorInput = InstanceType<typeof VColorInput>;
99167
99217
 
@@ -122808,41 +122858,30 @@ declare module 'vue' {
122808
122858
  }
122809
122859
  export interface GlobalComponents {
122810
122860
  VApp: VApp
122811
- VAlert: VAlert
122812
- VAlertTitle: VAlertTitle
122861
+ VBanner: VBanner
122862
+ VBannerActions: VBannerActions
122863
+ VBannerText: VBannerText
122813
122864
  VAppBar: VAppBar
122814
122865
  VAppBarNavIcon: VAppBarNavIcon
122815
122866
  VAppBarTitle: VAppBarTitle
122816
122867
  VAutocomplete: VAutocomplete
122817
122868
  VBottomNavigation: VBottomNavigation
122818
122869
  VAvatar: VAvatar
122819
- VBadge: VBadge
122820
- VBottomSheet: VBottomSheet
122821
- VBanner: VBanner
122822
- VBannerActions: VBannerActions
122823
- VBannerText: VBannerText
122870
+ VBtn: VBtn
122871
+ VAlert: VAlert
122872
+ VAlertTitle: VAlertTitle
122873
+ VBtnGroup: VBtnGroup
122824
122874
  VBtnToggle: VBtnToggle
122875
+ VBadge: VBadge
122825
122876
  VBreadcrumbs: VBreadcrumbs
122826
122877
  VBreadcrumbsItem: VBreadcrumbsItem
122827
122878
  VBreadcrumbsDivider: VBreadcrumbsDivider
122828
- VBtn: VBtn
122829
- VBtnGroup: VBtnGroup
122830
- VCarousel: VCarousel
122831
- VCarouselItem: VCarouselItem
122832
- VChip: VChip
122833
122879
  VCheckbox: VCheckbox
122834
122880
  VCheckboxBtn: VCheckboxBtn
122835
- VCard: VCard
122836
- VCardActions: VCardActions
122837
- VCardItem: VCardItem
122838
- VCardSubtitle: VCardSubtitle
122839
- VCardText: VCardText
122840
- VCardTitle: VCardTitle
122881
+ VChip: VChip
122841
122882
  VChipGroup: VChipGroup
122842
- VCode: VCode
122843
- VColorPicker: VColorPicker
122844
122883
  VCombobox: VCombobox
122845
- VCounter: VCounter
122884
+ VColorPicker: VColorPicker
122846
122885
  VDataTable: VDataTable
122847
122886
  VDataTableHeaders: VDataTableHeaders
122848
122887
  VDataTableFooter: VDataTableFooter
@@ -122850,7 +122889,10 @@ declare module 'vue' {
122850
122889
  VDataTableRow: VDataTableRow
122851
122890
  VDataTableVirtual: VDataTableVirtual
122852
122891
  VDataTableServer: VDataTableServer
122892
+ VCounter: VCounter
122853
122893
  VDialog: VDialog
122894
+ VCarousel: VCarousel
122895
+ VCarouselItem: VCarouselItem
122854
122896
  VDatePicker: VDatePicker
122855
122897
  VDatePickerControls: VDatePickerControls
122856
122898
  VDatePickerHeader: VDatePickerHeader
@@ -122858,28 +122900,35 @@ declare module 'vue' {
122858
122900
  VDatePickerMonths: VDatePickerMonths
122859
122901
  VDatePickerYears: VDatePickerYears
122860
122902
  VDivider: VDivider
122861
- VEmptyState: VEmptyState
122903
+ VFab: VFab
122862
122904
  VExpansionPanels: VExpansionPanels
122863
122905
  VExpansionPanel: VExpansionPanel
122864
122906
  VExpansionPanelText: VExpansionPanelText
122865
122907
  VExpansionPanelTitle: VExpansionPanelTitle
122866
- VFileInput: VFileInput
122867
- VFab: VFab
122868
- VFooter: VFooter
122908
+ VBottomSheet: VBottomSheet
122909
+ VCard: VCard
122910
+ VCardActions: VCardActions
122911
+ VCardItem: VCardItem
122912
+ VCardSubtitle: VCardSubtitle
122913
+ VCardText: VCardText
122914
+ VCardTitle: VCardTitle
122869
122915
  VField: VField
122870
122916
  VFieldLabel: VFieldLabel
122917
+ VFileInput: VFileInput
122918
+ VCode: VCode
122919
+ VFooter: VFooter
122871
122920
  VIcon: VIcon
122872
122921
  VComponentIcon: VComponentIcon
122873
122922
  VSvgIcon: VSvgIcon
122874
122923
  VLigatureIcon: VLigatureIcon
122875
122924
  VClassIcon: VClassIcon
122876
- VItemGroup: VItemGroup
122877
- VItem: VItem
122878
- VInfiniteScroll: VInfiniteScroll
122879
122925
  VImg: VImg
122880
122926
  VInput: VInput
122881
- VKbd: VKbd
122927
+ VInfiniteScroll: VInfiniteScroll
122928
+ VItemGroup: VItemGroup
122929
+ VItem: VItem
122882
122930
  VLabel: VLabel
122931
+ VKbd: VKbd
122883
122932
  VList: VList
122884
122933
  VListGroup: VListGroup
122885
122934
  VListImg: VListImg
@@ -122889,34 +122938,34 @@ declare module 'vue' {
122889
122938
  VListItemSubtitle: VListItemSubtitle
122890
122939
  VListItemTitle: VListItemTitle
122891
122940
  VListSubheader: VListSubheader
122892
- VMain: VMain
122893
- VMessages: VMessages
122894
122941
  VNavigationDrawer: VNavigationDrawer
122942
+ VMain: VMain
122895
122943
  VOtpInput: VOtpInput
122896
122944
  VNumberInput: VNumberInput
122945
+ VOverlay: VOverlay
122946
+ VMessages: VMessages
122897
122947
  VMenu: VMenu
122898
122948
  VProgressLinear: VProgressLinear
122899
- VOverlay: VOverlay
122900
122949
  VPagination: VPagination
122901
- VProgressCircular: VProgressCircular
122902
- VRating: VRating
122903
122950
  VRadioGroup: VRadioGroup
122951
+ VRating: VRating
122952
+ VProgressCircular: VProgressCircular
122904
122953
  VSelect: VSelect
122954
+ VSelectionControl: VSelectionControl
122905
122955
  VSheet: VSheet
122906
- VSlider: VSlider
122907
122956
  VSkeletonLoader: VSkeletonLoader
122908
122957
  VSelectionControlGroup: VSelectionControlGroup
122909
122958
  VSlideGroup: VSlideGroup
122910
122959
  VSlideGroupItem: VSlideGroupItem
122911
- VSelectionControl: VSelectionControl
122960
+ VSlider: VSlider
122961
+ VSnackbar: VSnackbar
122962
+ VSwitch: VSwitch
122912
122963
  VStepper: VStepper
122913
122964
  VStepperActions: VStepperActions
122914
122965
  VStepperHeader: VStepperHeader
122915
122966
  VStepperItem: VStepperItem
122916
122967
  VStepperWindow: VStepperWindow
122917
122968
  VStepperWindowItem: VStepperWindowItem
122918
- VSnackbar: VSnackbar
122919
- VSwitch: VSwitch
122920
122969
  VTable: VTable
122921
122970
  VSystemBar: VSystemBar
122922
122971
  VTab: VTab
@@ -122924,43 +122973,43 @@ declare module 'vue' {
122924
122973
  VTabsWindow: VTabsWindow
122925
122974
  VTabsWindowItem: VTabsWindowItem
122926
122975
  VTextField: VTextField
122927
- VTextarea: VTextarea
122928
- VTimeline: VTimeline
122929
- VTimelineItem: VTimelineItem
122930
- VTimePicker: VTimePicker
122931
- VTimePickerClock: VTimePickerClock
122932
- VTimePickerControls: VTimePickerControls
122933
122976
  VToolbar: VToolbar
122934
122977
  VToolbarTitle: VToolbarTitle
122935
122978
  VToolbarItems: VToolbarItems
122936
- VTooltip: VTooltip
122979
+ VTimePicker: VTimePicker
122980
+ VTimePickerClock: VTimePickerClock
122981
+ VTimePickerControls: VTimePickerControls
122982
+ VTextarea: VTextarea
122983
+ VTimeline: VTimeline
122984
+ VTimelineItem: VTimelineItem
122937
122985
  VWindow: VWindow
122938
122986
  VWindowItem: VWindowItem
122939
122987
  VTreeview: VTreeview
122940
122988
  VTreeviewItem: VTreeviewItem
122941
122989
  VTreeviewGroup: VTreeviewGroup
122942
- VConfirmEdit: VConfirmEdit
122990
+ VTooltip: VTooltip
122943
122991
  VDataIterator: VDataIterator
122944
- VDefaultsProvider: VDefaultsProvider
122992
+ VConfirmEdit: VConfirmEdit
122945
122993
  VForm: VForm
122946
- VHover: VHover
122994
+ VEmptyState: VEmptyState
122995
+ VDefaultsProvider: VDefaultsProvider
122947
122996
  VContainer: VContainer
122948
122997
  VCol: VCol
122949
122998
  VRow: VRow
122950
122999
  VSpacer: VSpacer
123000
+ VLocaleProvider: VLocaleProvider
122951
123001
  VLayout: VLayout
122952
123002
  VLayoutItem: VLayoutItem
122953
123003
  VLazy: VLazy
122954
- VLocaleProvider: VLocaleProvider
122955
123004
  VNoSsr: VNoSsr
122956
123005
  VParallax: VParallax
122957
- VRangeSlider: VRangeSlider
122958
123006
  VRadio: VRadio
122959
123007
  VResponsive: VResponsive
123008
+ VRangeSlider: VRangeSlider
122960
123009
  VSparkline: VSparkline
123010
+ VSnackbarQueue: VSnackbarQueue
122961
123011
  VSpeedDial: VSpeedDial
122962
123012
  VThemeProvider: VThemeProvider
122963
- VValidation: VValidation
122964
123013
  VVirtualScroll: VVirtualScroll
122965
123014
  VFabTransition: VFabTransition
122966
123015
  VDialogBottomTransition: VDialogBottomTransition
@@ -122978,32 +123027,33 @@ declare module 'vue' {
122978
123027
  VExpandTransition: VExpandTransition
122979
123028
  VExpandXTransition: VExpandXTransition
122980
123029
  VDialogTransition: VDialogTransition
122981
- VSnackbarQueue: VSnackbarQueue
122982
- VColorInput: VColorInput
122983
- VFileUpload: VFileUpload
122984
- VFileUploadItem: VFileUploadItem
123030
+ VValidation: VValidation
123031
+ VHover: VHover
122985
123032
  VCalendar: VCalendar
122986
123033
  VCalendarDay: VCalendarDay
122987
123034
  VCalendarHeader: VCalendarHeader
122988
123035
  VCalendarInterval: VCalendarInterval
122989
123036
  VCalendarIntervalEvent: VCalendarIntervalEvent
122990
123037
  VCalendarMonthDay: VCalendarMonthDay
122991
- VIconBtn: VIconBtn
122992
- VStepperVertical: VStepperVertical
122993
- VStepperVerticalItem: VStepperVerticalItem
122994
- VStepperVerticalActions: VStepperVerticalActions
122995
123038
  VPicker: VPicker
122996
123039
  VPickerTitle: VPickerTitle
123040
+ VFileUpload: VFileUpload
123041
+ VFileUploadItem: VFileUploadItem
123042
+ VIconBtn: VIconBtn
123043
+ VHotkey: VHotkey
122997
123044
  VPie: VPie
122998
123045
  VPieSegment: VPieSegment
122999
123046
  VPieTooltip: VPieTooltip
123047
+ VStepperVertical: VStepperVertical
123048
+ VStepperVerticalItem: VStepperVerticalItem
123049
+ VStepperVerticalActions: VStepperVerticalActions
123000
123050
  VVideo: VVideo
123001
123051
  VVideoControls: VVideoControls
123002
123052
  VVideoVolume: VVideoVolume
123003
123053
  VDateInput: VDateInput
123004
123054
  VMaskInput: VMaskInput
123005
123055
  VPullToRefresh: VPullToRefresh
123006
- VHotkey: VHotkey
123056
+ VColorInput: VColorInput
123007
123057
  }
123008
123058
  export interface GlobalDirectives {
123009
123059
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']