@dimailn/vuetify 2.7.2-alpha32 → 2.7.2-alpha33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vuetify.js +531 -366
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VCalendar/VCalendarWeekly.js +10 -5
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +7 -9
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VContent/VContent.js +24 -5
- package/es5/components/VContent/VContent.js.map +1 -1
- package/es5/components/VCounter/VCounter.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +15 -7
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerTitle.js +30 -19
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/eventHelpers.js +27 -17
- package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VGrid/VCol.js +3 -1
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +23 -10
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VGrid/grid.js +33 -15
- package/es5/components/VGrid/grid.js.map +1 -1
- package/es5/components/VHover/VHover.js +23 -17
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +77 -53
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VLabel/VLabel.js +3 -1
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +54 -33
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +14 -13
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +12 -33
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +4 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +1 -1
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +2 -5
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VSwitch/VSwitch.js +1 -1
- package/es5/components/VSwitch/VSwitch.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +2 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +0 -7
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/directives/color/index.js +6 -3
- package/es5/directives/color/index.js.map +1 -1
- package/es5/directives/ripple/index.js +5 -2
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +1 -2
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +7 -4
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/activatable/index.js +0 -8
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/positionable/index.js.map +1 -1
- package/es5/mixins/proxyable/index.js.map +1 -1
- package/es5/mixins/registrable/index.js.map +1 -1
- package/es5/mixins/selectable/index.js +4 -2
- package/es5/mixins/selectable/index.js.map +1 -1
- package/es5/mixins/toggleable/index.js.map +1 -1
- package/es5/services/goto/util.js +42 -3
- package/es5/services/goto/util.js.map +1 -1
- package/es5/services/theme/index.js +20 -71
- package/es5/services/theme/index.js.map +1 -1
- package/es5/util/mergeData.js +6 -5
- package/es5/util/mergeData.js.map +1 -1
- package/es5/util/mixins.js +4 -3
- package/es5/util/mixins.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +11 -6
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +5 -8
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VContent/VContent.js +18 -3
- package/lib/components/VContent/VContent.js.map +1 -1
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +17 -7
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.js +25 -14
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.js +26 -14
- package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VGrid/VCol.js +3 -1
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +11 -10
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/grid.js +15 -14
- package/lib/components/VGrid/grid.js.map +1 -1
- package/lib/components/VHover/VHover.js +23 -18
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +79 -57
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VLabel/VLabel.js +3 -1
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +58 -34
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +14 -14
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +12 -16
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +4 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +1 -1
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +3 -6
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +1 -1
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +1 -8
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/directives/color/index.js +6 -3
- package/lib/directives/color/index.js.map +1 -1
- package/lib/directives/ripple/index.js +5 -3
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +1 -2
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +7 -4
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/activatable/index.js +1 -8
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/positionable/index.js.map +1 -1
- package/lib/mixins/proxyable/index.js.map +1 -1
- package/lib/mixins/registrable/index.js.map +1 -1
- package/lib/mixins/selectable/index.js +9 -7
- package/lib/mixins/selectable/index.js.map +1 -1
- package/lib/mixins/toggleable/index.js.map +1 -1
- package/lib/services/goto/util.js +42 -3
- package/lib/services/goto/util.js.map +1 -1
- package/lib/services/theme/index.js +18 -64
- package/lib/services/theme/index.js.map +1 -1
- package/lib/util/mergeData.js +6 -5
- package/lib/util/mergeData.js.map +1 -1
- package/lib/util/mixins.js +3 -2
- package/lib/util/mixins.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +4 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +2 -2
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +75 -20
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +38 -40
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +26 -26
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +2 -2
- package/src/components/VBtn/__tests__/VBtn.spec.ts +8 -4
- package/src/components/VCalendar/VCalendarWeekly.ts +12 -5
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +1 -1
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +5 -5
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +167 -168
- package/src/components/VCheckbox/VCheckbox.ts +4 -9
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +7 -1
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +54 -50
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +18 -18
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +10 -10
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +89 -69
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +17 -12
- package/src/components/VContent/VContent.ts +10 -2
- package/src/components/VCounter/VCounter.ts +1 -1
- package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +42 -42
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +30 -30
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +1 -1
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +6 -10
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +24 -21
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +409 -409
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +70 -70
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +8 -8
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +3 -3
- package/src/components/VDatePicker/VDatePicker.ts +23 -7
- package/src/components/VDatePicker/VDatePickerTitle.ts +28 -16
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +86 -124
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +85 -63
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +12 -27
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +9 -5
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +4 -4
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +27 -9
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +45 -35
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +15 -5
- package/src/components/VDatePicker/mixins/date-picker-table.ts +1 -1
- package/src/components/VDatePicker/util/eventHelpers.ts +33 -13
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +5 -8
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +10 -14
- package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +6 -4
- package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +9 -5
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +4 -4
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +38 -38
- package/src/components/VFooter/__tests__/VFooter.spec.ts +28 -21
- package/src/components/VGrid/VCol.ts +1 -1
- package/src/components/VGrid/VContainer.ts +12 -10
- package/src/components/VGrid/__tests__/VCol.spec.ts +4 -2
- package/src/components/VGrid/__tests__/VGrid.spec.ts +2 -3
- package/src/components/VGrid/grid.ts +14 -17
- package/src/components/VHover/VHover.ts +21 -17
- package/src/components/VHover/__tests__/VHover.spec.ts +44 -28
- package/src/components/VIcon/VIcon.ts +72 -53
- package/src/components/VIcon/__tests__/VIcon.spec.ts +86 -176
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +19 -74
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +20 -12
- package/src/components/VLabel/VLabel.ts +1 -1
- package/src/components/VList/__tests__/VListGroup.spec.ts +1 -1
- package/src/components/VList/__tests__/VListItemAction.spec.ts +32 -31
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +2 -2
- package/src/components/VList/__tests__/__snapshots__/VListItemAction.spec.ts.snap +20 -6
- package/src/components/VOtpInput/VOtpInput.ts +57 -32
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +75 -78
- package/src/components/VOverflowBtn/VOverflowBtn.ts +13 -10
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +6 -6
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +38 -46
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +32 -32
- package/src/components/VProgressLinear/VProgressLinear.ts +13 -18
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +20 -12
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +57 -44
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +4 -4
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +29 -33
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +10 -18
- package/src/components/VRating/__tests__/VRating.spec.ts +24 -29
- package/src/components/VResponsive/__tests__/VResponsive.spec.ts +10 -5
- package/src/components/VSelect/VSelect.ts +5 -1
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +5 -5
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +7 -7
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +2 -2
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +4 -4
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +0 -284
- package/src/components/VSelect/__tests__/__snapshots__/VSelectList.spec.ts.snap +30 -27
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +70 -62
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +13 -34
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +46 -37
- package/src/components/VStepper/VStepper.ts +2 -2
- package/src/components/VStepper/VStepperContent.ts +7 -12
- package/src/components/VStepper/__tests__/VStepper.spec.ts +3 -3
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +25 -6
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +10 -12
- package/src/components/VSwitch/VSwitch.ts +1 -1
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +4 -7
- package/src/components/VSwitch/__tests__/__snapshots__/VSwitch.spec.ts.snap +11 -15
- package/src/components/VTextField/VTextField.ts +2 -1
- package/src/components/VTextField/__tests__/VTextField.spec.ts +24 -27
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +49 -73
- package/src/components/VTextarea/__tests__/__snapshots__/VTextarea.spec.ts.snap +16 -6
- package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +49 -10
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +3 -3
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +3 -3
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +2 -2
- package/src/components/VTooltip/VTooltip.ts +0 -6
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +12 -11
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +42 -42
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +2 -2
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +4 -4
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +3 -3
- package/src/directives/color/__tests__/color.spec.ts +54 -34
- package/src/directives/color/index.ts +7 -3
- package/src/directives/intersect/__tests__/intersect.spec.ts +7 -7
- package/src/directives/mutate/__tests__/mutate.spec.ts +32 -26
- package/src/directives/resize/__tests__/resize.spec.ts +5 -5
- package/src/directives/ripple/__tests__/ripple.spec.ts +34 -36
- package/src/directives/ripple/index.ts +3 -6
- package/src/directives/scroll/__tests__/scroll.spec.ts +13 -13
- package/src/directives/scroll/index.ts +0 -1
- package/src/directives/touch/__tests__/touch.spec.ts +23 -16
- package/src/directives/touch/index.ts +6 -4
- package/src/globals.d.ts +6 -6
- package/src/mixins/activatable/__tests__/activatable.spec.ts +55 -55
- package/src/mixins/activatable/index.ts +0 -6
- package/src/mixins/dependent/__tests__/dependent.spec.ts +72 -33
- package/src/mixins/detachable/__tests__/detachable.spec.ts +45 -31
- package/src/mixins/groupable/index.ts +6 -6
- package/src/mixins/positionable/index.ts +2 -2
- package/src/mixins/proxyable/index.ts +2 -2
- package/src/mixins/registrable/index.ts +4 -4
- package/src/mixins/selectable/index.ts +10 -7
- package/src/mixins/toggleable/index.ts +2 -2
- package/src/services/goto/__tests__/goto.spec.ts +146 -1
- package/src/services/goto/util.ts +44 -5
- package/src/services/theme/__tests__/__snapshots__/theme.spec.ts.snap +0 -1128
- package/src/services/theme/__tests__/theme.spec.ts +81 -83
- package/src/services/theme/index.ts +22 -60
- package/src/util/__tests__/dom.spec.ts +8 -5
- package/src/util/__tests__/helpers.spec.ts +1 -1
- package/src/util/__tests__/mergeData.spec.ts +8 -8
- package/src/util/mergeData.ts +10 -5
- package/src/util/mixins.ts +24 -7
- package/types/alacarte.d.ts +14 -14
- package/types/index.d.ts +8 -8
- package/types/lib.d.ts +173 -173
|
@@ -42,8 +42,8 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
42
42
|
</div>
|
|
43
43
|
<div class="v-input__append-inner">
|
|
44
44
|
<div class="v-input__icon v-input__icon--append">
|
|
45
|
-
<i
|
|
46
|
-
|
|
45
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
46
|
+
aria-hidden="true"
|
|
47
47
|
>
|
|
48
48
|
</i>
|
|
49
49
|
</div>
|
|
@@ -341,8 +341,8 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
341
341
|
</div>
|
|
342
342
|
<div class="v-input__append-inner">
|
|
343
343
|
<div class="v-input__icon v-input__icon--append">
|
|
344
|
-
<i
|
|
345
|
-
|
|
344
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
345
|
+
aria-hidden="true"
|
|
346
346
|
>
|
|
347
347
|
</i>
|
|
348
348
|
</div>
|
|
@@ -367,8 +367,8 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
367
367
|
aria-label="Previous page"
|
|
368
368
|
>
|
|
369
369
|
<span class="v-btn__content">
|
|
370
|
-
<i
|
|
371
|
-
|
|
370
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
371
|
+
aria-hidden="true"
|
|
372
372
|
>
|
|
373
373
|
</i>
|
|
374
374
|
</span>
|
|
@@ -380,8 +380,8 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
380
380
|
aria-label="Next page"
|
|
381
381
|
>
|
|
382
382
|
<span class="v-btn__content">
|
|
383
|
-
<i
|
|
384
|
-
|
|
383
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
384
|
+
aria-hidden="true"
|
|
385
385
|
>
|
|
386
386
|
</i>
|
|
387
387
|
</span>
|
|
@@ -433,8 +433,8 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
433
433
|
</div>
|
|
434
434
|
<div class="v-input__append-inner">
|
|
435
435
|
<div class="v-input__icon v-input__icon--append">
|
|
436
|
-
<i
|
|
437
|
-
|
|
436
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
437
|
+
aria-hidden="true"
|
|
438
438
|
>
|
|
439
439
|
</i>
|
|
440
440
|
</div>
|
|
@@ -732,8 +732,8 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
732
732
|
</div>
|
|
733
733
|
<div class="v-input__append-inner">
|
|
734
734
|
<div class="v-input__icon v-input__icon--append">
|
|
735
|
-
<i
|
|
736
|
-
|
|
735
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
736
|
+
aria-hidden="true"
|
|
737
737
|
>
|
|
738
738
|
</i>
|
|
739
739
|
</div>
|
|
@@ -758,8 +758,8 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
758
758
|
aria-label="Previous page"
|
|
759
759
|
>
|
|
760
760
|
<span class="v-btn__content">
|
|
761
|
-
<i
|
|
762
|
-
|
|
761
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
762
|
+
aria-hidden="true"
|
|
763
763
|
>
|
|
764
764
|
</i>
|
|
765
765
|
</span>
|
|
@@ -771,8 +771,8 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
771
771
|
aria-label="Next page"
|
|
772
772
|
>
|
|
773
773
|
<span class="v-btn__content">
|
|
774
|
-
<i
|
|
775
|
-
|
|
774
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
775
|
+
aria-hidden="true"
|
|
776
776
|
>
|
|
777
777
|
</i>
|
|
778
778
|
</span>
|
|
@@ -824,8 +824,8 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
824
824
|
</div>
|
|
825
825
|
<div class="v-input__append-inner">
|
|
826
826
|
<div class="v-input__icon v-input__icon--append">
|
|
827
|
-
<i
|
|
828
|
-
|
|
827
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
828
|
+
aria-hidden="true"
|
|
829
829
|
>
|
|
830
830
|
</i>
|
|
831
831
|
</div>
|
|
@@ -1123,8 +1123,8 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1123
1123
|
</div>
|
|
1124
1124
|
<div class="v-input__append-inner">
|
|
1125
1125
|
<div class="v-input__icon v-input__icon--append">
|
|
1126
|
-
<i
|
|
1127
|
-
|
|
1126
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1127
|
+
aria-hidden="true"
|
|
1128
1128
|
>
|
|
1129
1129
|
</i>
|
|
1130
1130
|
</div>
|
|
@@ -1149,8 +1149,8 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1149
1149
|
aria-label="Previous page"
|
|
1150
1150
|
>
|
|
1151
1151
|
<span class="v-btn__content">
|
|
1152
|
-
<i
|
|
1153
|
-
|
|
1152
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1153
|
+
aria-hidden="true"
|
|
1154
1154
|
>
|
|
1155
1155
|
</i>
|
|
1156
1156
|
</span>
|
|
@@ -1162,8 +1162,8 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1162
1162
|
aria-label="Next page"
|
|
1163
1163
|
>
|
|
1164
1164
|
<span class="v-btn__content">
|
|
1165
|
-
<i
|
|
1166
|
-
|
|
1165
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1166
|
+
aria-hidden="true"
|
|
1167
1167
|
>
|
|
1168
1168
|
</i>
|
|
1169
1169
|
</span>
|
|
@@ -1215,8 +1215,8 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1215
1215
|
</div>
|
|
1216
1216
|
<div class="v-input__append-inner">
|
|
1217
1217
|
<div class="v-input__icon v-input__icon--append">
|
|
1218
|
-
<i
|
|
1219
|
-
|
|
1218
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1219
|
+
aria-hidden="true"
|
|
1220
1220
|
>
|
|
1221
1221
|
</i>
|
|
1222
1222
|
</div>
|
|
@@ -1514,8 +1514,8 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1514
1514
|
</div>
|
|
1515
1515
|
<div class="v-input__append-inner">
|
|
1516
1516
|
<div class="v-input__icon v-input__icon--append">
|
|
1517
|
-
<i
|
|
1518
|
-
|
|
1517
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1518
|
+
aria-hidden="true"
|
|
1519
1519
|
>
|
|
1520
1520
|
</i>
|
|
1521
1521
|
</div>
|
|
@@ -1540,8 +1540,8 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1540
1540
|
aria-label="Previous page"
|
|
1541
1541
|
>
|
|
1542
1542
|
<span class="v-btn__content">
|
|
1543
|
-
<i
|
|
1544
|
-
|
|
1543
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1544
|
+
aria-hidden="true"
|
|
1545
1545
|
>
|
|
1546
1546
|
</i>
|
|
1547
1547
|
</span>
|
|
@@ -1553,8 +1553,8 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1553
1553
|
aria-label="Next page"
|
|
1554
1554
|
>
|
|
1555
1555
|
<span class="v-btn__content">
|
|
1556
|
-
<i
|
|
1557
|
-
|
|
1556
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1557
|
+
aria-hidden="true"
|
|
1558
1558
|
>
|
|
1559
1559
|
</i>
|
|
1560
1560
|
</span>
|
|
@@ -1606,8 +1606,8 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1606
1606
|
</div>
|
|
1607
1607
|
<div class="v-input__append-inner">
|
|
1608
1608
|
<div class="v-input__icon v-input__icon--append">
|
|
1609
|
-
<i
|
|
1610
|
-
|
|
1609
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1610
|
+
aria-hidden="true"
|
|
1611
1611
|
>
|
|
1612
1612
|
</i>
|
|
1613
1613
|
</div>
|
|
@@ -1737,8 +1737,8 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1737
1737
|
aria-label="Previous page"
|
|
1738
1738
|
>
|
|
1739
1739
|
<span class="v-btn__content">
|
|
1740
|
-
<i
|
|
1741
|
-
|
|
1740
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1741
|
+
aria-hidden="true"
|
|
1742
1742
|
>
|
|
1743
1743
|
</i>
|
|
1744
1744
|
</span>
|
|
@@ -1751,8 +1751,8 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1751
1751
|
aria-label="Next page"
|
|
1752
1752
|
>
|
|
1753
1753
|
<span class="v-btn__content">
|
|
1754
|
-
<i
|
|
1755
|
-
|
|
1754
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1755
|
+
aria-hidden="true"
|
|
1756
1756
|
>
|
|
1757
1757
|
</i>
|
|
1758
1758
|
</span>
|
|
@@ -1804,8 +1804,8 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
1804
1804
|
</div>
|
|
1805
1805
|
<div class="v-input__append-inner">
|
|
1806
1806
|
<div class="v-input__icon v-input__icon--append">
|
|
1807
|
-
<i
|
|
1808
|
-
|
|
1807
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
1808
|
+
aria-hidden="true"
|
|
1809
1809
|
>
|
|
1810
1810
|
</i>
|
|
1811
1811
|
</div>
|
|
@@ -2153,8 +2153,8 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2153
2153
|
</div>
|
|
2154
2154
|
<div class="v-input__append-inner">
|
|
2155
2155
|
<div class="v-input__icon v-input__icon--append">
|
|
2156
|
-
<i
|
|
2157
|
-
|
|
2156
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2157
|
+
aria-hidden="true"
|
|
2158
2158
|
>
|
|
2159
2159
|
</i>
|
|
2160
2160
|
</div>
|
|
@@ -2179,8 +2179,8 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2179
2179
|
aria-label="Previous page"
|
|
2180
2180
|
>
|
|
2181
2181
|
<span class="v-btn__content">
|
|
2182
|
-
<i
|
|
2183
|
-
|
|
2182
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2183
|
+
aria-hidden="true"
|
|
2184
2184
|
>
|
|
2185
2185
|
</i>
|
|
2186
2186
|
</span>
|
|
@@ -2192,8 +2192,8 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2192
2192
|
aria-label="Next page"
|
|
2193
2193
|
>
|
|
2194
2194
|
<span class="v-btn__content">
|
|
2195
|
-
<i
|
|
2196
|
-
|
|
2195
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2196
|
+
aria-hidden="true"
|
|
2197
2197
|
>
|
|
2198
2198
|
</i>
|
|
2199
2199
|
</span>
|
|
@@ -2241,8 +2241,8 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2241
2241
|
</div>
|
|
2242
2242
|
<div class="v-input__append-inner">
|
|
2243
2243
|
<div class="v-input__icon v-input__icon--append">
|
|
2244
|
-
<i
|
|
2245
|
-
|
|
2244
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2245
|
+
aria-hidden="true"
|
|
2246
2246
|
>
|
|
2247
2247
|
</i>
|
|
2248
2248
|
</div>
|
|
@@ -2326,8 +2326,8 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2326
2326
|
</div>
|
|
2327
2327
|
<div class="v-input__append-inner">
|
|
2328
2328
|
<div class="v-input__icon v-input__icon--append">
|
|
2329
|
-
<i
|
|
2330
|
-
|
|
2329
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2330
|
+
aria-hidden="true"
|
|
2331
2331
|
>
|
|
2332
2332
|
</i>
|
|
2333
2333
|
</div>
|
|
@@ -2352,8 +2352,8 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2352
2352
|
aria-label="Previous page"
|
|
2353
2353
|
>
|
|
2354
2354
|
<span class="v-btn__content">
|
|
2355
|
-
<i
|
|
2356
|
-
|
|
2355
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2356
|
+
aria-hidden="true"
|
|
2357
2357
|
>
|
|
2358
2358
|
</i>
|
|
2359
2359
|
</span>
|
|
@@ -2366,8 +2366,8 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2366
2366
|
aria-label="Next page"
|
|
2367
2367
|
>
|
|
2368
2368
|
<span class="v-btn__content">
|
|
2369
|
-
<i
|
|
2370
|
-
|
|
2369
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2370
|
+
aria-hidden="true"
|
|
2371
2371
|
>
|
|
2372
2372
|
</i>
|
|
2373
2373
|
</span>
|
|
@@ -2415,8 +2415,8 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2415
2415
|
</div>
|
|
2416
2416
|
<div class="v-input__append-inner">
|
|
2417
2417
|
<div class="v-input__icon v-input__icon--append">
|
|
2418
|
-
<i
|
|
2419
|
-
|
|
2418
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2419
|
+
aria-hidden="true"
|
|
2420
2420
|
>
|
|
2421
2421
|
</i>
|
|
2422
2422
|
</div>
|
|
@@ -2482,8 +2482,8 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2482
2482
|
</div>
|
|
2483
2483
|
<div class="v-input__append-inner">
|
|
2484
2484
|
<div class="v-input__icon v-input__icon--append">
|
|
2485
|
-
<i
|
|
2486
|
-
|
|
2485
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2486
|
+
aria-hidden="true"
|
|
2487
2487
|
>
|
|
2488
2488
|
</i>
|
|
2489
2489
|
</div>
|
|
@@ -2508,8 +2508,8 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2508
2508
|
aria-label="Previous page"
|
|
2509
2509
|
>
|
|
2510
2510
|
<span class="v-btn__content">
|
|
2511
|
-
<i
|
|
2512
|
-
|
|
2511
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2512
|
+
aria-hidden="true"
|
|
2513
2513
|
>
|
|
2514
2514
|
</i>
|
|
2515
2515
|
</span>
|
|
@@ -2522,8 +2522,8 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2522
2522
|
aria-label="Next page"
|
|
2523
2523
|
>
|
|
2524
2524
|
<span class="v-btn__content">
|
|
2525
|
-
<i
|
|
2526
|
-
|
|
2525
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2526
|
+
aria-hidden="true"
|
|
2527
2527
|
>
|
|
2528
2528
|
</i>
|
|
2529
2529
|
</span>
|
|
@@ -2575,8 +2575,8 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
2575
2575
|
</div>
|
|
2576
2576
|
<div class="v-input__append-inner">
|
|
2577
2577
|
<div class="v-input__icon v-input__icon--append">
|
|
2578
|
-
<i
|
|
2579
|
-
|
|
2578
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
2579
|
+
aria-hidden="true"
|
|
2580
2580
|
>
|
|
2581
2581
|
</i>
|
|
2582
2582
|
</div>
|
|
@@ -3124,8 +3124,8 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3124
3124
|
</div>
|
|
3125
3125
|
<div class="v-input__append-inner">
|
|
3126
3126
|
<div class="v-input__icon v-input__icon--append">
|
|
3127
|
-
<i
|
|
3128
|
-
|
|
3127
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3128
|
+
aria-hidden="true"
|
|
3129
3129
|
>
|
|
3130
3130
|
</i>
|
|
3131
3131
|
</div>
|
|
@@ -3150,8 +3150,8 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3150
3150
|
aria-label="Previous page"
|
|
3151
3151
|
>
|
|
3152
3152
|
<span class="v-btn__content">
|
|
3153
|
-
<i
|
|
3154
|
-
|
|
3153
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3154
|
+
aria-hidden="true"
|
|
3155
3155
|
>
|
|
3156
3156
|
</i>
|
|
3157
3157
|
</span>
|
|
@@ -3164,8 +3164,8 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3164
3164
|
aria-label="Next page"
|
|
3165
3165
|
>
|
|
3166
3166
|
<span class="v-btn__content">
|
|
3167
|
-
<i
|
|
3168
|
-
|
|
3167
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3168
|
+
aria-hidden="true"
|
|
3169
3169
|
>
|
|
3170
3170
|
</i>
|
|
3171
3171
|
</span>
|
|
@@ -3217,8 +3217,8 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3217
3217
|
</div>
|
|
3218
3218
|
<div class="v-input__append-inner">
|
|
3219
3219
|
<div class="v-input__icon v-input__icon--append">
|
|
3220
|
-
<i
|
|
3221
|
-
|
|
3220
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3221
|
+
aria-hidden="true"
|
|
3222
3222
|
>
|
|
3223
3223
|
</i>
|
|
3224
3224
|
</div>
|
|
@@ -3766,8 +3766,8 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3766
3766
|
</div>
|
|
3767
3767
|
<div class="v-input__append-inner">
|
|
3768
3768
|
<div class="v-input__icon v-input__icon--append">
|
|
3769
|
-
<i
|
|
3770
|
-
|
|
3769
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3770
|
+
aria-hidden="true"
|
|
3771
3771
|
>
|
|
3772
3772
|
</i>
|
|
3773
3773
|
</div>
|
|
@@ -3792,8 +3792,8 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3792
3792
|
aria-label="Previous page"
|
|
3793
3793
|
>
|
|
3794
3794
|
<span class="v-btn__content">
|
|
3795
|
-
<i
|
|
3796
|
-
|
|
3795
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3796
|
+
aria-hidden="true"
|
|
3797
3797
|
>
|
|
3798
3798
|
</i>
|
|
3799
3799
|
</span>
|
|
@@ -3806,8 +3806,8 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3806
3806
|
aria-label="Next page"
|
|
3807
3807
|
>
|
|
3808
3808
|
<span class="v-btn__content">
|
|
3809
|
-
<i
|
|
3810
|
-
|
|
3809
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3810
|
+
aria-hidden="true"
|
|
3811
3811
|
>
|
|
3812
3812
|
</i>
|
|
3813
3813
|
</span>
|
|
@@ -3859,8 +3859,8 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
3859
3859
|
</div>
|
|
3860
3860
|
<div class="v-input__append-inner">
|
|
3861
3861
|
<div class="v-input__icon v-input__icon--append">
|
|
3862
|
-
<i
|
|
3863
|
-
|
|
3862
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
3863
|
+
aria-hidden="true"
|
|
3864
3864
|
>
|
|
3865
3865
|
</i>
|
|
3866
3866
|
</div>
|
|
@@ -4158,8 +4158,8 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4158
4158
|
</div>
|
|
4159
4159
|
<div class="v-input__append-inner">
|
|
4160
4160
|
<div class="v-input__icon v-input__icon--append">
|
|
4161
|
-
<i
|
|
4162
|
-
|
|
4161
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4162
|
+
aria-hidden="true"
|
|
4163
4163
|
>
|
|
4164
4164
|
</i>
|
|
4165
4165
|
</div>
|
|
@@ -4183,8 +4183,8 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4183
4183
|
aria-label="Previous page"
|
|
4184
4184
|
>
|
|
4185
4185
|
<span class="v-btn__content">
|
|
4186
|
-
<i
|
|
4187
|
-
|
|
4186
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4187
|
+
aria-hidden="true"
|
|
4188
4188
|
>
|
|
4189
4189
|
</i>
|
|
4190
4190
|
</span>
|
|
@@ -4197,8 +4197,8 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4197
4197
|
aria-label="Next page"
|
|
4198
4198
|
>
|
|
4199
4199
|
<span class="v-btn__content">
|
|
4200
|
-
<i
|
|
4201
|
-
|
|
4200
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4201
|
+
aria-hidden="true"
|
|
4202
4202
|
>
|
|
4203
4203
|
</i>
|
|
4204
4204
|
</span>
|
|
@@ -4250,8 +4250,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4250
4250
|
</div>
|
|
4251
4251
|
<div class="v-input__append-inner">
|
|
4252
4252
|
<div class="v-input__icon v-input__icon--append">
|
|
4253
|
-
<i
|
|
4254
|
-
|
|
4253
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4254
|
+
aria-hidden="true"
|
|
4255
4255
|
>
|
|
4256
4256
|
</i>
|
|
4257
4257
|
</div>
|
|
@@ -4304,8 +4304,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4304
4304
|
</div>
|
|
4305
4305
|
<div class="v-input__append-inner">
|
|
4306
4306
|
<div class="v-input__icon v-input__icon--append">
|
|
4307
|
-
<i
|
|
4308
|
-
|
|
4307
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4308
|
+
aria-hidden="true"
|
|
4309
4309
|
>
|
|
4310
4310
|
</i>
|
|
4311
4311
|
</div>
|
|
@@ -4329,8 +4329,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4329
4329
|
aria-label="Previous page"
|
|
4330
4330
|
>
|
|
4331
4331
|
<span class="v-btn__content">
|
|
4332
|
-
<i
|
|
4333
|
-
|
|
4332
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4333
|
+
aria-hidden="true"
|
|
4334
4334
|
>
|
|
4335
4335
|
</i>
|
|
4336
4336
|
</span>
|
|
@@ -4343,8 +4343,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4343
4343
|
aria-label="Next page"
|
|
4344
4344
|
>
|
|
4345
4345
|
<span class="v-btn__content">
|
|
4346
|
-
<i
|
|
4347
|
-
|
|
4346
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4347
|
+
aria-hidden="true"
|
|
4348
4348
|
>
|
|
4349
4349
|
</i>
|
|
4350
4350
|
</span>
|
|
@@ -4396,8 +4396,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4396
4396
|
</div>
|
|
4397
4397
|
<div class="v-input__append-inner">
|
|
4398
4398
|
<div class="v-input__icon v-input__icon--append">
|
|
4399
|
-
<i
|
|
4400
|
-
|
|
4399
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4400
|
+
aria-hidden="true"
|
|
4401
4401
|
>
|
|
4402
4402
|
</i>
|
|
4403
4403
|
</div>
|
|
@@ -4695,8 +4695,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4695
4695
|
</div>
|
|
4696
4696
|
<div class="v-input__append-inner">
|
|
4697
4697
|
<div class="v-input__icon v-input__icon--append">
|
|
4698
|
-
<i
|
|
4699
|
-
|
|
4698
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4699
|
+
aria-hidden="true"
|
|
4700
4700
|
>
|
|
4701
4701
|
</i>
|
|
4702
4702
|
</div>
|
|
@@ -4720,8 +4720,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4720
4720
|
aria-label="Previous page"
|
|
4721
4721
|
>
|
|
4722
4722
|
<span class="v-btn__content">
|
|
4723
|
-
<i
|
|
4724
|
-
|
|
4723
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4724
|
+
aria-hidden="true"
|
|
4725
4725
|
>
|
|
4726
4726
|
</i>
|
|
4727
4727
|
</span>
|
|
@@ -4733,8 +4733,8 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4733
4733
|
aria-label="Next page"
|
|
4734
4734
|
>
|
|
4735
4735
|
<span class="v-btn__content">
|
|
4736
|
-
<i
|
|
4737
|
-
|
|
4736
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4737
|
+
aria-hidden="true"
|
|
4738
4738
|
>
|
|
4739
4739
|
</i>
|
|
4740
4740
|
</span>
|
|
@@ -4786,8 +4786,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
4786
4786
|
</div>
|
|
4787
4787
|
<div class="v-input__append-inner">
|
|
4788
4788
|
<div class="v-input__icon v-input__icon--append">
|
|
4789
|
-
<i
|
|
4790
|
-
|
|
4789
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
4790
|
+
aria-hidden="true"
|
|
4791
4791
|
>
|
|
4792
4792
|
</i>
|
|
4793
4793
|
</div>
|
|
@@ -5335,8 +5335,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5335
5335
|
</div>
|
|
5336
5336
|
<div class="v-input__append-inner">
|
|
5337
5337
|
<div class="v-input__icon v-input__icon--append">
|
|
5338
|
-
<i
|
|
5339
|
-
|
|
5338
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5339
|
+
aria-hidden="true"
|
|
5340
5340
|
>
|
|
5341
5341
|
</i>
|
|
5342
5342
|
</div>
|
|
@@ -5361,8 +5361,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5361
5361
|
aria-label="Previous page"
|
|
5362
5362
|
>
|
|
5363
5363
|
<span class="v-btn__content">
|
|
5364
|
-
<i
|
|
5365
|
-
|
|
5364
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5365
|
+
aria-hidden="true"
|
|
5366
5366
|
>
|
|
5367
5367
|
</i>
|
|
5368
5368
|
</span>
|
|
@@ -5375,8 +5375,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5375
5375
|
aria-label="Next page"
|
|
5376
5376
|
>
|
|
5377
5377
|
<span class="v-btn__content">
|
|
5378
|
-
<i
|
|
5379
|
-
|
|
5378
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5379
|
+
aria-hidden="true"
|
|
5380
5380
|
>
|
|
5381
5381
|
</i>
|
|
5382
5382
|
</span>
|
|
@@ -5428,8 +5428,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5428
5428
|
</div>
|
|
5429
5429
|
<div class="v-input__append-inner">
|
|
5430
5430
|
<div class="v-input__icon v-input__icon--append">
|
|
5431
|
-
<i
|
|
5432
|
-
|
|
5431
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5432
|
+
aria-hidden="true"
|
|
5433
5433
|
>
|
|
5434
5434
|
</i>
|
|
5435
5435
|
</div>
|
|
@@ -5482,8 +5482,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5482
5482
|
</div>
|
|
5483
5483
|
<div class="v-input__append-inner">
|
|
5484
5484
|
<div class="v-input__icon v-input__icon--append">
|
|
5485
|
-
<i
|
|
5486
|
-
|
|
5485
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5486
|
+
aria-hidden="true"
|
|
5487
5487
|
>
|
|
5488
5488
|
</i>
|
|
5489
5489
|
</div>
|
|
@@ -5508,8 +5508,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5508
5508
|
aria-label="Previous page"
|
|
5509
5509
|
>
|
|
5510
5510
|
<span class="v-btn__content">
|
|
5511
|
-
<i
|
|
5512
|
-
|
|
5511
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5512
|
+
aria-hidden="true"
|
|
5513
5513
|
>
|
|
5514
5514
|
</i>
|
|
5515
5515
|
</span>
|
|
@@ -5522,8 +5522,8 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5522
5522
|
aria-label="Next page"
|
|
5523
5523
|
>
|
|
5524
5524
|
<span class="v-btn__content">
|
|
5525
|
-
<i
|
|
5526
|
-
|
|
5525
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5526
|
+
aria-hidden="true"
|
|
5527
5527
|
>
|
|
5528
5528
|
</i>
|
|
5529
5529
|
</span>
|
|
@@ -5575,8 +5575,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5575
5575
|
</div>
|
|
5576
5576
|
<div class="v-input__append-inner">
|
|
5577
5577
|
<div class="v-input__icon v-input__icon--append">
|
|
5578
|
-
<i
|
|
5579
|
-
|
|
5578
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5579
|
+
aria-hidden="true"
|
|
5580
5580
|
>
|
|
5581
5581
|
</i>
|
|
5582
5582
|
</div>
|
|
@@ -5774,8 +5774,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5774
5774
|
</div>
|
|
5775
5775
|
<div class="v-input__append-inner">
|
|
5776
5776
|
<div class="v-input__icon v-input__icon--append">
|
|
5777
|
-
<i
|
|
5778
|
-
|
|
5777
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5778
|
+
aria-hidden="true"
|
|
5779
5779
|
>
|
|
5780
5780
|
</i>
|
|
5781
5781
|
</div>
|
|
@@ -5800,8 +5800,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5800
5800
|
aria-label="Previous page"
|
|
5801
5801
|
>
|
|
5802
5802
|
<span class="v-btn__content">
|
|
5803
|
-
<i
|
|
5804
|
-
|
|
5803
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5804
|
+
aria-hidden="true"
|
|
5805
5805
|
>
|
|
5806
5806
|
</i>
|
|
5807
5807
|
</span>
|
|
@@ -5814,8 +5814,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5814
5814
|
aria-label="Next page"
|
|
5815
5815
|
>
|
|
5816
5816
|
<span class="v-btn__content">
|
|
5817
|
-
<i
|
|
5818
|
-
|
|
5817
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5818
|
+
aria-hidden="true"
|
|
5819
5819
|
>
|
|
5820
5820
|
</i>
|
|
5821
5821
|
</span>
|
|
@@ -5867,8 +5867,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5867
5867
|
</div>
|
|
5868
5868
|
<div class="v-input__append-inner">
|
|
5869
5869
|
<div class="v-input__icon v-input__icon--append">
|
|
5870
|
-
<i
|
|
5871
|
-
|
|
5870
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
5871
|
+
aria-hidden="true"
|
|
5872
5872
|
>
|
|
5873
5873
|
</i>
|
|
5874
5874
|
</div>
|
|
@@ -6416,8 +6416,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6416
6416
|
</div>
|
|
6417
6417
|
<div class="v-input__append-inner">
|
|
6418
6418
|
<div class="v-input__icon v-input__icon--append">
|
|
6419
|
-
<i
|
|
6420
|
-
|
|
6419
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6420
|
+
aria-hidden="true"
|
|
6421
6421
|
>
|
|
6422
6422
|
</i>
|
|
6423
6423
|
</div>
|
|
@@ -6442,8 +6442,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6442
6442
|
aria-label="Previous page"
|
|
6443
6443
|
>
|
|
6444
6444
|
<span class="v-btn__content">
|
|
6445
|
-
<i
|
|
6446
|
-
|
|
6445
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6446
|
+
aria-hidden="true"
|
|
6447
6447
|
>
|
|
6448
6448
|
</i>
|
|
6449
6449
|
</span>
|
|
@@ -6456,8 +6456,8 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6456
6456
|
aria-label="Next page"
|
|
6457
6457
|
>
|
|
6458
6458
|
<span class="v-btn__content">
|
|
6459
|
-
<i
|
|
6460
|
-
|
|
6459
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6460
|
+
aria-hidden="true"
|
|
6461
6461
|
>
|
|
6462
6462
|
</i>
|
|
6463
6463
|
</span>
|
|
@@ -6514,8 +6514,8 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6514
6514
|
</div>
|
|
6515
6515
|
<div class="v-input__append-inner">
|
|
6516
6516
|
<div class="v-input__icon v-input__icon--append">
|
|
6517
|
-
<i
|
|
6518
|
-
|
|
6517
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6518
|
+
aria-hidden="true"
|
|
6519
6519
|
>
|
|
6520
6520
|
</i>
|
|
6521
6521
|
</div>
|
|
@@ -6540,8 +6540,8 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6540
6540
|
aria-label="Previous page"
|
|
6541
6541
|
>
|
|
6542
6542
|
<span class="v-btn__content">
|
|
6543
|
-
<i
|
|
6544
|
-
|
|
6543
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6544
|
+
aria-hidden="true"
|
|
6545
6545
|
>
|
|
6546
6546
|
</i>
|
|
6547
6547
|
</span>
|
|
@@ -6554,8 +6554,8 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6554
6554
|
aria-label="Next page"
|
|
6555
6555
|
>
|
|
6556
6556
|
<span class="v-btn__content">
|
|
6557
|
-
<i
|
|
6558
|
-
|
|
6557
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6558
|
+
aria-hidden="true"
|
|
6559
6559
|
>
|
|
6560
6560
|
</i>
|
|
6561
6561
|
</span>
|
|
@@ -6612,8 +6612,8 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6612
6612
|
</div>
|
|
6613
6613
|
<div class="v-input__append-inner">
|
|
6614
6614
|
<div class="v-input__icon v-input__icon--append">
|
|
6615
|
-
<i
|
|
6616
|
-
|
|
6615
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6616
|
+
aria-hidden="true"
|
|
6617
6617
|
>
|
|
6618
6618
|
</i>
|
|
6619
6619
|
</div>
|
|
@@ -6638,8 +6638,8 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6638
6638
|
aria-label="Previous page"
|
|
6639
6639
|
>
|
|
6640
6640
|
<span class="v-btn__content">
|
|
6641
|
-
<i
|
|
6642
|
-
|
|
6641
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6642
|
+
aria-hidden="true"
|
|
6643
6643
|
>
|
|
6644
6644
|
</i>
|
|
6645
6645
|
</span>
|
|
@@ -6652,8 +6652,8 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6652
6652
|
aria-label="Next page"
|
|
6653
6653
|
>
|
|
6654
6654
|
<span class="v-btn__content">
|
|
6655
|
-
<i
|
|
6656
|
-
|
|
6655
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6656
|
+
aria-hidden="true"
|
|
6657
6657
|
>
|
|
6658
6658
|
</i>
|
|
6659
6659
|
</span>
|
|
@@ -6707,8 +6707,8 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6707
6707
|
</div>
|
|
6708
6708
|
<div class="v-input__append-inner">
|
|
6709
6709
|
<div class="v-input__icon v-input__icon--append">
|
|
6710
|
-
<i
|
|
6711
|
-
|
|
6710
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6711
|
+
aria-hidden="true"
|
|
6712
6712
|
>
|
|
6713
6713
|
</i>
|
|
6714
6714
|
</div>
|
|
@@ -6735,8 +6735,8 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6735
6735
|
aria-label="Previous page"
|
|
6736
6736
|
>
|
|
6737
6737
|
<span class="v-btn__content">
|
|
6738
|
-
<i
|
|
6739
|
-
|
|
6738
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6739
|
+
aria-hidden="true"
|
|
6740
6740
|
>
|
|
6741
6741
|
</i>
|
|
6742
6742
|
</span>
|
|
@@ -6749,8 +6749,8 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6749
6749
|
aria-label="Next page"
|
|
6750
6750
|
>
|
|
6751
6751
|
<span class="v-btn__content">
|
|
6752
|
-
<i
|
|
6753
|
-
|
|
6752
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6753
|
+
aria-hidden="true"
|
|
6754
6754
|
>
|
|
6755
6755
|
</i>
|
|
6756
6756
|
</span>
|
|
@@ -6807,8 +6807,8 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6807
6807
|
</div>
|
|
6808
6808
|
<div class="v-input__append-inner">
|
|
6809
6809
|
<div class="v-input__icon v-input__icon--append">
|
|
6810
|
-
<i
|
|
6811
|
-
|
|
6810
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6811
|
+
aria-hidden="true"
|
|
6812
6812
|
>
|
|
6813
6813
|
</i>
|
|
6814
6814
|
</div>
|
|
@@ -6833,8 +6833,8 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6833
6833
|
aria-label="Previous page"
|
|
6834
6834
|
>
|
|
6835
6835
|
<span class="v-btn__content">
|
|
6836
|
-
<i
|
|
6837
|
-
|
|
6836
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6837
|
+
aria-hidden="true"
|
|
6838
6838
|
>
|
|
6839
6839
|
</i>
|
|
6840
6840
|
</span>
|
|
@@ -6847,8 +6847,8 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6847
6847
|
aria-label="Next page"
|
|
6848
6848
|
>
|
|
6849
6849
|
<span class="v-btn__content">
|
|
6850
|
-
<i
|
|
6851
|
-
|
|
6850
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6851
|
+
aria-hidden="true"
|
|
6852
6852
|
>
|
|
6853
6853
|
</i>
|
|
6854
6854
|
</span>
|
|
@@ -6900,8 +6900,8 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6900
6900
|
</div>
|
|
6901
6901
|
<div class="v-input__append-inner">
|
|
6902
6902
|
<div class="v-input__icon v-input__icon--append">
|
|
6903
|
-
<i
|
|
6904
|
-
|
|
6903
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6904
|
+
aria-hidden="true"
|
|
6905
6905
|
>
|
|
6906
6906
|
</i>
|
|
6907
6907
|
</div>
|
|
@@ -6949,8 +6949,8 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6949
6949
|
</div>
|
|
6950
6950
|
<div class="v-input__append-inner">
|
|
6951
6951
|
<div class="v-input__icon v-input__icon--append">
|
|
6952
|
-
<i
|
|
6953
|
-
|
|
6952
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6953
|
+
aria-hidden="true"
|
|
6954
6954
|
>
|
|
6955
6955
|
</i>
|
|
6956
6956
|
</div>
|
|
@@ -6975,8 +6975,8 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6975
6975
|
aria-label="Previous page"
|
|
6976
6976
|
>
|
|
6977
6977
|
<span class="v-btn__content">
|
|
6978
|
-
<i
|
|
6979
|
-
|
|
6978
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6979
|
+
aria-hidden="true"
|
|
6980
6980
|
>
|
|
6981
6981
|
</i>
|
|
6982
6982
|
</span>
|
|
@@ -6989,8 +6989,8 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6989
6989
|
aria-label="Next page"
|
|
6990
6990
|
>
|
|
6991
6991
|
<span class="v-btn__content">
|
|
6992
|
-
<i
|
|
6993
|
-
|
|
6992
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
6993
|
+
aria-hidden="true"
|
|
6994
6994
|
>
|
|
6995
6995
|
</i>
|
|
6996
6996
|
</span>
|
|
@@ -7072,8 +7072,8 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7072
7072
|
</div>
|
|
7073
7073
|
<div class="v-input__append-inner">
|
|
7074
7074
|
<div class="v-input__icon v-input__icon--append">
|
|
7075
|
-
<i
|
|
7076
|
-
|
|
7075
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7076
|
+
aria-hidden="true"
|
|
7077
7077
|
>
|
|
7078
7078
|
</i>
|
|
7079
7079
|
</div>
|
|
@@ -7098,8 +7098,8 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7098
7098
|
aria-label="Previous page"
|
|
7099
7099
|
>
|
|
7100
7100
|
<span class="v-btn__content">
|
|
7101
|
-
<i
|
|
7102
|
-
|
|
7101
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7102
|
+
aria-hidden="true"
|
|
7103
7103
|
>
|
|
7104
7104
|
</i>
|
|
7105
7105
|
</span>
|
|
@@ -7112,8 +7112,8 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7112
7112
|
aria-label="Next page"
|
|
7113
7113
|
>
|
|
7114
7114
|
<span class="v-btn__content">
|
|
7115
|
-
<i
|
|
7116
|
-
|
|
7115
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7116
|
+
aria-hidden="true"
|
|
7117
7117
|
>
|
|
7118
7118
|
</i>
|
|
7119
7119
|
</span>
|
|
@@ -7165,8 +7165,8 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7165
7165
|
</div>
|
|
7166
7166
|
<div class="v-input__append-inner">
|
|
7167
7167
|
<div class="v-input__icon v-input__icon--append">
|
|
7168
|
-
<i
|
|
7169
|
-
|
|
7168
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7169
|
+
aria-hidden="true"
|
|
7170
7170
|
>
|
|
7171
7171
|
</i>
|
|
7172
7172
|
</div>
|
|
@@ -7228,8 +7228,8 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7228
7228
|
</div>
|
|
7229
7229
|
<div class="v-input__append-inner">
|
|
7230
7230
|
<div class="v-input__icon v-input__icon--append">
|
|
7231
|
-
<i
|
|
7232
|
-
|
|
7231
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7232
|
+
aria-hidden="true"
|
|
7233
7233
|
>
|
|
7234
7234
|
</i>
|
|
7235
7235
|
</div>
|
|
@@ -7254,8 +7254,8 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7254
7254
|
aria-label="Previous page"
|
|
7255
7255
|
>
|
|
7256
7256
|
<span class="v-btn__content">
|
|
7257
|
-
<i
|
|
7258
|
-
|
|
7257
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7258
|
+
aria-hidden="true"
|
|
7259
7259
|
>
|
|
7260
7260
|
</i>
|
|
7261
7261
|
</span>
|
|
@@ -7268,8 +7268,8 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7268
7268
|
aria-label="Next page"
|
|
7269
7269
|
>
|
|
7270
7270
|
<span class="v-btn__content">
|
|
7271
|
-
<i
|
|
7272
|
-
|
|
7271
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7272
|
+
aria-hidden="true"
|
|
7273
7273
|
>
|
|
7274
7274
|
</i>
|
|
7275
7275
|
</span>
|
|
@@ -7301,8 +7301,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7301
7301
|
>
|
|
7302
7302
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7303
7303
|
<div class="v-input--selection-controls__input">
|
|
7304
|
-
<i
|
|
7305
|
-
|
|
7304
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7305
|
+
aria-hidden="true"
|
|
7306
7306
|
>
|
|
7307
7307
|
</i>
|
|
7308
7308
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -7336,8 +7336,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7336
7336
|
</div>
|
|
7337
7337
|
<div class="v-input__append-inner">
|
|
7338
7338
|
<div class="v-input__icon v-input__icon--append">
|
|
7339
|
-
<i
|
|
7340
|
-
|
|
7339
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7340
|
+
aria-hidden="true"
|
|
7341
7341
|
>
|
|
7342
7342
|
</i>
|
|
7343
7343
|
</div>
|
|
@@ -7361,8 +7361,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7361
7361
|
<div class="v-data-table__mobile-row__cell">
|
|
7362
7362
|
<div class="v-simple-checkbox v-simple-checkbox--disabled v-data-table__checkbox v-data-table__checkbox">
|
|
7363
7363
|
<div class="v-input--selection-controls__input">
|
|
7364
|
-
<i
|
|
7365
|
-
|
|
7364
|
+
<i class="v-icon--disabled v-icon notranslate theme--light material-icons"
|
|
7365
|
+
aria-hidden="true"
|
|
7366
7366
|
>
|
|
7367
7367
|
</i>
|
|
7368
7368
|
</div>
|
|
@@ -7425,8 +7425,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7425
7425
|
<div class="v-data-table__mobile-row__cell">
|
|
7426
7426
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7427
7427
|
<div class="v-input--selection-controls__input">
|
|
7428
|
-
<i
|
|
7429
|
-
|
|
7428
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7429
|
+
aria-hidden="true"
|
|
7430
7430
|
>
|
|
7431
7431
|
</i>
|
|
7432
7432
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -7515,8 +7515,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7515
7515
|
</div>
|
|
7516
7516
|
<div class="v-input__append-inner">
|
|
7517
7517
|
<div class="v-input__icon v-input__icon--append">
|
|
7518
|
-
<i
|
|
7519
|
-
|
|
7518
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7519
|
+
aria-hidden="true"
|
|
7520
7520
|
>
|
|
7521
7521
|
</i>
|
|
7522
7522
|
</div>
|
|
@@ -7541,8 +7541,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7541
7541
|
aria-label="Previous page"
|
|
7542
7542
|
>
|
|
7543
7543
|
<span class="v-btn__content">
|
|
7544
|
-
<i
|
|
7545
|
-
|
|
7544
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7545
|
+
aria-hidden="true"
|
|
7546
7546
|
>
|
|
7547
7547
|
</i>
|
|
7548
7548
|
</span>
|
|
@@ -7555,8 +7555,8 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7555
7555
|
aria-label="Next page"
|
|
7556
7556
|
>
|
|
7557
7557
|
<span class="v-btn__content">
|
|
7558
|
-
<i
|
|
7559
|
-
|
|
7558
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7559
|
+
aria-hidden="true"
|
|
7560
7560
|
>
|
|
7561
7561
|
</i>
|
|
7562
7562
|
</span>
|
|
@@ -7588,8 +7588,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7588
7588
|
>
|
|
7589
7589
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7590
7590
|
<div class="v-input--selection-controls__input">
|
|
7591
|
-
<i
|
|
7592
|
-
|
|
7591
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7592
|
+
aria-hidden="true"
|
|
7593
7593
|
>
|
|
7594
7594
|
</i>
|
|
7595
7595
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -7623,8 +7623,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7623
7623
|
</div>
|
|
7624
7624
|
<div class="v-input__append-inner">
|
|
7625
7625
|
<div class="v-input__icon v-input__icon--append">
|
|
7626
|
-
<i
|
|
7627
|
-
|
|
7626
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7627
|
+
aria-hidden="true"
|
|
7628
7628
|
>
|
|
7629
7629
|
</i>
|
|
7630
7630
|
</div>
|
|
@@ -7648,8 +7648,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7648
7648
|
<div class="v-data-table__mobile-row__cell">
|
|
7649
7649
|
<div class="v-simple-checkbox v-simple-checkbox--disabled v-data-table__checkbox v-data-table__checkbox">
|
|
7650
7650
|
<div class="v-input--selection-controls__input">
|
|
7651
|
-
<i
|
|
7652
|
-
|
|
7651
|
+
<i class="v-icon--disabled v-icon notranslate theme--light material-icons"
|
|
7652
|
+
aria-hidden="true"
|
|
7653
7653
|
>
|
|
7654
7654
|
</i>
|
|
7655
7655
|
</div>
|
|
@@ -7712,8 +7712,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7712
7712
|
<div class="v-data-table__mobile-row__cell">
|
|
7713
7713
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7714
7714
|
<div class="v-input--selection-controls__input">
|
|
7715
|
-
<i
|
|
7716
|
-
|
|
7715
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7716
|
+
aria-hidden="true"
|
|
7717
7717
|
>
|
|
7718
7718
|
</i>
|
|
7719
7719
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -7802,8 +7802,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7802
7802
|
</div>
|
|
7803
7803
|
<div class="v-input__append-inner">
|
|
7804
7804
|
<div class="v-input__icon v-input__icon--append">
|
|
7805
|
-
<i
|
|
7806
|
-
|
|
7805
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7806
|
+
aria-hidden="true"
|
|
7807
7807
|
>
|
|
7808
7808
|
</i>
|
|
7809
7809
|
</div>
|
|
@@ -7828,8 +7828,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7828
7828
|
aria-label="Previous page"
|
|
7829
7829
|
>
|
|
7830
7830
|
<span class="v-btn__content">
|
|
7831
|
-
<i
|
|
7832
|
-
|
|
7831
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7832
|
+
aria-hidden="true"
|
|
7833
7833
|
>
|
|
7834
7834
|
</i>
|
|
7835
7835
|
</span>
|
|
@@ -7842,8 +7842,8 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7842
7842
|
aria-label="Next page"
|
|
7843
7843
|
>
|
|
7844
7844
|
<span class="v-btn__content">
|
|
7845
|
-
<i
|
|
7846
|
-
|
|
7845
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7846
|
+
aria-hidden="true"
|
|
7847
7847
|
>
|
|
7848
7848
|
</i>
|
|
7849
7849
|
</span>
|
|
@@ -7875,8 +7875,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7875
7875
|
>
|
|
7876
7876
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7877
7877
|
<div class="v-input--selection-controls__input">
|
|
7878
|
-
<i
|
|
7879
|
-
|
|
7878
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7879
|
+
aria-hidden="true"
|
|
7880
7880
|
>
|
|
7881
7881
|
</i>
|
|
7882
7882
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -7910,8 +7910,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7910
7910
|
</div>
|
|
7911
7911
|
<div class="v-input__append-inner">
|
|
7912
7912
|
<div class="v-input__icon v-input__icon--append">
|
|
7913
|
-
<i
|
|
7914
|
-
|
|
7913
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7914
|
+
aria-hidden="true"
|
|
7915
7915
|
>
|
|
7916
7916
|
</i>
|
|
7917
7917
|
</div>
|
|
@@ -7935,8 +7935,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7935
7935
|
<div class="v-data-table__mobile-row__cell">
|
|
7936
7936
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7937
7937
|
<div class="v-input--selection-controls__input">
|
|
7938
|
-
<i
|
|
7939
|
-
|
|
7938
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
7939
|
+
aria-hidden="true"
|
|
7940
7940
|
>
|
|
7941
7941
|
</i>
|
|
7942
7942
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -8001,8 +8001,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8001
8001
|
<div class="v-data-table__mobile-row__cell">
|
|
8002
8002
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
8003
8003
|
<div class="v-input--selection-controls__input">
|
|
8004
|
-
<i
|
|
8005
|
-
|
|
8004
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8005
|
+
aria-hidden="true"
|
|
8006
8006
|
>
|
|
8007
8007
|
</i>
|
|
8008
8008
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -8067,8 +8067,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8067
8067
|
<div class="v-data-table__mobile-row__cell">
|
|
8068
8068
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
8069
8069
|
<div class="v-input--selection-controls__input">
|
|
8070
|
-
<i
|
|
8071
|
-
|
|
8070
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8071
|
+
aria-hidden="true"
|
|
8072
8072
|
>
|
|
8073
8073
|
</i>
|
|
8074
8074
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -8157,8 +8157,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8157
8157
|
</div>
|
|
8158
8158
|
<div class="v-input__append-inner">
|
|
8159
8159
|
<div class="v-input__icon v-input__icon--append">
|
|
8160
|
-
<i
|
|
8161
|
-
|
|
8160
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8161
|
+
aria-hidden="true"
|
|
8162
8162
|
>
|
|
8163
8163
|
</i>
|
|
8164
8164
|
</div>
|
|
@@ -8182,8 +8182,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8182
8182
|
aria-label="Previous page"
|
|
8183
8183
|
>
|
|
8184
8184
|
<span class="v-btn__content">
|
|
8185
|
-
<i
|
|
8186
|
-
|
|
8185
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8186
|
+
aria-hidden="true"
|
|
8187
8187
|
>
|
|
8188
8188
|
</i>
|
|
8189
8189
|
</span>
|
|
@@ -8196,8 +8196,8 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8196
8196
|
disabled
|
|
8197
8197
|
>
|
|
8198
8198
|
<span class="v-btn__content">
|
|
8199
|
-
<i
|
|
8200
|
-
|
|
8199
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8200
|
+
aria-hidden="true"
|
|
8201
8201
|
>
|
|
8202
8202
|
</i>
|
|
8203
8203
|
</span>
|
|
@@ -8249,8 +8249,8 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8249
8249
|
</div>
|
|
8250
8250
|
<div class="v-input__append-inner">
|
|
8251
8251
|
<div class="v-input__icon v-input__icon--append">
|
|
8252
|
-
<i
|
|
8253
|
-
|
|
8252
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8253
|
+
aria-hidden="true"
|
|
8254
8254
|
>
|
|
8255
8255
|
</i>
|
|
8256
8256
|
</div>
|
|
@@ -8548,8 +8548,8 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8548
8548
|
</div>
|
|
8549
8549
|
<div class="v-input__append-inner">
|
|
8550
8550
|
<div class="v-input__icon v-input__icon--append">
|
|
8551
|
-
<i
|
|
8552
|
-
|
|
8551
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8552
|
+
aria-hidden="true"
|
|
8553
8553
|
>
|
|
8554
8554
|
</i>
|
|
8555
8555
|
</div>
|
|
@@ -8574,8 +8574,8 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8574
8574
|
aria-label="Previous page"
|
|
8575
8575
|
>
|
|
8576
8576
|
<span class="v-btn__content">
|
|
8577
|
-
<i
|
|
8578
|
-
|
|
8577
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8578
|
+
aria-hidden="true"
|
|
8579
8579
|
>
|
|
8580
8580
|
</i>
|
|
8581
8581
|
</span>
|
|
@@ -8587,8 +8587,8 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8587
8587
|
aria-label="Next page"
|
|
8588
8588
|
>
|
|
8589
8589
|
<span class="v-btn__content">
|
|
8590
|
-
<i
|
|
8591
|
-
|
|
8590
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8591
|
+
aria-hidden="true"
|
|
8592
8592
|
>
|
|
8593
8593
|
</i>
|
|
8594
8594
|
</span>
|
|
@@ -8640,8 +8640,8 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8640
8640
|
</div>
|
|
8641
8641
|
<div class="v-input__append-inner">
|
|
8642
8642
|
<div class="v-input__icon v-input__icon--append">
|
|
8643
|
-
<i
|
|
8644
|
-
|
|
8643
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8644
|
+
aria-hidden="true"
|
|
8645
8645
|
>
|
|
8646
8646
|
</i>
|
|
8647
8647
|
</div>
|
|
@@ -8690,8 +8690,8 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8690
8690
|
</div>
|
|
8691
8691
|
<div class="v-input__append-inner">
|
|
8692
8692
|
<div class="v-input__icon v-input__icon--append">
|
|
8693
|
-
<i
|
|
8694
|
-
|
|
8693
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8694
|
+
aria-hidden="true"
|
|
8695
8695
|
>
|
|
8696
8696
|
</i>
|
|
8697
8697
|
</div>
|
|
@@ -8716,8 +8716,8 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8716
8716
|
aria-label="Previous page"
|
|
8717
8717
|
>
|
|
8718
8718
|
<span class="v-btn__content">
|
|
8719
|
-
<i
|
|
8720
|
-
|
|
8719
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8720
|
+
aria-hidden="true"
|
|
8721
8721
|
>
|
|
8722
8722
|
</i>
|
|
8723
8723
|
</span>
|
|
@@ -8729,8 +8729,8 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8729
8729
|
aria-label="Next page"
|
|
8730
8730
|
>
|
|
8731
8731
|
<span class="v-btn__content">
|
|
8732
|
-
<i
|
|
8733
|
-
|
|
8732
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8733
|
+
aria-hidden="true"
|
|
8734
8734
|
>
|
|
8735
8735
|
</i>
|
|
8736
8736
|
</span>
|
|
@@ -8782,8 +8782,8 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
8782
8782
|
</div>
|
|
8783
8783
|
<div class="v-input__append-inner">
|
|
8784
8784
|
<div class="v-input__icon v-input__icon--append">
|
|
8785
|
-
<i
|
|
8786
|
-
|
|
8785
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
8786
|
+
aria-hidden="true"
|
|
8787
8787
|
>
|
|
8788
8788
|
</i>
|
|
8789
8789
|
</div>
|
|
@@ -9081,8 +9081,8 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9081
9081
|
</div>
|
|
9082
9082
|
<div class="v-input__append-inner">
|
|
9083
9083
|
<div class="v-input__icon v-input__icon--append">
|
|
9084
|
-
<i
|
|
9085
|
-
|
|
9084
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9085
|
+
aria-hidden="true"
|
|
9086
9086
|
>
|
|
9087
9087
|
</i>
|
|
9088
9088
|
</div>
|
|
@@ -9107,8 +9107,8 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9107
9107
|
aria-label="Previous page"
|
|
9108
9108
|
>
|
|
9109
9109
|
<span class="v-btn__content">
|
|
9110
|
-
<i
|
|
9111
|
-
|
|
9110
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9111
|
+
aria-hidden="true"
|
|
9112
9112
|
>
|
|
9113
9113
|
</i>
|
|
9114
9114
|
</span>
|
|
@@ -9120,8 +9120,8 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9120
9120
|
aria-label="Next page"
|
|
9121
9121
|
>
|
|
9122
9122
|
<span class="v-btn__content">
|
|
9123
|
-
<i
|
|
9124
|
-
|
|
9123
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9124
|
+
aria-hidden="true"
|
|
9125
9125
|
>
|
|
9126
9126
|
</i>
|
|
9127
9127
|
</span>
|
|
@@ -9173,8 +9173,8 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9173
9173
|
</div>
|
|
9174
9174
|
<div class="v-input__append-inner">
|
|
9175
9175
|
<div class="v-input__icon v-input__icon--append">
|
|
9176
|
-
<i
|
|
9177
|
-
|
|
9176
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9177
|
+
aria-hidden="true"
|
|
9178
9178
|
>
|
|
9179
9179
|
</i>
|
|
9180
9180
|
</div>
|
|
@@ -9475,8 +9475,8 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9475
9475
|
</div>
|
|
9476
9476
|
<div class="v-input__append-inner">
|
|
9477
9477
|
<div class="v-input__icon v-input__icon--append">
|
|
9478
|
-
<i
|
|
9479
|
-
|
|
9478
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9479
|
+
aria-hidden="true"
|
|
9480
9480
|
>
|
|
9481
9481
|
</i>
|
|
9482
9482
|
</div>
|
|
@@ -9501,8 +9501,8 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9501
9501
|
aria-label="Previous page"
|
|
9502
9502
|
>
|
|
9503
9503
|
<span class="v-btn__content">
|
|
9504
|
-
<i
|
|
9505
|
-
|
|
9504
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9505
|
+
aria-hidden="true"
|
|
9506
9506
|
>
|
|
9507
9507
|
</i>
|
|
9508
9508
|
</span>
|
|
@@ -9514,8 +9514,8 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9514
9514
|
aria-label="Next page"
|
|
9515
9515
|
>
|
|
9516
9516
|
<span class="v-btn__content">
|
|
9517
|
-
<i
|
|
9518
|
-
|
|
9517
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9518
|
+
aria-hidden="true"
|
|
9519
9519
|
>
|
|
9520
9520
|
</i>
|
|
9521
9521
|
</span>
|
|
@@ -9567,8 +9567,8 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9567
9567
|
</div>
|
|
9568
9568
|
<div class="v-input__append-inner">
|
|
9569
9569
|
<div class="v-input__icon v-input__icon--append">
|
|
9570
|
-
<i
|
|
9571
|
-
|
|
9570
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9571
|
+
aria-hidden="true"
|
|
9572
9572
|
>
|
|
9573
9573
|
</i>
|
|
9574
9574
|
</div>
|
|
@@ -9628,8 +9628,8 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9628
9628
|
</div>
|
|
9629
9629
|
<div class="v-input__append-inner">
|
|
9630
9630
|
<div class="v-input__icon v-input__icon--append">
|
|
9631
|
-
<i
|
|
9632
|
-
|
|
9631
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9632
|
+
aria-hidden="true"
|
|
9633
9633
|
>
|
|
9634
9634
|
</i>
|
|
9635
9635
|
</div>
|
|
@@ -9654,8 +9654,8 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9654
9654
|
aria-label="Previous page"
|
|
9655
9655
|
>
|
|
9656
9656
|
<span class="v-btn__content">
|
|
9657
|
-
<i
|
|
9658
|
-
|
|
9657
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9658
|
+
aria-hidden="true"
|
|
9659
9659
|
>
|
|
9660
9660
|
</i>
|
|
9661
9661
|
</span>
|
|
@@ -9667,8 +9667,8 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9667
9667
|
aria-label="Next page"
|
|
9668
9668
|
>
|
|
9669
9669
|
<span class="v-btn__content">
|
|
9670
|
-
<i
|
|
9671
|
-
|
|
9670
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9671
|
+
aria-hidden="true"
|
|
9672
9672
|
>
|
|
9673
9673
|
</i>
|
|
9674
9674
|
</span>
|
|
@@ -9720,8 +9720,8 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9720
9720
|
</div>
|
|
9721
9721
|
<div class="v-input__append-inner">
|
|
9722
9722
|
<div class="v-input__icon v-input__icon--append">
|
|
9723
|
-
<i
|
|
9724
|
-
|
|
9723
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9724
|
+
aria-hidden="true"
|
|
9725
9725
|
>
|
|
9726
9726
|
</i>
|
|
9727
9727
|
</div>
|
|
@@ -9769,8 +9769,8 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9769
9769
|
</div>
|
|
9770
9770
|
<div class="v-input__append-inner">
|
|
9771
9771
|
<div class="v-input__icon v-input__icon--append">
|
|
9772
|
-
<i
|
|
9773
|
-
|
|
9772
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9773
|
+
aria-hidden="true"
|
|
9774
9774
|
>
|
|
9775
9775
|
</i>
|
|
9776
9776
|
</div>
|
|
@@ -9795,8 +9795,8 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9795
9795
|
aria-label="Previous page"
|
|
9796
9796
|
>
|
|
9797
9797
|
<span class="v-btn__content">
|
|
9798
|
-
<i
|
|
9799
|
-
|
|
9798
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9799
|
+
aria-hidden="true"
|
|
9800
9800
|
>
|
|
9801
9801
|
</i>
|
|
9802
9802
|
</span>
|
|
@@ -9808,8 +9808,8 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9808
9808
|
aria-label="Next page"
|
|
9809
9809
|
>
|
|
9810
9810
|
<span class="v-btn__content">
|
|
9811
|
-
<i
|
|
9812
|
-
|
|
9811
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9812
|
+
aria-hidden="true"
|
|
9813
9813
|
>
|
|
9814
9814
|
</i>
|
|
9815
9815
|
</span>
|
|
@@ -9861,8 +9861,8 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
9861
9861
|
</div>
|
|
9862
9862
|
<div class="v-input__append-inner">
|
|
9863
9863
|
<div class="v-input__icon v-input__icon--append">
|
|
9864
|
-
<i
|
|
9865
|
-
|
|
9864
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9865
|
+
aria-hidden="true"
|
|
9866
9866
|
>
|
|
9867
9867
|
</i>
|
|
9868
9868
|
</div>
|
|
@@ -9910,8 +9910,8 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
9910
9910
|
</div>
|
|
9911
9911
|
<div class="v-input__append-inner">
|
|
9912
9912
|
<div class="v-input__icon v-input__icon--append">
|
|
9913
|
-
<i
|
|
9914
|
-
|
|
9913
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9914
|
+
aria-hidden="true"
|
|
9915
9915
|
>
|
|
9916
9916
|
</i>
|
|
9917
9917
|
</div>
|
|
@@ -9936,8 +9936,8 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
9936
9936
|
aria-label="Previous page"
|
|
9937
9937
|
>
|
|
9938
9938
|
<span class="v-btn__content">
|
|
9939
|
-
<i
|
|
9940
|
-
|
|
9939
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9940
|
+
aria-hidden="true"
|
|
9941
9941
|
>
|
|
9942
9942
|
</i>
|
|
9943
9943
|
</span>
|
|
@@ -9949,8 +9949,8 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
9949
9949
|
aria-label="Next page"
|
|
9950
9950
|
>
|
|
9951
9951
|
<span class="v-btn__content">
|
|
9952
|
-
<i
|
|
9953
|
-
|
|
9952
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
9953
|
+
aria-hidden="true"
|
|
9954
9954
|
>
|
|
9955
9955
|
</i>
|
|
9956
9956
|
</span>
|
|
@@ -10002,8 +10002,8 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10002
10002
|
</div>
|
|
10003
10003
|
<div class="v-input__append-inner">
|
|
10004
10004
|
<div class="v-input__icon v-input__icon--append">
|
|
10005
|
-
<i
|
|
10006
|
-
|
|
10005
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10006
|
+
aria-hidden="true"
|
|
10007
10007
|
>
|
|
10008
10008
|
</i>
|
|
10009
10009
|
</div>
|
|
@@ -10066,8 +10066,8 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10066
10066
|
</div>
|
|
10067
10067
|
<div class="v-input__append-inner">
|
|
10068
10068
|
<div class="v-input__icon v-input__icon--append">
|
|
10069
|
-
<i
|
|
10070
|
-
|
|
10069
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10070
|
+
aria-hidden="true"
|
|
10071
10071
|
>
|
|
10072
10072
|
</i>
|
|
10073
10073
|
</div>
|
|
@@ -10092,8 +10092,8 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10092
10092
|
aria-label="Previous page"
|
|
10093
10093
|
>
|
|
10094
10094
|
<span class="v-btn__content">
|
|
10095
|
-
<i
|
|
10096
|
-
|
|
10095
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10096
|
+
aria-hidden="true"
|
|
10097
10097
|
>
|
|
10098
10098
|
</i>
|
|
10099
10099
|
</span>
|
|
@@ -10105,8 +10105,8 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10105
10105
|
aria-label="Next page"
|
|
10106
10106
|
>
|
|
10107
10107
|
<span class="v-btn__content">
|
|
10108
|
-
<i
|
|
10109
|
-
|
|
10108
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10109
|
+
aria-hidden="true"
|
|
10110
10110
|
>
|
|
10111
10111
|
</i>
|
|
10112
10112
|
</span>
|
|
@@ -10158,8 +10158,8 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10158
10158
|
</div>
|
|
10159
10159
|
<div class="v-input__append-inner">
|
|
10160
10160
|
<div class="v-input__icon v-input__icon--append">
|
|
10161
|
-
<i
|
|
10162
|
-
|
|
10161
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10162
|
+
aria-hidden="true"
|
|
10163
10163
|
>
|
|
10164
10164
|
</i>
|
|
10165
10165
|
</div>
|
|
@@ -10207,8 +10207,8 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10207
10207
|
</div>
|
|
10208
10208
|
<div class="v-input__append-inner">
|
|
10209
10209
|
<div class="v-input__icon v-input__icon--append">
|
|
10210
|
-
<i
|
|
10211
|
-
|
|
10210
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10211
|
+
aria-hidden="true"
|
|
10212
10212
|
>
|
|
10213
10213
|
</i>
|
|
10214
10214
|
</div>
|
|
@@ -10233,8 +10233,8 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10233
10233
|
aria-label="Previous page"
|
|
10234
10234
|
>
|
|
10235
10235
|
<span class="v-btn__content">
|
|
10236
|
-
<i
|
|
10237
|
-
|
|
10236
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10237
|
+
aria-hidden="true"
|
|
10238
10238
|
>
|
|
10239
10239
|
</i>
|
|
10240
10240
|
</span>
|
|
@@ -10246,8 +10246,8 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10246
10246
|
aria-label="Next page"
|
|
10247
10247
|
>
|
|
10248
10248
|
<span class="v-btn__content">
|
|
10249
|
-
<i
|
|
10250
|
-
|
|
10249
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10250
|
+
aria-hidden="true"
|
|
10251
10251
|
>
|
|
10252
10252
|
</i>
|
|
10253
10253
|
</span>
|
|
@@ -10300,8 +10300,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10300
10300
|
</div>
|
|
10301
10301
|
<div class="v-input__append-inner">
|
|
10302
10302
|
<div class="v-input__icon v-input__icon--append">
|
|
10303
|
-
<i
|
|
10304
|
-
|
|
10303
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10304
|
+
aria-hidden="true"
|
|
10305
10305
|
>
|
|
10306
10306
|
</i>
|
|
10307
10307
|
</div>
|
|
@@ -10323,8 +10323,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10323
10323
|
<div class="v-data-table__mobile-row__header">
|
|
10324
10324
|
</div>
|
|
10325
10325
|
<div class="v-data-table__mobile-row__cell">
|
|
10326
|
-
<button
|
|
10327
|
-
|
|
10326
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10327
|
+
aria-hidden="false"
|
|
10328
10328
|
type="button"
|
|
10329
10329
|
>
|
|
10330
10330
|
</button>
|
|
@@ -10384,8 +10384,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10384
10384
|
<div class="v-data-table__mobile-row__header">
|
|
10385
10385
|
</div>
|
|
10386
10386
|
<div class="v-data-table__mobile-row__cell">
|
|
10387
|
-
<button
|
|
10388
|
-
|
|
10387
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10388
|
+
aria-hidden="false"
|
|
10389
10389
|
type="button"
|
|
10390
10390
|
>
|
|
10391
10391
|
</button>
|
|
@@ -10445,8 +10445,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10445
10445
|
<div class="v-data-table__mobile-row__header">
|
|
10446
10446
|
</div>
|
|
10447
10447
|
<div class="v-data-table__mobile-row__cell">
|
|
10448
|
-
<button
|
|
10449
|
-
|
|
10448
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10449
|
+
aria-hidden="false"
|
|
10450
10450
|
type="button"
|
|
10451
10451
|
>
|
|
10452
10452
|
</button>
|
|
@@ -10506,8 +10506,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10506
10506
|
<div class="v-data-table__mobile-row__header">
|
|
10507
10507
|
</div>
|
|
10508
10508
|
<div class="v-data-table__mobile-row__cell">
|
|
10509
|
-
<button
|
|
10510
|
-
|
|
10509
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10510
|
+
aria-hidden="false"
|
|
10511
10511
|
type="button"
|
|
10512
10512
|
>
|
|
10513
10513
|
</button>
|
|
@@ -10567,8 +10567,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10567
10567
|
<div class="v-data-table__mobile-row__header">
|
|
10568
10568
|
</div>
|
|
10569
10569
|
<div class="v-data-table__mobile-row__cell">
|
|
10570
|
-
<button
|
|
10571
|
-
|
|
10570
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10571
|
+
aria-hidden="false"
|
|
10572
10572
|
type="button"
|
|
10573
10573
|
>
|
|
10574
10574
|
</button>
|
|
@@ -10654,8 +10654,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10654
10654
|
</div>
|
|
10655
10655
|
<div class="v-input__append-inner">
|
|
10656
10656
|
<div class="v-input__icon v-input__icon--append">
|
|
10657
|
-
<i
|
|
10658
|
-
|
|
10657
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10658
|
+
aria-hidden="true"
|
|
10659
10659
|
>
|
|
10660
10660
|
</i>
|
|
10661
10661
|
</div>
|
|
@@ -10680,8 +10680,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10680
10680
|
aria-label="Previous page"
|
|
10681
10681
|
>
|
|
10682
10682
|
<span class="v-btn__content">
|
|
10683
|
-
<i
|
|
10684
|
-
|
|
10683
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10684
|
+
aria-hidden="true"
|
|
10685
10685
|
>
|
|
10686
10686
|
</i>
|
|
10687
10687
|
</span>
|
|
@@ -10693,8 +10693,8 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
10693
10693
|
aria-label="Next page"
|
|
10694
10694
|
>
|
|
10695
10695
|
<span class="v-btn__content">
|
|
10696
|
-
<i
|
|
10697
|
-
|
|
10696
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10697
|
+
aria-hidden="true"
|
|
10698
10698
|
>
|
|
10699
10699
|
</i>
|
|
10700
10700
|
</span>
|
|
@@ -10747,8 +10747,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
10747
10747
|
</div>
|
|
10748
10748
|
<div class="v-input__append-inner">
|
|
10749
10749
|
<div class="v-input__icon v-input__icon--append">
|
|
10750
|
-
<i
|
|
10751
|
-
|
|
10750
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
10751
|
+
aria-hidden="true"
|
|
10752
10752
|
>
|
|
10753
10753
|
</i>
|
|
10754
10754
|
</div>
|
|
@@ -10770,8 +10770,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
10770
10770
|
<div class="v-data-table__mobile-row__header">
|
|
10771
10771
|
</div>
|
|
10772
10772
|
<div class="v-data-table__mobile-row__cell">
|
|
10773
|
-
<button
|
|
10774
|
-
|
|
10773
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon v-data-table__expand-icon--active"
|
|
10774
|
+
aria-hidden="false"
|
|
10775
10775
|
type="button"
|
|
10776
10776
|
>
|
|
10777
10777
|
</button>
|
|
@@ -10831,8 +10831,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
10831
10831
|
<div class="v-data-table__mobile-row__header">
|
|
10832
10832
|
</div>
|
|
10833
10833
|
<div class="v-data-table__mobile-row__cell">
|
|
10834
|
-
<button
|
|
10835
|
-
|
|
10834
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10835
|
+
aria-hidden="false"
|
|
10836
10836
|
type="button"
|
|
10837
10837
|
>
|
|
10838
10838
|
</button>
|
|
@@ -10892,8 +10892,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
10892
10892
|
<div class="v-data-table__mobile-row__header">
|
|
10893
10893
|
</div>
|
|
10894
10894
|
<div class="v-data-table__mobile-row__cell">
|
|
10895
|
-
<button
|
|
10896
|
-
|
|
10895
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10896
|
+
aria-hidden="false"
|
|
10897
10897
|
type="button"
|
|
10898
10898
|
>
|
|
10899
10899
|
</button>
|
|
@@ -10953,8 +10953,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
10953
10953
|
<div class="v-data-table__mobile-row__header">
|
|
10954
10954
|
</div>
|
|
10955
10955
|
<div class="v-data-table__mobile-row__cell">
|
|
10956
|
-
<button
|
|
10957
|
-
|
|
10956
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
10957
|
+
aria-hidden="false"
|
|
10958
10958
|
type="button"
|
|
10959
10959
|
>
|
|
10960
10960
|
</button>
|
|
@@ -11014,8 +11014,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11014
11014
|
<div class="v-data-table__mobile-row__header">
|
|
11015
11015
|
</div>
|
|
11016
11016
|
<div class="v-data-table__mobile-row__cell">
|
|
11017
|
-
<button
|
|
11018
|
-
|
|
11017
|
+
<button class="v-icon--link v-icon notranslate theme--light material-icons v-data-table__expand-icon"
|
|
11018
|
+
aria-hidden="false"
|
|
11019
11019
|
type="button"
|
|
11020
11020
|
>
|
|
11021
11021
|
</button>
|
|
@@ -11101,8 +11101,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11101
11101
|
</div>
|
|
11102
11102
|
<div class="v-input__append-inner">
|
|
11103
11103
|
<div class="v-input__icon v-input__icon--append">
|
|
11104
|
-
<i
|
|
11105
|
-
|
|
11104
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11105
|
+
aria-hidden="true"
|
|
11106
11106
|
>
|
|
11107
11107
|
</i>
|
|
11108
11108
|
</div>
|
|
@@ -11127,8 +11127,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11127
11127
|
aria-label="Previous page"
|
|
11128
11128
|
>
|
|
11129
11129
|
<span class="v-btn__content">
|
|
11130
|
-
<i
|
|
11131
|
-
|
|
11130
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11131
|
+
aria-hidden="true"
|
|
11132
11132
|
>
|
|
11133
11133
|
</i>
|
|
11134
11134
|
</span>
|
|
@@ -11140,8 +11140,8 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11140
11140
|
aria-label="Next page"
|
|
11141
11141
|
>
|
|
11142
11142
|
<span class="v-btn__content">
|
|
11143
|
-
<i
|
|
11144
|
-
|
|
11143
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11144
|
+
aria-hidden="true"
|
|
11145
11145
|
>
|
|
11146
11146
|
</i>
|
|
11147
11147
|
</span>
|
|
@@ -11173,8 +11173,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11173
11173
|
>
|
|
11174
11174
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11175
11175
|
<div class="v-input--selection-controls__input">
|
|
11176
|
-
<i
|
|
11177
|
-
|
|
11176
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11177
|
+
aria-hidden="true"
|
|
11178
11178
|
>
|
|
11179
11179
|
</i>
|
|
11180
11180
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11208,8 +11208,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11208
11208
|
</div>
|
|
11209
11209
|
<div class="v-input__append-inner">
|
|
11210
11210
|
<div class="v-input__icon v-input__icon--append">
|
|
11211
|
-
<i
|
|
11212
|
-
|
|
11211
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11212
|
+
aria-hidden="true"
|
|
11213
11213
|
>
|
|
11214
11214
|
</i>
|
|
11215
11215
|
</div>
|
|
@@ -11233,8 +11233,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11233
11233
|
<div class="v-data-table__mobile-row__cell">
|
|
11234
11234
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11235
11235
|
<div class="v-input--selection-controls__input">
|
|
11236
|
-
<i
|
|
11237
|
-
|
|
11236
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11237
|
+
aria-hidden="true"
|
|
11238
11238
|
>
|
|
11239
11239
|
</i>
|
|
11240
11240
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11299,8 +11299,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11299
11299
|
<div class="v-data-table__mobile-row__cell">
|
|
11300
11300
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11301
11301
|
<div class="v-input--selection-controls__input">
|
|
11302
|
-
<i
|
|
11303
|
-
|
|
11302
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11303
|
+
aria-hidden="true"
|
|
11304
11304
|
>
|
|
11305
11305
|
</i>
|
|
11306
11306
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11365,8 +11365,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11365
11365
|
<div class="v-data-table__mobile-row__cell">
|
|
11366
11366
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11367
11367
|
<div class="v-input--selection-controls__input">
|
|
11368
|
-
<i
|
|
11369
|
-
|
|
11368
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11369
|
+
aria-hidden="true"
|
|
11370
11370
|
>
|
|
11371
11371
|
</i>
|
|
11372
11372
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11431,8 +11431,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11431
11431
|
<div class="v-data-table__mobile-row__cell">
|
|
11432
11432
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11433
11433
|
<div class="v-input--selection-controls__input">
|
|
11434
|
-
<i
|
|
11435
|
-
|
|
11434
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11435
|
+
aria-hidden="true"
|
|
11436
11436
|
>
|
|
11437
11437
|
</i>
|
|
11438
11438
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11497,8 +11497,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11497
11497
|
<div class="v-data-table__mobile-row__cell">
|
|
11498
11498
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11499
11499
|
<div class="v-input--selection-controls__input">
|
|
11500
|
-
<i
|
|
11501
|
-
|
|
11500
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11501
|
+
aria-hidden="true"
|
|
11502
11502
|
>
|
|
11503
11503
|
</i>
|
|
11504
11504
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11587,8 +11587,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11587
11587
|
</div>
|
|
11588
11588
|
<div class="v-input__append-inner">
|
|
11589
11589
|
<div class="v-input__icon v-input__icon--append">
|
|
11590
|
-
<i
|
|
11591
|
-
|
|
11590
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11591
|
+
aria-hidden="true"
|
|
11592
11592
|
>
|
|
11593
11593
|
</i>
|
|
11594
11594
|
</div>
|
|
@@ -11613,8 +11613,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11613
11613
|
aria-label="Previous page"
|
|
11614
11614
|
>
|
|
11615
11615
|
<span class="v-btn__content">
|
|
11616
|
-
<i
|
|
11617
|
-
|
|
11616
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11617
|
+
aria-hidden="true"
|
|
11618
11618
|
>
|
|
11619
11619
|
</i>
|
|
11620
11620
|
</span>
|
|
@@ -11626,8 +11626,8 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
11626
11626
|
aria-label="Next page"
|
|
11627
11627
|
>
|
|
11628
11628
|
<span class="v-btn__content">
|
|
11629
|
-
<i
|
|
11630
|
-
|
|
11629
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11630
|
+
aria-hidden="true"
|
|
11631
11631
|
>
|
|
11632
11632
|
</i>
|
|
11633
11633
|
</span>
|
|
@@ -11680,8 +11680,8 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11680
11680
|
</div>
|
|
11681
11681
|
<div class="v-input__append-inner">
|
|
11682
11682
|
<div class="v-input__icon v-input__icon--append">
|
|
11683
|
-
<i
|
|
11684
|
-
|
|
11683
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11684
|
+
aria-hidden="true"
|
|
11685
11685
|
>
|
|
11686
11686
|
</i>
|
|
11687
11687
|
</div>
|
|
@@ -11698,15 +11698,15 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11698
11698
|
</tr>
|
|
11699
11699
|
</thead>
|
|
11700
11700
|
<tbody>
|
|
11701
|
-
<tr class="v-data-table__mobile-table-row">
|
|
11701
|
+
<tr class="v-data-table__mobile-table-row v-data-table__selected">
|
|
11702
11702
|
<td class="v-data-table__mobile-row">
|
|
11703
11703
|
<div class="v-data-table__mobile-row__header">
|
|
11704
11704
|
</div>
|
|
11705
11705
|
<div class="v-data-table__mobile-row__cell">
|
|
11706
11706
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11707
11707
|
<div class="v-input--selection-controls__input">
|
|
11708
|
-
<i
|
|
11709
|
-
|
|
11708
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11709
|
+
aria-hidden="true"
|
|
11710
11710
|
>
|
|
11711
11711
|
</i>
|
|
11712
11712
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11771,8 +11771,8 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11771
11771
|
<div class="v-data-table__mobile-row__cell">
|
|
11772
11772
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
11773
11773
|
<div class="v-input--selection-controls__input">
|
|
11774
|
-
<i
|
|
11775
|
-
|
|
11774
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11775
|
+
aria-hidden="true"
|
|
11776
11776
|
>
|
|
11777
11777
|
</i>
|
|
11778
11778
|
<div class="v-input--selection-controls__ripple">
|
|
@@ -11861,8 +11861,8 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11861
11861
|
</div>
|
|
11862
11862
|
<div class="v-input__append-inner">
|
|
11863
11863
|
<div class="v-input__icon v-input__icon--append">
|
|
11864
|
-
<i
|
|
11865
|
-
|
|
11864
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11865
|
+
aria-hidden="true"
|
|
11866
11866
|
>
|
|
11867
11867
|
</i>
|
|
11868
11868
|
</div>
|
|
@@ -11887,8 +11887,8 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11887
11887
|
aria-label="Previous page"
|
|
11888
11888
|
>
|
|
11889
11889
|
<span class="v-btn__content">
|
|
11890
|
-
<i
|
|
11891
|
-
|
|
11890
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11891
|
+
aria-hidden="true"
|
|
11892
11892
|
>
|
|
11893
11893
|
</i>
|
|
11894
11894
|
</span>
|
|
@@ -11901,8 +11901,8 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
11901
11901
|
aria-label="Next page"
|
|
11902
11902
|
>
|
|
11903
11903
|
<span class="v-btn__content">
|
|
11904
|
-
<i
|
|
11905
|
-
|
|
11904
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11905
|
+
aria-hidden="true"
|
|
11906
11906
|
>
|
|
11907
11907
|
</i>
|
|
11908
11908
|
</span>
|
|
@@ -11949,8 +11949,8 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
11949
11949
|
</div>
|
|
11950
11950
|
<div class="v-input__append-inner">
|
|
11951
11951
|
<div class="v-input__icon v-input__icon--append">
|
|
11952
|
-
<i
|
|
11953
|
-
|
|
11952
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
11953
|
+
aria-hidden="true"
|
|
11954
11954
|
>
|
|
11955
11955
|
</i>
|
|
11956
11956
|
</div>
|
|
@@ -12098,8 +12098,8 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
12098
12098
|
</div>
|
|
12099
12099
|
<div class="v-input__append-inner">
|
|
12100
12100
|
<div class="v-input__icon v-input__icon--append">
|
|
12101
|
-
<i
|
|
12102
|
-
|
|
12101
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12102
|
+
aria-hidden="true"
|
|
12103
12103
|
>
|
|
12104
12104
|
</i>
|
|
12105
12105
|
</div>
|
|
@@ -12124,8 +12124,8 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
12124
12124
|
aria-label="Previous page"
|
|
12125
12125
|
>
|
|
12126
12126
|
<span class="v-btn__content">
|
|
12127
|
-
<i
|
|
12128
|
-
|
|
12127
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12128
|
+
aria-hidden="true"
|
|
12129
12129
|
>
|
|
12130
12130
|
</i>
|
|
12131
12131
|
</span>
|
|
@@ -12138,8 +12138,8 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
12138
12138
|
aria-label="Next page"
|
|
12139
12139
|
>
|
|
12140
12140
|
<span class="v-btn__content">
|
|
12141
|
-
<i
|
|
12142
|
-
|
|
12141
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12142
|
+
aria-hidden="true"
|
|
12143
12143
|
>
|
|
12144
12144
|
</i>
|
|
12145
12145
|
</span>
|
|
@@ -12187,8 +12187,8 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12187
12187
|
</div>
|
|
12188
12188
|
<div class="v-input__append-inner">
|
|
12189
12189
|
<div class="v-input__icon v-input__icon--append">
|
|
12190
|
-
<i
|
|
12191
|
-
|
|
12190
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12191
|
+
aria-hidden="true"
|
|
12192
12192
|
>
|
|
12193
12193
|
</i>
|
|
12194
12194
|
</div>
|
|
@@ -12236,8 +12236,8 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12236
12236
|
</div>
|
|
12237
12237
|
<div class="v-input__append-inner">
|
|
12238
12238
|
<div class="v-input__icon v-input__icon--append">
|
|
12239
|
-
<i
|
|
12240
|
-
|
|
12239
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12240
|
+
aria-hidden="true"
|
|
12241
12241
|
>
|
|
12242
12242
|
</i>
|
|
12243
12243
|
</div>
|
|
@@ -12262,8 +12262,8 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12262
12262
|
aria-label="Previous page"
|
|
12263
12263
|
>
|
|
12264
12264
|
<span class="v-btn__content">
|
|
12265
|
-
<i
|
|
12266
|
-
|
|
12265
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12266
|
+
aria-hidden="true"
|
|
12267
12267
|
>
|
|
12268
12268
|
</i>
|
|
12269
12269
|
</span>
|
|
@@ -12276,8 +12276,8 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
12276
12276
|
aria-label="Next page"
|
|
12277
12277
|
>
|
|
12278
12278
|
<span class="v-btn__content">
|
|
12279
|
-
<i
|
|
12280
|
-
|
|
12279
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12280
|
+
aria-hidden="true"
|
|
12281
12281
|
>
|
|
12282
12282
|
</i>
|
|
12283
12283
|
</span>
|
|
@@ -12324,8 +12324,8 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12324
12324
|
</div>
|
|
12325
12325
|
<div class="v-input__append-inner">
|
|
12326
12326
|
<div class="v-input__icon v-input__icon--append">
|
|
12327
|
-
<i
|
|
12328
|
-
|
|
12327
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12328
|
+
aria-hidden="true"
|
|
12329
12329
|
>
|
|
12330
12330
|
</i>
|
|
12331
12331
|
</div>
|
|
@@ -12373,8 +12373,8 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12373
12373
|
</div>
|
|
12374
12374
|
<div class="v-input__append-inner">
|
|
12375
12375
|
<div class="v-input__icon v-input__icon--append">
|
|
12376
|
-
<i
|
|
12377
|
-
|
|
12376
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12377
|
+
aria-hidden="true"
|
|
12378
12378
|
>
|
|
12379
12379
|
</i>
|
|
12380
12380
|
</div>
|
|
@@ -12399,8 +12399,8 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12399
12399
|
aria-label="Previous page"
|
|
12400
12400
|
>
|
|
12401
12401
|
<span class="v-btn__content">
|
|
12402
|
-
<i
|
|
12403
|
-
|
|
12402
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12403
|
+
aria-hidden="true"
|
|
12404
12404
|
>
|
|
12405
12405
|
</i>
|
|
12406
12406
|
</span>
|
|
@@ -12413,8 +12413,8 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
12413
12413
|
aria-label="Next page"
|
|
12414
12414
|
>
|
|
12415
12415
|
<span class="v-btn__content">
|
|
12416
|
-
<i
|
|
12417
|
-
|
|
12416
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12417
|
+
aria-hidden="true"
|
|
12418
12418
|
>
|
|
12419
12419
|
</i>
|
|
12420
12420
|
</span>
|
|
@@ -12461,8 +12461,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12461
12461
|
<span class="v-chip__content">
|
|
12462
12462
|
Calories
|
|
12463
12463
|
<div class="v-chip__close sortable active desc">
|
|
12464
|
-
<i
|
|
12465
|
-
|
|
12464
|
+
<i class="v-icon notranslate theme--light material-icons v-data-table-header__icon"
|
|
12465
|
+
aria-hidden="true"
|
|
12466
12466
|
style="font-size: 18px;"
|
|
12467
12467
|
>
|
|
12468
12468
|
</i>
|
|
@@ -12478,8 +12478,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12478
12478
|
</div>
|
|
12479
12479
|
<div class="v-input__append-inner">
|
|
12480
12480
|
<div class="v-input__icon v-input__icon--append">
|
|
12481
|
-
<i
|
|
12482
|
-
|
|
12481
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12482
|
+
aria-hidden="true"
|
|
12483
12483
|
>
|
|
12484
12484
|
</i>
|
|
12485
12485
|
</div>
|
|
@@ -12779,8 +12779,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12779
12779
|
</div>
|
|
12780
12780
|
<div class="v-input__append-inner">
|
|
12781
12781
|
<div class="v-input__icon v-input__icon--append">
|
|
12782
|
-
<i
|
|
12783
|
-
|
|
12782
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12783
|
+
aria-hidden="true"
|
|
12784
12784
|
>
|
|
12785
12785
|
</i>
|
|
12786
12786
|
</div>
|
|
@@ -12805,8 +12805,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12805
12805
|
aria-label="Previous page"
|
|
12806
12806
|
>
|
|
12807
12807
|
<span class="v-btn__content">
|
|
12808
|
-
<i
|
|
12809
|
-
|
|
12808
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12809
|
+
aria-hidden="true"
|
|
12810
12810
|
>
|
|
12811
12811
|
</i>
|
|
12812
12812
|
</span>
|
|
@@ -12819,8 +12819,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
12819
12819
|
aria-label="Next page"
|
|
12820
12820
|
>
|
|
12821
12821
|
<span class="v-btn__content">
|
|
12822
|
-
<i
|
|
12823
|
-
|
|
12822
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12823
|
+
aria-hidden="true"
|
|
12824
12824
|
>
|
|
12825
12825
|
</i>
|
|
12826
12826
|
</span>
|
|
@@ -12867,8 +12867,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
12867
12867
|
<span class="v-chip__content">
|
|
12868
12868
|
Calories
|
|
12869
12869
|
<div class="v-chip__close sortable active desc">
|
|
12870
|
-
<i
|
|
12871
|
-
|
|
12870
|
+
<i class="v-icon notranslate theme--light material-icons v-data-table-header__icon"
|
|
12871
|
+
aria-hidden="true"
|
|
12872
12872
|
style="font-size: 18px;"
|
|
12873
12873
|
>
|
|
12874
12874
|
</i>
|
|
@@ -12884,8 +12884,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
12884
12884
|
</div>
|
|
12885
12885
|
<div class="v-input__append-inner">
|
|
12886
12886
|
<div class="v-input__icon v-input__icon--append">
|
|
12887
|
-
<i
|
|
12888
|
-
|
|
12887
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
12888
|
+
aria-hidden="true"
|
|
12889
12889
|
>
|
|
12890
12890
|
</i>
|
|
12891
12891
|
</div>
|
|
@@ -13185,8 +13185,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
13185
13185
|
</div>
|
|
13186
13186
|
<div class="v-input__append-inner">
|
|
13187
13187
|
<div class="v-input__icon v-input__icon--append">
|
|
13188
|
-
<i
|
|
13189
|
-
|
|
13188
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13189
|
+
aria-hidden="true"
|
|
13190
13190
|
>
|
|
13191
13191
|
</i>
|
|
13192
13192
|
</div>
|
|
@@ -13211,8 +13211,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
13211
13211
|
aria-label="Previous page"
|
|
13212
13212
|
>
|
|
13213
13213
|
<span class="v-btn__content">
|
|
13214
|
-
<i
|
|
13215
|
-
|
|
13214
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13215
|
+
aria-hidden="true"
|
|
13216
13216
|
>
|
|
13217
13217
|
</i>
|
|
13218
13218
|
</span>
|
|
@@ -13225,8 +13225,8 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
13225
13225
|
aria-label="Next page"
|
|
13226
13226
|
>
|
|
13227
13227
|
<span class="v-btn__content">
|
|
13228
|
-
<i
|
|
13229
|
-
|
|
13228
|
+
<i class="v-icon notranslate theme--light material-icons"
|
|
13229
|
+
aria-hidden="true"
|
|
13230
13230
|
>
|
|
13231
13231
|
</i>
|
|
13232
13232
|
</span>
|