vuetify 3.3.7 → 3.3.9
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 +3 -3
- package/dist/json/importMap.json +76 -76
- package/dist/json/web-types.json +153 -153
- package/dist/vuetify-labs.css +471 -523
- package/dist/vuetify-labs.d.ts +65 -64
- package/dist/vuetify-labs.esm.js +149 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +148 -81
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +49 -107
- package/dist/vuetify.d.ts +23 -23
- package/dist/vuetify.esm.js +92 -69
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +116 -112
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.sass +2 -2
- package/lib/components/VCarousel/VCarousel.mjs +58 -57
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +1 -0
- package/lib/components/VColorPicker/VColorPickerEdit.sass +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -1
- package/lib/components/VColorPicker/_variables.scss +2 -1
- package/lib/components/VCombobox/VCombobox.css +2 -2
- package/lib/components/VCombobox/VCombobox.sass +2 -2
- package/lib/components/VField/VField.css +8 -70
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VList/VListItem.css +3 -0
- package/lib/components/VList/VListItem.sass +10 -3
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +6 -0
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +1 -1
- package/lib/composables/filter.mjs +3 -2
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/theme.mjs +2 -2
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +23 -23
- package/lib/labs/VDataIterator/index.d.mts +1 -0
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/items.mjs +1 -0
- package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.mts +47 -46
- package/lib/labs/VDataTable/types.mjs.map +1 -1
- package/lib/labs/VDateInput/composables.mjs +1 -1
- package/lib/labs/VDateInput/composables.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +16 -16
- package/lib/labs/VDatePicker/VDatePicker.mjs +8 -7
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.css +7 -0
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.sass +8 -0
- package/lib/labs/VDatePicker/composables.mjs +15 -2
- package/lib/labs/VDatePicker/composables.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +18 -18
- package/lib/labs/VDateRangePicker/VDateRangePicker.mjs +2 -4
- package/lib/labs/VDateRangePicker/VDateRangePicker.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs +4 -5
- package/lib/labs/VDateRangePicker/VDateRangePickerHeader.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/index.d.mts +59 -51
- package/lib/labs/VPicker/VPicker.css +0 -1
- package/lib/labs/VPicker/VPicker.sass +0 -1
- package/lib/labs/components.d.mts +65 -64
- package/lib/labs/date/adapters/vuetify.mjs +14 -1
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -1
- package/lib/labs/date/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -1
- package/lib/labs/date/index.d.mts +25 -1
- package/package.json +2 -2
- package/lib/components/VField/_mixins.sass +0 -7
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
"description": "MISSING DESCRIPTION"
|
|
3005
3005
|
},
|
|
3006
3006
|
"v-data-table-row/item": {
|
|
3007
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-
|
|
3007
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L39\" target=\"_blank\">DataTableItem</a>\n",
|
|
3008
3008
|
"description": "MISSING DESCRIPTION"
|
|
3009
3009
|
},
|
|
3010
3010
|
"v-data-table-row/index": {
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
"description": "MISSING DESCRIPTION"
|
|
3013
3013
|
},
|
|
3014
3014
|
"v-data-table-rows/items": {
|
|
3015
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-
|
|
3015
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/types.ts#L33-L39\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/labs/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3016
3016
|
"description": "An array of strings or objects used for automatically generating children components"
|
|
3017
3017
|
},
|
|
3018
3018
|
"v-data-table-rows/loading": {
|
|
@@ -5581,7 +5581,7 @@
|
|
|
5581
5581
|
},
|
|
5582
5582
|
"v-navigation-drawer/rail": {
|
|
5583
5583
|
"type": "boolean\n",
|
|
5584
|
-
"description": "
|
|
5584
|
+
"description": "Sets the component width to the **rail-width** value."
|
|
5585
5585
|
},
|
|
5586
5586
|
"v-navigation-drawer/rail-width": {
|
|
5587
5587
|
"type": "string | number\n",
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,14 +4,6 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VAlert": {
|
|
8
|
-
"from": "components/VAlert/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAlertTitle": {
|
|
12
|
-
"from": "components/VAlert/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
7
|
"VAppBar": {
|
|
16
8
|
"from": "components/VAppBar/index.mjs",
|
|
17
9
|
"styles": []
|
|
@@ -24,20 +16,24 @@
|
|
|
24
16
|
"from": "components/VAppBar/index.mjs",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert/index.mjs",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
31
|
"VAvatar": {
|
|
36
32
|
"from": "components/VAvatar/index.mjs",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge/index.mjs",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
39
|
"VBanner": {
|
|
@@ -52,6 +48,10 @@
|
|
|
52
48
|
"from": "components/VBanner/index.mjs",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
55
|
"VBreadcrumbs": {
|
|
56
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
57
57
|
"styles": []
|
|
@@ -64,24 +64,16 @@
|
|
|
64
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"VBtnToggle": {
|
|
68
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VBtnGroup": {
|
|
72
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
67
|
"VBtn": {
|
|
76
68
|
"from": "components/VBtn/index.mjs",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
71
|
+
"VBtnGroup": {
|
|
72
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
79
|
"VCard": {
|
|
@@ -108,14 +100,6 @@
|
|
|
108
100
|
"from": "components/VCard/index.mjs",
|
|
109
101
|
"styles": []
|
|
110
102
|
},
|
|
111
|
-
"VChip": {
|
|
112
|
-
"from": "components/VChip/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VChipGroup": {
|
|
116
|
-
"from": "components/VChipGroup/index.mjs",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
103
|
"VCarousel": {
|
|
120
104
|
"from": "components/VCarousel/index.mjs",
|
|
121
105
|
"styles": []
|
|
@@ -124,24 +108,40 @@
|
|
|
124
108
|
"from": "components/VCarousel/index.mjs",
|
|
125
109
|
"styles": []
|
|
126
110
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
111
|
+
"VCheckbox": {
|
|
112
|
+
"from": "components/VCheckbox/index.mjs",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCheckboxBtn": {
|
|
116
|
+
"from": "components/VCheckbox/index.mjs",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
131
|
"VColorPicker": {
|
|
136
132
|
"from": "components/VColorPicker/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
139
|
"VDialog": {
|
|
140
140
|
"from": "components/VDialog/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VDivider": {
|
|
144
|
+
"from": "components/VDivider/index.mjs",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VExpansionPanels": {
|
|
@@ -160,10 +160,6 @@
|
|
|
160
160
|
"from": "components/VExpansionPanel/index.mjs",
|
|
161
161
|
"styles": []
|
|
162
162
|
},
|
|
163
|
-
"VDivider": {
|
|
164
|
-
"from": "components/VDivider/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
163
|
"VField": {
|
|
168
164
|
"from": "components/VField/index.mjs",
|
|
169
165
|
"styles": []
|
|
@@ -172,12 +168,16 @@
|
|
|
172
168
|
"from": "components/VField/index.mjs",
|
|
173
169
|
"styles": []
|
|
174
170
|
},
|
|
171
|
+
"VFileInput": {
|
|
172
|
+
"from": "components/VFileInput/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
175
|
"VFooter": {
|
|
176
176
|
"from": "components/VFooter/index.mjs",
|
|
177
177
|
"styles": []
|
|
178
178
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
179
|
+
"VCombobox": {
|
|
180
|
+
"from": "components/VCombobox/index.mjs",
|
|
181
181
|
"styles": []
|
|
182
182
|
},
|
|
183
183
|
"VIcon": {
|
|
@@ -216,14 +216,14 @@
|
|
|
216
216
|
"from": "components/VItemGroup/index.mjs",
|
|
217
217
|
"styles": []
|
|
218
218
|
},
|
|
219
|
-
"VLabel": {
|
|
220
|
-
"from": "components/VLabel/index.mjs",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
219
|
"VKbd": {
|
|
224
220
|
"from": "components/VKbd/index.mjs",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
223
|
+
"VLabel": {
|
|
224
|
+
"from": "components/VLabel/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
227
|
"VList": {
|
|
228
228
|
"from": "components/VList/index.mjs",
|
|
229
229
|
"styles": []
|
|
@@ -292,14 +292,14 @@
|
|
|
292
292
|
"from": "components/VProgressLinear/index.mjs",
|
|
293
293
|
"styles": []
|
|
294
294
|
},
|
|
295
|
-
"VRating": {
|
|
296
|
-
"from": "components/VRating/index.mjs",
|
|
297
|
-
"styles": []
|
|
298
|
-
},
|
|
299
295
|
"VRadioGroup": {
|
|
300
296
|
"from": "components/VRadioGroup/index.mjs",
|
|
301
297
|
"styles": []
|
|
302
298
|
},
|
|
299
|
+
"VRating": {
|
|
300
|
+
"from": "components/VRating/index.mjs",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
303
303
|
"VSelect": {
|
|
304
304
|
"from": "components/VSelect/index.mjs",
|
|
305
305
|
"styles": []
|
|
@@ -316,10 +316,6 @@
|
|
|
316
316
|
"from": "components/VSheet/index.mjs",
|
|
317
317
|
"styles": []
|
|
318
318
|
},
|
|
319
|
-
"VSlider": {
|
|
320
|
-
"from": "components/VSlider/index.mjs",
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
319
|
"VSlideGroup": {
|
|
324
320
|
"from": "components/VSlideGroup/index.mjs",
|
|
325
321
|
"styles": []
|
|
@@ -328,14 +324,18 @@
|
|
|
328
324
|
"from": "components/VSlideGroup/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
327
|
+
"VSlider": {
|
|
328
|
+
"from": "components/VSlider/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
331
|
"VSnackbar": {
|
|
336
332
|
"from": "components/VSnackbar/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
335
|
+
"VSwitch": {
|
|
336
|
+
"from": "components/VSwitch/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
339
|
"VSystemBar": {
|
|
340
340
|
"from": "components/VSystemBar/index.mjs",
|
|
341
341
|
"styles": []
|
|
@@ -392,8 +392,12 @@
|
|
|
392
392
|
"from": "components/VWindow/index.mjs",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
395
|
+
"VDefaultsProvider": {
|
|
396
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VForm": {
|
|
400
|
+
"from": "components/VForm/index.mjs",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
403
|
"VContainer": {
|
|
@@ -412,12 +416,8 @@
|
|
|
412
416
|
"from": "components/VGrid/index.mjs",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VDefaultsProvider": {
|
|
420
|
-
"from": "components/VDefaultsProvider/index.mjs",
|
|
419
|
+
"VHover": {
|
|
420
|
+
"from": "components/VHover/index.mjs",
|
|
421
421
|
"styles": []
|
|
422
422
|
},
|
|
423
423
|
"VLayout": {
|
|
@@ -444,18 +444,22 @@
|
|
|
444
444
|
"from": "components/VParallax/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
-
"VRangeSlider": {
|
|
448
|
-
"from": "components/VRangeSlider/index.mjs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
447
|
"VRadio": {
|
|
452
448
|
"from": "components/VRadio/index.mjs",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
451
|
+
"VRangeSlider": {
|
|
452
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
455
|
"VResponsive": {
|
|
456
456
|
"from": "components/VResponsive/index.mjs",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
|
+
"VThemeProvider": {
|
|
460
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
459
463
|
"VValidation": {
|
|
460
464
|
"from": "components/VValidation/index.mjs",
|
|
461
465
|
"styles": []
|
|
@@ -464,10 +468,6 @@
|
|
|
464
468
|
"from": "components/VVirtualScroll/index.mjs",
|
|
465
469
|
"styles": []
|
|
466
470
|
},
|
|
467
|
-
"VThemeProvider": {
|
|
468
|
-
"from": "components/VThemeProvider/index.mjs",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
471
|
"VFabTransition": {
|
|
472
472
|
"from": "components/transitions/index.mjs",
|
|
473
473
|
"styles": []
|