@k-int/stripes-kint-components 5.35.0 → 5.36.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 (312) hide show
  1. package/CHANGELOG.md +14 -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/Settings/StaticSettingsField/StaticSettingsField.js +7 -1
  10. package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +17 -0
  11. package/es/lib/utils/downloadBlob.js +42 -0
  12. package/es/lib/utils/index.js +9 -1
  13. package/package.json +2 -1
  14. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
  15. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
  16. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  17. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  18. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
  19. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  20. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  21. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
  22. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  23. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  24. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  25. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  26. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  27. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  28. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  30. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  31. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  32. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  33. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  34. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
  36. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  37. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  38. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  39. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  40. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  42. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
  47. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  48. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  51. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  52. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  53. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  54. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  55. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  56. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  57. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
  58. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  59. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  60. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
  61. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  62. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  63. package/src/artifacts/coverage-jest/Files/FileUploader/FileUploader.js.html +487 -0
  64. package/src/artifacts/coverage-jest/Files/FileUploader/index.html +131 -0
  65. package/src/artifacts/coverage-jest/Files/FileUploader/index.js.html +88 -0
  66. package/src/artifacts/coverage-jest/Files/FileView/FileView.js.html +430 -0
  67. package/src/artifacts/coverage-jest/Files/FileView/index.html +131 -0
  68. package/src/artifacts/coverage-jest/Files/FileView/index.js.html +88 -0
  69. package/src/artifacts/coverage-jest/Files/index.html +131 -0
  70. package/src/artifacts/coverage-jest/Files/index.js.html +94 -0
  71. package/src/artifacts/coverage-jest/Files/useFileHandlers.js.html +469 -0
  72. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  73. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  74. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  75. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  76. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  77. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  78. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  79. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  80. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  81. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
  82. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  83. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  84. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  85. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  86. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  87. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  88. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  89. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  90. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  91. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  92. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  94. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  95. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  97. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  98. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  99. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  100. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +51 -51
  102. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  104. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
  106. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  107. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  108. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  109. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  110. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +12 -12
  111. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +15 -15
  112. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  113. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  114. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  115. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  116. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  117. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  118. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  119. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  122. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  123. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  137. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  140. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  141. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  146. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  149. package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
  150. package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +23 -8
  156. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +60 -6
  157. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +10 -10
  158. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +13 -13
  160. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  167. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  170. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  174. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  177. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  179. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  180. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  181. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  182. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  183. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
  184. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  185. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  187. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  188. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/Tags/Tags.js.html +9 -9
  190. package/src/artifacts/coverage-jest/Tags/hooks/index.html +16 -16
  191. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  192. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +9 -9
  193. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
  194. package/src/artifacts/coverage-jest/Tags/index.html +15 -15
  195. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  196. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  197. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  198. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  199. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  200. package/src/artifacts/coverage-jest/cobertura-coverage.xml +486 -279
  201. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  202. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  203. package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
  204. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  205. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  206. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  207. package/src/artifacts/coverage-jest/hooks/index.html +15 -15
  208. package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  210. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  213. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
  214. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  216. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +6 -6
  217. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  218. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  219. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +9 -9
  220. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  221. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  222. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  225. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  226. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  227. package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +1 -1
  228. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  229. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  230. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  233. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +17 -17
  235. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  236. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
  237. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  240. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  242. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  243. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  244. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  245. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  246. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  247. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  250. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  251. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.html +1 -1
  252. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.js.html +1 -1
  253. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/useMutateTemplates.js.html +1 -1
  254. package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +9 -9
  255. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +31 -31
  256. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +9 -9
  257. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  258. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  259. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  260. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  261. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  262. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  263. package/src/artifacts/coverage-jest/index.html +108 -63
  264. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +12 -12
  265. package/src/artifacts/coverage-jest/utils/downloadBlob.js.html +211 -0
  266. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  268. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  269. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  270. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  271. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +3 -3
  273. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +17 -17
  274. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
  275. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  276. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  277. package/src/artifacts/coverage-jest/utils/index.html +24 -9
  278. package/src/artifacts/coverage-jest/utils/index.js.html +5 -2
  279. package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
  280. package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
  281. package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +1 -1
  282. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  283. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
  284. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  285. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  286. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  287. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  288. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  289. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  290. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  291. package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +1 -1
  292. package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +1 -1
  293. package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
  294. package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
  295. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  296. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  297. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  298. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  299. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  300. package/src/index.js +2 -0
  301. package/src/lib/Files/FileUploader/FileUploader.js +134 -0
  302. package/src/lib/Files/FileUploader/index.js +1 -0
  303. package/src/lib/Files/FileView/FileView.js +115 -0
  304. package/src/lib/Files/FileView/index.js +1 -0
  305. package/src/lib/Files/index.js +3 -0
  306. package/src/lib/Files/useFileHandlers.js +128 -0
  307. package/src/lib/Settings/StaticSettingsField/StaticSettingsField.js +6 -1
  308. package/src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +18 -0
  309. package/src/lib/utils/downloadBlob.js +42 -0
  310. package/src/lib/utils/index.js +1 -0
  311. package/styles/FileUploader.css +34 -0
  312. 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="2575" lines-covered="1077" line-rate="0.4182" branches-valid="1907" branches-covered="573" branch-rate="0.3004" timestamp="1776423176693" 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"/>
