@k-int/stripes-kint-components 2.8.4 → 2.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.
Files changed (229) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +4 -2
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  5. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -1
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  7. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +5 -3
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  9. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +1 -1
  10. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +5 -3
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +4 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +4 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
  14. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +5 -3
  15. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  16. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +4 -2
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  22. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
  23. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
  25. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  26. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  27. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  28. package/es/lib/CycleButton/CycleButton.js +5 -2
  29. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  30. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  31. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  32. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
  33. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  34. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  35. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
  36. package/es/lib/FormModal/FormModal.js +4 -1
  37. package/es/lib/IconSelect/IconSelect.js +4 -2
  38. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  39. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  40. package/es/lib/RichSelect/RichSelect.js +5 -2
  41. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  42. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  43. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  44. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  45. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  46. package/es/lib/SearchField/SearchField.js +4 -1
  47. package/es/lib/Typedown/Typedown.js +1 -1
  48. package/es/lib/hooks/settingsHooks/useSettings.js +3 -1
  49. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  50. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  51. package/es/lib/hooks/useActiveElement.js +1 -1
  52. package/es/lib/hooks/useAvailableCustomProperties.js +1 -1
  53. package/es/lib/hooks/useCustomProperties.js +4 -1
  54. package/es/lib/hooks/useHelperApp.js +4 -2
  55. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  56. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  57. package/es/lib/hooks/useLocalStorageState.js +1 -1
  58. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  59. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  60. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  61. package/es/lib/hooks/useQIndex.js +4 -2
  62. package/es/lib/utils/generateKiwtQueryParams.js +1 -1
  63. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  64. package/es/lib/utils/highlightString.js +1 -1
  65. package/es/lib/utils/parseErrorResponse.js +23 -19
  66. package/junit.xml +150 -150
  67. package/package.json +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +23 -5
  69. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +324 -48
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +171 -39
  73. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +271 -52
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +41 -56
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +54 -42
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +213 -54
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +260 -41
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +62 -3065
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +33 -786
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +52 -46
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +53 -74
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +25 -25
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +86 -32
  109. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
  110. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +109 -37
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
  115. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
  116. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
  124. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  125. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +67 -34
  130. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
  131. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +49 -7
  133. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  134. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  139. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +36 -12
  142. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  143. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +24 -81
  146. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
  147. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +146 -14
  150. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
  151. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +53 -8
  156. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +7 -7
  157. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +65 -11
  159. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +9 -9
  160. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +24 -27
  165. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
  166. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +151 -106
  178. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +12 -3
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  206. package/src/artifacts/coverage-jest/lcov-report/index.html +166 -136
  207. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
  209. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +240 -90
  210. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  211. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  212. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +62 -62
  213. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +39 -3
  214. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  215. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  216. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
  217. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  219. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  220. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  221. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  222. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  223. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +124 -76
  224. package/src/artifacts/coverage-jest/lcov.info +2706 -2419
  225. package/src/lib/utils/parseErrorResponse.js +3 -2
  226. package/translations/stripes-kint-components/de.json +41 -41
  227. package/translations/stripes-kint-components/ja.json +45 -45
  228. package/translations/stripes-kint-components/ko.json +49 -49
  229. package/yarn-error.log +0 -147
@@ -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/38</span>
28
+ <span class='fraction'>0/46</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/30</span>
35
+ <span class='fraction'>0/35</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/10</span>
42
+ <span class='fraction'>0/11</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/37</span>
49
+ <span class='fraction'>0/45</span>
50
50
  </div>
51
51
 
52
52
 
@@ -321,7 +321,53 @@
321
321
  <a name='L256'></a><a href='#L256'>256</a>
322
322
  <a name='L257'></a><a href='#L257'>257</a>
323
323
  <a name='L258'></a><a href='#L258'>258</a>
