@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
|
@@ -11,7 +11,7 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
11
11
|
<div role="button"
|
|
12
12
|
aria-haspopup="listbox"
|
|
13
13
|
aria-expanded="false"
|
|
14
|
-
aria-owns="list-
|
|
14
|
+
aria-owns="list-55"
|
|
15
15
|
class="v-input__slot"
|
|
16
16
|
>
|
|
17
17
|
<div class="v-select__slot">
|
|
@@ -22,16 +22,17 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
22
22
|
<input aria-label="Items per page:"
|
|
23
23
|
aria-readonly="false"
|
|
24
24
|
autocomplete="off"
|
|
25
|
-
id="input-
|
|
25
|
+
id="input-55"
|
|
26
26
|
readonly
|
|
27
27
|
type="text"
|
|
28
28
|
>
|
|
29
29
|
</div>
|
|
30
30
|
<div class="v-input__append-inner">
|
|
31
31
|
<div class="v-input__icon v-input__icon--append">
|
|
32
|
-
<i class="v-icon notranslate theme--light
|
|
32
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
33
33
|
aria-hidden="true"
|
|
34
34
|
>
|
|
35
|
+
$dropdown
|
|
35
36
|
</i>
|
|
36
37
|
</div>
|
|
37
38
|
</div>
|
|
@@ -55,9 +56,10 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
55
56
|
aria-label="First page"
|
|
56
57
|
>
|
|
57
58
|
<span class="v-btn__content">
|
|
58
|
-
<i class="v-icon notranslate theme--light
|
|
59
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
59
60
|
aria-hidden="true"
|
|
60
61
|
>
|
|
62
|
+
$first
|
|
61
63
|
</i>
|
|
62
64
|
</span>
|
|
63
65
|
</button>
|
|
@@ -67,9 +69,10 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
67
69
|
aria-label="Previous page"
|
|
68
70
|
>
|
|
69
71
|
<span class="v-btn__content">
|
|
70
|
-
<i class="v-icon notranslate theme--light
|
|
72
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
71
73
|
aria-hidden="true"
|
|
72
74
|
>
|
|
75
|
+
$prev
|
|
73
76
|
</i>
|
|
74
77
|
</span>
|
|
75
78
|
</button>
|
|
@@ -81,9 +84,10 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
81
84
|
aria-label="Next page"
|
|
82
85
|
>
|
|
83
86
|
<span class="v-btn__content">
|
|
84
|
-
<i class="v-icon notranslate theme--light
|
|
87
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
85
88
|
aria-hidden="true"
|
|
86
89
|
>
|
|
90
|
+
$next
|
|
87
91
|
</i>
|
|
88
92
|
</span>
|
|
89
93
|
</button>
|
|
@@ -93,9 +97,10 @@ exports[`VDataFooter.ts should disable last page button if no items 1`] = `
|
|
|
93
97
|
aria-label="Last page"
|
|
94
98
|
>
|
|
95
99
|
<span class="v-btn__content">
|
|
96
|
-
<i class="v-icon notranslate theme--light
|
|
100
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
97
101
|
aria-hidden="true"
|
|
98
102
|
>
|
|
103
|
+
$last
|
|
99
104
|
</i>
|
|
100
105
|
</span>
|
|
101
106
|
</button>
|
|
@@ -114,7 +119,7 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
114
119
|
<div role="button"
|
|
115
120
|
aria-haspopup="listbox"
|
|
116
121
|
aria-expanded="false"
|
|
117
|
-
aria-owns="list-
|
|
122
|
+
aria-owns="list-24"
|
|
118
123
|
class="v-input__slot"
|
|
119
124
|
>
|
|
120
125
|
<div class="v-select__slot">
|
|
@@ -125,16 +130,17 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
125
130
|
<input aria-label="Items per page:"
|
|
126
131
|
aria-readonly="false"
|
|
127
132
|
autocomplete="off"
|
|
128
|
-
id="input-
|
|
133
|
+
id="input-24"
|
|
129
134
|
readonly
|
|
130
135
|
type="text"
|
|
131
136
|
>
|
|
132
137
|
</div>
|
|
133
138
|
<div class="v-input__append-inner">
|
|
134
139
|
<div class="v-input__icon v-input__icon--append">
|
|
135
|
-
<i class="v-icon notranslate theme--light
|
|
140
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
136
141
|
aria-hidden="true"
|
|
137
142
|
>
|
|
143
|
+
$dropdown
|
|
138
144
|
</i>
|
|
139
145
|
</div>
|
|
140
146
|
</div>
|
|
@@ -157,9 +163,10 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
157
163
|
aria-label="First page"
|
|
158
164
|
>
|
|
159
165
|
<span class="v-btn__content">
|
|
160
|
-
<i class="v-icon notranslate theme--light
|
|
166
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
161
167
|
aria-hidden="true"
|
|
162
168
|
>
|
|
169
|
+
$first
|
|
163
170
|
</i>
|
|
164
171
|
</span>
|
|
165
172
|
</button>
|
|
@@ -168,9 +175,10 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
168
175
|
aria-label="Previous page"
|
|
169
176
|
>
|
|
170
177
|
<span class="v-btn__content">
|
|
171
|
-
<i class="v-icon notranslate theme--light
|
|
178
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
172
179
|
aria-hidden="true"
|
|
173
180
|
>
|
|
181
|
+
$prev
|
|
174
182
|
</i>
|
|
175
183
|
</span>
|
|
176
184
|
</button>
|
|
@@ -181,9 +189,10 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
181
189
|
aria-label="Next page"
|
|
182
190
|
>
|
|
183
191
|
<span class="v-btn__content">
|
|
184
|
-
<i class="v-icon notranslate theme--light
|
|
192
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
185
193
|
aria-hidden="true"
|
|
186
194
|
>
|
|
195
|
+
$next
|
|
187
196
|
</i>
|
|
188
197
|
</span>
|
|
189
198
|
</button>
|
|
@@ -192,9 +201,10 @@ exports[`VDataFooter.ts should render first & last icons with showFirstLastPage
|
|
|
192
201
|
aria-label="Last page"
|
|
193
202
|
>
|
|
194
203
|
<span class="v-btn__content">
|
|
195
|
-
<i class="v-icon notranslate theme--light
|
|
204
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
196
205
|
aria-hidden="true"
|
|
197
206
|
>
|
|
207
|
+
$last
|
|
198
208
|
</i>
|
|
199
209
|
</span>
|
|
200
210
|
</button>
|
|
@@ -213,7 +223,7 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
213
223
|
<div role="button"
|
|
214
224
|
aria-haspopup="listbox"
|
|
215
225
|
aria-expanded="false"
|
|
216
|
-
aria-owns="list-
|
|
226
|
+
aria-owns="list-11"
|
|
217
227
|
class="v-input__slot"
|
|
218
228
|
>
|
|
219
229
|
<div class="v-select__slot">
|
|
@@ -224,16 +234,17 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
224
234
|
<input aria-label="Items per page:"
|
|
225
235
|
aria-readonly="false"
|
|
226
236
|
autocomplete="off"
|
|
227
|
-
id="input-
|
|
237
|
+
id="input-11"
|
|
228
238
|
readonly
|
|
229
239
|
type="text"
|
|
230
240
|
>
|
|
231
241
|
</div>
|
|
232
242
|
<div class="v-input__append-inner">
|
|
233
243
|
<div class="v-input__icon v-input__icon--append">
|
|
234
|
-
<i class="v-icon notranslate theme--light
|
|
244
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
235
245
|
aria-hidden="true"
|
|
236
246
|
>
|
|
247
|
+
$dropdown
|
|
237
248
|
</i>
|
|
238
249
|
</div>
|
|
239
250
|
</div>
|
|
@@ -256,9 +267,10 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
256
267
|
aria-label="First page"
|
|
257
268
|
>
|
|
258
269
|
<span class="v-btn__content">
|
|
259
|
-
<i class="v-icon notranslate theme--light
|
|
270
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
260
271
|
aria-hidden="true"
|
|
261
272
|
>
|
|
273
|
+
$last
|
|
262
274
|
</i>
|
|
263
275
|
</span>
|
|
264
276
|
</button>
|
|
@@ -267,9 +279,10 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
267
279
|
aria-label="Previous page"
|
|
268
280
|
>
|
|
269
281
|
<span class="v-btn__content">
|
|
270
|
-
<i class="v-icon notranslate theme--light
|
|
282
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
271
283
|
aria-hidden="true"
|
|
272
284
|
>
|
|
285
|
+
$next
|
|
273
286
|
</i>
|
|
274
287
|
</span>
|
|
275
288
|
</button>
|
|
@@ -280,9 +293,10 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
280
293
|
aria-label="Next page"
|
|
281
294
|
>
|
|
282
295
|
<span class="v-btn__content">
|
|
283
|
-
<i class="v-icon notranslate theme--light
|
|
296
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
284
297
|
aria-hidden="true"
|
|
285
298
|
>
|
|
299
|
+
$prev
|
|
286
300
|
</i>
|
|
287
301
|
</span>
|
|
288
302
|
</button>
|
|
@@ -291,9 +305,10 @@ exports[`VDataFooter.ts should render in RTL mode 1`] = `
|
|
|
291
305
|
aria-label="Last page"
|
|
292
306
|
>
|
|
293
307
|
<span class="v-btn__content">
|
|
294
|
-
<i class="v-icon notranslate theme--light
|
|
308
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
295
309
|
aria-hidden="true"
|
|
296
310
|
>
|
|
311
|
+
$first
|
|
297
312
|
</i>
|
|
298
313
|
</span>
|
|
299
314
|
</button>
|
|
@@ -330,9 +345,10 @@ exports[`VDataFooter.ts should render with custom itemsPerPage 1`] = `
|
|
|
330
345
|
</div>
|
|
331
346
|
<div class="v-input__append-inner">
|
|
332
347
|
<div class="v-input__icon v-input__icon--append">
|
|
333
|
-
<i class="v-icon notranslate theme--light
|
|
348
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
334
349
|
aria-hidden="true"
|
|
335
350
|
>
|
|
351
|
+
$dropdown
|
|
336
352
|
</i>
|
|
337
353
|
</div>
|
|
338
354
|
</div>
|
|
@@ -355,9 +371,10 @@ exports[`VDataFooter.ts should render with custom itemsPerPage 1`] = `
|
|
|
355
371
|
aria-label="Previous page"
|
|
356
372
|
>
|
|
357
373
|
<span class="v-btn__content">
|
|
358
|
-
<i class="v-icon notranslate theme--light
|
|
374
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
359
375
|
aria-hidden="true"
|
|
360
376
|
>
|
|
377
|
+
$prev
|
|
361
378
|
</i>
|
|
362
379
|
</span>
|
|
363
380
|
</button>
|
|
@@ -369,9 +386,10 @@ exports[`VDataFooter.ts should render with custom itemsPerPage 1`] = `
|
|
|
369
386
|
aria-label="Next page"
|
|
370
387
|
>
|
|
371
388
|
<span class="v-btn__content">
|
|
372
|
-
<i class="v-icon notranslate theme--light
|
|
389
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
373
390
|
aria-hidden="true"
|
|
374
391
|
>
|
|
392
|
+
$next
|
|
375
393
|
</i>
|
|
376
394
|
</span>
|
|
377
395
|
</button>
|
|
@@ -390,7 +408,7 @@ exports[`VDataFooter.ts should show current page if has showCurrentPage 1`] = `
|
|
|
390
408
|
<div role="button"
|
|
391
409
|
aria-haspopup="listbox"
|
|
392
410
|
aria-expanded="false"
|
|
393
|
-
aria-owns="list-
|
|
411
|
+
aria-owns="list-46"
|
|
394
412
|
class="v-input__slot"
|
|
395
413
|
>
|
|
396
414
|
<div class="v-select__slot">
|
|
@@ -401,16 +419,17 @@ exports[`VDataFooter.ts should show current page if has showCurrentPage 1`] = `
|
|
|
401
419
|
<input aria-label="Items per page:"
|
|
402
420
|
aria-readonly="false"
|
|
403
421
|
autocomplete="off"
|
|
404
|
-
id="input-
|
|
422
|
+
id="input-46"
|
|
405
423
|
readonly
|
|
406
424
|
type="text"
|
|
407
425
|
>
|
|
408
426
|
</div>
|
|
409
427
|
<div class="v-input__append-inner">
|
|
410
428
|
<div class="v-input__icon v-input__icon--append">
|
|
411
|
-
<i class="v-icon notranslate theme--light
|
|
429
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
412
430
|
aria-hidden="true"
|
|
413
431
|
>
|
|
432
|
+
$dropdown
|
|
414
433
|
</i>
|
|
415
434
|
</div>
|
|
416
435
|
</div>
|
|
@@ -433,9 +452,10 @@ exports[`VDataFooter.ts should show current page if has showCurrentPage 1`] = `
|
|
|
433
452
|
aria-label="Previous page"
|
|
434
453
|
>
|
|
435
454
|
<span class="v-btn__content">
|
|
436
|
-
<i class="v-icon notranslate theme--light
|
|
455
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
437
456
|
aria-hidden="true"
|
|
438
457
|
>
|
|
458
|
+
$prev
|
|
439
459
|
</i>
|
|
440
460
|
</span>
|
|
441
461
|
</button>
|
|
@@ -449,9 +469,10 @@ exports[`VDataFooter.ts should show current page if has showCurrentPage 1`] = `
|
|
|
449
469
|
aria-label="Next page"
|
|
450
470
|
>
|
|
451
471
|
<span class="v-btn__content">
|
|
452
|
-
<i class="v-icon notranslate theme--light
|
|
472
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
453
473
|
aria-hidden="true"
|
|
454
474
|
>
|
|
475
|
+
$next
|
|
455
476
|
</i>
|
|
456
477
|
</span>
|
|
457
478
|
</button>
|
|
@@ -41,9 +41,10 @@ exports[`VDataIterator.ts should render and match snapshot 1`] = `
|
|
|
41
41
|
</div>
|
|
42
42
|
<div class="v-input__append-inner">
|
|
43
43
|
<div class="v-input__icon v-input__icon--append">
|
|
44
|
-
<i class="v-icon notranslate theme--light
|
|
44
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
45
45
|
aria-hidden="true"
|
|
46
46
|
>
|
|
47
|
+
$dropdown
|
|
47
48
|
</i>
|
|
48
49
|
</div>
|
|
49
50
|
</div>
|
|
@@ -67,9 +68,10 @@ exports[`VDataIterator.ts should render and match snapshot 1`] = `
|
|
|
67
68
|
aria-label="Previous page"
|
|
68
69
|
>
|
|
69
70
|
<span class="v-btn__content">
|
|
70
|
-
<i class="v-icon notranslate theme--light
|
|
71
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
71
72
|
aria-hidden="true"
|
|
72
73
|
>
|
|
74
|
+
$prev
|
|
73
75
|
</i>
|
|
74
76
|
</span>
|
|
75
77
|
</button>
|
|
@@ -81,9 +83,10 @@ exports[`VDataIterator.ts should render and match snapshot 1`] = `
|
|
|
81
83
|
aria-label="Next page"
|
|
82
84
|
>
|
|
83
85
|
<span class="v-btn__content">
|
|
84
|
-
<i class="v-icon notranslate theme--light
|
|
86
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
85
87
|
aria-hidden="true"
|
|
86
88
|
>
|
|
89
|
+
$next
|
|
87
90
|
</i>
|
|
88
91
|
</span>
|
|
89
92
|
</button>
|
|
@@ -116,7 +119,7 @@ exports[`VDataIterator.ts should render and match snapshot with data 1`] = `
|
|
|
116
119
|
<div role="button"
|
|
117
120
|
aria-haspopup="listbox"
|
|
118
121
|
aria-expanded="false"
|
|
119
|
-
aria-owns="list-
|
|
122
|
+
aria-owns="list-15"
|
|
120
123
|
class="v-input__slot"
|
|
121
124
|
>
|
|
122
125
|
<div class="v-select__slot">
|
|
@@ -127,16 +130,17 @@ exports[`VDataIterator.ts should render and match snapshot with data 1`] = `
|
|
|
127
130
|
<input aria-label="Items per page:"
|
|
128
131
|
aria-readonly="false"
|
|
129
132
|
autocomplete="off"
|
|
130
|
-
id="input-
|
|
133
|
+
id="input-15"
|
|
131
134
|
readonly
|
|
132
135
|
type="text"
|
|
133
136
|
>
|
|
134
137
|
</div>
|
|
135
138
|
<div class="v-input__append-inner">
|
|
136
139
|
<div class="v-input__icon v-input__icon--append">
|
|
137
|
-
<i class="v-icon notranslate theme--light
|
|
140
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
138
141
|
aria-hidden="true"
|
|
139
142
|
>
|
|
143
|
+
$dropdown
|
|
140
144
|
</i>
|
|
141
145
|
</div>
|
|
142
146
|
</div>
|
|
@@ -160,9 +164,10 @@ exports[`VDataIterator.ts should render and match snapshot with data 1`] = `
|
|
|
160
164
|
aria-label="Previous page"
|
|
161
165
|
>
|
|
162
166
|
<span class="v-btn__content">
|
|
163
|
-
<i class="v-icon notranslate theme--light
|
|
167
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
164
168
|
aria-hidden="true"
|
|
165
169
|
>
|
|
170
|
+
$prev
|
|
166
171
|
</i>
|
|
167
172
|
</span>
|
|
168
173
|
</button>
|
|
@@ -174,9 +179,10 @@ exports[`VDataIterator.ts should render and match snapshot with data 1`] = `
|
|
|
174
179
|
aria-label="Next page"
|
|
175
180
|
>
|
|
176
181
|
<span class="v-btn__content">
|
|
177
|
-
<i class="v-icon notranslate theme--light
|
|
182
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
178
183
|
aria-hidden="true"
|
|
179
184
|
>
|
|
185
|
+
$next
|
|
180
186
|
</i>
|
|
181
187
|
</span>
|
|
182
188
|
</button>
|
|
@@ -200,7 +206,7 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
200
206
|
<div role="button"
|
|
201
207
|
aria-haspopup="listbox"
|
|
202
208
|
aria-expanded="false"
|
|
203
|
-
aria-owns="list-
|
|
209
|
+
aria-owns="list-26"
|
|
204
210
|
class="v-input__slot"
|
|
205
211
|
>
|
|
206
212
|
<div class="v-select__slot">
|
|
@@ -211,16 +217,17 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
211
217
|
<input aria-label="Items per page:"
|
|
212
218
|
aria-readonly="false"
|
|
213
219
|
autocomplete="off"
|
|
214
|
-
id="input-
|
|
220
|
+
id="input-26"
|
|
215
221
|
readonly
|
|
216
222
|
type="text"
|
|
217
223
|
>
|
|
218
224
|
</div>
|
|
219
225
|
<div class="v-input__append-inner">
|
|
220
226
|
<div class="v-input__icon v-input__icon--append">
|
|
221
|
-
<i class="v-icon notranslate theme--light
|
|
227
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
222
228
|
aria-hidden="true"
|
|
223
229
|
>
|
|
230
|
+
$dropdown
|
|
224
231
|
</i>
|
|
225
232
|
</div>
|
|
226
233
|
</div>
|
|
@@ -244,9 +251,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
244
251
|
aria-label="Previous page"
|
|
245
252
|
>
|
|
246
253
|
<span class="v-btn__content">
|
|
247
|
-
<i class="v-icon notranslate theme--light
|
|
254
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
248
255
|
aria-hidden="true"
|
|
249
256
|
>
|
|
257
|
+
$prev
|
|
250
258
|
</i>
|
|
251
259
|
</span>
|
|
252
260
|
</button>
|
|
@@ -258,9 +266,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
258
266
|
aria-label="Next page"
|
|
259
267
|
>
|
|
260
268
|
<span class="v-btn__content">
|
|
261
|
-
<i class="v-icon notranslate theme--light
|
|
269
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
262
270
|
aria-hidden="true"
|
|
263
271
|
>
|
|
272
|
+
$next
|
|
264
273
|
</i>
|
|
265
274
|
</span>
|
|
266
275
|
</button>
|
|
@@ -284,7 +293,7 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
284
293
|
<div role="button"
|
|
285
294
|
aria-haspopup="listbox"
|
|
286
295
|
aria-expanded="false"
|
|
287
|
-
aria-owns="list-
|
|
296
|
+
aria-owns="list-26"
|
|
288
297
|
class="v-input__slot"
|
|
289
298
|
>
|
|
290
299
|
<div class="v-select__slot">
|
|
@@ -295,16 +304,17 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
295
304
|
<input aria-label="Items per page:"
|
|
296
305
|
aria-readonly="false"
|
|
297
306
|
autocomplete="off"
|
|
298
|
-
id="input-
|
|
307
|
+
id="input-26"
|
|
299
308
|
readonly
|
|
300
309
|
type="text"
|
|
301
310
|
>
|
|
302
311
|
</div>
|
|
303
312
|
<div class="v-input__append-inner">
|
|
304
313
|
<div class="v-input__icon v-input__icon--append">
|
|
305
|
-
<i class="v-icon notranslate theme--light
|
|
314
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
306
315
|
aria-hidden="true"
|
|
307
316
|
>
|
|
317
|
+
$dropdown
|
|
308
318
|
</i>
|
|
309
319
|
</div>
|
|
310
320
|
</div>
|
|
@@ -328,9 +338,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
328
338
|
aria-label="Previous page"
|
|
329
339
|
>
|
|
330
340
|
<span class="v-btn__content">
|
|
331
|
-
<i class="v-icon notranslate theme--light
|
|
341
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
332
342
|
aria-hidden="true"
|
|
333
343
|
>
|
|
344
|
+
$prev
|
|
334
345
|
</i>
|
|
335
346
|
</span>
|
|
336
347
|
</button>
|
|
@@ -342,9 +353,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
342
353
|
aria-label="Next page"
|
|
343
354
|
>
|
|
344
355
|
<span class="v-btn__content">
|
|
345
|
-
<i class="v-icon notranslate theme--light
|
|
356
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
346
357
|
aria-hidden="true"
|
|
347
358
|
>
|
|
359
|
+
$next
|
|
348
360
|
</i>
|
|
349
361
|
</span>
|
|
350
362
|
</button>
|
|
@@ -368,7 +380,7 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
368
380
|
<div role="button"
|
|
369
381
|
aria-haspopup="listbox"
|
|
370
382
|
aria-expanded="false"
|
|
371
|
-
aria-owns="list-
|
|
383
|
+
aria-owns="list-26"
|
|
372
384
|
class="v-input__slot"
|
|
373
385
|
>
|
|
374
386
|
<div class="v-select__slot">
|
|
@@ -379,16 +391,17 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
379
391
|
<input aria-label="Items per page:"
|
|
380
392
|
aria-readonly="false"
|
|
381
393
|
autocomplete="off"
|
|
382
|
-
id="input-
|
|
394
|
+
id="input-26"
|
|
383
395
|
readonly
|
|
384
396
|
type="text"
|
|
385
397
|
>
|
|
386
398
|
</div>
|
|
387
399
|
<div class="v-input__append-inner">
|
|
388
400
|
<div class="v-input__icon v-input__icon--append">
|
|
389
|
-
<i class="v-icon notranslate theme--light
|
|
401
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
390
402
|
aria-hidden="true"
|
|
391
403
|
>
|
|
404
|
+
$dropdown
|
|
392
405
|
</i>
|
|
393
406
|
</div>
|
|
394
407
|
</div>
|
|
@@ -412,9 +425,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
412
425
|
aria-label="Previous page"
|
|
413
426
|
>
|
|
414
427
|
<span class="v-btn__content">
|
|
415
|
-
<i class="v-icon notranslate theme--light
|
|
428
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
416
429
|
aria-hidden="true"
|
|
417
430
|
>
|
|
431
|
+
$prev
|
|
418
432
|
</i>
|
|
419
433
|
</span>
|
|
420
434
|
</button>
|
|
@@ -426,9 +440,10 @@ exports[`VDataIterator.ts should render valid no-data, loading and no-results st
|
|
|
426
440
|
aria-label="Next page"
|
|
427
441
|
>
|
|
428
442
|
<span class="v-btn__content">
|
|
429
|
-
<i class="v-icon notranslate theme--light
|
|
443
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
430
444
|
aria-hidden="true"
|
|
431
445
|
>
|
|
446
|
+
$next
|
|
432
447
|
</i>
|
|
433
448
|
</span>
|
|
434
449
|
</button>
|