@dimailn/vuetify 2.7.2-alpha6 → 2.7.2-alpha60
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 +4218 -0
- package/dist/json/tags.json +1771 -0
- package/dist/json/web-types.json +21383 -0
- package/dist/vuetify.js +4968 -2679
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAlert/VAlert.js +46 -12
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VApp/VApp.js.map +1 -1
- package/es5/components/VAppBar/VAppBar.js +23 -17
- package/es5/components/VAppBar/VAppBar.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +5 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VAppBar/VAppBarTitle.js.map +1 -1
- package/es5/components/VAppBar/index.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +12 -9
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VAvatar/VAvatar.js +3 -1
- package/es5/components/VAvatar/VAvatar.js.map +1 -1
- package/es5/components/VBadge/VBadge.js +46 -14
- package/es5/components/VBadge/VBadge.js.map +1 -1
- package/es5/components/VBanner/VBanner.js +51 -15
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +41 -14
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js +22 -8
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +28 -2
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/es5/components/VBreadcrumbs/index.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +20 -16
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js +27 -29
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarCategory.js +26 -34
- package/es5/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +47 -60
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarMonthly.js +2 -2
- package/es5/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +38 -36
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/index.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-base.js +5 -10
- package/es5/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +46 -59
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
- package/es5/components/VCalendar/mixins/times.js.map +1 -1
- package/es5/components/VCalendar/modes/common.js.map +1 -1
- package/es5/components/VCalendar/modes/index.js.map +1 -1
- package/es5/components/VCalendar/modes/stack.js.map +1 -1
- package/es5/components/VCalendar/util/events.js.map +1 -1
- package/es5/components/VCalendar/util/props.js.map +1 -1
- package/es5/components/VCalendar/util/timestamp.js.map +1 -1
- package/es5/components/VCard/VCard.js +2 -1
- package/es5/components/VCard/VCard.js.map +1 -1
- package/es5/components/VCard/index.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +62 -18
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +11 -4
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCarousel/index.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +40 -9
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +94 -38
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/index.js.map +1 -1
- package/es5/components/VChip/VChip.js +30 -12
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VChipGroup/VChipGroup.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +57 -38
- package/es5/components/VColorPicker/VColorPicker.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerCanvas.js +45 -46
- package/es5/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +36 -28
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerPreview.js +41 -30
- package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +16 -11
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VColorPicker/util/index.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VContent/VContent.js +25 -6
- package/es5/components/VContent/VContent.js.map +1 -1
- package/es5/components/VCounter/VCounter.js.map +1 -1
- package/es5/components/VData/VData.js +4 -3
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +21 -7
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +47 -50
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataIterator/index.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +11 -8
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/RowGroup.js +46 -15
- package/es5/components/VDataTable/RowGroup.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +94 -81
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +8 -7
- package/es5/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +8 -2
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +32 -38
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/es5/components/VDataTable/VEditDialog.js +26 -22
- package/es5/components/VDataTable/VEditDialog.js.map +1 -1
- package/es5/components/VDataTable/VSimpleTable.js +1 -1
- package/es5/components/VDataTable/VSimpleTable.js.map +1 -1
- package/es5/components/VDataTable/VVirtualTable.js +6 -6
- package/es5/components/VDataTable/VVirtualTable.js.map +1 -1
- package/es5/components/VDataTable/index.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +7 -9
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +57 -38
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerDateTable.js +2 -2
- package/es5/components/VDatePicker/VDatePickerDateTable.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +68 -24
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerMonthTable.js +6 -3
- package/es5/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerTitle.js +61 -16
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerYears.js +47 -23
- package/es5/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/es5/components/VDatePicker/index.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +52 -31
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
- package/es5/components/VDatePicker/util/eventHelpers.js +27 -17
- package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/es5/components/VDatePicker/util/index.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +60 -34
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VDivider/VDivider.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanel.js +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js +12 -10
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +17 -20
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/es5/components/VExpansionPanel/index.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +55 -28
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VFooter/VFooter.js +7 -6
- package/es5/components/VFooter/VFooter.js.map +1 -1
- package/es5/components/VForm/VForm.js +45 -30
- package/es5/components/VForm/VForm.js.map +1 -1
- package/es5/components/VGrid/VCol.js +6 -4
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +27 -10
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VGrid/VRow.js +1 -1
- package/es5/components/VGrid/VRow.js.map +1 -1
- package/es5/components/VGrid/grid.js +35 -15
- package/es5/components/VGrid/grid.js.map +1 -1
- package/es5/components/VGrid/index.js.map +1 -1
- package/es5/components/VHover/VHover.js +24 -17
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +71 -66
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VImg/VImg.js +13 -9
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +89 -17
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +21 -17
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +13 -3
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VItemGroup/index.js.map +1 -1
- package/es5/components/VLabel/VLabel.js +18 -9
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +12 -16
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VList.js +2 -2
- package/es5/components/VList/VList.js.map +1 -1
- package/es5/components/VList/VListGroup.js +73 -40
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +67 -20
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VList/VListItemAction.js +23 -9
- package/es5/components/VList/VListItemAction.js.map +1 -1
- package/es5/components/VList/VListItemAvatar.js.map +1 -1
- package/es5/components/VList/VListItemGroup.js.map +1 -1
- package/es5/components/VList/VListItemIcon.js +3 -1
- package/es5/components/VList/VListItemIcon.js.map +1 -1
- package/es5/components/VList/index.js.map +1 -1
- package/es5/components/VMain/VMain.js +1 -1
- package/es5/components/VMain/VMain.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +66 -33
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VMessages/VMessages.js +40 -10
- package/es5/components/VMessages/VMessages.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +41 -19
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +87 -34
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +26 -17
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +31 -3
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +48 -27
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VParallax/VParallax.js.map +1 -1
- package/es5/components/VPicker/VPicker.js +11 -5
- package/es5/components/VPicker/VPicker.js.map +1 -1
- package/es5/components/VProgressCircular/VProgressCircular.js +6 -13
- package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +51 -30
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +11 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +49 -10
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRadioGroup/index.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +59 -34
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VRating/VRating.js +45 -17
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VResponsive/VResponsive.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +163 -82
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +127 -47
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSheet/VSheet.js +3 -1
- package/es5/components/VSheet/VSheet.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +43 -29
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideItem.js +2 -1
- package/es5/components/VSlideGroup/VSlideItem.js.map +1 -1
- package/es5/components/VSlideGroup/index.js.map +1 -1
- package/es5/components/VSlider/VSlider.js +67 -35
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js +8 -3
- package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
- package/es5/components/VSparkline/VSparkline.js +48 -68
- package/es5/components/VSparkline/VSparkline.js.map +1 -1
- package/es5/components/VSparkline/helpers/core.js.map +1 -1
- package/es5/components/VSparkline/helpers/math.js.map +1 -1
- package/es5/components/VSpeedDial/VSpeedDial.js +19 -19
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +3 -2
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +9 -8
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +15 -21
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VStepper/index.js.map +1 -1
- package/es5/components/VSubheader/VSubheader.js +1 -1
- package/es5/components/VSubheader/VSubheader.js.map +1 -1
- package/es5/components/VSwitch/VSwitch.js +11 -9
- package/es5/components/VSwitch/VSwitch.js.map +1 -1
- package/es5/components/VSystemBar/VSystemBar.js +5 -5
- package/es5/components/VSystemBar/VSystemBar.js.map +1 -1
- package/es5/components/VTabs/VTab.js +9 -1
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTabs/VTabItem.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +74 -25
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTabs/VTabsBar.js +3 -0
- package/es5/components/VTabs/VTabsBar.js.map +1 -1
- package/es5/components/VTabs/VTabsItems.js +1 -0
- package/es5/components/VTabs/VTabsItems.js.map +1 -1
- package/es5/components/VTabs/VTabsSlider.js.map +1 -1
- package/es5/components/VTabs/index.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +55 -34
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTextarea/VTextarea.js +1 -1
- package/es5/components/VTextarea/VTextarea.js.map +1 -1
- package/es5/components/VThemeProvider/VThemeProvider.js.map +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +72 -44
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerClock.js +37 -48
- package/es5/components/VTimePicker/VTimePickerClock.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js +13 -11
- package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/es5/components/VTimePicker/index.js.map +1 -1
- package/es5/components/VTimeline/VTimeline.js.map +1 -1
- package/es5/components/VTimeline/VTimelineItem.js +8 -2
- package/es5/components/VTimeline/VTimelineItem.js.map +1 -1
- package/es5/components/VTimeline/index.js.map +1 -1
- package/es5/components/VToolbar/VToolbar.js +3 -6
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VToolbar/index.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +14 -20
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeview.js +25 -19
- package/es5/components/VTreeview/VTreeview.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +12 -6
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VTreeview/index.js.map +1 -1
- package/es5/components/VVirtualScroll/VVirtualScroll.js +15 -19
- package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +13 -8
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/VWindow/VWindowItem.js +10 -10
- package/es5/components/VWindow/VWindowItem.js.map +1 -1
- package/es5/components/VWindow/index.js.map +1 -1
- package/es5/components/transitions/createTransition.js +10 -2
- package/es5/components/transitions/createTransition.js.map +1 -1
- package/es5/components/transitions/expand-transition.js +1 -0
- package/es5/components/transitions/expand-transition.js.map +1 -1
- package/es5/components/transitions/index.js.map +1 -1
- package/es5/directives/click-outside/index.js +19 -21
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/color/index.js +6 -3
- package/es5/directives/color/index.js.map +1 -1
- package/es5/directives/intersect/index.js +30 -22
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +18 -20
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +12 -14
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/ripple/index.js +5 -2
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +15 -16
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +16 -12
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/framework.js.map +1 -1
- package/es5/index.js.map +1 -1
- package/es5/install.js +10 -33
- package/es5/install.js.map +1 -1
- package/es5/locale/af.js.map +1 -1
- package/es5/locale/ar.js.map +1 -1
- package/es5/locale/az.js.map +1 -1
- package/es5/locale/bg.js.map +1 -1
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/ckb.js.map +1 -1
- package/es5/locale/cs.js.map +1 -1
- package/es5/locale/da.js.map +1 -1
- package/es5/locale/de.js.map +1 -1
- package/es5/locale/el.js.map +1 -1
- package/es5/locale/en.js.map +1 -1
- package/es5/locale/es.js.map +1 -1
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/fa.js.map +1 -1
- package/es5/locale/fi.js.map +1 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/he.js.map +1 -1
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/hu.js.map +1 -1
- package/es5/locale/id.js.map +1 -1
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/ja.js.map +1 -1
- package/es5/locale/ko.js.map +1 -1
- package/es5/locale/lt.js.map +1 -1
- package/es5/locale/lv.js.map +1 -1
- package/es5/locale/nl.js.map +1 -1
- package/es5/locale/no.js.map +1 -1
- package/es5/locale/pl.js.map +1 -1
- package/es5/locale/pt.js.map +1 -1
- package/es5/locale/ro.js.map +1 -1
- package/es5/locale/ru.js.map +1 -1
- package/es5/locale/sk.js.map +1 -1
- package/es5/locale/sl.js.map +1 -1
- package/es5/locale/sr-Cyrl.js.map +1 -1
- package/es5/locale/sr-Latn.js.map +1 -1
- package/es5/locale/sv.js.map +1 -1
- package/es5/locale/th.js.map +1 -1
- package/es5/locale/tr.js.map +1 -1
- package/es5/locale/uk.js.map +1 -1
- package/es5/locale/vi.js.map +1 -1
- package/es5/locale/zh-Hans.js.map +1 -1
- package/es5/locale/zh-Hant.js.map +1 -1
- package/es5/mixins/activatable/index.js +11 -18
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/applicationable/index.js +4 -4
- package/es5/mixins/applicationable/index.js.map +1 -1
- package/es5/mixins/binds-attrs/index.js +1 -1
- package/es5/mixins/binds-attrs/index.js.map +1 -1
- package/es5/mixins/bootable/index.js +1 -2
- package/es5/mixins/bootable/index.js.map +1 -1
- package/es5/mixins/button-group/index.js.map +1 -1
- package/es5/mixins/colorable/index.js +1 -0
- package/es5/mixins/colorable/index.js.map +1 -1
- package/es5/mixins/comparable/index.js.map +1 -1
- package/es5/mixins/delayable/index.js.map +1 -1
- package/es5/mixins/dependent/index.js +36 -14
- package/es5/mixins/dependent/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +13 -10
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/elevatable/index.js.map +1 -1
- package/es5/mixins/filterable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js +6 -2
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +2 -2
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/loadable/index.js +3 -1
- package/es5/mixins/loadable/index.js.map +1 -1
- package/es5/mixins/localable/index.js.map +1 -1
- package/es5/mixins/measurable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +3 -3
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/mobile/index.js.map +1 -1
- package/es5/mixins/mouse/index.js +10 -5
- package/es5/mixins/mouse/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +46 -12
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/picker/index.js +16 -5
- package/es5/mixins/picker/index.js.map +1 -1
- package/es5/mixins/picker-button/index.js.map +1 -1
- package/es5/mixins/positionable/index.js.map +1 -1
- package/es5/mixins/proxyable/index.js +5 -2
- package/es5/mixins/proxyable/index.js.map +1 -1
- package/es5/mixins/registrable/index.js.map +1 -1
- package/es5/mixins/returnable/index.js.map +1 -1
- package/es5/mixins/rippleable/index.js.map +1 -1
- package/es5/mixins/roundable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +17 -8
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/mixins/scrollable/index.js.map +1 -1
- package/es5/mixins/selectable/index.js +7 -7
- package/es5/mixins/selectable/index.js.map +1 -1
- package/es5/mixins/sizeable/index.js.map +1 -1
- package/es5/mixins/ssr-bootable/index.js.map +1 -1
- package/es5/mixins/stackable/index.js.map +1 -1
- package/es5/mixins/themeable/index.js.map +1 -1
- package/es5/mixins/toggleable/index.js.map +1 -1
- package/es5/mixins/transitionable/index.js.map +1 -1
- package/es5/mixins/translatable/index.js +1 -1
- package/es5/mixins/translatable/index.js.map +1 -1
- package/es5/mixins/validatable/index.js +34 -7
- package/es5/mixins/validatable/index.js.map +1 -1
- package/es5/presets/default/index.js.map +1 -1
- package/es5/services/application/index.js.map +1 -1
- package/es5/services/breakpoint/index.js.map +1 -1
- package/es5/services/goto/index.js.map +1 -1
- package/es5/services/goto/util.js +42 -3
- package/es5/services/goto/util.js.map +1 -1
- package/es5/services/icons/index.js.map +1 -1
- package/es5/services/icons/presets/fa-svg.js.map +1 -1
- package/es5/services/icons/presets/fa.js.map +1 -1
- package/es5/services/icons/presets/fa4.js.map +1 -1
- package/es5/services/icons/presets/index.js.map +1 -1
- package/es5/services/icons/presets/md.js.map +1 -1
- package/es5/services/icons/presets/mdi-svg.js.map +1 -1
- package/es5/services/icons/presets/mdi.js.map +1 -1
- package/es5/services/lang/index.js.map +1 -1
- package/es5/services/presets/index.js.map +1 -1
- package/es5/services/service/index.js.map +1 -1
- package/es5/services/theme/index.js +21 -72
- package/es5/services/theme/index.js.map +1 -1
- package/es5/services/theme/utils.js.map +1 -1
- package/es5/types/vue-augment.js +4 -0
- package/es5/types/vue-augment.js.map +1 -0
- package/es5/types/vue-internal.js +6 -0
- package/es5/types/vue-internal.js.map +1 -0
- package/es5/util/color/transformCIELAB.js.map +1 -1
- package/es5/util/color/transformSRGB.js.map +1 -1
- package/es5/util/colorUtils.js.map +1 -1
- package/es5/util/colors.js.map +1 -1
- package/es5/util/console.js +49 -18
- package/es5/util/console.js.map +1 -1
- package/es5/util/dedupeModelListeners.js.map +1 -1
- package/es5/util/helpers.js +107 -21
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/legacyEventsMixin.js +48 -0
- package/es5/util/legacyEventsMixin.js.map +1 -0
- package/es5/util/make-directive-activatable.js +1 -1
- package/es5/util/make-directive-activatable.js.map +1 -1
- package/es5/util/mergeData.js +6 -23
- package/es5/util/mergeData.js.map +1 -1
- package/es5/util/mixins.js +4 -3
- package/es5/util/mixins.js.map +1 -1
- package/es5/util/rebuildFunctionalSlots.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +17 -13
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js +23 -16
- package/lib/components/VAppBar/VAppBar.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.js.map +1 -1
- package/lib/components/VAppBar/index.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +13 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.js +3 -1
- package/lib/components/VAvatar/VAvatar.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +26 -13
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +20 -13
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +21 -15
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +7 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +25 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBreadcrumbs/index.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +21 -21
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js +26 -31
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.js +8 -10
- package/lib/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +25 -33
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.js +2 -2
- package/lib/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +36 -40
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/index.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.js +7 -11
- package/lib/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +20 -40
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
- package/lib/components/VCalendar/mixins/times.js.map +1 -1
- package/lib/components/VCalendar/modes/common.js.map +1 -1
- package/lib/components/VCalendar/modes/index.js.map +1 -1
- package/lib/components/VCalendar/modes/stack.js.map +1 -1
- package/lib/components/VCalendar/util/events.js.map +1 -1
- package/lib/components/VCalendar/util/props.js.map +1 -1
- package/lib/components/VCalendar/util/timestamp.js.map +1 -1
- package/lib/components/VCard/VCard.js +3 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/index.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +37 -17
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.js +4 -3
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
- package/lib/components/VCarousel/index.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +19 -9
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +83 -39
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/index.js.map +1 -1
- package/lib/components/VChip/VChip.js +21 -11
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +48 -45
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.js +41 -43
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +30 -33
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +45 -32
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +16 -10
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VContent/VContent.js +19 -4
- package/lib/components/VContent/VContent.js.map +1 -1
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VData/VData.js +6 -4
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +15 -7
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +32 -35
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataIterator/index.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +11 -8
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/RowGroup.js +30 -14
- package/lib/components/VDataTable/RowGroup.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +67 -73
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.js +10 -8
- package/lib/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +7 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.js +19 -26
- package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/lib/components/VDataTable/VEditDialog.js +18 -18
- package/lib/components/VDataTable/VEditDialog.js.map +1 -1
- package/lib/components/VDataTable/VSimpleTable.js +1 -1
- package/lib/components/VDataTable/VSimpleTable.js.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.js +2 -3
- package/lib/components/VDataTable/VVirtualTable.js.map +1 -1
- package/lib/components/VDataTable/index.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +3 -8
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +44 -29
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.js +2 -2
- package/lib/components/VDatePicker/VDatePickerDateTable.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +45 -21
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.js +3 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.js +34 -11
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +17 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDatePicker/index.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +30 -17
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.js +26 -14
- package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/lib/components/VDatePicker/util/index.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +14 -6
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VDivider/VDivider.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +4 -7
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/lib/components/VExpansionPanel/index.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +46 -26
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +6 -4
- package/lib/components/VFooter/VFooter.js.map +1 -1
- package/lib/components/VForm/VForm.js +41 -26
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VCol.js +8 -7
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +14 -10
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/VRow.js +3 -4
- package/lib/components/VGrid/VRow.js.map +1 -1
- package/lib/components/VGrid/grid.js +16 -14
- package/lib/components/VGrid/grid.js.map +1 -1
- package/lib/components/VGrid/index.js.map +1 -1
- package/lib/components/VHover/VHover.js +24 -18
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +48 -71
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +8 -10
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +55 -14
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +24 -20
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +16 -6
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VItemGroup/index.js.map +1 -1
- package/lib/components/VLabel/VLabel.js +13 -3
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +13 -17
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js +3 -3
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js +34 -32
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +42 -18
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.js +15 -9
- package/lib/components/VList/VListItemAction.js.map +1 -1
- package/lib/components/VList/VListItemAvatar.js.map +1 -1
- package/lib/components/VList/VListItemGroup.js.map +1 -1
- package/lib/components/VList/VListItemIcon.js +3 -1
- package/lib/components/VList/VListItemIcon.js.map +1 -1
- package/lib/components/VList/index.js.map +1 -1
- package/lib/components/VMain/VMain.js +2 -2
- package/lib/components/VMain/VMain.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +27 -11
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +20 -6
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +17 -12
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +103 -35
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +24 -18
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +13 -2
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +28 -23
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VParallax/VParallax.js.map +1 -1
- package/lib/components/VPicker/VPicker.js +10 -6
- package/lib/components/VPicker/VPicker.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +6 -7
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +45 -22
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +3 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +27 -12
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRadioGroup/index.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +20 -8
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VRating/VRating.js +11 -0
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VResponsive/VResponsive.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +106 -43
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +74 -34
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSheet/VSheet.js +3 -2
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +26 -24
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideItem.js +2 -1
- package/lib/components/VSlideGroup/VSlideItem.js.map +1 -1
- package/lib/components/VSlideGroup/index.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +36 -26
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +2 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSparkline/VSparkline.js +48 -67
- package/lib/components/VSparkline/VSparkline.js.map +1 -1
- package/lib/components/VSparkline/helpers/core.js.map +1 -1
- package/lib/components/VSparkline/helpers/math.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.js +13 -17
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +4 -3
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +7 -8
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +9 -20
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VStepper/index.js.map +1 -1
- package/lib/components/VSubheader/VSubheader.js +1 -1
- package/lib/components/VSubheader/VSubheader.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +2 -4
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.js +1 -2
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
- package/lib/components/VTabs/VTab.js +8 -2
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabItem.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +38 -9
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTabs/VTabsBar.js +3 -0
- package/lib/components/VTabs/VTabsBar.js.map +1 -1
- package/lib/components/VTabs/VTabsItems.js +1 -0
- package/lib/components/VTabs/VTabsItems.js.map +1 -1
- package/lib/components/VTabs/VTabsSlider.js.map +1 -1
- package/lib/components/VTabs/index.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +26 -22
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +1 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.js +65 -31
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.js +24 -39
- package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js +3 -2
- package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/lib/components/VTimePicker/index.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.js.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.js +4 -2
- package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
- package/lib/components/VTimeline/index.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +6 -7
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/index.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +11 -22
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +17 -15
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +4 -6
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VTreeview/index.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +8 -14
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +9 -9
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindowItem.js +5 -7
- package/lib/components/VWindow/VWindowItem.js.map +1 -1
- package/lib/components/VWindow/index.js.map +1 -1
- package/lib/components/transitions/createTransition.js +7 -4
- package/lib/components/transitions/createTransition.js.map +1 -1
- package/lib/components/transitions/expand-transition.js +1 -0
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/components/transitions/index.js.map +1 -1
- package/lib/directives/click-outside/index.js +17 -19
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/color/index.js +6 -3
- package/lib/directives/color/index.js.map +1 -1
- package/lib/directives/intersect/index.js +30 -21
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +18 -20
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +12 -12
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/ripple/index.js +5 -3
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +12 -12
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +16 -12
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/install.js +5 -28
- package/lib/install.js.map +1 -1
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/mixins/activatable/index.js +14 -20
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/applicationable/index.js +4 -4
- package/lib/mixins/applicationable/index.js.map +1 -1
- package/lib/mixins/binds-attrs/index.js +1 -1
- package/lib/mixins/binds-attrs/index.js.map +1 -1
- package/lib/mixins/bootable/index.js +2 -4
- package/lib/mixins/bootable/index.js.map +1 -1
- package/lib/mixins/button-group/index.js.map +1 -1
- package/lib/mixins/colorable/index.js +1 -0
- package/lib/mixins/colorable/index.js.map +1 -1
- package/lib/mixins/comparable/index.js.map +1 -1
- package/lib/mixins/delayable/index.js.map +1 -1
- package/lib/mixins/dependent/index.js +21 -11
- package/lib/mixins/dependent/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +14 -11
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/elevatable/index.js.map +1 -1
- package/lib/mixins/filterable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js +4 -2
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +2 -2
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/loadable/index.js +3 -1
- package/lib/mixins/loadable/index.js.map +1 -1
- package/lib/mixins/localable/index.js.map +1 -1
- package/lib/mixins/measurable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +3 -3
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/mobile/index.js.map +1 -1
- package/lib/mixins/mouse/index.js +9 -5
- package/lib/mixins/mouse/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +46 -9
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/picker/index.js +11 -6
- package/lib/mixins/picker/index.js.map +1 -1
- package/lib/mixins/picker-button/index.js +1 -2
- package/lib/mixins/picker-button/index.js.map +1 -1
- package/lib/mixins/positionable/index.js.map +1 -1
- package/lib/mixins/proxyable/index.js +5 -2
- package/lib/mixins/proxyable/index.js.map +1 -1
- package/lib/mixins/registrable/index.js.map +1 -1
- package/lib/mixins/returnable/index.js.map +1 -1
- package/lib/mixins/rippleable/index.js.map +1 -1
- package/lib/mixins/roundable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +16 -7
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/mixins/scrollable/index.js.map +1 -1
- package/lib/mixins/selectable/index.js +12 -12
- package/lib/mixins/selectable/index.js.map +1 -1
- package/lib/mixins/sizeable/index.js.map +1 -1
- package/lib/mixins/ssr-bootable/index.js.map +1 -1
- package/lib/mixins/stackable/index.js.map +1 -1
- package/lib/mixins/themeable/index.js.map +1 -1
- package/lib/mixins/toggleable/index.js.map +1 -1
- package/lib/mixins/transitionable/index.js.map +1 -1
- package/lib/mixins/translatable/index.js +1 -1
- package/lib/mixins/translatable/index.js.map +1 -1
- package/lib/mixins/validatable/index.js +17 -7
- package/lib/mixins/validatable/index.js.map +1 -1
- package/lib/presets/default/index.js.map +1 -1
- package/lib/services/application/index.js.map +1 -1
- package/lib/services/breakpoint/index.js.map +1 -1
- package/lib/services/goto/index.js.map +1 -1
- package/lib/services/goto/util.js +42 -3
- package/lib/services/goto/util.js.map +1 -1
- package/lib/services/icons/index.js.map +1 -1
- package/lib/services/icons/presets/fa-svg.js.map +1 -1
- package/lib/services/icons/presets/fa.js.map +1 -1
- package/lib/services/icons/presets/fa4.js.map +1 -1
- package/lib/services/icons/presets/index.js.map +1 -1
- package/lib/services/icons/presets/md.js.map +1 -1
- package/lib/services/icons/presets/mdi-svg.js.map +1 -1
- package/lib/services/icons/presets/mdi.js.map +1 -1
- package/lib/services/lang/index.js.map +1 -1
- package/lib/services/presets/index.js.map +1 -1
- package/lib/services/service/index.js.map +1 -1
- package/lib/services/theme/index.js +19 -65
- package/lib/services/theme/index.js.map +1 -1
- package/lib/services/theme/utils.js.map +1 -1
- package/lib/types/vue-augment.js +5 -0
- package/lib/types/vue-augment.js.map +1 -0
- package/lib/types/vue-internal.js +2 -0
- package/lib/types/vue-internal.js.map +1 -0
- package/lib/util/color/transformCIELAB.js.map +1 -1
- package/lib/util/color/transformSRGB.js.map +1 -1
- package/lib/util/colorUtils.js.map +1 -1
- package/lib/util/colors.js.map +1 -1
- package/lib/util/console.js +47 -17
- package/lib/util/console.js.map +1 -1
- package/lib/util/dedupeModelListeners.js.map +1 -1
- package/lib/util/helpers.js +94 -21
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/legacyEventsMixin.js +37 -0
- package/lib/util/legacyEventsMixin.js.map +1 -0
- package/lib/util/make-directive-activatable.js +1 -1
- package/lib/util/make-directive-activatable.js.map +1 -1
- package/lib/util/mergeData.js +6 -23
- package/lib/util/mergeData.js.map +1 -1
- package/lib/util/mixins.js +3 -2
- package/lib/util/mixins.js.map +1 -1
- package/lib/util/rebuildFunctionalSlots.js.map +1 -1
- package/package.json +6 -5
- package/src/components/VAlert/VAlert.ts +43 -33
- package/src/components/VAlert/__tests__/VAlert.spec.ts +88 -60
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +18 -20
- package/src/components/VApp/VApp.ts +9 -9
- package/src/components/VApp/__tests__/VApp.spec.ts +35 -29
- package/src/components/VApp/__tests__/__snapshots__/VApp.spec.ts.snap +4 -4
- package/src/components/VAppBar/VAppBar.ts +31 -24
- package/src/components/VAppBar/VAppBarNavIcon.ts +4 -4
- package/src/components/VAppBar/VAppBarTitle.ts +13 -13
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +284 -99
- package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +3 -7
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBar.spec.ts.snap +13 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +4 -5
- package/src/components/VAppBar/index.ts +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +56 -30
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +170 -100
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +140 -113
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +130 -68
- package/src/components/VAvatar/VAvatar.ts +9 -9
- package/src/components/VAvatar/__tests__/VAvatar.spec.ts +72 -10
- package/src/components/VBadge/VBadge.ts +49 -37
- package/src/components/VBadge/__tests__/VBadge.spec.ts +64 -47
- package/src/components/VBadge/__tests__/__snapshots__/VBadge.spec.ts.snap +5 -5
- package/src/components/VBanner/VBanner.ts +46 -33
- package/src/components/VBanner/__tests__/VBanner.spec.ts +65 -66
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +3 -3
- package/src/components/VBottomNavigation/VBottomNavigation.ts +44 -28
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +55 -49
- package/src/components/VBottomNavigation/__tests__/__snapshots__/VBottomNavigation.spec.ts.snap +10 -10
- package/src/components/VBottomSheet/VBottomSheet.ts +5 -5
- package/src/components/VBreadcrumbs/VBreadcrumbs.ts +18 -14
- package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +38 -14
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +141 -26
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +14 -10
- package/src/components/VBreadcrumbs/index.ts +2 -2
- package/src/components/VBtn/VBtn.ts +42 -34
- package/src/components/VBtn/__tests__/VBtn.spec.ts +268 -248
- package/src/components/VBtn/__tests__/__snapshots__/VBtn.spec.ts.snap +13 -73
- package/src/components/VBtnToggle/VBtnToggle.ts +6 -6
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +11 -7
- package/src/components/VCalendar/VCalendar.ts +41 -40
- package/src/components/VCalendar/VCalendarCategory.ts +28 -25
- package/src/components/VCalendar/VCalendarDaily.ts +59 -66
- package/src/components/VCalendar/VCalendarMonthly.ts +4 -3
- package/src/components/VCalendar/VCalendarWeekly.ts +47 -48
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +36 -52
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +33 -31
- package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +57 -55
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +38 -38
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendarDaily.spec.ts.snap +122 -122
- package/src/components/VCalendar/index.ts +2 -2
- package/src/components/VCalendar/mixins/__tests__/__snapshots__/calendar-with-events.spec.ts.snap +1 -56
- package/src/components/VCalendar/mixins/__tests__/calendar-base.spec.ts +45 -42
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +60 -67
- package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +63 -60
- package/src/components/VCalendar/mixins/__tests__/times.spec.ts +15 -14
- package/src/components/VCalendar/mixins/calendar-base.ts +12 -17
- package/src/components/VCalendar/mixins/calendar-with-events.ts +56 -69
- package/src/components/VCalendar/mixins/calendar-with-intervals.ts +5 -5
- package/src/components/VCalendar/mixins/times.ts +10 -10
- package/src/components/VCalendar/modes/__tests__/common.spec.ts +12 -12
- package/src/components/VCalendar/modes/common.ts +2 -2
- package/src/components/VCalendar/modes/index.ts +1 -1
- package/src/components/VCalendar/modes/stack.ts +1 -1
- package/src/components/VCalendar/util/__tests__/events.spec.ts +10 -10
- package/src/components/VCalendar/util/__tests__/timestamp.spec.ts +18 -18
- package/src/components/VCalendar/util/events.ts +2 -2
- package/src/components/VCalendar/util/props.ts +56 -58
- package/src/components/VCalendar/util/timestamp.ts +2 -2
- package/src/components/VCard/VCard.ts +13 -11
- package/src/components/VCard/__tests__/VCard.spec.ts +58 -40
- package/src/components/VCard/__tests__/__snapshots__/VCard.spec.ts.snap +2 -2
- package/src/components/VCard/index.ts +3 -3
- package/src/components/VCarousel/VCarousel.ts +58 -31
- package/src/components/VCarousel/VCarouselItem.ts +16 -12
- package/src/components/VCarousel/__tests__/VCarousel.spec.ts +101 -78
- package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +11 -7
- package/src/components/VCarousel/__tests__/__snapshots__/VCarousel.spec.ts.snap +1 -1
- package/src/components/VCarousel/index.ts +2 -2
- package/src/components/VCheckbox/VCheckbox.ts +35 -22
- package/src/components/VCheckbox/VSimpleCheckbox.ts +103 -51
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +193 -158
- package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +46 -13
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +54 -47
- package/src/components/VCheckbox/index.ts +2 -2
- package/src/components/VChip/VChip.ts +43 -36
- package/src/components/VChip/__tests__/VChip.spec.ts +104 -63
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +9 -4
- package/src/components/VChipGroup/VChipGroup.ts +8 -8
- package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +19 -26
- package/src/components/VColorPicker/VColorPicker.ts +68 -58
- package/src/components/VColorPicker/VColorPickerCanvas.ts +59 -52
- package/src/components/VColorPicker/VColorPickerEdit.ts +62 -56
- package/src/components/VColorPicker/VColorPickerPreview.ts +56 -36
- package/src/components/VColorPicker/VColorPickerSwatches.ts +53 -40
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +68 -68
- package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +23 -21
- package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +76 -63
- package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +106 -35
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +236 -184
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +48 -26
- package/src/components/VColorPicker/util/__tests__/index.spec.ts +2 -2
- package/src/components/VColorPicker/util/index.ts +5 -5
- package/src/components/VCombobox/VCombobox.ts +33 -10
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +220 -192
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +145 -114
- package/src/components/VContent/VContent.ts +15 -5
- package/src/components/VContent/__tests__/VContent.spec.ts +40 -0
- package/src/components/VCounter/VCounter.ts +6 -6
- package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
- package/src/components/VData/VData.ts +44 -43
- package/src/components/VData/__tests__/VData.spec.ts +174 -195
- package/src/components/VDataIterator/VDataFooter.ts +43 -35
- package/src/components/VDataIterator/VDataIterator.ts +77 -60
- package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +66 -67
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +133 -165
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +130 -99
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +109 -84
- package/src/components/VDataIterator/index.ts +2 -2
- package/src/components/VDataTable/MobileRow.ts +7 -7
- package/src/components/VDataTable/Row.ts +13 -9
- package/src/components/VDataTable/RowGroup.ts +40 -23
- package/src/components/VDataTable/VDataTable.ts +131 -126
- package/src/components/VDataTable/VDataTableHeader.ts +12 -13
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +23 -13
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +29 -35
- package/src/components/VDataTable/VEditDialog.ts +33 -31
- package/src/components/VDataTable/VSimpleTable.ts +12 -13
- package/src/components/VDataTable/VVirtualTable.ts +25 -27
- package/src/components/VDataTable/__tests__/MobileRow.spec.ts +65 -76
- package/src/components/VDataTable/__tests__/Row.spec.ts +73 -82
- package/src/components/VDataTable/__tests__/RowGroup.spec.ts +11 -9
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +1007 -1011
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +60 -54
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +68 -56
- package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +70 -44
- package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +19 -21
- package/src/components/VDataTable/__tests__/__snapshots__/Row.spec.ts.snap +30 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +3597 -1706
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +157 -151
- package/src/components/VDataTable/__tests__/__snapshots__/VEditDialog.spec.ts.snap +6 -6
- package/src/components/VDataTable/__tests__/__snapshots__/VSimpleTable.spec.ts.snap +22 -18
- package/src/components/VDataTable/index.ts +2 -2
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +14 -17
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +31 -31
- package/src/components/VDataTable/mixins/header.ts +17 -22
- package/src/components/VDatePicker/VDatePicker.ts +97 -73
- package/src/components/VDatePicker/VDatePickerDateTable.ts +25 -20
- package/src/components/VDatePicker/VDatePickerHeader.ts +66 -41
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +8 -8
- package/src/components/VDatePicker/VDatePickerTitle.ts +54 -28
- package/src/components/VDatePicker/VDatePickerYears.ts +26 -24
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +406 -349
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +191 -165
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +115 -129
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +107 -97
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +94 -108
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +68 -44
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +40 -37
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +680 -595
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +278 -228
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerDateTable.spec.ts.snap +615 -615
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +92 -52
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerMonthTable.spec.ts.snap +144 -144
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +22 -9
- package/src/components/VDatePicker/index.ts +3 -3
- package/src/components/VDatePicker/mixins/date-picker-table.ts +68 -51
- package/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts +7 -0
- package/src/components/VDatePicker/util/createNativeLocaleFormatter.ts +3 -0
- package/src/components/VDatePicker/util/eventHelpers.ts +33 -13
- package/src/components/VDatePicker/util/index.ts +2 -2
- package/src/components/VDialog/VDialog.ts +43 -34
- package/src/components/VDialog/__tests__/VDialog.spec.ts +131 -127
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +0 -15
- package/src/components/VDivider/VDivider.ts +4 -5
- package/src/components/VDivider/__tests__/VDivider.spec.ts +14 -18
- package/src/components/VDivider/__tests__/__snapshots__/VDivider.spec.ts.snap +2 -2
- package/src/components/VExpansionPanel/VExpansionPanel.ts +13 -8
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +12 -15
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +19 -24
- package/src/components/VExpansionPanel/VExpansionPanels.ts +6 -6
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +59 -43
- package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +9 -7
- package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +11 -7
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +12 -11
- package/src/components/VExpansionPanel/index.ts +2 -2
- package/src/components/VFileInput/VFileInput.ts +68 -53
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +106 -76
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +242 -146
- package/src/components/VFooter/VFooter.ts +15 -16
- package/src/components/VFooter/__tests__/VFooter.spec.ts +35 -28
- package/src/components/VForm/VForm.ts +71 -43
- package/src/components/VForm/__tests__/VForm.spec.ts +114 -94
- package/src/components/VGrid/VCol.ts +18 -18
- package/src/components/VGrid/VContainer.ts +20 -16
- package/src/components/VGrid/VRow.ts +17 -17
- package/src/components/VGrid/__tests__/VCol.spec.ts +34 -32
- package/src/components/VGrid/__tests__/VContainer.spec.ts +59 -4
- package/src/components/VGrid/__tests__/VFlex.spec.ts +4 -4
- package/src/components/VGrid/__tests__/VGrid.spec.ts +19 -19
- package/src/components/VGrid/__tests__/VLayout.spec.ts +4 -4
- package/src/components/VGrid/grid.ts +18 -19
- package/src/components/VGrid/index.ts +3 -3
- package/src/components/VHover/VHover.ts +27 -22
- package/src/components/VHover/__tests__/VHover.spec.ts +50 -34
- package/src/components/VIcon/VIcon.ts +74 -95
- package/src/components/VIcon/__tests__/VIcon.spec.ts +164 -127
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +19 -67
- package/src/components/VImg/VImg.ts +52 -52
- package/src/components/VImg/__tests__/VImg.spec.ts +42 -41
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +71 -66
- package/src/components/VInput/VInput.ts +83 -46
- package/src/components/VInput/__tests__/VInput.spec.ts +158 -159
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +68 -103
- package/src/components/VItemGroup/VItem.ts +35 -29
- package/src/components/VItemGroup/VItemGroup.ts +35 -22
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +40 -48
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +158 -152
- package/src/components/VItemGroup/__tests__/__snapshots__/VItem.spec.ts.snap +2 -0
- package/src/components/VItemGroup/index.ts +3 -3
- package/src/components/VLabel/VLabel.ts +14 -10
- package/src/components/VLabel/__tests__/VLabel.spec.ts +254 -18
- package/src/components/VLazy/VLazy.ts +28 -29
- package/src/components/VLazy/__tests__/VLazy.spec.ts +11 -9
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +1 -1
- package/src/components/VList/VList.ts +15 -15
- package/src/components/VList/VListGroup.ts +62 -50
- package/src/components/VList/VListItem.ts +72 -39
- package/src/components/VList/VListItemAction.ts +12 -11
- package/src/components/VList/VListItemAvatar.ts +5 -5
- package/src/components/VList/VListItemGroup.ts +7 -7
- package/src/components/VList/VListItemIcon.ts +2 -2
- package/src/components/VList/__tests__/VList.spec.ts +22 -21
- package/src/components/VList/__tests__/VListGroup.spec.ts +74 -66
- package/src/components/VList/__tests__/VListItem.spec.ts +274 -78
- package/src/components/VList/__tests__/VListItemAction.spec.ts +34 -33
- package/src/components/VList/__tests__/VListItemAvatar.spec.ts +6 -3
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +37 -3
- package/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap +10 -10
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +6 -7
- package/src/components/VList/__tests__/__snapshots__/VListItem.spec.ts.snap +1 -1
- package/src/components/VList/__tests__/__snapshots__/VListItemAction.spec.ts.snap +20 -6
- package/src/components/VList/index.ts +3 -3
- package/src/components/VMain/VMain.ts +11 -11
- package/src/components/VMain/__tests__/VMain.spec.ts +74 -20
- package/src/components/VMenu/VMenu.ts +67 -42
- package/src/components/VMenu/__tests__/VMenu.spec.ts +119 -98
- package/src/components/VMenu/__tests__/VMenuActivatorTest.spec.ts +25 -0
- package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +3 -5
- package/src/components/VMenu/__tests__/test-with-directives.spec.ts +50 -0
- package/src/components/VMessages/VMessages.ts +29 -11
- package/src/components/VMessages/__tests__/VMessages.spec.ts +60 -21
- package/src/components/VMessages/__tests__/__snapshots__/VMessages.spec.ts.snap +16 -25
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +51 -43
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +157 -112
- package/src/components/VOtpInput/VOtpInput.ts +109 -49
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +85 -88
- package/src/components/VOverflowBtn/VOverflowBtn.ts +30 -20
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +36 -21
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +36 -46
- package/src/components/VOverlay/VOverlay.ts +31 -17
- package/src/components/VOverlay/__tests__/VOverlay.spec.ts +7 -7
- package/src/components/VPagination/VPagination.ts +61 -49
- package/src/components/VPagination/__tests__/VPagination.spec.ts +106 -92
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +214 -459
- package/src/components/VParallax/VParallax.ts +17 -17
- package/src/components/VParallax/__tests__/VParallax.spec.ts +6 -6
- package/src/components/VParallax/__tests__/__snapshots__/VParallax.spec.ts.snap +8 -8
- package/src/components/VPicker/VPicker.ts +33 -30
- package/src/components/VPicker/__tests__/VPicker.spec.ts +47 -26
- package/src/components/VPicker/__tests__/__snapshots__/VPicker.spec.ts.snap +2 -2
- package/src/components/VProgressCircular/VProgressCircular.ts +25 -26
- package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +46 -39
- package/src/components/VProgressCircular/__tests__/__snapshots__/VProgressCircular.spec.ts.snap +62 -62
- package/src/components/VProgressLinear/VProgressLinear.ts +81 -52
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +418 -103
- package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +53 -79
- package/src/components/VRadioGroup/VRadio.ts +25 -23
- package/src/components/VRadioGroup/VRadioGroup.ts +44 -27
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +65 -52
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +26 -7
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +25 -27
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +10 -18
- package/src/components/VRadioGroup/index.ts +2 -2
- package/src/components/VRangeSlider/VRangeSlider.ts +41 -25
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +56 -53
- package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +32 -38
- package/src/components/VRating/VRating.ts +39 -26
- package/src/components/VRating/__tests__/VRating.spec.ts +45 -51
- package/src/components/VResponsive/VResponsive.ts +9 -9
- package/src/components/VResponsive/__tests__/VResponsive.spec.ts +12 -7
- package/src/components/VResponsive/__tests__/__snapshots__/VResponsive.spec.ts.snap +2 -2
- package/src/components/VSelect/VSelect.ts +150 -82
- package/src/components/VSelect/VSelectList.ts +95 -52
- package/src/components/VSelect/__tests__/VSelect.placeholder.spec.ts +118 -0
- package/src/components/VSelect/__tests__/VSelect.spec.ts +265 -169
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +164 -148
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +149 -131
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +135 -97
- package/src/components/VSelect/__tests__/VSelectList.spec.ts +50 -45
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +70 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +68 -60
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +13 -297
- package/src/components/VSelect/__tests__/__snapshots__/VSelectList.spec.ts.snap +30 -27
- package/src/components/VSheet/VSheet.ts +9 -8
- package/src/components/VSheet/__tests__/VSheet.spec.ts +9 -9
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +13 -14
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +29 -22
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +60 -60
- package/src/components/VSlideGroup/VSlideGroup.ts +58 -53
- package/src/components/VSlideGroup/VSlideItem.ts +2 -0
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +101 -93
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +13 -34
- package/src/components/VSlideGroup/index.ts +3 -3
- package/src/components/VSlider/VSlider.ts +110 -89
- package/src/components/VSlider/__tests__/VSlider.spec.ts +223 -321
- package/src/components/VSlider/__tests__/__snapshots__/VSlider.spec.ts.snap +160 -249
- package/src/components/VSnackbar/VSnackbar.ts +26 -26
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +59 -50
- package/src/components/VSparkline/VSparkline.ts +85 -121
- package/src/components/VSparkline/__tests__/VSparkline.spec.ts +80 -82
- package/src/components/VSparkline/helpers/core.ts +2 -2
- package/src/components/VSparkline/helpers/math.ts +1 -1
- package/src/components/VSpeedDial/VSpeedDial.ts +27 -28
- package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +28 -20
- package/src/components/VSpeedDial/__tests__/__snapshots__/VSpeedDial.spec.ts.snap +6 -6
- package/src/components/VStepper/VStepper.ts +18 -16
- package/src/components/VStepper/VStepperContent.ts +27 -33
- package/src/components/VStepper/VStepperStep.ts +26 -35
- package/src/components/VStepper/__tests__/VStepper.spec.ts +8 -5
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +142 -129
- package/src/components/VStepper/__tests__/VStepperStep.spec.ts +66 -59
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +10 -11
- package/src/components/VStepper/index.ts +3 -3
- package/src/components/VSubheader/VSubheader.ts +5 -5
- package/src/components/VSubheader/__tests__/VSubheader.spec.ts +13 -8
- package/src/components/VSubheader/__tests__/__snapshots__/VSubheader.spec.ts.snap +1 -1
- package/src/components/VSwitch/VSwitch.ts +27 -28
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +55 -51
- package/src/components/VSwitch/__tests__/__snapshots__/VSwitch.spec.ts.snap +11 -15
- package/src/components/VSystemBar/VSystemBar.ts +11 -12
- package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +94 -22
- package/src/components/VTabs/VTab.ts +29 -16
- package/src/components/VTabs/VTabItem.ts +3 -3
- package/src/components/VTabs/VTabs.ts +61 -31
- package/src/components/VTabs/VTabsBar.ts +17 -11
- package/src/components/VTabs/VTabsItems.ts +8 -6
- package/src/components/VTabs/VTabsSlider.ts +4 -4
- package/src/components/VTabs/__tests__/VTab.spec.ts +54 -45
- package/src/components/VTabs/__tests__/VTabs.spec.ts +199 -86
- package/src/components/VTabs/__tests__/VTabsBar.spec.ts +69 -28
- package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +10 -9
- package/src/components/VTabs/__tests__/__snapshots__/VTabs.spec.ts.snap +1 -3
- package/src/components/VTabs/index.ts +2 -2
- package/src/components/VTextField/VTextField.ts +61 -55
- package/src/components/VTextField/__tests__/VTextField.spec.ts +455 -346
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +49 -71
- package/src/components/VTextarea/VTextarea.ts +10 -23
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +186 -43
- package/src/components/VTextarea/__tests__/__snapshots__/VTextarea.spec.ts.snap +99 -4
- package/src/components/VThemeProvider/VThemeProvider.ts +2 -2
- package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +50 -11
- package/src/components/VTimePicker/VTimePicker.ts +210 -100
- package/src/components/VTimePicker/VTimePickerClock.ts +59 -71
- package/src/components/VTimePicker/VTimePickerTitle.ts +15 -14
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +214 -201
- package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +106 -109
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +66 -60
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +80 -40
- package/src/components/VTimePicker/index.ts +2 -2
- package/src/components/VTimeline/VTimeline.ts +6 -6
- package/src/components/VTimeline/VTimelineItem.ts +21 -19
- package/src/components/VTimeline/__tests__/VTimelineItem.spec.ts +29 -39
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +6 -6
- package/src/components/VTimeline/index.ts +2 -2
- package/src/components/VToolbar/VToolbar.ts +22 -23
- package/src/components/VToolbar/__tests__/VToolbar.spec.ts +61 -37
- package/src/components/VToolbar/index.ts +3 -3
- package/src/components/VTooltip/VTooltip.ts +42 -48
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +85 -99
- package/src/components/VTooltip/__tests__/__snapshots__/VTooltip.spec.ts.snap +34 -18
- package/src/components/VTreeview/VTreeview.ts +48 -42
- package/src/components/VTreeview/VTreeviewNode.ts +45 -47
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +273 -279
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +83 -87
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +156 -135
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +32 -25
- package/src/components/VTreeview/index.ts +2 -2
- package/src/components/VVirtualScroll/VVirtualScroll.ts +27 -28
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +31 -27
- package/src/components/VWindow/VWindow.ts +31 -31
- package/src/components/VWindow/VWindowItem.ts +16 -16
- package/src/components/VWindow/__tests__/VWindow.spec.ts +323 -204
- package/src/components/VWindow/__tests__/VWindowItem.spec.ts +247 -91
- package/src/components/VWindow/__tests__/__snapshots__/VWindow.spec.ts.snap +59 -0
- package/src/components/VWindow/__tests__/__snapshots__/VWindowItem.spec.ts.snap +36 -0
- package/src/components/VWindow/index.ts +2 -2
- package/src/components/transitions/createTransition.ts +16 -16
- package/src/components/transitions/expand-transition.ts +5 -3
- package/src/components/transitions/index.ts +3 -3
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +8 -7
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +8 -7
- package/src/directives/click-outside/index.ts +28 -21
- package/src/directives/color/__tests__/color.spec.ts +66 -42
- package/src/directives/color/index.ts +14 -9
- package/src/directives/intersect/__tests__/intersect.spec.ts +38 -20
- package/src/directives/intersect/index.ts +85 -49
- package/src/directives/mutate/__tests__/mutate.spec.ts +61 -47
- package/src/directives/mutate/index.ts +64 -49
- package/src/directives/resize/__tests__/resize.spec.ts +5 -5
- package/src/directives/resize/index.ts +31 -19
- package/src/directives/ripple/__tests__/ripple.spec.ts +38 -40
- package/src/directives/ripple/index.ts +6 -8
- package/src/directives/scroll/__tests__/scroll.spec.ts +19 -43
- package/src/directives/scroll/index.ts +46 -24
- package/src/directives/touch/__tests__/touch.spec.ts +23 -16
- package/src/directives/touch/index.ts +47 -34
- package/src/framework.ts +6 -7
- package/src/globals.d.ts +8 -91
- package/src/index.ts +1 -1
- package/src/install.ts +10 -32
- package/src/locale/af.ts +16 -16
- package/src/locale/ar.ts +16 -16
- package/src/locale/az.ts +16 -16
- package/src/locale/bg.ts +16 -16
- package/src/locale/ca.ts +16 -16
- package/src/locale/ckb.ts +16 -16
- package/src/locale/cs.ts +16 -16
- package/src/locale/da.ts +16 -16
- package/src/locale/de.ts +16 -16
- package/src/locale/el.ts +16 -16
- package/src/locale/en.ts +16 -16
- package/src/locale/es.ts +16 -16
- package/src/locale/et.ts +16 -16
- package/src/locale/fa.ts +16 -16
- package/src/locale/fi.ts +16 -16
- package/src/locale/fr.ts +16 -16
- package/src/locale/he.ts +16 -16
- package/src/locale/hr.ts +16 -16
- package/src/locale/hu.ts +16 -16
- package/src/locale/id.ts +16 -16
- package/src/locale/it.ts +16 -16
- package/src/locale/ja.ts +16 -16
- package/src/locale/ko.ts +16 -16
- package/src/locale/lt.ts +16 -16
- package/src/locale/lv.ts +16 -16
- package/src/locale/nl.ts +16 -16
- package/src/locale/no.ts +16 -16
- package/src/locale/pl.ts +16 -16
- package/src/locale/pt.ts +16 -16
- package/src/locale/ro.ts +16 -16
- package/src/locale/ru.ts +16 -16
- package/src/locale/sk.ts +16 -16
- package/src/locale/sl.ts +16 -16
- package/src/locale/sr-Cyrl.ts +16 -16
- package/src/locale/sr-Latn.ts +16 -16
- package/src/locale/sv.ts +16 -16
- package/src/locale/th.ts +16 -16
- package/src/locale/tr.ts +16 -16
- package/src/locale/uk.ts +16 -16
- package/src/locale/vi.ts +16 -16
- package/src/locale/zh-Hans.ts +16 -16
- package/src/locale/zh-Hant.ts +16 -16
- package/src/mixins/activatable/__tests__/activatable.spec.ts +66 -66
- package/src/mixins/activatable/index.ts +23 -29
- package/src/mixins/applicationable/__tests__/applicationable.spec.ts +47 -43
- package/src/mixins/applicationable/index.ts +9 -9
- package/src/mixins/binds-attrs/index.ts +4 -4
- package/src/mixins/bootable/__tests__/bootable.spec.ts +27 -21
- package/src/mixins/bootable/index.ts +10 -9
- package/src/mixins/button-group/index.ts +4 -4
- package/src/mixins/colorable/__tests__/colorable.spec.ts +29 -26
- package/src/mixins/colorable/index.ts +15 -14
- package/src/mixins/comparable/index.ts +4 -5
- package/src/mixins/delayable/index.ts +7 -7
- package/src/mixins/dependent/__tests__/dependent.spec.ts +77 -38
- package/src/mixins/dependent/index.ts +27 -20
- package/src/mixins/detachable/__tests__/detachable.spec.ts +53 -39
- package/src/mixins/detachable/index.ts +27 -25
- package/src/mixins/elevatable/__tests__/elevatable.spec.ts +18 -17
- package/src/mixins/elevatable/index.ts +4 -4
- package/src/mixins/filterable/index.ts +4 -4
- package/src/mixins/groupable/index.ts +19 -17
- package/src/mixins/intersectable/__tests__/intersectable.spec.ts +21 -15
- package/src/mixins/intersectable/index.ts +11 -11
- package/src/mixins/loadable/index.ts +9 -7
- package/src/mixins/localable/index.ts +4 -4
- package/src/mixins/measurable/index.ts +3 -3
- package/src/mixins/menuable/__tests__/menuable.spec.ts +84 -41
- package/src/mixins/menuable/index.ts +27 -27
- package/src/mixins/mobile/__tests__/mobile.spec.ts +12 -9
- package/src/mixins/mobile/index.ts +8 -8
- package/src/mixins/mouse/__tests__/mouse.spec.ts +59 -45
- package/src/mixins/mouse/index.ts +14 -10
- package/src/mixins/overlayable/__tests__/overlayable.spec.ts +177 -27
- package/src/mixins/overlayable/index.ts +52 -23
- package/src/mixins/picker/index.ts +15 -12
- package/src/mixins/picker-button/index.ts +6 -5
- package/src/mixins/positionable/index.ts +6 -6
- package/src/mixins/proxyable/__tests__/proxyable.spec.ts +20 -19
- package/src/mixins/proxyable/index.ts +13 -10
- package/src/mixins/registrable/__tests__/registrable.spec.ts +31 -0
- package/src/mixins/registrable/index.ts +20 -21
- package/src/mixins/returnable/index.ts +6 -6
- package/src/mixins/rippleable/__tests__/rippleable.spec.ts +11 -10
- package/src/mixins/rippleable/index.ts +6 -5
- package/src/mixins/roundable/__tests__/roundable.spec.ts +10 -8
- package/src/mixins/roundable/index.ts +9 -7
- package/src/mixins/routable/__tests__/routable.spec.ts +139 -57
- package/src/mixins/routable/index.ts +25 -19
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +68 -39
- package/src/mixins/scrollable/index.ts +7 -7
- package/src/mixins/selectable/__tests__/selectable.spec.ts +23 -10
- package/src/mixins/selectable/index.ts +21 -20
- package/src/mixins/sizeable/index.ts +5 -5
- package/src/mixins/ssr-bootable/index.ts +3 -3
- package/src/mixins/stackable/index.ts +6 -6
- package/src/mixins/themeable/index.ts +17 -17
- package/src/mixins/toggleable/index.ts +6 -6
- package/src/mixins/transitionable/index.ts +3 -3
- package/src/mixins/translatable/index.ts +7 -7
- package/src/mixins/validatable/__tests__/validatable.spec.ts +209 -173
- package/src/mixins/validatable/index.ts +44 -36
- package/src/presets/default/index.ts +10 -10
- package/src/services/application/index.ts +1 -1
- package/src/services/breakpoint/__tests__/breakpoint.spec.ts +34 -34
- package/src/services/breakpoint/index.ts +3 -4
- package/src/services/goto/__tests__/goto.spec.ts +147 -2
- package/src/services/goto/index.ts +2 -2
- package/src/services/goto/util.ts +44 -5
- package/src/services/icons/index.ts +1 -1
- package/src/services/icons/presets/fa-svg.ts +3 -3
- package/src/services/icons/presets/fa.ts +1 -1
- package/src/services/icons/presets/fa4.ts +1 -1
- package/src/services/icons/presets/index.ts +1 -1
- package/src/services/icons/presets/md.ts +1 -1
- package/src/services/icons/presets/mdi-svg.ts +1 -1
- package/src/services/icons/presets/mdi.ts +1 -1
- package/src/services/lang/__tests__/lang.spec.ts +5 -5
- package/src/services/lang/index.ts +2 -2
- package/src/services/presets/__tests__/presets.spec.ts +22 -9
- package/src/services/presets/index.ts +2 -2
- package/src/services/service/index.ts +2 -2
- package/src/services/theme/__tests__/__snapshots__/theme.spec.ts.snap +0 -1128
- package/src/services/theme/__tests__/theme-utils.spec.ts +4 -4
- package/src/services/theme/__tests__/theme.spec.ts +96 -98
- package/src/services/theme/index.ts +29 -67
- package/src/services/theme/utils.ts +4 -4
- package/src/types/vue-augment.ts +15 -0
- package/src/types/vue-internal.ts +34 -0
- package/src/util/__tests__/colorUtils.spec.ts +4 -4
- package/src/util/__tests__/console.spec.ts +124 -11
- package/src/util/__tests__/dateTimeUtils.spec.ts +1 -1
- package/src/util/__tests__/dom.spec.ts +10 -7
- package/src/util/__tests__/helpers.spec.ts +312 -49
- package/src/util/__tests__/mergeData.spec.ts +10 -10
- package/src/util/color/transformCIELAB.ts +2 -2
- package/src/util/color/transformSRGB.ts +2 -2
- package/src/util/colorUtils.ts +4 -4
- package/src/util/colors.ts +21 -21
- package/src/util/console.ts +44 -25
- package/src/util/dedupeModelListeners.ts +1 -1
- package/src/util/helpers.ts +108 -32
- package/src/util/legacyEventsMixin.ts +34 -0
- package/src/util/make-directive-activatable.ts +12 -12
- package/src/util/mergeData.ts +12 -21
- package/src/util/mixins.ts +25 -6
- package/src/util/rebuildFunctionalSlots.ts +1 -1
- package/types/alacarte.d.ts +15 -14
- package/types/index.d.ts +7 -15
- package/types/lib.d.ts +173 -173
- package/types/services/goto.d.ts +3 -3
- package/types/services/index.d.ts +2 -2
|
@@ -0,0 +1,1771 @@
|
|
|
1
|
+
{
|
|
2
|
+
"v-app": {
|
|
3
|
+
"attributes": [
|
|
4
|
+
"id"
|
|
5
|
+
],
|
|
6
|
+
"description": ""
|
|
7
|
+
},
|
|
8
|
+
"v-app-bar": {
|
|
9
|
+
"attributes": [
|
|
10
|
+
"clipped-left",
|
|
11
|
+
"clipped-right",
|
|
12
|
+
"collapse-on-scroll",
|
|
13
|
+
"elevate-on-scroll",
|
|
14
|
+
"fade-img-on-scroll",
|
|
15
|
+
"hide-on-scroll",
|
|
16
|
+
"inverted-scroll",
|
|
17
|
+
"scroll-off-screen",
|
|
18
|
+
"shrink-on-scroll",
|
|
19
|
+
"value"
|
|
20
|
+
],
|
|
21
|
+
"description": ""
|
|
22
|
+
},
|
|
23
|
+
"v-app-bar-nav-icon": {
|
|
24
|
+
"attributes": [],
|
|
25
|
+
"description": ""
|
|
26
|
+
},
|
|
27
|
+
"v-app-bar-title": {
|
|
28
|
+
"attributes": [],
|
|
29
|
+
"description": ""
|
|
30
|
+
},
|
|
31
|
+
"v-alert": {
|
|
32
|
+
"attributes": [
|
|
33
|
+
"border",
|
|
34
|
+
"close-icon",
|
|
35
|
+
"close-label",
|
|
36
|
+
"colored-border",
|
|
37
|
+
"dense",
|
|
38
|
+
"dismissible",
|
|
39
|
+
"icon",
|
|
40
|
+
"model-value",
|
|
41
|
+
"outlined",
|
|
42
|
+
"prominent",
|
|
43
|
+
"text",
|
|
44
|
+
"type"
|
|
45
|
+
],
|
|
46
|
+
"description": ""
|
|
47
|
+
},
|
|
48
|
+
"v-autocomplete": {
|
|
49
|
+
"attributes": [
|
|
50
|
+
"auto-select-first",
|
|
51
|
+
"disabled",
|
|
52
|
+
"filter",
|
|
53
|
+
"hide-no-data",
|
|
54
|
+
"items",
|
|
55
|
+
"label",
|
|
56
|
+
"menu-props",
|
|
57
|
+
"no-filter",
|
|
58
|
+
"readonly",
|
|
59
|
+
"search-input",
|
|
60
|
+
"value",
|
|
61
|
+
"value-comparator"
|
|
62
|
+
],
|
|
63
|
+
"description": ""
|
|
64
|
+
},
|
|
65
|
+
"v-avatar": {
|
|
66
|
+
"attributes": [
|
|
67
|
+
"left",
|
|
68
|
+
"right",
|
|
69
|
+
"size"
|
|
70
|
+
],
|
|
71
|
+
"description": ""
|
|
72
|
+
},
|
|
73
|
+
"v-badge": {
|
|
74
|
+
"attributes": [
|
|
75
|
+
"avatar",
|
|
76
|
+
"bordered",
|
|
77
|
+
"color",
|
|
78
|
+
"content",
|
|
79
|
+
"dot",
|
|
80
|
+
"icon",
|
|
81
|
+
"inline",
|
|
82
|
+
"label",
|
|
83
|
+
"model-value",
|
|
84
|
+
"offset-x",
|
|
85
|
+
"offset-y",
|
|
86
|
+
"overlap",
|
|
87
|
+
"tile",
|
|
88
|
+
"transition"
|
|
89
|
+
],
|
|
90
|
+
"description": ""
|
|
91
|
+
},
|
|
92
|
+
"v-banner": {
|
|
93
|
+
"attributes": [
|
|
94
|
+
"app",
|
|
95
|
+
"icon",
|
|
96
|
+
"icon-color",
|
|
97
|
+
"model-value",
|
|
98
|
+
"single-line",
|
|
99
|
+
"sticky"
|
|
100
|
+
],
|
|
101
|
+
"description": ""
|
|
102
|
+
},
|
|
103
|
+
"v-bottom-navigation": {
|
|
104
|
+
"attributes": [
|
|
105
|
+
"active-class",
|
|
106
|
+
"background-color",
|
|
107
|
+
"grow",
|
|
108
|
+
"height",
|
|
109
|
+
"hide-on-scroll",
|
|
110
|
+
"horizontal",
|
|
111
|
+
"mandatory",
|
|
112
|
+
"model-value",
|
|
113
|
+
"shift",
|
|
114
|
+
"tag"
|
|
115
|
+
],
|
|
116
|
+
"description": ""
|
|
117
|
+
},
|
|
118
|
+
"v-bottom-sheet": {
|
|
119
|
+
"attributes": [
|
|
120
|
+
"inset",
|
|
121
|
+
"max-width",
|
|
122
|
+
"transition"
|
|
123
|
+
],
|
|
124
|
+
"description": ""
|
|
125
|
+
},
|
|
126
|
+
"v-breadcrumbs": {
|
|
127
|
+
"attributes": [
|
|
128
|
+
"divider",
|
|
129
|
+
"items",
|
|
130
|
+
"large"
|
|
131
|
+
],
|
|
132
|
+
"description": ""
|
|
133
|
+
},
|
|
134
|
+
"v-breadcrumbs-item": {
|
|
135
|
+
"attributes": [
|
|
136
|
+
"active-class",
|
|
137
|
+
"ripple",
|
|
138
|
+
"text"
|
|
139
|
+
],
|
|
140
|
+
"description": ""
|
|
141
|
+
},
|
|
142
|
+
"v-breadcrumbs-divider": {
|
|
143
|
+
"attributes": [
|
|
144
|
+
"tag"
|
|
145
|
+
],
|
|
146
|
+
"description": ""
|
|
147
|
+
},
|
|
148
|
+
"v-btn": {
|
|
149
|
+
"attributes": [
|
|
150
|
+
"active-class",
|
|
151
|
+
"block",
|
|
152
|
+
"depressed",
|
|
153
|
+
"fab",
|
|
154
|
+
"icon",
|
|
155
|
+
"loading",
|
|
156
|
+
"outlined",
|
|
157
|
+
"plain",
|
|
158
|
+
"retain-focus-on-click",
|
|
159
|
+
"rounded",
|
|
160
|
+
"tag",
|
|
161
|
+
"text",
|
|
162
|
+
"tile",
|
|
163
|
+
"type",
|
|
164
|
+
"value"
|
|
165
|
+
],
|
|
166
|
+
"description": ""
|
|
167
|
+
},
|
|
168
|
+
"v-btn-toggle": {
|
|
169
|
+
"attributes": [
|
|
170
|
+
"background-color",
|
|
171
|
+
"borderless",
|
|
172
|
+
"dense",
|
|
173
|
+
"group",
|
|
174
|
+
"rounded",
|
|
175
|
+
"shaped",
|
|
176
|
+
"tile"
|
|
177
|
+
],
|
|
178
|
+
"description": ""
|
|
179
|
+
},
|
|
180
|
+
"v-calendar": {
|
|
181
|
+
"attributes": [
|
|
182
|
+
"categories",
|
|
183
|
+
"category-days",
|
|
184
|
+
"category-for-invalid",
|
|
185
|
+
"category-hide-dynamic",
|
|
186
|
+
"category-show-all",
|
|
187
|
+
"category-text",
|
|
188
|
+
"first-interval",
|
|
189
|
+
"first-time",
|
|
190
|
+
"interval-count",
|
|
191
|
+
"interval-format",
|
|
192
|
+
"interval-height",
|
|
193
|
+
"interval-minutes",
|
|
194
|
+
"interval-style",
|
|
195
|
+
"interval-width",
|
|
196
|
+
"locale-first-day-of-year",
|
|
197
|
+
"max-days",
|
|
198
|
+
"min-weeks",
|
|
199
|
+
"month-format",
|
|
200
|
+
"short-intervals",
|
|
201
|
+
"short-months",
|
|
202
|
+
"show-interval-label",
|
|
203
|
+
"show-month-on-first",
|
|
204
|
+
"show-week",
|
|
205
|
+
"type",
|
|
206
|
+
"value"
|
|
207
|
+
],
|
|
208
|
+
"description": ""
|
|
209
|
+
},
|
|
210
|
+
"v-calendar-daily": {
|
|
211
|
+
"attributes": [],
|
|
212
|
+
"description": ""
|
|
213
|
+
},
|
|
214
|
+
"v-calendar-weekly": {
|
|
215
|
+
"attributes": [
|
|
216
|
+
"locale-first-day-of-year",
|
|
217
|
+
"min-weeks",
|
|
218
|
+
"month-format",
|
|
219
|
+
"now",
|
|
220
|
+
"short-months",
|
|
221
|
+
"show-month-on-first",
|
|
222
|
+
"show-week"
|
|
223
|
+
],
|
|
224
|
+
"description": ""
|
|
225
|
+
},
|
|
226
|
+
"v-calendar-monthly": {
|
|
227
|
+
"attributes": [],
|
|
228
|
+
"description": ""
|
|
229
|
+
},
|
|
230
|
+
"v-card": {
|
|
231
|
+
"attributes": [
|
|
232
|
+
"flat",
|
|
233
|
+
"hover",
|
|
234
|
+
"img",
|
|
235
|
+
"link",
|
|
236
|
+
"loader-height",
|
|
237
|
+
"raised"
|
|
238
|
+
],
|
|
239
|
+
"description": ""
|
|
240
|
+
},
|
|
241
|
+
"v-card-actions": {
|
|
242
|
+
"attributes": [
|
|
243
|
+
"tag"
|
|
244
|
+
],
|
|
245
|
+
"description": ""
|
|
246
|
+
},
|
|
247
|
+
"v-card-subtitle": {
|
|
248
|
+
"attributes": [
|
|
249
|
+
"tag"
|
|
250
|
+
],
|
|
251
|
+
"description": ""
|
|
252
|
+
},
|
|
253
|
+
"v-card-text": {
|
|
254
|
+
"attributes": [
|
|
255
|
+
"tag"
|
|
256
|
+
],
|
|
257
|
+
"description": ""
|
|
258
|
+
},
|
|
259
|
+
"v-card-title": {
|
|
260
|
+
"attributes": [
|
|
261
|
+
"tag"
|
|
262
|
+
],
|
|
263
|
+
"description": ""
|
|
264
|
+
},
|
|
265
|
+
"v-carousel": {
|
|
266
|
+
"attributes": [
|
|
267
|
+
"continuous",
|
|
268
|
+
"cycle",
|
|
269
|
+
"delimiter-icon",
|
|
270
|
+
"height",
|
|
271
|
+
"hide-delimiter-background",
|
|
272
|
+
"hide-delimiters",
|
|
273
|
+
"interval",
|
|
274
|
+
"mandatory",
|
|
275
|
+
"progress",
|
|
276
|
+
"progress-color",
|
|
277
|
+
"show-arrows",
|
|
278
|
+
"vertical-delimiters"
|
|
279
|
+
],
|
|
280
|
+
"description": ""
|
|
281
|
+
},
|
|
282
|
+
"v-carousel-item": {
|
|
283
|
+
"attributes": [],
|
|
284
|
+
"description": ""
|
|
285
|
+
},
|
|
286
|
+
"v-checkbox": {
|
|
287
|
+
"attributes": [
|
|
288
|
+
"disabled",
|
|
289
|
+
"indeterminate",
|
|
290
|
+
"indeterminate-icon",
|
|
291
|
+
"label",
|
|
292
|
+
"off-icon",
|
|
293
|
+
"on-icon",
|
|
294
|
+
"readonly",
|
|
295
|
+
"value"
|
|
296
|
+
],
|
|
297
|
+
"description": ""
|
|
298
|
+
},
|
|
299
|
+
"v-simple-checkbox": {
|
|
300
|
+
"attributes": [
|
|
301
|
+
"color",
|
|
302
|
+
"dark",
|
|
303
|
+
"disabled",
|
|
304
|
+
"indeterminate",
|
|
305
|
+
"indeterminate-icon",
|
|
306
|
+
"light",
|
|
307
|
+
"model-value",
|
|
308
|
+
"off-icon",
|
|
309
|
+
"on-icon",
|
|
310
|
+
"ripple"
|
|
311
|
+
],
|
|
312
|
+
"description": ""
|
|
313
|
+
},
|
|
314
|
+
"v-chip": {
|
|
315
|
+
"attributes": [
|
|
316
|
+
"active",
|
|
317
|
+
"active-class",
|
|
318
|
+
"close",
|
|
319
|
+
"close-icon",
|
|
320
|
+
"close-label",
|
|
321
|
+
"disabled",
|
|
322
|
+
"draggable",
|
|
323
|
+
"filter",
|
|
324
|
+
"filter-icon",
|
|
325
|
+
"label",
|
|
326
|
+
"link",
|
|
327
|
+
"model-value",
|
|
328
|
+
"on-click",
|
|
329
|
+
"outlined",
|
|
330
|
+
"pill",
|
|
331
|
+
"tag",
|
|
332
|
+
"text-color"
|
|
333
|
+
],
|
|
334
|
+
"description": ""
|
|
335
|
+
},
|
|
336
|
+
"v-chip-group": {
|
|
337
|
+
"attributes": [
|
|
338
|
+
"column"
|
|
339
|
+
],
|
|
340
|
+
"description": ""
|
|
341
|
+
},
|
|
342
|
+
"v-color-picker": {
|
|
343
|
+
"attributes": [
|
|
344
|
+
"canvas-height",
|
|
345
|
+
"disabled",
|
|
346
|
+
"dot-size",
|
|
347
|
+
"flat",
|
|
348
|
+
"hide-canvas",
|
|
349
|
+
"hide-inputs",
|
|
350
|
+
"hide-mode-switch",
|
|
351
|
+
"hide-sliders",
|
|
352
|
+
"mode",
|
|
353
|
+
"model-value",
|
|
354
|
+
"show-swatches",
|
|
355
|
+
"swatches",
|
|
356
|
+
"swatches-max-height",
|
|
357
|
+
"width"
|
|
358
|
+
],
|
|
359
|
+
"description": ""
|
|
360
|
+
},
|
|
361
|
+
"v-content": {
|
|
362
|
+
"attributes": [],
|
|
363
|
+
"description": ""
|
|
364
|
+
},
|
|
365
|
+
"v-combobox": {
|
|
366
|
+
"attributes": [
|
|
367
|
+
"delimiters",
|
|
368
|
+
"disabled",
|
|
369
|
+
"items",
|
|
370
|
+
"label",
|
|
371
|
+
"menu-props",
|
|
372
|
+
"readonly",
|
|
373
|
+
"return-object",
|
|
374
|
+
"value",
|
|
375
|
+
"value-comparator"
|
|
376
|
+
],
|
|
377
|
+
"description": ""
|
|
378
|
+
},
|
|
379
|
+
"v-data-iterator": {
|
|
380
|
+
"attributes": [
|
|
381
|
+
"checkbox-color",
|
|
382
|
+
"custom-filter",
|
|
383
|
+
"custom-group",
|
|
384
|
+
"custom-sort",
|
|
385
|
+
"disable-filtering",
|
|
386
|
+
"disable-pagination",
|
|
387
|
+
"disable-sort",
|
|
388
|
+
"expanded",
|
|
389
|
+
"footer-props",
|
|
390
|
+
"group-by",
|
|
391
|
+
"group-desc",
|
|
392
|
+
"hide-default-footer",
|
|
393
|
+
"item-key",
|
|
394
|
+
"items",
|
|
395
|
+
"items-per-page",
|
|
396
|
+
"loading",
|
|
397
|
+
"loading-text",
|
|
398
|
+
"locale",
|
|
399
|
+
"mobile-breakpoint",
|
|
400
|
+
"model-value",
|
|
401
|
+
"multi-sort",
|
|
402
|
+
"must-sort",
|
|
403
|
+
"no-data-text",
|
|
404
|
+
"no-results-text",
|
|
405
|
+
"options",
|
|
406
|
+
"page",
|
|
407
|
+
"search",
|
|
408
|
+
"selectable-key",
|
|
409
|
+
"server-items-length",
|
|
410
|
+
"single-expand",
|
|
411
|
+
"single-select",
|
|
412
|
+
"sort-by",
|
|
413
|
+
"sort-desc",
|
|
414
|
+
"value"
|
|
415
|
+
],
|
|
416
|
+
"description": ""
|
|
417
|
+
},
|
|
418
|
+
"v-data-footer": {
|
|
419
|
+
"attributes": [
|
|
420
|
+
"disable-items-per-page",
|
|
421
|
+
"disable-pagination",
|
|
422
|
+
"first-icon",
|
|
423
|
+
"items-per-page-all-text",
|
|
424
|
+
"items-per-page-options",
|
|
425
|
+
"items-per-page-text",
|
|
426
|
+
"last-icon",
|
|
427
|
+
"next-icon",
|
|
428
|
+
"options",
|
|
429
|
+
"page-text",
|
|
430
|
+
"pagination",
|
|
431
|
+
"prev-icon",
|
|
432
|
+
"show-current-page",
|
|
433
|
+
"show-first-last-page"
|
|
434
|
+
],
|
|
435
|
+
"description": ""
|
|
436
|
+
},
|
|
437
|
+
"v-data-table": {
|
|
438
|
+
"attributes": [
|
|
439
|
+
"calculate-widths",
|
|
440
|
+
"caption",
|
|
441
|
+
"checkbox-color",
|
|
442
|
+
"color",
|
|
443
|
+
"custom-filter",
|
|
444
|
+
"custom-group",
|
|
445
|
+
"custom-sort",
|
|
446
|
+
"dense",
|
|
447
|
+
"disable-filtering",
|
|
448
|
+
"disable-pagination",
|
|
449
|
+
"disable-sort",
|
|
450
|
+
"expand-icon",
|
|
451
|
+
"expanded",
|
|
452
|
+
"filter-mode",
|
|
453
|
+
"fixed-header",
|
|
454
|
+
"footer-props",
|
|
455
|
+
"group-by",
|
|
456
|
+
"group-desc",
|
|
457
|
+
"header-props",
|
|
458
|
+
"headers",
|
|
459
|
+
"headers-length",
|
|
460
|
+
"height",
|
|
461
|
+
"hide-default-footer",
|
|
462
|
+
"hide-default-header",
|
|
463
|
+
"item-class",
|
|
464
|
+
"item-key",
|
|
465
|
+
"item-style",
|
|
466
|
+
"items",
|
|
467
|
+
"items-per-page",
|
|
468
|
+
"loader-height",
|
|
469
|
+
"loading",
|
|
470
|
+
"loading-text",
|
|
471
|
+
"locale",
|
|
472
|
+
"multi-sort",
|
|
473
|
+
"must-sort",
|
|
474
|
+
"no-data-text",
|
|
475
|
+
"no-results-text",
|
|
476
|
+
"options",
|
|
477
|
+
"page",
|
|
478
|
+
"search",
|
|
479
|
+
"server-items-length",
|
|
480
|
+
"show-expand",
|
|
481
|
+
"show-group-by",
|
|
482
|
+
"show-select",
|
|
483
|
+
"single-expand",
|
|
484
|
+
"single-select",
|
|
485
|
+
"sort-by",
|
|
486
|
+
"sort-desc",
|
|
487
|
+
"value"
|
|
488
|
+
],
|
|
489
|
+
"description": ""
|
|
490
|
+
},
|
|
491
|
+
"v-data-table-header": {
|
|
492
|
+
"attributes": [
|
|
493
|
+
"checkbox-color",
|
|
494
|
+
"disable-sort",
|
|
495
|
+
"every-item",
|
|
496
|
+
"headers",
|
|
497
|
+
"mobile",
|
|
498
|
+
"options",
|
|
499
|
+
"show-group-by",
|
|
500
|
+
"single-select",
|
|
501
|
+
"some-items",
|
|
502
|
+
"sort-by-text",
|
|
503
|
+
"sort-icon"
|
|
504
|
+
],
|
|
505
|
+
"description": ""
|
|
506
|
+
},
|
|
507
|
+
"v-edit-dialog": {
|
|
508
|
+
"attributes": [
|
|
509
|
+
"cancel-text",
|
|
510
|
+
"eager",
|
|
511
|
+
"large",
|
|
512
|
+
"persistent",
|
|
513
|
+
"save-text",
|
|
514
|
+
"transition"
|
|
515
|
+
],
|
|
516
|
+
"description": ""
|
|
517
|
+
},
|
|
518
|
+
"v-simple-table": {
|
|
519
|
+
"attributes": [
|
|
520
|
+
"dense",
|
|
521
|
+
"fixed-header",
|
|
522
|
+
"height"
|
|
523
|
+
],
|
|
524
|
+
"description": ""
|
|
525
|
+
},
|
|
526
|
+
"v-date-picker": {
|
|
527
|
+
"attributes": [
|
|
528
|
+
"active-picker",
|
|
529
|
+
"allowed-dates",
|
|
530
|
+
"day-format",
|
|
531
|
+
"disabled",
|
|
532
|
+
"event-color",
|
|
533
|
+
"events",
|
|
534
|
+
"first-day-of-week",
|
|
535
|
+
"header-date-format",
|
|
536
|
+
"locale-first-day-of-year",
|
|
537
|
+
"max",
|
|
538
|
+
"min",
|
|
539
|
+
"model-value",
|
|
540
|
+
"month-format",
|
|
541
|
+
"multiple",
|
|
542
|
+
"next-icon",
|
|
543
|
+
"next-month-aria-label",
|
|
544
|
+
"next-year-aria-label",
|
|
545
|
+
"picker-date",
|
|
546
|
+
"prev-icon",
|
|
547
|
+
"prev-month-aria-label",
|
|
548
|
+
"prev-year-aria-label",
|
|
549
|
+
"range",
|
|
550
|
+
"reactive",
|
|
551
|
+
"readonly",
|
|
552
|
+
"scrollable",
|
|
553
|
+
"selected-items-text",
|
|
554
|
+
"show-adjacent-months",
|
|
555
|
+
"show-current",
|
|
556
|
+
"show-week",
|
|
557
|
+
"title-date-format",
|
|
558
|
+
"type",
|
|
559
|
+
"weekday-format",
|
|
560
|
+
"year-format",
|
|
561
|
+
"year-icon"
|
|
562
|
+
],
|
|
563
|
+
"description": ""
|
|
564
|
+
},
|
|
565
|
+
"v-dialog": {
|
|
566
|
+
"attributes": [
|
|
567
|
+
"dark",
|
|
568
|
+
"disabled",
|
|
569
|
+
"fullscreen",
|
|
570
|
+
"light",
|
|
571
|
+
"max-width",
|
|
572
|
+
"no-click-animation",
|
|
573
|
+
"origin",
|
|
574
|
+
"persistent",
|
|
575
|
+
"retain-focus",
|
|
576
|
+
"scrollable",
|
|
577
|
+
"transition",
|
|
578
|
+
"width"
|
|
579
|
+
],
|
|
580
|
+
"description": ""
|
|
581
|
+
},
|
|
582
|
+
"v-divider": {
|
|
583
|
+
"attributes": [
|
|
584
|
+
"dark",
|
|
585
|
+
"inset",
|
|
586
|
+
"light",
|
|
587
|
+
"vertical"
|
|
588
|
+
],
|
|
589
|
+
"description": ""
|
|
590
|
+
},
|
|
591
|
+
"v-expansion-panels": {
|
|
592
|
+
"attributes": [
|
|
593
|
+
"accordion",
|
|
594
|
+
"disabled",
|
|
595
|
+
"flat",
|
|
596
|
+
"focusable",
|
|
597
|
+
"hover",
|
|
598
|
+
"inset",
|
|
599
|
+
"popout",
|
|
600
|
+
"readonly",
|
|
601
|
+
"tile"
|
|
602
|
+
],
|
|
603
|
+
"description": ""
|
|
604
|
+
},
|
|
605
|
+
"v-expansion-panel": {
|
|
606
|
+
"attributes": [
|
|
607
|
+
"disabled",
|
|
608
|
+
"readonly"
|
|
609
|
+
],
|
|
610
|
+
"description": ""
|
|
611
|
+
},
|
|
612
|
+
"v-expansion-panel-content": {
|
|
613
|
+
"attributes": [],
|
|
614
|
+
"description": ""
|
|
615
|
+
},
|
|
616
|
+
"v-expansion-panel-header": {
|
|
617
|
+
"attributes": [
|
|
618
|
+
"disable-icon-rotate",
|
|
619
|
+
"expand-icon",
|
|
620
|
+
"hide-actions",
|
|
621
|
+
"ripple"
|
|
622
|
+
],
|
|
623
|
+
"description": ""
|
|
624
|
+
},
|
|
625
|
+
"v-file-input": {
|
|
626
|
+
"attributes": [
|
|
627
|
+
"chips",
|
|
628
|
+
"clearable",
|
|
629
|
+
"counter-size-string",
|
|
630
|
+
"counter-string",
|
|
631
|
+
"disabled",
|
|
632
|
+
"hide-input",
|
|
633
|
+
"label",
|
|
634
|
+
"multiple",
|
|
635
|
+
"placeholder",
|
|
636
|
+
"prepend-icon",
|
|
637
|
+
"show-size",
|
|
638
|
+
"small-chips",
|
|
639
|
+
"truncate-length",
|
|
640
|
+
"value"
|
|
641
|
+
],
|
|
642
|
+
"description": ""
|
|
643
|
+
},
|
|
644
|
+
"v-footer": {
|
|
645
|
+
"attributes": [
|
|
646
|
+
"height",
|
|
647
|
+
"inset",
|
|
648
|
+
"padless",
|
|
649
|
+
"tag"
|
|
650
|
+
],
|
|
651
|
+
"description": ""
|
|
652
|
+
},
|
|
653
|
+
"v-form": {
|
|
654
|
+
"attributes": [
|
|
655
|
+
"disabled",
|
|
656
|
+
"lazy-validation",
|
|
657
|
+
"readonly",
|
|
658
|
+
"value"
|
|
659
|
+
],
|
|
660
|
+
"description": ""
|
|
661
|
+
},
|
|
662
|
+
"v-container": {
|
|
663
|
+
"attributes": [
|
|
664
|
+
"fluid",
|
|
665
|
+
"id",
|
|
666
|
+
"tag"
|
|
667
|
+
],
|
|
668
|
+
"description": ""
|
|
669
|
+
},
|
|
670
|
+
"v-col": {
|
|
671
|
+
"attributes": [
|
|
672
|
+
"align-self",
|
|
673
|
+
"cols",
|
|
674
|
+
"lg",
|
|
675
|
+
"md",
|
|
676
|
+
"offset",
|
|
677
|
+
"offset-lg",
|
|
678
|
+
"offset-md",
|
|
679
|
+
"offset-sm",
|
|
680
|
+
"offset-xl",
|
|
681
|
+
"order",
|
|
682
|
+
"order-lg",
|
|
683
|
+
"order-md",
|
|
684
|
+
"order-sm",
|
|
685
|
+
"order-xl",
|
|
686
|
+
"sm",
|
|
687
|
+
"tag",
|
|
688
|
+
"xl"
|
|
689
|
+
],
|
|
690
|
+
"description": ""
|
|
691
|
+
},
|
|
692
|
+
"v-row": {
|
|
693
|
+
"attributes": [
|
|
694
|
+
"align",
|
|
695
|
+
"align-content",
|
|
696
|
+
"align-content-lg",
|
|
697
|
+
"align-content-md",
|
|
698
|
+
"align-content-sm",
|
|
699
|
+
"align-content-xl",
|
|
700
|
+
"align-lg",
|
|
701
|
+
"align-md",
|
|
702
|
+
"align-sm",
|
|
703
|
+
"align-xl",
|
|
704
|
+
"dense",
|
|
705
|
+
"justify",
|
|
706
|
+
"justify-lg",
|
|
707
|
+
"justify-md",
|
|
708
|
+
"justify-sm",
|
|
709
|
+
"justify-xl",
|
|
710
|
+
"no-gutters",
|
|
711
|
+
"tag"
|
|
712
|
+
],
|
|
713
|
+
"description": ""
|
|
714
|
+
},
|
|
715
|
+
"v-spacer": {
|
|
716
|
+
"attributes": [
|
|
717
|
+
"tag"
|
|
718
|
+
],
|
|
719
|
+
"description": ""
|
|
720
|
+
},
|
|
721
|
+
"v-layout": {
|
|
722
|
+
"attributes": [
|
|
723
|
+
"align-baseline",
|
|
724
|
+
"align-center",
|
|
725
|
+
"align-content-center",
|
|
726
|
+
"align-content-end",
|
|
727
|
+
"align-content-space-around",
|
|
728
|
+
"align-content-space-between",
|
|
729
|
+
"align-content-start",
|
|
730
|
+
"align-end",
|
|
731
|
+
"align-start",
|
|
732
|
+
"column",
|
|
733
|
+
"d-{type}",
|
|
734
|
+
"fill-height",
|
|
735
|
+
"id",
|
|
736
|
+
"justify-center",
|
|
737
|
+
"justify-end",
|
|
738
|
+
"justify-space-around",
|
|
739
|
+
"justify-space-between",
|
|
740
|
+
"justify-start",
|
|
741
|
+
"reverse",
|
|
742
|
+
"row",
|
|
743
|
+
"tag",
|
|
744
|
+
"wrap"
|
|
745
|
+
],
|
|
746
|
+
"description": ""
|
|
747
|
+
},
|
|
748
|
+
"v-flex": {
|
|
749
|
+
"attributes": [
|
|
750
|
+
"(size)(1-12)",
|
|
751
|
+
"align-self-baseline",
|
|
752
|
+
"align-self-center",
|
|
753
|
+
"align-self-end",
|
|
754
|
+
"align-self-start",
|
|
755
|
+
"grow",
|
|
756
|
+
"id",
|
|
757
|
+
"offset-(size)(0-12)",
|
|
758
|
+
"order-(size)(1-12)",
|
|
759
|
+
"shrink",
|
|
760
|
+
"tag"
|
|
761
|
+
],
|
|
762
|
+
"description": ""
|
|
763
|
+
},
|
|
764
|
+
"v-hover": {
|
|
765
|
+
"attributes": [
|
|
766
|
+
"disabled",
|
|
767
|
+
"model-value"
|
|
768
|
+
],
|
|
769
|
+
"description": ""
|
|
770
|
+
},
|
|
771
|
+
"v-icon": {
|
|
772
|
+
"attributes": [
|
|
773
|
+
"dense",
|
|
774
|
+
"disabled",
|
|
775
|
+
"inner-h-t-m-l",
|
|
776
|
+
"left",
|
|
777
|
+
"right",
|
|
778
|
+
"size",
|
|
779
|
+
"tag",
|
|
780
|
+
"text-content"
|
|
781
|
+
],
|
|
782
|
+
"description": ""
|
|
783
|
+
},
|
|
784
|
+
"v-img": {
|
|
785
|
+
"attributes": [
|
|
786
|
+
"alt",
|
|
787
|
+
"contain",
|
|
788
|
+
"eager",
|
|
789
|
+
"gradient",
|
|
790
|
+
"lazy-src",
|
|
791
|
+
"options",
|
|
792
|
+
"position",
|
|
793
|
+
"sizes",
|
|
794
|
+
"src",
|
|
795
|
+
"srcset",
|
|
796
|
+
"transition"
|
|
797
|
+
],
|
|
798
|
+
"description": ""
|
|
799
|
+
},
|
|
800
|
+
"v-input": {
|
|
801
|
+
"attributes": [
|
|
802
|
+
"append-icon",
|
|
803
|
+
"background-color",
|
|
804
|
+
"dense",
|
|
805
|
+
"disabled",
|
|
806
|
+
"height",
|
|
807
|
+
"hide-details",
|
|
808
|
+
"hide-spin-buttons",
|
|
809
|
+
"hint",
|
|
810
|
+
"id",
|
|
811
|
+
"label",
|
|
812
|
+
"loading",
|
|
813
|
+
"model-value",
|
|
814
|
+
"persistent-hint",
|
|
815
|
+
"prepend-icon",
|
|
816
|
+
"readonly",
|
|
817
|
+
"value"
|
|
818
|
+
],
|
|
819
|
+
"description": ""
|
|
820
|
+
},
|
|
821
|
+
"v-item": {
|
|
822
|
+
"attributes": [],
|
|
823
|
+
"description": ""
|
|
824
|
+
},
|
|
825
|
+
"v-item-group": {
|
|
826
|
+
"attributes": [],
|
|
827
|
+
"description": ""
|
|
828
|
+
},
|
|
829
|
+
"v-lazy": {
|
|
830
|
+
"attributes": [
|
|
831
|
+
"options",
|
|
832
|
+
"tag",
|
|
833
|
+
"transition"
|
|
834
|
+
],
|
|
835
|
+
"description": ""
|
|
836
|
+
},
|
|
837
|
+
"v-list": {
|
|
838
|
+
"attributes": [
|
|
839
|
+
"dense",
|
|
840
|
+
"disabled",
|
|
841
|
+
"expand",
|
|
842
|
+
"flat",
|
|
843
|
+
"nav",
|
|
844
|
+
"rounded",
|
|
845
|
+
"subheader",
|
|
846
|
+
"three-line",
|
|
847
|
+
"two-line"
|
|
848
|
+
],
|
|
849
|
+
"description": ""
|
|
850
|
+
},
|
|
851
|
+
"v-list-group": {
|
|
852
|
+
"attributes": [
|
|
853
|
+
"active-class",
|
|
854
|
+
"append-icon",
|
|
855
|
+
"color",
|
|
856
|
+
"disabled",
|
|
857
|
+
"group",
|
|
858
|
+
"no-action",
|
|
859
|
+
"prepend-icon",
|
|
860
|
+
"ripple",
|
|
861
|
+
"sub-group"
|
|
862
|
+
],
|
|
863
|
+
"description": ""
|
|
864
|
+
},
|
|
865
|
+
"v-list-item": {
|
|
866
|
+
"attributes": [
|
|
867
|
+
"active-class",
|
|
868
|
+
"dense",
|
|
869
|
+
"inactive",
|
|
870
|
+
"link",
|
|
871
|
+
"model-value",
|
|
872
|
+
"on-click",
|
|
873
|
+
"selectable",
|
|
874
|
+
"tag",
|
|
875
|
+
"three-line",
|
|
876
|
+
"two-line"
|
|
877
|
+
],
|
|
878
|
+
"description": ""
|
|
879
|
+
},
|
|
880
|
+
"v-list-item-group": {
|
|
881
|
+
"attributes": [],
|
|
882
|
+
"description": ""
|
|
883
|
+
},
|
|
884
|
+
"v-list-item-action": {
|
|
885
|
+
"attributes": [],
|
|
886
|
+
"description": ""
|
|
887
|
+
},
|
|
888
|
+
"v-list-item-avatar": {
|
|
889
|
+
"attributes": [
|
|
890
|
+
"horizontal",
|
|
891
|
+
"size"
|
|
892
|
+
],
|
|
893
|
+
"description": ""
|
|
894
|
+
},
|
|
895
|
+
"v-list-item-icon": {
|
|
896
|
+
"attributes": [],
|
|
897
|
+
"description": ""
|
|
898
|
+
},
|
|
899
|
+
"v-list-item-action-text": {
|
|
900
|
+
"attributes": [
|
|
901
|
+
"tag"
|
|
902
|
+
],
|
|
903
|
+
"description": ""
|
|
904
|
+
},
|
|
905
|
+
"v-list-item-content": {
|
|
906
|
+
"attributes": [
|
|
907
|
+
"tag"
|
|
908
|
+
],
|
|
909
|
+
"description": ""
|
|
910
|
+
},
|
|
911
|
+
"v-list-item-title": {
|
|
912
|
+
"attributes": [
|
|
913
|
+
"tag"
|
|
914
|
+
],
|
|
915
|
+
"description": ""
|
|
916
|
+
},
|
|
917
|
+
"v-list-item-subtitle": {
|
|
918
|
+
"attributes": [
|
|
919
|
+
"tag"
|
|
920
|
+
],
|
|
921
|
+
"description": ""
|
|
922
|
+
},
|
|
923
|
+
"v-main": {
|
|
924
|
+
"attributes": [
|
|
925
|
+
"tag"
|
|
926
|
+
],
|
|
927
|
+
"description": ""
|
|
928
|
+
},
|
|
929
|
+
"v-menu": {
|
|
930
|
+
"attributes": [
|
|
931
|
+
"auto",
|
|
932
|
+
"close-on-click",
|
|
933
|
+
"close-on-content-click",
|
|
934
|
+
"content-props",
|
|
935
|
+
"disable-keys",
|
|
936
|
+
"disabled",
|
|
937
|
+
"max-height",
|
|
938
|
+
"offset-x",
|
|
939
|
+
"offset-y",
|
|
940
|
+
"on-scroll",
|
|
941
|
+
"open-on-hover",
|
|
942
|
+
"origin",
|
|
943
|
+
"transition"
|
|
944
|
+
],
|
|
945
|
+
"description": ""
|
|
946
|
+
},
|
|
947
|
+
"v-navigation-drawer": {
|
|
948
|
+
"attributes": [
|
|
949
|
+
"bottom",
|
|
950
|
+
"clipped",
|
|
951
|
+
"disable-resize-watcher",
|
|
952
|
+
"disable-route-watcher",
|
|
953
|
+
"expand-on-hover",
|
|
954
|
+
"floating",
|
|
955
|
+
"height",
|
|
956
|
+
"mini-variant",
|
|
957
|
+
"mini-variant-width",
|
|
958
|
+
"model-value",
|
|
959
|
+
"permanent",
|
|
960
|
+
"right",
|
|
961
|
+
"src",
|
|
962
|
+
"stateless",
|
|
963
|
+
"tag",
|
|
964
|
+
"temporary",
|
|
965
|
+
"touchless",
|
|
966
|
+
"width"
|
|
967
|
+
],
|
|
968
|
+
"description": ""
|
|
969
|
+
},
|
|
970
|
+
"v-otp-input": {
|
|
971
|
+
"attributes": [
|
|
972
|
+
"length",
|
|
973
|
+
"model-value",
|
|
974
|
+
"plain",
|
|
975
|
+
"type"
|
|
976
|
+
],
|
|
977
|
+
"description": ""
|
|
978
|
+
},
|
|
979
|
+
"v-overflow-btn": {
|
|
980
|
+
"attributes": [
|
|
981
|
+
"disabled",
|
|
982
|
+
"editable",
|
|
983
|
+
"items",
|
|
984
|
+
"label",
|
|
985
|
+
"menu-props",
|
|
986
|
+
"readonly",
|
|
987
|
+
"segmented",
|
|
988
|
+
"value",
|
|
989
|
+
"value-comparator"
|
|
990
|
+
],
|
|
991
|
+
"description": ""
|
|
992
|
+
},
|
|
993
|
+
"v-overlay": {
|
|
994
|
+
"attributes": [
|
|
995
|
+
"absolute",
|
|
996
|
+
"color",
|
|
997
|
+
"dark",
|
|
998
|
+
"model-value",
|
|
999
|
+
"opacity",
|
|
1000
|
+
"z-index"
|
|
1001
|
+
],
|
|
1002
|
+
"description": ""
|
|
1003
|
+
},
|
|
1004
|
+
"v-pagination": {
|
|
1005
|
+
"attributes": [
|
|
1006
|
+
"circle",
|
|
1007
|
+
"current-page-aria-label",
|
|
1008
|
+
"disabled",
|
|
1009
|
+
"length",
|
|
1010
|
+
"model-value",
|
|
1011
|
+
"navigation-color",
|
|
1012
|
+
"navigation-text-color",
|
|
1013
|
+
"next-aria-label",
|
|
1014
|
+
"next-icon",
|
|
1015
|
+
"page-aria-label",
|
|
1016
|
+
"prev-icon",
|
|
1017
|
+
"previous-aria-label",
|
|
1018
|
+
"total-visible",
|
|
1019
|
+
"wrapper-aria-label"
|
|
1020
|
+
],
|
|
1021
|
+
"description": ""
|
|
1022
|
+
},
|
|
1023
|
+
"v-sheet": {
|
|
1024
|
+
"attributes": [
|
|
1025
|
+
"outlined",
|
|
1026
|
+
"shaped",
|
|
1027
|
+
"tag",
|
|
1028
|
+
"tile"
|
|
1029
|
+
],
|
|
1030
|
+
"description": ""
|
|
1031
|
+
},
|
|
1032
|
+
"v-parallax": {
|
|
1033
|
+
"attributes": [
|
|
1034
|
+
"alt",
|
|
1035
|
+
"height",
|
|
1036
|
+
"src",
|
|
1037
|
+
"srcset"
|
|
1038
|
+
],
|
|
1039
|
+
"description": ""
|
|
1040
|
+
},
|
|
1041
|
+
"v-progress-circular": {
|
|
1042
|
+
"attributes": [
|
|
1043
|
+
"button",
|
|
1044
|
+
"indeterminate",
|
|
1045
|
+
"rotate",
|
|
1046
|
+
"size",
|
|
1047
|
+
"value",
|
|
1048
|
+
"width"
|
|
1049
|
+
],
|
|
1050
|
+
"description": ""
|
|
1051
|
+
},
|
|
1052
|
+
"v-progress-linear": {
|
|
1053
|
+
"attributes": [
|
|
1054
|
+
"active",
|
|
1055
|
+
"background-color",
|
|
1056
|
+
"background-opacity",
|
|
1057
|
+
"buffer-value",
|
|
1058
|
+
"color",
|
|
1059
|
+
"height",
|
|
1060
|
+
"indeterminate",
|
|
1061
|
+
"model-value",
|
|
1062
|
+
"on-change",
|
|
1063
|
+
"on-update-model-value",
|
|
1064
|
+
"query",
|
|
1065
|
+
"reverse",
|
|
1066
|
+
"rounded",
|
|
1067
|
+
"stream",
|
|
1068
|
+
"striped",
|
|
1069
|
+
"value"
|
|
1070
|
+
],
|
|
1071
|
+
"description": ""
|
|
1072
|
+
},
|
|
1073
|
+
"v-radio-group": {
|
|
1074
|
+
"attributes": [
|
|
1075
|
+
"column",
|
|
1076
|
+
"disabled",
|
|
1077
|
+
"label",
|
|
1078
|
+
"model-value",
|
|
1079
|
+
"name",
|
|
1080
|
+
"readonly",
|
|
1081
|
+
"row",
|
|
1082
|
+
"value"
|
|
1083
|
+
],
|
|
1084
|
+
"description": ""
|
|
1085
|
+
},
|
|
1086
|
+
"v-radio": {
|
|
1087
|
+
"attributes": [
|
|
1088
|
+
"disabled",
|
|
1089
|
+
"id",
|
|
1090
|
+
"label",
|
|
1091
|
+
"name",
|
|
1092
|
+
"off-icon",
|
|
1093
|
+
"on-icon",
|
|
1094
|
+
"readonly",
|
|
1095
|
+
"value"
|
|
1096
|
+
],
|
|
1097
|
+
"description": ""
|
|
1098
|
+
},
|
|
1099
|
+
"v-range-slider": {
|
|
1100
|
+
"attributes": [
|
|
1101
|
+
"disabled",
|
|
1102
|
+
"label",
|
|
1103
|
+
"model-value",
|
|
1104
|
+
"readonly",
|
|
1105
|
+
"value"
|
|
1106
|
+
],
|
|
1107
|
+
"description": ""
|
|
1108
|
+
},
|
|
1109
|
+
"v-rating": {
|
|
1110
|
+
"attributes": [
|
|
1111
|
+
"background-color",
|
|
1112
|
+
"clearable",
|
|
1113
|
+
"color",
|
|
1114
|
+
"dense",
|
|
1115
|
+
"empty-icon",
|
|
1116
|
+
"full-icon",
|
|
1117
|
+
"half-icon",
|
|
1118
|
+
"half-increments",
|
|
1119
|
+
"hover",
|
|
1120
|
+
"icon-label",
|
|
1121
|
+
"length",
|
|
1122
|
+
"model-value",
|
|
1123
|
+
"readonly",
|
|
1124
|
+
"size"
|
|
1125
|
+
],
|
|
1126
|
+
"description": ""
|
|
1127
|
+
},
|
|
1128
|
+
"v-responsive": {
|
|
1129
|
+
"attributes": [
|
|
1130
|
+
"aspect-ratio",
|
|
1131
|
+
"content-class"
|
|
1132
|
+
],
|
|
1133
|
+
"description": ""
|
|
1134
|
+
},
|
|
1135
|
+
"v-select": {
|
|
1136
|
+
"attributes": [
|
|
1137
|
+
"append-icon",
|
|
1138
|
+
"attach",
|
|
1139
|
+
"auto",
|
|
1140
|
+
"cache-items",
|
|
1141
|
+
"chips",
|
|
1142
|
+
"clearable",
|
|
1143
|
+
"deletable-chips",
|
|
1144
|
+
"disable-lookup",
|
|
1145
|
+
"disabled",
|
|
1146
|
+
"eager",
|
|
1147
|
+
"hide-selected",
|
|
1148
|
+
"item-color",
|
|
1149
|
+
"item-disabled",
|
|
1150
|
+
"item-text",
|
|
1151
|
+
"item-value",
|
|
1152
|
+
"items",
|
|
1153
|
+
"label",
|
|
1154
|
+
"menu-props",
|
|
1155
|
+
"min-width",
|
|
1156
|
+
"multiple",
|
|
1157
|
+
"open-on-clear",
|
|
1158
|
+
"readonly",
|
|
1159
|
+
"return-object",
|
|
1160
|
+
"small-chips",
|
|
1161
|
+
"value",
|
|
1162
|
+
"value-comparator"
|
|
1163
|
+
],
|
|
1164
|
+
"description": ""
|
|
1165
|
+
},
|
|
1166
|
+
"v-skeleton-loader": {
|
|
1167
|
+
"attributes": [
|
|
1168
|
+
"boilerplate",
|
|
1169
|
+
"loading",
|
|
1170
|
+
"loading-text",
|
|
1171
|
+
"tile",
|
|
1172
|
+
"transition",
|
|
1173
|
+
"type",
|
|
1174
|
+
"types"
|
|
1175
|
+
],
|
|
1176
|
+
"description": ""
|
|
1177
|
+
},
|
|
1178
|
+
"v-slider": {
|
|
1179
|
+
"attributes": [
|
|
1180
|
+
"disabled",
|
|
1181
|
+
"inverse-label",
|
|
1182
|
+
"label",
|
|
1183
|
+
"max",
|
|
1184
|
+
"min",
|
|
1185
|
+
"model-value",
|
|
1186
|
+
"readonly",
|
|
1187
|
+
"step",
|
|
1188
|
+
"thumb-color",
|
|
1189
|
+
"thumb-label",
|
|
1190
|
+
"thumb-size",
|
|
1191
|
+
"tick-labels",
|
|
1192
|
+
"tick-size",
|
|
1193
|
+
"ticks",
|
|
1194
|
+
"track-color",
|
|
1195
|
+
"track-fill-color",
|
|
1196
|
+
"value",
|
|
1197
|
+
"vertical"
|
|
1198
|
+
],
|
|
1199
|
+
"description": ""
|
|
1200
|
+
},
|
|
1201
|
+
"v-slide-group": {
|
|
1202
|
+
"attributes": [],
|
|
1203
|
+
"description": ""
|
|
1204
|
+
},
|
|
1205
|
+
"v-slide-item": {
|
|
1206
|
+
"attributes": [],
|
|
1207
|
+
"description": ""
|
|
1208
|
+
},
|
|
1209
|
+
"v-snackbar": {
|
|
1210
|
+
"attributes": [
|
|
1211
|
+
"app",
|
|
1212
|
+
"centered",
|
|
1213
|
+
"content-class",
|
|
1214
|
+
"multi-line",
|
|
1215
|
+
"text",
|
|
1216
|
+
"timeout",
|
|
1217
|
+
"transition",
|
|
1218
|
+
"vertical"
|
|
1219
|
+
],
|
|
1220
|
+
"description": ""
|
|
1221
|
+
},
|
|
1222
|
+
"v-sparkline": {
|
|
1223
|
+
"attributes": [
|
|
1224
|
+
"auto-draw",
|
|
1225
|
+
"auto-draw-duration",
|
|
1226
|
+
"auto-draw-easing",
|
|
1227
|
+
"auto-line-width",
|
|
1228
|
+
"color",
|
|
1229
|
+
"fill",
|
|
1230
|
+
"gradient",
|
|
1231
|
+
"gradient-direction",
|
|
1232
|
+
"height",
|
|
1233
|
+
"label-size",
|
|
1234
|
+
"labels",
|
|
1235
|
+
"line-width",
|
|
1236
|
+
"padding",
|
|
1237
|
+
"show-labels",
|
|
1238
|
+
"smooth",
|
|
1239
|
+
"type",
|
|
1240
|
+
"value",
|
|
1241
|
+
"width"
|
|
1242
|
+
],
|
|
1243
|
+
"description": ""
|
|
1244
|
+
},
|
|
1245
|
+
"v-speed-dial": {
|
|
1246
|
+
"attributes": [
|
|
1247
|
+
"direction",
|
|
1248
|
+
"open-on-hover",
|
|
1249
|
+
"transition"
|
|
1250
|
+
],
|
|
1251
|
+
"description": ""
|
|
1252
|
+
},
|
|
1253
|
+
"v-stepper": {
|
|
1254
|
+
"attributes": [
|
|
1255
|
+
"alt-labels",
|
|
1256
|
+
"flat",
|
|
1257
|
+
"non-linear",
|
|
1258
|
+
"vertical"
|
|
1259
|
+
],
|
|
1260
|
+
"description": ""
|
|
1261
|
+
},
|
|
1262
|
+
"v-stepper-step": {
|
|
1263
|
+
"attributes": [
|
|
1264
|
+
"color",
|
|
1265
|
+
"complete",
|
|
1266
|
+
"complete-icon",
|
|
1267
|
+
"edit-icon",
|
|
1268
|
+
"editable",
|
|
1269
|
+
"error-icon",
|
|
1270
|
+
"rules",
|
|
1271
|
+
"step"
|
|
1272
|
+
],
|
|
1273
|
+
"description": ""
|
|
1274
|
+
},
|
|
1275
|
+
"v-stepper-content": {
|
|
1276
|
+
"attributes": [
|
|
1277
|
+
"step"
|
|
1278
|
+
],
|
|
1279
|
+
"description": ""
|
|
1280
|
+
},
|
|
1281
|
+
"v-stepper-header": {
|
|
1282
|
+
"attributes": [
|
|
1283
|
+
"tag"
|
|
1284
|
+
],
|
|
1285
|
+
"description": ""
|
|
1286
|
+
},
|
|
1287
|
+
"v-stepper-items": {
|
|
1288
|
+
"attributes": [
|
|
1289
|
+
"tag"
|
|
1290
|
+
],
|
|
1291
|
+
"description": ""
|
|
1292
|
+
},
|
|
1293
|
+
"v-subheader": {
|
|
1294
|
+
"attributes": [
|
|
1295
|
+
"inset"
|
|
1296
|
+
],
|
|
1297
|
+
"description": ""
|
|
1298
|
+
},
|
|
1299
|
+
"v-switch": {
|
|
1300
|
+
"attributes": [
|
|
1301
|
+
"disabled",
|
|
1302
|
+
"flat",
|
|
1303
|
+
"inset",
|
|
1304
|
+
"label",
|
|
1305
|
+
"loading",
|
|
1306
|
+
"readonly",
|
|
1307
|
+
"value"
|
|
1308
|
+
],
|
|
1309
|
+
"description": ""
|
|
1310
|
+
},
|
|
1311
|
+
"v-system-bar": {
|
|
1312
|
+
"attributes": [
|
|
1313
|
+
"height",
|
|
1314
|
+
"lights-out",
|
|
1315
|
+
"window"
|
|
1316
|
+
],
|
|
1317
|
+
"description": ""
|
|
1318
|
+
},
|
|
1319
|
+
"v-tabs": {
|
|
1320
|
+
"attributes": [
|
|
1321
|
+
"active-class",
|
|
1322
|
+
"align-with-title",
|
|
1323
|
+
"allow-deselect",
|
|
1324
|
+
"background-color",
|
|
1325
|
+
"center-active",
|
|
1326
|
+
"centered",
|
|
1327
|
+
"fixed-tabs",
|
|
1328
|
+
"grow",
|
|
1329
|
+
"height",
|
|
1330
|
+
"hide-slider",
|
|
1331
|
+
"icons-and-text",
|
|
1332
|
+
"mobile-breakpoint",
|
|
1333
|
+
"next-icon",
|
|
1334
|
+
"optional",
|
|
1335
|
+
"prev-icon",
|
|
1336
|
+
"right",
|
|
1337
|
+
"show-arrows",
|
|
1338
|
+
"slider-color",
|
|
1339
|
+
"slider-size",
|
|
1340
|
+
"vertical"
|
|
1341
|
+
],
|
|
1342
|
+
"description": ""
|
|
1343
|
+
},
|
|
1344
|
+
"v-tab": {
|
|
1345
|
+
"attributes": [
|
|
1346
|
+
"ripple",
|
|
1347
|
+
"tab-value"
|
|
1348
|
+
],
|
|
1349
|
+
"description": ""
|
|
1350
|
+
},
|
|
1351
|
+
"v-tabs-items": {
|
|
1352
|
+
"attributes": [
|
|
1353
|
+
"mandatory"
|
|
1354
|
+
],
|
|
1355
|
+
"description": ""
|
|
1356
|
+
},
|
|
1357
|
+
"v-tab-item": {
|
|
1358
|
+
"attributes": [
|
|
1359
|
+
"id"
|
|
1360
|
+
],
|
|
1361
|
+
"description": ""
|
|
1362
|
+
},
|
|
1363
|
+
"v-tabs-slider": {
|
|
1364
|
+
"attributes": [],
|
|
1365
|
+
"description": ""
|
|
1366
|
+
},
|
|
1367
|
+
"v-textarea": {
|
|
1368
|
+
"attributes": [
|
|
1369
|
+
"auto-grow",
|
|
1370
|
+
"disabled",
|
|
1371
|
+
"label",
|
|
1372
|
+
"no-resize",
|
|
1373
|
+
"readonly",
|
|
1374
|
+
"row-height",
|
|
1375
|
+
"rows",
|
|
1376
|
+
"value"
|
|
1377
|
+
],
|
|
1378
|
+
"description": ""
|
|
1379
|
+
},
|
|
1380
|
+
"v-text-field": {
|
|
1381
|
+
"attributes": [
|
|
1382
|
+
"append-outer-icon",
|
|
1383
|
+
"autofocus",
|
|
1384
|
+
"clear-icon",
|
|
1385
|
+
"clearable",
|
|
1386
|
+
"counter",
|
|
1387
|
+
"counter-value",
|
|
1388
|
+
"disabled",
|
|
1389
|
+
"filled",
|
|
1390
|
+
"flat",
|
|
1391
|
+
"full-width",
|
|
1392
|
+
"label",
|
|
1393
|
+
"outlined",
|
|
1394
|
+
"persistent-placeholder",
|
|
1395
|
+
"placeholder",
|
|
1396
|
+
"prefix",
|
|
1397
|
+
"prepend-inner-icon",
|
|
1398
|
+
"readonly",
|
|
1399
|
+
"reverse",
|
|
1400
|
+
"rounded",
|
|
1401
|
+
"shaped",
|
|
1402
|
+
"single-line",
|
|
1403
|
+
"solo",
|
|
1404
|
+
"solo-inverted",
|
|
1405
|
+
"suffix",
|
|
1406
|
+
"type",
|
|
1407
|
+
"value"
|
|
1408
|
+
],
|
|
1409
|
+
"description": ""
|
|
1410
|
+
},
|
|
1411
|
+
"v-theme-provider": {
|
|
1412
|
+
"attributes": [
|
|
1413
|
+
"root"
|
|
1414
|
+
],
|
|
1415
|
+
"description": ""
|
|
1416
|
+
},
|
|
1417
|
+
"v-timeline": {
|
|
1418
|
+
"attributes": [
|
|
1419
|
+
"align-top",
|
|
1420
|
+
"dense",
|
|
1421
|
+
"reverse"
|
|
1422
|
+
],
|
|
1423
|
+
"description": ""
|
|
1424
|
+
},
|
|
1425
|
+
"v-timeline-item": {
|
|
1426
|
+
"attributes": [
|
|
1427
|
+
"color",
|
|
1428
|
+
"fill-dot",
|
|
1429
|
+
"hide-dot",
|
|
1430
|
+
"icon",
|
|
1431
|
+
"icon-color",
|
|
1432
|
+
"large",
|
|
1433
|
+
"left",
|
|
1434
|
+
"right",
|
|
1435
|
+
"small"
|
|
1436
|
+
],
|
|
1437
|
+
"description": ""
|
|
1438
|
+
},
|
|
1439
|
+
"v-time-picker": {
|
|
1440
|
+
"attributes": [
|
|
1441
|
+
"active-picker",
|
|
1442
|
+
"allowed-hours",
|
|
1443
|
+
"allowed-minutes",
|
|
1444
|
+
"allowed-seconds",
|
|
1445
|
+
"ampm-in-title",
|
|
1446
|
+
"disabled",
|
|
1447
|
+
"format",
|
|
1448
|
+
"max",
|
|
1449
|
+
"min",
|
|
1450
|
+
"model-value",
|
|
1451
|
+
"readonly",
|
|
1452
|
+
"scrollable",
|
|
1453
|
+
"use-seconds"
|
|
1454
|
+
],
|
|
1455
|
+
"description": ""
|
|
1456
|
+
},
|
|
1457
|
+
"v-toolbar": {
|
|
1458
|
+
"attributes": [
|
|
1459
|
+
"absolute",
|
|
1460
|
+
"bottom",
|
|
1461
|
+
"collapse",
|
|
1462
|
+
"dense",
|
|
1463
|
+
"extended",
|
|
1464
|
+
"extension-height",
|
|
1465
|
+
"flat",
|
|
1466
|
+
"floating",
|
|
1467
|
+
"prominent",
|
|
1468
|
+
"short",
|
|
1469
|
+
"src",
|
|
1470
|
+
"tag"
|
|
1471
|
+
],
|
|
1472
|
+
"description": ""
|
|
1473
|
+
},
|
|
1474
|
+
"v-toolbar-items": {
|
|
1475
|
+
"attributes": [
|
|
1476
|
+
"tag"
|
|
1477
|
+
],
|
|
1478
|
+
"description": ""
|
|
1479
|
+
},
|
|
1480
|
+
"v-toolbar-title": {
|
|
1481
|
+
"attributes": [
|
|
1482
|
+
"tag"
|
|
1483
|
+
],
|
|
1484
|
+
"description": ""
|
|
1485
|
+
},
|
|
1486
|
+
"v-tooltip": {
|
|
1487
|
+
"attributes": [
|
|
1488
|
+
"close-delay",
|
|
1489
|
+
"disabled",
|
|
1490
|
+
"open-delay",
|
|
1491
|
+
"open-on-focus",
|
|
1492
|
+
"open-on-hover",
|
|
1493
|
+
"tag",
|
|
1494
|
+
"transition"
|
|
1495
|
+
],
|
|
1496
|
+
"description": ""
|
|
1497
|
+
},
|
|
1498
|
+
"v-treeview": {
|
|
1499
|
+
"attributes": [
|
|
1500
|
+
"activatable",
|
|
1501
|
+
"active",
|
|
1502
|
+
"active-class",
|
|
1503
|
+
"color",
|
|
1504
|
+
"dense",
|
|
1505
|
+
"disable-per-node",
|
|
1506
|
+
"disabled",
|
|
1507
|
+
"expand-icon",
|
|
1508
|
+
"filter",
|
|
1509
|
+
"hoverable",
|
|
1510
|
+
"indeterminate-icon",
|
|
1511
|
+
"item-children",
|
|
1512
|
+
"item-disabled",
|
|
1513
|
+
"item-key",
|
|
1514
|
+
"item-text",
|
|
1515
|
+
"items",
|
|
1516
|
+
"load-children",
|
|
1517
|
+
"loading-icon",
|
|
1518
|
+
"model-value",
|
|
1519
|
+
"multiple-active",
|
|
1520
|
+
"off-icon",
|
|
1521
|
+
"on-icon",
|
|
1522
|
+
"open",
|
|
1523
|
+
"open-all",
|
|
1524
|
+
"open-on-click",
|
|
1525
|
+
"return-object",
|
|
1526
|
+
"rounded",
|
|
1527
|
+
"search",
|
|
1528
|
+
"selectable",
|
|
1529
|
+
"selected-color",
|
|
1530
|
+
"selection-type",
|
|
1531
|
+
"shaped",
|
|
1532
|
+
"transition"
|
|
1533
|
+
],
|
|
1534
|
+
"description": ""
|
|
1535
|
+
},
|
|
1536
|
+
"v-virtual-scroll": {
|
|
1537
|
+
"attributes": [
|
|
1538
|
+
"bench",
|
|
1539
|
+
"item-height",
|
|
1540
|
+
"items"
|
|
1541
|
+
],
|
|
1542
|
+
"description": ""
|
|
1543
|
+
},
|
|
1544
|
+
"v-window": {
|
|
1545
|
+
"attributes": [
|
|
1546
|
+
"active-class",
|
|
1547
|
+
"continuous",
|
|
1548
|
+
"model-value",
|
|
1549
|
+
"next-icon",
|
|
1550
|
+
"prev-icon",
|
|
1551
|
+
"reverse",
|
|
1552
|
+
"show-arrows",
|
|
1553
|
+
"show-arrows-on-hover",
|
|
1554
|
+
"touch",
|
|
1555
|
+
"touchless",
|
|
1556
|
+
"vertical"
|
|
1557
|
+
],
|
|
1558
|
+
"description": ""
|
|
1559
|
+
},
|
|
1560
|
+
"v-window-item": {
|
|
1561
|
+
"attributes": [
|
|
1562
|
+
"disabled",
|
|
1563
|
+
"reverse-transition",
|
|
1564
|
+
"transition",
|
|
1565
|
+
"value"
|
|
1566
|
+
],
|
|
1567
|
+
"description": ""
|
|
1568
|
+
},
|
|
1569
|
+
"v-carousel-transition": {
|
|
1570
|
+
"attributes": [
|
|
1571
|
+
"group",
|
|
1572
|
+
"hide-on-leave",
|
|
1573
|
+
"leave-absolute",
|
|
1574
|
+
"mode",
|
|
1575
|
+
"origin"
|
|
1576
|
+
],
|
|
1577
|
+
"description": ""
|
|
1578
|
+
},
|
|
1579
|
+
"v-carousel-reverse-transition": {
|
|
1580
|
+
"attributes": [
|
|
1581
|
+
"group",
|
|
1582
|
+
"hide-on-leave",
|
|
1583
|
+
"leave-absolute",
|
|
1584
|
+
"mode",
|
|
1585
|
+
"origin"
|
|
1586
|
+
],
|
|
1587
|
+
"description": ""
|
|
1588
|
+
},
|
|
1589
|
+
"v-tab-transition": {
|
|
1590
|
+
"attributes": [
|
|
1591
|
+
"group",
|
|
1592
|
+
"hide-on-leave",
|
|
1593
|
+
"leave-absolute",
|
|
1594
|
+
"mode",
|
|
1595
|
+
"origin"
|
|
1596
|
+
],
|
|
1597
|
+
"description": ""
|
|
1598
|
+
},
|
|
1599
|
+
"v-tab-reverse-transition": {
|
|
1600
|
+
"attributes": [
|
|
1601
|
+
"group",
|
|
1602
|
+
"hide-on-leave",
|
|
1603
|
+
"leave-absolute",
|
|
1604
|
+
"mode",
|
|
1605
|
+
"origin"
|
|
1606
|
+
],
|
|
1607
|
+
"description": ""
|
|
1608
|
+
},
|
|
1609
|
+
"v-menu-transition": {
|
|
1610
|
+
"attributes": [
|
|
1611
|
+
"group",
|
|
1612
|
+
"hide-on-leave",
|
|
1613
|
+
"leave-absolute",
|
|
1614
|
+
"mode",
|
|
1615
|
+
"origin"
|
|
1616
|
+
],
|
|
1617
|
+
"description": ""
|
|
1618
|
+
},
|
|
1619
|
+
"v-fab-transition": {
|
|
1620
|
+
"attributes": [
|
|
1621
|
+
"group",
|
|
1622
|
+
"hide-on-leave",
|
|
1623
|
+
"leave-absolute",
|
|
1624
|
+
"mode",
|
|
1625
|
+
"origin"
|
|
1626
|
+
],
|
|
1627
|
+
"description": ""
|
|
1628
|
+
},
|
|
1629
|
+
"v-dialog-transition": {
|
|
1630
|
+
"attributes": [
|
|
1631
|
+
"group",
|
|
1632
|
+
"hide-on-leave",
|
|
1633
|
+
"leave-absolute",
|
|
1634
|
+
"mode",
|
|
1635
|
+
"origin"
|
|
1636
|
+
],
|
|
1637
|
+
"description": ""
|
|
1638
|
+
},
|
|
1639
|
+
"v-dialog-bottom-transition": {
|
|
1640
|
+
"attributes": [
|
|
1641
|
+
"group",
|
|
1642
|
+
"hide-on-leave",
|
|
1643
|
+
"leave-absolute",
|
|
1644
|
+
"mode",
|
|
1645
|
+
"origin"
|
|
1646
|
+
],
|
|
1647
|
+
"description": ""
|
|
1648
|
+
},
|
|
1649
|
+
"v-dialog-top-transition": {
|
|
1650
|
+
"attributes": [
|
|
1651
|
+
"group",
|
|
1652
|
+
"hide-on-leave",
|
|
1653
|
+
"leave-absolute",
|
|
1654
|
+
"mode",
|
|
1655
|
+
"origin"
|
|
1656
|
+
],
|
|
1657
|
+
"description": ""
|
|
1658
|
+
},
|
|
1659
|
+
"v-fade-transition": {
|
|
1660
|
+
"attributes": [
|
|
1661
|
+
"group",
|
|
1662
|
+
"hide-on-leave",
|
|
1663
|
+
"leave-absolute",
|
|
1664
|
+
"mode",
|
|
1665
|
+
"origin"
|
|
1666
|
+
],
|
|
1667
|
+
"description": ""
|
|
1668
|
+
},
|
|
1669
|
+
"v-scale-transition": {
|
|
1670
|
+
"attributes": [
|
|
1671
|
+
"group",
|
|
1672
|
+
"hide-on-leave",
|
|
1673
|
+
"leave-absolute",
|
|
1674
|
+
"mode",
|
|
1675
|
+
"origin"
|
|
1676
|
+
],
|
|
1677
|
+
"description": ""
|
|
1678
|
+
},
|
|
1679
|
+
"v-scroll-x-transition": {
|
|
1680
|
+
"attributes": [
|
|
1681
|
+
"group",
|
|
1682
|
+
"hide-on-leave",
|
|
1683
|
+
"leave-absolute",
|
|
1684
|
+
"mode",
|
|
1685
|
+
"origin"
|
|
1686
|
+
],
|
|
1687
|
+
"description": ""
|
|
1688
|
+
},
|
|
1689
|
+
"v-scroll-x-reverse-transition": {
|
|
1690
|
+
"attributes": [
|
|
1691
|
+
"group",
|
|
1692
|
+
"hide-on-leave",
|
|
1693
|
+
"leave-absolute",
|
|
1694
|
+
"mode",
|
|
1695
|
+
"origin"
|
|
1696
|
+
],
|
|
1697
|
+
"description": ""
|
|
1698
|
+
},
|
|
1699
|
+
"v-scroll-y-transition": {
|
|
1700
|
+
"attributes": [
|
|
1701
|
+
"group",
|
|
1702
|
+
"hide-on-leave",
|
|
1703
|
+
"leave-absolute",
|
|
1704
|
+
"mode",
|
|
1705
|
+
"origin"
|
|
1706
|
+
],
|
|
1707
|
+
"description": ""
|
|
1708
|
+
},
|
|
1709
|
+
"v-scroll-y-reverse-transition": {
|
|
1710
|
+
"attributes": [
|
|
1711
|
+
"group",
|
|
1712
|
+
"hide-on-leave",
|
|
1713
|
+
"leave-absolute",
|
|
1714
|
+
"mode",
|
|
1715
|
+
"origin"
|
|
1716
|
+
],
|
|
1717
|
+
"description": ""
|
|
1718
|
+
},
|
|
1719
|
+
"v-slide-x-transition": {
|
|
1720
|
+
"attributes": [
|
|
1721
|
+
"group",
|
|
1722
|
+
"hide-on-leave",
|
|
1723
|
+
"leave-absolute",
|
|
1724
|
+
"mode",
|
|
1725
|
+
"origin"
|
|
1726
|
+
],
|
|
1727
|
+
"description": ""
|
|
1728
|
+
},
|
|
1729
|
+
"v-slide-x-reverse-transition": {
|
|
1730
|
+
"attributes": [
|
|
1731
|
+
"group",
|
|
1732
|
+
"hide-on-leave",
|
|
1733
|
+
"leave-absolute",
|
|
1734
|
+
"mode",
|
|
1735
|
+
"origin"
|
|
1736
|
+
],
|
|
1737
|
+
"description": ""
|
|
1738
|
+
},
|
|
1739
|
+
"v-slide-y-transition": {
|
|
1740
|
+
"attributes": [
|
|
1741
|
+
"group",
|
|
1742
|
+
"hide-on-leave",
|
|
1743
|
+
"leave-absolute",
|
|
1744
|
+
"mode",
|
|
1745
|
+
"origin"
|
|
1746
|
+
],
|
|
1747
|
+
"description": ""
|
|
1748
|
+
},
|
|
1749
|
+
"v-slide-y-reverse-transition": {
|
|
1750
|
+
"attributes": [
|
|
1751
|
+
"group",
|
|
1752
|
+
"hide-on-leave",
|
|
1753
|
+
"leave-absolute",
|
|
1754
|
+
"mode",
|
|
1755
|
+
"origin"
|
|
1756
|
+
],
|
|
1757
|
+
"description": ""
|
|
1758
|
+
},
|
|
1759
|
+
"v-expand-transition": {
|
|
1760
|
+
"attributes": [
|
|
1761
|
+
"mode"
|
|
1762
|
+
],
|
|
1763
|
+
"description": ""
|
|
1764
|
+
},
|
|
1765
|
+
"v-expand-x-transition": {
|
|
1766
|
+
"attributes": [
|
|
1767
|
+
"mode"
|
|
1768
|
+
],
|
|
1769
|
+
"description": ""
|
|
1770
|
+
}
|
|
1771
|
+
}
|