@k-int/stripes-kint-components 5.31.2 → 5.31.4

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 (301) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -0
  3. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +3 -1
  4. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  5. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +5 -1
  6. package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +540 -0
  7. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +9 -5
  8. package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +253 -0
  9. package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +33 -0
  10. package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +24 -0
  11. package/es/lib/SASQLookupComponent/__mocks__/index.js +20 -0
  12. package/es/lib/SASQRoute/SASQRoute.test.js +267 -0
  13. package/es/lib/SASQViewComponent/SASQViewComponent.test.js +104 -0
  14. package/es/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +19 -0
  15. package/es/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +19 -0
  16. package/es/lib/SASQViewComponent/__mocks__/index.js +20 -0
  17. package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
  18. package/package.json +5 -1
  19. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +4 -4
  20. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +10 -10
  21. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  22. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  23. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +3 -3
  24. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  25. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  26. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +3 -3
  27. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  28. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +3 -3
  30. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +6 -6
  31. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +3 -3
  32. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +3 -3
  33. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
  34. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +3 -3
  36. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +3 -3
  37. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +5 -5
  38. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +3 -3
  39. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +3 -3
  40. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  42. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +3 -3
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +7 -4
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +3 -3
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +3 -3
  47. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +11 -5
  48. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  51. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +3 -3
  52. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +2 -2
  53. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +3 -3
  54. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +3 -3
  55. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +3 -3
  56. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +3 -3
  57. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  58. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  60. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  61. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +3 -3
  63. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  64. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +2 -2
  66. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  67. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +3 -3
  69. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  70. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  72. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  73. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +3 -3
  75. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  76. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +3 -3
  78. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  79. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +3 -3
  81. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  82. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +3 -3
  84. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  85. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  86. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +3 -3
  87. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  88. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +30 -15
  90. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +15 -15
  91. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  92. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +2 -2
  93. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +3 -3
  94. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  95. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +2 -2
  97. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +146 -149
  98. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +74 -65
  99. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +21 -21
  100. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +21 -21
  102. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +43 -43
  104. package/src/artifacts/coverage-jest/SASQRoute/index.html +21 -21
  105. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +42 -42
  107. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +21 -21
  108. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  109. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +4 -4
  110. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  111. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +3 -3
  113. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  114. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +4 -4
  116. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  117. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  118. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +4 -4
  119. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +3 -3
  122. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +5 -5
  123. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +3 -3
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +3 -3
  129. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +3 -3
  132. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +4 -4
  137. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +3 -3
  140. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +3 -3
  141. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +3 -3
  146. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +3 -3
  149. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +2 -2
  150. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +5 -5
  157. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +2 -2
  158. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +2 -2
  167. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +2 -2
  170. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +2 -2
  171. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +2 -2
  174. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +2 -2
  177. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +2 -2
  180. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  181. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Tags/Tags.js.html +3 -3
  183. package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
  184. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +2 -2
  186. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +8 -8
  187. package/src/artifacts/coverage-jest/Tags/index.html +1 -1
  188. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +5 -5
  190. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +3 -3
  191. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  192. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  193. package/src/artifacts/coverage-jest/cobertura-coverage.xml +712 -702
  194. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  195. package/src/artifacts/coverage-jest/constants/customProperties.js.html +12 -12
  196. package/src/artifacts/coverage-jest/constants/endpoints.js.html +4 -4
  197. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +4 -4
  198. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  199. package/src/artifacts/coverage-jest/constants/pagination.js.html +6 -6
  200. package/src/artifacts/coverage-jest/hooks/index.html +51 -51
  201. package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
  202. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  203. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  204. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  205. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  206. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +8 -8
  207. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  208. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +12 -12
  210. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +10 -10
  213. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  214. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +2 -2
  216. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +2 -2
  217. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +2 -2
  218. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +2 -2
  219. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +2 -2
  220. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +3 -3
  221. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +2 -2
  222. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +2 -2
  225. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +2 -2
  226. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +48 -48
  227. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +3 -3
  228. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +22 -22
  229. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +3 -3
  230. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +2 -2
  233. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +5 -2
  235. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +2 -2
  236. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +2 -2
  237. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +2 -2
  240. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  242. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +2 -2
  243. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +68 -68
  244. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +28 -28
  245. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +3 -3
  246. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +2 -2
  247. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +2 -2
  250. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +2 -2
  251. package/src/artifacts/coverage-jest/index.html +91 -91
  252. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +34 -34
  253. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +3 -3
  254. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  255. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  256. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +3 -3
  257. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +2 -2
  258. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +5 -5
  259. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +7 -7
  260. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +67 -67
  261. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +21 -21
  262. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  263. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +2 -2
  264. package/src/artifacts/coverage-jest/utils/highlightString.js.html +3 -3
  265. package/src/artifacts/coverage-jest/utils/index.html +22 -22
  266. package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/matchString.js.html +2 -2
  268. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +2 -2
  269. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +2 -2
  270. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +2 -2
  271. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +2 -2
  275. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +2 -2
  276. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +2 -2
  277. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +2 -2
  278. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +2 -2
  279. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  280. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  281. package/src/artifacts/coverage-jest/validators/validators.js.html +8 -8
  282. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -0
  283. package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +2 -0
  284. package/src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +7 -2
  285. package/src/lib/SASQLookupComponent/SASQLookupComponent.js +3 -4
  286. package/src/lib/SASQLookupComponent/SASQLookupComponent.test.js +495 -0
  287. package/src/lib/SASQLookupComponent/TableBody/TableBody.js +6 -3
  288. package/src/lib/SASQLookupComponent/TableBody/TableBody.test.js +247 -0
  289. package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +31 -0
  290. package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +20 -0
  291. package/src/lib/SASQLookupComponent/__mocks__/index.js +2 -0
  292. package/src/lib/SASQRoute/SASQRoute.test.js +281 -0
  293. package/src/lib/SASQViewComponent/SASQViewComponent.test.js +114 -0
  294. package/src/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +13 -0
  295. package/src/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +17 -0
  296. package/src/lib/SASQViewComponent/__mocks__/index.js +2 -0
  297. package/src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
  298. package/src/lib/hooks/useMutateGeneric/index.js +1 -1
  299. package/test/helpers/test-implementor-translations.json +2 -1
  300. package/test/helpers/translationsProperties.js +1 -1
  301. package/test/jest/setupTests.js +1 -1
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">3.33% </span>
26
+ <span class="strong">98.33% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>2/60</span>
28
+ <span class='fraction'>59/60</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">0% </span>
33
+ <span class="strong">88.23% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>0/68</span>
35
+ <span class='fraction'>60/68</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">0% </span>
40
+ <span class="strong">100% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>0/18</span>
42
+ <span class='fraction'>18/18</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">3.44% </span>
47
+ <span class="strong">98.27% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>2/58</span>
49
+ <span class='fraction'>57/58</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 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>
@@ -501,8 +501,7 @@
501
501
  <a name='L436'></a><a href='#L436'>436</a>
