@k-int/stripes-kint-components 5.33.2 → 5.34.0

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 (294) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -3
  3. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +4 -3
  4. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +2 -3
  5. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +2 -3
  6. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +15 -5
  7. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -3
  8. package/es/lib/hooks/index.js +17 -1
  9. package/es/lib/hooks/useCustProps.js +88 -0
  10. package/es/lib/hooks/useParallelBatchFetch.js +140 -0
  11. package/package.json +1 -1
  12. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
  13. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
  14. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  15. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  16. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
  17. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  18. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  19. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
  20. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  21. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  22. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +26 -29
  23. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +8 -5
  24. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  25. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  26. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +20 -20
  27. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  28. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +23 -26
  30. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  31. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  32. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  33. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +20 -20
  34. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  36. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +27 -30
  37. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  38. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  39. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  40. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +15 -15
  42. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +12 -12
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +14 -14
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
  47. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  48. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +36 -39
  49. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +21 -21
  51. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  52. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  53. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  54. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  55. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
  56. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  57. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  58. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
  59. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  60. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  61. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  62. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  63. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  64. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  65. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  66. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  67. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  68. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  69. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  70. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
  71. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  72. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  73. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  74. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  75. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  76. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  77. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  78. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  79. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  80. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  81. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  82. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  83. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  84. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  86. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  87. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  88. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  90. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +31 -31
  91. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  92. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  93. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  94. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
  95. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  97. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  98. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  99. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
  100. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  104. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  107. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  109. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  110. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  112. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  113. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
  115. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
  116. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  117. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  118. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
  119. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  122. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  123. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  137. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
  140. package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
  146. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  149. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  157. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  167. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  170. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  171. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  174. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  177. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  178. package/src/artifacts/coverage-jest/Tags/Tags.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
  180. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
  183. package/src/artifacts/coverage-jest/Tags/index.html +1 -1
  184. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  186. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  187. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  188. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/cobertura-coverage.xml +546 -376
  190. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  191. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  192. package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
  193. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  194. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  195. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  196. package/src/artifacts/coverage-jest/hooks/index.html +39 -9
  197. package/src/artifacts/coverage-jest/hooks/index.js.html +11 -2
  198. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  199. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  200. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  201. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  202. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
  203. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  204. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  205. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +6 -6
  206. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  207. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  208. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +11 -11
  209. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  210. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  213. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  214. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  216. package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +376 -0
  217. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  218. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  219. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  220. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  221. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  222. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +9 -9
  224. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  225. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
  226. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  227. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  228. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  229. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  230. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  233. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  235. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  236. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  237. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  240. package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +589 -0
  241. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +20 -20
  242. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +8 -8
  243. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  244. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  245. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  246. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  247. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  249. package/src/artifacts/coverage-jest/index.html +70 -70
  250. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
  251. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  252. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  253. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  254. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  255. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  256. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  257. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +1 -1
  258. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +71 -71
  259. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +19 -19
  260. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  261. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  262. package/src/artifacts/coverage-jest/utils/index.html +1 -1
  263. package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
  264. package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
  265. package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
  266. package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  268. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
  269. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  270. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  271. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  275. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  276. package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +1 -1
  277. package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +1 -1
  278. package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
  279. package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
  280. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  281. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  282. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  283. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  284. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  285. package/src/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -3
  286. package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +4 -3
  287. package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +2 -3
  288. package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.js +3 -4
  289. package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +13 -3
  290. package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -3
  291. package/src/lib/hooks/README.md +101 -1
  292. package/src/lib/hooks/index.js +3 -0
  293. package/src/lib/hooks/useCustProps.js +97 -0
  294. package/src/lib/hooks/useParallelBatchFetch.js +168 -0
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="2426" lines-covered="1021" line-rate="0.4208" branches-valid="1776" branches-covered="544" branch-rate="0.3063" timestamp="1773329402027" complexity="0" version="0.1">
3
+ <coverage lines-valid="2484" lines-covered="1062" line-rate="0.4275" branches-valid="1827" branches-covered="565" branch-rate="0.30920000000000003" timestamp="1773839694034" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/builds/knowledge-integration/folio/stripes-kint-components</source>
6
6
  </sources>
@@ -503,9 +503,9 @@
503
503
  </class>
504
504
  </classes>
505
505
  </package>
506
- <package name="CustomProperties.Config" line-rate="0.5229" branch-rate="0.4836">
506
+ <package name="CustomProperties.Config" line-rate="0.47700000000000004" branch-rate="0.4672">
507
507
  <classes>
508
- <class name="CustomPropertiesLookup.js" filename="src/lib/CustomProperties/Config/CustomPropertiesLookup.js" line-rate="0.7894" branch-rate="0.8">
508
+ <class name="CustomPropertiesLookup.js" filename="src/lib/CustomProperties/Config/CustomPropertiesLookup.js" line-rate="0.5263" branch-rate="0.4">
509
509
  <methods>
510
510
  <method name="(anonymous_0)" hits="2" signature="()V">
511
511
  <lines>
@@ -514,42 +514,42 @@
514
514
  </method>
515
515
  <method name="(anonymous_1)" hits="0" signature="()V">
516
516
  <lines>
517
- <line number="45" hits="0"/>
517
+ <line number="44" hits="0"/>
518
518
  </lines>
519
519
  </method>
520
520
  <method name="(anonymous_2)" hits="0" signature="()V">
521
521
  <lines>
522
- <line number="60" hits="0"/>
522
+ <line number="59" hits="0"/>
523
523
  </lines>
524
524
  </method>
525
525
  <method name="(anonymous_3)" hits="2" signature="()V">
526
526
  <lines>
527
- <line number="62" hits="2"/>
527
+ <line number="61" hits="2"/>
528
528
  </lines>
529
529
  </method>
530
530
  <method name="(anonymous_4)" hits="0" signature="()V">
531
531
  <lines>
532
- <line number="77" hits="0"/>
532
+ <line number="76" hits="0"/>
533
533
  </lines>
534
534
  </method>
535
535
  <method name="(anonymous_5)" hits="0" signature="()V">
536
536
  <lines>
537
- <line number="104" hits="0"/>
537
+ <line number="103" hits="0"/>
538
538
  </lines>
539
539
  </method>
540
- <method name="(anonymous_6)" hits="72" signature="()V">
540
+ <method name="(anonymous_6)" hits="0" signature="()V">
541
541
  <lines>
542
- <line number="142" hits="72"/>
542
+ <line number="141" hits="0"/>
543
543
  </lines>
544
544
  </method>
545
- <method name="(anonymous_7)" hits="72" signature="()V">
545
+ <method name="(anonymous_7)" hits="0" signature="()V">
546
546
  <lines>
547
- <line number="159" hits="72"/>
547
+ <line number="158" hits="0"/>
548
548
  </lines>
549
549
  </method>
550
- <method name="(anonymous_8)" hits="72" signature="()V">
550
+ <method name="(anonymous_8)" hits="0" signature="()V">
551
551
  <lines>
552
- <line number="165" hits="72"/>
552
+ <line number="164" hits="0"/>
553
553
  </lines>
554
554
  </method>
555
555
  </methods>
@@ -558,171 +558,171 @@
558
558
  <line number="22" hits="2" branch="false"/>
559
559
  <line number="25" hits="2" branch="false"/>
560
560
  <line number="27" hits="2" branch="false"/>
561
- <line number="45" hits="2" branch="false"/>
562
- <line number="46" hits="0" branch="false"/>
563
- <line number="51" hits="2" branch="false"/>
564
- <line number="53" hits="2" branch="false"/>
565
- <line number="55" hits="2" branch="false"/>
566
- <line number="60" hits="0" branch="false"/>
567
- <line number="63" hits="2" branch="false"/>
568
- <line number="77" hits="0" branch="false"/>
569
- <line number="105" hits="0" branch="false"/>
570
- <line number="143" hits="72" branch="true" condition-coverage="100% (2/2)"/>
571
- <line number="144" hits="66" branch="false"/>
572
- <line number="151" hits="6" branch="false"/>
573
- <line number="160" hits="72" branch="false"/>
574
- <line number="165" hits="72" branch="false"/>
575
- <line number="176" hits="26" branch="false"/>
561
+ <line number="44" hits="2" branch="false"/>
562
+ <line number="45" hits="0" branch="false"/>
563
+ <line number="50" hits="2" branch="false"/>
564
+ <line number="52" hits="2" branch="false"/>
565
+ <line number="54" hits="2" branch="false"/>
566
+ <line number="59" hits="0" branch="false"/>
567
+ <line number="62" hits="2" branch="false"/>
568
+ <line number="76" hits="0" branch="false"/>
569
+ <line number="104" hits="0" branch="false"/>
570
+ <line number="142" hits="0" branch="true" condition-coverage="0% (0/2)"/>
571
+ <line number="143" hits="0" branch="false"/>
572
+ <line number="150" hits="0" branch="false"/>
573
+ <line number="159" hits="0" branch="false"/>
574
+ <line number="164" hits="0" branch="false"/>
575
+ <line number="175" hits="26" branch="false"/>
576
576
  </lines>
577
577
  </class>
578
578
  <class name="CustomPropertiesSettings.js" filename="src/lib/CustomProperties/Config/CustomPropertiesSettings.js" line-rate="0.3389" branch-rate="0.3617">
579
579
  <methods>
580
580
  <method name="(anonymous_0)" hits="5" signature="()V">
581
581
  <lines>
582
- <line number="23" hits="5"/>
582
+ <line number="24" hits="5"/>
583
583
  </lines>
584
584
  </method>
585
585
  <method name="(anonymous_1)" hits="0" signature="()V">
586
586
  <lines>
587
- <line number="88" hits="0"/>
587
+ <line number="89" hits="0"/>
588
588
  </lines>
589
589
  </method>
590
590
  <method name="(anonymous_2)" hits="0" signature="()V">
591
591
  <lines>
592
- <line number="96" hits="0"/>
592
+ <line number="97" hits="0"/>
593
593
  </lines>
594
594
  </method>
595
595
  <method name="(anonymous_3)" hits="0" signature="()V">
596
596
  <lines>
597
- <line number="104" hits="0"/>
597
+ <line number="105" hits="0"/>
598
598
  </lines>
