@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[`VCalendar should go to correct day when using next/prev public functions 1`] = `
|
|
4
|
-
<div class="v-calendar
|
|
4
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
5
5
|
role="grid"
|
|
6
6
|
>
|
|
7
7
|
<div class="v-calendar-daily__head"
|
|
@@ -16,8 +16,8 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
16
16
|
Fri
|
|
17
17
|
</div>
|
|
18
18
|
<div class="v-calendar-daily_head-day-label">
|
|
19
|
-
<button
|
|
20
|
-
|
|
19
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
20
|
+
type="button"
|
|
21
21
|
>
|
|
22
22
|
<span class="v-btn__content">
|
|
23
23
|
11
|
|
@@ -309,7 +309,7 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
309
309
|
`;
|
|
310
310
|
|
|
311
311
|
exports[`VCalendar should go to correct day when using next/prev public functions 2`] = `
|
|
312
|
-
<div class="v-calendar
|
|
312
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
313
313
|
role="grid"
|
|
314
314
|
>
|
|
315
315
|
<div class="v-calendar-daily__head"
|
|
@@ -321,14 +321,14 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
321
321
|
</div>
|
|
322
322
|
<div class="v-calendar-daily_head-day v-past">
|
|
323
323
|
<div class="v-calendar-daily_head-weekday">
|
|
324
|
-
|
|
324
|
+
Fri
|
|
325
325
|
</div>
|
|
326
326
|
<div class="v-calendar-daily_head-day-label">
|
|
327
|
-
<button
|
|
328
|
-
|
|
327
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
328
|
+
type="button"
|
|
329
329
|
>
|
|
330
330
|
<span class="v-btn__content">
|
|
331
|
-
|
|
331
|
+
11
|
|
332
332
|
</span>
|
|
333
333
|
</button>
|
|
334
334
|
</div>
|
|
@@ -617,7 +617,7 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
617
617
|
`;
|
|
618
618
|
|
|
619
619
|
exports[`VCalendar should go to correct day when using next/prev public functions 3`] = `
|
|
620
|
-
<div class="v-calendar
|
|
620
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
621
621
|
role="grid"
|
|
622
622
|
>
|
|
623
623
|
<div class="v-calendar-daily__head"
|
|
@@ -632,8 +632,8 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
632
632
|
Fri
|
|
633
633
|
</div>
|
|
634
634
|
<div class="v-calendar-daily_head-day-label">
|
|
635
|
-
<button
|
|
636
|
-
|
|
635
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
636
|
+
type="button"
|
|
637
637
|
>
|
|
638
638
|
<span class="v-btn__content">
|
|
639
639
|
11
|
|
@@ -925,7 +925,7 @@ exports[`VCalendar should go to correct day when using next/prev public function
|
|
|
925
925
|
`;
|
|
926
926
|
|
|
927
927
|
exports[`VCalendar should render 4-day view 1`] = `
|
|
928
|
-
<div class="v-calendar
|
|
928
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
929
929
|
role="grid"
|
|
930
930
|
>
|
|
931
931
|
<div class="v-calendar-daily__head"
|
|
@@ -940,8 +940,8 @@ exports[`VCalendar should render 4-day view 1`] = `
|
|
|
940
940
|
Mon
|
|
941
941
|
</div>
|
|
942
942
|
<div class="v-calendar-daily_head-day-label">
|
|
943
|
-
<button
|
|
944
|
-
|
|
943
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
944
|
+
type="button"
|
|
945
945
|
>
|
|
946
946
|
<span class="v-btn__content">
|
|
947
947
|
29
|
|
@@ -954,8 +954,8 @@ exports[`VCalendar should render 4-day view 1`] = `
|
|
|
954
954
|
Tue
|
|
955
955
|
</div>
|
|
956
956
|
<div class="v-calendar-daily_head-day-label">
|
|
957
|
-
<button
|
|
958
|
-
|
|
957
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
958
|
+
type="button"
|
|
959
959
|
>
|
|
960
960
|
<span class="v-btn__content">
|
|
961
961
|
30
|
|
@@ -968,8 +968,8 @@ exports[`VCalendar should render 4-day view 1`] = `
|
|
|
968
968
|
Wed
|
|
969
969
|
</div>
|
|
970
970
|
<div class="v-calendar-daily_head-day-label">
|
|
971
|
-
<button
|
|
972
|
-
|
|
971
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
972
|
+
type="button"
|
|
973
973
|
>
|
|
974
974
|
<span class="v-btn__content">
|
|
975
975
|
31
|
|
@@ -982,8 +982,8 @@ exports[`VCalendar should render 4-day view 1`] = `
|
|
|
982
982
|
Thu
|
|
983
983
|
</div>
|
|
984
984
|
<div class="v-calendar-daily_head-day-label">
|
|
985
|
-
<button
|
|
986
|
-
|
|
985
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
986
|
+
type="button"
|
|
987
987
|
>
|
|
988
988
|
<span class="v-btn__content">
|
|
989
989
|
1
|
|
@@ -1569,7 +1569,7 @@ exports[`VCalendar should render 4-day view 1`] = `
|
|
|
1569
1569
|
`;
|
|
1570
1570
|
|
|
1571
1571
|
exports[`VCalendar should render day view 1`] = `
|
|
1572
|
-
<div class="v-calendar
|
|
1572
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
1573
1573
|
role="grid"
|
|
1574
1574
|
>
|
|
1575
1575
|
<div class="v-calendar-daily__head"
|
|
@@ -1584,8 +1584,8 @@ exports[`VCalendar should render day view 1`] = `
|
|
|
1584
1584
|
Mon
|
|
1585
1585
|
</div>
|
|
1586
1586
|
<div class="v-calendar-daily_head-day-label">
|
|
1587
|
-
<button
|
|
1588
|
-
|
|
1587
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
1588
|
+
type="button"
|
|
1589
1589
|
>
|
|
1590
1590
|
<span class="v-btn__content">
|
|
1591
1591
|
29
|
|
@@ -1877,57 +1877,58 @@ exports[`VCalendar should render day view 1`] = `
|
|
|
1877
1877
|
`;
|
|
1878
1878
|
|
|
1879
1879
|
exports[`VCalendar should render month view 1`] = `
|
|
1880
|
-
<div class="v-calendar-monthly v-calendar-weekly v-calendar
|
|
1880
|
+
<div class="v-calendar-monthly v-calendar-weekly theme--light v-calendar"
|
|
1881
|
+
maxdays="7"
|
|
1881
1882
|
role="grid"
|
|
1882
1883
|
>
|
|
1883
|
-
<div
|
|
1884
|
-
|
|
1884
|
+
<div class="v-calendar-weekly__head"
|
|
1885
|
+
role="row"
|
|
1885
1886
|
>
|
|
1886
|
-
<div
|
|
1887
|
-
|
|
1887
|
+
<div class="v-calendar-weekly__head-weekday v-past v-outside"
|
|
1888
|
+
role="columnheader"
|
|
1888
1889
|
>
|
|
1889
1890
|
Sun
|
|
1890
1891
|
</div>
|
|
1891
|
-
<div
|
|
1892
|
-
|
|
1892
|
+
<div class="v-calendar-weekly__head-weekday v-past"
|
|
1893
|
+
role="columnheader"
|
|
1893
1894
|
>
|
|
1894
1895
|
Mon
|
|
1895
1896
|
</div>
|
|
1896
|
-
<div
|
|
1897
|
-
|
|
1897
|
+
<div class="v-calendar-weekly__head-weekday v-present"
|
|
1898
|
+
role="columnheader"
|
|
1898
1899
|
>
|
|
1899
1900
|
Tue
|
|
1900
1901
|
</div>
|
|
1901
|
-
<div
|
|
1902
|
-
|
|
1902
|
+
<div class="v-calendar-weekly__head-weekday v-future"
|
|
1903
|
+
role="columnheader"
|
|
1903
1904
|
>
|
|
1904
1905
|
Wed
|
|
1905
1906
|
</div>
|
|
1906
|
-
<div
|
|
1907
|
-
|
|
1907
|
+
<div class="v-calendar-weekly__head-weekday v-future"
|
|
1908
|
+
role="columnheader"
|
|
1908
1909
|
>
|
|
1909
1910
|
Thu
|
|
1910
1911
|
</div>
|
|
1911
|
-
<div
|
|
1912
|
-
|
|
1912
|
+
<div class="v-calendar-weekly__head-weekday v-future"
|
|
1913
|
+
role="columnheader"
|
|
1913
1914
|
>
|
|
1914
1915
|
Fri
|
|
1915
1916
|
</div>
|
|
1916
|
-
<div
|
|
1917
|
-
|
|
1917
|
+
<div class="v-calendar-weekly__head-weekday v-future"
|
|
1918
|
+
role="columnheader"
|
|
1918
1919
|
>
|
|
1919
1920
|
Sat
|
|
1920
1921
|
</div>
|
|
1921
1922
|
</div>
|
|
1922
|
-
<div
|
|
1923
|
-
|
|
1923
|
+
<div class="v-calendar-weekly__week"
|
|
1924
|
+
role="row"
|
|
1924
1925
|
>
|
|
1925
|
-
<div
|
|
1926
|
-
|
|
1926
|
+
<div class="v-calendar-weekly__day v-past v-outside"
|
|
1927
|
+
role="cell"
|
|
1927
1928
|
>
|
|
1928
1929
|
<div class="v-calendar-weekly__day-label">
|
|
1929
|
-
<button
|
|
1930
|
-
|
|
1930
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1931
|
+
type="button"
|
|
1931
1932
|
>
|
|
1932
1933
|
<span class="v-btn__content">
|
|
1933
1934
|
31
|
|
@@ -1935,12 +1936,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
1935
1936
|
</button>
|
|
1936
1937
|
</div>
|
|
1937
1938
|
</div>
|
|
1938
|
-
<div
|
|
1939
|
-
|
|
1939
|
+
<div class="v-calendar-weekly__day v-past"
|
|
1940
|
+
role="cell"
|
|
1940
1941
|
>
|
|
1941
1942
|
<div class="v-calendar-weekly__day-label">
|
|
1942
|
-
<button
|
|
1943
|
-
|
|
1943
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1944
|
+
type="button"
|
|
1944
1945
|
>
|
|
1945
1946
|
<span class="v-btn__content">
|
|
1946
1947
|
Jan 1
|
|
@@ -1948,12 +1949,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
1948
1949
|
</button>
|
|
1949
1950
|
</div>
|
|
1950
1951
|
</div>
|
|
1951
|
-
<div
|
|
1952
|
-
|
|
1952
|
+
<div class="v-calendar-weekly__day v-past"
|
|
1953
|
+
role="cell"
|
|
1953
1954
|
>
|
|
1954
1955
|
<div class="v-calendar-weekly__day-label">
|
|
1955
|
-
<button
|
|
1956
|
-
|
|
1956
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1957
|
+
type="button"
|
|
1957
1958
|
>
|
|
1958
1959
|
<span class="v-btn__content">
|
|
1959
1960
|
2
|
|
@@ -1961,12 +1962,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
1961
1962
|
</button>
|
|
1962
1963
|
</div>
|
|
1963
1964
|
</div>
|
|
1964
|
-
<div
|
|
1965
|
-
|
|
1965
|
+
<div class="v-calendar-weekly__day v-past"
|
|
1966
|
+
role="cell"
|
|
1966
1967
|
>
|
|
1967
1968
|
<div class="v-calendar-weekly__day-label">
|
|
1968
|
-
<button
|
|
1969
|
-
|
|
1969
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1970
|
+
type="button"
|
|
1970
1971
|
>
|
|
1971
1972
|
<span class="v-btn__content">
|
|
1972
1973
|
3
|
|
@@ -1974,12 +1975,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
1974
1975
|
</button>
|
|
1975
1976
|
</div>
|
|
1976
1977
|
</div>
|
|
1977
|
-
<div
|
|
1978
|
-
|
|
1978
|
+
<div class="v-calendar-weekly__day v-past"
|
|
1979
|
+
role="cell"
|
|
1979
1980
|
>
|
|
1980
1981
|
<div class="v-calendar-weekly__day-label">
|
|
1981
|
-
<button
|
|
1982
|
-
|
|
1982
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1983
|
+
type="button"
|
|
1983
1984
|
>
|
|
1984
1985
|
<span class="v-btn__content">
|
|
1985
1986
|
4
|
|
@@ -1987,12 +1988,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
1987
1988
|
</button>
|
|
1988
1989
|
</div>
|
|
1989
1990
|
</div>
|
|
1990
|
-
<div
|
|
1991
|
-
|
|
1991
|
+
<div class="v-calendar-weekly__day v-past"
|
|
1992
|
+
role="cell"
|
|
1992
1993
|
>
|
|
1993
1994
|
<div class="v-calendar-weekly__day-label">
|
|
1994
|
-
<button
|
|
1995
|
-
|
|
1995
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
1996
|
+
type="button"
|
|
1996
1997
|
>
|
|
1997
1998
|
<span class="v-btn__content">
|
|
1998
1999
|
5
|
|
@@ -2000,12 +2001,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2000
2001
|
</button>
|
|
2001
2002
|
</div>
|
|
2002
2003
|
</div>
|
|
2003
|
-
<div
|
|
2004
|
-
|
|
2004
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2005
|
+
role="cell"
|
|
2005
2006
|
>
|
|
2006
2007
|
<div class="v-calendar-weekly__day-label">
|
|
2007
|
-
<button
|
|
2008
|
-
|
|
2008
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2009
|
+
type="button"
|
|
2009
2010
|
>
|
|
2010
2011
|
<span class="v-btn__content">
|
|
2011
2012
|
6
|
|
@@ -2014,15 +2015,15 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2014
2015
|
</div>
|
|
2015
2016
|
</div>
|
|
2016
2017
|
</div>
|
|
2017
|
-
<div
|
|
2018
|
-
|
|
2018
|
+
<div class="v-calendar-weekly__week"
|
|
2019
|
+
role="row"
|
|
2019
2020
|
>
|
|
2020
|
-
<div
|
|
2021
|
-
|
|
2021
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2022
|
+
role="cell"
|
|
2022
2023
|
>
|
|
2023
2024
|
<div class="v-calendar-weekly__day-label">
|
|
2024
|
-
<button
|
|
2025
|
-
|
|
2025
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2026
|
+
type="button"
|
|
2026
2027
|
>
|
|
2027
2028
|
<span class="v-btn__content">
|
|
2028
2029
|
7
|
|
@@ -2030,12 +2031,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2030
2031
|
</button>
|
|
2031
2032
|
</div>
|
|
2032
2033
|
</div>
|
|
2033
|
-
<div
|
|
2034
|
-
|
|
2034
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2035
|
+
role="cell"
|
|
2035
2036
|
>
|
|
2036
2037
|
<div class="v-calendar-weekly__day-label">
|
|
2037
|
-
<button
|
|
2038
|
-
|
|
2038
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2039
|
+
type="button"
|
|
2039
2040
|
>
|
|
2040
2041
|
<span class="v-btn__content">
|
|
2041
2042
|
8
|
|
@@ -2043,12 +2044,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2043
2044
|
</button>
|
|
2044
2045
|
</div>
|
|
2045
2046
|
</div>
|
|
2046
|
-
<div
|
|
2047
|
-
|
|
2047
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2048
|
+
role="cell"
|
|
2048
2049
|
>
|
|
2049
2050
|
<div class="v-calendar-weekly__day-label">
|
|
2050
|
-
<button
|
|
2051
|
-
|
|
2051
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2052
|
+
type="button"
|
|
2052
2053
|
>
|
|
2053
2054
|
<span class="v-btn__content">
|
|
2054
2055
|
9
|
|
@@ -2056,12 +2057,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2056
2057
|
</button>
|
|
2057
2058
|
</div>
|
|
2058
2059
|
</div>
|
|
2059
|
-
<div
|
|
2060
|
-
|
|
2060
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2061
|
+
role="cell"
|
|
2061
2062
|
>
|
|
2062
2063
|
<div class="v-calendar-weekly__day-label">
|
|
2063
|
-
<button
|
|
2064
|
-
|
|
2064
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2065
|
+
type="button"
|
|
2065
2066
|
>
|
|
2066
2067
|
<span class="v-btn__content">
|
|
2067
2068
|
10
|
|
@@ -2069,12 +2070,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2069
2070
|
</button>
|
|
2070
2071
|
</div>
|
|
2071
2072
|
</div>
|
|
2072
|
-
<div
|
|
2073
|
-
|
|
2073
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2074
|
+
role="cell"
|
|
2074
2075
|
>
|
|
2075
2076
|
<div class="v-calendar-weekly__day-label">
|
|
2076
|
-
<button
|
|
2077
|
-
|
|
2077
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2078
|
+
type="button"
|
|
2078
2079
|
>
|
|
2079
2080
|
<span class="v-btn__content">
|
|
2080
2081
|
11
|
|
@@ -2082,12 +2083,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2082
2083
|
</button>
|
|
2083
2084
|
</div>
|
|
2084
2085
|
</div>
|
|
2085
|
-
<div
|
|
2086
|
-
|
|
2086
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2087
|
+
role="cell"
|
|
2087
2088
|
>
|
|
2088
2089
|
<div class="v-calendar-weekly__day-label">
|
|
2089
|
-
<button
|
|
2090
|
-
|
|
2090
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2091
|
+
type="button"
|
|
2091
2092
|
>
|
|
2092
2093
|
<span class="v-btn__content">
|
|
2093
2094
|
12
|
|
@@ -2095,12 +2096,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2095
2096
|
</button>
|
|
2096
2097
|
</div>
|
|
2097
2098
|
</div>
|
|
2098
|
-
<div
|
|
2099
|
-
|
|
2099
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2100
|
+
role="cell"
|
|
2100
2101
|
>
|
|
2101
2102
|
<div class="v-calendar-weekly__day-label">
|
|
2102
|
-
<button
|
|
2103
|
-
|
|
2103
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2104
|
+
type="button"
|
|
2104
2105
|
>
|
|
2105
2106
|
<span class="v-btn__content">
|
|
2106
2107
|
13
|
|
@@ -2109,15 +2110,15 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2109
2110
|
</div>
|
|
2110
2111
|
</div>
|
|
2111
2112
|
</div>
|
|
2112
|
-
<div
|
|
2113
|
-
|
|
2113
|
+
<div class="v-calendar-weekly__week"
|
|
2114
|
+
role="row"
|
|
2114
2115
|
>
|
|
2115
|
-
<div
|
|
2116
|
-
|
|
2116
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2117
|
+
role="cell"
|
|
2117
2118
|
>
|
|
2118
2119
|
<div class="v-calendar-weekly__day-label">
|
|
2119
|
-
<button
|
|
2120
|
-
|
|
2120
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2121
|
+
type="button"
|
|
2121
2122
|
>
|
|
2122
2123
|
<span class="v-btn__content">
|
|
2123
2124
|
14
|
|
@@ -2125,12 +2126,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2125
2126
|
</button>
|
|
2126
2127
|
</div>
|
|
2127
2128
|
</div>
|
|
2128
|
-
<div
|
|
2129
|
-
|
|
2129
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2130
|
+
role="cell"
|
|
2130
2131
|
>
|
|
2131
2132
|
<div class="v-calendar-weekly__day-label">
|
|
2132
|
-
<button
|
|
2133
|
-
|
|
2133
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2134
|
+
type="button"
|
|
2134
2135
|
>
|
|
2135
2136
|
<span class="v-btn__content">
|
|
2136
2137
|
15
|
|
@@ -2138,12 +2139,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2138
2139
|
</button>
|
|
2139
2140
|
</div>
|
|
2140
2141
|
</div>
|
|
2141
|
-
<div
|
|
2142
|
-
|
|
2142
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2143
|
+
role="cell"
|
|
2143
2144
|
>
|
|
2144
2145
|
<div class="v-calendar-weekly__day-label">
|
|
2145
|
-
<button
|
|
2146
|
-
|
|
2146
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2147
|
+
type="button"
|
|
2147
2148
|
>
|
|
2148
2149
|
<span class="v-btn__content">
|
|
2149
2150
|
16
|
|
@@ -2151,12 +2152,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2151
2152
|
</button>
|
|
2152
2153
|
</div>
|
|
2153
2154
|
</div>
|
|
2154
|
-
<div
|
|
2155
|
-
|
|
2155
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2156
|
+
role="cell"
|
|
2156
2157
|
>
|
|
2157
2158
|
<div class="v-calendar-weekly__day-label">
|
|
2158
|
-
<button
|
|
2159
|
-
|
|
2159
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2160
|
+
type="button"
|
|
2160
2161
|
>
|
|
2161
2162
|
<span class="v-btn__content">
|
|
2162
2163
|
17
|
|
@@ -2164,12 +2165,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2164
2165
|
</button>
|
|
2165
2166
|
</div>
|
|
2166
2167
|
</div>
|
|
2167
|
-
<div
|
|
2168
|
-
|
|
2168
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2169
|
+
role="cell"
|
|
2169
2170
|
>
|
|
2170
2171
|
<div class="v-calendar-weekly__day-label">
|
|
2171
|
-
<button
|
|
2172
|
-
|
|
2172
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2173
|
+
type="button"
|
|
2173
2174
|
>
|
|
2174
2175
|
<span class="v-btn__content">
|
|
2175
2176
|
18
|
|
@@ -2177,12 +2178,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2177
2178
|
</button>
|
|
2178
2179
|
</div>
|
|
2179
2180
|
</div>
|
|
2180
|
-
<div
|
|
2181
|
-
|
|
2181
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2182
|
+
role="cell"
|
|
2182
2183
|
>
|
|
2183
2184
|
<div class="v-calendar-weekly__day-label">
|
|
2184
|
-
<button
|
|
2185
|
-
|
|
2185
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2186
|
+
type="button"
|
|
2186
2187
|
>
|
|
2187
2188
|
<span class="v-btn__content">
|
|
2188
2189
|
19
|
|
@@ -2190,12 +2191,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2190
2191
|
</button>
|
|
2191
2192
|
</div>
|
|
2192
2193
|
</div>
|
|
2193
|
-
<div
|
|
2194
|
-
|
|
2194
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2195
|
+
role="cell"
|
|
2195
2196
|
>
|
|
2196
2197
|
<div class="v-calendar-weekly__day-label">
|
|
2197
|
-
<button
|
|
2198
|
-
|
|
2198
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2199
|
+
type="button"
|
|
2199
2200
|
>
|
|
2200
2201
|
<span class="v-btn__content">
|
|
2201
2202
|
20
|
|
@@ -2204,15 +2205,15 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2204
2205
|
</div>
|
|
2205
2206
|
</div>
|
|
2206
2207
|
</div>
|
|
2207
|
-
<div
|
|
2208
|
-
|
|
2208
|
+
<div class="v-calendar-weekly__week"
|
|
2209
|
+
role="row"
|
|
2209
2210
|
>
|
|
2210
|
-
<div
|
|
2211
|
-
|
|
2211
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2212
|
+
role="cell"
|
|
2212
2213
|
>
|
|
2213
2214
|
<div class="v-calendar-weekly__day-label">
|
|
2214
|
-
<button
|
|
2215
|
-
|
|
2215
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2216
|
+
type="button"
|
|
2216
2217
|
>
|
|
2217
2218
|
<span class="v-btn__content">
|
|
2218
2219
|
21
|
|
@@ -2220,12 +2221,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2220
2221
|
</button>
|
|
2221
2222
|
</div>
|
|
2222
2223
|
</div>
|
|
2223
|
-
<div
|
|
2224
|
-
|
|
2224
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2225
|
+
role="cell"
|
|
2225
2226
|
>
|
|
2226
2227
|
<div class="v-calendar-weekly__day-label">
|
|
2227
|
-
<button
|
|
2228
|
-
|
|
2228
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2229
|
+
type="button"
|
|
2229
2230
|
>
|
|
2230
2231
|
<span class="v-btn__content">
|
|
2231
2232
|
22
|
|
@@ -2233,12 +2234,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2233
2234
|
</button>
|
|
2234
2235
|
</div>
|
|
2235
2236
|
</div>
|
|
2236
|
-
<div
|
|
2237
|
-
|
|
2237
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2238
|
+
role="cell"
|
|
2238
2239
|
>
|
|
2239
2240
|
<div class="v-calendar-weekly__day-label">
|
|
2240
|
-
<button
|
|
2241
|
-
|
|
2241
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2242
|
+
type="button"
|
|
2242
2243
|
>
|
|
2243
2244
|
<span class="v-btn__content">
|
|
2244
2245
|
23
|
|
@@ -2246,12 +2247,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2246
2247
|
</button>
|
|
2247
2248
|
</div>
|
|
2248
2249
|
</div>
|
|
2249
|
-
<div
|
|
2250
|
-
|
|
2250
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2251
|
+
role="cell"
|
|
2251
2252
|
>
|
|
2252
2253
|
<div class="v-calendar-weekly__day-label">
|
|
2253
|
-
<button
|
|
2254
|
-
|
|
2254
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2255
|
+
type="button"
|
|
2255
2256
|
>
|
|
2256
2257
|
<span class="v-btn__content">
|
|
2257
2258
|
24
|
|
@@ -2259,12 +2260,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2259
2260
|
</button>
|
|
2260
2261
|
</div>
|
|
2261
2262
|
</div>
|
|
2262
|
-
<div
|
|
2263
|
-
|
|
2263
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2264
|
+
role="cell"
|
|
2264
2265
|
>
|
|
2265
2266
|
<div class="v-calendar-weekly__day-label">
|
|
2266
|
-
<button
|
|
2267
|
-
|
|
2267
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2268
|
+
type="button"
|
|
2268
2269
|
>
|
|
2269
2270
|
<span class="v-btn__content">
|
|
2270
2271
|
25
|
|
@@ -2272,12 +2273,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2272
2273
|
</button>
|
|
2273
2274
|
</div>
|
|
2274
2275
|
</div>
|
|
2275
|
-
<div
|
|
2276
|
-
|
|
2276
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2277
|
+
role="cell"
|
|
2277
2278
|
>
|
|
2278
2279
|
<div class="v-calendar-weekly__day-label">
|
|
2279
|
-
<button
|
|
2280
|
-
|
|
2280
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2281
|
+
type="button"
|
|
2281
2282
|
>
|
|
2282
2283
|
<span class="v-btn__content">
|
|
2283
2284
|
26
|
|
@@ -2285,12 +2286,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2285
2286
|
</button>
|
|
2286
2287
|
</div>
|
|
2287
2288
|
</div>
|
|
2288
|
-
<div
|
|
2289
|
-
|
|
2289
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2290
|
+
role="cell"
|
|
2290
2291
|
>
|
|
2291
2292
|
<div class="v-calendar-weekly__day-label">
|
|
2292
|
-
<button
|
|
2293
|
-
|
|
2293
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2294
|
+
type="button"
|
|
2294
2295
|
>
|
|
2295
2296
|
<span class="v-btn__content">
|
|
2296
2297
|
27
|
|
@@ -2299,15 +2300,15 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2299
2300
|
</div>
|
|
2300
2301
|
</div>
|
|
2301
2302
|
</div>
|
|
2302
|
-
<div
|
|
2303
|
-
|
|
2303
|
+
<div class="v-calendar-weekly__week"
|
|
2304
|
+
role="row"
|
|
2304
2305
|
>
|
|
2305
|
-
<div
|
|
2306
|
-
|
|
2306
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2307
|
+
role="cell"
|
|
2307
2308
|
>
|
|
2308
2309
|
<div class="v-calendar-weekly__day-label">
|
|
2309
|
-
<button
|
|
2310
|
-
|
|
2310
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2311
|
+
type="button"
|
|
2311
2312
|
>
|
|
2312
2313
|
<span class="v-btn__content">
|
|
2313
2314
|
28
|
|
@@ -2315,12 +2316,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2315
2316
|
</button>
|
|
2316
2317
|
</div>
|
|
2317
2318
|
</div>
|
|
2318
|
-
<div
|
|
2319
|
-
|
|
2319
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2320
|
+
role="cell"
|
|
2320
2321
|
>
|
|
2321
2322
|
<div class="v-calendar-weekly__day-label">
|
|
2322
|
-
<button
|
|
2323
|
-
|
|
2323
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2324
|
+
type="button"
|
|
2324
2325
|
>
|
|
2325
2326
|
<span class="v-btn__content">
|
|
2326
2327
|
29
|
|
@@ -2328,12 +2329,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2328
2329
|
</button>
|
|
2329
2330
|
</div>
|
|
2330
2331
|
</div>
|
|
2331
|
-
<div
|
|
2332
|
-
|
|
2332
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2333
|
+
role="cell"
|
|
2333
2334
|
>
|
|
2334
2335
|
<div class="v-calendar-weekly__day-label">
|
|
2335
|
-
<button
|
|
2336
|
-
|
|
2336
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2337
|
+
type="button"
|
|
2337
2338
|
>
|
|
2338
2339
|
<span class="v-btn__content">
|
|
2339
2340
|
30
|
|
@@ -2341,12 +2342,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2341
2342
|
</button>
|
|
2342
2343
|
</div>
|
|
2343
2344
|
</div>
|
|
2344
|
-
<div
|
|
2345
|
-
|
|
2345
|
+
<div class="v-calendar-weekly__day v-past"
|
|
2346
|
+
role="cell"
|
|
2346
2347
|
>
|
|
2347
2348
|
<div class="v-calendar-weekly__day-label">
|
|
2348
|
-
<button
|
|
2349
|
-
|
|
2349
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2350
|
+
type="button"
|
|
2350
2351
|
>
|
|
2351
2352
|
<span class="v-btn__content">
|
|
2352
2353
|
31
|
|
@@ -2354,12 +2355,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2354
2355
|
</button>
|
|
2355
2356
|
</div>
|
|
2356
2357
|
</div>
|
|
2357
|
-
<div
|
|
2358
|
-
|
|
2358
|
+
<div class="v-calendar-weekly__day v-past v-outside"
|
|
2359
|
+
role="cell"
|
|
2359
2360
|
>
|
|
2360
2361
|
<div class="v-calendar-weekly__day-label">
|
|
2361
|
-
<button
|
|
2362
|
-
|
|
2362
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2363
|
+
type="button"
|
|
2363
2364
|
>
|
|
2364
2365
|
<span class="v-btn__content">
|
|
2365
2366
|
Feb 1
|
|
@@ -2367,12 +2368,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2367
2368
|
</button>
|
|
2368
2369
|
</div>
|
|
2369
2370
|
</div>
|
|
2370
|
-
<div
|
|
2371
|
-
|
|
2371
|
+
<div class="v-calendar-weekly__day v-past v-outside"
|
|
2372
|
+
role="cell"
|
|
2372
2373
|
>
|
|
2373
2374
|
<div class="v-calendar-weekly__day-label">
|
|
2374
|
-
<button
|
|
2375
|
-
|
|
2375
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2376
|
+
type="button"
|
|
2376
2377
|
>
|
|
2377
2378
|
<span class="v-btn__content">
|
|
2378
2379
|
2
|
|
@@ -2380,12 +2381,12 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2380
2381
|
</button>
|
|
2381
2382
|
</div>
|
|
2382
2383
|
</div>
|
|
2383
|
-
<div
|
|
2384
|
-
|
|
2384
|
+
<div class="v-calendar-weekly__day v-past v-outside"
|
|
2385
|
+
role="cell"
|
|
2385
2386
|
>
|
|
2386
2387
|
<div class="v-calendar-weekly__day-label">
|
|
2387
|
-
<button
|
|
2388
|
-
|
|
2388
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--small transparent"
|
|
2389
|
+
type="button"
|
|
2389
2390
|
>
|
|
2390
2391
|
<span class="v-btn__content">
|
|
2391
2392
|
3
|
|
@@ -2398,7 +2399,7 @@ exports[`VCalendar should render month view 1`] = `
|
|
|
2398
2399
|
`;
|
|
2399
2400
|
|
|
2400
2401
|
exports[`VCalendar should render week view 1`] = `
|
|
2401
|
-
<div class="v-calendar
|
|
2402
|
+
<div class="v-calendar-daily theme--light v-calendar"
|
|
2402
2403
|
role="grid"
|
|
2403
2404
|
>
|
|
2404
2405
|
<div class="v-calendar-daily__head"
|
|
@@ -2413,8 +2414,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2413
2414
|
Sun
|
|
2414
2415
|
</div>
|
|
2415
2416
|
<div class="v-calendar-daily_head-day-label">
|
|
2416
|
-
<button
|
|
2417
|
-
|
|
2417
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2418
|
+
type="button"
|
|
2418
2419
|
>
|
|
2419
2420
|
<span class="v-btn__content">
|
|
2420
2421
|
28
|
|
@@ -2427,8 +2428,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2427
2428
|
Mon
|
|
2428
2429
|
</div>
|
|
2429
2430
|
<div class="v-calendar-daily_head-day-label">
|
|
2430
|
-
<button
|
|
2431
|
-
|
|
2431
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2432
|
+
type="button"
|
|
2432
2433
|
>
|
|
2433
2434
|
<span class="v-btn__content">
|
|
2434
2435
|
29
|
|
@@ -2441,8 +2442,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2441
2442
|
Tue
|
|
2442
2443
|
</div>
|
|
2443
2444
|
<div class="v-calendar-daily_head-day-label">
|
|
2444
|
-
<button
|
|
2445
|
-
|
|
2445
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2446
|
+
type="button"
|
|
2446
2447
|
>
|
|
2447
2448
|
<span class="v-btn__content">
|
|
2448
2449
|
30
|
|
@@ -2455,8 +2456,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2455
2456
|
Wed
|
|
2456
2457
|
</div>
|
|
2457
2458
|
<div class="v-calendar-daily_head-day-label">
|
|
2458
|
-
<button
|
|
2459
|
-
|
|
2459
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2460
|
+
type="button"
|
|
2460
2461
|
>
|
|
2461
2462
|
<span class="v-btn__content">
|
|
2462
2463
|
31
|
|
@@ -2469,8 +2470,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2469
2470
|
Thu
|
|
2470
2471
|
</div>
|
|
2471
2472
|
<div class="v-calendar-daily_head-day-label">
|
|
2472
|
-
<button
|
|
2473
|
-
|
|
2473
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2474
|
+
type="button"
|
|
2474
2475
|
>
|
|
2475
2476
|
<span class="v-btn__content">
|
|
2476
2477
|
1
|
|
@@ -2483,8 +2484,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2483
2484
|
Fri
|
|
2484
2485
|
</div>
|
|
2485
2486
|
<div class="v-calendar-daily_head-day-label">
|
|
2486
|
-
<button
|
|
2487
|
-
|
|
2487
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2488
|
+
type="button"
|
|
2488
2489
|
>
|
|
2489
2490
|
<span class="v-btn__content">
|
|
2490
2491
|
2
|
|
@@ -2497,8 +2498,8 @@ exports[`VCalendar should render week view 1`] = `
|
|
|
2497
2498
|
Sat
|
|
2498
2499
|
</div>
|
|
2499
2500
|
<div class="v-calendar-daily_head-day-label">
|
|
2500
|
-
<button
|
|
2501
|
-
|
|
2501
|
+
<button class="v-btn v-btn--fab v-btn--has-bg v-btn--round theme--light v-size--default transparent"
|
|
2502
|
+
type="button"
|
|
2502
2503
|
>
|
|
2503
2504
|
<span class="v-btn__content">
|
|
2504
2505
|
3
|