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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -3
  3. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +36 -4
  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/es/lib/utils/parseErrorResponse.js +6 -1
  12. package/package.json +1 -1
  13. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
  14. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
  15. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  16. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  17. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
  18. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  19. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  20. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
  21. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  22. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  23. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +26 -29
  24. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +142 -13
  25. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  26. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  27. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +30 -30
  28. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  30. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +23 -26
  31. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  32. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  33. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  34. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +20 -20
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  36. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  37. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +27 -30
  38. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  39. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  40. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  42. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +15 -15
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +12 -12
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +14 -14
  47. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
  48. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +36 -39
  50. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  51. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +21 -21
  52. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  53. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  54. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  55. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  56. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
  57. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  58. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
  60. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  61. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  63. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  64. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  66. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  67. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  69. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  70. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
  72. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  73. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  75. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  76. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  78. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  79. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  81. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  82. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  84. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  85. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  86. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  87. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  88. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  89. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  90. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  91. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  92. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  93. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  94. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  95. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
  96. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  97. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  98. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  99. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  100. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
  102. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  104. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  105. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  107. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  108. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  109. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  110. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  111. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  113. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  114. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
  116. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
  117. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  118. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  119. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  122. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  123. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  129. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  132. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  137. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
  140. package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
  141. package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
  146. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  149. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  150. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  157. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  158. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  167. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  170. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  171. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
  174. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  177. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Tags/Tags.js.html +1 -1
  180. package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
  181. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +1 -1
  183. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
  184. package/src/artifacts/coverage-jest/Tags/index.html +1 -1
  185. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  187. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  188. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  189. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  190. package/src/artifacts/coverage-jest/cobertura-coverage.xml +469 -281
  191. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  192. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  193. package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
  194. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  195. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  196. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  197. package/src/artifacts/coverage-jest/hooks/index.html +39 -9
  198. package/src/artifacts/coverage-jest/hooks/index.js.html +11 -2
  199. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  200. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  201. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  202. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  203. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +6 -6
  204. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  205. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  206. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +1 -1
  207. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  208. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +11 -11
  210. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  213. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  214. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  216. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  217. package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +376 -0
  218. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  219. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  220. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  221. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  222. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +1 -1
  225. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  226. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +1 -1
  227. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  228. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  229. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  230. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  233. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  235. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  236. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  237. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  240. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +589 -0
  242. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +1 -1
  243. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +1 -1
  244. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  245. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  246. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  247. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  250. package/src/artifacts/coverage-jest/index.html +77 -77
  251. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
  252. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  253. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  254. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  255. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  256. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  257. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  258. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +1 -1
  259. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +71 -71
  260. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +19 -19
  261. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  262. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  263. package/src/artifacts/coverage-jest/utils/index.html +13 -13
  264. package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
  265. package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
  266. package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +1 -1
  268. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  269. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +26 -8
  270. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  271. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  275. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  276. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  277. package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +1 -1
  278. package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +1 -1
  279. package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
  280. package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
  281. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  282. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  283. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  284. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  285. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  286. package/src/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -3
  287. package/src/lib/CustomProperties/Config/CustomPropertiesSettings.js +46 -3
  288. package/src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +2 -3
  289. package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.js +3 -4
  290. package/src/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +13 -3
  291. package/src/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -3
  292. package/src/lib/hooks/README.md +101 -1
  293. package/src/lib/hooks/index.js +3 -0
  294. package/src/lib/hooks/useCustProps.js +97 -0
  295. package/src/lib/hooks/useParallelBatchFetch.js +168 -0
  296. package/src/lib/utils/parseErrorResponse.js +7 -1
@@ -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="2492" lines-covered="1062" line-rate="0.4261" branches-valid="1832" branches-covered="565" branch-rate="0.3084" timestamp="1774285511688" 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.4482" branch-rate="0.4596">
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,63 +558,63 @@
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
- <class name="CustomPropertiesSettings.js" filename="src/lib/CustomProperties/Config/CustomPropertiesSettings.js" line-rate="0.3389" branch-rate="0.3617">
578
+ <class name="CustomPropertiesSettings.js" filename="src/lib/CustomProperties/Config/CustomPropertiesSettings.js" line-rate="0.303" branch-rate="0.3469">
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="136" 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="156" 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="182" hits="0"/>
618
618
  </lines>
619
619
  </method>
620
620
  <method name="(anonymous_8)" hits="0" signature="()V">
@@ -624,105 +624,122 @@
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="209" 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="234" 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="239" 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="247" 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="269" hits="0"/>
648
648
  </lines>
649
649
  </method>
650
- <method name="(anonymous_14)" hits="100" signature="()V">
650
+ <method name="(anonymous_14)" hits="0" signature="()V">
651
651
  <lines>
652
- <line number="319" hits="100"/>
652
+ <line number="293" hits="0"/>
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="348" hits="0"/>
658
658
  </lines>
659
659
  </method>
660
- <method name="(anonymous_16)" hits="0" signature="()V">
660
+ <method name="(anonymous_16)" hits="100" signature="()V">
661
+ <lines>
662
+ <line number="362" hits="100"/>
663
+ </lines>
664
+ </method>
665
+ <method name="(anonymous_17)" hits="0" signature="()V">
661
666
  <lines>
662
- <line number="353" hits="0"/>
667
+ <line number="395" hits="0"/>
668
+ </lines>
669
+ </method>
670
+ <method name="(anonymous_18)" hits="0" signature="()V">
671
+ <lines>
672
+ <line number="396" hits="0"/>
663
673
  </lines>
664
674
  </method>
665
675
  </methods>
666
676
  <lines>
667
- <line number="18" hits="27" branch="false"/>
668
677
  <line number="19" hits="27" branch="false"/>
669
678
  <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"/>
679
+ <line number="21" hits="27" branch="false"/>
680
+ <line number="24" hits="27" branch="false"/>
681
+ <line number="44" hits="5" branch="false"/>
673
682
  <line number="46" hits="5" branch="false"/>
