@npm_leadtech/legal-lib-components 0.38.0 → 0.40.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.
- package/build/index.js +1 -1
- package/coverage/clover.xml +39 -41
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +1 -1
- package/coverage/lcov-report/components/atoms/AddButton/index.html +1 -1
- package/coverage/lcov-report/components/atoms/BillCard/BillCard.js.html +1 -1
- package/coverage/lcov-report/components/atoms/BillCard/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Button/Button.js.html +2 -2
- package/coverage/lcov-report/components/atoms/Button/index.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +1 -1
- package/coverage/lcov-report/components/atoms/DatePickerCustom/DatePickerCustom.js.html +56 -65
- package/coverage/lcov-report/components/atoms/DatePickerCustom/index.html +21 -21
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +1 -1
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +1 -1
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +1 -1
- package/coverage/lcov-report/components/atoms/FormFaq/FormFaq.js.html +1 -1
- package/coverage/lcov-report/components/atoms/FormFaq/index.html +1 -1
- package/coverage/lcov-report/components/atoms/InfoBox/InfoBox.js.html +1 -1
- package/coverage/lcov-report/components/atoms/InfoBox/index.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/index.html +1 -1
- package/coverage/lcov-report/components/atoms/ProgressBar/ProgressBar.js.html +1 -1
- package/coverage/lcov-report/components/atoms/ProgressBar/index.html +1 -1
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +1 -1
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +1 -1
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +1 -1
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +1 -1
- package/coverage/lcov-report/components/atoms/SidemenuTab/SidemenuTab.js.html +1 -1
- package/coverage/lcov-report/components/atoms/SidemenuTab/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Spinner/Spinner.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Spinner/index.html +1 -1
- package/coverage/lcov-report/components/atoms/TestAB/TestAB.js.html +1 -1
- package/coverage/lcov-report/components/atoms/TestAB/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Toggle/index.html +1 -1
- package/coverage/lcov-report/index.html +20 -20
- package/coverage/lcov-report/utils/envVariables.js.html +1 -1
- package/coverage/lcov-report/utils/index.html +1 -1
- package/coverage/lcov.info +61 -69
- package/package.json +1 -1
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">92.5% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>37/40</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">61.11% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>11/18</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">75% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>9/12</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">94.59% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>35/37</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</template>
|
|
63
63
|
</div>
|
|
64
|
-
<div class='status-line
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
65
|
<pre><table class="coverage">
|
|
66
66
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
67
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -244,18 +244,15 @@
|
|
|
244
244
|
<a name='L179'></a><a href='#L179'>179</a>
|
|
245
245
|
<a name='L180'></a><a href='#L180'>180</a>
|
|
246
246
|
<a name='L181'></a><a href='#L181'>181</a>
|
|
247
|
-
<a name='L182'></a><a href='#L182'>182</a>
|
|
248
|
-
<a name='L183'></a><a href='#L183'>183</a>
|
|
249
|
-
<a name='L184'></a><a href='#L184'>184</a>
|
|
250
|
-
<a name='L185'></a><a href='#L185'>185</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
247
|
+
<a name='L182'></a><a href='#L182'>182</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
251
248
|
<span class="cline-any cline-neutral"> </span>
|
|
252
249
|
<span class="cline-any cline-neutral"> </span>
|
|
253
250
|
<span class="cline-any cline-neutral"> </span>
|
|
254
251
|
<span class="cline-any cline-neutral"> </span>
|
|
255
252
|
<span class="cline-any cline-neutral"> </span>
|
|
256
253
|
<span class="cline-any cline-neutral"> </span>
|
|
257
|
-
<span class="cline-any cline-yes">
|
|
258
|
-
<span class="cline-any cline-yes">
|
|
254
|
+
<span class="cline-any cline-yes">5x</span>
|
|
255
|
+
<span class="cline-any cline-yes">5x</span>
|
|
259
256
|
<span class="cline-any cline-neutral"> </span>
|
|
260
257
|
<span class="cline-any cline-neutral"> </span>
|
|
261
258
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -263,26 +260,26 @@
|
|
|
263
260
|
<span class="cline-any cline-neutral"> </span>
|
|
264
261
|
<span class="cline-any cline-neutral"> </span>
|
|
265
262
|
<span class="cline-any cline-neutral"> </span>
|
|
266
|
-
<span class="cline-any cline-yes">
|
|
263
|
+
<span class="cline-any cline-yes">5x</span>
|
|
267
264
|
<span class="cline-any cline-neutral"> </span>
|
|
268
265
|
<span class="cline-any cline-neutral"> </span>
|
|
269
|
-
<span class="cline-any cline-yes">
|
|
270
|
-
<span class="cline-any cline-yes">
|
|
271
|
-
<span class="cline-any cline-yes">
|
|
272
|
-
<span class="cline-any cline-yes">
|
|
266
|
+
<span class="cline-any cline-yes">5x</span>
|
|
267
|
+
<span class="cline-any cline-yes">8x</span>
|
|
268
|
+
<span class="cline-any cline-yes">8x</span>
|
|
269
|
+
<span class="cline-any cline-yes">8x</span>
|
|
273
270
|
<span class="cline-any cline-neutral"> </span>
|
|
274
|
-
<span class="cline-any cline-yes">
|
|
275
|
-
<span class="cline-any cline-yes">
|
|
271
|
+
<span class="cline-any cline-yes">8x</span>
|
|
272
|
+
<span class="cline-any cline-yes">4808x</span>
|
|
276
273
|
<span class="cline-any cline-neutral"> </span>
|
|
277
274
|
<span class="cline-any cline-neutral"> </span>
|
|
278
275
|
<span class="cline-any cline-neutral"> </span>
|
|
279
276
|
<span class="cline-any cline-neutral"> </span>
|
|
280
277
|
<span class="cline-any cline-neutral"> </span>
|
|
281
278
|
<span class="cline-any cline-neutral"> </span>
|
|
282
|
-
<span class="cline-any cline-yes">
|
|
279
|
+
<span class="cline-any cline-yes">8x</span>
|
|
283
280
|
<span class="cline-any cline-neutral"> </span>
|
|
284
281
|
<span class="cline-any cline-neutral"> </span>
|
|
285
|
-
<span class="cline-any cline-yes">
|
|
282
|
+
<span class="cline-any cline-yes">5x</span>
|
|
286
283
|
<span class="cline-any cline-yes">1x</span>
|
|
287
284
|
<span class="cline-any cline-yes">1x</span>
|
|
288
285
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -294,41 +291,39 @@
|
|
|
294
291
|
<span class="cline-any cline-neutral"> </span>
|
|
295
292
|
<span class="cline-any cline-neutral"> </span>
|
|
296
293
|
<span class="cline-any cline-neutral"> </span>
|
|
297
|
-
<span class="cline-any cline-yes">
|
|
294
|
+
<span class="cline-any cline-yes">5x</span>
|
|
298
295
|
<span class="cline-any cline-neutral"> </span>
|
|
299
|
-
<span class="cline-any cline-yes">
|
|
300
|
-
<span class="cline-any cline-
|
|
301
|
-
<span class="cline-any cline-
|
|
302
|
-
<span class="cline-any cline-
|
|
296
|
+
<span class="cline-any cline-yes">5x</span>
|
|
297
|
+
<span class="cline-any cline-yes">4x</span>
|
|
298
|
+
<span class="cline-any cline-yes">4x</span>
|
|
299
|
+
<span class="cline-any cline-yes">4x</span>
|
|
303
300
|
<span class="cline-any cline-neutral"> </span>
|
|
304
301
|
<span class="cline-any cline-neutral"> </span>
|
|
305
302
|
<span class="cline-any cline-neutral"> </span>
|
|
306
|
-
<span class="cline-any cline-yes">
|
|
303
|
+
<span class="cline-any cline-yes">11x</span>
|
|
307
304
|
<span class="cline-any cline-neutral"> </span>
|
|
308
305
|
<span class="cline-any cline-neutral"> </span>
|
|
309
306
|
<span class="cline-any cline-neutral"> </span>
|
|
310
|
-
<span class="cline-any cline-yes">
|
|
311
|
-
<span class="cline-any cline-yes">
|
|
312
|
-
<span class="cline-any cline-yes">
|
|
313
|
-
<span class="cline-any cline-yes">
|
|
314
|
-
<span class="cline-any cline-
|
|
315
|
-
<span class="cline-any cline-
|
|
316
|
-
<span class="cline-any cline-
|
|
317
|
-
<span class="cline-any cline-no"> </span>
|
|
318
|
-
<span class="cline-any cline-no"> </span>
|
|
319
|
-
<span class="cline-any cline-no"> </span>
|
|
320
|
-
<span class="cline-any cline-no"> </span>
|
|
307
|
+
<span class="cline-any cline-yes">11x</span>
|
|
308
|
+
<span class="cline-any cline-yes">11x</span>
|
|
309
|
+
<span class="cline-any cline-yes">11x</span>
|
|
310
|
+
<span class="cline-any cline-yes">11x</span>
|
|
311
|
+
<span class="cline-any cline-yes">4x</span>
|
|
312
|
+
<span class="cline-any cline-yes">2x</span>
|
|
313
|
+
<span class="cline-any cline-yes">2x</span>
|
|
321
314
|
<span class="cline-any cline-neutral"> </span>
|
|
315
|
+
<span class="cline-any cline-yes">2x</span>
|
|
316
|
+
<span class="cline-any cline-yes">2x</span>
|
|
322
317
|
<span class="cline-any cline-neutral"> </span>
|
|
323
318
|
<span class="cline-any cline-neutral"> </span>
|
|
324
|
-
<span class="cline-any cline-yes">7x</span>
|
|
325
319
|
<span class="cline-any cline-neutral"> </span>
|
|
320
|
+
<span class="cline-any cline-yes">11x</span>
|
|
326
321
|
<span class="cline-any cline-neutral"> </span>
|
|
327
322
|
<span class="cline-any cline-neutral"> </span>
|
|
328
323
|
<span class="cline-any cline-neutral"> </span>
|
|
329
324
|
<span class="cline-any cline-neutral"> </span>
|
|
330
|
-
<span class="cline-any cline-yes">7x</span>
|
|
331
325
|
<span class="cline-any cline-neutral"> </span>
|
|
326
|
+
<span class="cline-any cline-yes">11x</span>
|
|
332
327
|
<span class="cline-any cline-neutral"> </span>
|
|
333
328
|
<span class="cline-any cline-neutral"> </span>
|
|
334
329
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -342,8 +337,8 @@
|
|
|
342
337
|
<span class="cline-any cline-neutral"> </span>
|
|
343
338
|
<span class="cline-any cline-neutral"> </span>
|
|
344
339
|
<span class="cline-any cline-neutral"> </span>
|
|
345
|
-
<span class="cline-any cline-yes">7x</span>
|
|
346
340
|
<span class="cline-any cline-neutral"> </span>
|
|
341
|
+
<span class="cline-any cline-yes">11x</span>
|
|
347
342
|
<span class="cline-any cline-neutral"> </span>
|
|
348
343
|
<span class="cline-any cline-neutral"> </span>
|
|
349
344
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -355,7 +350,8 @@
|
|
|
355
350
|
<span class="cline-any cline-neutral"> </span>
|
|
356
351
|
<span class="cline-any cline-neutral"> </span>
|
|
357
352
|
<span class="cline-any cline-neutral"> </span>
|
|
358
|
-
<span class="cline-any cline-
|
|
353
|
+
<span class="cline-any cline-neutral"> </span>
|
|
354
|
+
<span class="cline-any cline-yes">8x</span>
|
|
359
355
|
<span class="cline-any cline-neutral"> </span>
|
|
360
356
|
<span class="cline-any cline-neutral"> </span>
|
|
361
357
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -375,7 +371,7 @@
|
|
|
375
371
|
<span class="cline-any cline-neutral"> </span>
|
|
376
372
|
<span class="cline-any cline-no"> </span>
|
|
377
373
|
<span class="cline-any cline-neutral"> </span>
|
|
378
|
-
<span class="cline-any cline-yes">
|
|
374
|
+
<span class="cline-any cline-yes">96x</span>
|
|
379
375
|
<span class="cline-any cline-neutral"> </span>
|
|
380
376
|
<span class="cline-any cline-neutral"> </span>
|
|
381
377
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -429,8 +425,6 @@
|
|
|
429
425
|
<span class="cline-any cline-neutral"> </span>
|
|
430
426
|
<span class="cline-any cline-neutral"> </span>
|
|
431
427
|
<span class="cline-any cline-neutral"> </span>
|
|
432
|
-
<span class="cline-any cline-neutral"> </span>
|
|
433
|
-
<span class="cline-any cline-neutral"> </span>
|
|
434
428
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React, { Component } from 'react';
|
|
435
429
|
import DatePicker from 'react-datepicker';
|
|
436
430
|
import PropTypes from 'prop-types';
|
|
@@ -480,10 +474,10 @@ class DatePickerCustom extends Component {
|
|
|
480
474
|
|
|
481
475
|
handleFocus = <span class="fstat-no" title="function not covered" >({</span> focused }) => <span class="cstat-no" title="statement not covered" >this.setState({ focused });</span>
|
|
482
476
|
|
|
483
|
-
addDays =
|
|
484
|
-
var result =
|
|
485
|
-
|
|
486
|
-
|
|
477
|
+
addDays = (date, days) => {
|
|
478
|
+
var result = new Date(date);
|
|
479
|
+
result.setDate(result.getDate() + days);
|
|
480
|
+
return result;
|
|
487
481
|
};
|
|
488
482
|
|
|
489
483
|
render() {
|
|
@@ -491,17 +485,16 @@ class DatePickerCustom extends Component {
|
|
|
491
485
|
this.props.class ? this.props.class : <span class="branch-1 cbranch-no" title="branch not covered" >''</span>
|
|
492
486
|
} e-${this.props.type} ${!this.props.isValidGroup ? <span class="branch-0 cbranch-no" title="branch not covered" >'--group-invalid' </span>: ''}\``;
|
|
493
487
|
|
|
494
|
-
const {
|
|
488
|
+
const { isStartDate, relatedDate } = this.props;
|
|
495
489
|
let minDate = null;
|
|
496
490
|
let maxDate = null;
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
<span class="cstat-no" title="statement not covered" > minDate = this.addDays(minDate, 1);</span>
|
|
491
|
+
if (relatedDate) {
|
|
492
|
+
if (isStartDate) {
|
|
493
|
+
maxDate = relatedDate;
|
|
494
|
+
maxDate = this.addDays(maxDate, -1);
|
|
495
|
+
} else {
|
|
496
|
+
minDate = relatedDate;
|
|
497
|
+
minDate = this.addDays(minDate, 1);
|
|
505
498
|
}
|
|
506
499
|
}
|
|
507
500
|
|
|
@@ -608,10 +601,8 @@ DatePickerCustom.propTypes = {
|
|
|
608
601
|
tooltip: PropTypes.string,
|
|
609
602
|
isValidGroup: PropTypes.bool,
|
|
610
603
|
label: PropTypes.string,
|
|
611
|
-
disabled: PropTypes.bool,
|
|
612
|
-
form: PropTypes.object,
|
|
613
604
|
isStartDate: PropTypes.bool,
|
|
614
|
-
relatedDate: PropTypes.
|
|
605
|
+
relatedDate: PropTypes.instanceOf(Date),
|
|
615
606
|
type: PropTypes.string,
|
|
616
607
|
onChange: PropTypes.func,
|
|
617
608
|
};
|
|
@@ -622,7 +613,7 @@ DatePickerCustom.propTypes = {
|
|
|
622
613
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
623
614
|
Code coverage generated by
|
|
624
615
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
625
|
-
at
|
|
616
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
626
617
|
</div>
|
|
627
618
|
<script src="../../../prettify.js"></script>
|
|
628
619
|
<script>
|
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">92.5% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>37/40</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">61.11% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>11/18</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">75% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>9/12</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">94.59% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>35/37</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</template>
|
|
63
63
|
</div>
|
|
64
|
-
<div class='status-line
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
65
|
<div class="pad1">
|
|
66
66
|
<table class="coverage-summary">
|
|
67
67
|
<thead>
|
|
@@ -79,18 +79,18 @@
|
|
|
79
79
|
</tr>
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
|
-
<td class="file
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
82
|
+
<td class="file high" data-value="DatePickerCustom.js"><a href="DatePickerCustom.js.html">DatePickerCustom.js</a></td>
|
|
83
|
+
<td data-value="92.5" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
88
|
-
<td data-value="
|
|
89
|
-
<td data-value="
|
|
90
|
-
<td data-value="
|
|
91
|
-
<td data-value="12" class="abs medium">
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="
|
|
86
|
+
<td data-value="92.5" class="pct high">92.5%</td>
|
|
87
|
+
<td data-value="40" class="abs high">37/40</td>
|
|
88
|
+
<td data-value="61.11" class="pct medium">61.11%</td>
|
|
89
|
+
<td data-value="18" class="abs medium">11/18</td>
|
|
90
|
+
<td data-value="75" class="pct medium">75%</td>
|
|
91
|
+
<td data-value="12" class="abs medium">9/12</td>
|
|
92
|
+
<td data-value="94.59" class="pct high">94.59%</td>
|
|
93
|
+
<td data-value="37" class="abs high">35/37</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
</tbody>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -244,7 +244,7 @@ Disclaimer.propTypes = {
|
|
|
244
244
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
245
245
|
Code coverage generated by
|
|
246
246
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
247
|
-
at
|
|
247
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
248
248
|
</div>
|
|
249
249
|
<script src="../../../prettify.js"></script>
|
|
250
250
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -193,7 +193,7 @@ DocumentStatus.propTypes = {
|
|
|
193
193
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
194
194
|
Code coverage generated by
|
|
195
195
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
196
|
-
at
|
|
196
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
197
197
|
</div>
|
|
198
198
|
<script src="../../../prettify.js"></script>
|
|
199
199
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -229,7 +229,7 @@ FormFaq.propTypes = {
|
|
|
229
229
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
230
230
|
Code coverage generated by
|
|
231
231
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
232
|
-
at
|
|
232
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
233
233
|
</div>
|
|
234
234
|
<script src="../../../prettify.js"></script>
|
|
235
235
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -139,7 +139,7 @@ InfoBox.propTypes = {
|
|
|
139
139
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
140
140
|
Code coverage generated by
|
|
141
141
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
142
|
-
at
|
|
142
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
143
143
|
</div>
|
|
144
144
|
<script src="../../../prettify.js"></script>
|
|
145
145
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -154,7 +154,7 @@ LogoText.propTypes = {
|
|
|
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" rel="noopener">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
158
158
|
</div>
|
|
159
159
|
<script src="../../../prettify.js"></script>
|
|
160
160
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -118,7 +118,7 @@ Message.proptypes = {
|
|
|
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" rel="noopener">istanbul</a>
|
|
121
|
-
at
|
|
121
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
122
122
|
</div>
|
|
123
123
|
<script src="../../../prettify.js"></script>
|
|
124
124
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -127,7 +127,7 @@ ProgressBar.proptypes = {
|
|
|
127
127
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
128
128
|
Code coverage generated by
|
|
129
129
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
130
|
-
at
|
|
130
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
131
131
|
</div>
|
|
132
132
|
<script src="../../../prettify.js"></script>
|
|
133
133
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -214,7 +214,7 @@ RemoveButton.propTypes = {
|
|
|
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" rel="noopener">istanbul</a>
|
|
217
|
-
at
|
|
217
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
218
218
|
</div>
|
|
219
219
|
<script src="../../../prettify.js"></script>
|
|
220
220
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -367,7 +367,7 @@ SearchSelect.propTypes = {
|
|
|
367
367
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
368
368
|
Code coverage generated by
|
|
369
369
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
370
|
-
at
|
|
370
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
371
371
|
</div>
|
|
372
372
|
<script src="../../../prettify.js"></script>
|
|
373
373
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -157,7 +157,7 @@ SidemenuTab.propTypes = {
|
|
|
157
157
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
158
158
|
Code coverage generated by
|
|
159
159
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
160
|
-
at
|
|
160
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
161
161
|
</div>
|
|
162
162
|
<script src="../../../prettify.js"></script>
|
|
163
163
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -130,7 +130,7 @@ Spinner.propTypes = {
|
|
|
130
130
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
131
131
|
Code coverage generated by
|
|
132
132
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
133
|
-
at
|
|
133
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
134
134
|
</div>
|
|
135
135
|
<script src="../../../prettify.js"></script>
|
|
136
136
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -154,7 +154,7 @@ TestAB.propTypes = {
|
|
|
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" rel="noopener">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
158
158
|
</div>
|
|
159
159
|
<script src="../../../prettify.js"></script>
|
|
160
160
|
<script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -148,7 +148,7 @@ Toggle.propTypes = {
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
151
|
-
at
|
|
151
|
+
at Tue Jan 25 2022 00:11:22 GMT+0100 (GMT+01:00)
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../../prettify.js"></script>
|
|
154
154
|
<script>
|