@k-int/stripes-kint-components 5.35.0 → 5.36.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 (308) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/es/index.js +12 -0
  3. package/es/lib/Files/FileUploader/FileUploader.js +119 -0
  4. package/es/lib/Files/FileUploader/index.js +13 -0
  5. package/es/lib/Files/FileView/FileView.js +116 -0
  6. package/es/lib/Files/FileView/index.js +13 -0
  7. package/es/lib/Files/index.js +27 -0
  8. package/es/lib/Files/useFileHandlers.js +133 -0
  9. package/es/lib/utils/downloadBlob.js +42 -0
  10. package/es/lib/utils/index.js +9 -1
  11. package/package.json +2 -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 +1 -1
  23. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  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 +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  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/Files/FileUploader/FileUploader.js.html +487 -0
  62. package/src/artifacts/coverage-jest/Files/FileUploader/index.html +131 -0
  63. package/src/artifacts/coverage-jest/Files/FileUploader/index.js.html +88 -0
  64. package/src/artifacts/coverage-jest/Files/FileView/FileView.js.html +430 -0
  65. package/src/artifacts/coverage-jest/Files/FileView/index.html +131 -0
  66. package/src/artifacts/coverage-jest/Files/FileView/index.js.html +88 -0
  67. package/src/artifacts/coverage-jest/Files/index.html +131 -0
  68. package/src/artifacts/coverage-jest/Files/index.js.html +94 -0
  69. package/src/artifacts/coverage-jest/Files/useFileHandlers.js.html +469 -0
  70. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  71. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  72. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  73. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  74. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  75. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  76. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  77. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  78. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  79. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
  80. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  81. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  82. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  83. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  84. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  86. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  87. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  88. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  89. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  90. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  92. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  93. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  94. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  95. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  96. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  97. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  98. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  99. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +51 -51
  100. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  102. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
  104. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  107. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +12 -12
  109. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +15 -15
  110. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  112. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  113. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  115. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  116. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  118. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  119. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  122. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  129. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  132. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  137. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  140. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  146. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
  149. package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  157. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  158. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  167. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  170. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  177. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  180. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  183. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  184. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  185. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  186. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  187. package/src/artifacts/coverage-jest/Tags/Tags.js.html +9 -9
  188. package/src/artifacts/coverage-jest/Tags/hooks/index.html +16 -16
  189. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  190. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +9 -9
  191. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
  192. package/src/artifacts/coverage-jest/Tags/index.html +15 -15
  193. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  194. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  195. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  196. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  197. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  198. package/src/artifacts/coverage-jest/cobertura-coverage.xml +457 -257
  199. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  200. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  201. package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
  202. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  203. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  204. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  205. package/src/artifacts/coverage-jest/hooks/index.html +15 -15
  206. package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
  207. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  208. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  210. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
  212. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  213. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  214. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +6 -6
  215. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  216. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  217. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +9 -9
  218. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  219. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  220. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  221. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  222. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  225. package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +1 -1
  226. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  227. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  228. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  229. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  230. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +17 -17
  233. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
  235. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  236. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  237. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  240. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  242. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  243. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  244. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  245. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  246. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  247. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.html +1 -1
  250. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.js.html +1 -1
  251. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/useMutateTemplates.js.html +1 -1
  252. package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +9 -9
  253. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +31 -31
  254. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +9 -9
  255. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  256. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  257. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  258. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  259. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  260. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  261. package/src/artifacts/coverage-jest/index.html +95 -50
  262. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +12 -12
  263. package/src/artifacts/coverage-jest/utils/downloadBlob.js.html +211 -0
  264. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  265. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  266. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  268. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  269. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  270. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +3 -3
  271. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +17 -17
  272. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  275. package/src/artifacts/coverage-jest/utils/index.html +24 -9
  276. package/src/artifacts/coverage-jest/utils/index.js.html +5 -2
  277. package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
  278. package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
  279. package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +1 -1
  280. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  281. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
  282. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  283. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  284. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  285. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  286. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  287. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  288. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  289. package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +1 -1
  290. package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +1 -1
  291. package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
  292. package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
  293. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  294. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  295. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  296. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  297. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  298. package/src/index.js +2 -0
  299. package/src/lib/Files/FileUploader/FileUploader.js +134 -0
  300. package/src/lib/Files/FileUploader/index.js +1 -0
  301. package/src/lib/Files/FileView/FileView.js +115 -0
  302. package/src/lib/Files/FileView/index.js +1 -0
  303. package/src/lib/Files/index.js +3 -0
  304. package/src/lib/Files/useFileHandlers.js +128 -0
  305. package/src/lib/utils/downloadBlob.js +42 -0
  306. package/src/lib/utils/index.js +1 -0
  307. package/styles/FileUploader.css +34 -0
  308. package/styles/FileView.css +8 -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="2502" lines-covered="1064" line-rate="0.4252" branches-valid="1856" branches-covered="573" branch-rate="0.30870000000000003" timestamp="1776100856877" complexity="0" version="0.1">
3
+ <coverage lines-valid="2573" lines-covered="1076" line-rate="0.4181" branches-valid="1907" branches-covered="573" branch-rate="0.3004" timestamp="1776358944710" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/builds/knowledge-integration/folio/stripes-kint-components</source>
6
6
  </sources>
@@ -2024,6 +2024,175 @@
2024
2024
  </class>
2025
2025
  </classes>
2026
2026
  </package>
