@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,8 +0,0 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.13-3.7.0-beta.0.0-dev.2024-07-10...v) (2024-07-10)
2
-
3
-
4
-
5
- ## [3.6.13-3.7.0-beta.0.0-dev.2024-07-10](https://github.com/vuetifyjs/vuetify/compare/v3.6.13-3.7.0-beta.0.0...v3.6.13-3.7.0-beta.0.0-dev.2024-07-10) (2024-07-10)
6
-
7
-
8
-
@@ -216,7 +216,7 @@
216
216
  "description": "The amount of scroll distance down before **scroll-behavior** activates."
217
217
  },
218
218
  "VAppBar/scroll-behavior": {
219
- "type": " | (string & {})\n | 'hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
219
+ "type": " | (string & {})\n | 'hide'\n | 'fully-hide'\n | 'inverted'\n | 'collapse'\n | 'elevate'\n | 'fade-image'\n",
220
220
  "description": "Specify an action to take when the scroll position of **scroll-target** reaches **scroll-threshold**. Accepts any combination of hide, inverted, collapse, elevate, and fade-image. Multiple values can be used, separated by a space."
221
221
  },
222
222
  "VAppBarNavIcon/symbol": {
@@ -625,7 +625,7 @@
625
625
  },
626
626
  "VAutocomplete/center-affix": {
627
627
  "type": "boolean\n",
628
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
628
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
629
629
  },
630
630
  "VAutocomplete/prepend-icon": {
631
631
  "type": "any\n",
@@ -2257,7 +2257,11 @@
2257
2257
  },
2258
2258
  "VCheckbox/center-affix": {
2259
2259
  "type": "boolean\n",
2260
- "description": "Vertically align **append** and **prepend** in the center."
2260
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
2261
+ },
2262
+ "VCheckbox/type": {
2263
+ "type": "string\n",
2264
+ "description": "Provides the default type for children selection controls."
2261
2265
  },
2262
2266
  "VCheckbox/prepend-icon": {
2263
2267
  "type": "any\n",
@@ -2319,10 +2323,6 @@
2319
2323
  "type": "string | number\n",
2320
2324
  "description": "Control the maximum number of shown errors from validation."
2321
2325
  },
2322
- "VCheckbox/type": {
2323
- "type": "string\n",
2324
- "description": "Provides the default type for children selection controls."
2325
- },
2326
2326
  "VCheckbox/name": {
2327
2327
  "type": "string\n",
2328
2328
  "description": "Sets the component's name attribute."
@@ -3133,7 +3133,7 @@
3133
3133
  },
3134
3134
  "VCombobox/center-affix": {
3135
3135
  "type": "boolean\n",
3136
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
3136
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
3137
3137
  },
3138
3138
  "VCombobox/prepend-icon": {
3139
3139
  "type": "any\n",
@@ -4269,7 +4269,7 @@
4269
4269
  },
4270
4270
  "VDateInput/center-affix": {
4271
4271
  "type": "boolean\n",
4272
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
4272
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
4273
4273
  },
4274
4274
  "VDateInput/prepend-icon": {
4275
4275
  "type": "any\n",
@@ -5781,7 +5781,7 @@
5781
5781
  },
5782
5782
  "VField/center-affix": {
5783
5783
  "type": "boolean\n",
5784
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
5784
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5785
5785
  },
5786
5786
  "VField/color": {
5787
5787
  "type": "string\n",
@@ -5889,7 +5889,7 @@
5889
5889
  },
5890
5890
  "VFileInput/center-affix": {
5891
5891
  "type": "boolean\n",
5892
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
5892
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
5893
5893
  },
5894
5894
  "VFileInput/prepend-icon": {
5895
5895
  "type": "any\n",
@@ -6337,7 +6337,7 @@
6337
6337
  },
6338
6338
  "VInput/center-affix": {
6339
6339
  "type": "boolean\n",
6340
- "description": "Vertically align **append** and **prepend** in the center."
6340
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
6341
6341
  },
