@vuetify/nightly 4.0.0-dev-20230422.0 → 4.0.0-dev-20230426.0

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 (124) hide show
  1. package/CHANGELOG.md +3 -2
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +56 -4
  4. package/dist/json/importMap-labs.json +4 -0
  5. package/dist/json/importMap.json +64 -64
  6. package/dist/json/tags.json +18 -0
  7. package/dist/json/web-types.json +237 -10
  8. package/dist/vuetify-labs.css +1379 -1354
  9. package/dist/vuetify-labs.d.ts +343 -0
  10. package/dist/vuetify-labs.esm.js +216 -6
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +216 -6
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.css +9 -9
  15. package/dist/vuetify.d.ts +18 -18
  16. package/dist/vuetify.esm.js +10 -6
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +10 -6
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +7 -7
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/composables/intersectionObserver.mjs +2 -2
  24. package/lib/composables/intersectionObserver.mjs.map +1 -1
  25. package/lib/entry-bundler.mjs +1 -1
  26. package/lib/framework.mjs +1 -1
  27. package/lib/index.d.ts +18 -18
  28. package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
  29. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
  30. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
  31. package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
  32. package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
  33. package/lib/labs/VInfiniteScroll/index.d.ts +349 -0
  34. package/lib/labs/VInfiniteScroll/index.mjs +2 -0
  35. package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
  36. package/lib/labs/components.d.ts +343 -2
  37. package/lib/labs/components.mjs +1 -0
  38. package/lib/labs/components.mjs.map +1 -1
  39. package/lib/locale/af.mjs +5 -1
  40. package/lib/locale/af.mjs.map +1 -1
  41. package/lib/locale/ar.mjs +5 -1
  42. package/lib/locale/ar.mjs.map +1 -1
  43. package/lib/locale/az.mjs +5 -1
  44. package/lib/locale/az.mjs.map +1 -1
  45. package/lib/locale/bg.mjs +5 -1
  46. package/lib/locale/bg.mjs.map +1 -1
  47. package/lib/locale/ca.mjs +5 -1
  48. package/lib/locale/ca.mjs.map +1 -1
  49. package/lib/locale/ckb.mjs +5 -1
  50. package/lib/locale/ckb.mjs.map +1 -1
  51. package/lib/locale/cs.mjs +5 -1
  52. package/lib/locale/cs.mjs.map +1 -1
  53. package/lib/locale/da.mjs +5 -1
  54. package/lib/locale/da.mjs.map +1 -1
  55. package/lib/locale/de.mjs +5 -1
  56. package/lib/locale/de.mjs.map +1 -1
  57. package/lib/locale/el.mjs +5 -1
  58. package/lib/locale/el.mjs.map +1 -1
  59. package/lib/locale/en.mjs +5 -1
  60. package/lib/locale/en.mjs.map +1 -1
  61. package/lib/locale/es.mjs +5 -1
  62. package/lib/locale/es.mjs.map +1 -1
  63. package/lib/locale/et.mjs +5 -1
  64. package/lib/locale/et.mjs.map +1 -1
  65. package/lib/locale/fa.mjs +5 -1
  66. package/lib/locale/fa.mjs.map +1 -1
  67. package/lib/locale/fi.mjs +5 -1
  68. package/lib/locale/fi.mjs.map +1 -1
  69. package/lib/locale/fr.mjs +5 -1
  70. package/lib/locale/fr.mjs.map +1 -1
  71. package/lib/locale/he.mjs +5 -1
  72. package/lib/locale/he.mjs.map +1 -1
  73. package/lib/locale/hr.mjs +5 -1
  74. package/lib/locale/hr.mjs.map +1 -1
  75. package/lib/locale/hu.mjs +5 -1
  76. package/lib/locale/hu.mjs.map +1 -1
  77. package/lib/locale/id.mjs +5 -1
  78. package/lib/locale/id.mjs.map +1 -1
  79. package/lib/locale/index.d.ts +168 -0
  80. package/lib/locale/it.mjs +5 -1
  81. package/lib/locale/it.mjs.map +1 -1
  82. package/lib/locale/ja.mjs +5 -1
  83. package/lib/locale/ja.mjs.map +1 -1
  84. package/lib/locale/ko.mjs +5 -1
  85. package/lib/locale/ko.mjs.map +1 -1
  86. package/lib/locale/lt.mjs +5 -1
  87. package/lib/locale/lt.mjs.map +1 -1
  88. package/lib/locale/lv.mjs +5 -1
  89. package/lib/locale/lv.mjs.map +1 -1
  90. package/lib/locale/nl.mjs +5 -1
  91. package/lib/locale/nl.mjs.map +1 -1
  92. package/lib/locale/no.mjs +5 -1
  93. package/lib/locale/no.mjs.map +1 -1
  94. package/lib/locale/pl.mjs +5 -1
  95. package/lib/locale/pl.mjs.map +1 -1
  96. package/lib/locale/pt.mjs +5 -1
  97. package/lib/locale/pt.mjs.map +1 -1
  98. package/lib/locale/ro.mjs +5 -1
  99. package/lib/locale/ro.mjs.map +1 -1
  100. package/lib/locale/ru.mjs +5 -1
  101. package/lib/locale/ru.mjs.map +1 -1
  102. package/lib/locale/sk.mjs +5 -1
  103. package/lib/locale/sk.mjs.map +1 -1
  104. package/lib/locale/sl.mjs +5 -1
  105. package/lib/locale/sl.mjs.map +1 -1
  106. package/lib/locale/sr-Cyrl.mjs +5 -1
  107. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  108. package/lib/locale/sr-Latn.mjs +5 -1
  109. package/lib/locale/sr-Latn.mjs.map +1 -1
  110. package/lib/locale/sv.mjs +5 -1
  111. package/lib/locale/sv.mjs.map +1 -1
  112. package/lib/locale/th.mjs +5 -1
  113. package/lib/locale/th.mjs.map +1 -1
  114. package/lib/locale/tr.mjs +5 -1
  115. package/lib/locale/tr.mjs.map +1 -1
  116. package/lib/locale/uk.mjs +5 -1
  117. package/lib/locale/uk.mjs.map +1 -1
  118. package/lib/locale/vi.mjs +5 -1
  119. package/lib/locale/vi.mjs.map +1 -1
  120. package/lib/locale/zh-Hans.mjs +5 -1
  121. package/lib/locale/zh-Hans.mjs.map +1 -1
  122. package/lib/locale/zh-Hant.mjs +5 -1
  123. package/lib/locale/zh-Hant.mjs.map +1 -1
  124. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230422.0...v) (2023-04-22)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230426.0...v) (2023-04-26)