324
- <a name='L259'></a><a href='#L259'>259</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
324
+ <a name='L259'></a><a href='#L259'>259</a>
325
+ <a name='L260'></a><a href='#L260'>260</a>
326
+ <a name='L261'></a><a href='#L261'>261</a>
327
+ <a name='L262'></a><a href='#L262'>262</a>
328
+ <a name='L263'></a><a href='#L263'>263</a>
329
+ <a name='L264'></a><a href='#L264'>264</a>
330
+ <a name='L265'></a><a href='#L265'>265</a>
331
+ <a name='L266'></a><a href='#L266'>266</a>
332
+ <a name='L267'></a><a href='#L267'>267</a>
333
+ <a name='L268'></a><a href='#L268'>268</a>
334
+ <a name='L269'></a><a href='#L269'>269</a>
335
+ <a name='L270'></a><a href='#L270'>270</a>
336
+ <a name='L271'></a><a href='#L271'>271</a>
337
+ <a name='L272'></a><a href='#L272'>272</a>
338
+ <a name='L273'></a><a href='#L273'>273</a>
339
+ <a name='L274'></a><a href='#L274'>274</a>
340
+ <a name='L275'></a><a href='#L275'>275</a>
341
+ <a name='L276'></a><a href='#L276'>276</a>
342
+ <a name='L277'></a><a href='#L277'>277</a>
343
+ <a name='L278'></a><a href='#L278'>278</a>
344
+ <a name='L279'></a><a href='#L279'>279</a>
345
+ <a name='L280'></a><a href='#L280'>280</a>
346
+ <a name='L281'></a><a href='#L281'>281</a>
347
+ <a name='L282'></a><a href='#L282'>282</a>
348
+ <a name='L283'></a><a href='#L283'>283</a>
349
+ <a name='L284'></a><a href='#L284'>284</a>
350
+ <a name='L285'></a><a href='#L285'>285</a>
351
+ <a name='L286'></a><a href='#L286'>286</a>
352
+ <a name='L287'></a><a href='#L287'>287</a>
353
+ <a name='L288'></a><a href='#L288'>288</a>
354
+ <a name='L289'></a><a href='#L289'>289</a>
355
+ <a name='L290'></a><a href='#L290'>290</a>
356
+ <a name='L291'></a><a href='#L291'>291</a>
357
+ <a name='L292'></a><a href='#L292'>292</a>
358
+ <a name='L293'></a><a href='#L293'>293</a>
359
+ <a name='L294'></a><a href='#L294'>294</a>
360
+ <a name='L295'></a><a href='#L295'>295</a>
361
+ <a name='L296'></a><a href='#L296'>296</a>
362
+ <a name='L297'></a><a href='#L297'>297</a>
363
+ <a name='L298'></a><a href='#L298'>298</a>
364
+ <a name='L299'></a><a href='#L299'>299</a>
365
+ <a name='L300'></a><a href='#L300'>300</a>
366
+ <a name='L301'></a><a href='#L301'>301</a>
367
+ <a name='L302'></a><a href='#L302'>302</a>
368
+ <a name='L303'></a><a href='#L303'>303</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
369
+ <span class="cline-any cline-neutral">&nbsp;</span>
370
+ <span class="cline-any cline-neutral">&nbsp;</span>
325
371
  <span class="cline-any cline-neutral">&nbsp;</span>
326
372
  <span class="cline-any cline-neutral">&nbsp;</span>
327
373
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -361,6 +407,13 @@
361
407
  <span class="cline-any cline-neutral">&nbsp;</span>
362
408
  <span class="cline-any cline-neutral">&nbsp;</span>
363
409
  <span class="cline-any cline-neutral">&nbsp;</span>
410
+ <span class="cline-any cline-neutral">&nbsp;</span>
411
+ <span class="cline-any cline-neutral">&nbsp;</span>
412
+ <span class="cline-any cline-neutral">&nbsp;</span>
413
+ <span class="cline-any cline-neutral">&nbsp;</span>
414
+ <span class="cline-any cline-neutral">&nbsp;</span>
415
+ <span class="cline-any cline-neutral">&nbsp;</span>
416
+ <span class="cline-any cline-no">&nbsp;</span>
364
417
  <span class="cline-any cline-no">&nbsp;</span>
365
418
  <span class="cline-any cline-neutral">&nbsp;</span>
366
419
  <span class="cline-any cline-no">&nbsp;</span>
@@ -378,14 +431,30 @@
378
431
  <span class="cline-any cline-no">&nbsp;</span>
379
432
  <span class="cline-any cline-no">&nbsp;</span>
380
433
  <span class="cline-any cline-neutral">&nbsp;</span>
434
+ <span class="cline-any cline-no">&nbsp;</span>
435
+ <span class="cline-any cline-no">&nbsp;</span>
436
+ <span class="cline-any cline-no">&nbsp;</span>
381
437
  <span class="cline-any cline-neutral">&nbsp;</span>
