@madgex/design-system 2.7.2 → 3.0.2

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 (81) hide show
  1. package/README.md +0 -2
  2. package/coverage/cobertura-coverage.xml +20 -20
  3. package/coverage/components/accordion/accordion.js.html +1 -1
  4. package/coverage/components/accordion/index.html +1 -1
  5. package/coverage/components/button/button.js.html +1 -1
  6. package/coverage/components/button/index.html +1 -1
  7. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  8. package/coverage/components/inputs/combobox/index.html +1 -1
  9. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +21 -21
  10. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  11. package/coverage/components/inputs/combobox/vue-components/index.html +16 -16
  12. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  13. package/coverage/components/inputs/file-upload/index.html +1 -1
  14. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  15. package/coverage/components/inputs/textarea/index.html +1 -1
  16. package/coverage/components/modal/index.html +1 -1
  17. package/coverage/components/modal/modal.js.html +1 -1
  18. package/coverage/components/notification/index.html +1 -1
  19. package/coverage/components/notification/notification.js.html +1 -1
  20. package/coverage/components/popover/index.html +1 -1
  21. package/coverage/components/popover/popover.js.html +1 -1
  22. package/coverage/components/switch-state/index.html +1 -1
  23. package/coverage/components/switch-state/switch-state.js.html +1 -1
  24. package/coverage/components/tabs/index.html +1 -1
  25. package/coverage/components/tabs/tabs.js.html +1 -1
  26. package/coverage/index.html +16 -16
  27. package/coverage/js/common.js.html +1 -1
  28. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  29. package/coverage/js/fractal-scripts/index.html +1 -1
  30. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  31. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  32. package/coverage/js/index-fractal.js.html +1 -1
  33. package/coverage/js/index-polyfills.js.html +1 -1
  34. package/coverage/js/index-vue.js.html +1 -1
  35. package/coverage/js/index.html +1 -1
  36. package/coverage/js/index.js.html +1 -1
  37. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  38. package/coverage/js/polyfills/closest.js.html +1 -1
  39. package/coverage/js/polyfills/index.html +1 -1
  40. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  41. package/coverage/js/polyfills/remove.js.html +1 -1
  42. package/coverage/tokens/_config.js.html +1 -1
  43. package/coverage/tokens/index.html +1 -1
  44. package/cypress/integration/components/accordion.spec.js +62 -20
  45. package/cypress/integration/components/button.spec.js +2 -1
  46. package/cypress/integration/components/card.spec.js +3 -1
  47. package/cypress/integration/components/combobox.spec.js +26 -51
  48. package/cypress/integration/components/input.spec.js +10 -1
  49. package/cypress/integration/components/pagination-numbers.spec.js +7 -1
  50. package/cypress/integration/components/pagination.spec.js +4 -1
  51. package/cypress/integration/components/radio.spec.js +3 -1
  52. package/cypress/integration/components/switch-state.spec.js +12 -8
  53. package/cypress/integration/components/tabs.spec.js +9 -14
  54. package/cypress/integration/components/textarea.spec.js +1 -1
  55. package/dist/_tokens/css/_tokens.css +10 -10
  56. package/dist/_tokens/js/_tokens-module.js +15 -15
  57. package/dist/_tokens/scss/_tokens.scss +10 -10
  58. package/dist/assets/icons.json +1 -1
  59. package/dist/css/index.css +1 -1
  60. package/dist/js/index.js +2 -22
  61. package/dist/js/index.js.LICENSE.txt +14 -0
  62. package/package.json +30 -30
  63. package/src/components/inputs/_checkbox-elem/_template.njk +1 -3
  64. package/src/components/inputs/checkbox-list/_template.njk +1 -1
  65. package/src/components/inputs/combobox/_template.njk +4 -1
  66. package/src/components/inputs/combobox/vue-components/Combobox.vue +1 -1
  67. package/src/components/inputs/combobox/vue-components/ListBox.vue +5 -1
  68. package/src/components/inputs/file-upload/_template.njk +1 -1
  69. package/src/components/inputs/input/_template.njk +1 -1
  70. package/src/components/inputs/label/README.md +2 -0
  71. package/src/components/inputs/label/_template.njk +2 -2
  72. package/src/components/inputs/label/label.njk +3 -1
  73. package/src/components/inputs/radio/_template.njk +1 -1
  74. package/src/components/inputs/radio/radio.config.js +2 -2
  75. package/src/components/inputs/select/_template.njk +1 -1
  76. package/src/components/inputs/single-checkbox/_template.njk +6 -6
  77. package/src/components/inputs/single-checkbox/single-checkbox.config.js +1 -1
  78. package/src/components/inputs/single-checkbox/single-checkbox.njk +2 -2
  79. package/src/components/inputs/textarea/_template.njk +1 -1
  80. package/src/tokens/color.json +5 -5
  81. package/tasks/css.js +3 -1
