@vuetify/nightly 3.5.7-master.2024-03-05 → 3.5.8-dev.2024-03-13
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 +11 -7
- package/dist/json/attributes.json +229 -77
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +136 -136
- package/dist/json/tags.json +43 -0
- package/dist/json/web-types.json +539 -144
- package/dist/vuetify-labs.css +4771 -4747
- package/dist/vuetify-labs.d.ts +787 -147
- package/dist/vuetify-labs.esm.js +168 -76
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +167 -75
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +586 -570
- package/dist/vuetify.d.ts +264 -186
- package/dist/vuetify.esm.js +119 -74
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +118 -73
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +931 -927
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +5 -2
- package/lib/blueprints/md1.d.mts +5 -2
- package/lib/blueprints/md2.d.mts +5 -2
- package/lib/blueprints/md3.d.mts +5 -2
- package/lib/components/VApp/VApp.mjs +5 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.mts +6 -6
- package/lib/components/VAppBar/VAppBar.mjs +5 -5
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +2 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +2 -2
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +3 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/index.d.mts +21 -0
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VLabel/VLabel.sass +1 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLayout/VLayout.mjs +5 -2
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +6 -4
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.mts +9 -9
- package/lib/components/VMain/VMain.mjs +3 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +147 -119
- package/lib/components/index.d.mts +207 -140
- package/lib/components/transitions/createTransition.mjs +4 -2
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +18 -0
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +39 -3
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/form.mjs +3 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/layout.mjs +14 -37
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/transition.mjs +7 -5
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +57 -46
- package/lib/labs/VCalendar/VCalendarInterval.css +1 -0
- package/lib/labs/VCalendar/VCalendarInterval.sass +1 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +6 -0
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs +5 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.mjs.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +6 -0
- package/lib/labs/VFab/VFab.css +1 -1
- package/lib/labs/VFab/VFab.sass +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.css +3 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +56 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.sass +2 -0
- package/lib/labs/VSpeedDial/index.d.mts +649 -0
- package/lib/labs/VSpeedDial/index.mjs +2 -0
- package/lib/labs/VSpeedDial/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +637 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/styles/main.css +16 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/util/helpers.mjs +11 -1
- package/lib/util/helpers.mjs.map +1 -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.5.
|
|
5
|
+
"version": "3.5.8-dev.2024-03-13",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
"default": "false",
|
|
1439
1439
|
"value": {
|
|
1440
1440
|
"kind": "expression",
|
|
1441
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
1441
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
{
|
|
@@ -8233,7 +8233,7 @@
|
|
|
8233
8233
|
},
|
|
8234
8234
|
{
|
|
8235
8235
|
"name": "clickOnce",
|
|
8236
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
8236
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
|
|
8237
8237
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
|
8238
8238
|
"arguments": [
|
|
8239
8239
|
{
|
|
@@ -9403,7 +9403,7 @@
|
|
|
9403
9403
|
"default": "false",
|
|
9404
9404
|
"value": {
|
|
9405
9405
|
"kind": "expression",
|
|
9406
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
9406
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
|
9407
9407
|
}
|
|
9408
9408
|
},
|
|
9409
9409
|
{
|
|
@@ -10429,7 +10429,7 @@
|
|
|
10429
10429
|
},
|
|
10430
10430
|
{
|
|
10431
10431
|
"name": "save",
|
|
10432
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
10432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
|
|
10433
10433
|
"doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
|
|
10434
10434
|
"arguments": [
|
|
10435
10435
|
{
|
|
@@ -10440,7 +10440,7 @@
|
|
|
10440
10440
|
},
|
|
10441
10441
|
{
|
|
10442
10442
|
"name": "cancel",
|
|
10443
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
10443
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
|
|
10444
10444
|
"doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
|
|
10445
10445
|
"arguments": [
|
|
10446
10446
|
{
|
|
@@ -10636,7 +10636,7 @@
|
|
|
10636
10636
|
"default": "'id'",
|
|
10637
10637
|
"value": {
|
|
10638
10638
|
"kind": "expression",
|
|
10639
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
10639
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
|
10640
10640
|
}
|
|
10641
10641
|
},
|
|
10642
10642
|
{
|
|
@@ -10646,7 +10646,7 @@
|
|
|
10646
10646
|
"default": "null",
|
|
10647
10647
|
"value": {
|
|
10648
10648
|
"kind": "expression",
|
|
10649
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
10649
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
|
10650
10650
|
}
|
|
10651
10651
|
},
|
|
10652
10652
|
{
|
|
@@ -10935,7 +10935,7 @@
|
|
|
10935
10935
|
},
|
|
10936
10936
|
{
|
|
10937
10937
|
"name": "update:currentItems",
|
|
10938
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
10938
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
|
|
10939
10939
|
"doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
|
|
10940
10940
|
"arguments": [
|
|
10941
10941
|
{
|
|
@@ -11842,7 +11842,7 @@
|
|
|
11842
11842
|
},
|
|
11843
11843
|
{
|
|
11844
11844
|
"name": "update:currentItems",
|
|
11845
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
11845
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
|
|
11846
11846
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
|
11847
11847
|
"arguments": [
|
|
11848
11848
|
{
|
|
@@ -11958,7 +11958,7 @@
|
|
|
11958
11958
|
},
|
|
11959
11959
|
{
|
|
11960
11960
|
"name": "headers",
|
|
11961
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
11961
|
+
"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#L25-L35.json))",
|
|
11962
11962
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
11963
11963
|
"vue-properties": [
|
|
11964
11964
|
{
|
|
@@ -12055,7 +12055,7 @@
|
|
|
12055
12055
|
},
|
|
12056
12056
|
{
|
|
12057
12057
|
"name": "header.data-table-expand",
|
|
12058
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
12058
|
+
"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#L37-L46.json))",
|
|
12059
12059
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12060
12060
|
"vue-properties": [
|
|
12061
12061
|
{
|
|
@@ -12458,7 +12458,7 @@
|
|
|
12458
12458
|
},
|
|
12459
12459
|
{
|
|
12460
12460
|
"name": "tbody",
|
|
12461
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
12461
|
+
"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))",
|
|
12462
12462
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12463
12463
|
"vue-properties": [
|
|
12464
12464
|
{
|
|
@@ -12549,7 +12549,7 @@
|
|
|
12549
12549
|
},
|
|
12550
12550
|
{
|
|
12551
12551
|
"name": "thead",
|
|
12552
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
12552
|
+
"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))",
|
|
12553
12553
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12554
12554
|
"vue-properties": [
|
|
12555
12555
|
{
|
|
@@ -12640,7 +12640,7 @@
|
|
|
12640
12640
|
},
|
|
12641
12641
|
{
|
|
12642
12642
|
"name": "tfoot",
|
|
12643
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
12643
|
+
"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))",
|
|
12644
12644
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
12645
12645
|
"vue-properties": [
|
|
12646
12646
|
{
|
|
@@ -13014,7 +13014,7 @@
|
|
|
13014
13014
|
},
|
|
13015
13015
|
{
|
|
13016
13016
|
"name": "[`header.${string}`]",
|
|
13017
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13017
|
+
"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#L37-L46.json))",
|
|
13018
13018
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
|
13019
13019
|
"vue-properties": [
|
|
13020
13020
|
{
|
|
@@ -13070,7 +13070,7 @@
|
|
|
13070
13070
|
"slots": [
|
|
13071
13071
|
{
|
|
13072
13072
|
"name": "[string]",
|
|
13073
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13073
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
|
|
13074
13074
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
|
|
13075
13075
|
}
|
|
13076
13076
|
],
|
|
@@ -13109,7 +13109,7 @@
|
|
|
13109
13109
|
},
|
|
13110
13110
|
{
|
|
13111
13111
|
"name": "multiSort",
|
|
13112
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13112
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
13113
13113
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13114
13114
|
"default": "false",
|
|
13115
13115
|
"value": {
|
|
@@ -13139,7 +13139,7 @@
|
|
|
13139
13139
|
},
|
|
13140
13140
|
{
|
|
13141
13141
|
"name": "headerProps",
|
|
13142
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13142
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
13143
13143
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
|
13144
13144
|
"value": {
|
|
13145
13145
|
"kind": "expression",
|
|
@@ -13161,7 +13161,7 @@
|
|
|
13161
13161
|
"slots": [
|
|
13162
13162
|
{
|
|
13163
13163
|
"name": "headers",
|
|
13164
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13164
|
+
"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#L25-L35.json))",
|
|
13165
13165
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13166
13166
|
"vue-properties": [
|
|
13167
13167
|
{
|
|
@@ -13219,7 +13219,7 @@
|
|
|
13219
13219
|
},
|
|
13220
13220
|
{
|
|
13221
13221
|
"name": "header.data-table-select",
|
|
13222
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13222
|
+
"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#L37-L46.json))",
|
|
13223
13223
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13224
13224
|
"vue-properties": [
|
|
13225
13225
|
{
|
|
@@ -13258,7 +13258,7 @@
|
|
|
13258
13258
|
},
|
|
13259
13259
|
{
|
|
13260
13260
|
"name": "header.data-table-expand",
|
|
13261
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13261
|
+
"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#L37-L46.json))",
|
|
13262
13262
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13263
13263
|
"vue-properties": [
|
|
13264
13264
|
{
|
|
@@ -13297,7 +13297,7 @@
|
|
|
13297
13297
|
},
|
|
13298
13298
|
{
|
|
13299
13299
|
"name": "[`header.${string}`]",
|
|
13300
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13300
|
+
"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#L37-L46.json))",
|
|
13301
13301
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
|
13302
13302
|
"vue-properties": [
|
|
13303
13303
|
{
|
|
@@ -13351,7 +13351,7 @@
|
|
|
13351
13351
|
"attributes": [
|
|
13352
13352
|
{
|
|
13353
13353
|
"name": "cellProps",
|
|
13354
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13354
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
|
13355
13355
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
|
13356
13356
|
"value": {
|
|
13357
13357
|
"kind": "expression",
|
|
@@ -13391,7 +13391,7 @@
|
|
|
13391
13391
|
},
|
|
13392
13392
|
{
|
|
13393
13393
|
"name": "contextmenu",
|
|
13394
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13394
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
|
13395
13395
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
|
13396
13396
|
"arguments": [
|
|
13397
13397
|
{
|
|
@@ -13402,7 +13402,7 @@
|
|
|
13402
13402
|
},
|
|
13403
13403
|
{
|
|
13404
13404
|
"name": "dblclick",
|
|
13405
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13405
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
|
13406
13406
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
|
13407
13407
|
"arguments": [
|
|
13408
13408
|
{
|
|
@@ -13415,17 +13415,17 @@
|
|
|
13415
13415
|
"slots": [
|
|
13416
13416
|
{
|
|
13417
13417
|
"name": "item.data-table-select",
|
|
13418
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13418
|
+
"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#L7-L7.json))",
|
|
13419
13419
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
|
13420
13420
|
},
|
|
13421
13421
|
{
|
|
13422
13422
|
"name": "item.data-table-expand",
|
|
13423
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13423
|
+
"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#L7-L7.json))",
|
|
13424
13424
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
|
13425
13425
|
},
|
|
13426
13426
|
{
|
|
13427
13427
|
"name": "[`item.${string}`]",
|
|
13428
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13428
|
+
"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#L78-L81.json))",
|
|
13429
13429
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
|
13430
13430
|
}
|
|
13431
13431
|
],
|
|
@@ -13619,7 +13619,7 @@
|
|
|
13619
13619
|
},
|
|
13620
13620
|
{
|
|
13621
13621
|
"name": "[`item.${string}`]",
|
|
13622
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13622
|
+
"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#L78-L81.json))",
|
|
13623
13623
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
|
13624
13624
|
}
|
|
13625
13625
|
],
|
|
@@ -13648,7 +13648,7 @@
|
|
|
13648
13648
|
},
|
|
13649
13649
|
{
|
|
13650
13650
|
"name": "headerProps",
|
|
13651
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
13651
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
13652
13652
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
|
13653
13653
|
"value": {
|
|
13654
13654
|
"kind": "expression",
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
},
|
|
14390
14390
|
{
|
|
14391
14391
|
"name": "header.data-table-select",
|
|
14392
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
14392
|
+
"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#L37-L46.json))",
|
|
14393
14393
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14394
14394
|
"vue-properties": [
|
|
14395
14395
|
{
|
|
@@ -14428,7 +14428,7 @@
|
|
|
14428
14428
|
},
|
|
14429
14429
|
{
|
|
14430
14430
|
"name": "header.data-table-expand",
|
|
14431
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
14431
|
+
"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#L37-L46.json))",
|
|
14432
14432
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
14433
14433
|
"vue-properties": [
|
|
14434
14434
|
{
|
|
@@ -15195,7 +15195,7 @@
|
|
|
15195
15195
|
},
|
|
15196
15196
|
{
|
|
15197
15197
|
"name": "body.prepend",
|
|
15198
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
15198
|
+
"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))",
|
|
15199
15199
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
15200
15200
|
"vue-properties": [
|
|
15201
15201
|
{
|
|
@@ -15286,7 +15286,7 @@
|
|
|
15286
15286
|
},
|
|
15287
15287
|
{
|
|
15288
15288
|
"name": "body.append",
|
|
15289
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
15289
|
+
"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))",
|
|
15290
15290
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
15291
15291
|
"vue-properties": [
|
|
15292
15292
|
{
|
|
@@ -15387,7 +15387,7 @@
|
|
|
15387
15387
|
},
|
|
15388
15388
|
{
|
|
15389
15389
|
"name": "[`header.${string}`]",
|
|
15390
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
15390
|
+
"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#L37-L46.json))",
|
|
15391
15391
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
|
15392
15392
|
"vue-properties": [
|
|
15393
15393
|
{
|
|
@@ -15450,7 +15450,7 @@
|
|
|
15450
15450
|
},
|
|
15451
15451
|
{
|
|
15452
15452
|
"name": "headerProps",
|
|
15453
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
15453
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
|
15454
15454
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
|
15455
15455
|
"value": {
|
|
15456
15456
|
"kind": "expression",
|
|
@@ -16077,7 +16077,7 @@
|
|
|
16077
16077
|
},
|
|
16078
16078
|
{
|
|
16079
16079
|
"name": "header.data-table-select",
|
|
16080
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16080
|
+
"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#L37-L46.json))",
|
|
16081
16081
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16082
16082
|
"vue-properties": [
|
|
16083
16083
|
{
|
|
@@ -16116,7 +16116,7 @@
|
|
|
16116
16116
|
},
|
|
16117
16117
|
{
|
|
16118
16118
|
"name": "header.data-table-expand",
|
|
16119
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16119
|
+
"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#L37-L46.json))",
|
|
16120
16120
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16121
16121
|
"vue-properties": [
|
|
16122
16122
|
{
|
|
@@ -16380,7 +16380,7 @@
|
|
|
16380
16380
|
},
|
|
16381
16381
|
{
|
|
16382
16382
|
"name": "body.prepend",
|
|
16383
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16383
|
+
"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))",
|
|
16384
16384
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16385
16385
|
"vue-properties": [
|
|
16386
16386
|
{
|
|
@@ -16455,7 +16455,7 @@
|
|
|
16455
16455
|
},
|
|
16456
16456
|
{
|
|
16457
16457
|
"name": "body.append",
|
|
16458
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16458
|
+
"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))",
|
|
16459
16459
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16460
16460
|
"vue-properties": [
|
|
16461
16461
|
{
|
|
@@ -16535,7 +16535,7 @@
|
|
|
16535
16535
|
},
|
|
16536
16536
|
{
|
|
16537
16537
|
"name": "[`header.${string}`]",
|
|
16538
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16538
|
+
"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#L37-L46.json))",
|
|
16539
16539
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
|
16540
16540
|
"vue-properties": [
|
|
16541
16541
|
{
|
|
@@ -16677,7 +16677,7 @@
|
|
|
16677
16677
|
},
|
|
16678
16678
|
{
|
|
16679
16679
|
"name": "month",
|
|
16680
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16680
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
16681
16681
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16682
16682
|
"value": {
|
|
16683
16683
|
"kind": "expression",
|
|
@@ -16686,7 +16686,7 @@
|
|
|
16686
16686
|
},
|
|
16687
16687
|
{
|
|
16688
16688
|
"name": "year",
|
|
16689
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16689
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
16690
16690
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16691
16691
|
"value": {
|
|
16692
16692
|
"kind": "expression",
|
|
@@ -16704,7 +16704,7 @@
|
|
|
16704
16704
|
},
|
|
16705
16705
|
{
|
|
16706
16706
|
"name": "hideWeekdays",
|
|
16707
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16707
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
16708
16708
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16709
16709
|
"default": "false",
|
|
16710
16710
|
"value": {
|
|
@@ -16734,7 +16734,7 @@
|
|
|
16734
16734
|
},
|
|
16735
16735
|
{
|
|
16736
16736
|
"name": "weekdays",
|
|
16737
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16737
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
16738
16738
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16739
16739
|
"default": "[0, 1, 2, 3, 4, 5, 6]",
|
|
16740
16740
|
"value": {
|
|
@@ -16753,7 +16753,7 @@
|
|
|
16753
16753
|
},
|
|
16754
16754
|
{
|
|
16755
16755
|
"name": "displayValue",
|
|
16756
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16756
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
16757
16757
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16758
16758
|
"value": {
|
|
16759
16759
|
"kind": "expression",
|
|
@@ -16817,7 +16817,7 @@
|
|
|
16817
16817
|
},
|
|
16818
16818
|
{
|
|
16819
16819
|
"name": "landscape",
|
|
16820
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
16821
16821
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16822
16822
|
"default": "false",
|
|
16823
16823
|
"value": {
|
|
@@ -16827,7 +16827,7 @@
|
|
|
16827
16827
|
},
|
|
16828
16828
|
{
|
|
16829
16829
|
"name": "hideHeader",
|
|
16830
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16830
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
16831
16831
|
"doc-url": "https://vuetifyjs.com/api/VDatePicker#props",
|
|
16832
16832
|
"default": "false",
|
|
16833
16833
|
"value": {
|
|
@@ -16970,7 +16970,7 @@
|
|
|
16970
16970
|
},
|
|
16971
16971
|
{
|
|
16972
16972
|
"name": "update:month",
|
|
16973
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16973
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
|
16974
16974
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
|
16975
16975
|
"arguments": [
|
|
16976
16976
|
{
|
|
@@ -16981,7 +16981,7 @@
|
|
|
16981
16981
|
},
|
|
16982
16982
|
{
|
|
16983
16983
|
"name": "update:year",
|
|
16984
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
|
16985
16985
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
|
16986
16986
|
"arguments": [
|
|
16987
16987
|
{
|
|
@@ -16992,7 +16992,7 @@
|
|
|
16992
16992
|
},
|
|
16993
16993
|
{
|
|
16994
16994
|
"name": "update:viewMode",
|
|
16995
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
16995
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
|
16996
16996
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
|
16997
16997
|
"arguments": [
|
|
16998
16998
|
{
|
|
@@ -17010,7 +17010,7 @@
|
|
|
17010
17010
|
},
|
|
17011
17011
|
{
|
|
17012
17012
|
"name": "actions",
|
|
17013
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17013
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
|
17014
17014
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
|
|
17015
17015
|
},
|
|
17016
17016
|
{
|
|
@@ -17020,7 +17020,7 @@
|
|
|
17020
17020
|
},
|
|
17021
17021
|
{
|
|
17022
17022
|
"name": "header",
|
|
17023
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17023
|
+
"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))",
|
|
17024
17024
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
|
|
17025
17025
|
"vue-properties": [
|
|
17026
17026
|
{
|
|
@@ -17069,7 +17069,7 @@
|
|
|
17069
17069
|
},
|
|
17070
17070
|
{
|
|
17071
17071
|
"name": "nextIcon",
|
|
17072
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17073
17073
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
|
17074
17074
|
"default": "'$next'",
|
|
17075
17075
|
"value": {
|
|
@@ -17079,7 +17079,7 @@
|
|
|
17079
17079
|
},
|
|
17080
17080
|
{
|
|
17081
17081
|
"name": "prevIcon",
|
|
17082
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17082
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17083
17083
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
|
17084
17084
|
"default": "'$prev'",
|
|
17085
17085
|
"value": {
|
|
@@ -17089,7 +17089,7 @@
|
|
|
17089
17089
|
},
|
|
17090
17090
|
{
|
|
17091
17091
|
"name": "modeIcon",
|
|
17092
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17092
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17093
17093
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
|
17094
17094
|
"default": "'$subgroup'",
|
|
17095
17095
|
"value": {
|
|
@@ -17108,7 +17108,7 @@
|
|
|
17108
17108
|
},
|
|
17109
17109
|
{
|
|
17110
17110
|
"name": "viewMode",
|
|
17111
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17111
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17112
17112
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
|
17113
17113
|
"default": "'month'",
|
|
17114
17114
|
"value": {
|
|
@@ -17120,7 +17120,7 @@
|
|
|
17120
17120
|
"events": [
|
|
17121
17121
|
{
|
|
17122
17122
|
"name": "click:year",
|
|
17123
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17123
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17124
17124
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
|
17125
17125
|
"arguments": [
|
|
17126
17126
|
{
|
|
@@ -17131,7 +17131,7 @@
|
|
|
17131
17131
|
},
|
|
17132
17132
|
{
|
|
17133
17133
|
"name": "click:month",
|
|
17134
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17134
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17135
17135
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
|
17136
17136
|
"arguments": [
|
|
17137
17137
|
{
|
|
@@ -17142,7 +17142,7 @@
|
|
|
17142
17142
|
},
|
|
17143
17143
|
{
|
|
17144
17144
|
"name": "click:prev",
|
|
17145
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17145
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17146
17146
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
|
17147
17147
|
"arguments": [
|
|
17148
17148
|
{
|
|
@@ -17153,7 +17153,7 @@
|
|
|
17153
17153
|
},
|
|
17154
17154
|
{
|
|
17155
17155
|
"name": "click:next",
|
|
17156
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17156
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
|
17157
17157
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
|
17158
17158
|
"arguments": [
|
|
17159
17159
|
{
|
|
@@ -17164,7 +17164,7 @@
|
|
|
17164
17164
|
},
|
|
17165
17165
|
{
|
|
17166
17166
|
"name": "click:text",
|
|
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/VDatePickerControls.json))",
|
|
17168
17168
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
|
17169
17169
|
"arguments": [
|
|
17170
17170
|
{
|
|
@@ -17215,7 +17215,7 @@
|
|
|
17215
17215
|
},
|
|
17216
17216
|
{
|
|
17217
17217
|
"name": "header",
|
|
17218
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17218
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
|
17219
17219
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
|
17220
17220
|
"value": {
|
|
17221
17221
|
"kind": "expression",
|
|
@@ -17224,7 +17224,7 @@
|
|
|
17224
17224
|
},
|
|
17225
17225
|
{
|
|
17226
17226
|
"name": "transition",
|
|
17227
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17227
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
|
17228
17228
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
|
17229
17229
|
"value": {
|
|
17230
17230
|
"kind": "expression",
|
|
@@ -17298,7 +17298,7 @@
|
|
|
17298
17298
|
},
|
|
17299
17299
|
{
|
|
17300
17300
|
"name": "hideWeekdays",
|
|
17301
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17301
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
17302
17302
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17303
17303
|
"default": "false",
|
|
17304
17304
|
"value": {
|
|
@@ -17308,7 +17308,7 @@
|
|
|
17308
17308
|
},
|
|
17309
17309
|
{
|
|
17310
17310
|
"name": "showWeek",
|
|
17311
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17311
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
17312
17312
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17313
17313
|
"default": "false",
|
|
17314
17314
|
"value": {
|
|
@@ -17328,7 +17328,7 @@
|
|
|
17328
17328
|
},
|
|
17329
17329
|
{
|
|
17330
17330
|
"name": "month",
|
|
17331
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17331
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17332
17332
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17333
17333
|
"value": {
|
|
17334
17334
|
"kind": "expression",
|
|
@@ -17337,7 +17337,7 @@
|
|
|
17337
17337
|
},
|
|
17338
17338
|
{
|
|
17339
17339
|
"name": "showAdjacentMonths",
|
|
17340
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17340
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17341
17341
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17342
17342
|
"default": "false",
|
|
17343
17343
|
"value": {
|
|
@@ -17347,7 +17347,7 @@
|
|
|
17347
17347
|
},
|
|
17348
17348
|
{
|
|
17349
17349
|
"name": "year",
|
|
17350
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17350
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17351
17351
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17352
17352
|
"value": {
|
|
17353
17353
|
"kind": "expression",
|
|
@@ -17356,7 +17356,7 @@
|
|
|
17356
17356
|
},
|
|
17357
17357
|
{
|
|
17358
17358
|
"name": "weekdays",
|
|
17359
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17359
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17360
17360
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17361
17361
|
"default": "[0, 1, 2, 3, 4, 5, 6]",
|
|
17362
17362
|
"value": {
|
|
@@ -17366,7 +17366,7 @@
|
|
|
17366
17366
|
},
|
|
17367
17367
|
{
|
|
17368
17368
|
"name": "allowedDates",
|
|
17369
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17369
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17370
17370
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17371
17371
|
"value": {
|
|
17372
17372
|
"kind": "expression",
|
|
@@ -17375,7 +17375,7 @@
|
|
|
17375
17375
|
},
|
|
17376
17376
|
{
|
|
17377
17377
|
"name": "displayValue",
|
|
17378
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17378
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17379
17379
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17380
17380
|
"value": {
|
|
17381
17381
|
"kind": "expression",
|
|
@@ -17393,7 +17393,7 @@
|
|
|
17393
17393
|
},
|
|
17394
17394
|
{
|
|
17395
17395
|
"name": "max",
|
|
17396
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17397
17397
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17398
17398
|
"value": {
|
|
17399
17399
|
"kind": "expression",
|
|
@@ -17402,7 +17402,7 @@
|
|
|
17402
17402
|
},
|
|
17403
17403
|
{
|
|
17404
17404
|
"name": "min",
|
|
17405
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17405
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
|
17406
17406
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17407
17407
|
"value": {
|
|
17408
17408
|
"kind": "expression",
|
|
@@ -17411,7 +17411,7 @@
|
|
|
17411
17411
|
},
|
|
17412
17412
|
{
|
|
17413
17413
|
"name": "multiple",
|
|
17414
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17414
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
17415
17415
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
|
17416
17416
|
"default": "false",
|
|
17417
17417
|
"value": {
|
|
@@ -17434,7 +17434,7 @@
|
|
|
17434
17434
|
},
|
|
17435
17435
|
{
|
|
17436
17436
|
"name": "update:month",
|
|
17437
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17437
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
17438
17438
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
|
17439
17439
|
"arguments": [
|
|
17440
17440
|
{
|
|
@@ -17445,7 +17445,7 @@
|
|
|
17445
17445
|
},
|
|
17446
17446
|
{
|
|
17447
17447
|
"name": "update:year",
|
|
17448
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17448
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
|
17449
17449
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
|
17450
17450
|
"arguments": [
|
|
17451
17451
|
{
|
|
@@ -17458,7 +17458,7 @@
|
|
|
17458
17458
|
"slots": [
|
|
17459
17459
|
{
|
|
17460
17460
|
"name": "day",
|
|
17461
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17461
|
+
"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#L20-L26.json))",
|
|
17462
17462
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
|
|
17463
17463
|
"vue-properties": [
|
|
17464
17464
|
{
|
|
@@ -17534,7 +17534,7 @@
|
|
|
17534
17534
|
"slots": [
|
|
17535
17535
|
{
|
|
17536
17536
|
"name": "month",
|
|
17537
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17537
|
+
"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))",
|
|
17538
17538
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
|
|
17539
17539
|
"vue-properties": [
|
|
17540
17540
|
{
|
|
@@ -17595,7 +17595,7 @@
|
|
|
17595
17595
|
},
|
|
17596
17596
|
{
|
|
17597
17597
|
"name": "min",
|
|
17598
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17598
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
|
17599
17599
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
|
17600
17600
|
"value": {
|
|
17601
17601
|
"kind": "expression",
|
|
@@ -17604,7 +17604,7 @@
|
|
|
17604
17604
|
},
|
|
17605
17605
|
{
|
|
17606
17606
|
"name": "max",
|
|
17607
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17607
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
|
17608
17608
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
|
17609
17609
|
"value": {
|
|
17610
17610
|
"kind": "expression",
|
|
@@ -17628,7 +17628,7 @@
|
|
|
17628
17628
|
"slots": [
|
|
17629
17629
|
{
|
|
17630
17630
|
"name": "year",
|
|
17631
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
17631
|
+
"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))",
|
|
17632
17632
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
|
|
17633
17633
|
"vue-properties": [
|
|
17634
17634
|
{
|
|
@@ -18324,7 +18324,7 @@
|
|
|
18324
18324
|
"attributes": [
|
|
18325
18325
|
{
|
|
18326
18326
|
"name": "target",
|
|
18327
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
18327
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
|
18328
18328
|
"doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
|
|
18329
18329
|
"value": {
|
|
18330
18330
|
"kind": "expression",
|
|
@@ -18691,6 +18691,16 @@
|
|
|
18691
18691
|
"type": "boolean"
|
|
18692
18692
|
}
|
|
18693
18693
|
},
|
|
18694
|
+
{
|
|
18695
|
+
"name": "group",
|
|
18696
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
|
|
18697
|
+
"doc-url": "https://vuetifyjs.com/api/VExpandTransition#props",
|
|
18698
|
+
"default": "false",
|
|
18699
|
+
"value": {
|
|
18700
|
+
"kind": "expression",
|
|
18701
|
+
"type": "boolean"
|
|
18702
|
+
}
|
|
18703
|
+
},
|
|
18694
18704
|
{
|
|
18695
18705
|
"name": "mode",
|
|
18696
18706
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
|
|
@@ -18734,6 +18744,16 @@
|
|
|
18734
18744
|
"type": "boolean"
|
|
18735
18745
|
}
|
|
18736
18746
|
},
|
|
18747
|
+
{
|
|
18748
|
+
"name": "group",
|
|
18749
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
|
|
18750
|
+
"doc-url": "https://vuetifyjs.com/api/VExpandXTransition#props",
|
|
18751
|
+
"default": "false",
|
|
18752
|
+
"value": {
|
|
18753
|
+
"kind": "expression",
|
|
18754
|
+
"type": "boolean"
|
|
18755
|
+
}
|
|
18756
|
+
},
|
|
18737
18757
|
{
|
|
18738
18758
|
"name": "mode",
|
|
18739
18759
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
|
|
@@ -18911,7 +18931,7 @@
|
|
|
18911
18931
|
},
|
|
18912
18932
|
{
|
|
18913
18933
|
"name": "focusable",
|
|
18914
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
18934
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
|
18915
18935
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
|
18916
18936
|
"default": "false",
|
|
18917
18937
|
"value": {
|
|
@@ -18921,7 +18941,7 @@
|
|
|
18921
18941
|
},
|
|
18922
18942
|
{
|
|
18923
18943
|
"name": "static",
|
|
18924
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
18944
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
|
18925
18945
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
|
18926
18946
|
"default": "false",
|
|
18927
18947
|
"value": {
|
|
@@ -19068,7 +19088,7 @@
|
|
|
19068
19088
|
},
|
|
19069
19089
|
{
|
|
19070
19090
|
"name": "focusable",
|
|
19071
|
-
"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/VExpansionPanelTitle.json))",
|
|
19072
19092
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
|
19073
19093
|
"default": "false",
|
|
19074
19094
|
"value": {
|
|
@@ -19078,7 +19098,7 @@
|
|
|
19078
19098
|
},
|
|
19079
19099
|
{
|
|
19080
19100
|
"name": "static",
|
|
19081
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
19101
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
|
19082
19102
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
|
19083
19103
|
"default": "false",
|
|
19084
19104
|
"value": {
|
|
@@ -19098,7 +19118,7 @@
|
|
|
19098
19118
|
},
|
|
19099
19119
|
{
|
|
19100
19120
|
"name": "readonly",
|
|
19101
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
19121
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
|
19102
19122
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
|
19103
19123
|
"default": "false",
|
|
19104
19124
|
"value": {
|
|
@@ -19138,7 +19158,7 @@
|
|
|
19138
19158
|
},
|
|
19139
19159
|
{
|
|
19140
19160
|
"name": "actions",
|
|
19141
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
19161
|
+
"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))",
|
|
19142
19162
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
|
19143
19163
|
"vue-properties": [
|
|
19144
19164
|
{
|
|
@@ -19209,7 +19229,7 @@
|
|
|
19209
19229
|
},
|
|
19210
19230
|
{
|
|
19211
19231
|
"name": "static",
|
|
19212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
19232
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanels.json))",
|
|
19213
19233
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
|
19214
19234
|
"default": "false",
|
|
19215
19235
|
"value": {
|
|
@@ -21506,7 +21526,7 @@
|
|
|
21506
21526
|
"arguments": [
|
|
21507
21527
|
{
|
|
21508
21528
|
"name": "argument",
|
|
21509
|
-
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#
|
|
21529
|
+
"type": "[<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/form.ts#L51-L51\" target=\"_blank\">SubmitEventPromise</a>]\n"
|
|
21510
21530
|
}
|
|
21511
21531
|
]
|
|
21512
21532
|
}
|
|
@@ -21539,7 +21559,7 @@
|
|
|
21539
21559
|
},
|
|
21540
21560
|
{
|
|
21541
21561
|
"name": "items",
|
|
21542
|
-
"type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; isValid: boolean | null; errorMessages: string[]; }[]>"
|
|
21562
|
+
"type": "Ref<{ id: string | number; validate: () => Promise<string[]>; reset: () => void; resetValidation: () => void; vm: Raw<ComponentInternalInstance>; isValid: boolean | null; errorMessages: string[]; }[]>"
|
|
21543
21563
|
},
|
|
21544
21564
|
{
|
|
21545
21565
|
"name": "validate",
|
|
@@ -23135,7 +23155,7 @@
|
|
|
23135
23155
|
"attributes": [
|
|
23136
23156
|
{
|
|
23137
23157
|
"name": "position",
|
|
23138
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23158
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
|
|
23139
23159
|
"doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
|
|
23140
23160
|
"value": {
|
|
23141
23161
|
"kind": "expression",
|
|
@@ -23380,7 +23400,7 @@
|
|
|
23380
23400
|
"attributes": [
|
|
23381
23401
|
{
|
|
23382
23402
|
"name": "baseColor",
|
|
23383
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23403
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23384
23404
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
23385
23405
|
"value": {
|
|
23386
23406
|
"kind": "expression",
|
|
@@ -23426,7 +23446,7 @@
|
|
|
23426
23446
|
},
|
|
23427
23447
|
{
|
|
23428
23448
|
"name": "expandIcon",
|
|
23429
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23449
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23430
23450
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
23431
23451
|
"value": {
|
|
23432
23452
|
"kind": "expression",
|
|
@@ -23435,7 +23455,7 @@
|
|
|
23435
23455
|
},
|
|
23436
23456
|
{
|
|
23437
23457
|
"name": "collapseIcon",
|
|
23438
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23458
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23439
23459
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
23440
23460
|
"value": {
|
|
23441
23461
|
"kind": "expression",
|
|
@@ -23605,7 +23625,7 @@
|
|
|
23605
23625
|
},
|
|
23606
23626
|
{
|
|
23607
23627
|
"name": "itemType",
|
|
23608
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23628
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23609
23629
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
|
23610
23630
|
"default": "'type'",
|
|
23611
23631
|
"value": {
|
|
@@ -23743,7 +23763,7 @@
|
|
|
23743
23763
|
"events": [
|
|
23744
23764
|
{
|
|
23745
23765
|
"name": "update:selected",
|
|
23746
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23766
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23747
23767
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
|
23748
23768
|
"arguments": [
|
|
23749
23769
|
{
|
|
@@ -23754,7 +23774,7 @@
|
|
|
23754
23774
|
},
|
|
23755
23775
|
{
|
|
23756
23776
|
"name": "update:opened",
|
|
23757
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23777
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23758
23778
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
|
23759
23779
|
"arguments": [
|
|
23760
23780
|
{
|
|
@@ -23765,7 +23785,7 @@
|
|
|
23765
23785
|
},
|
|
23766
23786
|
{
|
|
23767
23787
|
"name": "click:open",
|
|
23768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23788
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23769
23789
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
|
23770
23790
|
"arguments": [
|
|
23771
23791
|
{
|
|
@@ -23776,7 +23796,7 @@
|
|
|
23776
23796
|
},
|
|
23777
23797
|
{
|
|
23778
23798
|
"name": "click:select",
|
|
23779
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23799
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
|
23780
23800
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
|
23781
23801
|
"arguments": [
|
|
23782
23802
|
{
|
|
@@ -23825,7 +23845,7 @@
|
|
|
23825
23845
|
},
|
|
23826
23846
|
{
|
|
23827
23847
|
"name": "divider",
|
|
23828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23848
|
+
"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))",
|
|
23829
23849
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
|
23830
23850
|
"vue-properties": [
|
|
23831
23851
|
{
|
|
@@ -23836,7 +23856,7 @@
|
|
|
23836
23856
|
},
|
|
23837
23857
|
{
|
|
23838
23858
|
"name": "subheader",
|
|
23839
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23859
|
+
"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))",
|
|
23840
23860
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
|
23841
23861
|
"vue-properties": [
|
|
23842
23862
|
{
|
|
@@ -23847,7 +23867,7 @@
|
|
|
23847
23867
|
},
|
|
23848
23868
|
{
|
|
23849
23869
|
"name": "header",
|
|
23850
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23870
|
+
"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))",
|
|
23851
23871
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
|
23852
23872
|
"vue-properties": [
|
|
23853
23873
|
{
|
|
@@ -23882,7 +23902,7 @@
|
|
|
23882
23902
|
},
|
|
23883
23903
|
{
|
|
23884
23904
|
"name": "baseColor",
|
|
23885
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23905
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
|
23886
23906
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
|
23887
23907
|
"value": {
|
|
23888
23908
|
"kind": "expression",
|
|
@@ -23900,7 +23920,7 @@
|
|
|
23900
23920
|
},
|
|
23901
23921
|
{
|
|
23902
23922
|
"name": "collapseIcon",
|
|
23903
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23923
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
|
23904
23924
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
|
23905
23925
|
"default": "'$collapse'",
|
|
23906
23926
|
"value": {
|
|
@@ -23910,7 +23930,7 @@
|
|
|
23910
23930
|
},
|
|
23911
23931
|
{
|
|
23912
23932
|
"name": "expandIcon",
|
|
23913
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23933
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
|
23914
23934
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
|
23915
23935
|
"default": "'$expand'",
|
|
23916
23936
|
"value": {
|
|
@@ -23938,7 +23958,7 @@
|
|
|
23938
23958
|
},
|
|
23939
23959
|
{
|
|
23940
23960
|
"name": "fluid",
|
|
23941
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23961
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
|
23942
23962
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
|
23943
23963
|
"default": "false",
|
|
23944
23964
|
"value": {
|
|
@@ -23948,7 +23968,7 @@
|
|
|
23948
23968
|
},
|
|
23949
23969
|
{
|
|
23950
23970
|
"name": "subgroup",
|
|
23951
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
23971
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
|
23952
23972
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
|
23953
23973
|
"default": "false",
|
|
23954
23974
|
"value": {
|
|
@@ -24120,7 +24140,7 @@
|
|
|
24120
24140
|
},
|
|
24121
24141
|
{
|
|
24122
24142
|
"name": "baseColor",
|
|
24123
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24143
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
|
24124
24144
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
|
24125
24145
|
"value": {
|
|
24126
24146
|
"kind": "expression",
|
|
@@ -24148,7 +24168,7 @@
|
|
|
24148
24168
|
},
|
|
24149
24169
|
{
|
|
24150
24170
|
"name": "nav",
|
|
24151
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24171
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
|
24152
24172
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
|
24153
24173
|
"default": "false",
|
|
24154
24174
|
"value": {
|
|
@@ -24195,7 +24215,7 @@
|
|
|
24195
24215
|
},
|
|
24196
24216
|
{
|
|
24197
24217
|
"name": "slim",
|
|
24198
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24218
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
|
24199
24219
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
|
24200
24220
|
"default": "false",
|
|
24201
24221
|
"value": {
|
|
@@ -24383,7 +24403,7 @@
|
|
|
24383
24403
|
},
|
|
24384
24404
|
{
|
|
24385
24405
|
"name": "lines",
|
|
24386
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24406
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
|
24387
24407
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
|
24388
24408
|
"value": {
|
|
24389
24409
|
"kind": "expression",
|
|
@@ -24405,7 +24425,7 @@
|
|
|
24405
24425
|
},
|
|
24406
24426
|
{
|
|
24407
24427
|
"name": "clickOnce",
|
|
24408
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24428
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
|
24409
24429
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#events",
|
|
24410
24430
|
"arguments": [
|
|
24411
24431
|
{
|
|
@@ -24705,7 +24725,7 @@
|
|
|
24705
24725
|
},
|
|
24706
24726
|
{
|
|
24707
24727
|
"name": "inset",
|
|
24708
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24728
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
|
24709
24729
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
|
24710
24730
|
"default": "false",
|
|
24711
24731
|
"value": {
|
|
@@ -24715,7 +24735,7 @@
|
|
|
24715
24735
|
},
|
|
24716
24736
|
{
|
|
24717
24737
|
"name": "sticky",
|
|
24718
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24738
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
|
24719
24739
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
|
24720
24740
|
"default": "false",
|
|
24721
24741
|
"value": {
|
|
@@ -24767,7 +24787,7 @@
|
|
|
24767
24787
|
"attributes": [
|
|
24768
24788
|
{
|
|
24769
24789
|
"name": "locale",
|
|
24770
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24790
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
|
24771
24791
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
|
24772
24792
|
"value": {
|
|
24773
24793
|
"kind": "expression",
|
|
@@ -24776,7 +24796,7 @@
|
|
|
24776
24796
|
},
|
|
24777
24797
|
{
|
|
24778
24798
|
"name": "fallbackLocale",
|
|
24779
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24799
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
|
24780
24800
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
|
24781
24801
|
"value": {
|
|
24782
24802
|
"kind": "expression",
|
|
@@ -24794,7 +24814,7 @@
|
|
|
24794
24814
|
},
|
|
24795
24815
|
{
|
|
24796
24816
|
"name": "rtl",
|
|
24797
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24817
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
|
24798
24818
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
|
24799
24819
|
"value": {
|
|
24800
24820
|
"kind": "expression",
|
|
@@ -24826,7 +24846,7 @@
|
|
|
24826
24846
|
"attributes": [
|
|
24827
24847
|
{
|
|
24828
24848
|
"name": "scrollable",
|
|
24829
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
24849
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
|
|
24830
24850
|
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
|
24831
24851
|
"default": "false",
|
|
24832
24852
|
"value": {
|
|
@@ -24878,7 +24898,7 @@
|
|
|
24878
24898
|
},
|
|
24879
24899
|
{
|
|
24880
24900
|
"name": "id",
|
|
24881
|
-
"description": "
|
|
24901
|
+
"description": "The unique identifier of the component.",
|
|
24882
24902
|
"doc-url": "https://vuetifyjs.com/api/VMenu#props",
|
|
24883
24903
|
"value": {
|
|
24884
24904
|
"kind": "expression",
|
|
@@ -25475,7 +25495,7 @@
|
|
|
25475
25495
|
},
|
|
25476
25496
|
{
|
|
25477
25497
|
"name": "location",
|
|
25478
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
25498
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
|
|
25479
25499
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
25480
25500
|
"default": "'start'",
|
|
25481
25501
|
"value": {
|
|
@@ -25485,7 +25505,7 @@
|
|
|
25485
25505
|
},
|
|
25486
25506
|
{
|
|
25487
25507
|
"name": "sticky",
|
|
25488
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
25508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
|
|
25489
25509
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
25490
25510
|
"default": "false",
|
|
25491
25511
|
"value": {
|
|
@@ -26328,7 +26348,7 @@
|
|
|
26328
26348
|
},
|
|
26329
26349
|
{
|
|
26330
26350
|
"name": "afterLeave",
|
|
26331
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26351
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
|
|
26332
26352
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
|
26333
26353
|
"arguments": [
|
|
26334
26354
|
{
|
|
@@ -26870,7 +26890,7 @@
|
|
|
26870
26890
|
"attributes": [
|
|
26871
26891
|
{
|
|
26872
26892
|
"name": "scale",
|
|
26873
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26893
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
|
26874
26894
|
"doc-url": "https://vuetifyjs.com/api/VParallax#props",
|
|
26875
26895
|
"default": "0.5",
|
|
26876
26896
|
"value": {
|
|
@@ -26888,17 +26908,17 @@
|
|
|
26888
26908
|
},
|
|
26889
26909
|
{
|
|
26890
26910
|
"name": "placeholder",
|
|
26891
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26911
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
|
26892
26912
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
|
26893
26913
|
},
|
|
26894
26914
|
{
|
|
26895
26915
|
"name": "error",
|
|
26896
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
|
26897
26917
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
|
26898
26918
|
},
|
|
26899
26919
|
{
|
|
26900
26920
|
"name": "sources",
|
|
26901
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26921
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
|
26902
26922
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
|
26903
26923
|
}
|
|
26904
26924
|
],
|
|
@@ -26936,7 +26956,7 @@
|
|
|
26936
26956
|
},
|
|
26937
26957
|
{
|
|
26938
26958
|
"name": "landscape",
|
|
26939
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26959
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
26940
26960
|
"doc-url": "https://vuetifyjs.com/api/VPicker#props",
|
|
26941
26961
|
"default": "false",
|
|
26942
26962
|
"value": {
|
|
@@ -26946,7 +26966,7 @@
|
|
|
26946
26966
|
},
|
|
26947
26967
|
{
|
|
26948
26968
|
"name": "hideHeader",
|
|
26949
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
26969
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
26950
26970
|
"doc-url": "https://vuetifyjs.com/api/VPicker#props",
|
|
26951
26971
|
"default": "false",
|
|
26952
26972
|
"value": {
|
|
@@ -27097,7 +27117,7 @@
|
|
|
27097
27117
|
"slots": [
|
|
27098
27118
|
{
|
|
27099
27119
|
"name": "header",
|
|
27100
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
27120
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
27101
27121
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
|
27102
27122
|
},
|
|
27103
27123
|
{
|
|
@@ -27107,7 +27127,7 @@
|
|
|
27107
27127
|
},
|
|
27108
27128
|
{
|
|
27109
27129
|
"name": "actions",
|
|
27110
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
27130
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
|
27111
27131
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
|
27112
27132
|
},
|
|
27113
27133
|
{
|
|
@@ -29180,7 +29200,7 @@
|
|
|
29180
29200
|
},
|
|
29181
29201
|
{
|
|
29182
29202
|
"name": "itemAriaLabel",
|
|
29183
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
29203
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
|
|
29184
29204
|
"doc-url": "https://vuetifyjs.com/api/VRating#props",
|
|
29185
29205
|
"default": "'$vuetify.rating.ariaLabel.item'",
|
|
29186
29206
|
"value": {
|
|
@@ -29534,7 +29554,7 @@
|
|
|
29534
29554
|
},
|
|
29535
29555
|
{
|
|
29536
29556
|
"name": "additional",
|
|
29537
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
29557
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
|
|
29538
29558
|
"doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
|
|
29539
29559
|
}
|
|
29540
29560
|
],
|
|
@@ -30393,7 +30413,7 @@
|
|
|
30393
30413
|
"default": "false",
|
|
30394
30414
|
"value": {
|
|
30395
30415
|
"kind": "expression",
|
|
30396
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
30416
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>"
|
|
30397
30417
|
}
|
|
30398
30418
|
},
|
|
30399
30419
|
{
|
|
@@ -31997,7 +32017,7 @@
|
|
|
31997
32017
|
},
|
|
31998
32018
|
{
|
|
31999
32019
|
"name": "loadingText",
|
|
32000
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
32020
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
|
|
32001
32021
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
|
32002
32022
|
"default": "'$vuetify.loading'",
|
|
32003
32023
|
"value": {
|
|
@@ -33959,7 +33979,13 @@
|
|
|
33959
33979
|
{
|
|
33960
33980
|
"name": "actions",
|
|
33961
33981
|
"description": "Used to bind styles to [v-btn](/components/buttons) to match MD2 specification.",
|
|
33962
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#slots"
|
|
33982
|
+
"doc-url": "https://vuetifyjs.com/api/v-snackbar#slots",
|
|
33983
|
+
"vue-properties": [
|
|
33984
|
+
{
|
|
33985
|
+
"name": "isActive",
|
|
33986
|
+
"type": "Ref<boolean>"
|
|
33987
|
+
}
|
|
33988
|
+
]
|
|
33963
33989
|
},
|
|
33964
33990
|
{
|
|
33965
33991
|
"name": "text",
|
|
@@ -34134,7 +34160,7 @@
|
|
|
34134
34160
|
},
|
|
34135
34161
|
{
|
|
34136
34162
|
"name": "id",
|
|
34137
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
34163
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
|
34138
34164
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
|
34139
34165
|
"value": {
|
|
34140
34166
|
"kind": "expression",
|
|
@@ -34143,7 +34169,7 @@
|
|
|
34143
34169
|
},
|
|
34144
34170
|
{
|
|
34145
34171
|
"name": "itemValue",
|
|
34146
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
34172
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
|
34147
34173
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
|
34148
34174
|
"default": "'value'",
|
|
34149
34175
|
"value": {
|
|
@@ -34163,7 +34189,7 @@
|
|
|
34163
34189
|
},
|
|
34164
34190
|
{
|
|
34165
34191
|
"name": "min",
|
|
34166
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
34192
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
|
34167
34193
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
|
34168
34194
|
"value": {
|
|
34169
34195
|
"kind": "expression",
|
|
@@ -34172,7 +34198,7 @@
|
|
|
34172
34198
|
},
|
|
34173
34199
|
{
|
|
34174
34200
|
"name": "max",
|
|
34175
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
34201
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
|
34176
34202
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
|
34177
34203
|
"value": {
|
|
34178
34204
|
"kind": "expression",
|
|
@@ -34258,6 +34284,375 @@
|
|
|
34258
34284
|
"event": "update:modelValue"
|
|
34259
34285
|
}
|
|
34260
34286
|
},
|
|
34287
|
+
{
|
|
34288
|
+
"name": "VSpeedDial",
|
|
34289
|
+
"source": {
|
|
34290
|
+
"module": "./src/components/index.ts",
|
|
34291
|
+
"symbol": "VSpeedDial"
|
|
34292
|
+
},
|
|
34293
|
+
"description": "",
|
|
34294
|
+
"doc-url": "https://vuetifyjs.com/api/v-speed-dial",
|
|
34295
|
+
"attributes": [
|
|
34296
|
+
{
|
|
34297
|
+
"name": "id",
|
|
34298
|
+
"description": "The unique identifier of the component.",
|
|
34299
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34300
|
+
"value": {
|
|
34301
|
+
"kind": "expression",
|
|
34302
|
+
"type": "string"
|
|
34303
|
+
}
|
|
34304
|
+
},
|
|
34305
|
+
{
|
|
34306
|
+
"name": "closeOnBack",
|
|
34307
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing.",
|
|
34308
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34309
|
+
"default": "true",
|
|
34310
|
+
"value": {
|
|
34311
|
+
"kind": "expression",
|
|
34312
|
+
"type": "boolean"
|
|
34313
|
+
}
|
|
34314
|
+
},
|
|
34315
|
+
{
|
|
34316
|
+
"name": "contained",
|
|
34317
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.).",
|
|
34318
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34319
|
+
"default": "false",
|
|
34320
|
+
"value": {
|
|
34321
|
+
"kind": "expression",
|
|
34322
|
+
"type": "boolean"
|
|
34323
|
+
}
|
|
34324
|
+
},
|
|
34325
|
+
{
|
|
34326
|
+
"name": "contentClass",
|
|
34327
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component.",
|
|
34328
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34329
|
+
"value": {
|
|
34330
|
+
"kind": "expression",
|
|
34331
|
+
"type": "any"
|
|
34332
|
+
}
|
|
34333
|
+
},
|
|
34334
|
+
{
|
|
34335
|
+
"name": "contentProps",
|
|
34336
|
+
"description": "Apply custom properties to the content.",
|
|
34337
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34338
|
+
"value": {
|
|
34339
|
+
"kind": "expression",
|
|
34340
|
+
"type": "any"
|
|
34341
|
+
}
|
|
34342
|
+
},
|
|
34343
|
+
{
|
|
34344
|
+
"name": "disabled",
|
|
34345
|
+
"description": "Removes the ability to click or target the component.",
|
|
34346
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34347
|
+
"default": "false",
|
|
34348
|
+
"value": {
|
|
34349
|
+
"kind": "expression",
|
|
34350
|
+
"type": "boolean"
|
|
34351
|
+
}
|
|
34352
|
+
},
|
|
34353
|
+
{
|
|
34354
|
+
"name": "opacity",
|
|
34355
|
+
"description": "Sets the overlay opacity.",
|
|
34356
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34357
|
+
"value": {
|
|
34358
|
+
"kind": "expression",
|
|
34359
|
+
"type": "string | number"
|
|
34360
|
+
}
|
|
34361
|
+
},
|
|
34362
|
+
{
|
|
34363
|
+
"name": "noClickAnimation",
|
|
34364
|
+
"description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop.",
|
|
34365
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34366
|
+
"default": "false",
|
|
34367
|
+
"value": {
|
|
34368
|
+
"kind": "expression",
|
|
34369
|
+
"type": "boolean"
|
|
34370
|
+
}
|
|
34371
|
+
},
|
|
34372
|
+
{
|
|
34373
|
+
"name": "modelValue",
|
|
34374
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
|
|
34375
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34376
|
+
"default": "false",
|
|
34377
|
+
"value": {
|
|
34378
|
+
"kind": "expression",
|
|
34379
|
+
"type": "boolean"
|
|
34380
|
+
}
|
|
34381
|
+
},
|
|
34382
|
+
{
|
|
34383
|
+
"name": "persistent",
|
|
34384
|
+
"description": "Clicking outside of the element or pressing esc key will not deactivate it.",
|
|
34385
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34386
|
+
"default": "false",
|
|
34387
|
+
"value": {
|
|
34388
|
+
"kind": "expression",
|
|
34389
|
+
"type": "boolean"
|
|
34390
|
+
}
|
|
34391
|
+
},
|
|
34392
|
+
{
|
|
34393
|
+
"name": "scrim",
|
|
34394
|
+
"description": "Accepts true/false to enable background, and string to define color.",
|
|
34395
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34396
|
+
"default": "false",
|
|
34397
|
+
"value": {
|
|
34398
|
+
"kind": "expression",
|
|
34399
|
+
"type": "string | boolean"
|
|
34400
|
+
}
|
|
34401
|
+
},
|
|
34402
|
+
{
|
|
34403
|
+
"name": "zIndex",
|
|
34404
|
+
"description": "The z-index used for the component.",
|
|
34405
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34406
|
+
"default": "2000",
|
|
34407
|
+
"value": {
|
|
34408
|
+
"kind": "expression",
|
|
34409
|
+
"type": "string | number"
|
|
34410
|
+
}
|
|
34411
|
+
},
|
|
34412
|
+
{
|
|
34413
|
+
"name": "target",
|
|
34414
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
34415
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34416
|
+
"value": {
|
|
34417
|
+
"kind": "expression",
|
|
34418
|
+
"type": "| (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]"
|
|
34419
|
+
}
|
|
34420
|
+
},
|
|
34421
|
+
{
|
|
34422
|
+
"name": "activator",
|
|
34423
|
+
"description": "Explicitly sets the overlay's activator.",
|
|
34424
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34425
|
+
"value": {
|
|
34426
|
+
"kind": "expression",
|
|
34427
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance"
|
|
34428
|
+
}
|
|
34429
|
+
},
|
|
34430
|
+
{
|
|
34431
|
+
"name": "activatorProps",
|
|
34432
|
+
"description": "Apply custom properties to the activator.",
|
|
34433
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34434
|
+
"default": "{}",
|
|
34435
|
+
"value": {
|
|
34436
|
+
"kind": "expression",
|
|
34437
|
+
"type": "unknown"
|
|
34438
|
+
}
|
|
34439
|
+
},
|
|
34440
|
+
{
|
|
34441
|
+
"name": "openOnClick",
|
|
34442
|
+
"description": "Designates whether menu should open on activator click.",
|
|
34443
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34444
|
+
"value": {
|
|
34445
|
+
"kind": "expression",
|
|
34446
|
+
"type": "boolean"
|
|
34447
|
+
}
|
|
34448
|
+
},
|
|
34449
|
+
{
|
|
34450
|
+
"name": "openOnHover",
|
|
34451
|
+
"description": "Opens speed-dial on hover.",
|
|
34452
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34453
|
+
"default": "false",
|
|
34454
|
+
"value": {
|
|
34455
|
+
"kind": "expression",
|
|
34456
|
+
"type": "boolean"
|
|
34457
|
+
}
|
|
34458
|
+
},
|
|
34459
|
+
{
|
|
34460
|
+
"name": "openOnFocus",
|
|
34461
|
+
"description": "Activate the component when the activator is focused.",
|
|
34462
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34463
|
+
"value": {
|
|
34464
|
+
"kind": "expression",
|
|
34465
|
+
"type": "boolean"
|
|
34466
|
+
}
|
|
34467
|
+
},
|
|
34468
|
+
{
|
|
34469
|
+
"name": "closeOnContentClick",
|
|
34470
|
+
"description": "Designates if menu should close when its content is clicked.",
|
|
34471
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34472
|
+
"default": "true",
|
|
34473
|
+
"value": {
|
|
34474
|
+
"kind": "expression",
|
|
34475
|
+
"type": "boolean"
|
|
34476
|
+
}
|
|
34477
|
+
},
|
|
34478
|
+
{
|
|
34479
|
+
"name": "closeDelay",
|
|
34480
|
+
"description": "Milliseconds to wait before closing component. Only works with the **open-on-hover** prop.",
|
|
34481
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34482
|
+
"default": "250",
|
|
34483
|
+
"value": {
|
|
34484
|
+
"kind": "expression",
|
|
34485
|
+
"type": "string | number"
|
|
34486
|
+
}
|
|
34487
|
+
},
|
|
34488
|
+
{
|
|
34489
|
+
"name": "openDelay",
|
|
34490
|
+
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop.",
|
|
34491
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34492
|
+
"default": "300",
|
|
34493
|
+
"value": {
|
|
34494
|
+
"kind": "expression",
|
|
34495
|
+
"type": "string | number"
|
|
34496
|
+
}
|
|
34497
|
+
},
|
|
34498
|
+
{
|
|
34499
|
+
"name": "height",
|
|
34500
|
+
"description": "Sets the height for the component.",
|
|
34501
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34502
|
+
"value": {
|
|
34503
|
+
"kind": "expression",
|
|
34504
|
+
"type": "string | number"
|
|
34505
|
+
}
|
|
34506
|
+
},
|
|
34507
|
+
{
|
|
34508
|
+
"name": "maxHeight",
|
|
34509
|
+
"description": "Sets the maximum height for the component.",
|
|
34510
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34511
|
+
"value": {
|
|
34512
|
+
"kind": "expression",
|
|
34513
|
+
"type": "string | number"
|
|
34514
|
+
}
|
|
34515
|
+
},
|
|
34516
|
+
{
|
|
34517
|
+
"name": "maxWidth",
|
|
34518
|
+
"description": "Sets the maximum width for the component.",
|
|
34519
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34520
|
+
"value": {
|
|
34521
|
+
"kind": "expression",
|
|
34522
|
+
"type": "string | number"
|
|
34523
|
+
}
|
|
34524
|
+
},
|
|
34525
|
+
{
|
|
34526
|
+
"name": "minHeight",
|
|
34527
|
+
"description": "Sets the minimum height for the component.",
|
|
34528
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34529
|
+
"value": {
|
|
34530
|
+
"kind": "expression",
|
|
34531
|
+
"type": "string | number"
|
|
34532
|
+
}
|
|
34533
|
+
},
|
|
34534
|
+
{
|
|
34535
|
+
"name": "minWidth",
|
|
34536
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width.",
|
|
34537
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34538
|
+
"default": "0",
|
|
34539
|
+
"value": {
|
|
34540
|
+
"kind": "expression",
|
|
34541
|
+
"type": "string | number"
|
|
34542
|
+
}
|
|
34543
|
+
},
|
|
34544
|
+
{
|
|
34545
|
+
"name": "width",
|
|
34546
|
+
"description": "Sets the width for the component.",
|
|
34547
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34548
|
+
"value": {
|
|
34549
|
+
"kind": "expression",
|
|
34550
|
+
"type": "string | number"
|
|
34551
|
+
}
|
|
34552
|
+
},
|
|
34553
|
+
{
|
|
34554
|
+
"name": "eager",
|
|
34555
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
|
34556
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34557
|
+
"default": "false",
|
|
34558
|
+
"value": {
|
|
34559
|
+
"kind": "expression",
|
|
34560
|
+
"type": "boolean"
|
|
34561
|
+
}
|
|
34562
|
+
},
|
|
34563
|
+
{
|
|
34564
|
+
"name": "locationStrategy",
|
|
34565
|
+
"description": "A function used to specifies how the component should position relative to its activator.",
|
|
34566
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34567
|
+
"default": "'connected'",
|
|
34568
|
+
"value": {
|
|
34569
|
+
"kind": "expression",
|
|
34570
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>"
|
|
34571
|
+
}
|
|
34572
|
+
},
|
|
34573
|
+
{
|
|
34574
|
+
"name": "location",
|
|
34575
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both..",
|
|
34576
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34577
|
+
"default": "'top center'",
|
|
34578
|
+
"value": {
|
|
34579
|
+
"kind": "expression",
|
|
34580
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>"
|
|
34581
|
+
}
|
|
34582
|
+
},
|
|
34583
|
+
{
|
|
34584
|
+
"name": "origin",
|
|
34585
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin).",
|
|
34586
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34587
|
+
"default": "'auto'",
|
|
34588
|
+
"value": {
|
|
34589
|
+
"kind": "expression",
|
|
34590
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'"
|
|
34591
|
+
}
|
|
34592
|
+
},
|
|
34593
|
+
{
|
|
34594
|
+
"name": "offset",
|
|
34595
|
+
"description": "A single value that offsets content away from the target based upon what side it is on.",
|
|
34596
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34597
|
+
"default": "8",
|
|
34598
|
+
"value": {
|
|
34599
|
+
"kind": "expression",
|
|
34600
|
+
"type": "string | number | number[]"
|
|
34601
|
+
}
|
|
34602
|
+
},
|
|
34603
|
+
{
|
|
34604
|
+
"name": "scrollStrategy",
|
|
34605
|
+
"description": "Strategy used when the component is activate and user scrolls.",
|
|
34606
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34607
|
+
"default": "'reposition'",
|
|
34608
|
+
"value": {
|
|
34609
|
+
"kind": "expression",
|
|
34610
|
+
"type": "'none' | 'close' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>"
|
|
34611
|
+
}
|
|
34612
|
+
},
|
|
34613
|
+
{
|
|
34614
|
+
"name": "theme",
|
|
34615
|
+
"description": "Specify a theme for this component and all of its children.",
|
|
34616
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34617
|
+
"value": {
|
|
34618
|
+
"kind": "expression",
|
|
34619
|
+
"type": "string"
|
|
34620
|
+
}
|
|
34621
|
+
},
|
|
34622
|
+
{
|
|
34623
|
+
"name": "transition",
|
|
34624
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition.",
|
|
34625
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34626
|
+
"default": "'fade-transition'",
|
|
34627
|
+
"value": {
|
|
34628
|
+
"kind": "expression",
|
|
34629
|
+
"type": "string | boolean | (TransitionProps & { component: Component })"
|
|
34630
|
+
}
|
|
34631
|
+
},
|
|
34632
|
+
{
|
|
34633
|
+
"name": "attach",
|
|
34634
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator.",
|
|
34635
|
+
"doc-url": "https://vuetifyjs.com/api/VSpeedDial#props",
|
|
34636
|
+
"default": "false",
|
|
34637
|
+
"value": {
|
|
34638
|
+
"kind": "expression",
|
|
34639
|
+
"type": "string | boolean | Element"
|
|
34640
|
+
}
|
|
34641
|
+
}
|
|
34642
|
+
],
|
|
34643
|
+
"events": [],
|
|
34644
|
+
"slots": [
|
|
34645
|
+
{
|
|
34646
|
+
"name": "default",
|
|
34647
|
+
"description": "The default Vue slot.",
|
|
34648
|
+
"doc-url": "https://vuetifyjs.com/api/v-speed-dial#slots"
|
|
34649
|
+
}
|
|
34650
|
+
],
|
|
34651
|
+
"vue-model": {
|
|
34652
|
+
"prop": "modelValue",
|
|
34653
|
+
"event": "update:modelValue"
|
|
34654
|
+
}
|
|
34655
|
+
},
|
|
34261
34656
|
{
|
|
34262
34657
|
"name": "VStepper",
|
|
34263
34658
|
"source": {
|
|
@@ -38013,7 +38408,7 @@
|
|
|
38013
38408
|
},
|
|
38014
38409
|
{
|
|
38015
38410
|
"name": "autofocus",
|
|
38016
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
38411
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
|
|
38017
38412
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
|
38018
38413
|
"default": "false",
|
|
38019
38414
|
"value": {
|
|
@@ -38871,7 +39266,7 @@
|
|
|
38871
39266
|
"attributes": [
|
|
38872
39267
|
{
|
|
38873
39268
|
"name": "withBackground",
|
|
38874
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
|
39269
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
|
|
38875
39270
|
"doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
|
|
38876
39271
|
"default": "false",
|
|
38877
39272
|
"value": {
|