@k-int/stripes-kint-components 2.8.1 → 2.8.3

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.
Files changed (168) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/es/index.js +6 -0
  3. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +5 -3
  4. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +3 -1
  5. package/es/lib/EditableRefdataList/EditableRefdataList.js +3 -1
  6. package/es/lib/utils/index.js +8 -0
  7. package/es/lib/utils/parseErrorResponse.js +91 -0
  8. package/junit.xml +157 -656
  9. package/package.json +1 -1
  10. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +56 -8
  11. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +394 -64
  12. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +10 -10
  13. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  14. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +187 -52
  15. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +372 -87
  16. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
  17. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
  18. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +45 -60
  19. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  20. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
  21. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +59 -47
  22. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +259 -97
  23. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +399 -105
  24. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
  25. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +57 -57
  26. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  27. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +67 -688
  28. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +92 -53
  29. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
  30. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
  31. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
  32. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
  33. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +89 -89
  34. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  35. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +33 -786
  36. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +46 -46
  37. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +45 -36
  38. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
  39. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
  40. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +50 -41
  41. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +54 -75
  42. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +24 -24
  43. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  44. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  45. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  46. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  47. package/src/artifacts/coverage-jest/lcov-report/{hooks/useAvailableCustomProperties.js.html → CycleButton/CycleButton.js.html} +62 -50
  48. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +131 -0
  49. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +88 -0
  50. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +664 -0
  51. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +131 -0
  52. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +88 -0
  53. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +264 -39
  54. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
  55. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  56. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
  57. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
  58. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
  59. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
  60. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
  61. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  62. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  63. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  64. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
  66. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  67. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +247 -0
  69. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +131 -0
  70. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +88 -0
  71. package/src/artifacts/coverage-jest/lcov-report/{CustomProperties/Config/CustomPropertiesView.js.html → IconSelect/IconSelect.js.html} +158 -257
  72. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +131 -0
  73. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +88 -0
  74. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +48 -6
  75. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  76. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  81. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/{CustomProperties/Config/testResources.js.html → RichSelect/RichSelect.js.html} +256 -334
  84. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +146 -0
  85. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +91 -0
  86. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +127 -0
  87. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +52 -7
  88. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
  89. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  90. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +7 -7
  92. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +24 -27
  103. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
  104. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  105. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +2 -2
  113. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/favicon.png +0 -0
  116. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +142 -97
  117. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +13 -4
  118. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +35 -20
  119. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +5 -2
  120. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  121. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  122. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
  123. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  129. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +19 -22
  130. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  131. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +151 -0
  132. package/src/artifacts/coverage-jest/lcov-report/{utils/renderHelpText.js.html → hooks/useIntlKeyStore.js.html} +71 -38
  133. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  134. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +238 -0
  135. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  136. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  137. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  138. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +23 -11
  139. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +274 -0
  140. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +19 -10
  141. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  142. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  143. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  144. package/src/artifacts/coverage-jest/lcov-report/index.html +205 -130
  145. package/src/artifacts/coverage-jest/lcov-report/sort-arrow-sprite.png +0 -0
  146. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +2 -2
  148. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +2 -2
  149. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  150. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  151. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +34 -34
  152. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +42 -3
  153. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  154. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +139 -0
  155. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +5 -2
  156. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  157. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  158. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  159. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  160. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  161. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +128 -80
  162. package/src/artifacts/coverage-jest/lcov.info +2603 -2086
  163. package/src/index.js +1 -0
  164. package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +4 -2
  165. package/src/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +2 -1
  166. package/src/lib/EditableRefdataList/EditableRefdataList.js +2 -1
  167. package/src/lib/utils/index.js +3 -0
  168. package/src/lib/utils/parseErrorResponse.js +18 -0
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">54.54% </span>
26
+ <span class="strong">80.95% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>12/22</span>
28
+ <span class='fraction'>17/21</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">32% </span>
33
+ <span class="strong">50% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>8/25</span>
35
+ <span class='fraction'>9/18</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">50% </span>
40
+ <span class="strong">100% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>3/6</span>
42
+ <span class='fraction'>6/6</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">57.14% </span>
47
+ <span class="strong">80% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>12/21</span>
49
+ <span class='fraction'>16/20</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 medium'></div>
64
+ <div class='status-line high'></div>
65
65
  <pre><table class="coverage">
66
66
  <tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
