vuetify 3.0.0-alpha.12 → 3.0.0-alpha.13
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 +1321 -621
- package/dist/json/importMap.json +46 -6
- package/dist/json/tags.json +331 -106
- package/dist/json/web-types.json +5616 -3343
- package/dist/vuetify.css +1698 -826
- package/dist/vuetify.d.ts +6095 -4404
- package/dist/vuetify.esm.js +4891 -2343
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4890 -2342
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +2 -2
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +81 -91
- package/lib/components/VAlert/VAlert.mjs +44 -60
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +55 -75
- package/lib/components/VAlert/VAlertTitle.mjs +3 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -0
- package/lib/components/VAlert/_variables.scss +18 -26
- package/lib/components/VAlert/index.mjs +1 -0
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +0 -1
- package/lib/components/VApp/VApp.mjs +11 -8
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +0 -1
- package/lib/components/VAppBar/VAppBar.css +1 -4
- package/lib/components/VAppBar/VAppBar.mjs +21 -15
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +1 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.css +0 -11
- package/lib/components/VAvatar/VAvatar.mjs +6 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -12
- package/lib/components/VBadge/VBadge.mjs +5 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +10 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +38 -7
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +45 -26
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +43 -7
- package/lib/components/VBottomNavigation/_variables.scss +19 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +44 -40
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +24 -29
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +12 -73
- package/lib/components/VBtn/VBtn.mjs +24 -20
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -61
- package/lib/components/VBtn/_variables.scss +2 -20
- package/lib/components/VBtnGroup/VBtnGroup.css +39 -23
- package/lib/components/VBtnGroup/VBtnGroup.mjs +53 -15
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +36 -24
- package/lib/components/VBtnGroup/_variables.scss +25 -0
- package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
- package/lib/components/VBtnToggle/VBtnToggle.mjs +45 -39
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +5 -97
- package/lib/components/VBtnToggle/_variables.scss +3 -10
- package/lib/components/VBtnToggle/index.mjs +1 -3
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs +3 -3
- package/lib/components/VCard/VCard.css +7 -1
- package/lib/components/VCard/VCard.mjs +14 -17
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +27 -29
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +40 -16
- package/lib/components/VChip/VChip.mjs +39 -20
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +12 -4
- package/lib/components/VChip/_mixins.scss +2 -1
- package/lib/components/VChip/_variables.scss +3 -3
- package/lib/components/VChipGroup/VChipGroup.css +18 -0
- package/lib/components/VChipGroup/VChipGroup.mjs +66 -38
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +11 -17
- package/lib/components/VChipGroup/_variables.scss +3 -5
- package/lib/components/VChipGroup/index.mjs +1 -3
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs +4 -3
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs +2 -2
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs +2 -2
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +3 -3
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs +3 -3
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +20 -4
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDivider/VDivider.mjs +3 -3
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +25 -22
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +7 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +12 -11
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +18 -16
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VField/VField.css +138 -137
- package/lib/components/VField/VField.mjs +103 -145
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +134 -129
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/_variables.scss +8 -3
- package/lib/components/VFileInput/VFileInput.css +0 -33
- package/lib/components/VFileInput/VFileInput.mjs +122 -89
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -37
- package/lib/components/VFooter/VFooter.mjs +6 -6
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +27 -6
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs +3 -3
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +0 -6
- package/lib/components/VIcon/VIcon.mjs +10 -5
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +0 -8
- package/lib/components/VIcon/_variables.scss +0 -1
- package/lib/components/VImg/VImg.mjs +7 -8
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +38 -12
- package/lib/components/VInput/VInput.mjs +43 -31
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +34 -12
- package/lib/components/VInput/_variables.scss +0 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -2
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +3 -3
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs +1 -1
- package/lib/components/VLayout/VLayout.css +1 -0
- package/lib/components/VLayout/VLayout.mjs +7 -3
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +1 -0
- package/lib/components/VLayout/VLayoutItem.css +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +15 -7
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.sass +1 -1
- package/lib/components/VLazy/VLazy.mjs +2 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VList.css +6 -2
- package/lib/components/VList/VList.mjs +48 -52
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +6 -2
- package/lib/components/VList/VListChildren.mjs +25 -15
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +20 -47
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +20 -30
- package/lib/components/VList/VListItem.mjs +21 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +15 -18
- package/lib/components/VList/VListItemAvatar.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListSubheader.mjs +20 -12
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +4 -4
- package/lib/components/VList/list.mjs +31 -0
- package/lib/components/VList/list.mjs.map +1 -0
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
- package/lib/components/VMain/VMain.mjs +1 -1
- package/lib/components/VMenu/VMenu.css +0 -3
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.sass +0 -2
- package/lib/components/VMenu/_variables.scss +0 -1
- package/lib/components/VMessages/VMessages.css +1 -1
- package/lib/components/VMessages/VMessages.mjs +23 -18
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +17 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +77 -18
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -5
- package/lib/components/VNavigationDrawer/touch.mjs +139 -0
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -0
- package/lib/components/VOverlay/VOverlay.css +0 -1
- package/lib/components/VOverlay/VOverlay.mjs +22 -15
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +0 -1
- package/lib/components/VOverlay/_variables.scss +0 -1
- package/lib/components/VOverlay/positionStrategies.mjs +12 -8
- package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +14 -2
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/anchor.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +38 -42
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.mjs +0 -1
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs +3 -3
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +7 -8
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +12 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +5 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +20 -21
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +193 -222
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.mjs +1 -3
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.mjs +15 -12
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +2 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +37 -0
- package/lib/components/VSelect/VSelect.mjs +139 -771
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +36 -147
- package/lib/components/VSelect/_variables.scss +7 -21
- package/lib/components/VSelect/index.mjs +1 -3
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +17 -15
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +5 -5
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs +6 -6
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +42 -0
- package/lib/components/VSlider/VSlider.mjs +108 -538
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +23 -280
- package/lib/components/VSlider/VSliderThumb.css +139 -0
- package/lib/components/VSlider/VSliderThumb.mjs +167 -0
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -0
- package/lib/components/VSlider/VSliderThumb.sass +144 -0
- package/lib/components/VSlider/VSliderTrack.css +147 -0
- package/lib/components/VSlider/VSliderTrack.mjs +121 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -0
- package/lib/components/VSlider/VSliderTrack.sass +156 -0
- package/lib/components/VSlider/_variables.scss +18 -13
- package/lib/components/VSlider/index.mjs +1 -3
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +306 -0
- package/lib/components/VSlider/slider.mjs.map +1 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +3 -3
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs +1 -1
- package/lib/components/VSwitch/VSwitch.css +15 -0
- package/lib/components/VSwitch/VSwitch.mjs +49 -22
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +14 -0
- package/lib/components/VSwitch/_variables.scss +3 -0
- package/lib/components/VSystemBar/VSystemBar.mjs +6 -6
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs +5 -6
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +3 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabsBar.mjs +1 -1
- package/lib/components/VTabs/VTabsSlider.mjs +1 -1
- package/lib/components/VTabs/VTabsSlider.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +25 -11
- package/lib/components/VTextField/VTextField.mjs +118 -82
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +27 -10
- package/lib/components/VTextField/_variables.scss +1 -2
- package/lib/components/VTextarea/VTextarea.css +15 -13
- package/lib/components/VTextarea/VTextarea.mjs +99 -84
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +18 -8
- package/lib/components/VThemeProvider/VThemeProvider.mjs +3 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs +2 -2
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.mjs +5 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +2 -2
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +3 -3
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +133 -0
- package/lib/components/VToolbar/VToolbar.mjs +110 -129
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +71 -125
- package/lib/components/VToolbar/VToolbarItems.mjs +33 -0
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -0
- package/lib/components/VToolbar/VToolbarTitle.mjs +34 -0
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -0
- package/lib/components/VToolbar/_variables.scss +52 -14
- package/lib/components/VToolbar/index.mjs +3 -14
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.css +2 -2
- package/lib/components/VTooltip/VTooltip.mjs +11 -6
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/_variables.scss +2 -2
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs +3 -0
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.css +70 -0
- package/lib/components/VWindow/VWindow.mjs +158 -233
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +26 -50
- package/lib/components/VWindow/VWindowItem.mjs +72 -98
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +2 -3
- package/lib/components/VWindow/index.mjs +2 -9
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +6006 -4302
- package/lib/components/index.mjs +12 -12
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +1 -1
- package/lib/composables/border.mjs +3 -2
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/defaults.mjs +29 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/density.mjs +3 -2
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/elevation.mjs +4 -3
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/focus.mjs +35 -0
- package/lib/composables/focus.mjs.map +1 -0
- package/lib/composables/form.mjs +11 -13
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRef.mjs +42 -0
- package/lib/composables/forwardRef.mjs.map +1 -0
- package/lib/composables/group.mjs +9 -14
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +3 -3
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/layout.mjs +142 -46
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs +4 -3
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +1 -1
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs +3 -2
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +27 -21
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs +9 -10
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/size.mjs +3 -2
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/theme.mjs +98 -61
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/touch.mjs +129 -0
- package/lib/composables/touch.mjs.map +1 -0
- package/lib/composables/validation.mjs +20 -20
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +5 -4
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +6 -3
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +202 -19
- package/lib/locale/adapters/vue-i18n.mjs +64 -0
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -0
- package/lib/locale/adapters/vue-intl.mjs +67 -0
- package/lib/locale/adapters/vue-intl.mjs.map +1 -0
- package/lib/services/goto/easing-patterns.mjs +0 -3
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs +10 -16
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +19 -0
- package/lib/styles/main.css +260 -0
- package/lib/styles/settings/_colors.scss +430 -6
- package/lib/styles/tools/_variant.sass +7 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +7 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs +63 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +25 -10
- package/lib/components/VPagination/VPaginationBtn.mjs +0 -8
- package/lib/components/VPagination/VPaginationBtn.mjs.map +0 -1
- package/lib/components/VRangeSlider/VRangeSlider.sass +0 -19
- package/lib/components/VSelect/VSelectList.mjs +0 -253
- package/lib/components/VSelect/VSelectList.mjs.map +0 -1
- package/lib/components/VToolbar/_index.scss +0 -2
- package/lib/globals.d.mjs +0 -2
- package/lib/globals.d.mjs.map +0 -1
- package/lib/mixins/activatable/index.mjs +0 -199
- package/lib/mixins/activatable/index.mjs.map +0 -1
- package/lib/mixins/applicationable/index.mjs +0 -75
- package/lib/mixins/applicationable/index.mjs.map +0 -1
- package/lib/mixins/binds-attrs/index.mjs +0 -42
- package/lib/mixins/binds-attrs/index.mjs.map +0 -1
- package/lib/mixins/button-group/index.mjs +0 -28
- package/lib/mixins/button-group/index.mjs.map +0 -1
- package/lib/mixins/colorable/index.mjs +0 -82
- package/lib/mixins/colorable/index.mjs.map +0 -1
- package/lib/mixins/comparable/index.mjs +0 -15
- package/lib/mixins/comparable/index.mjs.map +0 -1
- package/lib/mixins/dependent/index.mjs +0 -73
- package/lib/mixins/dependent/index.mjs.map +0 -1
- package/lib/mixins/elevatable/index.mjs +0 -26
- package/lib/mixins/elevatable/index.mjs.map +0 -1
- package/lib/mixins/filterable/index.mjs +0 -16
- package/lib/mixins/filterable/index.mjs.map +0 -1
- package/lib/mixins/loadable/index.mjs +0 -45
- package/lib/mixins/loadable/index.mjs.map +0 -1
- package/lib/mixins/localable/index.mjs +0 -17
- package/lib/mixins/localable/index.mjs.map +0 -1
- package/lib/mixins/mobile/index.mjs +0 -50
- package/lib/mixins/mobile/index.mjs.map +0 -1
- package/lib/mixins/overlayable/index.mjs +0 -201
- package/lib/mixins/overlayable/index.mjs.map +0 -1
- package/lib/mixins/picker/index.mjs +0 -75
- package/lib/mixins/picker/index.mjs.map +0 -1
- package/lib/mixins/picker-button/index.mjs +0 -37
- package/lib/mixins/picker-button/index.mjs.map +0 -1
- package/lib/mixins/proxyable/index.mjs +0 -50
- package/lib/mixins/proxyable/index.mjs.map +0 -1
- package/lib/mixins/returnable/index.mjs +0 -36
- package/lib/mixins/returnable/index.mjs.map +0 -1
- package/lib/mixins/rippleable/index.mjs +0 -36
- package/lib/mixins/rippleable/index.mjs.map +0 -1
- package/lib/mixins/roundable/index.mjs +0 -37
- package/lib/mixins/roundable/index.mjs.map +0 -1
- package/lib/mixins/selectable/index.mjs +0 -167
- package/lib/mixins/selectable/index.mjs.map +0 -1
- package/lib/mixins/stackable/index.mjs +0 -56
- package/lib/mixins/stackable/index.mjs.map +0 -1
- package/lib/mixins/themeable/index.mjs +0 -111
- package/lib/mixins/themeable/index.mjs.map +0 -1
- package/lib/mixins/toggleable/index.mjs +0 -40
- package/lib/mixins/toggleable/index.mjs.map +0 -1
- package/lib/mixins/validatable/index.mjs +0 -265
- package/lib/mixins/validatable/index.mjs.map +0 -1
- package/lib/services/application/index.mjs +0 -58
- package/lib/services/application/index.mjs.map +0 -1
- package/lib/services/breakpoint/index.mjs +0 -176
- package/lib/services/breakpoint/index.mjs.map +0 -1
- package/lib/services/index.mjs +0 -10
- package/lib/services/index.mjs.map +0 -1
- package/lib/services/lang/index.mjs +0 -83
- package/lib/services/lang/index.mjs.map +0 -1
- package/lib/services/service/index.mjs +0 -13
- package/lib/services/service/index.mjs.map +0 -1
|
@@ -71,16 +71,12 @@
|
|
|
71
71
|
"type": "boolean|number|string",
|
|
72
72
|
"description": ""
|
|
73
73
|
},
|
|
74
|
-
"v-app-bar/tile": {
|
|
75
|
-
"type": "boolean",
|
|
76
|
-
"description": ""
|
|
77
|
-
},
|
|
78
74
|
"v-app-bar/name": {
|
|
79
75
|
"type": "string",
|
|
80
76
|
"description": ""
|
|
81
77
|
},
|
|
82
78
|
"v-app-bar/priority": {
|
|
83
|
-
"type": "number",
|
|
79
|
+
"type": "number|string",
|
|
84
80
|
"description": ""
|
|
85
81
|
},
|
|
86
82
|
"v-app-bar/absolute": {
|
|
@@ -131,7 +127,7 @@
|
|
|
131
127
|
"type": "any",
|
|
132
128
|
"description": "Displays a larger vertically centered icon to draw more attention."
|
|
133
129
|
},
|
|
134
|
-
"v-alert/
|
|
130
|
+
"v-alert/title": {
|
|
135
131
|
"type": "any",
|
|
136
132
|
"description": ""
|
|
137
133
|
},
|
|
@@ -139,10 +135,6 @@
|
|
|
139
135
|
"type": "any",
|
|
140
136
|
"description": "Applies the defined **color** to text and a low opacity background of the same."
|
|
141
137
|
},
|
|
142
|
-
"v-alert/tip": {
|
|
143
|
-
"type": "any",
|
|
144
|
-
"description": ""
|
|
145
|
-
},
|
|
146
138
|
"v-alert/type": {
|
|
147
139
|
"type": "string",
|
|
148
140
|
"description": "Specify a **success**, **info**, **warning** or **error** alert. Uses the contextual color and has a pre-defined icon."
|
|
@@ -187,10 +179,6 @@
|
|
|
187
179
|
"type": "boolean|number|string",
|
|
188
180
|
"description": ""
|
|
189
181
|
},
|
|
190
|
-
"v-alert/tile": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"description": "Removes the component's border-radius."
|
|
193
|
-
},
|
|
194
182
|
"v-alert/tag": {
|
|
195
183
|
"type": "string",
|
|
196
184
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -211,6 +199,10 @@
|
|
|
211
199
|
"type": "string",
|
|
212
200
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
213
201
|
},
|
|
202
|
+
"v-alert-title/tag": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"description": ""
|
|
205
|
+
},
|
|
214
206
|
"v-avatar/color": {
|
|
215
207
|
"type": "any",
|
|
216
208
|
"description": ""
|
|
@@ -239,10 +231,6 @@
|
|
|
239
231
|
"type": "boolean|number|string",
|
|
240
232
|
"description": ""
|
|
241
233
|
},
|
|
242
|
-
"v-avatar/tile": {
|
|
243
|
-
"type": "boolean",
|
|
244
|
-
"description": ""
|
|
245
|
-
},
|
|
246
234
|
"v-avatar/size": {
|
|
247
235
|
"type": "string|number",
|
|
248
236
|
"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**."
|
|
@@ -311,10 +299,6 @@
|
|
|
311
299
|
"type": "boolean|number|string",
|
|
312
300
|
"description": ""
|
|
313
301
|
},
|
|
314
|
-
"v-badge/tile": {
|
|
315
|
-
"type": "boolean",
|
|
316
|
-
"description": ""
|
|
317
|
-
},
|
|
318
302
|
"v-badge/tag": {
|
|
319
303
|
"type": "string",
|
|
320
304
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -415,10 +399,6 @@
|
|
|
415
399
|
"type": "boolean|number|string",
|
|
416
400
|
"description": ""
|
|
417
401
|
},
|
|
418
|
-
"v-banner/tile": {
|
|
419
|
-
"type": "boolean",
|
|
420
|
-
"description": ""
|
|
421
|
-
},
|
|
422
402
|
"v-banner/tag": {
|
|
423
403
|
"type": "string",
|
|
424
404
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -463,10 +443,6 @@
|
|
|
463
443
|
"type": "any",
|
|
464
444
|
"description": "Force [v-btn](/components/buttons)s to take up all available space."
|
|
465
445
|
},
|
|
466
|
-
"v-bottom-navigation/model-value": {
|
|
467
|
-
"type": "boolean",
|
|
468
|
-
"description": ""
|
|
469
|
-
},
|
|
470
446
|
"v-bottom-navigation/mode": {
|
|
471
447
|
"type": "string",
|
|
472
448
|
"description": "Changes the orientation and active state styling of the component. Available options are **horizontal** and **shift**."
|
|
@@ -491,16 +467,12 @@
|
|
|
491
467
|
"type": "boolean|number|string",
|
|
492
468
|
"description": ""
|
|
493
469
|
},
|
|
494
|
-
"v-bottom-navigation/tile": {
|
|
495
|
-
"type": "boolean",
|
|
496
|
-
"description": ""
|
|
497
|
-
},
|
|
498
470
|
"v-bottom-navigation/name": {
|
|
499
471
|
"type": "string",
|
|
500
472
|
"description": ""
|
|
501
473
|
},
|
|
502
474
|
"v-bottom-navigation/priority": {
|
|
503
|
-
"type": "number",
|
|
475
|
+
"type": "number|string",
|
|
504
476
|
"description": ""
|
|
505
477
|
},
|
|
506
478
|
"v-bottom-navigation/absolute": {
|
|
@@ -511,6 +483,30 @@
|
|
|
511
483
|
"type": "string",
|
|
512
484
|
"description": "Specify a custom tag used on the root element."
|
|
513
485
|
},
|
|
486
|
+
"v-bottom-navigation/model-value": {
|
|
487
|
+
"type": "any",
|
|
488
|
+
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
489
|
+
},
|
|
490
|
+
"v-bottom-navigation/multiple": {
|
|
491
|
+
"type": "boolean",
|
|
492
|
+
"description": "Allows one to select mulitple items."
|
|
493
|
+
},
|
|
494
|
+
"v-bottom-navigation/mandatory": {
|
|
495
|
+
"type": "boolean|string",
|
|
496
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
497
|
+
},
|
|
498
|
+
"v-bottom-navigation/max": {
|
|
499
|
+
"type": "number",
|
|
500
|
+
"description": "Sets a maximum number of selections that can be made."
|
|
501
|
+
},
|
|
502
|
+
"v-bottom-navigation/selected-class": {
|
|
503
|
+
"type": "string",
|
|
504
|
+
"description": "Configure the selected CSS class."
|
|
505
|
+
},
|
|
506
|
+
"v-bottom-navigation/disabled": {
|
|
507
|
+
"type": "boolean",
|
|
508
|
+
"description": ""
|
|
509
|
+
},
|
|
514
510
|
"v-bottom-navigation/theme": {
|
|
515
511
|
"type": "string",
|
|
516
512
|
"description": "Specify a theme for this component and all of its children"
|
|
@@ -519,6 +515,14 @@
|
|
|
519
515
|
"type": "array",
|
|
520
516
|
"description": "An array of objects for each breadcrumb."
|
|
521
517
|
},
|
|
518
|
+
"v-breadcrumbs/active-class": {
|
|
519
|
+
"type": "any",
|
|
520
|
+
"description": ""
|
|
521
|
+
},
|
|
522
|
+
"v-breadcrumbs/bg-color": {
|
|
523
|
+
"type": "any",
|
|
524
|
+
"description": ""
|
|
525
|
+
},
|
|
522
526
|
"v-breadcrumbs/color": {
|
|
523
527
|
"type": "any",
|
|
524
528
|
"description": ""
|
|
@@ -543,10 +547,6 @@
|
|
|
543
547
|
"type": "boolean|number|string",
|
|
544
548
|
"description": ""
|
|
545
549
|
},
|
|
546
|
-
"v-breadcrumbs/tile": {
|
|
547
|
-
"type": "boolean",
|
|
548
|
-
"description": ""
|
|
549
|
-
},
|
|
550
550
|
"v-breadcrumbs/tag": {
|
|
551
551
|
"type": "string",
|
|
552
552
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -619,10 +619,6 @@
|
|
|
619
619
|
"type": "any",
|
|
620
620
|
"description": "Displays the button as a flex-column."
|
|
621
621
|
},
|
|
622
|
-
"v-btn/disabled": {
|
|
623
|
-
"type": "any",
|
|
624
|
-
"description": "Removes the ability to click or target the component."
|
|
625
|
-
},
|
|
626
622
|
"v-btn/ripple": {
|
|
627
623
|
"type": "boolean",
|
|
628
624
|
"description": ""
|
|
@@ -635,10 +631,6 @@
|
|
|
635
631
|
"type": "boolean|number|string",
|
|
636
632
|
"description": ""
|
|
637
633
|
},
|
|
638
|
-
"v-btn/tile": {
|
|
639
|
-
"type": "boolean",
|
|
640
|
-
"description": ""
|
|
641
|
-
},
|
|
642
634
|
"v-btn/density": {
|
|
643
635
|
"type": "string",
|
|
644
636
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -671,6 +663,18 @@
|
|
|
671
663
|
"type": "number|string",
|
|
672
664
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
673
665
|
},
|
|
666
|
+
"v-btn/value": {
|
|
667
|
+
"type": "any",
|
|
668
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
669
|
+
},
|
|
670
|
+
"v-btn/disabled": {
|
|
671
|
+
"type": "boolean",
|
|
672
|
+
"description": "Removes the ability to click or target the component."
|
|
673
|
+
},
|
|
674
|
+
"v-btn/selected-class": {
|
|
675
|
+
"type": "string",
|
|
676
|
+
"description": "Configure the active CSS class applied when the item is selected."
|
|
677
|
+
},
|
|
674
678
|
"v-btn/absolute": {
|
|
675
679
|
"type": "boolean",
|
|
676
680
|
"description": "Applies **position: absolute** to the component."
|
|
@@ -735,8 +739,68 @@
|
|
|
735
739
|
"type": "string",
|
|
736
740
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
737
741
|
},
|
|
742
|
+
"v-btn-group/divided": {
|
|
743
|
+
"type": "any",
|
|
744
|
+
"description": ""
|
|
745
|
+
},
|
|
746
|
+
"v-btn-group/border": {
|
|
747
|
+
"type": "boolean|number|string",
|
|
748
|
+
"description": "Applies border styles to component."
|
|
749
|
+
},
|
|
750
|
+
"v-btn-group/density": {
|
|
751
|
+
"type": "string",
|
|
752
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
753
|
+
},
|
|
754
|
+
"v-btn-group/elevation": {
|
|
755
|
+
"type": "number|string",
|
|
756
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
757
|
+
},
|
|
758
|
+
"v-btn-group/rounded": {
|
|
759
|
+
"type": "boolean|number|string",
|
|
760
|
+
"description": ""
|
|
761
|
+
},
|
|
738
762
|
"v-btn-group/tag": {
|
|
739
763
|
"type": "string",
|
|
764
|
+
"description": "Specify a custom tag used on the root element."
|
|
765
|
+
},
|
|
766
|
+
"v-btn-group/theme": {
|
|
767
|
+
"type": "string",
|
|
768
|
+
"description": "Specify a theme for this component and all of its children"
|
|
769
|
+
},
|
|
770
|
+
"v-btn-group/color": {
|
|
771
|
+
"type": "string",
|
|
772
|
+
"description": ""
|
|
773
|
+
},
|
|
774
|
+
"v-btn-group/text-color": {
|
|
775
|
+
"type": "string",
|
|
776
|
+
"description": "Applies a specified color to the control text"
|
|
777
|
+
},
|
|
778
|
+
"v-btn-group/variant": {
|
|
779
|
+
"type": "string",
|
|
780
|
+
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
781
|
+
},
|
|
782
|
+
"v-btn-toggle/model-value": {
|
|
783
|
+
"type": "any",
|
|
784
|
+
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
785
|
+
},
|
|
786
|
+
"v-btn-toggle/multiple": {
|
|
787
|
+
"type": "boolean",
|
|
788
|
+
"description": "Allows one to select mulitple items."
|
|
789
|
+
},
|
|
790
|
+
"v-btn-toggle/mandatory": {
|
|
791
|
+
"type": "boolean|string",
|
|
792
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
793
|
+
},
|
|
794
|
+
"v-btn-toggle/max": {
|
|
795
|
+
"type": "number",
|
|
796
|
+
"description": "Sets a maximum number of selections that can be made."
|
|
797
|
+
},
|
|
798
|
+
"v-btn-toggle/selected-class": {
|
|
799
|
+
"type": "string",
|
|
800
|
+
"description": "Configure the selected CSS class."
|
|
801
|
+
},
|
|
802
|
+
"v-btn-toggle/disabled": {
|
|
803
|
+
"type": "boolean",
|
|
740
804
|
"description": ""
|
|
741
805
|
},
|
|
742
806
|
"v-card/append-avatar": {
|
|
@@ -863,10 +927,6 @@
|
|
|
863
927
|
"type": "boolean|number|string",
|
|
864
928
|
"description": ""
|
|
865
929
|
},
|
|
866
|
-
"v-card/tile": {
|
|
867
|
-
"type": "boolean",
|
|
868
|
-
"description": ""
|
|
869
|
-
},
|
|
870
930
|
"v-card/href": {
|
|
871
931
|
"type": "string",
|
|
872
932
|
"description": ""
|
|
@@ -935,18 +995,118 @@
|
|
|
935
995
|
"type": "string",
|
|
936
996
|
"description": "The icon used when in an indeterminate state"
|
|
937
997
|
},
|
|
938
|
-
"v-checkbox/
|
|
998
|
+
"v-checkbox/id": {
|
|
999
|
+
"type": "string",
|
|
1000
|
+
"description": ""
|
|
1001
|
+
},
|
|
1002
|
+
"v-checkbox/append-icon": {
|
|
1003
|
+
"type": "string",
|
|
1004
|
+
"description": ""
|
|
1005
|
+
},
|
|
1006
|
+
"v-checkbox/prepend-icon": {
|
|
1007
|
+
"type": "string",
|
|
1008
|
+
"description": ""
|
|
1009
|
+
},
|
|
1010
|
+
"v-checkbox/hide-details": {
|
|
1011
|
+
"type": "boolean|string",
|
|
1012
|
+
"description": ""
|
|
1013
|
+
},
|
|
1014
|
+
"v-checkbox/messages": {
|
|
1015
|
+
"type": "array|string",
|
|
1016
|
+
"description": ""
|
|
1017
|
+
},
|
|
1018
|
+
"v-checkbox/direction": {
|
|
1019
|
+
"type": "string",
|
|
1020
|
+
"description": ""
|
|
1021
|
+
},
|
|
1022
|
+
"v-checkbox/density": {
|
|
1023
|
+
"type": "string",
|
|
1024
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1025
|
+
},
|
|
1026
|
+
"v-checkbox/disabled": {
|
|
1027
|
+
"type": "boolean",
|
|
1028
|
+
"description": ""
|
|
1029
|
+
},
|
|
1030
|
+
"v-checkbox/error": {
|
|
1031
|
+
"type": "boolean",
|
|
1032
|
+
"description": ""
|
|
1033
|
+
},
|
|
1034
|
+
"v-checkbox/error-messages": {
|
|
1035
|
+
"type": "array|string",
|
|
1036
|
+
"description": ""
|
|
1037
|
+
},
|
|
1038
|
+
"v-checkbox/max-errors": {
|
|
1039
|
+
"type": "number|string",
|
|
1040
|
+
"description": ""
|
|
1041
|
+
},
|
|
1042
|
+
"v-checkbox/name": {
|
|
1043
|
+
"type": "string",
|
|
1044
|
+
"description": "Sets the component's name attribute"
|
|
1045
|
+
},
|
|
1046
|
+
"v-checkbox/readonly": {
|
|
1047
|
+
"type": "boolean",
|
|
1048
|
+
"description": ""
|
|
1049
|
+
},
|
|
1050
|
+
"v-checkbox/rules": {
|
|
1051
|
+
"type": "array",
|
|
1052
|
+
"description": ""
|
|
1053
|
+
},
|
|
1054
|
+
"v-checkbox/model-value": {
|
|
1055
|
+
"type": "any",
|
|
1056
|
+
"description": ""
|
|
1057
|
+
},
|
|
1058
|
+
"v-checkbox/color": {
|
|
1059
|
+
"type": "string",
|
|
1060
|
+
"description": ""
|
|
1061
|
+
},
|
|
1062
|
+
"v-checkbox/inline": {
|
|
1063
|
+
"type": "boolean",
|
|
1064
|
+
"description": ""
|
|
1065
|
+
},
|
|
1066
|
+
"v-checkbox/label": {
|
|
1067
|
+
"type": "string",
|
|
1068
|
+
"description": ""
|
|
1069
|
+
},
|
|
1070
|
+
"v-checkbox/false-icon": {
|
|
939
1071
|
"type": "string",
|
|
940
1072
|
"description": "The icon used when inactive"
|
|
941
1073
|
},
|
|
942
|
-
"v-checkbox/
|
|
1074
|
+
"v-checkbox/true-icon": {
|
|
943
1075
|
"type": "string",
|
|
944
1076
|
"description": "The icon used when active"
|
|
945
1077
|
},
|
|
946
|
-
"v-checkbox/
|
|
1078
|
+
"v-checkbox/ripple": {
|
|
1079
|
+
"type": "boolean",
|
|
1080
|
+
"description": ""
|
|
1081
|
+
},
|
|
1082
|
+
"v-checkbox/multiple": {
|
|
1083
|
+
"type": "boolean",
|
|
1084
|
+
"description": "Changes expected model to an array"
|
|
1085
|
+
},
|
|
1086
|
+
"v-checkbox/true-value": {
|
|
1087
|
+
"type": "any",
|
|
1088
|
+
"description": "Sets value for truthy state"
|
|
1089
|
+
},
|
|
1090
|
+
"v-checkbox/false-value": {
|
|
1091
|
+
"type": "any",
|
|
1092
|
+
"description": "Sets value for falsy state"
|
|
1093
|
+
},
|
|
1094
|
+
"v-checkbox/type": {
|
|
1095
|
+
"type": "string",
|
|
1096
|
+
"description": ""
|
|
1097
|
+
},
|
|
1098
|
+
"v-checkbox/value": {
|
|
947
1099
|
"type": "any",
|
|
948
1100
|
"description": ""
|
|
949
1101
|
},
|
|
1102
|
+
"v-checkbox/value-comparator": {
|
|
1103
|
+
"type": "function",
|
|
1104
|
+
"description": ""
|
|
1105
|
+
},
|
|
1106
|
+
"v-checkbox/theme": {
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1109
|
+
},
|
|
950
1110
|
"v-chip/active-class": {
|
|
951
1111
|
"type": "any",
|
|
952
1112
|
"description": ""
|
|
@@ -971,10 +1131,6 @@
|
|
|
971
1131
|
"type": "string",
|
|
972
1132
|
"description": "Text used for *aria-label* on the close button in **close** chips. Can also be customized globally in [Internationalization](/customization/internationalization)."
|
|
973
1133
|
},
|
|
974
|
-
"v-chip/disabled": {
|
|
975
|
-
"type": "any",
|
|
976
|
-
"description": "Disables the chip, making it un-selectable"
|
|
977
|
-
},
|
|
978
1134
|
"v-chip/draggable": {
|
|
979
1135
|
"type": "any",
|
|
980
1136
|
"description": "Makes the chip draggable"
|
|
@@ -1031,12 +1187,20 @@
|
|
|
1031
1187
|
"type": "number|string",
|
|
1032
1188
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1033
1189
|
},
|
|
1034
|
-
"v-chip/
|
|
1035
|
-
"type": "
|
|
1036
|
-
"description": ""
|
|
1190
|
+
"v-chip/value": {
|
|
1191
|
+
"type": "any",
|
|
1192
|
+
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
|
|
1037
1193
|
},
|
|
1038
|
-
"v-chip/
|
|
1194
|
+
"v-chip/disabled": {
|
|
1039
1195
|
"type": "boolean",
|
|
1196
|
+
"description": "Disables the chip, making it un-selectable"
|
|
1197
|
+
},
|
|
1198
|
+
"v-chip/selected-class": {
|
|
1199
|
+
"type": "string",
|
|
1200
|
+
"description": "Configure the active CSS class applied when the item is selected."
|
|
1201
|
+
},
|
|
1202
|
+
"v-chip/rounded": {
|
|
1203
|
+
"type": "boolean|number|string",
|
|
1040
1204
|
"description": ""
|
|
1041
1205
|
},
|
|
1042
1206
|
"v-chip/href": {
|
|
@@ -1075,36 +1239,104 @@
|
|
|
1075
1239
|
"type": "string",
|
|
1076
1240
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
1077
1241
|
},
|
|
1078
|
-
"v-
|
|
1079
|
-
"type": "
|
|
1080
|
-
"description": ""
|
|
1242
|
+
"v-chip-group/column": {
|
|
1243
|
+
"type": "any",
|
|
1244
|
+
"description": "Remove horizontal pagination and wrap items as needed"
|
|
1081
1245
|
},
|
|
1082
|
-
"v-
|
|
1246
|
+
"v-chip-group/filter": {
|
|
1083
1247
|
"type": "any",
|
|
1084
|
-
"description": "
|
|
1248
|
+
"description": ""
|
|
1085
1249
|
},
|
|
1086
|
-
"v-
|
|
1250
|
+
"v-chip-group/value-comparator": {
|
|
1251
|
+
"type": "function",
|
|
1252
|
+
"description": ""
|
|
1253
|
+
},
|
|
1254
|
+
"v-chip-group/model-value": {
|
|
1087
1255
|
"type": "any",
|
|
1088
|
-
"description": "
|
|
1256
|
+
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
1089
1257
|
},
|
|
1090
|
-
"v-
|
|
1258
|
+
"v-chip-group/multiple": {
|
|
1259
|
+
"type": "boolean",
|
|
1260
|
+
"description": "Allows one to select mulitple items."
|
|
1261
|
+
},
|
|
1262
|
+
"v-chip-group/mandatory": {
|
|
1263
|
+
"type": "boolean|string",
|
|
1264
|
+
"description": "Forces at least one item to always be selected (if available)."
|
|
1265
|
+
},
|
|
1266
|
+
"v-chip-group/max": {
|
|
1267
|
+
"type": "number",
|
|
1268
|
+
"description": "Sets a maximum number of selections that can be made."
|
|
1269
|
+
},
|
|
1270
|
+
"v-chip-group/selected-class": {
|
|
1091
1271
|
"type": "string",
|
|
1092
|
-
"description": "
|
|
1272
|
+
"description": "Configure the selected CSS class."
|
|
1093
1273
|
},
|
|
1094
|
-
"v-
|
|
1274
|
+
"v-chip-group/disabled": {
|
|
1095
1275
|
"type": "boolean",
|
|
1096
|
-
"description": "
|
|
1276
|
+
"description": ""
|
|
1097
1277
|
},
|
|
1098
|
-
"v-
|
|
1099
|
-
"type": "
|
|
1100
|
-
"description": "
|
|
1278
|
+
"v-chip-group/tag": {
|
|
1279
|
+
"type": "string",
|
|
1280
|
+
"description": "Specify a custom tag used on the root element."
|
|
1101
1281
|
},
|
|
1102
|
-
"v-
|
|
1103
|
-
"type": "
|
|
1282
|
+
"v-chip-group/theme": {
|
|
1283
|
+
"type": "string",
|
|
1284
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1285
|
+
},
|
|
1286
|
+
"v-chip-group/color": {
|
|
1287
|
+
"type": "string",
|
|
1104
1288
|
"description": ""
|
|
1105
1289
|
},
|
|
1106
|
-
"v-
|
|
1107
|
-
"type": "
|
|
1290
|
+
"v-chip-group/text-color": {
|
|
1291
|
+
"type": "string",
|
|
1292
|
+
"description": "Applies a specified color to the control text"
|
|
1293
|
+
},
|
|
1294
|
+
"v-chip-group/variant": {
|
|
1295
|
+
"type": "string",
|
|
1296
|
+
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
1297
|
+
},
|
|
1298
|
+
"v-code/tag": {
|
|
1299
|
+
"type": "string",
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1302
|
+
"v-defaults-provider/defaults": {
|
|
1303
|
+
"type": "any",
|
|
1304
|
+
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
|
|
1305
|
+
},
|
|
1306
|
+
"v-defaults-provider/reset": {
|
|
1307
|
+
"type": "any",
|
|
1308
|
+
"description": ""
|
|
1309
|
+
},
|
|
1310
|
+
"v-defaults-provider/root": {
|
|
1311
|
+
"type": "any",
|
|
1312
|
+
"description": ""
|
|
1313
|
+
},
|
|
1314
|
+
"v-defaults-provider/scoped": {
|
|
1315
|
+
"type": "any",
|
|
1316
|
+
"description": ""
|
|
1317
|
+
},
|
|
1318
|
+
"v-dialog/fullscreen": {
|
|
1319
|
+
"type": "any",
|
|
1320
|
+
"description": "Changes layout for fullscreen display."
|
|
1321
|
+
},
|
|
1322
|
+
"v-dialog/origin": {
|
|
1323
|
+
"type": "string",
|
|
1324
|
+
"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)."
|
|
1325
|
+
},
|
|
1326
|
+
"v-dialog/retain-focus": {
|
|
1327
|
+
"type": "boolean",
|
|
1328
|
+
"description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
|
|
1329
|
+
},
|
|
1330
|
+
"v-dialog/scrollable": {
|
|
1331
|
+
"type": "any",
|
|
1332
|
+
"description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
|
|
1333
|
+
},
|
|
1334
|
+
"v-dialog/model-value": {
|
|
1335
|
+
"type": "any",
|
|
1336
|
+
"description": ""
|
|
1337
|
+
},
|
|
1338
|
+
"v-dialog/height": {
|
|
1339
|
+
"type": "number|string",
|
|
1108
1340
|
"description": "Sets the height for the component."
|
|
1109
1341
|
},
|
|
1110
1342
|
"v-dialog/max-height": {
|
|
@@ -1151,13 +1383,13 @@
|
|
|
1151
1383
|
"type": "string",
|
|
1152
1384
|
"description": "Specify a theme for this component and all of its children"
|
|
1153
1385
|
},
|
|
1154
|
-
"v-expansion-panels/
|
|
1155
|
-
"type": "
|
|
1386
|
+
"v-expansion-panels/color": {
|
|
1387
|
+
"type": "any",
|
|
1156
1388
|
"description": ""
|
|
1157
1389
|
},
|
|
1158
|
-
"v-expansion-panels/
|
|
1390
|
+
"v-expansion-panels/variant": {
|
|
1159
1391
|
"type": "string",
|
|
1160
|
-
"description": "
|
|
1392
|
+
"description": ""
|
|
1161
1393
|
},
|
|
1162
1394
|
"v-expansion-panels/model-value": {
|
|
1163
1395
|
"type": "any",
|
|
@@ -1183,6 +1415,10 @@
|
|
|
1183
1415
|
"type": "boolean",
|
|
1184
1416
|
"description": "Disables the entire expansion-panel"
|
|
1185
1417
|
},
|
|
1418
|
+
"v-expansion-panels/tag": {
|
|
1419
|
+
"type": "string",
|
|
1420
|
+
"description": "Specify a custom tag used on the root element."
|
|
1421
|
+
},
|
|
1186
1422
|
"v-expansion-panels/theme": {
|
|
1187
1423
|
"type": "string",
|
|
1188
1424
|
"description": "Specify a theme for this component and all of its children"
|
|
@@ -1199,12 +1435,12 @@
|
|
|
1199
1435
|
"type": "any",
|
|
1200
1436
|
"description": ""
|
|
1201
1437
|
},
|
|
1202
|
-
"v-expansion-panel/
|
|
1203
|
-
"type": "
|
|
1204
|
-
"description": ""
|
|
1438
|
+
"v-expansion-panel/elevation": {
|
|
1439
|
+
"type": "number|string",
|
|
1440
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1205
1441
|
},
|
|
1206
1442
|
"v-expansion-panel/value": {
|
|
1207
|
-
"type": "
|
|
1443
|
+
"type": "any",
|
|
1208
1444
|
"description": "Controls the opened/closed state of content"
|
|
1209
1445
|
},
|
|
1210
1446
|
"v-expansion-panel/disabled": {
|
|
@@ -1215,22 +1451,22 @@
|
|
|
1215
1451
|
"type": "string",
|
|
1216
1452
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
1217
1453
|
},
|
|
1218
|
-
"v-expansion-panel/
|
|
1219
|
-
"type": "boolean|number|string",
|
|
1220
|
-
"description": ""
|
|
1221
|
-
},
|
|
1222
|
-
"v-expansion-panel/tile": {
|
|
1454
|
+
"v-expansion-panel/eager": {
|
|
1223
1455
|
"type": "boolean",
|
|
1224
1456
|
"description": ""
|
|
1225
1457
|
},
|
|
1226
|
-
"v-expansion-panel/
|
|
1227
|
-
"type": "number|string",
|
|
1228
|
-
"description": "
|
|
1458
|
+
"v-expansion-panel/rounded": {
|
|
1459
|
+
"type": "boolean|number|string",
|
|
1460
|
+
"description": ""
|
|
1229
1461
|
},
|
|
1230
1462
|
"v-expansion-panel/tag": {
|
|
1231
1463
|
"type": "string",
|
|
1232
1464
|
"description": "Specify a custom tag used on the root element."
|
|
1233
1465
|
},
|
|
1466
|
+
"v-expansion-panel/color": {
|
|
1467
|
+
"type": "string",
|
|
1468
|
+
"description": ""
|
|
1469
|
+
},
|
|
1234
1470
|
"v-expansion-panel/expand-icon": {
|
|
1235
1471
|
"type": "string",
|
|
1236
1472
|
"description": ""
|
|
@@ -1247,14 +1483,14 @@
|
|
|
1247
1483
|
"type": "boolean|object",
|
|
1248
1484
|
"description": ""
|
|
1249
1485
|
},
|
|
1250
|
-
"v-expansion-panel/color": {
|
|
1251
|
-
"type": "string",
|
|
1252
|
-
"description": ""
|
|
1253
|
-
},
|
|
1254
1486
|
"v-expansion-panel-text/eager": {
|
|
1255
1487
|
"type": "boolean",
|
|
1256
1488
|
"description": ""
|
|
1257
1489
|
},
|
|
1490
|
+
"v-expansion-panel-title/color": {
|
|
1491
|
+
"type": "string",
|
|
1492
|
+
"description": ""
|
|
1493
|
+
},
|
|
1258
1494
|
"v-expansion-panel-title/expand-icon": {
|
|
1259
1495
|
"type": "string",
|
|
1260
1496
|
"description": ""
|
|
@@ -1271,18 +1507,26 @@
|
|
|
1271
1507
|
"type": "boolean|object",
|
|
1272
1508
|
"description": ""
|
|
1273
1509
|
},
|
|
1274
|
-
"v-
|
|
1275
|
-
"type": "
|
|
1510
|
+
"v-field/disabled": {
|
|
1511
|
+
"type": "any",
|
|
1512
|
+
"description": ""
|
|
1513
|
+
},
|
|
1514
|
+
"v-field/error": {
|
|
1515
|
+
"type": "any",
|
|
1276
1516
|
"description": ""
|
|
1277
1517
|
},
|
|
1278
|
-
"v-field/
|
|
1518
|
+
"v-field/id": {
|
|
1279
1519
|
"type": "any",
|
|
1280
1520
|
"description": ""
|
|
1281
1521
|
},
|
|
1282
|
-
"v-field/
|
|
1522
|
+
"v-field/model-value": {
|
|
1283
1523
|
"type": "any",
|
|
1284
1524
|
"description": ""
|
|
1285
1525
|
},
|
|
1526
|
+
"v-field/focused": {
|
|
1527
|
+
"type": "boolean",
|
|
1528
|
+
"description": ""
|
|
1529
|
+
},
|
|
1286
1530
|
"v-field/append-inner-icon": {
|
|
1287
1531
|
"type": "string",
|
|
1288
1532
|
"description": ""
|
|
@@ -1303,10 +1547,6 @@
|
|
|
1303
1547
|
"type": "string",
|
|
1304
1548
|
"description": ""
|
|
1305
1549
|
},
|
|
1306
|
-
"v-field/id": {
|
|
1307
|
-
"type": "string",
|
|
1308
|
-
"description": ""
|
|
1309
|
-
},
|
|
1310
1550
|
"v-field/label": {
|
|
1311
1551
|
"type": "string",
|
|
1312
1552
|
"description": ""
|
|
@@ -1339,98 +1579,110 @@
|
|
|
1339
1579
|
"type": "boolean",
|
|
1340
1580
|
"description": ""
|
|
1341
1581
|
},
|
|
1342
|
-
"v-field/
|
|
1343
|
-
"type": "
|
|
1582
|
+
"v-field-label/floating": {
|
|
1583
|
+
"type": "any",
|
|
1584
|
+
"description": ""
|
|
1585
|
+
},
|
|
1586
|
+
"v-file-input/chips": {
|
|
1587
|
+
"type": "any",
|
|
1588
|
+
"description": "Changes display of selections to chips"
|
|
1589
|
+
},
|
|
1590
|
+
"v-file-input/counter": {
|
|
1591
|
+
"type": "any",
|
|
1344
1592
|
"description": ""
|
|
1345
1593
|
},
|
|
1346
|
-
"v-
|
|
1594
|
+
"v-file-input/counter-size-string": {
|
|
1595
|
+
"type": "string",
|
|
1596
|
+
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
1597
|
+
},
|
|
1598
|
+
"v-file-input/counter-string": {
|
|
1347
1599
|
"type": "string",
|
|
1600
|
+
"description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
1601
|
+
},
|
|
1602
|
+
"v-file-input/multiple": {
|
|
1603
|
+
"type": "any",
|
|
1604
|
+
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
1605
|
+
},
|
|
1606
|
+
"v-file-input/hint": {
|
|
1607
|
+
"type": "any",
|
|
1348
1608
|
"description": ""
|
|
1349
1609
|
},
|
|
1350
|
-
"v-
|
|
1351
|
-
"type": "
|
|
1610
|
+
"v-file-input/persistent-hint": {
|
|
1611
|
+
"type": "any",
|
|
1352
1612
|
"description": ""
|
|
1353
1613
|
},
|
|
1354
|
-
"v-
|
|
1355
|
-
"type": "
|
|
1614
|
+
"v-file-input/placeholder": {
|
|
1615
|
+
"type": "any",
|
|
1616
|
+
"description": ""
|
|
1617
|
+
},
|
|
1618
|
+
"v-file-input/persistent-placeholder": {
|
|
1619
|
+
"type": "any",
|
|
1620
|
+
"description": ""
|
|
1621
|
+
},
|
|
1622
|
+
"v-file-input/show-size": {
|
|
1623
|
+
"type": "boolean|number",
|
|
1624
|
+
"description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
|
|
1625
|
+
},
|
|
1626
|
+
"v-file-input/id": {
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"description": ""
|
|
1629
|
+
},
|
|
1630
|
+
"v-file-input/append-icon": {
|
|
1631
|
+
"type": "string",
|
|
1356
1632
|
"description": ""
|
|
1357
1633
|
},
|
|
1358
|
-
"v-
|
|
1634
|
+
"v-file-input/prepend-icon": {
|
|
1359
1635
|
"type": "string",
|
|
1360
1636
|
"description": ""
|
|
1361
1637
|
},
|
|
1362
|
-
"v-
|
|
1638
|
+
"v-file-input/hide-details": {
|
|
1639
|
+
"type": "boolean|string",
|
|
1640
|
+
"description": ""
|
|
1641
|
+
},
|
|
1642
|
+
"v-file-input/messages": {
|
|
1363
1643
|
"type": "array|string",
|
|
1364
1644
|
"description": ""
|
|
1365
1645
|
},
|
|
1366
|
-
"v-
|
|
1367
|
-
"type": "
|
|
1646
|
+
"v-file-input/direction": {
|
|
1647
|
+
"type": "string",
|
|
1368
1648
|
"description": ""
|
|
1369
1649
|
},
|
|
1370
|
-
"v-
|
|
1650
|
+
"v-file-input/density": {
|
|
1371
1651
|
"type": "string",
|
|
1372
1652
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1373
1653
|
},
|
|
1374
|
-
"v-
|
|
1654
|
+
"v-file-input/disabled": {
|
|
1375
1655
|
"type": "boolean",
|
|
1376
1656
|
"description": ""
|
|
1377
1657
|
},
|
|
1378
|
-
"v-
|
|
1658
|
+
"v-file-input/error": {
|
|
1379
1659
|
"type": "boolean",
|
|
1380
1660
|
"description": ""
|
|
1381
1661
|
},
|
|
1382
|
-
"v-
|
|
1662
|
+
"v-file-input/error-messages": {
|
|
1383
1663
|
"type": "array|string",
|
|
1384
1664
|
"description": ""
|
|
1385
1665
|
},
|
|
1386
|
-
"v-
|
|
1666
|
+
"v-file-input/max-errors": {
|
|
1387
1667
|
"type": "number|string",
|
|
1388
1668
|
"description": ""
|
|
1389
1669
|
},
|
|
1390
|
-
"v-
|
|
1670
|
+
"v-file-input/name": {
|
|
1391
1671
|
"type": "string",
|
|
1392
1672
|
"description": ""
|
|
1393
1673
|
},
|
|
1394
|
-
"v-
|
|
1674
|
+
"v-file-input/readonly": {
|
|
1395
1675
|
"type": "boolean",
|
|
1396
1676
|
"description": ""
|
|
1397
1677
|
},
|
|
1398
|
-
"v-
|
|
1678
|
+
"v-file-input/rules": {
|
|
1399
1679
|
"type": "array",
|
|
1400
1680
|
"description": ""
|
|
1401
1681
|
},
|
|
1402
|
-
"v-
|
|
1403
|
-
"type": "
|
|
1404
|
-
"description": ""
|
|
1405
|
-
},
|
|
1406
|
-
"v-field-label/floating": {
|
|
1407
|
-
"type": "any",
|
|
1408
|
-
"description": ""
|
|
1409
|
-
},
|
|
1410
|
-
"v-file-input/chips": {
|
|
1411
|
-
"type": "any",
|
|
1412
|
-
"description": "Changes display of selections to chips"
|
|
1413
|
-
},
|
|
1414
|
-
"v-file-input/counter": {
|
|
1415
|
-
"type": "any",
|
|
1682
|
+
"v-file-input/model-value": {
|
|
1683
|
+
"type": "array",
|
|
1416
1684
|
"description": ""
|
|
1417
1685
|
},
|
|
1418
|
-
"v-file-input/counter-size-string": {
|
|
1419
|
-
"type": "string",
|
|
1420
|
-
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
1421
|
-
},
|
|
1422
|
-
"v-file-input/counter-string": {
|
|
1423
|
-
"type": "string",
|
|
1424
|
-
"description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
|
1425
|
-
},
|
|
1426
|
-
"v-file-input/multiple": {
|
|
1427
|
-
"type": "any",
|
|
1428
|
-
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
1429
|
-
},
|
|
1430
|
-
"v-file-input/show-size": {
|
|
1431
|
-
"type": "boolean|number",
|
|
1432
|
-
"description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
|
|
1433
|
-
},
|
|
1434
1686
|
"v-file-input/append-inner-icon": {
|
|
1435
1687
|
"type": "string",
|
|
1436
1688
|
"description": ""
|
|
@@ -1451,10 +1703,6 @@
|
|
|
1451
1703
|
"type": "string",
|
|
1452
1704
|
"description": ""
|
|
1453
1705
|
},
|
|
1454
|
-
"v-file-input/id": {
|
|
1455
|
-
"type": "string",
|
|
1456
|
-
"description": ""
|
|
1457
|
-
},
|
|
1458
1706
|
"v-file-input/label": {
|
|
1459
1707
|
"type": "string",
|
|
1460
1708
|
"description": ""
|
|
@@ -1487,105 +1735,41 @@
|
|
|
1487
1735
|
"type": "boolean",
|
|
1488
1736
|
"description": ""
|
|
1489
1737
|
},
|
|
1490
|
-
"v-
|
|
1491
|
-
"type": "string",
|
|
1492
|
-
"description": ""
|
|
1738
|
+
"v-footer/border": {
|
|
1739
|
+
"type": "boolean|number|string",
|
|
1740
|
+
"description": "Applies border styles to component."
|
|
1493
1741
|
},
|
|
1494
|
-
"v-
|
|
1495
|
-
"type": "string",
|
|
1496
|
-
"description": ""
|
|
1742
|
+
"v-footer/height": {
|
|
1743
|
+
"type": "number|string",
|
|
1744
|
+
"description": "Sets the height for the component."
|
|
1497
1745
|
},
|
|
1498
|
-
"v-
|
|
1499
|
-
"type": "
|
|
1500
|
-
"description": ""
|
|
1746
|
+
"v-footer/max-height": {
|
|
1747
|
+
"type": "number|string",
|
|
1748
|
+
"description": "Sets the maximum height for the component."
|
|
1501
1749
|
},
|
|
1502
|
-
"v-
|
|
1503
|
-
"type": "
|
|
1504
|
-
"description": ""
|
|
1750
|
+
"v-footer/max-width": {
|
|
1751
|
+
"type": "number|string",
|
|
1752
|
+
"description": "Sets the maximum width for the component."
|
|
1505
1753
|
},
|
|
1506
|
-
"v-
|
|
1507
|
-
"type": "string",
|
|
1508
|
-
"description": ""
|
|
1754
|
+
"v-footer/min-height": {
|
|
1755
|
+
"type": "number|string",
|
|
1756
|
+
"description": "Sets the minimum height for the component."
|
|
1509
1757
|
},
|
|
1510
|
-
"v-
|
|
1511
|
-
"type": "
|
|
1512
|
-
"description": ""
|
|
1758
|
+
"v-footer/min-width": {
|
|
1759
|
+
"type": "number|string",
|
|
1760
|
+
"description": "Sets the minimum width for the component."
|
|
1513
1761
|
},
|
|
1514
|
-
"v-
|
|
1515
|
-
"type": "
|
|
1516
|
-
"description": ""
|
|
1762
|
+
"v-footer/width": {
|
|
1763
|
+
"type": "number|string",
|
|
1764
|
+
"description": "Sets the width for the component."
|
|
1517
1765
|
},
|
|
1518
|
-
"v-
|
|
1519
|
-
"type": "string",
|
|
1520
|
-
"description": "
|
|
1766
|
+
"v-footer/elevation": {
|
|
1767
|
+
"type": "number|string",
|
|
1768
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1521
1769
|
},
|
|
1522
|
-
"v-
|
|
1770
|
+
"v-footer/absolute": {
|
|
1523
1771
|
"type": "boolean",
|
|
1524
|
-
"description": ""
|
|
1525
|
-
},
|
|
1526
|
-
"v-file-input/error": {
|
|
1527
|
-
"type": "boolean",
|
|
1528
|
-
"description": ""
|
|
1529
|
-
},
|
|
1530
|
-
"v-file-input/error-messages": {
|
|
1531
|
-
"type": "array|string",
|
|
1532
|
-
"description": ""
|
|
1533
|
-
},
|
|
1534
|
-
"v-file-input/max-errors": {
|
|
1535
|
-
"type": "number|string",
|
|
1536
|
-
"description": ""
|
|
1537
|
-
},
|
|
1538
|
-
"v-file-input/name": {
|
|
1539
|
-
"type": "string",
|
|
1540
|
-
"description": ""
|
|
1541
|
-
},
|
|
1542
|
-
"v-file-input/readonly": {
|
|
1543
|
-
"type": "boolean",
|
|
1544
|
-
"description": ""
|
|
1545
|
-
},
|
|
1546
|
-
"v-file-input/rules": {
|
|
1547
|
-
"type": "array",
|
|
1548
|
-
"description": ""
|
|
1549
|
-
},
|
|
1550
|
-
"v-file-input/model-value": {
|
|
1551
|
-
"type": "array",
|
|
1552
|
-
"description": ""
|
|
1553
|
-
},
|
|
1554
|
-
"v-footer/border": {
|
|
1555
|
-
"type": "boolean|number|string",
|
|
1556
|
-
"description": "Applies border styles to component."
|
|
1557
|
-
},
|
|
1558
|
-
"v-footer/height": {
|
|
1559
|
-
"type": "number|string",
|
|
1560
|
-
"description": "Sets the height for the component."
|
|
1561
|
-
},
|
|
1562
|
-
"v-footer/max-height": {
|
|
1563
|
-
"type": "number|string",
|
|
1564
|
-
"description": "Sets the maximum height for the component."
|
|
1565
|
-
},
|
|
1566
|
-
"v-footer/max-width": {
|
|
1567
|
-
"type": "number|string",
|
|
1568
|
-
"description": "Sets the maximum width for the component."
|
|
1569
|
-
},
|
|
1570
|
-
"v-footer/min-height": {
|
|
1571
|
-
"type": "number|string",
|
|
1572
|
-
"description": "Sets the minimum height for the component."
|
|
1573
|
-
},
|
|
1574
|
-
"v-footer/min-width": {
|
|
1575
|
-
"type": "number|string",
|
|
1576
|
-
"description": "Sets the minimum width for the component."
|
|
1577
|
-
},
|
|
1578
|
-
"v-footer/width": {
|
|
1579
|
-
"type": "number|string",
|
|
1580
|
-
"description": "Sets the width for the component."
|
|
1581
|
-
},
|
|
1582
|
-
"v-footer/elevation": {
|
|
1583
|
-
"type": "number|string",
|
|
1584
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
1585
|
-
},
|
|
1586
|
-
"v-footer/absolute": {
|
|
1587
|
-
"type": "boolean",
|
|
1588
|
-
"description": "Applies **position: absolute** to the component."
|
|
1772
|
+
"description": "Applies **position: absolute** to the component."
|
|
1589
1773
|
},
|
|
1590
1774
|
"v-footer/bottom": {
|
|
1591
1775
|
"type": "boolean|number|string",
|
|
@@ -1615,10 +1799,6 @@
|
|
|
1615
1799
|
"type": "boolean|number|string",
|
|
1616
1800
|
"description": ""
|
|
1617
1801
|
},
|
|
1618
|
-
"v-footer/tile": {
|
|
1619
|
-
"type": "boolean",
|
|
1620
|
-
"description": ""
|
|
1621
|
-
},
|
|
1622
1802
|
"v-footer/tag": {
|
|
1623
1803
|
"type": "string",
|
|
1624
1804
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -1863,6 +2043,10 @@
|
|
|
1863
2043
|
"type": "string",
|
|
1864
2044
|
"description": "Specify a custom tag used on the root element."
|
|
1865
2045
|
},
|
|
2046
|
+
"v-icon/theme": {
|
|
2047
|
+
"type": "string",
|
|
2048
|
+
"description": "Specify a theme for this component and all of its children"
|
|
2049
|
+
},
|
|
1866
2050
|
"v-img/aspect-ratio": {
|
|
1867
2051
|
"type": "any",
|
|
1868
2052
|
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
@@ -1911,6 +2095,10 @@
|
|
|
1911
2095
|
"type": "boolean|string|object",
|
|
1912
2096
|
"description": "The transition to use when switching from `lazy-src` to `src`."
|
|
1913
2097
|
},
|
|
2098
|
+
"v-input/id": {
|
|
2099
|
+
"type": "string",
|
|
2100
|
+
"description": ""
|
|
2101
|
+
},
|
|
1914
2102
|
"v-input/append-icon": {
|
|
1915
2103
|
"type": "string",
|
|
1916
2104
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
@@ -1919,25 +2107,17 @@
|
|
|
1919
2107
|
"type": "string",
|
|
1920
2108
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
1921
2109
|
},
|
|
1922
|
-
"v-input/focused": {
|
|
1923
|
-
"type": "boolean",
|
|
1924
|
-
"description": ""
|
|
1925
|
-
},
|
|
1926
2110
|
"v-input/hide-details": {
|
|
1927
2111
|
"type": "boolean|string",
|
|
1928
2112
|
"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"
|
|
1929
2113
|
},
|
|
1930
|
-
"v-input/hint": {
|
|
1931
|
-
"type": "string",
|
|
1932
|
-
"description": "Hint text"
|
|
1933
|
-
},
|
|
1934
2114
|
"v-input/messages": {
|
|
1935
2115
|
"type": "array|string",
|
|
1936
2116
|
"description": ""
|
|
1937
2117
|
},
|
|
1938
|
-
"v-input/
|
|
1939
|
-
"type": "
|
|
1940
|
-
"description": "
|
|
2118
|
+
"v-input/direction": {
|
|
2119
|
+
"type": "string",
|
|
2120
|
+
"description": ""
|
|
1941
2121
|
},
|
|
1942
2122
|
"v-input/density": {
|
|
1943
2123
|
"type": "string",
|
|
@@ -2008,7 +2188,7 @@
|
|
|
2008
2188
|
"description": "Specify a theme for this component and all of its children"
|
|
2009
2189
|
},
|
|
2010
2190
|
"v-item/value": {
|
|
2011
|
-
"type": "
|
|
2191
|
+
"type": "any",
|
|
2012
2192
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
2013
2193
|
},
|
|
2014
2194
|
"v-item/disabled": {
|
|
@@ -2048,7 +2228,7 @@
|
|
|
2048
2228
|
"description": ""
|
|
2049
2229
|
},
|
|
2050
2230
|
"v-layout-item/priority": {
|
|
2051
|
-
"type": "number",
|
|
2231
|
+
"type": "number|string",
|
|
2052
2232
|
"description": ""
|
|
2053
2233
|
},
|
|
2054
2234
|
"v-layout-item/absolute": {
|
|
@@ -2111,10 +2291,6 @@
|
|
|
2111
2291
|
"type": "any",
|
|
2112
2292
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
2113
2293
|
},
|
|
2114
|
-
"v-list/subheader": {
|
|
2115
|
-
"type": "boolean|string",
|
|
2116
|
-
"description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you"
|
|
2117
|
-
},
|
|
2118
2294
|
"v-list/items": {
|
|
2119
2295
|
"type": "any",
|
|
2120
2296
|
"description": ""
|
|
@@ -2183,10 +2359,6 @@
|
|
|
2183
2359
|
"type": "boolean|number|string",
|
|
2184
2360
|
"description": ""
|
|
2185
2361
|
},
|
|
2186
|
-
"v-list/tile": {
|
|
2187
|
-
"type": "boolean",
|
|
2188
|
-
"description": ""
|
|
2189
|
-
},
|
|
2190
2362
|
"v-list/tag": {
|
|
2191
2363
|
"type": "string",
|
|
2192
2364
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2203,6 +2375,14 @@
|
|
|
2203
2375
|
"type": "any",
|
|
2204
2376
|
"description": ""
|
|
2205
2377
|
},
|
|
2378
|
+
"v-list-subheader/sticky": {
|
|
2379
|
+
"type": "any",
|
|
2380
|
+
"description": ""
|
|
2381
|
+
},
|
|
2382
|
+
"v-list-subheader/text": {
|
|
2383
|
+
"type": "any",
|
|
2384
|
+
"description": ""
|
|
2385
|
+
},
|
|
2206
2386
|
"v-list-subheader/tag": {
|
|
2207
2387
|
"type": "string",
|
|
2208
2388
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2299,10 +2479,6 @@
|
|
|
2299
2479
|
"type": "boolean|number|string",
|
|
2300
2480
|
"description": ""
|
|
2301
2481
|
},
|
|
2302
|
-
"v-list-item/tile": {
|
|
2303
|
-
"type": "boolean",
|
|
2304
|
-
"description": ""
|
|
2305
|
-
},
|
|
2306
2482
|
"v-list-item/href": {
|
|
2307
2483
|
"type": "string",
|
|
2308
2484
|
"description": ""
|
|
@@ -2383,10 +2559,6 @@
|
|
|
2383
2559
|
"type": "string",
|
|
2384
2560
|
"description": ""
|
|
2385
2561
|
},
|
|
2386
|
-
"v-list-group/items": {
|
|
2387
|
-
"type": "any",
|
|
2388
|
-
"description": ""
|
|
2389
|
-
},
|
|
2390
2562
|
"v-list-group/tag": {
|
|
2391
2563
|
"type": "string",
|
|
2392
2564
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2435,6 +2607,10 @@
|
|
|
2435
2607
|
"type": "any",
|
|
2436
2608
|
"description": "Will automatically open/close drawer when resized depending if mobile or desktop."
|
|
2437
2609
|
},
|
|
2610
|
+
"v-navigation-drawer/disable-route-watcher": {
|
|
2611
|
+
"type": "any",
|
|
2612
|
+
"description": "Disables opening of navigation drawer when route changes"
|
|
2613
|
+
},
|
|
2438
2614
|
"v-navigation-drawer/expand-on-hover": {
|
|
2439
2615
|
"type": "any",
|
|
2440
2616
|
"description": "Collapses the drawer to a **mini-variant** until hovering with the mouse"
|
|
@@ -2467,6 +2643,10 @@
|
|
|
2467
2643
|
"type": "any",
|
|
2468
2644
|
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background"
|
|
2469
2645
|
},
|
|
2646
|
+
"v-navigation-drawer/touchless": {
|
|
2647
|
+
"type": "any",
|
|
2648
|
+
"description": "Disable mobile touch functionality"
|
|
2649
|
+
},
|
|
2470
2650
|
"v-navigation-drawer/width": {
|
|
2471
2651
|
"type": "number|string",
|
|
2472
2652
|
"description": "Sets the width for the component."
|
|
@@ -2488,7 +2668,7 @@
|
|
|
2488
2668
|
"description": ""
|
|
2489
2669
|
},
|
|
2490
2670
|
"v-navigation-drawer/priority": {
|
|
2491
|
-
"type": "number",
|
|
2671
|
+
"type": "number|string",
|
|
2492
2672
|
"description": ""
|
|
2493
2673
|
},
|
|
2494
2674
|
"v-navigation-drawer/absolute": {
|
|
@@ -2499,10 +2679,6 @@
|
|
|
2499
2679
|
"type": "boolean|number|string",
|
|
2500
2680
|
"description": ""
|
|
2501
2681
|
},
|
|
2502
|
-
"v-navigation-drawer/tile": {
|
|
2503
|
-
"type": "boolean",
|
|
2504
|
-
"description": ""
|
|
2505
|
-
},
|
|
2506
2682
|
"v-navigation-drawer/tag": {
|
|
2507
2683
|
"type": "string",
|
|
2508
2684
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2699,187 +2875,43 @@
|
|
|
2699
2875
|
"type": "any",
|
|
2700
2876
|
"description": "Show buttons for going to first and last page"
|
|
2701
2877
|
},
|
|
2702
|
-
"v-pagination/tag": {
|
|
2703
|
-
"type": "string",
|
|
2704
|
-
"description": "Specify a custom tag used on the root element."
|
|
2705
|
-
},
|
|
2706
|
-
"v-pagination/elevation": {
|
|
2707
|
-
"type": "number|string",
|
|
2708
|
-
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2709
|
-
},
|
|
2710
|
-
"v-pagination/density": {
|
|
2711
|
-
"type": "string",
|
|
2712
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
2713
|
-
},
|
|
2714
2878
|
"v-pagination/rounded": {
|
|
2715
2879
|
"type": "boolean|number|string",
|
|
2716
2880
|
"description": ""
|
|
2717
2881
|
},
|
|
2718
|
-
"v-pagination/tile": {
|
|
2719
|
-
"type": "boolean",
|
|
2720
|
-
"description": ""
|
|
2721
|
-
},
|
|
2722
|
-
"v-pagination/size": {
|
|
2723
|
-
"type": "string|number",
|
|
2724
|
-
"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**."
|
|
2725
|
-
},
|
|
2726
2882
|
"v-pagination/border": {
|
|
2727
2883
|
"type": "boolean|number|string",
|
|
2728
2884
|
"description": "Applies border styles to component."
|
|
2729
2885
|
},
|
|
2730
|
-
"v-pagination/
|
|
2731
|
-
"type": "string",
|
|
2732
|
-
"description": "Specify a theme for this component and all of its children"
|
|
2733
|
-
},
|
|
2734
|
-
"v-pagination/color": {
|
|
2735
|
-
"type": "string",
|
|
2736
|
-
"description": "Color of the selected page button"
|
|
2737
|
-
},
|
|
2738
|
-
"v-pagination/text-color": {
|
|
2739
|
-
"type": "string",
|
|
2740
|
-
"description": "Applies a specified color to the control text"
|
|
2741
|
-
},
|
|
2742
|
-
"v-pagination/variant": {
|
|
2743
|
-
"type": "string",
|
|
2744
|
-
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
2745
|
-
},
|
|
2746
|
-
"v-pagination-btn/flat": {
|
|
2747
|
-
"type": "any",
|
|
2748
|
-
"description": ""
|
|
2749
|
-
},
|
|
2750
|
-
"v-pagination-btn/icon": {
|
|
2751
|
-
"type": "any",
|
|
2752
|
-
"description": ""
|
|
2753
|
-
},
|
|
2754
|
-
"v-pagination-btn/prepend-icon": {
|
|
2755
|
-
"type": "any",
|
|
2756
|
-
"description": ""
|
|
2757
|
-
},
|
|
2758
|
-
"v-pagination-btn/append-icon": {
|
|
2759
|
-
"type": "any",
|
|
2760
|
-
"description": ""
|
|
2761
|
-
},
|
|
2762
|
-
"v-pagination-btn/block": {
|
|
2763
|
-
"type": "any",
|
|
2764
|
-
"description": ""
|
|
2765
|
-
},
|
|
2766
|
-
"v-pagination-btn/stacked": {
|
|
2767
|
-
"type": "any",
|
|
2768
|
-
"description": ""
|
|
2769
|
-
},
|
|
2770
|
-
"v-pagination-btn/disabled": {
|
|
2771
|
-
"type": "any",
|
|
2772
|
-
"description": ""
|
|
2773
|
-
},
|
|
2774
|
-
"v-pagination-btn/ripple": {
|
|
2775
|
-
"type": "boolean",
|
|
2776
|
-
"description": ""
|
|
2777
|
-
},
|
|
2778
|
-
"v-pagination-btn/border": {
|
|
2779
|
-
"type": "boolean|number|string",
|
|
2780
|
-
"description": "Applies border styles to component."
|
|
2781
|
-
},
|
|
2782
|
-
"v-pagination-btn/rounded": {
|
|
2783
|
-
"type": "boolean|number|string",
|
|
2784
|
-
"description": ""
|
|
2785
|
-
},
|
|
2786
|
-
"v-pagination-btn/tile": {
|
|
2787
|
-
"type": "boolean",
|
|
2788
|
-
"description": ""
|
|
2789
|
-
},
|
|
2790
|
-
"v-pagination-btn/density": {
|
|
2886
|
+
"v-pagination/density": {
|
|
2791
2887
|
"type": "string",
|
|
2792
2888
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
2793
2889
|
},
|
|
2794
|
-
"v-pagination
|
|
2795
|
-
"type": "number|string",
|
|
2796
|
-
"description": "Sets the height for the component."
|
|
2797
|
-
},
|
|
2798
|
-
"v-pagination-btn/max-height": {
|
|
2799
|
-
"type": "number|string",
|
|
2800
|
-
"description": "Sets the maximum height for the component."
|
|
2801
|
-
},
|
|
2802
|
-
"v-pagination-btn/max-width": {
|
|
2803
|
-
"type": "number|string",
|
|
2804
|
-
"description": "Sets the maximum width for the component."
|
|
2805
|
-
},
|
|
2806
|
-
"v-pagination-btn/min-height": {
|
|
2807
|
-
"type": "number|string",
|
|
2808
|
-
"description": "Sets the minimum height for the component."
|
|
2809
|
-
},
|
|
2810
|
-
"v-pagination-btn/min-width": {
|
|
2811
|
-
"type": "number|string",
|
|
2812
|
-
"description": "Sets the minimum width for the component."
|
|
2813
|
-
},
|
|
2814
|
-
"v-pagination-btn/width": {
|
|
2815
|
-
"type": "number|string",
|
|
2816
|
-
"description": "Sets the width for the component."
|
|
2817
|
-
},
|
|
2818
|
-
"v-pagination-btn/elevation": {
|
|
2890
|
+
"v-pagination/elevation": {
|
|
2819
2891
|
"type": "number|string",
|
|
2820
2892
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2821
2893
|
},
|
|
2822
|
-
"v-pagination
|
|
2823
|
-
"type": "boolean",
|
|
2824
|
-
"description": "Applies **position: absolute** to the component."
|
|
2825
|
-
},
|
|
2826
|
-
"v-pagination-btn/bottom": {
|
|
2827
|
-
"type": "boolean|number|string",
|
|
2828
|
-
"description": "Aligns the component towards the bottom."
|
|
2829
|
-
},
|
|
2830
|
-
"v-pagination-btn/fixed": {
|
|
2831
|
-
"type": "boolean",
|
|
2832
|
-
"description": "Applies **position: fixed** to the component."
|
|
2833
|
-
},
|
|
2834
|
-
"v-pagination-btn/left": {
|
|
2835
|
-
"type": "boolean|number|string",
|
|
2836
|
-
"description": "Aligns the component towards the left."
|
|
2837
|
-
},
|
|
2838
|
-
"v-pagination-btn/position": {
|
|
2839
|
-
"type": "string",
|
|
2840
|
-
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
2841
|
-
},
|
|
2842
|
-
"v-pagination-btn/right": {
|
|
2843
|
-
"type": "boolean|number|string",
|
|
2844
|
-
"description": "Aligns the component towards the right."
|
|
2845
|
-
},
|
|
2846
|
-
"v-pagination-btn/top": {
|
|
2847
|
-
"type": "boolean|number|string",
|
|
2848
|
-
"description": "Aligns the content towards the top."
|
|
2849
|
-
},
|
|
2850
|
-
"v-pagination-btn/href": {
|
|
2851
|
-
"type": "string",
|
|
2852
|
-
"description": ""
|
|
2853
|
-
},
|
|
2854
|
-
"v-pagination-btn/replace": {
|
|
2855
|
-
"type": "boolean",
|
|
2856
|
-
"description": ""
|
|
2857
|
-
},
|
|
2858
|
-
"v-pagination-btn/to": {
|
|
2859
|
-
"type": "string|object",
|
|
2860
|
-
"description": ""
|
|
2861
|
-
},
|
|
2862
|
-
"v-pagination-btn/size": {
|
|
2894
|
+
"v-pagination/size": {
|
|
2863
2895
|
"type": "string|number",
|
|
2864
2896
|
"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**."
|
|
2865
2897
|
},
|
|
2866
|
-
"v-pagination
|
|
2898
|
+
"v-pagination/tag": {
|
|
2867
2899
|
"type": "string",
|
|
2868
2900
|
"description": "Specify a custom tag used on the root element."
|
|
2869
2901
|
},
|
|
2870
|
-
"v-pagination
|
|
2902
|
+
"v-pagination/theme": {
|
|
2871
2903
|
"type": "string",
|
|
2872
2904
|
"description": "Specify a theme for this component and all of its children"
|
|
2873
2905
|
},
|
|
2874
|
-
"v-pagination
|
|
2906
|
+
"v-pagination/color": {
|
|
2875
2907
|
"type": "string",
|
|
2876
|
-
"description": ""
|
|
2908
|
+
"description": "Color of the selected page button"
|
|
2877
2909
|
},
|
|
2878
|
-
"v-pagination
|
|
2910
|
+
"v-pagination/text-color": {
|
|
2879
2911
|
"type": "string",
|
|
2880
2912
|
"description": "Applies a specified color to the control text"
|
|
2881
2913
|
},
|
|
2882
|
-
"v-pagination
|
|
2914
|
+
"v-pagination/variant": {
|
|
2883
2915
|
"type": "string",
|
|
2884
2916
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
2885
2917
|
},
|
|
@@ -2983,10 +3015,6 @@
|
|
|
2983
3015
|
"type": "boolean|number|string",
|
|
2984
3016
|
"description": ""
|
|
2985
3017
|
},
|
|
2986
|
-
"v-progress-linear/tile": {
|
|
2987
|
-
"type": "boolean",
|
|
2988
|
-
"description": ""
|
|
2989
|
-
},
|
|
2990
3018
|
"v-progress-linear/tag": {
|
|
2991
3019
|
"type": "string",
|
|
2992
3020
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2995,41 +3023,269 @@
|
|
|
2995
3023
|
"type": "string",
|
|
2996
3024
|
"description": "Specify a theme for this component and all of its children"
|
|
2997
3025
|
},
|
|
3026
|
+
"v-radio/false-icon": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"description": "The icon used when inactive"
|
|
3029
|
+
},
|
|
3030
|
+
"v-radio/true-icon": {
|
|
3031
|
+
"type": "string",
|
|
3032
|
+
"description": "The icon used when active"
|
|
3033
|
+
},
|
|
2998
3034
|
"v-radio-group/height": {
|
|
2999
3035
|
"type": "number|string",
|
|
3000
3036
|
"description": "Sets the height for the component"
|
|
3001
3037
|
},
|
|
3002
|
-
"v-radio-group/label": {
|
|
3003
|
-
"type": "any",
|
|
3004
|
-
"description": ""
|
|
3005
|
-
},
|
|
3006
3038
|
"v-radio-group/id": {
|
|
3007
|
-
"type": "
|
|
3008
|
-
"description": ""
|
|
3009
|
-
},
|
|
3010
|
-
"v-radio-group/inline": {
|
|
3011
|
-
"type": "any",
|
|
3039
|
+
"type": "string",
|
|
3012
3040
|
"description": ""
|
|
3013
3041
|
},
|
|
3014
|
-
"v-radio-group/
|
|
3042
|
+
"v-radio-group/append-icon": {
|
|
3015
3043
|
"type": "string",
|
|
3016
3044
|
"description": ""
|
|
3017
3045
|
},
|
|
3018
|
-
"v-radio-group/
|
|
3046
|
+
"v-radio-group/prepend-icon": {
|
|
3019
3047
|
"type": "string",
|
|
3020
3048
|
"description": ""
|
|
3021
3049
|
},
|
|
3022
|
-
"v-radio-group/
|
|
3023
|
-
"type": "string",
|
|
3050
|
+
"v-radio-group/hide-details": {
|
|
3051
|
+
"type": "boolean|string",
|
|
3024
3052
|
"description": ""
|
|
3025
3053
|
},
|
|
3026
|
-
"v-radio/
|
|
3054
|
+
"v-radio-group/messages": {
|
|
3055
|
+
"type": "array|string",
|
|
3056
|
+
"description": ""
|
|
3057
|
+
},
|
|
3058
|
+
"v-radio-group/direction": {
|
|
3027
3059
|
"type": "string",
|
|
3028
|
-
"description": "
|
|
3060
|
+
"description": ""
|
|
3029
3061
|
},
|
|
3030
|
-
"v-radio/
|
|
3062
|
+
"v-radio-group/density": {
|
|
3031
3063
|
"type": "string",
|
|
3032
|
-
"description": "
|
|
3064
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3065
|
+
},
|
|
3066
|
+
"v-radio-group/disabled": {
|
|
3067
|
+
"type": "boolean",
|
|
3068
|
+
"description": ""
|
|
3069
|
+
},
|
|
3070
|
+
"v-radio-group/error": {
|
|
3071
|
+
"type": "boolean",
|
|
3072
|
+
"description": ""
|
|
3073
|
+
},
|
|
3074
|
+
"v-radio-group/error-messages": {
|
|
3075
|
+
"type": "array|string",
|
|
3076
|
+
"description": ""
|
|
3077
|
+
},
|
|
3078
|
+
"v-radio-group/max-errors": {
|
|
3079
|
+
"type": "number|string",
|
|
3080
|
+
"description": ""
|
|
3081
|
+
},
|
|
3082
|
+
"v-radio-group/name": {
|
|
3083
|
+
"type": "string",
|
|
3084
|
+
"description": "Sets the component's name attribute"
|
|
3085
|
+
},
|
|
3086
|
+
"v-radio-group/readonly": {
|
|
3087
|
+
"type": "boolean",
|
|
3088
|
+
"description": ""
|
|
3089
|
+
},
|
|
3090
|
+
"v-radio-group/rules": {
|
|
3091
|
+
"type": "array",
|
|
3092
|
+
"description": ""
|
|
3093
|
+
},
|
|
3094
|
+
"v-radio-group/model-value": {
|
|
3095
|
+
"type": "any",
|
|
3096
|
+
"description": ""
|
|
3097
|
+
},
|
|
3098
|
+
"v-radio-group/color": {
|
|
3099
|
+
"type": "string",
|
|
3100
|
+
"description": ""
|
|
3101
|
+
},
|
|
3102
|
+
"v-radio-group/inline": {
|
|
3103
|
+
"type": "boolean",
|
|
3104
|
+
"description": ""
|
|
3105
|
+
},
|
|
3106
|
+
"v-radio-group/label": {
|
|
3107
|
+
"type": "string",
|
|
3108
|
+
"description": ""
|
|
3109
|
+
},
|
|
3110
|
+
"v-radio-group/false-icon": {
|
|
3111
|
+
"type": "string",
|
|
3112
|
+
"description": ""
|
|
3113
|
+
},
|
|
3114
|
+
"v-radio-group/true-icon": {
|
|
3115
|
+
"type": "string",
|
|
3116
|
+
"description": ""
|
|
3117
|
+
},
|
|
3118
|
+
"v-radio-group/ripple": {
|
|
3119
|
+
"type": "boolean",
|
|
3120
|
+
"description": ""
|
|
3121
|
+
},
|
|
3122
|
+
"v-radio-group/multiple": {
|
|
3123
|
+
"type": "boolean",
|
|
3124
|
+
"description": ""
|
|
3125
|
+
},
|
|
3126
|
+
"v-radio-group/true-value": {
|
|
3127
|
+
"type": "any",
|
|
3128
|
+
"description": "Sets value for truthy state"
|
|
3129
|
+
},
|
|
3130
|
+
"v-radio-group/false-value": {
|
|
3131
|
+
"type": "any",
|
|
3132
|
+
"description": "Sets value for falsy state"
|
|
3133
|
+
},
|
|
3134
|
+
"v-radio-group/type": {
|
|
3135
|
+
"type": "string",
|
|
3136
|
+
"description": ""
|
|
3137
|
+
},
|
|
3138
|
+
"v-radio-group/value": {
|
|
3139
|
+
"type": "any",
|
|
3140
|
+
"description": ""
|
|
3141
|
+
},
|
|
3142
|
+
"v-radio-group/value-comparator": {
|
|
3143
|
+
"type": "function",
|
|
3144
|
+
"description": ""
|
|
3145
|
+
},
|
|
3146
|
+
"v-radio-group/theme": {
|
|
3147
|
+
"type": "string",
|
|
3148
|
+
"description": "Specify a theme for this component and all of its children"
|
|
3149
|
+
},
|
|
3150
|
+
"v-range-slider/focused": {
|
|
3151
|
+
"type": "boolean",
|
|
3152
|
+
"description": ""
|
|
3153
|
+
},
|
|
3154
|
+
"v-range-slider/id": {
|
|
3155
|
+
"type": "string",
|
|
3156
|
+
"description": ""
|
|
3157
|
+
},
|
|
3158
|
+
"v-range-slider/append-icon": {
|
|
3159
|
+
"type": "string",
|
|
3160
|
+
"description": ""
|
|
3161
|
+
},
|
|
3162
|
+
"v-range-slider/prepend-icon": {
|
|
3163
|
+
"type": "string",
|
|
3164
|
+
"description": ""
|
|
3165
|
+
},
|
|
3166
|
+
"v-range-slider/hide-details": {
|
|
3167
|
+
"type": "boolean|string",
|
|
3168
|
+
"description": ""
|
|
3169
|
+
},
|
|
3170
|
+
"v-range-slider/messages": {
|
|
3171
|
+
"type": "array|string",
|
|
3172
|
+
"description": ""
|
|
3173
|
+
},
|
|
3174
|
+
"v-range-slider/direction": {
|
|
3175
|
+
"type": "string",
|
|
3176
|
+
"description": ""
|
|
3177
|
+
},
|
|
3178
|
+
"v-range-slider/density": {
|
|
3179
|
+
"type": "string",
|
|
3180
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3181
|
+
},
|
|
3182
|
+
"v-range-slider/disabled": {
|
|
3183
|
+
"type": "boolean",
|
|
3184
|
+
"description": ""
|
|
3185
|
+
},
|
|
3186
|
+
"v-range-slider/error": {
|
|
3187
|
+
"type": "boolean",
|
|
3188
|
+
"description": ""
|
|
3189
|
+
},
|
|
3190
|
+
"v-range-slider/error-messages": {
|
|
3191
|
+
"type": "array|string",
|
|
3192
|
+
"description": ""
|
|
3193
|
+
},
|
|
3194
|
+
"v-range-slider/max-errors": {
|
|
3195
|
+
"type": "number|string",
|
|
3196
|
+
"description": ""
|
|
3197
|
+
},
|
|
3198
|
+
"v-range-slider/name": {
|
|
3199
|
+
"type": "string",
|
|
3200
|
+
"description": ""
|
|
3201
|
+
},
|
|
3202
|
+
"v-range-slider/readonly": {
|
|
3203
|
+
"type": "boolean",
|
|
3204
|
+
"description": ""
|
|
3205
|
+
},
|
|
3206
|
+
"v-range-slider/rules": {
|
|
3207
|
+
"type": "array",
|
|
3208
|
+
"description": ""
|
|
3209
|
+
},
|
|
3210
|
+
"v-range-slider/model-value": {
|
|
3211
|
+
"type": "array",
|
|
3212
|
+
"description": ""
|
|
3213
|
+
},
|
|
3214
|
+
"v-range-slider/max": {
|
|
3215
|
+
"type": "number|string",
|
|
3216
|
+
"description": ""
|
|
3217
|
+
},
|
|
3218
|
+
"v-range-slider/min": {
|
|
3219
|
+
"type": "number|string",
|
|
3220
|
+
"description": ""
|
|
3221
|
+
},
|
|
3222
|
+
"v-range-slider/step": {
|
|
3223
|
+
"type": "number|string",
|
|
3224
|
+
"description": ""
|
|
3225
|
+
},
|
|
3226
|
+
"v-range-slider/thumb-color": {
|
|
3227
|
+
"type": "string",
|
|
3228
|
+
"description": ""
|
|
3229
|
+
},
|
|
3230
|
+
"v-range-slider/thumb-label": {
|
|
3231
|
+
"type": "boolean|string",
|
|
3232
|
+
"description": ""
|
|
3233
|
+
},
|
|
3234
|
+
"v-range-slider/thumb-size": {
|
|
3235
|
+
"type": "number|string",
|
|
3236
|
+
"description": ""
|
|
3237
|
+
},
|
|
3238
|
+
"v-range-slider/show-ticks": {
|
|
3239
|
+
"type": "boolean|string",
|
|
3240
|
+
"description": ""
|
|
3241
|
+
},
|
|
3242
|
+
"v-range-slider/show-tick-labels": {
|
|
3243
|
+
"type": "boolean",
|
|
3244
|
+
"description": ""
|
|
3245
|
+
},
|
|
3246
|
+
"v-range-slider/ticks": {
|
|
3247
|
+
"type": "array|object",
|
|
3248
|
+
"description": ""
|
|
3249
|
+
},
|
|
3250
|
+
"v-range-slider/tick-size": {
|
|
3251
|
+
"type": "number|string",
|
|
3252
|
+
"description": ""
|
|
3253
|
+
},
|
|
3254
|
+
"v-range-slider/color": {
|
|
3255
|
+
"type": "string",
|
|
3256
|
+
"description": ""
|
|
3257
|
+
},
|
|
3258
|
+
"v-range-slider/track-color": {
|
|
3259
|
+
"type": "string",
|
|
3260
|
+
"description": ""
|
|
3261
|
+
},
|
|
3262
|
+
"v-range-slider/track-fill-color": {
|
|
3263
|
+
"type": "string",
|
|
3264
|
+
"description": ""
|
|
3265
|
+
},
|
|
3266
|
+
"v-range-slider/track-size": {
|
|
3267
|
+
"type": "number|string",
|
|
3268
|
+
"description": ""
|
|
3269
|
+
},
|
|
3270
|
+
"v-range-slider/reverse": {
|
|
3271
|
+
"type": "boolean",
|
|
3272
|
+
"description": ""
|
|
3273
|
+
},
|
|
3274
|
+
"v-range-slider/label": {
|
|
3275
|
+
"type": "string",
|
|
3276
|
+
"description": ""
|
|
3277
|
+
},
|
|
3278
|
+
"v-range-slider/rounded": {
|
|
3279
|
+
"type": "boolean|number|string",
|
|
3280
|
+
"description": ""
|
|
3281
|
+
},
|
|
3282
|
+
"v-range-slider/elevation": {
|
|
3283
|
+
"type": "number|string",
|
|
3284
|
+
"description": ""
|
|
3285
|
+
},
|
|
3286
|
+
"v-range-slider/strict": {
|
|
3287
|
+
"type": "any",
|
|
3288
|
+
"description": ""
|
|
3033
3289
|
},
|
|
3034
3290
|
"v-rating/name": {
|
|
3035
3291
|
"type": "any",
|
|
@@ -3143,36 +3399,84 @@
|
|
|
3143
3399
|
"type": "number|string",
|
|
3144
3400
|
"description": "Sets the width for the component."
|
|
3145
3401
|
},
|
|
3146
|
-
"v-
|
|
3402
|
+
"v-select/chips": {
|
|
3403
|
+
"type": "any",
|
|
3404
|
+
"description": "Changes display of selections to chips"
|
|
3405
|
+
},
|
|
3406
|
+
"v-select/hide-no-data": {
|
|
3147
3407
|
"type": "any",
|
|
3148
3408
|
"description": ""
|
|
3149
3409
|
},
|
|
3150
|
-
"v-
|
|
3410
|
+
"v-select/hide-selected": {
|
|
3151
3411
|
"type": "any",
|
|
3412
|
+
"description": "Do not display in the select menu items that are already selected"
|
|
3413
|
+
},
|
|
3414
|
+
"v-select/items": {
|
|
3415
|
+
"type": "array",
|
|
3416
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
3417
|
+
},
|
|
3418
|
+
"v-select/model-value": {
|
|
3419
|
+
"type": "number|string|array",
|
|
3152
3420
|
"description": ""
|
|
3153
3421
|
},
|
|
3154
|
-
"v-
|
|
3422
|
+
"v-select/multiple": {
|
|
3423
|
+
"type": "any",
|
|
3424
|
+
"description": "Changes select to multiple. Accepts array for value"
|
|
3425
|
+
},
|
|
3426
|
+
"v-select/no-data-text": {
|
|
3427
|
+
"type": "string",
|
|
3428
|
+
"description": "Display text when there is no data"
|
|
3429
|
+
},
|
|
3430
|
+
"v-select/open-on-clear": {
|
|
3155
3431
|
"type": "any",
|
|
3432
|
+
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
|
|
3433
|
+
},
|
|
3434
|
+
"v-select/custom-filter": {
|
|
3435
|
+
"type": "function",
|
|
3436
|
+
"description": ""
|
|
3437
|
+
},
|
|
3438
|
+
"v-select/custom-key-filter": {
|
|
3439
|
+
"type": "object",
|
|
3440
|
+
"description": ""
|
|
3441
|
+
},
|
|
3442
|
+
"v-select/filter-keys": {
|
|
3443
|
+
"type": "array|string",
|
|
3444
|
+
"description": ""
|
|
3445
|
+
},
|
|
3446
|
+
"v-select/filter-mode": {
|
|
3447
|
+
"type": "string",
|
|
3448
|
+
"description": ""
|
|
3449
|
+
},
|
|
3450
|
+
"v-selection-control/color": {
|
|
3451
|
+
"type": "string",
|
|
3452
|
+
"description": ""
|
|
3453
|
+
},
|
|
3454
|
+
"v-selection-control/disabled": {
|
|
3455
|
+
"type": "boolean",
|
|
3456
|
+
"description": ""
|
|
3457
|
+
},
|
|
3458
|
+
"v-selection-control/error": {
|
|
3459
|
+
"type": "boolean",
|
|
3156
3460
|
"description": ""
|
|
3157
3461
|
},
|
|
3158
3462
|
"v-selection-control/id": {
|
|
3159
|
-
"type": "
|
|
3463
|
+
"type": "string",
|
|
3160
3464
|
"description": ""
|
|
3161
3465
|
},
|
|
3162
3466
|
"v-selection-control/inline": {
|
|
3163
|
-
"type": "
|
|
3467
|
+
"type": "boolean",
|
|
3164
3468
|
"description": ""
|
|
3165
3469
|
},
|
|
3166
3470
|
"v-selection-control/label": {
|
|
3167
|
-
"type": "
|
|
3471
|
+
"type": "string",
|
|
3168
3472
|
"description": ""
|
|
3169
3473
|
},
|
|
3170
|
-
"v-selection-control/
|
|
3171
|
-
"type": "
|
|
3474
|
+
"v-selection-control/false-icon": {
|
|
3475
|
+
"type": "string",
|
|
3172
3476
|
"description": ""
|
|
3173
3477
|
},
|
|
3174
|
-
"v-selection-control/
|
|
3175
|
-
"type": "
|
|
3478
|
+
"v-selection-control/true-icon": {
|
|
3479
|
+
"type": "string",
|
|
3176
3480
|
"description": ""
|
|
3177
3481
|
},
|
|
3178
3482
|
"v-selection-control/ripple": {
|
|
@@ -3184,11 +3488,11 @@
|
|
|
3184
3488
|
"description": ""
|
|
3185
3489
|
},
|
|
3186
3490
|
"v-selection-control/name": {
|
|
3187
|
-
"type": "
|
|
3491
|
+
"type": "string",
|
|
3188
3492
|
"description": ""
|
|
3189
3493
|
},
|
|
3190
3494
|
"v-selection-control/readonly": {
|
|
3191
|
-
"type": "
|
|
3495
|
+
"type": "boolean",
|
|
3192
3496
|
"description": ""
|
|
3193
3497
|
},
|
|
3194
3498
|
"v-selection-control/true-value": {
|
|
@@ -3204,7 +3508,7 @@
|
|
|
3204
3508
|
"description": ""
|
|
3205
3509
|
},
|
|
3206
3510
|
"v-selection-control/type": {
|
|
3207
|
-
"type": "
|
|
3511
|
+
"type": "string",
|
|
3208
3512
|
"description": ""
|
|
3209
3513
|
},
|
|
3210
3514
|
"v-selection-control/value": {
|
|
@@ -3239,11 +3543,11 @@
|
|
|
3239
3543
|
"type": "any",
|
|
3240
3544
|
"description": ""
|
|
3241
3545
|
},
|
|
3242
|
-
"v-selection-control-group/
|
|
3546
|
+
"v-selection-control-group/false-icon": {
|
|
3243
3547
|
"type": "any",
|
|
3244
3548
|
"description": ""
|
|
3245
3549
|
},
|
|
3246
|
-
"v-selection-control-group/
|
|
3550
|
+
"v-selection-control-group/true-icon": {
|
|
3247
3551
|
"type": "any",
|
|
3248
3552
|
"description": ""
|
|
3249
3553
|
},
|
|
@@ -3331,10 +3635,6 @@
|
|
|
3331
3635
|
"type": "boolean|number|string",
|
|
3332
3636
|
"description": ""
|
|
3333
3637
|
},
|
|
3334
|
-
"v-sheet/tile": {
|
|
3335
|
-
"type": "boolean",
|
|
3336
|
-
"description": ""
|
|
3337
|
-
},
|
|
3338
3638
|
"v-sheet/tag": {
|
|
3339
3639
|
"type": "string",
|
|
3340
3640
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3343,29 +3643,277 @@
|
|
|
3343
3643
|
"type": "string",
|
|
3344
3644
|
"description": "Specify a theme for this component and all of its children"
|
|
3345
3645
|
},
|
|
3346
|
-
"v-
|
|
3347
|
-
"type": "
|
|
3646
|
+
"v-slider/focused": {
|
|
3647
|
+
"type": "boolean",
|
|
3348
3648
|
"description": ""
|
|
3349
3649
|
},
|
|
3350
|
-
"v-
|
|
3351
|
-
"type": "
|
|
3352
|
-
"description": "
|
|
3650
|
+
"v-slider/disabled": {
|
|
3651
|
+
"type": "boolean",
|
|
3652
|
+
"description": ""
|
|
3353
3653
|
},
|
|
3354
|
-
"v-
|
|
3355
|
-
"type": "
|
|
3356
|
-
"description": "
|
|
3654
|
+
"v-slider/readonly": {
|
|
3655
|
+
"type": "boolean",
|
|
3656
|
+
"description": ""
|
|
3357
3657
|
},
|
|
3358
|
-
"v-
|
|
3359
|
-
"type": "
|
|
3360
|
-
"description": "
|
|
3658
|
+
"v-slider/max": {
|
|
3659
|
+
"type": "number|string",
|
|
3660
|
+
"description": "Sets the maximum allowed value"
|
|
3361
3661
|
},
|
|
3362
|
-
"v-
|
|
3363
|
-
"type": "
|
|
3364
|
-
"description": "
|
|
3662
|
+
"v-slider/min": {
|
|
3663
|
+
"type": "number|string",
|
|
3664
|
+
"description": "Sets the minimum allowed value"
|
|
3365
3665
|
},
|
|
3366
|
-
"v-
|
|
3367
|
-
"type": "
|
|
3368
|
-
"description": "
|
|
3666
|
+
"v-slider/step": {
|
|
3667
|
+
"type": "number|string",
|
|
3668
|
+
"description": "If greater than 0, sets step interval for ticks"
|
|
3669
|
+
},
|
|
3670
|
+
"v-slider/thumb-color": {
|
|
3671
|
+
"type": "string",
|
|
3672
|
+
"description": "Sets the thumb and thumb label color"
|
|
3673
|
+
},
|
|
3674
|
+
"v-slider/thumb-label": {
|
|
3675
|
+
"type": "boolean|string",
|
|
3676
|
+
"description": "Show thumb label. If `true` it shows label when using slider. If set to `'always'` it always shows label."
|
|
3677
|
+
},
|
|
3678
|
+
"v-slider/thumb-size": {
|
|
3679
|
+
"type": "number|string",
|
|
3680
|
+
"description": "Controls the size of the thumb label."
|
|
3681
|
+
},
|
|
3682
|
+
"v-slider/show-ticks": {
|
|
3683
|
+
"type": "boolean|string",
|
|
3684
|
+
"description": ""
|
|
3685
|
+
},
|
|
3686
|
+
"v-slider/show-tick-labels": {
|
|
3687
|
+
"type": "boolean",
|
|
3688
|
+
"description": ""
|
|
3689
|
+
},
|
|
3690
|
+
"v-slider/ticks": {
|
|
3691
|
+
"type": "array|object",
|
|
3692
|
+
"description": "Show track ticks. If `true` it shows ticks when using slider. If set to `'always'` it always shows ticks."
|
|
3693
|
+
},
|
|
3694
|
+
"v-slider/tick-size": {
|
|
3695
|
+
"type": "number|string",
|
|
3696
|
+
"description": "Controls the size of **ticks**"
|
|
3697
|
+
},
|
|
3698
|
+
"v-slider/color": {
|
|
3699
|
+
"type": "string",
|
|
3700
|
+
"description": ""
|
|
3701
|
+
},
|
|
3702
|
+
"v-slider/track-color": {
|
|
3703
|
+
"type": "string",
|
|
3704
|
+
"description": "Sets the track's color"
|
|
3705
|
+
},
|
|
3706
|
+
"v-slider/track-fill-color": {
|
|
3707
|
+
"type": "string",
|
|
3708
|
+
"description": "Sets the track's fill color"
|
|
3709
|
+
},
|
|
3710
|
+
"v-slider/track-size": {
|
|
3711
|
+
"type": "number|string",
|
|
3712
|
+
"description": ""
|
|
3713
|
+
},
|
|
3714
|
+
"v-slider/direction": {
|
|
3715
|
+
"type": "string",
|
|
3716
|
+
"description": ""
|
|
3717
|
+
},
|
|
3718
|
+
"v-slider/reverse": {
|
|
3719
|
+
"type": "boolean",
|
|
3720
|
+
"description": ""
|
|
3721
|
+
},
|
|
3722
|
+
"v-slider/label": {
|
|
3723
|
+
"type": "string",
|
|
3724
|
+
"description": ""
|
|
3725
|
+
},
|
|
3726
|
+
"v-slider/rounded": {
|
|
3727
|
+
"type": "boolean|number|string",
|
|
3728
|
+
"description": ""
|
|
3729
|
+
},
|
|
3730
|
+
"v-slider/elevation": {
|
|
3731
|
+
"type": "number|string",
|
|
3732
|
+
"description": ""
|
|
3733
|
+
},
|
|
3734
|
+
"v-slider/id": {
|
|
3735
|
+
"type": "string",
|
|
3736
|
+
"description": ""
|
|
3737
|
+
},
|
|
3738
|
+
"v-slider/append-icon": {
|
|
3739
|
+
"type": "string",
|
|
3740
|
+
"description": ""
|
|
3741
|
+
},
|
|
3742
|
+
"v-slider/prepend-icon": {
|
|
3743
|
+
"type": "string",
|
|
3744
|
+
"description": ""
|
|
3745
|
+
},
|
|
3746
|
+
"v-slider/hide-details": {
|
|
3747
|
+
"type": "boolean|string",
|
|
3748
|
+
"description": ""
|
|
3749
|
+
},
|
|
3750
|
+
"v-slider/messages": {
|
|
3751
|
+
"type": "array|string",
|
|
3752
|
+
"description": ""
|
|
3753
|
+
},
|
|
3754
|
+
"v-slider/density": {
|
|
3755
|
+
"type": "string",
|
|
3756
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3757
|
+
},
|
|
3758
|
+
"v-slider/error": {
|
|
3759
|
+
"type": "boolean",
|
|
3760
|
+
"description": ""
|
|
3761
|
+
},
|
|
3762
|
+
"v-slider/error-messages": {
|
|
3763
|
+
"type": "array|string",
|
|
3764
|
+
"description": ""
|
|
3765
|
+
},
|
|
3766
|
+
"v-slider/max-errors": {
|
|
3767
|
+
"type": "number|string",
|
|
3768
|
+
"description": ""
|
|
3769
|
+
},
|
|
3770
|
+
"v-slider/name": {
|
|
3771
|
+
"type": "string",
|
|
3772
|
+
"description": ""
|
|
3773
|
+
},
|
|
3774
|
+
"v-slider/rules": {
|
|
3775
|
+
"type": "array",
|
|
3776
|
+
"description": ""
|
|
3777
|
+
},
|
|
3778
|
+
"v-slider/model-value": {
|
|
3779
|
+
"type": "number|string",
|
|
3780
|
+
"description": ""
|
|
3781
|
+
},
|
|
3782
|
+
"v-switch/indeterminate": {
|
|
3783
|
+
"type": "any",
|
|
3784
|
+
"description": ""
|
|
3785
|
+
},
|
|
3786
|
+
"v-switch/inset": {
|
|
3787
|
+
"type": "any",
|
|
3788
|
+
"description": "Enlarge the `v-switch` track to encompass the thumb"
|
|
3789
|
+
},
|
|
3790
|
+
"v-switch/flat": {
|
|
3791
|
+
"type": "any",
|
|
3792
|
+
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
|
|
3793
|
+
},
|
|
3794
|
+
"v-switch/loading": {
|
|
3795
|
+
"type": "boolean",
|
|
3796
|
+
"description": "Displays circular 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"
|
|
3797
|
+
},
|
|
3798
|
+
"v-switch/id": {
|
|
3799
|
+
"type": "string",
|
|
3800
|
+
"description": ""
|
|
3801
|
+
},
|
|
3802
|
+
"v-switch/append-icon": {
|
|
3803
|
+
"type": "string",
|
|
3804
|
+
"description": ""
|
|
3805
|
+
},
|
|
3806
|
+
"v-switch/prepend-icon": {
|
|
3807
|
+
"type": "string",
|
|
3808
|
+
"description": ""
|
|
3809
|
+
},
|
|
3810
|
+
"v-switch/hide-details": {
|
|
3811
|
+
"type": "boolean|string",
|
|
3812
|
+
"description": ""
|
|
3813
|
+
},
|
|
3814
|
+
"v-switch/messages": {
|
|
3815
|
+
"type": "array|string",
|
|
3816
|
+
"description": ""
|
|
3817
|
+
},
|
|
3818
|
+
"v-switch/direction": {
|
|
3819
|
+
"type": "string",
|
|
3820
|
+
"description": ""
|
|
3821
|
+
},
|
|
3822
|
+
"v-switch/density": {
|
|
3823
|
+
"type": "string",
|
|
3824
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3825
|
+
},
|
|
3826
|
+
"v-switch/disabled": {
|
|
3827
|
+
"type": "boolean",
|
|
3828
|
+
"description": ""
|
|
3829
|
+
},
|
|
3830
|
+
"v-switch/error": {
|
|
3831
|
+
"type": "boolean",
|
|
3832
|
+
"description": ""
|
|
3833
|
+
},
|
|
3834
|
+
"v-switch/error-messages": {
|
|
3835
|
+
"type": "array|string",
|
|
3836
|
+
"description": ""
|
|
3837
|
+
},
|
|
3838
|
+
"v-switch/max-errors": {
|
|
3839
|
+
"type": "number|string",
|
|
3840
|
+
"description": ""
|
|
3841
|
+
},
|
|
3842
|
+
"v-switch/name": {
|
|
3843
|
+
"type": "string",
|
|
3844
|
+
"description": ""
|
|
3845
|
+
},
|
|
3846
|
+
"v-switch/readonly": {
|
|
3847
|
+
"type": "boolean",
|
|
3848
|
+
"description": ""
|
|
3849
|
+
},
|
|
3850
|
+
"v-switch/rules": {
|
|
3851
|
+
"type": "array",
|
|
3852
|
+
"description": ""
|
|
3853
|
+
},
|
|
3854
|
+
"v-switch/model-value": {
|
|
3855
|
+
"type": "any",
|
|
3856
|
+
"description": ""
|
|
3857
|
+
},
|
|
3858
|
+
"v-switch/color": {
|
|
3859
|
+
"type": "string",
|
|
3860
|
+
"description": ""
|
|
3861
|
+
},
|
|
3862
|
+
"v-switch/inline": {
|
|
3863
|
+
"type": "boolean",
|
|
3864
|
+
"description": ""
|
|
3865
|
+
},
|
|
3866
|
+
"v-switch/label": {
|
|
3867
|
+
"type": "string",
|
|
3868
|
+
"description": ""
|
|
3869
|
+
},
|
|
3870
|
+
"v-switch/false-icon": {
|
|
3871
|
+
"type": "string",
|
|
3872
|
+
"description": ""
|
|
3873
|
+
},
|
|
3874
|
+
"v-switch/true-icon": {
|
|
3875
|
+
"type": "string",
|
|
3876
|
+
"description": ""
|
|
3877
|
+
},
|
|
3878
|
+
"v-switch/ripple": {
|
|
3879
|
+
"type": "boolean",
|
|
3880
|
+
"description": ""
|
|
3881
|
+
},
|
|
3882
|
+
"v-switch/multiple": {
|
|
3883
|
+
"type": "boolean",
|
|
3884
|
+
"description": "Changes expected model to an array"
|
|
3885
|
+
},
|
|
3886
|
+
"v-switch/true-value": {
|
|
3887
|
+
"type": "any",
|
|
3888
|
+
"description": "Sets value for truthy state"
|
|
3889
|
+
},
|
|
3890
|
+
"v-switch/false-value": {
|
|
3891
|
+
"type": "any",
|
|
3892
|
+
"description": "Sets value for falsy state"
|
|
3893
|
+
},
|
|
3894
|
+
"v-switch/type": {
|
|
3895
|
+
"type": "string",
|
|
3896
|
+
"description": ""
|
|
3897
|
+
},
|
|
3898
|
+
"v-switch/value": {
|
|
3899
|
+
"type": "any",
|
|
3900
|
+
"description": ""
|
|
3901
|
+
},
|
|
3902
|
+
"v-switch/value-comparator": {
|
|
3903
|
+
"type": "function",
|
|
3904
|
+
"description": ""
|
|
3905
|
+
},
|
|
3906
|
+
"v-switch/theme": {
|
|
3907
|
+
"type": "string",
|
|
3908
|
+
"description": "Specify a theme for this component and all of its children"
|
|
3909
|
+
},
|
|
3910
|
+
"v-system-bar/lights-out": {
|
|
3911
|
+
"type": "any",
|
|
3912
|
+
"description": "Reduces the system bar opacity."
|
|
3913
|
+
},
|
|
3914
|
+
"v-system-bar/window": {
|
|
3915
|
+
"type": "any",
|
|
3916
|
+
"description": "Increases the system bar height to 32px (24px default)."
|
|
3369
3917
|
},
|
|
3370
3918
|
"v-system-bar/border": {
|
|
3371
3919
|
"type": "boolean|number|string",
|
|
@@ -3431,10 +3979,6 @@
|
|
|
3431
3979
|
"type": "boolean|number|string",
|
|
3432
3980
|
"description": ""
|
|
3433
3981
|
},
|
|
3434
|
-
"v-system-bar/tile": {
|
|
3435
|
-
"type": "boolean",
|
|
3436
|
-
"description": ""
|
|
3437
|
-
},
|
|
3438
3982
|
"v-system-bar/tag": {
|
|
3439
3983
|
"type": "string",
|
|
3440
3984
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -3483,6 +4027,14 @@
|
|
|
3483
4027
|
"type": "any",
|
|
3484
4028
|
"description": ""
|
|
3485
4029
|
},
|
|
4030
|
+
"v-textarea/hint": {
|
|
4031
|
+
"type": "any",
|
|
4032
|
+
"description": ""
|
|
4033
|
+
},
|
|
4034
|
+
"v-textarea/persistent-hint": {
|
|
4035
|
+
"type": "any",
|
|
4036
|
+
"description": ""
|
|
4037
|
+
},
|
|
3486
4038
|
"v-textarea/prefix": {
|
|
3487
4039
|
"type": "any",
|
|
3488
4040
|
"description": ""
|
|
@@ -3515,126 +4067,118 @@
|
|
|
3515
4067
|
"type": "any",
|
|
3516
4068
|
"description": ""
|
|
3517
4069
|
},
|
|
3518
|
-
"v-textarea/
|
|
4070
|
+
"v-textarea/id": {
|
|
3519
4071
|
"type": "string",
|
|
3520
4072
|
"description": ""
|
|
3521
4073
|
},
|
|
3522
|
-
"v-textarea/
|
|
4074
|
+
"v-textarea/append-icon": {
|
|
3523
4075
|
"type": "string",
|
|
3524
4076
|
"description": ""
|
|
3525
4077
|
},
|
|
3526
|
-
"v-textarea/
|
|
3527
|
-
"type": "boolean",
|
|
3528
|
-
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
3529
|
-
},
|
|
3530
|
-
"v-textarea/clear-icon": {
|
|
4078
|
+
"v-textarea/prepend-icon": {
|
|
3531
4079
|
"type": "string",
|
|
3532
4080
|
"description": ""
|
|
3533
4081
|
},
|
|
3534
|
-
"v-textarea/
|
|
3535
|
-
"type": "string",
|
|
4082
|
+
"v-textarea/hide-details": {
|
|
4083
|
+
"type": "boolean|string",
|
|
3536
4084
|
"description": ""
|
|
3537
4085
|
},
|
|
3538
|
-
"v-textarea/
|
|
3539
|
-
"type": "string",
|
|
4086
|
+
"v-textarea/messages": {
|
|
4087
|
+
"type": "array|string",
|
|
3540
4088
|
"description": ""
|
|
3541
4089
|
},
|
|
3542
|
-
"v-textarea/
|
|
4090
|
+
"v-textarea/direction": {
|
|
3543
4091
|
"type": "string",
|
|
3544
4092
|
"description": ""
|
|
3545
4093
|
},
|
|
3546
|
-
"v-textarea/
|
|
3547
|
-
"type": "boolean",
|
|
3548
|
-
"description": ""
|
|
3549
|
-
},
|
|
3550
|
-
"v-textarea/prepend-inner-icon": {
|
|
4094
|
+
"v-textarea/density": {
|
|
3551
4095
|
"type": "string",
|
|
3552
|
-
"description": ""
|
|
4096
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3553
4097
|
},
|
|
3554
|
-
"v-textarea/
|
|
4098
|
+
"v-textarea/disabled": {
|
|
3555
4099
|
"type": "boolean",
|
|
3556
4100
|
"description": ""
|
|
3557
4101
|
},
|
|
3558
|
-
"v-textarea/
|
|
4102
|
+
"v-textarea/error": {
|
|
3559
4103
|
"type": "boolean",
|
|
3560
4104
|
"description": ""
|
|
3561
4105
|
},
|
|
3562
|
-
"v-textarea/
|
|
3563
|
-
"type": "string",
|
|
4106
|
+
"v-textarea/error-messages": {
|
|
4107
|
+
"type": "array|string",
|
|
3564
4108
|
"description": ""
|
|
3565
4109
|
},
|
|
3566
|
-
"v-textarea/
|
|
4110
|
+
"v-textarea/max-errors": {
|
|
4111
|
+
"type": "number|string",
|
|
4112
|
+
"description": ""
|
|
4113
|
+
},
|
|
4114
|
+
"v-textarea/name": {
|
|
3567
4115
|
"type": "string",
|
|
3568
4116
|
"description": ""
|
|
3569
4117
|
},
|
|
3570
|
-
"v-textarea/
|
|
4118
|
+
"v-textarea/readonly": {
|
|
3571
4119
|
"type": "boolean",
|
|
3572
4120
|
"description": ""
|
|
3573
4121
|
},
|
|
3574
|
-
"v-textarea/
|
|
4122
|
+
"v-textarea/rules": {
|
|
4123
|
+
"type": "array",
|
|
4124
|
+
"description": ""
|
|
4125
|
+
},
|
|
4126
|
+
"v-textarea/model-value": {
|
|
4127
|
+
"type": "any",
|
|
4128
|
+
"description": ""
|
|
4129
|
+
},
|
|
4130
|
+
"v-textarea/append-inner-icon": {
|
|
3575
4131
|
"type": "string",
|
|
3576
4132
|
"description": ""
|
|
3577
4133
|
},
|
|
3578
|
-
"v-textarea/
|
|
4134
|
+
"v-textarea/bg-color": {
|
|
3579
4135
|
"type": "string",
|
|
3580
4136
|
"description": ""
|
|
3581
4137
|
},
|
|
3582
|
-
"v-textarea/
|
|
4138
|
+
"v-textarea/clearable": {
|
|
3583
4139
|
"type": "boolean",
|
|
3584
|
-
"description": ""
|
|
4140
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
3585
4141
|
},
|
|
3586
|
-
"v-textarea/
|
|
3587
|
-
"type": "
|
|
4142
|
+
"v-textarea/clear-icon": {
|
|
4143
|
+
"type": "string",
|
|
3588
4144
|
"description": ""
|
|
3589
4145
|
},
|
|
3590
|
-
"v-textarea/
|
|
4146
|
+
"v-textarea/color": {
|
|
3591
4147
|
"type": "string",
|
|
3592
4148
|
"description": ""
|
|
3593
4149
|
},
|
|
3594
|
-
"v-textarea/
|
|
3595
|
-
"type": "
|
|
4150
|
+
"v-textarea/label": {
|
|
4151
|
+
"type": "string",
|
|
3596
4152
|
"description": ""
|
|
3597
4153
|
},
|
|
3598
|
-
"v-textarea/persistent-
|
|
4154
|
+
"v-textarea/persistent-clear": {
|
|
3599
4155
|
"type": "boolean",
|
|
3600
4156
|
"description": ""
|
|
3601
4157
|
},
|
|
3602
|
-
"v-textarea/
|
|
4158
|
+
"v-textarea/prepend-inner-icon": {
|
|
3603
4159
|
"type": "string",
|
|
3604
|
-
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3605
|
-
},
|
|
3606
|
-
"v-textarea/disabled": {
|
|
3607
|
-
"type": "boolean",
|
|
3608
4160
|
"description": ""
|
|
3609
4161
|
},
|
|
3610
|
-
"v-textarea/
|
|
4162
|
+
"v-textarea/reverse": {
|
|
3611
4163
|
"type": "boolean",
|
|
3612
4164
|
"description": ""
|
|
3613
4165
|
},
|
|
3614
|
-
"v-textarea/
|
|
3615
|
-
"type": "
|
|
4166
|
+
"v-textarea/single-line": {
|
|
4167
|
+
"type": "boolean",
|
|
3616
4168
|
"description": ""
|
|
3617
4169
|
},
|
|
3618
|
-
"v-textarea/
|
|
3619
|
-
"type": "
|
|
4170
|
+
"v-textarea/variant": {
|
|
4171
|
+
"type": "string",
|
|
3620
4172
|
"description": ""
|
|
3621
4173
|
},
|
|
3622
|
-
"v-textarea/
|
|
4174
|
+
"v-textarea/theme": {
|
|
3623
4175
|
"type": "string",
|
|
3624
4176
|
"description": ""
|
|
3625
4177
|
},
|
|
3626
|
-
"v-textarea/
|
|
4178
|
+
"v-textarea/loading": {
|
|
3627
4179
|
"type": "boolean",
|
|
3628
4180
|
"description": ""
|
|
3629
4181
|
},
|
|
3630
|
-
"v-textarea/rules": {
|
|
3631
|
-
"type": "array",
|
|
3632
|
-
"description": ""
|
|
3633
|
-
},
|
|
3634
|
-
"v-textarea/model-value": {
|
|
3635
|
-
"type": "any",
|
|
3636
|
-
"description": ""
|
|
3637
|
-
},
|
|
3638
4182
|
"v-text-field/autofocus": {
|
|
3639
4183
|
"type": "any",
|
|
3640
4184
|
"description": "Enables autofocus"
|
|
@@ -3647,6 +4191,14 @@
|
|
|
3647
4191
|
"type": "any",
|
|
3648
4192
|
"description": ""
|
|
3649
4193
|
},
|
|
4194
|
+
"v-text-field/hint": {
|
|
4195
|
+
"type": "any",
|
|
4196
|
+
"description": ""
|
|
4197
|
+
},
|
|
4198
|
+
"v-text-field/persistent-hint": {
|
|
4199
|
+
"type": "any",
|
|
4200
|
+
"description": ""
|
|
4201
|
+
},
|
|
3650
4202
|
"v-text-field/prefix": {
|
|
3651
4203
|
"type": "any",
|
|
3652
4204
|
"description": "Displays prefix text"
|
|
@@ -3671,126 +4223,118 @@
|
|
|
3671
4223
|
"type": "string",
|
|
3672
4224
|
"description": "Sets input type"
|
|
3673
4225
|
},
|
|
3674
|
-
"v-text-field/
|
|
4226
|
+
"v-text-field/id": {
|
|
3675
4227
|
"type": "string",
|
|
3676
4228
|
"description": ""
|
|
3677
4229
|
},
|
|
3678
|
-
"v-text-field/
|
|
4230
|
+
"v-text-field/append-icon": {
|
|
3679
4231
|
"type": "string",
|
|
3680
4232
|
"description": ""
|
|
3681
4233
|
},
|
|
3682
|
-
"v-text-field/
|
|
3683
|
-
"type": "boolean",
|
|
3684
|
-
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
3685
|
-
},
|
|
3686
|
-
"v-text-field/clear-icon": {
|
|
3687
|
-
"type": "string",
|
|
3688
|
-
"description": "Applied when using **clearable** and the input is dirty"
|
|
3689
|
-
},
|
|
3690
|
-
"v-text-field/color": {
|
|
4234
|
+
"v-text-field/prepend-icon": {
|
|
3691
4235
|
"type": "string",
|
|
3692
4236
|
"description": ""
|
|
3693
4237
|
},
|
|
3694
|
-
"v-text-field/
|
|
3695
|
-
"type": "string",
|
|
4238
|
+
"v-text-field/hide-details": {
|
|
4239
|
+
"type": "boolean|string",
|
|
3696
4240
|
"description": ""
|
|
3697
4241
|
},
|
|
3698
|
-
"v-text-field/
|
|
3699
|
-
"type": "string",
|
|
4242
|
+
"v-text-field/messages": {
|
|
4243
|
+
"type": "array|string",
|
|
3700
4244
|
"description": ""
|
|
3701
4245
|
},
|
|
3702
|
-
"v-text-field/
|
|
3703
|
-
"type": "
|
|
4246
|
+
"v-text-field/direction": {
|
|
4247
|
+
"type": "string",
|
|
3704
4248
|
"description": ""
|
|
3705
4249
|
},
|
|
3706
|
-
"v-text-field/
|
|
4250
|
+
"v-text-field/density": {
|
|
3707
4251
|
"type": "string",
|
|
3708
|
-
"description": "
|
|
4252
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3709
4253
|
},
|
|
3710
|
-
"v-text-field/
|
|
4254
|
+
"v-text-field/disabled": {
|
|
3711
4255
|
"type": "boolean",
|
|
3712
|
-
"description": "
|
|
4256
|
+
"description": ""
|
|
3713
4257
|
},
|
|
3714
|
-
"v-text-field/
|
|
4258
|
+
"v-text-field/error": {
|
|
3715
4259
|
"type": "boolean",
|
|
3716
|
-
"description": "
|
|
4260
|
+
"description": ""
|
|
3717
4261
|
},
|
|
3718
|
-
"v-text-field/
|
|
3719
|
-
"type": "string",
|
|
4262
|
+
"v-text-field/error-messages": {
|
|
4263
|
+
"type": "array|string",
|
|
3720
4264
|
"description": ""
|
|
3721
4265
|
},
|
|
3722
|
-
"v-text-field/
|
|
4266
|
+
"v-text-field/max-errors": {
|
|
4267
|
+
"type": "number|string",
|
|
4268
|
+
"description": ""
|
|
4269
|
+
},
|
|
4270
|
+
"v-text-field/name": {
|
|
3723
4271
|
"type": "string",
|
|
3724
4272
|
"description": ""
|
|
3725
4273
|
},
|
|
3726
|
-
"v-text-field/
|
|
4274
|
+
"v-text-field/readonly": {
|
|
3727
4275
|
"type": "boolean",
|
|
3728
4276
|
"description": ""
|
|
3729
4277
|
},
|
|
3730
|
-
"v-text-field/
|
|
4278
|
+
"v-text-field/rules": {
|
|
4279
|
+
"type": "array",
|
|
4280
|
+
"description": ""
|
|
4281
|
+
},
|
|
4282
|
+
"v-text-field/model-value": {
|
|
4283
|
+
"type": "any",
|
|
4284
|
+
"description": ""
|
|
4285
|
+
},
|
|
4286
|
+
"v-text-field/append-inner-icon": {
|
|
3731
4287
|
"type": "string",
|
|
3732
4288
|
"description": ""
|
|
3733
4289
|
},
|
|
3734
|
-
"v-text-field/
|
|
4290
|
+
"v-text-field/bg-color": {
|
|
3735
4291
|
"type": "string",
|
|
3736
4292
|
"description": ""
|
|
3737
4293
|
},
|
|
3738
|
-
"v-text-field/
|
|
4294
|
+
"v-text-field/clearable": {
|
|
3739
4295
|
"type": "boolean",
|
|
3740
|
-
"description": ""
|
|
4296
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
3741
4297
|
},
|
|
3742
|
-
"v-text-field/
|
|
3743
|
-
"type": "
|
|
3744
|
-
"description": ""
|
|
4298
|
+
"v-text-field/clear-icon": {
|
|
4299
|
+
"type": "string",
|
|
4300
|
+
"description": "Applied when using **clearable** and the input is dirty"
|
|
3745
4301
|
},
|
|
3746
|
-
"v-text-field/
|
|
4302
|
+
"v-text-field/color": {
|
|
3747
4303
|
"type": "string",
|
|
3748
4304
|
"description": ""
|
|
3749
4305
|
},
|
|
3750
|
-
"v-text-field/
|
|
3751
|
-
"type": "
|
|
4306
|
+
"v-text-field/label": {
|
|
4307
|
+
"type": "string",
|
|
3752
4308
|
"description": ""
|
|
3753
4309
|
},
|
|
3754
|
-
"v-text-field/persistent-
|
|
4310
|
+
"v-text-field/persistent-clear": {
|
|
3755
4311
|
"type": "boolean",
|
|
3756
4312
|
"description": ""
|
|
3757
4313
|
},
|
|
3758
|
-
"v-text-field/
|
|
4314
|
+
"v-text-field/prepend-inner-icon": {
|
|
3759
4315
|
"type": "string",
|
|
3760
|
-
"description": "
|
|
4316
|
+
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
|
3761
4317
|
},
|
|
3762
|
-
"v-text-field/
|
|
4318
|
+
"v-text-field/reverse": {
|
|
3763
4319
|
"type": "boolean",
|
|
3764
|
-
"description": ""
|
|
4320
|
+
"description": "Reverses the input orientation"
|
|
3765
4321
|
},
|
|
3766
|
-
"v-text-field/
|
|
4322
|
+
"v-text-field/single-line": {
|
|
3767
4323
|
"type": "boolean",
|
|
3768
|
-
"description": ""
|
|
3769
|
-
},
|
|
3770
|
-
"v-text-field/error-messages": {
|
|
3771
|
-
"type": "array|string",
|
|
3772
|
-
"description": ""
|
|
4324
|
+
"description": "Label does not move on focus/dirty"
|
|
3773
4325
|
},
|
|
3774
|
-
"v-text-field/
|
|
3775
|
-
"type": "
|
|
4326
|
+
"v-text-field/variant": {
|
|
4327
|
+
"type": "string",
|
|
3776
4328
|
"description": ""
|
|
3777
4329
|
},
|
|
3778
|
-
"v-text-field/
|
|
4330
|
+
"v-text-field/theme": {
|
|
3779
4331
|
"type": "string",
|
|
3780
4332
|
"description": ""
|
|
3781
4333
|
},
|
|
3782
|
-
"v-text-field/
|
|
4334
|
+
"v-text-field/loading": {
|
|
3783
4335
|
"type": "boolean",
|
|
3784
4336
|
"description": ""
|
|
3785
4337
|
},
|
|
3786
|
-
"v-text-field/rules": {
|
|
3787
|
-
"type": "array",
|
|
3788
|
-
"description": ""
|
|
3789
|
-
},
|
|
3790
|
-
"v-text-field/model-value": {
|
|
3791
|
-
"type": "any",
|
|
3792
|
-
"description": ""
|
|
3793
|
-
},
|
|
3794
4338
|
"v-theme-provider/with-background": {
|
|
3795
4339
|
"type": "any",
|
|
3796
4340
|
"description": ""
|
|
@@ -3867,10 +4411,6 @@
|
|
|
3867
4411
|
"type": "boolean|number|string",
|
|
3868
4412
|
"description": ""
|
|
3869
4413
|
},
|
|
3870
|
-
"v-timeline-item/tile": {
|
|
3871
|
-
"type": "boolean",
|
|
3872
|
-
"description": ""
|
|
3873
|
-
},
|
|
3874
4414
|
"v-timeline-item/elevation": {
|
|
3875
4415
|
"type": "number|string",
|
|
3876
4416
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
@@ -3907,6 +4447,90 @@
|
|
|
3907
4447
|
"type": "number|string",
|
|
3908
4448
|
"description": "Sets the width for the component."
|
|
3909
4449
|
},
|
|
4450
|
+
"v-toolbar/absolute": {
|
|
4451
|
+
"type": "any",
|
|
4452
|
+
"description": "Applies position: absolute to the component."
|
|
4453
|
+
},
|
|
4454
|
+
"v-toolbar/collapse": {
|
|
4455
|
+
"type": "any",
|
|
4456
|
+
"description": "Puts the toolbar into a collapsed state reducing its maximum width."
|
|
4457
|
+
},
|
|
4458
|
+
"v-toolbar/color": {
|
|
4459
|
+
"type": "any",
|
|
4460
|
+
"description": ""
|
|
4461
|
+
},
|
|
4462
|
+
"v-toolbar/density": {
|
|
4463
|
+
"type": "string",
|
|
4464
|
+
"description": ""
|
|
4465
|
+
},
|
|
4466
|
+
"v-toolbar/extended": {
|
|
4467
|
+
"type": "any",
|
|
4468
|
+
"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, and any of the other props that affect the height of the toolbar, e.g. **prominent**, **dense**, etc., **WITH THE EXCEPTION** of **height**."
|
|
4469
|
+
},
|
|
4470
|
+
"v-toolbar/extension-height": {
|
|
4471
|
+
"type": "number|string",
|
|
4472
|
+
"description": "Specify an explicit height for the `extension` slot. "
|
|
4473
|
+
},
|
|
4474
|
+
"v-toolbar/flat": {
|
|
4475
|
+
"type": "any",
|
|
4476
|
+
"description": "Removes the toolbar's box-shadow."
|
|
4477
|
+
},
|
|
4478
|
+
"v-toolbar/floating": {
|
|
4479
|
+
"type": "any",
|
|
4480
|
+
"description": "Applies **display: inline-flex** to the component."
|
|
4481
|
+
},
|
|
4482
|
+
"v-toolbar/height": {
|
|
4483
|
+
"type": "number|string",
|
|
4484
|
+
"description": "Designates a specific height for the toolbar. Overrides the heights imposed by other props, e.g. **prominent**, **dense**, **extended**, etc."
|
|
4485
|
+
},
|
|
4486
|
+
"v-toolbar/image": {
|
|
4487
|
+
"type": "any",
|
|
4488
|
+
"description": ""
|
|
4489
|
+
},
|
|
4490
|
+
"v-toolbar/title": {
|
|
4491
|
+
"type": "any",
|
|
4492
|
+
"description": ""
|
|
4493
|
+
},
|
|
4494
|
+
"v-toolbar/border": {
|
|
4495
|
+
"type": "boolean|number|string",
|
|
4496
|
+
"description": "Applies border styles to component."
|
|
4497
|
+
},
|
|
4498
|
+
"v-toolbar/elevation": {
|
|
4499
|
+
"type": "number|string",
|
|
4500
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4501
|
+
},
|
|
4502
|
+
"v-toolbar/rounded": {
|
|
4503
|
+
"type": "boolean|number|string",
|
|
4504
|
+
"description": ""
|
|
4505
|
+
},
|
|
4506
|
+
"v-toolbar/tag": {
|
|
4507
|
+
"type": "string",
|
|
4508
|
+
"description": "Specify a custom tag used on the root element."
|
|
4509
|
+
},
|
|
4510
|
+
"v-toolbar/theme": {
|
|
4511
|
+
"type": "string",
|
|
4512
|
+
"description": "Specify a theme for this component and all of its children"
|
|
4513
|
+
},
|
|
4514
|
+
"v-toolbar-title/text": {
|
|
4515
|
+
"type": "any",
|
|
4516
|
+
"description": ""
|
|
4517
|
+
},
|
|
4518
|
+
"v-toolbar-title/tag": {
|
|
4519
|
+
"type": "string",
|
|
4520
|
+
"description": "Specify a custom tag used on the root element."
|
|
4521
|
+
},
|
|
4522
|
+
"v-toolbar-items/color": {
|
|
4523
|
+
"type": "string",
|
|
4524
|
+
"description": ""
|
|
4525
|
+
},
|
|
4526
|
+
"v-toolbar-items/text-color": {
|
|
4527
|
+
"type": "string",
|
|
4528
|
+
"description": "Applies a specified color to the control text"
|
|
4529
|
+
},
|
|
4530
|
+
"v-toolbar-items/variant": {
|
|
4531
|
+
"type": "string",
|
|
4532
|
+
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
4533
|
+
},
|
|
3910
4534
|
"v-tooltip/id": {
|
|
3911
4535
|
"type": "any",
|
|
3912
4536
|
"description": ""
|
|
@@ -3962,5 +4586,81 @@
|
|
|
3962
4586
|
"v-validation/model-value": {
|
|
3963
4587
|
"type": "any",
|
|
3964
4588
|
"description": ""
|
|
4589
|
+
},
|
|
4590
|
+
"v-window/touch": {
|
|
4591
|
+
"type": "object|boolean",
|
|
4592
|
+
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
4593
|
+
},
|
|
4594
|
+
"v-window/continuous": {
|
|
4595
|
+
"type": "any",
|
|
4596
|
+
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
|
4597
|
+
},
|
|
4598
|
+
"v-window/next-icon": {
|
|
4599
|
+
"type": "boolean|string",
|
|
4600
|
+
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
|
4601
|
+
},
|
|
4602
|
+
"v-window/prev-icon": {
|
|
4603
|
+
"type": "boolean|string",
|
|
4604
|
+
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
|
4605
|
+
},
|
|
4606
|
+
"v-window/reverse": {
|
|
4607
|
+
"type": "any",
|
|
4608
|
+
"description": "Reverse the normal transition direction."
|
|
4609
|
+
},
|
|
4610
|
+
"v-window/show-arrows": {
|
|
4611
|
+
"type": "boolean|string",
|
|
4612
|
+
"description": "Display the \"next\" and \"prev\" buttons"
|
|
4613
|
+
},
|
|
4614
|
+
"v-window/direction": {
|
|
4615
|
+
"type": "string",
|
|
4616
|
+
"description": ""
|
|
4617
|
+
},
|
|
4618
|
+
"v-window/model-value": {
|
|
4619
|
+
"type": "any",
|
|
4620
|
+
"description": ""
|
|
4621
|
+
},
|
|
4622
|
+
"v-window/disabled": {
|
|
4623
|
+
"type": "any",
|
|
4624
|
+
"description": ""
|
|
4625
|
+
},
|
|
4626
|
+
"v-window/selected-class": {
|
|
4627
|
+
"type": "string",
|
|
4628
|
+
"description": ""
|
|
4629
|
+
},
|
|
4630
|
+
"v-window/mandatory": {
|
|
4631
|
+
"type": "any",
|
|
4632
|
+
"description": ""
|
|
4633
|
+
},
|
|
4634
|
+
"v-window/tag": {
|
|
4635
|
+
"type": "string",
|
|
4636
|
+
"description": "Specify a custom tag used on the root element."
|
|
4637
|
+
},
|
|
4638
|
+
"v-window/theme": {
|
|
4639
|
+
"type": "string",
|
|
4640
|
+
"description": "Specify a theme for this component and all of its children"
|
|
4641
|
+
},
|
|
4642
|
+
"v-window-item/reverse-transition": {
|
|
4643
|
+
"type": "boolean|string",
|
|
4644
|
+
"description": "Sets the reverse transition"
|
|
4645
|
+
},
|
|
4646
|
+
"v-window-item/transition": {
|
|
4647
|
+
"type": "boolean|string",
|
|
4648
|
+
"description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
4649
|
+
},
|
|
4650
|
+
"v-window-item/eager": {
|
|
4651
|
+
"type": "boolean",
|
|
4652
|
+
"description": ""
|
|
4653
|
+
},
|
|
4654
|
+
"v-window-item/value": {
|
|
4655
|
+
"type": "any",
|
|
4656
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
4657
|
+
},
|
|
4658
|
+
"v-window-item/disabled": {
|
|
4659
|
+
"type": "boolean",
|
|
4660
|
+
"description": "Prevents the item from becoming active when using the \"next\" and \"prev\" buttons or the `toggle` method"
|
|
4661
|
+
},
|
|
4662
|
+
"v-window-item/selected-class": {
|
|
4663
|
+
"type": "string",
|
|
4664
|
+
"description": "Configure the active CSS class applied when the item is selected."
|
|
3965
4665
|
}
|
|
3966
4666
|
}
|