438
+ <span class="cline-any cline-no">&nbsp;</span>
439
+ <span class="cline-any cline-no">&nbsp;</span>
440
+ <span class="cline-any cline-neutral">&nbsp;</span>
441
+ <span class="cline-any cline-neutral">&nbsp;</span>
442
+ <span class="cline-any cline-neutral">&nbsp;</span>
443
+ <span class="cline-any cline-neutral">&nbsp;</span>
444
+ <span class="cline-any cline-no">&nbsp;</span>
382
445
  <span class="cline-any cline-neutral">&nbsp;</span>
383
446
  <span class="cline-any cline-neutral">&nbsp;</span>
447
+ <span class="cline-any cline-neutral">&nbsp;</span>
448
+ <span class="cline-any cline-neutral">&nbsp;</span>
449
+ <span class="cline-any cline-no">&nbsp;</span>
384
450
  <span class="cline-any cline-no">&nbsp;</span>
385
451
  <span class="cline-any cline-neutral">&nbsp;</span>
386
452
  <span class="cline-any cline-neutral">&nbsp;</span>
387
453
  <span class="cline-any cline-neutral">&nbsp;</span>
388
454
  <span class="cline-any cline-neutral">&nbsp;</span>
455
+ <span class="cline-any cline-neutral">&nbsp;</span>
456
+ <span class="cline-any cline-neutral">&nbsp;</span>
457
+ <span class="cline-any cline-neutral">&nbsp;</span>
389
458
  <span class="cline-any cline-no">&nbsp;</span>
390
459
  <span class="cline-any cline-neutral">&nbsp;</span>
391
460
  <span class="cline-any cline-no">&nbsp;</span>
@@ -447,6 +516,8 @@
447
516
  <span class="cline-any cline-neutral">&nbsp;</span>
448
517
  <span class="cline-any cline-neutral">&nbsp;</span>
449
518
  <span class="cline-any cline-neutral">&nbsp;</span>
519
+ <span class="cline-any cline-neutral">&nbsp;</span>
520
+ <span class="cline-any cline-neutral">&nbsp;</span>
450
521
  <span class="cline-any cline-no">&nbsp;</span>
451
522
  <span class="cline-any cline-neutral">&nbsp;</span>
452
523
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -463,6 +534,7 @@
463
534
  <span class="cline-any cline-neutral">&nbsp;</span>
464
535
  <span class="cline-any cline-neutral">&nbsp;</span>
465
536
  <span class="cline-any cline-neutral">&nbsp;</span>
537
+ <span class="cline-any cline-neutral">&nbsp;</span>
466
538
  <span class="cline-any cline-no">&nbsp;</span>
467
539
  <span class="cline-any cline-no">&nbsp;</span>
468
540
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -511,6 +583,7 @@
511
583
  <span class="cline-any cline-neutral">&nbsp;</span>
512
584
  <span class="cline-any cline-neutral">&nbsp;</span>
513
585
  <span class="cline-any cline-neutral">&nbsp;</span>
586
+ <span class="cline-any cline-neutral">&nbsp;</span>
514
587
  <span class="cline-any cline-no">&nbsp;</span>
515
588
  <span class="cline-any cline-neutral">&nbsp;</span>
516
589
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -546,6 +619,15 @@
546
619
  <span class="cline-any cline-neutral">&nbsp;</span>
547
620
  <span class="cline-any cline-neutral">&nbsp;</span>
548
621
  <span class="cline-any cline-neutral">&nbsp;</span>
622
+ <span class="cline-any cline-neutral">&nbsp;</span>
623
+ <span class="cline-any cline-neutral">&nbsp;</span>
624
+ <span class="cline-any cline-neutral">&nbsp;</span>
625
+ <span class="cline-any cline-neutral">&nbsp;</span>
626
+ <span class="cline-any cline-neutral">&nbsp;</span>
627
+ <span class="cline-any cline-neutral">&nbsp;</span>
628
+ <span class="cline-any cline-neutral">&nbsp;</span>
629
+ <span class="cline-any cline-neutral">&nbsp;</span>
630
+ <span class="cline-any cline-neutral">&nbsp;</span>
549
631
  <span class="cline-any cline-no">&nbsp;</span>
550
632
  <span class="cline-any cline-neutral">&nbsp;</span>
