@k-int/stripes-kint-components 5.34.1 → 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 (327) hide show
  1. package/CHANGELOG.md +15 -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/NoResultsMessage/NoResultsMessage.js +28 -10
  10. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +109 -60
  11. package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +11 -0
  12. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +6 -0
  13. package/es/lib/hooks/index.js +8 -0
  14. package/es/lib/hooks/useMutateTemplates/index.js +13 -0
  15. package/es/lib/hooks/useMutateTemplates/useMutateTemplates.js +45 -0
  16. package/es/lib/utils/downloadBlob.js +42 -0
  17. package/es/lib/utils/index.js +9 -1
  18. package/package.json +2 -1
  19. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
  20. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
  21. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  22. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  23. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
  24. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  25. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  26. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
  27. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  28. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  30. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  31. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  32. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  33. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
  34. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  36. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  37. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  38. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  39. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  40. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  42. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  47. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  48. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  51. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
  52. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  53. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
  54. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  55. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  56. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  57. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  58. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  60. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  61. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
  63. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  64. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
  66. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  67. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/Files/FileUploader/FileUploader.js.html +487 -0
  69. package/src/artifacts/coverage-jest/Files/FileUploader/index.html +131 -0
  70. package/src/artifacts/coverage-jest/Files/FileUploader/index.js.html +88 -0
  71. package/src/artifacts/coverage-jest/Files/FileView/FileView.js.html +430 -0
  72. package/src/artifacts/coverage-jest/Files/FileView/index.html +131 -0
  73. package/src/artifacts/coverage-jest/Files/FileView/index.js.html +88 -0
  74. package/src/artifacts/coverage-jest/Files/index.html +131 -0
  75. package/src/artifacts/coverage-jest/Files/index.js.html +94 -0
  76. package/src/artifacts/coverage-jest/Files/useFileHandlers.js.html +469 -0
  77. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  78. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  79. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  81. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  82. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  84. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  85. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  86. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +70 -13
  87. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +3 -3
  88. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  90. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  91. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  92. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  93. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  94. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  95. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  96. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  97. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  98. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  99. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  100. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  101. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  102. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  103. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  104. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +298 -136
  107. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +12 -3
  108. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  109. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  110. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +16 -16
  111. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  113. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  114. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +12 -12
  116. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +15 -15
  117. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  118. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  119. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  120. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  122. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  123. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  126. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  129. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
  132. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  137. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  140. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  141. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  146. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
  149. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  150. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
  157. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  158. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  167. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  170. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  171. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  177. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  180. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  183. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  184. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  186. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  187. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  188. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
  189. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  190. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  191. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  192. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  193. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  194. package/src/artifacts/coverage-jest/Tags/Tags.js.html +9 -9
  195. package/src/artifacts/coverage-jest/Tags/hooks/index.html +16 -16
  196. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  197. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +9 -9
  198. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
  199. package/src/artifacts/coverage-jest/Tags/index.html +15 -15
  200. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  201. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  202. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  203. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  204. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  205. package/src/artifacts/coverage-jest/cobertura-coverage.xml +580 -314
  206. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  207. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  208. package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
  209. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  210. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  211. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/index.html +15 -15
  213. package/src/artifacts/coverage-jest/hooks/index.js.html +8 -2
  214. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  216. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  217. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  218. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
  219. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  220. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  221. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +11 -11
  222. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +9 -9
  225. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  226. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  227. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  228. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  229. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  230. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +1 -1
  233. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  235. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  236. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  237. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +16 -16
  240. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
  242. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  243. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  244. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  245. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  246. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  247. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  250. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  251. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  252. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  253. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  254. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  255. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  256. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.html +131 -0
  257. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.js.html +88 -0
  258. package/src/artifacts/coverage-jest/hooks/useMutateTemplates/useMutateTemplates.js.html +217 -0
  259. package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +9 -9
  260. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +37 -37
  261. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +9 -9
  262. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  263. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  264. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  265. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  266. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  267. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  268. package/src/artifacts/coverage-jest/index.html +120 -60
  269. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +12 -12
  270. package/src/artifacts/coverage-jest/utils/downloadBlob.js.html +211 -0
  271. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  275. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  276. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  277. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +3 -3
  278. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +19 -19
  279. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
  280. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  281. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  282. package/src/artifacts/coverage-jest/utils/index.html +24 -9
  283. package/src/artifacts/coverage-jest/utils/index.js.html +5 -2
  284. package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
  285. package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
  286. package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +1 -1
  287. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  288. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
  289. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  290. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  291. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  292. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  293. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  294. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  295. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  296. package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +1 -1
  297. package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +1 -1
  298. package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
  299. package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
  300. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  301. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  302. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  303. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  304. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  305. package/src/index.js +2 -0
  306. package/src/lib/Files/FileUploader/FileUploader.js +134 -0
  307. package/src/lib/Files/FileUploader/index.js +1 -0
  308. package/src/lib/Files/FileView/FileView.js +115 -0
  309. package/src/lib/Files/FileView/index.js +1 -0
  310. package/src/lib/Files/index.js +3 -0
  311. package/src/lib/Files/useFileHandlers.js +128 -0
  312. package/src/lib/NoResultsMessage/NoResultsMessage.js +29 -10
  313. package/src/lib/NoResultsMessage/README.md +16 -13
  314. package/src/lib/SASQLookupComponent/README.md +12 -0
  315. package/src/lib/SASQLookupComponent/SASQLookupComponent.js +127 -73
  316. package/src/lib/SASQLookupComponent/SASQLookupComponent.test.js +13 -1
  317. package/src/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  318. package/src/lib/SASQRoute/README.md +6 -1
  319. package/src/lib/hooks/index.js +2 -0
  320. package/src/lib/hooks/useMutateTemplates/index.js +1 -0
  321. package/src/lib/hooks/useMutateTemplates/useMutateTemplates.js +44 -0
  322. package/src/lib/utils/downloadBlob.js +42 -0
  323. package/src/lib/utils/index.js +1 -0
  324. package/styles/FileUploader.css +34 -0
  325. package/styles/FileView.css +8 -0
  326. package/styles/NoResultsMessage.css +1 -0
  327. package/styles/SASQLookupComponent.css +15 -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="2492" lines-covered="1062" line-rate="0.4261" branches-valid="1832" branches-covered="565" branch-rate="0.3084" timestamp="1774285511688" complexity="0" version="0.1">
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">
@@ -2206,29 +2375,29 @@
2206
2375
  <methods>
2207
2376
  <method name="(anonymous_0)" hits="0" signature="()V">
2208
2377
  <lines>
2209
- <line number="8" hits="0"/>
2378
+ <line number="9" hits="0"/>
2210
2379
  </lines>
2211
2380
  </method>
2212
2381
  </methods>
2213
2382
  <lines>
2214
- <line number="8" hits="27" branch="false"/>
2215
- <line number="21" hits="0" branch="false"/>
2216
- <line number="23" hits="0" branch="false"/>
2217
- <line number="24" hits="0" branch="false"/>
2218
- <line number="26" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2219
- <line number="28" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2220
- <line number="29" hits="0" branch="false"/>
2221
- <line number="30" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2222
- <line number="32" hits="0" branch="false"/>
2383
+ <line number="9" hits="27" branch="false"/>
2384
+ <line number="31" hits="0" branch="false"/>
2223
2385
  <line number="33" hits="0" branch="false"/>
