@k-int/stripes-kint-components 3.2.1 → 3.2.2

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 (230) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/es/lib/ActionList/ActionList.js +3 -1
  3. package/es/lib/ActionList/ActionListFieldArray.js +4 -2
  4. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +5 -2
  5. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +6 -4
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +1 -1
  7. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +5 -3
  9. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
  10. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +5 -2
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +1 -1
  12. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +3 -1
  13. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +5 -3
  14. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +5 -2
  15. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +1 -1
  16. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +5 -2
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +1 -1
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +4 -1
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +5 -3
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +4 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -1
  22. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +1 -1
  23. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  24. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +4 -1
  25. package/es/lib/CycleButton/CycleButton.js +5 -2
  26. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +6 -4
  27. package/es/lib/EditableRefdataList/EditableRefdataList.js +6 -4
  28. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +4 -1
  29. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +1 -1
  30. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +1 -1
  31. package/es/lib/EditableSettingsList/SettingField/SettingField.js +4 -2
  32. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +1 -1
  33. package/es/lib/FormModal/FormModal.js +4 -1
  34. package/es/lib/FormattedKintMessage/FormattedKintMessage.js +4 -1
  35. package/es/lib/IconSelect/IconSelect.js +4 -2
  36. package/es/lib/QueryTypedown/QueryTypedown.js +4 -2
  37. package/es/lib/RefdataButtons/RefdataButtons.js +4 -1
  38. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +4 -1
  39. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +1 -1
  40. package/es/lib/RichSelect/RichSelect.js +5 -2
  41. package/es/lib/RichSelect/useSelectedOption.js +1 -1
  42. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +5 -2
  43. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +4 -1
  44. package/es/lib/SASQRoute/SASQRoute.js +4 -1
  45. package/es/lib/SASQViewComponent/SASQViewComponent.js +4 -1
  46. package/es/lib/SearchField/SearchField.js +4 -1
  47. package/es/lib/Typedown/Typedown.js +1 -1
  48. package/es/lib/hooks/settingsHooks/useSettings.js +4 -1
  49. package/es/lib/hooks/typedownHooks/useTypedownData.js +1 -1
  50. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +1 -1
  51. package/es/lib/hooks/useActiveElement.js +1 -1
  52. package/es/lib/hooks/useCustomProperties.js +4 -1
  53. package/es/lib/hooks/useHelperApp.js +4 -2
  54. package/es/lib/hooks/useIntlKeyStore.js +4 -4
  55. package/es/lib/hooks/useKintIntl.js +4 -1
  56. package/es/lib/hooks/useKiwtFieldArray.js +5 -2
  57. package/es/lib/hooks/useKiwtSASQuery.js +4 -2
  58. package/es/lib/hooks/useLocalStorageState.js +1 -1
  59. package/es/lib/hooks/useMutateCustomProperties.js +1 -1
  60. package/es/lib/hooks/useMutateRefdataCategory.js +4 -2
  61. package/es/lib/hooks/useMutateRefdataValue.js +1 -1
  62. package/es/lib/hooks/useQIndex.js +4 -2
  63. package/es/lib/utils/generateKiwtQueryParams.js +1 -1
  64. package/es/lib/utils/groupCustomPropertiesByCtx.js +4 -1
  65. package/es/lib/utils/highlightString.js +1 -1
  66. package/es/lib/utils/parseErrorResponse.js +23 -19
  67. package/junit.xml +146 -146
  68. package/package.json +1 -1
  69. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +49 -7
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +7 -7
  72. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +6 -9
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +28 -22
  132. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  142. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  143. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +48 -12
  144. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  145. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +5 -2
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +103 -25
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  156. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +2 -2
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/index.html +35 -35
  210. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +8 -8
  212. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +196 -46
  213. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  214. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +44 -29
  216. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +8 -2
  217. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +11 -8
  219. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +280 -0
  220. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  221. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  223. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  224. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  225. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  226. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  227. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  228. package/src/artifacts/coverage-jest/lcov.info +562 -425
  229. package/src/lib/utils/parseErrorResponse.js +3 -2
  230. package/yarn-error.log +0 -147