599
599
  </method>
600
600
  <method name="(anonymous_4)" hits="0" signature="()V">
601
601
  <lines>
602
- <line number="116" hits="0"/>
602
+ <line number="117" hits="0"/>
603
603
  </lines>
604
604
  </method>
605
605
  <method name="(anonymous_5)" hits="0" signature="()V">
606
606
  <lines>
607
- <line number="139" hits="0"/>
607
+ <line number="140" hits="0"/>
608
608
  </lines>
609
609
  </method>
610
610
  <method name="(anonymous_6)" hits="0" signature="()V">
611
611
  <lines>
612
- <line number="148" hits="0"/>
612
+ <line number="149" hits="0"/>
613
613
  </lines>
614
614
  </method>
615
615
  <method name="(anonymous_7)" hits="0" signature="()V">
616
616
  <lines>
617
- <line number="166" hits="0"/>
617
+ <line number="167" hits="0"/>
618
618
  </lines>
619
619
  </method>
620
620
  <method name="(anonymous_8)" hits="0" signature="()V">
621
621
  <lines>
622
- <line number="191" hits="0"/>
622
+ <line number="192" hits="0"/>
623
623
  </lines>
624
624
  </method>
625
625
  <method name="(anonymous_9)" hits="0" signature="()V">
626
626
  <lines>
627
- <line number="196" hits="0"/>
627
+ <line number="197" hits="0"/>
628
628
  </lines>
629
629
  </method>
630
630
  <method name="(anonymous_10)" hits="0" signature="()V">
631
631
  <lines>
632
- <line number="204" hits="0"/>
632
+ <line number="205" hits="0"/>
633
633
  </lines>
634
634
  </method>
635
635
  <method name="(anonymous_11)" hits="0" signature="()V">
636
636
  <lines>
637
- <line number="226" hits="0"/>
637
+ <line number="227" hits="0"/>
638
638
  </lines>
639
639
  </method>
640
640
  <method name="(anonymous_12)" hits="0" signature="()V">
641
641
  <lines>
642
- <line number="250" hits="0"/>
642
+ <line number="251" hits="0"/>
643
643
  </lines>
644
644
  </method>
645
645
  <method name="(anonymous_13)" hits="0" signature="()V">
646
646
  <lines>
647
- <line number="305" hits="0"/>
647
+ <line number="306" hits="0"/>
648
648
  </lines>
649
649
  </method>
650
650
  <method name="(anonymous_14)" hits="100" signature="()V">
651
651
  <lines>
652
- <line number="319" hits="100"/>
652
+ <line number="320" hits="100"/>
653
653
  </lines>
654
654
  </method>
655
655
  <method name="(anonymous_15)" hits="0" signature="()V">
656
656
  <lines>
657
- <line number="352" hits="0"/>
657
+ <line number="353" hits="0"/>
658
658
  </lines>
659
659
  </method>
660
660
  <method name="(anonymous_16)" hits="0" signature="()V">
661
661
  <lines>
662
- <line number="353" hits="0"/>
662
+ <line number="354" hits="0"/>
663
663
  </lines>
664
664
  </method>
665
665
  </methods>
666
666
  <lines>
667
- <line number="18" hits="27" branch="false"/>
668
667
  <line number="19" hits="27" branch="false"/>
669
668
  <line number="20" hits="27" branch="false"/>
670
- <line number="23" hits="27" branch="false"/>
671
- <line number="43" hits="5" branch="false"/>
672
- <line number="45" hits="5" branch="false"/>
669
+ <line number="21" hits="27" branch="false"/>
670
+ <line number="24" hits="27" branch="false"/>
671
+ <line number="44" hits="5" branch="false"/>
673
672
  <line number="46" hits="5" branch="false"/>
674
- <line number="48" hits="5" branch="false"/>
673
+ <line number="47" hits="5" branch="false"/>
675
674
  <line number="49" hits="5" branch="false"/>
676
- <line number="51" hits="5" branch="false"/>
677
- <line number="55" hits="5" branch="false"/>
678
- <line number="57" hits="5" branch="false"/>
679
- <line number="60" hits="5" branch="false"/>
680
- <line number="61" hits="5" branch="true" condition-coverage="50% (1/2)"/>
681
- <line number="67" hits="0" branch="false"/>
682
- <line number="86" hits="5" branch="false"/>
683
- <line number="89" hits="0" branch="false"/>
675
+ <line number="50" hits="5" branch="false"/>
676
+ <line number="52" hits="5" branch="false"/>
677
+ <line number="56" hits="5" branch="false"/>
678
+ <line number="58" hits="5" branch="false"/>
679
+ <line number="61" hits="5" branch="false"/>
680
+ <line number="62" hits="5" branch="true" condition-coverage="50% (1/2)"/>
681
+ <line number="68" hits="0" branch="false"/>
682
+ <line number="87" hits="5" branch="false"/>
684
683
  <line number="90" hits="0" branch="false"/>
685
684
  <line number="91" hits="0" branch="false"/>
686
- <line number="92" hits="0" branch="true" condition-coverage="0% (0/2)"/>
687
- <line number="93" hits="0" branch="false"/>
688
- <line number="97" hits="0" branch="false"/>
685
+ <line number="92" hits="0" branch="false"/>
686
+ <line number="93" hits="0" branch="true" condition-coverage="0% (0/2)"/>
687
+ <line number="94" hits="0" branch="false"/>
689
688
  <line number="98" hits="0" branch="false"/>
690
689
  <line number="99" hits="0" branch="false"/>
691
- <line number="100" hits="0" branch="true" condition-coverage="0% (0/2)"/>
692
- <line number="101" hits="0" branch="false"/>
693
- <line number="105" hits="0" branch="false"/>
690
+ <line number="100" hits="0" branch="false"/>
691
+ <line number="101" hits="0" branch="true" condition-coverage="0% (0/2)"/>
692
+ <line number="102" hits="0" branch="false"/>
694
693
  <line number="106" hits="0" branch="false"/>
695
694
  <line number="107" hits="0" branch="false"/>
696
- <line number="108" hits="0" branch="true" condition-coverage="0% (0/2)"/>
697
- <line number="109" hits="0" branch="false"/>
698
- <line number="117" hits="0" branch="false"/>
699
- <line number="119" hits="0" branch="false"/>
700
- <line number="139" hits="5" branch="false"/>
701
- <line number="140" hits="0" branch="false"/>
702
- <line number="148" hits="5" branch="false"/>
703
- <line number="149" hits="0" branch="false"/>
704
- <line number="150" hits="0" branch="true" condition-coverage="0% (0/2)"/>
705
- <line number="151" hits="0" branch="false"/>
706
- <line number="157" hits="5" branch="false"/>
707
- <line number="166" hits="0" branch="false"/>
708
- <line number="191" hits="0" branch="false"/>
709
- <line number="197" hits="0" branch="false"/>
710
- <line number="198" hits="0" branch="true" condition-coverage="0% (0/2)"/>
711
- <line number="199" hits="0" branch="false"/>
712
- <line number="204" hits="0" branch="false"/>
713
- <line number="220" hits="0" branch="true" condition-coverage="0% (0/2)"/>
714
- <line number="221" hits="0" branch="false"/>
715
- <line number="227" hits="0" branch="false"/>
695
+ <line number="108" hits="0" branch="false"/>
696
+ <line number="109" hits="0" branch="true" condition-coverage="0% (0/2)"/>
697
+ <line number="110" hits="0" branch="false"/>
698
+ <line number="118" hits="0" branch="false"/>
699
+ <line number="120" hits="0" branch="false"/>
700
+ <line number="140" hits="5" branch="false"/>
701
+ <line number="141" hits="0" branch="false"/>
702
+ <line number="149" hits="5" branch="false"/>
703
+ <line number="150" hits="0" branch="false"/>
704
+ <line number="151" hits="0" branch="true" condition-coverage="0% (0/2)"/>
705
+ <line number="152" hits="0" branch="false"/>
706
+ <line number="158" hits="5" branch="false"/>
707
+ <line number="167" hits="0" branch="false"/>
708
+ <line number="192" hits="0" branch="false"/>
709
+ <line number="198" hits="0" branch="false"/>
710
+ <line number="199" hits="0" branch="true" condition-coverage="0% (0/2)"/>
711
+ <line number="200" hits="0" branch="false"/>
712
+ <line number="205" hits="0" branch="false"/>
713
+ <line number="221" hits="0" branch="true" condition-coverage="0% (0/2)"/>
714
+ <line number="222" hits="0" branch="false"/>
716
715
  <line number="228" hits="0" branch="false"/>
717
- <line number="245" hits="0" branch="true" condition-coverage="0% (0/2)"/>
718
- <line number="250" hits="0" branch="false"/>
719
- <line number="305" hits="0" branch="false"/>
720
- <line number="319" hits="100" branch="false"/>
721
- <line number="352" hits="0" branch="false"/>
722
- <line number="354" hits="0" branch="false"/>
716
+ <line number="229" hits="0" branch="false"/>
717
+ <line number="246" hits="0" branch="true" condition-coverage="0% (0/2)"/>
718
+ <line number="251" hits="0" branch="false"/>
719
+ <line number="306" hits="0" branch="false"/>
720
+ <line number="320" hits="100" branch="false"/>
721
+ <line number="353" hits="0" branch="false"/>
723
722
  <line number="355" hits="0" branch="false"/>
724
723
  <line number="356" hits="0" branch="false"/>
725
- <line number="364" hits="27" branch="false"/>
724
+ <line number="357" hits="0" branch="false"/>
725
+ <line number="365" hits="27" branch="false"/>
726
726
  </lines>
727
727
  </class>
728
728
  <class name="CustomPropertyForm.js" filename="src/lib/CustomProperties/Config/CustomPropertyForm.js" line-rate="0.6666" branch-rate="0.5476">
@@ -826,7 +826,7 @@
826
826
  </class>
827
827
  </classes>
828
828
  </package>
829
- <package name="CustomProperties.Edit" line-rate="0.75" branch-rate="0.6486">
829
+ <package name="CustomProperties.Edit" line-rate="0.7383" branch-rate="0.6036">
830
830
  <classes>
831
831
  <class name="CustomPropertiesEdit.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEdit.js" line-rate="1" branch-rate="0.5">
