@k-int/stripes-kint-components 5.29.0 → 5.30.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 (401) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/es/__mocks__/@folio/stripes/components.js +3 -7
  3. package/es/__mocks__/@folio/stripes/core.js +4 -6
  4. package/es/__mocks__/@folio/stripes/smart-components.js +4 -6
  5. package/es/__mocks__/react-query.js +4 -6
  6. package/es/__mocks__/react-router-dom.js +6 -6
  7. package/es/lib/ActionList/ActionList.js +26 -33
  8. package/es/lib/ActionList/ActionListFieldArray.js +103 -119
  9. package/es/lib/ComboButton/ComboButton.js +42 -47
  10. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +11 -17
  11. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +42 -46
  12. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +58 -58
  13. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +4 -8
  14. package/es/lib/CustomProperties/Config/CustomPropertyView.js +32 -33
  15. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
  16. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -1
  17. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +3 -3
  18. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +29 -35
  19. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +61 -59
  20. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +20 -20
  21. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +2 -2
  22. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +1 -1
  23. package/es/lib/CustomProperties/Edit/testResources.js +11 -12
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +22 -33
  25. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +23 -35
  26. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -1
  27. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +6 -6
  28. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +3 -6
  29. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +4 -8
  30. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +14 -17
  31. package/es/lib/CustomProperties/Filter/testResources.js +1 -2
  32. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -2
  33. package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -1
  34. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +18 -26
  35. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +3 -6
  36. package/es/lib/CustomProperties/View/CustomPropertyCard.js +7 -11
  37. package/es/lib/CycleButton/CycleButton.js +9 -17
  38. package/es/lib/FormModal/FormModal.js +24 -32
  39. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +23 -30
  40. package/es/lib/IconSelect/IconSelect.js +22 -32
  41. package/es/lib/NoResultsMessage/NoResultsMessage.js +4 -5
  42. package/es/lib/NumberField/NumberField.js +17 -25
  43. package/es/lib/NumberField/NumberField.test.js +6 -7
  44. package/es/lib/QueryTypedown/QueryTypedown.js +8 -15
  45. package/es/lib/RefdataButtons/RefdataButtons.js +6 -9
  46. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +48 -60
  47. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +5 -6
  48. package/es/lib/RichSelect/RichSelect.js +31 -36
  49. package/es/lib/RichSelect/useSelectedOption.js +1 -2
  50. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +91 -94
  51. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +42 -52
  52. package/es/lib/SASQRoute/SASQRoute.js +25 -29
  53. package/es/lib/SASQViewComponent/SASQViewComponent.js +68 -76
  54. package/es/lib/SearchField/SearchField.js +7 -13
  55. package/es/lib/SearchKeyControl/SearchKeyControl.js +8 -13
  56. package/es/lib/SearchKeyControl/SearchKeyControl.test.js +2 -6
  57. package/es/lib/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js +30 -46
  58. package/es/lib/Settings/EditableRefdataList/EditableRefdataList.js +33 -43
  59. package/es/lib/Settings/EditableSettingsList/EditableSettingsList.js +26 -8
  60. package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +31 -33
  61. package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.test.js +8 -2
  62. package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +17 -23
  63. package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.test.js +29 -44
  64. package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js +10 -12
  65. package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.js +50 -29
  66. package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +5 -3
  67. package/es/lib/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js +19 -26
  68. package/es/lib/Settings/SettingPage/SettingPage.js +3 -0
  69. package/es/lib/Settings/SettingPage/SettingPagePane/SettingPagePane.js +2 -2
  70. package/es/lib/Settings/SettingsFormContainer/SettingsFormContainer.js +30 -35
  71. package/es/lib/Settings/StaticSettingsField/StaticSettingsField.js +8 -65
  72. package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +60 -0
  73. package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js +13 -0
  74. package/es/lib/Settings/StaticSettingsField/index.js +8 -1
  75. package/es/lib/Settings/constants/queryKeys.js +10 -1
  76. package/es/lib/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js +2 -2
  77. package/es/lib/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js +1 -1
  78. package/es/lib/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js +3 -7
  79. package/es/lib/Settings/hooks/useAppSettings/useAppSettings.js +7 -11
  80. package/es/lib/Settings/hooks/useSettingSection/useSettingSection.js +17 -17
  81. package/es/lib/Settings/hooks/useSettings/useSettings.js +60 -60
  82. package/es/lib/Settings/index.js +9 -2
  83. package/es/lib/Tags/Tags.js +5 -8
  84. package/es/lib/Tags/hooks/useTags.js +1 -1
  85. package/es/lib/Tags/hooks/useTagsEnabled.js +34 -4
  86. package/es/lib/Tags/tagsConfig.js +1 -1
  87. package/es/lib/Typedown/Typedown.js +21 -28
  88. package/es/lib/constants/endpoints.js +7 -2
  89. package/es/lib/hooks/__mocks__/index.js +3 -7
  90. package/es/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js +20 -26
  91. package/es/lib/hooks/intlHooks/useKintIntl/useKintIntl.js +24 -34
  92. package/es/lib/hooks/typedownHooks/useTypedown.js +2 -2
  93. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
  94. package/es/lib/hooks/useActionListRef.js +1 -1
  95. package/es/lib/hooks/useActiveElement.js +1 -1
  96. package/es/lib/hooks/useCustomProperties.js +6 -10
  97. package/es/lib/hooks/useHelperApp.js +13 -16
  98. package/es/lib/hooks/useKiwtFieldArray.js +7 -8
  99. package/es/lib/hooks/useKiwtSASQuery.js +15 -19
  100. package/es/lib/hooks/useLocalPageStore.js +7 -10
  101. package/es/lib/hooks/useModConfigEntries.js +2 -2
  102. package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js +10 -17
  103. package/es/lib/hooks/useMutateGeneric/useMutateGeneric.js +2 -2
  104. package/es/lib/hooks/useMutateModConfigEntry.js +2 -2
  105. package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js +15 -21
  106. package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js +16 -23
  107. package/es/lib/hooks/usePrevNextPagination.js +17 -19
  108. package/es/lib/hooks/useQIndex.js +11 -14
  109. package/es/lib/hooks/useRefdata.js +3 -3
  110. package/es/lib/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js +9 -13
  111. package/es/lib/hooks/useTemplates.js +4 -4
  112. package/es/lib/utils/buildUrl.js +2 -3
  113. package/es/lib/utils/filterParsers/deparseKiwtQueryFilters.js +5 -5
  114. package/es/lib/utils/filterParsers/parseKiwtQueryFilters.js +2 -2
  115. package/es/lib/utils/filterParsers/parseKiwtQueryGroups.js +4 -5
  116. package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
  117. package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js +94 -107
  118. package/es/lib/utils/groupCustomPropertiesByCtx.js +5 -9
  119. package/es/lib/utils/matchString.js +5 -7
  120. package/es/lib/utils/parseErrorResponse.js +3 -7
  121. package/es/lib/utils/selectorSafe.js +2 -3
  122. package/es/lib/utils/sortByLabel.js +2 -3
  123. package/es/lib/validators/validators.js +6 -9
  124. package/package.json +1 -1
  125. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
  126. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
  127. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  128. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
  130. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  131. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  133. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  134. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  135. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  136. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
  137. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  139. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  140. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  141. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  142. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  143. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
  144. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  146. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  147. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  148. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  149. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  150. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  151. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
  152. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  154. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
  155. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  156. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
  157. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  158. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  159. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  160. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  161. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  163. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  164. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  165. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
  166. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  167. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
  169. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  170. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
  172. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  173. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  174. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  175. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  176. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
  178. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  179. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  180. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
  181. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  182. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  183. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
  184. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  185. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  186. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +1 -1
  187. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  188. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
  190. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  191. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  192. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  193. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
  194. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  195. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  196. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
  197. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  198. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  199. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
  200. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  201. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  202. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
  203. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  204. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
  205. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  206. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
  207. package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
  208. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
  210. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
  211. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  212. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
  213. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  214. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  215. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
  216. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  217. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  218. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  219. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  220. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  221. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
  222. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  223. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  224. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +94 -28
  225. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +50 -44
  226. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +19 -19
  227. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  228. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +20 -11
  229. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +5 -5
  230. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  231. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
  232. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  233. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  234. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +118 -31
  235. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +19 -19
  236. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  237. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +15 -15
  238. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  239. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
  240. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  241. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  242. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +5 -2
  243. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
  244. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  245. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  246. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  247. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  248. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  249. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  250. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  251. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +18 -198
  252. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +211 -0
  253. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +131 -0
  254. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +88 -0
  255. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +19 -19
  256. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +6 -3
  257. package/src/artifacts/coverage-jest/Settings/constants/index.html +17 -17
  258. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  259. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +43 -10
  260. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
  261. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  262. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  263. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  264. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  265. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  266. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  267. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  268. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  269. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
  270. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  271. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  272. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
  273. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
  274. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  275. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  276. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
  277. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +13 -13
  278. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  279. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +21 -9
  280. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  281. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  282. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
  283. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  284. package/src/artifacts/coverage-jest/Settings/index.js.html +2 -2
  285. package/src/artifacts/coverage-jest/Tags/Tags.js.html +1 -1
  286. package/src/artifacts/coverage-jest/Tags/hooks/index.html +15 -15
  287. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  288. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +1 -1
  289. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +150 -12
  290. package/src/artifacts/coverage-jest/Tags/index.html +1 -1
  291. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  292. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
  293. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +1 -1
  294. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  295. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  296. package/src/artifacts/coverage-jest/cobertura-coverage.xml +231 -156
  297. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  298. package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
  299. package/src/artifacts/coverage-jest/constants/endpoints.js.html +23 -5
  300. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
  301. package/src/artifacts/coverage-jest/constants/index.html +5 -5
  302. package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
  303. package/src/artifacts/coverage-jest/hooks/index.html +1 -1
  304. package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
  305. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  306. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  307. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  308. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  309. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +1 -1
  310. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  311. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  312. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +1 -1
  313. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  314. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  315. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +1 -1
  316. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  317. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  318. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
  319. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
  320. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  321. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
  322. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
  323. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
  324. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
  325. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  326. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  327. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +1 -1
  328. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
  329. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +1 -1
  330. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
  331. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +1 -1
  332. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
  333. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  334. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  335. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +1 -1
  336. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  337. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
  338. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +1 -1
  339. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
  340. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  341. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  342. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +1 -1
  343. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  344. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  345. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +1 -1
  346. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +1 -1
  347. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +1 -1
  348. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
  349. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
  350. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  351. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  352. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
  353. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
  354. package/src/artifacts/coverage-jest/index.html +89 -74
  355. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
  356. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  357. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  358. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  359. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  360. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  361. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  362. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +1 -1
  363. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +1 -1
  364. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +1 -1
  365. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  366. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +1 -1
  367. package/src/artifacts/coverage-jest/utils/highlightString.js.html +1 -1
  368. package/src/artifacts/coverage-jest/utils/index.html +1 -1
  369. package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
  370. package/src/artifacts/coverage-jest/utils/matchString.js.html +1 -1
  371. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +1 -1
  372. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +1 -1
  373. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +1 -1
  374. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  375. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  376. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  377. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +1 -1
  378. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +1 -1
  379. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +1 -1
  380. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +1 -1
  381. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +1 -1
  382. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  383. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  384. package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
  385. package/src/lib/Settings/EditableSettingsList/EditableSettingsList.js +42 -20
  386. package/src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +27 -25
  387. package/src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.test.js +2 -0
  388. package/src/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +9 -6
  389. package/src/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.test.js +29 -44
  390. package/src/lib/Settings/EditableSettingsList/SettingField/SettingField.js +49 -20
  391. package/src/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +2 -0
  392. package/src/lib/Settings/SettingPage/SettingPage.js +1 -0
  393. package/src/lib/Settings/StaticSettingsField/StaticSettingsField.js +8 -68
  394. package/src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +42 -0
  395. package/src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js +1 -0
  396. package/src/lib/Settings/StaticSettingsField/index.js +2 -1
  397. package/src/lib/Settings/constants/queryKeys.js +12 -1
  398. package/src/lib/Settings/hooks/useSettingSection/useSettingSection.js +6 -2
  399. package/src/lib/Settings/index.js +1 -1
  400. package/src/lib/Tags/hooks/useTagsEnabled.js +51 -5
  401. package/src/lib/constants/endpoints.js +7 -1
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="2289" lines-covered="794" line-rate="0.3468" branches-valid="1662" branches-covered="390" branch-rate="0.2346" timestamp="1764247650462" complexity="0" version="0.1">
3
+ <coverage lines-valid="2323" lines-covered="809" line-rate="0.3482" branches-valid="1689" branches-covered="396" branch-rate="0.23440000000000003" timestamp="1765368731064" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/builds/knowledge-integration/folio/stripes-kint-components</source>
6
6
  </sources>
