@vuetify/nightly 3.8.9-dev.2025-06-11 → 3.8.9-dev.2025-06-13
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 +12 -3
- package/dist/json/attributes.json +3441 -3169
- package/dist/json/importMap-labs.json +40 -36
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +74 -1
- package/dist/json/web-types.json +6884 -5821
- package/dist/vuetify-labs.cjs +357 -47
- package/dist/vuetify-labs.css +5881 -5870
- package/dist/vuetify-labs.d.ts +8448 -1672
- package/dist/vuetify-labs.esm.js +357 -47
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +357 -47
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +111 -47
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5075 -5064
- package/dist/vuetify.d.ts +1499 -1302
- package/dist/vuetify.esm.js +111 -47
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +111 -47
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1063 -1057
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
- package/lib/components/VCombobox/VCombobox.d.ts +21 -7
- package/lib/components/VDatePicker/VDatePicker.d.ts +70 -5
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VKbd/VKbd.css +13 -2
- package/lib/components/VKbd/VKbd.d.ts +221 -0
- package/lib/components/VKbd/VKbd.js +55 -0
- package/lib/components/VKbd/VKbd.js.map +1 -0
- package/lib/components/VKbd/VKbd.sass +2 -1
- package/lib/components/VKbd/_variables.scss +12 -1
- package/lib/components/VKbd/index.d.ts +1 -95
- package/lib/components/VKbd/index.js +1 -4
- package/lib/components/VKbd/index.js.map +1 -1
- package/lib/components/VMenu/VMenu.d.ts +13 -0
- package/lib/components/VMenu/VMenu.js +2 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +11 -0
- package/lib/components/VNumberInput/VNumberInput.js +37 -29
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +33 -11
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +13 -0
- package/lib/composables/locale.d.ts +5 -1
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/mask.d.ts +38 -0
- package/lib/composables/mask.js +183 -0
- package/lib/composables/mask.js.map +1 -0
- package/lib/composables/theme.js +3 -3
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -63
- package/lib/framework.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +6993 -0
- package/lib/labs/VMaskInput/VMaskInput.js +67 -0
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
- package/lib/labs/VMaskInput/index.d.ts +1 -0
- package/lib/labs/VMaskInput/index.js +2 -0
- package/lib/labs/VMaskInput/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/locale/adapters/vue-i18n.js +6 -1
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +7 -1
- package/lib/locale/adapters/vuetify.js.map +1 -1
- package/lib/util/helpers.d.ts +2 -1
- package/lib/util/helpers.js +12 -7
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -1,33 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAppBar": {
|
|
4
|
+
"from": "components/VAppBar",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VAppBarNavIcon": {
|
|
8
|
+
"from": "components/VAppBar",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAppBarTitle": {
|
|
12
|
+
"from": "components/VAppBar",
|
|
9
13
|
"styles": []
|
|
10
14
|
},
|
|
11
15
|
"VApp": {
|
|
12
16
|
"from": "components/VApp",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
17
21
|
"styles": []
|
|
18
22
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
21
25
|
"styles": []
|
|
22
26
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
31
|
"VBadge": {
|
|
28
32
|
"from": "components/VBadge",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
35
|
+
"VBottomNavigation": {
|
|
36
|
+
"from": "components/VBottomNavigation",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
31
39
|
"VAutocomplete": {
|
|
32
40
|
"from": "components/VAutocomplete",
|
|
33
41
|
"styles": []
|
|
@@ -44,18 +52,10 @@
|
|
|
44
52
|
"from": "components/VBanner",
|
|
45
53
|
"styles": []
|
|
46
54
|
},
|
|
47
|
-
"VBottomNavigation": {
|
|
48
|
-
"from": "components/VBottomNavigation",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
55
|
"VBottomSheet": {
|
|
52
56
|
"from": "components/VBottomSheet",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"VAvatar": {
|
|
56
|
-
"from": "components/VAvatar",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
59
|
"VBreadcrumbs": {
|
|
60
60
|
"from": "components/VBreadcrumbs",
|
|
61
61
|
"styles": []
|
|
@@ -72,8 +72,16 @@
|
|
|
72
72
|
"from": "components/VBtnGroup",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
77
85
|
"styles": []
|
|
78
86
|
},
|
|
79
87
|
"VCard": {
|
|
@@ -100,48 +108,32 @@
|
|
|
100
108
|
"from": "components/VCard",
|
|
101
109
|
"styles": []
|
|
102
110
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckbox": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCheckboxBtn": {
|
|
112
|
-
"from": "components/VCheckbox",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VChipGroup": {
|
|
116
|
-
"from": "components/VChipGroup",
|
|
111
|
+
"VBtnToggle": {
|
|
112
|
+
"from": "components/VBtnToggle",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
119
115
|
"VChip": {
|
|
120
116
|
"from": "components/VChip",
|
|
121
117
|
"styles": []
|
|
122
118
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VColorPicker": {
|
|
128
|
-
"from": "components/VColorPicker",
|
|
119
|
+
"VChipGroup": {
|
|
120
|
+
"from": "components/VChipGroup",
|
|
129
121
|
"styles": []
|
|
130
122
|
},
|
|
131
123
|
"VCombobox": {
|
|
132
124
|
"from": "components/VCombobox",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
131
|
+
"VCheckbox": {
|
|
132
|
+
"from": "components/VCheckbox",
|
|
141
133
|
"styles": []
|
|
142
134
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
135
|
+
"VCheckboxBtn": {
|
|
136
|
+
"from": "components/VCheckbox",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
147
139
|
"VCounter": {
|
|
@@ -176,6 +168,10 @@
|
|
|
176
168
|
"from": "components/VDataTable",
|
|
177
169
|
"styles": []
|
|
178
170
|
},
|
|
171
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
179
175
|
"VDatePicker": {
|
|
180
176
|
"from": "components/VDatePicker",
|
|
181
177
|
"styles": []
|
|
@@ -200,44 +196,60 @@
|
|
|
200
196
|
"from": "components/VDatePicker",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
199
|
+
"VExpansionPanels": {
|
|
200
|
+
"from": "components/VExpansionPanel",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
203
|
+
"VExpansionPanel": {
|
|
204
|
+
"from": "components/VExpansionPanel",
|
|
209
205
|
"styles": []
|
|
210
206
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
207
|
+
"VExpansionPanelText": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
211
|
+
"VExpansionPanelTitle": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
217
213
|
"styles": []
|
|
218
214
|
},
|
|
219
215
|
"VEmptyState": {
|
|
220
216
|
"from": "components/VEmptyState",
|
|
221
217
|
"styles": []
|
|
222
218
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
219
|
+
"VDivider": {
|
|
220
|
+
"from": "components/VDivider",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
223
|
+
"VFab": {
|
|
224
|
+
"from": "components/VFab",
|
|
229
225
|
"styles": []
|
|
230
226
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
227
|
+
"VField": {
|
|
228
|
+
"from": "components/VField",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
231
|
+
"VFieldLabel": {
|
|
232
|
+
"from": "components/VField",
|
|
237
233
|
"styles": []
|
|
238
234
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VItemGroup": {
|
|
248
|
+
"from": "components/VItemGroup",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VItem": {
|
|
252
|
+
"from": "components/VItemGroup",
|
|
241
253
|
"styles": []
|
|
242
254
|
},
|
|
243
255
|
"VIcon": {
|
|
@@ -260,10 +272,6 @@
|
|
|
260
272
|
"from": "components/VIcon",
|
|
261
273
|
"styles": []
|
|
262
274
|
},
|
|
263
|
-
"VFooter": {
|
|
264
|
-
"from": "components/VFooter",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
275
|
"VInfiniteScroll": {
|
|
268
276
|
"from": "components/VInfiniteScroll",
|
|
269
277
|
"styles": []
|
|
@@ -272,30 +280,10 @@
|
|
|
272
280
|
"from": "components/VInput",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
|
-
"VLabel": {
|
|
276
|
-
"from": "components/VLabel",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
283
|
"VKbd": {
|
|
280
284
|
"from": "components/VKbd",
|
|
281
285
|
"styles": []
|
|
282
286
|
},
|
|
283
|
-
"VImg": {
|
|
284
|
-
"from": "components/VImg",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VMenu": {
|
|
288
|
-
"from": "components/VMenu",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VItemGroup": {
|
|
292
|
-
"from": "components/VItemGroup",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
|
-
"VItem": {
|
|
296
|
-
"from": "components/VItemGroup",
|
|
297
|
-
"styles": []
|
|
298
|
-
},
|
|
299
287
|
"VList": {
|
|
300
288
|
"from": "components/VList",
|
|
301
289
|
"styles": []
|
|
@@ -332,64 +320,68 @@
|
|
|
332
320
|
"from": "components/VList",
|
|
333
321
|
"styles": []
|
|
334
322
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
323
|
+
"VMessages": {
|
|
324
|
+
"from": "components/VMessages",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VNumberInput": {
|
|
340
|
+
"from": "components/VNumberInput",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
343
|
"VOverlay": {
|
|
356
344
|
"from": "components/VOverlay",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
|
-
"VRadioGroup": {
|
|
364
|
-
"from": "components/VRadioGroup",
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
365
349
|
"styles": []
|
|
366
350
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular",
|
|
369
353
|
"styles": []
|
|
370
354
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination",
|
|
373
357
|
"styles": []
|
|
374
358
|
},
|
|
375
359
|
"VRating": {
|
|
376
360
|
"from": "components/VRating",
|
|
377
361
|
"styles": []
|
|
378
362
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
363
|
+
"VRadioGroup": {
|
|
364
|
+
"from": "components/VRadioGroup",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VSelectionControl": {
|
|
368
|
+
"from": "components/VSelectionControl",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
371
|
"VSelect": {
|
|
384
372
|
"from": "components/VSelect",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VSheet": {
|
|
376
|
+
"from": "components/VSheet",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
379
|
+
"VSlider": {
|
|
380
|
+
"from": "components/VSlider",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
387
|
"VSlideGroup": {
|
|
@@ -400,18 +392,6 @@
|
|
|
400
392
|
"from": "components/VSlideGroup",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"VSlider": {
|
|
404
|
-
"from": "components/VSlider",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
|
-
"VSnackbar": {
|
|
408
|
-
"from": "components/VSnackbar",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VSheet": {
|
|
412
|
-
"from": "components/VSheet",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
395
|
"VStepper": {
|
|
416
396
|
"from": "components/VStepper",
|
|
417
397
|
"styles": []
|
|
@@ -436,52 +416,48 @@
|
|
|
436
416
|
"from": "components/VStepper",
|
|
437
417
|
"styles": []
|
|
438
418
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTable": {
|
|
444
|
-
"from": "components/VTable",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VTab": {
|
|
448
|
-
"from": "components/VTabs",
|
|
419
|
+
"VSkeletonLoader": {
|
|
420
|
+
"from": "components/VSkeletonLoader",
|
|
449
421
|
"styles": []
|
|
450
422
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
423
|
+
"VSystemBar": {
|
|
424
|
+
"from": "components/VSystemBar",
|
|
453
425
|
"styles": []
|
|
454
426
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
427
|
+
"VSnackbar": {
|
|
428
|
+
"from": "components/VSnackbar",
|
|
457
429
|
"styles": []
|
|
458
430
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
431
|
+
"VTable": {
|
|
432
|
+
"from": "components/VTable",
|
|
461
433
|
"styles": []
|
|
462
434
|
},
|
|
463
435
|
"VSwitch": {
|
|
464
436
|
"from": "components/VSwitch",
|
|
465
437
|
"styles": []
|
|
466
438
|
},
|
|
439
|
+
"VTextField": {
|
|
440
|
+
"from": "components/VTextField",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
467
443
|
"VTextarea": {
|
|
468
444
|
"from": "components/VTextarea",
|
|
469
445
|
"styles": []
|
|
470
446
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
447
|
+
"VTab": {
|
|
448
|
+
"from": "components/VTabs",
|
|
473
449
|
"styles": []
|
|
474
450
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
451
|
+
"VTabs": {
|
|
452
|
+
"from": "components/VTabs",
|
|
477
453
|
"styles": []
|
|
478
454
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
455
|
+
"VTabsWindow": {
|
|
456
|
+
"from": "components/VTabs",
|
|
481
457
|
"styles": []
|
|
482
458
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
459
|
+
"VTabsWindowItem": {
|
|
460
|
+
"from": "components/VTabs",
|
|
485
461
|
"styles": []
|
|
486
462
|
},
|
|
487
463
|
"VTooltip": {
|
|
@@ -504,6 +480,22 @@
|
|
|
504
480
|
"from": "components/VWindow",
|
|
505
481
|
"styles": []
|
|
506
482
|
},
|
|
483
|
+
"VToolbar": {
|
|
484
|
+
"from": "components/VToolbar",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VToolbarTitle": {
|
|
488
|
+
"from": "components/VToolbar",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VToolbarItems": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VProgressLinear": {
|
|
496
|
+
"from": "components/VProgressLinear",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
507
499
|
"VConfirmEdit": {
|
|
508
500
|
"from": "components/VConfirmEdit",
|
|
509
501
|
"styles": []
|
|
@@ -540,10 +532,6 @@
|
|
|
540
532
|
"from": "components/VHover",
|
|
541
533
|
"styles": []
|
|
542
534
|
},
|
|
543
|
-
"VLazy": {
|
|
544
|
-
"from": "components/VLazy",
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
535
|
"VLayout": {
|
|
548
536
|
"from": "components/VLayout",
|
|
549
537
|
"styles": []
|
|
@@ -556,34 +544,46 @@
|
|
|
556
544
|
"from": "components/VLocaleProvider",
|
|
557
545
|
"styles": []
|
|
558
546
|
},
|
|
547
|
+
"VLazy": {
|
|
548
|
+
"from": "components/VLazy",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
551
|
+
"VLabel": {
|
|
552
|
+
"from": "components/VLabel",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
559
555
|
"VNoSsr": {
|
|
560
556
|
"from": "components/VNoSsr",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
559
|
+
"VColorPicker": {
|
|
560
|
+
"from": "components/VColorPicker",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
563
|
+
"VParallax": {
|
|
564
|
+
"from": "components/VParallax",
|
|
569
565
|
"styles": []
|
|
570
566
|
},
|
|
571
567
|
"VRadio": {
|
|
572
568
|
"from": "components/VRadio",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
571
|
+
"VRangeSlider": {
|
|
572
|
+
"from": "components/VRangeSlider",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
575
|
+
"VResponsive": {
|
|
576
|
+
"from": "components/VResponsive",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
579
|
"VSnackbarQueue": {
|
|
584
580
|
"from": "components/VSnackbarQueue",
|
|
585
581
|
"styles": []
|
|
586
582
|
},
|
|
583
|
+
"VSparkline": {
|
|
584
|
+
"from": "components/VSparkline",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
587
587
|
"VSpeedDial": {
|
|
588
588
|
"from": "components/VSpeedDial",
|
|
589
589
|
"styles": []
|
|
@@ -592,14 +592,14 @@
|
|
|
592
592
|
"from": "components/VThemeProvider",
|
|
593
593
|
"styles": []
|
|
594
594
|
},
|
|
595
|
-
"VVirtualScroll": {
|
|
596
|
-
"from": "components/VVirtualScroll",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
595
|
"VValidation": {
|
|
600
596
|
"from": "components/VValidation",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
599
|
+
"VVirtualScroll": {
|
|
600
|
+
"from": "components/VVirtualScroll",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
603
603
|
"VFabTransition": {
|
|
604
604
|
"from": "components/transitions",
|
|
605
605
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -2361,7 +2361,13 @@
|
|
|
2361
2361
|
},
|
|
2362
2362
|
"VKbd": {
|
|
2363
2363
|
"attributes": [
|
|
2364
|
-
"
|
|
2364
|
+
"border",
|
|
2365
|
+
"color",
|
|
2366
|
+
"elevation",
|
|
2367
|
+
"rounded",
|
|
2368
|
+
"tag",
|
|
2369
|
+
"theme",
|
|
2370
|
+
"tile"
|
|
2365
2371
|
],
|
|
2366
2372
|
"description": ""
|
|
2367
2373
|
},
|
|
@@ -2591,6 +2597,70 @@
|
|
|
2591
2597
|
],
|
|
2592
2598
|
"description": ""
|
|
2593
2599
|
},
|
|
2600
|
+
"VMaskInput": {
|
|
2601
|
+
"attributes": [
|
|
2602
|
+
"active",
|
|
2603
|
+
"append-icon",
|
|
2604
|
+
"append-inner-icon",
|
|
2605
|
+
"autofocus",
|
|
2606
|
+
"base-color",
|
|
2607
|
+
"bg-color",
|
|
2608
|
+
"center-affix",
|
|
2609
|
+
"clear-icon",
|
|
2610
|
+
"clearable",
|
|
2611
|
+
"color",
|
|
2612
|
+
"counter",
|
|
2613
|
+
"counter-value",
|
|
2614
|
+
"density",
|
|
2615
|
+
"direction",
|
|
2616
|
+
"dirty",
|
|
2617
|
+
"disabled",
|
|
2618
|
+
"error",
|
|
2619
|
+
"error-messages",
|
|
2620
|
+
"flat",
|
|
2621
|
+
"focused",
|
|
2622
|
+
"glow",
|
|
2623
|
+
"hide-details",
|
|
2624
|
+
"hide-spin-buttons",
|
|
2625
|
+
"hint",
|
|
2626
|
+
"icon-color",
|
|
2627
|
+
"id",
|
|
2628
|
+
"label",
|
|
2629
|
+
"loading",
|
|
2630
|
+
"mask",
|
|
2631
|
+
"max-errors",
|
|
2632
|
+
"max-width",
|
|
2633
|
+
"messages",
|
|
2634
|
+
"min-width",
|
|
2635
|
+
"model-modifiers",
|
|
2636
|
+
"model-value",
|
|
2637
|
+
"name",
|
|
2638
|
+
"persistent-clear",
|
|
2639
|
+
"persistent-counter",
|
|
2640
|
+
"persistent-hint",
|
|
2641
|
+
"persistent-placeholder",
|
|
2642
|
+
"placeholder",
|
|
2643
|
+
"prefix",
|
|
2644
|
+
"prepend-icon",
|
|
2645
|
+
"prepend-inner-icon",
|
|
2646
|
+
"readonly",
|
|
2647
|
+
"return-masked-value",
|
|
2648
|
+
"reverse",
|
|
2649
|
+
"role",
|
|
2650
|
+
"rounded",
|
|
2651
|
+
"rules",
|
|
2652
|
+
"single-line",
|
|
2653
|
+
"suffix",
|
|
2654
|
+
"theme",
|
|
2655
|
+
"tile",
|
|
2656
|
+
"type",
|
|
2657
|
+
"validate-on",
|
|
2658
|
+
"validation-value",
|
|
2659
|
+
"variant",
|
|
2660
|
+
"width"
|
|
2661
|
+
],
|
|
2662
|
+
"description": ""
|
|
2663
|
+
},
|
|
2594
2664
|
"VMenu": {
|
|
2595
2665
|
"attributes": [
|
|
2596
2666
|
"activator",
|
|
@@ -2602,6 +2672,7 @@
|
|
|
2602
2672
|
"contained",
|
|
2603
2673
|
"content-class",
|
|
2604
2674
|
"content-props",
|
|
2675
|
+
"disable-initial-focus",
|
|
2605
2676
|
"disabled",
|
|
2606
2677
|
"eager",
|
|
2607
2678
|
"height",
|
|
@@ -2696,6 +2767,7 @@
|
|
|
2696
2767
|
"control-variant",
|
|
2697
2768
|
"counter",
|
|
2698
2769
|
"counter-value",
|
|
2770
|
+
"decimal-separator",
|
|
2699
2771
|
"density",
|
|
2700
2772
|
"direction",
|
|
2701
2773
|
"dirty",
|
|
@@ -3621,6 +3693,7 @@
|
|
|
3621
3693
|
"contained",
|
|
3622
3694
|
"content-class",
|
|
3623
3695
|
"content-props",
|
|
3696
|
+
"disable-initial-focus",
|
|
3624
3697
|
"disabled",
|
|
3625
3698
|
"eager",
|
|
3626
3699
|
"height",
|