832
832
  <methods>
@@ -848,16 +848,16 @@
848
848
  <line number="31" hits="27" branch="false"/>
849
849
  </lines>
850
850
  </class>
851
- <class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.8181" branch-rate="0.7777">
851
+ <class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.6363" branch-rate="0.22219999999999998">
852
852
  <methods>
853
853
  <method name="(anonymous_0)" hits="1" signature="()V">
854
854
  <lines>
855
855
  <line number="7" hits="1"/>
856
856
  </lines>
857
857
  </method>
858
- <method name="(anonymous_1)" hits="1" signature="()V">
858
+ <method name="(anonymous_1)" hits="0" signature="()V">
859
859
  <lines>
860
- <line number="19" hits="1"/>
860
+ <line number="19" hits="0"/>
861
861
  </lines>
862
862
  </method>
863
863
  </methods>
@@ -865,14 +865,14 @@
865
865
  <line number="7" hits="26" branch="false"/>
866
866
  <line number="16" hits="1" branch="false"/>
867
867
  <line number="19" hits="1" branch="false"/>
868
- <line number="21" hits="1" branch="true" condition-coverage="50% (1/2)"/>
868
+ <line number="21" hits="0" branch="true" condition-coverage="0% (0/2)"/>
869
869
  <line number="22" hits="0" branch="false"/>
870
- <line number="32" hits="1" branch="false"/>
870
+ <line number="32" hits="0" branch="false"/>
871
871
  <line number="44" hits="1" branch="false"/>
872
- <line number="57" hits="1" branch="true" condition-coverage="50% (1/2)"/>
873
- <line number="58" hits="0" branch="false"/>
874
- <line number="61" hits="1" branch="false"/>
875
- <line number="79" hits="26" branch="false"/>
872
+ <line number="56" hits="1" branch="true" condition-coverage="50% (1/2)"/>
873
+ <line number="57" hits="1" branch="false"/>
874
+ <line number="60" hits="0" branch="false"/>
875
+ <line number="78" hits="26" branch="false"/>
876
876
  </lines>
877
877
  </class>
878
878
  <class name="CustomPropertiesListField.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesListField.js" line-rate="0.8431000000000001" branch-rate="0.6875">
@@ -1339,13 +1339,13 @@
1339
1339
  </class>
1340
1340
  </classes>
1341
1341
  </package>
1342
- <package name="CustomProperties.Filter" line-rate="0.6666" branch-rate="0.5365">
1342
+ <package name="CustomProperties.Filter" line-rate="0.6594" branch-rate="0.5121">
1343
1343
  <classes>
1344
- <class name="CustomPropertiesFilter.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilter.js" line-rate="0.4782" branch-rate="0.2777">
1344
+ <class name="CustomPropertiesFilter.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilter.js" line-rate="0.4347" branch-rate="0.1666">
1345
1345
  <methods>
1346
- <method name="(anonymous_0)" hits="4" signature="()V">
1346
+ <method name="(anonymous_0)" hits="3" signature="()V">
1347
1347
  <lines>
1348
- <line number="15" hits="4"/>
1348
+ <line number="15" hits="3"/>
1349
1349
  </lines>
1350
1350
  </method>
1351
1351
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1360,59 +1360,59 @@
1360
1360
  </method>
1361
1361
  <method name="(anonymous_3)" hits="0" signature="()V">
1362
1362
  <lines>
1363
- <line number="65" hits="0"/>
1363
+ <line number="64" hits="0"/>
1364
1364
  </lines>
1365
1365
  </method>
1366
1366
  <method name="(anonymous_4)" hits="0" signature="()V">
1367
1367
  <lines>
1368
- <line number="69" hits="0"/>
1368
+ <line number="68" hits="0"/>
1369
1369
  </lines>
1370
1370
  </method>
1371
1371
  <method name="(anonymous_5)" hits="0" signature="()V">
1372
1372
  <lines>
1373
- <line number="70" hits="0"/>
1373
+ <line number="69" hits="0"/>
1374
1374
  </lines>
1375
1375
  </method>
1376
1376
  <method name="(anonymous_6)" hits="0" signature="()V">
1377
1377
  <lines>
1378
- <line number="71" hits="0"/>
1378
+ <line number="70" hits="0"/>
1379
1379
  </lines>
1380
1380
  </method>
1381
1381
  <method name="(anonymous_7)" hits="0" signature="()V">
1382
1382
  <lines>
1383
- <line number="80" hits="0"/>
1383
+ <line number="79" hits="0"/>
1384
1384
  </lines>
1385
1385
  </method>
1386
1386
  <method name="(anonymous_8)" hits="0" signature="()V">
1387
1387
  <lines>
1388
- <line number="103" hits="0"/>
1388
+ <line number="102" hits="0"/>
1389
1389
  </lines>
1390
1390
  </method>
1391
1391
  </methods>
1392
1392
  <lines>
1393
1393
  <line number="15" hits="27" branch="false"/>
1394
- <line number="26" hits="4" branch="false"/>
1395
- <line number="27" hits="4" branch="false"/>
1396
- <line number="28" hits="4" branch="false"/>
1397
- <line number="30" hits="4" branch="false"/>
1398
- <line number="32" hits="4" branch="false"/>
1399
- <line number="44" hits="4" branch="true" condition-coverage="50% (1/2)"/>
1400
- <line number="46" hits="4" branch="true" condition-coverage="50% (1/2)"/>
1401
- <line number="47" hits="0" branch="false"/>
1402
- <line number="65" hits="4" branch="false"/>
1403
- <line number="66" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1394
+ <line number="26" hits="3" branch="false"/>
1395
+ <line number="27" hits="3" branch="false"/>
1396
+ <line number="28" hits="3" branch="false"/>
1397
+ <line number="30" hits="3" branch="false"/>
1398
+ <line number="32" hits="3" branch="false"/>
1399
+ <line number="43" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1400
+ <line number="45" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1401
+ <line number="46" hits="3" branch="false"/>
1402
+ <line number="64" hits="0" branch="false"/>
1403
+ <line number="65" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1404
+ <line number="67" hits="0" branch="false"/>
1404
1405
  <line number="68" hits="0" branch="false"/>
1405
- <line number="69" hits="0" branch="false"/>
1406
- <line number="71" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1407
- <line number="74" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1408
- <line number="78" hits="0" branch="false"/>
1409
- <line number="80" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1406
+ <line number="70" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1407
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1408
+ <line number="77" hits="0" branch="false"/>
1409
+ <line number="79" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1410
+ <line number="84" hits="0" branch="false"/>
1410
1411
  <line number="85" hits="0" branch="false"/>
1411
- <line number="86" hits="0" branch="false"/>
1412
- <line number="88" hits="0" branch="false"/>
1413
- <line number="91" hits="4" branch="false"/>
1414
- <line number="103" hits="0" branch="false"/>
1415
- <line number="129" hits="27" branch="false"/>
1412
+ <line number="87" hits="0" branch="false"/>
1413
+ <line number="90" hits="0" branch="false"/>
1414
+ <line number="102" hits="0" branch="false"/>
1415
+ <line number="128" hits="27" branch="false"/>
1416
1416
  </lines>
1417
1417
  </class>
1418
1418
  <class name="CustomPropertiesFilterField.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js" line-rate="0.7272" branch-rate="0.4285">
@@ -1690,73 +1690,73 @@
1690
1690
  </class>
1691
1691
  <class name="useOperators.js" filename="src/lib/CustomProperties/Filter/useOperators.js" line-rate="0.8665999999999999" branch-rate="0.8571">
1692
1692
  <methods>
1693
- <method name="(anonymous_0)" hits="16" signature="()V">
1693
+ <method name="(anonymous_0)" hits="15" signature="()V">
1694
1694
  <lines>
1695
- <line number="13" hits="16"/>
1695
+ <line number="13" hits="15"/>
1696
1696
  </lines>
1697
1697
  </method>
1698
1698
  </methods>
1699
1699
  <lines>
1700
1700
  <line number="11" hits="27" branch="false"/>
1701
1701
  <line number="13" hits="27" branch="true" condition-coverage="75% (3/4)"/>
1702
- <line number="14" hits="16" branch="false"/>
1703
- <line number="16" hits="16" branch="false"/>
1704
- <line number="21" hits="16" branch="true" condition-coverage="100% (5/5)"/>
1705
- <line number="22" hits="12" branch="false"/>
1706
- <line number="30" hits="16" branch="true" condition-coverage="50% (1/2)"/>
1702
+ <line number="14" hits="15" branch="false"/>
1703
+ <line number="16" hits="15" branch="false"/>
1704
+ <line number="21" hits="15" branch="true" condition-coverage="100% (5/5)"/>
1705
+ <line number="22" hits="11" branch="false"/>
1706
+ <line number="30" hits="15" branch="true" condition-coverage="50% (1/2)"/>
1707
1707
  <line number="31" hits="0" branch="false"/>
1708
- <line number="39" hits="16" branch="true" condition-coverage="100% (4/4)"/>
1709
- <line number="40" hits="14" branch="false"/>
1710
- <line number="46" hits="16" branch="true" condition-coverage="50% (1/2)"/>
1708
+ <line number="39" hits="15" branch="true" condition-coverage="100% (4/4)"/>
1709
+ <line number="40" hits="13" branch="false"/>
1710
+ <line number="46" hits="15" branch="true" condition-coverage="50% (1/2)"/>
1711
1711
  <line number="47" hits="0" branch="false"/>
1712
- <line number="52" hits="16" branch="true" condition-coverage="100% (4/4)"/>
1713
- <line number="53" hits="14" branch="false"/>
1714
- <line number="59" hits="16" branch="false"/>
1712
+ <line number="52" hits="15" branch="true" condition-coverage="100% (4/4)"/>
1713
+ <line number="53" hits="13" branch="false"/>
1714
+ <line number="59" hits="15" branch="false"/>
1715
1715
  </lines>
1716
1716
  </class>
1717
1717
  <class name="useParseActiveFilterStrings.js" filename="src/lib/CustomProperties/Filter/useParseActiveFilterStrings.js" line-rate="1" branch-rate="0.3333">
1718
1718
  <methods>
