@dimailn/vuetify 2.7.2-alpha46 → 2.7.2-alpha48
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 +100 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VIcon/VIcon.js +73 -93
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +2 -1
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +3 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VIcon/VIcon.js +50 -96
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +2 -1
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +8 -5
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +1 -1
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +16 -13
- package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +5 -0
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +33 -24
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +10 -5
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +50 -29
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +38 -23
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +670 -438
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +88 -53
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +4 -4
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +68 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +40 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerHeader.spec.ts.snap +40 -0
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +4 -0
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +43 -43
- package/src/components/VIcon/VIcon.ts +50 -98
- package/src/components/VIcon/__tests__/VIcon.spec.ts +26 -5
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +11 -4
- package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +18 -2
- package/src/components/VItemGroup/VItemGroup.ts +5 -2
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +2 -0
- package/src/components/VList/__tests__/VListItemGroup.spec.ts +31 -0
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
- package/src/components/VMenu/VMenu.ts +10 -7
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +10 -10
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +16 -16
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +13 -11
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +1 -1
- package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +19 -7
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +29 -9
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +6 -2
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +6 -5
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +14 -12
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +2 -1
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +42 -21
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +5 -4
|
@@ -21,12 +21,12 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
21
21
|
<div role="button"
|
|
22
22
|
aria-haspopup="listbox"
|
|
23
23
|
aria-expanded="false"
|
|
24
|
-
aria-owns="list-
|
|
24
|
+
aria-owns="list-975"
|
|
25
25
|
class="v-input__slot"
|
|
26
26
|
>
|
|
27
27
|
<div class="v-select__slot">
|
|
28
28
|
<label class="v-label theme--light"
|
|
29
|
-
for="input-
|
|
29
|
+
for="input-975"
|
|
30
30
|
aria-hidden="false"
|
|
31
31
|
style="right: 0px; position: absolute;"
|
|
32
32
|
>
|
|
@@ -35,16 +35,17 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
35
35
|
<div class="v-select__selections">
|
|
36
36
|
<input aria-readonly="false"
|
|
37
37
|
autocomplete="off"
|
|
38
|
-
id="input-
|
|
38
|
+
id="input-975"
|
|
39
39
|
readonly
|
|
40
40
|
type="text"
|
|
41
41
|
>
|
|
42
42
|
</div>
|
|
43
43
|
<div class="v-input__append-inner">
|
|
44
44
|
<div class="v-input__icon v-input__icon--append">
|
|
45
|
-
<i class="v-icon notranslate theme--light
|
|
45
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
46
46
|
aria-hidden="true"
|
|
47
47
|
>
|
|
48
|
+
$dropdown
|
|
48
49
|
</i>
|
|
49
50
|
</div>
|
|
50
51
|
</div>
|
|
@@ -323,7 +324,7 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
323
324
|
<div role="button"
|
|
324
325
|
aria-haspopup="listbox"
|
|
325
326
|
aria-expanded="false"
|
|
326
|
-
aria-owns="list-
|
|
327
|
+
aria-owns="list-985"
|
|
327
328
|
class="v-input__slot"
|
|
328
329
|
>
|
|
329
330
|
<div class="v-select__slot">
|
|
@@ -334,16 +335,17 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
334
335
|
<input aria-label="Rows per page:"
|
|
335
336
|
aria-readonly="false"
|
|
336
337
|
autocomplete="off"
|
|
337
|
-
id="input-
|
|
338
|
+
id="input-985"
|
|
338
339
|
readonly
|
|
339
340
|
type="text"
|
|
340
341
|
>
|
|
341
342
|
</div>
|
|
342
343
|
<div class="v-input__append-inner">
|
|
343
344
|
<div class="v-input__icon v-input__icon--append">
|
|
344
|
-
<i class="v-icon notranslate theme--light
|
|
345
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
345
346
|
aria-hidden="true"
|
|
346
347
|
>
|
|
348
|
+
$dropdown
|
|
347
349
|
</i>
|
|
348
350
|
</div>
|
|
349
351
|
</div>
|
|
@@ -367,9 +369,10 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
367
369
|
aria-label="Previous page"
|
|
368
370
|
>
|
|
369
371
|
<span class="v-btn__content">
|
|
370
|
-
<i class="v-icon notranslate theme--light
|
|
372
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
371
373
|
aria-hidden="true"
|
|
372
374
|
>
|
|
375
|
+
$prev
|
|
373
376
|
</i>
|
|
374
377
|
</span>
|
|
375
378
|
</button>
|
|
@@ -380,9 +383,10 @@ exports[`VDataTable.ts should apply class from item to rows 1`] = `
|
|
|
380
383
|
aria-label="Next page"
|
|
381
384
|
>
|
|
382
385
|
<span class="v-btn__content">
|
|
383
|
-
<i class="v-icon notranslate theme--light
|
|
386
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
384
387
|
aria-hidden="true"
|
|
385
388
|
>
|
|
389
|
+
$next
|
|
386
390
|
</i>
|
|
387
391
|
</span>
|
|
388
392
|
</button>
|
|
@@ -412,12 +416,12 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
412
416
|
<div role="button"
|
|
413
417
|
aria-haspopup="listbox"
|
|
414
418
|
aria-expanded="false"
|
|
415
|
-
aria-owns="list-
|
|
419
|
+
aria-owns="list-952"
|
|
416
420
|
class="v-input__slot"
|
|
417
421
|
>
|
|
418
422
|
<div class="v-select__slot">
|
|
419
423
|
<label class="v-label theme--light"
|
|
420
|
-
for="input-
|
|
424
|
+
for="input-952"
|
|
421
425
|
aria-hidden="false"
|
|
422
426
|
style="right: 0px; position: absolute;"
|
|
423
427
|
>
|
|
@@ -426,16 +430,17 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
426
430
|
<div class="v-select__selections">
|
|
427
431
|
<input aria-readonly="false"
|
|
428
432
|
autocomplete="off"
|
|
429
|
-
id="input-
|
|
433
|
+
id="input-952"
|
|
430
434
|
readonly
|
|
431
435
|
type="text"
|
|
432
436
|
>
|
|
433
437
|
</div>
|
|
434
438
|
<div class="v-input__append-inner">
|
|
435
439
|
<div class="v-input__icon v-input__icon--append">
|
|
436
|
-
<i class="v-icon notranslate theme--light
|
|
440
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
437
441
|
aria-hidden="true"
|
|
438
442
|
>
|
|
443
|
+
$dropdown
|
|
439
444
|
</i>
|
|
440
445
|
</div>
|
|
441
446
|
</div>
|
|
@@ -714,7 +719,7 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
714
719
|
<div role="button"
|
|
715
720
|
aria-haspopup="listbox"
|
|
716
721
|
aria-expanded="false"
|
|
717
|
-
aria-owns="list-
|
|
722
|
+
aria-owns="list-962"
|
|
718
723
|
class="v-input__slot"
|
|
719
724
|
>
|
|
720
725
|
<div class="v-select__slot">
|
|
@@ -725,16 +730,17 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
725
730
|
<input aria-label="Rows per page:"
|
|
726
731
|
aria-readonly="false"
|
|
727
732
|
autocomplete="off"
|
|
728
|
-
id="input-
|
|
733
|
+
id="input-962"
|
|
729
734
|
readonly
|
|
730
735
|
type="text"
|
|
731
736
|
>
|
|
732
737
|
</div>
|
|
733
738
|
<div class="v-input__append-inner">
|
|
734
739
|
<div class="v-input__icon v-input__icon--append">
|
|
735
|
-
<i class="v-icon notranslate theme--light
|
|
740
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
736
741
|
aria-hidden="true"
|
|
737
742
|
>
|
|
743
|
+
$dropdown
|
|
738
744
|
</i>
|
|
739
745
|
</div>
|
|
740
746
|
</div>
|
|
@@ -758,9 +764,10 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
758
764
|
aria-label="Previous page"
|
|
759
765
|
>
|
|
760
766
|
<span class="v-btn__content">
|
|
761
|
-
<i class="v-icon notranslate theme--light
|
|
767
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
762
768
|
aria-hidden="true"
|
|
763
769
|
>
|
|
770
|
+
$prev
|
|
764
771
|
</i>
|
|
765
772
|
</span>
|
|
766
773
|
</button>
|
|
@@ -771,9 +778,10 @@ exports[`VDataTable.ts should apply class function to rows 1`] = `
|
|
|
771
778
|
aria-label="Next page"
|
|
772
779
|
>
|
|
773
780
|
<span class="v-btn__content">
|
|
774
|
-
<i class="v-icon notranslate theme--light
|
|
781
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
775
782
|
aria-hidden="true"
|
|
776
783
|
>
|
|
784
|
+
$next
|
|
777
785
|
</i>
|
|
778
786
|
</span>
|
|
779
787
|
</button>
|
|
@@ -803,12 +811,12 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
803
811
|
<div role="button"
|
|
804
812
|
aria-haspopup="listbox"
|
|
805
813
|
aria-expanded="false"
|
|
806
|
-
aria-owns="list-
|
|
814
|
+
aria-owns="list-906"
|
|
807
815
|
class="v-input__slot"
|
|
808
816
|
>
|
|
809
817
|
<div class="v-select__slot">
|
|
810
818
|
<label class="v-label theme--light"
|
|
811
|
-
for="input-
|
|
819
|
+
for="input-906"
|
|
812
820
|
aria-hidden="false"
|
|
813
821
|
style="right: 0px; position: absolute;"
|
|
814
822
|
>
|
|
@@ -817,16 +825,17 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
817
825
|
<div class="v-select__selections">
|
|
818
826
|
<input aria-readonly="false"
|
|
819
827
|
autocomplete="off"
|
|
820
|
-
id="input-
|
|
828
|
+
id="input-906"
|
|
821
829
|
readonly
|
|
822
830
|
type="text"
|
|
823
831
|
>
|
|
824
832
|
</div>
|
|
825
833
|
<div class="v-input__append-inner">
|
|
826
834
|
<div class="v-input__icon v-input__icon--append">
|
|
827
|
-
<i class="v-icon notranslate theme--light
|
|
835
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
828
836
|
aria-hidden="true"
|
|
829
837
|
>
|
|
838
|
+
$dropdown
|
|
830
839
|
</i>
|
|
831
840
|
</div>
|
|
832
841
|
</div>
|
|
@@ -1105,7 +1114,7 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1105
1114
|
<div role="button"
|
|
1106
1115
|
aria-haspopup="listbox"
|
|
1107
1116
|
aria-expanded="false"
|
|
1108
|
-
aria-owns="list-
|
|
1117
|
+
aria-owns="list-916"
|
|
1109
1118
|
class="v-input__slot"
|
|
1110
1119
|
>
|
|
1111
1120
|
<div class="v-select__slot">
|
|
@@ -1116,16 +1125,17 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1116
1125
|
<input aria-label="Rows per page:"
|
|
1117
1126
|
aria-readonly="false"
|
|
1118
1127
|
autocomplete="off"
|
|
1119
|
-
id="input-
|
|
1128
|
+
id="input-916"
|
|
1120
1129
|
readonly
|
|
1121
1130
|
type="text"
|
|
1122
1131
|
>
|
|
1123
1132
|
</div>
|
|
1124
1133
|
<div class="v-input__append-inner">
|
|
1125
1134
|
<div class="v-input__icon v-input__icon--append">
|
|
1126
|
-
<i class="v-icon notranslate theme--light
|
|
1135
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1127
1136
|
aria-hidden="true"
|
|
1128
1137
|
>
|
|
1138
|
+
$dropdown
|
|
1129
1139
|
</i>
|
|
1130
1140
|
</div>
|
|
1131
1141
|
</div>
|
|
@@ -1149,9 +1159,10 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1149
1159
|
aria-label="Previous page"
|
|
1150
1160
|
>
|
|
1151
1161
|
<span class="v-btn__content">
|
|
1152
|
-
<i class="v-icon notranslate theme--light
|
|
1162
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1153
1163
|
aria-hidden="true"
|
|
1154
1164
|
>
|
|
1165
|
+
$prev
|
|
1155
1166
|
</i>
|
|
1156
1167
|
</span>
|
|
1157
1168
|
</button>
|
|
@@ -1162,9 +1173,10 @@ exports[`VDataTable.ts should apply class list to rows 1`] = `
|
|
|
1162
1173
|
aria-label="Next page"
|
|
1163
1174
|
>
|
|
1164
1175
|
<span class="v-btn__content">
|
|
1165
|
-
<i class="v-icon notranslate theme--light
|
|
1176
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1166
1177
|
aria-hidden="true"
|
|
1167
1178
|
>
|
|
1179
|
+
$next
|
|
1168
1180
|
</i>
|
|
1169
1181
|
</span>
|
|
1170
1182
|
</button>
|
|
@@ -1194,12 +1206,12 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1194
1206
|
<div role="button"
|
|
1195
1207
|
aria-haspopup="listbox"
|
|
1196
1208
|
aria-expanded="false"
|
|
1197
|
-
aria-owns="list-
|
|
1209
|
+
aria-owns="list-929"
|
|
1198
1210
|
class="v-input__slot"
|
|
1199
1211
|
>
|
|
1200
1212
|
<div class="v-select__slot">
|
|
1201
1213
|
<label class="v-label theme--light"
|
|
1202
|
-
for="input-
|
|
1214
|
+
for="input-929"
|
|
1203
1215
|
aria-hidden="false"
|
|
1204
1216
|
style="right: 0px; position: absolute;"
|
|
1205
1217
|
>
|
|
@@ -1208,16 +1220,17 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1208
1220
|
<div class="v-select__selections">
|
|
1209
1221
|
<input aria-readonly="false"
|
|
1210
1222
|
autocomplete="off"
|
|
1211
|
-
id="input-
|
|
1223
|
+
id="input-929"
|
|
1212
1224
|
readonly
|
|
1213
1225
|
type="text"
|
|
1214
1226
|
>
|
|
1215
1227
|
</div>
|
|
1216
1228
|
<div class="v-input__append-inner">
|
|
1217
1229
|
<div class="v-input__icon v-input__icon--append">
|
|
1218
|
-
<i class="v-icon notranslate theme--light
|
|
1230
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1219
1231
|
aria-hidden="true"
|
|
1220
1232
|
>
|
|
1233
|
+
$dropdown
|
|
1221
1234
|
</i>
|
|
1222
1235
|
</div>
|
|
1223
1236
|
</div>
|
|
@@ -1496,7 +1509,7 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1496
1509
|
<div role="button"
|
|
1497
1510
|
aria-haspopup="listbox"
|
|
1498
1511
|
aria-expanded="false"
|
|
1499
|
-
aria-owns="list-
|
|
1512
|
+
aria-owns="list-939"
|
|
1500
1513
|
class="v-input__slot"
|
|
1501
1514
|
>
|
|
1502
1515
|
<div class="v-select__slot">
|
|
@@ -1507,16 +1520,17 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1507
1520
|
<input aria-label="Rows per page:"
|
|
1508
1521
|
aria-readonly="false"
|
|
1509
1522
|
autocomplete="off"
|
|
1510
|
-
id="input-
|
|
1523
|
+
id="input-939"
|
|
1511
1524
|
readonly
|
|
1512
1525
|
type="text"
|
|
1513
1526
|
>
|
|
1514
1527
|
</div>
|
|
1515
1528
|
<div class="v-input__append-inner">
|
|
1516
1529
|
<div class="v-input__icon v-input__icon--append">
|
|
1517
|
-
<i class="v-icon notranslate theme--light
|
|
1530
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1518
1531
|
aria-hidden="true"
|
|
1519
1532
|
>
|
|
1533
|
+
$dropdown
|
|
1520
1534
|
</i>
|
|
1521
1535
|
</div>
|
|
1522
1536
|
</div>
|
|
@@ -1540,9 +1554,10 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1540
1554
|
aria-label="Previous page"
|
|
1541
1555
|
>
|
|
1542
1556
|
<span class="v-btn__content">
|
|
1543
|
-
<i class="v-icon notranslate theme--light
|
|
1557
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1544
1558
|
aria-hidden="true"
|
|
1545
1559
|
>
|
|
1560
|
+
$prev
|
|
1546
1561
|
</i>
|
|
1547
1562
|
</span>
|
|
1548
1563
|
</button>
|
|
@@ -1553,9 +1568,10 @@ exports[`VDataTable.ts should apply class unique to rows 1`] = `
|
|
|
1553
1568
|
aria-label="Next page"
|
|
1554
1569
|
>
|
|
1555
1570
|
<span class="v-btn__content">
|
|
1556
|
-
<i class="v-icon notranslate theme--light
|
|
1571
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1557
1572
|
aria-hidden="true"
|
|
1558
1573
|
>
|
|
1574
|
+
$next
|
|
1559
1575
|
</i>
|
|
1560
1576
|
</span>
|
|
1561
1577
|
</button>
|
|
@@ -1585,12 +1601,12 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1585
1601
|
<div role="button"
|
|
1586
1602
|
aria-haspopup="listbox"
|
|
1587
1603
|
aria-expanded="false"
|
|
1588
|
-
aria-owns="list-
|
|
1604
|
+
aria-owns="list-690"
|
|
1589
1605
|
class="v-input__slot"
|
|
1590
1606
|
>
|
|
1591
1607
|
<div class="v-select__slot">
|
|
1592
1608
|
<label class="v-label theme--light"
|
|
1593
|
-
for="input-
|
|
1609
|
+
for="input-690"
|
|
1594
1610
|
aria-hidden="false"
|
|
1595
1611
|
style="right: 0px; position: absolute;"
|
|
1596
1612
|
>
|
|
@@ -1599,16 +1615,17 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1599
1615
|
<div class="v-select__selections">
|
|
1600
1616
|
<input aria-readonly="false"
|
|
1601
1617
|
autocomplete="off"
|
|
1602
|
-
id="input-
|
|
1618
|
+
id="input-690"
|
|
1603
1619
|
readonly
|
|
1604
1620
|
type="text"
|
|
1605
1621
|
>
|
|
1606
1622
|
</div>
|
|
1607
1623
|
<div class="v-input__append-inner">
|
|
1608
1624
|
<div class="v-input__icon v-input__icon--append">
|
|
1609
|
-
<i class="v-icon notranslate theme--light
|
|
1625
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1610
1626
|
aria-hidden="true"
|
|
1611
1627
|
>
|
|
1628
|
+
$dropdown
|
|
1612
1629
|
</i>
|
|
1613
1630
|
</div>
|
|
1614
1631
|
</div>
|
|
@@ -1737,9 +1754,10 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1737
1754
|
aria-label="Previous page"
|
|
1738
1755
|
>
|
|
1739
1756
|
<span class="v-btn__content">
|
|
1740
|
-
<i class="v-icon notranslate theme--light
|
|
1757
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1741
1758
|
aria-hidden="true"
|
|
1742
1759
|
>
|
|
1760
|
+
$prev
|
|
1743
1761
|
</i>
|
|
1744
1762
|
</span>
|
|
1745
1763
|
</button>
|
|
@@ -1751,9 +1769,10 @@ exports[`VDataTable.ts should change page if item count decreases below page sta
|
|
|
1751
1769
|
aria-label="Next page"
|
|
1752
1770
|
>
|
|
1753
1771
|
<span class="v-btn__content">
|
|
1754
|
-
<i class="v-icon notranslate theme--light
|
|
1772
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1755
1773
|
aria-hidden="true"
|
|
1756
1774
|
>
|
|
1775
|
+
$next
|
|
1757
1776
|
</i>
|
|
1758
1777
|
</span>
|
|
1759
1778
|
</button>
|
|
@@ -1783,12 +1802,12 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
1783
1802
|
<div role="button"
|
|
1784
1803
|
aria-haspopup="listbox"
|
|
1785
1804
|
aria-expanded="false"
|
|
1786
|
-
aria-owns="list-
|
|
1805
|
+
aria-owns="list-614"
|
|
1787
1806
|
class="v-input__slot"
|
|
1788
1807
|
>
|
|
1789
1808
|
<div class="v-select__slot">
|
|
1790
1809
|
<label class="v-label theme--light"
|
|
1791
|
-
for="input-
|
|
1810
|
+
for="input-614"
|
|
1792
1811
|
aria-hidden="false"
|
|
1793
1812
|
style="right: 0px; position: absolute;"
|
|
1794
1813
|
>
|
|
@@ -1797,16 +1816,17 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
1797
1816
|
<div class="v-select__selections">
|
|
1798
1817
|
<input aria-readonly="false"
|
|
1799
1818
|
autocomplete="off"
|
|
1800
|
-
id="input-
|
|
1819
|
+
id="input-614"
|
|
1801
1820
|
readonly
|
|
1802
1821
|
type="text"
|
|
1803
1822
|
>
|
|
1804
1823
|
</div>
|
|
1805
1824
|
<div class="v-input__append-inner">
|
|
1806
1825
|
<div class="v-input__icon v-input__icon--append">
|
|
1807
|
-
<i class="v-icon notranslate theme--light
|
|
1826
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
1808
1827
|
aria-hidden="true"
|
|
1809
1828
|
>
|
|
1829
|
+
$dropdown
|
|
1810
1830
|
</i>
|
|
1811
1831
|
</div>
|
|
1812
1832
|
</div>
|
|
@@ -2135,7 +2155,7 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2135
2155
|
<div role="button"
|
|
2136
2156
|
aria-haspopup="listbox"
|
|
2137
2157
|
aria-expanded="false"
|
|
2138
|
-
aria-owns="list-
|
|
2158
|
+
aria-owns="list-625"
|
|
2139
2159
|
class="v-input__slot"
|
|
2140
2160
|
>
|
|
2141
2161
|
<div class="v-select__slot">
|
|
@@ -2146,16 +2166,17 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2146
2166
|
<input aria-label="Rows per page:"
|
|
2147
2167
|
aria-readonly="false"
|
|
2148
2168
|
autocomplete="off"
|
|
2149
|
-
id="input-
|
|
2169
|
+
id="input-625"
|
|
2150
2170
|
readonly
|
|
2151
2171
|
type="text"
|
|
2152
2172
|
>
|
|
2153
2173
|
</div>
|
|
2154
2174
|
<div class="v-input__append-inner">
|
|
2155
2175
|
<div class="v-input__icon v-input__icon--append">
|
|
2156
|
-
<i class="v-icon notranslate theme--light
|
|
2176
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2157
2177
|
aria-hidden="true"
|
|
2158
2178
|
>
|
|
2179
|
+
$dropdown
|
|
2159
2180
|
</i>
|
|
2160
2181
|
</div>
|
|
2161
2182
|
</div>
|
|
@@ -2179,9 +2200,10 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2179
2200
|
aria-label="Previous page"
|
|
2180
2201
|
>
|
|
2181
2202
|
<span class="v-btn__content">
|
|
2182
|
-
<i class="v-icon notranslate theme--light
|
|
2203
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2183
2204
|
aria-hidden="true"
|
|
2184
2205
|
>
|
|
2206
|
+
$prev
|
|
2185
2207
|
</i>
|
|
2186
2208
|
</span>
|
|
2187
2209
|
</button>
|
|
@@ -2192,9 +2214,10 @@ exports[`VDataTable.ts should default to first option in itemsPerPageOptions if
|
|
|
2192
2214
|
aria-label="Next page"
|
|
2193
2215
|
>
|
|
2194
2216
|
<span class="v-btn__content">
|
|
2195
|
-
<i class="v-icon notranslate theme--light
|
|
2217
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2196
2218
|
aria-hidden="true"
|
|
2197
2219
|
>
|
|
2220
|
+
$next
|
|
2198
2221
|
</i>
|
|
2199
2222
|
</span>
|
|
2200
2223
|
</button>
|
|
@@ -2220,12 +2243,12 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2220
2243
|
<div role="button"
|
|
2221
2244
|
aria-haspopup="listbox"
|
|
2222
2245
|
aria-expanded="false"
|
|
2223
|
-
aria-owns="list-
|
|
2246
|
+
aria-owns="list-841"
|
|
2224
2247
|
class="v-input__slot"
|
|
2225
2248
|
>
|
|
2226
2249
|
<div class="v-select__slot">
|
|
2227
2250
|
<label class="v-label theme--light"
|
|
2228
|
-
for="input-
|
|
2251
|
+
for="input-841"
|
|
2229
2252
|
aria-hidden="false"
|
|
2230
2253
|
style="right: 0px; position: absolute;"
|
|
2231
2254
|
>
|
|
@@ -2234,16 +2257,17 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2234
2257
|
<div class="v-select__selections">
|
|
2235
2258
|
<input aria-readonly="false"
|
|
2236
2259
|
autocomplete="off"
|
|
2237
|
-
id="input-
|
|
2260
|
+
id="input-841"
|
|
2238
2261
|
readonly
|
|
2239
2262
|
type="text"
|
|
2240
2263
|
>
|
|
2241
2264
|
</div>
|
|
2242
2265
|
<div class="v-input__append-inner">
|
|
2243
2266
|
<div class="v-input__icon v-input__icon--append">
|
|
2244
|
-
<i class="v-icon notranslate theme--light
|
|
2267
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2245
2268
|
aria-hidden="true"
|
|
2246
2269
|
>
|
|
2270
|
+
$dropdown
|
|
2247
2271
|
</i>
|
|
2248
2272
|
</div>
|
|
2249
2273
|
</div>
|
|
@@ -2308,7 +2332,7 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2308
2332
|
<div role="button"
|
|
2309
2333
|
aria-haspopup="listbox"
|
|
2310
2334
|
aria-expanded="false"
|
|
2311
|
-
aria-owns="list-
|
|
2335
|
+
aria-owns="list-848"
|
|
2312
2336
|
class="v-input__slot"
|
|
2313
2337
|
>
|
|
2314
2338
|
<div class="v-select__slot">
|
|
@@ -2319,16 +2343,17 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2319
2343
|
<input aria-label="Rows per page:"
|
|
2320
2344
|
aria-readonly="false"
|
|
2321
2345
|
autocomplete="off"
|
|
2322
|
-
id="input-
|
|
2346
|
+
id="input-848"
|
|
2323
2347
|
readonly
|
|
2324
2348
|
type="text"
|
|
2325
2349
|
>
|
|
2326
2350
|
</div>
|
|
2327
2351
|
<div class="v-input__append-inner">
|
|
2328
2352
|
<div class="v-input__icon v-input__icon--append">
|
|
2329
|
-
<i class="v-icon notranslate theme--light
|
|
2353
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2330
2354
|
aria-hidden="true"
|
|
2331
2355
|
>
|
|
2356
|
+
$dropdown
|
|
2332
2357
|
</i>
|
|
2333
2358
|
</div>
|
|
2334
2359
|
</div>
|
|
@@ -2352,9 +2377,10 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2352
2377
|
aria-label="Previous page"
|
|
2353
2378
|
>
|
|
2354
2379
|
<span class="v-btn__content">
|
|
2355
|
-
<i class="v-icon notranslate theme--light
|
|
2380
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2356
2381
|
aria-hidden="true"
|
|
2357
2382
|
>
|
|
2383
|
+
$prev
|
|
2358
2384
|
</i>
|
|
2359
2385
|
</span>
|
|
2360
2386
|
</button>
|
|
@@ -2366,9 +2392,10 @@ exports[`VDataTable.ts should handle filtering correctly 1`] = `
|
|
|
2366
2392
|
aria-label="Next page"
|
|
2367
2393
|
>
|
|
2368
2394
|
<span class="v-btn__content">
|
|
2369
|
-
<i class="v-icon notranslate theme--light
|
|
2395
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2370
2396
|
aria-hidden="true"
|
|
2371
2397
|
>
|
|
2398
|
+
$next
|
|
2372
2399
|
</i>
|
|
2373
2400
|
</span>
|
|
2374
2401
|
</button>
|
|
@@ -2394,12 +2421,12 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2394
2421
|
<div role="button"
|
|
2395
2422
|
aria-haspopup="listbox"
|
|
2396
2423
|
aria-expanded="false"
|
|
2397
|
-
aria-owns="list-
|
|
2424
|
+
aria-owns="list-841"
|
|
2398
2425
|
class="v-input__slot"
|
|
2399
2426
|
>
|
|
2400
2427
|
<div class="v-select__slot">
|
|
2401
2428
|
<label class="v-label theme--light"
|
|
2402
|
-
for="input-
|
|
2429
|
+
for="input-841"
|
|
2403
2430
|
aria-hidden="false"
|
|
2404
2431
|
style="right: 0px; position: absolute;"
|
|
2405
2432
|
>
|
|
@@ -2408,16 +2435,17 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2408
2435
|
<div class="v-select__selections">
|
|
2409
2436
|
<input aria-readonly="false"
|
|
2410
2437
|
autocomplete="off"
|
|
2411
|
-
id="input-
|
|
2438
|
+
id="input-841"
|
|
2412
2439
|
readonly
|
|
2413
2440
|
type="text"
|
|
2414
2441
|
>
|
|
2415
2442
|
</div>
|
|
2416
2443
|
<div class="v-input__append-inner">
|
|
2417
2444
|
<div class="v-input__icon v-input__icon--append">
|
|
2418
|
-
<i class="v-icon notranslate theme--light
|
|
2445
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2419
2446
|
aria-hidden="true"
|
|
2420
2447
|
>
|
|
2448
|
+
$dropdown
|
|
2421
2449
|
</i>
|
|
2422
2450
|
</div>
|
|
2423
2451
|
</div>
|
|
@@ -2464,7 +2492,7 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2464
2492
|
<div role="button"
|
|
2465
2493
|
aria-haspopup="listbox"
|
|
2466
2494
|
aria-expanded="false"
|
|
2467
|
-
aria-owns="list-
|
|
2495
|
+
aria-owns="list-848"
|
|
2468
2496
|
class="v-input__slot"
|
|
2469
2497
|
>
|
|
2470
2498
|
<div class="v-select__slot">
|
|
@@ -2475,16 +2503,17 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2475
2503
|
<input aria-label="Rows per page:"
|
|
2476
2504
|
aria-readonly="false"
|
|
2477
2505
|
autocomplete="off"
|
|
2478
|
-
id="input-
|
|
2506
|
+
id="input-848"
|
|
2479
2507
|
readonly
|
|
2480
2508
|
type="text"
|
|
2481
2509
|
>
|
|
2482
2510
|
</div>
|
|
2483
2511
|
<div class="v-input__append-inner">
|
|
2484
2512
|
<div class="v-input__icon v-input__icon--append">
|
|
2485
|
-
<i class="v-icon notranslate theme--light
|
|
2513
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2486
2514
|
aria-hidden="true"
|
|
2487
2515
|
>
|
|
2516
|
+
$dropdown
|
|
2488
2517
|
</i>
|
|
2489
2518
|
</div>
|
|
2490
2519
|
</div>
|
|
@@ -2508,9 +2537,10 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2508
2537
|
aria-label="Previous page"
|
|
2509
2538
|
>
|
|
2510
2539
|
<span class="v-btn__content">
|
|
2511
|
-
<i class="v-icon notranslate theme--light
|
|
2540
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2512
2541
|
aria-hidden="true"
|
|
2513
2542
|
>
|
|
2543
|
+
$prev
|
|
2514
2544
|
</i>
|
|
2515
2545
|
</span>
|
|
2516
2546
|
</button>
|
|
@@ -2522,9 +2552,10 @@ exports[`VDataTable.ts should handle filtering correctly 2`] = `
|
|
|
2522
2552
|
aria-label="Next page"
|
|
2523
2553
|
>
|
|
2524
2554
|
<span class="v-btn__content">
|
|
2525
|
-
<i class="v-icon notranslate theme--light
|
|
2555
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2526
2556
|
aria-hidden="true"
|
|
2527
2557
|
>
|
|
2558
|
+
$next
|
|
2528
2559
|
</i>
|
|
2529
2560
|
</span>
|
|
2530
2561
|
</button>
|
|
@@ -2554,12 +2585,12 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
2554
2585
|
<div role="button"
|
|
2555
2586
|
aria-haspopup="listbox"
|
|
2556
2587
|
aria-expanded="false"
|
|
2557
|
-
aria-owns="list-
|
|
2588
|
+
aria-owns="list-638"
|
|
2558
2589
|
class="v-input__slot"
|
|
2559
2590
|
>
|
|
2560
2591
|
<div class="v-select__slot">
|
|
2561
2592
|
<label class="v-label theme--light"
|
|
2562
|
-
for="input-
|
|
2593
|
+
for="input-638"
|
|
2563
2594
|
aria-hidden="false"
|
|
2564
2595
|
style="right: 0px; position: absolute;"
|
|
2565
2596
|
>
|
|
@@ -2568,16 +2599,17 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
2568
2599
|
<div class="v-select__selections">
|
|
2569
2600
|
<input aria-readonly="false"
|
|
2570
2601
|
autocomplete="off"
|
|
2571
|
-
id="input-
|
|
2602
|
+
id="input-638"
|
|
2572
2603
|
readonly
|
|
2573
2604
|
type="text"
|
|
2574
2605
|
>
|
|
2575
2606
|
</div>
|
|
2576
2607
|
<div class="v-input__append-inner">
|
|
2577
2608
|
<div class="v-input__icon v-input__icon--append">
|
|
2578
|
-
<i class="v-icon notranslate theme--light
|
|
2609
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
2579
2610
|
aria-hidden="true"
|
|
2580
2611
|
>
|
|
2612
|
+
$dropdown
|
|
2581
2613
|
</i>
|
|
2582
2614
|
</div>
|
|
2583
2615
|
</div>
|
|
@@ -3106,7 +3138,7 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3106
3138
|
<div role="button"
|
|
3107
3139
|
aria-haspopup="listbox"
|
|
3108
3140
|
aria-expanded="false"
|
|
3109
|
-
aria-owns="list-
|
|
3141
|
+
aria-owns="list-653"
|
|
3110
3142
|
class="v-input__slot"
|
|
3111
3143
|
>
|
|
3112
3144
|
<div class="v-select__slot">
|
|
@@ -3117,16 +3149,17 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3117
3149
|
<input aria-label="Rows per page:"
|
|
3118
3150
|
aria-readonly="false"
|
|
3119
3151
|
autocomplete="off"
|
|
3120
|
-
id="input-
|
|
3152
|
+
id="input-653"
|
|
3121
3153
|
readonly
|
|
3122
3154
|
type="text"
|
|
3123
3155
|
>
|
|
3124
3156
|
</div>
|
|
3125
3157
|
<div class="v-input__append-inner">
|
|
3126
3158
|
<div class="v-input__icon v-input__icon--append">
|
|
3127
|
-
<i class="v-icon notranslate theme--light
|
|
3159
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3128
3160
|
aria-hidden="true"
|
|
3129
3161
|
>
|
|
3162
|
+
$dropdown
|
|
3130
3163
|
</i>
|
|
3131
3164
|
</div>
|
|
3132
3165
|
</div>
|
|
@@ -3150,9 +3183,10 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3150
3183
|
aria-label="Previous page"
|
|
3151
3184
|
>
|
|
3152
3185
|
<span class="v-btn__content">
|
|
3153
|
-
<i class="v-icon notranslate theme--light
|
|
3186
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3154
3187
|
aria-hidden="true"
|
|
3155
3188
|
>
|
|
3189
|
+
$prev
|
|
3156
3190
|
</i>
|
|
3157
3191
|
</span>
|
|
3158
3192
|
</button>
|
|
@@ -3164,9 +3198,10 @@ exports[`VDataTable.ts should handle object when checking if it should default t
|
|
|
3164
3198
|
aria-label="Next page"
|
|
3165
3199
|
>
|
|
3166
3200
|
<span class="v-btn__content">
|
|
3167
|
-
<i class="v-icon notranslate theme--light
|
|
3201
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3168
3202
|
aria-hidden="true"
|
|
3169
3203
|
>
|
|
3204
|
+
$next
|
|
3170
3205
|
</i>
|
|
3171
3206
|
</span>
|
|
3172
3207
|
</button>
|
|
@@ -3196,12 +3231,12 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3196
3231
|
<div role="button"
|
|
3197
3232
|
aria-haspopup="listbox"
|
|
3198
3233
|
aria-expanded="false"
|
|
3199
|
-
aria-owns="list-
|
|
3234
|
+
aria-owns="list-1066"
|
|
3200
3235
|
class="v-input__slot"
|
|
3201
3236
|
>
|
|
3202
3237
|
<div class="v-select__slot">
|
|
3203
3238
|
<label class="v-label theme--light"
|
|
3204
|
-
for="input-
|
|
3239
|
+
for="input-1066"
|
|
3205
3240
|
aria-hidden="false"
|
|
3206
3241
|
style="right: 0px; position: absolute;"
|
|
3207
3242
|
>
|
|
@@ -3210,16 +3245,17 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3210
3245
|
<div class="v-select__selections">
|
|
3211
3246
|
<input aria-readonly="false"
|
|
3212
3247
|
autocomplete="off"
|
|
3213
|
-
id="input-
|
|
3248
|
+
id="input-1066"
|
|
3214
3249
|
readonly
|
|
3215
3250
|
type="text"
|
|
3216
3251
|
>
|
|
3217
3252
|
</div>
|
|
3218
3253
|
<div class="v-input__append-inner">
|
|
3219
3254
|
<div class="v-input__icon v-input__icon--append">
|
|
3220
|
-
<i class="v-icon notranslate theme--light
|
|
3255
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3221
3256
|
aria-hidden="true"
|
|
3222
3257
|
>
|
|
3258
|
+
$dropdown
|
|
3223
3259
|
</i>
|
|
3224
3260
|
</div>
|
|
3225
3261
|
</div>
|
|
@@ -3748,7 +3784,7 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3748
3784
|
<div role="button"
|
|
3749
3785
|
aria-haspopup="listbox"
|
|
3750
3786
|
aria-expanded="false"
|
|
3751
|
-
aria-owns="list-
|
|
3787
|
+
aria-owns="list-1081"
|
|
3752
3788
|
class="v-input__slot"
|
|
3753
3789
|
>
|
|
3754
3790
|
<div class="v-select__slot">
|
|
@@ -3759,16 +3795,17 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3759
3795
|
<input aria-label="Rows per page:"
|
|
3760
3796
|
aria-readonly="false"
|
|
3761
3797
|
autocomplete="off"
|
|
3762
|
-
id="input-
|
|
3798
|
+
id="input-1081"
|
|
3763
3799
|
readonly
|
|
3764
3800
|
type="text"
|
|
3765
3801
|
>
|
|
3766
3802
|
</div>
|
|
3767
3803
|
<div class="v-input__append-inner">
|
|
3768
3804
|
<div class="v-input__icon v-input__icon--append">
|
|
3769
|
-
<i class="v-icon notranslate theme--light
|
|
3805
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3770
3806
|
aria-hidden="true"
|
|
3771
3807
|
>
|
|
3808
|
+
$dropdown
|
|
3772
3809
|
</i>
|
|
3773
3810
|
</div>
|
|
3774
3811
|
</div>
|
|
@@ -3792,9 +3829,10 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3792
3829
|
aria-label="Previous page"
|
|
3793
3830
|
>
|
|
3794
3831
|
<span class="v-btn__content">
|
|
3795
|
-
<i class="v-icon notranslate theme--light
|
|
3832
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3796
3833
|
aria-hidden="true"
|
|
3797
3834
|
>
|
|
3835
|
+
$prev
|
|
3798
3836
|
</i>
|
|
3799
3837
|
</span>
|
|
3800
3838
|
</button>
|
|
@@ -3806,9 +3844,10 @@ exports[`VDataTable.ts should hide group button when column is not groupable 1`]
|
|
|
3806
3844
|
aria-label="Next page"
|
|
3807
3845
|
>
|
|
3808
3846
|
<span class="v-btn__content">
|
|
3809
|
-
<i class="v-icon notranslate theme--light
|
|
3847
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3810
3848
|
aria-hidden="true"
|
|
3811
3849
|
>
|
|
3850
|
+
$next
|
|
3812
3851
|
</i>
|
|
3813
3852
|
</span>
|
|
3814
3853
|
</button>
|
|
@@ -3838,12 +3877,12 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
3838
3877
|
<div role="button"
|
|
3839
3878
|
aria-haspopup="listbox"
|
|
3840
3879
|
aria-expanded="false"
|
|
3841
|
-
aria-owns="list-
|
|
3880
|
+
aria-owns="list-591"
|
|
3842
3881
|
class="v-input__slot"
|
|
3843
3882
|
>
|
|
3844
3883
|
<div class="v-select__slot">
|
|
3845
3884
|
<label class="v-label theme--light"
|
|
3846
|
-
for="input-
|
|
3885
|
+
for="input-591"
|
|
3847
3886
|
aria-hidden="false"
|
|
3848
3887
|
style="right: 0px; position: absolute;"
|
|
3849
3888
|
>
|
|
@@ -3852,16 +3891,17 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
3852
3891
|
<div class="v-select__selections">
|
|
3853
3892
|
<input aria-readonly="false"
|
|
3854
3893
|
autocomplete="off"
|
|
3855
|
-
id="input-
|
|
3894
|
+
id="input-591"
|
|
3856
3895
|
readonly
|
|
3857
3896
|
type="text"
|
|
3858
3897
|
>
|
|
3859
3898
|
</div>
|
|
3860
3899
|
<div class="v-input__append-inner">
|
|
3861
3900
|
<div class="v-input__icon v-input__icon--append">
|
|
3862
|
-
<i class="v-icon notranslate theme--light
|
|
3901
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
3863
3902
|
aria-hidden="true"
|
|
3864
3903
|
>
|
|
3904
|
+
$dropdown
|
|
3865
3905
|
</i>
|
|
3866
3906
|
</div>
|
|
3867
3907
|
</div>
|
|
@@ -4140,7 +4180,7 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4140
4180
|
<div role="button"
|
|
4141
4181
|
aria-haspopup="listbox"
|
|
4142
4182
|
aria-expanded="false"
|
|
4143
|
-
aria-owns="list-
|
|
4183
|
+
aria-owns="list-601"
|
|
4144
4184
|
class="v-input__slot"
|
|
4145
4185
|
>
|
|
4146
4186
|
<div class="v-select__slot">
|
|
@@ -4151,16 +4191,17 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4151
4191
|
<input aria-label="Rows per page:"
|
|
4152
4192
|
aria-readonly="false"
|
|
4153
4193
|
autocomplete="off"
|
|
4154
|
-
id="input-
|
|
4194
|
+
id="input-601"
|
|
4155
4195
|
readonly
|
|
4156
4196
|
type="text"
|
|
4157
4197
|
>
|
|
4158
4198
|
</div>
|
|
4159
4199
|
<div class="v-input__append-inner">
|
|
4160
4200
|
<div class="v-input__icon v-input__icon--append">
|
|
4161
|
-
<i class="v-icon notranslate theme--light
|
|
4201
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4162
4202
|
aria-hidden="true"
|
|
4163
4203
|
>
|
|
4204
|
+
$dropdown
|
|
4164
4205
|
</i>
|
|
4165
4206
|
</div>
|
|
4166
4207
|
</div>
|
|
@@ -4183,9 +4224,10 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4183
4224
|
aria-label="Previous page"
|
|
4184
4225
|
>
|
|
4185
4226
|
<span class="v-btn__content">
|
|
4186
|
-
<i class="v-icon notranslate theme--light
|
|
4227
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4187
4228
|
aria-hidden="true"
|
|
4188
4229
|
>
|
|
4230
|
+
$prev
|
|
4189
4231
|
</i>
|
|
4190
4232
|
</span>
|
|
4191
4233
|
</button>
|
|
@@ -4197,9 +4239,10 @@ exports[`VDataTable.ts should limit page to current page count if not using serv
|
|
|
4197
4239
|
aria-label="Next page"
|
|
4198
4240
|
>
|
|
4199
4241
|
<span class="v-btn__content">
|
|
4200
|
-
<i class="v-icon notranslate theme--light
|
|
4242
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4201
4243
|
aria-hidden="true"
|
|
4202
4244
|
>
|
|
4245
|
+
$next
|
|
4203
4246
|
</i>
|
|
4204
4247
|
</span>
|
|
4205
4248
|
</button>
|
|
@@ -4229,12 +4272,12 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4229
4272
|
<div role="button"
|
|
4230
4273
|
aria-haspopup="listbox"
|
|
4231
4274
|
aria-expanded="false"
|
|
4232
|
-
aria-owns="list-
|
|
4275
|
+
aria-owns="list-512"
|
|
4233
4276
|
class="v-input__slot"
|
|
4234
4277
|
>
|
|
4235
4278
|
<div class="v-select__slot">
|
|
4236
4279
|
<label class="v-label theme--light"
|
|
4237
|
-
for="input-
|
|
4280
|
+
for="input-512"
|
|
4238
4281
|
aria-hidden="false"
|
|
4239
4282
|
style="right: 0px; position: absolute;"
|
|
4240
4283
|
>
|
|
@@ -4243,16 +4286,17 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4243
4286
|
<div class="v-select__selections">
|
|
4244
4287
|
<input aria-readonly="false"
|
|
4245
4288
|
autocomplete="off"
|
|
4246
|
-
id="input-
|
|
4289
|
+
id="input-512"
|
|
4247
4290
|
readonly
|
|
4248
4291
|
type="text"
|
|
4249
4292
|
>
|
|
4250
4293
|
</div>
|
|
4251
4294
|
<div class="v-input__append-inner">
|
|
4252
4295
|
<div class="v-input__icon v-input__icon--append">
|
|
4253
|
-
<i class="v-icon notranslate theme--light
|
|
4296
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4254
4297
|
aria-hidden="true"
|
|
4255
4298
|
>
|
|
4299
|
+
$dropdown
|
|
4256
4300
|
</i>
|
|
4257
4301
|
</div>
|
|
4258
4302
|
</div>
|
|
@@ -4286,7 +4330,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4286
4330
|
<div role="button"
|
|
4287
4331
|
aria-haspopup="listbox"
|
|
4288
4332
|
aria-expanded="false"
|
|
4289
|
-
aria-owns="list-
|
|
4333
|
+
aria-owns="list-517"
|
|
4290
4334
|
class="v-input__slot"
|
|
4291
4335
|
>
|
|
4292
4336
|
<div class="v-select__slot">
|
|
@@ -4297,16 +4341,17 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4297
4341
|
<input aria-label="Rows per page:"
|
|
4298
4342
|
aria-readonly="false"
|
|
4299
4343
|
autocomplete="off"
|
|
4300
|
-
id="input-
|
|
4344
|
+
id="input-517"
|
|
4301
4345
|
readonly
|
|
4302
4346
|
type="text"
|
|
4303
4347
|
>
|
|
4304
4348
|
</div>
|
|
4305
4349
|
<div class="v-input__append-inner">
|
|
4306
4350
|
<div class="v-input__icon v-input__icon--append">
|
|
4307
|
-
<i class="v-icon notranslate theme--light
|
|
4351
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4308
4352
|
aria-hidden="true"
|
|
4309
4353
|
>
|
|
4354
|
+
$dropdown
|
|
4310
4355
|
</i>
|
|
4311
4356
|
</div>
|
|
4312
4357
|
</div>
|
|
@@ -4329,9 +4374,10 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4329
4374
|
aria-label="Previous page"
|
|
4330
4375
|
>
|
|
4331
4376
|
<span class="v-btn__content">
|
|
4332
|
-
<i class="v-icon notranslate theme--light
|
|
4377
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4333
4378
|
aria-hidden="true"
|
|
4334
4379
|
>
|
|
4380
|
+
$prev
|
|
4335
4381
|
</i>
|
|
4336
4382
|
</span>
|
|
4337
4383
|
</button>
|
|
@@ -4343,9 +4389,10 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4343
4389
|
aria-label="Next page"
|
|
4344
4390
|
>
|
|
4345
4391
|
<span class="v-btn__content">
|
|
4346
|
-
<i class="v-icon notranslate theme--light
|
|
4392
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4347
4393
|
aria-hidden="true"
|
|
4348
4394
|
>
|
|
4395
|
+
$next
|
|
4349
4396
|
</i>
|
|
4350
4397
|
</span>
|
|
4351
4398
|
</button>
|
|
@@ -4375,12 +4422,12 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4375
4422
|
<div role="button"
|
|
4376
4423
|
aria-haspopup="listbox"
|
|
4377
4424
|
aria-expanded="false"
|
|
4378
|
-
aria-owns="list-
|
|
4425
|
+
aria-owns="list-512"
|
|
4379
4426
|
class="v-input__slot"
|
|
4380
4427
|
>
|
|
4381
4428
|
<div class="v-select__slot">
|
|
4382
4429
|
<label class="v-label theme--light"
|
|
4383
|
-
for="input-
|
|
4430
|
+
for="input-512"
|
|
4384
4431
|
aria-hidden="false"
|
|
4385
4432
|
style="right: 0px; position: absolute;"
|
|
4386
4433
|
>
|
|
@@ -4389,16 +4436,17 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4389
4436
|
<div class="v-select__selections">
|
|
4390
4437
|
<input aria-readonly="false"
|
|
4391
4438
|
autocomplete="off"
|
|
4392
|
-
id="input-
|
|
4439
|
+
id="input-512"
|
|
4393
4440
|
readonly
|
|
4394
4441
|
type="text"
|
|
4395
4442
|
>
|
|
4396
4443
|
</div>
|
|
4397
4444
|
<div class="v-input__append-inner">
|
|
4398
4445
|
<div class="v-input__icon v-input__icon--append">
|
|
4399
|
-
<i class="v-icon notranslate theme--light
|
|
4446
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4400
4447
|
aria-hidden="true"
|
|
4401
4448
|
>
|
|
4449
|
+
$dropdown
|
|
4402
4450
|
</i>
|
|
4403
4451
|
</div>
|
|
4404
4452
|
</div>
|
|
@@ -4677,7 +4725,7 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4677
4725
|
<div role="button"
|
|
4678
4726
|
aria-haspopup="listbox"
|
|
4679
4727
|
aria-expanded="false"
|
|
4680
|
-
aria-owns="list-
|
|
4728
|
+
aria-owns="list-517"
|
|
4681
4729
|
class="v-input__slot"
|
|
4682
4730
|
>
|
|
4683
4731
|
<div class="v-select__slot">
|
|
@@ -4688,16 +4736,17 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4688
4736
|
<input aria-label="Rows per page:"
|
|
4689
4737
|
aria-readonly="false"
|
|
4690
4738
|
autocomplete="off"
|
|
4691
|
-
id="input-
|
|
4739
|
+
id="input-517"
|
|
4692
4740
|
readonly
|
|
4693
4741
|
type="text"
|
|
4694
4742
|
>
|
|
4695
4743
|
</div>
|
|
4696
4744
|
<div class="v-input__append-inner">
|
|
4697
4745
|
<div class="v-input__icon v-input__icon--append">
|
|
4698
|
-
<i class="v-icon notranslate theme--light
|
|
4746
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4699
4747
|
aria-hidden="true"
|
|
4700
4748
|
>
|
|
4749
|
+
$dropdown
|
|
4701
4750
|
</i>
|
|
4702
4751
|
</div>
|
|
4703
4752
|
</div>
|
|
@@ -4720,9 +4769,10 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4720
4769
|
aria-label="Previous page"
|
|
4721
4770
|
>
|
|
4722
4771
|
<span class="v-btn__content">
|
|
4723
|
-
<i class="v-icon notranslate theme--light
|
|
4772
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4724
4773
|
aria-hidden="true"
|
|
4725
4774
|
>
|
|
4775
|
+
$prev
|
|
4726
4776
|
</i>
|
|
4727
4777
|
</span>
|
|
4728
4778
|
</button>
|
|
@@ -4733,9 +4783,10 @@ exports[`VDataTable.ts should not limit page to current item count when using se
|
|
|
4733
4783
|
aria-label="Next page"
|
|
4734
4784
|
>
|
|
4735
4785
|
<span class="v-btn__content">
|
|
4736
|
-
<i class="v-icon notranslate theme--light
|
|
4786
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4737
4787
|
aria-hidden="true"
|
|
4738
4788
|
>
|
|
4789
|
+
$next
|
|
4739
4790
|
</i>
|
|
4740
4791
|
</span>
|
|
4741
4792
|
</button>
|
|
@@ -4765,12 +4816,12 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
4765
4816
|
<div role="button"
|
|
4766
4817
|
aria-haspopup="listbox"
|
|
4767
4818
|
aria-expanded="false"
|
|
4768
|
-
aria-owns="list-
|
|
4819
|
+
aria-owns="list-535"
|
|
4769
4820
|
class="v-input__slot"
|
|
4770
4821
|
>
|
|
4771
4822
|
<div class="v-select__slot">
|
|
4772
4823
|
<label class="v-label theme--light"
|
|
4773
|
-
for="input-
|
|
4824
|
+
for="input-535"
|
|
4774
4825
|
aria-hidden="false"
|
|
4775
4826
|
style="right: 0px; position: absolute;"
|
|
4776
4827
|
>
|
|
@@ -4779,16 +4830,17 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
4779
4830
|
<div class="v-select__selections">
|
|
4780
4831
|
<input aria-readonly="false"
|
|
4781
4832
|
autocomplete="off"
|
|
4782
|
-
id="input-
|
|
4833
|
+
id="input-535"
|
|
4783
4834
|
readonly
|
|
4784
4835
|
type="text"
|
|
4785
4836
|
>
|
|
4786
4837
|
</div>
|
|
4787
4838
|
<div class="v-input__append-inner">
|
|
4788
4839
|
<div class="v-input__icon v-input__icon--append">
|
|
4789
|
-
<i class="v-icon notranslate theme--light
|
|
4840
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
4790
4841
|
aria-hidden="true"
|
|
4791
4842
|
>
|
|
4843
|
+
$dropdown
|
|
4792
4844
|
</i>
|
|
4793
4845
|
</div>
|
|
4794
4846
|
</div>
|
|
@@ -5317,7 +5369,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5317
5369
|
<div role="button"
|
|
5318
5370
|
aria-haspopup="listbox"
|
|
5319
5371
|
aria-expanded="false"
|
|
5320
|
-
aria-owns="list-
|
|
5372
|
+
aria-owns="list-550"
|
|
5321
5373
|
class="v-input__slot"
|
|
5322
5374
|
>
|
|
5323
5375
|
<div class="v-select__slot">
|
|
@@ -5328,16 +5380,17 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5328
5380
|
<input aria-label="Rows per page:"
|
|
5329
5381
|
aria-readonly="false"
|
|
5330
5382
|
autocomplete="off"
|
|
5331
|
-
id="input-
|
|
5383
|
+
id="input-550"
|
|
5332
5384
|
readonly
|
|
5333
5385
|
type="text"
|
|
5334
5386
|
>
|
|
5335
5387
|
</div>
|
|
5336
5388
|
<div class="v-input__append-inner">
|
|
5337
5389
|
<div class="v-input__icon v-input__icon--append">
|
|
5338
|
-
<i class="v-icon notranslate theme--light
|
|
5390
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5339
5391
|
aria-hidden="true"
|
|
5340
5392
|
>
|
|
5393
|
+
$dropdown
|
|
5341
5394
|
</i>
|
|
5342
5395
|
</div>
|
|
5343
5396
|
</div>
|
|
@@ -5361,9 +5414,10 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5361
5414
|
aria-label="Previous page"
|
|
5362
5415
|
>
|
|
5363
5416
|
<span class="v-btn__content">
|
|
5364
|
-
<i class="v-icon notranslate theme--light
|
|
5417
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5365
5418
|
aria-hidden="true"
|
|
5366
5419
|
>
|
|
5420
|
+
$prev
|
|
5367
5421
|
</i>
|
|
5368
5422
|
</span>
|
|
5369
5423
|
</button>
|
|
@@ -5375,9 +5429,10 @@ exports[`VDataTable.ts should not search column with filterable set to false 1`]
|
|
|
5375
5429
|
aria-label="Next page"
|
|
5376
5430
|
>
|
|
5377
5431
|
<span class="v-btn__content">
|
|
5378
|
-
<i class="v-icon notranslate theme--light
|
|
5432
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5379
5433
|
aria-hidden="true"
|
|
5380
5434
|
>
|
|
5435
|
+
$next
|
|
5381
5436
|
</i>
|
|
5382
5437
|
</span>
|
|
5383
5438
|
</button>
|
|
@@ -5407,12 +5462,12 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5407
5462
|
<div role="button"
|
|
5408
5463
|
aria-haspopup="listbox"
|
|
5409
5464
|
aria-expanded="false"
|
|
5410
|
-
aria-owns="list-
|
|
5465
|
+
aria-owns="list-535"
|
|
5411
5466
|
class="v-input__slot"
|
|
5412
5467
|
>
|
|
5413
5468
|
<div class="v-select__slot">
|
|
5414
5469
|
<label class="v-label theme--light"
|
|
5415
|
-
for="input-
|
|
5470
|
+
for="input-535"
|
|
5416
5471
|
aria-hidden="false"
|
|
5417
5472
|
style="right: 0px; position: absolute;"
|
|
5418
5473
|
>
|
|
@@ -5421,16 +5476,17 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5421
5476
|
<div class="v-select__selections">
|
|
5422
5477
|
<input aria-readonly="false"
|
|
5423
5478
|
autocomplete="off"
|
|
5424
|
-
id="input-
|
|
5479
|
+
id="input-535"
|
|
5425
5480
|
readonly
|
|
5426
5481
|
type="text"
|
|
5427
5482
|
>
|
|
5428
5483
|
</div>
|
|
5429
5484
|
<div class="v-input__append-inner">
|
|
5430
5485
|
<div class="v-input__icon v-input__icon--append">
|
|
5431
|
-
<i class="v-icon notranslate theme--light
|
|
5486
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5432
5487
|
aria-hidden="true"
|
|
5433
5488
|
>
|
|
5489
|
+
$dropdown
|
|
5434
5490
|
</i>
|
|
5435
5491
|
</div>
|
|
5436
5492
|
</div>
|
|
@@ -5464,7 +5520,7 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5464
5520
|
<div role="button"
|
|
5465
5521
|
aria-haspopup="listbox"
|
|
5466
5522
|
aria-expanded="false"
|
|
5467
|
-
aria-owns="list-
|
|
5523
|
+
aria-owns="list-550"
|
|
5468
5524
|
class="v-input__slot"
|
|
5469
5525
|
>
|
|
5470
5526
|
<div class="v-select__slot">
|
|
@@ -5475,16 +5531,17 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5475
5531
|
<input aria-label="Rows per page:"
|
|
5476
5532
|
aria-readonly="false"
|
|
5477
5533
|
autocomplete="off"
|
|
5478
|
-
id="input-
|
|
5534
|
+
id="input-550"
|
|
5479
5535
|
readonly
|
|
5480
5536
|
type="text"
|
|
5481
5537
|
>
|
|
5482
5538
|
</div>
|
|
5483
5539
|
<div class="v-input__append-inner">
|
|
5484
5540
|
<div class="v-input__icon v-input__icon--append">
|
|
5485
|
-
<i class="v-icon notranslate theme--light
|
|
5541
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5486
5542
|
aria-hidden="true"
|
|
5487
5543
|
>
|
|
5544
|
+
$dropdown
|
|
5488
5545
|
</i>
|
|
5489
5546
|
</div>
|
|
5490
5547
|
</div>
|
|
@@ -5508,9 +5565,10 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5508
5565
|
aria-label="Previous page"
|
|
5509
5566
|
>
|
|
5510
5567
|
<span class="v-btn__content">
|
|
5511
|
-
<i class="v-icon notranslate theme--light
|
|
5568
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5512
5569
|
aria-hidden="true"
|
|
5513
5570
|
>
|
|
5571
|
+
$prev
|
|
5514
5572
|
</i>
|
|
5515
5573
|
</span>
|
|
5516
5574
|
</button>
|
|
@@ -5522,9 +5580,10 @@ exports[`VDataTable.ts should not search column with filterable set to false 2`]
|
|
|
5522
5580
|
aria-label="Next page"
|
|
5523
5581
|
>
|
|
5524
5582
|
<span class="v-btn__content">
|
|
5525
|
-
<i class="v-icon notranslate theme--light
|
|
5583
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5526
5584
|
aria-hidden="true"
|
|
5527
5585
|
>
|
|
5586
|
+
$next
|
|
5528
5587
|
</i>
|
|
5529
5588
|
</span>
|
|
5530
5589
|
</button>
|
|
@@ -5554,12 +5613,12 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5554
5613
|
<div role="button"
|
|
5555
5614
|
aria-haspopup="listbox"
|
|
5556
5615
|
aria-expanded="false"
|
|
5557
|
-
aria-owns="list-
|
|
5616
|
+
aria-owns="list-563"
|
|
5558
5617
|
class="v-input__slot"
|
|
5559
5618
|
>
|
|
5560
5619
|
<div class="v-select__slot">
|
|
5561
5620
|
<label class="v-label theme--light"
|
|
5562
|
-
for="input-
|
|
5621
|
+
for="input-563"
|
|
5563
5622
|
aria-hidden="false"
|
|
5564
5623
|
style="right: 0px; position: absolute;"
|
|
5565
5624
|
>
|
|
@@ -5568,16 +5627,17 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5568
5627
|
<div class="v-select__selections">
|
|
5569
5628
|
<input aria-readonly="false"
|
|
5570
5629
|
autocomplete="off"
|
|
5571
|
-
id="input-
|
|
5630
|
+
id="input-563"
|
|
5572
5631
|
readonly
|
|
5573
5632
|
type="text"
|
|
5574
5633
|
>
|
|
5575
5634
|
</div>
|
|
5576
5635
|
<div class="v-input__append-inner">
|
|
5577
5636
|
<div class="v-input__icon v-input__icon--append">
|
|
5578
|
-
<i class="v-icon notranslate theme--light
|
|
5637
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5579
5638
|
aria-hidden="true"
|
|
5580
5639
|
>
|
|
5640
|
+
$dropdown
|
|
5581
5641
|
</i>
|
|
5582
5642
|
</div>
|
|
5583
5643
|
</div>
|
|
@@ -5756,7 +5816,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5756
5816
|
<div role="button"
|
|
5757
5817
|
aria-haspopup="listbox"
|
|
5758
5818
|
aria-expanded="false"
|
|
5759
|
-
aria-owns="list-
|
|
5819
|
+
aria-owns="list-571"
|
|
5760
5820
|
class="v-input__slot"
|
|
5761
5821
|
>
|
|
5762
5822
|
<div class="v-select__slot">
|
|
@@ -5767,16 +5827,17 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5767
5827
|
<input aria-label="Rows per page:"
|
|
5768
5828
|
aria-readonly="false"
|
|
5769
5829
|
autocomplete="off"
|
|
5770
|
-
id="input-
|
|
5830
|
+
id="input-571"
|
|
5771
5831
|
readonly
|
|
5772
5832
|
type="text"
|
|
5773
5833
|
>
|
|
5774
5834
|
</div>
|
|
5775
5835
|
<div class="v-input__append-inner">
|
|
5776
5836
|
<div class="v-input__icon v-input__icon--append">
|
|
5777
|
-
<i class="v-icon notranslate theme--light
|
|
5837
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5778
5838
|
aria-hidden="true"
|
|
5779
5839
|
>
|
|
5840
|
+
$dropdown
|
|
5780
5841
|
</i>
|
|
5781
5842
|
</div>
|
|
5782
5843
|
</div>
|
|
@@ -5800,9 +5861,10 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5800
5861
|
aria-label="Previous page"
|
|
5801
5862
|
>
|
|
5802
5863
|
<span class="v-btn__content">
|
|
5803
|
-
<i class="v-icon notranslate theme--light
|
|
5864
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5804
5865
|
aria-hidden="true"
|
|
5805
5866
|
>
|
|
5867
|
+
$prev
|
|
5806
5868
|
</i>
|
|
5807
5869
|
</span>
|
|
5808
5870
|
</button>
|
|
@@ -5814,9 +5876,10 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5814
5876
|
aria-label="Next page"
|
|
5815
5877
|
>
|
|
5816
5878
|
<span class="v-btn__content">
|
|
5817
|
-
<i class="v-icon notranslate theme--light
|
|
5879
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5818
5880
|
aria-hidden="true"
|
|
5819
5881
|
>
|
|
5882
|
+
$next
|
|
5820
5883
|
</i>
|
|
5821
5884
|
</span>
|
|
5822
5885
|
</button>
|
|
@@ -5846,12 +5909,12 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5846
5909
|
<div role="button"
|
|
5847
5910
|
aria-haspopup="listbox"
|
|
5848
5911
|
aria-expanded="false"
|
|
5849
|
-
aria-owns="list-
|
|
5912
|
+
aria-owns="list-563"
|
|
5850
5913
|
class="v-input__slot"
|
|
5851
5914
|
>
|
|
5852
5915
|
<div class="v-select__slot">
|
|
5853
5916
|
<label class="v-label theme--light"
|
|
5854
|
-
for="input-
|
|
5917
|
+
for="input-563"
|
|
5855
5918
|
aria-hidden="false"
|
|
5856
5919
|
style="right: 0px; position: absolute;"
|
|
5857
5920
|
>
|
|
@@ -5860,16 +5923,17 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
5860
5923
|
<div class="v-select__selections">
|
|
5861
5924
|
<input aria-readonly="false"
|
|
5862
5925
|
autocomplete="off"
|
|
5863
|
-
id="input-
|
|
5926
|
+
id="input-563"
|
|
5864
5927
|
readonly
|
|
5865
5928
|
type="text"
|
|
5866
5929
|
>
|
|
5867
5930
|
</div>
|
|
5868
5931
|
<div class="v-input__append-inner">
|
|
5869
5932
|
<div class="v-input__icon v-input__icon--append">
|
|
5870
|
-
<i class="v-icon notranslate theme--light
|
|
5933
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
5871
5934
|
aria-hidden="true"
|
|
5872
5935
|
>
|
|
5936
|
+
$dropdown
|
|
5873
5937
|
</i>
|
|
5874
5938
|
</div>
|
|
5875
5939
|
</div>
|
|
@@ -6398,7 +6462,7 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6398
6462
|
<div role="button"
|
|
6399
6463
|
aria-haspopup="listbox"
|
|
6400
6464
|
aria-expanded="false"
|
|
6401
|
-
aria-owns="list-
|
|
6465
|
+
aria-owns="list-571"
|
|
6402
6466
|
class="v-input__slot"
|
|
6403
6467
|
>
|
|
6404
6468
|
<div class="v-select__slot">
|
|
@@ -6409,16 +6473,17 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6409
6473
|
<input aria-label="Rows per page:"
|
|
6410
6474
|
aria-readonly="false"
|
|
6411
6475
|
autocomplete="off"
|
|
6412
|
-
id="input-
|
|
6476
|
+
id="input-571"
|
|
6413
6477
|
readonly
|
|
6414
6478
|
type="text"
|
|
6415
6479
|
>
|
|
6416
6480
|
</div>
|
|
6417
6481
|
<div class="v-input__append-inner">
|
|
6418
6482
|
<div class="v-input__icon v-input__icon--append">
|
|
6419
|
-
<i class="v-icon notranslate theme--light
|
|
6483
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6420
6484
|
aria-hidden="true"
|
|
6421
6485
|
>
|
|
6486
|
+
$dropdown
|
|
6422
6487
|
</i>
|
|
6423
6488
|
</div>
|
|
6424
6489
|
</div>
|
|
@@ -6442,9 +6507,10 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6442
6507
|
aria-label="Previous page"
|
|
6443
6508
|
>
|
|
6444
6509
|
<span class="v-btn__content">
|
|
6445
|
-
<i class="v-icon notranslate theme--light
|
|
6510
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6446
6511
|
aria-hidden="true"
|
|
6447
6512
|
>
|
|
6513
|
+
$prev
|
|
6448
6514
|
</i>
|
|
6449
6515
|
</span>
|
|
6450
6516
|
</button>
|
|
@@ -6456,9 +6522,10 @@ exports[`VDataTable.ts should not search column with filterable set to false and
|
|
|
6456
6522
|
aria-label="Next page"
|
|
6457
6523
|
>
|
|
6458
6524
|
<span class="v-btn__content">
|
|
6459
|
-
<i class="v-icon notranslate theme--light
|
|
6525
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6460
6526
|
aria-hidden="true"
|
|
6461
6527
|
>
|
|
6528
|
+
$next
|
|
6462
6529
|
</i>
|
|
6463
6530
|
</span>
|
|
6464
6531
|
</button>
|
|
@@ -6496,7 +6563,7 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6496
6563
|
<div role="button"
|
|
6497
6564
|
aria-haspopup="listbox"
|
|
6498
6565
|
aria-expanded="false"
|
|
6499
|
-
aria-owns="list-
|
|
6566
|
+
aria-owns="list-446"
|
|
6500
6567
|
class="v-input__slot"
|
|
6501
6568
|
>
|
|
6502
6569
|
<div class="v-select__slot">
|
|
@@ -6507,16 +6574,17 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6507
6574
|
<input aria-label="Foo:"
|
|
6508
6575
|
aria-readonly="false"
|
|
6509
6576
|
autocomplete="off"
|
|
6510
|
-
id="input-
|
|
6577
|
+
id="input-446"
|
|
6511
6578
|
readonly
|
|
6512
6579
|
type="text"
|
|
6513
6580
|
>
|
|
6514
6581
|
</div>
|
|
6515
6582
|
<div class="v-input__append-inner">
|
|
6516
6583
|
<div class="v-input__icon v-input__icon--append">
|
|
6517
|
-
<i class="v-icon notranslate theme--light
|
|
6584
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6518
6585
|
aria-hidden="true"
|
|
6519
6586
|
>
|
|
6587
|
+
$dropdown
|
|
6520
6588
|
</i>
|
|
6521
6589
|
</div>
|
|
6522
6590
|
</div>
|
|
@@ -6540,9 +6608,10 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6540
6608
|
aria-label="Previous page"
|
|
6541
6609
|
>
|
|
6542
6610
|
<span class="v-btn__content">
|
|
6543
|
-
<i class="v-icon notranslate theme--light
|
|
6611
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6544
6612
|
aria-hidden="true"
|
|
6545
6613
|
>
|
|
6614
|
+
$prev
|
|
6546
6615
|
</i>
|
|
6547
6616
|
</span>
|
|
6548
6617
|
</button>
|
|
@@ -6554,9 +6623,10 @@ exports[`VDataTable.ts should pass kebab-case footer props correctly 1`] = `
|
|
|
6554
6623
|
aria-label="Next page"
|
|
6555
6624
|
>
|
|
6556
6625
|
<span class="v-btn__content">
|
|
6557
|
-
<i class="v-icon notranslate theme--light
|
|
6626
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6558
6627
|
aria-hidden="true"
|
|
6559
6628
|
>
|
|
6629
|
+
$next
|
|
6560
6630
|
</i>
|
|
6561
6631
|
</span>
|
|
6562
6632
|
</button>
|
|
@@ -6612,9 +6682,10 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6612
6682
|
</div>
|
|
6613
6683
|
<div class="v-input__append-inner">
|
|
6614
6684
|
<div class="v-input__icon v-input__icon--append">
|
|
6615
|
-
<i class="v-icon notranslate theme--light
|
|
6685
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6616
6686
|
aria-hidden="true"
|
|
6617
6687
|
>
|
|
6688
|
+
$dropdown
|
|
6618
6689
|
</i>
|
|
6619
6690
|
</div>
|
|
6620
6691
|
</div>
|
|
@@ -6638,9 +6709,10 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6638
6709
|
aria-label="Previous page"
|
|
6639
6710
|
>
|
|
6640
6711
|
<span class="v-btn__content">
|
|
6641
|
-
<i class="v-icon notranslate theme--light
|
|
6712
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6642
6713
|
aria-hidden="true"
|
|
6643
6714
|
>
|
|
6715
|
+
$prev
|
|
6644
6716
|
</i>
|
|
6645
6717
|
</span>
|
|
6646
6718
|
</button>
|
|
@@ -6652,9 +6724,10 @@ exports[`VDataTable.ts should render 1`] = `
|
|
|
6652
6724
|
aria-label="Next page"
|
|
6653
6725
|
>
|
|
6654
6726
|
<span class="v-btn__content">
|
|
6655
|
-
<i class="v-icon notranslate theme--light
|
|
6727
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6656
6728
|
aria-hidden="true"
|
|
6657
6729
|
>
|
|
6730
|
+
$next
|
|
6658
6731
|
</i>
|
|
6659
6732
|
</span>
|
|
6660
6733
|
</button>
|
|
@@ -6689,7 +6762,7 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6689
6762
|
<div role="button"
|
|
6690
6763
|
aria-haspopup="listbox"
|
|
6691
6764
|
aria-expanded="false"
|
|
6692
|
-
aria-owns="list-
|
|
6765
|
+
aria-owns="list-499"
|
|
6693
6766
|
class="v-input__slot"
|
|
6694
6767
|
>
|
|
6695
6768
|
<div class="v-select__slot">
|
|
@@ -6700,16 +6773,17 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6700
6773
|
<input aria-label="Rows per page:"
|
|
6701
6774
|
aria-readonly="false"
|
|
6702
6775
|
autocomplete="off"
|
|
6703
|
-
id="input-
|
|
6776
|
+
id="input-499"
|
|
6704
6777
|
readonly
|
|
6705
6778
|
type="text"
|
|
6706
6779
|
>
|
|
6707
6780
|
</div>
|
|
6708
6781
|
<div class="v-input__append-inner">
|
|
6709
6782
|
<div class="v-input__icon v-input__icon--append">
|
|
6710
|
-
<i class="v-icon notranslate theme--light
|
|
6783
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6711
6784
|
aria-hidden="true"
|
|
6712
6785
|
>
|
|
6786
|
+
$dropdown
|
|
6713
6787
|
</i>
|
|
6714
6788
|
</div>
|
|
6715
6789
|
</div>
|
|
@@ -6735,9 +6809,10 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6735
6809
|
aria-label="Previous page"
|
|
6736
6810
|
>
|
|
6737
6811
|
<span class="v-btn__content">
|
|
6738
|
-
<i class="v-icon notranslate theme--light
|
|
6812
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6739
6813
|
aria-hidden="true"
|
|
6740
6814
|
>
|
|
6815
|
+
$prev
|
|
6741
6816
|
</i>
|
|
6742
6817
|
</span>
|
|
6743
6818
|
</button>
|
|
@@ -6749,9 +6824,10 @@ exports[`VDataTable.ts should render footer.page-text slot content 1`] = `
|
|
|
6749
6824
|
aria-label="Next page"
|
|
6750
6825
|
>
|
|
6751
6826
|
<span class="v-btn__content">
|
|
6752
|
-
<i class="v-icon notranslate theme--light
|
|
6827
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6753
6828
|
aria-hidden="true"
|
|
6754
6829
|
>
|
|
6830
|
+
$next
|
|
6755
6831
|
</i>
|
|
6756
6832
|
</span>
|
|
6757
6833
|
</button>
|
|
@@ -6789,7 +6865,7 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6789
6865
|
<div role="button"
|
|
6790
6866
|
aria-haspopup="listbox"
|
|
6791
6867
|
aria-expanded="false"
|
|
6792
|
-
aria-owns="list-
|
|
6868
|
+
aria-owns="list-484"
|
|
6793
6869
|
class="v-input__slot"
|
|
6794
6870
|
>
|
|
6795
6871
|
<div class="v-select__slot">
|
|
@@ -6800,16 +6876,17 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6800
6876
|
<input aria-label="Rows per page:"
|
|
6801
6877
|
aria-readonly="false"
|
|
6802
6878
|
autocomplete="off"
|
|
6803
|
-
id="input-
|
|
6879
|
+
id="input-484"
|
|
6804
6880
|
readonly
|
|
6805
6881
|
type="text"
|
|
6806
6882
|
>
|
|
6807
6883
|
</div>
|
|
6808
6884
|
<div class="v-input__append-inner">
|
|
6809
6885
|
<div class="v-input__icon v-input__icon--append">
|
|
6810
|
-
<i class="v-icon notranslate theme--light
|
|
6886
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6811
6887
|
aria-hidden="true"
|
|
6812
6888
|
>
|
|
6889
|
+
$dropdown
|
|
6813
6890
|
</i>
|
|
6814
6891
|
</div>
|
|
6815
6892
|
</div>
|
|
@@ -6833,9 +6910,10 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6833
6910
|
aria-label="Previous page"
|
|
6834
6911
|
>
|
|
6835
6912
|
<span class="v-btn__content">
|
|
6836
|
-
<i class="v-icon notranslate theme--light
|
|
6913
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6837
6914
|
aria-hidden="true"
|
|
6838
6915
|
>
|
|
6916
|
+
$prev
|
|
6839
6917
|
</i>
|
|
6840
6918
|
</span>
|
|
6841
6919
|
</button>
|
|
@@ -6847,9 +6925,10 @@ exports[`VDataTable.ts should render footer.prepend slot content 1`] = `
|
|
|
6847
6925
|
aria-label="Next page"
|
|
6848
6926
|
>
|
|
6849
6927
|
<span class="v-btn__content">
|
|
6850
|
-
<i class="v-icon notranslate theme--light
|
|
6928
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6851
6929
|
aria-hidden="true"
|
|
6852
6930
|
>
|
|
6931
|
+
$next
|
|
6853
6932
|
</i>
|
|
6854
6933
|
</span>
|
|
6855
6934
|
</button>
|
|
@@ -6879,12 +6958,12 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6879
6958
|
<div role="button"
|
|
6880
6959
|
aria-haspopup="listbox"
|
|
6881
6960
|
aria-expanded="false"
|
|
6882
|
-
aria-owns="list-
|
|
6961
|
+
aria-owns="list-813"
|
|
6883
6962
|
class="v-input__slot"
|
|
6884
6963
|
>
|
|
6885
6964
|
<div class="v-select__slot">
|
|
6886
6965
|
<label class="v-label theme--light"
|
|
6887
|
-
for="input-
|
|
6966
|
+
for="input-813"
|
|
6888
6967
|
aria-hidden="false"
|
|
6889
6968
|
style="right: 0px; position: absolute;"
|
|
6890
6969
|
>
|
|
@@ -6893,16 +6972,17 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6893
6972
|
<div class="v-select__selections">
|
|
6894
6973
|
<input aria-readonly="false"
|
|
6895
6974
|
autocomplete="off"
|
|
6896
|
-
id="input-
|
|
6975
|
+
id="input-813"
|
|
6897
6976
|
readonly
|
|
6898
6977
|
type="text"
|
|
6899
6978
|
>
|
|
6900
6979
|
</div>
|
|
6901
6980
|
<div class="v-input__append-inner">
|
|
6902
6981
|
<div class="v-input__icon v-input__icon--append">
|
|
6903
|
-
<i class="v-icon notranslate theme--light
|
|
6982
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6904
6983
|
aria-hidden="true"
|
|
6905
6984
|
>
|
|
6985
|
+
$dropdown
|
|
6906
6986
|
</i>
|
|
6907
6987
|
</div>
|
|
6908
6988
|
</div>
|
|
@@ -6924,9 +7004,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6924
7004
|
type="button"
|
|
6925
7005
|
>
|
|
6926
7006
|
<span class="v-btn__content">
|
|
6927
|
-
<i class="v-icon notranslate theme--light
|
|
7007
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6928
7008
|
aria-hidden="true"
|
|
6929
7009
|
>
|
|
7010
|
+
$minus
|
|
6930
7011
|
</i>
|
|
6931
7012
|
</span>
|
|
6932
7013
|
</button>
|
|
@@ -6935,9 +7016,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6935
7016
|
type="button"
|
|
6936
7017
|
>
|
|
6937
7018
|
<span class="v-btn__content">
|
|
6938
|
-
<i class="v-icon notranslate theme--light
|
|
7019
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6939
7020
|
aria-hidden="true"
|
|
6940
7021
|
>
|
|
7022
|
+
$close
|
|
6941
7023
|
</i>
|
|
6942
7024
|
</span>
|
|
6943
7025
|
</button>
|
|
@@ -6952,9 +7034,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6952
7034
|
type="button"
|
|
6953
7035
|
>
|
|
6954
7036
|
<span class="v-btn__content">
|
|
6955
|
-
<i class="v-icon notranslate theme--light
|
|
7037
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6956
7038
|
aria-hidden="true"
|
|
6957
7039
|
>
|
|
7040
|
+
$minus
|
|
6958
7041
|
</i>
|
|
6959
7042
|
</span>
|
|
6960
7043
|
</button>
|
|
@@ -6963,9 +7046,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6963
7046
|
type="button"
|
|
6964
7047
|
>
|
|
6965
7048
|
<span class="v-btn__content">
|
|
6966
|
-
<i class="v-icon notranslate theme--light
|
|
7049
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
6967
7050
|
aria-hidden="true"
|
|
6968
7051
|
>
|
|
7052
|
+
$close
|
|
6969
7053
|
</i>
|
|
6970
7054
|
</span>
|
|
6971
7055
|
</button>
|
|
@@ -6987,7 +7071,7 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6987
7071
|
<div role="button"
|
|
6988
7072
|
aria-haspopup="listbox"
|
|
6989
7073
|
aria-expanded="false"
|
|
6990
|
-
aria-owns="list-
|
|
7074
|
+
aria-owns="list-828"
|
|
6991
7075
|
class="v-input__slot"
|
|
6992
7076
|
>
|
|
6993
7077
|
<div class="v-select__slot">
|
|
@@ -6998,16 +7082,17 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
6998
7082
|
<input aria-label="Rows per page:"
|
|
6999
7083
|
aria-readonly="false"
|
|
7000
7084
|
autocomplete="off"
|
|
7001
|
-
id="input-
|
|
7085
|
+
id="input-828"
|
|
7002
7086
|
readonly
|
|
7003
7087
|
type="text"
|
|
7004
7088
|
>
|
|
7005
7089
|
</div>
|
|
7006
7090
|
<div class="v-input__append-inner">
|
|
7007
7091
|
<div class="v-input__icon v-input__icon--append">
|
|
7008
|
-
<i class="v-icon notranslate theme--light
|
|
7092
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7009
7093
|
aria-hidden="true"
|
|
7010
7094
|
>
|
|
7095
|
+
$dropdown
|
|
7011
7096
|
</i>
|
|
7012
7097
|
</div>
|
|
7013
7098
|
</div>
|
|
@@ -7031,9 +7116,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
7031
7116
|
aria-label="Previous page"
|
|
7032
7117
|
>
|
|
7033
7118
|
<span class="v-btn__content">
|
|
7034
|
-
<i class="v-icon notranslate theme--light
|
|
7119
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7035
7120
|
aria-hidden="true"
|
|
7036
7121
|
>
|
|
7122
|
+
$prev
|
|
7037
7123
|
</i>
|
|
7038
7124
|
</span>
|
|
7039
7125
|
</button>
|
|
@@ -7045,9 +7131,10 @@ exports[`VDataTable.ts should render item slot when using group-by function 1`]
|
|
|
7045
7131
|
aria-label="Next page"
|
|
7046
7132
|
>
|
|
7047
7133
|
<span class="v-btn__content">
|
|
7048
|
-
<i class="v-icon notranslate theme--light
|
|
7134
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7049
7135
|
aria-hidden="true"
|
|
7050
7136
|
>
|
|
7137
|
+
$next
|
|
7051
7138
|
</i>
|
|
7052
7139
|
</span>
|
|
7053
7140
|
</button>
|
|
@@ -7110,7 +7197,7 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7110
7197
|
<div role="button"
|
|
7111
7198
|
aria-haspopup="listbox"
|
|
7112
7199
|
aria-expanded="false"
|
|
7113
|
-
aria-owns="list-
|
|
7200
|
+
aria-owns="list-330"
|
|
7114
7201
|
class="v-input__slot"
|
|
7115
7202
|
>
|
|
7116
7203
|
<div class="v-select__slot">
|
|
@@ -7121,16 +7208,17 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7121
7208
|
<input aria-label="Rows per page:"
|
|
7122
7209
|
aria-readonly="false"
|
|
7123
7210
|
autocomplete="off"
|
|
7124
|
-
id="input-
|
|
7211
|
+
id="input-330"
|
|
7125
7212
|
readonly
|
|
7126
7213
|
type="text"
|
|
7127
7214
|
>
|
|
7128
7215
|
</div>
|
|
7129
7216
|
<div class="v-input__append-inner">
|
|
7130
7217
|
<div class="v-input__icon v-input__icon--append">
|
|
7131
|
-
<i class="v-icon notranslate theme--light
|
|
7218
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7132
7219
|
aria-hidden="true"
|
|
7133
7220
|
>
|
|
7221
|
+
$dropdown
|
|
7134
7222
|
</i>
|
|
7135
7223
|
</div>
|
|
7136
7224
|
</div>
|
|
@@ -7154,9 +7242,10 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7154
7242
|
aria-label="Previous page"
|
|
7155
7243
|
>
|
|
7156
7244
|
<span class="v-btn__content">
|
|
7157
|
-
<i class="v-icon notranslate theme--light
|
|
7245
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7158
7246
|
aria-hidden="true"
|
|
7159
7247
|
>
|
|
7248
|
+
$prev
|
|
7160
7249
|
</i>
|
|
7161
7250
|
</span>
|
|
7162
7251
|
</button>
|
|
@@ -7168,9 +7257,10 @@ exports[`VDataTable.ts should render loading state 1`] = `
|
|
|
7168
7257
|
aria-label="Next page"
|
|
7169
7258
|
>
|
|
7170
7259
|
<span class="v-btn__content">
|
|
7171
|
-
<i class="v-icon notranslate theme--light
|
|
7260
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7172
7261
|
aria-hidden="true"
|
|
7173
7262
|
>
|
|
7263
|
+
$next
|
|
7174
7264
|
</i>
|
|
7175
7265
|
</span>
|
|
7176
7266
|
</button>
|
|
@@ -7200,12 +7290,12 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7200
7290
|
<div role="button"
|
|
7201
7291
|
aria-haspopup="listbox"
|
|
7202
7292
|
aria-expanded="false"
|
|
7203
|
-
aria-owns="list-
|
|
7293
|
+
aria-owns="list-343"
|
|
7204
7294
|
class="v-input__slot"
|
|
7205
7295
|
>
|
|
7206
7296
|
<div class="v-select__slot">
|
|
7207
7297
|
<label class="v-label theme--light"
|
|
7208
|
-
for="input-
|
|
7298
|
+
for="input-343"
|
|
7209
7299
|
aria-hidden="false"
|
|
7210
7300
|
style="right: 0px; position: absolute;"
|
|
7211
7301
|
>
|
|
@@ -7214,16 +7304,17 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7214
7304
|
<div class="v-select__selections">
|
|
7215
7305
|
<input aria-readonly="false"
|
|
7216
7306
|
autocomplete="off"
|
|
7217
|
-
id="input-
|
|
7307
|
+
id="input-343"
|
|
7218
7308
|
readonly
|
|
7219
7309
|
type="text"
|
|
7220
7310
|
>
|
|
7221
7311
|
</div>
|
|
7222
7312
|
<div class="v-input__append-inner">
|
|
7223
7313
|
<div class="v-input__icon v-input__icon--append">
|
|
7224
|
-
<i class="v-icon notranslate theme--light
|
|
7314
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7225
7315
|
aria-hidden="true"
|
|
7226
7316
|
>
|
|
7317
|
+
$dropdown
|
|
7227
7318
|
</i>
|
|
7228
7319
|
</div>
|
|
7229
7320
|
</div>
|
|
@@ -7266,7 +7357,7 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7266
7357
|
<div role="button"
|
|
7267
7358
|
aria-haspopup="listbox"
|
|
7268
7359
|
aria-expanded="false"
|
|
7269
|
-
aria-owns="list-
|
|
7360
|
+
aria-owns="list-348"
|
|
7270
7361
|
class="v-input__slot"
|
|
7271
7362
|
>
|
|
7272
7363
|
<div class="v-select__slot">
|
|
@@ -7277,16 +7368,17 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7277
7368
|
<input aria-label="Rows per page:"
|
|
7278
7369
|
aria-readonly="false"
|
|
7279
7370
|
autocomplete="off"
|
|
7280
|
-
id="input-
|
|
7371
|
+
id="input-348"
|
|
7281
7372
|
readonly
|
|
7282
7373
|
type="text"
|
|
7283
7374
|
>
|
|
7284
7375
|
</div>
|
|
7285
7376
|
<div class="v-input__append-inner">
|
|
7286
7377
|
<div class="v-input__icon v-input__icon--append">
|
|
7287
|
-
<i class="v-icon notranslate theme--light
|
|
7378
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7288
7379
|
aria-hidden="true"
|
|
7289
7380
|
>
|
|
7381
|
+
$dropdown
|
|
7290
7382
|
</i>
|
|
7291
7383
|
</div>
|
|
7292
7384
|
</div>
|
|
@@ -7310,9 +7402,10 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7310
7402
|
aria-label="Previous page"
|
|
7311
7403
|
>
|
|
7312
7404
|
<span class="v-btn__content">
|
|
7313
|
-
<i class="v-icon notranslate theme--light
|
|
7405
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7314
7406
|
aria-hidden="true"
|
|
7315
7407
|
>
|
|
7408
|
+
$prev
|
|
7316
7409
|
</i>
|
|
7317
7410
|
</span>
|
|
7318
7411
|
</button>
|
|
@@ -7324,9 +7417,10 @@ exports[`VDataTable.ts should render loading state 2`] = `
|
|
|
7324
7417
|
aria-label="Next page"
|
|
7325
7418
|
>
|
|
7326
7419
|
<span class="v-btn__content">
|
|
7327
|
-
<i class="v-icon notranslate theme--light
|
|
7420
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7328
7421
|
aria-hidden="true"
|
|
7329
7422
|
>
|
|
7423
|
+
$next
|
|
7330
7424
|
</i>
|
|
7331
7425
|
</span>
|
|
7332
7426
|
</button>
|
|
@@ -7357,9 +7451,10 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7357
7451
|
>
|
|
7358
7452
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7359
7453
|
<div class="v-input--selection-controls__input">
|
|
7360
|
-
<i class="v-icon notranslate theme--light
|
|
7454
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7361
7455
|
aria-hidden="true"
|
|
7362
7456
|
>
|
|
7457
|
+
$checkboxOff
|
|
7363
7458
|
</i>
|
|
7364
7459
|
<div class="v-input--selection-controls__ripple">
|
|
7365
7460
|
</div>
|
|
@@ -7371,12 +7466,12 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7371
7466
|
<div role="button"
|
|
7372
7467
|
aria-haspopup="listbox"
|
|
7373
7468
|
aria-expanded="false"
|
|
7374
|
-
aria-owns="list-
|
|
7469
|
+
aria-owns="list-733"
|
|
7375
7470
|
class="v-input__slot"
|
|
7376
7471
|
>
|
|
7377
7472
|
<div class="v-select__slot">
|
|
7378
7473
|
<label class="v-label theme--light"
|
|
7379
|
-
for="input-
|
|
7474
|
+
for="input-733"
|
|
7380
7475
|
aria-hidden="false"
|
|
7381
7476
|
style="right: 0px; position: absolute;"
|
|
7382
7477
|
>
|
|
@@ -7385,16 +7480,17 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7385
7480
|
<div class="v-select__selections">
|
|
7386
7481
|
<input aria-readonly="false"
|
|
7387
7482
|
autocomplete="off"
|
|
7388
|
-
id="input-
|
|
7483
|
+
id="input-733"
|
|
7389
7484
|
readonly
|
|
7390
7485
|
type="text"
|
|
7391
7486
|
>
|
|
7392
7487
|
</div>
|
|
7393
7488
|
<div class="v-input__append-inner">
|
|
7394
7489
|
<div class="v-input__icon v-input__icon--append">
|
|
7395
|
-
<i class="v-icon notranslate theme--light
|
|
7490
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7396
7491
|
aria-hidden="true"
|
|
7397
7492
|
>
|
|
7493
|
+
$dropdown
|
|
7398
7494
|
</i>
|
|
7399
7495
|
</div>
|
|
7400
7496
|
</div>
|
|
@@ -7417,9 +7513,10 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7417
7513
|
<div class="v-data-table__mobile-row__cell">
|
|
7418
7514
|
<div class="v-simple-checkbox v-simple-checkbox--disabled v-data-table__checkbox v-data-table__checkbox">
|
|
7419
7515
|
<div class="v-input--selection-controls__input">
|
|
7420
|
-
<i class="v-icon--disabled v-icon notranslate theme--light
|
|
7516
|
+
<i class="v-icon--disabled v-icon notranslate material-icons theme--light"
|
|
7421
7517
|
aria-hidden="true"
|
|
7422
7518
|
>
|
|
7519
|
+
$checkboxOff
|
|
7423
7520
|
</i>
|
|
7424
7521
|
</div>
|
|
7425
7522
|
</div>
|
|
@@ -7481,9 +7578,10 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7481
7578
|
<div class="v-data-table__mobile-row__cell">
|
|
7482
7579
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7483
7580
|
<div class="v-input--selection-controls__input">
|
|
7484
|
-
<i class="v-icon notranslate theme--light
|
|
7581
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7485
7582
|
aria-hidden="true"
|
|
7486
7583
|
>
|
|
7584
|
+
$checkboxOff
|
|
7487
7585
|
</i>
|
|
7488
7586
|
<div class="v-input--selection-controls__ripple">
|
|
7489
7587
|
</div>
|
|
@@ -7553,7 +7651,7 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7553
7651
|
<div role="button"
|
|
7554
7652
|
aria-haspopup="listbox"
|
|
7555
7653
|
aria-expanded="false"
|
|
7556
|
-
aria-owns="list-
|
|
7654
|
+
aria-owns="list-744"
|
|
7557
7655
|
class="v-input__slot"
|
|
7558
7656
|
>
|
|
7559
7657
|
<div class="v-select__slot">
|
|
@@ -7564,16 +7662,17 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7564
7662
|
<input aria-label="Rows per page:"
|
|
7565
7663
|
aria-readonly="false"
|
|
7566
7664
|
autocomplete="off"
|
|
7567
|
-
id="input-
|
|
7665
|
+
id="input-744"
|
|
7568
7666
|
readonly
|
|
7569
7667
|
type="text"
|
|
7570
7668
|
>
|
|
7571
7669
|
</div>
|
|
7572
7670
|
<div class="v-input__append-inner">
|
|
7573
7671
|
<div class="v-input__icon v-input__icon--append">
|
|
7574
|
-
<i class="v-icon notranslate theme--light
|
|
7672
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7575
7673
|
aria-hidden="true"
|
|
7576
7674
|
>
|
|
7675
|
+
$dropdown
|
|
7577
7676
|
</i>
|
|
7578
7677
|
</div>
|
|
7579
7678
|
</div>
|
|
@@ -7597,9 +7696,10 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7597
7696
|
aria-label="Previous page"
|
|
7598
7697
|
>
|
|
7599
7698
|
<span class="v-btn__content">
|
|
7600
|
-
<i class="v-icon notranslate theme--light
|
|
7699
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7601
7700
|
aria-hidden="true"
|
|
7602
7701
|
>
|
|
7702
|
+
$prev
|
|
7603
7703
|
</i>
|
|
7604
7704
|
</span>
|
|
7605
7705
|
</button>
|
|
@@ -7611,9 +7711,10 @@ exports[`VDataTable.ts should render non-selectable items correctly 1`] = `
|
|
|
7611
7711
|
aria-label="Next page"
|
|
7612
7712
|
>
|
|
7613
7713
|
<span class="v-btn__content">
|
|
7614
|
-
<i class="v-icon notranslate theme--light
|
|
7714
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7615
7715
|
aria-hidden="true"
|
|
7616
7716
|
>
|
|
7717
|
+
$next
|
|
7617
7718
|
</i>
|
|
7618
7719
|
</span>
|
|
7619
7720
|
</button>
|
|
@@ -7644,9 +7745,10 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7644
7745
|
>
|
|
7645
7746
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7646
7747
|
<div class="v-input--selection-controls__input">
|
|
7647
|
-
<i class="v-icon notranslate theme--light
|
|
7748
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7648
7749
|
aria-hidden="true"
|
|
7649
7750
|
>
|
|
7751
|
+
$checkboxOff
|
|
7650
7752
|
</i>
|
|
7651
7753
|
<div class="v-input--selection-controls__ripple">
|
|
7652
7754
|
</div>
|
|
@@ -7658,12 +7760,12 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7658
7760
|
<div role="button"
|
|
7659
7761
|
aria-haspopup="listbox"
|
|
7660
7762
|
aria-expanded="false"
|
|
7661
|
-
aria-owns="list-
|
|
7763
|
+
aria-owns="list-759"
|
|
7662
7764
|
class="v-input__slot"
|
|
7663
7765
|
>
|
|
7664
7766
|
<div class="v-select__slot">
|
|
7665
7767
|
<label class="v-label theme--light"
|
|
7666
|
-
for="input-
|
|
7768
|
+
for="input-759"
|
|
7667
7769
|
aria-hidden="false"
|
|
7668
7770
|
style="right: 0px; position: absolute;"
|
|
7669
7771
|
>
|
|
@@ -7672,16 +7774,17 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7672
7774
|
<div class="v-select__selections">
|
|
7673
7775
|
<input aria-readonly="false"
|
|
7674
7776
|
autocomplete="off"
|
|
7675
|
-
id="input-
|
|
7777
|
+
id="input-759"
|
|
7676
7778
|
readonly
|
|
7677
7779
|
type="text"
|
|
7678
7780
|
>
|
|
7679
7781
|
</div>
|
|
7680
7782
|
<div class="v-input__append-inner">
|
|
7681
7783
|
<div class="v-input__icon v-input__icon--append">
|
|
7682
|
-
<i class="v-icon notranslate theme--light
|
|
7784
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7683
7785
|
aria-hidden="true"
|
|
7684
7786
|
>
|
|
7787
|
+
$dropdown
|
|
7685
7788
|
</i>
|
|
7686
7789
|
</div>
|
|
7687
7790
|
</div>
|
|
@@ -7704,9 +7807,10 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7704
7807
|
<div class="v-data-table__mobile-row__cell">
|
|
7705
7808
|
<div class="v-simple-checkbox v-simple-checkbox--disabled v-data-table__checkbox v-data-table__checkbox">
|
|
7706
7809
|
<div class="v-input--selection-controls__input">
|
|
7707
|
-
<i class="v-icon--disabled v-icon notranslate theme--light
|
|
7810
|
+
<i class="v-icon--disabled v-icon notranslate material-icons theme--light"
|
|
7708
7811
|
aria-hidden="true"
|
|
7709
7812
|
>
|
|
7813
|
+
$checkboxOff
|
|
7710
7814
|
</i>
|
|
7711
7815
|
</div>
|
|
7712
7816
|
</div>
|
|
@@ -7768,9 +7872,10 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7768
7872
|
<div class="v-data-table__mobile-row__cell">
|
|
7769
7873
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7770
7874
|
<div class="v-input--selection-controls__input">
|
|
7771
|
-
<i class="v-icon notranslate theme--light
|
|
7875
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7772
7876
|
aria-hidden="true"
|
|
7773
7877
|
>
|
|
7878
|
+
$checkboxOff
|
|
7774
7879
|
</i>
|
|
7775
7880
|
<div class="v-input--selection-controls__ripple">
|
|
7776
7881
|
</div>
|
|
@@ -7840,7 +7945,7 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7840
7945
|
<div role="button"
|
|
7841
7946
|
aria-haspopup="listbox"
|
|
7842
7947
|
aria-expanded="false"
|
|
7843
|
-
aria-owns="list-
|
|
7948
|
+
aria-owns="list-770"
|
|
7844
7949
|
class="v-input__slot"
|
|
7845
7950
|
>
|
|
7846
7951
|
<div class="v-select__slot">
|
|
@@ -7851,16 +7956,17 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7851
7956
|
<input aria-label="Rows per page:"
|
|
7852
7957
|
aria-readonly="false"
|
|
7853
7958
|
autocomplete="off"
|
|
7854
|
-
id="input-
|
|
7959
|
+
id="input-770"
|
|
7855
7960
|
readonly
|
|
7856
7961
|
type="text"
|
|
7857
7962
|
>
|
|
7858
7963
|
</div>
|
|
7859
7964
|
<div class="v-input__append-inner">
|
|
7860
7965
|
<div class="v-input__icon v-input__icon--append">
|
|
7861
|
-
<i class="v-icon notranslate theme--light
|
|
7966
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7862
7967
|
aria-hidden="true"
|
|
7863
7968
|
>
|
|
7969
|
+
$dropdown
|
|
7864
7970
|
</i>
|
|
7865
7971
|
</div>
|
|
7866
7972
|
</div>
|
|
@@ -7884,9 +7990,10 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7884
7990
|
aria-label="Previous page"
|
|
7885
7991
|
>
|
|
7886
7992
|
<span class="v-btn__content">
|
|
7887
|
-
<i class="v-icon notranslate theme--light
|
|
7993
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7888
7994
|
aria-hidden="true"
|
|
7889
7995
|
>
|
|
7996
|
+
$prev
|
|
7890
7997
|
</i>
|
|
7891
7998
|
</span>
|
|
7892
7999
|
</button>
|
|
@@ -7898,9 +8005,10 @@ exports[`VDataTable.ts should render select-all checkbox when items are selectab
|
|
|
7898
8005
|
aria-label="Next page"
|
|
7899
8006
|
>
|
|
7900
8007
|
<span class="v-btn__content">
|
|
7901
|
-
<i class="v-icon notranslate theme--light
|
|
8008
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7902
8009
|
aria-hidden="true"
|
|
7903
8010
|
>
|
|
8011
|
+
$next
|
|
7904
8012
|
</i>
|
|
7905
8013
|
</span>
|
|
7906
8014
|
</button>
|
|
@@ -7931,9 +8039,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7931
8039
|
>
|
|
7932
8040
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7933
8041
|
<div class="v-input--selection-controls__input">
|
|
7934
|
-
<i class="v-icon notranslate theme--light
|
|
8042
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7935
8043
|
aria-hidden="true"
|
|
7936
8044
|
>
|
|
8045
|
+
$checkboxOff
|
|
7937
8046
|
</i>
|
|
7938
8047
|
<div class="v-input--selection-controls__ripple">
|
|
7939
8048
|
</div>
|
|
@@ -7945,12 +8054,12 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7945
8054
|
<div role="button"
|
|
7946
8055
|
aria-haspopup="listbox"
|
|
7947
8056
|
aria-expanded="false"
|
|
7948
|
-
aria-owns="list-
|
|
8057
|
+
aria-owns="list-1146"
|
|
7949
8058
|
class="v-input__slot"
|
|
7950
8059
|
>
|
|
7951
8060
|
<div class="v-select__slot">
|
|
7952
8061
|
<label class="v-label theme--light"
|
|
7953
|
-
for="input-
|
|
8062
|
+
for="input-1146"
|
|
7954
8063
|
aria-hidden="false"
|
|
7955
8064
|
style="right: 0px; position: absolute;"
|
|
7956
8065
|
>
|
|
@@ -7959,16 +8068,17 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7959
8068
|
<div class="v-select__selections">
|
|
7960
8069
|
<input aria-readonly="false"
|
|
7961
8070
|
autocomplete="off"
|
|
7962
|
-
id="input-
|
|
8071
|
+
id="input-1146"
|
|
7963
8072
|
readonly
|
|
7964
8073
|
type="text"
|
|
7965
8074
|
>
|
|
7966
8075
|
</div>
|
|
7967
8076
|
<div class="v-input__append-inner">
|
|
7968
8077
|
<div class="v-input__icon v-input__icon--append">
|
|
7969
|
-
<i class="v-icon notranslate theme--light
|
|
8078
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7970
8079
|
aria-hidden="true"
|
|
7971
8080
|
>
|
|
8081
|
+
$dropdown
|
|
7972
8082
|
</i>
|
|
7973
8083
|
</div>
|
|
7974
8084
|
</div>
|
|
@@ -7991,9 +8101,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
7991
8101
|
<div class="v-data-table__mobile-row__cell">
|
|
7992
8102
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
7993
8103
|
<div class="v-input--selection-controls__input">
|
|
7994
|
-
<i class="v-icon notranslate theme--light
|
|
8104
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
7995
8105
|
aria-hidden="true"
|
|
7996
8106
|
>
|
|
8107
|
+
$checkboxOff
|
|
7997
8108
|
</i>
|
|
7998
8109
|
<div class="v-input--selection-controls__ripple">
|
|
7999
8110
|
</div>
|
|
@@ -8057,9 +8168,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8057
8168
|
<div class="v-data-table__mobile-row__cell">
|
|
8058
8169
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
8059
8170
|
<div class="v-input--selection-controls__input">
|
|
8060
|
-
<i class="v-icon notranslate theme--light
|
|
8171
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8061
8172
|
aria-hidden="true"
|
|
8062
8173
|
>
|
|
8174
|
+
$checkboxOff
|
|
8063
8175
|
</i>
|
|
8064
8176
|
<div class="v-input--selection-controls__ripple">
|
|
8065
8177
|
</div>
|
|
@@ -8123,9 +8235,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8123
8235
|
<div class="v-data-table__mobile-row__cell">
|
|
8124
8236
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
8125
8237
|
<div class="v-input--selection-controls__input">
|
|
8126
|
-
<i class="v-icon notranslate theme--light
|
|
8238
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8127
8239
|
aria-hidden="true"
|
|
8128
8240
|
>
|
|
8241
|
+
$checkboxOff
|
|
8129
8242
|
</i>
|
|
8130
8243
|
<div class="v-input--selection-controls__ripple">
|
|
8131
8244
|
</div>
|
|
@@ -8195,7 +8308,7 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8195
8308
|
<div role="button"
|
|
8196
8309
|
aria-haspopup="listbox"
|
|
8197
8310
|
aria-expanded="false"
|
|
8198
|
-
aria-owns="list-
|
|
8311
|
+
aria-owns="list-1166"
|
|
8199
8312
|
class="v-input__slot"
|
|
8200
8313
|
>
|
|
8201
8314
|
<div class="v-select__slot">
|
|
@@ -8206,16 +8319,17 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8206
8319
|
<input aria-label="Rows per page:"
|
|
8207
8320
|
aria-readonly="false"
|
|
8208
8321
|
autocomplete="off"
|
|
8209
|
-
id="input-
|
|
8322
|
+
id="input-1166"
|
|
8210
8323
|
readonly
|
|
8211
8324
|
type="text"
|
|
8212
8325
|
>
|
|
8213
8326
|
</div>
|
|
8214
8327
|
<div class="v-input__append-inner">
|
|
8215
8328
|
<div class="v-input__icon v-input__icon--append">
|
|
8216
|
-
<i class="v-icon notranslate theme--light
|
|
8329
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8217
8330
|
aria-hidden="true"
|
|
8218
8331
|
>
|
|
8332
|
+
$dropdown
|
|
8219
8333
|
</i>
|
|
8220
8334
|
</div>
|
|
8221
8335
|
</div>
|
|
@@ -8238,9 +8352,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8238
8352
|
aria-label="Previous page"
|
|
8239
8353
|
>
|
|
8240
8354
|
<span class="v-btn__content">
|
|
8241
|
-
<i class="v-icon notranslate theme--light
|
|
8355
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8242
8356
|
aria-hidden="true"
|
|
8243
8357
|
>
|
|
8358
|
+
$prev
|
|
8244
8359
|
</i>
|
|
8245
8360
|
</span>
|
|
8246
8361
|
</button>
|
|
@@ -8252,9 +8367,10 @@ exports[`VDataTable.ts should render selection checkboxes on multiple pages with
|
|
|
8252
8367
|
disabled
|
|
8253
8368
|
>
|
|
8254
8369
|
<span class="v-btn__content">
|
|
8255
|
-
<i class="v-icon notranslate theme--light
|
|
8370
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8256
8371
|
aria-hidden="true"
|
|
8257
8372
|
>
|
|
8373
|
+
$next
|
|
8258
8374
|
</i>
|
|
8259
8375
|
</span>
|
|
8260
8376
|
</button>
|
|
@@ -8284,12 +8400,12 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8284
8400
|
<div role="button"
|
|
8285
8401
|
aria-haspopup="listbox"
|
|
8286
8402
|
aria-expanded="false"
|
|
8287
|
-
aria-owns="list-
|
|
8403
|
+
aria-owns="list-84"
|
|
8288
8404
|
class="v-input__slot"
|
|
8289
8405
|
>
|
|
8290
8406
|
<div class="v-select__slot">
|
|
8291
8407
|
<label class="v-label theme--light"
|
|
8292
|
-
for="input-
|
|
8408
|
+
for="input-84"
|
|
8293
8409
|
aria-hidden="false"
|
|
8294
8410
|
style="right: 0px; position: absolute;"
|
|
8295
8411
|
>
|
|
@@ -8298,16 +8414,17 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8298
8414
|
<div class="v-select__selections">
|
|
8299
8415
|
<input aria-readonly="false"
|
|
8300
8416
|
autocomplete="off"
|
|
8301
|
-
id="input-
|
|
8417
|
+
id="input-84"
|
|
8302
8418
|
readonly
|
|
8303
8419
|
type="text"
|
|
8304
8420
|
>
|
|
8305
8421
|
</div>
|
|
8306
8422
|
<div class="v-input__append-inner">
|
|
8307
8423
|
<div class="v-input__icon v-input__icon--append">
|
|
8308
|
-
<i class="v-icon notranslate theme--light
|
|
8424
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8309
8425
|
aria-hidden="true"
|
|
8310
8426
|
>
|
|
8427
|
+
$dropdown
|
|
8311
8428
|
</i>
|
|
8312
8429
|
</div>
|
|
8313
8430
|
</div>
|
|
@@ -8586,7 +8703,7 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8586
8703
|
<div role="button"
|
|
8587
8704
|
aria-haspopup="listbox"
|
|
8588
8705
|
aria-expanded="false"
|
|
8589
|
-
aria-owns="list-
|
|
8706
|
+
aria-owns="list-94"
|
|
8590
8707
|
class="v-input__slot"
|
|
8591
8708
|
>
|
|
8592
8709
|
<div class="v-select__slot">
|
|
@@ -8597,16 +8714,17 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8597
8714
|
<input aria-label="Rows per page:"
|
|
8598
8715
|
aria-readonly="false"
|
|
8599
8716
|
autocomplete="off"
|
|
8600
|
-
id="input-
|
|
8717
|
+
id="input-94"
|
|
8601
8718
|
readonly
|
|
8602
8719
|
type="text"
|
|
8603
8720
|
>
|
|
8604
8721
|
</div>
|
|
8605
8722
|
<div class="v-input__append-inner">
|
|
8606
8723
|
<div class="v-input__icon v-input__icon--append">
|
|
8607
|
-
<i class="v-icon notranslate theme--light
|
|
8724
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8608
8725
|
aria-hidden="true"
|
|
8609
8726
|
>
|
|
8727
|
+
$dropdown
|
|
8610
8728
|
</i>
|
|
8611
8729
|
</div>
|
|
8612
8730
|
</div>
|
|
@@ -8630,9 +8748,10 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8630
8748
|
aria-label="Previous page"
|
|
8631
8749
|
>
|
|
8632
8750
|
<span class="v-btn__content">
|
|
8633
|
-
<i class="v-icon notranslate theme--light
|
|
8751
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8634
8752
|
aria-hidden="true"
|
|
8635
8753
|
>
|
|
8754
|
+
$prev
|
|
8636
8755
|
</i>
|
|
8637
8756
|
</span>
|
|
8638
8757
|
</button>
|
|
@@ -8643,9 +8762,10 @@ exports[`VDataTable.ts should render virtual table 1`] = `
|
|
|
8643
8762
|
aria-label="Next page"
|
|
8644
8763
|
>
|
|
8645
8764
|
<span class="v-btn__content">
|
|
8646
|
-
<i class="v-icon notranslate theme--light
|
|
8765
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8647
8766
|
aria-hidden="true"
|
|
8648
8767
|
>
|
|
8768
|
+
$next
|
|
8649
8769
|
</i>
|
|
8650
8770
|
</span>
|
|
8651
8771
|
</button>
|
|
@@ -8675,12 +8795,12 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8675
8795
|
<div role="button"
|
|
8676
8796
|
aria-haspopup="listbox"
|
|
8677
8797
|
aria-expanded="false"
|
|
8678
|
-
aria-owns="list-
|
|
8798
|
+
aria-owns="list-43"
|
|
8679
8799
|
class="v-input__slot"
|
|
8680
8800
|
>
|
|
8681
8801
|
<div class="v-select__slot">
|
|
8682
8802
|
<label class="v-label theme--light"
|
|
8683
|
-
for="input-
|
|
8803
|
+
for="input-43"
|
|
8684
8804
|
aria-hidden="false"
|
|
8685
8805
|
style="right: 0px; position: absolute;"
|
|
8686
8806
|
>
|
|
@@ -8689,16 +8809,17 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8689
8809
|
<div class="v-select__selections">
|
|
8690
8810
|
<input aria-readonly="false"
|
|
8691
8811
|
autocomplete="off"
|
|
8692
|
-
id="input-
|
|
8812
|
+
id="input-43"
|
|
8693
8813
|
readonly
|
|
8694
8814
|
type="text"
|
|
8695
8815
|
>
|
|
8696
8816
|
</div>
|
|
8697
8817
|
<div class="v-input__append-inner">
|
|
8698
8818
|
<div class="v-input__icon v-input__icon--append">
|
|
8699
|
-
<i class="v-icon notranslate theme--light
|
|
8819
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8700
8820
|
aria-hidden="true"
|
|
8701
8821
|
>
|
|
8822
|
+
$dropdown
|
|
8702
8823
|
</i>
|
|
8703
8824
|
</div>
|
|
8704
8825
|
</div>
|
|
@@ -8728,7 +8849,7 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8728
8849
|
<div role="button"
|
|
8729
8850
|
aria-haspopup="listbox"
|
|
8730
8851
|
aria-expanded="false"
|
|
8731
|
-
aria-owns="list-
|
|
8852
|
+
aria-owns="list-48"
|
|
8732
8853
|
class="v-input__slot"
|
|
8733
8854
|
>
|
|
8734
8855
|
<div class="v-select__slot">
|
|
@@ -8739,16 +8860,17 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8739
8860
|
<input aria-label="Rows per page:"
|
|
8740
8861
|
aria-readonly="false"
|
|
8741
8862
|
autocomplete="off"
|
|
8742
|
-
id="input-
|
|
8863
|
+
id="input-48"
|
|
8743
8864
|
readonly
|
|
8744
8865
|
type="text"
|
|
8745
8866
|
>
|
|
8746
8867
|
</div>
|
|
8747
8868
|
<div class="v-input__append-inner">
|
|
8748
8869
|
<div class="v-input__icon v-input__icon--append">
|
|
8749
|
-
<i class="v-icon notranslate theme--light
|
|
8870
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8750
8871
|
aria-hidden="true"
|
|
8751
8872
|
>
|
|
8873
|
+
$dropdown
|
|
8752
8874
|
</i>
|
|
8753
8875
|
</div>
|
|
8754
8876
|
</div>
|
|
@@ -8772,9 +8894,10 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8772
8894
|
aria-label="Previous page"
|
|
8773
8895
|
>
|
|
8774
8896
|
<span class="v-btn__content">
|
|
8775
|
-
<i class="v-icon notranslate theme--light
|
|
8897
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8776
8898
|
aria-hidden="true"
|
|
8777
8899
|
>
|
|
8900
|
+
$prev
|
|
8778
8901
|
</i>
|
|
8779
8902
|
</span>
|
|
8780
8903
|
</button>
|
|
@@ -8785,9 +8908,10 @@ exports[`VDataTable.ts should render with body slot 1`] = `
|
|
|
8785
8908
|
aria-label="Next page"
|
|
8786
8909
|
>
|
|
8787
8910
|
<span class="v-btn__content">
|
|
8788
|
-
<i class="v-icon notranslate theme--light
|
|
8911
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8789
8912
|
aria-hidden="true"
|
|
8790
8913
|
>
|
|
8914
|
+
$next
|
|
8791
8915
|
</i>
|
|
8792
8916
|
</span>
|
|
8793
8917
|
</button>
|
|
@@ -8817,12 +8941,12 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
8817
8941
|
<div role="button"
|
|
8818
8942
|
aria-haspopup="listbox"
|
|
8819
8943
|
aria-expanded="false"
|
|
8820
|
-
aria-owns="list-
|
|
8944
|
+
aria-owns="list-20"
|
|
8821
8945
|
class="v-input__slot"
|
|
8822
8946
|
>
|
|
8823
8947
|
<div class="v-select__slot">
|
|
8824
8948
|
<label class="v-label theme--light"
|
|
8825
|
-
for="input-
|
|
8949
|
+
for="input-20"
|
|
8826
8950
|
aria-hidden="false"
|
|
8827
8951
|
style="right: 0px; position: absolute;"
|
|
8828
8952
|
>
|
|
@@ -8831,16 +8955,17 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
8831
8955
|
<div class="v-select__selections">
|
|
8832
8956
|
<input aria-readonly="false"
|
|
8833
8957
|
autocomplete="off"
|
|
8834
|
-
id="input-
|
|
8958
|
+
id="input-20"
|
|
8835
8959
|
readonly
|
|
8836
8960
|
type="text"
|
|
8837
8961
|
>
|
|
8838
8962
|
</div>
|
|
8839
8963
|
<div class="v-input__append-inner">
|
|
8840
8964
|
<div class="v-input__icon v-input__icon--append">
|
|
8841
|
-
<i class="v-icon notranslate theme--light
|
|
8965
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8842
8966
|
aria-hidden="true"
|
|
8843
8967
|
>
|
|
8968
|
+
$dropdown
|
|
8844
8969
|
</i>
|
|
8845
8970
|
</div>
|
|
8846
8971
|
</div>
|
|
@@ -9119,7 +9244,7 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9119
9244
|
<div role="button"
|
|
9120
9245
|
aria-haspopup="listbox"
|
|
9121
9246
|
aria-expanded="false"
|
|
9122
|
-
aria-owns="list-
|
|
9247
|
+
aria-owns="list-30"
|
|
9123
9248
|
class="v-input__slot"
|
|
9124
9249
|
>
|
|
9125
9250
|
<div class="v-select__slot">
|
|
@@ -9130,16 +9255,17 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9130
9255
|
<input aria-label="Rows per page:"
|
|
9131
9256
|
aria-readonly="false"
|
|
9132
9257
|
autocomplete="off"
|
|
9133
|
-
id="input-
|
|
9258
|
+
id="input-30"
|
|
9134
9259
|
readonly
|
|
9135
9260
|
type="text"
|
|
9136
9261
|
>
|
|
9137
9262
|
</div>
|
|
9138
9263
|
<div class="v-input__append-inner">
|
|
9139
9264
|
<div class="v-input__icon v-input__icon--append">
|
|
9140
|
-
<i class="v-icon notranslate theme--light
|
|
9265
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9141
9266
|
aria-hidden="true"
|
|
9142
9267
|
>
|
|
9268
|
+
$dropdown
|
|
9143
9269
|
</i>
|
|
9144
9270
|
</div>
|
|
9145
9271
|
</div>
|
|
@@ -9163,9 +9289,10 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9163
9289
|
aria-label="Previous page"
|
|
9164
9290
|
>
|
|
9165
9291
|
<span class="v-btn__content">
|
|
9166
|
-
<i class="v-icon notranslate theme--light
|
|
9292
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9167
9293
|
aria-hidden="true"
|
|
9168
9294
|
>
|
|
9295
|
+
$prev
|
|
9169
9296
|
</i>
|
|
9170
9297
|
</span>
|
|
9171
9298
|
</button>
|
|
@@ -9176,9 +9303,10 @@ exports[`VDataTable.ts should render with data 1`] = `
|
|
|
9176
9303
|
aria-label="Next page"
|
|
9177
9304
|
>
|
|
9178
9305
|
<span class="v-btn__content">
|
|
9179
|
-
<i class="v-icon notranslate theme--light
|
|
9306
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9180
9307
|
aria-hidden="true"
|
|
9181
9308
|
>
|
|
9309
|
+
$next
|
|
9182
9310
|
</i>
|
|
9183
9311
|
</span>
|
|
9184
9312
|
</button>
|
|
@@ -9208,12 +9336,12 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9208
9336
|
<div role="button"
|
|
9209
9337
|
aria-haspopup="listbox"
|
|
9210
9338
|
aria-expanded="false"
|
|
9211
|
-
aria-owns="list-
|
|
9339
|
+
aria-owns="list-61"
|
|
9212
9340
|
class="v-input__slot"
|
|
9213
9341
|
>
|
|
9214
9342
|
<div class="v-select__slot">
|
|
9215
9343
|
<label class="v-label theme--light"
|
|
9216
|
-
for="input-
|
|
9344
|
+
for="input-61"
|
|
9217
9345
|
aria-hidden="false"
|
|
9218
9346
|
style="right: 0px; position: absolute;"
|
|
9219
9347
|
>
|
|
@@ -9222,16 +9350,17 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9222
9350
|
<div class="v-select__selections">
|
|
9223
9351
|
<input aria-readonly="false"
|
|
9224
9352
|
autocomplete="off"
|
|
9225
|
-
id="input-
|
|
9353
|
+
id="input-61"
|
|
9226
9354
|
readonly
|
|
9227
9355
|
type="text"
|
|
9228
9356
|
>
|
|
9229
9357
|
</div>
|
|
9230
9358
|
<div class="v-input__append-inner">
|
|
9231
9359
|
<div class="v-input__icon v-input__icon--append">
|
|
9232
|
-
<i class="v-icon notranslate theme--light
|
|
9360
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9233
9361
|
aria-hidden="true"
|
|
9234
9362
|
>
|
|
9363
|
+
$dropdown
|
|
9235
9364
|
</i>
|
|
9236
9365
|
</div>
|
|
9237
9366
|
</div>
|
|
@@ -9513,7 +9642,7 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9513
9642
|
<div role="button"
|
|
9514
9643
|
aria-haspopup="listbox"
|
|
9515
9644
|
aria-expanded="false"
|
|
9516
|
-
aria-owns="list-
|
|
9645
|
+
aria-owns="list-71"
|
|
9517
9646
|
class="v-input__slot"
|
|
9518
9647
|
>
|
|
9519
9648
|
<div class="v-select__slot">
|
|
@@ -9524,16 +9653,17 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9524
9653
|
<input aria-label="Rows per page:"
|
|
9525
9654
|
aria-readonly="false"
|
|
9526
9655
|
autocomplete="off"
|
|
9527
|
-
id="input-
|
|
9656
|
+
id="input-71"
|
|
9528
9657
|
readonly
|
|
9529
9658
|
type="text"
|
|
9530
9659
|
>
|
|
9531
9660
|
</div>
|
|
9532
9661
|
<div class="v-input__append-inner">
|
|
9533
9662
|
<div class="v-input__icon v-input__icon--append">
|
|
9534
|
-
<i class="v-icon notranslate theme--light
|
|
9663
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9535
9664
|
aria-hidden="true"
|
|
9536
9665
|
>
|
|
9666
|
+
$dropdown
|
|
9537
9667
|
</i>
|
|
9538
9668
|
</div>
|
|
9539
9669
|
</div>
|
|
@@ -9557,9 +9687,10 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9557
9687
|
aria-label="Previous page"
|
|
9558
9688
|
>
|
|
9559
9689
|
<span class="v-btn__content">
|
|
9560
|
-
<i class="v-icon notranslate theme--light
|
|
9690
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9561
9691
|
aria-hidden="true"
|
|
9562
9692
|
>
|
|
9693
|
+
$prev
|
|
9563
9694
|
</i>
|
|
9564
9695
|
</span>
|
|
9565
9696
|
</button>
|
|
@@ -9570,9 +9701,10 @@ exports[`VDataTable.ts should render with foot slot 1`] = `
|
|
|
9570
9701
|
aria-label="Next page"
|
|
9571
9702
|
>
|
|
9572
9703
|
<span class="v-btn__content">
|
|
9573
|
-
<i class="v-icon notranslate theme--light
|
|
9704
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9574
9705
|
aria-hidden="true"
|
|
9575
9706
|
>
|
|
9707
|
+
$next
|
|
9576
9708
|
</i>
|
|
9577
9709
|
</span>
|
|
9578
9710
|
</button>
|
|
@@ -9602,12 +9734,12 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9602
9734
|
<div role="button"
|
|
9603
9735
|
aria-haspopup="listbox"
|
|
9604
9736
|
aria-expanded="false"
|
|
9605
|
-
aria-owns="list-
|
|
9737
|
+
aria-owns="list-307"
|
|
9606
9738
|
class="v-input__slot"
|
|
9607
9739
|
>
|
|
9608
9740
|
<div class="v-select__slot">
|
|
9609
9741
|
<label class="v-label theme--light"
|
|
9610
|
-
for="input-
|
|
9742
|
+
for="input-307"
|
|
9611
9743
|
aria-hidden="false"
|
|
9612
9744
|
style="right: 0px; position: absolute;"
|
|
9613
9745
|
>
|
|
@@ -9616,16 +9748,17 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9616
9748
|
<div class="v-select__selections">
|
|
9617
9749
|
<input aria-readonly="false"
|
|
9618
9750
|
autocomplete="off"
|
|
9619
|
-
id="input-
|
|
9751
|
+
id="input-307"
|
|
9620
9752
|
readonly
|
|
9621
9753
|
type="text"
|
|
9622
9754
|
>
|
|
9623
9755
|
</div>
|
|
9624
9756
|
<div class="v-input__append-inner">
|
|
9625
9757
|
<div class="v-input__icon v-input__icon--append">
|
|
9626
|
-
<i class="v-icon notranslate theme--light
|
|
9758
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9627
9759
|
aria-hidden="true"
|
|
9628
9760
|
>
|
|
9761
|
+
$dropdown
|
|
9629
9762
|
</i>
|
|
9630
9763
|
</div>
|
|
9631
9764
|
</div>
|
|
@@ -9666,7 +9799,7 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9666
9799
|
<div role="button"
|
|
9667
9800
|
aria-haspopup="listbox"
|
|
9668
9801
|
aria-expanded="false"
|
|
9669
|
-
aria-owns="list-
|
|
9802
|
+
aria-owns="list-312"
|
|
9670
9803
|
class="v-input__slot"
|
|
9671
9804
|
>
|
|
9672
9805
|
<div class="v-select__slot">
|
|
@@ -9677,16 +9810,17 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9677
9810
|
<input aria-label="Rows per page:"
|
|
9678
9811
|
aria-readonly="false"
|
|
9679
9812
|
autocomplete="off"
|
|
9680
|
-
id="input-
|
|
9813
|
+
id="input-312"
|
|
9681
9814
|
readonly
|
|
9682
9815
|
type="text"
|
|
9683
9816
|
>
|
|
9684
9817
|
</div>
|
|
9685
9818
|
<div class="v-input__append-inner">
|
|
9686
9819
|
<div class="v-input__icon v-input__icon--append">
|
|
9687
|
-
<i class="v-icon notranslate theme--light
|
|
9820
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9688
9821
|
aria-hidden="true"
|
|
9689
9822
|
>
|
|
9823
|
+
$dropdown
|
|
9690
9824
|
</i>
|
|
9691
9825
|
</div>
|
|
9692
9826
|
</div>
|
|
@@ -9710,9 +9844,10 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9710
9844
|
aria-label="Previous page"
|
|
9711
9845
|
>
|
|
9712
9846
|
<span class="v-btn__content">
|
|
9713
|
-
<i class="v-icon notranslate theme--light
|
|
9847
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9714
9848
|
aria-hidden="true"
|
|
9715
9849
|
>
|
|
9850
|
+
$prev
|
|
9716
9851
|
</i>
|
|
9717
9852
|
</span>
|
|
9718
9853
|
</button>
|
|
@@ -9723,9 +9858,10 @@ exports[`VDataTable.ts should render with group scoped slot 1`] = `
|
|
|
9723
9858
|
aria-label="Next page"
|
|
9724
9859
|
>
|
|
9725
9860
|
<span class="v-btn__content">
|
|
9726
|
-
<i class="v-icon notranslate theme--light
|
|
9861
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9727
9862
|
aria-hidden="true"
|
|
9728
9863
|
>
|
|
9864
|
+
$next
|
|
9729
9865
|
</i>
|
|
9730
9866
|
</span>
|
|
9731
9867
|
</button>
|
|
@@ -9755,12 +9891,12 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9755
9891
|
<div role="button"
|
|
9756
9892
|
aria-haspopup="listbox"
|
|
9757
9893
|
aria-expanded="false"
|
|
9758
|
-
aria-owns="list-
|
|
9894
|
+
aria-owns="list-198"
|
|
9759
9895
|
class="v-input__slot"
|
|
9760
9896
|
>
|
|
9761
9897
|
<div class="v-select__slot">
|
|
9762
9898
|
<label class="v-label theme--light"
|
|
9763
|
-
for="input-
|
|
9899
|
+
for="input-198"
|
|
9764
9900
|
aria-hidden="false"
|
|
9765
9901
|
style="right: 0px; position: absolute;"
|
|
9766
9902
|
>
|
|
@@ -9769,16 +9905,17 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9769
9905
|
<div class="v-select__selections">
|
|
9770
9906
|
<input aria-readonly="false"
|
|
9771
9907
|
autocomplete="off"
|
|
9772
|
-
id="input-
|
|
9908
|
+
id="input-198"
|
|
9773
9909
|
readonly
|
|
9774
9910
|
type="text"
|
|
9775
9911
|
>
|
|
9776
9912
|
</div>
|
|
9777
9913
|
<div class="v-input__append-inner">
|
|
9778
9914
|
<div class="v-input__icon v-input__icon--append">
|
|
9779
|
-
<i class="v-icon notranslate theme--light
|
|
9915
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9780
9916
|
aria-hidden="true"
|
|
9781
9917
|
>
|
|
9918
|
+
$dropdown
|
|
9782
9919
|
</i>
|
|
9783
9920
|
</div>
|
|
9784
9921
|
</div>
|
|
@@ -9800,9 +9937,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9800
9937
|
type="button"
|
|
9801
9938
|
>
|
|
9802
9939
|
<span class="v-btn__content">
|
|
9803
|
-
<i class="v-icon notranslate theme--light
|
|
9940
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9804
9941
|
aria-hidden="true"
|
|
9805
9942
|
>
|
|
9943
|
+
$minus
|
|
9806
9944
|
</i>
|
|
9807
9945
|
</span>
|
|
9808
9946
|
</button>
|
|
@@ -9811,9 +9949,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9811
9949
|
type="button"
|
|
9812
9950
|
>
|
|
9813
9951
|
<span class="v-btn__content">
|
|
9814
|
-
<i class="v-icon notranslate theme--light
|
|
9952
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9815
9953
|
aria-hidden="true"
|
|
9816
9954
|
>
|
|
9955
|
+
$close
|
|
9817
9956
|
</i>
|
|
9818
9957
|
</span>
|
|
9819
9958
|
</button>
|
|
@@ -9880,9 +10019,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9880
10019
|
type="button"
|
|
9881
10020
|
>
|
|
9882
10021
|
<span class="v-btn__content">
|
|
9883
|
-
<i class="v-icon notranslate theme--light
|
|
10022
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9884
10023
|
aria-hidden="true"
|
|
9885
10024
|
>
|
|
10025
|
+
$minus
|
|
9886
10026
|
</i>
|
|
9887
10027
|
</span>
|
|
9888
10028
|
</button>
|
|
@@ -9891,9 +10031,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9891
10031
|
type="button"
|
|
9892
10032
|
>
|
|
9893
10033
|
<span class="v-btn__content">
|
|
9894
|
-
<i class="v-icon notranslate theme--light
|
|
10034
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9895
10035
|
aria-hidden="true"
|
|
9896
10036
|
>
|
|
10037
|
+
$close
|
|
9897
10038
|
</i>
|
|
9898
10039
|
</span>
|
|
9899
10040
|
</button>
|
|
@@ -9960,9 +10101,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9960
10101
|
type="button"
|
|
9961
10102
|
>
|
|
9962
10103
|
<span class="v-btn__content">
|
|
9963
|
-
<i class="v-icon notranslate theme--light
|
|
10104
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9964
10105
|
aria-hidden="true"
|
|
9965
10106
|
>
|
|
10107
|
+
$minus
|
|
9966
10108
|
</i>
|
|
9967
10109
|
</span>
|
|
9968
10110
|
</button>
|
|
@@ -9971,9 +10113,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
9971
10113
|
type="button"
|
|
9972
10114
|
>
|
|
9973
10115
|
<span class="v-btn__content">
|
|
9974
|
-
<i class="v-icon notranslate theme--light
|
|
10116
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
9975
10117
|
aria-hidden="true"
|
|
9976
10118
|
>
|
|
10119
|
+
$close
|
|
9977
10120
|
</i>
|
|
9978
10121
|
</span>
|
|
9979
10122
|
</button>
|
|
@@ -10040,9 +10183,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10040
10183
|
type="button"
|
|
10041
10184
|
>
|
|
10042
10185
|
<span class="v-btn__content">
|
|
10043
|
-
<i class="v-icon notranslate theme--light
|
|
10186
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10044
10187
|
aria-hidden="true"
|
|
10045
10188
|
>
|
|
10189
|
+
$minus
|
|
10046
10190
|
</i>
|
|
10047
10191
|
</span>
|
|
10048
10192
|
</button>
|
|
@@ -10051,9 +10195,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10051
10195
|
type="button"
|
|
10052
10196
|
>
|
|
10053
10197
|
<span class="v-btn__content">
|
|
10054
|
-
<i class="v-icon notranslate theme--light
|
|
10198
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10055
10199
|
aria-hidden="true"
|
|
10056
10200
|
>
|
|
10201
|
+
$close
|
|
10057
10202
|
</i>
|
|
10058
10203
|
</span>
|
|
10059
10204
|
</button>
|
|
@@ -10120,9 +10265,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10120
10265
|
type="button"
|
|
10121
10266
|
>
|
|
10122
10267
|
<span class="v-btn__content">
|
|
10123
|
-
<i class="v-icon notranslate theme--light
|
|
10268
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10124
10269
|
aria-hidden="true"
|
|
10125
10270
|
>
|
|
10271
|
+
$minus
|
|
10126
10272
|
</i>
|
|
10127
10273
|
</span>
|
|
10128
10274
|
</button>
|
|
@@ -10131,9 +10277,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10131
10277
|
type="button"
|
|
10132
10278
|
>
|
|
10133
10279
|
<span class="v-btn__content">
|
|
10134
|
-
<i class="v-icon notranslate theme--light
|
|
10280
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10135
10281
|
aria-hidden="true"
|
|
10136
10282
|
>
|
|
10283
|
+
$close
|
|
10137
10284
|
</i>
|
|
10138
10285
|
</span>
|
|
10139
10286
|
</button>
|
|
@@ -10207,7 +10354,7 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10207
10354
|
<div role="button"
|
|
10208
10355
|
aria-haspopup="listbox"
|
|
10209
10356
|
aria-expanded="false"
|
|
10210
|
-
aria-owns="list-
|
|
10357
|
+
aria-owns="list-233"
|
|
10211
10358
|
class="v-input__slot"
|
|
10212
10359
|
>
|
|
10213
10360
|
<div class="v-select__slot">
|
|
@@ -10218,16 +10365,17 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10218
10365
|
<input aria-label="Rows per page:"
|
|
10219
10366
|
aria-readonly="false"
|
|
10220
10367
|
autocomplete="off"
|
|
10221
|
-
id="input-
|
|
10368
|
+
id="input-233"
|
|
10222
10369
|
readonly
|
|
10223
10370
|
type="text"
|
|
10224
10371
|
>
|
|
10225
10372
|
</div>
|
|
10226
10373
|
<div class="v-input__append-inner">
|
|
10227
10374
|
<div class="v-input__icon v-input__icon--append">
|
|
10228
|
-
<i class="v-icon notranslate theme--light
|
|
10375
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10229
10376
|
aria-hidden="true"
|
|
10230
10377
|
>
|
|
10378
|
+
$dropdown
|
|
10231
10379
|
</i>
|
|
10232
10380
|
</div>
|
|
10233
10381
|
</div>
|
|
@@ -10251,9 +10399,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10251
10399
|
aria-label="Previous page"
|
|
10252
10400
|
>
|
|
10253
10401
|
<span class="v-btn__content">
|
|
10254
|
-
<i class="v-icon notranslate theme--light
|
|
10402
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10255
10403
|
aria-hidden="true"
|
|
10256
10404
|
>
|
|
10405
|
+
$prev
|
|
10257
10406
|
</i>
|
|
10258
10407
|
</span>
|
|
10259
10408
|
</button>
|
|
@@ -10264,9 +10413,10 @@ exports[`VDataTable.ts should render with group.summary scoped slot 1`] = `
|
|
|
10264
10413
|
aria-label="Next page"
|
|
10265
10414
|
>
|
|
10266
10415
|
<span class="v-btn__content">
|
|
10267
|
-
<i class="v-icon notranslate theme--light
|
|
10416
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10268
10417
|
aria-hidden="true"
|
|
10269
10418
|
>
|
|
10419
|
+
$next
|
|
10270
10420
|
</i>
|
|
10271
10421
|
</span>
|
|
10272
10422
|
</button>
|
|
@@ -10296,12 +10446,12 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10296
10446
|
<div role="button"
|
|
10297
10447
|
aria-haspopup="listbox"
|
|
10298
10448
|
aria-expanded="false"
|
|
10299
|
-
aria-owns="list-
|
|
10449
|
+
aria-owns="list-264"
|
|
10300
10450
|
class="v-input__slot"
|
|
10301
10451
|
>
|
|
10302
10452
|
<div class="v-select__slot">
|
|
10303
10453
|
<label class="v-label theme--light"
|
|
10304
|
-
for="input-
|
|
10454
|
+
for="input-264"
|
|
10305
10455
|
aria-hidden="false"
|
|
10306
10456
|
style="right: 0px; position: absolute;"
|
|
10307
10457
|
>
|
|
@@ -10310,16 +10460,17 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10310
10460
|
<div class="v-select__selections">
|
|
10311
10461
|
<input aria-readonly="false"
|
|
10312
10462
|
autocomplete="off"
|
|
10313
|
-
id="input-
|
|
10463
|
+
id="input-264"
|
|
10314
10464
|
readonly
|
|
10315
10465
|
type="text"
|
|
10316
10466
|
>
|
|
10317
10467
|
</div>
|
|
10318
10468
|
<div class="v-input__append-inner">
|
|
10319
10469
|
<div class="v-input__icon v-input__icon--append">
|
|
10320
|
-
<i class="v-icon notranslate theme--light
|
|
10470
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10321
10471
|
aria-hidden="true"
|
|
10322
10472
|
>
|
|
10473
|
+
$dropdown
|
|
10323
10474
|
</i>
|
|
10324
10475
|
</div>
|
|
10325
10476
|
</div>
|
|
@@ -10341,9 +10492,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10341
10492
|
type="button"
|
|
10342
10493
|
>
|
|
10343
10494
|
<span class="v-btn__content">
|
|
10344
|
-
<i class="v-icon notranslate theme--light
|
|
10495
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10345
10496
|
aria-hidden="true"
|
|
10346
10497
|
>
|
|
10498
|
+
$minus
|
|
10347
10499
|
</i>
|
|
10348
10500
|
</span>
|
|
10349
10501
|
</button>
|
|
@@ -10352,9 +10504,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10352
10504
|
type="button"
|
|
10353
10505
|
>
|
|
10354
10506
|
<span class="v-btn__content">
|
|
10355
|
-
<i class="v-icon notranslate theme--light
|
|
10507
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10356
10508
|
aria-hidden="true"
|
|
10357
10509
|
>
|
|
10510
|
+
$close
|
|
10358
10511
|
</i>
|
|
10359
10512
|
</span>
|
|
10360
10513
|
</button>
|
|
@@ -10466,9 +10619,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10466
10619
|
type="button"
|
|
10467
10620
|
>
|
|
10468
10621
|
<span class="v-btn__content">
|
|
10469
|
-
<i class="v-icon notranslate theme--light
|
|
10622
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10470
10623
|
aria-hidden="true"
|
|
10471
10624
|
>
|
|
10625
|
+
$minus
|
|
10472
10626
|
</i>
|
|
10473
10627
|
</span>
|
|
10474
10628
|
</button>
|
|
@@ -10477,9 +10631,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10477
10631
|
type="button"
|
|
10478
10632
|
>
|
|
10479
10633
|
<span class="v-btn__content">
|
|
10480
|
-
<i class="v-icon notranslate theme--light
|
|
10634
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10481
10635
|
aria-hidden="true"
|
|
10482
10636
|
>
|
|
10637
|
+
$close
|
|
10483
10638
|
</i>
|
|
10484
10639
|
</span>
|
|
10485
10640
|
</button>
|
|
@@ -10541,9 +10696,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10541
10696
|
type="button"
|
|
10542
10697
|
>
|
|
10543
10698
|
<span class="v-btn__content">
|
|
10544
|
-
<i class="v-icon notranslate theme--light
|
|
10699
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10545
10700
|
aria-hidden="true"
|
|
10546
10701
|
>
|
|
10702
|
+
$minus
|
|
10547
10703
|
</i>
|
|
10548
10704
|
</span>
|
|
10549
10705
|
</button>
|
|
@@ -10552,9 +10708,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10552
10708
|
type="button"
|
|
10553
10709
|
>
|
|
10554
10710
|
<span class="v-btn__content">
|
|
10555
|
-
<i class="v-icon notranslate theme--light
|
|
10711
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10556
10712
|
aria-hidden="true"
|
|
10557
10713
|
>
|
|
10714
|
+
$close
|
|
10558
10715
|
</i>
|
|
10559
10716
|
</span>
|
|
10560
10717
|
</button>
|
|
@@ -10616,9 +10773,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10616
10773
|
type="button"
|
|
10617
10774
|
>
|
|
10618
10775
|
<span class="v-btn__content">
|
|
10619
|
-
<i class="v-icon notranslate theme--light
|
|
10776
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10620
10777
|
aria-hidden="true"
|
|
10621
10778
|
>
|
|
10779
|
+
$minus
|
|
10622
10780
|
</i>
|
|
10623
10781
|
</span>
|
|
10624
10782
|
</button>
|
|
@@ -10627,9 +10785,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10627
10785
|
type="button"
|
|
10628
10786
|
>
|
|
10629
10787
|
<span class="v-btn__content">
|
|
10630
|
-
<i class="v-icon notranslate theme--light
|
|
10788
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10631
10789
|
aria-hidden="true"
|
|
10632
10790
|
>
|
|
10791
|
+
$close
|
|
10633
10792
|
</i>
|
|
10634
10793
|
</span>
|
|
10635
10794
|
</button>
|
|
@@ -10698,7 +10857,7 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10698
10857
|
<div role="button"
|
|
10699
10858
|
aria-haspopup="listbox"
|
|
10700
10859
|
aria-expanded="false"
|
|
10701
|
-
aria-owns="list-
|
|
10860
|
+
aria-owns="list-294"
|
|
10702
10861
|
class="v-input__slot"
|
|
10703
10862
|
>
|
|
10704
10863
|
<div class="v-select__slot">
|
|
@@ -10709,16 +10868,17 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10709
10868
|
<input aria-label="Rows per page:"
|
|
10710
10869
|
aria-readonly="false"
|
|
10711
10870
|
autocomplete="off"
|
|
10712
|
-
id="input-
|
|
10871
|
+
id="input-294"
|
|
10713
10872
|
readonly
|
|
10714
10873
|
type="text"
|
|
10715
10874
|
>
|
|
10716
10875
|
</div>
|
|
10717
10876
|
<div class="v-input__append-inner">
|
|
10718
10877
|
<div class="v-input__icon v-input__icon--append">
|
|
10719
|
-
<i class="v-icon notranslate theme--light
|
|
10878
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10720
10879
|
aria-hidden="true"
|
|
10721
10880
|
>
|
|
10881
|
+
$dropdown
|
|
10722
10882
|
</i>
|
|
10723
10883
|
</div>
|
|
10724
10884
|
</div>
|
|
@@ -10742,9 +10902,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10742
10902
|
aria-label="Previous page"
|
|
10743
10903
|
>
|
|
10744
10904
|
<span class="v-btn__content">
|
|
10745
|
-
<i class="v-icon notranslate theme--light
|
|
10905
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10746
10906
|
aria-hidden="true"
|
|
10747
10907
|
>
|
|
10908
|
+
$prev
|
|
10748
10909
|
</i>
|
|
10749
10910
|
</span>
|
|
10750
10911
|
</button>
|
|
@@ -10755,9 +10916,10 @@ exports[`VDataTable.ts should render with grouped rows 1`] = `
|
|
|
10755
10916
|
aria-label="Next page"
|
|
10756
10917
|
>
|
|
10757
10918
|
<span class="v-btn__content">
|
|
10758
|
-
<i class="v-icon notranslate theme--light
|
|
10919
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10759
10920
|
aria-hidden="true"
|
|
10760
10921
|
>
|
|
10922
|
+
$next
|
|
10761
10923
|
</i>
|
|
10762
10924
|
</span>
|
|
10763
10925
|
</button>
|
|
@@ -10787,12 +10949,12 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10787
10949
|
<div role="button"
|
|
10788
10950
|
aria-haspopup="listbox"
|
|
10789
10951
|
aria-expanded="false"
|
|
10790
|
-
aria-owns="list-
|
|
10952
|
+
aria-owns="list-246"
|
|
10791
10953
|
class="v-input__slot"
|
|
10792
10954
|
>
|
|
10793
10955
|
<div class="v-select__slot">
|
|
10794
10956
|
<label class="v-label theme--light"
|
|
10795
|
-
for="input-
|
|
10957
|
+
for="input-246"
|
|
10796
10958
|
aria-hidden="false"
|
|
10797
10959
|
style="right: 0px; position: absolute;"
|
|
10798
10960
|
>
|
|
@@ -10801,16 +10963,17 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10801
10963
|
<div class="v-select__selections">
|
|
10802
10964
|
<input aria-readonly="false"
|
|
10803
10965
|
autocomplete="off"
|
|
10804
|
-
id="input-
|
|
10966
|
+
id="input-246"
|
|
10805
10967
|
readonly
|
|
10806
10968
|
type="text"
|
|
10807
10969
|
>
|
|
10808
10970
|
</div>
|
|
10809
10971
|
<div class="v-input__append-inner">
|
|
10810
10972
|
<div class="v-input__icon v-input__icon--append">
|
|
10811
|
-
<i class="v-icon notranslate theme--light
|
|
10973
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10812
10974
|
aria-hidden="true"
|
|
10813
10975
|
>
|
|
10976
|
+
$dropdown
|
|
10814
10977
|
</i>
|
|
10815
10978
|
</div>
|
|
10816
10979
|
</div>
|
|
@@ -10854,7 +11017,7 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10854
11017
|
<div role="button"
|
|
10855
11018
|
aria-haspopup="listbox"
|
|
10856
11019
|
aria-expanded="false"
|
|
10857
|
-
aria-owns="list-
|
|
11020
|
+
aria-owns="list-251"
|
|
10858
11021
|
class="v-input__slot"
|
|
10859
11022
|
>
|
|
10860
11023
|
<div class="v-select__slot">
|
|
@@ -10865,16 +11028,17 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10865
11028
|
<input aria-label="Rows per page:"
|
|
10866
11029
|
aria-readonly="false"
|
|
10867
11030
|
autocomplete="off"
|
|
10868
|
-
id="input-
|
|
11031
|
+
id="input-251"
|
|
10869
11032
|
readonly
|
|
10870
11033
|
type="text"
|
|
10871
11034
|
>
|
|
10872
11035
|
</div>
|
|
10873
11036
|
<div class="v-input__append-inner">
|
|
10874
11037
|
<div class="v-input__icon v-input__icon--append">
|
|
10875
|
-
<i class="v-icon notranslate theme--light
|
|
11038
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10876
11039
|
aria-hidden="true"
|
|
10877
11040
|
>
|
|
11041
|
+
$dropdown
|
|
10878
11042
|
</i>
|
|
10879
11043
|
</div>
|
|
10880
11044
|
</div>
|
|
@@ -10898,9 +11062,10 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10898
11062
|
aria-label="Previous page"
|
|
10899
11063
|
>
|
|
10900
11064
|
<span class="v-btn__content">
|
|
10901
|
-
<i class="v-icon notranslate theme--light
|
|
11065
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10902
11066
|
aria-hidden="true"
|
|
10903
11067
|
>
|
|
11068
|
+
$prev
|
|
10904
11069
|
</i>
|
|
10905
11070
|
</span>
|
|
10906
11071
|
</button>
|
|
@@ -10911,9 +11076,10 @@ exports[`VDataTable.ts should render with item scoped slot 1`] = `
|
|
|
10911
11076
|
aria-label="Next page"
|
|
10912
11077
|
>
|
|
10913
11078
|
<span class="v-btn__content">
|
|
10914
|
-
<i class="v-icon notranslate theme--light
|
|
11079
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10915
11080
|
aria-hidden="true"
|
|
10916
11081
|
>
|
|
11082
|
+
$next
|
|
10917
11083
|
</i>
|
|
10918
11084
|
</span>
|
|
10919
11085
|
</button>
|
|
@@ -10943,12 +11109,12 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10943
11109
|
<div role="button"
|
|
10944
11110
|
aria-haspopup="listbox"
|
|
10945
11111
|
aria-expanded="false"
|
|
10946
|
-
aria-owns="list-
|
|
11112
|
+
aria-owns="list-170"
|
|
10947
11113
|
class="v-input__slot"
|
|
10948
11114
|
>
|
|
10949
11115
|
<div class="v-select__slot">
|
|
10950
11116
|
<label class="v-label theme--light"
|
|
10951
|
-
for="input-
|
|
11117
|
+
for="input-170"
|
|
10952
11118
|
aria-hidden="false"
|
|
10953
11119
|
style="right: 0px; position: absolute;"
|
|
10954
11120
|
>
|
|
@@ -10957,16 +11123,17 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
10957
11123
|
<div class="v-select__selections">
|
|
10958
11124
|
<input aria-readonly="false"
|
|
10959
11125
|
autocomplete="off"
|
|
10960
|
-
id="input-
|
|
11126
|
+
id="input-170"
|
|
10961
11127
|
readonly
|
|
10962
11128
|
type="text"
|
|
10963
11129
|
>
|
|
10964
11130
|
</div>
|
|
10965
11131
|
<div class="v-input__append-inner">
|
|
10966
11132
|
<div class="v-input__icon v-input__icon--append">
|
|
10967
|
-
<i class="v-icon notranslate theme--light
|
|
11133
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
10968
11134
|
aria-hidden="true"
|
|
10969
11135
|
>
|
|
11136
|
+
$dropdown
|
|
10970
11137
|
</i>
|
|
10971
11138
|
</div>
|
|
10972
11139
|
</div>
|
|
@@ -11270,7 +11437,7 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
11270
11437
|
<div role="button"
|
|
11271
11438
|
aria-haspopup="listbox"
|
|
11272
11439
|
aria-expanded="false"
|
|
11273
|
-
aria-owns="list-
|
|
11440
|
+
aria-owns="list-185"
|
|
11274
11441
|
class="v-input__slot"
|
|
11275
11442
|
>
|
|
11276
11443
|
<div class="v-select__slot">
|
|
@@ -11281,16 +11448,17 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
11281
11448
|
<input aria-label="Rows per page:"
|
|
11282
11449
|
aria-readonly="false"
|
|
11283
11450
|
autocomplete="off"
|
|
11284
|
-
id="input-
|
|
11451
|
+
id="input-185"
|
|
11285
11452
|
readonly
|
|
11286
11453
|
type="text"
|
|
11287
11454
|
>
|
|
11288
11455
|
</div>
|
|
11289
11456
|
<div class="v-input__append-inner">
|
|
11290
11457
|
<div class="v-input__icon v-input__icon--append">
|
|
11291
|
-
<i class="v-icon notranslate theme--light
|
|
11458
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11292
11459
|
aria-hidden="true"
|
|
11293
11460
|
>
|
|
11461
|
+
$dropdown
|
|
11294
11462
|
</i>
|
|
11295
11463
|
</div>
|
|
11296
11464
|
</div>
|
|
@@ -11314,9 +11482,10 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
11314
11482
|
aria-label="Previous page"
|
|
11315
11483
|
>
|
|
11316
11484
|
<span class="v-btn__content">
|
|
11317
|
-
<i class="v-icon notranslate theme--light
|
|
11485
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11318
11486
|
aria-hidden="true"
|
|
11319
11487
|
>
|
|
11488
|
+
$prev
|
|
11320
11489
|
</i>
|
|
11321
11490
|
</span>
|
|
11322
11491
|
</button>
|
|
@@ -11327,9 +11496,10 @@ exports[`VDataTable.ts should render with item.expanded scoped slot 1`] = `
|
|
|
11327
11496
|
aria-label="Next page"
|
|
11328
11497
|
>
|
|
11329
11498
|
<span class="v-btn__content">
|
|
11330
|
-
<i class="v-icon notranslate theme--light
|
|
11499
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11331
11500
|
aria-hidden="true"
|
|
11332
11501
|
>
|
|
11502
|
+
$next
|
|
11333
11503
|
</i>
|
|
11334
11504
|
</span>
|
|
11335
11505
|
</button>
|
|
@@ -11360,12 +11530,12 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11360
11530
|
<div role="button"
|
|
11361
11531
|
aria-haspopup="listbox"
|
|
11362
11532
|
aria-expanded="false"
|
|
11363
|
-
aria-owns="list-
|
|
11533
|
+
aria-owns="list-107"
|
|
11364
11534
|
class="v-input__slot"
|
|
11365
11535
|
>
|
|
11366
11536
|
<div class="v-select__slot">
|
|
11367
11537
|
<label class="v-label theme--light"
|
|
11368
|
-
for="input-
|
|
11538
|
+
for="input-107"
|
|
11369
11539
|
aria-hidden="false"
|
|
11370
11540
|
style="right: 0px; position: absolute;"
|
|
11371
11541
|
>
|
|
@@ -11374,16 +11544,17 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11374
11544
|
<div class="v-select__selections">
|
|
11375
11545
|
<input aria-readonly="false"
|
|
11376
11546
|
autocomplete="off"
|
|
11377
|
-
id="input-
|
|
11547
|
+
id="input-107"
|
|
11378
11548
|
readonly
|
|
11379
11549
|
type="text"
|
|
11380
11550
|
>
|
|
11381
11551
|
</div>
|
|
11382
11552
|
<div class="v-input__append-inner">
|
|
11383
11553
|
<div class="v-input__icon v-input__icon--append">
|
|
11384
|
-
<i class="v-icon notranslate theme--light
|
|
11554
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11385
11555
|
aria-hidden="true"
|
|
11386
11556
|
>
|
|
11557
|
+
$dropdown
|
|
11387
11558
|
</i>
|
|
11388
11559
|
</div>
|
|
11389
11560
|
</div>
|
|
@@ -11404,10 +11575,11 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11404
11575
|
<div class="v-data-table__mobile-row__header">
|
|
11405
11576
|
</div>
|
|
11406
11577
|
<div class="v-data-table__mobile-row__cell">
|
|
11407
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
11578
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11408
11579
|
aria-hidden="false"
|
|
11409
11580
|
type="button"
|
|
11410
11581
|
>
|
|
11582
|
+
$expand
|
|
11411
11583
|
</button>
|
|
11412
11584
|
</div>
|
|
11413
11585
|
</td>
|
|
@@ -11465,10 +11637,11 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11465
11637
|
<div class="v-data-table__mobile-row__header">
|
|
11466
11638
|
</div>
|
|
11467
11639
|
<div class="v-data-table__mobile-row__cell">
|
|
11468
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
11640
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11469
11641
|
aria-hidden="false"
|
|
11470
11642
|
type="button"
|
|
11471
11643
|
>
|
|
11644
|
+
$expand
|
|
11472
11645
|
</button>
|
|
11473
11646
|
</div>
|
|
11474
11647
|
</td>
|
|
@@ -11526,10 +11699,11 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11526
11699
|
<div class="v-data-table__mobile-row__header">
|
|
11527
11700
|
</div>
|
|
11528
11701
|
<div class="v-data-table__mobile-row__cell">
|
|
11529
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
11702
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11530
11703
|
aria-hidden="false"
|
|
11531
11704
|
type="button"
|
|
11532
11705
|
>
|
|
11706
|
+
$expand
|
|
11533
11707
|
</button>
|
|
11534
11708
|
</div>
|
|
11535
11709
|
</td>
|
|
@@ -11587,10 +11761,11 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11587
11761
|
<div class="v-data-table__mobile-row__header">
|
|
11588
11762
|
</div>
|
|
11589
11763
|
<div class="v-data-table__mobile-row__cell">
|
|
11590
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
11764
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11591
11765
|
aria-hidden="false"
|
|
11592
11766
|
type="button"
|
|
11593
11767
|
>
|
|
11768
|
+
$expand
|
|
11594
11769
|
</button>
|
|
11595
11770
|
</div>
|
|
11596
11771
|
</td>
|
|
@@ -11648,10 +11823,11 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11648
11823
|
<div class="v-data-table__mobile-row__header">
|
|
11649
11824
|
</div>
|
|
11650
11825
|
<div class="v-data-table__mobile-row__cell">
|
|
11651
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
11826
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11652
11827
|
aria-hidden="false"
|
|
11653
11828
|
type="button"
|
|
11654
11829
|
>
|
|
11830
|
+
$expand
|
|
11655
11831
|
</button>
|
|
11656
11832
|
</div>
|
|
11657
11833
|
</td>
|
|
@@ -11717,7 +11893,7 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11717
11893
|
<div role="button"
|
|
11718
11894
|
aria-haspopup="listbox"
|
|
11719
11895
|
aria-expanded="false"
|
|
11720
|
-
aria-owns="list-
|
|
11896
|
+
aria-owns="list-122"
|
|
11721
11897
|
class="v-input__slot"
|
|
11722
11898
|
>
|
|
11723
11899
|
<div class="v-select__slot">
|
|
@@ -11728,16 +11904,17 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11728
11904
|
<input aria-label="Rows per page:"
|
|
11729
11905
|
aria-readonly="false"
|
|
11730
11906
|
autocomplete="off"
|
|
11731
|
-
id="input-
|
|
11907
|
+
id="input-122"
|
|
11732
11908
|
readonly
|
|
11733
11909
|
type="text"
|
|
11734
11910
|
>
|
|
11735
11911
|
</div>
|
|
11736
11912
|
<div class="v-input__append-inner">
|
|
11737
11913
|
<div class="v-input__icon v-input__icon--append">
|
|
11738
|
-
<i class="v-icon notranslate theme--light
|
|
11914
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11739
11915
|
aria-hidden="true"
|
|
11740
11916
|
>
|
|
11917
|
+
$dropdown
|
|
11741
11918
|
</i>
|
|
11742
11919
|
</div>
|
|
11743
11920
|
</div>
|
|
@@ -11761,9 +11938,10 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11761
11938
|
aria-label="Previous page"
|
|
11762
11939
|
>
|
|
11763
11940
|
<span class="v-btn__content">
|
|
11764
|
-
<i class="v-icon notranslate theme--light
|
|
11941
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11765
11942
|
aria-hidden="true"
|
|
11766
11943
|
>
|
|
11944
|
+
$prev
|
|
11767
11945
|
</i>
|
|
11768
11946
|
</span>
|
|
11769
11947
|
</button>
|
|
@@ -11774,9 +11952,10 @@ exports[`VDataTable.ts should render with showExpand 1`] = `
|
|
|
11774
11952
|
aria-label="Next page"
|
|
11775
11953
|
>
|
|
11776
11954
|
<span class="v-btn__content">
|
|
11777
|
-
<i class="v-icon notranslate theme--light
|
|
11955
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11778
11956
|
aria-hidden="true"
|
|
11779
11957
|
>
|
|
11958
|
+
$next
|
|
11780
11959
|
</i>
|
|
11781
11960
|
</span>
|
|
11782
11961
|
</button>
|
|
@@ -11807,12 +11986,12 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11807
11986
|
<div role="button"
|
|
11808
11987
|
aria-haspopup="listbox"
|
|
11809
11988
|
aria-expanded="false"
|
|
11810
|
-
aria-owns="list-
|
|
11989
|
+
aria-owns="list-107"
|
|
11811
11990
|
class="v-input__slot"
|
|
11812
11991
|
>
|
|
11813
11992
|
<div class="v-select__slot">
|
|
11814
11993
|
<label class="v-label theme--light"
|
|
11815
|
-
for="input-
|
|
11994
|
+
for="input-107"
|
|
11816
11995
|
aria-hidden="false"
|
|
11817
11996
|
style="right: 0px; position: absolute;"
|
|
11818
11997
|
>
|
|
@@ -11821,16 +12000,17 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11821
12000
|
<div class="v-select__selections">
|
|
11822
12001
|
<input aria-readonly="false"
|
|
11823
12002
|
autocomplete="off"
|
|
11824
|
-
id="input-
|
|
12003
|
+
id="input-107"
|
|
11825
12004
|
readonly
|
|
11826
12005
|
type="text"
|
|
11827
12006
|
>
|
|
11828
12007
|
</div>
|
|
11829
12008
|
<div class="v-input__append-inner">
|
|
11830
12009
|
<div class="v-input__icon v-input__icon--append">
|
|
11831
|
-
<i class="v-icon notranslate theme--light
|
|
12010
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
11832
12011
|
aria-hidden="true"
|
|
11833
12012
|
>
|
|
12013
|
+
$dropdown
|
|
11834
12014
|
</i>
|
|
11835
12015
|
</div>
|
|
11836
12016
|
</div>
|
|
@@ -11851,10 +12031,11 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11851
12031
|
<div class="v-data-table__mobile-row__header">
|
|
11852
12032
|
</div>
|
|
11853
12033
|
<div class="v-data-table__mobile-row__cell">
|
|
11854
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
12034
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon v-data-table__expand-icon--active"
|
|
11855
12035
|
aria-hidden="false"
|
|
11856
12036
|
type="button"
|
|
11857
12037
|
>
|
|
12038
|
+
$expand
|
|
11858
12039
|
</button>
|
|
11859
12040
|
</div>
|
|
11860
12041
|
</td>
|
|
@@ -11912,10 +12093,11 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11912
12093
|
<div class="v-data-table__mobile-row__header">
|
|
11913
12094
|
</div>
|
|
11914
12095
|
<div class="v-data-table__mobile-row__cell">
|
|
11915
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
12096
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11916
12097
|
aria-hidden="false"
|
|
11917
12098
|
type="button"
|
|
11918
12099
|
>
|
|
12100
|
+
$expand
|
|
11919
12101
|
</button>
|
|
11920
12102
|
</div>
|
|
11921
12103
|
</td>
|
|
@@ -11973,10 +12155,11 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
11973
12155
|
<div class="v-data-table__mobile-row__header">
|
|
11974
12156
|
</div>
|
|
11975
12157
|
<div class="v-data-table__mobile-row__cell">
|
|
11976
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
12158
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
11977
12159
|
aria-hidden="false"
|
|
11978
12160
|
type="button"
|
|
11979
12161
|
>
|
|
12162
|
+
$expand
|
|
11980
12163
|
</button>
|
|
11981
12164
|
</div>
|
|
11982
12165
|
</td>
|
|
@@ -12034,10 +12217,11 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12034
12217
|
<div class="v-data-table__mobile-row__header">
|
|
12035
12218
|
</div>
|
|
12036
12219
|
<div class="v-data-table__mobile-row__cell">
|
|
12037
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
12220
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
12038
12221
|
aria-hidden="false"
|
|
12039
12222
|
type="button"
|
|
12040
12223
|
>
|
|
12224
|
+
$expand
|
|
12041
12225
|
</button>
|
|
12042
12226
|
</div>
|
|
12043
12227
|
</td>
|
|
@@ -12095,10 +12279,11 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12095
12279
|
<div class="v-data-table__mobile-row__header">
|
|
12096
12280
|
</div>
|
|
12097
12281
|
<div class="v-data-table__mobile-row__cell">
|
|
12098
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
12282
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-data-table__expand-icon"
|
|
12099
12283
|
aria-hidden="false"
|
|
12100
12284
|
type="button"
|
|
12101
12285
|
>
|
|
12286
|
+
$expand
|
|
12102
12287
|
</button>
|
|
12103
12288
|
</div>
|
|
12104
12289
|
</td>
|
|
@@ -12164,7 +12349,7 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12164
12349
|
<div role="button"
|
|
12165
12350
|
aria-haspopup="listbox"
|
|
12166
12351
|
aria-expanded="false"
|
|
12167
|
-
aria-owns="list-
|
|
12352
|
+
aria-owns="list-122"
|
|
12168
12353
|
class="v-input__slot"
|
|
12169
12354
|
>
|
|
12170
12355
|
<div class="v-select__slot">
|
|
@@ -12175,16 +12360,17 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12175
12360
|
<input aria-label="Rows per page:"
|
|
12176
12361
|
aria-readonly="false"
|
|
12177
12362
|
autocomplete="off"
|
|
12178
|
-
id="input-
|
|
12363
|
+
id="input-122"
|
|
12179
12364
|
readonly
|
|
12180
12365
|
type="text"
|
|
12181
12366
|
>
|
|
12182
12367
|
</div>
|
|
12183
12368
|
<div class="v-input__append-inner">
|
|
12184
12369
|
<div class="v-input__icon v-input__icon--append">
|
|
12185
|
-
<i class="v-icon notranslate theme--light
|
|
12370
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12186
12371
|
aria-hidden="true"
|
|
12187
12372
|
>
|
|
12373
|
+
$dropdown
|
|
12188
12374
|
</i>
|
|
12189
12375
|
</div>
|
|
12190
12376
|
</div>
|
|
@@ -12208,9 +12394,10 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12208
12394
|
aria-label="Previous page"
|
|
12209
12395
|
>
|
|
12210
12396
|
<span class="v-btn__content">
|
|
12211
|
-
<i class="v-icon notranslate theme--light
|
|
12397
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12212
12398
|
aria-hidden="true"
|
|
12213
12399
|
>
|
|
12400
|
+
$prev
|
|
12214
12401
|
</i>
|
|
12215
12402
|
</span>
|
|
12216
12403
|
</button>
|
|
@@ -12221,9 +12408,10 @@ exports[`VDataTable.ts should render with showExpand 2`] = `
|
|
|
12221
12408
|
aria-label="Next page"
|
|
12222
12409
|
>
|
|
12223
12410
|
<span class="v-btn__content">
|
|
12224
|
-
<i class="v-icon notranslate theme--light
|
|
12411
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12225
12412
|
aria-hidden="true"
|
|
12226
12413
|
>
|
|
12414
|
+
$next
|
|
12227
12415
|
</i>
|
|
12228
12416
|
</span>
|
|
12229
12417
|
</button>
|
|
@@ -12254,9 +12442,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12254
12442
|
>
|
|
12255
12443
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12256
12444
|
<div class="v-input--selection-controls__input">
|
|
12257
|
-
<i class="v-icon notranslate theme--light
|
|
12445
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12258
12446
|
aria-hidden="true"
|
|
12259
12447
|
>
|
|
12448
|
+
$checkboxOff
|
|
12260
12449
|
</i>
|
|
12261
12450
|
<div class="v-input--selection-controls__ripple">
|
|
12262
12451
|
</div>
|
|
@@ -12268,12 +12457,12 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12268
12457
|
<div role="button"
|
|
12269
12458
|
aria-haspopup="listbox"
|
|
12270
12459
|
aria-expanded="false"
|
|
12271
|
-
aria-owns="list-
|
|
12460
|
+
aria-owns="list-137"
|
|
12272
12461
|
class="v-input__slot"
|
|
12273
12462
|
>
|
|
12274
12463
|
<div class="v-select__slot">
|
|
12275
12464
|
<label class="v-label theme--light"
|
|
12276
|
-
for="input-
|
|
12465
|
+
for="input-137"
|
|
12277
12466
|
aria-hidden="false"
|
|
12278
12467
|
style="right: 0px; position: absolute;"
|
|
12279
12468
|
>
|
|
@@ -12282,16 +12471,17 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12282
12471
|
<div class="v-select__selections">
|
|
12283
12472
|
<input aria-readonly="false"
|
|
12284
12473
|
autocomplete="off"
|
|
12285
|
-
id="input-
|
|
12474
|
+
id="input-137"
|
|
12286
12475
|
readonly
|
|
12287
12476
|
type="text"
|
|
12288
12477
|
>
|
|
12289
12478
|
</div>
|
|
12290
12479
|
<div class="v-input__append-inner">
|
|
12291
12480
|
<div class="v-input__icon v-input__icon--append">
|
|
12292
|
-
<i class="v-icon notranslate theme--light
|
|
12481
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12293
12482
|
aria-hidden="true"
|
|
12294
12483
|
>
|
|
12484
|
+
$dropdown
|
|
12295
12485
|
</i>
|
|
12296
12486
|
</div>
|
|
12297
12487
|
</div>
|
|
@@ -12314,9 +12504,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12314
12504
|
<div class="v-data-table__mobile-row__cell">
|
|
12315
12505
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12316
12506
|
<div class="v-input--selection-controls__input">
|
|
12317
|
-
<i class="v-icon notranslate theme--light
|
|
12507
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12318
12508
|
aria-hidden="true"
|
|
12319
12509
|
>
|
|
12510
|
+
$checkboxOff
|
|
12320
12511
|
</i>
|
|
12321
12512
|
<div class="v-input--selection-controls__ripple">
|
|
12322
12513
|
</div>
|
|
@@ -12380,9 +12571,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12380
12571
|
<div class="v-data-table__mobile-row__cell">
|
|
12381
12572
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12382
12573
|
<div class="v-input--selection-controls__input">
|
|
12383
|
-
<i class="v-icon notranslate theme--light
|
|
12574
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12384
12575
|
aria-hidden="true"
|
|
12385
12576
|
>
|
|
12577
|
+
$checkboxOff
|
|
12386
12578
|
</i>
|
|
12387
12579
|
<div class="v-input--selection-controls__ripple">
|
|
12388
12580
|
</div>
|
|
@@ -12446,9 +12638,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12446
12638
|
<div class="v-data-table__mobile-row__cell">
|
|
12447
12639
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12448
12640
|
<div class="v-input--selection-controls__input">
|
|
12449
|
-
<i class="v-icon notranslate theme--light
|
|
12641
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12450
12642
|
aria-hidden="true"
|
|
12451
12643
|
>
|
|
12644
|
+
$checkboxOff
|
|
12452
12645
|
</i>
|
|
12453
12646
|
<div class="v-input--selection-controls__ripple">
|
|
12454
12647
|
</div>
|
|
@@ -12512,9 +12705,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12512
12705
|
<div class="v-data-table__mobile-row__cell">
|
|
12513
12706
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12514
12707
|
<div class="v-input--selection-controls__input">
|
|
12515
|
-
<i class="v-icon notranslate theme--light
|
|
12708
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12516
12709
|
aria-hidden="true"
|
|
12517
12710
|
>
|
|
12711
|
+
$checkboxOff
|
|
12518
12712
|
</i>
|
|
12519
12713
|
<div class="v-input--selection-controls__ripple">
|
|
12520
12714
|
</div>
|
|
@@ -12578,9 +12772,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12578
12772
|
<div class="v-data-table__mobile-row__cell">
|
|
12579
12773
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12580
12774
|
<div class="v-input--selection-controls__input">
|
|
12581
|
-
<i class="v-icon notranslate theme--light
|
|
12775
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12582
12776
|
aria-hidden="true"
|
|
12583
12777
|
>
|
|
12778
|
+
$checkboxOff
|
|
12584
12779
|
</i>
|
|
12585
12780
|
<div class="v-input--selection-controls__ripple">
|
|
12586
12781
|
</div>
|
|
@@ -12650,7 +12845,7 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12650
12845
|
<div role="button"
|
|
12651
12846
|
aria-haspopup="listbox"
|
|
12652
12847
|
aria-expanded="false"
|
|
12653
|
-
aria-owns="list-
|
|
12848
|
+
aria-owns="list-157"
|
|
12654
12849
|
class="v-input__slot"
|
|
12655
12850
|
>
|
|
12656
12851
|
<div class="v-select__slot">
|
|
@@ -12661,16 +12856,17 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12661
12856
|
<input aria-label="Rows per page:"
|
|
12662
12857
|
aria-readonly="false"
|
|
12663
12858
|
autocomplete="off"
|
|
12664
|
-
id="input-
|
|
12859
|
+
id="input-157"
|
|
12665
12860
|
readonly
|
|
12666
12861
|
type="text"
|
|
12667
12862
|
>
|
|
12668
12863
|
</div>
|
|
12669
12864
|
<div class="v-input__append-inner">
|
|
12670
12865
|
<div class="v-input__icon v-input__icon--append">
|
|
12671
|
-
<i class="v-icon notranslate theme--light
|
|
12866
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12672
12867
|
aria-hidden="true"
|
|
12673
12868
|
>
|
|
12869
|
+
$dropdown
|
|
12674
12870
|
</i>
|
|
12675
12871
|
</div>
|
|
12676
12872
|
</div>
|
|
@@ -12694,9 +12890,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12694
12890
|
aria-label="Previous page"
|
|
12695
12891
|
>
|
|
12696
12892
|
<span class="v-btn__content">
|
|
12697
|
-
<i class="v-icon notranslate theme--light
|
|
12893
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12698
12894
|
aria-hidden="true"
|
|
12699
12895
|
>
|
|
12896
|
+
$prev
|
|
12700
12897
|
</i>
|
|
12701
12898
|
</span>
|
|
12702
12899
|
</button>
|
|
@@ -12707,9 +12904,10 @@ exports[`VDataTable.ts should render with showSelect 1`] = `
|
|
|
12707
12904
|
aria-label="Next page"
|
|
12708
12905
|
>
|
|
12709
12906
|
<span class="v-btn__content">
|
|
12710
|
-
<i class="v-icon notranslate theme--light
|
|
12907
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12711
12908
|
aria-hidden="true"
|
|
12712
12909
|
>
|
|
12910
|
+
$next
|
|
12713
12911
|
</i>
|
|
12714
12912
|
</span>
|
|
12715
12913
|
</button>
|
|
@@ -12740,12 +12938,12 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12740
12938
|
<div role="button"
|
|
12741
12939
|
aria-haspopup="listbox"
|
|
12742
12940
|
aria-expanded="false"
|
|
12743
|
-
aria-owns="list-
|
|
12941
|
+
aria-owns="list-707"
|
|
12744
12942
|
class="v-input__slot"
|
|
12745
12943
|
>
|
|
12746
12944
|
<div class="v-select__slot">
|
|
12747
12945
|
<label class="v-label theme--light"
|
|
12748
|
-
for="input-
|
|
12946
|
+
for="input-707"
|
|
12749
12947
|
aria-hidden="false"
|
|
12750
12948
|
style="right: 0px; position: absolute;"
|
|
12751
12949
|
>
|
|
@@ -12754,16 +12952,17 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12754
12952
|
<div class="v-select__selections">
|
|
12755
12953
|
<input aria-readonly="false"
|
|
12756
12954
|
autocomplete="off"
|
|
12757
|
-
id="input-
|
|
12955
|
+
id="input-707"
|
|
12758
12956
|
readonly
|
|
12759
12957
|
type="text"
|
|
12760
12958
|
>
|
|
12761
12959
|
</div>
|
|
12762
12960
|
<div class="v-input__append-inner">
|
|
12763
12961
|
<div class="v-input__icon v-input__icon--append">
|
|
12764
|
-
<i class="v-icon notranslate theme--light
|
|
12962
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12765
12963
|
aria-hidden="true"
|
|
12766
12964
|
>
|
|
12965
|
+
$dropdown
|
|
12767
12966
|
</i>
|
|
12768
12967
|
</div>
|
|
12769
12968
|
</div>
|
|
@@ -12786,9 +12985,10 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12786
12985
|
<div class="v-data-table__mobile-row__cell">
|
|
12787
12986
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12788
12987
|
<div class="v-input--selection-controls__input">
|
|
12789
|
-
<i class="v-icon notranslate theme--light
|
|
12988
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12790
12989
|
aria-hidden="true"
|
|
12791
12990
|
>
|
|
12991
|
+
$checkboxOn
|
|
12792
12992
|
</i>
|
|
12793
12993
|
<div class="v-input--selection-controls__ripple">
|
|
12794
12994
|
</div>
|
|
@@ -12852,9 +13052,10 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12852
13052
|
<div class="v-data-table__mobile-row__cell">
|
|
12853
13053
|
<div class="v-simple-checkbox v-data-table__checkbox v-data-table__checkbox">
|
|
12854
13054
|
<div class="v-input--selection-controls__input">
|
|
12855
|
-
<i class="v-icon notranslate theme--light
|
|
13055
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12856
13056
|
aria-hidden="true"
|
|
12857
13057
|
>
|
|
13058
|
+
$checkboxOff
|
|
12858
13059
|
</i>
|
|
12859
13060
|
<div class="v-input--selection-controls__ripple">
|
|
12860
13061
|
</div>
|
|
@@ -12924,7 +13125,7 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12924
13125
|
<div role="button"
|
|
12925
13126
|
aria-haspopup="listbox"
|
|
12926
13127
|
aria-expanded="false"
|
|
12927
|
-
aria-owns="list-
|
|
13128
|
+
aria-owns="list-718"
|
|
12928
13129
|
class="v-input__slot"
|
|
12929
13130
|
>
|
|
12930
13131
|
<div class="v-select__slot">
|
|
@@ -12935,16 +13136,17 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12935
13136
|
<input aria-label="Rows per page:"
|
|
12936
13137
|
aria-readonly="false"
|
|
12937
13138
|
autocomplete="off"
|
|
12938
|
-
id="input-
|
|
13139
|
+
id="input-718"
|
|
12939
13140
|
readonly
|
|
12940
13141
|
type="text"
|
|
12941
13142
|
>
|
|
12942
13143
|
</div>
|
|
12943
13144
|
<div class="v-input__append-inner">
|
|
12944
13145
|
<div class="v-input__icon v-input__icon--append">
|
|
12945
|
-
<i class="v-icon notranslate theme--light
|
|
13146
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12946
13147
|
aria-hidden="true"
|
|
12947
13148
|
>
|
|
13149
|
+
$dropdown
|
|
12948
13150
|
</i>
|
|
12949
13151
|
</div>
|
|
12950
13152
|
</div>
|
|
@@ -12968,9 +13170,10 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12968
13170
|
aria-label="Previous page"
|
|
12969
13171
|
>
|
|
12970
13172
|
<span class="v-btn__content">
|
|
12971
|
-
<i class="v-icon notranslate theme--light
|
|
13173
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12972
13174
|
aria-hidden="true"
|
|
12973
13175
|
>
|
|
13176
|
+
$prev
|
|
12974
13177
|
</i>
|
|
12975
13178
|
</span>
|
|
12976
13179
|
</button>
|
|
@@ -12982,9 +13185,10 @@ exports[`VDataTable.ts should render with single-select checkboxes 1`] = `
|
|
|
12982
13185
|
aria-label="Next page"
|
|
12983
13186
|
>
|
|
12984
13187
|
<span class="v-btn__content">
|
|
12985
|
-
<i class="v-icon notranslate theme--light
|
|
13188
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
12986
13189
|
aria-hidden="true"
|
|
12987
13190
|
>
|
|
13191
|
+
$next
|
|
12988
13192
|
</i>
|
|
12989
13193
|
</span>
|
|
12990
13194
|
</button>
|
|
@@ -13009,12 +13213,12 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13009
13213
|
<div role="button"
|
|
13010
13214
|
aria-haspopup="listbox"
|
|
13011
13215
|
aria-expanded="false"
|
|
13012
|
-
aria-owns="list-
|
|
13216
|
+
aria-owns="list-1038"
|
|
13013
13217
|
class="v-input__slot"
|
|
13014
13218
|
>
|
|
13015
13219
|
<div class="v-select__slot">
|
|
13016
13220
|
<label class="v-label theme--light"
|
|
13017
|
-
for="input-
|
|
13221
|
+
for="input-1038"
|
|
13018
13222
|
aria-hidden="false"
|
|
13019
13223
|
style="right: 0px; position: absolute;"
|
|
13020
13224
|
>
|
|
@@ -13023,16 +13227,17 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13023
13227
|
<div class="v-select__selections">
|
|
13024
13228
|
<input aria-readonly="false"
|
|
13025
13229
|
autocomplete="off"
|
|
13026
|
-
id="input-
|
|
13230
|
+
id="input-1038"
|
|
13027
13231
|
readonly
|
|
13028
13232
|
type="text"
|
|
13029
13233
|
>
|
|
13030
13234
|
</div>
|
|
13031
13235
|
<div class="v-input__append-inner">
|
|
13032
13236
|
<div class="v-input__icon v-input__icon--append">
|
|
13033
|
-
<i class="v-icon notranslate theme--light
|
|
13237
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13034
13238
|
aria-hidden="true"
|
|
13035
13239
|
>
|
|
13240
|
+
$dropdown
|
|
13036
13241
|
</i>
|
|
13037
13242
|
</div>
|
|
13038
13243
|
</div>
|
|
@@ -13161,7 +13366,7 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13161
13366
|
<div role="button"
|
|
13162
13367
|
aria-haspopup="listbox"
|
|
13163
13368
|
aria-expanded="false"
|
|
13164
|
-
aria-owns="list-
|
|
13369
|
+
aria-owns="list-1053"
|
|
13165
13370
|
class="v-input__slot"
|
|
13166
13371
|
>
|
|
13167
13372
|
<div class="v-select__slot">
|
|
@@ -13172,16 +13377,17 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13172
13377
|
<input aria-label="Rows per page:"
|
|
13173
13378
|
aria-readonly="false"
|
|
13174
13379
|
autocomplete="off"
|
|
13175
|
-
id="input-
|
|
13380
|
+
id="input-1053"
|
|
13176
13381
|
readonly
|
|
13177
13382
|
type="text"
|
|
13178
13383
|
>
|
|
13179
13384
|
</div>
|
|
13180
13385
|
<div class="v-input__append-inner">
|
|
13181
13386
|
<div class="v-input__icon v-input__icon--append">
|
|
13182
|
-
<i class="v-icon notranslate theme--light
|
|
13387
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13183
13388
|
aria-hidden="true"
|
|
13184
13389
|
>
|
|
13390
|
+
$dropdown
|
|
13185
13391
|
</i>
|
|
13186
13392
|
</div>
|
|
13187
13393
|
</div>
|
|
@@ -13205,9 +13411,10 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13205
13411
|
aria-label="Previous page"
|
|
13206
13412
|
>
|
|
13207
13413
|
<span class="v-btn__content">
|
|
13208
|
-
<i class="v-icon notranslate theme--light
|
|
13414
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13209
13415
|
aria-hidden="true"
|
|
13210
13416
|
>
|
|
13417
|
+
$prev
|
|
13211
13418
|
</i>
|
|
13212
13419
|
</span>
|
|
13213
13420
|
</button>
|
|
@@ -13219,9 +13426,10 @@ exports[`VDataTable.ts should respect mustSort property on options 1`] = `
|
|
|
13219
13426
|
aria-label="Next page"
|
|
13220
13427
|
>
|
|
13221
13428
|
<span class="v-btn__content">
|
|
13222
|
-
<i class="v-icon notranslate theme--light
|
|
13429
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13223
13430
|
aria-hidden="true"
|
|
13224
13431
|
>
|
|
13432
|
+
$next
|
|
13225
13433
|
</i>
|
|
13226
13434
|
</span>
|
|
13227
13435
|
</button>
|
|
@@ -13247,12 +13455,12 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13247
13455
|
<div role="button"
|
|
13248
13456
|
aria-haspopup="listbox"
|
|
13249
13457
|
aria-expanded="false"
|
|
13250
|
-
aria-owns="list-
|
|
13458
|
+
aria-owns="list-783"
|
|
13251
13459
|
class="v-input__slot"
|
|
13252
13460
|
>
|
|
13253
13461
|
<div class="v-select__slot">
|
|
13254
13462
|
<label class="v-label theme--light"
|
|
13255
|
-
for="input-
|
|
13463
|
+
for="input-783"
|
|
13256
13464
|
aria-hidden="false"
|
|
13257
13465
|
style="right: 0px; position: absolute;"
|
|
13258
13466
|
>
|
|
@@ -13261,16 +13469,17 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13261
13469
|
<div class="v-select__selections">
|
|
13262
13470
|
<input aria-readonly="false"
|
|
13263
13471
|
autocomplete="off"
|
|
13264
|
-
id="input-
|
|
13472
|
+
id="input-783"
|
|
13265
13473
|
readonly
|
|
13266
13474
|
type="text"
|
|
13267
13475
|
>
|
|
13268
13476
|
</div>
|
|
13269
13477
|
<div class="v-input__append-inner">
|
|
13270
13478
|
<div class="v-input__icon v-input__icon--append">
|
|
13271
|
-
<i class="v-icon notranslate theme--light
|
|
13479
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13272
13480
|
aria-hidden="true"
|
|
13273
13481
|
>
|
|
13482
|
+
$dropdown
|
|
13274
13483
|
</i>
|
|
13275
13484
|
</div>
|
|
13276
13485
|
</div>
|
|
@@ -13292,9 +13501,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13292
13501
|
type="button"
|
|
13293
13502
|
>
|
|
13294
13503
|
<span class="v-btn__content">
|
|
13295
|
-
<i class="v-icon notranslate theme--light
|
|
13504
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13296
13505
|
aria-hidden="true"
|
|
13297
13506
|
>
|
|
13507
|
+
$minus
|
|
13298
13508
|
</i>
|
|
13299
13509
|
</span>
|
|
13300
13510
|
</button>
|
|
@@ -13303,9 +13513,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13303
13513
|
type="button"
|
|
13304
13514
|
>
|
|
13305
13515
|
<span class="v-btn__content">
|
|
13306
|
-
<i class="v-icon notranslate theme--light
|
|
13516
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13307
13517
|
aria-hidden="true"
|
|
13308
13518
|
>
|
|
13519
|
+
$close
|
|
13309
13520
|
</i>
|
|
13310
13521
|
</span>
|
|
13311
13522
|
</button>
|
|
@@ -13335,9 +13546,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13335
13546
|
type="button"
|
|
13336
13547
|
>
|
|
13337
13548
|
<span class="v-btn__content">
|
|
13338
|
-
<i class="v-icon notranslate theme--light
|
|
13549
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13339
13550
|
aria-hidden="true"
|
|
13340
13551
|
>
|
|
13552
|
+
$minus
|
|
13341
13553
|
</i>
|
|
13342
13554
|
</span>
|
|
13343
13555
|
</button>
|
|
@@ -13346,9 +13558,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13346
13558
|
type="button"
|
|
13347
13559
|
>
|
|
13348
13560
|
<span class="v-btn__content">
|
|
13349
|
-
<i class="v-icon notranslate theme--light
|
|
13561
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13350
13562
|
aria-hidden="true"
|
|
13351
13563
|
>
|
|
13564
|
+
$close
|
|
13352
13565
|
</i>
|
|
13353
13566
|
</span>
|
|
13354
13567
|
</button>
|
|
@@ -13385,7 +13598,7 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13385
13598
|
<div role="button"
|
|
13386
13599
|
aria-haspopup="listbox"
|
|
13387
13600
|
aria-expanded="false"
|
|
13388
|
-
aria-owns="list-
|
|
13601
|
+
aria-owns="list-800"
|
|
13389
13602
|
class="v-input__slot"
|
|
13390
13603
|
>
|
|
13391
13604
|
<div class="v-select__slot">
|
|
@@ -13396,16 +13609,17 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13396
13609
|
<input aria-label="Rows per page:"
|
|
13397
13610
|
aria-readonly="false"
|
|
13398
13611
|
autocomplete="off"
|
|
13399
|
-
id="input-
|
|
13612
|
+
id="input-800"
|
|
13400
13613
|
readonly
|
|
13401
13614
|
type="text"
|
|
13402
13615
|
>
|
|
13403
13616
|
</div>
|
|
13404
13617
|
<div class="v-input__append-inner">
|
|
13405
13618
|
<div class="v-input__icon v-input__icon--append">
|
|
13406
|
-
<i class="v-icon notranslate theme--light
|
|
13619
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13407
13620
|
aria-hidden="true"
|
|
13408
13621
|
>
|
|
13622
|
+
$dropdown
|
|
13409
13623
|
</i>
|
|
13410
13624
|
</div>
|
|
13411
13625
|
</div>
|
|
@@ -13429,9 +13643,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13429
13643
|
aria-label="Previous page"
|
|
13430
13644
|
>
|
|
13431
13645
|
<span class="v-btn__content">
|
|
13432
|
-
<i class="v-icon notranslate theme--light
|
|
13646
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13433
13647
|
aria-hidden="true"
|
|
13434
13648
|
>
|
|
13649
|
+
$prev
|
|
13435
13650
|
</i>
|
|
13436
13651
|
</span>
|
|
13437
13652
|
</button>
|
|
@@ -13443,9 +13658,10 @@ exports[`VDataTable.ts should search group-by column 1`] = `
|
|
|
13443
13658
|
aria-label="Next page"
|
|
13444
13659
|
>
|
|
13445
13660
|
<span class="v-btn__content">
|
|
13446
|
-
<i class="v-icon notranslate theme--light
|
|
13661
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13447
13662
|
aria-hidden="true"
|
|
13448
13663
|
>
|
|
13664
|
+
$next
|
|
13449
13665
|
</i>
|
|
13450
13666
|
</span>
|
|
13451
13667
|
</button>
|
|
@@ -13470,12 +13686,12 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13470
13686
|
<div role="button"
|
|
13471
13687
|
aria-haspopup="listbox"
|
|
13472
13688
|
aria-expanded="false"
|
|
13473
|
-
aria-owns="list-
|
|
13689
|
+
aria-owns="list-783"
|
|
13474
13690
|
class="v-input__slot"
|
|
13475
13691
|
>
|
|
13476
13692
|
<div class="v-select__slot">
|
|
13477
13693
|
<label class="v-label theme--light"
|
|
13478
|
-
for="input-
|
|
13694
|
+
for="input-783"
|
|
13479
13695
|
aria-hidden="false"
|
|
13480
13696
|
style="right: 0px; position: absolute;"
|
|
13481
13697
|
>
|
|
@@ -13484,16 +13700,17 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13484
13700
|
<div class="v-select__selections">
|
|
13485
13701
|
<input aria-readonly="false"
|
|
13486
13702
|
autocomplete="off"
|
|
13487
|
-
id="input-
|
|
13703
|
+
id="input-783"
|
|
13488
13704
|
readonly
|
|
13489
13705
|
type="text"
|
|
13490
13706
|
>
|
|
13491
13707
|
</div>
|
|
13492
13708
|
<div class="v-input__append-inner">
|
|
13493
13709
|
<div class="v-input__icon v-input__icon--append">
|
|
13494
|
-
<i class="v-icon notranslate theme--light
|
|
13710
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13495
13711
|
aria-hidden="true"
|
|
13496
13712
|
>
|
|
13713
|
+
$dropdown
|
|
13497
13714
|
</i>
|
|
13498
13715
|
</div>
|
|
13499
13716
|
</div>
|
|
@@ -13515,9 +13732,10 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13515
13732
|
type="button"
|
|
13516
13733
|
>
|
|
13517
13734
|
<span class="v-btn__content">
|
|
13518
|
-
<i class="v-icon notranslate theme--light
|
|
13735
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13519
13736
|
aria-hidden="true"
|
|
13520
13737
|
>
|
|
13738
|
+
$minus
|
|
13521
13739
|
</i>
|
|
13522
13740
|
</span>
|
|
13523
13741
|
</button>
|
|
@@ -13526,9 +13744,10 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13526
13744
|
type="button"
|
|
13527
13745
|
>
|
|
13528
13746
|
<span class="v-btn__content">
|
|
13529
|
-
<i class="v-icon notranslate theme--light
|
|
13747
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13530
13748
|
aria-hidden="true"
|
|
13531
13749
|
>
|
|
13750
|
+
$close
|
|
13532
13751
|
</i>
|
|
13533
13752
|
</span>
|
|
13534
13753
|
</button>
|
|
@@ -13557,7 +13776,7 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13557
13776
|
<div role="button"
|
|
13558
13777
|
aria-haspopup="listbox"
|
|
13559
13778
|
aria-expanded="false"
|
|
13560
|
-
aria-owns="list-
|
|
13779
|
+
aria-owns="list-800"
|
|
13561
13780
|
class="v-input__slot"
|
|
13562
13781
|
>
|
|
13563
13782
|
<div class="v-select__slot">
|
|
@@ -13568,16 +13787,17 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13568
13787
|
<input aria-label="Rows per page:"
|
|
13569
13788
|
aria-readonly="false"
|
|
13570
13789
|
autocomplete="off"
|
|
13571
|
-
id="input-
|
|
13790
|
+
id="input-800"
|
|
13572
13791
|
readonly
|
|
13573
13792
|
type="text"
|
|
13574
13793
|
>
|
|
13575
13794
|
</div>
|
|
13576
13795
|
<div class="v-input__append-inner">
|
|
13577
13796
|
<div class="v-input__icon v-input__icon--append">
|
|
13578
|
-
<i class="v-icon notranslate theme--light
|
|
13797
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13579
13798
|
aria-hidden="true"
|
|
13580
13799
|
>
|
|
13800
|
+
$dropdown
|
|
13581
13801
|
</i>
|
|
13582
13802
|
</div>
|
|
13583
13803
|
</div>
|
|
@@ -13601,9 +13821,10 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13601
13821
|
aria-label="Previous page"
|
|
13602
13822
|
>
|
|
13603
13823
|
<span class="v-btn__content">
|
|
13604
|
-
<i class="v-icon notranslate theme--light
|
|
13824
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13605
13825
|
aria-hidden="true"
|
|
13606
13826
|
>
|
|
13827
|
+
$prev
|
|
13607
13828
|
</i>
|
|
13608
13829
|
</span>
|
|
13609
13830
|
</button>
|
|
@@ -13615,9 +13836,10 @@ exports[`VDataTable.ts should search group-by column 2`] = `
|
|
|
13615
13836
|
aria-label="Next page"
|
|
13616
13837
|
>
|
|
13617
13838
|
<span class="v-btn__content">
|
|
13618
|
-
<i class="v-icon notranslate theme--light
|
|
13839
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13619
13840
|
aria-hidden="true"
|
|
13620
13841
|
>
|
|
13842
|
+
$next
|
|
13621
13843
|
</i>
|
|
13622
13844
|
</span>
|
|
13623
13845
|
</button>
|
|
@@ -13647,12 +13869,12 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
13647
13869
|
<div role="button"
|
|
13648
13870
|
aria-haspopup="listbox"
|
|
13649
13871
|
aria-expanded="false"
|
|
13650
|
-
aria-owns="list-
|
|
13872
|
+
aria-owns="list-881"
|
|
13651
13873
|
class="v-input__slot"
|
|
13652
13874
|
>
|
|
13653
13875
|
<div class="v-select__slot">
|
|
13654
13876
|
<label class="v-label v-label--active theme--light"
|
|
13655
|
-
for="input-
|
|
13877
|
+
for="input-881"
|
|
13656
13878
|
aria-hidden="false"
|
|
13657
13879
|
style="right: 0px; position: absolute;"
|
|
13658
13880
|
>
|
|
@@ -13663,26 +13885,28 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
13663
13885
|
<span class="v-chip__content">
|
|
13664
13886
|
Calories
|
|
13665
13887
|
<div class="v-chip__close sortable active desc">
|
|
13666
|
-
<i class="v-icon notranslate theme--light
|
|
13888
|
+
<i class="v-icon notranslate material-icons theme--light v-data-table-header__icon"
|
|
13667
13889
|
aria-hidden="true"
|
|
13668
13890
|
style="font-size: 18px;"
|
|
13669
13891
|
>
|
|
13892
|
+
$sort
|
|
13670
13893
|
</i>
|
|
13671
13894
|
</div>
|
|
13672
13895
|
</span>
|
|
13673
13896
|
</span>
|
|
13674
13897
|
<input aria-readonly="false"
|
|
13675
13898
|
autocomplete="off"
|
|
13676
|
-
id="input-
|
|
13899
|
+
id="input-881"
|
|
13677
13900
|
readonly
|
|
13678
13901
|
type="text"
|
|
13679
13902
|
>
|
|
13680
13903
|
</div>
|
|
13681
13904
|
<div class="v-input__append-inner">
|
|
13682
13905
|
<div class="v-input__icon v-input__icon--append">
|
|
13683
|
-
<i class="v-icon notranslate theme--light
|
|
13906
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13684
13907
|
aria-hidden="true"
|
|
13685
13908
|
>
|
|
13909
|
+
$dropdown
|
|
13686
13910
|
</i>
|
|
13687
13911
|
</div>
|
|
13688
13912
|
</div>
|
|
@@ -13963,7 +14187,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
13963
14187
|
<div role="button"
|
|
13964
14188
|
aria-haspopup="listbox"
|
|
13965
14189
|
aria-expanded="false"
|
|
13966
|
-
aria-owns="list-
|
|
14190
|
+
aria-owns="list-893"
|
|
13967
14191
|
class="v-input__slot"
|
|
13968
14192
|
>
|
|
13969
14193
|
<div class="v-select__slot">
|
|
@@ -13974,16 +14198,17 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
13974
14198
|
<input aria-label="Rows per page:"
|
|
13975
14199
|
aria-readonly="false"
|
|
13976
14200
|
autocomplete="off"
|
|
13977
|
-
id="input-
|
|
14201
|
+
id="input-893"
|
|
13978
14202
|
readonly
|
|
13979
14203
|
type="text"
|
|
13980
14204
|
>
|
|
13981
14205
|
</div>
|
|
13982
14206
|
<div class="v-input__append-inner">
|
|
13983
14207
|
<div class="v-input__icon v-input__icon--append">
|
|
13984
|
-
<i class="v-icon notranslate theme--light
|
|
14208
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
13985
14209
|
aria-hidden="true"
|
|
13986
14210
|
>
|
|
14211
|
+
$dropdown
|
|
13987
14212
|
</i>
|
|
13988
14213
|
</div>
|
|
13989
14214
|
</div>
|
|
@@ -14007,9 +14232,10 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
14007
14232
|
aria-label="Previous page"
|
|
14008
14233
|
>
|
|
14009
14234
|
<span class="v-btn__content">
|
|
14010
|
-
<i class="v-icon notranslate theme--light
|
|
14235
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14011
14236
|
aria-hidden="true"
|
|
14012
14237
|
>
|
|
14238
|
+
$prev
|
|
14013
14239
|
</i>
|
|
14014
14240
|
</span>
|
|
14015
14241
|
</button>
|
|
@@ -14021,9 +14247,10 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
|
|
|
14021
14247
|
aria-label="Next page"
|
|
14022
14248
|
>
|
|
14023
14249
|
<span class="v-btn__content">
|
|
14024
|
-
<i class="v-icon notranslate theme--light
|
|
14250
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14025
14251
|
aria-hidden="true"
|
|
14026
14252
|
>
|
|
14253
|
+
$next
|
|
14027
14254
|
</i>
|
|
14028
14255
|
</span>
|
|
14029
14256
|
</button>
|
|
@@ -14053,12 +14280,12 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14053
14280
|
<div role="button"
|
|
14054
14281
|
aria-haspopup="listbox"
|
|
14055
14282
|
aria-expanded="false"
|
|
14056
|
-
aria-owns="list-
|
|
14283
|
+
aria-owns="list-881"
|
|
14057
14284
|
class="v-input__slot"
|
|
14058
14285
|
>
|
|
14059
14286
|
<div class="v-select__slot">
|
|
14060
14287
|
<label class="v-label v-label--active theme--light"
|
|
14061
|
-
for="input-
|
|
14288
|
+
for="input-881"
|
|
14062
14289
|
aria-hidden="false"
|
|
14063
14290
|
style="right: 0px; position: absolute;"
|
|
14064
14291
|
>
|
|
@@ -14069,26 +14296,28 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14069
14296
|
<span class="v-chip__content">
|
|
14070
14297
|
Calories
|
|
14071
14298
|
<div class="v-chip__close sortable active desc">
|
|
14072
|
-
<i class="v-icon notranslate theme--light
|
|
14299
|
+
<i class="v-icon notranslate material-icons theme--light v-data-table-header__icon"
|
|
14073
14300
|
aria-hidden="true"
|
|
14074
14301
|
style="font-size: 18px;"
|
|
14075
14302
|
>
|
|
14303
|
+
$sort
|
|
14076
14304
|
</i>
|
|
14077
14305
|
</div>
|
|
14078
14306
|
</span>
|
|
14079
14307
|
</span>
|
|
14080
14308
|
<input aria-readonly="false"
|
|
14081
14309
|
autocomplete="off"
|
|
14082
|
-
id="input-
|
|
14310
|
+
id="input-881"
|
|
14083
14311
|
readonly
|
|
14084
14312
|
type="text"
|
|
14085
14313
|
>
|
|
14086
14314
|
</div>
|
|
14087
14315
|
<div class="v-input__append-inner">
|
|
14088
14316
|
<div class="v-input__icon v-input__icon--append">
|
|
14089
|
-
<i class="v-icon notranslate theme--light
|
|
14317
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14090
14318
|
aria-hidden="true"
|
|
14091
14319
|
>
|
|
14320
|
+
$dropdown
|
|
14092
14321
|
</i>
|
|
14093
14322
|
</div>
|
|
14094
14323
|
</div>
|
|
@@ -14369,7 +14598,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14369
14598
|
<div role="button"
|
|
14370
14599
|
aria-haspopup="listbox"
|
|
14371
14600
|
aria-expanded="false"
|
|
14372
|
-
aria-owns="list-
|
|
14601
|
+
aria-owns="list-893"
|
|
14373
14602
|
class="v-input__slot"
|
|
14374
14603
|
>
|
|
14375
14604
|
<div class="v-select__slot">
|
|
@@ -14380,16 +14609,17 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14380
14609
|
<input aria-label="Rows per page:"
|
|
14381
14610
|
aria-readonly="false"
|
|
14382
14611
|
autocomplete="off"
|
|
14383
|
-
id="input-
|
|
14612
|
+
id="input-893"
|
|
14384
14613
|
readonly
|
|
14385
14614
|
type="text"
|
|
14386
14615
|
>
|
|
14387
14616
|
</div>
|
|
14388
14617
|
<div class="v-input__append-inner">
|
|
14389
14618
|
<div class="v-input__icon v-input__icon--append">
|
|
14390
|
-
<i class="v-icon notranslate theme--light
|
|
14619
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14391
14620
|
aria-hidden="true"
|
|
14392
14621
|
>
|
|
14622
|
+
$dropdown
|
|
14393
14623
|
</i>
|
|
14394
14624
|
</div>
|
|
14395
14625
|
</div>
|
|
@@ -14413,9 +14643,10 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14413
14643
|
aria-label="Previous page"
|
|
14414
14644
|
>
|
|
14415
14645
|
<span class="v-btn__content">
|
|
14416
|
-
<i class="v-icon notranslate theme--light
|
|
14646
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14417
14647
|
aria-hidden="true"
|
|
14418
14648
|
>
|
|
14649
|
+
$prev
|
|
14419
14650
|
</i>
|
|
14420
14651
|
</span>
|
|
14421
14652
|
</button>
|
|
@@ -14427,9 +14658,10 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
|
|
|
14427
14658
|
aria-label="Next page"
|
|
14428
14659
|
>
|
|
14429
14660
|
<span class="v-btn__content">
|
|
14430
|
-
<i class="v-icon notranslate theme--light
|
|
14661
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
14431
14662
|
aria-hidden="true"
|
|
14432
14663
|
>
|
|
14664
|
+
$next
|
|
14433
14665
|
</i>
|
|
14434
14666
|
</span>
|
|
14435
14667
|
</button>
|