@@ -3533,9 +3533,9 @@
3533
3533
  </class>
3534
3534
  </classes>
3535
3535
  </package>
3536
- <package name="Settings.EditableSettingsList" line-rate="0.5" branch-rate="0">
3536
+ <package name="Settings.EditableSettingsList" line-rate="0.1818" branch-rate="0">
3537
3537
  <classes>
3538
- <class name="EditableSettingsList.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsList.js" line-rate="0.5" branch-rate="0">
3538
+ <class name="EditableSettingsList.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsList.js" line-rate="0.1818" branch-rate="0">
3539
3539
  <methods>
3540
3540
  <method name="(anonymous_0)" hits="0" signature="()V">
3541
3541
  <lines>
@@ -3544,15 +3544,37 @@
3544
3544
  </method>
3545
3545
  <method name="(anonymous_1)" hits="0" signature="()V">
3546
3546
  <lines>
3547
- <line number="29" hits="0"/>
3547
+ <line number="24" hits="0"/>
3548
+ </lines>
3549
+ </method>
3550
+ <method name="(anonymous_2)" hits="0" signature="()V">
3551
+ <lines>
3552
+ <line number="25" hits="0"/>
3553
+ </lines>
3554
+ </method>
3555
+ <method name="(anonymous_3)" hits="0" signature="()V">
3556
+ <lines>
3557
+ <line number="41" hits="0"/>
3558
+ </lines>
3559
+ </method>
3560
+ <method name="(anonymous_4)" hits="0" signature="()V">
3561
+ <lines>
3562
+ <line number="44" hits="0"/>
3548
3563
  </lines>