6342
6342
  "VInput/prepend-icon": {
6343
6343
  "type": "any\n",
@@ -6617,11 +6617,11 @@
6617
6617
  },
6618
6618
  "VList/expand-icon": {
6619
6619
  "type": "string\n",
6620
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6620
+ "description": "Icon to display when the list item is collapsed."
6621
6621
  },
6622
6622
  "VList/collapse-icon": {
6623
6623
  "type": "string\n",
6624
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
6624
+ "description": "Icon to display when the list item is expanded."
6625
6625
  },
6626
6626
  "VList/lines": {
6627
6627
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -7421,7 +7421,7 @@
7421
7421
  },
7422
7422
  "VNumberInput/center-affix": {
7423
7423
  "type": "boolean\n",
7424
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
7424
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
7425
7425
  },
7426
7426
  "VNumberInput/prepend-icon": {
7427
7427
  "type": "any\n",
@@ -8261,7 +8261,7 @@
8261
8261
  },
8262
8262
  "VRadioGroup/center-affix": {
8263
8263
  "type": "boolean\n",
8264
- "description": "Vertically align **append** and **prepend** in the center."
8264
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8265
8265
  },
8266
8266
  "VRadioGroup/prepend-icon": {
8267
8267
  "type": "any\n",
@@ -8405,7 +8405,7 @@
8405
8405
  },
8406
8406
  "VRangeSlider/center-affix": {
8407
8407
  "type": "boolean\n",
8408
- "description": "Vertically align **append** and **prepend** in the center."
8408
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
8409
8409
  },
8410
8410
  "VRangeSlider/prepend-icon": {
8411
8411
  "type": "any\n",
@@ -9093,7 +9093,7 @@
9093
9093
  },
9094
9094
  "VSelect/center-affix": {
9095
9095
  "type": "boolean\n",
9096
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
9096
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
9097
9097
  },
9098
9098
  "VSelect/prepend-icon": {
9099
9099
  "type": "any\n",
@@ -9729,7 +9729,7 @@
9729
9729
  },
9730
9730
  "VSlider/center-affix": {
9731
9731
  "type": "boolean\n",
9732
- "description": "Vertically align **append** and **prepend** in the center."
9732
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
9733
9733
  },
9734
9734
  "VSlider/prepend-icon": {
9735
9735
  "type": "any\n",
@@ -10997,7 +10997,7 @@
10997
10997
  },
10998
10998
  "VSwitch/center-affix": {
10999
10999
  "type": "boolean\n",
11000
- "description": "Vertically align **append** and **prepend** in the center."
11000
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
11001
11001
  },
11002
11002
  "VSwitch/prepend-icon": {
11003
11003
  "type": "any\n",
@@ -11573,7 +11573,7 @@
11573
11573
  },
11574
11574
  "VTextField/center-affix": {
11575
11575
  "type": "boolean\n",
11576
- "description": "Automatically apply **[singleLine](/api/v-field/#props-single-line)** under the hood, and vertically align **appendInner**, **prependInner**, **clearIcon**, **label** and **input field** in the center."
11576
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
11577
11577
  },
11578
11578
  "VTextField/prepend-icon": {
11579
11579
  "type": "any\n",
@@ -11799,6 +11799,10 @@
11799
11799
  "type": "any\n",
11800
11800
  "description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
11801
11801
  },
11802
+ "VTextarea/center-affix": {
11803
+ "type": "boolean\n",
11804
+ "description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
11805
+ },
11802
11806
  "VTextarea/prepend-icon": {
11803
11807
  "type": "any\n",
11804
11808
  "description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
@@ -12155,6 +12159,10 @@
12155
12159
  "type": "boolean\n",
12156
12160
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12157
12161
  },
12162
+ "VTimePickerControls/ampm-in-title": {
12163
+ "type": "boolean\n",
12164
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
12165
+ },
12158
12166
  "VTimePickerControls/ampm-readonly": {
12159
12167
  "type": "boolean\n",
12160
12168
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
@@ -12665,7 +12673,7 @@
12665
12673
  },
