@vuetify/nightly 3.5.1-master.2024-01-21 → 3.5.1-master.2024-01-23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -2
- package/dist/json/attributes.json +1 -9
- package/dist/json/importMap.json +122 -122
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +2 -22
- package/dist/vuetify-labs.css +1375 -1375
- package/dist/vuetify-labs.d.ts +0 -18
- package/dist/vuetify-labs.esm.js +5 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +428 -428
- package/dist/vuetify.d.ts +35 -53
- package/dist/vuetify.esm.js +5 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +0 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +0 -18
- package/lib/components/index.d.mts +0 -18
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +35 -35
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.1-master.2024-01-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.1-master.2024-01-23...v) (2024-01-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.1-master.2024-01-
|
|
5
|
+
## [3.5.1-master.2024-01-23](https://github.com/vuetifyjs/vuetify/compare/v3.5.1...v3.5.1-master.2024-01-23) (2024-01-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **VColorPicker:** parse partial input in the current mode ([8c01536](https://github.com/vuetifyjs/vuetify/commit/8c01536fcd05e355cb1e92151de9ad882e7a52ab)), closes [#18977](https://github.com/vuetifyjs/vuetify/issues/18977)
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
|
|
@@ -3903,10 +3903,6 @@
|
|
|
3903
3903
|
"type": "boolean\n",
|
|
3904
3904
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3905
3905
|
},
|
|
3906
|
-
"v-date-picker/range": {
|
|
3907
|
-
"type": "boolean\n",
|
|
3908
|
-
"description": "Allow the selection of date range."
|
|
3909
|
-
},
|
|
3910
3906
|
"v-date-picker/show-week": {
|
|
3911
3907
|
"type": "boolean\n",
|
|
3912
3908
|
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
@@ -3941,7 +3937,7 @@
|
|
|
3941
3937
|
},
|
|
3942
3938
|
"v-date-picker/multiple": {
|
|
3943
3939
|
"type": "boolean\n",
|
|
3944
|
-
"description": "Allow the selection of multiple dates."
|
|
3940
|
+
"description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
|
|
3945
3941
|
},
|
|
3946
3942
|
"v-date-picker/height": {
|
|
3947
3943
|
"type": "string | number\n",
|
|
@@ -4059,10 +4055,6 @@
|
|
|
4059
4055
|
"type": "boolean\n",
|
|
4060
4056
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4061
4057
|
},
|
|
4062
|
-
"v-date-picker-month/range": {
|
|
4063
|
-
"type": "boolean\n",
|
|
4064
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4065
|
-
},
|
|
4066
4058
|
"v-date-picker-month/show-week": {
|
|
4067
4059
|
"type": "boolean\n",
|
|
4068
4060
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
package/dist/json/importMap.json
CHANGED
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"from": "components/VAvatar/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VAutocomplete": {
|
|
32
36
|
"from": "components/VAutocomplete/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -44,24 +48,16 @@
|
|
|
44
48
|
"from": "components/VBanner/index.mjs",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBtn": {
|
|
52
|
-
"from": "components/VBtn/index.mjs",
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
55
|
"VBottomSheet": {
|
|
56
56
|
"from": "components/VBottomSheet/index.mjs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBtnGroup": {
|
|
64
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
59
|
+
"VBtn": {
|
|
60
|
+
"from": "components/VBtn/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
63
|
"VBreadcrumbs": {
|
|
@@ -76,14 +72,6 @@
|
|
|
76
72
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
75
|
"VCard": {
|
|
88
76
|
"from": "components/VCard/index.mjs",
|
|
89
77
|
"styles": []
|
|
@@ -108,14 +96,26 @@
|
|
|
108
96
|
"from": "components/VCard/index.mjs",
|
|
109
97
|
"styles": []
|
|
110
98
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
99
|
+
"VBtnGroup": {
|
|
100
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VCarousel": {
|
|
104
|
+
"from": "components/VCarousel/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarouselItem": {
|
|
108
|
+
"from": "components/VCarousel/index.mjs",
|
|
113
109
|
"styles": []
|
|
114
110
|
},
|
|
115
111
|
"VBtnToggle": {
|
|
116
112
|
"from": "components/VBtnToggle/index.mjs",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup/index.mjs",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
119
|
"VCheckbox": {
|
|
120
120
|
"from": "components/VCheckbox/index.mjs",
|
|
121
121
|
"styles": []
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"from": "components/VCheckbox/index.mjs",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"VCode": {
|
|
128
|
-
"from": "components/VCode/index.mjs",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
127
|
"VChip": {
|
|
132
128
|
"from": "components/VChip/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
135
|
"VCombobox": {
|
|
136
136
|
"from": "components/VCombobox/index.mjs",
|
|
137
137
|
"styles": []
|
|
@@ -140,8 +140,36 @@
|
|
|
140
140
|
"from": "components/VCounter/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VCode": {
|
|
144
|
+
"from": "components/VCode/index.mjs",
|
|
145
|
+
"styles": []
|
|
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
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog/index.mjs",
|
|
145
173
|
"styles": []
|
|
146
174
|
},
|
|
147
175
|
"VDatePicker": {
|
|
@@ -168,28 +196,8 @@
|
|
|
168
196
|
"from": "components/VDatePicker/index.mjs",
|
|
169
197
|
"styles": []
|
|
170
198
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDataTableFooter": {
|
|
176
|
-
"from": "components/VDataTable/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableRows": {
|
|
180
|
-
"from": "components/VDataTable/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableRow": {
|
|
184
|
-
"from": "components/VDataTable/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDataTableVirtual": {
|
|
188
|
-
"from": "components/VDataTable/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDataTableServer": {
|
|
192
|
-
"from": "components/VDataTable/index.mjs",
|
|
199
|
+
"VDivider": {
|
|
200
|
+
"from": "components/VDivider/index.mjs",
|
|
193
201
|
"styles": []
|
|
194
202
|
},
|
|
195
203
|
"VField": {
|
|
@@ -200,10 +208,6 @@
|
|
|
200
208
|
"from": "components/VField/index.mjs",
|
|
201
209
|
"styles": []
|
|
202
210
|
},
|
|
203
|
-
"VDialog": {
|
|
204
|
-
"from": "components/VDialog/index.mjs",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
211
|
"VExpansionPanels": {
|
|
208
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
209
213
|
"styles": []
|
|
@@ -220,18 +224,10 @@
|
|
|
220
224
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
|
-
"VDivider": {
|
|
224
|
-
"from": "components/VDivider/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
227
|
"VFileInput": {
|
|
228
228
|
"from": "components/VFileInput/index.mjs",
|
|
229
229
|
"styles": []
|
|
230
230
|
},
|
|
231
|
-
"VImg": {
|
|
232
|
-
"from": "components/VImg/index.mjs",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
231
|
"VFooter": {
|
|
236
232
|
"from": "components/VFooter/index.mjs",
|
|
237
233
|
"styles": []
|
|
@@ -256,6 +252,10 @@
|
|
|
256
252
|
"from": "components/VIcon/index.mjs",
|
|
257
253
|
"styles": []
|
|
258
254
|
},
|
|
255
|
+
"VImg": {
|
|
256
|
+
"from": "components/VImg/index.mjs",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
259
259
|
"VInput": {
|
|
260
260
|
"from": "components/VInput/index.mjs",
|
|
261
261
|
"styles": []
|
|
@@ -280,6 +280,18 @@
|
|
|
280
280
|
"from": "components/VKbd/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
+
"VMain": {
|
|
284
|
+
"from": "components/VMain/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VMenu": {
|
|
288
|
+
"from": "components/VMenu/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VMessages": {
|
|
292
|
+
"from": "components/VMessages/index.mjs",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
283
295
|
"VList": {
|
|
284
296
|
"from": "components/VList/index.mjs",
|
|
285
297
|
"styles": []
|
|
@@ -316,70 +328,62 @@
|
|
|
316
328
|
"from": "components/VList/index.mjs",
|
|
317
329
|
"styles": []
|
|
318
330
|
},
|
|
319
|
-
"VMenu": {
|
|
320
|
-
"from": "components/VMenu/index.mjs",
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
331
|
"VNavigationDrawer": {
|
|
324
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
325
333
|
"styles": []
|
|
326
334
|
},
|
|
327
|
-
"VMain": {
|
|
328
|
-
"from": "components/VMain/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
335
|
"VOtpInput": {
|
|
332
336
|
"from": "components/VOtpInput/index.mjs",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
337
|
-
"styles": []
|
|
338
|
-
},
|
|
339
|
-
"VMessages": {
|
|
340
|
-
"from": "components/VMessages/index.mjs",
|
|
339
|
+
"VProgressCircular": {
|
|
340
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VPagination": {
|
|
344
344
|
"from": "components/VPagination/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
351
|
"VRating": {
|
|
352
352
|
"from": "components/VRating/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"VRadioGroup": {
|
|
356
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
355
|
"VProgressLinear": {
|
|
360
356
|
"from": "components/VProgressLinear/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VSelectionControlGroup": {
|
|
364
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VSelect": {
|
|
368
368
|
"from": "components/VSelect/index.mjs",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
375
|
+
"VSkeletonLoader": {
|
|
376
|
+
"from": "components/VSkeletonLoader/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": []
|
|
@@ -412,38 +416,50 @@
|
|
|
412
416
|
"from": "components/VStepper/index.mjs",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
419
|
+
"VSwitch": {
|
|
420
|
+
"from": "components/VSwitch/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
415
423
|
"VSnackbar": {
|
|
416
424
|
"from": "components/VSnackbar/index.mjs",
|
|
417
425
|
"styles": []
|
|
418
426
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
427
|
+
"VTabs": {
|
|
428
|
+
"from": "components/VTabs/index.mjs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTab": {
|
|
432
|
+
"from": "components/VTabs/index.mjs",
|
|
421
433
|
"styles": []
|
|
422
434
|
},
|
|
423
435
|
"VSystemBar": {
|
|
424
436
|
"from": "components/VSystemBar/index.mjs",
|
|
425
437
|
"styles": []
|
|
426
438
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
439
|
+
"VTextarea": {
|
|
440
|
+
"from": "components/VTextarea/index.mjs",
|
|
429
441
|
"styles": []
|
|
430
442
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
443
|
+
"VTable": {
|
|
444
|
+
"from": "components/VTable/index.mjs",
|
|
433
445
|
"styles": []
|
|
434
446
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
447
|
+
"VTimeline": {
|
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
|
437
449
|
"styles": []
|
|
438
450
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
451
|
+
"VTimelineItem": {
|
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
|
441
453
|
"styles": []
|
|
442
454
|
},
|
|
443
455
|
"VTextField": {
|
|
444
456
|
"from": "components/VTextField/index.mjs",
|
|
445
457
|
"styles": []
|
|
446
458
|
},
|
|
459
|
+
"VTooltip": {
|
|
460
|
+
"from": "components/VTooltip/index.mjs",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
447
463
|
"VToolbar": {
|
|
448
464
|
"from": "components/VToolbar/index.mjs",
|
|
449
465
|
"styles": []
|
|
@@ -456,22 +472,6 @@
|
|
|
456
472
|
"from": "components/VToolbar/index.mjs",
|
|
457
473
|
"styles": []
|
|
458
474
|
},
|
|
459
|
-
"VTooltip": {
|
|
460
|
-
"from": "components/VTooltip/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTextarea": {
|
|
464
|
-
"from": "components/VTextarea/index.mjs",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTimeline": {
|
|
468
|
-
"from": "components/VTimeline/index.mjs",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTimelineItem": {
|
|
472
|
-
"from": "components/VTimeline/index.mjs",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
475
|
"VWindow": {
|
|
476
476
|
"from": "components/VWindow/index.mjs",
|
|
477
477
|
"styles": []
|
|
@@ -492,6 +492,10 @@
|
|
|
492
492
|
"from": "components/VForm/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
+
"VHover": {
|
|
496
|
+
"from": "components/VHover/index.mjs",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
495
499
|
"VContainer": {
|
|
496
500
|
"from": "components/VGrid/index.mjs",
|
|
497
501
|
"styles": []
|
|
@@ -508,10 +512,6 @@
|
|
|
508
512
|
"from": "components/VGrid/index.mjs",
|
|
509
513
|
"styles": []
|
|
510
514
|
},
|
|
511
|
-
"VHover": {
|
|
512
|
-
"from": "components/VHover/index.mjs",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
515
|
"VLayout": {
|
|
516
516
|
"from": "components/VLayout/index.mjs",
|
|
517
517
|
"styles": []
|
|
@@ -552,14 +552,14 @@
|
|
|
552
552
|
"from": "components/VThemeProvider/index.mjs",
|
|
553
553
|
"styles": []
|
|
554
554
|
},
|
|
555
|
-
"VVirtualScroll": {
|
|
556
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
557
|
-
"styles": []
|
|
558
|
-
},
|
|
559
555
|
"VValidation": {
|
|
560
556
|
"from": "components/VValidation/index.mjs",
|
|
561
557
|
"styles": []
|
|
562
558
|
},
|
|
559
|
+
"VVirtualScroll": {
|
|
560
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
563
563
|
"VFabTransition": {
|
|
564
564
|
"from": "components/transitions/index.mjs",
|
|
565
565
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1259,7 +1259,6 @@
|
|
|
1259
1259
|
"next-icon",
|
|
1260
1260
|
"position",
|
|
1261
1261
|
"prev-icon",
|
|
1262
|
-
"range",
|
|
1263
1262
|
"rounded",
|
|
1264
1263
|
"show-adjacent-months",
|
|
1265
1264
|
"show-week",
|
|
@@ -1307,7 +1306,6 @@
|
|
|
1307
1306
|
"model-value",
|
|
1308
1307
|
"month",
|
|
1309
1308
|
"multiple",
|
|
1310
|
-
"range",
|
|
1311
1309
|
"show-adjacent-months",
|
|
1312
1310
|
"show-week",
|
|
1313
1311
|
"weekdays",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.5.1-master.2024-01-
|
|
5
|
+
"version": "3.5.1-master.2024-01-23",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -16272,16 +16272,6 @@
|
|
|
16272
16272
|
"type": "boolean"
|
|
16273
16273
|
}
|
|
16274
16274
|
},
|
|
16275
|
-
{
|
|
16276
|
-
"name": "range",
|
|
16277
|
-
"description": "Allow the selection of date range.",
|
|
16278
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
16279
|
-
"default": "false",
|
|
16280
|
-
"value": {
|
|
16281
|
-
"kind": "expression",
|
|
16282
|
-
"type": "boolean"
|
|
16283
|
-
}
|
|
16284
|
-
},
|
|
16285
16275
|
{
|
|
16286
16276
|
"name": "showWeek",
|
|
16287
16277
|
"description": "Toggles visibility of the week numbers in the body of the calendar.",
|
|
@@ -16359,7 +16349,7 @@
|
|
|
16359
16349
|
},
|
|
16360
16350
|
{
|
|
16361
16351
|
"name": "multiple",
|
|
16362
|
-
"description": "Allow the selection of multiple dates.",
|
|
16352
|
+
"description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections.",
|
|
16363
16353
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#props",
|
|
16364
16354
|
"default": "false",
|
|
16365
16355
|
"value": {
|
|
@@ -16866,16 +16856,6 @@
|
|
|
16866
16856
|
"type": "boolean"
|
|
16867
16857
|
}
|
|
16868
16858
|
},
|
|
16869
|
-
{
|
|
16870
|
-
"name": "range",
|
|
16871
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
16872
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
16873
|
-
"default": "false",
|
|
16874
|
-
"value": {
|
|
16875
|
-
"kind": "expression",
|
|
16876
|
-
"type": "boolean"
|
|
16877
|
-
}
|
|
16878
|
-
},
|
|
16879
16859
|
{
|
|
16880
16860
|
"name": "showWeek",
|
|
16881
16861
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|