3549
3564
  </method>
3550
3565
  </methods>
3551
3566
  <lines>
3552
3567
  <line number="8" hits="23" branch="false"/>
3553
- <line number="19" hits="0" branch="false"/>
3554
- <line number="30" hits="0" branch="false"/>
3555
- <line number="49" hits="23" branch="false"/>
3568
+ <line number="24" hits="0" branch="false"/>
3569
+ <line number="25" hits="0" branch="false"/>
3570
+ <line number="26" hits="0" branch="false"/>
3571
+ <line number="27" hits="0" branch="false"/>
3572
+ <line number="31" hits="0" branch="false"/>
3573
+ <line number="44" hits="0" branch="false"/>
3574
+ <line number="45" hits="0" branch="false"/>
3575
+ <line number="46" hits="0" branch="false"/>
3576
+ <line number="49" hits="0" branch="false"/>
3577
+ <line number="71" hits="23" branch="false"/>
3556
3578
  </lines>
3557
3579
  </class>
3558
3580
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/index.js" line-rate="0" branch-rate="0">
@@ -3563,9 +3585,9 @@
3563
3585
  </class>
3564
3586
  </classes>
3565
3587
  </package>
3566
- <package name="Settings.EditableSettingsList.EditableSettingsListFieldArray" line-rate="0.8" branch-rate="1">
3588
+ <package name="Settings.EditableSettingsList.EditableSettingsListFieldArray" line-rate="0.8571" branch-rate="0.6666">
3567
3589
  <classes>
3568
- <class name="EditableSettingsListFieldArray.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js" line-rate="0.8" branch-rate="1">
3590
+ <class name="EditableSettingsListFieldArray.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js" line-rate="0.8571" branch-rate="0.6666">
3569
3591
  <methods>
3570
3592
  <method name="(anonymous_0)" hits="4" signature="()V">
3571
3593
  <lines>
@@ -3574,56 +3596,45 @@
3574
3596
  </method>
3575
3597
  <method name="(anonymous_1)" hits="4" signature="()V">
3576
3598
  <lines>
3577
- <line number="23" hits="4"/>
3599
+ <line number="28" hits="4"/>
3578
3600
  </lines>
3579
3601
  </method>
3580
3602
  <method name="(anonymous_2)" hits="4" signature="()V">
3581
3603
  <lines>
3582
- <line number="28" hits="4"/>
3604
+ <line number="33" hits="4"/>
3583
3605
  </lines>
3584
3606
  </method>
3585
3607
  <method name="(anonymous_3)" hits="0" signature="()V">
3586
3608
  <lines>
3587
- <line number="40" hits="0"/>
3609
+ <line number="45" hits="0"/>
3588
3610
  </lines>
3589
3611
  </method>
3590
3612
  <method name="(anonymous_4)" hits="3" signature="()V">
3591
3613
  <lines>
