@madgex/design-system 1.62.2 → 1.64.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.
Files changed (52) hide show
  1. package/coverage/cobertura-coverage.xml +59 -53
  2. package/coverage/components/accordion/accordion.js.html +30 -12
  3. package/coverage/components/accordion/index.html +15 -15
  4. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  5. package/coverage/components/inputs/combobox/index.html +1 -1
  6. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
  7. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
  9. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  10. package/coverage/components/inputs/file-upload/index.html +1 -1
  11. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  12. package/coverage/components/inputs/textarea/index.html +1 -1
  13. package/coverage/components/modal/index.html +1 -1
  14. package/coverage/components/modal/modal.js.html +1 -1
  15. package/coverage/components/notification/index.html +1 -1
  16. package/coverage/components/notification/notification.js.html +1 -1
  17. package/coverage/components/popover/index.html +1 -1
  18. package/coverage/components/popover/popover.js.html +1 -1
  19. package/coverage/components/switch-state/index.html +1 -1
  20. package/coverage/components/switch-state/switch-state.js.html +1 -1
  21. package/coverage/components/tabs/index.html +1 -1
  22. package/coverage/components/tabs/tabs.js.html +1 -1
  23. package/coverage/index.html +15 -15
  24. package/coverage/js/common.js.html +1 -1
  25. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  26. package/coverage/js/fractal-scripts/index.html +1 -1
  27. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  28. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  29. package/coverage/js/index-fractal.js.html +1 -1
  30. package/coverage/js/index-polyfills.js.html +1 -1
  31. package/coverage/js/index-vue.js.html +1 -1
  32. package/coverage/js/index.html +1 -1
  33. package/coverage/js/index.js.html +1 -1
  34. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  35. package/coverage/js/polyfills/closest.js.html +1 -1
  36. package/coverage/js/polyfills/index.html +1 -1
  37. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  38. package/coverage/js/polyfills/remove.js.html +1 -1
  39. package/coverage/tokens/_config.js.html +1 -1
  40. package/coverage/tokens/index.html +1 -1
  41. package/delivery/jenkinsfile +5 -1
  42. package/dist/_tokens/css/_tokens.css +1 -1
  43. package/dist/_tokens/js/_tokens-module.js +1 -1
  44. package/dist/_tokens/scss/_tokens.scss +1 -1
  45. package/dist/assets/icons.json +1 -1
  46. package/dist/js/index.js +1 -1
  47. package/package.json +1 -1
  48. package/src/components/accordion/README.md +5 -3
  49. package/src/components/accordion/_template.njk +3 -1
  50. package/src/components/accordion/accordion.config.js +13 -0
  51. package/src/components/accordion/accordion.js +10 -4
  52. package/src/components/accordion/accordion.njk +1 -0
@@ -1,52 +1,52 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="508" lines-covered="209" line-rate="0.4114" branches-valid="155" branches-covered="53" branch-rate="0.3419" timestamp="1605718873509" complexity="0" version="0.1">
3
+ <coverage lines-valid="514" lines-covered="211" line-rate="0.4105" branches-valid="159" branches-covered="53" branch-rate="0.3333" timestamp="1606228277916" 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>
7
7
  <packages>
8
- <package name="components.accordion" line-rate="0.7179000000000001" branch-rate="0.6">
8
+ <package name="components.accordion" line-rate="0.6905" branch-rate="0.5">
9
9
  <classes>
10
- <class name="accordion.js" filename="src/components/accordion/accordion.js" line-rate="0.7179000000000001" branch-rate="0.6">
10
+ <class name="accordion.js" filename="src/components/accordion/accordion.js" line-rate="0.6905" branch-rate="0.5">
11
11
  <methods>
12
12
  <method name="(anonymous_0)" hits="0" signature="()V">
13
13
  <lines>
14
- <line number="9" hits="0"/>
14
+ <line number="10" hits="0"/>
15
15
  </lines>
16
16
  </method>
17
17
  <method name="(anonymous_1)" hits="0" signature="()V">
18
18
  <lines>
19
- <line number="13" hits="0"/>
19
+ <line number="14" hits="0"/>
20
20
  </lines>
21
21
  </method>
22
22
  <method name="(anonymous_2)" hits="6" signature="()V">
23
23
  <lines>
24
- <line number="24" hits="6"/>
24
+ <line number="25" hits="6"/>
25
25
  </lines>