1719
- <method name="(anonymous_0)" hits="4" signature="()V">
1719
+ <method name="(anonymous_0)" hits="3" signature="()V">
1720
1720
  <lines>
1721
- <line number="3" hits="4"/>
1721
+ <line number="3" hits="3"/>
1722
1722
  </lines>
1723
1723
  </method>
1724
- <method name="(anonymous_1)" hits="40" signature="()V">
1724
+ <method name="(anonymous_1)" hits="30" signature="()V">
1725
1725
  <lines>
1726
- <line number="4" hits="40"/>
1726
+ <line number="4" hits="30"/>
1727
1727
  </lines>
1728
1728
  </method>
1729
- <method name="(anonymous_2)" hits="4" signature="()V">
1729
+ <method name="(anonymous_2)" hits="3" signature="()V">
1730
1730
  <lines>
1731
- <line number="7" hits="4"/>
1731
+ <line number="7" hits="3"/>
1732
1732
  </lines>
1733
1733
  </method>
1734
- <method name="(anonymous_3)" hits="4" signature="()V">
1734
+ <method name="(anonymous_3)" hits="3" signature="()V">
1735
1735
  <lines>
1736
- <line number="9" hits="4"/>
1736
+ <line number="9" hits="3"/>
1737
1737
  </lines>
1738
1738
  </method>
1739
- <method name="(anonymous_4)" hits="12" signature="()V">
1739
+ <method name="(anonymous_4)" hits="9" signature="()V">
1740
1740
  <lines>
1741
- <line number="18" hits="12"/>
1741
+ <line number="18" hits="9"/>
1742
1742
  </lines>
1743
1743
  </method>
1744
1744
  </methods>
1745
1745
  <lines>
1746
1746
  <line number="3" hits="27" branch="true" condition-coverage="0% (0/1)"/>
1747
- <line number="4" hits="40" branch="false"/>
1748
- <line number="6" hits="4" branch="false"/>
1749
- <line number="7" hits="4" branch="false"/>
1750
- <line number="9" hits="4" branch="false"/>
1751
- <line number="13" hits="4" branch="false"/>
1752
- <line number="14" hits="4" branch="false"/>
1753
- <line number="16" hits="4" branch="false"/>
1754
- <line number="18" hits="12" branch="true" condition-coverage="50% (1/2)"/>
1755
- <line number="19" hits="4" branch="false"/>
1756
- <line number="21" hits="4" branch="false"/>
1757
- <line number="23" hits="4" branch="false"/>
1758
- <line number="26" hits="4" branch="false"/>
1759
- <line number="32" hits="4" branch="false"/>
1747
+ <line number="4" hits="30" branch="false"/>
1748
+ <line number="6" hits="3" branch="false"/>
1749
+ <line number="7" hits="3" branch="false"/>
1750
+ <line number="9" hits="3" branch="false"/>
1751
+ <line number="13" hits="3" branch="false"/>
1752
+ <line number="14" hits="3" branch="false"/>
1753
+ <line number="16" hits="3" branch="false"/>
1754
+ <line number="18" hits="9" branch="true" condition-coverage="50% (1/2)"/>
1755
+ <line number="19" hits="3" branch="false"/>
1756
+ <line number="21" hits="3" branch="false"/>
1757
+ <line number="23" hits="3" branch="false"/>
1758
+ <line number="26" hits="3" branch="false"/>
1759
+ <line number="32" hits="3" branch="false"/>
1760
1760
  </lines>
1761
1761
  </class>
1762
1762
  <class name="useValueProps.js" filename="src/lib/CustomProperties/Filter/useValueProps.js" line-rate="0.4583" branch-rate="0.375">
@@ -1811,7 +1811,7 @@
1811
1811
  </class>
1812
1812
  </classes>
1813
1813
  </package>
1814
- <package name="CustomProperties.View" line-rate="0.5909" branch-rate="0.1666">
1814
+ <package name="CustomProperties.View" line-rate="0.4318" branch-rate="0.037000000000000005">
1815
1815
  <classes>
1816
1816
  <class name="CustomPropertiesView.js" filename="src/lib/CustomProperties/View/CustomPropertiesView.js" line-rate="1" branch-rate="0">
1817
1817
  <methods>
@@ -1833,7 +1833,7 @@
1833
1833
  <line number="31" hits="27" branch="false"/>
1834
1834
  </lines>
1835
1835
  </class>
1836
- <class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.8887999999999999" branch-rate="0.5625">
1836
+ <class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.5" branch-rate="0.125">
1837
1837
  <methods>
1838
1838
  <method name="(anonymous_0)" hits="1" signature="()V">
1839
1839
  <lines>
@@ -1845,24 +1845,24 @@
1845
1845
  <line number="20" hits="1"/>
1846
1846
  </lines>
1847
1847
  </method>
1848
- <method name="(anonymous_2)" hits="2" signature="()V">
1848
+ <method name="(anonymous_2)" hits="0" signature="()V">
1849
1849
  <lines>
1850
- <line number="73" hits="2"/>
1850
+ <line number="72" hits="0"/>
1851
1851
  </lines>
1852
1852
  </method>
1853
- <method name="(anonymous_3)" hits="2" signature="()V">
1853
+ <method name="(anonymous_3)" hits="0" signature="()V">
1854
1854
  <lines>
1855
- <line number="75" hits="2"/>
1855
+ <line number="74" hits="0"/>
1856
1856
  </lines>
1857
1857
  </method>
1858
- <method name="(anonymous_4)" hits="12" signature="()V">
1858
+ <method name="(anonymous_4)" hits="0" signature="()V">
1859
1859
  <lines>
1860
- <line number="83" hits="12"/>
1860
+ <line number="82" hits="0"/>
1861
1861
  </lines>
1862
1862
  </method>
1863
- <method name="(anonymous_5)" hits="12" signature="()V">
1863
+ <method name="(anonymous_5)" hits="0" signature="()V">
1864
1864
  <lines>
1865
- <line number="96" hits="12"/>
1865
+ <line number="95" hits="0"/>
1866
1866
  </lines>
1867
1867
  </method>
1868
1868
  </methods>
@@ -1874,17 +1874,17 @@
1874
1874
  <line number="23" hits="1" branch="false"/>
1875
1875
  <line number="33" hits="0" branch="false"/>
1876
1876
  <line number="45" hits="1" branch="false"/>
1877
- <line number="59" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1878
- <line number="60" hits="0" branch="false"/>
1879
- <line number="73" hits="1" branch="false"/>
1880
- <line number="74" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1881
- <line number="76" hits="2" branch="true" condition-coverage="75% (3/4)"/>
1882
- <line number="83" hits="12" branch="true" condition-coverage="50% (1/2)"/>
1883
- <line number="84" hits="1" branch="false"/>
1884
- <line number="85" hits="1" branch="false"/>
1885
- <line number="87" hits="1" branch="false"/>
1886
- <line number="97" hits="12" branch="false"/>
1887
- <line number="110" hits="26" branch="false"/>
1877
+ <line number="58" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1878
+ <line number="59" hits="1" branch="false"/>
1879
+ <line number="72" hits="0" branch="false"/>
1880
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1881
+ <line number="75" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1882
+ <line number="82" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1883
+ <line number="83" hits="0" branch="false"/>
1884
+ <line number="84" hits="0" branch="false"/>
1885
+ <line number="86" hits="0" branch="false"/>
1886
+ <line number="96" hits="0" branch="false"/>
1887
+ <line number="109" hits="26" branch="false"/>
1888
1888
  </lines>
1889
1889
  </class>
1890
1890
  <class name="CustomPropertyCard.js" filename="src/lib/CustomProperties/View/CustomPropertyCard.js" line-rate="0.11109999999999999" branch-rate="0">
@@ -2763,9 +2763,9 @@
2763
2763
  <classes>
2764
2764
  <class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
2765
2765
  <methods>
2766
- <method name="(anonymous_0)" hits="893" signature="()V">
2766
+ <method name="(anonymous_0)" hits="892" signature="()V">
2767
2767
  <lines>
2768
- <line number="41" hits="893"/>
2768
+ <line number="41" hits="892"/>
2769
2769
  </lines>
2770
2770
  </method>
2771
2771
  <method name="(anonymous_1)" hits="976" signature="()V">
@@ -2778,9 +2778,9 @@
2778
2778
  <line number="46" hits="976"/>
2779
2779
  </lines>
2780
2780
  </method>
2781
- <method name="(anonymous_3)" hits="814" signature="()V">
2781
+ <method name="(anonymous_3)" hits="813" signature="()V">
2782
2782
  <lines>
2783
- <line number="53" hits="814"/>
2783
+ <line number="53" hits="813"/>
2784
2784
  </lines>
2785
2785
  </method>
2786
2786
  <method name="(anonymous_4)" hits="204" signature="()V">
@@ -2788,9 +2788,9 @@
2788
2788
  <line number="69" hits="204"/>
2789
2789
  </lines>
2790
2790
  </method>
2791
- <method name="(anonymous_5)" hits="812" signature="()V">
2791
+ <method name="(anonymous_5)" hits="811" signature="()V">
2792
2792
  <lines>
2793
- <line number="70" hits="812"/>
2793
+ <line number="70" hits="811"/>
2794
2794
  </lines>
2795
2795
  </method>
2796
2796
  <method name="(anonymous_6)" hits="395" signature="()V">
@@ -2798,14 +2798,14 @@
2798
2798
  <line number="112" hits="395"/>
2799
2799
  </lines>
2800
2800
  </method>
2801
- <method name="(anonymous_7)" hits="893" signature="()V">
2801
+ <method name="(anonymous_7)" hits="892" signature="()V">
2802
2802
  <lines>
2803
- <line number="116" hits="893"/>
2803
+ <line number="116" hits="892"/>
2804
2804
  </lines>
2805
2805
  </method>
2806
- <method name="(anonymous_8)" hits="893" signature="()V">
2806
+ <method name="(anonymous_8)" hits="892" signature="()V">
2807
2807
  <lines>
2808
- <line number="120" hits="893"/>
2808
+ <line number="120" hits="892"/>
2809
2809
  </lines>
2810
2810
  </method>
2811
2811
  <method name="(anonymous_9)" hits="571" signature="()V">
@@ -2823,9 +2823,9 @@
2823
2823
  <line number="164" hits="204"/>