2027
+ <package name="Files" line-rate="0.027000000000000003" branch-rate="0">
2028
+ <classes>
2029
+ <class name="index.js" filename="src/lib/Files/index.js" line-rate="0" branch-rate="0">
2030
+ <methods>
2031
+ </methods>
2032
+ <lines>
2033
+ </lines>
2034
+ </class>
2035
+ <class name="useFileHandlers.js" filename="src/lib/Files/useFileHandlers.js" line-rate="0.027000000000000003" branch-rate="0">
2036
+ <methods>
2037
+ <method name="(anonymous_0)" hits="0" signature="()V">
2038
+ <lines>
2039
+ <line number="9" hits="0"/>
2040
+ </lines>
2041
+ </method>
2042
+ <method name="(anonymous_1)" hits="0" signature="()V">
2043
+ <lines>
2044
+ <line number="28" hits="0"/>
2045
+ </lines>
2046
+ </method>
2047
+ <method name="(anonymous_2)" hits="0" signature="()V">
2048
+ <lines>
2049
+ <line number="66" hits="0"/>
2050
+ </lines>
2051
+ </method>
2052
+ <method name="(anonymous_3)" hits="0" signature="()V">
2053
+ <lines>
2054
+ <line number="70" hits="0"/>
2055
+ </lines>
2056
+ </method>
2057
+ <method name="(anonymous_4)" hits="0" signature="()V">
2058
+ <lines>
2059
+ <line number="90" hits="0"/>
2060
+ </lines>
2061
+ </method>
2062
+ <method name="(anonymous_5)" hits="0" signature="()V">
2063
+ <lines>
2064
+ <line number="100" hits="0"/>
2065
+ </lines>
2066
+ </method>
2067
+ <method name="(anonymous_6)" hits="0" signature="()V">
2068
+ <lines>
2069
+ <line number="103" hits="0"/>
2070
+ </lines>
2071
+ </method>
2072
+ <method name="(anonymous_7)" hits="0" signature="()V">
2073
+ <lines>
2074
+ <line number="111" hits="0"/>
2075
+ </lines>
2076
+ </method>
2077
+ </methods>
2078
+ <lines>
2079
+ <line number="9" hits="27" branch="false"/>
2080
+ <line number="25" hits="0" branch="false"/>
2081
+ <line number="28" hits="0" branch="false"/>
2082
+ <line number="29" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2083
+ <line number="31" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2084
+ <line number="33" hits="0" branch="false"/>
2085
+ <line number="35" hits="0" branch="false"/>
2086
+ <line number="37" hits="0" branch="false"/>
2087
+ <line number="39" hits="0" branch="false"/>
2088
+ <line number="43" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2089
+ <line number="44" hits="0" branch="false"/>
2090
+ <line number="46" hits="0" branch="false"/>
2091
+ <line number="48" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2092
+ <line number="49" hits="0" branch="false"/>
2093
+ <line number="53" hits="0" branch="true" condition-coverage="0% (0/3)"/>
2094
+ <line number="55" hits="0" branch="false"/>
2095
+ <line number="57" hits="0" branch="false"/>
2096
+ <line number="60" hits="0" branch="false"/>
2097
+ <line number="64" hits="0" branch="false"/>
2098
+ <line number="67" hits="0" branch="false"/>
2099
+ <line number="68" hits="0" branch="false"/>
2100
+ <line number="70" hits="0" branch="false"/>
2101
+ <line number="71" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2102
+ <line number="72" hits="0" branch="false"/>
2103
+ <line number="73" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2104
+ <line number="74" hits="0" branch="false"/>
2105
+ <line number="76" hits="0" branch="false"/>
2106
+ <line number="80" hits="0" branch="false"/>
2107
+ <line number="88" hits="0" branch="false"/>
2108
+ <line number="90" hits="0" branch="false"/>
2109
+ <line number="98" hits="0" branch="false"/>
2110
+ <line number="100" hits="0" branch="false"/>
2111
+ <line number="103" hits="0" branch="false"/>
2112
+ <line number="104" hits="0" branch="false"/>
2113
+ <line number="109" hits="0" branch="false"/>
2114
+ <line number="111" hits="0" branch="false"/>
2115
+ <line number="115" hits="0" branch="false"/>
2116
+ </lines>
2117
+ </class>
2118
+ </classes>
2119
+ </package>
2120
+ <package name="Files.FileUploader" line-rate="0.375" branch-rate="0">
2121
+ <classes>
2122
+ <class name="FileUploader.js" filename="src/lib/Files/FileUploader/FileUploader.js" line-rate="0.375" branch-rate="0">
2123
+ <methods>
2124
+ <method name="(anonymous_0)" hits="0" signature="()V">
2125
+ <lines>
2126
+ <line number="15" hits="0"/>
2127
+ </lines>
2128
+ </method>
2129
+ </methods>
2130
+ <lines>
2131
+ <line number="12" hits="27" branch="false"/>
2132
+ <line number="15" hits="27" branch="false"/>
2133
+ <line number="34" hits="0" branch="false"/>
2134
+ <line number="45" hits="0" branch="false"/>
2135
+ <line number="47" hits="0" branch="false"/>
2136
+ <line number="52" hits="0" branch="false"/>
2137
+ <line number="57" hits="0" branch="false"/>
2138
+ <line number="108" hits="27" branch="false"/>
2139
+ </lines>
2140
+ </class>
2141
+ <class name="index.js" filename="src/lib/Files/FileUploader/index.js" line-rate="0" branch-rate="0">
2142
+ <methods>
2143
+ </methods>
2144
+ <lines>
2145
+ </lines>
2146
+ </class>
2147
+ </classes>
2148
+ </package>
2149
+ <package name="Files.FileView" line-rate="0.1818" branch-rate="0">
2150
+ <classes>
2151
+ <class name="FileView.js" filename="src/lib/Files/FileView/FileView.js" line-rate="0.1818" branch-rate="0">
2152
+ <methods>
2153
+ <method name="(anonymous_0)" hits="0" signature="()V">
2154
+ <lines>
2155
+ <line number="9" hits="0"/>
2156
+ </lines>
2157
+ </method>
2158
+ <method name="(anonymous_1)" hits="0" signature="()V">
2159
+ <lines>
2160
+ <line number="39" hits="0"/>
2161
+ </lines>
2162
+ </method>
2163
+ <method name="(anonymous_2)" hits="0" signature="()V">
2164
+ <lines>
2165
+ <line number="83" hits="0"/>
2166
+ </lines>
2167
+ </method>
2168
+ <method name="(anonymous_3)" hits="0" signature="()V">
2169
+ <lines>
2170
+ <line number="89" hits="0"/>
2171
+ </lines>
2172
+ </method>
2173
+ </methods>
2174
+ <lines>
2175
+ <line number="9" hits="27" branch="false"/>
2176
+ <line number="18" hits="0" branch="false"/>
2177
+ <line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2178
+ <line number="22" hits="0" branch="false"/>
2179
+ <line number="40" hits="0" branch="false"/>
2180
+ <line number="41" hits="0" branch="false"/>
2181
+ <line number="42" hits="0" branch="false"/>
2182
+ <line number="84" hits="0" branch="false"/>
2183
+ <line number="90" hits="0" branch="false"/>
2184
+ <line number="91" hits="0" branch="false"/>
2185
+ <line number="102" hits="27" branch="false"/>
2186
+ </lines>
2187
+ </class>
2188
+ <class name="index.js" filename="src/lib/Files/FileView/index.js" line-rate="0" branch-rate="0">
2189
+ <methods>
2190
+ </methods>
2191
+ <lines>
2192
+ </lines>
2193
+ </class>
2194
+ </classes>
2195
+ </package>
2027
2196
  <package name="FormModal" line-rate="0.3333" branch-rate="0.1481">
2028
2197
  <classes>
2029
2198
  <class name="FormModal.js" filename="src/lib/FormModal/FormModal.js" line-rate="0.3333" branch-rate="0.1481">
@@ -2780,54 +2949,54 @@
2780
2949
  <classes>
2781
2950
  <class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.983" branch-rate="0.8946999999999999">
2782
2951
  <methods>
2783
- <method name="(anonymous_0)" hits="937" signature="()V">
2952
+ <method name="(anonymous_0)" hits="940" signature="()V">
2784
2953
  <lines>
2785
- <line number="43" hits="937"/>
2954
+ <line number="43" hits="940"/>
2786
2955
  </lines>
2787
2956
  </method>
2788
- <method name="(anonymous_1)" hits="1092" signature="()V">
2957
+ <method name="(anonymous_1)" hits="1100" signature="()V">
2789
2958
  <lines>
2790
- <line number="47" hits="1092"/>
2959
+ <line number="47" hits="1100"/>
2791
2960
  </lines>
2792
2961
  </method>
2793
- <method name="(anonymous_2)" hits="1092" signature="()V">
2962
+ <method name="(anonymous_2)" hits="1100" signature="()V">
2794
2963
  <lines>
2795
- <line number="48" hits="1092"/>
2964
+ <line number="48" hits="1100"/>
2796
2965
  </lines>
2797
2966
  </method>
2798
- <method name="(anonymous_3)" hits="859" signature="()V">
2967
+ <method name="(anonymous_3)" hits="861" signature="()V">
2799
2968
  <lines>
2800
- <line number="55" hits="859"/>
2969
+ <line number="55" hits="861"/>
2801
2970
  </lines>
2802
2971
  </method>
2803
- <method name="(anonymous_4)" hits="205" signature="()V">
2972
+ <method name="(anonymous_4)" hits="200" signature="()V">
2804
2973
  <lines>
2805
- <line number="69" hits="205"/>
2974
+ <line number="69" hits="200"/>
2806
2975
  </lines>
2807
2976
  </method>
2808
- <method name="(anonymous_5)" hits="855" signature="()V">
2977
+ <method name="(anonymous_5)" hits="859" signature="()V">
2809
2978
  <lines>
2810
- <line number="70" hits="855"/>
2979
+ <line number="70" hits="859"/>
2811
2980
  </lines>
2812
2981
  </method>
2813
- <method name="(anonymous_6)" hits="416" signature="()V">
2982
+ <method name="(anonymous_6)" hits="425" signature="()V">
2814
2983
  <lines>
2815
- <line number="113" hits="416"/>
2984
+ <line number="113" hits="425"/>
2816
2985
  </lines>
2817
2986
  </method>
2818
- <method name="(anonymous_7)" hits="937" signature="()V">
2987
+ <method name="(anonymous_7)" hits="940" signature="()V">
2819
2988
  <lines>
2820
- <line number="117" hits="937"/>
2989
+ <line number="117" hits="940"/>
2821
2990
  </lines>
2822
2991
  </method>
2823
- <method name="(anonymous_8)" hits="937" signature="()V">
2992
+ <method name="(anonymous_8)" hits="940" signature="()V">
2824
2993
  <lines>
2825
- <line number="121" hits="937"/>
2994
+ <line number="121" hits="940"/>
2826
2995
  </lines>
2827
2996
  </method>
2828
- <method name="(anonymous_9)" hits="602" signature="()V">
2997
+ <method name="(anonymous_9)" hits="611" signature="()V">
2829
2998
  <lines>
2830
- <line number="131" hits="602"/>
2999
+ <line number="131" hits="611"/>
2831
3000
  </lines>
2832
3001
  </method>
2833
3002
  <method name="(anonymous_10)" hits="22" signature="()V">
@@ -2835,14 +3004,14 @@
2835
3004
  <line number="154" hits="22"/>