26
26
  </method>
27
27
  <method name="(anonymous_3)" hits="1" signature="()V">
28
28
  <lines>
29
- <line number="59" hits="1"/>
29
+ <line number="60" hits="1"/>
30
30
  </lines>
31
31
  </method>
32
32
  <method name="(anonymous_4)" hits="0" signature="()V">
33
33
  <lines>
34
- <line number="75" hits="0"/>
34
+ <line number="77" hits="0"/>
35
35
  </lines>
36
36
  </method>
37
37
  <method name="(anonymous_5)" hits="2" signature="()V">
38
38
  <lines>
39
- <line number="80" hits="2"/>
39
+ <line number="82" hits="2"/>
40
40
  </lines>
41
41
  </method>
42
42
  <method name="(anonymous_6)" hits="1" signature="()V">
43
43
  <lines>
44
- <line number="96" hits="1"/>
44
+ <line number="98" hits="1"/>
45
45
  </lines>
46
46
  </method>
47
47
  <method name="(anonymous_7)" hits="0" signature="()V">
48
48
  <lines>
49
- <line number="106" hits="0"/>
49
+ <line number="108" hits="0"/>
50
50
  </lines>
51
51
  </method>
52
52
  </methods>
@@ -57,78 +57,84 @@
57
57
  <line number="4" hits="1" branch="false"/>
58
58
  <line number="5" hits="1" branch="false"/>
59
59
  <line number="6" hits="1" branch="false"/>
60
- <line number="8" hits="1" branch="false"/>
61
- <line number="10" hits="0" branch="false"/>
60
+ <line number="7" hits="1" branch="false"/>
61
+ <line number="9" hits="1" branch="false"/>
62
62
  <line number="11" hits="0" branch="false"/>
63
- <line number="13" hits="0" branch="false"/>
63
+ <line number="12" hits="0" branch="false"/>
64
64
  <line number="14" hits="0" branch="false"/>
65
65
  <line number="15" hits="0" branch="false"/>
66
- <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
67
- <line number="17" hits="0" branch="false"/>
68
- <line number="19" hits="0" branch="false"/>
66
+ <line number="16" hits="0" branch="false"/>
67
+ <line number="17" hits="0" branch="true" condition-coverage="0% (0/2)"/>
68
+ <line number="18" hits="0" branch="false"/>
69
69
  <line number="20" hits="0" branch="false"/>
70
- <line number="25" hits="6" branch="false"/>
71
- <line number="27" hits="6" branch="true" condition-coverage="100% (2/2)"/>
72
- <line number="28" hits="5" branch="false"/>
70
+ <line number="21" hits="0" branch="false"/>
71
+ <line number="26" hits="6" branch="false"/>
72
+ <line number="28" hits="6" branch="true" condition-coverage="100% (2/2)"/>
73
73
  <line number="29" hits="5" branch="false"/>
74
- <line number="33" hits="5" branch="true" condition-coverage="100% (4/4)"/>
75
- <line number="35" hits="2" branch="false"/>
74
+ <line number="30" hits="5" branch="false"/>
75
+ <line number="34" hits="5" branch="true" condition-coverage="100% (4/4)"/>
76
76
  <line number="36" hits="2" branch="false"/>
77
- <line number="38" hits="1" branch="false"/>
77
+ <line number="37" hits="2" branch="false"/>
78
78
  <line number="39" hits="1" branch="false"/>
79
79
  <line number="40" hits="1" branch="false"/>
80
80
  <line number="41" hits="1" branch="false"/>
81
- <line number="43" hits="1" branch="false"/>
81
+ <line number="42" hits="1" branch="false"/>
82
82
  <line number="44" hits="1" branch="false"/>
83
83
  <line number="45" hits="1" branch="false"/>
84
84
  <line number="46" hits="1" branch="false"/>
85
- <line number="48" hits="1" branch="false"/>
86
- <line number="51" hits="4" branch="true" condition-coverage="100% (2/2)"/>
87
- <line number="52" hits="3" branch="false"/>
88
- <line number="55" hits="1" branch="false"/>
89
- <line number="57" hits="1" branch="false"/>
90
- <line number="60" hits="1" branch="false"/>
85
+ <line number="47" hits="1" branch="false"/>
86
+ <line number="49" hits="1" branch="false"/>
87
+ <line number="52" hits="4" branch="true" condition-coverage="100% (2/2)"/>
88
+ <line number="53" hits="3" branch="false"/>
89
+ <line number="56" hits="1" branch="false"/>
90
+ <line number="58" hits="1" branch="false"/>
91
91
  <line number="61" hits="1" branch="false"/>