551
633
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -579,7 +661,15 @@
579
661
  <span class="cline-any cline-neutral">&nbsp;</span>
580
662
  <span class="cline-any cline-neutral">&nbsp;</span>
581
663
  <span class="cline-any cline-neutral">&nbsp;</span>
582
- <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import PropTypes from 'prop-types';
664
+ <span class="cline-any cline-neutral">&nbsp;</span>
665
+ <span class="cline-any cline-neutral">&nbsp;</span>
666
+ <span class="cline-any cline-neutral">&nbsp;</span>
667
+ <span class="cline-any cline-neutral">&nbsp;</span>
668
+ <span class="cline-any cline-neutral">&nbsp;</span>
669
+ <span class="cline-any cline-neutral">&nbsp;</span>
670
+ <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { forwardRef, useImperativeHandle } from 'react';
671
+ &nbsp;
672
+ import PropTypes from 'prop-types';
583
673
  import { FormattedMessage } from 'react-intl';
584
674
  import { useInfiniteQuery } from 'react-query';
585
675
  &nbsp;
@@ -603,23 +693,30 @@ import {
603
693
  } from '@folio/stripes/components';
604
694
  &nbsp;
605
695
  import { generateKiwtQuery } from '../utils';
606
- import { useKiwtSASQuery, useLocalStorageState } from '../hooks';
696
+ import { useKintIntl, useKiwtSASQuery, useLocalStorageState } from '../hooks';
607
697
  &nbsp;
608
698
  import TableBody from './TableBody';
609
699
  &nbsp;