2836
3005
  </lines>
2837
3006
  </method>
2838
- <method name="(anonymous_11)" hits="205" signature="()V">
3007
+ <method name="(anonymous_11)" hits="200" signature="()V">
2839
3008
  <lines>
2840
- <line number="165" hits="205"/>
3009
+ <line number="165" hits="200"/>
2841
3010
  </lines>
2842
3011
  </method>
2843
- <method name="(anonymous_12)" hits="937" signature="()V">
3012
+ <method name="(anonymous_12)" hits="940" signature="()V">
2844
3013
  <lines>
2845
- <line number="178" hits="937"/>
3014
+ <line number="178" hits="940"/>
2846
3015
  </lines>
2847
3016
  </method>
2848
3017
  <method name="(anonymous_13)" hits="372" signature="()V">
@@ -2850,14 +3019,14 @@
2850
3019
  <line number="184" hits="372"/>
2851
3020
  </lines>
2852
3021
  </method>
2853
- <method name="(anonymous_14)" hits="655" signature="()V">
3022
+ <method name="(anonymous_14)" hits="664" signature="()V">
2854
3023
  <lines>
2855
- <line number="190" hits="655"/>
3024
+ <line number="190" hits="664"/>
2856
3025
  </lines>
2857
3026
  </method>
2858
- <method name="(anonymous_15)" hits="1120" signature="()V">
3027
+ <method name="(anonymous_15)" hits="1129" signature="()V">
2859
3028
  <lines>
2860
- <line number="198" hits="1120"/>
3029
+ <line number="198" hits="1129"/>
2861
3030
  </lines>
2862
3031
  </method>
2863
3032
  <method name="(anonymous_16)" hits="338" signature="()V">
@@ -2865,76 +3034,76 @@
2865
3034
  <line number="210" hits="338"/>
2866
3035
  </lines>
2867
3036
  </method>
2868
- <method name="(anonymous_17)" hits="1218" signature="()V">
3037
+ <method name="(anonymous_17)" hits="1227" signature="()V">
2869
3038
  <lines>
2870
- <line number="254" hits="1218"/>
3039
+ <line number="254" hits="1227"/>
2871
3040
  </lines>
2872
3041
  </method>
2873
- <method name="(anonymous_18)" hits="1218" signature="()V">
3042
+ <method name="(anonymous_18)" hits="1227" signature="()V">
2874
3043
  <lines>
2875
- <line number="293" hits="1218"/>
3044
+ <line number="293" hits="1227"/>
2876
3045
  </lines>
2877
3046
  </method>
2878
3047
  </methods>
2879
3048
  <lines>
2880
3049
  <line number="43" hits="26" branch="false"/>
2881
- <line number="47" hits="1092" branch="true" condition-coverage="100% (1/1)"/>
2882
- <line number="48" hits="1092" branch="true" condition-coverage="100% (1/1)"/>
2883
- <line number="61" hits="859" branch="false"/>
2884
- <line number="62" hits="859" branch="true" condition-coverage="50% (1/2)"/>
2885
- <line number="63" hits="859" branch="false"/>
2886
- <line number="65" hits="859" branch="false"/>
2887
- <line number="67" hits="859" branch="false"/>
2888
- <line number="69" hits="205" branch="true" condition-coverage="100% (1/1)"/>
2889
- <line number="70" hits="855" branch="true" condition-coverage="100% (1/1)"/>
2890
- <line number="84" hits="937" branch="false"/>
2891
- <line number="86" hits="937" branch="false"/>
2892
- <line number="87" hits="937" branch="false"/>
2893
- <line number="95" hits="937" branch="true" condition-coverage="100% (2/2)"/>
2894
- <line number="100" hits="937" branch="false"/>
2895
- <line number="110" hits="937" branch="false"/>
2896
- <line number="112" hits="937" branch="false"/>
2897
- <line number="113" hits="416" branch="true" condition-coverage="100% (2/2)"/>
2898
- <line number="116" hits="937" branch="false"/>
2899
- <line number="117" hits="937" branch="true" condition-coverage="100% (2/2)"/>
2900
- <line number="120" hits="937" branch="false"/>
2901
- <line number="121" hits="937" branch="true" condition-coverage="100% (2/2)"/>
2902
- <line number="125" hits="937" branch="false"/>
2903
- <line number="126" hits="937" branch="false"/>
2904
- <line number="128" hits="937" branch="false"/>
2905
- <line number="130" hits="937" branch="false"/>
2906
- <line number="131" hits="602" branch="false"/>
2907
- <line number="150" hits="937" branch="false"/>
2908
- <line number="154" hits="937" branch="false"/>
2909
- <line number="156" hits="937" branch="true" condition-coverage="0% (0/1)"/>
2910
- <line number="166" hits="205" branch="false"/>
2911
- <line number="179" hits="937" branch="false"/>
2912
- <line number="184" hits="937" branch="false"/>
3050
+ <line number="47" hits="1100" branch="true" condition-coverage="100% (1/1)"/>
3051
+ <line number="48" hits="1100" branch="true" condition-coverage="100% (1/1)"/>
3052
+ <line number="61" hits="861" branch="false"/>
3053
+ <line number="62" hits="861" branch="true" condition-coverage="50% (1/2)"/>
3054
+ <line number="63" hits="861" branch="false"/>
3055
+ <line number="65" hits="861" branch="false"/>
3056
+ <line number="67" hits="861" branch="false"/>
3057
+ <line number="69" hits="200" branch="true" condition-coverage="100% (1/1)"/>
3058
+ <line number="70" hits="859" branch="true" condition-coverage="100% (1/1)"/>
3059
+ <line number="84" hits="940" branch="false"/>
3060
+ <line number="86" hits="940" branch="false"/>
3061
+ <line number="87" hits="940" branch="false"/>
3062
+ <line number="95" hits="940" branch="true" condition-coverage="100% (2/2)"/>
3063
+ <line number="100" hits="940" branch="false"/>
3064
+ <line number="110" hits="940" branch="false"/>
3065
+ <line number="112" hits="940" branch="false"/>
3066
+ <line number="113" hits="425" branch="true" condition-coverage="100% (2/2)"/>
3067
+ <line number="116" hits="940" branch="false"/>
3068
+ <line number="117" hits="940" branch="true" condition-coverage="100% (2/2)"/>
3069
+ <line number="120" hits="940" branch="false"/>
3070
+ <line number="121" hits="940" branch="true" condition-coverage="100% (2/2)"/>
3071
+ <line number="125" hits="940" branch="false"/>
3072
+ <line number="126" hits="940" branch="false"/>
3073
+ <line number="128" hits="940" branch="false"/>
3074
+ <line number="130" hits="940" branch="false"/>
3075
+ <line number="131" hits="611" branch="false"/>
3076
+ <line number="150" hits="940" branch="false"/>
3077
+ <line number="154" hits="940" branch="false"/>
3078
+ <line number="156" hits="940" branch="true" condition-coverage="0% (0/1)"/>
3079
+ <line number="166" hits="200" branch="false"/>
3080
+ <line number="179" hits="940" branch="false"/>
3081
+ <line number="184" hits="940" branch="false"/>
2913
3082
  <line number="185" hits="372" branch="true" condition-coverage="100% (2/2)"/>
2914
3083
  <line number="186" hits="186" branch="false"/>
2915
- <line number="190" hits="937" branch="false"/>
2916
- <line number="198" hits="937" branch="false"/>
2917
- <line number="204" hits="1120" branch="false"/>
3084
+ <line number="190" hits="940" branch="false"/>
3085
+ <line number="198" hits="940" branch="false"/>
3086
+ <line number="204" hits="1129" branch="false"/>
2918
3087
  <line number="211" hits="338" branch="true" condition-coverage="100% (2/2)"/>
2919
3088
  <line number="212" hits="330" branch="false"/>
2920
3089
  <line number="214" hits="8" branch="false"/>
