@k-int/stripes-kint-components 4.3.0 → 4.4.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 (249) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/es/index.js +17 -4
  3. package/es/lib/ActionList/ActionList.js +5 -4
  4. package/es/lib/ActionList/ActionListFieldArray.js +7 -4
  5. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -2
  6. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +22 -24
  7. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +26 -32
  8. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +3 -3
  9. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +39 -47
  10. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +82 -100
  11. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +2 -2
  12. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +22 -28
  13. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +1 -1
  14. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +69 -85
  15. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +2 -2
  16. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +26 -32
  17. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +3 -3
  18. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +15 -19
  19. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +17 -21
  20. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -1
  21. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +129 -161
  22. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
  23. package/es/lib/CustomProperties/Filter/useValueProps.js +1 -1
  24. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -2
  25. package/es/lib/CycleButton/CycleButton.js +2 -2
  26. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +45 -28
  27. package/es/lib/EditableRefdataList/EditableRefdataList.js +70 -50
  28. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +44 -50
  29. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -1
  30. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +139 -163
  31. package/es/lib/EditableSettingsList/SettingField/SettingField.js +9 -9
  32. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +117 -133
  33. package/es/lib/IconSelect/IconSelect.js +2 -2
  34. package/es/lib/QueryTypedown/QueryTypedown.js +2 -2
  35. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +1 -1
  36. package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +15 -5
  37. package/es/lib/RichSelect/RichSelect.js +2 -2
  38. package/es/lib/RichSelect/useSelectedOption.js +2 -2
  39. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +2 -2
  40. package/es/lib/SettingPage/SettingPage.js +4 -2
  41. package/es/lib/Typedown/Typedown.js +6 -3
  42. package/es/lib/hooks/index.js +0 -19
  43. package/es/lib/hooks/typedownHooks/useTypedownData.js +2 -2
  44. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
  45. package/es/lib/hooks/useActiveElement.js +2 -2
  46. package/es/lib/hooks/useHelperApp.js +2 -2
  47. package/es/lib/hooks/useKiwtFieldArray.js +2 -2
  48. package/es/lib/hooks/useKiwtSASQuery.js +2 -2
  49. package/es/lib/hooks/useLocalStorageState.js +2 -2
  50. package/es/lib/hooks/useMutateCustomProperties.js +23 -29
  51. package/es/lib/hooks/useMutateRefdataCategory.js +21 -25
  52. package/es/lib/hooks/useMutateRefdataValue.js +30 -34
  53. package/es/lib/hooks/useQIndex.js +2 -2
  54. package/es/lib/hooks/useSASQQueryMeta.js +1 -1
  55. package/es/lib/{hooks/settingsHooks → settingsHooks}/index.js +0 -0
  56. package/es/lib/{hooks/settingsHooks → settingsHooks}/useAppSettings.js +2 -2
  57. package/es/lib/{hooks/settingsHooks → settingsHooks}/useSettingSection.js +1 -3
  58. package/es/lib/{hooks/settingsHooks → settingsHooks}/useSettings.js +7 -8
  59. package/es/lib/utils/generateKiwtQueryParams.js +2 -2
  60. package/es/lib/utils/groupCustomPropertiesByCtx.js +1 -1
  61. package/es/lib/utils/highlightString.js +2 -2
  62. package/es/lib/utils/index.js +0 -43
  63. package/es/lib/utils/parseErrorResponse.js +42 -44
  64. package/es/lib/validators/index.js +16 -0
  65. package/es/lib/{utils → validators}/validators.js +0 -0
  66. package/junit.xml +133 -133
  67. package/package.json +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +12 -3
  69. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +53 -14
  70. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -8
  71. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +2 -2
  75. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  86. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  87. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +2 -2
  88. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  90. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +2 -2
  91. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +2 -2
  97. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +96 -9
  109. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +9 -9
  110. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +152 -29
  112. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
  113. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  127. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  135. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  142. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
  143. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +43 -10
  145. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  156. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +6 -3
  165. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +20 -8
  169. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +3 -3
  170. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +2 -5
  179. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  197. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  201. package/src/artifacts/coverage-jest/lcov-report/index.html +60 -45
  202. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +161 -0
  203. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +94 -0
  204. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +292 -0
  205. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +211 -0
  206. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +460 -0
  207. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  212. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +9 -24
  213. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +2 -35
  214. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  215. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +1 -1
  216. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +1 -1
  217. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  220. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  221. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  222. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  223. package/src/artifacts/coverage-jest/lcov-report/validators/index.html +131 -0
  224. package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +88 -0
  225. package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +370 -0
  226. package/src/artifacts/coverage-jest/lcov.info +650 -588
  227. package/src/index.js +6 -2
  228. package/src/lib/ActionList/ActionList.js +3 -2
  229. package/src/lib/ActionList/ActionListFieldArray.js +9 -1
  230. package/src/lib/ActionList/README.md +1 -0
  231. package/src/lib/CustomProperties/Config/CustomPropertyForm.js +1 -1
  232. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -1
  233. package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +1 -1
  234. package/src/lib/CustomProperties/Filter/useValueProps.js +1 -1
  235. package/src/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +32 -3
  236. package/src/lib/EditableRefdataList/EditableRefdataList.js +50 -22
  237. package/src/lib/EditableRefdataList/README.md +2 -1
  238. package/src/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +15 -4
  239. package/src/lib/SettingPage/SettingPage.js +2 -1
  240. package/src/lib/Typedown/Typedown.js +9 -5
  241. package/src/lib/hooks/index.js +0 -1
  242. package/src/lib/{hooks/settingsHooks → settingsHooks}/index.js +0 -0
  243. package/src/lib/{hooks/settingsHooks → settingsHooks}/useAppSettings.js +1 -1
  244. package/src/lib/{hooks/settingsHooks → settingsHooks}/useSettingSection.js +1 -2
  245. package/src/lib/{hooks/settingsHooks → settingsHooks}/useSettings.js +4 -5
  246. package/src/lib/utils/index.js +0 -11
  247. package/src/lib/validators/index.js +1 -0
  248. package/src/lib/{utils → validators}/validators.js +0 -0
  249. package/styles/TypeDown.css +17 -17
