@madgex/design-system 3.0.10 → 3.1.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 +46 -45
  2. package/coverage/components/accordion/accordion.js.html +1 -1
  3. package/coverage/components/accordion/index.html +1 -1
  4. package/coverage/components/button/button.js.html +1 -1
  5. package/coverage/components/button/index.html +1 -1
  6. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  7. package/coverage/components/inputs/combobox/index.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +13 -10
  9. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  10. package/coverage/components/inputs/combobox/vue-components/index.html +11 -11
  11. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  12. package/coverage/components/inputs/file-upload/index.html +1 -1
  13. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  14. package/coverage/components/inputs/textarea/index.html +1 -1
  15. package/coverage/components/modal/index.html +1 -1
  16. package/coverage/components/modal/modal.js.html +1 -1
  17. package/coverage/components/notification/index.html +1 -1
  18. package/coverage/components/notification/notification.js.html +1 -1
  19. package/coverage/components/popover/index.html +1 -1
  20. package/coverage/components/popover/popover.js.html +1 -1
  21. package/coverage/components/switch-state/index.html +1 -1
  22. package/coverage/components/switch-state/switch-state.js.html +1 -1
  23. package/coverage/components/tabs/index.html +1 -1
  24. package/coverage/components/tabs/tabs.js.html +1 -1
  25. package/coverage/index.html +13 -13
  26. package/coverage/js/common.js.html +1 -1
  27. package/coverage/js/fractal-scripts/combobox.js.html +3 -3
  28. package/coverage/js/fractal-scripts/index.html +3 -3
  29. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  30. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  31. package/coverage/js/index-fractal.js.html +1 -1
  32. package/coverage/js/index-polyfills.js.html +1 -1
  33. package/coverage/js/index-vue.js.html +1 -1
  34. package/coverage/js/index.html +1 -1
  35. package/coverage/js/index.js.html +1 -1
  36. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  37. package/coverage/js/polyfills/closest.js.html +1 -1
  38. package/coverage/js/polyfills/index.html +1 -1
  39. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  40. package/coverage/js/polyfills/remove.js.html +1 -1
  41. package/coverage/tokens/_config.js.html +1 -1
  42. package/coverage/tokens/index.html +1 -1
  43. package/dist/_tokens/css/_tokens.css +1 -1
  44. package/dist/_tokens/js/_tokens-module.js +1 -1
  45. package/dist/_tokens/scss/_tokens.scss +1 -1
  46. package/dist/assets/icons.json +1 -1
  47. package/dist/assets/icons.svg +1 -1
  48. package/dist/js/index.js +1 -1
  49. package/package.json +1 -1
  50. package/src/components/inputs/combobox/vue-components/Combobox.vue +1 -0
  51. package/src/icons/calendar.svg +9 -0
  52. package/src/js/fractal-scripts/combobox.js +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="533" lines-covered="95" line-rate="0.1782" branches-valid="165" branches-covered="28" branch-rate="0.1697" timestamp="1628174972859" complexity="0" version="0.1">
3
+ <coverage lines-valid="534" lines-covered="96" line-rate="0.17980000000000002" branches-valid="167" branches-covered="28" branch-rate="0.1677" timestamp="1629124295969" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/data/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.6543000000000001" branch-rate="0.5">
210
+ <package name="components.inputs.combobox.vue-components" line-rate="0.6585" branch-rate="0.5">
211
211
  <classes>
212
- <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6267" branch-rate="0.5">
212
+ <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6315999999999999" branch-rate="0.5">
213
213
  <methods>
214
214
  <method name="_default" hits="0" signature="()V">
215
215
  <lines>
@@ -328,62 +328,62 @@
328
328
  </method>
329
329
  <method name="handleFocus" hits="0" signature="()V">
330
330
  <lines>
331
- <line number="202" hits="0"/>
331
+ <line number="203" hits="0"/>
332
332
  </lines>
333
333
  </method>
334
334
  <method name="clickOption" hits="1" signature="()V">
335
335
  <lines>
336
- <line number="208" hits="1"/>
336
+ <line number="209" hits="1"/>
337
337
  </lines>
338
338
  </method>
339
339
  <method name="chooseOption" hits="0" signature="()V">
340
340
  <lines>
341
- <line number="212" hits="0"/>
341
+ <line number="213" hits="0"/>
342
342
  </lines>
343
343
  </method>
344
344
  <method name="hiddenGuard" hits="0" signature="()V">
345
345
  <lines>