610
- const SASQLookupComponent = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(p</span>rops) =&gt; {</span>
700
+ const SASQLookupComponent = <span class="cstat-no" title="statement not covered" >forwardRef(<span class="fstat-no" title="function not covered" >(p</span>rops, ref) =&gt; {</span>
611
701
  const {
612
702
  children,
613
703
  fetchParameters = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
614
704
  FilterComponent = <span class="fstat-no" title="function not covered" ><span class="branch-0 cbranch-no" title="branch not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >null,</span></span>
615
705
  FilterPaneHeaderComponent = <span class="fstat-no" title="function not covered" ><span class="branch-0 cbranch-no" title="branch not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >null,</span></span>
616
- filterPaneProps,
706
+ filterPaneProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
617
707
  id,
708
+ intlKey: passedIntlKey,
709
+ intlNS: passedIntlNS,
710
+ labelOverrides = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
618
711
  mainPaneProps,
619
712
  noSearchField,
713
+ persistedPanesetProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
620
714
  RenderBody,
621
715
  sasqProps,
716
+ searchFieldAriaLabel,
717
+ searchFieldProps
622
718
  } = <span class="cstat-no" title="statement not covered" >props;</span>
719
+ const kintIntl = <span class="cstat-no" title="statement not covered" >useKintIntl(passedIntlKey, passedIntlNS);</span>
623
720
  &nbsp;
624
721
  const { query, queryGetter, querySetter } = <span class="cstat-no" title="statement not covered" >useKiwtSASQuery();</span>
625
722
  const { 0: namespace } = <span class="cstat-no" title="statement not covered" >useNamespace();</span>
@@ -635,14 +732,30 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
635
732
  &nbsp;
636
733
  const [filterPaneVisible, setFilterPaneVisible] = <span class="cstat-no" title="statement not covered" >useLocalStorageState(filterPaneVisibileKey, true);</span>
637
734
  const toggleFilterPane = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >setFilterPaneVisible(!filterPaneVisible);</span></span>
735
+ &nbsp;
736
+ const queryNamespace = <span class="cstat-no" title="statement not covered" >[namespace, 'SASQ'];</span>
737
+ <span class="cstat-no" title="statement not covered" > if (id) {</span>
738
+ <span class="cstat-no" title="statement not covered" > queryNamespace.push(id);</span>
739
+ }
740
+ <span class="cstat-no" title="statement not covered" > queryNamespace.push('viewAll');</span>
741
+ <span class="cstat-no" title="statement not covered" > queryNamespace.push(query);</span>
638
742
  &nbsp;
639
743
  const {
640
744
  data: totalData = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
641
745
  ...restOfInfiniteQueryProps
642
746
  } = <span class="cstat-no" title="statement not covered" >useInfiniteQuery(</span>
643
- [namespace, id, 'data', query],
747
+ queryNamespace,
644
748
  fetchPageData
645
749
  );
750
+ &nbsp;
751
+ <span class="cstat-no" title="statement not covered" > useImperativeHandle(ref, <span class="fstat-no" title="function not covered" >()</span> =&gt; (</span>
752
+ <span class="cstat-no" title="statement not covered" > {</span>
753
+ lookupQueryProps: {
754
+ data: totalData,
755
+ ...restOfInfiniteQueryProps
756
+ }
757
+ }
758
+ ));
646
759
  &nbsp;
647
760
  const data = <span class="cstat-no" title="statement not covered" >totalData.pages?.reduce(</span>
648
761
  <span class="fstat-no" title="function not covered" > (a</span>cc, curr) =&gt; {
@@ -697,10 +810,12 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
697
810
  &lt;PersistedPaneset
698
811
  appId={namespace}
699
812
  id={`${id}-paneset`}
813
+ {...persistedPanesetProps}
700
814
  &gt;
701
815
  {filterPaneVisible &amp;&amp;
702
816
  &lt;Pane
703
817
  defaultWidth="20%"
818
+ id={`${id}-filter-pane`}
704
819
  lastMenu={
705
820
  &lt;PaneMenu&gt;
706
821
  &lt;IconButton
@@ -717,6 +832,7 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
717
832
  {!noSearchField &amp;&amp;
718
833
  &lt;&gt;
719
834
  &lt;SearchField
835
+ ariaLabel={searchFieldAriaLabel}
720
836
  autoFocus
721
837
  id={`sasq-search-field-${id}`}
722
838
  name="query"
@@ -729,6 +845,7 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
729
845
  }}
730
846
  onClear={searchHandlers.reset}
731
847
  value={searchValue.query}
848
+ {...searchFieldProps}
732
849
  /&gt;
733
850
  &lt;Button
734
851
  buttonStyle="primary"
@@ -774,14 +891,23 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
774
891
  &lt;/PaneMenu&gt;
775
892
  :
776
893
  null}
894
+ id={`${id}-main-pane`}
777
895
  noOverflow
778
896
  padContent={false}
779
- paneSub={&lt;FormattedMessage id="stripes-kint-components.sasqLookupComponent.mainPane.found" values={{ total: data?.total }} /&gt;}
897
+ paneSub={
898
+ kintIntl.formatKintMessage({
899
+ id: 'found#Values',
900
+ overrideValue: labelOverrides?.foundValues
901
+ }, { total: data?.total })
902
+ }
780
903
  {...mainPaneProps}
781
904
  &gt;
782
905
  &lt;Body
783
906
  data={data}
784
907
  filterPaneVisible={filterPaneVisible}
908
+ intlKey={passedIntlKey}
909
+ intlNS={passedIntlNS}
910
+ labelOverrides={labelOverrides}
785
911
  query={query}
786
912
  toggleFilterPane={toggleFilterPane}
787
913
  {...restOfInfiniteQueryProps}
@@ -802,7 +928,7 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
802
928
  }
803
929
  &lt;/SearchAndSortQuery&gt;
804
930
  );
805
- };
931
+ });
806
932
  &nbsp;
807
933
  <span class="cstat-no" title="statement not covered" >SASQLookupComponent.propTypes = {</span>
808
934
  children: PropTypes.oneOfType([
@@ -821,19 +947,25 @@ const SASQLookupComponent = <span class="cstat-no" title="statement not covered"
821
947
  ]),
822
948
  history: PropTypes.object,
823
949
  id: PropTypes.string.isRequired,
950
+ intlKey: PropTypes.string,
951
+ intlNS: PropTypes.string,
952
+ labelOverrides: PropTypes.object,
824
953
  location: PropTypes.object,
825
954
  mainPaneProps: PropTypes.object,
826
955
  match: PropTypes.object,
827
956
  mclProps: PropTypes.object,
828
957
  noSearchField: PropTypes.bool,
829
958
  path: PropTypes.string.isRequired,
959
+ persistedPanesetProps: PropTypes.object,
830
960
  RenderBody: PropTypes.oneOfType([
831
961
  PropTypes.func,
832
962
  PropTypes.node
833
963
  ]),
834
964
  resource: PropTypes.object,
835
965
  resultColumns: PropTypes.arrayOf(PropTypes.object),
836
- sasqProps: PropTypes.object
966
+ sasqProps: PropTypes.object,
967
+ searchFieldAriaLabel: PropTypes.string,
968
+ searchFieldProps: PropTypes.object
837
969
  };