502
502
  <a name='L437'></a><a href='#L437'>437</a>
503
503
  <a name='L438'></a><a href='#L438'>438</a>
504
- <a name='L439'></a><a href='#L439'>439</a>
505
- <a name='L440'></a><a href='#L440'>440</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
504
+ <a name='L439'></a><a href='#L439'>439</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
506
505
  <span class="cline-any cline-neutral">&nbsp;</span>
507
506
  <span class="cline-any cline-neutral">&nbsp;</span>
508
507
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -542,12 +541,12 @@
542
541
  <span class="cline-any cline-neutral">&nbsp;</span>
543
542
  <span class="cline-any cline-neutral">&nbsp;</span>
544
543
  <span class="cline-any cline-neutral">&nbsp;</span>
545
- <span class="cline-any cline-yes">23x</span>
544
+ <span class="cline-any cline-yes">26x</span>
546
545
  <span class="cline-any cline-neutral">&nbsp;</span>
547
546
  <span class="cline-any cline-neutral">&nbsp;</span>
548
547
  <span class="cline-any cline-neutral">&nbsp;</span>
549
- <span class="cline-any cline-no">&nbsp;</span>
550
- <span class="cline-any cline-no">&nbsp;</span>
548
+ <span class="cline-any cline-yes">976x</span>
549
+ <span class="cline-any cline-yes">976x</span>
551
550
  <span class="cline-any cline-neutral">&nbsp;</span>
552
551
  <span class="cline-any cline-neutral">&nbsp;</span>
553
552
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -560,19 +559,19 @@
560
559
  <span class="cline-any cline-neutral">&nbsp;</span>
561
560
  <span class="cline-any cline-neutral">&nbsp;</span>
562
561
  <span class="cline-any cline-neutral">&nbsp;</span>
563
- <span class="cline-any cline-no">&nbsp;</span>
564
- <span class="cline-any cline-no">&nbsp;</span>
565
- <span class="cline-any cline-no">&nbsp;</span>
562
+ <span class="cline-any cline-yes">814x</span>
563
+ <span class="cline-any cline-yes">814x</span>
564
+ <span class="cline-any cline-yes">814x</span>
566
565
  <span class="cline-any cline-neutral">&nbsp;</span>
567
- <span class="cline-any cline-no">&nbsp;</span>
568
- <span class="cline-any cline-no">&nbsp;</span>
569
- <span class="cline-any cline-no">&nbsp;</span>
566
+ <span class="cline-any cline-yes">814x</span>
567
+ <span class="cline-any cline-yes">814x</span>
568
+ <span class="cline-any cline-yes">814x</span>
570
569
  <span class="cline-any cline-neutral">&nbsp;</span>
571
- <span class="cline-any cline-no">&nbsp;</span>
570
+ <span class="cline-any cline-yes">814x</span>
572
571
  <span class="cline-any cline-neutral">&nbsp;</span>
572
+ <span class="cline-any cline-yes">204x</span>
573
+ <span class="cline-any cline-yes">812x</span>
573
574
  <span class="cline-any cline-neutral">&nbsp;</span>
574
- <span class="cline-any cline-no">&nbsp;</span>
575
- <span class="cline-any cline-no">&nbsp;</span>
576
575
  <span class="cline-any cline-neutral">&nbsp;</span>
577
576
  <span class="cline-any cline-neutral">&nbsp;</span>
578
577
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -584,10 +583,10 @@
584
583
  <span class="cline-any cline-neutral">&nbsp;</span>
585
584
  <span class="cline-any cline-neutral">&nbsp;</span>
586
585
  <span class="cline-any cline-neutral">&nbsp;</span>
586
+ <span class="cline-any cline-yes">893x</span>
587
587
  <span class="cline-any cline-neutral">&nbsp;</span>
588
- <span class="cline-any cline-no">&nbsp;</span>
589
- <span class="cline-any cline-no">&nbsp;</span>
590
- <span class="cline-any cline-no">&nbsp;</span>
588
+ <span class="cline-any cline-yes">893x</span>
589
+ <span class="cline-any cline-yes">893x</span>
591
590
  <span class="cline-any cline-neutral">&nbsp;</span>
592
591
  <span class="cline-any cline-neutral">&nbsp;</span>
593
592
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -595,12 +594,12 @@
595
594
  <span class="cline-any cline-neutral">&nbsp;</span>