2224
- <line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2225
- <line number="36" hits="0" branch="false"/>
2226
- <line number="37" hits="0" branch="false"/>
2227
- <line number="38" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2228
- <line number="40" hits="0" branch="false"/>
2229
- <line number="41" hits="0" branch="false"/>
2230
- <line number="44" hits="0" branch="false"/>
2231
- <line number="74" hits="27" branch="false"/>
2386
+ <line number="34" hits="0" branch="false"/>
2387
+ <line number="36" hits="0" branch="true" condition-coverage="0% (0/5)"/>
2388
+ <line number="38" hits="0" branch="true" condition-coverage="0% (0/6)"/>
2389
+ <line number="39" hits="0" branch="false"/>
2390
+ <line number="40" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2391
+ <line number="42" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2392
+ <line number="43" hits="0" branch="false"/>
2393
+ <line number="44" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2394
+ <line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2395
+ <line number="47" hits="0" branch="false"/>
2396
+ <line number="48" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2397
+ <line number="50" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2398
+ <line number="51" hits="0" branch="false"/>
2399
+ <line number="54" hits="0" branch="false"/>
2400
+ <line number="84" hits="27" branch="false"/>
2232
2401
  </lines>
2233
2402
  </class>
2234
2403
  <class name="index.js" filename="src/lib/NoResultsMessage/index.js" line-rate="0" branch-rate="0">
@@ -2776,160 +2945,166 @@
2776
2945
  </class>
2777
2946
  </classes>
2778
2947
  </package>
2779
- <package name="SASQLookupComponent" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
2948
+ <package name="SASQLookupComponent" line-rate="0.983" branch-rate="0.8946999999999999">
2780
2949
  <classes>
2781
- <class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
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="893" signature="()V">
2952
+ <method name="(anonymous_0)" hits="940" signature="()V">
2784
2953
  <lines>
2785
- <line number="41" hits="893"/>
2954
+ <line number="43" hits="940"/>
2786
2955
  </lines>
2787
2956
  </method>
2788
- <method name="(anonymous_1)" hits="976" signature="()V">
2957
+ <method name="(anonymous_1)" hits="1100" signature="()V">
2789
2958
  <lines>
2790
- <line number="45" hits="976"/>
2959
+ <line number="47" hits="1100"/>
2791
2960
  </lines>
2792
2961
  </method>
2793
- <method name="(anonymous_2)" hits="976" signature="()V">
2962
+ <method name="(anonymous_2)" hits="1100" signature="()V">
2794
2963
  <lines>
2795
- <line number="46" hits="976"/>
2964
+ <line number="48" hits="1100"/>
2796
2965
  </lines>
2797
2966
  </method>
2798
- <method name="(anonymous_3)" hits="814" signature="()V">
2967
+ <method name="(anonymous_3)" hits="861" signature="()V">
2799
2968
  <lines>
2800
- <line number="53" hits="814"/>
2969
+ <line number="55" hits="861"/>
2801
2970
  </lines>
2802
2971
  </method>
2803
- <method name="(anonymous_4)" hits="204" signature="()V">
2972
+ <method name="(anonymous_4)" hits="200" signature="()V">
2804
2973
  <lines>
2805
- <line number="69" hits="204"/>
2974
+ <line number="69" hits="200"/>
2806
2975
  </lines>
2807
2976
  </method>
2808
- <method name="(anonymous_5)" hits="812" signature="()V">
2977
+ <method name="(anonymous_5)" hits="859" signature="()V">
2809
2978
  <lines>
2810
- <line number="70" hits="812"/>
2979
+ <line number="70" hits="859"/>
2811
2980
  </lines>
2812
2981
  </method>
2813
- <method name="(anonymous_6)" hits="395" signature="()V">
2982
+ <method name="(anonymous_6)" hits="425" signature="()V">
2814
2983
  <lines>
2815
- <line number="112" hits="395"/>
2984
+ <line number="113" hits="425"/>
2816
2985
  </lines>
2817
2986
  </method>
2818
- <method name="(anonymous_7)" hits="893" signature="()V">
2987
+ <method name="(anonymous_7)" hits="940" signature="()V">
2819
2988
  <lines>
2820
- <line number="116" hits="893"/>
2989
+ <line number="117" hits="940"/>
2821
2990
  </lines>
2822
2991
  </method>
2823
- <method name="(anonymous_8)" hits="893" signature="()V">
2992
+ <method name="(anonymous_8)" hits="940" signature="()V">
2824
2993
  <lines>
2825
- <line number="120" hits="893"/>
2994
+ <line number="121" hits="940"/>
2826
2995
  </lines>
2827
2996
  </method>
2828
- <method name="(anonymous_9)" hits="571" signature="()V">
2997
+ <method name="(anonymous_9)" hits="611" signature="()V">
2829
2998
  <lines>
2830
- <line number="130" hits="571"/>
2999
+ <line number="131" hits="611"/>
2831
3000
  </lines>
2832
3001
  </method>
2833
3002
  <method name="(anonymous_10)" hits="22" signature="()V">
2834
3003
  <lines>
2835
- <line number="153" hits="22"/>
3004
+ <line number="154" hits="22"/>
2836
3005
  </lines>
2837
3006
  </method>
2838
- <method name="(anonymous_11)" hits="204" signature="()V">
3007
+ <method name="(anonymous_11)" hits="200" signature="()V">
2839
3008
  <lines>
2840
- <line number="164" hits="204"/>
3009
+ <line number="165" hits="200"/>
2841
3010
  </lines>
2842
3011
  </method>
2843
- <method name="(anonymous_12)" hits="893" signature="()V">
3012
+ <method name="(anonymous_12)" hits="940" signature="()V">
2844
3013
  <lines>
2845
- <line number="177" hits="893"/>
3014
+ <line number="178" hits="940"/>
2846
3015
  </lines>
2847
3016
  </method>
2848
- <method name="(anonymous_13)" hits="352" signature="()V">
3017
+ <method name="(anonymous_13)" hits="372" signature="()V">
2849
3018
  <lines>
2850
- <line number="183" hits="352"/>
3019
+ <line number="184" hits="372"/>
2851
3020
  </lines>
2852
3021
  </method>
2853
- <method name="(anonymous_14)" hits="618" signature="()V">
3022
+ <method name="(anonymous_14)" hits="664" signature="()V">
2854
3023
  <lines>
2855
- <line number="189" hits="618"/>
3024
+ <line number="190" hits="664"/>
2856
3025
  </lines>
2857
3026
  </method>
2858
- <method name="(anonymous_15)" hits="1130" signature="()V">
3027
+ <method name="(anonymous_15)" hits="1129" signature="()V">
2859
3028
  <lines>
2860
- <line number="206" hits="1130"/>
3029
+ <line number="198" hits="1129"/>
2861
3030
  </lines>
2862
3031
  </method>
2863
- <method name="(anonymous_16)" hits="1130" signature="()V">
3032
+ <method name="(anonymous_16)" hits="338" signature="()V">
2864
3033
  <lines>
2865
- <line number="245" hits="1130"/>
3034
+ <line number="210" hits="338"/>
2866
3035
  </lines>
2867
3036
  </method>
2868
- <method name="(anonymous_17)" hits="304" signature="()V">
3037
+ <method name="(anonymous_17)" hits="1227" signature="()V">
2869
3038
  <lines>
