@dimailn/vuetify 2.7.2-alpha3 → 2.7.2-alpha31
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 +3832 -2079
- 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 +19 -19
- 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 +22 -19
- 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 +29 -23
- 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
|
@@ -14,8 +14,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
14
14
|
Tue
|
|
15
15
|
</div>
|
|
16
16
|
<div class="v-calendar-daily_head-day-label">
|
|
17
|
-
<button
|
|
18
|
-
|
|
17
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
18
|
+
type="button"
|
|
19
19
|
>
|
|
20
20
|
<span class="v-btn__content">
|
|
21
21
|
29
|
|
@@ -28,8 +28,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
28
28
|
Wed
|
|
29
29
|
</div>
|
|
30
30
|
<div class="v-calendar-daily_head-day-label">
|
|
31
|
-
<button
|
|
32
|
-
|
|
31
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
32
|
+
type="button"
|
|
33
33
|
>
|
|
34
34
|
<span class="v-btn__content">
|
|
35
35
|
30
|
|
@@ -42,8 +42,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
42
42
|
Thu
|
|
43
43
|
</div>
|
|
44
44
|
<div class="v-calendar-daily_head-day-label">
|
|
45
|
-
<button
|
|
46
|
-
|
|
45
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
46
|
+
type="button"
|
|
47
47
|
>
|
|
48
48
|
<span class="v-btn__content">
|
|
49
49
|
31
|
|
@@ -56,8 +56,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
56
56
|
Fri
|
|
57
57
|
</div>
|
|
58
58
|
<div class="v-calendar-daily_head-day-label">
|
|
59
|
-
<button
|
|
60
|
-
|
|
59
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
60
|
+
type="button"
|
|
61
61
|
>
|
|
62
62
|
<span class="v-btn__content">
|
|
63
63
|
1
|
|
@@ -70,8 +70,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
70
70
|
Sat
|
|
71
71
|
</div>
|
|
72
72
|
<div class="v-calendar-daily_head-day-label">
|
|
73
|
-
<button
|
|
74
|
-
|
|
73
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
74
|
+
type="button"
|
|
75
75
|
>
|
|
76
76
|
<span class="v-btn__content">
|
|
77
77
|
2
|
|
@@ -84,8 +84,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
84
84
|
Sun
|
|
85
85
|
</div>
|
|
86
86
|
<div class="v-calendar-daily_head-day-label">
|
|
87
|
-
<button
|
|
88
|
-
|
|
87
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
88
|
+
type="button"
|
|
89
89
|
>
|
|
90
90
|
<span class="v-btn__content">
|
|
91
91
|
3
|
|
@@ -98,8 +98,8 @@ exports[`VCalendarDaily should render component and have v-calendar-daily class
|
|
|
98
98
|
Mon
|
|
99
99
|
</div>
|
|
100
100
|
<div class="v-calendar-daily_head-day-label">
|
|
101
|
-
<button
|
|
102
|
-
|
|
101
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
102
|
+
type="button"
|
|
103
103
|
>
|
|
104
104
|
<span class="v-btn__content">
|
|
105
105
|
4
|
|
@@ -992,8 +992,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
992
992
|
Tue
|
|
993
993
|
</div>
|
|
994
994
|
<div class="v-calendar-daily_head-day-label">
|
|
995
|
-
<button
|
|
996
|
-
|
|
995
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
996
|
+
type="button"
|
|
997
997
|
>
|
|
998
998
|
<span class="v-btn__content">
|
|
999
999
|
29
|
|
@@ -1006,8 +1006,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1006
1006
|
Wed
|
|
1007
1007
|
</div>
|
|
1008
1008
|
<div class="v-calendar-daily_head-day-label">
|
|
1009
|
-
<button
|
|
1010
|
-
|
|
1009
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1010
|
+
type="button"
|
|
1011
1011
|
>
|
|
1012
1012
|
<span class="v-btn__content">
|
|
1013
1013
|
30
|
|
@@ -1020,8 +1020,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1020
1020
|
Thu
|
|
1021
1021
|
</div>
|
|
1022
1022
|
<div class="v-calendar-daily_head-day-label">
|
|
1023
|
-
<button
|
|
1024
|
-
|
|
1023
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1024
|
+
type="button"
|
|
1025
1025
|
>
|
|
1026
1026
|
<span class="v-btn__content">
|
|
1027
1027
|
31
|
|
@@ -1034,8 +1034,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1034
1034
|
Fri
|
|
1035
1035
|
</div>
|
|
1036
1036
|
<div class="v-calendar-daily_head-day-label">
|
|
1037
|
-
<button
|
|
1038
|
-
|
|
1037
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1038
|
+
type="button"
|
|
1039
1039
|
>
|
|
1040
1040
|
<span class="v-btn__content">
|
|
1041
1041
|
1
|
|
@@ -1048,8 +1048,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1048
1048
|
Sat
|
|
1049
1049
|
</div>
|
|
1050
1050
|
<div class="v-calendar-daily_head-day-label">
|
|
1051
|
-
<button
|
|
1052
|
-
|
|
1051
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1052
|
+
type="button"
|
|
1053
1053
|
>
|
|
1054
1054
|
<span class="v-btn__content">
|
|
1055
1055
|
2
|
|
@@ -1062,8 +1062,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1062
1062
|
Sun
|
|
1063
1063
|
</div>
|
|
1064
1064
|
<div class="v-calendar-daily_head-day-label">
|
|
1065
|
-
<button
|
|
1066
|
-
|
|
1065
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1066
|
+
type="button"
|
|
1067
1067
|
>
|
|
1068
1068
|
<span class="v-btn__content">
|
|
1069
1069
|
3
|
|
@@ -1076,8 +1076,8 @@ exports[`VCalendarDaily should render correctly with firstInterval prop 1`] = `
|
|
|
1076
1076
|
Mon
|
|
1077
1077
|
</div>
|
|
1078
1078
|
<div class="v-calendar-daily_head-day-label">
|
|
1079
|
-
<button
|
|
1080
|
-
|
|
1079
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1080
|
+
type="button"
|
|
1081
1081
|
>
|
|
1082
1082
|
<span class="v-btn__content">
|
|
1083
1083
|
4
|
|
@@ -1969,8 +1969,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
1969
1969
|
Tue
|
|
1970
1970
|
</div>
|
|
1971
1971
|
<div class="v-calendar-daily_head-day-label">
|
|
1972
|
-
<button
|
|
1973
|
-
|
|
1972
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1973
|
+
type="button"
|
|
1974
1974
|
>
|
|
1975
1975
|
<span class="v-btn__content">
|
|
1976
1976
|
29
|
|
@@ -1983,8 +1983,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
1983
1983
|
Wed
|
|
1984
1984
|
</div>
|
|
1985
1985
|
<div class="v-calendar-daily_head-day-label">
|
|
1986
|
-
<button
|
|
1987
|
-
|
|
1986
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1987
|
+
type="button"
|
|
1988
1988
|
>
|
|
1989
1989
|
<span class="v-btn__content">
|
|
1990
1990
|
30
|
|
@@ -1997,8 +1997,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
1997
1997
|
Thu
|
|
1998
1998
|
</div>
|
|
1999
1999
|
<div class="v-calendar-daily_head-day-label">
|
|
2000
|
-
<button
|
|
2001
|
-
|
|
2000
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2001
|
+
type="button"
|
|
2002
2002
|
>
|
|
2003
2003
|
<span class="v-btn__content">
|
|
2004
2004
|
31
|
|
@@ -2011,8 +2011,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
2011
2011
|
Fri
|
|
2012
2012
|
</div>
|
|
2013
2013
|
<div class="v-calendar-daily_head-day-label">
|
|
2014
|
-
<button
|
|
2015
|
-
|
|
2014
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2015
|
+
type="button"
|
|
2016
2016
|
>
|
|
2017
2017
|
<span class="v-btn__content">
|
|
2018
2018
|
1
|
|
@@ -2025,8 +2025,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
2025
2025
|
Sat
|
|
2026
2026
|
</div>
|
|
2027
2027
|
<div class="v-calendar-daily_head-day-label">
|
|
2028
|
-
<button
|
|
2029
|
-
|
|
2028
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2029
|
+
type="button"
|
|
2030
2030
|
>
|
|
2031
2031
|
<span class="v-btn__content">
|
|
2032
2032
|
2
|
|
@@ -2039,8 +2039,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
2039
2039
|
Sun
|
|
2040
2040
|
</div>
|
|
2041
2041
|
<div class="v-calendar-daily_head-day-label">
|
|
2042
|
-
<button
|
|
2043
|
-
|
|
2042
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2043
|
+
type="button"
|
|
2044
2044
|
>
|
|
2045
2045
|
<span class="v-btn__content">
|
|
2046
2046
|
3
|
|
@@ -2053,8 +2053,8 @@ exports[`VCalendarDaily should render correctly with intervalCount prop 1`] = `
|
|
|
2053
2053
|
Mon
|
|
2054
2054
|
</div>
|
|
2055
2055
|
<div class="v-calendar-daily_head-day-label">
|
|
2056
|
-
<button
|
|
2057
|
-
|
|
2056
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2057
|
+
type="button"
|
|
2058
2058
|
>
|
|
2059
2059
|
<span class="v-btn__content">
|
|
2060
2060
|
4
|
|
@@ -2527,8 +2527,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2527
2527
|
Tue
|
|
2528
2528
|
</div>
|
|
2529
2529
|
<div class="v-calendar-daily_head-day-label">
|
|
2530
|
-
<button
|
|
2531
|
-
|
|
2530
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2531
|
+
type="button"
|
|
2532
2532
|
>
|
|
2533
2533
|
<span class="v-btn__content">
|
|
2534
2534
|
29
|
|
@@ -2541,8 +2541,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2541
2541
|
Wed
|
|
2542
2542
|
</div>
|
|
2543
2543
|
<div class="v-calendar-daily_head-day-label">
|
|
2544
|
-
<button
|
|
2545
|
-
|
|
2544
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2545
|
+
type="button"
|
|
2546
2546
|
>
|
|
2547
2547
|
<span class="v-btn__content">
|
|
2548
2548
|
30
|
|
@@ -2555,8 +2555,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2555
2555
|
Thu
|
|
2556
2556
|
</div>
|
|
2557
2557
|
<div class="v-calendar-daily_head-day-label">
|
|
2558
|
-
<button
|
|
2559
|
-
|
|
2558
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2559
|
+
type="button"
|
|
2560
2560
|
>
|
|
2561
2561
|
<span class="v-btn__content">
|
|
2562
2562
|
31
|
|
@@ -2569,8 +2569,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2569
2569
|
Fri
|
|
2570
2570
|
</div>
|
|
2571
2571
|
<div class="v-calendar-daily_head-day-label">
|
|
2572
|
-
<button
|
|
2573
|
-
|
|
2572
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2573
|
+
type="button"
|
|
2574
2574
|
>
|
|
2575
2575
|
<span class="v-btn__content">
|
|
2576
2576
|
1
|
|
@@ -2583,8 +2583,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2583
2583
|
Sat
|
|
2584
2584
|
</div>
|
|
2585
2585
|
<div class="v-calendar-daily_head-day-label">
|
|
2586
|
-
<button
|
|
2587
|
-
|
|
2586
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2587
|
+
type="button"
|
|
2588
2588
|
>
|
|
2589
2589
|
<span class="v-btn__content">
|
|
2590
2590
|
2
|
|
@@ -2597,8 +2597,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2597
2597
|
Sun
|
|
2598
2598
|
</div>
|
|
2599
2599
|
<div class="v-calendar-daily_head-day-label">
|
|
2600
|
-
<button
|
|
2601
|
-
|
|
2600
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2601
|
+
type="button"
|
|
2602
2602
|
>
|
|
2603
2603
|
<span class="v-btn__content">
|
|
2604
2604
|
3
|
|
@@ -2611,8 +2611,8 @@ exports[`VCalendarDaily should render correctly with intervalHeight prop 1`] = `
|
|
|
2611
2611
|
Mon
|
|
2612
2612
|
</div>
|
|
2613
2613
|
<div class="v-calendar-daily_head-day-label">
|
|
2614
|
-
<button
|
|
2615
|
-
|
|
2614
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2615
|
+
type="button"
|
|
2616
2616
|
>
|
|
2617
2617
|
<span class="v-btn__content">
|
|
2618
2618
|
4
|
|
@@ -3505,8 +3505,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3505
3505
|
Tue
|
|
3506
3506
|
</div>
|
|
3507
3507
|
<div class="v-calendar-daily_head-day-label">
|
|
3508
|
-
<button
|
|
3509
|
-
|
|
3508
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3509
|
+
type="button"
|
|
3510
3510
|
>
|
|
3511
3511
|
<span class="v-btn__content">
|
|
3512
3512
|
29
|
|
@@ -3519,8 +3519,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3519
3519
|
Wed
|
|
3520
3520
|
</div>
|
|
3521
3521
|
<div class="v-calendar-daily_head-day-label">
|
|
3522
|
-
<button
|
|
3523
|
-
|
|
3522
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3523
|
+
type="button"
|
|
3524
3524
|
>
|
|
3525
3525
|
<span class="v-btn__content">
|
|
3526
3526
|
30
|
|
@@ -3533,8 +3533,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3533
3533
|
Thu
|
|
3534
3534
|
</div>
|
|
3535
3535
|
<div class="v-calendar-daily_head-day-label">
|
|
3536
|
-
<button
|
|
3537
|
-
|
|
3536
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3537
|
+
type="button"
|
|
3538
3538
|
>
|
|
3539
3539
|
<span class="v-btn__content">
|
|
3540
3540
|
31
|
|
@@ -3547,8 +3547,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3547
3547
|
Fri
|
|
3548
3548
|
</div>
|
|
3549
3549
|
<div class="v-calendar-daily_head-day-label">
|
|
3550
|
-
<button
|
|
3551
|
-
|
|
3550
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3551
|
+
type="button"
|
|
3552
3552
|
>
|
|
3553
3553
|
<span class="v-btn__content">
|
|
3554
3554
|
1
|
|
@@ -3561,8 +3561,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3561
3561
|
Sat
|
|
3562
3562
|
</div>
|
|
3563
3563
|
<div class="v-calendar-daily_head-day-label">
|
|
3564
|
-
<button
|
|
3565
|
-
|
|
3564
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3565
|
+
type="button"
|
|
3566
3566
|
>
|
|
3567
3567
|
<span class="v-btn__content">
|
|
3568
3568
|
2
|
|
@@ -3575,8 +3575,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3575
3575
|
Sun
|
|
3576
3576
|
</div>
|
|
3577
3577
|
<div class="v-calendar-daily_head-day-label">
|
|
3578
|
-
<button
|
|
3579
|
-
|
|
3578
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3579
|
+
type="button"
|
|
3580
3580
|
>
|
|
3581
3581
|
<span class="v-btn__content">
|
|
3582
3582
|
3
|
|
@@ -3589,8 +3589,8 @@ exports[`VCalendarDaily should render correctly with intervalMinutes prop 1`] =
|
|
|
3589
3589
|
Mon
|
|
3590
3590
|
</div>
|
|
3591
3591
|
<div class="v-calendar-daily_head-day-label">
|
|
3592
|
-
<button
|
|
3593
|
-
|
|
3592
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
3593
|
+
type="button"
|
|
3594
3594
|
>
|
|
3595
3595
|
<span class="v-btn__content">
|
|
3596
3596
|
4
|
|
@@ -4483,8 +4483,8 @@ exports[`VCalendarDaily should render correctly with maxDays prop 1`] = `
|
|
|
4483
4483
|
Tue
|
|
4484
4484
|
</div>
|
|
4485
4485
|
<div class="v-calendar-daily_head-day-label">
|
|
4486
|
-
<button
|
|
4487
|
-
|
|
4486
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
4487
|
+
type="button"
|
|
4488
4488
|
>
|
|
4489
4489
|
<span class="v-btn__content">
|
|
4490
4490
|
29
|
|
@@ -4497,8 +4497,8 @@ exports[`VCalendarDaily should render correctly with maxDays prop 1`] = `
|
|
|
4497
4497
|
Wed
|
|
4498
4498
|
</div>
|
|
4499
4499
|
<div class="v-calendar-daily_head-day-label">
|
|
4500
|
-
<button
|
|
4501
|
-
|
|
4500
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
4501
|
+
type="button"
|
|
4502
4502
|
>
|
|
4503
4503
|
<span class="v-btn__content">
|
|
4504
4504
|
30
|
|
@@ -4511,8 +4511,8 @@ exports[`VCalendarDaily should render correctly with maxDays prop 1`] = `
|
|
|
4511
4511
|
Thu
|
|
4512
4512
|
</div>
|
|
4513
4513
|
<div class="v-calendar-daily_head-day-label">
|
|
4514
|
-
<button
|
|
4515
|
-
|
|
4514
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
4515
|
+
type="button"
|
|
4516
4516
|
>
|
|
4517
4517
|
<span class="v-btn__content">
|
|
4518
4518
|
31
|
|
@@ -4525,8 +4525,8 @@ exports[`VCalendarDaily should render correctly with maxDays prop 1`] = `
|
|
|
4525
4525
|
Fri
|
|
4526
4526
|
</div>
|
|
4527
4527
|
<div class="v-calendar-daily_head-day-label">
|
|
4528
|
-
<button
|
|
4529
|
-
|
|
4528
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
4529
|
+
type="button"
|
|
4530
4530
|
>
|
|
4531
4531
|
<span class="v-btn__content">
|
|
4532
4532
|
1
|
|
@@ -4539,8 +4539,8 @@ exports[`VCalendarDaily should render correctly with maxDays prop 1`] = `
|
|
|
4539
4539
|
Sat
|
|
4540
4540
|
</div>
|
|
4541
4541
|
<div class="v-calendar-daily_head-day-label">
|
|
4542
|
-
<button
|
|
4543
|
-
|
|
4542
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
4543
|
+
type="button"
|
|
4544
4544
|
>
|
|
4545
4545
|
<span class="v-btn__content">
|
|
4546
4546
|
2
|
|
@@ -6217,8 +6217,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6217
6217
|
Tue
|
|
6218
6218
|
</div>
|
|
6219
6219
|
<div class="v-calendar-daily_head-day-label">
|
|
6220
|
-
<button
|
|
6221
|
-
|
|
6220
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6221
|
+
type="button"
|
|
6222
6222
|
>
|
|
6223
6223
|
<span class="v-btn__content">
|
|
6224
6224
|
29
|
|
@@ -6231,8 +6231,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6231
6231
|
Wed
|
|
6232
6232
|
</div>
|
|
6233
6233
|
<div class="v-calendar-daily_head-day-label">
|
|
6234
|
-
<button
|
|
6235
|
-
|
|
6234
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6235
|
+
type="button"
|
|
6236
6236
|
>
|
|
6237
6237
|
<span class="v-btn__content">
|
|
6238
6238
|
30
|
|
@@ -6245,8 +6245,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6245
6245
|
Thu
|
|
6246
6246
|
</div>
|
|
6247
6247
|
<div class="v-calendar-daily_head-day-label">
|
|
6248
|
-
<button
|
|
6249
|
-
|
|
6248
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6249
|
+
type="button"
|
|
6250
6250
|
>
|
|
6251
6251
|
<span class="v-btn__content">
|
|
6252
6252
|
31
|
|
@@ -6259,8 +6259,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6259
6259
|
Fri
|
|
6260
6260
|
</div>
|
|
6261
6261
|
<div class="v-calendar-daily_head-day-label">
|
|
6262
|
-
<button
|
|
6263
|
-
|
|
6262
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6263
|
+
type="button"
|
|
6264
6264
|
>
|
|
6265
6265
|
<span class="v-btn__content">
|
|
6266
6266
|
1
|
|
@@ -6273,8 +6273,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6273
6273
|
Sat
|
|
6274
6274
|
</div>
|
|
6275
6275
|
<div class="v-calendar-daily_head-day-label">
|
|
6276
|
-
<button
|
|
6277
|
-
|
|
6276
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6277
|
+
type="button"
|
|
6278
6278
|
>
|
|
6279
6279
|
<span class="v-btn__content">
|
|
6280
6280
|
2
|
|
@@ -6287,8 +6287,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6287
6287
|
Sun
|
|
6288
6288
|
</div>
|
|
6289
6289
|
<div class="v-calendar-daily_head-day-label">
|
|
6290
|
-
<button
|
|
6291
|
-
|
|
6290
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6291
|
+
type="button"
|
|
6292
6292
|
>
|
|
6293
6293
|
<span class="v-btn__content">
|
|
6294
6294
|
3
|
|
@@ -6301,8 +6301,8 @@ exports[`VCalendarDaily should use custom interval formatter and render correctl
|
|
|
6301
6301
|
Mon
|
|
6302
6302
|
</div>
|
|
6303
6303
|
<div class="v-calendar-daily_head-day-label">
|
|
6304
|
-
<button
|
|
6305
|
-
|
|
6304
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
6305
|
+
type="button"
|
|
6306
6306
|
>
|
|
6307
6307
|
<span class="v-btn__content">
|
|
6308
6308
|
4
|
|
@@ -7195,8 +7195,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7195
7195
|
Tue
|
|
7196
7196
|
</div>
|
|
7197
7197
|
<div class="v-calendar-daily_head-day-label">
|
|
7198
|
-
<button
|
|
7199
|
-
|
|
7198
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7199
|
+
type="button"
|
|
7200
7200
|
>
|
|
7201
7201
|
<span class="v-btn__content">
|
|
7202
7202
|
29
|
|
@@ -7209,8 +7209,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7209
7209
|
Wed
|
|
7210
7210
|
</div>
|
|
7211
7211
|
<div class="v-calendar-daily_head-day-label">
|
|
7212
|
-
<button
|
|
7213
|
-
|
|
7212
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7213
|
+
type="button"
|
|
7214
7214
|
>
|
|
7215
7215
|
<span class="v-btn__content">
|
|
7216
7216
|
30
|
|
@@ -7223,8 +7223,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7223
7223
|
Thu
|
|
7224
7224
|
</div>
|
|
7225
7225
|
<div class="v-calendar-daily_head-day-label">
|
|
7226
|
-
<button
|
|
7227
|
-
|
|
7226
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7227
|
+
type="button"
|
|
7228
7228
|
>
|
|
7229
7229
|
<span class="v-btn__content">
|
|
7230
7230
|
31
|
|
@@ -7237,8 +7237,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7237
7237
|
Fri
|
|
7238
7238
|
</div>
|
|
7239
7239
|
<div class="v-calendar-daily_head-day-label">
|
|
7240
|
-
<button
|
|
7241
|
-
|
|
7240
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7241
|
+
type="button"
|
|
7242
7242
|
>
|
|
7243
7243
|
<span class="v-btn__content">
|
|
7244
7244
|
1
|
|
@@ -7251,8 +7251,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7251
7251
|
Sat
|
|
7252
7252
|
</div>
|
|
7253
7253
|
<div class="v-calendar-daily_head-day-label">
|
|
7254
|
-
<button
|
|
7255
|
-
|
|
7254
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7255
|
+
type="button"
|
|
7256
7256
|
>
|
|
7257
7257
|
<span class="v-btn__content">
|
|
7258
7258
|
2
|
|
@@ -7265,8 +7265,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7265
7265
|
Sun
|
|
7266
7266
|
</div>
|
|
7267
7267
|
<div class="v-calendar-daily_head-day-label">
|
|
7268
|
-
<button
|
|
7269
|
-
|
|
7268
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7269
|
+
type="button"
|
|
7270
7270
|
>
|
|
7271
7271
|
<span class="v-btn__content">
|
|
7272
7272
|
3
|
|
@@ -7279,8 +7279,8 @@ exports[`VCalendarDaily should use custom interval style function and render cor
|
|
|
7279
7279
|
Mon
|
|
7280
7280
|
</div>
|
|
7281
7281
|
<div class="v-calendar-daily_head-day-label">
|
|
7282
|
-
<button
|
|
7283
|
-
|
|
7282
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
7283
|
+
type="button"
|
|
7284
7284
|
>
|
|
7285
7285
|
<span class="v-btn__content">
|
|
7286
7286
|
4
|
|
@@ -8173,8 +8173,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8173
8173
|
Tue
|
|
8174
8174
|
</div>
|
|
8175
8175
|
<div class="v-calendar-daily_head-day-label">
|
|
8176
|
-
<button
|
|
8177
|
-
|
|
8176
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8177
|
+
type="button"
|
|
8178
8178
|
>
|
|
8179
8179
|
<span class="v-btn__content">
|
|
8180
8180
|
29
|
|
@@ -8187,8 +8187,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8187
8187
|
Wed
|
|
8188
8188
|
</div>
|
|
8189
8189
|
<div class="v-calendar-daily_head-day-label">
|
|
8190
|
-
<button
|
|
8191
|
-
|
|
8190
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8191
|
+
type="button"
|
|
8192
8192
|
>
|
|
8193
8193
|
<span class="v-btn__content">
|
|
8194
8194
|
30
|
|
@@ -8201,8 +8201,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8201
8201
|
Thu
|
|
8202
8202
|
</div>
|
|
8203
8203
|
<div class="v-calendar-daily_head-day-label">
|
|
8204
|
-
<button
|
|
8205
|
-
|
|
8204
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8205
|
+
type="button"
|
|
8206
8206
|
>
|
|
8207
8207
|
<span class="v-btn__content">
|
|
8208
8208
|
31
|
|
@@ -8215,8 +8215,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8215
8215
|
Fri
|
|
8216
8216
|
</div>
|
|
8217
8217
|
<div class="v-calendar-daily_head-day-label">
|
|
8218
|
-
<button
|
|
8219
|
-
|
|
8218
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8219
|
+
type="button"
|
|
8220
8220
|
>
|
|
8221
8221
|
<span class="v-btn__content">
|
|
8222
8222
|
1
|
|
@@ -8229,8 +8229,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8229
8229
|
Sat
|
|
8230
8230
|
</div>
|
|
8231
8231
|
<div class="v-calendar-daily_head-day-label">
|
|
8232
|
-
<button
|
|
8233
|
-
|
|
8232
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8233
|
+
type="button"
|
|
8234
8234
|
>
|
|
8235
8235
|
<span class="v-btn__content">
|
|
8236
8236
|
2
|
|
@@ -8243,8 +8243,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8243
8243
|
Sun
|
|
8244
8244
|
</div>
|
|
8245
8245
|
<div class="v-calendar-daily_head-day-label">
|
|
8246
|
-
<button
|
|
8247
|
-
|
|
8246
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8247
|
+
type="button"
|
|
8248
8248
|
>
|
|
8249
8249
|
<span class="v-btn__content">
|
|
8250
8250
|
3
|
|
@@ -8257,8 +8257,8 @@ exports[`VCalendarDaily should use custom showIntervalLabel function and render
|
|
|
8257
8257
|
Mon
|
|
8258
8258
|
</div>
|
|
8259
8259
|
<div class="v-calendar-daily_head-day-label">
|
|
8260
|
-
<button
|
|
8261
|
-
|
|
8260
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
8261
|
+
type="button"
|
|
8262
8262
|
>
|
|
8263
8263
|
<span class="v-btn__content">
|
|
8264
8264
|
4
|