@@ -4327,20 +4496,26 @@
4327
4496
  </class>
4328
4497
  </classes>
4329
4498
  </package>
4330
- <package name="Settings.StaticSettingsField" line-rate="0.6666" branch-rate="1">
4499
+ <package name="Settings.StaticSettingsField" line-rate="0.5" branch-rate="1">
4331
4500
  <classes>
4332
- <class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.6666" branch-rate="1">
4501
+ <class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.5" branch-rate="1">
4333
4502
  <methods>
4334
4503
  <method name="(anonymous_0)" hits="0" signature="()V">
4335
4504
  <lines>
4336
4505
  <line number="9" hits="0"/>
4337
4506
  </lines>
4338
4507
  </method>
4508
+ <method name="(anonymous_1)" hits="0" signature="()V">
4509
+ <lines>
4510
+ <line number="13" hits="0"/>
4511
+ </lines>
4512
+ </method>
4339
4513
  </methods>
4340
4514
  <lines>
4341
4515
  <line number="9" hits="27" branch="false"/>
4342
4516
  <line number="10" hits="0" branch="false"/>
4343
- <line number="18" hits="27" branch="false"/>
4517
+ <line number="13" hits="0" branch="false"/>
4518
+ <line number="19" hits="27" branch="false"/>
4344
4519
  </lines>
4345
4520
  </class>
4346
4521
  <class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
@@ -4351,45 +4526,46 @@
4351
4526
  </class>
4352
4527
  </classes>
4353
4528
  </package>
4354
- <package name="Settings.StaticSettingsField.StaticSettingsFieldComponent" line-rate="0.9229999999999999" branch-rate="0.7777">
4529
+ <package name="Settings.StaticSettingsField.StaticSettingsFieldComponent" line-rate="0.9285" branch-rate="0.7777">
4355
4530
  <classes>
4356
- <class name="StaticSettingsFieldComponent.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js" line-rate="0.9229999999999999" branch-rate="0.7777">
4531
+ <class name="StaticSettingsFieldComponent.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js" line-rate="0.9285" branch-rate="0.7777">
4357
4532
  <methods>
4358
4533
  <method name="(anonymous_0)" hits="16" signature="()V">
4359
4534
  <lines>
4360
- <line number="6" hits="16"/>
4535
+ <line number="7" hits="16"/>
4361
4536
  </lines>
4362
4537
  </method>
4363
4538
  <method name="(anonymous_1)" hits="34" signature="()V">
4364
4539
  <lines>
4365
- <line number="13" hits="34"/>
4540
+ <line number="14" hits="34"/>
4366
4541
  </lines>
4367
4542
  </method>
4368
4543
  <method name="(anonymous_2)" hits="16" signature="()V">
4369
4544
  <lines>
4370
- <line number="14" hits="16"/>
4545
+ <line number="15" hits="16"/>
4371
4546
  </lines>
4372
4547
  </method>
4373
4548
  <method name="(anonymous_3)" hits="12" signature="()V">
4374
4549
  <lines>
4375
- <line number="33" hits="12"/>
4550
+ <line number="34" hits="12"/>
4376
4551
  </lines>
4377
4552
  </method>
4378
4553
  </methods>
4379
4554
  <lines>
4380
- <line number="6" hits="27" branch="false"/>
4381
- <line number="13" hits="34" branch="false"/>
4382
- <line number="14" hits="16" branch="false"/>
4383
- <line number="16" hits="16" branch="true" condition-coverage="75% (3/4)"/>
4384
- <line number="20" hits="8" branch="false"/>
4385
- <line number="21" hits="8" branch="true" condition-coverage="100% (4/4)"/>
4386
- <line number="22" hits="4" branch="false"/>
4387
- <line number="25" hits="8" branch="false"/>
4388
- <line number="27" hits="0" branch="false"/>
4389
- <line number="31" hits="6" branch="false"/>
4390
- <line number="33" hits="12" branch="false"/>
4391
- <line number="35" hits="6" branch="false"/>
4392
- <line number="38" hits="2" branch="false"/>
4555
+ <line number="7" hits="27" branch="false"/>
4556
+ <line number="14" hits="34" branch="false"/>
4557
+ <line number="15" hits="16" branch="false"/>
4558
+ <line number="17" hits="16" branch="true" condition-coverage="75% (3/4)"/>
4559
+ <line number="21" hits="8" branch="false"/>
4560
+ <line number="22" hits="8" branch="true" condition-coverage="100% (4/4)"/>
4561
+ <line number="23" hits="4" branch="false"/>
4562
+ <line number="26" hits="8" branch="false"/>
4563
+ <line number="28" hits="0" branch="false"/>
4564
+ <line number="32" hits="6" branch="false"/>
4565
+ <line number="34" hits="12" branch="false"/>
4566
+ <line number="36" hits="6" branch="false"/>
4567
+ <line number="39" hits="2" branch="false"/>
4568
+ <line number="43" hits="27" branch="false"/>
4393
4569
  </lines>
4394
4570
  </class>
4395
4571
  <class name="index.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js" line-rate="0" branch-rate="0">