2870
- <line number="301" hits="304"/>
3039
+ <line number="254" hits="1227"/>
3040
+ </lines>
3041
+ </method>
3042
+ <method name="(anonymous_18)" hits="1227" signature="()V">
3043
+ <lines>
3044
+ <line number="293" hits="1227"/>
2871
3045
  </lines>
2872
3046
  </method>
2873
3047
  </methods>
2874
3048
  <lines>
2875
- <line number="41" hits="26" branch="false"/>
2876
- <line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2877
- <line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2878
- <line number="59" hits="814" branch="false"/>
2879
- <line number="60" hits="814" branch="true" condition-coverage="50% (1/2)"/>
2880
- <line number="61" hits="814" branch="false"/>
2881
- <line number="63" hits="814" branch="false"/>
2882
- <line number="64" hits="814" branch="false"/>
2883
- <line number="65" hits="814" branch="false"/>
2884
- <line number="67" hits="814" branch="false"/>
2885
- <line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
2886
- <line number="70" hits="812" branch="true" condition-coverage="100% (1/1)"/>
2887
- <line number="83" hits="893" branch="false"/>
2888
- <line number="85" hits="893" branch="false"/>
2889
- <line number="86" hits="893" branch="false"/>
2890
- <line number="94" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2891
- <line number="99" hits="893" branch="false"/>
2892
- <line number="109" hits="893" branch="false"/>
2893
- <line number="111" hits="893" branch="false"/>
2894
- <line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
2895
- <line number="115" hits="893" branch="false"/>
2896
- <line number="116" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2897
- <line number="119" hits="893" branch="false"/>
2898
- <line number="120" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2899
- <line number="124" hits="893" branch="false"/>
2900
- <line number="125" hits="893" branch="false"/>
2901
- <line number="127" hits="893" branch="false"/>
2902
- <line number="129" hits="893" branch="false"/>
2903
- <line number="130" hits="571" branch="false"/>
2904
- <line number="149" hits="893" branch="false"/>
2905
- <line number="153" hits="893" branch="false"/>
2906
- <line number="155" hits="893" branch="true" condition-coverage="0% (0/1)"/>
2907
- <line number="165" hits="204" branch="false"/>
2908
- <line number="178" hits="893" branch="false"/>
2909
- <line number="183" hits="893" branch="false"/>
2910
- <line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
2911
- <line number="185" hits="176" branch="false"/>
2912
- <line number="189" hits="893" branch="false"/>
2913
- <line number="197" hits="893" branch="false"/>
2914
- <line number="216" hits="1130" branch="false"/>
2915
- <line number="218" hits="1130" branch="false"/>
2916
- <line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2917
- <line number="221" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2918
- <line number="225" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2919
- <line number="231" hits="1130" branch="false"/>
2920
- <line number="233" hits="1130" branch="false"/>
2921
- <line number="235" hits="1130" branch="false"/>
2922
- <line number="245" hits="1130" branch="false"/>
2923
- <line number="246" hits="1130" branch="true" condition-coverage="50% (1/2)"/>
2924
- <line number="247" hits="0" branch="false"/>
2925
- <line number="250" hits="1130" branch="true" condition-coverage="100% (4/4)"/>
2926
- <line number="251" hits="22" branch="false"/>
2927
- <line number="260" hits="1108" branch="false"/>
2928
- <line number="263" hits="1130" branch="false"/>
2929
- <line number="302" hits="304" branch="true" condition-coverage="100% (2/2)"/>
2930
- <line number="303" hits="300" branch="false"/>
2931
- <line number="305" hits="4" branch="false"/>
2932
- <line number="402" hits="26" branch="false"/>
3049
+ <line number="43" hits="26" 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"/>
3082
+ <line number="185" hits="372" branch="true" condition-coverage="100% (2/2)"/>
3083
+ <line number="186" hits="186" 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"/>
3087
+ <line number="211" hits="338" branch="true" condition-coverage="100% (2/2)"/>
3088
+ <line number="212" hits="330" branch="false"/>
3089
+ <line number="214" hits="8" branch="false"/>
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)"/>
3101
+ <line number="295" hits="0" branch="false"/>
3102
+ <line number="298" hits="1227" branch="true" condition-coverage="100% (4/4)"/>
3103
+ <line number="299" hits="22" 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"/>
3107
+ <line number="455" hits="26" branch="false"/>
2933
3108
  </lines>
2934
3109
  </class>
2935
3110
  <class name="index.js" filename="src/lib/SASQLookupComponent/index.js" line-rate="0" branch-rate="0">
@@ -3035,7 +3210,7 @@
3035
3210
  <line number="84" hits="1296" branch="false"/>
3036
3211
  <line number="87" hits="72" branch="true" condition-coverage="100% (2/2)"/>
3037
3212
  <line number="89" hits="72" branch="false"/>
3038
- <line number="127" hits="25" branch="false"/>
3213
+ <line number="129" hits="25" branch="false"/>
3039
3214
  </lines>
3040
3215
  </class>
3041
3216
  <class name="index.js" filename="src/lib/SASQLookupComponent/TableBody/index.js" line-rate="0" branch-rate="0">
@@ -3107,18 +3282,18 @@
3107
3282
  </class>
3108
3283
  </classes>
3109
3284
  </package>
3110
- <package name="SASQViewComponent" line-rate="0.7894" branch-rate="0.625">
3285
+ <package name="SASQViewComponent" line-rate="0.8946999999999999" branch-rate="0.625">
3111
3286
  <classes>
3112
- <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">
3113
3288
  <methods>
3114
3289
  <method name="(anonymous_0)" hits="10" signature="()V">
3115
3290
  <lines>
3116
3291
  <line number="9" hits="10"/>
3117
3292
  </lines>
3118
3293
  </method>
3119
- <method name="(anonymous_1)" hits="0" signature="()V">
3294
+ <method name="(anonymous_1)" hits="10" signature="()V">
3120
3295
  <lines>
3121
- <line number="17" hits="0"/>
3296
+ <line number="17" hits="10"/>
3122
3297
  </lines>
3123
3298
  </method>
3124
3299
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -3131,9 +3306,9 @@
3131
3306
  <line number="20" hits="10"/>
3132
3307
  </lines>
3133
3308
  </method>
3134
- <method name="(anonymous_4)" hits="0" signature="()V">
3309
+ <method name="(anonymous_4)" hits="10" signature="()V">
3135
3310
  <lines>
3136
- <line number="52" hits="0"/>
3311
+ <line number="52" hits="10"/>
3137
3312
  </lines>
3138
3313
  </method>
3139
3314
  <method name="(anonymous_5)" hits="0" signature="()V">
@@ -3154,7 +3329,7 @@
3154
3329
  </methods>
3155
3330
  <lines>
3156
3331
  <line number="8" hits="26" branch="false"/>
3157
- <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)"/>
3158
3333
  <line number="18" hits="0" branch="true" condition-coverage="100% (1/1)"/>
3159
3334
  <line number="25" hits="10" branch="false"/>
3160
3335
  <line number="26" hits="10" branch="true" condition-coverage="50% (1/2)"/>
@@ -3166,7 +3341,7 @@
3166
3341
  <line number="41" hits="10" branch="true" condition-coverage="50% (1/2)"/>
3167
3342
  <line number="43" hits="10" branch="false"/>
3168
3343
  <line number="44" hits="10" branch="true" condition-coverage="0% (0/1)"/>