2921
- <line number="245" hits="937" branch="false"/>
2922
- <line number="264" hits="1218" branch="false"/>
2923
- <line number="266" hits="1218" branch="false"/>
2924
- <line number="267" hits="1218" branch="true" condition-coverage="100% (2/2)"/>
2925
- <line number="269" hits="1218" branch="true" condition-coverage="100% (2/2)"/>
2926
- <line number="273" hits="1218" branch="true" condition-coverage="100% (2/2)"/>
2927
- <line number="279" hits="1218" branch="false"/>
2928
- <line number="281" hits="1218" branch="false"/>
2929
- <line number="283" hits="1218" branch="false"/>
2930
- <line number="293" hits="1218" branch="false"/>
2931
- <line number="294" hits="1218" branch="true" condition-coverage="50% (1/2)"/>
3090
+ <line number="245" hits="940" branch="false"/>
3091
+ <line number="264" hits="1227" branch="false"/>
3092
+ <line number="266" hits="1227" branch="false"/>
3093
+ <line number="267" hits="1227" branch="true" condition-coverage="100% (2/2)"/>
3094
+ <line number="269" hits="1227" branch="true" condition-coverage="100% (2/2)"/>
3095
+ <line number="273" hits="1227" branch="true" condition-coverage="100% (2/2)"/>
3096
+ <line number="279" hits="1227" branch="false"/>
3097
+ <line number="281" hits="1227" branch="false"/>
3098
+ <line number="283" hits="1227" branch="false"/>
3099
+ <line number="293" hits="1227" branch="false"/>
3100
+ <line number="294" hits="1227" branch="true" condition-coverage="50% (1/2)"/>
2932
3101
  <line number="295" hits="0" branch="false"/>
2933
- <line number="298" hits="1218" branch="true" condition-coverage="100% (4/4)"/>
3102
+ <line number="298" hits="1227" branch="true" condition-coverage="100% (4/4)"/>
2934
3103
  <line number="299" hits="22" branch="false"/>
2935
- <line number="308" hits="1196" branch="false"/>
2936
- <line number="311" hits="1218" branch="true" condition-coverage="100% (2/2)"/>
2937
- <line number="313" hits="1218" branch="false"/>
3104
+ <line number="308" hits="1205" branch="false"/>
3105
+ <line number="311" hits="1227" branch="true" condition-coverage="100% (2/2)"/>
3106
+ <line number="313" hits="1227" branch="false"/>
2938
3107
  <line number="455" hits="26" branch="false"/>
2939
3108
  </lines>
2940
3109
  </class>
@@ -3113,18 +3282,18 @@
3113
3282
  </class>
3114
3283
  </classes>
3115
3284
  </package>
3116
- <package name="SASQViewComponent" line-rate="0.7894" branch-rate="0.625">
3285
+ <package name="SASQViewComponent" line-rate="0.8946999999999999" branch-rate="0.625">
3117
3286
  <classes>
3118
- <class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.7894" branch-rate="0.625">
3287
+ <class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.8946999999999999" branch-rate="0.625">
3119
3288
  <methods>
3120
3289
  <method name="(anonymous_0)" hits="10" signature="()V">
3121
3290
  <lines>
3122
3291
  <line number="9" hits="10"/>
3123
3292
  </lines>
3124
3293
  </method>
3125
- <method name="(anonymous_1)" hits="0" signature="()V">
3294
+ <method name="(anonymous_1)" hits="10" signature="()V">
3126
3295
  <lines>
3127
- <line number="17" hits="0"/>
3296
+ <line number="17" hits="10"/>
3128
3297
  </lines>
3129
3298
  </method>
3130
3299
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -3137,9 +3306,9 @@
3137
3306
  <line number="20" hits="10"/>
3138
3307
  </lines>
3139
3308
  </method>
3140
- <method name="(anonymous_4)" hits="0" signature="()V">
3309
+ <method name="(anonymous_4)" hits="10" signature="()V">
3141
3310
  <lines>
3142
- <line number="52" hits="0"/>
3311
+ <line number="52" hits="10"/>
3143
3312
  </lines>
3144
3313
  </method>
3145
3314
  <method name="(anonymous_5)" hits="0" signature="()V">
@@ -3160,7 +3329,7 @@
3160
3329
  </methods>
3161
3330
  <lines>
3162
3331
  <line number="8" hits="26" branch="false"/>
3163
- <line number="17" hits="0" branch="true" condition-coverage="100% (1/1)"/>
3332
+ <line number="17" hits="10" branch="true" condition-coverage="100% (1/1)"/>
3164
3333
  <line number="18" hits="0" branch="true" condition-coverage="100% (1/1)"/>
3165
3334
  <line number="25" hits="10" branch="false"/>
3166
3335
  <line number="26" hits="10" branch="true" condition-coverage="50% (1/2)"/>
@@ -3172,7 +3341,7 @@
3172
3341
  <line number="41" hits="10" branch="true" condition-coverage="50% (1/2)"/>
3173
3342
  <line number="43" hits="10" branch="false"/>
3174
3343
  <line number="44" hits="10" branch="true" condition-coverage="0% (0/1)"/>
3175
- <line number="53" hits="0" branch="false"/>
3344
+ <line number="53" hits="10" branch="false"/>
3176
3345
  <line number="65" hits="0" branch="false"/>
3177
3346
  <line number="70" hits="10" branch="false"/>
3178
3347
  <line number="77" hits="10" branch="false"/>
@@ -4953,18 +5122,18 @@
4953
5122
  </class>
4954
5123
  </classes>
4955
5124
  </package>
4956
- <package name="Tags" line-rate="0.7619" branch-rate="0.6">
5125
+ <package name="Tags" line-rate="0.8095" branch-rate="0.6">
4957
5126
  <classes>
4958
- <class name="Tags.js" filename="src/lib/Tags/Tags.js" line-rate="0.7058" branch-rate="0.6">
5127
+ <class name="Tags.js" filename="src/lib/Tags/Tags.js" line-rate="0.7646999999999999" branch-rate="0.6">
4959
5128
  <methods>
4960
5129
  <method name="(anonymous_0)" hits="9" signature="()V">
4961
5130
  <lines>
4962
5131
  <line number="16" hits="9"/>
4963
5132
  </lines>
4964
5133
  </method>
4965
- <method name="(anonymous_1)" hits="0" signature="()V">
5134
+ <method name="(anonymous_1)" hits="9" signature="()V">
4966
5135
  <lines>
4967
- <line number="46" hits="0"/>
5136
+ <line number="46" hits="9"/>
4968
5137
  </lines>
4969
5138
  </method>
4970
5139
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -4996,7 +5165,7 @@
4996
5165
  <line number="28" hits="9" branch="false"/>
4997
5166
  <line number="31" hits="9" branch="true" condition-coverage="50% (1/2)"/>
4998
5167
  <line number="44" hits="9" branch="false"/>
4999
- <line number="46" hits="0" branch="false"/>
5168
+ <line number="46" hits="9" branch="false"/>
5000
5169
  <line number="92" hits="9" branch="false"/>
5001
5170
  <line number="93" hits="0" branch="false"/>
5002
5171
  <line number="94" hits="0" branch="false"/>
@@ -5026,7 +5195,7 @@
5026
5195
  </class>
5027
5196
  </classes>
5028
5197
  </package>
5029
- <package name="Tags.hooks" line-rate="0.4782" branch-rate="0.05">
5198
+ <package name="Tags.hooks" line-rate="0.5217" branch-rate="0.05">
5030
5199
  <classes>
5031
5200
  <class name="index.js" filename="src/lib/Tags/hooks/index.js" line-rate="0" branch-rate="0">
5032
5201
  <methods>
@@ -5034,16 +5203,16 @@
5034
5203
  <lines>
5035
5204
  </lines>
5036
5205
  </class>
5037
- <class name="useTags.js" filename="src/lib/Tags/hooks/useTags.js" line-rate="0.8" branch-rate="0.5">
5206
+ <class name="useTags.js" filename="src/lib/Tags/hooks/useTags.js" line-rate="1" branch-rate="0.5">
5038
5207
  <methods>
5039
5208
  <method name="(anonymous_0)" hits="9" signature="()V">
5040
5209
  <lines>
5041
5210
  <line number="5" hits="9"/>
5042
5211
  </lines>
5043
5212
  </method>
5044
- <method name="(anonymous_1)" hits="0" signature="()V">
5213
+ <method name="(anonymous_1)" hits="9" signature="()V">
5045
5214
  <lines>
5046
- <line number="11" hits="0"/>
5215
+ <line number="11" hits="9"/>
5047
5216
  </lines>
5048
5217
  </method>
5049
5218
  </methods>
@@ -5052,7 +5221,7 @@
5052
5221
  <line number="6" hits="9" branch="false"/>
5053
5222
  <line number="7" hits="9" branch="true" condition-coverage="50% (1/2)"/>
5054
5223
  <line number="9" hits="9" branch="false"/>
