vuetify 3.6.5 → 3.6.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.
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +125 -16
- package/dist/vuetify-labs.css +2509 -2712
- package/dist/vuetify-labs.d.ts +178 -52
- package/dist/vuetify-labs.esm.js +102 -51
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +102 -51
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +783 -986
- package/dist/vuetify.d.ts +221 -95
- package/dist/vuetify.esm.js +72 -33
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +72 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +118 -115
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +3 -1
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +15 -9
- package/lib/components/VBtn/VBtn.css +6 -0
- package/lib/components/VBtn/VBtn.sass +6 -0
- package/lib/components/VChipGroup/index.d.mts +15 -9
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +8 -0
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +24 -3
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +2 -1
- package/lib/components/VDivider/VDivider.sass +2 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +15 -9
- package/lib/components/VSwitch/VSwitch.css +44 -0
- package/lib/components/VSwitch/VSwitch.mjs +4 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +55 -0
- package/lib/components/VTabs/index.d.mts +15 -9
- package/lib/components/index.d.mts +171 -45
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +16 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +12 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/components.d.mts +7 -7
- package/lib/locale/de.mjs +4 -4
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/hu.mjs +18 -18
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +0 -260
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
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.6.
|
|
5
|
+
"version": "3.6.7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
"name": "mobile",
|
|
2907
2907
|
"description": "Applies the mobile banner styles.",
|
|
2908
2908
|
"doc-url": "https://vuetifyjs.com/api/VBanner#props",
|
|
2909
|
-
"default": "
|
|
2909
|
+
"default": "null",
|
|
2910
2910
|
"value": {
|
|
2911
2911
|
"kind": "expression",
|
|
2912
2912
|
"type": "boolean"
|
|
@@ -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#
|
|
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
|
}
|
|
@@ -8649,7 +8649,7 @@
|
|
|
8649
8649
|
"name": "mobile",
|
|
8650
8650
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
8651
8651
|
"doc-url": "https://vuetifyjs.com/api/VChipGroup#props",
|
|
8652
|
-
"default": "
|
|
8652
|
+
"default": "null",
|
|
8653
8653
|
"value": {
|
|
8654
8654
|
"kind": "expression",
|
|
8655
8655
|
"type": "boolean"
|
|
@@ -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; }>"
|
|
@@ -11630,6 +11642,16 @@
|
|
|
11630
11642
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
11631
11643
|
}
|
|
11632
11644
|
},
|
|
11645
|
+
{
|
|
11646
|
+
"name": "hideDefaultBody",
|
|
11647
|
+
"description": "Hides the default body.",
|
|
11648
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11649
|
+
"default": "false",
|
|
11650
|
+
"value": {
|
|
11651
|
+
"kind": "expression",
|
|
11652
|
+
"type": "boolean"
|
|
11653
|
+
}
|
|
11654
|
+
},
|
|
11633
11655
|
{
|
|
11634
11656
|
"name": "hideDefaultFooter",
|
|
11635
11657
|
"description": "Hides the default footer. This has no effect on `v-data-table-virtual`.",
|
|
@@ -11826,6 +11848,16 @@
|
|
|
11826
11848
|
"type": "boolean"
|
|
11827
11849
|
}
|
|
11828
11850
|
},
|
|
11851
|
+
{
|
|
11852
|
+
"name": "disableSort",
|
|
11853
|
+
"description": "Disables sorting completely.",
|
|
11854
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTable#props",
|
|
11855
|
+
"default": "false",
|
|
11856
|
+
"value": {
|
|
11857
|
+
"kind": "expression",
|
|
11858
|
+
"type": "boolean"
|
|
11859
|
+
}
|
|
11860
|
+
},
|
|
11829
11861
|
{
|
|
11830
11862
|
"name": "sortAscIcon",
|
|
11831
11863
|
"description": "Icon used for ascending sort button.",
|
|
@@ -13427,6 +13459,16 @@
|
|
|
13427
13459
|
"type": "boolean"
|
|
13428
13460
|
}
|
|
13429
13461
|
},
|
|
13462
|
+
{
|
|
13463
|
+
"name": "disableSort",
|
|
13464
|
+
"description": "Toggles rendering of sort button.",
|
|
13465
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13466
|
+
"default": "false",
|
|
13467
|
+
"value": {
|
|
13468
|
+
"kind": "expression",
|
|
13469
|
+
"type": "boolean"
|
|
13470
|
+
}
|
|
13471
|
+
},
|
|
13430
13472
|
{
|
|
13431
13473
|
"name": "multiSort",
|
|
13432
13474
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
@@ -14391,6 +14433,16 @@
|
|
|
14391
14433
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
14392
14434
|
}
|
|
14393
14435
|
},
|
|
14436
|
+
{
|
|
14437
|
+
"name": "hideDefaultBody",
|
|
14438
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
14439
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14440
|
+
"default": "false",
|
|
14441
|
+
"value": {
|
|
14442
|
+
"kind": "expression",
|
|
14443
|
+
"type": "boolean"
|
|
14444
|
+
}
|
|
14445
|
+
},
|
|
14394
14446
|
{
|
|
14395
14447
|
"name": "hideDefaultFooter",
|
|
14396
14448
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
@@ -14587,6 +14639,16 @@
|
|
|
14587
14639
|
"type": "boolean"
|
|
14588
14640
|
}
|
|
14589
14641
|
},
|
|
14642
|
+
{
|
|
14643
|
+
"name": "disableSort",
|
|
14644
|
+
"description": "Toggles rendering of sort button.",
|
|
14645
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
14646
|
+
"default": "false",
|
|
14647
|
+
"value": {
|
|
14648
|
+
"kind": "expression",
|
|
14649
|
+
"type": "boolean"
|
|
14650
|
+
}
|
|
14651
|
+
},
|
|
14590
14652
|
{
|
|
14591
14653
|
"name": "sortAscIcon",
|
|
14592
14654
|
"description": "Icon used for ascending sort button.",
|
|
@@ -16203,6 +16265,16 @@
|
|
|
16203
16265
|
"type": "| Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)"
|
|
16204
16266
|
}
|
|
16205
16267
|
},
|
|
16268
|
+
{
|
|
16269
|
+
"name": "hideDefaultBody",
|
|
16270
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
16271
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16272
|
+
"default": "false",
|
|
16273
|
+
"value": {
|
|
16274
|
+
"kind": "expression",
|
|
16275
|
+
"type": "boolean"
|
|
16276
|
+
}
|
|
16277
|
+
},
|
|
16206
16278
|
{
|
|
16207
16279
|
"name": "hideDefaultFooter",
|
|
16208
16280
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/DataTable.json))",
|
|
@@ -16399,6 +16471,16 @@
|
|
|
16399
16471
|
"type": "boolean"
|
|
16400
16472
|
}
|
|
16401
16473
|
},
|
|
16474
|
+
{
|
|
16475
|
+
"name": "disableSort",
|
|
16476
|
+
"description": "Toggles rendering of sort button.",
|
|
16477
|
+
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
16478
|
+
"default": "false",
|
|
16479
|
+
"value": {
|
|
16480
|
+
"kind": "expression",
|
|
16481
|
+
"type": "boolean"
|
|
16482
|
+
}
|
|
16483
|
+
},
|
|
16402
16484
|
{
|
|
16403
16485
|
"name": "sortAscIcon",
|
|
16404
16486
|
"description": "Icon used for ascending sort button.",
|
|
@@ -17933,7 +18015,7 @@
|
|
|
17933
18015
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
|
17934
18016
|
"value": {
|
|
17935
18017
|
"kind": "expression",
|
|
17936
|
-
"type": "
|
|
18018
|
+
"type": "number"
|
|
17937
18019
|
}
|
|
17938
18020
|
},
|
|
17939
18021
|
{
|
|
@@ -18333,7 +18415,7 @@
|
|
|
18333
18415
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
18334
18416
|
"value": {
|
|
18335
18417
|
"kind": "expression",
|
|
18336
|
-
"type": "
|
|
18418
|
+
"type": "number"
|
|
18337
18419
|
}
|
|
18338
18420
|
},
|
|
18339
18421
|
{
|
|
@@ -19219,6 +19301,33 @@
|
|
|
19219
19301
|
"kind": "expression",
|
|
19220
19302
|
"type": "number"
|
|
19221
19303
|
}
|
|
19304
|
+
},
|
|
19305
|
+
{
|
|
19306
|
+
"name": "year",
|
|
19307
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
|
19308
|
+
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
|
19309
|
+
"value": {
|
|
19310
|
+
"kind": "expression",
|
|
19311
|
+
"type": "number"
|
|
19312
|
+
}
|
|
19313
|
+
},
|
|
19314
|
+
{
|
|
19315
|
+
"name": "min",
|
|
19316
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
|
19317
|
+
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
|
19318
|
+
"value": {
|
|
19319
|
+
"kind": "expression",
|
|
19320
|
+
"type": "unknown"
|
|
19321
|
+
}
|
|
19322
|
+
},
|
|
19323
|
+
{
|
|
19324
|
+
"name": "max",
|
|
19325
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
|
19326
|
+
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
|
19327
|
+
"value": {
|
|
19328
|
+
"kind": "expression",
|
|
19329
|
+
"type": "unknown"
|
|
19330
|
+
}
|
|
19222
19331
|
}
|
|
19223
19332
|
],
|
|
19224
19333
|
"events": [
|
|
@@ -19237,7 +19346,7 @@
|
|
|
19237
19346
|
"slots": [
|
|
19238
19347
|
{
|
|
19239
19348
|
"name": "month",
|
|
19240
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#
|
|
19349
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L19-L28.json))",
|
|
19241
19350
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
|
|
19242
19351
|
"vue-properties": [
|
|
19243
19352
|
{
|
|
@@ -19859,7 +19968,7 @@
|
|
|
19859
19968
|
},
|
|
19860
19969
|
{
|
|
19861
19970
|
"name": "targetRef",
|
|
19862
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
19971
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
|
|
19863
19972
|
}
|
|
19864
19973
|
]
|
|
19865
19974
|
}
|
|
@@ -27404,7 +27513,7 @@
|
|
|
27404
27513
|
},
|
|
27405
27514
|
{
|
|
27406
27515
|
"name": "targetRef",
|
|
27407
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
27516
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
|
|
27408
27517
|
}
|
|
27409
27518
|
]
|
|
27410
27519
|
}
|
|
@@ -28781,7 +28890,7 @@
|
|
|
28781
28890
|
"vue-properties": [
|
|
28782
28891
|
{
|
|
28783
28892
|
"name": "click",
|
|
28784
|
-
"type": "() => void"
|
|
28893
|
+
"type": "(e: MouseEvent) => void"
|
|
28785
28894
|
}
|
|
28786
28895
|
]
|
|
28787
28896
|
},
|
|
@@ -28792,7 +28901,7 @@
|
|
|
28792
28901
|
"vue-properties": [
|
|
28793
28902
|
{
|
|
28794
28903
|
"name": "click",
|
|
28795
|
-
"type": "() => void"
|
|
28904
|
+
"type": "(e: MouseEvent) => void"
|
|
28796
28905
|
}
|
|
28797
28906
|
]
|
|
28798
28907
|
}
|
|
@@ -29516,7 +29625,7 @@
|
|
|
29516
29625
|
},
|
|
29517
29626
|
{
|
|
29518
29627
|
"name": "targetRef",
|
|
29519
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
29628
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
|
|
29520
29629
|
}
|
|
29521
29630
|
]
|
|
29522
29631
|
}
|
|
@@ -35509,7 +35618,7 @@
|
|
|
35509
35618
|
"name": "mobile",
|
|
35510
35619
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
35511
35620
|
"doc-url": "https://vuetifyjs.com/api/VSlideGroup#props",
|
|
35512
|
-
"default": "
|
|
35621
|
+
"default": "null",
|
|
35513
35622
|
"value": {
|
|
35514
35623
|
"kind": "expression",
|
|
35515
35624
|
"type": "boolean"
|
|
@@ -38528,7 +38637,7 @@
|
|
|
38528
38637
|
},
|
|
38529
38638
|
{
|
|
38530
38639
|
"name": "targetRef",
|
|
38531
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
38640
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
|
|
38532
38641
|
}
|
|
38533
38642
|
]
|
|
38534
38643
|
}
|
|
@@ -42535,7 +42644,7 @@
|
|
|
42535
42644
|
"name": "mobile",
|
|
42536
42645
|
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint",
|
|
42537
42646
|
"doc-url": "https://vuetifyjs.com/api/VTabs#props",
|
|
42538
|
-
"default": "
|
|
42647
|
+
"default": "null",
|
|
42539
42648
|
"value": {
|
|
42540
42649
|
"kind": "expression",
|
|
42541
42650
|
"type": "boolean"
|
|
@@ -46558,7 +46667,7 @@
|
|
|
46558
46667
|
},
|
|
46559
46668
|
{
|
|
46560
46669
|
"name": "targetRef",
|
|
46561
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
46670
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L741-L745\" target=\"_blank\">TemplateRef</a>"
|
|
46562
46671
|
}
|
|
46563
46672
|
]
|
|
46564
46673
|
}
|