@@ -4953,18 +5129,18 @@
4953
5129
  </class>
4954
5130
  </classes>
4955
5131
  </package>
4956
- <package name="Tags" line-rate="0.7619" branch-rate="0.6">
5132
+ <package name="Tags" line-rate="0.8095" branch-rate="0.6">
4957
5133
  <classes>
4958
- <class name="Tags.js" filename="src/lib/Tags/Tags.js" line-rate="0.7058" branch-rate="0.6">
5134
+ <class name="Tags.js" filename="src/lib/Tags/Tags.js" line-rate="0.7646999999999999" branch-rate="0.6">
4959
5135
  <methods>
4960
5136
  <method name="(anonymous_0)" hits="9" signature="()V">
4961
5137
  <lines>
4962
5138
  <line number="16" hits="9"/>
4963
5139
  </lines>
4964
5140
  </method>
4965
- <method name="(anonymous_1)" hits="0" signature="()V">
5141
+ <method name="(anonymous_1)" hits="9" signature="()V">
4966
5142
  <lines>
4967
- <line number="46" hits="0"/>
5143
+ <line number="46" hits="9"/>
4968
5144
  </lines>
4969
5145
  </method>
4970
5146
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -4996,7 +5172,7 @@
4996
5172
  <line number="28" hits="9" branch="false"/>
4997
5173
  <line number="31" hits="9" branch="true" condition-coverage="50% (1/2)"/>
4998
5174
  <line number="44" hits="9" branch="false"/>
4999
- <line number="46" hits="0" branch="false"/>
5175
+ <line number="46" hits="9" branch="false"/>
5000
5176
  <line number="92" hits="9" branch="false"/>
5001
5177
  <line number="93" hits="0" branch="false"/>
5002
5178
  <line number="94" hits="0" branch="false"/>
@@ -5026,7 +5202,7 @@
5026
5202
  </class>
5027
5203
  </classes>
5028
5204
  </package>
5029
- <package name="Tags.hooks" line-rate="0.4782" branch-rate="0.05">
5205
+ <package name="Tags.hooks" line-rate="0.5217" branch-rate="0.05">
5030
5206
  <classes>
5031
5207
  <class name="index.js" filename="src/lib/Tags/hooks/index.js" line-rate="0" branch-rate="0">
5032
5208
  <methods>
@@ -5034,16 +5210,16 @@
5034
5210
  <lines>
5035
5211
  </lines>
5036
5212
  </class>
5037
- <class name="useTags.js" filename="src/lib/Tags/hooks/useTags.js" line-rate="0.8" branch-rate="0.5">
5213
+ <class name="useTags.js" filename="src/lib/Tags/hooks/useTags.js" line-rate="1" branch-rate="0.5">
5038
5214
  <methods>
5039
5215
  <method name="(anonymous_0)" hits="9" signature="()V">
5040
5216
  <lines>
5041
5217
  <line number="5" hits="9"/>
5042
5218
  </lines>
5043
5219
  </method>
5044
- <method name="(anonymous_1)" hits="0" signature="()V">
5220
+ <method name="(anonymous_1)" hits="9" signature="()V">
5045
5221
  <lines>
5046
- <line number="11" hits="0"/>
5222
+ <line number="11" hits="9"/>
5047
5223
  </lines>
5048
5224
  </method>
5049
5225
  </methods>
@@ -5052,7 +5228,7 @@
5052
5228
  <line number="6" hits="9" branch="false"/>
5053
5229
  <line number="7" hits="9" branch="true" condition-coverage="50% (1/2)"/>
5054
5230
  <line number="9" hits="9" branch="false"/>
5055
- <line number="11" hits="0" branch="false"/>
5231
+ <line number="11" hits="9" branch="false"/>
5056
5232
  </lines>
5057
5233
  </class>
5058
5234
  <class name="useTagsEnabled.js" filename="src/lib/Tags/hooks/useTagsEnabled.js" line-rate="0.38880000000000003" branch-rate="0">
@@ -5294,7 +5470,7 @@
5294
5470
  </class>
5295
5471
  </classes>
5296
5472
  </package>
5297
- <package name="hooks" line-rate="0.3829" branch-rate="0.306">
5473
+ <package name="hooks" line-rate="0.386" branch-rate="0.306">
5298
5474
  <classes>
5299
5475
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5300
5476
  <methods>
@@ -5606,14 +5782,14 @@
5606
5782
  </class>
5607
5783
  <class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="1" branch-rate="1">
5608
5784
  <methods>
5609
- <method name="(anonymous_0)" hits="208" signature="()V">
5785
+ <method name="(anonymous_0)" hits="218" signature="()V">
5610
5786
  <lines>
5611
- <line number="7" hits="208"/>
5787
+ <line number="7" hits="218"/>
5612
5788
  </lines>
5613
5789
  </method>
5614
- <method name="(anonymous_1)" hits="937" signature="()V">
5790
+ <method name="(anonymous_1)" hits="940" signature="()V">
5615
5791
  <lines>
5616
- <line number="26" hits="937"/>
5792
+ <line number="26" hits="940"/>
5617
5793
  </lines>
5618
5794
  </method>
5619
5795
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -5621,32 +5797,32 @@
5621
5797
  <line number="30" hits="0"/>
