vuetify 3.3.6 → 3.3.7

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.
Files changed (83) hide show
  1. package/dist/json/attributes.json +14 -10
  2. package/dist/json/importMap.json +76 -76
  3. package/dist/json/tags.json +1 -0
  4. package/dist/json/web-types.json +26 -24
  5. package/dist/vuetify-labs.css +127 -111
  6. package/dist/vuetify-labs.d.ts +178 -76
  7. package/dist/vuetify-labs.esm.js +486 -337
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +485 -336
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +36 -20
  12. package/dist/vuetify.d.ts +157 -93
  13. package/dist/vuetify.esm.js +469 -326
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +468 -325
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +688 -669
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/VAutocomplete.mjs +48 -35
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  22. package/lib/components/VBtn/VBtn.mjs +1 -1
  23. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  24. package/lib/components/VCheckbox/index.d.mts +28 -16
  25. package/lib/components/VCombobox/VCombobox.mjs +48 -35
  26. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  27. package/lib/components/VField/VField.css +17 -6
  28. package/lib/components/VField/VField.sass +17 -6
  29. package/lib/components/VField/_variables.scss +2 -2
  30. package/lib/components/VIcon/VIcon.css +1 -0
  31. package/lib/components/VIcon/VIcon.sass +1 -0
  32. package/lib/components/VImg/VImg.css +4 -2
  33. package/lib/components/VImg/VImg.mjs +4 -2
  34. package/lib/components/VImg/VImg.mjs.map +1 -1
  35. package/lib/components/VImg/VImg.sass +3 -4
  36. package/lib/components/VOverlay/VOverlay.css +2 -0
  37. package/lib/components/VOverlay/VOverlay.sass +3 -1
  38. package/lib/components/VOverlay/scrollStrategies.mjs +3 -1
  39. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  40. package/lib/components/VRadio/index.d.mts +14 -8
  41. package/lib/components/VRadioGroup/index.d.mts +14 -8
  42. package/lib/components/VResponsive/VResponsive.css +6 -11
  43. package/lib/components/VResponsive/VResponsive.sass +5 -10
  44. package/lib/components/VSelect/VSelect.mjs +43 -31
  45. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  46. package/lib/components/VSelect/useScrolling.mjs +69 -0
  47. package/lib/components/VSelect/useScrolling.mjs.map +1 -0
  48. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
  49. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  50. package/lib/components/VSelectionControl/index.d.mts +14 -8
  51. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
  52. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  53. package/lib/components/VSelectionControlGroup/index.d.mts +14 -8
  54. package/lib/components/VSwitch/index.d.mts +14 -8
  55. package/lib/components/VTextField/VTextField.css +5 -0
  56. package/lib/components/VTextField/VTextField.mjs +6 -2
  57. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  58. package/lib/components/VTextField/VTextField.sass +5 -0
  59. package/lib/components/VTextField/_variables.scss +1 -0
  60. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +50 -24
  61. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  62. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +13 -23
  63. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  64. package/lib/components/VVirtualScroll/index.d.mts +37 -15
  65. package/lib/components/index.d.mts +134 -70
  66. package/lib/composables/filter.mjs +9 -7
  67. package/lib/composables/filter.mjs.map +1 -1
  68. package/lib/composables/resizeObserver.mjs +6 -1
  69. package/lib/composables/resizeObserver.mjs.map +1 -1
  70. package/lib/composables/virtual.mjs +17 -17
  71. package/lib/composables/virtual.mjs.map +1 -1
  72. package/lib/entry-bundler.mjs +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/index.d.mts +23 -23
  75. package/lib/labs/VDataTable/VDataTableVirtual.mjs +12 -10
  76. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  77. package/lib/labs/VDataTable/composables/headers.mjs +6 -2
  78. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  79. package/lib/labs/VDataTable/index.d.mts +44 -6
  80. package/lib/labs/components.d.mts +44 -6
  81. package/lib/util/getScrollParent.mjs +7 -1
  82. package/lib/util/getScrollParent.mjs.map +1 -1
  83. package/package.json +2 -2
