@vuetify/nightly 3.8.0-beta.0-dev.2025-03-24 → 3.8.0-beta.0-dev.2025-03-26
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 +83 -3
- package/dist/json/attributes.json +1534 -1522
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +3219 -3169
- package/dist/vuetify-labs.cjs +101 -28
- package/dist/vuetify-labs.css +3682 -3682
- package/dist/vuetify-labs.d.ts +124 -81
- package/dist/vuetify-labs.esm.js +101 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +101 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +25 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5460 -5460
- package/dist/vuetify.d.ts +82 -79
- package/dist/vuetify.esm.js +25 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +25 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableRow.d.ts +9 -6
- package/lib/components/VDataTable/VDataTableRow.js +18 -3
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -4
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +2 -2
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/composables/calendar.js +1 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +70 -3
- package/lib/labs/VDateInput/VDateInput.js +78 -19
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,25 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VTimePicker": {
|
4
|
+
"from": "labs/VTimePicker",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VTimePickerClock": {
|
8
|
+
"from": "labs/VTimePicker",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VTimePickerControls": {
|
12
|
+
"from": "labs/VTimePicker",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VPicker": {
|
16
|
+
"from": "labs/VPicker",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VPickerTitle": {
|
20
|
+
"from": "labs/VPicker",
|
21
|
+
"styles": []
|
22
|
+
},
|
3
23
|
"VCalendar": {
|
4
24
|
"from": "labs/VCalendar",
|
5
25
|
"styles": []
|
@@ -24,20 +44,16 @@
|
|
24
44
|
"from": "labs/VCalendar",
|
25
45
|
"styles": []
|
26
46
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUploadItem": {
|
32
|
-
"from": "labs/VFileUpload",
|
47
|
+
"VTreeview": {
|
48
|
+
"from": "labs/VTreeview",
|
33
49
|
"styles": []
|
34
50
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
51
|
+
"VTreeviewItem": {
|
52
|
+
"from": "labs/VTreeview",
|
37
53
|
"styles": []
|
38
54
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
55
|
+
"VTreeviewGroup": {
|
56
|
+
"from": "labs/VTreeview",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
59
|
"VStepperVertical": {
|
@@ -52,28 +68,12 @@
|
|
52
68
|
"from": "labs/VStepperVertical",
|
53
69
|
"styles": []
|
54
70
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VTimePickerClock": {
|
60
|
-
"from": "labs/VTimePicker",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VTimePickerControls": {
|
64
|
-
"from": "labs/VTimePicker",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VTreeview": {
|
68
|
-
"from": "labs/VTreeview",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VTreeviewItem": {
|
72
|
-
"from": "labs/VTreeview",
|
71
|
+
"VFileUpload": {
|
72
|
+
"from": "labs/VFileUpload",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
75
|
+
"VFileUploadItem": {
|
76
|
+
"from": "labs/VFileUpload",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
79
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -4,10 +4,30 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VAutocomplete": {
|
16
|
+
"from": "components/VAutocomplete",
|
17
|
+
"styles": []
|
18
|
+
},
|
7
19
|
"VAvatar": {
|
8
20
|
"from": "components/VAvatar",
|
9
21
|
"styles": []
|
10
22
|
},
|
23
|
+
"VBadge": {
|
24
|
+
"from": "components/VBadge",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VBottomNavigation": {
|
28
|
+
"from": "components/VBottomNavigation",
|
29
|
+
"styles": []
|
30
|
+
},
|
11
31
|
"VAppBar": {
|
12
32
|
"from": "components/VAppBar",
|
13
33
|
"styles": []
|
@@ -20,18 +40,6 @@
|
|
20
40
|
"from": "components/VAppBar",
|
21
41
|
"styles": []
|
22
42
|
},
|
23
|
-
"VAlert": {
|
24
|
-
"from": "components/VAlert",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VAlertTitle": {
|
28
|
-
"from": "components/VAlert",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VBottomNavigation": {
|
32
|
-
"from": "components/VBottomNavigation",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
43
|
"VBanner": {
|
36
44
|
"from": "components/VBanner",
|
37
45
|
"styles": []
|
@@ -44,18 +52,6 @@
|
|
44
52
|
"from": "components/VBanner",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"VBadge": {
|
48
|
-
"from": "components/VBadge",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VAutocomplete": {
|
52
|
-
"from": "components/VAutocomplete",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBottomSheet": {
|
56
|
-
"from": "components/VBottomSheet",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
55
|
"VBreadcrumbs": {
|
60
56
|
"from": "components/VBreadcrumbs",
|
61
57
|
"styles": []
|
@@ -68,6 +64,14 @@
|
|
68
64
|
"from": "components/VBreadcrumbs",
|
69
65
|
"styles": []
|
70
66
|
},
|
67
|
+
"VBtnToggle": {
|
68
|
+
"from": "components/VBtnToggle",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn",
|
73
|
+
"styles": []
|
74
|
+
},
|
71
75
|
"VCarousel": {
|
72
76
|
"from": "components/VCarousel",
|
73
77
|
"styles": []
|
@@ -76,18 +80,34 @@
|
|
76
80
|
"from": "components/VCarousel",
|
77
81
|
"styles": []
|
78
82
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VBtnToggle": {
|
84
|
-
"from": "components/VBtnToggle",
|
83
|
+
"VBottomSheet": {
|
84
|
+
"from": "components/VBottomSheet",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
87
|
"VBtnGroup": {
|
88
88
|
"from": "components/VBtnGroup",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
|
+
"VChip": {
|
92
|
+
"from": "components/VChip",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VChipGroup": {
|
96
|
+
"from": "components/VChipGroup",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCheckbox": {
|
100
|
+
"from": "components/VCheckbox",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCheckboxBtn": {
|
104
|
+
"from": "components/VCheckbox",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VCode": {
|
108
|
+
"from": "components/VCode",
|
109
|
+
"styles": []
|
110
|
+
},
|
91
111
|
"VCard": {
|
92
112
|
"from": "components/VCard",
|
93
113
|
"styles": []
|
@@ -112,42 +132,10 @@
|
|
112
132
|
"from": "components/VCard",
|
113
133
|
"styles": []
|
114
134
|
},
|
115
|
-
"VChip": {
|
116
|
-
"from": "components/VChip",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCheckbox": {
|
120
|
-
"from": "components/VCheckbox",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCheckboxBtn": {
|
124
|
-
"from": "components/VCheckbox",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
|
-
"VCode": {
|
128
|
-
"from": "components/VCode",
|
129
|
-
"styles": []
|
130
|
-
},
|
131
|
-
"VChipGroup": {
|
132
|
-
"from": "components/VChipGroup",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VColorPicker": {
|
136
|
-
"from": "components/VColorPicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VCombobox": {
|
140
|
-
"from": "components/VCombobox",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
135
|
"VCounter": {
|
144
136
|
"from": "components/VCounter",
|
145
137
|
"styles": []
|
146
138
|
},
|
147
|
-
"VDialog": {
|
148
|
-
"from": "components/VDialog",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
139
|
"VDatePicker": {
|
152
140
|
"from": "components/VDatePicker",
|
153
141
|
"styles": []
|
@@ -200,10 +188,22 @@
|
|
200
188
|
"from": "components/VDataTable",
|
201
189
|
"styles": []
|
202
190
|
},
|
191
|
+
"VColorPicker": {
|
192
|
+
"from": "components/VColorPicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VCombobox": {
|
196
|
+
"from": "components/VCombobox",
|
197
|
+
"styles": []
|
198
|
+
},
|
203
199
|
"VEmptyState": {
|
204
200
|
"from": "components/VEmptyState",
|
205
201
|
"styles": []
|
206
202
|
},
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
207
|
"VExpansionPanels": {
|
208
208
|
"from": "components/VExpansionPanel",
|
209
209
|
"styles": []
|
@@ -224,10 +224,6 @@
|
|
224
224
|
"from": "components/VDivider",
|
225
225
|
"styles": []
|
226
226
|
},
|
227
|
-
"VFooter": {
|
228
|
-
"from": "components/VFooter",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
227
|
"VFab": {
|
232
228
|
"from": "components/VFab",
|
233
229
|
"styles": []
|
@@ -244,10 +240,26 @@
|
|
244
240
|
"from": "components/VField",
|
245
241
|
"styles": []
|
246
242
|
},
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
249
|
+
"styles": []
|
250
|
+
},
|
247
251
|
"VInfiniteScroll": {
|
248
252
|
"from": "components/VInfiniteScroll",
|
249
253
|
"styles": []
|
250
254
|
},
|
255
|
+
"VKbd": {
|
256
|
+
"from": "components/VKbd",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VInput": {
|
260
|
+
"from": "components/VInput",
|
261
|
+
"styles": []
|
262
|
+
},
|
251
263
|
"VIcon": {
|
252
264
|
"from": "components/VIcon",
|
253
265
|
"styles": []
|
@@ -268,14 +280,6 @@
|
|
268
280
|
"from": "components/VIcon",
|
269
281
|
"styles": []
|
270
282
|
},
|
271
|
-
"VKbd": {
|
272
|
-
"from": "components/VKbd",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VImg": {
|
276
|
-
"from": "components/VImg",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
283
|
"VItemGroup": {
|
280
284
|
"from": "components/VItemGroup",
|
281
285
|
"styles": []
|
@@ -284,10 +288,6 @@
|
|
284
288
|
"from": "components/VItemGroup",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
|
-
"VInput": {
|
288
|
-
"from": "components/VInput",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
291
|
"VLabel": {
|
292
292
|
"from": "components/VLabel",
|
293
293
|
"styles": []
|
@@ -332,78 +332,86 @@
|
|
332
332
|
"from": "components/VList",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
335
|
"VMain": {
|
340
336
|
"from": "components/VMain",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VOtpInput": {
|
340
|
+
"from": "components/VOtpInput",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
343
|
"VMessages": {
|
348
344
|
"from": "components/VMessages",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VPagination": {
|
356
352
|
"from": "components/VPagination",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VOverlay": {
|
356
|
+
"from": "components/VOverlay",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
359
|
+
"VProgressCircular": {
|
360
|
+
"from": "components/VProgressCircular",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VNumberInput": {
|
364
|
+
"from": "components/VNumberInput",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VSelectionControl": {
|
372
|
+
"from": "components/VSelectionControl",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VProgressLinear": {
|
376
|
+
"from": "components/VProgressLinear",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VRating": {
|
380
|
+
"from": "components/VRating",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
383
|
"VSelectionControlGroup": {
|
388
384
|
"from": "components/VSelectionControlGroup",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlider": {
|
396
|
-
"from": "components/VSlider",
|
387
|
+
"VSelect": {
|
388
|
+
"from": "components/VSelect",
|
397
389
|
"styles": []
|
398
390
|
},
|
399
391
|
"VSkeletonLoader": {
|
400
392
|
"from": "components/VSkeletonLoader",
|
401
393
|
"styles": []
|
402
394
|
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
397
|
+
"styles": []
|
398
|
+
},
|
403
399
|
"VSnackbar": {
|
404
400
|
"from": "components/VSnackbar",
|
405
401
|
"styles": []
|
406
402
|
},
|
403
|
+
"VSlideGroup": {
|
404
|
+
"from": "components/VSlideGroup",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSlideGroupItem": {
|
408
|
+
"from": "components/VSlideGroup",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSlider": {
|
412
|
+
"from": "components/VSlider",
|
413
|
+
"styles": []
|
414
|
+
},
|
407
415
|
"VStepper": {
|
408
416
|
"from": "components/VStepper",
|
409
417
|
"styles": []
|
@@ -428,14 +436,6 @@
|
|
428
436
|
"from": "components/VStepper",
|
429
437
|
"styles": []
|
430
438
|
},
|
431
|
-
"VSlideGroup": {
|
432
|
-
"from": "components/VSlideGroup",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VSlideGroupItem": {
|
436
|
-
"from": "components/VSlideGroup",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
439
|
"VTab": {
|
440
440
|
"from": "components/VTabs",
|
441
441
|
"styles": []
|
@@ -456,18 +456,6 @@
|
|
456
456
|
"from": "components/VSystemBar",
|
457
457
|
"styles": []
|
458
458
|
},
|
459
|
-
"VTextarea": {
|
460
|
-
"from": "components/VTextarea",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VTimeline": {
|
464
|
-
"from": "components/VTimeline",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTimelineItem": {
|
468
|
-
"from": "components/VTimeline",
|
469
|
-
"styles": []
|
470
|
-
},
|
471
459
|
"VSwitch": {
|
472
460
|
"from": "components/VSwitch",
|
473
461
|
"styles": []
|
@@ -480,6 +468,18 @@
|
|
480
468
|
"from": "components/VTextField",
|
481
469
|
"styles": []
|
482
470
|
},
|
471
|
+
"VTextarea": {
|
472
|
+
"from": "components/VTextarea",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimeline": {
|
476
|
+
"from": "components/VTimeline",
|
477
|
+
"styles": []
|
478
|
+
},
|
479
|
+
"VTimelineItem": {
|
480
|
+
"from": "components/VTimeline",
|
481
|
+
"styles": []
|
482
|
+
},
|
483
483
|
"VTooltip": {
|
484
484
|
"from": "components/VTooltip",
|
485
485
|
"styles": []
|
@@ -536,14 +536,6 @@
|
|
536
536
|
"from": "components/VGrid",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"VLayout": {
|
540
|
-
"from": "components/VLayout",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
|
-
"VLayoutItem": {
|
544
|
-
"from": "components/VLayout",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
539
|
"VHover": {
|
548
540
|
"from": "components/VHover",
|
549
541
|
"styles": []
|
@@ -552,6 +544,14 @@
|
|
552
544
|
"from": "components/VLazy",
|
553
545
|
"styles": []
|
554
546
|
},
|
547
|
+
"VLayout": {
|
548
|
+
"from": "components/VLayout",
|
549
|
+
"styles": []
|
550
|
+
},
|
551
|
+
"VLayoutItem": {
|
552
|
+
"from": "components/VLayout",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
@@ -580,14 +580,14 @@
|
|
580
580
|
"from": "components/VSnackbarQueue",
|
581
581
|
"styles": []
|
582
582
|
},
|
583
|
-
"VSpeedDial": {
|
584
|
-
"from": "components/VSpeedDial",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
583
|
"VSparkline": {
|
588
584
|
"from": "components/VSparkline",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VSpeedDial": {
|
588
|
+
"from": "components/VSpeedDial",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|
package/dist/json/tags.json
CHANGED
@@ -1376,6 +1376,7 @@
|
|
1376
1376
|
"direction",
|
1377
1377
|
"dirty",
|
1378
1378
|
"disabled",
|
1379
|
+
"display-format",
|
1379
1380
|
"divided",
|
1380
1381
|
"elevation",
|
1381
1382
|
"error",
|
@@ -1407,6 +1408,8 @@
|
|
1407
1408
|
"min",
|
1408
1409
|
"min-height",
|
1409
1410
|
"min-width",
|
1411
|
+
"mobile",
|
1412
|
+
"mobile-breakpoint",
|
1410
1413
|
"mode-icon",
|
1411
1414
|
"model-modifiers",
|
1412
1415
|
"model-value",
|