674
- <line number="48" hits="5" branch="false"/>
683
+ <line number="47" hits="5" branch="false"/>
675
684
  <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"/>
685
+ <line number="50" hits="5" branch="false"/>
686
+ <line number="52" hits="5" branch="false"/>
687
+ <line number="56" hits="5" branch="false"/>
688
+ <line number="58" hits="5" branch="false"/>
689
+ <line number="61" hits="5" branch="false"/>
690
+ <line number="62" hits="5" branch="true" condition-coverage="50% (1/2)"/>
691
+ <line number="68" hits="0" branch="false"/>
692
+ <line number="87" hits="5" branch="false"/>
684
693
  <line number="90" hits="0" branch="false"/>
685
694
  <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"/>
695
+ <line number="92" hits="0" branch="false"/>
696
+ <line number="93" hits="0" branch="true" condition-coverage="0% (0/2)"/>
697
+ <line number="94" hits="0" branch="false"/>
689
698
  <line number="98" hits="0" branch="false"/>
690
699
  <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"/>
700
+ <line number="100" hits="0" branch="false"/>
701
+ <line number="101" hits="0" branch="true" condition-coverage="0% (0/2)"/>
702
+ <line number="102" hits="0" branch="false"/>
694
703
  <line number="106" hits="0" branch="false"/>
695
704
  <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"/>
716
- <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"/>
723
- <line number="355" hits="0" branch="false"/>
724
- <line number="356" hits="0" branch="false"/>
725
- <line number="364" hits="27" branch="false"/>
705
+ <line number="108" hits="0" branch="false"/>
706
+ <line number="109" hits="0" branch="true" condition-coverage="0% (0/2)"/>
707
+ <line number="110" hits="0" branch="false"/>
708
+ <line number="118" hits="0" branch="false"/>
709
+ <line number="120" hits="0" branch="false"/>
710
+ <line number="134" hits="0" branch="false"/>
711
+ <line number="137" hits="0" branch="false"/>
712
+ <line number="139" hits="0" branch="false"/>
713
+ <line number="154" hits="0" branch="false"/>
714
+ <line number="157" hits="0" branch="false"/>
715
+ <line number="159" hits="0" branch="false"/>
716
+ <line number="174" hits="0" branch="false"/>
717
+ <line number="182" hits="5" branch="false"/>
718
+ <line number="183" hits="0" branch="false"/>
719
+ <line number="191" hits="5" branch="false"/>
720
+ <line number="192" hits="0" branch="false"/>
721
+ <line number="193" hits="0" branch="true" condition-coverage="0% (0/2)"/>
722
+ <line number="194" hits="0" branch="false"/>
723
+ <line number="200" hits="5" branch="false"/>
724
+ <line number="209" hits="0" branch="false"/>
725
+ <line number="234" hits="0" branch="false"/>
726
+ <line number="240" hits="0" branch="false"/>
727
+ <line number="241" hits="0" branch="true" condition-coverage="0% (0/2)"/>
728
+ <line number="242" hits="0" branch="false"/>
729
+ <line number="247" hits="0" branch="false"/>
730
+ <line number="263" hits="0" branch="true" condition-coverage="0% (0/2)"/>
731
+ <line number="264" hits="0" branch="false"/>
732
+ <line number="270" hits="0" branch="false"/>
733
+ <line number="271" hits="0" branch="false"/>
734
+ <line number="288" hits="0" branch="true" condition-coverage="0% (0/2)"/>
735
+ <line number="293" hits="0" branch="false"/>
736
+ <line number="348" hits="0" branch="false"/>
737
+ <line number="362" hits="100" branch="false"/>
738
+ <line number="395" hits="0" branch="false"/>
739
+ <line number="397" hits="0" branch="false"/>
740
+ <line number="398" hits="0" branch="false"/>
741
+ <line number="399" hits="0" branch="false"/>
742
+ <line number="407" hits="27" branch="false"/>
726
743
  </lines>
727
744
  </class>
728
745
  <class name="CustomPropertyForm.js" filename="src/lib/CustomProperties/Config/CustomPropertyForm.js" line-rate="0.6666" branch-rate="0.5476">
@@ -826,7 +843,7 @@
826
843
  </class>
827
844
  </classes>
828
845
  </package>
829
- <package name="CustomProperties.Edit" line-rate="0.75" branch-rate="0.6486">
846
+ <package name="CustomProperties.Edit" line-rate="0.7383" branch-rate="0.6036">
830
847
  <classes>
831
848
  <class name="CustomPropertiesEdit.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEdit.js" line-rate="1" branch-rate="0.5">
832
849
  <methods>
@@ -848,16 +865,16 @@
848
865
  <line number="31" hits="27" branch="false"/>
849
866
  </lines>
850
867
  </class>
851
- <class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.8181" branch-rate="0.7777">
868
+ <class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.6363" branch-rate="0.22219999999999998">
852
869
  <methods>
853
870
  <method name="(anonymous_0)" hits="1" signature="()V">
854
871
  <lines>
855
872
  <line number="7" hits="1"/>
856
873
  </lines>
857
874
  </method>
858
- <method name="(anonymous_1)" hits="1" signature="()V">
875
+ <method name="(anonymous_1)" hits="0" signature="()V">
859
876
  <lines>
860
- <line number="19" hits="1"/>
877
+ <line number="19" hits="0"/>
861
878
  </lines>
862
879
  </method>
863
880
  </methods>
@@ -865,14 +882,14 @@
865
882
  <line number="7" hits="26" branch="false"/>
866
883
  <line number="16" hits="1" branch="false"/>
867
884
  <line number="19" hits="1" branch="false"/>
868
- <line number="21" hits="1" branch="true" condition-coverage="50% (1/2)"/>
885
+ <line number="21" hits="0" branch="true" condition-coverage="0% (0/2)"/>
869
886
  <line number="22" hits="0" branch="false"/>
