@vuetify/nightly 3.9.0-dev.2025-07-08 → 3.9.0-master.2025-07-09
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +1013 -1013
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +1858 -1858
- package/dist/vuetify-labs.cjs +23 -23
- package/dist/vuetify-labs.css +5307 -5307
- package/dist/vuetify-labs.d.ts +56 -56
- package/dist/vuetify-labs.esm.js +23 -23
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -23
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4620 -4620
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +15 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +56 -56
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/package.json +1 -1
@@ -581,7 +581,7 @@
|
|
581
581
|
},
|
582
582
|
"VAutocomplete/item-type": {
|
583
583
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
584
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
584
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/list-items.json))"
|
585
585
|
},
|
586
586
|
"VAutocomplete/return-object": {
|
587
587
|
"type": "boolean\n",
|
@@ -621,7 +621,7 @@
|
|
621
621
|
},
|
622
622
|
"VAutocomplete/no-auto-scroll": {
|
623
623
|
"type": "boolean\n",
|
624
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
624
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Select.json))"
|
625
625
|
},
|
626
626
|
"VAutocomplete/counter": {
|
627
627
|
"type": "string | number | boolean\n",
|
@@ -1565,7 +1565,7 @@
|
|
1565
1565
|
},
|
1566
1566
|
"VBtnGroup/direction": {
|
1567
1567
|
"type": "'horizontal' | 'vertical'\n",
|
1568
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
1568
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VBtnGroup.json))"
|
1569
1569
|
},
|
1570
1570
|
"VBtnToggle/tag": {
|
1571
1571
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
@@ -1637,7 +1637,7 @@
|
|
1637
1637
|
},
|
1638
1638
|
"VBtnToggle/direction": {
|
1639
1639
|
"type": "'horizontal' | 'vertical'\n",
|
1640
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
1640
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VBtnGroup.json))"
|
1641
1641
|
},
|
1642
1642
|
"VCalendar/title": {
|
1643
1643
|
"type": "string\n",
|
@@ -2177,7 +2177,7 @@
|
|
2177
2177
|
},
|
2178
2178
|
"VCarousel/vertical-arrows": {
|
2179
2179
|
"type": "boolean | 'left' | 'right'\n",
|
2180
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
2180
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VWindow.json))"
|
2181
2181
|
},
|
2182
2182
|
"VCarousel/vertical-delimiters": {
|
2183
2183
|
"type": "boolean | 'left' | 'right'\n",
|
@@ -3129,11 +3129,11 @@
|
|
3129
3129
|
},
|
3130
3130
|
"VColorInput/pip": {
|
3131
3131
|
"type": "boolean\n",
|
3132
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3132
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3133
3133
|
},
|
3134
3134
|
"VColorInput/pip-icon": {
|
3135
3135
|
"type": "string\n",
|
3136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3136
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VColorInput.json))"
|
3137
3137
|
},
|
3138
3138
|
"VColorInput/cancel-text": {
|
3139
3139
|
"type": "string\n",
|
@@ -3681,7 +3681,7 @@
|
|
3681
3681
|
},
|
3682
3682
|
"VCombobox/item-type": {
|
3683
3683
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
3684
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3684
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/list-items.json))"
|
3685
3685
|
},
|
3686
3686
|
"VCombobox/return-object": {
|
3687
3687
|
"type": "boolean\n",
|
@@ -3709,7 +3709,7 @@
|
|
3709
3709
|
},
|
3710
3710
|
"VCombobox/no-auto-scroll": {
|
3711
3711
|
"type": "boolean\n",
|
3712
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3712
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/Select.json))"
|
3713
3713
|
},
|
3714
3714
|
"VComponentIcon/icon": {
|
3715
3715
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
@@ -6995,26 +6995,14 @@
|
|
6995
6995
|
"type": "string\n",
|
6996
6996
|
"description": "The icon prepending each uploaded file. This will be a preview image if the file is an image."
|
6997
6997
|
},
|
6998
|
-
"VFooter/
|
6999
|
-
"type": "string |
|
7000
|
-
"description": "
|
7001
|
-
},
|
7002
|
-
"VFooter/name": {
|
7003
|
-
"type": "string\n",
|
7004
|
-
"description": "Assign a specific name for layout registration."
|
6998
|
+
"VFooter/border": {
|
6999
|
+
"type": "string | number | boolean\n",
|
7000
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
7005
7001
|
},
|
7006
7002
|
"VFooter/height": {
|
7007
7003
|
"type": "string | number\n",
|
7008
7004
|
"description": "Sets the height for the component."
|
7009
7005
|
},
|
7010
|
-
"VFooter/theme": {
|
7011
|
-
"type": "string\n",
|
7012
|
-
"description": "Specify a theme for this component and all of its children."
|
7013
|
-
},
|
7014
|
-
"VFooter/border": {
|
7015
|
-
"type": "string | number | boolean\n",
|
7016
|
-
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
7017
|
-
},
|
7018
7006
|
"VFooter/elevation": {
|
7019
7007
|
"type": "string | number\n",
|
7020
7008
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -7031,10 +7019,22 @@
|
|
7031
7019
|
"type": "boolean\n",
|
7032
7020
|
"description": "Removes any applied **border-radius** from the component."
|
7033
7021
|
},
|
7022
|
+
"VFooter/tag": {
|
7023
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7024
|
+
"description": "Specify a custom tag used on the root element."
|
7025
|
+
},
|
7026
|
+
"VFooter/theme": {
|
7027
|
+
"type": "string\n",
|
7028
|
+
"description": "Specify a theme for this component and all of its children."
|
7029
|
+
},
|
7034
7030
|
"VFooter/color": {
|
7035
7031
|
"type": "string\n",
|
7036
7032
|
"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)."
|
7037
7033
|
},
|
7034
|
+
"VFooter/name": {
|
7035
|
+
"type": "string\n",
|
7036
|
+
"description": "Assign a specific name for layout registration."
|
7037
|
+
},
|
7038
7038
|
"VFooter/order": {
|
7039
7039
|
"type": "string | number\n",
|
7040
7040
|
"description": "Adjust the order of the component in relation to its registration order."
|
@@ -7067,18 +7067,6 @@
|
|
7067
7067
|
"type": "string\n",
|
7068
7068
|
"description": "String representing keyboard shortcuts to display. Supports multiple formats:\n- **Single keys:** `\"k\"`, `\"enter\"`, `\"escape\"`\n- **Key combinations:** `\"ctrl+k\"`, `\"meta+shift+p\"`, `\"alt+arrowup\"`\n- **Sequential actions:** `\"ctrl+k-then-p\"` (use dash for 'then' relationships)\n- **Multiple shortcuts:** `\"ctrl+k meta+p\"` (space-separated for alternative shortcuts)\n\nSupports platform-aware key names like `meta` (becomes Cmd on Mac, Ctrl on PC) and `alt` (becomes Option on Mac)."
|
7069
7069
|
},
|
7070
|
-
"VHotkey/disabled": {
|
7071
|
-
"type": "boolean\n",
|
7072
|
-
"description": "Applies a disabled visual state to the component."
|
7073
|
-
},
|
7074
|
-
"VHotkey/prefix": {
|
7075
|
-
"type": "string\n",
|
7076
|
-
"description": "Text to display before the hotkey."
|
7077
|
-
},
|
7078
|
-
"VHotkey/theme": {
|
7079
|
-
"type": "string\n",
|
7080
|
-
"description": "Specify a theme for this component and all of its children."
|
7081
|
-
},
|
7082
7070
|
"VHotkey/border": {
|
7083
7071
|
"type": "string | number | boolean\n",
|
7084
7072
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
@@ -7095,17 +7083,25 @@
|
|
7095
7083
|
"type": "boolean\n",
|
7096
7084
|
"description": "Removes any applied **border-radius** from the component."
|
7097
7085
|
},
|
7086
|
+
"VHotkey/theme": {
|
7087
|
+
"type": "string\n",
|
7088
|
+
"description": "Specify a theme for this component and all of its children."
|
7089
|
+
},
|
7098
7090
|
"VHotkey/color": {
|
7099
7091
|
"type": "string\n",
|
7100
7092
|
"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)."
|
7101
7093
|
},
|
7102
7094
|
"VHotkey/variant": {
|
7103
|
-
"type": " | '
|
7095
|
+
"type": " | 'text'\n | 'flat'\n | 'elevated'\n | 'tonal'\n | 'outlined'\n | 'plain'\n | 'contained'\n",
|
7104
7096
|
"description": "Controls the visual style and presentation of the hotkey component. Supports standard Vuetify variants plus a special contained variant:\n\n**Standard Variants** (apply styling to individual key elements):\n- **elevated (default):** Raised appearance with shadow, good for standalone hotkey displays\n- **flat:** Solid background without shadow, clean and minimal\n- **tonal:** Subtle tinted background without border, balances visibility with restraint\n- **outlined:** Border-only styling without elevation, lightweight and unobtrusive\n- **text:** Minimal styling with text color emphasis only, blends with content\n- **plain:** No background or border, most subtle option\n\n**Special Variant** (different visual structure):\n- **contained:** Follows MDN's nested `<kbd>` pattern - wraps all keys in a single styled container with unstyled nested elements. Creates a cohesive visual unit that clearly groups related keys together. Cannot be combined with standard variants. Ideal for complex key combinations where you want to show the entire sequence as one unit."
|
7105
7097
|
},
|
7106
|
-
"VHotkey/
|
7098
|
+
"VHotkey/disabled": {
|
7107
7099
|
"type": "boolean\n",
|
7108
|
-
"description": "
|
7100
|
+
"description": "Applies a disabled visual state to the component."
|
7101
|
+
},
|
7102
|
+
"VHotkey/prefix": {
|
7103
|
+
"type": "string\n",
|
7104
|
+
"description": "Text to display before the hotkey."
|
7109
7105
|
},
|
7110
7106
|
"VHotkey/suffix": {
|
7111
7107
|
"type": "string\n",
|
@@ -7123,14 +7119,18 @@
|
|
7123
7119
|
"type": "'auto' | 'pc' | 'mac'\n",
|
7124
7120
|
"description": "Controls platform-specific rendering behavior for keyboard shortcuts. Accepts three values:\n- **`'auto'` (default):** Automatically detects the user's platform based on user agent and renders appropriately\n- **`'mac'`:** Forces Mac-style rendering (Command symbols, icons, Option key, etc.)\n- **`'pc'`:** Forces PC-style rendering (Ctrl text, Alt key, etc.)\n\nThis is particularly useful for:\n- **Cross-platform testing:** Verify how shortcuts appear on different platforms\n- **Design consistency:** Ensure specific platform rendering in demos and prototypes\n- **Development workflow:** Test platform-specific behaviors without switching devices\n- **Documentation:** Show platform-specific examples in help content"
|
7125
7121
|
},
|
7126
|
-
"
|
7122
|
+
"VHotkey/inline": {
|
7127
7123
|
"type": "boolean\n",
|
7128
|
-
"description": "
|
7124
|
+
"description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
|
7129
7125
|
},
|
7130
7126
|
"VHover/disabled": {
|
7131
7127
|
"type": "boolean\n",
|
7132
7128
|
"description": "Removes hover functionality."
|
7133
7129
|
},
|
7130
|
+
"VHover/model-value": {
|
7131
|
+
"type": "boolean\n",
|
7132
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7133
|
+
},
|
7134
7134
|
"VHover/close-delay": {
|
7135
7135
|
"type": "string | number\n",
|
7136
7136
|
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
@@ -7139,10 +7139,30 @@
|
|
7139
7139
|
"type": "string | number\n",
|
7140
7140
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
7141
7141
|
},
|
7142
|
+
"VIcon/end": {
|
7143
|
+
"type": "boolean\n",
|
7144
|
+
"description": "Applies margin at the start of the component."
|
7145
|
+
},
|
7146
|
+
"VIcon/start": {
|
7147
|
+
"type": "boolean\n",
|
7148
|
+
"description": "Applies margin at the end of the component."
|
7149
|
+
},
|
7150
|
+
"VIcon/icon": {
|
7151
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7152
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7153
|
+
},
|
7142
7154
|
"VIcon/tag": {
|
7143
7155
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7144
7156
|
"description": "Specify a custom tag used on the root element."
|
7145
7157
|
},
|
7158
|
+
"VIcon/theme": {
|
7159
|
+
"type": "string\n",
|
7160
|
+
"description": "Specify a theme for this component and all of its children."
|
7161
|
+
},
|
7162
|
+
"VIcon/color": {
|
7163
|
+
"type": "string\n",
|
7164
|
+
"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)."
|
7165
|
+
},
|
7146
7166
|
"VIcon/disabled": {
|
7147
7167
|
"type": "boolean\n",
|
7148
7168
|
"description": "Removes the ability to click or target the component."
|
@@ -7151,29 +7171,45 @@
|
|
7151
7171
|
"type": "string | number\n",
|
7152
7172
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
7153
7173
|
},
|
7154
|
-
"VIcon/
|
7155
|
-
"type": "string\n",
|
7156
|
-
"description": "
|
7174
|
+
"VIcon/opacity": {
|
7175
|
+
"type": "string | number\n",
|
7176
|
+
"description": "Sets the component's opacity value"
|
7157
7177
|
},
|
7158
|
-
"
|
7159
|
-
"type": "
|
7160
|
-
"description": "
|
7178
|
+
"VIconBtn/tag": {
|
7179
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7180
|
+
"description": "Specify a custom tag used on the root element."
|
7161
7181
|
},
|
7162
|
-
"
|
7182
|
+
"VIconBtn/disabled": {
|
7163
7183
|
"type": "boolean\n",
|
7164
|
-
"description": "
|
7184
|
+
"description": "Removes the ability to click or target the component."
|
7165
7185
|
},
|
7166
|
-
"
|
7167
|
-
"type": "string\n",
|
7168
|
-
"description": "
|
7186
|
+
"VIconBtn/height": {
|
7187
|
+
"type": "string | number\n",
|
7188
|
+
"description": "Sets the height for the component."
|
7169
7189
|
},
|
7170
|
-
"
|
7171
|
-
"type": "
|
7172
|
-
"description": "
|
7190
|
+
"VIconBtn/size": {
|
7191
|
+
"type": "string | number\n",
|
7192
|
+
"description": "Sets the height and width of the component."
|
7173
7193
|
},
|
7174
|
-
"
|
7194
|
+
"VIconBtn/width": {
|
7175
7195
|
"type": "string | number\n",
|
7176
|
-
"description": "Sets the
|
7196
|
+
"description": "Sets the width for the component."
|
7197
|
+
},
|
7198
|
+
"VIconBtn/theme": {
|
7199
|
+
"type": "string\n",
|
7200
|
+
"description": "Specify a theme for this component and all of its children."
|
7201
|
+
},
|
7202
|
+
"VIconBtn/active": {
|
7203
|
+
"type": "boolean\n",
|
7204
|
+
"description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
|
7205
|
+
},
|
7206
|
+
"VIconBtn/active-color": {
|
7207
|
+
"type": "string\n",
|
7208
|
+
"description": "The applied color when the component is in an active state."
|
7209
|
+
},
|
7210
|
+
"VIconBtn/readonly": {
|
7211
|
+
"type": "boolean\n",
|
7212
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
7177
7213
|
},
|
7178
7214
|
"VIconBtn/text": {
|
7179
7215
|
"type": "string | number | boolean\n",
|
@@ -7183,29 +7219,13 @@
|
|
7183
7219
|
"type": "string | number | boolean\n",
|
7184
7220
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
7185
7221
|
},
|
7186
|
-
"VIconBtn/icon": {
|
7187
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7188
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7189
|
-
},
|
7190
|
-
"VIconBtn/height": {
|
7191
|
-
"type": "string | number\n",
|
7192
|
-
"description": "Sets the height for the component."
|
7193
|
-
},
|
7194
|
-
"VIconBtn/width": {
|
7195
|
-
"type": "string | number\n",
|
7196
|
-
"description": "Sets the width for the component."
|
7197
|
-
},
|
7198
7222
|
"VIconBtn/elevation": {
|
7199
7223
|
"type": "string | number\n",
|
7200
7224
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
7201
7225
|
},
|
7202
|
-
"VIconBtn/
|
7203
|
-
"type": "
|
7204
|
-
"description": "
|
7205
|
-
},
|
7206
|
-
"VIconBtn/icon-size": {
|
7207
|
-
"type": "string | number\n",
|
7208
|
-
"description": "The specific size of the icon, can use named sizes."
|
7226
|
+
"VIconBtn/loading": {
|
7227
|
+
"type": "boolean\n",
|
7228
|
+
"description": "Displays circular progress bar in place of the icon."
|
7209
7229
|
},
|
7210
7230
|
"VIconBtn/rounded": {
|
7211
7231
|
"type": "string | number | boolean\n",
|
@@ -7215,56 +7235,32 @@
|
|
7215
7235
|
"type": "boolean\n",
|
7216
7236
|
"description": "Removes any applied **border-radius** from the component."
|
7217
7237
|
},
|
7218
|
-
"VIconBtn/tag": {
|
7219
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
7220
|
-
"description": "Specify a custom tag used on the root element."
|
7221
|
-
},
|
7222
|
-
"VIconBtn/theme": {
|
7223
|
-
"type": "string\n",
|
7224
|
-
"description": "Specify a theme for this component and all of its children."
|
7225
|
-
},
|
7226
7238
|
"VIconBtn/color": {
|
7227
7239
|
"type": "string\n",
|
7228
7240
|
"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)."
|
7229
7241
|
},
|
7230
7242
|
"VIconBtn/variant": {
|
7231
|
-
"type": "'
|
7243
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7232
7244
|
"description": "Applies a distinct style to the component."
|
7233
7245
|
},
|
7234
|
-
"VIconBtn/
|
7235
|
-
"type": "
|
7236
|
-
"description": "
|
7237
|
-
},
|
7238
|
-
"VIconBtn/size": {
|
7239
|
-
"type": "string | number\n",
|
7240
|
-
"description": "Sets the height and width of the component."
|
7241
|
-
},
|
7242
|
-
"VIconBtn/active-color": {
|
7243
|
-
"type": "string\n",
|
7244
|
-
"description": "The applied color when the component is in an active state."
|
7246
|
+
"VIconBtn/icon": {
|
7247
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7248
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
7245
7249
|
},
|
7246
7250
|
"VIconBtn/opacity": {
|
7247
7251
|
"type": "string | number\n",
|
7248
7252
|
"description": "Sets the component's opacity value"
|
7249
7253
|
},
|
7254
|
+
"VIconBtn/sizes": {
|
7255
|
+
"type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
|
7256
|
+
"description": "An array of tuples that define the button sizes for each named size."
|
7257
|
+
},
|
7250
7258
|
"VIconBtn/icon-color": {
|
7251
7259
|
"type": "string\n",
|
7252
7260
|
"description": "Explicit color applied to the icon."
|
7253
7261
|
},
|
7254
|
-
"VIconBtn/readonly": {
|
7255
|
-
"type": "boolean\n",
|
7256
|
-
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
7257
|
-
},
|
7258
|
-
"VIconBtn/active": {
|
7259
|
-
"type": "boolean\n",
|
7260
|
-
"description": "When undefined (default), the component utilizes its default variant, otherwise it will use the activeVariant if active is true, or the baseVariant if active is false."
|
7261
|
-
},
|
7262
|
-
"VIconBtn/loading": {
|
7263
|
-
"type": "boolean\n",
|
7264
|
-
"description": "Displays circular progress bar in place of the icon."
|
7265
|
-
},
|
7266
7262
|
"VIconBtn/base-variant": {
|
7267
|
-
"type": "'
|
7263
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7268
7264
|
"description": "When active is a boolean, this variant is used when active is false."
|
7269
7265
|
},
|
7270
7266
|
"VIconBtn/hide-overlay": {
|
@@ -7275,38 +7271,26 @@
|
|
7275
7271
|
"type": "string | number\n",
|
7276
7272
|
"description": "The rotation of the icon in degrees."
|
7277
7273
|
},
|
7278
|
-
"VIconBtn/sizes": {
|
7279
|
-
"type": "['
|
7280
|
-
"description": "An array of tuples that define the
|
7274
|
+
"VIconBtn/icon-sizes": {
|
7275
|
+
"type": "['small' | 'default' | 'x-small' | 'large' | 'x-large', number][]\n",
|
7276
|
+
"description": "An array of tuples that define the icon sizes for each named size."
|
7277
|
+
},
|
7278
|
+
"VIconBtn/icon-size": {
|
7279
|
+
"type": "string | number\n",
|
7280
|
+
"description": "The specific size of the icon, can use named sizes."
|
7281
7281
|
},
|
7282
7282
|
"VIconBtn/active-icon": {
|
7283
7283
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7284
7284
|
"description": "When active is a boolean, this icon is used when active is true."
|
7285
7285
|
},
|
7286
7286
|
"VIconBtn/active-variant": {
|
7287
|
-
"type": "'
|
7287
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7288
7288
|
"description": "When active is a boolean, this variant is used when active is true."
|
7289
7289
|
},
|
7290
|
-
"VImg/alt": {
|
7291
|
-
"type": "string\n",
|
7292
|
-
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
7293
|
-
},
|
7294
7290
|
"VImg/height": {
|
7295
7291
|
"type": "string | number\n",
|
7296
7292
|
"description": "Sets the height for the component."
|
7297
7293
|
},
|
7298
|
-
"VImg/src": {
|
7299
|
-
"type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
|
7300
|
-
"description": "The image URL. This prop is mandatory."
|
7301
|
-
},
|
7302
|
-
"VImg/width": {
|
7303
|
-
"type": "string | number\n",
|
7304
|
-
"description": "Sets the width for the component."
|
7305
|
-
},
|
7306
|
-
"VImg/draggable": {
|
7307
|
-
"type": "boolean | 'true' | 'false'\n",
|
7308
|
-
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
|
7309
|
-
},
|
7310
7294
|
"VImg/max-height": {
|
7311
7295
|
"type": "string | number\n",
|
7312
7296
|
"description": "Sets the maximum height for the component."
|
@@ -7323,6 +7307,10 @@
|
|
7323
7307
|
"type": "string | number\n",
|
7324
7308
|
"description": "Sets the minimum width for the component."
|
7325
7309
|
},
|
7310
|
+
"VImg/width": {
|
7311
|
+
"type": "string | number\n",
|
7312
|
+
"description": "Sets the width for the component."
|
7313
|
+
},
|
7326
7314
|
"VImg/position": {
|
7327
7315
|
"type": "string\n",
|
7328
7316
|
"description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
|
@@ -7343,21 +7331,37 @@
|
|
7343
7331
|
"type": "string\n",
|
7344
7332
|
"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)."
|
7345
7333
|
},
|
7346
|
-
"VImg/
|
7334
|
+
"VImg/alt": {
|
7335
|
+
"type": "string\n",
|
7336
|
+
"description": "Alternate text for screen readers. Leave empty for decorative images."
|
7337
|
+
},
|
7338
|
+
"VImg/src": {
|
7339
|
+
"type": " | string\n | { src: string; srcset: string; lazySrc: string; aspect: number }\n",
|
7340
|
+
"description": "The image URL. This prop is mandatory."
|
7341
|
+
},
|
7342
|
+
"VImg/draggable": {
|
7343
|
+
"type": "boolean | 'true' | 'false'\n",
|
7344
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable)."
|
7345
|
+
},
|
7346
|
+
"VImg/eager": {
|
7347
7347
|
"type": "boolean\n",
|
7348
|
-
"description": "
|
7348
|
+
"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."
|
7349
|
+
},
|
7350
|
+
"VImg/content-class": {
|
7351
|
+
"type": "any\n",
|
7352
|
+
"description": "Apply a custom class to the internal content element."
|
7349
7353
|
},
|
7350
7354
|
"VImg/transition": {
|
7351
7355
|
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
7352
7356
|
"description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
|
7353
7357
|
},
|
7354
|
-
"VImg/
|
7355
|
-
"type": "
|
7356
|
-
"description": "
|
7358
|
+
"VImg/options": {
|
7359
|
+
"type": "IntersectionObserverInit\n",
|
7360
|
+
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
7357
7361
|
},
|
7358
|
-
"VImg/
|
7362
|
+
"VImg/inline": {
|
7359
7363
|
"type": "boolean\n",
|
7360
|
-
"description": "
|
7364
|
+
"description": "Display as an inline element instead of a block, also disables flex-grow."
|
7361
7365
|
},
|
7362
7366
|
"VImg/cover": {
|
7363
7367
|
"type": "boolean\n",
|
@@ -7371,10 +7375,6 @@
|
|
7371
7375
|
"type": "string\n",
|
7372
7376
|
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
|
7373
7377
|
},
|
7374
|
-
"VImg/options": {
|
7375
|
-
"type": "IntersectionObserverInit\n",
|
7376
|
-
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
7377
|
-
},
|
7378
7378
|
"VImg/sizes": {
|
7379
7379
|
"type": "string\n",
|
7380
7380
|
"description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
|
@@ -7395,10 +7395,22 @@
|
|
7395
7395
|
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n",
|
7396
7396
|
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
7397
7397
|
},
|
7398
|
+
"VInfiniteScroll/tag": {
|
7399
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7400
|
+
"description": "Specify a custom tag used on the root element."
|
7401
|
+
},
|
7402
|
+
"VInfiniteScroll/mode": {
|
7403
|
+
"type": "'intersect' | 'manual'\n",
|
7404
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
7405
|
+
},
|
7398
7406
|
"VInfiniteScroll/height": {
|
7399
7407
|
"type": "string | number\n",
|
7400
7408
|
"description": "Sets the height for the component."
|
7401
7409
|
},
|
7410
|
+
"VInfiniteScroll/width": {
|
7411
|
+
"type": "string | number\n",
|
7412
|
+
"description": "Sets the width for the component."
|
7413
|
+
},
|
7402
7414
|
"VInfiniteScroll/max-height": {
|
7403
7415
|
"type": "string | number\n",
|
7404
7416
|
"description": "Sets the maximum height for the component."
|
@@ -7415,28 +7427,16 @@
|
|
7415
7427
|
"type": "string | number\n",
|
7416
7428
|
"description": "Sets the minimum width for the component."
|
7417
7429
|
},
|
7418
|
-
"VInfiniteScroll/width": {
|
7419
|
-
"type": "string | number\n",
|
7420
|
-
"description": "Sets the width for the component."
|
7421
|
-
},
|
7422
|
-
"VInfiniteScroll/tag": {
|
7423
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
7424
|
-
"description": "Specify a custom tag used on the root element."
|
7425
|
-
},
|
7426
7430
|
"VInfiniteScroll/color": {
|
7427
7431
|
"type": "string\n",
|
7428
7432
|
"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)."
|
7429
7433
|
},
|
7430
|
-
"VInfiniteScroll/mode": {
|
7431
|
-
"type": "'intersect' | 'manual'\n",
|
7432
|
-
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
7433
|
-
},
|
7434
7434
|
"VInfiniteScroll/direction": {
|
7435
7435
|
"type": "'horizontal' | 'vertical'\n",
|
7436
7436
|
"description": "Specifies if scroller is **vertical** or **horizontal**."
|
7437
7437
|
},
|
7438
7438
|
"VInfiniteScroll/side": {
|
7439
|
-
"type": "'
|
7439
|
+
"type": "'start' | 'end' | 'both'\n",
|
7440
7440
|
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
|
7441
7441
|
},
|
7442
7442
|
"VInfiniteScroll/margin": {
|
@@ -7451,73 +7451,61 @@
|
|
7451
7451
|
"type": "string\n",
|
7452
7452
|
"description": "Text shown when there is no more content to load."
|
7453
7453
|
},
|
7454
|
-
"VInput/
|
7455
|
-
"type": "
|
7456
|
-
"description": "
|
7454
|
+
"VInput/model-value": {
|
7455
|
+
"type": "unknown\n",
|
7456
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7457
7457
|
},
|
7458
7458
|
"VInput/error": {
|
7459
7459
|
"type": "boolean\n",
|
7460
7460
|
"description": "Puts the input in a manual error state."
|
7461
7461
|
},
|
7462
|
-
"VInput/
|
7463
|
-
"type": "
|
7464
|
-
"description": "
|
7462
|
+
"VInput/density": {
|
7463
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
7464
|
+
"description": "Adjusts the vertical height used by the component."
|
7465
7465
|
},
|
7466
|
-
"VInput/
|
7467
|
-
"type": "
|
7468
|
-
"description": "
|
7466
|
+
"VInput/max-width": {
|
7467
|
+
"type": "string | number\n",
|
7468
|
+
"description": "Sets the maximum width for the component."
|
7469
|
+
},
|
7470
|
+
"VInput/min-width": {
|
7471
|
+
"type": "string | number\n",
|
7472
|
+
"description": "Sets the minimum width for the component."
|
7469
7473
|
},
|
7470
7474
|
"VInput/width": {
|
7471
7475
|
"type": "string | number\n",
|
7472
7476
|
"description": "Sets the width for the component."
|
7473
7477
|
},
|
7474
|
-
"VInput/id": {
|
7475
|
-
"type": "string\n",
|
7476
|
-
"description": "Sets the DOM id on the component."
|
7477
|
-
},
|
7478
7478
|
"VInput/theme": {
|
7479
7479
|
"type": "string\n",
|
7480
7480
|
"description": "Specify a theme for this component and all of its children."
|
7481
7481
|
},
|
7482
|
-
"VInput/
|
7482
|
+
"VInput/color": {
|
7483
7483
|
"type": "string\n",
|
7484
|
-
"description": "
|
7485
|
-
},
|
7486
|
-
"VInput/prepend-icon": {
|
7487
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7488
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
7484
|
+
"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)."
|
7489
7485
|
},
|
7490
|
-
"VInput/
|
7491
|
-
"type": "
|
7492
|
-
"description": "
|
7486
|
+
"VInput/name": {
|
7487
|
+
"type": "string\n",
|
7488
|
+
"description": "Sets the component's name attribute."
|
7493
7489
|
},
|
7494
|
-
"VInput/
|
7490
|
+
"VInput/disabled": {
|
7495
7491
|
"type": "boolean\n",
|
7496
|
-
"description": "
|
7497
|
-
},
|
7498
|
-
"VInput/density": {
|
7499
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
7500
|
-
"description": "Adjusts the vertical height used by the component."
|
7501
|
-
},
|
7502
|
-
"VInput/max-width": {
|
7503
|
-
"type": "string | number\n",
|
7504
|
-
"description": "Sets the maximum width for the component."
|
7492
|
+
"description": "Removes the ability to click or target the component."
|
7505
7493
|
},
|
7506
|
-
"VInput/
|
7507
|
-
"type": "string
|
7508
|
-
"description": "Sets the
|
7494
|
+
"VInput/id": {
|
7495
|
+
"type": "string\n",
|
7496
|
+
"description": "Sets the DOM id on the component."
|
7509
7497
|
},
|
7510
|
-
"VInput/
|
7498
|
+
"VInput/label": {
|
7511
7499
|
"type": "string\n",
|
7512
|
-
"description": "
|
7500
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
7513
7501
|
},
|
7514
|
-
"VInput/
|
7515
|
-
"type": "
|
7516
|
-
"description": "
|
7502
|
+
"VInput/base-color": {
|
7503
|
+
"type": "string\n",
|
7504
|
+
"description": "Sets the color of the input when it is not focused."
|
7517
7505
|
},
|
7518
|
-
"VInput/
|
7519
|
-
"type": "
|
7520
|
-
"description": "
|
7506
|
+
"VInput/append-icon": {
|
7507
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7508
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
7521
7509
|
},
|
7522
7510
|
"VInput/center-affix": {
|
7523
7511
|
"type": "boolean\n",
|
@@ -7531,6 +7519,10 @@
|
|
7531
7519
|
"type": "string | boolean\n",
|
7532
7520
|
"description": "Sets the color of the prepend/append icons."
|
7533
7521
|
},
|
7522
|
+
"VInput/prepend-icon": {
|
7523
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7524
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
7525
|
+
},
|
7534
7526
|
"VInput/hide-spin-buttons": {
|
7535
7527
|
"type": "boolean\n",
|
7536
7528
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -7547,6 +7539,10 @@
|
|
7547
7539
|
"type": "string | string[]\n",
|
7548
7540
|
"description": "Displays a list of messages or a single message if using a string."
|
7549
7541
|
},
|
7542
|
+
"VInput/direction": {
|
7543
|
+
"type": "'horizontal' | 'vertical'\n",
|
7544
|
+
"description": "Changes the direction of the input."
|
7545
|
+
},
|
7550
7546
|
"VInput/error-messages": {
|
7551
7547
|
"type": "string | string[]\n",
|
7552
7548
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
@@ -7555,6 +7551,10 @@
|
|
7555
7551
|
"type": "string | number\n",
|
7556
7552
|
"description": "Control the maximum number of shown errors from validation."
|
7557
7553
|
},
|
7554
|
+
"VInput/readonly": {
|
7555
|
+
"type": "boolean\n",
|
7556
|
+
"description": "Puts input in readonly state."
|
7557
|
+
},
|
7558
7558
|
"VInput/rules": {
|
7559
7559
|
"type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
|
7560
7560
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
@@ -7587,10 +7587,18 @@
|
|
7587
7587
|
"type": "string\n",
|
7588
7588
|
"description": "Configure the active CSS class applied when an item is selected."
|
7589
7589
|
},
|
7590
|
+
"VItemGroup/model-value": {
|
7591
|
+
"type": "unknown\n",
|
7592
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7593
|
+
},
|
7590
7594
|
"VItemGroup/tag": {
|
7591
7595
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7592
7596
|
"description": "Specify a custom tag used on the root element."
|
7593
7597
|
},
|
7598
|
+
"VItemGroup/theme": {
|
7599
|
+
"type": "string\n",
|
7600
|
+
"description": "Specify a theme for this component and all of its children."
|
7601
|
+
},
|
7594
7602
|
"VItemGroup/disabled": {
|
7595
7603
|
"type": "boolean\n",
|
7596
7604
|
"description": "Puts all children components into a disabled state."
|
@@ -7603,21 +7611,21 @@
|
|
7603
7611
|
"type": "boolean\n",
|
7604
7612
|
"description": "Allows one to select multiple items."
|
7605
7613
|
},
|
7606
|
-
"VItemGroup/
|
7607
|
-
"type": "
|
7608
|
-
"description": "
|
7614
|
+
"VItemGroup/mandatory": {
|
7615
|
+
"type": "boolean | 'force'\n",
|
7616
|
+
"description": "Forces at least one item to always be selected (if available)."
|
7609
7617
|
},
|
7610
7618
|
"VItemGroup/selected-class": {
|
7611
7619
|
"type": "string\n",
|
7612
7620
|
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
7613
7621
|
},
|
7614
|
-
"
|
7615
|
-
"type": "
|
7616
|
-
"description": "
|
7622
|
+
"VKbd/tag": {
|
7623
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7624
|
+
"description": "Specify a custom tag used on the root element."
|
7617
7625
|
},
|
7618
|
-
"
|
7619
|
-
"type": "
|
7620
|
-
"description": "
|
7626
|
+
"VKbd/theme": {
|
7627
|
+
"type": "string\n",
|
7628
|
+
"description": "Specify a theme for this component and all of its children."
|
7621
7629
|
},
|
7622
7630
|
"VKbd/border": {
|
7623
7631
|
"type": "string | number | boolean\n",
|
@@ -7635,30 +7643,34 @@
|
|
7635
7643
|
"type": "boolean\n",
|
7636
7644
|
"description": "Removes any applied **border-radius** from the component."
|
7637
7645
|
},
|
7638
|
-
"VKbd/tag": {
|
7639
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
7640
|
-
"description": "Specify a custom tag used on the root element."
|
7641
|
-
},
|
7642
|
-
"VKbd/theme": {
|
7643
|
-
"type": "string\n",
|
7644
|
-
"description": "Specify a theme for this component and all of its children."
|
7645
|
-
},
|
7646
7646
|
"VKbd/color": {
|
7647
7647
|
"type": "string\n",
|
7648
7648
|
"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)."
|
7649
7649
|
},
|
7650
|
-
"VLabel/theme": {
|
7651
|
-
"type": "string\n",
|
7652
|
-
"description": "Specify a theme for this component and all of its children."
|
7653
|
-
},
|
7654
7650
|
"VLabel/text": {
|
7655
7651
|
"type": "string\n",
|
7656
7652
|
"description": "Specify content text for the component."
|
7657
7653
|
},
|
7654
|
+
"VLabel/theme": {
|
7655
|
+
"type": "string\n",
|
7656
|
+
"description": "Specify a theme for this component and all of its children."
|
7657
|
+
},
|
7658
7658
|
"VLayout/height": {
|
7659
7659
|
"type": "string | number\n",
|
7660
7660
|
"description": "Sets the height for the component."
|
7661
7661
|
},
|
7662
|
+
"VLayout/width": {
|
7663
|
+
"type": "string | number\n",
|
7664
|
+
"description": "Sets the width for the component."
|
7665
|
+
},
|
7666
|
+
"VLayout/full-height": {
|
7667
|
+
"type": "boolean\n",
|
7668
|
+
"description": "Sets the component height to 100%."
|
7669
|
+
},
|
7670
|
+
"VLayout/overlaps": {
|
7671
|
+
"type": "string[]\n",
|
7672
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
7673
|
+
},
|
7662
7674
|
"VLayout/max-height": {
|
7663
7675
|
"type": "string | number\n",
|
7664
7676
|
"description": "Sets the maximum height for the component."
|
@@ -7675,17 +7687,17 @@
|
|
7675
7687
|
"type": "string | number\n",
|
7676
7688
|
"description": "Sets the minimum width for the component."
|
7677
7689
|
},
|
7678
|
-
"
|
7679
|
-
"type": "string | number\n",
|
7680
|
-
"description": "Sets the width for the component."
|
7681
|
-
},
|
7682
|
-
"VLayout/full-height": {
|
7690
|
+
"VLayoutItem/model-value": {
|
7683
7691
|
"type": "boolean\n",
|
7684
|
-
"description": "
|
7692
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7685
7693
|
},
|
7686
|
-
"
|
7687
|
-
"type": "
|
7688
|
-
"description": "
|
7694
|
+
"VLayoutItem/position": {
|
7695
|
+
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
7696
|
+
"description": "The position of the item."
|
7697
|
+
},
|
7698
|
+
"VLayoutItem/absolute": {
|
7699
|
+
"type": "boolean\n",
|
7700
|
+
"description": "Applies **position: absolute** to the component."
|
7689
7701
|
},
|
7690
7702
|
"VLayoutItem/name": {
|
7691
7703
|
"type": "string\n",
|
@@ -7695,18 +7707,6 @@
|
|
7695
7707
|
"type": "string | number\n",
|
7696
7708
|
"description": "Sets the height and width of the component."
|
7697
7709
|
},
|
7698
|
-
"VLayoutItem/position": {
|
7699
|
-
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
7700
|
-
"description": "The position of the item."
|
7701
|
-
},
|
7702
|
-
"VLayoutItem/absolute": {
|
7703
|
-
"type": "boolean\n",
|
7704
|
-
"description": "Applies **position: absolute** to the component."
|
7705
|
-
},
|
7706
|
-
"VLayoutItem/model-value": {
|
7707
|
-
"type": "boolean\n",
|
7708
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
7709
|
-
},
|
7710
7710
|
"VLayoutItem/order": {
|
7711
7711
|
"type": "string | number\n",
|
7712
7712
|
"description": "Adjust the order of the component in relation to its registration order."
|
@@ -7759,6 +7759,50 @@
|
|
7759
7759
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7760
7760
|
"description": "Specify a custom tag used on the root element."
|
7761
7761
|
},
|
7762
|
+
"VList/tag": {
|
7763
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
7764
|
+
"description": "Specify a custom tag used on the root element."
|
7765
|
+
},
|
7766
|
+
"VList/nav": {
|
7767
|
+
"type": "boolean\n",
|
7768
|
+
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
7769
|
+
},
|
7770
|
+
"VList/activated": {
|
7771
|
+
"type": "any\n",
|
7772
|
+
"description": "Array of ids of activated nodes."
|
7773
|
+
},
|
7774
|
+
"VList/disabled": {
|
7775
|
+
"type": "boolean\n",
|
7776
|
+
"description": "Puts all children inputs into a disabled state."
|
7777
|
+
},
|
7778
|
+
"VList/height": {
|
7779
|
+
"type": "string | number\n",
|
7780
|
+
"description": "Sets the height for the component."
|
7781
|
+
},
|
7782
|
+
"VList/width": {
|
7783
|
+
"type": "string | number\n",
|
7784
|
+
"description": "Sets the width for the component."
|
7785
|
+
},
|
7786
|
+
"VList/theme": {
|
7787
|
+
"type": "string\n",
|
7788
|
+
"description": "Specify a theme for this component and all of its children."
|
7789
|
+
},
|
7790
|
+
"VList/items": {
|
7791
|
+
"type": "any[]\n",
|
7792
|
+
"description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
|
7793
|
+
},
|
7794
|
+
"VList/active-color": {
|
7795
|
+
"type": "string\n",
|
7796
|
+
"description": "Deprecated, use `color` instead."
|
7797
|
+
},
|
7798
|
+
"VList/base-color": {
|
7799
|
+
"type": "string\n",
|
7800
|
+
"description": "Sets the color of component when not focused."
|
7801
|
+
},
|
7802
|
+
"VList/slim": {
|
7803
|
+
"type": "boolean\n",
|
7804
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
7805
|
+
},
|
7762
7806
|
"VList/border": {
|
7763
7807
|
"type": "string | number | boolean\n",
|
7764
7808
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
@@ -7767,10 +7811,6 @@
|
|
7767
7811
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
7768
7812
|
"description": "Adjusts the vertical height used by the component."
|
7769
7813
|
},
|
7770
|
-
"VList/height": {
|
7771
|
-
"type": "string | number\n",
|
7772
|
-
"description": "Sets the height for the component."
|
7773
|
-
},
|
7774
7814
|
"VList/max-height": {
|
7775
7815
|
"type": "string | number\n",
|
7776
7816
|
"description": "Sets the maximum height for the component."
|
@@ -7787,10 +7827,6 @@
|
|
7787
7827
|
"type": "string | number\n",
|
7788
7828
|
"description": "Sets the minimum width for the component."
|
7789
7829
|
},
|
7790
|
-
"VList/width": {
|
7791
|
-
"type": "string | number\n",
|
7792
|
-
"description": "Sets the width for the component."
|
7793
|
-
},
|
7794
7830
|
"VList/elevation": {
|
7795
7831
|
"type": "string | number\n",
|
7796
7832
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -7803,45 +7839,37 @@
|
|
7803
7839
|
"type": "boolean\n",
|
7804
7840
|
"description": "Removes any applied **border-radius** from the component."
|
7805
7841
|
},
|
7806
|
-
"VList/
|
7807
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
7808
|
-
"description": "Specify a custom tag used on the root element."
|
7809
|
-
},
|
7810
|
-
"VList/theme": {
|
7811
|
-
"type": "string\n",
|
7812
|
-
"description": "Specify a theme for this component and all of its children."
|
7813
|
-
},
|
7814
|
-
"VList/color": {
|
7842
|
+
"VList/color": {
|
7815
7843
|
"type": "string\n",
|
7816
7844
|
"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)."
|
7817
7845
|
},
|
7818
7846
|
"VList/variant": {
|
7819
|
-
"type": "'
|
7847
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7820
7848
|
"description": "Applies a distinct style to the component."
|
7821
7849
|
},
|
7822
|
-
"VList/
|
7823
|
-
"type": "any\n",
|
7824
|
-
"description": "Array of ids of activated nodes."
|
7825
|
-
},
|
7826
|
-
"VList/disabled": {
|
7827
|
-
"type": "boolean\n",
|
7828
|
-
"description": "Puts all children inputs into a disabled state."
|
7829
|
-
},
|
7830
|
-
"VList/base-color": {
|
7850
|
+
"VList/bg-color": {
|
7831
7851
|
"type": "string\n",
|
7832
|
-
"description": "
|
7852
|
+
"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)."
|
7833
7853
|
},
|
7834
|
-
"VList/
|
7835
|
-
"type": "
|
7836
|
-
"description": "
|
7854
|
+
"VList/lines": {
|
7855
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
7856
|
+
"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."
|
7857
|
+
},
|
7858
|
+
"VList/mandatory": {
|
7859
|
+
"type": "boolean\n",
|
7860
|
+
"description": "Forces at least one item to always be selected (if available)."
|
7837
7861
|
},
|
7838
7862
|
"VList/active-class": {
|
7839
7863
|
"type": "string\n",
|
7840
7864
|
"description": "The class applied to the component when it is in an active state."
|
7841
7865
|
},
|
7842
|
-
"VList/
|
7843
|
-
"type": "
|
7844
|
-
"description": "
|
7866
|
+
"VList/selected": {
|
7867
|
+
"type": "unknown\n",
|
7868
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
7869
|
+
},
|
7870
|
+
"VList/value-comparator": {
|
7871
|
+
"type": "(a: any, b: any) => boolean\n",
|
7872
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
7845
7873
|
},
|
7846
7874
|
"VList/filterable": {
|
7847
7875
|
"type": "boolean\n",
|
@@ -7855,18 +7883,6 @@
|
|
7855
7883
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7856
7884
|
"description": "Icon to display when the list item is expanded."
|
7857
7885
|
},
|
7858
|
-
"VList/lines": {
|
7859
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
7860
|
-
"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."
|
7861
|
-
},
|
7862
|
-
"VList/slim": {
|
7863
|
-
"type": "boolean\n",
|
7864
|
-
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
7865
|
-
},
|
7866
|
-
"VList/nav": {
|
7867
|
-
"type": "boolean\n",
|
7868
|
-
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
7869
|
-
},
|
7870
7886
|
"VList/activatable": {
|
7871
7887
|
"type": "boolean\n",
|
7872
7888
|
"description": "Designates whether the list items are activatable."
|
@@ -7879,14 +7895,6 @@
|
|
7879
7895
|
"type": "unknown\n",
|
7880
7896
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
7881
7897
|
},
|
7882
|
-
"VList/selected": {
|
7883
|
-
"type": "unknown\n",
|
7884
|
-
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
7885
|
-
},
|
7886
|
-
"VList/mandatory": {
|
7887
|
-
"type": "boolean\n",
|
7888
|
-
"description": "Forces at least one item to always be selected (if available)."
|
7889
|
-
},
|
7890
7898
|
"VList/active-strategy": {
|
7891
7899
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
7892
7900
|
"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."
|
@@ -7899,10 +7907,6 @@
|
|
7899
7907
|
"type": "'list' | 'multiple' | 'single' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
|
7900
7908
|
"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."
|
7901
7909
|
},
|
7902
|
-
"VList/items": {
|
7903
|
-
"type": "any[]\n",
|
7904
|
-
"description": "Can be an array of objects or strings. By default objects should have a **title** property, and can optionally have a **props** property containing any [VListItem props](/api/v-list-item/#props), a **value** property to allow selection, and a **children** property containing more item objects. Keys to use for these can be changed with the **item-title**, **item-value**, **item-props**, and **item-children** props."
|
7905
|
-
},
|
7906
7910
|
"VList/item-title": {
|
7907
7911
|
"type": "SelectItemKey<any>\n",
|
7908
7912
|
"description": "Property on supplied `items` that contains its title."
|
@@ -7927,17 +7931,17 @@
|
|
7927
7931
|
"type": "boolean\n",
|
7928
7932
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
|
7929
7933
|
},
|
7930
|
-
"
|
7931
|
-
"type": "
|
7932
|
-
"description": "
|
7934
|
+
"VListGroup/title": {
|
7935
|
+
"type": "string\n",
|
7936
|
+
"description": "Specify a title text for the component."
|
7933
7937
|
},
|
7934
7938
|
"VListGroup/tag": {
|
7935
7939
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
7936
7940
|
"description": "Specify a custom tag used on the root element."
|
7937
7941
|
},
|
7938
|
-
"VListGroup/
|
7942
|
+
"VListGroup/color": {
|
7939
7943
|
"type": "string\n",
|
7940
|
-
"description": "
|
7944
|
+
"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)."
|
7941
7945
|
},
|
7942
7946
|
"VListGroup/disabled": {
|
7943
7947
|
"type": "boolean\n",
|
@@ -7947,25 +7951,13 @@
|
|
7947
7951
|
"type": "any\n",
|
7948
7952
|
"description": "Expands / Collapse the list-group."
|
7949
7953
|
},
|
7950
|
-
"VListGroup/active-color": {
|
7951
|
-
"type": "string\n",
|
7952
|
-
"description": "Deprecated, use `color` instead."
|
7953
|
-
},
|
7954
7954
|
"VListGroup/base-color": {
|
7955
7955
|
"type": "string\n",
|
7956
7956
|
"description": "Sets the color of component when not focused."
|
7957
7957
|
},
|
7958
|
-
"VListGroup/
|
7959
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7960
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
7961
|
-
},
|
7962
|
-
"VListGroup/append-icon": {
|
7963
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7964
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
7965
|
-
},
|
7966
|
-
"VListGroup/color": {
|
7958
|
+
"VListGroup/active-color": {
|
7967
7959
|
"type": "string\n",
|
7968
|
-
"description": "
|
7960
|
+
"description": "Deprecated, use `color` instead."
|
7969
7961
|
},
|
7970
7962
|
"VListGroup/expand-icon": {
|
7971
7963
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
@@ -7975,14 +7967,22 @@
|
|
7975
7967
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7976
7968
|
"description": "Icon to display when the list item is expanded."
|
7977
7969
|
},
|
7978
|
-
"VListGroup/
|
7979
|
-
"type": "string | number\n",
|
7980
|
-
"description": "
|
7970
|
+
"VListGroup/append-icon": {
|
7971
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7972
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
7973
|
+
},
|
7974
|
+
"VListGroup/prepend-icon": {
|
7975
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
7976
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
7981
7977
|
},
|
7982
7978
|
"VListGroup/fluid": {
|
7983
7979
|
"type": "boolean\n",
|
7984
7980
|
"description": "Removes the left padding assigned for action icons from group items."
|
7985
7981
|
},
|
7982
|
+
"VListGroup/raw-id": {
|
7983
|
+
"type": "string | number\n",
|
7984
|
+
"description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
|
7985
|
+
},
|
7986
7986
|
"VListGroup/subgroup": {
|
7987
7987
|
"type": "boolean\n",
|
7988
7988
|
"description": "Designate the component as nested list group."
|
@@ -7991,10 +7991,6 @@
|
|
7991
7991
|
"type": "string\n",
|
7992
7992
|
"description": "Specify a custom tag used on the root element."
|
7993
7993
|
},
|
7994
|
-
"VListItem/title": {
|
7995
|
-
"type": "string | number | boolean\n",
|
7996
|
-
"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."
|
7997
|
-
},
|
7998
7994
|
"VListItem/replace": {
|
7999
7995
|
"type": "boolean\n",
|
8000
7996
|
"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."
|
@@ -8003,6 +7999,66 @@
|
|
8003
7999
|
"type": "boolean\n",
|
8004
8000
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
8005
8001
|
},
|
8002
|
+
"VListItem/tag": {
|
8003
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
8004
|
+
"description": "Specify a custom tag used on the root element."
|
8005
|
+
},
|
8006
|
+
"VListItem/nav": {
|
8007
|
+
"type": "boolean\n",
|
8008
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
8009
|
+
},
|
8010
|
+
"VListItem/title": {
|
8011
|
+
"type": "string | number | boolean\n",
|
8012
|
+
"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."
|
8013
|
+
},
|
8014
|
+
"VListItem/disabled": {
|
8015
|
+
"type": "boolean\n",
|
8016
|
+
"description": "Removes the ability to click or target the component."
|
8017
|
+
},
|
8018
|
+
"VListItem/height": {
|
8019
|
+
"type": "string | number\n",
|
8020
|
+
"description": "Sets the height for the component."
|
8021
|
+
},
|
8022
|
+
"VListItem/value": {
|
8023
|
+
"type": "any\n",
|
8024
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
8025
|
+
},
|
8026
|
+
"VListItem/width": {
|
8027
|
+
"type": "string | number\n",
|
8028
|
+
"description": "Sets the width for the component."
|
8029
|
+
},
|
8030
|
+
"VListItem/theme": {
|
8031
|
+
"type": "string\n",
|
8032
|
+
"description": "Specify a theme for this component and all of its children."
|
8033
|
+
},
|
8034
|
+
"VListItem/active": {
|
8035
|
+
"type": "boolean\n",
|
8036
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
8037
|
+
},
|
8038
|
+
"VListItem/active-color": {
|
8039
|
+
"type": "string\n",
|
8040
|
+
"description": "Deprecated, use `color` instead."
|
8041
|
+
},
|
8042
|
+
"VListItem/base-color": {
|
8043
|
+
"type": "string\n",
|
8044
|
+
"description": "Sets the color of component when not focused."
|
8045
|
+
},
|
8046
|
+
"VListItem/prepend-icon": {
|
8047
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
8048
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
8049
|
+
},
|
8050
|
+
"VListItem/append-icon": {
|
8051
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
8052
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
8053
|
+
},
|
8054
|
+
"VListItem/slim": {
|
8055
|
+
"type": "boolean\n",
|
8056
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
8057
|
+
},
|
8058
|
+
"VListItem/ripple": {
|
8059
|
+
"type": "boolean | { class: string; keys: number[] }\n",
|
8060
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
8061
|
+
},
|
8006
8062
|
"VListItem/border": {
|
8007
8063
|
"type": "string | number | boolean\n",
|
8008
8064
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
@@ -8011,10 +8067,6 @@
|
|
8011
8067
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
8012
8068
|
"description": "Adjusts the vertical height used by the component."
|
8013
8069
|
},
|
8014
|
-
"VListItem/height": {
|
8015
|
-
"type": "string | number\n",
|
8016
|
-
"description": "Sets the height for the component."
|
8017
|
-
},
|
8018
8070
|
"VListItem/max-height": {
|
8019
8071
|
"type": "string | number\n",
|
8020
8072
|
"description": "Sets the maximum height for the component."
|
@@ -8031,10 +8083,6 @@
|
|
8031
8083
|
"type": "string | number\n",
|
8032
8084
|
"description": "Sets the minimum width for the component."
|
8033
8085
|
},
|
8034
|
-
"VListItem/width": {
|
8035
|
-
"type": "string | number\n",
|
8036
|
-
"description": "Sets the width for the component."
|
8037
|
-
},
|
8038
8086
|
"VListItem/elevation": {
|
8039
8087
|
"type": "string | number\n",
|
8040
8088
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -8047,117 +8095,69 @@
|
|
8047
8095
|
"type": "boolean\n",
|
8048
8096
|
"description": "Removes any applied **border-radius** from the component."
|
8049
8097
|
},
|
8050
|
-
"VListItem/
|
8051
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
8052
|
-
"description": "Specify a custom tag used on the root element."
|
8053
|
-
},
|
8054
|
-
"VListItem/theme": {
|
8098
|
+
"VListItem/href": {
|
8055
8099
|
"type": "string\n",
|
8056
|
-
"description": "
|
8100
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
8101
|
+
},
|
8102
|
+
"VListItem/exact": {
|
8103
|
+
"type": "boolean\n",
|
8104
|
+
"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."
|
8105
|
+
},
|
8106
|
+
"VListItem/to": {
|
8107
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
8108
|
+
"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."
|
8057
8109
|
},
|
8058
8110
|
"VListItem/color": {
|
8059
8111
|
"type": "string\n",
|
8060
8112
|
"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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
|
8061
8113
|
},
|
8062
8114
|
"VListItem/variant": {
|
8063
|
-
"type": "'
|
8115
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
8064
8116
|
"description": "Applies a distinct style to the component."
|
8065
8117
|
},
|
8066
|
-
"VListItem/
|
8067
|
-
"type": "
|
8068
|
-
"description": "
|
8069
|
-
},
|
8070
|
-
"VListItem/value": {
|
8071
|
-
"type": "any\n",
|
8072
|
-
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
8118
|
+
"VListItem/lines": {
|
8119
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
8120
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
8073
8121
|
},
|
8074
|
-
"VListItem/
|
8075
|
-
"type": "
|
8076
|
-
"description": "
|
8122
|
+
"VListItem/active-class": {
|
8123
|
+
"type": "string\n",
|
8124
|
+
"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."
|
8077
8125
|
},
|
8078
8126
|
"VListItem/subtitle": {
|
8079
8127
|
"type": "string | number | boolean\n",
|
8080
8128
|
"description": "Specify a subtitle text for the component."
|
8081
8129
|
},
|
8082
|
-
"VListItem/
|
8083
|
-
"type": "string\n",
|
8084
|
-
"description": "Sets the color of component when not focused."
|
8085
|
-
},
|
8086
|
-
"VListItem/active-color": {
|
8130
|
+
"VListItem/append-avatar": {
|
8087
8131
|
"type": "string\n",
|
8088
|
-
"description": "
|
8132
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
8089
8133
|
},
|
8090
|
-
"VListItem/
|
8134
|
+
"VListItem/prepend-avatar": {
|
8091
8135
|
"type": "string\n",
|
8092
|
-
"description": "
|
8093
|
-
},
|
8094
|
-
"VListItem/lines": {
|
8095
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
8096
|
-
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
8136
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
8097
8137
|
},
|
8098
|
-
"
|
8138
|
+
"VListItemAction/end": {
|
8099
8139
|
"type": "boolean\n",
|
8100
|
-
"description": "
|
8140
|
+
"description": "Applies margin at the start of the component."
|
8101
8141
|
},
|
8102
|
-
"
|
8142
|
+
"VListItemAction/start": {
|
8103
8143
|
"type": "boolean\n",
|
8104
|
-
"description": "
|
8144
|
+
"description": "Applies margin at the end of the component."
|
8105
8145
|
},
|
8106
|
-
"
|
8107
|
-
"type": "
|
8108
|
-
"description": "
|
8146
|
+
"VListItemAction/tag": {
|
8147
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
8148
|
+
"description": "Specify a custom tag used on the root element."
|
8109
8149
|
},
|
8110
|
-
"
|
8111
|
-
"type": "
|
8112
|
-
"description": "
|
8150
|
+
"VListItemMedia/end": {
|
8151
|
+
"type": "boolean\n",
|
8152
|
+
"description": "Applies margin at the start of the component."
|
8113
8153
|
},
|
8114
|
-
"
|
8154
|
+
"VListItemMedia/start": {
|
8115
8155
|
"type": "boolean\n",
|
8116
|
-
"description": "
|
8156
|
+
"description": "Applies margin at the end of the component."
|
8117
8157
|
},
|
8118
|
-
"
|
8119
|
-
"type": "string\n",
|
8120
|
-
"description": "
|
8121
|
-
},
|
8122
|
-
"VListItem/prepend-avatar": {
|
8123
|
-
"type": "string\n",
|
8124
|
-
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
8125
|
-
},
|
8126
|
-
"VListItem/ripple": {
|
8127
|
-
"type": "boolean | { class: string; keys: number[] }\n",
|
8128
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
8129
|
-
},
|
8130
|
-
"VListItem/href": {
|
8131
|
-
"type": "string\n",
|
8132
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
8133
|
-
},
|
8134
|
-
"VListItem/to": {
|
8135
|
-
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
8136
|
-
"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."
|
8137
|
-
},
|
8138
|
-
"VListItemAction/tag": {
|
8139
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
8140
|
-
"description": "Specify a custom tag used on the root element."
|
8141
|
-
},
|
8142
|
-
"VListItemAction/start": {
|
8143
|
-
"type": "boolean\n",
|
8144
|
-
"description": "Applies margin at the end of the component."
|
8145
|
-
},
|
8146
|
-
"VListItemAction/end": {
|
8147
|
-
"type": "boolean\n",
|
8148
|
-
"description": "Applies margin at the start of the component."
|
8149
|
-
},
|
8150
|
-
"VListItemMedia/tag": {
|
8151
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
8152
|
-
"description": "Specify a custom tag used on the root element."
|
8153
|
-
},
|
8154
|
-
"VListItemMedia/start": {
|
8155
|
-
"type": "boolean\n",
|
8156
|
-
"description": "Applies margin at the end of the component."
|
8157
|
-
},
|
8158
|
-
"VListItemMedia/end": {
|
8159
|
-
"type": "boolean\n",
|
8160
|
-
"description": "Applies margin at the start of the component."
|
8158
|
+
"VListItemMedia/tag": {
|
8159
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
8160
|
+
"description": "Specify a custom tag used on the root element."
|
8161
8161
|
},
|
8162
8162
|
"VListItemSubtitle/tag": {
|
8163
8163
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
@@ -8171,10 +8171,6 @@
|
|
8171
8171
|
"type": "string\n",
|
8172
8172
|
"description": "Specify a custom tag used on the root element."
|
8173
8173
|
},
|
8174
|
-
"VListSubheader/tag": {
|
8175
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
8176
|
-
"description": "Specify a custom tag used on the root element."
|
8177
|
-
},
|
8178
8174
|
"VListSubheader/title": {
|
8179
8175
|
"type": "string\n",
|
8180
8176
|
"description": "Specify a title text for the component."
|
@@ -8183,6 +8179,10 @@
|
|
8183
8179
|
"type": "boolean\n",
|
8184
8180
|
"description": "Sticks the header to the top of the table."
|
8185
8181
|
},
|
8182
|
+
"VListSubheader/tag": {
|
8183
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
8184
|
+
"description": "Specify a custom tag used on the root element."
|
8185
|
+
},
|
8186
8186
|
"VListSubheader/color": {
|
8187
8187
|
"type": "string\n",
|
8188
8188
|
"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)."
|
@@ -9663,9 +9663,9 @@
|
|
9663
9663
|
"type": "boolean\n",
|
9664
9664
|
"description": "Puts input in readonly state."
|
9665
9665
|
},
|
9666
|
-
"VRadio/
|
9667
|
-
"type": "boolean
|
9668
|
-
"description": "
|
9666
|
+
"VRadio/inline": {
|
9667
|
+
"type": "boolean\n",
|
9668
|
+
"description": "Puts children inputs into a row."
|
9669
9669
|
},
|
9670
9670
|
"VRadio/true-value": {
|
9671
9671
|
"type": "any\n",
|
@@ -9679,10 +9679,6 @@
|
|
9679
9679
|
"type": "string\n",
|
9680
9680
|
"description": "The target component to provide defaults values for."
|
9681
9681
|
},
|
9682
|
-
"VRadio/inline": {
|
9683
|
-
"type": "boolean\n",
|
9684
|
-
"description": "Puts children inputs into a row."
|
9685
|
-
},
|
9686
9682
|
"VRadio/false-icon": {
|
9687
9683
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
9688
9684
|
"description": "The icon used when inactive."
|
@@ -9691,6 +9687,10 @@
|
|
9691
9687
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
9692
9688
|
"description": "The icon used when active."
|
9693
9689
|
},
|
9690
|
+
"VRadio/ripple": {
|
9691
|
+
"type": "boolean | { class: string; keys: number[] }\n",
|
9692
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
9693
|
+
},
|
9694
9694
|
"VRadioGroup/type": {
|
9695
9695
|
"type": "string\n",
|
9696
9696
|
"description": "Provides the default type for children selection controls."
|
@@ -10291,22 +10291,22 @@
|
|
10291
10291
|
"type": "boolean\n",
|
10292
10292
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
10293
10293
|
},
|
10294
|
-
"VScrollXTransition/disabled": {
|
10295
|
-
"type": "boolean\n",
|
10296
|
-
"description": "Removes the ability to click or target the component."
|
10297
|
-
},
|
10298
10294
|
"VScrollXTransition/mode": {
|
10299
10295
|
"type": "string\n",
|
10300
10296
|
"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)."
|
10301
10297
|
},
|
10302
|
-
"VScrollXTransition/
|
10303
|
-
"type": "
|
10304
|
-
"description": "
|
10298
|
+
"VScrollXTransition/disabled": {
|
10299
|
+
"type": "boolean\n",
|
10300
|
+
"description": "Removes the ability to click or target the component."
|
10305
10301
|
},
|
10306
10302
|
"VScrollXTransition/group": {
|
10307
10303
|
"type": "boolean\n",
|
10308
10304
|
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
10309
10305
|
},
|
10306
|
+
"VScrollXTransition/origin": {
|
10307
|
+
"type": "string\n",
|
10308
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
10309
|
+
},
|
10310
10310
|
"VScrollXTransition/hide-on-leave": {
|
10311
10311
|
"type": "boolean\n",
|
10312
10312
|
"description": "Hides the leaving element (no exit animation)."
|
@@ -10315,22 +10315,22 @@
|
|
10315
10315
|
"type": "boolean\n",
|
10316
10316
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
10317
10317
|
},
|
10318
|
-
"VScrollYReverseTransition/mode": {
|
10319
|
-
"type": "string\n",
|
10320
|
-
"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)."
|
10321
|
-
},
|
10322
10318
|
"VScrollYReverseTransition/disabled": {
|
10323
10319
|
"type": "boolean\n",
|
10324
10320
|
"description": "Removes the ability to click or target the component."
|
10325
10321
|
},
|
10326
|
-
"VScrollYReverseTransition/
|
10327
|
-
"type": "
|
10328
|
-
"description": "
|
10322
|
+
"VScrollYReverseTransition/mode": {
|
10323
|
+
"type": "string\n",
|
10324
|
+
"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)."
|
10329
10325
|
},
|
10330
10326
|
"VScrollYReverseTransition/origin": {
|
10331
10327
|
"type": "string\n",
|
10332
10328
|
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
10333
10329
|
},
|
10330
|
+
"VScrollYReverseTransition/group": {
|
10331
|
+
"type": "boolean\n",
|
10332
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
10333
|
+
},
|
10334
10334
|
"VScrollYReverseTransition/hide-on-leave": {
|
10335
10335
|
"type": "boolean\n",
|
10336
10336
|
"description": "Hides the leaving element (no exit animation)."
|
@@ -10339,22 +10339,22 @@
|
|
10339
10339
|
"type": "boolean\n",
|
10340
10340
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
10341
10341
|
},
|
10342
|
-
"VScrollYTransition/disabled": {
|
10343
|
-
"type": "boolean\n",
|
10344
|
-
"description": "Removes the ability to click or target the component."
|
10345
|
-
},
|
10346
10342
|
"VScrollYTransition/mode": {
|
10347
10343
|
"type": "string\n",
|
10348
10344
|
"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)."
|
10349
10345
|
},
|
10350
|
-
"VScrollYTransition/
|
10351
|
-
"type": "
|
10352
|
-
"description": "
|
10346
|
+
"VScrollYTransition/disabled": {
|
10347
|
+
"type": "boolean\n",
|
10348
|
+
"description": "Removes the ability to click or target the component."
|
10353
10349
|
},
|
10354
10350
|
"VScrollYTransition/group": {
|
10355
10351
|
"type": "boolean\n",
|
10356
10352
|
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
10357
10353
|
},
|
10354
|
+
"VScrollYTransition/origin": {
|
10355
|
+
"type": "string\n",
|
10356
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
10357
|
+
},
|
10358
10358
|
"VScrollYTransition/hide-on-leave": {
|
10359
10359
|
"type": "boolean\n",
|
10360
10360
|
"description": "Hides the leaving element (no exit animation)."
|
@@ -10517,7 +10517,7 @@
|
|
10517
10517
|
},
|
10518
10518
|
"VSelect/item-type": {
|
10519
10519
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
10520
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10520
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/list-items.json))"
|
10521
10521
|
},
|
10522
10522
|
"VSelect/return-object": {
|
10523
10523
|
"type": "boolean\n",
|
@@ -12449,7 +12449,7 @@
|
|
12449
12449
|
},
|
12450
12450
|
"VStepperWindow/vertical-arrows": {
|
12451
12451
|
"type": "boolean | 'left' | 'right'\n",
|
12452
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VWindow.json))"
|
12453
12453
|
},
|
12454
12454
|
"VStepperWindowItem/disabled": {
|
12455
12455
|
"type": "boolean\n",
|
@@ -12843,14 +12843,6 @@
|
|
12843
12843
|
"type": "boolean | { class: string; keys: number[] }\n",
|
12844
12844
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
12845
12845
|
},
|
12846
|
-
"VTab/href": {
|
12847
|
-
"type": "string\n",
|
12848
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
12849
|
-
},
|
12850
|
-
"VTab/to": {
|
12851
|
-
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
12852
|
-
"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."
|
12853
|
-
},
|
12854
12846
|
"VTab/slider-color": {
|
12855
12847
|
"type": "string\n",
|
12856
12848
|
"description": "Applies specified color to the slider when active on that component - 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)."
|
@@ -12863,6 +12855,14 @@
|
|
12863
12855
|
"type": "boolean\n",
|
12864
12856
|
"description": "Displays the tab as a flex-column."
|
12865
12857
|
},
|
12858
|
+
"VTab/href": {
|
12859
|
+
"type": "string\n",
|
12860
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
12861
|
+
},
|
12862
|
+
"VTab/to": {
|
12863
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
12864
|
+
"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."
|
12865
|
+
},
|
12866
12866
|
"VTable/tag": {
|
12867
12867
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
12868
12868
|
"description": "Specify a custom tag used on the root element."
|
@@ -13033,7 +13033,7 @@
|
|
13033
13033
|
},
|
13034
13034
|
"VTabsWindow/vertical-arrows": {
|
13035
13035
|
"type": "boolean | 'left' | 'right'\n",
|
13036
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13036
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VWindow.json))"
|
13037
13037
|
},
|
13038
13038
|
"VTabsWindowItem/disabled": {
|
13039
13039
|
"type": "boolean\n",
|
@@ -13067,57 +13067,21 @@
|
|
13067
13067
|
"type": "string\n",
|
13068
13068
|
"description": "Sets input type."
|
13069
13069
|
},
|
13070
|
-
"VTextField/model-value": {
|
13071
|
-
"type": "any\n",
|
13072
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13073
|
-
},
|
13074
|
-
"VTextField/error": {
|
13075
|
-
"type": "boolean\n",
|
13076
|
-
"description": "Puts the input in a manual error state."
|
13077
|
-
},
|
13078
13070
|
"VTextField/reverse": {
|
13079
13071
|
"type": "boolean\n",
|
13080
13072
|
"description": "Reverses the input orientation."
|
13081
13073
|
},
|
13082
|
-
"VTextField/
|
13083
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
13084
|
-
"description": "Adjusts the vertical height used by the component."
|
13085
|
-
},
|
13086
|
-
"VTextField/max-width": {
|
13087
|
-
"type": "string | number\n",
|
13088
|
-
"description": "Sets the maximum width for the component."
|
13089
|
-
},
|
13090
|
-
"VTextField/min-width": {
|
13091
|
-
"type": "string | number\n",
|
13092
|
-
"description": "Sets the minimum width for the component."
|
13093
|
-
},
|
13094
|
-
"VTextField/width": {
|
13095
|
-
"type": "string | number\n",
|
13096
|
-
"description": "Sets the width for the component."
|
13097
|
-
},
|
13098
|
-
"VTextField/rounded": {
|
13099
|
-
"type": "string | number | boolean\n",
|
13100
|
-
"description": "Adds a border radius to the input."
|
13101
|
-
},
|
13102
|
-
"VTextField/tile": {
|
13103
|
-
"type": "boolean\n",
|
13104
|
-
"description": "Removes any applied **border-radius** from the component."
|
13105
|
-
},
|
13106
|
-
"VTextField/theme": {
|
13107
|
-
"type": "string\n",
|
13108
|
-
"description": "Specify a theme for this component and all of its children."
|
13109
|
-
},
|
13110
|
-
"VTextField/color": {
|
13074
|
+
"VTextField/name": {
|
13111
13075
|
"type": "string\n",
|
13112
|
-
"description": "
|
13076
|
+
"description": "Sets the component's name attribute."
|
13113
13077
|
},
|
13114
|
-
"VTextField/
|
13115
|
-
"type": "
|
13116
|
-
"description": "
|
13078
|
+
"VTextField/error": {
|
13079
|
+
"type": "boolean\n",
|
13080
|
+
"description": "Puts the input in a manual error state."
|
13117
13081
|
},
|
13118
|
-
"VTextField/
|
13082
|
+
"VTextField/label": {
|
13119
13083
|
"type": "string\n",
|
13120
|
-
"description": "Sets the
|
13084
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
13121
13085
|
},
|
13122
13086
|
"VTextField/disabled": {
|
13123
13087
|
"type": "boolean\n",
|
@@ -13127,6 +13091,10 @@
|
|
13127
13091
|
"type": "string\n",
|
13128
13092
|
"description": "Sets the input’s placeholder text."
|
13129
13093
|
},
|
13094
|
+
"VTextField/width": {
|
13095
|
+
"type": "string | number\n",
|
13096
|
+
"description": "Sets the width for the component."
|
13097
|
+
},
|
13130
13098
|
"VTextField/id": {
|
13131
13099
|
"type": "string\n",
|
13132
13100
|
"description": "Sets the DOM id on the component."
|
@@ -13143,37 +13111,73 @@
|
|
13143
13111
|
"type": "boolean\n",
|
13144
13112
|
"description": "Enables autofocus."
|
13145
13113
|
},
|
13146
|
-
"VTextField/
|
13114
|
+
"VTextField/theme": {
|
13147
13115
|
"type": "string\n",
|
13148
|
-
"description": "
|
13116
|
+
"description": "Specify a theme for this component and all of its children."
|
13117
|
+
},
|
13118
|
+
"VTextField/active": {
|
13119
|
+
"type": "boolean\n",
|
13120
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13149
13121
|
},
|
13150
13122
|
"VTextField/base-color": {
|
13151
13123
|
"type": "string\n",
|
13152
13124
|
"description": "Sets the color of the input when it is not focused."
|
13153
13125
|
},
|
13154
|
-
"VTextField/
|
13155
|
-
"type": "string\n",
|
13156
|
-
"description": "
|
13126
|
+
"VTextField/prepend-icon": {
|
13127
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13128
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
13157
13129
|
},
|
13158
|
-
"VTextField/
|
13159
|
-
"type": "string | number |
|
13160
|
-
"description": "Creates
|
13130
|
+
"VTextField/append-icon": {
|
13131
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13132
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
13161
13133
|
},
|
13162
|
-
"VTextField/
|
13134
|
+
"VTextField/readonly": {
|
13163
13135
|
"type": "boolean\n",
|
13164
|
-
"description": "
|
13136
|
+
"description": "Puts input in readonly state."
|
13165
13137
|
},
|
13166
|
-
"VTextField/
|
13138
|
+
"VTextField/density": {
|
13139
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
13140
|
+
"description": "Adjusts the vertical height used by the component."
|
13141
|
+
},
|
13142
|
+
"VTextField/max-width": {
|
13143
|
+
"type": "string | number\n",
|
13144
|
+
"description": "Sets the maximum width for the component."
|
13145
|
+
},
|
13146
|
+
"VTextField/min-width": {
|
13147
|
+
"type": "string | number\n",
|
13148
|
+
"description": "Sets the minimum width for the component."
|
13149
|
+
},
|
13150
|
+
"VTextField/loading": {
|
13151
|
+
"type": "string | boolean\n",
|
13152
|
+
"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."
|
13153
|
+
},
|
13154
|
+
"VTextField/rounded": {
|
13155
|
+
"type": "string | number | boolean\n",
|
13156
|
+
"description": "Adds a border radius to the input."
|
13157
|
+
},
|
13158
|
+
"VTextField/tile": {
|
13167
13159
|
"type": "boolean\n",
|
13168
|
-
"description": "
|
13160
|
+
"description": "Removes any applied **border-radius** from the component."
|
13169
13161
|
},
|
13170
|
-
"VTextField/
|
13162
|
+
"VTextField/color": {
|
13171
13163
|
"type": "string\n",
|
13172
|
-
"description": "
|
13164
|
+
"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)."
|
13173
13165
|
},
|
13174
|
-
"VTextField/
|
13175
|
-
"type": " |
|
13176
|
-
"description": "
|
13166
|
+
"VTextField/variant": {
|
13167
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
13168
|
+
"description": "Applies a distinct style to the component."
|
13169
|
+
},
|
13170
|
+
"VTextField/model-value": {
|
13171
|
+
"type": "any\n",
|
13172
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13173
|
+
},
|
13174
|
+
"VTextField/bg-color": {
|
13175
|
+
"type": "string\n",
|
13176
|
+
"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)."
|
13177
|
+
},
|
13178
|
+
"VTextField/direction": {
|
13179
|
+
"type": "'horizontal' | 'vertical'\n",
|
13180
|
+
"description": "Changes the direction of the input."
|
13177
13181
|
},
|
13178
13182
|
"VTextField/center-affix": {
|
13179
13183
|
"type": "boolean\n",
|
@@ -13187,10 +13191,6 @@
|
|
13187
13191
|
"type": "string | boolean\n",
|
13188
13192
|
"description": "Sets the color of the prepend/append icons."
|
13189
13193
|
},
|
13190
|
-
"VTextField/prepend-icon": {
|
13191
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13192
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
13193
|
-
},
|
13194
13194
|
"VTextField/hide-spin-buttons": {
|
13195
13195
|
"type": "boolean\n",
|
13196
13196
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -13207,10 +13207,6 @@
|
|
13207
13207
|
"type": "string | string[]\n",
|
13208
13208
|
"description": "Displays a list of messages or a single message if using a string."
|
13209
13209
|
},
|
13210
|
-
"VTextField/direction": {
|
13211
|
-
"type": "'horizontal' | 'vertical'\n",
|
13212
|
-
"description": "Changes the direction of the input."
|
13213
|
-
},
|
13214
13210
|
"VTextField/error-messages": {
|
13215
13211
|
"type": "string | string[]\n",
|
13216
13212
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
@@ -13219,10 +13215,6 @@
|
|
13219
13215
|
"type": "string | number\n",
|
13220
13216
|
"description": "Control the maximum number of shown errors from validation."
|
13221
13217
|
},
|
13222
|
-
"VTextField/readonly": {
|
13223
|
-
"type": "boolean\n",
|
13224
|
-
"description": "Puts input in readonly state."
|
13225
|
-
},
|
13226
13218
|
"VTextField/rules": {
|
13227
13219
|
"type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
|
13228
13220
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
@@ -13243,9 +13235,25 @@
|
|
13243
13235
|
"type": "boolean | 'auto'\n",
|
13244
13236
|
"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."
|
13245
13237
|
},
|
13246
|
-
"VTextField/
|
13247
|
-
"type": "
|
13248
|
-
"description": "Creates
|
13238
|
+
"VTextField/counter": {
|
13239
|
+
"type": "string | number | boolean\n",
|
13240
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
13241
|
+
},
|
13242
|
+
"VTextField/persistent-placeholder": {
|
13243
|
+
"type": "boolean\n",
|
13244
|
+
"description": "Forces placeholder to always be visible."
|
13245
|
+
},
|
13246
|
+
"VTextField/persistent-counter": {
|
13247
|
+
"type": "boolean\n",
|
13248
|
+
"description": "Forces counter to always be visible."
|
13249
|
+
},
|
13250
|
+
"VTextField/suffix": {
|
13251
|
+
"type": "string\n",
|
13252
|
+
"description": "Displays suffix text."
|
13253
|
+
},
|
13254
|
+
"VTextField/append-inner-icon": {
|
13255
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13256
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
13249
13257
|
},
|
13250
13258
|
"VTextField/clearable": {
|
13251
13259
|
"type": "boolean\n",
|
@@ -13255,10 +13263,6 @@
|
|
13255
13263
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13256
13264
|
"description": "Applied when using **clearable** and the input is dirty."
|
13257
13265
|
},
|
13258
|
-
"VTextField/active": {
|
13259
|
-
"type": "boolean\n",
|
13260
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13261
|
-
},
|
13262
13266
|
"VTextField/dirty": {
|
13263
13267
|
"type": "boolean\n",
|
13264
13268
|
"description": "Manually apply the dirty state styling."
|
@@ -13275,10 +13279,6 @@
|
|
13275
13279
|
"type": "boolean\n",
|
13276
13280
|
"description": "Label does not move on focus/dirty."
|
13277
13281
|
},
|
13278
|
-
"VTextField/loading": {
|
13279
|
-
"type": "string | boolean\n",
|
13280
|
-
"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."
|
13281
|
-
},
|
13282
13282
|
"VTextField/counter-value": {
|
13283
13283
|
"type": "number | ((value: any) => number)\n",
|
13284
13284
|
"description": "Function returns the counter display text."
|
@@ -13291,21 +13291,57 @@
|
|
13291
13291
|
"type": "boolean\n",
|
13292
13292
|
"description": "Removes box shadow when using a variant with elevation."
|
13293
13293
|
},
|
13294
|
+
"VTextarea/model-value": {
|
13295
|
+
"type": "any\n",
|
13296
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13297
|
+
},
|
13298
|
+
"VTextarea/error": {
|
13299
|
+
"type": "boolean\n",
|
13300
|
+
"description": "Puts the input in a manual error state."
|
13301
|
+
},
|
13294
13302
|
"VTextarea/reverse": {
|
13295
13303
|
"type": "boolean\n",
|
13296
13304
|
"description": "Reverses the orientation."
|
13297
13305
|
},
|
13298
|
-
"VTextarea/
|
13299
|
-
"type": "
|
13300
|
-
"description": "
|
13306
|
+
"VTextarea/density": {
|
13307
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
13308
|
+
"description": "Adjusts the vertical height used by the component."
|
13301
13309
|
},
|
13302
|
-
"VTextarea/
|
13310
|
+
"VTextarea/max-width": {
|
13311
|
+
"type": "string | number\n",
|
13312
|
+
"description": "Sets the maximum width for the component."
|
13313
|
+
},
|
13314
|
+
"VTextarea/min-width": {
|
13315
|
+
"type": "string | number\n",
|
13316
|
+
"description": "Sets the minimum width for the component."
|
13317
|
+
},
|
13318
|
+
"VTextarea/width": {
|
13319
|
+
"type": "string | number\n",
|
13320
|
+
"description": "Sets the width for the component."
|
13321
|
+
},
|
13322
|
+
"VTextarea/rounded": {
|
13323
|
+
"type": "string | number | boolean\n",
|
13324
|
+
"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)."
|
13325
|
+
},
|
13326
|
+
"VTextarea/tile": {
|
13303
13327
|
"type": "boolean\n",
|
13304
|
-
"description": "
|
13328
|
+
"description": "Removes any applied **border-radius** from the component."
|
13305
13329
|
},
|
13306
|
-
"VTextarea/
|
13330
|
+
"VTextarea/theme": {
|
13307
13331
|
"type": "string\n",
|
13308
|
-
"description": "
|
13332
|
+
"description": "Specify a theme for this component and all of its children."
|
13333
|
+
},
|
13334
|
+
"VTextarea/color": {
|
13335
|
+
"type": "string\n",
|
13336
|
+
"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)."
|
13337
|
+
},
|
13338
|
+
"VTextarea/variant": {
|
13339
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
13340
|
+
"description": "Applies a distinct style to the component."
|
13341
|
+
},
|
13342
|
+
"VTextarea/name": {
|
13343
|
+
"type": "string\n",
|
13344
|
+
"description": "Sets the component's name attribute."
|
13309
13345
|
},
|
13310
13346
|
"VTextarea/disabled": {
|
13311
13347
|
"type": "boolean\n",
|
@@ -13315,10 +13351,6 @@
|
|
13315
13351
|
"type": "string\n",
|
13316
13352
|
"description": "Sets the input's placeholder text."
|
13317
13353
|
},
|
13318
|
-
"VTextarea/width": {
|
13319
|
-
"type": "string | number\n",
|
13320
|
-
"description": "Sets the width for the component."
|
13321
|
-
},
|
13322
13354
|
"VTextarea/id": {
|
13323
13355
|
"type": "string\n",
|
13324
13356
|
"description": "Sets the DOM id on the component."
|
@@ -13331,73 +13363,37 @@
|
|
13331
13363
|
"type": "boolean\n",
|
13332
13364
|
"description": "The element should be focused as soon as the page loads."
|
13333
13365
|
},
|
13334
|
-
"VTextarea/
|
13366
|
+
"VTextarea/label": {
|
13335
13367
|
"type": "string\n",
|
13336
|
-
"description": "
|
13337
|
-
},
|
13338
|
-
"VTextarea/active": {
|
13339
|
-
"type": "boolean\n",
|
13340
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13368
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
13341
13369
|
},
|
13342
13370
|
"VTextarea/base-color": {
|
13343
13371
|
"type": "string\n",
|
13344
13372
|
"description": "Sets the color of the input when it is not focused."
|
13345
13373
|
},
|
13346
|
-
"VTextarea/
|
13347
|
-
"type": "
|
13348
|
-
"description": "
|
13374
|
+
"VTextarea/bg-color": {
|
13375
|
+
"type": "string\n",
|
13376
|
+
"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)."
|
13349
13377
|
},
|
13350
|
-
"VTextarea/
|
13351
|
-
"type": "
|
13352
|
-
"description": "Creates
|
13378
|
+
"VTextarea/counter": {
|
13379
|
+
"type": "string | number | true\n",
|
13380
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
13353
13381
|
},
|
13354
|
-
"VTextarea/
|
13382
|
+
"VTextarea/persistent-placeholder": {
|
13355
13383
|
"type": "boolean\n",
|
13356
|
-
"description": "
|
13357
|
-
},
|
13358
|
-
"VTextarea/density": {
|
13359
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
13360
|
-
"description": "Adjusts the vertical height used by the component."
|
13361
|
-
},
|
13362
|
-
"VTextarea/max-width": {
|
13363
|
-
"type": "string | number\n",
|
13364
|
-
"description": "Sets the maximum width for the component."
|
13365
|
-
},
|
13366
|
-
"VTextarea/min-width": {
|
13367
|
-
"type": "string | number\n",
|
13368
|
-
"description": "Sets the minimum width for the component."
|
13369
|
-
},
|
13370
|
-
"VTextarea/loading": {
|
13371
|
-
"type": "string | boolean\n",
|
13372
|
-
"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."
|
13373
|
-
},
|
13374
|
-
"VTextarea/rounded": {
|
13375
|
-
"type": "string | number | boolean\n",
|
13376
|
-
"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)."
|
13384
|
+
"description": "Forces placeholder to always be visible."
|
13377
13385
|
},
|
13378
|
-
"VTextarea/
|
13386
|
+
"VTextarea/persistent-counter": {
|
13379
13387
|
"type": "boolean\n",
|
13380
|
-
"description": "
|
13381
|
-
},
|
13382
|
-
"VTextarea/color": {
|
13383
|
-
"type": "string\n",
|
13384
|
-
"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)."
|
13385
|
-
},
|
13386
|
-
"VTextarea/variant": {
|
13387
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
13388
|
-
"description": "Applies a distinct style to the component."
|
13389
|
-
},
|
13390
|
-
"VTextarea/model-value": {
|
13391
|
-
"type": "any\n",
|
13392
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13388
|
+
"description": "Forces counter to always be visible."
|
13393
13389
|
},
|
13394
|
-
"VTextarea/
|
13390
|
+
"VTextarea/suffix": {
|
13395
13391
|
"type": "string\n",
|
13396
|
-
"description": "
|
13392
|
+
"description": "Displays suffix text."
|
13397
13393
|
},
|
13398
|
-
"VTextarea/
|
13399
|
-
"type": "
|
13400
|
-
"description": "
|
13394
|
+
"VTextarea/append-icon": {
|
13395
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13396
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
13401
13397
|
},
|
13402
13398
|
"VTextarea/center-affix": {
|
13403
13399
|
"type": "boolean\n",
|
@@ -13411,6 +13407,10 @@
|
|
13411
13407
|
"type": "string | boolean\n",
|
13412
13408
|
"description": "Sets the color of the prepend/append icons."
|
13413
13409
|
},
|
13410
|
+
"VTextarea/prepend-icon": {
|
13411
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13412
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
13413
|
+
},
|
13414
13414
|
"VTextarea/hide-spin-buttons": {
|
13415
13415
|
"type": "boolean\n",
|
13416
13416
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -13427,6 +13427,10 @@
|
|
13427
13427
|
"type": "string | string[]\n",
|
13428
13428
|
"description": "Displays a list of messages or a single message if using a string."
|
13429
13429
|
},
|
13430
|
+
"VTextarea/direction": {
|
13431
|
+
"type": "'horizontal' | 'vertical'\n",
|
13432
|
+
"description": "Changes the direction of the input."
|
13433
|
+
},
|
13430
13434
|
"VTextarea/error-messages": {
|
13431
13435
|
"type": "string | string[]\n",
|
13432
13436
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
@@ -13435,6 +13439,10 @@
|
|
13435
13439
|
"type": "string | number\n",
|
13436
13440
|
"description": "Control the maximum number of shown errors from validation."
|
13437
13441
|
},
|
13442
|
+
"VTextarea/readonly": {
|
13443
|
+
"type": "boolean\n",
|
13444
|
+
"description": "Puts input in readonly state."
|
13445
|
+
},
|
13438
13446
|
"VTextarea/rules": {
|
13439
13447
|
"type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
|
13440
13448
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
@@ -13455,22 +13463,6 @@
|
|
13455
13463
|
"type": "boolean | 'auto'\n",
|
13456
13464
|
"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."
|
13457
13465
|
},
|
13458
|
-
"VTextarea/counter": {
|
13459
|
-
"type": "string | number | true\n",
|
13460
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
13461
|
-
},
|
13462
|
-
"VTextarea/persistent-placeholder": {
|
13463
|
-
"type": "boolean\n",
|
13464
|
-
"description": "Forces placeholder to always be visible."
|
13465
|
-
},
|
13466
|
-
"VTextarea/persistent-counter": {
|
13467
|
-
"type": "boolean\n",
|
13468
|
-
"description": "Forces counter to always be visible."
|
13469
|
-
},
|
13470
|
-
"VTextarea/suffix": {
|
13471
|
-
"type": "string\n",
|
13472
|
-
"description": "Displays suffix text."
|
13473
|
-
},
|
13474
13466
|
"VTextarea/append-inner-icon": {
|
13475
13467
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13476
13468
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
@@ -13483,6 +13475,10 @@
|
|
13483
13475
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13484
13476
|
"description": "The icon used when the **clearable** prop is set to true."
|
13485
13477
|
},
|
13478
|
+
"VTextarea/active": {
|
13479
|
+
"type": "boolean\n",
|
13480
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13481
|
+
},
|
13486
13482
|
"VTextarea/dirty": {
|
13487
13483
|
"type": "boolean\n",
|
13488
13484
|
"description": "Manually apply the dirty state styling."
|
@@ -13499,6 +13495,10 @@
|
|
13499
13495
|
"type": "boolean\n",
|
13500
13496
|
"description": "Label does not move on focus/dirty."
|
13501
13497
|
},
|
13498
|
+
"VTextarea/loading": {
|
13499
|
+
"type": "string | boolean\n",
|
13500
|
+
"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."
|
13501
|
+
},
|
13502
13502
|
"VTextarea/counter-value": {
|
13503
13503
|
"type": "(value: any) => number\n",
|
13504
13504
|
"description": "Display the input length but do not provide any validation."
|
@@ -13535,22 +13535,46 @@
|
|
13535
13535
|
"type": "boolean\n",
|
13536
13536
|
"description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
|
13537
13537
|
},
|
13538
|
+
"VTimePicker/tag": {
|
13539
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13540
|
+
"description": "Specify a custom tag used on the root element."
|
13541
|
+
},
|
13538
13542
|
"VTimePicker/title": {
|
13539
13543
|
"type": "string\n",
|
13540
13544
|
"description": "Specify a title text for the component."
|
13541
13545
|
},
|
13542
|
-
"VTimePicker/
|
13543
|
-
"type": "
|
13544
|
-
"description": "
|
13545
|
-
},
|
13546
|
-
"VTimePicker/model-value": {
|
13547
|
-
"type": "any\n",
|
13548
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13546
|
+
"VTimePicker/disabled": {
|
13547
|
+
"type": "boolean\n",
|
13548
|
+
"description": "Removes the ability to click or target the component."
|
13549
13549
|
},
|
13550
13550
|
"VTimePicker/height": {
|
13551
13551
|
"type": "string | number\n",
|
13552
13552
|
"description": "Sets the height for the component."
|
13553
13553
|
},
|
13554
|
+
"VTimePicker/max": {
|
13555
|
+
"type": "string\n",
|
13556
|
+
"description": "Maximum allowed time."
|
13557
|
+
},
|
13558
|
+
"VTimePicker/min": {
|
13559
|
+
"type": "string\n",
|
13560
|
+
"description": "Minimum allowed time."
|
13561
|
+
},
|
13562
|
+
"VTimePicker/width": {
|
13563
|
+
"type": "string | number\n",
|
13564
|
+
"description": "Width of the picker."
|
13565
|
+
},
|
13566
|
+
"VTimePicker/theme": {
|
13567
|
+
"type": "string\n",
|
13568
|
+
"description": "Specify a theme for this component and all of its children."
|
13569
|
+
},
|
13570
|
+
"VTimePicker/readonly": {
|
13571
|
+
"type": "boolean\n",
|
13572
|
+
"description": "Puts picker in readonly state."
|
13573
|
+
},
|
13574
|
+
"VTimePicker/border": {
|
13575
|
+
"type": "string | number | boolean\n",
|
13576
|
+
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
13577
|
+
},
|
13554
13578
|
"VTimePicker/max-height": {
|
13555
13579
|
"type": "string | number\n",
|
13556
13580
|
"description": "Sets the maximum height for the component."
|
@@ -13567,10 +13591,6 @@
|
|
13567
13591
|
"type": "string | number\n",
|
13568
13592
|
"description": "Sets the minimum width for the component."
|
13569
13593
|
},
|
13570
|
-
"VTimePicker/width": {
|
13571
|
-
"type": "string | number\n",
|
13572
|
-
"description": "Width of the picker."
|
13573
|
-
},
|
13574
13594
|
"VTimePicker/elevation": {
|
13575
13595
|
"type": "string | number\n",
|
13576
13596
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -13580,7 +13600,7 @@
|
|
13580
13600
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
13581
13601
|
},
|
13582
13602
|
"VTimePicker/position": {
|
13583
|
-
"type": "'fixed' | '
|
13603
|
+
"type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
|
13584
13604
|
"description": "Sets the position for the component."
|
13585
13605
|
},
|
13586
13606
|
"VTimePicker/rounded": {
|
@@ -13591,37 +13611,21 @@
|
|
13591
13611
|
"type": "boolean\n",
|
13592
13612
|
"description": "Removes any applied **border-radius** from the component."
|
13593
13613
|
},
|
13594
|
-
"VTimePicker/tag": {
|
13595
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
13596
|
-
"description": "Specify a custom tag used on the root element."
|
13597
|
-
},
|
13598
|
-
"VTimePicker/theme": {
|
13599
|
-
"type": "string\n",
|
13600
|
-
"description": "Specify a theme for this component and all of its children."
|
13601
|
-
},
|
13602
13614
|
"VTimePicker/color": {
|
13603
13615
|
"type": "string\n",
|
13604
13616
|
"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)."
|
13605
13617
|
},
|
13606
|
-
"VTimePicker/
|
13607
|
-
"type": "
|
13608
|
-
"description": "
|
13609
|
-
},
|
13610
|
-
"VTimePicker/max": {
|
13611
|
-
"type": "string\n",
|
13612
|
-
"description": "Maximum allowed time."
|
13613
|
-
},
|
13614
|
-
"VTimePicker/min": {
|
13615
|
-
"type": "string\n",
|
13616
|
-
"description": "Minimum allowed time."
|
13618
|
+
"VTimePicker/model-value": {
|
13619
|
+
"type": "any\n",
|
13620
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13617
13621
|
},
|
13618
13622
|
"VTimePicker/bg-color": {
|
13619
13623
|
"type": "string\n",
|
13620
13624
|
"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)."
|
13621
13625
|
},
|
13622
|
-
"VTimePicker/
|
13626
|
+
"VTimePicker/scrollable": {
|
13623
13627
|
"type": "boolean\n",
|
13624
|
-
"description": "
|
13628
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
13625
13629
|
},
|
13626
13630
|
"VTimePicker/divided": {
|
13627
13631
|
"type": "boolean\n",
|
@@ -13639,10 +13643,6 @@
|
|
13639
13643
|
"type": "'ampm' | '24hr'\n",
|
13640
13644
|
"description": "Defines the format of a time displayed in picker. Available options are `ampm` and `24hr`."
|
13641
13645
|
},
|
13642
|
-
"VTimePicker/scrollable": {
|
13643
|
-
"type": "boolean\n",
|
13644
|
-
"description": "Allows changing hour/minute with mouse scroll."
|
13645
|
-
},
|
13646
13646
|
"VTimePicker/use-seconds": {
|
13647
13647
|
"type": "boolean\n",
|
13648
13648
|
"description": "Toggles the use of seconds in picker."
|
@@ -13659,6 +13659,14 @@
|
|
13659
13659
|
"type": "number[] | ((val: number) => boolean)\n",
|
13660
13660
|
"description": "Restricts which seconds can be selected."
|
13661
13661
|
},
|
13662
|
+
"VTimePickerClock/model-value": {
|
13663
|
+
"type": "number\n",
|
13664
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13665
|
+
},
|
13666
|
+
"VTimePickerClock/color": {
|
13667
|
+
"type": "string\n",
|
13668
|
+
"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)."
|
13669
|
+
},
|
13662
13670
|
"VTimePickerClock/disabled": {
|
13663
13671
|
"type": "boolean\n",
|
13664
13672
|
"description": "Removes the ability to click or target the component."
|
@@ -13679,17 +13687,9 @@
|
|
13679
13687
|
"type": "boolean\n",
|
13680
13688
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
13681
13689
|
},
|
13682
|
-
"VTimePickerClock/
|
13683
|
-
"type": "string\n",
|
13684
|
-
"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)."
|
13685
|
-
},
|
13686
|
-
"VTimePickerClock/model-value": {
|
13690
|
+
"VTimePickerClock/rotate": {
|
13687
13691
|
"type": "number\n",
|
13688
|
-
"description": "
|
13689
|
-
},
|
13690
|
-
"VTimePickerClock/scrollable": {
|
13691
|
-
"type": "boolean\n",
|
13692
|
-
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
13692
|
+
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
13693
13693
|
},
|
13694
13694
|
"VTimePickerClock/ampm": {
|
13695
13695
|
"type": "boolean\n",
|
@@ -13707,18 +13707,14 @@
|
|
13707
13707
|
"type": "Function\n",
|
13708
13708
|
"description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
|
13709
13709
|
},
|
13710
|
-
"VTimePickerClock/
|
13711
|
-
"type": "
|
13712
|
-
"description": "
|
13710
|
+
"VTimePickerClock/scrollable": {
|
13711
|
+
"type": "boolean\n",
|
13712
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
13713
13713
|
},
|
13714
13714
|
"VTimePickerClock/allowed-values": {
|
13715
13715
|
"type": "(value: number) => boolean\n",
|
13716
13716
|
"description": "Restricts which hours can be selected."
|
13717
13717
|
},
|
13718
|
-
"VTimePickerControls/color": {
|
13719
|
-
"type": "string\n",
|
13720
|
-
"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)."
|
13721
|
-
},
|
13722
13718
|
"VTimePickerControls/disabled": {
|
13723
13719
|
"type": "boolean\n",
|
13724
13720
|
"description": "Removes the ability to click or target the component."
|
@@ -13731,6 +13727,10 @@
|
|
13731
13727
|
"type": "boolean\n",
|
13732
13728
|
"description": "Makes the timepicker readonly."
|
13733
13729
|
},
|
13730
|
+
"VTimePickerControls/color": {
|
13731
|
+
"type": "string\n",
|
13732
|
+
"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)."
|
13733
|
+
},
|
13734
13734
|
"VTimePickerControls/view-mode": {
|
13735
13735
|
"type": "'hour' | 'minute' | 'second'\n",
|
13736
13736
|
"description": "The current view mode of the timepicker. Can be either `hour`, `minute`, or `second`."
|
@@ -13759,10 +13759,18 @@
|
|
13759
13759
|
"type": "'am' | 'pm'\n",
|
13760
13760
|
"description": "The current period value. either `am` or `pm`."
|
13761
13761
|
},
|
13762
|
+
"VTimeline/density": {
|
13763
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
13764
|
+
"description": "Adjusts the vertical height used by the component."
|
13765
|
+
},
|
13762
13766
|
"VTimeline/tag": {
|
13763
13767
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
13764
13768
|
"description": "Specify a custom tag used on the root element."
|
13765
13769
|
},
|
13770
|
+
"VTimeline/theme": {
|
13771
|
+
"type": "string\n",
|
13772
|
+
"description": "Specify a theme for this component and all of its children."
|
13773
|
+
},
|
13766
13774
|
"VTimeline/align": {
|
13767
13775
|
"type": "'start' | 'center'\n",
|
13768
13776
|
"description": "Places the timeline dot at the top or center of the timeline item."
|
@@ -13771,22 +13779,14 @@
|
|
13771
13779
|
"type": "string | number\n",
|
13772
13780
|
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
13773
13781
|
},
|
13774
|
-
"VTimeline/
|
13782
|
+
"VTimeline/icon-color": {
|
13775
13783
|
"type": "string\n",
|
13776
|
-
"description": "
|
13777
|
-
},
|
13778
|
-
"VTimeline/density": {
|
13779
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
13780
|
-
"description": "Adjusts the vertical height used by the component."
|
13784
|
+
"description": "Color of the icon."
|
13781
13785
|
},
|
13782
13786
|
"VTimeline/direction": {
|
13783
13787
|
"type": "'horizontal' | 'vertical'\n",
|
13784
13788
|
"description": "Display timeline in a **vertical** or **horizontal** direction."
|
13785
13789
|
},
|
13786
|
-
"VTimeline/icon-color": {
|
13787
|
-
"type": "string\n",
|
13788
|
-
"description": "Color of the icon."
|
13789
|
-
},
|
13790
13790
|
"VTimeline/justify": {
|
13791
13791
|
"type": "string\n",
|
13792
13792
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
@@ -13816,25 +13816,33 @@
|
|
13816
13816
|
"description": "Specifies the distance between the line and the dot of timeline items."
|
13817
13817
|
},
|
13818
13818
|
"VTimeline/side": {
|
13819
|
-
"type": "'
|
13819
|
+
"type": "'end' | 'start'\n",
|
13820
13820
|
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
13821
13821
|
},
|
13822
13822
|
"VTimeline/truncate-line": {
|
13823
|
-
"type": "'
|
13823
|
+
"type": "'end' | 'start' | 'both'\n",
|
13824
13824
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
|
13825
13825
|
},
|
13826
|
-
"VTimelineItem/
|
13827
|
-
"type": "
|
13828
|
-
"description": "
|
13829
|
-
},
|
13830
|
-
"VTimelineItem/density": {
|
13831
|
-
"type": "'default' | 'compact'\n",
|
13832
|
-
"description": "Adjusts the vertical height used by the component."
|
13826
|
+
"VTimelineItem/tag": {
|
13827
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13828
|
+
"description": "Specify a custom tag used on the root element."
|
13833
13829
|
},
|
13834
13830
|
"VTimelineItem/height": {
|
13835
13831
|
"type": "string | number\n",
|
13836
13832
|
"description": "Sets the height for the component."
|
13837
13833
|
},
|
13834
|
+
"VTimelineItem/size": {
|
13835
|
+
"type": "string | number\n",
|
13836
|
+
"description": "Size of the item dot"
|
13837
|
+
},
|
13838
|
+
"VTimelineItem/width": {
|
13839
|
+
"type": "string | number\n",
|
13840
|
+
"description": "Sets the width for the component."
|
13841
|
+
},
|
13842
|
+
"VTimelineItem/density": {
|
13843
|
+
"type": "'default' | 'compact'\n",
|
13844
|
+
"description": "Adjusts the vertical height used by the component."
|
13845
|
+
},
|
13838
13846
|
"VTimelineItem/max-height": {
|
13839
13847
|
"type": "string | number\n",
|
13840
13848
|
"description": "Sets the maximum height for the component."
|
@@ -13851,10 +13859,6 @@
|
|
13851
13859
|
"type": "string | number\n",
|
13852
13860
|
"description": "Sets the minimum width for the component."
|
13853
13861
|
},
|
13854
|
-
"VTimelineItem/width": {
|
13855
|
-
"type": "string | number\n",
|
13856
|
-
"description": "Sets the width for the component."
|
13857
|
-
},
|
13858
13862
|
"VTimelineItem/elevation": {
|
13859
13863
|
"type": "string | number\n",
|
13860
13864
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -13867,20 +13871,16 @@
|
|
13867
13871
|
"type": "boolean\n",
|
13868
13872
|
"description": "Removes any applied **border-radius** from the component."
|
13869
13873
|
},
|
13870
|
-
"VTimelineItem/
|
13871
|
-
"type": "string | (new () => any)
|
13872
|
-
"description": "
|
13873
|
-
},
|
13874
|
-
"VTimelineItem/size": {
|
13875
|
-
"type": "string | number\n",
|
13876
|
-
"description": "Size of the item dot"
|
13874
|
+
"VTimelineItem/icon": {
|
13875
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13876
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
13877
13877
|
},
|
13878
13878
|
"VTimelineItem/icon-color": {
|
13879
13879
|
"type": "string\n",
|
13880
13880
|
"description": "Color of the icon."
|
13881
13881
|
},
|
13882
13882
|
"VTimelineItem/side": {
|
13883
|
-
"type": "'
|
13883
|
+
"type": "'start' | 'end'\n",
|
13884
13884
|
"description": "Show the item either **before** or **after** the timeline. This will override the implicit ordering of items, but will in turn be overridden by the `v-timeline` **single-side** prop."
|
13885
13885
|
},
|
13886
13886
|
"VTimelineItem/dot-color": {
|
@@ -13903,34 +13903,26 @@
|
|
13903
13903
|
"type": "string | number\n",
|
13904
13904
|
"description": "Specifies the distance between the line and the dot of the item."
|
13905
13905
|
},
|
13906
|
-
"VToolbar/flat": {
|
13907
|
-
"type": "boolean\n",
|
13908
|
-
"description": "Removes the toolbar's box-shadow."
|
13909
|
-
},
|
13910
|
-
"VToolbar/tag": {
|
13911
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
13912
|
-
"description": "Specify a custom tag used on the root element."
|
13913
|
-
},
|
13914
13906
|
"VToolbar/title": {
|
13915
13907
|
"type": "string\n",
|
13916
13908
|
"description": "Specify a title text for the component."
|
13917
13909
|
},
|
13918
|
-
"VToolbar/
|
13919
|
-
"type": "
|
13920
|
-
"description": "
|
13921
|
-
},
|
13922
|
-
"VToolbar/theme": {
|
13923
|
-
"type": "string\n",
|
13924
|
-
"description": "Specify a theme for this component and all of its children."
|
13910
|
+
"VToolbar/flat": {
|
13911
|
+
"type": "boolean\n",
|
13912
|
+
"description": "Removes the toolbar's box-shadow."
|
13925
13913
|
},
|
13926
13914
|
"VToolbar/border": {
|
13927
13915
|
"type": "string | number | boolean\n",
|
13928
13916
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
13929
13917
|
},
|
13930
13918
|
"VToolbar/density": {
|
13931
|
-
"type": "'default' | '
|
13919
|
+
"type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
|
13932
13920
|
"description": "Adjusts the vertical height used by the component."
|
13933
13921
|
},
|
13922
|
+
"VToolbar/height": {
|
13923
|
+
"type": "string | number\n",
|
13924
|
+
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
13925
|
+
},
|
13934
13926
|
"VToolbar/elevation": {
|
13935
13927
|
"type": "string | number\n",
|
13936
13928
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -13947,6 +13939,14 @@
|
|
13947
13939
|
"type": "boolean\n",
|
13948
13940
|
"description": "Removes any applied **border-radius** from the component."
|
13949
13941
|
},
|
13942
|
+
"VToolbar/tag": {
|
13943
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
13944
|
+
"description": "Specify a custom tag used on the root element."
|
13945
|
+
},
|
13946
|
+
"VToolbar/theme": {
|
13947
|
+
"type": "string\n",
|
13948
|
+
"description": "Specify a theme for this component and all of its children."
|
13949
|
+
},
|
13950
13950
|
"VToolbar/color": {
|
13951
13951
|
"type": "string\n",
|
13952
13952
|
"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)."
|
@@ -13955,28 +13955,28 @@
|
|
13955
13955
|
"type": "string\n",
|
13956
13956
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
13957
13957
|
},
|
13958
|
-
"VToolbar/
|
13958
|
+
"VToolbar/collapse": {
|
13959
13959
|
"type": "boolean\n",
|
13960
|
-
"description": "
|
13960
|
+
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
13961
13961
|
},
|
13962
13962
|
"VToolbar/extended": {
|
13963
13963
|
"type": "boolean\n",
|
13964
13964
|
"description": "Use this prop to increase the height of the toolbar _without_ using the `extension` slot for adding content. May be used in conjunction with the **extension-height** prop. When false, will not show extension slot even if content is present."
|
13965
13965
|
},
|
13966
|
-
"VToolbar/collapse": {
|
13967
|
-
"type": "boolean\n",
|
13968
|
-
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
13969
|
-
},
|
13970
13966
|
"VToolbar/extension-height": {
|
13971
13967
|
"type": "string | number\n",
|
13972
13968
|
"description": "Specify an explicit height for the `extension` slot."
|
13973
13969
|
},
|
13970
|
+
"VToolbar/floating": {
|
13971
|
+
"type": "boolean\n",
|
13972
|
+
"description": "Applies **display: inline-flex** to the component."
|
13973
|
+
},
|
13974
13974
|
"VToolbarItems/color": {
|
13975
13975
|
"type": "string\n",
|
13976
13976
|
"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)."
|
13977
13977
|
},
|
13978
13978
|
"VToolbarItems/variant": {
|
13979
|
-
"type": "'
|
13979
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13980
13980
|
"description": "Applies a distinct style to the component."
|
13981
13981
|
},
|
13982
13982
|
"VToolbarTitle/text": {
|
@@ -13987,30 +13987,18 @@
|
|
13987
13987
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
13988
13988
|
"description": "Specify a custom tag used on the root element."
|
13989
13989
|
},
|
13990
|
-
"VTooltip/
|
13990
|
+
"VTooltip/text": {
|
13991
|
+
"type": "string\n",
|
13992
|
+
"description": "Specify content text for the component."
|
13993
|
+
},
|
13994
|
+
"VTooltip/model-value": {
|
13991
13995
|
"type": "boolean\n",
|
13992
|
-
"description": "
|
13996
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13993
13997
|
},
|
13994
13998
|
"VTooltip/height": {
|
13995
13999
|
"type": "string | number\n",
|
13996
14000
|
"description": "Sets the height for the component."
|
13997
14001
|
},
|
13998
|
-
"VTooltip/width": {
|
13999
|
-
"type": "string | number\n",
|
14000
|
-
"description": "Sets the width for the component."
|
14001
|
-
},
|
14002
|
-
"VTooltip/id": {
|
14003
|
-
"type": "string\n",
|
14004
|
-
"description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
|
14005
|
-
},
|
14006
|
-
"VTooltip/theme": {
|
14007
|
-
"type": "string\n",
|
14008
|
-
"description": "Specify a theme for this component and all of its children."
|
14009
|
-
},
|
14010
|
-
"VTooltip/text": {
|
14011
|
-
"type": "string\n",
|
14012
|
-
"description": "Specify content text for the component."
|
14013
|
-
},
|
14014
14002
|
"VTooltip/max-height": {
|
14015
14003
|
"type": "string | number\n",
|
14016
14004
|
"description": "Sets the maximum height for the component."
|
@@ -14027,17 +14015,29 @@
|
|
14027
14015
|
"type": "string | number\n",
|
14028
14016
|
"description": "Sets the minimum width for the component."
|
14029
14017
|
},
|
14018
|
+
"VTooltip/width": {
|
14019
|
+
"type": "string | number\n",
|
14020
|
+
"description": "Sets the width for the component."
|
14021
|
+
},
|
14030
14022
|
"VTooltip/location": {
|
14031
14023
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
14032
14024
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
14033
14025
|
},
|
14034
|
-
"VTooltip/
|
14026
|
+
"VTooltip/theme": {
|
14027
|
+
"type": "string\n",
|
14028
|
+
"description": "Specify a theme for this component and all of its children."
|
14029
|
+
},
|
14030
|
+
"VTooltip/disabled": {
|
14035
14031
|
"type": "boolean\n",
|
14036
|
-
"description": "
|
14032
|
+
"description": "Removes the ability to click or target the component."
|
14037
14033
|
},
|
14038
|
-
"VTooltip/
|
14039
|
-
"type": "string
|
14040
|
-
"description": "
|
14034
|
+
"VTooltip/id": {
|
14035
|
+
"type": "string\n",
|
14036
|
+
"description": "HTML id attribute of the tooltip overlay. If not set, a globally unique id will be used."
|
14037
|
+
},
|
14038
|
+
"VTooltip/eager": {
|
14039
|
+
"type": "boolean\n",
|
14040
|
+
"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."
|
14041
14041
|
},
|
14042
14042
|
"VTooltip/activator": {
|
14043
14043
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
@@ -14107,10 +14107,6 @@
|
|
14107
14107
|
"type": "string | number\n",
|
14108
14108
|
"description": "Delay (in ms) after which tooltip opens (when `open-on-hover` prop is set to **true**)."
|
14109
14109
|
},
|
14110
|
-
"VTooltip/eager": {
|
14111
|
-
"type": "boolean\n",
|
14112
|
-
"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."
|
14113
|
-
},
|
14114
14110
|
"VTooltip/location-strategy": {
|
14115
14111
|
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L38-L42\" target=\"_blank\">LocationStrategyFunction</a>\n",
|
14116
14112
|
"description": "A function used to specifies how the component should position relative to its activator."
|
@@ -14124,9 +14120,13 @@
|
|
14124
14120
|
"description": "Increases distance from the target. When passed as a pair of numbers, the second value shifts anchor along the side and away from the target."
|
14125
14121
|
},
|
14126
14122
|
"VTooltip/scroll-strategy": {
|
14127
|
-
"type": "'close' | '
|
14123
|
+
"type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFunction</a>\n",
|
14128
14124
|
"description": "Strategy used when the component is activate and user scrolls."
|
14129
14125
|
},
|
14126
|
+
"VTooltip/transition": {
|
14127
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
14128
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
14129
|
+
},
|
14130
14130
|
"VTooltip/attach": {
|
14131
14131
|
"type": "string | boolean | Element\n",
|
14132
14132
|
"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."
|
@@ -14139,22 +14139,54 @@
|
|
14139
14139
|
"type": "string\n",
|
14140
14140
|
"description": "The search model for filtering results."
|
14141
14141
|
},
|
14142
|
+
"VTreeview/tag": {
|
14143
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
14144
|
+
"description": "Specify a custom tag used on the root element."
|
14145
|
+
},
|
14146
|
+
"VTreeview/activated": {
|
14147
|
+
"type": "any\n",
|
14148
|
+
"description": "Array of ids of activated nodes."
|
14149
|
+
},
|
14150
|
+
"VTreeview/disabled": {
|
14151
|
+
"type": "boolean\n",
|
14152
|
+
"description": "Disables selection for all nodes."
|
14153
|
+
},
|
14154
|
+
"VTreeview/height": {
|
14155
|
+
"type": "string | number\n",
|
14156
|
+
"description": "Sets the height for the component."
|
14157
|
+
},
|
14158
|
+
"VTreeview/width": {
|
14159
|
+
"type": "string | number\n",
|
14160
|
+
"description": "Sets the width for the component."
|
14161
|
+
},
|
14162
|
+
"VTreeview/theme": {
|
14163
|
+
"type": "string\n",
|
14164
|
+
"description": "Specify a theme for this component and all of its children."
|
14165
|
+
},
|
14166
|
+
"VTreeview/items": {
|
14167
|
+
"type": "unknown[]\n",
|
14168
|
+
"description": "An array of items used to build the treeview."
|
14169
|
+
},
|
14170
|
+
"VTreeview/active-color": {
|
14171
|
+
"type": "string\n",
|
14172
|
+
"description": "Deprecated, use `color` instead."
|
14173
|
+
},
|
14174
|
+
"VTreeview/base-color": {
|
14175
|
+
"type": "string\n",
|
14176
|
+
"description": "Sets the color of component when not focused."
|
14177
|
+
},
|
14178
|
+
"VTreeview/slim": {
|
14179
|
+
"type": "boolean\n",
|
14180
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
14181
|
+
},
|
14142
14182
|
"VTreeview/border": {
|
14143
14183
|
"type": "string | number | boolean\n",
|
14144
14184
|
"description": "Applies utility border classes to the component. To use it, you need to omit the `border-` prefix, (for example use `border-sm` as `border=\"sm\"`). Find a list of the built-in border classes on the [borders page](/styles/borders)."
|
14145
14185
|
},
|
14146
|
-
"VTreeview/model-value": {
|
14147
|
-
"type": "unknown[]\n",
|
14148
|
-
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
|
14149
|
-
},
|
14150
14186
|
"VTreeview/density": {
|
14151
14187
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
14152
14188
|
"description": "Adjusts the vertical height used by the component."
|
14153
14189
|
},
|
14154
|
-
"VTreeview/height": {
|
14155
|
-
"type": "string | number\n",
|
14156
|
-
"description": "Sets the height for the component."
|
14157
|
-
},
|
14158
14190
|
"VTreeview/max-height": {
|
14159
14191
|
"type": "string | number\n",
|
14160
14192
|
"description": "Sets the maximum height for the component."
|
@@ -14171,10 +14203,6 @@
|
|
14171
14203
|
"type": "string | number\n",
|
14172
14204
|
"description": "Sets the minimum width for the component."
|
14173
14205
|
},
|
14174
|
-
"VTreeview/width": {
|
14175
|
-
"type": "string | number\n",
|
14176
|
-
"description": "Sets the width for the component."
|
14177
|
-
},
|
14178
14206
|
"VTreeview/elevation": {
|
14179
14207
|
"type": "string | number\n",
|
14180
14208
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
@@ -14187,29 +14215,61 @@
|
|
14187
14215
|
"type": "boolean\n",
|
14188
14216
|
"description": "Removes any applied **border-radius** from the component."
|
14189
14217
|
},
|
14190
|
-
"VTreeview/tag": {
|
14191
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
14192
|
-
"description": "Specify a custom tag used on the root element."
|
14193
|
-
},
|
14194
|
-
"VTreeview/theme": {
|
14195
|
-
"type": "string\n",
|
14196
|
-
"description": "Specify a theme for this component and all of its children."
|
14197
|
-
},
|
14198
14218
|
"VTreeview/color": {
|
14199
14219
|
"type": "string\n",
|
14200
14220
|
"description": "Applies specified color to the active node - 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)."
|
14201
14221
|
},
|
14202
14222
|
"VTreeview/variant": {
|
14203
|
-
"type": "'
|
14223
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
14204
14224
|
"description": "Applies a distinct style to the component."
|
14205
14225
|
},
|
14206
|
-
"VTreeview/
|
14226
|
+
"VTreeview/model-value": {
|
14227
|
+
"type": "unknown[]\n",
|
14228
|
+
"description": "Allows one to control which nodes are selected. The array contains the values of currently selected items. It is equivalent to the `v-model:selected`"
|
14229
|
+
},
|
14230
|
+
"VTreeview/bg-color": {
|
14231
|
+
"type": "string\n",
|
14232
|
+
"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)."
|
14233
|
+
},
|
14234
|
+
"VTreeview/lines": {
|
14235
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
14236
|
+
"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."
|
14237
|
+
},
|
14238
|
+
"VTreeview/mandatory": {
|
14239
|
+
"type": "boolean\n",
|
14240
|
+
"description": "Forces at least one item to always be selected (if available)."
|
14241
|
+
},
|
14242
|
+
"VTreeview/open-on-click": {
|
14243
|
+
"type": "boolean\n",
|
14244
|
+
"description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
|
14245
|
+
},
|
14246
|
+
"VTreeview/active-class": {
|
14247
|
+
"type": "string\n",
|
14248
|
+
"description": "The class applied to the component when it is in an active state."
|
14249
|
+
},
|
14250
|
+
"VTreeview/selected": {
|
14207
14251
|
"type": "any\n",
|
14208
|
-
"description": "
|
14252
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
14209
14253
|
},
|
14210
|
-
"VTreeview/
|
14254
|
+
"VTreeview/indeterminate-icon": {
|
14255
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14256
|
+
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
|
14257
|
+
},
|
14258
|
+
"VTreeview/false-icon": {
|
14259
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14260
|
+
"description": "The icon used when inactive."
|
14261
|
+
},
|
14262
|
+
"VTreeview/true-icon": {
|
14263
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14264
|
+
"description": "The icon used when active."
|
14265
|
+
},
|
14266
|
+
"VTreeview/value-comparator": {
|
14267
|
+
"type": "(a: any, b: any) => boolean\n",
|
14268
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
14269
|
+
},
|
14270
|
+
"VTreeview/hide-actions": {
|
14211
14271
|
"type": "boolean\n",
|
14212
|
-
"description": "
|
14272
|
+
"description": "Hide the expand icon and loading indicator next to each item title."
|
14213
14273
|
},
|
14214
14274
|
"VTreeview/filter-mode": {
|
14215
14275
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
@@ -14231,22 +14291,6 @@
|
|
14231
14291
|
"type": "string | string[]\n",
|
14232
14292
|
"description": "Array of specific keys to filter on the item."
|
14233
14293
|
},
|
14234
|
-
"VTreeview/base-color": {
|
14235
|
-
"type": "string\n",
|
14236
|
-
"description": "Sets the color of component when not focused."
|
14237
|
-
},
|
14238
|
-
"VTreeview/active-color": {
|
14239
|
-
"type": "string\n",
|
14240
|
-
"description": "Deprecated, use `color` instead."
|
14241
|
-
},
|
14242
|
-
"VTreeview/active-class": {
|
14243
|
-
"type": "string\n",
|
14244
|
-
"description": "The class applied to the component when it is in an active state."
|
14245
|
-
},
|
14246
|
-
"VTreeview/bg-color": {
|
14247
|
-
"type": "string\n",
|
14248
|
-
"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)."
|
14249
|
-
},
|
14250
14294
|
"VTreeview/filterable": {
|
14251
14295
|
"type": "boolean\n",
|
14252
14296
|
"description": "**FOR INTERNAL USE ONLY** Prevents list item selection using [space] key and pass it back to the text input. Used internally for VAutocomplete and VCombobox."
|
@@ -14259,14 +14303,6 @@
|
|
14259
14303
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14260
14304
|
"description": "Icon to display when the list item is expanded."
|
14261
14305
|
},
|
14262
|
-
"VTreeview/lines": {
|
14263
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
14264
|
-
"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."
|
14265
|
-
},
|
14266
|
-
"VTreeview/slim": {
|
14267
|
-
"type": "boolean\n",
|
14268
|
-
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
14269
|
-
},
|
14270
14306
|
"VTreeview/activatable": {
|
14271
14307
|
"type": "boolean\n",
|
14272
14308
|
"description": "Allows user to mark a node as active by clicking on it."
|
@@ -14279,14 +14315,6 @@
|
|
14279
14315
|
"type": "any\n",
|
14280
14316
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
14281
14317
|
},
|
14282
|
-
"VTreeview/selected": {
|
14283
|
-
"type": "any\n",
|
14284
|
-
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
14285
|
-
},
|
14286
|
-
"VTreeview/mandatory": {
|
14287
|
-
"type": "boolean\n",
|
14288
|
-
"description": "Forces at least one item to always be selected (if available)."
|
14289
|
-
},
|
14290
14318
|
"VTreeview/active-strategy": {
|
14291
14319
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
14292
14320
|
"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."
|
@@ -14295,10 +14323,6 @@
|
|
14295
14323
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | 'trunk'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L28-L32\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L28-L32\" target=\"_blank\">SelectStrategy</a>)\n",
|
14296
14324
|
"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.\n- **trunk**: Same as classic but if all of a node's children are selected then only that node will be added to the model."
|
14297
14325
|
},
|
14298
|
-
"VTreeview/items": {
|
14299
|
-
"type": "unknown[]\n",
|
14300
|
-
"description": "An array of items used to build the treeview."
|
14301
|
-
},
|
14302
14326
|
"VTreeview/item-title": {
|
14303
14327
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
14304
14328
|
"description": "Property on supplied `items` that contains its title."
|
@@ -14323,30 +14347,10 @@
|
|
14323
14347
|
"type": "boolean\n",
|
14324
14348
|
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
14325
14349
|
},
|
14326
|
-
"VTreeview/value-comparator": {
|
14327
|
-
"type": "(a: any, b: any) => boolean\n",
|
14328
|
-
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
14329
|
-
},
|
14330
|
-
"VTreeview/open-on-click": {
|
14331
|
-
"type": "boolean\n",
|
14332
|
-
"description": "When `true` will cause nodes to be opened by clicking anywhere on it, instead of only opening by clicking on expand icon. When using this prop with `activatable` you will be unable to mark nodes with children as active."
|
14333
|
-
},
|
14334
|
-
"VTreeview/hide-actions": {
|
14335
|
-
"type": "boolean\n",
|
14336
|
-
"description": "Hide the expand icon and loading indicator next to each item title."
|
14337
|
-
},
|
14338
14350
|
"VTreeview/fluid": {
|
14339
14351
|
"type": "boolean\n",
|
14340
14352
|
"description": "Removes indentation from nested items."
|
14341
14353
|
},
|
14342
|
-
"VTreeview/false-icon": {
|
14343
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14344
|
-
"description": "The icon used when inactive."
|
14345
|
-
},
|
14346
|
-
"VTreeview/true-icon": {
|
14347
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14348
|
-
"description": "The icon used when active."
|
14349
|
-
},
|
14350
14354
|
"VTreeview/open-all": {
|
14351
14355
|
"type": "boolean\n",
|
14352
14356
|
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
@@ -14355,10 +14359,6 @@
|
|
14355
14359
|
"type": "string\n",
|
14356
14360
|
"description": "Icon used when node is in a loading state."
|
14357
14361
|
},
|
14358
|
-
"VTreeview/indeterminate-icon": {
|
14359
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14360
|
-
"description": "Icon used when node is in an indeterminate state. Only visible when `selectable` is `true`."
|
14361
|
-
},
|
14362
14362
|
"VTreeview/selected-color": {
|
14363
14363
|
"type": "string\n",
|
14364
14364
|
"description": "The color of the selection checkbox."
|
@@ -14375,125 +14375,69 @@
|
|
14375
14375
|
"type": "(item: unknown) => Promise<void>\n",
|
14376
14376
|
"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."
|
14377
14377
|
},
|
14378
|
-
"VTreeviewGroup/tag": {
|
14379
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
14380
|
-
"description": "Specify a custom tag used on the root element."
|
14381
|
-
},
|
14382
14378
|
"VTreeviewGroup/title": {
|
14383
14379
|
"type": "string\n",
|
14384
14380
|
"description": "Specify a title text for the component."
|
14385
14381
|
},
|
14386
|
-
"VTreeviewGroup/
|
14387
|
-
"type": "
|
14388
|
-
"description": "
|
14389
|
-
},
|
14390
|
-
"VTreeviewGroup/value": {
|
14391
|
-
"type": "any\n",
|
14392
|
-
"description": "Expands / Collapse the list-group."
|
14393
|
-
},
|
14394
|
-
"VTreeviewGroup/active-color": {
|
14395
|
-
"type": "string\n",
|
14396
|
-
"description": "Deprecated, use `color` instead."
|
14397
|
-
},
|
14398
|
-
"VTreeviewGroup/base-color": {
|
14399
|
-
"type": "string\n",
|
14400
|
-
"description": "Sets the color of component when not focused."
|
14401
|
-
},
|
14402
|
-
"VTreeviewGroup/prepend-icon": {
|
14403
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14404
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
14405
|
-
},
|
14406
|
-
"VTreeviewGroup/append-icon": {
|
14407
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14408
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
14409
|
-
},
|
14410
|
-
"VTreeviewGroup/color": {
|
14411
|
-
"type": "string\n",
|
14412
|
-
"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)."
|
14413
|
-
},
|
14414
|
-
"VTreeviewGroup/expand-icon": {
|
14415
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14416
|
-
"description": "Icon to display when the list item is collapsed."
|
14417
|
-
},
|
14418
|
-
"VTreeviewGroup/collapse-icon": {
|
14419
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14420
|
-
"description": "Icon to display when the list item is expanded."
|
14421
|
-
},
|
14422
|
-
"VTreeviewGroup/raw-id": {
|
14423
|
-
"type": "string | number\n",
|
14424
|
-
"description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
|
14425
|
-
},
|
14426
|
-
"VTreeviewGroup/fluid": {
|
14427
|
-
"type": "boolean\n",
|
14428
|
-
"description": "Removes indentation from nested items."
|
14429
|
-
},
|
14430
|
-
"VTreeviewItem/replace": {
|
14431
|
-
"type": "boolean\n",
|
14432
|
-
"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."
|
14433
|
-
},
|
14434
|
-
"VTreeviewItem/link": {
|
14435
|
-
"type": "boolean\n",
|
14436
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
14437
|
-
},
|
14438
|
-
"VTreeviewItem/tag": {
|
14439
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
14440
|
-
"description": "Specify a custom tag used on the root element."
|
14441
|
-
},
|
14442
|
-
"VTreeviewItem/nav": {
|
14443
|
-
"type": "boolean\n",
|
14444
|
-
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
14445
|
-
},
|
14446
|
-
"VTreeviewItem/title": {
|
14447
|
-
"type": "string | number | boolean\n",
|
14448
|
-
"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."
|
14449
|
-
},
|
14450
|
-
"VTreeviewItem/disabled": {
|
14451
|
-
"type": "boolean\n",
|
14452
|
-
"description": "Removes the ability to click or target the component."
|
14453
|
-
},
|
14454
|
-
"VTreeviewItem/height": {
|
14455
|
-
"type": "string | number\n",
|
14456
|
-
"description": "Sets the height for the component."
|
14457
|
-
},
|
14458
|
-
"VTreeviewItem/value": {
|
14459
|
-
"type": "any\n",
|
14460
|
-
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
14461
|
-
},
|
14462
|
-
"VTreeviewItem/width": {
|
14463
|
-
"type": "string | number\n",
|
14464
|
-
"description": "Sets the width for the component."
|
14382
|
+
"VTreeviewGroup/tag": {
|
14383
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
14384
|
+
"description": "Specify a custom tag used on the root element."
|
14465
14385
|
},
|
14466
|
-
"
|
14386
|
+
"VTreeviewGroup/color": {
|
14467
14387
|
"type": "string\n",
|
14468
|
-
"description": "
|
14388
|
+
"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)."
|
14469
14389
|
},
|
14470
|
-
"
|
14390
|
+
"VTreeviewGroup/disabled": {
|
14471
14391
|
"type": "boolean\n",
|
14472
|
-
"description": "
|
14392
|
+
"description": "Puts all children inputs into a disabled state."
|
14473
14393
|
},
|
14474
|
-
"
|
14475
|
-
"type": "
|
14476
|
-
"description": "
|
14394
|
+
"VTreeviewGroup/value": {
|
14395
|
+
"type": "any\n",
|
14396
|
+
"description": "Expands / Collapse the list-group."
|
14477
14397
|
},
|
14478
|
-
"
|
14398
|
+
"VTreeviewGroup/base-color": {
|
14479
14399
|
"type": "string\n",
|
14480
14400
|
"description": "Sets the color of component when not focused."
|
14481
14401
|
},
|
14482
|
-
"
|
14402
|
+
"VTreeviewGroup/active-color": {
|
14403
|
+
"type": "string\n",
|
14404
|
+
"description": "Deprecated, use `color` instead."
|
14405
|
+
},
|
14406
|
+
"VTreeviewGroup/expand-icon": {
|
14483
14407
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14484
|
-
"description": "
|
14408
|
+
"description": "Icon to display when the list item is collapsed."
|
14485
14409
|
},
|
14486
|
-
"
|
14410
|
+
"VTreeviewGroup/collapse-icon": {
|
14411
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14412
|
+
"description": "Icon to display when the list item is expanded."
|
14413
|
+
},
|
14414
|
+
"VTreeviewGroup/append-icon": {
|
14487
14415
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14488
14416
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
14489
14417
|
},
|
14490
|
-
"
|
14418
|
+
"VTreeviewGroup/prepend-icon": {
|
14419
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14420
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
14421
|
+
},
|
14422
|
+
"VTreeviewGroup/fluid": {
|
14491
14423
|
"type": "boolean\n",
|
14492
|
-
"description": "
|
14424
|
+
"description": "Removes indentation from nested items."
|
14493
14425
|
},
|
14494
|
-
"
|
14495
|
-
"type": "
|
14496
|
-
"description": "
|
14426
|
+
"VTreeviewGroup/raw-id": {
|
14427
|
+
"type": "string | number\n",
|
14428
|
+
"description": "Defines the root element's id attribute in the component. If it is provided, the id attribute will be dynamically generated in the format: \"v-list-group--id-[rawId]\"."
|
14429
|
+
},
|
14430
|
+
"VTreeviewItem/title": {
|
14431
|
+
"type": "string | number | boolean\n",
|
14432
|
+
"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."
|
14433
|
+
},
|
14434
|
+
"VTreeviewItem/replace": {
|
14435
|
+
"type": "boolean\n",
|
14436
|
+
"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."
|
14437
|
+
},
|
14438
|
+
"VTreeviewItem/link": {
|
14439
|
+
"type": "boolean\n",
|
14440
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
14497
14441
|
},
|
14498
14442
|
"VTreeviewItem/border": {
|
14499
14443
|
"type": "string | number | boolean\n",
|
@@ -14503,6 +14447,10 @@
|
|
14503
14447
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
14504
14448
|
"description": "Adjusts the vertical height used by the component."
|
14505
14449
|
},
|
14450
|
+
"VTreeviewItem/height": {
|
14451
|
+
"type": "string | number\n",
|
14452
|
+
"description": "Sets the height for the component."
|
14453
|
+
},
|
14506
14454
|
"VTreeviewItem/max-height": {
|
14507
14455
|
"type": "string | number\n",
|
14508
14456
|
"description": "Sets the maximum height for the component."
|
@@ -14519,14 +14467,14 @@
|
|
14519
14467
|
"type": "string | number\n",
|
14520
14468
|
"description": "Sets the minimum width for the component."
|
14521
14469
|
},
|
14470
|
+
"VTreeviewItem/width": {
|
14471
|
+
"type": "string | number\n",
|
14472
|
+
"description": "Sets the width for the component."
|
14473
|
+
},
|
14522
14474
|
"VTreeviewItem/elevation": {
|
14523
14475
|
"type": "string | number\n",
|
14524
14476
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
14525
14477
|
},
|
14526
|
-
"VTreeviewItem/loading": {
|
14527
|
-
"type": "boolean\n",
|
14528
|
-
"description": "Places the v-treeview-item into a loading state."
|
14529
|
-
},
|
14530
14478
|
"VTreeviewItem/rounded": {
|
14531
14479
|
"type": "string | number | boolean\n",
|
14532
14480
|
"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)."
|
@@ -14535,77 +14483,133 @@
|
|
14535
14483
|
"type": "boolean\n",
|
14536
14484
|
"description": "Removes any applied **border-radius** from the component."
|
14537
14485
|
},
|
14538
|
-
"VTreeviewItem/
|
14539
|
-
"type": "string\n",
|
14540
|
-
"description": "
|
14541
|
-
},
|
14542
|
-
"VTreeviewItem/exact": {
|
14543
|
-
"type": "boolean\n",
|
14544
|
-
"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."
|
14486
|
+
"VTreeviewItem/tag": {
|
14487
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
14488
|
+
"description": "Specify a custom tag used on the root element."
|
14545
14489
|
},
|
14546
|
-
"VTreeviewItem/
|
14547
|
-
"type": "string
|
14548
|
-
"description": "
|
14490
|
+
"VTreeviewItem/theme": {
|
14491
|
+
"type": "string\n",
|
14492
|
+
"description": "Specify a theme for this component and all of its children."
|
14549
14493
|
},
|
14550
14494
|
"VTreeviewItem/color": {
|
14551
14495
|
"type": "string\n",
|
14552
14496
|
"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 (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
|
14553
14497
|
},
|
14554
14498
|
"VTreeviewItem/variant": {
|
14555
|
-
"type": "'
|
14499
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
14556
14500
|
"description": "Applies a distinct style to the component."
|
14557
14501
|
},
|
14558
|
-
"VTreeviewItem/
|
14559
|
-
"type": "
|
14560
|
-
"description": "
|
14502
|
+
"VTreeviewItem/disabled": {
|
14503
|
+
"type": "boolean\n",
|
14504
|
+
"description": "Removes the ability to click or target the component."
|
14561
14505
|
},
|
14562
|
-
"VTreeviewItem/
|
14563
|
-
"type": "
|
14564
|
-
"description": "The
|
14506
|
+
"VTreeviewItem/value": {
|
14507
|
+
"type": "any\n",
|
14508
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
14509
|
+
},
|
14510
|
+
"VTreeviewItem/exact": {
|
14511
|
+
"type": "boolean\n",
|
14512
|
+
"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."
|
14565
14513
|
},
|
14566
14514
|
"VTreeviewItem/subtitle": {
|
14567
14515
|
"type": "string | number | boolean\n",
|
14568
14516
|
"description": "Specify a subtitle text for the component."
|
14569
14517
|
},
|
14570
|
-
"VTreeviewItem/
|
14518
|
+
"VTreeviewItem/base-color": {
|
14571
14519
|
"type": "string\n",
|
14572
|
-
"description": "
|
14520
|
+
"description": "Sets the color of component when not focused."
|
14573
14521
|
},
|
14574
|
-
"VTreeviewItem/
|
14522
|
+
"VTreeviewItem/active-color": {
|
14575
14523
|
"type": "string\n",
|
14576
|
-
"description": "
|
14524
|
+
"description": "Deprecated, use `color` instead."
|
14525
|
+
},
|
14526
|
+
"VTreeviewItem/active-class": {
|
14527
|
+
"type": "string\n",
|
14528
|
+
"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."
|
14529
|
+
},
|
14530
|
+
"VTreeviewItem/lines": {
|
14531
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
14532
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
14533
|
+
},
|
14534
|
+
"VTreeviewItem/slim": {
|
14535
|
+
"type": "boolean\n",
|
14536
|
+
"description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
|
14537
|
+
},
|
14538
|
+
"VTreeviewItem/nav": {
|
14539
|
+
"type": "boolean\n",
|
14540
|
+
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
14541
|
+
},
|
14542
|
+
"VTreeviewItem/append-icon": {
|
14543
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14544
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
14545
|
+
},
|
14546
|
+
"VTreeviewItem/prepend-icon": {
|
14547
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14548
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
14549
|
+
},
|
14550
|
+
"VTreeviewItem/active": {
|
14551
|
+
"type": "boolean\n",
|
14552
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
14553
|
+
},
|
14554
|
+
"VTreeviewItem/loading": {
|
14555
|
+
"type": "boolean\n",
|
14556
|
+
"description": "Places the v-treeview-item into a loading state."
|
14577
14557
|
},
|
14578
14558
|
"VTreeviewItem/hide-actions": {
|
14579
14559
|
"type": "boolean\n",
|
14580
14560
|
"description": "Hide the expand icon and loading indicator next to each item title."
|
14581
14561
|
},
|
14562
|
+
"VTreeviewItem/ripple": {
|
14563
|
+
"type": "boolean | { class: string; keys: number[] }\n",
|
14564
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
14565
|
+
},
|
14566
|
+
"VTreeviewItem/href": {
|
14567
|
+
"type": "string\n",
|
14568
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
14569
|
+
},
|
14570
|
+
"VTreeviewItem/to": {
|
14571
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
14572
|
+
"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."
|
14573
|
+
},
|
14582
14574
|
"VTreeviewItem/toggle-icon": {
|
14583
14575
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14584
14576
|
"description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
|
14585
14577
|
},
|
14578
|
+
"VTreeviewItem/append-avatar": {
|
14579
|
+
"type": "string\n",
|
14580
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot."
|
14581
|
+
},
|
14582
|
+
"VTreeviewItem/prepend-avatar": {
|
14583
|
+
"type": "string\n",
|
14584
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
14585
|
+
},
|
14586
14586
|
"VTreeviewItem/indent-lines": {
|
14587
|
-
"type": "('
|
14587
|
+
"type": "('leaf' | 'none' | 'line' | 'last-leaf' | 'leaf-link')[]\n",
|
14588
14588
|
"description": "Array of indent lines to render next to the item."
|
14589
14589
|
},
|
14590
|
-
"VValidation/
|
14591
|
-
"type": "
|
14592
|
-
"description": "
|
14590
|
+
"VValidation/name": {
|
14591
|
+
"type": "string\n",
|
14592
|
+
"description": "Sets the component's name attribute."
|
14593
14593
|
},
|
14594
14594
|
"VValidation/error": {
|
14595
14595
|
"type": "boolean\n",
|
14596
14596
|
"description": "Puts the input in a manual error state."
|
14597
14597
|
},
|
14598
|
-
"VValidation/
|
14598
|
+
"VValidation/label": {
|
14599
14599
|
"type": "string\n",
|
14600
|
-
"description": "Sets the
|
14600
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
14601
14601
|
},
|
14602
14602
|
"VValidation/disabled": {
|
14603
14603
|
"type": "boolean\n",
|
14604
14604
|
"description": "Removes the ability to click or target the component."
|
14605
14605
|
},
|
14606
|
-
"VValidation/
|
14607
|
-
"type": "
|
14608
|
-
"description": "
|
14606
|
+
"VValidation/readonly": {
|
14607
|
+
"type": "boolean\n",
|
14608
|
+
"description": "Puts input in readonly state."
|
14609
|
+
},
|
14610
|
+
"VValidation/model-value": {
|
14611
|
+
"type": "unknown\n",
|
14612
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
14609
14613
|
},
|
14610
14614
|
"VValidation/error-messages": {
|
14611
14615
|
"type": "string | string[]\n",
|
@@ -14615,10 +14619,6 @@
|
|
14615
14619
|
"type": "string | number\n",
|
14616
14620
|
"description": "Control the maximum number of shown errors from validation."
|
14617
14621
|
},
|
14618
|
-
"VValidation/readonly": {
|
14619
|
-
"type": "boolean\n",
|
14620
|
-
"description": "Puts input in readonly state."
|
14621
|
-
},
|
14622
14622
|
"VValidation/rules": {
|
14623
14623
|
"type": "(\n | string\n | boolean\n | PromiseLike<ValidationResult>\n | ((value: any) => string | false | true)\n | ((value: any) => PromiseLike<ValidationResult>)\n | [string, any, string]\n)[]\n",
|
14624
14624
|
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
@@ -14639,6 +14639,14 @@
|
|
14639
14639
|
"type": "string | number\n",
|
14640
14640
|
"description": "Height of the component as a css value/"
|
14641
14641
|
},
|
14642
|
+
"VVirtualScroll/width": {
|
14643
|
+
"type": "string | number\n",
|
14644
|
+
"description": "Sets the width for the component."
|
14645
|
+
},
|
14646
|
+
"VVirtualScroll/items": {
|
14647
|
+
"type": "unknown[]\n",
|
14648
|
+
"description": "The array of items to display."
|
14649
|
+
},
|
14642
14650
|
"VVirtualScroll/max-height": {
|
14643
14651
|
"type": "string | number\n",
|
14644
14652
|
"description": "Sets the maximum height for the component."
|
@@ -14655,13 +14663,9 @@
|
|
14655
14663
|
"type": "string | number\n",
|
14656
14664
|
"description": "Sets the minimum width for the component."
|
14657
14665
|
},
|
14658
|
-
"VVirtualScroll/
|
14659
|
-
"type": "
|
14660
|
-
"description": "
|
14661
|
-
},
|
14662
|
-
"VVirtualScroll/items": {
|
14663
|
-
"type": "unknown[]\n",
|
14664
|
-
"description": "The array of items to display."
|
14666
|
+
"VVirtualScroll/renderless": {
|
14667
|
+
"type": "boolean\n",
|
14668
|
+
"description": "Disables default component rendering functionality. The parent node must be [a positioned element](https://developer.mozilla.org/en-US/docs/Web/CSS/position#types_of_positioning), e.g. using `position: relative;`"
|
14665
14669
|
},
|
14666
14670
|
"VVirtualScroll/item-height": {
|
14667
14671
|
"type": "string | number\n",
|
@@ -14671,29 +14675,29 @@
|
|
14671
14675
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
14672
14676
|
"description": "Should point to a property with a unique value for each item, if not set then item index will be used as a key which may result in unnecessary re-renders."
|
14673
14677
|
},
|
14674
|
-
"
|
14675
|
-
"type": "
|
14676
|
-
"description": "
|
14677
|
-
},
|
14678
|
-
"VWindow/model-value": {
|
14679
|
-
"type": "unknown\n",
|
14680
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
14678
|
+
"VWindow/tag": {
|
14679
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
14680
|
+
"description": "Specify a custom tag used on the root element."
|
14681
14681
|
},
|
14682
14682
|
"VWindow/reverse": {
|
14683
14683
|
"type": "boolean\n",
|
14684
14684
|
"description": "Reverse the normal transition direction."
|
14685
14685
|
},
|
14686
|
-
"VWindow/
|
14687
|
-
"type": "
|
14688
|
-
"description": "
|
14686
|
+
"VWindow/disabled": {
|
14687
|
+
"type": "boolean\n",
|
14688
|
+
"description": "Removes the ability to click or target the component."
|
14689
14689
|
},
|
14690
14690
|
"VWindow/theme": {
|
14691
14691
|
"type": "string\n",
|
14692
14692
|
"description": "Specify a theme for this component and all of its children."
|
14693
14693
|
},
|
14694
|
-
"VWindow/
|
14695
|
-
"type": "
|
14696
|
-
"description": "
|
14694
|
+
"VWindow/selected-class": {
|
14695
|
+
"type": "string\n",
|
14696
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
14697
|
+
},
|
14698
|
+
"VWindow/model-value": {
|
14699
|
+
"type": "unknown\n",
|
14700
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
14697
14701
|
},
|
14698
14702
|
"VWindow/mandatory": {
|
14699
14703
|
"type": "boolean | 'force'\n",
|
@@ -14703,17 +14707,13 @@
|
|
14703
14707
|
"type": "'horizontal' | 'vertical'\n",
|
14704
14708
|
"description": "The transition direction when changing windows."
|
14705
14709
|
},
|
14706
|
-
"VWindow/prev-icon": {
|
14707
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14708
|
-
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
|
14709
|
-
},
|
14710
14710
|
"VWindow/next-icon": {
|
14711
14711
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14712
14712
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`."
|
14713
14713
|
},
|
14714
|
-
"VWindow/
|
14715
|
-
"type": "string\n",
|
14716
|
-
"description": "
|
14714
|
+
"VWindow/prev-icon": {
|
14715
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
14716
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
|
14717
14717
|
},
|
14718
14718
|
"VWindow/continuous": {
|
14719
14719
|
"type": "boolean\n",
|
@@ -14729,7 +14729,7 @@
|
|
14729
14729
|
},
|
14730
14730
|
"VWindow/vertical-arrows": {
|
14731
14731
|
"type": "boolean | 'left' | 'right'\n",
|
14732
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14732
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/VWindow.json))"
|
14733
14733
|
},
|
14734
14734
|
"VWindowItem/disabled": {
|
14735
14735
|
"type": "boolean\n",
|
@@ -14739,20 +14739,20 @@
|
|
14739
14739
|
"type": "any\n",
|
14740
14740
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
14741
14741
|
},
|
14742
|
-
"VWindowItem/
|
14743
|
-
"type": "
|
14744
|
-
"description": "
|
14742
|
+
"VWindowItem/eager": {
|
14743
|
+
"type": "boolean\n",
|
14744
|
+
"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."
|
14745
14745
|
},
|
14746
14746
|
"VWindowItem/transition": {
|
14747
14747
|
"type": "string | boolean\n",
|
14748
14748
|
"description": "The transition used when the component progressing through items. Can be one of the [built in](/styles/transitions/) or custom transition."
|
14749
14749
|
},
|
14750
|
-
"VWindowItem/eager": {
|
14751
|
-
"type": "boolean\n",
|
14752
|
-
"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."
|
14753
|
-
},
|
14754
14750
|
"VWindowItem/reverse-transition": {
|
14755
14751
|
"type": "string | boolean\n",
|
14756
14752
|
"description": "Sets the reverse transition."
|
14753
|
+
},
|
14754
|
+
"VWindowItem/selected-class": {
|
14755
|
+
"type": "string\n",
|
14756
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
14757
14757
|
}
|
14758
14758
|
}
|