5055
- <line number="11" hits="0" branch="false"/>
5224
+ <line number="11" hits="9" branch="false"/>
5056
5225
  </lines>
5057
5226
  </class>
5058
5227
  <class name="useTagsEnabled.js" filename="src/lib/Tags/hooks/useTagsEnabled.js" line-rate="0.38880000000000003" branch-rate="0">
@@ -5294,7 +5463,7 @@
5294
5463
  </class>
5295
5464
  </classes>
5296
5465
  </package>
5297
- <package name="hooks" line-rate="0.3829" branch-rate="0.306">
5466
+ <package name="hooks" line-rate="0.386" branch-rate="0.306">
5298
5467
  <classes>
5299
5468
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5300
5469
  <methods>
@@ -5606,14 +5775,14 @@
5606
5775
  </class>
5607
5776
  <class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="1" branch-rate="1">
5608
5777
  <methods>
5609
- <method name="(anonymous_0)" hits="208" signature="()V">
5778
+ <method name="(anonymous_0)" hits="218" signature="()V">
5610
5779
  <lines>
5611
- <line number="7" hits="208"/>
5780
+ <line number="7" hits="218"/>
5612
5781
  </lines>
5613
5782
  </method>
5614
- <method name="(anonymous_1)" hits="937" signature="()V">
5783
+ <method name="(anonymous_1)" hits="940" signature="()V">
5615
5784
  <lines>
5616
- <line number="26" hits="937"/>
5785
+ <line number="26" hits="940"/>
5617
5786
  </lines>
5618
5787
  </method>
5619
5788
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -5621,32 +5790,32 @@
5621
5790
  <line number="30" hits="0"/>
5622
5791
  </lines>
5623
5792
  </method>
5624
- <method name="(anonymous_3)" hits="208" signature="()V">
5793
+ <method name="(anonymous_3)" hits="218" signature="()V">
5625
5794
  <lines>
5626
- <line number="38" hits="208"/>
5795
+ <line number="38" hits="218"/>
5627
5796
  </lines>
5628
5797
  </method>
5629
5798
  </methods>
5630
5799
  <lines>
5631
5800
  <line number="7" hits="27" branch="false"/>
5632
- <line number="8" hits="208" branch="false"/>
5633
- <line number="9" hits="208" branch="false"/>
5634
- <line number="13" hits="208" branch="true" condition-coverage="100% (2/2)"/>
5635
- <line number="18" hits="47" branch="true" condition-coverage="100% (2/2)"/>
5636
- <line number="19" hits="32" branch="false"/>
5637
- <line number="21" hits="15" branch="false"/>
5801
+ <line number="8" hits="218" branch="false"/>
5802
+ <line number="9" hits="218" branch="false"/>
5803
+ <line number="13" hits="218" branch="true" condition-coverage="100% (2/2)"/>
5804
+ <line number="18" hits="57" branch="true" condition-coverage="100% (2/2)"/>
5805
+ <line number="19" hits="46" branch="false"/>
5806
+ <line number="21" hits="11" branch="false"/>
5638
5807
  <line number="26" hits="27" branch="false"/>
5639
- <line number="27" hits="937" branch="false"/>
5640
- <line number="28" hits="937" branch="false"/>
5641
- <line number="29" hits="937" branch="false"/>
5642
- <line number="30" hits="937" branch="false"/>
5643
- <line number="32" hits="937" branch="false"/>
5644
- <line number="34" hits="937" branch="true" condition-coverage="100% (2/2)"/>
5808
+ <line number="27" hits="940" branch="false"/>
5809
+ <line number="28" hits="940" branch="false"/>
5810
+ <line number="29" hits="940" branch="false"/>
5811
+ <line number="30" hits="940" branch="false"/>
5812
+ <line number="32" hits="940" branch="false"/>
5813
+ <line number="34" hits="940" branch="true" condition-coverage="100% (2/2)"/>
5645
5814
  <line number="35" hits="31" branch="false"/>
5646
- <line number="38" hits="937" branch="false"/>
5647
- <line number="39" hits="208" branch="false"/>
5648
- <line number="40" hits="208" branch="false"/>
5649
- <line number="42" hits="937" branch="false"/>
5815
+ <line number="38" hits="940" branch="false"/>
5816
+ <line number="39" hits="218" branch="false"/>
5817
+ <line number="40" hits="218" branch="false"/>
5818
+ <line number="42" hits="940" branch="false"/>
5650
5819
  </lines>
5651
5820
  </class>
5652
5821
  <class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
@@ -5677,9 +5846,9 @@
5677
5846
  </class>
5678
5847
  <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
5679
5848
  <methods>
5680
- <method name="(anonymous_0)" hits="937" signature="()V">
5849
+ <method name="(anonymous_0)" hits="940" signature="()V">
5681
5850
  <lines>
5682
- <line number="5" hits="937"/>
5851
+ <line number="5" hits="940"/>
5683
5852
  </lines>
5684
5853
  </method>
5685
5854
  <method name="(anonymous_1)" hits="22" signature="()V">
@@ -5690,12 +5859,12 @@
5690
5859
  </methods>
5691
5860
  <lines>
5692
5861
  <line number="5" hits="27" branch="false"/>
5693
- <line number="6" hits="937" branch="false"/>
5694
- <line number="7" hits="937" branch="false"/>
5695
- <line number="9" hits="937" branch="false"/>
5862
+ <line number="6" hits="940" branch="false"/>
5863
+ <line number="7" hits="940" branch="false"/>
5864
+ <line number="9" hits="940" branch="false"/>
5696
5865
  <line number="10" hits="22" branch="false"/>
5697
5866
  <line number="11" hits="22" branch="false"/>
5698
- <line number="14" hits="937" branch="false"/>
5867
+ <line number="14" hits="940" branch="false"/>
5699
5868
  </lines>
5700
5869
  </class>
5701
5870
  <class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
@@ -5771,7 +5940,7 @@
5771
5940
  <line number="53" hits="0" branch="false"/>
5772
5941
  </lines>
5773
5942
  </class>
5774
- <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6136" branch-rate="0.3823">
5943
+ <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6363" branch-rate="0.3823">
5775
5944
  <methods>
5776
5945
  <method name="(anonymous_0)" hits="7" signature="()V">
5777
5946
  <lines>
@@ -5788,9 +5957,9 @@
5788
5957
  <line number="48" hits="0"/>
5789
5958
  </lines>
5790
5959
  </method>
5791
- <method name="(anonymous_3)" hits="0" signature="()V">
5960
+ <method name="(anonymous_3)" hits="7" signature="()V">
5792
5961
  <lines>
5793
- <line number="66" hits="0"/>
5962
+ <line number="66" hits="7"/>
5794
5963
  </lines>
5795
5964
  </method>
5796
5965
  <method name="(anonymous_4)" hits="7" signature="()V">
@@ -5874,7 +6043,7 @@
5874
6043
  <line number="48" hits="0" branch="false"/>
5875
6044
  <line number="51" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5876
6045
  <line number="64" hits="7" branch="false"/>
5877
- <line number="66" hits="0" branch="false"/>
6046
+ <line number="66" hits="7" branch="false"/>
5878
6047
  <line number="70" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5879
6048
  <line number="74" hits="7" branch="false"/>
5880
6049
  <line number="75" hits="7" branch="true" condition-coverage="50% (1/2)"/>
@@ -5908,24 +6077,24 @@
5908
6077
  </class>
5909
6078
  <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5910
6079
  <methods>
5911
- <method name="(anonymous_0)" hits="958" signature="()V">
6080
+ <method name="(anonymous_0)" hits="961" signature="()V">
5912
6081
  <lines>
5913
- <line number="18" hits="958"/>
6082
+ <line number="18" hits="961"/>
5914
6083
  </lines>
5915
6084
  </method>
5916
- <method name="(anonymous_1)" hits="2592" signature="()V">
6085
+ <method name="(anonymous_1)" hits="2607" signature="()V">
5917
6086
  <lines>
5918
- <line number="28" hits="2592"/>
6087
+ <line number="28" hits="2607"/>
5919
6088
  </lines>
5920
6089
  </method>
5921
- <method name="(anonymous_2)" hits="2592" signature="()V">
6090
+ <method name="(anonymous_2)" hits="2607" signature="()V">
5922
6091
  <lines>
5923
- <line number="29" hits="2592"/>
6092
+ <line number="29" hits="2607"/>
5924
6093
  </lines>
5925
6094
  </method>
