@dimailn/vuetify 2.7.2-alpha3 → 2.7.2-alpha31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vuetify.js +3832 -2079
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAlert/VAlert.js +39 -9
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBar.js +23 -17
- package/es5/components/VAppBar/VAppBar.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +5 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +11 -7
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VBadge/VBadge.js +46 -14
- package/es5/components/VBadge/VBadge.js.map +1 -1
- package/es5/components/VBanner/VBanner.js +51 -15
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +33 -7
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js +22 -8
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +4 -0
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +20 -16
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js +27 -29
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarCategory.js +26 -34
- package/es5/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +43 -60
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarMonthly.js +2 -2
- package/es5/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +26 -35
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-base.js +5 -10
- package/es5/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +43 -58
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
- package/es5/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
- package/es5/components/VCalendar/mixins/times.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +61 -17
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +7 -3
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +34 -1
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +94 -38
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +15 -6
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +54 -39
- package/es5/components/VColorPicker/VColorPicker.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerCanvas.js +45 -46
- package/es5/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +27 -26
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerPreview.js +41 -30
- package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +13 -10
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VData/VData.js +15 -2
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +21 -7
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +47 -50
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/RowGroup.js +46 -15
- package/es5/components/VDataTable/RowGroup.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +41 -44
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +5 -8
- package/es5/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +8 -2
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +29 -37
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/es5/components/VDataTable/VEditDialog.js +26 -22
- package/es5/components/VDataTable/VEditDialog.js.map +1 -1
- package/es5/components/VDataTable/VSimpleTable.js +1 -1
- package/es5/components/VDataTable/VSimpleTable.js.map +1 -1
- package/es5/components/VDataTable/VVirtualTable.js +6 -6
- package/es5/components/VDataTable/VVirtualTable.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +7 -9
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +39 -32
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +68 -24
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerMonthTable.js +6 -3
- package/es5/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerTitle.js +44 -10
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerYears.js +47 -23
- package/es5/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +51 -30
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
- package/es5/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +58 -32
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanel.js +1 -0
- package/es5/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js +12 -10
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +17 -20
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +50 -27
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VForm/VForm.js +45 -30
- package/es5/components/VForm/VForm.js.map +1 -1
- package/es5/components/VGrid/VCol.js +3 -3
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +3 -1
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VHover/VHover.js +1 -0
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VImg/VImg.js +10 -8
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +65 -12
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +19 -19
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +5 -1
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +8 -15
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VList.js +1 -1
- package/es5/components/VList/VList.js.map +1 -1
- package/es5/components/VList/VListGroup.js +73 -40
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +63 -18
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VList/VListItemAction.js +23 -9
- package/es5/components/VList/VListItemAction.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +57 -31
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VMessages/VMessages.js +33 -6
- package/es5/components/VMessages/VMessages.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +37 -16
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +37 -5
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +4 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +32 -4
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +48 -27
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VPicker/VPicker.js +7 -4
- package/es5/components/VPicker/VPicker.js.map +1 -1
- package/es5/components/VProgressCircular/VProgressCircular.js +6 -13
- package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +67 -25
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +11 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +30 -2
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +57 -32
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VRating/VRating.js +45 -17
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +156 -79
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +104 -44
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +27 -22
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideItem.js +2 -1
- package/es5/components/VSlideGroup/VSlideItem.js.map +1 -1
- package/es5/components/VSlider/VSlider.js +73 -41
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js +1 -0
- package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
- package/es5/components/VSparkline/VSparkline.js +48 -68
- package/es5/components/VSparkline/VSparkline.js.map +1 -1
- package/es5/components/VSpeedDial/VSpeedDial.js +13 -17
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +1 -0
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +4 -2
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +12 -20
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VSubheader/VSubheader.js +2 -2
- package/es5/components/VSubheader/VSubheader.js.map +1 -1
- package/es5/components/VSwitch/VSwitch.js +11 -9
- package/es5/components/VSwitch/VSwitch.js.map +1 -1
- package/es5/components/VTabs/VTab.js +1 -0
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +62 -23
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTabs/VTabsBar.js.map +1 -1
- package/es5/components/VTabs/VTabsItems.js +1 -0
- package/es5/components/VTabs/VTabsItems.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +39 -28
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +72 -44
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerClock.js +37 -48
- package/es5/components/VTimePicker/VTimePickerClock.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js +13 -11
- package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/es5/components/VToolbar/VToolbar.js +3 -6
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +13 -12
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeview.js +24 -18
- package/es5/components/VTreeview/VTreeview.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +12 -6
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VVirtualScroll/VVirtualScroll.js +15 -19
- package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +13 -8
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/VWindow/VWindowItem.js +10 -10
- package/es5/components/VWindow/VWindowItem.js.map +1 -1
- package/es5/components/transitions/createTransition.js +8 -2
- package/es5/components/transitions/createTransition.js.map +1 -1
- package/es5/components/transitions/expand-transition.js +1 -0
- package/es5/components/transitions/expand-transition.js.map +1 -1
- package/es5/directives/intersect/index.js +20 -7
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +13 -13
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +8 -8
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/scroll/index.js +10 -9
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +4 -4
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/install.js +10 -33
- package/es5/install.js.map +1 -1
- package/es5/mixins/activatable/index.js +11 -5
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/applicationable/index.js +4 -4
- package/es5/mixins/applicationable/index.js.map +1 -1
- package/es5/mixins/binds-attrs/index.js +1 -1
- package/es5/mixins/binds-attrs/index.js.map +1 -1
- package/es5/mixins/bootable/index.js +1 -2
- package/es5/mixins/bootable/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +12 -9
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js +1 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +2 -2
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +1 -1
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/mouse/index.js +10 -5
- package/es5/mixins/mouse/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +5 -3
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/picker/index.js +13 -3
- package/es5/mixins/picker/index.js.map +1 -1
- package/es5/mixins/routable/index.js +5 -2
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/mixins/selectable/index.js +5 -5
- package/es5/mixins/selectable/index.js.map +1 -1
- package/es5/mixins/translatable/index.js +1 -1
- package/es5/mixins/translatable/index.js.map +1 -1
- package/es5/mixins/validatable/index.js +34 -7
- package/es5/mixins/validatable/index.js.map +1 -1
- package/es5/services/breakpoint/index.js +3 -1
- package/es5/services/breakpoint/index.js.map +1 -1
- package/es5/util/console.js +49 -18
- package/es5/util/console.js.map +1 -1
- package/es5/util/helpers.js +49 -1
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/legacyEventsMixin.js +48 -0
- package/es5/util/legacyEventsMixin.js.map +1 -0
- package/lib/components/VAlert/VAlert.js +13 -7
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js +23 -16
- package/lib/components/VAppBar/VAppBar.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +12 -8
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +26 -13
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +20 -13
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +15 -7
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +7 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +21 -20
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js +26 -31
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.js +8 -10
- package/lib/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +21 -33
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.js +2 -2
- package/lib/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +17 -30
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.js +7 -11
- package/lib/components/VCalendar/mixins/calendar-base.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +16 -39
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js +2 -2
- package/lib/components/VCalendar/mixins/calendar-with-intervals.js.map +1 -1
- package/lib/components/VCalendar/mixins/times.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +36 -16
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.js +1 -1
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +15 -2
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +83 -39
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +15 -6
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +47 -44
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.js +41 -43
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +25 -31
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +45 -32
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +15 -9
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VData/VData.js +16 -2
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +15 -7
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +31 -34
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/RowGroup.js +30 -14
- package/lib/components/VDataTable/RowGroup.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +20 -33
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.js +7 -9
- package/lib/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +7 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.js +18 -25
- package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/lib/components/VDataTable/VEditDialog.js +18 -18
- package/lib/components/VDataTable/VEditDialog.js.map +1 -1
- package/lib/components/VDataTable/VSimpleTable.js +1 -1
- package/lib/components/VDataTable/VSimpleTable.js.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.js +2 -3
- package/lib/components/VDataTable/VVirtualTable.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +3 -8
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +24 -23
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +45 -21
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.js +3 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.js +17 -5
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +17 -8
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +30 -15
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js +4 -0
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +12 -4
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js +1 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +4 -7
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +43 -25
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VForm/VForm.js +41 -26
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VCol.js +3 -3
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +3 -1
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VHover/VHover.js +1 -0
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VImg/VImg.js +5 -9
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +32 -9
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +22 -19
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +6 -1
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +8 -15
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js +34 -32
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +40 -18
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.js +15 -9
- package/lib/components/VList/VListItemAction.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +16 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +13 -2
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +12 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +50 -6
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +2 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +14 -3
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +28 -23
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VPicker/VPicker.js +4 -4
- package/lib/components/VPicker/VPicker.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +6 -7
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +46 -19
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +3 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +14 -5
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +17 -5
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VRating/VRating.js +11 -0
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +99 -40
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +54 -29
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +4 -7
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideItem.js +2 -1
- package/lib/components/VSlideGroup/VSlideItem.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +37 -25
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +1 -0
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSparkline/VSparkline.js +48 -67
- package/lib/components/VSparkline/VSparkline.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.js +9 -15
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +1 -0
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +2 -2
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +8 -19
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VSubheader/VSubheader.js +1 -2
- package/lib/components/VSubheader/VSubheader.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +2 -4
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VTabs/VTab.js +1 -0
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +28 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTabs/VTabsBar.js.map +1 -1
- package/lib/components/VTabs/VTabsItems.js +1 -0
- package/lib/components/VTabs/VTabsItems.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +12 -18
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.js +65 -31
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.js +24 -39
- package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js +3 -2
- package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -6
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +10 -14
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +15 -13
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +4 -6
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +8 -14
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +7 -6
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindowItem.js +5 -7
- package/lib/components/VWindow/VWindowItem.js.map +1 -1
- package/lib/components/transitions/createTransition.js +2 -2
- package/lib/components/transitions/createTransition.js.map +1 -1
- package/lib/components/transitions/expand-transition.js +1 -0
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/directives/intersect/index.js +20 -7
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +13 -13
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +8 -8
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/scroll/index.js +10 -9
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +4 -4
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/install.js +5 -28
- package/lib/install.js.map +1 -1
- package/lib/mixins/activatable/index.js +12 -6
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/applicationable/index.js +4 -4
- package/lib/mixins/applicationable/index.js.map +1 -1
- package/lib/mixins/binds-attrs/index.js +1 -1
- package/lib/mixins/binds-attrs/index.js.map +1 -1
- package/lib/mixins/bootable/index.js +2 -4
- package/lib/mixins/bootable/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +13 -10
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js +1 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +2 -2
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +1 -1
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/mouse/index.js +9 -5
- package/lib/mixins/mouse/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +5 -3
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/picker/index.js +5 -3
- package/lib/mixins/picker/index.js.map +1 -1
- package/lib/mixins/routable/index.js +5 -2
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/mixins/selectable/index.js +6 -5
- package/lib/mixins/selectable/index.js.map +1 -1
- package/lib/mixins/translatable/index.js +1 -1
- package/lib/mixins/translatable/index.js.map +1 -1
- package/lib/mixins/validatable/index.js +17 -7
- package/lib/mixins/validatable/index.js.map +1 -1
- package/lib/services/breakpoint/index.js +3 -1
- package/lib/services/breakpoint/index.js.map +1 -1
- package/lib/util/console.js +47 -17
- package/lib/util/console.js.map +1 -1
- package/lib/util/helpers.js +47 -1
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/legacyEventsMixin.js +37 -0
- package/lib/util/legacyEventsMixin.js.map +1 -0
- package/package.json +1 -1
- package/src/components/VAlert/VAlert.ts +19 -8
- package/src/components/VAlert/__tests__/VAlert.spec.ts +78 -50
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +16 -18
- package/src/components/VApp/__tests__/VApp.spec.ts +24 -18
- package/src/components/VApp/__tests__/__snapshots__/VApp.spec.ts.snap +4 -4
- package/src/components/VAppBar/VAppBar.ts +21 -14
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +256 -74
- package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +2 -6
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBar.spec.ts.snap +13 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +3 -4
- package/src/components/VAutocomplete/VAutocomplete.ts +35 -6
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +51 -53
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +77 -48
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +101 -39
- package/src/components/VAvatar/__tests__/VAvatar.spec.ts +72 -10
- package/src/components/VBadge/VBadge.ts +38 -26
- package/src/components/VBadge/__tests__/VBadge.spec.ts +47 -30
- package/src/components/VBadge/__tests__/__snapshots__/VBadge.spec.ts.snap +5 -5
- package/src/components/VBanner/VBanner.ts +30 -17
- package/src/components/VBanner/__tests__/VBanner.spec.ts +35 -36
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +1 -1
- package/src/components/VBottomNavigation/VBottomNavigation.ts +20 -8
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +43 -37
- package/src/components/VBottomNavigation/__tests__/__snapshots__/VBottomNavigation.spec.ts.snap +11 -10
- package/src/components/VBreadcrumbs/VBreadcrumbs.ts +8 -4
- package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +4 -0
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +125 -10
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +10 -6
- package/src/components/VBtn/VBtn.ts +25 -17
- package/src/components/VBtn/__tests__/VBtn.spec.ts +257 -242
- package/src/components/VBtn/__tests__/__snapshots__/VBtn.spec.ts.snap +13 -73
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +10 -6
- package/src/components/VCalendar/VCalendar.ts +29 -27
- package/src/components/VCalendar/VCalendarCategory.ts +9 -8
- package/src/components/VCalendar/VCalendarDaily.ts +18 -28
- package/src/components/VCalendar/VCalendarMonthly.ts +2 -1
- package/src/components/VCalendar/VCalendarWeekly.ts +18 -30
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +18 -34
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +16 -14
- package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +30 -28
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +206 -205
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendarDaily.spec.ts.snap +122 -122
- package/src/components/VCalendar/mixins/__tests__/__snapshots__/calendar-with-events.spec.ts.snap +1 -56
- package/src/components/VCalendar/mixins/__tests__/calendar-base.spec.ts +24 -21
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +27 -34
- package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +31 -28
- package/src/components/VCalendar/mixins/__tests__/times.spec.ts +10 -9
- package/src/components/VCalendar/mixins/calendar-base.ts +8 -12
- package/src/components/VCalendar/mixins/calendar-with-events.ts +19 -38
- package/src/components/VCalendar/mixins/calendar-with-intervals.ts +1 -1
- package/src/components/VCalendar/mixins/times.ts +1 -1
- package/src/components/VCard/__tests__/VCard.spec.ts +46 -28
- package/src/components/VCard/__tests__/__snapshots__/VCard.spec.ts.snap +2 -2
- package/src/components/VCarousel/VCarousel.ts +42 -15
- package/src/components/VCarousel/VCarouselItem.ts +1 -1
- package/src/components/VCarousel/__tests__/VCarousel.spec.ts +74 -54
- package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +9 -5
- package/src/components/VCarousel/__tests__/__snapshots__/VCarousel.spec.ts.snap +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +20 -2
- package/src/components/VCheckbox/VSimpleCheckbox.ts +97 -45
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +157 -152
- package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +46 -13
- package/src/components/VChip/VChip.ts +17 -13
- package/src/components/VChip/__tests__/VChip.spec.ts +50 -50
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +4 -4
- package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +14 -21
- package/src/components/VColorPicker/VColorPicker.ts +51 -41
- package/src/components/VColorPicker/VColorPickerCanvas.ts +44 -37
- package/src/components/VColorPicker/VColorPickerEdit.ts +37 -35
- package/src/components/VColorPicker/VColorPickerPreview.ts +48 -28
- package/src/components/VColorPicker/VColorPickerSwatches.ts +23 -12
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +47 -47
- package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +15 -13
- package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +52 -50
- package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +101 -30
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +218 -175
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +38 -21
- package/src/components/VCombobox/VCombobox.ts +23 -0
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +118 -110
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +119 -93
- package/src/components/VData/VData.ts +14 -1
- package/src/components/VData/__tests__/VData.spec.ts +69 -90
- package/src/components/VDataIterator/VDataFooter.ts +16 -9
- package/src/components/VDataIterator/VDataIterator.ts +51 -35
- package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +38 -39
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +90 -122
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +92 -82
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +79 -69
- package/src/components/VDataTable/RowGroup.ts +33 -16
- package/src/components/VDataTable/VDataTable.ts +20 -29
- package/src/components/VDataTable/VDataTableHeader.ts +8 -9
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +10 -1
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +18 -25
- package/src/components/VDataTable/VEditDialog.ts +23 -21
- package/src/components/VDataTable/VSimpleTable.ts +2 -3
- package/src/components/VDataTable/VVirtualTable.ts +2 -3
- package/src/components/VDataTable/__tests__/MobileRow.spec.ts +55 -66
- package/src/components/VDataTable/__tests__/Row.spec.ts +64 -73
- package/src/components/VDataTable/__tests__/RowGroup.spec.ts +7 -5
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +916 -998
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +39 -29
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +33 -24
- package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +55 -29
- package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +13 -15
- package/src/components/VDataTable/__tests__/__snapshots__/Row.spec.ts.snap +30 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +2543 -2086
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +115 -144
- package/src/components/VDataTable/__tests__/__snapshots__/VEditDialog.spec.ts.snap +6 -6
- package/src/components/VDataTable/__tests__/__snapshots__/VSimpleTable.spec.ts.snap +22 -18
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +10 -13
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +15 -15
- package/src/components/VDataTable/mixins/header.ts +6 -10
- package/src/components/VDatePicker/VDatePicker.ts +30 -25
- package/src/components/VDatePicker/VDatePickerHeader.ts +57 -32
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +1 -1
- package/src/components/VDatePicker/VDatePickerTitle.ts +21 -7
- package/src/components/VDatePicker/VDatePickerYears.ts +19 -10
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +302 -246
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +90 -86
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +76 -90
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +96 -71
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +63 -77
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +48 -28
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +25 -22
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +601 -586
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +203 -193
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerDateTable.spec.ts.snap +615 -615
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +52 -52
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerMonthTable.spec.ts.snap +144 -144
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +3 -4
- package/src/components/VDatePicker/mixins/date-picker-table.ts +32 -14
- package/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts +7 -0
- package/src/components/VDatePicker/util/createNativeLocaleFormatter.ts +3 -0
- package/src/components/VDialog/VDialog.ts +23 -11
- package/src/components/VDialog/__tests__/VDialog.spec.ts +105 -101
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +0 -15
- package/src/components/VDivider/__tests__/VDivider.spec.ts +11 -15
- package/src/components/VDivider/__tests__/__snapshots__/VDivider.spec.ts.snap +2 -2
- package/src/components/VExpansionPanel/VExpansionPanel.ts +5 -0
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +2 -2
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +3 -4
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +43 -27
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +18 -16
- package/src/components/VFileInput/VFileInput.ts +47 -32
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +84 -54
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +242 -146
- package/src/components/VForm/VForm.ts +63 -35
- package/src/components/VForm/__tests__/VForm.spec.ts +100 -80
- package/src/components/VGrid/VCol.ts +2 -2
- package/src/components/VGrid/VContainer.ts +1 -1
- package/src/components/VGrid/__tests__/VCol.spec.ts +17 -17
- package/src/components/VGrid/__tests__/VContainer.spec.ts +58 -3
- package/src/components/VGrid/__tests__/VFlex.spec.ts +3 -3
- package/src/components/VGrid/__tests__/VGrid.spec.ts +12 -10
- package/src/components/VGrid/__tests__/VLayout.spec.ts +3 -3
- package/src/components/VHover/VHover.ts +2 -0
- package/src/components/VIcon/__tests__/VIcon.spec.ts +176 -70
- package/src/components/VImg/VImg.ts +5 -4
- package/src/components/VImg/__tests__/VImg.spec.ts +21 -20
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +71 -66
- package/src/components/VInput/VInput.ts +33 -8
- package/src/components/VInput/__tests__/VInput.spec.ts +170 -234
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +50 -101
- package/src/components/VItemGroup/VItem.ts +29 -23
- package/src/components/VItemGroup/VItemGroup.ts +7 -1
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +22 -37
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +96 -124
- package/src/components/VItemGroup/__tests__/__snapshots__/VItem.spec.ts.snap +2 -0
- package/src/components/VLabel/__tests__/VLabel.spec.ts +240 -14
- package/src/components/VLazy/VLazy.ts +11 -13
- package/src/components/VLazy/__tests__/VLazy.spec.ts +5 -4
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +2 -1
- package/src/components/VList/VList.ts +1 -1
- package/src/components/VList/VListGroup.ts +43 -32
- package/src/components/VList/VListItem.ts +55 -23
- package/src/components/VList/VListItemAction.ts +11 -10
- package/src/components/VList/__tests__/VList.spec.ts +13 -12
- package/src/components/VList/__tests__/VListGroup.spec.ts +59 -51
- package/src/components/VList/__tests__/VListItem.spec.ts +142 -63
- package/src/components/VList/__tests__/VListItemAvatar.spec.ts +5 -2
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +5 -2
- package/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap +10 -10
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +5 -6
- package/src/components/VList/__tests__/__snapshots__/VListItem.spec.ts.snap +1 -1
- package/src/components/VMain/__tests__/VMain.spec.ts +71 -17
- package/src/components/VMenu/VMenu.ts +25 -4
- package/src/components/VMenu/__tests__/VMenu.spec.ts +90 -69
- package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +3 -5
- package/src/components/VMessages/VMessages.ts +15 -4
- package/src/components/VMessages/__tests__/VMessages.spec.ts +55 -16
- package/src/components/VMessages/__tests__/__snapshots__/VMessages.spec.ts.snap +16 -25
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +23 -16
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +84 -71
- package/src/components/VOtpInput/VOtpInput.ts +39 -4
- package/src/components/VOverflowBtn/VOverflowBtn.ts +3 -1
- package/src/components/VOverlay/VOverlay.ts +16 -2
- package/src/components/VOverlay/__tests__/VOverlay.spec.ts +6 -6
- package/src/components/VPagination/VPagination.ts +41 -29
- package/src/components/VPagination/__tests__/VPagination.spec.ts +85 -71
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +184 -429
- package/src/components/VParallax/__tests__/__snapshots__/VParallax.spec.ts.snap +8 -8
- package/src/components/VPicker/VPicker.ts +9 -11
- package/src/components/VPicker/__tests__/VPicker.spec.ts +14 -15
- package/src/components/VPicker/__tests__/__snapshots__/VPicker.spec.ts.snap +2 -2
- package/src/components/VProgressCircular/VProgressCircular.ts +6 -6
- package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +28 -21
- package/src/components/VProgressCircular/__tests__/__snapshots__/VProgressCircular.spec.ts.snap +62 -62
- package/src/components/VProgressLinear/VProgressLinear.ts +64 -30
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +378 -71
- package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +53 -79
- package/src/components/VRadioGroup/VRadio.ts +4 -2
- package/src/components/VRadioGroup/VRadioGroup.ts +20 -7
- package/src/components/VRangeSlider/VRangeSlider.ts +20 -5
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +40 -40
- package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +32 -38
- package/src/components/VRating/VRating.ts +13 -0
- package/src/components/VResponsive/__tests__/__snapshots__/VResponsive.spec.ts.snap +2 -2
- package/src/components/VSelect/VSelect.ts +105 -47
- package/src/components/VSelect/VSelectList.ts +51 -25
- package/src/components/VSelect/__tests__/VSelect.spec.ts +166 -125
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +127 -111
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +109 -91
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +79 -68
- package/src/components/VSelect/__tests__/VSelectList.spec.ts +23 -31
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +58 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +50 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +10 -14
- package/src/components/VSheet/__tests__/VSheet.spec.ts +5 -5
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +22 -15
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +60 -60
- package/src/components/VSlideGroup/VSlideGroup.ts +5 -7
- package/src/components/VSlideGroup/VSlideItem.ts +2 -0
- package/src/components/VSlider/VSlider.ts +58 -32
- package/src/components/VSlider/__tests__/VSlider.spec.ts +188 -286
- package/src/components/VSlider/__tests__/__snapshots__/VSlider.spec.ts.snap +157 -246
- package/src/components/VSnackbar/VSnackbar.ts +1 -1
- package/src/components/VSparkline/VSparkline.ts +54 -92
- package/src/components/VSparkline/__tests__/VSparkline.spec.ts +33 -35
- package/src/components/VSpeedDial/VSpeedDial.ts +12 -15
- package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +21 -13
- package/src/components/VSpeedDial/__tests__/__snapshots__/VSpeedDial.spec.ts.snap +6 -6
- package/src/components/VStepper/VStepper.ts +3 -1
- package/src/components/VStepper/VStepperContent.ts +2 -2
- package/src/components/VStepper/VStepperStep.ts +9 -16
- package/src/components/VStepper/__tests__/VStepper.spec.ts +4 -1
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +104 -110
- package/src/components/VStepper/__tests__/VStepperStep.spec.ts +51 -44
- package/src/components/VSubheader/VSubheader.ts +1 -1
- package/src/components/VSubheader/__tests__/VSubheader.spec.ts +12 -7
- package/src/components/VSubheader/__tests__/__snapshots__/VSubheader.spec.ts.snap +1 -1
- package/src/components/VSwitch/VSwitch.ts +5 -6
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +30 -37
- package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +89 -17
- package/src/components/VTabs/VTab.ts +2 -0
- package/src/components/VTabs/VTabs.ts +33 -13
- package/src/components/VTabs/VTabsBar.ts +7 -5
- package/src/components/VTabs/VTabsItems.ts +2 -0
- package/src/components/VTabs/__tests__/VTab.spec.ts +49 -38
- package/src/components/VTabs/__tests__/VTabs.spec.ts +127 -79
- package/src/components/VTabs/__tests__/VTabsBar.spec.ts +68 -27
- package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +7 -6
- package/src/components/VTabs/__tests__/__snapshots__/VTabs.spec.ts.snap +1 -3
- package/src/components/VTextField/VTextField.ts +14 -16
- package/src/components/VTextField/__tests__/VTextField.spec.ts +342 -246
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +112 -35
- package/src/components/VTimePicker/VTimePicker.ts +199 -89
- package/src/components/VTimePicker/VTimePickerClock.ts +40 -45
- package/src/components/VTimePicker/VTimePickerTitle.ts +5 -4
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +153 -140
- package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +78 -81
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +47 -41
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +120 -40
- package/src/components/VTimeline/__tests__/VTimelineItem.spec.ts +25 -35
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +4 -5
- package/src/components/VToolbar/VToolbar.ts +5 -6
- package/src/components/VToolbar/__tests__/VToolbar.spec.ts +49 -25
- package/src/components/VTooltip/VTooltip.ts +24 -24
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +60 -75
- package/src/components/VTooltip/__tests__/__snapshots__/VTooltip.spec.ts.snap +34 -18
- package/src/components/VTreeview/VTreeview.ts +20 -17
- package/src/components/VTreeview/VTreeviewNode.ts +4 -6
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +168 -174
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +77 -66
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +141 -141
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +26 -51
- package/src/components/VVirtualScroll/VVirtualScroll.ts +14 -15
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +24 -20
- package/src/components/VWindow/VWindow.ts +9 -6
- package/src/components/VWindow/VWindowItem.ts +5 -4
- package/src/components/VWindow/__tests__/VWindow.spec.ts +304 -185
- package/src/components/VWindow/__tests__/VWindowItem.spec.ts +283 -126
- package/src/components/VWindow/__tests__/__snapshots__/VWindow.spec.ts.snap +59 -0
- package/src/components/VWindow/__tests__/__snapshots__/VWindowItem.spec.ts.snap +36 -0
- package/src/components/transitions/createTransition.ts +2 -2
- package/src/components/transitions/expand-transition.ts +2 -0
- package/src/directives/intersect/index.ts +81 -42
- package/src/directives/mutate/index.ts +58 -49
- package/src/directives/resize/index.ts +33 -14
- package/src/directives/scroll/index.ts +36 -20
- package/src/directives/touch/index.ts +37 -27
- package/src/install.ts +10 -32
- package/src/mixins/activatable/index.ts +10 -5
- package/src/mixins/applicationable/__tests__/applicationable.spec.ts +31 -27
- package/src/mixins/applicationable/index.ts +4 -4
- package/src/mixins/binds-attrs/index.ts +1 -1
- package/src/mixins/bootable/__tests__/bootable.spec.ts +17 -11
- package/src/mixins/bootable/index.ts +4 -3
- package/src/mixins/colorable/__tests__/colorable.spec.ts +9 -6
- package/src/mixins/detachable/index.ts +16 -9
- package/src/mixins/elevatable/__tests__/elevatable.spec.ts +14 -13
- package/src/mixins/groupable/index.ts +1 -1
- package/src/mixins/intersectable/__tests__/intersectable.spec.ts +35 -29
- package/src/mixins/intersectable/index.ts +2 -2
- package/src/mixins/menuable/__tests__/menuable.spec.ts +76 -33
- package/src/mixins/menuable/index.ts +1 -1
- package/src/mixins/mobile/__tests__/mobile.spec.ts +9 -6
- package/src/mixins/mouse/__tests__/mouse.spec.ts +54 -40
- package/src/mixins/mouse/index.ts +10 -6
- package/src/mixins/overlayable/__tests__/overlayable.spec.ts +32 -24
- package/src/mixins/overlayable/index.ts +5 -4
- package/src/mixins/picker/index.ts +4 -4
- package/src/mixins/proxyable/__tests__/proxyable.spec.ts +18 -17
- package/src/mixins/registrable/__tests__/registrable.spec.ts +31 -0
- package/src/mixins/rippleable/__tests__/rippleable.spec.ts +10 -9
- package/src/mixins/roundable/__tests__/roundable.spec.ts +7 -5
- package/src/mixins/routable/__tests__/routable.spec.ts +60 -52
- package/src/mixins/routable/index.ts +6 -4
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +56 -27
- package/src/mixins/selectable/__tests__/selectable.spec.ts +22 -9
- package/src/mixins/selectable/index.ts +7 -7
- package/src/mixins/translatable/index.ts +1 -1
- package/src/mixins/validatable/__tests__/validatable.spec.ts +194 -158
- package/src/mixins/validatable/index.ts +29 -21
- package/src/services/breakpoint/index.ts +5 -0
- package/src/util/__tests__/console.spec.ts +124 -11
- package/src/util/__tests__/helpers.spec.ts +121 -32
- package/src/util/console.ts +43 -24
- package/src/util/helpers.ts +49 -4
- package/src/util/legacyEventsMixin.ts +34 -0
package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerDateTable.spec.ts.snap
CHANGED
|
@@ -41,8 +41,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
41
41
|
<td>
|
|
42
42
|
</td>
|
|
43
43
|
<td>
|
|
44
|
-
<button
|
|
45
|
-
|
|
44
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
45
|
+
type="button"
|
|
46
46
|
>
|
|
47
47
|
<div class="v-btn__content">
|
|
48
48
|
1
|
|
@@ -50,8 +50,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
50
50
|
</button>
|
|
51
51
|
</td>
|
|
52
52
|
<td>
|
|
53
|
-
<button
|
|
54
|
-
|
|
53
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
54
|
+
type="button"
|
|
55
55
|
>
|
|
56
56
|
<div class="v-btn__content">
|
|
57
57
|
2
|
|
@@ -61,8 +61,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
61
61
|
</tr>
|
|
62
62
|
<tr>
|
|
63
63
|
<td>
|
|
64
|
-
<button
|
|
65
|
-
|
|
64
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
65
|
+
type="button"
|
|
66
66
|
>
|
|
67
67
|
<div class="v-btn__content">
|
|
68
68
|
3
|
|
@@ -70,8 +70,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
70
70
|
</button>
|
|
71
71
|
</td>
|
|
72
72
|
<td>
|
|
73
|
-
<button
|
|
74
|
-
|
|
73
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
74
|
+
type="button"
|
|
75
75
|
>
|
|
76
76
|
<div class="v-btn__content">
|
|
77
77
|
4
|
|
@@ -79,8 +79,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
79
79
|
</button>
|
|
80
80
|
</td>
|
|
81
81
|
<td>
|
|
82
|
-
<button
|
|
83
|
-
|
|
82
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
83
|
+
type="button"
|
|
84
84
|
>
|
|
85
85
|
<div class="v-btn__content">
|
|
86
86
|
5
|
|
@@ -88,8 +88,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
88
88
|
</button>
|
|
89
89
|
</td>
|
|
90
90
|
<td>
|
|
91
|
-
<button
|
|
92
|
-
|
|
91
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
92
|
+
type="button"
|
|
93
93
|
>
|
|
94
94
|
<div class="v-btn__content">
|
|
95
95
|
6
|
|
@@ -97,8 +97,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
97
97
|
</button>
|
|
98
98
|
</td>
|
|
99
99
|
<td>
|
|
100
|
-
<button
|
|
101
|
-
|
|
100
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
101
|
+
type="button"
|
|
102
102
|
>
|
|
103
103
|
<div class="v-btn__content">
|
|
104
104
|
7
|
|
@@ -106,8 +106,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
106
106
|
</button>
|
|
107
107
|
</td>
|
|
108
108
|
<td>
|
|
109
|
-
<button
|
|
110
|
-
|
|
109
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
110
|
+
type="button"
|
|
111
111
|
>
|
|
112
112
|
<div class="v-btn__content">
|
|
113
113
|
8
|
|
@@ -115,8 +115,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
115
115
|
</button>
|
|
116
116
|
</td>
|
|
117
117
|
<td>
|
|
118
|
-
<button
|
|
119
|
-
|
|
118
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
119
|
+
type="button"
|
|
120
120
|
>
|
|
121
121
|
<div class="v-btn__content">
|
|
122
122
|
9
|
|
@@ -126,8 +126,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
126
126
|
</tr>
|
|
127
127
|
<tr>
|
|
128
128
|
<td>
|
|
129
|
-
<button
|
|
130
|
-
|
|
129
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
130
|
+
type="button"
|
|
131
131
|
>
|
|
132
132
|
<div class="v-btn__content">
|
|
133
133
|
10
|
|
@@ -135,8 +135,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
135
135
|
</button>
|
|
136
136
|
</td>
|
|
137
137
|
<td>
|
|
138
|
-
<button
|
|
139
|
-
|
|
138
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
139
|
+
type="button"
|
|
140
140
|
>
|
|
141
141
|
<div class="v-btn__content">
|
|
142
142
|
11
|
|
@@ -144,8 +144,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
144
144
|
</button>
|
|
145
145
|
</td>
|
|
146
146
|
<td>
|
|
147
|
-
<button
|
|
148
|
-
|
|
147
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
148
|
+
type="button"
|
|
149
149
|
>
|
|
150
150
|
<div class="v-btn__content">
|
|
151
151
|
12
|
|
@@ -153,8 +153,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
153
153
|
</button>
|
|
154
154
|
</td>
|
|
155
155
|
<td>
|
|
156
|
-
<button
|
|
157
|
-
|
|
156
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
157
|
+
type="button"
|
|
158
158
|
>
|
|
159
159
|
<div class="v-btn__content">
|
|
160
160
|
13
|
|
@@ -162,8 +162,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
162
162
|
</button>
|
|
163
163
|
</td>
|
|
164
164
|
<td>
|
|
165
|
-
<button
|
|
166
|
-
|
|
165
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
166
|
+
type="button"
|
|
167
167
|
>
|
|
168
168
|
<div class="v-btn__content">
|
|
169
169
|
14
|
|
@@ -171,8 +171,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
171
171
|
</button>
|
|
172
172
|
</td>
|
|
173
173
|
<td>
|
|
174
|
-
<button
|
|
175
|
-
|
|
174
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
175
|
+
type="button"
|
|
176
176
|
>
|
|
177
177
|
<div class="v-btn__content">
|
|
178
178
|
15
|
|
@@ -180,8 +180,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
180
180
|
</button>
|
|
181
181
|
</td>
|
|
182
182
|
<td>
|
|
183
|
-
<button
|
|
184
|
-
|
|
183
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
184
|
+
type="button"
|
|
185
185
|
>
|
|
186
186
|
<div class="v-btn__content">
|
|
187
187
|
16
|
|
@@ -191,8 +191,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
191
191
|
</tr>
|
|
192
192
|
<tr>
|
|
193
193
|
<td>
|
|
194
|
-
<button
|
|
195
|
-
|
|
194
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
195
|
+
type="button"
|
|
196
196
|
>
|
|
197
197
|
<div class="v-btn__content">
|
|
198
198
|
17
|
|
@@ -200,8 +200,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
200
200
|
</button>
|
|
201
201
|
</td>
|
|
202
202
|
<td>
|
|
203
|
-
<button
|
|
204
|
-
|
|
203
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
204
|
+
type="button"
|
|
205
205
|
>
|
|
206
206
|
<div class="v-btn__content">
|
|
207
207
|
18
|
|
@@ -209,8 +209,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
209
209
|
</button>
|
|
210
210
|
</td>
|
|
211
211
|
<td>
|
|
212
|
-
<button
|
|
213
|
-
|
|
212
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
213
|
+
type="button"
|
|
214
214
|
>
|
|
215
215
|
<div class="v-btn__content">
|
|
216
216
|
19
|
|
@@ -218,8 +218,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
218
218
|
</button>
|
|
219
219
|
</td>
|
|
220
220
|
<td>
|
|
221
|
-
<button
|
|
222
|
-
|
|
221
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
222
|
+
type="button"
|
|
223
223
|
>
|
|
224
224
|
<div class="v-btn__content">
|
|
225
225
|
20
|
|
@@ -227,8 +227,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
227
227
|
</button>
|
|
228
228
|
</td>
|
|
229
229
|
<td>
|
|
230
|
-
<button
|
|
231
|
-
|
|
230
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
231
|
+
type="button"
|
|
232
232
|
>
|
|
233
233
|
<div class="v-btn__content">
|
|
234
234
|
21
|
|
@@ -236,8 +236,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
236
236
|
</button>
|
|
237
237
|
</td>
|
|
238
238
|
<td>
|
|
239
|
-
<button
|
|
240
|
-
|
|
239
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
240
|
+
type="button"
|
|
241
241
|
>
|
|
242
242
|
<div class="v-btn__content">
|
|
243
243
|
22
|
|
@@ -245,8 +245,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
245
245
|
</button>
|
|
246
246
|
</td>
|
|
247
247
|
<td>
|
|
248
|
-
<button
|
|
249
|
-
|
|
248
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
249
|
+
type="button"
|
|
250
250
|
>
|
|
251
251
|
<div class="v-btn__content">
|
|
252
252
|
23
|
|
@@ -256,8 +256,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
256
256
|
</tr>
|
|
257
257
|
<tr>
|
|
258
258
|
<td>
|
|
259
|
-
<button
|
|
260
|
-
|
|
259
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
260
|
+
type="button"
|
|
261
261
|
>
|
|
262
262
|
<div class="v-btn__content">
|
|
263
263
|
24
|
|
@@ -265,8 +265,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
265
265
|
</button>
|
|
266
266
|
</td>
|
|
267
267
|
<td>
|
|
268
|
-
<button
|
|
269
|
-
|
|
268
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
269
|
+
type="button"
|
|
270
270
|
>
|
|
271
271
|
<div class="v-btn__content">
|
|
272
272
|
25
|
|
@@ -274,8 +274,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
274
274
|
</button>
|
|
275
275
|
</td>
|
|
276
276
|
<td>
|
|
277
|
-
<button
|
|
278
|
-
|
|
277
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
278
|
+
type="button"
|
|
279
279
|
>
|
|
280
280
|
<div class="v-btn__content">
|
|
281
281
|
26
|
|
@@ -283,8 +283,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
283
283
|
</button>
|
|
284
284
|
</td>
|
|
285
285
|
<td>
|
|
286
|
-
<button
|
|
287
|
-
|
|
286
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
287
|
+
type="button"
|
|
288
288
|
>
|
|
289
289
|
<div class="v-btn__content">
|
|
290
290
|
27
|
|
@@ -292,8 +292,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
292
292
|
</button>
|
|
293
293
|
</td>
|
|
294
294
|
<td>
|
|
295
|
-
<button
|
|
296
|
-
|
|
295
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
296
|
+
type="button"
|
|
297
297
|
>
|
|
298
298
|
<div class="v-btn__content">
|
|
299
299
|
28
|
|
@@ -301,8 +301,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
301
301
|
</button>
|
|
302
302
|
</td>
|
|
303
303
|
<td>
|
|
304
|
-
<button
|
|
305
|
-
|
|
304
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
305
|
+
type="button"
|
|
306
306
|
>
|
|
307
307
|
<div class="v-btn__content">
|
|
308
308
|
29
|
|
@@ -310,8 +310,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
310
310
|
</button>
|
|
311
311
|
</td>
|
|
312
312
|
<td>
|
|
313
|
-
<button
|
|
314
|
-
|
|
313
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
314
|
+
type="button"
|
|
315
315
|
>
|
|
316
316
|
<div class="v-btn__content">
|
|
317
317
|
30
|
|
@@ -321,8 +321,8 @@ exports[`VDatePickerDateTable.ts should match snapshot with first day of week 1`
|
|
|
321
321
|
</tr>
|
|
322
322
|
<tr>
|
|
323
323
|
<td>
|
|
324
|
-
<button
|
|
325
|
-
|
|
324
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
325
|
+
type="button"
|
|
326
326
|
>
|
|
327
327
|
<div class="v-btn__content">
|
|
328
328
|
31
|
|
@@ -378,8 +378,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
378
378
|
<tbody>
|
|
379
379
|
<tr>
|
|
380
380
|
<td>
|
|
381
|
-
<button
|
|
382
|
-
|
|
381
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
382
|
+
type="button"
|
|
383
383
|
>
|
|
384
384
|
<div class="v-btn__content">
|
|
385
385
|
1
|
|
@@ -387,8 +387,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
387
387
|
</button>
|
|
388
388
|
</td>
|
|
389
389
|
<td>
|
|
390
|
-
<button
|
|
391
|
-
|
|
390
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
391
|
+
type="button"
|
|
392
392
|
>
|
|
393
393
|
<div class="v-btn__content">
|
|
394
394
|
2
|
|
@@ -396,8 +396,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
396
396
|
</button>
|
|
397
397
|
</td>
|
|
398
398
|
<td>
|
|
399
|
-
<button
|
|
400
|
-
|
|
399
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
400
|
+
type="button"
|
|
401
401
|
>
|
|
402
402
|
<div class="v-btn__content">
|
|
403
403
|
3
|
|
@@ -405,8 +405,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
405
405
|
</button>
|
|
406
406
|
</td>
|
|
407
407
|
<td>
|
|
408
|
-
<button
|
|
409
|
-
|
|
408
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
409
|
+
type="button"
|
|
410
410
|
>
|
|
411
411
|
<div class="v-btn__content">
|
|
412
412
|
4
|
|
@@ -414,8 +414,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
414
414
|
</button>
|
|
415
415
|
</td>
|
|
416
416
|
<td>
|
|
417
|
-
<button
|
|
418
|
-
|
|
417
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
418
|
+
type="button"
|
|
419
419
|
>
|
|
420
420
|
<div class="v-btn__content">
|
|
421
421
|
5
|
|
@@ -423,8 +423,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
423
423
|
</button>
|
|
424
424
|
</td>
|
|
425
425
|
<td>
|
|
426
|
-
<button
|
|
427
|
-
|
|
426
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
427
|
+
type="button"
|
|
428
428
|
>
|
|
429
429
|
<div class="v-btn__content">
|
|
430
430
|
6
|
|
@@ -432,8 +432,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
432
432
|
</button>
|
|
433
433
|
</td>
|
|
434
434
|
<td>
|
|
435
|
-
<button
|
|
436
|
-
|
|
435
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
436
|
+
type="button"
|
|
437
437
|
>
|
|
438
438
|
<div class="v-btn__content">
|
|
439
439
|
7
|
|
@@ -443,8 +443,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
443
443
|
</tr>
|
|
444
444
|
<tr>
|
|
445
445
|
<td>
|
|
446
|
-
<button
|
|
447
|
-
|
|
446
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
447
|
+
type="button"
|
|
448
448
|
>
|
|
449
449
|
<div class="v-btn__content">
|
|
450
450
|
8
|
|
@@ -452,8 +452,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
452
452
|
</button>
|
|
453
453
|
</td>
|
|
454
454
|
<td>
|
|
455
|
-
<button
|
|
456
|
-
|
|
455
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
456
|
+
type="button"
|
|
457
457
|
>
|
|
458
458
|
<div class="v-btn__content">
|
|
459
459
|
9
|
|
@@ -461,8 +461,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
461
461
|
</button>
|
|
462
462
|
</td>
|
|
463
463
|
<td>
|
|
464
|
-
<button
|
|
465
|
-
|
|
464
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
465
|
+
type="button"
|
|
466
466
|
>
|
|
467
467
|
<div class="v-btn__content">
|
|
468
468
|
10
|
|
@@ -470,8 +470,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
470
470
|
</button>
|
|
471
471
|
</td>
|
|
472
472
|
<td>
|
|
473
|
-
<button
|
|
474
|
-
|
|
473
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
474
|
+
type="button"
|
|
475
475
|
>
|
|
476
476
|
<div class="v-btn__content">
|
|
477
477
|
11
|
|
@@ -479,8 +479,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
479
479
|
</button>
|
|
480
480
|
</td>
|
|
481
481
|
<td>
|
|
482
|
-
<button
|
|
483
|
-
|
|
482
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
483
|
+
type="button"
|
|
484
484
|
>
|
|
485
485
|
<div class="v-btn__content">
|
|
486
486
|
12
|
|
@@ -488,8 +488,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
488
488
|
</button>
|
|
489
489
|
</td>
|
|
490
490
|
<td>
|
|
491
|
-
<button
|
|
492
|
-
|
|
491
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
492
|
+
type="button"
|
|
493
493
|
>
|
|
494
494
|
<div class="v-btn__content">
|
|
495
495
|
13
|
|
@@ -497,8 +497,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
497
497
|
</button>
|
|
498
498
|
</td>
|
|
499
499
|
<td>
|
|
500
|
-
<button
|
|
501
|
-
|
|
500
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
501
|
+
type="button"
|
|
502
502
|
>
|
|
503
503
|
<div class="v-btn__content">
|
|
504
504
|
14
|
|
@@ -508,8 +508,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
508
508
|
</tr>
|
|
509
509
|
<tr>
|
|
510
510
|
<td>
|
|
511
|
-
<button
|
|
512
|
-
|
|
511
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
512
|
+
type="button"
|
|
513
513
|
>
|
|
514
514
|
<div class="v-btn__content">
|
|
515
515
|
15
|
|
@@ -517,8 +517,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
517
517
|
</button>
|
|
518
518
|
</td>
|
|
519
519
|
<td>
|
|
520
|
-
<button
|
|
521
|
-
|
|
520
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
521
|
+
type="button"
|
|
522
522
|
>
|
|
523
523
|
<div class="v-btn__content">
|
|
524
524
|
16
|
|
@@ -526,8 +526,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
526
526
|
</button>
|
|
527
527
|
</td>
|
|
528
528
|
<td>
|
|
529
|
-
<button
|
|
530
|
-
|
|
529
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
530
|
+
type="button"
|
|
531
531
|
>
|
|
532
532
|
<div class="v-btn__content">
|
|
533
533
|
17
|
|
@@ -535,8 +535,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
535
535
|
</button>
|
|
536
536
|
</td>
|
|
537
537
|
<td>
|
|
538
|
-
<button
|
|
539
|
-
|
|
538
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
539
|
+
type="button"
|
|
540
540
|
>
|
|
541
541
|
<div class="v-btn__content">
|
|
542
542
|
18
|
|
@@ -544,8 +544,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
544
544
|
</button>
|
|
545
545
|
</td>
|
|
546
546
|
<td>
|
|
547
|
-
<button
|
|
548
|
-
|
|
547
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
548
|
+
type="button"
|
|
549
549
|
>
|
|
550
550
|
<div class="v-btn__content">
|
|
551
551
|
19
|
|
@@ -553,8 +553,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
553
553
|
</button>
|
|
554
554
|
</td>
|
|
555
555
|
<td>
|
|
556
|
-
<button
|
|
557
|
-
|
|
556
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
557
|
+
type="button"
|
|
558
558
|
>
|
|
559
559
|
<div class="v-btn__content">
|
|
560
560
|
20
|
|
@@ -562,8 +562,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
562
562
|
</button>
|
|
563
563
|
</td>
|
|
564
564
|
<td>
|
|
565
|
-
<button
|
|
566
|
-
|
|
565
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
566
|
+
type="button"
|
|
567
567
|
>
|
|
568
568
|
<div class="v-btn__content">
|
|
569
569
|
21
|
|
@@ -573,8 +573,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
573
573
|
</tr>
|
|
574
574
|
<tr>
|
|
575
575
|
<td>
|
|
576
|
-
<button
|
|
577
|
-
|
|
576
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
577
|
+
type="button"
|
|
578
578
|
>
|
|
579
579
|
<div class="v-btn__content">
|
|
580
580
|
22
|
|
@@ -582,8 +582,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
582
582
|
</button>
|
|
583
583
|
</td>
|
|
584
584
|
<td>
|
|
585
|
-
<button
|
|
586
|
-
|
|
585
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
586
|
+
type="button"
|
|
587
587
|
>
|
|
588
588
|
<div class="v-btn__content">
|
|
589
589
|
23
|
|
@@ -591,8 +591,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
591
591
|
</button>
|
|
592
592
|
</td>
|
|
593
593
|
<td>
|
|
594
|
-
<button
|
|
595
|
-
|
|
594
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
595
|
+
type="button"
|
|
596
596
|
>
|
|
597
597
|
<div class="v-btn__content">
|
|
598
598
|
24
|
|
@@ -600,8 +600,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
600
600
|
</button>
|
|
601
601
|
</td>
|
|
602
602
|
<td>
|
|
603
|
-
<button
|
|
604
|
-
|
|
603
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
604
|
+
type="button"
|
|
605
605
|
>
|
|
606
606
|
<div class="v-btn__content">
|
|
607
607
|
25
|
|
@@ -609,8 +609,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
609
609
|
</button>
|
|
610
610
|
</td>
|
|
611
611
|
<td>
|
|
612
|
-
<button
|
|
613
|
-
|
|
612
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
613
|
+
type="button"
|
|
614
614
|
>
|
|
615
615
|
<div class="v-btn__content">
|
|
616
616
|
26
|
|
@@ -618,8 +618,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
618
618
|
</button>
|
|
619
619
|
</td>
|
|
620
620
|
<td>
|
|
621
|
-
<button
|
|
622
|
-
|
|
621
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
622
|
+
type="button"
|
|
623
623
|
>
|
|
624
624
|
<div class="v-btn__content">
|
|
625
625
|
27
|
|
@@ -627,8 +627,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
627
627
|
</button>
|
|
628
628
|
</td>
|
|
629
629
|
<td>
|
|
630
|
-
<button
|
|
631
|
-
|
|
630
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
631
|
+
type="button"
|
|
632
632
|
>
|
|
633
633
|
<div class="v-btn__content">
|
|
634
634
|
28
|
|
@@ -638,8 +638,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
638
638
|
</tr>
|
|
639
639
|
<tr>
|
|
640
640
|
<td>
|
|
641
|
-
<button
|
|
642
|
-
|
|
641
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
642
|
+
type="button"
|
|
643
643
|
>
|
|
644
644
|
<div class="v-btn__content">
|
|
645
645
|
29
|
|
@@ -647,8 +647,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
647
647
|
</button>
|
|
648
648
|
</td>
|
|
649
649
|
<td>
|
|
650
|
-
<button
|
|
651
|
-
|
|
650
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
651
|
+
type="button"
|
|
652
652
|
>
|
|
653
653
|
<div class="v-btn__content">
|
|
654
654
|
30
|
|
@@ -656,8 +656,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
656
656
|
</button>
|
|
657
657
|
</td>
|
|
658
658
|
<td>
|
|
659
|
-
<button
|
|
660
|
-
|
|
659
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
660
|
+
type="button"
|
|
661
661
|
>
|
|
662
662
|
<div class="v-btn__content">
|
|
663
663
|
31
|
|
@@ -680,7 +680,7 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot 1`]
|
|
|
680
680
|
|
|
681
681
|
exports[`VDatePickerDateTable.ts should render component and match snapshot for multiple selection 1`] = `
|
|
682
682
|
<div class="v-date-picker-table v-date-picker-table--date theme--light"
|
|
683
|
-
multiple="
|
|
683
|
+
multiple="true"
|
|
684
684
|
selecteddates="2005-11-03,2005-11-05,2005-11-08"
|
|
685
685
|
>
|
|
686
686
|
<table>
|
|
@@ -712,8 +712,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
712
712
|
<tbody>
|
|
713
713
|
<tr>
|
|
714
714
|
<td>
|
|
715
|
-
<button
|
|
716
|
-
|
|
715
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
716
|
+
type="button"
|
|
717
717
|
>
|
|
718
718
|
<div class="v-btn__content">
|
|
719
719
|
1
|
|
@@ -721,8 +721,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
721
721
|
</button>
|
|
722
722
|
</td>
|
|
723
723
|
<td>
|
|
724
|
-
<button
|
|
725
|
-
|
|
724
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
725
|
+
type="button"
|
|
726
726
|
>
|
|
727
727
|
<div class="v-btn__content">
|
|
728
728
|
2
|
|
@@ -730,8 +730,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
730
730
|
</button>
|
|
731
731
|
</td>
|
|
732
732
|
<td>
|
|
733
|
-
<button
|
|
734
|
-
|
|
733
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
734
|
+
type="button"
|
|
735
735
|
>
|
|
736
736
|
<div class="v-btn__content">
|
|
737
737
|
3
|
|
@@ -739,8 +739,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
739
739
|
</button>
|
|
740
740
|
</td>
|
|
741
741
|
<td>
|
|
742
|
-
<button
|
|
743
|
-
|
|
742
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
743
|
+
type="button"
|
|
744
744
|
>
|
|
745
745
|
<div class="v-btn__content">
|
|
746
746
|
4
|
|
@@ -748,8 +748,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
748
748
|
</button>
|
|
749
749
|
</td>
|
|
750
750
|
<td>
|
|
751
|
-
<button
|
|
752
|
-
|
|
751
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
752
|
+
type="button"
|
|
753
753
|
>
|
|
754
754
|
<div class="v-btn__content">
|
|
755
755
|
5
|
|
@@ -757,8 +757,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
757
757
|
</button>
|
|
758
758
|
</td>
|
|
759
759
|
<td>
|
|
760
|
-
<button
|
|
761
|
-
|
|
760
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
761
|
+
type="button"
|
|
762
762
|
>
|
|
763
763
|
<div class="v-btn__content">
|
|
764
764
|
6
|
|
@@ -766,8 +766,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
766
766
|
</button>
|
|
767
767
|
</td>
|
|
768
768
|
<td>
|
|
769
|
-
<button
|
|
770
|
-
|
|
769
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
770
|
+
type="button"
|
|
771
771
|
>
|
|
772
772
|
<div class="v-btn__content">
|
|
773
773
|
7
|
|
@@ -777,8 +777,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
777
777
|
</tr>
|
|
778
778
|
<tr>
|
|
779
779
|
<td>
|
|
780
|
-
<button
|
|
781
|
-
|
|
780
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
781
|
+
type="button"
|
|
782
782
|
>
|
|
783
783
|
<div class="v-btn__content">
|
|
784
784
|
8
|
|
@@ -786,8 +786,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
786
786
|
</button>
|
|
787
787
|
</td>
|
|
788
788
|
<td>
|
|
789
|
-
<button
|
|
790
|
-
|
|
789
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
790
|
+
type="button"
|
|
791
791
|
>
|
|
792
792
|
<div class="v-btn__content">
|
|
793
793
|
9
|
|
@@ -795,8 +795,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
795
795
|
</button>
|
|
796
796
|
</td>
|
|
797
797
|
<td>
|
|
798
|
-
<button
|
|
799
|
-
|
|
798
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
799
|
+
type="button"
|
|
800
800
|
>
|
|
801
801
|
<div class="v-btn__content">
|
|
802
802
|
10
|
|
@@ -804,8 +804,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
804
804
|
</button>
|
|
805
805
|
</td>
|
|
806
806
|
<td>
|
|
807
|
-
<button
|
|
808
|
-
|
|
807
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
808
|
+
type="button"
|
|
809
809
|
>
|
|
810
810
|
<div class="v-btn__content">
|
|
811
811
|
11
|
|
@@ -813,8 +813,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
813
813
|
</button>
|
|
814
814
|
</td>
|
|
815
815
|
<td>
|
|
816
|
-
<button
|
|
817
|
-
|
|
816
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
817
|
+
type="button"
|
|
818
818
|
>
|
|
819
819
|
<div class="v-btn__content">
|
|
820
820
|
12
|
|
@@ -822,8 +822,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
822
822
|
</button>
|
|
823
823
|
</td>
|
|
824
824
|
<td>
|
|
825
|
-
<button
|
|
826
|
-
|
|
825
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
826
|
+
type="button"
|
|
827
827
|
>
|
|
828
828
|
<div class="v-btn__content">
|
|
829
829
|
13
|
|
@@ -831,8 +831,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
831
831
|
</button>
|
|
832
832
|
</td>
|
|
833
833
|
<td>
|
|
834
|
-
<button
|
|
835
|
-
|
|
834
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
835
|
+
type="button"
|
|
836
836
|
>
|
|
837
837
|
<div class="v-btn__content">
|
|
838
838
|
14
|
|
@@ -842,8 +842,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
842
842
|
</tr>
|
|
843
843
|
<tr>
|
|
844
844
|
<td>
|
|
845
|
-
<button
|
|
846
|
-
|
|
845
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
846
|
+
type="button"
|
|
847
847
|
>
|
|
848
848
|
<div class="v-btn__content">
|
|
849
849
|
15
|
|
@@ -851,8 +851,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
851
851
|
</button>
|
|
852
852
|
</td>
|
|
853
853
|
<td>
|
|
854
|
-
<button
|
|
855
|
-
|
|
854
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
855
|
+
type="button"
|
|
856
856
|
>
|
|
857
857
|
<div class="v-btn__content">
|
|
858
858
|
16
|
|
@@ -860,8 +860,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
860
860
|
</button>
|
|
861
861
|
</td>
|
|
862
862
|
<td>
|
|
863
|
-
<button
|
|
864
|
-
|
|
863
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
864
|
+
type="button"
|
|
865
865
|
>
|
|
866
866
|
<div class="v-btn__content">
|
|
867
867
|
17
|
|
@@ -869,8 +869,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
869
869
|
</button>
|
|
870
870
|
</td>
|
|
871
871
|
<td>
|
|
872
|
-
<button
|
|
873
|
-
|
|
872
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
873
|
+
type="button"
|
|
874
874
|
>
|
|
875
875
|
<div class="v-btn__content">
|
|
876
876
|
18
|
|
@@ -878,8 +878,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
878
878
|
</button>
|
|
879
879
|
</td>
|
|
880
880
|
<td>
|
|
881
|
-
<button
|
|
882
|
-
|
|
881
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
882
|
+
type="button"
|
|
883
883
|
>
|
|
884
884
|
<div class="v-btn__content">
|
|
885
885
|
19
|
|
@@ -887,8 +887,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
887
887
|
</button>
|
|
888
888
|
</td>
|
|
889
889
|
<td>
|
|
890
|
-
<button
|
|
891
|
-
|
|
890
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
891
|
+
type="button"
|
|
892
892
|
>
|
|
893
893
|
<div class="v-btn__content">
|
|
894
894
|
20
|
|
@@ -896,8 +896,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
896
896
|
</button>
|
|
897
897
|
</td>
|
|
898
898
|
<td>
|
|
899
|
-
<button
|
|
900
|
-
|
|
899
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
900
|
+
type="button"
|
|
901
901
|
>
|
|
902
902
|
<div class="v-btn__content">
|
|
903
903
|
21
|
|
@@ -907,8 +907,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
907
907
|
</tr>
|
|
908
908
|
<tr>
|
|
909
909
|
<td>
|
|
910
|
-
<button
|
|
911
|
-
|
|
910
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
911
|
+
type="button"
|
|
912
912
|
>
|
|
913
913
|
<div class="v-btn__content">
|
|
914
914
|
22
|
|
@@ -916,8 +916,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
916
916
|
</button>
|
|
917
917
|
</td>
|
|
918
918
|
<td>
|
|
919
|
-
<button
|
|
920
|
-
|
|
919
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
920
|
+
type="button"
|
|
921
921
|
>
|
|
922
922
|
<div class="v-btn__content">
|
|
923
923
|
23
|
|
@@ -925,8 +925,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
925
925
|
</button>
|
|
926
926
|
</td>
|
|
927
927
|
<td>
|
|
928
|
-
<button
|
|
929
|
-
|
|
928
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
929
|
+
type="button"
|
|
930
930
|
>
|
|
931
931
|
<div class="v-btn__content">
|
|
932
932
|
24
|
|
@@ -934,8 +934,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
934
934
|
</button>
|
|
935
935
|
</td>
|
|
936
936
|
<td>
|
|
937
|
-
<button
|
|
938
|
-
|
|
937
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
938
|
+
type="button"
|
|
939
939
|
>
|
|
940
940
|
<div class="v-btn__content">
|
|
941
941
|
25
|
|
@@ -943,8 +943,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
943
943
|
</button>
|
|
944
944
|
</td>
|
|
945
945
|
<td>
|
|
946
|
-
<button
|
|
947
|
-
|
|
946
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
947
|
+
type="button"
|
|
948
948
|
>
|
|
949
949
|
<div class="v-btn__content">
|
|
950
950
|
26
|
|
@@ -952,8 +952,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
952
952
|
</button>
|
|
953
953
|
</td>
|
|
954
954
|
<td>
|
|
955
|
-
<button
|
|
956
|
-
|
|
955
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
956
|
+
type="button"
|
|
957
957
|
>
|
|
958
958
|
<div class="v-btn__content">
|
|
959
959
|
27
|
|
@@ -961,8 +961,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
961
961
|
</button>
|
|
962
962
|
</td>
|
|
963
963
|
<td>
|
|
964
|
-
<button
|
|
965
|
-
|
|
964
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
965
|
+
type="button"
|
|
966
966
|
>
|
|
967
967
|
<div class="v-btn__content">
|
|
968
968
|
28
|
|
@@ -972,8 +972,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
972
972
|
</tr>
|
|
973
973
|
<tr>
|
|
974
974
|
<td>
|
|
975
|
-
<button
|
|
976
|
-
|
|
975
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
976
|
+
type="button"
|
|
977
977
|
>
|
|
978
978
|
<div class="v-btn__content">
|
|
979
979
|
29
|
|
@@ -981,8 +981,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
981
981
|
</button>
|
|
982
982
|
</td>
|
|
983
983
|
<td>
|
|
984
|
-
<button
|
|
985
|
-
|
|
984
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
985
|
+
type="button"
|
|
986
986
|
>
|
|
987
987
|
<div class="v-btn__content">
|
|
988
988
|
30
|
|
@@ -990,8 +990,8 @@ exports[`VDatePickerDateTable.ts should render component and match snapshot for
|
|
|
990
990
|
</button>
|
|
991
991
|
</td>
|
|
992
992
|
<td>
|
|
993
|
-
<button
|
|
994
|
-
|
|
993
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
994
|
+
type="button"
|
|
995
995
|
>
|
|
996
996
|
<div class="v-btn__content">
|
|
997
997
|
31
|
|
@@ -1043,8 +1043,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1043
1043
|
<tbody>
|
|
1044
1044
|
<tr>
|
|
1045
1045
|
<td>
|
|
1046
|
-
<button
|
|
1047
|
-
|
|
1046
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1047
|
+
type="button"
|
|
1048
1048
|
>
|
|
1049
1049
|
<div class="v-btn__content">
|
|
1050
1050
|
1
|
|
@@ -1052,8 +1052,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1052
1052
|
</button>
|
|
1053
1053
|
</td>
|
|
1054
1054
|
<td>
|
|
1055
|
-
<button
|
|
1056
|
-
|
|
1055
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1056
|
+
type="button"
|
|
1057
1057
|
>
|
|
1058
1058
|
<div class="v-btn__content">
|
|
1059
1059
|
2
|
|
@@ -1061,8 +1061,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1061
1061
|
</button>
|
|
1062
1062
|
</td>
|
|
1063
1063
|
<td>
|
|
1064
|
-
<button
|
|
1065
|
-
|
|
1064
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1065
|
+
type="button"
|
|
1066
1066
|
>
|
|
1067
1067
|
<div class="v-btn__content">
|
|
1068
1068
|
3
|
|
@@ -1074,8 +1074,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1074
1074
|
</button>
|
|
1075
1075
|
</td>
|
|
1076
1076
|
<td>
|
|
1077
|
-
<button
|
|
1078
|
-
|
|
1077
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1078
|
+
type="button"
|
|
1079
1079
|
>
|
|
1080
1080
|
<div class="v-btn__content">
|
|
1081
1081
|
4
|
|
@@ -1083,8 +1083,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1083
1083
|
</button>
|
|
1084
1084
|
</td>
|
|
1085
1085
|
<td>
|
|
1086
|
-
<button
|
|
1087
|
-
|
|
1086
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1087
|
+
type="button"
|
|
1088
1088
|
>
|
|
1089
1089
|
<div class="v-btn__content">
|
|
1090
1090
|
5
|
|
@@ -1092,8 +1092,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1092
1092
|
</button>
|
|
1093
1093
|
</td>
|
|
1094
1094
|
<td>
|
|
1095
|
-
<button
|
|
1096
|
-
|
|
1095
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1096
|
+
type="button"
|
|
1097
1097
|
>
|
|
1098
1098
|
<div class="v-btn__content">
|
|
1099
1099
|
6
|
|
@@ -1101,8 +1101,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1101
1101
|
</button>
|
|
1102
1102
|
</td>
|
|
1103
1103
|
<td>
|
|
1104
|
-
<button
|
|
1105
|
-
|
|
1104
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1105
|
+
type="button"
|
|
1106
1106
|
>
|
|
1107
1107
|
<div class="v-btn__content">
|
|
1108
1108
|
7
|
|
@@ -1112,8 +1112,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1112
1112
|
</tr>
|
|
1113
1113
|
<tr>
|
|
1114
1114
|
<td>
|
|
1115
|
-
<button
|
|
1116
|
-
|
|
1115
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1116
|
+
type="button"
|
|
1117
1117
|
>
|
|
1118
1118
|
<div class="v-btn__content">
|
|
1119
1119
|
8
|
|
@@ -1121,8 +1121,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1121
1121
|
</button>
|
|
1122
1122
|
</td>
|
|
1123
1123
|
<td>
|
|
1124
|
-
<button
|
|
1125
|
-
|
|
1124
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1125
|
+
type="button"
|
|
1126
1126
|
>
|
|
1127
1127
|
<div class="v-btn__content">
|
|
1128
1128
|
9
|
|
@@ -1130,8 +1130,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1130
1130
|
</button>
|
|
1131
1131
|
</td>
|
|
1132
1132
|
<td>
|
|
1133
|
-
<button
|
|
1134
|
-
|
|
1133
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1134
|
+
type="button"
|
|
1135
1135
|
>
|
|
1136
1136
|
<div class="v-btn__content">
|
|
1137
1137
|
10
|
|
@@ -1139,8 +1139,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1139
1139
|
</button>
|
|
1140
1140
|
</td>
|
|
1141
1141
|
<td>
|
|
1142
|
-
<button
|
|
1143
|
-
|
|
1142
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1143
|
+
type="button"
|
|
1144
1144
|
>
|
|
1145
1145
|
<div class="v-btn__content">
|
|
1146
1146
|
11
|
|
@@ -1148,8 +1148,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1148
1148
|
</button>
|
|
1149
1149
|
</td>
|
|
1150
1150
|
<td>
|
|
1151
|
-
<button
|
|
1152
|
-
|
|
1151
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1152
|
+
type="button"
|
|
1153
1153
|
>
|
|
1154
1154
|
<div class="v-btn__content">
|
|
1155
1155
|
12
|
|
@@ -1157,8 +1157,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1157
1157
|
</button>
|
|
1158
1158
|
</td>
|
|
1159
1159
|
<td>
|
|
1160
|
-
<button
|
|
1161
|
-
|
|
1160
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1161
|
+
type="button"
|
|
1162
1162
|
>
|
|
1163
1163
|
<div class="v-btn__content">
|
|
1164
1164
|
13
|
|
@@ -1166,8 +1166,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1166
1166
|
</button>
|
|
1167
1167
|
</td>
|
|
1168
1168
|
<td>
|
|
1169
|
-
<button
|
|
1170
|
-
|
|
1169
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1170
|
+
type="button"
|
|
1171
1171
|
>
|
|
1172
1172
|
<div class="v-btn__content">
|
|
1173
1173
|
14
|
|
@@ -1177,8 +1177,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1177
1177
|
</tr>
|
|
1178
1178
|
<tr>
|
|
1179
1179
|
<td>
|
|
1180
|
-
<button
|
|
1181
|
-
|
|
1180
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1181
|
+
type="button"
|
|
1182
1182
|
>
|
|
1183
1183
|
<div class="v-btn__content">
|
|
1184
1184
|
15
|
|
@@ -1186,8 +1186,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1186
1186
|
</button>
|
|
1187
1187
|
</td>
|
|
1188
1188
|
<td>
|
|
1189
|
-
<button
|
|
1190
|
-
|
|
1189
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1190
|
+
type="button"
|
|
1191
1191
|
>
|
|
1192
1192
|
<div class="v-btn__content">
|
|
1193
1193
|
16
|
|
@@ -1195,8 +1195,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1195
1195
|
</button>
|
|
1196
1196
|
</td>
|
|
1197
1197
|
<td>
|
|
1198
|
-
<button
|
|
1199
|
-
|
|
1198
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1199
|
+
type="button"
|
|
1200
1200
|
>
|
|
1201
1201
|
<div class="v-btn__content">
|
|
1202
1202
|
17
|
|
@@ -1204,8 +1204,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1204
1204
|
</button>
|
|
1205
1205
|
</td>
|
|
1206
1206
|
<td>
|
|
1207
|
-
<button
|
|
1208
|
-
|
|
1207
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1208
|
+
type="button"
|
|
1209
1209
|
>
|
|
1210
1210
|
<div class="v-btn__content">
|
|
1211
1211
|
18
|
|
@@ -1213,8 +1213,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1213
1213
|
</button>
|
|
1214
1214
|
</td>
|
|
1215
1215
|
<td>
|
|
1216
|
-
<button
|
|
1217
|
-
|
|
1216
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1217
|
+
type="button"
|
|
1218
1218
|
>
|
|
1219
1219
|
<div class="v-btn__content">
|
|
1220
1220
|
19
|
|
@@ -1222,8 +1222,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1222
1222
|
</button>
|
|
1223
1223
|
</td>
|
|
1224
1224
|
<td>
|
|
1225
|
-
<button
|
|
1226
|
-
|
|
1225
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1226
|
+
type="button"
|
|
1227
1227
|
>
|
|
1228
1228
|
<div class="v-btn__content">
|
|
1229
1229
|
20
|
|
@@ -1231,8 +1231,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1231
1231
|
</button>
|
|
1232
1232
|
</td>
|
|
1233
1233
|
<td>
|
|
1234
|
-
<button
|
|
1235
|
-
|
|
1234
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1235
|
+
type="button"
|
|
1236
1236
|
>
|
|
1237
1237
|
<div class="v-btn__content">
|
|
1238
1238
|
21
|
|
@@ -1242,8 +1242,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1242
1242
|
</tr>
|
|
1243
1243
|
<tr>
|
|
1244
1244
|
<td>
|
|
1245
|
-
<button
|
|
1246
|
-
|
|
1245
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1246
|
+
type="button"
|
|
1247
1247
|
>
|
|
1248
1248
|
<div class="v-btn__content">
|
|
1249
1249
|
22
|
|
@@ -1251,8 +1251,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1251
1251
|
</button>
|
|
1252
1252
|
</td>
|
|
1253
1253
|
<td>
|
|
1254
|
-
<button
|
|
1255
|
-
|
|
1254
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1255
|
+
type="button"
|
|
1256
1256
|
>
|
|
1257
1257
|
<div class="v-btn__content">
|
|
1258
1258
|
23
|
|
@@ -1260,8 +1260,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1260
1260
|
</button>
|
|
1261
1261
|
</td>
|
|
1262
1262
|
<td>
|
|
1263
|
-
<button
|
|
1264
|
-
|
|
1263
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1264
|
+
type="button"
|
|
1265
1265
|
>
|
|
1266
1266
|
<div class="v-btn__content">
|
|
1267
1267
|
24
|
|
@@ -1269,8 +1269,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1269
1269
|
</button>
|
|
1270
1270
|
</td>
|
|
1271
1271
|
<td>
|
|
1272
|
-
<button
|
|
1273
|
-
|
|
1272
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1273
|
+
type="button"
|
|
1274
1274
|
>
|
|
1275
1275
|
<div class="v-btn__content">
|
|
1276
1276
|
25
|
|
@@ -1278,8 +1278,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1278
1278
|
</button>
|
|
1279
1279
|
</td>
|
|
1280
1280
|
<td>
|
|
1281
|
-
<button
|
|
1282
|
-
|
|
1281
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1282
|
+
type="button"
|
|
1283
1283
|
>
|
|
1284
1284
|
<div class="v-btn__content">
|
|
1285
1285
|
26
|
|
@@ -1287,8 +1287,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1287
1287
|
</button>
|
|
1288
1288
|
</td>
|
|
1289
1289
|
<td>
|
|
1290
|
-
<button
|
|
1291
|
-
|
|
1290
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1291
|
+
type="button"
|
|
1292
1292
|
>
|
|
1293
1293
|
<div class="v-btn__content">
|
|
1294
1294
|
27
|
|
@@ -1296,8 +1296,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1296
1296
|
</button>
|
|
1297
1297
|
</td>
|
|
1298
1298
|
<td>
|
|
1299
|
-
<button
|
|
1300
|
-
|
|
1299
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1300
|
+
type="button"
|
|
1301
1301
|
>
|
|
1302
1302
|
<div class="v-btn__content">
|
|
1303
1303
|
28
|
|
@@ -1307,8 +1307,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1307
1307
|
</tr>
|
|
1308
1308
|
<tr>
|
|
1309
1309
|
<td>
|
|
1310
|
-
<button
|
|
1311
|
-
|
|
1310
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1311
|
+
type="button"
|
|
1312
1312
|
>
|
|
1313
1313
|
<div class="v-btn__content">
|
|
1314
1314
|
29
|
|
@@ -1316,8 +1316,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1316
1316
|
</button>
|
|
1317
1317
|
</td>
|
|
1318
1318
|
<td>
|
|
1319
|
-
<button
|
|
1320
|
-
|
|
1319
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1320
|
+
type="button"
|
|
1321
1321
|
>
|
|
1322
1322
|
<div class="v-btn__content">
|
|
1323
1323
|
30
|
|
@@ -1325,8 +1325,8 @@ exports[`VDatePickerDateTable.ts should render component with events (array) and
|
|
|
1325
1325
|
</button>
|
|
1326
1326
|
</td>
|
|
1327
1327
|
<td>
|
|
1328
|
-
<button
|
|
1329
|
-
|
|
1328
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1329
|
+
type="button"
|
|
1330
1330
|
>
|
|
1331
1331
|
<div class="v-btn__content">
|
|
1332
1332
|
31
|
|
@@ -1378,8 +1378,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1378
1378
|
<tbody>
|
|
1379
1379
|
<tr>
|
|
1380
1380
|
<td>
|
|
1381
|
-
<button
|
|
1382
|
-
|
|
1381
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1382
|
+
type="button"
|
|
1383
1383
|
>
|
|
1384
1384
|
<div class="v-btn__content">
|
|
1385
1385
|
1
|
|
@@ -1387,8 +1387,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1387
1387
|
</button>
|
|
1388
1388
|
</td>
|
|
1389
1389
|
<td>
|
|
1390
|
-
<button
|
|
1391
|
-
|
|
1390
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1391
|
+
type="button"
|
|
1392
1392
|
>
|
|
1393
1393
|
<div class="v-btn__content">
|
|
1394
1394
|
2
|
|
@@ -1396,8 +1396,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1396
1396
|
</button>
|
|
1397
1397
|
</td>
|
|
1398
1398
|
<td>
|
|
1399
|
-
<button
|
|
1400
|
-
|
|
1399
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1400
|
+
type="button"
|
|
1401
1401
|
>
|
|
1402
1402
|
<div class="v-btn__content">
|
|
1403
1403
|
3
|
|
@@ -1409,8 +1409,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1409
1409
|
</button>
|
|
1410
1410
|
</td>
|
|
1411
1411
|
<td>
|
|
1412
|
-
<button
|
|
1413
|
-
|
|
1412
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1413
|
+
type="button"
|
|
1414
1414
|
>
|
|
1415
1415
|
<div class="v-btn__content">
|
|
1416
1416
|
4
|
|
@@ -1418,8 +1418,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1418
1418
|
</button>
|
|
1419
1419
|
</td>
|
|
1420
1420
|
<td>
|
|
1421
|
-
<button
|
|
1422
|
-
|
|
1421
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1422
|
+
type="button"
|
|
1423
1423
|
>
|
|
1424
1424
|
<div class="v-btn__content">
|
|
1425
1425
|
5
|
|
@@ -1427,8 +1427,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1427
1427
|
</button>
|
|
1428
1428
|
</td>
|
|
1429
1429
|
<td>
|
|
1430
|
-
<button
|
|
1431
|
-
|
|
1430
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1431
|
+
type="button"
|
|
1432
1432
|
>
|
|
1433
1433
|
<div class="v-btn__content">
|
|
1434
1434
|
6
|
|
@@ -1436,8 +1436,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1436
1436
|
</button>
|
|
1437
1437
|
</td>
|
|
1438
1438
|
<td>
|
|
1439
|
-
<button
|
|
1440
|
-
|
|
1439
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1440
|
+
type="button"
|
|
1441
1441
|
>
|
|
1442
1442
|
<div class="v-btn__content">
|
|
1443
1443
|
7
|
|
@@ -1447,8 +1447,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1447
1447
|
</tr>
|
|
1448
1448
|
<tr>
|
|
1449
1449
|
<td>
|
|
1450
|
-
<button
|
|
1451
|
-
|
|
1450
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1451
|
+
type="button"
|
|
1452
1452
|
>
|
|
1453
1453
|
<div class="v-btn__content">
|
|
1454
1454
|
8
|
|
@@ -1456,8 +1456,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1456
1456
|
</button>
|
|
1457
1457
|
</td>
|
|
1458
1458
|
<td>
|
|
1459
|
-
<button
|
|
1460
|
-
|
|
1459
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1460
|
+
type="button"
|
|
1461
1461
|
>
|
|
1462
1462
|
<div class="v-btn__content">
|
|
1463
1463
|
9
|
|
@@ -1465,8 +1465,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1465
1465
|
</button>
|
|
1466
1466
|
</td>
|
|
1467
1467
|
<td>
|
|
1468
|
-
<button
|
|
1469
|
-
|
|
1468
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1469
|
+
type="button"
|
|
1470
1470
|
>
|
|
1471
1471
|
<div class="v-btn__content">
|
|
1472
1472
|
10
|
|
@@ -1474,8 +1474,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1474
1474
|
</button>
|
|
1475
1475
|
</td>
|
|
1476
1476
|
<td>
|
|
1477
|
-
<button
|
|
1478
|
-
|
|
1477
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1478
|
+
type="button"
|
|
1479
1479
|
>
|
|
1480
1480
|
<div class="v-btn__content">
|
|
1481
1481
|
11
|
|
@@ -1483,8 +1483,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1483
1483
|
</button>
|
|
1484
1484
|
</td>
|
|
1485
1485
|
<td>
|
|
1486
|
-
<button
|
|
1487
|
-
|
|
1486
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1487
|
+
type="button"
|
|
1488
1488
|
>
|
|
1489
1489
|
<div class="v-btn__content">
|
|
1490
1490
|
12
|
|
@@ -1492,8 +1492,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1492
1492
|
</button>
|
|
1493
1493
|
</td>
|
|
1494
1494
|
<td>
|
|
1495
|
-
<button
|
|
1496
|
-
|
|
1495
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1496
|
+
type="button"
|
|
1497
1497
|
>
|
|
1498
1498
|
<div class="v-btn__content">
|
|
1499
1499
|
13
|
|
@@ -1501,8 +1501,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1501
1501
|
</button>
|
|
1502
1502
|
</td>
|
|
1503
1503
|
<td>
|
|
1504
|
-
<button
|
|
1505
|
-
|
|
1504
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1505
|
+
type="button"
|
|
1506
1506
|
>
|
|
1507
1507
|
<div class="v-btn__content">
|
|
1508
1508
|
14
|
|
@@ -1512,8 +1512,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1512
1512
|
</tr>
|
|
1513
1513
|
<tr>
|
|
1514
1514
|
<td>
|
|
1515
|
-
<button
|
|
1516
|
-
|
|
1515
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1516
|
+
type="button"
|
|
1517
1517
|
>
|
|
1518
1518
|
<div class="v-btn__content">
|
|
1519
1519
|
15
|
|
@@ -1521,8 +1521,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1521
1521
|
</button>
|
|
1522
1522
|
</td>
|
|
1523
1523
|
<td>
|
|
1524
|
-
<button
|
|
1525
|
-
|
|
1524
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1525
|
+
type="button"
|
|
1526
1526
|
>
|
|
1527
1527
|
<div class="v-btn__content">
|
|
1528
1528
|
16
|
|
@@ -1530,8 +1530,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1530
1530
|
</button>
|
|
1531
1531
|
</td>
|
|
1532
1532
|
<td>
|
|
1533
|
-
<button
|
|
1534
|
-
|
|
1533
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1534
|
+
type="button"
|
|
1535
1535
|
>
|
|
1536
1536
|
<div class="v-btn__content">
|
|
1537
1537
|
17
|
|
@@ -1539,8 +1539,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1539
1539
|
</button>
|
|
1540
1540
|
</td>
|
|
1541
1541
|
<td>
|
|
1542
|
-
<button
|
|
1543
|
-
|
|
1542
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1543
|
+
type="button"
|
|
1544
1544
|
>
|
|
1545
1545
|
<div class="v-btn__content">
|
|
1546
1546
|
18
|
|
@@ -1548,8 +1548,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1548
1548
|
</button>
|
|
1549
1549
|
</td>
|
|
1550
1550
|
<td>
|
|
1551
|
-
<button
|
|
1552
|
-
|
|
1551
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1552
|
+
type="button"
|
|
1553
1553
|
>
|
|
1554
1554
|
<div class="v-btn__content">
|
|
1555
1555
|
19
|
|
@@ -1557,8 +1557,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1557
1557
|
</button>
|
|
1558
1558
|
</td>
|
|
1559
1559
|
<td>
|
|
1560
|
-
<button
|
|
1561
|
-
|
|
1560
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1561
|
+
type="button"
|
|
1562
1562
|
>
|
|
1563
1563
|
<div class="v-btn__content">
|
|
1564
1564
|
20
|
|
@@ -1566,8 +1566,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1566
1566
|
</button>
|
|
1567
1567
|
</td>
|
|
1568
1568
|
<td>
|
|
1569
|
-
<button
|
|
1570
|
-
|
|
1569
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1570
|
+
type="button"
|
|
1571
1571
|
>
|
|
1572
1572
|
<div class="v-btn__content">
|
|
1573
1573
|
21
|
|
@@ -1577,8 +1577,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1577
1577
|
</tr>
|
|
1578
1578
|
<tr>
|
|
1579
1579
|
<td>
|
|
1580
|
-
<button
|
|
1581
|
-
|
|
1580
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1581
|
+
type="button"
|
|
1582
1582
|
>
|
|
1583
1583
|
<div class="v-btn__content">
|
|
1584
1584
|
22
|
|
@@ -1586,8 +1586,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1586
1586
|
</button>
|
|
1587
1587
|
</td>
|
|
1588
1588
|
<td>
|
|
1589
|
-
<button
|
|
1590
|
-
|
|
1589
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1590
|
+
type="button"
|
|
1591
1591
|
>
|
|
1592
1592
|
<div class="v-btn__content">
|
|
1593
1593
|
23
|
|
@@ -1595,8 +1595,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1595
1595
|
</button>
|
|
1596
1596
|
</td>
|
|
1597
1597
|
<td>
|
|
1598
|
-
<button
|
|
1599
|
-
|
|
1598
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1599
|
+
type="button"
|
|
1600
1600
|
>
|
|
1601
1601
|
<div class="v-btn__content">
|
|
1602
1602
|
24
|
|
@@ -1604,8 +1604,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1604
1604
|
</button>
|
|
1605
1605
|
</td>
|
|
1606
1606
|
<td>
|
|
1607
|
-
<button
|
|
1608
|
-
|
|
1607
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1608
|
+
type="button"
|
|
1609
1609
|
>
|
|
1610
1610
|
<div class="v-btn__content">
|
|
1611
1611
|
25
|
|
@@ -1613,8 +1613,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1613
1613
|
</button>
|
|
1614
1614
|
</td>
|
|
1615
1615
|
<td>
|
|
1616
|
-
<button
|
|
1617
|
-
|
|
1616
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1617
|
+
type="button"
|
|
1618
1618
|
>
|
|
1619
1619
|
<div class="v-btn__content">
|
|
1620
1620
|
26
|
|
@@ -1622,8 +1622,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1622
1622
|
</button>
|
|
1623
1623
|
</td>
|
|
1624
1624
|
<td>
|
|
1625
|
-
<button
|
|
1626
|
-
|
|
1625
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1626
|
+
type="button"
|
|
1627
1627
|
>
|
|
1628
1628
|
<div class="v-btn__content">
|
|
1629
1629
|
27
|
|
@@ -1631,8 +1631,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1631
1631
|
</button>
|
|
1632
1632
|
</td>
|
|
1633
1633
|
<td>
|
|
1634
|
-
<button
|
|
1635
|
-
|
|
1634
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1635
|
+
type="button"
|
|
1636
1636
|
>
|
|
1637
1637
|
<div class="v-btn__content">
|
|
1638
1638
|
28
|
|
@@ -1642,8 +1642,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1642
1642
|
</tr>
|
|
1643
1643
|
<tr>
|
|
1644
1644
|
<td>
|
|
1645
|
-
<button
|
|
1646
|
-
|
|
1645
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1646
|
+
type="button"
|
|
1647
1647
|
>
|
|
1648
1648
|
<div class="v-btn__content">
|
|
1649
1649
|
29
|
|
@@ -1651,8 +1651,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1651
1651
|
</button>
|
|
1652
1652
|
</td>
|
|
1653
1653
|
<td>
|
|
1654
|
-
<button
|
|
1655
|
-
|
|
1654
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1655
|
+
type="button"
|
|
1656
1656
|
>
|
|
1657
1657
|
<div class="v-btn__content">
|
|
1658
1658
|
30
|
|
@@ -1660,8 +1660,8 @@ exports[`VDatePickerDateTable.ts should render component with events (function)
|
|
|
1660
1660
|
</button>
|
|
1661
1661
|
</td>
|
|
1662
1662
|
<td>
|
|
1663
|
-
<button
|
|
1664
|
-
|
|
1663
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1664
|
+
type="button"
|
|
1665
1665
|
>
|
|
1666
1666
|
<div class="v-btn__content">
|
|
1667
1667
|
31
|
|
@@ -1713,8 +1713,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1713
1713
|
<tbody>
|
|
1714
1714
|
<tr>
|
|
1715
1715
|
<td>
|
|
1716
|
-
<button
|
|
1717
|
-
|
|
1716
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1717
|
+
type="button"
|
|
1718
1718
|
>
|
|
1719
1719
|
<div class="v-btn__content">
|
|
1720
1720
|
1
|
|
@@ -1722,8 +1722,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1722
1722
|
</button>
|
|
1723
1723
|
</td>
|
|
1724
1724
|
<td>
|
|
1725
|
-
<button
|
|
1726
|
-
|
|
1725
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1726
|
+
type="button"
|
|
1727
1727
|
>
|
|
1728
1728
|
<div class="v-btn__content">
|
|
1729
1729
|
2
|
|
@@ -1731,8 +1731,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1731
1731
|
</button>
|
|
1732
1732
|
</td>
|
|
1733
1733
|
<td>
|
|
1734
|
-
<button
|
|
1735
|
-
|
|
1734
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1735
|
+
type="button"
|
|
1736
1736
|
>
|
|
1737
1737
|
<div class="v-btn__content">
|
|
1738
1738
|
3
|
|
@@ -1744,8 +1744,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1744
1744
|
</button>
|
|
1745
1745
|
</td>
|
|
1746
1746
|
<td>
|
|
1747
|
-
<button
|
|
1748
|
-
|
|
1747
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1748
|
+
type="button"
|
|
1749
1749
|
>
|
|
1750
1750
|
<div class="v-btn__content">
|
|
1751
1751
|
4
|
|
@@ -1753,8 +1753,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1753
1753
|
</button>
|
|
1754
1754
|
</td>
|
|
1755
1755
|
<td>
|
|
1756
|
-
<button
|
|
1757
|
-
|
|
1756
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1757
|
+
type="button"
|
|
1758
1758
|
>
|
|
1759
1759
|
<div class="v-btn__content">
|
|
1760
1760
|
5
|
|
@@ -1762,8 +1762,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1762
1762
|
</button>
|
|
1763
1763
|
</td>
|
|
1764
1764
|
<td>
|
|
1765
|
-
<button
|
|
1766
|
-
|
|
1765
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1766
|
+
type="button"
|
|
1767
1767
|
>
|
|
1768
1768
|
<div class="v-btn__content">
|
|
1769
1769
|
6
|
|
@@ -1771,8 +1771,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1771
1771
|
</button>
|
|
1772
1772
|
</td>
|
|
1773
1773
|
<td>
|
|
1774
|
-
<button
|
|
1775
|
-
|
|
1774
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1775
|
+
type="button"
|
|
1776
1776
|
>
|
|
1777
1777
|
<div class="v-btn__content">
|
|
1778
1778
|
7
|
|
@@ -1782,8 +1782,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1782
1782
|
</tr>
|
|
1783
1783
|
<tr>
|
|
1784
1784
|
<td>
|
|
1785
|
-
<button
|
|
1786
|
-
|
|
1785
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1786
|
+
type="button"
|
|
1787
1787
|
>
|
|
1788
1788
|
<div class="v-btn__content">
|
|
1789
1789
|
8
|
|
@@ -1791,8 +1791,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1791
1791
|
</button>
|
|
1792
1792
|
</td>
|
|
1793
1793
|
<td>
|
|
1794
|
-
<button
|
|
1795
|
-
|
|
1794
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1795
|
+
type="button"
|
|
1796
1796
|
>
|
|
1797
1797
|
<div class="v-btn__content">
|
|
1798
1798
|
9
|
|
@@ -1800,8 +1800,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1800
1800
|
</button>
|
|
1801
1801
|
</td>
|
|
1802
1802
|
<td>
|
|
1803
|
-
<button
|
|
1804
|
-
|
|
1803
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1804
|
+
type="button"
|
|
1805
1805
|
>
|
|
1806
1806
|
<div class="v-btn__content">
|
|
1807
1807
|
10
|
|
@@ -1809,8 +1809,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1809
1809
|
</button>
|
|
1810
1810
|
</td>
|
|
1811
1811
|
<td>
|
|
1812
|
-
<button
|
|
1813
|
-
|
|
1812
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1813
|
+
type="button"
|
|
1814
1814
|
>
|
|
1815
1815
|
<div class="v-btn__content">
|
|
1816
1816
|
11
|
|
@@ -1818,8 +1818,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1818
1818
|
</button>
|
|
1819
1819
|
</td>
|
|
1820
1820
|
<td>
|
|
1821
|
-
<button
|
|
1822
|
-
|
|
1821
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1822
|
+
type="button"
|
|
1823
1823
|
>
|
|
1824
1824
|
<div class="v-btn__content">
|
|
1825
1825
|
12
|
|
@@ -1827,8 +1827,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1827
1827
|
</button>
|
|
1828
1828
|
</td>
|
|
1829
1829
|
<td>
|
|
1830
|
-
<button
|
|
1831
|
-
|
|
1830
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1831
|
+
type="button"
|
|
1832
1832
|
>
|
|
1833
1833
|
<div class="v-btn__content">
|
|
1834
1834
|
13
|
|
@@ -1836,8 +1836,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1836
1836
|
</button>
|
|
1837
1837
|
</td>
|
|
1838
1838
|
<td>
|
|
1839
|
-
<button
|
|
1840
|
-
|
|
1839
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1840
|
+
type="button"
|
|
1841
1841
|
>
|
|
1842
1842
|
<div class="v-btn__content">
|
|
1843
1843
|
14
|
|
@@ -1847,8 +1847,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1847
1847
|
</tr>
|
|
1848
1848
|
<tr>
|
|
1849
1849
|
<td>
|
|
1850
|
-
<button
|
|
1851
|
-
|
|
1850
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1851
|
+
type="button"
|
|
1852
1852
|
>
|
|
1853
1853
|
<div class="v-btn__content">
|
|
1854
1854
|
15
|
|
@@ -1856,8 +1856,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1856
1856
|
</button>
|
|
1857
1857
|
</td>
|
|
1858
1858
|
<td>
|
|
1859
|
-
<button
|
|
1860
|
-
|
|
1859
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1860
|
+
type="button"
|
|
1861
1861
|
>
|
|
1862
1862
|
<div class="v-btn__content">
|
|
1863
1863
|
16
|
|
@@ -1865,8 +1865,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1865
1865
|
</button>
|
|
1866
1866
|
</td>
|
|
1867
1867
|
<td>
|
|
1868
|
-
<button
|
|
1869
|
-
|
|
1868
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1869
|
+
type="button"
|
|
1870
1870
|
>
|
|
1871
1871
|
<div class="v-btn__content">
|
|
1872
1872
|
17
|
|
@@ -1874,8 +1874,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1874
1874
|
</button>
|
|
1875
1875
|
</td>
|
|
1876
1876
|
<td>
|
|
1877
|
-
<button
|
|
1878
|
-
|
|
1877
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1878
|
+
type="button"
|
|
1879
1879
|
>
|
|
1880
1880
|
<div class="v-btn__content">
|
|
1881
1881
|
18
|
|
@@ -1883,8 +1883,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1883
1883
|
</button>
|
|
1884
1884
|
</td>
|
|
1885
1885
|
<td>
|
|
1886
|
-
<button
|
|
1887
|
-
|
|
1886
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1887
|
+
type="button"
|
|
1888
1888
|
>
|
|
1889
1889
|
<div class="v-btn__content">
|
|
1890
1890
|
19
|
|
@@ -1892,8 +1892,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1892
1892
|
</button>
|
|
1893
1893
|
</td>
|
|
1894
1894
|
<td>
|
|
1895
|
-
<button
|
|
1896
|
-
|
|
1895
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1896
|
+
type="button"
|
|
1897
1897
|
>
|
|
1898
1898
|
<div class="v-btn__content">
|
|
1899
1899
|
20
|
|
@@ -1901,8 +1901,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1901
1901
|
</button>
|
|
1902
1902
|
</td>
|
|
1903
1903
|
<td>
|
|
1904
|
-
<button
|
|
1905
|
-
|
|
1904
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1905
|
+
type="button"
|
|
1906
1906
|
>
|
|
1907
1907
|
<div class="v-btn__content">
|
|
1908
1908
|
21
|
|
@@ -1912,8 +1912,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1912
1912
|
</tr>
|
|
1913
1913
|
<tr>
|
|
1914
1914
|
<td>
|
|
1915
|
-
<button
|
|
1916
|
-
|
|
1915
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1916
|
+
type="button"
|
|
1917
1917
|
>
|
|
1918
1918
|
<div class="v-btn__content">
|
|
1919
1919
|
22
|
|
@@ -1921,8 +1921,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1921
1921
|
</button>
|
|
1922
1922
|
</td>
|
|
1923
1923
|
<td>
|
|
1924
|
-
<button
|
|
1925
|
-
|
|
1924
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1925
|
+
type="button"
|
|
1926
1926
|
>
|
|
1927
1927
|
<div class="v-btn__content">
|
|
1928
1928
|
23
|
|
@@ -1930,8 +1930,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1930
1930
|
</button>
|
|
1931
1931
|
</td>
|
|
1932
1932
|
<td>
|
|
1933
|
-
<button
|
|
1934
|
-
|
|
1933
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1934
|
+
type="button"
|
|
1935
1935
|
>
|
|
1936
1936
|
<div class="v-btn__content">
|
|
1937
1937
|
24
|
|
@@ -1939,8 +1939,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1939
1939
|
</button>
|
|
1940
1940
|
</td>
|
|
1941
1941
|
<td>
|
|
1942
|
-
<button
|
|
1943
|
-
|
|
1942
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1943
|
+
type="button"
|
|
1944
1944
|
>
|
|
1945
1945
|
<div class="v-btn__content">
|
|
1946
1946
|
25
|
|
@@ -1948,8 +1948,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1948
1948
|
</button>
|
|
1949
1949
|
</td>
|
|
1950
1950
|
<td>
|
|
1951
|
-
<button
|
|
1952
|
-
|
|
1951
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1952
|
+
type="button"
|
|
1953
1953
|
>
|
|
1954
1954
|
<div class="v-btn__content">
|
|
1955
1955
|
26
|
|
@@ -1957,8 +1957,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1957
1957
|
</button>
|
|
1958
1958
|
</td>
|
|
1959
1959
|
<td>
|
|
1960
|
-
<button
|
|
1961
|
-
|
|
1960
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1961
|
+
type="button"
|
|
1962
1962
|
>
|
|
1963
1963
|
<div class="v-btn__content">
|
|
1964
1964
|
27
|
|
@@ -1966,8 +1966,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1966
1966
|
</button>
|
|
1967
1967
|
</td>
|
|
1968
1968
|
<td>
|
|
1969
|
-
<button
|
|
1970
|
-
|
|
1969
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1970
|
+
type="button"
|
|
1971
1971
|
>
|
|
1972
1972
|
<div class="v-btn__content">
|
|
1973
1973
|
28
|
|
@@ -1977,8 +1977,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1977
1977
|
</tr>
|
|
1978
1978
|
<tr>
|
|
1979
1979
|
<td>
|
|
1980
|
-
<button
|
|
1981
|
-
|
|
1980
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1981
|
+
type="button"
|
|
1982
1982
|
>
|
|
1983
1983
|
<div class="v-btn__content">
|
|
1984
1984
|
29
|
|
@@ -1986,8 +1986,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1986
1986
|
</button>
|
|
1987
1987
|
</td>
|
|
1988
1988
|
<td>
|
|
1989
|
-
<button
|
|
1990
|
-
|
|
1989
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1990
|
+
type="button"
|
|
1991
1991
|
>
|
|
1992
1992
|
<div class="v-btn__content">
|
|
1993
1993
|
30
|
|
@@ -1995,8 +1995,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
1995
1995
|
</button>
|
|
1996
1996
|
</td>
|
|
1997
1997
|
<td>
|
|
1998
|
-
<button
|
|
1999
|
-
|
|
1998
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
1999
|
+
type="button"
|
|
2000
2000
|
>
|
|
2001
2001
|
<div class="v-btn__content">
|
|
2002
2002
|
31
|
|
@@ -2048,8 +2048,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2048
2048
|
<tbody>
|
|
2049
2049
|
<tr>
|
|
2050
2050
|
<td>
|
|
2051
|
-
<button
|
|
2052
|
-
|
|
2051
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2052
|
+
type="button"
|
|
2053
2053
|
>
|
|
2054
2054
|
<div class="v-btn__content">
|
|
2055
2055
|
1
|
|
@@ -2057,8 +2057,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2057
2057
|
</button>
|
|
2058
2058
|
</td>
|
|
2059
2059
|
<td>
|
|
2060
|
-
<button
|
|
2061
|
-
|
|
2060
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2061
|
+
type="button"
|
|
2062
2062
|
>
|
|
2063
2063
|
<div class="v-btn__content">
|
|
2064
2064
|
2
|
|
@@ -2066,8 +2066,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2066
2066
|
</button>
|
|
2067
2067
|
</td>
|
|
2068
2068
|
<td>
|
|
2069
|
-
<button
|
|
2070
|
-
|
|
2069
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2070
|
+
type="button"
|
|
2071
2071
|
>
|
|
2072
2072
|
<div class="v-btn__content">
|
|
2073
2073
|
3
|
|
@@ -2079,8 +2079,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2079
2079
|
</button>
|
|
2080
2080
|
</td>
|
|
2081
2081
|
<td>
|
|
2082
|
-
<button
|
|
2083
|
-
|
|
2082
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2083
|
+
type="button"
|
|
2084
2084
|
>
|
|
2085
2085
|
<div class="v-btn__content">
|
|
2086
2086
|
4
|
|
@@ -2092,8 +2092,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2092
2092
|
</button>
|
|
2093
2093
|
</td>
|
|
2094
2094
|
<td>
|
|
2095
|
-
<button
|
|
2096
|
-
|
|
2095
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2096
|
+
type="button"
|
|
2097
2097
|
>
|
|
2098
2098
|
<div class="v-btn__content">
|
|
2099
2099
|
5
|
|
@@ -2101,8 +2101,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2101
2101
|
</button>
|
|
2102
2102
|
</td>
|
|
2103
2103
|
<td>
|
|
2104
|
-
<button
|
|
2105
|
-
|
|
2104
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2105
|
+
type="button"
|
|
2106
2106
|
>
|
|
2107
2107
|
<div class="v-btn__content">
|
|
2108
2108
|
6
|
|
@@ -2110,8 +2110,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2110
2110
|
</button>
|
|
2111
2111
|
</td>
|
|
2112
2112
|
<td>
|
|
2113
|
-
<button
|
|
2114
|
-
|
|
2113
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2114
|
+
type="button"
|
|
2115
2115
|
>
|
|
2116
2116
|
<div class="v-btn__content">
|
|
2117
2117
|
7
|
|
@@ -2121,8 +2121,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2121
2121
|
</tr>
|
|
2122
2122
|
<tr>
|
|
2123
2123
|
<td>
|
|
2124
|
-
<button
|
|
2125
|
-
|
|
2124
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2125
|
+
type="button"
|
|
2126
2126
|
>
|
|
2127
2127
|
<div class="v-btn__content">
|
|
2128
2128
|
8
|
|
@@ -2130,8 +2130,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2130
2130
|
</button>
|
|
2131
2131
|
</td>
|
|
2132
2132
|
<td>
|
|
2133
|
-
<button
|
|
2134
|
-
|
|
2133
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2134
|
+
type="button"
|
|
2135
2135
|
>
|
|
2136
2136
|
<div class="v-btn__content">
|
|
2137
2137
|
9
|
|
@@ -2139,8 +2139,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2139
2139
|
</button>
|
|
2140
2140
|
</td>
|
|
2141
2141
|
<td>
|
|
2142
|
-
<button
|
|
2143
|
-
|
|
2142
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2143
|
+
type="button"
|
|
2144
2144
|
>
|
|
2145
2145
|
<div class="v-btn__content">
|
|
2146
2146
|
10
|
|
@@ -2148,8 +2148,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2148
2148
|
</button>
|
|
2149
2149
|
</td>
|
|
2150
2150
|
<td>
|
|
2151
|
-
<button
|
|
2152
|
-
|
|
2151
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2152
|
+
type="button"
|
|
2153
2153
|
>
|
|
2154
2154
|
<div class="v-btn__content">
|
|
2155
2155
|
11
|
|
@@ -2157,8 +2157,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2157
2157
|
</button>
|
|
2158
2158
|
</td>
|
|
2159
2159
|
<td>
|
|
2160
|
-
<button
|
|
2161
|
-
|
|
2160
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2161
|
+
type="button"
|
|
2162
2162
|
>
|
|
2163
2163
|
<div class="v-btn__content">
|
|
2164
2164
|
12
|
|
@@ -2166,8 +2166,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2166
2166
|
</button>
|
|
2167
2167
|
</td>
|
|
2168
2168
|
<td>
|
|
2169
|
-
<button
|
|
2170
|
-
|
|
2169
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2170
|
+
type="button"
|
|
2171
2171
|
>
|
|
2172
2172
|
<div class="v-btn__content">
|
|
2173
2173
|
13
|
|
@@ -2175,8 +2175,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2175
2175
|
</button>
|
|
2176
2176
|
</td>
|
|
2177
2177
|
<td>
|
|
2178
|
-
<button
|
|
2179
|
-
|
|
2178
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2179
|
+
type="button"
|
|
2180
2180
|
>
|
|
2181
2181
|
<div class="v-btn__content">
|
|
2182
2182
|
14
|
|
@@ -2186,8 +2186,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2186
2186
|
</tr>
|
|
2187
2187
|
<tr>
|
|
2188
2188
|
<td>
|
|
2189
|
-
<button
|
|
2190
|
-
|
|
2189
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2190
|
+
type="button"
|
|
2191
2191
|
>
|
|
2192
2192
|
<div class="v-btn__content">
|
|
2193
2193
|
15
|
|
@@ -2195,8 +2195,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2195
2195
|
</button>
|
|
2196
2196
|
</td>
|
|
2197
2197
|
<td>
|
|
2198
|
-
<button
|
|
2199
|
-
|
|
2198
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2199
|
+
type="button"
|
|
2200
2200
|
>
|
|
2201
2201
|
<div class="v-btn__content">
|
|
2202
2202
|
16
|
|
@@ -2204,8 +2204,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2204
2204
|
</button>
|
|
2205
2205
|
</td>
|
|
2206
2206
|
<td>
|
|
2207
|
-
<button
|
|
2208
|
-
|
|
2207
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2208
|
+
type="button"
|
|
2209
2209
|
>
|
|
2210
2210
|
<div class="v-btn__content">
|
|
2211
2211
|
17
|
|
@@ -2213,8 +2213,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2213
2213
|
</button>
|
|
2214
2214
|
</td>
|
|
2215
2215
|
<td>
|
|
2216
|
-
<button
|
|
2217
|
-
|
|
2216
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2217
|
+
type="button"
|
|
2218
2218
|
>
|
|
2219
2219
|
<div class="v-btn__content">
|
|
2220
2220
|
18
|
|
@@ -2222,8 +2222,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2222
2222
|
</button>
|
|
2223
2223
|
</td>
|
|
2224
2224
|
<td>
|
|
2225
|
-
<button
|
|
2226
|
-
|
|
2225
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2226
|
+
type="button"
|
|
2227
2227
|
>
|
|
2228
2228
|
<div class="v-btn__content">
|
|
2229
2229
|
19
|
|
@@ -2231,8 +2231,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2231
2231
|
</button>
|
|
2232
2232
|
</td>
|
|
2233
2233
|
<td>
|
|
2234
|
-
<button
|
|
2235
|
-
|
|
2234
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2235
|
+
type="button"
|
|
2236
2236
|
>
|
|
2237
2237
|
<div class="v-btn__content">
|
|
2238
2238
|
20
|
|
@@ -2240,8 +2240,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2240
2240
|
</button>
|
|
2241
2241
|
</td>
|
|
2242
2242
|
<td>
|
|
2243
|
-
<button
|
|
2244
|
-
|
|
2243
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2244
|
+
type="button"
|
|
2245
2245
|
>
|
|
2246
2246
|
<div class="v-btn__content">
|
|
2247
2247
|
21
|
|
@@ -2251,8 +2251,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2251
2251
|
</tr>
|
|
2252
2252
|
<tr>
|
|
2253
2253
|
<td>
|
|
2254
|
-
<button
|
|
2255
|
-
|
|
2254
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2255
|
+
type="button"
|
|
2256
2256
|
>
|
|
2257
2257
|
<div class="v-btn__content">
|
|
2258
2258
|
22
|
|
@@ -2260,8 +2260,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2260
2260
|
</button>
|
|
2261
2261
|
</td>
|
|
2262
2262
|
<td>
|
|
2263
|
-
<button
|
|
2264
|
-
|
|
2263
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2264
|
+
type="button"
|
|
2265
2265
|
>
|
|
2266
2266
|
<div class="v-btn__content">
|
|
2267
2267
|
23
|
|
@@ -2269,8 +2269,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2269
2269
|
</button>
|
|
2270
2270
|
</td>
|
|
2271
2271
|
<td>
|
|
2272
|
-
<button
|
|
2273
|
-
|
|
2272
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2273
|
+
type="button"
|
|
2274
2274
|
>
|
|
2275
2275
|
<div class="v-btn__content">
|
|
2276
2276
|
24
|
|
@@ -2278,8 +2278,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2278
2278
|
</button>
|
|
2279
2279
|
</td>
|
|
2280
2280
|
<td>
|
|
2281
|
-
<button
|
|
2282
|
-
|
|
2281
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2282
|
+
type="button"
|
|
2283
2283
|
>
|
|
2284
2284
|
<div class="v-btn__content">
|
|
2285
2285
|
25
|
|
@@ -2287,8 +2287,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2287
2287
|
</button>
|
|
2288
2288
|
</td>
|
|
2289
2289
|
<td>
|
|
2290
|
-
<button
|
|
2291
|
-
|
|
2290
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2291
|
+
type="button"
|
|
2292
2292
|
>
|
|
2293
2293
|
<div class="v-btn__content">
|
|
2294
2294
|
26
|
|
@@ -2296,8 +2296,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2296
2296
|
</button>
|
|
2297
2297
|
</td>
|
|
2298
2298
|
<td>
|
|
2299
|
-
<button
|
|
2300
|
-
|
|
2299
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2300
|
+
type="button"
|
|
2301
2301
|
>
|
|
2302
2302
|
<div class="v-btn__content">
|
|
2303
2303
|
27
|
|
@@ -2305,8 +2305,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2305
2305
|
</button>
|
|
2306
2306
|
</td>
|
|
2307
2307
|
<td>
|
|
2308
|
-
<button
|
|
2309
|
-
|
|
2308
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2309
|
+
type="button"
|
|
2310
2310
|
>
|
|
2311
2311
|
<div class="v-btn__content">
|
|
2312
2312
|
28
|
|
@@ -2316,8 +2316,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2316
2316
|
</tr>
|
|
2317
2317
|
<tr>
|
|
2318
2318
|
<td>
|
|
2319
|
-
<button
|
|
2320
|
-
|
|
2319
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2320
|
+
type="button"
|
|
2321
2321
|
>
|
|
2322
2322
|
<div class="v-btn__content">
|
|
2323
2323
|
29
|
|
@@ -2325,8 +2325,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2325
2325
|
</button>
|
|
2326
2326
|
</td>
|
|
2327
2327
|
<td>
|
|
2328
|
-
<button
|
|
2329
|
-
|
|
2328
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2329
|
+
type="button"
|
|
2330
2330
|
>
|
|
2331
2331
|
<div class="v-btn__content">
|
|
2332
2332
|
30
|
|
@@ -2334,8 +2334,8 @@ exports[`VDatePickerDateTable.ts should render component with events colored by
|
|
|
2334
2334
|
</button>
|
|
2335
2335
|
</td>
|
|
2336
2336
|
<td>
|
|
2337
|
-
<button
|
|
2338
|
-
|
|
2337
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2338
|
+
type="button"
|
|
2339
2339
|
>
|
|
2340
2340
|
<div class="v-btn__content">
|
|
2341
2341
|
31
|
|
@@ -2398,8 +2398,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2398
2398
|
<td>
|
|
2399
2399
|
</td>
|
|
2400
2400
|
<td>
|
|
2401
|
-
<button
|
|
2402
|
-
|
|
2401
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2402
|
+
type="button"
|
|
2403
2403
|
>
|
|
2404
2404
|
<div class="v-btn__content">
|
|
2405
2405
|
1
|
|
@@ -2407,8 +2407,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2407
2407
|
</button>
|
|
2408
2408
|
</td>
|
|
2409
2409
|
<td>
|
|
2410
|
-
<button
|
|
2411
|
-
|
|
2410
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2411
|
+
type="button"
|
|
2412
2412
|
>
|
|
2413
2413
|
<div class="v-btn__content">
|
|
2414
2414
|
2
|
|
@@ -2416,8 +2416,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2416
2416
|
</button>
|
|
2417
2417
|
</td>
|
|
2418
2418
|
<td>
|
|
2419
|
-
<button
|
|
2420
|
-
|
|
2419
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2420
|
+
type="button"
|
|
2421
2421
|
>
|
|
2422
2422
|
<div class="v-btn__content">
|
|
2423
2423
|
3
|
|
@@ -2425,8 +2425,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2425
2425
|
</button>
|
|
2426
2426
|
</td>
|
|
2427
2427
|
<td>
|
|
2428
|
-
<button
|
|
2429
|
-
|
|
2428
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2429
|
+
type="button"
|
|
2430
2430
|
>
|
|
2431
2431
|
<div class="v-btn__content">
|
|
2432
2432
|
4
|
|
@@ -2434,8 +2434,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2434
2434
|
</button>
|
|
2435
2435
|
</td>
|
|
2436
2436
|
<td>
|
|
2437
|
-
<button
|
|
2438
|
-
|
|
2437
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2438
|
+
type="button"
|
|
2439
2439
|
>
|
|
2440
2440
|
<div class="v-btn__content">
|
|
2441
2441
|
5
|
|
@@ -2450,8 +2450,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2450
2450
|
</small>
|
|
2451
2451
|
</td>
|
|
2452
2452
|
<td>
|
|
2453
|
-
<button
|
|
2454
|
-
|
|
2453
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2454
|
+
type="button"
|
|
2455
2455
|
>
|
|
2456
2456
|
<div class="v-btn__content">
|
|
2457
2457
|
6
|
|
@@ -2459,8 +2459,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2459
2459
|
</button>
|
|
2460
2460
|
</td>
|
|
2461
2461
|
<td>
|
|
2462
|
-
<button
|
|
2463
|
-
|
|
2462
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2463
|
+
type="button"
|
|
2464
2464
|
>
|
|
2465
2465
|
<div class="v-btn__content">
|
|
2466
2466
|
7
|
|
@@ -2468,8 +2468,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2468
2468
|
</button>
|
|
2469
2469
|
</td>
|
|
2470
2470
|
<td>
|
|
2471
|
-
<button
|
|
2472
|
-
|
|
2471
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2472
|
+
type="button"
|
|
2473
2473
|
>
|
|
2474
2474
|
<div class="v-btn__content">
|
|
2475
2475
|
8
|
|
@@ -2477,8 +2477,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2477
2477
|
</button>
|
|
2478
2478
|
</td>
|
|
2479
2479
|
<td>
|
|
2480
|
-
<button
|
|
2481
|
-
|
|
2480
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2481
|
+
type="button"
|
|
2482
2482
|
>
|
|
2483
2483
|
<div class="v-btn__content">
|
|
2484
2484
|
9
|
|
@@ -2486,8 +2486,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2486
2486
|
</button>
|
|
2487
2487
|
</td>
|
|
2488
2488
|
<td>
|
|
2489
|
-
<button
|
|
2490
|
-
|
|
2489
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2490
|
+
type="button"
|
|
2491
2491
|
>
|
|
2492
2492
|
<div class="v-btn__content">
|
|
2493
2493
|
10
|
|
@@ -2495,8 +2495,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2495
2495
|
</button>
|
|
2496
2496
|
</td>
|
|
2497
2497
|
<td>
|
|
2498
|
-
<button
|
|
2499
|
-
|
|
2498
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2499
|
+
type="button"
|
|
2500
2500
|
>
|
|
2501
2501
|
<div class="v-btn__content">
|
|
2502
2502
|
11
|
|
@@ -2504,8 +2504,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2504
2504
|
</button>
|
|
2505
2505
|
</td>
|
|
2506
2506
|
<td>
|
|
2507
|
-
<button
|
|
2508
|
-
|
|
2507
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2508
|
+
type="button"
|
|
2509
2509
|
>
|
|
2510
2510
|
<div class="v-btn__content">
|
|
2511
2511
|
12
|
|
@@ -2520,8 +2520,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2520
2520
|
</small>
|
|
2521
2521
|
</td>
|
|
2522
2522
|
<td>
|
|
2523
|
-
<button
|
|
2524
|
-
|
|
2523
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2524
|
+
type="button"
|
|
2525
2525
|
>
|
|
2526
2526
|
<div class="v-btn__content">
|
|
2527
2527
|
13
|
|
@@ -2529,8 +2529,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2529
2529
|
</button>
|
|
2530
2530
|
</td>
|
|
2531
2531
|
<td>
|
|
2532
|
-
<button
|
|
2533
|
-
|
|
2532
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2533
|
+
type="button"
|
|
2534
2534
|
>
|
|
2535
2535
|
<div class="v-btn__content">
|
|
2536
2536
|
14
|
|
@@ -2538,8 +2538,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2538
2538
|
</button>
|
|
2539
2539
|
</td>
|
|
2540
2540
|
<td>
|
|
2541
|
-
<button
|
|
2542
|
-
|
|
2541
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2542
|
+
type="button"
|
|
2543
2543
|
>
|
|
2544
2544
|
<div class="v-btn__content">
|
|
2545
2545
|
15
|
|
@@ -2547,8 +2547,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2547
2547
|
</button>
|
|
2548
2548
|
</td>
|
|
2549
2549
|
<td>
|
|
2550
|
-
<button
|
|
2551
|
-
|
|
2550
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2551
|
+
type="button"
|
|
2552
2552
|
>
|
|
2553
2553
|
<div class="v-btn__content">
|
|
2554
2554
|
16
|
|
@@ -2556,8 +2556,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2556
2556
|
</button>
|
|
2557
2557
|
</td>
|
|
2558
2558
|
<td>
|
|
2559
|
-
<button
|
|
2560
|
-
|
|
2559
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2560
|
+
type="button"
|
|
2561
2561
|
>
|
|
2562
2562
|
<div class="v-btn__content">
|
|
2563
2563
|
17
|
|
@@ -2565,8 +2565,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2565
2565
|
</button>
|
|
2566
2566
|
</td>
|
|
2567
2567
|
<td>
|
|
2568
|
-
<button
|
|
2569
|
-
|
|
2568
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2569
|
+
type="button"
|
|
2570
2570
|
>
|
|
2571
2571
|
<div class="v-btn__content">
|
|
2572
2572
|
18
|
|
@@ -2574,8 +2574,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2574
2574
|
</button>
|
|
2575
2575
|
</td>
|
|
2576
2576
|
<td>
|
|
2577
|
-
<button
|
|
2578
|
-
|
|
2577
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2578
|
+
type="button"
|
|
2579
2579
|
>
|
|
2580
2580
|
<div class="v-btn__content">
|
|
2581
2581
|
19
|
|
@@ -2590,8 +2590,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2590
2590
|
</small>
|
|
2591
2591
|
</td>
|
|
2592
2592
|
<td>
|
|
2593
|
-
<button
|
|
2594
|
-
|
|
2593
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2594
|
+
type="button"
|
|
2595
2595
|
>
|
|
2596
2596
|
<div class="v-btn__content">
|
|
2597
2597
|
20
|
|
@@ -2599,8 +2599,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2599
2599
|
</button>
|
|
2600
2600
|
</td>
|
|
2601
2601
|
<td>
|
|
2602
|
-
<button
|
|
2603
|
-
|
|
2602
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2603
|
+
type="button"
|
|
2604
2604
|
>
|
|
2605
2605
|
<div class="v-btn__content">
|
|
2606
2606
|
21
|
|
@@ -2608,8 +2608,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2608
2608
|
</button>
|
|
2609
2609
|
</td>
|
|
2610
2610
|
<td>
|
|
2611
|
-
<button
|
|
2612
|
-
|
|
2611
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2612
|
+
type="button"
|
|
2613
2613
|
>
|
|
2614
2614
|
<div class="v-btn__content">
|
|
2615
2615
|
22
|
|
@@ -2617,8 +2617,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2617
2617
|
</button>
|
|
2618
2618
|
</td>
|
|
2619
2619
|
<td>
|
|
2620
|
-
<button
|
|
2621
|
-
|
|
2620
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2621
|
+
type="button"
|
|
2622
2622
|
>
|
|
2623
2623
|
<div class="v-btn__content">
|
|
2624
2624
|
23
|
|
@@ -2626,8 +2626,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2626
2626
|
</button>
|
|
2627
2627
|
</td>
|
|
2628
2628
|
<td>
|
|
2629
|
-
<button
|
|
2630
|
-
|
|
2629
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2630
|
+
type="button"
|
|
2631
2631
|
>
|
|
2632
2632
|
<div class="v-btn__content">
|
|
2633
2633
|
24
|
|
@@ -2635,8 +2635,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2635
2635
|
</button>
|
|
2636
2636
|
</td>
|
|
2637
2637
|
<td>
|
|
2638
|
-
<button
|
|
2639
|
-
|
|
2638
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2639
|
+
type="button"
|
|
2640
2640
|
>
|
|
2641
2641
|
<div class="v-btn__content">
|
|
2642
2642
|
25
|
|
@@ -2644,8 +2644,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2644
2644
|
</button>
|
|
2645
2645
|
</td>
|
|
2646
2646
|
<td>
|
|
2647
|
-
<button
|
|
2648
|
-
|
|
2647
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2648
|
+
type="button"
|
|
2649
2649
|
>
|
|
2650
2650
|
<div class="v-btn__content">
|
|
2651
2651
|
26
|
|
@@ -2660,8 +2660,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2660
2660
|
</small>
|
|
2661
2661
|
</td>
|
|
2662
2662
|
<td>
|
|
2663
|
-
<button
|
|
2664
|
-
|
|
2663
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2664
|
+
type="button"
|
|
2665
2665
|
>
|
|
2666
2666
|
<div class="v-btn__content">
|
|
2667
2667
|
27
|
|
@@ -2669,8 +2669,8 @@ exports[`VDatePickerDateTable.ts should render component with showWeek and match
|
|
|
2669
2669
|
</button>
|
|
2670
2670
|
</td>
|
|
2671
2671
|
<td>
|
|
2672
|
-
<button
|
|
2673
|
-
|
|
2672
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
2673
|
+
type="button"
|
|
2674
2674
|
>
|
|
2675
2675
|
<div class="v-btn__content">
|
|
2676
2676
|
28
|
|
@@ -2724,8 +2724,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2724
2724
|
<tbody>
|
|
2725
2725
|
<tr>
|
|
2726
2726
|
<td>
|
|
2727
|
-
<button
|
|
2728
|
-
|
|
2727
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2728
|
+
type="button"
|
|
2729
2729
|
disabled
|
|
2730
2730
|
>
|
|
2731
2731
|
<div class="v-btn__content">
|
|
@@ -2734,8 +2734,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2734
2734
|
</button>
|
|
2735
2735
|
</td>
|
|
2736
2736
|
<td>
|
|
2737
|
-
<button
|
|
2738
|
-
|
|
2737
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2738
|
+
type="button"
|
|
2739
2739
|
disabled
|
|
2740
2740
|
>
|
|
2741
2741
|
<div class="v-btn__content">
|
|
@@ -2744,8 +2744,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2744
2744
|
</button>
|
|
2745
2745
|
</td>
|
|
2746
2746
|
<td>
|
|
2747
|
-
<button
|
|
2748
|
-
|
|
2747
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2748
|
+
type="button"
|
|
2749
2749
|
disabled
|
|
2750
2750
|
>
|
|
2751
2751
|
<div class="v-btn__content">
|
|
@@ -2754,8 +2754,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2754
2754
|
</button>
|
|
2755
2755
|
</td>
|
|
2756
2756
|
<td>
|
|
2757
|
-
<button
|
|
2758
|
-
|
|
2757
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2758
|
+
type="button"
|
|
2759
2759
|
disabled
|
|
2760
2760
|
>
|
|
2761
2761
|
<div class="v-btn__content">
|
|
@@ -2764,8 +2764,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2764
2764
|
</button>
|
|
2765
2765
|
</td>
|
|
2766
2766
|
<td>
|
|
2767
|
-
<button
|
|
2768
|
-
|
|
2767
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2768
|
+
type="button"
|
|
2769
2769
|
disabled
|
|
2770
2770
|
>
|
|
2771
2771
|
<div class="v-btn__content">
|
|
@@ -2774,8 +2774,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2774
2774
|
</button>
|
|
2775
2775
|
</td>
|
|
2776
2776
|
<td>
|
|
2777
|
-
<button
|
|
2778
|
-
|
|
2777
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2778
|
+
type="button"
|
|
2779
2779
|
disabled
|
|
2780
2780
|
>
|
|
2781
2781
|
<div class="v-btn__content">
|
|
@@ -2784,8 +2784,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2784
2784
|
</button>
|
|
2785
2785
|
</td>
|
|
2786
2786
|
<td>
|
|
2787
|
-
<button
|
|
2788
|
-
|
|
2787
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2788
|
+
type="button"
|
|
2789
2789
|
disabled
|
|
2790
2790
|
>
|
|
2791
2791
|
<div class="v-btn__content">
|
|
@@ -2796,8 +2796,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2796
2796
|
</tr>
|
|
2797
2797
|
<tr>
|
|
2798
2798
|
<td>
|
|
2799
|
-
<button
|
|
2800
|
-
|
|
2799
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2800
|
+
type="button"
|
|
2801
2801
|
disabled
|
|
2802
2802
|
>
|
|
2803
2803
|
<div class="v-btn__content">
|
|
@@ -2806,8 +2806,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2806
2806
|
</button>
|
|
2807
2807
|
</td>
|
|
2808
2808
|
<td>
|
|
2809
|
-
<button
|
|
2810
|
-
|
|
2809
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2810
|
+
type="button"
|
|
2811
2811
|
disabled
|
|
2812
2812
|
>
|
|
2813
2813
|
<div class="v-btn__content">
|
|
@@ -2816,8 +2816,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2816
2816
|
</button>
|
|
2817
2817
|
</td>
|
|
2818
2818
|
<td>
|
|
2819
|
-
<button
|
|
2820
|
-
|
|
2819
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2820
|
+
type="button"
|
|
2821
2821
|
disabled
|
|
2822
2822
|
>
|
|
2823
2823
|
<div class="v-btn__content">
|
|
@@ -2826,8 +2826,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2826
2826
|
</button>
|
|
2827
2827
|
</td>
|
|
2828
2828
|
<td>
|
|
2829
|
-
<button
|
|
2830
|
-
|
|
2829
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2830
|
+
type="button"
|
|
2831
2831
|
disabled
|
|
2832
2832
|
>
|
|
2833
2833
|
<div class="v-btn__content">
|
|
@@ -2836,8 +2836,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2836
2836
|
</button>
|
|
2837
2837
|
</td>
|
|
2838
2838
|
<td>
|
|
2839
|
-
<button
|
|
2840
|
-
|
|
2839
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2840
|
+
type="button"
|
|
2841
2841
|
disabled
|
|
2842
2842
|
>
|
|
2843
2843
|
<div class="v-btn__content">
|
|
@@ -2846,8 +2846,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2846
2846
|
</button>
|
|
2847
2847
|
</td>
|
|
2848
2848
|
<td>
|
|
2849
|
-
<button
|
|
2850
|
-
|
|
2849
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2850
|
+
type="button"
|
|
2851
2851
|
disabled
|
|
2852
2852
|
>
|
|
2853
2853
|
<div class="v-btn__content">
|
|
@@ -2856,8 +2856,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2856
2856
|
</button>
|
|
2857
2857
|
</td>
|
|
2858
2858
|
<td>
|
|
2859
|
-
<button
|
|
2860
|
-
|
|
2859
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2860
|
+
type="button"
|
|
2861
2861
|
disabled
|
|
2862
2862
|
>
|
|
2863
2863
|
<div class="v-btn__content">
|
|
@@ -2868,8 +2868,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2868
2868
|
</tr>
|
|
2869
2869
|
<tr>
|
|
2870
2870
|
<td>
|
|
2871
|
-
<button
|
|
2872
|
-
|
|
2871
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2872
|
+
type="button"
|
|
2873
2873
|
disabled
|
|
2874
2874
|
>
|
|
2875
2875
|
<div class="v-btn__content">
|
|
@@ -2878,8 +2878,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2878
2878
|
</button>
|
|
2879
2879
|
</td>
|
|
2880
2880
|
<td>
|
|
2881
|
-
<button
|
|
2882
|
-
|
|
2881
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2882
|
+
type="button"
|
|
2883
2883
|
disabled
|
|
2884
2884
|
>
|
|
2885
2885
|
<div class="v-btn__content">
|
|
@@ -2888,8 +2888,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2888
2888
|
</button>
|
|
2889
2889
|
</td>
|
|
2890
2890
|
<td>
|
|
2891
|
-
<button
|
|
2892
|
-
|
|
2891
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2892
|
+
type="button"
|
|
2893
2893
|
disabled
|
|
2894
2894
|
>
|
|
2895
2895
|
<div class="v-btn__content">
|
|
@@ -2898,8 +2898,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2898
2898
|
</button>
|
|
2899
2899
|
</td>
|
|
2900
2900
|
<td>
|
|
2901
|
-
<button
|
|
2902
|
-
|
|
2901
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2902
|
+
type="button"
|
|
2903
2903
|
disabled
|
|
2904
2904
|
>
|
|
2905
2905
|
<div class="v-btn__content">
|
|
@@ -2908,8 +2908,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2908
2908
|
</button>
|
|
2909
2909
|
</td>
|
|
2910
2910
|
<td>
|
|
2911
|
-
<button
|
|
2912
|
-
|
|
2911
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2912
|
+
type="button"
|
|
2913
2913
|
disabled
|
|
2914
2914
|
>
|
|
2915
2915
|
<div class="v-btn__content">
|
|
@@ -2918,8 +2918,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2918
2918
|
</button>
|
|
2919
2919
|
</td>
|
|
2920
2920
|
<td>
|
|
2921
|
-
<button
|
|
2922
|
-
|
|
2921
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2922
|
+
type="button"
|
|
2923
2923
|
disabled
|
|
2924
2924
|
>
|
|
2925
2925
|
<div class="v-btn__content">
|
|
@@ -2928,8 +2928,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2928
2928
|
</button>
|
|
2929
2929
|
</td>
|
|
2930
2930
|
<td>
|
|
2931
|
-
<button
|
|
2932
|
-
|
|
2931
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2932
|
+
type="button"
|
|
2933
2933
|
disabled
|
|
2934
2934
|
>
|
|
2935
2935
|
<div class="v-btn__content">
|
|
@@ -2940,8 +2940,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2940
2940
|
</tr>
|
|
2941
2941
|
<tr>
|
|
2942
2942
|
<td>
|
|
2943
|
-
<button
|
|
2944
|
-
|
|
2943
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2944
|
+
type="button"
|
|
2945
2945
|
disabled
|
|
2946
2946
|
>
|
|
2947
2947
|
<div class="v-btn__content">
|
|
@@ -2950,8 +2950,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2950
2950
|
</button>
|
|
2951
2951
|
</td>
|
|
2952
2952
|
<td>
|
|
2953
|
-
<button
|
|
2954
|
-
|
|
2953
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2954
|
+
type="button"
|
|
2955
2955
|
disabled
|
|
2956
2956
|
>
|
|
2957
2957
|
<div class="v-btn__content">
|
|
@@ -2960,8 +2960,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2960
2960
|
</button>
|
|
2961
2961
|
</td>
|
|
2962
2962
|
<td>
|
|
2963
|
-
<button
|
|
2964
|
-
|
|
2963
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2964
|
+
type="button"
|
|
2965
2965
|
disabled
|
|
2966
2966
|
>
|
|
2967
2967
|
<div class="v-btn__content">
|
|
@@ -2970,8 +2970,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2970
2970
|
</button>
|
|
2971
2971
|
</td>
|
|
2972
2972
|
<td>
|
|
2973
|
-
<button
|
|
2974
|
-
|
|
2973
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2974
|
+
type="button"
|
|
2975
2975
|
disabled
|
|
2976
2976
|
>
|
|
2977
2977
|
<div class="v-btn__content">
|
|
@@ -2980,8 +2980,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2980
2980
|
</button>
|
|
2981
2981
|
</td>
|
|
2982
2982
|
<td>
|
|
2983
|
-
<button
|
|
2984
|
-
|
|
2983
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2984
|
+
type="button"
|
|
2985
2985
|
disabled
|
|
2986
2986
|
>
|
|
2987
2987
|
<div class="v-btn__content">
|
|
@@ -2990,8 +2990,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
2990
2990
|
</button>
|
|
2991
2991
|
</td>
|
|
2992
2992
|
<td>
|
|
2993
|
-
<button
|
|
2994
|
-
|
|
2993
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
2994
|
+
type="button"
|
|
2995
2995
|
disabled
|
|
2996
2996
|
>
|
|
2997
2997
|
<div class="v-btn__content">
|
|
@@ -3000,8 +3000,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
3000
3000
|
</button>
|
|
3001
3001
|
</td>
|
|
3002
3002
|
<td>
|
|
3003
|
-
<button
|
|
3004
|
-
|
|
3003
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3004
|
+
type="button"
|
|
3005
3005
|
disabled
|
|
3006
3006
|
>
|
|
3007
3007
|
<div class="v-btn__content">
|
|
@@ -3012,8 +3012,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
3012
3012
|
</tr>
|
|
3013
3013
|
<tr>
|
|
3014
3014
|
<td>
|
|
3015
|
-
<button
|
|
3016
|
-
|
|
3015
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3016
|
+
type="button"
|
|
3017
3017
|
disabled
|
|
3018
3018
|
>
|
|
3019
3019
|
<div class="v-btn__content">
|
|
@@ -3022,8 +3022,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
3022
3022
|
</button>
|
|
3023
3023
|
</td>
|
|
3024
3024
|
<td>
|
|
3025
|
-
<button
|
|
3026
|
-
|
|
3025
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3026
|
+
type="button"
|
|
3027
3027
|
disabled
|
|
3028
3028
|
>
|
|
3029
3029
|
<div class="v-btn__content">
|
|
@@ -3032,8 +3032,8 @@ exports[`VDatePickerDateTable.ts should render disabled component and match snap
|
|
|
3032
3032
|
</button>
|
|
3033
3033
|
</td>
|
|
3034
3034
|
<td>
|
|
3035
|
-
<button
|
|
3036
|
-
|
|
3035
|
+
<button class="v-btn v-btn--flat v-btn--text v-btn--rounded v-btn--disabled theme--light"
|
|
3036
|
+
type="button"
|
|
3037
3037
|
disabled
|
|
3038
3038
|
>
|
|
3039
3039
|
<div class="v-btn__content">
|
|
@@ -3086,8 +3086,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3086
3086
|
<tbody>
|
|
3087
3087
|
<tr>
|
|
3088
3088
|
<td>
|
|
3089
|
-
<button
|
|
3090
|
-
|
|
3089
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3090
|
+
type="button"
|
|
3091
3091
|
>
|
|
3092
3092
|
<div class="v-btn__content">
|
|
3093
3093
|
1
|
|
@@ -3095,8 +3095,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3095
3095
|
</button>
|
|
3096
3096
|
</td>
|
|
3097
3097
|
<td>
|
|
3098
|
-
<button
|
|
3099
|
-
|
|
3098
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3099
|
+
type="button"
|
|
3100
3100
|
>
|
|
3101
3101
|
<div class="v-btn__content">
|
|
3102
3102
|
2
|
|
@@ -3104,8 +3104,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3104
3104
|
</button>
|
|
3105
3105
|
</td>
|
|
3106
3106
|
<td>
|
|
3107
|
-
<button
|
|
3108
|
-
|
|
3107
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3108
|
+
type="button"
|
|
3109
3109
|
>
|
|
3110
3110
|
<div class="v-btn__content">
|
|
3111
3111
|
3
|
|
@@ -3113,8 +3113,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3113
3113
|
</button>
|
|
3114
3114
|
</td>
|
|
3115
3115
|
<td>
|
|
3116
|
-
<button
|
|
3117
|
-
|
|
3116
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3117
|
+
type="button"
|
|
3118
3118
|
>
|
|
3119
3119
|
<div class="v-btn__content">
|
|
3120
3120
|
4
|
|
@@ -3122,8 +3122,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3122
3122
|
</button>
|
|
3123
3123
|
</td>
|
|
3124
3124
|
<td>
|
|
3125
|
-
<button
|
|
3126
|
-
|
|
3125
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3126
|
+
type="button"
|
|
3127
3127
|
>
|
|
3128
3128
|
<div class="v-btn__content">
|
|
3129
3129
|
5
|
|
@@ -3131,8 +3131,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3131
3131
|
</button>
|
|
3132
3132
|
</td>
|
|
3133
3133
|
<td>
|
|
3134
|
-
<button
|
|
3135
|
-
|
|
3134
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3135
|
+
type="button"
|
|
3136
3136
|
>
|
|
3137
3137
|
<div class="v-btn__content">
|
|
3138
3138
|
6
|
|
@@ -3140,8 +3140,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3140
3140
|
</button>
|
|
3141
3141
|
</td>
|
|
3142
3142
|
<td>
|
|
3143
|
-
<button
|
|
3144
|
-
|
|
3143
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3144
|
+
type="button"
|
|
3145
3145
|
>
|
|
3146
3146
|
<div class="v-btn__content">
|
|
3147
3147
|
7
|
|
@@ -3151,8 +3151,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3151
3151
|
</tr>
|
|
3152
3152
|
<tr>
|
|
3153
3153
|
<td>
|
|
3154
|
-
<button
|
|
3155
|
-
|
|
3154
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3155
|
+
type="button"
|
|
3156
3156
|
>
|
|
3157
3157
|
<div class="v-btn__content">
|
|
3158
3158
|
8
|
|
@@ -3160,8 +3160,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3160
3160
|
</button>
|
|
3161
3161
|
</td>
|
|
3162
3162
|
<td>
|
|
3163
|
-
<button
|
|
3164
|
-
|
|
3163
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3164
|
+
type="button"
|
|
3165
3165
|
>
|
|
3166
3166
|
<div class="v-btn__content">
|
|
3167
3167
|
9
|
|
@@ -3169,8 +3169,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3169
3169
|
</button>
|
|
3170
3170
|
</td>
|
|
3171
3171
|
<td>
|
|
3172
|
-
<button
|
|
3173
|
-
|
|
3172
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3173
|
+
type="button"
|
|
3174
3174
|
>
|
|
3175
3175
|
<div class="v-btn__content">
|
|
3176
3176
|
10
|
|
@@ -3178,8 +3178,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3178
3178
|
</button>
|
|
3179
3179
|
</td>
|
|
3180
3180
|
<td>
|
|
3181
|
-
<button
|
|
3182
|
-
|
|
3181
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3182
|
+
type="button"
|
|
3183
3183
|
>
|
|
3184
3184
|
<div class="v-btn__content">
|
|
3185
3185
|
11
|
|
@@ -3187,8 +3187,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3187
3187
|
</button>
|
|
3188
3188
|
</td>
|
|
3189
3189
|
<td>
|
|
3190
|
-
<button
|
|
3191
|
-
|
|
3190
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3191
|
+
type="button"
|
|
3192
3192
|
>
|
|
3193
3193
|
<div class="v-btn__content">
|
|
3194
3194
|
12
|
|
@@ -3196,8 +3196,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3196
3196
|
</button>
|
|
3197
3197
|
</td>
|
|
3198
3198
|
<td>
|
|
3199
|
-
<button
|
|
3200
|
-
|
|
3199
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3200
|
+
type="button"
|
|
3201
3201
|
>
|
|
3202
3202
|
<div class="v-btn__content">
|
|
3203
3203
|
13
|
|
@@ -3205,8 +3205,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3205
3205
|
</button>
|
|
3206
3206
|
</td>
|
|
3207
3207
|
<td>
|
|
3208
|
-
<button
|
|
3209
|
-
|
|
3208
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3209
|
+
type="button"
|
|
3210
3210
|
>
|
|
3211
3211
|
<div class="v-btn__content">
|
|
3212
3212
|
14
|
|
@@ -3216,8 +3216,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3216
3216
|
</tr>
|
|
3217
3217
|
<tr>
|
|
3218
3218
|
<td>
|
|
3219
|
-
<button
|
|
3220
|
-
|
|
3219
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3220
|
+
type="button"
|
|
3221
3221
|
>
|
|
3222
3222
|
<div class="v-btn__content">
|
|
3223
3223
|
15
|
|
@@ -3225,8 +3225,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3225
3225
|
</button>
|
|
3226
3226
|
</td>
|
|
3227
3227
|
<td>
|
|
3228
|
-
<button
|
|
3229
|
-
|
|
3228
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3229
|
+
type="button"
|
|
3230
3230
|
>
|
|
3231
3231
|
<div class="v-btn__content">
|
|
3232
3232
|
16
|
|
@@ -3234,8 +3234,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3234
3234
|
</button>
|
|
3235
3235
|
</td>
|
|
3236
3236
|
<td>
|
|
3237
|
-
<button
|
|
3238
|
-
|
|
3237
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3238
|
+
type="button"
|
|
3239
3239
|
>
|
|
3240
3240
|
<div class="v-btn__content">
|
|
3241
3241
|
17
|
|
@@ -3243,8 +3243,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3243
3243
|
</button>
|
|
3244
3244
|
</td>
|
|
3245
3245
|
<td>
|
|
3246
|
-
<button
|
|
3247
|
-
|
|
3246
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3247
|
+
type="button"
|
|
3248
3248
|
>
|
|
3249
3249
|
<div class="v-btn__content">
|
|
3250
3250
|
18
|
|
@@ -3252,8 +3252,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3252
3252
|
</button>
|
|
3253
3253
|
</td>
|
|
3254
3254
|
<td>
|
|
3255
|
-
<button
|
|
3256
|
-
|
|
3255
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3256
|
+
type="button"
|
|
3257
3257
|
>
|
|
3258
3258
|
<div class="v-btn__content">
|
|
3259
3259
|
19
|
|
@@ -3261,8 +3261,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3261
3261
|
</button>
|
|
3262
3262
|
</td>
|
|
3263
3263
|
<td>
|
|
3264
|
-
<button
|
|
3265
|
-
|
|
3264
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3265
|
+
type="button"
|
|
3266
3266
|
>
|
|
3267
3267
|
<div class="v-btn__content">
|
|
3268
3268
|
20
|
|
@@ -3270,8 +3270,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3270
3270
|
</button>
|
|
3271
3271
|
</td>
|
|
3272
3272
|
<td>
|
|
3273
|
-
<button
|
|
3274
|
-
|
|
3273
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3274
|
+
type="button"
|
|
3275
3275
|
>
|
|
3276
3276
|
<div class="v-btn__content">
|
|
3277
3277
|
21
|
|
@@ -3281,8 +3281,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3281
3281
|
</tr>
|
|
3282
3282
|
<tr>
|
|
3283
3283
|
<td>
|
|
3284
|
-
<button
|
|
3285
|
-
|
|
3284
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3285
|
+
type="button"
|
|
3286
3286
|
>
|
|
3287
3287
|
<div class="v-btn__content">
|
|
3288
3288
|
22
|
|
@@ -3290,8 +3290,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3290
3290
|
</button>
|
|
3291
3291
|
</td>
|
|
3292
3292
|
<td>
|
|
3293
|
-
<button
|
|
3294
|
-
|
|
3293
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3294
|
+
type="button"
|
|
3295
3295
|
>
|
|
3296
3296
|
<div class="v-btn__content">
|
|
3297
3297
|
23
|
|
@@ -3299,8 +3299,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3299
3299
|
</button>
|
|
3300
3300
|
</td>
|
|
3301
3301
|
<td>
|
|
3302
|
-
<button
|
|
3303
|
-
|
|
3302
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3303
|
+
type="button"
|
|
3304
3304
|
>
|
|
3305
3305
|
<div class="v-btn__content">
|
|
3306
3306
|
24
|
|
@@ -3308,8 +3308,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3308
3308
|
</button>
|
|
3309
3309
|
</td>
|
|
3310
3310
|
<td>
|
|
3311
|
-
<button
|
|
3312
|
-
|
|
3311
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3312
|
+
type="button"
|
|
3313
3313
|
>
|
|
3314
3314
|
<div class="v-btn__content">
|
|
3315
3315
|
25
|
|
@@ -3317,8 +3317,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3317
3317
|
</button>
|
|
3318
3318
|
</td>
|
|
3319
3319
|
<td>
|
|
3320
|
-
<button
|
|
3321
|
-
|
|
3320
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3321
|
+
type="button"
|
|
3322
3322
|
>
|
|
3323
3323
|
<div class="v-btn__content">
|
|
3324
3324
|
26
|
|
@@ -3326,8 +3326,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3326
3326
|
</button>
|
|
3327
3327
|
</td>
|
|
3328
3328
|
<td>
|
|
3329
|
-
<button
|
|
3330
|
-
|
|
3329
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3330
|
+
type="button"
|
|
3331
3331
|
>
|
|
3332
3332
|
<div class="v-btn__content">
|
|
3333
3333
|
27
|
|
@@ -3335,8 +3335,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3335
3335
|
</button>
|
|
3336
3336
|
</td>
|
|
3337
3337
|
<td>
|
|
3338
|
-
<button
|
|
3339
|
-
|
|
3338
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3339
|
+
type="button"
|
|
3340
3340
|
>
|
|
3341
3341
|
<div class="v-btn__content">
|
|
3342
3342
|
28
|
|
@@ -3346,8 +3346,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3346
3346
|
</tr>
|
|
3347
3347
|
<tr>
|
|
3348
3348
|
<td>
|
|
3349
|
-
<button
|
|
3350
|
-
|
|
3349
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3350
|
+
type="button"
|
|
3351
3351
|
>
|
|
3352
3352
|
<div class="v-btn__content">
|
|
3353
3353
|
29
|
|
@@ -3355,8 +3355,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3355
3355
|
</button>
|
|
3356
3356
|
</td>
|
|
3357
3357
|
<td>
|
|
3358
|
-
<button
|
|
3359
|
-
|
|
3358
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3359
|
+
type="button"
|
|
3360
3360
|
>
|
|
3361
3361
|
<div class="v-btn__content">
|
|
3362
3362
|
30
|
|
@@ -3364,8 +3364,8 @@ exports[`VDatePickerDateTable.ts should render readonly component and match snap
|
|
|
3364
3364
|
</button>
|
|
3365
3365
|
</td>
|
|
3366
3366
|
<td>
|
|
3367
|
-
<button
|
|
3368
|
-
|
|
3367
|
+
<button class="v-btn v-btn--text v-btn--rounded theme--light"
|
|
3368
|
+
type="button"
|
|
3369
3369
|
>
|
|
3370
3370
|
<div class="v-btn__content">
|
|
3371
3371
|
31
|