@madgex/design-system 1.64.1 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/cobertura-coverage.xml +51 -45
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +30 -21
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +20 -20
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +18 -18
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +2 -2
- package/dist/_tokens/js/_tokens-module.js +3 -3
- package/dist/_tokens/scss/_tokens.scss +2 -2
- package/dist/assets/icons.json +1 -1
- package/dist/assets/icons.svg +1 -1
- package/dist/css/index.css +1 -1
- package/dist/js/index.js +1 -1
- package/package.json +1 -1
- package/src/components/inputs/_form-elements.scss +7 -4
- package/src/components/inputs/checkbox/_template.njk +8 -8
- package/src/components/inputs/combobox/_template.njk +3 -3
- package/src/components/inputs/combobox/vue-components/Combobox.vue +9 -6
- package/src/components/inputs/combobox/vue-components/ComboboxInput.vue +5 -0
- package/src/components/inputs/file-upload/_template.njk +11 -8
- package/src/components/inputs/input/_template.njk +5 -0
- package/src/components/inputs/label/_template.njk +5 -2
- package/src/components/inputs/radio/_template.njk +7 -8
- package/src/components/inputs/select/_template.njk +11 -6
- package/src/components/inputs/textarea/_template.njk +8 -3
- package/src/icons/asterisk.svg +7 -0
- package/src/tokens/color.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="517" lines-covered="212" line-rate="0.41009999999999996" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1606758076617" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/var/lib/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
|
|
6
6
|
</sources>
|
|
@@ -156,13 +156,13 @@
|
|
|
156
156
|
</class>
|
|
157
157
|
</classes>
|
|
158
158
|
</package>
|
|
159
|
-
<package name="components.inputs.combobox.vue-components" line-rate="0.
|
|
159
|
+
<package name="components.inputs.combobox.vue-components" line-rate="0.8169" branch-rate="0.5938">
|
|
160
160
|
<classes>
|
|
161
|
-
<class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.
|
|
161
|
+
<class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.8" branch-rate="0.6">
|
|
162
162
|
<methods>
|
|
163
163
|
<method name="_default" hits="0" signature="()V">
|
|
164
164
|
<lines>
|
|
165
|
-
<line number="
|
|
165
|
+
<line number="77" hits="0"/>
|
|
166
166
|
</lines>
|
|
167
167
|
</method>
|
|
168
168
|
<method name="data" hits="12" signature="()V">
|
|
@@ -260,67 +260,72 @@
|
|
|
260
260
|
<line number="176" hits="14"/>
|
|
261
261
|
</lines>
|
|
262
262
|
</method>
|
|
263
|
+
<method name="ariaInvalid" hits="12" signature="()V">
|
|
264
|
+
<lines>
|
|
265
|
+
<line number="180" hits="12"/>
|
|
266
|
+
</lines>
|
|
267
|
+
</method>
|
|
263
268
|
<method name="makeActive" hits="2" signature="()V">
|
|
264
269
|
<lines>
|
|
265
|
-
<line number="
|
|
270
|
+
<line number="185" hits="2"/>
|
|
266
271
|
</lines>
|
|
267
272
|
</method>
|
|
268
273
|
<method name="makeInactive" hits="3" signature="()V">
|
|
269
274
|
<lines>
|
|
270
|
-
<line number="
|
|
275
|
+
<line number="188" hits="3"/>
|
|
271
276
|
</lines>
|
|
272
277
|
</method>
|
|
273
278
|
<method name="handleChange" hits="4" signature="()V">
|
|
274
279
|
<lines>
|
|
275
|
-
<line number="
|
|
280
|
+
<line number="191" hits="4"/>
|
|
276
281
|
</lines>
|
|
277
282
|
</method>
|
|
278
283
|
<method name="clickOption" hits="1" signature="()V">
|
|
279
284
|
<lines>
|
|
280
|
-
<line number="
|
|
285
|
+
<line number="198" hits="1"/>
|
|
281
286
|
</lines>
|
|
282
287
|
</method>
|
|
283
288
|
<method name="chooseOption" hits="0" signature="()V">
|
|
284
289
|
<lines>
|
|
285
|
-
<line number="
|
|
290
|
+
<line number="202" hits="0"/>
|
|
286
291
|
</lines>
|
|
287
292
|
</method>
|
|
288
293
|
<method name="hiddenGuard" hits="3" signature="()V">
|
|
289
294
|
<lines>
|
|
290
|
-
<line number="
|
|
295
|
+
<line number="206" hits="3"/>
|
|
291
296
|
</lines>
|
|
292
297
|
</method>
|
|
293
298
|
<method name="onInputBlur" hits="0" signature="()V">
|
|
294
299
|
<lines>
|
|
295
|
-
<line number="
|
|
300
|
+
<line number="210" hits="0"/>
|
|
296
301
|
</lines>
|
|
297
302
|
</method>
|
|
298
303
|
<method name="onKeyDown" hits="1" signature="()V">
|
|
299
304
|
<lines>
|
|
300
|
-
<line number="
|
|
305
|
+
<line number="213" hits="1"/>
|
|
301
306
|
</lines>
|
|
302
307
|
</method>
|
|
303
308
|
<method name="onKeyUp" hits="0" signature="()V">
|
|
304
309
|
<lines>
|
|
305
|
-
<line number="
|
|
310
|
+
<line number="222" hits="0"/>
|
|
306
311
|
</lines>
|
|
307
312
|
</method>
|
|
308
313
|
<method name="onKeyHome" hits="1" signature="()V">
|
|
309
314
|
<lines>
|
|
310
|
-
<line number="
|
|
315
|
+
<line number="231" hits="1"/>
|
|
311
316
|
</lines>
|
|
312
317
|
</method>
|
|
313
318
|
<method name="onKeyEnd" hits="1" signature="()V">
|
|
314
319
|
<lines>
|
|
315
|
-
<line number="
|
|
320
|
+
<line number="234" hits="1"/>
|
|
316
321
|
</lines>
|
|
317
322
|
</method>
|
|
318
323
|
</methods>
|
|
319
324
|
<lines>
|
|
320
|
-
<line number="
|
|
321
|
-
<line number="
|
|
322
|
-
<line number="
|
|
323
|
-
<line number="
|
|
325
|
+
<line number="43" hits="1" branch="false"/>
|
|
326
|
+
<line number="44" hits="1" branch="false"/>
|
|
327
|
+
<line number="45" hits="1" branch="false"/>
|
|
328
|
+
<line number="77" hits="0" branch="false"/>
|
|
324
329
|
<line number="93" hits="12" branch="false"/>
|
|
325
330
|
<line number="101" hits="12" branch="false"/>
|
|
326
331
|
<line number="108" hits="17" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -354,33 +359,34 @@
|
|
|
354
359
|
<line number="172" hits="0" branch="false"/>
|
|
355
360
|
<line number="174" hits="16" branch="false"/>
|
|
356
361
|
<line number="178" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
357
|
-
<line number="
|
|
358
|
-
<line number="186" hits="
|
|
359
|
-
<line number="189" hits="
|
|
360
|
-
<line number="
|
|
361
|
-
<line number="
|
|
362
|
-
<line number="195" hits="
|
|
363
|
-
<line number="
|
|
364
|
-
<line number="
|
|
365
|
-
<line number="200" hits="
|
|
366
|
-
<line number="
|
|
367
|
-
<line number="204" hits="
|
|
368
|
-
<line number="
|
|
369
|
-
<line number="208" hits="
|
|
370
|
-
<line number="211" hits="
|
|
371
|
-
<line number="
|
|
372
|
-
<line number="
|
|
373
|
-
<line number="
|
|
374
|
-
<line number="
|
|
375
|
-
<line number="
|
|
376
|
-
<line number="
|
|
377
|
-
<line number="
|
|
378
|
-
<line number="
|
|
379
|
-
<line number="
|
|
380
|
-
<line number="
|
|
381
|
-
<line number="228" hits="
|
|
382
|
-
<line number="
|
|
362
|
+
<line number="181" hits="12" branch="true" condition-coverage="50% (1/2)"/>
|
|
363
|
+
<line number="186" hits="2" branch="false"/>
|
|
364
|
+
<line number="189" hits="3" branch="false"/>
|
|
365
|
+
<line number="192" hits="4" branch="true" condition-coverage="100% (2/2)"/>
|
|
366
|
+
<line number="193" hits="2" branch="false"/>
|
|
367
|
+
<line number="195" hits="2" branch="false"/>
|
|
368
|
+
<line number="198" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
|
369
|
+
<line number="199" hits="1" branch="false"/>
|
|
370
|
+
<line number="200" hits="1" branch="false"/>
|
|
371
|
+
<line number="203" hits="0" branch="false"/>
|
|
372
|
+
<line number="204" hits="0" branch="false"/>
|
|
373
|
+
<line number="207" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
374
|
+
<line number="208" hits="3" branch="false"/>
|
|
375
|
+
<line number="211" hits="0" branch="false"/>
|
|
376
|
+
<line number="214" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
377
|
+
<line number="215" hits="0" branch="false"/>
|
|
378
|
+
<line number="216" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
379
|
+
<line number="217" hits="0" branch="false"/>
|
|
380
|
+
<line number="218" hits="1" branch="false"/>
|
|
381
|
+
<line number="219" hits="1" branch="false"/>
|
|
382
|
+
<line number="223" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
383
|
+
<line number="224" hits="0" branch="false"/>
|
|
384
|
+
<line number="225" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
385
|
+
<line number="226" hits="0" branch="false"/>
|
|
386
|
+
<line number="228" hits="0" branch="false"/>
|
|
387
|
+
<line number="231" hits="1" branch="false"/>
|
|
383
388
|
<line number="232" hits="1" branch="false"/>
|
|
389
|
+
<line number="235" hits="1" branch="false"/>
|
|
384
390
|
</lines>
|
|
385
391
|
</class>
|
|
386
392
|
<class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
|
|
@@ -450,7 +450,7 @@ export default accordion;
|
|
|
450
450
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
451
451
|
Code coverage generated by
|
|
452
452
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
453
|
-
at
|
|
453
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
454
454
|
</div>
|
|
455
455
|
</div>
|
|
456
456
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -105,7 +105,7 @@ export default {
|
|
|
105
105
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
106
106
|
Code coverage generated by
|
|
107
107
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
108
|
-
at
|
|
108
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
109
109
|
</div>
|
|
110
110
|
</div>
|
|
111
111
|
<script src="../../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../../prettify.js"></script>
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
<div class='clearfix'>
|
|
23
23
|
|
|
24
24
|
<div class='fl pad1y space-right2'>
|
|
25
|
-
<span class="strong">
|
|
25
|
+
<span class="strong">80% </span>
|
|
26
26
|
<span class="quiet">Statements</span>
|
|
27
|
-
<span class='fraction'>
|
|
27
|
+
<span class='fraction'>52/65</span>
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
<div class='fl pad1y space-right2'>
|
|
32
|
-
<span class="strong">60
|
|
32
|
+
<span class="strong">60% </span>
|
|
33
33
|
<span class="quiet">Branches</span>
|
|
34
|
-
<span class='fraction'>
|
|
34
|
+
<span class='fraction'>18/30</span>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
<div class='fl pad1y space-right2'>
|
|
39
|
-
<span class="strong">87.
|
|
39
|
+
<span class="strong">87.5% </span>
|
|
40
40
|
<span class="quiet">Functions</span>
|
|
41
|
-
<span class='fraction'>
|
|
41
|
+
<span class='fraction'>28/32</span>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
<div class='fl pad1y space-right2'>
|
|
46
|
-
<span class="strong">
|
|
46
|
+
<span class="strong">80% </span>
|
|
47
47
|
<span class="quiet">Lines</span>
|
|
48
|
-
<span class='fraction'>
|
|
48
|
+
<span class='fraction'>52/65</span>
|
|
49
49
|
</div>
|
|
50
50
|
|
|
51
51
|
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
55
55
|
</p>
|
|
56
56
|
</div>
|
|
57
|
-
<div class='status-line
|
|
57
|
+
<div class='status-line high'></div>
|
|
58
58
|
<pre><table class="coverage">
|
|
59
59
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
60
60
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -292,11 +292,10 @@
|
|
|
292
292
|
<a name='L234'></a><a href='#L234'>234</a>
|
|
293
293
|
<a name='L235'></a><a href='#L235'>235</a>
|
|
294
294
|
<a name='L236'></a><a href='#L236'>236</a>
|
|
295
|
-
<a name='L237'></a><a href='#L237'>237</a
|
|
296
|
-
<
|
|
297
|
-
<
|
|
298
|
-
<span class="cline-any cline-neutral"> </span>
|
|
299
|
-
<span class="cline-any cline-neutral"> </span>
|
|
295
|
+
<a name='L237'></a><a href='#L237'>237</a>
|
|
296
|
+
<a name='L238'></a><a href='#L238'>238</a>
|
|
297
|
+
<a name='L239'></a><a href='#L239'>239</a>
|
|
298
|
+
<a name='L240'></a><a href='#L240'>240</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
300
299
|
<span class="cline-any cline-neutral"> </span>
|
|
301
300
|
<span class="cline-any cline-neutral"> </span>
|
|
302
301
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -384,6 +383,10 @@
|
|
|
384
383
|
<span class="cline-any cline-neutral"> </span>
|
|
385
384
|
<span class="cline-any cline-neutral"> </span>
|
|
386
385
|
<span class="cline-any cline-neutral"> </span>
|
|
386
|
+
<span class="cline-any cline-neutral"> </span>
|
|
387
|
+
<span class="cline-any cline-neutral"> </span>
|
|
388
|
+
<span class="cline-any cline-neutral"> </span>
|
|
389
|
+
<span class="cline-any cline-neutral"> </span>
|
|
387
390
|
<span class="cline-any cline-yes">12x</span>
|
|
388
391
|
<span class="cline-any cline-neutral"> </span>
|
|
389
392
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -472,6 +475,9 @@
|
|
|
472
475
|
<span class="cline-any cline-yes">14x</span>
|
|
473
476
|
<span class="cline-any cline-neutral"> </span>
|
|
474
477
|
<span class="cline-any cline-neutral"> </span>
|
|
478
|
+
<span class="cline-any cline-yes">12x</span>
|
|
479
|
+
<span class="cline-any cline-neutral"> </span>
|
|
480
|
+
<span class="cline-any cline-neutral"> </span>
|
|
475
481
|
<span class="cline-any cline-neutral"> </span>
|
|
476
482
|
<span class="cline-any cline-neutral"> </span>
|
|
477
483
|
<span class="cline-any cline-yes">2x</span>
|
|
@@ -549,14 +555,10 @@
|
|
|
549
555
|
:aria-owns="listBoxId"
|
|
550
556
|
:aria-expanded="ariaExpanded"
|
|
551
557
|
:activeDescendent="selectedOptionId"
|
|
558
|
+
:ariaInvalid="ariaInvalid"
|
|
552
559
|
v-model="inputValue"
|
|
553
560
|
/>
|
|
554
|
-
<ListBox
|
|
555
|
-
:id="listBoxId"
|
|
556
|
-
:aria-labelledby="labelId"
|
|
557
|
-
:hidden="listBoxHidden"
|
|
558
|
-
:isLoading="isLoading"
|
|
559
|
-
>
|
|
561
|
+
<ListBox :id="listBoxId" :aria-labelledby="labelId" :hidden="listBoxHidden" :isLoading="isLoading">
|
|
560
562
|
<template>
|
|
561
563
|
<ListBoxOption
|
|
562
564
|
v-for="(option, index) in visibleOptions"
|
|
@@ -618,6 +620,10 @@ export default {
|
|
|
618
620
|
type: String,
|
|
619
621
|
default: '/assets/icons.svg',
|
|
620
622
|
},
|
|
623
|
+
dataAriaInvalid: {
|
|
624
|
+
type: String,
|
|
625
|
+
default: '',
|
|
626
|
+
},
|
|
621
627
|
},
|
|
622
628
|
data() {
|
|
623
629
|
return {
|
|
@@ -707,6 +713,9 @@ export default {
|
|
|
707
713
|
// These must be strings to apply as an aria attribute of the same name
|
|
708
714
|
return this.expanded ? 'true' : 'false';
|
|
709
715
|
},
|
|
716
|
+
ariaInvalid() {
|
|
717
|
+
<span class="branch-0 cbranch-no" title="branch not covered" > return this.dataAriaInvalid ? 'true' : 'false';</span>
|
|
718
|
+
},
|
|
710
719
|
},
|
|
711
720
|
methods: {
|
|
712
721
|
makeActive() {
|
|
@@ -771,7 +780,7 @@ export default {
|
|
|
771
780
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
772
781
|
Code coverage generated by
|
|
773
782
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
774
|
-
at
|
|
783
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
775
784
|
</div>
|
|
776
785
|
</div>
|
|
777
786
|
<script src="../../../../prettify.js"></script>
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
213
213
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
214
214
|
Code coverage generated by
|
|
215
215
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
216
|
-
at
|
|
216
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
217
217
|
</div>
|
|
218
218
|
</div>
|
|
219
219
|
<script src="../../../../prettify.js"></script>
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
<div class='clearfix'>
|
|
23
23
|
|
|
24
24
|
<div class='fl pad1y space-right2'>
|
|
25
|
-
<span class="strong">81.
|
|
25
|
+
<span class="strong">81.69% </span>
|
|
26
26
|
<span class="quiet">Statements</span>
|
|
27
|
-
<span class='fraction'>
|
|
27
|
+
<span class='fraction'>58/71</span>
|
|
28
28
|
</div>
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
<div class='fl pad1y space-right2'>
|
|
32
|
-
<span class="strong">
|
|
32
|
+
<span class="strong">59.38% </span>
|
|
33
33
|
<span class="quiet">Branches</span>
|
|
34
|
-
<span class='fraction'>
|
|
34
|
+
<span class='fraction'>19/32</span>
|
|
35
35
|
</div>
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
<div class='fl pad1y space-right2'>
|
|
39
|
-
<span class="strong">88.
|
|
39
|
+
<span class="strong">88.89% </span>
|
|
40
40
|
<span class="quiet">Functions</span>
|
|
41
|
-
<span class='fraction'>
|
|
41
|
+
<span class='fraction'>32/36</span>
|
|
42
42
|
</div>
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
<div class='fl pad1y space-right2'>
|
|
46
|
-
<span class="strong">81.
|
|
46
|
+
<span class="strong">81.69% </span>
|
|
47
47
|
<span class="quiet">Lines</span>
|
|
48
|
-
<span class='fraction'>
|
|
48
|
+
<span class='fraction'>58/71</span>
|
|
49
49
|
</div>
|
|
50
50
|
|
|
51
51
|
|
|
@@ -72,18 +72,18 @@
|
|
|
72
72
|
</tr>
|
|
73
73
|
</thead>
|
|
74
74
|
<tbody><tr>
|
|
75
|
-
<td class="file
|
|
76
|
-
<td data-value="
|
|
77
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
75
|
+
<td class="file high" data-value="Combobox.vue"><a href="Combobox.vue.html">Combobox.vue</a></td>
|
|
76
|
+
<td data-value="80" class="pic high">
|
|
77
|
+
<div class="chart"><div class="cover-fill" style="width: 80%"></div><div class="cover-empty" style="width: 20%"></div></div>
|
|
78
78
|
</td>
|
|
79
|
-
<td data-value="
|
|
80
|
-
<td data-value="
|
|
81
|
-
<td data-value="60
|
|
82
|
-
<td data-value="
|
|
83
|
-
<td data-value="87.
|
|
84
|
-
<td data-value="
|
|
85
|
-
<td data-value="
|
|
86
|
-
<td data-value="
|
|
79
|
+
<td data-value="80" class="pct high">80%</td>
|
|
80
|
+
<td data-value="65" class="abs high">52/65</td>
|
|
81
|
+
<td data-value="60" class="pct medium">60%</td>
|
|
82
|
+
<td data-value="30" class="abs medium">18/30</td>
|
|
83
|
+
<td data-value="87.5" class="pct high">87.5%</td>
|
|
84
|
+
<td data-value="32" class="abs high">28/32</td>
|
|
85
|
+
<td data-value="80" class="pct high">80%</td>
|
|
86
|
+
<td data-value="65" class="abs high">52/65</td>
|
|
87
87
|
</tr>
|
|
88
88
|
|
|
89
89
|
<tr>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
110
110
|
Code coverage generated by
|
|
111
111
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
112
|
-
at
|
|
112
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
113
113
|
</div>
|
|
114
114
|
</div>
|
|
115
115
|
<script src="../../../../prettify.js"></script>
|
|
@@ -228,7 +228,7 @@ export default fileUpload;
|
|
|
228
228
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
229
229
|
Code coverage generated by
|
|
230
230
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
231
|
-
at
|
|
231
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
232
232
|
</div>
|
|
233
233
|
</div>
|
|
234
234
|
<script src="../../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../../prettify.js"></script>
|
|
@@ -174,7 +174,7 @@ export default characterCount;
|
|
|
174
174
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
175
175
|
Code coverage generated by
|
|
176
176
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
177
|
-
at
|
|
177
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
178
178
|
</div>
|
|
179
179
|
</div>
|
|
180
180
|
<script src="../../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -315,7 +315,7 @@ export default modals;
|
|
|
315
315
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
316
316
|
Code coverage generated by
|
|
317
317
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
318
|
-
at
|
|
318
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
319
319
|
</div>
|
|
320
320
|
</div>
|
|
321
321
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -144,7 +144,7 @@ export default notification;
|
|
|
144
144
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
145
145
|
Code coverage generated by
|
|
146
146
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
147
|
-
at
|
|
147
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
148
148
|
</div>
|
|
149
149
|
</div>
|
|
150
150
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -294,7 +294,7 @@ export default popovers;
|
|
|
294
294
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
295
295
|
Code coverage generated by
|
|
296
296
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
297
|
-
at
|
|
297
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
298
298
|
</div>
|
|
299
299
|
</div>
|
|
300
300
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -99,7 +99,7 @@ export default switchState;
|
|
|
99
99
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
100
100
|
Code coverage generated by
|
|
101
101
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
102
|
-
at
|
|
102
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
103
103
|
</div>
|
|
104
104
|
</div>
|
|
105
105
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -510,7 +510,7 @@ export default tabs;
|
|
|
510
510
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
511
511
|
Code coverage generated by
|
|
512
512
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
513
|
-
at
|
|
513
|
+
at Mon Nov 30 2020 17:41:16 GMT+0000 (Greenwich Mean Time)
|
|
514
514
|
</div>
|
|
515
515
|
</div>
|
|
516
516
|
<script src="../../prettify.js"></script>
|