67
67
  <a name='L2'></a><a href='#L2'>2</a>
@@ -180,8 +180,10 @@
180
180
  <a name='L115'></a><a href='#L115'>115</a>
181
181
  <a name='L116'></a><a href='#L116'>116</a>
182
182
  <a name='L117'></a><a href='#L117'>117</a>
183
- <a name='L118'></a><a href='#L118'>118</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
184
- <span class="cline-any cline-neutral">&nbsp;</span>
183
+ <a name='L118'></a><a href='#L118'>118</a>
184
+ <a name='L119'></a><a href='#L119'>119</a>
185
+ <a name='L120'></a><a href='#L120'>120</a>
186
+ <a name='L121'></a><a href='#L121'>121</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
185
187
  <span class="cline-any cline-neutral">&nbsp;</span>
186
188
  <span class="cline-any cline-neutral">&nbsp;</span>
187
189
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -196,18 +198,19 @@
196
198
  <span class="cline-any cline-neutral">&nbsp;</span>
197
199
  <span class="cline-any cline-neutral">&nbsp;</span>
198
200
  <span class="cline-any cline-neutral">&nbsp;</span>
201
+ <span class="cline-any cline-neutral">&nbsp;</span>
199
202
  <span class="cline-any cline-yes">1x</span>
200
203
  <span class="cline-any cline-neutral">&nbsp;</span>
201
- <span class="cline-any cline-no">&nbsp;</span>
202
- <span class="cline-any cline-no">&nbsp;</span>
203
204
  <span class="cline-any cline-neutral">&nbsp;</span>
205
+ <span class="cline-any cline-yes">1x</span>
206
+ <span class="cline-any cline-neutral">&nbsp;</span>
207
+ <span class="cline-any cline-yes">1x</span>
208
+ <span class="cline-any cline-yes">1x</span>
204
209
  <span class="cline-any cline-neutral">&nbsp;</span>
205
210
  <span class="cline-any cline-neutral">&nbsp;</span>
206
211
  <span class="cline-any cline-neutral">&nbsp;</span>
207
212
  <span class="cline-any cline-neutral">&nbsp;</span>
208
213
  <span class="cline-any cline-neutral">&nbsp;</span>
209
- <span class="cline-any cline-no">&nbsp;</span>
210
- <span class="cline-any cline-no">&nbsp;</span>
211
214
  <span class="cline-any cline-neutral">&nbsp;</span>
212
215
  <span class="cline-any cline-neutral">&nbsp;</span>
213
216
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -216,9 +219,9 @@
216
219
  <span class="cline-any cline-neutral">&nbsp;</span>
217
220
  <span class="cline-any cline-neutral">&nbsp;</span>
218
221
  <span class="cline-any cline-neutral">&nbsp;</span>
222
+ <span class="cline-any cline-no">&nbsp;</span>
219
223
  <span class="cline-any cline-neutral">&nbsp;</span>
220
224
  <span class="cline-any cline-neutral">&nbsp;</span>
221
- <span class="cline-any cline-no">&nbsp;</span>
222
225
  <span class="cline-any cline-neutral">&nbsp;</span>
223
226
  <span class="cline-any cline-neutral">&nbsp;</span>
224
227
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -237,6 +240,7 @@
237
240
  <span class="cline-any cline-neutral">&nbsp;</span>
238
241
  <span class="cline-any cline-neutral">&nbsp;</span>
239
242
  <span class="cline-any cline-neutral">&nbsp;</span>
243
+ <span class="cline-any cline-neutral">&nbsp;</span>
240
244
  <span class="cline-any cline-yes">1x</span>
241
245
  <span class="cline-any cline-no">&nbsp;</span>
242
246
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -261,7 +265,7 @@
261
265
  <span class="cline-any cline-neutral">&nbsp;</span>
262
266
  <span class="cline-any cline-neutral">&nbsp;</span>
263
267
  <span class="cline-any cline-neutral">&nbsp;</span>
264
- <span class="cline-any cline-yes">1x</span>
268
+ <span class="cline-any cline-yes">12x</span>
265
269
  <span class="cline-any cline-yes">1x</span>
266
270
  <span class="cline-any cline-yes">1x</span>
267
271
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -275,7 +279,7 @@
275
279
  <span class="cline-any cline-neutral">&nbsp;</span>
276
280
  <span class="cline-any cline-neutral">&nbsp;</span>