3169
- <line number="53" hits="0" branch="false"/>
3344
+ <line number="53" hits="10" branch="false"/>
3170
3345
  <line number="65" hits="0" branch="false"/>
3171
3346
  <line number="70" hits="10" branch="false"/>
3172
3347
  <line number="77" hits="10" branch="false"/>
@@ -4947,18 +5122,18 @@
4947
5122
  </class>
4948
5123
  </classes>
4949
5124
  </package>
4950
- <package name="Tags" line-rate="0.7619" branch-rate="0.6">
5125
+ <package name="Tags" line-rate="0.8095" branch-rate="0.6">
4951
5126
  <classes>
4952
- <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">
4953
5128
  <methods>
4954
5129
  <method name="(anonymous_0)" hits="9" signature="()V">
4955
5130
  <lines>
4956
5131
  <line number="16" hits="9"/>
4957
5132
  </lines>
4958
5133
  </method>
4959
- <method name="(anonymous_1)" hits="0" signature="()V">
5134
+ <method name="(anonymous_1)" hits="9" signature="()V">
4960
5135
  <lines>
4961
- <line number="46" hits="0"/>
5136
+ <line number="46" hits="9"/>
4962
5137
  </lines>
4963
5138
  </method>
4964
5139
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -4990,7 +5165,7 @@
4990
5165
  <line number="28" hits="9" branch="false"/>
4991
5166
  <line number="31" hits="9" branch="true" condition-coverage="50% (1/2)"/>
4992
5167
  <line number="44" hits="9" branch="false"/>
4993
- <line number="46" hits="0" branch="false"/>
5168
+ <line number="46" hits="9" branch="false"/>
4994
5169
  <line number="92" hits="9" branch="false"/>
4995
5170
  <line number="93" hits="0" branch="false"/>
4996
5171
  <line number="94" hits="0" branch="false"/>
@@ -5020,7 +5195,7 @@
5020
5195
  </class>
5021
5196
  </classes>
5022
5197
  </package>
5023
- <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">
5024
5199
  <classes>
5025
5200
  <class name="index.js" filename="src/lib/Tags/hooks/index.js" line-rate="0" branch-rate="0">
5026
5201
  <methods>
@@ -5028,16 +5203,16 @@
5028
5203
  <lines>
5029
5204
  </lines>
5030
5205
  </class>
5031
- <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">
5032
5207
  <methods>
5033
5208
  <method name="(anonymous_0)" hits="9" signature="()V">
5034
5209
  <lines>
5035
5210
  <line number="5" hits="9"/>
5036
5211
  </lines>
5037
5212
  </method>
5038
- <method name="(anonymous_1)" hits="0" signature="()V">
5213
+ <method name="(anonymous_1)" hits="9" signature="()V">
5039
5214
  <lines>
5040
- <line number="11" hits="0"/>
5215
+ <line number="11" hits="9"/>
5041
5216
  </lines>
5042
5217
  </method>
5043
5218
  </methods>
@@ -5046,7 +5221,7 @@
5046
5221
  <line number="6" hits="9" branch="false"/>
5047
5222
  <line number="7" hits="9" branch="true" condition-coverage="50% (1/2)"/>
5048
5223
  <line number="9" hits="9" branch="false"/>
5049
- <line number="11" hits="0" branch="false"/>
5224
+ <line number="11" hits="9" branch="false"/>
5050
5225
  </lines>
5051
5226
  </class>
5052
5227
  <class name="useTagsEnabled.js" filename="src/lib/Tags/hooks/useTagsEnabled.js" line-rate="0.38880000000000003" branch-rate="0">
@@ -5288,7 +5463,7 @@
5288
5463
  </class>
5289
5464
  </classes>
5290
5465
  </package>
5291
- <package name="hooks" line-rate="0.3829" branch-rate="0.306">
5466
+ <package name="hooks" line-rate="0.386" branch-rate="0.306">
5292
5467
  <classes>
5293
5468
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5294
5469
  <methods>
@@ -5600,14 +5775,14 @@
5600
5775
  </class>
5601
5776
  <class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="1" branch-rate="1">
5602
5777
  <methods>
5603
- <method name="(anonymous_0)" hits="196" signature="()V">
5778
+ <method name="(anonymous_0)" hits="218" signature="()V">
5604
5779
  <lines>
5605
- <line number="7" hits="196"/>
5780
+ <line number="7" hits="218"/>
5606
5781
  </lines>
5607
5782
  </method>
5608
- <method name="(anonymous_1)" hits="893" signature="()V">
5783
+ <method name="(anonymous_1)" hits="940" signature="()V">
5609
5784
  <lines>
5610
- <line number="26" hits="893"/>
5785
+ <line number="26" hits="940"/>
5611
5786
  </lines>
5612
5787
  </method>
5613
5788
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -5615,32 +5790,32 @@
5615
5790
  <line number="30" hits="0"/>
5616
5791
  </lines>
5617
5792
  </method>
5618
- <method name="(anonymous_3)" hits="196" signature="()V">
5793
+ <method name="(anonymous_3)" hits="218" signature="()V">
5619
5794
  <lines>
5620
- <line number="38" hits="196"/>
5795
+ <line number="38" hits="218"/>
5621
5796
  </lines>
5622
5797
  </method>
5623
5798
  </methods>
5624
5799
  <lines>
5625
5800
  <line number="7" hits="27" branch="false"/>
5626
- <line number="8" hits="196" branch="false"/>
5627
- <line number="9" hits="196" branch="false"/>
5628
- <line number="13" hits="196" branch="true" condition-coverage="100% (2/2)"/>
5629
- <line number="18" hits="46" branch="true" condition-coverage="100% (2/2)"/>
5630
- <line number="19" hits="32" branch="false"/>
5631
- <line number="21" hits="14" 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"/>
5632
5807
  <line number="26" hits="27" branch="false"/>
5633
- <line number="27" hits="893" branch="false"/>
5634
- <line number="28" hits="893" branch="false"/>
5635
- <line number="29" hits="893" branch="false"/>
5636
- <line number="30" hits="893" branch="false"/>
5637
- <line number="32" hits="893" branch="false"/>
5638
- <line number="34" hits="893" 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)"/>
5639
5814
  <line number="35" hits="31" branch="false"/>
5640
- <line number="38" hits="893" branch="false"/>
5641
- <line number="39" hits="196" branch="false"/>
5642
- <line number="40" hits="196" branch="false"/>
5643
- <line number="42" hits="893" 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"/>
5644
5819
  </lines>
5645
5820
  </class>
5646
5821
  <class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
@@ -5671,9 +5846,9 @@
5671
5846
  </class>
5672
5847
  <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
5673
5848
  <methods>
5674
- <method name="(anonymous_0)" hits="893" signature="()V">
5849
+ <method name="(anonymous_0)" hits="940" signature="()V">
5675
5850
  <lines>
5676
- <line number="5" hits="893"/>
5851
+ <line number="5" hits="940"/>
5677
5852
  </lines>
5678
5853
  </method>
5679
5854
  <method name="(anonymous_1)" hits="22" signature="()V">
@@ -5684,12 +5859,12 @@
5684
5859
  </methods>
5685
5860
  <lines>
5686
5861
  <line number="5" hits="27" branch="false"/>
5687
- <line number="6" hits="893" branch="false"/>
5688
- <line number="7" hits="893" branch="false"/>
5689
- <line number="9" hits="893" 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"/>
5690
5865
  <line number="10" hits="22" branch="false"/>