838
970
  &nbsp;
839
971
  export default SASQLookupComponent;
@@ -844,7 +976,7 @@ export default SASQLookupComponent;
844
976
  <div class='footer quiet pad2 space-top1 center small'>
845
977
  Code coverage generated by
846
978
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
847
- at 2022-11-22T09:57:19.883Z
979
+ at 2022-12-09T15:17:50.295Z
848
980
  </div>
849
981
  <script src="../prettify.js"></script>
850
982
  <script>
@@ -32,7 +32,7 @@
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/4</span>
35
+ <span class='fraction'>0/5</span>
36
36
  </div>
37
37
 
38
38
 
@@ -159,7 +159,16 @@
159
159
  <a name='L94'></a><a href='#L94'>94</a>
160
160
  <a name='L95'></a><a href='#L95'>95</a>
161
161
  <a name='L96'></a><a href='#L96'>96</a>
162
- <a name='L97'></a><a href='#L97'>97</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
162
+ <a name='L97'></a><a href='#L97'>97</a>
163
+ <a name='L98'></a><a href='#L98'>98</a>
164
+ <a name='L99'></a><a href='#L99'>99</a>
165
+ <a name='L100'></a><a href='#L100'>100</a>
166
+ <a name='L101'></a><a href='#L101'>101</a>
167
+ <a name='L102'></a><a href='#L102'>102</a>
168
+ <a name='L103'></a><a href='#L103'>103</a>
169
+ <a name='L104'></a><a href='#L104'>104</a>
170
+ <a name='L105'></a><a href='#L105'>105</a>
171
+ <a name='L106'></a><a href='#L106'>106</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
163
172
  <span class="cline-any cline-neutral">&nbsp;</span>
164
173
  <span class="cline-any cline-neutral">&nbsp;</span>
165
174
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -183,6 +192,9 @@
183
192
  <span class="cline-any cline-neutral">&nbsp;</span>
184
193
  <span class="cline-any cline-neutral">&nbsp;</span>
185
194
  <span class="cline-any cline-neutral">&nbsp;</span>
195
+ <span class="cline-any cline-neutral">&nbsp;</span>
196
+ <span class="cline-any cline-neutral">&nbsp;</span>
197
+ <span class="cline-any cline-neutral">&nbsp;</span>
186
198
  <span class="cline-any cline-no">&nbsp;</span>
187
199
  <span class="cline-any cline-no">&nbsp;</span>
188
200
  <span class="cline-any cline-no">&nbsp;</span>
@@ -217,6 +229,9 @@
217
229
  <span class="cline-any cline-neutral">&nbsp;</span>
218
230
  <span class="cline-any cline-neutral">&nbsp;</span>
219
231
  <span class="cline-any cline-neutral">&nbsp;</span>
232
+ <span class="cline-any cline-neutral">&nbsp;</span>
233
+ <span class="cline-any cline-neutral">&nbsp;</span>
234
+ <span class="cline-any cline-neutral">&nbsp;</span>
220
235
  <span class="cline-any cline-no">&nbsp;</span>
221
236
  <span class="cline-any cline-neutral">&nbsp;</span>
222
237
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -255,6 +270,9 @@
255
270
  <span class="cline-any cline-neutral">&nbsp;</span>
256
271
  <span class="cline-any cline-neutral">&nbsp;</span>
257
272
  <span class="cline-any cline-neutral">&nbsp;</span>
273
+ <span class="cline-any cline-neutral">&nbsp;</span>
274
+ <span class="cline-any cline-neutral">&nbsp;</span>
275
+ <span class="cline-any cline-neutral">&nbsp;</span>
258
276
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import PropTypes from 'prop-types';
259
277
  &nbsp;
260
278
  import { useHistory, useLocation } from 'react-router-dom';
@@ -269,8 +287,11 @@ const TableBody = <span class="cstat-no" title="statement not covered" ><span cl
269
287
  error,
270
288
  fetchNextPage,
271
289
  filterPaneVisible,
290
+ intlKey: passedIntlKey,
291
+ intlNS: passedIntlNS,
272
292
  isError,
273
293
  isLoading,
294
+ labelOverrides = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
274
295
  match,
275
296
  mclProps,
