vuetify 3.7.5 → 3.7.7

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 (180) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +3584 -3288
  3. package/dist/json/importMap-labs.json +32 -24
  4. package/dist/json/importMap.json +148 -148
  5. package/dist/json/tags.json +84 -0
  6. package/dist/json/web-types.json +7006 -6045
  7. package/dist/vuetify-labs.css +3255 -3180
  8. package/dist/vuetify-labs.d.ts +1443 -105
  9. package/dist/vuetify-labs.esm.js +424 -50
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +424 -50
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +5652 -5650
  14. package/dist/vuetify.d.ts +64 -65
  15. package/dist/vuetify.esm.js +80 -39
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +80 -39
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +955 -948
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -5
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  25. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  26. package/lib/components/VCombobox/VCombobox.mjs +9 -5
  27. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  28. package/lib/components/VDialog/VDialog.css +5 -2
  29. package/lib/components/VDialog/VDialog.sass +6 -2
  30. package/lib/components/VField/VField.mjs +1 -1
  31. package/lib/components/VField/VField.mjs.map +1 -1
  32. package/lib/components/VInput/VInput.css +1 -1
  33. package/lib/components/VInput/VInput.sass +1 -1
  34. package/lib/components/VList/VListItem.mjs +14 -8
  35. package/lib/components/VList/VListItem.mjs.map +1 -1
  36. package/lib/components/VProgressLinear/VProgressLinear.mjs +1 -1
  37. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  38. package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
  39. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  40. package/lib/components/VSelect/VSelect.mjs +2 -1
  41. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  42. package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
  43. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
  44. package/lib/components/VSlideGroup/VSlideGroup.mjs +12 -2
  45. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  46. package/lib/components/VSparkline/VBarline.mjs +3 -2
  47. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  48. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  49. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  50. package/lib/components/VSparkline/index.d.mts +7 -10
  51. package/lib/components/VSparkline/util/line.mjs +1 -1
  52. package/lib/components/VSparkline/util/line.mjs.map +1 -1
  53. package/lib/components/VStepper/VStepperItem.mjs +1 -0
  54. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  55. package/lib/components/VTextarea/VTextarea.css +1 -0
  56. package/lib/components/VTextarea/VTextarea.sass +1 -0
  57. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  58. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  59. package/lib/components/index.d.mts +7 -10
  60. package/lib/composables/filter.mjs +3 -3
  61. package/lib/composables/filter.mjs.map +1 -1
  62. package/lib/composables/nested/nested.mjs +5 -3
  63. package/lib/composables/nested/nested.mjs.map +1 -1
  64. package/lib/composables/virtual.mjs +7 -2
  65. package/lib/composables/virtual.mjs.map +1 -1
  66. package/lib/entry-bundler.mjs +1 -1
  67. package/lib/framework.mjs +1 -1
  68. package/lib/iconsets/mdi.mjs +2 -1
  69. package/lib/iconsets/mdi.mjs.map +1 -1
  70. package/lib/index.d.mts +57 -55
  71. package/lib/labs/VDateInput/VDateInput.mjs +19 -5
  72. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  73. package/lib/labs/VDateInput/index.d.mts +176 -97
  74. package/lib/labs/VFileUpload/VFileUpload.css +74 -0
  75. package/lib/labs/VFileUpload/VFileUpload.mjs +241 -0
  76. package/lib/labs/VFileUpload/VFileUpload.mjs.map +1 -0
  77. package/lib/labs/VFileUpload/VFileUpload.sass +75 -0
  78. package/lib/labs/VFileUpload/VFileUploadItem.mjs +95 -0
  79. package/lib/labs/VFileUpload/VFileUploadItem.mjs.map +1 -0
  80. package/lib/labs/VFileUpload/_variables.scss +12 -0
  81. package/lib/labs/VFileUpload/index.d.mts +1365 -0
  82. package/lib/labs/VFileUpload/index.mjs +3 -0
  83. package/lib/labs/VFileUpload/index.mjs.map +1 -0
  84. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -4
  85. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  86. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  87. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  88. package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
  89. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  90. package/lib/labs/components.d.mts +1635 -296
  91. package/lib/labs/components.mjs +1 -0
  92. package/lib/labs/components.mjs.map +1 -1
  93. package/lib/locale/af.mjs +5 -0
  94. package/lib/locale/af.mjs.map +1 -1
  95. package/lib/locale/ar.mjs +5 -0
  96. package/lib/locale/ar.mjs.map +1 -1
  97. package/lib/locale/az.mjs +30 -25
  98. package/lib/locale/az.mjs.map +1 -1
  99. package/lib/locale/bg.mjs +5 -0
  100. package/lib/locale/bg.mjs.map +1 -1
  101. package/lib/locale/ca.mjs +5 -0
  102. package/lib/locale/ca.mjs.map +1 -1
  103. package/lib/locale/ckb.mjs +5 -0
  104. package/lib/locale/ckb.mjs.map +1 -1
  105. package/lib/locale/cs.mjs +5 -0
  106. package/lib/locale/cs.mjs.map +1 -1
  107. package/lib/locale/da.mjs +5 -0
  108. package/lib/locale/da.mjs.map +1 -1
  109. package/lib/locale/de.mjs +5 -0
  110. package/lib/locale/de.mjs.map +1 -1
  111. package/lib/locale/el.mjs +5 -0
  112. package/lib/locale/el.mjs.map +1 -1
  113. package/lib/locale/en.mjs +5 -0
  114. package/lib/locale/en.mjs.map +1 -1
  115. package/lib/locale/es.mjs +5 -0
  116. package/lib/locale/es.mjs.map +1 -1
  117. package/lib/locale/et.mjs +5 -0
  118. package/lib/locale/et.mjs.map +1 -1
  119. package/lib/locale/fa.mjs +5 -0
  120. package/lib/locale/fa.mjs.map +1 -1
  121. package/lib/locale/fi.mjs +5 -0
  122. package/lib/locale/fi.mjs.map +1 -1
  123. package/lib/locale/fr.mjs +5 -0
  124. package/lib/locale/fr.mjs.map +1 -1
  125. package/lib/locale/he.mjs +5 -0
  126. package/lib/locale/he.mjs.map +1 -1
  127. package/lib/locale/hr.mjs +5 -0
  128. package/lib/locale/hr.mjs.map +1 -1
  129. package/lib/locale/hu.mjs +5 -0
  130. package/lib/locale/hu.mjs.map +1 -1
  131. package/lib/locale/id.mjs +5 -0
  132. package/lib/locale/id.mjs.map +1 -1
  133. package/lib/locale/index.d.mts +215 -0
  134. package/lib/locale/it.mjs +5 -0
  135. package/lib/locale/it.mjs.map +1 -1
  136. package/lib/locale/ja.mjs +5 -0
  137. package/lib/locale/ja.mjs.map +1 -1
  138. package/lib/locale/km.mjs +5 -0
  139. package/lib/locale/km.mjs.map +1 -1
  140. package/lib/locale/ko.mjs +5 -0
  141. package/lib/locale/ko.mjs.map +1 -1
  142. package/lib/locale/lt.mjs +5 -0
  143. package/lib/locale/lt.mjs.map +1 -1
  144. package/lib/locale/lv.mjs +5 -0
  145. package/lib/locale/lv.mjs.map +1 -1
  146. package/lib/locale/nl.mjs +7 -2
  147. package/lib/locale/nl.mjs.map +1 -1
  148. package/lib/locale/no.mjs +5 -0
  149. package/lib/locale/no.mjs.map +1 -1
  150. package/lib/locale/pl.mjs +5 -0
  151. package/lib/locale/pl.mjs.map +1 -1
  152. package/lib/locale/pt.mjs +5 -0
  153. package/lib/locale/pt.mjs.map +1 -1
  154. package/lib/locale/ro.mjs +5 -0
  155. package/lib/locale/ro.mjs.map +1 -1
  156. package/lib/locale/ru.mjs +5 -0
  157. package/lib/locale/ru.mjs.map +1 -1
  158. package/lib/locale/sk.mjs +5 -0
  159. package/lib/locale/sk.mjs.map +1 -1
  160. package/lib/locale/sl.mjs +5 -0
  161. package/lib/locale/sl.mjs.map +1 -1
  162. package/lib/locale/sr-Cyrl.mjs +5 -0
  163. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  164. package/lib/locale/sr-Latn.mjs +5 -0
  165. package/lib/locale/sr-Latn.mjs.map +1 -1
  166. package/lib/locale/sv.mjs +5 -0
  167. package/lib/locale/sv.mjs.map +1 -1
  168. package/lib/locale/th.mjs +5 -0
  169. package/lib/locale/th.mjs.map +1 -1
  170. package/lib/locale/tr.mjs +5 -0
  171. package/lib/locale/tr.mjs.map +1 -1
  172. package/lib/locale/uk.mjs +5 -0
  173. package/lib/locale/uk.mjs.map +1 -1
  174. package/lib/locale/vi.mjs +5 -0
  175. package/lib/locale/vi.mjs.map +1 -1
  176. package/lib/locale/zh-Hans.mjs +5 -0
  177. package/lib/locale/zh-Hans.mjs.map +1 -1
  178. package/lib/locale/zh-Hant.mjs +5 -0
  179. package/lib/locale/zh-Hant.mjs.map +1 -1
  180. package/package.json +2 -2
