@vuetify/nightly 3.2.0 → 3.2.2-master-20230428.0
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 -33
- package/dist/json/importMap.json +66 -66
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +432 -432
- package/dist/vuetify-labs.d.ts +33 -36
- package/dist/vuetify-labs.esm.js +16 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4675 -4675
- package/dist/vuetify.d.ts +152 -155
- package/dist/vuetify.esm.js +16 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/defaults.mjs +11 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +20 -23
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,43 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.0...v) (2023-04-28)
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.2.2-master-20230428.0...v) (2023-04-28)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [3.2.2-master-20230428.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.1...v3.2.2-master-20230428.0) (2023-04-28)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **types:** change update:focused event type to boolean ([#17237](https://github.com/vuetifyjs/vuetify/issues/17237)) ([35b9411](https://github.com/vuetifyjs/vuetify/commit/35b9411c030726ca4db86bbed38a0c37379bf9b8)), closes [#17197](https://github.com/vuetifyjs/vuetify/issues/17197)
|
|
12
|
-
* **types:** volar compatible generic types ([#17231](https://github.com/vuetifyjs/vuetify/issues/17231)) ([36e3834](https://github.com/vuetifyjs/vuetify/commit/36e38340baad01967f19283941f849946c4ff5e0)), closes [#17211](https://github.com/vuetifyjs/vuetify/issues/17211)
|
|
13
|
-
* **VRating:** expose model value in item slot ([62b4be7](https://github.com/vuetifyjs/vuetify/commit/62b4be74b777d4b0c6bee75e08c3a9d60d76416f))
|
|
14
|
-
* **VRating:** keyboard navigation ([1c0a0d2](https://github.com/vuetifyjs/vuetify/commit/1c0a0d232956bf53a498ac39f6afc4597f6e2739))
|
|
15
|
-
* **VVirtualScroll:** correct midpoint calculation ([9f12b0f](https://github.com/vuetifyjs/vuetify/commit/9f12b0f2a671ba037f05604149f5d0ed346c63d5))
|
|
16
|
-
* **VVirtualScroll:** reuse existing elements ([c3f79aa](https://github.com/vuetifyjs/vuetify/commit/c3f79aaa474ce80d4d76ef4515142bea8cc9c7f7)), closes [#11951](https://github.com/vuetifyjs/vuetify/issues/11951)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### Features
|
|
20
|
-
|
|
21
|
-
* **VVirtualScroll:** remove visibleItems prop ([760ac21](https://github.com/vuetifyjs/vuetify/commit/760ac21aab9857a5644a14d3dfe92ad7e34e6ab4))
|
|
22
|
-
* expose useDefaults() ([#16461](https://github.com/vuetifyjs/vuetify/issues/16461)) ([9a547b1](https://github.com/vuetifyjs/vuetify/commit/9a547b15d6c3e38fca8f4478edc965fca7c26af6))
|
|
23
|
-
* **date:** add new composable ([#16691](https://github.com/vuetifyjs/vuetify/issues/16691)) ([919dab2](https://github.com/vuetifyjs/vuetify/commit/919dab25e8fd88764c5f7b48cc00d6bf20212e9c))
|
|
24
|
-
* **defaults:** allow setting class and style ([#16459](https://github.com/vuetifyjs/vuetify/issues/16459)) ([e3338d9](https://github.com/vuetifyjs/vuetify/commit/e3338d922a60790b0b9dce369c5605e6a695e434)), closes [#16896](https://github.com/vuetifyjs/vuetify/issues/16896) [#17188](https://github.com/vuetifyjs/vuetify/issues/17188)
|
|
25
|
-
* **flex:** add new classes ([#16820](https://github.com/vuetifyjs/vuetify/issues/16820)) ([bce1b07](https://github.com/vuetifyjs/vuetify/commit/bce1b0754b71cf0a81018bcc9fa7e54dd2060199))
|
|
26
|
-
* **VAppBar:** implement scrolling techniques ([#16267](https://github.com/vuetifyjs/vuetify/issues/16267)) ([87ddbc8](https://github.com/vuetifyjs/vuetify/commit/87ddbc8c7847064e661be414e881afae8063a23b))
|
|
27
|
-
* **VBtn:** resize height of button when override $spacer ([#17097](https://github.com/vuetifyjs/vuetify/issues/17097)) ([6169fc8](https://github.com/vuetifyjs/vuetify/commit/6169fc8d92f6a41ed8e83543f4e61c2c8f3b4d66))
|
|
28
|
-
* **VBtn/VTab:** add text property ([753d444](https://github.com/vuetifyjs/vuetify/commit/753d444ebb1884b46479da6daf27be9b50de4f64))
|
|
29
|
-
* **VField:** add baseColor prop ([#16719](https://github.com/vuetifyjs/vuetify/issues/16719)) ([92dffce](https://github.com/vuetifyjs/vuetify/commit/92dffce826f0c7e1a7181b785195f7792e3248cb)), closes [#16713](https://github.com/vuetifyjs/vuetify/issues/16713)
|
|
30
|
-
* **VField:** add solo-inverted variant ([#16794](https://github.com/vuetifyjs/vuetify/issues/16794)) ([d0b41e4](https://github.com/vuetifyjs/vuetify/commit/d0b41e409139567ce69b334c52df3e6bc45b0715))
|
|
31
|
-
* **VIcon:** support SVGs with multiple paths ([#17098](https://github.com/vuetifyjs/vuetify/issues/17098)) ([845be0b](https://github.com/vuetifyjs/vuetify/commit/845be0b22fa27269e7e7233e08fdc8d72d1ac93e))
|
|
32
|
-
* **VInfiniteScroll:** initial implementation ([#15590](https://github.com/vuetifyjs/vuetify/issues/15590)) ([229a440](https://github.com/vuetifyjs/vuetify/commit/229a440e3d5b778c3ad9cba0a575b9835970c7d7)), closes [#3538](https://github.com/vuetifyjs/vuetify/issues/3538)
|
|
33
|
-
* **VSlider:** add start and end events ([#16514](https://github.com/vuetifyjs/vuetify/issues/16514)) ([be71818](https://github.com/vuetifyjs/vuetify/commit/be71818a01f5f8f35d6e665320f2d0bfae9642d1))
|
|
34
|
-
* **VTooltip:** add eager prop support ([#16752](https://github.com/vuetifyjs/vuetify/issues/16752)) ([d0761be](https://github.com/vuetifyjs/vuetify/commit/d0761be12dc9f1ce4833613ff5a7e37bca37662d))
|
|
35
|
-
* **VVirtualScroll:** promote from labs ([f8c5746](https://github.com/vuetifyjs/vuetify/commit/f8c57464d35c14fc31c81143936c37457e406c76))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### BREAKING CHANGES
|
|
39
|
-
|
|
40
|
-
* **VBtn/VTab:** The VTab title prop is now text
|
|
10
|
+
* **types:** re-export DateInstance interface ([4fa3c60](https://github.com/vuetifyjs/vuetify/commit/4fa3c60d504b6b03e4b925b067cb3e905343035a)), closes [#17242](https://github.com/vuetifyjs/vuetify/issues/17242)
|
|
41
11
|
|
|
42
12
|
|
|
43
13
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"from": "components/VAppBar/index.mjs",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
19
23
|
"VAlert": {
|
|
20
24
|
"from": "components/VAlert/index.mjs",
|
|
21
25
|
"styles": []
|
|
@@ -24,10 +28,6 @@
|
|
|
24
28
|
"from": "components/VAlert/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"VAutocomplete": {
|
|
28
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
31
|
"VAvatar": {
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
|
33
33
|
"styles": []
|
|
@@ -48,10 +48,6 @@
|
|
|
48
48
|
"from": "components/VBanner/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"VBottomNavigation": {
|
|
52
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
51
|
"VBreadcrumbs": {
|
|
56
52
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
57
53
|
"styles": []
|
|
@@ -64,6 +60,10 @@
|
|
|
64
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
67
|
"VBtn": {
|
|
68
68
|
"from": "components/VBtn/index.mjs",
|
|
69
69
|
"styles": []
|
|
@@ -72,10 +72,6 @@
|
|
|
72
72
|
"from": "components/VBtnGroup/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VCard": {
|
|
80
76
|
"from": "components/VCard/index.mjs",
|
|
81
77
|
"styles": []
|
|
@@ -100,12 +96,8 @@
|
|
|
100
96
|
"from": "components/VCard/index.mjs",
|
|
101
97
|
"styles": []
|
|
102
98
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarouselItem": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
109
101
|
"styles": []
|
|
110
102
|
},
|
|
111
103
|
"VCheckbox": {
|
|
@@ -120,34 +112,38 @@
|
|
|
120
112
|
"from": "components/VChip/index.mjs",
|
|
121
113
|
"styles": []
|
|
122
114
|
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup/index.mjs",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
115
|
"VCode": {
|
|
128
116
|
"from": "components/VCode/index.mjs",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
131
127
|
"VColorPicker": {
|
|
132
128
|
"from": "components/VColorPicker/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
135
|
"VCombobox": {
|
|
136
136
|
"from": "components/VCombobox/index.mjs",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
139
|
+
"VChipGroup": {
|
|
140
|
+
"from": "components/VChipGroup/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
143
|
"VDialog": {
|
|
144
144
|
"from": "components/VDialog/index.mjs",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
|
-
"VDivider": {
|
|
148
|
-
"from": "components/VDivider/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
147
|
"VExpansionPanels": {
|
|
152
148
|
"from": "components/VExpansionPanel/index.mjs",
|
|
153
149
|
"styles": []
|
|
@@ -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": []
|
|
@@ -180,6 +180,18 @@
|
|
|
180
180
|
"from": "components/VFooter/index.mjs",
|
|
181
181
|
"styles": []
|
|
182
182
|
},
|
|
183
|
+
"VImg": {
|
|
184
|
+
"from": "components/VImg/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VItemGroup": {
|
|
188
|
+
"from": "components/VItemGroup/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VItem": {
|
|
192
|
+
"from": "components/VItemGroup/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
183
195
|
"VIcon": {
|
|
184
196
|
"from": "components/VIcon/index.mjs",
|
|
185
197
|
"styles": []
|
|
@@ -200,22 +212,10 @@
|
|
|
200
212
|
"from": "components/VIcon/index.mjs",
|
|
201
213
|
"styles": []
|
|
202
214
|
},
|
|
203
|
-
"VImg": {
|
|
204
|
-
"from": "components/VImg/index.mjs",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
215
|
"VInput": {
|
|
208
216
|
"from": "components/VInput/index.mjs",
|
|
209
217
|
"styles": []
|
|
210
218
|
},
|
|
211
|
-
"VItemGroup": {
|
|
212
|
-
"from": "components/VItemGroup/index.mjs",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VItem": {
|
|
216
|
-
"from": "components/VItemGroup/index.mjs",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
219
|
"VKbd": {
|
|
220
220
|
"from": "components/VKbd/index.mjs",
|
|
221
221
|
"styles": []
|
|
@@ -264,10 +264,6 @@
|
|
|
264
264
|
"from": "components/VMain/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"VMenu": {
|
|
268
|
-
"from": "components/VMenu/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
267
|
"VMessages": {
|
|
272
268
|
"from": "components/VMessages/index.mjs",
|
|
273
269
|
"styles": []
|
|
@@ -280,6 +276,10 @@
|
|
|
280
276
|
"from": "components/VOverlay/index.mjs",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
279
|
+
"VMenu": {
|
|
280
|
+
"from": "components/VMenu/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VPagination": {
|
|
284
284
|
"from": "components/VPagination/index.mjs",
|
|
285
285
|
"styles": []
|
|
@@ -308,14 +308,14 @@
|
|
|
308
308
|
"from": "components/VSelectionControl/index.mjs",
|
|
309
309
|
"styles": []
|
|
310
310
|
},
|
|
311
|
-
"VSelectionControlGroup": {
|
|
312
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
311
|
"VSheet": {
|
|
316
312
|
"from": "components/VSheet/index.mjs",
|
|
317
313
|
"styles": []
|
|
318
314
|
},
|
|
315
|
+
"VSelectionControlGroup": {
|
|
316
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
317
|
+
"styles": []
|
|
318
|
+
},
|
|
319
319
|
"VSlideGroup": {
|
|
320
320
|
"from": "components/VSlideGroup/index.mjs",
|
|
321
321
|
"styles": []
|
|
@@ -328,26 +328,34 @@
|
|
|
328
328
|
"from": "components/VSlider/index.mjs",
|
|
329
329
|
"styles": []
|
|
330
330
|
},
|
|
331
|
-
"VSnackbar": {
|
|
332
|
-
"from": "components/VSnackbar/index.mjs",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
331
|
"VSwitch": {
|
|
336
332
|
"from": "components/VSwitch/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
335
|
+
"VSnackbar": {
|
|
336
|
+
"from": "components/VSnackbar/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
339
|
"VSystemBar": {
|
|
340
340
|
"from": "components/VSystemBar/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
343
|
+
"VTabs": {
|
|
344
|
+
"from": "components/VTabs/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VTab": {
|
|
348
|
+
"from": "components/VTabs/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
351
|
"VTextarea": {
|
|
348
352
|
"from": "components/VTextarea/index.mjs",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
355
|
+
"VTable": {
|
|
356
|
+
"from": "components/VTable/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
351
359
|
"VTextField": {
|
|
352
360
|
"from": "components/VTextField/index.mjs",
|
|
353
361
|
"styles": []
|
|
@@ -440,14 +448,14 @@
|
|
|
440
448
|
"from": "components/VRadio/index.mjs",
|
|
441
449
|
"styles": []
|
|
442
450
|
},
|
|
443
|
-
"VRangeSlider": {
|
|
444
|
-
"from": "components/VRangeSlider/index.mjs",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
451
|
"VResponsive": {
|
|
448
452
|
"from": "components/VResponsive/index.mjs",
|
|
449
453
|
"styles": []
|
|
450
454
|
},
|
|
455
|
+
"VRangeSlider": {
|
|
456
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
451
459
|
"VThemeProvider": {
|
|
452
460
|
"from": "components/VThemeProvider/index.mjs",
|
|
453
461
|
"styles": []
|
|
@@ -523,14 +531,6 @@
|
|
|
523
531
|
"VDialogTransition": {
|
|
524
532
|
"from": "components/transitions/index.mjs",
|
|
525
533
|
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VTabs": {
|
|
528
|
-
"from": "components/VTabs/index.mjs",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VTab": {
|
|
532
|
-
"from": "components/VTabs/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"directives": [
|
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.2.0",
|
|
5
|
+
"version": "3.2.2-master-20230428.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -8311,7 +8311,7 @@
|
|
|
8311
8311
|
},
|
|
8312
8312
|
{
|
|
8313
8313
|
"name": "click:row",
|
|
8314
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
8314
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
8315
8315
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
8316
8316
|
"arguments": [
|
|
8317
8317
|
{
|
|
@@ -9393,7 +9393,7 @@
|
|
|
9393
9393
|
},
|
|
9394
9394
|
{
|
|
9395
9395
|
"name": "click:row",
|
|
9396
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
9396
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
9397
9397
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#events",
|
|
9398
9398
|
"arguments": [
|
|
9399
9399
|
{
|
|
@@ -10093,7 +10093,7 @@
|
|
|
10093
10093
|
},
|
|
10094
10094
|
{
|
|
10095
10095
|
"name": "click:row",
|
|
10096
|
-
"description": "Emits when a table row is clicked. This event provides
|
|
10096
|
+
"description": "Emits when a table row is clicked. This event provides 2 arguments: the first is the native click event, and the second is an object containing the corresponding item for that row. **NOTE:** will not emit when table rows are defined through a slot such as `item` or `body`.",
|
|
10097
10097
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#events",
|
|
10098
10098
|
"arguments": [
|
|
10099
10099
|
{
|