276
297
  onSort,
@@ -305,9 +326,12 @@ const TableBody = <span class="cstat-no" title="statement not covered" ><span cl
305
326
  &lt;NoResultsMessage
306
327
  {...{
307
328
  error,
329
+ filterPaneIsVisible: filterPaneVisible,
330
+ intlKey: passedIntlKey,
331
+ intlNS: passedIntlNS,
308
332
  isError,
309
333
  isLoading,
310
- filterPaneIsVisible: filterPaneVisible,
334
+ labelOverrides,
311
335
  searchTerm: query.query,
312
336
  toggleFilterPane
313
337
  }}
@@ -338,8 +362,11 @@ const TableBody = <span class="cstat-no" title="statement not covered" ><span cl
338
362
  fetchNextPage: PropTypes.func,
339
363
  filterPaneVisible: PropTypes.bool,
340
364
  history: PropTypes.object,
365
+ intlKey: PropTypes.string,
366
+ intlNS: PropTypes.string,
341
367
  isError: PropTypes.bool,
342
368
  isLoading: PropTypes.bool,
369
+ labelOverrides: PropTypes.object,
343
370
  location: PropTypes.object,
344
371
  match: PropTypes.object,
345
372
  mclProps: PropTypes.object,
@@ -358,7 +385,7 @@ export default TableBody;
358
385
  <div class='footer quiet pad2 space-top1 center small'>
359
386
  Code coverage generated by
360
387
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
361
- at 2022-11-22T09:57:19.883Z
388
+ at 2022-12-09T15:17:50.295Z
362
389
  </div>
363
390
  <script src="../../prettify.js"></script>
364
391
  <script>
@@ -32,7 +32,7 @@
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/4</span>
35
+ <span class='fraction'>0/5</span>
36
36
  </div>
37
37
 
38
38
 
@@ -86,7 +86,7 @@
86
86
  <td data-value="0" class="pct low">0%</td>
87
87
  <td data-value="14" class="abs low">0/14</td>
88
88
  <td data-value="0" class="pct low">0%</td>
89
- <td data-value="4" class="abs low">0/4</td>
89
+ <td data-value="5" class="abs low">0/5</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
91
  <td data-value="6" class="abs low">0/6</td>
92
92
  <td data-value="0" class="pct low">0%</td>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2022-11-22T09:57:19.883Z
119
+ at 2022-12-09T15:17:50.295Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -73,7 +73,7 @@
73
73
  <div class='footer quiet pad2 space-top1 center small'>
74
74
  Code coverage generated by
75
75
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
76
- at 2022-11-22T09:57:19.883Z
76
+ at 2022-12-09T15:17:50.295Z
77
77
  </div>
78
78
  <script src="../../prettify.js"></script>
79
79
  <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/38</span>
28
+ <span class='fraction'>0/46</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/30</span>
35
+ <span class='fraction'>0/35</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/10</span>
42
+ <span class='fraction'>0/11</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/37</span>
49
+ <span class='fraction'>0/45</span>
50
50
  </div>
51
51
 
52
52
 
@@ -84,13 +84,13 @@
84
84
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
85
85
  </td>
86
86
  <td data-value="0" class="pct low">0%</td>
87
- <td data-value="38" class="abs low">0/38</td>
87
+ <td data-value="46" class="abs low">0/46</td>
88
88
  <td data-value="0" class="pct low">0%</td>
89
- <td data-value="30" class="abs low">0/30</td>
89
+ <td data-value="35" class="abs low">0/35</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
- <td data-value="10" class="abs low">0/10</td>
91
+ <td data-value="11" class="abs low">0/11</td>
92
92
  <td data-value="0" class="pct low">0%</td>
93
- <td data-value="37" class="abs low">0/37</td>
93
+ <td data-value="45" class="abs low">0/45</td>
94
94
  </tr>
95
95
 
96
96
  <tr>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2022-11-22T09:57:19.883Z
119
+ at 2022-12-09T15:17:50.295Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -76,7 +76,7 @@ export { default as TableBody } from './TableBody';
76
76
  <div class='footer quiet pad2 space-top1 center small'>
77
77
  Code coverage generated by
78
78
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
79
- at 2022-11-22T09:57:19.883Z
79
+ at 2022-12-09T15:17:50.295Z
80
80
  </div>
81
81
  <script src="../prettify.js"></script>
82
82
  <script>