vuetify 3.5.15 → 3.6.0-alpha.1
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 +260 -48
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +115 -107
- package/dist/json/tags.json +64 -1
- package/dist/json/web-types.json +966 -343
- package/dist/vuetify-labs.css +2191 -1854
- package/dist/vuetify-labs.d.ts +2792 -1850
- package/dist/vuetify-labs.esm.js +644 -362
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +643 -361
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2646 -2309
- package/dist/vuetify.d.ts +2041 -1118
- package/dist/vuetify.esm.js +644 -362
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +643 -361
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1015 -988
- 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 +9 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +22 -12
- package/lib/components/VBtn/VBtn.mjs +15 -8
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- 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/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/VDatePicker.mjs +3 -1
- package/lib/components/VDatePicker/VDatePicker.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 +96 -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/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +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/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 +2111 -1202
- 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/calendar.mjs +7 -4
- package/lib/composables/calendar.mjs.map +1 -1
- 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 +55 -43
- package/lib/labs/VCalendar/index.d.mts +27 -12
- 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/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +55 -34
- package/lib/styles/generic/_transitions.scss +7 -7
- package/lib/styles/main.css +325 -4
- package/lib/styles/settings/_utilities.scss +30 -3
- package/lib/styles/settings/_variables.scss +26 -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."
|
|
@@ -1555,6 +1575,10 @@
|
|
|
1555
1575
|
"type": "number[]\n",
|
|
1556
1576
|
"description": "Specifies which days of the week to display."
|
|
1557
1577
|
},
|
|
1578
|
+
"VCalendar/weeks-in-month": {
|
|
1579
|
+
"type": "'dynamic' | 'static'\n",
|
|
1580
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
1581
|
+
},
|
|
1558
1582
|
"VCalendar/allowed-dates": {
|
|
1559
1583
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
1560
1584
|
"description": "Determines which dates are selectable."
|
|
@@ -2916,7 +2940,7 @@
|
|
|
2916
2940
|
"description": "Property on supplied `items` that contains its value."
|
|
2917
2941
|
},
|
|
2918
2942
|
"VCombobox/item-children": {
|
|
2919
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
2943
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
2920
2944
|
"description": "This property currently has **no effect**."
|
|
2921
2945
|
},
|
|
2922
2946
|
"VCombobox/item-props": {
|
|
@@ -3188,11 +3212,11 @@
|
|
|
3188
3212
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3189
3213
|
},
|
|
3190
3214
|
"VDataIterator/item-value": {
|
|
3191
|
-
"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",
|
|
3192
3216
|
"description": "Property on supplied `items` that contains its value."
|
|
3193
3217
|
},
|
|
3194
3218
|
"VDataIterator/item-selectable": {
|
|
3195
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
3219
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
3196
3220
|
"description": "Property on supplied `items` that contains the boolean value indicating if the item is selectable."
|
|
3197
3221
|
},
|
|
3198
3222
|
"VDataIterator/return-object": {
|
|
@@ -3296,7 +3320,7 @@
|
|
|
3296
3320
|
"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
3321
|
},
|
|
3298
3322
|
"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",
|
|
3323
|
+
"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
3324
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3301
3325
|
},
|
|
3302
3326
|
"VDataTable/page": {
|
|
@@ -3560,7 +3584,7 @@
|
|
|
3560
3584
|
"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
3585
|
},
|
|
3562
3586
|
"VDataTableRows/items": {
|
|
3563
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
3587
|
+
"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
3588
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3565
3589
|
},
|
|
3566
3590
|
"VDataTableRows/no-data-text": {
|
|
@@ -3588,7 +3612,7 @@
|
|
|
3588
3612
|
"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
3613
|
},
|
|
3590
3614
|
"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",
|
|
3615
|
+
"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
3616
|
"description": "An array of objects that each describe a header column."
|
|
3593
3617
|
},
|
|
3594
3618
|
"VDataTableServer/items-length": {
|
|
@@ -3792,7 +3816,7 @@
|
|
|
3792
3816
|
"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
3817
|
},
|
|
3794
3818
|
"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",
|
|
3819
|
+
"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
3820
|
"description": "An array of objects that each describe a header column."
|
|
3797
3821
|
},
|
|
3798
3822
|
"VDataTableVirtual/loading": {
|
|
@@ -4007,6 +4031,14 @@
|
|
|
4007
4031
|
"type": "boolean\n",
|
|
4008
4032
|
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
4009
4033
|
},
|
|
4034
|
+
"VDatePicker/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
|
+
},
|
|
4038
|
+
"VDatePicker/reverse-transition": {
|
|
4039
|
+
"type": "string\n",
|
|
4040
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4041
|
+
},
|
|
4010
4042
|
"VDatePicker/show-adjacent-months": {
|
|
4011
4043
|
"type": "boolean\n",
|
|
4012
4044
|
"description": "Toggles visibility of days from previous and next months."
|
|
@@ -4015,6 +4047,10 @@
|
|
|
4015
4047
|
"type": "number[]\n",
|
|
4016
4048
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4017
4049
|
},
|
|
4050
|
+
"VDatePicker/weeks-in-month": {
|
|
4051
|
+
"type": "'dynamic' | 'static'\n",
|
|
4052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4053
|
+
},
|
|
4018
4054
|
"VDatePicker/allowed-dates": {
|
|
4019
4055
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
4020
4056
|
"description": "Restricts which dates can be selected."
|
|
@@ -4163,6 +4199,14 @@
|
|
|
4163
4199
|
"type": "boolean\n",
|
|
4164
4200
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4165
4201
|
},
|
|
4202
|
+
"VDatePickerMonth/transition": {
|
|
4203
|
+
"type": "string\n",
|
|
4204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4205
|
+
},
|
|
4206
|
+
"VDatePickerMonth/reverse-transition": {
|
|
4207
|
+
"type": "string\n",
|
|
4208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
4209
|
+
},
|
|
4166
4210
|
"VDatePickerMonth/disabled": {
|
|
4167
4211
|
"type": "boolean\n",
|
|
4168
4212
|
"description": "Removes the ability to click or target the component."
|
|
@@ -4183,6 +4227,10 @@
|
|
|
4183
4227
|
"type": "number[]\n",
|
|
4184
4228
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4185
4229
|
},
|
|
4230
|
+
"VDatePickerMonth/weeks-in-month": {
|
|
4231
|
+
"type": "'dynamic' | 'static'\n",
|
|
4232
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
4233
|
+
},
|
|
4186
4234
|
"VDatePickerMonth/allowed-dates": {
|
|
4187
4235
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
4188
4236
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/calendar.json))"
|
|
@@ -4575,6 +4623,10 @@
|
|
|
4575
4623
|
"type": "boolean\n",
|
|
4576
4624
|
"description": "Removes the ability to click or target the component."
|
|
4577
4625
|
},
|
|
4626
|
+
"VExpandTransition/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
|
+
},
|
|
4578
4630
|
"VExpandTransition/mode": {
|
|
4579
4631
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
4580
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)."
|
|
@@ -4583,6 +4635,10 @@
|
|
|
4583
4635
|
"type": "boolean\n",
|
|
4584
4636
|
"description": "Removes the ability to click or target the component."
|
|
4585
4637
|
},
|
|
4638
|
+
"VExpandXTransition/group": {
|
|
4639
|
+
"type": "boolean\n",
|
|
4640
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
4641
|
+
},
|
|
4586
4642
|
"VExpandXTransition/mode": {
|
|
4587
4643
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
|
4588
4644
|
"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 +4671,6 @@
|
|
|
4615
4671
|
"type": "string\n",
|
|
4616
4672
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
4617
4673
|
},
|
|
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
4674
|
"VExpansionPanel/rounded": {
|
|
4623
4675
|
"type": "string | number | boolean\n",
|
|
4624
4676
|
"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 +4715,10 @@
|
|
|
4663
4715
|
"type": "boolean\n",
|
|
4664
4716
|
"description": "Makes the expansion-panel content read only."
|
|
4665
4717
|
},
|
|
4718
|
+
"VExpansionPanel/eager": {
|
|
4719
|
+
"type": "boolean\n",
|
|
4720
|
+
"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."
|
|
4721
|
+
},
|
|
4666
4722
|
"VExpansionPanelText/eager": {
|
|
4667
4723
|
"type": "boolean\n",
|
|
4668
4724
|
"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 +4759,6 @@
|
|
|
4703
4759
|
"type": "boolean\n",
|
|
4704
4760
|
"description": "Removes the expansion-panel's elevation and borders."
|
|
4705
4761
|
},
|
|
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
4762
|
"VExpansionPanels/model-value": {
|
|
4731
4763
|
"type": "any\n",
|
|
4732
4764
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -4751,14 +4783,82 @@
|
|
|
4751
4783
|
"type": "boolean | 'force'\n",
|
|
4752
4784
|
"description": "Forces at least one item to always be selected (if available)."
|
|
4753
4785
|
},
|
|
4786
|
+
"VExpansionPanels/title": {
|
|
4787
|
+
"type": "string\n",
|
|
4788
|
+
"description": "Specify a title text for the component."
|
|
4789
|
+
},
|
|
4790
|
+
"VExpansionPanels/text": {
|
|
4791
|
+
"type": "string\n",
|
|
4792
|
+
"description": "Specify content text for the component."
|
|
4793
|
+
},
|
|
4794
|
+
"VExpansionPanels/bg-color": {
|
|
4795
|
+
"type": "string\n",
|
|
4796
|
+
"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)."
|
|
4797
|
+
},
|
|
4798
|
+
"VExpansionPanels/elevation": {
|
|
4799
|
+
"type": "string | number\n",
|
|
4800
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4801
|
+
},
|
|
4802
|
+
"VExpansionPanels/value": {
|
|
4803
|
+
"type": "any\n",
|
|
4804
|
+
"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."
|
|
4805
|
+
},
|
|
4806
|
+
"VExpansionPanels/rounded": {
|
|
4807
|
+
"type": "string | number | boolean\n",
|
|
4808
|
+
"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)."
|
|
4809
|
+
},
|
|
4810
|
+
"VExpansionPanels/tile": {
|
|
4811
|
+
"type": "boolean\n",
|
|
4812
|
+
"description": "Removes the border-radius."
|
|
4813
|
+
},
|
|
4754
4814
|
"VExpansionPanels/tag": {
|
|
4755
4815
|
"type": "string\n",
|
|
4756
4816
|
"description": "Specify a custom tag used on the root element."
|
|
4757
4817
|
},
|
|
4818
|
+
"VExpansionPanels/color": {
|
|
4819
|
+
"type": "string\n",
|
|
4820
|
+
"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)."
|
|
4821
|
+
},
|
|
4822
|
+
"VExpansionPanels/expand-icon": {
|
|
4823
|
+
"type": "any\n",
|
|
4824
|
+
"description": "Icon used when the expansion panel is in a expandable state."
|
|
4825
|
+
},
|
|
4826
|
+
"VExpansionPanels/collapse-icon": {
|
|
4827
|
+
"type": "any\n",
|
|
4828
|
+
"description": "Icon used when the expansion panel is in a collapsable state."
|
|
4829
|
+
},
|
|
4830
|
+
"VExpansionPanels/hide-actions": {
|
|
4831
|
+
"type": "boolean\n",
|
|
4832
|
+
"description": "Hide the expand icon in the content title."
|
|
4833
|
+
},
|
|
4834
|
+
"VExpansionPanels/focusable": {
|
|
4835
|
+
"type": "boolean\n",
|
|
4836
|
+
"description": "Makes the expansion-panel headers focusable."
|
|
4837
|
+
},
|
|
4838
|
+
"VExpansionPanels/static": {
|
|
4839
|
+
"type": "boolean\n",
|
|
4840
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VExpansionPanelTitle.json))"
|
|
4841
|
+
},
|
|
4842
|
+
"VExpansionPanels/ripple": {
|
|
4843
|
+
"type": "boolean | { class: string }\n",
|
|
4844
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
4845
|
+
},
|
|
4846
|
+
"VExpansionPanels/readonly": {
|
|
4847
|
+
"type": "boolean\n",
|
|
4848
|
+
"description": "Makes the entire expansion-panel read only."
|
|
4849
|
+
},
|
|
4850
|
+
"VExpansionPanels/eager": {
|
|
4851
|
+
"type": "boolean\n",
|
|
4852
|
+
"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."
|
|
4853
|
+
},
|
|
4758
4854
|
"VExpansionPanels/theme": {
|
|
4759
4855
|
"type": "string\n",
|
|
4760
4856
|
"description": "Specify a theme for this component and all of its children."
|
|
4761
4857
|
},
|
|
4858
|
+
"VExpansionPanels/variant": {
|
|
4859
|
+
"type": "'default' | 'accordion' | 'inset' | 'popout'\n",
|
|
4860
|
+
"description": "Applies a distinct style to the component."
|
|
4861
|
+
},
|
|
4762
4862
|
"VFab/symbol": {
|
|
4763
4863
|
"type": "any\n",
|
|
4764
4864
|
"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 +4895,10 @@
|
|
|
4795
4895
|
"type": "boolean\n",
|
|
4796
4896
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
4797
4897
|
},
|
|
4898
|
+
"VFab/base-color": {
|
|
4899
|
+
"type": "string\n",
|
|
4900
|
+
"description": "Sets the color of component when not focused."
|
|
4901
|
+
},
|
|
4798
4902
|
"VFab/prepend-icon": {
|
|
4799
4903
|
"type": "any\n",
|
|
4800
4904
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -6223,6 +6327,30 @@
|
|
|
6223
6327
|
"type": "boolean\n",
|
|
6224
6328
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VMain.json))"
|
|
6225
6329
|
},
|
|
6330
|
+
"VMain/height": {
|
|
6331
|
+
"type": "string | number\n",
|
|
6332
|
+
"description": "Sets the height for the component."
|
|
6333
|
+
},
|
|
6334
|
+
"VMain/max-height": {
|
|
6335
|
+
"type": "string | number\n",
|
|
6336
|
+
"description": "Sets the maximum height for the component."
|
|
6337
|
+
},
|
|
6338
|
+
"VMain/max-width": {
|
|
6339
|
+
"type": "string | number\n",
|
|
6340
|
+
"description": "Sets the maximum width for the component."
|
|
6341
|
+
},
|
|
6342
|
+
"VMain/min-height": {
|
|
6343
|
+
"type": "string | number\n",
|
|
6344
|
+
"description": "Sets the minimum height for the component."
|
|
6345
|
+
},
|
|
6346
|
+
"VMain/min-width": {
|
|
6347
|
+
"type": "string | number\n",
|
|
6348
|
+
"description": "Sets the minimum width for the component."
|
|
6349
|
+
},
|
|
6350
|
+
"VMain/width": {
|
|
6351
|
+
"type": "string | number\n",
|
|
6352
|
+
"description": "Sets the width for the component."
|
|
6353
|
+
},
|
|
6226
6354
|
"VMain/tag": {
|
|
6227
6355
|
"type": "string\n",
|
|
6228
6356
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -6455,6 +6583,14 @@
|
|
|
6455
6583
|
"type": "string | number | boolean\n",
|
|
6456
6584
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
6457
6585
|
},
|
|
6586
|
+
"VNavigationDrawer/close-delay": {
|
|
6587
|
+
"type": "string | number\n",
|
|
6588
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
6589
|
+
},
|
|
6590
|
+
"VNavigationDrawer/open-delay": {
|
|
6591
|
+
"type": "string | number\n",
|
|
6592
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
6593
|
+
},
|
|
6458
6594
|
"VNavigationDrawer/mobile-breakpoint": {
|
|
6459
6595
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
6460
6596
|
"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 +8068,7 @@
|
|
|
7932
8068
|
"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
8069
|
},
|
|
7934
8070
|
"VSelect/item-children": {
|
|
7935
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
8071
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
7936
8072
|
"description": "This property currently has **no effect**."
|
|
7937
8073
|
},
|
|
7938
8074
|
"VSelect/item-props": {
|
|
@@ -9635,6 +9771,10 @@
|
|
|
9635
9771
|
"type": "'horizontal' | 'vertical'\n",
|
|
9636
9772
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
9637
9773
|
},
|
|
9774
|
+
"VTab/base-color": {
|
|
9775
|
+
"type": "string\n",
|
|
9776
|
+
"description": "Sets the color of component when not focused."
|
|
9777
|
+
},
|
|
9638
9778
|
"VTab/prepend-icon": {
|
|
9639
9779
|
"type": "any\n",
|
|
9640
9780
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
@@ -9887,6 +10027,58 @@
|
|
|
9887
10027
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9888
10028
|
"description": "Adjusts the vertical height used by the component."
|
|
9889
10029
|
},
|
|
10030
|
+
"VTabsWindow/reverse": {
|
|
10031
|
+
"type": "boolean\n",
|
|
10032
|
+
"description": "Reverse the normal transition direction."
|
|
10033
|
+
},
|
|
10034
|
+
"VTabsWindow/direction": {
|
|
10035
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
10036
|
+
"description": "The transition direction when changing windows."
|
|
10037
|
+
},
|
|
10038
|
+
"VTabsWindow/model-value": {
|
|
10039
|
+
"type": "any\n",
|
|
10040
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
10041
|
+
},
|
|
10042
|
+
"VTabsWindow/disabled": {
|
|
10043
|
+
"type": "boolean\n",
|
|
10044
|
+
"description": "Removes the ability to click or target the component."
|
|
10045
|
+
},
|
|
10046
|
+
"VTabsWindow/selected-class": {
|
|
10047
|
+
"type": "string\n",
|
|
10048
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10049
|
+
},
|
|
10050
|
+
"VTabsWindow/tag": {
|
|
10051
|
+
"type": "string\n",
|
|
10052
|
+
"description": "Specify a custom tag used on the root element."
|
|
10053
|
+
},
|
|
10054
|
+
"VTabsWindow/theme": {
|
|
10055
|
+
"type": "string\n",
|
|
10056
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10057
|
+
},
|
|
10058
|
+
"VTabsWindowItem/reverse-transition": {
|
|
10059
|
+
"type": "string | boolean\n",
|
|
10060
|
+
"description": "Sets the reverse transition."
|
|
10061
|
+
},
|
|
10062
|
+
"VTabsWindowItem/transition": {
|
|
10063
|
+
"type": "string | boolean\n",
|
|
10064
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
10065
|
+
},
|
|
10066
|
+
"VTabsWindowItem/value": {
|
|
10067
|
+
"type": "any\n",
|
|
10068
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
10069
|
+
},
|
|
10070
|
+
"VTabsWindowItem/disabled": {
|
|
10071
|
+
"type": "boolean\n",
|
|
10072
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method."
|
|
10073
|
+
},
|
|
10074
|
+
"VTabsWindowItem/selected-class": {
|
|
10075
|
+
"type": "string\n",
|
|
10076
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
10077
|
+
},
|
|
10078
|
+
"VTabsWindowItem/eager": {
|
|
10079
|
+
"type": "boolean\n",
|
|
10080
|
+
"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."
|
|
10081
|
+
},
|
|
9890
10082
|
"VTextField/label": {
|
|
9891
10083
|
"type": "string\n",
|
|
9892
10084
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -10551,10 +10743,6 @@
|
|
|
10551
10743
|
"type": "string\n",
|
|
10552
10744
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
|
10553
10745
|
},
|
|
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
10746
|
"VTimeline/line-thickness": {
|
|
10559
10747
|
"type": "string | number\n",
|
|
10560
10748
|
"description": "Thickness of the timeline line."
|
|
@@ -10563,14 +10751,38 @@
|
|
|
10563
10751
|
"type": "string\n",
|
|
10564
10752
|
"description": "Color of the timeline line."
|
|
10565
10753
|
},
|
|
10566
|
-
"VTimeline/
|
|
10567
|
-
"type": "
|
|
10568
|
-
"description": "
|
|
10754
|
+
"VTimeline/dot-color": {
|
|
10755
|
+
"type": "string\n",
|
|
10756
|
+
"description": "Color of the item dot."
|
|
10757
|
+
},
|
|
10758
|
+
"VTimeline/fill-dot": {
|
|
10759
|
+
"type": "boolean\n",
|
|
10760
|
+
"description": "Remove outer border of item dot, making the color fill the entire dot."
|
|
10761
|
+
},
|
|
10762
|
+
"VTimeline/hide-opposite": {
|
|
10763
|
+
"type": "boolean\n",
|
|
10764
|
+
"description": "Hide opposite content if it exists."
|
|
10765
|
+
},
|
|
10766
|
+
"VTimeline/icon-color": {
|
|
10767
|
+
"type": "string\n",
|
|
10768
|
+
"description": "Color of the icon."
|
|
10769
|
+
},
|
|
10770
|
+
"VTimeline/line-inset": {
|
|
10771
|
+
"type": "string | number\n",
|
|
10772
|
+
"description": "Specifies the distance between the line and the dot of timeline items."
|
|
10773
|
+
},
|
|
10774
|
+
"VTimeline/size": {
|
|
10775
|
+
"type": "string | number\n",
|
|
10776
|
+
"description": "Size of the item dot"
|
|
10569
10777
|
},
|
|
10570
10778
|
"VTimeline/tag": {
|
|
10571
10779
|
"type": "string\n",
|
|
10572
10780
|
"description": "Specify a custom tag used on the root element."
|
|
10573
10781
|
},
|
|
10782
|
+
"VTimeline/density": {
|
|
10783
|
+
"type": "'default' | 'compact' | 'comfortable'\n",
|
|
10784
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10785
|
+
},
|
|
10574
10786
|
"VTimeline/theme": {
|
|
10575
10787
|
"type": "string\n",
|
|
10576
10788
|
"description": "Specify a theme for this component and all of its children."
|
|
@@ -11048,19 +11260,19 @@
|
|
|
11048
11260
|
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
|
11049
11261
|
},
|
|
11050
11262
|
"VTreeview/item-title": {
|
|
11051
|
-
"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",
|
|
11052
11264
|
"description": "Property on supplied `items` that contains its title."
|
|
11053
11265
|
},
|
|
11054
11266
|
"VTreeview/item-value": {
|
|
11055
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11267
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11056
11268
|
"description": "Property on supplied `items` that contains its value."
|
|
11057
11269
|
},
|
|
11058
11270
|
"VTreeview/item-children": {
|
|
11059
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11271
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11060
11272
|
"description": "Property on supplied `items` that contains its children."
|
|
11061
11273
|
},
|
|
11062
11274
|
"VTreeview/item-props": {
|
|
11063
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#
|
|
11275
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L73-L77\" target=\"_blank\">SelectItemKey</a>\n",
|
|
11064
11276
|
"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
11277
|
},
|
|
11066
11278
|
"VTreeview/return-object": {
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VEmptyState": {
|
|
4
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -28,6 +24,14 @@
|
|
|
28
24
|
"from": "labs/VCalendar/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VNumberInput": {
|
|
28
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VEmptyState": {
|
|
32
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VFab": {
|
|
32
36
|
"from": "labs/VFab/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -40,10 +44,6 @@
|
|
|
40
44
|
"from": "labs/VPicker/index.mjs",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VNumberInput": {
|
|
44
|
-
"from": "labs/VNumberInput/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
47
|
"VTimePicker": {
|
|
48
48
|
"from": "labs/VTimePicker/index.mjs",
|
|
49
49
|
"styles": []
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
+
"VSparkline": {
|
|
64
|
+
"from": "labs/VSparkline/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
63
67
|
"VSpeedDial": {
|
|
64
68
|
"from": "labs/VSpeedDial/index.mjs",
|
|
65
69
|
"styles": []
|
|
@@ -75,10 +79,6 @@
|
|
|
75
79
|
"VTreeviewGroup": {
|
|
76
80
|
"from": "labs/VTreeview/index.mjs",
|
|
77
81
|
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VSparkline": {
|
|
80
|
-
"from": "labs/VSparkline/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|