5622
5798
  </lines>
5623
5799
  </method>
5624
- <method name="(anonymous_3)" hits="208" signature="()V">
5800
+ <method name="(anonymous_3)" hits="218" signature="()V">
5625
5801
  <lines>
5626
- <line number="38" hits="208"/>
5802
+ <line number="38" hits="218"/>
5627
5803
  </lines>
5628
5804
  </method>
5629
5805
  </methods>
5630
5806
  <lines>
5631
5807
  <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"/>
5808
+ <line number="8" hits="218" branch="false"/>
5809
+ <line number="9" hits="218" branch="false"/>
5810
+ <line number="13" hits="218" branch="true" condition-coverage="100% (2/2)"/>
5811
+ <line number="18" hits="57" branch="true" condition-coverage="100% (2/2)"/>
5812
+ <line number="19" hits="46" branch="false"/>
5813
+ <line number="21" hits="11" branch="false"/>
5638
5814
  <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)"/>
5815
+ <line number="27" hits="940" branch="false"/>
5816
+ <line number="28" hits="940" branch="false"/>
5817
+ <line number="29" hits="940" branch="false"/>
5818
+ <line number="30" hits="940" branch="false"/>
5819
+ <line number="32" hits="940" branch="false"/>
5820
+ <line number="34" hits="940" branch="true" condition-coverage="100% (2/2)"/>
5645
5821
  <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"/>
5822
+ <line number="38" hits="940" branch="false"/>
5823
+ <line number="39" hits="218" branch="false"/>
5824
+ <line number="40" hits="218" branch="false"/>
5825
+ <line number="42" hits="940" branch="false"/>
5650
5826
  </lines>
5651
5827
  </class>
5652
5828
  <class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
@@ -5677,9 +5853,9 @@
5677
5853
  </class>
5678
5854
  <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
5679
5855
  <methods>
5680
- <method name="(anonymous_0)" hits="937" signature="()V">
5856
+ <method name="(anonymous_0)" hits="940" signature="()V">
5681
5857
  <lines>
5682
- <line number="5" hits="937"/>
5858
+ <line number="5" hits="940"/>
5683
5859
  </lines>
5684
5860
  </method>
5685
5861
  <method name="(anonymous_1)" hits="22" signature="()V">
@@ -5690,12 +5866,12 @@
5690
5866
  </methods>
5691
5867
  <lines>
5692
5868
  <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"/>
5869
+ <line number="6" hits="940" branch="false"/>
5870
+ <line number="7" hits="940" branch="false"/>
5871
+ <line number="9" hits="940" branch="false"/>
5696
5872
  <line number="10" hits="22" branch="false"/>
5697
5873
  <line number="11" hits="22" branch="false"/>
5698
- <line number="14" hits="937" branch="false"/>
5874
+ <line number="14" hits="940" branch="false"/>
5699
5875
  </lines>
5700
5876
  </class>
5701
5877
  <class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
@@ -5771,7 +5947,7 @@
5771
5947
  <line number="53" hits="0" branch="false"/>
5772
5948
  </lines>
5773
5949
  </class>
5774
- <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6136" branch-rate="0.3823">
5950
+ <class name="useParallelBatchFetch.js" filename="src/lib/hooks/useParallelBatchFetch.js" line-rate="0.6363" branch-rate="0.3823">
5775
5951
  <methods>
5776
5952
  <method name="(anonymous_0)" hits="7" signature="()V">
5777
5953
  <lines>
@@ -5788,9 +5964,9 @@
5788
5964
  <line number="48" hits="0"/>
5789
5965
  </lines>
5790
5966
  </method>
5791
- <method name="(anonymous_3)" hits="0" signature="()V">
5967
+ <method name="(anonymous_3)" hits="7" signature="()V">
5792
5968
  <lines>
5793
- <line number="66" hits="0"/>
5969
+ <line number="66" hits="7"/>
5794
5970
  </lines>
5795
5971
  </method>
5796
5972
  <method name="(anonymous_4)" hits="7" signature="()V">
@@ -5874,7 +6050,7 @@
5874
6050
  <line number="48" hits="0" branch="false"/>
5875
6051
  <line number="51" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5876
6052
  <line number="64" hits="7" branch="false"/>
5877
- <line number="66" hits="0" branch="false"/>
6053
+ <line number="66" hits="7" branch="false"/>
5878
6054
  <line number="70" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5879
6055
  <line number="74" hits="7" branch="false"/>
5880
6056
  <line number="75" hits="7" branch="true" condition-coverage="50% (1/2)"/>
@@ -5908,24 +6084,24 @@
5908
6084
  </class>
5909
6085
  <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5910
6086
  <methods>
5911
- <method name="(anonymous_0)" hits="958" signature="()V">
6087
+ <method name="(anonymous_0)" hits="961" signature="()V">
5912
6088
  <lines>
5913
- <line number="18" hits="958"/>
6089
+ <line number="18" hits="961"/>
5914
6090
  </lines>
5915
6091
  </method>
5916
- <method name="(anonymous_1)" hits="2592" signature="()V">
6092
+ <method name="(anonymous_1)" hits="2607" signature="()V">
5917
6093
  <lines>