92
92
  <line number="62" hits="1" branch="false"/>
93
93
  <line number="63" hits="1" branch="false"/>
94
94
  <line number="64" hits="1" branch="false"/>
95
95
  <line number="65" hits="1" branch="false"/>
96
- <line number="66" hits="1" branch="true" condition-coverage="50% (1/2)"/>
96
+ <line number="66" hits="1" branch="false"/>
97
97
  <line number="67" hits="1" branch="false"/>
98
+ <line number="68" hits="1" branch="true" condition-coverage="50% (1/2)"/>
98
99
  <line number="69" hits="1" branch="false"/>
99
- <line number="70" hits="1" branch="false"/>
100
- <line number="72" hits="1" branch="true" condition-coverage="50% (1/2)"/>
101
- <line number="73" hits="0" branch="false"/>
102
- <line number="75" hits="1" branch="false"/>
103
- <line number="76" hits="0" branch="false"/>
104
- <line number="77" hits="0" branch="false"/>
105
- <line number="81" hits="2" branch="false"/>
106
- <line number="82" hits="2" branch="false"/>
100
+ <line number="71" hits="1" branch="false"/>
101
+ <line number="72" hits="1" branch="false"/>
102
+ <line number="74" hits="1" branch="true" condition-coverage="50% (1/2)"/>
103
+ <line number="75" hits="0" branch="false"/>
104
+ <line number="77" hits="1" branch="false"/>
105
+ <line number="78" hits="0" branch="false"/>
106
+ <line number="79" hits="0" branch="false"/>
107
107
  <line number="83" hits="2" branch="false"/>
108
+ <line number="84" hits="2" branch="false"/>
108
109
  <line number="85" hits="2" branch="false"/>
109
- <line number="86" hits="2" branch="false"/>
110
110
  <line number="87" hits="2" branch="false"/>
111
111
  <line number="88" hits="2" branch="false"/>
112
112
  <line number="89" hits="2" branch="false"/>
113
- <line number="90" hits="2" branch="true" condition-coverage="50% (1/2)"/>
113
+ <line number="90" hits="2" branch="false"/>
114
114
  <line number="91" hits="2" branch="false"/>
115
- <line number="94" hits="2" branch="false"/>
116
- <line number="97" hits="1" branch="false"/>
117
- <line number="99" hits="1" branch="true" condition-coverage="50% (1/2)"/>
118
- <line number="100" hits="1" branch="false"/>
119
- <line number="101" hits="1" branch="false"/>
115
+ <line number="92" hits="2" branch="true" condition-coverage="50% (1/2)"/>
116
+ <line number="93" hits="2" branch="false"/>
117
+ <line number="96" hits="2" branch="false"/>
118
+ <line number="99" hits="1" branch="false"/>
119
+ <line number="101" hits="1" branch="true" condition-coverage="50% (1/2)"/>
120
120
  <line number="102" hits="1" branch="false"/>
121
+ <line number="103" hits="1" branch="false"/>
121
122
  <line number="104" hits="1" branch="false"/>
122
- <line number="107" hits="0" branch="false"/>
123
- <line number="108" hits="0" branch="false"/>
124
- <line number="110" hits="0" branch="true" condition-coverage="0% (0/2)"/>
125
- <line number="111" hits="0" branch="false"/>
126
- <line number="112" hits="0" branch="false"/>
123
+ <line number="106" hits="1" branch="false"/>
124
+ <line number="109" hits="0" branch="false"/>
125
+ <line number="110" hits="0" branch="false"/>
126
+ <line number="112" hits="0" branch="true" condition-coverage="0% (0/2)"/>
127
127
  <line number="113" hits="0" branch="false"/>
128
+ <line number="114" hits="0" branch="false"/>
128
129
  <line number="115" hits="0" branch="false"/>
129
- <line number="116" hits="0" branch="false"/>
130
+ <line number="116" hits="0" branch="true" condition-coverage="0% (0/2)"/>
130
131
  <line number="117" hits="0" branch="false"/>
