@dimailn/vuetify 2.7.2-alpha3 → 2.7.2-alpha32
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/vuetify.js +3833 -2062
- 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 +39 -9
- package/es5/components/VAlert/VAlert.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/VAutocomplete/VAutocomplete.js +11 -7
- package/es5/components/VAutocomplete/VAutocomplete.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 +33 -7
- package/es5/components/VBottomNavigation/VBottomNavigation.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 +4 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +20 -16
- package/es5/components/VBtn/VBtn.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 +43 -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 +26 -35
- package/es5/components/VCalendar/VCalendarWeekly.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 +43 -58
- 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/VCarousel/VCarousel.js +61 -17
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +7 -3
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +34 -1
- 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/VChip/VChip.js +15 -6
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +54 -39
- 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 +27 -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 +13 -10
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -0
- package/es5/components/VCombobox/VCombobox.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/VDataTable/RowGroup.js +46 -15
- package/es5/components/VDataTable/RowGroup.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +41 -44
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +5 -8
- 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 +29 -37
- 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/mixins/header.js +7 -9
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +39 -32
- package/es5/components/VDatePicker/VDatePicker.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 +44 -10
- 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/mixins/date-picker-table.js +51 -30
- 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/VDialog/VDialog.js +58 -32
- package/es5/components/VDialog/VDialog.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/VFileInput/VFileInput.js +50 -27
- package/es5/components/VFileInput/VFileInput.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 +3 -3
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +3 -1
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VHover/VHover.js +1 -0
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VImg/VImg.js +10 -8
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +65 -12
- 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 +5 -1
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +8 -15
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VList.js +1 -1
- 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 +63 -18
- 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/VMenu/VMenu.js +57 -31
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VMessages/VMessages.js +33 -6
- package/es5/components/VMessages/VMessages.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +37 -16
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +37 -5
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +4 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +32 -4
- 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/VPicker/VPicker.js +7 -4
- 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 +67 -25
- 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/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/VSelect/VSelect.js +156 -79
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +104 -44
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +27 -22
- 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/VSlider/VSlider.js +73 -41
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js +1 -0
- 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/VSpeedDial/VSpeedDial.js +13 -17
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +1 -0
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +4 -2
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +12 -20
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VSubheader/VSubheader.js +2 -2
- 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/VTabs/VTab.js +1 -0
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +62 -23
- package/es5/components/VTabs/VTabs.js.map +1 -1
- 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/VTextField/VTextField.js +39 -28
- package/es5/components/VTextField/VTextField.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/VToolbar/VToolbar.js +3 -6
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +13 -12
- 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/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/transitions/createTransition.js +8 -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/directives/intersect/index.js +20 -7
- 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/scroll/index.js +10 -9
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +4 -4
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/install.js +10 -33
- package/es5/install.js.map +1 -1
- package/es5/mixins/activatable/index.js +11 -5
- 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/detachable/index.js +12 -9
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js +1 -1
- 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/menuable/index.js +1 -1
- package/es5/mixins/menuable/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 +5 -3
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/picker/index.js +13 -3
- package/es5/mixins/picker/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/selectable/index.js +5 -5
- package/es5/mixins/selectable/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/services/breakpoint/index.js +3 -1
- package/es5/services/breakpoint/index.js.map +1 -1
- package/es5/util/console.js +49 -18
- package/es5/util/console.js.map +1 -1
- package/es5/util/helpers.js +49 -1
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/legacyEventsMixin.js +48 -0
- package/es5/util/legacyEventsMixin.js.map +1 -0
- package/lib/components/VAlert/VAlert.js +13 -7
- package/lib/components/VAlert/VAlert.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/VAutocomplete/VAutocomplete.js +12 -8
- package/lib/components/VAutocomplete/VAutocomplete.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 +15 -7
- package/lib/components/VBottomNavigation/VBottomNavigation.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 +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +21 -20
- package/lib/components/VBtn/VBtn.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 +21 -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 +17 -30
- package/lib/components/VCalendar/VCalendarWeekly.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 +16 -39
- 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/VCarousel/VCarousel.js +36 -16
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.js +1 -1
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +15 -2
- 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/VChip/VChip.js +15 -6
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +47 -44
- 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 +15 -9
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VData/VData.js +16 -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 +31 -34
- package/lib/components/VDataIterator/VDataIterator.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 +20 -33
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.js +7 -9
- 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 +18 -25
- 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/mixins/header.js +3 -8
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +24 -23
- package/lib/components/VDatePicker/VDatePicker.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 +17 -5
- 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/mixins/date-picker-table.js +30 -15
- 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/VDialog/VDialog.js +12 -4
- package/lib/components/VDialog/VDialog.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/VFileInput/VFileInput.js +43 -25
- package/lib/components/VFileInput/VFileInput.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 +3 -3
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +3 -1
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VHover/VHover.js +1 -0
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VImg/VImg.js +5 -9
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +32 -9
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +25 -21
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +6 -1
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +8 -15
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- 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 +40 -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/VMenu/VMenu.js +16 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +13 -2
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +12 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +50 -6
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +2 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +14 -3
- 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/VPicker/VPicker.js +4 -4
- 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 +46 -19
- 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/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/VSelect/VSelect.js +99 -40
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +54 -29
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +4 -7
- 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/VSlider/VSlider.js +37 -25
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -0
- 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/VSpeedDial/VSpeedDial.js +9 -15
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +1 -0
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +2 -2
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +8 -19
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VSubheader/VSubheader.js +1 -2
- 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/VTabs/VTab.js +1 -0
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +28 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- 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/VTextField/VTextField.js +12 -18
- package/lib/components/VTextField/VTextField.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/VToolbar/VToolbar.js +5 -6
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +10 -14
- 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/VVirtualScroll/VVirtualScroll.js +8 -14
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +7 -6
- 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/transitions/createTransition.js +2 -2
- 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/directives/intersect/index.js +20 -7
- 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/scroll/index.js +10 -9
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +4 -4
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/install.js +5 -28
- package/lib/install.js.map +1 -1
- package/lib/mixins/activatable/index.js +12 -6
- 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/detachable/index.js +13 -10
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js +1 -1
- 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/menuable/index.js +1 -1
- package/lib/mixins/menuable/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 +5 -3
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/picker/index.js +5 -3
- package/lib/mixins/picker/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/selectable/index.js +6 -5
- package/lib/mixins/selectable/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/services/breakpoint/index.js +3 -1
- package/lib/services/breakpoint/index.js.map +1 -1
- package/lib/util/console.js +47 -17
- package/lib/util/console.js.map +1 -1
- package/lib/util/helpers.js +47 -1
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/legacyEventsMixin.js +37 -0
- package/lib/util/legacyEventsMixin.js.map +1 -0
- package/package.json +1 -1
- package/src/components/VAlert/VAlert.ts +19 -8
- package/src/components/VAlert/__tests__/VAlert.spec.ts +78 -50
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +16 -18
- package/src/components/VApp/__tests__/VApp.spec.ts +24 -18
- package/src/components/VApp/__tests__/__snapshots__/VApp.spec.ts.snap +4 -4
- package/src/components/VAppBar/VAppBar.ts +21 -14
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +256 -74
- package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +2 -6
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBar.spec.ts.snap +13 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +3 -4
- package/src/components/VAutocomplete/VAutocomplete.ts +35 -6
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +51 -53
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +77 -48
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +101 -39
- package/src/components/VAvatar/__tests__/VAvatar.spec.ts +72 -10
- package/src/components/VBadge/VBadge.ts +38 -26
- package/src/components/VBadge/__tests__/VBadge.spec.ts +47 -30
- package/src/components/VBadge/__tests__/__snapshots__/VBadge.spec.ts.snap +5 -5
- package/src/components/VBanner/VBanner.ts +30 -17
- package/src/components/VBanner/__tests__/VBanner.spec.ts +35 -36
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +1 -1
- package/src/components/VBottomNavigation/VBottomNavigation.ts +20 -8
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +43 -37
- package/src/components/VBottomNavigation/__tests__/__snapshots__/VBottomNavigation.spec.ts.snap +11 -10
- package/src/components/VBreadcrumbs/VBreadcrumbs.ts +8 -4
- package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +4 -0
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +125 -10
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +10 -6
- package/src/components/VBtn/VBtn.ts +25 -17
- package/src/components/VBtn/__tests__/VBtn.spec.ts +257 -242
- package/src/components/VBtn/__tests__/__snapshots__/VBtn.spec.ts.snap +13 -73
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +10 -6
- package/src/components/VCalendar/VCalendar.ts +29 -27
- package/src/components/VCalendar/VCalendarCategory.ts +9 -8
- package/src/components/VCalendar/VCalendarDaily.ts +18 -28
- package/src/components/VCalendar/VCalendarMonthly.ts +2 -1
- package/src/components/VCalendar/VCalendarWeekly.ts +18 -30
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +18 -34
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +16 -14
- package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +30 -28
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +206 -205
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendarDaily.spec.ts.snap +122 -122
- 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 +24 -21
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +27 -34
- package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +31 -28
- package/src/components/VCalendar/mixins/__tests__/times.spec.ts +10 -9
- package/src/components/VCalendar/mixins/calendar-base.ts +8 -12
- package/src/components/VCalendar/mixins/calendar-with-events.ts +19 -38
- package/src/components/VCalendar/mixins/calendar-with-intervals.ts +1 -1
- package/src/components/VCalendar/mixins/times.ts +1 -1
- package/src/components/VCard/__tests__/VCard.spec.ts +46 -28
- package/src/components/VCard/__tests__/__snapshots__/VCard.spec.ts.snap +2 -2
- package/src/components/VCarousel/VCarousel.ts +42 -15
- package/src/components/VCarousel/VCarouselItem.ts +1 -1
- package/src/components/VCarousel/__tests__/VCarousel.spec.ts +74 -54
- package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +9 -5
- package/src/components/VCarousel/__tests__/__snapshots__/VCarousel.spec.ts.snap +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +20 -2
- package/src/components/VCheckbox/VSimpleCheckbox.ts +97 -45
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +157 -152
- package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +46 -13
- package/src/components/VChip/VChip.ts +17 -13
- package/src/components/VChip/__tests__/VChip.spec.ts +50 -50
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +4 -4
- package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +14 -21
- package/src/components/VColorPicker/VColorPicker.ts +51 -41
- package/src/components/VColorPicker/VColorPickerCanvas.ts +44 -37
- package/src/components/VColorPicker/VColorPickerEdit.ts +37 -35
- package/src/components/VColorPicker/VColorPickerPreview.ts +48 -28
- package/src/components/VColorPicker/VColorPickerSwatches.ts +23 -12
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +47 -47
- package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +15 -13
- package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +52 -50
- package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +101 -30
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +218 -175
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +38 -21
- package/src/components/VCombobox/VCombobox.ts +23 -0
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +118 -110
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +119 -93
- package/src/components/VData/VData.ts +14 -1
- package/src/components/VData/__tests__/VData.spec.ts +69 -90
- package/src/components/VDataIterator/VDataFooter.ts +16 -9
- package/src/components/VDataIterator/VDataIterator.ts +51 -35
- package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +38 -39
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +90 -122
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +92 -82
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +79 -69
- package/src/components/VDataTable/RowGroup.ts +33 -16
- package/src/components/VDataTable/VDataTable.ts +20 -29
- package/src/components/VDataTable/VDataTableHeader.ts +8 -9
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +10 -1
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +18 -25
- package/src/components/VDataTable/VEditDialog.ts +23 -21
- package/src/components/VDataTable/VSimpleTable.ts +2 -3
- package/src/components/VDataTable/VVirtualTable.ts +2 -3
- package/src/components/VDataTable/__tests__/MobileRow.spec.ts +55 -66
- package/src/components/VDataTable/__tests__/Row.spec.ts +64 -73
- package/src/components/VDataTable/__tests__/RowGroup.spec.ts +7 -5
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +916 -998
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +39 -29
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +33 -24
- package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +55 -29
- package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +13 -15
- package/src/components/VDataTable/__tests__/__snapshots__/Row.spec.ts.snap +30 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +2543 -2086
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +115 -144
- 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/mixins/__tests__/__snapshots__/header.spec.ts.snap +10 -13
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +15 -15
- package/src/components/VDataTable/mixins/header.ts +6 -10
- package/src/components/VDatePicker/VDatePicker.ts +30 -25
- package/src/components/VDatePicker/VDatePickerHeader.ts +57 -32
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +1 -1
- package/src/components/VDatePicker/VDatePickerTitle.ts +21 -7
- package/src/components/VDatePicker/VDatePickerYears.ts +19 -10
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +302 -246
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +90 -86
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +76 -90
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +96 -71
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +63 -77
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +48 -28
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +25 -22
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +601 -586
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +203 -193
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerDateTable.spec.ts.snap +615 -615
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +52 -52
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerMonthTable.spec.ts.snap +144 -144
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +3 -4
- package/src/components/VDatePicker/mixins/date-picker-table.ts +32 -14
- package/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts +7 -0
- package/src/components/VDatePicker/util/createNativeLocaleFormatter.ts +3 -0
- package/src/components/VDialog/VDialog.ts +23 -11
- package/src/components/VDialog/__tests__/VDialog.spec.ts +105 -101
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +0 -15
- package/src/components/VDivider/__tests__/VDivider.spec.ts +11 -15
- package/src/components/VDivider/__tests__/__snapshots__/VDivider.spec.ts.snap +2 -2
- package/src/components/VExpansionPanel/VExpansionPanel.ts +5 -0
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +2 -2
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +3 -4
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +43 -27
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +18 -16
- package/src/components/VFileInput/VFileInput.ts +47 -32
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +84 -54
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +242 -146
- package/src/components/VForm/VForm.ts +63 -35
- package/src/components/VForm/__tests__/VForm.spec.ts +100 -80
- package/src/components/VGrid/VCol.ts +2 -2
- package/src/components/VGrid/VContainer.ts +1 -1
- package/src/components/VGrid/__tests__/VCol.spec.ts +17 -17
- package/src/components/VGrid/__tests__/VContainer.spec.ts +58 -3
- package/src/components/VGrid/__tests__/VFlex.spec.ts +3 -3
- package/src/components/VGrid/__tests__/VGrid.spec.ts +12 -10
- package/src/components/VGrid/__tests__/VLayout.spec.ts +3 -3
- package/src/components/VHover/VHover.ts +2 -0
- package/src/components/VIcon/__tests__/VIcon.spec.ts +176 -70
- package/src/components/VImg/VImg.ts +5 -4
- package/src/components/VImg/__tests__/VImg.spec.ts +21 -20
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +71 -66
- package/src/components/VInput/VInput.ts +33 -8
- package/src/components/VInput/__tests__/VInput.spec.ts +170 -234
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +50 -101
- package/src/components/VItemGroup/VItem.ts +30 -24
- package/src/components/VItemGroup/VItemGroup.ts +7 -1
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +22 -37
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +96 -124
- package/src/components/VItemGroup/__tests__/__snapshots__/VItem.spec.ts.snap +2 -0
- package/src/components/VLabel/__tests__/VLabel.spec.ts +240 -14
- package/src/components/VLazy/VLazy.ts +11 -13
- package/src/components/VLazy/__tests__/VLazy.spec.ts +5 -4
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +2 -1
- package/src/components/VList/VList.ts +1 -1
- package/src/components/VList/VListGroup.ts +43 -32
- package/src/components/VList/VListItem.ts +55 -23
- package/src/components/VList/VListItemAction.ts +11 -10
- package/src/components/VList/__tests__/VList.spec.ts +13 -12
- package/src/components/VList/__tests__/VListGroup.spec.ts +59 -51
- package/src/components/VList/__tests__/VListItem.spec.ts +142 -63
- package/src/components/VList/__tests__/VListItemAvatar.spec.ts +5 -2
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +5 -2
- package/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap +10 -10
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +5 -6
- package/src/components/VList/__tests__/__snapshots__/VListItem.spec.ts.snap +1 -1
- package/src/components/VMain/__tests__/VMain.spec.ts +71 -17
- package/src/components/VMenu/VMenu.ts +25 -4
- package/src/components/VMenu/__tests__/VMenu.spec.ts +90 -69
- package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +3 -5
- package/src/components/VMessages/VMessages.ts +15 -4
- package/src/components/VMessages/__tests__/VMessages.spec.ts +55 -16
- package/src/components/VMessages/__tests__/__snapshots__/VMessages.spec.ts.snap +16 -25
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +23 -16
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +84 -71
- package/src/components/VOtpInput/VOtpInput.ts +39 -4
- package/src/components/VOverflowBtn/VOverflowBtn.ts +3 -1
- package/src/components/VOverlay/VOverlay.ts +16 -2
- package/src/components/VOverlay/__tests__/VOverlay.spec.ts +6 -6
- package/src/components/VPagination/VPagination.ts +41 -29
- package/src/components/VPagination/__tests__/VPagination.spec.ts +85 -71
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +184 -429
- package/src/components/VParallax/__tests__/__snapshots__/VParallax.spec.ts.snap +8 -8
- package/src/components/VPicker/VPicker.ts +9 -11
- package/src/components/VPicker/__tests__/VPicker.spec.ts +14 -15
- package/src/components/VPicker/__tests__/__snapshots__/VPicker.spec.ts.snap +2 -2
- package/src/components/VProgressCircular/VProgressCircular.ts +6 -6
- package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +28 -21
- package/src/components/VProgressCircular/__tests__/__snapshots__/VProgressCircular.spec.ts.snap +62 -62
- package/src/components/VProgressLinear/VProgressLinear.ts +64 -30
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +378 -71
- package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +53 -79
- package/src/components/VRadioGroup/VRadio.ts +4 -2
- package/src/components/VRadioGroup/VRadioGroup.ts +20 -7
- package/src/components/VRangeSlider/VRangeSlider.ts +20 -5
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +40 -40
- package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +32 -38
- package/src/components/VRating/VRating.ts +13 -0
- package/src/components/VResponsive/__tests__/__snapshots__/VResponsive.spec.ts.snap +2 -2
- package/src/components/VSelect/VSelect.ts +105 -47
- package/src/components/VSelect/VSelectList.ts +51 -25
- package/src/components/VSelect/__tests__/VSelect.spec.ts +166 -125
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +127 -111
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +109 -91
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +79 -68
- package/src/components/VSelect/__tests__/VSelectList.spec.ts +23 -31
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +58 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +50 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +10 -14
- package/src/components/VSheet/__tests__/VSheet.spec.ts +5 -5
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +22 -15
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +60 -60
- package/src/components/VSlideGroup/VSlideGroup.ts +5 -7
- package/src/components/VSlideGroup/VSlideItem.ts +2 -0
- package/src/components/VSlider/VSlider.ts +58 -32
- package/src/components/VSlider/__tests__/VSlider.spec.ts +188 -286
- package/src/components/VSlider/__tests__/__snapshots__/VSlider.spec.ts.snap +157 -246
- package/src/components/VSnackbar/VSnackbar.ts +1 -1
- package/src/components/VSparkline/VSparkline.ts +54 -92
- package/src/components/VSparkline/__tests__/VSparkline.spec.ts +33 -35
- package/src/components/VSpeedDial/VSpeedDial.ts +12 -15
- package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +21 -13
- package/src/components/VSpeedDial/__tests__/__snapshots__/VSpeedDial.spec.ts.snap +6 -6
- package/src/components/VStepper/VStepper.ts +3 -1
- package/src/components/VStepper/VStepperContent.ts +2 -2
- package/src/components/VStepper/VStepperStep.ts +9 -16
- package/src/components/VStepper/__tests__/VStepper.spec.ts +4 -1
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +104 -110
- package/src/components/VStepper/__tests__/VStepperStep.spec.ts +51 -44
- package/src/components/VSubheader/VSubheader.ts +1 -1
- package/src/components/VSubheader/__tests__/VSubheader.spec.ts +12 -7
- package/src/components/VSubheader/__tests__/__snapshots__/VSubheader.spec.ts.snap +1 -1
- package/src/components/VSwitch/VSwitch.ts +5 -6
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +30 -37
- package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +89 -17
- package/src/components/VTabs/VTab.ts +2 -0
- package/src/components/VTabs/VTabs.ts +33 -13
- package/src/components/VTabs/VTabsBar.ts +7 -5
- package/src/components/VTabs/VTabsItems.ts +2 -0
- package/src/components/VTabs/__tests__/VTab.spec.ts +49 -38
- package/src/components/VTabs/__tests__/VTabs.spec.ts +127 -79
- package/src/components/VTabs/__tests__/VTabsBar.spec.ts +68 -27
- package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +7 -6
- package/src/components/VTabs/__tests__/__snapshots__/VTabs.spec.ts.snap +1 -3
- package/src/components/VTextField/VTextField.ts +14 -16
- package/src/components/VTextField/__tests__/VTextField.spec.ts +342 -246
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +112 -35
- package/src/components/VTimePicker/VTimePicker.ts +199 -89
- package/src/components/VTimePicker/VTimePickerClock.ts +40 -45
- package/src/components/VTimePicker/VTimePickerTitle.ts +5 -4
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +153 -140
- package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +78 -81
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +47 -41
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +120 -40
- package/src/components/VTimeline/__tests__/VTimelineItem.spec.ts +25 -35
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +4 -5
- package/src/components/VToolbar/VToolbar.ts +5 -6
- package/src/components/VToolbar/__tests__/VToolbar.spec.ts +49 -25
- package/src/components/VTooltip/VTooltip.ts +24 -24
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +60 -75
- package/src/components/VTooltip/__tests__/__snapshots__/VTooltip.spec.ts.snap +34 -18
- package/src/components/VTreeview/VTreeview.ts +20 -17
- package/src/components/VTreeview/VTreeviewNode.ts +4 -6
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +168 -174
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +77 -66
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +141 -141
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +26 -51
- package/src/components/VVirtualScroll/VVirtualScroll.ts +14 -15
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +24 -20
- package/src/components/VWindow/VWindow.ts +9 -6
- package/src/components/VWindow/VWindowItem.ts +5 -4
- package/src/components/VWindow/__tests__/VWindow.spec.ts +304 -185
- package/src/components/VWindow/__tests__/VWindowItem.spec.ts +283 -126
- 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/transitions/createTransition.ts +2 -2
- package/src/components/transitions/expand-transition.ts +2 -0
- package/src/directives/intersect/index.ts +81 -42
- package/src/directives/mutate/index.ts +58 -49
- package/src/directives/resize/index.ts +33 -14
- package/src/directives/scroll/index.ts +36 -20
- package/src/directives/touch/index.ts +37 -27
- package/src/install.ts +10 -32
- package/src/mixins/activatable/index.ts +10 -5
- package/src/mixins/applicationable/__tests__/applicationable.spec.ts +31 -27
- package/src/mixins/applicationable/index.ts +4 -4
- package/src/mixins/binds-attrs/index.ts +1 -1
- package/src/mixins/bootable/__tests__/bootable.spec.ts +17 -11
- package/src/mixins/bootable/index.ts +4 -3
- package/src/mixins/colorable/__tests__/colorable.spec.ts +9 -6
- package/src/mixins/detachable/index.ts +16 -9
- package/src/mixins/elevatable/__tests__/elevatable.spec.ts +14 -13
- package/src/mixins/groupable/index.ts +1 -1
- package/src/mixins/intersectable/__tests__/intersectable.spec.ts +35 -29
- package/src/mixins/intersectable/index.ts +2 -2
- package/src/mixins/menuable/__tests__/menuable.spec.ts +76 -33
- package/src/mixins/menuable/index.ts +1 -1
- package/src/mixins/mobile/__tests__/mobile.spec.ts +9 -6
- package/src/mixins/mouse/__tests__/mouse.spec.ts +54 -40
- package/src/mixins/mouse/index.ts +10 -6
- package/src/mixins/overlayable/__tests__/overlayable.spec.ts +32 -24
- package/src/mixins/overlayable/index.ts +5 -4
- package/src/mixins/picker/index.ts +4 -4
- package/src/mixins/proxyable/__tests__/proxyable.spec.ts +18 -17
- package/src/mixins/registrable/__tests__/registrable.spec.ts +31 -0
- package/src/mixins/rippleable/__tests__/rippleable.spec.ts +10 -9
- package/src/mixins/roundable/__tests__/roundable.spec.ts +7 -5
- package/src/mixins/routable/__tests__/routable.spec.ts +60 -52
- package/src/mixins/routable/index.ts +6 -4
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +56 -27
- package/src/mixins/selectable/__tests__/selectable.spec.ts +22 -9
- package/src/mixins/selectable/index.ts +7 -7
- package/src/mixins/translatable/index.ts +1 -1
- package/src/mixins/validatable/__tests__/validatable.spec.ts +194 -158
- package/src/mixins/validatable/index.ts +29 -21
- package/src/services/breakpoint/index.ts +5 -0
- package/src/util/__tests__/console.spec.ts +124 -11
- package/src/util/__tests__/helpers.spec.ts +121 -32
- package/src/util/console.ts +43 -24
- package/src/util/helpers.ts +49 -4
- package/src/util/legacyEventsMixin.ts +34 -0
|
@@ -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-16"
|
|
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-17"
|
|
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,19 +140,19 @@ 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
153
|
<i aria-hidden="true"
|
|
148
154
|
class="v-icon notranslate material-icons theme--light"
|
|
149
155
|
>
|
|
150
|
-
$unfold
|
|
151
156
|
</i>
|
|
152
157
|
</span>
|
|
153
158
|
</button>
|
|
@@ -157,7 +162,7 @@ exports[`VColorPicker.ts should change canvas height 1`] = `
|
|
|
157
162
|
`;
|
|
158
163
|
|
|
159
164
|
exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
160
|
-
<div class="v-
|
|
165
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
161
166
|
style="max-width: 300px;"
|
|
162
167
|
>
|
|
163
168
|
<div class="v-color-picker__controls">
|
|
@@ -167,15 +172,16 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
167
172
|
</div>
|
|
168
173
|
</div>
|
|
169
174
|
<div class="v-color-picker__sliders">
|
|
170
|
-
<div class="v-input v-
|
|
175
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
171
176
|
<div class="v-input__control">
|
|
172
177
|
<div class="v-input__slot">
|
|
173
178
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
174
|
-
<input
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
readonly="readonly"
|
|
179
|
+
<input id="input-38"
|
|
180
|
+
disabled
|
|
181
|
+
readonly
|
|
178
182
|
tabindex="-1"
|
|
183
|
+
class="v-color-picker__hue"
|
|
184
|
+
value="0"
|
|
179
185
|
>
|
|
180
186
|
<div class="v-slider__track-container">
|
|
181
187
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -187,15 +193,15 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
187
193
|
>
|
|
188
194
|
</div>
|
|
189
195
|
</div>
|
|
190
|
-
<div
|
|
196
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
197
|
+
style="left: 0%;"
|
|
198
|
+
role="slider"
|
|
191
199
|
tabindex="0"
|
|
192
200
|
aria-valuemin="0"
|
|
193
201
|
aria-valuemax="360"
|
|
194
202
|
aria-valuenow="0"
|
|
195
203
|
aria-readonly="false"
|
|
196
204
|
aria-orientation="horizontal"
|
|
197
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
198
|
-
style="left: 0%;"
|
|
199
205
|
>
|
|
200
206
|
<div class="v-slider__thumb grey lighten-2">
|
|
201
207
|
</div>
|
|
@@ -204,15 +210,16 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
204
210
|
</div>
|
|
205
211
|
</div>
|
|
206
212
|
</div>
|
|
207
|
-
<div class="v-input v-
|
|
213
|
+
<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
214
|
<div class="v-input__control">
|
|
209
215
|
<div class="v-input__slot">
|
|
210
216
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
211
|
-
<input
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
readonly="readonly"
|
|
217
|
+
<input id="input-39"
|
|
218
|
+
disabled
|
|
219
|
+
readonly
|
|
215
220
|
tabindex="-1"
|
|
221
|
+
class="v-color-picker__alpha"
|
|
222
|
+
value="1"
|
|
216
223
|
>
|
|
217
224
|
<div class="v-slider__track-container">
|
|
218
225
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -224,15 +231,15 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
224
231
|
>
|
|
225
232
|
</div>
|
|
226
233
|
</div>
|
|
227
|
-
<div
|
|
234
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
235
|
+
style="left: 100%;"
|
|
236
|
+
role="slider"
|
|
228
237
|
tabindex="0"
|
|
229
238
|
aria-valuemin="0"
|
|
230
239
|
aria-valuemax="1"
|
|
231
240
|
aria-valuenow="1"
|
|
232
241
|
aria-readonly="false"
|
|
233
242
|
aria-orientation="horizontal"
|
|
234
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
235
|
-
style="left: 100%;"
|
|
236
243
|
>
|
|
237
244
|
<div class="v-slider__thumb grey lighten-2">
|
|
238
245
|
</div>
|
|
@@ -249,6 +256,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
249
256
|
min="0"
|
|
250
257
|
max="255"
|
|
251
258
|
step="1"
|
|
259
|
+
value="255"
|
|
252
260
|
>
|
|
253
261
|
<span>
|
|
254
262
|
R
|
|
@@ -259,6 +267,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
259
267
|
min="0"
|
|
260
268
|
max="255"
|
|
261
269
|
step="1"
|
|
270
|
+
value="0"
|
|
262
271
|
>
|
|
263
272
|
<span>
|
|
264
273
|
G
|
|
@@ -269,6 +278,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
269
278
|
min="0"
|
|
270
279
|
max="255"
|
|
271
280
|
step="1"
|
|
281
|
+
value="0"
|
|
272
282
|
>
|
|
273
283
|
<span>
|
|
274
284
|
B
|
|
@@ -279,19 +289,19 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
279
289
|
min="0"
|
|
280
290
|
max="1"
|
|
281
291
|
step="0.01"
|
|
292
|
+
value="1"
|
|
282
293
|
>
|
|
283
294
|
<span>
|
|
284
295
|
A
|
|
285
296
|
</span>
|
|
286
297
|
</div>
|
|
287
|
-
<button
|
|
288
|
-
|
|
298
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
299
|
+
type="button"
|
|
289
300
|
>
|
|
290
301
|
<span class="v-btn__content">
|
|
291
302
|
<i aria-hidden="true"
|
|
292
303
|
class="v-icon notranslate material-icons theme--light"
|
|
293
304
|
>
|
|
294
|
-
$unfold
|
|
295
305
|
</i>
|
|
296
306
|
</span>
|
|
297
307
|
</button>
|
|
@@ -301,7 +311,7 @@ exports[`VColorPicker.ts should hide canvas 1`] = `
|
|
|
301
311
|
`;
|
|
302
312
|
|
|
303
313
|
exports[`VColorPicker.ts should hide controls 1`] = `
|
|
304
|
-
<div class="v-
|
|
314
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
305
315
|
style="max-width: 300px;"
|
|
306
316
|
>
|
|
307
317
|
<div class="v-color-picker__canvas"
|
|
@@ -320,7 +330,7 @@ exports[`VColorPicker.ts should hide controls 1`] = `
|
|
|
320
330
|
`;
|
|
321
331
|
|
|
322
332
|
exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
323
|
-
<div class="v-
|
|
333
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
324
334
|
style="max-width: 300px;"
|
|
325
335
|
>
|
|
326
336
|
<div class="v-color-picker__canvas"
|
|
@@ -342,15 +352,16 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
342
352
|
</div>
|
|
343
353
|
</div>
|
|
344
354
|
<div class="v-color-picker__sliders">
|
|
345
|
-
<div class="v-input v-
|
|
355
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
346
356
|
<div class="v-input__control">
|
|
347
357
|
<div class="v-input__slot">
|
|
348
358
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
349
|
-
<input
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
readonly="readonly"
|
|
359
|
+
<input id="input-57"
|
|
360
|
+
disabled
|
|
361
|
+
readonly
|
|
353
362
|
tabindex="-1"
|
|
363
|
+
class="v-color-picker__hue"
|
|
364
|
+
value="0"
|
|
354
365
|
>
|
|
355
366
|
<div class="v-slider__track-container">
|
|
356
367
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -362,15 +373,15 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
362
373
|
>
|
|
363
374
|
</div>
|
|
364
375
|
</div>
|
|
365
|
-
<div
|
|
376
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
377
|
+
style="left: 0%;"
|
|
378
|
+
role="slider"
|
|
366
379
|
tabindex="0"
|
|
367
380
|
aria-valuemin="0"
|
|
368
381
|
aria-valuemax="360"
|
|
369
382
|
aria-valuenow="0"
|
|
370
383
|
aria-readonly="false"
|
|
371
384
|
aria-orientation="horizontal"
|
|
372
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
373
|
-
style="left: 0%;"
|
|
374
385
|
>
|
|
375
386
|
<div class="v-slider__thumb grey lighten-2">
|
|
376
387
|
</div>
|
|
@@ -379,15 +390,16 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
379
390
|
</div>
|
|
380
391
|
</div>
|
|
381
392
|
</div>
|
|
382
|
-
<div class="v-input v-
|
|
393
|
+
<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
394
|
<div class="v-input__control">
|
|
384
395
|
<div class="v-input__slot">
|
|
385
396
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
386
|
-
<input
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
readonly="readonly"
|
|
397
|
+
<input id="input-58"
|
|
398
|
+
disabled
|
|
399
|
+
readonly
|
|
390
400
|
tabindex="-1"
|
|
401
|
+
class="v-color-picker__alpha"
|
|
402
|
+
value="1"
|
|
391
403
|
>
|
|
392
404
|
<div class="v-slider__track-container">
|
|
393
405
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -399,15 +411,15 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
399
411
|
>
|
|
400
412
|
</div>
|
|
401
413
|
</div>
|
|
402
|
-
<div
|
|
414
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
415
|
+
style="left: 100%;"
|
|
416
|
+
role="slider"
|
|
403
417
|
tabindex="0"
|
|
404
418
|
aria-valuemin="0"
|
|
405
419
|
aria-valuemax="1"
|
|
406
420
|
aria-valuenow="1"
|
|
407
421
|
aria-readonly="false"
|
|
408
422
|
aria-orientation="horizontal"
|
|
409
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
410
|
-
style="left: 100%;"
|
|
411
423
|
>
|
|
412
424
|
<div class="v-slider__thumb grey lighten-2">
|
|
413
425
|
</div>
|
|
@@ -423,7 +435,7 @@ exports[`VColorPicker.ts should hide inputs 1`] = `
|
|
|
423
435
|
`;
|
|
424
436
|
|
|
425
437
|
exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
426
|
-
<div class="v-
|
|
438
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
427
439
|
style="max-width: 300px;"
|
|
428
440
|
>
|
|
429
441
|
<div class="v-color-picker__canvas"
|
|
@@ -445,6 +457,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
445
457
|
min="0"
|
|
446
458
|
max="255"
|
|
447
459
|
step="1"
|
|
460
|
+
value="255"
|
|
448
461
|
>
|
|
449
462
|
<span>
|
|
450
463
|
R
|
|
@@ -455,6 +468,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
455
468
|
min="0"
|
|
456
469
|
max="255"
|
|
457
470
|
step="1"
|
|
471
|
+
value="0"
|
|
458
472
|
>
|
|
459
473
|
<span>
|
|
460
474
|
G
|
|
@@ -465,6 +479,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
465
479
|
min="0"
|
|
466
480
|
max="255"
|
|
467
481
|
step="1"
|
|
482
|
+
value="0"
|
|
468
483
|
>
|
|
469
484
|
<span>
|
|
470
485
|
B
|
|
@@ -475,19 +490,19 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
475
490
|
min="0"
|
|
476
491
|
max="1"
|
|
477
492
|
step="0.01"
|
|
493
|
+
value="1"
|
|
478
494
|
>
|
|
479
495
|
<span>
|
|
480
496
|
A
|
|
481
497
|
</span>
|
|
482
498
|
</div>
|
|
483
|
-
<button
|
|
484
|
-
|
|
499
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
500
|
+
type="button"
|
|
485
501
|
>
|
|
486
502
|
<span class="v-btn__content">
|
|
487
503
|
<i aria-hidden="true"
|
|
488
504
|
class="v-icon notranslate material-icons theme--light"
|
|
489
505
|
>
|
|
490
|
-
$unfold
|
|
491
506
|
</i>
|
|
492
507
|
</span>
|
|
493
508
|
</button>
|
|
@@ -497,7 +512,7 @@ exports[`VColorPicker.ts should hide sliders 1`] = `
|
|
|
497
512
|
`;
|
|
498
513
|
|
|
499
514
|
exports[`VColorPicker.ts should not show alpha controls if given hex value without alpha 1`] = `
|
|
500
|
-
<div class="v-
|
|
515
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
501
516
|
style="max-width: 300px;"
|
|
502
517
|
>
|
|
503
518
|
<div class="v-color-picker__canvas"
|
|
@@ -519,15 +534,16 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
519
534
|
</div>
|
|
520
535
|
</div>
|
|
521
536
|
<div class="v-color-picker__sliders">
|
|
522
|
-
<div class="v-input v-
|
|
537
|
+
<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
538
|
<div class="v-input__control">
|
|
524
539
|
<div class="v-input__slot">
|
|
525
540
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
526
|
-
<input
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
readonly="readonly"
|
|
541
|
+
<input id="input-88"
|
|
542
|
+
disabled
|
|
543
|
+
readonly
|
|
530
544
|
tabindex="-1"
|
|
545
|
+
class="v-color-picker__hue"
|
|
546
|
+
value="120"
|
|
531
547
|
>
|
|
532
548
|
<div class="v-slider__track-container">
|
|
533
549
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -539,15 +555,15 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
539
555
|
>
|
|
540
556
|
</div>
|
|
541
557
|
</div>
|
|
542
|
-
<div
|
|
558
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
559
|
+
style="left: 33.33333333333333%;"
|
|
560
|
+
role="slider"
|
|
543
561
|
tabindex="0"
|
|
544
562
|
aria-valuemin="0"
|
|
545
563
|
aria-valuemax="360"
|
|
546
564
|
aria-valuenow="120"
|
|
547
565
|
aria-readonly="false"
|
|
548
566
|
aria-orientation="horizontal"
|
|
549
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
550
|
-
style="left: 33.33333333333333%;"
|
|
551
567
|
>
|
|
552
568
|
<div class="v-slider__thumb grey lighten-2">
|
|
553
569
|
</div>
|
|
@@ -564,6 +580,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
564
580
|
min="0"
|
|
565
581
|
max="255"
|
|
566
582
|
step="1"
|
|
583
|
+
value="0"
|
|
567
584
|
>
|
|
568
585
|
<span>
|
|
569
586
|
R
|
|
@@ -574,6 +591,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
574
591
|
min="0"
|
|
575
592
|
max="255"
|
|
576
593
|
step="1"
|
|
594
|
+
value="255"
|
|
577
595
|
>
|
|
578
596
|
<span>
|
|
579
597
|
G
|
|
@@ -584,19 +602,19 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
584
602
|
min="0"
|
|
585
603
|
max="255"
|
|
586
604
|
step="1"
|
|
605
|
+
value="0"
|
|
587
606
|
>
|
|
588
607
|
<span>
|
|
589
608
|
B
|
|
590
609
|
</span>
|
|
591
610
|
</div>
|
|
592
|
-
<button
|
|
593
|
-
|
|
611
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
612
|
+
type="button"
|
|
594
613
|
>
|
|
595
614
|
<span class="v-btn__content">
|
|
596
615
|
<i aria-hidden="true"
|
|
597
616
|
class="v-icon notranslate material-icons theme--light"
|
|
598
617
|
>
|
|
599
|
-
$unfold
|
|
600
618
|
</i>
|
|
601
619
|
</span>
|
|
602
620
|
</button>
|
|
@@ -606,7 +624,7 @@ exports[`VColorPicker.ts should not show alpha controls if given hex value witho
|
|
|
606
624
|
`;
|
|
607
625
|
|
|
608
626
|
exports[`VColorPicker.ts should render color picker 1`] = `
|
|
609
|
-
<div class="v-
|
|
627
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
610
628
|
style="max-width: 300px;"
|
|
611
629
|
>
|
|
612
630
|
<div class="v-color-picker__canvas"
|
|
@@ -628,15 +646,16 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
628
646
|
</div>
|
|
629
647
|
</div>
|
|
630
648
|
<div class="v-color-picker__sliders">
|
|
631
|
-
<div class="v-input v-
|
|
649
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
632
650
|
<div class="v-input__control">
|
|
633
651
|
<div class="v-input__slot">
|
|
634
652
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
635
|
-
<input
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
readonly="readonly"
|
|
653
|
+
<input id="input-5"
|
|
654
|
+
disabled
|
|
655
|
+
readonly
|
|
639
656
|
tabindex="-1"
|
|
657
|
+
class="v-color-picker__hue"
|
|
658
|
+
value="0"
|
|
640
659
|
>
|
|
641
660
|
<div class="v-slider__track-container">
|
|
642
661
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -648,15 +667,15 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
648
667
|
>
|
|
649
668
|
</div>
|
|
650
669
|
</div>
|
|
651
|
-
<div
|
|
670
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
671
|
+
style="left: 0%;"
|
|
672
|
+
role="slider"
|
|
652
673
|
tabindex="0"
|
|
653
674
|
aria-valuemin="0"
|
|
654
675
|
aria-valuemax="360"
|
|
655
676
|
aria-valuenow="0"
|
|
656
677
|
aria-readonly="false"
|
|
657
678
|
aria-orientation="horizontal"
|
|
658
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
659
|
-
style="left: 0%;"
|
|
660
679
|
>
|
|
661
680
|
<div class="v-slider__thumb grey lighten-2">
|
|
662
681
|
</div>
|
|
@@ -665,15 +684,16 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
665
684
|
</div>
|
|
666
685
|
</div>
|
|
667
686
|
</div>
|
|
668
|
-
<div class="v-input v-
|
|
687
|
+
<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
688
|
<div class="v-input__control">
|
|
670
689
|
<div class="v-input__slot">
|
|
671
690
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
672
|
-
<input
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
readonly="readonly"
|
|
691
|
+
<input id="input-6"
|
|
692
|
+
disabled
|
|
693
|
+
readonly
|
|
676
694
|
tabindex="-1"
|
|
695
|
+
class="v-color-picker__alpha"
|
|
696
|
+
value="1"
|
|
677
697
|
>
|
|
678
698
|
<div class="v-slider__track-container">
|
|
679
699
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -685,15 +705,15 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
685
705
|
>
|
|
686
706
|
</div>
|
|
687
707
|
</div>
|
|
688
|
-
<div
|
|
708
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
709
|
+
style="left: 100%;"
|
|
710
|
+
role="slider"
|
|
689
711
|
tabindex="0"
|
|
690
712
|
aria-valuemin="0"
|
|
691
713
|
aria-valuemax="1"
|
|
692
714
|
aria-valuenow="1"
|
|
693
715
|
aria-readonly="false"
|
|
694
716
|
aria-orientation="horizontal"
|
|
695
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
696
|
-
style="left: 100%;"
|
|
697
717
|
>
|
|
698
718
|
<div class="v-slider__thumb grey lighten-2">
|
|
699
719
|
</div>
|
|
@@ -710,6 +730,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
710
730
|
min="0"
|
|
711
731
|
max="255"
|
|
712
732
|
step="1"
|
|
733
|
+
value="255"
|
|
713
734
|
>
|
|
714
735
|
<span>
|
|
715
736
|
R
|
|
@@ -720,6 +741,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
720
741
|
min="0"
|
|
721
742
|
max="255"
|
|
722
743
|
step="1"
|
|
744
|
+
value="0"
|
|
723
745
|
>
|
|
724
746
|
<span>
|
|
725
747
|
G
|
|
@@ -730,6 +752,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
730
752
|
min="0"
|
|
731
753
|
max="255"
|
|
732
754
|
step="1"
|
|
755
|
+
value="0"
|
|
733
756
|
>
|
|
734
757
|
<span>
|
|
735
758
|
B
|
|
@@ -740,19 +763,19 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
740
763
|
min="0"
|
|
741
764
|
max="1"
|
|
742
765
|
step="0.01"
|
|
766
|
+
value="1"
|
|
743
767
|
>
|
|
744
768
|
<span>
|
|
745
769
|
A
|
|
746
770
|
</span>
|
|
747
771
|
</div>
|
|
748
|
-
<button
|
|
749
|
-
|
|
772
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
773
|
+
type="button"
|
|
750
774
|
>
|
|
751
775
|
<span class="v-btn__content">
|
|
752
776
|
<i aria-hidden="true"
|
|
753
777
|
class="v-icon notranslate material-icons theme--light"
|
|
754
778
|
>
|
|
755
|
-
$unfold
|
|
756
779
|
</i>
|
|
757
780
|
</span>
|
|
758
781
|
</button>
|
|
@@ -762,7 +785,7 @@ exports[`VColorPicker.ts should render color picker 1`] = `
|
|
|
762
785
|
`;
|
|
763
786
|
|
|
764
787
|
exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
765
|
-
<div class="v-
|
|
788
|
+
<div class="v-sheet theme--light v-color-picker v-color-picker--flat theme--light"
|
|
766
789
|
style="max-width: 300px;"
|
|
767
790
|
>
|
|
768
791
|
<div class="v-color-picker__canvas"
|
|
@@ -784,15 +807,16 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
784
807
|
</div>
|
|
785
808
|
</div>
|
|
786
809
|
<div class="v-color-picker__sliders">
|
|
787
|
-
<div class="v-input v-
|
|
810
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
788
811
|
<div class="v-input__control">
|
|
789
812
|
<div class="v-input__slot">
|
|
790
813
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
791
|
-
<input
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
readonly="readonly"
|
|
814
|
+
<input id="input-109"
|
|
815
|
+
disabled
|
|
816
|
+
readonly
|
|
795
817
|
tabindex="-1"
|
|
818
|
+
class="v-color-picker__hue"
|
|
819
|
+
value="0"
|
|
796
820
|
>
|
|
797
821
|
<div class="v-slider__track-container">
|
|
798
822
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -804,15 +828,15 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
804
828
|
>
|
|
805
829
|
</div>
|
|
806
830
|
</div>
|
|
807
|
-
<div
|
|
831
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
832
|
+
style="left: 0%;"
|
|
833
|
+
role="slider"
|
|
808
834
|
tabindex="0"
|
|
809
835
|
aria-valuemin="0"
|
|
810
836
|
aria-valuemax="360"
|
|
811
837
|
aria-valuenow="0"
|
|
812
838
|
aria-readonly="false"
|
|
813
839
|
aria-orientation="horizontal"
|
|
814
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
815
|
-
style="left: 0%;"
|
|
816
840
|
>
|
|
817
841
|
<div class="v-slider__thumb grey lighten-2">
|
|
818
842
|
</div>
|
|
@@ -821,15 +845,16 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
821
845
|
</div>
|
|
822
846
|
</div>
|
|
823
847
|
</div>
|
|
824
|
-
<div class="v-input v-
|
|
848
|
+
<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
849
|
<div class="v-input__control">
|
|
826
850
|
<div class="v-input__slot">
|
|
827
851
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
828
|
-
<input
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
readonly="readonly"
|
|
852
|
+
<input id="input-110"
|
|
853
|
+
disabled
|
|
854
|
+
readonly
|
|
832
855
|
tabindex="-1"
|
|
856
|
+
class="v-color-picker__alpha"
|
|
857
|
+
value="1"
|
|
833
858
|
>
|
|
834
859
|
<div class="v-slider__track-container">
|
|
835
860
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -841,15 +866,15 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
841
866
|
>
|
|
842
867
|
</div>
|
|
843
868
|
</div>
|
|
844
|
-
<div
|
|
869
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
870
|
+
style="left: 100%;"
|
|
871
|
+
role="slider"
|
|
845
872
|
tabindex="0"
|
|
846
873
|
aria-valuemin="0"
|
|
847
874
|
aria-valuemax="1"
|
|
848
875
|
aria-valuenow="1"
|
|
849
876
|
aria-readonly="false"
|
|
850
877
|
aria-orientation="horizontal"
|
|
851
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
852
|
-
style="left: 100%;"
|
|
853
878
|
>
|
|
854
879
|
<div class="v-slider__thumb grey lighten-2">
|
|
855
880
|
</div>
|
|
@@ -866,6 +891,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
866
891
|
min="0"
|
|
867
892
|
max="255"
|
|
868
893
|
step="1"
|
|
894
|
+
value="255"
|
|
869
895
|
>
|
|
870
896
|
<span>
|
|
871
897
|
R
|
|
@@ -876,6 +902,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
876
902
|
min="0"
|
|
877
903
|
max="255"
|
|
878
904
|
step="1"
|
|
905
|
+
value="0"
|
|
879
906
|
>
|
|
880
907
|
<span>
|
|
881
908
|
G
|
|
@@ -886,6 +913,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
886
913
|
min="0"
|
|
887
914
|
max="255"
|
|
888
915
|
step="1"
|
|
916
|
+
value="0"
|
|
889
917
|
>
|
|
890
918
|
<span>
|
|
891
919
|
B
|
|
@@ -896,19 +924,19 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
896
924
|
min="0"
|
|
897
925
|
max="1"
|
|
898
926
|
step="0.01"
|
|
927
|
+
value="1"
|
|
899
928
|
>
|
|
900
929
|
<span>
|
|
901
930
|
A
|
|
902
931
|
</span>
|
|
903
932
|
</div>
|
|
904
|
-
<button
|
|
905
|
-
|
|
933
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
934
|
+
type="button"
|
|
906
935
|
>
|
|
907
936
|
<span class="v-btn__content">
|
|
908
937
|
<i aria-hidden="true"
|
|
909
938
|
class="v-icon notranslate material-icons theme--light"
|
|
910
939
|
>
|
|
911
|
-
$unfold
|
|
912
940
|
</i>
|
|
913
941
|
</span>
|
|
914
942
|
</button>
|
|
@@ -918,7 +946,7 @@ exports[`VColorPicker.ts should render flat picker 1`] = `
|
|
|
918
946
|
`;
|
|
919
947
|
|
|
920
948
|
exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
921
|
-
<div class="v-
|
|
949
|
+
<div class="v-sheet theme--light v-color-picker theme--light elevation-15"
|
|
922
950
|
style="max-width: 300px;"
|
|
923
951
|
>
|
|
924
952
|
<div class="v-color-picker__canvas"
|
|
@@ -940,15 +968,16 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
940
968
|
</div>
|
|
941
969
|
</div>
|
|
942
970
|
<div class="v-color-picker__sliders">
|
|
943
|
-
<div class="v-input v-
|
|
971
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
944
972
|
<div class="v-input__control">
|
|
945
973
|
<div class="v-input__slot">
|
|
946
974
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
947
|
-
<input
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
readonly="readonly"
|
|
975
|
+
<input id="input-120"
|
|
976
|
+
disabled
|
|
977
|
+
readonly
|
|
951
978
|
tabindex="-1"
|
|
979
|
+
class="v-color-picker__hue"
|
|
980
|
+
value="0"
|
|
952
981
|
>
|
|
953
982
|
<div class="v-slider__track-container">
|
|
954
983
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -960,15 +989,15 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
960
989
|
>
|
|
961
990
|
</div>
|
|
962
991
|
</div>
|
|
963
|
-
<div
|
|
992
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
993
|
+
style="left: 0%;"
|
|
994
|
+
role="slider"
|
|
964
995
|
tabindex="0"
|
|
965
996
|
aria-valuemin="0"
|
|
966
997
|
aria-valuemax="360"
|
|
967
998
|
aria-valuenow="0"
|
|
968
999
|
aria-readonly="false"
|
|
969
1000
|
aria-orientation="horizontal"
|
|
970
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
971
|
-
style="left: 0%;"
|
|
972
1001
|
>
|
|
973
1002
|
<div class="v-slider__thumb grey lighten-2">
|
|
974
1003
|
</div>
|
|
@@ -977,15 +1006,16 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
977
1006
|
</div>
|
|
978
1007
|
</div>
|
|
979
1008
|
</div>
|
|
980
|
-
<div class="v-input v-
|
|
1009
|
+
<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
1010
|
<div class="v-input__control">
|
|
982
1011
|
<div class="v-input__slot">
|
|
983
1012
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
984
|
-
<input
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
readonly="readonly"
|
|
1013
|
+
<input id="input-121"
|
|
1014
|
+
disabled
|
|
1015
|
+
readonly
|
|
988
1016
|
tabindex="-1"
|
|
1017
|
+
class="v-color-picker__alpha"
|
|
1018
|
+
value="1"
|
|
989
1019
|
>
|
|
990
1020
|
<div class="v-slider__track-container">
|
|
991
1021
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -997,15 +1027,15 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
997
1027
|
>
|
|
998
1028
|
</div>
|
|
999
1029
|
</div>
|
|
1000
|
-
<div
|
|
1030
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1031
|
+
style="left: 100%;"
|
|
1032
|
+
role="slider"
|
|
1001
1033
|
tabindex="0"
|
|
1002
1034
|
aria-valuemin="0"
|
|
1003
1035
|
aria-valuemax="1"
|
|
1004
1036
|
aria-valuenow="1"
|
|
1005
1037
|
aria-readonly="false"
|
|
1006
1038
|
aria-orientation="horizontal"
|
|
1007
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1008
|
-
style="left: 100%;"
|
|
1009
1039
|
>
|
|
1010
1040
|
<div class="v-slider__thumb grey lighten-2">
|
|
1011
1041
|
</div>
|
|
@@ -1022,6 +1052,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1022
1052
|
min="0"
|
|
1023
1053
|
max="255"
|
|
1024
1054
|
step="1"
|
|
1055
|
+
value="255"
|
|
1025
1056
|
>
|
|
1026
1057
|
<span>
|
|
1027
1058
|
R
|
|
@@ -1032,6 +1063,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1032
1063
|
min="0"
|
|
1033
1064
|
max="255"
|
|
1034
1065
|
step="1"
|
|
1066
|
+
value="0"
|
|
1035
1067
|
>
|
|
1036
1068
|
<span>
|
|
1037
1069
|
G
|
|
@@ -1042,6 +1074,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1042
1074
|
min="0"
|
|
1043
1075
|
max="255"
|
|
1044
1076
|
step="1"
|
|
1077
|
+
value="0"
|
|
1045
1078
|
>
|
|
1046
1079
|
<span>
|
|
1047
1080
|
B
|
|
@@ -1052,19 +1085,19 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1052
1085
|
min="0"
|
|
1053
1086
|
max="1"
|
|
1054
1087
|
step="0.01"
|
|
1088
|
+
value="1"
|
|
1055
1089
|
>
|
|
1056
1090
|
<span>
|
|
1057
1091
|
A
|
|
1058
1092
|
</span>
|
|
1059
1093
|
</div>
|
|
1060
|
-
<button
|
|
1061
|
-
|
|
1094
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
1095
|
+
type="button"
|
|
1062
1096
|
>
|
|
1063
1097
|
<span class="v-btn__content">
|
|
1064
1098
|
<i aria-hidden="true"
|
|
1065
1099
|
class="v-icon notranslate material-icons theme--light"
|
|
1066
1100
|
>
|
|
1067
|
-
$unfold
|
|
1068
1101
|
</i>
|
|
1069
1102
|
</span>
|
|
1070
1103
|
</button>
|
|
@@ -1074,7 +1107,7 @@ exports[`VColorPicker.ts should render picker with elevation 1`] = `
|
|
|
1074
1107
|
`;
|
|
1075
1108
|
|
|
1076
1109
|
exports[`VColorPicker.ts should show swatches 1`] = `
|
|
1077
|
-
<div class="v-
|
|
1110
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
1078
1111
|
style="max-width: 300px;"
|
|
1079
1112
|
>
|
|
1080
1113
|
<div class="v-color-picker__canvas"
|
|
@@ -1096,15 +1129,16 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1096
1129
|
</div>
|
|
1097
1130
|
</div>
|
|
1098
1131
|
<div class="v-color-picker__sliders">
|
|
1099
|
-
<div class="v-input v-
|
|
1132
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
1100
1133
|
<div class="v-input__control">
|
|
1101
1134
|
<div class="v-input__slot">
|
|
1102
1135
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
1103
|
-
<input
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
readonly="readonly"
|
|
1136
|
+
<input id="input-27"
|
|
1137
|
+
disabled
|
|
1138
|
+
readonly
|
|
1107
1139
|
tabindex="-1"
|
|
1140
|
+
class="v-color-picker__hue"
|
|
1141
|
+
value="0"
|
|
1108
1142
|
>
|
|
1109
1143
|
<div class="v-slider__track-container">
|
|
1110
1144
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -1116,15 +1150,15 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1116
1150
|
>
|
|
1117
1151
|
</div>
|
|
1118
1152
|
</div>
|
|
1119
|
-
<div
|
|
1153
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1154
|
+
style="left: 0%;"
|
|
1155
|
+
role="slider"
|
|
1120
1156
|
tabindex="0"
|
|
1121
1157
|
aria-valuemin="0"
|
|
1122
1158
|
aria-valuemax="360"
|
|
1123
1159
|
aria-valuenow="0"
|
|
1124
1160
|
aria-readonly="false"
|
|
1125
1161
|
aria-orientation="horizontal"
|
|
1126
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1127
|
-
style="left: 0%;"
|
|
1128
1162
|
>
|
|
1129
1163
|
<div class="v-slider__thumb grey lighten-2">
|
|
1130
1164
|
</div>
|
|
@@ -1133,15 +1167,16 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1133
1167
|
</div>
|
|
1134
1168
|
</div>
|
|
1135
1169
|
</div>
|
|
1136
|
-
<div class="v-input v-
|
|
1170
|
+
<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
1171
|
<div class="v-input__control">
|
|
1138
1172
|
<div class="v-input__slot">
|
|
1139
1173
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
1140
|
-
<input
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
readonly="readonly"
|
|
1174
|
+
<input id="input-28"
|
|
1175
|
+
disabled
|
|
1176
|
+
readonly
|
|
1144
1177
|
tabindex="-1"
|
|
1178
|
+
class="v-color-picker__alpha"
|
|
1179
|
+
value="1"
|
|
1145
1180
|
>
|
|
1146
1181
|
<div class="v-slider__track-container">
|
|
1147
1182
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -1153,15 +1188,15 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1153
1188
|
>
|
|
1154
1189
|
</div>
|
|
1155
1190
|
</div>
|
|
1156
|
-
<div
|
|
1191
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1192
|
+
style="left: 100%;"
|
|
1193
|
+
role="slider"
|
|
1157
1194
|
tabindex="0"
|
|
1158
1195
|
aria-valuemin="0"
|
|
1159
1196
|
aria-valuemax="1"
|
|
1160
1197
|
aria-valuenow="1"
|
|
1161
1198
|
aria-readonly="false"
|
|
1162
1199
|
aria-orientation="horizontal"
|
|
1163
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
1164
|
-
style="left: 100%;"
|
|
1165
1200
|
>
|
|
1166
1201
|
<div class="v-slider__thumb grey lighten-2">
|
|
1167
1202
|
</div>
|
|
@@ -1178,6 +1213,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1178
1213
|
min="0"
|
|
1179
1214
|
max="255"
|
|
1180
1215
|
step="1"
|
|
1216
|
+
value="255"
|
|
1181
1217
|
>
|
|
1182
1218
|
<span>
|
|
1183
1219
|
R
|
|
@@ -1188,6 +1224,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1188
1224
|
min="0"
|
|
1189
1225
|
max="255"
|
|
1190
1226
|
step="1"
|
|
1227
|
+
value="0"
|
|
1191
1228
|
>
|
|
1192
1229
|
<span>
|
|
1193
1230
|
G
|
|
@@ -1198,6 +1235,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1198
1235
|
min="0"
|
|
1199
1236
|
max="255"
|
|
1200
1237
|
step="1"
|
|
1238
|
+
value="0"
|
|
1201
1239
|
>
|
|
1202
1240
|
<span>
|
|
1203
1241
|
B
|
|
@@ -1208,25 +1246,25 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
1208
1246
|
min="0"
|
|
1209
1247
|
max="1"
|
|
1210
1248
|
step="0.01"
|
|
1249
|
+
value="1"
|
|
1211
1250
|
>
|
|
1212
1251
|
<span>
|
|
1213
1252
|
A
|
|
1214
1253
|
</span>
|
|
1215
1254
|
</div>
|
|
1216
|
-
<button
|
|
1217
|
-
|
|
1255
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
1256
|
+
type="button"
|
|
1218
1257
|
>
|
|
1219
1258
|
<span class="v-btn__content">
|
|
1220
1259
|
<i aria-hidden="true"
|
|
1221
1260
|
class="v-icon notranslate material-icons theme--light"
|
|
1222
1261
|
>
|
|
1223
|
-
$unfold
|
|
1224
1262
|
</i>
|
|
1225
1263
|
</span>
|
|
1226
1264
|
</button>
|
|
1227
1265
|
</div>
|
|
1228
1266
|
</div>
|
|
1229
|
-
<div class="v-color-picker__swatches"
|
|
1267
|
+
<div class="v-color-picker__swatches theme--light"
|
|
1230
1268
|
style="max-height: 150px;"
|
|
1231
1269
|
>
|
|
1232
1270
|
<div>
|
|
@@ -2048,7 +2086,7 @@ exports[`VColorPicker.ts should show swatches 1`] = `
|
|
|
2048
2086
|
`;
|
|
2049
2087
|
|
|
2050
2088
|
exports[`VColorPicker.ts should work correctly when initial value is null 1`] = `
|
|
2051
|
-
<div class="v-
|
|
2089
|
+
<div class="v-sheet theme--light v-color-picker theme--light"
|
|
2052
2090
|
style="max-width: 300px;"
|
|
2053
2091
|
>
|
|
2054
2092
|
<div class="v-color-picker__canvas"
|
|
@@ -2070,15 +2108,16 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2070
2108
|
</div>
|
|
2071
2109
|
</div>
|
|
2072
2110
|
<div class="v-color-picker__sliders">
|
|
2073
|
-
<div class="v-input v-
|
|
2111
|
+
<div class="v-input v-input--hide-details theme--light v-input__slider v-color-picker__hue">
|
|
2074
2112
|
<div class="v-input__control">
|
|
2075
2113
|
<div class="v-input__slot">
|
|
2076
2114
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
2077
|
-
<input
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
readonly="readonly"
|
|
2115
|
+
<input id="input-98"
|
|
2116
|
+
disabled
|
|
2117
|
+
readonly
|
|
2081
2118
|
tabindex="-1"
|
|
2119
|
+
class="v-color-picker__hue"
|
|
2120
|
+
value="0"
|
|
2082
2121
|
>
|
|
2083
2122
|
<div class="v-slider__track-container">
|
|
2084
2123
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -2090,15 +2129,15 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2090
2129
|
>
|
|
2091
2130
|
</div>
|
|
2092
2131
|
</div>
|
|
2093
|
-
<div
|
|
2132
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2133
|
+
style="left: 0%;"
|
|
2134
|
+
role="slider"
|
|
2094
2135
|
tabindex="0"
|
|
2095
2136
|
aria-valuemin="0"
|
|
2096
2137
|
aria-valuemax="360"
|
|
2097
2138
|
aria-valuenow="0"
|
|
2098
2139
|
aria-readonly="false"
|
|
2099
2140
|
aria-orientation="horizontal"
|
|
2100
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2101
|
-
style="left: 0%;"
|
|
2102
2141
|
>
|
|
2103
2142
|
<div class="v-slider__thumb grey lighten-2">
|
|
2104
2143
|
</div>
|
|
@@ -2107,15 +2146,16 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2107
2146
|
</div>
|
|
2108
2147
|
</div>
|
|
2109
2148
|
</div>
|
|
2110
|
-
<div class="v-input v-
|
|
2149
|
+
<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
2150
|
<div class="v-input__control">
|
|
2112
2151
|
<div class="v-input__slot">
|
|
2113
2152
|
<div class="v-slider v-slider--horizontal theme--light">
|
|
2114
|
-
<input
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
readonly="readonly"
|
|
2153
|
+
<input id="input-99"
|
|
2154
|
+
disabled
|
|
2155
|
+
readonly
|
|
2118
2156
|
tabindex="-1"
|
|
2157
|
+
class="v-color-picker__alpha"
|
|
2158
|
+
value="1"
|
|
2119
2159
|
>
|
|
2120
2160
|
<div class="v-slider__track-container">
|
|
2121
2161
|
<div class="v-slider__track-background primary lighten-3"
|
|
@@ -2127,15 +2167,15 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2127
2167
|
>
|
|
2128
2168
|
</div>
|
|
2129
2169
|
</div>
|
|
2130
|
-
<div
|
|
2170
|
+
<div class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2171
|
+
style="left: 100%;"
|
|
2172
|
+
role="slider"
|
|
2131
2173
|
tabindex="0"
|
|
2132
2174
|
aria-valuemin="0"
|
|
2133
2175
|
aria-valuemax="1"
|
|
2134
2176
|
aria-valuenow="1"
|
|
2135
2177
|
aria-readonly="false"
|
|
2136
2178
|
aria-orientation="horizontal"
|
|
2137
|
-
class="v-slider__thumb-container grey--text text--lighten-2"
|
|
2138
|
-
style="left: 100%;"
|
|
2139
2179
|
>
|
|
2140
2180
|
<div class="v-slider__thumb grey lighten-2">
|
|
2141
2181
|
</div>
|
|
@@ -2152,6 +2192,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2152
2192
|
min="0"
|
|
2153
2193
|
max="255"
|
|
2154
2194
|
step="1"
|
|
2195
|
+
value="255"
|
|
2155
2196
|
>
|
|
2156
2197
|
<span>
|
|
2157
2198
|
R
|
|
@@ -2162,6 +2203,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2162
2203
|
min="0"
|
|
2163
2204
|
max="255"
|
|
2164
2205
|
step="1"
|
|
2206
|
+
value="0"
|
|
2165
2207
|
>
|
|
2166
2208
|
<span>
|
|
2167
2209
|
G
|
|
@@ -2172,6 +2214,7 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2172
2214
|
min="0"
|
|
2173
2215
|
max="255"
|
|
2174
2216
|
step="1"
|
|
2217
|
+
value="0"
|
|
2175
2218
|
>
|
|
2176
2219
|
<span>
|
|
2177
2220
|
B
|
|
@@ -2182,19 +2225,19 @@ exports[`VColorPicker.ts should work correctly when initial value is null 1`] =
|
|
|
2182
2225
|
min="0"
|
|
2183
2226
|
max="1"
|
|
2184
2227
|
step="0.01"
|
|
2228
|
+
value="1"
|
|
2185
2229
|
>
|
|
2186
2230
|
<span>
|
|
2187
2231
|
A
|
|
2188
2232
|
</span>
|
|
2189
2233
|
</div>
|
|
2190
|
-
<button
|
|
2191
|
-
|
|
2234
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small"
|
|
2235
|
+
type="button"
|
|
2192
2236
|
>
|
|
2193
2237
|
<span class="v-btn__content">
|
|
2194
2238
|
<i aria-hidden="true"
|
|
2195
2239
|
class="v-icon notranslate material-icons theme--light"
|
|
2196
2240
|
>
|
|
2197
|
-
$unfold
|
|
2198
2241
|
</i>
|
|
2199
2242
|
</span>
|
|
2200
2243
|
</button>
|