@vuetify/nightly 3.11.4-dev.2025-12-21 → 3.11.4-dev.2025-12-22
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 +25 -3
- package/dist/json/attributes.json +1109 -1109
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +196 -196
- package/dist/json/web-types.json +2247 -2247
- package/dist/vuetify-labs.cjs +40 -15
- package/dist/vuetify-labs.css +4805 -4809
- package/dist/vuetify-labs.d.ts +83 -70
- package/dist/vuetify-labs.esm.js +40 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +35 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3454 -3458
- package/dist/vuetify.d.ts +83 -70
- package/dist/vuetify.esm.js +35 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.js +1 -1
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +5 -2
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +1 -0
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +7 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VGrid/VContainer.css +34 -0
- package/lib/components/VGrid/VContainer.js +1 -1
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/VContainer.sass +15 -0
- package/lib/components/VGrid/VGrid.css +0 -39
- package/lib/components/VGrid/VGrid.sass +0 -15
- package/lib/components/VGrid/VSpacer.css +3 -0
- package/lib/components/VGrid/VSpacer.js +1 -1
- package/lib/components/VGrid/VSpacer.js.map +1 -1
- package/lib/components/VGrid/VSpacer.sass +5 -0
- package/lib/components/VList/VListItem.d.ts +3 -0
- package/lib/components/VNumberInput/VNumberInput.js +1 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -2
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -0
- package/lib/composables/nested/nested.d.ts +3 -0
- package/lib/composables/nested/nested.js +17 -0
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -70
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +5 -4
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/styles/settings/_variables.scss +11 -0
- package/lib/styles/utilities/_display.sass +2 -1
- package/lib/styles/utilities/_elevation.scss +2 -1
- package/lib/styles/utilities/_pointer-events.sass +2 -1
- package/lib/styles/utilities/_screenreaders.sass +2 -1
- package/package.json +1 -1
|
@@ -4296,7 +4296,7 @@
|
|
|
4296
4296
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
4297
4297
|
},
|
|
4298
4298
|
"VDataTableRows/items": {
|
|
4299
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L49-
|
|
4299
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L49-L56\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L27-L34\" target=\"_blank\">GroupSummary</a>)[]\n",
|
|
4300
4300
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
4301
4301
|
},
|
|
4302
4302
|
"VDataTableRows/no-data-text": {
|
|
@@ -6903,50 +6903,34 @@
|
|
|
6903
6903
|
"type": "string\n",
|
|
6904
6904
|
"description": "Make the input accept only files matched by one or more [unique file type specifiers](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers). Applies to drag & drop and selecting folders. Emits `rejected` event when some files do not pass through to make it possible to notify user and deliver better user experience."
|
|
6905
6905
|
},
|
|
6906
|
-
"VFileUpload/length": {
|
|
6907
|
-
"type": "string | number\n",
|
|
6908
|
-
"description": "Sets the dividers length. Default unit is px."
|
|
6909
|
-
},
|
|
6910
|
-
"VFileUpload/tag": {
|
|
6911
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
6912
|
-
"description": "Specify a custom tag used on the root element."
|
|
6913
|
-
},
|
|
6914
|
-
"VFileUpload/name": {
|
|
6915
|
-
"type": "string\n",
|
|
6916
|
-
"description": "Sets the component's name attribute."
|
|
6917
|
-
},
|
|
6918
6906
|
"VFileUpload/title": {
|
|
6919
6907
|
"type": "string\n",
|
|
6920
6908
|
"description": "Specify a title text for the component."
|
|
6921
6909
|
},
|
|
6922
|
-
"VFileUpload/
|
|
6923
|
-
"type": "boolean\n",
|
|
6924
|
-
"description": "Removes the ability to click or target the component."
|
|
6925
|
-
},
|
|
6926
|
-
"VFileUpload/height": {
|
|
6927
|
-
"type": "string | number\n",
|
|
6928
|
-
"description": "Sets the height for the component."
|
|
6929
|
-
},
|
|
6930
|
-
"VFileUpload/multiple": {
|
|
6931
|
-
"type": "boolean\n",
|
|
6932
|
-
"description": "Allows multiple files to be uploaded."
|
|
6933
|
-
},
|
|
6934
|
-
"VFileUpload/width": {
|
|
6910
|
+
"VFileUpload/length": {
|
|
6935
6911
|
"type": "string | number\n",
|
|
6936
|
-
"description": "Sets the
|
|
6937
|
-
},
|
|
6938
|
-
"VFileUpload/theme": {
|
|
6939
|
-
"type": "string\n",
|
|
6940
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6912
|
+
"description": "Sets the dividers length. Default unit is px."
|
|
6941
6913
|
},
|
|
6942
6914
|
"VFileUpload/border": {
|
|
6943
6915
|
"type": "string | number | boolean\n",
|
|
6944
6916
|
"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)."
|
|
6945
6917
|
},
|
|
6918
|
+
"VFileUpload/icon": {
|
|
6919
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
6920
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
6921
|
+
},
|
|
6922
|
+
"VFileUpload/model-value": {
|
|
6923
|
+
"type": "File | File[]\n",
|
|
6924
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6925
|
+
},
|
|
6946
6926
|
"VFileUpload/density": {
|
|
6947
6927
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
6948
6928
|
"description": "Adjusts the vertical height used by the component."
|
|
6949
6929
|
},
|
|
6930
|
+
"VFileUpload/height": {
|
|
6931
|
+
"type": "string | number\n",
|
|
6932
|
+
"description": "Sets the height for the component."
|
|
6933
|
+
},
|
|
6950
6934
|
"VFileUpload/max-height": {
|
|
6951
6935
|
"type": "string | number\n",
|
|
6952
6936
|
"description": "Sets the maximum height for the component."
|
|
@@ -6963,6 +6947,10 @@
|
|
|
6963
6947
|
"type": "string | number\n",
|
|
6964
6948
|
"description": "Sets the minimum width for the component."
|
|
6965
6949
|
},
|
|
6950
|
+
"VFileUpload/width": {
|
|
6951
|
+
"type": "string | number\n",
|
|
6952
|
+
"description": "Sets the width for the component."
|
|
6953
|
+
},
|
|
6966
6954
|
"VFileUpload/elevation": {
|
|
6967
6955
|
"type": "string | number\n",
|
|
6968
6956
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -6972,7 +6960,7 @@
|
|
|
6972
6960
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
6973
6961
|
},
|
|
6974
6962
|
"VFileUpload/position": {
|
|
6975
|
-
"type": "'fixed' | '
|
|
6963
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
|
6976
6964
|
"description": "Sets the position for the component."
|
|
6977
6965
|
},
|
|
6978
6966
|
"VFileUpload/rounded": {
|
|
@@ -6983,17 +6971,33 @@
|
|
|
6983
6971
|
"type": "boolean\n",
|
|
6984
6972
|
"description": "Removes any applied **border-radius** from the component."
|
|
6985
6973
|
},
|
|
6974
|
+
"VFileUpload/tag": {
|
|
6975
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
6976
|
+
"description": "Specify a custom tag used on the root element."
|
|
6977
|
+
},
|
|
6978
|
+
"VFileUpload/theme": {
|
|
6979
|
+
"type": "string\n",
|
|
6980
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6981
|
+
},
|
|
6986
6982
|
"VFileUpload/color": {
|
|
6987
6983
|
"type": "string\n",
|
|
6988
6984
|
"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)."
|
|
6989
6985
|
},
|
|
6990
|
-
"VFileUpload/
|
|
6991
|
-
"type": "
|
|
6992
|
-
"description": "
|
|
6986
|
+
"VFileUpload/name": {
|
|
6987
|
+
"type": "string\n",
|
|
6988
|
+
"description": "Sets the component's name attribute."
|
|
6993
6989
|
},
|
|
6994
|
-
"VFileUpload/
|
|
6995
|
-
"type": "
|
|
6996
|
-
"description": "
|
|
6990
|
+
"VFileUpload/disabled": {
|
|
6991
|
+
"type": "boolean\n",
|
|
6992
|
+
"description": "Removes the ability to click or target the component."
|
|
6993
|
+
},
|
|
6994
|
+
"VFileUpload/multiple": {
|
|
6995
|
+
"type": "boolean\n",
|
|
6996
|
+
"description": "Allows multiple files to be uploaded."
|
|
6997
|
+
},
|
|
6998
|
+
"VFileUpload/subtitle": {
|
|
6999
|
+
"type": "string\n",
|
|
7000
|
+
"description": "Specify a subtitle text for the component."
|
|
6997
7001
|
},
|
|
6998
7002
|
"VFileUpload/opacity": {
|
|
6999
7003
|
"type": "string | number\n",
|
|
@@ -7011,26 +7015,10 @@
|
|
|
7011
7015
|
"type": "string | number\n",
|
|
7012
7016
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
7013
7017
|
},
|
|
7014
|
-
"VFileUpload/subtitle": {
|
|
7015
|
-
"type": "string\n",
|
|
7016
|
-
"description": "Specify a subtitle text for the component."
|
|
7017
|
-
},
|
|
7018
7018
|
"VFileUpload/clearable": {
|
|
7019
7019
|
"type": "boolean\n",
|
|
7020
7020
|
"description": "Allows for the component to be cleared."
|
|
7021
7021
|
},
|
|
7022
|
-
"VFileUpload/thickness": {
|
|
7023
|
-
"type": "string | number\n",
|
|
7024
|
-
"description": "Sets the dividers thickness. Default unit is px."
|
|
7025
|
-
},
|
|
7026
|
-
"VFileUpload/show-size": {
|
|
7027
|
-
"type": "boolean\n",
|
|
7028
|
-
"description": "Shows the size of the file."
|
|
7029
|
-
},
|
|
7030
|
-
"VFileUpload/filter-by-type": {
|
|
7031
|
-
"type": "string\n",
|
|
7032
|
-
"description": "Make the input accept only files matched by one or more [unique file type specifiers](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers). Applies to drag & drop and selecting folders. Emits `rejected` event when some files do not pass through to make it possible to notify user and deliver better user experience."
|
|
7033
|
-
},
|
|
7034
7022
|
"VFileUpload/browse-text": {
|
|
7035
7023
|
"type": "string\n",
|
|
7036
7024
|
"description": "Text for the browse button."
|
|
@@ -7043,6 +7031,18 @@
|
|
|
7043
7031
|
"type": "boolean\n",
|
|
7044
7032
|
"description": "Hides the browse button."
|
|
7045
7033
|
},
|
|
7034
|
+
"VFileUpload/show-size": {
|
|
7035
|
+
"type": "boolean\n",
|
|
7036
|
+
"description": "Shows the size of the file."
|
|
7037
|
+
},
|
|
7038
|
+
"VFileUpload/filter-by-type": {
|
|
7039
|
+
"type": "string\n",
|
|
7040
|
+
"description": "Make the input accept only files matched by one or more [unique file type specifiers](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Unique_file_type_specifiers). Applies to drag & drop and selecting folders. Emits `rejected` event when some files do not pass through to make it possible to notify user and deliver better user experience."
|
|
7041
|
+
},
|
|
7042
|
+
"VFileUpload/thickness": {
|
|
7043
|
+
"type": "string | number\n",
|
|
7044
|
+
"description": "Sets the dividers thickness. Default unit is px."
|
|
7045
|
+
},
|
|
7046
7046
|
"VFileUploadItem/replace": {
|
|
7047
7047
|
"type": "boolean\n",
|
|
7048
7048
|
"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."
|
|
@@ -7343,14 +7343,14 @@
|
|
|
7343
7343
|
"type": "'auto' | 'pc' | 'mac'\n",
|
|
7344
7344
|
"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"
|
|
7345
7345
|
},
|
|
7346
|
-
"VHover/model-value": {
|
|
7347
|
-
"type": "boolean\n",
|
|
7348
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7349
|
-
},
|
|
7350
7346
|
"VHover/disabled": {
|
|
7351
7347
|
"type": "boolean\n",
|
|
7352
7348
|
"description": "Removes hover functionality."
|
|
7353
7349
|
},
|
|
7350
|
+
"VHover/model-value": {
|
|
7351
|
+
"type": "boolean\n",
|
|
7352
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7353
|
+
},
|
|
7354
7354
|
"VHover/close-delay": {
|
|
7355
7355
|
"type": "string | number\n",
|
|
7356
7356
|
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
@@ -7359,37 +7359,37 @@
|
|
|
7359
7359
|
"type": "string | number\n",
|
|
7360
7360
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
7361
7361
|
},
|
|
7362
|
-
"VIcon/
|
|
7363
|
-
"type": "
|
|
7364
|
-
"description": "
|
|
7362
|
+
"VIcon/end": {
|
|
7363
|
+
"type": "boolean\n",
|
|
7364
|
+
"description": "Applies margin at the start of the component."
|
|
7365
7365
|
},
|
|
7366
|
-
"VIcon/
|
|
7366
|
+
"VIcon/start": {
|
|
7367
7367
|
"type": "boolean\n",
|
|
7368
|
-
"description": "
|
|
7368
|
+
"description": "Applies margin at the end of the component."
|
|
7369
7369
|
},
|
|
7370
|
-
"VIcon/
|
|
7371
|
-
"type": "string | number\n",
|
|
7372
|
-
"description": "
|
|
7370
|
+
"VIcon/icon": {
|
|
7371
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7372
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
7373
|
+
},
|
|
7374
|
+
"VIcon/tag": {
|
|
7375
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7376
|
+
"description": "Specify a custom tag used on the root element."
|
|
7373
7377
|
},
|
|
7374
7378
|
"VIcon/theme": {
|
|
7375
7379
|
"type": "string\n",
|
|
7376
7380
|
"description": "Specify a theme for this component and all of its children."
|
|
7377
7381
|
},
|
|
7378
|
-
"VIcon/start": {
|
|
7379
|
-
"type": "boolean\n",
|
|
7380
|
-
"description": "Applies margin at the end of the component."
|
|
7381
|
-
},
|
|
7382
|
-
"VIcon/end": {
|
|
7383
|
-
"type": "boolean\n",
|
|
7384
|
-
"description": "Applies margin at the start of the component."
|
|
7385
|
-
},
|
|
7386
7382
|
"VIcon/color": {
|
|
7387
7383
|
"type": "string\n",
|
|
7388
7384
|
"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)."
|
|
7389
7385
|
},
|
|
7390
|
-
"VIcon/
|
|
7391
|
-
"type": "
|
|
7392
|
-
"description": "
|
|
7386
|
+
"VIcon/disabled": {
|
|
7387
|
+
"type": "boolean\n",
|
|
7388
|
+
"description": "Removes the ability to click or target the component."
|
|
7389
|
+
},
|
|
7390
|
+
"VIcon/size": {
|
|
7391
|
+
"type": "string | number\n",
|
|
7392
|
+
"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**."
|
|
7393
7393
|
},
|
|
7394
7394
|
"VIcon/opacity": {
|
|
7395
7395
|
"type": "string | number\n",
|
|
@@ -7615,22 +7615,10 @@
|
|
|
7615
7615
|
"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",
|
|
7616
7616
|
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
|
7617
7617
|
},
|
|
7618
|
-
"VInfiniteScroll/tag": {
|
|
7619
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7620
|
-
"description": "Specify a custom tag used on the root element."
|
|
7621
|
-
},
|
|
7622
|
-
"VInfiniteScroll/mode": {
|
|
7623
|
-
"type": "'intersect' | 'manual'\n",
|
|
7624
|
-
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
|
7625
|
-
},
|
|
7626
7618
|
"VInfiniteScroll/height": {
|
|
7627
7619
|
"type": "string | number\n",
|
|
7628
7620
|
"description": "Sets the height for the component."
|
|
7629
7621
|
},
|
|
7630
|
-
"VInfiniteScroll/width": {
|
|
7631
|
-
"type": "string | number\n",
|
|
7632
|
-
"description": "Sets the width for the component."
|
|
7633
|
-
},
|
|
7634
7622
|
"VInfiniteScroll/max-height": {
|
|
7635
7623
|
"type": "string | number\n",
|
|
7636
7624
|
"description": "Sets the maximum height for the component."
|
|
@@ -7647,16 +7635,28 @@
|
|
|
7647
7635
|
"type": "string | number\n",
|
|
7648
7636
|
"description": "Sets the minimum width for the component."
|
|
7649
7637
|
},
|
|
7638
|
+
"VInfiniteScroll/width": {
|
|
7639
|
+
"type": "string | number\n",
|
|
7640
|
+
"description": "Sets the width for the component."
|
|
7641
|
+
},
|
|
7642
|
+
"VInfiniteScroll/tag": {
|
|
7643
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7644
|
+
"description": "Specify a custom tag used on the root element."
|
|
7645
|
+
},
|
|
7650
7646
|
"VInfiniteScroll/color": {
|
|
7651
7647
|
"type": "string\n",
|
|
7652
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)."
|
|
7653
7649
|
},
|
|
7650
|
+
"VInfiniteScroll/mode": {
|
|
7651
|
+
"type": "'intersect' | 'manual'\n",
|
|
7652
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
|
7653
|
+
},
|
|
7654
7654
|
"VInfiniteScroll/direction": {
|
|
7655
7655
|
"type": "'horizontal' | 'vertical'\n",
|
|
7656
7656
|
"description": "Specifies if scroller is **vertical** or **horizontal**."
|
|
7657
7657
|
},
|
|
7658
7658
|
"VInfiniteScroll/side": {
|
|
7659
|
-
"type": "'
|
|
7659
|
+
"type": "'end' | 'start' | 'both'\n",
|
|
7660
7660
|
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
|
|
7661
7661
|
},
|
|
7662
7662
|
"VInfiniteScroll/margin": {
|
|
@@ -7671,62 +7671,78 @@
|
|
|
7671
7671
|
"type": "string\n",
|
|
7672
7672
|
"description": "Text shown when there is no more content to load."
|
|
7673
7673
|
},
|
|
7674
|
-
"VInput/
|
|
7675
|
-
"type": "
|
|
7676
|
-
"description": "
|
|
7674
|
+
"VInput/name": {
|
|
7675
|
+
"type": "string\n",
|
|
7676
|
+
"description": "Sets the component's name attribute."
|
|
7677
7677
|
},
|
|
7678
7678
|
"VInput/error": {
|
|
7679
7679
|
"type": "boolean\n",
|
|
7680
7680
|
"description": "Puts the input in a manual error state."
|
|
7681
7681
|
},
|
|
7682
|
-
"VInput/
|
|
7683
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7684
|
-
"description": "Adjusts the vertical height used by the component."
|
|
7685
|
-
},
|
|
7686
|
-
"VInput/max-width": {
|
|
7687
|
-
"type": "string | number\n",
|
|
7688
|
-
"description": "Sets the maximum width for the component."
|
|
7689
|
-
},
|
|
7690
|
-
"VInput/min-width": {
|
|
7691
|
-
"type": "string | number\n",
|
|
7692
|
-
"description": "Sets the minimum width for the component."
|
|
7693
|
-
},
|
|
7694
|
-
"VInput/width": {
|
|
7695
|
-
"type": "string | number\n",
|
|
7696
|
-
"description": "Sets the width for the component."
|
|
7697
|
-
},
|
|
7698
|
-
"VInput/theme": {
|
|
7699
|
-
"type": "string\n",
|
|
7700
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7701
|
-
},
|
|
7702
|
-
"VInput/color": {
|
|
7703
|
-
"type": "string\n",
|
|
7704
|
-
"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)."
|
|
7705
|
-
},
|
|
7706
|
-
"VInput/name": {
|
|
7682
|
+
"VInput/label": {
|
|
7707
7683
|
"type": "string\n",
|
|
7708
|
-
"description": "Sets the
|
|
7684
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
7709
7685
|
},
|
|
7710
7686
|
"VInput/disabled": {
|
|
7711
7687
|
"type": "boolean\n",
|
|
7712
7688
|
"description": "Removes the ability to click or target the component."
|
|
7713
7689
|
},
|
|
7690
|
+
"VInput/width": {
|
|
7691
|
+
"type": "string | number\n",
|
|
7692
|
+
"description": "Sets the width for the component."
|
|
7693
|
+
},
|
|
7714
7694
|
"VInput/id": {
|
|
7715
7695
|
"type": "string\n",
|
|
7716
7696
|
"description": "Sets the DOM id on the component."
|
|
7717
7697
|
},
|
|
7718
|
-
"VInput/
|
|
7698
|
+
"VInput/theme": {
|
|
7719
7699
|
"type": "string\n",
|
|
7720
|
-
"description": "
|
|
7700
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7721
7701
|
},
|
|
7722
7702
|
"VInput/base-color": {
|
|
7723
7703
|
"type": "string\n",
|
|
7724
7704
|
"description": "Sets the color of the input when it is not focused."
|
|
7725
7705
|
},
|
|
7706
|
+
"VInput/prepend-icon": {
|
|
7707
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7708
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
7709
|
+
},
|
|
7726
7710
|
"VInput/append-icon": {
|
|
7727
7711
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7728
7712
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
7729
7713
|
},
|
|
7714
|
+
"VInput/readonly": {
|
|
7715
|
+
"type": "boolean\n",
|
|
7716
|
+
"description": "Puts input in readonly state."
|
|
7717
|
+
},
|
|
7718
|
+
"VInput/density": {
|
|
7719
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7720
|
+
"description": "Adjusts the vertical height used by the component."
|
|
7721
|
+
},
|
|
7722
|
+
"VInput/max-width": {
|
|
7723
|
+
"type": "string | number\n",
|
|
7724
|
+
"description": "Sets the maximum width for the component."
|
|
7725
|
+
},
|
|
7726
|
+
"VInput/min-width": {
|
|
7727
|
+
"type": "string | number\n",
|
|
7728
|
+
"description": "Sets the minimum width for the component."
|
|
7729
|
+
},
|
|
7730
|
+
"VInput/color": {
|
|
7731
|
+
"type": "string\n",
|
|
7732
|
+
"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)."
|
|
7733
|
+
},
|
|
7734
|
+
"VInput/model-value": {
|
|
7735
|
+
"type": "unknown\n",
|
|
7736
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7737
|
+
},
|
|
7738
|
+
"VInput/direction": {
|
|
7739
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
7740
|
+
"description": "Changes the direction of the input."
|
|
7741
|
+
},
|
|
7742
|
+
"VInput/messages": {
|
|
7743
|
+
"type": "string | string[]\n",
|
|
7744
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
7745
|
+
},
|
|
7730
7746
|
"VInput/center-affix": {
|
|
7731
7747
|
"type": "boolean\n",
|
|
7732
7748
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
@@ -7739,10 +7755,6 @@
|
|
|
7739
7755
|
"type": "string | boolean\n",
|
|
7740
7756
|
"description": "Sets the color of the prepend/append icons."
|
|
7741
7757
|
},
|
|
7742
|
-
"VInput/prepend-icon": {
|
|
7743
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7744
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
7745
|
-
},
|
|
7746
7758
|
"VInput/hide-spin-buttons": {
|
|
7747
7759
|
"type": "boolean\n",
|
|
7748
7760
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -7755,14 +7767,6 @@
|
|
|
7755
7767
|
"type": "boolean\n",
|
|
7756
7768
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
7757
7769
|
},
|
|
7758
|
-
"VInput/messages": {
|
|
7759
|
-
"type": "string | string[]\n",
|
|
7760
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
7761
|
-
},
|
|
7762
|
-
"VInput/direction": {
|
|
7763
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
7764
|
-
"description": "Changes the direction of the input."
|
|
7765
|
-
},
|
|
7766
7770
|
"VInput/error-messages": {
|
|
7767
7771
|
"type": "string | string[]\n",
|
|
7768
7772
|
"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."
|
|
@@ -7771,10 +7775,6 @@
|
|
|
7771
7775
|
"type": "string | number\n",
|
|
7772
7776
|
"description": "Control the maximum number of shown errors from validation."
|
|
7773
7777
|
},
|
|
7774
|
-
"VInput/readonly": {
|
|
7775
|
-
"type": "boolean\n",
|
|
7776
|
-
"description": "Puts input in readonly state."
|
|
7777
|
-
},
|
|
7778
7778
|
"VInput/rules": {
|
|
7779
7779
|
"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",
|
|
7780
7780
|
"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`."
|
|
@@ -7979,50 +7979,6 @@
|
|
|
7979
7979
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7980
7980
|
"description": "Specify a custom tag used on the root element."
|
|
7981
7981
|
},
|
|
7982
|
-
"VList/tag": {
|
|
7983
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7984
|
-
"description": "Specify a custom tag used on the root element."
|
|
7985
|
-
},
|
|
7986
|
-
"VList/nav": {
|
|
7987
|
-
"type": "boolean\n",
|
|
7988
|
-
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
|
7989
|
-
},
|
|
7990
|
-
"VList/activated": {
|
|
7991
|
-
"type": "unknown\n",
|
|
7992
|
-
"description": "Array of ids of activated nodes."
|
|
7993
|
-
},
|
|
7994
|
-
"VList/disabled": {
|
|
7995
|
-
"type": "boolean\n",
|
|
7996
|
-
"description": "Puts all children inputs into a disabled state."
|
|
7997
|
-
},
|
|
7998
|
-
"VList/height": {
|
|
7999
|
-
"type": "string | number\n",
|
|
8000
|
-
"description": "Sets the height for the component."
|
|
8001
|
-
},
|
|
8002
|
-
"VList/width": {
|
|
8003
|
-
"type": "string | number\n",
|
|
8004
|
-
"description": "Sets the width for the component."
|
|
8005
|
-
},
|
|
8006
|
-
"VList/theme": {
|
|
8007
|
-
"type": "string\n",
|
|
8008
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8009
|
-
},
|
|
8010
|
-
"VList/items": {
|
|
8011
|
-
"type": "any[]\n",
|
|
8012
|
-
"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."
|
|
8013
|
-
},
|
|
8014
|
-
"VList/active-color": {
|
|
8015
|
-
"type": "string\n",
|
|
8016
|
-
"description": "Deprecated, use `color` instead."
|
|
8017
|
-
},
|
|
8018
|
-
"VList/base-color": {
|
|
8019
|
-
"type": "string\n",
|
|
8020
|
-
"description": "Sets the color of component when not focused."
|
|
8021
|
-
},
|
|
8022
|
-
"VList/slim": {
|
|
8023
|
-
"type": "boolean\n",
|
|
8024
|
-
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
8025
|
-
},
|
|
8026
7982
|
"VList/border": {
|
|
8027
7983
|
"type": "string | number | boolean\n",
|
|
8028
7984
|
"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)."
|
|
@@ -8031,6 +7987,10 @@
|
|
|
8031
7987
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8032
7988
|
"description": "Adjusts the vertical height used by the component."
|
|
8033
7989
|
},
|
|
7990
|
+
"VList/height": {
|
|
7991
|
+
"type": "string | number\n",
|
|
7992
|
+
"description": "Sets the height for the component."
|
|
7993
|
+
},
|
|
8034
7994
|
"VList/max-height": {
|
|
8035
7995
|
"type": "string | number\n",
|
|
8036
7996
|
"description": "Sets the maximum height for the component."
|
|
@@ -8047,6 +8007,10 @@
|
|
|
8047
8007
|
"type": "string | number\n",
|
|
8048
8008
|
"description": "Sets the minimum width for the component."
|
|
8049
8009
|
},
|
|
8010
|
+
"VList/width": {
|
|
8011
|
+
"type": "string | number\n",
|
|
8012
|
+
"description": "Sets the width for the component."
|
|
8013
|
+
},
|
|
8050
8014
|
"VList/elevation": {
|
|
8051
8015
|
"type": "string | number\n",
|
|
8052
8016
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -8059,41 +8023,45 @@
|
|
|
8059
8023
|
"type": "boolean\n",
|
|
8060
8024
|
"description": "Removes any applied **border-radius** from the component."
|
|
8061
8025
|
},
|
|
8026
|
+
"VList/tag": {
|
|
8027
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8028
|
+
"description": "Specify a custom tag used on the root element."
|
|
8029
|
+
},
|
|
8030
|
+
"VList/theme": {
|
|
8031
|
+
"type": "string\n",
|
|
8032
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8033
|
+
},
|
|
8062
8034
|
"VList/color": {
|
|
8063
8035
|
"type": "string\n",
|
|
8064
8036
|
"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)."
|
|
8065
8037
|
},
|
|
8066
8038
|
"VList/variant": {
|
|
8067
|
-
"type": "'
|
|
8039
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
8068
8040
|
"description": "Applies a distinct style to the component."
|
|
8069
8041
|
},
|
|
8070
|
-
"VList/
|
|
8071
|
-
"type": "
|
|
8072
|
-
"description": "
|
|
8073
|
-
},
|
|
8074
|
-
"VList/lines": {
|
|
8075
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
|
8076
|
-
"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."
|
|
8042
|
+
"VList/activated": {
|
|
8043
|
+
"type": "unknown\n",
|
|
8044
|
+
"description": "Array of ids of activated nodes."
|
|
8077
8045
|
},
|
|
8078
|
-
"VList/
|
|
8046
|
+
"VList/disabled": {
|
|
8079
8047
|
"type": "boolean\n",
|
|
8080
|
-
"description": "
|
|
8048
|
+
"description": "Puts all children inputs into a disabled state."
|
|
8081
8049
|
},
|
|
8082
|
-
"VList/
|
|
8050
|
+
"VList/base-color": {
|
|
8083
8051
|
"type": "string\n",
|
|
8084
|
-
"description": "
|
|
8052
|
+
"description": "Sets the color of component when not focused."
|
|
8085
8053
|
},
|
|
8086
|
-
"VList/
|
|
8087
|
-
"type": "
|
|
8088
|
-
"description": "
|
|
8054
|
+
"VList/active-color": {
|
|
8055
|
+
"type": "string\n",
|
|
8056
|
+
"description": "Deprecated, use `color` instead."
|
|
8089
8057
|
},
|
|
8090
|
-
"VList/
|
|
8091
|
-
"type": "
|
|
8092
|
-
"description": "
|
|
8058
|
+
"VList/active-class": {
|
|
8059
|
+
"type": "string\n",
|
|
8060
|
+
"description": "The class applied to the component when it is in an active state."
|
|
8093
8061
|
},
|
|
8094
|
-
"VList/
|
|
8095
|
-
"type": "
|
|
8096
|
-
"description": "
|
|
8062
|
+
"VList/bg-color": {
|
|
8063
|
+
"type": "string\n",
|
|
8064
|
+
"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)."
|
|
8097
8065
|
},
|
|
8098
8066
|
"VList/filterable": {
|
|
8099
8067
|
"type": "boolean\n",
|
|
@@ -8107,6 +8075,14 @@
|
|
|
8107
8075
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8108
8076
|
"description": "Icon to display when the list item is expanded."
|
|
8109
8077
|
},
|
|
8078
|
+
"VList/lines": {
|
|
8079
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
8080
|
+
"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."
|
|
8081
|
+
},
|
|
8082
|
+
"VList/slim": {
|
|
8083
|
+
"type": "boolean\n",
|
|
8084
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
8085
|
+
},
|
|
8110
8086
|
"VList/prepend-gap": {
|
|
8111
8087
|
"type": "string | number\n",
|
|
8112
8088
|
"description": "Sets the horizontal spacing between prepend slot and the main content within list item. Also affects indent to ensure expected alignment of group children."
|
|
@@ -8115,6 +8091,10 @@
|
|
|
8115
8091
|
"type": "string | number\n",
|
|
8116
8092
|
"description": "Overrides the indent size for nested groups."
|
|
8117
8093
|
},
|
|
8094
|
+
"VList/nav": {
|
|
8095
|
+
"type": "boolean\n",
|
|
8096
|
+
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
|
8097
|
+
},
|
|
8118
8098
|
"VList/navigation-strategy": {
|
|
8119
8099
|
"type": "'focus' | 'track'\n",
|
|
8120
8100
|
"description": "Determines keyboard navigation behavior. **focus** (default) moves DOM focus to items, suitable for traditional lists. **track** provides visual keyboard focus without moving DOM focus, ideal for command palettes and autocomplete where an external element retains focus. When track mode is active, items automatically receive `tabindex=\"-1\"`, proper `aria-activedescendant` is set on the list container, and keyboard-focused items display focus-visible styling with auto-scrolling."
|
|
@@ -8135,6 +8115,14 @@
|
|
|
8135
8115
|
"type": "unknown\n",
|
|
8136
8116
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
8137
8117
|
},
|
|
8118
|
+
"VList/selected": {
|
|
8119
|
+
"type": "unknown\n",
|
|
8120
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
8121
|
+
},
|
|
8122
|
+
"VList/mandatory": {
|
|
8123
|
+
"type": "boolean\n",
|
|
8124
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
8125
|
+
},
|
|
8138
8126
|
"VList/items-registration": {
|
|
8139
8127
|
"type": "'props' | 'render'\n",
|
|
8140
8128
|
"description": "When set to 'props', skips rendering collapsed items/nodes (for significant performance gains)."
|
|
@@ -8151,6 +8139,10 @@
|
|
|
8151
8139
|
"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",
|
|
8152
8140
|
"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."
|
|
8153
8141
|
},
|
|
8142
|
+
"VList/items": {
|
|
8143
|
+
"type": "any[]\n",
|
|
8144
|
+
"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."
|
|
8145
|
+
},
|
|
8154
8146
|
"VList/item-title": {
|
|
8155
8147
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
8156
8148
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -8163,6 +8155,10 @@
|
|
|
8163
8155
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
8164
8156
|
"description": "Property on supplied `items` that contains its children."
|
|
8165
8157
|
},
|
|
8158
|
+
"VList/item-props": {
|
|
8159
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
8160
|
+
"description": "Props object that will be applied to each item component. `true` will treat the original object as raw props and pass it directly to the component."
|
|
8161
|
+
},
|
|
8166
8162
|
"VList/item-type": {
|
|
8167
8163
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L61-L65\" target=\"_blank\">SelectItemKey</a>\n",
|
|
8168
8164
|
"description": "Designates the key on the supplied items that is used for determining the nodes type."
|
|
@@ -8171,17 +8167,17 @@
|
|
|
8171
8167
|
"type": "boolean\n",
|
|
8172
8168
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
|
|
8173
8169
|
},
|
|
8174
|
-
"
|
|
8175
|
-
"type": "string
|
|
8176
|
-
"description": "
|
|
8170
|
+
"VList/value-comparator": {
|
|
8171
|
+
"type": "((a: any, b: any, recursionCache: { delete: (key: WeakKey) => boolean; get: (key: WeakKey) => any; has: (key: WeakKey) => boolean; set: (key: WeakKey, value: any) => WeakMap<WeakKey, any>; __@toStringTag@3888: string }) => boolean)",
|
|
8172
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
8177
8173
|
},
|
|
8178
8174
|
"VListGroup/tag": {
|
|
8179
8175
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8180
8176
|
"description": "Specify a custom tag used on the root element."
|
|
8181
8177
|
},
|
|
8182
|
-
"VListGroup/
|
|
8178
|
+
"VListGroup/title": {
|
|
8183
8179
|
"type": "string\n",
|
|
8184
|
-
"description": "
|
|
8180
|
+
"description": "Specify a title text for the component."
|
|
8185
8181
|
},
|
|
8186
8182
|
"VListGroup/disabled": {
|
|
8187
8183
|
"type": "boolean\n",
|
|
@@ -8191,13 +8187,25 @@
|
|
|
8191
8187
|
"type": "any\n",
|
|
8192
8188
|
"description": "Expands / Collapse the list-group."
|
|
8193
8189
|
},
|
|
8190
|
+
"VListGroup/active-color": {
|
|
8191
|
+
"type": "string\n",
|
|
8192
|
+
"description": "Deprecated, use `color` instead."
|
|
8193
|
+
},
|
|
8194
8194
|
"VListGroup/base-color": {
|
|
8195
8195
|
"type": "string\n",
|
|
8196
8196
|
"description": "Sets the color of component when not focused."
|
|
8197
8197
|
},
|
|
8198
|
-
"VListGroup/
|
|
8198
|
+
"VListGroup/prepend-icon": {
|
|
8199
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8200
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
8201
|
+
},
|
|
8202
|
+
"VListGroup/append-icon": {
|
|
8203
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8204
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8205
|
+
},
|
|
8206
|
+
"VListGroup/color": {
|
|
8199
8207
|
"type": "string\n",
|
|
8200
|
-
"description": "
|
|
8208
|
+
"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)."
|
|
8201
8209
|
},
|
|
8202
8210
|
"VListGroup/expand-icon": {
|
|
8203
8211
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -8207,22 +8215,14 @@
|
|
|
8207
8215
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8208
8216
|
"description": "Icon to display when the list item is expanded."
|
|
8209
8217
|
},
|
|
8210
|
-
"VListGroup/
|
|
8211
|
-
"type": "
|
|
8212
|
-
"description": "
|
|
8213
|
-
},
|
|
8214
|
-
"VListGroup/prepend-icon": {
|
|
8215
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8216
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
8218
|
+
"VListGroup/raw-id": {
|
|
8219
|
+
"type": "string | number\n",
|
|
8220
|
+
"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]\"."
|
|
8217
8221
|
},
|
|
8218
8222
|
"VListGroup/fluid": {
|
|
8219
8223
|
"type": "boolean\n",
|
|
8220
8224
|
"description": "Removes the left padding assigned for action icons from group items."
|
|
8221
8225
|
},
|
|
8222
|
-
"VListGroup/raw-id": {
|
|
8223
|
-
"type": "string | number\n",
|
|
8224
|
-
"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]\"."
|
|
8225
|
-
},
|
|
8226
8226
|
"VListGroup/subgroup": {
|
|
8227
8227
|
"type": "boolean\n",
|
|
8228
8228
|
"description": "Designate the component as nested list group."
|
|
@@ -8423,10 +8423,6 @@
|
|
|
8423
8423
|
"type": "string\n",
|
|
8424
8424
|
"description": "Specify a custom tag used on the root element."
|
|
8425
8425
|
},
|
|
8426
|
-
"VListSubheader/tag": {
|
|
8427
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8428
|
-
"description": "Specify a custom tag used on the root element."
|
|
8429
|
-
},
|
|
8430
8426
|
"VListSubheader/title": {
|
|
8431
8427
|
"type": "string\n",
|
|
8432
8428
|
"description": "Specify a title text for the component."
|
|
@@ -8435,6 +8431,10 @@
|
|
|
8435
8431
|
"type": "boolean\n",
|
|
8436
8432
|
"description": "Sticks the header to the top of the table."
|
|
8437
8433
|
},
|
|
8434
|
+
"VListSubheader/tag": {
|
|
8435
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8436
|
+
"description": "Specify a custom tag used on the root element."
|
|
8437
|
+
},
|
|
8438
8438
|
"VListSubheader/color": {
|
|
8439
8439
|
"type": "string\n",
|
|
8440
8440
|
"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)."
|
|
@@ -8443,34 +8443,26 @@
|
|
|
8443
8443
|
"type": "boolean\n",
|
|
8444
8444
|
"description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
|
|
8445
8445
|
},
|
|
8446
|
-
"VLocaleProvider/messages": {
|
|
8447
|
-
"type": "unknown\n",
|
|
8448
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
8449
|
-
},
|
|
8450
8446
|
"VLocaleProvider/locale": {
|
|
8451
8447
|
"type": "string\n",
|
|
8452
8448
|
"description": "Specify a locale to use."
|
|
8453
8449
|
},
|
|
8454
|
-
"VLocaleProvider/fallback-locale": {
|
|
8455
|
-
"type": "string\n",
|
|
8456
|
-
"description": "Specify a fallback locale to use when a locale is not found."
|
|
8457
|
-
},
|
|
8458
8450
|
"VLocaleProvider/rtl": {
|
|
8459
8451
|
"type": "boolean\n",
|
|
8460
8452
|
"description": "Specify a RTL mode."
|
|
8461
8453
|
},
|
|
8462
|
-
"
|
|
8463
|
-
"type": "
|
|
8464
|
-
"description": "
|
|
8454
|
+
"VLocaleProvider/messages": {
|
|
8455
|
+
"type": "unknown\n",
|
|
8456
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
8457
|
+
},
|
|
8458
|
+
"VLocaleProvider/fallback-locale": {
|
|
8459
|
+
"type": "string\n",
|
|
8460
|
+
"description": "Specify a fallback locale to use when a locale is not found."
|
|
8465
8461
|
},
|
|
8466
8462
|
"VMain/height": {
|
|
8467
8463
|
"type": "string | number\n",
|
|
8468
8464
|
"description": "Sets the height for the component."
|
|
8469
8465
|
},
|
|
8470
|
-
"VMain/width": {
|
|
8471
|
-
"type": "string | number\n",
|
|
8472
|
-
"description": "Sets the width for the component."
|
|
8473
|
-
},
|
|
8474
8466
|
"VMain/max-height": {
|
|
8475
8467
|
"type": "string | number\n",
|
|
8476
8468
|
"description": "Sets the maximum height for the component."
|
|
@@ -8487,6 +8479,14 @@
|
|
|
8487
8479
|
"type": "string | number\n",
|
|
8488
8480
|
"description": "Sets the minimum width for the component."
|
|
8489
8481
|
},
|
|
8482
|
+
"VMain/width": {
|
|
8483
|
+
"type": "string | number\n",
|
|
8484
|
+
"description": "Sets the width for the component."
|
|
8485
|
+
},
|
|
8486
|
+
"VMain/tag": {
|
|
8487
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8488
|
+
"description": "Specify a custom tag used on the root element."
|
|
8489
|
+
},
|
|
8490
8490
|
"VMain/scrollable": {
|
|
8491
8491
|
"type": "boolean\n",
|
|
8492
8492
|
"description": "Specify a custom scrollable function."
|
|
@@ -8499,70 +8499,38 @@
|
|
|
8499
8499
|
"type": "string\n",
|
|
8500
8500
|
"description": "Sets input type."
|
|
8501
8501
|
},
|
|
8502
|
-
"VMaskInput/
|
|
8503
|
-
"type": "
|
|
8504
|
-
"description": "
|
|
8502
|
+
"VMaskInput/reverse": {
|
|
8503
|
+
"type": "boolean\n",
|
|
8504
|
+
"description": "Reverses the orientation."
|
|
8505
|
+
},
|
|
8506
|
+
"VMaskInput/name": {
|
|
8507
|
+
"type": "string\n",
|
|
8508
|
+
"description": "Sets the component's name attribute."
|
|
8505
8509
|
},
|
|
8506
8510
|
"VMaskInput/error": {
|
|
8507
8511
|
"type": "boolean\n",
|
|
8508
8512
|
"description": "Puts the input in a manual error state."
|
|
8509
8513
|
},
|
|
8510
|
-
"VMaskInput/
|
|
8511
|
-
"type": "
|
|
8512
|
-
"description": "
|
|
8514
|
+
"VMaskInput/label": {
|
|
8515
|
+
"type": "string\n",
|
|
8516
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
8513
8517
|
},
|
|
8514
|
-
"VMaskInput/
|
|
8515
|
-
"type": "
|
|
8516
|
-
"description": "
|
|
8518
|
+
"VMaskInput/autocomplete": {
|
|
8519
|
+
"type": "string\n",
|
|
8520
|
+
"description": "Helps influence browser's suggestions. Special value **suppress** manipulates fields `name` attribute while **off** relies on browser's good will to stop suggesting values. Any other value is passed to the native `autocomplete` on the underlying element."
|
|
8517
8521
|
},
|
|
8518
|
-
"VMaskInput/
|
|
8519
|
-
"type": "
|
|
8520
|
-
"description": "
|
|
8522
|
+
"VMaskInput/disabled": {
|
|
8523
|
+
"type": "boolean\n",
|
|
8524
|
+
"description": "Removes the ability to click or target the input."
|
|
8521
8525
|
},
|
|
8522
|
-
"VMaskInput/
|
|
8523
|
-
"type": "string
|
|
8524
|
-
"description": "Sets the
|
|
8526
|
+
"VMaskInput/placeholder": {
|
|
8527
|
+
"type": "string\n",
|
|
8528
|
+
"description": "Sets the input’s placeholder text."
|
|
8525
8529
|
},
|
|
8526
8530
|
"VMaskInput/width": {
|
|
8527
8531
|
"type": "string | number\n",
|
|
8528
8532
|
"description": "Sets the width for the component."
|
|
8529
8533
|
},
|
|
8530
|
-
"VMaskInput/rounded": {
|
|
8531
|
-
"type": "string | number | boolean\n",
|
|
8532
|
-
"description": "Adds a border radius to the input."
|
|
8533
|
-
},
|
|
8534
|
-
"VMaskInput/tile": {
|
|
8535
|
-
"type": "boolean\n",
|
|
8536
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
8537
|
-
},
|
|
8538
|
-
"VMaskInput/theme": {
|
|
8539
|
-
"type": "string\n",
|
|
8540
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8541
|
-
},
|
|
8542
|
-
"VMaskInput/color": {
|
|
8543
|
-
"type": "string\n",
|
|
8544
|
-
"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)."
|
|
8545
|
-
},
|
|
8546
|
-
"VMaskInput/variant": {
|
|
8547
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
8548
|
-
"description": "Applies a distinct style to the component."
|
|
8549
|
-
},
|
|
8550
|
-
"VMaskInput/name": {
|
|
8551
|
-
"type": "string\n",
|
|
8552
|
-
"description": "Sets the component's name attribute."
|
|
8553
|
-
},
|
|
8554
|
-
"VMaskInput/autocomplete": {
|
|
8555
|
-
"type": "string\n",
|
|
8556
|
-
"description": "Helps influence browser's suggestions. Special value **suppress** manipulates fields `name` attribute while **off** relies on browser's good will to stop suggesting values. Any other value is passed to the native `autocomplete` on the underlying element."
|
|
8557
|
-
},
|
|
8558
|
-
"VMaskInput/disabled": {
|
|
8559
|
-
"type": "boolean\n",
|
|
8560
|
-
"description": "Removes the ability to click or target the input."
|
|
8561
|
-
},
|
|
8562
|
-
"VMaskInput/placeholder": {
|
|
8563
|
-
"type": "string\n",
|
|
8564
|
-
"description": "Sets the input’s placeholder text."
|
|
8565
|
-
},
|
|
8566
8534
|
"VMaskInput/id": {
|
|
8567
8535
|
"type": "string\n",
|
|
8568
8536
|
"description": "Sets the DOM id on the component."
|
|
@@ -8579,37 +8547,77 @@
|
|
|
8579
8547
|
"type": "boolean\n",
|
|
8580
8548
|
"description": "Enables autofocus."
|
|
8581
8549
|
},
|
|
8582
|
-
"VMaskInput/
|
|
8550
|
+
"VMaskInput/theme": {
|
|
8583
8551
|
"type": "string\n",
|
|
8584
|
-
"description": "
|
|
8552
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8553
|
+
},
|
|
8554
|
+
"VMaskInput/active": {
|
|
8555
|
+
"type": "boolean\n",
|
|
8556
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
8585
8557
|
},
|
|
8586
8558
|
"VMaskInput/base-color": {
|
|
8587
8559
|
"type": "string\n",
|
|
8588
8560
|
"description": "Sets the color of the input when it is not focused."
|
|
8589
8561
|
},
|
|
8590
|
-
"VMaskInput/
|
|
8591
|
-
"type": "string\n",
|
|
8592
|
-
"description": "
|
|
8562
|
+
"VMaskInput/prepend-icon": {
|
|
8563
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8564
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
8593
8565
|
},
|
|
8594
|
-
"VMaskInput/
|
|
8595
|
-
"type": "string | number |
|
|
8596
|
-
"description": "Creates
|
|
8566
|
+
"VMaskInput/append-icon": {
|
|
8567
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8568
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8597
8569
|
},
|
|
8598
|
-
"VMaskInput/
|
|
8570
|
+
"VMaskInput/readonly": {
|
|
8599
8571
|
"type": "boolean\n",
|
|
8600
|
-
"description": "
|
|
8572
|
+
"description": "Puts input in readonly state."
|
|
8601
8573
|
},
|
|
8602
|
-
"VMaskInput/
|
|
8574
|
+
"VMaskInput/density": {
|
|
8575
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8576
|
+
"description": "Adjusts the vertical height used by the component."
|
|
8577
|
+
},
|
|
8578
|
+
"VMaskInput/max-width": {
|
|
8579
|
+
"type": "string | number\n",
|
|
8580
|
+
"description": "Sets the maximum width for the component."
|
|
8581
|
+
},
|
|
8582
|
+
"VMaskInput/min-width": {
|
|
8583
|
+
"type": "string | number\n",
|
|
8584
|
+
"description": "Sets the minimum width for the component."
|
|
8585
|
+
},
|
|
8586
|
+
"VMaskInput/loading": {
|
|
8587
|
+
"type": "string | boolean\n",
|
|
8588
|
+
"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."
|
|
8589
|
+
},
|
|
8590
|
+
"VMaskInput/rounded": {
|
|
8591
|
+
"type": "string | number | boolean\n",
|
|
8592
|
+
"description": "Adds a border radius to the input."
|
|
8593
|
+
},
|
|
8594
|
+
"VMaskInput/tile": {
|
|
8603
8595
|
"type": "boolean\n",
|
|
8604
|
-
"description": "
|
|
8596
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
8605
8597
|
},
|
|
8606
|
-
"VMaskInput/
|
|
8598
|
+
"VMaskInput/color": {
|
|
8607
8599
|
"type": "string\n",
|
|
8608
|
-
"description": "
|
|
8600
|
+
"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)."
|
|
8609
8601
|
},
|
|
8610
|
-
"VMaskInput/
|
|
8611
|
-
"type": " |
|
|
8612
|
-
"description": "
|
|
8602
|
+
"VMaskInput/variant": {
|
|
8603
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
8604
|
+
"description": "Applies a distinct style to the component."
|
|
8605
|
+
},
|
|
8606
|
+
"VMaskInput/model-value": {
|
|
8607
|
+
"type": "any\n",
|
|
8608
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8609
|
+
},
|
|
8610
|
+
"VMaskInput/bg-color": {
|
|
8611
|
+
"type": "string\n",
|
|
8612
|
+
"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)."
|
|
8613
|
+
},
|
|
8614
|
+
"VMaskInput/direction": {
|
|
8615
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
8616
|
+
"description": "Changes the direction of the input."
|
|
8617
|
+
},
|
|
8618
|
+
"VMaskInput/messages": {
|
|
8619
|
+
"type": "string | string[]\n",
|
|
8620
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
8613
8621
|
},
|
|
8614
8622
|
"VMaskInput/center-affix": {
|
|
8615
8623
|
"type": "boolean\n",
|
|
@@ -8623,10 +8631,6 @@
|
|
|
8623
8631
|
"type": "string | boolean\n",
|
|
8624
8632
|
"description": "Sets the color of the prepend/append icons."
|
|
8625
8633
|
},
|
|
8626
|
-
"VMaskInput/prepend-icon": {
|
|
8627
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8628
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
8629
|
-
},
|
|
8630
8634
|
"VMaskInput/hide-spin-buttons": {
|
|
8631
8635
|
"type": "boolean\n",
|
|
8632
8636
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -8639,14 +8643,6 @@
|
|
|
8639
8643
|
"type": "boolean\n",
|
|
8640
8644
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
8641
8645
|
},
|
|
8642
|
-
"VMaskInput/messages": {
|
|
8643
|
-
"type": "string | string[]\n",
|
|
8644
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
8645
|
-
},
|
|
8646
|
-
"VMaskInput/direction": {
|
|
8647
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
8648
|
-
"description": "Changes the direction of the input."
|
|
8649
|
-
},
|
|
8650
8646
|
"VMaskInput/error-messages": {
|
|
8651
8647
|
"type": "string | string[]\n",
|
|
8652
8648
|
"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."
|
|
@@ -8655,10 +8651,6 @@
|
|
|
8655
8651
|
"type": "string | number\n",
|
|
8656
8652
|
"description": "Control the maximum number of shown errors from validation."
|
|
8657
8653
|
},
|
|
8658
|
-
"VMaskInput/readonly": {
|
|
8659
|
-
"type": "boolean\n",
|
|
8660
|
-
"description": "Puts input in readonly state."
|
|
8661
|
-
},
|
|
8662
8654
|
"VMaskInput/rules": {
|
|
8663
8655
|
"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",
|
|
8664
8656
|
"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`."
|
|
@@ -8679,6 +8671,22 @@
|
|
|
8679
8671
|
"type": "boolean | 'auto'\n",
|
|
8680
8672
|
"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."
|
|
8681
8673
|
},
|
|
8674
|
+
"VMaskInput/counter": {
|
|
8675
|
+
"type": "string | number | boolean\n",
|
|
8676
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8677
|
+
},
|
|
8678
|
+
"VMaskInput/persistent-placeholder": {
|
|
8679
|
+
"type": "boolean\n",
|
|
8680
|
+
"description": "Forces placeholder to always be visible."
|
|
8681
|
+
},
|
|
8682
|
+
"VMaskInput/persistent-counter": {
|
|
8683
|
+
"type": "boolean\n",
|
|
8684
|
+
"description": "Forces counter to always be visible."
|
|
8685
|
+
},
|
|
8686
|
+
"VMaskInput/suffix": {
|
|
8687
|
+
"type": "string\n",
|
|
8688
|
+
"description": "Displays suffix text."
|
|
8689
|
+
},
|
|
8682
8690
|
"VMaskInput/append-inner-icon": {
|
|
8683
8691
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8684
8692
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
@@ -8691,10 +8699,6 @@
|
|
|
8691
8699
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8692
8700
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
8693
8701
|
},
|
|
8694
|
-
"VMaskInput/active": {
|
|
8695
|
-
"type": "boolean\n",
|
|
8696
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
8697
|
-
},
|
|
8698
8702
|
"VMaskInput/dirty": {
|
|
8699
8703
|
"type": "boolean\n",
|
|
8700
8704
|
"description": "Manually apply the dirty state styling."
|
|
@@ -8711,10 +8715,6 @@
|
|
|
8711
8715
|
"type": "boolean\n",
|
|
8712
8716
|
"description": "Label does not move on focus/dirty."
|
|
8713
8717
|
},
|
|
8714
|
-
"VMaskInput/loading": {
|
|
8715
|
-
"type": "string | boolean\n",
|
|
8716
|
-
"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."
|
|
8717
|
-
},
|
|
8718
8718
|
"VMaskInput/counter-value": {
|
|
8719
8719
|
"type": "number | ((value: any) => number)\n",
|
|
8720
8720
|
"description": "Function returns the counter display text."
|
|
@@ -8731,26 +8731,14 @@
|
|
|
8731
8731
|
"type": "boolean\n",
|
|
8732
8732
|
"description": "Returns the unmodified masked string."
|
|
8733
8733
|
},
|
|
8734
|
-
"VMenu/
|
|
8734
|
+
"VMenu/model-value": {
|
|
8735
8735
|
"type": "boolean\n",
|
|
8736
|
-
"description": "
|
|
8736
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8737
8737
|
},
|
|
8738
8738
|
"VMenu/height": {
|
|
8739
8739
|
"type": "string | number\n",
|
|
8740
8740
|
"description": "Sets the height for the component."
|
|
8741
8741
|
},
|
|
8742
|
-
"VMenu/width": {
|
|
8743
|
-
"type": "string | number\n",
|
|
8744
|
-
"description": "Sets the width for the component."
|
|
8745
|
-
},
|
|
8746
|
-
"VMenu/id": {
|
|
8747
|
-
"type": "string\n",
|
|
8748
|
-
"description": "The unique identifier of the component."
|
|
8749
|
-
},
|
|
8750
|
-
"VMenu/theme": {
|
|
8751
|
-
"type": "string\n",
|
|
8752
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8753
|
-
},
|
|
8754
8742
|
"VMenu/max-height": {
|
|
8755
8743
|
"type": "string | number\n",
|
|
8756
8744
|
"description": "Sets the maximum height for the component."
|
|
@@ -8767,22 +8755,38 @@
|
|
|
8767
8755
|
"type": "string | number\n",
|
|
8768
8756
|
"description": "Sets the minimum width for the component. Use `auto` to use the activator width."
|
|
8769
8757
|
},
|
|
8758
|
+
"VMenu/width": {
|
|
8759
|
+
"type": "string | number\n",
|
|
8760
|
+
"description": "Sets the width for the component."
|
|
8761
|
+
},
|
|
8770
8762
|
"VMenu/location": {
|
|
8771
8763
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
8772
8764
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
8773
8765
|
},
|
|
8774
|
-
"VMenu/
|
|
8766
|
+
"VMenu/theme": {
|
|
8767
|
+
"type": "string\n",
|
|
8768
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8769
|
+
},
|
|
8770
|
+
"VMenu/disabled": {
|
|
8775
8771
|
"type": "boolean\n",
|
|
8776
|
-
"description": "
|
|
8772
|
+
"description": "Removes the ability to click or target the component."
|
|
8777
8773
|
},
|
|
8778
|
-
"VMenu/
|
|
8779
|
-
"type": "
|
|
8780
|
-
"description": "
|
|
8774
|
+
"VMenu/id": {
|
|
8775
|
+
"type": "string\n",
|
|
8776
|
+
"description": "The unique identifier of the component."
|
|
8777
|
+
},
|
|
8778
|
+
"VMenu/eager": {
|
|
8779
|
+
"type": "boolean\n",
|
|
8780
|
+
"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."
|
|
8781
8781
|
},
|
|
8782
8782
|
"VMenu/activator": {
|
|
8783
8783
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
|
8784
8784
|
"description": "Explicitly sets the overlay's activator."
|
|
8785
8785
|
},
|
|
8786
|
+
"VMenu/submenu": {
|
|
8787
|
+
"type": "boolean\n",
|
|
8788
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
|
8789
|
+
},
|
|
8786
8790
|
"VMenu/close-on-back": {
|
|
8787
8791
|
"type": "boolean\n",
|
|
8788
8792
|
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
@@ -8851,10 +8855,6 @@
|
|
|
8851
8855
|
"type": "string | number\n",
|
|
8852
8856
|
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
|
|
8853
8857
|
},
|
|
8854
|
-
"VMenu/eager": {
|
|
8855
|
-
"type": "boolean\n",
|
|
8856
|
-
"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."
|
|
8857
|
-
},
|
|
8858
8858
|
"VMenu/location-strategy": {
|
|
8859
8859
|
"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",
|
|
8860
8860
|
"description": "A function used to specifies how the component should position relative to its activator."
|
|
@@ -8876,7 +8876,7 @@
|
|
|
8876
8876
|
"description": "Sets custom viewport margin for the overlay content"
|
|
8877
8877
|
},
|
|
8878
8878
|
"VMenu/scroll-strategy": {
|
|
8879
|
-
"type": "'close' | '
|
|
8879
|
+
"type": "'close' | 'none' | 'block' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L18-L18\" target=\"_blank\">ScrollStrategyFunction</a>\n",
|
|
8880
8880
|
"description": "Strategy used when the component is activate and user scrolls."
|
|
8881
8881
|
},
|
|
8882
8882
|
"VMenu/retain-focus": {
|
|
@@ -8891,18 +8891,14 @@
|
|
|
8891
8891
|
"type": "boolean\n",
|
|
8892
8892
|
"description": "Deprecated, use `capture-focus` instead. Prevents automatic redirect of first `focusin` event. Intended to use on permanently open menus or VSpeedDial."
|
|
8893
8893
|
},
|
|
8894
|
+
"VMenu/transition": {
|
|
8895
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & { target?: HTMLElement | [x: number, y: number] | undefined } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n",
|
|
8896
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
8897
|
+
},
|
|
8894
8898
|
"VMenu/attach": {
|
|
8895
8899
|
"type": "string | boolean | Element\n",
|
|
8896
8900
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default. Generally not recommended except as a last resort: the default positioning algorithm should handle most scenarios better than is possible without teleporting, and you may have unexpected behavior if the menu ends up as child of its activator."
|
|
8897
8901
|
},
|
|
8898
|
-
"VMenu/submenu": {
|
|
8899
|
-
"type": "boolean\n",
|
|
8900
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
|
8901
|
-
},
|
|
8902
|
-
"VMessages/active": {
|
|
8903
|
-
"type": "boolean\n",
|
|
8904
|
-
"description": "Determines whether the messages are visible or not."
|
|
8905
|
-
},
|
|
8906
8902
|
"VMessages/color": {
|
|
8907
8903
|
"type": "string\n",
|
|
8908
8904
|
"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)."
|
|
@@ -8915,32 +8911,28 @@
|
|
|
8915
8911
|
"type": "string | string[]\n",
|
|
8916
8912
|
"description": "Displays a list of messages or a single message if using a string."
|
|
8917
8913
|
},
|
|
8918
|
-
"
|
|
8919
|
-
"type": "
|
|
8920
|
-
"description": "
|
|
8914
|
+
"VMessages/active": {
|
|
8915
|
+
"type": "boolean\n",
|
|
8916
|
+
"description": "Determines whether the messages are visible or not."
|
|
8921
8917
|
},
|
|
8922
|
-
"VNavigationDrawer/
|
|
8923
|
-
"type": "string\n",
|
|
8924
|
-
"description": "
|
|
8918
|
+
"VNavigationDrawer/border": {
|
|
8919
|
+
"type": "string | number | boolean\n",
|
|
8920
|
+
"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)."
|
|
8921
|
+
},
|
|
8922
|
+
"VNavigationDrawer/model-value": {
|
|
8923
|
+
"type": "boolean\n",
|
|
8924
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8925
8925
|
},
|
|
8926
8926
|
"VNavigationDrawer/width": {
|
|
8927
8927
|
"type": "string | number\n",
|
|
8928
8928
|
"description": "Sets the width for the component."
|
|
8929
8929
|
},
|
|
8930
|
-
"VNavigationDrawer/theme": {
|
|
8931
|
-
"type": "string\n",
|
|
8932
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8933
|
-
},
|
|
8934
|
-
"VNavigationDrawer/border": {
|
|
8935
|
-
"type": "string | number | boolean\n",
|
|
8936
|
-
"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)."
|
|
8937
|
-
},
|
|
8938
8930
|
"VNavigationDrawer/elevation": {
|
|
8939
8931
|
"type": "string | number\n",
|
|
8940
8932
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
8941
8933
|
},
|
|
8942
8934
|
"VNavigationDrawer/location": {
|
|
8943
|
-
"type": "'top' | '
|
|
8935
|
+
"type": "'top' | 'end' | 'bottom' | 'start' | 'left' | 'right'\n",
|
|
8944
8936
|
"description": "Controls the edge of the screen the drawer is attached to."
|
|
8945
8937
|
},
|
|
8946
8938
|
"VNavigationDrawer/absolute": {
|
|
@@ -8959,10 +8951,22 @@
|
|
|
8959
8951
|
"type": "boolean\n",
|
|
8960
8952
|
"description": "Removes any applied **border-radius** from the component."
|
|
8961
8953
|
},
|
|
8954
|
+
"VNavigationDrawer/tag": {
|
|
8955
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8956
|
+
"description": "Specify a custom tag used on the root element."
|
|
8957
|
+
},
|
|
8958
|
+
"VNavigationDrawer/theme": {
|
|
8959
|
+
"type": "string\n",
|
|
8960
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8961
|
+
},
|
|
8962
8962
|
"VNavigationDrawer/color": {
|
|
8963
8963
|
"type": "string\n",
|
|
8964
8964
|
"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)."
|
|
8965
8965
|
},
|
|
8966
|
+
"VNavigationDrawer/name": {
|
|
8967
|
+
"type": "string\n",
|
|
8968
|
+
"description": "Assign a specific name for layout registration."
|
|
8969
|
+
},
|
|
8966
8970
|
"VNavigationDrawer/image": {
|
|
8967
8971
|
"type": "string\n",
|
|
8968
8972
|
"description": "Apply a specific background image to the component."
|
|
@@ -8971,18 +8975,6 @@
|
|
|
8971
8975
|
"type": "boolean\n",
|
|
8972
8976
|
"description": "A floating drawer has no visible container (no border-right)."
|
|
8973
8977
|
},
|
|
8974
|
-
"VNavigationDrawer/model-value": {
|
|
8975
|
-
"type": "boolean\n",
|
|
8976
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8977
|
-
},
|
|
8978
|
-
"VNavigationDrawer/mobile": {
|
|
8979
|
-
"type": "boolean\n",
|
|
8980
|
-
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
8981
|
-
},
|
|
8982
|
-
"VNavigationDrawer/mobile-breakpoint": {
|
|
8983
|
-
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
8984
|
-
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
8985
|
-
},
|
|
8986
8978
|
"VNavigationDrawer/order": {
|
|
8987
8979
|
"type": "string | number\n",
|
|
8988
8980
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
@@ -9011,6 +9003,14 @@
|
|
|
9011
9003
|
"type": "boolean\n",
|
|
9012
9004
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/focusTrap.json))"
|
|
9013
9005
|
},
|
|
9006
|
+
"VNavigationDrawer/mobile": {
|
|
9007
|
+
"type": "boolean\n",
|
|
9008
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
9009
|
+
},
|
|
9010
|
+
"VNavigationDrawer/mobile-breakpoint": {
|
|
9011
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
9012
|
+
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
9013
|
+
},
|
|
9014
9014
|
"VNavigationDrawer/disable-resize-watcher": {
|
|
9015
9015
|
"type": "boolean\n",
|
|
9016
9016
|
"description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
|
|
@@ -9051,21 +9051,57 @@
|
|
|
9051
9051
|
"type": "string\n",
|
|
9052
9052
|
"description": "**IGNORED** underlying input is always of type 'text'"
|
|
9053
9053
|
},
|
|
9054
|
+
"VNumberInput/model-value": {
|
|
9055
|
+
"type": "number\n",
|
|
9056
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9057
|
+
},
|
|
9058
|
+
"VNumberInput/error": {
|
|
9059
|
+
"type": "boolean\n",
|
|
9060
|
+
"description": "Puts the input in a manual error state."
|
|
9061
|
+
},
|
|
9054
9062
|
"VNumberInput/reverse": {
|
|
9055
9063
|
"type": "boolean\n",
|
|
9056
9064
|
"description": "Reverses the orientation."
|
|
9057
9065
|
},
|
|
9058
|
-
"VNumberInput/
|
|
9059
|
-
"type": "
|
|
9060
|
-
"description": "
|
|
9066
|
+
"VNumberInput/density": {
|
|
9067
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9068
|
+
"description": "Adjusts the vertical height used by the component."
|
|
9061
9069
|
},
|
|
9062
|
-
"VNumberInput/
|
|
9070
|
+
"VNumberInput/max-width": {
|
|
9071
|
+
"type": "string | number\n",
|
|
9072
|
+
"description": "Sets the maximum width for the component."
|
|
9073
|
+
},
|
|
9074
|
+
"VNumberInput/min-width": {
|
|
9075
|
+
"type": "string | number\n",
|
|
9076
|
+
"description": "Sets the minimum width for the component."
|
|
9077
|
+
},
|
|
9078
|
+
"VNumberInput/width": {
|
|
9079
|
+
"type": "string | number\n",
|
|
9080
|
+
"description": "Sets the width for the component."
|
|
9081
|
+
},
|
|
9082
|
+
"VNumberInput/rounded": {
|
|
9083
|
+
"type": "string | number | boolean\n",
|
|
9084
|
+
"description": "Adds a border radius to the input."
|
|
9085
|
+
},
|
|
9086
|
+
"VNumberInput/tile": {
|
|
9063
9087
|
"type": "boolean\n",
|
|
9064
|
-
"description": "
|
|
9088
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
9065
9089
|
},
|
|
9066
|
-
"VNumberInput/
|
|
9090
|
+
"VNumberInput/theme": {
|
|
9067
9091
|
"type": "string\n",
|
|
9068
|
-
"description": "
|
|
9092
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9093
|
+
},
|
|
9094
|
+
"VNumberInput/color": {
|
|
9095
|
+
"type": "string\n",
|
|
9096
|
+
"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)."
|
|
9097
|
+
},
|
|
9098
|
+
"VNumberInput/variant": {
|
|
9099
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
9100
|
+
"description": "Applies a distinct style to the component."
|
|
9101
|
+
},
|
|
9102
|
+
"VNumberInput/name": {
|
|
9103
|
+
"type": "string\n",
|
|
9104
|
+
"description": "Sets the component's name attribute."
|
|
9069
9105
|
},
|
|
9070
9106
|
"VNumberInput/autocomplete": {
|
|
9071
9107
|
"type": "string\n",
|
|
@@ -9091,10 +9127,6 @@
|
|
|
9091
9127
|
"type": "number\n",
|
|
9092
9128
|
"description": "Defines the interval between allowed values when the user increments or decrements the input"
|
|
9093
9129
|
},
|
|
9094
|
-
"VNumberInput/width": {
|
|
9095
|
-
"type": "string | number\n",
|
|
9096
|
-
"description": "Sets the width for the component."
|
|
9097
|
-
},
|
|
9098
9130
|
"VNumberInput/id": {
|
|
9099
9131
|
"type": "string\n",
|
|
9100
9132
|
"description": "Sets the DOM id on the component."
|
|
@@ -9111,85 +9143,37 @@
|
|
|
9111
9143
|
"type": "boolean\n",
|
|
9112
9144
|
"description": "Enables autofocus."
|
|
9113
9145
|
},
|
|
9114
|
-
"VNumberInput/
|
|
9146
|
+
"VNumberInput/label": {
|
|
9115
9147
|
"type": "string\n",
|
|
9116
|
-
"description": "
|
|
9117
|
-
},
|
|
9118
|
-
"VNumberInput/active": {
|
|
9119
|
-
"type": "boolean\n",
|
|
9120
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
9148
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
9121
9149
|
},
|
|
9122
9150
|
"VNumberInput/base-color": {
|
|
9123
9151
|
"type": "string\n",
|
|
9124
9152
|
"description": "Sets the color of the input when it is not focused."
|
|
9125
9153
|
},
|
|
9126
|
-
"VNumberInput/prepend-icon": {
|
|
9127
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9128
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
9129
|
-
},
|
|
9130
|
-
"VNumberInput/append-icon": {
|
|
9131
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9132
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
9133
|
-
},
|
|
9134
|
-
"VNumberInput/readonly": {
|
|
9135
|
-
"type": "boolean\n",
|
|
9136
|
-
"description": "Puts input in readonly state."
|
|
9137
|
-
},
|
|
9138
|
-
"VNumberInput/density": {
|
|
9139
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9140
|
-
"description": "Adjusts the vertical height used by the component."
|
|
9141
|
-
},
|
|
9142
|
-
"VNumberInput/max-width": {
|
|
9143
|
-
"type": "string | number\n",
|
|
9144
|
-
"description": "Sets the maximum width for the component."
|
|
9145
|
-
},
|
|
9146
|
-
"VNumberInput/min-width": {
|
|
9147
|
-
"type": "string | number\n",
|
|
9148
|
-
"description": "Sets the minimum width for the component."
|
|
9149
|
-
},
|
|
9150
|
-
"VNumberInput/loading": {
|
|
9151
|
-
"type": "string | boolean\n",
|
|
9152
|
-
"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."
|
|
9153
|
-
},
|
|
9154
|
-
"VNumberInput/rounded": {
|
|
9155
|
-
"type": "string | number | boolean\n",
|
|
9156
|
-
"description": "Adds a border radius to the input."
|
|
9157
|
-
},
|
|
9158
|
-
"VNumberInput/tile": {
|
|
9159
|
-
"type": "boolean\n",
|
|
9160
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
9161
|
-
},
|
|
9162
|
-
"VNumberInput/color": {
|
|
9163
|
-
"type": "string\n",
|
|
9164
|
-
"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)."
|
|
9165
|
-
},
|
|
9166
|
-
"VNumberInput/variant": {
|
|
9167
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
9168
|
-
"description": "Applies a distinct style to the component."
|
|
9169
|
-
},
|
|
9170
|
-
"VNumberInput/model-value": {
|
|
9171
|
-
"type": "number\n",
|
|
9172
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9173
|
-
},
|
|
9174
9154
|
"VNumberInput/bg-color": {
|
|
9175
9155
|
"type": "string\n",
|
|
9176
9156
|
"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)."
|
|
9177
9157
|
},
|
|
9178
|
-
"VNumberInput/
|
|
9158
|
+
"VNumberInput/counter": {
|
|
9159
|
+
"type": "string | number | boolean\n",
|
|
9160
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
9161
|
+
},
|
|
9162
|
+
"VNumberInput/persistent-placeholder": {
|
|
9179
9163
|
"type": "boolean\n",
|
|
9180
|
-
"description": "
|
|
9164
|
+
"description": "Forces placeholder to always be visible."
|
|
9181
9165
|
},
|
|
9182
|
-
"VNumberInput/
|
|
9183
|
-
"type": "
|
|
9184
|
-
"description": "
|
|
9166
|
+
"VNumberInput/persistent-counter": {
|
|
9167
|
+
"type": "boolean\n",
|
|
9168
|
+
"description": "Forces counter to always be visible."
|
|
9185
9169
|
},
|
|
9186
|
-
"VNumberInput/
|
|
9170
|
+
"VNumberInput/suffix": {
|
|
9187
9171
|
"type": "string\n",
|
|
9188
|
-
"description": "
|
|
9172
|
+
"description": "Displays suffix text."
|
|
9189
9173
|
},
|
|
9190
|
-
"VNumberInput/
|
|
9191
|
-
"type": "string | string[]\n",
|
|
9192
|
-
"description": "
|
|
9174
|
+
"VNumberInput/append-icon": {
|
|
9175
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9176
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
9193
9177
|
},
|
|
9194
9178
|
"VNumberInput/center-affix": {
|
|
9195
9179
|
"type": "boolean\n",
|
|
@@ -9203,6 +9187,10 @@
|
|
|
9203
9187
|
"type": "string | boolean\n",
|
|
9204
9188
|
"description": "Sets the color of the prepend/append icons."
|
|
9205
9189
|
},
|
|
9190
|
+
"VNumberInput/prepend-icon": {
|
|
9191
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9192
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
9193
|
+
},
|
|
9206
9194
|
"VNumberInput/hide-spin-buttons": {
|
|
9207
9195
|
"type": "boolean\n",
|
|
9208
9196
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -9215,6 +9203,14 @@
|
|
|
9215
9203
|
"type": "boolean\n",
|
|
9216
9204
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
9217
9205
|
},
|
|
9206
|
+
"VNumberInput/messages": {
|
|
9207
|
+
"type": "string | string[]\n",
|
|
9208
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
9209
|
+
},
|
|
9210
|
+
"VNumberInput/direction": {
|
|
9211
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
9212
|
+
"description": "Changes the direction of the input."
|
|
9213
|
+
},
|
|
9218
9214
|
"VNumberInput/error-messages": {
|
|
9219
9215
|
"type": "string | string[]\n",
|
|
9220
9216
|
"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."
|
|
@@ -9223,6 +9219,10 @@
|
|
|
9223
9219
|
"type": "string | number\n",
|
|
9224
9220
|
"description": "Control the maximum number of shown errors from validation."
|
|
9225
9221
|
},
|
|
9222
|
+
"VNumberInput/readonly": {
|
|
9223
|
+
"type": "boolean\n",
|
|
9224
|
+
"description": "Puts input in readonly state."
|
|
9225
|
+
},
|
|
9226
9226
|
"VNumberInput/rules": {
|
|
9227
9227
|
"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",
|
|
9228
9228
|
"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`."
|
|
@@ -9239,22 +9239,6 @@
|
|
|
9239
9239
|
"type": "boolean | 'auto'\n",
|
|
9240
9240
|
"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."
|
|
9241
9241
|
},
|
|
9242
|
-
"VNumberInput/counter": {
|
|
9243
|
-
"type": "string | number | boolean\n",
|
|
9244
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
9245
|
-
},
|
|
9246
|
-
"VNumberInput/persistent-placeholder": {
|
|
9247
|
-
"type": "boolean\n",
|
|
9248
|
-
"description": "Forces placeholder to always be visible."
|
|
9249
|
-
},
|
|
9250
|
-
"VNumberInput/persistent-counter": {
|
|
9251
|
-
"type": "boolean\n",
|
|
9252
|
-
"description": "Forces counter to always be visible."
|
|
9253
|
-
},
|
|
9254
|
-
"VNumberInput/suffix": {
|
|
9255
|
-
"type": "string\n",
|
|
9256
|
-
"description": "Displays suffix text."
|
|
9257
|
-
},
|
|
9258
9242
|
"VNumberInput/append-inner-icon": {
|
|
9259
9243
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9260
9244
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
@@ -9267,6 +9251,10 @@
|
|
|
9267
9251
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9268
9252
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
9269
9253
|
},
|
|
9254
|
+
"VNumberInput/active": {
|
|
9255
|
+
"type": "boolean\n",
|
|
9256
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
9257
|
+
},
|
|
9270
9258
|
"VNumberInput/dirty": {
|
|
9271
9259
|
"type": "boolean\n",
|
|
9272
9260
|
"description": "Manually apply the dirty state styling."
|
|
@@ -9283,6 +9271,10 @@
|
|
|
9283
9271
|
"type": "boolean\n",
|
|
9284
9272
|
"description": "Label does not move on focus/dirty."
|
|
9285
9273
|
},
|
|
9274
|
+
"VNumberInput/loading": {
|
|
9275
|
+
"type": "string | boolean\n",
|
|
9276
|
+
"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."
|
|
9277
|
+
},
|
|
9286
9278
|
"VNumberInput/counter-value": {
|
|
9287
9279
|
"type": "number | ((value: any) => number)\n",
|
|
9288
9280
|
"description": "Function returns the counter display text."
|
|
@@ -9292,9 +9284,13 @@
|
|
|
9292
9284
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
9293
9285
|
},
|
|
9294
9286
|
"VNumberInput/control-variant": {
|
|
9295
|
-
"type": "'
|
|
9287
|
+
"type": "'default' | 'split' | 'hidden' | 'stacked'\n",
|
|
9296
9288
|
"description": "The color of the control. It defaults to the value of `variant` prop."
|
|
9297
9289
|
},
|
|
9290
|
+
"VNumberInput/inset": {
|
|
9291
|
+
"type": "boolean\n",
|
|
9292
|
+
"description": "Applies an indentation to the dividers used in the stepper buttons."
|
|
9293
|
+
},
|
|
9298
9294
|
"VNumberInput/hide-input": {
|
|
9299
9295
|
"type": "boolean\n",
|
|
9300
9296
|
"description": "Hide the input field."
|
|
@@ -9307,6 +9303,10 @@
|
|
|
9307
9303
|
"type": "number\n",
|
|
9308
9304
|
"description": "Specifies the minimum fraction digits to be displayed (capped to `precision`). Defaults to `precision` when not explicitly set."
|
|
9309
9305
|
},
|
|
9306
|
+
"VNumberInput/decimal-separator": {
|
|
9307
|
+
"type": "string\n",
|
|
9308
|
+
"description": "Expects single character to be used as decimal separator."
|
|
9309
|
+
},
|
|
9310
9310
|
"VOtpInput/length": {
|
|
9311
9311
|
"type": "string | number\n",
|
|
9312
9312
|
"description": "The OTP field's length."
|
|
@@ -9315,22 +9315,46 @@
|
|
|
9315
9315
|
"type": "'number' | 'text' | 'password'\n",
|
|
9316
9316
|
"description": "Supported types: `text`, `password`, `number`."
|
|
9317
9317
|
},
|
|
9318
|
-
"VOtpInput/model-value": {
|
|
9319
|
-
"type": "string | number\n",
|
|
9320
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9321
|
-
},
|
|
9322
9318
|
"VOtpInput/error": {
|
|
9323
9319
|
"type": "boolean\n",
|
|
9324
9320
|
"description": "Puts the input in a manual error state."
|
|
9325
9321
|
},
|
|
9326
|
-
"VOtpInput/
|
|
9327
|
-
"type": "
|
|
9328
|
-
"description": "
|
|
9322
|
+
"VOtpInput/label": {
|
|
9323
|
+
"type": "string\n",
|
|
9324
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
9325
|
+
},
|
|
9326
|
+
"VOtpInput/disabled": {
|
|
9327
|
+
"type": "boolean\n",
|
|
9328
|
+
"description": "Removes the ability to click or target the input."
|
|
9329
9329
|
},
|
|
9330
9330
|
"VOtpInput/height": {
|
|
9331
9331
|
"type": "string | number\n",
|
|
9332
9332
|
"description": "Sets the height for the component."
|
|
9333
9333
|
},
|
|
9334
|
+
"VOtpInput/placeholder": {
|
|
9335
|
+
"type": "string\n",
|
|
9336
|
+
"description": "Sets the input’s placeholder text."
|
|
9337
|
+
},
|
|
9338
|
+
"VOtpInput/width": {
|
|
9339
|
+
"type": "string | number\n",
|
|
9340
|
+
"description": "Sets the width for the component."
|
|
9341
|
+
},
|
|
9342
|
+
"VOtpInput/autofocus": {
|
|
9343
|
+
"type": "boolean\n",
|
|
9344
|
+
"description": "Automatically focuses the first input on page load"
|
|
9345
|
+
},
|
|
9346
|
+
"VOtpInput/theme": {
|
|
9347
|
+
"type": "string\n",
|
|
9348
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9349
|
+
},
|
|
9350
|
+
"VOtpInput/base-color": {
|
|
9351
|
+
"type": "string\n",
|
|
9352
|
+
"description": "Sets the color of the input when it is not focused."
|
|
9353
|
+
},
|
|
9354
|
+
"VOtpInput/density": {
|
|
9355
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9356
|
+
"description": "Adjusts the vertical height used by the component."
|
|
9357
|
+
},
|
|
9334
9358
|
"VOtpInput/max-height": {
|
|
9335
9359
|
"type": "string | number\n",
|
|
9336
9360
|
"description": "Sets the maximum height for the component."
|
|
@@ -9347,18 +9371,14 @@
|
|
|
9347
9371
|
"type": "string | number\n",
|
|
9348
9372
|
"description": "Sets the minimum width for the component."
|
|
9349
9373
|
},
|
|
9350
|
-
"VOtpInput/
|
|
9351
|
-
"type": "string |
|
|
9352
|
-
"description": "
|
|
9374
|
+
"VOtpInput/loading": {
|
|
9375
|
+
"type": "string | boolean\n",
|
|
9376
|
+
"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."
|
|
9353
9377
|
},
|
|
9354
9378
|
"VOtpInput/rounded": {
|
|
9355
9379
|
"type": "string | number | boolean\n",
|
|
9356
9380
|
"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)."
|
|
9357
9381
|
},
|
|
9358
|
-
"VOtpInput/theme": {
|
|
9359
|
-
"type": "string\n",
|
|
9360
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9361
|
-
},
|
|
9362
9382
|
"VOtpInput/color": {
|
|
9363
9383
|
"type": "string\n",
|
|
9364
9384
|
"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)."
|
|
@@ -9367,54 +9387,42 @@
|
|
|
9367
9387
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
9368
9388
|
"description": "Applies a distinct style to the component."
|
|
9369
9389
|
},
|
|
9370
|
-
"VOtpInput/
|
|
9371
|
-
"type": "
|
|
9372
|
-
"description": "
|
|
9373
|
-
},
|
|
9374
|
-
"VOtpInput/placeholder": {
|
|
9375
|
-
"type": "string\n",
|
|
9376
|
-
"description": "Sets the input’s placeholder text."
|
|
9377
|
-
},
|
|
9378
|
-
"VOtpInput/autofocus": {
|
|
9379
|
-
"type": "boolean\n",
|
|
9380
|
-
"description": "Automatically focuses the first input on page load"
|
|
9390
|
+
"VOtpInput/model-value": {
|
|
9391
|
+
"type": "string | number\n",
|
|
9392
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9381
9393
|
},
|
|
9382
|
-
"VOtpInput/
|
|
9394
|
+
"VOtpInput/bg-color": {
|
|
9383
9395
|
"type": "string\n",
|
|
9384
|
-
"description": "
|
|
9396
|
+
"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)."
|
|
9385
9397
|
},
|
|
9386
9398
|
"VOtpInput/divider": {
|
|
9387
9399
|
"type": "string\n",
|
|
9388
9400
|
"description": "Specifies the dividing character between items."
|
|
9389
9401
|
},
|
|
9390
|
-
"VOtpInput/base-color": {
|
|
9391
|
-
"type": "string\n",
|
|
9392
|
-
"description": "Sets the color of the input when it is not focused."
|
|
9393
|
-
},
|
|
9394
|
-
"VOtpInput/bg-color": {
|
|
9395
|
-
"type": "string\n",
|
|
9396
|
-
"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)."
|
|
9397
|
-
},
|
|
9398
9402
|
"VOtpInput/focused": {
|
|
9399
9403
|
"type": "boolean\n",
|
|
9400
9404
|
"description": "Forces a focused state styling on the component."
|
|
9401
9405
|
},
|
|
9402
|
-
"VOtpInput/loading": {
|
|
9403
|
-
"type": "string | boolean\n",
|
|
9404
|
-
"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."
|
|
9405
|
-
},
|
|
9406
9406
|
"VOtpInput/focus-all": {
|
|
9407
9407
|
"type": "boolean\n",
|
|
9408
9408
|
"description": "Puts all inputs into a focus state when any are focused"
|
|
9409
9409
|
},
|
|
9410
|
-
"VOverlay/
|
|
9410
|
+
"VOverlay/disabled": {
|
|
9411
9411
|
"type": "boolean\n",
|
|
9412
|
-
"description": "
|
|
9412
|
+
"description": "Removes the ability to click or target the component."
|
|
9413
9413
|
},
|
|
9414
9414
|
"VOverlay/height": {
|
|
9415
9415
|
"type": "string | number\n",
|
|
9416
9416
|
"description": "Sets the height for the component."
|
|
9417
9417
|
},
|
|
9418
|
+
"VOverlay/width": {
|
|
9419
|
+
"type": "string | number\n",
|
|
9420
|
+
"description": "Sets the width for the component."
|
|
9421
|
+
},
|
|
9422
|
+
"VOverlay/theme": {
|
|
9423
|
+
"type": "string\n",
|
|
9424
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9425
|
+
},
|
|
9418
9426
|
"VOverlay/max-height": {
|
|
9419
9427
|
"type": "string | number\n",
|
|
9420
9428
|
"description": "Sets the maximum height for the component."
|
|
@@ -9431,10 +9439,6 @@
|
|
|
9431
9439
|
"type": "string | number\n",
|
|
9432
9440
|
"description": "Sets the minimum width for the component."
|
|
9433
9441
|
},
|
|
9434
|
-
"VOverlay/width": {
|
|
9435
|
-
"type": "string | number\n",
|
|
9436
|
-
"description": "Sets the width for the component."
|
|
9437
|
-
},
|
|
9438
9442
|
"VOverlay/location": {
|
|
9439
9443
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9440
9444
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
@@ -9443,17 +9447,13 @@
|
|
|
9443
9447
|
"type": "boolean\n",
|
|
9444
9448
|
"description": "Applies **position: absolute** to the content element."
|
|
9445
9449
|
},
|
|
9446
|
-
"VOverlay/
|
|
9447
|
-
"type": "string\n",
|
|
9448
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9449
|
-
},
|
|
9450
|
-
"VOverlay/disabled": {
|
|
9450
|
+
"VOverlay/model-value": {
|
|
9451
9451
|
"type": "boolean\n",
|
|
9452
|
-
"description": "
|
|
9452
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9453
9453
|
},
|
|
9454
|
-
"VOverlay/
|
|
9455
|
-
"type": "boolean\n",
|
|
9456
|
-
"description": "
|
|
9454
|
+
"VOverlay/transition": {
|
|
9455
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9456
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9457
9457
|
},
|
|
9458
9458
|
"VOverlay/activator": {
|
|
9459
9459
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
|
@@ -9527,6 +9527,10 @@
|
|
|
9527
9527
|
"type": "string | number\n",
|
|
9528
9528
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
9529
9529
|
},
|
|
9530
|
+
"VOverlay/eager": {
|
|
9531
|
+
"type": "boolean\n",
|
|
9532
|
+
"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."
|
|
9533
|
+
},
|
|
9530
9534
|
"VOverlay/location-strategy": {
|
|
9531
9535
|
"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",
|
|
9532
9536
|
"description": "A function used to specifies how the component should position relative to its activator."
|
|
@@ -9548,7 +9552,7 @@
|
|
|
9548
9552
|
"description": "Sets custom viewport margin for the overlay content"
|
|
9549
9553
|
},
|
|
9550
9554
|
"VOverlay/scroll-strategy": {
|
|
9551
|
-
"type": "'close' | '
|
|
9555
|
+
"type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L18-L18\" target=\"_blank\">ScrollStrategyFunction</a>\n",
|
|
9552
9556
|
"description": "Strategy used when the component is activate and user scrolls."
|
|
9553
9557
|
},
|
|
9554
9558
|
"VOverlay/retain-focus": {
|
|
@@ -9559,10 +9563,6 @@
|
|
|
9559
9563
|
"type": "boolean\n",
|
|
9560
9564
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/focusTrap.json))"
|
|
9561
9565
|
},
|
|
9562
|
-
"VOverlay/transition": {
|
|
9563
|
-
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9564
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9565
|
-
},
|
|
9566
9566
|
"VOverlay/attach": {
|
|
9567
9567
|
"type": "string | boolean | Element\n",
|
|
9568
9568
|
"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."
|
|
@@ -9571,17 +9571,37 @@
|
|
|
9571
9571
|
"type": "string | number\n",
|
|
9572
9572
|
"description": "The number of pages."
|
|
9573
9573
|
},
|
|
9574
|
-
"VPagination/
|
|
9575
|
-
"type": "string |
|
|
9576
|
-
"description": "
|
|
9574
|
+
"VPagination/tag": {
|
|
9575
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9576
|
+
"description": "Specify a custom tag used on the root element."
|
|
9577
|
+
},
|
|
9578
|
+
"VPagination/disabled": {
|
|
9579
|
+
"type": "boolean\n",
|
|
9580
|
+
"description": "Removes the ability to click or target the component."
|
|
9581
|
+
},
|
|
9582
|
+
"VPagination/size": {
|
|
9583
|
+
"type": "string | number\n",
|
|
9584
|
+
"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**."
|
|
9585
|
+
},
|
|
9586
|
+
"VPagination/aria-label": {
|
|
9587
|
+
"type": "string\n",
|
|
9588
|
+
"description": "Label for the root element."
|
|
9589
|
+
},
|
|
9590
|
+
"VPagination/theme": {
|
|
9591
|
+
"type": "string\n",
|
|
9592
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9593
|
+
},
|
|
9594
|
+
"VPagination/active-color": {
|
|
9595
|
+
"type": "string\n",
|
|
9596
|
+
"description": "The applied color when the component is in an active state."
|
|
9577
9597
|
},
|
|
9578
9598
|
"VPagination/start": {
|
|
9579
9599
|
"type": "string | number\n",
|
|
9580
9600
|
"description": "Specify the starting page."
|
|
9581
9601
|
},
|
|
9582
|
-
"VPagination/
|
|
9583
|
-
"type": "number\n",
|
|
9584
|
-
"description": "
|
|
9602
|
+
"VPagination/border": {
|
|
9603
|
+
"type": "string | number | boolean\n",
|
|
9604
|
+
"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)."
|
|
9585
9605
|
},
|
|
9586
9606
|
"VPagination/density": {
|
|
9587
9607
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -9599,45 +9619,29 @@
|
|
|
9599
9619
|
"type": "boolean\n",
|
|
9600
9620
|
"description": "Removes any applied **border-radius** from the component."
|
|
9601
9621
|
},
|
|
9602
|
-
"VPagination/tag": {
|
|
9603
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9604
|
-
"description": "Specify a custom tag used on the root element."
|
|
9605
|
-
},
|
|
9606
|
-
"VPagination/theme": {
|
|
9607
|
-
"type": "string\n",
|
|
9608
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9609
|
-
},
|
|
9610
9622
|
"VPagination/color": {
|
|
9611
9623
|
"type": "string\n",
|
|
9612
9624
|
"description": "Applies specified color to the selected page button - 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)."
|
|
9613
9625
|
},
|
|
9614
9626
|
"VPagination/variant": {
|
|
9615
|
-
"type": "'
|
|
9627
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
9616
9628
|
"description": "Applies a distinct style to the component."
|
|
9617
9629
|
},
|
|
9618
|
-
"VPagination/
|
|
9619
|
-
"type": "
|
|
9620
|
-
"description": "
|
|
9621
|
-
},
|
|
9622
|
-
"VPagination/size": {
|
|
9623
|
-
"type": "string | number\n",
|
|
9624
|
-
"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**."
|
|
9625
|
-
},
|
|
9626
|
-
"VPagination/aria-label": {
|
|
9627
|
-
"type": "string\n",
|
|
9628
|
-
"description": "Label for the root element."
|
|
9630
|
+
"VPagination/model-value": {
|
|
9631
|
+
"type": "number\n",
|
|
9632
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9629
9633
|
},
|
|
9630
|
-
"VPagination/
|
|
9631
|
-
"type": "string\n",
|
|
9632
|
-
"description": "The
|
|
9634
|
+
"VPagination/next-icon": {
|
|
9635
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9636
|
+
"description": "The icon to use for the next button."
|
|
9633
9637
|
},
|
|
9634
9638
|
"VPagination/prev-icon": {
|
|
9635
9639
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9636
9640
|
"description": "The icon to use for the prev button."
|
|
9637
9641
|
},
|
|
9638
|
-
"VPagination/
|
|
9639
|
-
"type": "
|
|
9640
|
-
"description": "
|
|
9642
|
+
"VPagination/total-visible": {
|
|
9643
|
+
"type": "string | number\n",
|
|
9644
|
+
"description": "Specify the total visible pagination numbers."
|
|
9641
9645
|
},
|
|
9642
9646
|
"VPagination/first-icon": {
|
|
9643
9647
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
@@ -9647,10 +9651,6 @@
|
|
|
9647
9651
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9648
9652
|
"description": "The icon to use for the last button."
|
|
9649
9653
|
},
|
|
9650
|
-
"VPagination/total-visible": {
|
|
9651
|
-
"type": "string | number\n",
|
|
9652
|
-
"description": "Specify the total visible pagination numbers."
|
|
9653
|
-
},
|
|
9654
9654
|
"VPagination/page-aria-label": {
|
|
9655
9655
|
"type": "string\n",
|
|
9656
9656
|
"description": "Label for each page button."
|
|
@@ -9687,18 +9687,30 @@
|
|
|
9687
9687
|
"type": "string | number\n",
|
|
9688
9688
|
"description": "The scale of the parallax image."
|
|
9689
9689
|
},
|
|
9690
|
+
"VPicker/tag": {
|
|
9691
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9692
|
+
"description": "Specify a custom tag used on the root element."
|
|
9693
|
+
},
|
|
9690
9694
|
"VPicker/title": {
|
|
9691
9695
|
"type": "string\n",
|
|
9692
9696
|
"description": "Specify a title text for the component."
|
|
9693
9697
|
},
|
|
9694
|
-
"VPicker/border": {
|
|
9695
|
-
"type": "string | number | boolean\n",
|
|
9696
|
-
"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)."
|
|
9697
|
-
},
|
|
9698
9698
|
"VPicker/height": {
|
|
9699
9699
|
"type": "string | number\n",
|
|
9700
9700
|
"description": "Sets the height for the component."
|
|
9701
9701
|
},
|
|
9702
|
+
"VPicker/width": {
|
|
9703
|
+
"type": "string | number\n",
|
|
9704
|
+
"description": "Sets the width for the component."
|
|
9705
|
+
},
|
|
9706
|
+
"VPicker/theme": {
|
|
9707
|
+
"type": "string\n",
|
|
9708
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9709
|
+
},
|
|
9710
|
+
"VPicker/border": {
|
|
9711
|
+
"type": "string | number | boolean\n",
|
|
9712
|
+
"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)."
|
|
9713
|
+
},
|
|
9702
9714
|
"VPicker/max-height": {
|
|
9703
9715
|
"type": "string | number\n",
|
|
9704
9716
|
"description": "Sets the maximum height for the component."
|
|
@@ -9715,10 +9727,6 @@
|
|
|
9715
9727
|
"type": "string | number\n",
|
|
9716
9728
|
"description": "Sets the minimum width for the component."
|
|
9717
9729
|
},
|
|
9718
|
-
"VPicker/width": {
|
|
9719
|
-
"type": "string | number\n",
|
|
9720
|
-
"description": "Sets the width for the component."
|
|
9721
|
-
},
|
|
9722
9730
|
"VPicker/elevation": {
|
|
9723
9731
|
"type": "string | number\n",
|
|
9724
9732
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -9728,7 +9736,7 @@
|
|
|
9728
9736
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
9729
9737
|
},
|
|
9730
9738
|
"VPicker/position": {
|
|
9731
|
-
"type": "'fixed' | '
|
|
9739
|
+
"type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
|
|
9732
9740
|
"description": "Sets the position for the component."
|
|
9733
9741
|
},
|
|
9734
9742
|
"VPicker/rounded": {
|
|
@@ -9739,14 +9747,6 @@
|
|
|
9739
9747
|
"type": "boolean\n",
|
|
9740
9748
|
"description": "Removes any applied **border-radius** from the component."
|
|
9741
9749
|
},
|
|
9742
|
-
"VPicker/tag": {
|
|
9743
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9744
|
-
"description": "Specify a custom tag used on the root element."
|
|
9745
|
-
},
|
|
9746
|
-
"VPicker/theme": {
|
|
9747
|
-
"type": "string\n",
|
|
9748
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9749
|
-
},
|
|
9750
9750
|
"VPicker/color": {
|
|
9751
9751
|
"type": "string\n",
|
|
9752
9752
|
"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)."
|
|
@@ -9759,14 +9759,14 @@
|
|
|
9759
9759
|
"type": "boolean\n",
|
|
9760
9760
|
"description": "Adds a divider between the header and controls."
|
|
9761
9761
|
},
|
|
9762
|
-
"VPicker/landscape": {
|
|
9763
|
-
"type": "boolean\n",
|
|
9764
|
-
"description": "Puts the picker into landscape mode."
|
|
9765
|
-
},
|
|
9766
9762
|
"VPicker/hide-header": {
|
|
9767
9763
|
"type": "boolean\n",
|
|
9768
9764
|
"description": "Hide the picker header."
|
|
9769
9765
|
},
|
|
9766
|
+
"VPicker/landscape": {
|
|
9767
|
+
"type": "boolean\n",
|
|
9768
|
+
"description": "Puts the picker into landscape mode."
|
|
9769
|
+
},
|
|
9770
9770
|
"VPicker/hide-title": {
|
|
9771
9771
|
"type": "boolean\n",
|
|
9772
9772
|
"description": "Hide the picker title."
|
|
@@ -9775,10 +9775,22 @@
|
|
|
9775
9775
|
"type": "string\n",
|
|
9776
9776
|
"description": "Specify a custom tag used on the root element."
|
|
9777
9777
|
},
|
|
9778
|
+
"VPie/legend": {
|
|
9779
|
+
"type": " | boolean\n | {\n position: 'top' | 'left' | 'right' | 'bottom'\n textFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n }\n",
|
|
9780
|
+
"description": "Controls legend visibility, position and text format."
|
|
9781
|
+
},
|
|
9778
9782
|
"VPie/title": {
|
|
9779
9783
|
"type": "string\n",
|
|
9780
9784
|
"description": "Specify a title text for the component."
|
|
9781
9785
|
},
|
|
9786
|
+
"VPie/size": {
|
|
9787
|
+
"type": "string | number\n",
|
|
9788
|
+
"description": "Sets the height and width of the chart (excluding title and legend)."
|
|
9789
|
+
},
|
|
9790
|
+
"VPie/items": {
|
|
9791
|
+
"type": "Record<string, any> | { color: string; pattern: string }[]\n",
|
|
9792
|
+
"description": "Data items expected to contain `key`, `title` and `value`."
|
|
9793
|
+
},
|
|
9782
9794
|
"VPie/density": {
|
|
9783
9795
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9784
9796
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -9787,18 +9799,10 @@
|
|
|
9787
9799
|
"type": "string | number\n",
|
|
9788
9800
|
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9789
9801
|
},
|
|
9790
|
-
"VPie/size": {
|
|
9791
|
-
"type": "string | number\n",
|
|
9792
|
-
"description": "Sets the height and width of the chart (excluding title and legend)."
|
|
9793
|
-
},
|
|
9794
9802
|
"VPie/bg-color": {
|
|
9795
9803
|
"type": "string\n",
|
|
9796
9804
|
"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)."
|
|
9797
9805
|
},
|
|
9798
|
-
"VPie/items": {
|
|
9799
|
-
"type": "Record<string, any> | { color: string; pattern: string }[]\n",
|
|
9800
|
-
"description": "Data items expected to contain `key`, `title` and `value`."
|
|
9801
|
-
},
|
|
9802
9806
|
"VPie/item-title": {
|
|
9803
9807
|
"type": "string\n",
|
|
9804
9808
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPie.json))"
|
|
@@ -9807,9 +9811,13 @@
|
|
|
9807
9811
|
"type": "string\n",
|
|
9808
9812
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPie.json))"
|
|
9809
9813
|
},
|
|
9810
|
-
"VPie/
|
|
9811
|
-
"type": " | boolean\n | {\n
|
|
9812
|
-
"description": "Controls
|
|
9814
|
+
"VPie/tooltip": {
|
|
9815
|
+
"type": " | boolean\n | {\n titleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n subtitleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n avatarSize: number\n transition: string | false | true | TransitionProps\n offset: number\n }\n",
|
|
9816
|
+
"description": "Controls tooltip visibility, transition, offset from the cursor and formats of title and subtitle."
|
|
9817
|
+
},
|
|
9818
|
+
"VPie/palette": {
|
|
9819
|
+
"type": "(string | { color: string; pattern: string })[]\n",
|
|
9820
|
+
"description": "Defines colors and patterns to be applied based on the data items order. Data items can also define their colors."
|
|
9813
9821
|
},
|
|
9814
9822
|
"VPie/item-key": {
|
|
9815
9823
|
"type": "string\n",
|
|
@@ -9819,14 +9827,6 @@
|
|
|
9819
9827
|
"type": "string | number\n",
|
|
9820
9828
|
"description": "Rotates the chart segments clockwise."
|
|
9821
9829
|
},
|
|
9822
|
-
"VPie/tooltip": {
|
|
9823
|
-
"type": " | boolean\n | {\n titleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n subtitleFormat:\n | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n avatarSize: number\n transition: string | false | true | TransitionProps\n offset: number\n }\n",
|
|
9824
|
-
"description": "Controls tooltip visibility, transition, offset from the cursor and formats of title and subtitle."
|
|
9825
|
-
},
|
|
9826
|
-
"VPie/palette": {
|
|
9827
|
-
"type": "(string | { color: string; pattern: string })[]\n",
|
|
9828
|
-
"description": "Defines colors and patterns to be applied based on the data items order. Data items can also define their colors."
|
|
9829
|
-
},
|
|
9830
9830
|
"VPie/gauge-cut": {
|
|
9831
9831
|
"type": "string | number\n",
|
|
9832
9832
|
"description": "Allows removing bottom part of the chart to make it into a gauge. Expects angle (0-180)."
|
|
@@ -9855,14 +9855,6 @@
|
|
|
9855
9855
|
"type": "boolean | { duration: number }\n",
|
|
9856
9856
|
"description": "Enables and controls duration for initial reveal animation. Easing function is shared with `animation` prop."
|
|
9857
9857
|
},
|
|
9858
|
-
"VPieSegment/rounded": {
|
|
9859
|
-
"type": "string | number\n",
|
|
9860
|
-
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9861
|
-
},
|
|
9862
|
-
"VPieSegment/color": {
|
|
9863
|
-
"type": "string\n",
|
|
9864
|
-
"description": "Sets segment color to be passed straight to CSS style attribute."
|
|
9865
|
-
},
|
|
9866
9858
|
"VPieSegment/pattern": {
|
|
9867
9859
|
"type": "string\n",
|
|
9868
9860
|
"description": "Decal pattern to put on top of the outer slice."
|
|
@@ -9875,6 +9867,14 @@
|
|
|
9875
9867
|
"type": "boolean\n",
|
|
9876
9868
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
9877
9869
|
},
|
|
9870
|
+
"VPieSegment/rounded": {
|
|
9871
|
+
"type": "string | number\n",
|
|
9872
|
+
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9873
|
+
},
|
|
9874
|
+
"VPieSegment/color": {
|
|
9875
|
+
"type": "string\n",
|
|
9876
|
+
"description": "Sets segment color to be passed straight to CSS style attribute."
|
|
9877
|
+
},
|
|
9878
9878
|
"VPieSegment/rotate": {
|
|
9879
9879
|
"type": "string | number\n",
|
|
9880
9880
|
"description": "Sets segment offset angle."
|
|
@@ -9907,9 +9907,9 @@
|
|
|
9907
9907
|
"type": "boolean\n",
|
|
9908
9908
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9909
9909
|
},
|
|
9910
|
-
"VPieTooltip/
|
|
9911
|
-
"type": "string |
|
|
9912
|
-
"description": "
|
|
9910
|
+
"VPieTooltip/item": {
|
|
9911
|
+
"type": "{\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n}\n",
|
|
9912
|
+
"description": "Data item related to hovered segment"
|
|
9913
9913
|
},
|
|
9914
9914
|
"VPieTooltip/target": {
|
|
9915
9915
|
"type": "[number, number]\n",
|
|
@@ -9919,9 +9919,9 @@
|
|
|
9919
9919
|
"type": "string | number | number[]\n",
|
|
9920
9920
|
"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."
|
|
9921
9921
|
},
|
|
9922
|
-
"VPieTooltip/
|
|
9923
|
-
"type": "
|
|
9924
|
-
"description": "
|
|
9922
|
+
"VPieTooltip/transition": {
|
|
9923
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9924
|
+
"description": "The transition used when hovering between chart segments"
|
|
9925
9925
|
},
|
|
9926
9926
|
"VPieTooltip/title-format": {
|
|
9927
9927
|
"type": " | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n",
|
|
@@ -9931,37 +9931,37 @@
|
|
|
9931
9931
|
"type": " | string\n | ((v: {\n key: string | number | symbol\n color: string\n value: number\n title: string\n pattern: string\n isActive: boolean\n raw: Record<string, any>\n }) => string)\n",
|
|
9932
9932
|
"description": "Formatter definition or function. When passed as String macros for `[title]` and `[value]` get replaced dynamically."
|
|
9933
9933
|
},
|
|
9934
|
-
"VProgressCircular/
|
|
9934
|
+
"VProgressCircular/tag": {
|
|
9935
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9936
|
+
"description": "Specify a custom tag used on the root element."
|
|
9937
|
+
},
|
|
9938
|
+
"VProgressCircular/indeterminate": {
|
|
9939
|
+
"type": "boolean | 'disable-shrink'\n",
|
|
9940
|
+
"description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
|
|
9941
|
+
},
|
|
9942
|
+
"VProgressCircular/size": {
|
|
9935
9943
|
"type": "string | number\n",
|
|
9936
|
-
"description": "
|
|
9944
|
+
"description": "Sets the diameter of the circle in pixels."
|
|
9937
9945
|
},
|
|
9938
9946
|
"VProgressCircular/width": {
|
|
9939
9947
|
"type": "string | number\n",
|
|
9940
9948
|
"description": "Sets the stroke of the circle in pixels."
|
|
9941
9949
|
},
|
|
9942
|
-
"VProgressCircular/rounded": {
|
|
9943
|
-
"type": "boolean\n",
|
|
9944
|
-
"description": "Rounds the ends of the progress arc for a softer appearance. When enabled, the progress stroke will have rounded caps instead of square ends."
|
|
9945
|
-
},
|
|
9946
|
-
"VProgressCircular/tag": {
|
|
9947
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9948
|
-
"description": "Specify a custom tag used on the root element."
|
|
9949
|
-
},
|
|
9950
9950
|
"VProgressCircular/theme": {
|
|
9951
9951
|
"type": "string\n",
|
|
9952
9952
|
"description": "Specify a theme for this component and all of its children."
|
|
9953
9953
|
},
|
|
9954
|
+
"VProgressCircular/rounded": {
|
|
9955
|
+
"type": "boolean\n",
|
|
9956
|
+
"description": "Rounds the ends of the progress arc for a softer appearance. When enabled, the progress stroke will have rounded caps instead of square ends."
|
|
9957
|
+
},
|
|
9954
9958
|
"VProgressCircular/color": {
|
|
9955
9959
|
"type": "string\n",
|
|
9956
9960
|
"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)."
|
|
9957
9961
|
},
|
|
9958
|
-
"VProgressCircular/
|
|
9959
|
-
"type": "boolean | 'disable-shrink'\n",
|
|
9960
|
-
"description": "Constantly animates, use when loading progress is unknown. If set to the string `'disable-shrink'` it will use a simpler animation that does not run on the main thread."
|
|
9961
|
-
},
|
|
9962
|
-
"VProgressCircular/size": {
|
|
9962
|
+
"VProgressCircular/model-value": {
|
|
9963
9963
|
"type": "string | number\n",
|
|
9964
|
-
"description": "
|
|
9964
|
+
"description": "The percentage value for current progress."
|
|
9965
9965
|
},
|
|
9966
9966
|
"VProgressCircular/bg-color": {
|
|
9967
9967
|
"type": "string\n",
|
|
@@ -9971,9 +9971,9 @@
|
|
|
9971
9971
|
"type": "string | number\n",
|
|
9972
9972
|
"description": "Rotates the circle start point in degrees."
|
|
9973
9973
|
},
|
|
9974
|
-
"VProgressLinear/
|
|
9975
|
-
"type": "string |
|
|
9976
|
-
"description": "
|
|
9974
|
+
"VProgressLinear/model-value": {
|
|
9975
|
+
"type": "string | number\n",
|
|
9976
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9977
9977
|
},
|
|
9978
9978
|
"VProgressLinear/reverse": {
|
|
9979
9979
|
"type": "boolean\n",
|
|
@@ -9983,22 +9983,6 @@
|
|
|
9983
9983
|
"type": "string | number\n",
|
|
9984
9984
|
"description": "Sets the height for the component."
|
|
9985
9985
|
},
|
|
9986
|
-
"VProgressLinear/indeterminate": {
|
|
9987
|
-
"type": "boolean\n",
|
|
9988
|
-
"description": "Constantly animates, use when loading progress is unknown."
|
|
9989
|
-
},
|
|
9990
|
-
"VProgressLinear/max": {
|
|
9991
|
-
"type": "string | number\n",
|
|
9992
|
-
"description": "Sets the maximum value the progress can reach."
|
|
9993
|
-
},
|
|
9994
|
-
"VProgressLinear/theme": {
|
|
9995
|
-
"type": "string\n",
|
|
9996
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9997
|
-
},
|
|
9998
|
-
"VProgressLinear/active": {
|
|
9999
|
-
"type": "boolean\n",
|
|
10000
|
-
"description": "Reduce the height to 0, hiding component."
|
|
10001
|
-
},
|
|
10002
9986
|
"VProgressLinear/location": {
|
|
10003
9987
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
10004
9988
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -10015,13 +9999,25 @@
|
|
|
10015
9999
|
"type": "boolean\n",
|
|
10016
10000
|
"description": "Removes any applied **border-radius** from the component."
|
|
10017
10001
|
},
|
|
10002
|
+
"VProgressLinear/tag": {
|
|
10003
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
10004
|
+
"description": "Specify a custom tag used on the root element."
|
|
10005
|
+
},
|
|
10006
|
+
"VProgressLinear/theme": {
|
|
10007
|
+
"type": "string\n",
|
|
10008
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10009
|
+
},
|
|
10018
10010
|
"VProgressLinear/color": {
|
|
10019
10011
|
"type": "string\n",
|
|
10020
10012
|
"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)."
|
|
10021
10013
|
},
|
|
10022
|
-
"VProgressLinear/
|
|
10014
|
+
"VProgressLinear/indeterminate": {
|
|
10015
|
+
"type": "boolean\n",
|
|
10016
|
+
"description": "Constantly animates, use when loading progress is unknown."
|
|
10017
|
+
},
|
|
10018
|
+
"VProgressLinear/max": {
|
|
10023
10019
|
"type": "string | number\n",
|
|
10024
|
-
"description": "
|
|
10020
|
+
"description": "Sets the maximum value the progress can reach."
|
|
10025
10021
|
},
|
|
10026
10022
|
"VProgressLinear/bg-color": {
|
|
10027
10023
|
"type": "string\n",
|
|
@@ -10031,6 +10027,14 @@
|
|
|
10031
10027
|
"type": "string | number\n",
|
|
10032
10028
|
"description": "Set the opacity of the progress bar."
|
|
10033
10029
|
},
|
|
10030
|
+
"VProgressLinear/active": {
|
|
10031
|
+
"type": "boolean\n",
|
|
10032
|
+
"description": "Reduce the height to 0, hiding component."
|
|
10033
|
+
},
|
|
10034
|
+
"VProgressLinear/striped": {
|
|
10035
|
+
"type": "boolean\n",
|
|
10036
|
+
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
10037
|
+
},
|
|
10034
10038
|
"VProgressLinear/stream": {
|
|
10035
10039
|
"type": "boolean\n",
|
|
10036
10040
|
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
|
@@ -10055,10 +10059,6 @@
|
|
|
10055
10059
|
"type": "boolean\n",
|
|
10056
10060
|
"description": "Clicking on the progress track will automatically set the value."
|
|
10057
10061
|
},
|
|
10058
|
-
"VProgressLinear/striped": {
|
|
10059
|
-
"type": "boolean\n",
|
|
10060
|
-
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
10061
|
-
},
|
|
10062
10062
|
"VProgressLinear/rounded-bar": {
|
|
10063
10063
|
"type": "boolean\n",
|
|
10064
10064
|
"description": "Applies a border radius to the progress bar."
|
|
@@ -10727,22 +10727,22 @@
|
|
|
10727
10727
|
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10728
10728
|
"description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
|
|
10729
10729
|
},
|
|
10730
|
-
"VScaleTransition/mode": {
|
|
10731
|
-
"type": "string\n",
|
|
10732
|
-
"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)."
|
|
10733
|
-
},
|
|
10734
10730
|
"VScaleTransition/disabled": {
|
|
10735
10731
|
"type": "boolean\n",
|
|
10736
10732
|
"description": "Removes the ability to click or target the component."
|
|
10737
10733
|
},
|
|
10738
|
-
"VScaleTransition/
|
|
10739
|
-
"type": "
|
|
10740
|
-
"description": "
|
|
10734
|
+
"VScaleTransition/mode": {
|
|
10735
|
+
"type": "string\n",
|
|
10736
|
+
"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)."
|
|
10741
10737
|
},
|
|
10742
10738
|
"VScaleTransition/origin": {
|
|
10743
10739
|
"type": "string\n",
|
|
10744
10740
|
"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)."
|
|
10745
10741
|
},
|
|
10742
|
+
"VScaleTransition/group": {
|
|
10743
|
+
"type": "boolean\n",
|
|
10744
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10745
|
+
},
|
|
10746
10746
|
"VScaleTransition/hide-on-leave": {
|
|
10747
10747
|
"type": "boolean\n",
|
|
10748
10748
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -10751,22 +10751,22 @@
|
|
|
10751
10751
|
"type": "boolean\n",
|
|
10752
10752
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
|
10753
10753
|
},
|
|
10754
|
-
"VScrollXReverseTransition/mode": {
|
|
10755
|
-
"type": "string\n",
|
|
10756
|
-
"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)."
|
|
10757
|
-
},
|
|
10758
10754
|
"VScrollXReverseTransition/disabled": {
|
|
10759
10755
|
"type": "boolean\n",
|
|
10760
10756
|
"description": "Removes the ability to click or target the component."
|
|
10761
10757
|
},
|
|
10762
|
-
"VScrollXReverseTransition/
|
|
10763
|
-
"type": "
|
|
10764
|
-
"description": "
|
|
10758
|
+
"VScrollXReverseTransition/mode": {
|
|
10759
|
+
"type": "string\n",
|
|
10760
|
+
"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)."
|
|
10765
10761
|
},
|
|
10766
10762
|
"VScrollXReverseTransition/origin": {
|
|
10767
10763
|
"type": "string\n",
|
|
10768
10764
|
"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)."
|
|
10769
10765
|
},
|
|
10766
|
+
"VScrollXReverseTransition/group": {
|
|
10767
|
+
"type": "boolean\n",
|
|
10768
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10769
|
+
},
|
|
10770
10770
|
"VScrollXReverseTransition/hide-on-leave": {
|
|
10771
10771
|
"type": "boolean\n",
|
|
10772
10772
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -10799,22 +10799,22 @@
|
|
|
10799
10799
|
"type": "boolean\n",
|
|
10800
10800
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
|
10801
10801
|
},
|
|
10802
|
-
"VScrollYReverseTransition/mode": {
|
|
10803
|
-
"type": "string\n",
|
|
10804
|
-
"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)."
|
|
10805
|
-
},
|
|
10806
10802
|
"VScrollYReverseTransition/disabled": {
|
|
10807
10803
|
"type": "boolean\n",
|
|
10808
10804
|
"description": "Removes the ability to click or target the component."
|
|
10809
10805
|
},
|
|
10810
|
-
"VScrollYReverseTransition/
|
|
10811
|
-
"type": "
|
|
10812
|
-
"description": "
|
|
10806
|
+
"VScrollYReverseTransition/mode": {
|
|
10807
|
+
"type": "string\n",
|
|
10808
|
+
"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)."
|
|
10813
10809
|
},
|
|
10814
10810
|
"VScrollYReverseTransition/origin": {
|
|
10815
10811
|
"type": "string\n",
|
|
10816
10812
|
"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)."
|
|
10817
10813
|
},
|
|
10814
|
+
"VScrollYReverseTransition/group": {
|
|
10815
|
+
"type": "boolean\n",
|
|
10816
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10817
|
+
},
|
|
10818
10818
|
"VScrollYReverseTransition/hide-on-leave": {
|
|
10819
10819
|
"type": "boolean\n",
|
|
10820
10820
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -13411,22 +13411,26 @@
|
|
|
13411
13411
|
"type": "'shift' | 'grow' | 'fade'\n",
|
|
13412
13412
|
"description": "Changes slider transition to one of the predefined animation presets."
|
|
13413
13413
|
},
|
|
13414
|
-
"VTable/
|
|
13415
|
-
"type": "
|
|
13416
|
-
"description": "
|
|
13414
|
+
"VTable/tag": {
|
|
13415
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13416
|
+
"description": "Specify a custom tag used on the root element."
|
|
13417
13417
|
},
|
|
13418
13418
|
"VTable/height": {
|
|
13419
13419
|
"type": "string | number\n",
|
|
13420
13420
|
"description": "Use the height prop to set the height of the table."
|
|
13421
13421
|
},
|
|
13422
|
-
"VTable/tag": {
|
|
13423
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13424
|
-
"description": "Specify a custom tag used on the root element."
|
|
13425
|
-
},
|
|
13426
13422
|
"VTable/theme": {
|
|
13427
13423
|
"type": "string\n",
|
|
13428
13424
|
"description": "Specify a theme for this component and all of its children."
|
|
13429
13425
|
},
|
|
13426
|
+
"VTable/density": {
|
|
13427
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13428
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13429
|
+
},
|
|
13430
|
+
"VTable/hover": {
|
|
13431
|
+
"type": "boolean\n",
|
|
13432
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
13433
|
+
},
|
|
13430
13434
|
"VTable/fixed-header": {
|
|
13431
13435
|
"type": "boolean\n",
|
|
13432
13436
|
"description": "Use the fixed-header prop together with the height prop to fix the header to the top of the table."
|
|
@@ -13435,10 +13439,6 @@
|
|
|
13435
13439
|
"type": "boolean\n",
|
|
13436
13440
|
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
|
|
13437
13441
|
},
|
|
13438
|
-
"VTable/hover": {
|
|
13439
|
-
"type": "boolean\n",
|
|
13440
|
-
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
|
13441
|
-
},
|
|
13442
13442
|
"VTable/striped": {
|
|
13443
13443
|
"type": "'odd' | 'even'\n",
|
|
13444
13444
|
"description": "Applies a background to either **even** or **odd** rows."
|
|
@@ -13447,18 +13447,30 @@
|
|
|
13447
13447
|
"type": "any\n",
|
|
13448
13448
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/)."
|
|
13449
13449
|
},
|
|
13450
|
+
"VTabs/model-value": {
|
|
13451
|
+
"type": "unknown\n",
|
|
13452
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13453
|
+
},
|
|
13454
|
+
"VTabs/density": {
|
|
13455
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13456
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13457
|
+
},
|
|
13458
|
+
"VTabs/height": {
|
|
13459
|
+
"type": "string | number\n",
|
|
13460
|
+
"description": "Sets the height of the tabs bar."
|
|
13461
|
+
},
|
|
13450
13462
|
"VTabs/tag": {
|
|
13451
13463
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13452
13464
|
"description": "Specify a custom tag used on the root element."
|
|
13453
13465
|
},
|
|
13466
|
+
"VTabs/color": {
|
|
13467
|
+
"type": "string\n",
|
|
13468
|
+
"description": "Applies specified color to the selected tab - 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)."
|
|
13469
|
+
},
|
|
13454
13470
|
"VTabs/disabled": {
|
|
13455
13471
|
"type": "boolean\n",
|
|
13456
13472
|
"description": "Puts all children components into a disabled state."
|
|
13457
13473
|
},
|
|
13458
|
-
"VTabs/height": {
|
|
13459
|
-
"type": "string | number\n",
|
|
13460
|
-
"description": "Sets the height of the tabs bar."
|
|
13461
|
-
},
|
|
13462
13474
|
"VTabs/max": {
|
|
13463
13475
|
"type": "number\n",
|
|
13464
13476
|
"description": "Sets a maximum number of selections that can be made."
|
|
@@ -13467,57 +13479,21 @@
|
|
|
13467
13479
|
"type": "boolean\n",
|
|
13468
13480
|
"description": "Allows one to select multiple items."
|
|
13469
13481
|
},
|
|
13470
|
-
"VTabs/items": {
|
|
13471
|
-
"type": "unknown[]\n",
|
|
13472
|
-
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
|
13473
|
-
},
|
|
13474
|
-
"VTabs/stacked": {
|
|
13475
|
-
"type": "boolean\n",
|
|
13476
|
-
"description": "Apply the stacked prop to all children v-tab components."
|
|
13477
|
-
},
|
|
13478
|
-
"VTabs/density": {
|
|
13479
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13480
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13481
|
-
},
|
|
13482
|
-
"VTabs/selected-class": {
|
|
13483
|
-
"type": "string\n",
|
|
13484
|
-
"description": "Configure the active CSS class applied when an item is selected."
|
|
13485
|
-
},
|
|
13486
|
-
"VTabs/color": {
|
|
13487
|
-
"type": "string\n",
|
|
13488
|
-
"description": "Applies specified color to the selected tab - 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)."
|
|
13489
|
-
},
|
|
13490
|
-
"VTabs/spaced": {
|
|
13491
|
-
"type": "'start' | 'end' | 'both'\n",
|
|
13492
|
-
"description": "Extends content to the edges to move main content from prepend and append slots."
|
|
13493
|
-
},
|
|
13494
|
-
"VTabs/model-value": {
|
|
13495
|
-
"type": "unknown\n",
|
|
13496
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13497
|
-
},
|
|
13498
13482
|
"VTabs/bg-color": {
|
|
13499
13483
|
"type": "string\n",
|
|
13500
13484
|
"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)."
|
|
13501
13485
|
},
|
|
13502
|
-
"VTabs/mobile": {
|
|
13503
|
-
"type": "boolean\n",
|
|
13504
|
-
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
13505
|
-
},
|
|
13506
|
-
"VTabs/mobile-breakpoint": {
|
|
13507
|
-
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
13508
|
-
"description": "Sets the designated mobile breakpoint for the component."
|
|
13509
|
-
},
|
|
13510
|
-
"VTabs/grow": {
|
|
13511
|
-
"type": "boolean\n",
|
|
13512
|
-
"description": "Forces tabs to take up all available space."
|
|
13513
|
-
},
|
|
13514
13486
|
"VTabs/mandatory": {
|
|
13515
13487
|
"type": "boolean | 'force'\n",
|
|
13516
13488
|
"description": "Forces at least one item to always be selected (if available)."
|
|
13517
13489
|
},
|
|
13518
|
-
"VTabs/
|
|
13490
|
+
"VTabs/items": {
|
|
13491
|
+
"type": "unknown[]\n",
|
|
13492
|
+
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
|
13493
|
+
},
|
|
13494
|
+
"VTabs/scroll-to-active": {
|
|
13519
13495
|
"type": "boolean\n",
|
|
13520
|
-
"description": "
|
|
13496
|
+
"description": "Keeps the last active element visible when resizing the scrollable container."
|
|
13521
13497
|
},
|
|
13522
13498
|
"VTabs/content-class": {
|
|
13523
13499
|
"type": "any\n",
|
|
@@ -13527,50 +13503,50 @@
|
|
|
13527
13503
|
"type": "'horizontal' | 'vertical'\n",
|
|
13528
13504
|
"description": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
|
|
13529
13505
|
},
|
|
13530
|
-
"VTabs/
|
|
13531
|
-
"type": "
|
|
13532
|
-
"description": "
|
|
13506
|
+
"VTabs/mobile": {
|
|
13507
|
+
"type": "boolean\n",
|
|
13508
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
|
13509
|
+
},
|
|
13510
|
+
"VTabs/mobile-breakpoint": {
|
|
13511
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
13512
|
+
"description": "Sets the designated mobile breakpoint for the component."
|
|
13533
13513
|
},
|
|
13534
13514
|
"VTabs/prev-icon": {
|
|
13535
13515
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13536
13516
|
"description": "Left pagination icon."
|
|
13537
13517
|
},
|
|
13538
|
-
"VTabs/
|
|
13539
|
-
"type": "string |
|
|
13540
|
-
"description": "
|
|
13541
|
-
},
|
|
13542
|
-
"VTabs/center-active": {
|
|
13543
|
-
"type": "boolean\n",
|
|
13544
|
-
"description": "Forces the selected tab to be centered."
|
|
13518
|
+
"VTabs/next-icon": {
|
|
13519
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13520
|
+
"description": "Right pagination icon."
|
|
13545
13521
|
},
|
|
13546
|
-
"VTabs/
|
|
13522
|
+
"VTabs/inset": {
|
|
13547
13523
|
"type": "boolean\n",
|
|
13548
|
-
"description": "
|
|
13524
|
+
"description": "Changes the slider to take full height. Tabs will also get some spacing and customizable rounding."
|
|
13549
13525
|
},
|
|
13550
|
-
"VTabs/
|
|
13526
|
+
"VTabs/selected-class": {
|
|
13551
13527
|
"type": "string\n",
|
|
13552
|
-
"description": "
|
|
13553
|
-
},
|
|
13554
|
-
"VTabs/slider-transition-duration": {
|
|
13555
|
-
"type": "string | number\n",
|
|
13556
|
-
"description": "Applies custom slider transition duration. Default duration depends on transition type (fade: 400, grow: 350, shift: 225)."
|
|
13528
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
13557
13529
|
},
|
|
13558
|
-
"VTabs/
|
|
13530
|
+
"VTabs/stacked": {
|
|
13559
13531
|
"type": "boolean\n",
|
|
13560
|
-
"description": "
|
|
13561
|
-
},
|
|
13562
|
-
"VTabs/slider-transition": {
|
|
13563
|
-
"type": "'shift' | 'grow' | 'fade'\n",
|
|
13564
|
-
"description": "Changes slider transition to one of the predefined animation presets."
|
|
13532
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
|
13565
13533
|
},
|
|
13566
13534
|
"VTabs/align-tabs": {
|
|
13567
|
-
"type": "'title' | '
|
|
13535
|
+
"type": "'title' | 'end' | 'start' | 'center'\n",
|
|
13568
13536
|
"description": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component."
|
|
13569
13537
|
},
|
|
13570
13538
|
"VTabs/fixed-tabs": {
|
|
13571
13539
|
"type": "boolean\n",
|
|
13572
13540
|
"description": "Tabs will be centered and each tab item will grow up to 300px width."
|
|
13573
13541
|
},
|
|
13542
|
+
"VTabs/grow": {
|
|
13543
|
+
"type": "boolean\n",
|
|
13544
|
+
"description": "Forces tabs to take up all available space."
|
|
13545
|
+
},
|
|
13546
|
+
"VTabs/hide-slider": {
|
|
13547
|
+
"type": "boolean\n",
|
|
13548
|
+
"description": "Hide's the generated `v-tabs-slider`."
|
|
13549
|
+
},
|
|
13574
13550
|
"VTabs/inset-padding": {
|
|
13575
13551
|
"type": "string | number\n",
|
|
13576
13552
|
"description": "Sets custom spacing between tabs for `inset` mode."
|
|
@@ -13579,34 +13555,58 @@
|
|
|
13579
13555
|
"type": "string | number\n",
|
|
13580
13556
|
"description": "Sets custom border radius for the tabs container `inset` mode. Rounding for individual tabs is calculated by subtracting the padding."
|
|
13581
13557
|
},
|
|
13582
|
-
"
|
|
13583
|
-
"type": "
|
|
13584
|
-
"description": "
|
|
13558
|
+
"VTabs/slider-color": {
|
|
13559
|
+
"type": "string\n",
|
|
13560
|
+
"description": "Changes the background color of an auto-generated `v-tabs-slider`."
|
|
13585
13561
|
},
|
|
13586
|
-
"
|
|
13587
|
-
"type": "
|
|
13588
|
-
"description": "
|
|
13562
|
+
"VTabs/slider-transition-duration": {
|
|
13563
|
+
"type": "string | number\n",
|
|
13564
|
+
"description": "Applies custom slider transition duration. Default duration depends on transition type (fade: 400, grow: 350, shift: 225)."
|
|
13589
13565
|
},
|
|
13590
|
-
"
|
|
13591
|
-
"type": "
|
|
13592
|
-
"description": "
|
|
13566
|
+
"VTabs/spaced": {
|
|
13567
|
+
"type": "'end' | 'start' | 'both'\n",
|
|
13568
|
+
"description": "Extends content to the edges to move main content from prepend and append slots."
|
|
13593
13569
|
},
|
|
13594
|
-
"
|
|
13595
|
-
"type": "
|
|
13596
|
-
"description": "
|
|
13570
|
+
"VTabs/slider-transition": {
|
|
13571
|
+
"type": "'shift' | 'grow' | 'fade'\n",
|
|
13572
|
+
"description": "Changes slider transition to one of the predefined animation presets."
|
|
13573
|
+
},
|
|
13574
|
+
"VTabs/center-active": {
|
|
13575
|
+
"type": "boolean\n",
|
|
13576
|
+
"description": "Forces the selected tab to be centered."
|
|
13577
|
+
},
|
|
13578
|
+
"VTabs/show-arrows": {
|
|
13579
|
+
"type": "string | boolean\n",
|
|
13580
|
+
"description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
|
|
13581
|
+
},
|
|
13582
|
+
"VTabsWindow/tag": {
|
|
13583
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13584
|
+
"description": "Specify a custom tag used on the root element."
|
|
13585
|
+
},
|
|
13586
|
+
"VTabsWindow/reverse": {
|
|
13587
|
+
"type": "boolean\n",
|
|
13588
|
+
"description": "Reverse the normal transition direction."
|
|
13597
13589
|
},
|
|
13598
13590
|
"VTabsWindow/disabled": {
|
|
13599
13591
|
"type": "boolean\n",
|
|
13600
13592
|
"description": "Removes the ability to click or target the component."
|
|
13601
13593
|
},
|
|
13602
|
-
"VTabsWindow/
|
|
13603
|
-
"type": "
|
|
13604
|
-
"description": "
|
|
13594
|
+
"VTabsWindow/theme": {
|
|
13595
|
+
"type": "string\n",
|
|
13596
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13605
13597
|
},
|
|
13606
13598
|
"VTabsWindow/selected-class": {
|
|
13607
13599
|
"type": "string\n",
|
|
13608
13600
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
13609
13601
|
},
|
|
13602
|
+
"VTabsWindow/model-value": {
|
|
13603
|
+
"type": "unknown\n",
|
|
13604
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13605
|
+
},
|
|
13606
|
+
"VTabsWindow/direction": {
|
|
13607
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
13608
|
+
"description": "The transition direction when changing windows."
|
|
13609
|
+
},
|
|
13610
13610
|
"VTabsWindow/crossfade": {
|
|
13611
13611
|
"type": "boolean\n",
|
|
13612
13612
|
"description": "Enables crossfade transition."
|
|
@@ -13651,57 +13651,21 @@
|
|
|
13651
13651
|
"type": "string\n",
|
|
13652
13652
|
"description": "Sets input type."
|
|
13653
13653
|
},
|
|
13654
|
-
"VTextField/model-value": {
|
|
13655
|
-
"type": "any\n",
|
|
13656
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13657
|
-
},
|
|
13658
|
-
"VTextField/error": {
|
|
13659
|
-
"type": "boolean\n",
|
|
13660
|
-
"description": "Puts the input in a manual error state."
|
|
13661
|
-
},
|
|
13662
13654
|
"VTextField/reverse": {
|
|
13663
13655
|
"type": "boolean\n",
|
|
13664
13656
|
"description": "Reverses the input orientation."
|
|
13665
13657
|
},
|
|
13666
|
-
"VTextField/
|
|
13667
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13668
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13669
|
-
},
|
|
13670
|
-
"VTextField/max-width": {
|
|
13671
|
-
"type": "string | number\n",
|
|
13672
|
-
"description": "Sets the maximum width for the component."
|
|
13673
|
-
},
|
|
13674
|
-
"VTextField/min-width": {
|
|
13675
|
-
"type": "string | number\n",
|
|
13676
|
-
"description": "Sets the minimum width for the component."
|
|
13677
|
-
},
|
|
13678
|
-
"VTextField/width": {
|
|
13679
|
-
"type": "string | number\n",
|
|
13680
|
-
"description": "Sets the width for the component."
|
|
13681
|
-
},
|
|
13682
|
-
"VTextField/rounded": {
|
|
13683
|
-
"type": "string | number | boolean\n",
|
|
13684
|
-
"description": "Adds a border radius to the input."
|
|
13685
|
-
},
|
|
13686
|
-
"VTextField/tile": {
|
|
13687
|
-
"type": "boolean\n",
|
|
13688
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
13689
|
-
},
|
|
13690
|
-
"VTextField/theme": {
|
|
13691
|
-
"type": "string\n",
|
|
13692
|
-
"description": "Specify a theme for this component and all of its children."
|
|
13693
|
-
},
|
|
13694
|
-
"VTextField/color": {
|
|
13658
|
+
"VTextField/name": {
|
|
13695
13659
|
"type": "string\n",
|
|
13696
|
-
"description": "
|
|
13660
|
+
"description": "Sets the component's name attribute."
|
|
13697
13661
|
},
|
|
13698
|
-
"VTextField/
|
|
13699
|
-
"type": "
|
|
13700
|
-
"description": "
|
|
13662
|
+
"VTextField/error": {
|
|
13663
|
+
"type": "boolean\n",
|
|
13664
|
+
"description": "Puts the input in a manual error state."
|
|
13701
13665
|
},
|
|
13702
|
-
"VTextField/
|
|
13666
|
+
"VTextField/label": {
|
|
13703
13667
|
"type": "string\n",
|
|
13704
|
-
"description": "Sets the
|
|
13668
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
13705
13669
|
},
|
|
13706
13670
|
"VTextField/autocomplete": {
|
|
13707
13671
|
"type": "string\n",
|
|
@@ -13715,6 +13679,10 @@
|
|
|
13715
13679
|
"type": "string\n",
|
|
13716
13680
|
"description": "Sets the input’s placeholder text."
|
|
13717
13681
|
},
|
|
13682
|
+
"VTextField/width": {
|
|
13683
|
+
"type": "string | number\n",
|
|
13684
|
+
"description": "Sets the width for the component."
|
|
13685
|
+
},
|
|
13718
13686
|
"VTextField/id": {
|
|
13719
13687
|
"type": "string\n",
|
|
13720
13688
|
"description": "Sets the DOM id on the component."
|
|
@@ -13731,37 +13699,77 @@
|
|
|
13731
13699
|
"type": "boolean\n",
|
|
13732
13700
|
"description": "Enables autofocus."
|
|
13733
13701
|
},
|
|
13734
|
-
"VTextField/
|
|
13702
|
+
"VTextField/theme": {
|
|
13735
13703
|
"type": "string\n",
|
|
13736
|
-
"description": "
|
|
13704
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13705
|
+
},
|
|
13706
|
+
"VTextField/active": {
|
|
13707
|
+
"type": "boolean\n",
|
|
13708
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
13737
13709
|
},
|
|
13738
13710
|
"VTextField/base-color": {
|
|
13739
13711
|
"type": "string\n",
|
|
13740
13712
|
"description": "Sets the color of the input when it is not focused."
|
|
13741
13713
|
},
|
|
13742
|
-
"VTextField/
|
|
13743
|
-
"type": "string\n",
|
|
13744
|
-
"description": "
|
|
13714
|
+
"VTextField/prepend-icon": {
|
|
13715
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13716
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
13745
13717
|
},
|
|
13746
|
-
"VTextField/
|
|
13747
|
-
"type": "string | number |
|
|
13748
|
-
"description": "Creates
|
|
13718
|
+
"VTextField/append-icon": {
|
|
13719
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13720
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
13749
13721
|
},
|
|
13750
|
-
"VTextField/
|
|
13722
|
+
"VTextField/readonly": {
|
|
13751
13723
|
"type": "boolean\n",
|
|
13752
|
-
"description": "
|
|
13724
|
+
"description": "Puts input in readonly state."
|
|
13753
13725
|
},
|
|
13754
|
-
"VTextField/
|
|
13726
|
+
"VTextField/density": {
|
|
13727
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13728
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13729
|
+
},
|
|
13730
|
+
"VTextField/max-width": {
|
|
13731
|
+
"type": "string | number\n",
|
|
13732
|
+
"description": "Sets the maximum width for the component."
|
|
13733
|
+
},
|
|
13734
|
+
"VTextField/min-width": {
|
|
13735
|
+
"type": "string | number\n",
|
|
13736
|
+
"description": "Sets the minimum width for the component."
|
|
13737
|
+
},
|
|
13738
|
+
"VTextField/loading": {
|
|
13739
|
+
"type": "string | boolean\n",
|
|
13740
|
+
"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."
|
|
13741
|
+
},
|
|
13742
|
+
"VTextField/rounded": {
|
|
13743
|
+
"type": "string | number | boolean\n",
|
|
13744
|
+
"description": "Adds a border radius to the input."
|
|
13745
|
+
},
|
|
13746
|
+
"VTextField/tile": {
|
|
13755
13747
|
"type": "boolean\n",
|
|
13756
|
-
"description": "
|
|
13748
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
13757
13749
|
},
|
|
13758
|
-
"VTextField/
|
|
13750
|
+
"VTextField/color": {
|
|
13759
13751
|
"type": "string\n",
|
|
13760
|
-
"description": "
|
|
13752
|
+
"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)."
|
|
13761
13753
|
},
|
|
13762
|
-
"VTextField/
|
|
13763
|
-
"type": " |
|
|
13764
|
-
"description": "
|
|
13754
|
+
"VTextField/variant": {
|
|
13755
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13756
|
+
"description": "Applies a distinct style to the component."
|
|
13757
|
+
},
|
|
13758
|
+
"VTextField/model-value": {
|
|
13759
|
+
"type": "any\n",
|
|
13760
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13761
|
+
},
|
|
13762
|
+
"VTextField/bg-color": {
|
|
13763
|
+
"type": "string\n",
|
|
13764
|
+
"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)."
|
|
13765
|
+
},
|
|
13766
|
+
"VTextField/direction": {
|
|
13767
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
13768
|
+
"description": "Changes the direction of the input."
|
|
13769
|
+
},
|
|
13770
|
+
"VTextField/messages": {
|
|
13771
|
+
"type": "string | string[]\n",
|
|
13772
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
13765
13773
|
},
|
|
13766
13774
|
"VTextField/center-affix": {
|
|
13767
13775
|
"type": "boolean\n",
|
|
@@ -13775,10 +13783,6 @@
|
|
|
13775
13783
|
"type": "string | boolean\n",
|
|
13776
13784
|
"description": "Sets the color of the prepend/append icons."
|
|
13777
13785
|
},
|
|
13778
|
-
"VTextField/prepend-icon": {
|
|
13779
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13780
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
13781
|
-
},
|
|
13782
13786
|
"VTextField/hide-spin-buttons": {
|
|
13783
13787
|
"type": "boolean\n",
|
|
13784
13788
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -13791,14 +13795,6 @@
|
|
|
13791
13795
|
"type": "boolean\n",
|
|
13792
13796
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
13793
13797
|
},
|
|
13794
|
-
"VTextField/messages": {
|
|
13795
|
-
"type": "string | string[]\n",
|
|
13796
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
13797
|
-
},
|
|
13798
|
-
"VTextField/direction": {
|
|
13799
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
13800
|
-
"description": "Changes the direction of the input."
|
|
13801
|
-
},
|
|
13802
13798
|
"VTextField/error-messages": {
|
|
13803
13799
|
"type": "string | string[]\n",
|
|
13804
13800
|
"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."
|
|
@@ -13807,10 +13803,6 @@
|
|
|
13807
13803
|
"type": "string | number\n",
|
|
13808
13804
|
"description": "Control the maximum number of shown errors from validation."
|
|
13809
13805
|
},
|
|
13810
|
-
"VTextField/readonly": {
|
|
13811
|
-
"type": "boolean\n",
|
|
13812
|
-
"description": "Puts input in readonly state."
|
|
13813
|
-
},
|
|
13814
13806
|
"VTextField/rules": {
|
|
13815
13807
|
"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",
|
|
13816
13808
|
"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`."
|
|
@@ -13831,6 +13823,22 @@
|
|
|
13831
13823
|
"type": "boolean | 'auto'\n",
|
|
13832
13824
|
"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."
|
|
13833
13825
|
},
|
|
13826
|
+
"VTextField/counter": {
|
|
13827
|
+
"type": "string | number | boolean\n",
|
|
13828
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
13829
|
+
},
|
|
13830
|
+
"VTextField/persistent-placeholder": {
|
|
13831
|
+
"type": "boolean\n",
|
|
13832
|
+
"description": "Forces placeholder to always be visible."
|
|
13833
|
+
},
|
|
13834
|
+
"VTextField/persistent-counter": {
|
|
13835
|
+
"type": "boolean\n",
|
|
13836
|
+
"description": "Forces counter to always be visible."
|
|
13837
|
+
},
|
|
13838
|
+
"VTextField/suffix": {
|
|
13839
|
+
"type": "string\n",
|
|
13840
|
+
"description": "Displays suffix text."
|
|
13841
|
+
},
|
|
13834
13842
|
"VTextField/append-inner-icon": {
|
|
13835
13843
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13836
13844
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
@@ -13843,10 +13851,6 @@
|
|
|
13843
13851
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13844
13852
|
"description": "Applied when using **clearable** and the input is dirty."
|
|
13845
13853
|
},
|
|
13846
|
-
"VTextField/active": {
|
|
13847
|
-
"type": "boolean\n",
|
|
13848
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
13849
|
-
},
|
|
13850
13854
|
"VTextField/dirty": {
|
|
13851
13855
|
"type": "boolean\n",
|
|
13852
13856
|
"description": "Manually apply the dirty state styling."
|
|
@@ -13863,10 +13867,6 @@
|
|
|
13863
13867
|
"type": "boolean\n",
|
|
13864
13868
|
"description": "Label does not move on focus/dirty."
|
|
13865
13869
|
},
|
|
13866
|
-
"VTextField/loading": {
|
|
13867
|
-
"type": "string | boolean\n",
|
|
13868
|
-
"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."
|
|
13869
|
-
},
|
|
13870
13870
|
"VTextField/counter-value": {
|
|
13871
13871
|
"type": "number | ((value: any) => number)\n",
|
|
13872
13872
|
"description": "Function returns the counter display text."
|
|
@@ -13879,21 +13879,61 @@
|
|
|
13879
13879
|
"type": "boolean\n",
|
|
13880
13880
|
"description": "Removes box shadow when using a variant with elevation."
|
|
13881
13881
|
},
|
|
13882
|
+
"VTextarea/model-value": {
|
|
13883
|
+
"type": "any\n",
|
|
13884
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13885
|
+
},
|
|
13886
|
+
"VTextarea/error": {
|
|
13887
|
+
"type": "boolean\n",
|
|
13888
|
+
"description": "Puts the input in a manual error state."
|
|
13889
|
+
},
|
|
13882
13890
|
"VTextarea/reverse": {
|
|
13883
13891
|
"type": "boolean\n",
|
|
13884
13892
|
"description": "Reverses the orientation."
|
|
13885
13893
|
},
|
|
13886
|
-
"VTextarea/
|
|
13887
|
-
"type": "
|
|
13888
|
-
"description": "
|
|
13894
|
+
"VTextarea/density": {
|
|
13895
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13896
|
+
"description": "Adjusts the vertical height used by the component."
|
|
13889
13897
|
},
|
|
13890
|
-
"VTextarea/
|
|
13898
|
+
"VTextarea/max-height": {
|
|
13899
|
+
"type": "string | number\n",
|
|
13900
|
+
"description": "Alternative for **max-rows**. Specifies the maximum height in pixels (including the field padding) for **auto-grow**."
|
|
13901
|
+
},
|
|
13902
|
+
"VTextarea/max-width": {
|
|
13903
|
+
"type": "string | number\n",
|
|
13904
|
+
"description": "Sets the maximum width for the component."
|
|
13905
|
+
},
|
|
13906
|
+
"VTextarea/min-width": {
|
|
13907
|
+
"type": "string | number\n",
|
|
13908
|
+
"description": "Sets the minimum width for the component."
|
|
13909
|
+
},
|
|
13910
|
+
"VTextarea/width": {
|
|
13911
|
+
"type": "string | number\n",
|
|
13912
|
+
"description": "Sets the width for the component."
|
|
13913
|
+
},
|
|
13914
|
+
"VTextarea/rounded": {
|
|
13915
|
+
"type": "string | number | boolean\n",
|
|
13916
|
+
"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)."
|
|
13917
|
+
},
|
|
13918
|
+
"VTextarea/tile": {
|
|
13891
13919
|
"type": "boolean\n",
|
|
13892
|
-
"description": "
|
|
13920
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
13893
13921
|
},
|
|
13894
|
-
"VTextarea/
|
|
13922
|
+
"VTextarea/theme": {
|
|
13895
13923
|
"type": "string\n",
|
|
13896
|
-
"description": "
|
|
13924
|
+
"description": "Specify a theme for this component and all of its children."
|
|
13925
|
+
},
|
|
13926
|
+
"VTextarea/color": {
|
|
13927
|
+
"type": "string\n",
|
|
13928
|
+
"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)."
|
|
13929
|
+
},
|
|
13930
|
+
"VTextarea/variant": {
|
|
13931
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13932
|
+
"description": "Applies a distinct style to the component."
|
|
13933
|
+
},
|
|
13934
|
+
"VTextarea/name": {
|
|
13935
|
+
"type": "string\n",
|
|
13936
|
+
"description": "Sets the component's name attribute."
|
|
13897
13937
|
},
|
|
13898
13938
|
"VTextarea/autocomplete": {
|
|
13899
13939
|
"type": "string\n",
|
|
@@ -13907,10 +13947,6 @@
|
|
|
13907
13947
|
"type": "string\n",
|
|
13908
13948
|
"description": "Sets the input's placeholder text."
|
|
13909
13949
|
},
|
|
13910
|
-
"VTextarea/width": {
|
|
13911
|
-
"type": "string | number\n",
|
|
13912
|
-
"description": "Sets the width for the component."
|
|
13913
|
-
},
|
|
13914
13950
|
"VTextarea/id": {
|
|
13915
13951
|
"type": "string\n",
|
|
13916
13952
|
"description": "Sets the DOM id on the component."
|
|
@@ -13923,81 +13959,37 @@
|
|
|
13923
13959
|
"type": "boolean\n",
|
|
13924
13960
|
"description": "The element should be focused as soon as the page loads."
|
|
13925
13961
|
},
|
|
13926
|
-
"VTextarea/
|
|
13962
|
+
"VTextarea/label": {
|
|
13927
13963
|
"type": "string\n",
|
|
13928
|
-
"description": "
|
|
13929
|
-
},
|
|
13930
|
-
"VTextarea/active": {
|
|
13931
|
-
"type": "boolean\n",
|
|
13932
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
13964
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
13933
13965
|
},
|
|
13934
13966
|
"VTextarea/base-color": {
|
|
13935
13967
|
"type": "string\n",
|
|
13936
13968
|
"description": "Sets the color of the input when it is not focused."
|
|
13937
13969
|
},
|
|
13938
|
-
"VTextarea/
|
|
13939
|
-
"type": "
|
|
13940
|
-
"description": "
|
|
13970
|
+
"VTextarea/bg-color": {
|
|
13971
|
+
"type": "string\n",
|
|
13972
|
+
"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)."
|
|
13941
13973
|
},
|
|
13942
|
-
"VTextarea/
|
|
13943
|
-
"type": "
|
|
13944
|
-
"description": "Creates
|
|
13974
|
+
"VTextarea/counter": {
|
|
13975
|
+
"type": "string | number | true\n",
|
|
13976
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
13945
13977
|
},
|
|
13946
|
-
"VTextarea/
|
|
13978
|
+
"VTextarea/persistent-placeholder": {
|
|
13947
13979
|
"type": "boolean\n",
|
|
13948
|
-
"description": "
|
|
13949
|
-
},
|
|
13950
|
-
"VTextarea/density": {
|
|
13951
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
13952
|
-
"description": "Adjusts the vertical height used by the component."
|
|
13953
|
-
},
|
|
13954
|
-
"VTextarea/max-height": {
|
|
13955
|
-
"type": "string | number\n",
|
|
13956
|
-
"description": "Alternative for **max-rows**. Specifies the maximum height in pixels (including the field padding) for **auto-grow**."
|
|
13957
|
-
},
|
|
13958
|
-
"VTextarea/max-width": {
|
|
13959
|
-
"type": "string | number\n",
|
|
13960
|
-
"description": "Sets the maximum width for the component."
|
|
13961
|
-
},
|
|
13962
|
-
"VTextarea/min-width": {
|
|
13963
|
-
"type": "string | number\n",
|
|
13964
|
-
"description": "Sets the minimum width for the component."
|
|
13965
|
-
},
|
|
13966
|
-
"VTextarea/loading": {
|
|
13967
|
-
"type": "string | boolean\n",
|
|
13968
|
-
"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."
|
|
13969
|
-
},
|
|
13970
|
-
"VTextarea/rounded": {
|
|
13971
|
-
"type": "string | number | boolean\n",
|
|
13972
|
-
"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)."
|
|
13980
|
+
"description": "Forces placeholder to always be visible."
|
|
13973
13981
|
},
|
|
13974
|
-
"VTextarea/
|
|
13982
|
+
"VTextarea/persistent-counter": {
|
|
13975
13983
|
"type": "boolean\n",
|
|
13976
|
-
"description": "
|
|
13977
|
-
},
|
|
13978
|
-
"VTextarea/color": {
|
|
13979
|
-
"type": "string\n",
|
|
13980
|
-
"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)."
|
|
13981
|
-
},
|
|
13982
|
-
"VTextarea/variant": {
|
|
13983
|
-
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
13984
|
-
"description": "Applies a distinct style to the component."
|
|
13985
|
-
},
|
|
13986
|
-
"VTextarea/model-value": {
|
|
13987
|
-
"type": "any\n",
|
|
13988
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13984
|
+
"description": "Forces counter to always be visible."
|
|
13989
13985
|
},
|
|
13990
|
-
"VTextarea/
|
|
13986
|
+
"VTextarea/suffix": {
|
|
13991
13987
|
"type": "string\n",
|
|
13992
|
-
"description": "
|
|
13993
|
-
},
|
|
13994
|
-
"VTextarea/direction": {
|
|
13995
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
13996
|
-
"description": "Changes the direction of the input."
|
|
13988
|
+
"description": "Displays suffix text."
|
|
13997
13989
|
},
|
|
13998
|
-
"VTextarea/
|
|
13999
|
-
"type": "string | string[]\n",
|
|
14000
|
-
"description": "
|
|
13990
|
+
"VTextarea/append-icon": {
|
|
13991
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
13992
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
14001
13993
|
},
|
|
14002
13994
|
"VTextarea/center-affix": {
|
|
14003
13995
|
"type": "boolean\n",
|
|
@@ -14011,6 +14003,10 @@
|
|
|
14011
14003
|
"type": "string | boolean\n",
|
|
14012
14004
|
"description": "Sets the color of the prepend/append icons."
|
|
14013
14005
|
},
|
|
14006
|
+
"VTextarea/prepend-icon": {
|
|
14007
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14008
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
14009
|
+
},
|
|
14014
14010
|
"VTextarea/hide-spin-buttons": {
|
|
14015
14011
|
"type": "boolean\n",
|
|
14016
14012
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -14023,6 +14019,14 @@
|
|
|
14023
14019
|
"type": "boolean\n",
|
|
14024
14020
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
14025
14021
|
},
|
|
14022
|
+
"VTextarea/messages": {
|
|
14023
|
+
"type": "string | string[]\n",
|
|
14024
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
14025
|
+
},
|
|
14026
|
+
"VTextarea/direction": {
|
|
14027
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
14028
|
+
"description": "Changes the direction of the input."
|
|
14029
|
+
},
|
|
14026
14030
|
"VTextarea/error-messages": {
|
|
14027
14031
|
"type": "string | string[]\n",
|
|
14028
14032
|
"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."
|
|
@@ -14031,6 +14035,10 @@
|
|
|
14031
14035
|
"type": "string | number\n",
|
|
14032
14036
|
"description": "Control the maximum number of shown errors from validation."
|
|
14033
14037
|
},
|
|
14038
|
+
"VTextarea/readonly": {
|
|
14039
|
+
"type": "boolean\n",
|
|
14040
|
+
"description": "Puts input in readonly state."
|
|
14041
|
+
},
|
|
14034
14042
|
"VTextarea/rules": {
|
|
14035
14043
|
"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",
|
|
14036
14044
|
"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`."
|
|
@@ -14051,22 +14059,6 @@
|
|
|
14051
14059
|
"type": "boolean | 'auto'\n",
|
|
14052
14060
|
"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."
|
|
14053
14061
|
},
|
|
14054
|
-
"VTextarea/counter": {
|
|
14055
|
-
"type": "string | number | true\n",
|
|
14056
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
14057
|
-
},
|
|
14058
|
-
"VTextarea/persistent-placeholder": {
|
|
14059
|
-
"type": "boolean\n",
|
|
14060
|
-
"description": "Forces placeholder to always be visible."
|
|
14061
|
-
},
|
|
14062
|
-
"VTextarea/persistent-counter": {
|
|
14063
|
-
"type": "boolean\n",
|
|
14064
|
-
"description": "Forces counter to always be visible."
|
|
14065
|
-
},
|
|
14066
|
-
"VTextarea/suffix": {
|
|
14067
|
-
"type": "string\n",
|
|
14068
|
-
"description": "Displays suffix text."
|
|
14069
|
-
},
|
|
14070
14062
|
"VTextarea/append-inner-icon": {
|
|
14071
14063
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14072
14064
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
@@ -14079,6 +14071,10 @@
|
|
|
14079
14071
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14080
14072
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
14081
14073
|
},
|
|
14074
|
+
"VTextarea/active": {
|
|
14075
|
+
"type": "boolean\n",
|
|
14076
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
14077
|
+
},
|
|
14082
14078
|
"VTextarea/dirty": {
|
|
14083
14079
|
"type": "boolean\n",
|
|
14084
14080
|
"description": "Manually apply the dirty state styling."
|
|
@@ -14095,6 +14091,10 @@
|
|
|
14095
14091
|
"type": "boolean\n",
|
|
14096
14092
|
"description": "Label does not move on focus/dirty."
|
|
14097
14093
|
},
|
|
14094
|
+
"VTextarea/loading": {
|
|
14095
|
+
"type": "string | boolean\n",
|
|
14096
|
+
"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."
|
|
14097
|
+
},
|
|
14098
14098
|
"VTextarea/counter-value": {
|
|
14099
14099
|
"type": "(value: any) => number\n",
|
|
14100
14100
|
"description": "Display the input length but do not provide any validation."
|
|
@@ -14119,38 +14119,62 @@
|
|
|
14119
14119
|
"type": "string | number\n",
|
|
14120
14120
|
"description": "Specifies the maximum number of rows for **auto-grow**."
|
|
14121
14121
|
},
|
|
14122
|
-
"VThemeProvider/tag": {
|
|
14123
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14124
|
-
"description": "Specify a custom tag used on the root element."
|
|
14122
|
+
"VThemeProvider/tag": {
|
|
14123
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14124
|
+
"description": "Specify a custom tag used on the root element."
|
|
14125
|
+
},
|
|
14126
|
+
"VThemeProvider/theme": {
|
|
14127
|
+
"type": "string\n",
|
|
14128
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14129
|
+
},
|
|
14130
|
+
"VThemeProvider/with-background": {
|
|
14131
|
+
"type": "boolean\n",
|
|
14132
|
+
"description": "Wraps its children in an element and applies the current theme's background color to it."
|
|
14133
|
+
},
|
|
14134
|
+
"VTimePicker/tag": {
|
|
14135
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14136
|
+
"description": "Specify a custom tag used on the root element."
|
|
14137
|
+
},
|
|
14138
|
+
"VTimePicker/title": {
|
|
14139
|
+
"type": "string\n",
|
|
14140
|
+
"description": "Specify a title text for the component."
|
|
14141
|
+
},
|
|
14142
|
+
"VTimePicker/disabled": {
|
|
14143
|
+
"type": "boolean\n",
|
|
14144
|
+
"description": "Removes the ability to click or target the component."
|
|
14145
|
+
},
|
|
14146
|
+
"VTimePicker/height": {
|
|
14147
|
+
"type": "string | number\n",
|
|
14148
|
+
"description": "Sets the height for the component."
|
|
14149
|
+
},
|
|
14150
|
+
"VTimePicker/max": {
|
|
14151
|
+
"type": "string\n",
|
|
14152
|
+
"description": "Maximum allowed time."
|
|
14153
|
+
},
|
|
14154
|
+
"VTimePicker/min": {
|
|
14155
|
+
"type": "string\n",
|
|
14156
|
+
"description": "Minimum allowed time."
|
|
14157
|
+
},
|
|
14158
|
+
"VTimePicker/width": {
|
|
14159
|
+
"type": "string | number\n",
|
|
14160
|
+
"description": "Width of the picker."
|
|
14125
14161
|
},
|
|
14126
|
-
"
|
|
14162
|
+
"VTimePicker/theme": {
|
|
14127
14163
|
"type": "string\n",
|
|
14128
14164
|
"description": "Specify a theme for this component and all of its children."
|
|
14129
14165
|
},
|
|
14130
|
-
"
|
|
14166
|
+
"VTimePicker/readonly": {
|
|
14131
14167
|
"type": "boolean\n",
|
|
14132
|
-
"description": "
|
|
14133
|
-
},
|
|
14134
|
-
"VTimePicker/title": {
|
|
14135
|
-
"type": "string\n",
|
|
14136
|
-
"description": "Specify a title text for the component."
|
|
14168
|
+
"description": "Puts picker in readonly state."
|
|
14137
14169
|
},
|
|
14138
14170
|
"VTimePicker/border": {
|
|
14139
14171
|
"type": "string | number | boolean\n",
|
|
14140
14172
|
"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)."
|
|
14141
14173
|
},
|
|
14142
|
-
"VTimePicker/model-value": {
|
|
14143
|
-
"type": "any\n",
|
|
14144
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14145
|
-
},
|
|
14146
14174
|
"VTimePicker/density": {
|
|
14147
14175
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14148
14176
|
"description": "Adjusts the vertical height used by the component."
|
|
14149
14177
|
},
|
|
14150
|
-
"VTimePicker/height": {
|
|
14151
|
-
"type": "string | number\n",
|
|
14152
|
-
"description": "Sets the height for the component."
|
|
14153
|
-
},
|
|
14154
14178
|
"VTimePicker/max-height": {
|
|
14155
14179
|
"type": "string | number\n",
|
|
14156
14180
|
"description": "Sets the maximum height for the component."
|
|
@@ -14167,10 +14191,6 @@
|
|
|
14167
14191
|
"type": "string | number\n",
|
|
14168
14192
|
"description": "Sets the minimum width for the component."
|
|
14169
14193
|
},
|
|
14170
|
-
"VTimePicker/width": {
|
|
14171
|
-
"type": "string | number\n",
|
|
14172
|
-
"description": "Width of the picker."
|
|
14173
|
-
},
|
|
14174
14194
|
"VTimePicker/elevation": {
|
|
14175
14195
|
"type": "string | number\n",
|
|
14176
14196
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -14180,7 +14200,7 @@
|
|
|
14180
14200
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
14181
14201
|
},
|
|
14182
14202
|
"VTimePicker/position": {
|
|
14183
|
-
"type": "'fixed' | '
|
|
14203
|
+
"type": "'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n",
|
|
14184
14204
|
"description": "Sets the position for the component."
|
|
14185
14205
|
},
|
|
14186
14206
|
"VTimePicker/rounded": {
|
|
@@ -14191,14 +14211,6 @@
|
|
|
14191
14211
|
"type": "boolean\n",
|
|
14192
14212
|
"description": "Removes any applied **border-radius** from the component."
|
|
14193
14213
|
},
|
|
14194
|
-
"VTimePicker/tag": {
|
|
14195
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14196
|
-
"description": "Specify a custom tag used on the root element."
|
|
14197
|
-
},
|
|
14198
|
-
"VTimePicker/theme": {
|
|
14199
|
-
"type": "string\n",
|
|
14200
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14201
|
-
},
|
|
14202
14214
|
"VTimePicker/color": {
|
|
14203
14215
|
"type": "string\n",
|
|
14204
14216
|
"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)."
|
|
@@ -14207,25 +14219,17 @@
|
|
|
14207
14219
|
"type": "'input' | 'dial'\n",
|
|
14208
14220
|
"description": "Applies a distinct style to the component."
|
|
14209
14221
|
},
|
|
14210
|
-
"VTimePicker/
|
|
14211
|
-
"type": "
|
|
14212
|
-
"description": "
|
|
14213
|
-
},
|
|
14214
|
-
"VTimePicker/max": {
|
|
14215
|
-
"type": "string\n",
|
|
14216
|
-
"description": "Maximum allowed time."
|
|
14217
|
-
},
|
|
14218
|
-
"VTimePicker/min": {
|
|
14219
|
-
"type": "string\n",
|
|
14220
|
-
"description": "Minimum allowed time."
|
|
14222
|
+
"VTimePicker/model-value": {
|
|
14223
|
+
"type": "any\n",
|
|
14224
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14221
14225
|
},
|
|
14222
14226
|
"VTimePicker/bg-color": {
|
|
14223
14227
|
"type": "string\n",
|
|
14224
14228
|
"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)."
|
|
14225
14229
|
},
|
|
14226
|
-
"VTimePicker/
|
|
14230
|
+
"VTimePicker/scrollable": {
|
|
14227
14231
|
"type": "boolean\n",
|
|
14228
|
-
"description": "
|
|
14232
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
|
14229
14233
|
},
|
|
14230
14234
|
"VTimePicker/divided": {
|
|
14231
14235
|
"type": "boolean\n",
|
|
@@ -14251,10 +14255,6 @@
|
|
|
14251
14255
|
"type": "'am' | 'pm'\n",
|
|
14252
14256
|
"description": "Sets period for 12hr format."
|
|
14253
14257
|
},
|
|
14254
|
-
"VTimePicker/scrollable": {
|
|
14255
|
-
"type": "boolean\n",
|
|
14256
|
-
"description": "Allows changing hour/minute with mouse scroll."
|
|
14257
|
-
},
|
|
14258
14258
|
"VTimePicker/use-seconds": {
|
|
14259
14259
|
"type": "boolean\n",
|
|
14260
14260
|
"description": "Toggles the use of seconds in picker."
|
|
@@ -14271,6 +14271,14 @@
|
|
|
14271
14271
|
"type": "number[] | ((val: number) => boolean)\n",
|
|
14272
14272
|
"description": "Restricts which seconds can be selected."
|
|
14273
14273
|
},
|
|
14274
|
+
"VTimePickerClock/model-value": {
|
|
14275
|
+
"type": "number\n",
|
|
14276
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14277
|
+
},
|
|
14278
|
+
"VTimePickerClock/color": {
|
|
14279
|
+
"type": "string\n",
|
|
14280
|
+
"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)."
|
|
14281
|
+
},
|
|
14274
14282
|
"VTimePickerClock/disabled": {
|
|
14275
14283
|
"type": "boolean\n",
|
|
14276
14284
|
"description": "Removes the ability to click or target the component."
|
|
@@ -14291,22 +14299,18 @@
|
|
|
14291
14299
|
"type": "boolean\n",
|
|
14292
14300
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
|
14293
14301
|
},
|
|
14294
|
-
"VTimePickerClock/
|
|
14295
|
-
"type": "
|
|
14296
|
-
"description": "
|
|
14302
|
+
"VTimePickerClock/double": {
|
|
14303
|
+
"type": "boolean\n",
|
|
14304
|
+
"description": "If set, this probably indicates a double rotation or a mode where more than one set of values (like hours and minutes) is displayed on the clock at the same time."
|
|
14297
14305
|
},
|
|
14298
|
-
"VTimePickerClock/
|
|
14306
|
+
"VTimePickerClock/rotate": {
|
|
14299
14307
|
"type": "number\n",
|
|
14300
|
-
"description": "
|
|
14308
|
+
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
|
14301
14309
|
},
|
|
14302
14310
|
"VTimePickerClock/scrollable": {
|
|
14303
14311
|
"type": "boolean\n",
|
|
14304
14312
|
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
|
14305
14313
|
},
|
|
14306
|
-
"VTimePickerClock/double": {
|
|
14307
|
-
"type": "boolean\n",
|
|
14308
|
-
"description": "If set, this probably indicates a double rotation or a mode where more than one set of values (like hours and minutes) is displayed on the clock at the same time."
|
|
14309
|
-
},
|
|
14310
14314
|
"VTimePickerClock/ampm": {
|
|
14311
14315
|
"type": "boolean\n",
|
|
14312
14316
|
"description": "Displays time in a 12-hour format."
|
|
@@ -14319,10 +14323,6 @@
|
|
|
14319
14323
|
"type": "Function\n",
|
|
14320
14324
|
"description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
|
|
14321
14325
|
},
|
|
14322
|
-
"VTimePickerClock/rotate": {
|
|
14323
|
-
"type": "number\n",
|
|
14324
|
-
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
|
14325
|
-
},
|
|
14326
14326
|
"VTimePickerClock/allowed-values": {
|
|
14327
14327
|
"type": "(value: number) => boolean\n",
|
|
14328
14328
|
"description": "Restricts which hours can be selected."
|
|
@@ -14359,10 +14359,6 @@
|
|
|
14359
14359
|
"type": "boolean\n",
|
|
14360
14360
|
"description": "Enables AM/PM mode."
|
|
14361
14361
|
},
|
|
14362
|
-
"VTimePickerControls/use-seconds": {
|
|
14363
|
-
"type": "boolean\n",
|
|
14364
|
-
"description": "Enables the display and selection of seconds in the timepicker."
|
|
14365
|
-
},
|
|
14366
14362
|
"VTimePickerControls/second": {
|
|
14367
14363
|
"type": "string | number\n",
|
|
14368
14364
|
"description": "The current second value."
|
|
@@ -14371,6 +14367,10 @@
|
|
|
14371
14367
|
"type": "'am' | 'pm'\n",
|
|
14372
14368
|
"description": "The current period value. either `am` or `pm`."
|
|
14373
14369
|
},
|
|
14370
|
+
"VTimePickerControls/use-seconds": {
|
|
14371
|
+
"type": "boolean\n",
|
|
14372
|
+
"description": "Enables the display and selection of seconds in the timepicker."
|
|
14373
|
+
},
|
|
14374
14374
|
"VTimeline/density": {
|
|
14375
14375
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14376
14376
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -14399,6 +14399,10 @@
|
|
|
14399
14399
|
"type": "'horizontal' | 'vertical'\n",
|
|
14400
14400
|
"description": "Display timeline in a **vertical** or **horizontal** direction."
|
|
14401
14401
|
},
|
|
14402
|
+
"VTimeline/side": {
|
|
14403
|
+
"type": "'end' | 'start'\n",
|
|
14404
|
+
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
|
14405
|
+
},
|
|
14402
14406
|
"VTimeline/justify": {
|
|
14403
14407
|
"type": "string\n",
|
|
14404
14408
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
|
@@ -14427,26 +14431,30 @@
|
|
|
14427
14431
|
"type": "string | number\n",
|
|
14428
14432
|
"description": "Specifies the distance between the line and the dot of timeline items."
|
|
14429
14433
|
},
|
|
14430
|
-
"VTimeline/side": {
|
|
14431
|
-
"type": "'end' | 'start'\n",
|
|
14432
|
-
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
|
14433
|
-
},
|
|
14434
14434
|
"VTimeline/truncate-line": {
|
|
14435
14435
|
"type": "'end' | 'start' | 'both'\n",
|
|
14436
14436
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
|
|
14437
14437
|
},
|
|
14438
|
-
"VTimelineItem/
|
|
14439
|
-
"type": "
|
|
14440
|
-
"description": "
|
|
14441
|
-
},
|
|
14442
|
-
"VTimelineItem/density": {
|
|
14443
|
-
"type": "'default' | 'compact'\n",
|
|
14444
|
-
"description": "Adjusts the vertical height used by the component."
|
|
14438
|
+
"VTimelineItem/tag": {
|
|
14439
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14440
|
+
"description": "Specify a custom tag used on the root element."
|
|
14445
14441
|
},
|
|
14446
14442
|
"VTimelineItem/height": {
|
|
14447
14443
|
"type": "string | number\n",
|
|
14448
14444
|
"description": "Sets the height for the component."
|
|
14449
14445
|
},
|
|
14446
|
+
"VTimelineItem/size": {
|
|
14447
|
+
"type": "string | number\n",
|
|
14448
|
+
"description": "Size of the item dot"
|
|
14449
|
+
},
|
|
14450
|
+
"VTimelineItem/width": {
|
|
14451
|
+
"type": "string | number\n",
|
|
14452
|
+
"description": "Sets the width for the component."
|
|
14453
|
+
},
|
|
14454
|
+
"VTimelineItem/density": {
|
|
14455
|
+
"type": "'default' | 'compact'\n",
|
|
14456
|
+
"description": "Adjusts the vertical height used by the component."
|
|
14457
|
+
},
|
|
14450
14458
|
"VTimelineItem/max-height": {
|
|
14451
14459
|
"type": "string | number\n",
|
|
14452
14460
|
"description": "Sets the maximum height for the component."
|
|
@@ -14463,10 +14471,6 @@
|
|
|
14463
14471
|
"type": "string | number\n",
|
|
14464
14472
|
"description": "Sets the minimum width for the component."
|
|
14465
14473
|
},
|
|
14466
|
-
"VTimelineItem/width": {
|
|
14467
|
-
"type": "string | number\n",
|
|
14468
|
-
"description": "Sets the width for the component."
|
|
14469
|
-
},
|
|
14470
14474
|
"VTimelineItem/elevation": {
|
|
14471
14475
|
"type": "string | number\n",
|
|
14472
14476
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -14479,13 +14483,9 @@
|
|
|
14479
14483
|
"type": "boolean\n",
|
|
14480
14484
|
"description": "Removes any applied **border-radius** from the component."
|
|
14481
14485
|
},
|
|
14482
|
-
"VTimelineItem/
|
|
14483
|
-
"type": "string | (new () => any)
|
|
14484
|
-
"description": "
|
|
14485
|
-
},
|
|
14486
|
-
"VTimelineItem/size": {
|
|
14487
|
-
"type": "string | number\n",
|
|
14488
|
-
"description": "Size of the item dot"
|
|
14486
|
+
"VTimelineItem/icon": {
|
|
14487
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14488
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
|
14489
14489
|
},
|
|
14490
14490
|
"VTimelineItem/icon-color": {
|
|
14491
14491
|
"type": "string\n",
|
|
@@ -14512,37 +14512,29 @@
|
|
|
14512
14512
|
"description": "Specifies the distance between the line and the dot of the item."
|
|
14513
14513
|
},
|
|
14514
14514
|
"VTimelineItem/side": {
|
|
14515
|
-
"type": "'
|
|
14515
|
+
"type": "'start' | 'end'\n",
|
|
14516
14516
|
"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."
|
|
14517
14517
|
},
|
|
14518
|
-
"VToolbar/flat": {
|
|
14519
|
-
"type": "boolean\n",
|
|
14520
|
-
"description": "Removes the toolbar's box-shadow."
|
|
14521
|
-
},
|
|
14522
|
-
"VToolbar/tag": {
|
|
14523
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14524
|
-
"description": "Specify a custom tag used on the root element."
|
|
14525
|
-
},
|
|
14526
14518
|
"VToolbar/title": {
|
|
14527
14519
|
"type": "string\n",
|
|
14528
14520
|
"description": "Specify a title text for the component."
|
|
14529
14521
|
},
|
|
14530
|
-
"VToolbar/
|
|
14531
|
-
"type": "
|
|
14532
|
-
"description": "
|
|
14533
|
-
},
|
|
14534
|
-
"VToolbar/theme": {
|
|
14535
|
-
"type": "string\n",
|
|
14536
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14522
|
+
"VToolbar/flat": {
|
|
14523
|
+
"type": "boolean\n",
|
|
14524
|
+
"description": "Removes the toolbar's box-shadow."
|
|
14537
14525
|
},
|
|
14538
14526
|
"VToolbar/border": {
|
|
14539
14527
|
"type": "string | number | boolean\n",
|
|
14540
14528
|
"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)."
|
|
14541
14529
|
},
|
|
14542
14530
|
"VToolbar/density": {
|
|
14543
|
-
"type": "'default' | '
|
|
14531
|
+
"type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
|
|
14544
14532
|
"description": "Adjusts the vertical height used by the component."
|
|
14545
14533
|
},
|
|
14534
|
+
"VToolbar/height": {
|
|
14535
|
+
"type": "string | number\n",
|
|
14536
|
+
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
14537
|
+
},
|
|
14546
14538
|
"VToolbar/elevation": {
|
|
14547
14539
|
"type": "string | number\n",
|
|
14548
14540
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -14559,6 +14551,14 @@
|
|
|
14559
14551
|
"type": "boolean\n",
|
|
14560
14552
|
"description": "Removes any applied **border-radius** from the component."
|
|
14561
14553
|
},
|
|
14554
|
+
"VToolbar/tag": {
|
|
14555
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14556
|
+
"description": "Specify a custom tag used on the root element."
|
|
14557
|
+
},
|
|
14558
|
+
"VToolbar/theme": {
|
|
14559
|
+
"type": "string\n",
|
|
14560
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14561
|
+
},
|
|
14562
14562
|
"VToolbar/color": {
|
|
14563
14563
|
"type": "string\n",
|
|
14564
14564
|
"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)."
|
|
@@ -14567,26 +14567,26 @@
|
|
|
14567
14567
|
"type": "string\n",
|
|
14568
14568
|
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
14569
14569
|
},
|
|
14570
|
-
"VToolbar/floating": {
|
|
14571
|
-
"type": "boolean\n",
|
|
14572
|
-
"description": "Applies **display: inline-flex** to the component."
|
|
14573
|
-
},
|
|
14574
|
-
"VToolbar/extended": {
|
|
14575
|
-
"type": "boolean\n",
|
|
14576
|
-
"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."
|
|
14577
|
-
},
|
|
14578
14570
|
"VToolbar/collapse": {
|
|
14579
14571
|
"type": "boolean\n",
|
|
14580
14572
|
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
|
14581
14573
|
},
|
|
14582
14574
|
"VToolbar/collapse-position": {
|
|
14583
|
-
"type": "'
|
|
14575
|
+
"type": "'end' | 'start'\n",
|
|
14584
14576
|
"description": "Specifies side to attach the collapsed toolbar."
|
|
14585
14577
|
},
|
|
14578
|
+
"VToolbar/extended": {
|
|
14579
|
+
"type": "boolean\n",
|
|
14580
|
+
"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."
|
|
14581
|
+
},
|
|
14586
14582
|
"VToolbar/extension-height": {
|
|
14587
14583
|
"type": "string | number\n",
|
|
14588
14584
|
"description": "Specify an explicit height for the `extension` slot."
|
|
14589
14585
|
},
|
|
14586
|
+
"VToolbar/floating": {
|
|
14587
|
+
"type": "boolean\n",
|
|
14588
|
+
"description": "Applies **display: inline-flex** to the component."
|
|
14589
|
+
},
|
|
14590
14590
|
"VToolbarItems/color": {
|
|
14591
14591
|
"type": "string\n",
|
|
14592
14592
|
"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)."
|
|
@@ -15003,14 +15003,14 @@
|
|
|
15003
15003
|
"type": "string\n",
|
|
15004
15004
|
"description": "Text shown when no items are provided to the component."
|
|
15005
15005
|
},
|
|
15006
|
-
"VTreeview/open-all": {
|
|
15007
|
-
"type": "boolean\n",
|
|
15008
|
-
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
|
15009
|
-
},
|
|
15010
15006
|
"VTreeview/fluid": {
|
|
15011
15007
|
"type": "boolean\n",
|
|
15012
15008
|
"description": "Removes indentation from nested items."
|
|
15013
15009
|
},
|
|
15010
|
+
"VTreeview/open-all": {
|
|
15011
|
+
"type": "boolean\n",
|
|
15012
|
+
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
|
15013
|
+
},
|
|
15014
15014
|
"VTreeview/loading-icon": {
|
|
15015
15015
|
"type": "string\n",
|
|
15016
15016
|
"description": "Icon used when node is in a loading state."
|
|
@@ -15543,28 +15543,28 @@
|
|
|
15543
15543
|
"type": "{\n inline: boolean\n direction: 'horizontal' | 'vertical'\n menuProps: {\n style: StyleValue\n disabled: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n modelValue: boolean\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n | {\n component: ComponentPublicInstanceConstructor<\n CreateComponentPublicInstanceWithMixins<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n PublicProps,\n {},\n true,\n {},\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n {},\n any,\n ComponentProvideOptions,\n OptionTypesType<{}, {}, {}, {}, {}, {}>,\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n {},\n {},\n {},\n {}\n >,\n any,\n any,\n any,\n ComputedOptions,\n MethodOptions\n > &\n ComponentOptionsBase<\n {} & {\n target?: HTMLElement | [x: number, y: number] | undefined\n } & {\n $children?:\n | VNodeChild\n | { $stable?: boolean | undefined }\n | (() => VNodeChild)\n | { default?: (() => VNodeChild) | undefined }\n 'v-slots'?:\n | { default?: false | (() => VNodeChild) | undefined }\n | undefined\n } & { 'v-slot:default'?: false | (() => VNodeChild) | undefined },\n () => JSX.Element,\n unknown,\n {},\n {},\n ComponentOptionsMixin,\n ComponentOptionsMixin,\n Record<string, any>,\n string,\n {},\n {},\n string,\n SlotsType<Partial<MakeSlots<{ default: never }>>>,\n GlobalComponents,\n GlobalDirectives,\n string,\n ComponentProvideOptions\n > &\n VNodeProps &\n AllowedComponentProps &\n ComponentCustomProps & {\n filterProps: (props: T) => Partial<Pick<T, U>>\n }\n }\n closeOnBack: boolean\n contained: boolean\n noClickAnimation: boolean\n persistent: boolean\n scrim: string | boolean\n zIndex: string | number\n activatorProps: Record<string, any>\n openOnClick: boolean\n openOnHover: boolean\n openOnFocus: boolean\n closeOnContentClick: boolean\n closeDelay: string | number\n openDelay: string | number\n eager: boolean\n locationStrategy: '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 origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n stickToTarget: boolean\n viewportMargin: string | number\n scrollStrategy:\n | 'close'\n | 'block'\n | 'none'\n | 'reposition'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L18-L18\" target=\"_blank\">ScrollStrategyFunction</a>\n retainFocus: boolean\n captureFocus: boolean\n disableInitialFocus: boolean\n submenu: boolean\n } & {\n class: any\n $children:\n | VNodeChild\n | { $stable: boolean }\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n | {\n default: (arg: { isActive: Ref<boolean, boolean> }) => VNodeChild\n activator: (arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild\n }\n 'v-slots': {\n default:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n 'v-slot:default':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n key: PropertyKey\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n height: string | number\n width: string | number\n id: string\n theme: string\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n 'onUpdate:modelValue': (args: [boolean]) => any\n activator: Element | (string & {}) | 'parent' | ComponentPublicInstance\n contentClass: any\n contentProps: any\n opacity: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n offset: string | number | number[]\n attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n targetRef: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L751-L755\" target=\"_blank\">TemplateRef</a>\n }) => VNodeChild)\n }\n sliderProps: {\n disabled: boolean\n width: string | number\n maxWidth: string | number\n color: string\n thumbSize: string | number\n trackColor: string\n }\n}\n",
|
|
15544
15544
|
"description": "Props passed down to the VVideoVolume component."
|
|
15545
15545
|
},
|
|
15546
|
+
"VVideoVolume/model-value": {
|
|
15547
|
+
"type": "number\n",
|
|
15548
|
+
"description": "Volume value (0 ~ 100)"
|
|
15549
|
+
},
|
|
15546
15550
|
"VVideoVolume/label": {
|
|
15547
15551
|
"type": "string\n",
|
|
15548
15552
|
"description": "Text to display in tooltip and passed to `aria-label`."
|
|
15549
15553
|
},
|
|
15550
|
-
"VVideoVolume/
|
|
15551
|
-
"type": "
|
|
15552
|
-
"description": "
|
|
15553
|
-
},
|
|
15554
|
-
"VVideoVolume/model-value": {
|
|
15555
|
-
"type": "number\n",
|
|
15556
|
-
"description": "Volume value (0 ~ 100)"
|
|
15554
|
+
"VVideoVolume/menu-props": {
|
|
15555
|
+
"type": "unknown\n",
|
|
15556
|
+
"description": "Props passed to VMenu containing volume slider. Useful to adjust **location** and control menu alignment"
|
|
15557
15557
|
},
|
|
15558
15558
|
"VVideoVolume/direction": {
|
|
15559
15559
|
"type": "'horizontal' | 'vertical'\n",
|
|
15560
15560
|
"description": "Switch between horizontal and vertical slider."
|
|
15561
15561
|
},
|
|
15562
|
-
"VVideoVolume/
|
|
15563
|
-
"type": "
|
|
15564
|
-
"description": "
|
|
15562
|
+
"VVideoVolume/inline": {
|
|
15563
|
+
"type": "boolean\n",
|
|
15564
|
+
"description": "Display slider next to the icon. VMenu won't be displayed on click. Recomended to pair with **sliderProps** to configure slider width."
|
|
15565
15565
|
},
|
|
15566
15566
|
"VVideoVolume/slider-props": {
|
|
15567
|
-
"type": "{\n
|
|
15567
|
+
"type": "{\n maxWidth: string | number\n width: string | number\n color: string\n disabled: boolean\n thumbSize: string | number\n trackColor: string\n}\n",
|
|
15568
15568
|
"description": "Selected props to customize volume slider."
|
|
15569
15569
|
},
|
|
15570
15570
|
"VVirtualScroll/height": {
|
|
@@ -15607,29 +15607,25 @@
|
|
|
15607
15607
|
"type": "boolean\n",
|
|
15608
15608
|
"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;`"
|
|
15609
15609
|
},
|
|
15610
|
-
"VWindow/
|
|
15611
|
-
"type": "
|
|
15612
|
-
"description": "
|
|
15610
|
+
"VWindow/model-value": {
|
|
15611
|
+
"type": "unknown\n",
|
|
15612
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
15613
15613
|
},
|
|
15614
15614
|
"VWindow/reverse": {
|
|
15615
15615
|
"type": "boolean\n",
|
|
15616
15616
|
"description": "Reverse the normal transition direction."
|
|
15617
15617
|
},
|
|
15618
|
-
"VWindow/
|
|
15619
|
-
"type": "
|
|
15620
|
-
"description": "
|
|
15618
|
+
"VWindow/tag": {
|
|
15619
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
15620
|
+
"description": "Specify a custom tag used on the root element."
|
|
15621
15621
|
},
|
|
15622
15622
|
"VWindow/theme": {
|
|
15623
15623
|
"type": "string\n",
|
|
15624
15624
|
"description": "Specify a theme for this component and all of its children."
|
|
15625
15625
|
},
|
|
15626
|
-
"VWindow/
|
|
15627
|
-
"type": "
|
|
15628
|
-
"description": "
|
|
15629
|
-
},
|
|
15630
|
-
"VWindow/model-value": {
|
|
15631
|
-
"type": "unknown\n",
|
|
15632
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
15626
|
+
"VWindow/disabled": {
|
|
15627
|
+
"type": "boolean\n",
|
|
15628
|
+
"description": "Removes the ability to click or target the component."
|
|
15633
15629
|
},
|
|
15634
15630
|
"VWindow/mandatory": {
|
|
15635
15631
|
"type": "boolean | 'force'\n",
|
|
@@ -15639,22 +15635,26 @@
|
|
|
15639
15635
|
"type": "'horizontal' | 'vertical'\n",
|
|
15640
15636
|
"description": "The transition direction when changing windows."
|
|
15641
15637
|
},
|
|
15642
|
-
"VWindow/
|
|
15643
|
-
"type": "
|
|
15644
|
-
"description": "
|
|
15638
|
+
"VWindow/prev-icon": {
|
|
15639
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
15640
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
|
|
15645
15641
|
},
|
|
15646
15642
|
"VWindow/next-icon": {
|
|
15647
15643
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
15648
15644
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`."
|
|
15649
15645
|
},
|
|
15650
|
-
"VWindow/
|
|
15651
|
-
"type": "
|
|
15652
|
-
"description": "
|
|
15646
|
+
"VWindow/selected-class": {
|
|
15647
|
+
"type": "string\n",
|
|
15648
|
+
"description": "Configure the active CSS class applied when an item is selected."
|
|
15653
15649
|
},
|
|
15654
15650
|
"VWindow/show-arrows": {
|
|
15655
15651
|
"type": "string | boolean\n",
|
|
15656
15652
|
"description": "Display the \"next\" and \"prev\" buttons."
|
|
15657
15653
|
},
|
|
15654
|
+
"VWindow/continuous": {
|
|
15655
|
+
"type": "boolean\n",
|
|
15656
|
+
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
|
|
15657
|
+
},
|
|
15658
15658
|
"VWindow/touch": {
|
|
15659
15659
|
"type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
|
|
15660
15660
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|