@epa-wg/custom-element-dist 0.0.21 → 0.0.23
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/.idea/.gitignore +8 -0
- package/README.md +4 -4
- package/coverage/coverage-final.json +13 -11
- package/coverage/index.html +30 -30
- package/coverage/src/custom-element/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js.html +603 -420
- package/coverage/src/custom-element/http-request.js.html +10 -10
- package/coverage/src/custom-element/index.html +18 -18
- package/coverage/src/custom-element/local-storage.js.html +2 -2
- package/coverage/src/custom-element/location-element.js.html +1 -1
- package/coverage/src/index.html +1 -1
- package/coverage/src/mocks/handlers.ts.html +1 -1
- package/coverage/src/mocks/index.html +1 -1
- package/coverage/src/stories/{css.stories.ts → attributes.test.stories.ts}/coverage.svg +1 -1
- package/coverage/src/stories/{attributes.stories.ts.html → attributes.test.stories.ts.html} +113 -83
- package/coverage/src/stories/coverage.svg +1 -1
- package/coverage/src/stories/css.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/{css.stories.ts.html → css.test.stories.ts.html} +122 -65
- package/coverage/src/stories/dom-merge.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/{dom-merge.stories.ts.html → dom-merge.test.stories.ts.html} +118 -70
- package/coverage/src/stories/external-template.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/{external-template.stories.ts.html → external-template.test.stories.ts.html} +180 -150
- package/coverage/src/stories/form.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/form.test.stories.ts.html +655 -0
- package/coverage/src/stories/http-request.stories.ts.html +7 -7
- package/coverage/src/stories/index.html +118 -88
- package/coverage/src/stories/{dom-merge.stories.ts → local-storage.test.stories.ts}/coverage.svg +1 -1
- package/coverage/src/stories/{local-storage.stories.ts.html → local-storage.test.stories.ts.html} +475 -439
- package/coverage/src/stories/{external-template.stories.ts → location-element.test.stories.ts}/coverage.svg +1 -1
- package/coverage/src/stories/{location-element.stories.ts.html → location-element.test.stories.ts.html} +134 -98
- package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/slice-events.test.stories.ts.html +685 -0
- package/coverage/src/stories/slots.test.stories.ts/coverage.svg +10 -0
- package/coverage/src/stories/slots.test.stories.ts.html +736 -0
- package/coverage/src/stories/{renderPlay.ts.html → testStoryBook.ts.html} +44 -26
- package/coverage/src/sum.ts.html +1 -1
- package/dist/custom-element-BISbI4SU.js +463 -0
- package/dist/custom-element-N-sWiqGK.cjs +53 -0
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +2 -2
- package/dist/mockServiceWorker.js +1 -1
- package/package.json +4 -4
- package/public/mockServiceWorker.js +1 -1
- package/src/custom-element/custom-element.d.ts +4 -0
- package/src/custom-element/custom-element.js +103 -42
- package/src/custom-element/demo/a.html +38 -41
- package/src/custom-element/demo/b.html +13 -0
- package/src/custom-element/demo/data-slices.html +32 -0
- package/src/custom-element/demo/form.html +240 -0
- package/src/custom-element/demo/s.xml +11 -14
- package/src/custom-element/demo/s.xslt +22 -38
- package/src/custom-element/demo/s1.xslt +60 -0
- package/src/custom-element/ide/customData-dce.json +14 -1
- package/src/custom-element/ide/web-types-dce.json +6 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +1 -0
- package/src/custom-element.test.ts +24 -8
- package/src/stories/{attributes.stories.ts → attributes.test.stories.ts} +19 -9
- package/src/stories/{css.stories.ts → css.test.stories.ts} +28 -9
- package/src/stories/{dom-merge.stories.ts → dom-merge.test.stories.ts} +19 -3
- package/src/stories/{external-template.stories.ts → external-template.test.stories.ts} +13 -3
- package/src/stories/form.test.stories.ts +190 -0
- package/src/stories/http-request.stories.ts +6 -6
- package/src/stories/http-request.test.ts +0 -9
- package/src/stories/{local-storage.stories.ts → local-storage.test.stories.ts} +24 -12
- package/src/stories/{location-element.stories.ts → location-element.test.stories.ts} +21 -9
- package/src/stories/{slice-events.stories.ts → slice-events.test.stories.ts} +88 -5
- package/src/stories/slots.test.stories.ts +217 -0
- package/src/stories/testStoryBook.ts +28 -0
- package/storybook-static/assets/{Color-RQJUDNI5-C4yZhNbM.js → Color-PRSJMWNM-BD_Ds9NW.js} +1 -1
- package/storybook-static/assets/{Configure-C7d36rng.js → Configure-70I_VApa.js} +1 -1
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-9dn0-HCP.js +2 -0
- package/storybook-static/assets/WithTooltip-KJL26V4Q-C6g5GOU9.js +1 -0
- package/storybook-static/assets/{attributes.stories-ZB0RTY1d.js → attributes.test.stories-BEOraI4E.js} +22 -21
- package/storybook-static/assets/css.test.stories-D9WaxrEv.js +96 -0
- package/storybook-static/assets/custom-element-BV8-hRQS.js +219 -0
- package/storybook-static/assets/{dom-merge.stories-CgHZUABU.js → dom-merge.test.stories-BhbNeum_.js} +5 -6
- package/storybook-static/assets/{entry-preview-CQqNFx4W.js → entry-preview-DrgzXgwT.js} +1 -1
- package/storybook-static/assets/{entry-preview-docs-CWgqLfd3.js → entry-preview-docs-Bxv0qQWs.js} +1 -1
- package/storybook-static/assets/{external-template.stories-DtSLMxvg.js → external-template.test.stories-Bpr_wxBo.js} +23 -24
- package/storybook-static/assets/form.test.stories-3tURbEdv.js +250 -0
- package/storybook-static/assets/{formatter-B5HCVTEV-tKeEfJA9.js → formatter-2WMMO6ZP-6IvBq34u.js} +5 -5
- package/storybook-static/assets/http-request.stories-8K_qSs8C.js +300 -0
- package/storybook-static/assets/iframe-zdt9kuj6.js +2 -0
- package/storybook-static/assets/index-B3oZkK3F.js +1 -0
- package/storybook-static/assets/index-C30JwJMK.js +548 -0
- package/storybook-static/assets/index-CVRyq5ci.js +27 -0
- package/storybook-static/assets/index-DXimoRZY.js +1 -0
- package/storybook-static/assets/{index-DnEJ_bKa.js → index-DhXZyjEd.js} +1 -1
- package/storybook-static/assets/index-DuIEV_9C.js +13 -0
- package/storybook-static/assets/{lit-element-B4_0akdT.js → lit-element-CenEXOuS.js} +2 -2
- package/storybook-static/assets/{local-storage.stories-BkO6djDz.js → local-storage.test.stories-CtisAQBB.js} +28 -24
- package/storybook-static/assets/{location-element.stories-DCIOUd0D.js → location-element.test.stories-5O_t_m4Y.js} +11 -11
- package/storybook-static/assets/preview-4Up_z4Em.js +7 -0
- package/storybook-static/assets/preview-BKCN0mOr.js +1 -0
- package/storybook-static/assets/{preview-CkgAD_DE.js → preview-D0eCfQft.js} +2 -2
- package/storybook-static/assets/preview-DRnyIGXK.js +48 -0
- package/storybook-static/assets/preview-FpHGYA1q.js +1 -0
- package/storybook-static/assets/{preview-PxUn-cIn.js → preview-TCN6m6T-.js} +1 -1
- package/storybook-static/assets/slice-events.test.stories-BSXCLIA5.js +231 -0
- package/storybook-static/assets/slots.test.stories-B1vqfHmN.js +214 -0
- package/storybook-static/assets/syntaxhighlighter-BP7B2CQK-DpPBKyTO.js +1 -0
- package/storybook-static/iframe.html +153 -10
- package/storybook-static/index.html +1 -1
- package/storybook-static/index.json +1 -1
- package/storybook-static/mockServiceWorker.js +1 -1
- package/storybook-static/project.json +1 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +35 -29
- package/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +1 -1
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +5 -5
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +35 -35
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/interactions-10/manager-bundle.js +18 -16
- package/storybook-static/sb-addons/links-1/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +1 -1
- package/storybook-static/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +1 -0
- package/storybook-static/sb-manager/{chunk-S4VOIVUE.js → chunk-B3YDJJJH.js} +9 -9
- package/storybook-static/sb-manager/{chunk-FEE35O7J.js → chunk-BLWCBWKL.js} +3 -3
- package/storybook-static/sb-manager/{chunk-XCO5HRLK.js → chunk-GUVK2GTO.js} +3 -3
- package/storybook-static/sb-manager/chunk-LFRML3ZV.js +186 -0
- package/storybook-static/sb-manager/chunk-MC7RAF2B.js +274 -0
- package/storybook-static/sb-manager/{chunk-XP3HGWTR.js → chunk-ZR5JZWHI.js} +1 -1
- package/storybook-static/sb-manager/{formatter-B5HCVTEV-7DCBOGO6.js → formatter-2WMMO6ZP-JI7RHVTW.js} +1 -1
- package/storybook-static/sb-manager/globals-module-info.js +1 -1
- package/storybook-static/sb-manager/globals-runtime.js +1 -1
- package/storybook-static/sb-manager/index.js +1 -1
- package/storybook-static/sb-manager/runtime.js +1 -1
- package/storybook-static/sb-manager/{syntaxhighlighter-JOJW2KGS-VF6EEVPI.js → syntaxhighlighter-BP7B2CQK-WOJYHKQR.js} +1 -1
- package/storybook-static/sb-preview/runtime.js +28 -11
- package/tsconfig.json +31 -21
- package/vite.config.js +5 -5
- package/yarn.lock +10242 -0
- package/.vscode/settings.json +0 -24
- package/coverage/src/stories/local-storage.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/location-element.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/renderPlay.ts/coverage.svg +0 -10
- package/coverage/src/stories/slice-events.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/slice-events.stories.ts.html +0 -436
- package/dist/custom-element-B4v-KaIh.cjs +0 -53
- package/dist/custom-element-_g0GTup2.js +0 -436
- package/src/stories/attributes.test.ts +0 -14
- package/src/stories/css.test.ts +0 -12
- package/src/stories/dom-merge.test.ts +0 -12
- package/src/stories/external-template.test.ts +0 -12
- package/src/stories/local-storage.test.ts +0 -12
- package/src/stories/location-element.test.ts +0 -14
- package/src/stories/renderPlay.ts +0 -22
- package/src/stories/slice-events.test.ts +0 -12
- package/storybook-static/assets/DocsRenderer-K4EAMTCU-BLMupvSb.js +0 -2
- package/storybook-static/assets/WithTooltip-Y7J54OF7-BAQSPSFk.js +0 -1
- package/storybook-static/assets/css.stories-CLSX-Xxd.js +0 -86
- package/storybook-static/assets/custom-element-BLZZ00dz.js +0 -53
- package/storybook-static/assets/http-request.stories-CUzlXO89.js +0 -300
- package/storybook-static/assets/iframe-gCvlWuoC.js +0 -2
- package/storybook-static/assets/index-CBQwM6ST.js +0 -508
- package/storybook-static/assets/index-CDavW7r9.js +0 -193
- package/storybook-static/assets/index-CQA5dlr6.js +0 -13
- package/storybook-static/assets/index-DgaNIR0t.js +0 -1
- package/storybook-static/assets/index-Dkj0J1ds.js +0 -1
- package/storybook-static/assets/preview-C6t8KBFr.js +0 -1
- package/storybook-static/assets/preview-CYD85dwb.js +0 -7
- package/storybook-static/assets/preview-D8LadFCz.js +0 -48
- package/storybook-static/assets/preview-DNpCpRPf.js +0 -1
- package/storybook-static/assets/slice-events.stories-DXKjXI37.js +0 -115
- package/storybook-static/assets/syntaxhighlighter-JOJW2KGS-C04pIVD3.js +0 -1
- package/storybook-static/sb-manager/WithTooltip-Y7J54OF7-CEHQ77YF.js +0 -1
- package/storybook-static/sb-manager/chunk-E3WK6ZOZ.js +0 -234
- package/storybook-static/sb-manager/chunk-E6ABNH5R.js +0 -183
- /package/coverage/src/stories/{attributes.stories.ts → testStoryBook.ts}/coverage.svg +0 -0
package/coverage/src/stories/{local-storage.stories.ts.html → local-storage.test.stories.ts.html}
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<html lang="en">
|
|
4
4
|
|
|
5
5
|
<head>
|
|
6
|
-
<title>Code coverage report for src/stories/local-storage.stories.ts</title>
|
|
6
|
+
<title>Code coverage report for src/stories/local-storage.test.stories.ts</title>
|
|
7
7
|
<meta charset="utf-8" />
|
|
8
8
|
<link rel="stylesheet" href="../../prettify.css" />
|
|
9
9
|
<link rel="stylesheet" href="../../base.css" />
|
|
@@ -19,34 +19,34 @@
|
|
|
19
19
|
<body>
|
|
20
20
|
<div class='wrapper'>
|
|
21
21
|
<div class='pad1'>
|
|
22
|
-
<h1><a href="../../index.html">All files</a> / <a href="index.html">src/stories</a> local-storage.stories.ts</h1>
|
|
22
|
+
<h1><a href="../../index.html">All files</a> / <a href="index.html">src/stories</a> local-storage.test.stories.ts</h1>
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">6.06% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>14/231</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">100% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>7/7</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">12.5% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>2/16</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">5.88% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>13/221</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 low'></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>
|
|
@@ -451,7 +451,19 @@
|
|
|
451
451
|
<a name='L386'></a><a href='#L386'>386</a>
|
|
452
452
|
<a name='L387'></a><a href='#L387'>387</a>
|
|
453
453
|
<a name='L388'></a><a href='#L388'>388</a>
|
|
454
|
-
<a name='L389'></a><a href='#L389'>389</a
|
|
454
|
+
<a name='L389'></a><a href='#L389'>389</a>
|
|
455
|
+
<a name='L390'></a><a href='#L390'>390</a>
|
|
456
|
+
<a name='L391'></a><a href='#L391'>391</a>
|
|
457
|
+
<a name='L392'></a><a href='#L392'>392</a>
|
|
458
|
+
<a name='L393'></a><a href='#L393'>393</a>
|
|
459
|
+
<a name='L394'></a><a href='#L394'>394</a>
|
|
460
|
+
<a name='L395'></a><a href='#L395'>395</a>
|
|
461
|
+
<a name='L396'></a><a href='#L396'>396</a>
|
|
462
|
+
<a name='L397'></a><a href='#L397'>397</a>
|
|
463
|
+
<a name='L398'></a><a href='#L398'>398</a>
|
|
464
|
+
<a name='L399'></a><a href='#L399'>399</a>
|
|
465
|
+
<a name='L400'></a><a href='#L400'>400</a>
|
|
466
|
+
<a name='L401'></a><a href='#L401'>401</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
455
467
|
<span class="cline-any cline-neutral"> </span>
|
|
456
468
|
<span class="cline-any cline-neutral"> </span>
|
|
457
469
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -469,7 +481,7 @@
|
|
|
469
481
|
<span class="cline-any cline-neutral"> </span>
|
|
470
482
|
<span class="cline-any cline-neutral"> </span>
|
|
471
483
|
<span class="cline-any cline-neutral"> </span>
|
|
472
|
-
<span class="cline-any cline-
|
|
484
|
+
<span class="cline-any cline-no"> </span>
|
|
473
485
|
<span class="cline-any cline-neutral"> </span>
|
|
474
486
|
<span class="cline-any cline-neutral"> </span>
|
|
475
487
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -515,31 +527,31 @@
|
|
|
515
527
|
<span class="cline-any cline-neutral"> </span>
|
|
516
528
|
<span class="cline-any cline-neutral"> </span>
|
|
517
529
|
<span class="cline-any cline-neutral"> </span>
|
|
518
|
-
<span class="cline-any cline-
|
|
519
|
-
<span class="cline-any cline-
|
|
520
|
-
<span class="cline-any cline-
|
|
521
|
-
<span class="cline-any cline-
|
|
530
|
+
<span class="cline-any cline-no"> </span>
|
|
531
|
+
<span class="cline-any cline-no"> </span>
|
|
532
|
+
<span class="cline-any cline-no"> </span>
|
|
533
|
+
<span class="cline-any cline-no"> </span>
|
|
522
534
|
<span class="cline-any cline-neutral"> </span>
|
|
523
|
-
<span class="cline-any cline-
|
|
524
|
-
<span class="cline-any cline-
|
|
525
|
-
<span class="cline-any cline-
|
|
526
|
-
<span class="cline-any cline-
|
|
527
|
-
<span class="cline-any cline-
|
|
528
|
-
<span class="cline-any cline-
|
|
535
|
+
<span class="cline-any cline-no"> </span>
|
|
536
|
+
<span class="cline-any cline-no"> </span>
|
|
537
|
+
<span class="cline-any cline-no"> </span>
|
|
538
|
+
<span class="cline-any cline-no"> </span>
|
|
539
|
+
<span class="cline-any cline-no"> </span>
|
|
540
|
+
<span class="cline-any cline-no"> </span>
|
|
529
541
|
<span class="cline-any cline-neutral"> </span>
|
|
530
|
-
<span class="cline-any cline-
|
|
531
|
-
<span class="cline-any cline-
|
|
532
|
-
<span class="cline-any cline-
|
|
533
|
-
<span class="cline-any cline-
|
|
542
|
+
<span class="cline-any cline-no"> </span>
|
|
543
|
+
<span class="cline-any cline-no"> </span>
|
|
544
|
+
<span class="cline-any cline-no"> </span>
|
|
545
|
+
<span class="cline-any cline-no"> </span>
|
|
534
546
|
<span class="cline-any cline-neutral"> </span>
|
|
535
|
-
<span class="cline-any cline-
|
|
536
|
-
<span class="cline-any cline-
|
|
537
|
-
<span class="cline-any cline-
|
|
547
|
+
<span class="cline-any cline-no"> </span>
|
|
548
|
+
<span class="cline-any cline-no"> </span>
|
|
549
|
+
<span class="cline-any cline-no"> </span>
|
|
538
550
|
<span class="cline-any cline-neutral"> </span>
|
|
539
551
|
<span class="cline-any cline-neutral"> </span>
|
|
540
|
-
<span class="cline-any cline-
|
|
541
|
-
<span class="cline-any cline-
|
|
542
|
-
<span class="cline-any cline-
|
|
552
|
+
<span class="cline-any cline-no"> </span>
|
|
553
|
+
<span class="cline-any cline-no"> </span>
|
|
554
|
+
<span class="cline-any cline-no"> </span>
|
|
543
555
|
<span class="cline-any cline-neutral"> </span>
|
|
544
556
|
<span class="cline-any cline-neutral"> </span>
|
|
545
557
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -552,26 +564,26 @@
|
|
|
552
564
|
<span class="cline-any cline-neutral"> </span>
|
|
553
565
|
<span class="cline-any cline-neutral"> </span>
|
|
554
566
|
<span class="cline-any cline-neutral"> </span>
|
|
555
|
-
<span class="cline-any cline-
|
|
556
|
-
<span class="cline-any cline-
|
|
557
|
-
<span class="cline-any cline-
|
|
558
|
-
<span class="cline-any cline-
|
|
567
|
+
<span class="cline-any cline-no"> </span>
|
|
568
|
+
<span class="cline-any cline-no"> </span>
|
|
569
|
+
<span class="cline-any cline-no"> </span>
|
|
570
|
+
<span class="cline-any cline-no"> </span>
|
|
559
571
|
<span class="cline-any cline-neutral"> </span>
|
|
560
|
-
<span class="cline-any cline-
|
|
572
|
+
<span class="cline-any cline-no"> </span>
|
|
561
573
|
<span class="cline-any cline-neutral"> </span>
|
|
562
|
-
<span class="cline-any cline-
|
|
563
|
-
<span class="cline-any cline-
|
|
564
|
-
<span class="cline-any cline-
|
|
565
|
-
<span class="cline-any cline-
|
|
574
|
+
<span class="cline-any cline-no"> </span>
|
|
575
|
+
<span class="cline-any cline-no"> </span>
|
|
576
|
+
<span class="cline-any cline-no"> </span>
|
|
577
|
+
<span class="cline-any cline-no"> </span>
|
|
566
578
|
<span class="cline-any cline-neutral"> </span>
|
|
567
|
-
<span class="cline-any cline-
|
|
568
|
-
<span class="cline-any cline-
|
|
569
|
-
<span class="cline-any cline-
|
|
570
|
-
<span class="cline-any cline-
|
|
579
|
+
<span class="cline-any cline-no"> </span>
|
|
580
|
+
<span class="cline-any cline-no"> </span>
|
|
581
|
+
<span class="cline-any cline-no"> </span>
|
|
582
|
+
<span class="cline-any cline-no"> </span>
|
|
571
583
|
<span class="cline-any cline-neutral"> </span>
|
|
572
|
-
<span class="cline-any cline-
|
|
573
|
-
<span class="cline-any cline-
|
|
574
|
-
<span class="cline-any cline-
|
|
584
|
+
<span class="cline-any cline-no"> </span>
|
|
585
|
+
<span class="cline-any cline-no"> </span>
|
|
586
|
+
<span class="cline-any cline-no"> </span>
|
|
575
587
|
<span class="cline-any cline-neutral"> </span>
|
|
576
588
|
<span class="cline-any cline-neutral"> </span>
|
|
577
589
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -591,30 +603,30 @@
|
|
|
591
603
|
<span class="cline-any cline-neutral"> </span>
|
|
592
604
|
<span class="cline-any cline-neutral"> </span>
|
|
593
605
|
<span class="cline-any cline-neutral"> </span>
|
|
594
|
-
<span class="cline-any cline-
|
|
595
|
-
<span class="cline-any cline-
|
|
596
|
-
<span class="cline-any cline-
|
|
606
|
+
<span class="cline-any cline-no"> </span>
|
|
607
|
+
<span class="cline-any cline-no"> </span>
|
|
608
|
+
<span class="cline-any cline-no"> </span>
|
|
597
609
|
<span class="cline-any cline-neutral"> </span>
|
|
598
|
-
<span class="cline-any cline-
|
|
599
|
-
<span class="cline-any cline-
|
|
610
|
+
<span class="cline-any cline-no"> </span>
|
|
611
|
+
<span class="cline-any cline-no"> </span>
|
|
600
612
|
<span class="cline-any cline-neutral"> </span>
|
|
601
|
-
<span class="cline-any cline-
|
|
602
|
-
<span class="cline-any cline-
|
|
603
|
-
<span class="cline-any cline-
|
|
613
|
+
<span class="cline-any cline-no"> </span>
|
|
614
|
+
<span class="cline-any cline-no"> </span>
|
|
615
|
+
<span class="cline-any cline-no"> </span>
|
|
604
616
|
<span class="cline-any cline-neutral"> </span>
|
|
605
|
-
<span class="cline-any cline-
|
|
606
|
-
<span class="cline-any cline-
|
|
607
|
-
<span class="cline-any cline-
|
|
608
|
-
<span class="cline-any cline-
|
|
609
|
-
<span class="cline-any cline-
|
|
610
|
-
<span class="cline-any cline-
|
|
617
|
+
<span class="cline-any cline-no"> </span>
|
|
618
|
+
<span class="cline-any cline-no"> </span>
|
|
619
|
+
<span class="cline-any cline-no"> </span>
|
|
620
|
+
<span class="cline-any cline-no"> </span>
|
|
621
|
+
<span class="cline-any cline-no"> </span>
|
|
622
|
+
<span class="cline-any cline-no"> </span>
|
|
611
623
|
<span class="cline-any cline-neutral"> </span>
|
|
612
|
-
<span class="cline-any cline-
|
|
613
|
-
<span class="cline-any cline-
|
|
614
|
-
<span class="cline-any cline-
|
|
615
|
-
<span class="cline-any cline-
|
|
616
|
-
<span class="cline-any cline-
|
|
617
|
-
<span class="cline-any cline-
|
|
624
|
+
<span class="cline-any cline-no"> </span>
|
|
625
|
+
<span class="cline-any cline-no"> </span>
|
|
626
|
+
<span class="cline-any cline-no"> </span>
|
|
627
|
+
<span class="cline-any cline-no"> </span>
|
|
628
|
+
<span class="cline-any cline-no"> </span>
|
|
629
|
+
<span class="cline-any cline-no"> </span>
|
|
618
630
|
<span class="cline-any cline-neutral"> </span>
|
|
619
631
|
<span class="cline-any cline-neutral"> </span>
|
|
620
632
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -671,173 +683,185 @@
|
|
|
671
683
|
<span class="cline-any cline-neutral"> </span>
|
|
672
684
|
<span class="cline-any cline-neutral"> </span>
|
|
673
685
|
<span class="cline-any cline-neutral"> </span>
|
|
674
|
-
<span class="cline-any cline-
|
|
675
|
-
<span class="cline-any cline-yes">1x</span>
|
|
676
|
-
<span class="cline-any cline-yes">15x</span>
|
|
677
|
-
<span class="cline-any cline-yes">96x</span>
|
|
678
|
-
<span class="cline-any cline-yes">96x</span>
|
|
679
|
-
<span class="cline-any cline-yes">1x</span>
|
|
680
|
-
<span class="cline-any cline-yes">1x</span>
|
|
686
|
+
<span class="cline-any cline-no"> </span>
|
|
681
687
|
<span class="cline-any cline-neutral"> </span>
|
|
682
|
-
<span class="cline-any cline-
|
|
683
|
-
<span class="cline-any cline-
|
|
684
|
-
<span class="cline-any cline-
|
|
685
|
-
<span class="cline-any cline-
|
|
686
|
-
<span class="cline-any cline-
|
|
687
|
-
<span class="cline-any cline-
|
|
688
|
+
<span class="cline-any cline-no"> </span>
|
|
689
|
+
<span class="cline-any cline-no"> </span>
|
|
690
|
+
<span class="cline-any cline-no"> </span>
|
|
691
|
+
<span class="cline-any cline-no"> </span>
|
|
692
|
+
<span class="cline-any cline-no"> </span>
|
|
693
|
+
<span class="cline-any cline-no"> </span>
|
|
694
|
+
<span class="cline-any cline-no"> </span>
|
|
688
695
|
<span class="cline-any cline-neutral"> </span>
|
|
689
|
-
<span class="cline-any cline-
|
|
690
|
-
<span class="cline-any cline-
|
|
691
|
-
<span class="cline-any cline-
|
|
692
|
-
<span class="cline-any cline-
|
|
693
|
-
<span class="cline-any cline-
|
|
694
|
-
<span class="cline-any cline-
|
|
695
|
-
<span class="cline-any cline-yes">1x</span>
|
|
696
|
-
<span class="cline-any cline-yes">1x</span>
|
|
697
|
-
<span class="cline-any cline-yes">1x</span>
|
|
698
|
-
<span class="cline-any cline-yes">1x</span>
|
|
696
|
+
<span class="cline-any cline-no"> </span>
|
|
697
|
+
<span class="cline-any cline-no"> </span>
|
|
698
|
+
<span class="cline-any cline-no"> </span>
|
|
699
|
+
<span class="cline-any cline-no"> </span>
|
|
700
|
+
<span class="cline-any cline-no"> </span>
|
|
701
|
+
<span class="cline-any cline-no"> </span>
|
|
699
702
|
<span class="cline-any cline-neutral"> </span>
|
|
700
|
-
<span class="cline-any cline-
|
|
701
|
-
<span class="cline-any cline-
|
|
702
|
-
<span class="cline-any cline-
|
|
703
|
-
<span class="cline-any cline-
|
|
704
|
-
<span class="cline-any cline-
|
|
705
|
-
<span class="cline-any cline-
|
|
706
|
-
<span class="cline-any cline-
|
|
707
|
-
<span class="cline-any cline-
|
|
708
|
-
<span class="cline-any cline-
|
|
703
|
+
<span class="cline-any cline-no"> </span>
|
|
704
|
+
<span class="cline-any cline-no"> </span>
|
|
705
|
+
<span class="cline-any cline-no"> </span>
|
|
706
|
+
<span class="cline-any cline-no"> </span>
|
|
707
|
+
<span class="cline-any cline-no"> </span>
|
|
708
|
+
<span class="cline-any cline-no"> </span>
|
|
709
|
+
<span class="cline-any cline-no"> </span>
|
|
710
|
+
<span class="cline-any cline-no"> </span>
|
|
711
|
+
<span class="cline-any cline-no"> </span>
|
|
712
|
+
<span class="cline-any cline-no"> </span>
|
|
709
713
|
<span class="cline-any cline-neutral"> </span>
|
|
710
|
-
<span class="cline-any cline-
|
|
711
|
-
<span class="cline-any cline-
|
|
712
|
-
<span class="cline-any cline-
|
|
713
|
-
<span class="cline-any cline-
|
|
714
|
-
<span class="cline-any cline-
|
|
715
|
-
<span class="cline-any cline-
|
|
716
|
-
<span class="cline-any cline-
|
|
717
|
-
<span class="cline-any cline-
|
|
718
|
-
<span class="cline-any cline-
|
|
714
|
+
<span class="cline-any cline-no"> </span>
|
|
715
|
+
<span class="cline-any cline-no"> </span>
|
|
716
|
+
<span class="cline-any cline-no"> </span>
|
|
717
|
+
<span class="cline-any cline-no"> </span>
|
|
718
|
+
<span class="cline-any cline-no"> </span>
|
|
719
|
+
<span class="cline-any cline-no"> </span>
|
|
720
|
+
<span class="cline-any cline-no"> </span>
|
|
721
|
+
<span class="cline-any cline-no"> </span>
|
|
722
|
+
<span class="cline-any cline-no"> </span>
|
|
719
723
|
<span class="cline-any cline-neutral"> </span>
|
|
720
|
-
<span class="cline-any cline-
|
|
721
|
-
<span class="cline-any cline-
|
|
722
|
-
<span class="cline-any cline-
|
|
723
|
-
<span class="cline-any cline-
|
|
724
|
-
<span class="cline-any cline-
|
|
725
|
-
<span class="cline-any cline-
|
|
726
|
-
<span class="cline-any cline-
|
|
727
|
-
<span class="cline-any cline-
|
|
728
|
-
<span class="cline-any cline-
|
|
724
|
+
<span class="cline-any cline-no"> </span>
|
|
725
|
+
<span class="cline-any cline-no"> </span>
|
|
726
|
+
<span class="cline-any cline-no"> </span>
|
|
727
|
+
<span class="cline-any cline-no"> </span>
|
|
728
|
+
<span class="cline-any cline-no"> </span>
|
|
729
|
+
<span class="cline-any cline-no"> </span>
|
|
730
|
+
<span class="cline-any cline-no"> </span>
|
|
731
|
+
<span class="cline-any cline-no"> </span>
|
|
732
|
+
<span class="cline-any cline-no"> </span>
|
|
729
733
|
<span class="cline-any cline-neutral"> </span>
|
|
730
|
-
<span class="cline-any cline-
|
|
731
|
-
<span class="cline-any cline-
|
|
732
|
-
<span class="cline-any cline-
|
|
733
|
-
<span class="cline-any cline-
|
|
734
|
-
<span class="cline-any cline-
|
|
735
|
-
<span class="cline-any cline-
|
|
736
|
-
<span class="cline-any cline-
|
|
737
|
-
<span class="cline-any cline-
|
|
738
|
-
<span class="cline-any cline-
|
|
739
|
-
<span class="cline-any cline-yes">1x</span>
|
|
734
|
+
<span class="cline-any cline-no"> </span>
|
|
735
|
+
<span class="cline-any cline-no"> </span>
|
|
736
|
+
<span class="cline-any cline-no"> </span>
|
|
737
|
+
<span class="cline-any cline-no"> </span>
|
|
738
|
+
<span class="cline-any cline-no"> </span>
|
|
739
|
+
<span class="cline-any cline-no"> </span>
|
|
740
|
+
<span class="cline-any cline-no"> </span>
|
|
741
|
+
<span class="cline-any cline-no"> </span>
|
|
742
|
+
<span class="cline-any cline-no"> </span>
|
|
740
743
|
<span class="cline-any cline-neutral"> </span>
|
|
741
|
-
<span class="cline-any cline-
|
|
742
|
-
<span class="cline-any cline-
|
|
743
|
-
<span class="cline-any cline-
|
|
744
|
-
<span class="cline-any cline-
|
|
745
|
-
<span class="cline-any cline-
|
|
746
|
-
<span class="cline-any cline-
|
|
747
|
-
<span class="cline-any cline-
|
|
748
|
-
<span class="cline-any cline-
|
|
749
|
-
<span class="cline-any cline-
|
|
744
|
+
<span class="cline-any cline-no"> </span>
|
|
745
|
+
<span class="cline-any cline-no"> </span>
|
|
746
|
+
<span class="cline-any cline-no"> </span>
|
|
747
|
+
<span class="cline-any cline-no"> </span>
|
|
748
|
+
<span class="cline-any cline-no"> </span>
|
|
749
|
+
<span class="cline-any cline-no"> </span>
|
|
750
|
+
<span class="cline-any cline-no"> </span>
|
|
751
|
+
<span class="cline-any cline-no"> </span>
|
|
752
|
+
<span class="cline-any cline-no"> </span>
|
|
753
|
+
<span class="cline-any cline-no"> </span>
|
|
750
754
|
<span class="cline-any cline-neutral"> </span>
|
|
751
|
-
<span class="cline-any cline-
|
|
752
|
-
<span class="cline-any cline-
|
|
753
|
-
<span class="cline-any cline-
|
|
754
|
-
<span class="cline-any cline-
|
|
755
|
-
<span class="cline-any cline-
|
|
756
|
-
<span class="cline-any cline-
|
|
757
|
-
<span class="cline-any cline-
|
|
758
|
-
<span class="cline-any cline-
|
|
759
|
-
<span class="cline-any cline-
|
|
755
|
+
<span class="cline-any cline-no"> </span>
|
|
756
|
+
<span class="cline-any cline-no"> </span>
|
|
757
|
+
<span class="cline-any cline-no"> </span>
|
|
758
|
+
<span class="cline-any cline-no"> </span>
|
|
759
|
+
<span class="cline-any cline-no"> </span>
|
|
760
|
+
<span class="cline-any cline-no"> </span>
|
|
761
|
+
<span class="cline-any cline-no"> </span>
|
|
762
|
+
<span class="cline-any cline-no"> </span>
|
|
763
|
+
<span class="cline-any cline-no"> </span>
|
|
760
764
|
<span class="cline-any cline-neutral"> </span>
|
|
761
|
-
<span class="cline-any cline-
|
|
762
|
-
<span class="cline-any cline-
|
|
763
|
-
<span class="cline-any cline-
|
|
764
|
-
<span class="cline-any cline-
|
|
765
|
-
<span class="cline-any cline-
|
|
766
|
-
<span class="cline-any cline-
|
|
767
|
-
<span class="cline-any cline-
|
|
768
|
-
<span class="cline-any cline-
|
|
769
|
-
<span class="cline-any cline-
|
|
765
|
+
<span class="cline-any cline-no"> </span>
|
|
766
|
+
<span class="cline-any cline-no"> </span>
|
|
767
|
+
<span class="cline-any cline-no"> </span>
|
|
768
|
+
<span class="cline-any cline-no"> </span>
|
|
769
|
+
<span class="cline-any cline-no"> </span>
|
|
770
|
+
<span class="cline-any cline-no"> </span>
|
|
771
|
+
<span class="cline-any cline-no"> </span>
|
|
772
|
+
<span class="cline-any cline-no"> </span>
|
|
773
|
+
<span class="cline-any cline-no"> </span>
|
|
774
|
+
<span class="cline-any cline-neutral"> </span>
|
|
775
|
+
<span class="cline-any cline-no"> </span>
|
|
776
|
+
<span class="cline-any cline-no"> </span>
|
|
777
|
+
<span class="cline-any cline-no"> </span>
|
|
778
|
+
<span class="cline-any cline-no"> </span>
|
|
779
|
+
<span class="cline-any cline-no"> </span>
|
|
780
|
+
<span class="cline-any cline-no"> </span>
|
|
781
|
+
<span class="cline-any cline-no"> </span>
|
|
782
|
+
<span class="cline-any cline-no"> </span>
|
|
783
|
+
<span class="cline-any cline-no"> </span>
|
|
784
|
+
<span class="cline-any cline-neutral"> </span>
|
|
785
|
+
<span class="cline-any cline-no"> </span>
|
|
786
|
+
<span class="cline-any cline-no"> </span>
|
|
787
|
+
<span class="cline-any cline-no"> </span>
|
|
788
|
+
<span class="cline-any cline-no"> </span>
|
|
789
|
+
<span class="cline-any cline-no"> </span>
|
|
790
|
+
<span class="cline-any cline-no"> </span>
|
|
791
|
+
<span class="cline-any cline-no"> </span>
|
|
792
|
+
<span class="cline-any cline-no"> </span>
|
|
793
|
+
<span class="cline-any cline-no"> </span>
|
|
794
|
+
<span class="cline-any cline-neutral"> </span>
|
|
795
|
+
<span class="cline-any cline-no"> </span>
|
|
796
|
+
<span class="cline-any cline-no"> </span>
|
|
797
|
+
<span class="cline-any cline-no"> </span>
|
|
798
|
+
<span class="cline-any cline-no"> </span>
|
|
799
|
+
<span class="cline-any cline-no"> </span>
|
|
800
|
+
<span class="cline-any cline-no"> </span>
|
|
801
|
+
<span class="cline-any cline-no"> </span>
|
|
802
|
+
<span class="cline-any cline-no"> </span>
|
|
803
|
+
<span class="cline-any cline-no"> </span>
|
|
804
|
+
<span class="cline-any cline-neutral"> </span>
|
|
805
|
+
<span class="cline-any cline-no"> </span>
|
|
806
|
+
<span class="cline-any cline-no"> </span>
|
|
807
|
+
<span class="cline-any cline-no"> </span>
|
|
808
|
+
<span class="cline-any cline-no"> </span>
|
|
809
|
+
<span class="cline-any cline-no"> </span>
|
|
810
|
+
<span class="cline-any cline-no"> </span>
|
|
811
|
+
<span class="cline-any cline-no"> </span>
|
|
812
|
+
<span class="cline-any cline-no"> </span>
|
|
813
|
+
<span class="cline-any cline-no"> </span>
|
|
814
|
+
<span class="cline-any cline-neutral"> </span>
|
|
815
|
+
<span class="cline-any cline-no"> </span>
|
|
816
|
+
<span class="cline-any cline-no"> </span>
|
|
817
|
+
<span class="cline-any cline-no"> </span>
|
|
818
|
+
<span class="cline-any cline-no"> </span>
|
|
819
|
+
<span class="cline-any cline-no"> </span>
|
|
820
|
+
<span class="cline-any cline-no"> </span>
|
|
821
|
+
<span class="cline-any cline-no"> </span>
|
|
822
|
+
<span class="cline-any cline-no"> </span>
|
|
823
|
+
<span class="cline-any cline-no"> </span>
|
|
824
|
+
<span class="cline-any cline-neutral"> </span>
|
|
825
|
+
<span class="cline-any cline-no"> </span>
|
|
826
|
+
<span class="cline-any cline-no"> </span>
|
|
827
|
+
<span class="cline-any cline-no"> </span>
|
|
828
|
+
<span class="cline-any cline-no"> </span>
|
|
829
|
+
<span class="cline-any cline-no"> </span>
|
|
830
|
+
<span class="cline-any cline-no"> </span>
|
|
831
|
+
<span class="cline-any cline-no"> </span>
|
|
832
|
+
<span class="cline-any cline-no"> </span>
|
|
833
|
+
<span class="cline-any cline-no"> </span>
|
|
834
|
+
<span class="cline-any cline-neutral"> </span>
|
|
835
|
+
<span class="cline-any cline-no"> </span>
|
|
836
|
+
<span class="cline-any cline-no"> </span>
|
|
837
|
+
<span class="cline-any cline-no"> </span>
|
|
838
|
+
<span class="cline-any cline-no"> </span>
|
|
839
|
+
<span class="cline-any cline-no"> </span>
|
|
840
|
+
<span class="cline-any cline-no"> </span>
|
|
841
|
+
<span class="cline-any cline-no"> </span>
|
|
842
|
+
<span class="cline-any cline-no"> </span>
|
|
843
|
+
<span class="cline-any cline-no"> </span>
|
|
844
|
+
<span class="cline-any cline-neutral"> </span>
|
|
845
|
+
<span class="cline-any cline-no"> </span>
|
|
846
|
+
<span class="cline-any cline-no"> </span>
|
|
847
|
+
<span class="cline-any cline-no"> </span>
|
|
848
|
+
<span class="cline-any cline-no"> </span>
|
|
849
|
+
<span class="cline-any cline-no"> </span>
|
|
850
|
+
<span class="cline-any cline-no"> </span>
|
|
851
|
+
<span class="cline-any cline-no"> </span>
|
|
852
|
+
<span class="cline-any cline-no"> </span>
|
|
853
|
+
<span class="cline-any cline-no"> </span>
|
|
770
854
|
<span class="cline-any cline-neutral"> </span>
|
|
771
|
-
<span class="cline-any cline-yes">1x</span>
|
|
772
|
-
<span class="cline-any cline-yes">1x</span>
|
|
773
|
-
<span class="cline-any cline-yes">1x</span>
|
|
774
|
-
<span class="cline-any cline-yes">1x</span>
|
|
775
|
-
<span class="cline-any cline-yes">1x</span>
|
|
776
|
-
<span class="cline-any cline-yes">1x</span>
|
|
777
|
-
<span class="cline-any cline-yes">1x</span>
|
|
778
|
-
<span class="cline-any cline-yes">1x</span>
|
|
779
|
-
<span class="cline-any cline-yes">1x</span>
|
|
780
855
|
<span class="cline-any cline-neutral"> </span>
|
|
781
|
-
<span class="cline-any cline-yes">1x</span>
|
|
782
|
-
<span class="cline-any cline-yes">1x</span>
|
|
783
|
-
<span class="cline-any cline-yes">1x</span>
|
|
784
|
-
<span class="cline-any cline-yes">1x</span>
|
|
785
|
-
<span class="cline-any cline-yes">1x</span>
|
|
786
|
-
<span class="cline-any cline-yes">1x</span>
|
|
787
|
-
<span class="cline-any cline-yes">1x</span>
|
|
788
|
-
<span class="cline-any cline-yes">1x</span>
|
|
789
|
-
<span class="cline-any cline-yes">1x</span>
|
|
790
856
|
<span class="cline-any cline-neutral"> </span>
|
|
791
|
-
<span class="cline-any cline-yes">1x</span>
|
|
792
|
-
<span class="cline-any cline-yes">1x</span>
|
|
793
|
-
<span class="cline-any cline-yes">1x</span>
|
|
794
|
-
<span class="cline-any cline-yes">1x</span>
|
|
795
|
-
<span class="cline-any cline-yes">1x</span>
|
|
796
|
-
<span class="cline-any cline-yes">1x</span>
|
|
797
|
-
<span class="cline-any cline-yes">1x</span>
|
|
798
|
-
<span class="cline-any cline-yes">1x</span>
|
|
799
|
-
<span class="cline-any cline-yes">1x</span>
|
|
800
857
|
<span class="cline-any cline-neutral"> </span>
|
|
801
858
|
<span class="cline-any cline-yes">1x</span>
|
|
802
|
-
<span class="cline-any cline-yes">1x</span>
|
|
803
|
-
<span class="cline-any cline-yes">1x</span>
|
|
804
|
-
<span class="cline-any cline-yes">1x</span>
|
|
805
|
-
<span class="cline-any cline-yes">1x</span>
|
|
806
|
-
<span class="cline-any cline-yes">1x</span>
|
|
807
|
-
<span class="cline-any cline-yes">1x</span>
|
|
808
|
-
<span class="cline-any cline-yes">1x</span>
|
|
809
|
-
<span class="cline-any cline-yes">1x</span>
|
|
810
859
|
<span class="cline-any cline-neutral"> </span>
|
|
811
|
-
<span class="cline-any cline-yes">1x</span>
|
|
812
|
-
<span class="cline-any cline-yes">1x</span>
|
|
813
|
-
<span class="cline-any cline-yes">1x</span>
|
|
814
|
-
<span class="cline-any cline-yes">1x</span>
|
|
815
|
-
<span class="cline-any cline-yes">1x</span>
|
|
816
|
-
<span class="cline-any cline-yes">1x</span>
|
|
817
|
-
<span class="cline-any cline-yes">1x</span>
|
|
818
|
-
<span class="cline-any cline-yes">1x</span>
|
|
819
|
-
<span class="cline-any cline-yes">1x</span>
|
|
820
860
|
<span class="cline-any cline-neutral"> </span>
|
|
821
861
|
<span class="cline-any cline-yes">1x</span>
|
|
822
862
|
<span class="cline-any cline-yes">1x</span>
|
|
823
863
|
<span class="cline-any cline-yes">1x</span>
|
|
824
864
|
<span class="cline-any cline-yes">1x</span>
|
|
825
|
-
<span class="cline-any cline-yes">1x</span>
|
|
826
|
-
<span class="cline-any cline-yes">1x</span>
|
|
827
|
-
<span class="cline-any cline-yes">1x</span>
|
|
828
|
-
<span class="cline-any cline-yes">1x</span>
|
|
829
|
-
<span class="cline-any cline-yes">1x</span>
|
|
830
|
-
<span class="cline-any cline-neutral"> </span>
|
|
831
|
-
<span class="cline-any cline-yes">1x</span>
|
|
832
|
-
<span class="cline-any cline-yes">1x</span>
|
|
833
|
-
<span class="cline-any cline-yes">1x</span>
|
|
834
|
-
<span class="cline-any cline-yes">1x</span>
|
|
835
|
-
<span class="cline-any cline-yes">1x</span>
|
|
836
|
-
<span class="cline-any cline-yes">1x</span>
|
|
837
|
-
<span class="cline-any cline-yes">1x</span>
|
|
838
|
-
<span class="cline-any cline-yes">1x</span>
|
|
839
|
-
<span class="cline-any cline-yes">1x</span>
|
|
840
|
-
<span class="cline-any cline-neutral"> </span>
|
|
841
865
|
<span class="cline-any cline-neutral"> </span>
|
|
842
866
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">// noinspection DuplicatedCode
|
|
843
867
|
|
|
@@ -857,7 +881,7 @@ const defs: TProps =
|
|
|
857
881
|
, body: ``
|
|
858
882
|
};
|
|
859
883
|
type Story = StoryObj<TProps>;
|
|
860
|
-
function sleep(
|
|
884
|
+
function <span class="fstat-no" title="function not covered" >sleep(m</span>s: number) { <span class="cstat-no" title="statement not covered" >return new Promise(<span class="fstat-no" title="function not covered" >(r</span>esolve) => <span class="cstat-no" title="statement not covered" >setTimeout(resolve, ms))</span>; }</span>
|
|
861
885
|
|
|
862
886
|
function render(args: TProps)
|
|
863
887
|
{
|
|
@@ -868,13 +892,13 @@ function render(args: TProps)
|
|
|
868
892
|
|
|
869
893
|
<custom-element>
|
|
870
894
|
<template><!-- wrapping into template to prevent images loading within DCE declaration -->
|
|
871
|
-
<local-storage
|
|
872
|
-
key="${ key }"
|
|
873
|
-
slice="${ slice }"
|
|
874
|
-
${ live ? `live="${live }"`:''}
|
|
875
|
-
${ value ? `value="${value }"`:''}
|
|
895
|
+
<local-storage
|
|
896
|
+
key="${ key }"
|
|
897
|
+
slice="${ slice }"
|
|
898
|
+
${ live ? `live="${live }"`:''}
|
|
899
|
+
${ value ? `value="${value }"`:''}
|
|
876
900
|
></local-storage>
|
|
877
|
-
|
|
901
|
+
|
|
878
902
|
<br/>
|
|
879
903
|
<var>${key}</var>:<code data-testid="slice-value">{ //slice/${slice} }</code>
|
|
880
904
|
<br/>
|
|
@@ -894,40 +918,40 @@ export default meta;
|
|
|
894
918
|
export const Demo:Story =
|
|
895
919
|
{ args : {title: 'live value', live:'live', body:`
|
|
896
920
|
<input placeholder="value for localStorage" id="textinput"
|
|
897
|
-
slice="${defs.slice}"
|
|
921
|
+
slice="${defs.slice}"
|
|
898
922
|
value="{ //${defs.slice} ?? '${ defs.value }' }"/>
|
|
899
923
|
<button onclick="localStorage.setItem('${defs.key}',textinput.value )">set</button>
|
|
900
924
|
<button onclick="localStorage.setItem('${defs.key}','text value' )">text value</button>
|
|
901
|
-
<button onclick="localStorage.setItem('${defs.key}','another text')">another text</button>
|
|
902
|
-
<button onclick="localStorage.removeItem('${defs.key}' )">set blank</button>
|
|
925
|
+
<button onclick="localStorage.setItem('${defs.key}','another text')">another text</button>
|
|
926
|
+
<button onclick="localStorage.removeItem('${defs.key}' )">set blank</button>
|
|
903
927
|
`}
|
|
904
|
-
, play: async ({canvasElement}) =>
|
|
928
|
+
, play: <span class="fstat-no" title="function not covered" >async ({</span>canvasElement}) =>
|
|
905
929
|
{
|
|
906
|
-
const canvas = within(canvasElement)
|
|
907
|
-
await canvas.findByText(Demo.args!.title as string)
|
|
908
|
-
const val = ()=>
|
|
909
|
-
, byText = txt =>
|
|
930
|
+
const canvas = <span class="cstat-no" title="statement not covered" >within(canvasElement);</span>
|
|
931
|
+
<span class="cstat-no" title="statement not covered" > await canvas.findByText(Demo.args!.title as string);</span>
|
|
932
|
+
const val = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()=> <span class="cstat-no" title="statement not covered" >c</span>anvas.getByTestId('slice-value').textContent</span></span>
|
|
933
|
+
, byText = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >txt => <span class="cstat-no" title="statement not covered" >c</span>anvas.getByText(txt);</span></span>
|
|
910
934
|
|
|
911
|
-
byText('set blank').click()
|
|
912
|
-
expect(localStorage.getItem(defs.key)).toEqual(null, 'from localStorage')
|
|
913
|
-
expect( val() ).toEqual('')
|
|
914
|
-
byText('text value').click()
|
|
915
|
-
await sleep(10)
|
|
916
|
-
expect( val() ).toEqual('text value')
|
|
935
|
+
<span class="cstat-no" title="statement not covered" > byText('set blank').click();</span>
|
|
936
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem(defs.key)).toEqual(null, 'from localStorage');</span>
|
|
937
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('');</span>
|
|
938
|
+
<span class="cstat-no" title="statement not covered" > byText('text value').click();</span>
|
|
939
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
940
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('text value');</span>
|
|
917
941
|
|
|
918
|
-
window['textinput'].value = 'textinput.value'
|
|
919
|
-
byText('set').click()
|
|
920
|
-
await sleep(10)
|
|
921
|
-
expect( val() ).toEqual('textinput.value')
|
|
942
|
+
<span class="cstat-no" title="statement not covered" > window['textinput'].value = 'textinput.value';</span>
|
|
943
|
+
<span class="cstat-no" title="statement not covered" > byText('set').click();</span>
|
|
944
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
945
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('textinput.value');</span>
|
|
922
946
|
|
|
923
|
-
byText('another text').click()
|
|
924
|
-
await sleep(10)
|
|
925
|
-
expect( val() ).toEqual('another text')
|
|
947
|
+
<span class="cstat-no" title="statement not covered" > byText('another text').click();</span>
|
|
948
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
949
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('another text');</span>
|
|
926
950
|
|
|
927
951
|
|
|
928
|
-
byText('set blank').click()
|
|
929
|
-
await sleep(10)
|
|
930
|
-
expect( val() ).toEqual('')
|
|
952
|
+
<span class="cstat-no" title="statement not covered" > byText('set blank').click();</span>
|
|
953
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
954
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('');</span>
|
|
931
955
|
},
|
|
932
956
|
};
|
|
933
957
|
|
|
@@ -935,31 +959,31 @@ export const Demo:Story =
|
|
|
935
959
|
export const AlwaysOverride:Story =
|
|
936
960
|
{ args : {title: 'AlwaysOverride', live:'', value:'ABC', body:`
|
|
937
961
|
buttons are changing the localStorage value, but without 'live' attribute slice ^^ from <i>local-storage</i> is not updated<br/>
|
|
938
|
-
<button onclick="localStorage.setItem('${defs.key}','text value' )">text value</button>
|
|
939
|
-
<button onclick="localStorage.removeItem('${defs.key}' )">set blank</button>
|
|
962
|
+
<button onclick="localStorage.setItem('${defs.key}','text value' )">text value</button>
|
|
963
|
+
<button onclick="localStorage.removeItem('${defs.key}' )">set blank</button>
|
|
940
964
|
`}
|
|
941
|
-
, play: async ({canvasElement}) =>
|
|
965
|
+
, play: <span class="fstat-no" title="function not covered" >async ({</span>canvasElement}) =>
|
|
942
966
|
{
|
|
943
|
-
const canvas = within(canvasElement)
|
|
944
|
-
await canvas.findByText(AlwaysOverride.args!.title as string)
|
|
945
|
-
const val = ()=>
|
|
946
|
-
, byText = txt =>
|
|
967
|
+
const canvas = <span class="cstat-no" title="statement not covered" >within(canvasElement);</span>
|
|
968
|
+
<span class="cstat-no" title="statement not covered" > await canvas.findByText(AlwaysOverride.args!.title as string);</span>
|
|
969
|
+
const val = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()=> <span class="cstat-no" title="statement not covered" >c</span>anvas.getByTestId('slice-value').textContent</span></span>
|
|
970
|
+
, byText = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >txt => <span class="cstat-no" title="statement not covered" >c</span>anvas.getByText(txt);</span></span>
|
|
947
971
|
|
|
948
|
-
expect(localStorage.getItem(defs.key)).toEqual('ABC', 'from localStorage')
|
|
972
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem(defs.key)).toEqual('ABC', 'from localStorage');</span>
|
|
949
973
|
|
|
950
|
-
byText('set blank').click()
|
|
951
|
-
expect(localStorage.getItem(defs.key)).toEqual(null, 'from localStorage')
|
|
952
|
-
await sleep(10)
|
|
953
|
-
expect( val() ).toEqual('ABC')
|
|
974
|
+
<span class="cstat-no" title="statement not covered" > byText('set blank').click();</span>
|
|
975
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem(defs.key)).toEqual(null, 'from localStorage');</span>
|
|
976
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
977
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('ABC');</span>
|
|
954
978
|
|
|
955
|
-
byText('text value').click()
|
|
956
|
-
await sleep(10)
|
|
957
|
-
expect(localStorage.getItem(defs.key)).toEqual('text value', 'from localStorage')
|
|
958
|
-
expect( val() ).toEqual('ABC')
|
|
979
|
+
<span class="cstat-no" title="statement not covered" > byText('text value').click();</span>
|
|
980
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
981
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem(defs.key)).toEqual('text value', 'from localStorage');</span>
|
|
982
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('ABC');</span>
|
|
959
983
|
|
|
960
|
-
byText('set blank').click()
|
|
961
|
-
await sleep(10)
|
|
962
|
-
expect( val() ).toEqual('ABC')
|
|
984
|
+
<span class="cstat-no" title="statement not covered" > byText('set blank').click();</span>
|
|
985
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
986
|
+
<span class="cstat-no" title="statement not covered" > expect( val() ).toEqual('ABC');</span>
|
|
963
987
|
},
|
|
964
988
|
};
|
|
965
989
|
|
|
@@ -977,39 +1001,39 @@ export const FromStorageWithDefault:Story =
|
|
|
977
1001
|
//attr3-key: <code data-testid="key3-value">{//attr3-key}</code><br/>
|
|
978
1002
|
<button onclick="localStorage.clear()">clear localStorage</button>
|
|
979
1003
|
`}
|
|
980
|
-
, play: async ({canvasElement}) =>
|
|
1004
|
+
, play: <span class="fstat-no" title="function not covered" >async ({</span>canvasElement}) =>
|
|
981
1005
|
{
|
|
982
|
-
const canvas = within(canvasElement)
|
|
983
|
-
await canvas.findByText(FromStorageWithDefault.args!.title as string)
|
|
984
|
-
const byText = txt =>
|
|
1006
|
+
const canvas = <span class="cstat-no" title="statement not covered" >within(canvasElement);</span>
|
|
1007
|
+
<span class="cstat-no" title="statement not covered" > await canvas.findByText(FromStorageWithDefault.args!.title as string);</span>
|
|
1008
|
+
const byText = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >txt => <span class="cstat-no" title="statement not covered" >c</span>anvas.getByText(txt);</span></span>
|
|
985
1009
|
|
|
986
|
-
expect(localStorage.getItem(defs.key)).toEqual('ABC', 'from localStorage')
|
|
987
|
-
byText('clear localStorage').click()
|
|
1010
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem(defs.key)).toEqual('ABC', 'from localStorage');</span>
|
|
1011
|
+
<span class="cstat-no" title="statement not covered" > byText('clear localStorage').click();</span>
|
|
988
1012
|
|
|
989
|
-
expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')
|
|
990
|
-
expect( canvas.getByTestId('key2-value' ).textContent).toEqual('DEF2')
|
|
991
|
-
expect( canvas.getByTestId('key3-value' ).textContent).toEqual('DEF3')
|
|
1013
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')</span>
|
|
1014
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key2-value' ).textContent).toEqual('DEF2')</span>
|
|
1015
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key3-value' ).textContent).toEqual('DEF3')</span>
|
|
992
1016
|
|
|
993
|
-
byText('update attr2-key value').click()
|
|
994
|
-
expect(localStorage.getItem('attr2Key')).toEqual('attr2Key value', 'from localStorage')
|
|
995
|
-
await sleep(10)
|
|
996
|
-
expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')
|
|
997
|
-
expect( canvas.getByTestId('key2-value' ).textContent).toEqual('attr2Key value')
|
|
998
|
-
expect( canvas.getByTestId('key3-value' ).textContent).toEqual('DEF3')
|
|
1017
|
+
<span class="cstat-no" title="statement not covered" > byText('update attr2-key value').click();</span>
|
|
1018
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem('attr2Key')).toEqual('attr2Key value', 'from localStorage');</span>
|
|
1019
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1020
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')</span>
|
|
1021
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key2-value' ).textContent).toEqual('attr2Key value')</span>
|
|
1022
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key3-value' ).textContent).toEqual('DEF3')</span>
|
|
999
1023
|
|
|
1000
|
-
byText('update attr3-key value').click()
|
|
1001
|
-
expect(localStorage.getItem('attr3Key')).toEqual('attr3Key value', 'from localStorage')
|
|
1002
|
-
await sleep(10)
|
|
1003
|
-
expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')
|
|
1004
|
-
expect( canvas.getByTestId('key2-value' ).textContent).toEqual('attr2Key value')
|
|
1005
|
-
expect( canvas.getByTestId('key3-value' ).textContent).toEqual('attr3Key value')
|
|
1024
|
+
<span class="cstat-no" title="statement not covered" > byText('update attr3-key value').click();</span>
|
|
1025
|
+
<span class="cstat-no" title="statement not covered" > expect(localStorage.getItem('attr3Key')).toEqual('attr3Key value', 'from localStorage');</span>
|
|
1026
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1027
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('slice-value').textContent).toEqual('ABC')</span>
|
|
1028
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key2-value' ).textContent).toEqual('attr2Key value')</span>
|
|
1029
|
+
<span class="cstat-no" title="statement not covered" > expect( canvas.getByTestId('key3-value' ).textContent).toEqual('attr3Key value')</span>
|
|
1006
1030
|
|
|
1007
1031
|
},
|
|
1008
1032
|
};
|
|
1009
1033
|
|
|
1010
1034
|
export const TypeAttribute:Story =
|
|
1011
1035
|
{ args : {title: 'local-storage type attribute variations', body:`
|
|
1012
|
-
|
|
1036
|
+
|
|
1013
1037
|
<local-storage key="textKey" slice="text-key" type="text" live="live"></local-storage>
|
|
1014
1038
|
<local-storage key="dateKey" slice="date-key" type="date" live="live"></local-storage>
|
|
1015
1039
|
<local-storage key="timeKey" slice="time-key" type="time" live="live"></local-storage>
|
|
@@ -1057,176 +1081,188 @@ export const TypeAttribute:Story =
|
|
|
1057
1081
|
<div>{name()} : {.}</div>
|
|
1058
1082
|
</xsl:template>
|
|
1059
1083
|
`}
|
|
1060
|
-
, play: async ({canvasElement}) =>
|
|
1084
|
+
, play: <span class="fstat-no" title="function not covered" >async ({</span>canvasElement}) =>
|
|
1061
1085
|
{
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
const
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1086
|
+
<span class="cstat-no" title="statement not covered" > window['JsonSample'] = {a:1,b:'B'};</span>
|
|
1087
|
+
|
|
1088
|
+
const canvas = <span class="cstat-no" title="statement not covered" >within(canvasElement);</span>
|
|
1089
|
+
<span class="cstat-no" title="statement not covered" > await canvas.findByText(TypeAttribute.args!.title as string);</span>
|
|
1090
|
+
const byText = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >txt => <span class="cstat-no" title="statement not covered" >c</span>anvas.getByText(txt)</span></span>
|
|
1091
|
+
, val = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >testId => <span class="cstat-no" title="statement not covered" >c</span>anvas.getByTestId(testId).textContent</span></span>
|
|
1092
|
+
, expectVal = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(k</span>ey,value) => { <span class="cstat-no" title="statement not covered" >expect(val( key )).toEqual( value, key ) }</span>;</span>
|
|
1093
|
+
<span class="cstat-no" title="statement not covered" > localStorage.clear(); // cleanup before test</span>
|
|
1094
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1069
1095
|
|
|
1070
|
-
expectVal('text-key' ,'')
|
|
1071
|
-
expectVal('date-key' ,'')
|
|
1072
|
-
expectVal('time-key' ,'')
|
|
1073
|
-
expectVal('local-date-time','')
|
|
1074
|
-
expectVal('number-key' ,'NaN')
|
|
1075
|
-
expectVal('json-key' ,'')
|
|
1096
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'');</span>
|
|
1097
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'');</span>
|
|
1098
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'');</span>
|
|
1099
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','');</span>
|
|
1100
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN');</span>
|
|
1101
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'');</span>
|
|
1076
1102
|
|
|
1077
|
-
const input = canvasElement.querySelector('input')
|
|
1078
|
-
input.value='ABC'
|
|
1079
|
-
byText('set to all').click()
|
|
1080
|
-
await sleep(10)
|
|
1081
|
-
expectVal('text-key' ,'ABC')
|
|
1082
|
-
expectVal('date-key' ,'' )
|
|
1083
|
-
expectVal('time-key' ,'' )
|
|
1084
|
-
expectVal('local-date-time','' )
|
|
1085
|
-
expectVal('number-key' ,'NaN')
|
|
1086
|
-
expectVal('json-key' ,'')
|
|
1103
|
+
const input = <span class="cstat-no" title="statement not covered" >canvasElement.querySelector('input');</span>
|
|
1104
|
+
<span class="cstat-no" title="statement not covered" > input.value='ABC';</span>
|
|
1105
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1106
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1107
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'ABC');</span>
|
|
1108
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1109
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1110
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1111
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN');</span>
|
|
1112
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'');</span>
|
|
1087
1113
|
|
|
1088
|
-
input.value='22'
|
|
1089
|
-
byText('set to all').click()
|
|
1090
|
-
await sleep(10)
|
|
1091
|
-
expectVal('text-key' ,'22')
|
|
1092
|
-
expectVal('date-key' ,'' )
|
|
1093
|
-
expectVal('time-key' ,'' )
|
|
1094
|
-
expectVal('local-date-time','' )
|
|
1095
|
-
expectVal('number-key' ,'22')
|
|
1096
|
-
expectVal('json-key' ,'22')
|
|
1114
|
+
<span class="cstat-no" title="statement not covered" > input.value='22';</span>
|
|
1115
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1116
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1117
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'22');</span>
|
|
1118
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1119
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1120
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1121
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'22');</span>
|
|
1122
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'22');</span>
|
|
1097
1123
|
|
|
1098
|
-
input.value='2024'
|
|
1099
|
-
byText('set to all').click()
|
|
1100
|
-
await sleep(10)
|
|
1101
|
-
expectVal('text-key' ,'2024' )
|
|
1102
|
-
expectVal('date-key' ,'2024-01-01' )
|
|
1103
|
-
expectVal('time-key' ,'' )
|
|
1104
|
-
expectVal('local-date-time','' )
|
|
1105
|
-
expectVal('number-key' ,'2024' )
|
|
1106
|
-
expectVal('json-key' ,'2024' )
|
|
1124
|
+
<span class="cstat-no" title="statement not covered" > input.value='2024';</span>
|
|
1125
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1126
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1127
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'2024' );</span>
|
|
1128
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'2024-01-01' );</span>
|
|
1129
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1130
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1131
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'2024' );</span>
|
|
1132
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'2024' );</span>
|
|
1107
1133
|
|
|
1108
|
-
input.value='2024-04-20T03:58:42.131Z'
|
|
1109
|
-
byText('set to all').click()
|
|
1110
|
-
await sleep(10)
|
|
1111
|
-
expectVal('text-key' ,'2024-04-20T03:58:42.131Z' )
|
|
1112
|
-
expectVal('date-key' ,'2024-04-20' )
|
|
1113
|
-
expectVal('time-key' ,'' )
|
|
1114
|
-
expectVal('local-date-time','' )
|
|
1115
|
-
expectVal('number-key' ,'NaN' )
|
|
1116
|
-
expectVal('json-key' ,'' )
|
|
1134
|
+
<span class="cstat-no" title="statement not covered" > input.value='2024-04-20T03:58:42.131Z';</span>
|
|
1135
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1136
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1137
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'2024-04-20T03:58:42.131Z' );</span>
|
|
1138
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'2024-04-20' );</span>
|
|
1139
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1140
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1141
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1142
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1117
1143
|
|
|
1118
|
-
const nowStr = new Date(Date.now()).toISOString()
|
|
1119
|
-
input.value=nowStr
|
|
1120
|
-
byText('set to all').click()
|
|
1121
|
-
await sleep(10)
|
|
1122
|
-
expectVal('text-key' ,nowStr )
|
|
1123
|
-
expectVal('date-key' ,nowStr.substring(0,10) )
|
|
1124
|
-
expectVal('time-key' ,'' )
|
|
1125
|
-
expectVal('local-date-time','' )
|
|
1126
|
-
expectVal('number-key' ,'NaN' )
|
|
1127
|
-
expectVal('json-key' ,'' )
|
|
1144
|
+
const nowStr = <span class="cstat-no" title="statement not covered" >new Date(Date.now()).toISOString();</span>
|
|
1145
|
+
<span class="cstat-no" title="statement not covered" > input.value=nowStr;</span>
|
|
1146
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1147
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1148
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,nowStr );</span>
|
|
1149
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,nowStr.substring(0,10) );</span>
|
|
1150
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1151
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1152
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1153
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1128
1154
|
|
|
1129
|
-
input.value='23:25'
|
|
1130
|
-
byText('set to all').click()
|
|
1131
|
-
await sleep(10)
|
|
1132
|
-
expectVal('text-key' ,'23:25' )
|
|
1133
|
-
expectVal('date-key' ,'' )
|
|
1134
|
-
expectVal('time-key' ,'23:25' )
|
|
1135
|
-
expectVal('local-date-time','' )
|
|
1136
|
-
expectVal('number-key' ,'NaN' )
|
|
1137
|
-
expectVal('json-key' ,'' )
|
|
1155
|
+
<span class="cstat-no" title="statement not covered" > input.value='23:25';</span>
|
|
1156
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1157
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1158
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'23:25' );</span>
|
|
1159
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1160
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'23:25' );</span>
|
|
1161
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1162
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1163
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1138
1164
|
|
|
1139
|
-
input.value='1977-04-01T14:00:30'
|
|
1140
|
-
byText('set to all').click()
|
|
1141
|
-
await sleep(10)
|
|
1142
|
-
expectVal('text-key' ,'1977-04-01T14:00:30' )
|
|
1143
|
-
expectVal('date-key' ,'1977-04-01' )
|
|
1144
|
-
expectVal('time-key' ,'' )
|
|
1145
|
-
expectVal('local-date-time','1977-04-01T14:00:30' )
|
|
1146
|
-
expectVal('number-key' ,'NaN' )
|
|
1147
|
-
expectVal('json-key' ,'' )
|
|
1165
|
+
<span class="cstat-no" title="statement not covered" > input.value='1977-04-01T14:00:30';</span>
|
|
1166
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1167
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1168
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'1977-04-01T14:00:30' );</span>
|
|
1169
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'1977-04-01' );</span>
|
|
1170
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1171
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','1977-04-01T14:00:30' );</span>
|
|
1172
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1173
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1148
1174
|
|
|
1149
|
-
input.value='1.23456e+5'
|
|
1150
|
-
byText('set to all').click()
|
|
1151
|
-
await sleep(10)
|
|
1152
|
-
expectVal('text-key' ,'1.23456e+5')
|
|
1153
|
-
expectVal('date-key' ,'' )
|
|
1154
|
-
expectVal('time-key' ,'' )
|
|
1155
|
-
expectVal('local-date-time','' )
|
|
1156
|
-
expectVal('number-key' ,'123456' )
|
|
1157
|
-
expectVal('json-key' ,'123456' )
|
|
1175
|
+
<span class="cstat-no" title="statement not covered" > input.value='1.23456e+5';</span>
|
|
1176
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1177
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1178
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'1.23456e+5');</span>
|
|
1179
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1180
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1181
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1182
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'123456' );</span>
|
|
1183
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'123456' );</span>
|
|
1158
1184
|
|
|
1159
|
-
input.value='0001';// as YYYY for year
|
|
1160
|
-
byText('set to all').click()
|
|
1161
|
-
await sleep(10)
|
|
1162
|
-
expectVal('text-key' ,'0001')
|
|
1163
|
-
expectVal('date-key' ,'0001-01-01')
|
|
1164
|
-
expectVal('time-key' ,'' )
|
|
1165
|
-
expectVal('local-date-time','' )
|
|
1166
|
-
expectVal('number-key' ,'1' )
|
|
1167
|
-
expectVal('json-key' ,'' )
|
|
1185
|
+
<span class="cstat-no" title="statement not covered" > input.value='0001';// as YYYY for year</span>
|
|
1186
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1187
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1188
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'0001');</span>
|
|
1189
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'0001-01-01');</span>
|
|
1190
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1191
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1192
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'1' );</span>
|
|
1193
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1168
1194
|
|
|
1169
|
-
input.value='001'; // as 2001 year
|
|
1170
|
-
byText('set to all').click()
|
|
1171
|
-
await sleep(10)
|
|
1172
|
-
expectVal('text-key' ,'001' )
|
|
1173
|
-
expectVal('date-key' ,'2001-01-01')
|
|
1174
|
-
expectVal('time-key' ,'' )
|
|
1175
|
-
expectVal('local-date-time','' )
|
|
1176
|
-
expectVal('number-key' ,'1' )
|
|
1177
|
-
expectVal('json-key' ,'' )
|
|
1195
|
+
<span class="cstat-no" title="statement not covered" > input.value='001'; // as 2001 year</span>
|
|
1196
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1197
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1198
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'001' );</span>
|
|
1199
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'2001-01-01');</span>
|
|
1200
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1201
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1202
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'1' );</span>
|
|
1203
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1178
1204
|
|
|
1179
|
-
input.value='000'; // as 2001 year
|
|
1180
|
-
byText('set to all').click()
|
|
1181
|
-
await sleep(10)
|
|
1182
|
-
expectVal('text-key' ,'000' )
|
|
1183
|
-
expectVal('date-key' ,'2000-01-01')
|
|
1184
|
-
expectVal('time-key' ,'' )
|
|
1185
|
-
expectVal('local-date-time','' )
|
|
1186
|
-
expectVal('number-key' ,'0' )
|
|
1187
|
-
expectVal('json-key' ,'' )
|
|
1205
|
+
<span class="cstat-no" title="statement not covered" > input.value='000'; // as 2001 year</span>
|
|
1206
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1207
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1208
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'000' );</span>
|
|
1209
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'2000-01-01');</span>
|
|
1210
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1211
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1212
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'0' );</span>
|
|
1213
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'' );</span>
|
|
1188
1214
|
|
|
1189
|
-
input.value='0'; // as 2000 year
|
|
1190
|
-
byText('set to all').click()
|
|
1191
|
-
await sleep(10)
|
|
1192
|
-
expectVal('text-key' ,'0' )
|
|
1193
|
-
expectVal('date-key' ,'2000-01-01')
|
|
1194
|
-
expectVal('time-key' ,'' )
|
|
1195
|
-
expectVal('local-date-time','' )
|
|
1196
|
-
expectVal('number-key' ,'0' )
|
|
1197
|
-
expectVal('json-key' ,'0' )
|
|
1215
|
+
<span class="cstat-no" title="statement not covered" > input.value='0'; // as 2000 year</span>
|
|
1216
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1217
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1218
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'0' );</span>
|
|
1219
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'2000-01-01');</span>
|
|
1220
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1221
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1222
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'0' );</span>
|
|
1223
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'0' );</span>
|
|
1198
1224
|
|
|
1199
|
-
input.value='"abc"'
|
|
1200
|
-
byText('set to all').click()
|
|
1201
|
-
await sleep(10)
|
|
1202
|
-
expectVal('text-key' ,'"abc"' )
|
|
1203
|
-
expectVal('date-key' ,'' )
|
|
1204
|
-
expectVal('time-key' ,'' )
|
|
1205
|
-
expectVal('local-date-time','' )
|
|
1206
|
-
expectVal('number-key' ,'NaN' )
|
|
1207
|
-
expectVal('json-key' ,'abc' )
|
|
1225
|
+
<span class="cstat-no" title="statement not covered" > input.value='"abc"';</span>
|
|
1226
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1227
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1228
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'"abc"' );</span>
|
|
1229
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1230
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1231
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1232
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1233
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'abc' );</span>
|
|
1208
1234
|
|
|
1209
|
-
input.value='12.345'
|
|
1210
|
-
byText('set to all').click()
|
|
1211
|
-
await sleep(10)
|
|
1212
|
-
expectVal('text-key' ,'12.345' )
|
|
1213
|
-
expectVal('date-key' ,'' )
|
|
1214
|
-
expectVal('time-key' ,'' )
|
|
1215
|
-
expectVal('local-date-time','' )
|
|
1216
|
-
expectVal('number-key' ,'12.345' )
|
|
1217
|
-
expectVal('json-key' ,'12.345' )
|
|
1235
|
+
<span class="cstat-no" title="statement not covered" > input.value='12.345';</span>
|
|
1236
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1237
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1238
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'12.345' );</span>
|
|
1239
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1240
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1241
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1242
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'12.345' );</span>
|
|
1243
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'12.345' );</span>
|
|
1218
1244
|
|
|
1219
|
-
input.value='{"a":1,"b":"B"}'
|
|
1220
|
-
byText('set to all').click()
|
|
1221
|
-
await sleep(10)
|
|
1222
|
-
expectVal('text-key' ,'{"a":1,"b":"B"}' )
|
|
1223
|
-
expectVal('date-key' ,'' )
|
|
1224
|
-
expectVal('time-key' ,'' )
|
|
1225
|
-
expectVal('local-date-time','' )
|
|
1226
|
-
expectVal('number-key' ,'NaN' )
|
|
1227
|
-
expectVal('json-key' ,'\na : 1b : B' )
|
|
1245
|
+
<span class="cstat-no" title="statement not covered" > input.value='{"a":1,"b":"B"}';</span>
|
|
1246
|
+
<span class="cstat-no" title="statement not covered" > byText('set to all').click();</span>
|
|
1247
|
+
<span class="cstat-no" title="statement not covered" > await sleep(10);</span>
|
|
1248
|
+
<span class="cstat-no" title="statement not covered" > expectVal('text-key' ,'{"a":1,"b":"B"}' );</span>
|
|
1249
|
+
<span class="cstat-no" title="statement not covered" > expectVal('date-key' ,'' );</span>
|
|
1250
|
+
<span class="cstat-no" title="statement not covered" > expectVal('time-key' ,'' );</span>
|
|
1251
|
+
<span class="cstat-no" title="statement not covered" > expectVal('local-date-time','' );</span>
|
|
1252
|
+
<span class="cstat-no" title="statement not covered" > expectVal('number-key' ,'NaN' );</span>
|
|
1253
|
+
<span class="cstat-no" title="statement not covered" > expectVal('json-key' ,'\na : 1b : B' );</span>
|
|
1228
1254
|
},
|
|
1229
1255
|
};
|
|
1256
|
+
|
|
1257
|
+
/* istanbul ignore else -- @preserve */
|
|
1258
|
+
if( 'test' === import.meta.env.MODE &&
|
|
1259
|
+
!import.meta.url.includes('skiptest') )
|
|
1260
|
+
{
|
|
1261
|
+
const mod = await import('./local-storage.test.stories.ts?skiptest');
|
|
1262
|
+
const { testStoryBook } = await import('./testStoryBook')
|
|
1263
|
+
const { describe } = await import('vitest')
|
|
1264
|
+
describe(meta.title, () => testStoryBook( mod, meta ) );
|
|
1265
|
+
}
|
|
1230
1266
|
</pre></td></tr></table></pre>
|
|
1231
1267
|
|
|
1232
1268
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -1234,7 +1270,7 @@ export const TypeAttribute:Story =
|
|
|
1234
1270
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1235
1271
|
Code coverage generated by
|
|
1236
1272
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
1237
|
-
at 2024-
|
|
1273
|
+
at 2024-06-27T03:24:38.495Z
|
|
1238
1274
|
</div>
|
|
1239
1275
|
<script src="../../prettify.js"></script>
|
|
1240
1276
|
<script>
|