346
- <line number="217" hits="0"/>
346
+ <line number="218" hits="0"/>
347
347
  </lines>
348
348
  </method>
349
349
  <method name="onInputBlur" hits="0" signature="()V">
350
350
  <lines>
351
- <line number="221" hits="0"/>
351
+ <line number="222" hits="0"/>
352
352
  </lines>
353
353
  </method>
354
354
  <method name="onKeyDown" hits="0" signature="()V">
355
355
  <lines>
356
- <line number="225" hits="0"/>
356
+ <line number="226" hits="0"/>
357
357
  </lines>
358
358
  </method>
359
359
  <method name="onKeyUp" hits="0" signature="()V">
360
360
  <lines>
361
- <line number="235" hits="0"/>
361
+ <line number="236" hits="0"/>
362
362
  </lines>
363
363
  </method>
364
364
  <method name="onKeyHome" hits="0" signature="()V">
365
365
  <lines>
366
- <line number="245" hits="0"/>
366
+ <line number="246" hits="0"/>
367
367
  </lines>
368
368
  </method>
369
369
  <method name="onKeyEnd" hits="0" signature="()V">
370
370
  <lines>
371
- <line number="248" hits="0"/>
371
+ <line number="249" hits="0"/>
372
372
  </lines>
373
373
  </method>
374
- <method name="updateCount" hits="2" signature="()V">
374
+ <method name="updateCount" hits="3" signature="()V">
375
375
  <lines>
376
- <line number="251" hits="2"/>
376
+ <line number="252" hits="3"/>
377
377
  </lines>
378
378
  </method>
379
379
  <method name="(anonymous_34)" hits="0" signature="()V">
380
380
  <lines>
381
- <line number="253" hits="0"/>
381
+ <line number="254" hits="0"/>
382
382
  </lines>
383
383
  </method>
384
- <method name="clearCount" hits="2" signature="()V">
384
+ <method name="clearCount" hits="3" signature="()V">
385
385
  <lines>
386
- <line number="259" hits="2"/>
386
+ <line number="260" hits="3"/>
387
387
  </lines>
388
388
  </method>
389
389
  </methods>
@@ -429,40 +429,41 @@
429
429
  <line number="193" hits="3" branch="false"/>
430
430
  <line number="196" hits="3" branch="true" condition-coverage="100% (2/2)"/>
431
431
  <line number="197" hits="1" branch="false"/>
432
- <line number="199" hits="2" branch="false"/>
433
- <line number="203" hits="0" branch="false"/>
434
- <line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
435
- <line number="205" hits="0" branch="false"/>
436
- <line number="208" hits="1" branch="true" condition-coverage="100% (2/2)"/>
437
- <line number="209" hits="1" branch="false"/>
432
+ <line number="198" hits="1" branch="false"/>
433
+ <line number="200" hits="2" branch="false"/>
434
+ <line number="204" hits="0" branch="false"/>
435
+ <line number="205" hits="0" branch="true" condition-coverage="0% (0/2)"/>
436
+ <line number="206" hits="0" branch="false"/>
437
+ <line number="209" hits="1" branch="true" condition-coverage="100% (2/2)"/>
438
438
  <line number="210" hits="1" branch="false"/>
439
- <line number="213" hits="0" branch="false"/>
439
+ <line number="211" hits="1" branch="false"/>
440
440
  <line number="214" hits="0" branch="false"/>
441
441
  <line number="215" hits="0" branch="false"/>
442
- <line number="218" hits="0" branch="true" condition-coverage="0% (0/2)"/>
443
- <line number="219" hits="0" branch="false"/>
444
- <line number="222" hits="0" branch="false"/>
442
+ <line number="216" hits="0" branch="false"/>
443
+ <line number="219" hits="0" branch="true" condition-coverage="0% (0/2)"/>
444
+ <line number="220" hits="0" branch="false"/>
445
445
  <line number="223" hits="0" branch="false"/>
446
- <line number="226" hits="0" branch="true" condition-coverage="0% (0/2)"/>
447
- <line number="227" hits="0" branch="false"/>
448
- <line number="228" hits="0" branch="true" condition-coverage="0% (0/2)"/>
449
- <line number="230" hits="0" branch="false"/>
446
+ <line number="224" hits="0" branch="false"/>
447
+ <line number="227" hits="0" branch="true" condition-coverage="0% (0/2)"/>
448
+ <line number="228" hits="0" branch="false"/>
449
+ <line number="229" hits="0" branch="true" condition-coverage="0% (0/2)"/>
450
450
  <line number="231" hits="0" branch="false"/>
