@vuetify/nightly 3.8.10-master.2025-06-18 → 3.8.10-master.2025-06-19
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.
- package/CHANGELOG.md +11 -3
- package/dist/json/attributes.json +704 -704
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +1296 -1296
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5072 -5072
- package/dist/vuetify-labs.d.ts +56 -56
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2857 -2857
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VFileUpload": {
|
4
|
+
"from": "labs/VFileUpload",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "labs/
|
7
|
+
"VFileUploadItem": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
11
|
"VCalendar": {
|
@@ -32,16 +32,8 @@
|
|
32
32
|
"from": "labs/VCalendar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VTimePickerClock": {
|
40
|
-
"from": "labs/VTimePicker",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VTimePickerControls": {
|
44
|
-
"from": "labs/VTimePicker",
|
35
|
+
"VColorInput": {
|
36
|
+
"from": "labs/VColorInput",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
39
|
"VPicker": {
|
@@ -52,12 +44,8 @@
|
|
52
44
|
"from": "labs/VPicker",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VFileUploadItem": {
|
60
|
-
"from": "labs/VFileUpload",
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
61
49
|
"styles": []
|
62
50
|
},
|
63
51
|
"VTreeview": {
|
@@ -72,12 +60,16 @@
|
|
72
60
|
"from": "labs/VTreeview",
|
73
61
|
"styles": []
|
74
62
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
63
|
+
"VTimePicker": {
|
64
|
+
"from": "labs/VTimePicker",
|
77
65
|
"styles": []
|
78
66
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
67
|
+
"VTimePickerClock": {
|
68
|
+
"from": "labs/VTimePicker",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VTimePickerControls": {
|
72
|
+
"from": "labs/VTimePicker",
|
81
73
|
"styles": []
|
82
74
|
},
|
83
75
|
"VStepperVertical": {
|
@@ -91,6 +83,14 @@
|
|
91
83
|
"VStepperVerticalActions": {
|
92
84
|
"from": "labs/VStepperVertical",
|
93
85
|
"styles": []
|
86
|
+
},
|
87
|
+
"VDateInput": {
|
88
|
+
"from": "labs/VDateInput",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VPullToRefresh": {
|
92
|
+
"from": "labs/VPullToRefresh",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VAlert": {
|
8
4
|
"from": "components/VAlert",
|
9
5
|
"styles": []
|
@@ -12,8 +8,20 @@
|
|
12
8
|
"from": "components/VAlert",
|
13
9
|
"styles": []
|
14
10
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
11
|
+
"VApp": {
|
12
|
+
"from": "components/VApp",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VAppBar": {
|
16
|
+
"from": "components/VAppBar",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VAppBarNavIcon": {
|
20
|
+
"from": "components/VAppBar",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAppBarTitle": {
|
24
|
+
"from": "components/VAppBar",
|
17
25
|
"styles": []
|
18
26
|
},
|
19
27
|
"VAvatar": {
|
@@ -36,22 +44,14 @@
|
|
36
44
|
"from": "components/VBanner",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"VAppBar": {
|
40
|
-
"from": "components/VAppBar",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VAppBarNavIcon": {
|
44
|
-
"from": "components/VAppBar",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VAppBarTitle": {
|
48
|
-
"from": "components/VAppBar",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
47
|
"VBottomNavigation": {
|
52
48
|
"from": "components/VBottomNavigation",
|
53
49
|
"styles": []
|
54
50
|
},
|
51
|
+
"VAutocomplete": {
|
52
|
+
"from": "components/VAutocomplete",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
55
|
"VBreadcrumbs": {
|
56
56
|
"from": "components/VBreadcrumbs",
|
57
57
|
"styles": []
|
@@ -68,6 +68,14 @@
|
|
68
68
|
"from": "components/VBottomSheet",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn",
|
77
|
+
"styles": []
|
78
|
+
},
|
71
79
|
"VCard": {
|
72
80
|
"from": "components/VCard",
|
73
81
|
"styles": []
|
@@ -92,12 +100,12 @@
|
|
92
100
|
"from": "components/VCard",
|
93
101
|
"styles": []
|
94
102
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
103
|
+
"VBtnToggle": {
|
104
|
+
"from": "components/VBtnToggle",
|
97
105
|
"styles": []
|
98
106
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
107
|
+
"VChipGroup": {
|
108
|
+
"from": "components/VChipGroup",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
111
|
"VCarousel": {
|
@@ -108,38 +116,58 @@
|
|
108
116
|
"from": "components/VCarousel",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VColorPicker": {
|
128
|
+
"from": "components/VColorPicker",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VChip": {
|
132
|
+
"from": "components/VChip",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
139
|
"VCombobox": {
|
132
140
|
"from": "components/VCombobox",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
|
-
"VBtnToggle": {
|
136
|
-
"from": "components/VBtnToggle",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
143
|
"VCounter": {
|
140
144
|
"from": "components/VCounter",
|
141
145
|
"styles": []
|
142
146
|
},
|
147
|
+
"VDatePicker": {
|
148
|
+
"from": "components/VDatePicker",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePickerControls": {
|
152
|
+
"from": "components/VDatePicker",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerHeader": {
|
156
|
+
"from": "components/VDatePicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerMonth": {
|
160
|
+
"from": "components/VDatePicker",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerMonths": {
|
164
|
+
"from": "components/VDatePicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDatePickerYears": {
|
168
|
+
"from": "components/VDatePicker",
|
169
|
+
"styles": []
|
170
|
+
},
|
143
171
|
"VDataTable": {
|
144
172
|
"from": "components/VDataTable",
|
145
173
|
"styles": []
|
@@ -168,42 +196,14 @@
|
|
168
196
|
"from": "components/VDataTable",
|
169
197
|
"styles": []
|
170
198
|
},
|
171
|
-
"VCode": {
|
172
|
-
"from": "components/VCode",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDatePicker": {
|
176
|
-
"from": "components/VDatePicker",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerControls": {
|
180
|
-
"from": "components/VDatePicker",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerHeader": {
|
184
|
-
"from": "components/VDatePicker",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonth": {
|
188
|
-
"from": "components/VDatePicker",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDatePickerMonths": {
|
192
|
-
"from": "components/VDatePicker",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDatePickerYears": {
|
196
|
-
"from": "components/VDatePicker",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VEmptyState": {
|
200
|
-
"from": "components/VEmptyState",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VDialog": {
|
204
200
|
"from": "components/VDialog",
|
205
201
|
"styles": []
|
206
202
|
},
|
203
|
+
"VDivider": {
|
204
|
+
"from": "components/VDivider",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
207
|
"VExpansionPanels": {
|
208
208
|
"from": "components/VExpansionPanel",
|
209
209
|
"styles": []
|
@@ -220,14 +220,6 @@
|
|
220
220
|
"from": "components/VExpansionPanel",
|
221
221
|
"styles": []
|
222
222
|
},
|
223
|
-
"VFooter": {
|
224
|
-
"from": "components/VFooter",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VDivider": {
|
228
|
-
"from": "components/VDivider",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
223
|
"VField": {
|
232
224
|
"from": "components/VField",
|
233
225
|
"styles": []
|
@@ -236,12 +228,24 @@
|
|
236
228
|
"from": "components/VField",
|
237
229
|
"styles": []
|
238
230
|
},
|
231
|
+
"VFab": {
|
232
|
+
"from": "components/VFab",
|
233
|
+
"styles": []
|
234
|
+
},
|
239
235
|
"VFileInput": {
|
240
236
|
"from": "components/VFileInput",
|
241
237
|
"styles": []
|
242
238
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
239
|
+
"VEmptyState": {
|
240
|
+
"from": "components/VEmptyState",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
245
249
|
"styles": []
|
246
250
|
},
|
247
251
|
"VIcon": {
|
@@ -264,44 +268,28 @@
|
|
264
268
|
"from": "components/VIcon",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
|
-
"VImg": {
|
268
|
-
"from": "components/VImg",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
271
|
"VInfiniteScroll": {
|
272
272
|
"from": "components/VInfiniteScroll",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
|
-
"VItemGroup": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VItem": {
|
280
|
-
"from": "components/VItemGroup",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
275
|
"VKbd": {
|
284
276
|
"from": "components/VKbd",
|
285
277
|
"styles": []
|
286
278
|
},
|
287
|
-
"VInput": {
|
288
|
-
"from": "components/VInput",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
279
|
"VLabel": {
|
292
280
|
"from": "components/VLabel",
|
293
281
|
"styles": []
|
294
282
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
283
|
+
"VInput": {
|
284
|
+
"from": "components/VInput",
|
297
285
|
"styles": []
|
298
286
|
},
|
299
|
-
"
|
300
|
-
"from": "components/
|
287
|
+
"VItemGroup": {
|
288
|
+
"from": "components/VItemGroup",
|
301
289
|
"styles": []
|
302
290
|
},
|
303
|
-
"
|
304
|
-
"from": "components/
|
291
|
+
"VItem": {
|
292
|
+
"from": "components/VItemGroup",
|
305
293
|
"styles": []
|
306
294
|
},
|
307
295
|
"VList": {
|
@@ -340,40 +328,52 @@
|
|
340
328
|
"from": "components/VList",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain",
|
345
333
|
"styles": []
|
346
334
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
349
337
|
"styles": []
|
350
338
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
353
341
|
"styles": []
|
354
342
|
},
|
355
343
|
"VNumberInput": {
|
356
344
|
"from": "components/VNumberInput",
|
357
345
|
"styles": []
|
358
346
|
},
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination",
|
353
|
+
"styles": []
|
354
|
+
},
|
359
355
|
"VOtpInput": {
|
360
356
|
"from": "components/VOtpInput",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
363
|
"VProgressLinear": {
|
368
364
|
"from": "components/VProgressLinear",
|
369
365
|
"styles": []
|
370
366
|
},
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
369
|
+
"styles": []
|
370
|
+
},
|
371
371
|
"VRating": {
|
372
372
|
"from": "components/VRating",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
375
|
+
"VRadioGroup": {
|
376
|
+
"from": "components/VRadioGroup",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
379
|
"VSelectionControl": {
|
@@ -384,6 +384,10 @@
|
|
384
384
|
"from": "components/VSelectionControlGroup",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
+
"VSelect": {
|
388
|
+
"from": "components/VSelect",
|
389
|
+
"styles": []
|
390
|
+
},
|
387
391
|
"VSkeletonLoader": {
|
388
392
|
"from": "components/VSkeletonLoader",
|
389
393
|
"styles": []
|
@@ -392,6 +396,18 @@
|
|
392
396
|
"from": "components/VSheet",
|
393
397
|
"styles": []
|
394
398
|
},
|
399
|
+
"VSlideGroup": {
|
400
|
+
"from": "components/VSlideGroup",
|
401
|
+
"styles": []
|
402
|
+
},
|
403
|
+
"VSlideGroupItem": {
|
404
|
+
"from": "components/VSlideGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider",
|
409
|
+
"styles": []
|
410
|
+
},
|
395
411
|
"VSnackbar": {
|
396
412
|
"from": "components/VSnackbar",
|
397
413
|
"styles": []
|
@@ -420,18 +436,6 @@
|
|
420
436
|
"from": "components/VStepper",
|
421
437
|
"styles": []
|
422
438
|
},
|
423
|
-
"VSlider": {
|
424
|
-
"from": "components/VSlider",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VSlideGroup": {
|
428
|
-
"from": "components/VSlideGroup",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSlideGroupItem": {
|
432
|
-
"from": "components/VSlideGroup",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
439
|
"VSwitch": {
|
436
440
|
"from": "components/VSwitch",
|
437
441
|
"styles": []
|
@@ -456,24 +460,12 @@
|
|
456
460
|
"from": "components/VTable",
|
457
461
|
"styles": []
|
458
462
|
},
|
459
|
-
"VTextarea": {
|
460
|
-
"from": "components/VTextarea",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
463
|
"VSystemBar": {
|
464
464
|
"from": "components/VSystemBar",
|
465
465
|
"styles": []
|
466
466
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
469
|
-
"styles": []
|
470
|
-
},
|
471
|
-
"VTimeline": {
|
472
|
-
"from": "components/VTimeline",
|
473
|
-
"styles": []
|
474
|
-
},
|
475
|
-
"VTimelineItem": {
|
476
|
-
"from": "components/VTimeline",
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
477
469
|
"styles": []
|
478
470
|
},
|
479
471
|
"VToolbar": {
|
@@ -488,6 +480,18 @@
|
|
488
480
|
"from": "components/VToolbar",
|
489
481
|
"styles": []
|
490
482
|
},
|
483
|
+
"VTextField": {
|
484
|
+
"from": "components/VTextField",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTimeline": {
|
488
|
+
"from": "components/VTimeline",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTimelineItem": {
|
492
|
+
"from": "components/VTimeline",
|
493
|
+
"styles": []
|
494
|
+
},
|
491
495
|
"VTooltip": {
|
492
496
|
"from": "components/VTooltip",
|
493
497
|
"styles": []
|
@@ -500,12 +504,16 @@
|
|
500
504
|
"from": "components/VWindow",
|
501
505
|
"styles": []
|
502
506
|
},
|
507
|
+
"VConfirmEdit": {
|
508
|
+
"from": "components/VConfirmEdit",
|
509
|
+
"styles": []
|
510
|
+
},
|
503
511
|
"VDataIterator": {
|
504
512
|
"from": "components/VDataIterator",
|
505
513
|
"styles": []
|
506
514
|
},
|
507
|
-
"
|
508
|
-
"from": "components/
|
515
|
+
"VDefaultsProvider": {
|
516
|
+
"from": "components/VDefaultsProvider",
|
509
517
|
"styles": []
|
510
518
|
},
|
511
519
|
"VForm": {
|
@@ -532,14 +540,6 @@
|
|
532
540
|
"from": "components/VHover",
|
533
541
|
"styles": []
|
534
542
|
},
|
535
|
-
"VLazy": {
|
536
|
-
"from": "components/VLazy",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
|
-
"VDefaultsProvider": {
|
540
|
-
"from": "components/VDefaultsProvider",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
543
|
"VLayout": {
|
544
544
|
"from": "components/VLayout",
|
545
545
|
"styles": []
|
@@ -548,6 +548,10 @@
|
|
548
548
|
"from": "components/VLayout",
|
549
549
|
"styles": []
|
550
550
|
},
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
553
|
+
"styles": []
|
554
|
+
},
|
551
555
|
"VLocaleProvider": {
|
552
556
|
"from": "components/VLocaleProvider",
|
553
557
|
"styles": []
|
@@ -572,6 +576,10 @@
|
|
572
576
|
"from": "components/VResponsive",
|
573
577
|
"styles": []
|
574
578
|
},
|
579
|
+
"VSnackbarQueue": {
|
580
|
+
"from": "components/VSnackbarQueue",
|
581
|
+
"styles": []
|
582
|
+
},
|
575
583
|
"VSparkline": {
|
576
584
|
"from": "components/VSparkline",
|
577
585
|
"styles": []
|
@@ -655,14 +663,6 @@
|
|
655
663
|
"VDialogTransition": {
|
656
664
|
"from": "components/transitions",
|
657
665
|
"styles": []
|
658
|
-
},
|
659
|
-
"VPagination": {
|
660
|
-
"from": "components/VPagination",
|
661
|
-
"styles": []
|
662
|
-
},
|
663
|
-
"VSnackbarQueue": {
|
664
|
-
"from": "components/VSnackbarQueue",
|
665
|
-
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|