@@ -445,7 +445,7 @@
445
445
  },
446
446
  "v-autocomplete/filter-mode": {
447
447
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
448
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
448
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
449
449
  },
450
450
  "v-autocomplete/no-filter": {
451
451
  "type": "boolean\n",
@@ -457,7 +457,7 @@
457
457
  },
458
458
  "v-autocomplete/custom-key-filter": {
459
459
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
460
- "description": "Function used on specific keys within the item object."
460
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
461
461
  },
462
462
  "v-autocomplete/filter-keys": {
463
463
  "type": "string | string[]\n",
@@ -2453,7 +2453,7 @@
2453
2453
  },
2454
2454
  "v-combobox/filter-mode": {
2455
2455
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
2456
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2456
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
2457
2457
  },
2458
2458
  "v-combobox/no-filter": {
2459
2459
  "type": "boolean\n",
@@ -2465,7 +2465,7 @@
2465
2465
  },
2466
2466
  "v-combobox/custom-key-filter": {
2467
2467
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2468
- "description": "Function used on specific keys within the item object."
2468
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2469
2469
  },
2470
2470
  "v-combobox/filter-keys": {
2471
2471
  "type": "string | string[]\n",
@@ -2713,7 +2713,7 @@
2713
2713
  },
2714
2714
  "v-data-iterator/filter-mode": {
2715
2715
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
2716
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2716
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
2717
2717
  },
2718
2718
  "v-data-iterator/no-filter": {
2719
2719
  "type": "boolean\n",
@@ -2725,7 +2725,7 @@
2725
2725
  },
2726
2726
  "v-data-iterator/custom-key-filter": {
2727
2727
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2728
- "description": "Function used on specific keys within the item object."
2728
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2729
2729
  },
2730
2730
  "v-data-iterator/filter-keys": {
2731
2731
  "type": "string | string[]\n",
@@ -2837,7 +2837,7 @@
2837
2837
  },
2838
2838
  "v-data-table/filter-mode": {
2839
2839
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
2840
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
2840
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
2841
2841
  },
2842
2842
  "v-data-table/no-filter": {
2843
2843
  "type": "boolean\n",
@@ -2849,7 +2849,7 @@
2849
2849
  },
2850
2850
  "v-data-table/custom-key-filter": {
2851
2851
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
2852
- "description": "Function used on specific keys within the item object."
2852
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
2853
2853
  },
2854
2854
  "v-data-table/filter-keys": {
2855
2855
  "type": "string | string[]\n",
@@ -3277,7 +3277,7 @@
3277
3277
  },
3278
3278
  "v-data-table-virtual/filter-mode": {
3279
3279
  "type": "'every' | 'some' | 'union' | 'intersection'\n",
3280
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term."
3280
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
3281
3281
  },
3282
3282
  "v-data-table-virtual/no-filter": {
3283
3283
  "type": "boolean\n",
@@ -3289,7 +3289,7 @@
3289
3289
  },
3290
3290
  "v-data-table-virtual/custom-key-filter": {
3291
3291
  "type": "{ [string]: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a> }\n",
3292
- "description": "Function used on specific keys within the item object."
3292
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
3293
3293
  },
3294
3294
  "v-data-table-virtual/filter-keys": {
3295
3295
  "type": "string | string[]\n",
@@ -8983,6 +8983,10 @@
8983
8983
  "type": "string | number\n",
8984
8984
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
8985
8985
  },