451
451
  <line number="232" hits="0" branch="false"/>
452
- <line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
453
- <line number="237" hits="0" branch="false"/>
454
- <line number="238" hits="0" branch="true" condition-coverage="0% (0/2)"/>
455
- <line number="240" hits="0" branch="false"/>
456
- <line number="242" hits="0" branch="false"/>
457
- <line number="245" hits="0" branch="false"/>
452
+ <line number="233" hits="0" branch="false"/>
453
+ <line number="237" hits="0" branch="true" condition-coverage="0% (0/2)"/>
454
+ <line number="238" hits="0" branch="false"/>
455
+ <line number="239" hits="0" branch="true" condition-coverage="0% (0/2)"/>
456
+ <line number="241" hits="0" branch="false"/>
457
+ <line number="243" hits="0" branch="false"/>
458
458
  <line number="246" hits="0" branch="false"/>
459
- <line number="249" hits="0" branch="false"/>
460
- <line number="251" hits="2" branch="false"/>
461
- <line number="252" hits="2" branch="false"/>
462
- <line number="253" hits="2" branch="false"/>
463
- <line number="254" hits="0" branch="true" condition-coverage="0% (0/2)"/>
464
- <line number="256" hits="0" branch="false"/>
465
- <line number="260" hits="2" branch="false"/>
459
+ <line number="247" hits="0" branch="false"/>
460
+ <line number="250" hits="0" branch="false"/>
461
+ <line number="252" hits="3" branch="false"/>
462
+ <line number="253" hits="3" branch="false"/>
463
+ <line number="254" hits="3" branch="false"/>
464
+ <line number="255" hits="0" branch="true" condition-coverage="0% (0/2)"/>
465
+ <line number="257" hits="0" branch="false"/>
466
+ <line number="261" hits="3" branch="false"/>
466
467
  </lines>
467
468
  </class>
468
469
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
@@ -1246,7 +1247,7 @@
1246
1247
  <line number="28" hits="0" branch="false"/>
1247
1248
  <line number="29" hits="0" branch="false"/>
1248
1249
  <line number="30" hits="0" branch="false"/>
1249
- <line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1250
+ <line number="32" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1250
1251
  <line number="33" hits="0" branch="false"/>
1251
1252
  <line number="34" hits="0" branch="false"/>
1252
1253
  <line number="36" hits="0" branch="false"/>
@@ -502,7 +502,7 @@ export default accordion;
502
502
  <div class='footer quiet pad2 space-top1 center small'>
503
503
  Code coverage generated by
504
504
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
505
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
505
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
506
506
  </div>
507
507
  </div>
508
508
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -151,7 +151,7 @@ export default button;
151
151
  <div class='footer quiet pad2 space-top1 center small'>
152
152
  Code coverage generated by
153
153
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
154
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
154
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
155
155
  </div>
156
156
  </div>