870
- <line number="32" hits="1" branch="false"/>
887
+ <line number="32" hits="0" branch="false"/>
871
888
  <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"/>
889
+ <line number="56" hits="1" branch="true" condition-coverage="50% (1/2)"/>
890
+ <line number="57" hits="1" branch="false"/>
891
+ <line number="60" hits="0" branch="false"/>
892
+ <line number="78" hits="26" branch="false"/>
876
893
  </lines>
877
894
  </class>
878
895
  <class name="CustomPropertiesListField.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesListField.js" line-rate="0.8431000000000001" branch-rate="0.6875">
@@ -1339,13 +1356,13 @@
1339
1356
  </class>
1340
1357
  </classes>
1341
1358
  </package>
1342
- <package name="CustomProperties.Filter" line-rate="0.6666" branch-rate="0.5365">
1359
+ <package name="CustomProperties.Filter" line-rate="0.6594" branch-rate="0.5121">
1343
1360
  <classes>
1344
- <class name="CustomPropertiesFilter.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilter.js" line-rate="0.4782" branch-rate="0.2777">
1361
+ <class name="CustomPropertiesFilter.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilter.js" line-rate="0.4347" branch-rate="0.1666">
1345
1362
  <methods>
1346
- <method name="(anonymous_0)" hits="4" signature="()V">
1363
+ <method name="(anonymous_0)" hits="3" signature="()V">
1347
1364
  <lines>
1348
- <line number="15" hits="4"/>
1365
+ <line number="15" hits="3"/>
1349
1366
  </lines>
1350
1367
  </method>
1351
1368
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -1360,59 +1377,59 @@
1360
1377
  </method>
1361
1378
  <method name="(anonymous_3)" hits="0" signature="()V">
1362
1379
  <lines>
1363
- <line number="65" hits="0"/>
1380
+ <line number="64" hits="0"/>
1364
1381
  </lines>
1365
1382
  </method>
1366
1383
  <method name="(anonymous_4)" hits="0" signature="()V">
1367
1384
  <lines>
1368
- <line number="69" hits="0"/>
1385
+ <line number="68" hits="0"/>
1369
1386
  </lines>
1370
1387
  </method>
1371
1388
  <method name="(anonymous_5)" hits="0" signature="()V">
1372
1389
  <lines>
1373
- <line number="70" hits="0"/>
1390
+ <line number="69" hits="0"/>
1374
1391
  </lines>
1375
1392
  </method>
1376
1393
  <method name="(anonymous_6)" hits="0" signature="()V">
1377
1394
  <lines>
1378
- <line number="71" hits="0"/>
1395
+ <line number="70" hits="0"/>
1379
1396
  </lines>
1380
1397
  </method>
1381
1398
  <method name="(anonymous_7)" hits="0" signature="()V">
1382
1399
  <lines>
1383
- <line number="80" hits="0"/>
1400
+ <line number="79" hits="0"/>
1384
1401
  </lines>
1385
1402
  </method>
1386
1403
  <method name="(anonymous_8)" hits="0" signature="()V">
1387
1404
  <lines>
1388
- <line number="103" hits="0"/>
1405
+ <line number="102" hits="0"/>
1389
1406
  </lines>
1390
1407
  </method>
1391
1408
  </methods>
1392
1409
  <lines>
1393
1410
  <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)"/>
1411
+ <line number="26" hits="3" branch="false"/>
1412
+ <line number="27" hits="3" branch="false"/>
1413
+ <line number="28" hits="3" branch="false"/>
1414
+ <line number="30" hits="3" branch="false"/>
1415
+ <line number="32" hits="3" branch="false"/>
1416
+ <line number="43" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1417
+ <line number="45" hits="3" branch="true" condition-coverage="50% (1/2)"/>
1418
+ <line number="46" hits="3" branch="false"/>
1419
+ <line number="64" hits="0" branch="false"/>
1420
+ <line number="65" hits="0" branch="true" condition-coverage="0% (0/1)"/>
1421
+ <line number="67" hits="0" branch="false"/>
1404
1422
  <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)"/>
1423
+ <line number="70" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1424
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1425
+ <line number="77" hits="0" branch="false"/>
1426
+ <line number="79" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1427
+ <line number="84" hits="0" branch="false"/>
1410
1428
  <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"/>
1429
+ <line number="87" hits="0" branch="false"/>
1430
+ <line number="90" hits="0" branch="false"/>
1431
+ <line number="102" hits="0" branch="false"/>
1432
+ <line number="128" hits="27" branch="false"/>
1416
1433
  </lines>
1417
1434
  </class>
1418
1435
  <class name="CustomPropertiesFilterField.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js" line-rate="0.7272" branch-rate="0.4285">
@@ -1690,73 +1707,73 @@
1690
1707
  </class>
1691
1708
  <class name="useOperators.js" filename="src/lib/CustomProperties/Filter/useOperators.js" line-rate="0.8665999999999999" branch-rate="0.8571">
1692
1709
  <methods>
1693
- <method name="(anonymous_0)" hits="16" signature="()V">
1710
+ <method name="(anonymous_0)" hits="15" signature="()V">
1694
1711
  <lines>
1695
- <line number="13" hits="16"/>
1712
+ <line number="13" hits="15"/>
1696
1713
  </lines>
1697
1714
  </method>
1698
1715
  </methods>
1699
1716
  <lines>
1700
1717
  <line number="11" hits="27" branch="false"/>
1701
1718
  <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)"/>
1719
+ <line number="14" hits="15" branch="false"/>
1720
+ <line number="16" hits="15" branch="false"/>
1721
+ <line number="21" hits="15" branch="true" condition-coverage="100% (5/5)"/>
1722
+ <line number="22" hits="11" branch="false"/>
1723
+ <line number="30" hits="15" branch="true" condition-coverage="50% (1/2)"/>
1707
1724
  <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)"/>
