@k-int/stripes-kint-components 5.1.1 → 5.1.3

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 (284) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/es/index.js +2 -2
  3. package/es/lib/ActionList/ActionList.js +2 -2
  4. package/es/lib/ActionList/ActionListFieldArray.js +31 -34
  5. package/es/lib/ComboButton/ComboButton.js +5 -6
  6. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +4 -7
  7. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +29 -32
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +58 -58
  9. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +2 -2
  10. package/es/lib/CustomProperties/Config/CustomPropertyView.js +32 -33
  11. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +1 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +3 -3
  14. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +8 -10
  15. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +22 -28
  16. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +5 -5
  17. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +2 -2
  18. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -3
  19. package/es/lib/CustomProperties/Edit/testResources.js +11 -12
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +6 -11
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +20 -28
  22. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -1
  23. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +6 -6
  24. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +8 -8
  25. package/es/lib/CustomProperties/Filter/testResources.js +1 -2
  26. package/es/lib/CustomProperties/Filter/useOperators.js +2 -2
  27. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -2
  28. package/es/lib/CustomProperties/Filter/useValueProps.js +2 -2
  29. package/es/lib/CustomProperties/View/CustomPropertiesView.js +1 -1
  30. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +18 -26
  31. package/es/lib/CustomProperties/View/CustomPropertyCard.js +9 -13
  32. package/es/lib/CycleButton/CycleButton.js +1 -1
  33. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +23 -34
  34. package/es/lib/EditableRefdataList/EditableRefdataList.js +28 -35
  35. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +1 -1
  36. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +5 -5
  37. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +10 -12
  38. package/es/lib/EditableSettingsList/SettingField/SettingField.js +6 -6
  39. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -7
  40. package/es/lib/IconSelect/IconSelect.js +7 -11
  41. package/es/lib/NoResultsMessage/NoResultsMessage.js +4 -4
  42. package/es/lib/QueryTypedown/QueryTypedown.js +2 -2
  43. package/es/lib/RefdataButtons/RefdataButtons.js +3 -3
  44. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +21 -28
  45. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +5 -6
  46. package/es/lib/RichSelect/RichSelect.js +14 -19
  47. package/es/lib/RichSelect/useSelectedOption.js +1 -2
  48. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +14 -17
  49. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -6
  50. package/es/lib/SASQRoute/SASQRoute.js +2 -2
  51. package/es/lib/SASQViewComponent/SASQViewComponent.js +5 -9
  52. package/es/lib/SettingPage/SettingPage.js +2 -2
  53. package/es/lib/SettingPage/SettingPagePane.js +2 -2
  54. package/es/lib/SettingsFormContainer/SettingsFormContainer.js +2 -2
  55. package/es/lib/Typedown/Typedown.js +21 -28
  56. package/es/lib/hooks/typedownHooks/useTypedown.js +2 -2
  57. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
  58. package/es/lib/hooks/useActiveElement.js +1 -1
  59. package/es/lib/hooks/useCustomProperties.js +2 -2
  60. package/es/lib/hooks/useHelperApp.js +8 -8
  61. package/es/lib/hooks/useIntlKeyStore.js +4 -7
  62. package/es/lib/hooks/useKintIntl.js +5 -11
  63. package/es/lib/hooks/useKiwtSASQuery.js +1 -1
  64. package/es/lib/hooks/useLocalStorageState.js +2 -2
  65. package/es/lib/hooks/useModConfigEntries.js +2 -2
  66. package/es/lib/hooks/useMutateCustomProperties.js +8 -8
  67. package/es/lib/hooks/useMutateModConfigEntry.js +2 -2
  68. package/es/lib/hooks/useMutateRefdataCategory.js +4 -4
  69. package/es/lib/hooks/useMutateRefdataValue.js +6 -6
  70. package/es/lib/hooks/useQIndex.js +7 -7
  71. package/es/lib/hooks/useRefdata.js +3 -3
  72. package/es/lib/hooks/useTemplates.js +4 -4
  73. package/es/lib/settingsHooks/useAppSettings.js +7 -11
  74. package/es/lib/settingsHooks/useSettingSection.js +2 -2
  75. package/es/lib/settingsHooks/useSettings.js +3 -3
  76. package/es/lib/utils/buildUrl.js +2 -3
  77. package/es/lib/utils/filterParsers/deparseKiwtQueryFilters.js +6 -6
  78. package/es/lib/utils/filterParsers/index.js +2 -2
  79. package/es/lib/utils/filterParsers/parseKiwtQueryFilters.js +2 -2
  80. package/es/lib/utils/filterParsers/parseKiwtQueryGroups.js +4 -5
  81. package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
  82. package/es/lib/utils/generateKiwtQueryParams.js +28 -37
  83. package/es/lib/utils/groupCustomPropertiesByCtx.js +2 -3
  84. package/es/lib/utils/matchString.js +1 -1
  85. package/es/lib/utils/parseErrorResponse.js +2 -3
  86. package/es/lib/utils/selectorSafe.js +2 -3
  87. package/es/lib/utils/sortByLabel.js +2 -3
  88. package/es/lib/validators/validators.js +3 -3
  89. package/junit.xml +162 -162
  90. package/package.json +2 -1
  91. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/ComboButton/ComboButton.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/ComboButton/index.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/ComboButton/index.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/SettingsActionList.js.html → CustomProperties/Config/testResources.js.html} +313 -256
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +15 -6
  108. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +10 -7
  109. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
  111. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  142. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  143. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.html +1 -1
  197. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/constants/comparators.js.html +5 -2
  202. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/constants/endpoints.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  213. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  214. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  216. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  217. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  221. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  223. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  224. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  225. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  226. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  227. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  228. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  229. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  230. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  231. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  232. package/src/artifacts/coverage-jest/lcov-report/hooks/useModConfigEntries.js.html +1 -1
  233. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  234. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateModConfigEntry.js.html +1 -1
  235. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  236. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  237. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  238. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  239. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  240. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  241. package/src/artifacts/coverage-jest/lcov-report/index.html +10 -10
  242. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +1 -1
  243. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +1 -1
  244. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +1 -1
  245. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +1 -1
  246. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +1 -1
  247. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  248. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  249. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/index.html +1 -1
  250. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/index.js.html +1 -1
  251. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  252. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  253. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  254. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
  255. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +1 -1
  256. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  257. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  258. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +1 -1
  259. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +1 -1
  260. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  261. package/src/artifacts/coverage-jest/lcov-report/utils/modConfigEntriesQueryKey.js.html +1 -1
  262. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +1 -1
  263. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +2 -2
  264. package/src/artifacts/coverage-jest/lcov-report/utils/parseModConfigEntry.js.html +1 -1
  265. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  266. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  267. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  268. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  269. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  270. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  271. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  272. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  273. package/src/artifacts/coverage-jest/lcov-report/validators/index.html +1 -1
  274. package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +1 -1
  275. package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +1 -1
  276. package/src/artifacts/coverage-jest/lcov.info +231 -230
  277. package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +3 -0
  278. package/src/lib/CustomProperties/Edit/CustomPropertyField.js +4 -3
  279. package/yarn-error.log +129 -0
  280. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionTrigger.js.html +0 -418
  281. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/EditSettingValue.js.html +0 -514
  282. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/RenderSettingValue.js.html +0 -358
  283. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/index.html +0 -161
  284. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/index.js.html +0 -88