3592
- <line number="64" hits="3"/>
3614
+ <line number="76" hits="3"/>
3593
3615
  </lines>
3594
3616
  </method>
3595
3617
  <method name="(anonymous_5)" hits="4" signature="()V">
3596
3618
  <lines>
3597
- <line number="72" hits="4"/>
3598
- </lines>
3599
- </method>
3600
- <method name="(anonymous_6)" hits="0" signature="()V">
3601
- <lines>
3602
- <line number="80" hits="0"/>
3603
- </lines>
3604
- </method>
3605
- <method name="(anonymous_7)" hits="4" signature="()V">
3606
- <lines>
3607
- <line number="86" hits="4"/>
3619
+ <line number="87" hits="4"/>
3608
3620
  </lines>
3609
3621
  </method>
3610
3622
  </methods>
3611
3623
  <lines>
3612
3624
  <line number="8" hits="23" branch="false"/>
3613
3625
  <line number="21" hits="4" branch="false"/>
3614
- <line number="23" hits="4" branch="false"/>
3626
+ <line number="25" hits="4" branch="false"/>
3615
3627
  <line number="28" hits="4" branch="false"/>
3616
- <line number="29" hits="4" branch="false"/>
3617
- <line number="40" hits="0" branch="false"/>
3618
- <line number="47" hits="4" branch="false"/>
3619
- <line number="64" hits="23" branch="false"/>
3620
- <line number="75" hits="4" branch="false"/>
3621
- <line number="80" hits="3" branch="false"/>
3622
- <line number="81" hits="0" branch="false"/>
3623
- <line number="82" hits="0" branch="false"/>
3624
- <line number="85" hits="3" branch="false"/>
3625
- <line number="87" hits="4" branch="false"/>
3626
- <line number="105" hits="23" branch="false"/>
3628
+ <line number="33" hits="4" branch="false"/>
3629
+ <line number="34" hits="4" branch="false"/>
3630
+ <line number="45" hits="0" branch="false"/>
3631
+ <line number="54" hits="4" branch="true" condition-coverage="50% (2/4)"/>
3632
+ <line number="55" hits="4" branch="false"/>
3633
+ <line number="58" hits="0" branch="false"/>
3634
+ <line number="76" hits="23" branch="false"/>
3635
+ <line number="86" hits="3" branch="false"/>
3636
+ <line number="88" hits="4" branch="false"/>
3637
+ <line number="107" hits="23" branch="false"/>
3627
3638
  </lines>
3628
3639
  </class>
3629
3640
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js" line-rate="0" branch-rate="0">
@@ -3634,127 +3645,149 @@
3634
3645
  </class>
3635
3646
  </classes>
3636
3647
  </package>
3637
- <package name="Settings.EditableSettingsList.SettingField" line-rate="0.6570999999999999" branch-rate="0.619">
3648
+ <package name="Settings.EditableSettingsList.SettingField" line-rate="0.7142000000000001" branch-rate="0.6428">
3638
3649
  <classes>
3639
- <class name="SettingField.js" filename="src/lib/Settings/EditableSettingsList/SettingField/SettingField.js" line-rate="0.6570999999999999" branch-rate="0.619">
3650
+ <class name="SettingField.js" filename="src/lib/Settings/EditableSettingsList/SettingField/SettingField.js" line-rate="0.7142000000000001" branch-rate="0.6428">
3640
3651
  <methods>
3641
3652
  <method name="(anonymous_0)" hits="6" signature="()V">
3642
3653
  <lines>
3643
- <line number="18" hits="6"/>
3654
+ <line number="20" hits="6"/>
3644
3655
  </lines>
3645
3656
  </method>
3646
3657
  <method name="(anonymous_1)" hits="0" signature="()V">
3647
3658
  <lines>
3648
- <line number="56" hits="0"/>
3659
+ <line number="67" hits="0"/>
3649
3660
  </lines>
3650
3661
  </method>
3651
3662
  <method name="(anonymous_2)" hits="0" signature="()V">
3652
3663
  <lines>
3653
- <line number="63" hits="0"/>
3664
+ <line number="74" hits="0"/>
3654
3665
  </lines>
3655
3666
  </method>
3656
3667
  <method name="(anonymous_3)" hits="0" signature="()V">
3657
3668
  <lines>
3658
- <line number="64" hits="0"/>
3669
+ <line number="75" hits="0"/>
3659
3670
  </lines>
3660
3671
  </method>
3661
3672
  <method name="(anonymous_4)" hits="0" signature="()V">
3662
3673
  <lines>
3663
- <line number="65" hits="0"/>
3674
+ <line number="76" hits="0"/>
3664
3675
  </lines>
3665
3676
  </method>
3666
3677
  <method name="(anonymous_5)" hits="0" signature="()V">
3667
3678
  <lines>
3668
- <line number="66" hits="0"/>
3679
+ <line number="77" hits="0"/>
3669
3680
  </lines>
3670
3681
  </method>
3671
3682
  <method name="(anonymous_6)" hits="0" signature="()V">
3672
3683
  <lines>
3673
- <line number="67" hits="0"/>
3684
+ <line number="78" hits="0"/>
3674
3685
  </lines>
3675
3686
  </method>
3676
3687
  <method name="(anonymous_7)" hits="0" signature="()V">
3677
3688
  <lines>
3678
- <line number="68" hits="0"/>
3689
+ <line number="79" hits="0"/>
3679
3690
  </lines>
3680
3691
  </method>
3681
3692
  <method name="(anonymous_8)" hits="0" signature="()V">
3682
3693
  <lines>
3683
- <line number="69" hits="0"/>
3694
+ <line number="80" hits="0"/>
3684
3695
  </lines>
3685
3696
  </method>
3686
3697
  <method name="(anonymous_9)" hits="0" signature="()V">
3687
3698
  <lines>