@@ -25,7 +25,7 @@
25
25
  <div class='fl pad1y space-right2'>
26
26
  <span class="strong">0% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>0/119</span>
28
+ <span class='fraction'>0/123</span>
29
29
  </div>
30
30
 
31
31
 
@@ -39,14 +39,14 @@
39
39
  <div class='fl pad1y space-right2'>
40
40
  <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>0/30</span>
42
+ <span class='fraction'>0/28</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
47
  <span class="strong">0% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>0/111</span>
49
+ <span class='fraction'>0/117</span>
50
50
  </div>
51
51
 
52
52
 
@@ -496,7 +496,21 @@
496
496
  <a name='L431'></a><a href='#L431'>431</a>
497
497
  <a name='L432'></a><a href='#L432'>432</a>
498
498
  <a name='L433'></a><a href='#L433'>433</a>
499
- <a name='L434'></a><a href='#L434'>434</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
499
+ <a name='L434'></a><a href='#L434'>434</a>
500
+ <a name='L435'></a><a href='#L435'>435</a>
501
+ <a name='L436'></a><a href='#L436'>436</a>
502
+ <a name='L437'></a><a href='#L437'>437</a>
503
+ <a name='L438'></a><a href='#L438'>438</a>
504
+ <a name='L439'></a><a href='#L439'>439</a>
505
+ <a name='L440'></a><a href='#L440'>440</a>
506
+ <a name='L441'></a><a href='#L441'>441</a>
507
+ <a name='L442'></a><a href='#L442'>442</a>
508
+ <a name='L443'></a><a href='#L443'>443</a>
509
+ <a name='L444'></a><a href='#L444'>444</a>
510
+ <a name='L445'></a><a href='#L445'>445</a>
511
+ <a name='L446'></a><a href='#L446'>446</a>
512
+ <a name='L447'></a><a href='#L447'>447</a>
513
+ <a name='L448'></a><a href='#L448'>448</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
500
514
  <span class="cline-any cline-neutral">&nbsp;</span>
501
515
  <span class="cline-any cline-neutral">&nbsp;</span>
502
516
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -778,9 +792,16 @@
778
792
  <span class="cline-any cline-neutral">&nbsp;</span>
779
793
  <span class="cline-any cline-neutral">&nbsp;</span>
780
794
  <span class="cline-any cline-neutral">&nbsp;</span>
795
+ <span class="cline-any cline-neutral">&nbsp;</span>
796
+ <span class="cline-any cline-no">&nbsp;</span>
797
+ <span class="cline-any cline-no">&nbsp;</span>
781
798
  <span class="cline-any cline-no">&nbsp;</span>
782
799
  <span class="cline-any cline-neutral">&nbsp;</span>
783
800
  <span class="cline-any cline-neutral">&nbsp;</span>
801
+ <span class="cline-any cline-no">&nbsp;</span>
802
+ <span class="cline-any cline-neutral">&nbsp;</span>
803
+ <span class="cline-any cline-neutral">&nbsp;</span>
804
+ <span class="cline-any cline-neutral">&nbsp;</span>
784
805
  <span class="cline-any cline-neutral">&nbsp;</span>
785
806
  <span class="cline-any cline-neutral">&nbsp;</span>
786
807
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -793,6 +814,12 @@
793
814
  <span class="cline-any cline-neutral">&nbsp;</span>
794
815
  <span class="cline-any cline-neutral">&nbsp;</span>
795
816
  <span class="cline-any cline-neutral">&nbsp;</span>
