qpp-style 9.18.2 → 9.19.1
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/Header/HeaderAccountMenu.jsx +10 -85
- package/components/Header/HeaderUI.jsx +53 -61
- package/components/Header/hooks.js +16 -2
- package/components/SideNav/UI/SideNavUI.jsx +0 -6
- package/components/index.js +0 -2
- package/coverage/clover.xml +116 -119
- package/coverage/coverage-final.json +72 -73
- package/coverage/lcov-report/components/Accordion/index.html +116 -0
- package/coverage/lcov-report/components/Accordion/index.jsx.html +364 -0
- package/coverage/lcov-report/components/Button/index.html +116 -0
- package/coverage/lcov-report/components/Button/index.js.html +355 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +349 -0
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +178 -0
- package/coverage/lcov-report/components/Error/index.html +131 -0
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +706 -0
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +265 -0
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +187 -0
- package/coverage/lcov-report/components/Footer/index.html +146 -0
- package/coverage/lcov-report/components/GovBanner/index.html +116 -0
- package/coverage/lcov-report/components/GovBanner/index.js.html +436 -0
- package/coverage/lcov-report/components/Header/HeaderAccountMenu.jsx.html +592 -0
- package/coverage/lcov-report/components/Header/HeaderCancel.jsx.html +133 -0
- package/coverage/lcov-report/components/Header/HeaderContainer.jsx.html +280 -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 +331 -0
- package/coverage/lcov-report/components/Header/NavigationButtonIcon.jsx.html +166 -0
- package/coverage/lcov-report/components/Header/hooks.js.html +241 -0
- package/coverage/lcov-report/components/Header/index.html +326 -0
- package/coverage/lcov-report/components/Header/utag-helpers.js.html +112 -0
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +310 -0
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +208 -0
- package/coverage/lcov-report/components/Infotip/index.html +146 -0
- package/coverage/lcov-report/components/Infotip/index.js.html +94 -0
- package/coverage/lcov-report/components/Modal/LegacyModal.jsx.html +301 -0
- package/coverage/lcov-report/components/Modal/Modal.jsx.html +505 -0
- package/coverage/lcov-report/components/Modal/index.html +146 -0
- package/coverage/lcov-report/components/Modal/index.jsx.html +151 -0
- package/coverage/lcov-report/components/NotificationBanner/CollapsedView.js.html +181 -0
- package/coverage/lcov-report/components/NotificationBanner/ExpandedView.js.html +220 -0
- package/coverage/lcov-report/components/NotificationBanner/index.html +146 -0
- package/coverage/lcov-report/components/NotificationBanner/index.js.html +748 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +116 -0
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +685 -0
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +868 -0
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +889 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.html +116 -0
- package/coverage/lcov-report/components/SideNav/helpers.js.html +1057 -0
- package/coverage/lcov-report/components/SideNav/index.html +116 -0
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +349 -0
- package/coverage/lcov-report/components/Tooltip/index.html +146 -0
- package/coverage/lcov-report/components/Tooltip/index.js.html +94 -0
- package/coverage/lcov-report/components/Tooltip/position.js.html +289 -0
- package/coverage/lcov-report/components/hooks/index.html +116 -0
- package/coverage/lcov-report/components/hooks/useGetConfig.js.html +310 -0
- package/coverage/lcov-report/components/index.html +116 -0
- package/coverage/lcov-report/index.html +11 -11
- package/coverage/lcov-report/lib/Chevron.jsx.html +181 -0
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1792 -0
- package/coverage/lcov-report/lib/index.html +131 -0
- package/coverage/lcov-report/react/components/Accordion/index.html +1 -1
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +1 -1
- 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 +2 -2
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +667 -0
- 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 +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.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 +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 +10 -10
- package/coverage/lcov-report/react/components/NotificationBanner/ExpandedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +11 -11
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/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 +1 -1
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/utils.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +1 -1
- 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 +2 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
- 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/react/components/SideNav/UI/SideNavUI.jsx.html +2 -20
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +1 -1
- 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 +1 -1
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +1 -1
- package/coverage/lcov-report/react/components/index.html +1 -1
- package/coverage/lcov-report/react/index.html +1 -1
- package/coverage/lcov-report/react/index.js.html +1 -1
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +1 -1
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +1 -1
- package/coverage/lcov-report/react/lib/index.html +5 -20
- 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 +161 -0
- package/coverage/lcov-report/session/index.js.html +100 -0
- package/coverage/lcov-report/session/logout.js.html +307 -0
- package/coverage/lcov-report/session/refresh.js.html +232 -0
- package/coverage/lcov-report/session/ttl.js.html +196 -0
- package/coverage/lcov.info +91 -100
- package/dist/browser.js +1 -1
- package/dist/browser.js.LICENSE.txt +0 -6
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -6
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.LICENSE.txt +0 -6
- package/dist/react/index.js.map +1 -1
- package/images/icons/svg/registration.svg +8 -0
- package/lib/SvgComponents.jsx +2 -2
- package/package.json +22 -22
- package/test-setup.js +0 -4
- package/components/Spinner/index.js +0 -9
- package/components/UnwrappedSpinner/index.js +0 -8
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for session/refresh.js</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
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
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../index.html">All files</a> / <a href="index.html">session</a> refresh.js</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">92.3% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>12/13</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">42.85% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>3/7</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">75% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>3/4</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">92.3% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>12/13</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
78
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
79
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
80
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
81
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
82
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
83
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
84
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
85
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
86
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
87
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
88
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
89
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
90
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
91
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
92
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
93
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
94
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
95
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
96
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
97
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
98
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
99
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
100
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
101
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
102
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
103
|
+
<a name='L38'></a><a href='#L38'>38</a>
|
|
104
|
+
<a name='L39'></a><a href='#L39'>39</a>
|
|
105
|
+
<a name='L40'></a><a href='#L40'>40</a>
|
|
106
|
+
<a name='L41'></a><a href='#L41'>41</a>
|
|
107
|
+
<a name='L42'></a><a href='#L42'>42</a>
|
|
108
|
+
<a name='L43'></a><a href='#L43'>43</a>
|
|
109
|
+
<a name='L44'></a><a href='#L44'>44</a>
|
|
110
|
+
<a name='L45'></a><a href='#L45'>45</a>
|
|
111
|
+
<a name='L46'></a><a href='#L46'>46</a>
|
|
112
|
+
<a name='L47'></a><a href='#L47'>47</a>
|
|
113
|
+
<a name='L48'></a><a href='#L48'>48</a>
|
|
114
|
+
<a name='L49'></a><a href='#L49'>49</a>
|
|
115
|
+
<a name='L50'></a><a href='#L50'>50</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
116
|
+
<span class="cline-any cline-neutral"> </span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-neutral"> </span>
|
|
119
|
+
<span class="cline-any cline-neutral"> </span>
|
|
120
|
+
<span class="cline-any cline-neutral"> </span>
|
|
121
|
+
<span class="cline-any cline-neutral"> </span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-neutral"> </span>
|
|
125
|
+
<span class="cline-any cline-neutral"> </span>
|
|
126
|
+
<span class="cline-any cline-neutral"> </span>
|
|
127
|
+
<span class="cline-any cline-yes">3x</span>
|
|
128
|
+
<span class="cline-any cline-yes">3x</span>
|
|
129
|
+
<span class="cline-any cline-neutral"> </span>
|
|
130
|
+
<span class="cline-any cline-yes">3x</span>
|
|
131
|
+
<span class="cline-any cline-yes">3x</span>
|
|
132
|
+
<span class="cline-any cline-neutral"> </span>
|
|
133
|
+
<span class="cline-any cline-neutral"> </span>
|
|
134
|
+
<span class="cline-any cline-neutral"> </span>
|
|
135
|
+
<span class="cline-any cline-neutral"> </span>
|
|
136
|
+
<span class="cline-any cline-neutral"> </span>
|
|
137
|
+
<span class="cline-any cline-neutral"> </span>
|
|
138
|
+
<span class="cline-any cline-neutral"> </span>
|
|
139
|
+
<span class="cline-any cline-neutral"> </span>
|
|
140
|
+
<span class="cline-any cline-neutral"> </span>
|
|
141
|
+
<span class="cline-any cline-yes">3x</span>
|
|
142
|
+
<span class="cline-any cline-yes">1x</span>
|
|
143
|
+
<span class="cline-any cline-yes">1x</span>
|
|
144
|
+
<span class="cline-any cline-neutral"> </span>
|
|
145
|
+
<span class="cline-any cline-neutral"> </span>
|
|
146
|
+
<span class="cline-any cline-neutral"> </span>
|
|
147
|
+
<span class="cline-any cline-yes">3x</span>
|
|
148
|
+
<span class="cline-any cline-yes">2x</span>
|
|
149
|
+
<span class="cline-any cline-yes">2x</span>
|
|
150
|
+
<span class="cline-any cline-neutral"> </span>
|
|
151
|
+
<span class="cline-any cline-neutral"> </span>
|
|
152
|
+
<span class="cline-any cline-yes">2x</span>
|
|
153
|
+
<span class="cline-any cline-neutral"> </span>
|
|
154
|
+
<span class="cline-any cline-neutral"> </span>
|
|
155
|
+
<span class="cline-any cline-yes">3x</span>
|
|
156
|
+
<span class="cline-any cline-neutral"> </span>
|
|
157
|
+
<span class="cline-any cline-neutral"> </span>
|
|
158
|
+
<span class="cline-any cline-no"> </span>
|
|
159
|
+
<span class="cline-any cline-neutral"> </span>
|
|
160
|
+
<span class="cline-any cline-neutral"> </span>
|
|
161
|
+
<span class="cline-any cline-neutral"> </span>
|
|
162
|
+
<span class="cline-any cline-neutral"> </span>
|
|
163
|
+
<span class="cline-any cline-neutral"> </span>
|
|
164
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import cookie from 'cookie';
|
|
165
|
+
import axios from 'axios';
|
|
166
|
+
import LogoutSession from './logout.js';
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Makes an API request to refresh the session token cookie, if it exists.
|
|
170
|
+
* @param {Object} [options] - Optional configuration parameters.
|
|
171
|
+
* @param {function} [options.onSuccess] - An optional success callback.
|
|
172
|
+
* @param {function} [options.onError] - An optional error callback.
|
|
173
|
+
* @param {Object} [options.window] - The DOM window.
|
|
174
|
+
* @return {Function} Returns a promise
|
|
175
|
+
*/
|
|
176
|
+
const RefreshSession = (options = <span class="branch-0 cbranch-no" title="branch not covered" >{})</span> => {
|
|
177
|
+
let cookies = cookie.parse(options.window.document.cookie);
|
|
178
|
+
|
|
179
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (cookies.hasOwnProperty('qpp_auth_token')) {
|
|
180
|
+
const requestOptions = {
|
|
181
|
+
method: 'POST',
|
|
182
|
+
url: '/api/auth/sessions/refresh',
|
|
183
|
+
headers: {
|
|
184
|
+
Accept: 'application/vnd.qpp.cms.gov.v1+json',
|
|
185
|
+
'Content-Type': 'application/json',
|
|
186
|
+
Authorization: `Bearer ${cookies.qpp_auth_token}`
|
|
187
|
+
}
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
let onSuccess = (/*response*/) => {
|
|
191
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (typeof options.onSuccess === 'function') {
|
|
192
|
+
options.onSuccess();
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
let onError = (/*response*/) => {
|
|
197
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (typeof options.onError === 'function') {
|
|
198
|
+
options.onError();
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
return LogoutSession(options.window); // eslint-disable-line new-cap
|
|
202
|
+
};
|
|
203
|
+
|
|
204
|
+
return axios(requestOptions)
|
|
205
|
+
.then(onSuccess, onError)
|
|
206
|
+
.catch(<span class="fstat-no" title="function not covered" >fu</span>nction(err) {
|
|
207
|
+
<span class="cstat-no" title="statement not covered" > console.log(err);</span>
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
export default RefreshSession;
|
|
213
|
+
</pre></td></tr></table></pre>
|
|
214
|
+
|
|
215
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
216
|
+
</div><!-- /wrapper -->
|
|
217
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
218
|
+
Code coverage generated by
|
|
219
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
220
|
+
at Sun Sep 11 2022 11:18:36 GMT-0700 (Pacific Daylight Time)
|
|
221
|
+
</div>
|
|
222
|
+
<script src="../prettify.js"></script>
|
|
223
|
+
<script>
|
|
224
|
+
window.onload = function () {
|
|
225
|
+
prettyPrint();
|
|
226
|
+
};
|
|
227
|
+
</script>
|
|
228
|
+
<script src="../sorter.js"></script>
|
|
229
|
+
<script src="../block-navigation.js"></script>
|
|
230
|
+
</body>
|
|
231
|
+
</html>
|
|
232
|
+
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for session/ttl.js</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
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
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../index.html">All files</a> / <a href="index.html">session</a> ttl.js</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>9/9</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">83.33% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>5/6</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>3/3</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>9/9</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
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
|
+
</p>
|
|
57
|
+
<template id="filterTemplate">
|
|
58
|
+
<div class="quiet">
|
|
59
|
+
Filter:
|
|
60
|
+
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
+
</div>
|
|
62
|
+
</template>
|
|
63
|
+
</div>
|
|
64
|
+
<div class='status-line high'></div>
|
|
65
|
+
<pre><table class="coverage">
|
|
66
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
67
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
68
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
69
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
70
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
71
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
72
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
73
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
74
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
75
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
76
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
77
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
78
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
79
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
80
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
81
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
82
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
83
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
84
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
85
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
86
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
87
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
88
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
89
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
90
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
91
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
92
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
93
|
+
<a name='L28'></a><a href='#L28'>28</a>
|
|
94
|
+
<a name='L29'></a><a href='#L29'>29</a>
|
|
95
|
+
<a name='L30'></a><a href='#L30'>30</a>
|
|
96
|
+
<a name='L31'></a><a href='#L31'>31</a>
|
|
97
|
+
<a name='L32'></a><a href='#L32'>32</a>
|
|
98
|
+
<a name='L33'></a><a href='#L33'>33</a>
|
|
99
|
+
<a name='L34'></a><a href='#L34'>34</a>
|
|
100
|
+
<a name='L35'></a><a href='#L35'>35</a>
|
|
101
|
+
<a name='L36'></a><a href='#L36'>36</a>
|
|
102
|
+
<a name='L37'></a><a href='#L37'>37</a>
|
|
103
|
+
<a name='L38'></a><a href='#L38'>38</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
104
|
+
<span class="cline-any cline-neutral"> </span>
|
|
105
|
+
<span class="cline-any cline-yes">3x</span>
|
|
106
|
+
<span class="cline-any cline-yes">79x</span>
|
|
107
|
+
<span class="cline-any cline-neutral"> </span>
|
|
108
|
+
<span class="cline-any cline-neutral"> </span>
|
|
109
|
+
<span class="cline-any cline-neutral"> </span>
|
|
110
|
+
<span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-neutral"> </span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-neutral"> </span>
|
|
115
|
+
<span class="cline-any cline-neutral"> </span>
|
|
116
|
+
<span class="cline-any cline-yes">3x</span>
|
|
117
|
+
<span class="cline-any cline-neutral"> </span>
|
|
118
|
+
<span class="cline-any cline-neutral"> </span>
|
|
119
|
+
<span class="cline-any cline-neutral"> </span>
|
|
120
|
+
<span class="cline-any cline-neutral"> </span>
|
|
121
|
+
<span class="cline-any cline-yes">79x</span>
|
|
122
|
+
<span class="cline-any cline-neutral"> </span>
|
|
123
|
+
<span class="cline-any cline-neutral"> </span>
|
|
124
|
+
<span class="cline-any cline-yes">2x</span>
|
|
125
|
+
<span class="cline-any cline-yes">2x</span>
|
|
126
|
+
<span class="cline-any cline-yes">1x</span>
|
|
127
|
+
<span class="cline-any cline-neutral"> </span>
|
|
128
|
+
<span class="cline-any cline-neutral"> </span>
|
|
129
|
+
<span class="cline-any cline-neutral"> </span>
|
|
130
|
+
<span class="cline-any cline-neutral"> </span>
|
|
131
|
+
<span class="cline-any cline-yes">1x</span>
|
|
132
|
+
<span class="cline-any cline-neutral"> </span>
|
|
133
|
+
<span class="cline-any cline-neutral"> </span>
|
|
134
|
+
<span class="cline-any cline-neutral"> </span>
|
|
135
|
+
<span class="cline-any cline-yes">2x</span>
|
|
136
|
+
<span class="cline-any cline-neutral"> </span>
|
|
137
|
+
<span class="cline-any cline-neutral"> </span>
|
|
138
|
+
<span class="cline-any cline-neutral"> </span>
|
|
139
|
+
<span class="cline-any cline-neutral"> </span>
|
|
140
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import axios from 'axios';
|
|
141
|
+
|
|
142
|
+
const fetchTtl = token => {
|
|
143
|
+
const requestOptions = {
|
|
144
|
+
method: 'GET',
|
|
145
|
+
url: '/api/auth/sessions/ttl',
|
|
146
|
+
headers: {
|
|
147
|
+
Accept: 'application/vnd.qpp.cms.gov.v1+json',
|
|
148
|
+
'Content-Type': 'application/json',
|
|
149
|
+
Authorization: `Bearer ${token}`
|
|
150
|
+
},
|
|
151
|
+
transformResponse: [
|
|
152
|
+
function(response) {
|
|
153
|
+
return JSON.parse(response).data;
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
return axios(requestOptions).then(response => {
|
|
159
|
+
let expiry;
|
|
160
|
+
|
|
161
|
+
<span class="missing-if-branch" title="else path not taken" >E</span>if (response && response.data) {
|
|
162
|
+
if (response.data.hasOwnProperty('time_remaining')) {
|
|
163
|
+
expiry = response.data.time_remaining;
|
|
164
|
+
} else {
|
|
165
|
+
// See https://tools.ietf.org/html/rfc7519
|
|
166
|
+
// `expiry` is a NumericDate representing "seconds since the epoch"
|
|
167
|
+
// and it needs to be milliseconds to get a JavaScript date from it.
|
|
168
|
+
expiry = new Date(response.data.ttl * 1000);
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
return expiry;
|
|
173
|
+
});
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
export default fetchTtl;
|
|
177
|
+
</pre></td></tr></table></pre>
|
|
178
|
+
|
|
179
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
180
|
+
</div><!-- /wrapper -->
|
|
181
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
182
|
+
Code coverage generated by
|
|
183
|
+
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
184
|
+
at Sun Sep 11 2022 11:18:36 GMT-0700 (Pacific Daylight Time)
|
|
185
|
+
</div>
|
|
186
|
+
<script src="../prettify.js"></script>
|
|
187
|
+
<script>
|
|
188
|
+
window.onload = function () {
|
|
189
|
+
prettyPrint();
|
|
190
|
+
};
|
|
191
|
+
</script>
|
|
192
|
+
<script src="../sorter.js"></script>
|
|
193
|
+
<script src="../block-navigation.js"></script>
|
|
194
|
+
</body>
|
|
195
|
+
</html>
|
|
196
|
+
|
package/coverage/lcov.info
CHANGED
|
@@ -1189,8 +1189,9 @@ FNH:0
|
|
|
1189
1189
|
FNDA:0,(anonymous_0)
|
|
1190
1190
|
DA:5,2
|
|
1191
1191
|
DA:9,0
|
|
1192
|
-
|
|
1193
|
-
|
|
1192
|
+
DA:27,2
|
|
1193
|
+
LF:3
|
|
1194
|
+
LH:2
|
|
1194
1195
|
BRF:0
|
|
1195
1196
|
BRH:0
|
|
1196
1197
|
end_of_record
|
|
@@ -2579,20 +2580,20 @@ BRH:0
|
|
|
2579
2580
|
end_of_record
|
|
2580
2581
|
TN:
|
|
2581
2582
|
SF:components/SideNav/UI/SideNavUI.jsx
|
|
2582
|
-
FN:
|
|
2583
|
-
FN:
|
|
2584
|
-
FN:
|
|
2585
|
-
FN:
|
|
2586
|
-
FN:
|
|
2587
|
-
FN:
|
|
2588
|
-
FN:
|
|
2589
|
-
FN:
|
|
2590
|
-
FN:
|
|
2591
|
-
FN:
|
|
2592
|
-
FN:
|
|
2593
|
-
FN:
|
|
2594
|
-
FN:
|
|
2595
|
-
FN:
|
|
2583
|
+
FN:20,(anonymous_0)
|
|
2584
|
+
FN:39,(anonymous_1)
|
|
2585
|
+
FN:46,(anonymous_2)
|
|
2586
|
+
FN:53,(anonymous_3)
|
|
2587
|
+
FN:57,(anonymous_4)
|
|
2588
|
+
FN:78,(anonymous_5)
|
|
2589
|
+
FN:84,(anonymous_6)
|
|
2590
|
+
FN:89,(anonymous_7)
|
|
2591
|
+
FN:93,(anonymous_8)
|
|
2592
|
+
FN:254,(anonymous_9)
|
|
2593
|
+
FN:258,(anonymous_10)
|
|
2594
|
+
FN:262,(anonymous_11)
|
|
2595
|
+
FN:310,(anonymous_12)
|
|
2596
|
+
FN:311,(anonymous_13)
|
|
2596
2597
|
FNF:14
|
|
2597
2598
|
FNH:5
|
|
2598
2599
|
FNDA:1,(anonymous_0)
|
|
@@ -2609,90 +2610,90 @@ FNDA:1,(anonymous_10)
|
|
|
2609
2610
|
FNDA:1,(anonymous_11)
|
|
2610
2611
|
FNDA:0,(anonymous_12)
|
|
2611
2612
|
FNDA:0,(anonymous_13)
|
|
2612
|
-
DA:
|
|
2613
|
-
DA:
|
|
2613
|
+
DA:20,2
|
|
2614
|
+
DA:33,1
|
|
2615
|
+
DA:34,1
|
|
2616
|
+
DA:35,1
|
|
2614
2617
|
DA:37,1
|
|
2615
|
-
DA:
|
|
2616
|
-
DA:40,
|
|
2617
|
-
DA:
|
|
2618
|
-
DA:
|
|
2619
|
-
DA:
|
|
2620
|
-
DA:
|
|
2621
|
-
DA:
|
|
2622
|
-
DA:
|
|
2623
|
-
DA:
|
|
2624
|
-
DA:
|
|
2625
|
-
DA:
|
|
2626
|
-
DA:
|
|
2627
|
-
DA:
|
|
2628
|
-
DA:
|
|
2629
|
-
DA:81,
|
|
2630
|
-
DA:
|
|
2618
|
+
DA:39,1
|
|
2619
|
+
DA:40,0
|
|
2620
|
+
DA:41,0
|
|
2621
|
+
DA:42,0
|
|
2622
|
+
DA:46,1
|
|
2623
|
+
DA:47,0
|
|
2624
|
+
DA:48,0
|
|
2625
|
+
DA:49,0
|
|
2626
|
+
DA:53,1
|
|
2627
|
+
DA:54,0
|
|
2628
|
+
DA:57,1
|
|
2629
|
+
DA:58,1
|
|
2630
|
+
DA:78,1
|
|
2631
|
+
DA:80,0
|
|
2632
|
+
DA:81,0
|
|
2633
|
+
DA:82,0
|
|
2631
2634
|
DA:84,0
|
|
2632
2635
|
DA:85,0
|
|
2633
|
-
DA:
|
|
2634
|
-
DA:88,0
|
|
2636
|
+
DA:86,0
|
|
2635
2637
|
DA:89,0
|
|
2636
|
-
DA:
|
|
2638
|
+
DA:90,0
|
|
2637
2639
|
DA:93,0
|
|
2638
|
-
DA:
|
|
2639
|
-
DA:
|
|
2640
|
-
DA:
|
|
2641
|
-
DA:
|
|
2642
|
-
DA:
|
|
2643
|
-
DA:
|
|
2644
|
-
DA:
|
|
2645
|
-
DA:
|
|
2640
|
+
DA:94,0
|
|
2641
|
+
DA:95,0
|
|
2642
|
+
DA:230,0
|
|
2643
|
+
DA:231,0
|
|
2644
|
+
DA:243,0
|
|
2645
|
+
DA:247,1
|
|
2646
|
+
DA:254,1
|
|
2647
|
+
DA:255,1
|
|
2646
2648
|
DA:258,1
|
|
2647
|
-
DA:
|
|
2649
|
+
DA:259,1
|
|
2648
2650
|
DA:262,1
|
|
2649
|
-
DA:
|
|
2651
|
+
DA:263,1
|
|
2650
2652
|
DA:266,1
|
|
2651
|
-
DA:
|
|
2652
|
-
DA:
|
|
2653
|
-
DA:312,2
|
|
2653
|
+
DA:285,2
|
|
2654
|
+
DA:307,2
|
|
2654
2655
|
LF:42
|
|
2655
2656
|
LH:21
|
|
2656
|
-
BRDA:
|
|
2657
|
-
BRDA:
|
|
2658
|
-
BRDA:
|
|
2659
|
-
BRDA:
|
|
2660
|
-
BRDA:
|
|
2661
|
-
BRDA:
|
|
2662
|
-
BRDA:
|
|
2663
|
-
BRDA:
|
|
2664
|
-
BRDA:
|
|
2665
|
-
BRDA:
|
|
2666
|
-
BRDA:
|
|
2667
|
-
BRDA:
|
|
2668
|
-
BRDA:
|
|
2669
|
-
BRDA:
|
|
2670
|
-
BRDA:
|
|
2671
|
-
BRDA:
|
|
2672
|
-
BRDA:
|
|
2673
|
-
BRDA:
|
|
2674
|
-
BRDA:
|
|
2675
|
-
BRDA:
|
|
2676
|
-
BRDA:
|
|
2677
|
-
BRDA:
|
|
2678
|
-
BRDA:
|
|
2679
|
-
BRDA:
|
|
2680
|
-
BRDA:
|
|
2681
|
-
BRDA:
|
|
2682
|
-
BRDA:
|
|
2683
|
-
BRDA:
|
|
2684
|
-
BRDA:
|
|
2685
|
-
BRDA:
|
|
2686
|
-
BRDA:
|
|
2687
|
-
BRDA:
|
|
2688
|
-
BRDA:
|
|
2689
|
-
BRDA:
|
|
2690
|
-
BRDA:
|
|
2691
|
-
BRDA:
|
|
2692
|
-
BRDA:
|
|
2693
|
-
BRDA:
|
|
2694
|
-
BRDA:
|
|
2695
|
-
BRDA:
|
|
2657
|
+
BRDA:41,0,0,0
|
|
2658
|
+
BRDA:41,0,1,0
|
|
2659
|
+
BRDA:48,1,0,0
|
|
2660
|
+
BRDA:48,1,1,0
|
|
2661
|
+
BRDA:54,2,0,0
|
|
2662
|
+
BRDA:54,2,1,0
|
|
2663
|
+
BRDA:59,3,0,1
|
|
2664
|
+
BRDA:59,3,1,1
|
|
2665
|
+
BRDA:81,4,0,0
|
|
2666
|
+
BRDA:81,4,1,0
|
|
2667
|
+
BRDA:82,5,0,0
|
|
2668
|
+
BRDA:82,5,1,0
|
|
2669
|
+
BRDA:86,6,0,0
|
|
2670
|
+
BRDA:86,6,1,0
|
|
2671
|
+
BRDA:90,7,0,0
|
|
2672
|
+
BRDA:90,7,1,0
|
|
2673
|
+
BRDA:93,8,0,0
|
|
2674
|
+
BRDA:93,8,1,0
|
|
2675
|
+
BRDA:96,9,0,0
|
|
2676
|
+
BRDA:96,9,1,0
|
|
2677
|
+
BRDA:145,10,0,0
|
|
2678
|
+
BRDA:145,10,1,0
|
|
2679
|
+
BRDA:148,11,0,0
|
|
2680
|
+
BRDA:148,11,1,0
|
|
2681
|
+
BRDA:151,12,0,0
|
|
2682
|
+
BRDA:151,12,1,0
|
|
2683
|
+
BRDA:152,13,0,0
|
|
2684
|
+
BRDA:152,13,1,0
|
|
2685
|
+
BRDA:153,14,0,0
|
|
2686
|
+
BRDA:153,14,1,0
|
|
2687
|
+
BRDA:217,15,0,0
|
|
2688
|
+
BRDA:217,15,1,0
|
|
2689
|
+
BRDA:230,16,0,0
|
|
2690
|
+
BRDA:230,16,1,0
|
|
2691
|
+
BRDA:247,17,0,0
|
|
2692
|
+
BRDA:247,17,1,1
|
|
2693
|
+
BRDA:250,18,0,0
|
|
2694
|
+
BRDA:250,18,1,0
|
|
2695
|
+
BRDA:270,19,0,1
|
|
2696
|
+
BRDA:270,19,1,0
|
|
2696
2697
|
BRF:40
|
|
2697
2698
|
BRH:4
|
|
2698
2699
|
end_of_record
|
|
@@ -3057,16 +3058,6 @@ BRF:0
|
|
|
3057
3058
|
BRH:0
|
|
3058
3059
|
end_of_record
|
|
3059
3060
|
TN:
|
|
3060
|
-
SF:lib/svg-definitions.svg
|
|
3061
|
-
FNF:0
|
|
3062
|
-
FNH:0
|
|
3063
|
-
DA:1,2
|
|
3064
|
-
LF:1
|
|
3065
|
-
LH:1
|
|
3066
|
-
BRF:0
|
|
3067
|
-
BRH:0
|
|
3068
|
-
end_of_record
|
|
3069
|
-
TN:
|
|
3070
3061
|
SF:session/index.js
|
|
3071
3062
|
FNF:0
|
|
3072
3063
|
FNH:0
|