8986
+ "v-virtual-scroll/renderless": {
8987
+ "type": "boolean\n",
8988
+ "description": "MISSING DESCRIPTION"
8989
+ },
8986
8990
  "v-window/model-value": {
8987
8991
  "type": "any\n",
8988
8992
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
@@ -4,6 +4,14 @@
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
+ },
7
15
  "VAppBar": {
8
16
  "from": "components/VAppBar/index.mjs",
9
17
  "styles": []
@@ -16,24 +24,20 @@
16
24
  "from": "components/VAppBar/index.mjs",
17
25
  "styles": []
18
26
  },
19
- "VAlert": {
20
- "from": "components/VAlert/index.mjs",
21
- "styles": []
22
- },
23
- "VAlertTitle": {
24
- "from": "components/VAlert/index.mjs",
25
- "styles": []
26
- },
27
27
  "VAutocomplete": {
28
28
  "from": "components/VAutocomplete/index.mjs",
29
29
  "styles": []
30
30
  },
31
+ "VBadge": {
32
+ "from": "components/VBadge/index.mjs",
33
+ "styles": []
34
+ },
31
35
  "VAvatar": {
32
36
  "from": "components/VAvatar/index.mjs",
33
37
  "styles": []
34
38
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
39
+ "VBottomNavigation": {
40
+ "from": "components/VBottomNavigation/index.mjs",
37
41
  "styles": []
38
42
  },
39
43
  "VBanner": {
@@ -48,10 +52,6 @@
48
52
  "from": "components/VBanner/index.mjs",
49
53
  "styles": []
50
54
  },
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,16 +64,24 @@
64
64
  "from": "components/VBreadcrumbs/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VBtn": {
68
- "from": "components/VBtn/index.mjs",
67
+ "VBtnToggle": {
68
+ "from": "components/VBtnToggle/index.mjs",
69
69
  "styles": []
70
70
  },
71
71
  "VBtnGroup": {
72
72
  "from": "components/VBtnGroup/index.mjs",
73
73
  "styles": []
74
74
  },
75
- "VBtnToggle": {
76
- "from": "components/VBtnToggle/index.mjs",
75
+ "VBtn": {
76
+ "from": "components/VBtn/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VCheckbox": {
80
+ "from": "components/VCheckbox/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VCheckboxBtn": {
84
+ "from": "components/VCheckbox/index.mjs",
77
85
  "styles": []
78
86
  },
79
87
  "VCard": {
@@ -100,22 +108,6 @@
100
108
  "from": "components/VCard/index.mjs",
101
109
  "styles": []
102
110
  },
103
- "VCarousel": {
104
- "from": "components/VCarousel/index.mjs",
105
- "styles": []
106
- },
107
- "VCarouselItem": {
108
- "from": "components/VCarousel/index.mjs",
109
- "styles": []
110
- },
111
- "VCheckbox": {
112
- "from": "components/VCheckbox/index.mjs",
113
- "styles": []
114
- },
115
- "VCheckboxBtn": {
116
- "from": "components/VCheckbox/index.mjs",
117
- "styles": []
118
- },
119
111
  "VChip": {
120
112
  "from": "components/VChip/index.mjs",
121
113
  "styles": []
@@ -124,28 +116,32 @@
124
116
  "from": "components/VChipGroup/index.mjs",
125
117
  "styles": []
126
118
  },
127
- "VCode": {
128
- "from": "components/VCode/index.mjs",
119
+ "VCarousel": {
120
+ "from": "components/VCarousel/index.mjs",
129
121
  "styles": []
130
122
  },
131
- "VColorPicker": {
132
- "from": "components/VColorPicker/index.mjs",
123
+ "VCarouselItem": {
124
+ "from": "components/VCarousel/index.mjs",
125
+ "styles": []
126
+ },
127
+ "VCode": {
128
+ "from": "components/VCode/index.mjs",
133
129
  "styles": []
134
130
  },
135
131
  "VCombobox": {
136
132
  "from": "components/VCombobox/index.mjs",
137
133
  "styles": []
138
134
  },
139
- "VCounter": {
140
- "from": "components/VCounter/index.mjs",
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
142
138
  },
143
139
  "VDialog": {
144
140
  "from": "components/VDialog/index.mjs",
145
141
  "styles": []
146
142
  },
147
- "VDivider": {
148
- "from": "components/VDivider/index.mjs",
143
+ "VCounter": {
144
+ "from": "components/VCounter/index.mjs",
149
145
  "styles": []
150
146
  },
151
147
  "VExpansionPanels": {
@@ -164,6 +160,10 @@
164
160
  "from": "components/VExpansionPanel/index.mjs",
165
161
  "styles": []
166
162
  },
163
+ "VDivider": {
164
+ "from": "components/VDivider/index.mjs",
165
+ "styles": []
166
+ },
167
167
  "VField": {
168
168
  "from": "components/VField/index.mjs",
169
169
  "styles": []
@@ -172,14 +172,14 @@
172
172
  "from": "components/VField/index.mjs",
173
173
  "styles": []
174
174
  },
175
- "VFileInput": {
176
- "from": "components/VFileInput/index.mjs",
177
- "styles": []
178
- },
179
175
  "VFooter": {
180
176
  "from": "components/VFooter/index.mjs",
181
177
  "styles": []
182
178
  },
179
+ "VFileInput": {
180
+ "from": "components/VFileInput/index.mjs",
181
+ "styles": []
182
+ },
183
183
  "VIcon": {
184
184
  "from": "components/VIcon/index.mjs",
185
185
  "styles": []
@@ -216,14 +216,14 @@
216
216
  "from": "components/VItemGroup/index.mjs",
217
217
  "styles": []
218
218
  },
219
- "VKbd": {
220
- "from": "components/VKbd/index.mjs",
221
- "styles": []
222
- },
223
219
  "VLabel": {
224
220
  "from": "components/VLabel/index.mjs",
225
221
  "styles": []
226
222
  },
223
+ "VKbd": {
224
+ "from": "components/VKbd/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
- "VRadioGroup": {
296
- "from": "components/VRadioGroup/index.mjs",
297
- "styles": []
298
- },
299
295
  "VRating": {
300
296
  "from": "components/VRating/index.mjs",
301
297
  "styles": []
302
298
  },
299
+ "VRadioGroup": {
300
+ "from": "components/VRadioGroup/index.mjs",
301
+ "styles": []
302
+ },
303
303
  "VSelect": {
304
304
  "from": "components/VSelect/index.mjs",
305
305
  "styles": []
@@ -316,6 +316,10 @@
316
316
  "from": "components/VSheet/index.mjs",
317
317
  "styles": []
318
318
  },
319
+ "VSlider": {
320
+ "from": "components/VSlider/index.mjs",
321
+ "styles": []
322
+ },
319
323
  "VSlideGroup": {
320
324
  "from": "components/VSlideGroup/index.mjs",
321
325
  "styles": []
@@ -324,18 +328,14 @@
324
328
  "from": "components/VSlideGroup/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VSlider": {
328
- "from": "components/VSlider/index.mjs",
331
+ "VSwitch": {
332
+ "from": "components/VSwitch/index.mjs",
329
333
  "styles": []
330
334
  },
331
335
  "VSnackbar": {
332
336
  "from": "components/VSnackbar/index.mjs",
333
337
  "styles": []
334
338
  },
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,12 +392,8 @@
392
392
  "from": "components/VWindow/index.mjs",
393
393
  "styles": []
394
394
  },
395
- "VDefaultsProvider": {
396
- "from": "components/VDefaultsProvider/index.mjs",
397
- "styles": []
398
- },
399
- "VForm": {
400
- "from": "components/VForm/index.mjs",
395
+ "VHover": {
396
+ "from": "components/VHover/index.mjs",
401
397
  "styles": []
402
398
  },
403
399
  "VContainer": {
@@ -416,8 +412,12 @@
416
412
  "from": "components/VGrid/index.mjs",
417
413
  "styles": []
418
414
  },
419
- "VHover": {
420
- "from": "components/VHover/index.mjs",
415
+ "VForm": {
416
+ "from": "components/VForm/index.mjs",
417
+ "styles": []
418
+ },
419
+ "VDefaultsProvider": {
420
+ "from": "components/VDefaultsProvider/index.mjs",
421
421
  "styles": []
422
422
  },
423
423
  "VLayout": {
@@ -444,20 +444,16 @@
444
444
  "from": "components/VParallax/index.mjs",
445
445
  "styles": []
446
446
  },
447
- "VRadio": {
448
- "from": "components/VRadio/index.mjs",
449
- "styles": []
450
- },
451
447
  "VRangeSlider": {
452
448
  "from": "components/VRangeSlider/index.mjs",
453
449
  "styles": []
454
450
  },
455
- "VResponsive": {
456
- "from": "components/VResponsive/index.mjs",
451
+ "VRadio": {
452
+ "from": "components/VRadio/index.mjs",
457
453
  "styles": []
458
454
  },
459
- "VThemeProvider": {
460
- "from": "components/VThemeProvider/index.mjs",
455
+ "VResponsive": {
456
+ "from": "components/VResponsive/index.mjs",
461
457
  "styles": []
462
458
  },
463
459
  "VValidation": {
@@ -468,6 +464,10 @@
468
464
  "from": "components/VVirtualScroll/index.mjs",
469
465
  "styles": []
470
466
  },
467
+ "VThemeProvider": {
468
+ "from": "components/VThemeProvider/index.mjs",
469
+ "styles": []
470
+ },
471
471
  "VFabTransition": {
472
472
  "from": "components/transitions/index.mjs",
473
473
  "styles": []
@@ -2983,6 +2983,7 @@
2983
2983
  "max-width",
2984
2984
  "min-height",
2985
2985
  "min-width",
2986
+ "renderless",
2986
2987
  "width"
2987
2988
  ],
2988
2989
  "description": ""
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.3.6",
5
+ "version": "3.3.7",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -1326,7 +1326,7 @@
1326
1326
  },
1327
1327
  {
1328
1328
  "name": "filterMode",
1329
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term.",
1329
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
1330
1330
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1331
1331
  "default": "'intersection'",
1332
1332
  "value": {
@@ -1355,7 +1355,7 @@
1355
1355
  },
1356
1356
  {
1357
1357
  "name": "customKeyFilter",
1358
- "description": "Function used on specific keys within the item object.",
1358
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
1359
1359
  "doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
1360
1360
  "value": {
1361
1361
  "kind": "expression",
@@ -8010,7 +8010,7 @@
8010
8010
  },
8011
8011
  {
8012
8012
  "name": "filterMode",
8013
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term.",
8013
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
8014
8014
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8015
8015
  "default": "'intersection'",
8016
8016
  "value": {
@@ -8039,7 +8039,7 @@
8039
8039
  },
8040
8040
  {
8041
8041
  "name": "customKeyFilter",
8042
- "description": "Function used on specific keys within the item object.",
8042
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
8043
8043
  "doc-url": "https://vuetifyjs.com/api/v-combobox#props",
8044
8044
  "value": {
8045
8045
  "kind": "expression",
@@ -9153,7 +9153,7 @@
9153
9153
  },
9154
9154
  {
9155
9155
  "name": "filterMode",
9156
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term.",
9156
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
9157
9157
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9158
9158
  "default": "'intersection'",
9159
9159
  "value": {
@@ -9182,7 +9182,7 @@
9182
9182
  },
9183
9183
  {
9184
9184
  "name": "customKeyFilter",
9185
- "description": "Function used on specific keys within the item object.",
9185
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
9186
9186
  "doc-url": "https://vuetifyjs.com/api/v-data-iterator#props",
9187
9187
  "value": {
9188
9188
  "kind": "expression",
@@ -9804,7 +9804,7 @@
9804
9804
  },
9805
9805
  {
9806
9806
  "name": "filterMode",
9807
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term.",
9807
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
9808
9808
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
9809
9809
  "default": "'intersection'",
9810
9810
  "value": {
@@ -9833,7 +9833,7 @@
9833
9833
  },
9834
9834
  {
9835
9835
  "name": "customKeyFilter",
9836
- "description": "Function used on specific keys within the item object.",
9836
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
9837
9837
  "doc-url": "https://vuetifyjs.com/api/v-data-table#props",
9838
9838
  "value": {
9839
9839
  "kind": "expression",
@@ -13622,7 +13622,7 @@
13622
13622
  },
13623
13623
  {
13624
13624
  "name": "filterMode",
13625
- "description": "Apply a specific filter when matching items. **some** is the default, which will return true if any key matches the search term. **every** will return true only if every key matches the search term. The **union** mode will return true if every key matches the search term. The **intersection** mode will return true if any key matches the search term.",
13625
+ "description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters.",
13626
13626
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13627
13627
  "default": "'intersection'",
13628
13628
  "value": {
@@ -13651,7 +13651,7 @@
13651
13651
  },
13652
13652
  {
13653
13653
  "name": "customKeyFilter",
13654
- "description": "Function used on specific keys within the item object.",
13654
+ "description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified.",
13655
13655
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13656
13656
  "value": {
13657
13657
  "kind": "expression",
@@ -13899,6 +13899,7 @@
13899
13899
  "name": "itemHeight",
13900
13900
  "description": "MISSING DESCRIPTION",
13901
13901
  "doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#props",
13902
+ "default": "48",
13902
13903
  "value": {
13903
13904
  "kind": "expression",
13904
13905
  "type": "string | number\n"
@@ -15477,7 +15478,7 @@
15477
15478
  "name": "displayDate",
15478
15479
  "description": "MISSING DESCRIPTION",
15479
15480
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#props",
15480
- "default": "new Date('2023-06-27T21:00:42.317Z')",
15481
+ "default": "new Date('2023-07-05T18:59:11.918Z')",
15481
15482
  "value": {
15482
15483
  "kind": "expression",
15483
15484
  "type": "any\n"
@@ -15674,7 +15675,7 @@
15674
15675
  "name": "displayDate",
15675
15676
  "description": "MISSING DESCRIPTION",
15676
15677
  "doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
15677
- "default": "new Date('2023-06-27T21:00:42.317Z')",
15678
+ "default": "new Date('2023-07-05T18:59:11.918Z')",
15678
15679
  "value": {
15679
15680
  "kind": "expression",
15680
15681
  "type": "any\n"
@@ -35178,10 +35179,21 @@
35178
35179
  "name": "itemHeight",
35179
35180
  "description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size.",
35180
35181
  "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
35182
+ "default": "48",
35181
35183
  "value": {
35182
35184
  "kind": "expression",
35183
35185
  "type": "string | number\n"
35184
35186
  }
35187
+ },
35188
+ {
35189
+ "name": "renderless",
35190
+ "description": "MISSING DESCRIPTION",
35191
+ "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
35192
+ "default": "false",
35193
+ "value": {
35194
+ "kind": "expression",
35195
+ "type": "boolean\n"
35196
+ }
35185
35197
  }
35186
35198
  ],
35187
35199
  "events": [],
@@ -35189,17 +35201,7 @@
35189
35201
  {
35190
35202
  "name": "default",
35191
35203
  "description": "Default slot to render a single item",
35192
- "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#slots",
35193
- "vue-properties": [
35194
- {
35195
- "name": "item",
35196
- "type": "unknown"
35197
- },
35198
- {
35199
- "name": "index",
35200
- "type": "number"
35201
- }
35202
- ]
35204
+ "doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#slots"
35203
35205
  }
35204
35206
  ],
35205
35207
  "vue-model": {