@dimailn/vuetify 2.7.2-alpha40 → 2.7.2-alpha42
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 +461 -249
- 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 +12 -8
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VApp/VApp.js.map +1 -1
- package/es5/components/VAppBar/VAppBar.js.map +1 -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 +1 -1
- 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.map +1 -1
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +7 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/es5/components/VBreadcrumbs/VBreadcrumbsItem.js +24 -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 +1 -1
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +7 -3
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +13 -7
- 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.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +3 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- 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 +1 -1
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCarousel/VCarouselItem.js +4 -1
- package/es5/components/VCarousel/VCarouselItem.js.map +1 -1
- package/es5/components/VCarousel/index.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/index.js.map +1 -1
- package/es5/components/VChip/VChip.js +16 -7
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VChipGroup/VChipGroup.js.map +1 -1
- package/es5/components/VColorPicker/VColorPicker.js +13 -9
- package/es5/components/VColorPicker/VColorPicker.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +3 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +3 -1
- 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.map +1 -1
- package/es5/components/VContent/VContent.js.map +1 -1
- package/es5/components/VCounter/VCounter.js.map +1 -1
- package/es5/components/VData/VData.js +3 -3
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +1 -1
- 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.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +55 -39
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeader.js +6 -2
- package/es5/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js +3 -1
- package/es5/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/es5/components/VDataTable/VEditDialog.js.map +1 -1
- package/es5/components/VDataTable/VSimpleTable.js.map +1 -1
- 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.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +3 -1
- 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 +5 -5
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- 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 +5 -5
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- 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 +1 -1
- 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 -1
- package/es5/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- 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 +3 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VFooter/VFooter.js +6 -5
- package/es5/components/VFooter/VFooter.js.map +1 -1
- package/es5/components/VForm/VForm.js.map +1 -1
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VGrid/VRow.js.map +1 -1
- package/es5/components/VGrid/grid.js.map +1 -1
- package/es5/components/VGrid/index.js.map +1 -1
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +3 -2
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VImg/VImg.js +4 -2
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +11 -5
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +1 -1
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VItemGroup/index.js.map +1 -1
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +4 -1
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VList.js.map +1 -1
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +6 -4
- package/es5/components/VList/VListItem.js.map +1 -1
- 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.map +1 -1
- package/es5/components/VList/index.js.map +1 -1
- package/es5/components/VMain/VMain.js.map +1 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VMessages/VMessages.js +7 -4
- package/es5/components/VMessages/VMessages.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VParallax/VParallax.js.map +1 -1
- package/es5/components/VPicker/VPicker.js.map +1 -1
- package/es5/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +1 -1
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRadioGroup/index.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VResponsive/VResponsive.js.map +1 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSelect/VSelectList.js +32 -17
- package/es5/components/VSelect/VSelectList.js.map +1 -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 +3 -1
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -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 +26 -26
- package/es5/components/VSlider/VSlider.js.map +1 -1
- package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
- 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 +7 -3
- package/es5/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +3 -1
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VStepper/index.js.map +1 -1
- package/es5/components/VSubheader/VSubheader.js.map +1 -1
- 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 +8 -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 +6 -1
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTabs/VTabsBar.js.map +1 -1
- 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.map +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.map +1 -1
- package/es5/components/VTimePicker/VTimePickerClock.js.map +1 -1
- 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.map +1 -1
- package/es5/components/VToolbar/index.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeview.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VTreeview/index.js.map +1 -1
- package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/VWindow/VWindowItem.js.map +1 -1
- package/es5/components/VWindow/index.js.map +1 -1
- package/es5/components/transitions/createTransition.js +3 -1
- package/es5/components/transitions/createTransition.js.map +1 -1
- 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.map +1 -1
- package/es5/directives/intersect/index.js +1 -1
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js.map +1 -1
- 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.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 +8 -8
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/applicationable/index.js.map +1 -1
- package/es5/mixins/binds-attrs/index.js.map +1 -1
- 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 +36 -14
- package/es5/mixins/dependent/index.js.map +1 -1
- 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.map +1 -1
- 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 +2 -2
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/mobile/index.js.map +1 -1
- package/es5/mixins/mouse/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js.map +1 -1
- 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.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 +1 -1
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/mixins/scrollable/index.js.map +1 -1
- 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.map +1 -1
- 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/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 +2 -2
- 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.map +1 -1
- package/es5/util/dedupeModelListeners.js.map +1 -1
- package/es5/util/helpers.js +31 -18
- package/es5/util/helpers.js.map +1 -1
- package/es5/util/legacyEventsMixin.js.map +1 -1
- package/es5/util/make-directive-activatable.js +1 -1
- package/es5/util/make-directive-activatable.js.map +1 -1
- package/es5/util/mergeData.js +0 -18
- package/es5/util/mergeData.js.map +1 -1
- package/es5/util/mixins.js.map +1 -1
- package/es5/util/rebuildFunctionalSlots.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +4 -6
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.js.map +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 +1 -1
- 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.map +1 -1
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +21 -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 +2 -3
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +7 -3
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +10 -6
- 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.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- 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 +1 -1
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.js +3 -2
- package/lib/components/VCarousel/VCarouselItem.js.map +1 -1
- package/lib/components/VCarousel/index.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/index.js.map +1 -1
- package/lib/components/VChip/VChip.js +5 -4
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +10 -10
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +1 -1
- 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.map +1 -1
- package/lib/components/VContent/VContent.js.map +1 -1
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VData/VData.js +5 -4
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +1 -1
- 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.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +47 -40
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.js +7 -3
- package/lib/components/VDataTable/VDataTableHeader.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.js.map +1 -1
- package/lib/components/VDataTable/VEditDialog.js.map +1 -1
- package/lib/components/VDataTable/VSimpleTable.js.map +1 -1
- 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.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +3 -1
- 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 +6 -6
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- 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 +7 -9
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- 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 +1 -1
- 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 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- 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 +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +4 -2
- package/lib/components/VFooter/VFooter.js.map +1 -1
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VCol.js +2 -3
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/VRow.js +2 -3
- package/lib/components/VGrid/VRow.js.map +1 -1
- package/lib/components/VGrid/grid.js.map +1 -1
- package/lib/components/VGrid/index.js.map +1 -1
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +3 -2
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +4 -2
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +7 -3
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +3 -3
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +1 -2
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VItemGroup/index.js.map +1 -1
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +4 -1
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +3 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- 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.map +1 -1
- package/lib/components/VList/index.js.map +1 -1
- package/lib/components/VMain/VMain.js.map +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +7 -4
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VParallax/VParallax.js.map +1 -1
- package/lib/components/VPicker/VPicker.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +1 -1
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRadioGroup/index.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VResponsive/VResponsive.js.map +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelect/VSelectList.js +10 -5
- package/lib/components/VSelect/VSelectList.js.map +1 -1
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -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 +10 -12
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- 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 +5 -3
- package/lib/components/VSpeedDial/VSpeedDial.js.map +1 -1
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +1 -1
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VStepper/index.js.map +1 -1
- package/lib/components/VSubheader/VSubheader.js.map +1 -1
- 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 +7 -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 +4 -1
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTabs/VTabsBar.js.map +1 -1
- 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.map +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.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.js.map +1 -1
- 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.map +1 -1
- package/lib/components/VToolbar/index.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VTreeview/index.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindowItem.js.map +1 -1
- package/lib/components/VWindow/index.js.map +1 -1
- package/lib/components/transitions/createTransition.js +6 -3
- package/lib/components/transitions/createTransition.js.map +1 -1
- 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.map +1 -1
- package/lib/directives/intersect/index.js +1 -1
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js.map +1 -1
- 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.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 +10 -10
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/applicationable/index.js.map +1 -1
- package/lib/mixins/binds-attrs/index.js.map +1 -1
- 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 +21 -11
- package/lib/mixins/dependent/index.js.map +1 -1
- 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.map +1 -1
- 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 +2 -2
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/mobile/index.js.map +1 -1
- package/lib/mixins/mouse/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js.map +1 -1
- 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.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 +1 -1
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/mixins/scrollable/index.js.map +1 -1
- 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.map +1 -1
- 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/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 +2 -2
- 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.map +1 -1
- package/lib/util/dedupeModelListeners.js.map +1 -1
- package/lib/util/helpers.js +27 -18
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/legacyEventsMixin.js.map +1 -1
- package/lib/util/make-directive-activatable.js +1 -1
- package/lib/util/make-directive-activatable.js.map +1 -1
- package/lib/util/mergeData.js +0 -18
- package/lib/util/mergeData.js.map +1 -1
- package/lib/util/mixins.js.map +1 -1
- package/lib/util/rebuildFunctionalSlots.js.map +1 -1
- package/package.json +4 -3
- package/src/components/VAlert/VAlert.ts +28 -29
- package/src/components/VAlert/__tests__/VAlert.spec.ts +20 -20
- package/src/components/VApp/VApp.ts +9 -9
- package/src/components/VApp/__tests__/VApp.spec.ts +18 -18
- package/src/components/VAppBar/VAppBar.ts +11 -11
- package/src/components/VAppBar/VAppBarNavIcon.ts +3 -3
- package/src/components/VAppBar/VAppBarTitle.ts +13 -13
- package/src/components/VAppBar/__tests__/VAppBar.spec.ts +66 -63
- package/src/components/VAppBar/__tests__/VAppBarNavIcon.spec.ts +2 -2
- package/src/components/VAppBar/index.ts +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +37 -38
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +53 -53
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +42 -42
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +28 -28
- package/src/components/VAvatar/VAvatar.ts +9 -9
- package/src/components/VAvatar/__tests__/VAvatar.spec.ts +17 -17
- package/src/components/VBadge/VBadge.ts +19 -19
- package/src/components/VBadge/__tests__/VBadge.spec.ts +31 -31
- package/src/components/VBanner/VBanner.ts +19 -19
- package/src/components/VBanner/__tests__/VBanner.spec.ts +41 -41
- package/src/components/VBottomNavigation/VBottomNavigation.ts +21 -17
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +17 -17
- package/src/components/VBottomSheet/VBottomSheet.ts +5 -5
- package/src/components/VBreadcrumbs/VBreadcrumbs.ts +10 -10
- package/src/components/VBreadcrumbs/VBreadcrumbsItem.ts +36 -16
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbs.spec.ts +36 -36
- package/src/components/VBreadcrumbs/__tests__/VBreadcrumbsItem.spec.ts +5 -5
- package/src/components/VBreadcrumbs/index.ts +2 -2
- package/src/components/VBtn/VBtn.ts +23 -23
- package/src/components/VBtn/__tests__/VBtn.spec.ts +42 -42
- package/src/components/VBtnToggle/VBtnToggle.ts +6 -6
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +3 -3
- package/src/components/VCalendar/VCalendar.ts +14 -15
- package/src/components/VCalendar/VCalendarCategory.ts +19 -17
- package/src/components/VCalendar/VCalendarDaily.ts +46 -43
- package/src/components/VCalendar/VCalendarMonthly.ts +2 -2
- package/src/components/VCalendar/VCalendarWeekly.ts +24 -20
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +20 -20
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +16 -16
- package/src/components/VCalendar/__tests__/VCalendarDaily.spec.ts +31 -31
- package/src/components/VCalendar/index.ts +2 -2
- package/src/components/VCalendar/mixins/__tests__/calendar-base.spec.ts +25 -25
- package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +38 -38
- package/src/components/VCalendar/mixins/__tests__/calendar-with-intervals.spec.ts +36 -36
- package/src/components/VCalendar/mixins/__tests__/times.spec.ts +7 -7
- package/src/components/VCalendar/mixins/calendar-base.ts +5 -6
- package/src/components/VCalendar/mixins/calendar-with-events.ts +41 -35
- package/src/components/VCalendar/mixins/calendar-with-intervals.ts +4 -4
- package/src/components/VCalendar/mixins/times.ts +9 -9
- 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 +23 -23
- package/src/components/VCard/index.ts +3 -3
- package/src/components/VCarousel/VCarousel.ts +27 -27
- package/src/components/VCarousel/VCarouselItem.ts +16 -12
- package/src/components/VCarousel/__tests__/VCarousel.spec.ts +45 -42
- package/src/components/VCarousel/__tests__/VCarouselItem.spec.ts +3 -3
- package/src/components/VCarousel/index.ts +2 -2
- package/src/components/VCheckbox/VCheckbox.ts +16 -16
- package/src/components/VCheckbox/VSimpleCheckbox.ts +14 -16
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +45 -45
- package/src/components/VCheckbox/__tests__/VSimpleCheckbox.spec.ts +9 -9
- package/src/components/VCheckbox/index.ts +2 -2
- package/src/components/VChip/VChip.ts +26 -25
- package/src/components/VChip/__tests__/VChip.spec.ts +37 -24
- package/src/components/VChipGroup/VChipGroup.ts +8 -8
- package/src/components/VChipGroup/__tests__/VChipGroup.spec.ts +8 -8
- package/src/components/VColorPicker/VColorPicker.ts +30 -30
- package/src/components/VColorPicker/VColorPickerCanvas.ts +20 -20
- package/src/components/VColorPicker/VColorPickerEdit.ts +23 -23
- package/src/components/VColorPicker/VColorPickerPreview.ts +17 -17
- package/src/components/VColorPicker/VColorPickerSwatches.ts +31 -29
- package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +32 -32
- package/src/components/VColorPicker/__tests__/VColorPickerCanvas.spec.ts +12 -12
- package/src/components/VColorPicker/__tests__/VColorPickerEdit.spec.ts +22 -22
- package/src/components/VColorPicker/__tests__/VColorPickerPreview.spec.ts +19 -19
- 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 +11 -11
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +38 -38
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +34 -34
- package/src/components/VContent/VContent.ts +2 -2
- package/src/components/VCounter/VCounter.ts +5 -5
- package/src/components/VCounter/__tests__/VCounter.spec.ts +2 -2
- package/src/components/VData/VData.ts +42 -43
- package/src/components/VData/__tests__/VData.spec.ts +111 -111
- package/src/components/VDataIterator/VDataFooter.ts +31 -30
- package/src/components/VDataIterator/VDataIterator.ts +31 -30
- package/src/components/VDataIterator/__tests__/VDataFooter.spec.ts +36 -36
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +57 -57
- 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 +8 -8
- package/src/components/VDataTable/VDataTable.ts +122 -108
- package/src/components/VDataTable/VDataTableHeader.ts +8 -8
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +16 -15
- package/src/components/VDataTable/VDataTableHeaderMobile.ts +16 -15
- package/src/components/VDataTable/VEditDialog.ts +18 -18
- package/src/components/VDataTable/VSimpleTable.ts +10 -10
- package/src/components/VDataTable/VVirtualTable.ts +24 -25
- package/src/components/VDataTable/__tests__/MobileRow.spec.ts +22 -22
- package/src/components/VDataTable/__tests__/Row.spec.ts +22 -22
- package/src/components/VDataTable/__tests__/RowGroup.spec.ts +5 -5
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +250 -172
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +27 -27
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +24 -24
- package/src/components/VDataTable/__tests__/VSimpleTable.spec.ts +28 -28
- package/src/components/VDataTable/__tests__/VVirtualTable.spec.ts +8 -8
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +1642 -440
- package/src/components/VDataTable/index.ts +2 -2
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +15 -15
- package/src/components/VDataTable/mixins/header.ts +13 -14
- package/src/components/VDatePicker/VDatePicker.ts +51 -52
- package/src/components/VDatePicker/VDatePickerDateTable.ts +25 -20
- package/src/components/VDatePicker/VDatePickerHeader.ts +32 -32
- package/src/components/VDatePicker/VDatePickerMonthTable.ts +7 -7
- package/src/components/VDatePicker/VDatePickerTitle.ts +22 -22
- package/src/components/VDatePicker/VDatePickerYears.ts +10 -17
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +121 -121
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +54 -54
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +47 -47
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +38 -38
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +39 -39
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +23 -23
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +16 -16
- package/src/components/VDatePicker/index.ts +3 -3
- package/src/components/VDatePicker/mixins/date-picker-table.ts +47 -48
- package/src/components/VDatePicker/util/eventHelpers.ts +2 -2
- package/src/components/VDatePicker/util/index.ts +2 -2
- package/src/components/VDialog/VDialog.ts +32 -35
- package/src/components/VDialog/__tests__/VDialog.spec.ts +55 -55
- package/src/components/VDivider/VDivider.ts +4 -5
- package/src/components/VDivider/__tests__/VDivider.spec.ts +9 -9
- package/src/components/VExpansionPanel/VExpansionPanel.ts +13 -13
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +11 -11
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +18 -18
- package/src/components/VExpansionPanel/VExpansionPanels.ts +6 -6
- package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +24 -24
- package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +5 -5
- package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +4 -4
- package/src/components/VExpansionPanel/index.ts +2 -2
- package/src/components/VFileInput/VFileInput.ts +31 -31
- package/src/components/VFileInput/__tests__/VFileInput.spec.ts +39 -39
- package/src/components/VFooter/VFooter.ts +13 -14
- package/src/components/VFooter/__tests__/VFooter.spec.ts +12 -12
- package/src/components/VForm/VForm.ts +8 -8
- package/src/components/VForm/__tests__/VForm.spec.ts +29 -29
- package/src/components/VGrid/VCol.ts +14 -14
- package/src/components/VGrid/VContainer.ts +6 -6
- package/src/components/VGrid/VRow.ts +15 -15
- package/src/components/VGrid/__tests__/VCol.spec.ts +14 -14
- package/src/components/VGrid/__tests__/VContainer.spec.ts +12 -12
- package/src/components/VGrid/__tests__/VFlex.spec.ts +2 -2
- package/src/components/VGrid/__tests__/VGrid.spec.ts +9 -10
- package/src/components/VGrid/__tests__/VLayout.spec.ts +2 -2
- package/src/components/VGrid/grid.ts +3 -3
- package/src/components/VGrid/index.ts +3 -3
- package/src/components/VHover/VHover.ts +6 -7
- package/src/components/VHover/__tests__/VHover.spec.ts +14 -14
- package/src/components/VIcon/VIcon.ts +48 -40
- package/src/components/VIcon/__tests__/VIcon.spec.ts +34 -34
- package/src/components/VImg/VImg.ts +48 -49
- package/src/components/VImg/__tests__/VImg.spec.ts +25 -25
- package/src/components/VInput/VInput.ts +47 -44
- package/src/components/VInput/__tests__/VInput.spec.ts +133 -114
- package/src/components/VItemGroup/VItem.ts +11 -11
- package/src/components/VItemGroup/VItemGroup.ts +18 -19
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +5 -6
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +37 -37
- package/src/components/VItemGroup/index.ts +3 -3
- package/src/components/VLabel/VLabel.ts +8 -8
- package/src/components/VLabel/__tests__/VLabel.spec.ts +53 -53
- package/src/components/VLazy/VLazy.ts +19 -18
- package/src/components/VLazy/__tests__/VLazy.spec.ts +7 -6
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +0 -1
- package/src/components/VList/VList.ts +12 -12
- package/src/components/VList/VListGroup.ts +27 -26
- package/src/components/VList/VListItem.ts +26 -25
- package/src/components/VList/VListItemAction.ts +1 -1
- package/src/components/VList/VListItemAvatar.ts +5 -5
- package/src/components/VList/VListItemGroup.ts +7 -7
- package/src/components/VList/VListItemIcon.ts +1 -1
- package/src/components/VList/__tests__/VList.spec.ts +13 -13
- package/src/components/VList/__tests__/VListGroup.spec.ts +31 -31
- package/src/components/VList/__tests__/VListItem.spec.ts +49 -49
- package/src/components/VList/__tests__/VListItemAction.spec.ts +11 -11
- package/src/components/VList/__tests__/VListItemAvatar.spec.ts +2 -2
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +2 -2
- package/src/components/VList/index.ts +3 -3
- package/src/components/VMain/VMain.ts +9 -9
- package/src/components/VMain/__tests__/VMain.spec.ts +5 -5
- package/src/components/VMenu/VMenu.ts +38 -37
- package/src/components/VMenu/__tests__/VMenu.spec.ts +48 -48
- package/src/components/VMessages/VMessages.ts +16 -9
- package/src/components/VMessages/__tests__/VMessages.spec.ts +22 -22
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +33 -33
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +57 -57
- package/src/components/VOtpInput/VOtpInput.ts +27 -27
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +12 -12
- package/src/components/VOverflowBtn/VOverflowBtn.ts +6 -6
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +18 -18
- package/src/components/VOverlay/VOverlay.ts +17 -17
- package/src/components/VOverlay/__tests__/VOverlay.spec.ts +3 -3
- package/src/components/VPagination/VPagination.ts +32 -32
- package/src/components/VPagination/__tests__/VPagination.spec.ts +37 -37
- package/src/components/VParallax/VParallax.ts +17 -17
- package/src/components/VParallax/__tests__/VParallax.spec.ts +6 -6
- package/src/components/VPicker/VPicker.ts +22 -20
- package/src/components/VPicker/__tests__/VPicker.spec.ts +18 -18
- package/src/components/VProgressCircular/VProgressCircular.ts +19 -20
- package/src/components/VProgressCircular/__tests__/VProgressCircular.spec.ts +21 -21
- package/src/components/VProgressLinear/VProgressLinear.ts +38 -38
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +72 -72
- package/src/components/VRadioGroup/VRadio.ts +23 -23
- package/src/components/VRadioGroup/VRadioGroup.ts +12 -12
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +21 -21
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +4 -4
- package/src/components/VRadioGroup/index.ts +2 -2
- package/src/components/VRangeSlider/VRangeSlider.ts +19 -19
- package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +18 -18
- package/src/components/VRating/VRating.ts +27 -27
- package/src/components/VRating/__tests__/VRating.spec.ts +23 -24
- package/src/components/VResponsive/VResponsive.ts +9 -9
- package/src/components/VResponsive/__tests__/VResponsive.spec.ts +6 -6
- package/src/components/VSelect/VSelect.ts +55 -50
- package/src/components/VSelect/VSelectList.ts +37 -31
- package/src/components/VSelect/__tests__/VSelect.spec.ts +124 -70
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +58 -58
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +54 -54
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +42 -42
- package/src/components/VSelect/__tests__/VSelectList.spec.ts +30 -17
- package/src/components/VSheet/VSheet.ts +7 -7
- package/src/components/VSheet/__tests__/VSheet.spec.ts +5 -5
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +13 -14
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +12 -12
- package/src/components/VSlideGroup/VSlideGroup.ts +33 -40
- package/src/components/VSlideGroup/VSlideItem.ts +1 -1
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +46 -46
- package/src/components/VSlideGroup/index.ts +3 -3
- package/src/components/VSlider/VSlider.ts +71 -76
- package/src/components/VSlider/__tests__/VSlider.spec.ts +51 -51
- package/src/components/VSnackbar/VSnackbar.ts +24 -24
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +20 -20
- package/src/components/VSparkline/VSparkline.ts +50 -48
- package/src/components/VSparkline/__tests__/VSparkline.spec.ts +49 -49
- package/src/components/VSparkline/helpers/core.ts +2 -2
- package/src/components/VSparkline/helpers/math.ts +1 -1
- package/src/components/VSpeedDial/VSpeedDial.ts +22 -20
- package/src/components/VSpeedDial/__tests__/VSpeedDial.spec.ts +10 -10
- package/src/components/VStepper/VStepper.ts +11 -11
- package/src/components/VStepper/VStepperContent.ts +17 -17
- package/src/components/VStepper/VStepperStep.ts +19 -21
- package/src/components/VStepper/__tests__/VStepper.spec.ts +3 -3
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +46 -46
- package/src/components/VStepper/__tests__/VStepperStep.spec.ts +31 -31
- package/src/components/VStepper/index.ts +3 -3
- package/src/components/VSubheader/VSubheader.ts +4 -4
- package/src/components/VSubheader/__tests__/VSubheader.spec.ts +6 -6
- package/src/components/VSwitch/VSwitch.ts +22 -22
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +11 -11
- package/src/components/VSystemBar/VSystemBar.ts +11 -12
- package/src/components/VSystemBar/__tests__/VSystemBar.spec.ts +23 -23
- package/src/components/VTabs/VTab.ts +27 -16
- package/src/components/VTabs/VTabItem.ts +3 -3
- package/src/components/VTabs/VTabs.ts +35 -30
- package/src/components/VTabs/VTabsBar.ts +7 -7
- package/src/components/VTabs/VTabsItems.ts +6 -6
- package/src/components/VTabs/VTabsSlider.ts +4 -4
- package/src/components/VTabs/__tests__/VTab.spec.ts +16 -16
- package/src/components/VTabs/__tests__/VTabs.spec.ts +47 -47
- package/src/components/VTabs/__tests__/VTabsBar.spec.ts +12 -12
- package/src/components/VTabs/__tests__/VTabsSlider.spec.ts +4 -4
- package/src/components/VTabs/index.ts +2 -2
- package/src/components/VTextField/VTextField.ts +43 -40
- package/src/components/VTextField/__tests__/VTextField.spec.ts +109 -109
- package/src/components/VTextarea/VTextarea.ts +9 -22
- package/src/components/VTextarea/__tests__/VTextarea.spec.ts +21 -21
- package/src/components/VThemeProvider/VThemeProvider.ts +2 -2
- package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +15 -15
- package/src/components/VTimePicker/VTimePicker.ts +17 -17
- package/src/components/VTimePicker/VTimePickerClock.ts +28 -35
- package/src/components/VTimePicker/VTimePickerTitle.ts +10 -10
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +71 -71
- package/src/components/VTimePicker/__tests__/VTimePickerClock.spec.ts +31 -31
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +18 -18
- 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 +12 -12
- package/src/components/VTimeline/index.ts +2 -2
- package/src/components/VToolbar/VToolbar.ts +17 -17
- package/src/components/VToolbar/__tests__/VToolbar.spec.ts +23 -23
- package/src/components/VToolbar/index.ts +3 -3
- package/src/components/VTooltip/VTooltip.ts +18 -18
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +45 -45
- package/src/components/VTreeview/VTreeview.ts +31 -28
- package/src/components/VTreeview/VTreeviewNode.ts +41 -41
- package/src/components/VTreeview/__tests__/VTreeview.spec.ts +129 -129
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +29 -29
- package/src/components/VTreeview/index.ts +2 -2
- package/src/components/VVirtualScroll/VVirtualScroll.ts +16 -16
- package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +12 -12
- package/src/components/VWindow/VWindow.ts +24 -27
- package/src/components/VWindow/VWindowItem.ts +12 -13
- package/src/components/VWindow/__tests__/VWindow.spec.ts +62 -62
- package/src/components/VWindow/__tests__/VWindowItem.spec.ts +140 -141
- package/src/components/VWindow/index.ts +2 -2
- package/src/components/transitions/createTransition.ts +15 -15
- package/src/components/transitions/expand-transition.ts +4 -4
- package/src/components/transitions/index.ts +3 -3
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +3 -3
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +4 -4
- package/src/directives/click-outside/index.ts +5 -5
- package/src/directives/color/__tests__/color.spec.ts +26 -22
- package/src/directives/color/index.ts +8 -7
- package/src/directives/intersect/__tests__/intersect.spec.ts +3 -3
- package/src/directives/intersect/index.ts +2 -1
- package/src/directives/mutate/__tests__/mutate.spec.ts +16 -16
- package/src/directives/mutate/index.ts +11 -11
- package/src/directives/resize/index.ts +2 -2
- package/src/directives/ripple/__tests__/ripple.spec.ts +12 -12
- package/src/directives/ripple/index.ts +4 -3
- package/src/directives/scroll/__tests__/scroll.spec.ts +7 -7
- package/src/directives/scroll/index.ts +3 -3
- package/src/directives/touch/__tests__/touch.spec.ts +3 -3
- package/src/directives/touch/index.ts +3 -3
- package/src/framework.ts +6 -7
- package/src/globals.d.ts +7 -90
- package/src/index.ts +1 -1
- package/src/install.ts +3 -3
- 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 +18 -18
- package/src/mixins/activatable/index.ts +20 -21
- package/src/mixins/applicationable/__tests__/applicationable.spec.ts +18 -18
- package/src/mixins/applicationable/index.ts +5 -5
- package/src/mixins/binds-attrs/index.ts +3 -3
- package/src/mixins/bootable/__tests__/bootable.spec.ts +12 -12
- package/src/mixins/bootable/index.ts +6 -6
- package/src/mixins/button-group/index.ts +4 -4
- package/src/mixins/colorable/__tests__/colorable.spec.ts +22 -22
- 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 +18 -18
- package/src/mixins/dependent/index.ts +27 -20
- package/src/mixins/detachable/__tests__/detachable.spec.ts +12 -12
- package/src/mixins/detachable/index.ts +10 -15
- package/src/mixins/elevatable/__tests__/elevatable.spec.ts +5 -5
- package/src/mixins/elevatable/index.ts +4 -4
- package/src/mixins/filterable/index.ts +4 -4
- package/src/mixins/groupable/index.ts +9 -9
- package/src/mixins/intersectable/__tests__/intersectable.spec.ts +20 -20
- package/src/mixins/intersectable/index.ts +10 -10
- 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 +24 -24
- package/src/mixins/menuable/index.ts +26 -26
- package/src/mixins/mobile/__tests__/mobile.spec.ts +7 -7
- package/src/mixins/mobile/index.ts +8 -8
- package/src/mixins/mouse/__tests__/mouse.spec.ts +14 -14
- package/src/mixins/mouse/index.ts +4 -4
- package/src/mixins/overlayable/__tests__/overlayable.spec.ts +8 -8
- package/src/mixins/overlayable/index.ts +15 -15
- package/src/mixins/picker/index.ts +10 -8
- 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 +6 -6
- package/src/mixins/proxyable/index.ts +8 -8
- package/src/mixins/registrable/__tests__/registrable.spec.ts +3 -3
- package/src/mixins/registrable/index.ts +19 -20
- package/src/mixins/returnable/index.ts +6 -6
- package/src/mixins/rippleable/__tests__/rippleable.spec.ts +1 -1
- package/src/mixins/rippleable/index.ts +6 -5
- package/src/mixins/roundable/__tests__/roundable.spec.ts +4 -4
- package/src/mixins/roundable/index.ts +9 -7
- package/src/mixins/routable/__tests__/routable.spec.ts +20 -20
- package/src/mixins/routable/index.ts +16 -14
- package/src/mixins/scrollable/__tests__/scrollable.spec.ts +18 -18
- package/src/mixins/scrollable/index.ts +7 -7
- package/src/mixins/selectable/__tests__/selectable.spec.ts +5 -5
- package/src/mixins/selectable/index.ts +9 -9
- 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 +5 -5
- package/src/mixins/transitionable/index.ts +3 -3
- package/src/mixins/translatable/index.ts +6 -6
- package/src/mixins/validatable/__tests__/validatable.spec.ts +33 -33
- package/src/mixins/validatable/index.ts +18 -18
- 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 +6 -6
- package/src/services/goto/index.ts +2 -2
- 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__/theme-utils.spec.ts +4 -4
- package/src/services/theme/__tests__/theme.spec.ts +15 -15
- package/src/services/theme/index.ts +8 -8
- 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__/dateTimeUtils.spec.ts +1 -1
- package/src/util/__tests__/dom.spec.ts +3 -3
- package/src/util/__tests__/helpers.spec.ts +131 -18
- package/src/util/__tests__/mergeData.spec.ts +3 -3
- 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 +1 -1
- package/src/util/dedupeModelListeners.ts +1 -1
- package/src/util/helpers.ts +34 -30
- package/src/util/legacyEventsMixin.ts +9 -9
- package/src/util/make-directive-activatable.ts +12 -12
- package/src/util/mergeData.ts +2 -16
- package/src/util/mixins.ts +10 -8
- package/src/util/rebuildFunctionalSlots.ts +1 -1
- package/types/alacarte.d.ts +3 -2
- package/types/index.d.ts +5 -13
- package/types/services/goto.d.ts +3 -3
- package/types/services/index.d.ts +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {h} from 'vue'
|
|
1
|
+
import { h } from 'vue'
|
|
2
2
|
// Styles
|
|
3
3
|
import './VFooter.sass'
|
|
4
4
|
|
|
@@ -14,14 +14,14 @@ import mixins from '../../util/mixins'
|
|
|
14
14
|
import { convertToUnit, getSlot, getTagValue } from '../../util/helpers'
|
|
15
15
|
|
|
16
16
|
// Types
|
|
17
|
-
import { VNode } from '
|
|
17
|
+
import type { VNode } from '../../types/vue-internal'
|
|
18
18
|
|
|
19
19
|
/* @vue/component */
|
|
20
20
|
export default mixins(
|
|
21
21
|
VSheet,
|
|
22
22
|
Applicationable('footer', [
|
|
23
23
|
'height',
|
|
24
|
-
'inset'
|
|
24
|
+
'inset'
|
|
25
25
|
]),
|
|
26
26
|
SSRBootable
|
|
27
27
|
).extend({
|
|
@@ -30,14 +30,14 @@ export default mixins(
|
|
|
30
30
|
props: {
|
|
31
31
|
height: {
|
|
32
32
|
default: 'auto',
|
|
33
|
-
type: [Number, String]
|
|
33
|
+
type: [Number, String]
|
|
34
34
|
},
|
|
35
35
|
inset: Boolean,
|
|
36
36
|
padless: Boolean,
|
|
37
37
|
tag: {
|
|
38
38
|
type: String,
|
|
39
|
-
default: 'footer'
|
|
40
|
-
}
|
|
39
|
+
default: 'footer'
|
|
40
|
+
}
|
|
41
41
|
},
|
|
42
42
|
|
|
43
43
|
computed: {
|
|
@@ -50,7 +50,7 @@ export default mixins(
|
|
|
50
50
|
'v-footer--absolute': this.absolute,
|
|
51
51
|
'v-footer--fixed': !this.absolute && (this.app || this.fixed),
|
|
52
52
|
'v-footer--padless': this.padless,
|
|
53
|
-
'v-footer--inset': this.inset
|
|
53
|
+
'v-footer--inset': this.inset
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
computedBottom (): number | undefined {
|
|
@@ -89,9 +89,9 @@ export default mixins(
|
|
|
89
89
|
height: isNaN(height) ? height : convertToUnit(height),
|
|
90
90
|
left: convertToUnit(this.computedLeft),
|
|
91
91
|
right: convertToUnit(this.computedRight),
|
|
92
|
-
bottom: convertToUnit(this.computedBottom)
|
|
92
|
+
bottom: convertToUnit(this.computedBottom)
|
|
93
93
|
}
|
|
94
|
-
}
|
|
94
|
+
}
|
|
95
95
|
},
|
|
96
96
|
|
|
97
97
|
methods: {
|
|
@@ -101,16 +101,15 @@ export default mixins(
|
|
|
101
101
|
return isNaN(height)
|
|
102
102
|
? this.$el ? this.$el.clientHeight : 0
|
|
103
103
|
: height
|
|
104
|
-
}
|
|
104
|
+
}
|
|
105
105
|
},
|
|
106
106
|
|
|
107
107
|
render (): VNode {
|
|
108
108
|
const data = this.setBackgroundColor(this.color, {
|
|
109
|
-
class: 'v-footer',
|
|
110
|
-
|
|
111
|
-
style: this.styles,
|
|
109
|
+
class: { 'v-footer': true, ...(this.classes as Record<string, boolean>) },
|
|
110
|
+
style: this.styles
|
|
112
111
|
})
|
|
113
112
|
|
|
114
113
|
return h(getTagValue(this.tag), data, getSlot(this))
|
|
115
|
-
}
|
|
114
|
+
}
|
|
116
115
|
})
|
|
@@ -5,7 +5,7 @@ import VFooter from '../VFooter'
|
|
|
5
5
|
import {
|
|
6
6
|
mount,
|
|
7
7
|
VueWrapper,
|
|
8
|
-
enableAutoUnmount
|
|
8
|
+
enableAutoUnmount
|
|
9
9
|
} from '@vue/test-utils'
|
|
10
10
|
|
|
11
11
|
describe('VFooter.ts', () => {
|
|
@@ -22,12 +22,12 @@ describe('VFooter.ts', () => {
|
|
|
22
22
|
$vuetify: {
|
|
23
23
|
application: {
|
|
24
24
|
register: () => {},
|
|
25
|
-
unregister: () => {}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
25
|
+
unregister: () => {}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
29
|
},
|
|
30
|
-
...options
|
|
30
|
+
...options
|
|
31
31
|
})
|
|
32
32
|
}
|
|
33
33
|
})
|
|
@@ -45,7 +45,7 @@ describe('VFooter.ts', () => {
|
|
|
45
45
|
it('should return computed values when using app', async () => {
|
|
46
46
|
const wrapper = mountFunction({
|
|
47
47
|
props: {
|
|
48
|
-
app: true
|
|
48
|
+
app: true
|
|
49
49
|
},
|
|
50
50
|
global: {
|
|
51
51
|
mocks: {
|
|
@@ -56,11 +56,11 @@ describe('VFooter.ts', () => {
|
|
|
56
56
|
left: 300,
|
|
57
57
|
right: 200,
|
|
58
58
|
register: () => {},
|
|
59
|
-
unregister: () => {}
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
59
|
+
unregister: () => {}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
64
|
})
|
|
65
65
|
|
|
66
66
|
expect(wrapper.vm.computedBottom).toBe(64)
|
|
@@ -47,7 +47,7 @@ export default mixins(
|
|
|
47
47
|
disabled: Boolean,
|
|
48
48
|
lazyValidation: Boolean,
|
|
49
49
|
readonly: Boolean,
|
|
50
|
-
value: Boolean
|
|
50
|
+
value: Boolean
|
|
51
51
|
},
|
|
52
52
|
|
|
53
53
|
emits: ['input', 'update:modelValue', 'submit'],
|
|
@@ -55,7 +55,7 @@ export default mixins(
|
|
|
55
55
|
data: () => ({
|
|
56
56
|
inputs: [] as VInputInstance[],
|
|
57
57
|
watchers: [] as Watchers[],
|
|
58
|
-
errorBag: {} as ErrorBag
|
|
58
|
+
errorBag: {} as ErrorBag
|
|
59
59
|
}),
|
|
60
60
|
|
|
61
61
|
watch: {
|
|
@@ -67,8 +67,8 @@ export default mixins(
|
|
|
67
67
|
this.$emit('update:modelValue', !errors)
|
|
68
68
|
},
|
|
69
69
|
deep: true,
|
|
70
|
-
immediate: true
|
|
71
|
-
}
|
|
70
|
+
immediate: true
|
|
71
|
+
}
|
|
72
72
|
},
|
|
73
73
|
|
|
74
74
|
methods: {
|
|
@@ -93,7 +93,7 @@ export default mixins(
|
|
|
93
93
|
const watchers: Watchers = {
|
|
94
94
|
_uid: inputId,
|
|
95
95
|
valid: () => {},
|
|
96
|
-
shouldValidate: () => {}
|
|
96
|
+
shouldValidate: () => {}
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
if (this.lazyValidation) {
|
|
@@ -156,7 +156,7 @@ export default mixins(
|
|
|
156
156
|
this.inputs = this.inputs.filter((inputComponent: VInputInstance) => this.getInputUid(inputComponent) !== inputId)
|
|
157
157
|
|
|
158
158
|
delete this.errorBag[inputId]
|
|
159
|
-
}
|
|
159
|
+
}
|
|
160
160
|
},
|
|
161
161
|
|
|
162
162
|
render (): VNode {
|
|
@@ -164,7 +164,7 @@ export default mixins(
|
|
|
164
164
|
class: 'v-form',
|
|
165
165
|
novalidate: true,
|
|
166
166
|
...this.attrs$,
|
|
167
|
-
onSubmit: (e: Event) => this.$emit('submit', e)
|
|
167
|
+
onSubmit: (e: Event) => this.$emit('submit', e)
|
|
168
168
|
}, getSlot(this))
|
|
169
|
-
}
|
|
169
|
+
}
|
|
170
170
|
})
|
|
@@ -9,7 +9,7 @@ import VTextField from '../../VTextField'
|
|
|
9
9
|
import {
|
|
10
10
|
mount,
|
|
11
11
|
MountingOptions,
|
|
12
|
-
VueWrapper
|
|
12
|
+
VueWrapper
|
|
13
13
|
} from '@vue/test-utils'
|
|
14
14
|
|
|
15
15
|
import { wait } from '../../../../test'
|
|
@@ -18,10 +18,10 @@ const errorInput = {
|
|
|
18
18
|
render () {
|
|
19
19
|
return h(VTextField, {
|
|
20
20
|
props: {
|
|
21
|
-
rules: [v => v === 1 || 'Error']
|
|
22
|
-
}
|
|
21
|
+
rules: [v => v === 1 || 'Error']
|
|
22
|
+
}
|
|
23
23
|
})
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
describe('VForm.ts', () => {
|
|
@@ -37,16 +37,16 @@ describe('VForm.ts', () => {
|
|
|
37
37
|
mocks: {
|
|
38
38
|
$vuetify: {
|
|
39
39
|
lang: {
|
|
40
|
-
t: (val: string) => val
|
|
40
|
+
t: (val: string) => val
|
|
41
41
|
},
|
|
42
42
|
rtl: false,
|
|
43
43
|
theme: {
|
|
44
|
-
dark: false
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
44
|
+
dark: false
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
48
|
},
|
|
49
|
-
...options
|
|
49
|
+
...options
|
|
50
50
|
})
|
|
51
51
|
}
|
|
52
52
|
})
|
|
@@ -57,13 +57,13 @@ describe('VForm.ts', () => {
|
|
|
57
57
|
const component = {
|
|
58
58
|
render () {
|
|
59
59
|
return h(VForm, {
|
|
60
|
-
onSubmit: submit
|
|
60
|
+
onSubmit: submit
|
|
61
61
|
}, {
|
|
62
62
|
default: () => [
|
|
63
|
-
h('button', ['Submit'])
|
|
63
|
+
h('button', ['Submit'])
|
|
64
64
|
]
|
|
65
65
|
})
|
|
66
|
-
}
|
|
66
|
+
}
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
const wrapper = mount(component)
|
|
@@ -103,8 +103,8 @@ describe('VForm.ts', () => {
|
|
|
103
103
|
it('should register input child', async () => {
|
|
104
104
|
const wrapper = mountFunction({
|
|
105
105
|
slots: {
|
|
106
|
-
default: () => [h(VTextField)]
|
|
107
|
-
}
|
|
106
|
+
default: () => [h(VTextField)]
|
|
107
|
+
}
|
|
108
108
|
})
|
|
109
109
|
|
|
110
110
|
await wrapper.vm.$nextTick()
|
|
@@ -115,11 +115,11 @@ describe('VForm.ts', () => {
|
|
|
115
115
|
it('should emit input when calling validate on lazy-validated form', async () => {
|
|
116
116
|
const wrapper = mountFunction({
|
|
117
117
|
props: {
|
|
118
|
-
lazyValidation: true
|
|
118
|
+
lazyValidation: true
|
|
119
119
|
},
|
|
120
120
|
slots: {
|
|
121
|
-
default: () => [h(errorInput)]
|
|
122
|
-
}
|
|
121
|
+
default: () => [h(errorInput)]
|
|
122
|
+
}
|
|
123
123
|
})
|
|
124
124
|
|
|
125
125
|
// В Vue 3 validate может возвращать true если нет ошибок
|
|
@@ -135,8 +135,8 @@ describe('VForm.ts', () => {
|
|
|
135
135
|
it('resetValidation should work', async () => {
|
|
136
136
|
const wrapper = mountFunction({
|
|
137
137
|
slots: {
|
|
138
|
-
default: () => [h(VTextField)]
|
|
139
|
-
}
|
|
138
|
+
default: () => [h(VTextField)]
|
|
139
|
+
}
|
|
140
140
|
})
|
|
141
141
|
|
|
142
142
|
expect(Object.keys(wrapper.vm.errorBag)).toHaveLength(1)
|
|
@@ -155,8 +155,8 @@ describe('VForm.ts', () => {
|
|
|
155
155
|
it('should register and unregister items', () => {
|
|
156
156
|
const wrapper = mountFunction({
|
|
157
157
|
slots: {
|
|
158
|
-
default: () => [h(VTextField)]
|
|
159
|
-
}
|
|
158
|
+
default: () => [h(VTextField)]
|
|
159
|
+
}
|
|
160
160
|
})
|
|
161
161
|
|
|
162
162
|
expect(wrapper.vm.inputs).toHaveLength(1)
|
|
@@ -206,8 +206,8 @@ describe('VForm.ts', () => {
|
|
|
206
206
|
it('should reset validation', async () => {
|
|
207
207
|
const wrapper = mountFunction({
|
|
208
208
|
slots: {
|
|
209
|
-
default: () => [h(VTextField)]
|
|
210
|
-
}
|
|
209
|
+
default: () => [h(VTextField)]
|
|
210
|
+
}
|
|
211
211
|
})
|
|
212
212
|
|
|
213
213
|
// Просто проверяем что метод существует и не выбрасывает ошибку
|
|
@@ -220,8 +220,8 @@ describe('VForm.ts', () => {
|
|
|
220
220
|
const validate = jest.fn(() => false)
|
|
221
221
|
const wrapper = mountFunction({
|
|
222
222
|
slots: {
|
|
223
|
-
default: () => Array(2).fill(h(errorInput))
|
|
224
|
-
}
|
|
223
|
+
default: () => Array(2).fill(h(errorInput))
|
|
224
|
+
}
|
|
225
225
|
})
|
|
226
226
|
|
|
227
227
|
wrapper.vm.inputs.forEach(input => {
|
|
@@ -242,7 +242,7 @@ describe('VForm.ts', () => {
|
|
|
242
242
|
|
|
243
243
|
const wrapper = mountFunction({
|
|
244
244
|
props: { disabled: true },
|
|
245
|
-
slots: { default: () => inputs.map(comp => h(comp)) }
|
|
245
|
+
slots: { default: () => inputs.map(comp => h(comp)) }
|
|
246
246
|
})
|
|
247
247
|
|
|
248
248
|
await wrapper.vm.$nextTick()
|
|
@@ -260,12 +260,12 @@ describe('VForm.ts', () => {
|
|
|
260
260
|
functional: true,
|
|
261
261
|
render () {
|
|
262
262
|
return [h(VTextField), h(VTextField, { props: { disabled: false } })]
|
|
263
|
-
}
|
|
263
|
+
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
const wrapper = mountFunction({
|
|
267
267
|
props: { disabled: true },
|
|
268
|
-
slots: { default: () => [h(inputs)] }
|
|
268
|
+
slots: { default: () => [h(inputs)] }
|
|
269
269
|
})
|
|
270
270
|
|
|
271
271
|
await wrapper.vm.$nextTick()
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './VGrid.sass'
|
|
2
2
|
|
|
3
|
-
import { defineComponent, VNode,
|
|
3
|
+
import { defineComponent, VNode, getCurrentInstance, h } from 'vue'
|
|
4
|
+
import type { PropOptions } from '../../types/vue-internal'
|
|
4
5
|
import mergeData from '../../util/mergeData'
|
|
5
6
|
import { upperFirst, getTagValue } from '../../util/helpers'
|
|
6
|
-
import {h} from 'vue'
|
|
7
7
|
// no xs
|
|
8
8
|
const breakpoints = ['sm', 'md', 'lg', 'xl']
|
|
9
9
|
|
|
@@ -11,7 +11,7 @@ const breakpointProps = (() => {
|
|
|
11
11
|
return breakpoints.reduce((props, val) => {
|
|
12
12
|
props[val] = {
|
|
13
13
|
type: [Boolean, String, Number],
|
|
14
|
-
default: false
|
|
14
|
+
default: false
|
|
15
15
|
}
|
|
16
16
|
return props
|
|
17
17
|
}, {} as Dictionary<PropOptions>)
|
|
@@ -21,7 +21,7 @@ const offsetProps = (() => {
|
|
|
21
21
|
return breakpoints.reduce((props, val) => {
|
|
22
22
|
props['offset' + upperFirst(val)] = {
|
|
23
23
|
type: [String, Number],
|
|
24
|
-
default: null
|
|
24
|
+
default: null
|
|
25
25
|
}
|
|
26
26
|
return props
|
|
27
27
|
}, {} as Dictionary<PropOptions>)
|
|
@@ -31,7 +31,7 @@ const orderProps = (() => {
|
|
|
31
31
|
return breakpoints.reduce((props, val) => {
|
|
32
32
|
props['order' + upperFirst(val)] = {
|
|
33
33
|
type: [String, Number],
|
|
34
|
-
default: null
|
|
34
|
+
default: null
|
|
35
35
|
}
|
|
36
36
|
return props
|
|
37
37
|
}, {} as Dictionary<PropOptions>)
|
|
@@ -40,7 +40,7 @@ const orderProps = (() => {
|
|
|
40
40
|
const propMap = {
|
|
41
41
|
col: Object.keys(breakpointProps),
|
|
42
42
|
offset: Object.keys(offsetProps),
|
|
43
|
-
order: Object.keys(orderProps)
|
|
43
|
+
order: Object.keys(orderProps)
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
function breakpointClass (type: keyof typeof propMap, prop: string, val: boolean | string | number) {
|
|
@@ -72,28 +72,28 @@ export default defineComponent({
|
|
|
72
72
|
props: {
|
|
73
73
|
cols: {
|
|
74
74
|
type: [Boolean, String, Number],
|
|
75
|
-
default: false
|
|
75
|
+
default: false
|
|
76
76
|
},
|
|
77
77
|
...breakpointProps,
|
|
78
78
|
offset: {
|
|
79
79
|
type: [String, Number],
|
|
80
|
-
default: null
|
|
80
|
+
default: null
|
|
81
81
|
},
|
|
82
82
|
...offsetProps,
|
|
83
83
|
order: {
|
|
84
84
|
type: [String, Number],
|
|
85
|
-
default: null
|
|
85
|
+
default: null
|
|
86
86
|
},
|
|
87
87
|
...orderProps,
|
|
88
88
|
alignSelf: {
|
|
89
89
|
type: String,
|
|
90
90
|
default: null,
|
|
91
|
-
validator: (str: any) => ['auto', 'start', 'end', 'center', 'baseline', 'stretch'].includes(str)
|
|
91
|
+
validator: (str: any) => ['auto', 'start', 'end', 'center', 'baseline', 'stretch'].includes(str)
|
|
92
92
|
},
|
|
93
93
|
tag: {
|
|
94
94
|
type: String,
|
|
95
|
-
default: 'div'
|
|
96
|
-
}
|
|
95
|
+
default: 'div'
|
|
96
|
+
}
|
|
97
97
|
},
|
|
98
98
|
render (): VNode {
|
|
99
99
|
const props = this.$props
|
|
@@ -128,12 +128,12 @@ export default defineComponent({
|
|
|
128
128
|
[`col-${props.cols}`]: props.cols,
|
|
129
129
|
[`offset-${props.offset}`]: props.offset,
|
|
130
130
|
[`order-${props.order}`]: props.order,
|
|
131
|
-
[`align-self-${props.alignSelf}`]: props.alignSelf
|
|
131
|
+
[`align-self-${props.alignSelf}`]: props.alignSelf
|
|
132
132
|
})
|
|
133
133
|
|
|
134
134
|
cache.set(cacheKey, classList)
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
return h(getTagValue(props.tag), mergeData({ class: classList }, data), children)
|
|
138
|
-
}
|
|
138
|
+
}
|
|
139
139
|
})
|
|
@@ -16,12 +16,12 @@ export default defineComponent({
|
|
|
16
16
|
id: String,
|
|
17
17
|
tag: {
|
|
18
18
|
type: String,
|
|
19
|
-
default: 'div'
|
|
19
|
+
default: 'div'
|
|
20
20
|
},
|
|
21
21
|
fluid: {
|
|
22
22
|
type: Boolean,
|
|
23
|
-
default: false
|
|
24
|
-
}
|
|
23
|
+
default: false
|
|
24
|
+
}
|
|
25
25
|
},
|
|
26
26
|
render () {
|
|
27
27
|
let classes
|
|
@@ -53,8 +53,8 @@ export default defineComponent({
|
|
|
53
53
|
class: [
|
|
54
54
|
'container',
|
|
55
55
|
{ 'container--fluid': this.fluid },
|
|
56
|
-
...(classes || [])
|
|
57
|
-
]
|
|
56
|
+
...(classes || [])
|
|
57
|
+
]
|
|
58
58
|
})
|
|
59
59
|
|
|
60
60
|
if (this.id) {
|
|
@@ -66,5 +66,5 @@ export default defineComponent({
|
|
|
66
66
|
data,
|
|
67
67
|
this.$slots.default?.()
|
|
68
68
|
)
|
|
69
|
-
}
|
|
69
|
+
}
|
|
70
70
|
})
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import './VGrid.sass'
|
|
2
2
|
|
|
3
|
-
import { defineComponent,
|
|
3
|
+
import { defineComponent, h } from 'vue'
|
|
4
|
+
import type { PropOptions } from '../../types/vue-internal'
|
|
4
5
|
import mergeData from '../../util/mergeData'
|
|
5
6
|
import { upperFirst, getTagValue } from '../../util/helpers'
|
|
6
|
-
import {h} from 'vue'
|
|
7
7
|
// no xs
|
|
8
8
|
const breakpoints = ['sm', 'md', 'lg', 'xl']
|
|
9
9
|
|
|
@@ -20,33 +20,33 @@ const alignValidator = (str: any) => [...ALIGNMENT, 'baseline', 'stretch'].inclu
|
|
|
20
20
|
const alignProps = makeProps('align', () => ({
|
|
21
21
|
type: String,
|
|
22
22
|
default: null,
|
|
23
|
-
validator: alignValidator
|
|
23
|
+
validator: alignValidator
|
|
24
24
|
}))
|
|
25
25
|
|
|
26
26
|
const justifyValidator = (str: any) => [...ALIGNMENT, 'space-between', 'space-around'].includes(str)
|
|
27
27
|
const justifyProps = makeProps('justify', () => ({
|
|
28
28
|
type: String,
|
|
29
29
|
default: null,
|
|
30
|
-
validator: justifyValidator
|
|
30
|
+
validator: justifyValidator
|
|
31
31
|
}))
|
|
32
32
|
|
|
33
33
|
const alignContentValidator = (str: any) => [...ALIGNMENT, 'space-between', 'space-around', 'stretch'].includes(str)
|
|
34
34
|
const alignContentProps = makeProps('alignContent', () => ({
|
|
35
35
|
type: String,
|
|
36
36
|
default: null,
|
|
37
|
-
validator: alignContentValidator
|
|
37
|
+
validator: alignContentValidator
|
|
38
38
|
}))
|
|
39
39
|
|
|
40
40
|
const propMap = {
|
|
41
41
|
align: Object.keys(alignProps),
|
|
42
42
|
justify: Object.keys(justifyProps),
|
|
43
|
-
alignContent: Object.keys(alignContentProps)
|
|
43
|
+
alignContent: Object.keys(alignContentProps)
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
const classMap = {
|
|
47
47
|
align: 'align',
|
|
48
48
|
justify: 'justify',
|
|
49
|
-
alignContent: 'align-content'
|
|
49
|
+
alignContent: 'align-content'
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
function breakpointClass (type: keyof typeof propMap, prop: string, val: string) {
|
|
@@ -72,28 +72,28 @@ export default defineComponent({
|
|
|
72
72
|
props: {
|
|
73
73
|
tag: {
|
|
74
74
|
type: String,
|
|
75
|
-
default: 'div'
|
|
75
|
+
default: 'div'
|
|
76
76
|
},
|
|
77
77
|
dense: Boolean,
|
|
78
78
|
noGutters: Boolean,
|
|
79
79
|
align: {
|
|
80
80
|
type: String,
|
|
81
81
|
default: null,
|
|
82
|
-
validator: alignValidator
|
|
82
|
+
validator: alignValidator
|
|
83
83
|
},
|
|
84
84
|
...alignProps,
|
|
85
85
|
justify: {
|
|
86
86
|
type: String,
|
|
87
87
|
default: null,
|
|
88
|
-
validator: justifyValidator
|
|
88
|
+
validator: justifyValidator
|
|
89
89
|
},
|
|
90
90
|
...justifyProps,
|
|
91
91
|
alignContent: {
|
|
92
92
|
type: String,
|
|
93
93
|
default: null,
|
|
94
|
-
validator: alignContentValidator
|
|
94
|
+
validator: alignContentValidator
|
|
95
95
|
},
|
|
96
|
-
...alignContentProps
|
|
96
|
+
...alignContentProps
|
|
97
97
|
},
|
|
98
98
|
render () {
|
|
99
99
|
// Super-fast memoization based on props, 5x faster than JSON.stringify
|
|
@@ -121,7 +121,7 @@ export default defineComponent({
|
|
|
121
121
|
'row--dense': props.dense,
|
|
122
122
|
[`align-${props.align}`]: props.align,
|
|
123
123
|
[`justify-${props.justify}`]: props.justify,
|
|
124
|
-
[`align-content-${props.alignContent}`]: props.alignContent
|
|
124
|
+
[`align-content-${props.alignContent}`]: props.alignContent
|
|
125
125
|
})
|
|
126
126
|
|
|
127
127
|
cache.set(cacheKey, classList)
|
|
@@ -130,9 +130,9 @@ export default defineComponent({
|
|
|
130
130
|
return h(
|
|
131
131
|
getTagValue(props.tag),
|
|
132
132
|
mergeData(this.$attrs, {
|
|
133
|
-
class: classList.concat('row')
|
|
133
|
+
class: classList.concat('row')
|
|
134
134
|
}),
|
|
135
135
|
this.$slots.default()
|
|
136
136
|
)
|
|
137
|
-
}
|
|
137
|
+
}
|
|
138
138
|
})
|
|
@@ -17,8 +17,8 @@ describe('layout > col', () => {
|
|
|
17
17
|
it('renders custom root element when tag prop set', async () => {
|
|
18
18
|
const wrapper = mount(VCol, {
|
|
19
19
|
props: {
|
|
20
|
-
tag: 'span'
|
|
21
|
-
}
|
|
20
|
+
tag: 'span'
|
|
21
|
+
}
|
|
22
22
|
})
|
|
23
23
|
|
|
24
24
|
expect(wrapper.element.tagName).toBe('SPAN')
|
|
@@ -35,8 +35,8 @@ describe('layout > col', () => {
|
|
|
35
35
|
sm: 5,
|
|
36
36
|
md: 4,
|
|
37
37
|
lg: 3,
|
|
38
|
-
xl: 2
|
|
39
|
-
}
|
|
38
|
+
xl: 2
|
|
39
|
+
}
|
|
40
40
|
})
|
|
41
41
|
|
|
42
42
|
expect(wrapper.element.tagName).toBe('DIV')
|
|
@@ -55,8 +55,8 @@ describe('layout > col', () => {
|
|
|
55
55
|
offsetSm: 5,
|
|
56
56
|
offsetMd: 4,
|
|
57
57
|
offsetLg: 3,
|
|
58
|
-
offsetXl: 2
|
|
59
|
-
}
|
|
58
|
+
offsetXl: 2
|
|
59
|
+
}
|
|
60
60
|
})
|
|
61
61
|
|
|
62
62
|
expect(wrapper.element.tagName).toBe('DIV')
|
|
@@ -76,8 +76,8 @@ describe('layout > col', () => {
|
|
|
76
76
|
orderSm: 5,
|
|
77
77
|
orderMd: 4,
|
|
78
78
|
orderLg: 3,
|
|
79
|
-
orderXl: 2
|
|
80
|
-
}
|
|
79
|
+
orderXl: 2
|
|
80
|
+
}
|
|
81
81
|
})
|
|
82
82
|
|
|
83
83
|
expect(wrapper.element.tagName).toBe('DIV')
|
|
@@ -96,8 +96,8 @@ describe('layout > col', () => {
|
|
|
96
96
|
sm: true,
|
|
97
97
|
md: true,
|
|
98
98
|
lg: true,
|
|
99
|
-
xl: true
|
|
100
|
-
}
|
|
99
|
+
xl: true
|
|
100
|
+
}
|
|
101
101
|
})
|
|
102
102
|
|
|
103
103
|
expect(wrapper.element.tagName).toBe('DIV')
|
|
@@ -115,8 +115,8 @@ describe('layout > col', () => {
|
|
|
115
115
|
sm: '',
|
|
116
116
|
md: '',
|
|
117
117
|
lg: '',
|
|
118
|
-
xl: ''
|
|
119
|
-
}
|
|
118
|
+
xl: ''
|
|
119
|
+
}
|
|
120
120
|
})
|
|
121
121
|
|
|
122
122
|
expect(wrapper.element.tagName).toBe('DIV')
|
|
@@ -131,8 +131,8 @@ describe('layout > col', () => {
|
|
|
131
131
|
it('should apply ".align-self-*" class with "align-self" prop', async () => {
|
|
132
132
|
const wrapper = mount(VCol, {
|
|
133
133
|
props: {
|
|
134
|
-
alignSelf: 'center'
|
|
135
|
-
}
|
|
134
|
+
alignSelf: 'center'
|
|
135
|
+
}
|
|
136
136
|
})
|
|
137
137
|
|
|
138
138
|
expect(wrapper.element.tagName).toBe('DIV')
|