qpp-style 9.8.2 → 9.8.6
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/SideNav/UI/default-content.json +1 -2
- package/components/SideNav/helpers.js +2 -2
- package/coverage/clover.xml +639 -635
- package/coverage/coverage-final.json +66 -65
- package/coverage/lcov-report/Header/HeaderUI.jsx.html +1418 -0
- package/coverage/lcov-report/Header/index.html +111 -0
- package/coverage/lcov-report/HeaderUI.jsx.html +578 -0
- package/coverage/lcov-report/SideNav/UI/index.html +111 -0
- package/coverage/lcov-report/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/Accordion/index.html +111 -0
- package/coverage/lcov-report/components/Accordion/index.jsx.html +359 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +344 -0
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +173 -0
- package/coverage/lcov-report/components/Error/index.html +126 -0
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +845 -0
- package/coverage/lcov-report/components/Footer/LegacyFooterUI.jsx.html +662 -0
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +260 -0
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +182 -0
- package/coverage/lcov-report/components/Footer/index.html +156 -0
- package/coverage/lcov-report/components/InfoModal/index.html +111 -0
- package/coverage/lcov-report/components/InfoModal/index.jsx.html +392 -0
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +305 -0
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +203 -0
- package/coverage/lcov-report/components/Infotip/index.html +141 -0
- package/coverage/lcov-report/components/Infotip/index.js.html +89 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +111 -0
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +680 -0
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +863 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +140 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/index.html +111 -0
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelOneContent.jsx.html +1007 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +722 -0
- package/coverage/lcov-report/components/SideNav/Content/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Details/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Links/NavItemInline.jsx.html +242 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +209 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +659 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
- package/coverage/lcov-report/components/SideNav/Links/index.html +201 -0
- package/coverage/lcov-report/components/SideNav/Links/index.js.html +119 -0
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +1103 -0
- package/coverage/lcov-report/components/SideNav/UI/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/helpers.js.html +221 -0
- package/coverage/lcov-report/components/SideNav/index.html +111 -0
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +344 -0
- package/coverage/lcov-report/components/Tooltip/index.html +141 -0
- package/coverage/lcov-report/components/Tooltip/index.js.html +89 -0
- package/coverage/lcov-report/components/Tooltip/position.js.html +284 -0
- package/coverage/lcov-report/components/index.html +111 -0
- package/coverage/lcov-report/index.html +158 -143
- package/coverage/lcov-report/lib/Chevron.jsx.html +161 -0
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1697 -0
- package/coverage/lcov-report/lib/index.html +141 -0
- package/coverage/lcov-report/lib/svg-definitions.svg.html +455 -0
- package/coverage/lcov-report/react/components/Accordion/index.html +19 -19
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +18 -18
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +15 -15
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +4 -4
- 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 +139 -13
- 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 +18 -18
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +112 -34
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +13 -19
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +146 -26
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +21 -6
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +5 -2
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +41 -155
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +13 -7
- 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 +34 -34
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +3 -6
- package/coverage/lcov-report/react/components/InfoModal/index.html +1 -1
- package/coverage/lcov-report/react/components/InfoModal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +1 -1
- 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 +3 -3
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +83 -47
- package/coverage/lcov-report/react/components/Modal/index.html +32 -32
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +29 -29
- package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +20 -20
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +875 -0
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +5 -5
- package/coverage/lcov-report/react/components/SessionDialog/index.html +111 -0
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +158 -0
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +69 -45
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +44 -44
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +19 -19
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +140 -557
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +19 -13
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +21 -21
- 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 +19 -7
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +13 -13
- 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 +47 -62
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +56 -20
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +41 -41
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +36 -36
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +127 -178
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +17 -17
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +14 -8
- package/coverage/lcov-report/react/components/SideNav/index.html +11 -11
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +12 -12
- 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 +15 -15
- package/coverage/lcov-report/react/components/hooks/index.html +111 -0
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +302 -0
- package/coverage/lcov-report/react/components/index.html +1 -1
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +22 -7
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +25 -10
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +64 -28
- package/coverage/lcov-report/react/lib/index.html +15 -15
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +1 -1
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +1 -1
- package/coverage/lcov-report/react/session/refresh.js.html +1 -1
- package/coverage/lcov-report/react/session/ttl.js.html +1 -1
- package/coverage/lcov-report/session/index.html +126 -0
- package/coverage/lcov-report/session/index.js.html +95 -0
- package/coverage/lcov-report/session/logout.js.html +203 -0
- package/coverage/lcov-report/session/refresh.js.html +227 -0
- package/coverage/lcov-report/session/ttl.js.html +191 -0
- package/coverage/lcov.info +1218 -1190
- 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/images/icons/svg/arrow-down.svg +1 -1
- package/images/icons/svg/arrow-download.svg +1 -1
- package/images/icons/svg/arrow-right.svg +1 -1
- package/images/icons/svg/calendar.svg +1 -1
- package/images/icons/svg/download.svg +1 -1
- package/images/icons/svg/external.svg +1 -1
- package/images/icons/svg/file-upload.svg +1 -1
- package/images/icons/svg/tooltip-question.svg +1 -1
- package/images/icons/svg/trash.svg +1 -1
- package/images/icons/svg/upload.svg +1 -1
- package/package.json +15 -15
- package/storybook-static/0.284246fa7dd756530022.manager.bundle.js +1 -0
- package/storybook-static/0.e444ffe0.iframe.bundle.js +1 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js +3 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.map +1 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js +2 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.96d29e90.iframe.bundle.js +1 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js +2 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js +3 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.map +1 -0
- package/storybook-static/6.fc183cb0948fa18c4851.manager.bundle.js +1 -0
- package/storybook-static/7.6262147d7bfe4804e70d.manager.bundle.js +1 -0
- package/storybook-static/7.9e6103c8.iframe.bundle.js +1 -0
- package/storybook-static/8.88a822e73e773dbd9da6.manager.bundle.js +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/fonts/FontAwesome.otf +0 -0
- package/storybook-static/fonts/OFL.txt +92 -0
- package/storybook-static/fonts/Rubik-Black.ttf +0 -0
- package/storybook-static/fonts/Rubik-BlackItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Bold.ttf +0 -0
- package/storybook-static/fonts/Rubik-BoldItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Italic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Light.ttf +0 -0
- package/storybook-static/fonts/Rubik-LightItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Medium.ttf +0 -0
- package/storybook-static/fonts/Rubik-MediumItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Regular.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.eot +0 -0
- package/storybook-static/fonts/fontawesome-webfont.svg +2671 -0
- package/storybook-static/fonts/fontawesome-webfont.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff2 +0 -0
- package/storybook-static/iframe.html +138 -0
- package/storybook-static/images/favicon/android-chrome-192x192.png +0 -0
- package/storybook-static/images/favicon/android-chrome-256x256.png +0 -0
- package/storybook-static/images/favicon/apple-touch-icon.png +0 -0
- package/storybook-static/images/favicon/browserconfig.xml +9 -0
- package/storybook-static/images/favicon/favicon-16x16.png +0 -0
- package/storybook-static/images/favicon/favicon-32x32.png +0 -0
- package/storybook-static/images/favicon/favicon.ico +0 -0
- package/storybook-static/images/favicon/manifest.json +18 -0
- package/storybook-static/images/favicon/mstile-150x150.png +0 -0
- package/storybook-static/images/favicon/safari-pinned-tab.svg +32 -0
- package/storybook-static/images/hhs-logo-black.svg +10 -0
- package/storybook-static/images/hhs-logo-white.svg +10 -0
- package/storybook-static/images/icons/close-x.svg +6 -0
- package/storybook-static/images/icons/help-headset.svg +21 -0
- package/storybook-static/images/icons/svg/arrow-down.svg +3 -0
- package/storybook-static/images/icons/svg/arrow-download.svg +5 -0
- package/storybook-static/images/icons/svg/arrow-right.svg +5 -0
- package/storybook-static/images/icons/svg/close.svg +3 -0
- package/storybook-static/images/icons/svg/download.svg +1 -0
- package/storybook-static/images/icons/svg/external.svg +4 -0
- package/storybook-static/images/icons/svg/file-upload.svg +1 -0
- package/storybook-static/images/icons/svg/print.svg +4 -0
- package/storybook-static/images/icons/svg/trash.svg +5 -0
- package/storybook-static/images/icons/svg/upload.svg +3 -0
- package/storybook-static/images/qpp_logo_reversed.png +0 -0
- package/storybook-static/images/qpp_logo_rgb_color.png +0 -0
- package/storybook-static/index.html +55 -0
- package/storybook-static/main.18ac9bfd601c66f4bee6.manager.bundle.js +1 -0
- package/storybook-static/main.9d42b744.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.d17fbed7a9ad1d2c431e.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.ed6e2009.iframe.bundle.js +1 -0
- package/storybook-static/static/media/Bitter-Bold.091bd4b7.woff +0 -0
- package/storybook-static/static/media/Bitter-Bold.24bf01e4.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Bold.46bc29e4.ttf +0 -0
- package/storybook-static/static/media/Bitter-Bold.790f4f2f.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.1fa5390c.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.25e5675f.woff +0 -0
- package/storybook-static/static/media/Bitter-Italic.2eb18f5a.ttf +0 -0
- package/storybook-static/static/media/Bitter-Italic.34644574.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Regular.4b22b6e8.woff +0 -0
- package/storybook-static/static/media/Bitter-Regular.559e7075.eot +0 -0
- package/storybook-static/static/media/Bitter-Regular.8db0301b.ttf +0 -0
- package/storybook-static/static/media/Bitter-Regular.f4e2f1f1.woff2 +0 -0
- package/storybook-static/static/media/FontAwesome.91f80bba.otf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.202d819d.eot +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.92e570c6.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.da71e99a.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.e75949bb.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.72daa33a.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.74ead3a8.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ae19388f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ec7a2746.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.63a5fa7d.woff +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.66451be4.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.7882d20f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.ca4dd835.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.17ded75f.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.2a5adf6c.woff +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.6059fecb.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.c9808185.eot +0 -0
- package/storybook-static/static/media/Rubik-Bold.31bbd4d2.ttf +0 -0
- package/storybook-static/static/media/Rubik-Light.c90e2014.ttf +0 -0
- package/storybook-static/static/media/Rubik-Medium.5daa89aa.ttf +0 -0
- package/storybook-static/static/media/Rubik-Regular.cdf97d58.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.1e59d233.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.20fd1704.woff2 +0 -0
- package/storybook-static/static/media/fontawesome-webfont.8b43027f.eot +0 -0
- package/storybook-static/static/media/fontawesome-webfont.f691f37e.woff +0 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js.LICENSE.txt +88 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.LICENSE.txt +152 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.map +1 -0
- package/styles/qppds/components/_modal.scss +22 -0
- package/styles/qppds/utilities/_display-visability.scss +8 -0
- package/styles/qppds/utilities/_height.scss +38 -0
- package/styles/qppds/utilities/_width.scss +35 -0
- package/styles/qppds/utilities/index.scss +1 -0
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">52.5% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>21/40</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">10.53% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>4/38</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">52.5% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>21/40</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
57
|
</div>
|
|
58
|
-
<div class='status-line
|
|
58
|
+
<div class='status-line medium'></div>
|
|
59
59
|
<pre><table class="coverage">
|
|
60
60
|
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
61
|
<a name='L2'></a><a href='#L2'>2</a>
|
|
@@ -381,24 +381,7 @@
|
|
|
381
381
|
<a name='L322'></a><a href='#L322'>322</a>
|
|
382
382
|
<a name='L323'></a><a href='#L323'>323</a>
|
|
383
383
|
<a name='L324'></a><a href='#L324'>324</a>
|
|
384
|
-
<a name='L325'></a><a href='#L325'>325</a>
|
|
385
|
-
<a name='L326'></a><a href='#L326'>326</a>
|
|
386
|
-
<a name='L327'></a><a href='#L327'>327</a>
|
|
387
|
-
<a name='L328'></a><a href='#L328'>328</a>
|
|
388
|
-
<a name='L329'></a><a href='#L329'>329</a>
|
|
389
|
-
<a name='L330'></a><a href='#L330'>330</a>
|
|
390
|
-
<a name='L331'></a><a href='#L331'>331</a>
|
|
391
|
-
<a name='L332'></a><a href='#L332'>332</a>
|
|
392
|
-
<a name='L333'></a><a href='#L333'>333</a>
|
|
393
|
-
<a name='L334'></a><a href='#L334'>334</a>
|
|
394
|
-
<a name='L335'></a><a href='#L335'>335</a>
|
|
395
|
-
<a name='L336'></a><a href='#L336'>336</a>
|
|
396
|
-
<a name='L337'></a><a href='#L337'>337</a>
|
|
397
|
-
<a name='L338'></a><a href='#L338'>338</a>
|
|
398
|
-
<a name='L339'></a><a href='#L339'>339</a>
|
|
399
|
-
<a name='L340'></a><a href='#L340'>340</a>
|
|
400
|
-
<a name='L341'></a><a href='#L341'>341</a>
|
|
401
|
-
<a name='L342'></a><a href='#L342'>342</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
384
|
+
<a name='L325'></a><a href='#L325'>325</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
402
385
|
<span class="cline-any cline-neutral"> </span>
|
|
403
386
|
<span class="cline-any cline-neutral"> </span>
|
|
404
387
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -417,16 +400,9 @@
|
|
|
417
400
|
<span class="cline-any cline-neutral"> </span>
|
|
418
401
|
<span class="cline-any cline-neutral"> </span>
|
|
419
402
|
<span class="cline-any cline-neutral"> </span>
|
|
420
|
-
<span class="cline-any cline-yes">2x</span>
|
|
421
|
-
<span class="cline-any cline-neutral"> </span>
|
|
422
|
-
<span class="cline-any cline-neutral"> </span>
|
|
423
|
-
<span class="cline-any cline-neutral"> </span>
|
|
424
|
-
<span class="cline-any cline-neutral"> </span>
|
|
425
|
-
<span class="cline-any cline-neutral"> </span>
|
|
426
|
-
<span class="cline-any cline-neutral"> </span>
|
|
427
|
-
<span class="cline-any cline-neutral"> </span>
|
|
428
403
|
<span class="cline-any cline-neutral"> </span>
|
|
429
404
|
<span class="cline-any cline-neutral"> </span>
|
|
405
|
+
<span class="cline-any cline-yes">2x</span>
|
|
430
406
|
<span class="cline-any cline-neutral"> </span>
|
|
431
407
|
<span class="cline-any cline-neutral"> </span>
|
|
432
408
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -468,7 +444,6 @@
|
|
|
468
444
|
<span class="cline-any cline-yes">1x</span>
|
|
469
445
|
<span class="cline-any cline-neutral"> </span>
|
|
470
446
|
<span class="cline-any cline-neutral"> </span>
|
|
471
|
-
<span class="cline-any cline-yes">1x</span>
|
|
472
447
|
<span class="cline-any cline-neutral"> </span>
|
|
473
448
|
<span class="cline-any cline-neutral"> </span>
|
|
474
449
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -486,10 +461,20 @@
|
|
|
486
461
|
<span class="cline-any cline-neutral"> </span>
|
|
487
462
|
<span class="cline-any cline-neutral"> </span>
|
|
488
463
|
<span class="cline-any cline-neutral"> </span>
|
|
464
|
+
<span class="cline-any cline-yes">1x</span>
|
|
465
|
+
<span class="cline-any cline-neutral"> </span>
|
|
466
|
+
<span class="cline-any cline-no"> </span>
|
|
467
|
+
<span class="cline-any cline-no"> </span>
|
|
489
468
|
<span class="cline-any cline-no"> </span>
|
|
490
469
|
<span class="cline-any cline-neutral"> </span>
|
|
470
|
+
<span class="cline-any cline-no"> </span>
|
|
471
|
+
<span class="cline-any cline-no"> </span>
|
|
472
|
+
<span class="cline-any cline-no"> </span>
|
|
491
473
|
<span class="cline-any cline-neutral"> </span>
|
|
492
474
|
<span class="cline-any cline-neutral"> </span>
|
|
475
|
+
<span class="cline-any cline-no"> </span>
|
|
476
|
+
<span class="cline-any cline-no"> </span>
|
|
477
|
+
<span class="cline-any cline-no"> </span>
|
|
493
478
|
<span class="cline-any cline-neutral"> </span>
|
|
494
479
|
<span class="cline-any cline-neutral"> </span>
|
|
495
480
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -497,32 +482,21 @@
|
|
|
497
482
|
<span class="cline-any cline-neutral"> </span>
|
|
498
483
|
<span class="cline-any cline-neutral"> </span>
|
|
499
484
|
<span class="cline-any cline-neutral"> </span>
|
|
500
|
-
<span class="cline-any cline-yes">1x</span>
|
|
501
485
|
<span class="cline-any cline-neutral"> </span>
|
|
502
486
|
<span class="cline-any cline-neutral"> </span>
|
|
503
487
|
<span class="cline-any cline-neutral"> </span>
|
|
504
488
|
<span class="cline-any cline-neutral"> </span>
|
|
505
489
|
<span class="cline-any cline-neutral"> </span>
|
|
506
|
-
<span class="cline-any cline-no"> </span>
|
|
507
|
-
<span class="cline-any cline-no"> </span>
|
|
508
490
|
<span class="cline-any cline-neutral"> </span>
|
|
509
|
-
<span class="cline-any cline-no"> </span>
|
|
510
|
-
<span class="cline-any cline-no"> </span>
|
|
511
|
-
<span class="cline-any cline-no"> </span>
|
|
512
491
|
<span class="cline-any cline-neutral"> </span>
|
|
513
492
|
<span class="cline-any cline-neutral"> </span>
|
|
514
|
-
<span class="cline-any cline-no"> </span>
|
|
515
|
-
<span class="cline-any cline-no"> </span>
|
|
516
493
|
<span class="cline-any cline-neutral"> </span>
|
|
517
|
-
<span class="cline-any cline-no"> </span>
|
|
518
494
|
<span class="cline-any cline-neutral"> </span>
|
|
519
495
|
<span class="cline-any cline-neutral"> </span>
|
|
520
496
|
<span class="cline-any cline-neutral"> </span>
|
|
521
497
|
<span class="cline-any cline-neutral"> </span>
|
|
522
498
|
<span class="cline-any cline-neutral"> </span>
|
|
523
|
-
<span class="cline-any cline-no"> </span>
|
|
524
499
|
<span class="cline-any cline-neutral"> </span>
|
|
525
|
-
<span class="cline-any cline-no"> </span>
|
|
526
500
|
<span class="cline-any cline-neutral"> </span>
|
|
527
501
|
<span class="cline-any cline-neutral"> </span>
|
|
528
502
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -536,7 +510,6 @@
|
|
|
536
510
|
<span class="cline-any cline-neutral"> </span>
|
|
537
511
|
<span class="cline-any cline-neutral"> </span>
|
|
538
512
|
<span class="cline-any cline-neutral"> </span>
|
|
539
|
-
<span class="cline-any cline-no"> </span>
|
|
540
513
|
<span class="cline-any cline-neutral"> </span>
|
|
541
514
|
<span class="cline-any cline-neutral"> </span>
|
|
542
515
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -550,7 +523,6 @@
|
|
|
550
523
|
<span class="cline-any cline-neutral"> </span>
|
|
551
524
|
<span class="cline-any cline-neutral"> </span>
|
|
552
525
|
<span class="cline-any cline-neutral"> </span>
|
|
553
|
-
<span class="cline-any cline-no"> </span>
|
|
554
526
|
<span class="cline-any cline-neutral"> </span>
|
|
555
527
|
<span class="cline-any cline-neutral"> </span>
|
|
556
528
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -566,7 +538,6 @@
|
|
|
566
538
|
<span class="cline-any cline-neutral"> </span>
|
|
567
539
|
<span class="cline-any cline-neutral"> </span>
|
|
568
540
|
<span class="cline-any cline-neutral"> </span>
|
|
569
|
-
<span class="cline-any cline-no"> </span>
|
|
570
541
|
<span class="cline-any cline-neutral"> </span>
|
|
571
542
|
<span class="cline-any cline-neutral"> </span>
|
|
572
543
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -575,7 +546,6 @@
|
|
|
575
546
|
<span class="cline-any cline-neutral"> </span>
|
|
576
547
|
<span class="cline-any cline-neutral"> </span>
|
|
577
548
|
<span class="cline-any cline-neutral"> </span>
|
|
578
|
-
<span class="cline-any cline-no"> </span>
|
|
579
549
|
<span class="cline-any cline-neutral"> </span>
|
|
580
550
|
<span class="cline-any cline-neutral"> </span>
|
|
581
551
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -592,7 +562,6 @@
|
|
|
592
562
|
<span class="cline-any cline-neutral"> </span>
|
|
593
563
|
<span class="cline-any cline-neutral"> </span>
|
|
594
564
|
<span class="cline-any cline-neutral"> </span>
|
|
595
|
-
<span class="cline-any cline-no"> </span>
|
|
596
565
|
<span class="cline-any cline-neutral"> </span>
|
|
597
566
|
<span class="cline-any cline-neutral"> </span>
|
|
598
567
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -601,7 +570,6 @@
|
|
|
601
570
|
<span class="cline-any cline-neutral"> </span>
|
|
602
571
|
<span class="cline-any cline-neutral"> </span>
|
|
603
572
|
<span class="cline-any cline-neutral"> </span>
|
|
604
|
-
<span class="cline-any cline-no"> </span>
|
|
605
573
|
<span class="cline-any cline-neutral"> </span>
|
|
606
574
|
<span class="cline-any cline-neutral"> </span>
|
|
607
575
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -611,7 +579,6 @@
|
|
|
611
579
|
<span class="cline-any cline-neutral"> </span>
|
|
612
580
|
<span class="cline-any cline-neutral"> </span>
|
|
613
581
|
<span class="cline-any cline-neutral"> </span>
|
|
614
|
-
<span class="cline-any cline-no"> </span>
|
|
615
582
|
<span class="cline-any cline-neutral"> </span>
|
|
616
583
|
<span class="cline-any cline-neutral"> </span>
|
|
617
584
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -621,9 +588,6 @@
|
|
|
621
588
|
<span class="cline-any cline-neutral"> </span>
|
|
622
589
|
<span class="cline-any cline-neutral"> </span>
|
|
623
590
|
<span class="cline-any cline-neutral"> </span>
|
|
624
|
-
<span class="cline-any cline-no"> </span>
|
|
625
|
-
<span class="cline-any cline-neutral"> </span>
|
|
626
|
-
<span class="cline-any cline-neutral"> </span>
|
|
627
591
|
<span class="cline-any cline-neutral"> </span>
|
|
628
592
|
<span class="cline-any cline-neutral"> </span>
|
|
629
593
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -647,6 +611,9 @@
|
|
|
647
611
|
<span class="cline-any cline-neutral"> </span>
|
|
648
612
|
<span class="cline-any cline-neutral"> </span>
|
|
649
613
|
<span class="cline-any cline-neutral"> </span>
|
|
614
|
+
<span class="cline-any cline-neutral"> </span>
|
|
615
|
+
<span class="cline-any cline-neutral"> </span>
|
|
616
|
+
<span class="cline-any cline-neutral"> </span>
|
|
650
617
|
<span class="cline-any cline-no"> </span>
|
|
651
618
|
<span class="cline-any cline-neutral"> </span>
|
|
652
619
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -711,11 +678,10 @@
|
|
|
711
678
|
<span class="cline-any cline-neutral"> </span>
|
|
712
679
|
<span class="cline-any cline-neutral"> </span>
|
|
713
680
|
<span class="cline-any cline-neutral"> </span>
|
|
681
|
+
<span class="cline-any cline-yes">2x</span>
|
|
714
682
|
<span class="cline-any cline-neutral"> </span>
|
|
715
683
|
<span class="cline-any cline-neutral"> </span>
|
|
716
684
|
<span class="cline-any cline-neutral"> </span>
|
|
717
|
-
<span class="cline-any cline-yes">2x</span>
|
|
718
|
-
<span class="cline-any cline-neutral"> </span>
|
|
719
685
|
<span class="cline-any cline-neutral"> </span>
|
|
720
686
|
<span class="cline-any cline-neutral"> </span>
|
|
721
687
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -743,6 +709,7 @@
|
|
|
743
709
|
import PropTypes from 'prop-types';
|
|
744
710
|
import SVGInline from 'react-svg-inline';
|
|
745
711
|
|
|
712
|
+
import { withGetConfig } from '../../hooks/useGetConfig';
|
|
746
713
|
import { LevelOneContent, LevelTwoContent } from '../Content';
|
|
747
714
|
import {
|
|
748
715
|
NavLinkContainer,
|
|
@@ -757,29 +724,21 @@ import SanitizedContent from '../../SanitizedContent';
|
|
|
757
724
|
import * as SvgComponents from '../../../lib/SvgComponents.jsx';
|
|
758
725
|
import SVGIcons from '../../../lib/svg-definitions.svg';
|
|
759
726
|
import CmsSwitchLink from '../Links/CmsSwitchLink';
|
|
727
|
+
import defaultContent from './default-content';
|
|
760
728
|
|
|
761
729
|
const SideNavUI = ({
|
|
762
730
|
chartData,
|
|
763
731
|
config,
|
|
764
732
|
currentLevel,
|
|
765
|
-
fbpPerformanceYear,
|
|
766
|
-
feedbackPerformanceYear,
|
|
767
733
|
isAltStyle,
|
|
768
734
|
isExpanded,
|
|
769
735
|
items,
|
|
770
736
|
onCollapsed,
|
|
771
737
|
onExpanded,
|
|
772
738
|
performanceYear,
|
|
773
|
-
showApmIncentivePaymentLink,
|
|
774
|
-
showDevPreDfpLink,
|
|
775
|
-
showExceptionsApplicationLink,
|
|
776
|
-
showFacilityBasedPreviewLink,
|
|
777
|
-
showPhysicianCompareLink,
|
|
778
739
|
showReportingLinks,
|
|
779
|
-
showReportsPortal,
|
|
780
|
-
showSelfNomination,
|
|
781
|
-
showTargetedReviewLink,
|
|
782
740
|
svgIcons,
|
|
741
|
+
result,
|
|
783
742
|
}) => {
|
|
784
743
|
const [isExpandedState, setIsExpandedState] = useState(isExpanded);
|
|
785
744
|
const [itemsState, setItemsState] = useState(items);
|
|
@@ -806,65 +765,53 @@ const SideNavUI = ({
|
|
|
806
765
|
};
|
|
807
766
|
|
|
808
767
|
const getLevelContent = () => {
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
return (
|
|
813
|
-
<LevelOneContent
|
|
814
|
-
performanceYear={performanceYear}
|
|
815
|
-
feedbackPerformanceYear={feedbackPerformanceYear}
|
|
816
|
-
fbpPerformanceYear={fbpPerformanceYear}
|
|
817
|
-
isExpanded={isExpandedState}
|
|
818
|
-
config={config}
|
|
819
|
-
showDevPreDfpLink={showDevPreDfpLink}
|
|
820
|
-
showPhysicianCompareLink={showPhysicianCompareLink}
|
|
821
|
-
showFacilityBasedPreviewLink={showFacilityBasedPreviewLink}
|
|
822
|
-
showApmIncentivePaymentLink={showApmIncentivePaymentLink}
|
|
823
|
-
showSelfNomination={showSelfNomination}
|
|
824
|
-
showReportsPortal={showReportsPortal}
|
|
825
|
-
showExceptionsApplicationLink={showExceptionsApplicationLink}
|
|
826
|
-
showTargetedReviewLink={showTargetedReviewLink}
|
|
827
|
-
/>
|
|
828
|
-
);
|
|
829
|
-
<span class="branch-2 cbranch-no" title="branch not covered" > case 2: // Group Submission</span>
|
|
830
|
-
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
768
|
+
return (
|
|
769
|
+
{
|
|
770
|
+
2: (
|
|
831
771
|
<LevelTwoContent
|
|
832
772
|
showReportingLinks={showReportingLinks}
|
|
833
773
|
isExpanded={isExpandedState}
|
|
834
774
|
chartData={chartData}
|
|
835
775
|
config={config}
|
|
836
776
|
/>
|
|
837
|
-
)
|
|
838
|
-
|
|
777
|
+
),
|
|
778
|
+
}[currentLevelState] || (
|
|
779
|
+
<LevelOneContent
|
|
780
|
+
levelOneContent={result?.content}
|
|
781
|
+
isExpanded={isExpandedState}
|
|
782
|
+
config={config}
|
|
783
|
+
/>
|
|
784
|
+
)
|
|
785
|
+
);
|
|
839
786
|
};
|
|
840
787
|
|
|
841
|
-
const getDynamicContent = <span class="fstat-no" title="function not covered" >(c</span>ontentItems, className) => {
|
|
842
|
-
const {
|
|
843
|
-
|
|
844
|
-
linkActiveFunc,
|
|
845
|
-
linkCallback,
|
|
846
|
-
useTooltips,
|
|
847
|
-
} = <span class="cstat-no" title="statement not covered" >config;</span>
|
|
788
|
+
const getDynamicContent = <span class="fstat-no" title="function not covered" >(c</span>ontentItems, className, recursionId) => {
|
|
789
|
+
const { openDrawersByDefault, linkActiveFunc, linkCallback, useTooltips } =
|
|
790
|
+
<span class="cstat-no" title="statement not covered" > config;</span>
|
|
848
791
|
const linkClass = <span class="cstat-no" title="statement not covered" >isExpandedState ? 'link-inline' : 'link-collapsed';</span>
|
|
792
|
+
const containerRecursionId = <span class="cstat-no" title="statement not covered" >recursionId || 0;</span>
|
|
849
793
|
|
|
850
794
|
const getDynamicIcon = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(i</span>con) => {</span>
|
|
851
795
|
const Component = <span class="cstat-no" title="statement not covered" >SvgComponents[icon];</span>
|
|
852
|
-
<span class="cstat-no" title="statement not covered" > return <Component />
|
|
796
|
+
<span class="cstat-no" title="statement not covered" > return Component ? <Component /> : null;</span>
|
|
853
797
|
};
|
|
854
798
|
|
|
855
|
-
const itemsMarkup = <span class="cstat-no" title="statement not covered" >contentItems.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => {</span>
|
|
856
|
-
<span class="cstat-no" title="statement not covered"
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
799
|
+
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>
|
|
800
|
+
const key = <span class="cstat-no" title="statement not covered" >`${JSON.stringify(item)}-${index}-${containerRecursionId}`;</span>
|
|
801
|
+
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
802
|
+
{
|
|
803
|
+
divider: (
|
|
804
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
860
805
|
<hr />
|
|
861
806
|
</AnimationGroup>
|
|
862
|
-
)
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
807
|
+
),
|
|
808
|
+
container: getDynamicContent(
|
|
809
|
+
item.items,
|
|
810
|
+
item.className,
|
|
811
|
+
containerRecursionId + 1
|
|
812
|
+
),
|
|
813
|
+
linkBack: (
|
|
814
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
868
815
|
<NavLinkInline
|
|
869
816
|
className="link-back"
|
|
870
817
|
icon={getDynamicIcon('ChevronLeft')}
|
|
@@ -875,13 +822,12 @@ const SideNavUI = ({
|
|
|
875
822
|
useTooltips={useTooltips}
|
|
876
823
|
/>
|
|
877
824
|
</AnimationGroup>
|
|
878
|
-
)
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
<AnimationGroup display={isExpandedState}>
|
|
825
|
+
),
|
|
826
|
+
linkHome: (
|
|
827
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
882
828
|
<NavLinkInline
|
|
883
829
|
className="account-home-link"
|
|
884
|
-
icon={getDynamicIcon(item
|
|
830
|
+
icon={getDynamicIcon(item?.icon)}
|
|
885
831
|
url={item.url}
|
|
886
832
|
label={item.label}
|
|
887
833
|
linkCallback={linkCallback}
|
|
@@ -889,10 +835,13 @@ const SideNavUI = ({
|
|
|
889
835
|
useTooltips={useTooltips}
|
|
890
836
|
/>
|
|
891
837
|
</AnimationGroup>
|
|
892
|
-
)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
838
|
+
),
|
|
839
|
+
practiceDetails: (
|
|
840
|
+
<AnimationGroup
|
|
841
|
+
display={isExpandedState}
|
|
842
|
+
className={'details'}
|
|
843
|
+
key={key}
|
|
844
|
+
>
|
|
896
845
|
<PracticeDetails
|
|
897
846
|
practiceName={item.practiceName}
|
|
898
847
|
{...(!item.practiceTin
|
|
@@ -903,26 +852,26 @@ const SideNavUI = ({
|
|
|
903
852
|
: { apmEntityId: item.apmEntityId })}
|
|
904
853
|
{...(!item.vgId ? {} : { vgId: item.vgId })}
|
|
905
854
|
{...(!item.cpcPlusId ? {} : { cpcPlusId: item.cpcPlusId })}
|
|
855
|
+
{...(!item.pcfId ? {} : { pcfId: item.pcfId })}
|
|
906
856
|
/>
|
|
907
857
|
</AnimationGroup>
|
|
908
|
-
)
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
<AnimationGroup display={isExpandedState}>
|
|
858
|
+
),
|
|
859
|
+
individualDetails: (
|
|
860
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
912
861
|
<IndividualDetails
|
|
913
862
|
individualName={item.individualName}
|
|
914
863
|
individualNpi={item.individualNpi}
|
|
915
864
|
/>
|
|
916
865
|
</AnimationGroup>
|
|
917
|
-
)
|
|
918
|
-
|
|
919
|
-
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
866
|
+
),
|
|
867
|
+
linkDrawer: (
|
|
920
868
|
<NavLinkDrawer
|
|
869
|
+
key={key}
|
|
921
870
|
isExpanded={isExpandedState}
|
|
922
871
|
isAlwaysOpen={item.isAlwaysOpen}
|
|
923
872
|
openByDefault={openDrawersByDefault}
|
|
924
873
|
rightIcon="chevron-down"
|
|
925
|
-
leftIcon={getDynamicIcon(item
|
|
874
|
+
leftIcon={getDynamicIcon(item?.icon)}
|
|
926
875
|
className={linkClass}
|
|
927
876
|
label={item.label}
|
|
928
877
|
linkActiveFunc={linkActiveFunc}
|
|
@@ -930,57 +879,58 @@ const SideNavUI = ({
|
|
|
930
879
|
listOfLinks={item.items}
|
|
931
880
|
url={item.url}
|
|
932
881
|
sidebarExpand={expand}
|
|
882
|
+
isHighlighted={item.isHighlighted}
|
|
933
883
|
/>
|
|
934
|
-
)
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
<AnimationGroup display={isExpandedState}>
|
|
884
|
+
),
|
|
885
|
+
custom: (
|
|
886
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
938
887
|
<SanitizedContent
|
|
939
888
|
html={item.content}
|
|
940
889
|
customClassName={item.customClassName}
|
|
941
890
|
/>
|
|
942
891
|
</AnimationGroup>
|
|
943
|
-
)
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
<AnimationGroup display={isExpandedState}>
|
|
892
|
+
),
|
|
893
|
+
chart: (
|
|
894
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
947
895
|
<ScoreChart
|
|
948
896
|
chartData={item.chartData}
|
|
949
897
|
linkCallback={linkCallback}
|
|
950
898
|
performanceYear={performanceYear}
|
|
951
899
|
/>
|
|
952
900
|
</AnimationGroup>
|
|
953
|
-
)
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
<AnimationGroup display={isExpandedState}>
|
|
901
|
+
),
|
|
902
|
+
switchLink: (
|
|
903
|
+
<AnimationGroup display={isExpandedState} key={key}>
|
|
957
904
|
<CmsSwitchLink
|
|
958
905
|
linkCallback={linkCallback}
|
|
959
906
|
label={item.label}
|
|
960
907
|
url={item.url}
|
|
961
908
|
/>
|
|
962
909
|
</AnimationGroup>
|
|
963
|
-
)
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
910
|
+
),
|
|
911
|
+
}[item.type] || (
|
|
912
|
+
<NavLinkInline
|
|
913
|
+
key={key}
|
|
914
|
+
icon={getDynamicIcon(item?.icon)}
|
|
915
|
+
className={item.className ? item.className : linkClass}
|
|
916
|
+
url={item.url}
|
|
917
|
+
label={item.label}
|
|
918
|
+
linkCallback={linkCallback}
|
|
919
|
+
showLabel={isExpandedState}
|
|
920
|
+
disabled={item.disabled}
|
|
921
|
+
useTooltips={useTooltips}
|
|
922
|
+
target={item.target}
|
|
923
|
+
/>
|
|
924
|
+
)
|
|
925
|
+
);
|
|
979
926
|
});
|
|
980
927
|
|
|
981
928
|
<span class="cstat-no" title="statement not covered" > if (className === 'link-container') {</span>
|
|
982
929
|
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
983
|
-
<div
|
|
930
|
+
<div
|
|
931
|
+
className="animation-flat"
|
|
932
|
+
key={`nav-link-container-${recursionId}`}
|
|
933
|
+
>
|
|
984
934
|
<NavLinkContainer
|
|
985
935
|
listOfLinks={itemsMarkup}
|
|
986
936
|
linkActiveFunc={linkActiveFunc}
|
|
@@ -1038,21 +988,18 @@ SideNavUI.propTypes = {
|
|
|
1038
988
|
onCollapsed: PropTypes.func,
|
|
1039
989
|
chartData: PropTypes.object,
|
|
1040
990
|
config: PropTypes.object,
|
|
1041
|
-
showDevPreDfpLink: PropTypes.bool,
|
|
1042
991
|
items: PropTypes.object,
|
|
1043
992
|
isAltStyle: PropTypes.bool,
|
|
1044
|
-
showPhysicianCompareLink: PropTypes.bool,
|
|
1045
|
-
showFacilityBasedPreviewLink: PropTypes.bool,
|
|
1046
993
|
showReportingLinks: PropTypes.bool,
|
|
1047
|
-
showApmIncentivePaymentLink: PropTypes.bool,
|
|
1048
994
|
performanceYear: PropTypes.string,
|
|
1049
|
-
feedbackPerformanceYear: PropTypes.string,
|
|
1050
|
-
fbpPerformanceYear: PropTypes.string,
|
|
1051
|
-
showSelfNomination: PropTypes.bool,
|
|
1052
|
-
showReportsPortal: PropTypes.bool,
|
|
1053
|
-
showExceptionsApplicationLink: PropTypes.bool,
|
|
1054
|
-
showTargetedReviewLink: PropTypes.bool,
|
|
1055
995
|
svgIcons: PropTypes.string,
|
|
996
|
+
result: PropTypes.shape({
|
|
997
|
+
content: PropTypes.shape({
|
|
998
|
+
default: PropTypes.arrayOf(PropTypes.object),
|
|
999
|
+
devPre: PropTypes.arrayOf(PropTypes.object),
|
|
1000
|
+
viewer: PropTypes.arrayOf(PropTypes.object),
|
|
1001
|
+
}),
|
|
1002
|
+
}),
|
|
1056
1003
|
};
|
|
1057
1004
|
|
|
1058
1005
|
SideNavUI.defaultProps = {
|
|
@@ -1062,24 +1009,26 @@ SideNavUI.defaultProps = {
|
|
|
1062
1009
|
onCollapsed: <span class="fstat-no" title="function not covered" >()</span> => {},
|
|
1063
1010
|
chartData: {},
|
|
1064
1011
|
config: {},
|
|
1065
|
-
showDevPreDfpLink: false,
|
|
1066
1012
|
items: null,
|
|
1067
1013
|
isAltStyle: false,
|
|
1068
|
-
showPhysicianCompareLink: false,
|
|
1069
|
-
showFacilityBasedPreviewLink: false,
|
|
1070
|
-
showApmIncentivePaymentLink: false,
|
|
1071
1014
|
showReportingLinks: false,
|
|
1072
1015
|
performanceYear: '2017',
|
|
1073
|
-
feedbackPerformanceYear: null,
|
|
1074
|
-
fbpPerformanceYear: null,
|
|
1075
|
-
showSelfNomination: false,
|
|
1076
|
-
showReportsPortal: false,
|
|
1077
|
-
showExceptionsApplicationLink: false,
|
|
1078
|
-
showTargetedReviewLink: false,
|
|
1079
1016
|
svgIcons: SVGIcons,
|
|
1017
|
+
result: {
|
|
1018
|
+
content: {
|
|
1019
|
+
default: [],
|
|
1020
|
+
devPre: [],
|
|
1021
|
+
viewer: [],
|
|
1022
|
+
},
|
|
1023
|
+
},
|
|
1080
1024
|
};
|
|
1081
1025
|
|
|
1082
|
-
export default SideNavUI
|
|
1026
|
+
export default withGetConfig(SideNavUI, {
|
|
1027
|
+
timeout: 5,
|
|
1028
|
+
url: '/config/side-navigation',
|
|
1029
|
+
localStorageName: 'qpp_side_navigation',
|
|
1030
|
+
defaultContent,
|
|
1031
|
+
});
|
|
1083
1032
|
</pre></td></tr></table></pre>
|
|
1084
1033
|
|
|
1085
1034
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -1087,7 +1036,7 @@ export default SideNavUI;
|
|
|
1087
1036
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
1088
1037
|
Code coverage generated by
|
|
1089
1038
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
1090
|
-
at
|
|
1039
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
1091
1040
|
</div>
|
|
1092
1041
|
</div>
|
|
1093
1042
|
<script src="../../../../prettify.js"></script>
|