131
- <line number="119" hits="0" branch="false"/>
132
+ <line number="118" hits="0" branch="false"/>
133
+ <line number="120" hits="0" branch="true" condition-coverage="0% (0/2)"/>
134
+ <line number="121" hits="0" branch="false"/>
135
+ <line number="122" hits="0" branch="false"/>
136
+ <line number="123" hits="0" branch="false"/>
137
+ <line number="125" hits="0" branch="false"/>
132
138
  </lines>
133
139
  </class>
134
140
  </classes>
@@ -22,16 +22,16 @@
22
22
  <div class='clearfix'>
23
23
 
24
24
  <div class='fl pad1y space-right2'>
25
- <span class="strong">71.79% </span>
25
+ <span class="strong">69.05% </span>
26
26
  <span class="quiet">Statements</span>
27
- <span class='fraction'>56/78</span>
27
+ <span class='fraction'>58/84</span>
28
28
  </div>
29
29
 
30
30
 
31
31
  <div class='fl pad1y space-right2'>
32
- <span class="strong">60% </span>
32
+ <span class="strong">50% </span>
33
33
  <span class="quiet">Branches</span>
34
- <span class='fraction'>12/20</span>
34
+ <span class='fraction'>12/24</span>
35
35
  </div>
36
36
 
37
37
 
@@ -43,9 +43,9 @@
43
43
 
44
44
 
45
45
  <div class='fl pad1y space-right2'>
46
- <span class="strong">71.79% </span>
46
+ <span class="strong">69.05% </span>
47
47
  <span class="quiet">Lines</span>
48
- <span class='fraction'>56/78</span>
48
+ <span class='fraction'>58/84</span>
49
49
  </div>
50
50
 
51
51
 
@@ -179,7 +179,14 @@
179
179
  <a name='L121'></a><a href='#L121'>121</a>
180
180
  <a name='L122'></a><a href='#L122'>122</a>
181
181
  <a name='L123'></a><a href='#L123'>123</a>
182
- <a name='L124'></a><a href='#L124'>124</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
182
+ <a name='L124'></a><a href='#L124'>124</a>
183
+ <a name='L125'></a><a href='#L125'>125</a>
184
+ <a name='L126'></a><a href='#L126'>126</a>
185
+ <a name='L127'></a><a href='#L127'>127</a>
186
+ <a name='L128'></a><a href='#L128'>128</a>
187
+ <a name='L129'></a><a href='#L129'>129</a>
188
+ <a name='L130'></a><a href='#L130'>130</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
189
+ <span class="cline-any cline-yes">1x</span>
183
190
  <span class="cline-any cline-yes">1x</span>
184
191
  <span class="cline-any cline-yes">1x</span>
185
192
  <span class="cline-any cline-yes">1x</span>
@@ -246,6 +253,7 @@
246
253
  <span class="cline-any cline-yes">1x</span>
247
254
  <span class="cline-any cline-yes">1x</span>
248
255
  <span class="cline-any cline-yes">1x</span>
256
+ <span class="cline-any cline-yes">1x</span>
249
257
  <span class="cline-any cline-neutral">&nbsp;</span>
250
258
  <span class="cline-any cline-yes">1x</span>
251
259
  <span class="cline-any cline-yes">1x</span>
@@ -292,10 +300,14 @@
292
300
  <span class="cline-any cline-no">&nbsp;</span>
293
301
  <span class="cline-any cline-no">&nbsp;</span>
294
302
  <span class="cline-any cline-no">&nbsp;</span>
303
+ <span class="cline-any cline-no">&nbsp;</span>
304
+ <span class="cline-any cline-no">&nbsp;</span>
305
+ <span class="cline-any cline-no">&nbsp;</span>
295
306
  <span class="cline-any cline-neutral">&nbsp;</span>
296
307
  <span class="cline-any cline-no">&nbsp;</span>
297
308
  <span class="cline-any cline-no">&nbsp;</span>
298
309
  <span class="cline-any cline-no">&nbsp;</span>
310
+ <span class="cline-any cline-no">&nbsp;</span>
299
311
  <span class="cline-any cline-neutral">&nbsp;</span>
300
312
  <span class="cline-any cline-no">&nbsp;</span>
301
313
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -308,6 +320,7 @@ const accordionTriggerLabelClass = 'mds-accordion-trigger__label';
308
320
  const accordionTriggerExpandedClass = 'mds-accordion-trigger--expanded';