@@ -25,14 +25,14 @@
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/123</span>
28
+ <span class='fraction'>0/124</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
33
  <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>0/88</span>
35
+ <span class='fraction'>0/93</span>
36
36
  </div>
37
37
 
38
38
 
@@ -46,7 +46,7 @@
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/117</span>
49
+ <span class='fraction'>0/118</span>
50
50
  </div>
51
51
 
52
52
 
@@ -510,7 +510,20 @@
510
510
  <a name='L445'></a><a href='#L445'>445</a>
511
511
  <a name='L446'></a><a href='#L446'>446</a>
512
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>
513
+ <a name='L448'></a><a href='#L448'>448</a>
514
+ <a name='L449'></a><a href='#L449'>449</a>
515
+ <a name='L450'></a><a href='#L450'>450</a>
516
+ <a name='L451'></a><a href='#L451'>451</a>
517
+ <a name='L452'></a><a href='#L452'>452</a>
518
+ <a name='L453'></a><a href='#L453'>453</a>
519
+ <a name='L454'></a><a href='#L454'>454</a>
520
+ <a name='L455'></a><a href='#L455'>455</a>
521
+ <a name='L456'></a><a href='#L456'>456</a>
522
+ <a name='L457'></a><a href='#L457'>457</a>
523
+ <a name='L458'></a><a href='#L458'>458</a>
524
+ <a name='L459'></a><a href='#L459'>459</a>
525
+ <a name='L460'></a><a href='#L460'>460</a>
526
+ <a name='L461'></a><a href='#L461'>461</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
514
527
  <span class="cline-any cline-neutral">&nbsp;</span>
515
528
  <span class="cline-any cline-neutral">&nbsp;</span>
516
529
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -551,6 +564,7 @@
551
564
  <span class="cline-any cline-neutral">&nbsp;</span>
552
565
  <span class="cline-any cline-neutral">&nbsp;</span>
553
566
  <span class="cline-any cline-neutral">&nbsp;</span>
567
+ <span class="cline-any cline-neutral">&nbsp;</span>
554
568
  <span class="cline-any cline-no">&nbsp;</span>
555
569
  <span class="cline-any cline-no">&nbsp;</span>
556
570
  <span class="cline-any cline-no">&nbsp;</span>
@@ -602,6 +616,7 @@
602
616
  <span class="cline-any cline-neutral">&nbsp;</span>