157
157
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -112,7 +112,7 @@ export default {
112
112
  <div class='footer quiet pad2 space-top1 center small'>
113
113
  Code coverage generated by
114
114
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
115
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
115
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
116
116
  </div>
117
117
  </div>
118
118
  <script src="../../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../../prettify.js"></script>
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">62.67% </span>
26
+ <span class="strong">63.16% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>47/75</span>
28
+ <span class='fraction'>48/76</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">62.67% </span>
47
+ <span class="strong">63.16% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>47/75</span>
49
+ <span class='fraction'>48/76</span>
50
50
  </div>
51
51
 
52
52
 
@@ -321,7 +321,8 @@
321
321
  <a name='L262'></a><a href='#L262'>262</a>
322
322
  <a name='L263'></a><a href='#L263'>263</a>
323
323
  <a name='L264'></a><a href='#L264'>264</a>
324
- <a name='L265'></a><a href='#L265'>265</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
324
+ <a name='L265'></a><a href='#L265'>265</a>
325
+ <a name='L266'></a><a href='#L266'>266</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
325
326
  <span class="cline-any cline-neutral">&nbsp;</span>
326
327
  <span class="cline-any cline-neutral">&nbsp;</span>
327
328
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -518,6 +519,7 @@
518
519
  <span class="cline-any cline-neutral">&nbsp;</span>
519
520
  <span class="cline-any cline-yes">3x</span>
520
521
  <span class="cline-any cline-yes">1x</span>
522
+ <span class="cline-any cline-yes">1x</span>
521
523
  <span class="cline-any cline-neutral">&nbsp;</span>
522
524
  <span class="cline-any cline-yes">2x</span>
523
525
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -571,16 +573,16 @@
571
573
  <span class="cline-any cline-neutral">&nbsp;</span>
572
574
  <span class="cline-any cline-no">&nbsp;</span>
573
575
  <span class="cline-any cline-neutral">&nbsp;</span>
574
- <span class="cline-any cline-yes">2x</span>
575
- <span class="cline-any cline-yes">2x</span>
576
- <span class="cline-any cline-yes">2x</span>
576
+ <span class="cline-any cline-yes">3x</span>
577
+ <span class="cline-any cline-yes">3x</span>
578
+ <span class="cline-any cline-yes">3x</span>
577
579
  <span class="cline-any cline-no">&nbsp;</span>
578
580
  <span class="cline-any cline-neutral">&nbsp;</span>
579
581
  <span class="cline-any cline-no">&nbsp;</span>
580
582
  <span class="cline-any cline-neutral">&nbsp;</span>
581
583
  <span class="cline-any cline-neutral">&nbsp;</span>
582
584
  <span class="cline-any cline-neutral">&nbsp;</span>
583
- <span class="cline-any cline-yes">2x</span>
585
+ <span class="cline-any cline-yes">3x</span>
584
586
  <span class="cline-any cline-neutral">&nbsp;</span>
585
587
  <span class="cline-any cline-neutral">&nbsp;</span>
586
588
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -782,6 +784,7 @@ export default {
782
784
  handleChange() {
783
785
  if (this.searchValue.length &gt; 1) {
784
786
  this.makeActive();
787
+ this.updateCount();
785
788
  } else {
786
789
  this.makeInactive();
787
790
  }
@@ -856,7 +859,7 @@ export default {
856
859
  <div class='footer quiet pad2 space-top1 center small'>
857
860
  Code coverage generated by
858
861
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
859
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
862
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
860
863
  </div>
861
864
  </div>
862
865
  <script src="../../../../prettify.js"></script>
@@ -214,7 +214,7 @@ export default {
214
214
  <div class='footer quiet pad2 space-top1 center small'>
215
215
  Code coverage generated by
216
216
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
217
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
217
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
218
218
  </div>
219
219
  </div>
220
220
  <script src="../../../../prettify.js"></script>
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">65.43% </span>
26
+ <span class="strong">65.85% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>53/81</span>
28
+ <span class='fraction'>54/82</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">65.43% </span>
47
+ <span class="strong">65.85% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>53/81</span>
49
+ <span class='fraction'>54/82</span>
50
50
  </div>
51
51
 
52
52
 
@@ -74,17 +74,17 @@
74
74
  </thead>
75
75
  <tbody><tr>
76
76
  <td class="file medium" data-value="Combobox.vue"><a href="Combobox.vue.html">Combobox.vue</a></td>
77
- <td data-value="62.67" class="pic medium">
78
- <div class="chart"><div class="cover-fill" style="width: 62%"></div><div class="cover-empty" style="width: 38%"></div></div>
77
+ <td data-value="63.16" class="pic medium">
78
+ <div class="chart"><div class="cover-fill" style="width: 63%"></div><div class="cover-empty" style="width: 37%"></div></div>
79
79
  </td>
80
- <td data-value="62.67" class="pct medium">62.67%</td>
81
- <td data-value="75" class="abs medium">47/75</td>
80
+ <td data-value="63.16" class="pct medium">63.16%</td>
81
+ <td data-value="76" class="abs medium">48/76</td>
82
82
  <td data-value="50" class="pct medium">50%</td>
83
83
  <td data-value="34" class="abs medium">17/34</td>
84
84
  <td data-value="68.57" class="pct medium">68.57%</td>
85
85
  <td data-value="35" class="abs medium">24/35</td>
86
- <td data-value="62.67" class="pct medium">62.67%</td>
87
- <td data-value="75" class="abs medium">47/75</td>
86
+ <td data-value="63.16" class="pct medium">63.16%</td>
87
+ <td data-value="76" class="abs medium">48/76</td>
88
88
  </tr>
89
89
 
90
90
  <tr>
@@ -110,7 +110,7 @@
110
110
  <div class='footer quiet pad2 space-top1 center small'>
111
111
  Code coverage generated by
112
112
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
113
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
113
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
114
114
  </div>
115
115
  </div>
116
116
  <script src="../../../../prettify.js"></script>
@@ -232,7 +232,7 @@ export default fileUpload;
232
232
  <div class='footer quiet pad2 space-top1 center small'>
233
233
  Code coverage generated by
234
234
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
235
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
235
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
236
236
  </div>
237
237
  </div>
238
238
  <script src="../../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../../prettify.js"></script>
@@ -184,7 +184,7 @@ export default characterCount;
184
184
  <div class='footer quiet pad2 space-top1 center small'>
185
185
  Code coverage generated by
186
186
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
187
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
187
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
188
188
  </div>
189
189
  </div>
190
190
  <script src="../../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -322,7 +322,7 @@ export default modals;
322
322
  <div class='footer quiet pad2 space-top1 center small'>
323
323
  Code coverage generated by
324
324
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
325
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
325
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
326
326
  </div>
327
327
  </div>
328
328
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -154,7 +154,7 @@ export default notification;
154
154
  <div class='footer quiet pad2 space-top1 center small'>
155
155
  Code coverage generated by
156
156
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
157
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
157
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
158
158
  </div>
159
159
  </div>
160
160
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -295,7 +295,7 @@ export default popovers;
295
295
  <div class='footer quiet pad2 space-top1 center small'>
296
296
  Code coverage generated by
297
297
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
298
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
298
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
299
299
  </div>
300
300
  </div>
301
301
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -100,7 +100,7 @@ export default switchState;
100
100
  <div class='footer quiet pad2 space-top1 center small'>
101
101
  Code coverage generated by
102
102
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
103
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
103
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
104
104
  </div>
105
105
  </div>
106
106
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
98
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -544,7 +544,7 @@ export default tabs;
544
544
  <div class='footer quiet pad2 space-top1 center small'>
545
545
  Code coverage generated by
546
546
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
547
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
547
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
548
548
  </div>
549
549
  </div>
550
550
  <script src="../../prettify.js"></script>
@@ -23,16 +23,16 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">17.63% </span>
26
+ <span class="strong">17.78% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>95/539</span>
28
+ <span class='fraction'>96/540</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">16.97% </span>
33
+ <span class="strong">16.77% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>28/165</span>
35
+ <span class='fraction'>28/167</span>
36
36
  </div>
37
37
 
38
38
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">17.82% </span>
47
+ <span class="strong">17.98% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>95/533</span>
49
+ <span class='fraction'>96/534</span>
50
50
  </div>
51
51
 
52
52
 
@@ -119,17 +119,17 @@
119
119
 
120
120
  <tr>
121
121
  <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>
122
- <td data-value="65.43" class="pic medium">
122
+ <td data-value="65.85" class="pic medium">
123
123
  <div class="chart"><div class="cover-fill" style="width: 65%"></div><div class="cover-empty" style="width: 35%"></div></div>
124
124
  </td>
125
- <td data-value="65.43" class="pct medium">65.43%</td>
126
- <td data-value="81" class="abs medium">53/81</td>
125
+ <td data-value="65.85" class="pct medium">65.85%</td>
126
+ <td data-value="82" class="abs medium">54/82</td>
127
127
  <td data-value="50" class="pct medium">50%</td>
128
128
  <td data-value="36" class="abs medium">18/36</td>
129
129
  <td data-value="71.79" class="pct medium">71.79%</td>
130
130
  <td data-value="39" class="abs medium">28/39</td>
131
- <td data-value="65.43" class="pct medium">65.43%</td>
132
- <td data-value="81" class="abs medium">53/81</td>
131
+ <td data-value="65.85" class="pct medium">65.85%</td>
132
+ <td data-value="82" class="abs medium">54/82</td>
133
133
  </tr>
134
134
 
135
135
  <tr>
@@ -260,7 +260,7 @@
260
260
  <td data-value="0" class="pct low">0%</td>
261
261
  <td data-value="49" class="abs low">0/49</td>
262
262
  <td data-value="0" class="pct low">0%</td>
263
- <td data-value="10" class="abs low">0/10</td>
263
+ <td data-value="12" class="abs low">0/12</td>
264
264
  <td data-value="0" class="pct low">0%</td>
265
265
  <td data-value="14" class="abs low">0/14</td>
266
266
  <td data-value="0" class="pct low">0%</td>
@@ -305,7 +305,7 @@
305
305
  <div class='footer quiet pad2 space-top1 center small'>
306
306
  Code coverage generated by
307
307
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
308
- at Thu Aug 05 2021 14:49:32 GMT+0000 (Coordinated Universal Time)
308
+ at Mon Aug 16 2021 14:31:35 GMT+0000 (Coordinated Universal Time)
309
309
  </div>
310
310
  </div>
311
311
  <script src="prettify.js"></script>