277
281
  <span class="cline-any cline-neutral">&nbsp;</span>
278
- <span class="cline-any cline-no">&nbsp;</span>
282
+ <span class="cline-any cline-yes">12x</span>
279
283
  <span class="cline-any cline-neutral">&nbsp;</span>
280
284
  <span class="cline-any cline-neutral">&nbsp;</span>
281
285
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -297,11 +301,12 @@
297
301
  <span class="cline-any cline-neutral">&nbsp;</span>
298
302
  <span class="cline-any cline-neutral">&nbsp;</span>
299
303
  <span class="cline-any cline-neutral">&nbsp;</span>
304
+ <span class="cline-any cline-neutral">&nbsp;</span>
305
+ <span class="cline-any cline-neutral">&nbsp;</span>
300
306
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import PropTypes from 'prop-types';
301
- import { FormattedMessage } from 'react-intl';
302
307
  import { Accordion, Badge, Spinner } from '@folio/stripes/components';
303
308
  &nbsp;
304
- import { useCustomProperties } from '../../hooks';
309
+ import { useCustomProperties, useKintIntl } from '../../hooks';
305
310
  &nbsp;
306
311
  import CustomPropertyCard from './CustomPropertyCard';
307
312
  &nbsp;
@@ -310,15 +315,21 @@ const CustomPropertiesViewCtx = ({
310
315
  customProperties = <span class="branch-0 cbranch-no" title="branch not covered" >[],</span>
311
316
  customPropertiesEndpoint,
312
317
  id,
313
- labelOverrides
318
+ intlKey: passedIntlKey,
319
+ intlNS: passedIntlNS,
320
+ labelOverrides = <span class="branch-0 cbranch-no" title="branch not covered" >{}</span>
314
321
  }) =&gt; {
322
+ const kintIntl = useKintIntl(passedIntlKey, passedIntlNS);
323
+ &nbsp;
315
324
  // Deal with all the possible label override options
316
- const getAccordionLabel = <span class="fstat-no" title="function not covered" >()</span> =&gt; {
325
+ const getAccordionLabel = () =&gt; {
317
326
  // Special case for null context
318
- <span class="cstat-no" title="statement not covered" > if (ctx === 'isNull') {</span>
319
- <span class="cstat-no" title="statement not covered" > return (</span>
320
- labelOverrides.noContext ??
321
- &lt;FormattedMessage id="stripes-kint-components.customProperties" /&gt;
327
+ <span class="missing-if-branch" title="else path not taken" >E</span>if (ctx === 'isNull') {
328
+ return (
329
+ kintIntl.formatKintMessage({
330
+ id: 'customProperties',
331
+ overrideValue: labelOverrides.noContext
332
+ })
322
333
  );
323
334
  }
324
335
  &nbsp;
@@ -326,18 +337,13 @@ const CustomPropertiesViewCtx = ({
326
337
  <span class="cstat-no" title="statement not covered" > if (labelOverrides[ctx]) {</span>
327
338
  <span class="cstat-no" title="statement not covered" > return labelOverrides[ctx];</span>
328
339
  }
329
- &nbsp;
330
- // Label override for default title, taking ctx into account
331
- <span class="cstat-no" title="statement not covered" > if (labelOverrides.defaultTitle &amp;&amp; typeof labelOverrides.defaultTitle === 'function') {</span>
332
- <span class="cstat-no" title="statement not covered" > return (</span>
333
- labelOverrides.defaultTitle(ctx)
334
- );
335
- }
336
340
  &nbsp;
337
341
  // Label override for default title or finally built in default
338
342
  <span class="cstat-no" title="statement not covered" > return (</span>
339
- labelOverrides.defaultTitle ??
340
- &lt;FormattedMessage id="stripes-kint-components.customProperties.ctx.title" values={{ ctx }} /&gt;
343
+ kintIntl.formatKintMessage({
344
+ id: 'customProperties.defaultTitle',
345
+ overrideValue: labelOverrides.defaultTitle
346
+ }, { ctx })
341
347
  );
342
348
  };
343
349
  &nbsp;
@@ -349,7 +355,8 @@ const CustomPropertiesViewCtx = ({
349
355
  sort: [
350
356
  { path: 'retired' }, // Place retired custprops at the end
351
357
  { path: 'primary', direction: 'desc' }, // Primary properties should display before optional
352
- { path: 'label' } // Within those groups, sort by label
358
+ { path: 'weight' }, // Within those groups, sort by weight
359
+ { path: 'label' } // For those with the same weight, sort by label
353
360
  ]
354
361
  }
355
362
  });
@@ -378,21 +385,21 @@ const CustomPropertiesViewCtx = ({
378
385
  );
379
386
  &nbsp;
380
387
  // We need to display any set properties, along with any non-set primary properties
381
- const primaryCount = custprops?.filter(<span class="fstat-no" title="function not covered" >cp</span> =&gt; <span class="cstat-no" title="statement not covered" >cp.primary === true)</span>?.length ?? 0;
388
+ const primaryCount = custprops?.filter(cp =&gt; cp.primary === true)?.length ?? <span class="branch-1 cbranch-no" title="branch not covered" >0;</span>
382
389
  const optionalCount = countSetProperties(false);
383
390
  const setPrimaryCount = countSetProperties(true);
384
391
  &nbsp;
385
392
  return (
386
393
  (primaryCount + optionalCount) &gt; 0 &amp;&amp;
387
- <span class="branch-1 cbranch-no" title="branch not covered" > &lt;Accordion</span>
394
+ &lt;Accordion
388
395
  closedByDefault
389
396
  displayWhenClosed={&lt;Badge&gt;{setPrimaryCount + optionalCount}&lt;/Badge&gt;}
390
397
  displayWhenOpen={&lt;Badge&gt;{setPrimaryCount + optionalCount}&lt;/Badge&gt;}
391
398
  id={`${id}-accordion-${ctx}`}
392
399
  label={getAccordionLabel()}
393
400
  &gt;
394
- {custprops.map(<span class="fstat-no" title="function not covered" >(c</span>p, index) =&gt; (
395
- <span class="cstat-no" title="statement not covered" > &lt;CustomPropertyCard</span>
401
+ {custprops.map((cp, index) =&gt; (
402
+ &lt;CustomPropertyCard
396
403
  key={`custom-property-card-${ctx}[${index}]`}
397
404
  ctx={ctx}
398
405
  customProperty={customProperties?.[cp.name]?.[0]}
@@ -410,6 +417,8 @@ CustomPropertiesViewCtx.propTypes = {
410
417
  customProperties: PropTypes.object,
411
418
  customPropertiesEndpoint: PropTypes.string,
412
419
  id: PropTypes.string,
420
+ intlKey: PropTypes.string,
421
+ intlNS: PropTypes.string,
413
422
  labelOverrides: PropTypes.object,
414
423
  };
415
424
  &nbsp;
@@ -421,7 +430,7 @@ export default CustomPropertiesViewCtx;
421
430
  <div class='footer quiet pad2 space-top1 center small'>
422
431
  Code coverage generated by
423
432
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
424
- at Thu Jun 16 2022 14:59:18 GMT+0100 (British Summer Time)
433
+ at 2022-09-16T13:23:25.290Z
425
434
  </div>
426
435
  <script src="../../prettify.js"></script>
427
436
  <script>
@@ -25,28 +25,28 @@
25
25
  <div class='fl pad1y space-right2'>
26
26
  <span class="strong">0% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>0/25</span>
28
+ <span class='fraction'>0/18</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
33
  <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>0/53</span>
35
+ <span class='fraction'>0/32</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
40
  <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>0/5</span>
42
+ <span class='fraction'>0/3</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
47
  <span class="strong">0% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>0/25</span>
49
+ <span class='fraction'>0/18</span>
50
50
  </div>
51
51
 
52
52
 
@@ -241,14 +241,8 @@
241
241
  <a name='L176'></a><a href='#L176'>176</a>
242
242
  <a name='L177'></a><a href='#L177'>177</a>
243
243
  <a name='L178'></a><a href='#L178'>178</a>
244
- <a name='L179'></a><a href='#L179'>179</a>
245
- <a name='L180'></a><a href='#L180'>180</a>
246
- <a name='L181'></a><a href='#L181'>181</a>
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></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
244
+ <a name='L179'></a><a href='#L179'>179</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
245
+ <span class="cline-any cline-neutral">&nbsp;</span>
252
246
  <span class="cline-any cline-neutral">&nbsp;</span>
253
247
  <span class="cline-any cline-neutral">&nbsp;</span>
254
248
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -272,18 +266,20 @@
272
266
  <span class="cline-any cline-neutral">&nbsp;</span>
273
267
  <span class="cline-any cline-neutral">&nbsp;</span>
274
268
  <span class="cline-any cline-neutral">&nbsp;</span>
275
- <span class="cline-any cline-no">&nbsp;</span>
276
269
  <span class="cline-any cline-neutral">&nbsp;</span>
277
270
  <span class="cline-any cline-no">&nbsp;</span>
278
- <span class="cline-any cline-no">&nbsp;</span>
279
271
  <span class="cline-any cline-neutral">&nbsp;</span>
280
272
  <span class="cline-any cline-neutral">&nbsp;</span>
281
273
  <span class="cline-any cline-no">&nbsp;</span>
282
274
  <span class="cline-any cline-neutral">&nbsp;</span>
275
+ <span class="cline-any cline-no">&nbsp;</span>
276
+ <span class="cline-any cline-no">&nbsp;</span>
283
277
  <span class="cline-any cline-neutral">&nbsp;</span>
284
278
  <span class="cline-any cline-neutral">&nbsp;</span>
285
279
  <span class="cline-any cline-no">&nbsp;</span>
286
280
  <span class="cline-any cline-neutral">&nbsp;</span>
281
+ <span class="cline-any cline-neutral">&nbsp;</span>
282
+ <span class="cline-any cline-no">&nbsp;</span>
287
283
  <span class="cline-any cline-no">&nbsp;</span>
288
284
  <span class="cline-any cline-no">&nbsp;</span>
289
285
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -291,16 +287,13 @@
291
287
  <span class="cline-any cline-neutral">&nbsp;</span>
292
288
  <span class="cline-any cline-neutral">&nbsp;</span>
293
289
  <span class="cline-any cline-neutral">&nbsp;</span>
294
- <span class="cline-any cline-no">&nbsp;</span>
295
- <span class="cline-any cline-neutral">&nbsp;</span>
296
- <span class="cline-any cline-neutral">&nbsp;</span>
297
- <span class="cline-any cline-neutral">&nbsp;</span>
298
290
  <span class="cline-any cline-neutral">&nbsp;</span>
299
291
  <span class="cline-any cline-neutral">&nbsp;</span>
300
292
  <span class="cline-any cline-no">&nbsp;</span>
301
- <span class="cline-any cline-no">&nbsp;</span>
293
+ <span class="cline-any cline-neutral">&nbsp;</span>
302
294
  <span class="cline-any cline-no">&nbsp;</span>
303
295
  <span class="cline-any cline-neutral">&nbsp;</span>
296
+ <span class="cline-any cline-no">&nbsp;</span>
304
297
  <span class="cline-any cline-neutral">&nbsp;</span>
305
298
  <span class="cline-any cline-neutral">&nbsp;</span>
306
299
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -308,39 +301,30 @@
308
301
  <span class="cline-any cline-no">&nbsp;</span>
309
302
  <span class="cline-any cline-neutral">&nbsp;</span>
310
303
  <span class="cline-any cline-neutral">&nbsp;</span>
311
- <span class="cline-any cline-neutral">&nbsp;</span>
312
- <span class="cline-any cline-neutral">&nbsp;</span>
313
- <span class="cline-any cline-neutral">&nbsp;</span>
314
- <span class="cline-any cline-no">&nbsp;</span>
315
304
  <span class="cline-any cline-no">&nbsp;</span>
305
+ <span class="cline-any cline-neutral">&nbsp;</span>
316
306
  <span class="cline-any cline-no">&nbsp;</span>
317
307
  <span class="cline-any cline-neutral">&nbsp;</span>
318
308
  <span class="cline-any cline-neutral">&nbsp;</span>
309
+ <span class="cline-any cline-no">&nbsp;</span>
319
310
  <span class="cline-any cline-neutral">&nbsp;</span>
320
311
  <span class="cline-any cline-neutral">&nbsp;</span>
321
312
  <span class="cline-any cline-neutral">&nbsp;</span>
322
313
  <span class="cline-any cline-no">&nbsp;</span>
323
314
  <span class="cline-any cline-neutral">&nbsp;</span>
324
- <span class="cline-any cline-no">&nbsp;</span>
325
315
  <span class="cline-any cline-neutral">&nbsp;</span>
326
- <span class="cline-any cline-no">&nbsp;</span>
327
316
  <span class="cline-any cline-neutral">&nbsp;</span>
328
317
  <span class="cline-any cline-neutral">&nbsp;</span>
329
318
  <span class="cline-any cline-neutral">&nbsp;</span>
330
319
  <span class="cline-any cline-neutral">&nbsp;</span>
331
- <span class="cline-any cline-no">&nbsp;</span>
332
320
  <span class="cline-any cline-neutral">&nbsp;</span>
333
321
  <span class="cline-any cline-neutral">&nbsp;</span>
334
- <span class="cline-any cline-no">&nbsp;</span>
335
322
  <span class="cline-any cline-neutral">&nbsp;</span>
336
- <span class="cline-any cline-no">&nbsp;</span>
337
323
  <span class="cline-any cline-neutral">&nbsp;</span>
338
324
  <span class="cline-any cline-neutral">&nbsp;</span>
339
- <span class="cline-any cline-no">&nbsp;</span>
340
325
  <span class="cline-any cline-neutral">&nbsp;</span>
341
326
  <span class="cline-any cline-neutral">&nbsp;</span>
342
327
  <span class="cline-any cline-neutral">&nbsp;</span>
343
- <span class="cline-any cline-no">&nbsp;</span>
344
328
  <span class="cline-any cline-neutral">&nbsp;</span>
345
329
  <span class="cline-any cline-neutral">&nbsp;</span>
346
330
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -433,8 +417,10 @@
433
417
  <span class="cline-any cline-neutral">&nbsp;</span>
434
418
  <span class="cline-any cline-neutral">&nbsp;</span>
435
419
  <span class="cline-any cline-neutral">&nbsp;</span>
420
+ <span class="cline-any cline-neutral">&nbsp;</span>
421
+ <span class="cline-any cline-neutral">&nbsp;</span>
436
422
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import PropTypes from 'prop-types';
437
- import { FormattedMessage, FormattedNumber } from 'react-intl';
423
+ import { FormattedNumber } from 'react-intl';
438
424
  &nbsp;
439
425
  import {
440
426
  Card,
@@ -448,14 +434,19 @@ import {
448
434
  } from '@folio/stripes/components';
449
435
  &nbsp;
450
436
  import * as CUSTPROP_TYPES from '../../constants/customProperties';
437
+ import { useKintIntl } from '../../hooks';
451
438
  &nbsp;
452
439
  const CustomPropertyCard = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >({</span></span>
453
440
  ctx,
454
441
  customProperty,
455
442
  customPropertyDefinition = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
456
443
  index,
457
- labelOverrides
444
+ intlKey: passedIntlKey,
445
+ intlNS: passedIntlNS,
446
+ labelOverrides = <span class="branch-0 cbranch-no" title="branch not covered" >{}</span>
458
447
  }) =&gt; {
448
+ const kintIntl = <span class="cstat-no" title="statement not covered" >useKintIntl(passedIntlKey, passedIntlNS);</span>
449
+ &nbsp;
459
450
  // We only need to display primary and set properties
460
451
  const toDisplay = <span class="cstat-no" title="statement not covered" >!!(customPropertyDefinition.primary || customProperty);</span>
461
452
  &nbsp;
@@ -465,42 +456,14 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
465
456
  &nbsp;
466
457
  const internalFalse = <span class="cstat-no" title="statement not covered" >customProperty?.internal === false ||</span>
467
458
  (customProperty?.internal === undefined &amp;&amp; customPropertyDefinition.defaultInternal === false);
468
- &nbsp;
469
- // Deal with all the possible label override options
470
- const getRetiredCardTitle = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
471
- // Label override for default card title,
472
- <span class="cstat-no" title="statement not covered" > if (labelOverrides.retiredName &amp;&amp; typeof labelOverrides.retiredName === 'function') {</span>
473
- <span class="cstat-no" title="statement not covered" > return (</span>
474
- labelOverrides.retiredName(customPropertyDefinition.name)
475
- );
476
- }
477
- &nbsp;
478
- // Label override for default title or finally built in default
479
- <span class="cstat-no" title="statement not covered" > return (</span>
480
- labelOverrides.retiredName ??
481
- &lt;FormattedMessage id="stripes-kint-components.customProperty.retiredName" values={{ name: customPropertyDefinition.label }} /&gt;
482
- );
483
- };
484
- &nbsp;
485
- const getInternalLabel = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
486
- <span class="cstat-no" title="statement not covered" > if (internalFalse) {</span>
487
- <span class="cstat-no" title="statement not covered" > return (</span>
488
- labelOverrides.internalFalse ??
489
- &lt;FormattedMessage id="stripes-kint-components.customProperty.internalFalse" /&gt;
490
- );
491
- }
492
- &nbsp;
493
- <span class="cstat-no" title="statement not covered" > return (</span>
494
- labelOverrides.internalTrue ??
495
- &lt;FormattedMessage id="stripes-kint-components.customProperty.internalTrue" /&gt;
496
- );
497
- };
498
459
  &nbsp;
499
460
  const renderValue = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
500
461
  <span class="cstat-no" title="statement not covered" > if (!customProperty) {</span>
501
462
  <span class="cstat-no" title="statement not covered" > return (</span>
502
- labelOverrides.notSet ??
503
- &lt;FormattedMessage id="stripes-kint-components.customProperty.notSet" /&gt;
463
+ kintIntl.formatKintMessage({
464
+ id: 'notSet',
465
+ overrideValue: labelOverrides.notSet
466
+ })
504
467
  );
505
468
  }
506
469
  &nbsp;
@@ -532,7 +495,10 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
532
495
  &lt;&gt;
533
496
  &lt;strong&gt;
534
497
  {customPropertyDefinition.retired ?
535
- getRetiredCardTitle() :
498
+ (kintIntl.formatKintMessage({
499
+ id: 'customProperty.retiredName',
500
+ overrideValue: labelOverrides.retiredName
501
+ }, { name: customPropertyDefinition.label })) :
536
502
  customPropertyDefinition.label
537
503
  }
538
504
  &lt;/strong&gt;
@@ -549,8 +515,10 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
549
515
  &lt;Col xs={6}&gt;
550
516
  &lt;KeyValue
551
517
  label={
552
- labelOverrides.value ??
553
- &lt;FormattedMessage id="stripes-kint-components.customProperty.value" /&gt;
518
+ kintIntl.formatKintMessage({
519
+ id: 'valueOrValues',
520
+ overrideValue: labelOverrides.valueOrValues
521
+ })
554
522
  }
555
523
  &gt;
556
524
  {renderValue()}
@@ -560,8 +528,10 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
560
528
  &lt;Col xs={6}&gt;
561
529
  &lt;KeyValue
562
530
  label={
563
- labelOverrides.internalNote ??
564
- &lt;FormattedMessage id="stripes-kint-components.customProperty.internalNote" /&gt;
531
+ kintIntl.formatKintMessage({
532
+ id: 'customProperties.internalNote',
533
+ overrideValue: labelOverrides.internalNote
534
+ })
565
535
  }
566
536
  &gt;
567
537
  &lt;span
@@ -577,19 +547,26 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
577
547
  &lt;Col xs={6}&gt;
578
548
  &lt;KeyValue
579
549
  label={
580
- labelOverrides.visibility ??
581
- &lt;FormattedMessage id="stripes-kint-components.customProperty.visibility" /&gt;
550
+ kintIntl.formatKintMessage({
551
+ id: 'customProperties.visibility',
552
+ overrideValue: labelOverrides.visibility
553
+ })
582
554
  }
583
555
  &gt;
584
- {getInternalLabel()}
556
+ {kintIntl.formatKintMessage({
557
+ id: 'customProperties.internalFalse',
558
+ overrideValue: labelOverrides.internalFalse
559
+ })}
585
560
  &lt;/KeyValue&gt;
586
561
  &lt;/Col&gt;
587
562
  {internalFalse &amp;&amp;
588
563
  &lt;Col xs={6}&gt;
589
564
  &lt;KeyValue
590
565
  label={
591
- labelOverrides.publicNote ??
592
- &lt;FormattedMessage id="stripes-kint-components.customProperty.publicNote" /&gt;
566
+ kintIntl.formatKintMessage({
567
+ id: 'customProperties.publicNote',
568
+ overrideValue: labelOverrides.publicNote
569
+ })
593
570
  }
594
571
  &gt;
595
572
  {customProperty?.publicNote ? (
@@ -614,6 +591,8 @@ const CustomPropertyCard = <span class="cstat-no" title="statement not covered"
614
591
  customProperty: PropTypes.object,
615
592
  customPropertyDefinition: PropTypes.object,
616
593
  index: PropTypes.number,
594
+ intlKey: PropTypes.string,
595
+ intlNS: PropTypes.string,
617
596
  labelOverrides: PropTypes.object,
618
597
  };
619
598
  &nbsp;
@@ -625,7 +604,7 @@ export default CustomPropertyCard;
625
604
  <div class='footer quiet pad2 space-top1 center small'>
626
605
  Code coverage generated by
627
606
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
628
- at Thu Jun 16 2022 14:59:18 GMT+0100 (British Summer Time)
607
+ at 2022-09-16T13:23:25.290Z
629
608
  </div>
630
609
  <script src="../../prettify.js"></script>
631
610
  <script>
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">36.36% </span>
26
+ <span class="strong">53.19% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>20/55</span>
28
+ <span class='fraction'>25/47</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">10% </span>
33
+ <span class="strong">17.3% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>8/80</span>
35
+ <span class='fraction'>9/52</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">38.46% </span>
40
+ <span class="strong">72.72% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>5/13</span>
42
+ <span class='fraction'>8/11</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">37.03% </span>
47
+ <span class="strong">52.17% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>20/54</span>
49
+ <span class='fraction'>24/46</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 low'></div>
64
+ <div class='status-line medium'></div>
65
65
  <div class="pad1">
66
66
  <table class="coverage-summary">
67
67
  <thead>
@@ -94,18 +94,18 @@
94
94
  </tr>
95
95
 
96
96
  <tr>
97
- <td class="file medium" data-value="CustomPropertiesViewCtx.js"><a href="CustomPropertiesViewCtx.js.html">CustomPropertiesViewCtx.js</a></td>
98
- <td data-value="54.54" class="pic medium">
99
- <div class="chart"><div class="cover-fill" style="width: 54%"></div><div class="cover-empty" style="width: 46%"></div></div>
97
+ <td class="file high" data-value="CustomPropertiesViewCtx.js"><a href="CustomPropertiesViewCtx.js.html">CustomPropertiesViewCtx.js</a></td>
98
+ <td data-value="80.95" class="pic high">
99
+ <div class="chart"><div class="cover-fill" style="width: 80%"></div><div class="cover-empty" style="width: 20%"></div></div>
100
100
  </td>
101
- <td data-value="54.54" class="pct medium">54.54%</td>
102
- <td data-value="22" class="abs medium">12/22</td>
103
- <td data-value="32" class="pct low">32%</td>
104
- <td data-value="25" class="abs low">8/25</td>
101
+ <td data-value="80.95" class="pct high">80.95%</td>
102
+ <td data-value="21" class="abs high">17/21</td>
105
103
  <td data-value="50" class="pct medium">50%</td>
106
- <td data-value="6" class="abs medium">3/6</td>
107
- <td data-value="57.14" class="pct medium">57.14%</td>
108
- <td data-value="21" class="abs medium">12/21</td>
104
+ <td data-value="18" class="abs medium">9/18</td>
105
+ <td data-value="100" class="pct high">100%</td>
106
+ <td data-value="6" class="abs high">6/6</td>
107
+ <td data-value="80" class="pct high">80%</td>
108
+ <td data-value="20" class="abs high">16/20</td>
109
109
  </tr>
110
110
 
111
111
  <tr>
@@ -114,13 +114,13 @@
114
114
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
115
115
  </td>
116
116
  <td data-value="0" class="pct low">0%</td>
117
- <td data-value="25" class="abs low">0/25</td>
117
+ <td data-value="18" class="abs low">0/18</td>
118
118
  <td data-value="0" class="pct low">0%</td>
119
- <td data-value="53" class="abs low">0/53</td>
119
+ <td data-value="32" class="abs low">0/32</td>
120
120
  <td data-value="0" class="pct low">0%</td>
121
- <td data-value="5" class="abs low">0/5</td>
121
+ <td data-value="3" class="abs low">0/3</td>
122
122
  <td data-value="0" class="pct low">0%</td>
123
- <td data-value="25" class="abs low">0/25</td>
123
+ <td data-value="18" class="abs low">0/18</td>
124
124
  </tr>
125
125
 
126
126
  <tr>
@@ -161,7 +161,7 @@
161
161
  <div class='footer quiet pad2 space-top1 center small'>
162
162
  Code coverage generated by
163
163
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164
- at Thu Jun 16 2022 14:59:18 GMT+0100 (British Summer Time)
164
+ at 2022-09-16T13:23:25.290Z
165
165
  </div>
166
166
  <script src="../../prettify.js"></script>
167
167
  <script>