12666
12674
  "VTreeview/collapse-icon": {
12667
12675
  "type": "string\n",
12668
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))"
12676
+ "description": "Icon to display when the list item is expanded."
12669
12677
  },
12670
12678
  "VTreeview/lines": {
12671
12679
  "type": "false | 'one' | 'two' | 'three'\n",
@@ -40,18 +40,6 @@
40
40
  "from": "labs/VNumberInput/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VTreeview": {
44
- "from": "labs/VTreeview/index.mjs",
45
- "styles": []
46
- },
47
- "VTreeviewItem": {
48
- "from": "labs/VTreeview/index.mjs",
49
- "styles": []
50
- },
51
- "VTreeviewGroup": {
52
- "from": "labs/VTreeview/index.mjs",
53
- "styles": []
54
- },
55
43
  "VPicker": {
56
44
  "from": "labs/VPicker/index.mjs",
57
45
  "styles": []
@@ -72,6 +60,18 @@
72
60
  "from": "labs/VTimePicker/index.mjs",
73
61
  "styles": []
74
62
  },
63
+ "VTreeview": {
64
+ "from": "labs/VTreeview/index.mjs",
65
+ "styles": []
66
+ },
67
+ "VTreeviewItem": {
68
+ "from": "labs/VTreeview/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VTreeviewGroup": {
72
+ "from": "labs/VTreeview/index.mjs",
73
+ "styles": []
74
+ },
75
75
  "VDateInput": {
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
@@ -4,6 +4,10 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
+ "VAutocomplete": {
8
+ "from": "components/VAutocomplete/index.mjs",
9
+ "styles": []
10
+ },
7
11
  "VAppBar": {
8
12
  "from": "components/VAppBar/index.mjs",
9
13
  "styles": []
@@ -16,6 +20,10 @@
16
20
  "from": "components/VAppBar/index.mjs",
17
21
  "styles": []
18
22
  },
23
+ "VAvatar": {
24
+ "from": "components/VAvatar/index.mjs",
25
+ "styles": []
26
+ },
19
27
  "VAlert": {
20
28
  "from": "components/VAlert/index.mjs",
21
29
  "styles": []
@@ -40,16 +48,8 @@
40
48
  "from": "components/VBottomNavigation/index.mjs",
41
49
  "styles": []
42
50
  },
43
- "VAvatar": {
44
- "from": "components/VAvatar/index.mjs",
45
- "styles": []
46
- },
47
- "VAutocomplete": {
48
- "from": "components/VAutocomplete/index.mjs",
49
- "styles": []
50
- },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet/index.mjs",
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
53
53
  "styles": []
54
54
  },
55
55
  "VBreadcrumbs": {
@@ -64,20 +64,28 @@
64
64
  "from": "components/VBreadcrumbs/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VBadge": {
68
- "from": "components/VBadge/index.mjs",
67
+ "VBtn": {
68
+ "from": "components/VBtn/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VBottomSheet": {
72
+ "from": "components/VBottomSheet/index.mjs",
69
73
  "styles": []
70
74
  },
71
75
  "VBtnToggle": {
72
76
  "from": "components/VBtnToggle/index.mjs",
73
77
  "styles": []
74
78
  },
75
- "VBtnGroup": {
76
- "from": "components/VBtnGroup/index.mjs",
79
+ "VCheckbox": {
80
+ "from": "components/VCheckbox/index.mjs",
77
81
  "styles": []
78
82
  },
79
- "VBtn": {
80
- "from": "components/VBtn/index.mjs",
83
+ "VCheckboxBtn": {
84
+ "from": "components/VCheckbox/index.mjs",
85
+ "styles": []
86
+ },
87
+ "VBtnGroup": {
88
+ "from": "components/VBtnGroup/index.mjs",
81
89
  "styles": []
82
90
  },
83
91
  "VCard": {
@@ -104,18 +112,6 @@
104
112
  "from": "components/VCard/index.mjs",
105
113
  "styles": []
106
114
  },
107
- "VCheckbox": {
108
- "from": "components/VCheckbox/index.mjs",
109
- "styles": []
110
- },
111
- "VCheckboxBtn": {
112
- "from": "components/VCheckbox/index.mjs",
113
- "styles": []
114
- },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
117
- "styles": []
118
- },
119
115
  "VCarousel": {
120
116
  "from": "components/VCarousel/index.mjs",
121
117
  "styles": []
@@ -128,10 +124,22 @@
128
124
  "from": "components/VCode/index.mjs",
129
125
  "styles": []
130
126
  },
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
129
+ "styles": []
130
+ },
131
+ "VCombobox": {
132
+ "from": "components/VCombobox/index.mjs",
133
+ "styles": []
134
+ },
131
135
  "VChipGroup": {
132
136
  "from": "components/VChipGroup/index.mjs",
133
137
  "styles": []
134
138
  },
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
141
+ "styles": []
142
+ },
135
143
  "VColorPicker": {
136
144
  "from": "components/VColorPicker/index.mjs",
137
145
  "styles": []
@@ -164,8 +172,8 @@
164
172
  "from": "components/VDataTable/index.mjs",
165
173
  "styles": []
166
174
  },
167
- "VCombobox": {
168
- "from": "components/VCombobox/index.mjs",
175
+ "VDivider": {
176
+ "from": "components/VDivider/index.mjs",
169
177
  "styles": []
170
178
  },
171
179
  "VDatePicker": {
@@ -192,16 +200,20 @@
192
200
  "from": "components/VDatePicker/index.mjs",
193
201
  "styles": []
194
202
  },
195
- "VDialog": {
196
- "from": "components/VDialog/index.mjs",
203
+ "VEmptyState": {
204
+ "from": "components/VEmptyState/index.mjs",
197
205
  "styles": []
198
206
  },
199
- "VCounter": {
200
- "from": "components/VCounter/index.mjs",
207
+ "VField": {
208
+ "from": "components/VField/index.mjs",
201
209
  "styles": []
202
210
  },
203
- "VEmptyState": {
204
- "from": "components/VEmptyState/index.mjs",
211
+ "VFieldLabel": {
212
+ "from": "components/VField/index.mjs",
213
+ "styles": []
214
+ },
215
+ "VDialog": {
216
+ "from": "components/VDialog/index.mjs",
205
217
  "styles": []
206
218
  },
207
219
  "VExpansionPanels": {
@@ -220,32 +232,20 @@
220
232
  "from": "components/VExpansionPanel/index.mjs",
221
233
  "styles": []
222
234
  },
223
- "VFab": {
224
- "from": "components/VFab/index.mjs",
225
- "styles": []
226
- },
227
- "VDivider": {
228
- "from": "components/VDivider/index.mjs",
229
- "styles": []
230
- },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
233
- "styles": []
234
- },
235
235
  "VFooter": {
236
236
  "from": "components/VFooter/index.mjs",
237
237
  "styles": []
238
238
  },
239
- "VInfiniteScroll": {
240
- "from": "components/VInfiniteScroll/index.mjs",
239
+ "VFab": {
240
+ "from": "components/VFab/index.mjs",
241
241
  "styles": []
242
242
  },
243
- "VField": {
244
- "from": "components/VField/index.mjs",
243
+ "VImg": {
244
+ "from": "components/VImg/index.mjs",
245
245
  "styles": []
246
246
  },
247
- "VFieldLabel": {
248
- "from": "components/VField/index.mjs",
247
+ "VFileInput": {
248
+ "from": "components/VFileInput/index.mjs",
249
249
  "styles": []
250
250
  },
251
251
  "VIcon": {
@@ -268,24 +268,12 @@
268
268
  "from": "components/VIcon/index.mjs",
269
269
  "styles": []
270
270
  },
271
- "VInput": {
272
- "from": "components/VInput/index.mjs",
273
- "styles": []
274
- },
275
- "VLabel": {
276
- "from": "components/VLabel/index.mjs",
277
- "styles": []
278
- },
279
- "VImg": {
280
- "from": "components/VImg/index.mjs",
281
- "styles": []
282
- },
283
- "VKbd": {
284
- "from": "components/VKbd/index.mjs",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll/index.mjs",
285
273
  "styles": []
286
274
  },
287
- "VMenu": {
288
- "from": "components/VMenu/index.mjs",
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
289
277
  "styles": []
290
278
  },
291
279
  "VItemGroup": {
@@ -296,10 +284,6 @@
296
284
  "from": "components/VItemGroup/index.mjs",
297
285
  "styles": []
298
286
  },
299
- "VMessages": {
300
- "from": "components/VMessages/index.mjs",
301
- "styles": []
302
- },
303
287
  "VList": {
304
288
  "from": "components/VList/index.mjs",
305
289
  "styles": []
@@ -336,10 +320,30 @@
336
320
  "from": "components/VList/index.mjs",
337
321
  "styles": []
338
322
  },
323
+ "VKbd": {
324
+ "from": "components/VKbd/index.mjs",
325
+ "styles": []
326
+ },
327
+ "VLabel": {
328
+ "from": "components/VLabel/index.mjs",
329
+ "styles": []
330
+ },
339
331
  "VMain": {
340
332
  "from": "components/VMain/index.mjs",
341
333
  "styles": []
342
334
  },
335
+ "VMenu": {
336
+ "from": "components/VMenu/index.mjs",
337
+ "styles": []
338
+ },
339
+ "VMessages": {
340
+ "from": "components/VMessages/index.mjs",
341
+ "styles": []
342
+ },
343
+ "VOtpInput": {
344
+ "from": "components/VOtpInput/index.mjs",
345
+ "styles": []
346
+ },
343
347
  "VNavigationDrawer": {
344
348
  "from": "components/VNavigationDrawer/index.mjs",
345
349
  "styles": []
@@ -352,40 +356,40 @@
352
356
  "from": "components/VPagination/index.mjs",
353
357
  "styles": []
354
358
  },
355
- "VOtpInput": {
356
- "from": "components/VOtpInput/index.mjs",
359
+ "VRadioGroup": {
360
+ "from": "components/VRadioGroup/index.mjs",
361
+ "styles": []
362
+ },
363
+ "VProgressLinear": {
364
+ "from": "components/VProgressLinear/index.mjs",
357
365
  "styles": []
358
366
  },
359
367
  "VProgressCircular": {
360
368
  "from": "components/VProgressCircular/index.mjs",
361
369
  "styles": []
362
370
  },
363
- "VProgressLinear": {
364
- "from": "components/VProgressLinear/index.mjs",
371
+ "VSelect": {
372
+ "from": "components/VSelect/index.mjs",
365
373
  "styles": []
366
374
  },
367
375
  "VRating": {
368
376
  "from": "components/VRating/index.mjs",
369
377
  "styles": []
370
378
  },
371
- "VRadioGroup": {
372
- "from": "components/VRadioGroup/index.mjs",
373
- "styles": []
374
- },
375
379
  "VSelectionControl": {
376
380
  "from": "components/VSelectionControl/index.mjs",
377
381
  "styles": []
378
382
  },
379
- "VSelect": {
380
- "from": "components/VSelect/index.mjs",
381
- "styles": []
382
- },
383
383
  "VSelectionControlGroup": {
384
384
  "from": "components/VSelectionControlGroup/index.mjs",
385
385
  "styles": []
386
386
  },
387
- "VSnackbar": {
388
- "from": "components/VSnackbar/index.mjs",
387
+ "VSlideGroup": {
388
+ "from": "components/VSlideGroup/index.mjs",
389
+ "styles": []
390
+ },
391
+ "VSlideGroupItem": {
392
+ "from": "components/VSlideGroup/index.mjs",
389
393
  "styles": []
390
394
  },
391
395
  "VSheet": {
@@ -396,18 +400,14 @@
396
400
  "from": "components/VSkeletonLoader/index.mjs",
397
401
  "styles": []
398
402
  },
399
- "VSlideGroup": {
400
- "from": "components/VSlideGroup/index.mjs",
401
- "styles": []
402
- },
403
- "VSlideGroupItem": {
404
- "from": "components/VSlideGroup/index.mjs",
405
- "styles": []
406
- },
407
403
  "VSlider": {
408
404
  "from": "components/VSlider/index.mjs",
409
405
  "styles": []
410
406
  },
407
+ "VSnackbar": {
408
+ "from": "components/VSnackbar/index.mjs",
409
+ "styles": []
410
+ },
411
411
  "VStepper": {
412
412
  "from": "components/VStepper/index.mjs",
413
413
  "styles": []
@@ -436,10 +436,6 @@
436
436
  "from": "components/VSwitch/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar/index.mjs",
441
- "styles": []
442
- },
443
439
  "VTab": {
444
440
  "from": "components/VTabs/index.mjs",
445
441
  "styles": []
@@ -456,24 +452,16 @@
456
452
  "from": "components/VTabs/index.mjs",
457
453
  "styles": []
458
454
  },
459
- "VTextField": {
460
- "from": "components/VTextField/index.mjs",
461
- "styles": []
462
- },
463
- "VTextarea": {
464
- "from": "components/VTextarea/index.mjs",
455
+ "VSystemBar": {
456
+ "from": "components/VSystemBar/index.mjs",
465
457
  "styles": []
466
458
  },
467
459
  "VTable": {
468
460
  "from": "components/VTable/index.mjs",
469
461
  "styles": []
470
462
  },
471
- "VTimeline": {
472
- "from": "components/VTimeline/index.mjs",
473
- "styles": []
474
- },
475
- "VTimelineItem": {
476
- "from": "components/VTimeline/index.mjs",
463
+ "VTextField": {
464
+ "from": "components/VTextField/index.mjs",
477
465
  "styles": []
478
466
  },
479
467
  "VToolbar": {
@@ -488,6 +476,18 @@
488
476
  "from": "components/VToolbar/index.mjs",
489
477
  "styles": []
490
478
  },
479
+ "VTextarea": {
480
+ "from": "components/VTextarea/index.mjs",
481
+ "styles": []
482
+ },
483
+ "VTimeline": {
484
+ "from": "components/VTimeline/index.mjs",
485
+ "styles": []
486
+ },
487
+ "VTimelineItem": {
488
+ "from": "components/VTimeline/index.mjs",
489
+ "styles": []
490
+ },
491
491
  "VTooltip": {
492
492
  "from": "components/VTooltip/index.mjs",
493
493
  "styles": []
@@ -512,8 +512,8 @@
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
514
514
  },
515
- "VForm": {
516
- "from": "components/VForm/index.mjs",
515
+ "VHover": {
516
+ "from": "components/VHover/index.mjs",
517
517
  "styles": []
518
518
  },
519
519
  "VContainer": {
@@ -532,8 +532,8 @@
532
532
  "from": "components/VGrid/index.mjs",
533
533
  "styles": []
534
534
  },
535
- "VHover": {
536
- "from": "components/VHover/index.mjs",
535
+ "VForm": {
536
+ "from": "components/VForm/index.mjs",
537
537
  "styles": []
538
538
  },
539
539
  "VLayout": {
@@ -548,14 +548,14 @@
548
548
  "from": "components/VLazy/index.mjs",
549
549
  "styles": []
550
550
  },
551
- "VLocaleProvider": {
552
- "from": "components/VLocaleProvider/index.mjs",
553
- "styles": []
554
- },
555
551
  "VNoSsr": {
556
552
  "from": "components/VNoSsr/index.mjs",
557
553
  "styles": []
558
554
  },
555
+ "VLocaleProvider": {
556
+ "from": "components/VLocaleProvider/index.mjs",
557
+ "styles": []
558
+ },
559
559
  "VParallax": {
560
560
  "from": "components/VParallax/index.mjs",
561
561
  "styles": []