309
321
  const accordionContentExpandedClass = 'mds-accordion-content--expanded';
310
322
  const accordionLabelInverseData = 'data-labelinverse';
323
+ const accordionNonClosingClass = 'mds-accordion-trigger--non-closing';
311
324
  &nbsp;
312
325
  const accordion = {
313
326
  init: <span class="fstat-no" title="function not covered" >()</span> =&gt; {
@@ -365,6 +378,7 @@ const accordion = {
365
378
  const accordionTriggerId = triggerContainer.id;
366
379
  const label = triggerContainer.querySelector('.mds-accordion-trigger__label');
367
380
  const labelText = label.innerText;
381
+ const isNonClosing = accordionTrigger.classList.contains(accordionNonClosingClass);
368
382
  const triggerButton = accordion.createButton(accordionTriggerId, triggerContainer);
369
383
  triggerContainer.classList.remove('mds-display-none');
370
384
  <span class="missing-if-branch" title="else path not taken" >E</span>if (accordionContent.nodeName.toLowerCase() !== 'fieldset') {
@@ -374,11 +388,11 @@ const accordion = {
374
388
  triggerContainer.appendChild(triggerButton);
375
389
  &nbsp;
376
390
  <span class="missing-if-branch" title="if path not taken" >I</span>if (triggerContainer.dataset.expanded) {
377
- <span class="cstat-no" title="statement not covered" > accordion.toggleExpand(triggerButton, triggerContainer, accordionContent);</span>
391
+ <span class="cstat-no" title="statement not covered" > accordion.toggleExpand(triggerButton, triggerContainer, accordionContent, isNonClosing);</span>
378
392
  }
379
393
  triggerButton.addEventListener('click', <span class="fstat-no" title="function not covered" >(e</span>lem) =&gt; {
380
394
  <span class="cstat-no" title="statement not covered" > elem.preventDefault();</span>
381
- <span class="cstat-no" title="statement not covered" > accordion.toggleExpand(triggerButton, triggerContainer, accordionContent);</span>
395
+ <span class="cstat-no" title="statement not covered" > accordion.toggleExpand(triggerButton, triggerContainer, accordionContent, isNonClosing);</span>
382
396
  });
383
397
  },
384
398
  createButton: (accordionTriggerId, element) =&gt; {
@@ -407,7 +421,7 @@ const accordion = {
407
421
  }
408
422
  return element;
409
423
  },
410
- toggleExpand: <span class="fstat-no" title="function not covered" >(t</span>riggerButton, triggerContainer, accordionContent) =&gt; {
424
+ toggleExpand: <span class="fstat-no" title="function not covered" >(t</span>riggerButton, triggerContainer, accordionContent, isNonClosing) =&gt; {
411
425
  const accordionTriggerButton = <span class="cstat-no" title="statement not covered" >triggerButton;</span>
412
426
  const accordionTriggerButtonLabel = <span class="cstat-no" title="statement not covered" >triggerButton.querySelector(`.${accordionTriggerLabelClass}`);</span>
413
427
  &nbsp;
@@ -415,7 +429,11 @@ const accordion = {
415
429
  <span class="cstat-no" title="statement not covered" > accordionTriggerButton.setAttribute('aria-expanded', true);</span>
416
430
  <span class="cstat-no" title="statement not covered" > triggerContainer.classList.add(accordionTriggerExpandedClass);</span>
417
431
  <span class="cstat-no" title="statement not covered" > accordionContent.classList.add(accordionContentExpandedClass);</span>
418
- } else {
432
+ <span class="cstat-no" title="statement not covered" > if (isNonClosing) {</span>
433
+ <span class="cstat-no" title="statement not covered" > accordionTriggerButton.setAttribute('aria-disabled', true);</span>
434
+ <span class="cstat-no" title="statement not covered" > accordionTriggerButton.classList.add('mds-visually-hidden');</span>
435
+ }
436
+ } else <span class="cstat-no" title="statement not covered" >if (!isNonClosing) {</span>
419
437
  <span class="cstat-no" title="statement not covered" > accordionTriggerButton.setAttribute('aria-expanded', false);</span>
420
438
  <span class="cstat-no" title="statement not covered" > triggerContainer.classList.remove(accordionTriggerExpandedClass);</span>
421
439
  <span class="cstat-no" title="statement not covered" > accordionContent.classList.remove(accordionContentExpandedClass);</span>
@@ -432,7 +450,7 @@ export default accordion;
432
450
  <div class='footer quiet pad2 space-top1 center small'>
433
451
  Code coverage generated by
434
452
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
435
- at Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
453
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
436
454
  </div>
437
455
  </div>
438
456
  <script src="../../prettify.js"></script>
@@ -22,16 +22,16 @@
22
22
  <div class='clearfix'>
23
23
 
24
24
  <div class='fl pad1y space-right2'>
25
- <span class="strong">71.79% </span>
25
+ <span class="strong">69.05% </span>
26
26
  <span class="quiet">Statements</span>
27
- <span class='fraction'>56/78</span>
27
+ <span class='fraction'>58/84</span>
28
28
  </div>
29
29
 
30
30
 
31
31
  <div class='fl pad1y space-right2'>
32
- <span class="strong">60% </span>
32
+ <span class="strong">50% </span>
33
33
  <span class="quiet">Branches</span>
34
- <span class='fraction'>12/20</span>
34
+ <span class='fraction'>12/24</span>
35
35
  </div>
36
36
 
37
37
 
@@ -43,9 +43,9 @@
43
43
 
44
44
 
45
45
  <div class='fl pad1y space-right2'>
46
- <span class="strong">71.79% </span>
46
+ <span class="strong">69.05% </span>
47
47
  <span class="quiet">Lines</span>
48
- <span class='fraction'>56/78</span>
48
+ <span class='fraction'>58/84</span>
49
49
  </div>
50
50
 
51
51
 
@@ -73,17 +73,17 @@
73
73
  </thead>
74
74
  <tbody><tr>
75
75
  <td class="file medium" data-value="accordion.js"><a href="accordion.js.html">accordion.js</a></td>
76
- <td data-value="71.79" class="pic medium">
77
- <div class="chart"><div class="cover-fill" style="width: 71%"></div><div class="cover-empty" style="width: 29%"></div></div>
76
+ <td data-value="69.05" class="pic medium">
77
+ <div class="chart"><div class="cover-fill" style="width: 69%"></div><div class="cover-empty" style="width: 31%"></div></div>
78
78
  </td>
79
- <td data-value="71.79" class="pct medium">71.79%</td>
80
- <td data-value="78" class="abs medium">56/78</td>
81
- <td data-value="60" class="pct medium">60%</td>
82
- <td data-value="20" class="abs medium">12/20</td>
79
+ <td data-value="69.05" class="pct medium">69.05%</td>
80
+ <td data-value="84" class="abs medium">58/84</td>
81
+ <td data-value="50" class="pct medium">50%</td>
82
+ <td data-value="24" class="abs medium">12/24</td>
83
83
  <td data-value="50" class="pct medium">50%</td>
84
84
  <td data-value="8" class="abs medium">4/8</td>
85
- <td data-value="71.79" class="pct medium">71.79%</td>
86
- <td data-value="78" class="abs medium">56/78</td>
85
+ <td data-value="69.05" class="pct medium">69.05%</td>
86
+ <td data-value="84" class="abs medium">58/84</td>
87
87
  </tr>
88
88
 
89
89
  </tbody>
@@ -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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
108
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>
@@ -771,7 +771,7 @@ export default {
771
771
  <div class='footer quiet pad2 space-top1 center small'>
772
772
  Code coverage generated by
773
773
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
774
- at Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
774
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
775
775
  </div>
776
776
  </div>
777
777
  <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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
216
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
217
217
  </div>
218
218
  </div>
219
219
  <script src="../../../../prettify.js"></script>
@@ -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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
112
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
113
113
  </div>
114
114
  </div>
115
115
  <script src="../../../../prettify.js"></script>
@@ -222,7 +222,7 @@ export default fileUpload;
222
222
  <div class='footer quiet pad2 space-top1 center small'>
223
223
  Code coverage generated by
224
224
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
225
- at Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
225
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
226
226
  </div>
227
227
  </div>
228
228
  <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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
177
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
318
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
147
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
297
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
102
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
97
+ at Tue Nov 24 2020 14:31:17 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 Wed Nov 18 2020 17:01:13 GMT+0000 (Greenwich Mean Time)
513
+ at Tue Nov 24 2020 14:31:17 GMT+0000 (Greenwich Mean Time)
514
514
  </div>
515
515
  </div>
516
516
  <script src="../../prettify.js"></script>