2824
2824
  </lines>
2825
2825
  </method>
2826
- <method name="(anonymous_12)" hits="893" signature="()V">
2826
+ <method name="(anonymous_12)" hits="892" signature="()V">
2827
2827
  <lines>
2828
- <line number="177" hits="893"/>
2828
+ <line number="177" hits="892"/>
2829
2829
  </lines>
2830
2830
  </method>
2831
2831
  <method name="(anonymous_13)" hits="352" signature="()V">
@@ -2858,42 +2858,42 @@
2858
2858
  <line number="41" hits="26" branch="false"/>
2859
2859
  <line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2860
2860
  <line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2861
- <line number="59" hits="814" branch="false"/>
2862
- <line number="60" hits="814" branch="true" condition-coverage="50% (1/2)"/>
2863
- <line number="61" hits="814" branch="false"/>
2864
- <line number="63" hits="814" branch="false"/>
2865
- <line number="64" hits="814" branch="false"/>
2866
- <line number="65" hits="814" branch="false"/>
2867
- <line number="67" hits="814" branch="false"/>
2861
+ <line number="59" hits="813" branch="false"/>
2862
+ <line number="60" hits="813" branch="true" condition-coverage="50% (1/2)"/>
2863
+ <line number="61" hits="813" branch="false"/>
2864
+ <line number="63" hits="813" branch="false"/>
2865
+ <line number="64" hits="813" branch="false"/>
2866
+ <line number="65" hits="813" branch="false"/>
2867
+ <line number="67" hits="813" branch="false"/>
2868
2868
  <line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
2869
- <line number="70" hits="812" branch="true" condition-coverage="100% (1/1)"/>
2870
- <line number="83" hits="893" branch="false"/>
2871
- <line number="85" hits="893" branch="false"/>
2872
- <line number="86" hits="893" branch="false"/>
2873
- <line number="94" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2874
- <line number="99" hits="893" branch="false"/>
2875
- <line number="109" hits="893" branch="false"/>
2876
- <line number="111" hits="893" branch="false"/>
2869
+ <line number="70" hits="811" branch="true" condition-coverage="100% (1/1)"/>
2870
+ <line number="83" hits="892" branch="false"/>
2871
+ <line number="85" hits="892" branch="false"/>
2872
+ <line number="86" hits="892" branch="false"/>
2873
+ <line number="94" hits="892" branch="true" condition-coverage="100% (2/2)"/>
2874
+ <line number="99" hits="892" branch="false"/>
2875
+ <line number="109" hits="892" branch="false"/>
2876
+ <line number="111" hits="892" branch="false"/>
2877
2877
  <line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
2878
- <line number="115" hits="893" branch="false"/>
2879
- <line number="116" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2880
- <line number="119" hits="893" branch="false"/>
2881
- <line number="120" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2882
- <line number="124" hits="893" branch="false"/>
2883
- <line number="125" hits="893" branch="false"/>
2884
- <line number="127" hits="893" branch="false"/>
2885
- <line number="129" hits="893" branch="false"/>
2878
+ <line number="115" hits="892" branch="false"/>
2879
+ <line number="116" hits="892" branch="true" condition-coverage="100% (2/2)"/>
2880
+ <line number="119" hits="892" branch="false"/>
2881
+ <line number="120" hits="892" branch="true" condition-coverage="100% (2/2)"/>
2882
+ <line number="124" hits="892" branch="false"/>
2883
+ <line number="125" hits="892" branch="false"/>
2884
+ <line number="127" hits="892" branch="false"/>
2885
+ <line number="129" hits="892" branch="false"/>
2886
2886
  <line number="130" hits="571" branch="false"/>
2887
- <line number="149" hits="893" branch="false"/>
2888
- <line number="153" hits="893" branch="false"/>
2889
- <line number="155" hits="893" branch="true" condition-coverage="0% (0/1)"/>
2887
+ <line number="149" hits="892" branch="false"/>
2888
+ <line number="153" hits="892" branch="false"/>
2889
+ <line number="155" hits="892" branch="true" condition-coverage="0% (0/1)"/>
2890
2890
  <line number="165" hits="204" branch="false"/>
2891
- <line number="178" hits="893" branch="false"/>
2892
- <line number="183" hits="893" branch="false"/>
2891
+ <line number="178" hits="892" branch="false"/>
2892
+ <line number="183" hits="892" branch="false"/>
2893
2893
  <line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
2894
2894
  <line number="185" hits="176" branch="false"/>
2895
- <line number="189" hits="893" branch="false"/>
2896
- <line number="197" hits="893" branch="false"/>
2895
+ <line number="189" hits="892" branch="false"/>
2896
+ <line number="197" hits="892" branch="false"/>
2897
2897
  <line number="216" hits="1130" branch="false"/>
2898
2898
  <line number="218" hits="1130" branch="false"/>
2899
2899
  <line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
@@ -5271,7 +5271,7 @@
5271
5271
  </class>
5272
5272
  </classes>
5273
5273
  </package>
5274
- <package name="hooks" line-rate="0.321" branch-rate="0.25">
5274
+ <package name="hooks" line-rate="0.3829" branch-rate="0.306">
5275
5275
  <classes>
5276
5276
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5277
5277
  <methods>
@@ -5352,6 +5352,41 @@
5352
5352
  <line number="21" hits="0" branch="false"/>
5353
5353
  </lines>
5354
5354
  </class>
5355
+ <class name="useCustProps.js" filename="src/lib/hooks/useCustProps.js" line-rate="0.8571" branch-rate="0.5882000000000001">
5356
+ <methods>
5357
+ <method name="(anonymous_0)" hits="7" signature="()V">
5358
+ <lines>
5359
+ <line number="11" hits="7"/>
5360
+ </lines>
5361
+ </method>
5362
+ <method name="(anonymous_1)" hits="0" signature="()V">
5363
+ <lines>
5364
+ <line number="38" hits="0"/>
5365
+ </lines>
5366
+ </method>
5367
+ <method name="(anonymous_2)" hits="7" signature="()V">
5368
+ <lines>
5369
+ <line number="62" hits="7"/>
5370
+ </lines>
5371
+ </method>
5372
+ </methods>
5373
+ <lines>
5374
+ <line number="5" hits="27" branch="false"/>
5375
+ <line number="11" hits="27" branch="false"/>
5376
+ <line number="23" hits="7" branch="false"/>
5377
+ <line number="36" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5378
+ <line number="37" hits="0" branch="false"/>
5379
+ <line number="38" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5380
+ <line number="40" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5381
+ <line number="41" hits="1" branch="false"/>
5382
+ <line number="44" hits="6" branch="true" condition-coverage="100% (2/2)"/>
5383
+ <line number="45" hits="1" branch="false"/>
5384
+ <line number="55" hits="7" branch="false"/>
5385
+ <line number="66" hits="7" branch="false"/>
5386
+ <line number="76" hits="7" branch="false"/>
5387
+ <line number="83" hits="27" branch="false"/>
5388
+ </lines>
5389
+ </class>
5355
5390
  <class name="useCustomProperties.js" filename="src/lib/hooks/useCustomProperties.js" line-rate="0.1052" branch-rate="0">
5356
5391
  <methods>
5357
5392
  <method name="(anonymous_0)" hits="0" signature="()V">
@@ -5553,9 +5588,9 @@
5553
5588
  <line number="7" hits="196"/>
5554
5589
  </lines>
5555
5590
  </method>
5556
- <method name="(anonymous_1)" hits="893" signature="()V">
5591
+ <method name="(anonymous_1)" hits="892" signature="()V">
5557
5592
  <lines>
5558
- <line number="26" hits="893"/>
5593
+ <line number="26" hits="892"/>
5559
5594
  </lines>
5560
5595
  </method>
5561
5596
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -5578,17 +5613,17 @@
5578
5613
  <line number="19" hits="32" branch="false"/>
5579
5614
  <line number="21" hits="14" branch="false"/>
5580
5615
  <line number="26" hits="27" branch="false"/>
5581
- <line number="27" hits="893" branch="false"/>
5582
- <line number="28" hits="893" branch="false"/>
5583
- <line number="29" hits="893" branch="false"/>
5584
- <line number="30" hits="893" branch="false"/>
5585
- <line number="32" hits="893" branch="false"/>
5586
- <line number="34" hits="893" branch="true" condition-coverage="100% (2/2)"/>
5616
+ <line number="27" hits="892" branch="false"/>
5617
+ <line number="28" hits="892" branch="false"/>
5618
+ <line number="29" hits="892" branch="false"/>
5619
+ <line number="30" hits="892" branch="false"/>
5620
+ <line number="32" hits="892" branch="false"/>
5621
+ <line number="34" hits="892" branch="true" condition-coverage="100% (2/2)"/>
5587
5622
  <line number="35" hits="31" branch="false"/>
5588
- <line number="38" hits="893" branch="false"/>
5623
+ <line number="38" hits="892" branch="false"/>
5589
5624
  <line number="39" hits="196" branch="false"/>
5590
5625
  <line number="40" hits="196" branch="false"/>
5591
- <line number="42" hits="893" branch="false"/>
5626
+ <line number="42" hits="892" branch="false"/>
5592
5627
  </lines>
5593
5628
  </class>
5594
5629
  <class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
@@ -5619,9 +5654,9 @@
5619
5654
  </class>
5620
5655
  <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
5621
5656
  <methods>
5622
- <method name="(anonymous_0)" hits="893" signature="()V">
5657
+ <method name="(anonymous_0)" hits="892" signature="()V">
5623
5658
  <lines>
5624
- <line number="5" hits="893"/>
5659
+ <line number="5" hits="892"/>
5625
5660
  </lines>
5626
5661
  </method>
5627
5662
  <method name="(anonymous_1)" hits="22" signature="()V">
@@ -5632,12 +5667,12 @@
5632
5667
  </methods>
5633
5668
  <lines>
5634
5669
  <line number="5" hits="27" branch="false"/>
5635
- <line number="6" hits="893" branch="false"/>
5636
- <line number="7" hits="893" branch="false"/>
5637
- <line number="9" hits="893" branch="false"/>
5670
+ <line number="6" hits="892" branch="false"/>
5671
+ <line number="7" hits="892" branch="false"/>
5672
+ <line number="9" hits="892" branch="false"/>
5638
5673
  <line number="10" hits="22" branch="false"/>
