@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
|
@@ -21,12 +21,12 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
21
21
|
<div role="button"
|
|
22
22
|
aria-haspopup="listbox"
|
|
23
23
|
aria-expanded="false"
|
|
24
|
-
aria-owns="list-
|
|
24
|
+
aria-owns="list-1175"
|
|
25
25
|
class="v-input__slot"
|
|
26
26
|
>
|
|
27
27
|
<div class="v-select__slot">
|
|
28
28
|
<label class="v-label theme--light"
|
|
29
|
-
for="input-
|
|
29
|
+
for="input-1175"
|
|
30
30
|
aria-hidden="false"
|
|
31
31
|
style="right: 0px; position: absolute;"
|
|
32
32
|
>
|
|
@@ -35,7 +35,7 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
35
35
|
<div class="v-select__selections">
|
|
36
36
|
<input aria-readonly="false"
|
|
37
37
|
autocomplete="off"
|
|
38
|
-
id="input-
|
|
38
|
+
id="input-1175"
|
|
39
39
|
readonly
|
|
40
40
|
type="text"
|
|
41
41
|
>
|
|
@@ -323,7 +323,7 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
323
323
|
<div role="button"
|
|
324
324
|
aria-haspopup="listbox"
|
|
325
325
|
aria-expanded="false"
|
|
326
|
-
aria-owns="list-
|
|
326
|
+
aria-owns="list-1186"
|
|
327
327
|
class="v-input__slot"
|
|
328
328
|
>
|
|
329
329
|
<div class="v-select__slot">
|
|
@@ -334,7 +334,7 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
334
334
|
<input aria-label="Rows per page:"
|
|
335
335
|
aria-readonly="false"
|
|
336
336
|
autocomplete="off"
|
|
337
|
-
id="input-
|
|
337
|
+
id="input-1186"
|
|
338
338
|
readonly
|
|
339
339
|
type="text"
|
|
340
340
|
>
|
|
@@ -412,12 +412,12 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
412
412
|
<div role="button"
|
|
413
413
|
aria-haspopup="listbox"
|
|
414
414
|
aria-expanded="false"
|
|
415
|
-
aria-owns="list-
|
|
415
|
+
aria-owns="list-1148"
|
|
416
416
|
class="v-input__slot"
|
|
417
417
|
>
|
|
418
418
|
<div class="v-select__slot">
|
|
419
419
|
<label class="v-label theme--light"
|
|
420
|
-
for="input-
|
|
420
|
+
for="input-1148"
|
|
421
421
|
aria-hidden="false"
|
|
422
422
|
style="right: 0px; position: absolute;"
|
|
423
423
|
>
|
|
@@ -426,7 +426,7 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
426
426
|
<div class="v-select__selections">
|
|
427
427
|
<input aria-readonly="false"
|
|
428
428
|
autocomplete="off"
|
|
429
|
-
id="input-
|
|
429
|
+
id="input-1148"
|
|
430
430
|
readonly
|
|
431
431
|
type="text"
|
|
432
432
|
>
|
|
@@ -714,7 +714,7 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
714
714
|
<div role="button"
|
|
715
715
|
aria-haspopup="listbox"
|
|
716
716
|
aria-expanded="false"
|
|
717
|
-
aria-owns="list-
|
|
717
|
+
aria-owns="list-1159"
|
|
718
718
|
class="v-input__slot"
|
|
719
719
|
>
|
|
720
720
|
<div class="v-select__slot">
|
|
@@ -725,7 +725,7 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
725
725
|
<input aria-label="Rows per page:"
|
|
726
726
|
aria-readonly="false"
|
|
727
727
|
autocomplete="off"
|
|
728
|
-
id="input-
|
|
728
|
+
id="input-1159"
|
|
729
729
|
readonly
|
|
730
730
|
type="text"
|
|
731
731
|
>
|
|
@@ -803,12 +803,12 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
803
803
|
<div role="button"
|
|
804
804
|
aria-haspopup="listbox"
|
|
805
805
|
aria-expanded="false"
|
|
806
|
-
aria-owns="list-
|
|
806
|
+
aria-owns="list-1094"
|
|
807
807
|
class="v-input__slot"
|
|
808
808
|
>
|
|
809
809
|
<div class="v-select__slot">
|
|
810
810
|
<label class="v-label theme--light"
|
|
811
|
-
for="input-
|
|
811
|
+
for="input-1094"
|
|
812
812
|
aria-hidden="false"
|
|
813
813
|
style="right: 0px; position: absolute;"
|
|
814
814
|
>
|
|
@@ -817,7 +817,7 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
817
817
|
<div class="v-select__selections">
|
|
818
818
|
<input aria-readonly="false"
|
|
819
819
|
autocomplete="off"
|
|
820
|
-
id="input-
|
|
820
|
+
id="input-1094"
|
|
821
821
|
readonly
|
|
822
822
|
type="text"
|
|
823
823
|
>
|
|
@@ -1105,7 +1105,7 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1105
1105
|
<div role="button"
|
|
1106
1106
|
aria-haspopup="listbox"
|
|
1107
1107
|
aria-expanded="false"
|
|
1108
|
-
aria-owns="list-
|
|
1108
|
+
aria-owns="list-1105"
|
|
1109
1109
|
class="v-input__slot"
|
|
1110
1110
|
>
|
|
1111
1111
|
<div class="v-select__slot">
|
|
@@ -1116,7 +1116,7 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1116
1116
|
<input aria-label="Rows per page:"
|
|
1117
1117
|
aria-readonly="false"
|
|
1118
1118
|
autocomplete="off"
|
|
1119
|
-
id="input-
|
|
1119
|
+
id="input-1105"
|
|
1120
1120
|
readonly
|
|
1121
1121
|
type="text"
|
|
1122
1122
|
>
|
|
@@ -1194,12 +1194,12 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1194
1194
|
<div role="button"
|
|
1195
1195
|
aria-haspopup="listbox"
|
|
1196
1196
|
aria-expanded="false"
|
|
1197
|
-
aria-owns="list-
|
|
1197
|
+
aria-owns="list-1121"
|
|
1198
1198
|
class="v-input__slot"
|
|
1199
1199
|
>
|
|
1200
1200
|
<div class="v-select__slot">
|
|
1201
1201
|
<label class="v-label theme--light"
|
|
1202
|
-
for="input-
|
|
1202
|
+
for="input-1121"
|
|
1203
1203
|
aria-hidden="false"
|
|
1204
1204
|
style="right: 0px; position: absolute;"
|
|
1205
1205
|
>
|
|
@@ -1208,7 +1208,7 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1208
1208
|
<div class="v-select__selections">
|
|
1209
1209
|
<input aria-readonly="false"
|
|
1210
1210
|
autocomplete="off"
|
|
1211
|
-
id="input-
|
|
1211
|
+
id="input-1121"
|
|
1212
1212
|
readonly
|
|
1213
1213
|
type="text"
|
|
1214
1214
|
>
|
|
@@ -1496,7 +1496,7 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1496
1496
|
<div role="button"
|
|
1497
1497
|
aria-haspopup="listbox"
|
|
1498
1498
|
aria-expanded="false"
|
|
1499
|
-
aria-owns="list-
|
|
1499
|
+
aria-owns="list-1132"
|
|
1500
1500
|
class="v-input__slot"
|
|
1501
1501
|
>
|
|
1502
1502
|
<div class="v-select__slot">
|
|
@@ -1507,7 +1507,7 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1507
1507
|
<input aria-label="Rows per page:"
|
|
1508
1508
|
aria-readonly="false"
|
|
1509
1509
|
autocomplete="off"
|
|
1510
|
-
id="input-
|
|
1510
|
+
id="input-1132"
|
|
1511
1511
|
readonly
|
|
1512
1512
|
type="text"
|
|
1513
1513
|
>
|
|
@@ -1585,12 +1585,12 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1585
1585
|
<div role="button"
|
|
1586
1586
|
aria-haspopup="listbox"
|
|
1587
1587
|
aria-expanded="false"
|
|
1588
|
-
aria-owns="list-
|
|
1588
|
+
aria-owns="list-826"
|
|
1589
1589
|
class="v-input__slot"
|
|
1590
1590
|
>
|
|
1591
1591
|
<div class="v-select__slot">
|
|
1592
1592
|
<label class="v-label theme--light"
|
|
1593
|
-
for="input-
|
|
1593
|
+
for="input-826"
|
|
1594
1594
|
aria-hidden="false"
|
|
1595
1595
|
style="right: 0px; position: absolute;"
|
|
1596
1596
|
>
|
|
@@ -1599,7 +1599,7 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1599
1599
|
<div class="v-select__selections">
|
|
1600
1600
|
<input aria-readonly="false"
|
|
1601
1601
|
autocomplete="off"
|
|
1602
|
-
id="input-
|
|
1602
|
+
id="input-826"
|
|
1603
1603
|
readonly
|
|
1604
1604
|
type="text"
|
|
1605
1605
|
>
|
|
@@ -1783,12 +1783,12 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
1783
1783
|
<div role="button"
|
|
1784
1784
|
aria-haspopup="listbox"
|
|
1785
1785
|
aria-expanded="false"
|
|
1786
|
-
aria-owns="list-
|
|
1786
|
+
aria-owns="list-738"
|
|
1787
1787
|
class="v-input__slot"
|
|
1788
1788
|
>
|
|
1789
1789
|
<div class="v-select__slot">
|
|
1790
1790
|
<label class="v-label theme--light"
|
|
1791
|
-
for="input-
|
|
1791
|
+
for="input-738"
|
|
1792
1792
|
aria-hidden="false"
|
|
1793
1793
|
style="right: 0px; position: absolute;"
|
|
1794
1794
|
>
|
|
@@ -1797,7 +1797,7 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
1797
1797
|
<div class="v-select__selections">
|
|
1798
1798
|
<input aria-readonly="false"
|
|
1799
1799
|
autocomplete="off"
|
|
1800
|
-
id="input-
|
|
1800
|
+
id="input-738"
|
|
1801
1801
|
readonly
|
|
1802
1802
|
type="text"
|
|
1803
1803
|
>
|
|
@@ -2135,7 +2135,7 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2135
2135
|
<div role="button"
|
|
2136
2136
|
aria-haspopup="listbox"
|
|
2137
2137
|
aria-expanded="false"
|
|
2138
|
-
aria-owns="list-
|
|
2138
|
+
aria-owns="list-750"
|
|
2139
2139
|
class="v-input__slot"
|
|
2140
2140
|
>
|
|
2141
2141
|
<div class="v-select__slot">
|
|
@@ -2146,7 +2146,7 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2146
2146
|
<input aria-label="Rows per page:"
|
|
2147
2147
|
aria-readonly="false"
|
|
2148
2148
|
autocomplete="off"
|
|
2149
|
-
id="input-
|
|
2149
|
+
id="input-750"
|
|
2150
2150
|
readonly
|
|
2151
2151
|
type="text"
|
|
2152
2152
|
>
|
|
@@ -2220,12 +2220,12 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2220
2220
|
<div role="button"
|
|
2221
2221
|
aria-haspopup="listbox"
|
|
2222
2222
|
aria-expanded="false"
|
|
2223
|
-
aria-owns="list-
|
|
2223
|
+
aria-owns="list-1016"
|
|
2224
2224
|
class="v-input__slot"
|
|
2225
2225
|
>
|
|
2226
2226
|
<div class="v-select__slot">
|
|
2227
2227
|
<label class="v-label theme--light"
|
|
2228
|
-
for="input-
|
|
2228
|
+
for="input-1016"
|
|
2229
2229
|
aria-hidden="false"
|
|
2230
2230
|
style="right: 0px; position: absolute;"
|
|
2231
2231
|
>
|
|
@@ -2234,7 +2234,7 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2234
2234
|
<div class="v-select__selections">
|
|
2235
2235
|
<input aria-readonly="false"
|
|
2236
2236
|
autocomplete="off"
|
|
2237
|
-
id="input-
|
|
2237
|
+
id="input-1016"
|
|
2238
2238
|
readonly
|
|
2239
2239
|
type="text"
|
|
2240
2240
|
>
|
|
@@ -2308,7 +2308,7 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2308
2308
|
<div role="button"
|
|
2309
2309
|
aria-haspopup="listbox"
|
|
2310
2310
|
aria-expanded="false"
|
|
2311
|
-
aria-owns="list-
|
|
2311
|
+
aria-owns="list-1024"
|
|
2312
2312
|
class="v-input__slot"
|
|
2313
2313
|
>
|
|
2314
2314
|
<div class="v-select__slot">
|
|
@@ -2319,7 +2319,7 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2319
2319
|
<input aria-label="Rows per page:"
|
|
2320
2320
|
aria-readonly="false"
|
|
2321
2321
|
autocomplete="off"
|
|
2322
|
-
id="input-
|
|
2322
|
+
id="input-1024"
|
|
2323
2323
|
readonly
|
|
2324
2324
|
type="text"
|
|
2325
2325
|
>
|
|
@@ -2394,12 +2394,12 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2394
2394
|
<div role="button"
|
|
2395
2395
|
aria-haspopup="listbox"
|
|
2396
2396
|
aria-expanded="false"
|
|
2397
|
-
aria-owns="list-
|
|
2397
|
+
aria-owns="list-1016"
|
|
2398
2398
|
class="v-input__slot"
|
|
2399
2399
|
>
|
|
2400
2400
|
<div class="v-select__slot">
|
|
2401
2401
|
<label class="v-label theme--light"
|
|
2402
|
-
for="input-
|
|
2402
|
+
for="input-1016"
|
|
2403
2403
|
aria-hidden="false"
|
|
2404
2404
|
style="right: 0px; position: absolute;"
|
|
2405
2405
|
>
|
|
@@ -2408,7 +2408,7 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2408
2408
|
<div class="v-select__selections">
|
|
2409
2409
|
<input aria-readonly="false"
|
|
2410
2410
|
autocomplete="off"
|
|
2411
|
-
id="input-
|
|
2411
|
+
id="input-1016"
|
|
2412
2412
|
readonly
|
|
2413
2413
|
type="text"
|
|
2414
2414
|
>
|
|
@@ -2464,7 +2464,7 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2464
2464
|
<div role="button"
|
|
2465
2465
|
aria-haspopup="listbox"
|
|
2466
2466
|
aria-expanded="false"
|
|
2467
|
-
aria-owns="list-
|
|
2467
|
+
aria-owns="list-1024"
|
|
2468
2468
|
class="v-input__slot"
|
|
2469
2469
|
>
|
|
2470
2470
|
<div class="v-select__slot">
|
|
@@ -2475,7 +2475,7 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2475
2475
|
<input aria-label="Rows per page:"
|
|
2476
2476
|
aria-readonly="false"
|
|
2477
2477
|
autocomplete="off"
|
|
2478
|
-
id="input-
|
|
2478
|
+
id="input-1024"
|
|
2479
2479
|
readonly
|
|
2480
2480
|
type="text"
|
|
2481
2481
|
>
|
|
@@ -2554,12 +2554,12 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
2554
2554
|
<div role="button"
|
|
2555
2555
|
aria-haspopup="listbox"
|
|
2556
2556
|
aria-expanded="false"
|
|
2557
|
-
aria-owns="list-
|
|
2557
|
+
aria-owns="list-766"
|
|
2558
2558
|
class="v-input__slot"
|
|
2559
2559
|
>
|
|
2560
2560
|
<div class="v-select__slot">
|
|
2561
2561
|
<label class="v-label theme--light"
|
|
2562
|
-
for="input-
|
|
2562
|
+
for="input-766"
|
|
2563
2563
|
aria-hidden="false"
|
|
2564
2564
|
style="right: 0px; position: absolute;"
|
|
2565
2565
|
>
|
|
@@ -2568,7 +2568,7 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
2568
2568
|
<div class="v-select__selections">
|
|
2569
2569
|
<input aria-readonly="false"
|
|
2570
2570
|
autocomplete="off"
|
|
2571
|
-
id="input-
|
|
2571
|
+
id="input-766"
|
|
2572
2572
|
readonly
|
|
2573
2573
|
type="text"
|
|
2574
2574
|
>
|
|
@@ -3106,7 +3106,7 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3106
3106
|
<div role="button"
|
|
3107
3107
|
aria-haspopup="listbox"
|
|
3108
3108
|
aria-expanded="false"
|
|
3109
|
-
aria-owns="list-
|
|
3109
|
+
aria-owns="list-782"
|
|
3110
3110
|
class="v-input__slot"
|
|
3111
3111
|
>
|
|
3112
3112
|
<div class="v-select__slot">
|
|
@@ -3117,7 +3117,7 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3117
3117
|
<input aria-label="Rows per page:"
|
|
3118
3118
|
aria-readonly="false"
|
|
3119
3119
|
autocomplete="off"
|
|
3120
|
-
id="input-
|
|
3120
|
+
id="input-782"
|
|
3121
3121
|
readonly
|
|
3122
3122
|
type="text"
|
|
3123
3123
|
>
|
|
@@ -3196,12 +3196,12 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3196
3196
|
<div role="button"
|
|
3197
3197
|
aria-haspopup="listbox"
|
|
3198
3198
|
aria-expanded="false"
|
|
3199
|
-
aria-owns="list-
|
|
3199
|
+
aria-owns="list-1282"
|
|
3200
3200
|
class="v-input__slot"
|
|
3201
3201
|
>
|
|
3202
3202
|
<div class="v-select__slot">
|
|
3203
3203
|
<label class="v-label theme--light"
|
|
3204
|
-
for="input-
|
|
3204
|
+
for="input-1282"
|
|
3205
3205
|
aria-hidden="false"
|
|
3206
3206
|
style="right: 0px; position: absolute;"
|
|
3207
3207
|
>
|
|
@@ -3210,7 +3210,7 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3210
3210
|
<div class="v-select__selections">
|
|
3211
3211
|
<input aria-readonly="false"
|
|
3212
3212
|
autocomplete="off"
|
|
3213
|
-
id="input-
|
|
3213
|
+
id="input-1282"
|
|
3214
3214
|
readonly
|
|
3215
3215
|
type="text"
|
|
3216
3216
|
>
|
|
@@ -3748,7 +3748,7 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3748
3748
|
<div role="button"
|
|
3749
3749
|
aria-haspopup="listbox"
|
|
3750
3750
|
aria-expanded="false"
|
|
3751
|
-
aria-owns="list-
|
|
3751
|
+
aria-owns="list-1298"
|
|
3752
3752
|
class="v-input__slot"
|
|
3753
3753
|
>
|
|
3754
3754
|
<div class="v-select__slot">
|
|
@@ -3759,7 +3759,7 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3759
3759
|
<input aria-label="Rows per page:"
|
|
3760
3760
|
aria-readonly="false"
|
|
3761
3761
|
autocomplete="off"
|
|
3762
|
-
id="input-
|
|
3762
|
+
id="input-1298"
|
|
3763
3763
|
readonly
|
|
3764
3764
|
type="text"
|
|
3765
3765
|
>
|
|
@@ -3838,12 +3838,12 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
3838
3838
|
<div role="button"
|
|
3839
3839
|
aria-haspopup="listbox"
|
|
3840
3840
|
aria-expanded="false"
|
|
3841
|
-
aria-owns="list-
|
|
3841
|
+
aria-owns="list-711"
|
|
3842
3842
|
class="v-input__slot"
|
|
3843
3843
|
>
|
|
3844
3844
|
<div class="v-select__slot">
|
|
3845
3845
|
<label class="v-label theme--light"
|
|
3846
|
-
for="input-
|
|
3846
|
+
for="input-711"
|
|
3847
3847
|
aria-hidden="false"
|
|
3848
3848
|
style="right: 0px; position: absolute;"
|
|
3849
3849
|
>
|
|
@@ -3852,7 +3852,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
3852
3852
|
<div class="v-select__selections">
|
|
3853
3853
|
<input aria-readonly="false"
|
|
3854
3854
|
autocomplete="off"
|
|
3855
|
-
id="input-
|
|
3855
|
+
id="input-711"
|
|
3856
3856
|
readonly
|
|
3857
3857
|
type="text"
|
|
3858
3858
|
>
|
|
@@ -4140,7 +4140,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4140
4140
|
<div role="button"
|
|
4141
4141
|
aria-haspopup="listbox"
|
|
4142
4142
|
aria-expanded="false"
|
|
4143
|
-
aria-owns="list-
|
|
4143
|
+
aria-owns="list-722"
|
|
4144
4144
|
class="v-input__slot"
|
|
4145
4145
|
>
|
|
4146
4146
|
<div class="v-select__slot">
|
|
@@ -4151,7 +4151,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4151
4151
|
<input aria-label="Rows per page:"
|
|
4152
4152
|
aria-readonly="false"
|
|
4153
4153
|
autocomplete="off"
|
|
4154
|
-
id="input-
|
|
4154
|
+
id="input-722"
|
|
4155
4155
|
readonly
|
|
4156
4156
|
type="text"
|
|
4157
4157
|
>
|
|
@@ -4229,12 +4229,12 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4229
4229
|
<div role="button"
|
|
4230
4230
|
aria-haspopup="listbox"
|
|
4231
4231
|
aria-expanded="false"
|
|
4232
|
-
aria-owns="list-
|
|
4232
|
+
aria-owns="list-620"
|
|
4233
4233
|
class="v-input__slot"
|
|
4234
4234
|
>
|
|
4235
4235
|
<div class="v-select__slot">
|
|
4236
4236
|
<label class="v-label theme--light"
|
|
4237
|
-
for="input-
|
|
4237
|
+
for="input-620"
|
|
4238
4238
|
aria-hidden="false"
|
|
4239
4239
|
style="right: 0px; position: absolute;"
|
|
4240
4240
|
>
|
|
@@ -4243,7 +4243,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4243
4243
|
<div class="v-select__selections">
|
|
4244
4244
|
<input aria-readonly="false"
|
|
4245
4245
|
autocomplete="off"
|
|
4246
|
-
id="input-
|
|
4246
|
+
id="input-620"
|
|
4247
4247
|
readonly
|
|
4248
4248
|
type="text"
|
|
4249
4249
|
>
|
|
@@ -4286,7 +4286,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4286
4286
|
<div role="button"
|
|
4287
4287
|
aria-haspopup="listbox"
|
|
4288
4288
|
aria-expanded="false"
|
|
4289
|
-
aria-owns="list-
|
|
4289
|
+
aria-owns="list-626"
|
|
4290
4290
|
class="v-input__slot"
|
|
4291
4291
|
>
|
|
4292
4292
|
<div class="v-select__slot">
|
|
@@ -4297,7 +4297,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4297
4297
|
<input aria-label="Rows per page:"
|
|
4298
4298
|
aria-readonly="false"
|
|
4299
4299
|
autocomplete="off"
|
|
4300
|
-
id="input-
|
|
4300
|
+
id="input-626"
|
|
4301
4301
|
readonly
|
|
4302
4302
|
type="text"
|
|
4303
4303
|
>
|
|
@@ -4375,12 +4375,12 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4375
4375
|
<div role="button"
|
|
4376
4376
|
aria-haspopup="listbox"
|
|
4377
4377
|
aria-expanded="false"
|
|
4378
|
-
aria-owns="list-
|
|
4378
|
+
aria-owns="list-620"
|
|
4379
4379
|
class="v-input__slot"
|
|
4380
4380
|
>
|
|
4381
4381
|
<div class="v-select__slot">
|
|
4382
4382
|
<label class="v-label theme--light"
|
|
4383
|
-
for="input-
|
|
4383
|
+
for="input-620"
|
|
4384
4384
|
aria-hidden="false"
|
|
4385
4385
|
style="right: 0px; position: absolute;"
|
|
4386
4386
|
>
|
|
@@ -4389,7 +4389,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4389
4389
|
<div class="v-select__selections">
|
|
4390
4390
|
<input aria-readonly="false"
|
|
4391
4391
|
autocomplete="off"
|
|
4392
|
-
id="input-
|
|
4392
|
+
id="input-620"
|
|
4393
4393
|
readonly
|
|
4394
4394
|
type="text"
|
|
4395
4395
|
>
|
|
@@ -4677,7 +4677,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4677
4677
|
<div role="button"
|
|
4678
4678
|
aria-haspopup="listbox"
|
|
4679
4679
|
aria-expanded="false"
|
|
4680
|
-
aria-owns="list-
|
|
4680
|
+
aria-owns="list-626"
|
|
4681
4681
|
class="v-input__slot"
|
|
4682
4682
|
>
|
|
4683
4683
|
<div class="v-select__slot">
|
|
@@ -4688,7 +4688,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4688
4688
|
<input aria-label="Rows per page:"
|
|
4689
4689
|
aria-readonly="false"
|
|
4690
4690
|
autocomplete="off"
|
|
4691
|
-
id="input-
|
|
4691
|
+
id="input-626"
|
|
4692
4692
|
readonly
|
|
4693
4693
|
type="text"
|
|
4694
4694
|
>
|
|
@@ -4765,12 +4765,12 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
4765
4765
|
<div role="button"
|
|
4766
4766
|
aria-haspopup="listbox"
|
|
4767
4767
|
aria-expanded="false"
|
|
4768
|
-
aria-owns="list-
|
|
4768
|
+
aria-owns="list-647"
|
|
4769
4769
|
class="v-input__slot"
|
|
4770
4770
|
>
|
|
4771
4771
|
<div class="v-select__slot">
|
|
4772
4772
|
<label class="v-label theme--light"
|
|
4773
|
-
for="input-
|
|
4773
|
+
for="input-647"
|
|
4774
4774
|
aria-hidden="false"
|
|
4775
4775
|
style="right: 0px; position: absolute;"
|
|
4776
4776
|
>
|
|
@@ -4779,7 +4779,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
4779
4779
|
<div class="v-select__selections">
|
|
4780
4780
|
<input aria-readonly="false"
|
|
4781
4781
|
autocomplete="off"
|
|
4782
|
-
id="input-
|
|
4782
|
+
id="input-647"
|
|
4783
4783
|
readonly
|
|
4784
4784
|
type="text"
|
|
4785
4785
|
>
|
|
@@ -5317,7 +5317,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5317
5317
|
<div role="button"
|
|
5318
5318
|
aria-haspopup="listbox"
|
|
5319
5319
|
aria-expanded="false"
|
|
5320
|
-
aria-owns="list-
|
|
5320
|
+
aria-owns="list-663"
|
|
5321
5321
|
class="v-input__slot"
|
|
5322
5322
|
>
|
|
5323
5323
|
<div class="v-select__slot">
|
|
@@ -5328,7 +5328,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5328
5328
|
<input aria-label="Rows per page:"
|
|
5329
5329
|
aria-readonly="false"
|
|
5330
5330
|
autocomplete="off"
|
|
5331
|
-
id="input-
|
|
5331
|
+
id="input-663"
|
|
5332
5332
|
readonly
|
|
5333
5333
|
type="text"
|
|
5334
5334
|
>
|
|
@@ -5407,12 +5407,12 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5407
5407
|
<div role="button"
|
|
5408
5408
|
aria-haspopup="listbox"
|
|
5409
5409
|
aria-expanded="false"
|
|
5410
|
-
aria-owns="list-
|
|
5410
|
+
aria-owns="list-647"
|
|
5411
5411
|
class="v-input__slot"
|
|
5412
5412
|
>
|
|
5413
5413
|
<div class="v-select__slot">
|
|
5414
5414
|
<label class="v-label theme--light"
|
|
5415
|
-
for="input-
|
|
5415
|
+
for="input-647"
|
|
5416
5416
|
aria-hidden="false"
|
|
5417
5417
|
style="right: 0px; position: absolute;"
|
|
5418
5418
|
>
|
|
@@ -5421,7 +5421,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5421
5421
|
<div class="v-select__selections">
|
|
5422
5422
|
<input aria-readonly="false"
|
|
5423
5423
|
autocomplete="off"
|
|
5424
|
-
id="input-
|
|
5424
|
+
id="input-647"
|
|
5425
5425
|
readonly
|
|
5426
5426
|
type="text"
|
|
5427
5427
|
>
|
|
@@ -5464,7 +5464,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5464
5464
|
<div role="button"
|
|
5465
5465
|
aria-haspopup="listbox"
|
|
5466
5466
|
aria-expanded="false"
|
|
5467
|
-
aria-owns="list-
|
|
5467
|
+
aria-owns="list-663"
|
|
5468
5468
|
class="v-input__slot"
|
|
5469
5469
|
>
|
|
5470
5470
|
<div class="v-select__slot">
|
|
@@ -5475,7 +5475,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5475
5475
|
<input aria-label="Rows per page:"
|
|
5476
5476
|
aria-readonly="false"
|
|
5477
5477
|
autocomplete="off"
|
|
5478
|
-
id="input-
|
|
5478
|
+
id="input-663"
|
|
5479
5479
|
readonly
|
|
5480
5480
|
type="text"
|
|
5481
5481
|
>
|
|
@@ -5554,12 +5554,12 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5554
5554
|
<div role="button"
|
|
5555
5555
|
aria-haspopup="listbox"
|
|
5556
5556
|
aria-expanded="false"
|
|
5557
|
-
aria-owns="list-
|
|
5557
|
+
aria-owns="list-679"
|
|
5558
5558
|
class="v-input__slot"
|
|
5559
5559
|
>
|
|
5560
5560
|
<div class="v-select__slot">
|
|
5561
5561
|
<label class="v-label theme--light"
|
|
5562
|
-
for="input-
|
|
5562
|
+
for="input-679"
|
|
5563
5563
|
aria-hidden="false"
|
|
5564
5564
|
style="right: 0px; position: absolute;"
|
|
5565
5565
|
>
|
|
@@ -5568,7 +5568,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5568
5568
|
<div class="v-select__selections">
|
|
5569
5569
|
<input aria-readonly="false"
|
|
5570
5570
|
autocomplete="off"
|
|
5571
|
-
id="input-
|
|
5571
|
+
id="input-679"
|
|
5572
5572
|
readonly
|
|
5573
5573
|
type="text"
|
|
5574
5574
|
>
|
|
@@ -5756,7 +5756,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5756
5756
|
<div role="button"
|
|
5757
5757
|
aria-haspopup="listbox"
|
|
5758
5758
|
aria-expanded="false"
|
|
5759
|
-
aria-owns="list-
|
|
5759
|
+
aria-owns="list-688"
|
|
5760
5760
|
class="v-input__slot"
|
|
5761
5761
|
>
|
|
5762
5762
|
<div class="v-select__slot">
|
|
@@ -5767,7 +5767,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5767
5767
|
<input aria-label="Rows per page:"
|
|
5768
5768
|
aria-readonly="false"
|
|
5769
5769
|
autocomplete="off"
|
|
5770
|
-
id="input-
|
|
5770
|
+
id="input-688"
|
|
5771
5771
|
readonly
|
|
5772
5772
|
type="text"
|
|
5773
5773
|
>
|
|
@@ -5846,12 +5846,12 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5846
5846
|
<div role="button"
|
|
5847
5847
|
aria-haspopup="listbox"
|
|
5848
5848
|
aria-expanded="false"
|
|
5849
|
-
aria-owns="list-
|
|
5849
|
+
aria-owns="list-679"
|
|
5850
5850
|
class="v-input__slot"
|
|
5851
5851
|
>
|
|
5852
5852
|
<div class="v-select__slot">
|
|
5853
5853
|
<label class="v-label theme--light"
|
|
5854
|
-
for="input-
|
|
5854
|
+
for="input-679"
|
|
5855
5855
|
aria-hidden="false"
|
|
5856
5856
|
style="right: 0px; position: absolute;"
|
|
5857
5857
|
>
|
|
@@ -5860,7 +5860,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5860
5860
|
<div class="v-select__selections">
|
|
5861
5861
|
<input aria-readonly="false"
|
|
5862
5862
|
autocomplete="off"
|
|
5863
|
-
id="input-
|
|
5863
|
+
id="input-679"
|
|
5864
5864
|
readonly
|
|
5865
5865
|
type="text"
|
|
5866
5866
|
>
|
|
@@ -6398,7 +6398,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6398
6398
|
<div role="button"
|
|
6399
6399
|
aria-haspopup="listbox"
|
|
6400
6400
|
aria-expanded="false"
|
|
6401
|
-
aria-owns="list-
|
|
6401
|
+
aria-owns="list-688"
|
|
6402
6402
|
class="v-input__slot"
|
|
6403
6403
|
>
|
|
6404
6404
|
<div class="v-select__slot">
|
|
@@ -6409,7 +6409,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6409
6409
|
<input aria-label="Rows per page:"
|
|
6410
6410
|
aria-readonly="false"
|
|
6411
6411
|
autocomplete="off"
|
|
6412
|
-
id="input-
|
|
6412
|
+
id="input-688"
|
|
6413
6413
|
readonly
|
|
6414
6414
|
type="text"
|
|
6415
6415
|
>
|
|
@@ -6496,7 +6496,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6496
6496
|
<div role="button"
|
|
6497
6497
|
aria-haspopup="listbox"
|
|
6498
6498
|
aria-expanded="false"
|
|
6499
|
-
aria-owns="list-
|
|
6499
|
+
aria-owns="list-541"
|
|
6500
6500
|
class="v-input__slot"
|
|
6501
6501
|
>
|
|
6502
6502
|
<div class="v-select__slot">
|
|
@@ -6507,7 +6507,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6507
6507
|
<input aria-label="Foo:"
|
|
6508
6508
|
aria-readonly="false"
|
|
6509
6509
|
autocomplete="off"
|
|
6510
|
-
id="input-
|
|
6510
|
+
id="input-541"
|
|
6511
6511
|
readonly
|
|
6512
6512
|
type="text"
|
|
6513
6513
|
>
|
|
@@ -6689,7 +6689,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6689
6689
|
<div role="button"
|
|
6690
6690
|
aria-haspopup="listbox"
|
|
6691
6691
|
aria-expanded="false"
|
|
6692
|
-
aria-owns="list-
|
|
6692
|
+
aria-owns="list-604"
|
|
6693
6693
|
class="v-input__slot"
|
|
6694
6694
|
>
|
|
6695
6695
|
<div class="v-select__slot">
|
|
@@ -6700,7 +6700,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6700
6700
|
<input aria-label="Rows per page:"
|
|
6701
6701
|
aria-readonly="false"
|
|
6702
6702
|
autocomplete="off"
|
|
6703
|
-
id="input-
|
|
6703
|
+
id="input-604"
|
|
6704
6704
|
readonly
|
|
6705
6705
|
type="text"
|
|
6706
6706
|
>
|
|
@@ -6789,7 +6789,7 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6789
6789
|
<div role="button"
|
|
6790
6790
|
aria-haspopup="listbox"
|
|
6791
6791
|
aria-expanded="false"
|
|
6792
|
-
aria-owns="list-
|
|
6792
|
+
aria-owns="list-586"
|
|
6793
6793
|
class="v-input__slot"
|
|
6794
6794
|
>
|
|
6795
6795
|
<div class="v-select__slot">
|
|
@@ -6800,7 +6800,7 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6800
6800
|
<input aria-label="Rows per page:"
|
|
6801
6801
|
aria-readonly="false"
|
|
6802
6802
|
autocomplete="off"
|
|
6803
|
-
id="input-
|
|
6803
|
+
id="input-586"
|
|
6804
6804
|
readonly
|
|
6805
6805
|
type="text"
|
|
6806
6806
|
>
|
|
@@ -6879,12 +6879,12 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6879
6879
|
<div role="button"
|
|
6880
6880
|
aria-haspopup="listbox"
|
|
6881
6881
|
aria-expanded="false"
|
|
6882
|
-
aria-owns="list-
|
|
6882
|
+
aria-owns="list-980"
|
|
6883
6883
|
class="v-input__slot"
|
|
6884
6884
|
>
|
|
6885
6885
|
<div class="v-select__slot">
|
|
6886
6886
|
<label class="v-label theme--light"
|
|
6887
|
-
for="input-
|
|
6887
|
+
for="input-980"
|
|
6888
6888
|
aria-hidden="false"
|
|
6889
6889
|
style="right: 0px; position: absolute;"
|
|
6890
6890
|
>
|
|
@@ -6893,7 +6893,7 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6893
6893
|
<div class="v-select__selections">
|
|
6894
6894
|
<input aria-readonly="false"
|
|
6895
6895
|
autocomplete="off"
|
|
6896
|
-
id="input-
|
|
6896
|
+
id="input-980"
|
|
6897
6897
|
readonly
|
|
6898
6898
|
type="text"
|
|
6899
6899
|
>
|
|
@@ -6918,6 +6918,62 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6918
6918
|
</tr>
|
|
6919
6919
|
</thead>
|
|
6920
6920
|
<tbody>
|
|
6921
|
+
<tr class="v-row-group__header">
|
|
6922
|
+
<td class="text-start">
|
|
6923
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
6924
|
+
type="button"
|
|
6925
|
+
>
|
|
6926
|
+
<span class="v-btn__content">
|
|
6927
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6928
|
+
aria-hidden="true"
|
|
6929
|
+
>
|
|
6930
|
+
</i>
|
|
6931
|
+
</span>
|
|
6932
|
+
</button>
|
|
6933
|
+
: Frozen Yogurt
|
|
6934
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
6935
|
+
type="button"
|
|
6936
|
+
>
|
|
6937
|
+
<span class="v-btn__content">
|
|
6938
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6939
|
+
aria-hidden="true"
|
|
6940
|
+
>
|
|
6941
|
+
</i>
|
|
6942
|
+
</span>
|
|
6943
|
+
</button>
|
|
6944
|
+
</td>
|
|
6945
|
+
</tr>
|
|
6946
|
+
<div>
|
|
6947
|
+
scoped
|
|
6948
|
+
</div>
|
|
6949
|
+
<tr class="v-row-group__header">
|
|
6950
|
+
<td class="text-start">
|
|
6951
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
6952
|
+
type="button"
|
|
6953
|
+
>
|
|
6954
|
+
<span class="v-btn__content">
|
|
6955
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6956
|
+
aria-hidden="true"
|
|
6957
|
+
>
|
|
6958
|
+
</i>
|
|
6959
|
+
</span>
|
|
6960
|
+
</button>
|
|
6961
|
+
: Ice cream sandwich
|
|
6962
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
6963
|
+
type="button"
|
|
6964
|
+
>
|
|
6965
|
+
<span class="v-btn__content">
|
|
6966
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6967
|
+
aria-hidden="true"
|
|
6968
|
+
>
|
|
6969
|
+
</i>
|
|
6970
|
+
</span>
|
|
6971
|
+
</button>
|
|
6972
|
+
</td>
|
|
6973
|
+
</tr>
|
|
6974
|
+
<div>
|
|
6975
|
+
scoped
|
|
6976
|
+
</div>
|
|
6921
6977
|
</tbody>
|
|
6922
6978
|
</table>
|
|
6923
6979
|
</div>
|
|
@@ -6931,7 +6987,7 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6931
6987
|
<div role="button"
|
|
6932
6988
|
aria-haspopup="listbox"
|
|
6933
6989
|
aria-expanded="false"
|
|
6934
|
-
aria-owns="list-
|
|
6990
|
+
aria-owns="list-1000"
|
|
6935
6991
|
class="v-input__slot"
|
|
6936
6992
|
>
|
|
6937
6993
|
<div class="v-select__slot">
|
|
@@ -6942,7 +6998,7 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6942
6998
|
<input aria-label="Rows per page:"
|
|
6943
6999
|
aria-readonly="false"
|
|
6944
7000
|
autocomplete="off"
|
|
6945
|
-
id="input-
|
|
7001
|
+
id="input-1000"
|
|
6946
7002
|
readonly
|
|
6947
7003
|
type="text"
|
|
6948
7004
|
>
|
|
@@ -7054,7 +7110,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7054
7110
|
<div role="button"
|
|
7055
7111
|
aria-haspopup="listbox"
|
|
7056
7112
|
aria-expanded="false"
|
|
7057
|
-
aria-owns="list-
|
|
7113
|
+
aria-owns="list-406"
|
|
7058
7114
|
class="v-input__slot"
|
|
7059
7115
|
>
|
|
7060
7116
|
<div class="v-select__slot">
|
|
@@ -7065,7 +7121,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7065
7121
|
<input aria-label="Rows per page:"
|
|
7066
7122
|
aria-readonly="false"
|
|
7067
7123
|
autocomplete="off"
|
|
7068
|
-
id="input-
|
|
7124
|
+
id="input-406"
|
|
7069
7125
|
readonly
|
|
7070
7126
|
type="text"
|
|
7071
7127
|
>
|
|
@@ -7144,12 +7200,12 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7144
7200
|
<div role="button"
|
|
7145
7201
|
aria-haspopup="listbox"
|
|
7146
7202
|
aria-expanded="false"
|
|
7147
|
-
aria-owns="list-
|
|
7203
|
+
aria-owns="list-422"
|
|
7148
7204
|
class="v-input__slot"
|
|
7149
7205
|
>
|
|
7150
7206
|
<div class="v-select__slot">
|
|
7151
7207
|
<label class="v-label theme--light"
|
|
7152
|
-
for="input-
|
|
7208
|
+
for="input-422"
|
|
7153
7209
|
aria-hidden="false"
|
|
7154
7210
|
style="right: 0px; position: absolute;"
|
|
7155
7211
|
>
|
|
@@ -7158,7 +7214,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7158
7214
|
<div class="v-select__selections">
|
|
7159
7215
|
<input aria-readonly="false"
|
|
7160
7216
|
autocomplete="off"
|
|
7161
|
-
id="input-
|
|
7217
|
+
id="input-422"
|
|
7162
7218
|
readonly
|
|
7163
7219
|
type="text"
|
|
7164
7220
|
>
|
|
@@ -7210,7 +7266,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7210
7266
|
<div role="button"
|
|
7211
7267
|
aria-haspopup="listbox"
|
|
7212
7268
|
aria-expanded="false"
|
|
7213
|
-
aria-owns="list-
|
|
7269
|
+
aria-owns="list-428"
|
|
7214
7270
|
class="v-input__slot"
|
|
7215
7271
|
>
|
|
7216
7272
|
<div class="v-select__slot">
|
|
@@ -7221,7 +7277,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7221
7277
|
<input aria-label="Rows per page:"
|
|
7222
7278
|
aria-readonly="false"
|
|
7223
7279
|
autocomplete="off"
|
|
7224
|
-
id="input-
|
|
7280
|
+
id="input-428"
|
|
7225
7281
|
readonly
|
|
7226
7282
|
type="text"
|
|
7227
7283
|
>
|
|
@@ -7315,12 +7371,12 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7315
7371
|
<div role="button"
|
|
7316
7372
|
aria-haspopup="listbox"
|
|
7317
7373
|
aria-expanded="false"
|
|
7318
|
-
aria-owns="list-
|
|
7374
|
+
aria-owns="list-879"
|
|
7319
7375
|
class="v-input__slot"
|
|
7320
7376
|
>
|
|
7321
7377
|
<div class="v-select__slot">
|
|
7322
7378
|
<label class="v-label theme--light"
|
|
7323
|
-
for="input-
|
|
7379
|
+
for="input-879"
|
|
7324
7380
|
aria-hidden="false"
|
|
7325
7381
|
style="right: 0px; position: absolute;"
|
|
7326
7382
|
>
|
|
@@ -7329,7 +7385,7 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7329
7385
|
<div class="v-select__selections">
|
|
7330
7386
|
<input aria-readonly="false"
|
|
7331
7387
|
autocomplete="off"
|
|
7332
|
-
id="input-
|
|
7388
|
+
id="input-879"
|
|
7333
7389
|
readonly
|
|
7334
7390
|
type="text"
|
|
7335
7391
|
>
|
|
@@ -7497,7 +7553,7 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7497
7553
|
<div role="button"
|
|
7498
7554
|
aria-haspopup="listbox"
|
|
7499
7555
|
aria-expanded="false"
|
|
7500
|
-
aria-owns="list-
|
|
7556
|
+
aria-owns="list-893"
|
|
7501
7557
|
class="v-input__slot"
|
|
7502
7558
|
>
|
|
7503
7559
|
<div class="v-select__slot">
|
|
@@ -7508,7 +7564,7 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7508
7564
|
<input aria-label="Rows per page:"
|
|
7509
7565
|
aria-readonly="false"
|
|
7510
7566
|
autocomplete="off"
|
|
7511
|
-
id="input-
|
|
7567
|
+
id="input-893"
|
|
7512
7568
|
readonly
|
|
7513
7569
|
type="text"
|
|
7514
7570
|
>
|
|
@@ -7602,12 +7658,12 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7602
7658
|
<div role="button"
|
|
7603
7659
|
aria-haspopup="listbox"
|
|
7604
7660
|
aria-expanded="false"
|
|
7605
|
-
aria-owns="list-
|
|
7661
|
+
aria-owns="list-912"
|
|
7606
7662
|
class="v-input__slot"
|
|
7607
7663
|
>
|
|
7608
7664
|
<div class="v-select__slot">
|
|
7609
7665
|
<label class="v-label theme--light"
|
|
7610
|
-
for="input-
|
|
7666
|
+
for="input-912"
|
|
7611
7667
|
aria-hidden="false"
|
|
7612
7668
|
style="right: 0px; position: absolute;"
|
|
7613
7669
|
>
|
|
@@ -7616,7 +7672,7 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7616
7672
|
<div class="v-select__selections">
|
|
7617
7673
|
<input aria-readonly="false"
|
|
7618
7674
|
autocomplete="off"
|
|
7619
|
-
id="input-
|
|
7675
|
+
id="input-912"
|
|
7620
7676
|
readonly
|
|
7621
7677
|
type="text"
|
|
7622
7678
|
>
|
|
@@ -7784,7 +7840,7 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7784
7840
|
<div role="button"
|
|
7785
7841
|
aria-haspopup="listbox"
|
|
7786
7842
|
aria-expanded="false"
|
|
7787
|
-
aria-owns="list-
|
|
7843
|
+
aria-owns="list-926"
|
|
7788
7844
|
class="v-input__slot"
|
|
7789
7845
|
>
|
|
7790
7846
|
<div class="v-select__slot">
|
|
@@ -7795,7 +7851,7 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7795
7851
|
<input aria-label="Rows per page:"
|
|
7796
7852
|
aria-readonly="false"
|
|
7797
7853
|
autocomplete="off"
|
|
7798
|
-
id="input-
|
|
7854
|
+
id="input-926"
|
|
7799
7855
|
readonly
|
|
7800
7856
|
type="text"
|
|
7801
7857
|
>
|
|
@@ -7889,12 +7945,12 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7889
7945
|
<div role="button"
|
|
7890
7946
|
aria-haspopup="listbox"
|
|
7891
7947
|
aria-expanded="false"
|
|
7892
|
-
aria-owns="list-
|
|
7948
|
+
aria-owns="list-1375"
|
|
7893
7949
|
class="v-input__slot"
|
|
7894
7950
|
>
|
|
7895
7951
|
<div class="v-select__slot">
|
|
7896
7952
|
<label class="v-label theme--light"
|
|
7897
|
-
for="input-
|
|
7953
|
+
for="input-1375"
|
|
7898
7954
|
aria-hidden="false"
|
|
7899
7955
|
style="right: 0px; position: absolute;"
|
|
7900
7956
|
>
|
|
@@ -7903,7 +7959,7 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7903
7959
|
<div class="v-select__selections">
|
|
7904
7960
|
<input aria-readonly="false"
|
|
7905
7961
|
autocomplete="off"
|
|
7906
|
-
id="input-
|
|
7962
|
+
id="input-1375"
|
|
7907
7963
|
readonly
|
|
7908
7964
|
type="text"
|
|
7909
7965
|
>
|
|
@@ -8139,7 +8195,7 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8139
8195
|
<div role="button"
|
|
8140
8196
|
aria-haspopup="listbox"
|
|
8141
8197
|
aria-expanded="false"
|
|
8142
|
-
aria-owns="list-
|
|
8198
|
+
aria-owns="list-1401"
|
|
8143
8199
|
class="v-input__slot"
|
|
8144
8200
|
>
|
|
8145
8201
|
<div class="v-select__slot">
|
|
@@ -8150,7 +8206,7 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8150
8206
|
<input aria-label="Rows per page:"
|
|
8151
8207
|
aria-readonly="false"
|
|
8152
8208
|
autocomplete="off"
|
|
8153
|
-
id="input-
|
|
8209
|
+
id="input-1401"
|
|
8154
8210
|
readonly
|
|
8155
8211
|
type="text"
|
|
8156
8212
|
>
|
|
@@ -9546,12 +9602,12 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9546
9602
|
<div role="button"
|
|
9547
9603
|
aria-haspopup="listbox"
|
|
9548
9604
|
aria-expanded="false"
|
|
9549
|
-
aria-owns="list-
|
|
9605
|
+
aria-owns="list-379"
|
|
9550
9606
|
class="v-input__slot"
|
|
9551
9607
|
>
|
|
9552
9608
|
<div class="v-select__slot">
|
|
9553
9609
|
<label class="v-label theme--light"
|
|
9554
|
-
for="input-
|
|
9610
|
+
for="input-379"
|
|
9555
9611
|
aria-hidden="false"
|
|
9556
9612
|
style="right: 0px; position: absolute;"
|
|
9557
9613
|
>
|
|
@@ -9560,7 +9616,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9560
9616
|
<div class="v-select__selections">
|
|
9561
9617
|
<input aria-readonly="false"
|
|
9562
9618
|
autocomplete="off"
|
|
9563
|
-
id="input-
|
|
9619
|
+
id="input-379"
|
|
9564
9620
|
readonly
|
|
9565
9621
|
type="text"
|
|
9566
9622
|
>
|
|
@@ -9610,7 +9666,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9610
9666
|
<div role="button"
|
|
9611
9667
|
aria-haspopup="listbox"
|
|
9612
9668
|
aria-expanded="false"
|
|
9613
|
-
aria-owns="list-
|
|
9669
|
+
aria-owns="list-385"
|
|
9614
9670
|
class="v-input__slot"
|
|
9615
9671
|
>
|
|
9616
9672
|
<div class="v-select__slot">
|
|
@@ -9621,7 +9677,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9621
9677
|
<input aria-label="Rows per page:"
|
|
9622
9678
|
aria-readonly="false"
|
|
9623
9679
|
autocomplete="off"
|
|
9624
|
-
id="input-
|
|
9680
|
+
id="input-385"
|
|
9625
9681
|
readonly
|
|
9626
9682
|
type="text"
|
|
9627
9683
|
>
|
|
@@ -9699,12 +9755,12 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9699
9755
|
<div role="button"
|
|
9700
9756
|
aria-haspopup="listbox"
|
|
9701
9757
|
aria-expanded="false"
|
|
9702
|
-
aria-owns="list-
|
|
9758
|
+
aria-owns="list-240"
|
|
9703
9759
|
class="v-input__slot"
|
|
9704
9760
|
>
|
|
9705
9761
|
<div class="v-select__slot">
|
|
9706
9762
|
<label class="v-label theme--light"
|
|
9707
|
-
for="input-
|
|
9763
|
+
for="input-240"
|
|
9708
9764
|
aria-hidden="false"
|
|
9709
9765
|
style="right: 0px; position: absolute;"
|
|
9710
9766
|
>
|
|
@@ -9713,7 +9769,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9713
9769
|
<div class="v-select__selections">
|
|
9714
9770
|
<input aria-readonly="false"
|
|
9715
9771
|
autocomplete="off"
|
|
9716
|
-
id="input-
|
|
9772
|
+
id="input-240"
|
|
9717
9773
|
readonly
|
|
9718
9774
|
type="text"
|
|
9719
9775
|
>
|
|
@@ -9738,197 +9794,947 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9738
9794
|
</tr>
|
|
9739
9795
|
</thead>
|
|
9740
9796
|
<tbody>
|
|
9741
|
-
|
|
9742
|
-
|
|
9743
|
-
|
|
9744
|
-
|
|
9745
|
-
|
|
9746
|
-
|
|
9747
|
-
|
|
9748
|
-
|
|
9749
|
-
>
|
|
9750
|
-
<div class="v-input__control">
|
|
9751
|
-
<div role="button"
|
|
9752
|
-
aria-haspopup="listbox"
|
|
9753
|
-
aria-expanded="false"
|
|
9754
|
-
aria-owns="list-246"
|
|
9755
|
-
class="v-input__slot"
|
|
9756
|
-
>
|
|
9757
|
-
<div class="v-select__slot">
|
|
9758
|
-
<div class="v-select__selections">
|
|
9759
|
-
<div class="v-select__selection v-select__selection--comma">
|
|
9760
|
-
5
|
|
9761
|
-
</div>
|
|
9762
|
-
<input aria-label="Rows per page:"
|
|
9763
|
-
aria-readonly="false"
|
|
9764
|
-
autocomplete="off"
|
|
9765
|
-
id="input-246"
|
|
9766
|
-
readonly
|
|
9767
|
-
type="text"
|
|
9797
|
+
<tr class="v-row-group__header">
|
|
9798
|
+
<td class="text-start">
|
|
9799
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9800
|
+
type="button"
|
|
9801
|
+
>
|
|
9802
|
+
<span class="v-btn__content">
|
|
9803
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9804
|
+
aria-hidden="true"
|
|
9768
9805
|
>
|
|
9769
|
-
|
|
9770
|
-
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
|
|
9776
|
-
|
|
9777
|
-
|
|
9778
|
-
|
|
9779
|
-
|
|
9780
|
-
|
|
9806
|
+
</i>
|
|
9807
|
+
</span>
|
|
9808
|
+
</button>
|
|
9809
|
+
: 159
|
|
9810
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9811
|
+
type="button"
|
|
9812
|
+
>
|
|
9813
|
+
<span class="v-btn__content">
|
|
9814
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9815
|
+
aria-hidden="true"
|
|
9816
|
+
>
|
|
9817
|
+
</i>
|
|
9818
|
+
</span>
|
|
9819
|
+
</button>
|
|
9820
|
+
</td>
|
|
9821
|
+
</tr>
|
|
9822
|
+
<tr class="v-data-table__mobile-table-row">
|
|
9823
|
+
<td class="v-data-table__mobile-row">
|
|
9824
|
+
<div class="v-data-table__mobile-row__header">
|
|
9825
|
+
Dessert (100g serving)
|
|
9781
9826
|
</div>
|
|
9782
|
-
<div class="v-
|
|
9827
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9828
|
+
Frozen Yogurt
|
|
9783
9829
|
</div>
|
|
9784
|
-
</
|
|
9785
|
-
|
|
9786
|
-
|
|
9787
|
-
|
|
9788
|
-
<div class="v-data-footer__pagination">
|
|
9789
|
-
1-5 of 10
|
|
9790
|
-
</div>
|
|
9791
|
-
<div class="v-data-footer__icons-before">
|
|
9792
|
-
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
9793
|
-
type="button"
|
|
9794
|
-
disabled
|
|
9795
|
-
aria-label="Previous page"
|
|
9796
|
-
>
|
|
9797
|
-
<span class="v-btn__content">
|
|
9798
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
9799
|
-
aria-hidden="true"
|
|
9800
|
-
>
|
|
9801
|
-
</i>
|
|
9802
|
-
</span>
|
|
9803
|
-
</button>
|
|
9804
|
-
</div>
|
|
9805
|
-
<div class="v-data-footer__icons-after">
|
|
9806
|
-
<button class="v-btn v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
9807
|
-
type="button"
|
|
9808
|
-
aria-label="Next page"
|
|
9809
|
-
>
|
|
9810
|
-
<span class="v-btn__content">
|
|
9811
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
9812
|
-
aria-hidden="true"
|
|
9813
|
-
>
|
|
9814
|
-
</i>
|
|
9815
|
-
</span>
|
|
9816
|
-
</button>
|
|
9817
|
-
</div>
|
|
9818
|
-
</div>
|
|
9819
|
-
</div>
|
|
9820
|
-
`;
|
|
9821
|
-
|
|
9822
|
-
exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
9823
|
-
<div class="v-data-table v-data-table--has-top v-data-table--has-bottom theme--light v-data-table--mobile">
|
|
9824
|
-
<div class="v-data-table__wrapper">
|
|
9825
|
-
<table>
|
|
9826
|
-
<colgroup>
|
|
9827
|
-
<col class>
|
|
9828
|
-
<col class>
|
|
9829
|
-
<col class>
|
|
9830
|
-
<col class>
|
|
9831
|
-
<col class>
|
|
9832
|
-
<col class>
|
|
9833
|
-
</colgroup>
|
|
9834
|
-
<thead class="v-data-table-header v-data-table-header-mobile">
|
|
9835
|
-
<tr>
|
|
9836
|
-
<th>
|
|
9837
|
-
<div class="v-data-table-header-mobile__wrapper">
|
|
9838
|
-
<div class="v-input v-input--hide-details theme--light v-text-field v-select">
|
|
9839
|
-
<div class="v-input__control">
|
|
9840
|
-
<div role="button"
|
|
9841
|
-
aria-haspopup="listbox"
|
|
9842
|
-
aria-expanded="false"
|
|
9843
|
-
aria-owns="list-284"
|
|
9844
|
-
class="v-input__slot"
|
|
9845
|
-
>
|
|
9846
|
-
<div class="v-select__slot">
|
|
9847
|
-
<label class="v-label theme--light"
|
|
9848
|
-
for="input-284"
|
|
9849
|
-
aria-hidden="false"
|
|
9850
|
-
style="right: 0px; position: absolute;"
|
|
9851
|
-
>
|
|
9852
|
-
Sort by
|
|
9853
|
-
</label>
|
|
9854
|
-
<div class="v-select__selections">
|
|
9855
|
-
<input aria-readonly="false"
|
|
9856
|
-
autocomplete="off"
|
|
9857
|
-
id="input-284"
|
|
9858
|
-
readonly
|
|
9859
|
-
type="text"
|
|
9860
|
-
>
|
|
9861
|
-
</div>
|
|
9862
|
-
<div class="v-input__append-inner">
|
|
9863
|
-
<div class="v-input__icon v-input__icon--append">
|
|
9864
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
9865
|
-
aria-hidden="true"
|
|
9866
|
-
>
|
|
9867
|
-
</i>
|
|
9868
|
-
</div>
|
|
9869
|
-
</div>
|
|
9870
|
-
<input type="hidden">
|
|
9871
|
-
</div>
|
|
9872
|
-
<div class="v-menu">
|
|
9873
|
-
</div>
|
|
9874
|
-
</div>
|
|
9875
|
-
</div>
|
|
9876
|
-
</div>
|
|
9830
|
+
</td>
|
|
9831
|
+
<td class="v-data-table__mobile-row">
|
|
9832
|
+
<div class="v-data-table__mobile-row__header">
|
|
9833
|
+
Calories
|
|
9877
9834
|
</div>
|
|
9878
|
-
|
|
9835
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9836
|
+
159
|
|
9837
|
+
</div>
|
|
9838
|
+
</td>
|
|
9839
|
+
<td class="v-data-table__mobile-row">
|
|
9840
|
+
<div class="v-data-table__mobile-row__header">
|
|
9841
|
+
Fat (g)
|
|
9842
|
+
</div>
|
|
9843
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9844
|
+
6
|
|
9845
|
+
</div>
|
|
9846
|
+
</td>
|
|
9847
|
+
<td class="v-data-table__mobile-row">
|
|
9848
|
+
<div class="v-data-table__mobile-row__header">
|
|
9849
|
+
Carbs (g)
|
|
9850
|
+
</div>
|
|
9851
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9852
|
+
24
|
|
9853
|
+
</div>
|
|
9854
|
+
</td>
|
|
9855
|
+
<td class="v-data-table__mobile-row">
|
|
9856
|
+
<div class="v-data-table__mobile-row__header">
|
|
9857
|
+
Protein (g)
|
|
9858
|
+
</div>
|
|
9859
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9860
|
+
4
|
|
9861
|
+
</div>
|
|
9862
|
+
</td>
|
|
9863
|
+
<td class="v-data-table__mobile-row">
|
|
9864
|
+
<div class="v-data-table__mobile-row__header">
|
|
9865
|
+
Iron (%)
|
|
9866
|
+
</div>
|
|
9867
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9868
|
+
1%
|
|
9869
|
+
</div>
|
|
9870
|
+
</td>
|
|
9879
9871
|
</tr>
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
|
|
9886
|
-
|
|
9887
|
-
|
|
9888
|
-
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
aria-haspopup="listbox"
|
|
9894
|
-
aria-expanded="false"
|
|
9895
|
-
aria-owns="list-294"
|
|
9896
|
-
class="v-input__slot"
|
|
9897
|
-
>
|
|
9898
|
-
<div class="v-select__slot">
|
|
9899
|
-
<div class="v-select__selections">
|
|
9900
|
-
<div class="v-select__selection v-select__selection--comma">
|
|
9901
|
-
5
|
|
9902
|
-
</div>
|
|
9903
|
-
<input aria-label="Rows per page:"
|
|
9904
|
-
aria-readonly="false"
|
|
9905
|
-
autocomplete="off"
|
|
9906
|
-
id="input-294"
|
|
9907
|
-
readonly
|
|
9908
|
-
type="text"
|
|
9872
|
+
<tr class="v-row-group__summary">
|
|
9873
|
+
<div>
|
|
9874
|
+
summary
|
|
9875
|
+
</div>
|
|
9876
|
+
</tr>
|
|
9877
|
+
<tr class="v-row-group__header">
|
|
9878
|
+
<td class="text-start">
|
|
9879
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9880
|
+
type="button"
|
|
9881
|
+
>
|
|
9882
|
+
<span class="v-btn__content">
|
|
9883
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9884
|
+
aria-hidden="true"
|
|
9909
9885
|
>
|
|
9910
|
-
|
|
9911
|
-
|
|
9912
|
-
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
9921
|
-
|
|
9886
|
+
</i>
|
|
9887
|
+
</span>
|
|
9888
|
+
</button>
|
|
9889
|
+
: 237
|
|
9890
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9891
|
+
type="button"
|
|
9892
|
+
>
|
|
9893
|
+
<span class="v-btn__content">
|
|
9894
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9895
|
+
aria-hidden="true"
|
|
9896
|
+
>
|
|
9897
|
+
</i>
|
|
9898
|
+
</span>
|
|
9899
|
+
</button>
|
|
9900
|
+
</td>
|
|
9901
|
+
</tr>
|
|
9902
|
+
<tr class="v-data-table__mobile-table-row">
|
|
9903
|
+
<td class="v-data-table__mobile-row">
|
|
9904
|
+
<div class="v-data-table__mobile-row__header">
|
|
9905
|
+
Dessert (100g serving)
|
|
9922
9906
|
</div>
|
|
9923
|
-
<div class="v-
|
|
9907
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9908
|
+
Ice cream sandwich
|
|
9924
9909
|
</div>
|
|
9925
|
-
</
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9910
|
+
</td>
|
|
9911
|
+
<td class="v-data-table__mobile-row">
|
|
9912
|
+
<div class="v-data-table__mobile-row__header">
|
|
9913
|
+
Calories
|
|
9914
|
+
</div>
|
|
9915
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9916
|
+
237
|
|
9917
|
+
</div>
|
|
9918
|
+
</td>
|
|
9919
|
+
<td class="v-data-table__mobile-row">
|
|
9920
|
+
<div class="v-data-table__mobile-row__header">
|
|
9921
|
+
Fat (g)
|
|
9922
|
+
</div>
|
|
9923
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9924
|
+
9
|
|
9925
|
+
</div>
|
|
9926
|
+
</td>
|
|
9927
|
+
<td class="v-data-table__mobile-row">
|
|
9928
|
+
<div class="v-data-table__mobile-row__header">
|
|
9929
|
+
Carbs (g)
|
|
9930
|
+
</div>
|
|
9931
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9932
|
+
37
|
|
9933
|
+
</div>
|
|
9934
|
+
</td>
|
|
9935
|
+
<td class="v-data-table__mobile-row">
|
|
9936
|
+
<div class="v-data-table__mobile-row__header">
|
|
9937
|
+
Protein (g)
|
|
9938
|
+
</div>
|
|
9939
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9940
|
+
4.3
|
|
9941
|
+
</div>
|
|
9942
|
+
</td>
|
|
9943
|
+
<td class="v-data-table__mobile-row">
|
|
9944
|
+
<div class="v-data-table__mobile-row__header">
|
|
9945
|
+
Iron (%)
|
|
9946
|
+
</div>
|
|
9947
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9948
|
+
1%
|
|
9949
|
+
</div>
|
|
9950
|
+
</td>
|
|
9951
|
+
</tr>
|
|
9952
|
+
<tr class="v-row-group__summary">
|
|
9953
|
+
<div>
|
|
9954
|
+
summary
|
|
9955
|
+
</div>
|
|
9956
|
+
</tr>
|
|
9957
|
+
<tr class="v-row-group__header">
|
|
9958
|
+
<td class="text-start">
|
|
9959
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9960
|
+
type="button"
|
|
9961
|
+
>
|
|
9962
|
+
<span class="v-btn__content">
|
|
9963
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9964
|
+
aria-hidden="true"
|
|
9965
|
+
>
|
|
9966
|
+
</i>
|
|
9967
|
+
</span>
|
|
9968
|
+
</button>
|
|
9969
|
+
: 262
|
|
9970
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
9971
|
+
type="button"
|
|
9972
|
+
>
|
|
9973
|
+
<span class="v-btn__content">
|
|
9974
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9975
|
+
aria-hidden="true"
|
|
9976
|
+
>
|
|
9977
|
+
</i>
|
|
9978
|
+
</span>
|
|
9979
|
+
</button>
|
|
9980
|
+
</td>
|
|
9981
|
+
</tr>
|
|
9982
|
+
<tr class="v-data-table__mobile-table-row">
|
|
9983
|
+
<td class="v-data-table__mobile-row">
|
|
9984
|
+
<div class="v-data-table__mobile-row__header">
|
|
9985
|
+
Dessert (100g serving)
|
|
9986
|
+
</div>
|
|
9987
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9988
|
+
Eclair
|
|
9989
|
+
</div>
|
|
9990
|
+
</td>
|
|
9991
|
+
<td class="v-data-table__mobile-row">
|
|
9992
|
+
<div class="v-data-table__mobile-row__header">
|
|
9993
|
+
Calories
|
|
9994
|
+
</div>
|
|
9995
|
+
<div class="v-data-table__mobile-row__cell">
|
|
9996
|
+
262
|
|
9997
|
+
</div>
|
|
9998
|
+
</td>
|
|
9999
|
+
<td class="v-data-table__mobile-row">
|
|
10000
|
+
<div class="v-data-table__mobile-row__header">
|
|
10001
|
+
Fat (g)
|
|
10002
|
+
</div>
|
|
10003
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10004
|
+
16
|
|
10005
|
+
</div>
|
|
10006
|
+
</td>
|
|
10007
|
+
<td class="v-data-table__mobile-row">
|
|
10008
|
+
<div class="v-data-table__mobile-row__header">
|
|
10009
|
+
Carbs (g)
|
|
10010
|
+
</div>
|
|
10011
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10012
|
+
23
|
|
10013
|
+
</div>
|
|
10014
|
+
</td>
|
|
10015
|
+
<td class="v-data-table__mobile-row">
|
|
10016
|
+
<div class="v-data-table__mobile-row__header">
|
|
10017
|
+
Protein (g)
|
|
10018
|
+
</div>
|
|
10019
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10020
|
+
6
|
|
10021
|
+
</div>
|
|
10022
|
+
</td>
|
|
10023
|
+
<td class="v-data-table__mobile-row">
|
|
10024
|
+
<div class="v-data-table__mobile-row__header">
|
|
10025
|
+
Iron (%)
|
|
10026
|
+
</div>
|
|
10027
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10028
|
+
7%
|
|
10029
|
+
</div>
|
|
10030
|
+
</td>
|
|
10031
|
+
</tr>
|
|
10032
|
+
<tr class="v-row-group__summary">
|
|
10033
|
+
<div>
|
|
10034
|
+
summary
|
|
10035
|
+
</div>
|
|
10036
|
+
</tr>
|
|
10037
|
+
<tr class="v-row-group__header">
|
|
10038
|
+
<td class="text-start">
|
|
10039
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10040
|
+
type="button"
|
|
10041
|
+
>
|
|
10042
|
+
<span class="v-btn__content">
|
|
10043
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10044
|
+
aria-hidden="true"
|
|
10045
|
+
>
|
|
10046
|
+
</i>
|
|
10047
|
+
</span>
|
|
10048
|
+
</button>
|
|
10049
|
+
: 305
|
|
10050
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10051
|
+
type="button"
|
|
10052
|
+
>
|
|
10053
|
+
<span class="v-btn__content">
|
|
10054
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10055
|
+
aria-hidden="true"
|
|
10056
|
+
>
|
|
10057
|
+
</i>
|
|
10058
|
+
</span>
|
|
10059
|
+
</button>
|
|
10060
|
+
</td>
|
|
10061
|
+
</tr>
|
|
10062
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10063
|
+
<td class="v-data-table__mobile-row">
|
|
10064
|
+
<div class="v-data-table__mobile-row__header">
|
|
10065
|
+
Dessert (100g serving)
|
|
10066
|
+
</div>
|
|
10067
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10068
|
+
Cupcake
|
|
10069
|
+
</div>
|
|
10070
|
+
</td>
|
|
10071
|
+
<td class="v-data-table__mobile-row">
|
|
10072
|
+
<div class="v-data-table__mobile-row__header">
|
|
10073
|
+
Calories
|
|
10074
|
+
</div>
|
|
10075
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10076
|
+
305
|
|
10077
|
+
</div>
|
|
10078
|
+
</td>
|
|
10079
|
+
<td class="v-data-table__mobile-row">
|
|
10080
|
+
<div class="v-data-table__mobile-row__header">
|
|
10081
|
+
Fat (g)
|
|
10082
|
+
</div>
|
|
10083
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10084
|
+
3.7
|
|
10085
|
+
</div>
|
|
10086
|
+
</td>
|
|
10087
|
+
<td class="v-data-table__mobile-row">
|
|
10088
|
+
<div class="v-data-table__mobile-row__header">
|
|
10089
|
+
Carbs (g)
|
|
10090
|
+
</div>
|
|
10091
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10092
|
+
67
|
|
10093
|
+
</div>
|
|
10094
|
+
</td>
|
|
10095
|
+
<td class="v-data-table__mobile-row">
|
|
10096
|
+
<div class="v-data-table__mobile-row__header">
|
|
10097
|
+
Protein (g)
|
|
10098
|
+
</div>
|
|
10099
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10100
|
+
4.3
|
|
10101
|
+
</div>
|
|
10102
|
+
</td>
|
|
10103
|
+
<td class="v-data-table__mobile-row">
|
|
10104
|
+
<div class="v-data-table__mobile-row__header">
|
|
10105
|
+
Iron (%)
|
|
10106
|
+
</div>
|
|
10107
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10108
|
+
8%
|
|
10109
|
+
</div>
|
|
10110
|
+
</td>
|
|
10111
|
+
</tr>
|
|
10112
|
+
<tr class="v-row-group__summary">
|
|
10113
|
+
<div>
|
|
10114
|
+
summary
|
|
10115
|
+
</div>
|
|
10116
|
+
</tr>
|
|
10117
|
+
<tr class="v-row-group__header">
|
|
10118
|
+
<td class="text-start">
|
|
10119
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10120
|
+
type="button"
|
|
10121
|
+
>
|
|
10122
|
+
<span class="v-btn__content">
|
|
10123
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10124
|
+
aria-hidden="true"
|
|
10125
|
+
>
|
|
10126
|
+
</i>
|
|
10127
|
+
</span>
|
|
10128
|
+
</button>
|
|
10129
|
+
: 356
|
|
10130
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10131
|
+
type="button"
|
|
10132
|
+
>
|
|
10133
|
+
<span class="v-btn__content">
|
|
10134
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10135
|
+
aria-hidden="true"
|
|
10136
|
+
>
|
|
10137
|
+
</i>
|
|
10138
|
+
</span>
|
|
10139
|
+
</button>
|
|
10140
|
+
</td>
|
|
10141
|
+
</tr>
|
|
10142
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10143
|
+
<td class="v-data-table__mobile-row">
|
|
10144
|
+
<div class="v-data-table__mobile-row__header">
|
|
10145
|
+
Dessert (100g serving)
|
|
10146
|
+
</div>
|
|
10147
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10148
|
+
Gingerbread
|
|
10149
|
+
</div>
|
|
10150
|
+
</td>
|
|
10151
|
+
<td class="v-data-table__mobile-row">
|
|
10152
|
+
<div class="v-data-table__mobile-row__header">
|
|
10153
|
+
Calories
|
|
10154
|
+
</div>
|
|
10155
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10156
|
+
356
|
|
10157
|
+
</div>
|
|
10158
|
+
</td>
|
|
10159
|
+
<td class="v-data-table__mobile-row">
|
|
10160
|
+
<div class="v-data-table__mobile-row__header">
|
|
10161
|
+
Fat (g)
|
|
10162
|
+
</div>
|
|
10163
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10164
|
+
16
|
|
10165
|
+
</div>
|
|
10166
|
+
</td>
|
|
10167
|
+
<td class="v-data-table__mobile-row">
|
|
10168
|
+
<div class="v-data-table__mobile-row__header">
|
|
10169
|
+
Carbs (g)
|
|
10170
|
+
</div>
|
|
10171
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10172
|
+
49
|
|
10173
|
+
</div>
|
|
10174
|
+
</td>
|
|
10175
|
+
<td class="v-data-table__mobile-row">
|
|
10176
|
+
<div class="v-data-table__mobile-row__header">
|
|
10177
|
+
Protein (g)
|
|
10178
|
+
</div>
|
|
10179
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10180
|
+
3.9
|
|
10181
|
+
</div>
|
|
10182
|
+
</td>
|
|
10183
|
+
<td class="v-data-table__mobile-row">
|
|
10184
|
+
<div class="v-data-table__mobile-row__header">
|
|
10185
|
+
Iron (%)
|
|
10186
|
+
</div>
|
|
10187
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10188
|
+
16%
|
|
10189
|
+
</div>
|
|
10190
|
+
</td>
|
|
10191
|
+
</tr>
|
|
10192
|
+
<tr class="v-row-group__summary">
|
|
10193
|
+
<div>
|
|
10194
|
+
summary
|
|
10195
|
+
</div>
|
|
10196
|
+
</tr>
|
|
10197
|
+
</tbody>
|
|
10198
|
+
</table>
|
|
10199
|
+
</div>
|
|
10200
|
+
<div class="v-data-footer">
|
|
10201
|
+
<div class="v-data-footer__select">
|
|
10202
|
+
Rows per page:
|
|
10203
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select"
|
|
10204
|
+
aria-label="Rows per page:"
|
|
10205
|
+
>
|
|
10206
|
+
<div class="v-input__control">
|
|
10207
|
+
<div role="button"
|
|
10208
|
+
aria-haspopup="listbox"
|
|
10209
|
+
aria-expanded="false"
|
|
10210
|
+
aria-owns="list-286"
|
|
10211
|
+
class="v-input__slot"
|
|
10212
|
+
>
|
|
10213
|
+
<div class="v-select__slot">
|
|
10214
|
+
<div class="v-select__selections">
|
|
10215
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
10216
|
+
5
|
|
10217
|
+
</div>
|
|
10218
|
+
<input aria-label="Rows per page:"
|
|
10219
|
+
aria-readonly="false"
|
|
10220
|
+
autocomplete="off"
|
|
10221
|
+
id="input-286"
|
|
10222
|
+
readonly
|
|
10223
|
+
type="text"
|
|
10224
|
+
>
|
|
10225
|
+
</div>
|
|
10226
|
+
<div class="v-input__append-inner">
|
|
10227
|
+
<div class="v-input__icon v-input__icon--append">
|
|
10228
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10229
|
+
aria-hidden="true"
|
|
10230
|
+
>
|
|
10231
|
+
</i>
|
|
10232
|
+
</div>
|
|
10233
|
+
</div>
|
|
10234
|
+
<input type="hidden"
|
|
10235
|
+
value="5"
|
|
10236
|
+
>
|
|
10237
|
+
</div>
|
|
10238
|
+
<div class="v-menu">
|
|
10239
|
+
</div>
|
|
10240
|
+
</div>
|
|
10241
|
+
</div>
|
|
10242
|
+
</div>
|
|
10243
|
+
</div>
|
|
10244
|
+
<div class="v-data-footer__pagination">
|
|
10245
|
+
1-5 of 10
|
|
10246
|
+
</div>
|
|
10247
|
+
<div class="v-data-footer__icons-before">
|
|
10248
|
+
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10249
|
+
type="button"
|
|
10250
|
+
disabled
|
|
10251
|
+
aria-label="Previous page"
|
|
10252
|
+
>
|
|
10253
|
+
<span class="v-btn__content">
|
|
10254
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10255
|
+
aria-hidden="true"
|
|
10256
|
+
>
|
|
10257
|
+
</i>
|
|
10258
|
+
</span>
|
|
10259
|
+
</button>
|
|
10260
|
+
</div>
|
|
10261
|
+
<div class="v-data-footer__icons-after">
|
|
10262
|
+
<button class="v-btn v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10263
|
+
type="button"
|
|
10264
|
+
aria-label="Next page"
|
|
10265
|
+
>
|
|
10266
|
+
<span class="v-btn__content">
|
|
10267
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10268
|
+
aria-hidden="true"
|
|
10269
|
+
>
|
|
10270
|
+
</i>
|
|
10271
|
+
</span>
|
|
10272
|
+
</button>
|
|
10273
|
+
</div>
|
|
10274
|
+
</div>
|
|
10275
|
+
</div>
|
|
10276
|
+
`;
|
|
10277
|
+
|
|
10278
|
+
exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
10279
|
+
<div class="v-data-table v-data-table--has-top v-data-table--has-bottom theme--light v-data-table--mobile">
|
|
10280
|
+
<div class="v-data-table__wrapper">
|
|
10281
|
+
<table>
|
|
10282
|
+
<colgroup>
|
|
10283
|
+
<col class>
|
|
10284
|
+
<col class>
|
|
10285
|
+
<col class>
|
|
10286
|
+
<col class>
|
|
10287
|
+
<col class>
|
|
10288
|
+
<col class>
|
|
10289
|
+
</colgroup>
|
|
10290
|
+
<thead class="v-data-table-header v-data-table-header-mobile">
|
|
10291
|
+
<tr>
|
|
10292
|
+
<th>
|
|
10293
|
+
<div class="v-data-table-header-mobile__wrapper">
|
|
10294
|
+
<div class="v-input v-input--hide-details theme--light v-text-field v-select">
|
|
10295
|
+
<div class="v-input__control">
|
|
10296
|
+
<div role="button"
|
|
10297
|
+
aria-haspopup="listbox"
|
|
10298
|
+
aria-expanded="false"
|
|
10299
|
+
aria-owns="list-324"
|
|
10300
|
+
class="v-input__slot"
|
|
10301
|
+
>
|
|
10302
|
+
<div class="v-select__slot">
|
|
10303
|
+
<label class="v-label theme--light"
|
|
10304
|
+
for="input-324"
|
|
10305
|
+
aria-hidden="false"
|
|
10306
|
+
style="right: 0px; position: absolute;"
|
|
10307
|
+
>
|
|
10308
|
+
Sort by
|
|
10309
|
+
</label>
|
|
10310
|
+
<div class="v-select__selections">
|
|
10311
|
+
<input aria-readonly="false"
|
|
10312
|
+
autocomplete="off"
|
|
10313
|
+
id="input-324"
|
|
10314
|
+
readonly
|
|
10315
|
+
type="text"
|
|
10316
|
+
>
|
|
10317
|
+
</div>
|
|
10318
|
+
<div class="v-input__append-inner">
|
|
10319
|
+
<div class="v-input__icon v-input__icon--append">
|
|
10320
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10321
|
+
aria-hidden="true"
|
|
10322
|
+
>
|
|
10323
|
+
</i>
|
|
10324
|
+
</div>
|
|
10325
|
+
</div>
|
|
10326
|
+
<input type="hidden">
|
|
10327
|
+
</div>
|
|
10328
|
+
<div class="v-menu">
|
|
10329
|
+
</div>
|
|
10330
|
+
</div>
|
|
10331
|
+
</div>
|
|
10332
|
+
</div>
|
|
10333
|
+
</div>
|
|
10334
|
+
</th>
|
|
10335
|
+
</tr>
|
|
10336
|
+
</thead>
|
|
10337
|
+
<tbody>
|
|
10338
|
+
<tr class="v-row-group__header">
|
|
10339
|
+
<td class="text-start">
|
|
10340
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10341
|
+
type="button"
|
|
10342
|
+
>
|
|
10343
|
+
<span class="v-btn__content">
|
|
10344
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10345
|
+
aria-hidden="true"
|
|
10346
|
+
>
|
|
10347
|
+
</i>
|
|
10348
|
+
</span>
|
|
10349
|
+
</button>
|
|
10350
|
+
: 0
|
|
10351
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10352
|
+
type="button"
|
|
10353
|
+
>
|
|
10354
|
+
<span class="v-btn__content">
|
|
10355
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10356
|
+
aria-hidden="true"
|
|
10357
|
+
>
|
|
10358
|
+
</i>
|
|
10359
|
+
</span>
|
|
10360
|
+
</button>
|
|
10361
|
+
</td>
|
|
10362
|
+
</tr>
|
|
10363
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10364
|
+
<td class="v-data-table__mobile-row">
|
|
10365
|
+
<div class="v-data-table__mobile-row__header">
|
|
10366
|
+
Dessert (100g serving)
|
|
10367
|
+
</div>
|
|
10368
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10369
|
+
Jelly bean
|
|
10370
|
+
</div>
|
|
10371
|
+
</td>
|
|
10372
|
+
<td class="v-data-table__mobile-row">
|
|
10373
|
+
<div class="v-data-table__mobile-row__header">
|
|
10374
|
+
Calories
|
|
10375
|
+
</div>
|
|
10376
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10377
|
+
375
|
|
10378
|
+
</div>
|
|
10379
|
+
</td>
|
|
10380
|
+
<td class="v-data-table__mobile-row">
|
|
10381
|
+
<div class="v-data-table__mobile-row__header">
|
|
10382
|
+
Fat (g)
|
|
10383
|
+
</div>
|
|
10384
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10385
|
+
0
|
|
10386
|
+
</div>
|
|
10387
|
+
</td>
|
|
10388
|
+
<td class="v-data-table__mobile-row">
|
|
10389
|
+
<div class="v-data-table__mobile-row__header">
|
|
10390
|
+
Carbs (g)
|
|
10391
|
+
</div>
|
|
10392
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10393
|
+
94
|
|
10394
|
+
</div>
|
|
10395
|
+
</td>
|
|
10396
|
+
<td class="v-data-table__mobile-row">
|
|
10397
|
+
<div class="v-data-table__mobile-row__header">
|
|
10398
|
+
Protein (g)
|
|
10399
|
+
</div>
|
|
10400
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10401
|
+
0
|
|
10402
|
+
</div>
|
|
10403
|
+
</td>
|
|
10404
|
+
<td class="v-data-table__mobile-row">
|
|
10405
|
+
<div class="v-data-table__mobile-row__header">
|
|
10406
|
+
Iron (%)
|
|
10407
|
+
</div>
|
|
10408
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10409
|
+
0%
|
|
10410
|
+
</div>
|
|
10411
|
+
</td>
|
|
10412
|
+
</tr>
|
|
10413
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10414
|
+
<td class="v-data-table__mobile-row">
|
|
10415
|
+
<div class="v-data-table__mobile-row__header">
|
|
10416
|
+
Dessert (100g serving)
|
|
10417
|
+
</div>
|
|
10418
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10419
|
+
Lollipop
|
|
10420
|
+
</div>
|
|
10421
|
+
</td>
|
|
10422
|
+
<td class="v-data-table__mobile-row">
|
|
10423
|
+
<div class="v-data-table__mobile-row__header">
|
|
10424
|
+
Calories
|
|
10425
|
+
</div>
|
|
10426
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10427
|
+
392
|
|
10428
|
+
</div>
|
|
10429
|
+
</td>
|
|
10430
|
+
<td class="v-data-table__mobile-row">
|
|
10431
|
+
<div class="v-data-table__mobile-row__header">
|
|
10432
|
+
Fat (g)
|
|
10433
|
+
</div>
|
|
10434
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10435
|
+
0.2
|
|
10436
|
+
</div>
|
|
10437
|
+
</td>
|
|
10438
|
+
<td class="v-data-table__mobile-row">
|
|
10439
|
+
<div class="v-data-table__mobile-row__header">
|
|
10440
|
+
Carbs (g)
|
|
10441
|
+
</div>
|
|
10442
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10443
|
+
98
|
|
10444
|
+
</div>
|
|
10445
|
+
</td>
|
|
10446
|
+
<td class="v-data-table__mobile-row">
|
|
10447
|
+
<div class="v-data-table__mobile-row__header">
|
|
10448
|
+
Protein (g)
|
|
10449
|
+
</div>
|
|
10450
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10451
|
+
0
|
|
10452
|
+
</div>
|
|
10453
|
+
</td>
|
|
10454
|
+
<td class="v-data-table__mobile-row">
|
|
10455
|
+
<div class="v-data-table__mobile-row__header">
|
|
10456
|
+
Iron (%)
|
|
10457
|
+
</div>
|
|
10458
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10459
|
+
2%
|
|
10460
|
+
</div>
|
|
10461
|
+
</td>
|
|
10462
|
+
</tr>
|
|
10463
|
+
<tr class="v-row-group__header">
|
|
10464
|
+
<td class="text-start">
|
|
10465
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10466
|
+
type="button"
|
|
10467
|
+
>
|
|
10468
|
+
<span class="v-btn__content">
|
|
10469
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10470
|
+
aria-hidden="true"
|
|
10471
|
+
>
|
|
10472
|
+
</i>
|
|
10473
|
+
</span>
|
|
10474
|
+
</button>
|
|
10475
|
+
: 3.9
|
|
10476
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10477
|
+
type="button"
|
|
10478
|
+
>
|
|
10479
|
+
<span class="v-btn__content">
|
|
10480
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10481
|
+
aria-hidden="true"
|
|
10482
|
+
>
|
|
10483
|
+
</i>
|
|
10484
|
+
</span>
|
|
10485
|
+
</button>
|
|
10486
|
+
</td>
|
|
10487
|
+
</tr>
|
|
10488
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10489
|
+
<td class="v-data-table__mobile-row">
|
|
10490
|
+
<div class="v-data-table__mobile-row__header">
|
|
10491
|
+
Dessert (100g serving)
|
|
10492
|
+
</div>
|
|
10493
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10494
|
+
Gingerbread
|
|
10495
|
+
</div>
|
|
10496
|
+
</td>
|
|
10497
|
+
<td class="v-data-table__mobile-row">
|
|
10498
|
+
<div class="v-data-table__mobile-row__header">
|
|
10499
|
+
Calories
|
|
10500
|
+
</div>
|
|
10501
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10502
|
+
356
|
|
10503
|
+
</div>
|
|
10504
|
+
</td>
|
|
10505
|
+
<td class="v-data-table__mobile-row">
|
|
10506
|
+
<div class="v-data-table__mobile-row__header">
|
|
10507
|
+
Fat (g)
|
|
10508
|
+
</div>
|
|
10509
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10510
|
+
16
|
|
10511
|
+
</div>
|
|
10512
|
+
</td>
|
|
10513
|
+
<td class="v-data-table__mobile-row">
|
|
10514
|
+
<div class="v-data-table__mobile-row__header">
|
|
10515
|
+
Carbs (g)
|
|
10516
|
+
</div>
|
|
10517
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10518
|
+
49
|
|
10519
|
+
</div>
|
|
10520
|
+
</td>
|
|
10521
|
+
<td class="v-data-table__mobile-row">
|
|
10522
|
+
<div class="v-data-table__mobile-row__header">
|
|
10523
|
+
Protein (g)
|
|
10524
|
+
</div>
|
|
10525
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10526
|
+
3.9
|
|
10527
|
+
</div>
|
|
10528
|
+
</td>
|
|
10529
|
+
<td class="v-data-table__mobile-row">
|
|
10530
|
+
<div class="v-data-table__mobile-row__header">
|
|
10531
|
+
Iron (%)
|
|
10532
|
+
</div>
|
|
10533
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10534
|
+
16%
|
|
10535
|
+
</div>
|
|
10536
|
+
</td>
|
|
10537
|
+
</tr>
|
|
10538
|
+
<tr class="v-row-group__header">
|
|
10539
|
+
<td class="text-start">
|
|
10540
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10541
|
+
type="button"
|
|
10542
|
+
>
|
|
10543
|
+
<span class="v-btn__content">
|
|
10544
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10545
|
+
aria-hidden="true"
|
|
10546
|
+
>
|
|
10547
|
+
</i>
|
|
10548
|
+
</span>
|
|
10549
|
+
</button>
|
|
10550
|
+
: 4
|
|
10551
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10552
|
+
type="button"
|
|
10553
|
+
>
|
|
10554
|
+
<span class="v-btn__content">
|
|
10555
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10556
|
+
aria-hidden="true"
|
|
10557
|
+
>
|
|
10558
|
+
</i>
|
|
10559
|
+
</span>
|
|
10560
|
+
</button>
|
|
10561
|
+
</td>
|
|
10562
|
+
</tr>
|
|
10563
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10564
|
+
<td class="v-data-table__mobile-row">
|
|
10565
|
+
<div class="v-data-table__mobile-row__header">
|
|
10566
|
+
Dessert (100g serving)
|
|
10567
|
+
</div>
|
|
10568
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10569
|
+
Frozen Yogurt
|
|
10570
|
+
</div>
|
|
10571
|
+
</td>
|
|
10572
|
+
<td class="v-data-table__mobile-row">
|
|
10573
|
+
<div class="v-data-table__mobile-row__header">
|
|
10574
|
+
Calories
|
|
10575
|
+
</div>
|
|
10576
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10577
|
+
159
|
|
10578
|
+
</div>
|
|
10579
|
+
</td>
|
|
10580
|
+
<td class="v-data-table__mobile-row">
|
|
10581
|
+
<div class="v-data-table__mobile-row__header">
|
|
10582
|
+
Fat (g)
|
|
10583
|
+
</div>
|
|
10584
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10585
|
+
6
|
|
10586
|
+
</div>
|
|
10587
|
+
</td>
|
|
10588
|
+
<td class="v-data-table__mobile-row">
|
|
10589
|
+
<div class="v-data-table__mobile-row__header">
|
|
10590
|
+
Carbs (g)
|
|
10591
|
+
</div>
|
|
10592
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10593
|
+
24
|
|
10594
|
+
</div>
|
|
10595
|
+
</td>
|
|
10596
|
+
<td class="v-data-table__mobile-row">
|
|
10597
|
+
<div class="v-data-table__mobile-row__header">
|
|
10598
|
+
Protein (g)
|
|
10599
|
+
</div>
|
|
10600
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10601
|
+
4
|
|
10602
|
+
</div>
|
|
10603
|
+
</td>
|
|
10604
|
+
<td class="v-data-table__mobile-row">
|
|
10605
|
+
<div class="v-data-table__mobile-row__header">
|
|
10606
|
+
Iron (%)
|
|
10607
|
+
</div>
|
|
10608
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10609
|
+
1%
|
|
10610
|
+
</div>
|
|
10611
|
+
</td>
|
|
10612
|
+
</tr>
|
|
10613
|
+
<tr class="v-row-group__header">
|
|
10614
|
+
<td class="text-start">
|
|
10615
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10616
|
+
type="button"
|
|
10617
|
+
>
|
|
10618
|
+
<span class="v-btn__content">
|
|
10619
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10620
|
+
aria-hidden="true"
|
|
10621
|
+
>
|
|
10622
|
+
</i>
|
|
10623
|
+
</span>
|
|
10624
|
+
</button>
|
|
10625
|
+
: 4.3
|
|
10626
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
10627
|
+
type="button"
|
|
10628
|
+
>
|
|
10629
|
+
<span class="v-btn__content">
|
|
10630
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10631
|
+
aria-hidden="true"
|
|
10632
|
+
>
|
|
10633
|
+
</i>
|
|
10634
|
+
</span>
|
|
10635
|
+
</button>
|
|
10636
|
+
</td>
|
|
10637
|
+
</tr>
|
|
10638
|
+
<tr class="v-data-table__mobile-table-row">
|
|
10639
|
+
<td class="v-data-table__mobile-row">
|
|
10640
|
+
<div class="v-data-table__mobile-row__header">
|
|
10641
|
+
Dessert (100g serving)
|
|
10642
|
+
</div>
|
|
10643
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10644
|
+
Ice cream sandwich
|
|
10645
|
+
</div>
|
|
10646
|
+
</td>
|
|
10647
|
+
<td class="v-data-table__mobile-row">
|
|
10648
|
+
<div class="v-data-table__mobile-row__header">
|
|
10649
|
+
Calories
|
|
10650
|
+
</div>
|
|
10651
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10652
|
+
237
|
|
10653
|
+
</div>
|
|
10654
|
+
</td>
|
|
10655
|
+
<td class="v-data-table__mobile-row">
|
|
10656
|
+
<div class="v-data-table__mobile-row__header">
|
|
10657
|
+
Fat (g)
|
|
10658
|
+
</div>
|
|
10659
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10660
|
+
9
|
|
10661
|
+
</div>
|
|
10662
|
+
</td>
|
|
10663
|
+
<td class="v-data-table__mobile-row">
|
|
10664
|
+
<div class="v-data-table__mobile-row__header">
|
|
10665
|
+
Carbs (g)
|
|
10666
|
+
</div>
|
|
10667
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10668
|
+
37
|
|
10669
|
+
</div>
|
|
10670
|
+
</td>
|
|
10671
|
+
<td class="v-data-table__mobile-row">
|
|
10672
|
+
<div class="v-data-table__mobile-row__header">
|
|
10673
|
+
Protein (g)
|
|
10674
|
+
</div>
|
|
10675
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10676
|
+
4.3
|
|
10677
|
+
</div>
|
|
10678
|
+
</td>
|
|
10679
|
+
<td class="v-data-table__mobile-row">
|
|
10680
|
+
<div class="v-data-table__mobile-row__header">
|
|
10681
|
+
Iron (%)
|
|
10682
|
+
</div>
|
|
10683
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10684
|
+
1%
|
|
10685
|
+
</div>
|
|
10686
|
+
</td>
|
|
10687
|
+
</tr>
|
|
10688
|
+
</tbody>
|
|
10689
|
+
</table>
|
|
10690
|
+
</div>
|
|
10691
|
+
<div class="v-data-footer">
|
|
10692
|
+
<div class="v-data-footer__select">
|
|
10693
|
+
Rows per page:
|
|
10694
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select"
|
|
10695
|
+
aria-label="Rows per page:"
|
|
10696
|
+
>
|
|
10697
|
+
<div class="v-input__control">
|
|
10698
|
+
<div role="button"
|
|
10699
|
+
aria-haspopup="listbox"
|
|
10700
|
+
aria-expanded="false"
|
|
10701
|
+
aria-owns="list-363"
|
|
10702
|
+
class="v-input__slot"
|
|
10703
|
+
>
|
|
10704
|
+
<div class="v-select__slot">
|
|
10705
|
+
<div class="v-select__selections">
|
|
10706
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
10707
|
+
5
|
|
10708
|
+
</div>
|
|
10709
|
+
<input aria-label="Rows per page:"
|
|
10710
|
+
aria-readonly="false"
|
|
10711
|
+
autocomplete="off"
|
|
10712
|
+
id="input-363"
|
|
10713
|
+
readonly
|
|
10714
|
+
type="text"
|
|
10715
|
+
>
|
|
10716
|
+
</div>
|
|
10717
|
+
<div class="v-input__append-inner">
|
|
10718
|
+
<div class="v-input__icon v-input__icon--append">
|
|
10719
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10720
|
+
aria-hidden="true"
|
|
10721
|
+
>
|
|
10722
|
+
</i>
|
|
10723
|
+
</div>
|
|
10724
|
+
</div>
|
|
10725
|
+
<input type="hidden"
|
|
10726
|
+
value="5"
|
|
10727
|
+
>
|
|
10728
|
+
</div>
|
|
10729
|
+
<div class="v-menu">
|
|
10730
|
+
</div>
|
|
10731
|
+
</div>
|
|
10732
|
+
</div>
|
|
10733
|
+
</div>
|
|
10734
|
+
</div>
|
|
10735
|
+
<div class="v-data-footer__pagination">
|
|
10736
|
+
1-5 of 10
|
|
10737
|
+
</div>
|
|
9932
10738
|
<div class="v-data-footer__icons-before">
|
|
9933
10739
|
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
9934
10740
|
type="button"
|
|
@@ -9981,12 +10787,12 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
9981
10787
|
<div role="button"
|
|
9982
10788
|
aria-haspopup="listbox"
|
|
9983
10789
|
aria-expanded="false"
|
|
9984
|
-
aria-owns="list-
|
|
10790
|
+
aria-owns="list-302"
|
|
9985
10791
|
class="v-input__slot"
|
|
9986
10792
|
>
|
|
9987
10793
|
<div class="v-select__slot">
|
|
9988
10794
|
<label class="v-label theme--light"
|
|
9989
|
-
for="input-
|
|
10795
|
+
for="input-302"
|
|
9990
10796
|
aria-hidden="false"
|
|
9991
10797
|
style="right: 0px; position: absolute;"
|
|
9992
10798
|
>
|
|
@@ -9995,7 +10801,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
9995
10801
|
<div class="v-select__selections">
|
|
9996
10802
|
<input aria-readonly="false"
|
|
9997
10803
|
autocomplete="off"
|
|
9998
|
-
id="input-
|
|
10804
|
+
id="input-302"
|
|
9999
10805
|
readonly
|
|
10000
10806
|
type="text"
|
|
10001
10807
|
>
|
|
@@ -10048,7 +10854,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10048
10854
|
<div role="button"
|
|
10049
10855
|
aria-haspopup="listbox"
|
|
10050
10856
|
aria-expanded="false"
|
|
10051
|
-
aria-owns="list-
|
|
10857
|
+
aria-owns="list-308"
|
|
10052
10858
|
class="v-input__slot"
|
|
10053
10859
|
>
|
|
10054
10860
|
<div class="v-select__slot">
|
|
@@ -10059,7 +10865,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10059
10865
|
<input aria-label="Rows per page:"
|
|
10060
10866
|
aria-readonly="false"
|
|
10061
10867
|
autocomplete="off"
|
|
10062
|
-
id="input-
|
|
10868
|
+
id="input-308"
|
|
10063
10869
|
readonly
|
|
10064
10870
|
type="text"
|
|
10065
10871
|
>
|
|
@@ -10076,106 +10882,381 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10076
10882
|
value="5"
|
|
10077
10883
|
>
|
|
10078
10884
|
</div>
|
|
10079
|
-
<div class="v-menu">
|
|
10885
|
+
<div class="v-menu">
|
|
10886
|
+
</div>
|
|
10887
|
+
</div>
|
|
10888
|
+
</div>
|
|
10889
|
+
</div>
|
|
10890
|
+
</div>
|
|
10891
|
+
<div class="v-data-footer__pagination">
|
|
10892
|
+
1-5 of 10
|
|
10893
|
+
</div>
|
|
10894
|
+
<div class="v-data-footer__icons-before">
|
|
10895
|
+
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10896
|
+
type="button"
|
|
10897
|
+
disabled
|
|
10898
|
+
aria-label="Previous page"
|
|
10899
|
+
>
|
|
10900
|
+
<span class="v-btn__content">
|
|
10901
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10902
|
+
aria-hidden="true"
|
|
10903
|
+
>
|
|
10904
|
+
</i>
|
|
10905
|
+
</span>
|
|
10906
|
+
</button>
|
|
10907
|
+
</div>
|
|
10908
|
+
<div class="v-data-footer__icons-after">
|
|
10909
|
+
<button class="v-btn v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10910
|
+
type="button"
|
|
10911
|
+
aria-label="Next page"
|
|
10912
|
+
>
|
|
10913
|
+
<span class="v-btn__content">
|
|
10914
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10915
|
+
aria-hidden="true"
|
|
10916
|
+
>
|
|
10917
|
+
</i>
|
|
10918
|
+
</span>
|
|
10919
|
+
</button>
|
|
10920
|
+
</div>
|
|
10921
|
+
</div>
|
|
10922
|
+
</div>
|
|
10923
|
+
`;
|
|
10924
|
+
|
|
10925
|
+
exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
10926
|
+
<div class="v-data-table v-data-table--has-top v-data-table--has-bottom theme--light v-data-table--mobile">
|
|
10927
|
+
<div class="v-data-table__wrapper">
|
|
10928
|
+
<table>
|
|
10929
|
+
<colgroup>
|
|
10930
|
+
<col class>
|
|
10931
|
+
<col class>
|
|
10932
|
+
<col class>
|
|
10933
|
+
<col class>
|
|
10934
|
+
<col class>
|
|
10935
|
+
<col class>
|
|
10936
|
+
</colgroup>
|
|
10937
|
+
<thead class="v-data-table-header v-data-table-header-mobile">
|
|
10938
|
+
<tr>
|
|
10939
|
+
<th>
|
|
10940
|
+
<div class="v-data-table-header-mobile__wrapper">
|
|
10941
|
+
<div class="v-input v-input--hide-details theme--light v-text-field v-select">
|
|
10942
|
+
<div class="v-input__control">
|
|
10943
|
+
<div role="button"
|
|
10944
|
+
aria-haspopup="listbox"
|
|
10945
|
+
aria-expanded="false"
|
|
10946
|
+
aria-owns="list-208"
|
|
10947
|
+
class="v-input__slot"
|
|
10948
|
+
>
|
|
10949
|
+
<div class="v-select__slot">
|
|
10950
|
+
<label class="v-label theme--light"
|
|
10951
|
+
for="input-208"
|
|
10952
|
+
aria-hidden="false"
|
|
10953
|
+
style="right: 0px; position: absolute;"
|
|
10954
|
+
>
|
|
10955
|
+
Sort by
|
|
10956
|
+
</label>
|
|
10957
|
+
<div class="v-select__selections">
|
|
10958
|
+
<input aria-readonly="false"
|
|
10959
|
+
autocomplete="off"
|
|
10960
|
+
id="input-208"
|
|
10961
|
+
readonly
|
|
10962
|
+
type="text"
|
|
10963
|
+
>
|
|
10964
|
+
</div>
|
|
10965
|
+
<div class="v-input__append-inner">
|
|
10966
|
+
<div class="v-input__icon v-input__icon--append">
|
|
10967
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10968
|
+
aria-hidden="true"
|
|
10969
|
+
>
|
|
10970
|
+
</i>
|
|
10971
|
+
</div>
|
|
10972
|
+
</div>
|
|
10973
|
+
<input type="hidden">
|
|
10974
|
+
</div>
|
|
10975
|
+
<div class="v-menu">
|
|
10976
|
+
</div>
|
|
10977
|
+
</div>
|
|
10978
|
+
</div>
|
|
10979
|
+
</div>
|
|
10980
|
+
</div>
|
|
10981
|
+
</th>
|
|
10982
|
+
</tr>
|
|
10983
|
+
</thead>
|
|
10984
|
+
<tbody>
|
|
10985
|
+
<tr class="v-data-table__mobile-table-row v-data-table__expanded v-data-table__expanded__row">
|
|
10986
|
+
<td class="v-data-table__mobile-row">
|
|
10987
|
+
<div class="v-data-table__mobile-row__header">
|
|
10988
|
+
Dessert (100g serving)
|
|
10989
|
+
</div>
|
|
10990
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10991
|
+
Frozen Yogurt
|
|
10992
|
+
</div>
|
|
10993
|
+
</td>
|
|
10994
|
+
<td class="v-data-table__mobile-row">
|
|
10995
|
+
<div class="v-data-table__mobile-row__header">
|
|
10996
|
+
Calories
|
|
10997
|
+
</div>
|
|
10998
|
+
<div class="v-data-table__mobile-row__cell">
|
|
10999
|
+
159
|
|
11000
|
+
</div>
|
|
11001
|
+
</td>
|
|
11002
|
+
<td class="v-data-table__mobile-row">
|
|
11003
|
+
<div class="v-data-table__mobile-row__header">
|
|
11004
|
+
Fat (g)
|
|
11005
|
+
</div>
|
|
11006
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11007
|
+
6
|
|
11008
|
+
</div>
|
|
11009
|
+
</td>
|
|
11010
|
+
<td class="v-data-table__mobile-row">
|
|
11011
|
+
<div class="v-data-table__mobile-row__header">
|
|
11012
|
+
Carbs (g)
|
|
11013
|
+
</div>
|
|
11014
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11015
|
+
24
|
|
11016
|
+
</div>
|
|
11017
|
+
</td>
|
|
11018
|
+
<td class="v-data-table__mobile-row">
|
|
11019
|
+
<div class="v-data-table__mobile-row__header">
|
|
11020
|
+
Protein (g)
|
|
11021
|
+
</div>
|
|
11022
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11023
|
+
4
|
|
11024
|
+
</div>
|
|
11025
|
+
</td>
|
|
11026
|
+
<td class="v-data-table__mobile-row">
|
|
11027
|
+
<div class="v-data-table__mobile-row__header">
|
|
11028
|
+
Iron (%)
|
|
11029
|
+
</div>
|
|
11030
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11031
|
+
1%
|
|
11032
|
+
</div>
|
|
11033
|
+
</td>
|
|
11034
|
+
</tr>
|
|
11035
|
+
<tr class="v-data-table__expanded v-data-table__expanded__content">
|
|
11036
|
+
<div>
|
|
11037
|
+
expanded
|
|
11038
|
+
</div>
|
|
11039
|
+
</tr>
|
|
11040
|
+
<tr class="v-data-table__mobile-table-row v-data-table__expanded v-data-table__expanded__row">
|
|
11041
|
+
<td class="v-data-table__mobile-row">
|
|
11042
|
+
<div class="v-data-table__mobile-row__header">
|
|
11043
|
+
Dessert (100g serving)
|
|
11044
|
+
</div>
|
|
11045
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11046
|
+
Ice cream sandwich
|
|
11047
|
+
</div>
|
|
11048
|
+
</td>
|
|
11049
|
+
<td class="v-data-table__mobile-row">
|
|
11050
|
+
<div class="v-data-table__mobile-row__header">
|
|
11051
|
+
Calories
|
|
11052
|
+
</div>
|
|
11053
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11054
|
+
237
|
|
11055
|
+
</div>
|
|
11056
|
+
</td>
|
|
11057
|
+
<td class="v-data-table__mobile-row">
|
|
11058
|
+
<div class="v-data-table__mobile-row__header">
|
|
11059
|
+
Fat (g)
|
|
11060
|
+
</div>
|
|
11061
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11062
|
+
9
|
|
11063
|
+
</div>
|
|
11064
|
+
</td>
|
|
11065
|
+
<td class="v-data-table__mobile-row">
|
|
11066
|
+
<div class="v-data-table__mobile-row__header">
|
|
11067
|
+
Carbs (g)
|
|
11068
|
+
</div>
|
|
11069
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11070
|
+
37
|
|
11071
|
+
</div>
|
|
11072
|
+
</td>
|
|
11073
|
+
<td class="v-data-table__mobile-row">
|
|
11074
|
+
<div class="v-data-table__mobile-row__header">
|
|
11075
|
+
Protein (g)
|
|
11076
|
+
</div>
|
|
11077
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11078
|
+
4.3
|
|
11079
|
+
</div>
|
|
11080
|
+
</td>
|
|
11081
|
+
<td class="v-data-table__mobile-row">
|
|
11082
|
+
<div class="v-data-table__mobile-row__header">
|
|
11083
|
+
Iron (%)
|
|
11084
|
+
</div>
|
|
11085
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11086
|
+
1%
|
|
11087
|
+
</div>
|
|
11088
|
+
</td>
|
|
11089
|
+
</tr>
|
|
11090
|
+
<tr class="v-data-table__expanded v-data-table__expanded__content">
|
|
11091
|
+
<div>
|
|
11092
|
+
expanded
|
|
11093
|
+
</div>
|
|
11094
|
+
</tr>
|
|
11095
|
+
<tr class="v-data-table__mobile-table-row v-data-table__expanded v-data-table__expanded__row">
|
|
11096
|
+
<td class="v-data-table__mobile-row">
|
|
11097
|
+
<div class="v-data-table__mobile-row__header">
|
|
11098
|
+
Dessert (100g serving)
|
|
11099
|
+
</div>
|
|
11100
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11101
|
+
Eclair
|
|
11102
|
+
</div>
|
|
11103
|
+
</td>
|
|
11104
|
+
<td class="v-data-table__mobile-row">
|
|
11105
|
+
<div class="v-data-table__mobile-row__header">
|
|
11106
|
+
Calories
|
|
11107
|
+
</div>
|
|
11108
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11109
|
+
262
|
|
11110
|
+
</div>
|
|
11111
|
+
</td>
|
|
11112
|
+
<td class="v-data-table__mobile-row">
|
|
11113
|
+
<div class="v-data-table__mobile-row__header">
|
|
11114
|
+
Fat (g)
|
|
11115
|
+
</div>
|
|
11116
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11117
|
+
16
|
|
11118
|
+
</div>
|
|
11119
|
+
</td>
|
|
11120
|
+
<td class="v-data-table__mobile-row">
|
|
11121
|
+
<div class="v-data-table__mobile-row__header">
|
|
11122
|
+
Carbs (g)
|
|
11123
|
+
</div>
|
|
11124
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11125
|
+
23
|
|
11126
|
+
</div>
|
|
11127
|
+
</td>
|
|
11128
|
+
<td class="v-data-table__mobile-row">
|
|
11129
|
+
<div class="v-data-table__mobile-row__header">
|
|
11130
|
+
Protein (g)
|
|
11131
|
+
</div>
|
|
11132
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11133
|
+
6
|
|
11134
|
+
</div>
|
|
11135
|
+
</td>
|
|
11136
|
+
<td class="v-data-table__mobile-row">
|
|
11137
|
+
<div class="v-data-table__mobile-row__header">
|
|
11138
|
+
Iron (%)
|
|
11139
|
+
</div>
|
|
11140
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11141
|
+
7%
|
|
11142
|
+
</div>
|
|
11143
|
+
</td>
|
|
11144
|
+
</tr>
|
|
11145
|
+
<tr class="v-data-table__expanded v-data-table__expanded__content">
|
|
11146
|
+
<div>
|
|
11147
|
+
expanded
|
|
11148
|
+
</div>
|
|
11149
|
+
</tr>
|
|
11150
|
+
<tr class="v-data-table__mobile-table-row v-data-table__expanded v-data-table__expanded__row">
|
|
11151
|
+
<td class="v-data-table__mobile-row">
|
|
11152
|
+
<div class="v-data-table__mobile-row__header">
|
|
11153
|
+
Dessert (100g serving)
|
|
11154
|
+
</div>
|
|
11155
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11156
|
+
Cupcake
|
|
11157
|
+
</div>
|
|
11158
|
+
</td>
|
|
11159
|
+
<td class="v-data-table__mobile-row">
|
|
11160
|
+
<div class="v-data-table__mobile-row__header">
|
|
11161
|
+
Calories
|
|
11162
|
+
</div>
|
|
11163
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11164
|
+
305
|
|
11165
|
+
</div>
|
|
11166
|
+
</td>
|
|
11167
|
+
<td class="v-data-table__mobile-row">
|
|
11168
|
+
<div class="v-data-table__mobile-row__header">
|
|
11169
|
+
Fat (g)
|
|
11170
|
+
</div>
|
|
11171
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11172
|
+
3.7
|
|
11173
|
+
</div>
|
|
11174
|
+
</td>
|
|
11175
|
+
<td class="v-data-table__mobile-row">
|
|
11176
|
+
<div class="v-data-table__mobile-row__header">
|
|
11177
|
+
Carbs (g)
|
|
11178
|
+
</div>
|
|
11179
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11180
|
+
67
|
|
11181
|
+
</div>
|
|
11182
|
+
</td>
|
|
11183
|
+
<td class="v-data-table__mobile-row">
|
|
11184
|
+
<div class="v-data-table__mobile-row__header">
|
|
11185
|
+
Protein (g)
|
|
11186
|
+
</div>
|
|
11187
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11188
|
+
4.3
|
|
11189
|
+
</div>
|
|
11190
|
+
</td>
|
|
11191
|
+
<td class="v-data-table__mobile-row">
|
|
11192
|
+
<div class="v-data-table__mobile-row__header">
|
|
11193
|
+
Iron (%)
|
|
11194
|
+
</div>
|
|
11195
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11196
|
+
8%
|
|
10080
11197
|
</div>
|
|
11198
|
+
</td>
|
|
11199
|
+
</tr>
|
|
11200
|
+
<tr class="v-data-table__expanded v-data-table__expanded__content">
|
|
11201
|
+
<div>
|
|
11202
|
+
expanded
|
|
10081
11203
|
</div>
|
|
10082
|
-
</
|
|
10083
|
-
|
|
10084
|
-
|
|
10085
|
-
|
|
10086
|
-
|
|
10087
|
-
</div>
|
|
10088
|
-
<div class="v-data-footer__icons-before">
|
|
10089
|
-
<button class="v-btn v-btn--disabled v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10090
|
-
type="button"
|
|
10091
|
-
disabled
|
|
10092
|
-
aria-label="Previous page"
|
|
10093
|
-
>
|
|
10094
|
-
<span class="v-btn__content">
|
|
10095
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
10096
|
-
aria-hidden="true"
|
|
10097
|
-
>
|
|
10098
|
-
</i>
|
|
10099
|
-
</span>
|
|
10100
|
-
</button>
|
|
10101
|
-
</div>
|
|
10102
|
-
<div class="v-data-footer__icons-after">
|
|
10103
|
-
<button class="v-btn v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
10104
|
-
type="button"
|
|
10105
|
-
aria-label="Next page"
|
|
10106
|
-
>
|
|
10107
|
-
<span class="v-btn__content">
|
|
10108
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
10109
|
-
aria-hidden="true"
|
|
10110
|
-
>
|
|
10111
|
-
</i>
|
|
10112
|
-
</span>
|
|
10113
|
-
</button>
|
|
10114
|
-
</div>
|
|
10115
|
-
</div>
|
|
10116
|
-
</div>
|
|
10117
|
-
`;
|
|
10118
|
-
|
|
10119
|
-
exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
10120
|
-
<div class="v-data-table v-data-table--has-top v-data-table--has-bottom theme--light v-data-table--mobile">
|
|
10121
|
-
<div class="v-data-table__wrapper">
|
|
10122
|
-
<table>
|
|
10123
|
-
<colgroup>
|
|
10124
|
-
<col class>
|
|
10125
|
-
<col class>
|
|
10126
|
-
<col class>
|
|
10127
|
-
<col class>
|
|
10128
|
-
<col class>
|
|
10129
|
-
<col class>
|
|
10130
|
-
</colgroup>
|
|
10131
|
-
<thead class="v-data-table-header v-data-table-header-mobile">
|
|
10132
|
-
<tr>
|
|
10133
|
-
<th>
|
|
10134
|
-
<div class="v-data-table-header-mobile__wrapper">
|
|
10135
|
-
<div class="v-input v-input--hide-details theme--light v-text-field v-select">
|
|
10136
|
-
<div class="v-input__control">
|
|
10137
|
-
<div role="button"
|
|
10138
|
-
aria-haspopup="listbox"
|
|
10139
|
-
aria-expanded="false"
|
|
10140
|
-
aria-owns="list-208"
|
|
10141
|
-
class="v-input__slot"
|
|
10142
|
-
>
|
|
10143
|
-
<div class="v-select__slot">
|
|
10144
|
-
<label class="v-label theme--light"
|
|
10145
|
-
for="input-208"
|
|
10146
|
-
aria-hidden="false"
|
|
10147
|
-
style="right: 0px; position: absolute;"
|
|
10148
|
-
>
|
|
10149
|
-
Sort by
|
|
10150
|
-
</label>
|
|
10151
|
-
<div class="v-select__selections">
|
|
10152
|
-
<input aria-readonly="false"
|
|
10153
|
-
autocomplete="off"
|
|
10154
|
-
id="input-208"
|
|
10155
|
-
readonly
|
|
10156
|
-
type="text"
|
|
10157
|
-
>
|
|
10158
|
-
</div>
|
|
10159
|
-
<div class="v-input__append-inner">
|
|
10160
|
-
<div class="v-input__icon v-input__icon--append">
|
|
10161
|
-
<i class="v-icon notranslate theme--light material-icons"
|
|
10162
|
-
aria-hidden="true"
|
|
10163
|
-
>
|
|
10164
|
-
</i>
|
|
10165
|
-
</div>
|
|
10166
|
-
</div>
|
|
10167
|
-
<input type="hidden">
|
|
10168
|
-
</div>
|
|
10169
|
-
<div class="v-menu">
|
|
10170
|
-
</div>
|
|
10171
|
-
</div>
|
|
10172
|
-
</div>
|
|
10173
|
-
</div>
|
|
11204
|
+
</tr>
|
|
11205
|
+
<tr class="v-data-table__mobile-table-row v-data-table__expanded v-data-table__expanded__row">
|
|
11206
|
+
<td class="v-data-table__mobile-row">
|
|
11207
|
+
<div class="v-data-table__mobile-row__header">
|
|
11208
|
+
Dessert (100g serving)
|
|
10174
11209
|
</div>
|
|
10175
|
-
|
|
11210
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11211
|
+
Gingerbread
|
|
11212
|
+
</div>
|
|
11213
|
+
</td>
|
|
11214
|
+
<td class="v-data-table__mobile-row">
|
|
11215
|
+
<div class="v-data-table__mobile-row__header">
|
|
11216
|
+
Calories
|
|
11217
|
+
</div>
|
|
11218
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11219
|
+
356
|
|
11220
|
+
</div>
|
|
11221
|
+
</td>
|
|
11222
|
+
<td class="v-data-table__mobile-row">
|
|
11223
|
+
<div class="v-data-table__mobile-row__header">
|
|
11224
|
+
Fat (g)
|
|
11225
|
+
</div>
|
|
11226
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11227
|
+
16
|
|
11228
|
+
</div>
|
|
11229
|
+
</td>
|
|
11230
|
+
<td class="v-data-table__mobile-row">
|
|
11231
|
+
<div class="v-data-table__mobile-row__header">
|
|
11232
|
+
Carbs (g)
|
|
11233
|
+
</div>
|
|
11234
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11235
|
+
49
|
|
11236
|
+
</div>
|
|
11237
|
+
</td>
|
|
11238
|
+
<td class="v-data-table__mobile-row">
|
|
11239
|
+
<div class="v-data-table__mobile-row__header">
|
|
11240
|
+
Protein (g)
|
|
11241
|
+
</div>
|
|
11242
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11243
|
+
3.9
|
|
11244
|
+
</div>
|
|
11245
|
+
</td>
|
|
11246
|
+
<td class="v-data-table__mobile-row">
|
|
11247
|
+
<div class="v-data-table__mobile-row__header">
|
|
11248
|
+
Iron (%)
|
|
11249
|
+
</div>
|
|
11250
|
+
<div class="v-data-table__mobile-row__cell">
|
|
11251
|
+
16%
|
|
11252
|
+
</div>
|
|
11253
|
+
</td>
|
|
11254
|
+
</tr>
|
|
11255
|
+
<tr class="v-data-table__expanded v-data-table__expanded__content">
|
|
11256
|
+
<div>
|
|
11257
|
+
expanded
|
|
11258
|
+
</div>
|
|
10176
11259
|
</tr>
|
|
10177
|
-
</thead>
|
|
10178
|
-
<tbody>
|
|
10179
11260
|
</tbody>
|
|
10180
11261
|
</table>
|
|
10181
11262
|
</div>
|
|
@@ -10189,7 +11270,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10189
11270
|
<div role="button"
|
|
10190
11271
|
aria-haspopup="listbox"
|
|
10191
11272
|
aria-expanded="false"
|
|
10192
|
-
aria-owns="list-
|
|
11273
|
+
aria-owns="list-224"
|
|
10193
11274
|
class="v-input__slot"
|
|
10194
11275
|
>
|
|
10195
11276
|
<div class="v-select__slot">
|
|
@@ -10200,7 +11281,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10200
11281
|
<input aria-label="Rows per page:"
|
|
10201
11282
|
aria-readonly="false"
|
|
10202
11283
|
autocomplete="off"
|
|
10203
|
-
id="input-
|
|
11284
|
+
id="input-224"
|
|
10204
11285
|
readonly
|
|
10205
11286
|
type="text"
|
|
10206
11287
|
>
|
|
@@ -11659,12 +12740,12 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11659
12740
|
<div role="button"
|
|
11660
12741
|
aria-haspopup="listbox"
|
|
11661
12742
|
aria-expanded="false"
|
|
11662
|
-
aria-owns="list-
|
|
12743
|
+
aria-owns="list-846"
|
|
11663
12744
|
class="v-input__slot"
|
|
11664
12745
|
>
|
|
11665
12746
|
<div class="v-select__slot">
|
|
11666
12747
|
<label class="v-label theme--light"
|
|
11667
|
-
for="input-
|
|
12748
|
+
for="input-846"
|
|
11668
12749
|
aria-hidden="false"
|
|
11669
12750
|
style="right: 0px; position: absolute;"
|
|
11670
12751
|
>
|
|
@@ -11673,7 +12754,7 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11673
12754
|
<div class="v-select__selections">
|
|
11674
12755
|
<input aria-readonly="false"
|
|
11675
12756
|
autocomplete="off"
|
|
11676
|
-
id="input-
|
|
12757
|
+
id="input-846"
|
|
11677
12758
|
readonly
|
|
11678
12759
|
type="text"
|
|
11679
12760
|
>
|
|
@@ -11843,7 +12924,7 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11843
12924
|
<div role="button"
|
|
11844
12925
|
aria-haspopup="listbox"
|
|
11845
12926
|
aria-expanded="false"
|
|
11846
|
-
aria-owns="list-
|
|
12927
|
+
aria-owns="list-860"
|
|
11847
12928
|
class="v-input__slot"
|
|
11848
12929
|
>
|
|
11849
12930
|
<div class="v-select__slot">
|
|
@@ -11854,7 +12935,7 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11854
12935
|
<input aria-label="Rows per page:"
|
|
11855
12936
|
aria-readonly="false"
|
|
11856
12937
|
autocomplete="off"
|
|
11857
|
-
id="input-
|
|
12938
|
+
id="input-860"
|
|
11858
12939
|
readonly
|
|
11859
12940
|
type="text"
|
|
11860
12941
|
>
|
|
@@ -11928,12 +13009,12 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
11928
13009
|
<div role="button"
|
|
11929
13010
|
aria-haspopup="listbox"
|
|
11930
13011
|
aria-expanded="false"
|
|
11931
|
-
aria-owns="list-
|
|
13012
|
+
aria-owns="list-1250"
|
|
11932
13013
|
class="v-input__slot"
|
|
11933
13014
|
>
|
|
11934
13015
|
<div class="v-select__slot">
|
|
11935
13016
|
<label class="v-label theme--light"
|
|
11936
|
-
for="input-
|
|
13017
|
+
for="input-1250"
|
|
11937
13018
|
aria-hidden="false"
|
|
11938
13019
|
style="right: 0px; position: absolute;"
|
|
11939
13020
|
>
|
|
@@ -11942,7 +13023,7 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
11942
13023
|
<div class="v-select__selections">
|
|
11943
13024
|
<input aria-readonly="false"
|
|
11944
13025
|
autocomplete="off"
|
|
11945
|
-
id="input-
|
|
13026
|
+
id="input-1250"
|
|
11946
13027
|
readonly
|
|
11947
13028
|
type="text"
|
|
11948
13029
|
>
|
|
@@ -12080,7 +13161,7 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
12080
13161
|
<div role="button"
|
|
12081
13162
|
aria-haspopup="listbox"
|
|
12082
13163
|
aria-expanded="false"
|
|
12083
|
-
aria-owns="list-
|
|
13164
|
+
aria-owns="list-1266"
|
|
12084
13165
|
class="v-input__slot"
|
|
12085
13166
|
>
|
|
12086
13167
|
<div class="v-select__slot">
|
|
@@ -12091,7 +13172,7 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
12091
13172
|
<input aria-label="Rows per page:"
|
|
12092
13173
|
aria-readonly="false"
|
|
12093
13174
|
autocomplete="off"
|
|
12094
|
-
id="input-
|
|
13175
|
+
id="input-1266"
|
|
12095
13176
|
readonly
|
|
12096
13177
|
type="text"
|
|
12097
13178
|
>
|
|
@@ -12166,12 +13247,12 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12166
13247
|
<div role="button"
|
|
12167
13248
|
aria-haspopup="listbox"
|
|
12168
13249
|
aria-expanded="false"
|
|
12169
|
-
aria-owns="list-
|
|
13250
|
+
aria-owns="list-942"
|
|
12170
13251
|
class="v-input__slot"
|
|
12171
13252
|
>
|
|
12172
13253
|
<div class="v-select__slot">
|
|
12173
13254
|
<label class="v-label theme--light"
|
|
12174
|
-
for="input-
|
|
13255
|
+
for="input-942"
|
|
12175
13256
|
aria-hidden="false"
|
|
12176
13257
|
style="right: 0px; position: absolute;"
|
|
12177
13258
|
>
|
|
@@ -12180,7 +13261,7 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12180
13261
|
<div class="v-select__selections">
|
|
12181
13262
|
<input aria-readonly="false"
|
|
12182
13263
|
autocomplete="off"
|
|
12183
|
-
id="input-
|
|
13264
|
+
id="input-942"
|
|
12184
13265
|
readonly
|
|
12185
13266
|
type="text"
|
|
12186
13267
|
>
|
|
@@ -12205,6 +13286,92 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12205
13286
|
</tr>
|
|
12206
13287
|
</thead>
|
|
12207
13288
|
<tbody>
|
|
13289
|
+
<tr class="v-row-group__header">
|
|
13290
|
+
<td class="text-start">
|
|
13291
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13292
|
+
type="button"
|
|
13293
|
+
>
|
|
13294
|
+
<span class="v-btn__content">
|
|
13295
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13296
|
+
aria-hidden="true"
|
|
13297
|
+
>
|
|
13298
|
+
</i>
|
|
13299
|
+
</span>
|
|
13300
|
+
</button>
|
|
13301
|
+
: Assistance
|
|
13302
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13303
|
+
type="button"
|
|
13304
|
+
>
|
|
13305
|
+
<span class="v-btn__content">
|
|
13306
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13307
|
+
aria-hidden="true"
|
|
13308
|
+
>
|
|
13309
|
+
</i>
|
|
13310
|
+
</span>
|
|
13311
|
+
</button>
|
|
13312
|
+
</td>
|
|
13313
|
+
</tr>
|
|
13314
|
+
<tr class="v-data-table__mobile-table-row">
|
|
13315
|
+
<td class="v-data-table__mobile-row">
|
|
13316
|
+
<div class="v-data-table__mobile-row__header">
|
|
13317
|
+
Name
|
|
13318
|
+
</div>
|
|
13319
|
+
<div class="v-data-table__mobile-row__cell">
|
|
13320
|
+
Assistance
|
|
13321
|
+
</div>
|
|
13322
|
+
</td>
|
|
13323
|
+
<td class="v-data-table__mobile-row">
|
|
13324
|
+
<div class="v-data-table__mobile-row__header">
|
|
13325
|
+
ID
|
|
13326
|
+
</div>
|
|
13327
|
+
<div class="v-data-table__mobile-row__cell">
|
|
13328
|
+
1
|
|
13329
|
+
</div>
|
|
13330
|
+
</td>
|
|
13331
|
+
</tr>
|
|
13332
|
+
<tr class="v-row-group__header">
|
|
13333
|
+
<td class="text-start">
|
|
13334
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13335
|
+
type="button"
|
|
13336
|
+
>
|
|
13337
|
+
<span class="v-btn__content">
|
|
13338
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13339
|
+
aria-hidden="true"
|
|
13340
|
+
>
|
|
13341
|
+
</i>
|
|
13342
|
+
</span>
|
|
13343
|
+
</button>
|
|
13344
|
+
: Candidat
|
|
13345
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13346
|
+
type="button"
|
|
13347
|
+
>
|
|
13348
|
+
<span class="v-btn__content">
|
|
13349
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13350
|
+
aria-hidden="true"
|
|
13351
|
+
>
|
|
13352
|
+
</i>
|
|
13353
|
+
</span>
|
|
13354
|
+
</button>
|
|
13355
|
+
</td>
|
|
13356
|
+
</tr>
|
|
13357
|
+
<tr class="v-data-table__mobile-table-row">
|
|
13358
|
+
<td class="v-data-table__mobile-row">
|
|
13359
|
+
<div class="v-data-table__mobile-row__header">
|
|
13360
|
+
Name
|
|
13361
|
+
</div>
|
|
13362
|
+
<div class="v-data-table__mobile-row__cell">
|
|
13363
|
+
Candidat
|
|
13364
|
+
</div>
|
|
13365
|
+
</td>
|
|
13366
|
+
<td class="v-data-table__mobile-row">
|
|
13367
|
+
<div class="v-data-table__mobile-row__header">
|
|
13368
|
+
ID
|
|
13369
|
+
</div>
|
|
13370
|
+
<div class="v-data-table__mobile-row__cell">
|
|
13371
|
+
2
|
|
13372
|
+
</div>
|
|
13373
|
+
</td>
|
|
13374
|
+
</tr>
|
|
12208
13375
|
</tbody>
|
|
12209
13376
|
</table>
|
|
12210
13377
|
</div>
|
|
@@ -12218,7 +13385,7 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12218
13385
|
<div role="button"
|
|
12219
13386
|
aria-haspopup="listbox"
|
|
12220
13387
|
aria-expanded="false"
|
|
12221
|
-
aria-owns="list-
|
|
13388
|
+
aria-owns="list-964"
|
|
12222
13389
|
class="v-input__slot"
|
|
12223
13390
|
>
|
|
12224
13391
|
<div class="v-select__slot">
|
|
@@ -12229,7 +13396,7 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12229
13396
|
<input aria-label="Rows per page:"
|
|
12230
13397
|
aria-readonly="false"
|
|
12231
13398
|
autocomplete="off"
|
|
12232
|
-
id="input-
|
|
13399
|
+
id="input-964"
|
|
12233
13400
|
readonly
|
|
12234
13401
|
type="text"
|
|
12235
13402
|
>
|
|
@@ -12303,12 +13470,12 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12303
13470
|
<div role="button"
|
|
12304
13471
|
aria-haspopup="listbox"
|
|
12305
13472
|
aria-expanded="false"
|
|
12306
|
-
aria-owns="list-
|
|
13473
|
+
aria-owns="list-942"
|
|
12307
13474
|
class="v-input__slot"
|
|
12308
13475
|
>
|
|
12309
13476
|
<div class="v-select__slot">
|
|
12310
13477
|
<label class="v-label theme--light"
|
|
12311
|
-
for="input-
|
|
13478
|
+
for="input-942"
|
|
12312
13479
|
aria-hidden="false"
|
|
12313
13480
|
style="right: 0px; position: absolute;"
|
|
12314
13481
|
>
|
|
@@ -12317,7 +13484,7 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12317
13484
|
<div class="v-select__selections">
|
|
12318
13485
|
<input aria-readonly="false"
|
|
12319
13486
|
autocomplete="off"
|
|
12320
|
-
id="input-
|
|
13487
|
+
id="input-942"
|
|
12321
13488
|
readonly
|
|
12322
13489
|
type="text"
|
|
12323
13490
|
>
|
|
@@ -12342,6 +13509,41 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12342
13509
|
</tr>
|
|
12343
13510
|
</thead>
|
|
12344
13511
|
<tbody>
|
|
13512
|
+
<tr class="v-row-group__header">
|
|
13513
|
+
<td class="text-start">
|
|
13514
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13515
|
+
type="button"
|
|
13516
|
+
>
|
|
13517
|
+
<span class="v-btn__content">
|
|
13518
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13519
|
+
aria-hidden="true"
|
|
13520
|
+
>
|
|
13521
|
+
</i>
|
|
13522
|
+
</span>
|
|
13523
|
+
</button>
|
|
13524
|
+
Name: Candidat
|
|
13525
|
+
<button class="v-btn v-btn--icon v-btn--round theme--light v-size--small ma-0"
|
|
13526
|
+
type="button"
|
|
13527
|
+
>
|
|
13528
|
+
<span class="v-btn__content">
|
|
13529
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13530
|
+
aria-hidden="true"
|
|
13531
|
+
>
|
|
13532
|
+
</i>
|
|
13533
|
+
</span>
|
|
13534
|
+
</button>
|
|
13535
|
+
</td>
|
|
13536
|
+
</tr>
|
|
13537
|
+
<tr class="v-data-table__mobile-table-row">
|
|
13538
|
+
<td class="v-data-table__mobile-row">
|
|
13539
|
+
<div class="v-data-table__mobile-row__header">
|
|
13540
|
+
ID
|
|
13541
|
+
</div>
|
|
13542
|
+
<div class="v-data-table__mobile-row__cell">
|
|
13543
|
+
2
|
|
13544
|
+
</div>
|
|
13545
|
+
</td>
|
|
13546
|
+
</tr>
|
|
12345
13547
|
</tbody>
|
|
12346
13548
|
</table>
|
|
12347
13549
|
</div>
|
|
@@ -12355,7 +13557,7 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12355
13557
|
<div role="button"
|
|
12356
13558
|
aria-haspopup="listbox"
|
|
12357
13559
|
aria-expanded="false"
|
|
12358
|
-
aria-owns="list-
|
|
13560
|
+
aria-owns="list-964"
|
|
12359
13561
|
class="v-input__slot"
|
|
12360
13562
|
>
|
|
12361
13563
|
<div class="v-select__slot">
|
|
@@ -12366,7 +13568,7 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12366
13568
|
<input aria-label="Rows per page:"
|
|
12367
13569
|
aria-readonly="false"
|
|
12368
13570
|
autocomplete="off"
|
|
12369
|
-
id="input-
|
|
13571
|
+
id="input-964"
|
|
12370
13572
|
readonly
|
|
12371
13573
|
type="text"
|
|
12372
13574
|
>
|
|
@@ -12445,12 +13647,12 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12445
13647
|
<div role="button"
|
|
12446
13648
|
aria-haspopup="listbox"
|
|
12447
13649
|
aria-expanded="false"
|
|
12448
|
-
aria-owns="list-
|
|
13650
|
+
aria-owns="list-1064"
|
|
12449
13651
|
class="v-input__slot"
|
|
12450
13652
|
>
|
|
12451
13653
|
<div class="v-select__slot">
|
|
12452
13654
|
<label class="v-label v-label--active theme--light"
|
|
12453
|
-
for="input-
|
|
13655
|
+
for="input-1064"
|
|
12454
13656
|
aria-hidden="false"
|
|
12455
13657
|
style="right: 0px; position: absolute;"
|
|
12456
13658
|
>
|
|
@@ -12471,7 +13673,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12471
13673
|
</span>
|
|
12472
13674
|
<input aria-readonly="false"
|
|
12473
13675
|
autocomplete="off"
|
|
12474
|
-
id="input-
|
|
13676
|
+
id="input-1064"
|
|
12475
13677
|
readonly
|
|
12476
13678
|
type="text"
|
|
12477
13679
|
>
|
|
@@ -12761,7 +13963,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12761
13963
|
<div role="button"
|
|
12762
13964
|
aria-haspopup="listbox"
|
|
12763
13965
|
aria-expanded="false"
|
|
12764
|
-
aria-owns="list-
|
|
13966
|
+
aria-owns="list-1078"
|
|
12765
13967
|
class="v-input__slot"
|
|
12766
13968
|
>
|
|
12767
13969
|
<div class="v-select__slot">
|
|
@@ -12772,7 +13974,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12772
13974
|
<input aria-label="Rows per page:"
|
|
12773
13975
|
aria-readonly="false"
|
|
12774
13976
|
autocomplete="off"
|
|
12775
|
-
id="input-
|
|
13977
|
+
id="input-1078"
|
|
12776
13978
|
readonly
|
|
12777
13979
|
type="text"
|
|
12778
13980
|
>
|
|
@@ -12851,12 +14053,12 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
12851
14053
|
<div role="button"
|
|
12852
14054
|
aria-haspopup="listbox"
|
|
12853
14055
|
aria-expanded="false"
|
|
12854
|
-
aria-owns="list-
|
|
14056
|
+
aria-owns="list-1064"
|
|
12855
14057
|
class="v-input__slot"
|
|
12856
14058
|
>
|
|
12857
14059
|
<div class="v-select__slot">
|
|
12858
14060
|
<label class="v-label v-label--active theme--light"
|
|
12859
|
-
for="input-
|
|
14061
|
+
for="input-1064"
|
|
12860
14062
|
aria-hidden="false"
|
|
12861
14063
|
style="right: 0px; position: absolute;"
|
|
12862
14064
|
>
|
|
@@ -12877,7 +14079,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
12877
14079
|
</span>
|
|
12878
14080
|
<input aria-readonly="false"
|
|
12879
14081
|
autocomplete="off"
|
|
12880
|
-
id="input-
|
|
14082
|
+
id="input-1064"
|
|
12881
14083
|
readonly
|
|
12882
14084
|
type="text"
|
|
12883
14085
|
>
|
|
@@ -13167,7 +14369,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
13167
14369
|
<div role="button"
|
|
13168
14370
|
aria-haspopup="listbox"
|
|
13169
14371
|
aria-expanded="false"
|
|
13170
|
-
aria-owns="list-
|
|
14372
|
+
aria-owns="list-1078"
|
|
13171
14373
|
class="v-input__slot"
|
|
13172
14374
|
>
|
|
13173
14375
|
<div class="v-select__slot">
|
|
@@ -13178,7 +14380,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
13178
14380
|
<input aria-label="Rows per page:"
|
|
13179
14381
|
aria-readonly="false"
|
|
13180
14382
|
autocomplete="off"
|
|
13181
|
-
id="input-
|
|
14383
|
+
id="input-1078"
|
|
13182
14384
|
readonly
|
|
13183
14385
|
type="text"
|
|
13184
14386
|
>
|