@vuetify/nightly 3.6.1-master.2024-05-01 → 3.6.3-dev.2024-05-03
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 -3
- package/dist/json/attributes.json +91 -91
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +192 -191
- package/dist/vuetify-labs.css +2775 -2761
- package/dist/vuetify-labs.d.ts +275 -233
- package/dist/vuetify-labs.esm.js +17 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +692 -678
- package/dist/vuetify.d.ts +328 -286
- package/dist/vuetify.esm.js +17 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +17 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +3 -1
- package/lib/components/VAutocomplete/index.d.mts +18 -18
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VBottomSheet/index.d.mts +15 -9
- package/lib/components/VBtn/VBtn.css +3 -1
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VChip/VChip.css +3 -1
- package/lib/components/VCombobox/index.d.mts +18 -18
- package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +7 -8
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +33 -27
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VHover/VHover.mjs +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.mts +24 -24
- package/lib/components/VList/VListItem.css +3 -1
- package/lib/components/VMenu/index.d.mts +33 -27
- package/lib/components/VOverlay/VOverlay.mjs +5 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +15 -9
- package/lib/components/VSelect/index.d.mts +18 -18
- package/lib/components/VSnackbar/VSnackbar.css +3 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +47 -41
- package/lib/components/VSpeedDial/index.d.mts +15 -9
- package/lib/components/VTooltip/index.d.mts +33 -27
- package/lib/components/index.d.mts +275 -233
- 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.mts +53 -53
- package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
- package/lib/labs/components.d.mts +47 -41
- package/lib/styles/tools/_variant.sass +3 -1
- package/package.json +1 -1
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.3-dev.2024-05-03",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -3343,7 +3343,7 @@
|
|
3343
3343
|
},
|
3344
3344
|
{
|
3345
3345
|
"name": "update:active",
|
3346
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3346
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBottomNavigation.json))",
|
3347
3347
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
|
3348
3348
|
"arguments": [
|
3349
3349
|
{
|
@@ -3504,7 +3504,7 @@
|
|
3504
3504
|
"name": "modelValue",
|
3505
3505
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
3506
3506
|
"doc-url": "https://vuetifyjs.com/api/VBottomSheet#props",
|
3507
|
-
"default": "
|
3507
|
+
"default": "null",
|
3508
3508
|
"value": {
|
3509
3509
|
"kind": "expression",
|
3510
3510
|
"type": "boolean"
|
@@ -5248,7 +5248,7 @@
|
|
5248
5248
|
},
|
5249
5249
|
{
|
5250
5250
|
"name": "event",
|
5251
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5251
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendar.tsx#L28-L28.json))",
|
5252
5252
|
"doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
|
5253
5253
|
"vue-properties": [
|
5254
5254
|
{
|
@@ -5777,7 +5777,7 @@
|
|
5777
5777
|
},
|
5778
5778
|
{
|
5779
5779
|
"name": "event",
|
5780
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendarMonthDay.tsx#L15-L15.json))",
|
5781
5781
|
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
|
5782
5782
|
"vue-properties": [
|
5783
5783
|
{
|
@@ -6823,7 +6823,7 @@
|
|
6823
6823
|
},
|
6824
6824
|
{
|
6825
6825
|
"name": "lazySrc",
|
6826
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
6826
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
|
6827
6827
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
6828
6828
|
"value": {
|
6829
6829
|
"kind": "expression",
|
@@ -8442,7 +8442,7 @@
|
|
8442
8442
|
},
|
8443
8443
|
{
|
8444
8444
|
"name": "clickOnce",
|
8445
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8445
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
|
8446
8446
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
8447
8447
|
"arguments": [
|
8448
8448
|
{
|
@@ -10675,7 +10675,7 @@
|
|
10675
10675
|
},
|
10676
10676
|
{
|
10677
10677
|
"name": "save",
|
10678
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10678
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
|
10679
10679
|
"doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
|
10680
10680
|
"arguments": [
|
10681
10681
|
{
|
@@ -11201,7 +11201,7 @@
|
|
11201
11201
|
},
|
11202
11202
|
{
|
11203
11203
|
"name": "update:currentItems",
|
11204
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
|
11205
11205
|
"doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
|
11206
11206
|
"arguments": [
|
11207
11207
|
{
|
@@ -12142,7 +12142,7 @@
|
|
12142
12142
|
},
|
12143
12143
|
{
|
12144
12144
|
"name": "update:currentItems",
|
12145
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12145
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
|
12146
12146
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
12147
12147
|
"arguments": [
|
12148
12148
|
{
|
@@ -12234,7 +12234,7 @@
|
|
12234
12234
|
},
|
12235
12235
|
{
|
12236
12236
|
"name": "header.data-table-expand",
|
12237
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12237
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
12238
12238
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12239
12239
|
"vue-properties": [
|
12240
12240
|
{
|
@@ -12336,7 +12336,7 @@
|
|
12336
12336
|
},
|
12337
12337
|
{
|
12338
12338
|
"name": "headers",
|
12339
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12339
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
12340
12340
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12341
12341
|
"vue-properties": [
|
12342
12342
|
{
|
@@ -12758,7 +12758,7 @@
|
|
12758
12758
|
},
|
12759
12759
|
{
|
12760
12760
|
"name": "tbody",
|
12761
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12761
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12762
12762
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12763
12763
|
"vue-properties": [
|
12764
12764
|
{
|
@@ -12849,7 +12849,7 @@
|
|
12849
12849
|
},
|
12850
12850
|
{
|
12851
12851
|
"name": "thead",
|
12852
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12853
12853
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12854
12854
|
"vue-properties": [
|
12855
12855
|
{
|
@@ -12940,7 +12940,7 @@
|
|
12940
12940
|
},
|
12941
12941
|
{
|
12942
12942
|
"name": "tfoot",
|
12943
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12943
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12944
12944
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12945
12945
|
"vue-properties": [
|
12946
12946
|
{
|
@@ -13314,7 +13314,7 @@
|
|
13314
13314
|
},
|
13315
13315
|
{
|
13316
13316
|
"name": "[`header.${string}`]",
|
13317
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13317
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13318
13318
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
13319
13319
|
"vue-properties": [
|
13320
13320
|
{
|
@@ -13370,7 +13370,7 @@
|
|
13370
13370
|
"slots": [
|
13371
13371
|
{
|
13372
13372
|
"name": "[string]",
|
13373
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13373
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
|
13374
13374
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
|
13375
13375
|
}
|
13376
13376
|
],
|
@@ -13409,7 +13409,7 @@
|
|
13409
13409
|
},
|
13410
13410
|
{
|
13411
13411
|
"name": "multiSort",
|
13412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13412
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13413
13413
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13414
13414
|
"default": "false",
|
13415
13415
|
"value": {
|
@@ -13439,7 +13439,7 @@
|
|
13439
13439
|
},
|
13440
13440
|
{
|
13441
13441
|
"name": "headerProps",
|
13442
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13442
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13443
13443
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13444
13444
|
"value": {
|
13445
13445
|
"kind": "expression",
|
@@ -13480,7 +13480,7 @@
|
|
13480
13480
|
"slots": [
|
13481
13481
|
{
|
13482
13482
|
"name": "headers",
|
13483
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13483
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
13484
13484
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13485
13485
|
"vue-properties": [
|
13486
13486
|
{
|
@@ -13538,7 +13538,7 @@
|
|
13538
13538
|
},
|
13539
13539
|
{
|
13540
13540
|
"name": "header.data-table-select",
|
13541
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13541
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13542
13542
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13543
13543
|
"vue-properties": [
|
13544
13544
|
{
|
@@ -13577,7 +13577,7 @@
|
|
13577
13577
|
},
|
13578
13578
|
{
|
13579
13579
|
"name": "header.data-table-expand",
|
13580
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13581
13581
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13582
13582
|
"vue-properties": [
|
13583
13583
|
{
|
@@ -13616,7 +13616,7 @@
|
|
13616
13616
|
},
|
13617
13617
|
{
|
13618
13618
|
"name": "[`header.${string}`]",
|
13619
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13619
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13620
13620
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13621
13621
|
"vue-properties": [
|
13622
13622
|
{
|
@@ -13670,7 +13670,7 @@
|
|
13670
13670
|
"attributes": [
|
13671
13671
|
{
|
13672
13672
|
"name": "cellProps",
|
13673
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13673
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13674
13674
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
13675
13675
|
"value": {
|
13676
13676
|
"kind": "expression",
|
@@ -13729,7 +13729,7 @@
|
|
13729
13729
|
},
|
13730
13730
|
{
|
13731
13731
|
"name": "contextmenu",
|
13732
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13733
13733
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13734
13734
|
"arguments": [
|
13735
13735
|
{
|
@@ -13740,7 +13740,7 @@
|
|
13740
13740
|
},
|
13741
13741
|
{
|
13742
13742
|
"name": "dblclick",
|
13743
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13743
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13744
13744
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13745
13745
|
"arguments": [
|
13746
13746
|
{
|
@@ -13753,17 +13753,17 @@
|
|
13753
13753
|
"slots": [
|
13754
13754
|
{
|
13755
13755
|
"name": "item.data-table-select",
|
13756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13756
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13757
13757
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13758
13758
|
},
|
13759
13759
|
{
|
13760
13760
|
"name": "item.data-table-expand",
|
13761
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13761
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13762
13762
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13763
13763
|
},
|
13764
13764
|
{
|
13765
13765
|
"name": "header.data-table-select",
|
13766
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13766
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13767
13767
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13768
13768
|
"vue-properties": [
|
13769
13769
|
{
|
@@ -13802,7 +13802,7 @@
|
|
13802
13802
|
},
|
13803
13803
|
{
|
13804
13804
|
"name": "header.data-table-expand",
|
13805
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13805
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13806
13806
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13807
13807
|
"vue-properties": [
|
13808
13808
|
{
|
@@ -13841,12 +13841,12 @@
|
|
13841
13841
|
},
|
13842
13842
|
{
|
13843
13843
|
"name": "[`item.${string}`]",
|
13844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13844
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
13845
13845
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13846
13846
|
},
|
13847
13847
|
{
|
13848
13848
|
"name": "[`header.${string}`]",
|
13849
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13849
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13850
13850
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13851
13851
|
"vue-properties": [
|
13852
13852
|
{
|
@@ -14030,7 +14030,7 @@
|
|
14030
14030
|
},
|
14031
14031
|
{
|
14032
14032
|
"name": "header.data-table-select",
|
14033
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14033
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14034
14034
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14035
14035
|
"vue-properties": [
|
14036
14036
|
{
|
@@ -14069,7 +14069,7 @@
|
|
14069
14069
|
},
|
14070
14070
|
{
|
14071
14071
|
"name": "header.data-table-expand",
|
14072
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14073
14073
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14074
14074
|
"vue-properties": [
|
14075
14075
|
{
|
@@ -14171,12 +14171,12 @@
|
|
14171
14171
|
},
|
14172
14172
|
{
|
14173
14173
|
"name": "[`item.${string}`]",
|
14174
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14174
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
14175
14175
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
14176
14176
|
},
|
14177
14177
|
{
|
14178
14178
|
"name": "[`header.${string}`]",
|
14179
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14179
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14180
14180
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14181
14181
|
"vue-properties": [
|
14182
14182
|
{
|
@@ -14239,7 +14239,7 @@
|
|
14239
14239
|
},
|
14240
14240
|
{
|
14241
14241
|
"name": "headerProps",
|
14242
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14242
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
14243
14243
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14244
14244
|
"value": {
|
14245
14245
|
"kind": "expression",
|
@@ -14878,7 +14878,7 @@
|
|
14878
14878
|
},
|
14879
14879
|
{
|
14880
14880
|
"name": "header.data-table-select",
|
14881
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14881
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14882
14882
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
14883
14883
|
"vue-properties": [
|
14884
14884
|
{
|
@@ -14917,7 +14917,7 @@
|
|
14917
14917
|
},
|
14918
14918
|
{
|
14919
14919
|
"name": "header.data-table-expand",
|
14920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14921
14921
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
14922
14922
|
"vue-properties": [
|
14923
14923
|
{
|
@@ -15805,7 +15805,7 @@
|
|
15805
15805
|
},
|
15806
15806
|
{
|
15807
15807
|
"name": "body.prepend",
|
15808
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15808
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
15809
15809
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15810
15810
|
"vue-properties": [
|
15811
15811
|
{
|
@@ -15896,7 +15896,7 @@
|
|
15896
15896
|
},
|
15897
15897
|
{
|
15898
15898
|
"name": "body.append",
|
15899
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15899
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
15900
15900
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15901
15901
|
"vue-properties": [
|
15902
15902
|
{
|
@@ -15997,7 +15997,7 @@
|
|
15997
15997
|
},
|
15998
15998
|
{
|
15999
15999
|
"name": "[`header.${string}`]",
|
16000
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16000
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16001
16001
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16002
16002
|
"vue-properties": [
|
16003
16003
|
{
|
@@ -16060,7 +16060,7 @@
|
|
16060
16060
|
},
|
16061
16061
|
{
|
16062
16062
|
"name": "headerProps",
|
16063
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16063
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
16064
16064
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16065
16065
|
"value": {
|
16066
16066
|
"kind": "expression",
|
@@ -16585,7 +16585,7 @@
|
|
16585
16585
|
},
|
16586
16586
|
{
|
16587
16587
|
"name": "header.data-table-select",
|
16588
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16588
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16589
16589
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16590
16590
|
"vue-properties": [
|
16591
16591
|
{
|
@@ -16624,7 +16624,7 @@
|
|
16624
16624
|
},
|
16625
16625
|
{
|
16626
16626
|
"name": "header.data-table-expand",
|
16627
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16627
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16628
16628
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16629
16629
|
"vue-properties": [
|
16630
16630
|
{
|
@@ -17009,7 +17009,7 @@
|
|
17009
17009
|
},
|
17010
17010
|
{
|
17011
17011
|
"name": "body.prepend",
|
17012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L33-L39.json))",
|
17013
17013
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17014
17014
|
"vue-properties": [
|
17015
17015
|
{
|
@@ -17084,7 +17084,7 @@
|
|
17084
17084
|
},
|
17085
17085
|
{
|
17086
17086
|
"name": "body.append",
|
17087
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17087
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L33-L39.json))",
|
17088
17088
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17089
17089
|
"vue-properties": [
|
17090
17090
|
{
|
@@ -17164,7 +17164,7 @@
|
|
17164
17164
|
},
|
17165
17165
|
{
|
17166
17166
|
"name": "[`header.${string}`]",
|
17167
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17167
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
17168
17168
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17169
17169
|
"vue-properties": [
|
17170
17170
|
{
|
@@ -17228,7 +17228,7 @@
|
|
17228
17228
|
},
|
17229
17229
|
{
|
17230
17230
|
"name": "hideActions",
|
17231
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17231
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))",
|
17232
17232
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17233
17233
|
"default": "false",
|
17234
17234
|
"value": {
|
@@ -18583,7 +18583,7 @@
|
|
18583
18583
|
},
|
18584
18584
|
{
|
18585
18585
|
"name": "update:month",
|
18586
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18586
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18587
18587
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18588
18588
|
"arguments": [
|
18589
18589
|
{
|
@@ -18594,7 +18594,7 @@
|
|
18594
18594
|
},
|
18595
18595
|
{
|
18596
18596
|
"name": "update:year",
|
18597
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18597
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18598
18598
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18599
18599
|
"arguments": [
|
18600
18600
|
{
|
@@ -18605,7 +18605,7 @@
|
|
18605
18605
|
},
|
18606
18606
|
{
|
18607
18607
|
"name": "update:viewMode",
|
18608
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18609
18609
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18610
18610
|
"arguments": [
|
18611
18611
|
{
|
@@ -18623,7 +18623,7 @@
|
|
18623
18623
|
},
|
18624
18624
|
{
|
18625
18625
|
"name": "actions",
|
18626
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18626
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18627
18627
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
|
18628
18628
|
},
|
18629
18629
|
{
|
@@ -18633,7 +18633,7 @@
|
|
18633
18633
|
},
|
18634
18634
|
{
|
18635
18635
|
"name": "header",
|
18636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePicker.tsx#L29-L32.json))",
|
18637
18637
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
|
18638
18638
|
"vue-properties": [
|
18639
18639
|
{
|
@@ -18682,7 +18682,7 @@
|
|
18682
18682
|
},
|
18683
18683
|
{
|
18684
18684
|
"name": "nextIcon",
|
18685
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18685
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18686
18686
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18687
18687
|
"default": "'$next'",
|
18688
18688
|
"value": {
|
@@ -18692,7 +18692,7 @@
|
|
18692
18692
|
},
|
18693
18693
|
{
|
18694
18694
|
"name": "prevIcon",
|
18695
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18695
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18696
18696
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18697
18697
|
"default": "'$prev'",
|
18698
18698
|
"value": {
|
@@ -18702,7 +18702,7 @@
|
|
18702
18702
|
},
|
18703
18703
|
{
|
18704
18704
|
"name": "modeIcon",
|
18705
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18705
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18706
18706
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18707
18707
|
"default": "'$subgroup'",
|
18708
18708
|
"value": {
|
@@ -18721,7 +18721,7 @@
|
|
18721
18721
|
},
|
18722
18722
|
{
|
18723
18723
|
"name": "viewMode",
|
18724
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18724
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18725
18725
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18726
18726
|
"default": "'month'",
|
18727
18727
|
"value": {
|
@@ -18733,7 +18733,7 @@
|
|
18733
18733
|
"events": [
|
18734
18734
|
{
|
18735
18735
|
"name": "click:year",
|
18736
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18736
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18737
18737
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18738
18738
|
"arguments": [
|
18739
18739
|
{
|
@@ -18744,7 +18744,7 @@
|
|
18744
18744
|
},
|
18745
18745
|
{
|
18746
18746
|
"name": "click:month",
|
18747
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18747
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18748
18748
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18749
18749
|
"arguments": [
|
18750
18750
|
{
|
@@ -18755,7 +18755,7 @@
|
|
18755
18755
|
},
|
18756
18756
|
{
|
18757
18757
|
"name": "click:prev",
|
18758
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18758
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18759
18759
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18760
18760
|
"arguments": [
|
18761
18761
|
{
|
@@ -18766,7 +18766,7 @@
|
|
18766
18766
|
},
|
18767
18767
|
{
|
18768
18768
|
"name": "click:next",
|
18769
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18769
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18770
18770
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18771
18771
|
"arguments": [
|
18772
18772
|
{
|
@@ -18777,7 +18777,7 @@
|
|
18777
18777
|
},
|
18778
18778
|
{
|
18779
18779
|
"name": "click:text",
|
18780
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18780
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18781
18781
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18782
18782
|
"arguments": [
|
18783
18783
|
{
|
@@ -18828,7 +18828,7 @@
|
|
18828
18828
|
},
|
18829
18829
|
{
|
18830
18830
|
"name": "header",
|
18831
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18831
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
18832
18832
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
18833
18833
|
"value": {
|
18834
18834
|
"kind": "expression",
|
@@ -18837,7 +18837,7 @@
|
|
18837
18837
|
},
|
18838
18838
|
{
|
18839
18839
|
"name": "transition",
|
18840
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
18841
18841
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
18842
18842
|
"value": {
|
18843
18843
|
"kind": "expression",
|
@@ -18921,7 +18921,7 @@
|
|
18921
18921
|
},
|
18922
18922
|
{
|
18923
18923
|
"name": "showWeek",
|
18924
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18924
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
18925
18925
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
18926
18926
|
"default": "false",
|
18927
18927
|
"value": {
|
@@ -18970,7 +18970,7 @@
|
|
18970
18970
|
},
|
18971
18971
|
{
|
18972
18972
|
"name": "showAdjacentMonths",
|
18973
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18973
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
18974
18974
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
18975
18975
|
"default": "false",
|
18976
18976
|
"value": {
|
@@ -19009,7 +19009,7 @@
|
|
19009
19009
|
},
|
19010
19010
|
{
|
19011
19011
|
"name": "allowedDates",
|
19012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19012
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19013
19013
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19014
19014
|
"value": {
|
19015
19015
|
"kind": "expression",
|
@@ -19036,7 +19036,7 @@
|
|
19036
19036
|
},
|
19037
19037
|
{
|
19038
19038
|
"name": "max",
|
19039
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19039
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19040
19040
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19041
19041
|
"value": {
|
19042
19042
|
"kind": "expression",
|
@@ -19045,7 +19045,7 @@
|
|
19045
19045
|
},
|
19046
19046
|
{
|
19047
19047
|
"name": "min",
|
19048
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19048
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19049
19049
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19050
19050
|
"value": {
|
19051
19051
|
"kind": "expression",
|
@@ -19054,7 +19054,7 @@
|
|
19054
19054
|
},
|
19055
19055
|
{
|
19056
19056
|
"name": "multiple",
|
19057
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19057
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19058
19058
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19059
19059
|
"default": "false",
|
19060
19060
|
"value": {
|
@@ -19077,7 +19077,7 @@
|
|
19077
19077
|
},
|
19078
19078
|
{
|
19079
19079
|
"name": "update:month",
|
19080
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19080
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19081
19081
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19082
19082
|
"arguments": [
|
19083
19083
|
{
|
@@ -19088,7 +19088,7 @@
|
|
19088
19088
|
},
|
19089
19089
|
{
|
19090
19090
|
"name": "update:year",
|
19091
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19091
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19092
19092
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19093
19093
|
"arguments": [
|
19094
19094
|
{
|
@@ -19101,7 +19101,7 @@
|
|
19101
19101
|
"slots": [
|
19102
19102
|
{
|
19103
19103
|
"name": "day",
|
19104
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
|
19105
19105
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
|
19106
19106
|
"vue-properties": [
|
19107
19107
|
{
|
@@ -19177,7 +19177,7 @@
|
|
19177
19177
|
"slots": [
|
19178
19178
|
{
|
19179
19179
|
"name": "month",
|
19180
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L17-L26.json))",
|
19181
19181
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
|
19182
19182
|
"vue-properties": [
|
19183
19183
|
{
|
@@ -19238,7 +19238,7 @@
|
|
19238
19238
|
},
|
19239
19239
|
{
|
19240
19240
|
"name": "min",
|
19241
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19241
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19242
19242
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19243
19243
|
"value": {
|
19244
19244
|
"kind": "expression",
|
@@ -19247,7 +19247,7 @@
|
|
19247
19247
|
},
|
19248
19248
|
{
|
19249
19249
|
"name": "max",
|
19250
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19250
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19251
19251
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19252
19252
|
"value": {
|
19253
19253
|
"kind": "expression",
|
@@ -19271,7 +19271,7 @@
|
|
19271
19271
|
"slots": [
|
19272
19272
|
{
|
19273
19273
|
"name": "year",
|
19274
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19274
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerYears.tsx#L20-L34.json))",
|
19275
19275
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
|
19276
19276
|
"vue-properties": [
|
19277
19277
|
{
|
@@ -19494,7 +19494,7 @@
|
|
19494
19494
|
"name": "modelValue",
|
19495
19495
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
19496
19496
|
"doc-url": "https://vuetifyjs.com/api/VDialog#props",
|
19497
|
-
"default": "
|
19497
|
+
"default": "null",
|
19498
19498
|
"value": {
|
19499
19499
|
"kind": "expression",
|
19500
19500
|
"type": "boolean"
|
@@ -19982,7 +19982,7 @@
|
|
19982
19982
|
"attributes": [
|
19983
19983
|
{
|
19984
19984
|
"name": "target",
|
19985
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19985
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
19986
19986
|
"doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
|
19987
19987
|
"value": {
|
19988
19988
|
"kind": "expression",
|
@@ -20588,7 +20588,7 @@
|
|
20588
20588
|
},
|
20589
20589
|
{
|
20590
20590
|
"name": "focusable",
|
20591
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20591
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20592
20592
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20593
20593
|
"default": "false",
|
20594
20594
|
"value": {
|
@@ -20598,7 +20598,7 @@
|
|
20598
20598
|
},
|
20599
20599
|
{
|
20600
20600
|
"name": "static",
|
20601
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20601
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20602
20602
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20603
20603
|
"default": "false",
|
20604
20604
|
"value": {
|
@@ -20755,7 +20755,7 @@
|
|
20755
20755
|
},
|
20756
20756
|
{
|
20757
20757
|
"name": "focusable",
|
20758
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20758
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20759
20759
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
20760
20760
|
"default": "false",
|
20761
20761
|
"value": {
|
@@ -20765,7 +20765,7 @@
|
|
20765
20765
|
},
|
20766
20766
|
{
|
20767
20767
|
"name": "static",
|
20768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20768
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20769
20769
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
20770
20770
|
"default": "false",
|
20771
20771
|
"value": {
|
@@ -20785,7 +20785,7 @@
|
|
20785
20785
|
},
|
20786
20786
|
{
|
20787
20787
|
"name": "readonly",
|
20788
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20789
20789
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
20790
20790
|
"default": "false",
|
20791
20791
|
"value": {
|
@@ -20825,7 +20825,7 @@
|
|
20825
20825
|
},
|
20826
20826
|
{
|
20827
20827
|
"name": "actions",
|
20828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L21-L27.json))",
|
20829
20829
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
20830
20830
|
"vue-properties": [
|
20831
20831
|
{
|
@@ -21057,7 +21057,7 @@
|
|
21057
21057
|
},
|
21058
21058
|
{
|
21059
21059
|
"name": "static",
|
21060
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
21060
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
21061
21061
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21062
21062
|
"default": "false",
|
21063
21063
|
"value": {
|
@@ -22862,7 +22862,7 @@
|
|
22862
22862
|
"arguments": [
|
22863
22863
|
{
|
22864
22864
|
"name": "argument",
|
22865
|
-
"type": "[File[]]\n"
|
22865
|
+
"type": "[File | File[]]\n"
|
22866
22866
|
}
|
22867
22867
|
]
|
22868
22868
|
}
|
@@ -23441,6 +23441,7 @@
|
|
23441
23441
|
"name": "modelValue",
|
23442
23442
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
23443
23443
|
"doc-url": "https://vuetifyjs.com/api/VHover#props",
|
23444
|
+
"default": "null",
|
23444
23445
|
"value": {
|
23445
23446
|
"kind": "expression",
|
23446
23447
|
"type": "boolean"
|
@@ -23667,7 +23668,7 @@
|
|
23667
23668
|
},
|
23668
23669
|
{
|
23669
23670
|
"name": "lazySrc",
|
23670
|
-
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied
|
23671
|
+
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided.",
|
23671
23672
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
23672
23673
|
"value": {
|
23673
23674
|
"kind": "expression",
|
@@ -25092,7 +25093,7 @@
|
|
25092
25093
|
"attributes": [
|
25093
25094
|
{
|
25094
25095
|
"name": "position",
|
25095
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
|
25096
25097
|
"doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
|
25097
25098
|
"value": {
|
25098
25099
|
"kind": "expression",
|
@@ -25383,7 +25384,7 @@
|
|
25383
25384
|
},
|
25384
25385
|
{
|
25385
25386
|
"name": "expandIcon",
|
25386
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25387
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25387
25388
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25388
25389
|
"value": {
|
25389
25390
|
"kind": "expression",
|
@@ -25392,7 +25393,7 @@
|
|
25392
25393
|
},
|
25393
25394
|
{
|
25394
25395
|
"name": "collapseIcon",
|
25395
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25396
25397
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25397
25398
|
"value": {
|
25398
25399
|
"kind": "expression",
|
@@ -25431,7 +25432,7 @@
|
|
25431
25432
|
},
|
25432
25433
|
{
|
25433
25434
|
"name": "activatable",
|
25434
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25435
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
|
25435
25436
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25436
25437
|
"default": "false",
|
25437
25438
|
"value": {
|
@@ -25441,7 +25442,7 @@
|
|
25441
25442
|
},
|
25442
25443
|
{
|
25443
25444
|
"name": "selectable",
|
25444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25445
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
|
25445
25446
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25446
25447
|
"default": "false",
|
25447
25448
|
"value": {
|
@@ -25738,7 +25739,7 @@
|
|
25738
25739
|
"events": [
|
25739
25740
|
{
|
25740
25741
|
"name": "update:selected",
|
25741
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25742
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25742
25743
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25743
25744
|
"arguments": [
|
25744
25745
|
{
|
@@ -25749,7 +25750,7 @@
|
|
25749
25750
|
},
|
25750
25751
|
{
|
25751
25752
|
"name": "update:opened",
|
25752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25753
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25753
25754
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25754
25755
|
"arguments": [
|
25755
25756
|
{
|
@@ -25760,7 +25761,7 @@
|
|
25760
25761
|
},
|
25761
25762
|
{
|
25762
25763
|
"name": "update:activated",
|
25763
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25764
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25764
25765
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25765
25766
|
"arguments": [
|
25766
25767
|
{
|
@@ -25771,7 +25772,7 @@
|
|
25771
25772
|
},
|
25772
25773
|
{
|
25773
25774
|
"name": "click:open",
|
25774
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25775
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25775
25776
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25776
25777
|
"arguments": [
|
25777
25778
|
{
|
@@ -25782,7 +25783,7 @@
|
|
25782
25783
|
},
|
25783
25784
|
{
|
25784
25785
|
"name": "click:activate",
|
25785
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25786
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25786
25787
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25787
25788
|
"arguments": [
|
25788
25789
|
{
|
@@ -25793,7 +25794,7 @@
|
|
25793
25794
|
},
|
25794
25795
|
{
|
25795
25796
|
"name": "click:select",
|
25796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25797
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25797
25798
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25798
25799
|
"arguments": [
|
25799
25800
|
{
|
@@ -25842,7 +25843,7 @@
|
|
25842
25843
|
},
|
25843
25844
|
{
|
25844
25845
|
"name": "divider",
|
25845
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25846
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L22-L22.json))",
|
25846
25847
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
25847
25848
|
"vue-properties": [
|
25848
25849
|
{
|
@@ -25853,7 +25854,7 @@
|
|
25853
25854
|
},
|
25854
25855
|
{
|
25855
25856
|
"name": "subheader",
|
25856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25857
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L23-L23.json))",
|
25857
25858
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
25858
25859
|
"vue-properties": [
|
25859
25860
|
{
|
@@ -25864,7 +25865,7 @@
|
|
25864
25865
|
},
|
25865
25866
|
{
|
25866
25867
|
"name": "header",
|
25867
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25868
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L24-L24.json))",
|
25868
25869
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
25869
25870
|
"vue-properties": [
|
25870
25871
|
{
|
@@ -25955,7 +25956,7 @@
|
|
25955
25956
|
},
|
25956
25957
|
{
|
25957
25958
|
"name": "fluid",
|
25958
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25959
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
25959
25960
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
25960
25961
|
"default": "false",
|
25961
25962
|
"value": {
|
@@ -26165,7 +26166,7 @@
|
|
26165
26166
|
},
|
26166
26167
|
{
|
26167
26168
|
"name": "nav",
|
26168
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26169
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26169
26170
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26170
26171
|
"default": "false",
|
26171
26172
|
"value": {
|
@@ -26212,7 +26213,7 @@
|
|
26212
26213
|
},
|
26213
26214
|
{
|
26214
26215
|
"name": "slim",
|
26215
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26216
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26216
26217
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26217
26218
|
"default": "false",
|
26218
26219
|
"value": {
|
@@ -26400,7 +26401,7 @@
|
|
26400
26401
|
},
|
26401
26402
|
{
|
26402
26403
|
"name": "lines",
|
26403
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26404
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26404
26405
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26405
26406
|
"value": {
|
26406
26407
|
"kind": "expression",
|
@@ -26422,7 +26423,7 @@
|
|
26422
26423
|
},
|
26423
26424
|
{
|
26424
26425
|
"name": "clickOnce",
|
26425
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26426
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26426
26427
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#events",
|
26427
26428
|
"arguments": [
|
26428
26429
|
{
|
@@ -26731,7 +26732,7 @@
|
|
26731
26732
|
},
|
26732
26733
|
{
|
26733
26734
|
"name": "inset",
|
26734
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26735
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
26735
26736
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
26736
26737
|
"default": "false",
|
26737
26738
|
"value": {
|
@@ -26741,7 +26742,7 @@
|
|
26741
26742
|
},
|
26742
26743
|
{
|
26743
26744
|
"name": "sticky",
|
26744
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26745
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
26745
26746
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
26746
26747
|
"default": "false",
|
26747
26748
|
"value": {
|
@@ -26793,7 +26794,7 @@
|
|
26793
26794
|
"attributes": [
|
26794
26795
|
{
|
26795
26796
|
"name": "locale",
|
26796
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26797
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
26797
26798
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
26798
26799
|
"value": {
|
26799
26800
|
"kind": "expression",
|
@@ -26802,7 +26803,7 @@
|
|
26802
26803
|
},
|
26803
26804
|
{
|
26804
26805
|
"name": "fallbackLocale",
|
26805
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26806
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
26806
26807
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
26807
26808
|
"value": {
|
26808
26809
|
"kind": "expression",
|
@@ -26820,7 +26821,7 @@
|
|
26820
26821
|
},
|
26821
26822
|
{
|
26822
26823
|
"name": "rtl",
|
26823
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26824
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
26824
26825
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
26825
26826
|
"value": {
|
26826
26827
|
"kind": "expression",
|
@@ -26852,7 +26853,7 @@
|
|
26852
26853
|
"attributes": [
|
26853
26854
|
{
|
26854
26855
|
"name": "scrollable",
|
26855
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26856
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
|
26856
26857
|
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
26857
26858
|
"default": "false",
|
26858
26859
|
"value": {
|
@@ -27036,7 +27037,7 @@
|
|
27036
27037
|
"name": "modelValue",
|
27037
27038
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
27038
27039
|
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
27039
|
-
"default": "
|
27040
|
+
"default": "null",
|
27040
27041
|
"value": {
|
27041
27042
|
"kind": "expression",
|
27042
27043
|
"type": "boolean"
|
@@ -27579,7 +27580,7 @@
|
|
27579
27580
|
},
|
27580
27581
|
{
|
27581
27582
|
"name": "sticky",
|
27582
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27583
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
|
27583
27584
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
27584
27585
|
"default": "false",
|
27585
27586
|
"value": {
|
@@ -27804,7 +27805,7 @@
|
|
27804
27805
|
},
|
27805
27806
|
{
|
27806
27807
|
"name": "controlVariant",
|
27807
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27808
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27808
27809
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27809
27810
|
"default": "'default'",
|
27810
27811
|
"value": {
|
@@ -27814,7 +27815,7 @@
|
|
27814
27815
|
},
|
27815
27816
|
{
|
27816
27817
|
"name": "inset",
|
27817
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27818
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27818
27819
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27819
27820
|
"default": "false",
|
27820
27821
|
"value": {
|
@@ -27824,7 +27825,7 @@
|
|
27824
27825
|
},
|
27825
27826
|
{
|
27826
27827
|
"name": "hideInput",
|
27827
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27828
27829
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27829
27830
|
"default": "false",
|
27830
27831
|
"value": {
|
@@ -27834,7 +27835,7 @@
|
|
27834
27835
|
},
|
27835
27836
|
{
|
27836
27837
|
"name": "min",
|
27837
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27838
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27838
27839
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27839
27840
|
"default": "null",
|
27840
27841
|
"value": {
|
@@ -27844,7 +27845,7 @@
|
|
27844
27845
|
},
|
27845
27846
|
{
|
27846
27847
|
"name": "max",
|
27847
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27848
27849
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27849
27850
|
"default": "null",
|
27850
27851
|
"value": {
|
@@ -27854,7 +27855,7 @@
|
|
27854
27855
|
},
|
27855
27856
|
{
|
27856
27857
|
"name": "step",
|
27857
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27858
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
27858
27859
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
27859
27860
|
"default": "1",
|
27860
27861
|
"value": {
|
@@ -28296,7 +28297,7 @@
|
|
28296
28297
|
},
|
28297
28298
|
{
|
28298
28299
|
"name": "increment",
|
28299
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
|
28300
28301
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
28301
28302
|
"vue-properties": [
|
28302
28303
|
{
|
@@ -28307,7 +28308,7 @@
|
|
28307
28308
|
},
|
28308
28309
|
{
|
28309
28310
|
"name": "decrement",
|
28310
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28311
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L24-L26.json))",
|
28311
28312
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
28312
28313
|
"vue-properties": [
|
28313
28314
|
{
|
@@ -28709,7 +28710,7 @@
|
|
28709
28710
|
"name": "modelValue",
|
28710
28711
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
28711
28712
|
"doc-url": "https://vuetifyjs.com/api/VOverlay#props",
|
28712
|
-
"default": "
|
28713
|
+
"default": "null",
|
28713
28714
|
"value": {
|
28714
28715
|
"kind": "expression",
|
28715
28716
|
"type": "boolean"
|
@@ -28988,7 +28989,7 @@
|
|
28988
28989
|
},
|
28989
28990
|
{
|
28990
28991
|
"name": "afterEnter",
|
28991
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
|
28992
28993
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
28993
28994
|
"arguments": [
|
28994
28995
|
{
|
@@ -29545,7 +29546,7 @@
|
|
29545
29546
|
"attributes": [
|
29546
29547
|
{
|
29547
29548
|
"name": "scale",
|
29548
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29549
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
29549
29550
|
"doc-url": "https://vuetifyjs.com/api/VParallax#props",
|
29550
29551
|
"default": "0.5",
|
29551
29552
|
"value": {
|
@@ -29563,17 +29564,17 @@
|
|
29563
29564
|
},
|
29564
29565
|
{
|
29565
29566
|
"name": "placeholder",
|
29566
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29567
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
29567
29568
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
29568
29569
|
},
|
29569
29570
|
{
|
29570
29571
|
"name": "error",
|
29571
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
29572
29573
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
29573
29574
|
},
|
29574
29575
|
{
|
29575
29576
|
"name": "sources",
|
29576
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29577
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
29577
29578
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
29578
29579
|
}
|
29579
29580
|
],
|
@@ -29772,7 +29773,7 @@
|
|
29772
29773
|
"slots": [
|
29773
29774
|
{
|
29774
29775
|
"name": "header",
|
29775
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29776
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
29776
29777
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
29777
29778
|
},
|
29778
29779
|
{
|
@@ -29782,7 +29783,7 @@
|
|
29782
29783
|
},
|
29783
29784
|
{
|
29784
29785
|
"name": "actions",
|
29785
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29786
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
29786
29787
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
29787
29788
|
},
|
29788
29789
|
{
|
@@ -30223,7 +30224,7 @@
|
|
30223
30224
|
"attributes": [
|
30224
30225
|
{
|
30225
30226
|
"name": "pullDownThreshold",
|
30226
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30227
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
30227
30228
|
"doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
|
30228
30229
|
"default": "64",
|
30229
30230
|
"value": {
|
@@ -30235,7 +30236,7 @@
|
|
30235
30236
|
"events": [
|
30236
30237
|
{
|
30237
30238
|
"name": "load",
|
30238
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30239
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
30239
30240
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
|
30240
30241
|
"arguments": [
|
30241
30242
|
{
|
@@ -30253,7 +30254,7 @@
|
|
30253
30254
|
},
|
30254
30255
|
{
|
30255
30256
|
"name": "pullDownPanel",
|
30256
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30257
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
|
30257
30258
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
|
30258
30259
|
"vue-properties": [
|
30259
30260
|
{
|
@@ -32009,7 +32010,7 @@
|
|
32009
32010
|
},
|
32010
32011
|
{
|
32011
32012
|
"name": "itemAriaLabel",
|
32012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
32013
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
|
32013
32014
|
"doc-url": "https://vuetifyjs.com/api/VRating#props",
|
32014
32015
|
"default": "'$vuetify.rating.ariaLabel.item'",
|
32015
32016
|
"value": {
|
@@ -32363,7 +32364,7 @@
|
|
32363
32364
|
},
|
32364
32365
|
{
|
32365
32366
|
"name": "additional",
|
32366
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
32367
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
|
32367
32368
|
"doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
|
32368
32369
|
}
|
32369
32370
|
],
|
@@ -34853,7 +34854,7 @@
|
|
34853
34854
|
},
|
34854
34855
|
{
|
34855
34856
|
"name": "loadingText",
|
34856
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
34857
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
|
34857
34858
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
34858
34859
|
"default": "'$vuetify.loading'",
|
34859
34860
|
"value": {
|
@@ -36619,7 +36620,7 @@
|
|
36619
36620
|
"name": "modelValue",
|
36620
36621
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
36621
36622
|
"doc-url": "https://vuetifyjs.com/api/VSnackbar#props",
|
36622
|
-
"default": "
|
36623
|
+
"default": "null",
|
36623
36624
|
"value": {
|
36624
36625
|
"kind": "expression",
|
36625
36626
|
"type": "boolean"
|
@@ -36865,7 +36866,7 @@
|
|
36865
36866
|
"vue-properties": [
|
36866
36867
|
{
|
36867
36868
|
"name": "isActive",
|
36868
|
-
"type": "Ref<boolean>"
|
36869
|
+
"type": "Ref<boolean | null>"
|
36869
36870
|
}
|
36870
36871
|
]
|
36871
36872
|
},
|
@@ -37087,7 +37088,7 @@
|
|
37087
37088
|
"default": "[]",
|
37088
37089
|
"value": {
|
37089
37090
|
"kind": "expression",
|
37090
|
-
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions
|
37091
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]"
|
37091
37092
|
}
|
37092
37093
|
},
|
37093
37094
|
{
|
@@ -37317,7 +37318,7 @@
|
|
37317
37318
|
"arguments": [
|
37318
37319
|
{
|
37319
37320
|
"name": "argument",
|
37320
|
-
"type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions
|
37321
|
+
"type": "[\n (\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n )[],\n]\n"
|
37321
37322
|
}
|
37322
37323
|
]
|
37323
37324
|
}
|
@@ -37330,7 +37331,7 @@
|
|
37330
37331
|
"vue-properties": [
|
37331
37332
|
{
|
37332
37333
|
"name": "item",
|
37333
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37334
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37334
37335
|
}
|
37335
37336
|
]
|
37336
37337
|
},
|
@@ -37341,7 +37342,7 @@
|
|
37341
37342
|
"vue-properties": [
|
37342
37343
|
{
|
37343
37344
|
"name": "item",
|
37344
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37345
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37345
37346
|
}
|
37346
37347
|
]
|
37347
37348
|
},
|
@@ -37352,7 +37353,7 @@
|
|
37352
37353
|
"vue-properties": [
|
37353
37354
|
{
|
37354
37355
|
"name": "item",
|
37355
|
-
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37356
|
+
"type": "string | { text: string; multiLine: boolean; timer: string | boolean; timeout: string | number; vertical: boolean; location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>; position: \"static\" | \"relative\" | \"fixed\" | \"absolute\" | \"sticky\"; absolute: boolean; rounded: string | number | boolean; tile: boolean; color: string; variant: \"text\" | \"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"plain\"; theme: string; closeOnBack: boolean; contained: boolean; contentClass: any; contentProps: any; disabled: boolean; opacity: string | number; zIndex: string | number; target: Element | \"parent\" | \"cursor\" | string & { } | ComponentPublicInstance | [number, number]; closeOnContentClick: boolean; style: StyleValue; class: any; height: string | number; maxHeight: string | number; maxWidth: string | number; minHeight: string | number; minWidth: string | number; width: string | number; eager: boolean; locationStrategy: \"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>; origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"; offset: string | number | number[]; transition: string | boolean | TransitionProps & { component: Component }; attach: string | boolean | Element; 'v-slots': { activator: false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); default: false | (() => VNodeChild); actions: false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); text: false | (() => VNodeChild) }; 'v-slot:default': false | (() => VNodeChild); 'v-slot:activator': false | ((arg: { isActive: boolean; props: Record<string, any> }) => VNodeChild); key: string | number | symbol; ref: VNodeRef; ref_for: boolean; ref_key: string; onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]; onVnodeMounted: VNodeMountHook | VNodeMountHook[]; onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]; onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]; onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]; 'v-slot:actions': false | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild); 'v-slot:text': false | (() => VNodeChild) }"
|
37356
37357
|
},
|
37357
37358
|
{
|
37358
37359
|
"name": "props",
|
@@ -37528,7 +37529,7 @@
|
|
37528
37529
|
},
|
37529
37530
|
{
|
37530
37531
|
"name": "id",
|
37531
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
37532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
37532
37533
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
37533
37534
|
"value": {
|
37534
37535
|
"kind": "expression",
|
@@ -37537,7 +37538,7 @@
|
|
37537
37538
|
},
|
37538
37539
|
{
|
37539
37540
|
"name": "itemValue",
|
37540
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
37541
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
37541
37542
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
37542
37543
|
"default": "'value'",
|
37543
37544
|
"value": {
|
@@ -37557,7 +37558,7 @@
|
|
37557
37558
|
},
|
37558
37559
|
{
|
37559
37560
|
"name": "min",
|
37560
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
37561
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
37561
37562
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
37562
37563
|
"value": {
|
37563
37564
|
"kind": "expression",
|
@@ -37566,7 +37567,7 @@
|
|
37566
37567
|
},
|
37567
37568
|
{
|
37568
37569
|
"name": "max",
|
37569
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
37570
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
37570
37571
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
37571
37572
|
"value": {
|
37572
37573
|
"kind": "expression",
|
@@ -37750,7 +37751,7 @@
|
|
37750
37751
|
"name": "modelValue",
|
37751
37752
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
37752
37753
|
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
37753
|
-
"default": "
|
37754
|
+
"default": "null",
|
37754
37755
|
"value": {
|
37755
37756
|
"kind": "expression",
|
37756
37757
|
"type": "boolean"
|
@@ -40933,7 +40934,7 @@
|
|
40933
40934
|
},
|
40934
40935
|
{
|
40935
40936
|
"name": "tab",
|
40936
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40937
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
|
40937
40938
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40938
40939
|
"vue-properties": [
|
40939
40940
|
{
|
@@ -40955,12 +40956,12 @@
|
|
40955
40956
|
},
|
40956
40957
|
{
|
40957
40958
|
"name": "window",
|
40958
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40959
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTabs.json))",
|
40959
40960
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
|
40960
40961
|
},
|
40961
40962
|
{
|
40962
40963
|
"name": "[`tab.${string}`]",
|
40963
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40964
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
|
40964
40965
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40965
40966
|
"vue-properties": [
|
40966
40967
|
{
|
@@ -40971,7 +40972,7 @@
|
|
40971
40972
|
},
|
40972
40973
|
{
|
40973
40974
|
"name": "[`item.${string}`]",
|
40974
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40975
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L27-L29.json))",
|
40975
40976
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40976
40977
|
"vue-properties": [
|
40977
40978
|
{
|
@@ -42127,7 +42128,7 @@
|
|
42127
42128
|
},
|
42128
42129
|
{
|
42129
42130
|
"name": "autofocus",
|
42130
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
42131
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
|
42131
42132
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
42132
42133
|
"default": "false",
|
42133
42134
|
"value": {
|
@@ -43012,7 +43013,7 @@
|
|
43012
43013
|
"attributes": [
|
43013
43014
|
{
|
43014
43015
|
"name": "withBackground",
|
43015
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43016
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
|
43016
43017
|
"doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
|
43017
43018
|
"default": "false",
|
43018
43019
|
"value": {
|
@@ -43142,7 +43143,7 @@
|
|
43142
43143
|
},
|
43143
43144
|
{
|
43144
43145
|
"name": "useSeconds",
|
43145
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43146
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
|
43146
43147
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
43147
43148
|
"default": "false",
|
43148
43149
|
"value": {
|
@@ -43409,7 +43410,7 @@
|
|
43409
43410
|
},
|
43410
43411
|
{
|
43411
43412
|
"name": "actions",
|
43412
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43413
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
|
43413
43414
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
|
43414
43415
|
},
|
43415
43416
|
{
|
@@ -43434,7 +43435,7 @@
|
|
43434
43435
|
"attributes": [
|
43435
43436
|
{
|
43436
43437
|
"name": "ampm",
|
43437
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43438
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43438
43439
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43439
43440
|
"default": "false",
|
43440
43441
|
"value": {
|
@@ -43463,7 +43464,7 @@
|
|
43463
43464
|
},
|
43464
43465
|
{
|
43465
43466
|
"name": "displayedValue",
|
43466
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43467
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43467
43468
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43468
43469
|
"value": {
|
43469
43470
|
"kind": "expression",
|
@@ -43472,7 +43473,7 @@
|
|
43472
43473
|
},
|
43473
43474
|
{
|
43474
43475
|
"name": "double",
|
43475
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43476
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43476
43477
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43477
43478
|
"default": "false",
|
43478
43479
|
"value": {
|
@@ -43482,7 +43483,7 @@
|
|
43482
43483
|
},
|
43483
43484
|
{
|
43484
43485
|
"name": "format",
|
43485
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43486
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43486
43487
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43487
43488
|
"value": {
|
43488
43489
|
"kind": "expression",
|
@@ -43491,7 +43492,7 @@
|
|
43491
43492
|
},
|
43492
43493
|
{
|
43493
43494
|
"name": "max",
|
43494
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43495
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43495
43496
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43496
43497
|
"value": {
|
43497
43498
|
"kind": "expression",
|
@@ -43500,7 +43501,7 @@
|
|
43500
43501
|
},
|
43501
43502
|
{
|
43502
43503
|
"name": "min",
|
43503
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43504
43505
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43505
43506
|
"value": {
|
43506
43507
|
"kind": "expression",
|
@@ -43509,7 +43510,7 @@
|
|
43509
43510
|
},
|
43510
43511
|
{
|
43511
43512
|
"name": "scrollable",
|
43512
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43513
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43513
43514
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43514
43515
|
"default": "false",
|
43515
43516
|
"value": {
|
@@ -43519,7 +43520,7 @@
|
|
43519
43520
|
},
|
43520
43521
|
{
|
43521
43522
|
"name": "readonly",
|
43522
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43523
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43523
43524
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43524
43525
|
"default": "false",
|
43525
43526
|
"value": {
|
@@ -43529,7 +43530,7 @@
|
|
43529
43530
|
},
|
43530
43531
|
{
|
43531
43532
|
"name": "rotate",
|
43532
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43533
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43533
43534
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43534
43535
|
"default": "0",
|
43535
43536
|
"value": {
|
@@ -43539,7 +43540,7 @@
|
|
43539
43540
|
},
|
43540
43541
|
{
|
43541
43542
|
"name": "step",
|
43542
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43543
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43543
43544
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43544
43545
|
"default": "1",
|
43545
43546
|
"value": {
|
@@ -43558,7 +43559,7 @@
|
|
43558
43559
|
},
|
43559
43560
|
{
|
43560
43561
|
"name": "allowedValues",
|
43561
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43562
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43562
43563
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
43563
43564
|
"value": {
|
43564
43565
|
"kind": "expression",
|
@@ -43569,7 +43570,7 @@
|
|
43569
43570
|
"events": [
|
43570
43571
|
{
|
43571
43572
|
"name": "change",
|
43572
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43573
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
43573
43574
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
|
43574
43575
|
"arguments": [
|
43575
43576
|
{
|
@@ -43613,7 +43614,7 @@
|
|
43613
43614
|
"attributes": [
|
43614
43615
|
{
|
43615
43616
|
"name": "ampm",
|
43616
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43617
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43617
43618
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43618
43619
|
"default": "false",
|
43619
43620
|
"value": {
|
@@ -43623,7 +43624,7 @@
|
|
43623
43624
|
},
|
43624
43625
|
{
|
43625
43626
|
"name": "ampmReadonly",
|
43626
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43627
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43627
43628
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43628
43629
|
"default": "false",
|
43629
43630
|
"value": {
|
@@ -43652,7 +43653,7 @@
|
|
43652
43653
|
},
|
43653
43654
|
{
|
43654
43655
|
"name": "hour",
|
43655
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43656
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43656
43657
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43657
43658
|
"value": {
|
43658
43659
|
"kind": "expression",
|
@@ -43661,7 +43662,7 @@
|
|
43661
43662
|
},
|
43662
43663
|
{
|
43663
43664
|
"name": "minute",
|
43664
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43665
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43665
43666
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43666
43667
|
"value": {
|
43667
43668
|
"kind": "expression",
|
@@ -43670,7 +43671,7 @@
|
|
43670
43671
|
},
|
43671
43672
|
{
|
43672
43673
|
"name": "second",
|
43673
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43674
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43674
43675
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43675
43676
|
"value": {
|
43676
43677
|
"kind": "expression",
|
@@ -43679,7 +43680,7 @@
|
|
43679
43680
|
},
|
43680
43681
|
{
|
43681
43682
|
"name": "period",
|
43682
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43683
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43683
43684
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43684
43685
|
"value": {
|
43685
43686
|
"kind": "expression",
|
@@ -43688,7 +43689,7 @@
|
|
43688
43689
|
},
|
43689
43690
|
{
|
43690
43691
|
"name": "readonly",
|
43691
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43692
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43692
43693
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43693
43694
|
"default": "false",
|
43694
43695
|
"value": {
|
@@ -43698,7 +43699,7 @@
|
|
43698
43699
|
},
|
43699
43700
|
{
|
43700
43701
|
"name": "useSeconds",
|
43701
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43702
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43702
43703
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43703
43704
|
"default": "false",
|
43704
43705
|
"value": {
|
@@ -43708,7 +43709,7 @@
|
|
43708
43709
|
},
|
43709
43710
|
{
|
43710
43711
|
"name": "selecting",
|
43711
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43712
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43712
43713
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43713
43714
|
"value": {
|
43714
43715
|
"kind": "expression",
|
@@ -43717,7 +43718,7 @@
|
|
43717
43718
|
},
|
43718
43719
|
{
|
43719
43720
|
"name": "value",
|
43720
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43721
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43721
43722
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
43722
43723
|
"value": {
|
43723
43724
|
"kind": "expression",
|
@@ -43728,7 +43729,7 @@
|
|
43728
43729
|
"events": [
|
43729
43730
|
{
|
43730
43731
|
"name": "update:period",
|
43731
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43732
43733
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
43733
43734
|
"arguments": [
|
43734
43735
|
{
|
@@ -43739,7 +43740,7 @@
|
|
43739
43740
|
},
|
43740
43741
|
{
|
43741
43742
|
"name": "update:selecting",
|
43742
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43743
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
43743
43744
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
43744
43745
|
"arguments": [
|
43745
43746
|
{
|
@@ -44554,7 +44555,7 @@
|
|
44554
44555
|
"name": "modelValue",
|
44555
44556
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
44556
44557
|
"doc-url": "https://vuetifyjs.com/api/VTooltip#props",
|
44557
|
-
"default": "
|
44558
|
+
"default": "null",
|
44558
44559
|
"value": {
|
44559
44560
|
"kind": "expression",
|
44560
44561
|
"type": "boolean"
|
@@ -45024,7 +45025,7 @@
|
|
45024
45025
|
},
|
45025
45026
|
{
|
45026
45027
|
"name": "collapseIcon",
|
45027
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45028
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
45028
45029
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
45029
45030
|
"default": "'$treeviewCollapse'",
|
45030
45031
|
"value": {
|
@@ -45547,7 +45548,7 @@
|
|
45547
45548
|
},
|
45548
45549
|
{
|
45549
45550
|
"name": "fluid",
|
45550
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45551
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
45551
45552
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
|
45552
45553
|
"default": "false",
|
45553
45554
|
"value": {
|
@@ -45641,7 +45642,7 @@
|
|
45641
45642
|
},
|
45642
45643
|
{
|
45643
45644
|
"name": "loading",
|
45644
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45645
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
45645
45646
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
45646
45647
|
"default": "false",
|
45647
45648
|
"value": {
|
@@ -45651,7 +45652,7 @@
|
|
45651
45652
|
},
|
45652
45653
|
{
|
45653
45654
|
"name": "toggleIcon",
|
45654
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45655
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
45655
45656
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
45656
45657
|
"value": {
|
45657
45658
|
"kind": "expression",
|
@@ -45733,7 +45734,7 @@
|
|
45733
45734
|
},
|
45734
45735
|
{
|
45735
45736
|
"name": "nav",
|
45736
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45737
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
45737
45738
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
45738
45739
|
"default": "false",
|
45739
45740
|
"value": {
|
@@ -45780,7 +45781,7 @@
|
|
45780
45781
|
},
|
45781
45782
|
{
|
45782
45783
|
"name": "slim",
|
45783
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45784
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
45784
45785
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
45785
45786
|
"default": "true",
|
45786
45787
|
"value": {
|
@@ -45968,7 +45969,7 @@
|
|
45968
45969
|
},
|
45969
45970
|
{
|
45970
45971
|
"name": "lines",
|
45971
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45972
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
45972
45973
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
45973
45974
|
"value": {
|
45974
45975
|
"kind": "expression",
|
@@ -45990,7 +45991,7 @@
|
|
45990
45991
|
},
|
45991
45992
|
{
|
45992
45993
|
"name": "clickOnce",
|
45993
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45994
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
45994
45995
|
"doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
|
45995
45996
|
"arguments": [
|
45996
45997
|
{
|