vuetify 3.4.10 → 3.4.11
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 +5 -5
- package/dist/json/importMap.json +154 -154
- package/dist/json/web-types.json +2511 -2489
- package/dist/vuetify-labs.css +2293 -2287
- package/dist/vuetify-labs.d.ts +1116 -15
- package/dist/vuetify-labs.esm.js +166 -157
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +166 -157
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +548 -542
- package/dist/vuetify.d.ts +1162 -61
- package/dist/vuetify.esm.js +166 -157
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -157
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +755 -758
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +21 -5
- package/lib/components/VCarousel/index.d.mts +5 -5
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +6 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.css +9 -4
- package/lib/components/VDataTable/VDataTableFooter.sass +9 -4
- package/lib/components/VDataTable/_variables.scss +5 -0
- package/lib/components/VDataTable/composables/paginate.mjs +6 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +6 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -0
- package/lib/components/VList/VListItem.sass +1 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VOverlay/locationStrategies.mjs +1 -3
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -10
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +4 -3
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +6 -6
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1102 -3
- package/lib/components/VWindow/VWindow.mjs +2 -2
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +1 -1
- package/lib/components/index.d.mts +1116 -15
- package/lib/composables/calendar.mjs +1 -1
- package/lib/composables/calendar.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -2
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +4 -4
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/locale.mjs +46 -2
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/locale/index.d.mts +1 -45
- package/lib/locale/index.mjs +0 -43
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/sk.mjs +22 -22
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_utilities.scss +1 -0
- package/lib/util/helpers.mjs +1 -43
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -2
- package/lib/components/VDatePicker/utils.mjs +0 -69
- package/lib/components/VDatePicker/utils.mjs.map +0 -1
- package/lib/util/dateTimeUtils.mjs +0 -115
- package/lib/util/dateTimeUtils.mjs.map +0 -1
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"description": "Property on supplied `items` that contains its value."
|
|
501
501
|
},
|
|
502
502
|
"v-autocomplete/item-children": {
|
|
503
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
503
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
504
504
|
"description": "Property on supplied `items` that contains its children."
|
|
505
505
|
},
|
|
506
506
|
"v-autocomplete/item-props": {
|
|
@@ -2828,7 +2828,7 @@
|
|
|
2828
2828
|
"description": "Property on supplied `items` that contains its value."
|
|
2829
2829
|
},
|
|
2830
2830
|
"v-combobox/item-children": {
|
|
2831
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2831
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2832
2832
|
"description": "Property on supplied `items` that contains its children."
|
|
2833
2833
|
},
|
|
2834
2834
|
"v-combobox/item-props": {
|
|
@@ -3064,11 +3064,11 @@
|
|
|
3064
3064
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3065
3065
|
},
|
|
3066
3066
|
"v-data-iterator/item-value": {
|
|
3067
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3067
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3068
3068
|
"description": "Property on supplied `items` that contains its value."
|
|
3069
3069
|
},
|
|
3070
3070
|
"v-data-iterator/item-selectable": {
|
|
3071
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3071
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3072
3072
|
"description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
|
|
3073
3073
|
},
|
|
3074
3074
|
"v-data-iterator/return-object": {
|
|
@@ -7320,7 +7320,7 @@
|
|
|
7320
7320
|
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
|
|
7321
7321
|
},
|
|
7322
7322
|
"v-select/item-children": {
|
|
7323
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
7323
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
7324
7324
|
"description": "Property on supplied `items` that contains its children."
|
|
7325
7325
|
},
|
|
7326
7326
|
"v-select/item-props": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -24,8 +20,12 @@
|
|
|
24
20
|
"from": "components/VAlert/index.mjs",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
23
|
+
"VAutocomplete": {
|
|
24
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VApp": {
|
|
28
|
+
"from": "components/VApp/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VBanner": {
|
|
@@ -40,16 +40,24 @@
|
|
|
40
40
|
"from": "components/VBanner/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VAvatar": {
|
|
44
|
+
"from": "components/VAvatar/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBadge": {
|
|
48
|
+
"from": "components/VBadge/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
43
51
|
"VBottomNavigation": {
|
|
44
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
45
53
|
"styles": []
|
|
46
54
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
55
|
+
"VBtnGroup": {
|
|
56
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
49
57
|
"styles": []
|
|
50
58
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
59
|
+
"VBottomSheet": {
|
|
60
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
63
|
"VBreadcrumbs": {
|
|
@@ -72,26 +80,6 @@
|
|
|
72
80
|
"from": "components/VBtnToggle/index.mjs",
|
|
73
81
|
"styles": []
|
|
74
82
|
},
|
|
75
|
-
"VBottomSheet": {
|
|
76
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VBtnGroup": {
|
|
88
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VChipGroup": {
|
|
92
|
-
"from": "components/VChipGroup/index.mjs",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
83
|
"VCard": {
|
|
96
84
|
"from": "components/VCard/index.mjs",
|
|
97
85
|
"styles": []
|
|
@@ -124,50 +112,34 @@
|
|
|
124
112
|
"from": "components/VCheckbox/index.mjs",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCode": {
|
|
132
|
-
"from": "components/VCode/index.mjs",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VColorPicker": {
|
|
136
|
-
"from": "components/VColorPicker/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VDataTable": {
|
|
140
|
-
"from": "components/VDataTable/index.mjs",
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
141
117
|
"styles": []
|
|
142
118
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
145
121
|
"styles": []
|
|
146
122
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
149
125
|
"styles": []
|
|
150
126
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip/index.mjs",
|
|
153
129
|
"styles": []
|
|
154
130
|
},
|
|
155
|
-
"
|
|
156
|
-
"from": "components/
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
|
157
133
|
"styles": []
|
|
158
134
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
161
137
|
"styles": []
|
|
162
138
|
},
|
|
163
139
|
"VCombobox": {
|
|
164
140
|
"from": "components/VCombobox/index.mjs",
|
|
165
141
|
"styles": []
|
|
166
142
|
},
|
|
167
|
-
"VCounter": {
|
|
168
|
-
"from": "components/VCounter/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
143
|
"VDatePicker": {
|
|
172
144
|
"from": "components/VDatePicker/index.mjs",
|
|
173
145
|
"styles": []
|
|
@@ -192,28 +164,40 @@
|
|
|
192
164
|
"from": "components/VDatePicker/index.mjs",
|
|
193
165
|
"styles": []
|
|
194
166
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter/index.mjs",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VDataTable": {
|
|
172
|
+
"from": "components/VDataTable/index.mjs",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
175
|
+
"VDataTableFooter": {
|
|
176
|
+
"from": "components/VDataTable/index.mjs",
|
|
205
177
|
"styles": []
|
|
206
178
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
179
|
+
"VDataTableRows": {
|
|
180
|
+
"from": "components/VDataTable/index.mjs",
|
|
209
181
|
"styles": []
|
|
210
182
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
183
|
+
"VDataTableRow": {
|
|
184
|
+
"from": "components/VDataTable/index.mjs",
|
|
213
185
|
"styles": []
|
|
214
186
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
187
|
+
"VDataTableVirtual": {
|
|
188
|
+
"from": "components/VDataTable/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDataTableServer": {
|
|
192
|
+
"from": "components/VDataTable/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog/index.mjs",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDivider": {
|
|
200
|
+
"from": "components/VDivider/index.mjs",
|
|
217
201
|
"styles": []
|
|
218
202
|
},
|
|
219
203
|
"VExpansionPanels": {
|
|
@@ -232,6 +216,26 @@
|
|
|
232
216
|
"from": "components/VExpansionPanel/index.mjs",
|
|
233
217
|
"styles": []
|
|
234
218
|
},
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFooter": {
|
|
228
|
+
"from": "components/VFooter/index.mjs",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VImg": {
|
|
232
|
+
"from": "components/VImg/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput/index.mjs",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
235
239
|
"VIcon": {
|
|
236
240
|
"from": "components/VIcon/index.mjs",
|
|
237
241
|
"styles": []
|
|
@@ -252,24 +256,12 @@
|
|
|
252
256
|
"from": "components/VIcon/index.mjs",
|
|
253
257
|
"styles": []
|
|
254
258
|
},
|
|
255
|
-
"VImg": {
|
|
256
|
-
"from": "components/VImg/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VKbd": {
|
|
260
|
-
"from": "components/VKbd/index.mjs",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
|
-
"VInfiniteScroll": {
|
|
264
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
259
|
"VInput": {
|
|
268
260
|
"from": "components/VInput/index.mjs",
|
|
269
261
|
"styles": []
|
|
270
262
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
263
|
+
"VInfiniteScroll": {
|
|
264
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
273
265
|
"styles": []
|
|
274
266
|
},
|
|
275
267
|
"VItemGroup": {
|
|
@@ -280,6 +272,10 @@
|
|
|
280
272
|
"from": "components/VItemGroup/index.mjs",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
283
279
|
"VList": {
|
|
284
280
|
"from": "components/VList/index.mjs",
|
|
285
281
|
"styles": []
|
|
@@ -316,70 +312,78 @@
|
|
|
316
312
|
"from": "components/VList/index.mjs",
|
|
317
313
|
"styles": []
|
|
318
314
|
},
|
|
319
|
-
"
|
|
320
|
-
"from": "components/
|
|
315
|
+
"VLabel": {
|
|
316
|
+
"from": "components/VLabel/index.mjs",
|
|
321
317
|
"styles": []
|
|
322
318
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
319
|
+
"VMenu": {
|
|
320
|
+
"from": "components/VMenu/index.mjs",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
323
|
"VMain": {
|
|
328
324
|
"from": "components/VMain/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VMessages": {
|
|
328
|
+
"from": "components/VMessages/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
331
|
"VNavigationDrawer": {
|
|
332
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
+
"VOverlay": {
|
|
336
|
+
"from": "components/VOverlay/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
335
339
|
"VOtpInput": {
|
|
336
340
|
"from": "components/VOtpInput/index.mjs",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination/index.mjs",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
347
|
"VProgressCircular": {
|
|
344
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
351
|
+
"VProgressLinear": {
|
|
352
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
355
|
"VRadioGroup": {
|
|
352
356
|
"from": "components/VRadioGroup/index.mjs",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
359
|
+
"VRating": {
|
|
360
|
+
"from": "components/VRating/index.mjs",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
363
|
+
"VSelectionControl": {
|
|
364
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
367
|
"VSelectionControlGroup": {
|
|
364
368
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
365
369
|
"styles": []
|
|
366
370
|
},
|
|
367
|
-
"VRating": {
|
|
368
|
-
"from": "components/VRating/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
371
|
"VSkeletonLoader": {
|
|
372
372
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect/index.mjs",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
379
|
"VSheet": {
|
|
380
380
|
"from": "components/VSheet/index.mjs",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
|
+
"VSlider": {
|
|
384
|
+
"from": "components/VSlider/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
383
387
|
"VSlideGroup": {
|
|
384
388
|
"from": "components/VSlideGroup/index.mjs",
|
|
385
389
|
"styles": []
|
|
@@ -388,22 +392,10 @@
|
|
|
388
392
|
"from": "components/VSlideGroup/index.mjs",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"VSlider": {
|
|
392
|
-
"from": "components/VSlider/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
|
-
"VSwitch": {
|
|
396
|
-
"from": "components/VSwitch/index.mjs",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
395
|
"VSnackbar": {
|
|
400
396
|
"from": "components/VSnackbar/index.mjs",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
|
-
"VSystemBar": {
|
|
404
|
-
"from": "components/VSystemBar/index.mjs",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
399
|
"VStepper": {
|
|
408
400
|
"from": "components/VStepper/index.mjs",
|
|
409
401
|
"styles": []
|
|
@@ -428,16 +420,20 @@
|
|
|
428
420
|
"from": "components/VStepper/index.mjs",
|
|
429
421
|
"styles": []
|
|
430
422
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
423
|
+
"VSystemBar": {
|
|
424
|
+
"from": "components/VSystemBar/index.mjs",
|
|
433
425
|
"styles": []
|
|
434
426
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
427
|
+
"VTable": {
|
|
428
|
+
"from": "components/VTable/index.mjs",
|
|
437
429
|
"styles": []
|
|
438
430
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch/index.mjs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VTextarea": {
|
|
436
|
+
"from": "components/VTextarea/index.mjs",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
439
|
"VTabs": {
|
|
@@ -448,22 +444,6 @@
|
|
|
448
444
|
"from": "components/VTabs/index.mjs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
451
|
-
"VTable": {
|
|
452
|
-
"from": "components/VTable/index.mjs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VToolbar": {
|
|
456
|
-
"from": "components/VToolbar/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VToolbarTitle": {
|
|
460
|
-
"from": "components/VToolbar/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VToolbarItems": {
|
|
464
|
-
"from": "components/VToolbar/index.mjs",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
447
|
"VTextField": {
|
|
468
448
|
"from": "components/VTextField/index.mjs",
|
|
469
449
|
"styles": []
|
|
@@ -472,6 +452,14 @@
|
|
|
472
452
|
"from": "components/VTooltip/index.mjs",
|
|
473
453
|
"styles": []
|
|
474
454
|
},
|
|
455
|
+
"VTimeline": {
|
|
456
|
+
"from": "components/VTimeline/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VTimelineItem": {
|
|
460
|
+
"from": "components/VTimeline/index.mjs",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
475
463
|
"VWindow": {
|
|
476
464
|
"from": "components/VWindow/index.mjs",
|
|
477
465
|
"styles": []
|
|
@@ -480,6 +468,18 @@
|
|
|
480
468
|
"from": "components/VWindow/index.mjs",
|
|
481
469
|
"styles": []
|
|
482
470
|
},
|
|
471
|
+
"VToolbar": {
|
|
472
|
+
"from": "components/VToolbar/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VToolbarTitle": {
|
|
476
|
+
"from": "components/VToolbar/index.mjs",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VToolbarItems": {
|
|
480
|
+
"from": "components/VToolbar/index.mjs",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
483
|
"VDataIterator": {
|
|
484
484
|
"from": "components/VDataIterator/index.mjs",
|
|
485
485
|
"styles": []
|
|
@@ -488,6 +488,14 @@
|
|
|
488
488
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
489
489
|
"styles": []
|
|
490
490
|
},
|
|
491
|
+
"VForm": {
|
|
492
|
+
"from": "components/VForm/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VHover": {
|
|
496
|
+
"from": "components/VHover/index.mjs",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
491
499
|
"VContainer": {
|
|
492
500
|
"from": "components/VGrid/index.mjs",
|
|
493
501
|
"styles": []
|
|
@@ -504,12 +512,8 @@
|
|
|
504
512
|
"from": "components/VGrid/index.mjs",
|
|
505
513
|
"styles": []
|
|
506
514
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
|
-
"VHover": {
|
|
512
|
-
"from": "components/VHover/index.mjs",
|
|
515
|
+
"VLazy": {
|
|
516
|
+
"from": "components/VLazy/index.mjs",
|
|
513
517
|
"styles": []
|
|
514
518
|
},
|
|
515
519
|
"VLayout": {
|
|
@@ -520,10 +524,6 @@
|
|
|
520
524
|
"from": "components/VLayout/index.mjs",
|
|
521
525
|
"styles": []
|
|
522
526
|
},
|
|
523
|
-
"VLazy": {
|
|
524
|
-
"from": "components/VLazy/index.mjs",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
527
|
"VLocaleProvider": {
|
|
528
528
|
"from": "components/VLocaleProvider/index.mjs",
|
|
529
529
|
"styles": []
|
|
@@ -536,18 +536,22 @@
|
|
|
536
536
|
"from": "components/VParallax/index.mjs",
|
|
537
537
|
"styles": []
|
|
538
538
|
},
|
|
539
|
-
"VRadio": {
|
|
540
|
-
"from": "components/VRadio/index.mjs",
|
|
541
|
-
"styles": []
|
|
542
|
-
},
|
|
543
539
|
"VRangeSlider": {
|
|
544
540
|
"from": "components/VRangeSlider/index.mjs",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VRadio": {
|
|
544
|
+
"from": "components/VRadio/index.mjs",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VResponsive": {
|
|
548
548
|
"from": "components/VResponsive/index.mjs",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VThemeProvider": {
|
|
552
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VValidation": {
|
|
552
556
|
"from": "components/VValidation/index.mjs",
|
|
553
557
|
"styles": []
|
|
@@ -556,10 +560,6 @@
|
|
|
556
560
|
"from": "components/VVirtualScroll/index.mjs",
|
|
557
561
|
"styles": []
|
|
558
562
|
},
|
|
559
|
-
"VThemeProvider": {
|
|
560
|
-
"from": "components/VThemeProvider/index.mjs",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
563
|
"VFabTransition": {
|
|
564
564
|
"from": "components/transitions/index.mjs",
|
|
565
565
|
"styles": []
|