@vuetify/nightly 3.6.4-master.2024-05-09 → 3.6.4-master.2024-05-10

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 CHANGED
@@ -1,12 +1,13 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-09...v) (2024-05-09)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-10...v) (2024-05-10)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.4-master.2024-05-09](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-09) (2024-05-09)
5
+ ## [3.6.4-master.2024-05-10](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-10) (2024-05-10)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **VDataTable:** add missing hide-default-header/footer props ([#19774](https://github.com/vuetifyjs/vuetify/issues/19774)) ([a6340ac](https://github.com/vuetifyjs/vuetify/commit/a6340ac592fd3435c81f35b36eb60861cd426d02))
10
11
  * **VFileInput:** allow dirty prop to trigger dirty state ([85c41db](https://github.com/vuetifyjs/vuetify/commit/85c41dbe8028c878da6cd8cbd7510a8b21be298b)), closes [#19699](https://github.com/vuetifyjs/vuetify/issues/19699)
11
12
  * **VStepper:** add missing hover and focus styling ([b45ab1a](https://github.com/vuetifyjs/vuetify/commit/b45ab1aff93965c31a88cb567d83f934dac00e1d))
12
13
  * **VStepper:** add missing non-linear styles ([da6d5f3](https://github.com/vuetifyjs/vuetify/commit/da6d5f3cd2d54bf6ad652688b61c9626933d969d))
@@ -3427,6 +3427,14 @@
3427
3427
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3428
3428
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3429
3429
  },
3430
+ "VDataTable/hide-default-footer": {
3431
+ "type": "boolean\n",
3432
+ "description": "Hides the default footer. This has no effect on `v-data-table-virtual`."
3433
+ },
3434
+ "VDataTable/hide-default-header": {
3435
+ "type": "boolean\n",
3436
+ "description": "Hides the default header."
3437
+ },
3430
3438
  "VDataTable/search": {
3431
3439
  "type": "string\n",
3432
3440
  "description": "Text input used to filter items."
@@ -3755,6 +3763,14 @@
3755
3763
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3756
3764
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3757
3765
  },
3766
+ "VDataTableServer/hide-default-footer": {
3767
+ "type": "boolean\n",
3768
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3769
+ },
3770
+ "VDataTableServer/hide-default-header": {
3771
+ "type": "boolean\n",
3772
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3773
+ },
3758
3774
  "VDataTableServer/search": {
3759
3775
  "type": "string\n",
3760
3776
  "description": "Text input used to filter items."
@@ -3959,6 +3975,14 @@
3959
3975
  "type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
3960
3976
  "description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
3961
3977
  },
3978
+ "VDataTableVirtual/hide-default-footer": {
3979
+ "type": "boolean\n",
3980
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3981
+ },
3982
+ "VDataTableVirtual/hide-default-header": {
3983
+ "type": "boolean\n",
3984
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/DataTable.json))"
3985
+ },
3962
3986
  "VDataTableVirtual/search": {
3963
3987
  "type": "string\n",
3964
3988
  "description": "Text input used to filter items."
@@ -36,18 +36,6 @@
36
36
  "from": "labs/VNumberInput/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VTreeview": {
40
- "from": "labs/VTreeview/index.mjs",
41
- "styles": []
42
- },
43
- "VTreeviewItem": {
44
- "from": "labs/VTreeview/index.mjs",
45
- "styles": []
46
- },
47
- "VTreeviewGroup": {
48
- "from": "labs/VTreeview/index.mjs",
49
- "styles": []
50
- },
51
39
  "VTimePicker": {
52
40
  "from": "labs/VTimePicker/index.mjs",
53
41
  "styles": []
@@ -60,17 +48,29 @@
60
48
  "from": "labs/VTimePicker/index.mjs",
61
49
  "styles": []
62
50
  },
63
- "VSnackbarQueue": {
64
- "from": "labs/VSnackbarQueue/index.mjs",
51
+ "VTreeview": {
52
+ "from": "labs/VTreeview/index.mjs",
65
53
  "styles": []
66
54
  },
67
- "VDateInput": {
68
- "from": "labs/VDateInput/index.mjs",
55
+ "VTreeviewItem": {
56
+ "from": "labs/VTreeview/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VTreeviewGroup": {
60
+ "from": "labs/VTreeview/index.mjs",
69
61
  "styles": []
70
62
  },
71
63
  "VPullToRefresh": {
72
64
  "from": "labs/VPullToRefresh/index.mjs",
73
65
  "styles": []
66
+ },
67
+ "VDateInput": {
68
+ "from": "labs/VDateInput/index.mjs",
69
+ "styles": []
70
+ },
71
+ "VSnackbarQueue": {
72
+ "from": "labs/VSnackbarQueue/index.mjs",
73
+ "styles": []
74
74
  }
75
75
  }
76
76
  }
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
3
  "VAppBar": {
8
4
  "from": "components/VAppBar/index.mjs",
9
5
  "styles": []
@@ -28,20 +24,28 @@
28
24
  "from": "components/VAvatar/index.mjs",
29
25
  "styles": []
30
26
  },
27
+ "VApp": {
28
+ "from": "components/VApp/index.mjs",
29
+ "styles": []
30
+ },
31
31
  "VAutocomplete": {
32
32
  "from": "components/VAutocomplete/index.mjs",
33
33
  "styles": []
34
34
  },
35
- "VBanner": {
36
- "from": "components/VBanner/index.mjs",
35
+ "VBadge": {
36
+ "from": "components/VBadge/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VBannerActions": {
40
- "from": "components/VBanner/index.mjs",
39
+ "VBreadcrumbs": {
40
+ "from": "components/VBreadcrumbs/index.mjs",
41
41
  "styles": []
42
42
  },
43
- "VBannerText": {
44
- "from": "components/VBanner/index.mjs",
43
+ "VBreadcrumbsItem": {
44
+ "from": "components/VBreadcrumbs/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBreadcrumbsDivider": {
48
+ "from": "components/VBreadcrumbs/index.mjs",
45
49
  "styles": []
46
50
  },
47
51
  "VBottomSheet": {
@@ -52,32 +56,24 @@
52
56
  "from": "components/VBottomNavigation/index.mjs",
53
57
  "styles": []
54
58
  },
55
- "VBadge": {
56
- "from": "components/VBadge/index.mjs",
57
- "styles": []
58
- },
59
- "VBreadcrumbs": {
60
- "from": "components/VBreadcrumbs/index.mjs",
61
- "styles": []
62
- },
63
- "VBreadcrumbsItem": {
64
- "from": "components/VBreadcrumbs/index.mjs",
59
+ "VBanner": {
60
+ "from": "components/VBanner/index.mjs",
65
61
  "styles": []
66
62
  },
67
- "VBreadcrumbsDivider": {
68
- "from": "components/VBreadcrumbs/index.mjs",
63
+ "VBannerActions": {
64
+ "from": "components/VBanner/index.mjs",
69
65
  "styles": []
70
66
  },
71
- "VBtn": {
72
- "from": "components/VBtn/index.mjs",
67
+ "VBannerText": {
68
+ "from": "components/VBanner/index.mjs",
73
69
  "styles": []
74
70
  },
75
71
  "VBtnToggle": {
76
72
  "from": "components/VBtnToggle/index.mjs",
77
73
  "styles": []
78
74
  },
79
- "VBtnGroup": {
80
- "from": "components/VBtnGroup/index.mjs",
75
+ "VBtn": {
76
+ "from": "components/VBtn/index.mjs",
81
77
  "styles": []
82
78
  },
83
79
  "VCard": {
@@ -104,6 +100,18 @@
104
100
  "from": "components/VCard/index.mjs",
105
101
  "styles": []
106
102
  },
103
+ "VBtnGroup": {
104
+ "from": "components/VBtnGroup/index.mjs",
105
+ "styles": []
106
+ },
107
+ "VCarousel": {
108
+ "from": "components/VCarousel/index.mjs",
109
+ "styles": []
110
+ },
111
+ "VCarouselItem": {
112
+ "from": "components/VCarousel/index.mjs",
113
+ "styles": []
114
+ },
107
115
  "VCheckbox": {
108
116
  "from": "components/VCheckbox/index.mjs",
109
117
  "styles": []
@@ -112,12 +120,12 @@
112
120
  "from": "components/VCheckbox/index.mjs",
113
121
  "styles": []
114
122
  },
115
- "VCarousel": {
116
- "from": "components/VCarousel/index.mjs",
123
+ "VChipGroup": {
124
+ "from": "components/VChipGroup/index.mjs",
117
125
  "styles": []
118
126
  },
119
- "VCarouselItem": {
120
- "from": "components/VCarousel/index.mjs",
127
+ "VChip": {
128
+ "from": "components/VChip/index.mjs",
121
129
  "styles": []
122
130
  },
123
131
  "VCode": {
@@ -128,20 +136,40 @@
128
136
  "from": "components/VColorPicker/index.mjs",
129
137
  "styles": []
130
138
  },
131
- "VChip": {
132
- "from": "components/VChip/index.mjs",
139
+ "VCounter": {
140
+ "from": "components/VCounter/index.mjs",
133
141
  "styles": []
134
142
  },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
143
+ "VDatePicker": {
144
+ "from": "components/VDatePicker/index.mjs",
137
145
  "styles": []
138
146
  },
139
- "VChipGroup": {
140
- "from": "components/VChipGroup/index.mjs",
147
+ "VDatePickerControls": {
148
+ "from": "components/VDatePicker/index.mjs",
141
149
  "styles": []
142
150
  },
143
- "VCounter": {
144
- "from": "components/VCounter/index.mjs",
151
+ "VDatePickerHeader": {
152
+ "from": "components/VDatePicker/index.mjs",
153
+ "styles": []
154
+ },
155
+ "VDatePickerMonth": {
156
+ "from": "components/VDatePicker/index.mjs",
157
+ "styles": []
158
+ },
159
+ "VDatePickerMonths": {
160
+ "from": "components/VDatePicker/index.mjs",
161
+ "styles": []
162
+ },
163
+ "VDatePickerYears": {
164
+ "from": "components/VDatePicker/index.mjs",
165
+ "styles": []
166
+ },
167
+ "VCombobox": {
168
+ "from": "components/VCombobox/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VDialog": {
172
+ "from": "components/VDialog/index.mjs",
145
173
  "styles": []
146
174
  },
147
175
  "VDataTable": {
@@ -172,42 +200,10 @@
172
200
  "from": "components/VDataTable/index.mjs",
173
201
  "styles": []
174
202
  },
175
- "VDatePicker": {
176
- "from": "components/VDatePicker/index.mjs",
177
- "styles": []
178
- },
179
- "VDatePickerControls": {
180
- "from": "components/VDatePicker/index.mjs",
181
- "styles": []
182
- },
183
- "VDatePickerHeader": {
184
- "from": "components/VDatePicker/index.mjs",
185
- "styles": []
186
- },
187
- "VDatePickerMonth": {
188
- "from": "components/VDatePicker/index.mjs",
189
- "styles": []
190
- },
191
- "VDatePickerMonths": {
192
- "from": "components/VDatePicker/index.mjs",
193
- "styles": []
194
- },
195
- "VDatePickerYears": {
196
- "from": "components/VDatePicker/index.mjs",
197
- "styles": []
198
- },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
201
- "styles": []
202
- },
203
203
  "VDivider": {
204
204
  "from": "components/VDivider/index.mjs",
205
205
  "styles": []
206
206
  },
207
- "VEmptyState": {
208
- "from": "components/VEmptyState/index.mjs",
209
- "styles": []
210
- },
211
207
  "VExpansionPanels": {
212
208
  "from": "components/VExpansionPanel/index.mjs",
213
209
  "styles": []
@@ -224,12 +220,8 @@
224
220
  "from": "components/VExpansionPanel/index.mjs",
225
221
  "styles": []
226
222
  },
227
- "VFab": {
228
- "from": "components/VFab/index.mjs",
229
- "styles": []
230
- },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
223
+ "VEmptyState": {
224
+ "from": "components/VEmptyState/index.mjs",
233
225
  "styles": []
234
226
  },
235
227
  "VField": {
@@ -240,10 +232,22 @@
240
232
  "from": "components/VField/index.mjs",
241
233
  "styles": []
242
234
  },
235
+ "VFab": {
236
+ "from": "components/VFab/index.mjs",
237
+ "styles": []
238
+ },
243
239
  "VFooter": {
244
240
  "from": "components/VFooter/index.mjs",
245
241
  "styles": []
246
242
  },
243
+ "VFileInput": {
244
+ "from": "components/VFileInput/index.mjs",
245
+ "styles": []
246
+ },
247
+ "VImg": {
248
+ "from": "components/VImg/index.mjs",
249
+ "styles": []
250
+ },
247
251
  "VIcon": {
248
252
  "from": "components/VIcon/index.mjs",
249
253
  "styles": []
@@ -264,26 +268,18 @@
264
268
  "from": "components/VIcon/index.mjs",
265
269
  "styles": []
266
270
  },
267
- "VInput": {
268
- "from": "components/VInput/index.mjs",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll/index.mjs",
269
273
  "styles": []
270
274
  },
271
- "VImg": {
272
- "from": "components/VImg/index.mjs",
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
273
277
  "styles": []
274
278
  },
275
279
  "VLabel": {
276
280
  "from": "components/VLabel/index.mjs",
277
281
  "styles": []
278
282
  },
279
- "VInfiniteScroll": {
280
- "from": "components/VInfiniteScroll/index.mjs",
281
- "styles": []
282
- },
283
- "VKbd": {
284
- "from": "components/VKbd/index.mjs",
285
- "styles": []
286
- },
287
283
  "VItemGroup": {
288
284
  "from": "components/VItemGroup/index.mjs",
289
285
  "styles": []
@@ -292,6 +288,10 @@
292
288
  "from": "components/VItemGroup/index.mjs",
293
289
  "styles": []
294
290
  },
291
+ "VKbd": {
292
+ "from": "components/VKbd/index.mjs",
293
+ "styles": []
294
+ },
295
295
  "VList": {
296
296
  "from": "components/VList/index.mjs",
297
297
  "styles": []
@@ -332,42 +332,42 @@
332
332
  "from": "components/VMenu/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VMessages": {
336
- "from": "components/VMessages/index.mjs",
337
- "styles": []
338
- },
339
335
  "VMain": {
340
336
  "from": "components/VMain/index.mjs",
341
337
  "styles": []
342
338
  },
343
- "VOtpInput": {
344
- "from": "components/VOtpInput/index.mjs",
339
+ "VMessages": {
340
+ "from": "components/VMessages/index.mjs",
345
341
  "styles": []
346
342
  },
347
343
  "VNavigationDrawer": {
348
344
  "from": "components/VNavigationDrawer/index.mjs",
349
345
  "styles": []
350
346
  },
351
- "VPagination": {
352
- "from": "components/VPagination/index.mjs",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VProgressCircular": {
356
- "from": "components/VProgressCircular/index.mjs",
351
+ "VPagination": {
352
+ "from": "components/VPagination/index.mjs",
357
353
  "styles": []
358
354
  },
359
355
  "VOverlay": {
360
356
  "from": "components/VOverlay/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup/index.mjs",
359
+ "VProgressCircular": {
360
+ "from": "components/VProgressCircular/index.mjs",
365
361
  "styles": []
366
362
  },
367
363
  "VProgressLinear": {
368
364
  "from": "components/VProgressLinear/index.mjs",
369
365
  "styles": []
370
366
  },
367
+ "VRadioGroup": {
368
+ "from": "components/VRadioGroup/index.mjs",
369
+ "styles": []
370
+ },
371
371
  "VRating": {
372
372
  "from": "components/VRating/index.mjs",
373
373
  "styles": []
@@ -376,18 +376,26 @@
376
376
  "from": "components/VSelect/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSkeletonLoader": {
380
- "from": "components/VSkeletonLoader/index.mjs",
381
- "styles": []
382
- },
383
379
  "VSelectionControlGroup": {
384
380
  "from": "components/VSelectionControlGroup/index.mjs",
385
381
  "styles": []
386
382
  },
383
+ "VSelectionControl": {
384
+ "from": "components/VSelectionControl/index.mjs",
385
+ "styles": []
386
+ },
387
387
  "VSheet": {
388
388
  "from": "components/VSheet/index.mjs",
389
389
  "styles": []
390
390
  },
391
+ "VSnackbar": {
392
+ "from": "components/VSnackbar/index.mjs",
393
+ "styles": []
394
+ },
395
+ "VSkeletonLoader": {
396
+ "from": "components/VSkeletonLoader/index.mjs",
397
+ "styles": []
398
+ },
391
399
  "VSlideGroup": {
392
400
  "from": "components/VSlideGroup/index.mjs",
393
401
  "styles": []
@@ -420,10 +428,6 @@
420
428
  "from": "components/VStepper/index.mjs",
421
429
  "styles": []
422
430
  },
423
- "VSnackbar": {
424
- "from": "components/VSnackbar/index.mjs",
425
- "styles": []
426
- },
427
431
  "VSlider": {
428
432
  "from": "components/VSlider/index.mjs",
429
433
  "styles": []
@@ -432,10 +436,6 @@
432
436
  "from": "components/VSwitch/index.mjs",
433
437
  "styles": []
434
438
  },
435
- "VSystemBar": {
436
- "from": "components/VSystemBar/index.mjs",
437
- "styles": []
438
- },
439
439
  "VTab": {
440
440
  "from": "components/VTabs/index.mjs",
441
441
  "styles": []
@@ -452,6 +452,10 @@
452
452
  "from": "components/VTabs/index.mjs",
453
453
  "styles": []
454
454
  },
455
+ "VSystemBar": {
456
+ "from": "components/VSystemBar/index.mjs",
457
+ "styles": []
458
+ },
455
459
  "VTable": {
456
460
  "from": "components/VTable/index.mjs",
457
461
  "styles": []
@@ -460,6 +464,10 @@
460
464
  "from": "components/VTextarea/index.mjs",
461
465
  "styles": []
462
466
  },
467
+ "VTextField": {
468
+ "from": "components/VTextField/index.mjs",
469
+ "styles": []
470
+ },
463
471
  "VTimeline": {
464
472
  "from": "components/VTimeline/index.mjs",
465
473
  "styles": []
@@ -468,10 +476,6 @@
468
476
  "from": "components/VTimeline/index.mjs",
469
477
  "styles": []
470
478
  },
471
- "VTextField": {
472
- "from": "components/VTextField/index.mjs",
473
- "styles": []
474
- },
475
479
  "VToolbar": {
476
480
  "from": "components/VToolbar/index.mjs",
477
481
  "styles": []
@@ -484,10 +488,6 @@
484
488
  "from": "components/VToolbar/index.mjs",
485
489
  "styles": []
486
490
  },
487
- "VSelectionControl": {
488
- "from": "components/VSelectionControl/index.mjs",
489
- "styles": []
490
- },
491
491
  "VTooltip": {
492
492
  "from": "components/VTooltip/index.mjs",
493
493
  "styles": []
@@ -516,6 +516,10 @@
516
516
  "from": "components/VForm/index.mjs",
517
517
  "styles": []
518
518
  },
519
+ "VHover": {
520
+ "from": "components/VHover/index.mjs",
521
+ "styles": []
522
+ },
519
523
  "VContainer": {
520
524
  "from": "components/VGrid/index.mjs",
521
525
  "styles": []
@@ -532,14 +536,6 @@
532
536
  "from": "components/VGrid/index.mjs",
533
537
  "styles": []
534
538
  },
535
- "VHover": {
536
- "from": "components/VHover/index.mjs",
537
- "styles": []
538
- },
539
- "VLocaleProvider": {
540
- "from": "components/VLocaleProvider/index.mjs",
541
- "styles": []
542
- },
543
539
  "VLayout": {
544
540
  "from": "components/VLayout/index.mjs",
545
541
  "styles": []
@@ -552,6 +548,10 @@
552
548
  "from": "components/VLazy/index.mjs",
553
549
  "styles": []
554
550
  },
551
+ "VLocaleProvider": {
552
+ "from": "components/VLocaleProvider/index.mjs",
553
+ "styles": []
554
+ },
555
555
  "VNoSsr": {
556
556
  "from": "components/VNoSsr/index.mjs",
557
557
  "styles": []
@@ -572,22 +572,22 @@
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
574
574
  },
575
- "VSparkline": {
576
- "from": "components/VSparkline/index.mjs",
577
- "styles": []
578
- },
579
575
  "VSpeedDial": {
580
576
  "from": "components/VSpeedDial/index.mjs",
581
577
  "styles": []
582
578
  },
583
- "VVirtualScroll": {
584
- "from": "components/VVirtualScroll/index.mjs",
579
+ "VSparkline": {
580
+ "from": "components/VSparkline/index.mjs",
585
581
  "styles": []
586
582
  },
587
583
  "VThemeProvider": {
588
584
  "from": "components/VThemeProvider/index.mjs",
589
585
  "styles": []
590
586
  },
587
+ "VVirtualScroll": {
588
+ "from": "components/VVirtualScroll/index.mjs",
589
+ "styles": []
590
+ },
591
591
  "VValidation": {
592
592
  "from": "components/VValidation/index.mjs",
593
593
  "styles": []
@@ -1101,6 +1101,8 @@
1101
1101
  "header-props",
1102
1102
  "headers",
1103
1103
  "height",
1104
+ "hide-default-footer",
1105
+ "hide-default-header",
1104
1106
  "hide-no-data",
1105
1107
  "hover",
1106
1108
  "item-selectable",
@@ -1202,6 +1204,8 @@
1202
1204
  "header-props",
1203
1205
  "headers",
1204
1206
  "height",
1207
+ "hide-default-footer",
1208
+ "hide-default-header",
1205
1209
  "hide-no-data",
1206
1210
  "hover",
1207
1211
  "item-selectable",
@@ -1263,6 +1267,8 @@
1263
1267
  "header-props",
1264
1268
  "headers",
1265
1269
  "height",
1270
+ "hide-default-footer",
1271
+ "hide-default-header",
1266
1272
  "hide-no-data",
1267
1273
  "hover",
1268
1274
  "item-height",