vuetify 3.5.8 → 3.5.10
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -5371,6 +5371,10 @@
|
|
|
5371
5371
|
"type": "string\n",
|
|
5372
5372
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
|
|
5373
5373
|
},
|
|
5374
|
+
"VIcon/disabled": {
|
|
5375
|
+
"type": "boolean\n",
|
|
5376
|
+
"description": "Removes the ability to click or target the component."
|
|
5377
|
+
},
|
|
5374
5378
|
"VIcon/start": {
|
|
5375
5379
|
"type": "boolean\n",
|
|
5376
5380
|
"description": "Applies margin at the end of the component."
|
|
@@ -5785,7 +5789,7 @@
|
|
|
5785
5789
|
},
|
|
5786
5790
|
"VList/base-color": {
|
|
5787
5791
|
"type": "string\n",
|
|
5788
|
-
"description": "
|
|
5792
|
+
"description": "Sets the color of component when not focused."
|
|
5789
5793
|
},
|
|
5790
5794
|
"VList/active-color": {
|
|
5791
5795
|
"type": "string\n",
|
|
@@ -5823,10 +5827,22 @@
|
|
|
5823
5827
|
"type": "boolean\n",
|
|
5824
5828
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
|
5825
5829
|
},
|
|
5830
|
+
"VList/activatable": {
|
|
5831
|
+
"type": "boolean\n",
|
|
5832
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))"
|
|
5833
|
+
},
|
|
5834
|
+
"VList/selectable": {
|
|
5835
|
+
"type": "boolean\n",
|
|
5836
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/nested.json))"
|
|
5837
|
+
},
|
|
5826
5838
|
"VList/mandatory": {
|
|
5827
5839
|
"type": "boolean\n",
|
|
5828
5840
|
"description": "Forces at least one item to always be selected (if available)."
|
|
5829
5841
|
},
|
|
5842
|
+
"VList/active-strategy": {
|
|
5843
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
5844
|
+
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
|
5845
|
+
},
|
|
5830
5846
|
"VList/select-strategy": {
|
|
5831
5847
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
5832
5848
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
|
@@ -5839,6 +5855,10 @@
|
|
|
5839
5855
|
"type": "unknown[]\n",
|
|
5840
5856
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
5841
5857
|
},
|
|
5858
|
+
"VList/activated": {
|
|
5859
|
+
"type": "unknown[]\n",
|
|
5860
|
+
"description": "Array of ids of activated nodes."
|
|
5861
|
+
},
|
|
5842
5862
|
"VList/selected": {
|
|
5843
5863
|
"type": "unknown[]\n",
|
|
5844
5864
|
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
@@ -5881,7 +5901,7 @@
|
|
|
5881
5901
|
},
|
|
5882
5902
|
"VList/item-type": {
|
|
5883
5903
|
"type": "string\n",
|
|
5884
|
-
"description": "
|
|
5904
|
+
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
|
5885
5905
|
},
|
|
5886
5906
|
"VList/items": {
|
|
5887
5907
|
"type": "any[]\n",
|
|
@@ -5941,7 +5961,7 @@
|
|
|
5941
5961
|
},
|
|
5942
5962
|
"VListGroup/base-color": {
|
|
5943
5963
|
"type": "string\n",
|
|
5944
|
-
"description": "
|
|
5964
|
+
"description": "Sets the color of component when not focused."
|
|
5945
5965
|
},
|
|
5946
5966
|
"VListGroup/color": {
|
|
5947
5967
|
"type": "string\n",
|
|
@@ -5949,11 +5969,11 @@
|
|
|
5949
5969
|
},
|
|
5950
5970
|
"VListGroup/collapse-icon": {
|
|
5951
5971
|
"type": "any\n",
|
|
5952
|
-
"description": "
|
|
5972
|
+
"description": "Icon to display when the list item is expanded."
|
|
5953
5973
|
},
|
|
5954
5974
|
"VListGroup/expand-icon": {
|
|
5955
5975
|
"type": "any\n",
|
|
5956
|
-
"description": "
|
|
5976
|
+
"description": "Icon to display when the list item is collapsed."
|
|
5957
5977
|
},
|
|
5958
5978
|
"VListGroup/prepend-icon": {
|
|
5959
5979
|
"type": "any\n",
|
|
@@ -5969,7 +5989,7 @@
|
|
|
5969
5989
|
},
|
|
5970
5990
|
"VListGroup/subgroup": {
|
|
5971
5991
|
"type": "boolean\n",
|
|
5972
|
-
"description": "
|
|
5992
|
+
"description": "Designate the component as nested list group."
|
|
5973
5993
|
},
|
|
5974
5994
|
"VListGroup/title": {
|
|
5975
5995
|
"type": "string\n",
|
|
@@ -6017,7 +6037,7 @@
|
|
|
6017
6037
|
},
|
|
6018
6038
|
"VListItem/base-color": {
|
|
6019
6039
|
"type": "string\n",
|
|
6020
|
-
"description": "
|
|
6040
|
+
"description": "Sets the color of component when not focused."
|
|
6021
6041
|
},
|
|
6022
6042
|
"VListItem/disabled": {
|
|
6023
6043
|
"type": "boolean\n",
|
|
@@ -6471,6 +6491,102 @@
|
|
|
6471
6491
|
"type": "string\n",
|
|
6472
6492
|
"description": "Specify a theme for this component and all of its children."
|
|
6473
6493
|
},
|
|
6494
|
+
"VNumberInput/label": {
|
|
6495
|
+
"type": "string\n",
|
|
6496
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
6497
|
+
},
|
|
6498
|
+
"VNumberInput/control-variant": {
|
|
6499
|
+
"type": "'default' | 'stacked' | 'split'\n",
|
|
6500
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6501
|
+
},
|
|
6502
|
+
"VNumberInput/inset": {
|
|
6503
|
+
"type": "boolean\n",
|
|
6504
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6505
|
+
},
|
|
6506
|
+
"VNumberInput/hide-input": {
|
|
6507
|
+
"type": "boolean\n",
|
|
6508
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6509
|
+
},
|
|
6510
|
+
"VNumberInput/min": {
|
|
6511
|
+
"type": "number\n",
|
|
6512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6513
|
+
},
|
|
6514
|
+
"VNumberInput/max": {
|
|
6515
|
+
"type": "number\n",
|
|
6516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6517
|
+
},
|
|
6518
|
+
"VNumberInput/step": {
|
|
6519
|
+
"type": "number\n",
|
|
6520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VNumberInput.json))"
|
|
6521
|
+
},
|
|
6522
|
+
"VNumberInput/hint": {
|
|
6523
|
+
"type": "string\n",
|
|
6524
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
|
|
6525
|
+
},
|
|
6526
|
+
"VNumberInput/persistent-hint": {
|
|
6527
|
+
"type": "boolean\n",
|
|
6528
|
+
"description": "Forces [hint](#props-hint) to always be visible."
|
|
6529
|
+
},
|
|
6530
|
+
"VNumberInput/reverse": {
|
|
6531
|
+
"type": "boolean\n",
|
|
6532
|
+
"description": "Reverses the orientation."
|
|
6533
|
+
},
|
|
6534
|
+
"VNumberInput/density": {
|
|
6535
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
6536
|
+
"description": "Adjusts the vertical height used by the component."
|
|
6537
|
+
},
|
|
6538
|
+
"VNumberInput/disabled": {
|
|
6539
|
+
"type": "boolean\n",
|
|
6540
|
+
"description": "Removes the ability to click or target the input."
|
|
6541
|
+
},
|
|
6542
|
+
"VNumberInput/error": {
|
|
6543
|
+
"type": "boolean\n",
|
|
6544
|
+
"description": "Puts the input in a manual error state."
|
|
6545
|
+
},
|
|
6546
|
+
"VNumberInput/readonly": {
|
|
6547
|
+
"type": "boolean\n",
|
|
6548
|
+
"description": "Puts input in readonly state."
|
|
6549
|
+
},
|
|
6550
|
+
"VNumberInput/model-value": {
|
|
6551
|
+
"type": "string | number\n",
|
|
6552
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6553
|
+
},
|
|
6554
|
+
"VNumberInput/focused": {
|
|
6555
|
+
"type": "boolean\n",
|
|
6556
|
+
"description": "Forces a focused state styling on the component."
|
|
6557
|
+
},
|
|
6558
|
+
"VNumberInput/hide-details": {
|
|
6559
|
+
"type": "boolean | 'auto'\n",
|
|
6560
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
6561
|
+
},
|
|
6562
|
+
"VNumberInput/bg-color": {
|
|
6563
|
+
"type": "string\n",
|
|
6564
|
+
"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)."
|
|
6565
|
+
},
|
|
6566
|
+
"VNumberInput/color": {
|
|
6567
|
+
"type": "string\n",
|
|
6568
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
|
|
6569
|
+
},
|
|
6570
|
+
"VNumberInput/base-color": {
|
|
6571
|
+
"type": "string\n",
|
|
6572
|
+
"description": "Sets the color of the input when it is not focused."
|
|
6573
|
+
},
|
|
6574
|
+
"VNumberInput/variant": {
|
|
6575
|
+
"type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
|
|
6576
|
+
"description": "Applies a distinct style to the component."
|
|
6577
|
+
},
|
|
6578
|
+
"VNumberInput/loading": {
|
|
6579
|
+
"type": "string | boolean\n",
|
|
6580
|
+
"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."
|
|
6581
|
+
},
|
|
6582
|
+
"VNumberInput/rounded": {
|
|
6583
|
+
"type": "string | number | boolean\n",
|
|
6584
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
6585
|
+
},
|
|
6586
|
+
"VNumberInput/theme": {
|
|
6587
|
+
"type": "string\n",
|
|
6588
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6589
|
+
},
|
|
6474
6590
|
"VOtpInput/length": {
|
|
6475
6591
|
"type": "string | number\n",
|
|
6476
6592
|
"description": "The OTP field's length."
|
|
@@ -8879,6 +8995,10 @@
|
|
|
8879
8995
|
"type": "boolean\n",
|
|
8880
8996
|
"description": "Using the **fill** property allows you to better customize the look and feel of your sparkline."
|
|
8881
8997
|
},
|
|
8998
|
+
"VSpeedDial/activator": {
|
|
8999
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
9000
|
+
"description": "Explicitly sets the overlay's activator."
|
|
9001
|
+
},
|
|
8882
9002
|
"VSpeedDial/id": {
|
|
8883
9003
|
"type": "string\n",
|
|
8884
9004
|
"description": "The unique identifier of the component."
|
|
@@ -8931,17 +9051,13 @@
|
|
|
8931
9051
|
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
|
8932
9052
|
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
|
8933
9053
|
},
|
|
8934
|
-
"VSpeedDial/activator": {
|
|
8935
|
-
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n",
|
|
8936
|
-
"description": "Explicitly sets the overlay's activator."
|
|
8937
|
-
},
|
|
8938
9054
|
"VSpeedDial/activator-props": {
|
|
8939
9055
|
"type": "unknown\n",
|
|
8940
9056
|
"description": "Apply custom properties to the activator."
|
|
8941
9057
|
},
|
|
8942
9058
|
"VSpeedDial/open-on-click": {
|
|
8943
9059
|
"type": "boolean\n",
|
|
8944
|
-
"description": "
|
|
9060
|
+
"description": "Activate the component when the activator is clicked."
|
|
8945
9061
|
},
|
|
8946
9062
|
"VSpeedDial/open-on-hover": {
|
|
8947
9063
|
"type": "boolean\n",
|
|
@@ -8953,7 +9069,7 @@
|
|
|
8953
9069
|
},
|
|
8954
9070
|
"VSpeedDial/close-on-content-click": {
|
|
8955
9071
|
"type": "boolean\n",
|
|
8956
|
-
"description": "
|
|
9072
|
+
"description": "Closes component when you click on its content."
|
|
8957
9073
|
},
|
|
8958
9074
|
"VSpeedDial/close-delay": {
|
|
8959
9075
|
"type": "string | number\n",
|
|
@@ -10555,6 +10671,402 @@
|
|
|
10555
10671
|
"type": "string | boolean | Element\n",
|
|
10556
10672
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
10557
10673
|
},
|
|
10674
|
+
"VTreeview/open-all": {
|
|
10675
|
+
"type": "boolean\n",
|
|
10676
|
+
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
|
10677
|
+
},
|
|
10678
|
+
"VTreeview/search": {
|
|
10679
|
+
"type": "string\n",
|
|
10680
|
+
"description": "The search model for filtering results."
|
|
10681
|
+
},
|
|
10682
|
+
"VTreeview/filter-mode": {
|
|
10683
|
+
"type": "'some' | 'every' | 'union' | 'intersection'\n",
|
|
10684
|
+
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
|
10685
|
+
},
|
|
10686
|
+
"VTreeview/no-filter": {
|
|
10687
|
+
"type": "boolean\n",
|
|
10688
|
+
"description": "Disables all item filtering."
|
|
10689
|
+
},
|
|
10690
|
+
"VTreeview/custom-filter": {
|
|
10691
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
|
|
10692
|
+
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
|
|
10693
|
+
},
|
|
10694
|
+
"VTreeview/custom-key-filter": {
|
|
10695
|
+
"type": "unknown\n",
|
|
10696
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
10697
|
+
},
|
|
10698
|
+
"VTreeview/filter-keys": {
|
|
10699
|
+
"type": "string | string[]\n",
|
|
10700
|
+
"description": "Array of specific keys to filter on the item."
|
|
10701
|
+
},
|
|
10702
|
+
"VTreeview/loading-icon": {
|
|
10703
|
+
"type": "string\n",
|
|
10704
|
+
"description": "Icon used when node is in a loading state."
|
|
10705
|
+
},
|
|
10706
|
+
"VTreeview/selectable": {
|
|
10707
|
+
"type": "boolean\n",
|
|
10708
|
+
"description": "Will render a checkbox next to each node allowing them to be selected."
|
|
10709
|
+
},
|
|
10710
|
+
"VTreeview/load-children": {
|
|
10711
|
+
"type": "(item: unknown) => Promise<void>\n",
|
|
10712
|
+
"description": "A function used when dynamically loading children. If this prop is set, then the supplied function will be run if expanding an item that has a `item-children` property that is an empty array. Supports returning a Promise."
|
|
10713
|
+
},
|
|
10714
|
+
"VTreeview/items": {
|
|
10715
|
+
"type": "unknown[]\n",
|
|
10716
|
+
"description": "An array of items used to build the treeview."
|
|
10717
|
+
},
|
|
10718
|
+
"VTreeview/base-color": {
|
|
10719
|
+
"type": "string\n",
|
|
10720
|
+
"description": "Sets the color of component when not focused."
|
|
10721
|
+
},
|
|
10722
|
+
"VTreeview/active-color": {
|
|
10723
|
+
"type": "string\n",
|
|
10724
|
+
"description": "The applied color when the component is in an active state."
|
|
10725
|
+
},
|
|
10726
|
+
"VTreeview/active-class": {
|
|
10727
|
+
"type": "string\n",
|
|
10728
|
+
"description": "The class applied to the component when it is in an active state."
|
|
10729
|
+
},
|
|
10730
|
+
"VTreeview/bg-color": {
|
|
10731
|
+
"type": "string\n",
|
|
10732
|
+
"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)."
|
|
10733
|
+
},
|
|
10734
|
+
"VTreeview/disabled": {
|
|
10735
|
+
"type": "boolean\n",
|
|
10736
|
+
"description": "Disables selection for all nodes."
|
|
10737
|
+
},
|
|
10738
|
+
"VTreeview/expand-icon": {
|
|
10739
|
+
"type": "string\n",
|
|
10740
|
+
"description": "Icon used to indicate that a node can be expanded."
|
|
10741
|
+
},
|
|
10742
|
+
"VTreeview/collapse-icon": {
|
|
10743
|
+
"type": "string\n",
|
|
10744
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VList.json))"
|
|
10745
|
+
},
|
|
10746
|
+
"VTreeview/lines": {
|
|
10747
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
10748
|
+
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
|
10749
|
+
},
|
|
10750
|
+
"VTreeview/slim": {
|
|
10751
|
+
"type": "boolean\n",
|
|
10752
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
10753
|
+
},
|
|
10754
|
+
"VTreeview/activatable": {
|
|
10755
|
+
"type": "boolean\n",
|
|
10756
|
+
"description": "Allows user to mark a node as active by clicking on it."
|
|
10757
|
+
},
|
|
10758
|
+
"VTreeview/mandatory": {
|
|
10759
|
+
"type": "boolean\n",
|
|
10760
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
10761
|
+
},
|
|
10762
|
+
"VTreeview/active-strategy": {
|
|
10763
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
10764
|
+
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
|
10765
|
+
},
|
|
10766
|
+
"VTreeview/select-strategy": {
|
|
10767
|
+
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
|
|
10768
|
+
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
|
|
10769
|
+
},
|
|
10770
|
+
"VTreeview/open-strategy": {
|
|
10771
|
+
"type": " | 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }\n",
|
|
10772
|
+
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
|
|
10773
|
+
},
|
|
10774
|
+
"VTreeview/opened": {
|
|
10775
|
+
"type": "unknown[]\n",
|
|
10776
|
+
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
10777
|
+
},
|
|
10778
|
+
"VTreeview/activated": {
|
|
10779
|
+
"type": "unknown[]\n",
|
|
10780
|
+
"description": "Array of ids of activated nodes."
|
|
10781
|
+
},
|
|
10782
|
+
"VTreeview/selected": {
|
|
10783
|
+
"type": "unknown[]\n",
|
|
10784
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
10785
|
+
},
|
|
10786
|
+
"VTreeview/border": {
|
|
10787
|
+
"type": "string | number | boolean\n",
|
|
10788
|
+
"description": "Applies border styles to component."
|
|
10789
|
+
},
|
|
10790
|
+
"VTreeview/density": {
|
|
10791
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10792
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10793
|
+
},
|
|
10794
|
+
"VTreeview/height": {
|
|
10795
|
+
"type": "string | number\n",
|
|
10796
|
+
"description": "Sets the height for the component."
|
|
10797
|
+
},
|
|
10798
|
+
"VTreeview/max-height": {
|
|
10799
|
+
"type": "string | number\n",
|
|
10800
|
+
"description": "Sets the maximum height for the component."
|
|
10801
|
+
},
|
|
10802
|
+
"VTreeview/max-width": {
|
|
10803
|
+
"type": "string | number\n",
|
|
10804
|
+
"description": "Sets the maximum width for the component."
|
|
10805
|
+
},
|
|
10806
|
+
"VTreeview/min-height": {
|
|
10807
|
+
"type": "string | number\n",
|
|
10808
|
+
"description": "Sets the minimum height for the component."
|
|
10809
|
+
},
|
|
10810
|
+
"VTreeview/min-width": {
|
|
10811
|
+
"type": "string | number\n",
|
|
10812
|
+
"description": "Sets the minimum width for the component."
|
|
10813
|
+
},
|
|
10814
|
+
"VTreeview/width": {
|
|
10815
|
+
"type": "string | number\n",
|
|
10816
|
+
"description": "Sets the width for the component."
|
|
10817
|
+
},
|
|
10818
|
+
"VTreeview/elevation": {
|
|
10819
|
+
"type": "string | number\n",
|
|
10820
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
10821
|
+
},
|
|
10822
|
+
"VTreeview/item-type": {
|
|
10823
|
+
"type": "string\n",
|
|
10824
|
+
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
|
10825
|
+
},
|
|
10826
|
+
"VTreeview/item-title": {
|
|
10827
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
10828
|
+
"description": "Property on supplied `items` that contains its title."
|
|
10829
|
+
},
|
|
10830
|
+
"VTreeview/item-value": {
|
|
10831
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
10832
|
+
"description": "Property on supplied `items` that contains its value."
|
|
10833
|
+
},
|
|
10834
|
+
"VTreeview/item-children": {
|
|
10835
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
10836
|
+
"description": "Property on supplied `items` that contains its children."
|
|
10837
|
+
},
|
|
10838
|
+
"VTreeview/item-props": {
|
|
10839
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L72-L76\" target=\"_blank\">SelectItemKey</a>\n",
|
|
10840
|
+
"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."
|
|
10841
|
+
},
|
|
10842
|
+
"VTreeview/return-object": {
|
|
10843
|
+
"type": "boolean\n",
|
|
10844
|
+
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
|
10845
|
+
},
|
|
10846
|
+
"VTreeview/value-comparator": {
|
|
10847
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
10848
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
10849
|
+
},
|
|
10850
|
+
"VTreeview/rounded": {
|
|
10851
|
+
"type": "string | number | boolean\n",
|
|
10852
|
+
"description": "Provides an alternative active style for `v-treeview` node. Only visible when `activatable` is `true` and should not be used in conjunction with the `shaped` prop."
|
|
10853
|
+
},
|
|
10854
|
+
"VTreeview/tile": {
|
|
10855
|
+
"type": "boolean\n",
|
|
10856
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
10857
|
+
},
|
|
10858
|
+
"VTreeview/tag": {
|
|
10859
|
+
"type": "string\n",
|
|
10860
|
+
"description": "Specify a custom tag used on the root element."
|
|
10861
|
+
},
|
|
10862
|
+
"VTreeview/theme": {
|
|
10863
|
+
"type": "string\n",
|
|
10864
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10865
|
+
},
|
|
10866
|
+
"VTreeview/color": {
|
|
10867
|
+
"type": "string\n",
|
|
10868
|
+
"description": "Applies specified color to the active node - supports utility colors (for example `success` or `purple`) or css color (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)."
|
|
10869
|
+
},
|
|
10870
|
+
"VTreeview/variant": {
|
|
10871
|
+
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
|
|
10872
|
+
"description": "Applies a distinct style to the component."
|
|
10873
|
+
},
|
|
10874
|
+
"VTreeviewGroup/active-color": {
|
|
10875
|
+
"type": "string\n",
|
|
10876
|
+
"description": "The applied color when the component is in an active state."
|
|
10877
|
+
},
|
|
10878
|
+
"VTreeviewGroup/base-color": {
|
|
10879
|
+
"type": "string\n",
|
|
10880
|
+
"description": "Sets the color of component when not focused."
|
|
10881
|
+
},
|
|
10882
|
+
"VTreeviewGroup/color": {
|
|
10883
|
+
"type": "string\n",
|
|
10884
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)."
|
|
10885
|
+
},
|
|
10886
|
+
"VTreeviewGroup/collapse-icon": {
|
|
10887
|
+
"type": "any\n",
|
|
10888
|
+
"description": "Icon to display when the list item is expanded."
|
|
10889
|
+
},
|
|
10890
|
+
"VTreeviewGroup/expand-icon": {
|
|
10891
|
+
"type": "any\n",
|
|
10892
|
+
"description": "Icon to display when the list item is collapsed."
|
|
10893
|
+
},
|
|
10894
|
+
"VTreeviewGroup/prepend-icon": {
|
|
10895
|
+
"type": "any\n",
|
|
10896
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
10897
|
+
},
|
|
10898
|
+
"VTreeviewGroup/append-icon": {
|
|
10899
|
+
"type": "any\n",
|
|
10900
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
10901
|
+
},
|
|
10902
|
+
"VTreeviewGroup/fluid": {
|
|
10903
|
+
"type": "boolean\n",
|
|
10904
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListGroup.json))"
|
|
10905
|
+
},
|
|
10906
|
+
"VTreeviewGroup/title": {
|
|
10907
|
+
"type": "string\n",
|
|
10908
|
+
"description": "Specify a title text for the component."
|
|
10909
|
+
},
|
|
10910
|
+
"VTreeviewGroup/value": {
|
|
10911
|
+
"type": "any\n",
|
|
10912
|
+
"description": "Expands / Collapse the list-group."
|
|
10913
|
+
},
|
|
10914
|
+
"VTreeviewGroup/tag": {
|
|
10915
|
+
"type": "string\n",
|
|
10916
|
+
"description": "Specify a custom tag used on the root element."
|
|
10917
|
+
},
|
|
10918
|
+
"VTreeviewItem/title": {
|
|
10919
|
+
"type": "string | number\n",
|
|
10920
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
|
10921
|
+
},
|
|
10922
|
+
"VTreeviewItem/subtitle": {
|
|
10923
|
+
"type": "string | number\n",
|
|
10924
|
+
"description": "Specify a subtitle text for the component."
|
|
10925
|
+
},
|
|
10926
|
+
"VTreeviewItem/loading": {
|
|
10927
|
+
"type": "boolean\n",
|
|
10928
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
|
10929
|
+
},
|
|
10930
|
+
"VTreeviewItem/toggle-icon": {
|
|
10931
|
+
"type": "any\n",
|
|
10932
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTreeviewItem.json))"
|
|
10933
|
+
},
|
|
10934
|
+
"VTreeviewItem/active": {
|
|
10935
|
+
"type": "boolean\n",
|
|
10936
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
10937
|
+
},
|
|
10938
|
+
"VTreeviewItem/active-class": {
|
|
10939
|
+
"type": "string\n",
|
|
10940
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
|
10941
|
+
},
|
|
10942
|
+
"VTreeviewItem/active-color": {
|
|
10943
|
+
"type": "string\n",
|
|
10944
|
+
"description": "The applied color when the component is in an active state."
|
|
10945
|
+
},
|
|
10946
|
+
"VTreeviewItem/append-avatar": {
|
|
10947
|
+
"type": "string\n",
|
|
10948
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
|
10949
|
+
},
|
|
10950
|
+
"VTreeviewItem/append-icon": {
|
|
10951
|
+
"type": "any\n",
|
|
10952
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
10953
|
+
},
|
|
10954
|
+
"VTreeviewItem/base-color": {
|
|
10955
|
+
"type": "string\n",
|
|
10956
|
+
"description": "Sets the color of component when not focused."
|
|
10957
|
+
},
|
|
10958
|
+
"VTreeviewItem/disabled": {
|
|
10959
|
+
"type": "boolean\n",
|
|
10960
|
+
"description": "Removes the ability to click or target the component."
|
|
10961
|
+
},
|
|
10962
|
+
"VTreeviewItem/link": {
|
|
10963
|
+
"type": "boolean\n",
|
|
10964
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
10965
|
+
},
|
|
10966
|
+
"VTreeviewItem/nav": {
|
|
10967
|
+
"type": "boolean\n",
|
|
10968
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
10969
|
+
},
|
|
10970
|
+
"VTreeviewItem/prepend-avatar": {
|
|
10971
|
+
"type": "string\n",
|
|
10972
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
|
10973
|
+
},
|
|
10974
|
+
"VTreeviewItem/prepend-icon": {
|
|
10975
|
+
"type": "any\n",
|
|
10976
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
10977
|
+
},
|
|
10978
|
+
"VTreeviewItem/ripple": {
|
|
10979
|
+
"type": "boolean | { class: string }\n",
|
|
10980
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
10981
|
+
},
|
|
10982
|
+
"VTreeviewItem/value": {
|
|
10983
|
+
"type": "any\n",
|
|
10984
|
+
"description": "The value used for selection."
|
|
10985
|
+
},
|
|
10986
|
+
"VTreeviewItem/slim": {
|
|
10987
|
+
"type": "boolean\n",
|
|
10988
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
10989
|
+
},
|
|
10990
|
+
"VTreeviewItem/border": {
|
|
10991
|
+
"type": "string | number | boolean\n",
|
|
10992
|
+
"description": "Applies border styles to component."
|
|
10993
|
+
},
|
|
10994
|
+
"VTreeviewItem/density": {
|
|
10995
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
10996
|
+
"description": "Adjusts the vertical height used by the component."
|
|
10997
|
+
},
|
|
10998
|
+
"VTreeviewItem/height": {
|
|
10999
|
+
"type": "string | number\n",
|
|
11000
|
+
"description": "Sets the height for the component."
|
|
11001
|
+
},
|
|
11002
|
+
"VTreeviewItem/max-height": {
|
|
11003
|
+
"type": "string | number\n",
|
|
11004
|
+
"description": "Sets the maximum height for the component."
|
|
11005
|
+
},
|
|
11006
|
+
"VTreeviewItem/max-width": {
|
|
11007
|
+
"type": "string | number\n",
|
|
11008
|
+
"description": "Sets the maximum width for the component."
|
|
11009
|
+
},
|
|
11010
|
+
"VTreeviewItem/min-height": {
|
|
11011
|
+
"type": "string | number\n",
|
|
11012
|
+
"description": "Sets the minimum height for the component."
|
|
11013
|
+
},
|
|
11014
|
+
"VTreeviewItem/min-width": {
|
|
11015
|
+
"type": "string | number\n",
|
|
11016
|
+
"description": "Sets the minimum width for the component."
|
|
11017
|
+
},
|
|
11018
|
+
"VTreeviewItem/width": {
|
|
11019
|
+
"type": "string | number\n",
|
|
11020
|
+
"description": "Sets the width for the component."
|
|
11021
|
+
},
|
|
11022
|
+
"VTreeviewItem/elevation": {
|
|
11023
|
+
"type": "string | number\n",
|
|
11024
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
11025
|
+
},
|
|
11026
|
+
"VTreeviewItem/rounded": {
|
|
11027
|
+
"type": "string | number | boolean\n",
|
|
11028
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
11029
|
+
},
|
|
11030
|
+
"VTreeviewItem/tile": {
|
|
11031
|
+
"type": "boolean\n",
|
|
11032
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
11033
|
+
},
|
|
11034
|
+
"VTreeviewItem/href": {
|
|
11035
|
+
"type": "string\n",
|
|
11036
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
11037
|
+
},
|
|
11038
|
+
"VTreeviewItem/replace": {
|
|
11039
|
+
"type": "boolean\n",
|
|
11040
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
|
11041
|
+
},
|
|
11042
|
+
"VTreeviewItem/exact": {
|
|
11043
|
+
"type": "boolean\n",
|
|
11044
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
11045
|
+
},
|
|
11046
|
+
"VTreeviewItem/to": {
|
|
11047
|
+
"type": "RouteLocationRaw\n",
|
|
11048
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
11049
|
+
},
|
|
11050
|
+
"VTreeviewItem/tag": {
|
|
11051
|
+
"type": "string\n",
|
|
11052
|
+
"description": "Specify a custom tag used on the root element."
|
|
11053
|
+
},
|
|
11054
|
+
"VTreeviewItem/theme": {
|
|
11055
|
+
"type": "string\n",
|
|
11056
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11057
|
+
},
|
|
11058
|
+
"VTreeviewItem/color": {
|
|
11059
|
+
"type": "string\n",
|
|
11060
|
+
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (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),"
|
|
11061
|
+
},
|
|
11062
|
+
"VTreeviewItem/variant": {
|
|
11063
|
+
"type": "'flat' | 'elevated' | 'tonal' | 'outlined' | 'text' | 'plain'\n",
|
|
11064
|
+
"description": "Applies a distinct style to the component."
|
|
11065
|
+
},
|
|
11066
|
+
"VTreeviewItem/lines": {
|
|
11067
|
+
"type": "'one' | 'two' | 'three'\n",
|
|
11068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VListItem.json))"
|
|
11069
|
+
},
|
|
10558
11070
|
"VValidation/disabled": {
|
|
10559
11071
|
"type": "boolean\n",
|
|
10560
11072
|
"description": "Removes the ability to click or target the component."
|