3688
- <line number="70" hits="0"/>
3699
+ <line number="81" hits="0"/>
3689
3700
  </lines>
3690
3701
  </method>
3691
3702
  <method name="(anonymous_10)" hits="0" signature="()V">
3692
3703
  <lines>
3693
- <line number="71" hits="0"/>
3704
+ <line number="82" hits="0"/>
3694
3705
  </lines>
3695
3706
  </method>
3696
3707
  <method name="(anonymous_11)" hits="0" signature="()V">
3697
3708
  <lines>
3698
- <line number="72" hits="0"/>
3709
+ <line number="83" hits="0"/>
3699
3710
  </lines>
3700
3711
  </method>
3701
3712
  <method name="(anonymous_12)" hits="6" signature="()V">
3702
3713
  <lines>
3703
- <line number="79" hits="6"/>
3714
+ <line number="90" hits="6"/>
3715
+ </lines>
3716
+ </method>
3717
+ <method name="(anonymous_13)" hits="0" signature="()V">
3718
+ <lines>
3719
+ <line number="101" hits="0"/>
3720
+ </lines>
3721
+ </method>
3722
+ <method name="(anonymous_14)" hits="2" signature="()V">
3723
+ <lines>
3724
+ <line number="107" hits="2"/>
3725
+ </lines>
3726
+ </method>
3727
+ <method name="(anonymous_15)" hits="1" signature="()V">
3728
+ <lines>
3729
+ <line number="115" hits="1"/>
3704
3730
  </lines>
3705
3731
  </method>
3706
- <method name="(anonymous_13)" hits="2" signature="()V">
3732
+ <method name="(anonymous_16)" hits="6" signature="()V">
3707
3733
  <lines>
3708
- <line number="91" hits="2"/>
3734
+ <line number="132" hits="6"/>
3709
3735
  </lines>
3710
3736
  </method>
3711
- <method name="(anonymous_14)" hits="1" signature="()V">
3737
+ <method name="(anonymous_17)" hits="6" signature="()V">
3712
3738
  <lines>
3713
- <line number="95" hits="1"/>
3739
+ <line number="140" hits="6"/>
3714
3740
  </lines>
3715
3741
  </method>
3716
- <method name="(anonymous_15)" hits="6" signature="()V">
3742
+ <method name="(anonymous_18)" hits="6" signature="()V">
3717
3743
  <lines>
3718
- <line number="117" hits="6"/>
3744
+ <line number="143" hits="6"/>
3719
3745
  </lines>
3720
3746
  </method>
3721
3747
  </methods>
3722
3748
  <lines>
3723
- <line number="18" hits="22" branch="false"/>
3724
- <line number="30" hits="6" branch="false"/>
3725
- <line number="32" hits="6" branch="false"/>
3726
- <line number="33" hits="6" branch="false"/>
3727
- <line number="39" hits="6" branch="false"/>
3728
- <line number="48" hits="6" branch="false"/>
3729
- <line number="56" hits="6" branch="false"/>
3730
- <line number="57" hits="0" branch="false"/>
3731
- <line number="63" hits="0" branch="false"/>
3732
- <line number="64" hits="0" branch="false"/>
3733
- <line number="65" hits="0" branch="false"/>
3734
- <line number="66" hits="0" branch="false"/>
3735
- <line number="67" hits="0" branch="false"/>
3749
+ <line number="20" hits="22" branch="false"/>
3750
+ <line number="35" hits="6" branch="false"/>
3751
+ <line number="37" hits="6" branch="false"/>
3752
+ <line number="38" hits="6" branch="false"/>
3753
+ <line number="44" hits="6" branch="false"/>
3754
+ <line number="50" hits="6" branch="false"/>
3755
+ <line number="59" hits="6" branch="false"/>
3756
+ <line number="67" hits="6" branch="false"/>
3736
3757
  <line number="68" hits="0" branch="false"/>
3737
- <line number="69" hits="0" branch="false"/>
3738
- <line number="70" hits="0" branch="false"/>
3739
- <line number="71" hits="0" branch="false"/>
3740
- <line number="72" hits="0" branch="false"/>
3741
- <line number="79" hits="6" branch="false"/>
3742
- <line number="80" hits="6" branch="true" condition-coverage="100% (2/2)"/>
3743
- <line number="87" hits="6" branch="true" condition-coverage="50% (1/2)"/>
3744
- <line number="88" hits="6" branch="false"/>
3745
- <line number="92" hits="2" branch="false"/>
3746
- <line number="93" hits="2" branch="false"/>
3747
- <line number="95" hits="1" branch="false"/>
3748
- <line number="104" hits="0" branch="false"/>
3749
- <line number="108" hits="6" branch="true" condition-coverage="100% (2/2)"/>
3750
- <line number="109" hits="3" branch="false"/>
3751
- <line number="111" hits="3" branch="false"/>
3752
- <line number="114" hits="6" branch="false"/>
3753
- <line number="117" hits="6" branch="false"/>
3754
- <line number="118" hits="6" branch="true" condition-coverage="50% (1/2)"/>
3755
- <line number="126" hits="6" branch="false"/>
3756
- <line number="135" hits="6" branch="false"/>
3757
- <line number="154" hits="22" branch="false"/>
3758
+ <line number="74" hits="0" branch="false"/>
3759
+ <line number="75" hits="0" branch="false"/>
3760
+ <line number="76" hits="0" branch="false"/>
3761
+ <line number="77" hits="0" branch="false"/>
3762
+ <line number="78" hits="0" branch="false"/>
3763
+ <line number="79" hits="0" branch="false"/>
3764
+ <line number="80" hits="0" branch="false"/>
3765
+ <line number="81" hits="0" branch="false"/>
3766
+ <line number="82" hits="0" branch="false"/>
3767
+ <line number="83" hits="0" branch="false"/>
3768
+ <line number="90" hits="6" branch="false"/>
3769
+ <line number="91" hits="6" branch="true" condition-coverage="100% (2/2)"/>
3770
+ <line number="98" hits="6" branch="true" condition-coverage="50% (1/2)"/>
3771
+ <line number="101" hits="6" branch="false"/>
3772
+ <line number="103" hits="6" branch="false"/>
3773
+ <line number="108" hits="2" branch="false"/>
3774
+ <line number="109" hits="2" branch="true" condition-coverage="100% (2/2)"/>
3775
+ <line number="110" hits="1" branch="false"/>
3776
+ <line number="114" hits="1" branch="false"/>
3777
+ <line number="116" hits="1" branch="false"/>
3778
+ <line number="117" hits="1" branch="false"/>
3779
+ <line number="121" hits="1" branch="false"/>
3780
+ <line number="129" hits="0" branch="false"/>
3781
+ <line number="132" hits="6" branch="false"/>
3782
+ <line number="133" hits="6" branch="true" condition-coverage="100% (2/2)"/>
3783
+ <line number="134" hits="3" branch="false"/>
3784
+ <line number="136" hits="3" branch="false"/>
3785
+ <line number="140" hits="6" branch="false"/>
3786
+ <line number="143" hits="6" branch="false"/>
3787
+ <line number="144" hits="6" branch="true" condition-coverage="50% (1/2)"/>
3788
+ <line number="152" hits="6" branch="false"/>
3789
+ <line number="161" hits="6" branch="false"/>
3790
+ <line number="183" hits="22" branch="false"/>
3758
3791
  </lines>
