vuetify 3.8.7 → 3.8.8
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/json/attributes.json +3165 -3141
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +136 -136
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5935 -5881
- package/dist/vuetify-labs.cjs +192 -112
- package/dist/vuetify-labs.css +3773 -3767
- package/dist/vuetify-labs.d.ts +89 -55
- package/dist/vuetify-labs.esm.js +193 -113
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +192 -112
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +184 -100
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3192 -3186
- package/dist/vuetify.d.ts +79 -55
- package/dist/vuetify.esm.js +185 -101
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +184 -100
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1077 -1064
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -9
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VChip/VChip.js +1 -0
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +6 -6
- package/lib/components/VCombobox/VCombobox.sass +3 -9
- package/lib/components/VDataTable/VDataTableColumn.js +3 -3
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +20 -0
- package/lib/components/VDatePicker/VDatePicker.js +39 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +4 -11
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonths.js +15 -5
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerYears.js +17 -5
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -3
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VImg/VImg.js +7 -7
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +11 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.css +6 -0
- package/lib/components/VSelect/VSelect.sass +3 -0
- package/lib/components/VSelect/_mixins.scss +14 -0
- package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +16 -10
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +6 -6
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VSlider/slider.js +4 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/components/VTable/VTable.js +3 -3
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -5
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/date/date.d.ts +4 -0
- package/lib/composables/date/date.js +14 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -55
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +20 -0
- package/lib/labs/VDateInput/VDateInput.js +3 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +3 -0
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VFileUpload": {
|
|
8
|
+
"from": "labs/VFileUpload",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VFileUploadItem": {
|
|
12
|
+
"from": "labs/VFileUpload",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VStepperVertical": {
|
|
16
|
+
"from": "labs/VStepperVertical",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VStepperVerticalItem": {
|
|
20
|
+
"from": "labs/VStepperVertical",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VStepperVerticalActions": {
|
|
24
|
+
"from": "labs/VStepperVertical",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
3
27
|
"VCalendar": {
|
|
4
28
|
"from": "labs/VCalendar",
|
|
5
29
|
"styles": []
|
|
@@ -24,32 +48,20 @@
|
|
|
24
48
|
"from": "labs/VCalendar",
|
|
25
49
|
"styles": []
|
|
26
50
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VIconBtn": {
|
|
32
|
-
"from": "labs/VIconBtn",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VFileUpload": {
|
|
36
|
-
"from": "labs/VFileUpload",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VFileUploadItem": {
|
|
40
|
-
"from": "labs/VFileUpload",
|
|
51
|
+
"VTimePicker": {
|
|
52
|
+
"from": "labs/VTimePicker",
|
|
41
53
|
"styles": []
|
|
42
54
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
55
|
+
"VTimePickerClock": {
|
|
56
|
+
"from": "labs/VTimePicker",
|
|
45
57
|
"styles": []
|
|
46
58
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
59
|
+
"VTimePickerControls": {
|
|
60
|
+
"from": "labs/VTimePicker",
|
|
49
61
|
"styles": []
|
|
50
62
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
63
|
+
"VIconBtn": {
|
|
64
|
+
"from": "labs/VIconBtn",
|
|
53
65
|
"styles": []
|
|
54
66
|
},
|
|
55
67
|
"VPicker": {
|
|
@@ -72,18 +84,6 @@
|
|
|
72
84
|
"from": "labs/VTreeview",
|
|
73
85
|
"styles": []
|
|
74
86
|
},
|
|
75
|
-
"VTimePicker": {
|
|
76
|
-
"from": "labs/VTimePicker",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VTimePickerClock": {
|
|
80
|
-
"from": "labs/VTimePicker",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VTimePickerControls": {
|
|
84
|
-
"from": "labs/VTimePicker",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
87
|
"VDateInput": {
|
|
88
88
|
"from": "labs/VDateInput",
|
|
89
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VAutocomplete": {
|
|
8
|
-
"from": "components/VAutocomplete",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VBadge": {
|
|
12
|
-
"from": "components/VBadge",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
7
|
"VAppBar": {
|
|
16
8
|
"from": "components/VAppBar",
|
|
17
9
|
"styles": []
|
|
@@ -24,6 +16,10 @@
|
|
|
24
16
|
"from": "components/VAppBar",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
19
|
+
"VAvatar": {
|
|
20
|
+
"from": "components/VAvatar",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
27
23
|
"VAlert": {
|
|
28
24
|
"from": "components/VAlert",
|
|
29
25
|
"styles": []
|
|
@@ -44,20 +40,24 @@
|
|
|
44
40
|
"from": "components/VBanner",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
43
|
+
"VBadge": {
|
|
44
|
+
"from": "components/VBadge",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
47
|
"VBtn": {
|
|
52
48
|
"from": "components/VBtn",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
51
|
+
"VAutocomplete": {
|
|
52
|
+
"from": "components/VAutocomplete",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBottomNavigation": {
|
|
60
|
+
"from": "components/VBottomNavigation",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VBreadcrumbs": {
|
|
@@ -72,18 +72,6 @@
|
|
|
72
72
|
"from": "components/VBreadcrumbs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VCheckbox": {
|
|
76
|
-
"from": "components/VCheckbox",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCheckboxBtn": {
|
|
80
|
-
"from": "components/VCheckbox",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VBtnToggle": {
|
|
84
|
-
"from": "components/VBtnToggle",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
75
|
"VCarousel": {
|
|
88
76
|
"from": "components/VCarousel",
|
|
89
77
|
"styles": []
|
|
@@ -92,16 +80,12 @@
|
|
|
92
80
|
"from": "components/VCarousel",
|
|
93
81
|
"styles": []
|
|
94
82
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VCode": {
|
|
100
|
-
"from": "components/VCode",
|
|
83
|
+
"VBtnGroup": {
|
|
84
|
+
"from": "components/VBtnGroup",
|
|
101
85
|
"styles": []
|
|
102
86
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
105
89
|
"styles": []
|
|
106
90
|
},
|
|
107
91
|
"VCard": {
|
|
@@ -128,12 +112,24 @@
|
|
|
128
112
|
"from": "components/VCard",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCode": {
|
|
116
|
+
"from": "components/VCode",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
119
|
+
"VColorPicker": {
|
|
120
|
+
"from": "components/VColorPicker",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VCheckbox": {
|
|
124
|
+
"from": "components/VCheckbox",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCheckboxBtn": {
|
|
128
|
+
"from": "components/VCheckbox",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VCombobox": {
|
|
132
|
+
"from": "components/VCombobox",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VDataTable": {
|
|
@@ -164,6 +160,26 @@
|
|
|
164
160
|
"from": "components/VDataTable",
|
|
165
161
|
"styles": []
|
|
166
162
|
},
|
|
163
|
+
"VCounter": {
|
|
164
|
+
"from": "components/VCounter",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VChip": {
|
|
168
|
+
"from": "components/VChip",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDivider": {
|
|
176
|
+
"from": "components/VDivider",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VFab": {
|
|
180
|
+
"from": "components/VFab",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
167
183
|
"VDatePicker": {
|
|
168
184
|
"from": "components/VDatePicker",
|
|
169
185
|
"styles": []
|
|
@@ -188,16 +204,16 @@
|
|
|
188
204
|
"from": "components/VDatePicker",
|
|
189
205
|
"styles": []
|
|
190
206
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
207
|
+
"VEmptyState": {
|
|
208
|
+
"from": "components/VEmptyState",
|
|
193
209
|
"styles": []
|
|
194
210
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
211
|
+
"VFileInput": {
|
|
212
|
+
"from": "components/VFileInput",
|
|
197
213
|
"styles": []
|
|
198
214
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
215
|
+
"VFooter": {
|
|
216
|
+
"from": "components/VFooter",
|
|
201
217
|
"styles": []
|
|
202
218
|
},
|
|
203
219
|
"VExpansionPanels": {
|
|
@@ -216,14 +232,6 @@
|
|
|
216
232
|
"from": "components/VExpansionPanel",
|
|
217
233
|
"styles": []
|
|
218
234
|
},
|
|
219
|
-
"VEmptyState": {
|
|
220
|
-
"from": "components/VEmptyState",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VDivider": {
|
|
224
|
-
"from": "components/VDivider",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
235
|
"VField": {
|
|
228
236
|
"from": "components/VField",
|
|
229
237
|
"styles": []
|
|
@@ -232,12 +240,8 @@
|
|
|
232
240
|
"from": "components/VField",
|
|
233
241
|
"styles": []
|
|
234
242
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFooter": {
|
|
240
|
-
"from": "components/VFooter",
|
|
243
|
+
"VInfiniteScroll": {
|
|
244
|
+
"from": "components/VInfiniteScroll",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
247
|
"VIcon": {
|
|
@@ -264,8 +268,12 @@
|
|
|
264
268
|
"from": "components/VImg",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
271
|
+
"VItemGroup": {
|
|
272
|
+
"from": "components/VItemGroup",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VItem": {
|
|
276
|
+
"from": "components/VItemGroup",
|
|
269
277
|
"styles": []
|
|
270
278
|
},
|
|
271
279
|
"VInput": {
|
|
@@ -276,10 +284,6 @@
|
|
|
276
284
|
"from": "components/VKbd",
|
|
277
285
|
"styles": []
|
|
278
286
|
},
|
|
279
|
-
"VMenu": {
|
|
280
|
-
"from": "components/VMenu",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
287
|
"VList": {
|
|
284
288
|
"from": "components/VList",
|
|
285
289
|
"styles": []
|
|
@@ -320,68 +324,64 @@
|
|
|
320
324
|
"from": "components/VLabel",
|
|
321
325
|
"styles": []
|
|
322
326
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VItem": {
|
|
328
|
-
"from": "components/VItemGroup",
|
|
327
|
+
"VMain": {
|
|
328
|
+
"from": "components/VMain",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
331
|
"VMessages": {
|
|
332
332
|
"from": "components/VMessages",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
335
339
|
"VNavigationDrawer": {
|
|
336
340
|
"from": "components/VNavigationDrawer",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
351
|
"VOtpInput": {
|
|
348
352
|
"from": "components/VOtpInput",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
355
|
+
"VPagination": {
|
|
356
|
+
"from": "components/VPagination",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
363
|
+
"VProgressLinear": {
|
|
364
|
+
"from": "components/VProgressLinear",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
367
|
"VRating": {
|
|
364
368
|
"from": "components/VRating",
|
|
365
369
|
"styles": []
|
|
366
370
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl",
|
|
369
373
|
"styles": []
|
|
370
374
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
373
377
|
"styles": []
|
|
374
378
|
},
|
|
375
379
|
"VSheet": {
|
|
376
380
|
"from": "components/VSheet",
|
|
377
381
|
"styles": []
|
|
378
382
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
|
-
"VSelectionControl": {
|
|
384
|
-
"from": "components/VSelectionControl",
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
387
|
"VSkeletonLoader": {
|
|
@@ -396,8 +396,12 @@
|
|
|
396
396
|
"from": "components/VSlideGroup",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSwitch": {
|
|
404
|
+
"from": "components/VSwitch",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
407
|
"VStepper": {
|
|
@@ -424,22 +428,6 @@
|
|
|
424
428
|
"from": "components/VStepper",
|
|
425
429
|
"styles": []
|
|
426
430
|
},
|
|
427
|
-
"VSlider": {
|
|
428
|
-
"from": "components/VSlider",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VSnackbar": {
|
|
432
|
-
"from": "components/VSnackbar",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
|
-
"VSwitch": {
|
|
436
|
-
"from": "components/VSwitch",
|
|
437
|
-
"styles": []
|
|
438
|
-
},
|
|
439
|
-
"VTextarea": {
|
|
440
|
-
"from": "components/VTextarea",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
431
|
"VSystemBar": {
|
|
444
432
|
"from": "components/VSystemBar",
|
|
445
433
|
"styles": []
|
|
@@ -460,20 +448,16 @@
|
|
|
460
448
|
"from": "components/VTabs",
|
|
461
449
|
"styles": []
|
|
462
450
|
},
|
|
463
|
-
"VTable": {
|
|
464
|
-
"from": "components/VTable",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
451
|
"VTextField": {
|
|
468
452
|
"from": "components/VTextField",
|
|
469
453
|
"styles": []
|
|
470
454
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
455
|
+
"VTextarea": {
|
|
456
|
+
"from": "components/VTextarea",
|
|
473
457
|
"styles": []
|
|
474
458
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable",
|
|
477
461
|
"styles": []
|
|
478
462
|
},
|
|
479
463
|
"VToolbar": {
|
|
@@ -492,6 +476,14 @@
|
|
|
492
476
|
"from": "components/VTooltip",
|
|
493
477
|
"styles": []
|
|
494
478
|
},
|
|
479
|
+
"VTimeline": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimelineItem": {
|
|
484
|
+
"from": "components/VTimeline",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
495
487
|
"VWindow": {
|
|
496
488
|
"from": "components/VWindow",
|
|
497
489
|
"styles": []
|
|
@@ -500,10 +492,6 @@
|
|
|
500
492
|
"from": "components/VWindow",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
503
|
-
"VBottomSheet": {
|
|
504
|
-
"from": "components/VBottomSheet",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
495
|
"VConfirmEdit": {
|
|
508
496
|
"from": "components/VConfirmEdit",
|
|
509
497
|
"styles": []
|
|
@@ -516,6 +504,10 @@
|
|
|
516
504
|
"from": "components/VDefaultsProvider",
|
|
517
505
|
"styles": []
|
|
518
506
|
},
|
|
507
|
+
"VForm": {
|
|
508
|
+
"from": "components/VForm",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
519
511
|
"VContainer": {
|
|
520
512
|
"from": "components/VGrid",
|
|
521
513
|
"styles": []
|
|
@@ -532,18 +524,14 @@
|
|
|
532
524
|
"from": "components/VGrid",
|
|
533
525
|
"styles": []
|
|
534
526
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
527
|
+
"VChipGroup": {
|
|
528
|
+
"from": "components/VChipGroup",
|
|
537
529
|
"styles": []
|
|
538
530
|
},
|
|
539
531
|
"VHover": {
|
|
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": []
|
|
@@ -552,6 +540,10 @@
|
|
|
552
540
|
"from": "components/VLayout",
|
|
553
541
|
"styles": []
|
|
554
542
|
},
|
|
543
|
+
"VLazy": {
|
|
544
|
+
"from": "components/VLazy",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
555
547
|
"VLocaleProvider": {
|
|
556
548
|
"from": "components/VLocaleProvider",
|
|
557
549
|
"styles": []
|
|
@@ -568,24 +560,20 @@
|
|
|
568
560
|
"from": "components/VRadio",
|
|
569
561
|
"styles": []
|
|
570
562
|
},
|
|
571
|
-
"VResponsive": {
|
|
572
|
-
"from": "components/VResponsive",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
563
|
"VRangeSlider": {
|
|
576
564
|
"from": "components/VRangeSlider",
|
|
577
565
|
"styles": []
|
|
578
566
|
},
|
|
579
|
-
"VSparkline": {
|
|
580
|
-
"from": "components/VSparkline",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
567
|
"VSnackbarQueue": {
|
|
584
568
|
"from": "components/VSnackbarQueue",
|
|
585
569
|
"styles": []
|
|
586
570
|
},
|
|
587
|
-
"
|
|
588
|
-
"from": "components/
|
|
571
|
+
"VSparkline": {
|
|
572
|
+
"from": "components/VSparkline",
|
|
573
|
+
"styles": []
|
|
574
|
+
},
|
|
575
|
+
"VResponsive": {
|
|
576
|
+
"from": "components/VResponsive",
|
|
589
577
|
"styles": []
|
|
590
578
|
},
|
|
591
579
|
"VThemeProvider": {
|
|
@@ -600,6 +588,14 @@
|
|
|
600
588
|
"from": "components/VVirtualScroll",
|
|
601
589
|
"styles": []
|
|
602
590
|
},
|
|
591
|
+
"VSpeedDial": {
|
|
592
|
+
"from": "components/VSpeedDial",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
|
+
"VSnackbar": {
|
|
596
|
+
"from": "components/VSnackbar",
|
|
597
|
+
"styles": []
|
|
598
|
+
},
|
|
603
599
|
"VFabTransition": {
|
|
604
600
|
"from": "components/transitions",
|
|
605
601
|
"styles": []
|
|
@@ -663,6 +659,10 @@
|
|
|
663
659
|
"VDialogTransition": {
|
|
664
660
|
"from": "components/transitions",
|
|
665
661
|
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VProgressCircular": {
|
|
664
|
+
"from": "components/VProgressCircular",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1447,6 +1447,8 @@
|
|
|
1447
1447
|
"attributes": [
|
|
1448
1448
|
"active",
|
|
1449
1449
|
"allowed-dates",
|
|
1450
|
+
"allowed-months",
|
|
1451
|
+
"allowed-years",
|
|
1450
1452
|
"append-icon",
|
|
1451
1453
|
"append-inner-icon",
|
|
1452
1454
|
"autofocus",
|
|
@@ -1552,6 +1554,8 @@
|
|
|
1552
1554
|
"attributes": [
|
|
1553
1555
|
"active",
|
|
1554
1556
|
"allowed-dates",
|
|
1557
|
+
"allowed-months",
|
|
1558
|
+
"allowed-years",
|
|
1555
1559
|
"bg-color",
|
|
1556
1560
|
"border",
|
|
1557
1561
|
"color",
|
|
@@ -1644,6 +1648,7 @@
|
|
|
1644
1648
|
},
|
|
1645
1649
|
"VDatePickerMonths": {
|
|
1646
1650
|
"attributes": [
|
|
1651
|
+
"allowed-months",
|
|
1647
1652
|
"color",
|
|
1648
1653
|
"height",
|
|
1649
1654
|
"max",
|
|
@@ -1655,6 +1660,7 @@
|
|
|
1655
1660
|
},
|
|
1656
1661
|
"VDatePickerYears": {
|
|
1657
1662
|
"attributes": [
|
|
1663
|
+
"allowed-years",
|
|
1658
1664
|
"color",
|
|
1659
1665
|
"height",
|
|
1660
1666
|
"max",
|