@madgex/design-system 3.9.1 → 3.9.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/README.md +16 -2
- package/coverage/cobertura-coverage.xml +21 -20
- package/coverage/components/accordion/accordion.js.html +7 -4
- package/coverage/components/accordion/index.html +5 -5
- package/coverage/components/button/button.js.html +1 -1
- package/coverage/components/button/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ComboboxInput.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +7 -7
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +1 -1
- package/dist/_tokens/js/_tokens-module.js +1 -1
- package/dist/_tokens/scss/_tokens.scss +1 -1
- package/dist/js/index.js +1 -1
- package/fractal.js +5 -4
- package/package.json +1 -1
- package/src/components/_import-MdsLibrary.njk +7 -0
- package/src/components/_preview.njk +4 -2
- package/src/components/accordion/accordion.js +1 -0
- package/src/components/icons/icons.njk +2 -2
- package/src/components/pagination/pagination.njk +2 -2
- package/vite-build/vite.config.js +7 -2
- package/vite-build/vue-dev.js +6 -0
- package/vite-build/vue-lib.js +1 -5
- package/vue/index.cjs.js +1 -0
- package/vue/{vue.es.js → index.js} +0 -2
- package/src/components/import-MdsLibrary.njk +0 -5
- package/vue/vue.umd.js +0 -1
package/README.md
CHANGED
|
@@ -79,16 +79,30 @@ Then you should be able to use components as such:
|
|
|
79
79
|
|
|
80
80
|
Note you'll need the scss for the component styles.
|
|
81
81
|
|
|
82
|
+
## Working with [vue.js](https://vuejs.org/)
|
|
83
|
+
|
|
84
|
+
Install the design system package. Then import components as you require like so:
|
|
85
|
+
|
|
86
|
+
```html
|
|
87
|
+
<template>
|
|
88
|
+
<MdsPagination />
|
|
89
|
+
</template>
|
|
90
|
+
<script setup>
|
|
91
|
+
import { MdsPagination } from '@madgex/design-system/vue/index.js';
|
|
92
|
+
</script>
|
|
93
|
+
```
|
|
94
|
+
|
|
82
95
|
## Releases
|
|
83
96
|
|
|
84
97
|
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
98
|
|
|
86
99
|
## Local Development with jobseekers-frontend
|
|
87
|
-
|
|
100
|
+
|
|
101
|
+
You can see your changes to the jobseekers-frontend in a local dev enviroment by using npm link.
|
|
88
102
|
|
|
89
103
|
```bash
|
|
90
104
|
cd [your local path]/madgex-design-system
|
|
91
105
|
npm link
|
|
92
106
|
cd [your local path]/jobseekers-frontend
|
|
93
107
|
npm link npm link @madgex/design-system
|
|
94
|
-
```
|
|
108
|
+
```
|
|
@@ -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="571" lines-covered="99" line-rate="0.1734" branches-valid="177" branches-covered="30" branch-rate="0.16949999999999998" timestamp="1652865899580" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/data/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
|
|
6
6
|
</sources>
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
</method>
|
|
42
42
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
43
43
|
<lines>
|
|
44
|
-
<line number="
|
|
44
|
+
<line number="106" hits="0"/>
|
|
45
45
|
</lines>
|
|
46
46
|
</method>
|
|
47
47
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
48
48
|
<lines>
|
|
49
|
-
<line number="
|
|
49
|
+
<line number="118" hits="0"/>
|
|
50
50
|
</lines>
|
|
51
51
|
</method>
|
|
52
52
|
</methods>
|
|
@@ -110,30 +110,31 @@
|
|
|
110
110
|
<line number="96" hits="0" branch="false"/>
|
|
111
111
|
<line number="97" hits="0" branch="false"/>
|
|
112
112
|
<line number="98" hits="0" branch="false"/>
|
|
113
|
-
<line number="99" hits="0" branch="
|
|
114
|
-
<line number="100" hits="0" branch="
|
|
115
|
-
<line number="
|
|
116
|
-
<line number="
|
|
117
|
-
<line number="
|
|
118
|
-
<line number="109" hits="0" branch="
|
|
119
|
-
<line number="
|
|
113
|
+
<line number="99" hits="0" branch="false"/>
|
|
114
|
+
<line number="100" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
115
|
+
<line number="101" hits="0" branch="false"/>
|
|
116
|
+
<line number="104" hits="0" branch="false"/>
|
|
117
|
+
<line number="107" hits="0" branch="false"/>
|
|
118
|
+
<line number="109" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
119
|
+
<line number="110" hits="0" branch="false"/>
|
|
120
120
|
<line number="112" hits="0" branch="false"/>
|
|
121
|
-
<line number="
|
|
122
|
-
<line number="
|
|
121
|
+
<line number="113" hits="0" branch="false"/>
|
|
122
|
+
<line number="116" hits="0" branch="false"/>
|
|
123
123
|
<line number="119" hits="0" branch="false"/>
|
|
124
|
-
<line number="
|
|
125
|
-
<line number="122" hits="0" branch="
|
|
124
|
+
<line number="120" hits="0" branch="false"/>
|
|
125
|
+
<line number="122" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
126
126
|
<line number="123" hits="0" branch="false"/>
|
|
127
127
|
<line number="124" hits="0" branch="false"/>
|
|
128
|
-
<line number="125" hits="0" branch="
|
|
129
|
-
<line number="
|
|
128
|
+
<line number="125" hits="0" branch="false"/>
|
|
129
|
+
<line number="126" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
130
130
|
<line number="130" hits="0" branch="false"/>
|
|
131
|
-
<line number="
|
|
132
|
-
<line number="
|
|
133
|
-
<line number="137" hits="0" branch="
|
|
131
|
+
<line number="131" hits="0" branch="false"/>
|
|
132
|
+
<line number="135" hits="0" branch="false"/>
|
|
133
|
+
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
134
134
|
<line number="138" hits="0" branch="false"/>
|
|
135
135
|
<line number="139" hits="0" branch="false"/>
|
|
136
|
-
<line number="
|
|
136
|
+
<line number="140" hits="0" branch="false"/>
|
|
137
|
+
<line number="143" hits="0" branch="false"/>
|
|
137
138
|
</lines>
|
|
138
139
|
</class>
|
|
139
140
|
</classes>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/84</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/84</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -203,7 +203,8 @@
|
|
|
203
203
|
<a name='L144'></a><a href='#L144'>144</a>
|
|
204
204
|
<a name='L145'></a><a href='#L145'>145</a>
|
|
205
205
|
<a name='L146'></a><a href='#L146'>146</a>
|
|
206
|
-
<a name='L147'></a><a href='#L147'>147</a
|
|
206
|
+
<a name='L147'></a><a href='#L147'>147</a>
|
|
207
|
+
<a name='L148'></a><a href='#L148'>148</a></td><td class="line-coverage quiet"><span class="cline-any cline-no"> </span>
|
|
207
208
|
<span class="cline-any cline-no"> </span>
|
|
208
209
|
<span class="cline-any cline-no"> </span>
|
|
209
210
|
<span class="cline-any cline-no"> </span>
|
|
@@ -303,6 +304,7 @@
|
|
|
303
304
|
<span class="cline-any cline-no"> </span>
|
|
304
305
|
<span class="cline-any cline-no"> </span>
|
|
305
306
|
<span class="cline-any cline-no"> </span>
|
|
307
|
+
<span class="cline-any cline-no"> </span>
|
|
306
308
|
<span class="cline-any cline-neutral"> </span>
|
|
307
309
|
<span class="cline-any cline-neutral"> </span>
|
|
308
310
|
<span class="cline-any cline-no"> </span>
|
|
@@ -447,6 +449,7 @@ const accordion = <span class="cstat-no" title="statement not covered" >{</span>
|
|
|
447
449
|
<span class="cstat-no" title="statement not covered" > accordionTriggerButton.classList.add('mds-button--plain');</span>
|
|
448
450
|
<span class="cstat-no" title="statement not covered" > accordionTriggerButton.classList.add('mds-padding-x-b0');</span>
|
|
449
451
|
<span class="cstat-no" title="statement not covered" > accordionTriggerButton.setAttribute('aria-expanded', false);</span>
|
|
452
|
+
<span class="cstat-no" title="statement not covered" > accordionTriggerButton.setAttribute('type', 'button');</span>
|
|
450
453
|
<span class="cstat-no" title="statement not covered" > if (accordionTriggerSpan) {</span>
|
|
451
454
|
<span class="cstat-no" title="statement not covered" > accordionTriggerButton.appendChild(accordionTriggerSpan);</span>
|
|
452
455
|
}
|
|
@@ -502,7 +505,7 @@ export default accordion;
|
|
|
502
505
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
503
506
|
Code coverage generated by
|
|
504
507
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
505
|
-
at
|
|
508
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
506
509
|
</div>
|
|
507
510
|
</div>
|
|
508
511
|
<script src="../../prettify.js"></script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">0% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>0/
|
|
28
|
+
<span class='fraction'>0/84</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">0% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>0/
|
|
49
|
+
<span class='fraction'>0/84</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
79
79
|
</td>
|
|
80
80
|
<td data-value="0" class="pct low">0%</td>
|
|
81
|
-
<td data-value="
|
|
81
|
+
<td data-value="84" class="abs low">0/84</td>
|
|
82
82
|
<td data-value="0" class="pct low">0%</td>
|
|
83
83
|
<td data-value="24" class="abs low">0/24</td>
|
|
84
84
|
<td data-value="0" class="pct low">0%</td>
|
|
85
85
|
<td data-value="8" class="abs low">0/8</td>
|
|
86
86
|
<td data-value="0" class="pct low">0%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="84" class="abs low">0/84</td>
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
</tbody>
|
|
@@ -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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
154
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
115
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../../prettify.js"></script>
|
|
@@ -946,7 +946,7 @@ export default {
|
|
|
946
946
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
947
947
|
Code coverage generated by
|
|
948
948
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
949
|
-
at
|
|
949
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
950
950
|
</div>
|
|
951
951
|
</div>
|
|
952
952
|
<script src="../../../../prettify.js"></script>
|
|
@@ -199,7 +199,7 @@ export default {
|
|
|
199
199
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
200
200
|
Code coverage generated by
|
|
201
201
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
202
|
-
at
|
|
202
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
203
203
|
</div>
|
|
204
204
|
</div>
|
|
205
205
|
<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
|
|
217
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
218
218
|
</div>
|
|
219
219
|
</div>
|
|
220
220
|
<script src="../../../../prettify.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<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
|
|
235
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
187
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
325
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
157
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
298
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 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
|
|
103
|
+
at Wed May 18 2022 09:24:59 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
|
|
98
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
99
99
|
</div>
|
|
100
100
|
</div>
|
|
101
101
|
<script src="../../prettify.js"></script>
|
|
@@ -583,7 +583,7 @@ export default tabs;
|
|
|
583
583
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
584
584
|
Code coverage generated by
|
|
585
585
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
586
|
-
at
|
|
586
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
587
587
|
</div>
|
|
588
588
|
</div>
|
|
589
589
|
<script src="../../prettify.js"></script>
|
package/coverage/index.html
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">17.
|
|
26
|
+
<span class="strong">17.13% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>99/
|
|
28
|
+
<span class='fraction'>99/578</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">17.
|
|
47
|
+
<span class="strong">17.34% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>99/
|
|
49
|
+
<span class='fraction'>99/571</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
79
79
|
</td>
|
|
80
80
|
<td data-value="0" class="pct low">0%</td>
|
|
81
|
-
<td data-value="
|
|
81
|
+
<td data-value="84" class="abs low">0/84</td>
|
|
82
82
|
<td data-value="0" class="pct low">0%</td>
|
|
83
83
|
<td data-value="24" class="abs low">0/24</td>
|
|
84
84
|
<td data-value="0" class="pct low">0%</td>
|
|
85
85
|
<td data-value="8" class="abs low">0/8</td>
|
|
86
86
|
<td data-value="0" class="pct low">0%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="84" class="abs low">0/84</td>
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
<tr>
|
|
@@ -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
|
|
308
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
309
309
|
</div>
|
|
310
310
|
</div>
|
|
311
311
|
<script src="prettify.js"></script>
|
|
@@ -100,7 +100,7 @@
|
|
|
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
|
|
103
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
104
104
|
</div>
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../prettify.js"></script>
|
|
@@ -316,7 +316,7 @@ export default combobox;
|
|
|
316
316
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
317
317
|
Code coverage generated by
|
|
318
318
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
319
|
-
at
|
|
319
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
320
320
|
</div>
|
|
321
321
|
</div>
|
|
322
322
|
<script src="../../prettify.js"></script>
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
126
126
|
Code coverage generated by
|
|
127
127
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
128
|
-
at
|
|
128
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
129
129
|
</div>
|
|
130
130
|
</div>
|
|
131
131
|
<script src="../../prettify.js"></script>
|
|
@@ -133,7 +133,7 @@ export default notificationScript;
|
|
|
133
133
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
134
134
|
Code coverage generated by
|
|
135
135
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
136
|
-
at
|
|
136
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
<script src="../../prettify.js"></script>
|
|
@@ -145,7 +145,7 @@ export default switchStateScript;
|
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
146
|
Code coverage generated by
|
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
-
at
|
|
148
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../../prettify.js"></script>
|
|
@@ -91,7 +91,7 @@ import comboboxScript from './fractal-scripts/combobox';
|
|
|
91
91
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
92
92
|
Code coverage generated by
|
|
93
93
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
94
|
-
at
|
|
94
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
95
95
|
</div>
|
|
96
96
|
</div>
|
|
97
97
|
<script src="../prettify.js"></script>
|
|
@@ -79,7 +79,7 @@ import './polyfills/arrayPrototypeFind';
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
82
|
-
at
|
|
82
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
<script src="../prettify.js"></script>
|
|
@@ -118,7 +118,7 @@ import MdsCombobox from '../components/inputs/combobox/combobox';
|
|
|
118
118
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
119
119
|
Code coverage generated by
|
|
120
120
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
121
|
-
at
|
|
121
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
<script src="../prettify.js"></script>
|
package/coverage/js/index.html
CHANGED
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
156
156
|
Code coverage generated by
|
|
157
157
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
158
|
-
at
|
|
158
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
159
159
|
</div>
|
|
160
160
|
</div>
|
|
161
161
|
<script src="../prettify.js"></script>
|
|
@@ -145,7 +145,7 @@ import button from '../components/button/button';
|
|
|
145
145
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
146
|
Code coverage generated by
|
|
147
147
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
-
at
|
|
148
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
149
149
|
</div>
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../prettify.js"></script>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
212
212
|
Code coverage generated by
|
|
213
213
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
214
|
-
at
|
|
214
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
215
215
|
</div>
|
|
216
216
|
</div>
|
|
217
217
|
<script src="../../prettify.js"></script>
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
116
116
|
Code coverage generated by
|
|
117
117
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
118
|
-
at
|
|
118
|
+
at Wed May 18 2022 09:24:59 GMT+0000 (Coordinated Universal Time)
|
|
119
119
|
</div>
|
|
120
120
|
</div>
|
|
121
121
|
<script src="../../prettify.js"></script>
|