5918
- <line number="28" hits="2592"/>
6094
+ <line number="28" hits="2607"/>
5919
6095
  </lines>
5920
6096
  </method>
5921
- <method name="(anonymous_2)" hits="2592" signature="()V">
6097
+ <method name="(anonymous_2)" hits="2607" signature="()V">
5922
6098
  <lines>
5923
- <line number="29" hits="2592"/>
6099
+ <line number="29" hits="2607"/>
5924
6100
  </lines>
5925
6101
  </method>
5926
- <method name="(anonymous_3)" hits="958" signature="()V">
6102
+ <method name="(anonymous_3)" hits="961" signature="()V">
5927
6103
  <lines>
5928
- <line number="33" hits="958"/>
6104
+ <line number="33" hits="961"/>
5929
6105
  </lines>
5930
6106
  </method>
5931
6107
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -5938,9 +6114,9 @@
5938
6114
  <line number="95" hits="41"/>
5939
6115
  </lines>
5940
6116
  </method>
5941
- <method name="(anonymous_6)" hits="676" signature="()V">
6117
+ <method name="(anonymous_6)" hits="685" signature="()V">
5942
6118
  <lines>
5943
- <line number="104" hits="676"/>
6119
+ <line number="104" hits="685"/>
5944
6120
  </lines>
5945
6121
  </method>
5946
6122
  <method name="(anonymous_7)" hits="0" signature="()V">
@@ -5961,19 +6137,19 @@
5961
6137
  </methods>
5962
6138
  <lines>
5963
6139
  <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)"/>
6140
+ <line number="28" hits="2607" branch="false"/>
6141
+ <line number="29" hits="2607" branch="false"/>
6142
+ <line number="33" hits="961" branch="false"/>
6143
+ <line number="35" hits="961" branch="true" condition-coverage="50% (1/2)"/>
5968
6144
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5969
6145
  <line number="37" hits="0" branch="false"/>
5970
6146
  <line number="40" hits="0" branch="false"/>
5971
6147
  <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"/>
6148
+ <line number="45" hits="961" branch="false"/>
6149
+ <line number="48" hits="961" branch="false"/>
6150
+ <line number="50" hits="961" branch="false"/>
6151
+ <line number="51" hits="961" branch="false"/>
6152
+ <line number="56" hits="961" branch="false"/>
5977
6153
  <line number="57" hits="0" branch="false"/>
5978
6154
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5979
6155
  <line number="61" hits="0" branch="false"/>
@@ -5985,47 +6161,47 @@
5985
6161
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5986
6162
  <line number="73" hits="0" branch="false"/>
5987
6163
  <line number="77" hits="0" branch="false"/>
5988
- <line number="94" hits="958" branch="false"/>
5989
- <line number="95" hits="958" branch="false"/>
6164
+ <line number="94" hits="961" branch="false"/>
6165
+ <line number="95" hits="961" branch="false"/>
5990
6166
  <line number="96" hits="41" branch="true" condition-coverage="50% (1/2)"/>
5991
6167
  <line number="97" hits="41" branch="false"/>
5992
6168
  <line number="99" hits="0" branch="false"/>
5993
6169
  <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)"/>
6170
+ <line number="104" hits="961" branch="false"/>
6171
+ <line number="105" hits="685" branch="true" condition-coverage="50% (1/2)"/>
6172
+ <line number="106" hits="685" branch="false"/>
6173
+ <line number="108" hits="685" branch="true" condition-coverage="50% (2/4)"/>
5998
6174
  <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"/>
6175
+ <line number="110" hits="685" branch="true" condition-coverage="100% (4/4)"/>
6176
+ <line number="112" hits="664" branch="false"/>
6177
+ <line number="113" hits="664" branch="false"/>
6178
+ <line number="119" hits="664" branch="false"/>
6179
+ <line number="125" hits="685" branch="true" condition-coverage="100% (2/2)"/>
6180
+ <line number="126" hits="44" branch="false"/>
6181
+ <line number="131" hits="44" branch="false"/>
6182
+ <line number="135" hits="44" branch="false"/>
6007
6183
  <line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6008
6184
  <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"/>
6185
+ <line number="154" hits="961" branch="true" condition-coverage="100% (3/3)"/>
6186
+ <line number="155" hits="961" branch="true" condition-coverage="100% (2/2)"/>
6187
+ <line number="156" hits="961" branch="true" condition-coverage="100% (2/2)"/>
6188
+ <line number="157" hits="961" branch="false"/>
6013
6189
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6014
6190
  <line number="159" hits="0" branch="false"/>
6015
- <line number="166" hits="958" branch="false"/>
6191
+ <line number="166" hits="961" branch="false"/>
6016
6192
  <line number="167" hits="1152" branch="false"/>
6017
6193
  <line number="177" hits="1152" branch="true" condition-coverage="100% (2/2)"/>
6018
6194
  <line number="178" hits="41" branch="false"/>
6019
6195
  <line number="181" hits="1152" branch="false"/>
6020
- <line number="184" hits="958" branch="false"/>
6021
- <line number="188" hits="958" branch="false"/>
6196
+ <line number="184" hits="961" branch="false"/>
6197
+ <line number="188" hits="961" branch="false"/>
6022
6198
  </lines>
6023
6199
  </class>