817
+ <span class="cline-any cline-neutral">&nbsp;</span>
818
+ <span class="cline-any cline-no">&nbsp;</span>
819
+ <span class="cline-any cline-no">&nbsp;</span>
820
+ <span class="cline-any cline-no">&nbsp;</span>
821
+ <span class="cline-any cline-neutral">&nbsp;</span>
822
+ <span class="cline-any cline-neutral">&nbsp;</span>
796
823
  <span class="cline-any cline-no">&nbsp;</span>
797
824
  <span class="cline-any cline-neutral">&nbsp;</span>
798
825
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -802,6 +829,7 @@
802
829
  <span class="cline-any cline-neutral">&nbsp;</span>
803
830
  <span class="cline-any cline-neutral">&nbsp;</span>
804
831
  <span class="cline-any cline-neutral">&nbsp;</span>
832
+ <span class="cline-any cline-neutral">&nbsp;</span>
805
833
  <span class="cline-any cline-no">&nbsp;</span>
806
834
  <span class="cline-any cline-no">&nbsp;</span>
807
835
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -1211,7 +1239,14 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1211
1239
  aria-describedby={ariaIds.sub}
1212
1240
  aria-labelledby={ariaIds.text}
1213
1241
  disabled={editing}
1214
- onClick={<span class="fstat-no" title="function not covered" >()</span> =&gt; (<span class="cstat-no" title="statement not covered" >actionFunction ? actionFunction() : <span class="fstat-no" title="function not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >null)</span></span>}
1242
+ onClick={<span class="fstat-no" title="function not covered" >e </span>=&gt; {
1243
+ <span class="cstat-no" title="statement not covered" > e.stopPropagation();</span>
1244
+ <span class="cstat-no" title="statement not covered" > if (actionFunction) {</span>
1245
+ <span class="cstat-no" title="statement not covered" > return actionFunction();</span>
1246
+ }
1247
+ &nbsp;
1248
+ <span class="cstat-no" title="statement not covered" > return null;</span>
1249
+ }}
1215
1250
  to={action.to}
1216
1251
  /&gt;
1217
1252
  )}
@@ -1226,7 +1261,14 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1226
1261
  action={action}
1227
1262
  ariaLabel={ariaLabel}
1228
1263
  disabled={editing}
1229
- onClick={<span class="fstat-no" title="function not covered" >()</span> =&gt; (<span class="cstat-no" title="statement not covered" >actionFunction ? actionFunction() : <span class="fstat-no" title="function not covered" >()</span> =&gt; <span class="cstat-no" title="statement not covered" >null)</span></span>}
1264
+ onClick={<span class="fstat-no" title="function not covered" >e </span>=&gt; {
1265
+ <span class="cstat-no" title="statement not covered" > e.stopPropagation();</span>
1266
+ <span class="cstat-no" title="statement not covered" > if (actionFunction) {</span>
1267
+ <span class="cstat-no" title="statement not covered" > return actionFunction();</span>
1268
+ }
1269
+ &nbsp;
1270
+ <span class="cstat-no" title="statement not covered" > return null;</span>
1271
+ }}
1230
1272
  to={action.to}
1231
1273
  /&gt;
1232
1274
  );
@@ -1369,7 +1411,7 @@ export default ActionListFieldArray;
1369
1411
  <div class='footer quiet pad2 space-top1 center small'>
1370
1412
  Code coverage generated by
1371
1413
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1372
- at 2022-11-03T13:44:33.087Z
1414
+ at 2023-01-18T10:53:27.335Z
1373
1415
  </div>
1374
1416
  <script src="../prettify.js"></script>
1375
1417
  <script>
@@ -25,7 +25,7 @@
25
25
  <div class='fl pad1y space-right2'>
26
26
  <span class="strong">0% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>0/128</span>
28
+ <span class='fraction'>0/132</span>
29
29
  </div>
30
30
 
31
31
 
@@ -39,14 +39,14 @@
39
39
  <div class='fl pad1y space-right2'>
40
40
  <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>0/35</span>
42
+ <span class='fraction'>0/33</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
47
  <span class="strong">0% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>0/119</span>
