@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
|
@@ -6,7 +6,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
6
6
|
<div role="button"
|
|
7
7
|
aria-haspopup="listbox"
|
|
8
8
|
aria-expanded="false"
|
|
9
|
-
aria-owns="list-
|
|
9
|
+
aria-owns="list-136"
|
|
10
10
|
class="v-input__slot"
|
|
11
11
|
>
|
|
12
12
|
<div class="v-select__slot">
|
|
@@ -16,7 +16,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
16
16
|
</div>
|
|
17
17
|
<input aria-readonly="false"
|
|
18
18
|
autocomplete="off"
|
|
19
|
-
id="input-
|
|
19
|
+
id="input-136"
|
|
20
20
|
readonly
|
|
21
21
|
type="text"
|
|
22
22
|
>
|
|
@@ -29,6 +29,10 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
29
29
|
aria-label="$vuetify.input.clear"
|
|
30
30
|
tabindex="-1"
|
|
31
31
|
>
|
|
32
|
+
<mdi class="v-icon__component theme--light"
|
|
33
|
+
icon="$clear"
|
|
34
|
+
>
|
|
35
|
+
</mdi>
|
|
32
36
|
</button>
|
|
33
37
|
</div>
|
|
34
38
|
</div>
|
|
@@ -37,6 +41,10 @@ exports[`VSelect.ts should be clearable with prop, dirty and multi select 1`] =
|
|
|
37
41
|
<span class="v-icon notranslate theme--light"
|
|
38
42
|
aria-hidden="true"
|
|
39
43
|
>
|
|
44
|
+
<mdi class="v-icon__component theme--light"
|
|
45
|
+
icon="$dropdown"
|
|
46
|
+
>
|
|
47
|
+
</mdi>
|
|
40
48
|
</span>
|
|
41
49
|
</div>
|
|
42
50
|
</div>
|
|
@@ -63,7 +71,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
63
71
|
<div role="button"
|
|
64
72
|
aria-haspopup="listbox"
|
|
65
73
|
aria-expanded="false"
|
|
66
|
-
aria-owns="list-
|
|
74
|
+
aria-owns="list-129"
|
|
67
75
|
class="v-input__slot"
|
|
68
76
|
>
|
|
69
77
|
<div class="v-select__slot">
|
|
@@ -73,7 +81,7 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
73
81
|
</div>
|
|
74
82
|
<input aria-readonly="false"
|
|
75
83
|
autocomplete="off"
|
|
76
|
-
id="input-
|
|
84
|
+
id="input-129"
|
|
77
85
|
readonly
|
|
78
86
|
type="text"
|
|
79
87
|
>
|
|
@@ -86,6 +94,10 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
86
94
|
aria-label="$vuetify.input.clear"
|
|
87
95
|
tabindex="-1"
|
|
88
96
|
>
|
|
97
|
+
<mdi class="v-icon__component theme--light"
|
|
98
|
+
icon="$clear"
|
|
99
|
+
>
|
|
100
|
+
</mdi>
|
|
89
101
|
</button>
|
|
90
102
|
</div>
|
|
91
103
|
</div>
|
|
@@ -94,6 +106,10 @@ exports[`VSelect.ts should be clearable with prop, dirty and single select 1`] =
|
|
|
94
106
|
<span class="v-icon notranslate theme--light"
|
|
95
107
|
aria-hidden="true"
|
|
96
108
|
>
|
|
109
|
+
<mdi class="v-icon__component theme--light"
|
|
110
|
+
icon="$dropdown"
|
|
111
|
+
>
|
|
112
|
+
</mdi>
|
|
97
113
|
</span>
|
|
98
114
|
</div>
|
|
99
115
|
</div>
|
|
@@ -120,7 +136,7 @@ exports[`VSelect.ts should use scoped slot for selection generation 1`] = `
|
|
|
120
136
|
<div role="button"
|
|
121
137
|
aria-haspopup="listbox"
|
|
122
138
|
aria-expanded="false"
|
|
123
|
-
aria-owns="list-
|
|
139
|
+
aria-owns="list-30"
|
|
124
140
|
class="v-input__slot"
|
|
125
141
|
>
|
|
126
142
|
<div class="v-select__slot">
|
|
@@ -130,7 +146,7 @@ exports[`VSelect.ts should use scoped slot for selection generation 1`] = `
|
|
|
130
146
|
</div>
|
|
131
147
|
<input aria-readonly="false"
|
|
132
148
|
autocomplete="off"
|
|
133
|
-
id="input-
|
|
149
|
+
id="input-30"
|
|
134
150
|
readonly
|
|
135
151
|
type="text"
|
|
136
152
|
>
|
|
@@ -140,6 +156,10 @@ exports[`VSelect.ts should use scoped slot for selection generation 1`] = `
|
|
|
140
156
|
<span class="v-icon notranslate theme--light"
|
|
141
157
|
aria-hidden="true"
|
|
142
158
|
>
|
|
159
|
+
<mdi class="v-icon__component theme--light"
|
|
160
|
+
icon="$dropdown"
|
|
161
|
+
>
|
|
162
|
+
</mdi>
|
|
143
163
|
</span>
|
|
144
164
|
</div>
|
|
145
165
|
</div>
|
|
@@ -163,11 +183,11 @@ exports[`VSelect.ts should use scoped slot for selection generation 1`] = `
|
|
|
163
183
|
exports[`VSelect.ts should use slotted append-item 1`] = `
|
|
164
184
|
<div class="v-sheet theme--light v-list v-select-list theme--light"
|
|
165
185
|
role="listbox"
|
|
166
|
-
id="list-
|
|
186
|
+
id="list-15"
|
|
167
187
|
tabindex="-1"
|
|
168
188
|
>
|
|
169
189
|
<div aria-selected="false"
|
|
170
|
-
id="list-item-
|
|
190
|
+
id="list-item-21-0"
|
|
171
191
|
role="option"
|
|
172
192
|
tabindex="0"
|
|
173
193
|
class="v-list-item v-list-item--link theme--light"
|
|
@@ -194,7 +214,7 @@ exports[`VSelect.ts should use slotted prepend-item 1`] = `
|
|
|
194
214
|
foo
|
|
195
215
|
</div>
|
|
196
216
|
<div aria-selected="false"
|
|
197
|
-
id="list-item-
|
|
217
|
+
id="list-item-7-0"
|
|
198
218
|
role="option"
|
|
199
219
|
tabindex="0"
|
|
200
220
|
class="v-list-item v-list-item--link theme--light"
|
|
@@ -6,7 +6,7 @@ exports[`VSelect.ts should add color to selected index 1`] = `
|
|
|
6
6
|
<div role="button"
|
|
7
7
|
aria-haspopup="listbox"
|
|
8
8
|
aria-expanded="false"
|
|
9
|
-
aria-owns="list-
|
|
9
|
+
aria-owns="list-52"
|
|
10
10
|
class="v-input__slot"
|
|
11
11
|
>
|
|
12
12
|
<div class="v-select__slot">
|
|
@@ -16,7 +16,7 @@ exports[`VSelect.ts should add color to selected index 1`] = `
|
|
|
16
16
|
</div>
|
|
17
17
|
<input aria-readonly="false"
|
|
18
18
|
autocomplete="off"
|
|
19
|
-
id="input-
|
|
19
|
+
id="input-52"
|
|
20
20
|
readonly
|
|
21
21
|
type="text"
|
|
22
22
|
>
|
|
@@ -26,6 +26,10 @@ exports[`VSelect.ts should add color to selected index 1`] = `
|
|
|
26
26
|
<span class="v-icon notranslate theme--light"
|
|
27
27
|
aria-hidden="true"
|
|
28
28
|
>
|
|
29
|
+
<mdi class="v-icon__component theme--light"
|
|
30
|
+
icon="$dropdown"
|
|
31
|
+
>
|
|
32
|
+
</mdi>
|
|
29
33
|
</span>
|
|
30
34
|
</div>
|
|
31
35
|
</div>
|
|
@@ -5,7 +5,7 @@ exports[`VStepperStep.ts should accept a custom color 1`] = `
|
|
|
5
5
|
class="v-stepper__step v-stepper__step--inactive v-stepper__step--complete"
|
|
6
6
|
>
|
|
7
7
|
<span class="v-stepper__step__step pink">
|
|
8
|
-
<i class="v-icon notranslate
|
|
8
|
+
<i class="v-icon notranslate mdi mdi-check theme--light"
|
|
9
9
|
aria-hidden="true"
|
|
10
10
|
>
|
|
11
11
|
</i>
|
|
@@ -22,7 +22,7 @@ exports[`VStepperStep.ts should accept a custom css color 1`] = `
|
|
|
22
22
|
<span class="v-stepper__step__step"
|
|
23
23
|
style="background-color: rgb(170, 187, 204); border-color: #aabbcc;"
|
|
24
24
|
>
|
|
25
|
-
<i class="v-icon notranslate
|
|
25
|
+
<i class="v-icon notranslate mdi mdi-check theme--light"
|
|
26
26
|
aria-hidden="true"
|
|
27
27
|
>
|
|
28
28
|
</i>
|
|
@@ -49,7 +49,7 @@ exports[`VStepperStep.ts should render complete step 1`] = `
|
|
|
49
49
|
class="v-stepper__step v-stepper__step--inactive v-stepper__step--complete"
|
|
50
50
|
>
|
|
51
51
|
<span class="v-stepper__step__step primary">
|
|
52
|
-
<i class="v-icon notranslate
|
|
52
|
+
<i class="v-icon notranslate mdi mdi-check theme--light"
|
|
53
53
|
aria-hidden="true"
|
|
54
54
|
>
|
|
55
55
|
</i>
|
|
@@ -64,9 +64,10 @@ exports[`VStepperStep.ts should render editable step 1`] = `
|
|
|
64
64
|
class="v-stepper__step v-stepper__step--editable v-stepper__step--inactive v-stepper__step--complete"
|
|
65
65
|
>
|
|
66
66
|
<span class="v-stepper__step__step primary">
|
|
67
|
-
<i class="v-icon notranslate theme--light
|
|
67
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
68
68
|
aria-hidden="true"
|
|
69
69
|
>
|
|
70
|
+
$edit
|
|
70
71
|
</i>
|
|
71
72
|
</span>
|
|
72
73
|
<div class="v-stepper__label">
|
|
@@ -79,7 +80,7 @@ exports[`VStepperStep.ts should render step with error 1`] = `
|
|
|
79
80
|
class="v-stepper__step v-stepper__step--inactive v-stepper__step--error error--text"
|
|
80
81
|
>
|
|
81
82
|
<span class="v-stepper__step__step">
|
|
82
|
-
<i class="v-icon notranslate
|
|
83
|
+
<i class="v-icon notranslate mdi mdi-alert theme--light"
|
|
83
84
|
aria-hidden="true"
|
|
84
85
|
>
|
|
85
86
|
</i>
|
|
@@ -4,9 +4,10 @@ exports[`VTextField.ts should apply theme to label, counter, messages and icons
|
|
|
4
4
|
<div class="v-input theme--light v-text-field">
|
|
5
5
|
<div class="v-input__prepend-outer">
|
|
6
6
|
<div class="v-input__icon v-input__icon--prepend">
|
|
7
|
-
<i class="v-icon notranslate theme--light
|
|
7
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
8
8
|
aria-hidden="true"
|
|
9
9
|
>
|
|
10
|
+
prepend
|
|
10
11
|
</i>
|
|
11
12
|
</div>
|
|
12
13
|
</div>
|
|
@@ -14,7 +15,7 @@ exports[`VTextField.ts should apply theme to label, counter, messages and icons
|
|
|
14
15
|
<div class="v-input__slot">
|
|
15
16
|
<div class="v-input__prepend-inner">
|
|
16
17
|
<div class="v-input__icon v-input__icon--prepend-inner">
|
|
17
|
-
<i class="v-icon notranslate
|
|
18
|
+
<i class="v-icon notranslate prepend prepend-inner theme--light"
|
|
18
19
|
aria-hidden="true"
|
|
19
20
|
>
|
|
20
21
|
</i>
|
|
@@ -22,21 +23,22 @@ exports[`VTextField.ts should apply theme to label, counter, messages and icons
|
|
|
22
23
|
</div>
|
|
23
24
|
<div class="v-text-field__slot">
|
|
24
25
|
<label class="v-label theme--light"
|
|
25
|
-
for="input-
|
|
26
|
+
for="input-185"
|
|
26
27
|
aria-hidden="false"
|
|
27
28
|
style="left: 0px; position: absolute;"
|
|
28
29
|
>
|
|
29
30
|
foo
|
|
30
31
|
</label>
|
|
31
|
-
<input id="input-
|
|
32
|
+
<input id="input-185"
|
|
32
33
|
type="text"
|
|
33
34
|
>
|
|
34
35
|
</div>
|
|
35
36
|
<div class="v-input__append-inner">
|
|
36
37
|
<div class="v-input__icon v-input__icon--append">
|
|
37
|
-
<i class="v-icon notranslate theme--light
|
|
38
|
+
<i class="v-icon notranslate material-icons theme--light"
|
|
38
39
|
aria-hidden="true"
|
|
39
40
|
>
|
|
41
|
+
append
|
|
40
42
|
</i>
|
|
41
43
|
</div>
|
|
42
44
|
</div>
|
|
@@ -56,7 +58,7 @@ exports[`VTextField.ts should apply theme to label, counter, messages and icons
|
|
|
56
58
|
</div>
|
|
57
59
|
<div class="v-input__append-outer">
|
|
58
60
|
<div class="v-input__icon v-input__icon--append-outer">
|
|
59
|
-
<i class="v-icon notranslate
|
|
61
|
+
<i class="v-icon notranslate append append-outer theme--light"
|
|
60
62
|
aria-hidden="true"
|
|
61
63
|
>
|
|
62
64
|
</i>
|
|
@@ -73,7 +75,7 @@ exports[`VTextField.ts should have prefix and suffix 1`] = `
|
|
|
73
75
|
<div class="v-text-field__prefix">
|
|
74
76
|
$
|
|
75
77
|
</div>
|
|
76
|
-
<input id="input-
|
|
78
|
+
<input id="input-113"
|
|
77
79
|
type="text"
|
|
78
80
|
>
|
|
79
81
|
<div class="v-text-field__suffix">
|
|
@@ -96,7 +98,7 @@ exports[`VTextField.ts should hide messages if no messages and hide-details is a
|
|
|
96
98
|
<div class="v-input__control">
|
|
97
99
|
<div class="v-input__slot">
|
|
98
100
|
<div class="v-text-field__slot">
|
|
99
|
-
<input id="input-
|
|
101
|
+
<input id="input-199"
|
|
100
102
|
type="text"
|
|
101
103
|
>
|
|
102
104
|
</div>
|
|
@@ -110,7 +112,7 @@ exports[`VTextField.ts should hide messages if no messages and hide-details is a
|
|
|
110
112
|
<div class="v-input__control">
|
|
111
113
|
<div class="v-input__slot">
|
|
112
114
|
<div class="v-text-field__slot">
|
|
113
|
-
<input id="input-
|
|
115
|
+
<input id="input-199"
|
|
114
116
|
type="text"
|
|
115
117
|
>
|
|
116
118
|
</div>
|
|
@@ -133,7 +135,7 @@ exports[`VTextField.ts should hide messages if no messages and hide-details is a
|
|
|
133
135
|
<div class="v-input__control">
|
|
134
136
|
<div class="v-input__slot">
|
|
135
137
|
<div class="v-text-field__slot">
|
|
136
|
-
<input id="input-
|
|
138
|
+
<input id="input-199"
|
|
137
139
|
type="text"
|
|
138
140
|
>
|
|
139
141
|
</div>
|
|
@@ -227,7 +229,7 @@ exports[`VTextField.ts should render component with async loading and custom pro
|
|
|
227
229
|
<div class="v-input__control">
|
|
228
230
|
<div class="v-input__slot">
|
|
229
231
|
<div class="v-text-field__slot">
|
|
230
|
-
<input id="input-
|
|
232
|
+
<input id="input-96"
|
|
231
233
|
type="text"
|
|
232
234
|
>
|
|
233
235
|
</div>
|
|
@@ -266,7 +268,7 @@ exports[`VTextField.ts should render component with async loading and match snap
|
|
|
266
268
|
<div class="v-input__control">
|
|
267
269
|
<div class="v-input__slot">
|
|
268
270
|
<div class="v-text-field__slot">
|
|
269
|
-
<input id="input-
|
|
271
|
+
<input id="input-88"
|
|
270
272
|
type="text"
|
|
271
273
|
>
|
|
272
274
|
</div>
|
|
@@ -23,9 +23,10 @@ exports[`VTimelineItem.ts should conditionally render an icon or icon slot 2`] =
|
|
|
23
23
|
<div class="v-timeline-item__divider">
|
|
24
24
|
<div class="v-timeline-item__dot">
|
|
25
25
|
<div class="primary v-timeline-item__inner-dot">
|
|
26
|
-
<i class="v-icon notranslate theme--dark
|
|
26
|
+
<i class="v-icon notranslate material-icons theme--dark"
|
|
27
27
|
aria-hidden="true"
|
|
28
28
|
>
|
|
29
|
+
foo
|
|
29
30
|
</i>
|
|
30
31
|
</div>
|
|
31
32
|
</div>
|
|
@@ -122,10 +122,11 @@ exports[`VTreeView.ts should handle initial active/open/selected values when usi
|
|
|
122
122
|
<div class="v-treeview-node__root">
|
|
123
123
|
<div class="v-treeview-node__level">
|
|
124
124
|
</div>
|
|
125
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
125
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light accent--text v-treeview-node__checkbox"
|
|
126
126
|
aria-hidden="false"
|
|
127
127
|
type="button"
|
|
128
128
|
>
|
|
129
|
+
$checkboxOn
|
|
129
130
|
</button>
|
|
130
131
|
<div class="v-treeview-node__content">
|
|
131
132
|
<div class="v-treeview-node__label">
|
|
@@ -138,15 +139,17 @@ exports[`VTreeView.ts should handle initial active/open/selected values when usi
|
|
|
138
139
|
aria-expanded="true"
|
|
139
140
|
>
|
|
140
141
|
<div class="v-treeview-node__root">
|
|
141
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
142
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
142
143
|
aria-hidden="false"
|
|
143
144
|
type="button"
|
|
144
145
|
>
|
|
146
|
+
arrow_drop_down
|
|
145
147
|
</button>
|
|
146
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
148
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__checkbox"
|
|
147
149
|
aria-hidden="false"
|
|
148
150
|
type="button"
|
|
149
151
|
>
|
|
152
|
+
$checkboxOff
|
|
150
153
|
</button>
|
|
151
154
|
<div class="v-treeview-node__content">
|
|
152
155
|
<div class="v-treeview-node__label">
|
|
@@ -163,10 +166,11 @@ exports[`VTreeView.ts should handle initial active/open/selected values when usi
|
|
|
163
166
|
</div>
|
|
164
167
|
<div class="v-treeview-node__level">
|
|
165
168
|
</div>
|
|
166
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
169
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__checkbox"
|
|
167
170
|
aria-hidden="false"
|
|
168
171
|
type="button"
|
|
169
172
|
>
|
|
173
|
+
$checkboxOff
|
|
170
174
|
</button>
|
|
171
175
|
<div class="v-treeview-node__content">
|
|
172
176
|
<div class="v-treeview-node__label">
|
|
@@ -290,15 +294,17 @@ exports[`VTreeView.ts should load children when selecting, but not render 1`] =
|
|
|
290
294
|
aria-expanded="false"
|
|
291
295
|
>
|
|
292
296
|
<div class="v-treeview-node__root">
|
|
293
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
297
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
294
298
|
aria-hidden="false"
|
|
295
299
|
type="button"
|
|
296
300
|
>
|
|
301
|
+
arrow_drop_down
|
|
297
302
|
</button>
|
|
298
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
303
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__checkbox"
|
|
299
304
|
aria-hidden="false"
|
|
300
305
|
type="button"
|
|
301
306
|
>
|
|
307
|
+
$checkboxOff
|
|
302
308
|
</button>
|
|
303
309
|
<div class="v-treeview-node__content">
|
|
304
310
|
<div class="v-treeview-node__label">
|
|
@@ -316,15 +322,17 @@ exports[`VTreeView.ts should load children when selecting, but not render 2`] =
|
|
|
316
322
|
aria-expanded="false"
|
|
317
323
|
>
|
|
318
324
|
<div class="v-treeview-node__root">
|
|
319
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
325
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
320
326
|
aria-hidden="false"
|
|
321
327
|
type="button"
|
|
322
328
|
>
|
|
329
|
+
arrow_drop_down
|
|
323
330
|
</button>
|
|
324
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
331
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light accent--text v-treeview-node__checkbox"
|
|
325
332
|
aria-hidden="false"
|
|
326
333
|
type="button"
|
|
327
334
|
>
|
|
335
|
+
$checkboxOn
|
|
328
336
|
</button>
|
|
329
337
|
<div class="v-treeview-node__content">
|
|
330
338
|
<div class="v-treeview-node__label">
|
|
@@ -359,10 +367,11 @@ exports[`VTreeView.ts should open all children when using open-all prop 1`] = `
|
|
|
359
367
|
aria-expanded="true"
|
|
360
368
|
>
|
|
361
369
|
<div class="v-treeview-node__root">
|
|
362
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
370
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
363
371
|
aria-hidden="false"
|
|
364
372
|
type="button"
|
|
365
373
|
>
|
|
374
|
+
arrow_drop_down
|
|
366
375
|
</button>
|
|
367
376
|
<div class="v-treeview-node__content">
|
|
368
377
|
<div class="v-treeview-node__label">
|
|
@@ -377,10 +386,11 @@ exports[`VTreeView.ts should open all children when using open-all prop 1`] = `
|
|
|
377
386
|
<div class="v-treeview-node__root">
|
|
378
387
|
<div class="v-treeview-node__level">
|
|
379
388
|
</div>
|
|
380
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
389
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
381
390
|
aria-hidden="false"
|
|
382
391
|
type="button"
|
|
383
392
|
>
|
|
393
|
+
arrow_drop_down
|
|
384
394
|
</button>
|
|
385
395
|
<div class="v-treeview-node__content">
|
|
386
396
|
<div class="v-treeview-node__label">
|
|
@@ -434,10 +444,11 @@ exports[`VTreeView.ts should react to open changes 1`] = `
|
|
|
434
444
|
aria-expanded="true"
|
|
435
445
|
>
|
|
436
446
|
<div class="v-treeview-node__root">
|
|
437
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
447
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
438
448
|
aria-hidden="false"
|
|
439
449
|
type="button"
|
|
440
450
|
>
|
|
451
|
+
arrow_drop_down
|
|
441
452
|
</button>
|
|
442
453
|
<div class="v-treeview-node__content">
|
|
443
454
|
<div class="v-treeview-node__label">
|
|
@@ -452,10 +463,11 @@ exports[`VTreeView.ts should react to open changes 1`] = `
|
|
|
452
463
|
<div class="v-treeview-node__root">
|
|
453
464
|
<div class="v-treeview-node__level">
|
|
454
465
|
</div>
|
|
455
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
466
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
456
467
|
aria-hidden="false"
|
|
457
468
|
type="button"
|
|
458
469
|
>
|
|
470
|
+
arrow_drop_down
|
|
459
471
|
</button>
|
|
460
472
|
<div class="v-treeview-node__content">
|
|
461
473
|
<div class="v-treeview-node__label">
|
|
@@ -509,10 +521,11 @@ exports[`VTreeView.ts should react to open changes 2`] = `
|
|
|
509
521
|
aria-expanded="true"
|
|
510
522
|
>
|
|
511
523
|
<div class="v-treeview-node__root">
|
|
512
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
524
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
513
525
|
aria-hidden="false"
|
|
514
526
|
type="button"
|
|
515
527
|
>
|
|
528
|
+
arrow_drop_down
|
|
516
529
|
</button>
|
|
517
530
|
<div class="v-treeview-node__content">
|
|
518
531
|
<div class="v-treeview-node__label">
|
|
@@ -527,10 +540,11 @@ exports[`VTreeView.ts should react to open changes 2`] = `
|
|
|
527
540
|
<div class="v-treeview-node__root">
|
|
528
541
|
<div class="v-treeview-node__level">
|
|
529
542
|
</div>
|
|
530
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
543
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
531
544
|
aria-hidden="false"
|
|
532
545
|
type="button"
|
|
533
546
|
>
|
|
547
|
+
arrow_drop_down
|
|
534
548
|
</button>
|
|
535
549
|
<div class="v-treeview-node__content">
|
|
536
550
|
<div class="v-treeview-node__label">
|
|
@@ -565,10 +579,11 @@ exports[`VTreeView.ts should react to open changes 3`] = `
|
|
|
565
579
|
aria-expanded="true"
|
|
566
580
|
>
|
|
567
581
|
<div class="v-treeview-node__root">
|
|
568
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
582
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
569
583
|
aria-hidden="false"
|
|
570
584
|
type="button"
|
|
571
585
|
>
|
|
586
|
+
arrow_drop_down
|
|
572
587
|
</button>
|
|
573
588
|
<div class="v-treeview-node__content">
|
|
574
589
|
<div class="v-treeview-node__label">
|
|
@@ -583,10 +598,11 @@ exports[`VTreeView.ts should react to open changes 3`] = `
|
|
|
583
598
|
<div class="v-treeview-node__root">
|
|
584
599
|
<div class="v-treeview-node__level">
|
|
585
600
|
</div>
|
|
586
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
601
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
587
602
|
aria-hidden="false"
|
|
588
603
|
type="button"
|
|
589
604
|
>
|
|
605
|
+
arrow_drop_down
|
|
590
606
|
</button>
|
|
591
607
|
<div class="v-treeview-node__content">
|
|
592
608
|
<div class="v-treeview-node__label">
|
|
@@ -640,10 +656,11 @@ exports[`VTreeView.ts should react to open changes 4`] = `
|
|
|
640
656
|
aria-expanded="false"
|
|
641
657
|
>
|
|
642
658
|
<div class="v-treeview-node__root">
|
|
643
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
659
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
644
660
|
aria-hidden="false"
|
|
645
661
|
type="button"
|
|
646
662
|
>
|
|
663
|
+
arrow_drop_down
|
|
647
664
|
</button>
|
|
648
665
|
<div class="v-treeview-node__content">
|
|
649
666
|
<div class="v-treeview-node__label">
|
|
@@ -661,10 +678,11 @@ exports[`VTreeView.ts should recalculate tree when loading async children using
|
|
|
661
678
|
aria-expanded="false"
|
|
662
679
|
>
|
|
663
680
|
<div class="v-treeview-node__root">
|
|
664
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
681
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--loading"
|
|
665
682
|
aria-hidden="false"
|
|
666
683
|
type="button"
|
|
667
684
|
>
|
|
685
|
+
$loading
|
|
668
686
|
</button>
|
|
669
687
|
<div class="v-treeview-node__content">
|
|
670
688
|
<div class="v-treeview-node__label">
|
|
@@ -762,10 +780,11 @@ exports[`VTreeView.ts should render items 1`] = `
|
|
|
762
780
|
aria-expanded="false"
|
|
763
781
|
>
|
|
764
782
|
<div class="v-treeview-node__root">
|
|
765
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
783
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
766
784
|
aria-hidden="false"
|
|
767
785
|
type="button"
|
|
768
786
|
>
|
|
787
|
+
arrow_drop_down
|
|
769
788
|
</button>
|
|
770
789
|
<div class="v-treeview-node__content">
|
|
771
790
|
<div class="v-treeview-node__label">
|
|
@@ -783,10 +802,11 @@ exports[`VTreeView.ts should render items in dense mode 1`] = `
|
|
|
783
802
|
aria-expanded="false"
|
|
784
803
|
>
|
|
785
804
|
<div class="v-treeview-node__root">
|
|
786
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
805
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
787
806
|
aria-hidden="false"
|
|
788
807
|
type="button"
|
|
789
808
|
>
|
|
809
|
+
arrow_drop_down
|
|
790
810
|
</button>
|
|
791
811
|
<div class="v-treeview-node__content">
|
|
792
812
|
<div class="v-treeview-node__label">
|
|
@@ -921,10 +941,11 @@ exports[`VTreeView.ts should show expand icon when children is empty and load-ch
|
|
|
921
941
|
aria-expanded="false"
|
|
922
942
|
>
|
|
923
943
|
<div class="v-treeview-node__root">
|
|
924
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
944
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle"
|
|
925
945
|
aria-hidden="false"
|
|
926
946
|
type="button"
|
|
927
947
|
>
|
|
948
|
+
arrow_drop_down
|
|
928
949
|
</button>
|
|
929
950
|
<div class="v-treeview-node__content">
|
|
930
951
|
<div class="v-treeview-node__label">
|
|
@@ -52,10 +52,11 @@ exports[`VTreeViewNode.ts should not be able to have active children with empty
|
|
|
52
52
|
aria-expanded="true"
|
|
53
53
|
>
|
|
54
54
|
<div class="v-treeview-node__root">
|
|
55
|
-
<button class="v-icon--link v-icon notranslate theme--light
|
|
55
|
+
<button class="v-icon--link v-icon notranslate material-icons theme--light v-treeview-node__toggle v-treeview-node__toggle--open"
|
|
56
56
|
aria-hidden="false"
|
|
57
57
|
type="button"
|
|
58
58
|
>
|
|
59
|
+
arrow_drop_down
|
|
59
60
|
</button>
|
|
60
61
|
<div class="v-treeview-node__content">
|
|
61
62
|
<div class="v-treeview-node__label">
|
|
@@ -73,7 +74,7 @@ exports[`VTreeViewNode.ts should render disabled item 1`] = `
|
|
|
73
74
|
aria-expanded="false"
|
|
74
75
|
>
|
|
75
76
|
<div class="v-treeview-node__root">
|
|
76
|
-
<button class="v-icon--link v-icon notranslate
|
|
77
|
+
<button class="v-icon--link v-icon notranslate mdi mdi-menu-down theme--light v-treeview-node__toggle"
|
|
77
78
|
aria-hidden="false"
|
|
78
79
|
type="button"
|
|
79
80
|
>
|
|
@@ -102,7 +103,7 @@ exports[`VTreeViewNode.ts should use label slot 1`] = `
|
|
|
102
103
|
aria-expanded="false"
|
|
103
104
|
>
|
|
104
105
|
<div class="v-treeview-node__root">
|
|
105
|
-
<button class="v-icon--link v-icon notranslate
|
|
106
|
+
<button class="v-icon--link v-icon notranslate mdi mdi-menu-down theme--light v-treeview-node__toggle"
|
|
106
107
|
aria-hidden="false"
|
|
107
108
|
type="button"
|
|
108
109
|
>
|
|
@@ -123,7 +124,7 @@ exports[`VTreeViewNode.ts should use scoped slots 1`] = `
|
|
|
123
124
|
aria-expanded="false"
|
|
124
125
|
>
|
|
125
126
|
<div class="v-treeview-node__root">
|
|
126
|
-
<button class="v-icon--link v-icon notranslate
|
|
127
|
+
<button class="v-icon--link v-icon notranslate mdi mdi-menu-down theme--light v-treeview-node__toggle"
|
|
127
128
|
aria-hidden="false"
|
|
128
129
|
type="button"
|
|
129
130
|
>
|