@vuetify/nightly 3.4.10-dev.2024-01-17 → 3.4.10-dev.2024-01-18
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 +3 -2
- package/dist/json/attributes.json +12 -0
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +98 -98
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +28 -1
- package/dist/vuetify-labs.css +1232 -1231
- package/dist/vuetify-labs.d.ts +30 -0
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +321 -320
- package/dist/vuetify.d.ts +60 -30
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -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/VDataTable/VDataTable.css +2 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -2
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +30 -0
- package/lib/components/index.d.mts +30 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +30 -30
- 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-18...v) (2024-01-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.4.10-dev.2024-01-
|
|
5
|
+
## [3.4.10-dev.2024-01-18](https://github.com/vuetifyjs/vuetify/compare/v3.4.10...v3.4.10-dev.2024-01-18) (2024-01-18)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
* **paginate:** emit current-items event on items change ([a2f16f4](https://github.com/vuetifyjs/vuetify/commit/a2f16f44f43d8a0996ee4992b01f7a0ef13d42b7))
|
|
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
|
+
* **VDataTable:** add new headerProps prop ([#19025](https://github.com/vuetifyjs/vuetify/issues/19025)) ([d121f54](https://github.com/vuetifyjs/vuetify/commit/d121f5464ba56f5ddbc649385fabc708578ddbe0)), closes [#18993](https://github.com/vuetifyjs/vuetify/issues/18993)
|
|
18
19
|
* **VDataTableFooter:** layout shift from element spacing ([a5254a2](https://github.com/vuetifyjs/vuetify/commit/a5254a2bada424c0bbdbc9d86fcea2afb6a86dc2))
|
|
19
20
|
* **VDataTableVirtual:** add missing colgroup slot ([#19052](https://github.com/vuetifyjs/vuetify/issues/19052)) ([0dca210](https://github.com/vuetifyjs/vuetify/commit/0dca2106989f4a0fd2a6415c7c7be336da616a63))
|
|
20
21
|
* **VDatePicker:** use startOfMonth date for text display ([0a64f7f](https://github.com/vuetifyjs/vuetify/commit/0a64f7f62417c5ae3592e110147b9fb050aec702)), closes [#18794](https://github.com/vuetifyjs/vuetify/issues/18794)
|
|
@@ -3211,6 +3211,10 @@
|
|
|
3211
3211
|
"type": "string | number\n",
|
|
3212
3212
|
"description": "Sets the width for the component."
|
|
3213
3213
|
},
|
|
3214
|
+
"v-data-table/header-props": {
|
|
3215
|
+
"type": "unknown\n",
|
|
3216
|
+
"description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information."
|
|
3217
|
+
},
|
|
3214
3218
|
"v-data-table/cell-props": {
|
|
3215
3219
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3216
3220
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
@@ -3471,6 +3475,10 @@
|
|
|
3471
3475
|
"type": "string | number\n",
|
|
3472
3476
|
"description": "Sets the width for the component."
|
|
3473
3477
|
},
|
|
3478
|
+
"v-data-table-server/header-props": {
|
|
3479
|
+
"type": "unknown\n",
|
|
3480
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3481
|
+
},
|
|
3474
3482
|
"v-data-table-server/cell-props": {
|
|
3475
3483
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3476
3484
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
@@ -3675,6 +3683,10 @@
|
|
|
3675
3683
|
"type": "string | number\n",
|
|
3676
3684
|
"description": "Sets the width for the component."
|
|
3677
3685
|
},
|
|
3686
|
+
"v-data-table-virtual/header-props": {
|
|
3687
|
+
"type": "unknown\n",
|
|
3688
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3689
|
+
},
|
|
3678
3690
|
"v-data-table-virtual/cell-props": {
|
|
3679
3691
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3680
3692
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
@@ -1,13 +1,5 @@
|
|
|
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
|
-
},
|
|
11
3
|
"VCalendar": {
|
|
12
4
|
"from": "labs/VCalendar/index.mjs",
|
|
13
5
|
"styles": []
|
|
@@ -32,6 +24,14 @@
|
|
|
32
24
|
"from": "labs/VCalendar/index.mjs",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
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
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VAppBar": {
|
|
4
8
|
"from": "components/VAppBar/index.mjs",
|
|
5
9
|
"styles": []
|
|
@@ -12,14 +16,6 @@
|
|
|
12
16
|
"from": "components/VAppBar/index.mjs",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VAutocomplete": {
|
|
16
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VApp": {
|
|
20
|
-
"from": "components/VApp/index.mjs",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
19
|
"VAlert": {
|
|
24
20
|
"from": "components/VAlert/index.mjs",
|
|
25
21
|
"styles": []
|
|
@@ -28,6 +24,14 @@
|
|
|
28
24
|
"from": "components/VAlert/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VBadge": {
|
|
32
36
|
"from": "components/VBadge/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -44,48 +48,36 @@
|
|
|
44
48
|
"from": "components/VBanner/index.mjs",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"VAvatar": {
|
|
48
|
-
"from": "components/VAvatar/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
51
|
"VBottomNavigation": {
|
|
52
52
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"VBtnGroup": {
|
|
56
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
55
|
"VBottomSheet": {
|
|
60
56
|
"from": "components/VBottomSheet/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
59
|
+
"VBreadcrumbs": {
|
|
60
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbsItem": {
|
|
64
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
67
|
+
"VBreadcrumbsDivider": {
|
|
68
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
75
71
|
"VBtn": {
|
|
76
72
|
"from": "components/VBtn/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VBreadcrumbsItem": {
|
|
84
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
85
77
|
"styles": []
|
|
86
78
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
79
|
+
"VBtnGroup": {
|
|
80
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
89
81
|
"styles": []
|
|
90
82
|
},
|
|
91
83
|
"VCard": {
|
|
@@ -112,10 +104,6 @@
|
|
|
112
104
|
"from": "components/VCard/index.mjs",
|
|
113
105
|
"styles": []
|
|
114
106
|
},
|
|
115
|
-
"VChip": {
|
|
116
|
-
"from": "components/VChip/index.mjs",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
107
|
"VCheckbox": {
|
|
120
108
|
"from": "components/VCheckbox/index.mjs",
|
|
121
109
|
"styles": []
|
|
@@ -124,18 +112,30 @@
|
|
|
124
112
|
"from": "components/VCheckbox/index.mjs",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip/index.mjs",
|
|
133
125
|
"styles": []
|
|
134
126
|
},
|
|
135
127
|
"VChipGroup": {
|
|
136
128
|
"from": "components/VChipGroup/index.mjs",
|
|
137
129
|
"styles": []
|
|
138
130
|
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
139
|
"VCombobox": {
|
|
140
140
|
"from": "components/VCombobox/index.mjs",
|
|
141
141
|
"styles": []
|
|
@@ -164,8 +164,8 @@
|
|
|
164
164
|
"from": "components/VDataTable/index.mjs",
|
|
165
165
|
"styles": []
|
|
166
166
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
171
|
"VDatePicker": {
|
|
@@ -192,8 +192,12 @@
|
|
|
192
192
|
"from": "components/VDatePicker/index.mjs",
|
|
193
193
|
"styles": []
|
|
194
194
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog/index.mjs",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDivider": {
|
|
200
|
+
"from": "components/VDivider/index.mjs",
|
|
197
201
|
"styles": []
|
|
198
202
|
},
|
|
199
203
|
"VExpansionPanels": {
|
|
@@ -212,24 +216,20 @@
|
|
|
212
216
|
"from": "components/VExpansionPanel/index.mjs",
|
|
213
217
|
"styles": []
|
|
214
218
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
217
221
|
"styles": []
|
|
218
222
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
227
|
"VFooter": {
|
|
224
228
|
"from": "components/VFooter/index.mjs",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFieldLabel": {
|
|
232
|
-
"from": "components/VField/index.mjs",
|
|
231
|
+
"VFileInput": {
|
|
232
|
+
"from": "components/VFileInput/index.mjs",
|
|
233
233
|
"styles": []
|
|
234
234
|
},
|
|
235
235
|
"VIcon": {
|
|
@@ -252,26 +252,18 @@
|
|
|
252
252
|
"from": "components/VIcon/index.mjs",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
255
|
+
"VImg": {
|
|
256
|
+
"from": "components/VImg/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
259
|
"VInfiniteScroll": {
|
|
260
260
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
-
"VImg": {
|
|
264
|
-
"from": "components/VImg/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
263
|
"VInput": {
|
|
268
264
|
"from": "components/VInput/index.mjs",
|
|
269
265
|
"styles": []
|
|
270
266
|
},
|
|
271
|
-
"VLabel": {
|
|
272
|
-
"from": "components/VLabel/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
267
|
"VItemGroup": {
|
|
276
268
|
"from": "components/VItemGroup/index.mjs",
|
|
277
269
|
"styles": []
|
|
@@ -280,6 +272,14 @@
|
|
|
280
272
|
"from": "components/VItemGroup/index.mjs",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd/index.mjs",
|
|
277
|
+
"styles": []
|
|
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": []
|
|
@@ -320,16 +320,12 @@
|
|
|
320
320
|
"from": "components/VMain/index.mjs",
|
|
321
321
|
"styles": []
|
|
322
322
|
},
|
|
323
|
-
"VMessages": {
|
|
324
|
-
"from": "components/VMessages/index.mjs",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
323
|
"VMenu": {
|
|
328
324
|
"from": "components/VMenu/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
327
|
+
"VMessages": {
|
|
328
|
+
"from": "components/VMessages/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
331
|
"VNavigationDrawer": {
|
|
@@ -352,14 +348,18 @@
|
|
|
352
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VProgressLinear": {
|
|
352
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
355
|
"VRadioGroup": {
|
|
360
356
|
"from": "components/VRadioGroup/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VRating": {
|
|
360
|
+
"from": "components/VRating/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VSelect": {
|
|
364
364
|
"from": "components/VSelect/index.mjs",
|
|
365
365
|
"styles": []
|
|
@@ -372,26 +372,34 @@
|
|
|
372
372
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
-
"VSlider": {
|
|
376
|
-
"from": "components/VSlider/index.mjs",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
375
|
"VSheet": {
|
|
380
376
|
"from": "components/VSheet/index.mjs",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"VSnackbar": {
|
|
384
|
-
"from": "components/VSnackbar/index.mjs",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
379
|
"VSkeletonLoader": {
|
|
388
380
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
383
|
+
"VSlideGroup": {
|
|
384
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
387
|
+
"VSlideGroupItem": {
|
|
388
|
+
"from": "components/VSlideGroup/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
391
395
|
"VSwitch": {
|
|
392
396
|
"from": "components/VSwitch/index.mjs",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
395
403
|
"VStepper": {
|
|
396
404
|
"from": "components/VStepper/index.mjs",
|
|
397
405
|
"styles": []
|
|
@@ -416,14 +424,6 @@
|
|
|
416
424
|
"from": "components/VStepper/index.mjs",
|
|
417
425
|
"styles": []
|
|
418
426
|
},
|
|
419
|
-
"VSlideGroup": {
|
|
420
|
-
"from": "components/VSlideGroup/index.mjs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VSlideGroupItem": {
|
|
424
|
-
"from": "components/VSlideGroup/index.mjs",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
427
|
"VSystemBar": {
|
|
428
428
|
"from": "components/VSystemBar/index.mjs",
|
|
429
429
|
"styles": []
|
|
@@ -440,14 +440,14 @@
|
|
|
440
440
|
"from": "components/VTable/index.mjs",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
|
-
"VTextField": {
|
|
444
|
-
"from": "components/VTextField/index.mjs",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
443
|
"VTextarea": {
|
|
448
444
|
"from": "components/VTextarea/index.mjs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
447
|
+
"VTextField": {
|
|
448
|
+
"from": "components/VTextField/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
451
|
"VTimeline": {
|
|
452
452
|
"from": "components/VTimeline/index.mjs",
|
|
453
453
|
"styles": []
|
|
@@ -468,6 +468,10 @@
|
|
|
468
468
|
"from": "components/VToolbar/index.mjs",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
|
+
"VTooltip": {
|
|
472
|
+
"from": "components/VTooltip/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
471
475
|
"VWindow": {
|
|
472
476
|
"from": "components/VWindow/index.mjs",
|
|
473
477
|
"styles": []
|
|
@@ -476,22 +480,18 @@
|
|
|
476
480
|
"from": "components/VWindow/index.mjs",
|
|
477
481
|
"styles": []
|
|
478
482
|
},
|
|
479
|
-
"VTooltip": {
|
|
480
|
-
"from": "components/VTooltip/index.mjs",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
483
|
"VDataIterator": {
|
|
484
484
|
"from": "components/VDataIterator/index.mjs",
|
|
485
485
|
"styles": []
|
|
486
486
|
},
|
|
487
|
-
"VForm": {
|
|
488
|
-
"from": "components/VForm/index.mjs",
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
487
|
"VDefaultsProvider": {
|
|
492
488
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
491
|
+
"VForm": {
|
|
492
|
+
"from": "components/VForm/index.mjs",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
495
|
"VContainer": {
|
|
496
496
|
"from": "components/VGrid/index.mjs",
|
|
497
497
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1057,6 +1057,7 @@
|
|
|
1057
1057
|
"fixed-footer",
|
|
1058
1058
|
"fixed-header",
|
|
1059
1059
|
"group-by",
|
|
1060
|
+
"header-props",
|
|
1060
1061
|
"headers",
|
|
1061
1062
|
"height",
|
|
1062
1063
|
"hide-no-data",
|
|
@@ -1137,6 +1138,7 @@
|
|
|
1137
1138
|
"fixed-footer",
|
|
1138
1139
|
"fixed-header",
|
|
1139
1140
|
"group-by",
|
|
1141
|
+
"header-props",
|
|
1140
1142
|
"headers",
|
|
1141
1143
|
"height",
|
|
1142
1144
|
"hide-no-data",
|
|
@@ -1195,6 +1197,7 @@
|
|
|
1195
1197
|
"fixed-footer",
|
|
1196
1198
|
"fixed-header",
|
|
1197
1199
|
"group-by",
|
|
1200
|
+
"header-props",
|
|
1198
1201
|
"headers",
|
|
1199
1202
|
"height",
|
|
1200
1203
|
"hide-no-data",
|
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-18",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -11045,6 +11045,15 @@
|
|
|
11045
11045
|
"type": "string | number\n"
|
|
11046
11046
|
}
|
|
11047
11047
|
},
|
|
11048
|
+
{
|
|
11049
|
+
"name": "headerProps",
|
|
11050
|
+
"description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information.",
|
|
11051
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table#props",
|
|
11052
|
+
"value": {
|
|
11053
|
+
"kind": "expression",
|
|
11054
|
+
"type": "unknown\n"
|
|
11055
|
+
}
|
|
11056
|
+
},
|
|
11048
11057
|
{
|
|
11049
11058
|
"name": "cellProps",
|
|
11050
11059
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))",
|
|
@@ -13197,6 +13206,15 @@
|
|
|
13197
13206
|
"type": "string | number\n"
|
|
13198
13207
|
}
|
|
13199
13208
|
},
|
|
13209
|
+
{
|
|
13210
|
+
"name": "headerProps",
|
|
13211
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
13212
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#props",
|
|
13213
|
+
"value": {
|
|
13214
|
+
"kind": "expression",
|
|
13215
|
+
"type": "unknown\n"
|
|
13216
|
+
}
|
|
13217
|
+
},
|
|
13200
13218
|
{
|
|
13201
13219
|
"name": "cellProps",
|
|
13202
13220
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))",
|
|
@@ -14990,6 +15008,15 @@
|
|
|
14990
15008
|
"type": "string | number\n"
|
|
14991
15009
|
}
|
|
14992
15010
|
},
|
|
15011
|
+
{
|
|
15012
|
+
"name": "headerProps",
|
|
15013
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
15014
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
|
|
15015
|
+
"value": {
|
|
15016
|
+
"kind": "expression",
|
|
15017
|
+
"type": "unknown\n"
|
|
15018
|
+
}
|
|
15019
|
+
},
|
|
14993
15020
|
{
|
|
14994
15021
|
"name": "cellProps",
|
|
14995
15022
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))",
|