1725
+ <line number="39" hits="15" branch="true" condition-coverage="100% (4/4)"/>
1726
+ <line number="40" hits="13" branch="false"/>
1727
+ <line number="46" hits="15" branch="true" condition-coverage="50% (1/2)"/>
1711
1728
  <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"/>
1729
+ <line number="52" hits="15" branch="true" condition-coverage="100% (4/4)"/>
1730
+ <line number="53" hits="13" branch="false"/>
1731
+ <line number="59" hits="15" branch="false"/>
1715
1732
  </lines>
1716
1733
  </class>
1717
1734
  <class name="useParseActiveFilterStrings.js" filename="src/lib/CustomProperties/Filter/useParseActiveFilterStrings.js" line-rate="1" branch-rate="0.3333">
1718
1735
  <methods>
1719
- <method name="(anonymous_0)" hits="4" signature="()V">
1736
+ <method name="(anonymous_0)" hits="3" signature="()V">
1720
1737
  <lines>
1721
- <line number="3" hits="4"/>
1738
+ <line number="3" hits="3"/>
1722
1739
  </lines>
1723
1740
  </method>
1724
- <method name="(anonymous_1)" hits="40" signature="()V">
1741
+ <method name="(anonymous_1)" hits="30" signature="()V">
1725
1742
  <lines>
1726
- <line number="4" hits="40"/>
1743
+ <line number="4" hits="30"/>
1727
1744
  </lines>
1728
1745
  </method>
1729
- <method name="(anonymous_2)" hits="4" signature="()V">
1746
+ <method name="(anonymous_2)" hits="3" signature="()V">
1730
1747
  <lines>
1731
- <line number="7" hits="4"/>
1748
+ <line number="7" hits="3"/>
1732
1749
  </lines>
1733
1750
  </method>
1734
- <method name="(anonymous_3)" hits="4" signature="()V">
1751
+ <method name="(anonymous_3)" hits="3" signature="()V">
1735
1752
  <lines>
1736
- <line number="9" hits="4"/>
1753
+ <line number="9" hits="3"/>
1737
1754
  </lines>
1738
1755
  </method>
1739
- <method name="(anonymous_4)" hits="12" signature="()V">
1756
+ <method name="(anonymous_4)" hits="9" signature="()V">
1740
1757
  <lines>
1741
- <line number="18" hits="12"/>
1758
+ <line number="18" hits="9"/>
1742
1759
  </lines>
1743
1760
  </method>
1744
1761
  </methods>
1745
1762
  <lines>
1746
1763
  <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"/>
1764
+ <line number="4" hits="30" branch="false"/>
1765
+ <line number="6" hits="3" branch="false"/>
1766
+ <line number="7" hits="3" branch="false"/>
1767
+ <line number="9" hits="3" branch="false"/>
1768
+ <line number="13" hits="3" branch="false"/>
1769
+ <line number="14" hits="3" branch="false"/>
1770
+ <line number="16" hits="3" branch="false"/>
1771
+ <line number="18" hits="9" branch="true" condition-coverage="50% (1/2)"/>
1772
+ <line number="19" hits="3" branch="false"/>
1773
+ <line number="21" hits="3" branch="false"/>
1774
+ <line number="23" hits="3" branch="false"/>
1775
+ <line number="26" hits="3" branch="false"/>
1776
+ <line number="32" hits="3" branch="false"/>
1760
1777
  </lines>
1761
1778
  </class>
1762
1779
  <class name="useValueProps.js" filename="src/lib/CustomProperties/Filter/useValueProps.js" line-rate="0.4583" branch-rate="0.375">
@@ -1811,7 +1828,7 @@
1811
1828
  </class>
1812
1829
  </classes>
1813
1830
  </package>
1814
- <package name="CustomProperties.View" line-rate="0.5909" branch-rate="0.1666">
1831
+ <package name="CustomProperties.View" line-rate="0.4318" branch-rate="0.037000000000000005">
1815
1832
  <classes>
1816
1833
  <class name="CustomPropertiesView.js" filename="src/lib/CustomProperties/View/CustomPropertiesView.js" line-rate="1" branch-rate="0">
1817
1834
  <methods>
@@ -1833,7 +1850,7 @@
1833
1850
  <line number="31" hits="27" branch="false"/>
1834
1851
  </lines>
1835
1852
  </class>
1836
- <class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.8887999999999999" branch-rate="0.5625">
1853
+ <class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.5" branch-rate="0.125">
1837
1854
  <methods>
1838
1855
  <method name="(anonymous_0)" hits="1" signature="()V">
1839
1856
  <lines>
@@ -1845,24 +1862,24 @@
1845
1862
  <line number="20" hits="1"/>
1846
1863
  </lines>
1847
1864
  </method>
1848
- <method name="(anonymous_2)" hits="2" signature="()V">
1865
+ <method name="(anonymous_2)" hits="0" signature="()V">
1849
1866
  <lines>
1850
- <line number="73" hits="2"/>
1867
+ <line number="72" hits="0"/>
1851
1868
  </lines>
1852
1869
  </method>
1853
- <method name="(anonymous_3)" hits="2" signature="()V">
1870
+ <method name="(anonymous_3)" hits="0" signature="()V">
1854
1871
  <lines>
1855
- <line number="75" hits="2"/>
1872
+ <line number="74" hits="0"/>
1856
1873
  </lines>
1857
1874
  </method>
1858
- <method name="(anonymous_4)" hits="12" signature="()V">
1875
+ <method name="(anonymous_4)" hits="0" signature="()V">
1859
1876
  <lines>
1860
- <line number="83" hits="12"/>
1877
+ <line number="82" hits="0"/>
1861
1878
  </lines>
1862
1879
  </method>
1863
- <method name="(anonymous_5)" hits="12" signature="()V">
1880
+ <method name="(anonymous_5)" hits="0" signature="()V">
1864
1881
  <lines>
