vuetify 3.4.7 → 3.4.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.
Files changed (39) hide show
  1. package/dist/json/attributes.json +48 -40
  2. package/dist/json/importMap.json +102 -102
  3. package/dist/json/tags.json +2 -0
  4. package/dist/json/web-types.json +77 -59
  5. package/dist/vuetify-labs.css +2792 -2789
  6. package/dist/vuetify-labs.d.ts +42 -30
  7. package/dist/vuetify-labs.esm.js +131 -101
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +131 -101
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1022 -1019
  12. package/dist/vuetify.d.ts +73 -61
  13. package/dist/vuetify.esm.js +131 -101
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +131 -101
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +126 -124
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  21. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  22. package/lib/components/VDatePicker/VDatePickerMonth.mjs +11 -98
  23. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  24. package/lib/components/VDatePicker/index.d.mts +42 -30
  25. package/lib/components/VOtpInput/VOtpInput.css +3 -0
  26. package/lib/components/VOtpInput/VOtpInput.mjs +1 -0
  27. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  28. package/lib/components/VOtpInput/VOtpInput.sass +3 -0
  29. package/lib/components/VOverlay/VOverlay.mjs +11 -6
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/index.d.mts +42 -30
  32. package/lib/composables/calendar.mjs +113 -0
  33. package/lib/composables/calendar.mjs.map +1 -0
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +31 -31
  37. package/lib/locale/cs.mjs +19 -19
  38. package/lib/locale/cs.mjs.map +1 -1
  39. package/package.json +2 -2
@@ -237,7 +237,7 @@
237
237
  },
238
238
  "v-app-bar-nav-icon/slim": {
239
239
  "type": "boolean\n",
240
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))"
240
+ "description": "Reduces padding to 0 8px."
241
241
  },
242
242
  "v-app-bar-nav-icon/stacked": {
243
243
  "type": "boolean\n",
@@ -1253,7 +1253,7 @@
1253
1253
  },
1254
1254
  "v-btn/slim": {
1255
1255
  "type": "boolean\n",
1256
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))"
1256
+ "description": "Reduces padding to 0 8px."
1257
1257
  },
1258
1258
  "v-btn/stacked": {
1259
1259
  "type": "boolean\n",
@@ -3573,15 +3573,11 @@
3573
3573
  },
3574
3574
  "v-date-picker/month": {
3575
3575
  "type": "string | number\n",
3576
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3576
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3577
3577
  },
3578
3578
  "v-date-picker/year": {
3579
3579
  "type": "string | number\n",
3580
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3581
- },
3582
- "v-date-picker/allowed-dates": {
3583
- "type": "Function | unknown[]\n",
3584
- "description": "Restricts which dates can be selected."
3580
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3585
3581
  },
3586
3582
  "v-date-picker/color": {
3587
3583
  "type": "string\n",
@@ -3595,13 +3591,25 @@
3595
3591
  "type": "boolean\n",
3596
3592
  "description": "Allow the selection of multiple dates."
3597
3593
  },
3594
+ "v-date-picker/show-week": {
3595
+ "type": "boolean\n",
3596
+ "description": "Toggles visibility of the week numbers in the body of the calendar."
3597
+ },
3598
+ "v-date-picker/allowed-dates": {
3599
+ "type": "Function | unknown[]\n",
3600
+ "description": "Restricts which dates can be selected."
3601
+ },
3598
3602
  "v-date-picker/show-adjacent-months": {
3599
3603
  "type": "boolean\n",
3600
3604
  "description": "Toggles visibility of days from previous and next months."
3601
3605
  },
3602
- "v-date-picker/show-week": {
3603
- "type": "boolean\n",
3604
- "description": "Toggles visibility of the week numbers in the body of the calendar."
3606
+ "v-date-picker/display-value": {
3607
+ "type": "unknown\n",
3608
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3609
+ },
3610
+ "v-date-picker/model-value": {
3611
+ "type": "unknown\n",
3612
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3605
3613
  },
3606
3614
  "v-date-picker/max": {
3607
3615
  "type": "unknown\n",
@@ -3611,10 +3619,6 @@
3611
3619
  "type": "unknown\n",
3612
3620
  "description": "Minimum allowed date/month (ISO 8601 format)."
3613
3621
  },
3614
- "v-date-picker/model-value": {
3615
- "type": "unknown\n",
3616
- "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3617
- },
3618
3622
  "v-date-picker/height": {
3619
3623
  "type": "string | number\n",
3620
3624
  "description": "Sets the height for the component."
@@ -3723,22 +3727,10 @@
3723
3727
  "type": "string\n",
3724
3728
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerHeader.json))"
3725
3729
  },