3759
3792
  </class>
3760
3793
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/index.js" line-rate="0" branch-rate="0">
@@ -3771,16 +3804,21 @@
3771
3804
  <methods>
3772
3805
  <method name="(anonymous_0)" hits="16" signature="()V">
3773
3806
  <lines>
3774
- <line number="6" hits="16"/>
3807
+ <line number="8" hits="16"/>
3808
+ </lines>
3809
+ </method>
3810
+ <method name="(anonymous_1)" hits="16" signature="()V">
3811
+ <lines>
3812
+ <line number="18" hits="16"/>
3775
3813
  </lines>
3776
3814
  </method>
3777
3815
  </methods>
3778
3816
  <lines>
3779
- <line number="6" hits="21" branch="false"/>
3780
- <line number="14" hits="16" branch="false"/>
3817
+ <line number="8" hits="21" branch="false"/>
3781
3818
  <line number="16" hits="16" branch="false"/>
3782
- <line number="21" hits="16" branch="false"/>
3783
- <line number="32" hits="21" branch="false"/>
3819
+ <line number="18" hits="16" branch="false"/>
3820
+ <line number="23" hits="16" branch="false"/>
3821
+ <line number="35" hits="21" branch="false"/>
3784
3822
  </lines>
3785
3823
  </class>
3786
3824
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js" line-rate="0" branch-rate="0">
@@ -3956,7 +3994,7 @@
3956
3994
  <line number="17" hits="0" branch="false"/>
3957
3995
  <line number="19" hits="0" branch="false"/>
3958
3996
  <line number="24" hits="0" branch="false"/>
3959
- <line number="39" hits="23" branch="false"/>
3997
+ <line number="40" hits="23" branch="false"/>
3960
3998
  </lines>
3961
3999
  </class>
3962
4000
  <class name="index.js" filename="src/lib/Settings/SettingPage/index.js" line-rate="0" branch-rate="0">
@@ -4045,62 +4083,72 @@
4045
4083
  </class>
4046
4084
  </classes>
4047
4085
  </package>
4048
- <package name="Settings.StaticSettingsField" line-rate="0.7646999999999999" branch-rate="0.7777">
4086
+ <package name="Settings.StaticSettingsField" line-rate="0.6666" branch-rate="1">
4049
4087
  <classes>
4050
- <class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.7646999999999999" branch-rate="0.7777">
4088
+ <class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.6666" branch-rate="1">
4051
4089
  <methods>
4052
- <method name="(anonymous_0)" hits="16" signature="()V">
4053
- <lines>
4054
- <line number="13" hits="16"/>
4055
- </lines>
4056
- </method>
4057
- <method name="(anonymous_1)" hits="34" signature="()V">
4090
+ <method name="(anonymous_0)" hits="0" signature="()V">
4058
4091
  <lines>
4059
- <line number="20" hits="34"/>
4092
+ <line number="9" hits="0"/>
4060
4093
  </lines>
4061
4094
  </method>
4062
- <method name="(anonymous_2)" hits="0" signature="()V">
4095
+ </methods>
4096
+ <lines>
4097
+ <line number="9" hits="23" branch="false"/>
4098
+ <line number="10" hits="0" branch="false"/>
4099
+ <line number="18" hits="23" branch="false"/>
4100
+ </lines>
4101
+ </class>
4102
+ <class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
4103
+ <methods>
4104
+ </methods>
4105
+ <lines>
4106
+ </lines>
4107
+ </class>
4108
+ </classes>
4109
+ </package>
4110
+ <package name="Settings.StaticSettingsField.StaticSettingsFieldComponent" line-rate="0.9229999999999999" branch-rate="0.7777">
4111
+ <classes>
4112
+ <class name="StaticSettingsFieldComponent.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js" line-rate="0.9229999999999999" branch-rate="0.7777">
4113
+ <methods>
4114
+ <method name="(anonymous_0)" hits="16" signature="()V">
4063
4115
  <lines>
4064
- <line number="44" hits="0"/>
4116
+ <line number="6" hits="16"/>
4065
4117
  </lines>
4066
4118
  </method>
4067
- <method name="(anonymous_3)" hits="12" signature="()V">
4119
+ <method name="(anonymous_1)" hits="34" signature="()V">
4068
4120
  <lines>