596
595
  <span class="cline-any cline-neutral">&nbsp;</span>
597
596
  <span class="cline-any cline-neutral">&nbsp;</span>
598
- <span class="cline-any cline-no">&nbsp;</span>
597
+ <span class="cline-any cline-yes">893x</span>
599
598
  <span class="cline-any cline-neutral">&nbsp;</span>
600
599
  <span class="cline-any cline-neutral">&nbsp;</span>
601
600
  <span class="cline-any cline-neutral">&nbsp;</span>
602
601
  <span class="cline-any cline-neutral">&nbsp;</span>
603
- <span class="cline-any cline-no">&nbsp;</span>
602
+ <span class="cline-any cline-yes">893x</span>
604
603
  <span class="cline-any cline-neutral">&nbsp;</span>
605
604
  <span class="cline-any cline-neutral">&nbsp;</span>
606
605
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -610,29 +609,29 @@
610
609
  <span class="cline-any cline-neutral">&nbsp;</span>
611
610
  <span class="cline-any cline-neutral">&nbsp;</span>
612
611
  <span class="cline-any cline-neutral">&nbsp;</span>
613
- <span class="cline-any cline-no">&nbsp;</span>
612
+ <span class="cline-any cline-yes">893x</span>
614
613
  <span class="cline-any cline-neutral">&nbsp;</span>
615
- <span class="cline-any cline-no">&nbsp;</span>
616
- <span class="cline-any cline-no">&nbsp;</span>
614
+ <span class="cline-any cline-yes">893x</span>
615
+ <span class="cline-any cline-yes">395x</span>
617
616
  <span class="cline-any cline-neutral">&nbsp;</span>
618
617
  <span class="cline-any cline-neutral">&nbsp;</span>
619
- <span class="cline-any cline-no">&nbsp;</span>
620
- <span class="cline-any cline-no">&nbsp;</span>
618
+ <span class="cline-any cline-yes">893x</span>
619
+ <span class="cline-any cline-yes">893x</span>
621
620
  <span class="cline-any cline-neutral">&nbsp;</span>
622
621
  <span class="cline-any cline-neutral">&nbsp;</span>
623
- <span class="cline-any cline-no">&nbsp;</span>
624
- <span class="cline-any cline-no">&nbsp;</span>
622
+ <span class="cline-any cline-yes">893x</span>
623
+ <span class="cline-any cline-yes">893x</span>
625
624
  <span class="cline-any cline-neutral">&nbsp;</span>
626
625
  <span class="cline-any cline-neutral">&nbsp;</span>
627
626
  <span class="cline-any cline-neutral">&nbsp;</span>
628
- <span class="cline-any cline-no">&nbsp;</span>
629
- <span class="cline-any cline-no">&nbsp;</span>
627
+ <span class="cline-any cline-yes">893x</span>
628
+ <span class="cline-any cline-yes">893x</span>
630
629
  <span class="cline-any cline-neutral">&nbsp;</span>
631
- <span class="cline-any cline-no">&nbsp;</span>
630
+ <span class="cline-any cline-yes">893x</span>
632
631
  <span class="cline-any cline-neutral">&nbsp;</span>
633
- <span class="cline-any cline-no">&nbsp;</span>
632
+ <span class="cline-any cline-yes">893x</span>
633
+ <span class="cline-any cline-yes">571x</span>
634
634
  <span class="cline-any cline-neutral">&nbsp;</span>
635
- <span class="cline-any cline-no">&nbsp;</span>
636
635
  <span class="cline-any cline-neutral">&nbsp;</span>
637
636
  <span class="cline-any cline-neutral">&nbsp;</span>
638
637
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -650,14 +649,14 @@
650
649
  <span class="cline-any cline-neutral">&nbsp;</span>
651
650
  <span class="cline-any cline-neutral">&nbsp;</span>
652
651
  <span class="cline-any cline-neutral">&nbsp;</span>
652
+ <span class="cline-any cline-yes">893x</span>
653
653
  <span class="cline-any cline-neutral">&nbsp;</span>
654
- <span class="cline-any cline-no">&nbsp;</span>
655
654
  <span class="cline-any cline-neutral">&nbsp;</span>
656
655
  <span class="cline-any cline-neutral">&nbsp;</span>
656
+ <span class="cline-any cline-yes">893x</span>
657
657
  <span class="cline-any cline-neutral">&nbsp;</span>
658
- <span class="cline-any cline-no">&nbsp;</span>
658
+ <span class="cline-any cline-yes">893x</span>
659
659
  <span class="cline-any cline-neutral">&nbsp;</span>
660
- <span class="cline-any cline-no">&nbsp;</span>
661
660
  <span class="cline-any cline-neutral">&nbsp;</span>
662
661
  <span class="cline-any cline-neutral">&nbsp;</span>
663
662
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -666,8 +665,8 @@
666
665
  <span class="cline-any cline-neutral">&nbsp;</span>
667
666
  <span class="cline-any cline-neutral">&nbsp;</span>
668
667
  <span class="cline-any cline-neutral">&nbsp;</span>
668
+ <span class="cline-any cline-yes">204x</span>
669
669
  <span class="cline-any cline-neutral">&nbsp;</span>
670
- <span class="cline-any cline-no">&nbsp;</span>
671
670
  <span class="cline-any cline-neutral">&nbsp;</span>
672
671
  <span class="cline-any cline-neutral">&nbsp;</span>
673
672
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -679,19 +678,18 @@
679
678
  <span class="cline-any cline-neutral">&nbsp;</span>
680
679
  <span class="cline-any cline-neutral">&nbsp;</span>
