vuetify 3.10.2 → 3.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1022 -1022
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1827 -1813
- package/dist/vuetify-labs.cjs +36 -50
- package/dist/vuetify-labs.css +5911 -5911
- package/dist/vuetify-labs.d.ts +1488 -1486
- package/dist/vuetify-labs.esm.js +36 -50
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -50
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -49
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6147 -6147
- package/dist/vuetify.d.ts +1112 -1110
- package/dist/vuetify.esm.js +36 -49
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -49
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1421 -1419
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +3 -3
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VApp/VApp.d.ts +3 -3
- package/lib/components/VAppBar/VAppBar.d.ts +3 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +3 -3
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +3 -3
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtn/VBtn.js +4 -4
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCard/VCard.js +2 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +3 -3
- package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
- package/lib/components/VCard/VCardText.d.ts +3 -3
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCarousel/VCarousel.d.ts +3 -3
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +116 -116
- package/lib/components/VCombobox/VCombobox.js +6 -25
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
- package/lib/components/VDataTable/VDataTable.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
- package/lib/components/VDataTable/composables/expand.js +8 -8
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDialog/VDialog.d.ts +12 -12
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
- package/lib/components/VFab/VFab.d.ts +6 -6
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +12 -12
- package/lib/components/VFooter/VFooter.d.ts +3 -3
- package/lib/components/VForm/VForm.d.ts +6 -6
- package/lib/components/VGrid/VCol.d.ts +3 -3
- package/lib/components/VGrid/VContainer.d.ts +3 -3
- package/lib/components/VGrid/VRow.d.ts +3 -3
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VIcon/VIcon.d.ts +3 -3
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
- package/lib/components/VKbd/VKbd.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLayout/VLayout.d.ts +3 -3
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLazy/VLazy.d.ts +3 -3
- package/lib/components/VList/VList.d.ts +11 -11
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +3 -3
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VList/VListItem.js +2 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.d.ts +3 -3
- package/lib/components/VList/VListItemMedia.d.ts +3 -3
- package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +3 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VMain/VMain.d.ts +3 -3
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VPagination/VPagination.d.ts +3 -3
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VRating/VRating.d.ts +3 -3
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +140 -140
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSheet/VSheet.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
- package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
- package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
- package/lib/components/VStepper/VStepper.d.ts +3 -3
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.js +2 -2
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
- package/lib/components/VTable/VTable.d.ts +3 -3
- package/lib/components/VTabs/VTab.d.ts +24 -24
- package/lib/components/VTabs/VTabs.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +21 -21
- package/lib/components/VTextarea/VTextarea.d.ts +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
- package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
- package/lib/components/VTimeline/VTimeline.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +15 -15
- package/lib/components/VTreeview/VTreeview.d.ts +26 -26
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
- package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
- package/lib/components/VWindow/VWindow.d.ts +3 -3
- package/lib/components/VWindow/VWindowItem.d.ts +3 -3
- package/lib/components/transitions/createTransition.d.ts +6 -6
- package/lib/components/transitions/index.d.ts +78 -78
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/router.d.ts +2 -0
- package/lib/composables/router.js +6 -1
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +0 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
- package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
- package/lib/labs/VPicker/VPicker.d.ts +3 -3
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
- package/lib/labs/VVideo/VVideo.d.ts +87 -87
- package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
- package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/events.js +2 -2
- package/lib/util/events.js.map +1 -1
- package/package.json +9 -9
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
},
|
|
3866
3866
|
"VDataTable/color": {
|
|
3867
3867
|
"type": "string\n",
|
|
3868
|
-
"description": "Applies
|
|
3868
|
+
"description": "Applies a color to sort badges in the table header."
|
|
3869
3869
|
},
|
|
3870
3870
|
"VDataTable/density": {
|
|
3871
3871
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -4161,7 +4161,7 @@
|
|
|
4161
4161
|
},
|
|
4162
4162
|
"VDataTableHeaders/color": {
|
|
4163
4163
|
"type": "string\n",
|
|
4164
|
-
"description": "Applies
|
|
4164
|
+
"description": "Applies a color to sort badges in the table header."
|
|
4165
4165
|
},
|
|
4166
4166
|
"VDataTableHeaders/loading": {
|
|
4167
4167
|
"type": "string | boolean\n",
|
|
@@ -4305,7 +4305,7 @@
|
|
|
4305
4305
|
},
|
|
4306
4306
|
"VDataTableServer/color": {
|
|
4307
4307
|
"type": "string\n",
|
|
4308
|
-
"description": "Applies
|
|
4308
|
+
"description": "Applies a color to sort badges in the table header."
|
|
4309
4309
|
},
|
|
4310
4310
|
"VDataTableServer/density": {
|
|
4311
4311
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -4557,7 +4557,7 @@
|
|
|
4557
4557
|
},
|
|
4558
4558
|
"VDataTableVirtual/color": {
|
|
4559
4559
|
"type": "string\n",
|
|
4560
|
-
"description": "Applies
|
|
4560
|
+
"description": "Applies a color to sort badges in the table header."
|
|
4561
4561
|
},
|
|
4562
4562
|
"VDataTableVirtual/density": {
|
|
4563
4563
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
@@ -7107,14 +7107,14 @@
|
|
|
7107
7107
|
"type": "boolean\n",
|
|
7108
7108
|
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
|
|
7109
7109
|
},
|
|
7110
|
-
"VForm/disabled": {
|
|
7111
|
-
"type": "boolean\n",
|
|
7112
|
-
"description": "Puts all children inputs into a disabled state."
|
|
7113
|
-
},
|
|
7114
7110
|
"VForm/model-value": {
|
|
7115
7111
|
"type": "boolean\n",
|
|
7116
7112
|
"description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
|
|
7117
7113
|
},
|
|
7114
|
+
"VForm/disabled": {
|
|
7115
|
+
"type": "boolean\n",
|
|
7116
|
+
"description": "Puts all children inputs into a disabled state."
|
|
7117
|
+
},
|
|
7118
7118
|
"VForm/readonly": {
|
|
7119
7119
|
"type": "boolean\n",
|
|
7120
7120
|
"description": "Puts all children inputs into a readonly state."
|
|
@@ -7131,6 +7131,18 @@
|
|
|
7131
7131
|
"type": "string\n",
|
|
7132
7132
|
"description": "String representing keyboard shortcuts to display. Supports multiple formats:\n- **Single keys:** `\"k\"`, `\"enter\"`, `\"escape\"`\n- **Key combinations:** `\"ctrl+k\"`, `\"meta+shift+p\"`, `\"alt+arrowup\"`\n- **Sequential actions:** `\"ctrl+k-then-p\"` (use dash for 'then' relationships)\n- **Multiple shortcuts:** `\"ctrl+k meta+p\"` (space-separated for alternative shortcuts)\n\nSupports platform-aware key names like `meta` (becomes Cmd on Mac, Ctrl on PC) and `alt` (becomes Option on Mac)."
|
|
7133
7133
|
},
|
|
7134
|
+
"VHotkey/disabled": {
|
|
7135
|
+
"type": "boolean\n",
|
|
7136
|
+
"description": "Applies a disabled visual state to the component."
|
|
7137
|
+
},
|
|
7138
|
+
"VHotkey/prefix": {
|
|
7139
|
+
"type": "string\n",
|
|
7140
|
+
"description": "Text to display before the hotkey."
|
|
7141
|
+
},
|
|
7142
|
+
"VHotkey/color": {
|
|
7143
|
+
"type": "string\n",
|
|
7144
|
+
"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)."
|
|
7145
|
+
},
|
|
7134
7146
|
"VHotkey/border": {
|
|
7135
7147
|
"type": "string | number | boolean\n",
|
|
7136
7148
|
"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)."
|
|
@@ -7151,26 +7163,10 @@
|
|
|
7151
7163
|
"type": "string\n",
|
|
7152
7164
|
"description": "Specify a theme for this component and all of its children."
|
|
7153
7165
|
},
|
|
7154
|
-
"VHotkey/color": {
|
|
7155
|
-
"type": "string\n",
|
|
7156
|
-
"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)."
|
|
7157
|
-
},
|
|
7158
7166
|
"VHotkey/variant": {
|
|
7159
|
-
"type": " | '
|
|
7167
|
+
"type": " | 'flat'\n | 'text'\n | 'elevated'\n | 'tonal'\n | 'outlined'\n | 'plain'\n | 'contained'\n",
|
|
7160
7168
|
"description": "Controls the visual style and presentation of the hotkey component. Supports standard Vuetify variants plus a special contained variant:\n\n**Standard Variants** (apply styling to individual key elements):\n- **elevated (default):** Raised appearance with shadow, good for standalone hotkey displays\n- **flat:** Solid background without shadow, clean and minimal\n- **tonal:** Subtle tinted background without border, balances visibility with restraint\n- **outlined:** Border-only styling without elevation, lightweight and unobtrusive\n- **text:** Minimal styling with text color emphasis only, blends with content\n- **plain:** No background or border, most subtle option\n\n**Special Variant** (different visual structure):\n- **contained:** Follows MDN's nested `<kbd>` pattern - wraps all keys in a single styled container with unstyled nested elements. Creates a cohesive visual unit that clearly groups related keys together. Cannot be combined with standard variants. Ideal for complex key combinations where you want to show the entire sequence as one unit."
|
|
7161
7169
|
},
|
|
7162
|
-
"VHotkey/disabled": {
|
|
7163
|
-
"type": "boolean\n",
|
|
7164
|
-
"description": "Applies a disabled visual state to the component."
|
|
7165
|
-
},
|
|
7166
|
-
"VHotkey/prefix": {
|
|
7167
|
-
"type": "string\n",
|
|
7168
|
-
"description": "Text to display before the hotkey."
|
|
7169
|
-
},
|
|
7170
|
-
"VHotkey/inline": {
|
|
7171
|
-
"type": "boolean\n",
|
|
7172
|
-
"description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
|
|
7173
|
-
},
|
|
7174
7170
|
"VHotkey/suffix": {
|
|
7175
7171
|
"type": "string\n",
|
|
7176
7172
|
"description": "Text to display after the hotkey."
|
|
@@ -7187,6 +7183,10 @@
|
|
|
7187
7183
|
"type": "'auto' | 'pc' | 'mac'\n",
|
|
7188
7184
|
"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"
|
|
7189
7185
|
},
|
|
7186
|
+
"VHotkey/inline": {
|
|
7187
|
+
"type": "boolean\n",
|
|
7188
|
+
"description": "Optimizes the component for seamless integration within text content and documentation. Applies compact styling with baseline alignment, constrained height (1lh), and responsive typography that inherits from parent text. Ideal for help documentation, tooltips, and instructional content. When using multiple inline hotkeys in the same paragraph, increase line-height to prevent visual overlap on text wrapping."
|
|
7189
|
+
},
|
|
7190
7190
|
"VHover/disabled": {
|
|
7191
7191
|
"type": "boolean\n",
|
|
7192
7192
|
"description": "Removes hover functionality."
|
|
@@ -7459,26 +7459,10 @@
|
|
|
7459
7459
|
"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",
|
|
7460
7460
|
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)"
|
|
7461
7461
|
},
|
|
7462
|
-
"VInfiniteScroll/tag": {
|
|
7463
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7464
|
-
"description": "Specify a custom tag used on the root element."
|
|
7465
|
-
},
|
|
7466
|
-
"VInfiniteScroll/mode": {
|
|
7467
|
-
"type": "'intersect' | 'manual'\n",
|
|
7468
|
-
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
|
7469
|
-
},
|
|
7470
7462
|
"VInfiniteScroll/height": {
|
|
7471
7463
|
"type": "string | number\n",
|
|
7472
7464
|
"description": "Sets the height for the component."
|
|
7473
7465
|
},
|
|
7474
|
-
"VInfiniteScroll/width": {
|
|
7475
|
-
"type": "string | number\n",
|
|
7476
|
-
"description": "Sets the width for the component."
|
|
7477
|
-
},
|
|
7478
|
-
"VInfiniteScroll/color": {
|
|
7479
|
-
"type": "string\n",
|
|
7480
|
-
"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)."
|
|
7481
|
-
},
|
|
7482
7466
|
"VInfiniteScroll/max-height": {
|
|
7483
7467
|
"type": "string | number\n",
|
|
7484
7468
|
"description": "Sets the maximum height for the component."
|
|
@@ -7495,12 +7479,28 @@
|
|
|
7495
7479
|
"type": "string | number\n",
|
|
7496
7480
|
"description": "Sets the minimum width for the component."
|
|
7497
7481
|
},
|
|
7482
|
+
"VInfiniteScroll/width": {
|
|
7483
|
+
"type": "string | number\n",
|
|
7484
|
+
"description": "Sets the width for the component."
|
|
7485
|
+
},
|
|
7486
|
+
"VInfiniteScroll/tag": {
|
|
7487
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7488
|
+
"description": "Specify a custom tag used on the root element."
|
|
7489
|
+
},
|
|
7490
|
+
"VInfiniteScroll/color": {
|
|
7491
|
+
"type": "string\n",
|
|
7492
|
+
"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)."
|
|
7493
|
+
},
|
|
7494
|
+
"VInfiniteScroll/mode": {
|
|
7495
|
+
"type": "'intersect' | 'manual'\n",
|
|
7496
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
|
7497
|
+
},
|
|
7498
7498
|
"VInfiniteScroll/direction": {
|
|
7499
7499
|
"type": "'horizontal' | 'vertical'\n",
|
|
7500
7500
|
"description": "Specifies if scroller is **vertical** or **horizontal**."
|
|
7501
7501
|
},
|
|
7502
7502
|
"VInfiniteScroll/side": {
|
|
7503
|
-
"type": "'
|
|
7503
|
+
"type": "'end' | 'start' | 'both'\n",
|
|
7504
7504
|
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
|
|
7505
7505
|
},
|
|
7506
7506
|
"VInfiniteScroll/margin": {
|
|
@@ -7515,78 +7515,62 @@
|
|
|
7515
7515
|
"type": "string\n",
|
|
7516
7516
|
"description": "Text shown when there is no more content to load."
|
|
7517
7517
|
},
|
|
7518
|
-
"VInput/
|
|
7519
|
-
"type": "
|
|
7520
|
-
"description": "
|
|
7518
|
+
"VInput/name": {
|
|
7519
|
+
"type": "string\n",
|
|
7520
|
+
"description": "Sets the component's name attribute."
|
|
7521
7521
|
},
|
|
7522
7522
|
"VInput/error": {
|
|
7523
7523
|
"type": "boolean\n",
|
|
7524
7524
|
"description": "Puts the input in a manual error state."
|
|
7525
7525
|
},
|
|
7526
|
-
"VInput/
|
|
7527
|
-
"type": "
|
|
7528
|
-
"description": "
|
|
7529
|
-
},
|
|
7530
|
-
"VInput/max-width": {
|
|
7531
|
-
"type": "string | number\n",
|
|
7532
|
-
"description": "Sets the maximum width for the component."
|
|
7526
|
+
"VInput/label": {
|
|
7527
|
+
"type": "string\n",
|
|
7528
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
7533
7529
|
},
|
|
7534
|
-
"VInput/
|
|
7535
|
-
"type": "
|
|
7536
|
-
"description": "
|
|
7530
|
+
"VInput/disabled": {
|
|
7531
|
+
"type": "boolean\n",
|
|
7532
|
+
"description": "Removes the ability to click or target the component."
|
|
7537
7533
|
},
|
|
7538
7534
|
"VInput/width": {
|
|
7539
7535
|
"type": "string | number\n",
|
|
7540
7536
|
"description": "Sets the width for the component."
|
|
7541
7537
|
},
|
|
7542
|
-
"VInput/
|
|
7538
|
+
"VInput/id": {
|
|
7543
7539
|
"type": "string\n",
|
|
7544
|
-
"description": "
|
|
7540
|
+
"description": "Sets the DOM id on the component."
|
|
7541
|
+
},
|
|
7542
|
+
"VInput/model-value": {
|
|
7543
|
+
"type": "unknown\n",
|
|
7544
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7545
7545
|
},
|
|
7546
7546
|
"VInput/color": {
|
|
7547
7547
|
"type": "string\n",
|
|
7548
7548
|
"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)."
|
|
7549
7549
|
},
|
|
7550
|
-
"VInput/
|
|
7551
|
-
"type": "
|
|
7552
|
-
"description": "
|
|
7553
|
-
},
|
|
7554
|
-
"VInput/disabled": {
|
|
7555
|
-
"type": "boolean\n",
|
|
7556
|
-
"description": "Removes the ability to click or target the component."
|
|
7550
|
+
"VInput/density": {
|
|
7551
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7552
|
+
"description": "Adjusts the vertical height used by the component."
|
|
7557
7553
|
},
|
|
7558
|
-
"VInput/
|
|
7554
|
+
"VInput/theme": {
|
|
7559
7555
|
"type": "string\n",
|
|
7560
|
-
"description": "
|
|
7556
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7561
7557
|
},
|
|
7562
7558
|
"VInput/base-color": {
|
|
7563
7559
|
"type": "string\n",
|
|
7564
7560
|
"description": "Sets the color of the input when it is not focused."
|
|
7565
7561
|
},
|
|
7566
|
-
"VInput/
|
|
7567
|
-
"type": "
|
|
7568
|
-
"description": "
|
|
7562
|
+
"VInput/max-width": {
|
|
7563
|
+
"type": "string | number\n",
|
|
7564
|
+
"description": "Sets the maximum width for the component."
|
|
7565
|
+
},
|
|
7566
|
+
"VInput/min-width": {
|
|
7567
|
+
"type": "string | number\n",
|
|
7568
|
+
"description": "Sets the minimum width for the component."
|
|
7569
7569
|
},
|
|
7570
7570
|
"VInput/append-icon": {
|
|
7571
|
-
"type": " | string\n | (
|
|
7571
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
7572
7572
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
7573
7573
|
},
|
|
7574
|
-
"VInput/readonly": {
|
|
7575
|
-
"type": "boolean\n",
|
|
7576
|
-
"description": "Puts input in readonly state."
|
|
7577
|
-
},
|
|
7578
|
-
"VInput/label": {
|
|
7579
|
-
"type": "string\n",
|
|
7580
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
7581
|
-
},
|
|
7582
|
-
"VInput/direction": {
|
|
7583
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
7584
|
-
"description": "Changes the direction of the input."
|
|
7585
|
-
},
|
|
7586
|
-
"VInput/messages": {
|
|
7587
|
-
"type": "string | string[]\n",
|
|
7588
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
7589
|
-
},
|
|
7590
7574
|
"VInput/center-affix": {
|
|
7591
7575
|
"type": "boolean\n",
|
|
7592
7576
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
@@ -7599,6 +7583,10 @@
|
|
|
7599
7583
|
"type": "string | boolean\n",
|
|
7600
7584
|
"description": "Sets the color of the prepend/append icons."
|
|
7601
7585
|
},
|
|
7586
|
+
"VInput/prepend-icon": {
|
|
7587
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
7588
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
7589
|
+
},
|
|
7602
7590
|
"VInput/hide-spin-buttons": {
|
|
7603
7591
|
"type": "boolean\n",
|
|
7604
7592
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -7611,6 +7599,14 @@
|
|
|
7611
7599
|
"type": "boolean\n",
|
|
7612
7600
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
7613
7601
|
},
|
|
7602
|
+
"VInput/messages": {
|
|
7603
|
+
"type": "string | string[]\n",
|
|
7604
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
7605
|
+
},
|
|
7606
|
+
"VInput/direction": {
|
|
7607
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
7608
|
+
"description": "Changes the direction of the input."
|
|
7609
|
+
},
|
|
7614
7610
|
"VInput/error-messages": {
|
|
7615
7611
|
"type": "string | string[]\n",
|
|
7616
7612
|
"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."
|
|
@@ -7619,6 +7615,10 @@
|
|
|
7619
7615
|
"type": "string | number\n",
|
|
7620
7616
|
"description": "Control the maximum number of shown errors from validation."
|
|
7621
7617
|
},
|
|
7618
|
+
"VInput/readonly": {
|
|
7619
|
+
"type": "boolean\n",
|
|
7620
|
+
"description": "Puts input in readonly state."
|
|
7621
|
+
},
|
|
7622
7622
|
"VInput/rules": {
|
|
7623
7623
|
"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",
|
|
7624
7624
|
"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`."
|
|
@@ -7651,18 +7651,10 @@
|
|
|
7651
7651
|
"type": "string\n",
|
|
7652
7652
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
7653
7653
|
},
|
|
7654
|
-
"VItemGroup/model-value": {
|
|
7655
|
-
"type": "unknown\n",
|
|
7656
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7657
|
-
},
|
|
7658
7654
|
"VItemGroup/tag": {
|
|
7659
7655
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7660
7656
|
"description": "Specify a custom tag used on the root element."
|
|
7661
7657
|
},
|
|
7662
|
-
"VItemGroup/theme": {
|
|
7663
|
-
"type": "string\n",
|
|
7664
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7665
|
-
},
|
|
7666
7658
|
"VItemGroup/disabled": {
|
|
7667
7659
|
"type": "boolean\n",
|
|
7668
7660
|
"description": "Puts all children components into a disabled state."
|
|
@@ -7675,21 +7667,21 @@
|
|
|
7675
7667
|
"type": "boolean\n",
|
|
7676
7668
|
"description": "Allows one to select multiple items."
|
|
7677
7669
|
},
|
|
7678
|
-
"VItemGroup/
|
|
7670
|
+
"VItemGroup/model-value": {
|
|
7671
|
+
"type": "unknown\n",
|
|
7672
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7673
|
+
},
|
|
7674
|
+
"VItemGroup/theme": {
|
|
7679
7675
|
"type": "string\n",
|
|
7680
|
-
"description": "
|
|
7676
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7681
7677
|
},
|
|
7682
7678
|
"VItemGroup/mandatory": {
|
|
7683
7679
|
"type": "boolean | 'force'\n",
|
|
7684
7680
|
"description": "Forces at least one item to always be selected (if available)."
|
|
7685
7681
|
},
|
|
7686
|
-
"
|
|
7687
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7688
|
-
"description": "Specify a custom tag used on the root element."
|
|
7689
|
-
},
|
|
7690
|
-
"VKbd/color": {
|
|
7682
|
+
"VItemGroup/selected-class": {
|
|
7691
7683
|
"type": "string\n",
|
|
7692
|
-
"description": "
|
|
7684
|
+
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
|
7693
7685
|
},
|
|
7694
7686
|
"VKbd/border": {
|
|
7695
7687
|
"type": "string | number | boolean\n",
|
|
@@ -7707,26 +7699,30 @@
|
|
|
7707
7699
|
"type": "boolean\n",
|
|
7708
7700
|
"description": "Removes any applied **border-radius** from the component."
|
|
7709
7701
|
},
|
|
7702
|
+
"VKbd/tag": {
|
|
7703
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7704
|
+
"description": "Specify a custom tag used on the root element."
|
|
7705
|
+
},
|
|
7710
7706
|
"VKbd/theme": {
|
|
7711
7707
|
"type": "string\n",
|
|
7712
7708
|
"description": "Specify a theme for this component and all of its children."
|
|
7713
7709
|
},
|
|
7714
|
-
"
|
|
7710
|
+
"VKbd/color": {
|
|
7715
7711
|
"type": "string\n",
|
|
7716
|
-
"description": "
|
|
7712
|
+
"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)."
|
|
7717
7713
|
},
|
|
7718
7714
|
"VLabel/theme": {
|
|
7719
7715
|
"type": "string\n",
|
|
7720
7716
|
"description": "Specify a theme for this component and all of its children."
|
|
7721
7717
|
},
|
|
7718
|
+
"VLabel/text": {
|
|
7719
|
+
"type": "string\n",
|
|
7720
|
+
"description": "Specify content text for the component."
|
|
7721
|
+
},
|
|
7722
7722
|
"VLayout/height": {
|
|
7723
7723
|
"type": "string | number\n",
|
|
7724
7724
|
"description": "Sets the height for the component."
|
|
7725
7725
|
},
|
|
7726
|
-
"VLayout/width": {
|
|
7727
|
-
"type": "string | number\n",
|
|
7728
|
-
"description": "Sets the width for the component."
|
|
7729
|
-
},
|
|
7730
7726
|
"VLayout/max-height": {
|
|
7731
7727
|
"type": "string | number\n",
|
|
7732
7728
|
"description": "Sets the maximum height for the component."
|
|
@@ -7743,6 +7739,10 @@
|
|
|
7743
7739
|
"type": "string | number\n",
|
|
7744
7740
|
"description": "Sets the minimum width for the component."
|
|
7745
7741
|
},
|
|
7742
|
+
"VLayout/width": {
|
|
7743
|
+
"type": "string | number\n",
|
|
7744
|
+
"description": "Sets the width for the component."
|
|
7745
|
+
},
|
|
7746
7746
|
"VLayout/full-height": {
|
|
7747
7747
|
"type": "boolean\n",
|
|
7748
7748
|
"description": "Sets the component height to 100%."
|
|
@@ -7751,18 +7751,6 @@
|
|
|
7751
7751
|
"type": "string[]\n",
|
|
7752
7752
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
7753
7753
|
},
|
|
7754
|
-
"VLayoutItem/model-value": {
|
|
7755
|
-
"type": "boolean\n",
|
|
7756
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7757
|
-
},
|
|
7758
|
-
"VLayoutItem/position": {
|
|
7759
|
-
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
|
7760
|
-
"description": "The position of the item."
|
|
7761
|
-
},
|
|
7762
|
-
"VLayoutItem/absolute": {
|
|
7763
|
-
"type": "boolean\n",
|
|
7764
|
-
"description": "Applies **position: absolute** to the component."
|
|
7765
|
-
},
|
|
7766
7754
|
"VLayoutItem/name": {
|
|
7767
7755
|
"type": "string\n",
|
|
7768
7756
|
"description": "Assign a specific name for layout registration."
|
|
@@ -7771,10 +7759,22 @@
|
|
|
7771
7759
|
"type": "string | number\n",
|
|
7772
7760
|
"description": "Sets the height and width of the component."
|
|
7773
7761
|
},
|
|
7762
|
+
"VLayoutItem/model-value": {
|
|
7763
|
+
"type": "boolean\n",
|
|
7764
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
7765
|
+
},
|
|
7766
|
+
"VLayoutItem/absolute": {
|
|
7767
|
+
"type": "boolean\n",
|
|
7768
|
+
"description": "Applies **position: absolute** to the component."
|
|
7769
|
+
},
|
|
7774
7770
|
"VLayoutItem/order": {
|
|
7775
7771
|
"type": "string | number\n",
|
|
7776
7772
|
"description": "Adjust the order of the component in relation to its registration order."
|
|
7777
7773
|
},
|
|
7774
|
+
"VLayoutItem/position": {
|
|
7775
|
+
"type": "'top' | 'bottom' | 'left' | 'right'\n",
|
|
7776
|
+
"description": "The position of the item."
|
|
7777
|
+
},
|
|
7778
7778
|
"VLazy/model-value": {
|
|
7779
7779
|
"type": "boolean\n",
|
|
7780
7780
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -7823,41 +7823,37 @@
|
|
|
7823
7823
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
7824
7824
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
|
7825
7825
|
},
|
|
7826
|
-
"VList/
|
|
7827
|
-
"type": "string |
|
|
7828
|
-
"description": "
|
|
7829
|
-
},
|
|
7830
|
-
"VList/nav": {
|
|
7831
|
-
"type": "boolean\n",
|
|
7832
|
-
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
|
7833
|
-
},
|
|
7834
|
-
"VList/activated": {
|
|
7835
|
-
"type": "any\n",
|
|
7836
|
-
"description": "Array of ids of activated nodes."
|
|
7826
|
+
"VList/border": {
|
|
7827
|
+
"type": "string | number | boolean\n",
|
|
7828
|
+
"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)."
|
|
7837
7829
|
},
|
|
7838
|
-
"VList/
|
|
7839
|
-
"type": "
|
|
7840
|
-
"description": "
|
|
7830
|
+
"VList/density": {
|
|
7831
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
7832
|
+
"description": "Adjusts the vertical height used by the component."
|
|
7841
7833
|
},
|
|
7842
7834
|
"VList/height": {
|
|
7843
7835
|
"type": "string | number\n",
|
|
7844
7836
|
"description": "Sets the height for the component."
|
|
7845
7837
|
},
|
|
7846
|
-
"VList/
|
|
7838
|
+
"VList/max-height": {
|
|
7847
7839
|
"type": "string | number\n",
|
|
7848
|
-
"description": "Sets the
|
|
7840
|
+
"description": "Sets the maximum height for the component."
|
|
7849
7841
|
},
|
|
7850
|
-
"VList/
|
|
7851
|
-
"type": "string\n",
|
|
7852
|
-
"description": "
|
|
7842
|
+
"VList/max-width": {
|
|
7843
|
+
"type": "string | number\n",
|
|
7844
|
+
"description": "Sets the maximum width for the component."
|
|
7853
7845
|
},
|
|
7854
|
-
"VList/
|
|
7855
|
-
"type": "
|
|
7856
|
-
"description": "
|
|
7846
|
+
"VList/min-height": {
|
|
7847
|
+
"type": "string | number\n",
|
|
7848
|
+
"description": "Sets the minimum height for the component."
|
|
7857
7849
|
},
|
|
7858
|
-
"VList/
|
|
7859
|
-
"type": "string | number
|
|
7860
|
-
"description": "
|
|
7850
|
+
"VList/min-width": {
|
|
7851
|
+
"type": "string | number\n",
|
|
7852
|
+
"description": "Sets the minimum width for the component."
|
|
7853
|
+
},
|
|
7854
|
+
"VList/width": {
|
|
7855
|
+
"type": "string | number\n",
|
|
7856
|
+
"description": "Sets the width for the component."
|
|
7861
7857
|
},
|
|
7862
7858
|
"VList/elevation": {
|
|
7863
7859
|
"type": "string | number\n",
|
|
@@ -7871,46 +7867,86 @@
|
|
|
7871
7867
|
"type": "boolean\n",
|
|
7872
7868
|
"description": "Removes any applied **border-radius** from the component."
|
|
7873
7869
|
},
|
|
7870
|
+
"VList/tag": {
|
|
7871
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
7872
|
+
"description": "Specify a custom tag used on the root element."
|
|
7873
|
+
},
|
|
7874
7874
|
"VList/theme": {
|
|
7875
7875
|
"type": "string\n",
|
|
7876
7876
|
"description": "Specify a theme for this component and all of its children."
|
|
7877
7877
|
},
|
|
7878
|
-
"VList/
|
|
7878
|
+
"VList/color": {
|
|
7879
7879
|
"type": "string\n",
|
|
7880
|
-
"description": "
|
|
7880
|
+
"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)."
|
|
7881
|
+
},
|
|
7882
|
+
"VList/variant": {
|
|
7883
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
7884
|
+
"description": "Applies a distinct style to the component."
|
|
7885
|
+
},
|
|
7886
|
+
"VList/activated": {
|
|
7887
|
+
"type": "any\n",
|
|
7888
|
+
"description": "Array of ids of activated nodes."
|
|
7889
|
+
},
|
|
7890
|
+
"VList/disabled": {
|
|
7891
|
+
"type": "boolean\n",
|
|
7892
|
+
"description": "Puts all children inputs into a disabled state."
|
|
7893
|
+
},
|
|
7894
|
+
"VList/items": {
|
|
7895
|
+
"type": "any[]\n",
|
|
7896
|
+
"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."
|
|
7881
7897
|
},
|
|
7882
7898
|
"VList/active-color": {
|
|
7883
7899
|
"type": "string\n",
|
|
7884
7900
|
"description": "Deprecated, use `color` instead."
|
|
7885
7901
|
},
|
|
7886
|
-
"VList/
|
|
7902
|
+
"VList/base-color": {
|
|
7887
7903
|
"type": "string\n",
|
|
7888
|
-
"description": "
|
|
7904
|
+
"description": "Sets the color of component when not focused."
|
|
7905
|
+
},
|
|
7906
|
+
"VList/slim": {
|
|
7907
|
+
"type": "boolean\n",
|
|
7908
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
7889
7909
|
},
|
|
7890
7910
|
"VList/bg-color": {
|
|
7891
7911
|
"type": "string\n",
|
|
7892
7912
|
"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)."
|
|
7893
7913
|
},
|
|
7914
|
+
"VList/lines": {
|
|
7915
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
7916
|
+
"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."
|
|
7917
|
+
},
|
|
7918
|
+
"VList/nav": {
|
|
7919
|
+
"type": "boolean\n",
|
|
7920
|
+
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**."
|
|
7921
|
+
},
|
|
7922
|
+
"VList/mandatory": {
|
|
7923
|
+
"type": "boolean\n",
|
|
7924
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
7925
|
+
},
|
|
7926
|
+
"VList/active-class": {
|
|
7927
|
+
"type": "string\n",
|
|
7928
|
+
"description": "The class applied to the component when it is in an active state."
|
|
7929
|
+
},
|
|
7930
|
+
"VList/selected": {
|
|
7931
|
+
"type": "unknown\n",
|
|
7932
|
+
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
7933
|
+
},
|
|
7934
|
+
"VList/value-comparator": {
|
|
7935
|
+
"type": "(a: any, b: any) => boolean\n",
|
|
7936
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7937
|
+
},
|
|
7894
7938
|
"VList/filterable": {
|
|
7895
7939
|
"type": "boolean\n",
|
|
7896
7940
|
"description": "**FOR INTERNAL USE ONLY** Prevents list item selection using [space] key and pass it back to the text input. Used internally for VAutocomplete and VCombobox."
|
|
7897
7941
|
},
|
|
7898
7942
|
"VList/expand-icon": {
|
|
7899
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
7943
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7900
7944
|
"description": "Icon to display when the list item is collapsed."
|
|
7901
7945
|
},
|
|
7902
7946
|
"VList/collapse-icon": {
|
|
7903
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
7947
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
7904
7948
|
"description": "Icon to display when the list item is expanded."
|
|
7905
7949
|
},
|
|
7906
|
-
"VList/lines": {
|
|
7907
|
-
"type": "false | 'one' | 'two' | 'three'\n",
|
|
7908
|
-
"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."
|
|
7909
|
-
},
|
|
7910
|
-
"VList/slim": {
|
|
7911
|
-
"type": "boolean\n",
|
|
7912
|
-
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
|
|
7913
|
-
},
|
|
7914
7950
|
"VList/activatable": {
|
|
7915
7951
|
"type": "boolean\n",
|
|
7916
7952
|
"description": "Designates whether the list items are activatable. Additionally, sets necessary accessibility attributes internally."
|
|
@@ -7923,14 +7959,6 @@
|
|
|
7923
7959
|
"type": "unknown\n",
|
|
7924
7960
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
|
7925
7961
|
},
|
|
7926
|
-
"VList/selected": {
|
|
7927
|
-
"type": "unknown\n",
|
|
7928
|
-
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
|
7929
|
-
},
|
|
7930
|
-
"VList/mandatory": {
|
|
7931
|
-
"type": "boolean\n",
|
|
7932
|
-
"description": "Forces at least one item to always be selected (if available)."
|
|
7933
|
-
},
|
|
7934
7962
|
"VList/active-strategy": {
|
|
7935
7963
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
|
7936
7964
|
"description": "Affects how items with children behave when activated. If not specified, the **single-independent** strategy will be used.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **single-leaf:** Similar as **leaf**, but only a single item can be activated at a time.\n- **independent:** All nodes can be activated whether they have children or not.\n- **single-independent:** Similar as **independent**, but only a single item can be activated at a time."
|
|
@@ -7943,26 +7971,6 @@
|
|
|
7943
7971
|
"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",
|
|
7944
7972
|
"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."
|
|
7945
7973
|
},
|
|
7946
|
-
"VList/max-height": {
|
|
7947
|
-
"type": "string | number\n",
|
|
7948
|
-
"description": "Sets the maximum height for the component."
|
|
7949
|
-
},
|
|
7950
|
-
"VList/max-width": {
|
|
7951
|
-
"type": "string | number\n",
|
|
7952
|
-
"description": "Sets the maximum width for the component."
|
|
7953
|
-
},
|
|
7954
|
-
"VList/min-height": {
|
|
7955
|
-
"type": "string | number\n",
|
|
7956
|
-
"description": "Sets the minimum height for the component."
|
|
7957
|
-
},
|
|
7958
|
-
"VList/min-width": {
|
|
7959
|
-
"type": "string | number\n",
|
|
7960
|
-
"description": "Sets the minimum width for the component."
|
|
7961
|
-
},
|
|
7962
|
-
"VList/items": {
|
|
7963
|
-
"type": "any[]\n",
|
|
7964
|
-
"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."
|
|
7965
|
-
},
|
|
7966
7974
|
"VList/item-title": {
|
|
7967
7975
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/helpers.ts#L83-L87\" target=\"_blank\">SelectItemKey</a>\n",
|
|
7968
7976
|
"description": "Property on supplied `items` that contains its title."
|
|
@@ -7987,25 +7995,13 @@
|
|
|
7987
7995
|
"type": "boolean\n",
|
|
7988
7996
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
|
|
7989
7997
|
},
|
|
7990
|
-
"VList/value-comparator": {
|
|
7991
|
-
"type": "(a: any, b: any) => boolean\n",
|
|
7992
|
-
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7993
|
-
},
|
|
7994
|
-
"VList/variant": {
|
|
7995
|
-
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
7996
|
-
"description": "Applies a distinct style to the component."
|
|
7997
|
-
},
|
|
7998
|
-
"VListGroup/title": {
|
|
7999
|
-
"type": "string\n",
|
|
8000
|
-
"description": "Specify a title text for the component."
|
|
8001
|
-
},
|
|
8002
7998
|
"VListGroup/tag": {
|
|
8003
7999
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8004
8000
|
"description": "Specify a custom tag used on the root element."
|
|
8005
8001
|
},
|
|
8006
|
-
"VListGroup/
|
|
8002
|
+
"VListGroup/title": {
|
|
8007
8003
|
"type": "string\n",
|
|
8008
|
-
"description": "
|
|
8004
|
+
"description": "Specify a title text for the component."
|
|
8009
8005
|
},
|
|
8010
8006
|
"VListGroup/disabled": {
|
|
8011
8007
|
"type": "boolean\n",
|
|
@@ -8015,38 +8011,42 @@
|
|
|
8015
8011
|
"type": "any\n",
|
|
8016
8012
|
"description": "Expands / Collapse the list-group."
|
|
8017
8013
|
},
|
|
8018
|
-
"VListGroup/
|
|
8014
|
+
"VListGroup/color": {
|
|
8019
8015
|
"type": "string\n",
|
|
8020
|
-
"description": "
|
|
8016
|
+
"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)."
|
|
8021
8017
|
},
|
|
8022
8018
|
"VListGroup/base-color": {
|
|
8023
8019
|
"type": "string\n",
|
|
8024
8020
|
"description": "Sets the color of component when not focused."
|
|
8025
8021
|
},
|
|
8026
|
-
"VListGroup/
|
|
8027
|
-
"type": "
|
|
8028
|
-
"description": "
|
|
8029
|
-
},
|
|
8030
|
-
"VListGroup/append-icon": {
|
|
8031
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8032
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8022
|
+
"VListGroup/active-color": {
|
|
8023
|
+
"type": "string\n",
|
|
8024
|
+
"description": "Deprecated, use `color` instead."
|
|
8033
8025
|
},
|
|
8034
8026
|
"VListGroup/expand-icon": {
|
|
8035
|
-
"type": " | string\n | (
|
|
8027
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8036
8028
|
"description": "Icon to display when the list item is collapsed."
|
|
8037
8029
|
},
|
|
8038
8030
|
"VListGroup/collapse-icon": {
|
|
8039
|
-
"type": " | string\n | (
|
|
8031
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8040
8032
|
"description": "Icon to display when the list item is expanded."
|
|
8041
8033
|
},
|
|
8042
|
-
"VListGroup/
|
|
8043
|
-
"type": "string | number\n",
|
|
8044
|
-
"description": "
|
|
8034
|
+
"VListGroup/append-icon": {
|
|
8035
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8036
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8037
|
+
},
|
|
8038
|
+
"VListGroup/prepend-icon": {
|
|
8039
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8040
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
|
8045
8041
|
},
|
|
8046
8042
|
"VListGroup/fluid": {
|
|
8047
8043
|
"type": "boolean\n",
|
|
8048
8044
|
"description": "Removes the left padding assigned for action icons from group items."
|
|
8049
8045
|
},
|
|
8046
|
+
"VListGroup/raw-id": {
|
|
8047
|
+
"type": "string | number\n",
|
|
8048
|
+
"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]\"."
|
|
8049
|
+
},
|
|
8050
8050
|
"VListGroup/subgroup": {
|
|
8051
8051
|
"type": "boolean\n",
|
|
8052
8052
|
"description": "Designate the component as nested list group."
|
|
@@ -8055,6 +8055,10 @@
|
|
|
8055
8055
|
"type": "string\n",
|
|
8056
8056
|
"description": "Specify a custom tag used on the root element."
|
|
8057
8057
|
},
|
|
8058
|
+
"VListItem/title": {
|
|
8059
|
+
"type": "string | number | boolean\n",
|
|
8060
|
+
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
|
8061
|
+
},
|
|
8058
8062
|
"VListItem/replace": {
|
|
8059
8063
|
"type": "boolean\n",
|
|
8060
8064
|
"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."
|
|
@@ -8063,45 +8067,37 @@
|
|
|
8063
8067
|
"type": "boolean\n",
|
|
8064
8068
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
|
8065
8069
|
},
|
|
8066
|
-
"VListItem/
|
|
8067
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8068
|
-
"description": "Specify a custom tag used on the root element."
|
|
8069
|
-
},
|
|
8070
|
-
"VListItem/nav": {
|
|
8071
|
-
"type": "boolean\n",
|
|
8072
|
-
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
|
8073
|
-
},
|
|
8074
|
-
"VListItem/title": {
|
|
8070
|
+
"VListItem/border": {
|
|
8075
8071
|
"type": "string | number | boolean\n",
|
|
8076
|
-
"description": "
|
|
8072
|
+
"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)."
|
|
8077
8073
|
},
|
|
8078
|
-
"VListItem/
|
|
8079
|
-
"type": "
|
|
8080
|
-
"description": "
|
|
8074
|
+
"VListItem/density": {
|
|
8075
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8076
|
+
"description": "Adjusts the vertical height used by the component."
|
|
8081
8077
|
},
|
|
8082
8078
|
"VListItem/height": {
|
|
8083
8079
|
"type": "string | number\n",
|
|
8084
8080
|
"description": "Sets the height for the component."
|
|
8085
8081
|
},
|
|
8086
|
-
"VListItem/
|
|
8087
|
-
"type": "
|
|
8088
|
-
"description": "
|
|
8082
|
+
"VListItem/max-height": {
|
|
8083
|
+
"type": "string | number\n",
|
|
8084
|
+
"description": "Sets the maximum height for the component."
|
|
8089
8085
|
},
|
|
8090
|
-
"VListItem/width": {
|
|
8086
|
+
"VListItem/max-width": {
|
|
8091
8087
|
"type": "string | number\n",
|
|
8092
|
-
"description": "Sets the width for the component."
|
|
8088
|
+
"description": "Sets the maximum width for the component."
|
|
8093
8089
|
},
|
|
8094
|
-
"VListItem/
|
|
8095
|
-
"type": "string\n",
|
|
8096
|
-
"description": "
|
|
8090
|
+
"VListItem/min-height": {
|
|
8091
|
+
"type": "string | number\n",
|
|
8092
|
+
"description": "Sets the minimum height for the component."
|
|
8097
8093
|
},
|
|
8098
|
-
"VListItem/
|
|
8099
|
-
"type": "
|
|
8100
|
-
"description": "
|
|
8094
|
+
"VListItem/min-width": {
|
|
8095
|
+
"type": "string | number\n",
|
|
8096
|
+
"description": "Sets the minimum width for the component."
|
|
8101
8097
|
},
|
|
8102
|
-
"VListItem/
|
|
8103
|
-
"type": "string | number
|
|
8104
|
-
"description": "
|
|
8098
|
+
"VListItem/width": {
|
|
8099
|
+
"type": "string | number\n",
|
|
8100
|
+
"description": "Sets the width for the component."
|
|
8105
8101
|
},
|
|
8106
8102
|
"VListItem/elevation": {
|
|
8107
8103
|
"type": "string | number\n",
|
|
@@ -8115,69 +8111,85 @@
|
|
|
8115
8111
|
"type": "boolean\n",
|
|
8116
8112
|
"description": "Removes any applied **border-radius** from the component."
|
|
8117
8113
|
},
|
|
8114
|
+
"VListItem/tag": {
|
|
8115
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8116
|
+
"description": "Specify a custom tag used on the root element."
|
|
8117
|
+
},
|
|
8118
8118
|
"VListItem/theme": {
|
|
8119
8119
|
"type": "string\n",
|
|
8120
8120
|
"description": "Specify a theme for this component and all of its children."
|
|
8121
8121
|
},
|
|
8122
|
-
"VListItem/
|
|
8122
|
+
"VListItem/color": {
|
|
8123
|
+
"type": "string\n",
|
|
8124
|
+
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),"
|
|
8125
|
+
},
|
|
8126
|
+
"VListItem/variant": {
|
|
8127
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
8128
|
+
"description": "Applies a distinct style to the component."
|
|
8129
|
+
},
|
|
8130
|
+
"VListItem/disabled": {
|
|
8123
8131
|
"type": "boolean\n",
|
|
8124
|
-
"description": "
|
|
8132
|
+
"description": "Removes the ability to click or target the component."
|
|
8125
8133
|
},
|
|
8126
|
-
"VListItem/
|
|
8127
|
-
"type": "
|
|
8128
|
-
"description": "
|
|
8134
|
+
"VListItem/value": {
|
|
8135
|
+
"type": "any\n",
|
|
8136
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
|
8129
8137
|
},
|
|
8130
|
-
"VListItem/
|
|
8131
|
-
"type": "
|
|
8132
|
-
"description": "
|
|
8138
|
+
"VListItem/active": {
|
|
8139
|
+
"type": "boolean\n",
|
|
8140
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
8133
8141
|
},
|
|
8134
8142
|
"VListItem/active-color": {
|
|
8135
8143
|
"type": "string\n",
|
|
8136
8144
|
"description": "Deprecated, use `color` instead."
|
|
8137
8145
|
},
|
|
8138
|
-
"VListItem/
|
|
8146
|
+
"VListItem/base-color": {
|
|
8139
8147
|
"type": "string\n",
|
|
8140
|
-
"description": "
|
|
8148
|
+
"description": "Sets the color of component when not focused."
|
|
8141
8149
|
},
|
|
8142
|
-
"VListItem/
|
|
8143
|
-
"type": "
|
|
8144
|
-
"description": "
|
|
8150
|
+
"VListItem/prepend-icon": {
|
|
8151
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8152
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
|
8153
|
+
},
|
|
8154
|
+
"VListItem/append-icon": {
|
|
8155
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8156
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8145
8157
|
},
|
|
8146
8158
|
"VListItem/slim": {
|
|
8147
8159
|
"type": "boolean\n",
|
|
8148
8160
|
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
|
8149
8161
|
},
|
|
8150
|
-
"VListItem/
|
|
8151
|
-
"type": "
|
|
8152
|
-
"description": "
|
|
8162
|
+
"VListItem/ripple": {
|
|
8163
|
+
"type": "boolean | { class: string; keys: string[] }\n",
|
|
8164
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
8153
8165
|
},
|
|
8154
|
-
"VListItem/
|
|
8155
|
-
"type": "string
|
|
8156
|
-
"description": "
|
|
8166
|
+
"VListItem/href": {
|
|
8167
|
+
"type": "string\n",
|
|
8168
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
8157
8169
|
},
|
|
8158
|
-
"VListItem/
|
|
8159
|
-
"type": "
|
|
8160
|
-
"description": "
|
|
8170
|
+
"VListItem/exact": {
|
|
8171
|
+
"type": "boolean\n",
|
|
8172
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
|
8161
8173
|
},
|
|
8162
|
-
"VListItem/
|
|
8163
|
-
"type": "string |
|
|
8164
|
-
"description": "
|
|
8174
|
+
"VListItem/to": {
|
|
8175
|
+
"type": "string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric\n",
|
|
8176
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
|
8165
8177
|
},
|
|
8166
|
-
"VListItem/
|
|
8167
|
-
"type": "
|
|
8168
|
-
"description": "
|
|
8178
|
+
"VListItem/lines": {
|
|
8179
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
|
8180
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
|
8169
8181
|
},
|
|
8170
|
-
"VListItem/
|
|
8171
|
-
"type": "
|
|
8172
|
-
"description": "
|
|
8182
|
+
"VListItem/nav": {
|
|
8183
|
+
"type": "boolean\n",
|
|
8184
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
|
8173
8185
|
},
|
|
8174
|
-
"VListItem/
|
|
8175
|
-
"type": "
|
|
8176
|
-
"description": "
|
|
8186
|
+
"VListItem/active-class": {
|
|
8187
|
+
"type": "string\n",
|
|
8188
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
|
8177
8189
|
},
|
|
8178
|
-
"VListItem/
|
|
8179
|
-
"type": "boolean\n",
|
|
8180
|
-
"description": "
|
|
8190
|
+
"VListItem/subtitle": {
|
|
8191
|
+
"type": "string | number | boolean\n",
|
|
8192
|
+
"description": "Specify a subtitle text for the component."
|
|
8181
8193
|
},
|
|
8182
8194
|
"VListItem/append-avatar": {
|
|
8183
8195
|
"type": "string\n",
|
|
@@ -8187,41 +8199,29 @@
|
|
|
8187
8199
|
"type": "string\n",
|
|
8188
8200
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
|
8189
8201
|
},
|
|
8190
|
-
"
|
|
8191
|
-
"type": "
|
|
8192
|
-
"description": "
|
|
8193
|
-
},
|
|
8194
|
-
"VListItem/href": {
|
|
8195
|
-
"type": "string\n",
|
|
8196
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
8202
|
+
"VListItemAction/tag": {
|
|
8203
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8204
|
+
"description": "Specify a custom tag used on the root element."
|
|
8197
8205
|
},
|
|
8198
|
-
"
|
|
8199
|
-
"type": "
|
|
8200
|
-
"description": "
|
|
8206
|
+
"VListItemAction/start": {
|
|
8207
|
+
"type": "boolean\n",
|
|
8208
|
+
"description": "Applies margin at the end of the component."
|
|
8201
8209
|
},
|
|
8202
8210
|
"VListItemAction/end": {
|
|
8203
8211
|
"type": "boolean\n",
|
|
8204
8212
|
"description": "Applies margin at the start of the component."
|
|
8205
8213
|
},
|
|
8206
|
-
"
|
|
8207
|
-
"type": "boolean\n",
|
|
8208
|
-
"description": "Applies margin at the end of the component."
|
|
8209
|
-
},
|
|
8210
|
-
"VListItemAction/tag": {
|
|
8214
|
+
"VListItemMedia/tag": {
|
|
8211
8215
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8212
8216
|
"description": "Specify a custom tag used on the root element."
|
|
8213
8217
|
},
|
|
8214
|
-
"VListItemMedia/end": {
|
|
8215
|
-
"type": "boolean\n",
|
|
8216
|
-
"description": "Applies margin at the start of the component."
|
|
8217
|
-
},
|
|
8218
8218
|
"VListItemMedia/start": {
|
|
8219
8219
|
"type": "boolean\n",
|
|
8220
8220
|
"description": "Applies margin at the end of the component."
|
|
8221
8221
|
},
|
|
8222
|
-
"VListItemMedia/
|
|
8223
|
-
"type": "
|
|
8224
|
-
"description": "
|
|
8222
|
+
"VListItemMedia/end": {
|
|
8223
|
+
"type": "boolean\n",
|
|
8224
|
+
"description": "Applies margin at the start of the component."
|
|
8225
8225
|
},
|
|
8226
8226
|
"VListItemSubtitle/tag": {
|
|
8227
8227
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
@@ -8235,46 +8235,54 @@
|
|
|
8235
8235
|
"type": "string\n",
|
|
8236
8236
|
"description": "Specify a custom tag used on the root element."
|
|
8237
8237
|
},
|
|
8238
|
+
"VListSubheader/tag": {
|
|
8239
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8240
|
+
"description": "Specify a custom tag used on the root element."
|
|
8241
|
+
},
|
|
8238
8242
|
"VListSubheader/title": {
|
|
8239
8243
|
"type": "string\n",
|
|
8240
8244
|
"description": "Specify a title text for the component."
|
|
8241
8245
|
},
|
|
8246
|
+
"VListSubheader/color": {
|
|
8247
|
+
"type": "string\n",
|
|
8248
|
+
"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)."
|
|
8249
|
+
},
|
|
8242
8250
|
"VListSubheader/sticky": {
|
|
8243
8251
|
"type": "boolean\n",
|
|
8244
8252
|
"description": "Sticks the header to the top of the table."
|
|
8245
8253
|
},
|
|
8246
|
-
"VListSubheader/
|
|
8247
|
-
"type": "
|
|
8248
|
-
"description": "
|
|
8254
|
+
"VListSubheader/inset": {
|
|
8255
|
+
"type": "boolean\n",
|
|
8256
|
+
"description": "Insets the subheader without additional spacing, aligning it flush with the surrounding content."
|
|
8249
8257
|
},
|
|
8250
|
-
"
|
|
8258
|
+
"VLocaleProvider/locale": {
|
|
8251
8259
|
"type": "string\n",
|
|
8252
|
-
"description": "
|
|
8260
|
+
"description": "Specify a locale to use."
|
|
8253
8261
|
},
|
|
8254
|
-
"
|
|
8262
|
+
"VLocaleProvider/rtl": {
|
|
8255
8263
|
"type": "boolean\n",
|
|
8256
|
-
"description": "
|
|
8264
|
+
"description": "Specify a RTL mode."
|
|
8257
8265
|
},
|
|
8258
8266
|
"VLocaleProvider/messages": {
|
|
8259
8267
|
"type": "unknown\n",
|
|
8260
8268
|
"description": "Displays a list of messages or a single message if using a string."
|
|
8261
8269
|
},
|
|
8262
|
-
"VLocaleProvider/locale": {
|
|
8263
|
-
"type": "string\n",
|
|
8264
|
-
"description": "Specify a locale to use."
|
|
8265
|
-
},
|
|
8266
8270
|
"VLocaleProvider/fallback-locale": {
|
|
8267
8271
|
"type": "string\n",
|
|
8268
8272
|
"description": "Specify a fallback locale to use when a locale is not found."
|
|
8269
8273
|
},
|
|
8270
|
-
"
|
|
8271
|
-
"type": "
|
|
8272
|
-
"description": "Specify a
|
|
8274
|
+
"VMain/tag": {
|
|
8275
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8276
|
+
"description": "Specify a custom tag used on the root element."
|
|
8273
8277
|
},
|
|
8274
8278
|
"VMain/height": {
|
|
8275
8279
|
"type": "string | number\n",
|
|
8276
8280
|
"description": "Sets the height for the component."
|
|
8277
8281
|
},
|
|
8282
|
+
"VMain/width": {
|
|
8283
|
+
"type": "string | number\n",
|
|
8284
|
+
"description": "Sets the width for the component."
|
|
8285
|
+
},
|
|
8278
8286
|
"VMain/max-height": {
|
|
8279
8287
|
"type": "string | number\n",
|
|
8280
8288
|
"description": "Sets the maximum height for the component."
|
|
@@ -8291,14 +8299,6 @@
|
|
|
8291
8299
|
"type": "string | number\n",
|
|
8292
8300
|
"description": "Sets the minimum width for the component."
|
|
8293
8301
|
},
|
|
8294
|
-
"VMain/width": {
|
|
8295
|
-
"type": "string | number\n",
|
|
8296
|
-
"description": "Sets the width for the component."
|
|
8297
|
-
},
|
|
8298
|
-
"VMain/tag": {
|
|
8299
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8300
|
-
"description": "Specify a custom tag used on the root element."
|
|
8301
|
-
},
|
|
8302
8302
|
"VMain/scrollable": {
|
|
8303
8303
|
"type": "boolean\n",
|
|
8304
8304
|
"description": "Specify a custom scrollable function."
|
|
@@ -8311,25 +8311,57 @@
|
|
|
8311
8311
|
"type": "string\n",
|
|
8312
8312
|
"description": "Sets input type."
|
|
8313
8313
|
},
|
|
8314
|
+
"VMaskInput/model-value": {
|
|
8315
|
+
"type": "any\n",
|
|
8316
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8317
|
+
},
|
|
8318
|
+
"VMaskInput/error": {
|
|
8319
|
+
"type": "boolean\n",
|
|
8320
|
+
"description": "Puts the input in a manual error state."
|
|
8321
|
+
},
|
|
8314
8322
|
"VMaskInput/reverse": {
|
|
8315
8323
|
"type": "boolean\n",
|
|
8316
8324
|
"description": "Reverses the orientation."
|
|
8317
8325
|
},
|
|
8318
|
-
"VMaskInput/
|
|
8319
|
-
"type": "
|
|
8320
|
-
"description": "
|
|
8326
|
+
"VMaskInput/density": {
|
|
8327
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8328
|
+
"description": "Adjusts the vertical height used by the component."
|
|
8321
8329
|
},
|
|
8322
|
-
"VMaskInput/
|
|
8323
|
-
"type": "
|
|
8324
|
-
"description": "
|
|
8330
|
+
"VMaskInput/max-width": {
|
|
8331
|
+
"type": "string | number\n",
|
|
8332
|
+
"description": "Sets the maximum width for the component."
|
|
8325
8333
|
},
|
|
8326
|
-
"VMaskInput/
|
|
8334
|
+
"VMaskInput/min-width": {
|
|
8335
|
+
"type": "string | number\n",
|
|
8336
|
+
"description": "Sets the minimum width for the component."
|
|
8337
|
+
},
|
|
8338
|
+
"VMaskInput/width": {
|
|
8339
|
+
"type": "string | number\n",
|
|
8340
|
+
"description": "Sets the width for the component."
|
|
8341
|
+
},
|
|
8342
|
+
"VMaskInput/rounded": {
|
|
8343
|
+
"type": "string | number | boolean\n",
|
|
8344
|
+
"description": "Adds a border radius to the input."
|
|
8345
|
+
},
|
|
8346
|
+
"VMaskInput/tile": {
|
|
8327
8347
|
"type": "boolean\n",
|
|
8328
|
-
"description": "
|
|
8348
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
8329
8349
|
},
|
|
8330
|
-
"VMaskInput/
|
|
8350
|
+
"VMaskInput/theme": {
|
|
8331
8351
|
"type": "string\n",
|
|
8332
|
-
"description": "
|
|
8352
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8353
|
+
},
|
|
8354
|
+
"VMaskInput/color": {
|
|
8355
|
+
"type": "string\n",
|
|
8356
|
+
"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)."
|
|
8357
|
+
},
|
|
8358
|
+
"VMaskInput/variant": {
|
|
8359
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
8360
|
+
"description": "Applies a distinct style to the component."
|
|
8361
|
+
},
|
|
8362
|
+
"VMaskInput/name": {
|
|
8363
|
+
"type": "string\n",
|
|
8364
|
+
"description": "Sets the component's name attribute."
|
|
8333
8365
|
},
|
|
8334
8366
|
"VMaskInput/autocomplete": {
|
|
8335
8367
|
"type": "string\n",
|
|
@@ -8343,10 +8375,6 @@
|
|
|
8343
8375
|
"type": "string\n",
|
|
8344
8376
|
"description": "Sets the input’s placeholder text."
|
|
8345
8377
|
},
|
|
8346
|
-
"VMaskInput/width": {
|
|
8347
|
-
"type": "string | number\n",
|
|
8348
|
-
"description": "Sets the width for the component."
|
|
8349
|
-
},
|
|
8350
8378
|
"VMaskInput/id": {
|
|
8351
8379
|
"type": "string\n",
|
|
8352
8380
|
"description": "Sets the DOM id on the component."
|
|
@@ -8357,75 +8385,55 @@
|
|
|
8357
8385
|
},
|
|
8358
8386
|
"VMaskInput/role": {
|
|
8359
8387
|
"type": "string\n",
|
|
8360
|
-
"description": "The role attribute applied to the input."
|
|
8361
|
-
},
|
|
8362
|
-
"VMaskInput/autofocus": {
|
|
8363
|
-
"type": "boolean\n",
|
|
8364
|
-
"description": "Enables autofocus."
|
|
8365
|
-
},
|
|
8366
|
-
"VMaskInput/model-value": {
|
|
8367
|
-
"type": "any\n",
|
|
8368
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8369
|
-
},
|
|
8370
|
-
"VMaskInput/color": {
|
|
8371
|
-
"type": "string\n",
|
|
8372
|
-
"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)."
|
|
8373
|
-
},
|
|
8374
|
-
"VMaskInput/density": {
|
|
8375
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8376
|
-
"description": "Adjusts the vertical height used by the component."
|
|
8377
|
-
},
|
|
8378
|
-
"VMaskInput/rounded": {
|
|
8379
|
-
"type": "string | number | boolean\n",
|
|
8380
|
-
"description": "Adds a border radius to the input."
|
|
8388
|
+
"description": "The role attribute applied to the input."
|
|
8381
8389
|
},
|
|
8382
|
-
"VMaskInput/
|
|
8390
|
+
"VMaskInput/autofocus": {
|
|
8383
8391
|
"type": "boolean\n",
|
|
8384
|
-
"description": "
|
|
8392
|
+
"description": "Enables autofocus."
|
|
8385
8393
|
},
|
|
8386
|
-
"VMaskInput/
|
|
8387
|
-
"type": "
|
|
8388
|
-
"description": "
|
|
8394
|
+
"VMaskInput/active": {
|
|
8395
|
+
"type": "boolean\n",
|
|
8396
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
8389
8397
|
},
|
|
8390
8398
|
"VMaskInput/base-color": {
|
|
8391
8399
|
"type": "string\n",
|
|
8392
8400
|
"description": "Sets the color of the input when it is not focused."
|
|
8393
8401
|
},
|
|
8394
|
-
"VMaskInput/
|
|
8395
|
-
"type": "string\n",
|
|
8396
|
-
"description": "
|
|
8402
|
+
"VMaskInput/prepend-icon": {
|
|
8403
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8404
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
8397
8405
|
},
|
|
8398
|
-
"VMaskInput/
|
|
8399
|
-
"type": "string | number\n",
|
|
8400
|
-
"description": "
|
|
8406
|
+
"VMaskInput/append-icon": {
|
|
8407
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8408
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8401
8409
|
},
|
|
8402
|
-
"VMaskInput/
|
|
8403
|
-
"type": "
|
|
8404
|
-
"description": "
|
|
8410
|
+
"VMaskInput/readonly": {
|
|
8411
|
+
"type": "boolean\n",
|
|
8412
|
+
"description": "Puts input in readonly state."
|
|
8405
8413
|
},
|
|
8406
|
-
"VMaskInput/
|
|
8407
|
-
"type": "
|
|
8408
|
-
"description": "
|
|
8414
|
+
"VMaskInput/loading": {
|
|
8415
|
+
"type": "string | boolean\n",
|
|
8416
|
+
"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."
|
|
8409
8417
|
},
|
|
8410
|
-
"VMaskInput/
|
|
8411
|
-
"type": "string
|
|
8412
|
-
"description": "
|
|
8418
|
+
"VMaskInput/label": {
|
|
8419
|
+
"type": "string\n",
|
|
8420
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
8413
8421
|
},
|
|
8414
|
-
"VMaskInput/
|
|
8415
|
-
"type": "
|
|
8416
|
-
"description": "
|
|
8422
|
+
"VMaskInput/bg-color": {
|
|
8423
|
+
"type": "string\n",
|
|
8424
|
+
"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)."
|
|
8417
8425
|
},
|
|
8418
|
-
"VMaskInput/
|
|
8426
|
+
"VMaskInput/details": {
|
|
8419
8427
|
"type": "boolean\n",
|
|
8420
|
-
"description": "
|
|
8428
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VField.json))"
|
|
8421
8429
|
},
|
|
8422
|
-
"VMaskInput/
|
|
8423
|
-
"type": "
|
|
8424
|
-
"description": "
|
|
8430
|
+
"VMaskInput/direction": {
|
|
8431
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
8432
|
+
"description": "Changes the direction of the input."
|
|
8425
8433
|
},
|
|
8426
|
-
"VMaskInput/
|
|
8427
|
-
"type": "
|
|
8428
|
-
"description": "
|
|
8434
|
+
"VMaskInput/messages": {
|
|
8435
|
+
"type": "string | string[]\n",
|
|
8436
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
8429
8437
|
},
|
|
8430
8438
|
"VMaskInput/center-affix": {
|
|
8431
8439
|
"type": "boolean\n",
|
|
@@ -8439,10 +8447,6 @@
|
|
|
8439
8447
|
"type": "string | boolean\n",
|
|
8440
8448
|
"description": "Sets the color of the prepend/append icons."
|
|
8441
8449
|
},
|
|
8442
|
-
"VMaskInput/prepend-icon": {
|
|
8443
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8444
|
-
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
8445
|
-
},
|
|
8446
8450
|
"VMaskInput/hide-spin-buttons": {
|
|
8447
8451
|
"type": "boolean\n",
|
|
8448
8452
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -8455,14 +8459,6 @@
|
|
|
8455
8459
|
"type": "boolean\n",
|
|
8456
8460
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
8457
8461
|
},
|
|
8458
|
-
"VMaskInput/messages": {
|
|
8459
|
-
"type": "string | string[]\n",
|
|
8460
|
-
"description": "Displays a list of messages or a single message if using a string."
|
|
8461
|
-
},
|
|
8462
|
-
"VMaskInput/direction": {
|
|
8463
|
-
"type": "'horizontal' | 'vertical'\n",
|
|
8464
|
-
"description": "Changes the direction of the input."
|
|
8465
|
-
},
|
|
8466
8462
|
"VMaskInput/error-messages": {
|
|
8467
8463
|
"type": "string | string[]\n",
|
|
8468
8464
|
"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."
|
|
@@ -8471,10 +8467,6 @@
|
|
|
8471
8467
|
"type": "string | number\n",
|
|
8472
8468
|
"description": "Control the maximum number of shown errors from validation."
|
|
8473
8469
|
},
|
|
8474
|
-
"VMaskInput/readonly": {
|
|
8475
|
-
"type": "boolean\n",
|
|
8476
|
-
"description": "Puts input in readonly state."
|
|
8477
|
-
},
|
|
8478
8470
|
"VMaskInput/rules": {
|
|
8479
8471
|
"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",
|
|
8480
8472
|
"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`."
|
|
@@ -8495,8 +8487,24 @@
|
|
|
8495
8487
|
"type": "boolean | 'auto'\n",
|
|
8496
8488
|
"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."
|
|
8497
8489
|
},
|
|
8490
|
+
"VMaskInput/counter": {
|
|
8491
|
+
"type": "string | number | boolean\n",
|
|
8492
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8493
|
+
},
|
|
8494
|
+
"VMaskInput/persistent-placeholder": {
|
|
8495
|
+
"type": "boolean\n",
|
|
8496
|
+
"description": "Forces placeholder to always be visible."
|
|
8497
|
+
},
|
|
8498
|
+
"VMaskInput/persistent-counter": {
|
|
8499
|
+
"type": "boolean\n",
|
|
8500
|
+
"description": "Forces counter to always be visible."
|
|
8501
|
+
},
|
|
8502
|
+
"VMaskInput/suffix": {
|
|
8503
|
+
"type": "string\n",
|
|
8504
|
+
"description": "Displays suffix text."
|
|
8505
|
+
},
|
|
8498
8506
|
"VMaskInput/append-inner-icon": {
|
|
8499
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
8507
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8500
8508
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
8501
8509
|
},
|
|
8502
8510
|
"VMaskInput/clearable": {
|
|
@@ -8504,13 +8512,9 @@
|
|
|
8504
8512
|
"description": "Allows for the component to be cleared."
|
|
8505
8513
|
},
|
|
8506
8514
|
"VMaskInput/clear-icon": {
|
|
8507
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
8515
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8508
8516
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
8509
8517
|
},
|
|
8510
|
-
"VMaskInput/active": {
|
|
8511
|
-
"type": "boolean\n",
|
|
8512
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
8513
|
-
},
|
|
8514
8518
|
"VMaskInput/dirty": {
|
|
8515
8519
|
"type": "boolean\n",
|
|
8516
8520
|
"description": "Manually apply the dirty state styling."
|
|
@@ -8520,17 +8524,13 @@
|
|
|
8520
8524
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
8521
8525
|
},
|
|
8522
8526
|
"VMaskInput/prepend-inner-icon": {
|
|
8523
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
8527
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
8524
8528
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
8525
8529
|
},
|
|
8526
8530
|
"VMaskInput/single-line": {
|
|
8527
8531
|
"type": "boolean\n",
|
|
8528
8532
|
"description": "Label does not move on focus/dirty."
|
|
8529
8533
|
},
|
|
8530
|
-
"VMaskInput/loading": {
|
|
8531
|
-
"type": "string | boolean\n",
|
|
8532
|
-
"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."
|
|
8533
|
-
},
|
|
8534
8534
|
"VMaskInput/counter-value": {
|
|
8535
8535
|
"type": "number | ((value: any) => number)\n",
|
|
8536
8536
|
"description": "Function returns the counter display text."
|
|
@@ -8547,34 +8547,26 @@
|
|
|
8547
8547
|
"type": "boolean\n",
|
|
8548
8548
|
"description": "Returns the unmodified masked string."
|
|
8549
8549
|
},
|
|
8550
|
-
"VMenu/
|
|
8550
|
+
"VMenu/disabled": {
|
|
8551
8551
|
"type": "boolean\n",
|
|
8552
|
-
"description": "
|
|
8552
|
+
"description": "Removes the ability to click or target the component."
|
|
8553
8553
|
},
|
|
8554
8554
|
"VMenu/height": {
|
|
8555
8555
|
"type": "string | number\n",
|
|
8556
8556
|
"description": "Sets the height for the component."
|
|
8557
8557
|
},
|
|
8558
|
-
"VMenu/max-height": {
|
|
8559
|
-
"type": "string | number\n",
|
|
8560
|
-
"description": "Sets the maximum height for the component."
|
|
8561
|
-
},
|
|
8562
|
-
"VMenu/max-width": {
|
|
8563
|
-
"type": "string | number\n",
|
|
8564
|
-
"description": "Sets the maximum width for the component."
|
|
8565
|
-
},
|
|
8566
|
-
"VMenu/min-height": {
|
|
8567
|
-
"type": "string | number\n",
|
|
8568
|
-
"description": "Sets the minimum height for the component."
|
|
8569
|
-
},
|
|
8570
|
-
"VMenu/min-width": {
|
|
8571
|
-
"type": "string | number\n",
|
|
8572
|
-
"description": "Sets the minimum width for the component. Use `auto` to use the activator width."
|
|
8573
|
-
},
|
|
8574
8558
|
"VMenu/width": {
|
|
8575
8559
|
"type": "string | number\n",
|
|
8576
8560
|
"description": "Sets the width for the component."
|
|
8577
8561
|
},
|
|
8562
|
+
"VMenu/id": {
|
|
8563
|
+
"type": "string\n",
|
|
8564
|
+
"description": "The unique identifier of the component."
|
|
8565
|
+
},
|
|
8566
|
+
"VMenu/model-value": {
|
|
8567
|
+
"type": "boolean\n",
|
|
8568
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8569
|
+
},
|
|
8578
8570
|
"VMenu/location": {
|
|
8579
8571
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
8580
8572
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
@@ -8583,22 +8575,38 @@
|
|
|
8583
8575
|
"type": "string\n",
|
|
8584
8576
|
"description": "Specify a theme for this component and all of its children."
|
|
8585
8577
|
},
|
|
8586
|
-
"VMenu/
|
|
8578
|
+
"VMenu/eager": {
|
|
8587
8579
|
"type": "boolean\n",
|
|
8588
|
-
"description": "
|
|
8580
|
+
"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."
|
|
8589
8581
|
},
|
|
8590
|
-
"VMenu/
|
|
8591
|
-
"type": "string\n",
|
|
8592
|
-
"description": "
|
|
8582
|
+
"VMenu/max-height": {
|
|
8583
|
+
"type": "string | number\n",
|
|
8584
|
+
"description": "Sets the maximum height for the component."
|
|
8593
8585
|
},
|
|
8594
|
-
"VMenu/
|
|
8595
|
-
"type": "
|
|
8596
|
-
"description": "Sets the
|
|
8586
|
+
"VMenu/max-width": {
|
|
8587
|
+
"type": "string | number\n",
|
|
8588
|
+
"description": "Sets the maximum width for the component."
|
|
8589
|
+
},
|
|
8590
|
+
"VMenu/min-height": {
|
|
8591
|
+
"type": "string | number\n",
|
|
8592
|
+
"description": "Sets the minimum height for the component."
|
|
8593
|
+
},
|
|
8594
|
+
"VMenu/min-width": {
|
|
8595
|
+
"type": "string | number\n",
|
|
8596
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width."
|
|
8597
8597
|
},
|
|
8598
8598
|
"VMenu/activator": {
|
|
8599
8599
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
|
8600
8600
|
"description": "Explicitly sets the overlay's activator."
|
|
8601
8601
|
},
|
|
8602
|
+
"VMenu/submenu": {
|
|
8603
|
+
"type": "boolean\n",
|
|
8604
|
+
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
|
8605
|
+
},
|
|
8606
|
+
"VMenu/disable-initial-focus": {
|
|
8607
|
+
"type": "boolean\n",
|
|
8608
|
+
"description": "Prevents automatic redirect of first `focusin` event. Intended to use on permanently open menus or VSpeedDial."
|
|
8609
|
+
},
|
|
8602
8610
|
"VMenu/close-on-back": {
|
|
8603
8611
|
"type": "boolean\n",
|
|
8604
8612
|
"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."
|
|
@@ -8667,10 +8675,6 @@
|
|
|
8667
8675
|
"type": "string | number\n",
|
|
8668
8676
|
"description": "Milliseconds to wait before opening component. Only works with the **open-on-hover** prop."
|
|
8669
8677
|
},
|
|
8670
|
-
"VMenu/eager": {
|
|
8671
|
-
"type": "boolean\n",
|
|
8672
|
-
"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."
|
|
8673
|
-
},
|
|
8674
8678
|
"VMenu/location-strategy": {
|
|
8675
8679
|
"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",
|
|
8676
8680
|
"description": "A function used to specifies how the component should position relative to its activator."
|
|
@@ -8688,29 +8692,21 @@
|
|
|
8688
8692
|
"description": "Enables the overlay content to go off-screen when scrolling."
|
|
8689
8693
|
},
|
|
8690
8694
|
"VMenu/scroll-strategy": {
|
|
8691
|
-
"type": "'close' | '
|
|
8695
|
+
"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",
|
|
8692
8696
|
"description": "Strategy used when the component is activate and user scrolls."
|
|
8693
8697
|
},
|
|
8698
|
+
"VMenu/transition": {
|
|
8699
|
+
"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",
|
|
8700
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
8701
|
+
},
|
|
8694
8702
|
"VMenu/attach": {
|
|
8695
8703
|
"type": "string | boolean | Element\n",
|
|
8696
8704
|
"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."
|
|
8697
8705
|
},
|
|
8698
|
-
"VMenu/submenu": {
|
|
8699
|
-
"type": "boolean\n",
|
|
8700
|
-
"description": "Opens with right arrow and closes on left instead of up/down. Implies `location=\"end\"`. Directions are reversed for RTL."
|
|
8701
|
-
},
|
|
8702
|
-
"VMenu/disable-initial-focus": {
|
|
8703
|
-
"type": "boolean\n",
|
|
8704
|
-
"description": "Prevents automatic redirect of first `focusin` event. Intended to use on permanently open menus or VSpeedDial."
|
|
8705
|
-
},
|
|
8706
8706
|
"VMessages/color": {
|
|
8707
8707
|
"type": "string\n",
|
|
8708
8708
|
"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)."
|
|
8709
8709
|
},
|
|
8710
|
-
"VMessages/active": {
|
|
8711
|
-
"type": "boolean\n",
|
|
8712
|
-
"description": "Determines whether the messages are visible or not."
|
|
8713
|
-
},
|
|
8714
8710
|
"VMessages/transition": {
|
|
8715
8711
|
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component; leaveAbsolute: boolean; group: boolean }\n",
|
|
8716
8712
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
@@ -8719,73 +8715,65 @@
|
|
|
8719
8715
|
"type": "string | string[]\n",
|
|
8720
8716
|
"description": "Displays a list of messages or a single message if using a string."
|
|
8721
8717
|
},
|
|
8722
|
-
"
|
|
8723
|
-
"type": "string | number | boolean\n",
|
|
8724
|
-
"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)."
|
|
8725
|
-
},
|
|
8726
|
-
"VNavigationDrawer/model-value": {
|
|
8718
|
+
"VMessages/active": {
|
|
8727
8719
|
"type": "boolean\n",
|
|
8728
|
-
"description": "
|
|
8720
|
+
"description": "Determines whether the messages are visible or not."
|
|
8721
|
+
},
|
|
8722
|
+
"VNavigationDrawer/tag": {
|
|
8723
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8724
|
+
"description": "Specify a custom tag used on the root element."
|
|
8725
|
+
},
|
|
8726
|
+
"VNavigationDrawer/name": {
|
|
8727
|
+
"type": "string\n",
|
|
8728
|
+
"description": "Assign a specific name for layout registration."
|
|
8729
8729
|
},
|
|
8730
8730
|
"VNavigationDrawer/width": {
|
|
8731
8731
|
"type": "string | number\n",
|
|
8732
8732
|
"description": "Sets the width for the component."
|
|
8733
8733
|
},
|
|
8734
|
-
"VNavigationDrawer/
|
|
8735
|
-
"type": "string
|
|
8736
|
-
"description": "
|
|
8734
|
+
"VNavigationDrawer/image": {
|
|
8735
|
+
"type": "string\n",
|
|
8736
|
+
"description": "Apply a specific background image to the component."
|
|
8737
|
+
},
|
|
8738
|
+
"VNavigationDrawer/model-value": {
|
|
8739
|
+
"type": "boolean\n",
|
|
8740
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8737
8741
|
},
|
|
8738
8742
|
"VNavigationDrawer/location": {
|
|
8739
|
-
"type": "'top' | '
|
|
8743
|
+
"type": "'top' | 'bottom' | 'start' | 'end' | 'left' | 'right'\n",
|
|
8740
8744
|
"description": "Controls the edge of the screen the drawer is attached to."
|
|
8741
8745
|
},
|
|
8742
8746
|
"VNavigationDrawer/absolute": {
|
|
8743
8747
|
"type": "boolean\n",
|
|
8744
8748
|
"description": "Applies **position: absolute** to the component."
|
|
8745
8749
|
},
|
|
8746
|
-
"VNavigationDrawer/sticky": {
|
|
8747
|
-
"type": "boolean\n",
|
|
8748
|
-
"description": "When true, the drawer will remain visible when scrolling past the top of the page."
|
|
8749
|
-
},
|
|
8750
|
-
"VNavigationDrawer/rounded": {
|
|
8751
|
-
"type": "string | number | boolean\n",
|
|
8752
|
-
"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)."
|
|
8753
|
-
},
|
|
8754
|
-
"VNavigationDrawer/tile": {
|
|
8755
|
-
"type": "boolean\n",
|
|
8756
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
8757
|
-
},
|
|
8758
|
-
"VNavigationDrawer/tag": {
|
|
8759
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
8760
|
-
"description": "Specify a custom tag used on the root element."
|
|
8761
|
-
},
|
|
8762
|
-
"VNavigationDrawer/theme": {
|
|
8763
|
-
"type": "string\n",
|
|
8764
|
-
"description": "Specify a theme for this component and all of its children."
|
|
8765
|
-
},
|
|
8766
8750
|
"VNavigationDrawer/color": {
|
|
8767
8751
|
"type": "string\n",
|
|
8768
8752
|
"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)."
|
|
8769
8753
|
},
|
|
8770
|
-
"VNavigationDrawer/name": {
|
|
8771
|
-
"type": "string\n",
|
|
8772
|
-
"description": "Assign a specific name for layout registration."
|
|
8773
|
-
},
|
|
8774
|
-
"VNavigationDrawer/image": {
|
|
8775
|
-
"type": "string\n",
|
|
8776
|
-
"description": "Apply a specific background image to the component."
|
|
8777
|
-
},
|
|
8778
8754
|
"VNavigationDrawer/floating": {
|
|
8779
8755
|
"type": "boolean\n",
|
|
8780
8756
|
"description": "A floating drawer has no visible container (no border-right)."
|
|
8781
8757
|
},
|
|
8782
|
-
"VNavigationDrawer/
|
|
8758
|
+
"VNavigationDrawer/border": {
|
|
8759
|
+
"type": "string | number | boolean\n",
|
|
8760
|
+
"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)."
|
|
8761
|
+
},
|
|
8762
|
+
"VNavigationDrawer/elevation": {
|
|
8763
|
+
"type": "string | number\n",
|
|
8764
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
8765
|
+
},
|
|
8766
|
+
"VNavigationDrawer/rounded": {
|
|
8767
|
+
"type": "string | number | boolean\n",
|
|
8768
|
+
"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)."
|
|
8769
|
+
},
|
|
8770
|
+
"VNavigationDrawer/tile": {
|
|
8783
8771
|
"type": "boolean\n",
|
|
8784
|
-
"description": "
|
|
8772
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
8785
8773
|
},
|
|
8786
|
-
"VNavigationDrawer/
|
|
8787
|
-
"type": "
|
|
8788
|
-
"description": "
|
|
8774
|
+
"VNavigationDrawer/theme": {
|
|
8775
|
+
"type": "string\n",
|
|
8776
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8789
8777
|
},
|
|
8790
8778
|
"VNavigationDrawer/order": {
|
|
8791
8779
|
"type": "string | number\n",
|
|
@@ -8807,6 +8795,18 @@
|
|
|
8807
8795
|
"type": "string | number\n",
|
|
8808
8796
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
8809
8797
|
},
|
|
8798
|
+
"VNavigationDrawer/mobile": {
|
|
8799
|
+
"type": "boolean\n",
|
|
8800
|
+
"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"
|
|
8801
|
+
},
|
|
8802
|
+
"VNavigationDrawer/sticky": {
|
|
8803
|
+
"type": "boolean\n",
|
|
8804
|
+
"description": "When true, the drawer will remain visible when scrolling past the top of the page."
|
|
8805
|
+
},
|
|
8806
|
+
"VNavigationDrawer/mobile-breakpoint": {
|
|
8807
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
8808
|
+
"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."
|
|
8809
|
+
},
|
|
8810
8810
|
"VNavigationDrawer/disable-resize-watcher": {
|
|
8811
8811
|
"type": "boolean\n",
|
|
8812
8812
|
"description": "Prevents the automatic opening or closing of the drawer when resized, based on whether the device is mobile or desktop."
|
|
@@ -8845,59 +8845,27 @@
|
|
|
8845
8845
|
},
|
|
8846
8846
|
"VNumberInput/type": {
|
|
8847
8847
|
"type": "string\n",
|
|
8848
|
-
"description": "
|
|
8849
|
-
},
|
|
8850
|
-
"VNumberInput/model-value": {
|
|
8851
|
-
"type": "number\n",
|
|
8852
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8853
|
-
},
|
|
8854
|
-
"VNumberInput/error": {
|
|
8855
|
-
"type": "boolean\n",
|
|
8856
|
-
"description": "Puts the input in a manual error state."
|
|
8848
|
+
"description": "**IGNORED** underlying input is always of type 'text'"
|
|
8857
8849
|
},
|
|
8858
8850
|
"VNumberInput/reverse": {
|
|
8859
8851
|
"type": "boolean\n",
|
|
8860
8852
|
"description": "Reverses the orientation."
|
|
8861
8853
|
},
|
|
8862
|
-
"VNumberInput/
|
|
8863
|
-
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8864
|
-
"description": "Adjusts the vertical height used by the component."
|
|
8865
|
-
},
|
|
8866
|
-
"VNumberInput/max-width": {
|
|
8867
|
-
"type": "string | number\n",
|
|
8868
|
-
"description": "Sets the maximum width for the component."
|
|
8869
|
-
},
|
|
8870
|
-
"VNumberInput/min-width": {
|
|
8871
|
-
"type": "string | number\n",
|
|
8872
|
-
"description": "Sets the minimum width for the component."
|
|
8873
|
-
},
|
|
8874
|
-
"VNumberInput/width": {
|
|
8875
|
-
"type": "string | number\n",
|
|
8876
|
-
"description": "Sets the width for the component."
|
|
8877
|
-
},
|
|
8878
|
-
"VNumberInput/rounded": {
|
|
8879
|
-
"type": "string | number | boolean\n",
|
|
8880
|
-
"description": "Adds a border radius to the input."
|
|
8881
|
-
},
|
|
8882
|
-
"VNumberInput/tile": {
|
|
8883
|
-
"type": "boolean\n",
|
|
8884
|
-
"description": "Removes any applied **border-radius** from the component."
|
|
8885
|
-
},
|
|
8886
|
-
"VNumberInput/theme": {
|
|
8854
|
+
"VNumberInput/name": {
|
|
8887
8855
|
"type": "string\n",
|
|
8888
|
-
"description": "
|
|
8856
|
+
"description": "Sets the component's name attribute."
|
|
8889
8857
|
},
|
|
8890
|
-
"VNumberInput/
|
|
8891
|
-
"type": "
|
|
8892
|
-
"description": "
|
|
8858
|
+
"VNumberInput/error": {
|
|
8859
|
+
"type": "boolean\n",
|
|
8860
|
+
"description": "Puts the input in a manual error state."
|
|
8893
8861
|
},
|
|
8894
|
-
"VNumberInput/
|
|
8895
|
-
"type": "
|
|
8896
|
-
"description": "
|
|
8862
|
+
"VNumberInput/details": {
|
|
8863
|
+
"type": "boolean\n",
|
|
8864
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VField.json))"
|
|
8897
8865
|
},
|
|
8898
|
-
"VNumberInput/
|
|
8866
|
+
"VNumberInput/label": {
|
|
8899
8867
|
"type": "string\n",
|
|
8900
|
-
"description": "Sets the
|
|
8868
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
8901
8869
|
},
|
|
8902
8870
|
"VNumberInput/autocomplete": {
|
|
8903
8871
|
"type": "string\n",
|
|
@@ -8923,6 +8891,10 @@
|
|
|
8923
8891
|
"type": "number\n",
|
|
8924
8892
|
"description": "Defines the interval between allowed values when the user increments or decrements the input"
|
|
8925
8893
|
},
|
|
8894
|
+
"VNumberInput/width": {
|
|
8895
|
+
"type": "string | number\n",
|
|
8896
|
+
"description": "Sets the width for the component."
|
|
8897
|
+
},
|
|
8926
8898
|
"VNumberInput/id": {
|
|
8927
8899
|
"type": "string\n",
|
|
8928
8900
|
"description": "Sets the DOM id on the component."
|
|
@@ -8939,57 +8911,69 @@
|
|
|
8939
8911
|
"type": "boolean\n",
|
|
8940
8912
|
"description": "Enables autofocus."
|
|
8941
8913
|
},
|
|
8942
|
-
"VNumberInput/
|
|
8943
|
-
"type": "
|
|
8944
|
-
"description": "
|
|
8914
|
+
"VNumberInput/model-value": {
|
|
8915
|
+
"type": "number\n",
|
|
8916
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
8945
8917
|
},
|
|
8946
|
-
"VNumberInput/
|
|
8918
|
+
"VNumberInput/color": {
|
|
8947
8919
|
"type": "string\n",
|
|
8948
|
-
"description": "
|
|
8920
|
+
"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)."
|
|
8949
8921
|
},
|
|
8950
|
-
"VNumberInput/
|
|
8951
|
-
"type": "
|
|
8952
|
-
"description": "
|
|
8922
|
+
"VNumberInput/density": {
|
|
8923
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
8924
|
+
"description": "Adjusts the vertical height used by the component."
|
|
8953
8925
|
},
|
|
8954
|
-
"VNumberInput/
|
|
8955
|
-
"type": "
|
|
8956
|
-
"description": "
|
|
8926
|
+
"VNumberInput/rounded": {
|
|
8927
|
+
"type": "string | number | boolean\n",
|
|
8928
|
+
"description": "Adds a border radius to the input."
|
|
8957
8929
|
},
|
|
8958
|
-
"VNumberInput/
|
|
8930
|
+
"VNumberInput/tile": {
|
|
8959
8931
|
"type": "boolean\n",
|
|
8960
|
-
"description": "
|
|
8932
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
8961
8933
|
},
|
|
8962
|
-
"VNumberInput/
|
|
8963
|
-
"type": "string
|
|
8964
|
-
"description": "
|
|
8934
|
+
"VNumberInput/theme": {
|
|
8935
|
+
"type": "string\n",
|
|
8936
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8965
8937
|
},
|
|
8966
|
-
"VNumberInput/
|
|
8938
|
+
"VNumberInput/base-color": {
|
|
8967
8939
|
"type": "string\n",
|
|
8968
|
-
"description": "Sets the
|
|
8940
|
+
"description": "Sets the color of the input when it is not focused."
|
|
8969
8941
|
},
|
|
8970
8942
|
"VNumberInput/bg-color": {
|
|
8971
8943
|
"type": "string\n",
|
|
8972
8944
|
"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)."
|
|
8973
8945
|
},
|
|
8974
|
-
"VNumberInput/
|
|
8975
|
-
"type": "
|
|
8976
|
-
"description": "
|
|
8946
|
+
"VNumberInput/max-width": {
|
|
8947
|
+
"type": "string | number\n",
|
|
8948
|
+
"description": "Sets the maximum width for the component."
|
|
8977
8949
|
},
|
|
8978
|
-
"VNumberInput/
|
|
8950
|
+
"VNumberInput/min-width": {
|
|
8951
|
+
"type": "string | number\n",
|
|
8952
|
+
"description": "Sets the minimum width for the component."
|
|
8953
|
+
},
|
|
8954
|
+
"VNumberInput/variant": {
|
|
8955
|
+
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
8956
|
+
"description": "Applies a distinct style to the component."
|
|
8957
|
+
},
|
|
8958
|
+
"VNumberInput/counter": {
|
|
8959
|
+
"type": "string | number | boolean\n",
|
|
8960
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
8961
|
+
},
|
|
8962
|
+
"VNumberInput/persistent-placeholder": {
|
|
8979
8963
|
"type": "boolean\n",
|
|
8980
|
-
"description": "
|
|
8964
|
+
"description": "Forces placeholder to always be visible."
|
|
8981
8965
|
},
|
|
8982
|
-
"VNumberInput/
|
|
8983
|
-
"type": "
|
|
8984
|
-
"description": "
|
|
8966
|
+
"VNumberInput/persistent-counter": {
|
|
8967
|
+
"type": "boolean\n",
|
|
8968
|
+
"description": "Forces counter to always be visible."
|
|
8985
8969
|
},
|
|
8986
|
-
"VNumberInput/
|
|
8970
|
+
"VNumberInput/suffix": {
|
|
8987
8971
|
"type": "string\n",
|
|
8988
|
-
"description": "
|
|
8972
|
+
"description": "Displays suffix text."
|
|
8989
8973
|
},
|
|
8990
|
-
"VNumberInput/
|
|
8991
|
-
"type": "string | string[]\n",
|
|
8992
|
-
"description": "
|
|
8974
|
+
"VNumberInput/append-icon": {
|
|
8975
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8976
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
8993
8977
|
},
|
|
8994
8978
|
"VNumberInput/center-affix": {
|
|
8995
8979
|
"type": "boolean\n",
|
|
@@ -9003,6 +8987,10 @@
|
|
|
9003
8987
|
"type": "string | boolean\n",
|
|
9004
8988
|
"description": "Sets the color of the prepend/append icons."
|
|
9005
8989
|
},
|
|
8990
|
+
"VNumberInput/prepend-icon": {
|
|
8991
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
8992
|
+
"description": "Prepends an icon to the outside the component's input, uses the same syntax as `v-icon`."
|
|
8993
|
+
},
|
|
9006
8994
|
"VNumberInput/hide-spin-buttons": {
|
|
9007
8995
|
"type": "boolean\n",
|
|
9008
8996
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
@@ -9015,6 +9003,14 @@
|
|
|
9015
9003
|
"type": "boolean\n",
|
|
9016
9004
|
"description": "Forces [hint](#props-hint) to always be visible."
|
|
9017
9005
|
},
|
|
9006
|
+
"VNumberInput/messages": {
|
|
9007
|
+
"type": "string | string[]\n",
|
|
9008
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
9009
|
+
},
|
|
9010
|
+
"VNumberInput/direction": {
|
|
9011
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
9012
|
+
"description": "Changes the direction of the input."
|
|
9013
|
+
},
|
|
9018
9014
|
"VNumberInput/error-messages": {
|
|
9019
9015
|
"type": "string | string[]\n",
|
|
9020
9016
|
"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."
|
|
@@ -9023,6 +9019,10 @@
|
|
|
9023
9019
|
"type": "string | number\n",
|
|
9024
9020
|
"description": "Control the maximum number of shown errors from validation."
|
|
9025
9021
|
},
|
|
9022
|
+
"VNumberInput/readonly": {
|
|
9023
|
+
"type": "boolean\n",
|
|
9024
|
+
"description": "Puts input in readonly state."
|
|
9025
|
+
},
|
|
9026
9026
|
"VNumberInput/rules": {
|
|
9027
9027
|
"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",
|
|
9028
9028
|
"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`."
|
|
@@ -9039,24 +9039,8 @@
|
|
|
9039
9039
|
"type": "boolean | 'auto'\n",
|
|
9040
9040
|
"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."
|
|
9041
9041
|
},
|
|
9042
|
-
"VNumberInput/counter": {
|
|
9043
|
-
"type": "string | number | boolean\n",
|
|
9044
|
-
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
9045
|
-
},
|
|
9046
|
-
"VNumberInput/persistent-placeholder": {
|
|
9047
|
-
"type": "boolean\n",
|
|
9048
|
-
"description": "Forces placeholder to always be visible."
|
|
9049
|
-
},
|
|
9050
|
-
"VNumberInput/persistent-counter": {
|
|
9051
|
-
"type": "boolean\n",
|
|
9052
|
-
"description": "Forces counter to always be visible."
|
|
9053
|
-
},
|
|
9054
|
-
"VNumberInput/suffix": {
|
|
9055
|
-
"type": "string\n",
|
|
9056
|
-
"description": "Displays suffix text."
|
|
9057
|
-
},
|
|
9058
9042
|
"VNumberInput/append-inner-icon": {
|
|
9059
|
-
"type": " | string\n | (
|
|
9043
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
9060
9044
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
9061
9045
|
},
|
|
9062
9046
|
"VNumberInput/clearable": {
|
|
@@ -9064,9 +9048,13 @@
|
|
|
9064
9048
|
"description": "Allows for the component to be cleared."
|
|
9065
9049
|
},
|
|
9066
9050
|
"VNumberInput/clear-icon": {
|
|
9067
|
-
"type": " | string\n | (
|
|
9051
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
9068
9052
|
"description": "The icon used when the **clearable** prop is set to true."
|
|
9069
9053
|
},
|
|
9054
|
+
"VNumberInput/active": {
|
|
9055
|
+
"type": "boolean\n",
|
|
9056
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
9057
|
+
},
|
|
9070
9058
|
"VNumberInput/dirty": {
|
|
9071
9059
|
"type": "boolean\n",
|
|
9072
9060
|
"description": "Manually apply the dirty state styling."
|
|
@@ -9076,13 +9064,17 @@
|
|
|
9076
9064
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
9077
9065
|
},
|
|
9078
9066
|
"VNumberInput/prepend-inner-icon": {
|
|
9079
|
-
"type": " | string\n | (
|
|
9067
|
+
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
9080
9068
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
9081
9069
|
},
|
|
9082
9070
|
"VNumberInput/single-line": {
|
|
9083
9071
|
"type": "boolean\n",
|
|
9084
9072
|
"description": "Label does not move on focus/dirty."
|
|
9085
9073
|
},
|
|
9074
|
+
"VNumberInput/loading": {
|
|
9075
|
+
"type": "string | boolean\n",
|
|
9076
|
+
"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."
|
|
9077
|
+
},
|
|
9086
9078
|
"VNumberInput/counter-value": {
|
|
9087
9079
|
"type": "number | ((value: any) => number)\n",
|
|
9088
9080
|
"description": "Function returns the counter display text."
|
|
@@ -9091,14 +9083,18 @@
|
|
|
9091
9083
|
"type": "unknown\n",
|
|
9092
9084
|
"description": "**FOR INTERNAL USE ONLY**"
|
|
9093
9085
|
},
|
|
9094
|
-
"VNumberInput/
|
|
9086
|
+
"VNumberInput/inset": {
|
|
9095
9087
|
"type": "boolean\n",
|
|
9096
|
-
"description": "
|
|
9088
|
+
"description": "Applies an indentation to the dividers used in the stepper buttons."
|
|
9097
9089
|
},
|
|
9098
9090
|
"VNumberInput/control-variant": {
|
|
9099
|
-
"type": "'
|
|
9091
|
+
"type": "'split' | 'default' | 'hidden' | 'stacked'\n",
|
|
9100
9092
|
"description": "The color of the control. It defaults to the value of `variant` prop."
|
|
9101
9093
|
},
|
|
9094
|
+
"VNumberInput/hide-input": {
|
|
9095
|
+
"type": "boolean\n",
|
|
9096
|
+
"description": "Hide the input field."
|
|
9097
|
+
},
|
|
9102
9098
|
"VNumberInput/precision": {
|
|
9103
9099
|
"type": "number\n",
|
|
9104
9100
|
"description": "Enforces strict precision. It is expected to be an integer value in range between `0` and `15`, or null for unrestricted."
|
|
@@ -9107,6 +9103,10 @@
|
|
|
9107
9103
|
"type": "number\n",
|
|
9108
9104
|
"description": "Specifies the minimum fraction digits to be displayed (capped to `precision`). Defaults to `precision` when not explicitly set."
|
|
9109
9105
|
},
|
|
9106
|
+
"VNumberInput/decimal-separator": {
|
|
9107
|
+
"type": "string\n",
|
|
9108
|
+
"description": "Expects single character to be used as decimal separator."
|
|
9109
|
+
},
|
|
9110
9110
|
"VOtpInput/length": {
|
|
9111
9111
|
"type": "string | number\n",
|
|
9112
9112
|
"description": "The OTP field's length."
|
|
@@ -9115,61 +9115,17 @@
|
|
|
9115
9115
|
"type": "'number' | 'text' | 'password'\n",
|
|
9116
9116
|
"description": "Supported types: `text`, `password`, `number`."
|
|
9117
9117
|
},
|
|
9118
|
-
"VOtpInput/
|
|
9119
|
-
"type": "
|
|
9120
|
-
"description": "
|
|
9121
|
-
},
|
|
9122
|
-
"VOtpInput/label": {
|
|
9123
|
-
"type": "string\n",
|
|
9124
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
9125
|
-
},
|
|
9126
|
-
"VOtpInput/disabled": {
|
|
9127
|
-
"type": "boolean\n",
|
|
9128
|
-
"description": "Removes the ability to click or target the input."
|
|
9129
|
-
},
|
|
9130
|
-
"VOtpInput/height": {
|
|
9131
|
-
"type": "string | number\n",
|
|
9132
|
-
"description": "Sets the height for the component."
|
|
9133
|
-
},
|
|
9134
|
-
"VOtpInput/placeholder": {
|
|
9135
|
-
"type": "string\n",
|
|
9136
|
-
"description": "Sets the input’s placeholder text."
|
|
9137
|
-
},
|
|
9138
|
-
"VOtpInput/width": {
|
|
9139
|
-
"type": "string | number\n",
|
|
9140
|
-
"description": "Sets the width for the component."
|
|
9141
|
-
},
|
|
9142
|
-
"VOtpInput/autofocus": {
|
|
9143
|
-
"type": "boolean\n",
|
|
9144
|
-
"description": "Automatically focuses the first input on page load"
|
|
9145
|
-
},
|
|
9146
|
-
"VOtpInput/model-value": {
|
|
9147
|
-
"type": "string | number\n",
|
|
9148
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9149
|
-
},
|
|
9150
|
-
"VOtpInput/color": {
|
|
9151
|
-
"type": "string\n",
|
|
9152
|
-
"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)."
|
|
9153
|
-
},
|
|
9154
|
-
"VOtpInput/rounded": {
|
|
9155
|
-
"type": "string | number | boolean\n",
|
|
9156
|
-
"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)."
|
|
9157
|
-
},
|
|
9158
|
-
"VOtpInput/theme": {
|
|
9159
|
-
"type": "string\n",
|
|
9160
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9161
|
-
},
|
|
9162
|
-
"VOtpInput/divider": {
|
|
9163
|
-
"type": "string\n",
|
|
9164
|
-
"description": "Specifies the dividing character between items."
|
|
9118
|
+
"VOtpInput/model-value": {
|
|
9119
|
+
"type": "string | number\n",
|
|
9120
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9165
9121
|
},
|
|
9166
|
-
"VOtpInput/
|
|
9167
|
-
"type": "
|
|
9168
|
-
"description": "
|
|
9122
|
+
"VOtpInput/error": {
|
|
9123
|
+
"type": "boolean\n",
|
|
9124
|
+
"description": "Puts the input in a manual error state."
|
|
9169
9125
|
},
|
|
9170
|
-
"VOtpInput/
|
|
9171
|
-
"type": "string\n",
|
|
9172
|
-
"description": "
|
|
9126
|
+
"VOtpInput/height": {
|
|
9127
|
+
"type": "string | number\n",
|
|
9128
|
+
"description": "Sets the height for the component."
|
|
9173
9129
|
},
|
|
9174
9130
|
"VOtpInput/max-height": {
|
|
9175
9131
|
"type": "string | number\n",
|
|
@@ -9187,38 +9143,94 @@
|
|
|
9187
9143
|
"type": "string | number\n",
|
|
9188
9144
|
"description": "Sets the minimum width for the component."
|
|
9189
9145
|
},
|
|
9146
|
+
"VOtpInput/width": {
|
|
9147
|
+
"type": "string | number\n",
|
|
9148
|
+
"description": "Sets the width for the component."
|
|
9149
|
+
},
|
|
9150
|
+
"VOtpInput/rounded": {
|
|
9151
|
+
"type": "string | number | boolean\n",
|
|
9152
|
+
"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)."
|
|
9153
|
+
},
|
|
9154
|
+
"VOtpInput/theme": {
|
|
9155
|
+
"type": "string\n",
|
|
9156
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9157
|
+
},
|
|
9158
|
+
"VOtpInput/color": {
|
|
9159
|
+
"type": "string\n",
|
|
9160
|
+
"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)."
|
|
9161
|
+
},
|
|
9190
9162
|
"VOtpInput/variant": {
|
|
9191
9163
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
|
9192
9164
|
"description": "Applies a distinct style to the component."
|
|
9193
9165
|
},
|
|
9194
|
-
"VOtpInput/
|
|
9166
|
+
"VOtpInput/disabled": {
|
|
9195
9167
|
"type": "boolean\n",
|
|
9196
|
-
"description": "
|
|
9168
|
+
"description": "Removes the ability to click or target the input."
|
|
9169
|
+
},
|
|
9170
|
+
"VOtpInput/placeholder": {
|
|
9171
|
+
"type": "string\n",
|
|
9172
|
+
"description": "Sets the input’s placeholder text."
|
|
9173
|
+
},
|
|
9174
|
+
"VOtpInput/autofocus": {
|
|
9175
|
+
"type": "boolean\n",
|
|
9176
|
+
"description": "Automatically focuses the first input on page load"
|
|
9177
|
+
},
|
|
9178
|
+
"VOtpInput/base-color": {
|
|
9179
|
+
"type": "string\n",
|
|
9180
|
+
"description": "Sets the color of the input when it is not focused."
|
|
9197
9181
|
},
|
|
9198
9182
|
"VOtpInput/loading": {
|
|
9199
9183
|
"type": "string | boolean\n",
|
|
9200
9184
|
"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."
|
|
9201
9185
|
},
|
|
9186
|
+
"VOtpInput/label": {
|
|
9187
|
+
"type": "string\n",
|
|
9188
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
9189
|
+
},
|
|
9190
|
+
"VOtpInput/bg-color": {
|
|
9191
|
+
"type": "string\n",
|
|
9192
|
+
"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)."
|
|
9193
|
+
},
|
|
9194
|
+
"VOtpInput/divider": {
|
|
9195
|
+
"type": "string\n",
|
|
9196
|
+
"description": "Specifies the dividing character between items."
|
|
9197
|
+
},
|
|
9198
|
+
"VOtpInput/focused": {
|
|
9199
|
+
"type": "boolean\n",
|
|
9200
|
+
"description": "Forces a focused state styling on the component."
|
|
9201
|
+
},
|
|
9202
9202
|
"VOtpInput/focus-all": {
|
|
9203
9203
|
"type": "boolean\n",
|
|
9204
9204
|
"description": "Puts all inputs into a focus state when any are focused"
|
|
9205
9205
|
},
|
|
9206
|
-
"VOverlay/
|
|
9206
|
+
"VOverlay/model-value": {
|
|
9207
9207
|
"type": "boolean\n",
|
|
9208
|
-
"description": "
|
|
9208
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9209
9209
|
},
|
|
9210
9210
|
"VOverlay/height": {
|
|
9211
9211
|
"type": "string | number\n",
|
|
9212
9212
|
"description": "Sets the height for the component."
|
|
9213
9213
|
},
|
|
9214
|
+
"VOverlay/max-height": {
|
|
9215
|
+
"type": "string | number\n",
|
|
9216
|
+
"description": "Sets the maximum height for the component."
|
|
9217
|
+
},
|
|
9218
|
+
"VOverlay/max-width": {
|
|
9219
|
+
"type": "string | number\n",
|
|
9220
|
+
"description": "Sets the maximum width for the component."
|
|
9221
|
+
},
|
|
9222
|
+
"VOverlay/min-height": {
|
|
9223
|
+
"type": "string | number\n",
|
|
9224
|
+
"description": "Sets the minimum height for the component."
|
|
9225
|
+
},
|
|
9226
|
+
"VOverlay/min-width": {
|
|
9227
|
+
"type": "string | number\n",
|
|
9228
|
+
"description": "Sets the minimum width for the component."
|
|
9229
|
+
},
|
|
9214
9230
|
"VOverlay/width": {
|
|
9215
9231
|
"type": "string | number\n",
|
|
9216
9232
|
"description": "Sets the width for the component."
|
|
9217
9233
|
},
|
|
9218
|
-
"VOverlay/model-value": {
|
|
9219
|
-
"type": "boolean\n",
|
|
9220
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9221
|
-
},
|
|
9222
9234
|
"VOverlay/location": {
|
|
9223
9235
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9224
9236
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
@@ -9231,25 +9243,13 @@
|
|
|
9231
9243
|
"type": "string\n",
|
|
9232
9244
|
"description": "Specify a theme for this component and all of its children."
|
|
9233
9245
|
},
|
|
9234
|
-
"VOverlay/
|
|
9246
|
+
"VOverlay/disabled": {
|
|
9235
9247
|
"type": "boolean\n",
|
|
9236
|
-
"description": "
|
|
9237
|
-
},
|
|
9238
|
-
"VOverlay/max-height": {
|
|
9239
|
-
"type": "string | number\n",
|
|
9240
|
-
"description": "Sets the maximum height for the component."
|
|
9241
|
-
},
|
|
9242
|
-
"VOverlay/max-width": {
|
|
9243
|
-
"type": "string | number\n",
|
|
9244
|
-
"description": "Sets the maximum width for the component."
|
|
9245
|
-
},
|
|
9246
|
-
"VOverlay/min-height": {
|
|
9247
|
-
"type": "string | number\n",
|
|
9248
|
-
"description": "Sets the minimum height for the component."
|
|
9248
|
+
"description": "Removes the ability to click or target the component."
|
|
9249
9249
|
},
|
|
9250
|
-
"VOverlay/
|
|
9251
|
-
"type": "string |
|
|
9252
|
-
"description": "Sets the
|
|
9250
|
+
"VOverlay/transition": {
|
|
9251
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9252
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9253
9253
|
},
|
|
9254
9254
|
"VOverlay/activator": {
|
|
9255
9255
|
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
|
@@ -9323,6 +9323,10 @@
|
|
|
9323
9323
|
"type": "string | number\n",
|
|
9324
9324
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
9325
9325
|
},
|
|
9326
|
+
"VOverlay/eager": {
|
|
9327
|
+
"type": "boolean\n",
|
|
9328
|
+
"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."
|
|
9329
|
+
},
|
|
9326
9330
|
"VOverlay/location-strategy": {
|
|
9327
9331
|
"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",
|
|
9328
9332
|
"description": "A function used to specifies how the component should position relative to its activator."
|
|
@@ -9340,13 +9344,9 @@
|
|
|
9340
9344
|
"description": "Enables the overlay content to go off-screen when scrolling."
|
|
9341
9345
|
},
|
|
9342
9346
|
"VOverlay/scroll-strategy": {
|
|
9343
|
-
"type": "'close' | '
|
|
9347
|
+
"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",
|
|
9344
9348
|
"description": "Strategy used when the component is activate and user scrolls."
|
|
9345
9349
|
},
|
|
9346
|
-
"VOverlay/transition": {
|
|
9347
|
-
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9348
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9349
|
-
},
|
|
9350
9350
|
"VOverlay/attach": {
|
|
9351
9351
|
"type": "string | boolean | Element\n",
|
|
9352
9352
|
"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."
|
|
@@ -9355,38 +9355,22 @@
|
|
|
9355
9355
|
"type": "string | number\n",
|
|
9356
9356
|
"description": "The number of pages."
|
|
9357
9357
|
},
|
|
9358
|
-
"VPagination/
|
|
9359
|
-
"type": "string |
|
|
9360
|
-
"description": "
|
|
9361
|
-
},
|
|
9362
|
-
"VPagination/disabled": {
|
|
9363
|
-
"type": "boolean\n",
|
|
9364
|
-
"description": "Removes the ability to click or target the component."
|
|
9358
|
+
"VPagination/border": {
|
|
9359
|
+
"type": "string | number | boolean\n",
|
|
9360
|
+
"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)."
|
|
9365
9361
|
},
|
|
9366
|
-
"VPagination/
|
|
9362
|
+
"VPagination/start": {
|
|
9367
9363
|
"type": "string | number\n",
|
|
9368
|
-
"description": "
|
|
9369
|
-
},
|
|
9370
|
-
"VPagination/aria-label": {
|
|
9371
|
-
"type": "string\n",
|
|
9372
|
-
"description": "Label for the root element."
|
|
9364
|
+
"description": "Specify the starting page."
|
|
9373
9365
|
},
|
|
9374
9366
|
"VPagination/model-value": {
|
|
9375
9367
|
"type": "number\n",
|
|
9376
9368
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9377
9369
|
},
|
|
9378
|
-
"VPagination/color": {
|
|
9379
|
-
"type": "string\n",
|
|
9380
|
-
"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)."
|
|
9381
|
-
},
|
|
9382
9370
|
"VPagination/density": {
|
|
9383
9371
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9384
9372
|
"description": "Adjusts the vertical height used by the component."
|
|
9385
9373
|
},
|
|
9386
|
-
"VPagination/border": {
|
|
9387
|
-
"type": "string | number | boolean\n",
|
|
9388
|
-
"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)."
|
|
9389
|
-
},
|
|
9390
9374
|
"VPagination/elevation": {
|
|
9391
9375
|
"type": "string | number\n",
|
|
9392
9376
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -9399,42 +9383,58 @@
|
|
|
9399
9383
|
"type": "boolean\n",
|
|
9400
9384
|
"description": "Removes any applied **border-radius** from the component."
|
|
9401
9385
|
},
|
|
9386
|
+
"VPagination/tag": {
|
|
9387
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9388
|
+
"description": "Specify a custom tag used on the root element."
|
|
9389
|
+
},
|
|
9402
9390
|
"VPagination/theme": {
|
|
9403
9391
|
"type": "string\n",
|
|
9404
9392
|
"description": "Specify a theme for this component and all of its children."
|
|
9405
9393
|
},
|
|
9406
|
-
"VPagination/
|
|
9394
|
+
"VPagination/color": {
|
|
9407
9395
|
"type": "string\n",
|
|
9408
|
-
"description": "
|
|
9396
|
+
"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)."
|
|
9409
9397
|
},
|
|
9410
9398
|
"VPagination/variant": {
|
|
9411
|
-
"type": "'
|
|
9399
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
9412
9400
|
"description": "Applies a distinct style to the component."
|
|
9413
9401
|
},
|
|
9414
|
-
"VPagination/
|
|
9402
|
+
"VPagination/disabled": {
|
|
9403
|
+
"type": "boolean\n",
|
|
9404
|
+
"description": "Removes the ability to click or target the component."
|
|
9405
|
+
},
|
|
9406
|
+
"VPagination/size": {
|
|
9415
9407
|
"type": "string | number\n",
|
|
9416
|
-
"description": "
|
|
9408
|
+
"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**."
|
|
9417
9409
|
},
|
|
9418
|
-
"VPagination/
|
|
9419
|
-
"type": "
|
|
9420
|
-
"description": "
|
|
9410
|
+
"VPagination/aria-label": {
|
|
9411
|
+
"type": "string\n",
|
|
9412
|
+
"description": "Label for the root element."
|
|
9413
|
+
},
|
|
9414
|
+
"VPagination/active-color": {
|
|
9415
|
+
"type": "string\n",
|
|
9416
|
+
"description": "The applied color when the component is in an active state."
|
|
9421
9417
|
},
|
|
9422
9418
|
"VPagination/next-icon": {
|
|
9423
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
9419
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9424
9420
|
"description": "The icon to use for the next button."
|
|
9425
9421
|
},
|
|
9422
|
+
"VPagination/prev-icon": {
|
|
9423
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9424
|
+
"description": "The icon to use for the prev button."
|
|
9425
|
+
},
|
|
9426
|
+
"VPagination/total-visible": {
|
|
9427
|
+
"type": "string | number\n",
|
|
9428
|
+
"description": "Specify the total visible pagination numbers."
|
|
9429
|
+
},
|
|
9426
9430
|
"VPagination/first-icon": {
|
|
9427
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
9431
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9428
9432
|
"description": "The icon to use for the first button."
|
|
9429
9433
|
},
|
|
9430
9434
|
"VPagination/last-icon": {
|
|
9431
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n
|
|
9435
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
9432
9436
|
"description": "The icon to use for the last button."
|
|
9433
9437
|
},
|
|
9434
|
-
"VPagination/total-visible": {
|
|
9435
|
-
"type": "string | number\n",
|
|
9436
|
-
"description": "Specify the total visible pagination numbers."
|
|
9437
|
-
},
|
|
9438
9438
|
"VPagination/page-aria-label": {
|
|
9439
9439
|
"type": "string\n",
|
|
9440
9440
|
"description": "Label for each page button."
|
|
@@ -9471,38 +9471,50 @@
|
|
|
9471
9471
|
"type": "string | number\n",
|
|
9472
9472
|
"description": "The scale of the parallax image."
|
|
9473
9473
|
},
|
|
9474
|
-
"VPicker/tag": {
|
|
9475
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9476
|
-
"description": "Specify a custom tag used on the root element."
|
|
9477
|
-
},
|
|
9478
9474
|
"VPicker/title": {
|
|
9479
9475
|
"type": "string\n",
|
|
9480
9476
|
"description": "Specify a title text for the component."
|
|
9481
9477
|
},
|
|
9478
|
+
"VPicker/border": {
|
|
9479
|
+
"type": "string | number | boolean\n",
|
|
9480
|
+
"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)."
|
|
9481
|
+
},
|
|
9482
9482
|
"VPicker/height": {
|
|
9483
9483
|
"type": "string | number\n",
|
|
9484
9484
|
"description": "Sets the height for the component."
|
|
9485
9485
|
},
|
|
9486
|
-
"VPicker/
|
|
9486
|
+
"VPicker/max-height": {
|
|
9487
9487
|
"type": "string | number\n",
|
|
9488
|
-
"description": "Sets the
|
|
9488
|
+
"description": "Sets the maximum height for the component."
|
|
9489
9489
|
},
|
|
9490
|
-
"VPicker/
|
|
9491
|
-
"type": "
|
|
9492
|
-
"description": "
|
|
9490
|
+
"VPicker/max-width": {
|
|
9491
|
+
"type": "string | number\n",
|
|
9492
|
+
"description": "Sets the maximum width for the component."
|
|
9493
9493
|
},
|
|
9494
|
-
"VPicker/
|
|
9495
|
-
"type": "string\n",
|
|
9496
|
-
"description": "
|
|
9494
|
+
"VPicker/min-height": {
|
|
9495
|
+
"type": "string | number\n",
|
|
9496
|
+
"description": "Sets the minimum height for the component."
|
|
9497
9497
|
},
|
|
9498
|
-
"VPicker/
|
|
9499
|
-
"type": "string | number
|
|
9500
|
-
"description": "
|
|
9498
|
+
"VPicker/min-width": {
|
|
9499
|
+
"type": "string | number\n",
|
|
9500
|
+
"description": "Sets the minimum width for the component."
|
|
9501
|
+
},
|
|
9502
|
+
"VPicker/width": {
|
|
9503
|
+
"type": "string | number\n",
|
|
9504
|
+
"description": "Sets the width for the component."
|
|
9501
9505
|
},
|
|
9502
9506
|
"VPicker/elevation": {
|
|
9503
9507
|
"type": "string | number\n",
|
|
9504
9508
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
9505
9509
|
},
|
|
9510
|
+
"VPicker/location": {
|
|
9511
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9512
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
9513
|
+
},
|
|
9514
|
+
"VPicker/position": {
|
|
9515
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
|
9516
|
+
"description": "Sets the position for the component."
|
|
9517
|
+
},
|
|
9506
9518
|
"VPicker/rounded": {
|
|
9507
9519
|
"type": "string | number | boolean\n",
|
|
9508
9520
|
"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)."
|
|
@@ -9511,66 +9523,46 @@
|
|
|
9511
9523
|
"type": "boolean\n",
|
|
9512
9524
|
"description": "Removes any applied **border-radius** from the component."
|
|
9513
9525
|
},
|
|
9526
|
+
"VPicker/tag": {
|
|
9527
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9528
|
+
"description": "Specify a custom tag used on the root element."
|
|
9529
|
+
},
|
|
9514
9530
|
"VPicker/theme": {
|
|
9515
9531
|
"type": "string\n",
|
|
9516
9532
|
"description": "Specify a theme for this component and all of its children."
|
|
9517
9533
|
},
|
|
9518
|
-
"VPicker/
|
|
9534
|
+
"VPicker/color": {
|
|
9519
9535
|
"type": "string\n",
|
|
9520
|
-
"description": "Applies specified color to the control
|
|
9521
|
-
},
|
|
9522
|
-
"VPicker/max-height": {
|
|
9523
|
-
"type": "string | number\n",
|
|
9524
|
-
"description": "Sets the maximum height for the component."
|
|
9525
|
-
},
|
|
9526
|
-
"VPicker/max-width": {
|
|
9527
|
-
"type": "string | number\n",
|
|
9528
|
-
"description": "Sets the maximum width for the component."
|
|
9529
|
-
},
|
|
9530
|
-
"VPicker/min-height": {
|
|
9531
|
-
"type": "string | number\n",
|
|
9532
|
-
"description": "Sets the minimum height for the component."
|
|
9536
|
+
"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)."
|
|
9533
9537
|
},
|
|
9534
|
-
"VPicker/
|
|
9535
|
-
"type": "string
|
|
9536
|
-
"description": "
|
|
9538
|
+
"VPicker/bg-color": {
|
|
9539
|
+
"type": "string\n",
|
|
9540
|
+
"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)."
|
|
9537
9541
|
},
|
|
9538
9542
|
"VPicker/divided": {
|
|
9539
9543
|
"type": "boolean\n",
|
|
9540
9544
|
"description": "Adds a divider between the header and controls."
|
|
9541
9545
|
},
|
|
9542
|
-
"VPicker/landscape": {
|
|
9543
|
-
"type": "boolean\n",
|
|
9544
|
-
"description": "Puts the picker into landscape mode."
|
|
9545
|
-
},
|
|
9546
9546
|
"VPicker/hide-header": {
|
|
9547
9547
|
"type": "boolean\n",
|
|
9548
9548
|
"description": "Hide the picker header."
|
|
9549
9549
|
},
|
|
9550
|
+
"VPicker/landscape": {
|
|
9551
|
+
"type": "boolean\n",
|
|
9552
|
+
"description": "Puts the picker into landscape mode."
|
|
9553
|
+
},
|
|
9550
9554
|
"VPicker/hide-title": {
|
|
9551
9555
|
"type": "boolean\n",
|
|
9552
9556
|
"description": "Hide the picker title."
|
|
9553
9557
|
},
|
|
9554
|
-
"VPicker/position": {
|
|
9555
|
-
"type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
|
|
9556
|
-
"description": "Sets the position for the component."
|
|
9557
|
-
},
|
|
9558
9558
|
"VPickerTitle/tag": {
|
|
9559
9559
|
"type": "string\n",
|
|
9560
9560
|
"description": "Specify a custom tag used on the root element."
|
|
9561
9561
|
},
|
|
9562
|
-
"VPie/legend": {
|
|
9563
|
-
"type": " | boolean\n | {\n position: 'top' | 'bottom' | 'left' | 'right'\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",
|
|
9564
|
-
"description": "Controls legend visibility, position and text format."
|
|
9565
|
-
},
|
|
9566
9562
|
"VPie/title": {
|
|
9567
9563
|
"type": "string\n",
|
|
9568
9564
|
"description": "Specify a title text for the component."
|
|
9569
9565
|
},
|
|
9570
|
-
"VPie/size": {
|
|
9571
|
-
"type": "string | number\n",
|
|
9572
|
-
"description": "Sets the height and width of the chart (excluding title and legend)."
|
|
9573
|
-
},
|
|
9574
9566
|
"VPie/density": {
|
|
9575
9567
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
9576
9568
|
"description": "Adjusts the vertical height used by the component."
|
|
@@ -9579,30 +9571,30 @@
|
|
|
9579
9571
|
"type": "string | number\n",
|
|
9580
9572
|
"description": "Number passed as corner radius relative to 100x100 SVG viewport"
|
|
9581
9573
|
},
|
|
9582
|
-
"VPie/
|
|
9583
|
-
"type": "string\n",
|
|
9584
|
-
"description": "
|
|
9574
|
+
"VPie/size": {
|
|
9575
|
+
"type": "string | number\n",
|
|
9576
|
+
"description": "Sets the height and width of the chart (excluding title and legend)."
|
|
9585
9577
|
},
|
|
9586
9578
|
"VPie/items": {
|
|
9587
9579
|
"type": "Record<string, any> | { color: string; pattern: string }[]\n",
|
|
9588
9580
|
"description": "Data items expected to contain `key`, `title` and `value`."
|
|
9589
9581
|
},
|
|
9590
|
-
"VPie/
|
|
9582
|
+
"VPie/bg-color": {
|
|
9591
9583
|
"type": "string\n",
|
|
9592
|
-
"description": "
|
|
9584
|
+
"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)."
|
|
9593
9585
|
},
|
|
9594
|
-
"VPie/
|
|
9586
|
+
"VPie/legend": {
|
|
9587
|
+
"type": " | boolean\n | {\n position: 'top' | 'bottom' | 'left' | 'right'\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",
|
|
9588
|
+
"description": "Controls legend visibility, position and text format."
|
|
9589
|
+
},
|
|
9590
|
+
"VPie/item-title": {
|
|
9595
9591
|
"type": "string\n",
|
|
9596
9592
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9597
9593
|
},
|
|
9598
|
-
"VPie/item-
|
|
9594
|
+
"VPie/item-value": {
|
|
9599
9595
|
"type": "string\n",
|
|
9600
9596
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9601
9597
|
},
|
|
9602
|
-
"VPie/rotate": {
|
|
9603
|
-
"type": "string | number\n",
|
|
9604
|
-
"description": "Rotates the chart segments clockwise."
|
|
9605
|
-
},
|
|
9606
9598
|
"VPie/tooltip": {
|
|
9607
9599
|
"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",
|
|
9608
9600
|
"description": "Controls tooltip visibility, transition, offset from the cursor and formats of title and subtitle."
|
|
@@ -9611,6 +9603,14 @@
|
|
|
9611
9603
|
"type": "(string | { color: string; pattern: string })[]\n",
|
|
9612
9604
|
"description": "Defines colors and patterns to be applied based on the data items order. Data items can also define their colors."
|
|
9613
9605
|
},
|
|
9606
|
+
"VPie/item-key": {
|
|
9607
|
+
"type": "string\n",
|
|
9608
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPie.json))"
|
|
9609
|
+
},
|
|
9610
|
+
"VPie/rotate": {
|
|
9611
|
+
"type": "string | number\n",
|
|
9612
|
+
"description": "Rotates the chart segments clockwise."
|
|
9613
|
+
},
|
|
9614
9614
|
"VPie/gauge-cut": {
|
|
9615
9615
|
"type": "string | number\n",
|
|
9616
9616
|
"description": "Allows removing bottom part of the chart to make it into a gauge. Expects angle (0-180)."
|
|
@@ -9751,9 +9751,9 @@
|
|
|
9751
9751
|
"type": "string | number\n",
|
|
9752
9752
|
"description": "Rotates the circle start point in degrees."
|
|
9753
9753
|
},
|
|
9754
|
-
"VProgressLinear/
|
|
9755
|
-
"type": "string |
|
|
9756
|
-
"description": "
|
|
9754
|
+
"VProgressLinear/tag": {
|
|
9755
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9756
|
+
"description": "Specify a custom tag used on the root element."
|
|
9757
9757
|
},
|
|
9758
9758
|
"VProgressLinear/reverse": {
|
|
9759
9759
|
"type": "boolean\n",
|
|
@@ -9763,6 +9763,18 @@
|
|
|
9763
9763
|
"type": "string | number\n",
|
|
9764
9764
|
"description": "Sets the height for the component."
|
|
9765
9765
|
},
|
|
9766
|
+
"VProgressLinear/indeterminate": {
|
|
9767
|
+
"type": "boolean\n",
|
|
9768
|
+
"description": "Constantly animates, use when loading progress is unknown."
|
|
9769
|
+
},
|
|
9770
|
+
"VProgressLinear/max": {
|
|
9771
|
+
"type": "string | number\n",
|
|
9772
|
+
"description": "Sets the maximum value the progress can reach."
|
|
9773
|
+
},
|
|
9774
|
+
"VProgressLinear/model-value": {
|
|
9775
|
+
"type": "string | number\n",
|
|
9776
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9777
|
+
},
|
|
9766
9778
|
"VProgressLinear/location": {
|
|
9767
9779
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9768
9780
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
@@ -9771,6 +9783,10 @@
|
|
|
9771
9783
|
"type": "boolean\n",
|
|
9772
9784
|
"description": "Applies position: absolute to the component."
|
|
9773
9785
|
},
|
|
9786
|
+
"VProgressLinear/color": {
|
|
9787
|
+
"type": "string\n",
|
|
9788
|
+
"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)."
|
|
9789
|
+
},
|
|
9774
9790
|
"VProgressLinear/rounded": {
|
|
9775
9791
|
"type": "string | number | boolean\n",
|
|
9776
9792
|
"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)."
|
|
@@ -9779,37 +9795,29 @@
|
|
|
9779
9795
|
"type": "boolean\n",
|
|
9780
9796
|
"description": "Removes any applied **border-radius** from the component."
|
|
9781
9797
|
},
|
|
9782
|
-
"VProgressLinear/tag": {
|
|
9783
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
9784
|
-
"description": "Specify a custom tag used on the root element."
|
|
9785
|
-
},
|
|
9786
9798
|
"VProgressLinear/theme": {
|
|
9787
9799
|
"type": "string\n",
|
|
9788
9800
|
"description": "Specify a theme for this component and all of its children."
|
|
9789
9801
|
},
|
|
9790
|
-
"VProgressLinear/color": {
|
|
9802
|
+
"VProgressLinear/bg-color": {
|
|
9791
9803
|
"type": "string\n",
|
|
9792
|
-
"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)."
|
|
9793
|
-
},
|
|
9794
|
-
"VProgressLinear/indeterminate": {
|
|
9795
|
-
"type": "boolean\n",
|
|
9796
|
-
"description": "Constantly animates, use when loading progress is unknown."
|
|
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
|
-
"VProgressLinear/
|
|
9806
|
+
"VProgressLinear/opacity": {
|
|
9799
9807
|
"type": "string | number\n",
|
|
9800
|
-
"description": "
|
|
9808
|
+
"description": "Set the opacity of the progress bar."
|
|
9801
9809
|
},
|
|
9802
9810
|
"VProgressLinear/active": {
|
|
9803
9811
|
"type": "boolean\n",
|
|
9804
9812
|
"description": "Reduce the height to 0, hiding component."
|
|
9805
9813
|
},
|
|
9806
|
-
"VProgressLinear/
|
|
9807
|
-
"type": "
|
|
9808
|
-
"description": "
|
|
9814
|
+
"VProgressLinear/striped": {
|
|
9815
|
+
"type": "boolean\n",
|
|
9816
|
+
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
9809
9817
|
},
|
|
9810
|
-
"VProgressLinear/
|
|
9811
|
-
"type": "
|
|
9812
|
-
"description": "
|
|
9818
|
+
"VProgressLinear/stream": {
|
|
9819
|
+
"type": "boolean\n",
|
|
9820
|
+
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
|
9813
9821
|
},
|
|
9814
9822
|
"VProgressLinear/bg-opacity": {
|
|
9815
9823
|
"type": "string | number\n",
|
|
@@ -9831,14 +9839,6 @@
|
|
|
9831
9839
|
"type": "boolean\n",
|
|
9832
9840
|
"description": "Clicking on the progress track will automatically set the value."
|
|
9833
9841
|
},
|
|
9834
|
-
"VProgressLinear/stream": {
|
|
9835
|
-
"type": "boolean\n",
|
|
9836
|
-
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
|
9837
|
-
},
|
|
9838
|
-
"VProgressLinear/striped": {
|
|
9839
|
-
"type": "boolean\n",
|
|
9840
|
-
"description": "Adds a stripe background to the filled portion of the progress component."
|
|
9841
|
-
},
|
|
9842
9842
|
"VProgressLinear/rounded-bar": {
|
|
9843
9843
|
"type": "boolean\n",
|
|
9844
9844
|
"description": "Applies a border radius to the progress bar."
|
|
@@ -9927,6 +9927,10 @@
|
|
|
9927
9927
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
9928
9928
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
9929
9929
|
},
|
|
9930
|
+
"VRadio/inline": {
|
|
9931
|
+
"type": "boolean\n",
|
|
9932
|
+
"description": "Puts children inputs into a row."
|
|
9933
|
+
},
|
|
9930
9934
|
"VRadio/true-value": {
|
|
9931
9935
|
"type": "any\n",
|
|
9932
9936
|
"description": "Sets value for truthy state."
|
|
@@ -9939,10 +9943,6 @@
|
|
|
9939
9943
|
"type": "string\n",
|
|
9940
9944
|
"description": "The target component to provide defaults values for."
|
|
9941
9945
|
},
|
|
9942
|
-
"VRadio/inline": {
|
|
9943
|
-
"type": "boolean\n",
|
|
9944
|
-
"description": "Puts children inputs into a row."
|
|
9945
|
-
},
|
|
9946
9946
|
"VRadio/false-icon": {
|
|
9947
9947
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
9948
9948
|
"description": "The icon used when inactive."
|
|
@@ -10428,9 +10428,13 @@
|
|
|
10428
10428
|
"description": "Specify a custom tag used on the root element."
|
|
10429
10429
|
},
|
|
10430
10430
|
"VRow/align": {
|
|
10431
|
-
"type": "'
|
|
10431
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10432
10432
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
|
10433
10433
|
},
|
|
10434
|
+
"VRow/justify": {
|
|
10435
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10436
|
+
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
|
10437
|
+
},
|
|
10434
10438
|
"VRow/dense": {
|
|
10435
10439
|
"type": "boolean\n",
|
|
10436
10440
|
"description": "Reduces the gutter between `v-col`s."
|
|
@@ -10440,89 +10444,85 @@
|
|
|
10440
10444
|
"description": "Removes the gutter between `v-col`s."
|
|
10441
10445
|
},
|
|
10442
10446
|
"VRow/align-sm": {
|
|
10443
|
-
"type": "'
|
|
10447
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10444
10448
|
"description": "Changes the **align-items** property on small and greater breakpoints."
|
|
10445
10449
|
},
|
|
10446
10450
|
"VRow/align-md": {
|
|
10447
|
-
"type": "'
|
|
10451
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10448
10452
|
"description": "Changes the **align-items** property on medium and greater breakpoints."
|
|
10449
10453
|
},
|
|
10450
10454
|
"VRow/align-lg": {
|
|
10451
|
-
"type": "'
|
|
10455
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10452
10456
|
"description": "Changes the **align-items** property on large and greater breakpoints."
|
|
10453
10457
|
},
|
|
10454
10458
|
"VRow/align-xl": {
|
|
10455
|
-
"type": "'
|
|
10459
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10456
10460
|
"description": "Changes the **align-items** property on extra large and greater breakpoints."
|
|
10457
10461
|
},
|
|
10458
10462
|
"VRow/align-xxl": {
|
|
10459
|
-
"type": "'
|
|
10463
|
+
"type": "'end' | 'start' | 'center' | 'baseline' | 'stretch'\n",
|
|
10460
10464
|
"description": "Changes the **align-items** property on extra extra large and greater breakpoints."
|
|
10461
10465
|
},
|
|
10462
10466
|
"VRow/justify-sm": {
|
|
10463
|
-
"type": " | '
|
|
10467
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10464
10468
|
"description": "Changes the **justify-content** property on small and greater breakpoints."
|
|
10465
10469
|
},
|
|
10466
10470
|
"VRow/justify-md": {
|
|
10467
|
-
"type": " | '
|
|
10471
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10468
10472
|
"description": "Changes the **justify-content** property on medium and greater breakpoints."
|
|
10469
10473
|
},
|
|
10470
10474
|
"VRow/justify-lg": {
|
|
10471
|
-
"type": " | '
|
|
10475
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10472
10476
|
"description": "Changes the **justify-content** property on large and greater breakpoints."
|
|
10473
10477
|
},
|
|
10474
10478
|
"VRow/justify-xl": {
|
|
10475
|
-
"type": " | '
|
|
10479
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10476
10480
|
"description": "Changes the **justify-content** property on extra large and greater breakpoints."
|
|
10477
10481
|
},
|
|
10478
10482
|
"VRow/justify-xxl": {
|
|
10479
|
-
"type": " | '
|
|
10483
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10480
10484
|
"description": "Changes the **justify-content** property on extra extra large and greater breakpoints."
|
|
10481
10485
|
},
|
|
10482
10486
|
"VRow/align-content-sm": {
|
|
10483
|
-
"type": " | '
|
|
10487
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10484
10488
|
"description": "Changes the **align-content** property on small and greater breakpoints."
|
|
10485
10489
|
},
|
|
10486
10490
|
"VRow/align-content-md": {
|
|
10487
|
-
"type": " | '
|
|
10491
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10488
10492
|
"description": "Changes the **align-content** property on medium and greater breakpoints."
|
|
10489
10493
|
},
|
|
10490
10494
|
"VRow/align-content-lg": {
|
|
10491
|
-
"type": " | '
|
|
10495
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10492
10496
|
"description": "Changes the **align-content** property on large and greater breakpoints."
|
|
10493
10497
|
},
|
|
10494
10498
|
"VRow/align-content-xl": {
|
|
10495
|
-
"type": " | '
|
|
10499
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10496
10500
|
"description": "Changes the **align-content** property on extra large and greater breakpoints."
|
|
10497
10501
|
},
|
|
10498
10502
|
"VRow/align-content-xxl": {
|
|
10499
|
-
"type": " | '
|
|
10503
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10500
10504
|
"description": "Changes the **align-content** property on extra extra large and greater breakpoints."
|
|
10501
10505
|
},
|
|
10502
|
-
"VRow/justify": {
|
|
10503
|
-
"type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10504
|
-
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
|
10505
|
-
},
|
|
10506
10506
|
"VRow/align-content": {
|
|
10507
|
-
"type": " | '
|
|
10507
|
+
"type": " | 'end'\n | 'start'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
|
10508
10508
|
"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**."
|
|
10509
10509
|
},
|
|
10510
|
-
"VScaleTransition/disabled": {
|
|
10511
|
-
"type": "boolean\n",
|
|
10512
|
-
"description": "Removes the ability to click or target the component."
|
|
10513
|
-
},
|
|
10514
10510
|
"VScaleTransition/mode": {
|
|
10515
10511
|
"type": "string\n",
|
|
10516
10512
|
"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)."
|
|
10517
10513
|
},
|
|
10518
|
-
"VScaleTransition/
|
|
10514
|
+
"VScaleTransition/disabled": {
|
|
10519
10515
|
"type": "boolean\n",
|
|
10520
|
-
"description": "
|
|
10516
|
+
"description": "Removes the ability to click or target the component."
|
|
10521
10517
|
},
|
|
10522
10518
|
"VScaleTransition/origin": {
|
|
10523
10519
|
"type": "string\n",
|
|
10524
10520
|
"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)."
|
|
10525
10521
|
},
|
|
10522
|
+
"VScaleTransition/group": {
|
|
10523
|
+
"type": "boolean\n",
|
|
10524
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10525
|
+
},
|
|
10526
10526
|
"VScaleTransition/hide-on-leave": {
|
|
10527
10527
|
"type": "boolean\n",
|
|
10528
10528
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -10579,22 +10579,22 @@
|
|
|
10579
10579
|
"type": "boolean\n",
|
|
10580
10580
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
|
10581
10581
|
},
|
|
10582
|
-
"VScrollYReverseTransition/disabled": {
|
|
10583
|
-
"type": "boolean\n",
|
|
10584
|
-
"description": "Removes the ability to click or target the component."
|
|
10585
|
-
},
|
|
10586
10582
|
"VScrollYReverseTransition/mode": {
|
|
10587
10583
|
"type": "string\n",
|
|
10588
10584
|
"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)."
|
|
10589
10585
|
},
|
|
10590
|
-
"VScrollYReverseTransition/
|
|
10586
|
+
"VScrollYReverseTransition/disabled": {
|
|
10591
10587
|
"type": "boolean\n",
|
|
10592
|
-
"description": "
|
|
10588
|
+
"description": "Removes the ability to click or target the component."
|
|
10593
10589
|
},
|
|
10594
10590
|
"VScrollYReverseTransition/origin": {
|
|
10595
10591
|
"type": "string\n",
|
|
10596
10592
|
"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)."
|
|
10597
10593
|
},
|
|
10594
|
+
"VScrollYReverseTransition/group": {
|
|
10595
|
+
"type": "boolean\n",
|
|
10596
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10597
|
+
},
|
|
10598
10598
|
"VScrollYReverseTransition/hide-on-leave": {
|
|
10599
10599
|
"type": "boolean\n",
|
|
10600
10600
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -10603,22 +10603,22 @@
|
|
|
10603
10603
|
"type": "boolean\n",
|
|
10604
10604
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
|
10605
10605
|
},
|
|
10606
|
-
"VScrollYTransition/mode": {
|
|
10607
|
-
"type": "string\n",
|
|
10608
|
-
"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)."
|
|
10609
|
-
},
|
|
10610
10606
|
"VScrollYTransition/disabled": {
|
|
10611
10607
|
"type": "boolean\n",
|
|
10612
10608
|
"description": "Removes the ability to click or target the component."
|
|
10613
10609
|
},
|
|
10614
|
-
"VScrollYTransition/
|
|
10610
|
+
"VScrollYTransition/mode": {
|
|
10615
10611
|
"type": "string\n",
|
|
10616
|
-
"description": "Sets the transition
|
|
10612
|
+
"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)."
|
|
10617
10613
|
},
|
|
10618
10614
|
"VScrollYTransition/group": {
|
|
10619
10615
|
"type": "boolean\n",
|
|
10620
10616
|
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
|
10621
10617
|
},
|
|
10618
|
+
"VScrollYTransition/origin": {
|
|
10619
|
+
"type": "string\n",
|
|
10620
|
+
"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)."
|
|
10621
|
+
},
|
|
10622
10622
|
"VScrollYTransition/hide-on-leave": {
|
|
10623
10623
|
"type": "boolean\n",
|
|
10624
10624
|
"description": "Hides the leaving element (no exit animation)."
|
|
@@ -11015,6 +11015,10 @@
|
|
|
11015
11015
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
11016
11016
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
11017
11017
|
},
|
|
11018
|
+
"VSelectionControl/inline": {
|
|
11019
|
+
"type": "boolean\n",
|
|
11020
|
+
"description": "Puts children inputs into a row."
|
|
11021
|
+
},
|
|
11018
11022
|
"VSelectionControl/true-value": {
|
|
11019
11023
|
"type": "any\n",
|
|
11020
11024
|
"description": "Sets value for truthy state."
|
|
@@ -11027,10 +11031,6 @@
|
|
|
11027
11031
|
"type": "string\n",
|
|
11028
11032
|
"description": "The target component to provide defaults values for."
|
|
11029
11033
|
},
|
|
11030
|
-
"VSelectionControl/inline": {
|
|
11031
|
-
"type": "boolean\n",
|
|
11032
|
-
"description": "Puts children inputs into a row."
|
|
11033
|
-
},
|
|
11034
11034
|
"VSelectionControl/false-icon": {
|
|
11035
11035
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
11036
11036
|
"description": "The icon used when inactive."
|
|
@@ -11091,14 +11091,14 @@
|
|
|
11091
11091
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
11092
11092
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
11093
11093
|
},
|
|
11094
|
-
"VSelectionControlGroup/defaults-target": {
|
|
11095
|
-
"type": "string\n",
|
|
11096
|
-
"description": "The target component to provide defaults values for."
|
|
11097
|
-
},
|
|
11098
11094
|
"VSelectionControlGroup/inline": {
|
|
11099
11095
|
"type": "boolean\n",
|
|
11100
11096
|
"description": "Puts children inputs into a row."
|
|
11101
11097
|
},
|
|
11098
|
+
"VSelectionControlGroup/defaults-target": {
|
|
11099
|
+
"type": "string\n",
|
|
11100
|
+
"description": "The target component to provide defaults values for."
|
|
11101
|
+
},
|
|
11102
11102
|
"VSelectionControlGroup/false-icon": {
|
|
11103
11103
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
11104
11104
|
"description": "The icon used when inactive."
|
|
@@ -12931,6 +12931,10 @@
|
|
|
12931
12931
|
"type": "boolean | { class: string; keys: string[] }\n",
|
|
12932
12932
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
|
12933
12933
|
},
|
|
12934
|
+
"VSwitch/inline": {
|
|
12935
|
+
"type": "boolean\n",
|
|
12936
|
+
"description": "Puts children inputs into a row."
|
|
12937
|
+
},
|
|
12934
12938
|
"VSwitch/true-value": {
|
|
12935
12939
|
"type": "any\n",
|
|
12936
12940
|
"description": "Sets value for truthy state."
|
|
@@ -12943,10 +12947,6 @@
|
|
|
12943
12947
|
"type": "string\n",
|
|
12944
12948
|
"description": "The target component to provide defaults values for."
|
|
12945
12949
|
},
|
|
12946
|
-
"VSwitch/inline": {
|
|
12947
|
-
"type": "boolean\n",
|
|
12948
|
-
"description": "Puts children inputs into a row."
|
|
12949
|
-
},
|
|
12950
12950
|
"VSwitch/false-icon": {
|
|
12951
12951
|
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
12952
12952
|
"description": "The icon used when inactive."
|
|
@@ -13139,6 +13139,10 @@
|
|
|
13139
13139
|
"type": "string\n",
|
|
13140
13140
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
13141
13141
|
},
|
|
13142
|
+
"VTab/stacked": {
|
|
13143
|
+
"type": "boolean\n",
|
|
13144
|
+
"description": "Displays the tab as a flex-column."
|
|
13145
|
+
},
|
|
13142
13146
|
"VTab/slider-color": {
|
|
13143
13147
|
"type": "string\n",
|
|
13144
13148
|
"description": "Applies specified color to the slider when active on that component - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
@@ -13147,10 +13151,6 @@
|
|
|
13147
13151
|
"type": "boolean\n",
|
|
13148
13152
|
"description": "Hides the active tab slider component (no exit or enter animation)."
|
|
13149
13153
|
},
|
|
13150
|
-
"VTab/stacked": {
|
|
13151
|
-
"type": "boolean\n",
|
|
13152
|
-
"description": "Displays the tab as a flex-column."
|
|
13153
|
-
},
|
|
13154
13154
|
"VTab/spaced": {
|
|
13155
13155
|
"type": "'start' | 'end' | 'both'\n",
|
|
13156
13156
|
"description": "Extends content to the edges to move main content from prepend and append slots."
|
|
@@ -13263,6 +13263,10 @@
|
|
|
13263
13263
|
"type": "string\n",
|
|
13264
13264
|
"description": "Configure the active CSS class applied when an item is selected."
|
|
13265
13265
|
},
|
|
13266
|
+
"VTabs/stacked": {
|
|
13267
|
+
"type": "boolean\n",
|
|
13268
|
+
"description": "Apply the stacked prop to all children v-tab components."
|
|
13269
|
+
},
|
|
13266
13270
|
"VTabs/center-active": {
|
|
13267
13271
|
"type": "boolean\n",
|
|
13268
13272
|
"description": "Forces the selected tab to be centered."
|
|
@@ -13279,10 +13283,6 @@
|
|
|
13279
13283
|
"type": "boolean\n",
|
|
13280
13284
|
"description": "Hide's the generated `v-tabs-slider`."
|
|
13281
13285
|
},
|
|
13282
|
-
"VTabs/stacked": {
|
|
13283
|
-
"type": "boolean\n",
|
|
13284
|
-
"description": "Apply the stacked prop to all children v-tab components."
|
|
13285
|
-
},
|
|
13286
13286
|
"VTabs/spaced": {
|
|
13287
13287
|
"type": "'start' | 'end' | 'both'\n",
|
|
13288
13288
|
"description": "Extends content to the edges to move main content from prepend and append slots."
|
|
@@ -13855,54 +13855,54 @@
|
|
|
13855
13855
|
"type": "boolean\n",
|
|
13856
13856
|
"description": "Use the current value of `$vuetify.theme.dark` as opposed to the provided one."
|
|
13857
13857
|
},
|
|
13858
|
-
"VTimePicker/tag": {
|
|
13859
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13860
|
-
"description": "Specify a custom tag used on the root element."
|
|
13861
|
-
},
|
|
13862
13858
|
"VTimePicker/title": {
|
|
13863
13859
|
"type": "string\n",
|
|
13864
13860
|
"description": "Specify a title text for the component."
|
|
13865
13861
|
},
|
|
13866
|
-
"VTimePicker/
|
|
13867
|
-
"type": "boolean\n",
|
|
13868
|
-
"description": "
|
|
13862
|
+
"VTimePicker/border": {
|
|
13863
|
+
"type": "string | number | boolean\n",
|
|
13864
|
+
"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)."
|
|
13865
|
+
},
|
|
13866
|
+
"VTimePicker/model-value": {
|
|
13867
|
+
"type": "any\n",
|
|
13868
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13869
13869
|
},
|
|
13870
13870
|
"VTimePicker/height": {
|
|
13871
13871
|
"type": "string | number\n",
|
|
13872
13872
|
"description": "Sets the height for the component."
|
|
13873
13873
|
},
|
|
13874
|
-
"VTimePicker/max": {
|
|
13875
|
-
"type": "string\n",
|
|
13876
|
-
"description": "
|
|
13874
|
+
"VTimePicker/max-height": {
|
|
13875
|
+
"type": "string | number\n",
|
|
13876
|
+
"description": "Sets the maximum height for the component."
|
|
13877
13877
|
},
|
|
13878
|
-
"VTimePicker/
|
|
13879
|
-
"type": "string\n",
|
|
13880
|
-
"description": "
|
|
13878
|
+
"VTimePicker/max-width": {
|
|
13879
|
+
"type": "string | number\n",
|
|
13880
|
+
"description": "Sets the maximum width for the component."
|
|
13881
|
+
},
|
|
13882
|
+
"VTimePicker/min-height": {
|
|
13883
|
+
"type": "string | number\n",
|
|
13884
|
+
"description": "Sets the minimum height for the component."
|
|
13885
|
+
},
|
|
13886
|
+
"VTimePicker/min-width": {
|
|
13887
|
+
"type": "string | number\n",
|
|
13888
|
+
"description": "Sets the minimum width for the component."
|
|
13881
13889
|
},
|
|
13882
13890
|
"VTimePicker/width": {
|
|
13883
13891
|
"type": "string | number\n",
|
|
13884
13892
|
"description": "Width of the picker."
|
|
13885
13893
|
},
|
|
13886
|
-
"VTimePicker/
|
|
13887
|
-
"type": "
|
|
13888
|
-
"description": "
|
|
13894
|
+
"VTimePicker/elevation": {
|
|
13895
|
+
"type": "string | number\n",
|
|
13896
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
13889
13897
|
},
|
|
13890
13898
|
"VTimePicker/location": {
|
|
13891
13899
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
13892
13900
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
13893
13901
|
},
|
|
13894
|
-
"VTimePicker/
|
|
13895
|
-
"type": "
|
|
13896
|
-
"description": "
|
|
13897
|
-
},
|
|
13898
|
-
"VTimePicker/border": {
|
|
13899
|
-
"type": "string | number | boolean\n",
|
|
13900
|
-
"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)."
|
|
13901
|
-
},
|
|
13902
|
-
"VTimePicker/elevation": {
|
|
13903
|
-
"type": "string | number\n",
|
|
13904
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
13905
|
-
},
|
|
13902
|
+
"VTimePicker/position": {
|
|
13903
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
|
13904
|
+
"description": "Sets the position for the component."
|
|
13905
|
+
},
|
|
13906
13906
|
"VTimePicker/rounded": {
|
|
13907
13907
|
"type": "string | number | boolean\n",
|
|
13908
13908
|
"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)."
|
|
@@ -13911,34 +13911,42 @@
|
|
|
13911
13911
|
"type": "boolean\n",
|
|
13912
13912
|
"description": "Removes any applied **border-radius** from the component."
|
|
13913
13913
|
},
|
|
13914
|
+
"VTimePicker/tag": {
|
|
13915
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
13916
|
+
"description": "Specify a custom tag used on the root element."
|
|
13917
|
+
},
|
|
13914
13918
|
"VTimePicker/theme": {
|
|
13915
13919
|
"type": "string\n",
|
|
13916
13920
|
"description": "Specify a theme for this component and all of its children."
|
|
13917
13921
|
},
|
|
13918
|
-
"VTimePicker/
|
|
13922
|
+
"VTimePicker/color": {
|
|
13919
13923
|
"type": "string\n",
|
|
13920
|
-
"description": "Applies specified color to the control
|
|
13921
|
-
},
|
|
13922
|
-
"VTimePicker/max-height": {
|
|
13923
|
-
"type": "string | number\n",
|
|
13924
|
-
"description": "Sets the maximum height for the component."
|
|
13924
|
+
"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)."
|
|
13925
13925
|
},
|
|
13926
|
-
"VTimePicker/
|
|
13927
|
-
"type": "
|
|
13928
|
-
"description": "
|
|
13926
|
+
"VTimePicker/disabled": {
|
|
13927
|
+
"type": "boolean\n",
|
|
13928
|
+
"description": "Removes the ability to click or target the component."
|
|
13929
13929
|
},
|
|
13930
|
-
"VTimePicker/
|
|
13931
|
-
"type": "string
|
|
13932
|
-
"description": "
|
|
13930
|
+
"VTimePicker/max": {
|
|
13931
|
+
"type": "string\n",
|
|
13932
|
+
"description": "Maximum allowed time."
|
|
13933
13933
|
},
|
|
13934
|
-
"VTimePicker/min
|
|
13935
|
-
"type": "string
|
|
13936
|
-
"description": "
|
|
13934
|
+
"VTimePicker/min": {
|
|
13935
|
+
"type": "string\n",
|
|
13936
|
+
"description": "Minimum allowed time."
|
|
13937
13937
|
},
|
|
13938
13938
|
"VTimePicker/readonly": {
|
|
13939
13939
|
"type": "boolean\n",
|
|
13940
13940
|
"description": "Puts picker in readonly state."
|
|
13941
13941
|
},
|
|
13942
|
+
"VTimePicker/bg-color": {
|
|
13943
|
+
"type": "string\n",
|
|
13944
|
+
"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)."
|
|
13945
|
+
},
|
|
13946
|
+
"VTimePicker/scrollable": {
|
|
13947
|
+
"type": "boolean\n",
|
|
13948
|
+
"description": "Allows changing hour/minute with mouse scroll."
|
|
13949
|
+
},
|
|
13942
13950
|
"VTimePicker/divided": {
|
|
13943
13951
|
"type": "boolean\n",
|
|
13944
13952
|
"description": "Adds a divider between the header and controls."
|
|
@@ -13951,10 +13959,6 @@
|
|
|
13951
13959
|
"type": "boolean\n",
|
|
13952
13960
|
"description": "Hide the picker title."
|
|
13953
13961
|
},
|
|
13954
|
-
"VTimePicker/position": {
|
|
13955
|
-
"type": "'fixed' | 'absolute' | 'static' | 'relative' | 'sticky'\n",
|
|
13956
|
-
"description": "Sets the position for the component."
|
|
13957
|
-
},
|
|
13958
13962
|
"VTimePicker/view-mode": {
|
|
13959
13963
|
"type": "'hour' | 'minute' | 'second'\n",
|
|
13960
13964
|
"description": "The current view mode of the picker.`"
|
|
@@ -13967,10 +13971,6 @@
|
|
|
13967
13971
|
"type": "'am' | 'pm'\n",
|
|
13968
13972
|
"description": "Sets period for 12hr format."
|
|
13969
13973
|
},
|
|
13970
|
-
"VTimePicker/scrollable": {
|
|
13971
|
-
"type": "boolean\n",
|
|
13972
|
-
"description": "Allows changing hour/minute with mouse scroll."
|
|
13973
|
-
},
|
|
13974
13974
|
"VTimePicker/use-seconds": {
|
|
13975
13975
|
"type": "boolean\n",
|
|
13976
13976
|
"description": "Toggles the use of seconds in picker."
|
|
@@ -13987,14 +13987,6 @@
|
|
|
13987
13987
|
"type": "number[] | ((val: number) => boolean)\n",
|
|
13988
13988
|
"description": "Restricts which seconds can be selected."
|
|
13989
13989
|
},
|
|
13990
|
-
"VTimePickerClock/model-value": {
|
|
13991
|
-
"type": "number\n",
|
|
13992
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
13993
|
-
},
|
|
13994
|
-
"VTimePickerClock/color": {
|
|
13995
|
-
"type": "string\n",
|
|
13996
|
-
"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)."
|
|
13997
|
-
},
|
|
13998
13990
|
"VTimePickerClock/disabled": {
|
|
13999
13991
|
"type": "boolean\n",
|
|
14000
13992
|
"description": "Removes the ability to click or target the component."
|
|
@@ -14011,18 +14003,26 @@
|
|
|
14011
14003
|
"type": "number\n",
|
|
14012
14004
|
"description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
|
|
14013
14005
|
},
|
|
14006
|
+
"VTimePickerClock/model-value": {
|
|
14007
|
+
"type": "number\n",
|
|
14008
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
14009
|
+
},
|
|
14010
|
+
"VTimePickerClock/color": {
|
|
14011
|
+
"type": "string\n",
|
|
14012
|
+
"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)."
|
|
14013
|
+
},
|
|
14014
14014
|
"VTimePickerClock/readonly": {
|
|
14015
14015
|
"type": "boolean\n",
|
|
14016
14016
|
"description": "When true, the picker is in a read-only state, and users cannot modify the selected time."
|
|
14017
14017
|
},
|
|
14018
|
-
"VTimePickerClock/scrollable": {
|
|
14019
|
-
"type": "boolean\n",
|
|
14020
|
-
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
|
14021
|
-
},
|
|
14022
14018
|
"VTimePickerClock/rotate": {
|
|
14023
14019
|
"type": "number\n",
|
|
14024
14020
|
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
|
14025
14021
|
},
|
|
14022
|
+
"VTimePickerClock/scrollable": {
|
|
14023
|
+
"type": "boolean\n",
|
|
14024
|
+
"description": "Allows the time selection to be scrollable, enhancing user experience for devices with scroll inputs."
|
|
14025
|
+
},
|
|
14026
14026
|
"VTimePickerClock/ampm": {
|
|
14027
14027
|
"type": "boolean\n",
|
|
14028
14028
|
"description": "Displays time in a 12-hour format."
|
|
@@ -14079,26 +14079,18 @@
|
|
|
14079
14079
|
"type": "number\n",
|
|
14080
14080
|
"description": "The current second value."
|
|
14081
14081
|
},
|
|
14082
|
-
"VTimePickerControls/period": {
|
|
14083
|
-
"type": "'am' | 'pm'\n",
|
|
14084
|
-
"description": "The current period value. either `am` or `pm`."
|
|
14085
|
-
},
|
|
14086
14082
|
"VTimePickerControls/use-seconds": {
|
|
14087
14083
|
"type": "boolean\n",
|
|
14088
14084
|
"description": "Enables the display and selection of seconds in the timepicker."
|
|
14089
14085
|
},
|
|
14090
|
-
"
|
|
14091
|
-
"type": "'
|
|
14092
|
-
"description": "
|
|
14086
|
+
"VTimePickerControls/period": {
|
|
14087
|
+
"type": "'am' | 'pm'\n",
|
|
14088
|
+
"description": "The current period value. either `am` or `pm`."
|
|
14093
14089
|
},
|
|
14094
14090
|
"VTimeline/tag": {
|
|
14095
14091
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14096
14092
|
"description": "Specify a custom tag used on the root element."
|
|
14097
14093
|
},
|
|
14098
|
-
"VTimeline/theme": {
|
|
14099
|
-
"type": "string\n",
|
|
14100
|
-
"description": "Specify a theme for this component and all of its children."
|
|
14101
|
-
},
|
|
14102
14094
|
"VTimeline/align": {
|
|
14103
14095
|
"type": "'start' | 'center'\n",
|
|
14104
14096
|
"description": "Places the timeline dot at the top or center of the timeline item."
|
|
@@ -14107,14 +14099,22 @@
|
|
|
14107
14099
|
"type": "string | number\n",
|
|
14108
14100
|
"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**."
|
|
14109
14101
|
},
|
|
14110
|
-
"VTimeline/
|
|
14111
|
-
"type": "'
|
|
14112
|
-
"description": "
|
|
14102
|
+
"VTimeline/density": {
|
|
14103
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
14104
|
+
"description": "Adjusts the vertical height used by the component."
|
|
14105
|
+
},
|
|
14106
|
+
"VTimeline/theme": {
|
|
14107
|
+
"type": "string\n",
|
|
14108
|
+
"description": "Specify a theme for this component and all of its children."
|
|
14113
14109
|
},
|
|
14114
14110
|
"VTimeline/icon-color": {
|
|
14115
14111
|
"type": "string\n",
|
|
14116
14112
|
"description": "Color of the icon."
|
|
14117
14113
|
},
|
|
14114
|
+
"VTimeline/direction": {
|
|
14115
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
14116
|
+
"description": "Display timeline in a **vertical** or **horizontal** direction."
|
|
14117
|
+
},
|
|
14118
14118
|
"VTimeline/justify": {
|
|
14119
14119
|
"type": "string\n",
|
|
14120
14120
|
"description": "Places timeline line at the center or automatically on the left or right side."
|
|
@@ -14144,33 +14144,45 @@
|
|
|
14144
14144
|
"description": "Specifies the distance between the line and the dot of timeline items."
|
|
14145
14145
|
},
|
|
14146
14146
|
"VTimeline/side": {
|
|
14147
|
-
"type": "'
|
|
14147
|
+
"type": "'start' | 'end'\n",
|
|
14148
14148
|
"description": "Display all timeline items on one side of the timeline, either **start** or **end**."
|
|
14149
14149
|
},
|
|
14150
14150
|
"VTimeline/truncate-line": {
|
|
14151
|
-
"type": "'
|
|
14151
|
+
"type": "'start' | 'end' | 'both'\n",
|
|
14152
14152
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends."
|
|
14153
14153
|
},
|
|
14154
|
-
"VTimelineItem/
|
|
14155
|
-
"type": "string | (new () => any)
|
|
14156
|
-
"description": "
|
|
14154
|
+
"VTimelineItem/icon": {
|
|
14155
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
14156
|
+
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
|
14157
|
+
},
|
|
14158
|
+
"VTimelineItem/density": {
|
|
14159
|
+
"type": "'default' | 'compact'\n",
|
|
14160
|
+
"description": "Adjusts the vertical height used by the component."
|
|
14157
14161
|
},
|
|
14158
14162
|
"VTimelineItem/height": {
|
|
14159
14163
|
"type": "string | number\n",
|
|
14160
14164
|
"description": "Sets the height for the component."
|
|
14161
14165
|
},
|
|
14162
|
-
"VTimelineItem/
|
|
14166
|
+
"VTimelineItem/max-height": {
|
|
14163
14167
|
"type": "string | number\n",
|
|
14164
|
-
"description": "
|
|
14168
|
+
"description": "Sets the maximum height for the component."
|
|
14169
|
+
},
|
|
14170
|
+
"VTimelineItem/max-width": {
|
|
14171
|
+
"type": "string | number\n",
|
|
14172
|
+
"description": "Sets the maximum width for the component."
|
|
14173
|
+
},
|
|
14174
|
+
"VTimelineItem/min-height": {
|
|
14175
|
+
"type": "string | number\n",
|
|
14176
|
+
"description": "Sets the minimum height for the component."
|
|
14177
|
+
},
|
|
14178
|
+
"VTimelineItem/min-width": {
|
|
14179
|
+
"type": "string | number\n",
|
|
14180
|
+
"description": "Sets the minimum width for the component."
|
|
14165
14181
|
},
|
|
14166
14182
|
"VTimelineItem/width": {
|
|
14167
14183
|
"type": "string | number\n",
|
|
14168
14184
|
"description": "Sets the width for the component."
|
|
14169
14185
|
},
|
|
14170
|
-
"VTimelineItem/density": {
|
|
14171
|
-
"type": "'default' | 'compact'\n",
|
|
14172
|
-
"description": "Adjusts the vertical height used by the component."
|
|
14173
|
-
},
|
|
14174
14186
|
"VTimelineItem/elevation": {
|
|
14175
14187
|
"type": "string | number\n",
|
|
14176
14188
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -14183,32 +14195,20 @@
|
|
|
14183
14195
|
"type": "boolean\n",
|
|
14184
14196
|
"description": "Removes any applied **border-radius** from the component."
|
|
14185
14197
|
},
|
|
14186
|
-
"VTimelineItem/
|
|
14187
|
-
"type": "string |
|
|
14188
|
-
"description": "
|
|
14189
|
-
},
|
|
14190
|
-
"VTimelineItem/max-width": {
|
|
14191
|
-
"type": "string | number\n",
|
|
14192
|
-
"description": "Sets the maximum width for the component."
|
|
14193
|
-
},
|
|
14194
|
-
"VTimelineItem/min-height": {
|
|
14195
|
-
"type": "string | number\n",
|
|
14196
|
-
"description": "Sets the minimum height for the component."
|
|
14198
|
+
"VTimelineItem/tag": {
|
|
14199
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14200
|
+
"description": "Specify a custom tag used on the root element."
|
|
14197
14201
|
},
|
|
14198
|
-
"VTimelineItem/
|
|
14202
|
+
"VTimelineItem/size": {
|
|
14199
14203
|
"type": "string | number\n",
|
|
14200
|
-
"description": "
|
|
14204
|
+
"description": "Size of the item dot"
|
|
14201
14205
|
},
|
|
14202
14206
|
"VTimelineItem/icon-color": {
|
|
14203
14207
|
"type": "string\n",
|
|
14204
14208
|
"description": "Color of the icon."
|
|
14205
14209
|
},
|
|
14206
|
-
"VTimelineItem/icon": {
|
|
14207
|
-
"type": " | string\n | (new () => any)\n | FunctionalComponent\n | (string | [string, number])[]\n",
|
|
14208
|
-
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
|
14209
|
-
},
|
|
14210
14210
|
"VTimelineItem/side": {
|
|
14211
|
-
"type": "'
|
|
14211
|
+
"type": "'end' | 'start'\n",
|
|
14212
14212
|
"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."
|
|
14213
14213
|
},
|
|
14214
14214
|
"VTimelineItem/dot-color": {
|
|
@@ -14231,34 +14231,62 @@
|
|
|
14231
14231
|
"type": "string | number\n",
|
|
14232
14232
|
"description": "Specifies the distance between the line and the dot of the item."
|
|
14233
14233
|
},
|
|
14234
|
+
"VToolbar/flat": {
|
|
14235
|
+
"type": "boolean\n",
|
|
14236
|
+
"description": "Removes the toolbar's box-shadow."
|
|
14237
|
+
},
|
|
14238
|
+
"VToolbar/tag": {
|
|
14239
|
+
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14240
|
+
"description": "Specify a custom tag used on the root element."
|
|
14241
|
+
},
|
|
14234
14242
|
"VToolbar/title": {
|
|
14235
14243
|
"type": "string\n",
|
|
14236
14244
|
"description": "Specify a title text for the component."
|
|
14237
14245
|
},
|
|
14238
|
-
"VToolbar/
|
|
14246
|
+
"VToolbar/height": {
|
|
14247
|
+
"type": "string | number\n",
|
|
14248
|
+
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
14249
|
+
},
|
|
14250
|
+
"VToolbar/image": {
|
|
14251
|
+
"type": "string\n",
|
|
14252
|
+
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
14253
|
+
},
|
|
14254
|
+
"VToolbar/collapse": {
|
|
14239
14255
|
"type": "boolean\n",
|
|
14240
|
-
"description": "
|
|
14256
|
+
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
|
14241
14257
|
},
|
|
14242
|
-
"VToolbar/
|
|
14243
|
-
"type": "
|
|
14244
|
-
"description": "Applies
|
|
14258
|
+
"VToolbar/absolute": {
|
|
14259
|
+
"type": "boolean\n",
|
|
14260
|
+
"description": "Applies position: absolute to the component."
|
|
14261
|
+
},
|
|
14262
|
+
"VToolbar/color": {
|
|
14263
|
+
"type": "string\n",
|
|
14264
|
+
"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)."
|
|
14245
14265
|
},
|
|
14246
14266
|
"VToolbar/density": {
|
|
14247
14267
|
"type": "'default' | 'prominent' | 'comfortable' | 'compact'\n",
|
|
14248
14268
|
"description": "Adjusts the vertical height used by the component."
|
|
14249
14269
|
},
|
|
14250
|
-
"VToolbar/
|
|
14270
|
+
"VToolbar/extended": {
|
|
14271
|
+
"type": "boolean\n",
|
|
14272
|
+
"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."
|
|
14273
|
+
},
|
|
14274
|
+
"VToolbar/extension-height": {
|
|
14251
14275
|
"type": "string | number\n",
|
|
14252
|
-
"description": "
|
|
14276
|
+
"description": "Specify an explicit height for the `extension` slot."
|
|
14277
|
+
},
|
|
14278
|
+
"VToolbar/floating": {
|
|
14279
|
+
"type": "boolean\n",
|
|
14280
|
+
"description": "Applies **display: inline-flex** to the component."
|
|
14281
|
+
},
|
|
14282
|
+
"VToolbar/border": {
|
|
14283
|
+
"type": "string | number | boolean\n",
|
|
14284
|
+
"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)."
|
|
14253
14285
|
},
|
|
14254
14286
|
"VToolbar/elevation": {
|
|
14255
14287
|
"type": "string | number\n",
|
|
14256
14288
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
14257
14289
|
},
|
|
14258
|
-
"VToolbar/absolute": {
|
|
14259
|
-
"type": "boolean\n",
|
|
14260
|
-
"description": "Applies position: absolute to the component."
|
|
14261
|
-
},
|
|
14262
14290
|
"VToolbar/rounded": {
|
|
14263
14291
|
"type": "string | number | boolean\n",
|
|
14264
14292
|
"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)."
|
|
@@ -14267,54 +14295,26 @@
|
|
|
14267
14295
|
"type": "boolean\n",
|
|
14268
14296
|
"description": "Removes any applied **border-radius** from the component."
|
|
14269
14297
|
},
|
|
14270
|
-
"VToolbar/tag": {
|
|
14271
|
-
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14272
|
-
"description": "Specify a custom tag used on the root element."
|
|
14273
|
-
},
|
|
14274
14298
|
"VToolbar/theme": {
|
|
14275
14299
|
"type": "string\n",
|
|
14276
14300
|
"description": "Specify a theme for this component and all of its children."
|
|
14277
14301
|
},
|
|
14278
|
-
"VToolbar/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
|
-
},
|
|
14282
|
-
"VToolbar/image": {
|
|
14283
|
-
"type": "string\n",
|
|
14284
|
-
"description": "Specifies a [v-img](/components/images) as the component's background."
|
|
14285
|
-
},
|
|
14286
|
-
"VToolbar/floating": {
|
|
14287
|
-
"type": "boolean\n",
|
|
14288
|
-
"description": "Applies **display: inline-flex** to the component."
|
|
14289
|
-
},
|
|
14290
|
-
"VToolbar/extended": {
|
|
14291
|
-
"type": "boolean\n",
|
|
14292
|
-
"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."
|
|
14293
|
-
},
|
|
14294
|
-
"VToolbar/collapse": {
|
|
14295
|
-
"type": "boolean\n",
|
|
14296
|
-
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
|
14297
|
-
},
|
|
14298
|
-
"VToolbar/extension-height": {
|
|
14299
|
-
"type": "string | number\n",
|
|
14300
|
-
"description": "Specify an explicit height for the `extension` slot."
|
|
14301
|
-
},
|
|
14302
14302
|
"VToolbarItems/color": {
|
|
14303
14303
|
"type": "string\n",
|
|
14304
14304
|
"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)."
|
|
14305
14305
|
},
|
|
14306
14306
|
"VToolbarItems/variant": {
|
|
14307
|
-
"type": "'
|
|
14307
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
14308
14308
|
"description": "Applies a distinct style to the component."
|
|
14309
14309
|
},
|
|
14310
|
-
"VToolbarTitle/text": {
|
|
14311
|
-
"type": "string\n",
|
|
14312
|
-
"description": "Specify content text for the component."
|
|
14313
|
-
},
|
|
14314
14310
|
"VToolbarTitle/tag": {
|
|
14315
14311
|
"type": "string | (new () => any) | FunctionalComponent\n",
|
|
14316
14312
|
"description": "Specify a custom tag used on the root element."
|
|
14317
14313
|
},
|
|
14314
|
+
"VToolbarTitle/text": {
|
|
14315
|
+
"type": "string\n",
|
|
14316
|
+
"description": "Specify content text for the component."
|
|
14317
|
+
},
|
|
14318
14318
|
"VTooltip/disabled": {
|
|
14319
14319
|
"type": "boolean\n",
|
|
14320
14320
|
"description": "Removes the ability to click or target the component."
|
|
@@ -14679,14 +14679,14 @@
|
|
|
14679
14679
|
"type": "boolean\n",
|
|
14680
14680
|
"description": "When `true` will make `v-model`, `active.sync` and `open.sync` return the complete object instead of just the key."
|
|
14681
14681
|
},
|
|
14682
|
-
"VTreeview/fluid": {
|
|
14683
|
-
"type": "boolean\n",
|
|
14684
|
-
"description": "Removes indentation from nested items."
|
|
14685
|
-
},
|
|
14686
14682
|
"VTreeview/open-all": {
|
|
14687
14683
|
"type": "boolean\n",
|
|
14688
14684
|
"description": "When `true` will cause all branch nodes to be opened when component is mounted."
|
|
14689
14685
|
},
|
|
14686
|
+
"VTreeview/fluid": {
|
|
14687
|
+
"type": "boolean\n",
|
|
14688
|
+
"description": "Removes indentation from nested items."
|
|
14689
|
+
},
|
|
14690
14690
|
"VTreeview/loading-icon": {
|
|
14691
14691
|
"type": "string\n",
|
|
14692
14692
|
"description": "Icon used when node is in a loading state."
|