4069
- <line number="54" hits="12"/>
4121
+ <line number="13" hits="34"/>
4070
4122
  </lines>
4071
4123
  </method>
4072
- <method name="(anonymous_4)" hits="0" signature="()V">
4124
+ <method name="(anonymous_2)" hits="16" signature="()V">
4073
4125
  <lines>
4074
- <line number="61" hits="0"/>
4126
+ <line number="14" hits="16"/>
4075
4127
  </lines>
4076
4128
  </method>
4077
- <method name="(anonymous_5)" hits="0" signature="()V">
4129
+ <method name="(anonymous_3)" hits="12" signature="()V">
4078
4130
  <lines>
4079
- <line number="71" hits="0"/>
4131
+ <line number="33" hits="12"/>
4080
4132
  </lines>
4081
4133
  </method>
4082
4134
  </methods>
4083
4135
  <lines>
4084
- <line number="13" hits="23" branch="false"/>
4085
- <line number="20" hits="34" branch="false"/>
4086
- <line number="21" hits="16" branch="false"/>
4087
- <line number="23" hits="16" branch="true" condition-coverage="75% (3/4)"/>
4088
- <line number="27" hits="8" branch="false"/>
4089
- <line number="28" hits="8" branch="true" condition-coverage="100% (4/4)"/>
4090
- <line number="29" hits="4" branch="false"/>
4091
- <line number="32" hits="8" branch="false"/>
4092
- <line number="41" hits="0" branch="false"/>
4093
- <line number="44" hits="0" branch="false"/>
4094
- <line number="52" hits="6" branch="false"/>
4095
- <line number="54" hits="12" branch="false"/>
4096
- <line number="57" hits="6" branch="false"/>
4097
- <line number="61" hits="0" branch="false"/>
4098
- <line number="68" hits="2" branch="false"/>
4099
- <line number="71" hits="0" branch="false"/>
4100
- <line number="78" hits="23" branch="false"/>
4136
+ <line number="6" hits="23" branch="false"/>
4137
+ <line number="13" hits="34" branch="false"/>
4138
+ <line number="14" hits="16" branch="false"/>
4139
+ <line number="16" hits="16" branch="true" condition-coverage="75% (3/4)"/>
4140
+ <line number="20" hits="8" branch="false"/>
4141
+ <line number="21" hits="8" branch="true" condition-coverage="100% (4/4)"/>
4142
+ <line number="22" hits="4" branch="false"/>
4143
+ <line number="25" hits="8" branch="false"/>
4144
+ <line number="27" hits="0" branch="false"/>
4145
+ <line number="31" hits="6" branch="false"/>
4146
+ <line number="33" hits="12" branch="false"/>
4147
+ <line number="35" hits="6" branch="false"/>
4148
+ <line number="38" hits="2" branch="false"/>
4101
4149
  </lines>
4102
4150
  </class>
4103
- <class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
4151
+ <class name="index.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js" line-rate="0" branch-rate="0">
4104
4152
  <methods>
4105
4153
  </methods>
4106
4154
  <lines>
@@ -4108,7 +4156,7 @@
4108
4156
  </class>
4109
4157
  </classes>
4110
4158
  </package>
4111
- <package name="Settings.constants" line-rate="1" branch-rate="1">
4159
+ <package name="Settings.constants" line-rate="0.4" branch-rate="0">
4112
4160
  <classes>
4113
4161
  <class name="index.js" filename="src/lib/Settings/constants/index.js" line-rate="0" branch-rate="0">
4114
4162
  <methods>
@@ -4116,7 +4164,7 @@
4116
4164
  <lines>
4117
4165
  </lines>
4118
4166
  </class>
4119
- <class name="queryKeys.js" filename="src/lib/Settings/constants/queryKeys.js" line-rate="1" branch-rate="1">
4167
+ <class name="queryKeys.js" filename="src/lib/Settings/constants/queryKeys.js" line-rate="0.4" branch-rate="0">
4120
4168
  <methods>
4121
4169
  <method name="(anonymous_0)" hits="0" signature="()V">
4122
4170
  <lines>
@@ -4125,15 +4173,21 @@
4125
4173
  </method>
4126
4174
  <method name="(anonymous_1)" hits="0" signature="()V">
4127
4175
  <lines>
4128
- <line number="5" hits="0"/>
4176
+ <line number="16" hits="0"/>
4129
4177
  </lines>
4130
4178
  </method>
4131
4179
  </methods>
4132
4180
  <lines>
4133
4181
  <line number="1" hits="23" branch="false"/>
4134
4182
  <line number="2" hits="23" branch="false"/>
4135
- <line number="4" hits="23" branch="false"/>
4136
- <line number="5" hits="23" branch="false"/>
4183
+ <line number="3" hits="0" branch="false"/>
4184
+ <line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4185
+ <line number="5" hits="0" branch="false"/>
4186
+ <line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4187
+ <line number="9" hits="0" branch="false"/>
4188
+ <line number="12" hits="0" branch="false"/>
4189
+ <line number="15" hits="23" branch="false"/>
4190
+ <line number="16" hits="23" branch="false"/>
4137
4191
  </lines>
4138
4192
  </class>
4139
4193
  </classes>
@@ -4392,7 +4446,7 @@
4392
4446
  </class>
4393
4447
  </classes>
4394
4448
  </package>
4395
- <package name="Settings.hooks.useSettingSection" line-rate="0.1" branch-rate="0">
4449
+ <package name="Settings.hooks.useSettingSection" line-rate="0.07690000000000001" branch-rate="0">
4396
4450
  <classes>
4397
4451
  <class name="index.js" filename="src/lib/Settings/hooks/useSettingSection/index.js" line-rate="0" branch-rate="0">
4398
4452
  <methods>
@@ -4400,7 +4454,7 @@
4400
4454
  <lines>
4401
4455
  </lines>
4402
4456
  </class>