681
680
  <span class="cline-any cline-neutral">&nbsp;</span>
681
+ <span class="cline-any cline-yes">893x</span>
682
682
  <span class="cline-any cline-neutral">&nbsp;</span>
683
- <span class="cline-any cline-no">&nbsp;</span>
684
683
  <span class="cline-any cline-neutral">&nbsp;</span>
685
684
  <span class="cline-any cline-neutral">&nbsp;</span>
686
685
  <span class="cline-any cline-neutral">&nbsp;</span>
687
- <span class="cline-any cline-neutral">&nbsp;</span>
688
- <span class="cline-any cline-no">&nbsp;</span>
689
- <span class="cline-any cline-no">&nbsp;</span>
690
- <span class="cline-any cline-no">&nbsp;</span>
686
+ <span class="cline-any cline-yes">893x</span>
687
+ <span class="cline-any cline-yes">352x</span>
688
+ <span class="cline-any cline-yes">176x</span>
691
689
  <span class="cline-any cline-neutral">&nbsp;</span>
692
690
  <span class="cline-any cline-neutral">&nbsp;</span>
693
691
  <span class="cline-any cline-neutral">&nbsp;</span>
694
- <span class="cline-any cline-no">&nbsp;</span>
692
+ <span class="cline-any cline-yes">893x</span>
695
693
  <span class="cline-any cline-neutral">&nbsp;</span>
696
694
  <span class="cline-any cline-neutral">&nbsp;</span>
697
695
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -699,7 +697,7 @@
699
697
  <span class="cline-any cline-neutral">&nbsp;</span>
700
698
  <span class="cline-any cline-neutral">&nbsp;</span>
701
699
  <span class="cline-any cline-neutral">&nbsp;</span>
702
- <span class="cline-any cline-no">&nbsp;</span>
700
+ <span class="cline-any cline-yes">893x</span>
703
701
  <span class="cline-any cline-neutral">&nbsp;</span>
704
702
  <span class="cline-any cline-neutral">&nbsp;</span>
705
703
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -718,26 +716,26 @@
718
716
  <span class="cline-any cline-neutral">&nbsp;</span>
719
717
  <span class="cline-any cline-neutral">&nbsp;</span>
720
718
  <span class="cline-any cline-neutral">&nbsp;</span>
721
- <span class="cline-any cline-no">&nbsp;</span>
719
+ <span class="cline-any cline-yes">1130x</span>
722
720
  <span class="cline-any cline-neutral">&nbsp;</span>
723
- <span class="cline-any cline-no">&nbsp;</span>
724
- <span class="cline-any cline-no">&nbsp;</span>
721
+ <span class="cline-any cline-yes">1130x</span>
722
+ <span class="cline-any cline-yes">1130x</span>
725
723
  <span class="cline-any cline-neutral">&nbsp;</span>
726
- <span class="cline-any cline-no">&nbsp;</span>
724
+ <span class="cline-any cline-yes">1130x</span>
727
725
  <span class="cline-any cline-neutral">&nbsp;</span>
728
726
  <span class="cline-any cline-neutral">&nbsp;</span>
729
727
  <span class="cline-any cline-neutral">&nbsp;</span>
730
- <span class="cline-any cline-no">&nbsp;</span>
728
+ <span class="cline-any cline-yes">1130x</span>
731
729
  <span class="cline-any cline-neutral">&nbsp;</span>
732
730
  <span class="cline-any cline-neutral">&nbsp;</span>
733
731
  <span class="cline-any cline-neutral">&nbsp;</span>
734
732
  <span class="cline-any cline-neutral">&nbsp;</span>
735
733
  <span class="cline-any cline-neutral">&nbsp;</span>
736
- <span class="cline-any cline-no">&nbsp;</span>
734
+ <span class="cline-any cline-yes">1130x</span>
737
735
  <span class="cline-any cline-neutral">&nbsp;</span>
738
- <span class="cline-any cline-no">&nbsp;</span>
736
+ <span class="cline-any cline-yes">1130x</span>
739
737
  <span class="cline-any cline-neutral">&nbsp;</span>
740
- <span class="cline-any cline-no">&nbsp;</span>
738
+ <span class="cline-any cline-yes">1130x</span>
741
739
  <span class="cline-any cline-neutral">&nbsp;</span>
742
740
  <span class="cline-any cline-neutral">&nbsp;</span>
743
741
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -747,13 +745,13 @@
747
745
  <span class="cline-any cline-neutral">&nbsp;</span>
748
746
  <span class="cline-any cline-neutral">&nbsp;</span>
749
747
  <span class="cline-any cline-neutral">&nbsp;</span>
750
- <span class="cline-any cline-no">&nbsp;</span>
751
- <span class="cline-any cline-no">&nbsp;</span>
748
+ <span class="cline-any cline-yes">1130x</span>
749
+ <span class="cline-any cline-yes">1130x</span>
752
750
  <span class="cline-any cline-no">&nbsp;</span>
753
751
  <span class="cline-any cline-neutral">&nbsp;</span>
754
752
  <span class="cline-any cline-neutral">&nbsp;</span>
755
- <span class="cline-any cline-no">&nbsp;</span>
756
- <span class="cline-any cline-no">&nbsp;</span>
753
+ <span class="cline-any cline-yes">1130x</span>
754
+ <span class="cline-any cline-yes">22x</span>
757
755
  <span class="cline-any cline-neutral">&nbsp;</span>
758
756
  <span class="cline-any cline-neutral">&nbsp;</span>
759
757
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -762,10 +760,10 @@
762
760
  <span class="cline-any cline-neutral">&nbsp;</span>
763
761
  <span class="cline-any cline-neutral">&nbsp;</span>
