vuetify 2.0.19 → 2.1.0
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/json/attributes.json +208 -16
- package/dist/json/tags.json +58 -0
- package/dist/vuetify.css +548 -57
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +917 -249
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/es5/components/VAlert/VAlert.js +3 -18
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VAutocomplete/VAutocomplete.js +20 -0
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VBtn/VBtn.js +2 -0
- package/es5/components/VBtn/VBtn.js.map +1 -1
- package/es5/components/VBtnToggle/VBtnToggle.js +16 -3
- package/es5/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/es5/components/VCard/VCard.js +4 -2
- package/es5/components/VCard/VCard.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +1 -1
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +3 -3
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +2 -2
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +16 -0
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +10 -6
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataIterator/VDataIterator.js +3 -0
- package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +5 -5
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +1 -1
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +55 -16
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +3 -0
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +1 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VGrid/VCol.js +8 -1
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VImg/VImg.js +34 -7
- package/es5/components/VImg/VImg.js.map +1 -1
- package/es5/components/VInput/VInput.js +6 -1
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +90 -0
- package/es5/components/VLazy/VLazy.js.map +1 -0
- package/es5/components/VLazy/index.js +20 -0
- package/es5/components/VLazy/index.js.map +1 -0
- package/es5/components/VList/VListGroup.js +2 -2
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +4 -0
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -0
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +2 -2
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +2 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRating/VRating.js +3 -3
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +1 -2
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js +193 -0
- package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -0
- package/es5/components/VSkeletonLoader/index.js +20 -0
- package/es5/components/VSkeletonLoader/index.js.map +1 -0
- package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +3 -3
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +2 -2
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +1 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTimePicker/VTimePicker.js +1 -1
- package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js +1 -1
- package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +2 -1
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +5 -5
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +2 -2
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/components/index.js +24 -0
- package/es5/components/index.js.map +1 -1
- package/es5/directives/index.js +16 -0
- package/es5/directives/index.js.map +1 -1
- package/es5/directives/intersect/index.js +61 -0
- package/es5/directives/intersect/index.js.map +1 -0
- package/es5/directives/mutate/index.js +71 -0
- package/es5/directives/mutate/index.js.map +1 -0
- package/es5/framework.js +1 -1
- package/es5/locale/af.js +6 -2
- package/es5/locale/af.js.map +1 -1
- package/es5/locale/ar.js +6 -2
- package/es5/locale/ar.js.map +1 -1
- package/es5/locale/ca.js +6 -2
- package/es5/locale/ca.js.map +1 -1
- package/es5/locale/cs.js +52 -0
- package/es5/locale/cs.js.map +1 -0
- package/es5/locale/de.js +6 -2
- package/es5/locale/de.js.map +1 -1
- package/es5/locale/el.js +6 -2
- package/es5/locale/el.js.map +1 -1
- package/es5/locale/en.js +6 -2
- package/es5/locale/en.js.map +1 -1
- package/es5/locale/es.js +6 -2
- package/es5/locale/es.js.map +1 -1
- package/es5/locale/et.js +14 -10
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/fa.js +6 -2
- package/es5/locale/fa.js.map +1 -1
- package/es5/locale/fr.js +6 -2
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/he.js +6 -2
- package/es5/locale/he.js.map +1 -1
- package/es5/locale/hr.js +20 -16
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/hu.js +6 -2
- package/es5/locale/hu.js.map +1 -1
- package/es5/locale/id.js +6 -2
- package/es5/locale/id.js.map +1 -1
- package/es5/locale/index.js +24 -0
- package/es5/locale/index.js.map +1 -1
- package/es5/locale/it.js +6 -2
- package/es5/locale/it.js.map +1 -1
- package/es5/locale/ja.js +6 -2
- package/es5/locale/ja.js.map +1 -1
- package/es5/locale/ko.js +6 -2
- package/es5/locale/ko.js.map +1 -1
- package/es5/locale/lt.js +52 -0
- package/es5/locale/lt.js.map +1 -0
- package/es5/locale/lv.js +6 -2
- package/es5/locale/lv.js.map +1 -1
- package/es5/locale/nl.js +6 -2
- package/es5/locale/nl.js.map +1 -1
- package/es5/locale/no.js +6 -2
- package/es5/locale/no.js.map +1 -1
- package/es5/locale/pl.js +6 -2
- package/es5/locale/pl.js.map +1 -1
- package/es5/locale/pt.js +6 -2
- package/es5/locale/pt.js.map +1 -1
- package/es5/locale/ro.js +6 -2
- package/es5/locale/ro.js.map +1 -1
- package/es5/locale/ru.js +6 -2
- package/es5/locale/ru.js.map +1 -1
- package/es5/locale/sl.js +14 -10
- package/es5/locale/sl.js.map +1 -1
- package/es5/locale/sr-Cyrl.js +6 -2
- package/es5/locale/sr-Cyrl.js.map +1 -1
- package/es5/locale/sv.js +52 -0
- package/es5/locale/sv.js.map +1 -0
- package/es5/locale/th.js +6 -2
- package/es5/locale/th.js.map +1 -1
- package/es5/locale/tr.js +6 -2
- package/es5/locale/tr.js.map +1 -1
- package/es5/locale/uk.js +6 -2
- package/es5/locale/uk.js.map +1 -1
- package/es5/locale/zh-Hans.js +6 -2
- package/es5/locale/zh-Hans.js.map +1 -1
- package/es5/locale/zh-Hant.js +6 -2
- package/es5/locale/zh-Hant.js.map +1 -1
- package/es5/mixins/overlayable/index.js +6 -2
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/services/lang/index.js +7 -2
- package/es5/services/lang/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +3 -18
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +22 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +2 -0
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.js +15 -2
- package/lib/components/VBtnToggle/VBtnToggle.js.map +1 -1
- package/lib/components/VCard/VCard.js +3 -1
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +1 -1
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +3 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.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/VColorPickerSwatches.js +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +16 -0
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +10 -6
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +3 -0
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +5 -5
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +1 -1
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +39 -16
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +3 -0
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VGrid/VCol.js +7 -1
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VImg/VImg.js +30 -8
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInput/VInput.js +5 -0
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +76 -0
- package/lib/components/VLazy/VLazy.js.map +1 -0
- package/lib/components/VLazy/index.js +4 -0
- package/lib/components/VLazy/index.js.map +1 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +4 -0
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +3 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +2 -2
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +2 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRating/VRating.js +3 -3
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +170 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -0
- package/lib/components/VSkeletonLoader/index.js +4 -0
- package/lib/components/VSkeletonLoader/index.js.map +1 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +3 -3
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +2 -2
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.js +1 -1
- package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +2 -1
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +5 -5
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/index.js +2 -0
- package/lib/components/index.js.map +1 -1
- package/lib/directives/index.js +2 -0
- package/lib/directives/index.js.map +1 -1
- package/lib/directives/intersect/index.js +45 -0
- package/lib/directives/intersect/index.js.map +1 -0
- package/lib/directives/mutate/index.js +56 -0
- package/lib/directives/mutate/index.js.map +1 -0
- package/lib/framework.js +1 -1
- package/lib/locale/af.js +6 -2
- package/lib/locale/af.js.map +1 -1
- package/lib/locale/ar.js +6 -2
- package/lib/locale/ar.js.map +1 -1
- package/lib/locale/ca.js +6 -2
- package/lib/locale/ca.js.map +1 -1
- package/lib/locale/cs.js +45 -0
- package/lib/locale/cs.js.map +1 -0
- package/lib/locale/de.js +6 -2
- package/lib/locale/de.js.map +1 -1
- package/lib/locale/el.js +6 -2
- package/lib/locale/el.js.map +1 -1
- package/lib/locale/en.js +6 -2
- package/lib/locale/en.js.map +1 -1
- package/lib/locale/es.js +6 -2
- package/lib/locale/es.js.map +1 -1
- package/lib/locale/et.js +14 -10
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/fa.js +6 -2
- package/lib/locale/fa.js.map +1 -1
- package/lib/locale/fr.js +6 -2
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/he.js +6 -2
- package/lib/locale/he.js.map +1 -1
- package/lib/locale/hr.js +20 -16
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/hu.js +6 -2
- package/lib/locale/hu.js.map +1 -1
- package/lib/locale/id.js +6 -2
- package/lib/locale/id.js.map +1 -1
- package/lib/locale/index.js +3 -0
- package/lib/locale/index.js.map +1 -1
- package/lib/locale/it.js +6 -2
- package/lib/locale/it.js.map +1 -1
- package/lib/locale/ja.js +6 -2
- package/lib/locale/ja.js.map +1 -1
- package/lib/locale/ko.js +6 -2
- package/lib/locale/ko.js.map +1 -1
- package/lib/locale/lt.js +45 -0
- package/lib/locale/lt.js.map +1 -0
- package/lib/locale/lv.js +6 -2
- package/lib/locale/lv.js.map +1 -1
- package/lib/locale/nl.js +6 -2
- package/lib/locale/nl.js.map +1 -1
- package/lib/locale/no.js +6 -2
- package/lib/locale/no.js.map +1 -1
- package/lib/locale/pl.js +6 -2
- package/lib/locale/pl.js.map +1 -1
- package/lib/locale/pt.js +6 -2
- package/lib/locale/pt.js.map +1 -1
- package/lib/locale/ro.js +6 -2
- package/lib/locale/ro.js.map +1 -1
- package/lib/locale/ru.js +6 -2
- package/lib/locale/ru.js.map +1 -1
- package/lib/locale/sl.js +14 -10
- package/lib/locale/sl.js.map +1 -1
- package/lib/locale/sr-Cyrl.js +6 -2
- package/lib/locale/sr-Cyrl.js.map +1 -1
- package/lib/locale/sv.js +45 -0
- package/lib/locale/sv.js.map +1 -0
- package/lib/locale/th.js +6 -2
- package/lib/locale/th.js.map +1 -1
- package/lib/locale/tr.js +6 -2
- package/lib/locale/tr.js.map +1 -1
- package/lib/locale/uk.js +6 -2
- package/lib/locale/uk.js.map +1 -1
- package/lib/locale/zh-Hans.js +6 -2
- package/lib/locale/zh-Hans.js.map +1 -1
- package/lib/locale/zh-Hant.js +6 -2
- package/lib/locale/zh-Hant.js.map +1 -1
- package/lib/mixins/overlayable/index.js +6 -2
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/services/lang/index.js +6 -2
- package/lib/services/lang/index.js.map +1 -1
- package/lib/util/helpers.js +3 -4
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/VAlert.sass +4 -0
- package/src/components/VAlert/VAlert.ts +3 -8
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAlert/_variables.scss +1 -0
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VAutocomplete/VAutocomplete.ts +19 -0
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +54 -0
- package/src/components/VBtn/VBtn.ts +2 -0
- package/src/components/VBtn/__tests__/VBtn.spec.ts +20 -0
- package/src/components/VBtn/_variables.scss +1 -1
- package/src/components/VBtnToggle/VBtnToggle.sass +50 -24
- package/src/components/VBtnToggle/VBtnToggle.ts +16 -1
- package/src/components/VBtnToggle/__tests__/VBtnToggle.spec.ts +10 -3
- package/src/components/VBtnToggle/_variables.scss +7 -0
- package/src/components/VCalendar/VCalendarWeekly.sass +3 -0
- package/src/components/VCalendar/_variables.scss +1 -1
- package/src/components/VCard/VCard.sass +7 -0
- package/src/components/VCard/VCard.ts +2 -0
- package/src/components/VCard/_variables.scss +2 -0
- package/src/components/VCarousel/VCarousel.ts +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +3 -3
- package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -3
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +1 -1
- package/src/components/VChip/VChip.ts +2 -2
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -1
- package/src/components/VChip/_variables.scss +1 -1
- package/src/components/VColorPicker/VColorPicker.sass +2 -0
- package/src/components/VColorPicker/VColorPickerEdit.sass +2 -1
- package/src/components/VColorPicker/VColorPickerEdit.ts +1 -1
- package/src/components/VColorPicker/VColorPickerSwatches.ts +1 -1
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +5 -5
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +5 -5
- package/src/components/VColorPicker/_variables.scss +1 -0
- package/src/components/VCombobox/VCombobox.ts +16 -0
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +41 -0
- package/src/components/VDataIterator/VDataFooter.ts +9 -5
- package/src/components/VDataIterator/VDataIterator.ts +1 -0
- package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +3 -0
- package/src/components/VDataTable/VDataTable.ts +5 -5
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +71 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +1408 -446
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +35 -35
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +3 -3
- package/src/components/VDataTable/mixins/header.ts +2 -1
- package/src/components/VDatePicker/VDatePicker.ts +40 -16
- package/src/components/VDatePicker/VDatePickerHeader.ts +2 -2
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +20 -0
- package/src/components/VDialog/VDialog.sass +4 -7
- package/src/components/VDialog/VDialog.ts +6 -0
- package/src/components/VDialog/_variables.scss +1 -1
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VExpansionPanel/_variables.scss +1 -1
- package/src/components/VFileInput/VFileInput.sass +4 -0
- package/src/components/VFileInput/VFileInput.ts +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +16 -16
- package/src/components/VGrid/VCol.ts +6 -0
- package/src/components/VGrid/__tests__/VCol.spec.ts +13 -0
- package/src/components/VIcon/__tests__/VIcon.spec.ts +11 -11
- package/src/components/VImg/VImg.ts +35 -6
- package/src/components/VImg/__tests__/VImg.spec.ts +4 -1
- package/src/components/VImg/__tests__/__snapshots__/VImg.spec.ts.snap +23 -46
- package/src/components/VInput/VInput.sass +3 -0
- package/src/components/VInput/VInput.ts +5 -0
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +3 -1
- package/src/components/VLazy/VLazy.ts +80 -0
- package/src/components/VLazy/__tests__/VLazy.spec.ts +78 -0
- package/src/components/VLazy/__tests__/__snapshots__/VLazy.spec.ts.snap +14 -0
- package/src/components/VLazy/index.ts +4 -0
- package/src/components/VList/VList.sass +2 -1
- package/src/components/VList/VListGroup.ts +2 -2
- package/src/components/VList/VListItem.sass +3 -0
- package/src/components/VList/VListItem.ts +4 -0
- package/src/components/VList/__tests__/VListItem.spec.ts +10 -0
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VList/_variables.scss +1 -1
- package/src/components/VMenu/VMenu.sass +3 -8
- package/src/components/VMenu/VMenu.ts +6 -0
- package/src/components/VMenu/_variables.scss +1 -1
- package/src/components/VOverflowBtn/VOverflowBtn.sass +4 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +2 -2
- package/src/components/VPagination/VPagination.sass +3 -3
- package/src/components/VPagination/VPagination.ts +2 -2
- package/src/components/VPagination/_variables.scss +1 -0
- package/src/components/VPicker/_variables.scss +1 -1
- package/src/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/src/components/VProgressLinear/_variables.scss +1 -0
- package/src/components/VRadioGroup/VRadio.ts +2 -2
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
- package/src/components/VRating/VRating.ts +3 -3
- package/src/components/VSelect/VSelect.sass +17 -0
- package/src/components/VSelect/VSelect.ts +1 -2
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +7 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +5 -5
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +1 -1
- package/src/components/VSheet/VSheet.sass +0 -11
- package/src/components/VSkeletonLoader/VSkeletonLoader.sass +364 -0
- package/src/components/VSkeletonLoader/VSkeletonLoader.ts +179 -0
- package/src/components/VSkeletonLoader/__tests__/VSkeletonLoader.spec.ts +84 -0
- package/src/components/VSkeletonLoader/__tests__/__snapshots__/VSkeletonLoader.spec.ts.snap +994 -0
- package/src/components/VSkeletonLoader/_variables.scss +9 -0
- package/src/components/VSkeletonLoader/index.ts +4 -0
- package/src/components/VSlideGroup/VSlideGroup.ts +2 -2
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +4 -4
- package/src/components/VSnackbar/VSnackbar.sass +1 -1
- package/src/components/VSnackbar/_variables.scss +1 -0
- package/src/components/VStepper/VStepper.sass +2 -1
- package/src/components/VStepper/VStepperStep.ts +3 -3
- package/src/components/VStepper/_variables.scss +1 -0
- package/src/components/VTabs/VTabs.ts +2 -2
- package/src/components/VTextField/VTextField.sass +55 -13
- package/src/components/VTextField/VTextField.ts +1 -1
- package/src/components/VTextField/_mixins.sass +18 -0
- package/src/components/VTextField/_variables.scss +1 -0
- package/src/components/VTimePicker/VTimePicker.ts +2 -2
- package/src/components/VTimePicker/VTimePickerTitle.ts +2 -2
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +5 -0
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +6 -0
- package/src/components/VTimePicker/__tests__/__snapshots__/VTimePickerTitle.spec.ts.snap +8 -8
- package/src/components/VTooltip/VTooltip.sass +5 -2
- package/src/components/VTooltip/VTooltip.ts +4 -0
- package/src/components/VTooltip/_variables.sass +1 -1
- package/src/components/VTreeview/VTreeviewNode.ts +5 -5
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +2 -2
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +1 -1
- package/src/components/VWindow/VWindow.ts +2 -2
- package/src/components/index.ts +2 -0
- package/src/directives/index.ts +2 -0
- package/src/directives/intersect/__tests__/intersect.spec.ts +47 -0
- package/src/directives/intersect/index.ts +57 -0
- package/src/directives/mutate/__tests__/mutate.spec.ts +130 -0
- package/src/directives/mutate/index.ts +63 -0
- package/src/globals.d.ts +7 -0
- package/src/locale/af.ts +5 -1
- package/src/locale/ar.ts +5 -1
- package/src/locale/ca.ts +5 -1
- package/src/locale/cs.ts +44 -0
- package/src/locale/de.ts +5 -1
- package/src/locale/el.ts +5 -1
- package/src/locale/en.ts +5 -1
- package/src/locale/es.ts +5 -1
- package/src/locale/et.ts +13 -9
- package/src/locale/fa.ts +5 -1
- package/src/locale/fr.ts +5 -1
- package/src/locale/he.ts +5 -1
- package/src/locale/hr.ts +20 -16
- package/src/locale/hu.ts +5 -1
- package/src/locale/id.ts +5 -1
- package/src/locale/index.ts +3 -0
- package/src/locale/it.ts +5 -1
- package/src/locale/ja.ts +5 -1
- package/src/locale/ko.ts +5 -1
- package/src/locale/lt.ts +44 -0
- package/src/locale/lv.ts +5 -1
- package/src/locale/nl.ts +5 -1
- package/src/locale/no.ts +5 -1
- package/src/locale/pl.ts +5 -1
- package/src/locale/pt.ts +5 -1
- package/src/locale/ro.ts +5 -1
- package/src/locale/ru.ts +5 -1
- package/src/locale/sl.ts +13 -9
- package/src/locale/sr-Cyrl.ts +5 -1
- package/src/locale/sv.ts +44 -0
- package/src/locale/th.ts +5 -1
- package/src/locale/tr.ts +5 -1
- package/src/locale/uk.ts +5 -1
- package/src/locale/zh-Hans.ts +5 -1
- package/src/locale/zh-Hant.ts +5 -1
- package/src/mixins/overlayable/index.ts +4 -0
- package/src/services/lang/__tests__/lang.spec.ts +8 -0
- package/src/services/lang/index.ts +6 -2
- package/src/styles/settings/_dark.scss +1 -0
- package/src/styles/settings/_light.scss +1 -0
- package/src/styles/settings/_variables.scss +4 -3
- package/src/util/helpers.ts +3 -5
- package/src/components/VBtnToggle/_variables.sass +0 -6
- package/src/components/VSheet/_variables.scss +0 -1
|
@@ -37,7 +37,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
37
37
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
38
38
|
style="font-size: 18px;"
|
|
39
39
|
>
|
|
40
|
-
$
|
|
40
|
+
$sort
|
|
41
41
|
</i>
|
|
42
42
|
</th>
|
|
43
43
|
<th role="columnheader"
|
|
@@ -53,7 +53,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
53
53
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
54
54
|
style="font-size: 18px;"
|
|
55
55
|
>
|
|
56
|
-
$
|
|
56
|
+
$sort
|
|
57
57
|
</i>
|
|
58
58
|
</th>
|
|
59
59
|
<th role="columnheader"
|
|
@@ -69,7 +69,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
69
69
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
70
70
|
style="font-size: 18px;"
|
|
71
71
|
>
|
|
72
|
-
$
|
|
72
|
+
$sort
|
|
73
73
|
</i>
|
|
74
74
|
</th>
|
|
75
75
|
<th role="columnheader"
|
|
@@ -85,7 +85,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
85
85
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
86
86
|
style="font-size: 18px;"
|
|
87
87
|
>
|
|
88
|
-
$
|
|
88
|
+
$sort
|
|
89
89
|
</i>
|
|
90
90
|
</th>
|
|
91
91
|
<th role="columnheader"
|
|
@@ -101,7 +101,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
101
101
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
102
102
|
style="font-size: 18px;"
|
|
103
103
|
>
|
|
104
|
-
$
|
|
104
|
+
$sort
|
|
105
105
|
</i>
|
|
106
106
|
</th>
|
|
107
107
|
</tr>
|
|
@@ -218,7 +218,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
218
218
|
<div role="button"
|
|
219
219
|
aria-haspopup="listbox"
|
|
220
220
|
aria-expanded="false"
|
|
221
|
-
aria-owns="list-
|
|
221
|
+
aria-owns="list-429"
|
|
222
222
|
class="v-input__slot"
|
|
223
223
|
>
|
|
224
224
|
<div class="v-select__slot">
|
|
@@ -227,7 +227,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
227
227
|
5
|
|
228
228
|
</div>
|
|
229
229
|
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
230
|
-
id="input-
|
|
230
|
+
id="input-429"
|
|
231
231
|
readonly="readonly"
|
|
232
232
|
type="text"
|
|
233
233
|
aria-readonly="true"
|
|
@@ -238,7 +238,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
238
238
|
<i aria-hidden="true"
|
|
239
239
|
class="v-icon notranslate material-icons theme--light"
|
|
240
240
|
>
|
|
241
|
-
$
|
|
241
|
+
$dropdown
|
|
242
242
|
</i>
|
|
243
243
|
</div>
|
|
244
244
|
</div>
|
|
@@ -265,7 +265,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
265
265
|
<i aria-hidden="true"
|
|
266
266
|
class="v-icon notranslate material-icons theme--light"
|
|
267
267
|
>
|
|
268
|
-
$
|
|
268
|
+
$prev
|
|
269
269
|
</i>
|
|
270
270
|
</span>
|
|
271
271
|
</button>
|
|
@@ -280,7 +280,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
280
280
|
<i aria-hidden="true"
|
|
281
281
|
class="v-icon notranslate material-icons theme--light"
|
|
282
282
|
>
|
|
283
|
-
$
|
|
283
|
+
$next
|
|
284
284
|
</i>
|
|
285
285
|
</span>
|
|
286
286
|
</button>
|
|
@@ -326,7 +326,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
326
326
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
327
327
|
style="font-size: 18px;"
|
|
328
328
|
>
|
|
329
|
-
$
|
|
329
|
+
$sort
|
|
330
330
|
</i>
|
|
331
331
|
</th>
|
|
332
332
|
<th role="columnheader"
|
|
@@ -342,7 +342,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
342
342
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
343
343
|
style="font-size: 18px;"
|
|
344
344
|
>
|
|
345
|
-
$
|
|
345
|
+
$sort
|
|
346
346
|
</i>
|
|
347
347
|
</th>
|
|
348
348
|
<th role="columnheader"
|
|
@@ -358,7 +358,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
358
358
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
359
359
|
style="font-size: 18px;"
|
|
360
360
|
>
|
|
361
|
-
$
|
|
361
|
+
$sort
|
|
362
362
|
</i>
|
|
363
363
|
</th>
|
|
364
364
|
<th role="columnheader"
|
|
@@ -374,7 +374,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
374
374
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
375
375
|
style="font-size: 18px;"
|
|
376
376
|
>
|
|
377
|
-
$
|
|
377
|
+
$sort
|
|
378
378
|
</i>
|
|
379
379
|
</th>
|
|
380
380
|
<th role="columnheader"
|
|
@@ -390,7 +390,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
390
390
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
391
391
|
style="font-size: 18px;"
|
|
392
392
|
>
|
|
393
|
-
$
|
|
393
|
+
$sort
|
|
394
394
|
</i>
|
|
395
395
|
</th>
|
|
396
396
|
</tr>
|
|
@@ -432,7 +432,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
432
432
|
<i aria-hidden="true"
|
|
433
433
|
class="v-icon notranslate material-icons theme--light"
|
|
434
434
|
>
|
|
435
|
-
$
|
|
435
|
+
$dropdown
|
|
436
436
|
</i>
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
@@ -459,7 +459,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
459
459
|
<i aria-hidden="true"
|
|
460
460
|
class="v-icon notranslate material-icons theme--light"
|
|
461
461
|
>
|
|
462
|
-
$
|
|
462
|
+
$prev
|
|
463
463
|
</i>
|
|
464
464
|
</span>
|
|
465
465
|
</button>
|
|
@@ -474,7 +474,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
474
474
|
<i aria-hidden="true"
|
|
475
475
|
class="v-icon notranslate material-icons theme--light"
|
|
476
476
|
>
|
|
477
|
-
$
|
|
477
|
+
$next
|
|
478
478
|
</i>
|
|
479
479
|
</span>
|
|
480
480
|
</button>
|
|
@@ -520,7 +520,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
520
520
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
521
521
|
style="font-size: 18px;"
|
|
522
522
|
>
|
|
523
|
-
$
|
|
523
|
+
$sort
|
|
524
524
|
</i>
|
|
525
525
|
</th>
|
|
526
526
|
<th role="columnheader"
|
|
@@ -536,7 +536,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
536
536
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
537
537
|
style="font-size: 18px;"
|
|
538
538
|
>
|
|
539
|
-
$
|
|
539
|
+
$sort
|
|
540
540
|
</i>
|
|
541
541
|
</th>
|
|
542
542
|
<th role="columnheader"
|
|
@@ -552,7 +552,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
552
552
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
553
553
|
style="font-size: 18px;"
|
|
554
554
|
>
|
|
555
|
-
$
|
|
555
|
+
$sort
|
|
556
556
|
</i>
|
|
557
557
|
</th>
|
|
558
558
|
<th role="columnheader"
|
|
@@ -568,7 +568,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
568
568
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
569
569
|
style="font-size: 18px;"
|
|
570
570
|
>
|
|
571
|
-
$
|
|
571
|
+
$sort
|
|
572
572
|
</i>
|
|
573
573
|
</th>
|
|
574
574
|
<th role="columnheader"
|
|
@@ -584,7 +584,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
584
584
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
585
585
|
style="font-size: 18px;"
|
|
586
586
|
>
|
|
587
|
-
$
|
|
587
|
+
$sort
|
|
588
588
|
</i>
|
|
589
589
|
</th>
|
|
590
590
|
</tr>
|
|
@@ -721,7 +721,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
721
721
|
<i aria-hidden="true"
|
|
722
722
|
class="v-icon notranslate material-icons theme--light"
|
|
723
723
|
>
|
|
724
|
-
$
|
|
724
|
+
$dropdown
|
|
725
725
|
</i>
|
|
726
726
|
</div>
|
|
727
727
|
</div>
|
|
@@ -748,7 +748,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
748
748
|
<i aria-hidden="true"
|
|
749
749
|
class="v-icon notranslate material-icons theme--light"
|
|
750
750
|
>
|
|
751
|
-
$
|
|
751
|
+
$prev
|
|
752
752
|
</i>
|
|
753
753
|
</span>
|
|
754
754
|
</button>
|
|
@@ -762,7 +762,1258 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
762
762
|
<i aria-hidden="true"
|
|
763
763
|
class="v-icon notranslate material-icons theme--light"
|
|
764
764
|
>
|
|
765
|
-
$
|
|
765
|
+
$next
|
|
766
|
+
</i>
|
|
767
|
+
</span>
|
|
768
|
+
</button>
|
|
769
|
+
</div>
|
|
770
|
+
</div>
|
|
771
|
+
</div>
|
|
772
|
+
`;
|
|
773
|
+
|
|
774
|
+
exports[`VDataTable.ts should not search column with filterable set to false 1`] = `
|
|
775
|
+
<div class="v-data-table theme--light">
|
|
776
|
+
<div class="v-data-table__wrapper">
|
|
777
|
+
<table>
|
|
778
|
+
<colgroup>
|
|
779
|
+
<col class>
|
|
780
|
+
<col class>
|
|
781
|
+
<col class>
|
|
782
|
+
<col class>
|
|
783
|
+
<col class>
|
|
784
|
+
<col class>
|
|
785
|
+
</colgroup>
|
|
786
|
+
<thead class="v-data-table-header">
|
|
787
|
+
<tr>
|
|
788
|
+
<th role="columnheader"
|
|
789
|
+
scope="col"
|
|
790
|
+
aria-label="Dessert (100g serving): Not sorted. Activate to sort ascending."
|
|
791
|
+
aria-sort="none"
|
|
792
|
+
class="text-left sortable"
|
|
793
|
+
>
|
|
794
|
+
<span>
|
|
795
|
+
Dessert (100g serving)
|
|
796
|
+
</span>
|
|
797
|
+
<i aria-hidden="true"
|
|
798
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
799
|
+
style="font-size: 18px;"
|
|
800
|
+
>
|
|
801
|
+
$sort
|
|
802
|
+
</i>
|
|
803
|
+
</th>
|
|
804
|
+
<th role="columnheader"
|
|
805
|
+
scope="col"
|
|
806
|
+
aria-label="Calories: Not sorted. Activate to sort ascending."
|
|
807
|
+
aria-sort="none"
|
|
808
|
+
class="text-start sortable"
|
|
809
|
+
>
|
|
810
|
+
<span>
|
|
811
|
+
Calories
|
|
812
|
+
</span>
|
|
813
|
+
<i aria-hidden="true"
|
|
814
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
815
|
+
style="font-size: 18px;"
|
|
816
|
+
>
|
|
817
|
+
$sort
|
|
818
|
+
</i>
|
|
819
|
+
</th>
|
|
820
|
+
<th role="columnheader"
|
|
821
|
+
scope="col"
|
|
822
|
+
aria-label="Fat (g): Not sorted. Activate to sort ascending."
|
|
823
|
+
aria-sort="none"
|
|
824
|
+
class="text-start sortable"
|
|
825
|
+
>
|
|
826
|
+
<span>
|
|
827
|
+
Fat (g)
|
|
828
|
+
</span>
|
|
829
|
+
<i aria-hidden="true"
|
|
830
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
831
|
+
style="font-size: 18px;"
|
|
832
|
+
>
|
|
833
|
+
$sort
|
|
834
|
+
</i>
|
|
835
|
+
</th>
|
|
836
|
+
<th role="columnheader"
|
|
837
|
+
scope="col"
|
|
838
|
+
aria-label="Carbs (g): Not sorted. Activate to sort ascending."
|
|
839
|
+
aria-sort="none"
|
|
840
|
+
class="text-start sortable"
|
|
841
|
+
>
|
|
842
|
+
<span>
|
|
843
|
+
Carbs (g)
|
|
844
|
+
</span>
|
|
845
|
+
<i aria-hidden="true"
|
|
846
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
847
|
+
style="font-size: 18px;"
|
|
848
|
+
>
|
|
849
|
+
$sort
|
|
850
|
+
</i>
|
|
851
|
+
</th>
|
|
852
|
+
<th role="columnheader"
|
|
853
|
+
scope="col"
|
|
854
|
+
aria-label="Protein (g): Not sorted. Activate to sort ascending."
|
|
855
|
+
aria-sort="none"
|
|
856
|
+
class="text-start sortable"
|
|
857
|
+
>
|
|
858
|
+
<span>
|
|
859
|
+
Protein (g)
|
|
860
|
+
</span>
|
|
861
|
+
<i aria-hidden="true"
|
|
862
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
863
|
+
style="font-size: 18px;"
|
|
864
|
+
>
|
|
865
|
+
$sort
|
|
866
|
+
</i>
|
|
867
|
+
</th>
|
|
868
|
+
<th role="columnheader"
|
|
869
|
+
scope="col"
|
|
870
|
+
aria-label="Iron (%): Not sorted. Activate to sort ascending."
|
|
871
|
+
aria-sort="none"
|
|
872
|
+
class="text-start sortable"
|
|
873
|
+
>
|
|
874
|
+
<span>
|
|
875
|
+
Iron (%)
|
|
876
|
+
</span>
|
|
877
|
+
<i aria-hidden="true"
|
|
878
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
879
|
+
style="font-size: 18px;"
|
|
880
|
+
>
|
|
881
|
+
$sort
|
|
882
|
+
</i>
|
|
883
|
+
</th>
|
|
884
|
+
</tr>
|
|
885
|
+
</thead>
|
|
886
|
+
<tbody>
|
|
887
|
+
<tr class>
|
|
888
|
+
<td class="text-left">
|
|
889
|
+
Frozen Yogurt
|
|
890
|
+
</td>
|
|
891
|
+
<td class="text-start">
|
|
892
|
+
159
|
|
893
|
+
</td>
|
|
894
|
+
<td class="text-start">
|
|
895
|
+
6
|
|
896
|
+
</td>
|
|
897
|
+
<td class="text-start">
|
|
898
|
+
24
|
|
899
|
+
</td>
|
|
900
|
+
<td class="text-start">
|
|
901
|
+
4
|
|
902
|
+
</td>
|
|
903
|
+
<td class="text-start">
|
|
904
|
+
1%
|
|
905
|
+
</td>
|
|
906
|
+
</tr>
|
|
907
|
+
<tr class>
|
|
908
|
+
<td class="text-left">
|
|
909
|
+
Ice cream sandwich
|
|
910
|
+
</td>
|
|
911
|
+
<td class="text-start">
|
|
912
|
+
237
|
|
913
|
+
</td>
|
|
914
|
+
<td class="text-start">
|
|
915
|
+
9
|
|
916
|
+
</td>
|
|
917
|
+
<td class="text-start">
|
|
918
|
+
37
|
|
919
|
+
</td>
|
|
920
|
+
<td class="text-start">
|
|
921
|
+
4.3
|
|
922
|
+
</td>
|
|
923
|
+
<td class="text-start">
|
|
924
|
+
1%
|
|
925
|
+
</td>
|
|
926
|
+
</tr>
|
|
927
|
+
<tr class>
|
|
928
|
+
<td class="text-left">
|
|
929
|
+
Eclair
|
|
930
|
+
</td>
|
|
931
|
+
<td class="text-start">
|
|
932
|
+
262
|
|
933
|
+
</td>
|
|
934
|
+
<td class="text-start">
|
|
935
|
+
16
|
|
936
|
+
</td>
|
|
937
|
+
<td class="text-start">
|
|
938
|
+
23
|
|
939
|
+
</td>
|
|
940
|
+
<td class="text-start">
|
|
941
|
+
6
|
|
942
|
+
</td>
|
|
943
|
+
<td class="text-start">
|
|
944
|
+
7%
|
|
945
|
+
</td>
|
|
946
|
+
</tr>
|
|
947
|
+
<tr class>
|
|
948
|
+
<td class="text-left">
|
|
949
|
+
Cupcake
|
|
950
|
+
</td>
|
|
951
|
+
<td class="text-start">
|
|
952
|
+
305
|
|
953
|
+
</td>
|
|
954
|
+
<td class="text-start">
|
|
955
|
+
3.7
|
|
956
|
+
</td>
|
|
957
|
+
<td class="text-start">
|
|
958
|
+
67
|
|
959
|
+
</td>
|
|
960
|
+
<td class="text-start">
|
|
961
|
+
4.3
|
|
962
|
+
</td>
|
|
963
|
+
<td class="text-start">
|
|
964
|
+
8%
|
|
965
|
+
</td>
|
|
966
|
+
</tr>
|
|
967
|
+
<tr class>
|
|
968
|
+
<td class="text-left">
|
|
969
|
+
Gingerbread
|
|
970
|
+
</td>
|
|
971
|
+
<td class="text-start">
|
|
972
|
+
356
|
|
973
|
+
</td>
|
|
974
|
+
<td class="text-start">
|
|
975
|
+
16
|
|
976
|
+
</td>
|
|
977
|
+
<td class="text-start">
|
|
978
|
+
49
|
|
979
|
+
</td>
|
|
980
|
+
<td class="text-start">
|
|
981
|
+
3.9
|
|
982
|
+
</td>
|
|
983
|
+
<td class="text-start">
|
|
984
|
+
16%
|
|
985
|
+
</td>
|
|
986
|
+
</tr>
|
|
987
|
+
<tr class>
|
|
988
|
+
<td class="text-left">
|
|
989
|
+
Jelly bean
|
|
990
|
+
</td>
|
|
991
|
+
<td class="text-start">
|
|
992
|
+
375
|
|
993
|
+
</td>
|
|
994
|
+
<td class="text-start">
|
|
995
|
+
0
|
|
996
|
+
</td>
|
|
997
|
+
<td class="text-start">
|
|
998
|
+
94
|
|
999
|
+
</td>
|
|
1000
|
+
<td class="text-start">
|
|
1001
|
+
0
|
|
1002
|
+
</td>
|
|
1003
|
+
<td class="text-start">
|
|
1004
|
+
0%
|
|
1005
|
+
</td>
|
|
1006
|
+
</tr>
|
|
1007
|
+
<tr class>
|
|
1008
|
+
<td class="text-left">
|
|
1009
|
+
Lollipop
|
|
1010
|
+
</td>
|
|
1011
|
+
<td class="text-start">
|
|
1012
|
+
392
|
|
1013
|
+
</td>
|
|
1014
|
+
<td class="text-start">
|
|
1015
|
+
0.2
|
|
1016
|
+
</td>
|
|
1017
|
+
<td class="text-start">
|
|
1018
|
+
98
|
|
1019
|
+
</td>
|
|
1020
|
+
<td class="text-start">
|
|
1021
|
+
0
|
|
1022
|
+
</td>
|
|
1023
|
+
<td class="text-start">
|
|
1024
|
+
2%
|
|
1025
|
+
</td>
|
|
1026
|
+
</tr>
|
|
1027
|
+
<tr class>
|
|
1028
|
+
<td class="text-left">
|
|
1029
|
+
Honeycomb
|
|
1030
|
+
</td>
|
|
1031
|
+
<td class="text-start">
|
|
1032
|
+
408
|
|
1033
|
+
</td>
|
|
1034
|
+
<td class="text-start">
|
|
1035
|
+
3.2
|
|
1036
|
+
</td>
|
|
1037
|
+
<td class="text-start">
|
|
1038
|
+
87
|
|
1039
|
+
</td>
|
|
1040
|
+
<td class="text-start">
|
|
1041
|
+
6.5
|
|
1042
|
+
</td>
|
|
1043
|
+
<td class="text-start">
|
|
1044
|
+
45%
|
|
1045
|
+
</td>
|
|
1046
|
+
</tr>
|
|
1047
|
+
<tr class>
|
|
1048
|
+
<td class="text-left">
|
|
1049
|
+
Donut
|
|
1050
|
+
</td>
|
|
1051
|
+
<td class="text-start">
|
|
1052
|
+
452
|
|
1053
|
+
</td>
|
|
1054
|
+
<td class="text-start">
|
|
1055
|
+
25
|
|
1056
|
+
</td>
|
|
1057
|
+
<td class="text-start">
|
|
1058
|
+
51
|
|
1059
|
+
</td>
|
|
1060
|
+
<td class="text-start">
|
|
1061
|
+
4.9
|
|
1062
|
+
</td>
|
|
1063
|
+
<td class="text-start">
|
|
1064
|
+
22%
|
|
1065
|
+
</td>
|
|
1066
|
+
</tr>
|
|
1067
|
+
<tr class>
|
|
1068
|
+
<td class="text-left">
|
|
1069
|
+
KitKat
|
|
1070
|
+
</td>
|
|
1071
|
+
<td class="text-start">
|
|
1072
|
+
518
|
|
1073
|
+
</td>
|
|
1074
|
+
<td class="text-start">
|
|
1075
|
+
26
|
|
1076
|
+
</td>
|
|
1077
|
+
<td class="text-start">
|
|
1078
|
+
65
|
|
1079
|
+
</td>
|
|
1080
|
+
<td class="text-start">
|
|
1081
|
+
7
|
|
1082
|
+
</td>
|
|
1083
|
+
<td class="text-start">
|
|
1084
|
+
6%
|
|
1085
|
+
</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
</tbody>
|
|
1088
|
+
</table>
|
|
1089
|
+
</div>
|
|
1090
|
+
<div class="v-data-footer">
|
|
1091
|
+
<div class="v-data-footer__select">
|
|
1092
|
+
Rows per page:
|
|
1093
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select">
|
|
1094
|
+
<div class="v-input__control">
|
|
1095
|
+
<div role="button"
|
|
1096
|
+
aria-haspopup="listbox"
|
|
1097
|
+
aria-expanded="false"
|
|
1098
|
+
aria-owns="list-388"
|
|
1099
|
+
class="v-input__slot"
|
|
1100
|
+
>
|
|
1101
|
+
<div class="v-select__slot">
|
|
1102
|
+
<div class="v-select__selections">
|
|
1103
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
1104
|
+
10
|
|
1105
|
+
</div>
|
|
1106
|
+
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
1107
|
+
id="input-388"
|
|
1108
|
+
readonly="readonly"
|
|
1109
|
+
type="text"
|
|
1110
|
+
aria-readonly="true"
|
|
1111
|
+
>
|
|
1112
|
+
</div>
|
|
1113
|
+
<div class="v-input__append-inner">
|
|
1114
|
+
<div class="v-input__icon v-input__icon--append">
|
|
1115
|
+
<i aria-hidden="true"
|
|
1116
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1117
|
+
>
|
|
1118
|
+
$dropdown
|
|
1119
|
+
</i>
|
|
1120
|
+
</div>
|
|
1121
|
+
</div>
|
|
1122
|
+
</div>
|
|
1123
|
+
<div class="v-menu">
|
|
1124
|
+
<div class="v-menu__content theme--light "
|
|
1125
|
+
style="max-height: 304px; min-width: 0px; max-width: auto; top: 12px; left: 0px; transform-origin: top left; z-index: 0; display: none;"
|
|
1126
|
+
>
|
|
1127
|
+
</div>
|
|
1128
|
+
</div>
|
|
1129
|
+
</div>
|
|
1130
|
+
</div>
|
|
1131
|
+
</div>
|
|
1132
|
+
</div>
|
|
1133
|
+
<div class="v-data-footer__pagination">
|
|
1134
|
+
1-10 of 10
|
|
1135
|
+
</div>
|
|
1136
|
+
<div class="v-data-footer__icons-before">
|
|
1137
|
+
<button type="button"
|
|
1138
|
+
disabled="disabled"
|
|
1139
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1140
|
+
aria-label="Previous page"
|
|
1141
|
+
>
|
|
1142
|
+
<span class="v-btn__content">
|
|
1143
|
+
<i aria-hidden="true"
|
|
1144
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1145
|
+
>
|
|
1146
|
+
$prev
|
|
1147
|
+
</i>
|
|
1148
|
+
</span>
|
|
1149
|
+
</button>
|
|
1150
|
+
</div>
|
|
1151
|
+
<div class="v-data-footer__icons-after">
|
|
1152
|
+
<button type="button"
|
|
1153
|
+
disabled="disabled"
|
|
1154
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1155
|
+
aria-label="Next page"
|
|
1156
|
+
>
|
|
1157
|
+
<span class="v-btn__content">
|
|
1158
|
+
<i aria-hidden="true"
|
|
1159
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1160
|
+
>
|
|
1161
|
+
$next
|
|
1162
|
+
</i>
|
|
1163
|
+
</span>
|
|
1164
|
+
</button>
|
|
1165
|
+
</div>
|
|
1166
|
+
</div>
|
|
1167
|
+
</div>
|
|
1168
|
+
`;
|
|
1169
|
+
|
|
1170
|
+
exports[`VDataTable.ts should not search column with filterable set to false 2`] = `
|
|
1171
|
+
<div class="v-data-table theme--light">
|
|
1172
|
+
<div class="v-data-table__wrapper">
|
|
1173
|
+
<table>
|
|
1174
|
+
<colgroup>
|
|
1175
|
+
<col class>
|
|
1176
|
+
<col class>
|
|
1177
|
+
<col class>
|
|
1178
|
+
<col class>
|
|
1179
|
+
<col class>
|
|
1180
|
+
<col class>
|
|
1181
|
+
</colgroup>
|
|
1182
|
+
<thead class="v-data-table-header">
|
|
1183
|
+
<tr>
|
|
1184
|
+
<th role="columnheader"
|
|
1185
|
+
scope="col"
|
|
1186
|
+
aria-label="Dessert (100g serving): Not sorted. Activate to sort ascending."
|
|
1187
|
+
aria-sort="none"
|
|
1188
|
+
class="text-left sortable"
|
|
1189
|
+
>
|
|
1190
|
+
<span>
|
|
1191
|
+
Dessert (100g serving)
|
|
1192
|
+
</span>
|
|
1193
|
+
<i aria-hidden="true"
|
|
1194
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1195
|
+
style="font-size: 18px;"
|
|
1196
|
+
>
|
|
1197
|
+
$sort
|
|
1198
|
+
</i>
|
|
1199
|
+
</th>
|
|
1200
|
+
<th role="columnheader"
|
|
1201
|
+
scope="col"
|
|
1202
|
+
aria-label="Calories: Not sorted. Activate to sort ascending."
|
|
1203
|
+
aria-sort="none"
|
|
1204
|
+
class="text-start sortable"
|
|
1205
|
+
>
|
|
1206
|
+
<span>
|
|
1207
|
+
Calories
|
|
1208
|
+
</span>
|
|
1209
|
+
<i aria-hidden="true"
|
|
1210
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1211
|
+
style="font-size: 18px;"
|
|
1212
|
+
>
|
|
1213
|
+
$sort
|
|
1214
|
+
</i>
|
|
1215
|
+
</th>
|
|
1216
|
+
<th role="columnheader"
|
|
1217
|
+
scope="col"
|
|
1218
|
+
aria-label="Fat (g): Not sorted. Activate to sort ascending."
|
|
1219
|
+
aria-sort="none"
|
|
1220
|
+
class="text-start sortable"
|
|
1221
|
+
>
|
|
1222
|
+
<span>
|
|
1223
|
+
Fat (g)
|
|
1224
|
+
</span>
|
|
1225
|
+
<i aria-hidden="true"
|
|
1226
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1227
|
+
style="font-size: 18px;"
|
|
1228
|
+
>
|
|
1229
|
+
$sort
|
|
1230
|
+
</i>
|
|
1231
|
+
</th>
|
|
1232
|
+
<th role="columnheader"
|
|
1233
|
+
scope="col"
|
|
1234
|
+
aria-label="Carbs (g): Not sorted. Activate to sort ascending."
|
|
1235
|
+
aria-sort="none"
|
|
1236
|
+
class="text-start sortable"
|
|
1237
|
+
>
|
|
1238
|
+
<span>
|
|
1239
|
+
Carbs (g)
|
|
1240
|
+
</span>
|
|
1241
|
+
<i aria-hidden="true"
|
|
1242
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1243
|
+
style="font-size: 18px;"
|
|
1244
|
+
>
|
|
1245
|
+
$sort
|
|
1246
|
+
</i>
|
|
1247
|
+
</th>
|
|
1248
|
+
<th role="columnheader"
|
|
1249
|
+
scope="col"
|
|
1250
|
+
aria-label="Protein (g): Not sorted. Activate to sort ascending."
|
|
1251
|
+
aria-sort="none"
|
|
1252
|
+
class="text-start sortable"
|
|
1253
|
+
>
|
|
1254
|
+
<span>
|
|
1255
|
+
Protein (g)
|
|
1256
|
+
</span>
|
|
1257
|
+
<i aria-hidden="true"
|
|
1258
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1259
|
+
style="font-size: 18px;"
|
|
1260
|
+
>
|
|
1261
|
+
$sort
|
|
1262
|
+
</i>
|
|
1263
|
+
</th>
|
|
1264
|
+
<th role="columnheader"
|
|
1265
|
+
scope="col"
|
|
1266
|
+
aria-label="Iron (%): Not sorted. Activate to sort ascending."
|
|
1267
|
+
aria-sort="none"
|
|
1268
|
+
class="text-start sortable"
|
|
1269
|
+
>
|
|
1270
|
+
<span>
|
|
1271
|
+
Iron (%)
|
|
1272
|
+
</span>
|
|
1273
|
+
<i aria-hidden="true"
|
|
1274
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1275
|
+
style="font-size: 18px;"
|
|
1276
|
+
>
|
|
1277
|
+
$sort
|
|
1278
|
+
</i>
|
|
1279
|
+
</th>
|
|
1280
|
+
</tr>
|
|
1281
|
+
</thead>
|
|
1282
|
+
<tbody>
|
|
1283
|
+
<tr class="v-data-table__empty-wrapper">
|
|
1284
|
+
<td class
|
|
1285
|
+
colspan="6"
|
|
1286
|
+
>
|
|
1287
|
+
No matching records found
|
|
1288
|
+
</td>
|
|
1289
|
+
</tr>
|
|
1290
|
+
</tbody>
|
|
1291
|
+
</table>
|
|
1292
|
+
</div>
|
|
1293
|
+
<div class="v-data-footer">
|
|
1294
|
+
<div class="v-data-footer__select">
|
|
1295
|
+
Rows per page:
|
|
1296
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select">
|
|
1297
|
+
<div class="v-input__control">
|
|
1298
|
+
<div role="button"
|
|
1299
|
+
aria-haspopup="listbox"
|
|
1300
|
+
aria-expanded="false"
|
|
1301
|
+
aria-owns="list-388"
|
|
1302
|
+
class="v-input__slot"
|
|
1303
|
+
>
|
|
1304
|
+
<div class="v-select__slot">
|
|
1305
|
+
<div class="v-select__selections">
|
|
1306
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
1307
|
+
10
|
|
1308
|
+
</div>
|
|
1309
|
+
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
1310
|
+
id="input-388"
|
|
1311
|
+
readonly="readonly"
|
|
1312
|
+
type="text"
|
|
1313
|
+
aria-readonly="true"
|
|
1314
|
+
>
|
|
1315
|
+
</div>
|
|
1316
|
+
<div class="v-input__append-inner">
|
|
1317
|
+
<div class="v-input__icon v-input__icon--append">
|
|
1318
|
+
<i aria-hidden="true"
|
|
1319
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1320
|
+
>
|
|
1321
|
+
$dropdown
|
|
1322
|
+
</i>
|
|
1323
|
+
</div>
|
|
1324
|
+
</div>
|
|
1325
|
+
</div>
|
|
1326
|
+
<div class="v-menu">
|
|
1327
|
+
<div class="v-menu__content theme--light "
|
|
1328
|
+
style="max-height: 304px; min-width: 0px; max-width: auto; top: 12px; left: 0px; transform-origin: top left; z-index: 0; display: none;"
|
|
1329
|
+
>
|
|
1330
|
+
</div>
|
|
1331
|
+
</div>
|
|
1332
|
+
</div>
|
|
1333
|
+
</div>
|
|
1334
|
+
</div>
|
|
1335
|
+
</div>
|
|
1336
|
+
<div class="v-data-footer__pagination">
|
|
1337
|
+
–
|
|
1338
|
+
</div>
|
|
1339
|
+
<div class="v-data-footer__icons-before">
|
|
1340
|
+
<button type="button"
|
|
1341
|
+
disabled="disabled"
|
|
1342
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1343
|
+
aria-label="Previous page"
|
|
1344
|
+
>
|
|
1345
|
+
<span class="v-btn__content">
|
|
1346
|
+
<i aria-hidden="true"
|
|
1347
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1348
|
+
>
|
|
1349
|
+
$prev
|
|
1350
|
+
</i>
|
|
1351
|
+
</span>
|
|
1352
|
+
</button>
|
|
1353
|
+
</div>
|
|
1354
|
+
<div class="v-data-footer__icons-after">
|
|
1355
|
+
<button type="button"
|
|
1356
|
+
disabled="disabled"
|
|
1357
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1358
|
+
aria-label="Next page"
|
|
1359
|
+
>
|
|
1360
|
+
<span class="v-btn__content">
|
|
1361
|
+
<i aria-hidden="true"
|
|
1362
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1363
|
+
>
|
|
1364
|
+
$next
|
|
1365
|
+
</i>
|
|
1366
|
+
</span>
|
|
1367
|
+
</button>
|
|
1368
|
+
</div>
|
|
1369
|
+
</div>
|
|
1370
|
+
</div>
|
|
1371
|
+
`;
|
|
1372
|
+
|
|
1373
|
+
exports[`VDataTable.ts should not search column with filterable set to false and has filter function 1`] = `
|
|
1374
|
+
<div class="v-data-table theme--light">
|
|
1375
|
+
<div class="v-data-table__wrapper">
|
|
1376
|
+
<table>
|
|
1377
|
+
<colgroup>
|
|
1378
|
+
<col class>
|
|
1379
|
+
<col class>
|
|
1380
|
+
<col class>
|
|
1381
|
+
<col class>
|
|
1382
|
+
<col class>
|
|
1383
|
+
<col class>
|
|
1384
|
+
</colgroup>
|
|
1385
|
+
<thead class="v-data-table-header">
|
|
1386
|
+
<tr>
|
|
1387
|
+
<th role="columnheader"
|
|
1388
|
+
scope="col"
|
|
1389
|
+
aria-label="Dessert (100g serving): Not sorted. Activate to sort ascending."
|
|
1390
|
+
aria-sort="none"
|
|
1391
|
+
class="text-left sortable"
|
|
1392
|
+
>
|
|
1393
|
+
<span>
|
|
1394
|
+
Dessert (100g serving)
|
|
1395
|
+
</span>
|
|
1396
|
+
<i aria-hidden="true"
|
|
1397
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1398
|
+
style="font-size: 18px;"
|
|
1399
|
+
>
|
|
1400
|
+
$sort
|
|
1401
|
+
</i>
|
|
1402
|
+
</th>
|
|
1403
|
+
<th role="columnheader"
|
|
1404
|
+
scope="col"
|
|
1405
|
+
aria-label="Calories: Not sorted. Activate to sort ascending."
|
|
1406
|
+
aria-sort="none"
|
|
1407
|
+
class="text-start sortable"
|
|
1408
|
+
>
|
|
1409
|
+
<span>
|
|
1410
|
+
Calories
|
|
1411
|
+
</span>
|
|
1412
|
+
<i aria-hidden="true"
|
|
1413
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1414
|
+
style="font-size: 18px;"
|
|
1415
|
+
>
|
|
1416
|
+
$sort
|
|
1417
|
+
</i>
|
|
1418
|
+
</th>
|
|
1419
|
+
<th role="columnheader"
|
|
1420
|
+
scope="col"
|
|
1421
|
+
aria-label="Fat (g): Not sorted. Activate to sort ascending."
|
|
1422
|
+
aria-sort="none"
|
|
1423
|
+
class="text-start sortable"
|
|
1424
|
+
>
|
|
1425
|
+
<span>
|
|
1426
|
+
Fat (g)
|
|
1427
|
+
</span>
|
|
1428
|
+
<i aria-hidden="true"
|
|
1429
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1430
|
+
style="font-size: 18px;"
|
|
1431
|
+
>
|
|
1432
|
+
$sort
|
|
1433
|
+
</i>
|
|
1434
|
+
</th>
|
|
1435
|
+
<th role="columnheader"
|
|
1436
|
+
scope="col"
|
|
1437
|
+
aria-label="Carbs (g): Not sorted. Activate to sort ascending."
|
|
1438
|
+
aria-sort="none"
|
|
1439
|
+
class="text-start sortable"
|
|
1440
|
+
>
|
|
1441
|
+
<span>
|
|
1442
|
+
Carbs (g)
|
|
1443
|
+
</span>
|
|
1444
|
+
<i aria-hidden="true"
|
|
1445
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1446
|
+
style="font-size: 18px;"
|
|
1447
|
+
>
|
|
1448
|
+
$sort
|
|
1449
|
+
</i>
|
|
1450
|
+
</th>
|
|
1451
|
+
<th role="columnheader"
|
|
1452
|
+
scope="col"
|
|
1453
|
+
aria-label="Protein (g): Not sorted. Activate to sort ascending."
|
|
1454
|
+
aria-sort="none"
|
|
1455
|
+
class="text-start sortable"
|
|
1456
|
+
>
|
|
1457
|
+
<span>
|
|
1458
|
+
Protein (g)
|
|
1459
|
+
</span>
|
|
1460
|
+
<i aria-hidden="true"
|
|
1461
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1462
|
+
style="font-size: 18px;"
|
|
1463
|
+
>
|
|
1464
|
+
$sort
|
|
1465
|
+
</i>
|
|
1466
|
+
</th>
|
|
1467
|
+
<th role="columnheader"
|
|
1468
|
+
scope="col"
|
|
1469
|
+
aria-label="Iron (%): Not sorted. Activate to sort ascending."
|
|
1470
|
+
aria-sort="none"
|
|
1471
|
+
class="text-start sortable"
|
|
1472
|
+
>
|
|
1473
|
+
<span>
|
|
1474
|
+
Iron (%)
|
|
1475
|
+
</span>
|
|
1476
|
+
<i aria-hidden="true"
|
|
1477
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1478
|
+
style="font-size: 18px;"
|
|
1479
|
+
>
|
|
1480
|
+
$sort
|
|
1481
|
+
</i>
|
|
1482
|
+
</th>
|
|
1483
|
+
</tr>
|
|
1484
|
+
</thead>
|
|
1485
|
+
<tbody>
|
|
1486
|
+
<tr class>
|
|
1487
|
+
<td class="text-left">
|
|
1488
|
+
Honeycomb
|
|
1489
|
+
</td>
|
|
1490
|
+
<td class="text-start">
|
|
1491
|
+
408
|
|
1492
|
+
</td>
|
|
1493
|
+
<td class="text-start">
|
|
1494
|
+
3.2
|
|
1495
|
+
</td>
|
|
1496
|
+
<td class="text-start">
|
|
1497
|
+
87
|
|
1498
|
+
</td>
|
|
1499
|
+
<td class="text-start">
|
|
1500
|
+
6.5
|
|
1501
|
+
</td>
|
|
1502
|
+
<td class="text-start">
|
|
1503
|
+
45%
|
|
1504
|
+
</td>
|
|
1505
|
+
</tr>
|
|
1506
|
+
<tr class>
|
|
1507
|
+
<td class="text-left">
|
|
1508
|
+
Donut
|
|
1509
|
+
</td>
|
|
1510
|
+
<td class="text-start">
|
|
1511
|
+
452
|
|
1512
|
+
</td>
|
|
1513
|
+
<td class="text-start">
|
|
1514
|
+
25
|
|
1515
|
+
</td>
|
|
1516
|
+
<td class="text-start">
|
|
1517
|
+
51
|
|
1518
|
+
</td>
|
|
1519
|
+
<td class="text-start">
|
|
1520
|
+
4.9
|
|
1521
|
+
</td>
|
|
1522
|
+
<td class="text-start">
|
|
1523
|
+
22%
|
|
1524
|
+
</td>
|
|
1525
|
+
</tr>
|
|
1526
|
+
<tr class>
|
|
1527
|
+
<td class="text-left">
|
|
1528
|
+
KitKat
|
|
1529
|
+
</td>
|
|
1530
|
+
<td class="text-start">
|
|
1531
|
+
518
|
|
1532
|
+
</td>
|
|
1533
|
+
<td class="text-start">
|
|
1534
|
+
26
|
|
1535
|
+
</td>
|
|
1536
|
+
<td class="text-start">
|
|
1537
|
+
65
|
|
1538
|
+
</td>
|
|
1539
|
+
<td class="text-start">
|
|
1540
|
+
7
|
|
1541
|
+
</td>
|
|
1542
|
+
<td class="text-start">
|
|
1543
|
+
6%
|
|
1544
|
+
</td>
|
|
1545
|
+
</tr>
|
|
1546
|
+
</tbody>
|
|
1547
|
+
</table>
|
|
1548
|
+
</div>
|
|
1549
|
+
<div class="v-data-footer">
|
|
1550
|
+
<div class="v-data-footer__select">
|
|
1551
|
+
Rows per page:
|
|
1552
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select">
|
|
1553
|
+
<div class="v-input__control">
|
|
1554
|
+
<div role="button"
|
|
1555
|
+
aria-haspopup="listbox"
|
|
1556
|
+
aria-expanded="false"
|
|
1557
|
+
aria-owns="list-409"
|
|
1558
|
+
class="v-input__slot"
|
|
1559
|
+
>
|
|
1560
|
+
<div class="v-select__slot">
|
|
1561
|
+
<div class="v-select__selections">
|
|
1562
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
1563
|
+
10
|
|
1564
|
+
</div>
|
|
1565
|
+
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
1566
|
+
id="input-409"
|
|
1567
|
+
readonly="readonly"
|
|
1568
|
+
type="text"
|
|
1569
|
+
aria-readonly="true"
|
|
1570
|
+
>
|
|
1571
|
+
</div>
|
|
1572
|
+
<div class="v-input__append-inner">
|
|
1573
|
+
<div class="v-input__icon v-input__icon--append">
|
|
1574
|
+
<i aria-hidden="true"
|
|
1575
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1576
|
+
>
|
|
1577
|
+
$dropdown
|
|
1578
|
+
</i>
|
|
1579
|
+
</div>
|
|
1580
|
+
</div>
|
|
1581
|
+
</div>
|
|
1582
|
+
<div class="v-menu">
|
|
1583
|
+
<div class="v-menu__content theme--light "
|
|
1584
|
+
style="max-height: 304px; min-width: 0px; max-width: auto; top: 12px; left: 0px; transform-origin: top left; z-index: 0; display: none;"
|
|
1585
|
+
>
|
|
1586
|
+
</div>
|
|
1587
|
+
</div>
|
|
1588
|
+
</div>
|
|
1589
|
+
</div>
|
|
1590
|
+
</div>
|
|
1591
|
+
</div>
|
|
1592
|
+
<div class="v-data-footer__pagination">
|
|
1593
|
+
1-3 of 3
|
|
1594
|
+
</div>
|
|
1595
|
+
<div class="v-data-footer__icons-before">
|
|
1596
|
+
<button type="button"
|
|
1597
|
+
disabled="disabled"
|
|
1598
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1599
|
+
aria-label="Previous page"
|
|
1600
|
+
>
|
|
1601
|
+
<span class="v-btn__content">
|
|
1602
|
+
<i aria-hidden="true"
|
|
1603
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1604
|
+
>
|
|
1605
|
+
$prev
|
|
1606
|
+
</i>
|
|
1607
|
+
</span>
|
|
1608
|
+
</button>
|
|
1609
|
+
</div>
|
|
1610
|
+
<div class="v-data-footer__icons-after">
|
|
1611
|
+
<button type="button"
|
|
1612
|
+
disabled="disabled"
|
|
1613
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1614
|
+
aria-label="Next page"
|
|
1615
|
+
>
|
|
1616
|
+
<span class="v-btn__content">
|
|
1617
|
+
<i aria-hidden="true"
|
|
1618
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1619
|
+
>
|
|
1620
|
+
$next
|
|
1621
|
+
</i>
|
|
1622
|
+
</span>
|
|
1623
|
+
</button>
|
|
1624
|
+
</div>
|
|
1625
|
+
</div>
|
|
1626
|
+
</div>
|
|
1627
|
+
`;
|
|
1628
|
+
|
|
1629
|
+
exports[`VDataTable.ts should not search column with filterable set to false and has filter function 2`] = `
|
|
1630
|
+
<div class="v-data-table theme--light">
|
|
1631
|
+
<div class="v-data-table__wrapper">
|
|
1632
|
+
<table>
|
|
1633
|
+
<colgroup>
|
|
1634
|
+
<col class>
|
|
1635
|
+
<col class>
|
|
1636
|
+
<col class>
|
|
1637
|
+
<col class>
|
|
1638
|
+
<col class>
|
|
1639
|
+
<col class>
|
|
1640
|
+
</colgroup>
|
|
1641
|
+
<thead class="v-data-table-header">
|
|
1642
|
+
<tr>
|
|
1643
|
+
<th role="columnheader"
|
|
1644
|
+
scope="col"
|
|
1645
|
+
aria-label="Dessert (100g serving): Not sorted. Activate to sort ascending."
|
|
1646
|
+
aria-sort="none"
|
|
1647
|
+
class="text-left sortable"
|
|
1648
|
+
>
|
|
1649
|
+
<span>
|
|
1650
|
+
Dessert (100g serving)
|
|
1651
|
+
</span>
|
|
1652
|
+
<i aria-hidden="true"
|
|
1653
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1654
|
+
style="font-size: 18px;"
|
|
1655
|
+
>
|
|
1656
|
+
$sort
|
|
1657
|
+
</i>
|
|
1658
|
+
</th>
|
|
1659
|
+
<th role="columnheader"
|
|
1660
|
+
scope="col"
|
|
1661
|
+
aria-label="Calories: Not sorted. Activate to sort ascending."
|
|
1662
|
+
aria-sort="none"
|
|
1663
|
+
class="text-start sortable"
|
|
1664
|
+
>
|
|
1665
|
+
<span>
|
|
1666
|
+
Calories
|
|
1667
|
+
</span>
|
|
1668
|
+
<i aria-hidden="true"
|
|
1669
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1670
|
+
style="font-size: 18px;"
|
|
1671
|
+
>
|
|
1672
|
+
$sort
|
|
1673
|
+
</i>
|
|
1674
|
+
</th>
|
|
1675
|
+
<th role="columnheader"
|
|
1676
|
+
scope="col"
|
|
1677
|
+
aria-label="Fat (g): Not sorted. Activate to sort ascending."
|
|
1678
|
+
aria-sort="none"
|
|
1679
|
+
class="text-start sortable"
|
|
1680
|
+
>
|
|
1681
|
+
<span>
|
|
1682
|
+
Fat (g)
|
|
1683
|
+
</span>
|
|
1684
|
+
<i aria-hidden="true"
|
|
1685
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1686
|
+
style="font-size: 18px;"
|
|
1687
|
+
>
|
|
1688
|
+
$sort
|
|
1689
|
+
</i>
|
|
1690
|
+
</th>
|
|
1691
|
+
<th role="columnheader"
|
|
1692
|
+
scope="col"
|
|
1693
|
+
aria-label="Carbs (g): Not sorted. Activate to sort ascending."
|
|
1694
|
+
aria-sort="none"
|
|
1695
|
+
class="text-start sortable"
|
|
1696
|
+
>
|
|
1697
|
+
<span>
|
|
1698
|
+
Carbs (g)
|
|
1699
|
+
</span>
|
|
1700
|
+
<i aria-hidden="true"
|
|
1701
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1702
|
+
style="font-size: 18px;"
|
|
1703
|
+
>
|
|
1704
|
+
$sort
|
|
1705
|
+
</i>
|
|
1706
|
+
</th>
|
|
1707
|
+
<th role="columnheader"
|
|
1708
|
+
scope="col"
|
|
1709
|
+
aria-label="Protein (g): Not sorted. Activate to sort ascending."
|
|
1710
|
+
aria-sort="none"
|
|
1711
|
+
class="text-start sortable"
|
|
1712
|
+
>
|
|
1713
|
+
<span>
|
|
1714
|
+
Protein (g)
|
|
1715
|
+
</span>
|
|
1716
|
+
<i aria-hidden="true"
|
|
1717
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1718
|
+
style="font-size: 18px;"
|
|
1719
|
+
>
|
|
1720
|
+
$sort
|
|
1721
|
+
</i>
|
|
1722
|
+
</th>
|
|
1723
|
+
<th role="columnheader"
|
|
1724
|
+
scope="col"
|
|
1725
|
+
aria-label="Iron (%): Not sorted. Activate to sort ascending."
|
|
1726
|
+
aria-sort="none"
|
|
1727
|
+
class="text-start sortable"
|
|
1728
|
+
>
|
|
1729
|
+
<span>
|
|
1730
|
+
Iron (%)
|
|
1731
|
+
</span>
|
|
1732
|
+
<i aria-hidden="true"
|
|
1733
|
+
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1734
|
+
style="font-size: 18px;"
|
|
1735
|
+
>
|
|
1736
|
+
$sort
|
|
1737
|
+
</i>
|
|
1738
|
+
</th>
|
|
1739
|
+
</tr>
|
|
1740
|
+
</thead>
|
|
1741
|
+
<tbody>
|
|
1742
|
+
<tr class>
|
|
1743
|
+
<td class="text-left">
|
|
1744
|
+
Frozen Yogurt
|
|
1745
|
+
</td>
|
|
1746
|
+
<td class="text-start">
|
|
1747
|
+
159
|
|
1748
|
+
</td>
|
|
1749
|
+
<td class="text-start">
|
|
1750
|
+
6
|
|
1751
|
+
</td>
|
|
1752
|
+
<td class="text-start">
|
|
1753
|
+
24
|
|
1754
|
+
</td>
|
|
1755
|
+
<td class="text-start">
|
|
1756
|
+
4
|
|
1757
|
+
</td>
|
|
1758
|
+
<td class="text-start">
|
|
1759
|
+
1%
|
|
1760
|
+
</td>
|
|
1761
|
+
</tr>
|
|
1762
|
+
<tr class>
|
|
1763
|
+
<td class="text-left">
|
|
1764
|
+
Ice cream sandwich
|
|
1765
|
+
</td>
|
|
1766
|
+
<td class="text-start">
|
|
1767
|
+
237
|
|
1768
|
+
</td>
|
|
1769
|
+
<td class="text-start">
|
|
1770
|
+
9
|
|
1771
|
+
</td>
|
|
1772
|
+
<td class="text-start">
|
|
1773
|
+
37
|
|
1774
|
+
</td>
|
|
1775
|
+
<td class="text-start">
|
|
1776
|
+
4.3
|
|
1777
|
+
</td>
|
|
1778
|
+
<td class="text-start">
|
|
1779
|
+
1%
|
|
1780
|
+
</td>
|
|
1781
|
+
</tr>
|
|
1782
|
+
<tr class>
|
|
1783
|
+
<td class="text-left">
|
|
1784
|
+
Eclair
|
|
1785
|
+
</td>
|
|
1786
|
+
<td class="text-start">
|
|
1787
|
+
262
|
|
1788
|
+
</td>
|
|
1789
|
+
<td class="text-start">
|
|
1790
|
+
16
|
|
1791
|
+
</td>
|
|
1792
|
+
<td class="text-start">
|
|
1793
|
+
23
|
|
1794
|
+
</td>
|
|
1795
|
+
<td class="text-start">
|
|
1796
|
+
6
|
|
1797
|
+
</td>
|
|
1798
|
+
<td class="text-start">
|
|
1799
|
+
7%
|
|
1800
|
+
</td>
|
|
1801
|
+
</tr>
|
|
1802
|
+
<tr class>
|
|
1803
|
+
<td class="text-left">
|
|
1804
|
+
Cupcake
|
|
1805
|
+
</td>
|
|
1806
|
+
<td class="text-start">
|
|
1807
|
+
305
|
|
1808
|
+
</td>
|
|
1809
|
+
<td class="text-start">
|
|
1810
|
+
3.7
|
|
1811
|
+
</td>
|
|
1812
|
+
<td class="text-start">
|
|
1813
|
+
67
|
|
1814
|
+
</td>
|
|
1815
|
+
<td class="text-start">
|
|
1816
|
+
4.3
|
|
1817
|
+
</td>
|
|
1818
|
+
<td class="text-start">
|
|
1819
|
+
8%
|
|
1820
|
+
</td>
|
|
1821
|
+
</tr>
|
|
1822
|
+
<tr class>
|
|
1823
|
+
<td class="text-left">
|
|
1824
|
+
Gingerbread
|
|
1825
|
+
</td>
|
|
1826
|
+
<td class="text-start">
|
|
1827
|
+
356
|
|
1828
|
+
</td>
|
|
1829
|
+
<td class="text-start">
|
|
1830
|
+
16
|
|
1831
|
+
</td>
|
|
1832
|
+
<td class="text-start">
|
|
1833
|
+
49
|
|
1834
|
+
</td>
|
|
1835
|
+
<td class="text-start">
|
|
1836
|
+
3.9
|
|
1837
|
+
</td>
|
|
1838
|
+
<td class="text-start">
|
|
1839
|
+
16%
|
|
1840
|
+
</td>
|
|
1841
|
+
</tr>
|
|
1842
|
+
<tr class>
|
|
1843
|
+
<td class="text-left">
|
|
1844
|
+
Jelly bean
|
|
1845
|
+
</td>
|
|
1846
|
+
<td class="text-start">
|
|
1847
|
+
375
|
|
1848
|
+
</td>
|
|
1849
|
+
<td class="text-start">
|
|
1850
|
+
0
|
|
1851
|
+
</td>
|
|
1852
|
+
<td class="text-start">
|
|
1853
|
+
94
|
|
1854
|
+
</td>
|
|
1855
|
+
<td class="text-start">
|
|
1856
|
+
0
|
|
1857
|
+
</td>
|
|
1858
|
+
<td class="text-start">
|
|
1859
|
+
0%
|
|
1860
|
+
</td>
|
|
1861
|
+
</tr>
|
|
1862
|
+
<tr class>
|
|
1863
|
+
<td class="text-left">
|
|
1864
|
+
Lollipop
|
|
1865
|
+
</td>
|
|
1866
|
+
<td class="text-start">
|
|
1867
|
+
392
|
|
1868
|
+
</td>
|
|
1869
|
+
<td class="text-start">
|
|
1870
|
+
0.2
|
|
1871
|
+
</td>
|
|
1872
|
+
<td class="text-start">
|
|
1873
|
+
98
|
|
1874
|
+
</td>
|
|
1875
|
+
<td class="text-start">
|
|
1876
|
+
0
|
|
1877
|
+
</td>
|
|
1878
|
+
<td class="text-start">
|
|
1879
|
+
2%
|
|
1880
|
+
</td>
|
|
1881
|
+
</tr>
|
|
1882
|
+
<tr class>
|
|
1883
|
+
<td class="text-left">
|
|
1884
|
+
Honeycomb
|
|
1885
|
+
</td>
|
|
1886
|
+
<td class="text-start">
|
|
1887
|
+
408
|
|
1888
|
+
</td>
|
|
1889
|
+
<td class="text-start">
|
|
1890
|
+
3.2
|
|
1891
|
+
</td>
|
|
1892
|
+
<td class="text-start">
|
|
1893
|
+
87
|
|
1894
|
+
</td>
|
|
1895
|
+
<td class="text-start">
|
|
1896
|
+
6.5
|
|
1897
|
+
</td>
|
|
1898
|
+
<td class="text-start">
|
|
1899
|
+
45%
|
|
1900
|
+
</td>
|
|
1901
|
+
</tr>
|
|
1902
|
+
<tr class>
|
|
1903
|
+
<td class="text-left">
|
|
1904
|
+
Donut
|
|
1905
|
+
</td>
|
|
1906
|
+
<td class="text-start">
|
|
1907
|
+
452
|
|
1908
|
+
</td>
|
|
1909
|
+
<td class="text-start">
|
|
1910
|
+
25
|
|
1911
|
+
</td>
|
|
1912
|
+
<td class="text-start">
|
|
1913
|
+
51
|
|
1914
|
+
</td>
|
|
1915
|
+
<td class="text-start">
|
|
1916
|
+
4.9
|
|
1917
|
+
</td>
|
|
1918
|
+
<td class="text-start">
|
|
1919
|
+
22%
|
|
1920
|
+
</td>
|
|
1921
|
+
</tr>
|
|
1922
|
+
<tr class>
|
|
1923
|
+
<td class="text-left">
|
|
1924
|
+
KitKat
|
|
1925
|
+
</td>
|
|
1926
|
+
<td class="text-start">
|
|
1927
|
+
518
|
|
1928
|
+
</td>
|
|
1929
|
+
<td class="text-start">
|
|
1930
|
+
26
|
|
1931
|
+
</td>
|
|
1932
|
+
<td class="text-start">
|
|
1933
|
+
65
|
|
1934
|
+
</td>
|
|
1935
|
+
<td class="text-start">
|
|
1936
|
+
7
|
|
1937
|
+
</td>
|
|
1938
|
+
<td class="text-start">
|
|
1939
|
+
6%
|
|
1940
|
+
</td>
|
|
1941
|
+
</tr>
|
|
1942
|
+
</tbody>
|
|
1943
|
+
</table>
|
|
1944
|
+
</div>
|
|
1945
|
+
<div class="v-data-footer">
|
|
1946
|
+
<div class="v-data-footer__select">
|
|
1947
|
+
Rows per page:
|
|
1948
|
+
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select">
|
|
1949
|
+
<div class="v-input__control">
|
|
1950
|
+
<div role="button"
|
|
1951
|
+
aria-haspopup="listbox"
|
|
1952
|
+
aria-expanded="false"
|
|
1953
|
+
aria-owns="list-409"
|
|
1954
|
+
class="v-input__slot"
|
|
1955
|
+
>
|
|
1956
|
+
<div class="v-select__slot">
|
|
1957
|
+
<div class="v-select__selections">
|
|
1958
|
+
<div class="v-select__selection v-select__selection--comma">
|
|
1959
|
+
10
|
|
1960
|
+
</div>
|
|
1961
|
+
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
1962
|
+
id="input-409"
|
|
1963
|
+
readonly="readonly"
|
|
1964
|
+
type="text"
|
|
1965
|
+
aria-readonly="true"
|
|
1966
|
+
>
|
|
1967
|
+
</div>
|
|
1968
|
+
<div class="v-input__append-inner">
|
|
1969
|
+
<div class="v-input__icon v-input__icon--append">
|
|
1970
|
+
<i aria-hidden="true"
|
|
1971
|
+
class="v-icon notranslate material-icons theme--light"
|
|
1972
|
+
>
|
|
1973
|
+
$dropdown
|
|
1974
|
+
</i>
|
|
1975
|
+
</div>
|
|
1976
|
+
</div>
|
|
1977
|
+
</div>
|
|
1978
|
+
<div class="v-menu">
|
|
1979
|
+
<div class="v-menu__content theme--light "
|
|
1980
|
+
style="max-height: 304px; min-width: 0px; max-width: auto; top: 12px; left: 0px; transform-origin: top left; z-index: 0; display: none;"
|
|
1981
|
+
>
|
|
1982
|
+
</div>
|
|
1983
|
+
</div>
|
|
1984
|
+
</div>
|
|
1985
|
+
</div>
|
|
1986
|
+
</div>
|
|
1987
|
+
</div>
|
|
1988
|
+
<div class="v-data-footer__pagination">
|
|
1989
|
+
1-10 of 10
|
|
1990
|
+
</div>
|
|
1991
|
+
<div class="v-data-footer__icons-before">
|
|
1992
|
+
<button type="button"
|
|
1993
|
+
disabled="disabled"
|
|
1994
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1995
|
+
aria-label="Previous page"
|
|
1996
|
+
>
|
|
1997
|
+
<span class="v-btn__content">
|
|
1998
|
+
<i aria-hidden="true"
|
|
1999
|
+
class="v-icon notranslate material-icons theme--light"
|
|
2000
|
+
>
|
|
2001
|
+
$prev
|
|
2002
|
+
</i>
|
|
2003
|
+
</span>
|
|
2004
|
+
</button>
|
|
2005
|
+
</div>
|
|
2006
|
+
<div class="v-data-footer__icons-after">
|
|
2007
|
+
<button type="button"
|
|
2008
|
+
disabled="disabled"
|
|
2009
|
+
class="v-btn v-btn--disabled v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
2010
|
+
aria-label="Next page"
|
|
2011
|
+
>
|
|
2012
|
+
<span class="v-btn__content">
|
|
2013
|
+
<i aria-hidden="true"
|
|
2014
|
+
class="v-icon notranslate material-icons theme--light"
|
|
2015
|
+
>
|
|
2016
|
+
$next
|
|
766
2017
|
</i>
|
|
767
2018
|
</span>
|
|
768
2019
|
</button>
|
|
@@ -818,7 +2069,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
818
2069
|
<i aria-hidden="true"
|
|
819
2070
|
class="v-icon notranslate material-icons theme--light"
|
|
820
2071
|
>
|
|
821
|
-
$
|
|
2072
|
+
$dropdown
|
|
822
2073
|
</i>
|
|
823
2074
|
</div>
|
|
824
2075
|
</div>
|
|
@@ -846,7 +2097,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
846
2097
|
<i aria-hidden="true"
|
|
847
2098
|
class="v-icon notranslate material-icons theme--light"
|
|
848
2099
|
>
|
|
849
|
-
$
|
|
2100
|
+
$prev
|
|
850
2101
|
</i>
|
|
851
2102
|
</span>
|
|
852
2103
|
</button>
|
|
@@ -861,7 +2112,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
861
2112
|
<i aria-hidden="true"
|
|
862
2113
|
class="v-icon notranslate material-icons theme--light"
|
|
863
2114
|
>
|
|
864
|
-
$
|
|
2115
|
+
$next
|
|
865
2116
|
</i>
|
|
866
2117
|
</span>
|
|
867
2118
|
</button>
|
|
@@ -917,7 +2168,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
917
2168
|
<i aria-hidden="true"
|
|
918
2169
|
class="v-icon notranslate material-icons theme--light"
|
|
919
2170
|
>
|
|
920
|
-
$
|
|
2171
|
+
$dropdown
|
|
921
2172
|
</i>
|
|
922
2173
|
</div>
|
|
923
2174
|
</div>
|
|
@@ -945,7 +2196,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
945
2196
|
<i aria-hidden="true"
|
|
946
2197
|
class="v-icon notranslate material-icons theme--light"
|
|
947
2198
|
>
|
|
948
|
-
$
|
|
2199
|
+
$prev
|
|
949
2200
|
</i>
|
|
950
2201
|
</span>
|
|
951
2202
|
</button>
|
|
@@ -960,7 +2211,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
960
2211
|
<i aria-hidden="true"
|
|
961
2212
|
class="v-icon notranslate material-icons theme--light"
|
|
962
2213
|
>
|
|
963
|
-
$
|
|
2214
|
+
$next
|
|
964
2215
|
</i>
|
|
965
2216
|
</span>
|
|
966
2217
|
</button>
|
|
@@ -1013,7 +2264,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
1013
2264
|
<i aria-hidden="true"
|
|
1014
2265
|
class="v-icon notranslate material-icons theme--light"
|
|
1015
2266
|
>
|
|
1016
|
-
$
|
|
2267
|
+
$dropdown
|
|
1017
2268
|
</i>
|
|
1018
2269
|
</div>
|
|
1019
2270
|
</div>
|
|
@@ -1043,7 +2294,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
1043
2294
|
<i aria-hidden="true"
|
|
1044
2295
|
class="v-icon notranslate material-icons theme--light"
|
|
1045
2296
|
>
|
|
1046
|
-
$
|
|
2297
|
+
$prev
|
|
1047
2298
|
</i>
|
|
1048
2299
|
</span>
|
|
1049
2300
|
</button>
|
|
@@ -1058,7 +2309,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
1058
2309
|
<i aria-hidden="true"
|
|
1059
2310
|
class="v-icon notranslate material-icons theme--light"
|
|
1060
2311
|
>
|
|
1061
|
-
$
|
|
2312
|
+
$next
|
|
1062
2313
|
</i>
|
|
1063
2314
|
</span>
|
|
1064
2315
|
</button>
|
|
@@ -1141,7 +2392,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
1141
2392
|
<i aria-hidden="true"
|
|
1142
2393
|
class="v-icon notranslate material-icons theme--light"
|
|
1143
2394
|
>
|
|
1144
|
-
$
|
|
2395
|
+
$dropdown
|
|
1145
2396
|
</i>
|
|
1146
2397
|
</div>
|
|
1147
2398
|
</div>
|
|
@@ -1169,7 +2420,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
1169
2420
|
<i aria-hidden="true"
|
|
1170
2421
|
class="v-icon notranslate material-icons theme--light"
|
|
1171
2422
|
>
|
|
1172
|
-
$
|
|
2423
|
+
$prev
|
|
1173
2424
|
</i>
|
|
1174
2425
|
</span>
|
|
1175
2426
|
</button>
|
|
@@ -1184,7 +2435,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
1184
2435
|
<i aria-hidden="true"
|
|
1185
2436
|
class="v-icon notranslate material-icons theme--light"
|
|
1186
2437
|
>
|
|
1187
|
-
$
|
|
2438
|
+
$next
|
|
1188
2439
|
</i>
|
|
1189
2440
|
</span>
|
|
1190
2441
|
</button>
|
|
@@ -1230,7 +2481,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1230
2481
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1231
2482
|
style="font-size: 18px;"
|
|
1232
2483
|
>
|
|
1233
|
-
$
|
|
2484
|
+
$sort
|
|
1234
2485
|
</i>
|
|
1235
2486
|
</th>
|
|
1236
2487
|
<th role="columnheader"
|
|
@@ -1246,7 +2497,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1246
2497
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1247
2498
|
style="font-size: 18px;"
|
|
1248
2499
|
>
|
|
1249
|
-
$
|
|
2500
|
+
$sort
|
|
1250
2501
|
</i>
|
|
1251
2502
|
</th>
|
|
1252
2503
|
<th role="columnheader"
|
|
@@ -1262,7 +2513,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1262
2513
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1263
2514
|
style="font-size: 18px;"
|
|
1264
2515
|
>
|
|
1265
|
-
$
|
|
2516
|
+
$sort
|
|
1266
2517
|
</i>
|
|
1267
2518
|
</th>
|
|
1268
2519
|
<th role="columnheader"
|
|
@@ -1278,7 +2529,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1278
2529
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1279
2530
|
style="font-size: 18px;"
|
|
1280
2531
|
>
|
|
1281
|
-
$
|
|
2532
|
+
$sort
|
|
1282
2533
|
</i>
|
|
1283
2534
|
</th>
|
|
1284
2535
|
<th role="columnheader"
|
|
@@ -1294,7 +2545,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1294
2545
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1295
2546
|
style="font-size: 18px;"
|
|
1296
2547
|
>
|
|
1297
|
-
$
|
|
2548
|
+
$sort
|
|
1298
2549
|
</i>
|
|
1299
2550
|
</th>
|
|
1300
2551
|
</tr>
|
|
@@ -1347,7 +2598,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1347
2598
|
<i aria-hidden="true"
|
|
1348
2599
|
class="v-icon notranslate material-icons theme--light"
|
|
1349
2600
|
>
|
|
1350
|
-
$
|
|
2601
|
+
$dropdown
|
|
1351
2602
|
</i>
|
|
1352
2603
|
</div>
|
|
1353
2604
|
</div>
|
|
@@ -1375,7 +2626,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1375
2626
|
<i aria-hidden="true"
|
|
1376
2627
|
class="v-icon notranslate material-icons theme--light"
|
|
1377
2628
|
>
|
|
1378
|
-
$
|
|
2629
|
+
$prev
|
|
1379
2630
|
</i>
|
|
1380
2631
|
</span>
|
|
1381
2632
|
</button>
|
|
@@ -1390,302 +2641,13 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
1390
2641
|
<i aria-hidden="true"
|
|
1391
2642
|
class="v-icon notranslate material-icons theme--light"
|
|
1392
2643
|
>
|
|
1393
|
-
$
|
|
1394
|
-
</i>
|
|
1395
|
-
</span>
|
|
1396
|
-
</button>
|
|
1397
|
-
</div>
|
|
1398
|
-
</div>
|
|
1399
|
-
</div>
|
|
1400
|
-
`;
|
|
1401
|
-
|
|
1402
|
-
exports[`VDataTable.ts should render virtual table 1`] = `
|
|
1403
|
-
|
|
1404
|
-
<div class="v-data-table v-virtual-table theme--light">
|
|
1405
|
-
<div class="v-virtual-table__wrapper">
|
|
1406
|
-
<div class="v-virtual-table__table">
|
|
1407
|
-
<table>
|
|
1408
|
-
<thead class="v-data-table-header">
|
|
1409
|
-
<tr>
|
|
1410
|
-
<th role="columnheader"
|
|
1411
|
-
scope="col"
|
|
1412
|
-
aria-label="Dessert (100g serving)"
|
|
1413
|
-
aria-sort="none"
|
|
1414
|
-
class="text-left"
|
|
1415
|
-
>
|
|
1416
|
-
<span>
|
|
1417
|
-
Dessert (100g serving)
|
|
1418
|
-
</span>
|
|
1419
|
-
</th>
|
|
1420
|
-
<th role="columnheader"
|
|
1421
|
-
scope="col"
|
|
1422
|
-
aria-label="Calories: Not sorted. Activate to sort ascending."
|
|
1423
|
-
aria-sort="none"
|
|
1424
|
-
class="text-start sortable"
|
|
1425
|
-
>
|
|
1426
|
-
<span>
|
|
1427
|
-
Calories
|
|
1428
|
-
</span>
|
|
1429
|
-
<i aria-hidden="true"
|
|
1430
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1431
|
-
style="font-size: 18px;"
|
|
1432
|
-
>
|
|
1433
|
-
$vuetify.icons.sort
|
|
1434
|
-
</i>
|
|
1435
|
-
</th>
|
|
1436
|
-
<th role="columnheader"
|
|
1437
|
-
scope="col"
|
|
1438
|
-
aria-label="Fat (g): Not sorted. Activate to sort ascending."
|
|
1439
|
-
aria-sort="none"
|
|
1440
|
-
class="text-start sortable"
|
|
1441
|
-
>
|
|
1442
|
-
<span>
|
|
1443
|
-
Fat (g)
|
|
1444
|
-
</span>
|
|
1445
|
-
<i aria-hidden="true"
|
|
1446
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1447
|
-
style="font-size: 18px;"
|
|
1448
|
-
>
|
|
1449
|
-
$vuetify.icons.sort
|
|
1450
|
-
</i>
|
|
1451
|
-
</th>
|
|
1452
|
-
<th role="columnheader"
|
|
1453
|
-
scope="col"
|
|
1454
|
-
aria-label="Carbs (g): Not sorted. Activate to sort ascending."
|
|
1455
|
-
aria-sort="none"
|
|
1456
|
-
class="text-start sortable"
|
|
1457
|
-
>
|
|
1458
|
-
<span>
|
|
1459
|
-
Carbs (g)
|
|
1460
|
-
</span>
|
|
1461
|
-
<i aria-hidden="true"
|
|
1462
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1463
|
-
style="font-size: 18px;"
|
|
1464
|
-
>
|
|
1465
|
-
$vuetify.icons.sort
|
|
1466
|
-
</i>
|
|
1467
|
-
</th>
|
|
1468
|
-
<th role="columnheader"
|
|
1469
|
-
scope="col"
|
|
1470
|
-
aria-label="Protein (g): Not sorted. Activate to sort ascending."
|
|
1471
|
-
aria-sort="none"
|
|
1472
|
-
class="text-start sortable"
|
|
1473
|
-
>
|
|
1474
|
-
<span>
|
|
1475
|
-
Protein (g)
|
|
1476
|
-
</span>
|
|
1477
|
-
<i aria-hidden="true"
|
|
1478
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1479
|
-
style="font-size: 18px;"
|
|
1480
|
-
>
|
|
1481
|
-
$vuetify.icons.sort
|
|
1482
|
-
</i>
|
|
1483
|
-
</th>
|
|
1484
|
-
<th role="columnheader"
|
|
1485
|
-
scope="col"
|
|
1486
|
-
aria-label="Iron (%): Not sorted. Activate to sort ascending."
|
|
1487
|
-
aria-sort="none"
|
|
1488
|
-
class="text-start sortable"
|
|
1489
|
-
>
|
|
1490
|
-
<span>
|
|
1491
|
-
Iron (%)
|
|
1492
|
-
</span>
|
|
1493
|
-
<i aria-hidden="true"
|
|
1494
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1495
|
-
style="font-size: 18px;"
|
|
1496
|
-
>
|
|
1497
|
-
$vuetify.icons.sort
|
|
1498
|
-
</i>
|
|
1499
|
-
</th>
|
|
1500
|
-
</tr>
|
|
1501
|
-
</thead>
|
|
1502
|
-
<tbody>
|
|
1503
|
-
<tr style="height: 0px;">
|
|
1504
|
-
</tr>
|
|
1505
|
-
<tr>
|
|
1506
|
-
<td class="text-left">
|
|
1507
|
-
Frozen Yogurt
|
|
1508
|
-
</td>
|
|
1509
|
-
<td class="text-start">
|
|
1510
|
-
159
|
|
1511
|
-
</td>
|
|
1512
|
-
<td class="text-start">
|
|
1513
|
-
6
|
|
1514
|
-
</td>
|
|
1515
|
-
<td class="text-start">
|
|
1516
|
-
24
|
|
1517
|
-
</td>
|
|
1518
|
-
<td class="text-start">
|
|
1519
|
-
4
|
|
1520
|
-
</td>
|
|
1521
|
-
<td class="text-start">
|
|
1522
|
-
1%
|
|
1523
|
-
</td>
|
|
1524
|
-
</tr>
|
|
1525
|
-
<tr>
|
|
1526
|
-
<td class="text-left">
|
|
1527
|
-
Ice cream sandwich
|
|
1528
|
-
</td>
|
|
1529
|
-
<td class="text-start">
|
|
1530
|
-
237
|
|
1531
|
-
</td>
|
|
1532
|
-
<td class="text-start">
|
|
1533
|
-
9
|
|
1534
|
-
</td>
|
|
1535
|
-
<td class="text-start">
|
|
1536
|
-
37
|
|
1537
|
-
</td>
|
|
1538
|
-
<td class="text-start">
|
|
1539
|
-
4.3
|
|
1540
|
-
</td>
|
|
1541
|
-
<td class="text-start">
|
|
1542
|
-
1%
|
|
1543
|
-
</td>
|
|
1544
|
-
</tr>
|
|
1545
|
-
<tr>
|
|
1546
|
-
<td class="text-left">
|
|
1547
|
-
Eclair
|
|
1548
|
-
</td>
|
|
1549
|
-
<td class="text-start">
|
|
1550
|
-
262
|
|
1551
|
-
</td>
|
|
1552
|
-
<td class="text-start">
|
|
1553
|
-
16
|
|
1554
|
-
</td>
|
|
1555
|
-
<td class="text-start">
|
|
1556
|
-
23
|
|
1557
|
-
</td>
|
|
1558
|
-
<td class="text-start">
|
|
1559
|
-
6
|
|
1560
|
-
</td>
|
|
1561
|
-
<td class="text-start">
|
|
1562
|
-
7%
|
|
1563
|
-
</td>
|
|
1564
|
-
</tr>
|
|
1565
|
-
<tr>
|
|
1566
|
-
<td class="text-left">
|
|
1567
|
-
Cupcake
|
|
1568
|
-
</td>
|
|
1569
|
-
<td class="text-start">
|
|
1570
|
-
305
|
|
1571
|
-
</td>
|
|
1572
|
-
<td class="text-start">
|
|
1573
|
-
3.7
|
|
1574
|
-
</td>
|
|
1575
|
-
<td class="text-start">
|
|
1576
|
-
67
|
|
1577
|
-
</td>
|
|
1578
|
-
<td class="text-start">
|
|
1579
|
-
4.3
|
|
1580
|
-
</td>
|
|
1581
|
-
<td class="text-start">
|
|
1582
|
-
8%
|
|
1583
|
-
</td>
|
|
1584
|
-
</tr>
|
|
1585
|
-
<tr>
|
|
1586
|
-
<td class="text-left">
|
|
1587
|
-
Gingerbread
|
|
1588
|
-
</td>
|
|
1589
|
-
<td class="text-start">
|
|
1590
|
-
356
|
|
1591
|
-
</td>
|
|
1592
|
-
<td class="text-start">
|
|
1593
|
-
16
|
|
1594
|
-
</td>
|
|
1595
|
-
<td class="text-start">
|
|
1596
|
-
49
|
|
1597
|
-
</td>
|
|
1598
|
-
<td class="text-start">
|
|
1599
|
-
3.9
|
|
1600
|
-
</td>
|
|
1601
|
-
<td class="text-start">
|
|
1602
|
-
16%
|
|
1603
|
-
</td>
|
|
1604
|
-
</tr>
|
|
1605
|
-
<tr style="height: 0px;">
|
|
1606
|
-
</tr>
|
|
1607
|
-
</tbody>
|
|
1608
|
-
</table>
|
|
1609
|
-
</div>
|
|
1610
|
-
</div>
|
|
1611
|
-
<div class="v-data-footer">
|
|
1612
|
-
<div class="v-data-footer__select">
|
|
1613
|
-
Rows per page:
|
|
1614
|
-
<div class="v-input v-input--hide-details v-input--is-label-active v-input--is-dirty theme--light v-text-field v-select">
|
|
1615
|
-
<div class="v-input__control">
|
|
1616
|
-
<div role="button"
|
|
1617
|
-
aria-haspopup="listbox"
|
|
1618
|
-
aria-expanded="false"
|
|
1619
|
-
aria-owns="list-67"
|
|
1620
|
-
class="v-input__slot"
|
|
1621
|
-
>
|
|
1622
|
-
<div class="v-select__slot">
|
|
1623
|
-
<div class="v-select__selections">
|
|
1624
|
-
<div class="v-select__selection v-select__selection--comma">
|
|
1625
|
-
5
|
|
1626
|
-
</div>
|
|
1627
|
-
<input aria-label="$vuetify.dataTable.itemsPerPageText"
|
|
1628
|
-
id="input-67"
|
|
1629
|
-
readonly="readonly"
|
|
1630
|
-
type="text"
|
|
1631
|
-
aria-readonly="true"
|
|
1632
|
-
>
|
|
1633
|
-
</div>
|
|
1634
|
-
<div class="v-input__append-inner">
|
|
1635
|
-
<div class="v-input__icon v-input__icon--append">
|
|
1636
|
-
<i aria-hidden="true"
|
|
1637
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1638
|
-
>
|
|
1639
|
-
$vuetify.icons.dropdown
|
|
1640
|
-
</i>
|
|
1641
|
-
</div>
|
|
1642
|
-
</div>
|
|
1643
|
-
</div>
|
|
1644
|
-
<div class="v-menu">
|
|
1645
|
-
<div class="v-menu__content theme--light "
|
|
1646
|
-
style="max-height: 304px; min-width: 0px; max-width: auto; top: 12px; left: 0px; transform-origin: top left; z-index: 0; display: none;"
|
|
1647
|
-
>
|
|
1648
|
-
</div>
|
|
1649
|
-
</div>
|
|
1650
|
-
</div>
|
|
1651
|
-
</div>
|
|
1652
|
-
</div>
|
|
1653
|
-
</div>
|
|
1654
|
-
<div class="v-data-footer__pagination">
|
|
1655
|
-
1-5 of 10
|
|
1656
|
-
</div>
|
|
1657
|
-
<div class="v-data-footer__icons-before">
|
|
1658
|
-
<button type="button"
|
|
1659
|
-
disabled="disabled"
|
|
1660
|
-
class="v-btn v-btn--disabled v-btn--fab v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1661
|
-
aria-label="Previous page"
|
|
1662
|
-
>
|
|
1663
|
-
<span class="v-btn__content">
|
|
1664
|
-
<i aria-hidden="true"
|
|
1665
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1666
|
-
>
|
|
1667
|
-
$vuetify.icons.prev
|
|
1668
|
-
</i>
|
|
1669
|
-
</span>
|
|
1670
|
-
</button>
|
|
1671
|
-
</div>
|
|
1672
|
-
<div class="v-data-footer__icons-after">
|
|
1673
|
-
<button type="button"
|
|
1674
|
-
class="v-btn v-btn--fab v-btn--flat v-btn--icon v-btn--round v-btn--text theme--light v-size--default"
|
|
1675
|
-
aria-label="Next page"
|
|
1676
|
-
>
|
|
1677
|
-
<span class="v-btn__content">
|
|
1678
|
-
<i aria-hidden="true"
|
|
1679
|
-
class="v-icon notranslate material-icons theme--light"
|
|
1680
|
-
>
|
|
1681
|
-
$vuetify.icons.next
|
|
2644
|
+
$next
|
|
1682
2645
|
</i>
|
|
1683
2646
|
</span>
|
|
1684
2647
|
</button>
|
|
1685
2648
|
</div>
|
|
1686
2649
|
</div>
|
|
1687
2650
|
</div>
|
|
1688
|
-
|
|
1689
2651
|
`;
|
|
1690
2652
|
|
|
1691
2653
|
exports[`VDataTable.ts should render with body slot 1`] = `
|
|
@@ -1725,7 +2687,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1725
2687
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1726
2688
|
style="font-size: 18px;"
|
|
1727
2689
|
>
|
|
1728
|
-
$
|
|
2690
|
+
$sort
|
|
1729
2691
|
</i>
|
|
1730
2692
|
</th>
|
|
1731
2693
|
<th role="columnheader"
|
|
@@ -1741,7 +2703,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1741
2703
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1742
2704
|
style="font-size: 18px;"
|
|
1743
2705
|
>
|
|
1744
|
-
$
|
|
2706
|
+
$sort
|
|
1745
2707
|
</i>
|
|
1746
2708
|
</th>
|
|
1747
2709
|
<th role="columnheader"
|
|
@@ -1757,7 +2719,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1757
2719
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1758
2720
|
style="font-size: 18px;"
|
|
1759
2721
|
>
|
|
1760
|
-
$
|
|
2722
|
+
$sort
|
|
1761
2723
|
</i>
|
|
1762
2724
|
</th>
|
|
1763
2725
|
<th role="columnheader"
|
|
@@ -1773,7 +2735,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1773
2735
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1774
2736
|
style="font-size: 18px;"
|
|
1775
2737
|
>
|
|
1776
|
-
$
|
|
2738
|
+
$sort
|
|
1777
2739
|
</i>
|
|
1778
2740
|
</th>
|
|
1779
2741
|
<th role="columnheader"
|
|
@@ -1789,7 +2751,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1789
2751
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1790
2752
|
style="font-size: 18px;"
|
|
1791
2753
|
>
|
|
1792
|
-
$
|
|
2754
|
+
$sort
|
|
1793
2755
|
</i>
|
|
1794
2756
|
</th>
|
|
1795
2757
|
</tr>
|
|
@@ -1827,7 +2789,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1827
2789
|
<i aria-hidden="true"
|
|
1828
2790
|
class="v-icon notranslate material-icons theme--light"
|
|
1829
2791
|
>
|
|
1830
|
-
$
|
|
2792
|
+
$dropdown
|
|
1831
2793
|
</i>
|
|
1832
2794
|
</div>
|
|
1833
2795
|
</div>
|
|
@@ -1855,7 +2817,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1855
2817
|
<i aria-hidden="true"
|
|
1856
2818
|
class="v-icon notranslate material-icons theme--light"
|
|
1857
2819
|
>
|
|
1858
|
-
$
|
|
2820
|
+
$prev
|
|
1859
2821
|
</i>
|
|
1860
2822
|
</span>
|
|
1861
2823
|
</button>
|
|
@@ -1869,7 +2831,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
1869
2831
|
<i aria-hidden="true"
|
|
1870
2832
|
class="v-icon notranslate material-icons theme--light"
|
|
1871
2833
|
>
|
|
1872
|
-
$
|
|
2834
|
+
$next
|
|
1873
2835
|
</i>
|
|
1874
2836
|
</span>
|
|
1875
2837
|
</button>
|
|
@@ -1915,7 +2877,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
1915
2877
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1916
2878
|
style="font-size: 18px;"
|
|
1917
2879
|
>
|
|
1918
|
-
$
|
|
2880
|
+
$sort
|
|
1919
2881
|
</i>
|
|
1920
2882
|
</th>
|
|
1921
2883
|
<th role="columnheader"
|
|
@@ -1931,7 +2893,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
1931
2893
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1932
2894
|
style="font-size: 18px;"
|
|
1933
2895
|
>
|
|
1934
|
-
$
|
|
2896
|
+
$sort
|
|
1935
2897
|
</i>
|
|
1936
2898
|
</th>
|
|
1937
2899
|
<th role="columnheader"
|
|
@@ -1947,7 +2909,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
1947
2909
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1948
2910
|
style="font-size: 18px;"
|
|
1949
2911
|
>
|
|
1950
|
-
$
|
|
2912
|
+
$sort
|
|
1951
2913
|
</i>
|
|
1952
2914
|
</th>
|
|
1953
2915
|
<th role="columnheader"
|
|
@@ -1963,7 +2925,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
1963
2925
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1964
2926
|
style="font-size: 18px;"
|
|
1965
2927
|
>
|
|
1966
|
-
$
|
|
2928
|
+
$sort
|
|
1967
2929
|
</i>
|
|
1968
2930
|
</th>
|
|
1969
2931
|
<th role="columnheader"
|
|
@@ -1979,7 +2941,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
1979
2941
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1980
2942
|
style="font-size: 18px;"
|
|
1981
2943
|
>
|
|
1982
|
-
$
|
|
2944
|
+
$sort
|
|
1983
2945
|
</i>
|
|
1984
2946
|
</th>
|
|
1985
2947
|
</tr>
|
|
@@ -2116,7 +3078,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2116
3078
|
<i aria-hidden="true"
|
|
2117
3079
|
class="v-icon notranslate material-icons theme--light"
|
|
2118
3080
|
>
|
|
2119
|
-
$
|
|
3081
|
+
$dropdown
|
|
2120
3082
|
</i>
|
|
2121
3083
|
</div>
|
|
2122
3084
|
</div>
|
|
@@ -2144,7 +3106,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2144
3106
|
<i aria-hidden="true"
|
|
2145
3107
|
class="v-icon notranslate material-icons theme--light"
|
|
2146
3108
|
>
|
|
2147
|
-
$
|
|
3109
|
+
$prev
|
|
2148
3110
|
</i>
|
|
2149
3111
|
</span>
|
|
2150
3112
|
</button>
|
|
@@ -2158,7 +3120,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2158
3120
|
<i aria-hidden="true"
|
|
2159
3121
|
class="v-icon notranslate material-icons theme--light"
|
|
2160
3122
|
>
|
|
2161
|
-
$
|
|
3123
|
+
$next
|
|
2162
3124
|
</i>
|
|
2163
3125
|
</span>
|
|
2164
3126
|
</button>
|
|
@@ -2203,7 +3165,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2203
3165
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2204
3166
|
style="font-size: 18px;"
|
|
2205
3167
|
>
|
|
2206
|
-
$
|
|
3168
|
+
$sort
|
|
2207
3169
|
</i>
|
|
2208
3170
|
</th>
|
|
2209
3171
|
<th role="columnheader"
|
|
@@ -2219,7 +3181,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2219
3181
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2220
3182
|
style="font-size: 18px;"
|
|
2221
3183
|
>
|
|
2222
|
-
$
|
|
3184
|
+
$sort
|
|
2223
3185
|
</i>
|
|
2224
3186
|
</th>
|
|
2225
3187
|
<th role="columnheader"
|
|
@@ -2235,7 +3197,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2235
3197
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2236
3198
|
style="font-size: 18px;"
|
|
2237
3199
|
>
|
|
2238
|
-
$
|
|
3200
|
+
$sort
|
|
2239
3201
|
</i>
|
|
2240
3202
|
</th>
|
|
2241
3203
|
<th role="columnheader"
|
|
@@ -2251,7 +3213,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2251
3213
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2252
3214
|
style="font-size: 18px;"
|
|
2253
3215
|
>
|
|
2254
|
-
$
|
|
3216
|
+
$sort
|
|
2255
3217
|
</i>
|
|
2256
3218
|
</th>
|
|
2257
3219
|
</tr>
|
|
@@ -2300,7 +3262,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2300
3262
|
<i aria-hidden="true"
|
|
2301
3263
|
class="v-icon notranslate material-icons theme--light"
|
|
2302
3264
|
>
|
|
2303
|
-
$
|
|
3265
|
+
$dropdown
|
|
2304
3266
|
</i>
|
|
2305
3267
|
</div>
|
|
2306
3268
|
</div>
|
|
@@ -2328,7 +3290,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2328
3290
|
<i aria-hidden="true"
|
|
2329
3291
|
class="v-icon notranslate material-icons theme--light"
|
|
2330
3292
|
>
|
|
2331
|
-
$
|
|
3293
|
+
$prev
|
|
2332
3294
|
</i>
|
|
2333
3295
|
</span>
|
|
2334
3296
|
</button>
|
|
@@ -2342,7 +3304,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
2342
3304
|
<i aria-hidden="true"
|
|
2343
3305
|
class="v-icon notranslate material-icons theme--light"
|
|
2344
3306
|
>
|
|
2345
|
-
$
|
|
3307
|
+
$next
|
|
2346
3308
|
</i>
|
|
2347
3309
|
</span>
|
|
2348
3310
|
</button>
|
|
@@ -2387,7 +3349,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2387
3349
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2388
3350
|
style="font-size: 18px;"
|
|
2389
3351
|
>
|
|
2390
|
-
$
|
|
3352
|
+
$sort
|
|
2391
3353
|
</i>
|
|
2392
3354
|
</th>
|
|
2393
3355
|
<th role="columnheader"
|
|
@@ -2403,7 +3365,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2403
3365
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2404
3366
|
style="font-size: 18px;"
|
|
2405
3367
|
>
|
|
2406
|
-
$
|
|
3368
|
+
$sort
|
|
2407
3369
|
</i>
|
|
2408
3370
|
</th>
|
|
2409
3371
|
<th role="columnheader"
|
|
@@ -2419,7 +3381,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2419
3381
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2420
3382
|
style="font-size: 18px;"
|
|
2421
3383
|
>
|
|
2422
|
-
$
|
|
3384
|
+
$sort
|
|
2423
3385
|
</i>
|
|
2424
3386
|
</th>
|
|
2425
3387
|
<th role="columnheader"
|
|
@@ -2435,7 +3397,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2435
3397
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2436
3398
|
style="font-size: 18px;"
|
|
2437
3399
|
>
|
|
2438
|
-
$
|
|
3400
|
+
$sort
|
|
2439
3401
|
</i>
|
|
2440
3402
|
</th>
|
|
2441
3403
|
</tr>
|
|
@@ -2452,7 +3414,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2452
3414
|
<i aria-hidden="true"
|
|
2453
3415
|
class="v-icon notranslate material-icons theme--light"
|
|
2454
3416
|
>
|
|
2455
|
-
$
|
|
3417
|
+
$minus
|
|
2456
3418
|
</i>
|
|
2457
3419
|
</span>
|
|
2458
3420
|
</button>
|
|
@@ -2464,7 +3426,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2464
3426
|
<i aria-hidden="true"
|
|
2465
3427
|
class="v-icon notranslate material-icons theme--light"
|
|
2466
3428
|
>
|
|
2467
|
-
$
|
|
3429
|
+
$close
|
|
2468
3430
|
</i>
|
|
2469
3431
|
</span>
|
|
2470
3432
|
</button>
|
|
@@ -2503,7 +3465,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2503
3465
|
<i aria-hidden="true"
|
|
2504
3466
|
class="v-icon notranslate material-icons theme--light"
|
|
2505
3467
|
>
|
|
2506
|
-
$
|
|
3468
|
+
$minus
|
|
2507
3469
|
</i>
|
|
2508
3470
|
</span>
|
|
2509
3471
|
</button>
|
|
@@ -2515,7 +3477,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2515
3477
|
<i aria-hidden="true"
|
|
2516
3478
|
class="v-icon notranslate material-icons theme--light"
|
|
2517
3479
|
>
|
|
2518
|
-
$
|
|
3480
|
+
$close
|
|
2519
3481
|
</i>
|
|
2520
3482
|
</span>
|
|
2521
3483
|
</button>
|
|
@@ -2554,7 +3516,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2554
3516
|
<i aria-hidden="true"
|
|
2555
3517
|
class="v-icon notranslate material-icons theme--light"
|
|
2556
3518
|
>
|
|
2557
|
-
$
|
|
3519
|
+
$minus
|
|
2558
3520
|
</i>
|
|
2559
3521
|
</span>
|
|
2560
3522
|
</button>
|
|
@@ -2566,7 +3528,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2566
3528
|
<i aria-hidden="true"
|
|
2567
3529
|
class="v-icon notranslate material-icons theme--light"
|
|
2568
3530
|
>
|
|
2569
|
-
$
|
|
3531
|
+
$close
|
|
2570
3532
|
</i>
|
|
2571
3533
|
</span>
|
|
2572
3534
|
</button>
|
|
@@ -2605,7 +3567,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2605
3567
|
<i aria-hidden="true"
|
|
2606
3568
|
class="v-icon notranslate material-icons theme--light"
|
|
2607
3569
|
>
|
|
2608
|
-
$
|
|
3570
|
+
$minus
|
|
2609
3571
|
</i>
|
|
2610
3572
|
</span>
|
|
2611
3573
|
</button>
|
|
@@ -2617,7 +3579,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2617
3579
|
<i aria-hidden="true"
|
|
2618
3580
|
class="v-icon notranslate material-icons theme--light"
|
|
2619
3581
|
>
|
|
2620
|
-
$
|
|
3582
|
+
$close
|
|
2621
3583
|
</i>
|
|
2622
3584
|
</span>
|
|
2623
3585
|
</button>
|
|
@@ -2656,7 +3618,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2656
3618
|
<i aria-hidden="true"
|
|
2657
3619
|
class="v-icon notranslate material-icons theme--light"
|
|
2658
3620
|
>
|
|
2659
|
-
$
|
|
3621
|
+
$minus
|
|
2660
3622
|
</i>
|
|
2661
3623
|
</span>
|
|
2662
3624
|
</button>
|
|
@@ -2668,7 +3630,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2668
3630
|
<i aria-hidden="true"
|
|
2669
3631
|
class="v-icon notranslate material-icons theme--light"
|
|
2670
3632
|
>
|
|
2671
|
-
$
|
|
3633
|
+
$close
|
|
2672
3634
|
</i>
|
|
2673
3635
|
</span>
|
|
2674
3636
|
</button>
|
|
@@ -2727,7 +3689,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2727
3689
|
<i aria-hidden="true"
|
|
2728
3690
|
class="v-icon notranslate material-icons theme--light"
|
|
2729
3691
|
>
|
|
2730
|
-
$
|
|
3692
|
+
$dropdown
|
|
2731
3693
|
</i>
|
|
2732
3694
|
</div>
|
|
2733
3695
|
</div>
|
|
@@ -2755,7 +3717,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2755
3717
|
<i aria-hidden="true"
|
|
2756
3718
|
class="v-icon notranslate material-icons theme--light"
|
|
2757
3719
|
>
|
|
2758
|
-
$
|
|
3720
|
+
$prev
|
|
2759
3721
|
</i>
|
|
2760
3722
|
</span>
|
|
2761
3723
|
</button>
|
|
@@ -2769,7 +3731,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
2769
3731
|
<i aria-hidden="true"
|
|
2770
3732
|
class="v-icon notranslate material-icons theme--light"
|
|
2771
3733
|
>
|
|
2772
|
-
$
|
|
3734
|
+
$next
|
|
2773
3735
|
</i>
|
|
2774
3736
|
</span>
|
|
2775
3737
|
</button>
|
|
@@ -2814,7 +3776,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2814
3776
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2815
3777
|
style="font-size: 18px;"
|
|
2816
3778
|
>
|
|
2817
|
-
$
|
|
3779
|
+
$sort
|
|
2818
3780
|
</i>
|
|
2819
3781
|
</th>
|
|
2820
3782
|
<th role="columnheader"
|
|
@@ -2830,7 +3792,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2830
3792
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2831
3793
|
style="font-size: 18px;"
|
|
2832
3794
|
>
|
|
2833
|
-
$
|
|
3795
|
+
$sort
|
|
2834
3796
|
</i>
|
|
2835
3797
|
</th>
|
|
2836
3798
|
<th role="columnheader"
|
|
@@ -2846,7 +3808,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2846
3808
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2847
3809
|
style="font-size: 18px;"
|
|
2848
3810
|
>
|
|
2849
|
-
$
|
|
3811
|
+
$sort
|
|
2850
3812
|
</i>
|
|
2851
3813
|
</th>
|
|
2852
3814
|
<th role="columnheader"
|
|
@@ -2862,7 +3824,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2862
3824
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2863
3825
|
style="font-size: 18px;"
|
|
2864
3826
|
>
|
|
2865
|
-
$
|
|
3827
|
+
$sort
|
|
2866
3828
|
</i>
|
|
2867
3829
|
</th>
|
|
2868
3830
|
</tr>
|
|
@@ -2879,7 +3841,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2879
3841
|
<i aria-hidden="true"
|
|
2880
3842
|
class="v-icon notranslate material-icons theme--light"
|
|
2881
3843
|
>
|
|
2882
|
-
$
|
|
3844
|
+
$minus
|
|
2883
3845
|
</i>
|
|
2884
3846
|
</span>
|
|
2885
3847
|
</button>
|
|
@@ -2891,7 +3853,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2891
3853
|
<i aria-hidden="true"
|
|
2892
3854
|
class="v-icon notranslate material-icons theme--light"
|
|
2893
3855
|
>
|
|
2894
|
-
$
|
|
3856
|
+
$close
|
|
2895
3857
|
</i>
|
|
2896
3858
|
</span>
|
|
2897
3859
|
</button>
|
|
@@ -2942,7 +3904,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2942
3904
|
<i aria-hidden="true"
|
|
2943
3905
|
class="v-icon notranslate material-icons theme--light"
|
|
2944
3906
|
>
|
|
2945
|
-
$
|
|
3907
|
+
$minus
|
|
2946
3908
|
</i>
|
|
2947
3909
|
</span>
|
|
2948
3910
|
</button>
|
|
@@ -2954,7 +3916,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2954
3916
|
<i aria-hidden="true"
|
|
2955
3917
|
class="v-icon notranslate material-icons theme--light"
|
|
2956
3918
|
>
|
|
2957
|
-
$
|
|
3919
|
+
$close
|
|
2958
3920
|
</i>
|
|
2959
3921
|
</span>
|
|
2960
3922
|
</button>
|
|
@@ -2988,7 +3950,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
2988
3950
|
<i aria-hidden="true"
|
|
2989
3951
|
class="v-icon notranslate material-icons theme--light"
|
|
2990
3952
|
>
|
|
2991
|
-
$
|
|
3953
|
+
$minus
|
|
2992
3954
|
</i>
|
|
2993
3955
|
</span>
|
|
2994
3956
|
</button>
|
|
@@ -3000,7 +3962,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3000
3962
|
<i aria-hidden="true"
|
|
3001
3963
|
class="v-icon notranslate material-icons theme--light"
|
|
3002
3964
|
>
|
|
3003
|
-
$
|
|
3965
|
+
$close
|
|
3004
3966
|
</i>
|
|
3005
3967
|
</span>
|
|
3006
3968
|
</button>
|
|
@@ -3034,7 +3996,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3034
3996
|
<i aria-hidden="true"
|
|
3035
3997
|
class="v-icon notranslate material-icons theme--light"
|
|
3036
3998
|
>
|
|
3037
|
-
$
|
|
3999
|
+
$minus
|
|
3038
4000
|
</i>
|
|
3039
4001
|
</span>
|
|
3040
4002
|
</button>
|
|
@@ -3046,7 +4008,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3046
4008
|
<i aria-hidden="true"
|
|
3047
4009
|
class="v-icon notranslate material-icons theme--light"
|
|
3048
4010
|
>
|
|
3049
|
-
$
|
|
4011
|
+
$close
|
|
3050
4012
|
</i>
|
|
3051
4013
|
</span>
|
|
3052
4014
|
</button>
|
|
@@ -3100,7 +4062,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3100
4062
|
<i aria-hidden="true"
|
|
3101
4063
|
class="v-icon notranslate material-icons theme--light"
|
|
3102
4064
|
>
|
|
3103
|
-
$
|
|
4065
|
+
$dropdown
|
|
3104
4066
|
</i>
|
|
3105
4067
|
</div>
|
|
3106
4068
|
</div>
|
|
@@ -3128,7 +4090,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3128
4090
|
<i aria-hidden="true"
|
|
3129
4091
|
class="v-icon notranslate material-icons theme--light"
|
|
3130
4092
|
>
|
|
3131
|
-
$
|
|
4093
|
+
$prev
|
|
3132
4094
|
</i>
|
|
3133
4095
|
</span>
|
|
3134
4096
|
</button>
|
|
@@ -3142,7 +4104,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3142
4104
|
<i aria-hidden="true"
|
|
3143
4105
|
class="v-icon notranslate material-icons theme--light"
|
|
3144
4106
|
>
|
|
3145
|
-
$
|
|
4107
|
+
$next
|
|
3146
4108
|
</i>
|
|
3147
4109
|
</span>
|
|
3148
4110
|
</button>
|
|
@@ -3188,7 +4150,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3188
4150
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3189
4151
|
style="font-size: 18px;"
|
|
3190
4152
|
>
|
|
3191
|
-
$
|
|
4153
|
+
$sort
|
|
3192
4154
|
</i>
|
|
3193
4155
|
</th>
|
|
3194
4156
|
<th role="columnheader"
|
|
@@ -3204,7 +4166,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3204
4166
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3205
4167
|
style="font-size: 18px;"
|
|
3206
4168
|
>
|
|
3207
|
-
$
|
|
4169
|
+
$sort
|
|
3208
4170
|
</i>
|
|
3209
4171
|
</th>
|
|
3210
4172
|
<th role="columnheader"
|
|
@@ -3220,7 +4182,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3220
4182
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3221
4183
|
style="font-size: 18px;"
|
|
3222
4184
|
>
|
|
3223
|
-
$
|
|
4185
|
+
$sort
|
|
3224
4186
|
</i>
|
|
3225
4187
|
</th>
|
|
3226
4188
|
<th role="columnheader"
|
|
@@ -3236,7 +4198,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3236
4198
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3237
4199
|
style="font-size: 18px;"
|
|
3238
4200
|
>
|
|
3239
|
-
$
|
|
4201
|
+
$sort
|
|
3240
4202
|
</i>
|
|
3241
4203
|
</th>
|
|
3242
4204
|
<th role="columnheader"
|
|
@@ -3252,7 +4214,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3252
4214
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3253
4215
|
style="font-size: 18px;"
|
|
3254
4216
|
>
|
|
3255
|
-
$
|
|
4217
|
+
$sort
|
|
3256
4218
|
</i>
|
|
3257
4219
|
</th>
|
|
3258
4220
|
</tr>
|
|
@@ -3304,7 +4266,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3304
4266
|
<i aria-hidden="true"
|
|
3305
4267
|
class="v-icon notranslate material-icons theme--light"
|
|
3306
4268
|
>
|
|
3307
|
-
$
|
|
4269
|
+
$dropdown
|
|
3308
4270
|
</i>
|
|
3309
4271
|
</div>
|
|
3310
4272
|
</div>
|
|
@@ -3332,7 +4294,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3332
4294
|
<i aria-hidden="true"
|
|
3333
4295
|
class="v-icon notranslate material-icons theme--light"
|
|
3334
4296
|
>
|
|
3335
|
-
$
|
|
4297
|
+
$prev
|
|
3336
4298
|
</i>
|
|
3337
4299
|
</span>
|
|
3338
4300
|
</button>
|
|
@@ -3346,7 +4308,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
3346
4308
|
<i aria-hidden="true"
|
|
3347
4309
|
class="v-icon notranslate material-icons theme--light"
|
|
3348
4310
|
>
|
|
3349
|
-
$
|
|
4311
|
+
$next
|
|
3350
4312
|
</i>
|
|
3351
4313
|
</span>
|
|
3352
4314
|
</button>
|
|
@@ -3392,7 +4354,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3392
4354
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3393
4355
|
style="font-size: 18px;"
|
|
3394
4356
|
>
|
|
3395
|
-
$
|
|
4357
|
+
$sort
|
|
3396
4358
|
</i>
|
|
3397
4359
|
</th>
|
|
3398
4360
|
<th role="columnheader"
|
|
@@ -3408,7 +4370,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3408
4370
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3409
4371
|
style="font-size: 18px;"
|
|
3410
4372
|
>
|
|
3411
|
-
$
|
|
4373
|
+
$sort
|
|
3412
4374
|
</i>
|
|
3413
4375
|
</th>
|
|
3414
4376
|
<th role="columnheader"
|
|
@@ -3424,7 +4386,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3424
4386
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3425
4387
|
style="font-size: 18px;"
|
|
3426
4388
|
>
|
|
3427
|
-
$
|
|
4389
|
+
$sort
|
|
3428
4390
|
</i>
|
|
3429
4391
|
</th>
|
|
3430
4392
|
<th role="columnheader"
|
|
@@ -3440,7 +4402,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3440
4402
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3441
4403
|
style="font-size: 18px;"
|
|
3442
4404
|
>
|
|
3443
|
-
$
|
|
4405
|
+
$sort
|
|
3444
4406
|
</i>
|
|
3445
4407
|
</th>
|
|
3446
4408
|
<th role="columnheader"
|
|
@@ -3456,7 +4418,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3456
4418
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3457
4419
|
style="font-size: 18px;"
|
|
3458
4420
|
>
|
|
3459
|
-
$
|
|
4421
|
+
$sort
|
|
3460
4422
|
</i>
|
|
3461
4423
|
</th>
|
|
3462
4424
|
</tr>
|
|
@@ -3618,7 +4580,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3618
4580
|
<i aria-hidden="true"
|
|
3619
4581
|
class="v-icon notranslate material-icons theme--light"
|
|
3620
4582
|
>
|
|
3621
|
-
$
|
|
4583
|
+
$dropdown
|
|
3622
4584
|
</i>
|
|
3623
4585
|
</div>
|
|
3624
4586
|
</div>
|
|
@@ -3646,7 +4608,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3646
4608
|
<i aria-hidden="true"
|
|
3647
4609
|
class="v-icon notranslate material-icons theme--light"
|
|
3648
4610
|
>
|
|
3649
|
-
$
|
|
4611
|
+
$prev
|
|
3650
4612
|
</i>
|
|
3651
4613
|
</span>
|
|
3652
4614
|
</button>
|
|
@@ -3660,7 +4622,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
3660
4622
|
<i aria-hidden="true"
|
|
3661
4623
|
class="v-icon notranslate material-icons theme--light"
|
|
3662
4624
|
>
|
|
3663
|
-
$
|
|
4625
|
+
$next
|
|
3664
4626
|
</i>
|
|
3665
4627
|
</span>
|
|
3666
4628
|
</button>
|
|
@@ -3717,7 +4679,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3717
4679
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3718
4680
|
style="font-size: 18px;"
|
|
3719
4681
|
>
|
|
3720
|
-
$
|
|
4682
|
+
$sort
|
|
3721
4683
|
</i>
|
|
3722
4684
|
</th>
|
|
3723
4685
|
<th role="columnheader"
|
|
@@ -3733,7 +4695,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3733
4695
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3734
4696
|
style="font-size: 18px;"
|
|
3735
4697
|
>
|
|
3736
|
-
$
|
|
4698
|
+
$sort
|
|
3737
4699
|
</i>
|
|
3738
4700
|
</th>
|
|
3739
4701
|
<th role="columnheader"
|
|
@@ -3749,7 +4711,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3749
4711
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3750
4712
|
style="font-size: 18px;"
|
|
3751
4713
|
>
|
|
3752
|
-
$
|
|
4714
|
+
$sort
|
|
3753
4715
|
</i>
|
|
3754
4716
|
</th>
|
|
3755
4717
|
<th role="columnheader"
|
|
@@ -3765,7 +4727,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3765
4727
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3766
4728
|
style="font-size: 18px;"
|
|
3767
4729
|
>
|
|
3768
|
-
$
|
|
4730
|
+
$sort
|
|
3769
4731
|
</i>
|
|
3770
4732
|
</th>
|
|
3771
4733
|
<th role="columnheader"
|
|
@@ -3781,7 +4743,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3781
4743
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3782
4744
|
style="font-size: 18px;"
|
|
3783
4745
|
>
|
|
3784
|
-
$
|
|
4746
|
+
$sort
|
|
3785
4747
|
</i>
|
|
3786
4748
|
</th>
|
|
3787
4749
|
</tr>
|
|
@@ -3792,7 +4754,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3792
4754
|
<i role="button"
|
|
3793
4755
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
3794
4756
|
>
|
|
3795
|
-
$
|
|
4757
|
+
$expand
|
|
3796
4758
|
</i>
|
|
3797
4759
|
</td>
|
|
3798
4760
|
<td class="text-left">
|
|
@@ -3819,7 +4781,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3819
4781
|
<i role="button"
|
|
3820
4782
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
3821
4783
|
>
|
|
3822
|
-
$
|
|
4784
|
+
$expand
|
|
3823
4785
|
</i>
|
|
3824
4786
|
</td>
|
|
3825
4787
|
<td class="text-left">
|
|
@@ -3846,7 +4808,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3846
4808
|
<i role="button"
|
|
3847
4809
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
3848
4810
|
>
|
|
3849
|
-
$
|
|
4811
|
+
$expand
|
|
3850
4812
|
</i>
|
|
3851
4813
|
</td>
|
|
3852
4814
|
<td class="text-left">
|
|
@@ -3873,7 +4835,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3873
4835
|
<i role="button"
|
|
3874
4836
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
3875
4837
|
>
|
|
3876
|
-
$
|
|
4838
|
+
$expand
|
|
3877
4839
|
</i>
|
|
3878
4840
|
</td>
|
|
3879
4841
|
<td class="text-left">
|
|
@@ -3900,7 +4862,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3900
4862
|
<i role="button"
|
|
3901
4863
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
3902
4864
|
>
|
|
3903
|
-
$
|
|
4865
|
+
$expand
|
|
3904
4866
|
</i>
|
|
3905
4867
|
</td>
|
|
3906
4868
|
<td class="text-left">
|
|
@@ -3953,7 +4915,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3953
4915
|
<i aria-hidden="true"
|
|
3954
4916
|
class="v-icon notranslate material-icons theme--light"
|
|
3955
4917
|
>
|
|
3956
|
-
$
|
|
4918
|
+
$dropdown
|
|
3957
4919
|
</i>
|
|
3958
4920
|
</div>
|
|
3959
4921
|
</div>
|
|
@@ -3981,7 +4943,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3981
4943
|
<i aria-hidden="true"
|
|
3982
4944
|
class="v-icon notranslate material-icons theme--light"
|
|
3983
4945
|
>
|
|
3984
|
-
$
|
|
4946
|
+
$prev
|
|
3985
4947
|
</i>
|
|
3986
4948
|
</span>
|
|
3987
4949
|
</button>
|
|
@@ -3995,7 +4957,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
3995
4957
|
<i aria-hidden="true"
|
|
3996
4958
|
class="v-icon notranslate material-icons theme--light"
|
|
3997
4959
|
>
|
|
3998
|
-
$
|
|
4960
|
+
$next
|
|
3999
4961
|
</i>
|
|
4000
4962
|
</span>
|
|
4001
4963
|
</button>
|
|
@@ -4052,7 +5014,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4052
5014
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4053
5015
|
style="font-size: 18px;"
|
|
4054
5016
|
>
|
|
4055
|
-
$
|
|
5017
|
+
$sort
|
|
4056
5018
|
</i>
|
|
4057
5019
|
</th>
|
|
4058
5020
|
<th role="columnheader"
|
|
@@ -4068,7 +5030,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4068
5030
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4069
5031
|
style="font-size: 18px;"
|
|
4070
5032
|
>
|
|
4071
|
-
$
|
|
5033
|
+
$sort
|
|
4072
5034
|
</i>
|
|
4073
5035
|
</th>
|
|
4074
5036
|
<th role="columnheader"
|
|
@@ -4084,7 +5046,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4084
5046
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4085
5047
|
style="font-size: 18px;"
|
|
4086
5048
|
>
|
|
4087
|
-
$
|
|
5049
|
+
$sort
|
|
4088
5050
|
</i>
|
|
4089
5051
|
</th>
|
|
4090
5052
|
<th role="columnheader"
|
|
@@ -4100,7 +5062,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4100
5062
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4101
5063
|
style="font-size: 18px;"
|
|
4102
5064
|
>
|
|
4103
|
-
$
|
|
5065
|
+
$sort
|
|
4104
5066
|
</i>
|
|
4105
5067
|
</th>
|
|
4106
5068
|
<th role="columnheader"
|
|
@@ -4116,7 +5078,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4116
5078
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4117
5079
|
style="font-size: 18px;"
|
|
4118
5080
|
>
|
|
4119
|
-
$
|
|
5081
|
+
$sort
|
|
4120
5082
|
</i>
|
|
4121
5083
|
</th>
|
|
4122
5084
|
</tr>
|
|
@@ -4127,7 +5089,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4127
5089
|
<i role="button"
|
|
4128
5090
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light v-data-table__expand-icon--active"
|
|
4129
5091
|
>
|
|
4130
|
-
$
|
|
5092
|
+
$expand
|
|
4131
5093
|
</i>
|
|
4132
5094
|
</td>
|
|
4133
5095
|
<td class="text-left">
|
|
@@ -4154,7 +5116,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4154
5116
|
<i role="button"
|
|
4155
5117
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4156
5118
|
>
|
|
4157
|
-
$
|
|
5119
|
+
$expand
|
|
4158
5120
|
</i>
|
|
4159
5121
|
</td>
|
|
4160
5122
|
<td class="text-left">
|
|
@@ -4181,7 +5143,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4181
5143
|
<i role="button"
|
|
4182
5144
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4183
5145
|
>
|
|
4184
|
-
$
|
|
5146
|
+
$expand
|
|
4185
5147
|
</i>
|
|
4186
5148
|
</td>
|
|
4187
5149
|
<td class="text-left">
|
|
@@ -4208,7 +5170,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4208
5170
|
<i role="button"
|
|
4209
5171
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4210
5172
|
>
|
|
4211
|
-
$
|
|
5173
|
+
$expand
|
|
4212
5174
|
</i>
|
|
4213
5175
|
</td>
|
|
4214
5176
|
<td class="text-left">
|
|
@@ -4235,7 +5197,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4235
5197
|
<i role="button"
|
|
4236
5198
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4237
5199
|
>
|
|
4238
|
-
$
|
|
5200
|
+
$expand
|
|
4239
5201
|
</i>
|
|
4240
5202
|
</td>
|
|
4241
5203
|
<td class="text-left">
|
|
@@ -4288,7 +5250,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4288
5250
|
<i aria-hidden="true"
|
|
4289
5251
|
class="v-icon notranslate material-icons theme--light"
|
|
4290
5252
|
>
|
|
4291
|
-
$
|
|
5253
|
+
$dropdown
|
|
4292
5254
|
</i>
|
|
4293
5255
|
</div>
|
|
4294
5256
|
</div>
|
|
@@ -4316,7 +5278,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4316
5278
|
<i aria-hidden="true"
|
|
4317
5279
|
class="v-icon notranslate material-icons theme--light"
|
|
4318
5280
|
>
|
|
4319
|
-
$
|
|
5281
|
+
$prev
|
|
4320
5282
|
</i>
|
|
4321
5283
|
</span>
|
|
4322
5284
|
</button>
|
|
@@ -4330,7 +5292,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
4330
5292
|
<i aria-hidden="true"
|
|
4331
5293
|
class="v-icon notranslate material-icons theme--light"
|
|
4332
5294
|
>
|
|
4333
|
-
$
|
|
5295
|
+
$next
|
|
4334
5296
|
</i>
|
|
4335
5297
|
</span>
|
|
4336
5298
|
</button>
|
|
@@ -4367,7 +5329,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4367
5329
|
<i aria-hidden="true"
|
|
4368
5330
|
class="v-icon notranslate material-icons theme--light"
|
|
4369
5331
|
>
|
|
4370
|
-
$
|
|
5332
|
+
$checkboxOff
|
|
4371
5333
|
</i>
|
|
4372
5334
|
</div>
|
|
4373
5335
|
</th>
|
|
@@ -4394,7 +5356,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4394
5356
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4395
5357
|
style="font-size: 18px;"
|
|
4396
5358
|
>
|
|
4397
|
-
$
|
|
5359
|
+
$sort
|
|
4398
5360
|
</i>
|
|
4399
5361
|
</th>
|
|
4400
5362
|
<th role="columnheader"
|
|
@@ -4410,7 +5372,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4410
5372
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4411
5373
|
style="font-size: 18px;"
|
|
4412
5374
|
>
|
|
4413
|
-
$
|
|
5375
|
+
$sort
|
|
4414
5376
|
</i>
|
|
4415
5377
|
</th>
|
|
4416
5378
|
<th role="columnheader"
|
|
@@ -4426,7 +5388,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4426
5388
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4427
5389
|
style="font-size: 18px;"
|
|
4428
5390
|
>
|
|
4429
|
-
$
|
|
5391
|
+
$sort
|
|
4430
5392
|
</i>
|
|
4431
5393
|
</th>
|
|
4432
5394
|
<th role="columnheader"
|
|
@@ -4442,7 +5404,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4442
5404
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4443
5405
|
style="font-size: 18px;"
|
|
4444
5406
|
>
|
|
4445
|
-
$
|
|
5407
|
+
$sort
|
|
4446
5408
|
</i>
|
|
4447
5409
|
</th>
|
|
4448
5410
|
<th role="columnheader"
|
|
@@ -4458,7 +5420,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4458
5420
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4459
5421
|
style="font-size: 18px;"
|
|
4460
5422
|
>
|
|
4461
|
-
$
|
|
5423
|
+
$sort
|
|
4462
5424
|
</i>
|
|
4463
5425
|
</th>
|
|
4464
5426
|
</tr>
|
|
@@ -4472,7 +5434,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4472
5434
|
<i aria-hidden="true"
|
|
4473
5435
|
class="v-icon notranslate material-icons theme--light"
|
|
4474
5436
|
>
|
|
4475
|
-
$
|
|
5437
|
+
$checkboxOff
|
|
4476
5438
|
</i>
|
|
4477
5439
|
</div>
|
|
4478
5440
|
</td>
|
|
@@ -4503,7 +5465,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4503
5465
|
<i aria-hidden="true"
|
|
4504
5466
|
class="v-icon notranslate material-icons theme--light"
|
|
4505
5467
|
>
|
|
4506
|
-
$
|
|
5468
|
+
$checkboxOff
|
|
4507
5469
|
</i>
|
|
4508
5470
|
</div>
|
|
4509
5471
|
</td>
|
|
@@ -4534,7 +5496,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4534
5496
|
<i aria-hidden="true"
|
|
4535
5497
|
class="v-icon notranslate material-icons theme--light"
|
|
4536
5498
|
>
|
|
4537
|
-
$
|
|
5499
|
+
$checkboxOff
|
|
4538
5500
|
</i>
|
|
4539
5501
|
</div>
|
|
4540
5502
|
</td>
|
|
@@ -4565,7 +5527,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4565
5527
|
<i aria-hidden="true"
|
|
4566
5528
|
class="v-icon notranslate material-icons theme--light"
|
|
4567
5529
|
>
|
|
4568
|
-
$
|
|
5530
|
+
$checkboxOff
|
|
4569
5531
|
</i>
|
|
4570
5532
|
</div>
|
|
4571
5533
|
</td>
|
|
@@ -4596,7 +5558,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4596
5558
|
<i aria-hidden="true"
|
|
4597
5559
|
class="v-icon notranslate material-icons theme--light"
|
|
4598
5560
|
>
|
|
4599
|
-
$
|
|
5561
|
+
$checkboxOff
|
|
4600
5562
|
</i>
|
|
4601
5563
|
</div>
|
|
4602
5564
|
</td>
|
|
@@ -4650,7 +5612,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4650
5612
|
<i aria-hidden="true"
|
|
4651
5613
|
class="v-icon notranslate material-icons theme--light"
|
|
4652
5614
|
>
|
|
4653
|
-
$
|
|
5615
|
+
$dropdown
|
|
4654
5616
|
</i>
|
|
4655
5617
|
</div>
|
|
4656
5618
|
</div>
|
|
@@ -4678,7 +5640,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4678
5640
|
<i aria-hidden="true"
|
|
4679
5641
|
class="v-icon notranslate material-icons theme--light"
|
|
4680
5642
|
>
|
|
4681
|
-
$
|
|
5643
|
+
$prev
|
|
4682
5644
|
</i>
|
|
4683
5645
|
</span>
|
|
4684
5646
|
</button>
|
|
@@ -4692,7 +5654,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
4692
5654
|
<i aria-hidden="true"
|
|
4693
5655
|
class="v-icon notranslate material-icons theme--light"
|
|
4694
5656
|
>
|
|
4695
|
-
$
|
|
5657
|
+
$next
|
|
4696
5658
|
</i>
|
|
4697
5659
|
</span>
|
|
4698
5660
|
</button>
|