2
2
 
3
3
 
4
4
 
5
- # [4.0.0-dev-20230422.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.15...v4.0.0-dev-20230422.0) (2023-04-22)
5
+ # [4.0.0-dev-20230426.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.15...v4.0.0-dev-20230426.0) (2023-04-26)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -19,6 +19,7 @@
19
19
  * **VBtn:** resize height of button when override $spacer ([#17097](https://github.com/vuetifyjs/vuetify/issues/17097)) ([6169fc8](https://github.com/vuetifyjs/vuetify/commit/6169fc8d92f6a41ed8e83543f4e61c2c8f3b4d66))
20
20
  * **VBtn/VTab:** add text property ([753d444](https://github.com/vuetifyjs/vuetify/commit/753d444ebb1884b46479da6daf27be9b50de4f64))
21
21
  * **VField:** add solo-inverted variant ([#16794](https://github.com/vuetifyjs/vuetify/issues/16794)) ([d0b41e4](https://github.com/vuetifyjs/vuetify/commit/d0b41e409139567ce69b334c52df3e6bc45b0715))
22
+ * **VInfiniteScroll:** initial implementation ([#15590](https://github.com/vuetifyjs/vuetify/issues/15590)) ([229a440](https://github.com/vuetifyjs/vuetify/commit/229a440e3d5b778c3ad9cba0a575b9835970c7d7)), closes [#3538](https://github.com/vuetifyjs/vuetify/issues/3538)
22
23
  * **VSlider:** add start and end events ([#16514](https://github.com/vuetifyjs/vuetify/issues/16514)) ([be71818](https://github.com/vuetifyjs/vuetify/commit/be71818a01f5f8f35d6e665320f2d0bfae9642d1))
23
24
  * **VTooltip:** add eager prop support ([#16752](https://github.com/vuetifyjs/vuetify/issues/16752)) ([d0761be](https://github.com/vuetifyjs/vuetify/commit/d0761be12dc9f1ce4833613ff5a7e37bca37662d))
24
25
  * **VVirtualScroll:** promote from labs ([f8c5746](https://github.com/vuetifyjs/vuetify/commit/f8c57464d35c14fc31c81143936c37457e406c76))
@@ -1,2 +1,3 @@
1
1
  @forward '../lib/labs/VDataTable/_variables.scss'
2
+ @forward '../lib/labs/VInfiniteScroll/_variables.scss'
2
3
  @forward '../lib/labs/VSkeletonLoader/_variables.scss'
@@ -3539,6 +3539,58 @@
3539
3539
  "type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
3540
3540
  "description": "The image URL. This prop is mandatory."
3541
3541
  },
3542
+ "v-infinite-scroll/height": {
3543
+ "type": "string | number",
3544
+ "description": "Sets the height for the component."
3545
+ },
3546
+ "v-infinite-scroll/max-height": {
3547
+ "type": "string | number",
3548
+ "description": "Sets the maximum height for the component."
3549
+ },
3550
+ "v-infinite-scroll/max-width": {
3551
+ "type": "string | number",
3552
+ "description": "Sets the maximum width for the component."
3553
+ },
3554
+ "v-infinite-scroll/min-height": {
3555
+ "type": "string | number",
3556
+ "description": "Sets the minimum height for the component."
3557
+ },
3558
+ "v-infinite-scroll/min-width": {
3559
+ "type": "string | number",
3560
+ "description": "Sets the minimum width for the component."
3561
+ },
3562
+ "v-infinite-scroll/width": {
3563
+ "type": "string | number",
3564
+ "description": "Sets the width for the component."
3565
+ },
3566
+ "v-infinite-scroll/color": {
3567
+ "type": "string",
3568
+ "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
3569
+ },
3570
+ "v-infinite-scroll/direction": {
3571
+ "type": "\"horizontal\" | \"vertical\"",
3572
+ "description": "Specifies if scroller is **vertical** or **horizontal**."
3573
+ },
3574
+ "v-infinite-scroll/mode": {
3575
+ "type": "\"intersect\" | \"manual\"",
3576
+ "description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
3577
+ },
3578
+ "v-infinite-scroll/side": {
3579
+ "type": "\"end\" | \"start\" | \"both\"",
3580
+ "description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
3581
+ },
3582
+ "v-infinite-scroll/margin": {
3583
+ "type": "string | number",
3584
+ "description": "Value sent to the intersection observer. Will make the observer trigger earlier, by the margin (px) value supplied."
3585
+ },
3586
+ "v-infinite-scroll/load-more-text": {
3587
+ "type": "string",
3588
+ "description": "Text shown in default load more button, when in manual mode."
3589
+ },
3590
+ "v-infinite-scroll/empty-text": {
3591
+ "type": "string",
3592
+ "description": "Text shown when there is no more content to load."
3593
+ },
3542
3594
  "v-input/model-value": {
3543
3595
  "type": "any",
3544
3596
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -7263,6 +7315,10 @@
7263
7315
  "type": "\"horizontal\" | \"vertical\"",
7264
7316
  "description": "Display timeline in a **vertical** or **horizontal** direction"
7265
7317
  },
7318
+ "v-timeline/side": {
7319
+ "type": "\"end\" | \"start\"",
7320
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7321
+ },
7266
7322
  "v-timeline/align": {
7267
7323
  "type": "\"start\" | \"center\"",
7268
7324
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
@@ -7283,10 +7339,6 @@
7283
7339
  "type": "string | number",
7284
7340
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7285
7341
  },
7286
- "v-timeline/side": {
7287
- "type": "\"end\" | \"start\"",
7288
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
7289
- },
7290
7342
  "v-timeline/truncate-line": {
7291
7343
  "type": "\"end\" | \"start\" | \"both\"",
7292
7344
  "description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
@@ -24,6 +24,10 @@
24
24
  "from": "labs/VDataTable/index.mjs",
25
25
  "styles": []
26
26
  },
27
+ "VInfiniteScroll": {
28
+ "from": "labs/VInfiniteScroll/index.mjs",
29
+ "styles": []
30
+ },
27
31
  "VSkeletonLoader": {
28
32
  "from": "labs/VSkeletonLoader/index.mjs",
29
33
  "styles": []
@@ -36,10 +36,6 @@
36
36
  "from": "components/VBadge/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VBottomNavigation": {
40
- "from": "components/VBottomNavigation/index.mjs",
41
- "styles": []
42
- },
43
39
  "VBanner": {
44
40
  "from": "components/VBanner/index.mjs",
45
41
  "styles": []
@@ -52,8 +48,8 @@
52
48
  "from": "components/VBanner/index.mjs",
53
49
  "styles": []
54
50
  },
55
- "VBtn": {
56
- "from": "components/VBtn/index.mjs",
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
57
53
  "styles": []
58
54
  },
59
55
  "VBreadcrumbs": {
@@ -68,14 +64,18 @@
68
64
  "from": "components/VBreadcrumbs/index.mjs",
69
65
  "styles": []
70
66
  },
71
- "VBtnGroup": {
72
- "from": "components/VBtnGroup/index.mjs",
67
+ "VBtn": {
68
+ "from": "components/VBtn/index.mjs",
73
69
  "styles": []
74
70
  },
75
71
  "VBtnToggle": {
76
72
  "from": "components/VBtnToggle/index.mjs",
77
73
  "styles": []
78
74
  },
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
77
+ "styles": []
78
+ },
79
79
  "VCard": {
80
80
  "from": "components/VCard/index.mjs",
81
81
  "styles": []
@@ -108,10 +108,6 @@
108
108
  "from": "components/VCarousel/index.mjs",
109
109
  "styles": []
110
110
  },
111
- "VChipGroup": {
112
- "from": "components/VChipGroup/index.mjs",
113
- "styles": []
114
- },
115
111
  "VCheckbox": {
116
112
  "from": "components/VCheckbox/index.mjs",
117
113
  "styles": []
@@ -120,6 +116,14 @@
120
116
  "from": "components/VCheckbox/index.mjs",
121
117
  "styles": []
122
118
  },
119
+ "VChip": {
120
+ "from": "components/VChip/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup/index.mjs",
125
+ "styles": []
126
+ },
123
127
  "VCode": {
124
128
  "from": "components/VCode/index.mjs",
125
129
  "styles": []
@@ -128,10 +132,6 @@
128
132
  "from": "components/VColorPicker/index.mjs",
129
133
  "styles": []
130
134
  },
131
- "VChip": {
132
- "from": "components/VChip/index.mjs",
133
- "styles": []
134
- },
135
135
  "VCombobox": {
136
136
  "from": "components/VCombobox/index.mjs",
137
137
  "styles": []
@@ -148,14 +148,6 @@
148
148
  "from": "components/VDivider/index.mjs",
149
149
  "styles": []
150
150
  },
151
- "VField": {
152
- "from": "components/VField/index.mjs",
153
- "styles": []
154
- },
155
- "VFieldLabel": {
156
- "from": "components/VField/index.mjs",
157
- "styles": []
158
- },
159
151
  "VExpansionPanels": {
160
152
  "from": "components/VExpansionPanel/index.mjs",
161
153
  "styles": []
@@ -172,6 +164,14 @@
172
164
  "from": "components/VExpansionPanel/index.mjs",
173
165
  "styles": []
174
166
  },
167
+ "VField": {
168
+ "from": "components/VField/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VFieldLabel": {
172
+ "from": "components/VField/index.mjs",
173
+ "styles": []
174
+ },
175
175
  "VFileInput": {
176
176
  "from": "components/VFileInput/index.mjs",
177
177
  "styles": []
@@ -224,10 +224,6 @@
224
224
  "from": "components/VLabel/index.mjs",
225
225
  "styles": []
226
226
  },
227
- "VMain": {
228
- "from": "components/VMain/index.mjs",
229
- "styles": []
230
- },
231
227
  "VList": {
232
228
  "from": "components/VList/index.mjs",
233
229
  "styles": []
@@ -264,30 +260,34 @@
264
260
  "from": "components/VList/index.mjs",
265
261
  "styles": []
266
262
  },
267
- "VMenu": {
268
- "from": "components/VMenu/index.mjs",
263
+ "VMain": {
264
+ "from": "components/VMain/index.mjs",
269
265
  "styles": []
270
266
  },
271
- "VNavigationDrawer": {
272
- "from": "components/VNavigationDrawer/index.mjs",
267
+ "VMenu": {
268
+ "from": "components/VMenu/index.mjs",
273
269
  "styles": []
274
270
  },
275
271
  "VMessages": {
276
272
  "from": "components/VMessages/index.mjs",
277
273
  "styles": []
278
274
  },
279
- "VOverlay": {
280
- "from": "components/VOverlay/index.mjs",
275
+ "VNavigationDrawer": {
276
+ "from": "components/VNavigationDrawer/index.mjs",
281
277
  "styles": []
282
278
  },
283
- "VProgressCircular": {
284
- "from": "components/VProgressCircular/index.mjs",
279
+ "VOverlay": {
280
+ "from": "components/VOverlay/index.mjs",
285
281
  "styles": []
286
282
  },
287
283
  "VPagination": {
288
284
  "from": "components/VPagination/index.mjs",
289
285
  "styles": []
290
286
  },
287
+ "VProgressCircular": {
288
+ "from": "components/VProgressCircular/index.mjs",
289
+ "styles": []
290
+ },
291
291
  "VProgressLinear": {
292
292
  "from": "components/VProgressLinear/index.mjs",
293
293
  "styles": []
@@ -304,22 +304,14 @@
304
304
  "from": "components/VSelect/index.mjs",
305
305
  "styles": []
306
306
  },
307
- "VSelectionControlGroup": {
308
- "from": "components/VSelectionControlGroup/index.mjs",
309
- "styles": []
310
- },
311
- "VSlideGroup": {
312
- "from": "components/VSlideGroup/index.mjs",
313
- "styles": []
314
- },
315
- "VSlideGroupItem": {
316
- "from": "components/VSlideGroup/index.mjs",
317
- "styles": []
318
- },
319
307
  "VSelectionControl": {
320
308
  "from": "components/VSelectionControl/index.mjs",
321
309
  "styles": []
322
310
  },
311
+ "VSelectionControlGroup": {
312
+ "from": "components/VSelectionControlGroup/index.mjs",
313
+ "styles": []
314
+ },
323
315
  "VSheet": {
324
316
  "from": "components/VSheet/index.mjs",
325
317
  "styles": []
@@ -332,14 +324,14 @@
332
324
  "from": "components/VSnackbar/index.mjs",
333
325
  "styles": []
334
326
  },
335
- "VSystemBar": {
336
- "from": "components/VSystemBar/index.mjs",
337
- "styles": []
338
- },
339
327
  "VSwitch": {
340
328
  "from": "components/VSwitch/index.mjs",
341
329
  "styles": []
342
330
  },
331
+ "VSystemBar": {
332
+ "from": "components/VSystemBar/index.mjs",
333
+ "styles": []
334
+ },
343
335
  "VTabs": {
344
336
  "from": "components/VTabs/index.mjs",
345
337
  "styles": []
@@ -396,10 +388,6 @@
396
388
  "from": "components/VDefaultsProvider/index.mjs",
397
389
  "styles": []
398
390
  },
399
- "VHover": {
400
- "from": "components/VHover/index.mjs",
401
- "styles": []
402
- },
403
391
  "VForm": {
404
392
  "from": "components/VForm/index.mjs",
405
393
  "styles": []
@@ -420,8 +408,8 @@
420
408
  "from": "components/VGrid/index.mjs",
421
409
  "styles": []
422
410
  },
423
- "VLazy": {
424
- "from": "components/VLazy/index.mjs",
411
+ "VHover": {
412
+ "from": "components/VHover/index.mjs",
425
413
  "styles": []
426
414
  },
427
415
  "VLayout": {
@@ -432,6 +420,10 @@
432
420
  "from": "components/VLayout/index.mjs",
433
421
  "styles": []
434
422
  },
423
+ "VLazy": {
424
+ "from": "components/VLazy/index.mjs",
425
+ "styles": []
426
+ },
435
427
  "VLocaleProvider": {
436
428
  "from": "components/VLocaleProvider/index.mjs",
437
429
  "styles": []
@@ -448,18 +440,22 @@
448
440
  "from": "components/VRadio/index.mjs",
449
441
  "styles": []
450
442
  },
451
- "VResponsive": {
452
- "from": "components/VResponsive/index.mjs",
453
- "styles": []
454
- },
455
443
  "VRangeSlider": {
456
444
  "from": "components/VRangeSlider/index.mjs",
457
445
  "styles": []
458
446
  },
447
+ "VResponsive": {
448
+ "from": "components/VResponsive/index.mjs",
449
+ "styles": []
450
+ },
459
451
  "VThemeProvider": {
460
452
  "from": "components/VThemeProvider/index.mjs",
461
453
  "styles": []
462
454
  },
455
+ "VValidation": {
456
+ "from": "components/VValidation/index.mjs",
457
+ "styles": []
458
+ },
463
459
  "VVirtualScroll": {
464
460
  "from": "components/VVirtualScroll/index.mjs",
465
461
  "styles": []
@@ -528,8 +524,12 @@
528
524
  "from": "components/transitions/index.mjs",
529
525
  "styles": []
530
526
  },
531
- "VValidation": {
532
- "from": "components/VValidation/index.mjs",
527
+ "VSlideGroup": {
528
+ "from": "components/VSlideGroup/index.mjs",
529
+ "styles": []
530
+ },
531
+ "VSlideGroupItem": {
532
+ "from": "components/VSlideGroup/index.mjs",
533
533
  "styles": []
534
534
  }
535
535
  },
@@ -1216,6 +1216,24 @@
1216
1216
  ],
1217
1217
  "description": ""
1218
1218
  },
1219
+ "v-infinite-scroll": {
1220
+ "attributes": [
1221
+ "color",
1222
+ "direction",
1223
+ "empty-text",
1224
+ "height",
1225
+ "load-more-text",
1226
+ "margin",
1227
+ "max-height",
1228
+ "max-width",
1229
+ "min-height",
1230
+ "min-width",
1231
+ "mode",
1232
+ "side",
1233
+ "width"
1234
+ ],
1235
+ "description": ""
1236
+ },
1219
1237
  "v-input": {
1220
1238
  "attributes": [
1221
1239
  "append-icon",