@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 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 (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  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 +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  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 +81 -80
  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/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +0,0 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.13-3.7.0-beta.0.0-dev.2024-07-12...v) (2024-07-12)
2
-
3
-
4
-
5
- ## [3.6.13-3.7.0-beta.0.0-dev.2024-07-12](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-12) (2024-07-12)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **VTreeview:** increase v-treeview-item--filtered specificity ([39e7c64](https://github.com/vuetifyjs/vuetify/commit/39e7c642a7a135473940374072967a88d87a31e2)), closes [#19404](https://github.com/vuetifyjs/vuetify/issues/19404)
11
-
12
-
13
-
@@ -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",
@@ -24,18 +24,6 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VNumberInput": {
28
- "from": "labs/VNumberInput/index.mjs",
29
- "styles": []
30
- },
31
- "VPicker": {
32
- "from": "labs/VPicker/index.mjs",
33
- "styles": []
34
- },
35
- "VPickerTitle": {
36
- "from": "labs/VPicker/index.mjs",
37
- "styles": []
38
- },
39
27
  "VStepperVertical": {
40
28
  "from": "labs/VStepperVertical/index.mjs",
41
29
  "styles": []
@@ -48,6 +36,18 @@
48
36
  "from": "labs/VStepperVertical/index.mjs",
49
37
  "styles": []
50
38
  },
39
+ "VNumberInput": {
40
+ "from": "labs/VNumberInput/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VPicker": {
44
+ "from": "labs/VPicker/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VPickerTitle": {
48
+ "from": "labs/VPicker/index.mjs",
49
+ "styles": []
50
+ },
51
51
  "VTimePicker": {
52
52
  "from": "labs/VTimePicker/index.mjs",
53
53
  "styles": []
@@ -76,13 +76,13 @@
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
78
78
  },
79
- "VSnackbarQueue": {
80
- "from": "labs/VSnackbarQueue/index.mjs",
81
- "styles": []
82
- },
83
79
  "VPullToRefresh": {
84
80
  "from": "labs/VPullToRefresh/index.mjs",
85
81
  "styles": []
82
+ },
83
+ "VSnackbarQueue": {
84
+ "from": "labs/VSnackbarQueue/index.mjs",
85
+ "styles": []
86
86
  }
87
87
  }
88
88
  }