@vuetify/nightly 3.4.10-dev.2024-01-16 → 3.4.10-dev.2024-01-17
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 +4 -2
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +76 -1
- package/dist/vuetify-labs.css +954 -952
- package/dist/vuetify-labs.d.ts +9 -2
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +638 -638
- package/dist/vuetify.d.ts +45 -38
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- 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/VAlert/VAlert.css +2 -2
- package/lib/components/VAlert/_variables.scss +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +9 -2
- package/lib/components/VSlider/VSliderTrack.css +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +1 -1
- package/lib/components/VSlider/_variables.scss +1 -0
- package/lib/components/VSystemBar/VSystemBar.css +2 -2
- package/lib/components/VSystemBar/_variables.scss +2 -2
- package/lib/components/VTimeline/VTimeline.css +1 -1
- package/lib/components/VTimeline/_variables.scss +1 -1
- package/lib/components/VToolbar/VToolbar.css +2 -2
- package/lib/components/VToolbar/_variables.scss +2 -2
- package/lib/components/index.d.mts +9 -2
- package/lib/composables/theme.mjs +2 -0
- 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 +36 -36
- package/lib/labs/VCalendar/VCalendar.css +4 -2
- package/lib/labs/VCalendar/VCalendar.sass +4 -2
- package/lib/labs/VCalendar/_variables.scss +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-dev.2024-01-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.10-dev.2024-01-17...v) (2024-01-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.4.10-dev.2024-01-
|
|
5
|
+
## [3.4.10-dev.2024-01-17](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-dev.2024-01-17) (2024-01-17)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
* **utilities:** remove !important from font-family utility class ([492af10](https://github.com/vuetifyjs/vuetify/commit/492af103177b919a5575a986211793c1655c210e)), closes [#5640](https://github.com/vuetifyjs/vuetify/issues/5640)
|
|
17
17
|
* **VChipGroup:** use VSlideGroup as baseline component ([#17911](https://github.com/vuetifyjs/vuetify/issues/17911)) ([bcffca9](https://github.com/vuetifyjs/vuetify/commit/bcffca90905d07c16f4ab4b326a7cd139cb9f935)), closes [#17321](https://github.com/vuetifyjs/vuetify/issues/17321)
|
|
18
18
|
* **VDataTableFooter:** layout shift from element spacing ([a5254a2](https://github.com/vuetifyjs/vuetify/commit/a5254a2bada424c0bbdbc9d86fcea2afb6a86dc2))
|
|
19
|
+
* **VDataTableVirtual:** add missing colgroup slot ([#19052](https://github.com/vuetifyjs/vuetify/issues/19052)) ([0dca210](https://github.com/vuetifyjs/vuetify/commit/0dca2106989f4a0fd2a6415c7c7be336da616a63))
|
|
19
20
|
* **VDatePicker:** use startOfMonth date for text display ([0a64f7f](https://github.com/vuetifyjs/vuetify/commit/0a64f7f62417c5ae3592e110147b9fb050aec702)), closes [#18794](https://github.com/vuetifyjs/vuetify/issues/18794)
|
|
20
21
|
* **VList:** set explicit break-word css value ([74be064](https://github.com/vuetifyjs/vuetify/commit/74be0648018cdfecf58f98bd784d08c47b380155)), closes [#18609](https://github.com/vuetifyjs/vuetify/issues/18609)
|
|
21
22
|
* **VSelectionControl:** allow click events when readonly ([55b62fd](https://github.com/vuetifyjs/vuetify/commit/55b62fd61a84245476f4f64fe7634c66c0e21303)), closes [#18024](https://github.com/vuetifyjs/vuetify/issues/18024) [#16812](https://github.com/vuetifyjs/vuetify/issues/16812)
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
### Features
|
|
27
28
|
|
|
28
29
|
* **locale:** add khmer translations ([#18695](https://github.com/vuetifyjs/vuetify/issues/18695)) ([e1d0e03](https://github.com/vuetifyjs/vuetify/commit/e1d0e0340f127de054c610486d0662d5ca484ad8))
|
|
30
|
+
* **theme:** add surface-light color ([#19047](https://github.com/vuetifyjs/vuetify/issues/19047)) ([d20875a](https://github.com/vuetifyjs/vuetify/commit/d20875a55598cae8dfd5587719a32592a86fb018)), closes [#18091](https://github.com/vuetifyjs/vuetify/issues/18091)
|
|
29
31
|
* **VAutocomplete/VCombobox:** add new clearOnSelect prop ([657d929](https://github.com/vuetifyjs/vuetify/commit/657d92915dbde3cd2d1ac05a1da029763c17e385)), closes [#6842](https://github.com/vuetifyjs/vuetify/issues/6842)
|
|
30
32
|
* **VCardItem:** bring in-line with VListItem functionality ([356bfd1](https://github.com/vuetifyjs/vuetify/commit/356bfd1a65a189c3808d83b43e0c8676635cafe4))
|
|
31
33
|
* **VDatePicker:** add new multiple prop options ([07781b3](https://github.com/vuetifyjs/vuetify/commit/07781b385c0712baa8ec1974b11bd380d3548860)), closes [#18701](https://github.com/vuetifyjs/vuetify/issues/18701)
|
package/dist/json/importMap.json
CHANGED
|
@@ -12,28 +12,24 @@
|
|
|
12
12
|
"from": "components/VAppBar/index.mjs",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VAlertTitle": {
|
|
20
|
-
"from": "components/VAlert/index.mjs",
|
|
15
|
+
"VAutocomplete": {
|
|
16
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
19
|
"VApp": {
|
|
24
20
|
"from": "components/VApp/index.mjs",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
23
|
+
"VAlert": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
27
|
+
"VAlertTitle": {
|
|
28
|
+
"from": "components/VAlert/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge/index.mjs",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
35
|
"VBanner": {
|
|
@@ -48,26 +44,38 @@
|
|
|
48
44
|
"from": "components/VBanner/index.mjs",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBottomSheet": {
|
|
56
|
-
"from": "components/VBottomSheet/index.mjs",
|
|
47
|
+
"VAvatar": {
|
|
48
|
+
"from": "components/VAvatar/index.mjs",
|
|
57
49
|
"styles": []
|
|
58
50
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
61
53
|
"styles": []
|
|
62
54
|
},
|
|
63
55
|
"VBtnGroup": {
|
|
64
56
|
"from": "components/VBtnGroup/index.mjs",
|
|
65
57
|
"styles": []
|
|
66
58
|
},
|
|
59
|
+
"VBottomSheet": {
|
|
60
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
67
63
|
"VBtnToggle": {
|
|
68
64
|
"from": "components/VBtnToggle/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
67
|
+
"VCarousel": {
|
|
68
|
+
"from": "components/VCarousel/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VCarouselItem": {
|
|
72
|
+
"from": "components/VCarousel/index.mjs",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VBtn": {
|
|
76
|
+
"from": "components/VBtn/index.mjs",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
71
79
|
"VBreadcrumbs": {
|
|
72
80
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
73
81
|
"styles": []
|
|
@@ -104,24 +112,8 @@
|
|
|
104
112
|
"from": "components/VCard/index.mjs",
|
|
105
113
|
"styles": []
|
|
106
114
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarousel": {
|
|
112
|
-
"from": "components/VCarousel/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCarouselItem": {
|
|
116
|
-
"from": "components/VCarousel/index.mjs",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VColorPicker": {
|
|
120
|
-
"from": "components/VColorPicker/index.mjs",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup/index.mjs",
|
|
115
|
+
"VChip": {
|
|
116
|
+
"from": "components/VChip/index.mjs",
|
|
125
117
|
"styles": []
|
|
126
118
|
},
|
|
127
119
|
"VCheckbox": {
|
|
@@ -132,40 +124,20 @@
|
|
|
132
124
|
"from": "components/VCheckbox/index.mjs",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VCounter": {
|
|
140
|
-
"from": "components/VCounter/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VChip": {
|
|
144
|
-
"from": "components/VChip/index.mjs",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VDatePicker": {
|
|
148
|
-
"from": "components/VDatePicker/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VDatePickerControls": {
|
|
152
|
-
"from": "components/VDatePicker/index.mjs",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePickerHeader": {
|
|
156
|
-
"from": "components/VDatePicker/index.mjs",
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
157
129
|
"styles": []
|
|
158
130
|
},
|
|
159
|
-
"
|
|
160
|
-
"from": "components/
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
|
161
133
|
"styles": []
|
|
162
134
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
135
|
+
"VChipGroup": {
|
|
136
|
+
"from": "components/VChipGroup/index.mjs",
|
|
165
137
|
"styles": []
|
|
166
138
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox/index.mjs",
|
|
169
141
|
"styles": []
|
|
170
142
|
},
|
|
171
143
|
"VDataTable": {
|
|
@@ -196,12 +168,32 @@
|
|
|
196
168
|
"from": "components/VDialog/index.mjs",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VDatePicker": {
|
|
172
|
+
"from": "components/VDatePicker/index.mjs",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
175
|
+
"VDatePickerControls": {
|
|
176
|
+
"from": "components/VDatePicker/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerHeader": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerMonth": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonths": {
|
|
188
|
+
"from": "components/VDatePicker/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerYears": {
|
|
192
|
+
"from": "components/VDatePicker/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VCounter": {
|
|
196
|
+
"from": "components/VCounter/index.mjs",
|
|
205
197
|
"styles": []
|
|
206
198
|
},
|
|
207
199
|
"VExpansionPanels": {
|
|
@@ -220,10 +212,18 @@
|
|
|
220
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
215
|
+
"VDivider": {
|
|
216
|
+
"from": "components/VDivider/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
223
219
|
"VFileInput": {
|
|
224
220
|
"from": "components/VFileInput/index.mjs",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
223
|
+
"VFooter": {
|
|
224
|
+
"from": "components/VFooter/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
227
|
"VField": {
|
|
228
228
|
"from": "components/VField/index.mjs",
|
|
229
229
|
"styles": []
|
|
@@ -252,6 +252,10 @@
|
|
|
252
252
|
"from": "components/VIcon/index.mjs",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
+
"VKbd": {
|
|
256
|
+
"from": "components/VKbd/index.mjs",
|
|
257
|
+
"styles": []
|
|
258
|
+
},
|
|
255
259
|
"VInfiniteScroll": {
|
|
256
260
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
257
261
|
"styles": []
|
|
@@ -264,24 +268,16 @@
|
|
|
264
268
|
"from": "components/VInput/index.mjs",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"VItemGroup": {
|
|
268
|
-
"from": "components/VItemGroup/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VItem": {
|
|
272
|
-
"from": "components/VItemGroup/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
271
|
"VLabel": {
|
|
276
272
|
"from": "components/VLabel/index.mjs",
|
|
277
273
|
"styles": []
|
|
278
274
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
275
|
+
"VItemGroup": {
|
|
276
|
+
"from": "components/VItemGroup/index.mjs",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
279
|
+
"VItem": {
|
|
280
|
+
"from": "components/VItemGroup/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
283
|
"VList": {
|
|
@@ -320,14 +316,22 @@
|
|
|
320
316
|
"from": "components/VList/index.mjs",
|
|
321
317
|
"styles": []
|
|
322
318
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
319
|
+
"VMain": {
|
|
320
|
+
"from": "components/VMain/index.mjs",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
323
|
"VMessages": {
|
|
328
324
|
"from": "components/VMessages/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VMenu": {
|
|
328
|
+
"from": "components/VMenu/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
|
+
"VProgressLinear": {
|
|
332
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
331
335
|
"VNavigationDrawer": {
|
|
332
336
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
333
337
|
"styles": []
|
|
@@ -344,14 +348,14 @@
|
|
|
344
348
|
"from": "components/VPagination/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"VProgressLinear": {
|
|
348
|
-
"from": "components/VProgressLinear/index.mjs",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
351
|
"VProgressCircular": {
|
|
352
352
|
"from": "components/VProgressCircular/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
+
"VRating": {
|
|
356
|
+
"from": "components/VRating/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
355
359
|
"VRadioGroup": {
|
|
356
360
|
"from": "components/VRadioGroup/index.mjs",
|
|
357
361
|
"styles": []
|
|
@@ -360,14 +364,6 @@
|
|
|
360
364
|
"from": "components/VSelect/index.mjs",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
|
-
"VSheet": {
|
|
364
|
-
"from": "components/VSheet/index.mjs",
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VRating": {
|
|
368
|
-
"from": "components/VRating/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
367
|
"VSelectionControl": {
|
|
372
368
|
"from": "components/VSelectionControl/index.mjs",
|
|
373
369
|
"styles": []
|
|
@@ -376,24 +372,24 @@
|
|
|
376
372
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
375
|
+
"VSlider": {
|
|
376
|
+
"from": "components/VSlider/index.mjs",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
379
|
+
"VSheet": {
|
|
380
|
+
"from": "components/VSheet/index.mjs",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VSnackbar": {
|
|
384
|
+
"from": "components/VSnackbar/index.mjs",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
387
|
+
"VSkeletonLoader": {
|
|
388
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
391
|
+
"VSwitch": {
|
|
392
|
+
"from": "components/VSwitch/index.mjs",
|
|
397
393
|
"styles": []
|
|
398
394
|
},
|
|
399
395
|
"VStepper": {
|
|
@@ -420,20 +416,28 @@
|
|
|
420
416
|
"from": "components/VStepper/index.mjs",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
419
|
+
"VSlideGroup": {
|
|
420
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
425
421
|
"styles": []
|
|
426
422
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
423
|
+
"VSlideGroupItem": {
|
|
424
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
429
425
|
"styles": []
|
|
430
426
|
},
|
|
431
427
|
"VSystemBar": {
|
|
432
428
|
"from": "components/VSystemBar/index.mjs",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
431
|
+
"VTabs": {
|
|
432
|
+
"from": "components/VTabs/index.mjs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VTab": {
|
|
436
|
+
"from": "components/VTabs/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VTable": {
|
|
440
|
+
"from": "components/VTable/index.mjs",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
443
|
"VTextField": {
|
|
@@ -452,10 +456,6 @@
|
|
|
452
456
|
"from": "components/VTimeline/index.mjs",
|
|
453
457
|
"styles": []
|
|
454
458
|
},
|
|
455
|
-
"VTable": {
|
|
456
|
-
"from": "components/VTable/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
459
|
"VToolbar": {
|
|
460
460
|
"from": "components/VToolbar/index.mjs",
|
|
461
461
|
"styles": []
|
|
@@ -468,10 +468,6 @@
|
|
|
468
468
|
"from": "components/VToolbar/index.mjs",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
|
-
"VTooltip": {
|
|
472
|
-
"from": "components/VTooltip/index.mjs",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
471
|
"VWindow": {
|
|
476
472
|
"from": "components/VWindow/index.mjs",
|
|
477
473
|
"styles": []
|
|
@@ -480,18 +476,22 @@
|
|
|
480
476
|
"from": "components/VWindow/index.mjs",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
479
|
+
"VTooltip": {
|
|
480
|
+
"from": "components/VTooltip/index.mjs",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
483
|
+
"VDataIterator": {
|
|
484
|
+
"from": "components/VDataIterator/index.mjs",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
491
487
|
"VForm": {
|
|
492
488
|
"from": "components/VForm/index.mjs",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
491
|
+
"VDefaultsProvider": {
|
|
492
|
+
"from": "components/VDefaultsProvider/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
495
|
"VContainer": {
|
|
496
496
|
"from": "components/VGrid/index.mjs",
|
|
497
497
|
"styles": []
|
|
@@ -512,10 +512,6 @@
|
|
|
512
512
|
"from": "components/VHover/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
-
"VLazy": {
|
|
516
|
-
"from": "components/VLazy/index.mjs",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
515
|
"VLayout": {
|
|
520
516
|
"from": "components/VLayout/index.mjs",
|
|
521
517
|
"styles": []
|
|
@@ -524,6 +520,10 @@
|
|
|
524
520
|
"from": "components/VLayout/index.mjs",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
523
|
+
"VLazy": {
|
|
524
|
+
"from": "components/VLazy/index.mjs",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
527
|
"VLocaleProvider": {
|
|
528
528
|
"from": "components/VLocaleProvider/index.mjs",
|
|
529
529
|
"styles": []
|
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.4.10-dev.2024-01-
|
|
5
|
+
"version": "3.4.10-dev.2024-01-17",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -15686,6 +15686,81 @@
|
|
|
15686
15686
|
}
|
|
15687
15687
|
]
|
|
15688
15688
|
},
|
|
15689
|
+
{
|
|
15690
|
+
"name": "colgroup",
|
|
15691
|
+
"description": "Slot to replace the default rendering of the `<colgroup>` element.",
|
|
15692
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
15693
|
+
"vue-properties": [
|
|
15694
|
+
{
|
|
15695
|
+
"name": "headers",
|
|
15696
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[][]"
|
|
15697
|
+
},
|
|
15698
|
+
{
|
|
15699
|
+
"name": "items",
|
|
15700
|
+
"type": "any[]"
|
|
15701
|
+
},
|
|
15702
|
+
{
|
|
15703
|
+
"name": "sortBy",
|
|
15704
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]"
|
|
15705
|
+
},
|
|
15706
|
+
{
|
|
15707
|
+
"name": "isExpanded",
|
|
15708
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => boolean"
|
|
15709
|
+
},
|
|
15710
|
+
{
|
|
15711
|
+
"name": "toggleExpand",
|
|
15712
|
+
"type": "(item: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>) => void"
|
|
15713
|
+
},
|
|
15714
|
+
{
|
|
15715
|
+
"name": "isSelected",
|
|
15716
|
+
"type": "(items: { value: any; selectable: boolean } | SelectableItem[]) => boolean"
|
|
15717
|
+
},
|
|
15718
|
+
{
|
|
15719
|
+
"name": "toggleSelect",
|
|
15720
|
+
"type": "(item: { value: any; selectable: boolean }) => void"
|
|
15721
|
+
},
|
|
15722
|
+
{
|
|
15723
|
+
"name": "toggleSort",
|
|
15724
|
+
"type": "(column: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>) => void"
|
|
15725
|
+
},
|
|
15726
|
+
{
|
|
15727
|
+
"name": "someSelected",
|
|
15728
|
+
"type": "boolean"
|
|
15729
|
+
},
|
|
15730
|
+
{
|
|
15731
|
+
"name": "allSelected",
|
|
15732
|
+
"type": "boolean"
|
|
15733
|
+
},
|
|
15734
|
+
{
|
|
15735
|
+
"name": "select",
|
|
15736
|
+
"type": "(items: SelectableItem[], value: boolean) => void"
|
|
15737
|
+
},
|
|
15738
|
+
{
|
|
15739
|
+
"name": "selectAll",
|
|
15740
|
+
"type": "(value: boolean) => void"
|
|
15741
|
+
},
|
|
15742
|
+
{
|
|
15743
|
+
"name": "isGroupOpen",
|
|
15744
|
+
"type": "(group: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>) => boolean"
|
|
15745
|
+
},
|
|
15746
|
+
{
|
|
15747
|
+
"name": "toggleGroup",
|
|
15748
|
+
"type": "(group: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>) => void"
|
|
15749
|
+
},
|
|
15750
|
+
{
|
|
15751
|
+
"name": "internalItems",
|
|
15752
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>[]"
|
|
15753
|
+
},
|
|
15754
|
+
{
|
|
15755
|
+
"name": "groupedItems",
|
|
15756
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]"
|
|
15757
|
+
},
|
|
15758
|
+
{
|
|
15759
|
+
"name": "columns",
|
|
15760
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L32-L41\" target=\"_blank\">InternalDataTableHeader</a>[]"
|
|
15761
|
+
}
|
|
15762
|
+
]
|
|
15763
|
+
},
|
|
15689
15764
|
{
|
|
15690
15765
|
"name": "top",
|
|
15691
15766
|
"description": "Slot to add content above the table",
|