5691
5866
  <line number="11" hits="22" branch="false"/>
5692
- <line number="14" hits="893" branch="false"/>
5867
+ <line number="14" hits="940" branch="false"/>
5693
5868
  </lines>
5694
5869
  </class>
5695
5870
  <class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
@@ -5765,7 +5940,7 @@
5765
5940
  <line number="53" hits="0" branch="false"/>
5766
5941
  </lines>
5767
5942
  </class>
5768
- <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">
5769
5944
  <methods>
5770
5945
  <method name="(anonymous_0)" hits="7" signature="()V">
5771
5946
  <lines>
@@ -5782,9 +5957,9 @@
5782
5957
  <line number="48" hits="0"/>
5783
5958
  </lines>
5784
5959
  </method>
5785
- <method name="(anonymous_3)" hits="0" signature="()V">
5960
+ <method name="(anonymous_3)" hits="7" signature="()V">
5786
5961
  <lines>
5787
- <line number="66" hits="0"/>
5962
+ <line number="66" hits="7"/>
5788
5963
  </lines>
5789
5964
  </method>
5790
5965
  <method name="(anonymous_4)" hits="7" signature="()V">
@@ -5868,7 +6043,7 @@
5868
6043
  <line number="48" hits="0" branch="false"/>
5869
6044
  <line number="51" hits="7" branch="true" condition-coverage="50% (1/2)"/>
5870
6045
  <line number="64" hits="7" branch="false"/>
5871
- <line number="66" hits="0" branch="false"/>
6046
+ <line number="66" hits="7" branch="false"/>
5872
6047
  <line number="70" hits="7" branch="true" condition-coverage="100% (2/2)"/>
5873
6048
  <line number="74" hits="7" branch="false"/>
5874
6049
  <line number="75" hits="7" branch="true" condition-coverage="50% (1/2)"/>
@@ -5902,24 +6077,24 @@
5902
6077
  </class>
5903
6078
  <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5904
6079
  <methods>
5905
- <method name="(anonymous_0)" hits="914" signature="()V">
6080
+ <method name="(anonymous_0)" hits="961" signature="()V">
5906
6081
  <lines>
5907
- <line number="18" hits="914"/>
6082
+ <line number="18" hits="961"/>
5908
6083
  </lines>
5909
6084
  </method>
5910
- <method name="(anonymous_1)" hits="2467" signature="()V">
6085
+ <method name="(anonymous_1)" hits="2607" signature="()V">
5911
6086
  <lines>
5912
- <line number="28" hits="2467"/>
6087
+ <line number="28" hits="2607"/>
5913
6088
  </lines>
5914
6089
  </method>
5915
- <method name="(anonymous_2)" hits="2467" signature="()V">
6090
+ <method name="(anonymous_2)" hits="2607" signature="()V">
5916
6091
  <lines>
5917
- <line number="29" hits="2467"/>
6092
+ <line number="29" hits="2607"/>
5918
6093
  </lines>
5919
6094
  </method>
5920
- <method name="(anonymous_3)" hits="914" signature="()V">
6095
+ <method name="(anonymous_3)" hits="961" signature="()V">
5921
6096
  <lines>
5922
- <line number="33" hits="914"/>
6097
+ <line number="33" hits="961"/>
5923
6098
  </lines>
5924
6099
  </method>
5925
6100
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -5927,14 +6102,14 @@
5927
6102
  <line number="56" hits="0"/>
5928
6103
  </lines>
5929
6104
  </method>
5930
- <method name="(anonymous_5)" hits="34" signature="()V">
6105
+ <method name="(anonymous_5)" hits="41" signature="()V">
5931
6106
  <lines>
5932
- <line number="95" hits="34"/>
6107
+ <line number="95" hits="41"/>
5933
6108
  </lines>
5934
6109
  </method>
5935
- <method name="(anonymous_6)" hits="639" signature="()V">
6110
+ <method name="(anonymous_6)" hits="685" signature="()V">
5936
6111
  <lines>
5937
- <line number="104" hits="639"/>
6112
+ <line number="104" hits="685"/>
5938
6113
  </lines>
5939
6114
  </method>
5940
6115
  <method name="(anonymous_7)" hits="0" signature="()V">
@@ -5942,32 +6117,32 @@
5942
6117
  <line number="157" hits="0"/>
5943
6118
  </lines>
5944
6119
  </method>
5945
- <method name="(anonymous_8)" hits="1048" signature="()V">
6120
+ <method name="(anonymous_8)" hits="1152" signature="()V">
5946
6121
  <lines>
5947
- <line number="166" hits="1048"/>
6122
+ <line number="166" hits="1152"/>
5948
6123
  </lines>
5949
6124
  </method>
5950
- <method name="(anonymous_9)" hits="185" signature="()V">
6125
+ <method name="(anonymous_9)" hits="195" signature="()V">
5951
6126
  <lines>
5952
- <line number="184" hits="185"/>
6127
+ <line number="184" hits="195"/>
5953
6128
  </lines>
5954
6129
  </method>
5955
6130
  </methods>
5956
6131
  <lines>
5957
6132
  <line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
5958
- <line number="28" hits="2467" branch="false"/>
5959
- <line number="29" hits="2467" branch="false"/>
5960
- <line number="33" hits="914" branch="false"/>
5961
- <line number="35" hits="914" 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)"/>
5962
6137
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5963
6138
  <line number="37" hits="0" branch="false"/>
5964
6139
  <line number="40" hits="0" branch="false"/>
5965
6140
  <line number="41" hits="0" branch="false"/>
5966
- <line number="45" hits="914" branch="false"/>
5967
- <line number="48" hits="914" branch="false"/>
5968
- <line number="50" hits="914" branch="false"/>
5969
- <line number="51" hits="914" branch="false"/>
5970
- <line number="56" hits="914" 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"/>
5971
6146
  <line number="57" hits="0" branch="false"/>
5972
6147
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5973
6148
  <line number="61" hits="0" branch="false"/>
@@ -5979,47 +6154,47 @@
5979
6154
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5980
6155
  <line number="73" hits="0" branch="false"/>
5981
6156
  <line number="77" hits="0" branch="false"/>
5982
- <line number="94" hits="914" branch="false"/>
5983
- <line number="95" hits="914" branch="false"/>
5984
- <line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
5985
- <line number="97" hits="34" branch="false"/>
6157
+ <line number="94" hits="961" branch="false"/>
6158
+ <line number="95" hits="961" branch="false"/>
6159
+ <line number="96" hits="41" branch="true" condition-coverage="50% (1/2)"/>
6160
+ <line number="97" hits="41" branch="false"/>
5986
6161
  <line number="99" hits="0" branch="false"/>
5987
6162
  <line number="100" hits="0" branch="false"/>
5988
- <line number="104" hits="914" branch="false"/>
5989
- <line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
5990
- <line number="106" hits="639" branch="false"/>
5991
- <line number="108" hits="639" 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)"/>
5992
6167
  <line number="109" hits="0" branch="false"/>
5993
- <line number="110" hits="639" branch="true" condition-coverage="100% (4/4)"/>
5994
- <line number="112" hits="618" branch="false"/>
5995
- <line number="113" hits="618" branch="false"/>
5996
- <line number="119" hits="618" branch="false"/>
5997
- <line number="125" hits="639" branch="true" condition-coverage="100% (2/2)"/>
5998
- <line number="126" hits="32" branch="false"/>
5999
- <line number="131" hits="32" branch="false"/>
6000
- <line number="135" hits="32" 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"/>
6001
6176
  <line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6002
