@vuetify/nightly 3.10.4-dev.2025-10-02 → 3.10.4-dev.2025-10-06
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 +5 -3
- package/dist/json/attributes.json +3641 -3625
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +178 -178
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +6554 -6514
- package/dist/vuetify-labs.cjs +80 -25
- package/dist/vuetify-labs.css +4520 -4520
- package/dist/vuetify-labs.d.ts +194 -99
- package/dist/vuetify-labs.esm.js +80 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +80 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +80 -25
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6205 -6205
- package/dist/vuetify.d.ts +194 -99
- package/dist/vuetify.esm.js +80 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +80 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +37 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.d.ts +52 -11
- package/lib/components/VDataIterator/VDataIterator.js +2 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +78 -18
- package/lib/components/VDataTable/VDataTable.js +9 -5
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +2 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +54 -13
- package/lib/components/VDataTable/VDataTableServer.js +8 -4
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +54 -13
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -3
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.d.ts +36 -8
- package/lib/components/VDataTable/composables/sort.js +55 -14
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -12,14 +12,6 @@
|
|
|
12
12
|
"from": "components/VAppBar",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"VBadge": {
|
|
16
|
-
"from": "components/VBadge",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VApp": {
|
|
20
|
-
"from": "components/VApp",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
15
|
"VAlert": {
|
|
24
16
|
"from": "components/VAlert",
|
|
25
17
|
"styles": []
|
|
@@ -32,68 +24,60 @@
|
|
|
32
24
|
"from": "components/VAvatar",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBannerActions": {
|
|
40
|
-
"from": "components/VBanner",
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
35
|
"VAutocomplete": {
|
|
48
36
|
"from": "components/VAutocomplete",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBreadcrumbs": {
|
|
56
|
-
"from": "components/VBreadcrumbs",
|
|
39
|
+
"VBtnGroup": {
|
|
40
|
+
"from": "components/VBtnGroup",
|
|
57
41
|
"styles": []
|
|
58
42
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
43
|
+
"VBtn": {
|
|
44
|
+
"from": "components/VBtn",
|
|
61
45
|
"styles": []
|
|
62
46
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
47
|
+
"VBtnToggle": {
|
|
48
|
+
"from": "components/VBtnToggle",
|
|
65
49
|
"styles": []
|
|
66
50
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
51
|
+
"VBanner": {
|
|
52
|
+
"from": "components/VBanner",
|
|
69
53
|
"styles": []
|
|
70
54
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
55
|
+
"VBannerActions": {
|
|
56
|
+
"from": "components/VBanner",
|
|
73
57
|
"styles": []
|
|
74
58
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
59
|
+
"VBannerText": {
|
|
60
|
+
"from": "components/VBanner",
|
|
77
61
|
"styles": []
|
|
78
62
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
81
65
|
"styles": []
|
|
82
66
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbs": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
85
69
|
"styles": []
|
|
86
70
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
71
|
+
"VBreadcrumbsItem": {
|
|
72
|
+
"from": "components/VBreadcrumbs",
|
|
89
73
|
"styles": []
|
|
90
74
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
75
|
+
"VBreadcrumbsDivider": {
|
|
76
|
+
"from": "components/VBreadcrumbs",
|
|
93
77
|
"styles": []
|
|
94
78
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
79
|
+
"VBottomSheet": {
|
|
80
|
+
"from": "components/VBottomSheet",
|
|
97
81
|
"styles": []
|
|
98
82
|
},
|
|
99
83
|
"VCard": {
|
|
@@ -120,60 +104,52 @@
|
|
|
120
104
|
"from": "components/VCard",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
107
|
+
"VChip": {
|
|
108
|
+
"from": "components/VChip",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
111
|
"VChipGroup": {
|
|
128
112
|
"from": "components/VChipGroup",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VDialog": {
|
|
136
|
-
"from": "components/VDialog",
|
|
115
|
+
"VCheckbox": {
|
|
116
|
+
"from": "components/VCheckbox",
|
|
137
117
|
"styles": []
|
|
138
118
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
119
|
+
"VCheckboxBtn": {
|
|
120
|
+
"from": "components/VCheckbox",
|
|
141
121
|
"styles": []
|
|
142
122
|
},
|
|
143
123
|
"VCombobox": {
|
|
144
124
|
"from": "components/VCombobox",
|
|
145
125
|
"styles": []
|
|
146
126
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerControls": {
|
|
152
|
-
"from": "components/VDatePicker",
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode",
|
|
153
129
|
"styles": []
|
|
154
130
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker",
|
|
157
133
|
"styles": []
|
|
158
134
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
161
137
|
"styles": []
|
|
162
138
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
139
|
+
"VDivider": {
|
|
140
|
+
"from": "components/VDivider",
|
|
165
141
|
"styles": []
|
|
166
142
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
143
|
+
"VCarousel": {
|
|
144
|
+
"from": "components/VCarousel",
|
|
169
145
|
"styles": []
|
|
170
146
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
147
|
+
"VCarouselItem": {
|
|
148
|
+
"from": "components/VCarousel",
|
|
173
149
|
"styles": []
|
|
174
150
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
151
|
+
"VDialog": {
|
|
152
|
+
"from": "components/VDialog",
|
|
177
153
|
"styles": []
|
|
178
154
|
},
|
|
179
155
|
"VDataTable": {
|
|
@@ -204,8 +180,32 @@
|
|
|
204
180
|
"from": "components/VDataTable",
|
|
205
181
|
"styles": []
|
|
206
182
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
183
|
+
"VEmptyState": {
|
|
184
|
+
"from": "components/VEmptyState",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePicker": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerControls": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerHeader": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerMonth": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDatePickerMonths": {
|
|
204
|
+
"from": "components/VDatePicker",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDatePickerYears": {
|
|
208
|
+
"from": "components/VDatePicker",
|
|
209
209
|
"styles": []
|
|
210
210
|
},
|
|
211
211
|
"VField": {
|
|
@@ -216,10 +216,6 @@
|
|
|
216
216
|
"from": "components/VField",
|
|
217
217
|
"styles": []
|
|
218
218
|
},
|
|
219
|
-
"VEmptyState": {
|
|
220
|
-
"from": "components/VEmptyState",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
219
|
"VExpansionPanels": {
|
|
224
220
|
"from": "components/VExpansionPanel",
|
|
225
221
|
"styles": []
|
|
@@ -236,12 +232,12 @@
|
|
|
236
232
|
"from": "components/VExpansionPanel",
|
|
237
233
|
"styles": []
|
|
238
234
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
235
|
+
"VFab": {
|
|
236
|
+
"from": "components/VFab",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
239
|
+
"VFileInput": {
|
|
240
|
+
"from": "components/VFileInput",
|
|
245
241
|
"styles": []
|
|
246
242
|
},
|
|
247
243
|
"VFooter": {
|
|
@@ -268,12 +264,8 @@
|
|
|
268
264
|
"from": "components/VIcon",
|
|
269
265
|
"styles": []
|
|
270
266
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VKbd": {
|
|
276
|
-
"from": "components/VKbd",
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
271
|
"VInput": {
|
|
@@ -288,12 +280,16 @@
|
|
|
288
280
|
"from": "components/VItemGroup",
|
|
289
281
|
"styles": []
|
|
290
282
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
283
|
+
"VKbd": {
|
|
284
|
+
"from": "components/VKbd",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
295
|
-
"
|
|
296
|
-
"from": "components/
|
|
287
|
+
"VInfiniteScroll": {
|
|
288
|
+
"from": "components/VInfiniteScroll",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VMenu": {
|
|
292
|
+
"from": "components/VMenu",
|
|
297
293
|
"styles": []
|
|
298
294
|
},
|
|
299
295
|
"VList": {
|
|
@@ -332,12 +328,8 @@
|
|
|
332
328
|
"from": "components/VList",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VMessages": {
|
|
340
|
-
"from": "components/VMessages",
|
|
331
|
+
"VLabel": {
|
|
332
|
+
"from": "components/VLabel",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
335
|
"VNumberInput": {
|
|
@@ -348,38 +340,46 @@
|
|
|
348
340
|
"from": "components/VNavigationDrawer",
|
|
349
341
|
"styles": []
|
|
350
342
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VMain": {
|
|
352
|
+
"from": "components/VMain",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
355
|
+
"VRadioGroup": {
|
|
356
|
+
"from": "components/VRadioGroup",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VProgressCircular": {
|
|
372
364
|
"from": "components/VProgressCircular",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
367
|
+
"VOtpInput": {
|
|
368
|
+
"from": "components/VOtpInput",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
375
|
"VSelect": {
|
|
380
376
|
"from": "components/VSelect",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
383
|
"VSheet": {
|
|
384
384
|
"from": "components/VSheet",
|
|
385
385
|
"styles": []
|
|
@@ -388,10 +388,6 @@
|
|
|
388
388
|
"from": "components/VSelectionControlGroup",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"VSelectionControl": {
|
|
392
|
-
"from": "components/VSelectionControl",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
396
392
|
"from": "components/VSkeletonLoader",
|
|
397
393
|
"styles": []
|
|
@@ -400,20 +396,44 @@
|
|
|
400
396
|
"from": "components/VSlider",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
403
407
|
"VSnackbar": {
|
|
404
408
|
"from": "components/VSnackbar",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
411
|
+
"VTab": {
|
|
412
|
+
"from": "components/VTabs",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
415
|
+
"VTabs": {
|
|
416
|
+
"from": "components/VTabs",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
419
|
+
"VTabsWindow": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabsWindowItem": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTextarea": {
|
|
428
|
+
"from": "components/VTextarea",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTable": {
|
|
432
|
+
"from": "components/VTable",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VSystemBar": {
|
|
436
|
+
"from": "components/VSystemBar",
|
|
417
437
|
"styles": []
|
|
418
438
|
},
|
|
419
439
|
"VStepper": {
|
|
@@ -440,36 +460,32 @@
|
|
|
440
460
|
"from": "components/VStepper",
|
|
441
461
|
"styles": []
|
|
442
462
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VSwitch": {
|
|
448
|
-
"from": "components/VSwitch",
|
|
463
|
+
"VTextField": {
|
|
464
|
+
"from": "components/VTextField",
|
|
449
465
|
"styles": []
|
|
450
466
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
467
|
+
"VTimeline": {
|
|
468
|
+
"from": "components/VTimeline",
|
|
453
469
|
"styles": []
|
|
454
470
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
471
|
+
"VTimelineItem": {
|
|
472
|
+
"from": "components/VTimeline",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
475
|
+
"VSwitch": {
|
|
476
|
+
"from": "components/VSwitch",
|
|
461
477
|
"styles": []
|
|
462
478
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
479
|
+
"VTimePicker": {
|
|
480
|
+
"from": "components/VTimePicker",
|
|
465
481
|
"styles": []
|
|
466
482
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
483
|
+
"VTimePickerClock": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
469
485
|
"styles": []
|
|
470
486
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
487
|
+
"VTimePickerControls": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
473
489
|
"styles": []
|
|
474
490
|
},
|
|
475
491
|
"VToolbar": {
|
|
@@ -484,30 +500,10 @@
|
|
|
484
500
|
"from": "components/VToolbar",
|
|
485
501
|
"styles": []
|
|
486
502
|
},
|
|
487
|
-
"VTimePicker": {
|
|
488
|
-
"from": "components/VTimePicker",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VTimePickerClock": {
|
|
492
|
-
"from": "components/VTimePicker",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VTimePickerControls": {
|
|
496
|
-
"from": "components/VTimePicker",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
503
|
"VTooltip": {
|
|
500
504
|
"from": "components/VTooltip",
|
|
501
505
|
"styles": []
|
|
502
506
|
},
|
|
503
|
-
"VTimeline": {
|
|
504
|
-
"from": "components/VTimeline",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VTimelineItem": {
|
|
508
|
-
"from": "components/VTimeline",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
507
|
"VWindow": {
|
|
512
508
|
"from": "components/VWindow",
|
|
513
509
|
"styles": []
|
|
@@ -528,20 +524,20 @@
|
|
|
528
524
|
"from": "components/VTreeview",
|
|
529
525
|
"styles": []
|
|
530
526
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
527
|
+
"VSelectionControl": {
|
|
528
|
+
"from": "components/VSelectionControl",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
535
531
|
"VDataIterator": {
|
|
536
532
|
"from": "components/VDataIterator",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
535
|
+
"VConfirmEdit": {
|
|
536
|
+
"from": "components/VConfirmEdit",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
|
-
"
|
|
544
|
-
"from": "components/
|
|
539
|
+
"VDefaultsProvider": {
|
|
540
|
+
"from": "components/VDefaultsProvider",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
547
543
|
"VContainer": {
|
|
@@ -560,6 +556,10 @@
|
|
|
560
556
|
"from": "components/VGrid",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
559
|
+
"VForm": {
|
|
560
|
+
"from": "components/VForm",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
563
563
|
"VHover": {
|
|
564
564
|
"from": "components/VHover",
|
|
565
565
|
"styles": []
|
|
@@ -572,34 +572,34 @@
|
|
|
572
572
|
"from": "components/VLayout",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VLocaleProvider": {
|
|
576
|
-
"from": "components/VLocaleProvider",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VLazy": {
|
|
580
576
|
"from": "components/VLazy",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
|
-
"VRadio": {
|
|
584
|
-
"from": "components/VRadio",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
579
|
"VNoSsr": {
|
|
588
580
|
"from": "components/VNoSsr",
|
|
589
581
|
"styles": []
|
|
590
582
|
},
|
|
583
|
+
"VLocaleProvider": {
|
|
584
|
+
"from": "components/VLocaleProvider",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
591
587
|
"VParallax": {
|
|
592
588
|
"from": "components/VParallax",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
595
|
"VResponsive": {
|
|
600
596
|
"from": "components/VResponsive",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
599
|
+
"VRangeSlider": {
|
|
600
|
+
"from": "components/VRangeSlider",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
603
603
|
"VSnackbarQueue": {
|
|
604
604
|
"from": "components/VSnackbarQueue",
|
|
605
605
|
"styles": []
|
|
@@ -612,16 +612,12 @@
|
|
|
612
612
|
"from": "components/VSpeedDial",
|
|
613
613
|
"styles": []
|
|
614
614
|
},
|
|
615
|
-
"VValidation": {
|
|
616
|
-
"from": "components/VValidation",
|
|
617
|
-
"styles": []
|
|
618
|
-
},
|
|
619
615
|
"VThemeProvider": {
|
|
620
616
|
"from": "components/VThemeProvider",
|
|
621
617
|
"styles": []
|
|
622
618
|
},
|
|
623
|
-
"
|
|
624
|
-
"from": "components/
|
|
619
|
+
"VValidation": {
|
|
620
|
+
"from": "components/VValidation",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
627
623
|
"VFabTransition": {
|
|
@@ -687,6 +683,10 @@
|
|
|
687
683
|
"VDialogTransition": {
|
|
688
684
|
"from": "components/transitions",
|
|
689
685
|
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VVirtualScroll": {
|
|
688
|
+
"from": "components/VVirtualScroll",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1159,6 +1159,7 @@
|
|
|
1159
1159
|
"filter-keys",
|
|
1160
1160
|
"filter-mode",
|
|
1161
1161
|
"group-by",
|
|
1162
|
+
"initial-sort-order",
|
|
1162
1163
|
"item-selectable",
|
|
1163
1164
|
"item-value",
|
|
1164
1165
|
"items",
|
|
@@ -1211,6 +1212,7 @@
|
|
|
1211
1212
|
"hide-default-header",
|
|
1212
1213
|
"hide-no-data",
|
|
1213
1214
|
"hover",
|
|
1215
|
+
"initial-sort-order",
|
|
1214
1216
|
"item-selectable",
|
|
1215
1217
|
"item-value",
|
|
1216
1218
|
"items",
|
|
@@ -1342,6 +1344,7 @@
|
|
|
1342
1344
|
"hide-default-header",
|
|
1343
1345
|
"hide-no-data",
|
|
1344
1346
|
"hover",
|
|
1347
|
+
"initial-sort-order",
|
|
1345
1348
|
"item-selectable",
|
|
1346
1349
|
"item-value",
|
|
1347
1350
|
"items",
|
|
@@ -1411,6 +1414,7 @@
|
|
|
1411
1414
|
"hide-default-header",
|
|
1412
1415
|
"hide-no-data",
|
|
1413
1416
|
"hover",
|
|
1417
|
+
"initial-sort-order",
|
|
1414
1418
|
"item-height",
|
|
1415
1419
|
"item-key",
|
|
1416
1420
|
"item-selectable",
|