@vuetify/nightly 3.5.1-master.2024-01-21 → 3.5.1-master.2024-01-22
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-labs.json +8 -8
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +2 -22
- package/dist/vuetify-labs.css +2342 -2342
- 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 +306 -306
- package/dist/vuetify.d.ts +39 -57
- 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 +39 -39
- 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-22...v) (2024-01-22)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.1-master.2024-01-
|
|
5
|
+
## [3.5.1-master.2024-01-22](https://github.com/vuetifyjs/vuetify/compare/v3.5.1...v3.5.1-master.2024-01-22) (2024-01-22)
|
|
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))"
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VPicker": {
|
|
4
|
+
"from": "labs/VPicker/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPickerTitle": {
|
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VCalendar": {
|
|
4
12
|
"from": "labs/VCalendar/index.mjs",
|
|
5
13
|
"styles": []
|
|
@@ -24,14 +32,6 @@
|
|
|
24
32
|
"from": "labs/VCalendar/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VPicker": {
|
|
28
|
-
"from": "labs/VPicker/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VPickerTitle": {
|
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VConfirmEdit": {
|
|
36
36
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
37
37
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -16,22 +16,14 @@
|
|
|
16
16
|
"from": "components/VAppBar/index.mjs",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert/index.mjs",
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
23
|
"VAvatar": {
|
|
28
24
|
"from": "components/VAvatar/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"VAutocomplete": {
|
|
32
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
27
|
"VBanner": {
|
|
36
28
|
"from": "components/VBanner/index.mjs",
|
|
37
29
|
"styles": []
|
|
@@ -44,24 +36,24 @@
|
|
|
44
36
|
"from": "components/VBanner/index.mjs",
|
|
45
37
|
"styles": []
|
|
46
38
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBtn": {
|
|
52
|
-
"from": "components/VBtn/index.mjs",
|
|
39
|
+
"VAlert": {
|
|
40
|
+
"from": "components/VAlert/index.mjs",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VAlertTitle": {
|
|
44
|
+
"from": "components/VAlert/index.mjs",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
47
|
"VBottomNavigation": {
|
|
60
48
|
"from": "components/VBottomNavigation/index.mjs",
|
|
61
49
|
"styles": []
|
|
62
50
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
67
59
|
"VBreadcrumbs": {
|
|
@@ -76,12 +68,12 @@
|
|
|
76
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
79
|
"VCard": {
|
|
@@ -108,14 +100,22 @@
|
|
|
108
100
|
"from": "components/VCard/index.mjs",
|
|
109
101
|
"styles": []
|
|
110
102
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
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
|
+
"VCode": {
|
|
116
|
+
"from": "components/VCode/index.mjs",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
119
|
"VCheckbox": {
|
|
120
120
|
"from": "components/VCheckbox/index.mjs",
|
|
121
121
|
"styles": []
|
|
@@ -124,24 +124,16 @@
|
|
|
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
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VCounter": {
|
|
140
|
-
"from": "components/VCounter/index.mjs",
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
|
141
133
|
"styles": []
|
|
142
134
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox/index.mjs",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
147
139
|
"VDatePicker": {
|
|
@@ -168,6 +160,18 @@
|
|
|
168
160
|
"from": "components/VDatePicker/index.mjs",
|
|
169
161
|
"styles": []
|
|
170
162
|
},
|
|
163
|
+
"VCounter": {
|
|
164
|
+
"from": "components/VCounter/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VColorPicker": {
|
|
168
|
+
"from": "components/VColorPicker/index.mjs",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDivider": {
|
|
172
|
+
"from": "components/VDivider/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
171
175
|
"VDataTable": {
|
|
172
176
|
"from": "components/VDataTable/index.mjs",
|
|
173
177
|
"styles": []
|
|
@@ -192,14 +196,6 @@
|
|
|
192
196
|
"from": "components/VDataTable/index.mjs",
|
|
193
197
|
"styles": []
|
|
194
198
|
},
|
|
195
|
-
"VField": {
|
|
196
|
-
"from": "components/VField/index.mjs",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VFieldLabel": {
|
|
200
|
-
"from": "components/VField/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
199
|
"VDialog": {
|
|
204
200
|
"from": "components/VDialog/index.mjs",
|
|
205
201
|
"styles": []
|
|
@@ -220,22 +216,22 @@
|
|
|
220
216
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
217
|
"styles": []
|
|
222
218
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput/index.mjs",
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
229
221
|
"styles": []
|
|
230
222
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
233
225
|
"styles": []
|
|
234
226
|
},
|
|
235
227
|
"VFooter": {
|
|
236
228
|
"from": "components/VFooter/index.mjs",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
231
|
+
"VFileInput": {
|
|
232
|
+
"from": "components/VFileInput/index.mjs",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
239
235
|
"VIcon": {
|
|
240
236
|
"from": "components/VIcon/index.mjs",
|
|
241
237
|
"styles": []
|
|
@@ -256,8 +252,8 @@
|
|
|
256
252
|
"from": "components/VIcon/index.mjs",
|
|
257
253
|
"styles": []
|
|
258
254
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
255
|
+
"VImg": {
|
|
256
|
+
"from": "components/VImg/index.mjs",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
263
259
|
"VInfiniteScroll": {
|
|
@@ -272,14 +268,18 @@
|
|
|
272
268
|
"from": "components/VItemGroup/index.mjs",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
279
275
|
"VKbd": {
|
|
280
276
|
"from": "components/VKbd/index.mjs",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VList": {
|
|
284
284
|
"from": "components/VList/index.mjs",
|
|
285
285
|
"styles": []
|
|
@@ -316,30 +316,26 @@
|
|
|
316
316
|
"from": "components/VList/index.mjs",
|
|
317
317
|
"styles": []
|
|
318
318
|
},
|
|
319
|
-
"
|
|
320
|
-
"from": "components/
|
|
319
|
+
"VMain": {
|
|
320
|
+
"from": "components/VMain/index.mjs",
|
|
321
321
|
"styles": []
|
|
322
322
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
323
|
+
"VMenu": {
|
|
324
|
+
"from": "components/VMenu/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
327
|
+
"VMessages": {
|
|
328
|
+
"from": "components/VMessages/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
335
|
"VOverlay": {
|
|
336
336
|
"from": "components/VOverlay/index.mjs",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"VMessages": {
|
|
340
|
-
"from": "components/VMessages/index.mjs",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
339
|
"VPagination": {
|
|
344
340
|
"from": "components/VPagination/index.mjs",
|
|
345
341
|
"styles": []
|
|
@@ -348,36 +344,36 @@
|
|
|
348
344
|
"from": "components/VProgressCircular/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
|
-
"VRadioGroup": {
|
|
356
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput/index.mjs",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
351
|
"VProgressLinear": {
|
|
360
352
|
"from": "components/VProgressLinear/index.mjs",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
355
|
+
"VRadioGroup": {
|
|
356
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
|
+
"VRating": {
|
|
360
|
+
"from": "components/VRating/index.mjs",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
363
|
"VSelect": {
|
|
368
364
|
"from": "components/VSelect/index.mjs",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
367
|
+
"VSheet": {
|
|
368
|
+
"from": "components/VSheet/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
375
|
+
"VSelectionControlGroup": {
|
|
376
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
379
|
"VSlideGroup": {
|
|
@@ -388,6 +384,18 @@
|
|
|
388
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
387
|
+
"VSkeletonLoader": {
|
|
388
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSnackbar": {
|
|
396
|
+
"from": "components/VSnackbar/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
391
399
|
"VStepper": {
|
|
392
400
|
"from": "components/VStepper/index.mjs",
|
|
393
401
|
"styles": []
|
|
@@ -412,16 +420,8 @@
|
|
|
412
420
|
"from": "components/VStepper/index.mjs",
|
|
413
421
|
"styles": []
|
|
414
422
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VSlider": {
|
|
420
|
-
"from": "components/VSlider/index.mjs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VSystemBar": {
|
|
424
|
-
"from": "components/VSystemBar/index.mjs",
|
|
423
|
+
"VTextarea": {
|
|
424
|
+
"from": "components/VTextarea/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
427
|
"VSwitch": {
|
|
@@ -436,12 +436,20 @@
|
|
|
436
436
|
"from": "components/VTabs/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar/index.mjs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
439
443
|
"VTable": {
|
|
440
444
|
"from": "components/VTable/index.mjs",
|
|
441
445
|
"styles": []
|
|
442
446
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
447
|
+
"VTimeline": {
|
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTimelineItem": {
|
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
|
445
453
|
"styles": []
|
|
446
454
|
},
|
|
447
455
|
"VToolbar": {
|
|
@@ -456,20 +464,8 @@
|
|
|
456
464
|
"from": "components/VToolbar/index.mjs",
|
|
457
465
|
"styles": []
|
|
458
466
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
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",
|
|
467
|
+
"VTextField": {
|
|
468
|
+
"from": "components/VTextField/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
475
471
|
"VWindow": {
|
|
@@ -480,6 +476,10 @@
|
|
|
480
476
|
"from": "components/VWindow/index.mjs",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
479
|
+
"VTooltip": {
|
|
480
|
+
"from": "components/VTooltip/index.mjs",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
483
|
"VDataIterator": {
|
|
484
484
|
"from": "components/VDataIterator/index.mjs",
|
|
485
485
|
"styles": []
|
|
@@ -532,14 +532,14 @@
|
|
|
532
532
|
"from": "components/VNoSsr/index.mjs",
|
|
533
533
|
"styles": []
|
|
534
534
|
},
|
|
535
|
-
"VParallax": {
|
|
536
|
-
"from": "components/VParallax/index.mjs",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
535
|
"VRadio": {
|
|
540
536
|
"from": "components/VRadio/index.mjs",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
539
|
+
"VParallax": {
|
|
540
|
+
"from": "components/VParallax/index.mjs",
|
|
541
|
+
"styles": []
|
|
542
|
+
},
|
|
543
543
|
"VRangeSlider": {
|
|
544
544
|
"from": "components/VRangeSlider/index.mjs",
|
|
545
545
|
"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-22",
|
|
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))",
|