6177
  <line number="140" hits="0" branch="false"/>
6003
- <line number="154" hits="914" branch="true" condition-coverage="100% (3/3)"/>
6004
- <line number="155" hits="914" branch="true" condition-coverage="100% (2/2)"/>
6005
- <line number="156" hits="914" branch="true" condition-coverage="100% (2/2)"/>
6006
- <line number="157" hits="914" 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"/>
6007
6182
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6008
6183
  <line number="159" hits="0" branch="false"/>
6009
- <line number="166" hits="914" branch="false"/>
6010
- <line number="167" hits="1048" branch="false"/>
6011
- <line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
6012
- <line number="178" hits="34" branch="false"/>
6013
- <line number="181" hits="1048" branch="false"/>
6014
- <line number="184" hits="914" branch="false"/>
6015
- <line number="188" hits="914" branch="false"/>
6184
+ <line number="166" hits="961" branch="false"/>
6185
+ <line number="167" hits="1152" branch="false"/>
6186
+ <line number="177" hits="1152" branch="true" condition-coverage="100% (2/2)"/>
6187
+ <line number="178" hits="41" branch="false"/>
6188
+ <line number="181" hits="1152" branch="false"/>
6189
+ <line number="184" hits="961" branch="false"/>
6190
+ <line number="188" hits="961" branch="false"/>
6016
6191
  </lines>
6017
6192
  </class>
6018
6193
  <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
6019
6194
  <methods>
6020
- <method name="(anonymous_0)" hits="893" signature="()V">
6195
+ <method name="(anonymous_0)" hits="940" signature="()V">
6021
6196
  <lines>
6022
- <line number="5" hits="893"/>
6197
+ <line number="5" hits="940"/>
6023
6198
  </lines>
6024
6199
  </method>
6025
6200
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -6027,29 +6202,29 @@
6027
6202
  <line number="12" hits="0"/>
6028
6203
  </lines>
6029
6204
  </method>
6030
- <method name="(anonymous_2)" hits="618" signature="()V">
6205
+ <method name="(anonymous_2)" hits="664" signature="()V">
6031
6206
  <lines>
6032
- <line number="35" hits="618"/>
6207
+ <line number="35" hits="664"/>
6033
6208
  </lines>
6034
6209
  </method>
6035
6210
  </methods>
6036
6211
  <lines>
6037
6212
  <line number="5" hits="27" branch="false"/>
6038
- <line number="6" hits="893" branch="false"/>
6039
- <line number="7" hits="893" branch="false"/>
6040
- <line number="9" hits="893" branch="false"/>
6041
- <line number="10" hits="893" branch="false"/>
6042
- <line number="12" hits="893" 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"/>
6043
6218
  <line number="13" hits="0" branch="false"/>
6044
6219
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6045
6220
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6046
6221
  <line number="17" hits="0" branch="false"/>
6047
6222
  <line number="22" hits="0" branch="false"/>
6048
6223
  <line number="28" hits="0" branch="false"/>
6049
- <line number="35" hits="893" branch="false"/>
6050
- <line number="36" hits="618" 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)"/>
6051
6226
  <line number="37" hits="0" branch="false"/>
6052
- <line number="46" hits="893" branch="false"/>
6227
+ <line number="46" hits="940" branch="false"/>
6053
6228
  </lines>
6054
6229
  </class>
6055
6230
  <class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
@@ -6174,28 +6349,28 @@
6174
6349
  </class>
6175
6350
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
6176
6351
  <methods>
6177
- <method name="(anonymous_0)" hits="1079" signature="()V">
6352
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6178
6353
  <lines>
6179
- <line number="3" hits="1079"/>
6354
+ <line number="3" hits="1126"/>
6180
6355
  </lines>
6181
6356
  </method>
6182
- <method name="(anonymous_1)" hits="2431" signature="()V">
6357
+ <method name="(anonymous_1)" hits="2571" signature="()V">
6183
6358
  <lines>
6184
- <line number="4" hits="2431"/>
6359
+ <line number="4" hits="2571"/>
6185
6360
  </lines>
6186
6361
  </method>
6187
6362
  </methods>
6188
6363
  <lines>
6189
6364
  <line number="3" hits="27" branch="false"/>
6190
- <line number="4" hits="2431" branch="false"/>
6191
- <line number="7" hits="1079" 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)"/>
6192
6367
  <line number="8" hits="0" branch="false"/>
6193
- <line number="9" hits="1079" branch="true" condition-coverage="50% (1/2)"/>
6368
+ <line number="9" hits="1126" branch="true" condition-coverage="50% (1/2)"/>
6194
6369
  <line number="10" hits="0" branch="false"/>
6195
- <line number="12" hits="1079" branch="false"/>
6196
- <line number="15" hits="1079" 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)"/>
6197
6372
  <line number="16" hits="0" branch="false"/>
6198
- <line number="19" hits="1079" branch="false"/>
6373
+ <line number="19" hits="1126" branch="false"/>
6199
6374
  </lines>
6200
6375
  </class>
6201
6376
  </classes>
@@ -6215,14 +6390,14 @@
6215
6390
  <line number="6" hits="9"/>
6216
6391
  </lines>
6217
6392
  </method>
6218
- <method name="(anonymous_1)" hits="384" signature="()V">
6393
+ <method name="(anonymous_1)" hits="394" signature="()V">
6219
6394
  <lines>
6220
- <line number="8" hits="384"/>
6395
+ <line number="8" hits="394"/>
6221
6396
  </lines>
6222
6397
  </method>
6223
- <method name="(anonymous_2)" hits="384" signature="()V">
6398
+ <method name="(anonymous_2)" hits="394" signature="()V">
6224
6399
  <lines>
6225
- <line number="8" hits="384"/>
6400
+ <line number="8" hits="394"/>
6226
6401
  </lines>
6227
6402
  </method>
6228
6403
  <method name="(anonymous_3)" hits="0" signature="()V">
@@ -6235,20 +6410,20 @@
6235
6410
  <line number="17" hits="0"/>
6236
6411
  </lines>
6237
6412
  </method>
6238
- <method name="(anonymous_5)" hits="902" signature="()V">
6413
+ <method name="(anonymous_5)" hits="949" signature="()V">
6239
6414
  <lines>
6240
- <line number="27" hits="902"/>
6415
+ <line number="27" hits="949"/>
6241
6416
  </lines>
6242
6417
  </method>
6243
6418
  </methods>
6244
6419
  <lines>
6245
6420
  <line number="6" hits="9" branch="false"/>
6246
- <line number="8" hits="384" branch="false"/>
6247
- <line number="9" hits="384" branch="false"/>
6248
- <line number="10" hits="384" branch="false"/>
6249
- <line number="11" hits="384" branch="true" condition-coverage="50% (1/2)"/>
6421
+ <line number="8" hits="394" branch="false"/>
6422
+ <line number="9" hits="394" branch="false"/>
6423
+ <line number="10" hits="394" branch="false"/>
6424
+ <line number="11" hits="394" branch="true" condition-coverage="50% (1/2)"/>
6250
6425
  <line number="12" hits="0" branch="false"/>
6251
- <line number="15" hits="384" branch="false"/>
6426
+ <line number="15" hits="394" branch="false"/>
6252
6427
  <line number="17" hits="0" branch="false"/>