1865
- <line number="96" hits="12"/>
1882
+ <line number="95" hits="0"/>
1866
1883
  </lines>
1867
1884
  </method>
1868
1885
  </methods>
@@ -1874,17 +1891,17 @@
1874
1891
  <line number="23" hits="1" branch="false"/>
1875
1892
  <line number="33" hits="0" branch="false"/>
1876
1893
  <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"/>
1894
+ <line number="58" hits="1" branch="true" condition-coverage="50% (1/2)"/>
1895
+ <line number="59" hits="1" branch="false"/>
1896
+ <line number="72" hits="0" branch="false"/>
1897
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1898
+ <line number="75" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1899
+ <line number="82" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1900
+ <line number="83" hits="0" branch="false"/>
1901
+ <line number="84" hits="0" branch="false"/>
1902
+ <line number="86" hits="0" branch="false"/>
1903
+ <line number="96" hits="0" branch="false"/>
1904
+ <line number="109" hits="26" branch="false"/>
1888
1905
  </lines>
1889
1906
  </class>
1890
1907
  <class name="CustomPropertyCard.js" filename="src/lib/CustomProperties/View/CustomPropertyCard.js" line-rate="0.11109999999999999" branch-rate="0">
@@ -5271,7 +5288,7 @@
5271
5288
  </class>
5272
5289
  </classes>
5273
5290
  </package>
5274
- <package name="hooks" line-rate="0.321" branch-rate="0.25">
5291
+ <package name="hooks" line-rate="0.3829" branch-rate="0.306">
5275
5292
  <classes>
5276
5293
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5277
5294
  <methods>
@@ -5352,6 +5369,41 @@
5352
5369
  <line number="21" hits="0" branch="false"/>
5353
5370
  </lines>
5354
5371
  </class>
5372
+ <class name="useCustProps.js" filename="src/lib/hooks/useCustProps.js" line-rate="0.8571" branch-rate="0.5882000000000001">
5373
+ <methods>
5374
+ <method name="(anonymous_0)" hits="7" signature="()V">
5375
+ <lines>
5376
+ <line number="11" hits="7"/>
5377
+ </lines>
5378
+ </method>
5379
+ <method name="(anonymous_1)" hits="0" signature="()V">
5380
+ <lines>
5381
+ <line number="38" hits="0"/>
5382
+ </lines>
5383
+ </method>
5384
+ <method name="(anonymous_2)" hits="7" signature="()V">
5385
+ <lines>
5386
+ <line number="62" hits="7"/>
5387
+ </lines>
5388
+ </method>
5389
+ </methods>
5390
+ <lines>
5391
+ <line number="5" hits="27" branch="false"/>
5392
+ <line number="11" hits="27" branch="false"/>
5393
+ <line number="23" hits="7" branch="false"/>
5394
+ <line number="36" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5395
+ <line number="37" hits="0" branch="false"/>
5396
+ <line number="38" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5397
+ <line number="40" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5398
+ <line number="41" hits="1" branch="false"/>
5399
+ <line number="44" hits="6" branch="true" condition-coverage="100% (2/2)"/>
5400
+ <line number="45" hits="1" branch="false"/>
5401
+ <line number="55" hits="7" branch="false"/>
5402
+ <line number="66" hits="7" branch="false"/>
5403
+ <line number="76" hits="7" branch="false"/>
5404
+ <line number="83" hits="27" branch="false"/>
5405
+ </lines>
5406
+ </class>
5355
5407
  <class name="useCustomProperties.js" filename="src/lib/hooks/useCustomProperties.js" line-rate="0.1052" branch-rate="0">
5356
5408
  <methods>
5357
5409
  <method name="(anonymous_0)" hits="0" signature="()V">
@@ -5713,6 +5765,141 @@
5713
5765
  <line number="53" hits="0" branch="false"/>
5714
5766
  </lines>
5715
5767
  </class>
