vuetify 3.8.4 → 3.8.6
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/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3300 -2956
- package/dist/json/importMap-labs.json +24 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +91 -0
- package/dist/json/web-types.json +6720 -5503
- package/dist/vuetify-labs.cjs +294 -51
- package/dist/vuetify-labs.css +4169 -4130
- package/dist/vuetify-labs.d.ts +2235 -1152
- package/dist/vuetify-labs.esm.js +294 -51
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +294 -51
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +22 -42
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2580 -2544
- package/dist/vuetify.d.ts +532 -526
- package/dist/vuetify.esm.js +22 -42
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -42
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +582 -579
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +84 -84
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -5
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VCheckbox/VCheckbox.d.ts +12 -12
- package/lib/components/VCombobox/VCombobox.d.ts +84 -84
- package/lib/components/VFileInput/VFileInput.d.ts +30 -30
- package/lib/components/VInput/VInput.d.ts +12 -12
- package/lib/components/VList/VList.d.ts +3 -3
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +15 -4
- package/lib/components/VNumberInput/VNumberInput.d.ts +80 -80
- package/lib/components/VNumberInput/VNumberInput.sass +18 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +12 -12
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VSelect/VSelect.d.ts +84 -84
- package/lib/components/VSelect/VSelect.js +6 -4
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.d.ts +12 -12
- package/lib/components/VTextField/VTextField.d.ts +30 -30
- package/lib/components/VTextarea/VTextarea.d.ts +30 -30
- package/lib/components/VValidation/VValidation.d.ts +8 -8
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/composables/validation.d.ts +6 -5
- package/lib/composables/validation.js +4 -29
- package/lib/composables/validation.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -68
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +130 -105
- package/lib/labs/VDateInput/VDateInput.js +43 -10
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- 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/rules/rules.d.ts +9 -5
- package/lib/labs/rules/rules.js +73 -51
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -3
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
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -16,8 +12,12 @@
|
|
|
16
12
|
"from": "components/VAppBar",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
23
|
"VAlert": {
|
|
@@ -44,10 +44,6 @@
|
|
|
44
44
|
"from": "components/VBanner",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"VBtn": {
|
|
48
|
-
"from": "components/VBtn",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VBottomNavigation": {
|
|
52
48
|
"from": "components/VBottomNavigation",
|
|
53
49
|
"styles": []
|
|
@@ -56,18 +52,34 @@
|
|
|
56
52
|
"from": "components/VBottomSheet",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
55
|
+
"VBtn": {
|
|
56
|
+
"from": "components/VBtn",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
59
|
+
"VBreadcrumbs": {
|
|
60
|
+
"from": "components/VBreadcrumbs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBreadcrumbsItem": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VBreadcrumbsDivider": {
|
|
68
|
+
"from": "components/VBreadcrumbs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBadge": {
|
|
72
|
+
"from": "components/VBadge",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
75
|
"VBtnGroup": {
|
|
68
76
|
"from": "components/VBtnGroup",
|
|
69
77
|
"styles": []
|
|
70
78
|
},
|
|
79
|
+
"VBtnToggle": {
|
|
80
|
+
"from": "components/VBtnToggle",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
71
83
|
"VCard": {
|
|
72
84
|
"from": "components/VCard",
|
|
73
85
|
"styles": []
|
|
@@ -92,44 +104,60 @@
|
|
|
92
104
|
"from": "components/VCard",
|
|
93
105
|
"styles": []
|
|
94
106
|
},
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
95
115
|
"VChip": {
|
|
96
116
|
"from": "components/VChip",
|
|
97
117
|
"styles": []
|
|
98
118
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
119
|
+
"VCheckbox": {
|
|
120
|
+
"from": "components/VCheckbox",
|
|
101
121
|
"styles": []
|
|
102
122
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
123
|
+
"VCheckboxBtn": {
|
|
124
|
+
"from": "components/VCheckbox",
|
|
105
125
|
"styles": []
|
|
106
126
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker",
|
|
109
129
|
"styles": []
|
|
110
130
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
113
133
|
"styles": []
|
|
114
134
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
117
137
|
"styles": []
|
|
118
138
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
139
|
+
"VDatePicker": {
|
|
140
|
+
"from": "components/VDatePicker",
|
|
121
141
|
"styles": []
|
|
122
142
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
143
|
+
"VDatePickerControls": {
|
|
144
|
+
"from": "components/VDatePicker",
|
|
125
145
|
"styles": []
|
|
126
146
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
147
|
+
"VDatePickerHeader": {
|
|
148
|
+
"from": "components/VDatePicker",
|
|
129
149
|
"styles": []
|
|
130
150
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
151
|
+
"VDatePickerMonth": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDatePickerMonths": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDatePickerYears": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
133
161
|
"styles": []
|
|
134
162
|
},
|
|
135
163
|
"VDataTable": {
|
|
@@ -160,48 +188,52 @@
|
|
|
160
188
|
"from": "components/VDataTable",
|
|
161
189
|
"styles": []
|
|
162
190
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
191
|
+
"VDivider": {
|
|
192
|
+
"from": "components/VDivider",
|
|
165
193
|
"styles": []
|
|
166
194
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
195
|
+
"VChipGroup": {
|
|
196
|
+
"from": "components/VChipGroup",
|
|
169
197
|
"styles": []
|
|
170
198
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
199
|
+
"VExpansionPanels": {
|
|
200
|
+
"from": "components/VExpansionPanel",
|
|
173
201
|
"styles": []
|
|
174
202
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
203
|
+
"VExpansionPanel": {
|
|
204
|
+
"from": "components/VExpansionPanel",
|
|
177
205
|
"styles": []
|
|
178
206
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
207
|
+
"VExpansionPanelText": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
181
209
|
"styles": []
|
|
182
210
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
211
|
+
"VExpansionPanelTitle": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
185
213
|
"styles": []
|
|
186
214
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState",
|
|
189
217
|
"styles": []
|
|
190
218
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField",
|
|
193
221
|
"styles": []
|
|
194
222
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField",
|
|
197
225
|
"styles": []
|
|
198
226
|
},
|
|
199
227
|
"VCounter": {
|
|
200
228
|
"from": "components/VCounter",
|
|
201
229
|
"styles": []
|
|
202
230
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
231
|
+
"VDialog": {
|
|
232
|
+
"from": "components/VDialog",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
205
237
|
"styles": []
|
|
206
238
|
},
|
|
207
239
|
"VFab": {
|
|
@@ -212,32 +244,8 @@
|
|
|
212
244
|
"from": "components/VFileInput",
|
|
213
245
|
"styles": []
|
|
214
246
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
|
-
"VExpansionPanel": {
|
|
220
|
-
"from": "components/VExpansionPanel",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VExpansionPanelText": {
|
|
224
|
-
"from": "components/VExpansionPanel",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VExpansionPanelTitle": {
|
|
228
|
-
"from": "components/VExpansionPanel",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFooter": {
|
|
232
|
-
"from": "components/VFooter",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VField": {
|
|
236
|
-
"from": "components/VField",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField",
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
251
|
"VIcon": {
|
|
@@ -260,26 +268,10 @@
|
|
|
260
268
|
"from": "components/VIcon",
|
|
261
269
|
"styles": []
|
|
262
270
|
},
|
|
263
|
-
"VImg": {
|
|
264
|
-
"from": "components/VImg",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
271
|
"VInfiniteScroll": {
|
|
268
272
|
"from": "components/VInfiniteScroll",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"VKbd": {
|
|
272
|
-
"from": "components/VKbd",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VInput": {
|
|
276
|
-
"from": "components/VInput",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VLabel": {
|
|
280
|
-
"from": "components/VLabel",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
275
|
"VItemGroup": {
|
|
284
276
|
"from": "components/VItemGroup",
|
|
285
277
|
"styles": []
|
|
@@ -288,6 +280,14 @@
|
|
|
288
280
|
"from": "components/VItemGroup",
|
|
289
281
|
"styles": []
|
|
290
282
|
},
|
|
283
|
+
"VInput": {
|
|
284
|
+
"from": "components/VInput",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
291
|
"VList": {
|
|
292
292
|
"from": "components/VList",
|
|
293
293
|
"styles": []
|
|
@@ -328,48 +328,48 @@
|
|
|
328
328
|
"from": "components/VMain",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer",
|
|
331
|
+
"VLabel": {
|
|
332
|
+
"from": "components/VLabel",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
335
|
"VMessages": {
|
|
340
336
|
"from": "components/VMessages",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
339
|
+
"VNavigationDrawer": {
|
|
340
|
+
"from": "components/VNavigationDrawer",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VMenu": {
|
|
344
|
+
"from": "components/VMenu",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
347
|
"VOverlay": {
|
|
348
348
|
"from": "components/VOverlay",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VNumberInput": {
|
|
352
|
+
"from": "components/VNumberInput",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
355
|
+
"VProgressCircular": {
|
|
356
|
+
"from": "components/VProgressCircular",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
359
|
"VPagination": {
|
|
360
360
|
"from": "components/VPagination",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
363
|
+
"VRadioGroup": {
|
|
364
|
+
"from": "components/VRadioGroup",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VProgressLinear": {
|
|
368
368
|
"from": "components/VProgressLinear",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VOtpInput": {
|
|
372
|
+
"from": "components/VOtpInput",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VRating": {
|
|
@@ -380,20 +380,24 @@
|
|
|
380
380
|
"from": "components/VSelect",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
387
|
"VSelectionControlGroup": {
|
|
388
388
|
"from": "components/VSelectionControlGroup",
|
|
389
389
|
"styles": []
|
|
390
390
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
395
|
+
"VSlider": {
|
|
396
|
+
"from": "components/VSlider",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSheet": {
|
|
400
|
+
"from": "components/VSheet",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
403
|
"VSlideGroup": {
|
|
@@ -408,8 +412,20 @@
|
|
|
408
412
|
"from": "components/VSnackbar",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
415
|
+
"VTab": {
|
|
416
|
+
"from": "components/VTabs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VTabs": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabsWindow": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindowItem": {
|
|
428
|
+
"from": "components/VTabs",
|
|
413
429
|
"styles": []
|
|
414
430
|
},
|
|
415
431
|
"VStepper": {
|
|
@@ -436,36 +452,40 @@
|
|
|
436
452
|
"from": "components/VStepper",
|
|
437
453
|
"styles": []
|
|
438
454
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
455
|
+
"VSwitch": {
|
|
456
|
+
"from": "components/VSwitch",
|
|
441
457
|
"styles": []
|
|
442
458
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable",
|
|
445
461
|
"styles": []
|
|
446
462
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
463
|
+
"VTextarea": {
|
|
464
|
+
"from": "components/VTextarea",
|
|
449
465
|
"styles": []
|
|
450
466
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
467
|
+
"VSystemBar": {
|
|
468
|
+
"from": "components/VSystemBar",
|
|
453
469
|
"styles": []
|
|
454
470
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
471
|
+
"VToolbar": {
|
|
472
|
+
"from": "components/VToolbar",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
475
|
+
"VToolbarTitle": {
|
|
476
|
+
"from": "components/VToolbar",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VToolbarItems": {
|
|
480
|
+
"from": "components/VToolbar",
|
|
461
481
|
"styles": []
|
|
462
482
|
},
|
|
463
483
|
"VTextField": {
|
|
464
484
|
"from": "components/VTextField",
|
|
465
485
|
"styles": []
|
|
466
486
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
487
|
+
"VTooltip": {
|
|
488
|
+
"from": "components/VTooltip",
|
|
469
489
|
"styles": []
|
|
470
490
|
},
|
|
471
491
|
"VTimeline": {
|
|
@@ -476,10 +496,6 @@
|
|
|
476
496
|
"from": "components/VTimeline",
|
|
477
497
|
"styles": []
|
|
478
498
|
},
|
|
479
|
-
"VTooltip": {
|
|
480
|
-
"from": "components/VTooltip",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
499
|
"VWindow": {
|
|
484
500
|
"from": "components/VWindow",
|
|
485
501
|
"styles": []
|
|
@@ -488,18 +504,14 @@
|
|
|
488
504
|
"from": "components/VWindow",
|
|
489
505
|
"styles": []
|
|
490
506
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
507
|
+
"VDataIterator": {
|
|
508
|
+
"from": "components/VDataIterator",
|
|
493
509
|
"styles": []
|
|
494
510
|
},
|
|
495
511
|
"VConfirmEdit": {
|
|
496
512
|
"from": "components/VConfirmEdit",
|
|
497
513
|
"styles": []
|
|
498
514
|
},
|
|
499
|
-
"VDataIterator": {
|
|
500
|
-
"from": "components/VDataIterator",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
515
|
"VDefaultsProvider": {
|
|
504
516
|
"from": "components/VDefaultsProvider",
|
|
505
517
|
"styles": []
|
|
@@ -512,32 +524,32 @@
|
|
|
512
524
|
"from": "components/VHover",
|
|
513
525
|
"styles": []
|
|
514
526
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VToolbarTitle": {
|
|
520
|
-
"from": "components/VToolbar",
|
|
527
|
+
"VContainer": {
|
|
528
|
+
"from": "components/VGrid",
|
|
521
529
|
"styles": []
|
|
522
530
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
531
|
+
"VCol": {
|
|
532
|
+
"from": "components/VGrid",
|
|
525
533
|
"styles": []
|
|
526
534
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
535
|
+
"VRow": {
|
|
536
|
+
"from": "components/VGrid",
|
|
529
537
|
"styles": []
|
|
530
538
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
539
|
+
"VSpacer": {
|
|
540
|
+
"from": "components/VGrid",
|
|
533
541
|
"styles": []
|
|
534
542
|
},
|
|
535
543
|
"VLazy": {
|
|
536
544
|
"from": "components/VLazy",
|
|
537
545
|
"styles": []
|
|
538
546
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
547
|
+
"VLayout": {
|
|
548
|
+
"from": "components/VLayout",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
551
|
+
"VLayoutItem": {
|
|
552
|
+
"from": "components/VLayout",
|
|
541
553
|
"styles": []
|
|
542
554
|
},
|
|
543
555
|
"VNoSsr": {
|
|
@@ -548,6 +560,10 @@
|
|
|
548
560
|
"from": "components/VParallax",
|
|
549
561
|
"styles": []
|
|
550
562
|
},
|
|
563
|
+
"VLocaleProvider": {
|
|
564
|
+
"from": "components/VLocaleProvider",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
551
567
|
"VRadio": {
|
|
552
568
|
"from": "components/VRadio",
|
|
553
569
|
"styles": []
|
|
@@ -560,24 +576,28 @@
|
|
|
560
576
|
"from": "components/VResponsive",
|
|
561
577
|
"styles": []
|
|
562
578
|
},
|
|
563
|
-
"VSnackbarQueue": {
|
|
564
|
-
"from": "components/VSnackbarQueue",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
579
|
"VSparkline": {
|
|
568
580
|
"from": "components/VSparkline",
|
|
569
581
|
"styles": []
|
|
570
582
|
},
|
|
583
|
+
"VSnackbarQueue": {
|
|
584
|
+
"from": "components/VSnackbarQueue",
|
|
585
|
+
"styles": []
|
|
586
|
+
},
|
|
571
587
|
"VSpeedDial": {
|
|
572
588
|
"from": "components/VSpeedDial",
|
|
573
589
|
"styles": []
|
|
574
590
|
},
|
|
591
|
+
"VValidation": {
|
|
592
|
+
"from": "components/VValidation",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
575
595
|
"VThemeProvider": {
|
|
576
596
|
"from": "components/VThemeProvider",
|
|
577
597
|
"styles": []
|
|
578
598
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
599
|
+
"VVirtualScroll": {
|
|
600
|
+
"from": "components/VVirtualScroll",
|
|
581
601
|
"styles": []
|
|
582
602
|
},
|
|
583
603
|
"VFabTransition": {
|
|
@@ -643,26 +663,6 @@
|
|
|
643
663
|
"VDialogTransition": {
|
|
644
664
|
"from": "components/transitions",
|
|
645
665
|
"styles": []
|
|
646
|
-
},
|
|
647
|
-
"VVirtualScroll": {
|
|
648
|
-
"from": "components/VVirtualScroll",
|
|
649
|
-
"styles": []
|
|
650
|
-
},
|
|
651
|
-
"VContainer": {
|
|
652
|
-
"from": "components/VGrid",
|
|
653
|
-
"styles": []
|
|
654
|
-
},
|
|
655
|
-
"VCol": {
|
|
656
|
-
"from": "components/VGrid",
|
|
657
|
-
"styles": []
|
|
658
|
-
},
|
|
659
|
-
"VRow": {
|
|
660
|
-
"from": "components/VGrid",
|
|
661
|
-
"styles": []
|
|
662
|
-
},
|
|
663
|
-
"VSpacer": {
|
|
664
|
-
"from": "components/VGrid",
|
|
665
|
-
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|