6253
6428
  <line number="18" hits="0" branch="false"/>
6254
6429
  <line number="19" hits="0" branch="false"/>
@@ -6256,11 +6431,11 @@
6256
6431
  <line number="21" hits="0" branch="false"/>
6257
6432
  <line number="24" hits="0" branch="false"/>
6258
6433
  <line number="25" hits="0" branch="false"/>
6259
- <line number="28" hits="902" branch="false"/>
6260
- <line number="29" hits="902" branch="false"/>
6261
- <line number="30" hits="902" branch="true" condition-coverage="50% (1/2)"/>
6262
- <line number="31" hits="902" branch="false"/>
6263
- <line number="34" hits="902" 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"/>
6264
6439
  </lines>
6265
6440
  </class>
6266
6441
  </classes>
@@ -6275,14 +6450,14 @@
6275
6450
  </class>
6276
6451
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
6277
6452
  <methods>
6278
- <method name="(anonymous_0)" hits="1079" signature="()V">
6453
+ <method name="(anonymous_0)" hits="1126" signature="()V">
6279
6454
  <lines>
6280
- <line number="5" hits="1079"/>
6455
+ <line number="5" hits="1126"/>
6281
6456
  </lines>
6282
6457
  </method>
6283
- <method name="(anonymous_1)" hits="2569" signature="()V">
6458
+ <method name="(anonymous_1)" hits="2666" signature="()V">
6284
6459
  <lines>
6285
- <line number="11" hits="2569"/>
6460
+ <line number="11" hits="2666"/>
6286
6461
  </lines>
6287
6462
  </method>
6288
6463
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -6293,22 +6468,22 @@
6293
6468
  </methods>
6294
6469
  <lines>
6295
6470
  <line number="5" hits="27" branch="false"/>
6296
- <line number="6" hits="1079" branch="false"/>
6297
- <line number="7" hits="1079" branch="false"/>
6298
- <line number="11" hits="1079" branch="false"/>
6299
- <line number="12" hits="2569" branch="true" condition-coverage="100% (2/2)"/>
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)"/>
6300
6475
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6301
6476
  <line number="15" hits="0" branch="false"/>
6302
6477
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
6303
6478
  <line number="20" hits="0" branch="false"/>
6304
6479
  <line number="23" hits="4" branch="false"/>
6305
- <line number="29" hits="2565" branch="true" condition-coverage="100% (4/4)"/>
6480
+ <line number="29" hits="2662" branch="true" condition-coverage="100% (4/4)"/>
6306
6481
  <line number="31" hits="5" branch="true" condition-coverage="50% (1/2)"/>
6307
6482
  <line number="32" hits="0" branch="false"/>
6308
6483
  <line number="35" hits="5" branch="false"/>
6309
- <line number="39" hits="2560" branch="false"/>
6310
- <line number="42" hits="1079" branch="false"/>
6311
- <line number="44" hits="1079" branch="false"/>
6484
+ <line number="39" hits="2657" branch="false"/>
6485
+ <line number="42" hits="1126" branch="false"/>
6486
+ <line number="44" hits="1126" branch="false"/>
6312
6487
  </lines>
6313
6488
  </class>
6314
6489
  </classes>
@@ -6916,6 +7091,66 @@
6916
7091
  </class>
6917
7092
  </classes>
6918
7093
  </package>
7094
+ <package name="hooks.useMutateTemplates" line-rate="0.11109999999999999" branch-rate="0">
7095
+ <classes>
7096
+ <class name="index.js" filename="src/lib/hooks/useMutateTemplates/index.js" line-rate="0" branch-rate="0">
7097
+ <methods>
7098
+ </methods>
7099
+ <lines>
7100
+ </lines>
7101
+ </class>
7102
+ <class name="useMutateTemplates.js" filename="src/lib/hooks/useMutateTemplates/useMutateTemplates.js" line-rate="0.11109999999999999" branch-rate="0">
7103
+ <methods>
7104
+ <method name="(anonymous_0)" hits="0" signature="()V">
7105
+ <lines>
7106
+ <line number="6" hits="0"/>
7107
+ </lines>
7108
+ </method>
7109
+ <method name="(anonymous_1)" hits="0" signature="()V">
7110
+ <lines>
7111
+ <line number="19" hits="0"/>
7112
+ </lines>
7113
+ </method>
7114
+ <method name="(anonymous_2)" hits="0" signature="()V">
7115
+ <lines>
7116
+ <line number="21" hits="0"/>
7117
+ </lines>
7118
+ </method>
7119
+ <method name="(anonymous_3)" hits="0" signature="()V">
7120
+ <lines>
7121
+ <line number="25" hits="0"/>
7122
+ </lines>
7123
+ </method>
7124
+ <method name="(anonymous_4)" hits="0" signature="()V">
7125
+ <lines>
7126
+ <line number="27" hits="0"/>
7127
+ </lines>
7128
+ </method>
7129
+ <method name="(anonymous_5)" hits="0" signature="()V">
7130
+ <lines>
7131
+ <line number="31" hits="0"/>
7132
+ </lines>
7133
+ </method>
7134
+ <method name="(anonymous_6)" hits="0" signature="()V">
7135
+ <lines>
7136
+ <line number="33" hits="0"/>
7137
+ </lines>
7138
+ </method>
7139
+ </methods>
7140
+ <lines>
7141
+ <line number="6" hits="27" branch="false"/>
7142
+ <line number="15" hits="0" branch="false"/>
7143
+ <line number="17" hits="0" branch="false"/>
7144
+ <line number="20" hits="0" branch="false"/>
7145
+ <line number="22" hits="0" branch="false"/>
7146
+ <line number="26" hits="0" branch="false"/>
7147
+ <line number="28" hits="0" branch="false"/>
7148
+ <line number="32" hits="0" branch="false"/>
7149
+ <line number="34" hits="0" branch="false"/>
7150
+ </lines>
7151
+ </class>
7152
+ </classes>
7153
+ </package>
6919
7154
  <package name="hooks.useStandaloneSASQQueryParameter" line-rate="0.07690000000000001" branch-rate="0">
6920
7155
  <classes>
6921
7156
  <class name="index.js" filename="src/lib/hooks/useStandaloneSASQQueryParameter/index.js" line-rate="0" branch-rate="0">
@@ -6960,52 +7195,83 @@
6960
7195
  </class>
6961
7196
  </classes>
6962
7197
  </package>
6963
- <package name="utils" line-rate="0.4393" branch-rate="0.3617">
7198
+ <package name="utils" line-rate="0.3703" branch-rate="0.28809999999999997">
6964
7199
  <classes>
6965
7200
  <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
6966
7201
  <methods>
6967
- <method name="removeEmpty" hits="196" 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">
6968
7208
  <lines>
6969
- <line number="10" hits="196"/>
7209
+ <line number="13" hits="495"/>
6970
7210
  </lines>
6971
7211
  </method>
6972
- <method name="(anonymous_1)" hits="437" signature="()V">
7212
+ <method name="buildUrl" hits="218" signature="()V">
7213
+ <lines>
7214
+ <line number="20" hits="218"/>
7215
+ </lines>
7216
+ </method>
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">
6973
7235
  <lines>
6974
- <line number="13" hits="437"/>
7236
+ <line number="9" hits="0"/>
6975
7237
  </lines>