5639
5674
  <line number="11" hits="22" branch="false"/>
5640
- <line number="14" hits="893" branch="false"/>
5675
+ <line number="14" hits="892" branch="false"/>
5641
5676
  </lines>
5642
5677
  </class>
5643
5678
  <class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
@@ -5713,26 +5748,161 @@
5713
5748
  <line number="53" hits="0" branch="false"/>
5714
5749
  </lines>
5715
5750
  </class>
5751
+ <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6136" branch-rate="0.3823">
5752
+ <methods>
5753
+ <method name="(anonymous_0)" hits="7" signature="()V">
5754
+ <lines>
5755
+ <line number="18" hits="7"/>
5756
+ </lines>
5757
+ </method>
5758
+ <method name="(anonymous_1)" hits="7" signature="()V">
5759
+ <lines>
5760
+ <line number="36" hits="7"/>
5761
+ </lines>
5762
+ </method>
5763
+ <method name="(anonymous_2)" hits="0" signature="()V">
5764
+ <lines>
5765
+ <line number="48" hits="0"/>
5766
+ </lines>
5767
+ </method>
5768
+ <method name="(anonymous_3)" hits="0" signature="()V">
5769
+ <lines>
5770
+ <line number="66" hits="0"/>
5771
+ </lines>
5772
+ </method>
5773
+ <method name="(anonymous_4)" hits="7" signature="()V">
5774
+ <lines>
5775
+ <line number="70" hits="7"/>
5776
+ </lines>
5777
+ </method>
5778
+ <method name="(anonymous_5)" hits="7" signature="()V">
5779
+ <lines>
5780
+ <line number="74" hits="7"/>
5781
+ </lines>
5782
+ </method>
5783
+ <method name="(anonymous_6)" hits="0" signature="()V">
5784
+ <lines>
5785
+ <line number="99" hits="0"/>
5786
+ </lines>
5787
+ </method>
5788
+ <method name="(anonymous_7)" hits="7" signature="()V">
5789
+ <lines>
5790
+ <line number="125" hits="7"/>
5791
+ </lines>
5792
+ </method>
5793
+ <method name="(anonymous_8)" hits="7" signature="()V">
5794
+ <lines>
5795
+ <line number="128" hits="7"/>
5796
+ </lines>
5797
+ </method>
5798
+ <method name="(anonymous_9)" hits="7" signature="()V">
5799
+ <lines>
5800
+ <line number="130" hits="7"/>
5801
+ </lines>
5802
+ </method>
5803
+ <method name="(anonymous_10)" hits="0" signature="()V">
5804
+ <lines>
5805
+ <line number="135" hits="0"/>
5806
+ </lines>
5807
+ </method>
5808
+ <method name="(anonymous_11)" hits="0" signature="()V">
5809
+ <lines>
5810
+ <line number="136" hits="0"/>
5811
+ </lines>
5812
+ </method>
5813
+ <method name="(anonymous_12)" hits="0" signature="()V">
5814
+ <lines>
5815
+ <line number="137" hits="0"/>
5816
+ </lines>
5817
+ </method>
5818
+ <method name="(anonymous_13)" hits="0" signature="()V">
5819
+ <lines>
5820
+ <line number="140" hits="0"/>
5821
+ </lines>
5822
+ </method>
5823
+ <method name="(anonymous_14)" hits="7" signature="()V">
5824
+ <lines>
5825
+ <line number="149" hits="7"/>
5826
+ </lines>
5827
+ </method>
5828
+ <method name="(anonymous_15)" hits="7" signature="()V">
5829
+ <lines>
5830
+ <line number="150" hits="7"/>
5831
+ </lines>
5832
+ </method>
5833
+ <method name="(anonymous_16)" hits="0" signature="()V">
5834
+ <lines>
5835
+ <line number="161" hits="0"/>
5836
+ </lines>
5837
+ </method>
5838
+ </methods>
5839
+ <lines>
5840
+ <line number="12" hits="27" branch="false"/>
5841
+ <line number="13" hits="27" branch="false"/>
5842
+ <line number="14" hits="27" branch="false"/>
5843
+ <line number="18" hits="27" branch="false"/>
5844
+ <line number="29" hits="7" branch="false"/>
5845
+ <line number="30" hits="7" branch="false"/>
5846
+ <line number="31" hits="7" branch="false"/>
5847
+ <line number="34" hits="7" branch="true" condition-coverage="100% (1/1)"/>
5848
+ <line number="36" hits="7" branch="false"/>
5849
+ <line number="37" hits="7" branch="false"/>
5850
+ <line number="47" hits="7" branch="false"/>
5851
+ <line number="48" hits="0" branch="false"/>
5852
+ <line number="51" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5853
+ <line number="64" hits="7" branch="false"/>
5854
+ <line number="66" hits="0" branch="false"/>
5855
+ <line number="70" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5856
+ <line number="74" hits="7" branch="false"/>
5857
+ <line number="75" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5858
+ <line number="76" hits="7" branch="false"/>
5859
+ <line number="79" hits="0" branch="false"/>
5860
+ <line number="82" hits="0" branch="false"/>
5861
+ <line number="84" hits="0" branch="false"/>
5862
+ <line number="85" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5863
+ <line number="96" hits="0" branch="false"/>
5864
+ <line number="97" hits="0" branch="false"/>
5865
+ <line number="99" hits="0" branch="false"/>
5866
+ <line number="105" hits="0" branch="false"/>
5867
+ <line number="124" hits="7" branch="false"/>
5868
+ <line number="125" hits="7" branch="false"/>
5869
+ <line number="128" hits="7" branch="false"/>
5870
+ <line number="129" hits="7" branch="false"/>
5871
+ <line number="130" hits="7" branch="false"/>
5872
+ <line number="133" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5873
+ <line number="135" hits="0" branch="false"/>
5874
+ <line number="136" hits="0" branch="false"/>
5875
+ <line number="137" hits="0" branch="false"/>
5876
+ <line number="140" hits="0" branch="false"/>
5877
+ <line number="141" hits="0" branch="false"/>
5878
+ <line number="149" hits="7" branch="false"/>
5879
+ <line number="150" hits="7" branch="true" condition-coverage="75% (3/4)"/>
5880
+ <line number="152" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5881
+ <line number="153" hits="0" branch="false"/>
5882
+ <line number="157" hits="7" branch="false"/>
5883
+ <line number="162" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5884
+ </lines>
5885
+ </class>
5716
5886
  <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5717
5887
  <methods>
5718
- <method name="(anonymous_0)" hits="914" signature="()V">
5888
+ <method name="(anonymous_0)" hits="913" signature="()V">
5719
5889
  <lines>
5720
- <line number="18" hits="914"/>
5890
+ <line number="18" hits="913"/>
5721
5891
  </lines>
5722
5892
  </method>
5723
- <method name="(anonymous_1)" hits="2467" signature="()V">
5893
+ <method name="(anonymous_1)" hits="2465" signature="()V">
5724
5894
  <lines>
5725
- <line number="28" hits="2467"/>
5895
+ <line number="28" hits="2465"/>
5726
5896
  </lines>
5727
5897
  </method>
5728
- <method name="(anonymous_2)" hits="2467" signature="()V">
5898
+ <method name="(anonymous_2)" hits="2465" signature="()V">
5729
5899
  <lines>
5730
- <line number="29" hits="2467"/>
5900
+ <line number="29" hits="2465"/>
5731
5901
  </lines>
5732
5902
  </method>
5733
- <method name="(anonymous_3)" hits="914" signature="()V">
5903
+ <method name="(anonymous_3)" hits="913" signature="()V">
5734
5904
  <lines>
5735
- <line number="33" hits="914"/>
5905
+ <line number="33" hits="913"/>
5736
5906
  </lines>
5737
5907
  </method>
5738
5908
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -5768,19 +5938,19 @@
5768
5938
  </methods>
5769
5939
  <lines>
5770
5940
  <line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
5771
- <line number="28" hits="2467" branch="false"/>
5772
- <line number="29" hits="2467" branch="false"/>
5773
- <line number="33" hits="914" branch="false"/>
5774
- <line number="35" hits="914" branch="true" condition-coverage="50% (1/2)"/>
5941
+ <line number="28" hits="2465" branch="false"/>
5942
+ <line number="29" hits="2465" branch="false"/>
5943
+ <line number="33" hits="913" branch="false"/>
5944
+ <line number="35" hits="913" branch="true" condition-coverage="50% (1/2)"/>
5775
5945
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5776
5946
  <line number="37" hits="0" branch="false"/>
5777
5947
  <line number="40" hits="0" branch="false"/>
5778
5948
  <line number="41" hits="0" branch="false"/>
5779
- <line number="45" hits="914" branch="false"/>
5780
- <line number="48" hits="914" branch="false"/>
5781
- <line number="50" hits="914" branch="false"/>
5782
- <line number="51" hits="914" branch="false"/>
5783
- <line number="56" hits="914" branch="false"/>
5949
+ <line number="45" hits="913" branch="false"/>
5950
+ <line number="48" hits="913" branch="false"/>
5951
+ <line number="50" hits="913" branch="false"/>
5952
+ <line number="51" hits="913" branch="false"/>
5953
+ <line number="56" hits="913" branch="false"/>
5784
5954
  <line number="57" hits="0" branch="false"/>
5785
5955
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5786
5956
  <line number="61" hits="0" branch="false"/>
@@ -5792,13 +5962,13 @@
5792
5962
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5793
5963
  <line number="73" hits="0" branch="false"/>
5794
5964
  <line number="77" hits="0" branch="false"/>
5795
- <line number="94" hits="914" branch="false"/>
5796
- <line number="95" hits="914" branch="false"/>
5965
+ <line number="94" hits="913" branch="false"/>
5966
+ <line number="95" hits="913" branch="false"/>
5797
5967
  <line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
5798
5968
  <line number="97" hits="34" branch="false"/>
5799
5969
  <line number="99" hits="0" branch="false"/>
5800
5970
  <line number="100" hits="0" branch="false"/>
5801
- <line number="104" hits="914" branch="false"/>
5971
+ <line number="104" hits="913" branch="false"/>
5802
5972
  <line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