4403
- <class name="useSettingSection.js" filename="src/lib/Settings/hooks/useSettingSection/useSettingSection.js" line-rate="0.1" branch-rate="0">
4457
+ <class name="useSettingSection.js" filename="src/lib/Settings/hooks/useSettingSection/useSettingSection.js" line-rate="0.07690000000000001" branch-rate="0">
4404
4458
  <methods>
4405
4459
  <method name="(anonymous_0)" hits="0" signature="()V">
4406
4460
  <lines>
@@ -4419,12 +4473,17 @@
4419
4473
  </method>
4420
4474
  <method name="(anonymous_3)" hits="0" signature="()V">
4421
4475
  <lines>
4422
- <line number="32" hits="0"/>
4476
+ <line number="33" hits="0"/>
4423
4477
  </lines>
4424
4478
  </method>
4425
4479
  <method name="(anonymous_4)" hits="0" signature="()V">
4426
4480
  <lines>
4427
- <line number="37" hits="0"/>
4481
+ <line number="38" hits="0"/>
4482
+ </lines>
4483
+ </method>
4484
+ <method name="(anonymous_5)" hits="0" signature="()V">
4485
+ <lines>
4486
+ <line number="38" hits="0"/>
4428
4487
  </lines>
4429
4488
  </method>
4430
4489
  </methods>
@@ -4434,11 +4493,14 @@
4434
4493
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4435
4494
  <line number="13" hits="0" branch="false"/>
4436
4495
  <line number="14" hits="0" branch="false"/>
4437
- <line number="30" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4438
- <line number="32" hits="0" branch="false"/>
4439
- <line number="35" hits="0" branch="false"/>
4440
- <line number="37" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4496
+ <line number="15" hits="0" branch="false"/>
4497
+ <line number="31" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4498
+ <line number="33" hits="0" branch="false"/>
4499
+ <line number="36" hits="0" branch="false"/>
4500
+ <line number="38" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4501
+ <line number="39" hits="0" branch="false"/>
4441
4502
  <line number="40" hits="0" branch="false"/>
4503
+ <line number="44" hits="0" branch="false"/>
4442
4504
  </lines>
4443
4505
  </class>
4444
4506
  </classes>
@@ -4716,7 +4778,7 @@
4716
4778
  </class>
4717
4779
  </classes>
4718
4780
  </package>
4719
- <package name="Tags.hooks" line-rate="0.5" branch-rate="0.14279999999999998">
4781
+ <package name="Tags.hooks" line-rate="0.4782" branch-rate="0.05">
4720
4782
  <classes>
4721
4783
  <class name="index.js" filename="src/lib/Tags/hooks/index.js" line-rate="0" branch-rate="0">
4722
4784
  <methods>
@@ -4745,27 +4807,38 @@
4745
4807
  <line number="11" hits="0" branch="false"/>
4746
4808
  </lines>
4747
4809
  </class>
4748
- <class name="useTagsEnabled.js" filename="src/lib/Tags/hooks/useTagsEnabled.js" line-rate="0.2857" branch-rate="0">
4810
+ <class name="useTagsEnabled.js" filename="src/lib/Tags/hooks/useTagsEnabled.js" line-rate="0.38880000000000003" branch-rate="0">
4749
4811
  <methods>
4750
4812
  <method name="(anonymous_0)" hits="0" signature="()V">
4751
4813
  <lines>
4752
- <line number="7" hits="0"/>
4814
+ <line number="42" hits="0"/>
4753
4815
  </lines>
4754
4816
  </method>
4755
4817
  <method name="(anonymous_1)" hits="0" signature="()V">
4756
4818
  <lines>
4757
- <line number="12" hits="0"/>
4819
+ <line number="51" hits="0"/>
4758
4820
  </lines>
4759
4821
  </method>
4760
4822
  </methods>
4761
4823
  <lines>
4762
- <line number="5" hits="23" branch="false"/>
4763
- <line number="7" hits="23" branch="false"/>
4764
- <line number="8" hits="0" branch="false"/>
4765
- <line number="10" hits="0" branch="false"/>
4766
- <line number="12" hits="0" branch="false"/>
4767
- <line number="15" hits="0" branch="true" condition-coverage="0% (0/3)"/>
4768
- <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4824
+ <line number="8" hits="23" branch="false"/>
4825
+ <line number="11" hits="23" branch="false"/>
4826
+ <line number="14" hits="23" branch="false"/>
4827
+ <line number="16" hits="23" branch="false"/>
4828
+ <line number="22" hits="23" branch="false"/>
4829
+ <line number="29" hits="23" branch="false"/>
4830
+ <line number="42" hits="23" branch="true" condition-coverage="0% (0/2)"/>
4831
+ <line number="43" hits="0" branch="false"/>
4832
+ <line number="45" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4833
+ <line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4834
+ <line number="47" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4835
+ <line number="49" hits="0" branch="false"/>
4836
+ <line number="51" hits="0" branch="false"/>
4837
+ <line number="54" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4838
+ <line number="56" hits="0" branch="false"/>
4839
+ <line number="57" hits="0" branch="true" condition-coverage="0% (0/3)"/>
4840
+ <line number="60" hits="0" branch="true" condition-coverage="0% (0/3)"/>
4841
+ <line number="62" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4769
4842
  </lines>
4770
4843
  </class>
4771
4844
  </classes>
@@ -4928,6 +5001,8 @@
4928
5001
  </methods>
4929
5002
  <lines>
4930
5003
  <line number="2" hits="23" branch="false"/>
5004
+ <line number="3" hits="23" branch="false"/>
5005
+ <line number="7" hits="23" branch="false"/>
4931
5006
  </lines>
4932
5007
  </class>
4933
5008
  <class name="eventCodes.js" filename="src/lib/constants/eventCodes.js" line-rate="1" branch-rate="1">