5768
+ <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6136" branch-rate="0.3823">
5769
+ <methods>
5770
+ <method name="(anonymous_0)" hits="7" signature="()V">
5771
+ <lines>
5772
+ <line number="18" hits="7"/>
5773
+ </lines>
5774
+ </method>
5775
+ <method name="(anonymous_1)" hits="7" signature="()V">
5776
+ <lines>
5777
+ <line number="36" hits="7"/>
5778
+ </lines>
5779
+ </method>
5780
+ <method name="(anonymous_2)" hits="0" signature="()V">
5781
+ <lines>
5782
+ <line number="48" hits="0"/>
5783
+ </lines>
5784
+ </method>
5785
+ <method name="(anonymous_3)" hits="0" signature="()V">
5786
+ <lines>
5787
+ <line number="66" hits="0"/>
5788
+ </lines>
5789
+ </method>
5790
+ <method name="(anonymous_4)" hits="7" signature="()V">
5791
+ <lines>
5792
+ <line number="70" hits="7"/>
5793
+ </lines>
5794
+ </method>
5795
+ <method name="(anonymous_5)" hits="7" signature="()V">
5796
+ <lines>
5797
+ <line number="74" hits="7"/>
5798
+ </lines>
5799
+ </method>
5800
+ <method name="(anonymous_6)" hits="0" signature="()V">
5801
+ <lines>
5802
+ <line number="99" hits="0"/>
5803
+ </lines>
5804
+ </method>
5805
+ <method name="(anonymous_7)" hits="7" signature="()V">
5806
+ <lines>
5807
+ <line number="125" hits="7"/>
5808
+ </lines>
5809
+ </method>
5810
+ <method name="(anonymous_8)" hits="7" signature="()V">
5811
+ <lines>
5812
+ <line number="128" hits="7"/>
5813
+ </lines>
5814
+ </method>
5815
+ <method name="(anonymous_9)" hits="7" signature="()V">
5816
+ <lines>
5817
+ <line number="130" hits="7"/>
5818
+ </lines>
5819
+ </method>
5820
+ <method name="(anonymous_10)" hits="0" signature="()V">
5821
+ <lines>
5822
+ <line number="135" hits="0"/>
5823
+ </lines>
5824
+ </method>
5825
+ <method name="(anonymous_11)" hits="0" signature="()V">
5826
+ <lines>
5827
+ <line number="136" hits="0"/>
5828
+ </lines>
5829
+ </method>
5830
+ <method name="(anonymous_12)" hits="0" signature="()V">
5831
+ <lines>
5832
+ <line number="137" hits="0"/>
5833
+ </lines>
5834
+ </method>
5835
+ <method name="(anonymous_13)" hits="0" signature="()V">
5836
+ <lines>
5837
+ <line number="140" hits="0"/>
5838
+ </lines>
5839
+ </method>
5840
+ <method name="(anonymous_14)" hits="7" signature="()V">
5841
+ <lines>
5842
+ <line number="149" hits="7"/>
5843
+ </lines>
5844
+ </method>
5845
+ <method name="(anonymous_15)" hits="7" signature="()V">
5846
+ <lines>
5847
+ <line number="150" hits="7"/>
5848
+ </lines>
5849
+ </method>
5850
+ <method name="(anonymous_16)" hits="0" signature="()V">
5851
+ <lines>
5852
+ <line number="161" hits="0"/>
5853
+ </lines>
5854
+ </method>
5855
+ </methods>
5856
+ <lines>
5857
+ <line number="12" hits="27" branch="false"/>
5858
+ <line number="13" hits="27" branch="false"/>
5859
+ <line number="14" hits="27" branch="false"/>
5860
+ <line number="18" hits="27" branch="false"/>
5861
+ <line number="29" hits="7" branch="false"/>
5862
+ <line number="30" hits="7" branch="false"/>
5863
+ <line number="31" hits="7" branch="false"/>
5864
+ <line number="34" hits="7" branch="true" condition-coverage="100% (1/1)"/>
5865
+ <line number="36" hits="7" branch="false"/>
5866
+ <line number="37" hits="7" branch="false"/>
5867
+ <line number="47" hits="7" branch="false"/>
5868
+ <line number="48" hits="0" branch="false"/>
5869
+ <line number="51" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5870
+ <line number="64" hits="7" branch="false"/>
5871
+ <line number="66" hits="0" branch="false"/>
5872
+ <line number="70" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5873
+ <line number="74" hits="7" branch="false"/>
5874
+ <line number="75" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5875
+ <line number="76" hits="7" branch="false"/>
5876
+ <line number="79" hits="0" branch="false"/>
5877
+ <line number="82" hits="0" branch="false"/>
5878
+ <line number="84" hits="0" branch="false"/>
5879
+ <line number="85" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5880
+ <line number="96" hits="0" branch="false"/>
5881
+ <line number="97" hits="0" branch="false"/>
5882
+ <line number="99" hits="0" branch="false"/>
5883
+ <line number="105" hits="0" branch="false"/>
5884
+ <line number="124" hits="7" branch="false"/>
5885
+ <line number="125" hits="7" branch="false"/>
5886
+ <line number="128" hits="7" branch="false"/>
5887
+ <line number="129" hits="7" branch="false"/>
5888
+ <line number="130" hits="7" branch="false"/>
5889
+ <line number="133" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5890
+ <line number="135" hits="0" branch="false"/>
5891
+ <line number="136" hits="0" branch="false"/>
5892
+ <line number="137" hits="0" branch="false"/>
5893
+ <line number="140" hits="0" branch="false"/>
5894
+ <line number="141" hits="0" branch="false"/>
5895
+ <line number="149" hits="7" branch="false"/>
5896
+ <line number="150" hits="7" branch="true" condition-coverage="75% (3/4)"/>
5897
+ <line number="152" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5898
+ <line number="153" hits="0" branch="false"/>
5899
+ <line number="157" hits="7" branch="false"/>
5900
+ <line number="162" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5901
+ </lines>
5902
+ </class>
5716
5903
  <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5717
5904
  <methods>
5718
5905
  <method name="(anonymous_0)" hits="914" signature="()V">
@@ -5987,9 +6174,9 @@
5987
6174
  </class>
5988
6175
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
5989
6176
  <methods>
5990
- <method name="(anonymous_0)" hits="1081" signature="()V">
6177
+ <method name="(anonymous_0)" hits="1079" signature="()V">
5991
6178
  <lines>
5992
- <line number="3" hits="1081"/>
6179
+ <line number="3" hits="1079"/>
5993
6180
  </lines>
5994
6181
  </method>
5995
6182
  <method name="(anonymous_1)" hits="2431" signature="()V">
@@ -6001,14 +6188,14 @@
6001
6188
  <lines>
6002
6189
  <line number="3" hits="27" branch="false"/>
6003
6190
  <line number="4" hits="2431" branch="false"/>
6004
- <line number="7" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
6191
+ <line number="7" hits="1079" branch="true" condition-coverage="50% (1/2)"/>
6005
6192
  <line number="8" hits="0" branch="false"/>
6006
- <line number="9" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
6193
+ <line number="9" hits="1079" branch="true" condition-coverage="50% (1/2)"/>
6007
6194
  <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)"/>
6195
+ <line number="12" hits="1079" branch="false"/>
6196
+ <line number="15" hits="1079" branch="true" condition-coverage="50% (1/2)"/>
6010
6197
  <line number="16" hits="0" branch="false"/>
6011
- <line number="19" hits="1081" branch="false"/>
6198
+ <line number="19" hits="1079" branch="false"/>
6012
6199
  </lines>
6013
6200
  </class>
6014
6201
  </classes>
@@ -6088,14 +6275,14 @@
6088
6275
  </class>
6089
6276
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
6090
6277
  <methods>