package/dist/vuetify.d.ts CHANGED
@@ -51180,7 +51180,7 @@ declare const VSnackbar: {
51180
51180
  }>>;
51181
51181
  type VSnackbar = InstanceType<typeof VSnackbar>;
51182
51182
 
51183
- type SparklineItem = number | {
51183
+ type SparklineItem = string | number | {
51184
51184
  value: number;
51185
51185
  };
51186
51186
 
@@ -51190,7 +51190,6 @@ declare const VSparkline: {
51190
51190
  type: "bar" | "trend";
51191
51191
  height: string | number;
51192
51192
  width: string | number;
51193
- smooth: boolean;
51194
51193
  padding: string | number;
51195
51194
  labels: SparklineItem[];
51196
51195
  modelValue: SparklineItem[];
@@ -51206,6 +51205,7 @@ declare const VSparkline: {
51206
51205
  } & {
51207
51206
  max?: string | number | undefined;
51208
51207
  id?: string | undefined;
51208
+ smooth?: string | number | boolean | undefined;
51209
51209
  min?: string | number | undefined;
51210
51210
  color?: string | undefined;
51211
51211
  autoDrawDuration?: string | number | undefined;
@@ -51235,7 +51235,6 @@ declare const VSparkline: {
51235
51235
  type: "bar" | "trend";
51236
51236
  height: string | number;
51237
51237
  width: string | number;
51238
- smooth: boolean;
51239
51238
  padding: string | number;
51240
51239
  labels: SparklineItem[];
51241
51240
  modelValue: SparklineItem[];
@@ -51251,6 +51250,7 @@ declare const VSparkline: {
51251
51250
  } & {
51252
51251
  max?: string | number | undefined;
51253
51252
  id?: string | undefined;
51253
+ smooth?: string | number | boolean | undefined;
51254
51254
  min?: string | number | undefined;
51255
51255
  color?: string | undefined;
51256
51256
  autoDrawDuration?: string | number | undefined;
@@ -51280,7 +51280,6 @@ declare const VSparkline: {
51280
51280
  type: "bar" | "trend";
51281
51281
  height: string | number;
51282
51282
  width: string | number;
51283
- smooth: boolean;
51284
51283
  padding: string | number;
51285
51284
  labels: SparklineItem[];
51286
51285
  modelValue: SparklineItem[];
@@ -51311,7 +51310,6 @@ declare const VSparkline: {
51311
51310
  type: "bar" | "trend";
51312
51311
  height: string | number;
51313
51312
  width: string | number;
51314
- smooth: boolean;
51315
51313
  padding: string | number;
51316
51314
  labels: SparklineItem[];
51317
51315
  modelValue: SparklineItem[];
@@ -51327,6 +51325,7 @@ declare const VSparkline: {
51327
51325
  } & {
51328
51326
  max?: string | number | undefined;
51329
51327
  id?: string | undefined;
51328
+ smooth?: string | number | boolean | undefined;
51330
51329
  min?: string | number | undefined;
51331
51330
  color?: string | undefined;
51332
51331
  autoDrawDuration?: string | number | undefined;
@@ -51356,7 +51355,6 @@ declare const VSparkline: {
51356
51355
  type: "bar" | "trend";
51357
51356
  height: string | number;
51358
51357
  width: string | number;
51359
- smooth: boolean;
51360
51358
  padding: string | number;
51361
51359
  labels: SparklineItem[];
51362
51360
  modelValue: SparklineItem[];
@@ -51378,7 +51376,6 @@ declare const VSparkline: {
51378
51376
  type: "bar" | "trend";
51379
51377
  height: string | number;
51380
51378
  width: string | number;
51381
- smooth: boolean;
51382
51379
  padding: string | number;
51383
51380
  labels: SparklineItem[];
51384
51381
  modelValue: SparklineItem[];
@@ -51394,6 +51391,7 @@ declare const VSparkline: {
51394
51391
  } & {
51395
51392
  max?: string | number | undefined;
51396
51393
  id?: string | undefined;
51394
+ smooth?: string | number | boolean | undefined;
51397
51395
  min?: string | number | undefined;
51398
51396
  color?: string | undefined;
51399
51397
  autoDrawDuration?: string | number | undefined;
@@ -51423,7 +51421,6 @@ declare const VSparkline: {
51423
51421
  type: "bar" | "trend";
51424
51422
  height: string | number;
51425
51423
  width: string | number;
51426
- smooth: boolean;
51427
51424
  padding: string | number;
51428
51425
  labels: SparklineItem[];
51429
51426
  modelValue: SparklineItem[];
@@ -51491,7 +51488,7 @@ declare const VSparkline: {
51491
51488
  default: number;
51492
51489
  };
51493
51490
  showLabels: BooleanConstructor;
51494
- smooth: BooleanConstructor;
51491
+ smooth: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51495
51492
  width: {
51496
51493
  type: (StringConstructor | NumberConstructor)[];
51497
51494
  default: number;
@@ -51551,7 +51548,7 @@ declare const VSparkline: {
51551
51548
  default: number;
51552
51549
  };
51553
51550
  showLabels: BooleanConstructor;
51554
- smooth: BooleanConstructor;
51551
+ smooth: (StringConstructor | BooleanConstructor | NumberConstructor)[];
51555
51552
  width: {
51556
51553
  type: (StringConstructor | NumberConstructor)[];
51557
51554
  default: number;
@@ -67099,42 +67096,48 @@ declare module 'vue' {
67099
67096
  $children?: VNodeChild
67100
67097
  }
67101
67098
  export interface GlobalComponents {
67102
- VAlert: typeof import('vuetify/components')['VAlert']
67103
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67104
67099
  VAppBar: typeof import('vuetify/components')['VAppBar']
67105
67100
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67106
67101
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67107
67102
  VApp: typeof import('vuetify/components')['VApp']
67108
67103
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67109
- VAvatar: typeof import('vuetify/components')['VAvatar']
67104
+ VAlert: typeof import('vuetify/components')['VAlert']
67105
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67110
67106
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67111
67107
  VBanner: typeof import('vuetify/components')['VBanner']
67112
67108
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67113
67109
  VBannerText: typeof import('vuetify/components')['VBannerText']
67114
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67115
- VBtn: typeof import('vuetify/components')['VBtn']
67116
- VBadge: typeof import('vuetify/components')['VBadge']
67117
67110
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67118
67111
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67119
67112
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67113
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67120
67114
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67115
+ VBadge: typeof import('vuetify/components')['VBadge']
67116
+ VBtn: typeof import('vuetify/components')['VBtn']
67121
67117
  VCard: typeof import('vuetify/components')['VCard']
67122
67118
  VCardActions: typeof import('vuetify/components')['VCardActions']
67123
67119
  VCardItem: typeof import('vuetify/components')['VCardItem']
67124
67120
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67125
67121
  VCardText: typeof import('vuetify/components')['VCardText']
67126
67122
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67123
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
67124
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67125
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67127
67126
  VCarousel: typeof import('vuetify/components')['VCarousel']
67128
67127
  VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67129
67128
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67130
- VCode: typeof import('vuetify/components')['VCode']
67131
67129
  VChip: typeof import('vuetify/components')['VChip']
67132
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
67133
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67134
- VCounter: typeof import('vuetify/components')['VCounter']
67135
67130
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
67136
- VCombobox: typeof import('vuetify/components')['VCombobox']
67137
67131
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
67132
+ VCounter: typeof import('vuetify/components')['VCounter']
67133
+ VCode: typeof import('vuetify/components')['VCode']
67134
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67135
+ VDatePicker: typeof import('vuetify/components')['VDatePicker']
67136
+ VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67137
+ VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67138
+ VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67139
+ VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67140
+ VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67138
67141
  VDataTable: typeof import('vuetify/components')['VDataTable']
67139
67142
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67140
67143
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67143,19 +67146,13 @@ declare module 'vue' {
67143
67146
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67144
67147
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67145
67148
  VDialog: typeof import('vuetify/components')['VDialog']
67146
- VDivider: typeof import('vuetify/components')['VDivider']
67147
67149
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
67148
- VDatePicker: typeof import('vuetify/components')['VDatePicker']
67149
- VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67150
- VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67151
- VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67152
- VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67153
- VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67154
67150
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67155
67151
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67156
67152
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67157
67153
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67158
- VFab: typeof import('vuetify/components')['VFab']
67154
+ VDivider: typeof import('vuetify/components')['VDivider']
67155
+ VFileInput: typeof import('vuetify/components')['VFileInput']
67159
67156
  VFooter: typeof import('vuetify/components')['VFooter']
67160
67157
  VField: typeof import('vuetify/components')['VField']
67161
67158
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
@@ -67164,12 +67161,10 @@ declare module 'vue' {
67164
67161
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67165
67162
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67166
67163
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67167
- VFileInput: typeof import('vuetify/components')['VFileInput']
67168
- VInput: typeof import('vuetify/components')['VInput']
67169
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67170
- VImg: typeof import('vuetify/components')['VImg']
67171
- VKbd: typeof import('vuetify/components')['VKbd']
67164
+ VFab: typeof import('vuetify/components')['VFab']
67172
67165
  VLabel: typeof import('vuetify/components')['VLabel']
67166
+ VImg: typeof import('vuetify/components')['VImg']
67167
+ VInput: typeof import('vuetify/components')['VInput']
67173
67168
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
67174
67169
  VItem: typeof import('vuetify/components')['VItem']
67175
67170
  VList: typeof import('vuetify/components')['VList']
@@ -67181,57 +67176,59 @@ declare module 'vue' {
67181
67176
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67182
67177
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67183
67178
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67184
- VMessages: typeof import('vuetify/components')['VMessages']
67185
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67179
+ VKbd: typeof import('vuetify/components')['VKbd']
67186
67180
  VMain: typeof import('vuetify/components')['VMain']
67187
- VMenu: typeof import('vuetify/components')['VMenu']
67181
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67188
67182
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
67189
- VPagination: typeof import('vuetify/components')['VPagination']
67190
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67183
+ VMessages: typeof import('vuetify/components')['VMessages']
67184
+ VMenu: typeof import('vuetify/components')['VMenu']
67191
67185
  VOverlay: typeof import('vuetify/components')['VOverlay']
67192
67186
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67187
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67188
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67189
+ VPagination: typeof import('vuetify/components')['VPagination']
67193
67190
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67191
+ VSheet: typeof import('vuetify/components')['VSheet']
67194
67192
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67195
67193
  VRating: typeof import('vuetify/components')['VRating']
67196
67194
  VSelect: typeof import('vuetify/components')['VSelect']
67195
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67197
67196
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67198
67197
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67199
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67200
67198
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
67201
- VSheet: typeof import('vuetify/components')['VSheet']
67202
67199
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67200
+ VSlider: typeof import('vuetify/components')['VSlider']
67203
67201
  VStepper: typeof import('vuetify/components')['VStepper']
67204
67202
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67205
67203
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67206
67204
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67207
67205
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67208
67206
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67209
- VSlider: typeof import('vuetify/components')['VSlider']
67210
- VSwitch: typeof import('vuetify/components')['VSwitch']
67211
- VTextarea: typeof import('vuetify/components')['VTextarea']
67212
67207
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67208
+ VTab: typeof import('vuetify/components')['VTab']
67209
+ VTabs: typeof import('vuetify/components')['VTabs']
67210
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67211
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67213
67212
  VTable: typeof import('vuetify/components')['VTable']
67213
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67214
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67215
+ VTextField: typeof import('vuetify/components')['VTextField']
67216
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67214
67217
  VToolbar: typeof import('vuetify/components')['VToolbar']
67215
67218
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67216
67219
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67217
- VTimeline: typeof import('vuetify/components')['VTimeline']
67218
- VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67219
- VTextField: typeof import('vuetify/components')['VTextField']
67220
67220
  VWindow: typeof import('vuetify/components')['VWindow']
67221
67221
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67222
- VTab: typeof import('vuetify/components')['VTab']
67223
- VTabs: typeof import('vuetify/components')['VTabs']
67224
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67225
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67226
- VTooltip: typeof import('vuetify/components')['VTooltip']
67222
+ VTimeline: typeof import('vuetify/components')['VTimeline']
67223
+ VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67227
67224
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67228
67225
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67226
+ VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67227
+ VForm: typeof import('vuetify/components')['VForm']
67229
67228
  VContainer: typeof import('vuetify/components')['VContainer']
67230
67229
  VCol: typeof import('vuetify/components')['VCol']
67231
67230
  VRow: typeof import('vuetify/components')['VRow']
67232
67231
  VSpacer: typeof import('vuetify/components')['VSpacer']
67233
- VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67234
- VForm: typeof import('vuetify/components')['VForm']
67235
67232
  VHover: typeof import('vuetify/components')['VHover']
67236
67233
  VLayout: typeof import('vuetify/components')['VLayout']
67237
67234
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
@@ -67239,14 +67236,14 @@ declare module 'vue' {
67239
67236
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67240
67237
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67241
67238
  VParallax: typeof import('vuetify/components')['VParallax']
67242
- VResponsive: typeof import('vuetify/components')['VResponsive']
67243
67239
  VRadio: typeof import('vuetify/components')['VRadio']
67244
67240
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67245
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67241
+ VResponsive: typeof import('vuetify/components')['VResponsive']
67246
67242
  VSparkline: typeof import('vuetify/components')['VSparkline']
67247
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67243
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67248
67244
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67249
67245
  VValidation: typeof import('vuetify/components')['VValidation']
67246
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67250
67247
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67251
67248
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67252
67249
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67263,26 +67260,28 @@ declare module 'vue' {
67263
67260
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67264
67261
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67265
67262
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67266
- VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67267
67263
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67268
67264
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67269
67265
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67270
67266
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67271
67267
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67272
67268
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67269
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67270
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67271
+ VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67272
+ VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67273
+ VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67274
+ VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67273
67275
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67274
67276
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67275
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67276
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67277
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67278
67277
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
67279
67278
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67280
67279
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67281
- VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
67282
- VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
67283
- VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
67280
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67281
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67282
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
67284
67283
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67285
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67286
67284
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67285
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67287
67286
  }
67288
67287
  }