@dimailn/vuetify 2.7.2-alpha5 → 2.7.2-alpha51
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 +690 -0
- package/dist/json/tags.json +784 -0
- package/dist/json/web-types.json +11518 -0
- package/dist/vuetify.js +4829 -2571
- 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 +11 -7
- 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 +29 -26
- 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 +15 -2
- 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 +6 -3
- 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 +54 -37
- 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 +53 -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 +74 -15
- 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 +3 -1
- 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 +64 -32
- 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 +18 -14
- 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 +30 -2
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRadioGroup/index.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +57 -32
- 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 +161 -81
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +126 -46
- 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 +50 -32
- 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 +24 -18
- 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.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 +21 -8
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +13 -13
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +8 -8
- 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 +8 -8
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +11 -8
- 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 +17 -19
- 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 +42 -9
- 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 +5 -2
- 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 +105 -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 +12 -8
- 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 +25 -31
- 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 +17 -2
- 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 +6 -3
- 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 +41 -28
- 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 +44 -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 +39 -12
- 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 +3 -1
- 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 +25 -10
- 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 +16 -15
- 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 +14 -5
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRadioGroup/index.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +17 -5
- 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 +104 -42
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +73 -33
- 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 +22 -21
- 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 +15 -13
- 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.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 +21 -8
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +13 -13
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +8 -8
- 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 +8 -8
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +11 -8
- 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 +19 -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 +42 -6
- 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 +5 -2
- 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 +91 -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 +54 -26
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +153 -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 +101 -51
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +183 -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 +40 -35
- package/src/components/VChip/__tests__/VChip.spec.ts +76 -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 +57 -55
- 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 +65 -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 +13 -5
- package/src/components/VCounter/VCounter.ts +6 -6
- package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
- package/src/components/VData/VData.ts +53 -41
- 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 +92 -72
- 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 +381 -352
- 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 +75 -47
- package/src/components/VInput/__tests__/VInput.spec.ts +132 -160
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +66 -101
- 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 +126 -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 +9 -9
- package/src/components/VLabel/__tests__/VLabel.spec.ts +244 -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 +157 -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__/__snapshots__/VMenu.spec.ts.snap +3 -5
- 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 +22 -17
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +21 -21
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +34 -42
- 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 +30 -17
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +65 -52
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +7 -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 +37 -22
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +52 -52
- 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 +148 -81
- package/src/components/VSelect/VSelectList.ts +94 -51
- package/src/components/VSelect/__tests__/VSelect.spec.ts +264 -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 +157 -246
- 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 +56 -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 -54
- 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 +171 -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 +47 -41
- 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 +7 -7
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -7
- package/src/directives/click-outside/index.ts +5 -5
- 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 +10 -10
- package/src/directives/intersect/index.ts +82 -42
- package/src/directives/mutate/__tests__/mutate.spec.ts +48 -42
- package/src/directives/mutate/index.ts +58 -49
- package/src/directives/resize/__tests__/resize.spec.ts +5 -5
- package/src/directives/resize/index.ts +34 -15
- 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 +20 -20
- package/src/directives/scroll/index.ts +36 -21
- package/src/directives/touch/__tests__/touch.spec.ts +23 -16
- package/src/directives/touch/index.ts +44 -32
- 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 +25 -27
- 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 +153 -27
- package/src/mixins/overlayable/index.ts +47 -20
- 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 +66 -58
- package/src/mixins/routable/index.ts +18 -14
- 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 +9 -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 +3 -3
- 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 +104 -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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
4
|
-
<div class="v-
|
|
4
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
5
5
|
style="max-width: 300px;"
|
|
6
6
|
>
|
|
7
7
|
<div class="v-color-picker__canvas"
|
|
@@ -23,15 +23,16 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="v-color-picker__sliders">
|
|
26
|
-
<div class="v-input v-
|
|
26
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
27
27
|
<div class="v-input__control">
|
|
28
28
|
<div class="v-input__slot">
|
|
29
29
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
30
|
-
<input
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
readonly="readonly"
|
|
30
|
+
<input id="input-15"
|
|
31
|
+
disabled
|
|
32
|
+
readonly
|
|
34
33
|
tabindex="-1"
|
|
34
|
+
class="v-color-picker__hue"
|
|
35
|
+
value="0"
|
|
35
36
|
>
|
|
36
37
|
<div class="v-slider__track-container">
|
|
37
38
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -43,15 +44,15 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
43
44
|
>
|
|
44
45
|
</div>
|
|
45
46
|
</div>
|
|
46
|
-
<div
|
|
47
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
48
|
+
style="left: 0%;"
|
|
49
|
+
role="slider"
|
|
47
50
|
tabindex="0"
|
|
48
51
|
aria-valuemin="0"
|
|
49
52
|
aria-valuemax="360"
|
|
50
53
|
aria-valuenow="0"
|
|
51
54
|
aria-readonly="false"
|
|
52
55
|
aria-orientation="horizontal"
|
|
53
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
54
|
-
style="left: 0%;"
|
|
55
56
|
>
|
|
56
57
|
<div class="v-slider__thumb grey lighten-2">
|
|
57
58
|
</div>
|
|
@@ -60,15 +61,16 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
60
61
|
</div>
|
|
61
62
|
</div>
|
|
62
63
|
</div>
|
|
63
|
-
<div class="v-input v-
|
|
64
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
64
65
|
<div class="v-input__control">
|
|
65
66
|
<div class="v-input__slot">
|
|
66
67
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
67
|
-
<input
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
readonly="readonly"
|
|
68
|
+
<input id="input-16"
|
|
69
|
+
disabled
|
|
70
|
+
readonly
|
|
71
71
|
tabindex="-1"
|
|
72
|
+
class="v-color-picker__alpha"
|
|
73
|
+
value="1"
|
|
72
74
|
>
|
|
73
75
|
<div class="v-slider__track-container">
|
|
74
76
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -80,15 +82,15 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
80
82
|
>
|
|
81
83
|
</div>
|
|
82
84
|
</div>
|
|
83
|
-
<div
|
|
85
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
86
|
+
style="left: 100%;"
|
|
87
|
+
role="slider"
|
|
84
88
|
tabindex="0"
|
|
85
89
|
aria-valuemin="0"
|
|
86
90
|
aria-valuemax="1"
|
|
87
91
|
aria-valuenow="1"
|
|
88
92
|
aria-readonly="false"
|
|
89
93
|
aria-orientation="horizontal"
|
|
90
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
91
|
-
style="left: 100%;"
|
|
92
94
|
>
|
|
93
95
|
<div class="v-slider__thumb grey lighten-2">
|
|
94
96
|
</div>
|
|
@@ -105,6 +107,7 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
105
107
|
min="0"
|
|
106
108
|
max="255"
|
|
107
109
|
step="1"
|
|
110
|
+
value="255"
|
|
108
111
|
>
|
|
109
112
|
<span>
|
|
110
113
|
R
|
|
@@ -115,6 +118,7 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
115
118
|
min="0"
|
|
116
119
|
max="255"
|
|
117
120
|
step="1"
|
|
121
|
+
value="0"
|
|
118
122
|
>
|
|
119
123
|
<span>
|
|
120
124
|
G
|
|
@@ -125,6 +129,7 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
125
129
|
min="0"
|
|
126
130
|
max="255"
|
|
127
131
|
step="1"
|
|
132
|
+
value="0"
|
|
128
133
|
>
|
|
129
134
|
<span>
|
|
130
135
|
B
|
|
@@ -135,17 +140,18 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
135
140
|
min="0"
|
|
136
141
|
max="1"
|
|
137
142
|
step="0.01"
|
|
143
|
+
value="1"
|
|
138
144
|
>
|
|
139
145
|
<span>
|
|
140
146
|
A
|
|
141
147
|
</span>
|
|
142
148
|
</div>
|
|
143
|
-
<button
|
|
144
|
-
|
|
149
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
150
|
+
type="button"
|
|
145
151
|
>
|
|
146
152
|
<span class="v-btn__content">
|
|
147
|
-
<i
|
|
148
|
-
|
|
153
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
154
|
+
aria-hidden="true"
|
|
149
155
|
>
|
|
150
156
|
$unfold
|
|
151
157
|
</i>
|
|
@@ -157,7 +163,7 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
157
163
|
`;
|
|
158
164
|
|
|
159
165
|
exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
160
|
-
<div class="v-
|
|
166
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
161
167
|
style="max-width: 300px;"
|
|
162
168
|
>
|
|
163
169
|
<div class="v-color-picker__controls">
|
|
@@ -167,15 +173,16 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
167
173
|
</div>
|
|
168
174
|
</div>
|
|
169
175
|
<div class="v-color-picker__sliders">
|
|
170
|
-
<div class="v-input v-
|
|
176
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
171
177
|
<div class="v-input__control">
|
|
172
178
|
<div class="v-input__slot">
|
|
173
179
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
174
|
-
<input
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
readonly="readonly"
|
|
180
|
+
<input id="input-35"
|
|
181
|
+
disabled
|
|
182
|
+
readonly
|
|
178
183
|
tabindex="-1"
|
|
184
|
+
class="v-color-picker__hue"
|
|
185
|
+
value="0"
|
|
179
186
|
>
|
|
180
187
|
<div class="v-slider__track-container">
|
|
181
188
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -187,15 +194,15 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
187
194
|
>
|
|
188
195
|
</div>
|
|
189
196
|
</div>
|
|
190
|
-
<div
|
|
197
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
198
|
+
style="left: 0%;"
|
|
199
|
+
role="slider"
|
|
191
200
|
tabindex="0"
|
|
192
201
|
aria-valuemin="0"
|
|
193
202
|
aria-valuemax="360"
|
|
194
203
|
aria-valuenow="0"
|
|
195
204
|
aria-readonly="false"
|
|
196
205
|
aria-orientation="horizontal"
|
|
197
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
198
|
-
style="left: 0%;"
|
|
199
206
|
>
|
|
200
207
|
<div class="v-slider__thumb grey lighten-2">
|
|
201
208
|
</div>
|
|
@@ -204,15 +211,16 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
204
211
|
</div>
|
|
205
212
|
</div>
|
|
206
213
|
</div>
|
|
207
|
-
<div class="v-input v-
|
|
214
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
208
215
|
<div class="v-input__control">
|
|
209
216
|
<div class="v-input__slot">
|
|
210
217
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
211
|
-
<input
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
readonly="readonly"
|
|
218
|
+
<input id="input-36"
|
|
219
|
+
disabled
|
|
220
|
+
readonly
|
|
215
221
|
tabindex="-1"
|
|
222
|
+
class="v-color-picker__alpha"
|
|
223
|
+
value="1"
|
|
216
224
|
>
|
|
217
225
|
<div class="v-slider__track-container">
|
|
218
226
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -224,15 +232,15 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
224
232
|
>
|
|
225
233
|
</div>
|
|
226
234
|
</div>
|
|
227
|
-
<div
|
|
235
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
236
|
+
style="left: 100%;"
|
|
237
|
+
role="slider"
|
|
228
238
|
tabindex="0"
|
|
229
239
|
aria-valuemin="0"
|
|
230
240
|
aria-valuemax="1"
|
|
231
241
|
aria-valuenow="1"
|
|
232
242
|
aria-readonly="false"
|
|
233
243
|
aria-orientation="horizontal"
|
|
234
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
235
|
-
style="left: 100%;"
|
|
236
244
|
>
|
|
237
245
|
<div class="v-slider__thumb grey lighten-2">
|
|
238
246
|
</div>
|
|
@@ -249,6 +257,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
249
257
|
min="0"
|
|
250
258
|
max="255"
|
|
251
259
|
step="1"
|
|
260
|
+
value="255"
|
|
252
261
|
>
|
|
253
262
|
<span>
|
|
254
263
|
R
|
|
@@ -259,6 +268,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
259
268
|
min="0"
|
|
260
269
|
max="255"
|
|
261
270
|
step="1"
|
|
271
|
+
value="0"
|
|
262
272
|
>
|
|
263
273
|
<span>
|
|
264
274
|
G
|
|
@@ -269,6 +279,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
269
279
|
min="0"
|
|
270
280
|
max="255"
|
|
271
281
|
step="1"
|
|
282
|
+
value="0"
|
|
272
283
|
>
|
|
273
284
|
<span>
|
|
274
285
|
B
|
|
@@ -279,17 +290,18 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
279
290
|
min="0"
|
|
280
291
|
max="1"
|
|
281
292
|
step="0.01"
|
|
293
|
+
value="1"
|
|
282
294
|
>
|
|
283
295
|
<span>
|
|
284
296
|
A
|
|
285
297
|
</span>
|
|
286
298
|
</div>
|
|
287
|
-
<button
|
|
288
|
-
|
|
299
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
300
|
+
type="button"
|
|
289
301
|
>
|
|
290
302
|
<span class="v-btn__content">
|
|
291
|
-
<i
|
|
292
|
-
|
|
303
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
304
|
+
aria-hidden="true"
|
|
293
305
|
>
|
|
294
306
|
$unfold
|
|
295
307
|
</i>
|
|
@@ -301,7 +313,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
301
313
|
`;
|
|
302
314
|
|
|
303
315
|
exports[`VColorPicker.ts should hide controls 1`] = `
|
|
304
|
-
<div class="v-
|
|
316
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
305
317
|
style="max-width: 300px;"
|
|
306
318
|
>
|
|
307
319
|
<div class="v-color-picker__canvas"
|
|
@@ -320,7 +332,7 @@ exports[`VColorPicker.ts should hide controls 1`] = `
|
|
|
320
332
|
`;
|
|
321
333
|
|
|
322
334
|
exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
323
|
-
<div class="v-
|
|
335
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
324
336
|
style="max-width: 300px;"
|
|
325
337
|
>
|
|
326
338
|
<div class="v-color-picker__canvas"
|
|
@@ -342,15 +354,16 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
342
354
|
</div>
|
|
343
355
|
</div>
|
|
344
356
|
<div class="v-color-picker__sliders">
|
|
345
|
-
<div class="v-input v-
|
|
357
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
346
358
|
<div class="v-input__control">
|
|
347
359
|
<div class="v-input__slot">
|
|
348
360
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
349
|
-
<input
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
readonly="readonly"
|
|
361
|
+
<input id="input-52"
|
|
362
|
+
disabled
|
|
363
|
+
readonly
|
|
353
364
|
tabindex="-1"
|
|
365
|
+
class="v-color-picker__hue"
|
|
366
|
+
value="0"
|
|
354
367
|
>
|
|
355
368
|
<div class="v-slider__track-container">
|
|
356
369
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -362,15 +375,15 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
362
375
|
>
|
|
363
376
|
</div>
|
|
364
377
|
</div>
|
|
365
|
-
<div
|
|
378
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
379
|
+
style="left: 0%;"
|
|
380
|
+
role="slider"
|
|
366
381
|
tabindex="0"
|
|
367
382
|
aria-valuemin="0"
|
|
368
383
|
aria-valuemax="360"
|
|
369
384
|
aria-valuenow="0"
|
|
370
385
|
aria-readonly="false"
|
|
371
386
|
aria-orientation="horizontal"
|
|
372
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
373
|
-
style="left: 0%;"
|
|
374
387
|
>
|
|
375
388
|
<div class="v-slider__thumb grey lighten-2">
|
|
376
389
|
</div>
|
|
@@ -379,15 +392,16 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
379
392
|
</div>
|
|
380
393
|
</div>
|
|
381
394
|
</div>
|
|
382
|
-
<div class="v-input v-
|
|
395
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
383
396
|
<div class="v-input__control">
|
|
384
397
|
<div class="v-input__slot">
|
|
385
398
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
386
|
-
<input
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
readonly="readonly"
|
|
399
|
+
<input id="input-53"
|
|
400
|
+
disabled
|
|
401
|
+
readonly
|
|
390
402
|
tabindex="-1"
|
|
403
|
+
class="v-color-picker__alpha"
|
|
404
|
+
value="1"
|
|
391
405
|
>
|
|
392
406
|
<div class="v-slider__track-container">
|
|
393
407
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -399,15 +413,15 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
399
413
|
>
|
|
400
414
|
</div>
|
|
401
415
|
</div>
|
|
402
|
-
<div
|
|
416
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
417
|
+
style="left: 100%;"
|
|
418
|
+
role="slider"
|
|
403
419
|
tabindex="0"
|
|
404
420
|
aria-valuemin="0"
|
|
405
421
|
aria-valuemax="1"
|
|
406
422
|
aria-valuenow="1"
|
|
407
423
|
aria-readonly="false"
|
|
408
424
|
aria-orientation="horizontal"
|
|
409
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
410
|
-
style="left: 100%;"
|
|
411
425
|
>
|
|
412
426
|
<div class="v-slider__thumb grey lighten-2">
|
|
413
427
|
</div>
|
|
@@ -423,7 +437,7 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
423
437
|
`;
|
|
424
438
|
|
|
425
439
|
exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
426
|
-
<div class="v-
|
|
440
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
427
441
|
style="max-width: 300px;"
|
|
428
442
|
>
|
|
429
443
|
<div class="v-color-picker__canvas"
|
|
@@ -445,6 +459,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
445
459
|
min="0"
|
|
446
460
|
max="255"
|
|
447
461
|
step="1"
|
|
462
|
+
value="255"
|
|
448
463
|
>
|
|
449
464
|
<span>
|
|
450
465
|
R
|
|
@@ -455,6 +470,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
455
470
|
min="0"
|
|
456
471
|
max="255"
|
|
457
472
|
step="1"
|
|
473
|
+
value="0"
|
|
458
474
|
>
|
|
459
475
|
<span>
|
|
460
476
|
G
|
|
@@ -465,6 +481,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
465
481
|
min="0"
|
|
466
482
|
max="255"
|
|
467
483
|
step="1"
|
|
484
|
+
value="0"
|
|
468
485
|
>
|
|
469
486
|
<span>
|
|
470
487
|
B
|
|
@@ -475,17 +492,18 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
475
492
|
min="0"
|
|
476
493
|
max="1"
|
|
477
494
|
step="0.01"
|
|
495
|
+
value="1"
|
|
478
496
|
>
|
|
479
497
|
<span>
|
|
480
498
|
A
|
|
481
499
|
</span>
|
|
482
500
|
</div>
|
|
483
|
-
<button
|
|
484
|
-
|
|
501
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
502
|
+
type="button"
|
|
485
503
|
>
|
|
486
504
|
<span class="v-btn__content">
|
|
487
|
-
<i
|
|
488
|
-
|
|
505
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
506
|
+
aria-hidden="true"
|
|
489
507
|
>
|
|
490
508
|
$unfold
|
|
491
509
|
</i>
|
|
@@ -497,7 +515,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
497
515
|
`;
|
|
498
516
|
|
|
499
517
|
exports[`VColorPicker.ts should not show alpha controls if given hex value without alpha 1`] = `
|
|
500
|
-
<div class="v-
|
|
518
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
501
519
|
style="max-width: 300px;"
|
|
502
520
|
>
|
|
503
521
|
<div class="v-color-picker__canvas"
|
|
@@ -519,15 +537,16 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
519
537
|
</div>
|
|
520
538
|
</div>
|
|
521
539
|
<div class="v-color-picker__sliders">
|
|
522
|
-
<div class="v-input v-
|
|
540
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__hue">
|
|
523
541
|
<div class="v-input__control">
|
|
524
542
|
<div class="v-input__slot">
|
|
525
543
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
526
|
-
<input
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
readonly="readonly"
|
|
544
|
+
<input id="input-81"
|
|
545
|
+
disabled
|
|
546
|
+
readonly
|
|
530
547
|
tabindex="-1"
|
|
548
|
+
class="v-color-picker__hue"
|
|
549
|
+
value="120"
|
|
531
550
|
>
|
|
532
551
|
<div class="v-slider__track-container">
|
|
533
552
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -539,15 +558,15 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
539
558
|
>
|
|
540
559
|
</div>
|
|
541
560
|
</div>
|
|
542
|
-
<div
|
|
561
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
562
|
+
style="left: 33.33333333333333%;"
|
|
563
|
+
role="slider"
|
|
543
564
|
tabindex="0"
|
|
544
565
|
aria-valuemin="0"
|
|
545
566
|
aria-valuemax="360"
|
|
546
567
|
aria-valuenow="120"
|
|
547
568
|
aria-readonly="false"
|
|
548
569
|
aria-orientation="horizontal"
|
|
549
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
550
|
-
style="left: 33.33333333333333%;"
|
|
551
570
|
>
|
|
552
571
|
<div class="v-slider__thumb grey lighten-2">
|
|
553
572
|
</div>
|
|
@@ -564,6 +583,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
564
583
|
min="0"
|
|
565
584
|
max="255"
|
|
566
585
|
step="1"
|
|
586
|
+
value="0"
|
|
567
587
|
>
|
|
568
588
|
<span>
|
|
569
589
|
R
|
|
@@ -574,6 +594,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
574
594
|
min="0"
|
|
575
595
|
max="255"
|
|
576
596
|
step="1"
|
|
597
|
+
value="255"
|
|
577
598
|
>
|
|
578
599
|
<span>
|
|
579
600
|
G
|
|
@@ -584,17 +605,18 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
584
605
|
min="0"
|
|
585
606
|
max="255"
|
|
586
607
|
step="1"
|
|
608
|
+
value="0"
|
|
587
609
|
>
|
|
588
610
|
<span>
|
|
589
611
|
B
|
|
590
612
|
</span>
|
|
591
613
|
</div>
|
|
592
|
-
<button
|
|
593
|
-
|
|
614
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
615
|
+
type="button"
|
|
594
616
|
>
|
|
595
617
|
<span class="v-btn__content">
|
|
596
|
-
<i
|
|
597
|
-
|
|
618
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
619
|
+
aria-hidden="true"
|
|
598
620
|
>
|
|
599
621
|
$unfold
|
|
600
622
|
</i>
|
|
@@ -606,7 +628,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
606
628
|
`;
|
|
607
629
|
|
|
608
630
|
exports[`VColorPicker.ts should render color picker 1`] = `
|
|
609
|
-
<div class="v-
|
|
631
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
610
632
|
style="max-width: 300px;"
|
|
611
633
|
>
|
|
612
634
|
<div class="v-color-picker__canvas"
|
|
@@ -628,15 +650,16 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
628
650
|
</div>
|
|
629
651
|
</div>
|
|
630
652
|
<div class="v-color-picker__sliders">
|
|
631
|
-
<div class="v-input v-
|
|
653
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
632
654
|
<div class="v-input__control">
|
|
633
655
|
<div class="v-input__slot">
|
|
634
656
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
635
|
-
<input
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
readonly="readonly"
|
|
657
|
+
<input id="input-5"
|
|
658
|
+
disabled
|
|
659
|
+
readonly
|
|
639
660
|
tabindex="-1"
|
|
661
|
+
class="v-color-picker__hue"
|
|
662
|
+
value="0"
|
|
640
663
|
>
|
|
641
664
|
<div class="v-slider__track-container">
|
|
642
665
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -648,15 +671,15 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
648
671
|
>
|
|
649
672
|
</div>
|
|
650
673
|
</div>
|
|
651
|
-
<div
|
|
674
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
675
|
+
style="left: 0%;"
|
|
676
|
+
role="slider"
|
|
652
677
|
tabindex="0"
|
|
653
678
|
aria-valuemin="0"
|
|
654
679
|
aria-valuemax="360"
|
|
655
680
|
aria-valuenow="0"
|
|
656
681
|
aria-readonly="false"
|
|
657
682
|
aria-orientation="horizontal"
|
|
658
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
659
|
-
style="left: 0%;"
|
|
660
683
|
>
|
|
661
684
|
<div class="v-slider__thumb grey lighten-2">
|
|
662
685
|
</div>
|
|
@@ -665,15 +688,16 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
665
688
|
</div>
|
|
666
689
|
</div>
|
|
667
690
|
</div>
|
|
668
|
-
<div class="v-input v-
|
|
691
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
669
692
|
<div class="v-input__control">
|
|
670
693
|
<div class="v-input__slot">
|
|
671
694
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
672
|
-
<input
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
readonly="readonly"
|
|
695
|
+
<input id="input-6"
|
|
696
|
+
disabled
|
|
697
|
+
readonly
|
|
676
698
|
tabindex="-1"
|
|
699
|
+
class="v-color-picker__alpha"
|
|
700
|
+
value="1"
|
|
677
701
|
>
|
|
678
702
|
<div class="v-slider__track-container">
|
|
679
703
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -685,15 +709,15 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
685
709
|
>
|
|
686
710
|
</div>
|
|
687
711
|
</div>
|
|
688
|
-
<div
|
|
712
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
713
|
+
style="left: 100%;"
|
|
714
|
+
role="slider"
|
|
689
715
|
tabindex="0"
|
|
690
716
|
aria-valuemin="0"
|
|
691
717
|
aria-valuemax="1"
|
|
692
718
|
aria-valuenow="1"
|
|
693
719
|
aria-readonly="false"
|
|
694
720
|
aria-orientation="horizontal"
|
|
695
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
696
|
-
style="left: 100%;"
|
|
697
721
|
>
|
|
698
722
|
<div class="v-slider__thumb grey lighten-2">
|
|
699
723
|
</div>
|
|
@@ -710,6 +734,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
710
734
|
min="0"
|
|
711
735
|
max="255"
|
|
712
736
|
step="1"
|
|
737
|
+
value="255"
|
|
713
738
|
>
|
|
714
739
|
<span>
|
|
715
740
|
R
|
|
@@ -720,6 +745,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
720
745
|
min="0"
|
|
721
746
|
max="255"
|
|
722
747
|
step="1"
|
|
748
|
+
value="0"
|
|
723
749
|
>
|
|
724
750
|
<span>
|
|
725
751
|
G
|
|
@@ -730,6 +756,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
730
756
|
min="0"
|
|
731
757
|
max="255"
|
|
732
758
|
step="1"
|
|
759
|
+
value="0"
|
|
733
760
|
>
|
|
734
761
|
<span>
|
|
735
762
|
B
|
|
@@ -740,17 +767,18 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
740
767
|
min="0"
|
|
741
768
|
max="1"
|
|
742
769
|
step="0.01"
|
|
770
|
+
value="1"
|
|
743
771
|
>
|
|
744
772
|
<span>
|
|
745
773
|
A
|
|
746
774
|
</span>
|
|
747
775
|
</div>
|
|
748
|
-
<button
|
|
749
|
-
|
|
776
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
777
|
+
type="button"
|
|
750
778
|
>
|
|
751
779
|
<span class="v-btn__content">
|
|
752
|
-
<i
|
|
753
|
-
|
|
780
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
781
|
+
aria-hidden="true"
|
|
754
782
|
>
|
|
755
783
|
$unfold
|
|
756
784
|
</i>
|
|
@@ -762,7 +790,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
762
790
|
`;
|
|
763
791
|
|
|
764
792
|
exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
765
|
-
<div class="v-
|
|
793
|
+
<div class="v-sheet theme--light v-color-picker v-color-picker--flat theme--light"
|
|
766
794
|
style="max-width: 300px;"
|
|
767
795
|
>
|
|
768
796
|
<div class="v-color-picker__canvas"
|
|
@@ -784,15 +812,16 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
784
812
|
</div>
|
|
785
813
|
</div>
|
|
786
814
|
<div class="v-color-picker__sliders">
|
|
787
|
-
<div class="v-input v-
|
|
815
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
788
816
|
<div class="v-input__control">
|
|
789
817
|
<div class="v-input__slot">
|
|
790
818
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
791
|
-
<input
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
readonly="readonly"
|
|
819
|
+
<input id="input-100"
|
|
820
|
+
disabled
|
|
821
|
+
readonly
|
|
795
822
|
tabindex="-1"
|
|
823
|
+
class="v-color-picker__hue"
|
|
824
|
+
value="0"
|
|
796
825
|
>
|
|
797
826
|
<div class="v-slider__track-container">
|
|
798
827
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -804,15 +833,15 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
804
833
|
>
|
|
805
834
|
</div>
|
|
806
835
|
</div>
|
|
807
|
-
<div
|
|
836
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
837
|
+
style="left: 0%;"
|
|
838
|
+
role="slider"
|
|
808
839
|
tabindex="0"
|
|
809
840
|
aria-valuemin="0"
|
|
810
841
|
aria-valuemax="360"
|
|
811
842
|
aria-valuenow="0"
|
|
812
843
|
aria-readonly="false"
|
|
813
844
|
aria-orientation="horizontal"
|
|
814
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
815
|
-
style="left: 0%;"
|
|
816
845
|
>
|
|
817
846
|
<div class="v-slider__thumb grey lighten-2">
|
|
818
847
|
</div>
|
|
@@ -821,15 +850,16 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
821
850
|
</div>
|
|
822
851
|
</div>
|
|
823
852
|
</div>
|
|
824
|
-
<div class="v-input v-
|
|
853
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
825
854
|
<div class="v-input__control">
|
|
826
855
|
<div class="v-input__slot">
|
|
827
856
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
828
|
-
<input
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
readonly="readonly"
|
|
857
|
+
<input id="input-101"
|
|
858
|
+
disabled
|
|
859
|
+
readonly
|
|
832
860
|
tabindex="-1"
|
|
861
|
+
class="v-color-picker__alpha"
|
|
862
|
+
value="1"
|
|
833
863
|
>
|
|
834
864
|
<div class="v-slider__track-container">
|
|
835
865
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -841,15 +871,15 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
841
871
|
>
|
|
842
872
|
</div>
|
|
843
873
|
</div>
|
|
844
|
-
<div
|
|
874
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
875
|
+
style="left: 100%;"
|
|
876
|
+
role="slider"
|
|
845
877
|
tabindex="0"
|
|
846
878
|
aria-valuemin="0"
|
|
847
879
|
aria-valuemax="1"
|
|
848
880
|
aria-valuenow="1"
|
|
849
881
|
aria-readonly="false"
|
|
850
882
|
aria-orientation="horizontal"
|
|
851
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
852
|
-
style="left: 100%;"
|
|
853
883
|
>
|
|
854
884
|
<div class="v-slider__thumb grey lighten-2">
|
|
855
885
|
</div>
|
|
@@ -866,6 +896,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
866
896
|
min="0"
|
|
867
897
|
max="255"
|
|
868
898
|
step="1"
|
|
899
|
+
value="255"
|
|
869
900
|
>
|
|
870
901
|
<span>
|
|
871
902
|
R
|
|
@@ -876,6 +907,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
876
907
|
min="0"
|
|
877
908
|
max="255"
|
|
878
909
|
step="1"
|
|
910
|
+
value="0"
|
|
879
911
|
>
|
|
880
912
|
<span>
|
|
881
913
|
G
|
|
@@ -886,6 +918,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
886
918
|
min="0"
|
|
887
919
|
max="255"
|
|
888
920
|
step="1"
|
|
921
|
+
value="0"
|
|
889
922
|
>
|
|
890
923
|
<span>
|
|
891
924
|
B
|
|
@@ -896,17 +929,18 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
896
929
|
min="0"
|
|
897
930
|
max="1"
|
|
898
931
|
step="0.01"
|
|
932
|
+
value="1"
|
|
899
933
|
>
|
|
900
934
|
<span>
|
|
901
935
|
A
|
|
902
936
|
</span>
|
|
903
937
|
</div>
|
|
904
|
-
<button
|
|
905
|
-
|
|
938
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
939
|
+
type="button"
|
|
906
940
|
>
|
|
907
941
|
<span class="v-btn__content">
|
|
908
|
-
<i
|
|
909
|
-
|
|
942
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
943
|
+
aria-hidden="true"
|
|
910
944
|
>
|
|
911
945
|
$unfold
|
|
912
946
|
</i>
|
|
@@ -918,7 +952,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
918
952
|
`;
|
|
919
953
|
|
|
920
954
|
exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
921
|
-
<div class="v-
|
|
955
|
+
<div class="v-sheet theme--light v-color-picker theme--light elevation-15"
|
|
922
956
|
style="max-width: 300px;"
|
|
923
957
|
>
|
|
924
958
|
<div class="v-color-picker__canvas"
|
|
@@ -940,15 +974,16 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
940
974
|
</div>
|
|
941
975
|
</div>
|
|
942
976
|
<div class="v-color-picker__sliders">
|
|
943
|
-
<div class="v-input v-
|
|
977
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
944
978
|
<div class="v-input__control">
|
|
945
979
|
<div class="v-input__slot">
|
|
946
980
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
947
|
-
<input
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
readonly="readonly"
|
|
981
|
+
<input id="input-110"
|
|
982
|
+
disabled
|
|
983
|
+
readonly
|
|
951
984
|
tabindex="-1"
|
|
985
|
+
class="v-color-picker__hue"
|
|
986
|
+
value="0"
|
|
952
987
|
>
|
|
953
988
|
<div class="v-slider__track-container">
|
|
954
989
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -960,15 +995,15 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
960
995
|
>
|
|
961
996
|
</div>
|
|
962
997
|
</div>
|
|
963
|
-
<div
|
|
998
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
999
|
+
style="left: 0%;"
|
|
1000
|
+
role="slider"
|
|
964
1001
|
tabindex="0"
|
|
965
1002
|
aria-valuemin="0"
|
|
966
1003
|
aria-valuemax="360"
|
|
967
1004
|
aria-valuenow="0"
|
|
968
1005
|
aria-readonly="false"
|
|
969
1006
|
aria-orientation="horizontal"
|
|
970
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
971
|
-
style="left: 0%;"
|
|
972
1007
|
>
|
|
973
1008
|
<div class="v-slider__thumb grey lighten-2">
|
|
974
1009
|
</div>
|
|
@@ -977,15 +1012,16 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
977
1012
|
</div>
|
|
978
1013
|
</div>
|
|
979
1014
|
</div>
|
|
980
|
-
<div class="v-input v-
|
|
1015
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
981
1016
|
<div class="v-input__control">
|
|
982
1017
|
<div class="v-input__slot">
|
|
983
1018
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
984
|
-
<input
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
readonly="readonly"
|
|
1019
|
+
<input id="input-111"
|
|
1020
|
+
disabled
|
|
1021
|
+
readonly
|
|
988
1022
|
tabindex="-1"
|
|
1023
|
+
class="v-color-picker__alpha"
|
|
1024
|
+
value="1"
|
|
989
1025
|
>
|
|
990
1026
|
<div class="v-slider__track-container">
|
|
991
1027
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -997,15 +1033,15 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
997
1033
|
>
|
|
998
1034
|
</div>
|
|
999
1035
|
</div>
|
|
1000
|
-
<div
|
|
1036
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1037
|
+
style="left: 100%;"
|
|
1038
|
+
role="slider"
|
|
1001
1039
|
tabindex="0"
|
|
1002
1040
|
aria-valuemin="0"
|
|
1003
1041
|
aria-valuemax="1"
|
|
1004
1042
|
aria-valuenow="1"
|
|
1005
1043
|
aria-readonly="false"
|
|
1006
1044
|
aria-orientation="horizontal"
|
|
1007
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1008
|
-
style="left: 100%;"
|
|
1009
1045
|
>
|
|
1010
1046
|
<div class="v-slider__thumb grey lighten-2">
|
|
1011
1047
|
</div>
|
|
@@ -1022,6 +1058,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1022
1058
|
min="0"
|
|
1023
1059
|
max="255"
|
|
1024
1060
|
step="1"
|
|
1061
|
+
value="255"
|
|
1025
1062
|
>
|
|
1026
1063
|
<span>
|
|
1027
1064
|
R
|
|
@@ -1032,6 +1069,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1032
1069
|
min="0"
|
|
1033
1070
|
max="255"
|
|
1034
1071
|
step="1"
|
|
1072
|
+
value="0"
|
|
1035
1073
|
>
|
|
1036
1074
|
<span>
|
|
1037
1075
|
G
|
|
@@ -1042,6 +1080,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1042
1080
|
min="0"
|
|
1043
1081
|
max="255"
|
|
1044
1082
|
step="1"
|
|
1083
|
+
value="0"
|
|
1045
1084
|
>
|
|
1046
1085
|
<span>
|
|
1047
1086
|
B
|
|
@@ -1052,17 +1091,18 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1052
1091
|
min="0"
|
|
1053
1092
|
max="1"
|
|
1054
1093
|
step="0.01"
|
|
1094
|
+
value="1"
|
|
1055
1095
|
>
|
|
1056
1096
|
<span>
|
|
1057
1097
|
A
|
|
1058
1098
|
</span>
|
|
1059
1099
|
</div>
|
|
1060
|
-
<button
|
|
1061
|
-
|
|
1100
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
1101
|
+
type="button"
|
|
1062
1102
|
>
|
|
1063
1103
|
<span class="v-btn__content">
|
|
1064
|
-
<i
|
|
1065
|
-
|
|
1104
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1105
|
+
aria-hidden="true"
|
|
1066
1106
|
>
|
|
1067
1107
|
$unfold
|
|
1068
1108
|
</i>
|
|
@@ -1074,7 +1114,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1074
1114
|
`;
|
|
1075
1115
|
|
|
1076
1116
|
exports[`VColorPicker.ts should show swatches 1`] = `
|
|
1077
|
-
<div class="v-
|
|
1117
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
1078
1118
|
style="max-width: 300px;"
|
|
1079
1119
|
>
|
|
1080
1120
|
<div class="v-color-picker__canvas"
|
|
@@ -1096,15 +1136,16 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1096
1136
|
</div>
|
|
1097
1137
|
</div>
|
|
1098
1138
|
<div class="v-color-picker__sliders">
|
|
1099
|
-
<div class="v-input v-
|
|
1139
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
1100
1140
|
<div class="v-input__control">
|
|
1101
1141
|
<div class="v-input__slot">
|
|
1102
1142
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
1103
|
-
<input
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
readonly="readonly"
|
|
1143
|
+
<input id="input-25"
|
|
1144
|
+
disabled
|
|
1145
|
+
readonly
|
|
1107
1146
|
tabindex="-1"
|
|
1147
|
+
class="v-color-picker__hue"
|
|
1148
|
+
value="0"
|
|
1108
1149
|
>
|
|
1109
1150
|
<div class="v-slider__track-container">
|
|
1110
1151
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -1116,15 +1157,15 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1116
1157
|
>
|
|
1117
1158
|
</div>
|
|
1118
1159
|
</div>
|
|
1119
|
-
<div
|
|
1160
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1161
|
+
style="left: 0%;"
|
|
1162
|
+
role="slider"
|
|
1120
1163
|
tabindex="0"
|
|
1121
1164
|
aria-valuemin="0"
|
|
1122
1165
|
aria-valuemax="360"
|
|
1123
1166
|
aria-valuenow="0"
|
|
1124
1167
|
aria-readonly="false"
|
|
1125
1168
|
aria-orientation="horizontal"
|
|
1126
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1127
|
-
style="left: 0%;"
|
|
1128
1169
|
>
|
|
1129
1170
|
<div class="v-slider__thumb grey lighten-2">
|
|
1130
1171
|
</div>
|
|
@@ -1133,15 +1174,16 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1133
1174
|
</div>
|
|
1134
1175
|
</div>
|
|
1135
1176
|
</div>
|
|
1136
|
-
<div class="v-input v-
|
|
1177
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
1137
1178
|
<div class="v-input__control">
|
|
1138
1179
|
<div class="v-input__slot">
|
|
1139
1180
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
1140
|
-
<input
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
readonly="readonly"
|
|
1181
|
+
<input id="input-26"
|
|
1182
|
+
disabled
|
|
1183
|
+
readonly
|
|
1144
1184
|
tabindex="-1"
|
|
1185
|
+
class="v-color-picker__alpha"
|
|
1186
|
+
value="1"
|
|
1145
1187
|
>
|
|
1146
1188
|
<div class="v-slider__track-container">
|
|
1147
1189
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -1153,15 +1195,15 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1153
1195
|
>
|
|
1154
1196
|
</div>
|
|
1155
1197
|
</div>
|
|
1156
|
-
<div
|
|
1198
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1199
|
+
style="left: 100%;"
|
|
1200
|
+
role="slider"
|
|
1157
1201
|
tabindex="0"
|
|
1158
1202
|
aria-valuemin="0"
|
|
1159
1203
|
aria-valuemax="1"
|
|
1160
1204
|
aria-valuenow="1"
|
|
1161
1205
|
aria-readonly="false"
|
|
1162
1206
|
aria-orientation="horizontal"
|
|
1163
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1164
|
-
style="left: 100%;"
|
|
1165
1207
|
>
|
|
1166
1208
|
<div class="v-slider__thumb grey lighten-2">
|
|
1167
1209
|
</div>
|
|
@@ -1178,6 +1220,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1178
1220
|
min="0"
|
|
1179
1221
|
max="255"
|
|
1180
1222
|
step="1"
|
|
1223
|
+
value="255"
|
|
1181
1224
|
>
|
|
1182
1225
|
<span>
|
|
1183
1226
|
R
|
|
@@ -1188,6 +1231,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1188
1231
|
min="0"
|
|
1189
1232
|
max="255"
|
|
1190
1233
|
step="1"
|
|
1234
|
+
value="0"
|
|
1191
1235
|
>
|
|
1192
1236
|
<span>
|
|
1193
1237
|
G
|
|
@@ -1198,6 +1242,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1198
1242
|
min="0"
|
|
1199
1243
|
max="255"
|
|
1200
1244
|
step="1"
|
|
1245
|
+
value="0"
|
|
1201
1246
|
>
|
|
1202
1247
|
<span>
|
|
1203
1248
|
B
|
|
@@ -1208,17 +1253,18 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1208
1253
|
min="0"
|
|
1209
1254
|
max="1"
|
|
1210
1255
|
step="0.01"
|
|
1256
|
+
value="1"
|
|
1211
1257
|
>
|
|
1212
1258
|
<span>
|
|
1213
1259
|
A
|
|
1214
1260
|
</span>
|
|
1215
1261
|
</div>
|
|
1216
|
-
<button
|
|
1217
|
-
|
|
1262
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
1263
|
+
type="button"
|
|
1218
1264
|
>
|
|
1219
1265
|
<span class="v-btn__content">
|
|
1220
|
-
<i
|
|
1221
|
-
|
|
1266
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1267
|
+
aria-hidden="true"
|
|
1222
1268
|
>
|
|
1223
1269
|
$unfold
|
|
1224
1270
|
</i>
|
|
@@ -1226,7 +1272,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1226
1272
|
</button>
|
|
1227
1273
|
</div>
|
|
1228
1274
|
</div>
|
|
1229
|
-
<div class="v-color-picker__swatches"
|
|
1275
|
+
<div class="v-color-picker__swatches theme--light"
|
|
1230
1276
|
style="max-height: 150px;"
|
|
1231
1277
|
>
|
|
1232
1278
|
<div>
|
|
@@ -2048,7 +2094,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
2048
2094
|
`;
|
|
2049
2095
|
|
|
2050
2096
|
exports[`VColorPicker.ts should work correctly when initial value is null 1`] = `
|
|
2051
|
-
<div class="v-
|
|
2097
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
2052
2098
|
style="max-width: 300px;"
|
|
2053
2099
|
>
|
|
2054
2100
|
<div class="v-color-picker__canvas"
|
|
@@ -2070,15 +2116,16 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2070
2116
|
</div>
|
|
2071
2117
|
</div>
|
|
2072
2118
|
<div class="v-color-picker__sliders">
|
|
2073
|
-
<div class="v-input v-
|
|
2119
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
2074
2120
|
<div class="v-input__control">
|
|
2075
2121
|
<div class="v-input__slot">
|
|
2076
2122
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
2077
|
-
<input
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
readonly="readonly"
|
|
2123
|
+
<input id="input-90"
|
|
2124
|
+
disabled
|
|
2125
|
+
readonly
|
|
2081
2126
|
tabindex="-1"
|
|
2127
|
+
class="v-color-picker__hue"
|
|
2128
|
+
value="0"
|
|
2082
2129
|
>
|
|
2083
2130
|
<div class="v-slider__track-container">
|
|
2084
2131
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -2090,15 +2137,15 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2090
2137
|
>
|
|
2091
2138
|
</div>
|
|
2092
2139
|
</div>
|
|
2093
|
-
<div
|
|
2140
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2141
|
+
style="left: 0%;"
|
|
2142
|
+
role="slider"
|
|
2094
2143
|
tabindex="0"
|
|
2095
2144
|
aria-valuemin="0"
|
|
2096
2145
|
aria-valuemax="360"
|
|
2097
2146
|
aria-valuenow="0"
|
|
2098
2147
|
aria-readonly="false"
|
|
2099
2148
|
aria-orientation="horizontal"
|
|
2100
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2101
|
-
style="left: 0%;"
|
|
2102
2149
|
>
|
|
2103
2150
|
<div class="v-slider__thumb grey lighten-2">
|
|
2104
2151
|
</div>
|
|
@@ -2107,15 +2154,16 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2107
2154
|
</div>
|
|
2108
2155
|
</div>
|
|
2109
2156
|
</div>
|
|
2110
|
-
<div class="v-input v-
|
|
2157
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-input__slider v-color-picker__alpha">
|
|
2111
2158
|
<div class="v-input__control">
|
|
2112
2159
|
<div class="v-input__slot">
|
|
2113
2160
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
2114
|
-
<input
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
readonly="readonly"
|
|
2161
|
+
<input id="input-91"
|
|
2162
|
+
disabled
|
|
2163
|
+
readonly
|
|
2118
2164
|
tabindex="-1"
|
|
2165
|
+
class="v-color-picker__alpha"
|
|
2166
|
+
value="1"
|
|
2119
2167
|
>
|
|
2120
2168
|
<div class="v-slider__track-container">
|
|
2121
2169
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -2127,15 +2175,15 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2127
2175
|
>
|
|
2128
2176
|
</div>
|
|
2129
2177
|
</div>
|
|
2130
|
-
<div
|
|
2178
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2179
|
+
style="left: 100%;"
|
|
2180
|
+
role="slider"
|
|
2131
2181
|
tabindex="0"
|
|
2132
2182
|
aria-valuemin="0"
|
|
2133
2183
|
aria-valuemax="1"
|
|
2134
2184
|
aria-valuenow="1"
|
|
2135
2185
|
aria-readonly="false"
|
|
2136
2186
|
aria-orientation="horizontal"
|
|
2137
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2138
|
-
style="left: 100%;"
|
|
2139
2187
|
>
|
|
2140
2188
|
<div class="v-slider__thumb grey lighten-2">
|
|
2141
2189
|
</div>
|
|
@@ -2152,6 +2200,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2152
2200
|
min="0"
|
|
2153
2201
|
max="255"
|
|
2154
2202
|
step="1"
|
|
2203
|
+
value="255"
|
|
2155
2204
|
>
|
|
2156
2205
|
<span>
|
|
2157
2206
|
R
|
|
@@ -2162,6 +2211,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2162
2211
|
min="0"
|
|
2163
2212
|
max="255"
|
|
2164
2213
|
step="1"
|
|
2214
|
+
value="0"
|
|
2165
2215
|
>
|
|
2166
2216
|
<span>
|
|
2167
2217
|
G
|
|
@@ -2172,6 +2222,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2172
2222
|
min="0"
|
|
2173
2223
|
max="255"
|
|
2174
2224
|
step="1"
|
|
2225
|
+
value="0"
|
|
2175
2226
|
>
|
|
2176
2227
|
<span>
|
|
2177
2228
|
B
|
|
@@ -2182,17 +2233,18 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2182
2233
|
min="0"
|
|
2183
2234
|
max="1"
|
|
2184
2235
|
step="0.01"
|
|
2236
|
+
value="1"
|
|
2185
2237
|
>
|
|
2186
2238
|
<span>
|
|
2187
2239
|
A
|
|
2188
2240
|
</span>
|
|
2189
2241
|
</div>
|
|
2190
|
-
<button
|
|
2191
|
-
|
|
2242
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
2243
|
+
type="button"
|
|
2192
2244
|
>
|
|
2193
2245
|
<span class="v-btn__content">
|
|
2194
|
-
<i
|
|
2195
|
-
|
|
2246
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2247
|
+
aria-hidden="true"
|
|
2196
2248
|
>
|
|
2197
2249
|
$unfold
|
|
2198
2250
|
</i>
|