6091
- <method name="(anonymous_0)" hits="1081" signature="()V">
6278
+ <method name="(anonymous_0)" hits="1079" signature="()V">
6092
6279
  <lines>
6093
- <line number="5" hits="1081"/>
6280
+ <line number="5" hits="1079"/>
6094
6281
  </lines>
6095
6282
  </method>
6096
- <method name="(anonymous_1)" hits="2742" signature="()V">
6283
+ <method name="(anonymous_1)" hits="2569" signature="()V">
6097
6284
  <lines>
6098
- <line number="11" hits="2742"/>
6285
+ <line number="11" hits="2569"/>
6099
6286
  </lines>
6100
6287
  </method>
6101
6288
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -6106,22 +6293,22 @@
6106
6293
  </methods>
6107
6294
  <lines>
6108
6295
  <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)"/>
6296
+ <line number="6" hits="1079" branch="false"/>
6297
+ <line number="7" hits="1079" branch="false"/>
6298
+ <line number="11" hits="1079" branch="false"/>
6299
+ <line number="12" hits="2569" branch="true" condition-coverage="100% (2/2)"/>
6113
6300
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6114
6301
  <line number="15" hits="0" branch="false"/>
6115
6302
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6116
6303
  <line number="20" hits="0" branch="false"/>
6117
6304
  <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)"/>
6305
+ <line number="29" hits="2565" branch="true" condition-coverage="100% (4/4)"/>
6306
+ <line number="31" hits="5" branch="true" condition-coverage="50% (1/2)"/>
6120
6307
  <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"/>
6308
+ <line number="35" hits="5" branch="false"/>
6309
+ <line number="39" hits="2560" branch="false"/>
6310
+ <line number="42" hits="1079" branch="false"/>
6311
+ <line number="44" hits="1079" branch="false"/>
6125
6312
  </lines>
6126
6313
  </class>
6127
6314
  </classes>
@@ -6773,7 +6960,7 @@
6773
6960
  </class>
6774
6961
  </classes>
6775
6962
  </package>
6776
- <package name="utils" line-rate="0.4461" branch-rate="0.38630000000000003">
6963
+ <package name="utils" line-rate="0.4393" branch-rate="0.3617">
6777
6964
  <classes>
6778
6965
  <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
6779
6966
  <methods>
@@ -6873,7 +7060,7 @@
6873
7060
  <line number="16" hits="0" branch="false"/>
6874
7061
  </lines>
6875
7062
  </class>
6876
- <class name="parseErrorResponse.js" filename="src/lib/utils/parseErrorResponse.js" line-rate="0.0833" branch-rate="0">
7063
+ <class name="parseErrorResponse.js" filename="src/lib/utils/parseErrorResponse.js" line-rate="0.07690000000000001" branch-rate="0">
6877
7064
  <methods>
6878
7065
  <method name="(anonymous_0)" hits="0" signature="()V">
6879
7066
  <lines>
@@ -6896,9 +7083,10 @@
6896
7083
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6897
7084
  <line number="12" hits="0" branch="false"/>
6898
7085
  <line number="14" hits="0" branch="false"/>
6899
- <line number="15" hits="0" branch="false"/>
6900
- <line number="17" hits="0" branch="false"/>
7086
+ <line number="20" hits="0" branch="false"/>
6901
7087
  <line number="21" hits="0" branch="false"/>
7088
+ <line number="23" hits="0" branch="false"/>
7089
+ <line number="27" hits="0" branch="false"/>
6902
7090
  </lines>
6903
7091
  </class>
6904
7092
  <class name="parseModConfigEntry.js" filename="src/lib/utils/parseModConfigEntry.js" line-rate="0.14279999999999998" branch-rate="0">
@@ -7157,18 +7345,18 @@
7157
7345
  </class>
7158
7346
  </classes>
7159
7347
  </package>
7160
- <package name="utils.generateKiwtQueryParams" line-rate="0.6091" branch-rate="0.4857">
7348
+ <package name="utils.generateKiwtQueryParams" line-rate="0.8045" branch-rate="0.619">
7161
7349
  <classes>
7162
- <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.6091" branch-rate="0.4857">
7350
+ <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.8045" branch-rate="0.619">
7163
7351
  <methods>
7164
- <method name="(anonymous_0)" hits="835" signature="()V">
7352
+ <method name="(anonymous_0)" hits="874" signature="()V">
7165
7353
  <lines>
7166
- <line number="1" hits="835"/>
7354
+ <line number="1" hits="874"/>
7167
7355
  </lines>
7168
7356
  </method>
7169
- <method name="(anonymous_1)" hits="8" signature="()V">
7357
+ <method name="(anonymous_1)" hits="11" signature="()V">
7170
7358
  <lines>
7171
- <line number="11" hits="8"/>
7359
+ <line number="11" hits="11"/>
7172
7360
  </lines>
7173
7361
  </method>
7174
7362
  <method name="(anonymous_2)" hits="3" signature="()V">
@@ -7191,9 +7379,9 @@
7191
7379
  <line number="33" hits="0"/>
7192
7380
  </lines>
7193
7381
  </method>
7194
- <method name="(anonymous_6)" hits="572" signature="()V">
7382
+ <method name="(anonymous_6)" hits="579" signature="()V">
7195
7383
  <lines>
7196
- <line number="66" hits="572"/>
7384
+ <line number="66" hits="579"/>
7197
7385
  </lines>
7198
7386
  </method>
7199
7387
  <method name="(anonymous_7)" hits="117" signature="()V">
@@ -7201,9 +7389,9 @@
7201
7389
  <line number="136" hits="117"/>
7202
7390
  </lines>
7203
7391
  </method>
7204
- <method name="(anonymous_8)" hits="1" signature="()V">
7392
+ <method name="(anonymous_8)" hits="4" signature="()V">
7205
7393
  <lines>
7206
- <line number="142" hits="1"/>
7394
+ <line number="142" hits="4"/>
7207
7395
  </lines>