764
762
  <span class="cline-any cline-neutral">&nbsp;</span>
765
- <span class="cline-any cline-no">&nbsp;</span>
763
+ <span class="cline-any cline-yes">1108x</span>
766
764
  <span class="cline-any cline-neutral">&nbsp;</span>
767
765
  <span class="cline-any cline-neutral">&nbsp;</span>
768
- <span class="cline-any cline-no">&nbsp;</span>
766
+ <span class="cline-any cline-yes">1130x</span>
769
767
  <span class="cline-any cline-neutral">&nbsp;</span>
770
768
  <span class="cline-any cline-neutral">&nbsp;</span>
771
769
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -804,10 +802,10 @@
804
802
  <span class="cline-any cline-neutral">&nbsp;</span>
805
803
  <span class="cline-any cline-neutral">&nbsp;</span>
806
804
  <span class="cline-any cline-neutral">&nbsp;</span>
807
- <span class="cline-any cline-no">&nbsp;</span>
808
- <span class="cline-any cline-no">&nbsp;</span>
805
+ <span class="cline-any cline-yes">304x</span>
806
+ <span class="cline-any cline-yes">300x</span>
809
807
  <span class="cline-any cline-neutral">&nbsp;</span>
810
- <span class="cline-any cline-no">&nbsp;</span>
808
+ <span class="cline-any cline-yes">4x</span>
811
809
  <span class="cline-any cline-neutral">&nbsp;</span>
812
810
  <span class="cline-any cline-neutral">&nbsp;</span>
813
811
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -904,7 +902,7 @@
904
902
  <span class="cline-any cline-neutral">&nbsp;</span>
905
903
  <span class="cline-any cline-neutral">&nbsp;</span>
906
904
  <span class="cline-any cline-neutral">&nbsp;</span>
907
- <span class="cline-any cline-yes">23x</span>
905
+ <span class="cline-any cline-yes">26x</span>
908
906
  <span class="cline-any cline-neutral">&nbsp;</span>
909
907
  <span class="cline-any cline-neutral">&nbsp;</span>
