vuetify 2.1.0-beta.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vuetify.css +50 -28
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +177 -93
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/es5/components/VAlert/VAlert.js +3 -18
- package/es5/components/VAlert/VAlert.js.map +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/es5/components/VCarousel/VCarousel.js +1 -1
- package/es5/components/VCarousel/VCarousel.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +3 -3
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/es5/components/VChip/VChip.js +2 -2
- package/es5/components/VChip/VChip.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/es5/components/VDataIterator/VDataFooter.js +4 -4
- package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
- package/es5/components/VDataTable/VDataTable.js +3 -3
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VDataTable/mixins/header.js +1 -1
- package/es5/components/VDataTable/mixins/header.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +2 -2
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +3 -0
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VFileInput/VFileInput.js +1 -1
- package/es5/components/VFileInput/VFileInput.js.map +1 -1
- package/es5/components/VInput/VInput.js +3 -0
- package/es5/components/VInput/VInput.js.map +1 -1
- package/es5/components/VLazy/VLazy.js +4 -2
- package/es5/components/VLazy/VLazy.js.map +1 -1
- package/es5/components/VList/VListGroup.js +2 -2
- package/es5/components/VList/VListGroup.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -0
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VPagination/VPagination.js +2 -2
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/components/VRadioGroup/VRadio.js +2 -2
- package/es5/components/VRadioGroup/VRadio.js.map +1 -1
- package/es5/components/VRating/VRating.js +3 -3
- package/es5/components/VRating/VRating.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +1 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +3 -3
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTabs.js +2 -2
- package/es5/components/VTabs/VTabs.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +2 -2
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +2 -1
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +5 -5
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/VWindow/VWindow.js +2 -2
- package/es5/components/VWindow/VWindow.js.map +1 -1
- package/es5/directives/index.js +8 -0
- package/es5/directives/index.js.map +1 -1
- package/es5/directives/intersect/index.js +7 -6
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +71 -0
- package/es5/directives/mutate/index.js.map +1 -0
- package/es5/framework.js +1 -1
- package/es5/locale/et.js +8 -8
- package/es5/locale/et.js.map +1 -1
- package/es5/locale/hr.js +15 -15
- package/es5/locale/hr.js.map +1 -1
- package/es5/locale/sl.js +8 -8
- package/es5/locale/sl.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +3 -18
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +1 -1
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +3 -3
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -3
- package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.js +4 -4
- package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +3 -3
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/mixins/header.js +1 -1
- package/lib/components/VDataTable/mixins/header.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +3 -0
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VInput/VInput.js +3 -0
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +4 -2
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +3 -0
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +2 -2
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VRadioGroup/VRadio.js +2 -2
- package/lib/components/VRadioGroup/VRadio.js.map +1 -1
- package/lib/components/VRating/VRating.js +3 -3
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +3 -3
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +2 -2
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -2
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +2 -1
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +5 -5
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/directives/index.js +1 -0
- package/lib/directives/index.js.map +1 -1
- package/lib/directives/intersect/index.js +5 -6
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +56 -0
- package/lib/directives/mutate/index.js.map +1 -0
- package/lib/framework.js +1 -1
- package/lib/locale/et.js +8 -8
- package/lib/locale/et.js.map +1 -1
- package/lib/locale/hr.js +15 -15
- package/lib/locale/hr.js.map +1 -1
- package/lib/locale/sl.js +8 -8
- package/lib/locale/sl.js.map +1 -1
- package/lib/util/helpers.js +3 -4
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/VAlert.ts +3 -8
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VCalendar/VCalendarWeekly.sass +3 -0
- package/src/components/VCarousel/VCarousel.ts +1 -1
- package/src/components/VCheckbox/VCheckbox.ts +3 -3
- package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -3
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +1 -1
- package/src/components/VChip/VChip.ts +2 -2
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -1
- package/src/components/VColorPicker/VColorPickerEdit.ts +1 -1
- package/src/components/VColorPicker/VColorPickerSwatches.ts +1 -1
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +5 -5
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +5 -5
- package/src/components/VDataIterator/VDataFooter.ts +4 -4
- package/src/components/VDataTable/VDataTable.ts +3 -3
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +191 -191
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +35 -35
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +3 -3
- package/src/components/VDataTable/mixins/header.ts +1 -1
- package/src/components/VDatePicker/VDatePicker.ts +2 -2
- package/src/components/VDatePicker/VDatePickerHeader.ts +2 -2
- package/src/components/VDialog/VDialog.sass +4 -7
- package/src/components/VDialog/VDialog.ts +6 -0
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VFileInput/VFileInput.ts +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +16 -16
- package/src/components/VIcon/__tests__/VIcon.spec.ts +11 -11
- package/src/components/VInput/VInput.sass +3 -0
- package/src/components/VInput/VInput.ts +3 -0
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +3 -1
- package/src/components/VLazy/VLazy.ts +4 -2
- package/src/components/VList/VListGroup.ts +2 -2
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VMenu/VMenu.sass +3 -8
- package/src/components/VMenu/VMenu.ts +6 -0
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +2 -2
- package/src/components/VPagination/VPagination.ts +2 -2
- package/src/components/VRadioGroup/VRadio.ts +2 -2
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
- package/src/components/VRating/VRating.ts +3 -3
- package/src/components/VSelect/VSelect.ts +1 -1
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +7 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +5 -5
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +1 -1
- package/src/components/VSlideGroup/VSlideGroup.ts +2 -2
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +4 -4
- package/src/components/VStepper/VStepperStep.ts +3 -3
- package/src/components/VTabs/VTabs.ts +2 -2
- package/src/components/VTextField/VTextField.sass +35 -11
- package/src/components/VTextField/VTextField.ts +2 -2
- package/src/components/VTooltip/VTooltip.sass +5 -2
- package/src/components/VTooltip/VTooltip.ts +4 -0
- package/src/components/VTreeview/VTreeviewNode.ts +5 -5
- package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +2 -2
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +1 -1
- package/src/components/VWindow/VWindow.ts +2 -2
- package/src/directives/index.ts +1 -0
- package/src/directives/intersect/index.ts +6 -5
- package/src/directives/mutate/__tests__/mutate.spec.ts +130 -0
- package/src/directives/mutate/index.ts +63 -0
- package/src/globals.d.ts +3 -0
- package/src/locale/et.ts +8 -8
- package/src/locale/hr.ts +15 -15
- package/src/locale/sl.ts +8 -8
- package/src/styles/settings/_variables.scss +3 -3
- package/src/util/helpers.ts +3 -5
|
@@ -37,7 +37,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
37
37
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
38
38
|
style="font-size: 18px;"
|
|
39
39
|
>
|
|
40
|
-
$
|
|
40
|
+
$sort
|
|
41
41
|
</i>
|
|
42
42
|
</th>
|
|
43
43
|
<th role="columnheader"
|
|
@@ -53,7 +53,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
53
53
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
54
54
|
style="font-size: 18px;"
|
|
55
55
|
>
|
|
56
|
-
$
|
|
56
|
+
$sort
|
|
57
57
|
</i>
|
|
58
58
|
</th>
|
|
59
59
|
<th role="columnheader"
|
|
@@ -69,7 +69,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
69
69
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
70
70
|
style="font-size: 18px;"
|
|
71
71
|
>
|
|
72
|
-
$
|
|
72
|
+
$sort
|
|
73
73
|
</i>
|
|
74
74
|
</th>
|
|
75
75
|
<th role="columnheader"
|
|
@@ -85,7 +85,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
85
85
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
86
86
|
style="font-size: 18px;"
|
|
87
87
|
>
|
|
88
|
-
$
|
|
88
|
+
$sort
|
|
89
89
|
</i>
|
|
90
90
|
</th>
|
|
91
91
|
<th role="columnheader"
|
|
@@ -101,7 +101,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
101
101
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
102
102
|
style="font-size: 18px;"
|
|
103
103
|
>
|
|
104
|
-
$
|
|
104
|
+
$sort
|
|
105
105
|
</i>
|
|
106
106
|
</th>
|
|
107
107
|
</tr>
|
|
@@ -238,7 +238,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
238
238
|
<i aria-hidden="true"
|
|
239
239
|
class="v-icon notranslate material-icons theme--light"
|
|
240
240
|
>
|
|
241
|
-
$
|
|
241
|
+
$dropdown
|
|
242
242
|
</i>
|
|
243
243
|
</div>
|
|
244
244
|
</div>
|
|
@@ -265,7 +265,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
265
265
|
<i aria-hidden="true"
|
|
266
266
|
class="v-icon notranslate material-icons theme--light"
|
|
267
267
|
>
|
|
268
|
-
$
|
|
268
|
+
$prev
|
|
269
269
|
</i>
|
|
270
270
|
</span>
|
|
271
271
|
</button>
|
|
@@ -280,7 +280,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
280
280
|
<i aria-hidden="true"
|
|
281
281
|
class="v-icon notranslate material-icons theme--light"
|
|
282
282
|
>
|
|
283
|
-
$
|
|
283
|
+
$next
|
|
284
284
|
</i>
|
|
285
285
|
</span>
|
|
286
286
|
</button>
|
|
@@ -326,7 +326,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
326
326
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
327
327
|
style="font-size: 18px;"
|
|
328
328
|
>
|
|
329
|
-
$
|
|
329
|
+
$sort
|
|
330
330
|
</i>
|
|
331
331
|
</th>
|
|
332
332
|
<th role="columnheader"
|
|
@@ -342,7 +342,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
342
342
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
343
343
|
style="font-size: 18px;"
|
|
344
344
|
>
|
|
345
|
-
$
|
|
345
|
+
$sort
|
|
346
346
|
</i>
|
|
347
347
|
</th>
|
|
348
348
|
<th role="columnheader"
|
|
@@ -358,7 +358,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
358
358
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
359
359
|
style="font-size: 18px;"
|
|
360
360
|
>
|
|
361
|
-
$
|
|
361
|
+
$sort
|
|
362
362
|
</i>
|
|
363
363
|
</th>
|
|
364
364
|
<th role="columnheader"
|
|
@@ -374,7 +374,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
374
374
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
375
375
|
style="font-size: 18px;"
|
|
376
376
|
>
|
|
377
|
-
$
|
|
377
|
+
$sort
|
|
378
378
|
</i>
|
|
379
379
|
</th>
|
|
380
380
|
<th role="columnheader"
|
|
@@ -390,7 +390,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
390
390
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
391
391
|
style="font-size: 18px;"
|
|
392
392
|
>
|
|
393
|
-
$
|
|
393
|
+
$sort
|
|
394
394
|
</i>
|
|
395
395
|
</th>
|
|
396
396
|
</tr>
|
|
@@ -432,7 +432,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
432
432
|
<i aria-hidden="true"
|
|
433
433
|
class="v-icon notranslate material-icons theme--light"
|
|
434
434
|
>
|
|
435
|
-
$
|
|
435
|
+
$dropdown
|
|
436
436
|
</i>
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
@@ -459,7 +459,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
459
459
|
<i aria-hidden="true"
|
|
460
460
|
class="v-icon notranslate material-icons theme--light"
|
|
461
461
|
>
|
|
462
|
-
$
|
|
462
|
+
$prev
|
|
463
463
|
</i>
|
|
464
464
|
</span>
|
|
465
465
|
</button>
|
|
@@ -474,7 +474,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
474
474
|
<i aria-hidden="true"
|
|
475
475
|
class="v-icon notranslate material-icons theme--light"
|
|
476
476
|
>
|
|
477
|
-
$
|
|
477
|
+
$next
|
|
478
478
|
</i>
|
|
479
479
|
</span>
|
|
480
480
|
</button>
|
|
@@ -520,7 +520,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
520
520
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
521
521
|
style="font-size: 18px;"
|
|
522
522
|
>
|
|
523
|
-
$
|
|
523
|
+
$sort
|
|
524
524
|
</i>
|
|
525
525
|
</th>
|
|
526
526
|
<th role="columnheader"
|
|
@@ -536,7 +536,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
536
536
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
537
537
|
style="font-size: 18px;"
|
|
538
538
|
>
|
|
539
|
-
$
|
|
539
|
+
$sort
|
|
540
540
|
</i>
|
|
541
541
|
</th>
|
|
542
542
|
<th role="columnheader"
|
|
@@ -552,7 +552,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
552
552
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
553
553
|
style="font-size: 18px;"
|
|
554
554
|
>
|
|
555
|
-
$
|
|
555
|
+
$sort
|
|
556
556
|
</i>
|
|
557
557
|
</th>
|
|
558
558
|
<th role="columnheader"
|
|
@@ -568,7 +568,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
568
568
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
569
569
|
style="font-size: 18px;"
|
|
570
570
|
>
|
|
571
|
-
$
|
|
571
|
+
$sort
|
|
572
572
|
</i>
|
|
573
573
|
</th>
|
|
574
574
|
<th role="columnheader"
|
|
@@ -584,7 +584,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
584
584
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
585
585
|
style="font-size: 18px;"
|
|
586
586
|
>
|
|
587
|
-
$
|
|
587
|
+
$sort
|
|
588
588
|
</i>
|
|
589
589
|
</th>
|
|
590
590
|
</tr>
|
|
@@ -721,7 +721,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
721
721
|
<i aria-hidden="true"
|
|
722
722
|
class="v-icon notranslate material-icons theme--light"
|
|
723
723
|
>
|
|
724
|
-
$
|
|
724
|
+
$dropdown
|
|
725
725
|
</i>
|
|
726
726
|
</div>
|
|
727
727
|
</div>
|
|
@@ -748,7 +748,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
748
748
|
<i aria-hidden="true"
|
|
749
749
|
class="v-icon notranslate material-icons theme--light"
|
|
750
750
|
>
|
|
751
|
-
$
|
|
751
|
+
$prev
|
|
752
752
|
</i>
|
|
753
753
|
</span>
|
|
754
754
|
</button>
|
|
@@ -762,7 +762,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
762
762
|
<i aria-hidden="true"
|
|
763
763
|
class="v-icon notranslate material-icons theme--light"
|
|
764
764
|
>
|
|
765
|
-
$
|
|
765
|
+
$next
|
|
766
766
|
</i>
|
|
767
767
|
</span>
|
|
768
768
|
</button>
|
|
@@ -798,7 +798,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
798
798
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
799
799
|
style="font-size: 18px;"
|
|
800
800
|
>
|
|
801
|
-
$
|
|
801
|
+
$sort
|
|
802
802
|
</i>
|
|
803
803
|
</th>
|
|
804
804
|
<th role="columnheader"
|
|
@@ -814,7 +814,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
814
814
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
815
815
|
style="font-size: 18px;"
|
|
816
816
|
>
|
|
817
|
-
$
|
|
817
|
+
$sort
|
|
818
818
|
</i>
|
|
819
819
|
</th>
|
|
820
820
|
<th role="columnheader"
|
|
@@ -830,7 +830,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
830
830
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
831
831
|
style="font-size: 18px;"
|
|
832
832
|
>
|
|
833
|
-
$
|
|
833
|
+
$sort
|
|
834
834
|
</i>
|
|
835
835
|
</th>
|
|
836
836
|
<th role="columnheader"
|
|
@@ -846,7 +846,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
846
846
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
847
847
|
style="font-size: 18px;"
|
|
848
848
|
>
|
|
849
|
-
$
|
|
849
|
+
$sort
|
|
850
850
|
</i>
|
|
851
851
|
</th>
|
|
852
852
|
<th role="columnheader"
|
|
@@ -862,7 +862,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
862
862
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
863
863
|
style="font-size: 18px;"
|
|
864
864
|
>
|
|
865
|
-
$
|
|
865
|
+
$sort
|
|
866
866
|
</i>
|
|
867
867
|
</th>
|
|
868
868
|
<th role="columnheader"
|
|
@@ -878,7 +878,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
878
878
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
879
879
|
style="font-size: 18px;"
|
|
880
880
|
>
|
|
881
|
-
$
|
|
881
|
+
$sort
|
|
882
882
|
</i>
|
|
883
883
|
</th>
|
|
884
884
|
</tr>
|
|
@@ -1115,7 +1115,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
1115
1115
|
<i aria-hidden="true"
|
|
1116
1116
|
class="v-icon notranslate material-icons theme--light"
|
|
1117
1117
|
>
|
|
1118
|
-
$
|
|
1118
|
+
$dropdown
|
|
1119
1119
|
</i>
|
|
1120
1120
|
</div>
|
|
1121
1121
|
</div>
|
|
@@ -1143,7 +1143,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
1143
1143
|
<i aria-hidden="true"
|
|
1144
1144
|
class="v-icon notranslate material-icons theme--light"
|
|
1145
1145
|
>
|
|
1146
|
-
$
|
|
1146
|
+
$prev
|
|
1147
1147
|
</i>
|
|
1148
1148
|
</span>
|
|
1149
1149
|
</button>
|
|
@@ -1158,7 +1158,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
1158
1158
|
<i aria-hidden="true"
|
|
1159
1159
|
class="v-icon notranslate material-icons theme--light"
|
|
1160
1160
|
>
|
|
1161
|
-
$
|
|
1161
|
+
$next
|
|
1162
1162
|
</i>
|
|
1163
1163
|
</span>
|
|
1164
1164
|
</button>
|
|
@@ -1194,7 +1194,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1194
1194
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1195
1195
|
style="font-size: 18px;"
|
|
1196
1196
|
>
|
|
1197
|
-
$
|
|
1197
|
+
$sort
|
|
1198
1198
|
</i>
|
|
1199
1199
|
</th>
|
|
1200
1200
|
<th role="columnheader"
|
|
@@ -1210,7 +1210,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1210
1210
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1211
1211
|
style="font-size: 18px;"
|
|
1212
1212
|
>
|
|
1213
|
-
$
|
|
1213
|
+
$sort
|
|
1214
1214
|
</i>
|
|
1215
1215
|
</th>
|
|
1216
1216
|
<th role="columnheader"
|
|
@@ -1226,7 +1226,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1226
1226
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1227
1227
|
style="font-size: 18px;"
|
|
1228
1228
|
>
|
|
1229
|
-
$
|
|
1229
|
+
$sort
|
|
1230
1230
|
</i>
|
|
1231
1231
|
</th>
|
|
1232
1232
|
<th role="columnheader"
|
|
@@ -1242,7 +1242,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1242
1242
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1243
1243
|
style="font-size: 18px;"
|
|
1244
1244
|
>
|
|
1245
|
-
$
|
|
1245
|
+
$sort
|
|
1246
1246
|
</i>
|
|
1247
1247
|
</th>
|
|
1248
1248
|
<th role="columnheader"
|
|
@@ -1258,7 +1258,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1258
1258
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1259
1259
|
style="font-size: 18px;"
|
|
1260
1260
|
>
|
|
1261
|
-
$
|
|
1261
|
+
$sort
|
|
1262
1262
|
</i>
|
|
1263
1263
|
</th>
|
|
1264
1264
|
<th role="columnheader"
|
|
@@ -1274,7 +1274,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1274
1274
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1275
1275
|
style="font-size: 18px;"
|
|
1276
1276
|
>
|
|
1277
|
-
$
|
|
1277
|
+
$sort
|
|
1278
1278
|
</i>
|
|
1279
1279
|
</th>
|
|
1280
1280
|
</tr>
|
|
@@ -1318,7 +1318,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1318
1318
|
<i aria-hidden="true"
|
|
1319
1319
|
class="v-icon notranslate material-icons theme--light"
|
|
1320
1320
|
>
|
|
1321
|
-
$
|
|
1321
|
+
$dropdown
|
|
1322
1322
|
</i>
|
|
1323
1323
|
</div>
|
|
1324
1324
|
</div>
|
|
@@ -1346,7 +1346,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1346
1346
|
<i aria-hidden="true"
|
|
1347
1347
|
class="v-icon notranslate material-icons theme--light"
|
|
1348
1348
|
>
|
|
1349
|
-
$
|
|
1349
|
+
$prev
|
|
1350
1350
|
</i>
|
|
1351
1351
|
</span>
|
|
1352
1352
|
</button>
|
|
@@ -1361,7 +1361,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
1361
1361
|
<i aria-hidden="true"
|
|
1362
1362
|
class="v-icon notranslate material-icons theme--light"
|
|
1363
1363
|
>
|
|
1364
|
-
$
|
|
1364
|
+
$next
|
|
1365
1365
|
</i>
|
|
1366
1366
|
</span>
|
|
1367
1367
|
</button>
|
|
@@ -1397,7 +1397,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1397
1397
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1398
1398
|
style="font-size: 18px;"
|
|
1399
1399
|
>
|
|
1400
|
-
$
|
|
1400
|
+
$sort
|
|
1401
1401
|
</i>
|
|
1402
1402
|
</th>
|
|
1403
1403
|
<th role="columnheader"
|
|
@@ -1413,7 +1413,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1413
1413
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1414
1414
|
style="font-size: 18px;"
|
|
1415
1415
|
>
|
|
1416
|
-
$
|
|
1416
|
+
$sort
|
|
1417
1417
|
</i>
|
|
1418
1418
|
</th>
|
|
1419
1419
|
<th role="columnheader"
|
|
@@ -1429,7 +1429,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1429
1429
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1430
1430
|
style="font-size: 18px;"
|
|
1431
1431
|
>
|
|
1432
|
-
$
|
|
1432
|
+
$sort
|
|
1433
1433
|
</i>
|
|
1434
1434
|
</th>
|
|
1435
1435
|
<th role="columnheader"
|
|
@@ -1445,7 +1445,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1445
1445
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1446
1446
|
style="font-size: 18px;"
|
|
1447
1447
|
>
|
|
1448
|
-
$
|
|
1448
|
+
$sort
|
|
1449
1449
|
</i>
|
|
1450
1450
|
</th>
|
|
1451
1451
|
<th role="columnheader"
|
|
@@ -1461,7 +1461,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1461
1461
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1462
1462
|
style="font-size: 18px;"
|
|
1463
1463
|
>
|
|
1464
|
-
$
|
|
1464
|
+
$sort
|
|
1465
1465
|
</i>
|
|
1466
1466
|
</th>
|
|
1467
1467
|
<th role="columnheader"
|
|
@@ -1477,7 +1477,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1477
1477
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1478
1478
|
style="font-size: 18px;"
|
|
1479
1479
|
>
|
|
1480
|
-
$
|
|
1480
|
+
$sort
|
|
1481
1481
|
</i>
|
|
1482
1482
|
</th>
|
|
1483
1483
|
</tr>
|
|
@@ -1574,7 +1574,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1574
1574
|
<i aria-hidden="true"
|
|
1575
1575
|
class="v-icon notranslate material-icons theme--light"
|
|
1576
1576
|
>
|
|
1577
|
-
$
|
|
1577
|
+
$dropdown
|
|
1578
1578
|
</i>
|
|
1579
1579
|
</div>
|
|
1580
1580
|
</div>
|
|
@@ -1602,7 +1602,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1602
1602
|
<i aria-hidden="true"
|
|
1603
1603
|
class="v-icon notranslate material-icons theme--light"
|
|
1604
1604
|
>
|
|
1605
|
-
$
|
|
1605
|
+
$prev
|
|
1606
1606
|
</i>
|
|
1607
1607
|
</span>
|
|
1608
1608
|
</button>
|
|
@@ -1617,7 +1617,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1617
1617
|
<i aria-hidden="true"
|
|
1618
1618
|
class="v-icon notranslate material-icons theme--light"
|
|
1619
1619
|
>
|
|
1620
|
-
$
|
|
1620
|
+
$next
|
|
1621
1621
|
</i>
|
|
1622
1622
|
</span>
|
|
1623
1623
|
</button>
|
|
@@ -1653,7 +1653,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1653
1653
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1654
1654
|
style="font-size: 18px;"
|
|
1655
1655
|
>
|
|
1656
|
-
$
|
|
1656
|
+
$sort
|
|
1657
1657
|
</i>
|
|
1658
1658
|
</th>
|
|
1659
1659
|
<th role="columnheader"
|
|
@@ -1669,7 +1669,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1669
1669
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1670
1670
|
style="font-size: 18px;"
|
|
1671
1671
|
>
|
|
1672
|
-
$
|
|
1672
|
+
$sort
|
|
1673
1673
|
</i>
|
|
1674
1674
|
</th>
|
|
1675
1675
|
<th role="columnheader"
|
|
@@ -1685,7 +1685,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1685
1685
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1686
1686
|
style="font-size: 18px;"
|
|
1687
1687
|
>
|
|
1688
|
-
$
|
|
1688
|
+
$sort
|
|
1689
1689
|
</i>
|
|
1690
1690
|
</th>
|
|
1691
1691
|
<th role="columnheader"
|
|
@@ -1701,7 +1701,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1701
1701
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1702
1702
|
style="font-size: 18px;"
|
|
1703
1703
|
>
|
|
1704
|
-
$
|
|
1704
|
+
$sort
|
|
1705
1705
|
</i>
|
|
1706
1706
|
</th>
|
|
1707
1707
|
<th role="columnheader"
|
|
@@ -1717,7 +1717,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1717
1717
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1718
1718
|
style="font-size: 18px;"
|
|
1719
1719
|
>
|
|
1720
|
-
$
|
|
1720
|
+
$sort
|
|
1721
1721
|
</i>
|
|
1722
1722
|
</th>
|
|
1723
1723
|
<th role="columnheader"
|
|
@@ -1733,7 +1733,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1733
1733
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
1734
1734
|
style="font-size: 18px;"
|
|
1735
1735
|
>
|
|
1736
|
-
$
|
|
1736
|
+
$sort
|
|
1737
1737
|
</i>
|
|
1738
1738
|
</th>
|
|
1739
1739
|
</tr>
|
|
@@ -1970,7 +1970,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1970
1970
|
<i aria-hidden="true"
|
|
1971
1971
|
class="v-icon notranslate material-icons theme--light"
|
|
1972
1972
|
>
|
|
1973
|
-
$
|
|
1973
|
+
$dropdown
|
|
1974
1974
|
</i>
|
|
1975
1975
|
</div>
|
|
1976
1976
|
</div>
|
|
@@ -1998,7 +1998,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
1998
1998
|
<i aria-hidden="true"
|
|
1999
1999
|
class="v-icon notranslate material-icons theme--light"
|
|
2000
2000
|
>
|
|
2001
|
-
$
|
|
2001
|
+
$prev
|
|
2002
2002
|
</i>
|
|
2003
2003
|
</span>
|
|
2004
2004
|
</button>
|
|
@@ -2013,7 +2013,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
2013
2013
|
<i aria-hidden="true"
|
|
2014
2014
|
class="v-icon notranslate material-icons theme--light"
|
|
2015
2015
|
>
|
|
2016
|
-
$
|
|
2016
|
+
$next
|
|
2017
2017
|
</i>
|
|
2018
2018
|
</span>
|
|
2019
2019
|
</button>
|
|
@@ -2069,7 +2069,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
2069
2069
|
<i aria-hidden="true"
|
|
2070
2070
|
class="v-icon notranslate material-icons theme--light"
|
|
2071
2071
|
>
|
|
2072
|
-
$
|
|
2072
|
+
$dropdown
|
|
2073
2073
|
</i>
|
|
2074
2074
|
</div>
|
|
2075
2075
|
</div>
|
|
@@ -2097,7 +2097,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
2097
2097
|
<i aria-hidden="true"
|
|
2098
2098
|
class="v-icon notranslate material-icons theme--light"
|
|
2099
2099
|
>
|
|
2100
|
-
$
|
|
2100
|
+
$prev
|
|
2101
2101
|
</i>
|
|
2102
2102
|
</span>
|
|
2103
2103
|
</button>
|
|
@@ -2112,7 +2112,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
2112
2112
|
<i aria-hidden="true"
|
|
2113
2113
|
class="v-icon notranslate material-icons theme--light"
|
|
2114
2114
|
>
|
|
2115
|
-
$
|
|
2115
|
+
$next
|
|
2116
2116
|
</i>
|
|
2117
2117
|
</span>
|
|
2118
2118
|
</button>
|
|
@@ -2168,7 +2168,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
2168
2168
|
<i aria-hidden="true"
|
|
2169
2169
|
class="v-icon notranslate material-icons theme--light"
|
|
2170
2170
|
>
|
|
2171
|
-
$
|
|
2171
|
+
$dropdown
|
|
2172
2172
|
</i>
|
|
2173
2173
|
</div>
|
|
2174
2174
|
</div>
|
|
@@ -2196,7 +2196,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
2196
2196
|
<i aria-hidden="true"
|
|
2197
2197
|
class="v-icon notranslate material-icons theme--light"
|
|
2198
2198
|
>
|
|
2199
|
-
$
|
|
2199
|
+
$prev
|
|
2200
2200
|
</i>
|
|
2201
2201
|
</span>
|
|
2202
2202
|
</button>
|
|
@@ -2211,7 +2211,7 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
2211
2211
|
<i aria-hidden="true"
|
|
2212
2212
|
class="v-icon notranslate material-icons theme--light"
|
|
2213
2213
|
>
|
|
2214
|
-
$
|
|
2214
|
+
$next
|
|
2215
2215
|
</i>
|
|
2216
2216
|
</span>
|
|
2217
2217
|
</button>
|
|
@@ -2264,7 +2264,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
2264
2264
|
<i aria-hidden="true"
|
|
2265
2265
|
class="v-icon notranslate material-icons theme--light"
|
|
2266
2266
|
>
|
|
2267
|
-
$
|
|
2267
|
+
$dropdown
|
|
2268
2268
|
</i>
|
|
2269
2269
|
</div>
|
|
2270
2270
|
</div>
|
|
@@ -2294,7 +2294,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
2294
2294
|
<i aria-hidden="true"
|
|
2295
2295
|
class="v-icon notranslate material-icons theme--light"
|
|
2296
2296
|
>
|
|
2297
|
-
$
|
|
2297
|
+
$prev
|
|
2298
2298
|
</i>
|
|
2299
2299
|
</span>
|
|
2300
2300
|
</button>
|
|
@@ -2309,7 +2309,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
2309
2309
|
<i aria-hidden="true"
|
|
2310
2310
|
class="v-icon notranslate material-icons theme--light"
|
|
2311
2311
|
>
|
|
2312
|
-
$
|
|
2312
|
+
$next
|
|
2313
2313
|
</i>
|
|
2314
2314
|
</span>
|
|
2315
2315
|
</button>
|
|
@@ -2392,7 +2392,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
2392
2392
|
<i aria-hidden="true"
|
|
2393
2393
|
class="v-icon notranslate material-icons theme--light"
|
|
2394
2394
|
>
|
|
2395
|
-
$
|
|
2395
|
+
$dropdown
|
|
2396
2396
|
</i>
|
|
2397
2397
|
</div>
|
|
2398
2398
|
</div>
|
|
@@ -2420,7 +2420,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
2420
2420
|
<i aria-hidden="true"
|
|
2421
2421
|
class="v-icon notranslate material-icons theme--light"
|
|
2422
2422
|
>
|
|
2423
|
-
$
|
|
2423
|
+
$prev
|
|
2424
2424
|
</i>
|
|
2425
2425
|
</span>
|
|
2426
2426
|
</button>
|
|
@@ -2435,7 +2435,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
2435
2435
|
<i aria-hidden="true"
|
|
2436
2436
|
class="v-icon notranslate material-icons theme--light"
|
|
2437
2437
|
>
|
|
2438
|
-
$
|
|
2438
|
+
$next
|
|
2439
2439
|
</i>
|
|
2440
2440
|
</span>
|
|
2441
2441
|
</button>
|
|
@@ -2481,7 +2481,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2481
2481
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2482
2482
|
style="font-size: 18px;"
|
|
2483
2483
|
>
|
|
2484
|
-
$
|
|
2484
|
+
$sort
|
|
2485
2485
|
</i>
|
|
2486
2486
|
</th>
|
|
2487
2487
|
<th role="columnheader"
|
|
@@ -2497,7 +2497,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2497
2497
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2498
2498
|
style="font-size: 18px;"
|
|
2499
2499
|
>
|
|
2500
|
-
$
|
|
2500
|
+
$sort
|
|
2501
2501
|
</i>
|
|
2502
2502
|
</th>
|
|
2503
2503
|
<th role="columnheader"
|
|
@@ -2513,7 +2513,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2513
2513
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2514
2514
|
style="font-size: 18px;"
|
|
2515
2515
|
>
|
|
2516
|
-
$
|
|
2516
|
+
$sort
|
|
2517
2517
|
</i>
|
|
2518
2518
|
</th>
|
|
2519
2519
|
<th role="columnheader"
|
|
@@ -2529,7 +2529,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2529
2529
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2530
2530
|
style="font-size: 18px;"
|
|
2531
2531
|
>
|
|
2532
|
-
$
|
|
2532
|
+
$sort
|
|
2533
2533
|
</i>
|
|
2534
2534
|
</th>
|
|
2535
2535
|
<th role="columnheader"
|
|
@@ -2545,7 +2545,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2545
2545
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2546
2546
|
style="font-size: 18px;"
|
|
2547
2547
|
>
|
|
2548
|
-
$
|
|
2548
|
+
$sort
|
|
2549
2549
|
</i>
|
|
2550
2550
|
</th>
|
|
2551
2551
|
</tr>
|
|
@@ -2598,7 +2598,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2598
2598
|
<i aria-hidden="true"
|
|
2599
2599
|
class="v-icon notranslate material-icons theme--light"
|
|
2600
2600
|
>
|
|
2601
|
-
$
|
|
2601
|
+
$dropdown
|
|
2602
2602
|
</i>
|
|
2603
2603
|
</div>
|
|
2604
2604
|
</div>
|
|
@@ -2626,7 +2626,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2626
2626
|
<i aria-hidden="true"
|
|
2627
2627
|
class="v-icon notranslate material-icons theme--light"
|
|
2628
2628
|
>
|
|
2629
|
-
$
|
|
2629
|
+
$prev
|
|
2630
2630
|
</i>
|
|
2631
2631
|
</span>
|
|
2632
2632
|
</button>
|
|
@@ -2641,7 +2641,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
2641
2641
|
<i aria-hidden="true"
|
|
2642
2642
|
class="v-icon notranslate material-icons theme--light"
|
|
2643
2643
|
>
|
|
2644
|
-
$
|
|
2644
|
+
$next
|
|
2645
2645
|
</i>
|
|
2646
2646
|
</span>
|
|
2647
2647
|
</button>
|
|
@@ -2687,7 +2687,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2687
2687
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2688
2688
|
style="font-size: 18px;"
|
|
2689
2689
|
>
|
|
2690
|
-
$
|
|
2690
|
+
$sort
|
|
2691
2691
|
</i>
|
|
2692
2692
|
</th>
|
|
2693
2693
|
<th role="columnheader"
|
|
@@ -2703,7 +2703,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2703
2703
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2704
2704
|
style="font-size: 18px;"
|
|
2705
2705
|
>
|
|
2706
|
-
$
|
|
2706
|
+
$sort
|
|
2707
2707
|
</i>
|
|
2708
2708
|
</th>
|
|
2709
2709
|
<th role="columnheader"
|
|
@@ -2719,7 +2719,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2719
2719
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2720
2720
|
style="font-size: 18px;"
|
|
2721
2721
|
>
|
|
2722
|
-
$
|
|
2722
|
+
$sort
|
|
2723
2723
|
</i>
|
|
2724
2724
|
</th>
|
|
2725
2725
|
<th role="columnheader"
|
|
@@ -2735,7 +2735,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2735
2735
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2736
2736
|
style="font-size: 18px;"
|
|
2737
2737
|
>
|
|
2738
|
-
$
|
|
2738
|
+
$sort
|
|
2739
2739
|
</i>
|
|
2740
2740
|
</th>
|
|
2741
2741
|
<th role="columnheader"
|
|
@@ -2751,7 +2751,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2751
2751
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2752
2752
|
style="font-size: 18px;"
|
|
2753
2753
|
>
|
|
2754
|
-
$
|
|
2754
|
+
$sort
|
|
2755
2755
|
</i>
|
|
2756
2756
|
</th>
|
|
2757
2757
|
</tr>
|
|
@@ -2789,7 +2789,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2789
2789
|
<i aria-hidden="true"
|
|
2790
2790
|
class="v-icon notranslate material-icons theme--light"
|
|
2791
2791
|
>
|
|
2792
|
-
$
|
|
2792
|
+
$dropdown
|
|
2793
2793
|
</i>
|
|
2794
2794
|
</div>
|
|
2795
2795
|
</div>
|
|
@@ -2817,7 +2817,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2817
2817
|
<i aria-hidden="true"
|
|
2818
2818
|
class="v-icon notranslate material-icons theme--light"
|
|
2819
2819
|
>
|
|
2820
|
-
$
|
|
2820
|
+
$prev
|
|
2821
2821
|
</i>
|
|
2822
2822
|
</span>
|
|
2823
2823
|
</button>
|
|
@@ -2831,7 +2831,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
2831
2831
|
<i aria-hidden="true"
|
|
2832
2832
|
class="v-icon notranslate material-icons theme--light"
|
|
2833
2833
|
>
|
|
2834
|
-
$
|
|
2834
|
+
$next
|
|
2835
2835
|
</i>
|
|
2836
2836
|
</span>
|
|
2837
2837
|
</button>
|
|
@@ -2877,7 +2877,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2877
2877
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2878
2878
|
style="font-size: 18px;"
|
|
2879
2879
|
>
|
|
2880
|
-
$
|
|
2880
|
+
$sort
|
|
2881
2881
|
</i>
|
|
2882
2882
|
</th>
|
|
2883
2883
|
<th role="columnheader"
|
|
@@ -2893,7 +2893,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2893
2893
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2894
2894
|
style="font-size: 18px;"
|
|
2895
2895
|
>
|
|
2896
|
-
$
|
|
2896
|
+
$sort
|
|
2897
2897
|
</i>
|
|
2898
2898
|
</th>
|
|
2899
2899
|
<th role="columnheader"
|
|
@@ -2909,7 +2909,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2909
2909
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2910
2910
|
style="font-size: 18px;"
|
|
2911
2911
|
>
|
|
2912
|
-
$
|
|
2912
|
+
$sort
|
|
2913
2913
|
</i>
|
|
2914
2914
|
</th>
|
|
2915
2915
|
<th role="columnheader"
|
|
@@ -2925,7 +2925,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2925
2925
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2926
2926
|
style="font-size: 18px;"
|
|
2927
2927
|
>
|
|
2928
|
-
$
|
|
2928
|
+
$sort
|
|
2929
2929
|
</i>
|
|
2930
2930
|
</th>
|
|
2931
2931
|
<th role="columnheader"
|
|
@@ -2941,7 +2941,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
2941
2941
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
2942
2942
|
style="font-size: 18px;"
|
|
2943
2943
|
>
|
|
2944
|
-
$
|
|
2944
|
+
$sort
|
|
2945
2945
|
</i>
|
|
2946
2946
|
</th>
|
|
2947
2947
|
</tr>
|
|
@@ -3078,7 +3078,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
3078
3078
|
<i aria-hidden="true"
|
|
3079
3079
|
class="v-icon notranslate material-icons theme--light"
|
|
3080
3080
|
>
|
|
3081
|
-
$
|
|
3081
|
+
$dropdown
|
|
3082
3082
|
</i>
|
|
3083
3083
|
</div>
|
|
3084
3084
|
</div>
|
|
@@ -3106,7 +3106,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
3106
3106
|
<i aria-hidden="true"
|
|
3107
3107
|
class="v-icon notranslate material-icons theme--light"
|
|
3108
3108
|
>
|
|
3109
|
-
$
|
|
3109
|
+
$prev
|
|
3110
3110
|
</i>
|
|
3111
3111
|
</span>
|
|
3112
3112
|
</button>
|
|
@@ -3120,7 +3120,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
3120
3120
|
<i aria-hidden="true"
|
|
3121
3121
|
class="v-icon notranslate material-icons theme--light"
|
|
3122
3122
|
>
|
|
3123
|
-
$
|
|
3123
|
+
$next
|
|
3124
3124
|
</i>
|
|
3125
3125
|
</span>
|
|
3126
3126
|
</button>
|
|
@@ -3165,7 +3165,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3165
3165
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3166
3166
|
style="font-size: 18px;"
|
|
3167
3167
|
>
|
|
3168
|
-
$
|
|
3168
|
+
$sort
|
|
3169
3169
|
</i>
|
|
3170
3170
|
</th>
|
|
3171
3171
|
<th role="columnheader"
|
|
@@ -3181,7 +3181,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3181
3181
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3182
3182
|
style="font-size: 18px;"
|
|
3183
3183
|
>
|
|
3184
|
-
$
|
|
3184
|
+
$sort
|
|
3185
3185
|
</i>
|
|
3186
3186
|
</th>
|
|
3187
3187
|
<th role="columnheader"
|
|
@@ -3197,7 +3197,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3197
3197
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3198
3198
|
style="font-size: 18px;"
|
|
3199
3199
|
>
|
|
3200
|
-
$
|
|
3200
|
+
$sort
|
|
3201
3201
|
</i>
|
|
3202
3202
|
</th>
|
|
3203
3203
|
<th role="columnheader"
|
|
@@ -3213,7 +3213,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3213
3213
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3214
3214
|
style="font-size: 18px;"
|
|
3215
3215
|
>
|
|
3216
|
-
$
|
|
3216
|
+
$sort
|
|
3217
3217
|
</i>
|
|
3218
3218
|
</th>
|
|
3219
3219
|
</tr>
|
|
@@ -3262,7 +3262,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3262
3262
|
<i aria-hidden="true"
|
|
3263
3263
|
class="v-icon notranslate material-icons theme--light"
|
|
3264
3264
|
>
|
|
3265
|
-
$
|
|
3265
|
+
$dropdown
|
|
3266
3266
|
</i>
|
|
3267
3267
|
</div>
|
|
3268
3268
|
</div>
|
|
@@ -3290,7 +3290,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3290
3290
|
<i aria-hidden="true"
|
|
3291
3291
|
class="v-icon notranslate material-icons theme--light"
|
|
3292
3292
|
>
|
|
3293
|
-
$
|
|
3293
|
+
$prev
|
|
3294
3294
|
</i>
|
|
3295
3295
|
</span>
|
|
3296
3296
|
</button>
|
|
@@ -3304,7 +3304,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
3304
3304
|
<i aria-hidden="true"
|
|
3305
3305
|
class="v-icon notranslate material-icons theme--light"
|
|
3306
3306
|
>
|
|
3307
|
-
$
|
|
3307
|
+
$next
|
|
3308
3308
|
</i>
|
|
3309
3309
|
</span>
|
|
3310
3310
|
</button>
|
|
@@ -3349,7 +3349,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3349
3349
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3350
3350
|
style="font-size: 18px;"
|
|
3351
3351
|
>
|
|
3352
|
-
$
|
|
3352
|
+
$sort
|
|
3353
3353
|
</i>
|
|
3354
3354
|
</th>
|
|
3355
3355
|
<th role="columnheader"
|
|
@@ -3365,7 +3365,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3365
3365
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3366
3366
|
style="font-size: 18px;"
|
|
3367
3367
|
>
|
|
3368
|
-
$
|
|
3368
|
+
$sort
|
|
3369
3369
|
</i>
|
|
3370
3370
|
</th>
|
|
3371
3371
|
<th role="columnheader"
|
|
@@ -3381,7 +3381,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3381
3381
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3382
3382
|
style="font-size: 18px;"
|
|
3383
3383
|
>
|
|
3384
|
-
$
|
|
3384
|
+
$sort
|
|
3385
3385
|
</i>
|
|
3386
3386
|
</th>
|
|
3387
3387
|
<th role="columnheader"
|
|
@@ -3397,7 +3397,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3397
3397
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3398
3398
|
style="font-size: 18px;"
|
|
3399
3399
|
>
|
|
3400
|
-
$
|
|
3400
|
+
$sort
|
|
3401
3401
|
</i>
|
|
3402
3402
|
</th>
|
|
3403
3403
|
</tr>
|
|
@@ -3414,7 +3414,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3414
3414
|
<i aria-hidden="true"
|
|
3415
3415
|
class="v-icon notranslate material-icons theme--light"
|
|
3416
3416
|
>
|
|
3417
|
-
$
|
|
3417
|
+
$minus
|
|
3418
3418
|
</i>
|
|
3419
3419
|
</span>
|
|
3420
3420
|
</button>
|
|
@@ -3426,7 +3426,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3426
3426
|
<i aria-hidden="true"
|
|
3427
3427
|
class="v-icon notranslate material-icons theme--light"
|
|
3428
3428
|
>
|
|
3429
|
-
$
|
|
3429
|
+
$close
|
|
3430
3430
|
</i>
|
|
3431
3431
|
</span>
|
|
3432
3432
|
</button>
|
|
@@ -3465,7 +3465,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3465
3465
|
<i aria-hidden="true"
|
|
3466
3466
|
class="v-icon notranslate material-icons theme--light"
|
|
3467
3467
|
>
|
|
3468
|
-
$
|
|
3468
|
+
$minus
|
|
3469
3469
|
</i>
|
|
3470
3470
|
</span>
|
|
3471
3471
|
</button>
|
|
@@ -3477,7 +3477,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3477
3477
|
<i aria-hidden="true"
|
|
3478
3478
|
class="v-icon notranslate material-icons theme--light"
|
|
3479
3479
|
>
|
|
3480
|
-
$
|
|
3480
|
+
$close
|
|
3481
3481
|
</i>
|
|
3482
3482
|
</span>
|
|
3483
3483
|
</button>
|
|
@@ -3516,7 +3516,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3516
3516
|
<i aria-hidden="true"
|
|
3517
3517
|
class="v-icon notranslate material-icons theme--light"
|
|
3518
3518
|
>
|
|
3519
|
-
$
|
|
3519
|
+
$minus
|
|
3520
3520
|
</i>
|
|
3521
3521
|
</span>
|
|
3522
3522
|
</button>
|
|
@@ -3528,7 +3528,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3528
3528
|
<i aria-hidden="true"
|
|
3529
3529
|
class="v-icon notranslate material-icons theme--light"
|
|
3530
3530
|
>
|
|
3531
|
-
$
|
|
3531
|
+
$close
|
|
3532
3532
|
</i>
|
|
3533
3533
|
</span>
|
|
3534
3534
|
</button>
|
|
@@ -3567,7 +3567,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3567
3567
|
<i aria-hidden="true"
|
|
3568
3568
|
class="v-icon notranslate material-icons theme--light"
|
|
3569
3569
|
>
|
|
3570
|
-
$
|
|
3570
|
+
$minus
|
|
3571
3571
|
</i>
|
|
3572
3572
|
</span>
|
|
3573
3573
|
</button>
|
|
@@ -3579,7 +3579,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3579
3579
|
<i aria-hidden="true"
|
|
3580
3580
|
class="v-icon notranslate material-icons theme--light"
|
|
3581
3581
|
>
|
|
3582
|
-
$
|
|
3582
|
+
$close
|
|
3583
3583
|
</i>
|
|
3584
3584
|
</span>
|
|
3585
3585
|
</button>
|
|
@@ -3618,7 +3618,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3618
3618
|
<i aria-hidden="true"
|
|
3619
3619
|
class="v-icon notranslate material-icons theme--light"
|
|
3620
3620
|
>
|
|
3621
|
-
$
|
|
3621
|
+
$minus
|
|
3622
3622
|
</i>
|
|
3623
3623
|
</span>
|
|
3624
3624
|
</button>
|
|
@@ -3630,7 +3630,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3630
3630
|
<i aria-hidden="true"
|
|
3631
3631
|
class="v-icon notranslate material-icons theme--light"
|
|
3632
3632
|
>
|
|
3633
|
-
$
|
|
3633
|
+
$close
|
|
3634
3634
|
</i>
|
|
3635
3635
|
</span>
|
|
3636
3636
|
</button>
|
|
@@ -3689,7 +3689,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3689
3689
|
<i aria-hidden="true"
|
|
3690
3690
|
class="v-icon notranslate material-icons theme--light"
|
|
3691
3691
|
>
|
|
3692
|
-
$
|
|
3692
|
+
$dropdown
|
|
3693
3693
|
</i>
|
|
3694
3694
|
</div>
|
|
3695
3695
|
</div>
|
|
@@ -3717,7 +3717,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3717
3717
|
<i aria-hidden="true"
|
|
3718
3718
|
class="v-icon notranslate material-icons theme--light"
|
|
3719
3719
|
>
|
|
3720
|
-
$
|
|
3720
|
+
$prev
|
|
3721
3721
|
</i>
|
|
3722
3722
|
</span>
|
|
3723
3723
|
</button>
|
|
@@ -3731,7 +3731,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
3731
3731
|
<i aria-hidden="true"
|
|
3732
3732
|
class="v-icon notranslate material-icons theme--light"
|
|
3733
3733
|
>
|
|
3734
|
-
$
|
|
3734
|
+
$next
|
|
3735
3735
|
</i>
|
|
3736
3736
|
</span>
|
|
3737
3737
|
</button>
|
|
@@ -3776,7 +3776,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3776
3776
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3777
3777
|
style="font-size: 18px;"
|
|
3778
3778
|
>
|
|
3779
|
-
$
|
|
3779
|
+
$sort
|
|
3780
3780
|
</i>
|
|
3781
3781
|
</th>
|
|
3782
3782
|
<th role="columnheader"
|
|
@@ -3792,7 +3792,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3792
3792
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3793
3793
|
style="font-size: 18px;"
|
|
3794
3794
|
>
|
|
3795
|
-
$
|
|
3795
|
+
$sort
|
|
3796
3796
|
</i>
|
|
3797
3797
|
</th>
|
|
3798
3798
|
<th role="columnheader"
|
|
@@ -3808,7 +3808,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3808
3808
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3809
3809
|
style="font-size: 18px;"
|
|
3810
3810
|
>
|
|
3811
|
-
$
|
|
3811
|
+
$sort
|
|
3812
3812
|
</i>
|
|
3813
3813
|
</th>
|
|
3814
3814
|
<th role="columnheader"
|
|
@@ -3824,7 +3824,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3824
3824
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
3825
3825
|
style="font-size: 18px;"
|
|
3826
3826
|
>
|
|
3827
|
-
$
|
|
3827
|
+
$sort
|
|
3828
3828
|
</i>
|
|
3829
3829
|
</th>
|
|
3830
3830
|
</tr>
|
|
@@ -3841,7 +3841,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3841
3841
|
<i aria-hidden="true"
|
|
3842
3842
|
class="v-icon notranslate material-icons theme--light"
|
|
3843
3843
|
>
|
|
3844
|
-
$
|
|
3844
|
+
$minus
|
|
3845
3845
|
</i>
|
|
3846
3846
|
</span>
|
|
3847
3847
|
</button>
|
|
@@ -3853,7 +3853,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3853
3853
|
<i aria-hidden="true"
|
|
3854
3854
|
class="v-icon notranslate material-icons theme--light"
|
|
3855
3855
|
>
|
|
3856
|
-
$
|
|
3856
|
+
$close
|
|
3857
3857
|
</i>
|
|
3858
3858
|
</span>
|
|
3859
3859
|
</button>
|
|
@@ -3904,7 +3904,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3904
3904
|
<i aria-hidden="true"
|
|
3905
3905
|
class="v-icon notranslate material-icons theme--light"
|
|
3906
3906
|
>
|
|
3907
|
-
$
|
|
3907
|
+
$minus
|
|
3908
3908
|
</i>
|
|
3909
3909
|
</span>
|
|
3910
3910
|
</button>
|
|
@@ -3916,7 +3916,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3916
3916
|
<i aria-hidden="true"
|
|
3917
3917
|
class="v-icon notranslate material-icons theme--light"
|
|
3918
3918
|
>
|
|
3919
|
-
$
|
|
3919
|
+
$close
|
|
3920
3920
|
</i>
|
|
3921
3921
|
</span>
|
|
3922
3922
|
</button>
|
|
@@ -3950,7 +3950,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3950
3950
|
<i aria-hidden="true"
|
|
3951
3951
|
class="v-icon notranslate material-icons theme--light"
|
|
3952
3952
|
>
|
|
3953
|
-
$
|
|
3953
|
+
$minus
|
|
3954
3954
|
</i>
|
|
3955
3955
|
</span>
|
|
3956
3956
|
</button>
|
|
@@ -3962,7 +3962,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3962
3962
|
<i aria-hidden="true"
|
|
3963
3963
|
class="v-icon notranslate material-icons theme--light"
|
|
3964
3964
|
>
|
|
3965
|
-
$
|
|
3965
|
+
$close
|
|
3966
3966
|
</i>
|
|
3967
3967
|
</span>
|
|
3968
3968
|
</button>
|
|
@@ -3996,7 +3996,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
3996
3996
|
<i aria-hidden="true"
|
|
3997
3997
|
class="v-icon notranslate material-icons theme--light"
|
|
3998
3998
|
>
|
|
3999
|
-
$
|
|
3999
|
+
$minus
|
|
4000
4000
|
</i>
|
|
4001
4001
|
</span>
|
|
4002
4002
|
</button>
|
|
@@ -4008,7 +4008,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
4008
4008
|
<i aria-hidden="true"
|
|
4009
4009
|
class="v-icon notranslate material-icons theme--light"
|
|
4010
4010
|
>
|
|
4011
|
-
$
|
|
4011
|
+
$close
|
|
4012
4012
|
</i>
|
|
4013
4013
|
</span>
|
|
4014
4014
|
</button>
|
|
@@ -4062,7 +4062,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
4062
4062
|
<i aria-hidden="true"
|
|
4063
4063
|
class="v-icon notranslate material-icons theme--light"
|
|
4064
4064
|
>
|
|
4065
|
-
$
|
|
4065
|
+
$dropdown
|
|
4066
4066
|
</i>
|
|
4067
4067
|
</div>
|
|
4068
4068
|
</div>
|
|
@@ -4090,7 +4090,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
4090
4090
|
<i aria-hidden="true"
|
|
4091
4091
|
class="v-icon notranslate material-icons theme--light"
|
|
4092
4092
|
>
|
|
4093
|
-
$
|
|
4093
|
+
$prev
|
|
4094
4094
|
</i>
|
|
4095
4095
|
</span>
|
|
4096
4096
|
</button>
|
|
@@ -4104,7 +4104,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
4104
4104
|
<i aria-hidden="true"
|
|
4105
4105
|
class="v-icon notranslate material-icons theme--light"
|
|
4106
4106
|
>
|
|
4107
|
-
$
|
|
4107
|
+
$next
|
|
4108
4108
|
</i>
|
|
4109
4109
|
</span>
|
|
4110
4110
|
</button>
|
|
@@ -4150,7 +4150,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4150
4150
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4151
4151
|
style="font-size: 18px;"
|
|
4152
4152
|
>
|
|
4153
|
-
$
|
|
4153
|
+
$sort
|
|
4154
4154
|
</i>
|
|
4155
4155
|
</th>
|
|
4156
4156
|
<th role="columnheader"
|
|
@@ -4166,7 +4166,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4166
4166
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4167
4167
|
style="font-size: 18px;"
|
|
4168
4168
|
>
|
|
4169
|
-
$
|
|
4169
|
+
$sort
|
|
4170
4170
|
</i>
|
|
4171
4171
|
</th>
|
|
4172
4172
|
<th role="columnheader"
|
|
@@ -4182,7 +4182,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4182
4182
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4183
4183
|
style="font-size: 18px;"
|
|
4184
4184
|
>
|
|
4185
|
-
$
|
|
4185
|
+
$sort
|
|
4186
4186
|
</i>
|
|
4187
4187
|
</th>
|
|
4188
4188
|
<th role="columnheader"
|
|
@@ -4198,7 +4198,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4198
4198
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4199
4199
|
style="font-size: 18px;"
|
|
4200
4200
|
>
|
|
4201
|
-
$
|
|
4201
|
+
$sort
|
|
4202
4202
|
</i>
|
|
4203
4203
|
</th>
|
|
4204
4204
|
<th role="columnheader"
|
|
@@ -4214,7 +4214,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4214
4214
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4215
4215
|
style="font-size: 18px;"
|
|
4216
4216
|
>
|
|
4217
|
-
$
|
|
4217
|
+
$sort
|
|
4218
4218
|
</i>
|
|
4219
4219
|
</th>
|
|
4220
4220
|
</tr>
|
|
@@ -4266,7 +4266,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4266
4266
|
<i aria-hidden="true"
|
|
4267
4267
|
class="v-icon notranslate material-icons theme--light"
|
|
4268
4268
|
>
|
|
4269
|
-
$
|
|
4269
|
+
$dropdown
|
|
4270
4270
|
</i>
|
|
4271
4271
|
</div>
|
|
4272
4272
|
</div>
|
|
@@ -4294,7 +4294,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4294
4294
|
<i aria-hidden="true"
|
|
4295
4295
|
class="v-icon notranslate material-icons theme--light"
|
|
4296
4296
|
>
|
|
4297
|
-
$
|
|
4297
|
+
$prev
|
|
4298
4298
|
</i>
|
|
4299
4299
|
</span>
|
|
4300
4300
|
</button>
|
|
@@ -4308,7 +4308,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
4308
4308
|
<i aria-hidden="true"
|
|
4309
4309
|
class="v-icon notranslate material-icons theme--light"
|
|
4310
4310
|
>
|
|
4311
|
-
$
|
|
4311
|
+
$next
|
|
4312
4312
|
</i>
|
|
4313
4313
|
</span>
|
|
4314
4314
|
</button>
|
|
@@ -4354,7 +4354,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4354
4354
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4355
4355
|
style="font-size: 18px;"
|
|
4356
4356
|
>
|
|
4357
|
-
$
|
|
4357
|
+
$sort
|
|
4358
4358
|
</i>
|
|
4359
4359
|
</th>
|
|
4360
4360
|
<th role="columnheader"
|
|
@@ -4370,7 +4370,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4370
4370
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4371
4371
|
style="font-size: 18px;"
|
|
4372
4372
|
>
|
|
4373
|
-
$
|
|
4373
|
+
$sort
|
|
4374
4374
|
</i>
|
|
4375
4375
|
</th>
|
|
4376
4376
|
<th role="columnheader"
|
|
@@ -4386,7 +4386,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4386
4386
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4387
4387
|
style="font-size: 18px;"
|
|
4388
4388
|
>
|
|
4389
|
-
$
|
|
4389
|
+
$sort
|
|
4390
4390
|
</i>
|
|
4391
4391
|
</th>
|
|
4392
4392
|
<th role="columnheader"
|
|
@@ -4402,7 +4402,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4402
4402
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4403
4403
|
style="font-size: 18px;"
|
|
4404
4404
|
>
|
|
4405
|
-
$
|
|
4405
|
+
$sort
|
|
4406
4406
|
</i>
|
|
4407
4407
|
</th>
|
|
4408
4408
|
<th role="columnheader"
|
|
@@ -4418,7 +4418,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4418
4418
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4419
4419
|
style="font-size: 18px;"
|
|
4420
4420
|
>
|
|
4421
|
-
$
|
|
4421
|
+
$sort
|
|
4422
4422
|
</i>
|
|
4423
4423
|
</th>
|
|
4424
4424
|
</tr>
|
|
@@ -4580,7 +4580,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4580
4580
|
<i aria-hidden="true"
|
|
4581
4581
|
class="v-icon notranslate material-icons theme--light"
|
|
4582
4582
|
>
|
|
4583
|
-
$
|
|
4583
|
+
$dropdown
|
|
4584
4584
|
</i>
|
|
4585
4585
|
</div>
|
|
4586
4586
|
</div>
|
|
@@ -4608,7 +4608,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4608
4608
|
<i aria-hidden="true"
|
|
4609
4609
|
class="v-icon notranslate material-icons theme--light"
|
|
4610
4610
|
>
|
|
4611
|
-
$
|
|
4611
|
+
$prev
|
|
4612
4612
|
</i>
|
|
4613
4613
|
</span>
|
|
4614
4614
|
</button>
|
|
@@ -4622,7 +4622,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
4622
4622
|
<i aria-hidden="true"
|
|
4623
4623
|
class="v-icon notranslate material-icons theme--light"
|
|
4624
4624
|
>
|
|
4625
|
-
$
|
|
4625
|
+
$next
|
|
4626
4626
|
</i>
|
|
4627
4627
|
</span>
|
|
4628
4628
|
</button>
|
|
@@ -4679,7 +4679,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4679
4679
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4680
4680
|
style="font-size: 18px;"
|
|
4681
4681
|
>
|
|
4682
|
-
$
|
|
4682
|
+
$sort
|
|
4683
4683
|
</i>
|
|
4684
4684
|
</th>
|
|
4685
4685
|
<th role="columnheader"
|
|
@@ -4695,7 +4695,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4695
4695
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4696
4696
|
style="font-size: 18px;"
|
|
4697
4697
|
>
|
|
4698
|
-
$
|
|
4698
|
+
$sort
|
|
4699
4699
|
</i>
|
|
4700
4700
|
</th>
|
|
4701
4701
|
<th role="columnheader"
|
|
@@ -4711,7 +4711,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4711
4711
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4712
4712
|
style="font-size: 18px;"
|
|
4713
4713
|
>
|
|
4714
|
-
$
|
|
4714
|
+
$sort
|
|
4715
4715
|
</i>
|
|
4716
4716
|
</th>
|
|
4717
4717
|
<th role="columnheader"
|
|
@@ -4727,7 +4727,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4727
4727
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4728
4728
|
style="font-size: 18px;"
|
|
4729
4729
|
>
|
|
4730
|
-
$
|
|
4730
|
+
$sort
|
|
4731
4731
|
</i>
|
|
4732
4732
|
</th>
|
|
4733
4733
|
<th role="columnheader"
|
|
@@ -4743,7 +4743,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4743
4743
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
4744
4744
|
style="font-size: 18px;"
|
|
4745
4745
|
>
|
|
4746
|
-
$
|
|
4746
|
+
$sort
|
|
4747
4747
|
</i>
|
|
4748
4748
|
</th>
|
|
4749
4749
|
</tr>
|
|
@@ -4754,7 +4754,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4754
4754
|
<i role="button"
|
|
4755
4755
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4756
4756
|
>
|
|
4757
|
-
$
|
|
4757
|
+
$expand
|
|
4758
4758
|
</i>
|
|
4759
4759
|
</td>
|
|
4760
4760
|
<td class="text-left">
|
|
@@ -4781,7 +4781,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4781
4781
|
<i role="button"
|
|
4782
4782
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4783
4783
|
>
|
|
4784
|
-
$
|
|
4784
|
+
$expand
|
|
4785
4785
|
</i>
|
|
4786
4786
|
</td>
|
|
4787
4787
|
<td class="text-left">
|
|
@@ -4808,7 +4808,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4808
4808
|
<i role="button"
|
|
4809
4809
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4810
4810
|
>
|
|
4811
|
-
$
|
|
4811
|
+
$expand
|
|
4812
4812
|
</i>
|
|
4813
4813
|
</td>
|
|
4814
4814
|
<td class="text-left">
|
|
@@ -4835,7 +4835,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4835
4835
|
<i role="button"
|
|
4836
4836
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4837
4837
|
>
|
|
4838
|
-
$
|
|
4838
|
+
$expand
|
|
4839
4839
|
</i>
|
|
4840
4840
|
</td>
|
|
4841
4841
|
<td class="text-left">
|
|
@@ -4862,7 +4862,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4862
4862
|
<i role="button"
|
|
4863
4863
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
4864
4864
|
>
|
|
4865
|
-
$
|
|
4865
|
+
$expand
|
|
4866
4866
|
</i>
|
|
4867
4867
|
</td>
|
|
4868
4868
|
<td class="text-left">
|
|
@@ -4915,7 +4915,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4915
4915
|
<i aria-hidden="true"
|
|
4916
4916
|
class="v-icon notranslate material-icons theme--light"
|
|
4917
4917
|
>
|
|
4918
|
-
$
|
|
4918
|
+
$dropdown
|
|
4919
4919
|
</i>
|
|
4920
4920
|
</div>
|
|
4921
4921
|
</div>
|
|
@@ -4943,7 +4943,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4943
4943
|
<i aria-hidden="true"
|
|
4944
4944
|
class="v-icon notranslate material-icons theme--light"
|
|
4945
4945
|
>
|
|
4946
|
-
$
|
|
4946
|
+
$prev
|
|
4947
4947
|
</i>
|
|
4948
4948
|
</span>
|
|
4949
4949
|
</button>
|
|
@@ -4957,7 +4957,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
4957
4957
|
<i aria-hidden="true"
|
|
4958
4958
|
class="v-icon notranslate material-icons theme--light"
|
|
4959
4959
|
>
|
|
4960
|
-
$
|
|
4960
|
+
$next
|
|
4961
4961
|
</i>
|
|
4962
4962
|
</span>
|
|
4963
4963
|
</button>
|
|
@@ -5014,7 +5014,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5014
5014
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5015
5015
|
style="font-size: 18px;"
|
|
5016
5016
|
>
|
|
5017
|
-
$
|
|
5017
|
+
$sort
|
|
5018
5018
|
</i>
|
|
5019
5019
|
</th>
|
|
5020
5020
|
<th role="columnheader"
|
|
@@ -5030,7 +5030,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5030
5030
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5031
5031
|
style="font-size: 18px;"
|
|
5032
5032
|
>
|
|
5033
|
-
$
|
|
5033
|
+
$sort
|
|
5034
5034
|
</i>
|
|
5035
5035
|
</th>
|
|
5036
5036
|
<th role="columnheader"
|
|
@@ -5046,7 +5046,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5046
5046
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5047
5047
|
style="font-size: 18px;"
|
|
5048
5048
|
>
|
|
5049
|
-
$
|
|
5049
|
+
$sort
|
|
5050
5050
|
</i>
|
|
5051
5051
|
</th>
|
|
5052
5052
|
<th role="columnheader"
|
|
@@ -5062,7 +5062,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5062
5062
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5063
5063
|
style="font-size: 18px;"
|
|
5064
5064
|
>
|
|
5065
|
-
$
|
|
5065
|
+
$sort
|
|
5066
5066
|
</i>
|
|
5067
5067
|
</th>
|
|
5068
5068
|
<th role="columnheader"
|
|
@@ -5078,7 +5078,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5078
5078
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5079
5079
|
style="font-size: 18px;"
|
|
5080
5080
|
>
|
|
5081
|
-
$
|
|
5081
|
+
$sort
|
|
5082
5082
|
</i>
|
|
5083
5083
|
</th>
|
|
5084
5084
|
</tr>
|
|
@@ -5089,7 +5089,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5089
5089
|
<i role="button"
|
|
5090
5090
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light v-data-table__expand-icon--active"
|
|
5091
5091
|
>
|
|
5092
|
-
$
|
|
5092
|
+
$expand
|
|
5093
5093
|
</i>
|
|
5094
5094
|
</td>
|
|
5095
5095
|
<td class="text-left">
|
|
@@ -5116,7 +5116,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5116
5116
|
<i role="button"
|
|
5117
5117
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
5118
5118
|
>
|
|
5119
|
-
$
|
|
5119
|
+
$expand
|
|
5120
5120
|
</i>
|
|
5121
5121
|
</td>
|
|
5122
5122
|
<td class="text-left">
|
|
@@ -5143,7 +5143,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5143
5143
|
<i role="button"
|
|
5144
5144
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
5145
5145
|
>
|
|
5146
|
-
$
|
|
5146
|
+
$expand
|
|
5147
5147
|
</i>
|
|
5148
5148
|
</td>
|
|
5149
5149
|
<td class="text-left">
|
|
@@ -5170,7 +5170,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5170
5170
|
<i role="button"
|
|
5171
5171
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
5172
5172
|
>
|
|
5173
|
-
$
|
|
5173
|
+
$expand
|
|
5174
5174
|
</i>
|
|
5175
5175
|
</td>
|
|
5176
5176
|
<td class="text-left">
|
|
@@ -5197,7 +5197,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5197
5197
|
<i role="button"
|
|
5198
5198
|
class="v-icon notranslate v-data-table__expand-icon v-icon--link material-icons theme--light"
|
|
5199
5199
|
>
|
|
5200
|
-
$
|
|
5200
|
+
$expand
|
|
5201
5201
|
</i>
|
|
5202
5202
|
</td>
|
|
5203
5203
|
<td class="text-left">
|
|
@@ -5250,7 +5250,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5250
5250
|
<i aria-hidden="true"
|
|
5251
5251
|
class="v-icon notranslate material-icons theme--light"
|
|
5252
5252
|
>
|
|
5253
|
-
$
|
|
5253
|
+
$dropdown
|
|
5254
5254
|
</i>
|
|
5255
5255
|
</div>
|
|
5256
5256
|
</div>
|
|
@@ -5278,7 +5278,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5278
5278
|
<i aria-hidden="true"
|
|
5279
5279
|
class="v-icon notranslate material-icons theme--light"
|
|
5280
5280
|
>
|
|
5281
|
-
$
|
|
5281
|
+
$prev
|
|
5282
5282
|
</i>
|
|
5283
5283
|
</span>
|
|
5284
5284
|
</button>
|
|
@@ -5292,7 +5292,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
5292
5292
|
<i aria-hidden="true"
|
|
5293
5293
|
class="v-icon notranslate material-icons theme--light"
|
|
5294
5294
|
>
|
|
5295
|
-
$
|
|
5295
|
+
$next
|
|
5296
5296
|
</i>
|
|
5297
5297
|
</span>
|
|
5298
5298
|
</button>
|
|
@@ -5329,7 +5329,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5329
5329
|
<i aria-hidden="true"
|
|
5330
5330
|
class="v-icon notranslate material-icons theme--light"
|
|
5331
5331
|
>
|
|
5332
|
-
$
|
|
5332
|
+
$checkboxOff
|
|
5333
5333
|
</i>
|
|
5334
5334
|
</div>
|
|
5335
5335
|
</th>
|
|
@@ -5356,7 +5356,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5356
5356
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5357
5357
|
style="font-size: 18px;"
|
|
5358
5358
|
>
|
|
5359
|
-
$
|
|
5359
|
+
$sort
|
|
5360
5360
|
</i>
|
|
5361
5361
|
</th>
|
|
5362
5362
|
<th role="columnheader"
|
|
@@ -5372,7 +5372,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5372
5372
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5373
5373
|
style="font-size: 18px;"
|
|
5374
5374
|
>
|
|
5375
|
-
$
|
|
5375
|
+
$sort
|
|
5376
5376
|
</i>
|
|
5377
5377
|
</th>
|
|
5378
5378
|
<th role="columnheader"
|
|
@@ -5388,7 +5388,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5388
5388
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5389
5389
|
style="font-size: 18px;"
|
|
5390
5390
|
>
|
|
5391
|
-
$
|
|
5391
|
+
$sort
|
|
5392
5392
|
</i>
|
|
5393
5393
|
</th>
|
|
5394
5394
|
<th role="columnheader"
|
|
@@ -5404,7 +5404,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5404
5404
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5405
5405
|
style="font-size: 18px;"
|
|
5406
5406
|
>
|
|
5407
|
-
$
|
|
5407
|
+
$sort
|
|
5408
5408
|
</i>
|
|
5409
5409
|
</th>
|
|
5410
5410
|
<th role="columnheader"
|
|
@@ -5420,7 +5420,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5420
5420
|
class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
|
|
5421
5421
|
style="font-size: 18px;"
|
|
5422
5422
|
>
|
|
5423
|
-
$
|
|
5423
|
+
$sort
|
|
5424
5424
|
</i>
|
|
5425
5425
|
</th>
|
|
5426
5426
|
</tr>
|
|
@@ -5434,7 +5434,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5434
5434
|
<i aria-hidden="true"
|
|
5435
5435
|
class="v-icon notranslate material-icons theme--light"
|
|
5436
5436
|
>
|
|
5437
|
-
$
|
|
5437
|
+
$checkboxOff
|
|
5438
5438
|
</i>
|
|
5439
5439
|
</div>
|
|
5440
5440
|
</td>
|
|
@@ -5465,7 +5465,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5465
5465
|
<i aria-hidden="true"
|
|
5466
5466
|
class="v-icon notranslate material-icons theme--light"
|
|
5467
5467
|
>
|
|
5468
|
-
$
|
|
5468
|
+
$checkboxOff
|
|
5469
5469
|
</i>
|
|
5470
5470
|
</div>
|
|
5471
5471
|
</td>
|
|
@@ -5496,7 +5496,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5496
5496
|
<i aria-hidden="true"
|
|
5497
5497
|
class="v-icon notranslate material-icons theme--light"
|
|
5498
5498
|
>
|
|
5499
|
-
$
|
|
5499
|
+
$checkboxOff
|
|
5500
5500
|
</i>
|
|
5501
5501
|
</div>
|
|
5502
5502
|
</td>
|
|
@@ -5527,7 +5527,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5527
5527
|
<i aria-hidden="true"
|
|
5528
5528
|
class="v-icon notranslate material-icons theme--light"
|
|
5529
5529
|
>
|
|
5530
|
-
$
|
|
5530
|
+
$checkboxOff
|
|
5531
5531
|
</i>
|
|
5532
5532
|
</div>
|
|
5533
5533
|
</td>
|
|
@@ -5558,7 +5558,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5558
5558
|
<i aria-hidden="true"
|
|
5559
5559
|
class="v-icon notranslate material-icons theme--light"
|
|
5560
5560
|
>
|
|
5561
|
-
$
|
|
5561
|
+
$checkboxOff
|
|
5562
5562
|
</i>
|
|
5563
5563
|
</div>
|
|
5564
5564
|
</td>
|
|
@@ -5612,7 +5612,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5612
5612
|
<i aria-hidden="true"
|
|
5613
5613
|
class="v-icon notranslate material-icons theme--light"
|
|
5614
5614
|
>
|
|
5615
|
-
$
|
|
5615
|
+
$dropdown
|
|
5616
5616
|
</i>
|
|
5617
5617
|
</div>
|
|
5618
5618
|
</div>
|
|
@@ -5640,7 +5640,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5640
5640
|
<i aria-hidden="true"
|
|
5641
5641
|
class="v-icon notranslate material-icons theme--light"
|
|
5642
5642
|
>
|
|
5643
|
-
$
|
|
5643
|
+
$prev
|
|
5644
5644
|
</i>
|
|
5645
5645
|
</span>
|
|
5646
5646
|
</button>
|
|
@@ -5654,7 +5654,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
5654
5654
|
<i aria-hidden="true"
|
|
5655
5655
|
class="v-icon notranslate material-icons theme--light"
|
|
5656
5656
|
>
|
|
5657
|
-
$
|
|
5657
|
+
$next
|
|
5658
5658
|
</i>
|
|
5659
5659
|
</span>
|
|
5660
5660
|
</button>
|