49
+ <span class='fraction'>0/125</span>
50
50
  </div>
51
51
 
52
52
 
@@ -99,13 +99,13 @@
99
99
  <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
100
100
  </td>
101
101
  <td data-value="0" class="pct low">0%</td>
102
- <td data-value="119" class="abs low">0/119</td>
102
+ <td data-value="123" class="abs low">0/123</td>
103
103
  <td data-value="0" class="pct low">0%</td>
104
104
  <td data-value="88" class="abs low">0/88</td>
105
105
  <td data-value="0" class="pct low">0%</td>
106
- <td data-value="30" class="abs low">0/30</td>
106
+ <td data-value="28" class="abs low">0/28</td>
107
107
  <td data-value="0" class="pct low">0%</td>
108
- <td data-value="111" class="abs low">0/111</td>
108
+ <td data-value="117" class="abs low">0/117</td>
109
109
  </tr>
110
110
 
111
111
  <tr>
@@ -131,7 +131,7 @@
131
131
  <div class='footer quiet pad2 space-top1 center small'>
132
132
  Code coverage generated by
133
133
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134
- at 2022-11-03T13:44:33.087Z
134
+ at 2023-01-18T10:53:27.335Z
135
135
  </div>
136
136
  <script src="../prettify.js"></script>
137
137
  <script>
@@ -73,7 +73,7 @@
73
73
  <div class='footer quiet pad2 space-top1 center small'>
74
74
  Code coverage generated by
75
75
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
76
- at 2022-11-03T13:44:33.087Z
76
+ at 2023-01-18T10:53:27.335Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -652,7 +652,7 @@ export default CustomPropertiesLookup;
652
652
  <div class='footer quiet pad2 space-top1 center small'>
653
653
  Code coverage generated by
654
654
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
655
- at 2022-11-03T13:44:33.087Z
655
+ at 2023-01-18T10:53:27.335Z
656
656
  </div>
657
657
  <script src="../../prettify.js"></script>
658
658
  <script>
@@ -1147,7 +1147,7 @@ export default CustomPropertiesSettings;
1147
1147
  <div class='footer quiet pad2 space-top1 center small'>
1148
1148
  Code coverage generated by
1149
1149
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1150
- at 2022-11-03T13:44:33.087Z
1150
+ at 2023-01-18T10:53:27.335Z
1151
1151
  </div>
1152
1152
  <script src="../../prettify.js"></script>
1153
1153
  <script>
@@ -1459,7 +1459,7 @@ export default CustomPropertyForm;
1459
1459
  <div class='footer quiet pad2 space-top1 center small'>
1460
1460
  Code coverage generated by
1461
1461
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1462
- at 2022-11-03T13:44:33.087Z
1462
+ at 2023-01-18T10:53:27.335Z
1463
1463
  </div>
1464
1464
  <script src="../../prettify.js"></script>
1465
1465
  <script>
@@ -718,7 +718,7 @@ export default CustomPropertyView;
718
718
  <div class='footer quiet pad2 space-top1 center small'>
719
719
  Code coverage generated by
720
720
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
721
- at 2022-11-03T13:44:33.087Z
721
+ at 2023-01-18T10:53:27.335Z
722
722
  </div>
723
723
  <script src="../../prettify.js"></script>
724
724
  <script>
@@ -161,7 +161,7 @@
161
161
  <div class='footer quiet pad2 space-top1 center small'>
162
162
  Code coverage generated by
163
163
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164
- at 2022-11-03T13:44:33.087Z
164
+ at 2023-01-18T10:53:27.335Z
165
165
  </div>
166
166
  <script src="../../prettify.js"></script>
167
167
  <script>
@@ -82,7 +82,7 @@ export { default as CustomPropertyForm } from './CustomPropertyForm';
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2022-11-03T13:44:33.087Z
85
+ at 2023-01-18T10:53:27.335Z
86
86
  </div>
87
87
  <script src="../../prettify.js"></script>
88
88
  <script>