6024
6200
  <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
6025
6201
  <methods>
6026
- <method name="(anonymous_0)" hits="937" signature="()V">
6202
+ <method name="(anonymous_0)" hits="940" signature="()V">
6027
6203
  <lines>
6028
- <line number="5" hits="937"/>
6204
+ <line number="5" hits="940"/>
6029
6205
  </lines>
6030
6206
  </method>
6031
6207
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -6033,29 +6209,29 @@
6033
6209
  <line number="12" hits="0"/>
6034
6210
  </lines>
6035
6211
  </method>
6036
- <method name="(anonymous_2)" hits="655" signature="()V">
6212
+ <method name="(anonymous_2)" hits="664" signature="()V">
6037
6213
  <lines>
6038
- <line number="35" hits="655"/>
6214
+ <line number="35" hits="664"/>
6039
6215
  </lines>
6040
6216
  </method>
6041
6217
  </methods>
6042
6218
  <lines>
6043
6219
  <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"/>
6220
+ <line number="6" hits="940" branch="false"/>
6221
+ <line number="7" hits="940" branch="false"/>
6222
+ <line number="9" hits="940" branch="false"/>
6223
+ <line number="10" hits="940" branch="false"/>
6224
+ <line number="12" hits="940" branch="false"/>
6049
6225
  <line number="13" hits="0" branch="false"/>
6050
6226
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6051
6227
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6052
6228
  <line number="17" hits="0" branch="false"/>
6053
6229
  <line number="22" hits="0" branch="false"/>
6054
6230
  <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)"/>
6231
+ <line number="35" hits="940" branch="false"/>
6232
+ <line number="36" hits="664" branch="true" condition-coverage="50% (1/2)"/>
6057
6233
  <line number="37" hits="0" branch="false"/>
6058
- <line number="46" hits="937" branch="false"/>
6234
+ <line number="46" hits="940" branch="false"/>
6059
6235
  </lines>
6060
6236
  </class>
6061
6237
  <class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
@@ -6180,28 +6356,28 @@
6180
6356
  </class>
6181
6357
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
6182
6358
  <methods>
6183
- <method name="(anonymous_0)" hits="1123" signature="()V">
6359
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6184
6360
  <lines>
6185
- <line number="3" hits="1123"/>
6361
+ <line number="3" hits="1126"/>
6186
6362
  </lines>
6187
6363
  </method>
6188
- <method name="(anonymous_1)" hits="2556" signature="()V">
6364
+ <method name="(anonymous_1)" hits="2571" signature="()V">
6189
6365
  <lines>
6190
- <line number="4" hits="2556"/>
6366
+ <line number="4" hits="2571"/>
6191
6367
  </lines>
6192
6368
  </method>
6193
6369
  </methods>
6194
6370
  <lines>
6195
6371
  <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)"/>
6372
+ <line number="4" hits="2571" branch="false"/>
6373
+ <line number="7" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6198
6374
  <line number="8" hits="0" branch="false"/>
6199
- <line number="9" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
6375
+ <line number="9" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6200
6376
  <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)"/>
6377
+ <line number="12" hits="1126" branch="false"/>
6378
+ <line number="15" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6203
6379
  <line number="16" hits="0" branch="false"/>
6204
- <line number="19" hits="1123" branch="false"/>
6380
+ <line number="19" hits="1126" branch="false"/>
6205
6381
  </lines>
6206
6382
  </class>
6207
6383
  </classes>
@@ -6241,9 +6417,9 @@
6241
6417
  <line number="17" hits="0"/>
6242
6418
  </lines>
6243
6419
  </method>
6244
- <method name="(anonymous_5)" hits="946" signature="()V">
6420
+ <method name="(anonymous_5)" hits="949" signature="()V">
6245
6421
  <lines>
6246
- <line number="27" hits="946"/>
6422
+ <line number="27" hits="949"/>
6247
6423
  </lines>
6248
6424
  </method>
6249
6425
  </methods>
@@ -6262,11 +6438,11 @@
6262
6438
  <line number="21" hits="0" branch="false"/>
6263
6439
  <line number="24" hits="0" branch="false"/>
6264
6440
  <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"/>
6441
+ <line number="28" hits="949" branch="false"/>
6442
+ <line number="29" hits="949" branch="false"/>
6443
+ <line number="30" hits="949" branch="true" condition-coverage="50% (1/2)"/>
6444
+ <line number="31" hits="949" branch="false"/>
6445
+ <line number="34" hits="949" branch="false"/>
6270
6446
  </lines>
6271
6447
  </class>
6272
6448
  </classes>
@@ -6281,14 +6457,14 @@
6281
6457
  </class>
6282
6458
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
6283
6459
  <methods>
6284
- <method name="(anonymous_0)" hits="1123" signature="()V">
6460
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6285
6461
  <lines>
6286
- <line number="5" hits="1123"/>
6462
+ <line number="5" hits="1126"/>
6287
6463
  </lines>
6288
6464
  </method>
6289
- <method name="(anonymous_1)" hits="2657" signature="()V">
6465
+ <method name="(anonymous_1)" hits="2666" signature="()V">
6290
6466
  <lines>
6291
- <line number="11" hits="2657"/>
6467
+ <line number="11" hits="2666"/>
6292
6468
  </lines>
