@dimailn/vuetify 2.7.2-alpha4 → 2.7.2-alpha41
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 +4797 -2636
- 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 +46 -12
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VApp/VApp.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/VAppBar/VAppBarTitle.js.map +1 -1
- package/es5/components/VAppBar/index.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +11 -7
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VAvatar/VAvatar.js +3 -1
- package/es5/components/VAvatar/VAvatar.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 +41 -14
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.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 +28 -2
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/es5/components/VBreadcrumbs/index.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +20 -16
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.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 +47 -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 +38 -36
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/index.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 +46 -59
- 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/VCalendar/modes/common.js.map +1 -1
- package/es5/components/VCalendar/modes/index.js.map +1 -1
- package/es5/components/VCalendar/modes/stack.js.map +1 -1
- package/es5/components/VCalendar/util/events.js.map +1 -1
- package/es5/components/VCalendar/util/props.js.map +1 -1
- package/es5/components/VCalendar/util/timestamp.js.map +1 -1
- package/es5/components/VCard/VCard.js +2 -1
- package/es5/components/VCard/VCard.js.map +1 -1
- package/es5/components/VCard/index.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +62 -18
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +11 -4
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCarousel/index.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +40 -9
- 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/VCheckbox/index.js.map +1 -1
- package/es5/components/VChip/VChip.js +30 -12
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VChipGroup/VChipGroup.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +57 -38
- 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 +29 -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 +16 -11
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VColorPicker/util/index.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VContent/VContent.js +25 -6
- package/es5/components/VContent/VContent.js.map +1 -1
- package/es5/components/VCounter/VCounter.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/VDataIterator/index.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +6 -3
- package/es5/components/VDataTable/Row.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 +94 -81
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +8 -7
- 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 +32 -38
- 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/index.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 +54 -37
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerDateTable.js +2 -2
- package/es5/components/VDatePicker/VDatePickerDateTable.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 +61 -16
- 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/index.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +52 -31
- 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/VDatePicker/util/eventHelpers.js +27 -17
- package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/es5/components/VDatePicker/util/index.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +60 -34
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VDivider/VDivider.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/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/es5/components/VExpansionPanel/index.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +53 -28
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VFooter/VFooter.js +7 -6
- package/es5/components/VFooter/VFooter.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 +6 -4
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +27 -10
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VGrid/VRow.js +1 -1
- package/es5/components/VGrid/VRow.js.map +1 -1
- package/es5/components/VGrid/grid.js +35 -15
- package/es5/components/VGrid/grid.js.map +1 -1
- package/es5/components/VGrid/index.js.map +1 -1
- package/es5/components/VHover/VHover.js +24 -17
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +79 -54
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VImg/VImg.js +13 -9
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +74 -15
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +21 -17
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +11 -2
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VItemGroup/index.js.map +1 -1
- package/es5/components/VLabel/VLabel.js +3 -1
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +12 -16
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VList.js +2 -2
- 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 +67 -20
- 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/VList/VListItemAvatar.js.map +1 -1
- package/es5/components/VList/VListItemGroup.js.map +1 -1
- package/es5/components/VList/VListItemIcon.js +3 -1
- package/es5/components/VList/VListItemIcon.js.map +1 -1
- package/es5/components/VList/index.js.map +1 -1
- package/es5/components/VMain/VMain.js +1 -1
- package/es5/components/VMain/VMain.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +62 -32
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VMessages/VMessages.js +40 -10
- package/es5/components/VMessages/VMessages.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +41 -19
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +87 -34
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +18 -14
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +31 -3
- 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/VParallax/VParallax.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 +51 -30
- 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/VRadioGroup/index.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/VResponsive/VResponsive.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +161 -81
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +126 -46
- package/es5/components/VSelect/VSelectList.js.map +1 -1
- package/es5/components/VSheet/VSheet.js +3 -1
- package/es5/components/VSheet/VSheet.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +43 -29
- 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/VSlideGroup/index.js.map +1 -1
- package/es5/components/VSlider/VSlider.js +67 -35
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js +8 -3
- 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/VSparkline/helpers/core.js.map +1 -1
- package/es5/components/VSparkline/helpers/math.js.map +1 -1
- package/es5/components/VSpeedDial/VSpeedDial.js +19 -19
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +3 -2
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +9 -8
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +15 -21
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VStepper/index.js.map +1 -1
- package/es5/components/VSubheader/VSubheader.js +1 -1
- 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/VSystemBar/VSystemBar.js +5 -5
- package/es5/components/VSystemBar/VSystemBar.js.map +1 -1
- package/es5/components/VTabs/VTab.js +9 -1
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTabs/VTabItem.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +74 -25
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTabs/VTabsBar.js +3 -0
- 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/VTabs/VTabsSlider.js.map +1 -1
- package/es5/components/VTabs/index.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +42 -29
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTextarea/VTextarea.js +1 -1
- package/es5/components/VTextarea/VTextarea.js.map +1 -1
- package/es5/components/VThemeProvider/VThemeProvider.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/VTimePicker/index.js.map +1 -1
- package/es5/components/VTimeline/VTimeline.js.map +1 -1
- package/es5/components/VTimeline/VTimelineItem.js +8 -2
- package/es5/components/VTimeline/VTimelineItem.js.map +1 -1
- package/es5/components/VTimeline/index.js.map +1 -1
- package/es5/components/VToolbar/VToolbar.js +3 -6
- package/es5/components/VToolbar/VToolbar.js.map +1 -1
- package/es5/components/VToolbar/index.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +14 -20
- 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/VTreeview/index.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/VWindow/index.js.map +1 -1
- package/es5/components/transitions/createTransition.js +10 -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/components/transitions/index.js.map +1 -1
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/color/index.js +6 -3
- package/es5/directives/color/index.js.map +1 -1
- package/es5/directives/intersect/index.js +21 -8
- 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/ripple/index.js +5 -2
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +8 -8
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +11 -8
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/framework.js.map +1 -1
- package/es5/index.js.map +1 -1
- package/es5/install.js +10 -33
- package/es5/install.js.map +1 -1
- package/es5/locale/af.js.map +1 -1
- package/es5/locale/ar.js.map +1 -1
- package/es5/locale/az.js.map +1 -1
- package/es5/locale/bg.js.map +1 -1
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/ckb.js.map +1 -1
- package/es5/locale/cs.js.map +1 -1
- package/es5/locale/da.js.map +1 -1
- package/es5/locale/de.js.map +1 -1
- package/es5/locale/el.js.map +1 -1
- package/es5/locale/en.js.map +1 -1
- package/es5/locale/es.js.map +1 -1
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/fa.js.map +1 -1
- package/es5/locale/fi.js.map +1 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/he.js.map +1 -1
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/hu.js.map +1 -1
- package/es5/locale/id.js.map +1 -1
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/ja.js.map +1 -1
- package/es5/locale/ko.js.map +1 -1
- package/es5/locale/lt.js.map +1 -1
- package/es5/locale/lv.js.map +1 -1
- package/es5/locale/nl.js.map +1 -1
- package/es5/locale/no.js.map +1 -1
- package/es5/locale/pl.js.map +1 -1
- package/es5/locale/pt.js.map +1 -1
- package/es5/locale/ro.js.map +1 -1
- package/es5/locale/ru.js.map +1 -1
- package/es5/locale/sk.js.map +1 -1
- package/es5/locale/sl.js.map +1 -1
- package/es5/locale/sr-Cyrl.js.map +1 -1
- package/es5/locale/sr-Latn.js.map +1 -1
- package/es5/locale/sv.js.map +1 -1
- package/es5/locale/th.js.map +1 -1
- package/es5/locale/tr.js.map +1 -1
- package/es5/locale/uk.js.map +1 -1
- package/es5/locale/vi.js.map +1 -1
- package/es5/locale/zh-Hans.js.map +1 -1
- package/es5/locale/zh-Hant.js.map +1 -1
- package/es5/mixins/activatable/index.js +17 -19
- 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/button-group/index.js.map +1 -1
- package/es5/mixins/colorable/index.js +1 -0
- package/es5/mixins/colorable/index.js.map +1 -1
- package/es5/mixins/comparable/index.js.map +1 -1
- package/es5/mixins/delayable/index.js.map +1 -1
- package/es5/mixins/dependent/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +13 -10
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/elevatable/index.js.map +1 -1
- package/es5/mixins/filterable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js +6 -2
- 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/loadable/index.js +3 -1
- package/es5/mixins/loadable/index.js.map +1 -1
- package/es5/mixins/localable/index.js.map +1 -1
- package/es5/mixins/measurable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +3 -3
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/mobile/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/picker-button/index.js.map +1 -1
- package/es5/mixins/positionable/index.js.map +1 -1
- package/es5/mixins/proxyable/index.js +5 -2
- package/es5/mixins/proxyable/index.js.map +1 -1
- package/es5/mixins/registrable/index.js.map +1 -1
- package/es5/mixins/returnable/index.js.map +1 -1
- package/es5/mixins/rippleable/index.js.map +1 -1
- package/es5/mixins/roundable/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/scrollable/index.js.map +1 -1
- package/es5/mixins/selectable/index.js +9 -7
- package/es5/mixins/selectable/index.js.map +1 -1
- package/es5/mixins/sizeable/index.js.map +1 -1
- package/es5/mixins/ssr-bootable/index.js.map +1 -1
- package/es5/mixins/stackable/index.js.map +1 -1
- package/es5/mixins/themeable/index.js.map +1 -1
- package/es5/mixins/toggleable/index.js.map +1 -1
- package/es5/mixins/transitionable/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/presets/default/index.js.map +1 -1
- package/es5/services/application/index.js.map +1 -1
- package/es5/services/breakpoint/index.js.map +1 -1
- package/es5/services/goto/index.js.map +1 -1
- package/es5/services/goto/util.js +42 -3
- package/es5/services/goto/util.js.map +1 -1
- package/es5/services/icons/index.js.map +1 -1
- package/es5/services/icons/presets/fa-svg.js.map +1 -1
- package/es5/services/icons/presets/fa.js.map +1 -1
- package/es5/services/icons/presets/fa4.js.map +1 -1
- package/es5/services/icons/presets/index.js.map +1 -1
- package/es5/services/icons/presets/md.js.map +1 -1
- package/es5/services/icons/presets/mdi-svg.js.map +1 -1
- package/es5/services/icons/presets/mdi.js.map +1 -1
- package/es5/services/lang/index.js.map +1 -1
- package/es5/services/presets/index.js.map +1 -1
- package/es5/services/service/index.js.map +1 -1
- package/es5/services/theme/index.js +21 -72
- package/es5/services/theme/index.js.map +1 -1
- package/es5/services/theme/utils.js.map +1 -1
- package/es5/types/vue-augment.js +4 -0
- package/es5/types/vue-augment.js.map +1 -0
- package/es5/types/vue-internal.js +6 -0
- package/es5/types/vue-internal.js.map +1 -0
- package/es5/util/color/transformCIELAB.js.map +1 -1
- package/es5/util/color/transformSRGB.js.map +1 -1
- package/es5/util/colorUtils.js.map +1 -1
- package/es5/util/colors.js.map +1 -1
- package/es5/util/console.js +49 -18
- package/es5/util/console.js.map +1 -1
- package/es5/util/dedupeModelListeners.js.map +1 -1
- package/es5/util/helpers.js +89 -21
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/legacyEventsMixin.js +48 -0
- package/es5/util/legacyEventsMixin.js.map +1 -0
- package/es5/util/make-directive-activatable.js +1 -1
- package/es5/util/make-directive-activatable.js.map +1 -1
- package/es5/util/mergeData.js +6 -23
- package/es5/util/mergeData.js.map +1 -1
- package/es5/util/mixins.js +4 -3
- package/es5/util/mixins.js.map +1 -1
- package/es5/util/rebuildFunctionalSlots.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +17 -13
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VApp/VApp.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/VAppBar/VAppBarTitle.js.map +1 -1
- package/lib/components/VAppBar/index.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +12 -8
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.js +3 -1
- package/lib/components/VAvatar/VAvatar.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 +21 -15
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.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 +25 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBreadcrumbs/index.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +21 -21
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.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 +25 -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 +36 -40
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/index.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 +20 -40
- 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/VCalendar/modes/common.js.map +1 -1
- package/lib/components/VCalendar/modes/index.js.map +1 -1
- package/lib/components/VCalendar/modes/stack.js.map +1 -1
- package/lib/components/VCalendar/util/events.js.map +1 -1
- package/lib/components/VCalendar/util/props.js.map +1 -1
- package/lib/components/VCalendar/util/timestamp.js.map +1 -1
- package/lib/components/VCard/VCard.js +3 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/index.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +37 -17
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.js +4 -3
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
- package/lib/components/VCarousel/index.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +19 -9
- 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/VCheckbox/index.js.map +1 -1
- package/lib/components/VChip/VChip.js +21 -11
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +48 -45
- 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 +16 -10
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VColorPicker/util/index.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VContent/VContent.js +19 -4
- package/lib/components/VContent/VContent.js.map +1 -1
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VData/VData.js +17 -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 +32 -35
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataIterator/index.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +6 -3
- package/lib/components/VDataTable/Row.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 +67 -73
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.js +10 -8
- 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 +19 -26
- 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/index.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 +41 -28
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.js +2 -2
- package/lib/components/VDatePicker/VDatePickerDateTable.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 +34 -11
- 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/index.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +30 -17
- 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/VDatePicker/util/eventHelpers.js +26 -14
- package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/lib/components/VDatePicker/util/index.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +14 -6
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VDivider/VDivider.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/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/lib/components/VExpansionPanel/index.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +44 -26
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +6 -4
- package/lib/components/VFooter/VFooter.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 +8 -7
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +14 -10
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/VRow.js +3 -4
- package/lib/components/VGrid/VRow.js.map +1 -1
- package/lib/components/VGrid/grid.js +16 -14
- package/lib/components/VGrid/grid.js.map +1 -1
- package/lib/components/VGrid/index.js.map +1 -1
- package/lib/components/VHover/VHover.js +24 -18
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +81 -58
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +8 -10
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +39 -12
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +24 -20
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +14 -5
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VItemGroup/index.js.map +1 -1
- package/lib/components/VLabel/VLabel.js +3 -1
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +13 -17
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js +3 -3
- 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 +42 -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/VList/VListItemAvatar.js.map +1 -1
- package/lib/components/VList/VListItemGroup.js.map +1 -1
- package/lib/components/VList/VListItemIcon.js +3 -1
- package/lib/components/VList/VListItemIcon.js.map +1 -1
- package/lib/components/VList/index.js.map +1 -1
- package/lib/components/VMain/VMain.js +2 -2
- package/lib/components/VMain/VMain.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +18 -6
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +20 -6
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +17 -12
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +103 -35
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +16 -15
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +13 -2
- 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/VParallax/VParallax.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 +45 -22
- 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/VRadioGroup/index.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/VResponsive/VResponsive.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +104 -42
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +73 -33
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSheet/VSheet.js +3 -2
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +26 -24
- 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/VSlideGroup/index.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +36 -26
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +2 -1
- 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/VSparkline/helpers/core.js.map +1 -1
- package/lib/components/VSparkline/helpers/math.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.js +13 -17
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +4 -3
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +7 -8
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +9 -20
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VStepper/index.js.map +1 -1
- package/lib/components/VSubheader/VSubheader.js +1 -1
- 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/VSystemBar/VSystemBar.js +1 -2
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
- package/lib/components/VTabs/VTab.js +8 -2
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabItem.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +38 -9
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTabs/VTabsBar.js +3 -0
- 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/VTabs/VTabsSlider.js.map +1 -1
- package/lib/components/VTabs/index.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +15 -19
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +1 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.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/VTimePicker/index.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.js.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.js +4 -2
- package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
- package/lib/components/VTimeline/index.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +6 -7
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/index.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +11 -22
- 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/VTreeview/index.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 +9 -9
- 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/VWindow/index.js.map +1 -1
- package/lib/components/transitions/createTransition.js +7 -4
- 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/components/transitions/index.js.map +1 -1
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/color/index.js +6 -3
- package/lib/directives/color/index.js.map +1 -1
- package/lib/directives/intersect/index.js +21 -8
- 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/ripple/index.js +5 -3
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +8 -8
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +11 -8
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/install.js +5 -28
- package/lib/install.js.map +1 -1
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/az.js.map +1 -1
- package/lib/locale/bg.js.map +1 -1
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/ckb.js.map +1 -1
- package/lib/locale/cs.js.map +1 -1
- package/lib/locale/da.js.map +1 -1
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fi.js.map +1 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.js.map +1 -1
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sk.js.map +1 -1
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sr-Latn.js.map +1 -1
- package/lib/locale/sv.js.map +1 -1
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/vi.js.map +1 -1
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/mixins/activatable/index.js +19 -20
- 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/button-group/index.js.map +1 -1
- package/lib/mixins/colorable/index.js +1 -0
- package/lib/mixins/colorable/index.js.map +1 -1
- package/lib/mixins/comparable/index.js.map +1 -1
- package/lib/mixins/delayable/index.js.map +1 -1
- package/lib/mixins/dependent/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +14 -11
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/elevatable/index.js.map +1 -1
- package/lib/mixins/filterable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js +4 -2
- 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/loadable/index.js +3 -1
- package/lib/mixins/loadable/index.js.map +1 -1
- package/lib/mixins/localable/index.js.map +1 -1
- package/lib/mixins/measurable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +3 -3
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/mobile/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 +4 -2
- 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/picker-button/index.js +1 -2
- package/lib/mixins/picker-button/index.js.map +1 -1
- package/lib/mixins/positionable/index.js.map +1 -1
- package/lib/mixins/proxyable/index.js +5 -2
- package/lib/mixins/proxyable/index.js.map +1 -1
- package/lib/mixins/registrable/index.js.map +1 -1
- package/lib/mixins/returnable/index.js.map +1 -1
- package/lib/mixins/rippleable/index.js.map +1 -1
- package/lib/mixins/roundable/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/scrollable/index.js.map +1 -1
- package/lib/mixins/selectable/index.js +15 -12
- package/lib/mixins/selectable/index.js.map +1 -1
- package/lib/mixins/sizeable/index.js.map +1 -1
- package/lib/mixins/ssr-bootable/index.js.map +1 -1
- package/lib/mixins/stackable/index.js.map +1 -1
- package/lib/mixins/themeable/index.js.map +1 -1
- package/lib/mixins/toggleable/index.js.map +1 -1
- package/lib/mixins/transitionable/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/presets/default/index.js.map +1 -1
- package/lib/services/application/index.js.map +1 -1
- package/lib/services/breakpoint/index.js.map +1 -1
- package/lib/services/goto/index.js.map +1 -1
- package/lib/services/goto/util.js +42 -3
- package/lib/services/goto/util.js.map +1 -1
- package/lib/services/icons/index.js.map +1 -1
- package/lib/services/icons/presets/fa-svg.js.map +1 -1
- package/lib/services/icons/presets/fa.js.map +1 -1
- package/lib/services/icons/presets/fa4.js.map +1 -1
- package/lib/services/icons/presets/index.js.map +1 -1
- package/lib/services/icons/presets/md.js.map +1 -1
- package/lib/services/icons/presets/mdi-svg.js.map +1 -1
- package/lib/services/icons/presets/mdi.js.map +1 -1
- package/lib/services/lang/index.js.map +1 -1
- package/lib/services/presets/index.js.map +1 -1
- package/lib/services/service/index.js.map +1 -1
- package/lib/services/theme/index.js +19 -65
- package/lib/services/theme/index.js.map +1 -1
- package/lib/services/theme/utils.js.map +1 -1
- package/lib/types/vue-augment.js +5 -0
- package/lib/types/vue-augment.js.map +1 -0
- package/lib/types/vue-internal.js +2 -0
- package/lib/types/vue-internal.js.map +1 -0
- package/lib/util/color/transformCIELAB.js.map +1 -1
- package/lib/util/color/transformSRGB.js.map +1 -1
- package/lib/util/colorUtils.js.map +1 -1
- package/lib/util/colors.js.map +1 -1
- package/lib/util/console.js +47 -17
- package/lib/util/console.js.map +1 -1
- package/lib/util/dedupeModelListeners.js.map +1 -1
- package/lib/util/helpers.js +79 -21
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/legacyEventsMixin.js +37 -0
- package/lib/util/legacyEventsMixin.js.map +1 -0
- package/lib/util/make-directive-activatable.js +1 -1
- package/lib/util/make-directive-activatable.js.map +1 -1
- package/lib/util/mergeData.js +6 -23
- package/lib/util/mergeData.js.map +1 -1
- package/lib/util/mixins.js +3 -2
- package/lib/util/mixins.js.map +1 -1
- package/lib/util/rebuildFunctionalSlots.js.map +1 -1
- package/package.json +5 -4
- package/src/components/VAlert/VAlert.ts +43 -33
- package/src/components/VAlert/__tests__/VAlert.spec.ts +88 -60
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +18 -20
- package/src/components/VApp/VApp.ts +9 -9
- package/src/components/VApp/__tests__/VApp.spec.ts +35 -29
- package/src/components/VApp/__tests__/__snapshots__/VApp.spec.ts.snap +4 -4
- package/src/components/VAppBar/VAppBar.ts +31 -24
- package/src/components/VAppBar/VAppBarNavIcon.ts +4 -4
- package/src/components/VAppBar/VAppBarTitle.ts +13 -13
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +284 -99
- package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +3 -7
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBar.spec.ts.snap +13 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +4 -5
- package/src/components/VAppBar/index.ts +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +54 -26
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +153 -100
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +140 -113
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +130 -68
- package/src/components/VAvatar/VAvatar.ts +9 -9
- package/src/components/VAvatar/__tests__/VAvatar.spec.ts +72 -10
- package/src/components/VBadge/VBadge.ts +49 -37
- package/src/components/VBadge/__tests__/VBadge.spec.ts +64 -47
- package/src/components/VBadge/__tests__/__snapshots__/VBadge.spec.ts.snap +5 -5
- package/src/components/VBanner/VBanner.ts +46 -33
- package/src/components/VBanner/__tests__/VBanner.spec.ts +65 -66
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +3 -3
- package/src/components/VBottomNavigation/VBottomNavigation.ts +44 -28
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +55 -49
- package/src/components/VBottomNavigation/__tests__/__snapshots__/VBottomNavigation.spec.ts.snap +10 -10
- package/src/components/VBottomSheet/VBottomSheet.ts +5 -5
- package/src/components/VBreadcrumbs/VBreadcrumbs.ts +18 -14
- package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +38 -14
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +141 -26
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +14 -10
- package/src/components/VBreadcrumbs/index.ts +2 -2
- package/src/components/VBtn/VBtn.ts +42 -34
- package/src/components/VBtn/__tests__/VBtn.spec.ts +268 -248
- package/src/components/VBtn/__tests__/__snapshots__/VBtn.spec.ts.snap +13 -73
- package/src/components/VBtnToggle/VBtnToggle.ts +6 -6
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +11 -7
- package/src/components/VCalendar/VCalendar.ts +41 -40
- package/src/components/VCalendar/VCalendarCategory.ts +28 -25
- package/src/components/VCalendar/VCalendarDaily.ts +59 -66
- package/src/components/VCalendar/VCalendarMonthly.ts +4 -3
- package/src/components/VCalendar/VCalendarWeekly.ts +47 -48
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +36 -52
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +33 -31
- package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +57 -55
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +38 -38
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendarDaily.spec.ts.snap +122 -122
- package/src/components/VCalendar/index.ts +2 -2
- 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 +45 -42
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +60 -67
- package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +63 -60
- package/src/components/VCalendar/mixins/__tests__/times.spec.ts +15 -14
- package/src/components/VCalendar/mixins/calendar-base.ts +12 -17
- package/src/components/VCalendar/mixins/calendar-with-events.ts +56 -69
- package/src/components/VCalendar/mixins/calendar-with-intervals.ts +5 -5
- package/src/components/VCalendar/mixins/times.ts +10 -10
- package/src/components/VCalendar/modes/__tests__/common.spec.ts +12 -12
- package/src/components/VCalendar/modes/common.ts +2 -2
- package/src/components/VCalendar/modes/index.ts +1 -1
- package/src/components/VCalendar/modes/stack.ts +1 -1
- package/src/components/VCalendar/util/__tests__/events.spec.ts +10 -10
- package/src/components/VCalendar/util/__tests__/timestamp.spec.ts +18 -18
- package/src/components/VCalendar/util/events.ts +2 -2
- package/src/components/VCalendar/util/props.ts +56 -58
- package/src/components/VCalendar/util/timestamp.ts +2 -2
- package/src/components/VCard/VCard.ts +13 -11
- package/src/components/VCard/__tests__/VCard.spec.ts +58 -40
- package/src/components/VCard/__tests__/__snapshots__/VCard.spec.ts.snap +2 -2
- package/src/components/VCard/index.ts +3 -3
- package/src/components/VCarousel/VCarousel.ts +58 -31
- package/src/components/VCarousel/VCarouselItem.ts +16 -12
- package/src/components/VCarousel/__tests__/VCarousel.spec.ts +101 -78
- package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +11 -7
- package/src/components/VCarousel/__tests__/__snapshots__/VCarousel.spec.ts.snap +1 -1
- package/src/components/VCarousel/index.ts +2 -2
- package/src/components/VCheckbox/VCheckbox.ts +35 -22
- package/src/components/VCheckbox/VSimpleCheckbox.ts +101 -51
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +170 -159
- package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +46 -13
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +54 -50
- package/src/components/VCheckbox/index.ts +2 -2
- package/src/components/VChip/VChip.ts +40 -35
- package/src/components/VChip/__tests__/VChip.spec.ts +76 -63
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +4 -4
- package/src/components/VChipGroup/VChipGroup.ts +8 -8
- package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +19 -26
- package/src/components/VColorPicker/VColorPicker.ts +68 -58
- package/src/components/VColorPicker/VColorPickerCanvas.ts +59 -52
- package/src/components/VColorPicker/VColorPickerEdit.ts +57 -55
- package/src/components/VColorPicker/VColorPickerPreview.ts +56 -36
- package/src/components/VColorPicker/VColorPickerSwatches.ts +53 -40
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +68 -68
- package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +23 -21
- package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +65 -63
- package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +106 -35
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +236 -193
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +48 -31
- package/src/components/VColorPicker/util/__tests__/index.spec.ts +2 -2
- package/src/components/VColorPicker/util/index.ts +5 -5
- package/src/components/VCombobox/VCombobox.ts +33 -10
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +220 -192
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +145 -114
- package/src/components/VContent/VContent.ts +13 -5
- package/src/components/VCounter/VCounter.ts +6 -6
- package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
- package/src/components/VData/VData.ts +53 -41
- package/src/components/VData/__tests__/VData.spec.ts +174 -195
- package/src/components/VDataIterator/VDataFooter.ts +43 -35
- package/src/components/VDataIterator/VDataIterator.ts +77 -60
- package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +66 -67
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +133 -165
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +113 -103
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +94 -84
- package/src/components/VDataIterator/index.ts +2 -2
- package/src/components/VDataTable/MobileRow.ts +7 -7
- package/src/components/VDataTable/Row.ts +13 -9
- package/src/components/VDataTable/RowGroup.ts +40 -23
- package/src/components/VDataTable/VDataTable.ts +131 -126
- package/src/components/VDataTable/VDataTableHeader.ts +12 -13
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +23 -13
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +29 -35
- package/src/components/VDataTable/VEditDialog.ts +33 -31
- package/src/components/VDataTable/VSimpleTable.ts +12 -13
- package/src/components/VDataTable/VVirtualTable.ts +25 -27
- package/src/components/VDataTable/__tests__/MobileRow.spec.ts +65 -76
- package/src/components/VDataTable/__tests__/Row.spec.ts +73 -82
- package/src/components/VDataTable/__tests__/RowGroup.spec.ts +11 -9
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +1007 -1011
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +60 -54
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +68 -56
- package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +70 -44
- package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +19 -21
- package/src/components/VDataTable/__tests__/__snapshots__/Row.spec.ts.snap +30 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +3560 -1901
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +157 -186
- 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/index.ts +2 -2
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +14 -17
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +31 -31
- package/src/components/VDataTable/mixins/header.ts +17 -22
- package/src/components/VDatePicker/VDatePicker.ts +92 -72
- package/src/components/VDatePicker/VDatePickerDateTable.ts +25 -20
- package/src/components/VDatePicker/VDatePickerHeader.ts +66 -41
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +8 -8
- package/src/components/VDatePicker/VDatePickerTitle.ts +54 -28
- package/src/components/VDatePicker/VDatePickerYears.ts +26 -24
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +371 -353
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +191 -165
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +115 -129
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +107 -97
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +94 -108
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +68 -44
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +40 -37
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +628 -595
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +248 -228
- 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 +18 -9
- package/src/components/VDatePicker/index.ts +3 -3
- package/src/components/VDatePicker/mixins/date-picker-table.ts +68 -51
- package/src/components/VDatePicker/util/__tests__/createNativeLocaleFormatter.spec.ts +7 -0
- package/src/components/VDatePicker/util/createNativeLocaleFormatter.ts +3 -0
- package/src/components/VDatePicker/util/eventHelpers.ts +33 -13
- package/src/components/VDatePicker/util/index.ts +2 -2
- package/src/components/VDialog/VDialog.ts +43 -34
- package/src/components/VDialog/__tests__/VDialog.spec.ts +131 -127
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +0 -15
- package/src/components/VDivider/VDivider.ts +4 -5
- package/src/components/VDivider/__tests__/VDivider.spec.ts +14 -18
- package/src/components/VDivider/__tests__/__snapshots__/VDivider.spec.ts.snap +2 -2
- package/src/components/VExpansionPanel/VExpansionPanel.ts +13 -8
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +12 -15
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +19 -24
- package/src/components/VExpansionPanel/VExpansionPanels.ts +6 -6
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +59 -43
- package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +9 -7
- package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +11 -7
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +12 -11
- package/src/components/VExpansionPanel/index.ts +2 -2
- package/src/components/VFileInput/VFileInput.ts +68 -53
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +106 -76
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +242 -146
- package/src/components/VFooter/VFooter.ts +15 -16
- package/src/components/VFooter/__tests__/VFooter.spec.ts +35 -28
- package/src/components/VForm/VForm.ts +71 -43
- package/src/components/VForm/__tests__/VForm.spec.ts +114 -94
- package/src/components/VGrid/VCol.ts +18 -18
- package/src/components/VGrid/VContainer.ts +20 -16
- package/src/components/VGrid/VRow.ts +17 -17
- package/src/components/VGrid/__tests__/VCol.spec.ts +34 -32
- package/src/components/VGrid/__tests__/VContainer.spec.ts +59 -4
- package/src/components/VGrid/__tests__/VFlex.spec.ts +4 -4
- package/src/components/VGrid/__tests__/VGrid.spec.ts +19 -19
- package/src/components/VGrid/__tests__/VLayout.spec.ts +4 -4
- package/src/components/VGrid/grid.ts +18 -19
- package/src/components/VGrid/index.ts +3 -3
- package/src/components/VHover/VHover.ts +27 -22
- package/src/components/VHover/__tests__/VHover.spec.ts +50 -34
- package/src/components/VIcon/VIcon.ts +107 -80
- package/src/components/VIcon/__tests__/VIcon.spec.ts +143 -127
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +19 -74
- package/src/components/VImg/VImg.ts +52 -52
- package/src/components/VImg/__tests__/VImg.spec.ts +42 -41
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +71 -66
- package/src/components/VInput/VInput.ts +75 -47
- package/src/components/VInput/__tests__/VInput.spec.ts +115 -160
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +50 -101
- package/src/components/VItemGroup/VItem.ts +35 -29
- package/src/components/VItemGroup/VItemGroup.ts +30 -20
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +40 -48
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +124 -152
- package/src/components/VItemGroup/__tests__/__snapshots__/VItem.spec.ts.snap +2 -0
- package/src/components/VItemGroup/index.ts +3 -3
- package/src/components/VLabel/VLabel.ts +9 -9
- package/src/components/VLabel/__tests__/VLabel.spec.ts +244 -18
- package/src/components/VLazy/VLazy.ts +28 -29
- package/src/components/VLazy/__tests__/VLazy.spec.ts +11 -9
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +1 -1
- package/src/components/VList/VList.ts +15 -15
- package/src/components/VList/VListGroup.ts +62 -50
- package/src/components/VList/VListItem.ts +72 -39
- package/src/components/VList/VListItemAction.ts +12 -11
- package/src/components/VList/VListItemAvatar.ts +5 -5
- package/src/components/VList/VListItemGroup.ts +7 -7
- package/src/components/VList/VListItemIcon.ts +2 -2
- package/src/components/VList/__tests__/VList.spec.ts +22 -21
- package/src/components/VList/__tests__/VListGroup.spec.ts +74 -66
- package/src/components/VList/__tests__/VListItem.spec.ts +157 -78
- package/src/components/VList/__tests__/VListItemAction.spec.ts +34 -33
- package/src/components/VList/__tests__/VListItemAvatar.spec.ts +6 -3
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +6 -3
- package/src/components/VList/__tests__/__snapshots__/VList.spec.ts.snap +10 -10
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +6 -7
- package/src/components/VList/__tests__/__snapshots__/VListItem.spec.ts.snap +1 -1
- package/src/components/VList/__tests__/__snapshots__/VListItemAction.spec.ts.snap +20 -6
- package/src/components/VList/index.ts +3 -3
- package/src/components/VMain/VMain.ts +11 -11
- package/src/components/VMain/__tests__/VMain.spec.ts +74 -20
- package/src/components/VMenu/VMenu.ts +60 -38
- package/src/components/VMenu/__tests__/VMenu.spec.ts +119 -98
- package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +3 -5
- package/src/components/VMessages/VMessages.ts +29 -11
- package/src/components/VMessages/__tests__/VMessages.spec.ts +60 -21
- package/src/components/VMessages/__tests__/__snapshots__/VMessages.spec.ts.snap +16 -25
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +51 -43
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +125 -112
- package/src/components/VOtpInput/VOtpInput.ts +109 -49
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +85 -88
- package/src/components/VOverflowBtn/VOverflowBtn.ts +22 -17
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +21 -21
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +38 -46
- package/src/components/VOverlay/VOverlay.ts +31 -17
- package/src/components/VOverlay/__tests__/VOverlay.spec.ts +7 -7
- package/src/components/VPagination/VPagination.ts +61 -49
- package/src/components/VPagination/__tests__/VPagination.spec.ts +106 -92
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +214 -459
- package/src/components/VParallax/VParallax.ts +17 -17
- package/src/components/VParallax/__tests__/VParallax.spec.ts +6 -6
- package/src/components/VParallax/__tests__/__snapshots__/VParallax.spec.ts.snap +8 -8
- package/src/components/VPicker/VPicker.ts +30 -30
- package/src/components/VPicker/__tests__/VPicker.spec.ts +25 -26
- package/src/components/VPicker/__tests__/__snapshots__/VPicker.spec.ts.snap +2 -2
- package/src/components/VProgressCircular/VProgressCircular.ts +25 -26
- package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +46 -39
- package/src/components/VProgressCircular/__tests__/__snapshots__/VProgressCircular.spec.ts.snap +62 -62
- package/src/components/VProgressLinear/VProgressLinear.ts +81 -52
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +418 -103
- package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +53 -79
- package/src/components/VRadioGroup/VRadio.ts +25 -23
- package/src/components/VRadioGroup/VRadioGroup.ts +30 -17
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +65 -52
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +7 -7
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +29 -33
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +10 -18
- package/src/components/VRadioGroup/index.ts +2 -2
- package/src/components/VRangeSlider/VRangeSlider.ts +37 -22
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +52 -52
- package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +32 -38
- package/src/components/VRating/VRating.ts +39 -26
- package/src/components/VRating/__tests__/VRating.spec.ts +45 -51
- package/src/components/VResponsive/VResponsive.ts +9 -9
- package/src/components/VResponsive/__tests__/VResponsive.spec.ts +12 -7
- package/src/components/VResponsive/__tests__/__snapshots__/VResponsive.spec.ts.snap +2 -2
- package/src/components/VSelect/VSelect.ts +148 -81
- package/src/components/VSelect/VSelectList.ts +94 -51
- package/src/components/VSelect/__tests__/VSelect.spec.ts +211 -170
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +164 -148
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +149 -131
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +109 -98
- package/src/components/VSelect/__tests__/VSelectList.spec.ts +50 -45
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +58 -62
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +48 -60
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +9 -297
- package/src/components/VSelect/__tests__/__snapshots__/VSelectList.spec.ts.snap +30 -27
- package/src/components/VSheet/VSheet.ts +9 -8
- package/src/components/VSheet/__tests__/VSheet.spec.ts +9 -9
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +13 -14
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +29 -22
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +60 -60
- package/src/components/VSlideGroup/VSlideGroup.ts +58 -53
- package/src/components/VSlideGroup/VSlideItem.ts +2 -0
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +101 -93
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +13 -34
- package/src/components/VSlideGroup/index.ts +3 -3
- package/src/components/VSlider/VSlider.ts +110 -89
- package/src/components/VSlider/__tests__/VSlider.spec.ts +223 -321
- package/src/components/VSlider/__tests__/__snapshots__/VSlider.spec.ts.snap +157 -246
- package/src/components/VSnackbar/VSnackbar.ts +26 -26
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +59 -50
- package/src/components/VSparkline/VSparkline.ts +85 -121
- package/src/components/VSparkline/__tests__/VSparkline.spec.ts +80 -82
- package/src/components/VSparkline/helpers/core.ts +2 -2
- package/src/components/VSparkline/helpers/math.ts +1 -1
- package/src/components/VSpeedDial/VSpeedDial.ts +27 -28
- package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +28 -20
- package/src/components/VSpeedDial/__tests__/__snapshots__/VSpeedDial.spec.ts.snap +6 -6
- package/src/components/VStepper/VStepper.ts +18 -16
- package/src/components/VStepper/VStepperContent.ts +27 -33
- package/src/components/VStepper/VStepperStep.ts +26 -35
- package/src/components/VStepper/__tests__/VStepper.spec.ts +8 -5
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +142 -129
- package/src/components/VStepper/__tests__/VStepperStep.spec.ts +66 -59
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +10 -12
- package/src/components/VStepper/index.ts +3 -3
- package/src/components/VSubheader/VSubheader.ts +5 -5
- package/src/components/VSubheader/__tests__/VSubheader.spec.ts +13 -8
- package/src/components/VSubheader/__tests__/__snapshots__/VSubheader.spec.ts.snap +1 -1
- package/src/components/VSwitch/VSwitch.ts +27 -28
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +41 -51
- package/src/components/VSwitch/__tests__/__snapshots__/VSwitch.spec.ts.snap +11 -15
- package/src/components/VSystemBar/VSystemBar.ts +11 -12
- package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +94 -22
- package/src/components/VTabs/VTab.ts +29 -16
- package/src/components/VTabs/VTabItem.ts +3 -3
- package/src/components/VTabs/VTabs.ts +61 -31
- package/src/components/VTabs/VTabsBar.ts +17 -11
- package/src/components/VTabs/VTabsItems.ts +8 -6
- package/src/components/VTabs/VTabsSlider.ts +4 -4
- package/src/components/VTabs/__tests__/VTab.spec.ts +56 -45
- package/src/components/VTabs/__tests__/VTabs.spec.ts +199 -86
- package/src/components/VTabs/__tests__/VTabsBar.spec.ts +69 -28
- package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +10 -9
- package/src/components/VTabs/__tests__/__snapshots__/VTabs.spec.ts.snap +1 -3
- package/src/components/VTabs/index.ts +2 -2
- package/src/components/VTextField/VTextField.ts +54 -51
- package/src/components/VTextField/__tests__/VTextField.spec.ts +425 -332
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +49 -73
- package/src/components/VTextarea/VTextarea.ts +10 -23
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +171 -43
- package/src/components/VTextarea/__tests__/__snapshots__/VTextarea.spec.ts.snap +99 -4
- package/src/components/VThemeProvider/VThemeProvider.ts +2 -2
- package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +50 -11
- package/src/components/VTimePicker/VTimePicker.ts +210 -100
- package/src/components/VTimePicker/VTimePickerClock.ts +59 -71
- package/src/components/VTimePicker/VTimePickerTitle.ts +15 -14
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +214 -201
- package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +106 -109
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +66 -60
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +120 -40
- package/src/components/VTimePicker/index.ts +2 -2
- package/src/components/VTimeline/VTimeline.ts +6 -6
- package/src/components/VTimeline/VTimelineItem.ts +21 -19
- package/src/components/VTimeline/__tests__/VTimelineItem.spec.ts +29 -39
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +6 -7
- package/src/components/VTimeline/index.ts +2 -2
- package/src/components/VToolbar/VToolbar.ts +22 -23
- package/src/components/VToolbar/__tests__/VToolbar.spec.ts +61 -37
- package/src/components/VToolbar/index.ts +3 -3
- package/src/components/VTooltip/VTooltip.ts +42 -48
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +85 -99
- package/src/components/VTooltip/__tests__/__snapshots__/VTooltip.spec.ts.snap +34 -18
- package/src/components/VTreeview/VTreeview.ts +47 -41
- package/src/components/VTreeview/VTreeviewNode.ts +45 -47
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +273 -279
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +83 -87
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +141 -141
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +32 -26
- package/src/components/VTreeview/index.ts +2 -2
- package/src/components/VVirtualScroll/VVirtualScroll.ts +27 -28
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +31 -27
- package/src/components/VWindow/VWindow.ts +31 -31
- package/src/components/VWindow/VWindowItem.ts +16 -16
- package/src/components/VWindow/__tests__/VWindow.spec.ts +323 -204
- package/src/components/VWindow/__tests__/VWindowItem.spec.ts +247 -91
- 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/VWindow/index.ts +2 -2
- package/src/components/transitions/createTransition.ts +16 -16
- package/src/components/transitions/expand-transition.ts +5 -3
- package/src/components/transitions/index.ts +3 -3
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +7 -7
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -7
- package/src/directives/click-outside/index.ts +5 -5
- package/src/directives/color/__tests__/color.spec.ts +66 -42
- package/src/directives/color/index.ts +14 -9
- package/src/directives/intersect/__tests__/intersect.spec.ts +10 -10
- package/src/directives/intersect/index.ts +82 -42
- package/src/directives/mutate/__tests__/mutate.spec.ts +48 -42
- package/src/directives/mutate/index.ts +58 -49
- package/src/directives/resize/__tests__/resize.spec.ts +5 -5
- package/src/directives/resize/index.ts +34 -15
- package/src/directives/ripple/__tests__/ripple.spec.ts +38 -40
- package/src/directives/ripple/index.ts +6 -8
- package/src/directives/scroll/__tests__/scroll.spec.ts +20 -20
- package/src/directives/scroll/index.ts +36 -21
- package/src/directives/touch/__tests__/touch.spec.ts +23 -16
- package/src/directives/touch/index.ts +44 -32
- package/src/framework.ts +6 -7
- package/src/globals.d.ts +8 -91
- package/src/index.ts +1 -1
- package/src/install.ts +10 -32
- package/src/locale/af.ts +16 -16
- package/src/locale/ar.ts +16 -16
- package/src/locale/az.ts +16 -16
- package/src/locale/bg.ts +16 -16
- package/src/locale/ca.ts +16 -16
- package/src/locale/ckb.ts +16 -16
- package/src/locale/cs.ts +16 -16
- package/src/locale/da.ts +16 -16
- package/src/locale/de.ts +16 -16
- package/src/locale/el.ts +16 -16
- package/src/locale/en.ts +16 -16
- package/src/locale/es.ts +16 -16
- package/src/locale/et.ts +16 -16
- package/src/locale/fa.ts +16 -16
- package/src/locale/fi.ts +16 -16
- package/src/locale/fr.ts +16 -16
- package/src/locale/he.ts +16 -16
- package/src/locale/hr.ts +16 -16
- package/src/locale/hu.ts +16 -16
- package/src/locale/id.ts +16 -16
- package/src/locale/it.ts +16 -16
- package/src/locale/ja.ts +16 -16
- package/src/locale/ko.ts +16 -16
- package/src/locale/lt.ts +16 -16
- package/src/locale/lv.ts +16 -16
- package/src/locale/nl.ts +16 -16
- package/src/locale/no.ts +16 -16
- package/src/locale/pl.ts +16 -16
- package/src/locale/pt.ts +16 -16
- package/src/locale/ro.ts +16 -16
- package/src/locale/ru.ts +16 -16
- package/src/locale/sk.ts +16 -16
- package/src/locale/sl.ts +16 -16
- package/src/locale/sr-Cyrl.ts +16 -16
- package/src/locale/sr-Latn.ts +16 -16
- package/src/locale/sv.ts +16 -16
- package/src/locale/th.ts +16 -16
- package/src/locale/tr.ts +16 -16
- package/src/locale/uk.ts +16 -16
- package/src/locale/vi.ts +16 -16
- package/src/locale/zh-Hans.ts +16 -16
- package/src/locale/zh-Hant.ts +16 -16
- package/src/mixins/activatable/__tests__/activatable.spec.ts +66 -66
- package/src/mixins/activatable/index.ts +25 -27
- package/src/mixins/applicationable/__tests__/applicationable.spec.ts +47 -43
- package/src/mixins/applicationable/index.ts +9 -9
- package/src/mixins/binds-attrs/index.ts +4 -4
- package/src/mixins/bootable/__tests__/bootable.spec.ts +27 -21
- package/src/mixins/bootable/index.ts +10 -9
- package/src/mixins/button-group/index.ts +4 -4
- package/src/mixins/colorable/__tests__/colorable.spec.ts +29 -26
- package/src/mixins/colorable/index.ts +15 -14
- package/src/mixins/comparable/index.ts +4 -5
- package/src/mixins/delayable/index.ts +7 -7
- package/src/mixins/dependent/__tests__/dependent.spec.ts +77 -38
- package/src/mixins/dependent/index.ts +9 -11
- package/src/mixins/detachable/__tests__/detachable.spec.ts +53 -39
- package/src/mixins/detachable/index.ts +27 -25
- package/src/mixins/elevatable/__tests__/elevatable.spec.ts +18 -17
- package/src/mixins/elevatable/index.ts +4 -4
- package/src/mixins/filterable/index.ts +4 -4
- package/src/mixins/groupable/index.ts +19 -17
- package/src/mixins/intersectable/__tests__/intersectable.spec.ts +21 -15
- package/src/mixins/intersectable/index.ts +11 -11
- package/src/mixins/loadable/index.ts +9 -7
- package/src/mixins/localable/index.ts +4 -4
- package/src/mixins/measurable/index.ts +3 -3
- package/src/mixins/menuable/__tests__/menuable.spec.ts +84 -41
- package/src/mixins/menuable/index.ts +27 -27
- package/src/mixins/mobile/__tests__/mobile.spec.ts +12 -9
- package/src/mixins/mobile/index.ts +8 -8
- package/src/mixins/mouse/__tests__/mouse.spec.ts +59 -45
- package/src/mixins/mouse/index.ts +14 -10
- package/src/mixins/overlayable/__tests__/overlayable.spec.ts +35 -27
- package/src/mixins/overlayable/index.ts +19 -18
- package/src/mixins/picker/index.ts +14 -12
- package/src/mixins/picker-button/index.ts +6 -5
- package/src/mixins/positionable/index.ts +6 -6
- package/src/mixins/proxyable/__tests__/proxyable.spec.ts +20 -19
- package/src/mixins/proxyable/index.ts +13 -10
- package/src/mixins/registrable/__tests__/registrable.spec.ts +31 -0
- package/src/mixins/registrable/index.ts +20 -21
- package/src/mixins/returnable/index.ts +6 -6
- package/src/mixins/rippleable/__tests__/rippleable.spec.ts +11 -10
- package/src/mixins/rippleable/index.ts +6 -5
- package/src/mixins/roundable/__tests__/roundable.spec.ts +10 -8
- package/src/mixins/roundable/index.ts +9 -7
- package/src/mixins/routable/__tests__/routable.spec.ts +66 -58
- package/src/mixins/routable/index.ts +18 -14
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +68 -39
- package/src/mixins/scrollable/index.ts +7 -7
- package/src/mixins/selectable/__tests__/selectable.spec.ts +23 -10
- package/src/mixins/selectable/index.ts +24 -21
- package/src/mixins/sizeable/index.ts +5 -5
- package/src/mixins/ssr-bootable/index.ts +3 -3
- package/src/mixins/stackable/index.ts +6 -6
- package/src/mixins/themeable/index.ts +17 -17
- package/src/mixins/toggleable/index.ts +6 -6
- package/src/mixins/transitionable/index.ts +3 -3
- package/src/mixins/translatable/index.ts +7 -7
- package/src/mixins/validatable/__tests__/validatable.spec.ts +209 -173
- package/src/mixins/validatable/index.ts +44 -36
- package/src/presets/default/index.ts +10 -10
- package/src/services/application/index.ts +1 -1
- package/src/services/breakpoint/__tests__/breakpoint.spec.ts +34 -34
- package/src/services/breakpoint/index.ts +3 -4
- package/src/services/goto/__tests__/goto.spec.ts +147 -2
- package/src/services/goto/index.ts +2 -2
- package/src/services/goto/util.ts +44 -5
- package/src/services/icons/index.ts +1 -1
- package/src/services/icons/presets/fa-svg.ts +3 -3
- package/src/services/icons/presets/fa.ts +1 -1
- package/src/services/icons/presets/fa4.ts +1 -1
- package/src/services/icons/presets/index.ts +1 -1
- package/src/services/icons/presets/md.ts +1 -1
- package/src/services/icons/presets/mdi-svg.ts +1 -1
- package/src/services/icons/presets/mdi.ts +1 -1
- package/src/services/lang/__tests__/lang.spec.ts +5 -5
- package/src/services/lang/index.ts +2 -2
- package/src/services/presets/__tests__/presets.spec.ts +9 -9
- package/src/services/presets/index.ts +2 -2
- package/src/services/service/index.ts +2 -2
- package/src/services/theme/__tests__/__snapshots__/theme.spec.ts.snap +0 -1128
- package/src/services/theme/__tests__/theme-utils.spec.ts +4 -4
- package/src/services/theme/__tests__/theme.spec.ts +96 -98
- package/src/services/theme/index.ts +29 -67
- package/src/services/theme/utils.ts +3 -3
- package/src/types/vue-augment.ts +15 -0
- package/src/types/vue-internal.ts +34 -0
- package/src/util/__tests__/colorUtils.spec.ts +4 -4
- package/src/util/__tests__/console.spec.ts +124 -11
- package/src/util/__tests__/dateTimeUtils.spec.ts +1 -1
- package/src/util/__tests__/dom.spec.ts +10 -7
- package/src/util/__tests__/helpers.spec.ts +251 -49
- package/src/util/__tests__/mergeData.spec.ts +10 -10
- package/src/util/color/transformCIELAB.ts +2 -2
- package/src/util/color/transformSRGB.ts +2 -2
- package/src/util/colorUtils.ts +4 -4
- package/src/util/colors.ts +21 -21
- package/src/util/console.ts +44 -25
- package/src/util/dedupeModelListeners.ts +1 -1
- package/src/util/helpers.ts +88 -32
- package/src/util/legacyEventsMixin.ts +34 -0
- package/src/util/make-directive-activatable.ts +12 -12
- package/src/util/mergeData.ts +12 -21
- package/src/util/mixins.ts +25 -6
- package/src/util/rebuildFunctionalSlots.ts +1 -1
- package/types/alacarte.d.ts +15 -14
- package/types/index.d.ts +7 -15
- package/types/lib.d.ts +173 -173
- package/types/services/goto.d.ts +3 -3
- package/types/services/index.d.ts +2 -2
|
@@ -4576,1134 +4576,6 @@ exports[`Theme.ts should set theme 3`] = `
|
|
|
4576
4576
|
}"
|
|
4577
4577
|
`;
|
|
4578
4578
|
|
|
4579
|
-
exports[`Theme.ts should set theme with vue-meta@1 1`] = `
|
|
4580
|
-
".v-application a { color: #1976d2; }
|
|
4581
|
-
.v-application .primary {
|
|
4582
|
-
background-color: #1976d2 !important;
|
|
4583
|
-
border-color: #1976d2 !important;
|
|
4584
|
-
}
|
|
4585
|
-
.v-application .primary--text {
|
|
4586
|
-
color: #1976d2 !important;
|
|
4587
|
-
caret-color: #1976d2 !important;
|
|
4588
|
-
}
|
|
4589
|
-
.v-application .primary.lighten-5 {
|
|
4590
|
-
background-color: #c7fdff !important;
|
|
4591
|
-
border-color: #c7fdff !important;
|
|
4592
|
-
}
|
|
4593
|
-
.v-application .primary--text.text--lighten-5 {
|
|
4594
|
-
color: #c7fdff !important;
|
|
4595
|
-
caret-color: #c7fdff !important;
|
|
4596
|
-
}
|
|
4597
|
-
.v-application .primary.lighten-4 {
|
|
4598
|
-
background-color: #a8e0ff !important;
|
|
4599
|
-
border-color: #a8e0ff !important;
|
|
4600
|
-
}
|
|
4601
|
-
.v-application .primary--text.text--lighten-4 {
|
|
4602
|
-
color: #a8e0ff !important;
|
|
4603
|
-
caret-color: #a8e0ff !important;
|
|
4604
|
-
}
|
|
4605
|
-
.v-application .primary.lighten-3 {
|
|
4606
|
-
background-color: #8ac5ff !important;
|
|
4607
|
-
border-color: #8ac5ff !important;
|
|
4608
|
-
}
|
|
4609
|
-
.v-application .primary--text.text--lighten-3 {
|
|
4610
|
-
color: #8ac5ff !important;
|
|
4611
|
-
caret-color: #8ac5ff !important;
|
|
4612
|
-
}
|
|
4613
|
-
.v-application .primary.lighten-2 {
|
|
4614
|
-
background-color: #6aaaff !important;
|
|
4615
|
-
border-color: #6aaaff !important;
|
|
4616
|
-
}
|
|
4617
|
-
.v-application .primary--text.text--lighten-2 {
|
|
4618
|
-
color: #6aaaff !important;
|
|
4619
|
-
caret-color: #6aaaff !important;
|
|
4620
|
-
}
|
|
4621
|
-
.v-application .primary.lighten-1 {
|
|
4622
|
-
background-color: #488fef !important;
|
|
4623
|
-
border-color: #488fef !important;
|
|
4624
|
-
}
|
|
4625
|
-
.v-application .primary--text.text--lighten-1 {
|
|
4626
|
-
color: #488fef !important;
|
|
4627
|
-
caret-color: #488fef !important;
|
|
4628
|
-
}
|
|
4629
|
-
.v-application .primary.darken-1 {
|
|
4630
|
-
background-color: #005eb6 !important;
|
|
4631
|
-
border-color: #005eb6 !important;
|
|
4632
|
-
}
|
|
4633
|
-
.v-application .primary--text.text--darken-1 {
|
|
4634
|
-
color: #005eb6 !important;
|
|
4635
|
-
caret-color: #005eb6 !important;
|
|
4636
|
-
}
|
|
4637
|
-
.v-application .primary.darken-2 {
|
|
4638
|
-
background-color: #00479b !important;
|
|
4639
|
-
border-color: #00479b !important;
|
|
4640
|
-
}
|
|
4641
|
-
.v-application .primary--text.text--darken-2 {
|
|
4642
|
-
color: #00479b !important;
|
|
4643
|
-
caret-color: #00479b !important;
|
|
4644
|
-
}
|
|
4645
|
-
.v-application .primary.darken-3 {
|
|
4646
|
-
background-color: #003180 !important;
|
|
4647
|
-
border-color: #003180 !important;
|
|
4648
|
-
}
|
|
4649
|
-
.v-application .primary--text.text--darken-3 {
|
|
4650
|
-
color: #003180 !important;
|
|
4651
|
-
caret-color: #003180 !important;
|
|
4652
|
-
}
|
|
4653
|
-
.v-application .primary.darken-4 {
|
|
4654
|
-
background-color: #001e67 !important;
|
|
4655
|
-
border-color: #001e67 !important;
|
|
4656
|
-
}
|
|
4657
|
-
.v-application .primary--text.text--darken-4 {
|
|
4658
|
-
color: #001e67 !important;
|
|
4659
|
-
caret-color: #001e67 !important;
|
|
4660
|
-
}
|
|
4661
|
-
.v-application .secondary {
|
|
4662
|
-
background-color: #424242 !important;
|
|
4663
|
-
border-color: #424242 !important;
|
|
4664
|
-
}
|
|
4665
|
-
.v-application .secondary--text {
|
|
4666
|
-
color: #424242 !important;
|
|
4667
|
-
caret-color: #424242 !important;
|
|
4668
|
-
}
|
|
4669
|
-
.v-application .secondary.lighten-5 {
|
|
4670
|
-
background-color: #c1c1c1 !important;
|
|
4671
|
-
border-color: #c1c1c1 !important;
|
|
4672
|
-
}
|
|
4673
|
-
.v-application .secondary--text.text--lighten-5 {
|
|
4674
|
-
color: #c1c1c1 !important;
|
|
4675
|
-
caret-color: #c1c1c1 !important;
|
|
4676
|
-
}
|
|
4677
|
-
.v-application .secondary.lighten-4 {
|
|
4678
|
-
background-color: #a6a6a6 !important;
|
|
4679
|
-
border-color: #a6a6a6 !important;
|
|
4680
|
-
}
|
|
4681
|
-
.v-application .secondary--text.text--lighten-4 {
|
|
4682
|
-
color: #a6a6a6 !important;
|
|
4683
|
-
caret-color: #a6a6a6 !important;
|
|
4684
|
-
}
|
|
4685
|
-
.v-application .secondary.lighten-3 {
|
|
4686
|
-
background-color: #8b8b8b !important;
|
|
4687
|
-
border-color: #8b8b8b !important;
|
|
4688
|
-
}
|
|
4689
|
-
.v-application .secondary--text.text--lighten-3 {
|
|
4690
|
-
color: #8b8b8b !important;
|
|
4691
|
-
caret-color: #8b8b8b !important;
|
|
4692
|
-
}
|
|
4693
|
-
.v-application .secondary.lighten-2 {
|
|
4694
|
-
background-color: #727272 !important;
|
|
4695
|
-
border-color: #727272 !important;
|
|
4696
|
-
}
|
|
4697
|
-
.v-application .secondary--text.text--lighten-2 {
|
|
4698
|
-
color: #727272 !important;
|
|
4699
|
-
caret-color: #727272 !important;
|
|
4700
|
-
}
|
|
4701
|
-
.v-application .secondary.lighten-1 {
|
|
4702
|
-
background-color: #595959 !important;
|
|
4703
|
-
border-color: #595959 !important;
|
|
4704
|
-
}
|
|
4705
|
-
.v-application .secondary--text.text--lighten-1 {
|
|
4706
|
-
color: #595959 !important;
|
|
4707
|
-
caret-color: #595959 !important;
|
|
4708
|
-
}
|
|
4709
|
-
.v-application .secondary.darken-1 {
|
|
4710
|
-
background-color: #2c2c2c !important;
|
|
4711
|
-
border-color: #2c2c2c !important;
|
|
4712
|
-
}
|
|
4713
|
-
.v-application .secondary--text.text--darken-1 {
|
|
4714
|
-
color: #2c2c2c !important;
|
|
4715
|
-
caret-color: #2c2c2c !important;
|
|
4716
|
-
}
|
|
4717
|
-
.v-application .secondary.darken-2 {
|
|
4718
|
-
background-color: #171717 !important;
|
|
4719
|
-
border-color: #171717 !important;
|
|
4720
|
-
}
|
|
4721
|
-
.v-application .secondary--text.text--darken-2 {
|
|
4722
|
-
color: #171717 !important;
|
|
4723
|
-
caret-color: #171717 !important;
|
|
4724
|
-
}
|
|
4725
|
-
.v-application .secondary.darken-3 {
|
|
4726
|
-
background-color: #000000 !important;
|
|
4727
|
-
border-color: #000000 !important;
|
|
4728
|
-
}
|
|
4729
|
-
.v-application .secondary--text.text--darken-3 {
|
|
4730
|
-
color: #000000 !important;
|
|
4731
|
-
caret-color: #000000 !important;
|
|
4732
|
-
}
|
|
4733
|
-
.v-application .secondary.darken-4 {
|
|
4734
|
-
background-color: #000000 !important;
|
|
4735
|
-
border-color: #000000 !important;
|
|
4736
|
-
}
|
|
4737
|
-
.v-application .secondary--text.text--darken-4 {
|
|
4738
|
-
color: #000000 !important;
|
|
4739
|
-
caret-color: #000000 !important;
|
|
4740
|
-
}
|
|
4741
|
-
.v-application .accent {
|
|
4742
|
-
background-color: #82b1ff !important;
|
|
4743
|
-
border-color: #82b1ff !important;
|
|
4744
|
-
}
|
|
4745
|
-
.v-application .accent--text {
|
|
4746
|
-
color: #82b1ff !important;
|
|
4747
|
-
caret-color: #82b1ff !important;
|
|
4748
|
-
}
|
|
4749
|
-
.v-application .accent.lighten-5 {
|
|
4750
|
-
background-color: #ffffff !important;
|
|
4751
|
-
border-color: #ffffff !important;
|
|
4752
|
-
}
|
|
4753
|
-
.v-application .accent--text.text--lighten-5 {
|
|
4754
|
-
color: #ffffff !important;
|
|
4755
|
-
caret-color: #ffffff !important;
|
|
4756
|
-
}
|
|
4757
|
-
.v-application .accent.lighten-4 {
|
|
4758
|
-
background-color: #f8ffff !important;
|
|
4759
|
-
border-color: #f8ffff !important;
|
|
4760
|
-
}
|
|
4761
|
-
.v-application .accent--text.text--lighten-4 {
|
|
4762
|
-
color: #f8ffff !important;
|
|
4763
|
-
caret-color: #f8ffff !important;
|
|
4764
|
-
}
|
|
4765
|
-
.v-application .accent.lighten-3 {
|
|
4766
|
-
background-color: #daffff !important;
|
|
4767
|
-
border-color: #daffff !important;
|
|
4768
|
-
}
|
|
4769
|
-
.v-application .accent--text.text--lighten-3 {
|
|
4770
|
-
color: #daffff !important;
|
|
4771
|
-
caret-color: #daffff !important;
|
|
4772
|
-
}
|
|
4773
|
-
.v-application .accent.lighten-2 {
|
|
4774
|
-
background-color: #bce8ff !important;
|
|
4775
|
-
border-color: #bce8ff !important;
|
|
4776
|
-
}
|
|
4777
|
-
.v-application .accent--text.text--lighten-2 {
|
|
4778
|
-
color: #bce8ff !important;
|
|
4779
|
-
caret-color: #bce8ff !important;
|
|
4780
|
-
}
|
|
4781
|
-
.v-application .accent.lighten-1 {
|
|
4782
|
-
background-color: #9fccff !important;
|
|
4783
|
-
border-color: #9fccff !important;
|
|
4784
|
-
}
|
|
4785
|
-
.v-application .accent--text.text--lighten-1 {
|
|
4786
|
-
color: #9fccff !important;
|
|
4787
|
-
caret-color: #9fccff !important;
|
|
4788
|
-
}
|
|
4789
|
-
.v-application .accent.darken-1 {
|
|
4790
|
-
background-color: #6596e2 !important;
|
|
4791
|
-
border-color: #6596e2 !important;
|
|
4792
|
-
}
|
|
4793
|
-
.v-application .accent--text.text--darken-1 {
|
|
4794
|
-
color: #6596e2 !important;
|
|
4795
|
-
caret-color: #6596e2 !important;
|
|
4796
|
-
}
|
|
4797
|
-
.v-application .accent.darken-2 {
|
|
4798
|
-
background-color: #467dc6 !important;
|
|
4799
|
-
border-color: #467dc6 !important;
|
|
4800
|
-
}
|
|
4801
|
-
.v-application .accent--text.text--darken-2 {
|
|
4802
|
-
color: #467dc6 !important;
|
|
4803
|
-
caret-color: #467dc6 !important;
|
|
4804
|
-
}
|
|
4805
|
-
.v-application .accent.darken-3 {
|
|
4806
|
-
background-color: #2364aa !important;
|
|
4807
|
-
border-color: #2364aa !important;
|
|
4808
|
-
}
|
|
4809
|
-
.v-application .accent--text.text--darken-3 {
|
|
4810
|
-
color: #2364aa !important;
|
|
4811
|
-
caret-color: #2364aa !important;
|
|
4812
|
-
}
|
|
4813
|
-
.v-application .accent.darken-4 {
|
|
4814
|
-
background-color: #004c90 !important;
|
|
4815
|
-
border-color: #004c90 !important;
|
|
4816
|
-
}
|
|
4817
|
-
.v-application .accent--text.text--darken-4 {
|
|
4818
|
-
color: #004c90 !important;
|
|
4819
|
-
caret-color: #004c90 !important;
|
|
4820
|
-
}
|
|
4821
|
-
.v-application .error {
|
|
4822
|
-
background-color: #ff5252 !important;
|
|
4823
|
-
border-color: #ff5252 !important;
|
|
4824
|
-
}
|
|
4825
|
-
.v-application .error--text {
|
|
4826
|
-
color: #ff5252 !important;
|
|
4827
|
-
caret-color: #ff5252 !important;
|
|
4828
|
-
}
|
|
4829
|
-
.v-application .error.lighten-5 {
|
|
4830
|
-
background-color: #ffe4d5 !important;
|
|
4831
|
-
border-color: #ffe4d5 !important;
|
|
4832
|
-
}
|
|
4833
|
-
.v-application .error--text.text--lighten-5 {
|
|
4834
|
-
color: #ffe4d5 !important;
|
|
4835
|
-
caret-color: #ffe4d5 !important;
|
|
4836
|
-
}
|
|
4837
|
-
.v-application .error.lighten-4 {
|
|
4838
|
-
background-color: #ffc6b9 !important;
|
|
4839
|
-
border-color: #ffc6b9 !important;
|
|
4840
|
-
}
|
|
4841
|
-
.v-application .error--text.text--lighten-4 {
|
|
4842
|
-
color: #ffc6b9 !important;
|
|
4843
|
-
caret-color: #ffc6b9 !important;
|
|
4844
|
-
}
|
|
4845
|
-
.v-application .error.lighten-3 {
|
|
4846
|
-
background-color: #ffa99e !important;
|
|
4847
|
-
border-color: #ffa99e !important;
|
|
4848
|
-
}
|
|
4849
|
-
.v-application .error--text.text--lighten-3 {
|
|
4850
|
-
color: #ffa99e !important;
|
|
4851
|
-
caret-color: #ffa99e !important;
|
|
4852
|
-
}
|
|
4853
|
-
.v-application .error.lighten-2 {
|
|
4854
|
-
background-color: #ff8c84 !important;
|
|
4855
|
-
border-color: #ff8c84 !important;
|
|
4856
|
-
}
|
|
4857
|
-
.v-application .error--text.text--lighten-2 {
|
|
4858
|
-
color: #ff8c84 !important;
|
|
4859
|
-
caret-color: #ff8c84 !important;
|
|
4860
|
-
}
|
|
4861
|
-
.v-application .error.lighten-1 {
|
|
4862
|
-
background-color: #ff6f6a !important;
|
|
4863
|
-
border-color: #ff6f6a !important;
|
|
4864
|
-
}
|
|
4865
|
-
.v-application .error--text.text--lighten-1 {
|
|
4866
|
-
color: #ff6f6a !important;
|
|
4867
|
-
caret-color: #ff6f6a !important;
|
|
4868
|
-
}
|
|
4869
|
-
.v-application .error.darken-1 {
|
|
4870
|
-
background-color: #df323b !important;
|
|
4871
|
-
border-color: #df323b !important;
|
|
4872
|
-
}
|
|
4873
|
-
.v-application .error--text.text--darken-1 {
|
|
4874
|
-
color: #df323b !important;
|
|
4875
|
-
caret-color: #df323b !important;
|
|
4876
|
-
}
|
|
4877
|
-
.v-application .error.darken-2 {
|
|
4878
|
-
background-color: #bf0025 !important;
|
|
4879
|
-
border-color: #bf0025 !important;
|
|
4880
|
-
}
|
|
4881
|
-
.v-application .error--text.text--darken-2 {
|
|
4882
|
-
color: #bf0025 !important;
|
|
4883
|
-
caret-color: #bf0025 !important;
|
|
4884
|
-
}
|
|
4885
|
-
.v-application .error.darken-3 {
|
|
4886
|
-
background-color: #9f0010 !important;
|
|
4887
|
-
border-color: #9f0010 !important;
|
|
4888
|
-
}
|
|
4889
|
-
.v-application .error--text.text--darken-3 {
|
|
4890
|
-
color: #9f0010 !important;
|
|
4891
|
-
caret-color: #9f0010 !important;
|
|
4892
|
-
}
|
|
4893
|
-
.v-application .error.darken-4 {
|
|
4894
|
-
background-color: #800000 !important;
|
|
4895
|
-
border-color: #800000 !important;
|
|
4896
|
-
}
|
|
4897
|
-
.v-application .error--text.text--darken-4 {
|
|
4898
|
-
color: #800000 !important;
|
|
4899
|
-
caret-color: #800000 !important;
|
|
4900
|
-
}
|
|
4901
|
-
.v-application .info {
|
|
4902
|
-
background-color: #2196f3 !important;
|
|
4903
|
-
border-color: #2196f3 !important;
|
|
4904
|
-
}
|
|
4905
|
-
.v-application .info--text {
|
|
4906
|
-
color: #2196f3 !important;
|
|
4907
|
-
caret-color: #2196f3 !important;
|
|
4908
|
-
}
|
|
4909
|
-
.v-application .info.lighten-5 {
|
|
4910
|
-
background-color: #d4ffff !important;
|
|
4911
|
-
border-color: #d4ffff !important;
|
|
4912
|
-
}
|
|
4913
|
-
.v-application .info--text.text--lighten-5 {
|
|
4914
|
-
color: #d4ffff !important;
|
|
4915
|
-
caret-color: #d4ffff !important;
|
|
4916
|
-
}
|
|
4917
|
-
.v-application .info.lighten-4 {
|
|
4918
|
-
background-color: #b5ffff !important;
|
|
4919
|
-
border-color: #b5ffff !important;
|
|
4920
|
-
}
|
|
4921
|
-
.v-application .info--text.text--lighten-4 {
|
|
4922
|
-
color: #b5ffff !important;
|
|
4923
|
-
caret-color: #b5ffff !important;
|
|
4924
|
-
}
|
|
4925
|
-
.v-application .info.lighten-3 {
|
|
4926
|
-
background-color: #95e8ff !important;
|
|
4927
|
-
border-color: #95e8ff !important;
|
|
4928
|
-
}
|
|
4929
|
-
.v-application .info--text.text--lighten-3 {
|
|
4930
|
-
color: #95e8ff !important;
|
|
4931
|
-
caret-color: #95e8ff !important;
|
|
4932
|
-
}
|
|
4933
|
-
.v-application .info.lighten-2 {
|
|
4934
|
-
background-color: #75ccff !important;
|
|
4935
|
-
border-color: #75ccff !important;
|
|
4936
|
-
}
|
|
4937
|
-
.v-application .info--text.text--lighten-2 {
|
|
4938
|
-
color: #75ccff !important;
|
|
4939
|
-
caret-color: #75ccff !important;
|
|
4940
|
-
}
|
|
4941
|
-
.v-application .info.lighten-1 {
|
|
4942
|
-
background-color: #51b0ff !important;
|
|
4943
|
-
border-color: #51b0ff !important;
|
|
4944
|
-
}
|
|
4945
|
-
.v-application .info--text.text--lighten-1 {
|
|
4946
|
-
color: #51b0ff !important;
|
|
4947
|
-
caret-color: #51b0ff !important;
|
|
4948
|
-
}
|
|
4949
|
-
.v-application .info.darken-1 {
|
|
4950
|
-
background-color: #007cd6 !important;
|
|
4951
|
-
border-color: #007cd6 !important;
|
|
4952
|
-
}
|
|
4953
|
-
.v-application .info--text.text--darken-1 {
|
|
4954
|
-
color: #007cd6 !important;
|
|
4955
|
-
caret-color: #007cd6 !important;
|
|
4956
|
-
}
|
|
4957
|
-
.v-application .info.darken-2 {
|
|
4958
|
-
background-color: #0064ba !important;
|
|
4959
|
-
border-color: #0064ba !important;
|
|
4960
|
-
}
|
|
4961
|
-
.v-application .info--text.text--darken-2 {
|
|
4962
|
-
color: #0064ba !important;
|
|
4963
|
-
caret-color: #0064ba !important;
|
|
4964
|
-
}
|
|
4965
|
-
.v-application .info.darken-3 {
|
|
4966
|
-
background-color: #004d9f !important;
|
|
4967
|
-
border-color: #004d9f !important;
|
|
4968
|
-
}
|
|
4969
|
-
.v-application .info--text.text--darken-3 {
|
|
4970
|
-
color: #004d9f !important;
|
|
4971
|
-
caret-color: #004d9f !important;
|
|
4972
|
-
}
|
|
4973
|
-
.v-application .info.darken-4 {
|
|
4974
|
-
background-color: #003784 !important;
|
|
4975
|
-
border-color: #003784 !important;
|
|
4976
|
-
}
|
|
4977
|
-
.v-application .info--text.text--darken-4 {
|
|
4978
|
-
color: #003784 !important;
|
|
4979
|
-
caret-color: #003784 !important;
|
|
4980
|
-
}
|
|
4981
|
-
.v-application .success {
|
|
4982
|
-
background-color: #4caf50 !important;
|
|
4983
|
-
border-color: #4caf50 !important;
|
|
4984
|
-
}
|
|
4985
|
-
.v-application .success--text {
|
|
4986
|
-
color: #4caf50 !important;
|
|
4987
|
-
caret-color: #4caf50 !important;
|
|
4988
|
-
}
|
|
4989
|
-
.v-application .success.lighten-5 {
|
|
4990
|
-
background-color: #dcffd6 !important;
|
|
4991
|
-
border-color: #dcffd6 !important;
|
|
4992
|
-
}
|
|
4993
|
-
.v-application .success--text.text--lighten-5 {
|
|
4994
|
-
color: #dcffd6 !important;
|
|
4995
|
-
caret-color: #dcffd6 !important;
|
|
4996
|
-
}
|
|
4997
|
-
.v-application .success.lighten-4 {
|
|
4998
|
-
background-color: #beffba !important;
|
|
4999
|
-
border-color: #beffba !important;
|
|
5000
|
-
}
|
|
5001
|
-
.v-application .success--text.text--lighten-4 {
|
|
5002
|
-
color: #beffba !important;
|
|
5003
|
-
caret-color: #beffba !important;
|
|
5004
|
-
}
|
|
5005
|
-
.v-application .success.lighten-3 {
|
|
5006
|
-
background-color: #a2ff9e !important;
|
|
5007
|
-
border-color: #a2ff9e !important;
|
|
5008
|
-
}
|
|
5009
|
-
.v-application .success--text.text--lighten-3 {
|
|
5010
|
-
color: #a2ff9e !important;
|
|
5011
|
-
caret-color: #a2ff9e !important;
|
|
5012
|
-
}
|
|
5013
|
-
.v-application .success.lighten-2 {
|
|
5014
|
-
background-color: #85e783 !important;
|
|
5015
|
-
border-color: #85e783 !important;
|
|
5016
|
-
}
|
|
5017
|
-
.v-application .success--text.text--lighten-2 {
|
|
5018
|
-
color: #85e783 !important;
|
|
5019
|
-
caret-color: #85e783 !important;
|
|
5020
|
-
}
|
|
5021
|
-
.v-application .success.lighten-1 {
|
|
5022
|
-
background-color: #69cb69 !important;
|
|
5023
|
-
border-color: #69cb69 !important;
|
|
5024
|
-
}
|
|
5025
|
-
.v-application .success--text.text--lighten-1 {
|
|
5026
|
-
color: #69cb69 !important;
|
|
5027
|
-
caret-color: #69cb69 !important;
|
|
5028
|
-
}
|
|
5029
|
-
.v-application .success.darken-1 {
|
|
5030
|
-
background-color: #2d9437 !important;
|
|
5031
|
-
border-color: #2d9437 !important;
|
|
5032
|
-
}
|
|
5033
|
-
.v-application .success--text.text--darken-1 {
|
|
5034
|
-
color: #2d9437 !important;
|
|
5035
|
-
caret-color: #2d9437 !important;
|
|
5036
|
-
}
|
|
5037
|
-
.v-application .success.darken-2 {
|
|
5038
|
-
background-color: #00791e !important;
|
|
5039
|
-
border-color: #00791e !important;
|
|
5040
|
-
}
|
|
5041
|
-
.v-application .success--text.text--darken-2 {
|
|
5042
|
-
color: #00791e !important;
|
|
5043
|
-
caret-color: #00791e !important;
|
|
5044
|
-
}
|
|
5045
|
-
.v-application .success.darken-3 {
|
|
5046
|
-
background-color: #006000 !important;
|
|
5047
|
-
border-color: #006000 !important;
|
|
5048
|
-
}
|
|
5049
|
-
.v-application .success--text.text--darken-3 {
|
|
5050
|
-
color: #006000 !important;
|
|
5051
|
-
caret-color: #006000 !important;
|
|
5052
|
-
}
|
|
5053
|
-
.v-application .success.darken-4 {
|
|
5054
|
-
background-color: #004700 !important;
|
|
5055
|
-
border-color: #004700 !important;
|
|
5056
|
-
}
|
|
5057
|
-
.v-application .success--text.text--darken-4 {
|
|
5058
|
-
color: #004700 !important;
|
|
5059
|
-
caret-color: #004700 !important;
|
|
5060
|
-
}
|
|
5061
|
-
.v-application .warning {
|
|
5062
|
-
background-color: #ffc107 !important;
|
|
5063
|
-
border-color: #ffc107 !important;
|
|
5064
|
-
}
|
|
5065
|
-
.v-application .warning--text {
|
|
5066
|
-
color: #ffc107 !important;
|
|
5067
|
-
caret-color: #ffc107 !important;
|
|
5068
|
-
}
|
|
5069
|
-
.v-application .warning.lighten-5 {
|
|
5070
|
-
background-color: #ffffae !important;
|
|
5071
|
-
border-color: #ffffae !important;
|
|
5072
|
-
}
|
|
5073
|
-
.v-application .warning--text.text--lighten-5 {
|
|
5074
|
-
color: #ffffae !important;
|
|
5075
|
-
caret-color: #ffffae !important;
|
|
5076
|
-
}
|
|
5077
|
-
.v-application .warning.lighten-4 {
|
|
5078
|
-
background-color: #ffff91 !important;
|
|
5079
|
-
border-color: #ffff91 !important;
|
|
5080
|
-
}
|
|
5081
|
-
.v-application .warning--text.text--lighten-4 {
|
|
5082
|
-
color: #ffff91 !important;
|
|
5083
|
-
caret-color: #ffff91 !important;
|
|
5084
|
-
}
|
|
5085
|
-
.v-application .warning.lighten-3 {
|
|
5086
|
-
background-color: #ffff74 !important;
|
|
5087
|
-
border-color: #ffff74 !important;
|
|
5088
|
-
}
|
|
5089
|
-
.v-application .warning--text.text--lighten-3 {
|
|
5090
|
-
color: #ffff74 !important;
|
|
5091
|
-
caret-color: #ffff74 !important;
|
|
5092
|
-
}
|
|
5093
|
-
.v-application .warning.lighten-2 {
|
|
5094
|
-
background-color: #fff956 !important;
|
|
5095
|
-
border-color: #fff956 !important;
|
|
5096
|
-
}
|
|
5097
|
-
.v-application .warning--text.text--lighten-2 {
|
|
5098
|
-
color: #fff956 !important;
|
|
5099
|
-
caret-color: #fff956 !important;
|
|
5100
|
-
}
|
|
5101
|
-
.v-application .warning.lighten-1 {
|
|
5102
|
-
background-color: #ffdd37 !important;
|
|
5103
|
-
border-color: #ffdd37 !important;
|
|
5104
|
-
}
|
|
5105
|
-
.v-application .warning--text.text--lighten-1 {
|
|
5106
|
-
color: #ffdd37 !important;
|
|
5107
|
-
caret-color: #ffdd37 !important;
|
|
5108
|
-
}
|
|
5109
|
-
.v-application .warning.darken-1 {
|
|
5110
|
-
background-color: #e0a600 !important;
|
|
5111
|
-
border-color: #e0a600 !important;
|
|
5112
|
-
}
|
|
5113
|
-
.v-application .warning--text.text--darken-1 {
|
|
5114
|
-
color: #e0a600 !important;
|
|
5115
|
-
caret-color: #e0a600 !important;
|
|
5116
|
-
}
|
|
5117
|
-
.v-application .warning.darken-2 {
|
|
5118
|
-
background-color: #c18c00 !important;
|
|
5119
|
-
border-color: #c18c00 !important;
|
|
5120
|
-
}
|
|
5121
|
-
.v-application .warning--text.text--darken-2 {
|
|
5122
|
-
color: #c18c00 !important;
|
|
5123
|
-
caret-color: #c18c00 !important;
|
|
5124
|
-
}
|
|
5125
|
-
.v-application .warning.darken-3 {
|
|
5126
|
-
background-color: #a27300 !important;
|
|
5127
|
-
border-color: #a27300 !important;
|
|
5128
|
-
}
|
|
5129
|
-
.v-application .warning--text.text--darken-3 {
|
|
5130
|
-
color: #a27300 !important;
|
|
5131
|
-
caret-color: #a27300 !important;
|
|
5132
|
-
}
|
|
5133
|
-
.v-application .warning.darken-4 {
|
|
5134
|
-
background-color: #855a00 !important;
|
|
5135
|
-
border-color: #855a00 !important;
|
|
5136
|
-
}
|
|
5137
|
-
.v-application .warning--text.text--darken-4 {
|
|
5138
|
-
color: #855a00 !important;
|
|
5139
|
-
caret-color: #855a00 !important;
|
|
5140
|
-
}"
|
|
5141
|
-
`;
|
|
5142
|
-
|
|
5143
|
-
exports[`Theme.ts should set theme with vue-meta@2 1`] = `
|
|
5144
|
-
".v-application a { color: #1976d2; }
|
|
5145
|
-
.v-application .primary {
|
|
5146
|
-
background-color: #1976d2 !important;
|
|
5147
|
-
border-color: #1976d2 !important;
|
|
5148
|
-
}
|
|
5149
|
-
.v-application .primary--text {
|
|
5150
|
-
color: #1976d2 !important;
|
|
5151
|
-
caret-color: #1976d2 !important;
|
|
5152
|
-
}
|
|
5153
|
-
.v-application .primary.lighten-5 {
|
|
5154
|
-
background-color: #c7fdff !important;
|
|
5155
|
-
border-color: #c7fdff !important;
|
|
5156
|
-
}
|
|
5157
|
-
.v-application .primary--text.text--lighten-5 {
|
|
5158
|
-
color: #c7fdff !important;
|
|
5159
|
-
caret-color: #c7fdff !important;
|
|
5160
|
-
}
|
|
5161
|
-
.v-application .primary.lighten-4 {
|
|
5162
|
-
background-color: #a8e0ff !important;
|
|
5163
|
-
border-color: #a8e0ff !important;
|
|
5164
|
-
}
|
|
5165
|
-
.v-application .primary--text.text--lighten-4 {
|
|
5166
|
-
color: #a8e0ff !important;
|
|
5167
|
-
caret-color: #a8e0ff !important;
|
|
5168
|
-
}
|
|
5169
|
-
.v-application .primary.lighten-3 {
|
|
5170
|
-
background-color: #8ac5ff !important;
|
|
5171
|
-
border-color: #8ac5ff !important;
|
|
5172
|
-
}
|
|
5173
|
-
.v-application .primary--text.text--lighten-3 {
|
|
5174
|
-
color: #8ac5ff !important;
|
|
5175
|
-
caret-color: #8ac5ff !important;
|
|
5176
|
-
}
|
|
5177
|
-
.v-application .primary.lighten-2 {
|
|
5178
|
-
background-color: #6aaaff !important;
|
|
5179
|
-
border-color: #6aaaff !important;
|
|
5180
|
-
}
|
|
5181
|
-
.v-application .primary--text.text--lighten-2 {
|
|
5182
|
-
color: #6aaaff !important;
|
|
5183
|
-
caret-color: #6aaaff !important;
|
|
5184
|
-
}
|
|
5185
|
-
.v-application .primary.lighten-1 {
|
|
5186
|
-
background-color: #488fef !important;
|
|
5187
|
-
border-color: #488fef !important;
|
|
5188
|
-
}
|
|
5189
|
-
.v-application .primary--text.text--lighten-1 {
|
|
5190
|
-
color: #488fef !important;
|
|
5191
|
-
caret-color: #488fef !important;
|
|
5192
|
-
}
|
|
5193
|
-
.v-application .primary.darken-1 {
|
|
5194
|
-
background-color: #005eb6 !important;
|
|
5195
|
-
border-color: #005eb6 !important;
|
|
5196
|
-
}
|
|
5197
|
-
.v-application .primary--text.text--darken-1 {
|
|
5198
|
-
color: #005eb6 !important;
|
|
5199
|
-
caret-color: #005eb6 !important;
|
|
5200
|
-
}
|
|
5201
|
-
.v-application .primary.darken-2 {
|
|
5202
|
-
background-color: #00479b !important;
|
|
5203
|
-
border-color: #00479b !important;
|
|
5204
|
-
}
|
|
5205
|
-
.v-application .primary--text.text--darken-2 {
|
|
5206
|
-
color: #00479b !important;
|
|
5207
|
-
caret-color: #00479b !important;
|
|
5208
|
-
}
|
|
5209
|
-
.v-application .primary.darken-3 {
|
|
5210
|
-
background-color: #003180 !important;
|
|
5211
|
-
border-color: #003180 !important;
|
|
5212
|
-
}
|
|
5213
|
-
.v-application .primary--text.text--darken-3 {
|
|
5214
|
-
color: #003180 !important;
|
|
5215
|
-
caret-color: #003180 !important;
|
|
5216
|
-
}
|
|
5217
|
-
.v-application .primary.darken-4 {
|
|
5218
|
-
background-color: #001e67 !important;
|
|
5219
|
-
border-color: #001e67 !important;
|
|
5220
|
-
}
|
|
5221
|
-
.v-application .primary--text.text--darken-4 {
|
|
5222
|
-
color: #001e67 !important;
|
|
5223
|
-
caret-color: #001e67 !important;
|
|
5224
|
-
}
|
|
5225
|
-
.v-application .secondary {
|
|
5226
|
-
background-color: #424242 !important;
|
|
5227
|
-
border-color: #424242 !important;
|
|
5228
|
-
}
|
|
5229
|
-
.v-application .secondary--text {
|
|
5230
|
-
color: #424242 !important;
|
|
5231
|
-
caret-color: #424242 !important;
|
|
5232
|
-
}
|
|
5233
|
-
.v-application .secondary.lighten-5 {
|
|
5234
|
-
background-color: #c1c1c1 !important;
|
|
5235
|
-
border-color: #c1c1c1 !important;
|
|
5236
|
-
}
|
|
5237
|
-
.v-application .secondary--text.text--lighten-5 {
|
|
5238
|
-
color: #c1c1c1 !important;
|
|
5239
|
-
caret-color: #c1c1c1 !important;
|
|
5240
|
-
}
|
|
5241
|
-
.v-application .secondary.lighten-4 {
|
|
5242
|
-
background-color: #a6a6a6 !important;
|
|
5243
|
-
border-color: #a6a6a6 !important;
|
|
5244
|
-
}
|
|
5245
|
-
.v-application .secondary--text.text--lighten-4 {
|
|
5246
|
-
color: #a6a6a6 !important;
|
|
5247
|
-
caret-color: #a6a6a6 !important;
|
|
5248
|
-
}
|
|
5249
|
-
.v-application .secondary.lighten-3 {
|
|
5250
|
-
background-color: #8b8b8b !important;
|
|
5251
|
-
border-color: #8b8b8b !important;
|
|
5252
|
-
}
|
|
5253
|
-
.v-application .secondary--text.text--lighten-3 {
|
|
5254
|
-
color: #8b8b8b !important;
|
|
5255
|
-
caret-color: #8b8b8b !important;
|
|
5256
|
-
}
|
|
5257
|
-
.v-application .secondary.lighten-2 {
|
|
5258
|
-
background-color: #727272 !important;
|
|
5259
|
-
border-color: #727272 !important;
|
|
5260
|
-
}
|
|
5261
|
-
.v-application .secondary--text.text--lighten-2 {
|
|
5262
|
-
color: #727272 !important;
|
|
5263
|
-
caret-color: #727272 !important;
|
|
5264
|
-
}
|
|
5265
|
-
.v-application .secondary.lighten-1 {
|
|
5266
|
-
background-color: #595959 !important;
|
|
5267
|
-
border-color: #595959 !important;
|
|
5268
|
-
}
|
|
5269
|
-
.v-application .secondary--text.text--lighten-1 {
|
|
5270
|
-
color: #595959 !important;
|
|
5271
|
-
caret-color: #595959 !important;
|
|
5272
|
-
}
|
|
5273
|
-
.v-application .secondary.darken-1 {
|
|
5274
|
-
background-color: #2c2c2c !important;
|
|
5275
|
-
border-color: #2c2c2c !important;
|
|
5276
|
-
}
|
|
5277
|
-
.v-application .secondary--text.text--darken-1 {
|
|
5278
|
-
color: #2c2c2c !important;
|
|
5279
|
-
caret-color: #2c2c2c !important;
|
|
5280
|
-
}
|
|
5281
|
-
.v-application .secondary.darken-2 {
|
|
5282
|
-
background-color: #171717 !important;
|
|
5283
|
-
border-color: #171717 !important;
|
|
5284
|
-
}
|
|
5285
|
-
.v-application .secondary--text.text--darken-2 {
|
|
5286
|
-
color: #171717 !important;
|
|
5287
|
-
caret-color: #171717 !important;
|
|
5288
|
-
}
|
|
5289
|
-
.v-application .secondary.darken-3 {
|
|
5290
|
-
background-color: #000000 !important;
|
|
5291
|
-
border-color: #000000 !important;
|
|
5292
|
-
}
|
|
5293
|
-
.v-application .secondary--text.text--darken-3 {
|
|
5294
|
-
color: #000000 !important;
|
|
5295
|
-
caret-color: #000000 !important;
|
|
5296
|
-
}
|
|
5297
|
-
.v-application .secondary.darken-4 {
|
|
5298
|
-
background-color: #000000 !important;
|
|
5299
|
-
border-color: #000000 !important;
|
|
5300
|
-
}
|
|
5301
|
-
.v-application .secondary--text.text--darken-4 {
|
|
5302
|
-
color: #000000 !important;
|
|
5303
|
-
caret-color: #000000 !important;
|
|
5304
|
-
}
|
|
5305
|
-
.v-application .accent {
|
|
5306
|
-
background-color: #82b1ff !important;
|
|
5307
|
-
border-color: #82b1ff !important;
|
|
5308
|
-
}
|
|
5309
|
-
.v-application .accent--text {
|
|
5310
|
-
color: #82b1ff !important;
|
|
5311
|
-
caret-color: #82b1ff !important;
|
|
5312
|
-
}
|
|
5313
|
-
.v-application .accent.lighten-5 {
|
|
5314
|
-
background-color: #ffffff !important;
|
|
5315
|
-
border-color: #ffffff !important;
|
|
5316
|
-
}
|
|
5317
|
-
.v-application .accent--text.text--lighten-5 {
|
|
5318
|
-
color: #ffffff !important;
|
|
5319
|
-
caret-color: #ffffff !important;
|
|
5320
|
-
}
|
|
5321
|
-
.v-application .accent.lighten-4 {
|
|
5322
|
-
background-color: #f8ffff !important;
|
|
5323
|
-
border-color: #f8ffff !important;
|
|
5324
|
-
}
|
|
5325
|
-
.v-application .accent--text.text--lighten-4 {
|
|
5326
|
-
color: #f8ffff !important;
|
|
5327
|
-
caret-color: #f8ffff !important;
|
|
5328
|
-
}
|
|
5329
|
-
.v-application .accent.lighten-3 {
|
|
5330
|
-
background-color: #daffff !important;
|
|
5331
|
-
border-color: #daffff !important;
|
|
5332
|
-
}
|
|
5333
|
-
.v-application .accent--text.text--lighten-3 {
|
|
5334
|
-
color: #daffff !important;
|
|
5335
|
-
caret-color: #daffff !important;
|
|
5336
|
-
}
|
|
5337
|
-
.v-application .accent.lighten-2 {
|
|
5338
|
-
background-color: #bce8ff !important;
|
|
5339
|
-
border-color: #bce8ff !important;
|
|
5340
|
-
}
|
|
5341
|
-
.v-application .accent--text.text--lighten-2 {
|
|
5342
|
-
color: #bce8ff !important;
|
|
5343
|
-
caret-color: #bce8ff !important;
|
|
5344
|
-
}
|
|
5345
|
-
.v-application .accent.lighten-1 {
|
|
5346
|
-
background-color: #9fccff !important;
|
|
5347
|
-
border-color: #9fccff !important;
|
|
5348
|
-
}
|
|
5349
|
-
.v-application .accent--text.text--lighten-1 {
|
|
5350
|
-
color: #9fccff !important;
|
|
5351
|
-
caret-color: #9fccff !important;
|
|
5352
|
-
}
|
|
5353
|
-
.v-application .accent.darken-1 {
|
|
5354
|
-
background-color: #6596e2 !important;
|
|
5355
|
-
border-color: #6596e2 !important;
|
|
5356
|
-
}
|
|
5357
|
-
.v-application .accent--text.text--darken-1 {
|
|
5358
|
-
color: #6596e2 !important;
|
|
5359
|
-
caret-color: #6596e2 !important;
|
|
5360
|
-
}
|
|
5361
|
-
.v-application .accent.darken-2 {
|
|
5362
|
-
background-color: #467dc6 !important;
|
|
5363
|
-
border-color: #467dc6 !important;
|
|
5364
|
-
}
|
|
5365
|
-
.v-application .accent--text.text--darken-2 {
|
|
5366
|
-
color: #467dc6 !important;
|
|
5367
|
-
caret-color: #467dc6 !important;
|
|
5368
|
-
}
|
|
5369
|
-
.v-application .accent.darken-3 {
|
|
5370
|
-
background-color: #2364aa !important;
|
|
5371
|
-
border-color: #2364aa !important;
|
|
5372
|
-
}
|
|
5373
|
-
.v-application .accent--text.text--darken-3 {
|
|
5374
|
-
color: #2364aa !important;
|
|
5375
|
-
caret-color: #2364aa !important;
|
|
5376
|
-
}
|
|
5377
|
-
.v-application .accent.darken-4 {
|
|
5378
|
-
background-color: #004c90 !important;
|
|
5379
|
-
border-color: #004c90 !important;
|
|
5380
|
-
}
|
|
5381
|
-
.v-application .accent--text.text--darken-4 {
|
|
5382
|
-
color: #004c90 !important;
|
|
5383
|
-
caret-color: #004c90 !important;
|
|
5384
|
-
}
|
|
5385
|
-
.v-application .error {
|
|
5386
|
-
background-color: #ff5252 !important;
|
|
5387
|
-
border-color: #ff5252 !important;
|
|
5388
|
-
}
|
|
5389
|
-
.v-application .error--text {
|
|
5390
|
-
color: #ff5252 !important;
|
|
5391
|
-
caret-color: #ff5252 !important;
|
|
5392
|
-
}
|
|
5393
|
-
.v-application .error.lighten-5 {
|
|
5394
|
-
background-color: #ffe4d5 !important;
|
|
5395
|
-
border-color: #ffe4d5 !important;
|
|
5396
|
-
}
|
|
5397
|
-
.v-application .error--text.text--lighten-5 {
|
|
5398
|
-
color: #ffe4d5 !important;
|
|
5399
|
-
caret-color: #ffe4d5 !important;
|
|
5400
|
-
}
|
|
5401
|
-
.v-application .error.lighten-4 {
|
|
5402
|
-
background-color: #ffc6b9 !important;
|
|
5403
|
-
border-color: #ffc6b9 !important;
|
|
5404
|
-
}
|
|
5405
|
-
.v-application .error--text.text--lighten-4 {
|
|
5406
|
-
color: #ffc6b9 !important;
|
|
5407
|
-
caret-color: #ffc6b9 !important;
|
|
5408
|
-
}
|
|
5409
|
-
.v-application .error.lighten-3 {
|
|
5410
|
-
background-color: #ffa99e !important;
|
|
5411
|
-
border-color: #ffa99e !important;
|
|
5412
|
-
}
|
|
5413
|
-
.v-application .error--text.text--lighten-3 {
|
|
5414
|
-
color: #ffa99e !important;
|
|
5415
|
-
caret-color: #ffa99e !important;
|
|
5416
|
-
}
|
|
5417
|
-
.v-application .error.lighten-2 {
|
|
5418
|
-
background-color: #ff8c84 !important;
|
|
5419
|
-
border-color: #ff8c84 !important;
|
|
5420
|
-
}
|
|
5421
|
-
.v-application .error--text.text--lighten-2 {
|
|
5422
|
-
color: #ff8c84 !important;
|
|
5423
|
-
caret-color: #ff8c84 !important;
|
|
5424
|
-
}
|
|
5425
|
-
.v-application .error.lighten-1 {
|
|
5426
|
-
background-color: #ff6f6a !important;
|
|
5427
|
-
border-color: #ff6f6a !important;
|
|
5428
|
-
}
|
|
5429
|
-
.v-application .error--text.text--lighten-1 {
|
|
5430
|
-
color: #ff6f6a !important;
|
|
5431
|
-
caret-color: #ff6f6a !important;
|
|
5432
|
-
}
|
|
5433
|
-
.v-application .error.darken-1 {
|
|
5434
|
-
background-color: #df323b !important;
|
|
5435
|
-
border-color: #df323b !important;
|
|
5436
|
-
}
|
|
5437
|
-
.v-application .error--text.text--darken-1 {
|
|
5438
|
-
color: #df323b !important;
|
|
5439
|
-
caret-color: #df323b !important;
|
|
5440
|
-
}
|
|
5441
|
-
.v-application .error.darken-2 {
|
|
5442
|
-
background-color: #bf0025 !important;
|
|
5443
|
-
border-color: #bf0025 !important;
|
|
5444
|
-
}
|
|
5445
|
-
.v-application .error--text.text--darken-2 {
|
|
5446
|
-
color: #bf0025 !important;
|
|
5447
|
-
caret-color: #bf0025 !important;
|
|
5448
|
-
}
|
|
5449
|
-
.v-application .error.darken-3 {
|
|
5450
|
-
background-color: #9f0010 !important;
|
|
5451
|
-
border-color: #9f0010 !important;
|
|
5452
|
-
}
|
|
5453
|
-
.v-application .error--text.text--darken-3 {
|
|
5454
|
-
color: #9f0010 !important;
|
|
5455
|
-
caret-color: #9f0010 !important;
|
|
5456
|
-
}
|
|
5457
|
-
.v-application .error.darken-4 {
|
|
5458
|
-
background-color: #800000 !important;
|
|
5459
|
-
border-color: #800000 !important;
|
|
5460
|
-
}
|
|
5461
|
-
.v-application .error--text.text--darken-4 {
|
|
5462
|
-
color: #800000 !important;
|
|
5463
|
-
caret-color: #800000 !important;
|
|
5464
|
-
}
|
|
5465
|
-
.v-application .info {
|
|
5466
|
-
background-color: #2196f3 !important;
|
|
5467
|
-
border-color: #2196f3 !important;
|
|
5468
|
-
}
|
|
5469
|
-
.v-application .info--text {
|
|
5470
|
-
color: #2196f3 !important;
|
|
5471
|
-
caret-color: #2196f3 !important;
|
|
5472
|
-
}
|
|
5473
|
-
.v-application .info.lighten-5 {
|
|
5474
|
-
background-color: #d4ffff !important;
|
|
5475
|
-
border-color: #d4ffff !important;
|
|
5476
|
-
}
|
|
5477
|
-
.v-application .info--text.text--lighten-5 {
|
|
5478
|
-
color: #d4ffff !important;
|
|
5479
|
-
caret-color: #d4ffff !important;
|
|
5480
|
-
}
|
|
5481
|
-
.v-application .info.lighten-4 {
|
|
5482
|
-
background-color: #b5ffff !important;
|
|
5483
|
-
border-color: #b5ffff !important;
|
|
5484
|
-
}
|
|
5485
|
-
.v-application .info--text.text--lighten-4 {
|
|
5486
|
-
color: #b5ffff !important;
|
|
5487
|
-
caret-color: #b5ffff !important;
|
|
5488
|
-
}
|
|
5489
|
-
.v-application .info.lighten-3 {
|
|
5490
|
-
background-color: #95e8ff !important;
|
|
5491
|
-
border-color: #95e8ff !important;
|
|
5492
|
-
}
|
|
5493
|
-
.v-application .info--text.text--lighten-3 {
|
|
5494
|
-
color: #95e8ff !important;
|
|
5495
|
-
caret-color: #95e8ff !important;
|
|
5496
|
-
}
|
|
5497
|
-
.v-application .info.lighten-2 {
|
|
5498
|
-
background-color: #75ccff !important;
|
|
5499
|
-
border-color: #75ccff !important;
|
|
5500
|
-
}
|
|
5501
|
-
.v-application .info--text.text--lighten-2 {
|
|
5502
|
-
color: #75ccff !important;
|
|
5503
|
-
caret-color: #75ccff !important;
|
|
5504
|
-
}
|
|
5505
|
-
.v-application .info.lighten-1 {
|
|
5506
|
-
background-color: #51b0ff !important;
|
|
5507
|
-
border-color: #51b0ff !important;
|
|
5508
|
-
}
|
|
5509
|
-
.v-application .info--text.text--lighten-1 {
|
|
5510
|
-
color: #51b0ff !important;
|
|
5511
|
-
caret-color: #51b0ff !important;
|
|
5512
|
-
}
|
|
5513
|
-
.v-application .info.darken-1 {
|
|
5514
|
-
background-color: #007cd6 !important;
|
|
5515
|
-
border-color: #007cd6 !important;
|
|
5516
|
-
}
|
|
5517
|
-
.v-application .info--text.text--darken-1 {
|
|
5518
|
-
color: #007cd6 !important;
|
|
5519
|
-
caret-color: #007cd6 !important;
|
|
5520
|
-
}
|
|
5521
|
-
.v-application .info.darken-2 {
|
|
5522
|
-
background-color: #0064ba !important;
|
|
5523
|
-
border-color: #0064ba !important;
|
|
5524
|
-
}
|
|
5525
|
-
.v-application .info--text.text--darken-2 {
|
|
5526
|
-
color: #0064ba !important;
|
|
5527
|
-
caret-color: #0064ba !important;
|
|
5528
|
-
}
|
|
5529
|
-
.v-application .info.darken-3 {
|
|
5530
|
-
background-color: #004d9f !important;
|
|
5531
|
-
border-color: #004d9f !important;
|
|
5532
|
-
}
|
|
5533
|
-
.v-application .info--text.text--darken-3 {
|
|
5534
|
-
color: #004d9f !important;
|
|
5535
|
-
caret-color: #004d9f !important;
|
|
5536
|
-
}
|
|
5537
|
-
.v-application .info.darken-4 {
|
|
5538
|
-
background-color: #003784 !important;
|
|
5539
|
-
border-color: #003784 !important;
|
|
5540
|
-
}
|
|
5541
|
-
.v-application .info--text.text--darken-4 {
|
|
5542
|
-
color: #003784 !important;
|
|
5543
|
-
caret-color: #003784 !important;
|
|
5544
|
-
}
|
|
5545
|
-
.v-application .success {
|
|
5546
|
-
background-color: #4caf50 !important;
|
|
5547
|
-
border-color: #4caf50 !important;
|
|
5548
|
-
}
|
|
5549
|
-
.v-application .success--text {
|
|
5550
|
-
color: #4caf50 !important;
|
|
5551
|
-
caret-color: #4caf50 !important;
|
|
5552
|
-
}
|
|
5553
|
-
.v-application .success.lighten-5 {
|
|
5554
|
-
background-color: #dcffd6 !important;
|
|
5555
|
-
border-color: #dcffd6 !important;
|
|
5556
|
-
}
|
|
5557
|
-
.v-application .success--text.text--lighten-5 {
|
|
5558
|
-
color: #dcffd6 !important;
|
|
5559
|
-
caret-color: #dcffd6 !important;
|
|
5560
|
-
}
|
|
5561
|
-
.v-application .success.lighten-4 {
|
|
5562
|
-
background-color: #beffba !important;
|
|
5563
|
-
border-color: #beffba !important;
|
|
5564
|
-
}
|
|
5565
|
-
.v-application .success--text.text--lighten-4 {
|
|
5566
|
-
color: #beffba !important;
|
|
5567
|
-
caret-color: #beffba !important;
|
|
5568
|
-
}
|
|
5569
|
-
.v-application .success.lighten-3 {
|
|
5570
|
-
background-color: #a2ff9e !important;
|
|
5571
|
-
border-color: #a2ff9e !important;
|
|
5572
|
-
}
|
|
5573
|
-
.v-application .success--text.text--lighten-3 {
|
|
5574
|
-
color: #a2ff9e !important;
|
|
5575
|
-
caret-color: #a2ff9e !important;
|
|
5576
|
-
}
|
|
5577
|
-
.v-application .success.lighten-2 {
|
|
5578
|
-
background-color: #85e783 !important;
|
|
5579
|
-
border-color: #85e783 !important;
|
|
5580
|
-
}
|
|
5581
|
-
.v-application .success--text.text--lighten-2 {
|
|
5582
|
-
color: #85e783 !important;
|
|
5583
|
-
caret-color: #85e783 !important;
|
|
5584
|
-
}
|
|
5585
|
-
.v-application .success.lighten-1 {
|
|
5586
|
-
background-color: #69cb69 !important;
|
|
5587
|
-
border-color: #69cb69 !important;
|
|
5588
|
-
}
|
|
5589
|
-
.v-application .success--text.text--lighten-1 {
|
|
5590
|
-
color: #69cb69 !important;
|
|
5591
|
-
caret-color: #69cb69 !important;
|
|
5592
|
-
}
|
|
5593
|
-
.v-application .success.darken-1 {
|
|
5594
|
-
background-color: #2d9437 !important;
|
|
5595
|
-
border-color: #2d9437 !important;
|
|
5596
|
-
}
|
|
5597
|
-
.v-application .success--text.text--darken-1 {
|
|
5598
|
-
color: #2d9437 !important;
|
|
5599
|
-
caret-color: #2d9437 !important;
|
|
5600
|
-
}
|
|
5601
|
-
.v-application .success.darken-2 {
|
|
5602
|
-
background-color: #00791e !important;
|
|
5603
|
-
border-color: #00791e !important;
|
|
5604
|
-
}
|
|
5605
|
-
.v-application .success--text.text--darken-2 {
|
|
5606
|
-
color: #00791e !important;
|
|
5607
|
-
caret-color: #00791e !important;
|
|
5608
|
-
}
|
|
5609
|
-
.v-application .success.darken-3 {
|
|
5610
|
-
background-color: #006000 !important;
|
|
5611
|
-
border-color: #006000 !important;
|
|
5612
|
-
}
|
|
5613
|
-
.v-application .success--text.text--darken-3 {
|
|
5614
|
-
color: #006000 !important;
|
|
5615
|
-
caret-color: #006000 !important;
|
|
5616
|
-
}
|
|
5617
|
-
.v-application .success.darken-4 {
|
|
5618
|
-
background-color: #004700 !important;
|
|
5619
|
-
border-color: #004700 !important;
|
|
5620
|
-
}
|
|
5621
|
-
.v-application .success--text.text--darken-4 {
|
|
5622
|
-
color: #004700 !important;
|
|
5623
|
-
caret-color: #004700 !important;
|
|
5624
|
-
}
|
|
5625
|
-
.v-application .warning {
|
|
5626
|
-
background-color: #ffc107 !important;
|
|
5627
|
-
border-color: #ffc107 !important;
|
|
5628
|
-
}
|
|
5629
|
-
.v-application .warning--text {
|
|
5630
|
-
color: #ffc107 !important;
|
|
5631
|
-
caret-color: #ffc107 !important;
|
|
5632
|
-
}
|
|
5633
|
-
.v-application .warning.lighten-5 {
|
|
5634
|
-
background-color: #ffffae !important;
|
|
5635
|
-
border-color: #ffffae !important;
|
|
5636
|
-
}
|
|
5637
|
-
.v-application .warning--text.text--lighten-5 {
|
|
5638
|
-
color: #ffffae !important;
|
|
5639
|
-
caret-color: #ffffae !important;
|
|
5640
|
-
}
|
|
5641
|
-
.v-application .warning.lighten-4 {
|
|
5642
|
-
background-color: #ffff91 !important;
|
|
5643
|
-
border-color: #ffff91 !important;
|
|
5644
|
-
}
|
|
5645
|
-
.v-application .warning--text.text--lighten-4 {
|
|
5646
|
-
color: #ffff91 !important;
|
|
5647
|
-
caret-color: #ffff91 !important;
|
|
5648
|
-
}
|
|
5649
|
-
.v-application .warning.lighten-3 {
|
|
5650
|
-
background-color: #ffff74 !important;
|
|
5651
|
-
border-color: #ffff74 !important;
|
|
5652
|
-
}
|
|
5653
|
-
.v-application .warning--text.text--lighten-3 {
|
|
5654
|
-
color: #ffff74 !important;
|
|
5655
|
-
caret-color: #ffff74 !important;
|
|
5656
|
-
}
|
|
5657
|
-
.v-application .warning.lighten-2 {
|
|
5658
|
-
background-color: #fff956 !important;
|
|
5659
|
-
border-color: #fff956 !important;
|
|
5660
|
-
}
|
|
5661
|
-
.v-application .warning--text.text--lighten-2 {
|
|
5662
|
-
color: #fff956 !important;
|
|
5663
|
-
caret-color: #fff956 !important;
|
|
5664
|
-
}
|
|
5665
|
-
.v-application .warning.lighten-1 {
|
|
5666
|
-
background-color: #ffdd37 !important;
|
|
5667
|
-
border-color: #ffdd37 !important;
|
|
5668
|
-
}
|
|
5669
|
-
.v-application .warning--text.text--lighten-1 {
|
|
5670
|
-
color: #ffdd37 !important;
|
|
5671
|
-
caret-color: #ffdd37 !important;
|
|
5672
|
-
}
|
|
5673
|
-
.v-application .warning.darken-1 {
|
|
5674
|
-
background-color: #e0a600 !important;
|
|
5675
|
-
border-color: #e0a600 !important;
|
|
5676
|
-
}
|
|
5677
|
-
.v-application .warning--text.text--darken-1 {
|
|
5678
|
-
color: #e0a600 !important;
|
|
5679
|
-
caret-color: #e0a600 !important;
|
|
5680
|
-
}
|
|
5681
|
-
.v-application .warning.darken-2 {
|
|
5682
|
-
background-color: #c18c00 !important;
|
|
5683
|
-
border-color: #c18c00 !important;
|
|
5684
|
-
}
|
|
5685
|
-
.v-application .warning--text.text--darken-2 {
|
|
5686
|
-
color: #c18c00 !important;
|
|
5687
|
-
caret-color: #c18c00 !important;
|
|
5688
|
-
}
|
|
5689
|
-
.v-application .warning.darken-3 {
|
|
5690
|
-
background-color: #a27300 !important;
|
|
5691
|
-
border-color: #a27300 !important;
|
|
5692
|
-
}
|
|
5693
|
-
.v-application .warning--text.text--darken-3 {
|
|
5694
|
-
color: #a27300 !important;
|
|
5695
|
-
caret-color: #a27300 !important;
|
|
5696
|
-
}
|
|
5697
|
-
.v-application .warning.darken-4 {
|
|
5698
|
-
background-color: #855a00 !important;
|
|
5699
|
-
border-color: #855a00 !important;
|
|
5700
|
-
}
|
|
5701
|
-
.v-application .warning--text.text--darken-4 {
|
|
5702
|
-
color: #855a00 !important;
|
|
5703
|
-
caret-color: #855a00 !important;
|
|
5704
|
-
}"
|
|
5705
|
-
`;
|
|
5706
|
-
|
|
5707
4579
|
exports[`Theme.ts should use themeCache 1`] = `
|
|
5708
4580
|
".v-application a { color: #1976d2; }
|
|
5709
4581
|
.v-application .primary {
|