603
617
  <span class="cline-any cline-neutral">&nbsp;</span>
604
618
  <span class="cline-any cline-neutral">&nbsp;</span>
619
+ <span class="cline-any cline-neutral">&nbsp;</span>
605
620
  <span class="cline-any cline-no">&nbsp;</span>
606
621
  <span class="cline-any cline-no">&nbsp;</span>
607
622
  <span class="cline-any cline-no">&nbsp;</span>
@@ -878,13 +893,18 @@
878
893
  <span class="cline-any cline-neutral">&nbsp;</span>
879
894
  <span class="cline-any cline-no">&nbsp;</span>
880
895
  <span class="cline-any cline-neutral">&nbsp;</span>
881
- <span class="cline-any cline-no">&nbsp;</span>
882
896
  <span class="cline-any cline-neutral">&nbsp;</span>
883
897
  <span class="cline-any cline-neutral">&nbsp;</span>
884
898
  <span class="cline-any cline-neutral">&nbsp;</span>
885
899
  <span class="cline-any cline-neutral">&nbsp;</span>
886
900
  <span class="cline-any cline-neutral">&nbsp;</span>
887
901
  <span class="cline-any cline-neutral">&nbsp;</span>
902
+ <span class="cline-any cline-no">&nbsp;</span>
903
+ <span class="cline-any cline-no">&nbsp;</span>
904
+ <span class="cline-any cline-neutral">&nbsp;</span>
905
+ <span class="cline-any cline-neutral">&nbsp;</span>
906
+ <span class="cline-any cline-neutral">&nbsp;</span>
907
+ <span class="cline-any cline-neutral">&nbsp;</span>
888
908
  <span class="cline-any cline-neutral">&nbsp;</span>
889
909
  <span class="cline-any cline-neutral">&nbsp;</span>
890
910
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -954,6 +974,12 @@
954
974
  <span class="cline-any cline-neutral">&nbsp;</span>
955
975
  <span class="cline-any cline-neutral">&nbsp;</span>
956
976
  <span class="cline-any cline-neutral">&nbsp;</span>
977
+ <span class="cline-any cline-neutral">&nbsp;</span>
978
+ <span class="cline-any cline-neutral">&nbsp;</span>
979
+ <span class="cline-any cline-neutral">&nbsp;</span>
980
+ <span class="cline-any cline-neutral">&nbsp;</span>
981
+ <span class="cline-any cline-neutral">&nbsp;</span>
982
+ <span class="cline-any cline-neutral">&nbsp;</span>
957
983
  <span class="cline-any cline-no">&nbsp;</span>
958
984
  <span class="cline-any cline-neutral">&nbsp;</span>
