@vuetify/nightly 3.10.4-dev.2025-10-01 → 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 +10 -3
- package/dist/json/attributes.json +1626 -1610
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +208 -208
- package/dist/json/tags.json +4 -0
- package/dist/json/web-types.json +3135 -3091
- package/dist/vuetify-labs.cjs +93 -30
- package/dist/vuetify-labs.css +4262 -4262
- package/dist/vuetify-labs.d.ts +209 -105
- package/dist/vuetify-labs.esm.js +93 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +93 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3923 -3923
- package/dist/vuetify.d.ts +209 -105
- package/dist/vuetify.esm.js +93 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +93 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +40 -37
- 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/components/VTreeview/VTreeview.d.ts +6 -0
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +9 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +6 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/lib/util/indentLines.d.ts +1 -0
- package/lib/util/indentLines.js +7 -4
- package/lib/util/indentLines.js.map +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlert": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAlertTitle": {
|
|
12
|
-
"from": "components/VAlert",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAutocomplete": {
|
|
16
|
-
"from": "components/VAutocomplete",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VAppBar": {
|
|
20
4
|
"from": "components/VAppBar",
|
|
21
5
|
"styles": []
|
|
@@ -28,26 +12,42 @@
|
|
|
28
12
|
"from": "components/VAppBar",
|
|
29
13
|
"styles": []
|
|
30
14
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
15
|
+
"VAlert": {
|
|
16
|
+
"from": "components/VAlert",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAlertTitle": {
|
|
20
|
+
"from": "components/VAlert",
|
|
33
21
|
"styles": []
|
|
34
22
|
},
|
|
35
23
|
"VAvatar": {
|
|
36
24
|
"from": "components/VAvatar",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VAutocomplete": {
|
|
36
|
+
"from": "components/VAutocomplete",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VBtnGroup": {
|
|
40
|
+
"from": "components/VBtnGroup",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
43
|
"VBtn": {
|
|
48
44
|
"from": "components/VBtn",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
47
|
+
"VBtnToggle": {
|
|
48
|
+
"from": "components/VBtnToggle",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VBanner": {
|
|
52
52
|
"from": "components/VBanner",
|
|
53
53
|
"styles": []
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
"from": "components/VBanner",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
63
67
|
"VBreadcrumbs": {
|
|
64
68
|
"from": "components/VBreadcrumbs",
|
|
65
69
|
"styles": []
|
|
@@ -72,16 +76,8 @@
|
|
|
72
76
|
"from": "components/VBreadcrumbs",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel",
|
|
79
|
+
"VBottomSheet": {
|
|
80
|
+
"from": "components/VBottomSheet",
|
|
85
81
|
"styles": []
|
|
86
82
|
},
|
|
87
83
|
"VCard": {
|
|
@@ -108,6 +104,14 @@
|
|
|
108
104
|
"from": "components/VCard",
|
|
109
105
|
"styles": []
|
|
110
106
|
},
|
|
107
|
+
"VChip": {
|
|
108
|
+
"from": "components/VChip",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VChipGroup": {
|
|
112
|
+
"from": "components/VChipGroup",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
111
115
|
"VCheckbox": {
|
|
112
116
|
"from": "components/VCheckbox",
|
|
113
117
|
"styles": []
|
|
@@ -116,34 +120,70 @@
|
|
|
116
120
|
"from": "components/VCheckbox",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChip": {
|
|
124
|
-
"from": "components/VChip",
|
|
123
|
+
"VCombobox": {
|
|
124
|
+
"from": "components/VCombobox",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
131
|
"VColorPicker": {
|
|
132
132
|
"from": "components/VColorPicker",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"VCombobox": {
|
|
136
|
-
"from": "components/VCombobox",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
135
|
"VCounter": {
|
|
140
136
|
"from": "components/VCounter",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
139
|
+
"VDivider": {
|
|
140
|
+
"from": "components/VDivider",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VCarousel": {
|
|
144
|
+
"from": "components/VCarousel",
|
|
145
|
+
"styles": []
|
|
146
|
+
},
|
|
147
|
+
"VCarouselItem": {
|
|
148
|
+
"from": "components/VCarousel",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
143
151
|
"VDialog": {
|
|
144
152
|
"from": "components/VDialog",
|
|
145
153
|
"styles": []
|
|
146
154
|
},
|
|
155
|
+
"VDataTable": {
|
|
156
|
+
"from": "components/VDataTable",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDataTableHeaders": {
|
|
160
|
+
"from": "components/VDataTable",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDataTableFooter": {
|
|
164
|
+
"from": "components/VDataTable",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDataTableRows": {
|
|
168
|
+
"from": "components/VDataTable",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDataTableRow": {
|
|
172
|
+
"from": "components/VDataTable",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDataTableVirtual": {
|
|
176
|
+
"from": "components/VDataTable",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDataTableServer": {
|
|
180
|
+
"from": "components/VDataTable",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VEmptyState": {
|
|
184
|
+
"from": "components/VEmptyState",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
147
187
|
"VDatePicker": {
|
|
148
188
|
"from": "components/VDatePicker",
|
|
149
189
|
"styles": []
|
|
@@ -168,16 +208,12 @@
|
|
|
168
208
|
"from": "components/VDatePicker",
|
|
169
209
|
"styles": []
|
|
170
210
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDivider": {
|
|
176
|
-
"from": "components/VDivider",
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField",
|
|
177
213
|
"styles": []
|
|
178
214
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField",
|
|
181
217
|
"styles": []
|
|
182
218
|
},
|
|
183
219
|
"VExpansionPanels": {
|
|
@@ -196,42 +232,6 @@
|
|
|
196
232
|
"from": "components/VExpansionPanel",
|
|
197
233
|
"styles": []
|
|
198
234
|
},
|
|
199
|
-
"VDataTable": {
|
|
200
|
-
"from": "components/VDataTable",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDataTableHeaders": {
|
|
204
|
-
"from": "components/VDataTable",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VDataTableFooter": {
|
|
208
|
-
"from": "components/VDataTable",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VDataTableRows": {
|
|
212
|
-
"from": "components/VDataTable",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VDataTableRow": {
|
|
216
|
-
"from": "components/VDataTable",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VDataTableVirtual": {
|
|
220
|
-
"from": "components/VDataTable",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VDataTableServer": {
|
|
224
|
-
"from": "components/VDataTable",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VField": {
|
|
228
|
-
"from": "components/VField",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFieldLabel": {
|
|
232
|
-
"from": "components/VField",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
235
|
"VFab": {
|
|
236
236
|
"from": "components/VFab",
|
|
237
237
|
"styles": []
|
|
@@ -240,8 +240,8 @@
|
|
|
240
240
|
"from": "components/VFileInput",
|
|
241
241
|
"styles": []
|
|
242
242
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter",
|
|
245
245
|
"styles": []
|
|
246
246
|
},
|
|
247
247
|
"VIcon": {
|
|
@@ -264,8 +264,12 @@
|
|
|
264
264
|
"from": "components/VIcon",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
275
|
"VItemGroup": {
|
|
@@ -276,16 +280,16 @@
|
|
|
276
280
|
"from": "components/VItemGroup",
|
|
277
281
|
"styles": []
|
|
278
282
|
},
|
|
279
|
-
"VFooter": {
|
|
280
|
-
"from": "components/VFooter",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
283
|
"VKbd": {
|
|
284
284
|
"from": "components/VKbd",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
287
|
+
"VInfiniteScroll": {
|
|
288
|
+
"from": "components/VInfiniteScroll",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VMenu": {
|
|
292
|
+
"from": "components/VMenu",
|
|
289
293
|
"styles": []
|
|
290
294
|
},
|
|
291
295
|
"VList": {
|
|
@@ -328,42 +332,30 @@
|
|
|
328
332
|
"from": "components/VLabel",
|
|
329
333
|
"styles": []
|
|
330
334
|
},
|
|
331
|
-
"VMain": {
|
|
332
|
-
"from": "components/VMain",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VMessages": {
|
|
336
|
-
"from": "components/VMessages",
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
335
|
"VNumberInput": {
|
|
340
336
|
"from": "components/VNumberInput",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VNavigationDrawer": {
|
|
340
|
+
"from": "components/VNavigationDrawer",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VMain": {
|
|
352
|
+
"from": "components/VMain",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VRadioGroup": {
|
|
360
356
|
"from": "components/VRadioGroup",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"VProgressLinear": {
|
|
364
|
-
"from": "components/VProgressLinear",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
359
|
"VPagination": {
|
|
368
360
|
"from": "components/VPagination",
|
|
369
361
|
"styles": []
|
|
@@ -372,108 +364,104 @@
|
|
|
372
364
|
"from": "components/VProgressCircular",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
367
|
+
"VOtpInput": {
|
|
368
|
+
"from": "components/VOtpInput",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
379
|
"VRating": {
|
|
384
380
|
"from": "components/VRating",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VSheet": {
|
|
384
|
+
"from": "components/VSheet",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
396
392
|
"from": "components/VSkeletonLoader",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
|
-
"VSnackbar": {
|
|
400
|
-
"from": "components/VSnackbar",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
395
|
"VSlider": {
|
|
404
396
|
"from": "components/VSlider",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VStepper": {
|
|
412
|
-
"from": "components/VStepper",
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
413
401
|
"styles": []
|
|
414
402
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
417
405
|
"styles": []
|
|
418
406
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar",
|
|
421
409
|
"styles": []
|
|
422
410
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
411
|
+
"VTab": {
|
|
412
|
+
"from": "components/VTabs",
|
|
425
413
|
"styles": []
|
|
426
414
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
415
|
+
"VTabs": {
|
|
416
|
+
"from": "components/VTabs",
|
|
429
417
|
"styles": []
|
|
430
418
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
419
|
+
"VTabsWindow": {
|
|
420
|
+
"from": "components/VTabs",
|
|
433
421
|
"styles": []
|
|
434
422
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
423
|
+
"VTabsWindowItem": {
|
|
424
|
+
"from": "components/VTabs",
|
|
437
425
|
"styles": []
|
|
438
426
|
},
|
|
439
427
|
"VTextarea": {
|
|
440
428
|
"from": "components/VTextarea",
|
|
441
429
|
"styles": []
|
|
442
430
|
},
|
|
443
|
-
"VSystemBar": {
|
|
444
|
-
"from": "components/VSystemBar",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
431
|
"VTable": {
|
|
448
432
|
"from": "components/VTable",
|
|
449
433
|
"styles": []
|
|
450
434
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
435
|
+
"VSystemBar": {
|
|
436
|
+
"from": "components/VSystemBar",
|
|
453
437
|
"styles": []
|
|
454
438
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
439
|
+
"VStepper": {
|
|
440
|
+
"from": "components/VStepper",
|
|
457
441
|
"styles": []
|
|
458
442
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
443
|
+
"VStepperActions": {
|
|
444
|
+
"from": "components/VStepper",
|
|
461
445
|
"styles": []
|
|
462
446
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
447
|
+
"VStepperHeader": {
|
|
448
|
+
"from": "components/VStepper",
|
|
465
449
|
"styles": []
|
|
466
450
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
451
|
+
"VStepperItem": {
|
|
452
|
+
"from": "components/VStepper",
|
|
469
453
|
"styles": []
|
|
470
454
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
455
|
+
"VStepperWindow": {
|
|
456
|
+
"from": "components/VStepper",
|
|
473
457
|
"styles": []
|
|
474
458
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
459
|
+
"VStepperWindowItem": {
|
|
460
|
+
"from": "components/VStepper",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTextField": {
|
|
464
|
+
"from": "components/VTextField",
|
|
477
465
|
"styles": []
|
|
478
466
|
},
|
|
479
467
|
"VTimeline": {
|
|
@@ -484,6 +472,10 @@
|
|
|
484
472
|
"from": "components/VTimeline",
|
|
485
473
|
"styles": []
|
|
486
474
|
},
|
|
475
|
+
"VSwitch": {
|
|
476
|
+
"from": "components/VSwitch",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
487
479
|
"VTimePicker": {
|
|
488
480
|
"from": "components/VTimePicker",
|
|
489
481
|
"styles": []
|
|
@@ -496,14 +488,30 @@
|
|
|
496
488
|
"from": "components/VTimePicker",
|
|
497
489
|
"styles": []
|
|
498
490
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
491
|
+
"VToolbar": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VToolbarTitle": {
|
|
496
|
+
"from": "components/VToolbar",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VToolbarItems": {
|
|
500
|
+
"from": "components/VToolbar",
|
|
501
501
|
"styles": []
|
|
502
502
|
},
|
|
503
503
|
"VTooltip": {
|
|
504
504
|
"from": "components/VTooltip",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
|
+
"VWindow": {
|
|
508
|
+
"from": "components/VWindow",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VWindowItem": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
507
515
|
"VTreeview": {
|
|
508
516
|
"from": "components/VTreeview",
|
|
509
517
|
"styles": []
|
|
@@ -516,30 +524,38 @@
|
|
|
516
524
|
"from": "components/VTreeview",
|
|
517
525
|
"styles": []
|
|
518
526
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
|
-
"VWindowItem": {
|
|
524
|
-
"from": "components/VWindow",
|
|
527
|
+
"VSelectionControl": {
|
|
528
|
+
"from": "components/VSelectionControl",
|
|
525
529
|
"styles": []
|
|
526
530
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
531
|
+
"VDataIterator": {
|
|
532
|
+
"from": "components/VDataIterator",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
535
|
"VConfirmEdit": {
|
|
532
536
|
"from": "components/VConfirmEdit",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
|
-
"VDataIterator": {
|
|
536
|
-
"from": "components/VDataIterator",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
539
|
"VDefaultsProvider": {
|
|
540
540
|
"from": "components/VDefaultsProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
+
"VContainer": {
|
|
544
|
+
"from": "components/VGrid",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
|
+
"VCol": {
|
|
548
|
+
"from": "components/VGrid",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
551
|
+
"VRow": {
|
|
552
|
+
"from": "components/VGrid",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
|
+
"VSpacer": {
|
|
556
|
+
"from": "components/VGrid",
|
|
557
|
+
"styles": []
|
|
558
|
+
},
|
|
543
559
|
"VForm": {
|
|
544
560
|
"from": "components/VForm",
|
|
545
561
|
"styles": []
|
|
@@ -560,30 +576,14 @@
|
|
|
560
576
|
"from": "components/VLazy",
|
|
561
577
|
"styles": []
|
|
562
578
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
|
-
"VCol": {
|
|
568
|
-
"from": "components/VGrid",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
|
-
"VRow": {
|
|
572
|
-
"from": "components/VGrid",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
|
-
"VSpacer": {
|
|
576
|
-
"from": "components/VGrid",
|
|
579
|
+
"VNoSsr": {
|
|
580
|
+
"from": "components/VNoSsr",
|
|
577
581
|
"styles": []
|
|
578
582
|
},
|
|
579
583
|
"VLocaleProvider": {
|
|
580
584
|
"from": "components/VLocaleProvider",
|
|
581
585
|
"styles": []
|
|
582
586
|
},
|
|
583
|
-
"VNoSsr": {
|
|
584
|
-
"from": "components/VNoSsr",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
587
|
"VParallax": {
|
|
588
588
|
"from": "components/VParallax",
|
|
589
589
|
"styles": []
|
|
@@ -592,14 +592,14 @@
|
|
|
592
592
|
"from": "components/VRadio",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
-
"VRangeSlider": {
|
|
596
|
-
"from": "components/VRangeSlider",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
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": [
|