package/README.md CHANGED
@@ -82,5 +82,3 @@ Note you'll need the scss for the component styles.
82
82
  ## Releases
83
83
 
84
84
  With every commit to `master` the build server attempts to create a new version using [semantic-release](https://semantic-release.gitbook.io/semantic-release/) and deploys to [npm](https://npmjs.org) as [@madgex/design-system](https://www.npmjs.com/package/@madgex/design-system).
85
-
86
- .
@@ -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="522" lines-covered="208" line-rate="0.3985" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1625477489550" complexity="0" version="0.1">
3
+ <coverage lines-valid="522" lines-covered="204" line-rate="0.3908" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1625657130222" 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>
@@ -207,9 +207,9 @@
207
207
  </class>
208
208
  </classes>
209
209
  </package>
210
- <package name="components.inputs.combobox.vue-components" line-rate="0.8143" branch-rate="0.5938">
210
+ <package name="components.inputs.combobox.vue-components" line-rate="0.7570999999999999" branch-rate="0.5938">
211
211
  <classes>
212
- <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.7968999999999999" branch-rate="0.6">
212
+ <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.7343999999999999" branch-rate="0.6">
213
213
  <methods>
214
214
  <method name="_default" hits="0" signature="()V">
215
215
  <lines>
@@ -241,9 +241,9 @@
241
241
  <line number="121" hits="12"/>
242
242
  </lines>
243
243
  </method>
244
- <method name="set" hits="8" signature="()V">
244
+ <method name="set" hits="6" signature="()V">
245
245
  <lines>
246
- <line number="124" hits="8"/>
246
+ <line number="124" hits="6"/>
247
247
  </lines>
248
248
  </method>
249
249
  <method name="get" hits="11" signature="()V">
@@ -291,9 +291,9 @@
291
291
  <line number="160" hits="12"/>
292
292
  </lines>
293
293
  </method>
294
- <method name="lastOptionIndex" hits="1" signature="()V">
294
+ <method name="lastOptionIndex" hits="0" signature="()V">
295
295
  <lines>
296
- <line number="163" hits="1"/>
296
+ <line number="163" hits="0"/>
297
297
  </lines>
298
298
  </method>
299
299
  <method name="resultCount" hits="14" signature="()V">
@@ -336,9 +336,9 @@
336
336
  <line number="198" hits="0"/>
337
337
  </lines>
338
338
  </method>
339
- <method name="hiddenGuard" hits="3" signature="()V">
339
+ <method name="hiddenGuard" hits="1" signature="()V">
340
340
  <lines>
341
- <line number="202" hits="3"/>
341
+ <line number="202" hits="1"/>
342
342
  </lines>
343
343
  </method>
344
344
  <method name="onInputBlur" hits="0" signature="()V">
@@ -356,14 +356,14 @@
356
356
  <line number="218" hits="0"/>
357
357
  </lines>
358
358
  </method>
359
- <method name="onKeyHome" hits="1" signature="()V">
359
+ <method name="onKeyHome" hits="0" signature="()V">
360
360
  <lines>
361
- <line number="227" hits="1"/>
361
+ <line number="227" hits="0"/>
362
362
  </lines>
363
363
  </method>
364
- <method name="onKeyEnd" hits="1" signature="()V">
364
+ <method name="onKeyEnd" hits="0" signature="()V">
365
365
  <lines>
366
- <line number="230" hits="1"/>
366
+ <line number="230" hits="0"/>
367
367
  </lines>
368
368
  </method>
369
369
  </methods>
@@ -382,7 +382,7 @@
382
382
  <line number="116" hits="4" branch="false"/>
383
383
  <line number="117" hits="4" branch="false"/>
384
384
  <line number="122" hits="12" branch="false"/>
385
- <line number="125" hits="8" branch="false"/>
385
+ <line number="125" hits="6" branch="false"/>
386
386
  <line number="130" hits="11" branch="false"/>
387
387
  <line number="133" hits="5" branch="false"/>
388
388
  <line number="134" hits="5" branch="false"/>
@@ -399,7 +399,7 @@
399
399
  <line number="156" hits="2" branch="false"/>
400
400
  <line number="158" hits="14" branch="false"/>
401
401
  <line number="161" hits="12" branch="false"/>
402
- <line number="164" hits="1" branch="false"/>
402
+ <line number="164" hits="0" branch="false"/>
403
403
  <line number="167" hits="14" branch="true" condition-coverage="50% (1/2)"/>
404
404
  <line number="168" hits="0" branch="false"/>
405
405
  <line number="170" hits="14" branch="false"/>
@@ -415,8 +415,8 @@
415
415
  <line number="196" hits="1" branch="false"/>
416
416
  <line number="199" hits="0" branch="false"/>
417
417
  <line number="200" hits="0" branch="false"/>
418
- <line number="203" hits="3" branch="true" condition-coverage="50% (1/2)"/>
419
- <line number="204" hits="3" branch="false"/>
418
+ <line number="203" hits="1" branch="true" condition-coverage="50% (1/2)"/>
419
+ <line number="204" hits="1" branch="false"/>
420
420
  <line number="207" hits="0" branch="false"/>
421
421
  <line number="210" hits="1" branch="true" condition-coverage="50% (1/2)"/>
422
422
  <line number="211" hits="0" branch="false"/>
@@ -429,9 +429,9 @@
429
429
  <line number="221" hits="0" branch="true" condition-coverage="0% (0/2)"/>
430
430
  <line number="222" hits="0" branch="false"/>
431
431
  <line number="224" hits="0" branch="false"/>
432
- <line number="227" hits="1" branch="false"/>
433
- <line number="228" hits="1" branch="false"/>
434
- <line number="231" hits="1" branch="false"/>
432
+ <line number="227" hits="0" branch="false"/>
433
+ <line number="228" hits="0" branch="false"/>
434
+ <line number="231" hits="0" branch="false"/>
435
435
  </lines>
436
436
  </class>
437
437
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
@@ -465,7 +465,7 @@ export default accordion;
465
465
  <div class='footer quiet pad2 space-top1 center small'>
466
466
  Code coverage generated by
467
467
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
468
- at Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
468
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
469
469
  </div>
470
470
  </div>
471
471
  <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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -150,7 +150,7 @@ export default button;
150
150
  <div class='footer quiet pad2 space-top1 center small'>
151
151
  Code coverage generated by
152
152
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
153
- at Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
153
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
154
154
  </div>
155
155
  </div>
156
156
  <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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -111,7 +111,7 @@ export default {
111
111
  <div class='footer quiet pad2 space-top1 center small'>
112
112
  Code coverage generated by
113
113
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
114
- at Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
114
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
115
115
  </div>
116
116
  </div>
117
117
  <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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>
@@ -22,9 +22,9 @@
22
22
  <div class='clearfix'>
23
23
 
24
24
  <div class='fl pad1y space-right2'>
25
- <span class="strong">79.69% </span>
25
+ <span class="strong">73.44% </span>
26
26
  <span class="quiet">Statements</span>
27
- <span class='fraction'>51/64</span>
27
+ <span class='fraction'>47/64</span>
28
28
  </div>
29
29
 
30
30
 
@@ -36,16 +36,16 @@
36
36
 
37
37
 
38
38
  <div class='fl pad1y space-right2'>
39
- <span class="strong">87.1% </span>
39
+ <span class="strong">77.42% </span>
40
40
  <span class="quiet">Functions</span>
41
- <span class='fraction'>27/31</span>
41
+ <span class='fraction'>24/31</span>
42
42
  </div>
43
43
 
44
44
 
45
45
  <div class='fl pad1y space-right2'>
46
- <span class="strong">79.69% </span>
46
+ <span class="strong">73.44% </span>
47
47
  <span class="quiet">Lines</span>
48
- <span class='fraction'>51/64</span>
48
+ <span class='fraction'>47/64</span>
49
49
  </div>
50
50
 
51
51
 
@@ -415,7 +415,7 @@
415
415
  <span class="cline-any cline-yes">12x</span>
416
416
  <span class="cline-any cline-neutral">&nbsp;</span>
417
417
  <span class="cline-any cline-neutral">&nbsp;</span>
418
- <span class="cline-any cline-yes">8x</span>
418
+ <span class="cline-any cline-yes">6x</span>
419
419
  <span class="cline-any cline-neutral">&nbsp;</span>
420
420
  <span class="cline-any cline-neutral">&nbsp;</span>
421
421
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -454,7 +454,7 @@
454
454
  <span class="cline-any cline-yes">12x</span>
455
455
  <span class="cline-any cline-neutral">&nbsp;</span>
456
456
  <span class="cline-any cline-neutral">&nbsp;</span>
457
- <span class="cline-any cline-yes">1x</span>
457
+ <span class="cline-any cline-no">&nbsp;</span>
458
458
  <span class="cline-any cline-neutral">&nbsp;</span>
459
459
  <span class="cline-any cline-neutral">&nbsp;</span>
460
460
  <span class="cline-any cline-yes">14x</span>
@@ -493,8 +493,8 @@
493
493
  <span class="cline-any cline-no">&nbsp;</span>
494
494
  <span class="cline-any cline-neutral">&nbsp;</span>
495
495
  <span class="cline-any cline-neutral">&nbsp;</span>
496
- <span class="cline-any cline-yes">3x</span>
497
- <span class="cline-any cline-yes">3x</span>
496
+ <span class="cline-any cline-yes">1x</span>
497
+ <span class="cline-any cline-yes">1x</span>
498
498
  <span class="cline-any cline-neutral">&nbsp;</span>
499
499
  <span class="cline-any cline-neutral">&nbsp;</span>
500
500
  <span class="cline-any cline-no">&nbsp;</span>
@@ -517,11 +517,11 @@
517
517
  <span class="cline-any cline-no">&nbsp;</span>
518
518
  <span class="cline-any cline-neutral">&nbsp;</span>
519
519
  <span class="cline-any cline-neutral">&nbsp;</span>
520
- <span class="cline-any cline-yes">1x</span>
521
- <span class="cline-any cline-yes">1x</span>
520
+ <span class="cline-any cline-no">&nbsp;</span>
521
+ <span class="cline-any cline-no">&nbsp;</span>
522
522
  <span class="cline-any cline-neutral">&nbsp;</span>
523
523
  <span class="cline-any cline-neutral">&nbsp;</span>
524
- <span class="cline-any cline-yes">1x</span>
524
+ <span class="cline-any cline-no">&nbsp;</span>
525
525
  <span class="cline-any cline-neutral">&nbsp;</span>
526
526
  <span class="cline-any cline-neutral">&nbsp;</span>
527
527
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -549,7 +549,7 @@
549
549
  :ariaInvalid="ariaInvalid"
550
550
  v-model="inputValue"
551
551
  /&gt;
552
- &lt;ListBox :id="listBoxId" :hidden="listBoxHidden" :isLoading="isLoading"&gt;
552
+ &lt;ListBox :id="listBoxId" :hidden="listBoxHidden" :isLoading="isLoading" :comboboxid="comboboxid"&gt;
553
553
  &lt;template&gt;
554
554
  &lt;ListBoxOption
555
555
  v-for="(option, index) in visibleOptions"
@@ -688,8 +688,8 @@ export default {
688
688
  listBoxHidden() {
689
689
  return !this.expanded;
690
690
  },
691
- lastOptionIndex() {
692
- return this.visibleOptions.length - 1;
691
+ <span class="fstat-no" title="function not covered" > lastOptionIndex() {</span>
692
+ <span class="cstat-no" title="statement not covered" > return this.visibleOptions.length - 1;</span>
693
693
  },
694
694
  resultCount() {
695
695
  <span class="missing-if-branch" title="if path not taken" >I</span> if (typeof this.resultmessage === 'function') {
@@ -752,11 +752,11 @@ export default {
752
752
  <span class="cstat-no" title="statement not covered" > this.selectedOption = this.visibleOptions[this.lastOptionIndex];</span>
753
753
  }
754
754
  },
755
- onKeyHome() {
756
- [this.selectedOption] = this.visibleOptions;
755
+ <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" > onKeyHome() {</span></span>
756
+ <span class="cstat-no" title="statement not covered" > [this.selectedOption] = this.visibleOptions;</span>
757
757
  },
758
- onKeyEnd() {
759
- this.selectedOption = this.visibleOptions[this.lastOptionIndex];
758
+ <span class="fstat-no" title="function not covered" > onKeyEnd() {</span>
759
+ <span class="cstat-no" title="statement not covered" > this.selectedOption = this.visibleOptions[this.lastOptionIndex];</span>
760
760
  },
761
761
  },
762
762
  };
@@ -768,7 +768,7 @@ export default {
768
768
  <div class='footer quiet pad2 space-top1 center small'>
769
769
  Code coverage generated by
770
770
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
771
- at Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
771
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
772
772
  </div>
773
773
  </div>
774
774
  <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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
216
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
217
217
  </div>
218
218
  </div>
219
219
  <script src="../../../../prettify.js"></script>
@@ -22,9 +22,9 @@
22
22
  <div class='clearfix'>
23
23
 
24
24
  <div class='fl pad1y space-right2'>
25
- <span class="strong">81.43% </span>
25
+ <span class="strong">75.71% </span>
26
26
  <span class="quiet">Statements</span>
27
- <span class='fraction'>57/70</span>
27
+ <span class='fraction'>53/70</span>
28
28
  </div>
29
29
 
30
30
 
@@ -36,16 +36,16 @@
36
36
 
37
37
 
38
38
  <div class='fl pad1y space-right2'>
39
- <span class="strong">88.57% </span>
39
+ <span class="strong">80% </span>
40
40
  <span class="quiet">Functions</span>
41
- <span class='fraction'>31/35</span>
41
+ <span class='fraction'>28/35</span>
42
42
  </div>
43
43
 
44
44
 
45
45
  <div class='fl pad1y space-right2'>
46
- <span class="strong">81.43% </span>
46
+ <span class="strong">75.71% </span>
47
47
  <span class="quiet">Lines</span>
48
- <span class='fraction'>57/70</span>
48
+ <span class='fraction'>53/70</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 high'></div>
57
+ <div class='status-line medium'></div>
58
58
  <div class="pad1">
59
59
  <table class="coverage-summary">
60
60
  <thead>
@@ -73,17 +73,17 @@
73
73
  </thead>
74
74
  <tbody><tr>
75
75
  <td class="file medium" data-value="Combobox.vue"><a href="Combobox.vue.html">Combobox.vue</a></td>
76
- <td data-value="79.69" class="pic medium">
77
- <div class="chart"><div class="cover-fill" style="width: 79%"></div><div class="cover-empty" style="width: 21%"></div></div>
76
+ <td data-value="73.44" class="pic medium">
77
+ <div class="chart"><div class="cover-fill" style="width: 73%"></div><div class="cover-empty" style="width: 27%"></div></div>
78
78
  </td>
79
- <td data-value="79.69" class="pct medium">79.69%</td>
80
- <td data-value="64" class="abs medium">51/64</td>
79
+ <td data-value="73.44" class="pct medium">73.44%</td>
80
+ <td data-value="64" class="abs medium">47/64</td>
81
81
  <td data-value="60" class="pct medium">60%</td>
82
82
  <td data-value="30" class="abs medium">18/30</td>
83
- <td data-value="87.1" class="pct high">87.1%</td>
84
- <td data-value="31" class="abs high">27/31</td>
85
- <td data-value="79.69" class="pct medium">79.69%</td>
86
- <td data-value="64" class="abs medium">51/64</td>
83
+ <td data-value="77.42" class="pct medium">77.42%</td>
84
+ <td data-value="31" class="abs medium">24/31</td>
85
+ <td data-value="73.44" class="pct medium">73.44%</td>
86
+ <td data-value="64" class="abs medium">47/64</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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
112
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
231
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
177
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
318
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
147
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
297
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
102
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
97
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer 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 Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
513
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
514
514
  </div>
515
515
  </div>
516
516
  <script src="../../prettify.js"></script>
@@ -22,9 +22,9 @@
22
22
  <div class='clearfix'>
23
23
 
24
24
  <div class='fl pad1y space-right2'>
25
- <span class="strong">39.39% </span>
25
+ <span class="strong">38.64% </span>
26
26
  <span class="quiet">Statements</span>
27
- <span class='fraction'>208/528</span>
27
+ <span class='fraction'>204/528</span>
28
28
  </div>
29
29
 
30
30
 
@@ -36,16 +36,16 @@
36
36
 
37
37
 
38
38
  <div class='fl pad1y space-right2'>
39
- <span class="strong">42.42% </span>
39
+ <span class="strong">40.15% </span>
40
40
  <span class="quiet">Functions</span>
41
- <span class='fraction'>56/132</span>
41
+ <span class='fraction'>53/132</span>
42
42
  </div>
43
43
 
44
44
 
45
45
  <div class='fl pad1y space-right2'>
46
- <span class="strong">39.85% </span>
46
+ <span class="strong">39.08% </span>
47
47
  <span class="quiet">Lines</span>
48
- <span class='fraction'>208/522</span>
48
+ <span class='fraction'>204/522</span>
49
49
  </div>
50
50
 
51
51
 
@@ -117,18 +117,18 @@
117
117
  </tr>
118
118
 
119
119
  <tr>
120
- <td class="file high" data-value="components/inputs/combobox/vue-components"><a href="components/inputs/combobox/vue-components/index.html">components/inputs/combobox/vue-components</a></td>
121
- <td data-value="81.43" class="pic high">
122
- <div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
120
+ <td class="file medium" data-value="components/inputs/combobox/vue-components"><a href="components/inputs/combobox/vue-components/index.html">components/inputs/combobox/vue-components</a></td>
121
+ <td data-value="75.71" class="pic medium">
122
+ <div class="chart"><div class="cover-fill" style="width: 75%"></div><div class="cover-empty" style="width: 25%"></div></div>
123
123
  </td>
124
- <td data-value="81.43" class="pct high">81.43%</td>
125
- <td data-value="70" class="abs high">57/70</td>
124
+ <td data-value="75.71" class="pct medium">75.71%</td>
125
+ <td data-value="70" class="abs medium">53/70</td>
126
126
  <td data-value="59.38" class="pct medium">59.38%</td>
127
127
  <td data-value="32" class="abs medium">19/32</td>
128
- <td data-value="88.57" class="pct high">88.57%</td>
129
- <td data-value="35" class="abs high">31/35</td>
130
- <td data-value="81.43" class="pct high">81.43%</td>
131
- <td data-value="70" class="abs high">57/70</td>
128
+ <td data-value="80" class="pct high">80%</td>
129
+ <td data-value="35" class="abs high">28/35</td>
130
+ <td data-value="75.71" class="pct medium">75.71%</td>
131
+ <td data-value="70" class="abs medium">53/70</td>
132
132
  </tr>
133
133
 
134
134
  <tr>
@@ -304,7 +304,7 @@
304
304
  <div class='footer quiet pad2 space-top1 center small'>
305
305
  Code coverage generated by
306
306
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
307
- at Mon Jul 05 2021 10:31:29 GMT+0100 (British Summer Time)
307
+ at Wed Jul 07 2021 12:25:30 GMT+0100 (British Summer Time)
308
308
  </div>
309
309
  </div>
310
310
  <script src="prettify.js"></script>