959
985
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -983,6 +1009,7 @@ const propTypes = <span class="cstat-no" title="statement not covered" >{</span>
983
1009
  fields: PropTypes.object,
984
1010
  fieldComponents: PropTypes.object,
985
1011
  formatter: PropTypes.object,
1012
+ hideActionsColumn: PropTypes.bool,
986
1013
  hideCreateButton: PropTypes.bool,
987
1014
  intlKey: PropTypes.string,
988
1015
  intlNS: PropTypes.string,
@@ -1037,6 +1064,7 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1037
1064
  editableFields,
1038
1065
  fields,
1039
1066
  fieldComponents,
1067
+ hideActionsColumn = <span class="branch-0 cbranch-no" title="branch not covered" >false,</span>
1040
1068
  hideCreateButton = <span class="branch-0 cbranch-no" title="branch not covered" >false,</span>
1041
1069
  intlKey: passedIntlKey,
1042
1070
  intlNS: passedIntlNS,
@@ -1238,7 +1266,7 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1238
1266
  action={action}
1239
1267
  aria-describedby={ariaIds.sub}
1240
1268
  aria-labelledby={ariaIds.text}
1241
- disabled={editing}
1269
+ disabled={!!editing}
1242
1270
  onClick={<span class="fstat-no" title="function not covered" >e </span>=&gt; {
1243
1271
  <span class="cstat-no" title="statement not covered" > e.stopPropagation();</span>
1244
1272
  <span class="cstat-no" title="statement not covered" > if (actionFunction) {</span>
@@ -1260,7 +1288,7 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1260
1288
  key={`action-${action.name}[${data.rowIndex}]`}
1261
1289
  action={action}
1262
1290
  ariaLabel={ariaLabel}
1263
- disabled={editing}
1291
+ disabled={!!editing}
1264
1292
  onClick={<span class="fstat-no" title="function not covered" >e </span>=&gt; {
1265
1293
  <span class="cstat-no" title="statement not covered" > e.stopPropagation();</span>
1266
1294
  <span class="cstat-no" title="statement not covered" > if (actionFunction) {</span>
@@ -1323,13 +1351,18 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1323
1351
  (!cd.id &amp;&amp; createFunction(cd)) ||
1324
1352
  (!!cd.id &amp;&amp; editFunction(cd))
1325
1353
  ) {
1326
- const validateFunction = <span class="cstat-no" title="statement not covered" >validateFields?.[key] ? validateFields?.[key](cd) : null;</span>
1354
+ const passedObject = <span class="cstat-no" title="statement not covered" >{</span>
1355
+ allValues: values,
1356
+ index: cd?.fieldIndex,
1357
+ key,
1358
+ name: `${cd.fieldName}.${key}`,
1359
+ rowFieldName: cd.fieldName
1360
+ };
1327
1361
  &nbsp;
1362
+ const validateFunction = <span class="cstat-no" title="statement not covered" >validateFields?.[key] ? validateFields?.[key](passedObject) : null;</span>
1328
1363
  <span class="cstat-no" title="statement not covered" > returnValue =</span>
1329
1364
  fieldComponents[key] ?
1330
- fieldComponents[key]({
1331
- name: `${cd.fieldName}.${key}`
1332
- }) :
1365
+ fieldComponents[key](passedObject) :
1333
1366
  &lt;Field
1334
1367
  autoFocus={autoFocus}
1335
1368
  component={TextField}
@@ -1359,7 +1392,7 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1359
1392
  &lt;/Headline&gt;
1360
1393
  {!hideCreateButton &amp;&amp;
1361
1394
  &lt;Button
1362
- disabled={editing || !createCallback}
1395
+ disabled={!!editing || !createCallback}
1363
1396
  marginBottom0
1364
1397
  onClick={handleClickCreate}
1365
1398
  &gt;
@@ -1394,7 +1427,13 @@ const ActionListFieldArray = <span class="cstat-no" title="statement not covered
1394
1427
  <span class="cstat-no" title="statement not covered" > onRowClick(e, rowWithoutActions);</span>
1395
1428
  }
1396
1429
  } : null}
1397
- visibleColumns={[...visibleFields, 'actionListActions']}
1430
+ visibleColumns={(
1431
+ !hideActionsColumn ||
1432
+ !!editing
1433
+ ) ?
1434
+ [...visibleFields, 'actionListActions'] :
1435
+ visibleFields
1436
+ }
1398
1437
  {...restOfMclProps}
1399
1438
  /&gt;
1400
1439
  &lt;/&gt;
@@ -1411,7 +1450,7 @@ export default ActionListFieldArray;
1411
1450
  <div class='footer quiet pad2 space-top1 center small'>
1412
1451
  Code coverage generated by
1413
1452
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1414
- at 2023-01-18T10:53:27.335Z
1453
+ at 2023-02-08T10:17:09.386Z
1415
1454
  </div>
1416
1455
  <script src="../prettify.js"></script>
1417
1456
  <script>
@@ -25,14 +25,14 @@
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/132</span>
28
+ <span class='fraction'>0/133</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
33
  <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>0/93</span>
35
+ <span class='fraction'>0/99</span>
36
36
  </div>
37
37
 
38
38
 
@@ -46,7 +46,7 @@
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/125</span>
49
+ <span class='fraction'>0/126</span>
50
50
  </div>
51
51
 
52
52
 
@@ -86,7 +86,7 @@
86
86
  <td data-value="0" class="pct low">0%</td>
87
87
  <td data-value="9" class="abs low">0/9</td>
88
88
  <td data-value="0" class="pct low">0%</td>
89
- <td data-value="5" class="abs low">0/5</td>
89
+ <td data-value="6" class="abs low">0/6</td>
90
90
  <td data-value="0" class="pct low">0%</td>
91
91
  <td data-value="5" class="abs low">0/5</td>
92
92
  <td data-value="0" class="pct low">0%</td>
@@ -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="123" class="abs low">0/123</td>
102
+ <td data-value="124" class="abs low">0/124</td>
103
103
  <td data-value="0" class="pct low">0%</td>
104
- <td data-value="88" class="abs low">0/88</td>
104
+ <td data-value="93" class="abs low">0/93</td>
105
105
  <td data-value="0" class="pct low">0%</td>
106
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="117" class="abs low">0/117</td>
108
+ <td data-value="118" class="abs low">0/118</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 2023-01-18T10:53:27.335Z
134
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
76
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
655
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
1150
+ at 2023-02-08T10:17:09.386Z
1151
1151
  </div>
1152
1152
  <script src="../../prettify.js"></script>
1153
1153
  <script>
@@ -1002,7 +1002,7 @@ import {
1002
1002
  TextArea,
1003
1003
  TextField
1004
1004
  } from '@folio/stripes/components';
1005
- import { required as requiredValidator, composeValidators } from '../../utils/validators';
1005
+ import { required as requiredValidator, composeValidators } from '../../validators';
1006
1006
  &nbsp;
1007
1007
  import {
1008
1008
  DECIMAL_CLASS_NAME,
@@ -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 2023-01-18T10:53:27.335Z
1462
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
721
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
164
+ at 2023-02-08T10:17:09.386Z
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 2023-01-18T10:53:27.335Z
85
+ at 2023-02-08T10:17:09.386Z
86
86
  </div>
87
87
  <script src="../../prettify.js"></script>
88
88
  <script>
@@ -193,7 +193,7 @@ export default CustomPropertiesEdit;
193
193
  <div class='footer quiet pad2 space-top1 center small'>
194
194
  Code coverage generated by
195
195
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
196
- at 2023-01-18T10:53:27.335Z
196
+ at 2023-02-08T10:17:09.386Z
197
197
  </div>
198
198
  <script src="../../prettify.js"></script>
199
199
  <script>
@@ -337,7 +337,7 @@ export default CustomPropertiesEditCtx;
337
337
  <div class='footer quiet pad2 space-top1 center small'>
338
338
  Code coverage generated by
339
339
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
340
- at 2023-01-18T10:53:27.335Z
340
+ at 2023-02-08T10:17:09.386Z
341
341
  </div>
342
342
  <script src="../../prettify.js"></script>
343
343
  <script>
@@ -811,7 +811,7 @@ export default CustomPropertiesListField;
811
811
  <div class='footer quiet pad2 space-top1 center small'>
812
812
  Code coverage generated by
813
813
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
814
- at 2023-01-18T10:53:27.335Z
814
+ at 2023-02-08T10:17:09.386Z
815
815
  </div>
816
816
  <script src="../../prettify.js"></script>
817
817
  <script>
@@ -1282,7 +1282,7 @@ export default CustomPropertyField;
1282
1282
  <div class='footer quiet pad2 space-top1 center small'>
1283
1283
  Code coverage generated by
1284
1284
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1285
- at 2023-01-18T10:53:27.335Z
1285
+ at 2023-02-08T10:17:09.386Z
1286
1286
  </div>
1287
1287
  <script src="../../prettify.js"></script>
1288
1288
  <script>
@@ -439,7 +439,7 @@ export default CustomPropertyFormCard;
439
439
  <div class='footer quiet pad2 space-top1 center small'>
440
440
  Code coverage generated by
441
441
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
442
- at 2023-01-18T10:53:27.335Z
442
+ at 2023-02-08T10:17:09.386Z
443
443
  </div>
444
444
  <script src="../../prettify.js"></script>
445
445
  <script>
@@ -191,7 +191,7 @@
191
191
  <div class='footer quiet pad2 space-top1 center small'>
192
192
  Code coverage generated by
193
193
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
194
- at 2023-01-18T10:53:27.335Z
194
+ at 2023-02-08T10:17:09.386Z
195
195
  </div>
196
196
  <script src="../../prettify.js"></script>
197
197
  <script>
@@ -85,7 +85,7 @@ export { default as CustomPropertyField } from './CustomPropertyField';
85
85
  <div class='footer quiet pad2 space-top1 center small'>
86
86
  Code coverage generated by
87
87
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
88
- at 2023-01-18T10:53:27.335Z
88
+ at 2023-02-08T10:17:09.386Z
89
89
  </div>
90
90
  <script src="../../prettify.js"></script>
91
91
  <script>
@@ -256,7 +256,7 @@ export {
256
256
  <div class='footer quiet pad2 space-top1 center small'>
257
257
  Code coverage generated by
258
258
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259
- at 2023-01-18T10:53:27.335Z
259
+ at 2023-02-08T10:17:09.386Z
260
260
  </div>
261
261
  <script src="../../prettify.js"></script>
262
262
  <script>
@@ -484,7 +484,7 @@ export default CustomPropertiesFilter;
484
484
  <div class='footer quiet pad2 space-top1 center small'>
485
485
  Code coverage generated by
486
486
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
487
- at 2023-01-18T10:53:27.335Z
487
+ at 2023-02-08T10:17:09.386Z
488
488
  </div>
489
489
  <script src="../../prettify.js"></script>
490
490
  <script>
@@ -399,7 +399,7 @@ import {
399
399
  } from '@folio/stripes/components';
400
400
  &nbsp;
401
401
  import { groupCustomPropertiesByCtx } from '../../utils';
402
- import { required as requiredValidator } from '../../utils/validators';
402
+ import { required as requiredValidator } from '../../validators';
403
403
  &nbsp;
404
404
  import CustomPropertiesRule from './CustomPropertiesRule';
405
405
  import { useKintIntl } from '../../hooks';
@@ -553,7 +553,7 @@ export default CustomPropertiesFilterField;
553
553
  <div class='footer quiet pad2 space-top1 center small'>
554
554
  Code coverage generated by
555
555
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
556
- at 2023-01-18T10:53:27.335Z
556
+ at 2023-02-08T10:17:09.386Z
557
557
  </div>
558
558
  <script src="../../prettify.js"></script>
559
559
  <script>
@@ -400,7 +400,7 @@ export default CustomPropertiesFilterFieldArray;
400
400
  <div class='footer quiet pad2 space-top1 center small'>
401
401
  Code coverage generated by
402
402
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
403
- at 2023-01-18T10:53:27.335Z
403
+ at 2023-02-08T10:17:09.386Z
404
404
  </div>
405
405
  <script src="../../prettify.js"></script>
406
406
  <script>
@@ -325,7 +325,7 @@ export default CustomPropertyFiltersForm;
325
325
  <div class='footer quiet pad2 space-top1 center small'>
326
326
  Code coverage generated by
327
327
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
328
- at 2023-01-18T10:53:27.335Z
328
+ at 2023-02-08T10:17:09.386Z
329
329
  </div>
330
330
  <script src="../../prettify.js"></script>
331
331
  <script>
@@ -355,7 +355,7 @@ import {
355
355
  Tooltip,
356
356
  } from '@folio/stripes/components';
357
357
  &nbsp;
358
- import { required as requiredValidator } from '../../utils/validators';
358
+ import { required as requiredValidator } from '../../validators';
359
359
  &nbsp;
360
360
  import useValueProps from './useValueProps';
361
361
  import useOperators from './useOperators';
@@ -487,7 +487,7 @@ export default CustomPropertiesRule;
487
487
  <div class='footer quiet pad2 space-top1 center small'>
488
488
  Code coverage generated by
489
489
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
490
- at 2023-01-18T10:53:27.335Z
490
+ at 2023-02-08T10:17:09.386Z
491
491
  </div>
492
492
  <script src="../../prettify.js"></script>
493
493
  <script>
@@ -236,7 +236,7 @@
236
236
  <div class='footer quiet pad2 space-top1 center small'>
237
237
  Code coverage generated by
238
238
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
239
- at 2023-01-18T10:53:27.335Z
239
+ at 2023-02-08T10:17:09.386Z
240
240
  </div>
241
241
  <script src="../../prettify.js"></script>
242
242
  <script>
@@ -88,7 +88,7 @@ export { default as CustomPropertiesFilterFieldArray } from './CustomPropertiesF
88
88
  <div class='footer quiet pad2 space-top1 center small'>
89
89
  Code coverage generated by
90
90
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
91
- at 2023-01-18T10:53:27.335Z
91
+ at 2023-02-08T10:17:09.386Z
92
92
  </div>
93
93
  <script src="../../prettify.js"></script>
94
94
  <script>
@@ -208,7 +208,7 @@ export {
208
208
  <div class='footer quiet pad2 space-top1 center small'>
209
209
  Code coverage generated by
210
210
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211
- at 2023-01-18T10:53:27.335Z
211
+ at 2023-02-08T10:17:09.386Z
212
212
  </div>
213
213
  <script src="../../prettify.js"></script>
214
214
  <script>
@@ -256,7 +256,7 @@ export default useOperators;
256
256
  <div class='footer quiet pad2 space-top1 center small'>
257
257
  Code coverage generated by
258
258
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259
- at 2023-01-18T10:53:27.335Z
259
+ at 2023-02-08T10:17:09.386Z
260
260
  </div>
261
261
  <script src="../../prettify.js"></script>
262
262
  <script>
@@ -184,7 +184,7 @@ export default useParseActiveFilterStrings;
184
184
  <div class='footer quiet pad2 space-top1 center small'>
185
185
  Code coverage generated by
186
186
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
187
- at 2023-01-18T10:53:27.335Z
187
+ at 2023-02-08T10:17:09.386Z
188
188
  </div>
189
189
  <script src="../../prettify.js"></script>
190
190
  <script>
@@ -177,7 +177,7 @@
177
177
  <span class="cline-any cline-neutral">&nbsp;</span>
178
178
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { Datepicker, Select, TextField } from '@folio/stripes/components';
179
179
  import * as CUSTPROP_TYPES from '../../constants/customProperties';
180
- import { invalidNumber, required as requiredValidator } from '../../utils/validators';
180
+ import { invalidNumber, required as requiredValidator } from '../../validators';
181
181
  &nbsp;
182
182
  const {
183
183
  REFDATA_CLASS_NAME: REFDATA,
@@ -238,7 +238,7 @@ export default useValueProps;
238
238
  <div class='footer quiet pad2 space-top1 center small'>
239
239
  Code coverage generated by
240
240
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
241
- at 2023-01-18T10:53:27.335Z
241
+ at 2023-02-08T10:17:09.386Z
242
242
  </div>
243
243
  <script src="../../prettify.js"></script>
244
244
  <script>
@@ -196,7 +196,7 @@ export default CustomPropertiesView;
196
196
  <div class='footer quiet pad2 space-top1 center small'>
197
197
  Code coverage generated by
198
198
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
199
- at 2023-01-18T10:53:27.335Z
199
+ at 2023-02-08T10:17:09.386Z
200
200
  </div>
201
201
  <script src="../../prettify.js"></script>
202
202
  <script>
@@ -430,7 +430,7 @@ export default CustomPropertiesViewCtx;
430
430
  <div class='footer quiet pad2 space-top1 center small'>
431
431
  Code coverage generated by
432
432
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
433
- at 2023-01-18T10:53:27.335Z
433
+ at 2023-02-08T10:17:09.386Z
434
434
  </div>
435
435
  <script src="../../prettify.js"></script>
436
436
  <script>
@@ -604,7 +604,7 @@ export default CustomPropertyCard;
604
604
  <div class='footer quiet pad2 space-top1 center small'>
605
605
  Code coverage generated by
606
606
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
607
- at 2023-01-18T10:53:27.335Z
607
+ at 2023-02-08T10:17:09.386Z
608
608
  </div>
609
609
  <script src="../../prettify.js"></script>
610
610
  <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 2023-01-18T10:53:27.335Z
164
+ at 2023-02-08T10:17:09.386Z
165
165
  </div>
166
166
  <script src="../../prettify.js"></script>
167
167
  <script>
@@ -79,7 +79,7 @@ export { default as CustomPropertyCard } from './CustomPropertyCard';
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2023-01-18T10:53:27.335Z
82
+ at 2023-02-08T10:17:09.386Z
83
83
  </div>
84
84
  <script src="../../prettify.js"></script>
85
85
  <script>
@@ -556,7 +556,7 @@ export {
556
556
  <div class='footer quiet pad2 space-top1 center small'>
557
557
  Code coverage generated by
558
558
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
559
- at 2023-01-18T10:53:27.335Z
559
+ at 2023-02-08T10:17:09.386Z
560
560
  </div>
561
561
  <script src="../../prettify.js"></script>
562
562
  <script>