@@ -7,12 +7,11 @@ exports.default = void 0;
7
7
  const groupCustomPropertiesByCtx = function () {
8
8
  let customProperties = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
9
9
  return customProperties.reduce((acc, curr) => {
10
- var _curr$ctx, _acc$ctx;
11
- const ctx = (_curr$ctx = curr.ctx) !== null && _curr$ctx !== void 0 ? _curr$ctx : 'isNull';
10
+ const ctx = curr.ctx ?? 'isNull';
12
11
  const returnObj = {
13
12
  ...acc
14
13
  };
15
- returnObj[ctx] = [...((_acc$ctx = acc === null || acc === void 0 ? void 0 : acc[ctx]) !== null && _acc$ctx !== void 0 ? _acc$ctx : []), curr];
14
+ returnObj[ctx] = [...(acc?.[ctx] ?? []), curr];
16
15
  return returnObj;
17
16
  }, {});
18
17
  };
@@ -8,7 +8,7 @@ var _escapeRegExp = _interopRequireDefault(require("lodash/escapeRegExp"));
8
8
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
9
  const matchString = function (match, str) {
10
10
  let ignoreNull = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
11
- const regex = new RegExp("".concat(match.split(/(\s+)/).filter(h => h.trim()).map(hl => '(' + (0, _escapeRegExp.default)(hl) + ')').join('|')), 'gi');
11
+ const regex = new RegExp(`${match.split(/(\s+)/).filter(h => h.trim()).map(hl => '(' + (0, _escapeRegExp.default)(hl) + ')').join('|')}`, 'gi');
12
12
  if (ignoreNull && !match) {
13
13
  const nullRegex = /a^/gi; // Should match nothing
14
14
 
@@ -5,10 +5,9 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  const parseErrorResponse = async responseObj => {
8
- var _ref;
9
8
  let errorResp;
10
- const code = responseObj === null || responseObj === void 0 ? void 0 : responseObj.status;
11
- const contentType = (_ref = [...(responseObj === null || responseObj === void 0 ? void 0 : responseObj.headers)]) === null || _ref === void 0 || (_ref = _ref.find(header => header[0] === 'content-type')) === null || _ref === void 0 ? void 0 : _ref[1];
9
+ const code = responseObj?.status;
10
+ const contentType = [...responseObj?.headers]?.find(header => header[0] === 'content-type')?.[1];
12
11
  if (contentType.includes('json')) {
13
12
  errorResp = await responseObj.json();
14
13
  } else {
@@ -5,12 +5,11 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  const selectorSafe = string => {
8
- var _string$normalize;
9
8
  // Normalise to separate diacritics from their base characters as "marks"
10
9
  // then strip out all marks.
11
- return (_string$normalize = string.normalize('NFKD')) === null || _string$normalize === void 0 || (_string$normalize = _string$normalize.replace(/\p{M}/gu, '')
10
+ return string.normalize('NFKD')?.replace(/\p{M}/gu, '')
12
11
  // Then swap out any non-letter/number characters (Also ignore - and _) for `_`
13
- ) === null || _string$normalize === void 0 ? void 0 : _string$normalize.replace(/[^\p{L}\p{N}\-_]/gu, '_');
12
+ ?.replace(/[^\p{L}\p{N}\-_]/gu, '_');
14
13
  };
15
14
  var _default = exports.default = selectorSafe;
16
15
  /*
@@ -5,9 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  const sortByLabel = (a, b) => {
8
- var _a$label$toLowerCase, _a$label, _a$id, _b$label$toLowerCase, _b$label, _b$id;
9
- const al = (_a$label$toLowerCase = (_a$label = a.label) === null || _a$label === void 0 ? void 0 : _a$label.toLowerCase()) !== null && _a$label$toLowerCase !== void 0 ? _a$label$toLowerCase : (_a$id = a.id) === null || _a$id === void 0 ? void 0 : _a$id.toLowerCase();
10
- const bl = (_b$label$toLowerCase = (_b$label = b.label) === null || _b$label === void 0 ? void 0 : _b$label.toLowerCase()) !== null && _b$label$toLowerCase !== void 0 ? _b$label$toLowerCase : (_b$id = b.id) === null || _b$id === void 0 ? void 0 : _b$id.toLowerCase();
8
+ const al = a.label?.toLowerCase() ?? a.id?.toLowerCase();
9
+ const bl = b.label?.toLowerCase() ?? b.id?.toLowerCase();
11
10
  if (al < bl) {
12
11
  return -1;
13
12
  }
@@ -64,7 +64,7 @@ const invalidNumber = function (value, _min, _max, intlKey, intlNS) {
64
64
  id: "errors.invalidNumber",
65
65
  intlKey: intlKey,
66
66
  intlNS: intlNS,
67
- overrideValue: labelOverrides === null || labelOverrides === void 0 ? void 0 : labelOverrides.invalidNumberError
67
+ overrideValue: labelOverrides?.invalidNumberError
68
68
  });
69
69
  }
70
70
  return undefined;
@@ -77,7 +77,7 @@ const rangeOverflow = function (value, min, max, intlKey, intlNS) {
77
77
  id: "errors.decimalValueNotInRange",
78
78
  intlKey: intlKey,
79
79
  intlNS: intlNS,
80
- overrideValue: labelOverrides === null || labelOverrides === void 0 ? void 0 : labelOverrides.decimalValueNotInRangeError,
80
+ overrideValue: labelOverrides?.decimalValueNotInRangeError,
81
81
  values: {
82
82
  min,
83
83
  max
@@ -94,7 +94,7 @@ const rangeUnderflow = function (value, min, max, intlKey, intlNS) {
94
94
  id: "errors.decimalValueNotInRange",
95
95
  intlKey: intlKey,
96
96
  intlNS: intlNS,
97
- overrideValue: labelOverrides === null || labelOverrides === void 0 ? void 0 : labelOverrides.decimalValueNotInRangeError,
97
+ overrideValue: labelOverrides?.decimalValueNotInRangeError,
98
98
  values: {
99
99
  min,
100
100
  max