5803
5973
  <line number="106" hits="639" branch="false"/>
5804
5974
  <line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
@@ -5813,26 +5983,26 @@
5813
5983
  <line number="135" hits="32" branch="false"/>
5814
5984
  <line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5815
5985
  <line number="140" hits="0" branch="false"/>
5816
- <line number="154" hits="914" branch="true" condition-coverage="100% (3/3)"/>
5817
- <line number="155" hits="914" branch="true" condition-coverage="100% (2/2)"/>
5818
- <line number="156" hits="914" branch="true" condition-coverage="100% (2/2)"/>
5819
- <line number="157" hits="914" branch="false"/>
5986
+ <line number="154" hits="913" branch="true" condition-coverage="100% (3/3)"/>
5987
+ <line number="155" hits="913" branch="true" condition-coverage="100% (2/2)"/>
5988
+ <line number="156" hits="913" branch="true" condition-coverage="100% (2/2)"/>
5989
+ <line number="157" hits="913" branch="false"/>
5820
5990
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5821
5991
  <line number="159" hits="0" branch="false"/>
5822
- <line number="166" hits="914" branch="false"/>
5992
+ <line number="166" hits="913" branch="false"/>
5823
5993
  <line number="167" hits="1048" branch="false"/>
5824
5994
  <line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
5825
5995
  <line number="178" hits="34" branch="false"/>
5826
5996
  <line number="181" hits="1048" branch="false"/>
5827
- <line number="184" hits="914" branch="false"/>
5828
- <line number="188" hits="914" branch="false"/>
5997
+ <line number="184" hits="913" branch="false"/>
5998
+ <line number="188" hits="913" branch="false"/>
5829
5999
  </lines>
5830
6000
  </class>
5831
6001
  <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
5832
6002
  <methods>
5833
- <method name="(anonymous_0)" hits="893" signature="()V">
6003
+ <method name="(anonymous_0)" hits="892" signature="()V">
5834
6004
  <lines>
5835
- <line number="5" hits="893"/>
6005
+ <line number="5" hits="892"/>
5836
6006
  </lines>
5837
6007
  </method>
5838
6008
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -5848,21 +6018,21 @@
5848
6018
  </methods>
5849
6019
  <lines>
5850
6020
  <line number="5" hits="27" branch="false"/>
5851
- <line number="6" hits="893" branch="false"/>
5852
- <line number="7" hits="893" branch="false"/>
5853
- <line number="9" hits="893" branch="false"/>
5854
- <line number="10" hits="893" branch="false"/>
5855
- <line number="12" hits="893" branch="false"/>
6021
+ <line number="6" hits="892" branch="false"/>
6022
+ <line number="7" hits="892" branch="false"/>
6023
+ <line number="9" hits="892" branch="false"/>
6024
+ <line number="10" hits="892" branch="false"/>
6025
+ <line number="12" hits="892" branch="false"/>
5856
6026
  <line number="13" hits="0" branch="false"/>
5857
6027
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5858
6028
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5859
6029
  <line number="17" hits="0" branch="false"/>
5860
6030
  <line number="22" hits="0" branch="false"/>
5861
6031
  <line number="28" hits="0" branch="false"/>
5862
- <line number="35" hits="893" branch="false"/>
6032
+ <line number="35" hits="892" branch="false"/>
5863
6033
  <line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
5864
6034
  <line number="37" hits="0" branch="false"/>
5865
- <line number="46" hits="893" branch="false"/>
6035
+ <line number="46" hits="892" branch="false"/>
5866
6036
  </lines>
5867
6037
  </class>
5868
6038
  <class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
@@ -5987,28 +6157,28 @@
5987
6157
  </class>
5988
6158
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
5989
6159
  <methods>
5990
- <method name="(anonymous_0)" hits="1081" signature="()V">
6160
+ <method name="(anonymous_0)" hits="1078" signature="()V">
5991
6161
  <lines>
5992
- <line number="3" hits="1081"/>
6162
+ <line number="3" hits="1078"/>
5993
6163
  </lines>
5994
6164
  </method>
5995
- <method name="(anonymous_1)" hits="2431" signature="()V">
6165
+ <method name="(anonymous_1)" hits="2429" signature="()V">
5996
6166
  <lines>
5997
- <line number="4" hits="2431"/>
6167
+ <line number="4" hits="2429"/>
5998
6168
  </lines>
5999
6169
  </method>
6000
6170
  </methods>
6001
6171
  <lines>
6002
6172
  <line number="3" hits="27" branch="false"/>
6003
- <line number="4" hits="2431" branch="false"/>
6004
- <line number="7" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
6173
+ <line number="4" hits="2429" branch="false"/>
6174
+ <line number="7" hits="1078" branch="true" condition-coverage="50% (1/2)"/>
6005
6175
  <line number="8" hits="0" branch="false"/>
6006
- <line number="9" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
6176
+ <line number="9" hits="1078" branch="true" condition-coverage="50% (1/2)"/>
6007
6177
  <line number="10" hits="0" branch="false"/>
6008
- <line number="12" hits="1081" branch="false"/>
6009
- <line number="15" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
6178
+ <line number="12" hits="1078" branch="false"/>
6179
+ <line number="15" hits="1078" branch="true" condition-coverage="50% (1/2)"/>
6010
6180
  <line number="16" hits="0" branch="false"/>
6011
- <line number="19" hits="1081" branch="false"/>
6181
+ <line number="19" hits="1078" branch="false"/>
6012
6182
  </lines>
6013
6183
  </class>
6014
6184
  </classes>
@@ -6048,9 +6218,9 @@
6048
6218
  <line number="17" hits="0"/>
6049
6219
  </lines>
6050
6220
  </method>
6051
- <method name="(anonymous_5)" hits="902" signature="()V">
6221
+ <method name="(anonymous_5)" hits="901" signature="()V">
6052
6222
  <lines>
6053
- <line number="27" hits="902"/>
6223
+ <line number="27" hits="901"/>
6054
6224
  </lines>
6055
6225
  </method>
6056
6226
  </methods>
@@ -6069,11 +6239,11 @@
6069
6239
  <line number="21" hits="0" branch="false"/>
6070
6240
  <line number="24" hits="0" branch="false"/>
6071
6241
  <line number="25" hits="0" branch="false"/>
6072
- <line number="28" hits="902" branch="false"/>
6073
- <line number="29" hits="902" branch="false"/>
6074
- <line number="30" hits="902" branch="true" condition-coverage="50% (1/2)"/>
6075
- <line number="31" hits="902" branch="false"/>
6076
- <line number="34" hits="902" branch="false"/>
6242
+ <line number="28" hits="901" branch="false"/>
6243
+ <line number="29" hits="901" branch="false"/>
6244
+ <line number="30" hits="901" branch="true" condition-coverage="50% (1/2)"/>
6245
+ <line number="31" hits="901" branch="false"/>
6246
+ <line number="34" hits="901" branch="false"/>
6077
6247
  </lines>
6078
6248
  </class>
6079
6249
  </classes>
@@ -6088,14 +6258,14 @@
6088
6258
  </class>
6089
6259
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
6090
6260
  <methods>
6091
- <method name="(anonymous_0)" hits="1081" signature="()V">
6261
+ <method name="(anonymous_0)" hits="1078" signature="()V">
6092
6262
  <lines>
6093
- <line number="5" hits="1081"/>
6263
+ <line number="5" hits="1078"/>
6094
6264
  </lines>
6095
6265
  </method>
6096
- <method name="(anonymous_1)" hits="2742" signature="()V">
6266
+ <method name="(anonymous_1)" hits="2569" signature="()V">
6097
6267
  <lines>
6098
- <line number="11" hits="2742"/>
6268
+ <line number="11" hits="2569"/>
6099
6269
  </lines>
6100
6270
  </method>
6101
6271
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -6106,22 +6276,22 @@
6106
6276
  </methods>
6107
6277
  <lines>
6108
6278
  <line number="5" hits="27" branch="false"/>
6109
- <line number="6" hits="1081" branch="false"/>
6110
- <line number="7" hits="1081" branch="false"/>
6111
- <line number="11" hits="1081" branch="false"/>
6112
- <line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
6279
+ <line number="6" hits="1078" branch="false"/>
6280
+ <line number="7" hits="1078" branch="false"/>
6281
+ <line number="11" hits="1078" branch="false"/>
6282
+ <line number="12" hits="2569" branch="true" condition-coverage="100% (2/2)"/>
6113
6283
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6114
6284
  <line number="15" hits="0" branch="false"/>
6115
6285
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6116
6286
  <line number="20" hits="0" branch="false"/>
6117
6287
  <line number="23" hits="4" branch="false"/>
6118
- <line number="29" hits="2738" branch="true" condition-coverage="100% (4/4)"/>
6119
- <line number="31" hits="6" branch="true" condition-coverage="50% (1/2)"/>
6288
+ <line number="29" hits="2565" branch="true" condition-coverage="100% (4/4)"/>
6289
+ <line number="31" hits="5" branch="true" condition-coverage="50% (1/2)"/>
6120
6290
  <line number="32" hits="0" branch="false"/>
6121
- <line number="35" hits="6" branch="false"/>
6122
- <line number="39" hits="2732" branch="false"/>
6123
- <line number="42" hits="1081" branch="false"/>
6124
- <line number="44" hits="1081" branch="false"/>
6291
+ <line number="35" hits="5" branch="false"/>
6292
+ <line number="39" hits="2560" branch="false"/>
6293
+ <line number="42" hits="1078" branch="false"/>
6294
+ <line number="44" hits="1078" branch="false"/>
6125
6295
  </lines>
6126
6296
  </class>
6127
6297
  </classes>
@@ -7157,18 +7327,18 @@
7157
7327
  </class>
7158
7328
  </classes>
7159
7329
  </package>
7160
- <package name="utils.generateKiwtQueryParams" line-rate="0.6091" branch-rate="0.4857">
7330
+ <package name="utils.generateKiwtQueryParams" line-rate="0.8045" branch-rate="0.619">
7161
7331
  <classes>
7162
- <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.6091" branch-rate="0.4857">
7332
+ <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.8045" branch-rate="0.619">
7163
7333
  <methods>