6293
6469
  </method>
6294
6470
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -6299,22 +6475,22 @@
6299
6475
  </methods>
6300
6476
  <lines>
6301
6477
  <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)"/>
6478
+ <line number="6" hits="1126" branch="false"/>
6479
+ <line number="7" hits="1126" branch="false"/>
6480
+ <line number="11" hits="1126" branch="false"/>
6481
+ <line number="12" hits="2666" branch="true" condition-coverage="100% (2/2)"/>
6306
6482
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6307
6483
  <line number="15" hits="0" branch="false"/>
6308
6484
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6309
6485
  <line number="20" hits="0" branch="false"/>
6310
6486
  <line number="23" hits="4" branch="false"/>
6311
- <line number="29" hits="2653" branch="true" condition-coverage="100% (4/4)"/>
6487
+ <line number="29" hits="2662" branch="true" condition-coverage="100% (4/4)"/>
6312
6488
  <line number="31" hits="5" branch="true" condition-coverage="50% (1/2)"/>
6313
6489
  <line number="32" hits="0" branch="false"/>
6314
6490
  <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"/>
6491
+ <line number="39" hits="2657" branch="false"/>
6492
+ <line number="42" hits="1126" branch="false"/>
6493
+ <line number="44" hits="1126" branch="false"/>
6318
6494
  </lines>
6319
6495
  </class>
6320
6496
  </classes>
@@ -7026,52 +7202,83 @@
7026
7202
  </class>
7027
7203
  </classes>
7028
7204
  </package>
7029
- <package name="utils" line-rate="0.4393" branch-rate="0.3617">
7205
+ <package name="utils" line-rate="0.3703" branch-rate="0.28809999999999997">
7030
7206
  <classes>
7031
7207
  <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
7032
7208
  <methods>
7033
- <method name="removeEmpty" hits="208" signature="()V">
7209
+ <method name="removeEmpty" hits="218" signature="()V">
7034
7210
  <lines>
7035
- <line number="10" hits="208"/>
7211
+ <line number="10" hits="218"/>
7036
7212
  </lines>
7037
7213
  </method>
7038
- <method name="(anonymous_1)" hits="460" signature="()V">
7214
+ <method name="(anonymous_1)" hits="495" signature="()V">
7039
7215
  <lines>
7040
- <line number="13" hits="460"/>
7216
+ <line number="13" hits="495"/>
7041
7217
  </lines>
7042
7218
  </method>
7043
- <method name="buildUrl" hits="208" signature="()V">
7219
+ <method name="buildUrl" hits="218" signature="()V">
7044
7220
  <lines>
7045
- <line number="20" hits="208"/>
7221
+ <line number="20" hits="218"/>
7046
7222
  </lines>
7047
7223
  </method>
7048
7224
  </methods>
7049
7225
  <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"/>
7226
+ <line number="11" hits="218" branch="false"/>
7227
+ <line number="13" hits="218" branch="false"/>
7228
+ <line number="14" hits="495" branch="true" condition-coverage="100% (2/2)"/>
7229
+ <line number="17" hits="218" branch="false"/>
7230
+ <line number="21" hits="218" branch="true" condition-coverage="100% (2/2)"/>
7231
+ <line number="22" hits="218" branch="true" condition-coverage="100% (3/3)"/>
7232
+ <line number="23" hits="218" branch="false"/>
7233
+ <line number="25" hits="218" branch="false"/>
7234
+ <line number="27" hits="218" branch="true" condition-coverage="100% (2/2)"/>
7235
+ <line number="28" hits="103" branch="false"/>
7236
+ <line number="31" hits="218" branch="false"/>
7237
+ </lines>
7238
+ </class>
7239
+ <class name="downloadBlob.js" filename="src/lib/utils/downloadBlob.js" line-rate="0.0666" branch-rate="0">
7240
+ <methods>
7241
+ <method name="(anonymous_0)" hits="0" signature="()V">
7242
+ <lines>
7243
+ <line number="9" hits="0"/>
7244
+ </lines>
7245
+ </method>
7246
+ <method name="(anonymous_1)" hits="0" signature="()V">
7247
+ <lines>
7248
+ <line number="32" hits="0"/>
7249
+ </lines>
7250
+ </method>
7251
+ </methods>
7252
+ <lines>
7253
+ <line number="9" hits="27" branch="false"/>
7254
+ <line number="19" hits="0" branch="false"/>
7255
+ <line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7256
+ <line number="21" hits="0" branch="false"/>
7257
+ <line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7258
+ <line number="25" hits="0" branch="false"/>
7259
+ <line number="28" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7260
+ <line number="29" hits="0" branch="false"/>
7261
+ <line number="32" hits="0" branch="false"/>
7262
+ <line number="33" hits="0" branch="false"/>
7263
+ <line number="34" hits="0" branch="false"/>
7264
+ <line number="35" hits="0" branch="false"/>
7265
+ <line number="36" hits="0" branch="false"/>
7266
+ <line number="37" hits="0" branch="false"/>
7267
+ <line number="38" hits="0" branch="false"/>
7061
7268
  </lines>
7062
7269
  </class>
7063
7270
  <class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.6666">
7064
7271
  <methods>