3726
- "v-date-picker-month/allowed-dates": {
3727
- "type": "Function | unknown[]\n",
3728
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3729
- },
3730
- "v-date-picker-month/disabled": {
3731
- "type": "boolean\n",
3732
- "description": "Removes the ability to click or target the component."
3733
- },
3734
3730
  "v-date-picker-month/color": {
3735
3731
  "type": "string\n",
3736
3732
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
3737
3733
  },
3738
- "v-date-picker-month/month": {
3739
- "type": "string | number\n",
3740
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3741
- },
3742
3734
  "v-date-picker-month/hide-weekdays": {
3743
3735
  "type": "boolean\n",
3744
3736
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
@@ -3747,30 +3739,46 @@
3747
3739
  "type": "boolean\n",
3748
3740
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3749
3741
  },
3750
- "v-date-picker-month/show-adjacent-months": {
3742
+ "v-date-picker-month/show-week": {
3751
3743
  "type": "boolean\n",
3752
3744
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3753
3745
  },
3754
- "v-date-picker-month/show-week": {
3746
+ "v-date-picker-month/allowed-dates": {
3747
+ "type": "Function | unknown[]\n",
3748
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3749
+ },
3750
+ "v-date-picker-month/disabled": {
3755
3751
  "type": "boolean\n",
3756
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3752
+ "description": "Removes the ability to click or target the component."
3757
3753
  },
3758
- "v-date-picker-month/year": {
3754
+ "v-date-picker-month/month": {
3759
3755
  "type": "string | number\n",
3760
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3756
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3761
3757
  },
3762
- "v-date-picker-month/max": {
3763
- "type": "unknown\n",
3764
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3758
+ "v-date-picker-month/show-adjacent-months": {
3759
+ "type": "boolean\n",
3760
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3765
3761
  },
3766
- "v-date-picker-month/min": {
3762
+ "v-date-picker-month/year": {
3763
+ "type": "string | number\n",
3764
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3765
+ },
3766
+ "v-date-picker-month/display-value": {
3767
3767
  "type": "unknown\n",
3768
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
3768
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3769
3769
  },
3770
3770
  "v-date-picker-month/model-value": {
3771
3771
  "type": "unknown[]\n",
3772
3772
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
3773
3773
  },
3774
+ "v-date-picker-month/max": {
3775
+ "type": "unknown\n",
3776
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3777
+ },
3778
+ "v-date-picker-month/min": {
3779
+ "type": "unknown\n",
3780
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
3781
+ },
3774
3782
  "v-date-picker-months/color": {
3775
3783
  "type": "string\n",
3776
3784
  "description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
@@ -5061,7 +5069,7 @@
5061
5069
  },
5062
5070
  "v-list/slim": {
5063
5071
  "type": "boolean\n",
5064
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
5072
+ "description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
5065
5073
  },
5066
5074
  "v-list/nav": {
5067
5075
  "type": "boolean\n",
@@ -8473,7 +8481,7 @@
8473
8481
  },
8474
8482
  "v-tab/slim": {
8475
8483
  "type": "boolean\n",
8476
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VBtn.json))"
8484
+ "description": "Reduces padding to 0 8px."
8477
8485
  },
8478
8486
  "v-tab/stacked": {
8479
8487
  "type": "boolean\n",
@@ -8961,7 +8969,7 @@
8961
8969
  },
8962
8970
  "v-textarea/max-rows": {
8963
8971
  "type": "string | number\n",
8964
- "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTextarea.json))"
8972
+ "description": "Specifies the maximum number of row count"
8965
8973
  },
8966
8974
  "v-textarea/suffix": {
8967
8975
  "type": "string\n",
@@ -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": []
@@ -16,8 +12,8 @@
16
12
  "from": "components/VAppBar/index.mjs",
17
13
  "styles": []
18
14
  },
19
- "VAutocomplete": {
20
- "from": "components/VAutocomplete/index.mjs",
15
+ "VApp": {
16
+ "from": "components/VApp/index.mjs",
21
17
  "styles": []
22
18
  },
23
19
  "VAlert": {
@@ -28,6 +24,10 @@
28
24
  "from": "components/VAlert/index.mjs",
29
25
  "styles": []
30
26
  },
27
+ "VAutocomplete": {
28
+ "from": "components/VAutocomplete/index.mjs",
29
+ "styles": []
30
+ },
31
31
  "VAvatar": {
32
32
  "from": "components/VAvatar/index.mjs",
33
33
  "styles": []
@@ -52,10 +52,6 @@
52
52
  "from": "components/VBanner/index.mjs",
53
53
  "styles": []
54
54
  },
55
- "VBottomSheet": {
56
- "from": "components/VBottomSheet/index.mjs",
57
- "styles": []
58
- },
59
55
  "VBreadcrumbs": {
60
56
  "from": "components/VBreadcrumbs/index.mjs",
61
57
  "styles": []
@@ -68,18 +64,30 @@
68
64
  "from": "components/VBreadcrumbs/index.mjs",
69
65
  "styles": []
70
66
  },
67
+ "VBtn": {
68
+ "from": "components/VBtn/index.mjs",
69
+ "styles": []
70
+ },
71
71
  "VBtnGroup": {
72
72
  "from": "components/VBtnGroup/index.mjs",
73
73
  "styles": []
74
74
  },
75
- "VBtn": {
76
- "from": "components/VBtn/index.mjs",
75
+ "VBottomSheet": {
76
+ "from": "components/VBottomSheet/index.mjs",
77
77
  "styles": []
78
78
  },
79
79
  "VBtnToggle": {
80
80
  "from": "components/VBtnToggle/index.mjs",
81
81
  "styles": []
82
82
  },
83
+ "VCarousel": {
84
+ "from": "components/VCarousel/index.mjs",
85
+ "styles": []
86
+ },
87
+ "VCarouselItem": {
88
+ "from": "components/VCarousel/index.mjs",
89
+ "styles": []
90
+ },
83
91
  "VCard": {
84
92
  "from": "components/VCard/index.mjs",
85
93
  "styles": []
@@ -104,12 +112,8 @@
104
112
  "from": "components/VCard/index.mjs",
105
113
  "styles": []
106
114
  },
107
- "VCarousel": {
108
- "from": "components/VCarousel/index.mjs",
109
- "styles": []
110
- },
111
- "VCarouselItem": {
112
- "from": "components/VCarousel/index.mjs",
115
+ "VChip": {
116
+ "from": "components/VChip/index.mjs",
113
117
  "styles": []
114
118
  },
115
119
  "VCheckbox": {
@@ -120,8 +124,8 @@
120
124
  "from": "components/VCheckbox/index.mjs",
121
125
  "styles": []
122
126
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
127
+ "VCode": {
128
+ "from": "components/VCode/index.mjs",
125
129
  "styles": []
126
130
  },
127
131
  "VChipGroup": {
@@ -136,38 +140,10 @@
136
140
  "from": "components/VColorPicker/index.mjs",
137
141
  "styles": []
138
142
  },
139
- "VCode": {
140
- "from": "components/VCode/index.mjs",
141
- "styles": []
142
- },
143
143
  "VCounter": {
144
144
  "from": "components/VCounter/index.mjs",
145
145
  "styles": []
146
146
  },
147
- "VDataTable": {
148
- "from": "components/VDataTable/index.mjs",
149
- "styles": []
150
- },
151
- "VDataTableFooter": {
152
- "from": "components/VDataTable/index.mjs",
153
- "styles": []
154
- },
155
- "VDataTableRows": {
156
- "from": "components/VDataTable/index.mjs",
157
- "styles": []
158
- },
159
- "VDataTableRow": {
160
- "from": "components/VDataTable/index.mjs",
161
- "styles": []
162
- },
163
- "VDataTableVirtual": {
164
- "from": "components/VDataTable/index.mjs",
165
- "styles": []
166
- },
167
- "VDataTableServer": {
168
- "from": "components/VDataTable/index.mjs",
169
- "styles": []
170
- },
171
147
  "VDatePicker": {
172
148
  "from": "components/VDatePicker/index.mjs",
173
149
  "styles": []
@@ -196,6 +172,34 @@
196
172
  "from": "components/VDialog/index.mjs",
197
173
  "styles": []
198
174
  },
175
+ "VDataTable": {
176
+ "from": "components/VDataTable/index.mjs",
177
+ "styles": []
178
+ },
179
+ "VDataTableFooter": {
180
+ "from": "components/VDataTable/index.mjs",
181
+ "styles": []
182
+ },
183
+ "VDataTableRows": {
184
+ "from": "components/VDataTable/index.mjs",
185
+ "styles": []
186
+ },
187
+ "VDataTableRow": {
188
+ "from": "components/VDataTable/index.mjs",
189
+ "styles": []
190
+ },
191
+ "VDataTableVirtual": {
192
+ "from": "components/VDataTable/index.mjs",
193
+ "styles": []
194
+ },
195
+ "VDataTableServer": {
196
+ "from": "components/VDataTable/index.mjs",
197
+ "styles": []
198
+ },
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
201
+ "styles": []
202
+ },
199
203
  "VExpansionPanels": {
200
204
  "from": "components/VExpansionPanel/index.mjs",
201
205
  "styles": []
@@ -212,14 +216,6 @@
212
216
  "from": "components/VExpansionPanel/index.mjs",
213
217
  "styles": []
214
218
  },
215
- "VDivider": {
216
- "from": "components/VDivider/index.mjs",
217
- "styles": []
218
- },
219
- "VFileInput": {
220
- "from": "components/VFileInput/index.mjs",
221
- "styles": []
222
- },
223
219
  "VField": {
224
220
  "from": "components/VField/index.mjs",
225
221
  "styles": []
@@ -252,6 +248,14 @@
252
248
  "from": "components/VIcon/index.mjs",
253
249
  "styles": []
254
250
  },
251
+ "VFileInput": {
252
+ "from": "components/VFileInput/index.mjs",
253
+ "styles": []
254
+ },
255
+ "VInfiniteScroll": {
256
+ "from": "components/VInfiniteScroll/index.mjs",
257
+ "styles": []
258
+ },
255
259
  "VImg": {
256
260
  "from": "components/VImg/index.mjs",
257
261
  "styles": []
@@ -260,8 +264,8 @@
260
264
  "from": "components/VInput/index.mjs",
261
265
  "styles": []
262
266
  },
263
- "VInfiniteScroll": {
264
- "from": "components/VInfiniteScroll/index.mjs",
267
+ "VKbd": {
268
+ "from": "components/VKbd/index.mjs",
265
269
  "styles": []
266
270
  },
267
271
  "VLabel": {
@@ -276,10 +280,6 @@
276
280
  "from": "components/VItemGroup/index.mjs",
277
281
  "styles": []
278
282
  },
279
- "VKbd": {
280
- "from": "components/VKbd/index.mjs",
281
- "styles": []
282
- },
283
283
  "VList": {
284
284
  "from": "components/VList/index.mjs",
285
285
  "styles": []
@@ -324,12 +324,16 @@
324
324
  "from": "components/VMenu/index.mjs",
325
325
  "styles": []
326
326
  },
327
+ "VMessages": {
328
+ "from": "components/VMessages/index.mjs",
329
+ "styles": []
330
+ },
327
331
  "VNavigationDrawer": {
328
332
  "from": "components/VNavigationDrawer/index.mjs",
329
333
  "styles": []
330
334
  },
331
- "VMessages": {
332
- "from": "components/VMessages/index.mjs",
335
+ "VOtpInput": {
336
+ "from": "components/VOtpInput/index.mjs",
333
337
  "styles": []
334
338
  },
335
339
  "VOverlay": {
@@ -340,10 +344,6 @@
340
344
  "from": "components/VPagination/index.mjs",
341
345
  "styles": []
342
346
  },
343
- "VOtpInput": {
344
- "from": "components/VOtpInput/index.mjs",
345
- "styles": []
346
- },
347
347
  "VProgressCircular": {
348
348
  "from": "components/VProgressCircular/index.mjs",
349
349
  "styles": []
@@ -352,18 +352,22 @@
352
352
  "from": "components/VProgressLinear/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup/index.mjs",
357
- "styles": []
358
- },
359
355
  "VRating": {
360
356
  "from": "components/VRating/index.mjs",
361
357
  "styles": []
362
358
  },
359
+ "VRadioGroup": {
360
+ "from": "components/VRadioGroup/index.mjs",
361
+ "styles": []
362
+ },
363
363
  "VSelect": {
364
364
  "from": "components/VSelect/index.mjs",
365
365
  "styles": []
366
366
  },
367
+ "VSelectionControl": {
368
+ "from": "components/VSelectionControl/index.mjs",
369
+ "styles": []
370
+ },
367
371
  "VSelectionControlGroup": {
368
372
  "from": "components/VSelectionControlGroup/index.mjs",
369
373
  "styles": []
@@ -372,8 +376,8 @@
372
376
  "from": "components/VSheet/index.mjs",
373
377
  "styles": []
374
378
  },
375
- "VSelectionControl": {
376
- "from": "components/VSelectionControl/index.mjs",
379
+ "VSkeletonLoader": {
380
+ "from": "components/VSkeletonLoader/index.mjs",
377
381
  "styles": []
378
382
  },
379
383
  "VSlider": {
@@ -388,14 +392,14 @@
388
392
  "from": "components/VSlideGroup/index.mjs",
389
393
  "styles": []
390
394
  },
391
- "VSkeletonLoader": {
392
- "from": "components/VSkeletonLoader/index.mjs",
393
- "styles": []
394
- },
395
395
  "VSnackbar": {
396
396
  "from": "components/VSnackbar/index.mjs",
397
397
  "styles": []
398
398
  },
399
+ "VSwitch": {
400
+ "from": "components/VSwitch/index.mjs",
401
+ "styles": []
402
+ },
399
403
  "VStepper": {
400
404
  "from": "components/VStepper/index.mjs",
401
405
  "styles": []
@@ -420,24 +424,24 @@
420
424
  "from": "components/VStepper/index.mjs",
421
425
  "styles": []
422
426
  },
423
- "VSwitch": {
424
- "from": "components/VSwitch/index.mjs",
427
+ "VTabs": {
428
+ "from": "components/VTabs/index.mjs",
425
429
  "styles": []
426
430
  },
427
- "VTable": {
428
- "from": "components/VTable/index.mjs",
431
+ "VTab": {
432
+ "from": "components/VTabs/index.mjs",
429
433
  "styles": []
430
434
  },
431
435
  "VSystemBar": {
432
436
  "from": "components/VSystemBar/index.mjs",
433
437
  "styles": []
434
438
  },
435
- "VTextarea": {
436
- "from": "components/VTextarea/index.mjs",
439
+ "VTable": {
440
+ "from": "components/VTable/index.mjs",
437
441
  "styles": []
438
442
  },
439
- "VTextField": {
440
- "from": "components/VTextField/index.mjs",
443
+ "VTextarea": {
444
+ "from": "components/VTextarea/index.mjs",
441
445
  "styles": []
442
446
  },
443
447
  "VTimeline": {
@@ -448,8 +452,8 @@
448
452
  "from": "components/VTimeline/index.mjs",
449
453
  "styles": []
450
454
  },
451
- "VTooltip": {
452
- "from": "components/VTooltip/index.mjs",
455
+ "VTextField": {
456
+ "from": "components/VTextField/index.mjs",
453
457
  "styles": []
454
458
  },
455
459
  "VToolbar": {
@@ -464,6 +468,10 @@
464
468
  "from": "components/VToolbar/index.mjs",
465
469
  "styles": []
466
470
  },
471
+ "VTooltip": {
472
+ "from": "components/VTooltip/index.mjs",
473
+ "styles": []
474
+ },
467
475
  "VWindow": {
468
476
  "from": "components/VWindow/index.mjs",
469
477
  "styles": []
@@ -480,10 +488,6 @@
480
488
  "from": "components/VDefaultsProvider/index.mjs",
481
489
  "styles": []
482
490
  },
483
- "VForm": {
484
- "from": "components/VForm/index.mjs",
485
- "styles": []
486
- },
487
491
  "VContainer": {
488
492
  "from": "components/VGrid/index.mjs",
489
493
  "styles": []
@@ -500,6 +504,10 @@
500
504
  "from": "components/VGrid/index.mjs",
501
505
  "styles": []
502
506
  },
507
+ "VForm": {
508
+ "from": "components/VForm/index.mjs",
509
+ "styles": []
510
+ },
503
511
  "VHover": {
504
512
  "from": "components/VHover/index.mjs",
505
513
  "styles": []
@@ -548,10 +556,6 @@
548
556
  "from": "components/VValidation/index.mjs",
549
557
  "styles": []
550
558
  },
551
- "VVirtualScroll": {
552
- "from": "components/VVirtualScroll/index.mjs",
553
- "styles": []
554
- },
555
559
  "VFabTransition": {
556
560
  "from": "components/transitions/index.mjs",
557
561
  "styles": []
@@ -616,12 +620,8 @@
616
620
  "from": "components/transitions/index.mjs",
617
621
  "styles": []
618
622
  },
619
- "VTabs": {
620
- "from": "components/VTabs/index.mjs",
621
- "styles": []
622
- },
623
- "VTab": {
624
- "from": "components/VTabs/index.mjs",
623
+ "VVirtualScroll": {
624
+ "from": "components/VVirtualScroll/index.mjs",
625
625
  "styles": []
626
626
  }
627
627
  },
@@ -1129,6 +1129,7 @@
1129
1129
  "border",
1130
1130
  "color",
1131
1131
  "disabled",
1132
+ "display-value",
1132
1133
  "elevation",
1133
1134
  "header",
1134
1135
  "height",
@@ -1188,6 +1189,7 @@
1188
1189
  "allowed-dates",
1189
1190
  "color",
1190
1191
  "disabled",
1192
+ "display-value",
1191
1193
  "hide-weekdays",
1192
1194
  "max",
1193
1195
  "min",