7164
- <method name="(anonymous_0)" hits="835" signature="()V">
7334
+ <method name="(anonymous_0)" hits="874" signature="()V">
7165
7335
  <lines>
7166
- <line number="1" hits="835"/>
7336
+ <line number="1" hits="874"/>
7167
7337
  </lines>
7168
7338
  </method>
7169
- <method name="(anonymous_1)" hits="8" signature="()V">
7339
+ <method name="(anonymous_1)" hits="11" signature="()V">
7170
7340
  <lines>
7171
- <line number="11" hits="8"/>
7341
+ <line number="11" hits="11"/>
7172
7342
  </lines>
7173
7343
  </method>
7174
7344
  <method name="(anonymous_2)" hits="3" signature="()V">
@@ -7191,9 +7361,9 @@
7191
7361
  <line number="33" hits="0"/>
7192
7362
  </lines>
7193
7363
  </method>
7194
- <method name="(anonymous_6)" hits="572" signature="()V">
7364
+ <method name="(anonymous_6)" hits="579" signature="()V">
7195
7365
  <lines>
7196
- <line number="66" hits="572"/>
7366
+ <line number="66" hits="579"/>
7197
7367
  </lines>
7198
7368
  </method>
7199
7369
  <method name="(anonymous_7)" hits="117" signature="()V">
@@ -7201,9 +7371,9 @@
7201
7371
  <line number="136" hits="117"/>
7202
7372
  </lines>
7203
7373
  </method>
7204
- <method name="(anonymous_8)" hits="1" signature="()V">
7374
+ <method name="(anonymous_8)" hits="4" signature="()V">
7205
7375
  <lines>
7206
- <line number="142" hits="1"/>
7376
+ <line number="142" hits="4"/>
7207
7377
  </lines>
7208
7378
  </method>
7209
7379
  <method name="(anonymous_9)" hits="66" signature="()V">
@@ -7241,62 +7411,62 @@
7241
7411
  <line number="186" hits="66"/>
7242
7412
  </lines>
7243
7413
  </method>
7244
- <method name="(anonymous_16)" hits="0" signature="()V">
7414
+ <method name="(anonymous_16)" hits="22" signature="()V">
7245
7415
  <lines>
7246
- <line number="193" hits="0"/>
7416
+ <line number="193" hits="22"/>
7247
7417
  </lines>
7248
7418
  </method>
7249
- <method name="(anonymous_17)" hits="0" signature="()V">
7419
+ <method name="(anonymous_17)" hits="7" signature="()V">
7250
7420
  <lines>
7251
- <line number="204" hits="0"/>
7421
+ <line number="204" hits="7"/>
7252
7422
  </lines>
7253
7423
  </method>
7254
- <method name="(anonymous_18)" hits="0" signature="()V">
7424
+ <method name="(anonymous_18)" hits="7" signature="()V">
7255
7425
  <lines>
7256
- <line number="214" hits="0"/>
7426
+ <line number="214" hits="7"/>
7257
7427
  </lines>
7258
7428
  </method>
7259
7429
  </methods>
7260
7430
  <lines>
7261
7431
  <line number="1" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7262
- <line number="2" hits="835" branch="true" condition-coverage="100% (2/2)"/>
7263
- <line number="3" hits="830" branch="false"/>
7432
+ <line number="2" hits="874" branch="true" condition-coverage="100% (2/2)"/>
7433
+ <line number="3" hits="869" branch="false"/>
7264
7434
  <line number="6" hits="5" branch="false"/>
7265
7435
  <line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
7266
- <line number="12" hits="8" branch="true" condition-coverage="100% (2/2)"/>
7436
+ <line number="12" hits="11" branch="true" condition-coverage="100% (2/2)"/>
7267
7437
  <line number="13" hits="3" branch="false"/>
7268
7438
  <line number="16" hits="3" branch="true" condition-coverage="90% (9/10)"/>
7269
7439
  <line number="19" hits="3" branch="true" condition-coverage="50% (1/2)"/>
7270
7440
  <line number="24" hits="3" branch="true" condition-coverage="100% (2/2)"/>
7271
7441
  <line number="25" hits="4" branch="false"/>
7272
7442
  <line number="27" hits="3" branch="false"/>
7273
- <line number="30" hits="5" branch="true" condition-coverage="50% (1/2)"/>
7443
+ <line number="30" hits="8" branch="true" condition-coverage="50% (1/2)"/>
7274
7444
  <line number="32" hits="0" branch="false"/>
7275
7445
  <line number="33" hits="0" branch="false"/>
7276
7446
  <line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7277
7447
  <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7278
7448
  <line number="37" hits="0" branch="false"/>
7279
7449
  <line number="41" hits="0" branch="false"/>
7280
- <line number="42" hits="5" branch="true" condition-coverage="50% (1/2)"/>
7281
- <line number="43" hits="5" branch="true" condition-coverage="100% (2/2)"/>
7282
- <line number="44" hits="3" branch="true" condition-coverage="100% (2/2)"/>
7283
- <line number="45" hits="3" branch="false"/>
7284
- <line number="48" hits="2" branch="false"/>
7450
+ <line number="42" hits="8" branch="true" condition-coverage="50% (1/2)"/>
7451
+ <line number="43" hits="8" branch="true" condition-coverage="100% (2/2)"/>
7452
+ <line number="44" hits="5" branch="true" condition-coverage="100% (2/2)"/>
7453
+ <line number="45" hits="5" branch="false"/>
7454
+ <line number="48" hits="3" branch="false"/>
7285
7455
  <line number="51" hits="0" branch="false"/>
7286
7456
  <line number="64" hits="28" branch="false"/>
7287
- <line number="66" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7288
- <line number="67" hits="572" branch="false"/>
7289
- <line number="131" hits="572" branch="false"/>
7290
- <line number="133" hits="572" branch="false"/>
7291
- <line number="135" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7457
+ <line number="66" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7458
+ <line number="67" hits="579" branch="false"/>
7459
+ <line number="131" hits="579" branch="false"/>
7460
+ <line number="133" hits="579" branch="false"/>
7461
+ <line number="135" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7292
7462
  <line number="136" hits="117" branch="true" condition-coverage="75% (3/4)"/>
7293
7463
  <line number="137" hits="76" branch="false"/>
7294
- <line number="141" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7295
- <line number="142" hits="1" branch="false"/>
7296
- <line number="143" hits="1" branch="false"/>
7297
- <line number="144" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7298
- <line number="145" hits="1" branch="false"/>
7299
- <line number="150" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7464
+ <line number="141" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7465
+ <line number="142" hits="8" branch="false"/>
7466
+ <line number="143" hits="4" branch="false"/>
7467
+ <line number="144" hits="4" branch="true" condition-coverage="50% (1/2)"/>
7468
+ <line number="145" hits="4" branch="false"/>
7469
+ <line number="150" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7300
7470
  <line number="151" hits="66" branch="false"/>
7301
7471
  <line number="152" hits="66" branch="false"/>
7302
7472
  <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
@@ -7318,33 +7488,33 @@
7318
7488
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7319
7489
  <line number="186" hits="66" branch="false"/>
7320
7490
  <line number="187" hits="66" branch="false"/>
7321
- <line number="192" hits="572" branch="true" condition-coverage="50% (2/4)"/>
7322
- <line number="193" hits="0" branch="false"/>
7323
- <line number="194" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7491
+ <line number="192" hits="579" branch="true" condition-coverage="100% (4/4)"/>
7492
+ <line number="193" hits="7" branch="false"/>
7493
+ <line number="194" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7324
7494
  <line number="195" hits="0" branch="false"/>
7325
- <line number="196" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7326
- <line number="197" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7327
- <line number="198" hits="0" branch="false"/>
7328
- <line number="203" hits="572" branch="true" condition-coverage="50% (1/2)"/>
7329
- <line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7330
- <line number="205" hits="0" branch="false"/>
7331
- <line number="206" hits="0" branch="false"/>
7332
- <line number="208" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7495
+ <line number="196" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7496
+ <line number="197" hits="22" branch="true" condition-coverage="100% (2/2)"/>
7497
+ <line number="198" hits="22" branch="false"/>
7498
+ <line number="203" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7499
+ <line number="204" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7500
+ <line number="205" hits="7" branch="false"/>
7501
+ <line number="206" hits="7" branch="false"/>
7502
+ <line number="208" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7333
7503
  <line number="209" hits="0" branch="false"/>
7334
- <line number="213" hits="0" branch="false"/>
7335
- <line number="214" hits="0" branch="false"/>
7336
- <line number="215" hits="0" branch="false"/>
7337
- <line number="216" hits="0" branch="false"/>
7338
- <line number="217" hits="0" branch="true" condition-coverage="0% (0/6)"/>
7339
- <line number="218" hits="0" branch="false"/>
7340
- <line number="219" hits="0" branch="false"/>
7341
- <line number="222" hits="0" branch="false"/>
7342
- <line number="227" hits="572" branch="true" condition-coverage="50% (1/2)"/>
7343
- <line number="228" hits="572" branch="false"/>
7344
- <line number="231" hits="572" branch="false"/>
7345
- <line number="232" hits="1142" branch="true" condition-coverage="100% (2/2)"/>
7346
- <line number="233" hits="571" branch="false"/>
7347
- <line number="237" hits="572" branch="false"/>
7504
+ <line number="213" hits="7" branch="false"/>
7505
+ <line number="214" hits="7" branch="false"/>
7506
+ <line number="215" hits="7" branch="false"/>
7507
+ <line number="216" hits="7" branch="false"/>
7508
+ <line number="217" hits="7" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
7509
+ <line number="218" hits="7" branch="false"/>
7510
+ <line number="219" hits="7" branch="false"/>
7511
+ <line number="222" hits="7" branch="false"/>
7512
+ <line number="227" hits="579" branch="true" condition-coverage="50% (1/2)"/>
7513
+ <line number="228" hits="579" branch="false"/>
7514
+ <line number="231" hits="579" branch="false"/>
7515
+ <line number="232" hits="1149" branch="true" condition-coverage="100% (2/2)"/>
7516
+ <line number="233" hits="578" branch="false"/>
7517
+ <line number="237" hits="579" branch="false"/>
7348
7518
  </lines>
7349
7519
  </class>
7350
7520
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">