7208
7396
  </method>
7209
7397
  <method name="(anonymous_9)" hits="66" signature="()V">
@@ -7241,62 +7429,62 @@
7241
7429
  <line number="186" hits="66"/>
7242
7430
  </lines>
7243
7431
  </method>
7244
- <method name="(anonymous_16)" hits="0" signature="()V">
7432
+ <method name="(anonymous_16)" hits="22" signature="()V">
7245
7433
  <lines>
7246
- <line number="193" hits="0"/>
7434
+ <line number="193" hits="22"/>
7247
7435
  </lines>
7248
7436
  </method>
7249
- <method name="(anonymous_17)" hits="0" signature="()V">
7437
+ <method name="(anonymous_17)" hits="7" signature="()V">
7250
7438
  <lines>
7251
- <line number="204" hits="0"/>
7439
+ <line number="204" hits="7"/>
7252
7440
  </lines>
7253
7441
  </method>
7254
- <method name="(anonymous_18)" hits="0" signature="()V">
7442
+ <method name="(anonymous_18)" hits="7" signature="()V">
7255
7443
  <lines>
7256
- <line number="214" hits="0"/>
7444
+ <line number="214" hits="7"/>
7257
7445
  </lines>
7258
7446
  </method>
7259
7447
  </methods>
7260
7448
  <lines>
7261
7449
  <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"/>
7450
+ <line number="2" hits="874" branch="true" condition-coverage="100% (2/2)"/>
7451
+ <line number="3" hits="869" branch="false"/>
7264
7452
  <line number="6" hits="5" branch="false"/>
7265
7453
  <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)"/>
7454
+ <line number="12" hits="11" branch="true" condition-coverage="100% (2/2)"/>
7267
7455
  <line number="13" hits="3" branch="false"/>
7268
7456
  <line number="16" hits="3" branch="true" condition-coverage="90% (9/10)"/>
7269
7457
  <line number="19" hits="3" branch="true" condition-coverage="50% (1/2)"/>
7270
7458
  <line number="24" hits="3" branch="true" condition-coverage="100% (2/2)"/>
7271
7459
  <line number="25" hits="4" branch="false"/>
7272
7460
  <line number="27" hits="3" branch="false"/>
7273
- <line number="30" hits="5" branch="true" condition-coverage="50% (1/2)"/>
7461
+ <line number="30" hits="8" branch="true" condition-coverage="50% (1/2)"/>
7274
7462
  <line number="32" hits="0" branch="false"/>
7275
7463
  <line number="33" hits="0" branch="false"/>
7276
7464
  <line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7277
7465
  <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7278
7466
  <line number="37" hits="0" branch="false"/>
7279
7467
  <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"/>
7468
+ <line number="42" hits="8" branch="true" condition-coverage="50% (1/2)"/>
7469
+ <line number="43" hits="8" branch="true" condition-coverage="100% (2/2)"/>
7470
+ <line number="44" hits="5" branch="true" condition-coverage="100% (2/2)"/>
7471
+ <line number="45" hits="5" branch="false"/>
7472
+ <line number="48" hits="3" branch="false"/>
7285
7473
  <line number="51" hits="0" branch="false"/>
7286
7474
  <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)"/>
7475
+ <line number="66" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7476
+ <line number="67" hits="579" branch="false"/>
7477
+ <line number="131" hits="579" branch="false"/>
7478
+ <line number="133" hits="579" branch="false"/>
7479
+ <line number="135" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7292
7480
  <line number="136" hits="117" branch="true" condition-coverage="75% (3/4)"/>
7293
7481
  <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)"/>
7482
+ <line number="141" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7483
+ <line number="142" hits="8" branch="false"/>
7484
+ <line number="143" hits="4" branch="false"/>
7485
+ <line number="144" hits="4" branch="true" condition-coverage="50% (1/2)"/>
7486
+ <line number="145" hits="4" branch="false"/>
7487
+ <line number="150" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7300
7488
  <line number="151" hits="66" branch="false"/>
7301
7489
  <line number="152" hits="66" branch="false"/>
7302
7490
  <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
@@ -7318,33 +7506,33 @@
7318
7506
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7319
7507
  <line number="186" hits="66" branch="false"/>
7320
7508
  <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)"/>
7509
+ <line number="192" hits="579" branch="true" condition-coverage="100% (4/4)"/>
7510
+ <line number="193" hits="7" branch="false"/>
7511
+ <line number="194" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7324
7512
  <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)"/>
7513
+ <line number="196" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7514
+ <line number="197" hits="22" branch="true" condition-coverage="100% (2/2)"/>
7515
+ <line number="198" hits="22" branch="false"/>
7516
+ <line number="203" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7517
+ <line number="204" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7518
+ <line number="205" hits="7" branch="false"/>
7519
+ <line number="206" hits="7" branch="false"/>
7520
+ <line number="208" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7333
7521
  <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"/>
7522
+ <line number="213" hits="7" branch="false"/>
7523
+ <line number="214" hits="7" branch="false"/>
7524
+ <line number="215" hits="7" branch="false"/>
7525
+ <line number="216" hits="7" branch="false"/>
7526
+ <line number="217" hits="7" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
7527
+ <line number="218" hits="7" branch="false"/>
7528
+ <line number="219" hits="7" branch="false"/>
7529
+ <line number="222" hits="7" branch="false"/>
7530
+ <line number="227" hits="579" branch="true" condition-coverage="50% (1/2)"/>
7531
+ <line number="228" hits="579" branch="false"/>
7532
+ <line number="231" hits="579" branch="false"/>
7533
+ <line number="232" hits="1149" branch="true" condition-coverage="100% (2/2)"/>
7534
+ <line number="233" hits="578" branch="false"/>
7535
+ <line number="237" hits="579" branch="false"/>
7348
7536
  </lines>
7349
7537
  </class>
7350
7538
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">