@vuetify/nightly 3.6.6-master.2024-05-16 → 3.6.6-master.2024-05-21

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,13 +1,21 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.6-master.2024-05-16...v) (2024-05-16)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.6-master.2024-05-21...v) (2024-05-21)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.6-master.2024-05-16](https://github.com/vuetifyjs/vuetify/compare/v3.6.6...v3.6.6-master.2024-05-16) (2024-05-16)
5
+ ## [3.6.6-master.2024-05-21](https://github.com/vuetifyjs/vuetify/compare/v3.6.6...v3.6.6-master.2024-05-21) (2024-05-21)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **layout:** find children inside suspense boundary ([c209d09](https://github.com/vuetifyjs/vuetify/commit/c209d0952862540c5c503e46c5114c6cefb2e243)), closes [#19830](https://github.com/vuetifyjs/vuetify/issues/19830)
11
+ * **VBtn:** remove negative prepend/append margin with slim prop ([665c616](https://github.com/vuetifyjs/vuetify/commit/665c616254e5a5727482c4f5d894d1e958675edb))
10
12
  * **VDivider:** don't wrap content ([d6b292f](https://github.com/vuetifyjs/vuetify/commit/d6b292f9b2df6d0a5eda76583176d51d835323f8))
13
+ * **VField:** avoid cascaded overlay multiplier from parent components ([88badc6](https://github.com/vuetifyjs/vuetify/commit/88badc63f228dfe22bda14f57e0a94180dd20655))
14
+
15
+
16
+ ### Features
17
+
18
+ * **VConfirmEdit:** expose save, cancel, isPristine ([8ed8731](https://github.com/vuetifyjs/vuetify/commit/8ed87310890e2b6c8ad2a626a02c17f9467cbb60)), closes [#19747](https://github.com/vuetifyjs/vuetify/issues/19747)
11
19
 
12
20
 
13
21
 
@@ -36,12 +36,8 @@
36
36
  "from": "labs/VStepperVertical/index.mjs",
37
37
  "styles": []
38
38
  },
39
- "VPicker": {
40
- "from": "labs/VPicker/index.mjs",
41
- "styles": []
42
- },
43
- "VPickerTitle": {
44
- "from": "labs/VPicker/index.mjs",
39
+ "VNumberInput": {
40
+ "from": "labs/VNumberInput/index.mjs",
45
41
  "styles": []
46
42
  },
47
43
  "VTreeview": {
@@ -56,8 +52,12 @@
56
52
  "from": "labs/VTreeview/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VNumberInput": {
60
- "from": "labs/VNumberInput/index.mjs",
55
+ "VPicker": {
56
+ "from": "labs/VPicker/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VPickerTitle": {
60
+ "from": "labs/VPicker/index.mjs",
61
61
  "styles": []
62
62
  },
63
63
  "VTimePicker": {
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
3
  "VAlert": {
8
4
  "from": "components/VAlert/index.mjs",
9
5
  "styles": []
@@ -12,10 +8,18 @@
12
8
  "from": "components/VAlert/index.mjs",
13
9
  "styles": []
14
10
  },
11
+ "VApp": {
12
+ "from": "components/VApp/index.mjs",
13
+ "styles": []
14
+ },
15
15
  "VAutocomplete": {
16
16
  "from": "components/VAutocomplete/index.mjs",
17
17
  "styles": []
18
18
  },
19
+ "VAvatar": {
20
+ "from": "components/VAvatar/index.mjs",
21
+ "styles": []
22
+ },
19
23
  "VAppBar": {
20
24
  "from": "components/VAppBar/index.mjs",
21
25
  "styles": []
@@ -28,36 +32,48 @@
28
32
  "from": "components/VAppBar/index.mjs",
29
33
  "styles": []
30
34
  },
31
- "VBadge": {
32
- "from": "components/VBadge/index.mjs",
35
+ "VBanner": {
36
+ "from": "components/VBanner/index.mjs",
33
37
  "styles": []
34
38
  },
35
- "VAvatar": {
36
- "from": "components/VAvatar/index.mjs",
39
+ "VBannerActions": {
40
+ "from": "components/VBanner/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBannerText": {
44
+ "from": "components/VBanner/index.mjs",
37
45
  "styles": []
38
46
  },
39
47
  "VBottomNavigation": {
40
48
  "from": "components/VBottomNavigation/index.mjs",
41
49
  "styles": []
42
50
  },
51
+ "VBadge": {
52
+ "from": "components/VBadge/index.mjs",
53
+ "styles": []
54
+ },
43
55
  "VBottomSheet": {
44
56
  "from": "components/VBottomSheet/index.mjs",
45
57
  "styles": []
46
58
  },
47
- "VBanner": {
48
- "from": "components/VBanner/index.mjs",
59
+ "VBtnToggle": {
60
+ "from": "components/VBtnToggle/index.mjs",
49
61
  "styles": []
50
62
  },
51
- "VBannerActions": {
52
- "from": "components/VBanner/index.mjs",
63
+ "VBtn": {
64
+ "from": "components/VBtn/index.mjs",
53
65
  "styles": []
54
66
  },
55
- "VBannerText": {
56
- "from": "components/VBanner/index.mjs",
67
+ "VBtnGroup": {
68
+ "from": "components/VBtnGroup/index.mjs",
57
69
  "styles": []
58
70
  },
59
- "VBtn": {
60
- "from": "components/VBtn/index.mjs",
71
+ "VCarousel": {
72
+ "from": "components/VCarousel/index.mjs",
73
+ "styles": []
74
+ },
75
+ "VCarouselItem": {
76
+ "from": "components/VCarousel/index.mjs",
61
77
  "styles": []
62
78
  },
63
79
  "VBreadcrumbs": {
@@ -72,12 +88,20 @@
72
88
  "from": "components/VBreadcrumbs/index.mjs",
73
89
  "styles": []
74
90
  },
75
- "VBtnGroup": {
76
- "from": "components/VBtnGroup/index.mjs",
91
+ "VCheckbox": {
92
+ "from": "components/VCheckbox/index.mjs",
77
93
  "styles": []
78
94
  },
79
- "VBtnToggle": {
80
- "from": "components/VBtnToggle/index.mjs",
95
+ "VCheckboxBtn": {
96
+ "from": "components/VCheckbox/index.mjs",
97
+ "styles": []
98
+ },
99
+ "VChip": {
100
+ "from": "components/VChip/index.mjs",
101
+ "styles": []
102
+ },
103
+ "VCode": {
104
+ "from": "components/VCode/index.mjs",
81
105
  "styles": []
82
106
  },
83
107
  "VCard": {
@@ -104,38 +128,10 @@
104
128
  "from": "components/VCard/index.mjs",
105
129
  "styles": []
106
130
  },
107
- "VCarousel": {
108
- "from": "components/VCarousel/index.mjs",
109
- "styles": []
110
- },
111
- "VCarouselItem": {
112
- "from": "components/VCarousel/index.mjs",
113
- "styles": []
114
- },
115
- "VChip": {
116
- "from": "components/VChip/index.mjs",
117
- "styles": []
118
- },
119
- "VCode": {
120
- "from": "components/VCode/index.mjs",
121
- "styles": []
122
- },
123
131
  "VChipGroup": {
124
132
  "from": "components/VChipGroup/index.mjs",
125
133
  "styles": []
126
134
  },
127
- "VCheckbox": {
128
- "from": "components/VCheckbox/index.mjs",
129
- "styles": []
130
- },
131
- "VCheckboxBtn": {
132
- "from": "components/VCheckbox/index.mjs",
133
- "styles": []
134
- },
135
- "VCombobox": {
136
- "from": "components/VCombobox/index.mjs",
137
- "styles": []
138
- },
139
135
  "VColorPicker": {
140
136
  "from": "components/VColorPicker/index.mjs",
141
137
  "styles": []
@@ -144,6 +140,10 @@
144
140
  "from": "components/VCounter/index.mjs",
145
141
  "styles": []
146
142
  },
143
+ "VCombobox": {
144
+ "from": "components/VCombobox/index.mjs",
145
+ "styles": []
146
+ },
147
147
  "VDataTable": {
148
148
  "from": "components/VDataTable/index.mjs",
149
149
  "styles": []
@@ -172,6 +172,10 @@
172
172
  "from": "components/VDataTable/index.mjs",
173
173
  "styles": []
174
174
  },
175
+ "VDivider": {
176
+ "from": "components/VDivider/index.mjs",
177
+ "styles": []
178
+ },
175
179
  "VDatePicker": {
176
180
  "from": "components/VDatePicker/index.mjs",
177
181
  "styles": []
@@ -196,16 +200,16 @@
196
200
  "from": "components/VDatePicker/index.mjs",
197
201
  "styles": []
198
202
  },
199
- "VDivider": {
200
- "from": "components/VDivider/index.mjs",
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
201
205
  "styles": []
202
206
  },
203
- "VFab": {
204
- "from": "components/VFab/index.mjs",
207
+ "VField": {
208
+ "from": "components/VField/index.mjs",
205
209
  "styles": []
206
210
  },
207
- "VDialog": {
208
- "from": "components/VDialog/index.mjs",
211
+ "VFieldLabel": {
212
+ "from": "components/VField/index.mjs",
209
213
  "styles": []
210
214
  },
211
215
  "VEmptyState": {
@@ -228,20 +232,20 @@
228
232
  "from": "components/VExpansionPanel/index.mjs",
229
233
  "styles": []
230
234
  },
231
- "VField": {
232
- "from": "components/VField/index.mjs",
235
+ "VFab": {
236
+ "from": "components/VFab/index.mjs",
233
237
  "styles": []
234
238
  },
235
- "VFieldLabel": {
236
- "from": "components/VField/index.mjs",
239
+ "VFileInput": {
240
+ "from": "components/VFileInput/index.mjs",
237
241
  "styles": []
238
242
  },
239
- "VFooter": {
240
- "from": "components/VFooter/index.mjs",
243
+ "VInfiniteScroll": {
244
+ "from": "components/VInfiniteScroll/index.mjs",
241
245
  "styles": []
242
246
  },
243
- "VFileInput": {
244
- "from": "components/VFileInput/index.mjs",
247
+ "VFooter": {
248
+ "from": "components/VFooter/index.mjs",
245
249
  "styles": []
246
250
  },
247
251
  "VIcon": {
@@ -264,16 +268,16 @@
264
268
  "from": "components/VIcon/index.mjs",
265
269
  "styles": []
266
270
  },
267
- "VImg": {
268
- "from": "components/VImg/index.mjs",
269
- "styles": []
270
- },
271
271
  "VInput": {
272
272
  "from": "components/VInput/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VInfiniteScroll": {
276
- "from": "components/VInfiniteScroll/index.mjs",
275
+ "VImg": {
276
+ "from": "components/VImg/index.mjs",
277
+ "styles": []
278
+ },
279
+ "VLabel": {
280
+ "from": "components/VLabel/index.mjs",
277
281
  "styles": []
278
282
  },
279
283
  "VItemGroup": {
@@ -288,6 +292,10 @@
288
292
  "from": "components/VKbd/index.mjs",
289
293
  "styles": []
290
294
  },
295
+ "VMain": {
296
+ "from": "components/VMain/index.mjs",
297
+ "styles": []
298
+ },
291
299
  "VList": {
292
300
  "from": "components/VList/index.mjs",
293
301
  "styles": []
@@ -324,26 +332,18 @@
324
332
  "from": "components/VList/index.mjs",
325
333
  "styles": []
326
334
  },
327
- "VLabel": {
328
- "from": "components/VLabel/index.mjs",
329
- "styles": []
330
- },
331
- "VMain": {
332
- "from": "components/VMain/index.mjs",
333
- "styles": []
334
- },
335
335
  "VMenu": {
336
336
  "from": "components/VMenu/index.mjs",
337
337
  "styles": []
338
338
  },
339
- "VMessages": {
340
- "from": "components/VMessages/index.mjs",
341
- "styles": []
342
- },
343
339
  "VOtpInput": {
344
340
  "from": "components/VOtpInput/index.mjs",
345
341
  "styles": []
346
342
  },
343
+ "VMessages": {
344
+ "from": "components/VMessages/index.mjs",
345
+ "styles": []
346
+ },
347
347
  "VNavigationDrawer": {
348
348
  "from": "components/VNavigationDrawer/index.mjs",
349
349
  "styles": []
@@ -352,44 +352,32 @@
352
352
  "from": "components/VOverlay/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VProgressCircular": {
356
- "from": "components/VProgressCircular/index.mjs",
357
- "styles": []
358
- },
359
355
  "VPagination": {
360
356
  "from": "components/VPagination/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VRadioGroup": {
364
- "from": "components/VRadioGroup/index.mjs",
365
- "styles": []
366
- },
367
359
  "VProgressLinear": {
368
360
  "from": "components/VProgressLinear/index.mjs",
369
361
  "styles": []
370
362
  },
371
- "VSelect": {
372
- "from": "components/VSelect/index.mjs",
373
- "styles": []
374
- },
375
363
  "VRating": {
376
364
  "from": "components/VRating/index.mjs",
377
365
  "styles": []
378
366
  },
379
- "VSelectionControl": {
380
- "from": "components/VSelectionControl/index.mjs",
367
+ "VProgressCircular": {
368
+ "from": "components/VProgressCircular/index.mjs",
381
369
  "styles": []
382
370
  },
383
- "VSelectionControlGroup": {
384
- "from": "components/VSelectionControlGroup/index.mjs",
371
+ "VRadioGroup": {
372
+ "from": "components/VRadioGroup/index.mjs",
385
373
  "styles": []
386
374
  },
387
- "VSnackbar": {
388
- "from": "components/VSnackbar/index.mjs",
375
+ "VSelectionControl": {
376
+ "from": "components/VSelectionControl/index.mjs",
389
377
  "styles": []
390
378
  },
391
- "VSheet": {
392
- "from": "components/VSheet/index.mjs",
379
+ "VSelect": {
380
+ "from": "components/VSelect/index.mjs",
393
381
  "styles": []
394
382
  },
395
383
  "VSlideGroup": {
@@ -400,10 +388,30 @@
400
388
  "from": "components/VSlideGroup/index.mjs",
401
389
  "styles": []
402
390
  },
391
+ "VSheet": {
392
+ "from": "components/VSheet/index.mjs",
393
+ "styles": []
394
+ },
403
395
  "VSlider": {
404
396
  "from": "components/VSlider/index.mjs",
405
397
  "styles": []
406
398
  },
399
+ "VSelectionControlGroup": {
400
+ "from": "components/VSelectionControlGroup/index.mjs",
401
+ "styles": []
402
+ },
403
+ "VSkeletonLoader": {
404
+ "from": "components/VSkeletonLoader/index.mjs",
405
+ "styles": []
406
+ },
407
+ "VSnackbar": {
408
+ "from": "components/VSnackbar/index.mjs",
409
+ "styles": []
410
+ },
411
+ "VSwitch": {
412
+ "from": "components/VSwitch/index.mjs",
413
+ "styles": []
414
+ },
407
415
  "VStepper": {
408
416
  "from": "components/VStepper/index.mjs",
409
417
  "styles": []
@@ -428,18 +436,26 @@
428
436
  "from": "components/VStepper/index.mjs",
429
437
  "styles": []
430
438
  },
431
- "VSwitch": {
432
- "from": "components/VSwitch/index.mjs",
433
- "styles": []
434
- },
435
- "VSkeletonLoader": {
436
- "from": "components/VSkeletonLoader/index.mjs",
439
+ "VSystemBar": {
440
+ "from": "components/VSystemBar/index.mjs",
437
441
  "styles": []
438
442
  },
439
443
  "VTable": {
440
444
  "from": "components/VTable/index.mjs",
441
445
  "styles": []
442
446
  },
447
+ "VTimeline": {
448
+ "from": "components/VTimeline/index.mjs",
449
+ "styles": []
450
+ },
451
+ "VTimelineItem": {
452
+ "from": "components/VTimeline/index.mjs",
453
+ "styles": []
454
+ },
455
+ "VTextarea": {
456
+ "from": "components/VTextarea/index.mjs",
457
+ "styles": []
458
+ },
443
459
  "VTab": {
444
460
  "from": "components/VTabs/index.mjs",
445
461
  "styles": []
@@ -456,24 +472,12 @@
456
472
  "from": "components/VTabs/index.mjs",
457
473
  "styles": []
458
474
  },
459
- "VTimeline": {
460
- "from": "components/VTimeline/index.mjs",
461
- "styles": []
462
- },
463
- "VTimelineItem": {
464
- "from": "components/VTimeline/index.mjs",
465
- "styles": []
466
- },
467
- "VSystemBar": {
468
- "from": "components/VSystemBar/index.mjs",
469
- "styles": []
470
- },
471
475
  "VTextField": {
472
476
  "from": "components/VTextField/index.mjs",
473
477
  "styles": []
474
478
  },
475
- "VTextarea": {
476
- "from": "components/VTextarea/index.mjs",
479
+ "VTooltip": {
480
+ "from": "components/VTooltip/index.mjs",
477
481
  "styles": []
478
482
  },
479
483
  "VToolbar": {
@@ -488,10 +492,6 @@
488
492
  "from": "components/VToolbar/index.mjs",
489
493
  "styles": []
490
494
  },
491
- "VTooltip": {
492
- "from": "components/VTooltip/index.mjs",
493
- "styles": []
494
- },
495
495
  "VWindow": {
496
496
  "from": "components/VWindow/index.mjs",
497
497
  "styles": []
@@ -500,20 +500,16 @@
500
500
  "from": "components/VWindow/index.mjs",
501
501
  "styles": []
502
502
  },
503
- "VConfirmEdit": {
504
- "from": "components/VConfirmEdit/index.mjs",
505
- "styles": []
506
- },
507
503
  "VDataIterator": {
508
504
  "from": "components/VDataIterator/index.mjs",
509
505
  "styles": []
510
506
  },
511
- "VDefaultsProvider": {
512
- "from": "components/VDefaultsProvider/index.mjs",
507
+ "VConfirmEdit": {
508
+ "from": "components/VConfirmEdit/index.mjs",
513
509
  "styles": []
514
510
  },
515
- "VForm": {
516
- "from": "components/VForm/index.mjs",
511
+ "VDefaultsProvider": {
512
+ "from": "components/VDefaultsProvider/index.mjs",
517
513
  "styles": []
518
514
  },
519
515
  "VContainer": {
@@ -532,6 +528,10 @@
532
528
  "from": "components/VGrid/index.mjs",
533
529
  "styles": []
534
530
  },
531
+ "VForm": {
532
+ "from": "components/VForm/index.mjs",
533
+ "styles": []
534
+ },
535
535
  "VHover": {
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
@@ -556,6 +556,10 @@
556
556
  "from": "components/VNoSsr/index.mjs",
557
557
  "styles": []
558
558
  },
559
+ "VRadio": {
560
+ "from": "components/VRadio/index.mjs",
561
+ "styles": []
562
+ },
559
563
  "VParallax": {
560
564
  "from": "components/VParallax/index.mjs",
561
565
  "styles": []
@@ -564,10 +568,6 @@
564
568
  "from": "components/VRangeSlider/index.mjs",
565
569
  "styles": []
566
570
  },
567
- "VRadio": {
568
- "from": "components/VRadio/index.mjs",
569
- "styles": []
570
- },
571
571
  "VResponsive": {
572
572
  "from": "components/VResponsive/index.mjs",
573
573
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.6.6-master.2024-05-16",
5
+ "version": "3.6.6-master.2024-05-21",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -3798,7 +3798,7 @@
3798
3798
  },
3799
3799
  {
3800
3800
  "name": "targetRef",
3801
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
3801
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
3802
3802
  }
3803
3803
  ]
3804
3804
  }
@@ -10706,6 +10706,18 @@
10706
10706
  "name": "model",
10707
10707
  "type": "Ref<unknown>"
10708
10708
  },
10709
+ {
10710
+ "name": "save",
10711
+ "type": "() => void"
10712
+ },
10713
+ {
10714
+ "name": "cancel",
10715
+ "type": "() => void"
10716
+ },
10717
+ {
10718
+ "name": "isPristine",
10719
+ "type": "boolean"
10720
+ },
10709
10721
  {
10710
10722
  "name": "actions",
10711
10723
  "type": "VNode<RendererNode, RendererElement, { [key: string]: any; }>"
@@ -19859,7 +19871,7 @@
19859
19871
  },
19860
19872
  {
19861
19873
  "name": "targetRef",
19862
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
19874
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
19863
19875
  }
19864
19876
  ]
19865
19877
  }
@@ -27404,7 +27416,7 @@
27404
27416
  },
27405
27417
  {
27406
27418
  "name": "targetRef",
27407
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
27419
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
27408
27420
  }
27409
27421
  ]
27410
27422
  }
@@ -29516,7 +29528,7 @@
29516
29528
  },
29517
29529
  {
29518
29530
  "name": "targetRef",
29519
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
29531
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
29520
29532
  }
29521
29533
  ]
29522
29534
  }
@@ -38528,7 +38540,7 @@
38528
38540
  },
38529
38541
  {
38530
38542
  "name": "targetRef",
38531
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
38543
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
38532
38544
  }
38533
38545
  ]
38534
38546
  }
@@ -46558,7 +46570,7 @@
46558
46570
  },
46559
46571
  {
46560
46572
  "name": "targetRef",
46561
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L739-L743\" target=\"_blank\">TemplateRef</a>"
46573
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
46562
46574
  }
46563
46575
  ]
46564
46576
  }