5926
- <method name="(anonymous_3)" hits="958" signature="()V">
6095
+ <method name="(anonymous_3)" hits="961" signature="()V">
5927
6096
  <lines>
5928
- <line number="33" hits="958"/>
6097
+ <line number="33" hits="961"/>
5929
6098
  </lines>
5930
6099
  </method>
5931
6100
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -5938,9 +6107,9 @@
5938
6107
  <line number="95" hits="41"/>
5939
6108
  </lines>
5940
6109
  </method>
5941
- <method name="(anonymous_6)" hits="676" signature="()V">
6110
+ <method name="(anonymous_6)" hits="685" signature="()V">
5942
6111
  <lines>
5943
- <line number="104" hits="676"/>
6112
+ <line number="104" hits="685"/>
5944
6113
  </lines>
5945
6114
  </method>
5946
6115
  <method name="(anonymous_7)" hits="0" signature="()V">
@@ -5961,19 +6130,19 @@
5961
6130
  </methods>
5962
6131
  <lines>
5963
6132
  <line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
5964
- <line number="28" hits="2592" branch="false"/>
5965
- <line number="29" hits="2592" branch="false"/>
5966
- <line number="33" hits="958" branch="false"/>
5967
- <line number="35" hits="958" branch="true" condition-coverage="50% (1/2)"/>
6133
+ <line number="28" hits="2607" branch="false"/>
6134
+ <line number="29" hits="2607" branch="false"/>
6135
+ <line number="33" hits="961" branch="false"/>
6136
+ <line number="35" hits="961" branch="true" condition-coverage="50% (1/2)"/>
5968
6137
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5969
6138
  <line number="37" hits="0" branch="false"/>
5970
6139
  <line number="40" hits="0" branch="false"/>
5971
6140
  <line number="41" hits="0" branch="false"/>
5972
- <line number="45" hits="958" branch="false"/>
5973
- <line number="48" hits="958" branch="false"/>
5974
- <line number="50" hits="958" branch="false"/>
5975
- <line number="51" hits="958" branch="false"/>
5976
- <line number="56" hits="958" branch="false"/>
6141
+ <line number="45" hits="961" branch="false"/>
6142
+ <line number="48" hits="961" branch="false"/>
6143
+ <line number="50" hits="961" branch="false"/>
6144
+ <line number="51" hits="961" branch="false"/>
6145
+ <line number="56" hits="961" branch="false"/>
5977
6146
  <line number="57" hits="0" branch="false"/>
5978
6147
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5979
6148
  <line number="61" hits="0" branch="false"/>
@@ -5985,47 +6154,47 @@
5985
6154
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5986
6155
  <line number="73" hits="0" branch="false"/>
5987
6156
  <line number="77" hits="0" branch="false"/>
5988
- <line number="94" hits="958" branch="false"/>
5989
- <line number="95" hits="958" branch="false"/>
6157
+ <line number="94" hits="961" branch="false"/>
6158
+ <line number="95" hits="961" branch="false"/>
5990
6159
  <line number="96" hits="41" branch="true" condition-coverage="50% (1/2)"/>
5991
6160
  <line number="97" hits="41" branch="false"/>
5992
6161
  <line number="99" hits="0" branch="false"/>
5993
6162
  <line number="100" hits="0" branch="false"/>
5994
- <line number="104" hits="958" branch="false"/>
5995
- <line number="105" hits="676" branch="true" condition-coverage="50% (1/2)"/>
5996
- <line number="106" hits="676" branch="false"/>
5997
- <line number="108" hits="676" branch="true" condition-coverage="50% (2/4)"/>
6163
+ <line number="104" hits="961" branch="false"/>
6164
+ <line number="105" hits="685" branch="true" condition-coverage="50% (1/2)"/>
6165
+ <line number="106" hits="685" branch="false"/>
6166
+ <line number="108" hits="685" branch="true" condition-coverage="50% (2/4)"/>
5998
6167
  <line number="109" hits="0" branch="false"/>
5999
- <line number="110" hits="676" branch="true" condition-coverage="100% (4/4)"/>
6000
- <line number="112" hits="655" branch="false"/>
6001
- <line number="113" hits="655" branch="false"/>
6002
- <line number="119" hits="655" branch="false"/>
6003
- <line number="125" hits="676" branch="true" condition-coverage="100% (2/2)"/>
6004
- <line number="126" hits="35" branch="false"/>
6005
- <line number="131" hits="35" branch="false"/>
6006
- <line number="135" hits="35" branch="false"/>
6168
+ <line number="110" hits="685" branch="true" condition-coverage="100% (4/4)"/>
6169
+ <line number="112" hits="664" branch="false"/>
6170
+ <line number="113" hits="664" branch="false"/>
6171
+ <line number="119" hits="664" branch="false"/>
6172
+ <line number="125" hits="685" branch="true" condition-coverage="100% (2/2)"/>
6173
+ <line number="126" hits="44" branch="false"/>
6174
+ <line number="131" hits="44" branch="false"/>
6175
+ <line number="135" hits="44" branch="false"/>
6007
6176
  <line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6008
6177
  <line number="140" hits="0" branch="false"/>
6009
- <line number="154" hits="958" branch="true" condition-coverage="100% (3/3)"/>
6010
- <line number="155" hits="958" branch="true" condition-coverage="100% (2/2)"/>
6011
- <line number="156" hits="958" branch="true" condition-coverage="100% (2/2)"/>
6012
- <line number="157" hits="958" branch="false"/>
6178
+ <line number="154" hits="961" branch="true" condition-coverage="100% (3/3)"/>
6179
+ <line number="155" hits="961" branch="true" condition-coverage="100% (2/2)"/>
6180
+ <line number="156" hits="961" branch="true" condition-coverage="100% (2/2)"/>
6181
+ <line number="157" hits="961" branch="false"/>
6013
6182
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6014
6183
  <line number="159" hits="0" branch="false"/>
6015
- <line number="166" hits="958" branch="false"/>
6184
+ <line number="166" hits="961" branch="false"/>
6016
6185
  <line number="167" hits="1152" branch="false"/>
6017
6186
  <line number="177" hits="1152" branch="true" condition-coverage="100% (2/2)"/>
6018
6187
  <line number="178" hits="41" branch="false"/>
6019
6188
  <line number="181" hits="1152" branch="false"/>
6020
- <line number="184" hits="958" branch="false"/>
6021
- <line number="188" hits="958" branch="false"/>
6189
+ <line number="184" hits="961" branch="false"/>
6190
+ <line number="188" hits="961" branch="false"/>
6022
6191
  </lines>
6023
6192
  </class>
6024
6193
  <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
6025
6194
  <methods>
6026
- <method name="(anonymous_0)" hits="937" signature="()V">
6195
+ <method name="(anonymous_0)" hits="940" signature="()V">
6027
6196
  <lines>
6028
- <line number="5" hits="937"/>
6197
+ <line number="5" hits="940"/>
6029
6198
  </lines>
6030
6199
  </method>
6031
6200
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -6033,29 +6202,29 @@
6033
6202
  <line number="12" hits="0"/>
6034
6203
  </lines>
6035
6204
  </method>
6036
- <method name="(anonymous_2)" hits="655" signature="()V">
6205
+ <method name="(anonymous_2)" hits="664" signature="()V">
6037
6206
  <lines>
6038
- <line number="35" hits="655"/>
6207
+ <line number="35" hits="664"/>
6039
6208
  </lines>
6040
6209
  </method>
6041
6210
  </methods>
6042
6211
  <lines>
6043
6212
  <line number="5" hits="27" branch="false"/>
6044
- <line number="6" hits="937" branch="false"/>
6045
- <line number="7" hits="937" branch="false"/>
6046
- <line number="9" hits="937" branch="false"/>
6047
- <line number="10" hits="937" branch="false"/>
6048
- <line number="12" hits="937" branch="false"/>
6213
+ <line number="6" hits="940" branch="false"/>
6214
+ <line number="7" hits="940" branch="false"/>
6215
+ <line number="9" hits="940" branch="false"/>
6216
+ <line number="10" hits="940" branch="false"/>
6217
+ <line number="12" hits="940" branch="false"/>
6049
6218
  <line number="13" hits="0" branch="false"/>
6050
6219
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6051
6220
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6052
6221
  <line number="17" hits="0" branch="false"/>
6053
6222
  <line number="22" hits="0" branch="false"/>
6054
6223
  <line number="28" hits="0" branch="false"/>
