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
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
<html lang="en">
|
|
4
4
|
|
|
5
5
|
<head>
|
|
6
|
-
<title>Code coverage report for components/
|
|
6
|
+
<title>Code coverage report for react/components/SideNav/UI/DynamicContent.jsx</title>
|
|
7
7
|
<meta charset="utf-8" />
|
|
8
|
-
<link rel="stylesheet" href="
|
|
9
|
-
<link rel="stylesheet" href="
|
|
10
|
-
<link rel="shortcut icon" type="image/x-icon" href="
|
|
8
|
+
<link rel="stylesheet" href="../../../../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../../../../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.png" />
|
|
11
11
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
12
|
<style type='text/css'>
|
|
13
13
|
.coverage-summary .sorter {
|
|
14
|
-
background-image: url(
|
|
14
|
+
background-image: url(../../../../sort-arrow-sprite.png);
|
|
15
15
|
}
|
|
16
16
|
</style>
|
|
17
17
|
</head>
|
|
@@ -19,34 +19,34 @@
|
|
|
19
19
|
<body>
|
|
20
20
|
<div class='wrapper'>
|
|
21
21
|
<div class='pad1'>
|
|
22
|
-
<h1><a href="
|
|
22
|
+
<h1><a href="../../../../index.html">All files</a> / <a href="index.html">react/components/SideNav/UI</a> DynamicContent.jsx</h1>
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">12.5% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>2/16</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>0/28</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">0% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>0/4</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">12.5% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>2/16</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>
|
|
@@ -245,31 +245,17 @@
|
|
|
245
245
|
<a name='L180'></a><a href='#L180'>180</a>
|
|
246
246
|
<a name='L181'></a><a href='#L181'>181</a>
|
|
247
247
|
<a name='L182'></a><a href='#L182'>182</a>
|
|
248
|
-
<a name='L183'></a><a href='#L183'>183</a>
|
|
249
|
-
<a name='L184'></a><a href='#L184'>184</a>
|
|
250
|
-
<a name='L185'></a><a href='#L185'>185</a>
|
|
251
|
-
<a name='L186'></a><a href='#L186'>186</a>
|
|
252
|
-
<a name='L187'></a><a href='#L187'>187</a>
|
|
253
|
-
<a name='L188'></a><a href='#L188'>188</a>
|
|
254
|
-
<a name='L189'></a><a href='#L189'>189</a>
|
|
255
|
-
<a name='L190'></a><a href='#L190'>190</a>
|
|
256
|
-
<a name='L191'></a><a href='#L191'>191</a>
|
|
257
|
-
<a name='L192'></a><a href='#L192'>192</a>
|
|
258
|
-
<a name='L193'></a><a href='#L193'>193</a>
|
|
259
|
-
<a name='L194'></a><a href='#L194'>194</a>
|
|
260
|
-
<a name='L195'></a><a href='#L195'>195</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
248
|
+
<a name='L183'></a><a href='#L183'>183</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
261
249
|
<span class="cline-any cline-neutral"> </span>
|
|
262
250
|
<span class="cline-any cline-neutral"> </span>
|
|
263
251
|
<span class="cline-any cline-neutral"> </span>
|
|
264
252
|
<span class="cline-any cline-neutral"> </span>
|
|
265
|
-
<span class="cline-any cline-yes">1x</span>
|
|
266
253
|
<span class="cline-any cline-neutral"> </span>
|
|
267
|
-
<span class="cline-any cline-yes">1x</span>
|
|
268
|
-
<span class="cline-any cline-yes">5x</span>
|
|
269
254
|
<span class="cline-any cline-neutral"> </span>
|
|
270
255
|
<span class="cline-any cline-neutral"> </span>
|
|
271
256
|
<span class="cline-any cline-neutral"> </span>
|
|
272
257
|
<span class="cline-any cline-neutral"> </span>
|
|
258
|
+
<span class="cline-any cline-yes">2x</span>
|
|
273
259
|
<span class="cline-any cline-neutral"> </span>
|
|
274
260
|
<span class="cline-any cline-neutral"> </span>
|
|
275
261
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -277,12 +263,23 @@
|
|
|
277
263
|
<span class="cline-any cline-neutral"> </span>
|
|
278
264
|
<span class="cline-any cline-neutral"> </span>
|
|
279
265
|
<span class="cline-any cline-neutral"> </span>
|
|
266
|
+
<span class="cline-any cline-no"> </span>
|
|
267
|
+
<span class="cline-any cline-no"> </span>
|
|
268
|
+
<span class="cline-any cline-no"> </span>
|
|
280
269
|
<span class="cline-any cline-neutral"> </span>
|
|
270
|
+
<span class="cline-any cline-no"> </span>
|
|
271
|
+
<span class="cline-any cline-no"> </span>
|
|
272
|
+
<span class="cline-any cline-no"> </span>
|
|
281
273
|
<span class="cline-any cline-neutral"> </span>
|
|
282
274
|
<span class="cline-any cline-neutral"> </span>
|
|
275
|
+
<span class="cline-any cline-no"> </span>
|
|
276
|
+
<span class="cline-any cline-no"> </span>
|
|
283
277
|
<span class="cline-any cline-neutral"> </span>
|
|
284
278
|
<span class="cline-any cline-neutral"> </span>
|
|
279
|
+
<span class="cline-any cline-no"> </span>
|
|
280
|
+
<span class="cline-any cline-no"> </span>
|
|
285
281
|
<span class="cline-any cline-neutral"> </span>
|
|
282
|
+
<span class="cline-any cline-no"> </span>
|
|
286
283
|
<span class="cline-any cline-neutral"> </span>
|
|
287
284
|
<span class="cline-any cline-neutral"> </span>
|
|
288
285
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -406,6 +403,8 @@
|
|
|
406
403
|
<span class="cline-any cline-neutral"> </span>
|
|
407
404
|
<span class="cline-any cline-neutral"> </span>
|
|
408
405
|
<span class="cline-any cline-neutral"> </span>
|
|
406
|
+
<span class="cline-any cline-no"> </span>
|
|
407
|
+
<span class="cline-any cline-no"> </span>
|
|
409
408
|
<span class="cline-any cline-neutral"> </span>
|
|
410
409
|
<span class="cline-any cline-neutral"> </span>
|
|
411
410
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -414,11 +413,13 @@
|
|
|
414
413
|
<span class="cline-any cline-neutral"> </span>
|
|
415
414
|
<span class="cline-any cline-neutral"> </span>
|
|
416
415
|
<span class="cline-any cline-neutral"> </span>
|
|
416
|
+
<span class="cline-any cline-no"> </span>
|
|
417
417
|
<span class="cline-any cline-neutral"> </span>
|
|
418
418
|
<span class="cline-any cline-neutral"> </span>
|
|
419
419
|
<span class="cline-any cline-neutral"> </span>
|
|
420
420
|
<span class="cline-any cline-neutral"> </span>
|
|
421
421
|
<span class="cline-any cline-neutral"> </span>
|
|
422
|
+
<span class="cline-any cline-yes">2x</span>
|
|
422
423
|
<span class="cline-any cline-neutral"> </span>
|
|
423
424
|
<span class="cline-any cline-neutral"> </span>
|
|
424
425
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -426,225 +427,188 @@
|
|
|
426
427
|
<span class="cline-any cline-neutral"> </span>
|
|
427
428
|
<span class="cline-any cline-neutral"> </span>
|
|
428
429
|
<span class="cline-any cline-neutral"> </span>
|
|
429
|
-
<span class="cline-any cline-neutral"> </span>
|
|
430
|
-
|
|
431
|
-
<span class="cline-any cline-neutral"> </span>
|
|
432
|
-
<span class="cline-any cline-neutral"> </span>
|
|
433
|
-
<span class="cline-any cline-neutral"> </span>
|
|
434
|
-
<span class="cline-any cline-neutral"> </span>
|
|
435
|
-
<span class="cline-any cline-neutral"> </span>
|
|
436
|
-
<span class="cline-any cline-neutral"> </span>
|
|
437
|
-
<span class="cline-any cline-neutral"> </span>
|
|
438
|
-
<span class="cline-any cline-neutral"> </span>
|
|
439
|
-
<span class="cline-any cline-neutral"> </span>
|
|
440
|
-
<span class="cline-any cline-neutral"> </span>
|
|
441
|
-
<span class="cline-any cline-neutral"> </span>
|
|
442
|
-
<span class="cline-any cline-neutral"> </span>
|
|
443
|
-
<span class="cline-any cline-neutral"> </span>
|
|
444
|
-
<span class="cline-any cline-neutral"> </span>
|
|
445
|
-
<span class="cline-any cline-neutral"> </span>
|
|
446
|
-
<span class="cline-any cline-neutral"> </span>
|
|
447
|
-
<span class="cline-any cline-yes">1x</span>
|
|
448
|
-
<span class="cline-any cline-neutral"> </span>
|
|
449
|
-
<span class="cline-any cline-neutral"> </span>
|
|
450
|
-
<span class="cline-any cline-neutral"> </span>
|
|
451
|
-
<span class="cline-any cline-neutral"> </span>
|
|
452
|
-
<span class="cline-any cline-neutral"> </span>
|
|
453
|
-
<span class="cline-any cline-neutral"> </span>
|
|
454
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react';
|
|
455
|
-
import PropTypes from 'prop-types';
|
|
456
|
-
import InfoTip from '../Infotip/Infotip';
|
|
430
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from "react";
|
|
431
|
+
import PropTypes from "prop-types";
|
|
457
432
|
|
|
458
|
-
|
|
459
|
-
|
|
433
|
+
import { NavLinkContainer, NavLinkInline, NavLinkDrawer } from "../Links";
|
|
434
|
+
import AnimationGroup from "../AnimationGroup/AnimationGroup";
|
|
435
|
+
import { PracticeDetails, IndividualDetails } from "../Details";
|
|
436
|
+
import SanitizedContent from "../../SanitizedContent";
|
|
437
|
+
import * as SvgComponents from "../../../lib/SvgComponents.jsx";
|
|
438
|
+
import CmsSwitchLink from "../Links/CmsSwitchLink";
|
|
460
439
|
|
|
461
|
-
const
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
isFullWidth
|
|
493
|
-
? 'col-sm-12 col-md-8 col-lg-8'
|
|
494
|
-
: 'col-sm-8 col-md-9 col-lg-9'
|
|
495
|
-
}
|
|
440
|
+
const DynamicContent = <span class="fstat-no" title="function not covered" >({</span>
|
|
441
|
+
contentItems,
|
|
442
|
+
className,
|
|
443
|
+
recursionId,
|
|
444
|
+
config,
|
|
445
|
+
isExpandedState,
|
|
446
|
+
expand,
|
|
447
|
+
}) => {
|
|
448
|
+
const { openDrawersByDefault, linkActiveFunc, linkCallback } = <span class="cstat-no" title="statement not covered" >config;</span>
|
|
449
|
+
let linkClass = <span class="cstat-no" title="statement not covered" >isExpandedState ? "link-inline" : "link-collapsed";</span>
|
|
450
|
+
const containerRecursionId = <span class="cstat-no" title="statement not covered" >recursionId ? recursionId : 0;</span>
|
|
451
|
+
|
|
452
|
+
const getDynamicIcon = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(i</span>con) => {</span>
|
|
453
|
+
const Component = <span class="cstat-no" title="statement not covered" >SvgComponents[icon];</span>
|
|
454
|
+
<span class="cstat-no" title="statement not covered" > return Component ? <Component /> : null;</span>
|
|
455
|
+
};
|
|
456
|
+
|
|
457
|
+
const hasDarkerBackground = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(d</span>arkerBackground) => {</span>
|
|
458
|
+
<span class="cstat-no" title="statement not covered" > return darkerBackground ? "hr-smaller-vertical-spacing" : "";</span>
|
|
459
|
+
};
|
|
460
|
+
|
|
461
|
+
const itemsMarkup = <span class="cstat-no" title="statement not covered" >(contentItems || []).map(<span class="fstat-no" title="function not covered" >(i</span>tem, index) => {</span>
|
|
462
|
+
const key = <span class="cstat-no" title="statement not covered" >`${JSON.stringify(item)}-${index}-${containerRecursionId}`;</span>
|
|
463
|
+
|
|
464
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
465
|
+
{
|
|
466
|
+
divider: (
|
|
467
|
+
<AnimationGroup
|
|
468
|
+
display={isExpandedState}
|
|
469
|
+
key={key}
|
|
470
|
+
darkerBackground={item.darkerBackground}
|
|
496
471
|
>
|
|
497
|
-
<
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
<
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
href="/about/resource-library"
|
|
539
|
-
data-track-category="FooterNav"
|
|
540
|
-
data-track-action="OpenEducationAndTools"
|
|
541
|
-
data-track-label="Education and Tools"
|
|
542
|
-
>
|
|
543
|
-
Resource Library
|
|
544
|
-
</a>
|
|
545
|
-
</li>
|
|
546
|
-
<li>
|
|
547
|
-
<a
|
|
548
|
-
href="/glossary"
|
|
549
|
-
data-track-category="FooterNav"
|
|
550
|
-
data-track-action="OpenGlossary"
|
|
551
|
-
data-track-label="Glossary"
|
|
552
|
-
>
|
|
553
|
-
Glossary
|
|
554
|
-
</a>
|
|
555
|
-
</li>
|
|
556
|
-
<li>
|
|
557
|
-
<a
|
|
558
|
-
href="/resources/help-and-support"
|
|
559
|
-
data-track-category="FooterNav"
|
|
560
|
-
data-track-action="OpenHelpAndSupport"
|
|
561
|
-
data-track-label="Help and Support"
|
|
562
|
-
>
|
|
563
|
-
Help and Support
|
|
564
|
-
</a>
|
|
565
|
-
</li>
|
|
566
|
-
</ul>
|
|
567
|
-
<ul className="small">
|
|
568
|
-
<li>
|
|
569
|
-
<a
|
|
570
|
-
href="/privacy"
|
|
571
|
-
data-track-category="FooterNav"
|
|
572
|
-
data-track-action="OpenPrivacyDisclaimer"
|
|
573
|
-
data-track-label="Notice of Privacy and Disclaimer"
|
|
574
|
-
>
|
|
575
|
-
CMS Privacy Notice
|
|
576
|
-
</a>
|
|
577
|
-
</li>
|
|
578
|
-
<span className="divider"></span>
|
|
579
|
-
<li>
|
|
580
|
-
<a
|
|
581
|
-
href="/accessibility"
|
|
582
|
-
data-track-category="FooterNav"
|
|
583
|
-
data-track-action="OpenAccessibility"
|
|
584
|
-
data-track-label="Accessibility"
|
|
585
|
-
>
|
|
586
|
-
Accessibility
|
|
587
|
-
</a>
|
|
588
|
-
</li>
|
|
589
|
-
<span className="divider"></span>
|
|
590
|
-
<li>
|
|
591
|
-
<a
|
|
592
|
-
className="adobe-link"
|
|
593
|
-
rel="noopener noreferrer"
|
|
594
|
-
target="_blank"
|
|
595
|
-
href="https://get.adobe.com/reader"
|
|
596
|
-
data-track-category="FooterNav"
|
|
597
|
-
data-track-action="DownloadAdobeReader"
|
|
598
|
-
data-track-label="AdobeReader"
|
|
599
|
-
>
|
|
600
|
-
<svg className="icon">
|
|
601
|
-
<use xlinkHref="#icon-download" />
|
|
602
|
-
</svg>
|
|
603
|
-
Download Adobe Reader
|
|
604
|
-
</a>
|
|
605
|
-
</li>
|
|
606
|
-
<span className="divider"></span>
|
|
607
|
-
<li>
|
|
608
|
-
<a href="mailto:QPP@cms.hhs.gov" className="email-link">
|
|
609
|
-
QPP@cms.hhs.gov
|
|
610
|
-
</a>
|
|
611
|
-
</li>
|
|
612
|
-
<li>
|
|
613
|
-
1-866-288-8292 (TRS: 711)
|
|
614
|
-
<div className="footer-trs-infotip">
|
|
615
|
-
<InfoTip lightIcon label={infoTipLabel} />
|
|
616
|
-
</div>
|
|
617
|
-
</li>
|
|
618
|
-
</ul>
|
|
619
|
-
</div>
|
|
620
|
-
</div>
|
|
621
|
-
<div
|
|
622
|
-
className={
|
|
623
|
-
isFullWidth
|
|
624
|
-
? 'col-sm-12 col-md-4 col-lg-4'
|
|
625
|
-
: 'col-sm-4 col-md-3 col-lg-3'
|
|
626
|
-
}
|
|
472
|
+
<hr className={`${hasDarkerBackground(item.darkerBackground)}`} />
|
|
473
|
+
</AnimationGroup>
|
|
474
|
+
),
|
|
475
|
+
container: (
|
|
476
|
+
<DynamicContent
|
|
477
|
+
contentItems={item.items}
|
|
478
|
+
className={item.className}
|
|
479
|
+
recursionId={containerRecursionId + 1}
|
|
480
|
+
config={config}
|
|
481
|
+
isExpandedState={isExpandedState}
|
|
482
|
+
/>
|
|
483
|
+
),
|
|
484
|
+
linkBack: (
|
|
485
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
486
|
+
<NavLinkInline
|
|
487
|
+
className="link-back"
|
|
488
|
+
icon={getDynamicIcon("ChevronLeft")}
|
|
489
|
+
url={item.url}
|
|
490
|
+
label={item.label}
|
|
491
|
+
linkCallback={linkCallback}
|
|
492
|
+
showLabel={true}
|
|
493
|
+
/>
|
|
494
|
+
</AnimationGroup>
|
|
495
|
+
),
|
|
496
|
+
linkHome: (
|
|
497
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
498
|
+
<NavLinkInline
|
|
499
|
+
className="account-home-link"
|
|
500
|
+
icon={getDynamicIcon(item?.icon)}
|
|
501
|
+
url={item.url}
|
|
502
|
+
label={item.label}
|
|
503
|
+
linkCallback={linkCallback}
|
|
504
|
+
showLabel={true}
|
|
505
|
+
/>
|
|
506
|
+
</AnimationGroup>
|
|
507
|
+
),
|
|
508
|
+
practiceDetails: (
|
|
509
|
+
<AnimationGroup
|
|
510
|
+
display={isExpandedState}
|
|
511
|
+
className={"details"}
|
|
512
|
+
key={key}
|
|
627
513
|
>
|
|
628
|
-
<
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
514
|
+
<PracticeDetails
|
|
515
|
+
practiceName={item.practiceName}
|
|
516
|
+
{...(!item.practiceTin ? {} : { practiceTin: item.practiceTin })}
|
|
517
|
+
{...(!item.apmEntityId ? {} : { apmEntityId: item.apmEntityId })}
|
|
518
|
+
{...(!item.vgId ? {} : { vgId: item.vgId })}
|
|
519
|
+
{...(!item.cpcPlusId ? {} : { cpcPlusId: item.cpcPlusId })}
|
|
520
|
+
{...(!item.pcfId ? {} : { pcfId: item.pcfId })}
|
|
521
|
+
{...(!item.subgroupId ? {} : { subgroupId: item.subgroupId })}
|
|
522
|
+
/>
|
|
523
|
+
</AnimationGroup>
|
|
524
|
+
),
|
|
525
|
+
individualDetails: (
|
|
526
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
527
|
+
<IndividualDetails
|
|
528
|
+
individualName={item.individualName}
|
|
529
|
+
individualNpi={item.individualNpi}
|
|
530
|
+
/>
|
|
531
|
+
</AnimationGroup>
|
|
532
|
+
),
|
|
533
|
+
linkDrawer: (
|
|
534
|
+
<NavLinkDrawer
|
|
535
|
+
key={key}
|
|
536
|
+
isExpanded={isExpandedState}
|
|
537
|
+
isAlwaysOpen={item.isAlwaysOpen}
|
|
538
|
+
openByDefault={openDrawersByDefault}
|
|
539
|
+
rightIcon="chevron-down"
|
|
540
|
+
leftIcon={getDynamicIcon(item?.icon)}
|
|
541
|
+
className={linkClass}
|
|
542
|
+
label={item.label}
|
|
543
|
+
linkActiveFunc={linkActiveFunc}
|
|
544
|
+
linkCallback={linkCallback}
|
|
545
|
+
listOfLinks={item.items}
|
|
546
|
+
url={item.url}
|
|
547
|
+
sidebarExpand={expand}
|
|
548
|
+
isHighlighted={item.isHighlighted}
|
|
549
|
+
darkerBackground={item.darkerBackground}
|
|
550
|
+
leftBorderHighlightDisabled={item.leftBorderHighlightDisabled}
|
|
551
|
+
hideLabelSection={item.hideLabelSection}
|
|
552
|
+
largerDrawerBottomPadding={item.largerDrawerBottomPadding}
|
|
553
|
+
/>
|
|
554
|
+
),
|
|
555
|
+
custom: (
|
|
556
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
557
|
+
<SanitizedContent
|
|
558
|
+
html={item.content}
|
|
559
|
+
customClassName={item.customClassName}
|
|
560
|
+
/>
|
|
561
|
+
</AnimationGroup>
|
|
562
|
+
),
|
|
563
|
+
switchLink: (
|
|
564
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
565
|
+
<CmsSwitchLink
|
|
566
|
+
linkCallback={linkCallback}
|
|
567
|
+
label={item.label}
|
|
568
|
+
url={item.url}
|
|
569
|
+
/>
|
|
570
|
+
</AnimationGroup>
|
|
571
|
+
),
|
|
572
|
+
}[item.type] || (
|
|
573
|
+
<NavLinkInline
|
|
574
|
+
key={key}
|
|
575
|
+
icon={getDynamicIcon(item?.icon)}
|
|
576
|
+
className={item.className ? item.className : linkClass}
|
|
577
|
+
url={item.url}
|
|
578
|
+
label={item.label}
|
|
579
|
+
linkCallback={linkCallback}
|
|
580
|
+
showLabel={isExpandedState}
|
|
581
|
+
disabled={item.disabled}
|
|
582
|
+
target={item.target}
|
|
583
|
+
/>
|
|
584
|
+
)
|
|
585
|
+
);
|
|
586
|
+
});
|
|
587
|
+
|
|
588
|
+
<span class="cstat-no" title="statement not covered" > if (className === "link-container") {</span>
|
|
589
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
590
|
+
<div className="animation-flat" key={`nav-link-container-${recursionId}`}>
|
|
591
|
+
<NavLinkContainer
|
|
592
|
+
listOfLinks={itemsMarkup}
|
|
593
|
+
linkActiveFunc={linkActiveFunc}
|
|
594
|
+
/>
|
|
636
595
|
</div>
|
|
637
|
-
|
|
638
|
-
|
|
596
|
+
);
|
|
597
|
+
} else {
|
|
598
|
+
<span class="cstat-no" title="statement not covered" > return <div className={className}>{itemsMarkup}</div>;</span>
|
|
599
|
+
}
|
|
639
600
|
};
|
|
640
601
|
|
|
641
|
-
|
|
642
|
-
buildVersion: PropTypes.string,
|
|
643
|
-
isFullWidth: PropTypes.bool,
|
|
644
|
-
signUpNowLink: PropTypes.string,
|
|
645
|
-
};
|
|
602
|
+
export default DynamicContent;
|
|
646
603
|
|
|
647
|
-
|
|
604
|
+
DynamicContent.propTypes = {
|
|
605
|
+
config: PropTypes.object,
|
|
606
|
+
isExpandedState: PropTypes.bool,
|
|
607
|
+
contentItems: PropTypes.array,
|
|
608
|
+
className: PropTypes.string,
|
|
609
|
+
recursionId: PropTypes.number,
|
|
610
|
+
expand: PropTypes.func,
|
|
611
|
+
};
|
|
648
612
|
</pre></td></tr></table></pre>
|
|
649
613
|
|
|
650
614
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -652,16 +616,16 @@ export default LegacyFooterUI;
|
|
|
652
616
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
653
617
|
Code coverage generated by
|
|
654
618
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
655
|
-
at
|
|
619
|
+
at 2024-03-21T19:29:13.871Z
|
|
656
620
|
</div>
|
|
657
|
-
<script src="
|
|
621
|
+
<script src="../../../../prettify.js"></script>
|
|
658
622
|
<script>
|
|
659
623
|
window.onload = function () {
|
|
660
624
|
prettyPrint();
|
|
661
625
|
};
|
|
662
626
|
</script>
|
|
663
|
-
<script src="
|
|
664
|
-
<script src="
|
|
627
|
+
<script src="../../../../sorter.js"></script>
|
|
628
|
+
<script src="../../../../block-navigation.js"></script>
|
|
665
629
|
</body>
|
|
666
630
|
</html>
|
|
667
631
|
|