910
908
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -981,65 +979,65 @@ import {
981
979
  import TableBody from './TableBody';
982
980
  import SearchKeyControl from '../SearchKeyControl';
983
981
  &nbsp;
984
- const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function not covered" >(p</span>rops, ref) =&gt; {
982
+ const SASQLookupComponent = forwardRef((props, ref) =&gt; {
985
983
  const {
986
984
  children,
987
985
  fetchParameters = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
988
- 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>
989
- 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>
990
- filterPaneProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
991
- hasFilterPane = <span class="branch-0 cbranch-no" title="branch not covered" >true,</span> // Ability to entirely turn off filter pane
986
+ FilterComponent = () =&gt; null,
987
+ FilterPaneHeaderComponent = () =&gt; null,
988
+ filterPaneProps = {},
989
+ hasFilterPane = true, // Ability to entirely turn off filter pane
992
990
  id,
993
991
  intlKey: passedIntlKey,
994
992
  intlNS: passedIntlNS,
995
- labelOverrides = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
996
- lookupQueryNamespaceGenerator = <span class="fstat-no" title="function not covered" ><span class="branch-0 cbranch-no" title="branch not covered" >({</span></span>
993
+ labelOverrides = {},
994
+ lookupQueryNamespaceGenerator = ({
997
995
  currentPage,
998
996
  namespace,
999
997
  id: passedId,
1000
998
  query,
1001
999
  }) =&gt; {
1002
- const queryNamespace = <span class="cstat-no" title="statement not covered" >[namespace, 'SASQ'];</span>
1003
- <span class="cstat-no" title="statement not covered" > if (passedId) {</span>
1004
- <span class="cstat-no" title="statement not covered" > queryNamespace.push(passedId);</span>
1000
+ const queryNamespace = [namespace, 'SASQ'];
1001
+ <span class="missing-if-branch" title="else path not taken" >E</span>if (passedId) {
1002
+ queryNamespace.push(passedId);
1005
1003
  }
1006
- <span class="cstat-no" title="statement not covered" > queryNamespace.push('viewAll');</span>
1007
- <span class="cstat-no" title="statement not covered" > queryNamespace.push(query);</span>
1008
- <span class="cstat-no" title="statement not covered" > queryNamespace.push(currentPage);</span>
1004
+ queryNamespace.push('viewAll');
1005
+ queryNamespace.push(query);
1006
+ queryNamespace.push(currentPage);
1009
1007
  &nbsp;
1010
- <span class="cstat-no" title="statement not covered" > return queryNamespace;</span>
1008
+ return queryNamespace;
1011
1009
  },
1012
- lookupQueryPromise = <span class="fstat-no" title="function not covered" ><span class="branch-0 cbranch-no" title="branch not covered" >({</span> endpoint, ky, queryParams }) =&gt;</span>
1013
- <span class="cstat-no" title="statement not covered" > ky.get(`${endpoint}${queryParams}`).json(),</span>
1014
- lookupResponseTransform = <span class="fstat-no" title="function not covered" ><span class="branch-0 cbranch-no" title="branch not covered" >(r</span>esponse) =&gt; <span class="cstat-no" title="statement not covered" >response,</span></span> // Function to transform the response from the query
1015
- mainPaneProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
1016
- mclProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
1017
- noResultsProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
1010
+ lookupQueryPromise = ({ endpoint, ky, queryParams }) =&gt; ky.get(`${endpoint}${queryParams}`).json(),
1011
+ lookupResponseTransform = (response) =&gt; response, // Function to transform the response from the query
1012
+ mainPaneProps = {},
1013
+ mclProps = {},
1014
+ noResultsProps = {},
1018
1015
  noSearchField,
1019
- persistedPanesetProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
1020
- queryParameterGenerator = <span class="branch-0 cbranch-no" title="branch not covered" >generateKiwtQuery,</span> // Expects a function which accepts SASQ_MAP and nsValues
1016
+ persistedPanesetProps = {},
1017
+ queryParameterGenerator = generateKiwtQuery, // Expects a function which accepts SASQ_MAP and nsValues
1021
1018
  RenderBody,
1022
- rowNavigation = <span class="branch-0 cbranch-no" title="branch not covered" >true,</span> // Default navigation onRowClick
1019
+ rowNavigation = true, // Default navigation onRowClick
1023
1020
  sasqProps,
1024
- searchableIndexes = <span class="branch-0 cbranch-no" title="branch not covered" >[],</span>
1021
+ searchableIndexes = [],
1025
1022
  searchFieldAriaLabel,
1026
- searchFieldProps = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
1027
- } = <span class="cstat-no" title="statement not covered" >props;</span>
1028
- const kintIntl = <span class="cstat-no" title="statement not covered" >useKintIntl(passedIntlKey, passedIntlNS);</span>
1029
- const [count, setCount] = <span class="cstat-no" title="statement not covered" >useState(0);</span>
1023
+ searchFieldProps = {},
1024
+ } = props;
1025
+ &nbsp;
1026
+ const kintIntl = useKintIntl(passedIntlKey, passedIntlNS);
1027
+ const [count, setCount] = useState(0);
1030
1028
  &nbsp;
1031
1029
  // Grab things we might need from sasqProps if passed
1032
1030
  const {
1033
1031
  query: sasqPropsQuery, // If these are overriden we need to make use of them
1034
1032
  queryGetter: sasqPropsQueryGetter,
1035
1033
  querySetter: sasqPropsQuerySetter,
1036
- syncToLocation = <span class="branch-0 cbranch-no" title="branch not covered" >true,</span>
1037
- } = <span class="cstat-no" title="statement not covered" >sasqProps ?? {};</span>
1034
+ syncToLocation = true,
1035
+ } = sasqProps ?? {};
1038
1036
  &nbsp;
1039
1037
  // We manage our internal state of pagination (URL vs MCL page state) using usePrevNextPagination.
1040
1038
  // Below the queryParameterGenerator can then choose to use the outputs (namely totalRecords and page) as it sees fit.
1041
1039
  const { currentPage, paginationMCLProps, paginationSASQProps } =
1042
- <span class="cstat-no" title="statement not covered" > usePrevNextPagination({</span>
1040
+ usePrevNextPagination({
1043
1041
  count, // totalRecord
1044
1042
  pageSize: fetchParameters.SASQ_MAP?.perPage,
1045
1043
  syncToLocation,
@@ -1049,29 +1047,28 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1049
1047
  query: kintSASQQuery,
1050
1048
  queryGetter: kintSASQQueryGetter,
1051
1049
  querySetter: kintSASQQuerySetter,
1052
- } = <span class="cstat-no" title="statement not covered" >useKiwtSASQuery();</span>
1050
+ } = useKiwtSASQuery();
1053
1051
  &nbsp;
1054
- const query = <span class="cstat-no" title="statement not covered" >useMemo(</span>
1055
- <span class="fstat-no" title="function not covered" > ()</span> =&gt; <span class="cstat-no" title="statement not covered" >sasqPropsQuery ?? kintSASQQuery,</span>
1052
+ const query = useMemo(
1053
+ () =&gt; sasqPropsQuery ?? kintSASQQuery,
1056
1054
  [sasqPropsQuery, kintSASQQuery]
1057
1055
  );
1058
- const queryGetter = <span class="cstat-no" title="statement not covered" >useMemo(</span>
1059
- <span class="fstat-no" title="function not covered" > ()</span> =&gt; <span class="cstat-no" title="statement not covered" >sasqPropsQueryGetter ?? kintSASQQueryGetter,</span>
1056
+ const queryGetter = useMemo(
1057
+ () =&gt; sasqPropsQueryGetter ?? kintSASQQueryGetter,
1060
1058
  [sasqPropsQueryGetter, kintSASQQueryGetter]
1061
1059
  );
1062
- const querySetter = <span class="cstat-no" title="statement not covered" >useMemo(</span>
1063
- <span class="fstat-no" title="function not covered" > ()</span> =&gt; <span class="cstat-no" title="statement not covered" >sasqPropsQuerySetter ?? kintSASQQuerySetter,</span>
1060
+ const querySetter = useMemo(
1061
+ () =&gt; sasqPropsQuerySetter ?? kintSASQQuerySetter,
1064
1062
  [sasqPropsQuerySetter, kintSASQQuerySetter]
1065
1063
  );
1066
1064
  &nbsp;
1067
- const { 0: namespace } = <span class="cstat-no" title="statement not covered" >useNamespace();</span>
1068
- const ky = <span class="cstat-no" title="statement not covered" >useOkapiKy();</span>
1065
+ const { 0: namespace } = useNamespace();
1066
+ const ky = useOkapiKy();
1069
1067
  &nbsp;
1070
- const filterPaneVisibileKey = <span class="cstat-no" title="statement not covered" >`${namespace}-${id}-filterPaneVisibility`;</span>
1068
+ const filterPaneVisibileKey = `${namespace}-${id}-filterPaneVisibility`;
1071
1069
  &nbsp;
1072
- const queryParams = <span class="cstat-no" title="statement not covered" >useMemo(</span>
1073
- <span class="fstat-no" title="function not covered" > ()</span> =&gt;
1074
- <span class="cstat-no" title="statement not covered" > queryParameterGenerator(</span>
1070
+ const queryParams = useMemo(
1071
+ () =&gt; queryParameterGenerator(
1075
1072
  // With Typescript this would be a type of SASQ_MAP, and so totalRecords is a valid property in our new shape
1076
1073
  // In generateKiwtQueryParams we can choose to ignore totalRecords, which while being a valid property is not necessary for KIWT queries
1077
1074
  {
@@ -1079,7 +1076,7 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1079
1076
  totalRecords: count,
1080
1077
  ...fetchParameters.SASQ_MAP,
1081
1078
  },
1082
- query ?? {}
1079
+ query ?? <span class="branch-1 cbranch-no" title="branch not covered" >{}</span>
1083
1080
  ),
1084
1081
  [
1085
1082
  count,
@@ -1090,13 +1087,13 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1090
1087
  ]
1091
1088
  );
1092
1089
  &nbsp;
1093
- const [filterPaneVisible, setFilterPaneVisible] = <span class="cstat-no" title="statement not covered" >useLocalStorageState(</span>
1090
+ const [filterPaneVisible, setFilterPaneVisible] = useLocalStorageState(
1094
1091
  filterPaneVisibileKey,
1095
1092
  true
1096
1093
  );
1097
- 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>
1094
+ const toggleFilterPane = () =&gt; setFilterPaneVisible(!filterPaneVisible);
1098
1095
  &nbsp;
1099
- const { data = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span> ...restOfQueryProps } = <span class="cstat-no" title="statement not covered" >useQuery(</span>
1096
+ const { data = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span> ...restOfQueryProps } = useQuery(
1100
1097
  lookupQueryNamespaceGenerator({
1101
1098
  currentPage,
1102
1099
  endpoint: fetchParameters.endpoint,
@@ -1105,8 +1102,8 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1105
1102
  query,
1106
1103
  queryParams,
1107
1104
  }),
1108
- <span class="fstat-no" title="function not covered" > ()</span> =&gt; {
1109
- <span class="cstat-no" title="statement not covered" > return lookupQueryPromise({</span>
1105
+ () =&gt; {
1106
+ return lookupQueryPromise({
1110
1107
  ky,
1111
1108
  queryParams,
1112
1109
  endpoint: fetchParameters.endpoint,
@@ -1118,19 +1115,19 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1118
1115
  // select is a parameter supported by useQuery to transform the response
1119
1116
  // Could be possible to instead pass this down along with the queryOptions
1120
1117
  // Additionally this is assuming the lookupResponseTransform is a func as opposed to an object
1121
- select: <span class="fstat-no" title="function not covered" >(s</span>electData) =&gt; {
1122
- <span class="cstat-no" title="statement not covered" > return lookupResponseTransform(selectData);</span>
1118
+ select: (selectData) =&gt; {
1119
+ return lookupResponseTransform(selectData);
1123
1120
  },
1124
1121
  }
1125
1122
  );
1126
1123
  &nbsp;
1127
- <span class="cstat-no" title="statement not covered" > useEffect(<span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
1128
- <span class="cstat-no" title="statement not covered" > if (count !== data?.totalRecords) {</span>
1129
- <span class="cstat-no" title="statement not covered" > setCount(data?.totalRecords);</span>
1124
+ useEffect(() =&gt; {
1125
+ if (count !== data?.totalRecords) {
1126
+ setCount(data?.totalRecords);
1130
1127
  }
1131
1128
  }, [count, data.totalRecords]);
1132
1129
  &nbsp;
1133
- <span class="cstat-no" title="statement not covered" > useImperativeHandle(ref, <span class="fstat-no" title="function not covered" >()</span> =&gt; (<span class="cstat-no" title="statement not covered" >{</span></span>
1130
+ useImperativeHandle(ref, () =&gt; ({
1134
1131
  lookupQueryProps: {
1135
1132
  data,
1136
1133
  ...restOfQueryProps,
@@ -1138,7 +1135,7 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1138
1135
  queryParams,
1139
1136
  }));
1140
1137
  &nbsp;
1141
- <span class="cstat-no" title="statement not covered" > return (</span>
1138
+ return (
1142
1139
  &lt;SearchAndSortQuery
1143
1140
  initialSearchState={{ query: '' }}
1144
1141
  queryGetter={queryGetter}
@@ -1147,7 +1144,7 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1147
1144
  {...sasqProps}
1148
1145
  {...paginationSASQProps}
1149
1146
  &gt;
1150
- {<span class="fstat-no" title="function not covered" >(s</span>asqRenderProps) =&gt; {
1147
+ {(sasqRenderProps) =&gt; {
1151
1148
  const {
1152
1149
  activeFilters,
1153
1150
  filterChanged,
@@ -1157,26 +1154,26 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1157
1154
  resetAll,
1158
1155
  searchChanged,
1159
1156
  searchValue,
1160
- } = <span class="cstat-no" title="statement not covered" >sasqRenderProps;</span>
1157
+ } = sasqRenderProps;
1161
1158
  &nbsp;
1162
- const searchHandlers = <span class="cstat-no" title="statement not covered" >getSearchHandlers();</span>
1163
- const disableReset = <span class="cstat-no" title="statement not covered" >!filterChanged &amp;&amp; !searchChanged;</span>
1159
+ const searchHandlers = getSearchHandlers();
1160
+ const disableReset = !filterChanged &amp;&amp; !searchChanged;
1164
1161
  &nbsp;
1165
- const filterCount = <span class="cstat-no" title="statement not covered" >activeFilters.string</span>
1162
+ const filterCount = activeFilters.string
1166
1163
  ? activeFilters.string.split(',').length
1167
1164
  : 0;
1168
1165
  &nbsp;
1169
- const Body = <span class="cstat-no" title="statement not covered" >RenderBody ?? TableBody;</span>
1166
+ const Body = RenderBody ?? TableBody;
1170
1167
  &nbsp;
1171
1168
  const {
1172
1169
  filterPaneFirstMenu,
1173
1170
  filterPaneLastMenu,
1174
1171
  ...restOfFilterPaneProps
1175
- } = <span class="cstat-no" title="statement not covered" >filterPaneProps;</span>
1172
+ } = filterPaneProps;
1176
1173
  const { mainPaneFirstMenu, mainPaneLastMenu, ...restOfMainPaneProps } =
1177
- <span class="cstat-no" title="statement not covered" > mainPaneProps;</span>
1174
+ mainPaneProps;
1178
1175
  &nbsp;
1179
- const internalStateProps = <span class="cstat-no" title="statement not covered" >{</span>
1176
+ const internalStateProps = {
1180
1177
  activeFilters,
1181
1178
  filterCount,
1182
1179
  filterPaneVisible,
@@ -1186,13 +1183,13 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1186
1183
  toggleFilterPane,
1187
1184
  };
1188
1185
  &nbsp;
1189
- const renderFirstMenu = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >()</span> =&gt; {</span>
1190
- <span class="cstat-no" title="statement not covered" > if (mainPaneFirstMenu) {</span>
1186
+ const renderFirstMenu = () =&gt; {
1187
+ <span class="missing-if-branch" title="if path not taken" >I</span>if (mainPaneFirstMenu) {
1191
1188
  <span class="cstat-no" title="statement not covered" > return mainPaneFirstMenu(internalStateProps);</span>
1192
1189
  }
1193
1190
  &nbsp;
1194
- <span class="cstat-no" title="statement not covered" > if (!filterPaneVisible &amp;&amp; hasFilterPane) {</span>
1195
- <span class="cstat-no" title="statement not covered" > return (</span>
1191
+ if (!filterPaneVisible &amp;&amp; hasFilterPane) {
1192
+ return (
1196
1193
  &lt;PaneMenu&gt;
1197
1194
  &lt;ExpandFilterPaneButton
1198
1195
  filterCount={filterCount}
@@ -1201,10 +1198,10 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1201
1198
  &lt;/PaneMenu&gt;
1202
1199
  );
1203
1200
  }
1204
- <span class="cstat-no" title="statement not covered" > return null;</span>
1201
+ return null;
1205
1202
  };
1206
1203
  &nbsp;
1207
- <span class="cstat-no" title="statement not covered" > return (</span>
1204
+ return (
1208
1205
  &lt;PersistedPaneset
1209
1206
  appId={namespace}
1210
1207
  id={`${id}-paneset`}
@@ -1215,13 +1212,13 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1215
1212
  defaultWidth="20%"
1216
1213
  firstMenu={
1217
1214
  filterPaneFirstMenu
1218
- ? filterPaneFirstMenu(internalStateProps)
1215
+ ? <span class="branch-0 cbranch-no" title="branch not covered" >filterPaneFirstMenu(internalStateProps)</span>
1219
1216
  : null
1220
1217
  }
1221
1218
  id={`${id}-filter-pane`}
1222
1219
  lastMenu={
1223
1220
  filterPaneLastMenu ? (
1224
- filterPaneLastMenu(internalStateProps)
1221
+ <span class="branch-0 cbranch-no" title="branch not covered" > filterPaneLastMenu(internalStateProps)</span>
1225
1222
  ) : (
1226
1223
  &lt;PaneMenu&gt;
1227
1224
  &lt;CollapseFilterPaneButton onClick={toggleFilterPane} /&gt;
@@ -1242,11 +1239,11 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1242
1239
  autoFocus
1243
1240
  id={`sasq-search-field-${id}`}
1244
1241
  name="query"
1245
- onChange={<span class="fstat-no" title="function not covered" >(e</span>) =&gt; {
1246
- <span class="cstat-no" title="statement not covered" > if (e.target?.value) {</span>
1247
- <span class="cstat-no" title="statement not covered" > searchHandlers.query(e); </span>// SASQ needs the whole event here
1242
+ onChange={(e) =&gt; {
1243
+ if (e.target?.value) {
1244
+ searchHandlers.query(e); // SASQ needs the whole event here
1248
1245
  } else {
1249
- <span class="cstat-no" title="statement not covered" > searchHandlers.reset();</span>
1246
+ searchHandlers.reset();
1250
1247
  }
1251
1248
  }}
1252
1249
  onClear={searchHandlers.reset}
@@ -1293,7 +1290,7 @@ const SASQLookupComponent = forwardRef(<span class="fstat-no" title="function no
1293
1290
  firstMenu={renderFirstMenu()}
1294
1291
  id={`${id}-main-pane`}
1295
1292
  lastMenu={
1296
- mainPaneLastMenu ? mainPaneLastMenu(internalStateProps) : null
1293
+ mainPaneLastMenu ? <span class="branch-0 cbranch-no" title="branch not covered" >mainPaneLastMenu(internalStateProps) </span>: null
1297
1294
  }
1298
1295
  noOverflow
1299
1296
  padContent={false}
@@ -1387,7 +1384,7 @@ export default SASQLookupComponent;
1387
1384
  <div class='footer quiet pad2 space-top1 center small'>
1388
1385
  Code coverage generated by
1389
1386
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1390
- at 2025-12-15T10:03:18.716Z
1387
+ at 2026-02-04T17:18:32.500Z
1391
1388
  </div>
1392
1389
  <script src="../prettify.js"></script>
1393
1390
  <script>