6976
7238
  </method>
6977
- <method name="buildUrl" hits="196" signature="()V">
7239
+ <method name="(anonymous_1)" hits="0" signature="()V">
6978
7240
  <lines>
6979
- <line number="20" hits="196"/>
7241
+ <line number="32" hits="0"/>
6980
7242
  </lines>
6981
7243
  </method>
6982
7244
  </methods>
6983
7245
  <lines>
6984
- <line number="11" hits="196" branch="false"/>
6985
- <line number="13" hits="196" branch="false"/>
6986
- <line number="14" hits="437" branch="true" condition-coverage="100% (2/2)"/>
6987
- <line number="17" hits="196" branch="false"/>
6988
- <line number="21" hits="196" branch="true" condition-coverage="100% (2/2)"/>
6989
- <line number="22" hits="196" branch="true" condition-coverage="100% (3/3)"/>
6990
- <line number="23" hits="196" branch="false"/>
6991
- <line number="25" hits="196" branch="false"/>
6992
- <line number="27" hits="196" branch="true" condition-coverage="100% (2/2)"/>
6993
- <line number="28" hits="92" branch="false"/>
6994
- <line number="31" hits="196" 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"/>
6995
7261
  </lines>
6996
7262
  </class>
6997
7263
  <class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.6666">
6998
7264
  <methods>
6999
- <method name="(anonymous_0)" hits="572" signature="()V">
7265
+ <method name="(anonymous_0)" hits="612" signature="()V">
7000
7266
  <lines>
7001
- <line number="3" hits="572"/>
7267
+ <line number="3" hits="612"/>
7002
7268
  </lines>
7003
7269
  </method>
7004
7270
  </methods>
7005
7271
  <lines>
7006
7272
  <line number="3" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7007
- <line number="4" hits="572" branch="false"/>
7008
- <line number="5" hits="572" 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)"/>
7009
7275
  </lines>
7010
7276
  </class>
7011
7277
  <class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
@@ -7349,9 +7615,9 @@
7349
7615
  <classes>
7350
7616
  <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.8045" branch-rate="0.619">
7351
7617
  <methods>
7352
- <method name="(anonymous_0)" hits="874" signature="()V">
7618
+ <method name="(anonymous_0)" hits="917" signature="()V">
7353
7619
  <lines>
7354
- <line number="1" hits="874"/>
7620
+ <line number="1" hits="917"/>
7355
7621
  </lines>
7356
7622
  </method>
7357
7623
  <method name="(anonymous_1)" hits="11" signature="()V">
@@ -7379,14 +7645,14 @@
7379
7645
  <line number="33" hits="0"/>
7380
7646
  </lines>
7381
7647
  </method>
7382
- <method name="(anonymous_6)" hits="579" signature="()V">
7648
+ <method name="(anonymous_6)" hits="619" signature="()V">
7383
7649
  <lines>
7384
- <line number="66" hits="579"/>
7650
+ <line number="66" hits="619"/>
7385
7651
  </lines>
7386
7652
  </method>
7387
- <method name="(anonymous_7)" hits="117" signature="()V">
7653
+ <method name="(anonymous_7)" hits="119" signature="()V">
7388
7654
  <lines>
7389
- <line number="136" hits="117"/>
7655
+ <line number="136" hits="119"/>
7390
7656
  </lines>
7391
7657
  </method>
7392
7658
  <method name="(anonymous_8)" hits="4" signature="()V">
@@ -7447,8 +7713,8 @@
7447
7713
  </methods>
7448
7714
  <lines>
7449
7715
  <line number="1" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7450
- <line number="2" hits="874" branch="true" condition-coverage="100% (2/2)"/>
7451
- <line number="3" hits="869" branch="false"/>
7716
+ <line number="2" hits="917" branch="true" condition-coverage="100% (2/2)"/>
7717
+ <line number="3" hits="912" branch="false"/>
7452
7718
  <line number="6" hits="5" branch="false"/>
7453
7719
  <line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
7454
7720
  <line number="12" hits="11" branch="true" condition-coverage="100% (2/2)"/>
@@ -7473,18 +7739,18 @@
7473
7739
  <line number="51" hits="0" branch="false"/>
7474
7740
  <line number="64" hits="28" branch="false"/>
7475
7741
  <line number="66" hits="28" branch="true" condition-coverage="100% (1/1)"/>
7476
- <line number="67" hits="579" branch="false"/>
7477
- <line number="131" hits="579" branch="false"/>
7478
- <line number="133" hits="579" branch="false"/>
7479
- <line number="135" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7480
- <line number="136" hits="117" branch="true" condition-coverage="75% (3/4)"/>
7481
- <line number="137" hits="76" branch="false"/>
7482
- <line number="141" hits="579" 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)"/>
7746
+ <line number="136" hits="119" branch="true" condition-coverage="75% (3/4)"/>
7747
+ <line number="137" hits="77" branch="false"/>
7748
+ <line number="141" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7483
7749
  <line number="142" hits="8" branch="false"/>
7484
7750
  <line number="143" hits="4" branch="false"/>
7485
7751
  <line number="144" hits="4" branch="true" condition-coverage="50% (1/2)"/>
7486
7752
  <line number="145" hits="4" branch="false"/>
7487
- <line number="150" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7753
+ <line number="150" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7488
7754
  <line number="151" hits="66" branch="false"/>
7489
7755
  <line number="152" hits="66" branch="false"/>
7490
7756
  <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
@@ -7506,14 +7772,14 @@
7506
7772
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7507
7773
  <line number="186" hits="66" branch="false"/>
7508
7774
  <line number="187" hits="66" branch="false"/>
7509
- <line number="192" hits="579" branch="true" condition-coverage="100% (4/4)"/>
7775
+ <line number="192" hits="619" branch="true" condition-coverage="100% (4/4)"/>
7510
7776
  <line number="193" hits="7" branch="false"/>
7511
7777
  <line number="194" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7512
7778
  <line number="195" hits="0" branch="false"/>
7513
7779
  <line number="196" hits="22" branch="true" condition-coverage="50% (1/2)"/>
7514
7780
  <line number="197" hits="22" branch="true" condition-coverage="100% (2/2)"/>
7515
7781
  <line number="198" hits="22" branch="false"/>
7516
- <line number="203" hits="579" branch="true" condition-coverage="100% (2/2)"/>
7782
+ <line number="203" hits="619" branch="true" condition-coverage="100% (2/2)"/>
7517
7783
  <line number="204" hits="7" branch="true" condition-coverage="50% (1/2)"/>
7518
7784
  <line number="205" hits="7" branch="false"/>
7519
7785
  <line number="206" hits="7" branch="false"/>
@@ -7527,12 +7793,12 @@
7527
7793
  <line number="218" hits="7" branch="false"/>
7528
7794
  <line number="219" hits="7" branch="false"/>
7529
7795
  <line number="222" hits="7" branch="false"/>
7530
- <line number="227" hits="579" branch="true" condition-coverage="50% (1/2)"/>
7531
- <line number="228" hits="579" branch="false"/>
7532
- <line number="231" hits="579" branch="false"/>
7533
- <line number="232" hits="1149" branch="true" condition-coverage="100% (2/2)"/>
7534
- <line number="233" hits="578" branch="false"/>
7535
- <line number="237" hits="579" branch="false"/>
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"/>
7536
7802
  </lines>
7537
7803
  </class>
7538
7804
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">