@madgex/design-system 1.47.2 → 1.47.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/cobertura-coverage.xml +61 -59
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +121 -0
- package/coverage/components/inputs/combobox/index.html +110 -0
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/multi-select/index.html +110 -0
- package/coverage/{js/fractal-scripts/multiselect.js.html → components/inputs/multi-select/multi-select.js.html} +41 -56
- package/coverage/components/inputs/multi-select/vue-components/MultiSelect.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckbox.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckboxGroup.vue.html +1 -1
- package/coverage/components/inputs/multi-select/vue-components/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +47 -17
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +5 -20
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +4 -10
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +10 -34
- package/coverage/js/index.html +11 -11
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +1 -1
- package/dist/_tokens/js/_tokens-module.js +1 -1
- package/dist/_tokens/scss/_tokens.scss +1 -1
- package/dist/assets/icons.json +1 -1
- package/dist/js/index.js +6 -6
- package/package.json +1 -1
- package/src/components/inputs/combobox/combobox.js +14 -0
- package/src/components/inputs/multi-select/multi-select.js +32 -0
- package/src/js/index-fractal.js +0 -2
- package/src/js/index-vue.js +4 -12
- package/src/js/fractal-scripts/multiselect.js +0 -37
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="425" lines-covered="200" line-rate="0.4706" branches-valid="117" branches-covered="47" branch-rate="0.4017" timestamp="1588157771797" 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>
|
|
@@ -125,6 +125,23 @@
|
|
|
125
125
|
</class>
|
|
126
126
|
</classes>
|
|
127
127
|
</package>
|
|
128
|
+
<package name="components.inputs.combobox" line-rate="0" branch-rate="0">
|
|
129
|
+
<classes>
|
|
130
|
+
<class name="combobox.js" filename="src/components/inputs/combobox/combobox.js" line-rate="0" branch-rate="0">
|
|
131
|
+
<methods>
|
|
132
|
+
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
133
|
+
<lines>
|
|
134
|
+
<line number="7" hits="0"/>
|
|
135
|
+
</lines>
|
|
136
|
+
</method>
|
|
137
|
+
</methods>
|
|
138
|
+
<lines>
|
|
139
|
+
<line number="9" hits="0" branch="false"/>
|
|
140
|
+
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
141
|
+
</lines>
|
|
142
|
+
</class>
|
|
143
|
+
</classes>
|
|
144
|
+
</package>
|
|
128
145
|
<package name="components.inputs.combobox.vue-components" line-rate="0.7759" branch-rate="0.5832999999999999">
|
|
129
146
|
<classes>
|
|
130
147
|
<class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.7759" branch-rate="0.5832999999999999">
|
|
@@ -328,6 +345,41 @@
|
|
|
328
345
|
</class>
|
|
329
346
|
</classes>
|
|
330
347
|
</package>
|
|
348
|
+
<package name="components.inputs.multi-select" line-rate="0" branch-rate="0">
|
|
349
|
+
<classes>
|
|
350
|
+
<class name="multi-select.js" filename="src/components/inputs/multi-select/multi-select.js" line-rate="0" branch-rate="0">
|
|
351
|
+
<methods>
|
|
352
|
+
<method name="constructOptionsList" hits="0" signature="()V">
|
|
353
|
+
<lines>
|
|
354
|
+
<line number="6" hits="0"/>
|
|
355
|
+
</lines>
|
|
356
|
+
</method>
|
|
357
|
+
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
358
|
+
<lines>
|
|
359
|
+
<line number="8" hits="0"/>
|
|
360
|
+
</lines>
|
|
361
|
+
</method>
|
|
362
|
+
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
363
|
+
<lines>
|
|
364
|
+
<line number="28" hits="0"/>
|
|
365
|
+
</lines>
|
|
366
|
+
</method>
|
|
367
|
+
</methods>
|
|
368
|
+
<lines>
|
|
369
|
+
<line number="3" hits="0" branch="false"/>
|
|
370
|
+
<line number="4" hits="0" branch="false"/>
|
|
371
|
+
<line number="7" hits="0" branch="false"/>
|
|
372
|
+
<line number="8" hits="0" branch="false"/>
|
|
373
|
+
<line number="9" hits="0" branch="false"/>
|
|
374
|
+
<line number="10" hits="0" branch="false"/>
|
|
375
|
+
<line number="11" hits="0" branch="false"/>
|
|
376
|
+
<line number="12" hits="0" branch="false"/>
|
|
377
|
+
<line number="20" hits="0" branch="false"/>
|
|
378
|
+
<line number="29" hits="0" branch="false"/>
|
|
379
|
+
</lines>
|
|
380
|
+
</class>
|
|
381
|
+
</classes>
|
|
382
|
+
</package>
|
|
331
383
|
<package name="components.inputs.multi-select.vue-components" line-rate="0.6154" branch-rate="0.5">
|
|
332
384
|
<classes>
|
|
333
385
|
<class name="MultiSelect.vue" filename="src/components/inputs/multi-select/vue-components/MultiSelect.vue" line-rate="0.6" branch-rate="1">
|
|
@@ -877,7 +929,7 @@
|
|
|
877
929
|
</class>
|
|
878
930
|
</classes>
|
|
879
931
|
</package>
|
|
880
|
-
<package name="js" line-rate="0" branch-rate="
|
|
932
|
+
<package name="js" line-rate="0" branch-rate="1">
|
|
881
933
|
<classes>
|
|
882
934
|
<class name="common.js" filename="src/js/common.js" line-rate="0" branch-rate="1">
|
|
883
935
|
<methods>
|
|
@@ -904,16 +956,15 @@
|
|
|
904
956
|
<methods>
|
|
905
957
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
906
958
|
<lines>
|
|
907
|
-
<line number="
|
|
959
|
+
<line number="5" hits="0"/>
|
|
908
960
|
</lines>
|
|
909
961
|
</method>
|
|
910
962
|
</methods>
|
|
911
963
|
<lines>
|
|
964
|
+
<line number="5" hits="0" branch="false"/>
|
|
912
965
|
<line number="6" hits="0" branch="false"/>
|
|
913
966
|
<line number="7" hits="0" branch="false"/>
|
|
914
967
|
<line number="8" hits="0" branch="false"/>
|
|
915
|
-
<line number="9" hits="0" branch="false"/>
|
|
916
|
-
<line number="10" hits="0" branch="false"/>
|
|
917
968
|
</lines>
|
|
918
969
|
</class>
|
|
919
970
|
<class name="index-polyfills.js" filename="src/js/index-polyfills.js" line-rate="1" branch-rate="1">
|
|
@@ -922,23 +973,21 @@
|
|
|
922
973
|
<lines>
|
|
923
974
|
</lines>
|
|
924
975
|
</class>
|
|
925
|
-
<class name="index-vue.js" filename="src/js/index-vue.js" line-rate="0" branch-rate="
|
|
976
|
+
<class name="index-vue.js" filename="src/js/index-vue.js" line-rate="0" branch-rate="1">
|
|
926
977
|
<methods>
|
|
927
978
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
928
979
|
<lines>
|
|
929
|
-
<line number="
|
|
980
|
+
<line number="13" hits="0"/>
|
|
930
981
|
</lines>
|
|
931
982
|
</method>
|
|
932
983
|
</methods>
|
|
933
984
|
<lines>
|
|
985
|
+
<line number="7" hits="0" branch="false"/>
|
|
934
986
|
<line number="8" hits="0" branch="false"/>
|
|
935
|
-
<line number="
|
|
987
|
+
<line number="10" hits="0" branch="false"/>
|
|
936
988
|
<line number="11" hits="0" branch="false"/>
|
|
937
|
-
<line number="
|
|
989
|
+
<line number="13" hits="0" branch="false"/>
|
|
938
990
|
<line number="14" hits="0" branch="false"/>
|
|
939
|
-
<line number="17" hits="0" branch="false"/>
|
|
940
|
-
<line number="19" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
941
|
-
<line number="23" hits="0" branch="false"/>
|
|
942
991
|
</lines>
|
|
943
992
|
</class>
|
|
944
993
|
<class name="index.js" filename="src/js/index.js" line-rate="0" branch-rate="1">
|
|
@@ -1040,53 +1089,6 @@
|
|
|
1040
1089
|
<line number="45" hits="0" branch="false"/>
|
|
1041
1090
|
</lines>
|
|
1042
1091
|
</class>
|
|
1043
|
-
<class name="multiselect.js" filename="src/js/fractal-scripts/multiselect.js" line-rate="0" branch-rate="0">
|
|
1044
|
-
<methods>
|
|
1045
|
-
<method name="constructNode" hits="0" signature="()V">
|
|
1046
|
-
<lines>
|
|
1047
|
-
<line number="1" hits="0"/>
|
|
1048
|
-
</lines>
|
|
1049
|
-
</method>
|
|
1050
|
-
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
1051
|
-
<lines>
|
|
1052
|
-
<line number="4" hits="0"/>
|
|
1053
|
-
</lines>
|
|
1054
|
-
</method>
|
|
1055
|
-
<method name="bindData" hits="0" signature="()V">
|
|
1056
|
-
<lines>
|
|
1057
|
-
<line number="23" hits="0"/>
|
|
1058
|
-
</lines>
|
|
1059
|
-
</method>
|
|
1060
|
-
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
1061
|
-
<lines>
|
|
1062
|
-
<line number="25" hits="0"/>
|
|
1063
|
-
</lines>
|
|
1064
|
-
</method>
|
|
1065
|
-
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
1066
|
-
<lines>
|
|
1067
|
-
<line number="32" hits="0"/>
|
|
1068
|
-
</lines>
|
|
1069
|
-
</method>
|
|
1070
|
-
</methods>
|
|
1071
|
-
<lines>
|
|
1072
|
-
<line number="2" hits="0" branch="false"/>
|
|
1073
|
-
<line number="3" hits="0" branch="false"/>
|
|
1074
|
-
<line number="4" hits="0" branch="false"/>
|
|
1075
|
-
<line number="5" hits="0" branch="false"/>
|
|
1076
|
-
<line number="6" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1077
|
-
<line number="7" hits="0" branch="false"/>
|
|
1078
|
-
<line number="9" hits="0" branch="false"/>
|
|
1079
|
-
<line number="10" hits="0" branch="false"/>
|
|
1080
|
-
<line number="11" hits="0" branch="false"/>
|
|
1081
|
-
<line number="20" hits="0" branch="false"/>
|
|
1082
|
-
<line number="24" hits="0" branch="false"/>
|
|
1083
|
-
<line number="25" hits="0" branch="false"/>
|
|
1084
|
-
<line number="26" hits="0" branch="false"/>
|
|
1085
|
-
<line number="27" hits="0" branch="false"/>
|
|
1086
|
-
<line number="31" hits="0" branch="false"/>
|
|
1087
|
-
<line number="33" hits="0" branch="false"/>
|
|
1088
|
-
</lines>
|
|
1089
|
-
</class>
|
|
1090
1092
|
<class name="notification.js" filename="src/js/fractal-scripts/notification.js" line-rate="0" branch-rate="1">
|
|
1091
1093
|
<methods>
|
|
1092
1094
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
@@ -396,7 +396,7 @@ export default accordion;
|
|
|
396
396
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
397
397
|
Code coverage generated by
|
|
398
398
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
399
|
-
at
|
|
399
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
400
400
|
</div>
|
|
401
401
|
</div>
|
|
402
402
|
<script src="../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for components/inputs/combobox/combobox.js</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
11
|
+
<style type='text/css'>
|
|
12
|
+
.coverage-summary .sorter {
|
|
13
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
14
|
+
}
|
|
15
|
+
</style>
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body>
|
|
19
|
+
<div class='wrapper'>
|
|
20
|
+
<div class='pad1'>
|
|
21
|
+
<h1><a href="../../../index.html">All files</a> / <a href="index.html">components/inputs/combobox</a> combobox.js</h1>
|
|
22
|
+
<div class='clearfix'>
|
|
23
|
+
|
|
24
|
+
<div class='fl pad1y space-right2'>
|
|
25
|
+
<span class="strong">0% </span>
|
|
26
|
+
<span class="quiet">Statements</span>
|
|
27
|
+
<span class='fraction'>0/3</span>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<div class='fl pad1y space-right2'>
|
|
32
|
+
<span class="strong">0% </span>
|
|
33
|
+
<span class="quiet">Branches</span>
|
|
34
|
+
<span class='fraction'>0/2</span>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div class='fl pad1y space-right2'>
|
|
39
|
+
<span class="strong">0% </span>
|
|
40
|
+
<span class="quiet">Functions</span>
|
|
41
|
+
<span class='fraction'>0/1</span>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
<div class='fl pad1y space-right2'>
|
|
46
|
+
<span class="strong">0% </span>
|
|
47
|
+
<span class="quiet">Lines</span>
|
|
48
|
+
<span class='fraction'>0/2</span>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
56
|
+
</div>
|
|
57
|
+
<div class='status-line low'></div>
|
|
58
|
+
<pre><table class="coverage">
|
|
59
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
60
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
61
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
62
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
63
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
64
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
65
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
66
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
67
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
68
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
69
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
70
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
71
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
72
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
73
|
+
<a name='L15'></a><a href='#L15'>15</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
74
|
+
<span class="cline-any cline-neutral"> </span>
|
|
75
|
+
<span class="cline-any cline-neutral"> </span>
|
|
76
|
+
<span class="cline-any cline-neutral"> </span>
|
|
77
|
+
<span class="cline-any cline-neutral"> </span>
|
|
78
|
+
<span class="cline-any cline-neutral"> </span>
|
|
79
|
+
<span class="cline-any cline-neutral"> </span>
|
|
80
|
+
<span class="cline-any cline-neutral"> </span>
|
|
81
|
+
<span class="cline-any cline-no"> </span>
|
|
82
|
+
<span class="cline-any cline-neutral"> </span>
|
|
83
|
+
<span class="cline-any cline-no"> </span>
|
|
84
|
+
<span class="cline-any cline-neutral"> </span>
|
|
85
|
+
<span class="cline-any cline-neutral"> </span>
|
|
86
|
+
<span class="cline-any cline-neutral"> </span>
|
|
87
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import Combobox from './vue-components/Combobox.vue';
|
|
88
|
+
|
|
89
|
+
export default {
|
|
90
|
+
name: 'mds-combobox',
|
|
91
|
+
component: Combobox,
|
|
92
|
+
hooks: {
|
|
93
|
+
<span class="fstat-no" title="function not covered" > co</span>nnectedCallback() {
|
|
94
|
+
// If the custom element has loaded, clear up any fallback elements that could cause ID clashes or weirdness in form submission
|
|
95
|
+
const fallbackInput = <span class="cstat-no" title="statement not covered" >this.parentElement.querySelector('input');</span>
|
|
96
|
+
|
|
97
|
+
<span class="cstat-no" title="statement not covered" > if (fallbackInput) <span class="cstat-no" title="statement not covered" >fallbackInput.remove();</span></span>
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
};
|
|
101
|
+
</pre></td></tr></table></pre>
|
|
102
|
+
|
|
103
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
104
|
+
</div><!-- /wrapper -->
|
|
105
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
106
|
+
Code coverage generated by
|
|
107
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
108
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
109
|
+
</div>
|
|
110
|
+
</div>
|
|
111
|
+
<script src="../../../prettify.js"></script>
|
|
112
|
+
<script>
|
|
113
|
+
window.onload = function () {
|
|
114
|
+
prettyPrint();
|
|
115
|
+
};
|
|
116
|
+
</script>
|
|
117
|
+
<script src="../../../sorter.js"></script>
|
|
118
|
+
<script src="../../../block-navigation.js"></script>
|
|
119
|
+
</body>
|
|
120
|
+
</html>
|
|
121
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for components/inputs/combobox</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
11
|
+
<style type='text/css'>
|
|
12
|
+
.coverage-summary .sorter {
|
|
13
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
14
|
+
}
|
|
15
|
+
</style>
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body>
|
|
19
|
+
<div class='wrapper'>
|
|
20
|
+
<div class='pad1'>
|
|
21
|
+
<h1><a href="../../../index.html">All files</a> components/inputs/combobox</h1>
|
|
22
|
+
<div class='clearfix'>
|
|
23
|
+
|
|
24
|
+
<div class='fl pad1y space-right2'>
|
|
25
|
+
<span class="strong">0% </span>
|
|
26
|
+
<span class="quiet">Statements</span>
|
|
27
|
+
<span class='fraction'>0/3</span>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<div class='fl pad1y space-right2'>
|
|
32
|
+
<span class="strong">0% </span>
|
|
33
|
+
<span class="quiet">Branches</span>
|
|
34
|
+
<span class='fraction'>0/2</span>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div class='fl pad1y space-right2'>
|
|
39
|
+
<span class="strong">0% </span>
|
|
40
|
+
<span class="quiet">Functions</span>
|
|
41
|
+
<span class='fraction'>0/1</span>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
<div class='fl pad1y space-right2'>
|
|
46
|
+
<span class="strong">0% </span>
|
|
47
|
+
<span class="quiet">Lines</span>
|
|
48
|
+
<span class='fraction'>0/2</span>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
56
|
+
</div>
|
|
57
|
+
<div class='status-line low'></div>
|
|
58
|
+
<div class="pad1">
|
|
59
|
+
<table class="coverage-summary">
|
|
60
|
+
<thead>
|
|
61
|
+
<tr>
|
|
62
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
63
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
64
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
65
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
66
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
67
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
68
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
69
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
70
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
71
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
72
|
+
</tr>
|
|
73
|
+
</thead>
|
|
74
|
+
<tbody><tr>
|
|
75
|
+
<td class="file low" data-value="combobox.js"><a href="combobox.js.html">combobox.js</a></td>
|
|
76
|
+
<td data-value="0" class="pic low">
|
|
77
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
78
|
+
</td>
|
|
79
|
+
<td data-value="0" class="pct low">0%</td>
|
|
80
|
+
<td data-value="3" class="abs low">0/3</td>
|
|
81
|
+
<td data-value="0" class="pct low">0%</td>
|
|
82
|
+
<td data-value="2" class="abs low">0/2</td>
|
|
83
|
+
<td data-value="0" class="pct low">0%</td>
|
|
84
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
85
|
+
<td data-value="0" class="pct low">0%</td>
|
|
86
|
+
<td data-value="2" class="abs low">0/2</td>
|
|
87
|
+
</tr>
|
|
88
|
+
|
|
89
|
+
</tbody>
|
|
90
|
+
</table>
|
|
91
|
+
</div>
|
|
92
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
93
|
+
</div><!-- /wrapper -->
|
|
94
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
|
+
Code coverage generated by
|
|
96
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
<script src="../../../prettify.js"></script>
|
|
101
|
+
<script>
|
|
102
|
+
window.onload = function () {
|
|
103
|
+
prettyPrint();
|
|
104
|
+
};
|
|
105
|
+
</script>
|
|
106
|
+
<script src="../../../sorter.js"></script>
|
|
107
|
+
<script src="../../../block-navigation.js"></script>
|
|
108
|
+
</body>
|
|
109
|
+
</html>
|
|
110
|
+
|
|
@@ -690,7 +690,7 @@ export default {
|
|
|
690
690
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
691
691
|
Code coverage generated by
|
|
692
692
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
693
|
-
at
|
|
693
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
694
694
|
</div>
|
|
695
695
|
</div>
|
|
696
696
|
<script src="../../../../prettify.js"></script>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
95
|
Code coverage generated by
|
|
96
96
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
-
at
|
|
97
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../../../prettify.js"></script>
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for components/inputs/multi-select</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../base.css" />
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
11
|
+
<style type='text/css'>
|
|
12
|
+
.coverage-summary .sorter {
|
|
13
|
+
background-image: url(../../../sort-arrow-sprite.png);
|
|
14
|
+
}
|
|
15
|
+
</style>
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body>
|
|
19
|
+
<div class='wrapper'>
|
|
20
|
+
<div class='pad1'>
|
|
21
|
+
<h1><a href="../../../index.html">All files</a> components/inputs/multi-select</h1>
|
|
22
|
+
<div class='clearfix'>
|
|
23
|
+
|
|
24
|
+
<div class='fl pad1y space-right2'>
|
|
25
|
+
<span class="strong">0% </span>
|
|
26
|
+
<span class="quiet">Statements</span>
|
|
27
|
+
<span class='fraction'>0/10</span>
|
|
28
|
+
</div>
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
<div class='fl pad1y space-right2'>
|
|
32
|
+
<span class="strong">0% </span>
|
|
33
|
+
<span class="quiet">Branches</span>
|
|
34
|
+
<span class='fraction'>0/2</span>
|
|
35
|
+
</div>
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
<div class='fl pad1y space-right2'>
|
|
39
|
+
<span class="strong">0% </span>
|
|
40
|
+
<span class="quiet">Functions</span>
|
|
41
|
+
<span class='fraction'>0/3</span>
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
<div class='fl pad1y space-right2'>
|
|
46
|
+
<span class="strong">0% </span>
|
|
47
|
+
<span class="quiet">Lines</span>
|
|
48
|
+
<span class='fraction'>0/10</span>
|
|
49
|
+
</div>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
</div>
|
|
53
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
56
|
+
</div>
|
|
57
|
+
<div class='status-line low'></div>
|
|
58
|
+
<div class="pad1">
|
|
59
|
+
<table class="coverage-summary">
|
|
60
|
+
<thead>
|
|
61
|
+
<tr>
|
|
62
|
+
<th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
|
|
63
|
+
<th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
|
|
64
|
+
<th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
|
|
65
|
+
<th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
66
|
+
<th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
|
|
67
|
+
<th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
68
|
+
<th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
|
|
69
|
+
<th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
70
|
+
<th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
|
|
71
|
+
<th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
|
|
72
|
+
</tr>
|
|
73
|
+
</thead>
|
|
74
|
+
<tbody><tr>
|
|
75
|
+
<td class="file low" data-value="multi-select.js"><a href="multi-select.js.html">multi-select.js</a></td>
|
|
76
|
+
<td data-value="0" class="pic low">
|
|
77
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
78
|
+
</td>
|
|
79
|
+
<td data-value="0" class="pct low">0%</td>
|
|
80
|
+
<td data-value="10" class="abs low">0/10</td>
|
|
81
|
+
<td data-value="0" class="pct low">0%</td>
|
|
82
|
+
<td data-value="2" class="abs low">0/2</td>
|
|
83
|
+
<td data-value="0" class="pct low">0%</td>
|
|
84
|
+
<td data-value="3" class="abs low">0/3</td>
|
|
85
|
+
<td data-value="0" class="pct low">0%</td>
|
|
86
|
+
<td data-value="10" class="abs low">0/10</td>
|
|
87
|
+
</tr>
|
|
88
|
+
|
|
89
|
+
</tbody>
|
|
90
|
+
</table>
|
|
91
|
+
</div>
|
|
92
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
93
|
+
</div><!-- /wrapper -->
|
|
94
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
95
|
+
Code coverage generated by
|
|
96
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
97
|
+
at Wed Apr 29 2020 11:56:11 GMT+0100 (British Summer Time)
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
<script src="../../../prettify.js"></script>
|
|
101
|
+
<script>
|
|
102
|
+
window.onload = function () {
|
|
103
|
+
prettyPrint();
|
|
104
|
+
};
|
|
105
|
+
</script>
|
|
106
|
+
<script src="../../../sorter.js"></script>
|
|
107
|
+
<script src="../../../block-navigation.js"></script>
|
|
108
|
+
</body>
|
|
109
|
+
</html>
|
|
110
|
+
|