6055
- <line number="35" hits="937" branch="false"/>
6056
- <line number="36" hits="655" branch="true" condition-coverage="50% (1/2)"/>
6224
+ <line number="35" hits="940" branch="false"/>
6225
+ <line number="36" hits="664" branch="true" condition-coverage="50% (1/2)"/>
6057
6226
  <line number="37" hits="0" branch="false"/>
6058
- <line number="46" hits="937" branch="false"/>
6227
+ <line number="46" hits="940" branch="false"/>
6059
6228
  </lines>
6060
6229
  </class>
6061
6230
  <class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
@@ -6180,28 +6349,28 @@
6180
6349
  </class>
6181
6350
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
6182
6351
  <methods>
6183
- <method name="(anonymous_0)" hits="1123" signature="()V">
6352
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6184
6353
  <lines>
6185
- <line number="3" hits="1123"/>
6354
+ <line number="3" hits="1126"/>
6186
6355
  </lines>
6187
6356
  </method>
6188
- <method name="(anonymous_1)" hits="2556" signature="()V">
6357
+ <method name="(anonymous_1)" hits="2571" signature="()V">
6189
6358
  <lines>
6190
- <line number="4" hits="2556"/>
6359
+ <line number="4" hits="2571"/>
6191
6360
  </lines>
6192
6361
  </method>
6193
6362
  </methods>
6194
6363
  <lines>
6195
6364
  <line number="3" hits="27" branch="false"/>
6196
- <line number="4" hits="2556" branch="false"/>
6197
- <line number="7" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
6365
+ <line number="4" hits="2571" branch="false"/>
6366
+ <line number="7" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6198
6367
  <line number="8" hits="0" branch="false"/>
6199
- <line number="9" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
6368
+ <line number="9" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6200
6369
  <line number="10" hits="0" branch="false"/>
6201
- <line number="12" hits="1123" branch="false"/>
6202
- <line number="15" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
6370
+ <line number="12" hits="1126" branch="false"/>
6371
+ <line number="15" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6203
6372
  <line number="16" hits="0" branch="false"/>
6204
- <line number="19" hits="1123" branch="false"/>
6373
+ <line number="19" hits="1126" branch="false"/>
6205
6374
  </lines>
6206
6375
  </class>
6207
6376
  </classes>
@@ -6241,9 +6410,9 @@
6241
6410
  <line number="17" hits="0"/>
6242
6411
  </lines>
6243
6412
  </method>
6244
- <method name="(anonymous_5)" hits="946" signature="()V">
6413
+ <method name="(anonymous_5)" hits="949" signature="()V">
6245
6414
  <lines>
6246
- <line number="27" hits="946"/>
6415
+ <line number="27" hits="949"/>
6247
6416
  </lines>
6248
6417
  </method>
6249
6418
  </methods>
@@ -6262,11 +6431,11 @@
6262
6431
  <line number="21" hits="0" branch="false"/>
6263
6432
  <line number="24" hits="0" branch="false"/>
6264
6433
  <line number="25" hits="0" branch="false"/>
6265
- <line number="28" hits="946" branch="false"/>
6266
- <line number="29" hits="946" branch="false"/>
6267
- <line number="30" hits="946" branch="true" condition-coverage="50% (1/2)"/>
6268
- <line number="31" hits="946" branch="false"/>
6269
- <line number="34" hits="946" branch="false"/>
6434
+ <line number="28" hits="949" branch="false"/>
6435
+ <line number="29" hits="949" branch="false"/>
6436
+ <line number="30" hits="949" branch="true" condition-coverage="50% (1/2)"/>
6437
+ <line number="31" hits="949" branch="false"/>
6438
+ <line number="34" hits="949" branch="false"/>
6270
6439
  </lines>
6271
6440
  </class>
6272
6441
  </classes>
@@ -6281,14 +6450,14 @@
6281
6450
  </class>
6282
6451
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
6283
6452
  <methods>
6284
- <method name="(anonymous_0)" hits="1123" signature="()V">
6453
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6285
6454
  <lines>
6286
- <line number="5" hits="1123"/>
6455
+ <line number="5" hits="1126"/>
6287
6456
  </lines>
6288
6457
  </method>
6289
- <method name="(anonymous_1)" hits="2657" signature="()V">
6458
+ <method name="(anonymous_1)" hits="2666" signature="()V">
6290
6459
  <lines>
6291
- <line number="11" hits="2657"/>
6460
+ <line number="11" hits="2666"/>
6292
6461
  </lines>
6293
6462
  </method>
6294
6463
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -6299,22 +6468,22 @@
6299
6468
  </methods>
6300
6469
  <lines>
6301
6470
  <line number="5" hits="27" branch="false"/>
6302
- <line number="6" hits="1123" branch="false"/>
6303
- <line number="7" hits="1123" branch="false"/>
6304
- <line number="11" hits="1123" branch="false"/>
6305
- <line number="12" hits="2657" branch="true" condition-coverage="100% (2/2)"/>
6471
+ <line number="6" hits="1126" branch="false"/>
6472
+ <line number="7" hits="1126" branch="false"/>
6473
+ <line number="11" hits="1126" branch="false"/>
6474
+ <line number="12" hits="2666" branch="true" condition-coverage="100% (2/2)"/>
6306
6475
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6307
6476
  <line number="15" hits="0" branch="false"/>
6308
6477
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6309
6478
  <line number="20" hits="0" branch="false"/>
6310
6479
  <line number="23" hits="4" branch="false"/>
6311
- <line number="29" hits="2653" branch="true" condition-coverage="100% (4/4)"/>
6480
+ <line number="29" hits="2662" branch="true" condition-coverage="100% (4/4)"/>
6312
6481
  <line number="31" hits="5" branch="true" condition-coverage="50% (1/2)"/>
6313
6482
  <line number="32" hits="0" branch="false"/>
6314
6483
  <line number="35" hits="5" branch="false"/>
6315
- <line number="39" hits="2648" branch="false"/>
6316
- <line number="42" hits="1123" branch="false"/>
6317
- <line number="44" hits="1123" branch="false"/>
6484
+ <line number="39" hits="2657" branch="false"/>
6485
+ <line number="42" hits="1126" branch="false"/>
6486
+ <line number="44" hits="1126" branch="false"/>
6318
6487
  </lines>
6319
6488
  </class>
6320
6489
  </classes>
@@ -7026,52 +7195,83 @@
7026
7195
  </class>
7027
7196
  </classes>
7028
7197
  </package>
7029
- <package name="utils" line-rate="0.4393" branch-rate="0.3617">
7198
+ <package name="utils" line-rate="0.3703" branch-rate="0.28809999999999997">
7030
7199
  <classes>
7031
7200
  <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
7032
7201
  <methods>
7033
- <method name="removeEmpty" hits="208" signature="()V">
7202
+ <method name="removeEmpty" hits="218" signature="()V">
7203
+ <lines>
7204
+ <line number="10" hits="218"/>
7205
+ </lines>
7206
+ </method>
7207
+ <method name="(anonymous_1)" hits="495" signature="()V">
7208
+ <lines>
7209
+ <line number="13" hits="495"/>
7210
+ </lines>
7211
+ </method>
7212
+ <method name="buildUrl" hits="218" signature="()V">
7034
7213
  <lines>
7035
- <line number="10" hits="208"/>
7214
+ <line number="20" hits="218"/>
7036
7215
  </lines>
7037
7216
  </method>
7038
- <method name="(anonymous_1)" hits="460" signature="()V">
7217
+ </methods>
7218
+ <lines>
7219
+ <line number="11" hits="218" branch="false"/>
7220
+ <line number="13" hits="218" branch="false"/>
7221
+ <line number="14" hits="495" branch="true" condition-coverage="100% (2/2)"/>
7222
+ <line number="17" hits="218" branch="false"/>
7223
+ <line number="21" hits="218" branch="true" condition-coverage="100% (2/2)"/>
7224
+ <line number="22" hits="218" branch="true" condition-coverage="100% (3/3)"/>
7225
+ <line number="23" hits="218" branch="false"/>
7226
+ <line number="25" hits="218" branch="false"/>
7227
+ <line number="27" hits="218" branch="true" condition-coverage="100% (2/2)"/>
7228
+ <line number="28" hits="103" branch="false"/>
7229
+ <line number="31" hits="218" branch="false"/>
7230
+ </lines>
7231
+ </class>
7232
+ <class name="downloadBlob.js" filename="src/lib/utils/downloadBlob.js" line-rate="0.0666" branch-rate="0">
7233
+ <methods>
7234
+ <method name="(anonymous_0)" hits="0" signature="()V">
7039
7235
  <lines>
