qpp-style 9.44.1 → 9.44.2
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/components/Infotip/InfotipContent.jsx +1 -0
- package/coverage/clover.xml +461 -569
- package/coverage/coverage-final.json +68 -70
- package/coverage/lcov-report/{components/SideNav/Links/NavItemInline.jsx.html → Infotip.jsx.html} +123 -72
- package/coverage/lcov-report/{components/SideNav/Links/CmsSwitchLink.jsx.html → InfotipContent.jsx.html} +71 -56
- package/coverage/lcov-report/{components/SideNav/Content/LevelOneContent.jsx.html → InfotipIcon.jsx.html} +53 -77
- package/coverage/lcov-report/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/components/Accordion/index.jsx.html +113 -113
- package/coverage/lcov-report/components/{Dropdown → Button}/index.html +17 -17
- package/coverage/lcov-report/components/Button/index.js.html +355 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +98 -98
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +33 -33
- package/coverage/lcov-report/components/Error/index.html +23 -23
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +211 -211
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +62 -62
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +36 -36
- package/coverage/lcov-report/components/Footer/index.html +13 -13
- package/coverage/lcov-report/components/{SideNav/Content → GovBanner}/index.html +29 -44
- package/coverage/lcov-report/components/GovBanner/index.js.html +436 -0
- package/coverage/lcov-report/components/Header/HeaderAccountMenu.jsx.html +367 -0
- package/coverage/lcov-report/components/{SideNav/Details/IndividualDetails.jsx.html → Header/HeaderCancel.jsx.html} +35 -41
- package/coverage/lcov-report/components/Header/HeaderContainer.jsx.html +307 -0
- package/coverage/lcov-report/components/Header/HeaderLogo.jsx.html +211 -0
- package/coverage/lcov-report/components/Header/HeaderMenuButton.js.html +235 -0
- package/coverage/lcov-report/components/Header/HeaderMenuItem.jsx.html +802 -0
- package/coverage/lcov-report/components/Header/HeaderMenuLink.js.html +253 -0
- package/coverage/lcov-report/components/Header/HeaderMenuSignOutButton.js.html +271 -0
- package/coverage/lcov-report/components/Header/HeaderMobileButton.js.html +196 -0
- package/coverage/lcov-report/components/Header/HeaderUI.jsx.html +586 -0
- package/coverage/lcov-report/components/Header/HelpIcon.jsx.html +181 -0
- package/coverage/lcov-report/components/Header/ImpersonatorBanner.jsx.html +328 -0
- package/coverage/lcov-report/components/Header/NavigationButtonIcon.jsx.html +166 -0
- package/coverage/lcov-report/components/Header/hooks.js.html +283 -0
- package/coverage/lcov-report/components/Header/index.html +326 -0
- package/coverage/lcov-report/components/{SideNav/Links/index.js.html → Header/utag-helpers.js.html} +34 -46
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +90 -90
- package/coverage/lcov-report/components/Infotip/InfotipContent.jsx.html +50 -50
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +49 -49
- package/coverage/lcov-report/components/Infotip/index.html +25 -40
- package/coverage/lcov-report/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/components/Modal/LegacyModal.jsx.html +116 -116
- package/coverage/lcov-report/components/Modal/Modal.jsx.html +252 -252
- package/coverage/lcov-report/components/Modal/index.html +38 -38
- package/coverage/lcov-report/components/Modal/index.jsx.html +31 -31
- package/coverage/lcov-report/components/NotificationBanner/CollapsedView.js.html +202 -0
- package/coverage/lcov-report/components/NotificationBanner/ExpandedView.js.html +220 -0
- package/coverage/lcov-report/components/{SideNav/Details → NotificationBanner}/index.html +46 -46
- package/coverage/lcov-report/components/NotificationBanner/index.js.html +748 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +257 -257
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +440 -440
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +8 -8
- package/coverage/lcov-report/components/SideNav/Chart/index.html +1 -16
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.html +19 -34
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/utils.js.html +147 -147
- package/coverage/lcov-report/components/SideNav/helpers.js.html +565 -544
- package/coverage/lcov-report/components/SideNav/index.html +19 -19
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +9 -9
- package/coverage/lcov-report/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/components/hooks/index.html +21 -21
- package/coverage/lcov-report/components/hooks/useGetConfig.js.html +131 -128
- package/coverage/lcov-report/components/index.html +21 -21
- package/coverage/lcov-report/index.html +124 -124
- package/coverage/lcov-report/{components/SideNav/UI/index.js.html → index.js.html} +12 -12
- package/coverage/lcov-report/lib/Chevron.jsx.html +36 -36
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1161 -1161
- package/coverage/lcov-report/lib/index.html +24 -24
- package/coverage/lcov-report/react/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +41 -41
- package/coverage/lcov-report/react/components/Button/index.html +1 -1
- package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/index.html +1 -1
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +4 -4
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
- package/coverage/lcov-report/react/components/Footer/index.html +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +60 -12
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +20 -14
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +7 -7
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +34 -25
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +33 -15
- package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/header.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/hooks.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/index.html +37 -37
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +1 -1
- package/coverage/lcov-report/{components/SideNav/AnimationGroup → react/components/HeaderSearchBar}/index.html +22 -22
- package/coverage/lcov-report/{components/Dropdown/index.js.html → react/components/HeaderSearchBar/index.jsx.html} +109 -106
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Infotip/InfotipContent.jsx.html +9 -3
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/CollapsedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/ExpandedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +23 -23
- package/coverage/lcov-report/react/components/Session/Session.jsx.html +61 -91
- package/coverage/lcov-report/react/components/Session/SessionDialogWrapped.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Session/index.html +15 -15
- package/coverage/lcov-report/react/components/Session/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/index.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +30 -90
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +3 -3
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +48 -18
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.html +26 -26
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.js.html +14 -38
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/utils.js.html +62 -83
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +5 -5
- package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +4 -4
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/{components/Footer/LegacyFooterUI.jsx.html → react/components/SideNav/UI/DynamicContent.jsx.html} +210 -246
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +41 -536
- package/coverage/lcov-report/react/components/SideNav/UI/default-markup.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +34 -19
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +15 -1068
- package/coverage/lcov-report/react/components/SideNav/index.html +21 -21
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/react/components/hooks/index.html +14 -14
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +12 -15
- package/coverage/lcov-report/react/components/index.html +21 -21
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +13 -28
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +14 -14
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +2 -2
- package/coverage/lcov-report/react/lib/index.html +16 -16
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +29 -44
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/isAuthV2.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +50 -44
- package/coverage/lcov-report/react/session/refresh.js.html +8 -17
- package/coverage/lcov-report/react/session/ttl.js.html +9 -21
- package/coverage/lcov-report/session/index.html +53 -53
- package/coverage/lcov-report/session/index.js.html +13 -13
- package/coverage/lcov-report/session/logout.js.html +137 -137
- package/coverage/lcov-report/session/refresh.js.html +90 -90
- package/coverage/lcov-report/session/ttl.js.html +77 -77
- package/coverage/lcov.info +754 -978
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +0 -166
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +0 -733
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.js.html +0 -319
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +0 -220
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +0 -199
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +0 -970
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +0 -415
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +0 -187
- package/coverage/lcov-report/components/SideNav/Links/index.html +0 -206
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +0 -1033
- package/coverage/lcov-report/components/SideNav/UI/default-markup.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/UI/index.html +0 -146
- package/coverage/lcov-report/lib/svg-definitions.svg.html +0 -460
- package/styles/components/_footer.scss +0 -593
- package/styles/components/_header.scss +0 -890
- package/styles/components/_sidebar.scss +0 -8
- package/styles/components/sidebar/_animations.scss +0 -38
- package/styles/components/sidebar/_cms.scss +0 -61
- package/styles/components/sidebar/_details.scss +0 -58
- package/styles/components/sidebar/_links.scss +0 -420
- package/styles/components/sidebar/_sidebar-animation.scss +0 -121
- package/styles/components/sidebar/_sidebar-tooltip.scss +0 -33
- package/styles/components/sidebar/_sidebar.scss +0 -141
- package/styles/components/sidebar/project-specific/_wi.scss +0 -42
- package/styles/qppds/components/_infotip-content.scss +0 -49
- package/styles/qppds/components/_spinner.scss +0 -46
|
@@ -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">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>13/13</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">80% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>8/10</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>3/3</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>13/13</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>
|
|
@@ -476,24 +476,24 @@
|
|
|
476
476
|
<span class="cline-any cline-neutral"> </span>
|
|
477
477
|
<span class="cline-any cline-neutral"> </span>
|
|
478
478
|
<span class="cline-any cline-neutral"> </span>
|
|
479
|
-
<span class="cline-any cline-yes">
|
|
480
|
-
<span class="cline-any cline-yes">
|
|
481
|
-
<span class="cline-any cline-yes">
|
|
479
|
+
<span class="cline-any cline-yes">2x</span>
|
|
480
|
+
<span class="cline-any cline-yes">170x</span>
|
|
481
|
+
<span class="cline-any cline-yes">170x</span>
|
|
482
482
|
<span class="cline-any cline-neutral"> </span>
|
|
483
483
|
<span class="cline-any cline-neutral"> </span>
|
|
484
|
-
<span class="cline-any cline-yes">
|
|
484
|
+
<span class="cline-any cline-yes">2x</span>
|
|
485
485
|
<span class="cline-any cline-neutral"> </span>
|
|
486
486
|
<span class="cline-any cline-neutral"> </span>
|
|
487
|
-
<span class="cline-any cline-
|
|
488
|
-
<span class="cline-any cline-
|
|
489
|
-
<span class="cline-any cline-
|
|
487
|
+
<span class="cline-any cline-yes">34x</span>
|
|
488
|
+
<span class="cline-any cline-yes">34x</span>
|
|
489
|
+
<span class="cline-any cline-yes">29x</span>
|
|
490
490
|
<span class="cline-any cline-neutral"> </span>
|
|
491
491
|
<span class="cline-any cline-neutral"> </span>
|
|
492
492
|
<span class="cline-any cline-neutral"> </span>
|
|
493
493
|
<span class="cline-any cline-neutral"> </span>
|
|
494
|
-
<span class="cline-any cline-yes">
|
|
494
|
+
<span class="cline-any cline-yes">2x</span>
|
|
495
495
|
<span class="cline-any cline-neutral"> </span>
|
|
496
|
-
<span class="cline-any cline-yes">
|
|
496
|
+
<span class="cline-any cline-yes">2x</span>
|
|
497
497
|
<span class="cline-any cline-neutral"> </span>
|
|
498
498
|
<span class="cline-any cline-neutral"> </span>
|
|
499
499
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -706,10 +706,10 @@ const SanitizedContent = ({
|
|
|
706
706
|
|
|
707
707
|
const xssOptions = {
|
|
708
708
|
whiteList,
|
|
709
|
-
onIgnoreTagAttr:
|
|
710
|
-
const isDataOrAriaAttr =
|
|
711
|
-
|
|
712
|
-
|
|
709
|
+
onIgnoreTagAttr: (tag, name, value, isWhiteAttr) => {
|
|
710
|
+
const isDataOrAriaAttr = name.includes("data-") || name.includes("aria-");
|
|
711
|
+
if (isDataOrAriaAttr) {
|
|
712
|
+
return `${name}="${xss.escapeAttrValue(value)}"`;
|
|
713
713
|
}
|
|
714
714
|
},
|
|
715
715
|
};
|
|
@@ -739,7 +739,7 @@ export default SanitizedContent;
|
|
|
739
739
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
740
740
|
Code coverage generated by
|
|
741
741
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
742
|
-
at 2024-
|
|
742
|
+
at 2024-03-21T19:29:13.871Z
|
|
743
743
|
</div>
|
|
744
744
|
<script src="../../../prettify.js"></script>
|
|
745
745
|
<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">19.35% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>6/31</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/9</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/8</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">20% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>6/30</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -152,17 +152,7 @@
|
|
|
152
152
|
<a name='L87'></a><a href='#L87'>87</a>
|
|
153
153
|
<a name='L88'></a><a href='#L88'>88</a>
|
|
154
154
|
<a name='L89'></a><a href='#L89'>89</a>
|
|
155
|
-
<a name='L90'></a><a href='#L90'>90</a>
|
|
156
|
-
<a name='L91'></a><a href='#L91'>91</a>
|
|
157
|
-
<a name='L92'></a><a href='#L92'>92</a>
|
|
158
|
-
<a name='L93'></a><a href='#L93'>93</a>
|
|
159
|
-
<a name='L94'></a><a href='#L94'>94</a>
|
|
160
|
-
<a name='L95'></a><a href='#L95'>95</a>
|
|
161
|
-
<a name='L96'></a><a href='#L96'>96</a>
|
|
162
|
-
<a name='L97'></a><a href='#L97'>97</a>
|
|
163
|
-
<a name='L98'></a><a href='#L98'>98</a>
|
|
164
|
-
<a name='L99'></a><a href='#L99'>99</a>
|
|
165
|
-
<a name='L100'></a><a href='#L100'>100</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
155
|
+
<a name='L90'></a><a href='#L90'>90</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
166
156
|
<span class="cline-any cline-neutral"> </span>
|
|
167
157
|
<span class="cline-any cline-neutral"> </span>
|
|
168
158
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -176,44 +166,49 @@
|
|
|
176
166
|
<span class="cline-any cline-yes">2x</span>
|
|
177
167
|
<span class="cline-any cline-neutral"> </span>
|
|
178
168
|
<span class="cline-any cline-neutral"> </span>
|
|
179
|
-
<span class="cline-any cline-neutral"> </span>
|
|
180
|
-
<span class="cline-any cline-neutral"> </span>
|
|
181
169
|
<span class="cline-any cline-yes">2x</span>
|
|
182
|
-
<span class="cline-any cline-no"> </span>
|
|
183
170
|
<span class="cline-any cline-neutral"> </span>
|
|
184
|
-
<span class="cline-any cline-no"> </span>
|
|
185
|
-
<span class="cline-any cline-no"> </span>
|
|
186
|
-
<span class="cline-any cline-no"> </span>
|
|
187
171
|
<span class="cline-any cline-neutral"> </span>
|
|
188
172
|
<span class="cline-any cline-neutral"> </span>
|
|
189
|
-
<span class="cline-any cline-no"> </span>
|
|
190
173
|
<span class="cline-any cline-neutral"> </span>
|
|
191
174
|
<span class="cline-any cline-neutral"> </span>
|
|
175
|
+
<span class="cline-any cline-no"> </span>
|
|
192
176
|
<span class="cline-any cline-neutral"> </span>
|
|
193
177
|
<span class="cline-any cline-neutral"> </span>
|
|
178
|
+
<span class="cline-any cline-yes">2x</span>
|
|
179
|
+
<span class="cline-any cline-no"> </span>
|
|
194
180
|
<span class="cline-any cline-neutral"> </span>
|
|
195
181
|
<span class="cline-any cline-neutral"> </span>
|
|
196
182
|
<span class="cline-any cline-neutral"> </span>
|
|
197
183
|
<span class="cline-any cline-no"> </span>
|
|
198
184
|
<span class="cline-any cline-no"> </span>
|
|
185
|
+
<span class="cline-any cline-no"> </span>
|
|
186
|
+
<span class="cline-any cline-no"> </span>
|
|
199
187
|
<span class="cline-any cline-neutral"> </span>
|
|
200
188
|
<span class="cline-any cline-neutral"> </span>
|
|
201
|
-
<span class="cline-any cline-
|
|
202
|
-
<span class="cline-any cline-neutral"> </span>
|
|
189
|
+
<span class="cline-any cline-no"> </span>
|
|
203
190
|
<span class="cline-any cline-no"> </span>
|
|
204
191
|
<span class="cline-any cline-neutral"> </span>
|
|
205
192
|
<span class="cline-any cline-no"> </span>
|
|
206
193
|
<span class="cline-any cline-neutral"> </span>
|
|
194
|
+
<span class="cline-any cline-no"> </span>
|
|
195
|
+
<span class="cline-any cline-no"> </span>
|
|
196
|
+
<span class="cline-any cline-no"> </span>
|
|
207
197
|
<span class="cline-any cline-neutral"> </span>
|
|
208
198
|
<span class="cline-any cline-neutral"> </span>
|
|
199
|
+
<span class="cline-any cline-no"> </span>
|
|
200
|
+
<span class="cline-any cline-no"> </span>
|
|
209
201
|
<span class="cline-any cline-neutral"> </span>
|
|
210
202
|
<span class="cline-any cline-neutral"> </span>
|
|
211
203
|
<span class="cline-any cline-neutral"> </span>
|
|
212
204
|
<span class="cline-any cline-neutral"> </span>
|
|
205
|
+
<span class="cline-any cline-no"> </span>
|
|
213
206
|
<span class="cline-any cline-neutral"> </span>
|
|
207
|
+
<span class="cline-any cline-no"> </span>
|
|
208
|
+
<span class="cline-any cline-no"> </span>
|
|
209
|
+
<span class="cline-any cline-no"> </span>
|
|
214
210
|
<span class="cline-any cline-neutral"> </span>
|
|
215
211
|
<span class="cline-any cline-neutral"> </span>
|
|
216
|
-
<span class="cline-any cline-yes">2x</span>
|
|
217
212
|
<span class="cline-any cline-neutral"> </span>
|
|
218
213
|
<span class="cline-any cline-neutral"> </span>
|
|
219
214
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -221,18 +216,9 @@
|
|
|
221
216
|
<span class="cline-any cline-no"> </span>
|
|
222
217
|
<span class="cline-any cline-neutral"> </span>
|
|
223
218
|
<span class="cline-any cline-neutral"> </span>
|
|
224
|
-
<span class="cline-any cline-yes">2x</span>
|
|
225
|
-
<span class="cline-any cline-no"> </span>
|
|
226
219
|
<span class="cline-any cline-neutral"> </span>
|
|
227
|
-
<span class="cline-any cline-no"> </span>
|
|
228
|
-
<span class="cline-any cline-no"> </span>
|
|
229
|
-
<span class="cline-any cline-no"> </span>
|
|
230
|
-
<span class="cline-any cline-no"> </span>
|
|
231
220
|
<span class="cline-any cline-neutral"> </span>
|
|
232
|
-
<span class="cline-any cline-no"> </span>
|
|
233
|
-
<span class="cline-any cline-no"> </span>
|
|
234
221
|
<span class="cline-any cline-neutral"> </span>
|
|
235
|
-
<span class="cline-any cline-no"> </span>
|
|
236
222
|
<span class="cline-any cline-neutral"> </span>
|
|
237
223
|
<span class="cline-any cline-neutral"> </span>
|
|
238
224
|
<span class="cline-any cline-no"> </span>
|
|
@@ -240,24 +226,18 @@
|
|
|
240
226
|
<span class="cline-any cline-no"> </span>
|
|
241
227
|
<span class="cline-any cline-neutral"> </span>
|
|
242
228
|
<span class="cline-any cline-neutral"> </span>
|
|
243
|
-
<span class="cline-any cline-no"> </span>
|
|
244
|
-
<span class="cline-any cline-no"> </span>
|
|
245
|
-
<span class="cline-any cline-neutral"> </span>
|
|
246
229
|
<span class="cline-any cline-neutral"> </span>
|
|
247
230
|
<span class="cline-any cline-neutral"> </span>
|
|
248
231
|
<span class="cline-any cline-no"> </span>
|
|
232
|
+
<span class="cline-any cline-neutral"> </span>
|
|
249
233
|
<span class="cline-any cline-no"> </span>
|
|
250
234
|
<span class="cline-any cline-neutral"> </span>
|
|
251
235
|
<span class="cline-any cline-neutral"> </span>
|
|
252
236
|
<span class="cline-any cline-neutral"> </span>
|
|
253
237
|
<span class="cline-any cline-neutral"> </span>
|
|
254
|
-
<span class="cline-any cline-no"> </span>
|
|
255
|
-
<span class="cline-any cline-no"> </span>
|
|
256
|
-
<span class="cline-any cline-no"> </span>
|
|
257
238
|
<span class="cline-any cline-neutral"> </span>
|
|
258
239
|
<span class="cline-any cline-neutral"> </span>
|
|
259
240
|
<span class="cline-any cline-neutral"> </span>
|
|
260
|
-
<span class="cline-any cline-no"> </span>
|
|
261
241
|
<span class="cline-any cline-neutral"> </span>
|
|
262
242
|
<span class="cline-any cline-neutral"> </span>
|
|
263
243
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -274,45 +254,9 @@ const MINUTE = 60 * SECOND;
|
|
|
274
254
|
const TWO_MINUTES = 2 * MINUTE;
|
|
275
255
|
const DEFAULT_SESSION_CHECK_INTERVAL = TWO_MINUTES;
|
|
276
256
|
|
|
277
|
-
// This Dialog shows up 2 minutes before the user session ends
|
|
278
|
-
// giving the user an opportunity to refresh the token
|
|
279
|
-
// or to sign out
|
|
280
|
-
const InactiveDialog = <span class="fstat-no" title="function not covered" >()</span> => {
|
|
281
|
-
const [isOpen, setIsOpen] = <span class="cstat-no" title="statement not covered" >useState(true);</span>
|
|
282
|
-
|
|
283
|
-
<span class="cstat-no" title="statement not covered" > useEffect(<span class="fstat-no" title="function not covered" >()</span> => {</span>
|
|
284
|
-
const timeout = <span class="cstat-no" title="statement not covered" >setTimeout(<span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >logoutSession(window),</span> TWO_MINUTES);</span>
|
|
285
|
-
<span class="cstat-no" title="statement not covered" > return <span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >clearInterval(timeout);</span></span>
|
|
286
|
-
}, []);
|
|
287
|
-
|
|
288
|
-
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
289
|
-
<Modal
|
|
290
|
-
useDesignSystem
|
|
291
|
-
title="You will be signed out within two minutes"
|
|
292
|
-
isOpen={isOpen}
|
|
293
|
-
primary={{
|
|
294
|
-
title: "Keep me signed in",
|
|
295
|
-
onClick: <span class="fstat-no" title="function not covered" >()</span> => {
|
|
296
|
-
<span class="cstat-no" title="statement not covered" > refreshSession();</span>
|
|
297
|
-
<span class="cstat-no" title="statement not covered" > setIsOpen(false);</span>
|
|
298
|
-
},
|
|
299
|
-
}}
|
|
300
|
-
secondary={{
|
|
301
|
-
title: "Sign me out now",
|
|
302
|
-
onClick: <span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >logoutSession(window),</span>
|
|
303
|
-
}}
|
|
304
|
-
onRequestClose={<span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >setIsOpen(false)}</span>
|
|
305
|
-
>
|
|
306
|
-
<p>
|
|
307
|
-
You have been inactive for thirty minutes. For your security, we will
|
|
308
|
-
sign you out automatically.
|
|
309
|
-
</p>
|
|
310
|
-
</Modal>
|
|
311
|
-
);
|
|
312
|
-
};
|
|
313
|
-
|
|
314
257
|
// 120 seconds is 2 minutes
|
|
315
258
|
const DEFAULT_WARNING_TIMEOUT_SECONDS = 120;
|
|
259
|
+
|
|
316
260
|
function <span class="fstat-no" title="function not covered" >shouldShowInactiveDialog(</span>
|
|
317
261
|
timeRemainingSeconds,
|
|
318
262
|
warningTimeoutSeconds = <span class="branch-0 cbranch-no" title="branch not covered" >DEFAULT_WARNING_TIMEOUT_SECONDS,</span>
|
|
@@ -321,18 +265,20 @@ function <span class="fstat-no" title="function not covered" >shouldShowInactive
|
|
|
321
265
|
}
|
|
322
266
|
|
|
323
267
|
const Session = <span class="fstat-no" title="function not covered" >()</span> => {
|
|
324
|
-
const [
|
|
268
|
+
const [isOpen, setIsOpen] = <span class="cstat-no" title="statement not covered" >useState(false);</span>
|
|
269
|
+
|
|
270
|
+
let ttlInterval;
|
|
325
271
|
|
|
326
272
|
<span class="cstat-no" title="statement not covered" > useEffect(<span class="fstat-no" title="function not covered" >()</span> => {</span>
|
|
327
273
|
let didCancel = <span class="cstat-no" title="statement not covered" >false;</span>
|
|
328
274
|
const cookies = <span class="cstat-no" title="statement not covered" >cookie.parse(document.cookie);</span>
|
|
329
275
|
const hasAuthToken = <span class="cstat-no" title="statement not covered" >!!cookies.qpp_auth_token;</span>
|
|
276
|
+
|
|
330
277
|
async function <span class="fstat-no" title="function not covered" >isSessionValid(</span>) {
|
|
331
278
|
<span class="cstat-no" title="statement not covered" > if (hasAuthToken) {</span>
|
|
332
279
|
const timeRemaining = <span class="cstat-no" title="statement not covered" >await fetchTtl(cookies.qpp_auth_token);</span>
|
|
333
280
|
// safeguard against unmounted component
|
|
334
281
|
<span class="cstat-no" title="statement not covered" > if (didCancel) <span class="cstat-no" title="statement not covered" >return;</span></span>
|
|
335
|
-
|
|
336
282
|
// token expired
|
|
337
283
|
<span class="cstat-no" title="statement not covered" > if (timeRemaining === 0) {</span>
|
|
338
284
|
<span class="cstat-no" title="statement not covered" > logoutSession(window);</span>
|
|
@@ -340,23 +286,47 @@ const Session = <span class="fstat-no" title="function not covered" >()</span> =
|
|
|
340
286
|
}
|
|
341
287
|
// token is about to expire
|
|
342
288
|
<span class="cstat-no" title="statement not covered" > if (shouldShowInactiveDialog(timeRemaining)) {</span>
|
|
343
|
-
<span class="cstat-no" title="statement not covered" >
|
|
289
|
+
<span class="cstat-no" title="statement not covered" > setIsOpen(true);</span>
|
|
344
290
|
}
|
|
345
291
|
}
|
|
346
292
|
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
isSessionValid,
|
|
350
|
-
DEFAULT_SESSION_CHECK_INTERVAL,
|
|
351
|
-
);
|
|
293
|
+
|
|
294
|
+
<span class="cstat-no" title="statement not covered" > ttlInterval = setInterval(isSessionValid, DEFAULT_SESSION_CHECK_INTERVAL);</span>
|
|
352
295
|
|
|
353
296
|
<span class="cstat-no" title="statement not covered" > return <span class="fstat-no" title="function not covered" >()</span> => {</span>
|
|
354
|
-
<span class="cstat-no" title="statement not covered" > clearInterval(
|
|
297
|
+
<span class="cstat-no" title="statement not covered" > clearInterval(ttlInterval);</span>
|
|
355
298
|
<span class="cstat-no" title="statement not covered" > didCancel = true;</span>
|
|
356
299
|
};
|
|
357
300
|
}, []);
|
|
358
301
|
|
|
359
|
-
|
|
302
|
+
// This Dialog shows up 2 minutes before the user session ends
|
|
303
|
+
// giving the user an opportunity to refresh the token
|
|
304
|
+
// or to sign out
|
|
305
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
306
|
+
<Modal
|
|
307
|
+
useDesignSystem
|
|
308
|
+
title="You will be signed out within two minutes"
|
|
309
|
+
isOpen={isOpen}
|
|
310
|
+
primary={{
|
|
311
|
+
title: "Keep me signed in",
|
|
312
|
+
onClick: <span class="fstat-no" title="function not covered" >()</span> => {
|
|
313
|
+
<span class="cstat-no" title="statement not covered" > refreshSession();</span>
|
|
314
|
+
<span class="cstat-no" title="statement not covered" > clearInterval(ttlInterval);</span>
|
|
315
|
+
<span class="cstat-no" title="statement not covered" > setIsOpen(false);</span>
|
|
316
|
+
},
|
|
317
|
+
}}
|
|
318
|
+
secondary={{
|
|
319
|
+
title: "Sign me out now",
|
|
320
|
+
onClick: <span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >logoutSession(window),</span>
|
|
321
|
+
}}
|
|
322
|
+
onRequestClose={<span class="fstat-no" title="function not covered" >()</span> => <span class="cstat-no" title="statement not covered" >setIsOpen(false)}</span>
|
|
323
|
+
>
|
|
324
|
+
<p>
|
|
325
|
+
You have been inactive for thirty minutes. For your security, we will
|
|
326
|
+
sign you out automatically.
|
|
327
|
+
</p>
|
|
328
|
+
</Modal>
|
|
329
|
+
);
|
|
360
330
|
};
|
|
361
331
|
|
|
362
332
|
export default Session;
|
|
@@ -367,7 +337,7 @@ export default Session;
|
|
|
367
337
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
368
338
|
Code coverage generated by
|
|
369
339
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
370
|
-
at 2024-
|
|
340
|
+
at 2024-03-21T19:29:13.871Z
|
|
371
341
|
</div>
|
|
372
342
|
<script src="../../../prettify.js"></script>
|
|
373
343
|
<script>
|
|
@@ -106,7 +106,7 @@ export default class SessionDialog {
|
|
|
106
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
107
107
|
Code coverage generated by
|
|
108
108
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
109
|
-
at 2024-
|
|
109
|
+
at 2024-03-21T19:29:13.871Z
|
|
110
110
|
</div>
|
|
111
111
|
<script src="../../../prettify.js"></script>
|
|
112
112
|
<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">18.75% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>6/32</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/9</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>0/
|
|
42
|
+
<span class='fraction'>0/9</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">19.35% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>6/31</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file low" data-value="Session.jsx"><a href="Session.jsx.html">Session.jsx</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
83
|
+
<td data-value="19.35" class="pic low">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 19%"></div><div class="cover-empty" style="width: 81%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
86
|
+
<td data-value="19.35" class="pct low">19.35%</td>
|
|
87
|
+
<td data-value="31" class="abs low">6/31</td>
|
|
88
88
|
<td data-value="0" class="pct low">0%</td>
|
|
89
|
-
<td data-value="
|
|
89
|
+
<td data-value="9" class="abs low">0/9</td>
|
|
90
90
|
<td data-value="0" class="pct low">0%</td>
|
|
91
|
-
<td data-value="
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="
|
|
91
|
+
<td data-value="8" class="abs low">0/8</td>
|
|
92
|
+
<td data-value="20" class="pct low">20%</td>
|
|
93
|
+
<td data-value="30" class="abs low">6/30</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2024-
|
|
134
|
+
at 2024-03-21T19:29:13.871Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../../../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -79,7 +79,7 @@ export default Session;
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
-
at 2024-
|
|
82
|
+
at 2024-03-21T19:29:13.871Z
|
|
83
83
|
</div>
|
|
84
84
|
<script src="../../../prettify.js"></script>
|
|
85
85
|
<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 noreferrer">istanbul</a>
|
|
104
|
-
at 2023-08-
|
|
104
|
+
at 2023-08-17T22:26:50.556Z
|
|
105
105
|
</div>
|
|
106
106
|
<script src="../../../prettify.js"></script>
|
|
107
107
|
<script>
|
|
@@ -148,7 +148,7 @@ export default class SessionDialog {
|
|
|
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 noreferrer">istanbul</a>
|
|
151
|
-
at 2023-08-
|
|
151
|
+
at 2023-08-17T22:26:50.556Z
|
|
152
152
|
</div>
|
|
153
153
|
<script src="../../../prettify.js"></script>
|
|
154
154
|
<script>
|