7065
- <method name="(anonymous_0)" hits="603" signature="()V">
7272
+ <method name="(anonymous_0)" hits="612" signature="()V">
7066
7273
  <lines>
7067
- <line number="3" hits="603"/>
7274
+ <line number="3" hits="612"/>
7068
7275
  </lines>
7069
7276
  </method>
7070
7277
  </methods>
7071
7278
  <lines>
7072
7279
  <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)"/>
7280
+ <line number="4" hits="612" branch="false"/>
7281
+ <line number="5" hits="612" branch="true" condition-coverage="50% (1/2)"/>
7075
7282
  </lines>
7076
7283
  </class>
7077
7284
  <class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
@@ -7415,9 +7622,9 @@
7415
7622
  <classes>
7416
7623
  <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.8045" branch-rate="0.619">
7417
7624
  <methods>
7418
- <method name="(anonymous_0)" hits="908" signature="()V">
7625
+ <method name="(anonymous_0)" hits="917" signature="()V">
7419
7626
  <lines>
7420
- <line number="1" hits="908"/>
7627
+ <line number="1" hits="917"/>
7421
7628
  </lines>
7422
7629
  </method>
7423
7630
  <method name="(anonymous_1)" hits="11" signature="()V">
@@ -7445,9 +7652,9 @@
7445
7652
  <line number="33" hits="0"/>
7446
7653
  </lines>
7447
7654
  </method>
7448
- <method name="(anonymous_6)" hits="610" signature="()V">
7655
+ <method name="(anonymous_6)" hits="619" signature="()V">
7449
7656
  <lines>
7450
- <line number="66" hits="610"/>
7657
+ <line number="66" hits="619"/>
7451
7658
  </lines>
7452
7659
  </method>
7453
7660
  <method name="(anonymous_7)" hits="119" signature="()V">
@@ -7513,8 +7720,8 @@
7513
7720
  </methods>
7514
7721
  <lines>
7515
7722
  <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"/>
7723
+ <line number="2" hits="917" branch="true" condition-coverage="100% (2/2)"/>
7724
+ <line number="3" hits="912" branch="false"/>
7518
7725
  <line number="6" hits="5" branch="false"/>
7519
7726
  <line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
7520
7727
  <line number="12" hits="11" branch="true" condition-coverage="100% (2/2)"/>
@@ -7539,18 +7746,18 @@
7539
7746
  <line number="51" hits="0" branch="false"/>
7540
7747
  <line number="64" hits="28" branch="false"/>
7541
7748
  <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)"/>
7749
+ <line number="67" hits="619" branch="false"/>
7750
+ <line number="131" hits="619" branch="false"/>
7751
+ <line number="133" hits="619" branch="false"/>
7752
+ <line number="135" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7546
7753
  <line number="136" hits="119" branch="true" condition-coverage="75% (3/4)"/>
7547
7754
  <line number="137" hits="77" branch="false"/>
7548
- <line number="141" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7755
+ <line number="141" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7549
7756
  <line number="142" hits="8" branch="false"/>
7550
7757
  <line number="143" hits="4" branch="false"/>
7551
7758
  <line number="144" hits="4" branch="true" condition-coverage="50% (1/2)"/>
7552
7759
  <line number="145" hits="4" branch="false"/>
7553
- <line number="150" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7760
+ <line number="150" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7554
7761
  <line number="151" hits="66" branch="false"/>
7555
7762
  <line number="152" hits="66" branch="false"/>
7556
7763
  <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
@@ -7572,14 +7779,14 @@
7572
7779
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7573
7780
  <line number="186" hits="66" branch="false"/>
7574
7781
  <line number="187" hits="66" branch="false"/>
7575
- <line number="192" hits="610" branch="true" condition-coverage="100% (4/4)"/>
7782
+ <line number="192" hits="619" branch="true" condition-coverage="100% (4/4)"/>
7576
7783
  <line number="193" hits="7" branch="false"/>
7577
7784
  <line number="194" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7578
7785
  <line number="195" hits="0" branch="false"/>
7579
7786
  <line number="196" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7580
7787
  <line number="197" hits="22" branch="true" condition-coverage="100% (2/2)"/>
7581
7788
  <line number="198" hits="22" branch="false"/>
7582
- <line number="203" hits="610" branch="true" condition-coverage="100% (2/2)"/>
7789
+ <line number="203" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7583
7790
  <line number="204" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7584
7791
  <line number="205" hits="7" branch="false"/>
7585
7792
  <line number="206" hits="7" branch="false"/>
@@ -7593,12 +7800,12 @@
7593
7800
  <line number="218" hits="7" branch="false"/>
7594
7801
  <line number="219" hits="7" branch="false"/>
7595
7802
  <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"/>
7803
+ <line number="227" hits="619" branch="true" condition-coverage="50% (1/2)"/>
7804
+ <line number="228" hits="619" branch="false"/>
7805
+ <line number="231" hits="619" branch="false"/>
7806
+ <line number="232" hits="1229" branch="true" condition-coverage="100% (2/2)"/>
7807
+ <line number="233" hits="618" branch="false"/>
7808
+ <line number="237" hits="619" branch="false"/>
7602
7809
  </lines>
7603
7810
  </class>
7604
7811
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">