7040
- <line number="13" hits="460"/>
7236
+ <line number="9" hits="0"/>
7041
7237
  </lines>
7042
7238
  </method>
7043
- <method name="buildUrl" hits="208" signature="()V">
7239
+ <method name="(anonymous_1)" hits="0" signature="()V">
7044
7240
  <lines>
7045
- <line number="20" hits="208"/>
7241
+ <line number="32" hits="0"/>
7046
7242
  </lines>
7047
7243
  </method>
7048
7244
  </methods>
7049
7245
  <lines>
7050
- <line number="11" hits="208" branch="false"/>
7051
- <line number="13" hits="208" branch="false"/>
7052
- <line number="14" hits="460" branch="true" condition-coverage="100% (2/2)"/>
7053
- <line number="17" hits="208" branch="false"/>
7054
- <line number="21" hits="208" branch="true" condition-coverage="100% (2/2)"/>
7055
- <line number="22" hits="208" branch="true" condition-coverage="100% (3/3)"/>
7056
- <line number="23" hits="208" branch="false"/>
7057
- <line number="25" hits="208" branch="false"/>
7058
- <line number="27" hits="208" branch="true" condition-coverage="100% (2/2)"/>
7059
- <line number="28" hits="93" branch="false"/>
7060
- <line number="31" hits="208" branch="false"/>
7246
+ <line number="9" hits="27" branch="false"/>
7247
+ <line number="19" hits="0" branch="false"/>
7248
+ <line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7249
+ <line number="21" hits="0" branch="false"/>
7250
+ <line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7251
+ <line number="25" hits="0" branch="false"/>
7252
+ <line number="28" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7253
+ <line number="29" hits="0" branch="false"/>
7254
+ <line number="32" hits="0" branch="false"/>
7255
+ <line number="33" hits="0" branch="false"/>
7256
+ <line number="34" hits="0" branch="false"/>
7257
+ <line number="35" hits="0" branch="false"/>
7258
+ <line number="36" hits="0" branch="false"/>
7259
+ <line number="37" hits="0" branch="false"/>
7260
+ <line number="38" hits="0" branch="false"/>
7061
7261
  </lines>
7062
7262
  </class>
7063
7263
  <class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.6666">
7064
7264
  <methods>
7065
- <method name="(anonymous_0)" hits="603" signature="()V">
7265
+ <method name="(anonymous_0)" hits="612" signature="()V">
7066
7266
  <lines>
7067
- <line number="3" hits="603"/>
7267
+ <line number="3" hits="612"/>
7068
7268
  </lines>
7069
7269
  </method>
7070
7270
  </methods>
7071
7271
  <lines>
7072
7272
  <line number="3" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7073
- <line number="4" hits="603" branch="false"/>
7074
- <line number="5" hits="603" branch="true" condition-coverage="50% (1/2)"/>
7273
+ <line number="4" hits="612" branch="false"/>
7274
+ <line number="5" hits="612" branch="true" condition-coverage="50% (1/2)"/>
7075
7275
  </lines>
7076
7276
  </class>
7077
7277
  <class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
@@ -7415,9 +7615,9 @@
7415
7615
  <classes>
7416
7616
  <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.8045" branch-rate="0.619">
7417
7617
  <methods>
7418
- <method name="(anonymous_0)" hits="908" signature="()V">
7618
+ <method name="(anonymous_0)" hits="917" signature="()V">
7419
7619
  <lines>
7420
- <line number="1" hits="908"/>
7620
+ <line number="1" hits="917"/>
7421
7621
  </lines>
7422
7622
  </method>
7423
7623
  <method name="(anonymous_1)" hits="11" signature="()V">
@@ -7445,9 +7645,9 @@
7445
7645
  <line number="33" hits="0"/>
7446
7646
  </lines>
7447
7647
  </method>
7448
- <method name="(anonymous_6)" hits="610" signature="()V">
7648
+ <method name="(anonymous_6)" hits="619" signature="()V">
7449
7649
  <lines>
7450
- <line number="66" hits="610"/>
7650
+ <line number="66" hits="619"/>
7451
7651
  </lines>
7452
7652
  </method>
7453
7653
  <method name="(anonymous_7)" hits="119" signature="()V">
@@ -7513,8 +7713,8 @@
7513
7713
  </methods>
7514
7714
  <lines>
7515
7715
  <line number="1" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7516
- <line number="2" hits="908" branch="true" condition-coverage="100% (2/2)"/>
7517
- <line number="3" hits="903" branch="false"/>
7716
+ <line number="2" hits="917" branch="true" condition-coverage="100% (2/2)"/>
7717
+ <line number="3" hits="912" branch="false"/>
7518
7718
  <line number="6" hits="5" branch="false"/>
7519
7719
  <line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
7520
7720
  <line number="12" hits="11" branch="true" condition-coverage="100% (2/2)"/>
@@ -7539,18 +7739,18 @@
7539
7739
  <line number="51" hits="0" branch="false"/>
7540
7740
  <line number="64" hits="28" branch="false"/>
7541
7741
  <line number="66" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7542
- <line number="67" hits="610" branch="false"/>
7543
- <line number="131" hits="610" branch="false"/>
7544
- <line number="133" hits="610" branch="false"/>
7545
- <line number="135" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7742
+ <line number="67" hits="619" branch="false"/>
7743
+ <line number="131" hits="619" branch="false"/>
7744
+ <line number="133" hits="619" branch="false"/>
7745
+ <line number="135" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7546
7746
  <line number="136" hits="119" branch="true" condition-coverage="75% (3/4)"/>
7547
7747
  <line number="137" hits="77" branch="false"/>
7548
- <line number="141" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7748
+ <line number="141" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7549
7749
  <line number="142" hits="8" branch="false"/>
7550
7750
  <line number="143" hits="4" branch="false"/>
7551
7751
  <line number="144" hits="4" branch="true" condition-coverage="50% (1/2)"/>
7552
7752
  <line number="145" hits="4" branch="false"/>
7553
- <line number="150" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7753
+ <line number="150" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7554
7754
  <line number="151" hits="66" branch="false"/>
7555
7755
  <line number="152" hits="66" branch="false"/>
7556
7756
  <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
@@ -7572,14 +7772,14 @@
7572
7772
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7573
7773
  <line number="186" hits="66" branch="false"/>
7574
7774
  <line number="187" hits="66" branch="false"/>
7575
- <line number="192" hits="610" branch="true" condition-coverage="100% (4/4)"/>
7775
+ <line number="192" hits="619" branch="true" condition-coverage="100% (4/4)"/>
7576
7776
  <line number="193" hits="7" branch="false"/>
7577
7777
  <line number="194" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7578
7778
  <line number="195" hits="0" branch="false"/>
7579
7779
  <line number="196" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7580
7780
  <line number="197" hits="22" branch="true" condition-coverage="100% (2/2)"/>
7581
7781
  <line number="198" hits="22" branch="false"/>
7582
- <line number="203" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7782
+ <line number="203" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7583
7783
  <line number="204" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7584
7784
  <line number="205" hits="7" branch="false"/>
7585
7785
  <line number="206" hits="7" branch="false"/>
@@ -7593,12 +7793,12 @@
7593
7793
  <line number="218" hits="7" branch="false"/>
7594
7794
  <line number="219" hits="7" branch="false"/>
7595
7795
  <line number="222" hits="7" branch="false"/>
7596
- <line number="227" hits="610" branch="true" condition-coverage="50% (1/2)"/>
7597
- <line number="228" hits="610" branch="false"/>
7598
- <line number="231" hits="610" branch="false"/>
7599
- <line number="232" hits="1211" branch="true" condition-coverage="100% (2/2)"/>
7600
- <line number="233" hits="609" branch="false"/>
7601
- <line number="237" hits="610" branch="false"/>
7796
+ <line number="227" hits="619" branch="true" condition-coverage="50% (1/2)"/>
7797
+ <line number="228" hits="619" branch="false"/>
7798
+ <line number="231" hits="619" branch="false"/>
7799
+ <line number="232" hits="1229" branch="true" condition-coverage="100% (2/2)"/>
7800
+ <line number="233" hits="618" branch="false"/>
7801
+ <line number="237" hits="619" branch="false"/>
7602
7802
  </lines>
7603
7803
  </class>
7604
7804
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">