@dimailn/vuetify 2.7.2-alpha26 → 2.7.2-alpha27
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 +1109 -1021
- 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 +1 -0
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBar.js +17 -6
- package/es5/components/VAppBar/VAppBar.js.map +1 -1
- package/es5/components/VBadge/VBadge.js +1 -0
- package/es5/components/VBadge/VBadge.js.map +1 -1
- package/es5/components/VBanner/VBanner.js +11 -12
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +8 -7
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +2 -2
- 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 +10 -9
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +31 -2
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +0 -3
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +14 -6
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VData/VData.js +1 -0
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +1 -0
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +1 -0
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +1 -6
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -0
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +1 -0
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/es5/components/VDataTable/VEditDialog.js +19 -18
- package/es5/components/VDataTable/VEditDialog.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +0 -6
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +13 -18
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +48 -26
- 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 +4 -3
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerYears.js +11 -12
- package/es5/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +16 -13
- 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 +1 -0
- 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/VExpansionPanelHeader.js +1 -10
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +1 -0
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VForm/VForm.js +1 -0
- package/es5/components/VForm/VForm.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 +3 -5
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +1 -0
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +2 -1
- 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/VListGroup.js +3 -11
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +26 -12
- 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 +1 -0
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +1 -7
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +1 -5
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +1 -0
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +1 -0
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +1 -3
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VPicker/VPicker.js +2 -3
- package/es5/components/VPicker/VPicker.js.map +1 -1
- package/es5/components/VProgressCircular/VProgressCircular.js +1 -10
- package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +4 -12
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +1 -0
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +111 -64
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +13 -17
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +1 -4
- 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 +0 -3
- 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 +4 -10
- 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/VStepperStep.js +11 -19
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VSwitch/VSwitch.js +1 -3
- 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 +11 -4
- package/es5/components/VTabs/VTabs.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 +31 -27
- 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 +1 -3
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +6 -3
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VVirtualScroll/VVirtualScroll.js +0 -3
- package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +0 -3
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/VWindow/VWindowItem.js +1 -5
- package/es5/components/VWindow/VWindowItem.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/detachable/index.js +9 -5
- package/es5/mixins/detachable/index.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +1 -0
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js +17 -6
- package/lib/components/VAppBar/VAppBar.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +1 -0
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +7 -11
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +8 -7
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +2 -2
- 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 +12 -11
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +14 -1
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +0 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +14 -6
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VData/VData.js +1 -0
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +1 -0
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +1 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +2 -7
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -0
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.js +1 -0
- package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/lib/components/VDataTable/VEditDialog.js +15 -14
- package/lib/components/VDataTable/VEditDialog.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +0 -5
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +11 -16
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +33 -20
- 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 +4 -3
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +8 -9
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +17 -13
- 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 +1 -0
- 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/VExpansionPanelHeader.js +1 -4
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -0
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VForm/VForm.js +1 -0
- package/lib/components/VForm/VForm.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 +2 -6
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +1 -0
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +2 -1
- 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/VListGroup.js +3 -5
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +25 -14
- 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 +1 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +1 -6
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -6
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +1 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +1 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +1 -3
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VPicker/VPicker.js +3 -3
- package/lib/components/VPicker/VPicker.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +1 -4
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +4 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +1 -0
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +64 -19
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +13 -15
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +1 -4
- 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 +0 -3
- 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 +3 -9
- 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/VStepperStep.js +7 -18
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +1 -3
- 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 +14 -4
- package/lib/components/VTabs/VTabs.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 +6 -15
- 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 +1 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +1 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +0 -3
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +0 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindowItem.js +2 -6
- package/lib/components/VWindow/VWindowItem.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/detachable/index.js +9 -5
- package/lib/mixins/detachable/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VAlert/VAlert.ts +2 -0
- package/src/components/VAppBar/VAppBar.ts +12 -3
- package/src/components/VBadge/VBadge.ts +1 -1
- package/src/components/VBanner/VBanner.ts +14 -14
- package/src/components/VBottomNavigation/VBottomNavigation.ts +10 -8
- package/src/components/VBtn/VBtn.ts +2 -2
- 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/VCarousel/VCarousel.ts +13 -9
- package/src/components/VCheckbox/VCheckbox.ts +19 -1
- package/src/components/VCheckbox/VSimpleCheckbox.ts +0 -3
- package/src/components/VChip/VChip.ts +16 -13
- package/src/components/VData/VData.ts +2 -0
- package/src/components/VDataIterator/VDataFooter.ts +2 -0
- package/src/components/VDataIterator/VDataIterator.ts +2 -0
- package/src/components/VDataTable/VDataTable.ts +2 -4
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +5 -0
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +2 -0
- package/src/components/VDataTable/VEditDialog.ts +19 -17
- package/src/components/VDataTable/mixins/header.ts +0 -4
- package/src/components/VDatePicker/VDatePicker.ts +13 -18
- package/src/components/VDatePicker/VDatePickerHeader.ts +44 -32
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +1 -1
- package/src/components/VDatePicker/VDatePickerTitle.ts +7 -5
- package/src/components/VDatePicker/VDatePickerYears.ts +6 -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 +18 -13
- 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 +7 -5
- package/src/components/VExpansionPanel/VExpansionPanel.ts +5 -0
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +0 -1
- package/src/components/VFileInput/VFileInput.ts +2 -0
- package/src/components/VForm/VForm.ts +2 -0
- package/src/components/VHover/VHover.ts +2 -0
- package/src/components/VImg/VImg.ts +2 -1
- package/src/components/VInput/VInput.ts +2 -0
- package/src/components/VItemGroup/VItem.ts +4 -0
- package/src/components/VItemGroup/VItemGroup.ts +7 -1
- package/src/components/VLazy/VLazy.ts +11 -13
- package/src/components/VList/VListGroup.ts +7 -8
- package/src/components/VList/VListItem.ts +29 -15
- package/src/components/VList/VListItemAction.ts +11 -10
- package/src/components/VMenu/VMenu.ts +3 -1
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +2 -5
- package/src/components/VOtpInput/VOtpInput.ts +2 -3
- package/src/components/VOverflowBtn/VOverflowBtn.ts +2 -0
- package/src/components/VOverlay/VOverlay.ts +2 -0
- package/src/components/VPagination/VPagination.ts +2 -1
- package/src/components/VPicker/VPicker.ts +8 -10
- package/src/components/VPicker/__tests__/VPicker.spec.ts +14 -15
- package/src/components/VProgressCircular/VProgressCircular.ts +0 -1
- package/src/components/VProgressLinear/VProgressLinear.ts +14 -13
- package/src/components/VRadioGroup/VRadio.ts +2 -0
- package/src/components/VSelect/VSelect.ts +59 -19
- package/src/components/VSelect/VSelectList.ts +13 -9
- package/src/components/VSlideGroup/VSlideGroup.ts +2 -4
- package/src/components/VSlideGroup/VSlideItem.ts +2 -0
- package/src/components/VSlider/VSlider.ts +0 -3
- package/src/components/VSnackbar/VSnackbar.ts +1 -1
- package/src/components/VSparkline/VSparkline.ts +54 -92
- package/src/components/VSpeedDial/VSpeedDial.ts +6 -8
- package/src/components/VStepper/VStepper.ts +3 -1
- package/src/components/VStepper/VStepperStep.ts +8 -15
- package/src/components/VSwitch/VSwitch.ts +4 -5
- package/src/components/VTabs/VTab.ts +2 -0
- package/src/components/VTabs/VTabs.ts +16 -10
- package/src/components/VTabs/VTabsItems.ts +2 -0
- package/src/components/VTextField/VTextField.ts +9 -12
- 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 +160 -40
- package/src/components/VToolbar/VToolbar.ts +1 -1
- package/src/components/VTooltip/VTooltip.ts +1 -1
- package/src/components/VVirtualScroll/VVirtualScroll.ts +0 -1
- package/src/components/VWindow/VWindow.ts +0 -1
- package/src/components/VWindow/VWindowItem.ts +2 -3
- package/src/mixins/detachable/index.ts +11 -5
|
@@ -9,7 +9,7 @@ exports[`VDatePicker.ts should handle date range picker with null value 1`] = `
|
|
|
9
9
|
`;
|
|
10
10
|
|
|
11
11
|
exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] = `
|
|
12
|
-
<div class="v-picker v-card v-picker--date
|
|
12
|
+
<div class="v-picker v-card theme--light v-picker--date">
|
|
13
13
|
<div class="v-picker__title orange darken-1">
|
|
14
14
|
<div class="v-date-picker-title">
|
|
15
15
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -27,15 +27,15 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
27
27
|
>
|
|
28
28
|
<div>
|
|
29
29
|
<div class="v-date-picker-header theme--light">
|
|
30
|
-
<button
|
|
31
|
-
|
|
30
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
31
|
+
type="button"
|
|
32
32
|
aria-label="Previous month"
|
|
33
33
|
>
|
|
34
34
|
<span class="v-btn__content">
|
|
35
|
-
<
|
|
36
|
-
|
|
35
|
+
<span class="v-icon notranslate theme--light"
|
|
36
|
+
aria-hidden="true"
|
|
37
37
|
>
|
|
38
|
-
</
|
|
38
|
+
</span>
|
|
39
39
|
</span>
|
|
40
40
|
</button>
|
|
41
41
|
<div class="v-date-picker-header__value">
|
|
@@ -45,15 +45,15 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
45
45
|
</button>
|
|
46
46
|
</div>
|
|
47
47
|
</div>
|
|
48
|
-
<button
|
|
49
|
-
|
|
48
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
49
|
+
type="button"
|
|
50
50
|
aria-label="Next month"
|
|
51
51
|
>
|
|
52
52
|
<span class="v-btn__content">
|
|
53
|
-
<
|
|
54
|
-
|
|
53
|
+
<span class="v-icon notranslate theme--light"
|
|
54
|
+
aria-hidden="true"
|
|
55
55
|
>
|
|
56
|
-
</
|
|
56
|
+
</span>
|
|
57
57
|
</span>
|
|
58
58
|
</button>
|
|
59
59
|
</div>
|
|
@@ -91,8 +91,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
91
91
|
<td>
|
|
92
92
|
</td>
|
|
93
93
|
<td>
|
|
94
|
-
<button
|
|
95
|
-
|
|
94
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light primary"
|
|
95
|
+
type="button"
|
|
96
96
|
>
|
|
97
97
|
<div class="v-btn__content">
|
|
98
98
|
1
|
|
@@ -100,8 +100,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
100
100
|
</button>
|
|
101
101
|
</td>
|
|
102
102
|
<td>
|
|
103
|
-
<button
|
|
104
|
-
|
|
103
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
104
|
+
type="button"
|
|
105
105
|
>
|
|
106
106
|
<div class="v-btn__content">
|
|
107
107
|
2
|
|
@@ -109,8 +109,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
109
109
|
</button>
|
|
110
110
|
</td>
|
|
111
111
|
<td>
|
|
112
|
-
<button
|
|
113
|
-
|
|
112
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
113
|
+
type="button"
|
|
114
114
|
>
|
|
115
115
|
<div class="v-btn__content">
|
|
116
116
|
3
|
|
@@ -118,8 +118,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
118
118
|
</button>
|
|
119
119
|
</td>
|
|
120
120
|
<td>
|
|
121
|
-
<button
|
|
122
|
-
|
|
121
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
122
|
+
type="button"
|
|
123
123
|
>
|
|
124
124
|
<div class="v-btn__content">
|
|
125
125
|
4
|
|
@@ -127,8 +127,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
127
127
|
</button>
|
|
128
128
|
</td>
|
|
129
129
|
<td>
|
|
130
|
-
<button
|
|
131
|
-
|
|
130
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
131
|
+
type="button"
|
|
132
132
|
>
|
|
133
133
|
<div class="v-btn__content">
|
|
134
134
|
5
|
|
@@ -138,8 +138,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
138
138
|
</tr>
|
|
139
139
|
<tr>
|
|
140
140
|
<td>
|
|
141
|
-
<button
|
|
142
|
-
|
|
141
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
142
|
+
type="button"
|
|
143
143
|
>
|
|
144
144
|
<div class="v-btn__content">
|
|
145
145
|
6
|
|
@@ -147,8 +147,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
147
147
|
</button>
|
|
148
148
|
</td>
|
|
149
149
|
<td>
|
|
150
|
-
<button
|
|
151
|
-
|
|
150
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
151
|
+
type="button"
|
|
152
152
|
>
|
|
153
153
|
<div class="v-btn__content">
|
|
154
154
|
7
|
|
@@ -156,8 +156,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
156
156
|
</button>
|
|
157
157
|
</td>
|
|
158
158
|
<td>
|
|
159
|
-
<button
|
|
160
|
-
|
|
159
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
160
|
+
type="button"
|
|
161
161
|
>
|
|
162
162
|
<div class="v-btn__content">
|
|
163
163
|
8
|
|
@@ -165,8 +165,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
165
165
|
</button>
|
|
166
166
|
</td>
|
|
167
167
|
<td>
|
|
168
|
-
<button
|
|
169
|
-
|
|
168
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
169
|
+
type="button"
|
|
170
170
|
>
|
|
171
171
|
<div class="v-btn__content">
|
|
172
172
|
9
|
|
@@ -174,8 +174,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
174
174
|
</button>
|
|
175
175
|
</td>
|
|
176
176
|
<td>
|
|
177
|
-
<button
|
|
178
|
-
|
|
177
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
178
|
+
type="button"
|
|
179
179
|
>
|
|
180
180
|
<div class="v-btn__content">
|
|
181
181
|
10
|
|
@@ -183,8 +183,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
183
183
|
</button>
|
|
184
184
|
</td>
|
|
185
185
|
<td>
|
|
186
|
-
<button
|
|
187
|
-
|
|
186
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
187
|
+
type="button"
|
|
188
188
|
>
|
|
189
189
|
<div class="v-btn__content">
|
|
190
190
|
11
|
|
@@ -192,8 +192,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
192
192
|
</button>
|
|
193
193
|
</td>
|
|
194
194
|
<td>
|
|
195
|
-
<button
|
|
196
|
-
|
|
195
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
196
|
+
type="button"
|
|
197
197
|
>
|
|
198
198
|
<div class="v-btn__content">
|
|
199
199
|
12
|
|
@@ -203,8 +203,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
203
203
|
</tr>
|
|
204
204
|
<tr>
|
|
205
205
|
<td>
|
|
206
|
-
<button
|
|
207
|
-
|
|
206
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
207
|
+
type="button"
|
|
208
208
|
>
|
|
209
209
|
<div class="v-btn__content">
|
|
210
210
|
13
|
|
@@ -212,8 +212,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
212
212
|
</button>
|
|
213
213
|
</td>
|
|
214
214
|
<td>
|
|
215
|
-
<button
|
|
216
|
-
|
|
215
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
216
|
+
type="button"
|
|
217
217
|
>
|
|
218
218
|
<div class="v-btn__content">
|
|
219
219
|
14
|
|
@@ -221,8 +221,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
221
221
|
</button>
|
|
222
222
|
</td>
|
|
223
223
|
<td>
|
|
224
|
-
<button
|
|
225
|
-
|
|
224
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
225
|
+
type="button"
|
|
226
226
|
>
|
|
227
227
|
<div class="v-btn__content">
|
|
228
228
|
15
|
|
@@ -230,8 +230,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
230
230
|
</button>
|
|
231
231
|
</td>
|
|
232
232
|
<td>
|
|
233
|
-
<button
|
|
234
|
-
|
|
233
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
234
|
+
type="button"
|
|
235
235
|
>
|
|
236
236
|
<div class="v-btn__content">
|
|
237
237
|
16
|
|
@@ -239,8 +239,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
239
239
|
</button>
|
|
240
240
|
</td>
|
|
241
241
|
<td>
|
|
242
|
-
<button
|
|
243
|
-
|
|
242
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
243
|
+
type="button"
|
|
244
244
|
>
|
|
245
245
|
<div class="v-btn__content">
|
|
246
246
|
17
|
|
@@ -248,8 +248,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
248
248
|
</button>
|
|
249
249
|
</td>
|
|
250
250
|
<td>
|
|
251
|
-
<button
|
|
252
|
-
|
|
251
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
252
|
+
type="button"
|
|
253
253
|
>
|
|
254
254
|
<div class="v-btn__content">
|
|
255
255
|
18
|
|
@@ -257,8 +257,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
257
257
|
</button>
|
|
258
258
|
</td>
|
|
259
259
|
<td>
|
|
260
|
-
<button
|
|
261
|
-
|
|
260
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
261
|
+
type="button"
|
|
262
262
|
>
|
|
263
263
|
<div class="v-btn__content">
|
|
264
264
|
19
|
|
@@ -268,8 +268,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
268
268
|
</tr>
|
|
269
269
|
<tr>
|
|
270
270
|
<td>
|
|
271
|
-
<button
|
|
272
|
-
|
|
271
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
272
|
+
type="button"
|
|
273
273
|
>
|
|
274
274
|
<div class="v-btn__content">
|
|
275
275
|
20
|
|
@@ -277,8 +277,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
277
277
|
</button>
|
|
278
278
|
</td>
|
|
279
279
|
<td>
|
|
280
|
-
<button
|
|
281
|
-
|
|
280
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
281
|
+
type="button"
|
|
282
282
|
>
|
|
283
283
|
<div class="v-btn__content">
|
|
284
284
|
21
|
|
@@ -286,8 +286,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
286
286
|
</button>
|
|
287
287
|
</td>
|
|
288
288
|
<td>
|
|
289
|
-
<button
|
|
290
|
-
|
|
289
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
290
|
+
type="button"
|
|
291
291
|
>
|
|
292
292
|
<div class="v-btn__content">
|
|
293
293
|
22
|
|
@@ -295,8 +295,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
295
295
|
</button>
|
|
296
296
|
</td>
|
|
297
297
|
<td>
|
|
298
|
-
<button
|
|
299
|
-
|
|
298
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
299
|
+
type="button"
|
|
300
300
|
>
|
|
301
301
|
<div class="v-btn__content">
|
|
302
302
|
23
|
|
@@ -304,8 +304,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
304
304
|
</button>
|
|
305
305
|
</td>
|
|
306
306
|
<td>
|
|
307
|
-
<button
|
|
308
|
-
|
|
307
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
308
|
+
type="button"
|
|
309
309
|
>
|
|
310
310
|
<div class="v-btn__content">
|
|
311
311
|
24
|
|
@@ -313,8 +313,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
313
313
|
</button>
|
|
314
314
|
</td>
|
|
315
315
|
<td>
|
|
316
|
-
<button
|
|
317
|
-
|
|
316
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
317
|
+
type="button"
|
|
318
318
|
>
|
|
319
319
|
<div class="v-btn__content">
|
|
320
320
|
25
|
|
@@ -322,8 +322,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
322
322
|
</button>
|
|
323
323
|
</td>
|
|
324
324
|
<td>
|
|
325
|
-
<button
|
|
326
|
-
|
|
325
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
326
|
+
type="button"
|
|
327
327
|
>
|
|
328
328
|
<div class="v-btn__content">
|
|
329
329
|
26
|
|
@@ -333,8 +333,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
333
333
|
</tr>
|
|
334
334
|
<tr>
|
|
335
335
|
<td>
|
|
336
|
-
<button
|
|
337
|
-
|
|
336
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
337
|
+
type="button"
|
|
338
338
|
>
|
|
339
339
|
<div class="v-btn__content">
|
|
340
340
|
27
|
|
@@ -342,8 +342,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
342
342
|
</button>
|
|
343
343
|
</td>
|
|
344
344
|
<td>
|
|
345
|
-
<button
|
|
346
|
-
|
|
345
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
346
|
+
type="button"
|
|
347
347
|
>
|
|
348
348
|
<div class="v-btn__content">
|
|
349
349
|
28
|
|
@@ -351,8 +351,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
351
351
|
</button>
|
|
352
352
|
</td>
|
|
353
353
|
<td>
|
|
354
|
-
<button
|
|
355
|
-
|
|
354
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
355
|
+
type="button"
|
|
356
356
|
>
|
|
357
357
|
<div class="v-btn__content">
|
|
358
358
|
29
|
|
@@ -360,8 +360,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
360
360
|
</button>
|
|
361
361
|
</td>
|
|
362
362
|
<td>
|
|
363
|
-
<button
|
|
364
|
-
|
|
363
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
364
|
+
type="button"
|
|
365
365
|
>
|
|
366
366
|
<div class="v-btn__content">
|
|
367
367
|
30
|
|
@@ -380,11 +380,13 @@ exports[`VDatePicker.ts should match snapshot with colored picker & header 1`] =
|
|
|
380
380
|
</div>
|
|
381
381
|
</div>
|
|
382
382
|
</div>
|
|
383
|
+
<div class="v-picker__actions v-card__actions">
|
|
384
|
+
</div>
|
|
383
385
|
</div>
|
|
384
386
|
`;
|
|
385
387
|
|
|
386
388
|
exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
387
|
-
<div class="v-picker v-card v-picker--date
|
|
389
|
+
<div class="v-picker v-card theme--light v-picker--date">
|
|
388
390
|
<div class="v-picker__title orange darken-1">
|
|
389
391
|
<div class="v-date-picker-title">
|
|
390
392
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -402,15 +404,15 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
402
404
|
>
|
|
403
405
|
<div>
|
|
404
406
|
<div class="v-date-picker-header theme--light">
|
|
405
|
-
<button
|
|
406
|
-
|
|
407
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
408
|
+
type="button"
|
|
407
409
|
aria-label="Previous month"
|
|
408
410
|
>
|
|
409
411
|
<span class="v-btn__content">
|
|
410
|
-
<
|
|
411
|
-
|
|
412
|
+
<span class="v-icon notranslate theme--light"
|
|
413
|
+
aria-hidden="true"
|
|
412
414
|
>
|
|
413
|
-
</
|
|
415
|
+
</span>
|
|
414
416
|
</span>
|
|
415
417
|
</button>
|
|
416
418
|
<div class="v-date-picker-header__value">
|
|
@@ -420,15 +422,15 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
420
422
|
</button>
|
|
421
423
|
</div>
|
|
422
424
|
</div>
|
|
423
|
-
<button
|
|
424
|
-
|
|
425
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
426
|
+
type="button"
|
|
425
427
|
aria-label="Next month"
|
|
426
428
|
>
|
|
427
429
|
<span class="v-btn__content">
|
|
428
|
-
<
|
|
429
|
-
|
|
430
|
+
<span class="v-icon notranslate theme--light"
|
|
431
|
+
aria-hidden="true"
|
|
430
432
|
>
|
|
431
|
-
</
|
|
433
|
+
</span>
|
|
432
434
|
</span>
|
|
433
435
|
</button>
|
|
434
436
|
</div>
|
|
@@ -466,8 +468,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
466
468
|
<td>
|
|
467
469
|
</td>
|
|
468
470
|
<td>
|
|
469
|
-
<button
|
|
470
|
-
|
|
471
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light orange darken-1"
|
|
472
|
+
type="button"
|
|
471
473
|
>
|
|
472
474
|
<div class="v-btn__content">
|
|
473
475
|
1
|
|
@@ -475,8 +477,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
475
477
|
</button>
|
|
476
478
|
</td>
|
|
477
479
|
<td>
|
|
478
|
-
<button
|
|
479
|
-
|
|
480
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
481
|
+
type="button"
|
|
480
482
|
>
|
|
481
483
|
<div class="v-btn__content">
|
|
482
484
|
2
|
|
@@ -484,8 +486,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
484
486
|
</button>
|
|
485
487
|
</td>
|
|
486
488
|
<td>
|
|
487
|
-
<button
|
|
488
|
-
|
|
489
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
490
|
+
type="button"
|
|
489
491
|
>
|
|
490
492
|
<div class="v-btn__content">
|
|
491
493
|
3
|
|
@@ -493,8 +495,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
493
495
|
</button>
|
|
494
496
|
</td>
|
|
495
497
|
<td>
|
|
496
|
-
<button
|
|
497
|
-
|
|
498
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
499
|
+
type="button"
|
|
498
500
|
>
|
|
499
501
|
<div class="v-btn__content">
|
|
500
502
|
4
|
|
@@ -502,8 +504,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
502
504
|
</button>
|
|
503
505
|
</td>
|
|
504
506
|
<td>
|
|
505
|
-
<button
|
|
506
|
-
|
|
507
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
508
|
+
type="button"
|
|
507
509
|
>
|
|
508
510
|
<div class="v-btn__content">
|
|
509
511
|
5
|
|
@@ -513,8 +515,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
513
515
|
</tr>
|
|
514
516
|
<tr>
|
|
515
517
|
<td>
|
|
516
|
-
<button
|
|
517
|
-
|
|
518
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
519
|
+
type="button"
|
|
518
520
|
>
|
|
519
521
|
<div class="v-btn__content">
|
|
520
522
|
6
|
|
@@ -522,8 +524,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
522
524
|
</button>
|
|
523
525
|
</td>
|
|
524
526
|
<td>
|
|
525
|
-
<button
|
|
526
|
-
|
|
527
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
528
|
+
type="button"
|
|
527
529
|
>
|
|
528
530
|
<div class="v-btn__content">
|
|
529
531
|
7
|
|
@@ -531,8 +533,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
531
533
|
</button>
|
|
532
534
|
</td>
|
|
533
535
|
<td>
|
|
534
|
-
<button
|
|
535
|
-
|
|
536
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
537
|
+
type="button"
|
|
536
538
|
>
|
|
537
539
|
<div class="v-btn__content">
|
|
538
540
|
8
|
|
@@ -540,8 +542,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
540
542
|
</button>
|
|
541
543
|
</td>
|
|
542
544
|
<td>
|
|
543
|
-
<button
|
|
544
|
-
|
|
545
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
546
|
+
type="button"
|
|
545
547
|
>
|
|
546
548
|
<div class="v-btn__content">
|
|
547
549
|
9
|
|
@@ -549,8 +551,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
549
551
|
</button>
|
|
550
552
|
</td>
|
|
551
553
|
<td>
|
|
552
|
-
<button
|
|
553
|
-
|
|
554
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
555
|
+
type="button"
|
|
554
556
|
>
|
|
555
557
|
<div class="v-btn__content">
|
|
556
558
|
10
|
|
@@ -558,8 +560,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
558
560
|
</button>
|
|
559
561
|
</td>
|
|
560
562
|
<td>
|
|
561
|
-
<button
|
|
562
|
-
|
|
563
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
564
|
+
type="button"
|
|
563
565
|
>
|
|
564
566
|
<div class="v-btn__content">
|
|
565
567
|
11
|
|
@@ -567,8 +569,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
567
569
|
</button>
|
|
568
570
|
</td>
|
|
569
571
|
<td>
|
|
570
|
-
<button
|
|
571
|
-
|
|
572
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
573
|
+
type="button"
|
|
572
574
|
>
|
|
573
575
|
<div class="v-btn__content">
|
|
574
576
|
12
|
|
@@ -578,8 +580,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
578
580
|
</tr>
|
|
579
581
|
<tr>
|
|
580
582
|
<td>
|
|
581
|
-
<button
|
|
582
|
-
|
|
583
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
584
|
+
type="button"
|
|
583
585
|
>
|
|
584
586
|
<div class="v-btn__content">
|
|
585
587
|
13
|
|
@@ -587,8 +589,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
587
589
|
</button>
|
|
588
590
|
</td>
|
|
589
591
|
<td>
|
|
590
|
-
<button
|
|
591
|
-
|
|
592
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
593
|
+
type="button"
|
|
592
594
|
>
|
|
593
595
|
<div class="v-btn__content">
|
|
594
596
|
14
|
|
@@ -596,8 +598,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
596
598
|
</button>
|
|
597
599
|
</td>
|
|
598
600
|
<td>
|
|
599
|
-
<button
|
|
600
|
-
|
|
601
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
602
|
+
type="button"
|
|
601
603
|
>
|
|
602
604
|
<div class="v-btn__content">
|
|
603
605
|
15
|
|
@@ -605,8 +607,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
605
607
|
</button>
|
|
606
608
|
</td>
|
|
607
609
|
<td>
|
|
608
|
-
<button
|
|
609
|
-
|
|
610
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
611
|
+
type="button"
|
|
610
612
|
>
|
|
611
613
|
<div class="v-btn__content">
|
|
612
614
|
16
|
|
@@ -614,8 +616,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
614
616
|
</button>
|
|
615
617
|
</td>
|
|
616
618
|
<td>
|
|
617
|
-
<button
|
|
618
|
-
|
|
619
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
620
|
+
type="button"
|
|
619
621
|
>
|
|
620
622
|
<div class="v-btn__content">
|
|
621
623
|
17
|
|
@@ -623,8 +625,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
623
625
|
</button>
|
|
624
626
|
</td>
|
|
625
627
|
<td>
|
|
626
|
-
<button
|
|
627
|
-
|
|
628
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
629
|
+
type="button"
|
|
628
630
|
>
|
|
629
631
|
<div class="v-btn__content">
|
|
630
632
|
18
|
|
@@ -632,8 +634,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
632
634
|
</button>
|
|
633
635
|
</td>
|
|
634
636
|
<td>
|
|
635
|
-
<button
|
|
636
|
-
|
|
637
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
638
|
+
type="button"
|
|
637
639
|
>
|
|
638
640
|
<div class="v-btn__content">
|
|
639
641
|
19
|
|
@@ -643,8 +645,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
643
645
|
</tr>
|
|
644
646
|
<tr>
|
|
645
647
|
<td>
|
|
646
|
-
<button
|
|
647
|
-
|
|
648
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
649
|
+
type="button"
|
|
648
650
|
>
|
|
649
651
|
<div class="v-btn__content">
|
|
650
652
|
20
|
|
@@ -652,8 +654,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
652
654
|
</button>
|
|
653
655
|
</td>
|
|
654
656
|
<td>
|
|
655
|
-
<button
|
|
656
|
-
|
|
657
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
658
|
+
type="button"
|
|
657
659
|
>
|
|
658
660
|
<div class="v-btn__content">
|
|
659
661
|
21
|
|
@@ -661,8 +663,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
661
663
|
</button>
|
|
662
664
|
</td>
|
|
663
665
|
<td>
|
|
664
|
-
<button
|
|
665
|
-
|
|
666
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
667
|
+
type="button"
|
|
666
668
|
>
|
|
667
669
|
<div class="v-btn__content">
|
|
668
670
|
22
|
|
@@ -670,8 +672,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
670
672
|
</button>
|
|
671
673
|
</td>
|
|
672
674
|
<td>
|
|
673
|
-
<button
|
|
674
|
-
|
|
675
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
676
|
+
type="button"
|
|
675
677
|
>
|
|
676
678
|
<div class="v-btn__content">
|
|
677
679
|
23
|
|
@@ -679,8 +681,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
679
681
|
</button>
|
|
680
682
|
</td>
|
|
681
683
|
<td>
|
|
682
|
-
<button
|
|
683
|
-
|
|
684
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
685
|
+
type="button"
|
|
684
686
|
>
|
|
685
687
|
<div class="v-btn__content">
|
|
686
688
|
24
|
|
@@ -688,8 +690,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
688
690
|
</button>
|
|
689
691
|
</td>
|
|
690
692
|
<td>
|
|
691
|
-
<button
|
|
692
|
-
|
|
693
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
694
|
+
type="button"
|
|
693
695
|
>
|
|
694
696
|
<div class="v-btn__content">
|
|
695
697
|
25
|
|
@@ -697,8 +699,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
697
699
|
</button>
|
|
698
700
|
</td>
|
|
699
701
|
<td>
|
|
700
|
-
<button
|
|
701
|
-
|
|
702
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
703
|
+
type="button"
|
|
702
704
|
>
|
|
703
705
|
<div class="v-btn__content">
|
|
704
706
|
26
|
|
@@ -708,8 +710,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
708
710
|
</tr>
|
|
709
711
|
<tr>
|
|
710
712
|
<td>
|
|
711
|
-
<button
|
|
712
|
-
|
|
713
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
714
|
+
type="button"
|
|
713
715
|
>
|
|
714
716
|
<div class="v-btn__content">
|
|
715
717
|
27
|
|
@@ -717,8 +719,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
717
719
|
</button>
|
|
718
720
|
</td>
|
|
719
721
|
<td>
|
|
720
|
-
<button
|
|
721
|
-
|
|
722
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
723
|
+
type="button"
|
|
722
724
|
>
|
|
723
725
|
<div class="v-btn__content">
|
|
724
726
|
28
|
|
@@ -726,8 +728,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
726
728
|
</button>
|
|
727
729
|
</td>
|
|
728
730
|
<td>
|
|
729
|
-
<button
|
|
730
|
-
|
|
731
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
732
|
+
type="button"
|
|
731
733
|
>
|
|
732
734
|
<div class="v-btn__content">
|
|
733
735
|
29
|
|
@@ -735,8 +737,8 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
735
737
|
</button>
|
|
736
738
|
</td>
|
|
737
739
|
<td>
|
|
738
|
-
<button
|
|
739
|
-
|
|
740
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
741
|
+
type="button"
|
|
740
742
|
>
|
|
741
743
|
<div class="v-btn__content">
|
|
742
744
|
30
|
|
@@ -755,11 +757,13 @@ exports[`VDatePicker.ts should match snapshot with colored picker 1`] = `
|
|
|
755
757
|
</div>
|
|
756
758
|
</div>
|
|
757
759
|
</div>
|
|
760
|
+
<div class="v-picker__actions v-card__actions">
|
|
761
|
+
</div>
|
|
758
762
|
</div>
|
|
759
763
|
`;
|
|
760
764
|
|
|
761
765
|
exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
762
|
-
<div class="v-picker v-card v-picker--date
|
|
766
|
+
<div class="v-picker v-card theme--dark v-picker--date">
|
|
763
767
|
<div class="v-picker__title">
|
|
764
768
|
<div class="v-date-picker-title">
|
|
765
769
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -777,15 +781,15 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
777
781
|
>
|
|
778
782
|
<div>
|
|
779
783
|
<div class="v-date-picker-header theme--dark">
|
|
780
|
-
<button
|
|
781
|
-
|
|
784
|
+
<button class="v-btn v-btn--icon v-btn--round theme--dark v-size--default"
|
|
785
|
+
type="button"
|
|
782
786
|
aria-label="Previous month"
|
|
783
787
|
>
|
|
784
788
|
<span class="v-btn__content">
|
|
785
|
-
<
|
|
786
|
-
|
|
789
|
+
<span class="v-icon notranslate theme--dark"
|
|
790
|
+
aria-hidden="true"
|
|
787
791
|
>
|
|
788
|
-
</
|
|
792
|
+
</span>
|
|
789
793
|
</span>
|
|
790
794
|
</button>
|
|
791
795
|
<div class="v-date-picker-header__value">
|
|
@@ -795,15 +799,15 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
795
799
|
</button>
|
|
796
800
|
</div>
|
|
797
801
|
</div>
|
|
798
|
-
<button
|
|
799
|
-
|
|
802
|
+
<button class="v-btn v-btn--icon v-btn--round theme--dark v-size--default"
|
|
803
|
+
type="button"
|
|
800
804
|
aria-label="Next month"
|
|
801
805
|
>
|
|
802
806
|
<span class="v-btn__content">
|
|
803
|
-
<
|
|
804
|
-
|
|
807
|
+
<span class="v-icon notranslate theme--dark"
|
|
808
|
+
aria-hidden="true"
|
|
805
809
|
>
|
|
806
|
-
</
|
|
810
|
+
</span>
|
|
807
811
|
</span>
|
|
808
812
|
</button>
|
|
809
813
|
</div>
|
|
@@ -843,8 +847,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
843
847
|
<td>
|
|
844
848
|
</td>
|
|
845
849
|
<td>
|
|
846
|
-
<button
|
|
847
|
-
|
|
850
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
851
|
+
type="button"
|
|
848
852
|
>
|
|
849
853
|
<div class="v-btn__content">
|
|
850
854
|
1
|
|
@@ -852,8 +856,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
852
856
|
</button>
|
|
853
857
|
</td>
|
|
854
858
|
<td>
|
|
855
|
-
<button
|
|
856
|
-
|
|
859
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
860
|
+
type="button"
|
|
857
861
|
>
|
|
858
862
|
<div class="v-btn__content">
|
|
859
863
|
2
|
|
@@ -861,8 +865,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
861
865
|
</button>
|
|
862
866
|
</td>
|
|
863
867
|
<td>
|
|
864
|
-
<button
|
|
865
|
-
|
|
868
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
869
|
+
type="button"
|
|
866
870
|
>
|
|
867
871
|
<div class="v-btn__content">
|
|
868
872
|
3
|
|
@@ -870,8 +874,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
870
874
|
</button>
|
|
871
875
|
</td>
|
|
872
876
|
<td>
|
|
873
|
-
<button
|
|
874
|
-
|
|
877
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
878
|
+
type="button"
|
|
875
879
|
>
|
|
876
880
|
<div class="v-btn__content">
|
|
877
881
|
4
|
|
@@ -881,8 +885,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
881
885
|
</tr>
|
|
882
886
|
<tr>
|
|
883
887
|
<td>
|
|
884
|
-
<button
|
|
885
|
-
|
|
888
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
889
|
+
type="button"
|
|
886
890
|
>
|
|
887
891
|
<div class="v-btn__content">
|
|
888
892
|
5
|
|
@@ -890,8 +894,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
890
894
|
</button>
|
|
891
895
|
</td>
|
|
892
896
|
<td>
|
|
893
|
-
<button
|
|
894
|
-
|
|
897
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
898
|
+
type="button"
|
|
895
899
|
>
|
|
896
900
|
<div class="v-btn__content">
|
|
897
901
|
6
|
|
@@ -899,8 +903,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
899
903
|
</button>
|
|
900
904
|
</td>
|
|
901
905
|
<td>
|
|
902
|
-
<button
|
|
903
|
-
|
|
906
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--dark accent"
|
|
907
|
+
type="button"
|
|
904
908
|
>
|
|
905
909
|
<div class="v-btn__content">
|
|
906
910
|
7
|
|
@@ -908,8 +912,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
908
912
|
</button>
|
|
909
913
|
</td>
|
|
910
914
|
<td>
|
|
911
|
-
<button
|
|
912
|
-
|
|
915
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
916
|
+
type="button"
|
|
913
917
|
>
|
|
914
918
|
<div class="v-btn__content">
|
|
915
919
|
8
|
|
@@ -917,8 +921,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
917
921
|
</button>
|
|
918
922
|
</td>
|
|
919
923
|
<td>
|
|
920
|
-
<button
|
|
921
|
-
|
|
924
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
925
|
+
type="button"
|
|
922
926
|
>
|
|
923
927
|
<div class="v-btn__content">
|
|
924
928
|
9
|
|
@@ -926,8 +930,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
926
930
|
</button>
|
|
927
931
|
</td>
|
|
928
932
|
<td>
|
|
929
|
-
<button
|
|
930
|
-
|
|
933
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
934
|
+
type="button"
|
|
931
935
|
>
|
|
932
936
|
<div class="v-btn__content">
|
|
933
937
|
10
|
|
@@ -935,8 +939,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
935
939
|
</button>
|
|
936
940
|
</td>
|
|
937
941
|
<td>
|
|
938
|
-
<button
|
|
939
|
-
|
|
942
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
943
|
+
type="button"
|
|
940
944
|
>
|
|
941
945
|
<div class="v-btn__content">
|
|
942
946
|
11
|
|
@@ -946,8 +950,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
946
950
|
</tr>
|
|
947
951
|
<tr>
|
|
948
952
|
<td>
|
|
949
|
-
<button
|
|
950
|
-
|
|
953
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
954
|
+
type="button"
|
|
951
955
|
>
|
|
952
956
|
<div class="v-btn__content">
|
|
953
957
|
12
|
|
@@ -955,8 +959,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
955
959
|
</button>
|
|
956
960
|
</td>
|
|
957
961
|
<td>
|
|
958
|
-
<button
|
|
959
|
-
|
|
962
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
963
|
+
type="button"
|
|
960
964
|
>
|
|
961
965
|
<div class="v-btn__content">
|
|
962
966
|
13
|
|
@@ -964,8 +968,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
964
968
|
</button>
|
|
965
969
|
</td>
|
|
966
970
|
<td>
|
|
967
|
-
<button
|
|
968
|
-
|
|
971
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
972
|
+
type="button"
|
|
969
973
|
>
|
|
970
974
|
<div class="v-btn__content">
|
|
971
975
|
14
|
|
@@ -973,8 +977,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
973
977
|
</button>
|
|
974
978
|
</td>
|
|
975
979
|
<td>
|
|
976
|
-
<button
|
|
977
|
-
|
|
980
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
981
|
+
type="button"
|
|
978
982
|
>
|
|
979
983
|
<div class="v-btn__content">
|
|
980
984
|
15
|
|
@@ -982,8 +986,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
982
986
|
</button>
|
|
983
987
|
</td>
|
|
984
988
|
<td>
|
|
985
|
-
<button
|
|
986
|
-
|
|
989
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
990
|
+
type="button"
|
|
987
991
|
>
|
|
988
992
|
<div class="v-btn__content">
|
|
989
993
|
16
|
|
@@ -991,8 +995,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
991
995
|
</button>
|
|
992
996
|
</td>
|
|
993
997
|
<td>
|
|
994
|
-
<button
|
|
995
|
-
|
|
998
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
999
|
+
type="button"
|
|
996
1000
|
>
|
|
997
1001
|
<div class="v-btn__content">
|
|
998
1002
|
17
|
|
@@ -1000,8 +1004,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1000
1004
|
</button>
|
|
1001
1005
|
</td>
|
|
1002
1006
|
<td>
|
|
1003
|
-
<button
|
|
1004
|
-
|
|
1007
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1008
|
+
type="button"
|
|
1005
1009
|
>
|
|
1006
1010
|
<div class="v-btn__content">
|
|
1007
1011
|
18
|
|
@@ -1011,8 +1015,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1011
1015
|
</tr>
|
|
1012
1016
|
<tr>
|
|
1013
1017
|
<td>
|
|
1014
|
-
<button
|
|
1015
|
-
|
|
1018
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1019
|
+
type="button"
|
|
1016
1020
|
>
|
|
1017
1021
|
<div class="v-btn__content">
|
|
1018
1022
|
19
|
|
@@ -1020,8 +1024,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1020
1024
|
</button>
|
|
1021
1025
|
</td>
|
|
1022
1026
|
<td>
|
|
1023
|
-
<button
|
|
1024
|
-
|
|
1027
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1028
|
+
type="button"
|
|
1025
1029
|
>
|
|
1026
1030
|
<div class="v-btn__content">
|
|
1027
1031
|
20
|
|
@@ -1029,8 +1033,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1029
1033
|
</button>
|
|
1030
1034
|
</td>
|
|
1031
1035
|
<td>
|
|
1032
|
-
<button
|
|
1033
|
-
|
|
1036
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1037
|
+
type="button"
|
|
1034
1038
|
>
|
|
1035
1039
|
<div class="v-btn__content">
|
|
1036
1040
|
21
|
|
@@ -1038,8 +1042,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1038
1042
|
</button>
|
|
1039
1043
|
</td>
|
|
1040
1044
|
<td>
|
|
1041
|
-
<button
|
|
1042
|
-
|
|
1045
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1046
|
+
type="button"
|
|
1043
1047
|
>
|
|
1044
1048
|
<div class="v-btn__content">
|
|
1045
1049
|
22
|
|
@@ -1047,8 +1051,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1047
1051
|
</button>
|
|
1048
1052
|
</td>
|
|
1049
1053
|
<td>
|
|
1050
|
-
<button
|
|
1051
|
-
|
|
1054
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1055
|
+
type="button"
|
|
1052
1056
|
>
|
|
1053
1057
|
<div class="v-btn__content">
|
|
1054
1058
|
23
|
|
@@ -1056,8 +1060,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1056
1060
|
</button>
|
|
1057
1061
|
</td>
|
|
1058
1062
|
<td>
|
|
1059
|
-
<button
|
|
1060
|
-
|
|
1063
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1064
|
+
type="button"
|
|
1061
1065
|
>
|
|
1062
1066
|
<div class="v-btn__content">
|
|
1063
1067
|
24
|
|
@@ -1065,8 +1069,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1065
1069
|
</button>
|
|
1066
1070
|
</td>
|
|
1067
1071
|
<td>
|
|
1068
|
-
<button
|
|
1069
|
-
|
|
1072
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1073
|
+
type="button"
|
|
1070
1074
|
>
|
|
1071
1075
|
<div class="v-btn__content">
|
|
1072
1076
|
25
|
|
@@ -1076,8 +1080,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1076
1080
|
</tr>
|
|
1077
1081
|
<tr>
|
|
1078
1082
|
<td>
|
|
1079
|
-
<button
|
|
1080
|
-
|
|
1083
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1084
|
+
type="button"
|
|
1081
1085
|
>
|
|
1082
1086
|
<div class="v-btn__content">
|
|
1083
1087
|
26
|
|
@@ -1085,8 +1089,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1085
1089
|
</button>
|
|
1086
1090
|
</td>
|
|
1087
1091
|
<td>
|
|
1088
|
-
<button
|
|
1089
|
-
|
|
1092
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1093
|
+
type="button"
|
|
1090
1094
|
>
|
|
1091
1095
|
<div class="v-btn__content">
|
|
1092
1096
|
27
|
|
@@ -1094,8 +1098,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1094
1098
|
</button>
|
|
1095
1099
|
</td>
|
|
1096
1100
|
<td>
|
|
1097
|
-
<button
|
|
1098
|
-
|
|
1101
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1102
|
+
type="button"
|
|
1099
1103
|
>
|
|
1100
1104
|
<div class="v-btn__content">
|
|
1101
1105
|
28
|
|
@@ -1103,8 +1107,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1103
1107
|
</button>
|
|
1104
1108
|
</td>
|
|
1105
1109
|
<td>
|
|
1106
|
-
<button
|
|
1107
|
-
|
|
1110
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1111
|
+
type="button"
|
|
1108
1112
|
>
|
|
1109
1113
|
<div class="v-btn__content">
|
|
1110
1114
|
29
|
|
@@ -1112,8 +1116,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1112
1116
|
</button>
|
|
1113
1117
|
</td>
|
|
1114
1118
|
<td>
|
|
1115
|
-
<button
|
|
1116
|
-
|
|
1119
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1120
|
+
type="button"
|
|
1117
1121
|
>
|
|
1118
1122
|
<div class="v-btn__content">
|
|
1119
1123
|
30
|
|
@@ -1121,8 +1125,8 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1121
1125
|
</button>
|
|
1122
1126
|
</td>
|
|
1123
1127
|
<td>
|
|
1124
|
-
<button
|
|
1125
|
-
|
|
1128
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--dark"
|
|
1129
|
+
type="button"
|
|
1126
1130
|
>
|
|
1127
1131
|
<div class="v-btn__content">
|
|
1128
1132
|
31
|
|
@@ -1137,11 +1141,13 @@ exports[`VDatePicker.ts should match snapshot with dark theme 1`] = `
|
|
|
1137
1141
|
</div>
|
|
1138
1142
|
</div>
|
|
1139
1143
|
</div>
|
|
1144
|
+
<div class="v-picker__actions v-card__actions">
|
|
1145
|
+
</div>
|
|
1140
1146
|
</div>
|
|
1141
1147
|
`;
|
|
1142
1148
|
|
|
1143
1149
|
exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
1144
|
-
<div class="v-picker v-card v-picker--date
|
|
1150
|
+
<div class="v-picker v-card theme--light v-picker--date">
|
|
1145
1151
|
<div class="v-picker__title primary">
|
|
1146
1152
|
<div class="v-date-picker-title">
|
|
1147
1153
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -1159,15 +1165,15 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1159
1165
|
>
|
|
1160
1166
|
<div>
|
|
1161
1167
|
<div class="v-date-picker-header theme--light">
|
|
1162
|
-
<button
|
|
1163
|
-
|
|
1168
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
1169
|
+
type="button"
|
|
1164
1170
|
aria-label="Previous month"
|
|
1165
1171
|
>
|
|
1166
1172
|
<span class="v-btn__content">
|
|
1167
|
-
<
|
|
1168
|
-
|
|
1173
|
+
<span class="v-icon notranslate theme--light"
|
|
1174
|
+
aria-hidden="true"
|
|
1169
1175
|
>
|
|
1170
|
-
</
|
|
1176
|
+
</span>
|
|
1171
1177
|
</span>
|
|
1172
1178
|
</button>
|
|
1173
1179
|
<div class="v-date-picker-header__value">
|
|
@@ -1177,15 +1183,15 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1177
1183
|
</button>
|
|
1178
1184
|
</div>
|
|
1179
1185
|
</div>
|
|
1180
|
-
<button
|
|
1181
|
-
|
|
1186
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
1187
|
+
type="button"
|
|
1182
1188
|
aria-label="Next month"
|
|
1183
1189
|
>
|
|
1184
1190
|
<span class="v-btn__content">
|
|
1185
|
-
<
|
|
1186
|
-
|
|
1191
|
+
<span class="v-icon notranslate theme--light"
|
|
1192
|
+
aria-hidden="true"
|
|
1187
1193
|
>
|
|
1188
|
-
</
|
|
1194
|
+
</span>
|
|
1189
1195
|
</span>
|
|
1190
1196
|
</button>
|
|
1191
1197
|
</div>
|
|
@@ -1225,8 +1231,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1225
1231
|
<td>
|
|
1226
1232
|
</td>
|
|
1227
1233
|
<td>
|
|
1228
|
-
<button
|
|
1229
|
-
|
|
1234
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1235
|
+
type="button"
|
|
1230
1236
|
>
|
|
1231
1237
|
<div class="v-btn__content">
|
|
1232
1238
|
1
|
|
@@ -1234,8 +1240,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1234
1240
|
</button>
|
|
1235
1241
|
</td>
|
|
1236
1242
|
<td>
|
|
1237
|
-
<button
|
|
1238
|
-
|
|
1243
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1244
|
+
type="button"
|
|
1239
1245
|
>
|
|
1240
1246
|
<div class="v-btn__content">
|
|
1241
1247
|
2
|
|
@@ -1243,8 +1249,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1243
1249
|
</button>
|
|
1244
1250
|
</td>
|
|
1245
1251
|
<td>
|
|
1246
|
-
<button
|
|
1247
|
-
|
|
1252
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1253
|
+
type="button"
|
|
1248
1254
|
>
|
|
1249
1255
|
<div class="v-btn__content">
|
|
1250
1256
|
3
|
|
@@ -1252,8 +1258,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1252
1258
|
</button>
|
|
1253
1259
|
</td>
|
|
1254
1260
|
<td>
|
|
1255
|
-
<button
|
|
1256
|
-
|
|
1261
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1262
|
+
type="button"
|
|
1257
1263
|
>
|
|
1258
1264
|
<div class="v-btn__content">
|
|
1259
1265
|
4
|
|
@@ -1263,8 +1269,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1263
1269
|
</tr>
|
|
1264
1270
|
<tr>
|
|
1265
1271
|
<td>
|
|
1266
|
-
<button
|
|
1267
|
-
|
|
1272
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1273
|
+
type="button"
|
|
1268
1274
|
>
|
|
1269
1275
|
<div class="v-btn__content">
|
|
1270
1276
|
5
|
|
@@ -1272,8 +1278,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1272
1278
|
</button>
|
|
1273
1279
|
</td>
|
|
1274
1280
|
<td>
|
|
1275
|
-
<button
|
|
1276
|
-
|
|
1281
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1282
|
+
type="button"
|
|
1277
1283
|
>
|
|
1278
1284
|
<div class="v-btn__content">
|
|
1279
1285
|
6
|
|
@@ -1281,8 +1287,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1281
1287
|
</button>
|
|
1282
1288
|
</td>
|
|
1283
1289
|
<td>
|
|
1284
|
-
<button
|
|
1285
|
-
|
|
1290
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light accent"
|
|
1291
|
+
type="button"
|
|
1286
1292
|
>
|
|
1287
1293
|
<div class="v-btn__content">
|
|
1288
1294
|
7
|
|
@@ -1290,8 +1296,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1290
1296
|
</button>
|
|
1291
1297
|
</td>
|
|
1292
1298
|
<td>
|
|
1293
|
-
<button
|
|
1294
|
-
|
|
1299
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1300
|
+
type="button"
|
|
1295
1301
|
>
|
|
1296
1302
|
<div class="v-btn__content">
|
|
1297
1303
|
8
|
|
@@ -1299,8 +1305,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1299
1305
|
</button>
|
|
1300
1306
|
</td>
|
|
1301
1307
|
<td>
|
|
1302
|
-
<button
|
|
1303
|
-
|
|
1308
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1309
|
+
type="button"
|
|
1304
1310
|
>
|
|
1305
1311
|
<div class="v-btn__content">
|
|
1306
1312
|
9
|
|
@@ -1308,8 +1314,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1308
1314
|
</button>
|
|
1309
1315
|
</td>
|
|
1310
1316
|
<td>
|
|
1311
|
-
<button
|
|
1312
|
-
|
|
1317
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1318
|
+
type="button"
|
|
1313
1319
|
>
|
|
1314
1320
|
<div class="v-btn__content">
|
|
1315
1321
|
10
|
|
@@ -1317,8 +1323,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1317
1323
|
</button>
|
|
1318
1324
|
</td>
|
|
1319
1325
|
<td>
|
|
1320
|
-
<button
|
|
1321
|
-
|
|
1326
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1327
|
+
type="button"
|
|
1322
1328
|
>
|
|
1323
1329
|
<div class="v-btn__content">
|
|
1324
1330
|
11
|
|
@@ -1328,8 +1334,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1328
1334
|
</tr>
|
|
1329
1335
|
<tr>
|
|
1330
1336
|
<td>
|
|
1331
|
-
<button
|
|
1332
|
-
|
|
1337
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1338
|
+
type="button"
|
|
1333
1339
|
>
|
|
1334
1340
|
<div class="v-btn__content">
|
|
1335
1341
|
12
|
|
@@ -1337,8 +1343,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1337
1343
|
</button>
|
|
1338
1344
|
</td>
|
|
1339
1345
|
<td>
|
|
1340
|
-
<button
|
|
1341
|
-
|
|
1346
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1347
|
+
type="button"
|
|
1342
1348
|
>
|
|
1343
1349
|
<div class="v-btn__content">
|
|
1344
1350
|
13
|
|
@@ -1346,8 +1352,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1346
1352
|
</button>
|
|
1347
1353
|
</td>
|
|
1348
1354
|
<td>
|
|
1349
|
-
<button
|
|
1350
|
-
|
|
1355
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1356
|
+
type="button"
|
|
1351
1357
|
>
|
|
1352
1358
|
<div class="v-btn__content">
|
|
1353
1359
|
14
|
|
@@ -1355,8 +1361,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1355
1361
|
</button>
|
|
1356
1362
|
</td>
|
|
1357
1363
|
<td>
|
|
1358
|
-
<button
|
|
1359
|
-
|
|
1364
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1365
|
+
type="button"
|
|
1360
1366
|
>
|
|
1361
1367
|
<div class="v-btn__content">
|
|
1362
1368
|
15
|
|
@@ -1364,8 +1370,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1364
1370
|
</button>
|
|
1365
1371
|
</td>
|
|
1366
1372
|
<td>
|
|
1367
|
-
<button
|
|
1368
|
-
|
|
1373
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1374
|
+
type="button"
|
|
1369
1375
|
>
|
|
1370
1376
|
<div class="v-btn__content">
|
|
1371
1377
|
16
|
|
@@ -1373,8 +1379,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1373
1379
|
</button>
|
|
1374
1380
|
</td>
|
|
1375
1381
|
<td>
|
|
1376
|
-
<button
|
|
1377
|
-
|
|
1382
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1383
|
+
type="button"
|
|
1378
1384
|
>
|
|
1379
1385
|
<div class="v-btn__content">
|
|
1380
1386
|
17
|
|
@@ -1382,8 +1388,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1382
1388
|
</button>
|
|
1383
1389
|
</td>
|
|
1384
1390
|
<td>
|
|
1385
|
-
<button
|
|
1386
|
-
|
|
1391
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1392
|
+
type="button"
|
|
1387
1393
|
>
|
|
1388
1394
|
<div class="v-btn__content">
|
|
1389
1395
|
18
|
|
@@ -1393,8 +1399,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1393
1399
|
</tr>
|
|
1394
1400
|
<tr>
|
|
1395
1401
|
<td>
|
|
1396
|
-
<button
|
|
1397
|
-
|
|
1402
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1403
|
+
type="button"
|
|
1398
1404
|
>
|
|
1399
1405
|
<div class="v-btn__content">
|
|
1400
1406
|
19
|
|
@@ -1402,8 +1408,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1402
1408
|
</button>
|
|
1403
1409
|
</td>
|
|
1404
1410
|
<td>
|
|
1405
|
-
<button
|
|
1406
|
-
|
|
1411
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1412
|
+
type="button"
|
|
1407
1413
|
>
|
|
1408
1414
|
<div class="v-btn__content">
|
|
1409
1415
|
20
|
|
@@ -1411,8 +1417,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1411
1417
|
</button>
|
|
1412
1418
|
</td>
|
|
1413
1419
|
<td>
|
|
1414
|
-
<button
|
|
1415
|
-
|
|
1420
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1421
|
+
type="button"
|
|
1416
1422
|
>
|
|
1417
1423
|
<div class="v-btn__content">
|
|
1418
1424
|
21
|
|
@@ -1420,8 +1426,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1420
1426
|
</button>
|
|
1421
1427
|
</td>
|
|
1422
1428
|
<td>
|
|
1423
|
-
<button
|
|
1424
|
-
|
|
1429
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1430
|
+
type="button"
|
|
1425
1431
|
>
|
|
1426
1432
|
<div class="v-btn__content">
|
|
1427
1433
|
22
|
|
@@ -1429,8 +1435,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1429
1435
|
</button>
|
|
1430
1436
|
</td>
|
|
1431
1437
|
<td>
|
|
1432
|
-
<button
|
|
1433
|
-
|
|
1438
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1439
|
+
type="button"
|
|
1434
1440
|
>
|
|
1435
1441
|
<div class="v-btn__content">
|
|
1436
1442
|
23
|
|
@@ -1438,8 +1444,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1438
1444
|
</button>
|
|
1439
1445
|
</td>
|
|
1440
1446
|
<td>
|
|
1441
|
-
<button
|
|
1442
|
-
|
|
1447
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1448
|
+
type="button"
|
|
1443
1449
|
>
|
|
1444
1450
|
<div class="v-btn__content">
|
|
1445
1451
|
24
|
|
@@ -1447,8 +1453,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1447
1453
|
</button>
|
|
1448
1454
|
</td>
|
|
1449
1455
|
<td>
|
|
1450
|
-
<button
|
|
1451
|
-
|
|
1456
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1457
|
+
type="button"
|
|
1452
1458
|
>
|
|
1453
1459
|
<div class="v-btn__content">
|
|
1454
1460
|
25
|
|
@@ -1458,8 +1464,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1458
1464
|
</tr>
|
|
1459
1465
|
<tr>
|
|
1460
1466
|
<td>
|
|
1461
|
-
<button
|
|
1462
|
-
|
|
1467
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1468
|
+
type="button"
|
|
1463
1469
|
>
|
|
1464
1470
|
<div class="v-btn__content">
|
|
1465
1471
|
26
|
|
@@ -1467,8 +1473,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1467
1473
|
</button>
|
|
1468
1474
|
</td>
|
|
1469
1475
|
<td>
|
|
1470
|
-
<button
|
|
1471
|
-
|
|
1476
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1477
|
+
type="button"
|
|
1472
1478
|
>
|
|
1473
1479
|
<div class="v-btn__content">
|
|
1474
1480
|
27
|
|
@@ -1476,8 +1482,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1476
1482
|
</button>
|
|
1477
1483
|
</td>
|
|
1478
1484
|
<td>
|
|
1479
|
-
<button
|
|
1480
|
-
|
|
1485
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1486
|
+
type="button"
|
|
1481
1487
|
>
|
|
1482
1488
|
<div class="v-btn__content">
|
|
1483
1489
|
28
|
|
@@ -1485,8 +1491,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1485
1491
|
</button>
|
|
1486
1492
|
</td>
|
|
1487
1493
|
<td>
|
|
1488
|
-
<button
|
|
1489
|
-
|
|
1494
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1495
|
+
type="button"
|
|
1490
1496
|
>
|
|
1491
1497
|
<div class="v-btn__content">
|
|
1492
1498
|
29
|
|
@@ -1494,8 +1500,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1494
1500
|
</button>
|
|
1495
1501
|
</td>
|
|
1496
1502
|
<td>
|
|
1497
|
-
<button
|
|
1498
|
-
|
|
1503
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1504
|
+
type="button"
|
|
1499
1505
|
>
|
|
1500
1506
|
<div class="v-btn__content">
|
|
1501
1507
|
30
|
|
@@ -1503,8 +1509,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1503
1509
|
</button>
|
|
1504
1510
|
</td>
|
|
1505
1511
|
<td>
|
|
1506
|
-
<button
|
|
1507
|
-
|
|
1512
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1513
|
+
type="button"
|
|
1508
1514
|
>
|
|
1509
1515
|
<div class="v-btn__content">
|
|
1510
1516
|
31
|
|
@@ -1519,6 +1525,8 @@ exports[`VDatePicker.ts should match snapshot with default settings 1`] = `
|
|
|
1519
1525
|
</div>
|
|
1520
1526
|
</div>
|
|
1521
1527
|
</div>
|
|
1528
|
+
<div class="v-picker__actions v-card__actions">
|
|
1529
|
+
</div>
|
|
1522
1530
|
</div>
|
|
1523
1531
|
`;
|
|
1524
1532
|
|
|
@@ -1527,11 +1535,10 @@ exports[`VDatePicker.ts should match snapshot with year icon 1`] = `
|
|
|
1527
1535
|
<div class="v-date-picker-title">
|
|
1528
1536
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
1529
1537
|
2005
|
|
1530
|
-
<
|
|
1531
|
-
|
|
1538
|
+
<span class="v-icon notranslate theme--dark"
|
|
1539
|
+
aria-hidden="true"
|
|
1532
1540
|
>
|
|
1533
|
-
|
|
1534
|
-
</i>
|
|
1541
|
+
</span>
|
|
1535
1542
|
</div>
|
|
1536
1543
|
<div class="v-picker__title__btn v-date-picker-title__date v-picker__title__btn--active">
|
|
1537
1544
|
<div>
|
|
@@ -3070,7 +3077,7 @@ exports[`VDatePicker.ts should render component with min/max props 3`] = `
|
|
|
3070
3077
|
`;
|
|
3071
3078
|
|
|
3072
3079
|
exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
3073
|
-
<div class="v-picker v-card v-picker--date
|
|
3080
|
+
<div class="v-picker v-card theme--light v-picker--date">
|
|
3074
3081
|
<div class="v-picker__title primary">
|
|
3075
3082
|
<div class="v-date-picker-title v-date-picker-title--disabled">
|
|
3076
3083
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -3088,16 +3095,16 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3088
3095
|
>
|
|
3089
3096
|
<div>
|
|
3090
3097
|
<div class="v-date-picker-header v-date-picker-header--disabled theme--light">
|
|
3091
|
-
<button
|
|
3092
|
-
|
|
3093
|
-
|
|
3098
|
+
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round theme--light v-size--default"
|
|
3099
|
+
type="button"
|
|
3100
|
+
disabled
|
|
3094
3101
|
aria-label="Previous month"
|
|
3095
3102
|
>
|
|
3096
3103
|
<span class="v-btn__content">
|
|
3097
|
-
<
|
|
3098
|
-
|
|
3104
|
+
<span class="v-icon notranslate theme--light"
|
|
3105
|
+
aria-hidden="true"
|
|
3099
3106
|
>
|
|
3100
|
-
</
|
|
3107
|
+
</span>
|
|
3101
3108
|
</span>
|
|
3102
3109
|
</button>
|
|
3103
3110
|
<div class="v-date-picker-header__value v-date-picker-header__value--disabled">
|
|
@@ -3107,16 +3114,16 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3107
3114
|
</button>
|
|
3108
3115
|
</div>
|
|
3109
3116
|
</div>
|
|
3110
|
-
<button
|
|
3111
|
-
|
|
3112
|
-
|
|
3117
|
+
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round theme--light v-size--default"
|
|
3118
|
+
type="button"
|
|
3119
|
+
disabled
|
|
3113
3120
|
aria-label="Next month"
|
|
3114
3121
|
>
|
|
3115
3122
|
<span class="v-btn__content">
|
|
3116
|
-
<
|
|
3117
|
-
|
|
3123
|
+
<span class="v-icon notranslate theme--light"
|
|
3124
|
+
aria-hidden="true"
|
|
3118
3125
|
>
|
|
3119
|
-
</
|
|
3126
|
+
</span>
|
|
3120
3127
|
</span>
|
|
3121
3128
|
</button>
|
|
3122
3129
|
</div>
|
|
@@ -3156,8 +3163,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3156
3163
|
<td>
|
|
3157
3164
|
</td>
|
|
3158
3165
|
<td>
|
|
3159
|
-
<button
|
|
3160
|
-
|
|
3166
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3167
|
+
type="button"
|
|
3161
3168
|
disabled
|
|
3162
3169
|
>
|
|
3163
3170
|
<div class="v-btn__content">
|
|
@@ -3166,8 +3173,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3166
3173
|
</button>
|
|
3167
3174
|
</td>
|
|
3168
3175
|
<td>
|
|
3169
|
-
<button
|
|
3170
|
-
|
|
3176
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3177
|
+
type="button"
|
|
3171
3178
|
disabled
|
|
3172
3179
|
>
|
|
3173
3180
|
<div class="v-btn__content">
|
|
@@ -3176,8 +3183,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3176
3183
|
</button>
|
|
3177
3184
|
</td>
|
|
3178
3185
|
<td>
|
|
3179
|
-
<button
|
|
3180
|
-
|
|
3186
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3187
|
+
type="button"
|
|
3181
3188
|
disabled
|
|
3182
3189
|
>
|
|
3183
3190
|
<div class="v-btn__content">
|
|
@@ -3186,8 +3193,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3186
3193
|
</button>
|
|
3187
3194
|
</td>
|
|
3188
3195
|
<td>
|
|
3189
|
-
<button
|
|
3190
|
-
|
|
3196
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3197
|
+
type="button"
|
|
3191
3198
|
disabled
|
|
3192
3199
|
>
|
|
3193
3200
|
<div class="v-btn__content">
|
|
@@ -3198,8 +3205,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3198
3205
|
</tr>
|
|
3199
3206
|
<tr>
|
|
3200
3207
|
<td>
|
|
3201
|
-
<button
|
|
3202
|
-
|
|
3208
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3209
|
+
type="button"
|
|
3203
3210
|
disabled
|
|
3204
3211
|
>
|
|
3205
3212
|
<div class="v-btn__content">
|
|
@@ -3208,8 +3215,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3208
3215
|
</button>
|
|
3209
3216
|
</td>
|
|
3210
3217
|
<td>
|
|
3211
|
-
<button
|
|
3212
|
-
|
|
3218
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3219
|
+
type="button"
|
|
3213
3220
|
disabled
|
|
3214
3221
|
>
|
|
3215
3222
|
<div class="v-btn__content">
|
|
@@ -3218,8 +3225,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3218
3225
|
</button>
|
|
3219
3226
|
</td>
|
|
3220
3227
|
<td>
|
|
3221
|
-
<button
|
|
3222
|
-
|
|
3228
|
+
<button class="v-btn v-btn--active v-btn--flat v-btn--rounded v-btn--disabled theme--light accent"
|
|
3229
|
+
type="button"
|
|
3223
3230
|
disabled
|
|
3224
3231
|
>
|
|
3225
3232
|
<div class="v-btn__content">
|
|
@@ -3228,8 +3235,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3228
3235
|
</button>
|
|
3229
3236
|
</td>
|
|
3230
3237
|
<td>
|
|
3231
|
-
<button
|
|
3232
|
-
|
|
3238
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3239
|
+
type="button"
|
|
3233
3240
|
disabled
|
|
3234
3241
|
>
|
|
3235
3242
|
<div class="v-btn__content">
|
|
@@ -3238,8 +3245,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3238
3245
|
</button>
|
|
3239
3246
|
</td>
|
|
3240
3247
|
<td>
|
|
3241
|
-
<button
|
|
3242
|
-
|
|
3248
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3249
|
+
type="button"
|
|
3243
3250
|
disabled
|
|
3244
3251
|
>
|
|
3245
3252
|
<div class="v-btn__content">
|
|
@@ -3248,8 +3255,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3248
3255
|
</button>
|
|
3249
3256
|
</td>
|
|
3250
3257
|
<td>
|
|
3251
|
-
<button
|
|
3252
|
-
|
|
3258
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3259
|
+
type="button"
|
|
3253
3260
|
disabled
|
|
3254
3261
|
>
|
|
3255
3262
|
<div class="v-btn__content">
|
|
@@ -3258,8 +3265,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3258
3265
|
</button>
|
|
3259
3266
|
</td>
|
|
3260
3267
|
<td>
|
|
3261
|
-
<button
|
|
3262
|
-
|
|
3268
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3269
|
+
type="button"
|
|
3263
3270
|
disabled
|
|
3264
3271
|
>
|
|
3265
3272
|
<div class="v-btn__content">
|
|
@@ -3270,8 +3277,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3270
3277
|
</tr>
|
|
3271
3278
|
<tr>
|
|
3272
3279
|
<td>
|
|
3273
|
-
<button
|
|
3274
|
-
|
|
3280
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3281
|
+
type="button"
|
|
3275
3282
|
disabled
|
|
3276
3283
|
>
|
|
3277
3284
|
<div class="v-btn__content">
|
|
@@ -3280,8 +3287,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3280
3287
|
</button>
|
|
3281
3288
|
</td>
|
|
3282
3289
|
<td>
|
|
3283
|
-
<button
|
|
3284
|
-
|
|
3290
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3291
|
+
type="button"
|
|
3285
3292
|
disabled
|
|
3286
3293
|
>
|
|
3287
3294
|
<div class="v-btn__content">
|
|
@@ -3290,8 +3297,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3290
3297
|
</button>
|
|
3291
3298
|
</td>
|
|
3292
3299
|
<td>
|
|
3293
|
-
<button
|
|
3294
|
-
|
|
3300
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3301
|
+
type="button"
|
|
3295
3302
|
disabled
|
|
3296
3303
|
>
|
|
3297
3304
|
<div class="v-btn__content">
|
|
@@ -3300,8 +3307,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3300
3307
|
</button>
|
|
3301
3308
|
</td>
|
|
3302
3309
|
<td>
|
|
3303
|
-
<button
|
|
3304
|
-
|
|
3310
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3311
|
+
type="button"
|
|
3305
3312
|
disabled
|
|
3306
3313
|
>
|
|
3307
3314
|
<div class="v-btn__content">
|
|
@@ -3310,8 +3317,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3310
3317
|
</button>
|
|
3311
3318
|
</td>
|
|
3312
3319
|
<td>
|
|
3313
|
-
<button
|
|
3314
|
-
|
|
3320
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3321
|
+
type="button"
|
|
3315
3322
|
disabled
|
|
3316
3323
|
>
|
|
3317
3324
|
<div class="v-btn__content">
|
|
@@ -3320,8 +3327,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3320
3327
|
</button>
|
|
3321
3328
|
</td>
|
|
3322
3329
|
<td>
|
|
3323
|
-
<button
|
|
3324
|
-
|
|
3330
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3331
|
+
type="button"
|
|
3325
3332
|
disabled
|
|
3326
3333
|
>
|
|
3327
3334
|
<div class="v-btn__content">
|
|
@@ -3330,8 +3337,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3330
3337
|
</button>
|
|
3331
3338
|
</td>
|
|
3332
3339
|
<td>
|
|
3333
|
-
<button
|
|
3334
|
-
|
|
3340
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3341
|
+
type="button"
|
|
3335
3342
|
disabled
|
|
3336
3343
|
>
|
|
3337
3344
|
<div class="v-btn__content">
|
|
@@ -3342,8 +3349,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3342
3349
|
</tr>
|
|
3343
3350
|
<tr>
|
|
3344
3351
|
<td>
|
|
3345
|
-
<button
|
|
3346
|
-
|
|
3352
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3353
|
+
type="button"
|
|
3347
3354
|
disabled
|
|
3348
3355
|
>
|
|
3349
3356
|
<div class="v-btn__content">
|
|
@@ -3352,8 +3359,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3352
3359
|
</button>
|
|
3353
3360
|
</td>
|
|
3354
3361
|
<td>
|
|
3355
|
-
<button
|
|
3356
|
-
|
|
3362
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3363
|
+
type="button"
|
|
3357
3364
|
disabled
|
|
3358
3365
|
>
|
|
3359
3366
|
<div class="v-btn__content">
|
|
@@ -3362,8 +3369,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3362
3369
|
</button>
|
|
3363
3370
|
</td>
|
|
3364
3371
|
<td>
|
|
3365
|
-
<button
|
|
3366
|
-
|
|
3372
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3373
|
+
type="button"
|
|
3367
3374
|
disabled
|
|
3368
3375
|
>
|
|
3369
3376
|
<div class="v-btn__content">
|
|
@@ -3372,8 +3379,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3372
3379
|
</button>
|
|
3373
3380
|
</td>
|
|
3374
3381
|
<td>
|
|
3375
|
-
<button
|
|
3376
|
-
|
|
3382
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3383
|
+
type="button"
|
|
3377
3384
|
disabled
|
|
3378
3385
|
>
|
|
3379
3386
|
<div class="v-btn__content">
|
|
@@ -3382,8 +3389,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3382
3389
|
</button>
|
|
3383
3390
|
</td>
|
|
3384
3391
|
<td>
|
|
3385
|
-
<button
|
|
3386
|
-
|
|
3392
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3393
|
+
type="button"
|
|
3387
3394
|
disabled
|
|
3388
3395
|
>
|
|
3389
3396
|
<div class="v-btn__content">
|
|
@@ -3392,8 +3399,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3392
3399
|
</button>
|
|
3393
3400
|
</td>
|
|
3394
3401
|
<td>
|
|
3395
|
-
<button
|
|
3396
|
-
|
|
3402
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3403
|
+
type="button"
|
|
3397
3404
|
disabled
|
|
3398
3405
|
>
|
|
3399
3406
|
<div class="v-btn__content">
|
|
@@ -3402,8 +3409,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3402
3409
|
</button>
|
|
3403
3410
|
</td>
|
|
3404
3411
|
<td>
|
|
3405
|
-
<button
|
|
3406
|
-
|
|
3412
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3413
|
+
type="button"
|
|
3407
3414
|
disabled
|
|
3408
3415
|
>
|
|
3409
3416
|
<div class="v-btn__content">
|
|
@@ -3414,8 +3421,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3414
3421
|
</tr>
|
|
3415
3422
|
<tr>
|
|
3416
3423
|
<td>
|
|
3417
|
-
<button
|
|
3418
|
-
|
|
3424
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3425
|
+
type="button"
|
|
3419
3426
|
disabled
|
|
3420
3427
|
>
|
|
3421
3428
|
<div class="v-btn__content">
|
|
@@ -3424,8 +3431,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3424
3431
|
</button>
|
|
3425
3432
|
</td>
|
|
3426
3433
|
<td>
|
|
3427
|
-
<button
|
|
3428
|
-
|
|
3434
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3435
|
+
type="button"
|
|
3429
3436
|
disabled
|
|
3430
3437
|
>
|
|
3431
3438
|
<div class="v-btn__content">
|
|
@@ -3434,8 +3441,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3434
3441
|
</button>
|
|
3435
3442
|
</td>
|
|
3436
3443
|
<td>
|
|
3437
|
-
<button
|
|
3438
|
-
|
|
3444
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3445
|
+
type="button"
|
|
3439
3446
|
disabled
|
|
3440
3447
|
>
|
|
3441
3448
|
<div class="v-btn__content">
|
|
@@ -3444,8 +3451,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3444
3451
|
</button>
|
|
3445
3452
|
</td>
|
|
3446
3453
|
<td>
|
|
3447
|
-
<button
|
|
3448
|
-
|
|
3454
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3455
|
+
type="button"
|
|
3449
3456
|
disabled
|
|
3450
3457
|
>
|
|
3451
3458
|
<div class="v-btn__content">
|
|
@@ -3454,8 +3461,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3454
3461
|
</button>
|
|
3455
3462
|
</td>
|
|
3456
3463
|
<td>
|
|
3457
|
-
<button
|
|
3458
|
-
|
|
3464
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3465
|
+
type="button"
|
|
3459
3466
|
disabled
|
|
3460
3467
|
>
|
|
3461
3468
|
<div class="v-btn__content">
|
|
@@ -3464,8 +3471,8 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3464
3471
|
</button>
|
|
3465
3472
|
</td>
|
|
3466
3473
|
<td>
|
|
3467
|
-
<button
|
|
3468
|
-
|
|
3474
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3475
|
+
type="button"
|
|
3469
3476
|
disabled
|
|
3470
3477
|
>
|
|
3471
3478
|
<div class="v-btn__content">
|
|
@@ -3481,11 +3488,13 @@ exports[`VDatePicker.ts should render disabled picker 1`] = `
|
|
|
3481
3488
|
</div>
|
|
3482
3489
|
</div>
|
|
3483
3490
|
</div>
|
|
3491
|
+
<div class="v-picker__actions v-card__actions">
|
|
3492
|
+
</div>
|
|
3484
3493
|
</div>
|
|
3485
3494
|
`;
|
|
3486
3495
|
|
|
3487
3496
|
exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
3488
|
-
<div class="v-picker v-card v-picker--
|
|
3497
|
+
<div class="v-picker v-card v-picker--flat theme--light v-picker--date">
|
|
3489
3498
|
<div class="v-picker__title primary">
|
|
3490
3499
|
<div class="v-date-picker-title">
|
|
3491
3500
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -3503,15 +3512,15 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3503
3512
|
>
|
|
3504
3513
|
<div>
|
|
3505
3514
|
<div class="v-date-picker-header theme--light">
|
|
3506
|
-
<button
|
|
3507
|
-
|
|
3515
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
3516
|
+
type="button"
|
|
3508
3517
|
aria-label="Previous month"
|
|
3509
3518
|
>
|
|
3510
3519
|
<span class="v-btn__content">
|
|
3511
|
-
<
|
|
3512
|
-
|
|
3520
|
+
<span class="v-icon notranslate theme--light"
|
|
3521
|
+
aria-hidden="true"
|
|
3513
3522
|
>
|
|
3514
|
-
</
|
|
3523
|
+
</span>
|
|
3515
3524
|
</span>
|
|
3516
3525
|
</button>
|
|
3517
3526
|
<div class="v-date-picker-header__value">
|
|
@@ -3521,15 +3530,15 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3521
3530
|
</button>
|
|
3522
3531
|
</div>
|
|
3523
3532
|
</div>
|
|
3524
|
-
<button
|
|
3525
|
-
|
|
3533
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
3534
|
+
type="button"
|
|
3526
3535
|
aria-label="Next month"
|
|
3527
3536
|
>
|
|
3528
3537
|
<span class="v-btn__content">
|
|
3529
|
-
<
|
|
3530
|
-
|
|
3538
|
+
<span class="v-icon notranslate theme--light"
|
|
3539
|
+
aria-hidden="true"
|
|
3531
3540
|
>
|
|
3532
|
-
</
|
|
3541
|
+
</span>
|
|
3533
3542
|
</span>
|
|
3534
3543
|
</button>
|
|
3535
3544
|
</div>
|
|
@@ -3569,8 +3578,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3569
3578
|
<td>
|
|
3570
3579
|
</td>
|
|
3571
3580
|
<td>
|
|
3572
|
-
<button
|
|
3573
|
-
|
|
3581
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3582
|
+
type="button"
|
|
3574
3583
|
>
|
|
3575
3584
|
<div class="v-btn__content">
|
|
3576
3585
|
1
|
|
@@ -3578,8 +3587,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3578
3587
|
</button>
|
|
3579
3588
|
</td>
|
|
3580
3589
|
<td>
|
|
3581
|
-
<button
|
|
3582
|
-
|
|
3590
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3591
|
+
type="button"
|
|
3583
3592
|
>
|
|
3584
3593
|
<div class="v-btn__content">
|
|
3585
3594
|
2
|
|
@@ -3587,8 +3596,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3587
3596
|
</button>
|
|
3588
3597
|
</td>
|
|
3589
3598
|
<td>
|
|
3590
|
-
<button
|
|
3591
|
-
|
|
3599
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3600
|
+
type="button"
|
|
3592
3601
|
>
|
|
3593
3602
|
<div class="v-btn__content">
|
|
3594
3603
|
3
|
|
@@ -3596,8 +3605,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3596
3605
|
</button>
|
|
3597
3606
|
</td>
|
|
3598
3607
|
<td>
|
|
3599
|
-
<button
|
|
3600
|
-
|
|
3608
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3609
|
+
type="button"
|
|
3601
3610
|
>
|
|
3602
3611
|
<div class="v-btn__content">
|
|
3603
3612
|
4
|
|
@@ -3607,8 +3616,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3607
3616
|
</tr>
|
|
3608
3617
|
<tr>
|
|
3609
3618
|
<td>
|
|
3610
|
-
<button
|
|
3611
|
-
|
|
3619
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3620
|
+
type="button"
|
|
3612
3621
|
>
|
|
3613
3622
|
<div class="v-btn__content">
|
|
3614
3623
|
5
|
|
@@ -3616,8 +3625,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3616
3625
|
</button>
|
|
3617
3626
|
</td>
|
|
3618
3627
|
<td>
|
|
3619
|
-
<button
|
|
3620
|
-
|
|
3628
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3629
|
+
type="button"
|
|
3621
3630
|
>
|
|
3622
3631
|
<div class="v-btn__content">
|
|
3623
3632
|
6
|
|
@@ -3625,8 +3634,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3625
3634
|
</button>
|
|
3626
3635
|
</td>
|
|
3627
3636
|
<td>
|
|
3628
|
-
<button
|
|
3629
|
-
|
|
3637
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light accent"
|
|
3638
|
+
type="button"
|
|
3630
3639
|
>
|
|
3631
3640
|
<div class="v-btn__content">
|
|
3632
3641
|
7
|
|
@@ -3634,8 +3643,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3634
3643
|
</button>
|
|
3635
3644
|
</td>
|
|
3636
3645
|
<td>
|
|
3637
|
-
<button
|
|
3638
|
-
|
|
3646
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3647
|
+
type="button"
|
|
3639
3648
|
>
|
|
3640
3649
|
<div class="v-btn__content">
|
|
3641
3650
|
8
|
|
@@ -3643,8 +3652,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3643
3652
|
</button>
|
|
3644
3653
|
</td>
|
|
3645
3654
|
<td>
|
|
3646
|
-
<button
|
|
3647
|
-
|
|
3655
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3656
|
+
type="button"
|
|
3648
3657
|
>
|
|
3649
3658
|
<div class="v-btn__content">
|
|
3650
3659
|
9
|
|
@@ -3652,8 +3661,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3652
3661
|
</button>
|
|
3653
3662
|
</td>
|
|
3654
3663
|
<td>
|
|
3655
|
-
<button
|
|
3656
|
-
|
|
3664
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3665
|
+
type="button"
|
|
3657
3666
|
>
|
|
3658
3667
|
<div class="v-btn__content">
|
|
3659
3668
|
10
|
|
@@ -3661,8 +3670,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3661
3670
|
</button>
|
|
3662
3671
|
</td>
|
|
3663
3672
|
<td>
|
|
3664
|
-
<button
|
|
3665
|
-
|
|
3673
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3674
|
+
type="button"
|
|
3666
3675
|
>
|
|
3667
3676
|
<div class="v-btn__content">
|
|
3668
3677
|
11
|
|
@@ -3672,8 +3681,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3672
3681
|
</tr>
|
|
3673
3682
|
<tr>
|
|
3674
3683
|
<td>
|
|
3675
|
-
<button
|
|
3676
|
-
|
|
3684
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3685
|
+
type="button"
|
|
3677
3686
|
>
|
|
3678
3687
|
<div class="v-btn__content">
|
|
3679
3688
|
12
|
|
@@ -3681,8 +3690,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3681
3690
|
</button>
|
|
3682
3691
|
</td>
|
|
3683
3692
|
<td>
|
|
3684
|
-
<button
|
|
3685
|
-
|
|
3693
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3694
|
+
type="button"
|
|
3686
3695
|
>
|
|
3687
3696
|
<div class="v-btn__content">
|
|
3688
3697
|
13
|
|
@@ -3690,8 +3699,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3690
3699
|
</button>
|
|
3691
3700
|
</td>
|
|
3692
3701
|
<td>
|
|
3693
|
-
<button
|
|
3694
|
-
|
|
3702
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3703
|
+
type="button"
|
|
3695
3704
|
>
|
|
3696
3705
|
<div class="v-btn__content">
|
|
3697
3706
|
14
|
|
@@ -3699,8 +3708,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3699
3708
|
</button>
|
|
3700
3709
|
</td>
|
|
3701
3710
|
<td>
|
|
3702
|
-
<button
|
|
3703
|
-
|
|
3711
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3712
|
+
type="button"
|
|
3704
3713
|
>
|
|
3705
3714
|
<div class="v-btn__content">
|
|
3706
3715
|
15
|
|
@@ -3708,8 +3717,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3708
3717
|
</button>
|
|
3709
3718
|
</td>
|
|
3710
3719
|
<td>
|
|
3711
|
-
<button
|
|
3712
|
-
|
|
3720
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3721
|
+
type="button"
|
|
3713
3722
|
>
|
|
3714
3723
|
<div class="v-btn__content">
|
|
3715
3724
|
16
|
|
@@ -3717,8 +3726,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3717
3726
|
</button>
|
|
3718
3727
|
</td>
|
|
3719
3728
|
<td>
|
|
3720
|
-
<button
|
|
3721
|
-
|
|
3729
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3730
|
+
type="button"
|
|
3722
3731
|
>
|
|
3723
3732
|
<div class="v-btn__content">
|
|
3724
3733
|
17
|
|
@@ -3726,8 +3735,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3726
3735
|
</button>
|
|
3727
3736
|
</td>
|
|
3728
3737
|
<td>
|
|
3729
|
-
<button
|
|
3730
|
-
|
|
3738
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3739
|
+
type="button"
|
|
3731
3740
|
>
|
|
3732
3741
|
<div class="v-btn__content">
|
|
3733
3742
|
18
|
|
@@ -3737,8 +3746,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3737
3746
|
</tr>
|
|
3738
3747
|
<tr>
|
|
3739
3748
|
<td>
|
|
3740
|
-
<button
|
|
3741
|
-
|
|
3749
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3750
|
+
type="button"
|
|
3742
3751
|
>
|
|
3743
3752
|
<div class="v-btn__content">
|
|
3744
3753
|
19
|
|
@@ -3746,8 +3755,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3746
3755
|
</button>
|
|
3747
3756
|
</td>
|
|
3748
3757
|
<td>
|
|
3749
|
-
<button
|
|
3750
|
-
|
|
3758
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3759
|
+
type="button"
|
|
3751
3760
|
>
|
|
3752
3761
|
<div class="v-btn__content">
|
|
3753
3762
|
20
|
|
@@ -3755,8 +3764,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3755
3764
|
</button>
|
|
3756
3765
|
</td>
|
|
3757
3766
|
<td>
|
|
3758
|
-
<button
|
|
3759
|
-
|
|
3767
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3768
|
+
type="button"
|
|
3760
3769
|
>
|
|
3761
3770
|
<div class="v-btn__content">
|
|
3762
3771
|
21
|
|
@@ -3764,8 +3773,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3764
3773
|
</button>
|
|
3765
3774
|
</td>
|
|
3766
3775
|
<td>
|
|
3767
|
-
<button
|
|
3768
|
-
|
|
3776
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3777
|
+
type="button"
|
|
3769
3778
|
>
|
|
3770
3779
|
<div class="v-btn__content">
|
|
3771
3780
|
22
|
|
@@ -3773,8 +3782,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3773
3782
|
</button>
|
|
3774
3783
|
</td>
|
|
3775
3784
|
<td>
|
|
3776
|
-
<button
|
|
3777
|
-
|
|
3785
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3786
|
+
type="button"
|
|
3778
3787
|
>
|
|
3779
3788
|
<div class="v-btn__content">
|
|
3780
3789
|
23
|
|
@@ -3782,8 +3791,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3782
3791
|
</button>
|
|
3783
3792
|
</td>
|
|
3784
3793
|
<td>
|
|
3785
|
-
<button
|
|
3786
|
-
|
|
3794
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3795
|
+
type="button"
|
|
3787
3796
|
>
|
|
3788
3797
|
<div class="v-btn__content">
|
|
3789
3798
|
24
|
|
@@ -3791,8 +3800,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3791
3800
|
</button>
|
|
3792
3801
|
</td>
|
|
3793
3802
|
<td>
|
|
3794
|
-
<button
|
|
3795
|
-
|
|
3803
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3804
|
+
type="button"
|
|
3796
3805
|
>
|
|
3797
3806
|
<div class="v-btn__content">
|
|
3798
3807
|
25
|
|
@@ -3802,8 +3811,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3802
3811
|
</tr>
|
|
3803
3812
|
<tr>
|
|
3804
3813
|
<td>
|
|
3805
|
-
<button
|
|
3806
|
-
|
|
3814
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3815
|
+
type="button"
|
|
3807
3816
|
>
|
|
3808
3817
|
<div class="v-btn__content">
|
|
3809
3818
|
26
|
|
@@ -3811,8 +3820,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3811
3820
|
</button>
|
|
3812
3821
|
</td>
|
|
3813
3822
|
<td>
|
|
3814
|
-
<button
|
|
3815
|
-
|
|
3823
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3824
|
+
type="button"
|
|
3816
3825
|
>
|
|
3817
3826
|
<div class="v-btn__content">
|
|
3818
3827
|
27
|
|
@@ -3820,8 +3829,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3820
3829
|
</button>
|
|
3821
3830
|
</td>
|
|
3822
3831
|
<td>
|
|
3823
|
-
<button
|
|
3824
|
-
|
|
3832
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3833
|
+
type="button"
|
|
3825
3834
|
>
|
|
3826
3835
|
<div class="v-btn__content">
|
|
3827
3836
|
28
|
|
@@ -3829,8 +3838,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3829
3838
|
</button>
|
|
3830
3839
|
</td>
|
|
3831
3840
|
<td>
|
|
3832
|
-
<button
|
|
3833
|
-
|
|
3841
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3842
|
+
type="button"
|
|
3834
3843
|
>
|
|
3835
3844
|
<div class="v-btn__content">
|
|
3836
3845
|
29
|
|
@@ -3838,8 +3847,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3838
3847
|
</button>
|
|
3839
3848
|
</td>
|
|
3840
3849
|
<td>
|
|
3841
|
-
<button
|
|
3842
|
-
|
|
3850
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3851
|
+
type="button"
|
|
3843
3852
|
>
|
|
3844
3853
|
<div class="v-btn__content">
|
|
3845
3854
|
30
|
|
@@ -3847,8 +3856,8 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3847
3856
|
</button>
|
|
3848
3857
|
</td>
|
|
3849
3858
|
<td>
|
|
3850
|
-
<button
|
|
3851
|
-
|
|
3859
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3860
|
+
type="button"
|
|
3852
3861
|
>
|
|
3853
3862
|
<div class="v-btn__content">
|
|
3854
3863
|
31
|
|
@@ -3863,11 +3872,13 @@ exports[`VDatePicker.ts should render flat picker 1`] = `
|
|
|
3863
3872
|
</div>
|
|
3864
3873
|
</div>
|
|
3865
3874
|
</div>
|
|
3875
|
+
<div class="v-picker__actions v-card__actions">
|
|
3876
|
+
</div>
|
|
3866
3877
|
</div>
|
|
3867
3878
|
`;
|
|
3868
3879
|
|
|
3869
3880
|
exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
3870
|
-
<div class="v-picker v-card
|
|
3881
|
+
<div class="v-picker v-card theme--light elevation-15 v-picker--date">
|
|
3871
3882
|
<div class="v-picker__title primary">
|
|
3872
3883
|
<div class="v-date-picker-title">
|
|
3873
3884
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -3885,15 +3896,15 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3885
3896
|
>
|
|
3886
3897
|
<div>
|
|
3887
3898
|
<div class="v-date-picker-header theme--light">
|
|
3888
|
-
<button
|
|
3889
|
-
|
|
3899
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
3900
|
+
type="button"
|
|
3890
3901
|
aria-label="Previous month"
|
|
3891
3902
|
>
|
|
3892
3903
|
<span class="v-btn__content">
|
|
3893
|
-
<
|
|
3894
|
-
|
|
3904
|
+
<span class="v-icon notranslate theme--light"
|
|
3905
|
+
aria-hidden="true"
|
|
3895
3906
|
>
|
|
3896
|
-
</
|
|
3907
|
+
</span>
|
|
3897
3908
|
</span>
|
|
3898
3909
|
</button>
|
|
3899
3910
|
<div class="v-date-picker-header__value">
|
|
@@ -3903,15 +3914,15 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3903
3914
|
</button>
|
|
3904
3915
|
</div>
|
|
3905
3916
|
</div>
|
|
3906
|
-
<button
|
|
3907
|
-
|
|
3917
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
3918
|
+
type="button"
|
|
3908
3919
|
aria-label="Next month"
|
|
3909
3920
|
>
|
|
3910
3921
|
<span class="v-btn__content">
|
|
3911
|
-
<
|
|
3912
|
-
|
|
3922
|
+
<span class="v-icon notranslate theme--light"
|
|
3923
|
+
aria-hidden="true"
|
|
3913
3924
|
>
|
|
3914
|
-
</
|
|
3925
|
+
</span>
|
|
3915
3926
|
</span>
|
|
3916
3927
|
</button>
|
|
3917
3928
|
</div>
|
|
@@ -3951,8 +3962,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3951
3962
|
<td>
|
|
3952
3963
|
</td>
|
|
3953
3964
|
<td>
|
|
3954
|
-
<button
|
|
3955
|
-
|
|
3965
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3966
|
+
type="button"
|
|
3956
3967
|
>
|
|
3957
3968
|
<div class="v-btn__content">
|
|
3958
3969
|
1
|
|
@@ -3960,8 +3971,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3960
3971
|
</button>
|
|
3961
3972
|
</td>
|
|
3962
3973
|
<td>
|
|
3963
|
-
<button
|
|
3964
|
-
|
|
3974
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3975
|
+
type="button"
|
|
3965
3976
|
>
|
|
3966
3977
|
<div class="v-btn__content">
|
|
3967
3978
|
2
|
|
@@ -3969,8 +3980,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3969
3980
|
</button>
|
|
3970
3981
|
</td>
|
|
3971
3982
|
<td>
|
|
3972
|
-
<button
|
|
3973
|
-
|
|
3983
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3984
|
+
type="button"
|
|
3974
3985
|
>
|
|
3975
3986
|
<div class="v-btn__content">
|
|
3976
3987
|
3
|
|
@@ -3978,8 +3989,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3978
3989
|
</button>
|
|
3979
3990
|
</td>
|
|
3980
3991
|
<td>
|
|
3981
|
-
<button
|
|
3982
|
-
|
|
3992
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3993
|
+
type="button"
|
|
3983
3994
|
>
|
|
3984
3995
|
<div class="v-btn__content">
|
|
3985
3996
|
4
|
|
@@ -3989,8 +4000,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3989
4000
|
</tr>
|
|
3990
4001
|
<tr>
|
|
3991
4002
|
<td>
|
|
3992
|
-
<button
|
|
3993
|
-
|
|
4003
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4004
|
+
type="button"
|
|
3994
4005
|
>
|
|
3995
4006
|
<div class="v-btn__content">
|
|
3996
4007
|
5
|
|
@@ -3998,8 +4009,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
3998
4009
|
</button>
|
|
3999
4010
|
</td>
|
|
4000
4011
|
<td>
|
|
4001
|
-
<button
|
|
4002
|
-
|
|
4012
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4013
|
+
type="button"
|
|
4003
4014
|
>
|
|
4004
4015
|
<div class="v-btn__content">
|
|
4005
4016
|
6
|
|
@@ -4007,8 +4018,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4007
4018
|
</button>
|
|
4008
4019
|
</td>
|
|
4009
4020
|
<td>
|
|
4010
|
-
<button
|
|
4011
|
-
|
|
4021
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light accent"
|
|
4022
|
+
type="button"
|
|
4012
4023
|
>
|
|
4013
4024
|
<div class="v-btn__content">
|
|
4014
4025
|
7
|
|
@@ -4016,8 +4027,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4016
4027
|
</button>
|
|
4017
4028
|
</td>
|
|
4018
4029
|
<td>
|
|
4019
|
-
<button
|
|
4020
|
-
|
|
4030
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4031
|
+
type="button"
|
|
4021
4032
|
>
|
|
4022
4033
|
<div class="v-btn__content">
|
|
4023
4034
|
8
|
|
@@ -4025,8 +4036,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4025
4036
|
</button>
|
|
4026
4037
|
</td>
|
|
4027
4038
|
<td>
|
|
4028
|
-
<button
|
|
4029
|
-
|
|
4039
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4040
|
+
type="button"
|
|
4030
4041
|
>
|
|
4031
4042
|
<div class="v-btn__content">
|
|
4032
4043
|
9
|
|
@@ -4034,8 +4045,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4034
4045
|
</button>
|
|
4035
4046
|
</td>
|
|
4036
4047
|
<td>
|
|
4037
|
-
<button
|
|
4038
|
-
|
|
4048
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4049
|
+
type="button"
|
|
4039
4050
|
>
|
|
4040
4051
|
<div class="v-btn__content">
|
|
4041
4052
|
10
|
|
@@ -4043,8 +4054,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4043
4054
|
</button>
|
|
4044
4055
|
</td>
|
|
4045
4056
|
<td>
|
|
4046
|
-
<button
|
|
4047
|
-
|
|
4057
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4058
|
+
type="button"
|
|
4048
4059
|
>
|
|
4049
4060
|
<div class="v-btn__content">
|
|
4050
4061
|
11
|
|
@@ -4054,8 +4065,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4054
4065
|
</tr>
|
|
4055
4066
|
<tr>
|
|
4056
4067
|
<td>
|
|
4057
|
-
<button
|
|
4058
|
-
|
|
4068
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4069
|
+
type="button"
|
|
4059
4070
|
>
|
|
4060
4071
|
<div class="v-btn__content">
|
|
4061
4072
|
12
|
|
@@ -4063,8 +4074,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4063
4074
|
</button>
|
|
4064
4075
|
</td>
|
|
4065
4076
|
<td>
|
|
4066
|
-
<button
|
|
4067
|
-
|
|
4077
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4078
|
+
type="button"
|
|
4068
4079
|
>
|
|
4069
4080
|
<div class="v-btn__content">
|
|
4070
4081
|
13
|
|
@@ -4072,8 +4083,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4072
4083
|
</button>
|
|
4073
4084
|
</td>
|
|
4074
4085
|
<td>
|
|
4075
|
-
<button
|
|
4076
|
-
|
|
4086
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4087
|
+
type="button"
|
|
4077
4088
|
>
|
|
4078
4089
|
<div class="v-btn__content">
|
|
4079
4090
|
14
|
|
@@ -4081,8 +4092,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4081
4092
|
</button>
|
|
4082
4093
|
</td>
|
|
4083
4094
|
<td>
|
|
4084
|
-
<button
|
|
4085
|
-
|
|
4095
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4096
|
+
type="button"
|
|
4086
4097
|
>
|
|
4087
4098
|
<div class="v-btn__content">
|
|
4088
4099
|
15
|
|
@@ -4090,8 +4101,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4090
4101
|
</button>
|
|
4091
4102
|
</td>
|
|
4092
4103
|
<td>
|
|
4093
|
-
<button
|
|
4094
|
-
|
|
4104
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4105
|
+
type="button"
|
|
4095
4106
|
>
|
|
4096
4107
|
<div class="v-btn__content">
|
|
4097
4108
|
16
|
|
@@ -4099,8 +4110,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4099
4110
|
</button>
|
|
4100
4111
|
</td>
|
|
4101
4112
|
<td>
|
|
4102
|
-
<button
|
|
4103
|
-
|
|
4113
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4114
|
+
type="button"
|
|
4104
4115
|
>
|
|
4105
4116
|
<div class="v-btn__content">
|
|
4106
4117
|
17
|
|
@@ -4108,8 +4119,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4108
4119
|
</button>
|
|
4109
4120
|
</td>
|
|
4110
4121
|
<td>
|
|
4111
|
-
<button
|
|
4112
|
-
|
|
4122
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4123
|
+
type="button"
|
|
4113
4124
|
>
|
|
4114
4125
|
<div class="v-btn__content">
|
|
4115
4126
|
18
|
|
@@ -4119,8 +4130,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4119
4130
|
</tr>
|
|
4120
4131
|
<tr>
|
|
4121
4132
|
<td>
|
|
4122
|
-
<button
|
|
4123
|
-
|
|
4133
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4134
|
+
type="button"
|
|
4124
4135
|
>
|
|
4125
4136
|
<div class="v-btn__content">
|
|
4126
4137
|
19
|
|
@@ -4128,8 +4139,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4128
4139
|
</button>
|
|
4129
4140
|
</td>
|
|
4130
4141
|
<td>
|
|
4131
|
-
<button
|
|
4132
|
-
|
|
4142
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4143
|
+
type="button"
|
|
4133
4144
|
>
|
|
4134
4145
|
<div class="v-btn__content">
|
|
4135
4146
|
20
|
|
@@ -4137,8 +4148,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4137
4148
|
</button>
|
|
4138
4149
|
</td>
|
|
4139
4150
|
<td>
|
|
4140
|
-
<button
|
|
4141
|
-
|
|
4151
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4152
|
+
type="button"
|
|
4142
4153
|
>
|
|
4143
4154
|
<div class="v-btn__content">
|
|
4144
4155
|
21
|
|
@@ -4146,8 +4157,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4146
4157
|
</button>
|
|
4147
4158
|
</td>
|
|
4148
4159
|
<td>
|
|
4149
|
-
<button
|
|
4150
|
-
|
|
4160
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4161
|
+
type="button"
|
|
4151
4162
|
>
|
|
4152
4163
|
<div class="v-btn__content">
|
|
4153
4164
|
22
|
|
@@ -4155,8 +4166,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4155
4166
|
</button>
|
|
4156
4167
|
</td>
|
|
4157
4168
|
<td>
|
|
4158
|
-
<button
|
|
4159
|
-
|
|
4169
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4170
|
+
type="button"
|
|
4160
4171
|
>
|
|
4161
4172
|
<div class="v-btn__content">
|
|
4162
4173
|
23
|
|
@@ -4164,8 +4175,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4164
4175
|
</button>
|
|
4165
4176
|
</td>
|
|
4166
4177
|
<td>
|
|
4167
|
-
<button
|
|
4168
|
-
|
|
4178
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4179
|
+
type="button"
|
|
4169
4180
|
>
|
|
4170
4181
|
<div class="v-btn__content">
|
|
4171
4182
|
24
|
|
@@ -4173,8 +4184,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4173
4184
|
</button>
|
|
4174
4185
|
</td>
|
|
4175
4186
|
<td>
|
|
4176
|
-
<button
|
|
4177
|
-
|
|
4187
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4188
|
+
type="button"
|
|
4178
4189
|
>
|
|
4179
4190
|
<div class="v-btn__content">
|
|
4180
4191
|
25
|
|
@@ -4184,8 +4195,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4184
4195
|
</tr>
|
|
4185
4196
|
<tr>
|
|
4186
4197
|
<td>
|
|
4187
|
-
<button
|
|
4188
|
-
|
|
4198
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4199
|
+
type="button"
|
|
4189
4200
|
>
|
|
4190
4201
|
<div class="v-btn__content">
|
|
4191
4202
|
26
|
|
@@ -4193,8 +4204,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4193
4204
|
</button>
|
|
4194
4205
|
</td>
|
|
4195
4206
|
<td>
|
|
4196
|
-
<button
|
|
4197
|
-
|
|
4207
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4208
|
+
type="button"
|
|
4198
4209
|
>
|
|
4199
4210
|
<div class="v-btn__content">
|
|
4200
4211
|
27
|
|
@@ -4202,8 +4213,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4202
4213
|
</button>
|
|
4203
4214
|
</td>
|
|
4204
4215
|
<td>
|
|
4205
|
-
<button
|
|
4206
|
-
|
|
4216
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4217
|
+
type="button"
|
|
4207
4218
|
>
|
|
4208
4219
|
<div class="v-btn__content">
|
|
4209
4220
|
28
|
|
@@ -4211,8 +4222,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4211
4222
|
</button>
|
|
4212
4223
|
</td>
|
|
4213
4224
|
<td>
|
|
4214
|
-
<button
|
|
4215
|
-
|
|
4225
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4226
|
+
type="button"
|
|
4216
4227
|
>
|
|
4217
4228
|
<div class="v-btn__content">
|
|
4218
4229
|
29
|
|
@@ -4220,8 +4231,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4220
4231
|
</button>
|
|
4221
4232
|
</td>
|
|
4222
4233
|
<td>
|
|
4223
|
-
<button
|
|
4224
|
-
|
|
4234
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4235
|
+
type="button"
|
|
4225
4236
|
>
|
|
4226
4237
|
<div class="v-btn__content">
|
|
4227
4238
|
30
|
|
@@ -4229,8 +4240,8 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4229
4240
|
</button>
|
|
4230
4241
|
</td>
|
|
4231
4242
|
<td>
|
|
4232
|
-
<button
|
|
4233
|
-
|
|
4243
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4244
|
+
type="button"
|
|
4234
4245
|
>
|
|
4235
4246
|
<div class="v-btn__content">
|
|
4236
4247
|
31
|
|
@@ -4245,11 +4256,13 @@ exports[`VDatePicker.ts should render picker with elevation 1`] = `
|
|
|
4245
4256
|
</div>
|
|
4246
4257
|
</div>
|
|
4247
4258
|
</div>
|
|
4259
|
+
<div class="v-picker__actions v-card__actions">
|
|
4260
|
+
</div>
|
|
4248
4261
|
</div>
|
|
4249
4262
|
`;
|
|
4250
4263
|
|
|
4251
4264
|
exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
4252
|
-
<div class="v-picker v-card v-picker--date
|
|
4265
|
+
<div class="v-picker v-card theme--light v-picker--date">
|
|
4253
4266
|
<div class="v-picker__title primary">
|
|
4254
4267
|
<div class="v-date-picker-title">
|
|
4255
4268
|
<div class="v-picker__title__btn v-date-picker-title__year">
|
|
@@ -4267,15 +4280,15 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4267
4280
|
>
|
|
4268
4281
|
<div>
|
|
4269
4282
|
<div class="v-date-picker-header theme--light">
|
|
4270
|
-
<button
|
|
4271
|
-
|
|
4283
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
4284
|
+
type="button"
|
|
4272
4285
|
aria-label="Previous month"
|
|
4273
4286
|
>
|
|
4274
4287
|
<span class="v-btn__content">
|
|
4275
|
-
<
|
|
4276
|
-
|
|
4288
|
+
<span class="v-icon notranslate theme--light"
|
|
4289
|
+
aria-hidden="true"
|
|
4277
4290
|
>
|
|
4278
|
-
</
|
|
4291
|
+
</span>
|
|
4279
4292
|
</span>
|
|
4280
4293
|
</button>
|
|
4281
4294
|
<div class="v-date-picker-header__value">
|
|
@@ -4285,15 +4298,15 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4285
4298
|
</button>
|
|
4286
4299
|
</div>
|
|
4287
4300
|
</div>
|
|
4288
|
-
<button
|
|
4289
|
-
|
|
4301
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--default"
|
|
4302
|
+
type="button"
|
|
4290
4303
|
aria-label="Next month"
|
|
4291
4304
|
>
|
|
4292
4305
|
<span class="v-btn__content">
|
|
4293
|
-
<
|
|
4294
|
-
|
|
4306
|
+
<span class="v-icon notranslate theme--light"
|
|
4307
|
+
aria-hidden="true"
|
|
4295
4308
|
>
|
|
4296
|
-
</
|
|
4309
|
+
</span>
|
|
4297
4310
|
</span>
|
|
4298
4311
|
</button>
|
|
4299
4312
|
</div>
|
|
@@ -4333,8 +4346,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4333
4346
|
<td>
|
|
4334
4347
|
</td>
|
|
4335
4348
|
<td>
|
|
4336
|
-
<button
|
|
4337
|
-
|
|
4349
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4350
|
+
type="button"
|
|
4338
4351
|
>
|
|
4339
4352
|
<div class="v-btn__content">
|
|
4340
4353
|
1
|
|
@@ -4342,8 +4355,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4342
4355
|
</button>
|
|
4343
4356
|
</td>
|
|
4344
4357
|
<td>
|
|
4345
|
-
<button
|
|
4346
|
-
|
|
4358
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4359
|
+
type="button"
|
|
4347
4360
|
>
|
|
4348
4361
|
<div class="v-btn__content">
|
|
4349
4362
|
2
|
|
@@ -4351,8 +4364,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4351
4364
|
</button>
|
|
4352
4365
|
</td>
|
|
4353
4366
|
<td>
|
|
4354
|
-
<button
|
|
4355
|
-
|
|
4367
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4368
|
+
type="button"
|
|
4356
4369
|
>
|
|
4357
4370
|
<div class="v-btn__content">
|
|
4358
4371
|
3
|
|
@@ -4360,8 +4373,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4360
4373
|
</button>
|
|
4361
4374
|
</td>
|
|
4362
4375
|
<td>
|
|
4363
|
-
<button
|
|
4364
|
-
|
|
4376
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4377
|
+
type="button"
|
|
4365
4378
|
>
|
|
4366
4379
|
<div class="v-btn__content">
|
|
4367
4380
|
4
|
|
@@ -4371,8 +4384,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4371
4384
|
</tr>
|
|
4372
4385
|
<tr>
|
|
4373
4386
|
<td>
|
|
4374
|
-
<button
|
|
4375
|
-
|
|
4387
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4388
|
+
type="button"
|
|
4376
4389
|
>
|
|
4377
4390
|
<div class="v-btn__content">
|
|
4378
4391
|
5
|
|
@@ -4380,8 +4393,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4380
4393
|
</button>
|
|
4381
4394
|
</td>
|
|
4382
4395
|
<td>
|
|
4383
|
-
<button
|
|
4384
|
-
|
|
4396
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4397
|
+
type="button"
|
|
4385
4398
|
>
|
|
4386
4399
|
<div class="v-btn__content">
|
|
4387
4400
|
6
|
|
@@ -4389,8 +4402,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4389
4402
|
</button>
|
|
4390
4403
|
</td>
|
|
4391
4404
|
<td>
|
|
4392
|
-
<button
|
|
4393
|
-
|
|
4405
|
+
<button class="v-btn v-btn--active v-btn--rounded theme--light accent"
|
|
4406
|
+
type="button"
|
|
4394
4407
|
>
|
|
4395
4408
|
<div class="v-btn__content">
|
|
4396
4409
|
7
|
|
@@ -4398,8 +4411,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4398
4411
|
</button>
|
|
4399
4412
|
</td>
|
|
4400
4413
|
<td>
|
|
4401
|
-
<button
|
|
4402
|
-
|
|
4414
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4415
|
+
type="button"
|
|
4403
4416
|
>
|
|
4404
4417
|
<div class="v-btn__content">
|
|
4405
4418
|
8
|
|
@@ -4407,8 +4420,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4407
4420
|
</button>
|
|
4408
4421
|
</td>
|
|
4409
4422
|
<td>
|
|
4410
|
-
<button
|
|
4411
|
-
|
|
4423
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4424
|
+
type="button"
|
|
4412
4425
|
>
|
|
4413
4426
|
<div class="v-btn__content">
|
|
4414
4427
|
9
|
|
@@ -4416,8 +4429,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4416
4429
|
</button>
|
|
4417
4430
|
</td>
|
|
4418
4431
|
<td>
|
|
4419
|
-
<button
|
|
4420
|
-
|
|
4432
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4433
|
+
type="button"
|
|
4421
4434
|
>
|
|
4422
4435
|
<div class="v-btn__content">
|
|
4423
4436
|
10
|
|
@@ -4425,8 +4438,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4425
4438
|
</button>
|
|
4426
4439
|
</td>
|
|
4427
4440
|
<td>
|
|
4428
|
-
<button
|
|
4429
|
-
|
|
4441
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4442
|
+
type="button"
|
|
4430
4443
|
>
|
|
4431
4444
|
<div class="v-btn__content">
|
|
4432
4445
|
11
|
|
@@ -4436,8 +4449,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4436
4449
|
</tr>
|
|
4437
4450
|
<tr>
|
|
4438
4451
|
<td>
|
|
4439
|
-
<button
|
|
4440
|
-
|
|
4452
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4453
|
+
type="button"
|
|
4441
4454
|
>
|
|
4442
4455
|
<div class="v-btn__content">
|
|
4443
4456
|
12
|
|
@@ -4445,8 +4458,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4445
4458
|
</button>
|
|
4446
4459
|
</td>
|
|
4447
4460
|
<td>
|
|
4448
|
-
<button
|
|
4449
|
-
|
|
4461
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4462
|
+
type="button"
|
|
4450
4463
|
>
|
|
4451
4464
|
<div class="v-btn__content">
|
|
4452
4465
|
13
|
|
@@ -4454,8 +4467,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4454
4467
|
</button>
|
|
4455
4468
|
</td>
|
|
4456
4469
|
<td>
|
|
4457
|
-
<button
|
|
4458
|
-
|
|
4470
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4471
|
+
type="button"
|
|
4459
4472
|
>
|
|
4460
4473
|
<div class="v-btn__content">
|
|
4461
4474
|
14
|
|
@@ -4463,8 +4476,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4463
4476
|
</button>
|
|
4464
4477
|
</td>
|
|
4465
4478
|
<td>
|
|
4466
|
-
<button
|
|
4467
|
-
|
|
4479
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4480
|
+
type="button"
|
|
4468
4481
|
>
|
|
4469
4482
|
<div class="v-btn__content">
|
|
4470
4483
|
15
|
|
@@ -4472,8 +4485,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4472
4485
|
</button>
|
|
4473
4486
|
</td>
|
|
4474
4487
|
<td>
|
|
4475
|
-
<button
|
|
4476
|
-
|
|
4488
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4489
|
+
type="button"
|
|
4477
4490
|
>
|
|
4478
4491
|
<div class="v-btn__content">
|
|
4479
4492
|
16
|
|
@@ -4481,8 +4494,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4481
4494
|
</button>
|
|
4482
4495
|
</td>
|
|
4483
4496
|
<td>
|
|
4484
|
-
<button
|
|
4485
|
-
|
|
4497
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4498
|
+
type="button"
|
|
4486
4499
|
>
|
|
4487
4500
|
<div class="v-btn__content">
|
|
4488
4501
|
17
|
|
@@ -4490,8 +4503,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4490
4503
|
</button>
|
|
4491
4504
|
</td>
|
|
4492
4505
|
<td>
|
|
4493
|
-
<button
|
|
4494
|
-
|
|
4506
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4507
|
+
type="button"
|
|
4495
4508
|
>
|
|
4496
4509
|
<div class="v-btn__content">
|
|
4497
4510
|
18
|
|
@@ -4501,8 +4514,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4501
4514
|
</tr>
|
|
4502
4515
|
<tr>
|
|
4503
4516
|
<td>
|
|
4504
|
-
<button
|
|
4505
|
-
|
|
4517
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4518
|
+
type="button"
|
|
4506
4519
|
>
|
|
4507
4520
|
<div class="v-btn__content">
|
|
4508
4521
|
19
|
|
@@ -4510,8 +4523,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4510
4523
|
</button>
|
|
4511
4524
|
</td>
|
|
4512
4525
|
<td>
|
|
4513
|
-
<button
|
|
4514
|
-
|
|
4526
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4527
|
+
type="button"
|
|
4515
4528
|
>
|
|
4516
4529
|
<div class="v-btn__content">
|
|
4517
4530
|
20
|
|
@@ -4519,8 +4532,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4519
4532
|
</button>
|
|
4520
4533
|
</td>
|
|
4521
4534
|
<td>
|
|
4522
|
-
<button
|
|
4523
|
-
|
|
4535
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4536
|
+
type="button"
|
|
4524
4537
|
>
|
|
4525
4538
|
<div class="v-btn__content">
|
|
4526
4539
|
21
|
|
@@ -4528,8 +4541,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4528
4541
|
</button>
|
|
4529
4542
|
</td>
|
|
4530
4543
|
<td>
|
|
4531
|
-
<button
|
|
4532
|
-
|
|
4544
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4545
|
+
type="button"
|
|
4533
4546
|
>
|
|
4534
4547
|
<div class="v-btn__content">
|
|
4535
4548
|
22
|
|
@@ -4537,8 +4550,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4537
4550
|
</button>
|
|
4538
4551
|
</td>
|
|
4539
4552
|
<td>
|
|
4540
|
-
<button
|
|
4541
|
-
|
|
4553
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4554
|
+
type="button"
|
|
4542
4555
|
>
|
|
4543
4556
|
<div class="v-btn__content">
|
|
4544
4557
|
23
|
|
@@ -4546,8 +4559,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4546
4559
|
</button>
|
|
4547
4560
|
</td>
|
|
4548
4561
|
<td>
|
|
4549
|
-
<button
|
|
4550
|
-
|
|
4562
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4563
|
+
type="button"
|
|
4551
4564
|
>
|
|
4552
4565
|
<div class="v-btn__content">
|
|
4553
4566
|
24
|
|
@@ -4555,8 +4568,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4555
4568
|
</button>
|
|
4556
4569
|
</td>
|
|
4557
4570
|
<td>
|
|
4558
|
-
<button
|
|
4559
|
-
|
|
4571
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4572
|
+
type="button"
|
|
4560
4573
|
>
|
|
4561
4574
|
<div class="v-btn__content">
|
|
4562
4575
|
25
|
|
@@ -4566,8 +4579,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4566
4579
|
</tr>
|
|
4567
4580
|
<tr>
|
|
4568
4581
|
<td>
|
|
4569
|
-
<button
|
|
4570
|
-
|
|
4582
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4583
|
+
type="button"
|
|
4571
4584
|
>
|
|
4572
4585
|
<div class="v-btn__content">
|
|
4573
4586
|
26
|
|
@@ -4575,8 +4588,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4575
4588
|
</button>
|
|
4576
4589
|
</td>
|
|
4577
4590
|
<td>
|
|
4578
|
-
<button
|
|
4579
|
-
|
|
4591
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4592
|
+
type="button"
|
|
4580
4593
|
>
|
|
4581
4594
|
<div class="v-btn__content">
|
|
4582
4595
|
27
|
|
@@ -4584,8 +4597,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4584
4597
|
</button>
|
|
4585
4598
|
</td>
|
|
4586
4599
|
<td>
|
|
4587
|
-
<button
|
|
4588
|
-
|
|
4600
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4601
|
+
type="button"
|
|
4589
4602
|
>
|
|
4590
4603
|
<div class="v-btn__content">
|
|
4591
4604
|
28
|
|
@@ -4593,8 +4606,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4593
4606
|
</button>
|
|
4594
4607
|
</td>
|
|
4595
4608
|
<td>
|
|
4596
|
-
<button
|
|
4597
|
-
|
|
4609
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4610
|
+
type="button"
|
|
4598
4611
|
>
|
|
4599
4612
|
<div class="v-btn__content">
|
|
4600
4613
|
29
|
|
@@ -4602,8 +4615,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4602
4615
|
</button>
|
|
4603
4616
|
</td>
|
|
4604
4617
|
<td>
|
|
4605
|
-
<button
|
|
4606
|
-
|
|
4618
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4619
|
+
type="button"
|
|
4607
4620
|
>
|
|
4608
4621
|
<div class="v-btn__content">
|
|
4609
4622
|
30
|
|
@@ -4611,8 +4624,8 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4611
4624
|
</button>
|
|
4612
4625
|
</td>
|
|
4613
4626
|
<td>
|
|
4614
|
-
<button
|
|
4615
|
-
|
|
4627
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
4628
|
+
type="button"
|
|
4616
4629
|
>
|
|
4617
4630
|
<div class="v-btn__content">
|
|
4618
4631
|
31
|
|
@@ -4627,5 +4640,7 @@ exports[`VDatePicker.ts should render readonly picker 1`] = `
|
|
|
4627
4640
|
</div>
|
|
4628
4641
|
</div>
|
|
4629
4642
|
</div>
|
|
4643
|
+
<div class="v-picker__actions v-card__actions">
|
|
4644
|
+
</div>
|
|
4630
4645
|
</div>
|
|
4631
4646
|
`;
|