vuetify 3.5.14 → 3.6.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +248 -48
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +123 -115
- package/dist/json/tags.json +61 -1
- package/dist/json/web-types.json +948 -343
- package/dist/vuetify-labs.css +2090 -1719
- package/dist/vuetify-labs.d.ts +2727 -1828
- package/dist/vuetify-labs.esm.js +649 -366
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +648 -365
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1288 -917
- package/dist/vuetify.d.ts +2001 -1106
- package/dist/vuetify.esm.js +639 -359
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +638 -358
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1014 -986
- 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 +12 -12
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +8 -2
- package/lib/components/VAutocomplete/index.d.mts +18 -18
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +7 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +8 -2
- package/lib/components/VBtn/VBtn.css +4 -0
- package/lib/components/VBtn/VBtn.mjs +15 -9
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs +2 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.mts +6 -0
- package/lib/components/VBtnToggle/index.d.mts +6 -0
- package/lib/components/VCheckbox/index.d.mts +10 -10
- package/lib/components/VCombobox/index.d.mts +18 -18
- package/lib/components/VDataIterator/index.d.mts +1 -0
- package/lib/components/VDataTable/VDataTable.css +14 -0
- package/lib/components/VDataTable/VDataTable.sass +8 -0
- package/lib/components/VDataTable/VDataTableColumn.mjs +6 -2
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +3 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +8 -7
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +31 -0
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +64 -42
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +60 -0
- package/lib/components/VDialog/VDialog.mjs +3 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +12 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +12 -27
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -16
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +165 -33
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/index.d.mts +4 -4
- 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/VList/index.d.mts +12 -12
- package/lib/components/VMain/VMain.mjs +9 -3
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +38 -2
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +12 -0
- package/lib/components/VOtpInput/index.d.mts +6 -6
- package/lib/components/VRadio/index.d.mts +4 -4
- package/lib/components/VSelect/index.d.mts +18 -18
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -2
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +153 -125
- package/lib/components/VSwitch/index.d.mts +4 -4
- package/lib/components/VTabs/VTabs.mjs +33 -8
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +52 -0
- package/lib/components/VTabs/VTabsWindow.mjs.map +1 -0
- package/lib/components/VTabs/VTabsWindowItem.mjs +27 -0
- package/lib/components/VTabs/VTabsWindowItem.mjs.map +1 -0
- package/lib/components/VTabs/index.d.mts +890 -440
- package/lib/components/VTabs/index.mjs +3 -1
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +19 -19
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +1985 -1104
- 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 +166 -25
- 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 +15 -38
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/rounded.mjs +1 -1
- package/lib/composables/rounded.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 +53 -41
- package/lib/labs/VFab/index.d.mts +6 -0
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VPicker/VPicker.css +2 -0
- package/lib/labs/VPicker/VPicker.sass +2 -0
- package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +28 -22
- package/lib/locale/lt.mjs +25 -25
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/sl.mjs +30 -30
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/styles/generic/_transitions.scss +7 -7
- package/lib/styles/main.css +355 -4
- package/lib/styles/settings/_utilities.scss +30 -3
- package/lib/styles/settings/_variables.scss +27 -0
- package/lib/util/helpers.mjs +11 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -231,6 +231,10 @@
|
|
|
231
231
|
"type": "boolean\n",
|
|
232
232
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
233
233
|
},
|
|
234
|
+
"VAppBarNavIcon/base-color": {
|
|
235
|
+
"type": "string\n",
|
|
236
|
+
"description": "Sets the color of component when not focused."
|
|
237
|
+
},
|
|
234
238
|
"VAppBarNavIcon/prepend-icon": {
|
|
235
239
|
"type": "any\n",
|
|
236
240
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -488,7 +492,7 @@
|
|
|
488
492
|
"description": "Property on supplied `items` that contains its value."
|
|
489
493
|
},
|
|
490
494
|
"VAutocomplete/item-children": {
|
|
491
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
495
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
492
496
|
"description": "This property currently has **no effect**."
|
|
493
497
|
},
|
|
494
498
|
"VAutocomplete/item-props": {
|
|
@@ -931,6 +935,10 @@
|
|
|
931
935
|
"type": "string\n",
|
|
932
936
|
"description": "Specify a custom tag used on the root element."
|
|
933
937
|
},
|
|
938
|
+
"VBottomNavigation/base-color": {
|
|
939
|
+
"type": "string\n",
|
|
940
|
+
"description": "Sets the color of component when not focused."
|
|
941
|
+
},
|
|
934
942
|
"VBottomNavigation/bg-color": {
|
|
935
943
|
"type": "string\n",
|
|
936
944
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
@@ -1287,6 +1295,10 @@
|
|
|
1287
1295
|
"type": "boolean\n",
|
|
1288
1296
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
1289
1297
|
},
|
|
1298
|
+
"VBtn/base-color": {
|
|
1299
|
+
"type": "string\n",
|
|
1300
|
+
"description": "Sets the color of component when not focused."
|
|
1301
|
+
},
|
|
1290
1302
|
"VBtn/prepend-icon": {
|
|
1291
1303
|
"type": "any\n",
|
|
1292
1304
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -1423,6 +1435,10 @@
|
|
|
1423
1435
|
"type": "any\n",
|
|
1424
1436
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
|
1425
1437
|
},
|
|
1438
|
+
"VBtnGroup/base-color": {
|
|
1439
|
+
"type": "string\n",
|
|
1440
|
+
"description": "Sets the color of component when not focused."
|
|
1441
|
+
},
|
|
1426
1442
|
"VBtnGroup/divided": {
|
|
1427
1443
|
"type": "boolean\n",
|
|
1428
1444
|
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
@@ -1463,6 +1479,10 @@
|
|
|
1463
1479
|
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
|
|
1464
1480
|
"description": "Applies a distinct style to the component."
|
|
1465
1481
|
},
|
|
1482
|
+
"VBtnToggle/base-color": {
|
|
1483
|
+
"type": "string\n",
|
|
1484
|
+
"description": "Sets the color of component when not focused."
|
|
1485
|
+
},
|
|
1466
1486
|
"VBtnToggle/divided": {
|
|
1467
1487
|
"type": "boolean\n",
|
|
1468
1488
|
"description": "Add dividers between children [v-btn](/components/buttons) components."
|
|
@@ -2916,7 +2936,7 @@
|
|
|
2916
2936
|
"description": "Property on supplied `items` that contains its value."
|
|
2917
2937
|
},
|
|
2918
2938
|
"VCombobox/item-children": {
|
|
2919
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2939
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2920
2940
|
"description": "This property currently has **no effect**."
|
|
2921
2941
|
},
|
|
2922
2942
|
"VCombobox/item-props": {
|
|
@@ -3188,11 +3208,11 @@
|
|
|
3188
3208
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3189
3209
|
},
|
|
3190
3210
|
"VDataIterator/item-value": {
|
|
3191
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3211
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3192
3212
|
"description": "Property on supplied `items` that contains its value."
|
|
3193
3213
|
},
|
|
3194
3214
|
"VDataIterator/item-selectable": {
|
|
3195
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3215
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3196
3216
|
"description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
|
|
3197
3217
|
},
|
|
3198
3218
|
"VDataIterator/return-object": {
|
|
@@ -3296,7 +3316,7 @@
|
|
|
3296
3316
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
3297
3317
|
},
|
|
3298
3318
|
"VDataTable/headers": {
|
|
3299
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3319
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3300
3320
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3301
3321
|
},
|
|
3302
3322
|
"VDataTable/page": {
|
|
@@ -3560,7 +3580,7 @@
|
|
|
3560
3580
|
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
3561
3581
|
},
|
|
3562
3582
|
"VDataTableRows/items": {
|
|
3563
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
3583
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L45-L51\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3564
3584
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3565
3585
|
},
|
|
3566
3586
|
"VDataTableRows/no-data-text": {
|
|
@@ -3588,7 +3608,7 @@
|
|
|
3588
3608
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
3589
3609
|
},
|
|
3590
3610
|
"VDataTableServer/headers": {
|
|
3591
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3611
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3592
3612
|
"description": "An array of objects that each describe a header column."
|
|
3593
3613
|
},
|
|
3594
3614
|
"VDataTableServer/items-length": {
|
|
@@ -3792,7 +3812,7 @@
|
|
|
3792
3812
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3793
3813
|
},
|
|
3794
3814
|
"VDataTableVirtual/headers": {
|
|
3795
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3815
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3796
3816
|
"description": "An array of objects that each describe a header column."
|
|
3797
3817
|
},
|
|
3798
3818
|
"VDataTableVirtual/loading": {
|
|
@@ -4007,6 +4027,14 @@
|
|
|
4007
4027
|
"type": "boolean\n",
|
|
4008
4028
|
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
4009
4029
|
},
|
|
4030
|
+
"VDatePicker/transition": {
|
|
4031
|
+
"type": "string\n",
|
|
4032
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4033
|
+
},
|
|
4034
|
+
"VDatePicker/reverse-transition": {
|
|
4035
|
+
"type": "string\n",
|
|
4036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4037
|
+
},
|
|
4010
4038
|
"VDatePicker/show-adjacent-months": {
|
|
4011
4039
|
"type": "boolean\n",
|
|
4012
4040
|
"description": "Toggles visibility of days from previous and next months."
|
|
@@ -4163,6 +4191,14 @@
|
|
|
4163
4191
|
"type": "boolean\n",
|
|
4164
4192
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4165
4193
|
},
|
|
4194
|
+
"VDatePickerMonth/transition": {
|
|
4195
|
+
"type": "string\n",
|
|
4196
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4197
|
+
},
|
|
4198
|
+
"VDatePickerMonth/reverse-transition": {
|
|
4199
|
+
"type": "string\n",
|
|
4200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4201
|
+
},
|
|
4166
4202
|
"VDatePickerMonth/disabled": {
|
|
4167
4203
|
"type": "boolean\n",
|
|
4168
4204
|
"description": "Removes the ability to click or target the component."
|
|
@@ -4575,6 +4611,10 @@
|
|
|
4575
4611
|
"type": "boolean\n",
|
|
4576
4612
|
"description": "Removes the ability to click or target the component."
|
|
4577
4613
|
},
|
|
4614
|
+
"VExpandTransition/group": {
|
|
4615
|
+
"type": "boolean\n",
|
|
4616
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
4617
|
+
},
|
|
4578
4618
|
"VExpandTransition/mode": {
|
|
4579
4619
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
4580
4620
|
"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)."
|
|
@@ -4583,6 +4623,10 @@
|
|
|
4583
4623
|
"type": "boolean\n",
|
|
4584
4624
|
"description": "Removes the ability to click or target the component."
|
|
4585
4625
|
},
|
|
4626
|
+
"VExpandXTransition/group": {
|
|
4627
|
+
"type": "boolean\n",
|
|
4628
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
4629
|
+
},
|
|
4586
4630
|
"VExpandXTransition/mode": {
|
|
4587
4631
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
4588
4632
|
"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)."
|
|
@@ -4615,10 +4659,6 @@
|
|
|
4615
4659
|
"type": "string\n",
|
|
4616
4660
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
4617
4661
|
},
|
|
4618
|
-
"VExpansionPanel/eager": {
|
|
4619
|
-
"type": "boolean\n",
|
|
4620
|
-
"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."
|
|
4621
|
-
},
|
|
4622
4662
|
"VExpansionPanel/rounded": {
|
|
4623
4663
|
"type": "string | number | boolean\n",
|
|
4624
4664
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -4663,6 +4703,10 @@
|
|
|
4663
4703
|
"type": "boolean\n",
|
|
4664
4704
|
"description": "Makes the expansion-panel content read only."
|
|
4665
4705
|
},
|
|
4706
|
+
"VExpansionPanel/eager": {
|
|
4707
|
+
"type": "boolean\n",
|
|
4708
|
+
"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."
|
|
4709
|
+
},
|
|
4666
4710
|
"VExpansionPanelText/eager": {
|
|
4667
4711
|
"type": "boolean\n",
|
|
4668
4712
|
"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."
|
|
@@ -4703,30 +4747,6 @@
|
|
|
4703
4747
|
"type": "boolean\n",
|
|
4704
4748
|
"description": "Removes the expansion-panel's elevation and borders."
|
|
4705
4749
|
},
|
|
4706
|
-
"VExpansionPanels/color": {
|
|
4707
|
-
"type": "string\n",
|
|
4708
|
-
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4709
|
-
},
|
|
4710
|
-
"VExpansionPanels/focusable": {
|
|
4711
|
-
"type": "boolean\n",
|
|
4712
|
-
"description": "Makes the expansion-panel headers focusable."
|
|
4713
|
-
},
|
|
4714
|
-
"VExpansionPanels/static": {
|
|
4715
|
-
"type": "boolean\n",
|
|
4716
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanels.json))"
|
|
4717
|
-
},
|
|
4718
|
-
"VExpansionPanels/tile": {
|
|
4719
|
-
"type": "boolean\n",
|
|
4720
|
-
"description": "Removes the border-radius."
|
|
4721
|
-
},
|
|
4722
|
-
"VExpansionPanels/variant": {
|
|
4723
|
-
"type": "'default' | 'accordion' | 'inset' | 'popout'\n",
|
|
4724
|
-
"description": "Applies a distinct style to the component."
|
|
4725
|
-
},
|
|
4726
|
-
"VExpansionPanels/readonly": {
|
|
4727
|
-
"type": "boolean\n",
|
|
4728
|
-
"description": "Makes the entire expansion-panel read only."
|
|
4729
|
-
},
|
|
4730
4750
|
"VExpansionPanels/model-value": {
|
|
4731
4751
|
"type": "any\n",
|
|
4732
4752
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -4751,14 +4771,82 @@
|
|
|
4751
4771
|
"type": "boolean | 'force'\n",
|
|
4752
4772
|
"description": "Forces at least one item to always be selected (if available)."
|
|
4753
4773
|
},
|
|
4774
|
+
"VExpansionPanels/title": {
|
|
4775
|
+
"type": "string\n",
|
|
4776
|
+
"description": "Specify a title text for the component."
|
|
4777
|
+
},
|
|
4778
|
+
"VExpansionPanels/text": {
|
|
4779
|
+
"type": "string\n",
|
|
4780
|
+
"description": "Specify content text for the component."
|
|
4781
|
+
},
|
|
4782
|
+
"VExpansionPanels/bg-color": {
|
|
4783
|
+
"type": "string\n",
|
|
4784
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4785
|
+
},
|
|
4786
|
+
"VExpansionPanels/elevation": {
|
|
4787
|
+
"type": "string | number\n",
|
|
4788
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4789
|
+
},
|
|
4790
|
+
"VExpansionPanels/value": {
|
|
4791
|
+
"type": "any\n",
|
|
4792
|
+
"description": "Controls the opened/closed state of content in the expansion-panel. Corresponds to a zero-based index of the currently opened content. If the `multiple` prop (previously `expand` in 1.5.x) is used then it is an array of numbers where each entry corresponds to the index of the opened content. The index order is not relevant."
|
|
4793
|
+
},
|
|
4794
|
+
"VExpansionPanels/rounded": {
|
|
4795
|
+
"type": "string | number | boolean\n",
|
|
4796
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
4797
|
+
},
|
|
4798
|
+
"VExpansionPanels/tile": {
|
|
4799
|
+
"type": "boolean\n",
|
|
4800
|
+
"description": "Removes the border-radius."
|
|
4801
|
+
},
|
|
4754
4802
|
"VExpansionPanels/tag": {
|
|
4755
4803
|
"type": "string\n",
|
|
4756
4804
|
"description": "Specify a custom tag used on the root element."
|
|
4757
4805
|
},
|
|
4806
|
+
"VExpansionPanels/color": {
|
|
4807
|
+
"type": "string\n",
|
|
4808
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4809
|
+
},
|
|
4810
|
+
"VExpansionPanels/expand-icon": {
|
|
4811
|
+
"type": "any\n",
|
|
4812
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
4813
|
+
},
|
|
4814
|
+
"VExpansionPanels/collapse-icon": {
|
|
4815
|
+
"type": "any\n",
|
|
4816
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
4817
|
+
},
|
|
4818
|
+
"VExpansionPanels/hide-actions": {
|
|
4819
|
+
"type": "boolean\n",
|
|
4820
|
+
"description": "Hide the expand icon in the content title."
|
|
4821
|
+
},
|
|
4822
|
+
"VExpansionPanels/focusable": {
|
|
4823
|
+
"type": "boolean\n",
|
|
4824
|
+
"description": "Makes the expansion-panel headers focusable."
|
|
4825
|
+
},
|
|
4826
|
+
"VExpansionPanels/static": {
|
|
4827
|
+
"type": "boolean\n",
|
|
4828
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
|
4829
|
+
},
|
|
4830
|
+
"VExpansionPanels/ripple": {
|
|
4831
|
+
"type": "boolean | { class: string }\n",
|
|
4832
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4833
|
+
},
|
|
4834
|
+
"VExpansionPanels/readonly": {
|
|
4835
|
+
"type": "boolean\n",
|
|
4836
|
+
"description": "Makes the entire expansion-panel read only."
|
|
4837
|
+
},
|
|
4838
|
+
"VExpansionPanels/eager": {
|
|
4839
|
+
"type": "boolean\n",
|
|
4840
|
+
"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."
|
|
4841
|
+
},
|
|
4758
4842
|
"VExpansionPanels/theme": {
|
|
4759
4843
|
"type": "string\n",
|
|
4760
4844
|
"description": "Specify a theme for this component and all of its children."
|
|
4761
4845
|
},
|
|
4846
|
+
"VExpansionPanels/variant": {
|
|
4847
|
+
"type": "'default' | 'accordion' | 'inset' | 'popout'\n",
|
|
4848
|
+
"description": "Applies a distinct style to the component."
|
|
4849
|
+
},
|
|
4762
4850
|
"VFab/symbol": {
|
|
4763
4851
|
"type": "any\n",
|
|
4764
4852
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
|
|
@@ -4795,6 +4883,10 @@
|
|
|
4795
4883
|
"type": "boolean\n",
|
|
4796
4884
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
4797
4885
|
},
|
|
4886
|
+
"VFab/base-color": {
|
|
4887
|
+
"type": "string\n",
|
|
4888
|
+
"description": "Sets the color of component when not focused."
|
|
4889
|
+
},
|
|
4798
4890
|
"VFab/prepend-icon": {
|
|
4799
4891
|
"type": "any\n",
|
|
4800
4892
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -6223,6 +6315,30 @@
|
|
|
6223
6315
|
"type": "boolean\n",
|
|
6224
6316
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMain.json))"
|
|
6225
6317
|
},
|
|
6318
|
+
"VMain/height": {
|
|
6319
|
+
"type": "string | number\n",
|
|
6320
|
+
"description": "Sets the height for the component."
|
|
6321
|
+
},
|
|
6322
|
+
"VMain/max-height": {
|
|
6323
|
+
"type": "string | number\n",
|
|
6324
|
+
"description": "Sets the maximum height for the component."
|
|
6325
|
+
},
|
|
6326
|
+
"VMain/max-width": {
|
|
6327
|
+
"type": "string | number\n",
|
|
6328
|
+
"description": "Sets the maximum width for the component."
|
|
6329
|
+
},
|
|
6330
|
+
"VMain/min-height": {
|
|
6331
|
+
"type": "string | number\n",
|
|
6332
|
+
"description": "Sets the minimum height for the component."
|
|
6333
|
+
},
|
|
6334
|
+
"VMain/min-width": {
|
|
6335
|
+
"type": "string | number\n",
|
|
6336
|
+
"description": "Sets the minimum width for the component."
|
|
6337
|
+
},
|
|
6338
|
+
"VMain/width": {
|
|
6339
|
+
"type": "string | number\n",
|
|
6340
|
+
"description": "Sets the width for the component."
|
|
6341
|
+
},
|
|
6226
6342
|
"VMain/tag": {
|
|
6227
6343
|
"type": "string\n",
|
|
6228
6344
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -6455,6 +6571,14 @@
|
|
|
6455
6571
|
"type": "string | number | boolean\n",
|
|
6456
6572
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
6457
6573
|
},
|
|
6574
|
+
"VNavigationDrawer/close-delay": {
|
|
6575
|
+
"type": "string | number\n",
|
|
6576
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
6577
|
+
},
|
|
6578
|
+
"VNavigationDrawer/open-delay": {
|
|
6579
|
+
"type": "string | number\n",
|
|
6580
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
6581
|
+
},
|
|
6458
6582
|
"VNavigationDrawer/mobile-breakpoint": {
|
|
6459
6583
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
6460
6584
|
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
@@ -7932,7 +8056,7 @@
|
|
|
7932
8056
|
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)."
|
|
7933
8057
|
},
|
|
7934
8058
|
"VSelect/item-children": {
|
|
7935
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8059
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
7936
8060
|
"description": "This property currently has **no effect**."
|
|
7937
8061
|
},
|
|
7938
8062
|
"VSelect/item-props": {
|
|
@@ -9635,6 +9759,10 @@
|
|
|
9635
9759
|
"type": "'horizontal' | 'vertical'\n",
|
|
9636
9760
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
9637
9761
|
},
|
|
9762
|
+
"VTab/base-color": {
|
|
9763
|
+
"type": "string\n",
|
|
9764
|
+
"description": "Sets the color of component when not focused."
|
|
9765
|
+
},
|
|
9638
9766
|
"VTab/prepend-icon": {
|
|
9639
9767
|
"type": "any\n",
|
|
9640
9768
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -9887,6 +10015,58 @@
|
|
|
9887
10015
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9888
10016
|
"description": "Adjusts the vertical height used by the component."
|
|
9889
10017
|
},
|
|
10018
|
+
"VTabsWindow/reverse": {
|
|
10019
|
+
"type": "boolean\n",
|
|
10020
|
+
"description": "Reverse the normal transition direction."
|
|
10021
|
+
},
|
|
10022
|
+
"VTabsWindow/direction": {
|
|
10023
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
10024
|
+
"description": "The transition direction when changing windows."
|
|
10025
|
+
},
|
|
10026
|
+
"VTabsWindow/model-value": {
|
|
10027
|
+
"type": "any\n",
|
|
10028
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10029
|
+
},
|
|
10030
|
+
"VTabsWindow/disabled": {
|
|
10031
|
+
"type": "boolean\n",
|
|
10032
|
+
"description": "Removes the ability to click or target the component."
|
|
10033
|
+
},
|
|
10034
|
+
"VTabsWindow/selected-class": {
|
|
10035
|
+
"type": "string\n",
|
|
10036
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10037
|
+
},
|
|
10038
|
+
"VTabsWindow/tag": {
|
|
10039
|
+
"type": "string\n",
|
|
10040
|
+
"description": "Specify a custom tag used on the root element."
|
|
10041
|
+
},
|
|
10042
|
+
"VTabsWindow/theme": {
|
|
10043
|
+
"type": "string\n",
|
|
10044
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10045
|
+
},
|
|
10046
|
+
"VTabsWindowItem/reverse-transition": {
|
|
10047
|
+
"type": "string | boolean\n",
|
|
10048
|
+
"description": "Sets the reverse transition."
|
|
10049
|
+
},
|
|
10050
|
+
"VTabsWindowItem/transition": {
|
|
10051
|
+
"type": "string | boolean\n",
|
|
10052
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
10053
|
+
},
|
|
10054
|
+
"VTabsWindowItem/value": {
|
|
10055
|
+
"type": "any\n",
|
|
10056
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
10057
|
+
},
|
|
10058
|
+
"VTabsWindowItem/disabled": {
|
|
10059
|
+
"type": "boolean\n",
|
|
10060
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
|
|
10061
|
+
},
|
|
10062
|
+
"VTabsWindowItem/selected-class": {
|
|
10063
|
+
"type": "string\n",
|
|
10064
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10065
|
+
},
|
|
10066
|
+
"VTabsWindowItem/eager": {
|
|
10067
|
+
"type": "boolean\n",
|
|
10068
|
+
"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."
|
|
10069
|
+
},
|
|
9890
10070
|
"VTextField/label": {
|
|
9891
10071
|
"type": "string\n",
|
|
9892
10072
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -10551,10 +10731,6 @@
|
|
|
10551
10731
|
"type": "string\n",
|
|
10552
10732
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
|
10553
10733
|
},
|
|
10554
|
-
"VTimeline/line-inset": {
|
|
10555
|
-
"type": "string | number\n",
|
|
10556
|
-
"description": "Specifies the distance between the line and the dot of timeline items."
|
|
10557
|
-
},
|
|
10558
10734
|
"VTimeline/line-thickness": {
|
|
10559
10735
|
"type": "string | number\n",
|
|
10560
10736
|
"description": "Thickness of the timeline line."
|
|
@@ -10563,14 +10739,38 @@
|
|
|
10563
10739
|
"type": "string\n",
|
|
10564
10740
|
"description": "Color of the timeline line."
|
|
10565
10741
|
},
|
|
10566
|
-
"VTimeline/
|
|
10567
|
-
"type": "
|
|
10568
|
-
"description": "
|
|
10742
|
+
"VTimeline/dot-color": {
|
|
10743
|
+
"type": "string\n",
|
|
10744
|
+
"description": "Color of the item dot."
|
|
10745
|
+
},
|
|
10746
|
+
"VTimeline/fill-dot": {
|
|
10747
|
+
"type": "boolean\n",
|
|
10748
|
+
"description": "Remove outer border of item dot, making the color fill the entire dot."
|
|
10749
|
+
},
|
|
10750
|
+
"VTimeline/hide-opposite": {
|
|
10751
|
+
"type": "boolean\n",
|
|
10752
|
+
"description": "Hide opposite content if it exists."
|
|
10753
|
+
},
|
|
10754
|
+
"VTimeline/icon-color": {
|
|
10755
|
+
"type": "string\n",
|
|
10756
|
+
"description": "Color of the icon."
|
|
10757
|
+
},
|
|
10758
|
+
"VTimeline/line-inset": {
|
|
10759
|
+
"type": "string | number\n",
|
|
10760
|
+
"description": "Specifies the distance between the line and the dot of timeline items."
|
|
10761
|
+
},
|
|
10762
|
+
"VTimeline/size": {
|
|
10763
|
+
"type": "string | number\n",
|
|
10764
|
+
"description": "Size of the item dot"
|
|
10569
10765
|
},
|
|
10570
10766
|
"VTimeline/tag": {
|
|
10571
10767
|
"type": "string\n",
|
|
10572
10768
|
"description": "Specify a custom tag used on the root element."
|
|
10573
10769
|
},
|
|
10770
|
+
"VTimeline/density": {
|
|
10771
|
+
"type": "'default' | 'compact' | 'comfortable'\n",
|
|
10772
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10773
|
+
},
|
|
10574
10774
|
"VTimeline/theme": {
|
|
10575
10775
|
"type": "string\n",
|
|
10576
10776
|
"description": "Specify a theme for this component and all of its children."
|
|
@@ -11048,19 +11248,19 @@
|
|
|
11048
11248
|
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
|
11049
11249
|
},
|
|
11050
11250
|
"VTreeview/item-title": {
|
|
11051
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11251
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11052
11252
|
"description": "Property on supplied `items` that contains its title."
|
|
11053
11253
|
},
|
|
11054
11254
|
"VTreeview/item-value": {
|
|
11055
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11255
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11056
11256
|
"description": "Property on supplied `items` that contains its value."
|
|
11057
11257
|
},
|
|
11058
11258
|
"VTreeview/item-children": {
|
|
11059
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11259
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11060
11260
|
"description": "Property on supplied `items` that contains its children."
|
|
11061
11261
|
},
|
|
11062
11262
|
"VTreeview/item-props": {
|
|
11063
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11263
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11064
11264
|
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
11065
11265
|
},
|
|
11066
11266
|
"VTreeview/return-object": {
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"from": "labs/VEmptyState/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VFab": {
|
|
32
|
+
"from": "labs/VFab/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VNumberInput": {
|
|
32
36
|
"from": "labs/VNumberInput/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -40,10 +44,6 @@
|
|
|
40
44
|
"from": "labs/VPicker/index.mjs",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VFab": {
|
|
44
|
-
"from": "labs/VFab/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
47
|
"VTimePicker": {
|
|
48
48
|
"from": "labs/VTimePicker/index.mjs",
|
|
49
49
|
"styles": []
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"VSpeedDial": {
|
|
64
|
-
"from": "labs/VSpeedDial/index.mjs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
63
|
"VSparkline": {
|
|
68
64
|
"from": "labs/VSparkline/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
67
|
+
"VSpeedDial": {
|
|
68
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VTreeview": {
|
|
72
72
|
"from": "labs/VTreeview/index.mjs",
|
|
73
73
|
"styles": []
|