@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
@@ -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-09-26T12:56:01.347Z
196
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
340
+ at 2023-10-18T12:55:05.261Z
341
341
  </div>
342
342
  <script src="../../prettify.js"></script>
343
343
  <script>
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">83.01% </span>
26
+ <span class="strong">83.33% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>44/53</span>
28
+ <span class='fraction'>45/54</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">84% </span>
47
+ <span class="strong">84.31% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>42/50</span>
49
+ <span class='fraction'>43/51</span>
50
50
  </div>
51
51
 
52
52
 
@@ -310,7 +310,11 @@
310
310
  <a name='L245'></a><a href='#L245'>245</a>
311
311
  <a name='L246'></a><a href='#L246'>246</a>
312
312
  <a name='L247'></a><a href='#L247'>247</a>
313
- <a name='L248'></a><a href='#L248'>248</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
313
+ <a name='L248'></a><a href='#L248'>248</a>
314
+ <a name='L249'></a><a href='#L249'>249</a>
315
+ <a name='L250'></a><a href='#L250'>250</a>
316
+ <a name='L251'></a><a href='#L251'>251</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
317
+ <span class="cline-any cline-neutral">&nbsp;</span>
314
318
  <span class="cline-any cline-neutral">&nbsp;</span>
315
319
  <span class="cline-any cline-neutral">&nbsp;</span>
316
320
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -469,6 +473,8 @@
469
473
  <span class="cline-any cline-yes">10x</span>
470
474
  <span class="cline-any cline-yes">120x</span>
471
475
  <span class="cline-any cline-yes">120x</span>
476
+ <span class="cline-any cline-neutral">&nbsp;</span>
477
+ <span class="cline-any cline-yes">40x</span>
472
478
  <span class="cline-any cline-yes">40x</span>
473
479
  <span class="cline-any cline-neutral">&nbsp;</span>
474
480
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -559,6 +565,7 @@
559
565
  <span class="cline-any cline-neutral">&nbsp;</span>
560
566
  <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">import { useEffect, useRef, useState } from 'react';
561
567
  import PropTypes from 'prop-types';
568
+ import orderBy from 'lodash/orderBy';
562
569
  import { Field, useFormState } from 'react-final-form';
563
570
  &nbsp;
564
571
  import { Button, Headline, KeyValue } from '@folio/stripes/components';
@@ -716,6 +723,8 @@ const CustomPropertiesListField = ({
716
723
  const availableCustomProperties = customProperties?.map(customProperty =&gt; {
717
724
  let options = customProperty?.category?.values;
718
725
  if (options) {
726
+ // order by label, add notSet option afterwards
727
+ options = orderBy(options, 'label');
719
728
  options = [
720
729
  {
721
730
  label: kintIntl.formatKintMessage({
@@ -811,7 +820,7 @@ export default CustomPropertiesListField;
811
820
  <div class='footer quiet pad2 space-top1 center small'>
812
821
  Code coverage generated by
813
822
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
814
- at 2023-09-26T12:56:01.347Z
823
+ at 2023-10-18T12:55:05.261Z
815
824
  </div>
816
825
  <script src="../../prettify.js"></script>
817
826
  <script>
@@ -467,7 +467,10 @@
467
467
  <a name='L402'></a><a href='#L402'>402</a>
468
468
  <a name='L403'></a><a href='#L403'>403</a>
469
469
  <a name='L404'></a><a href='#L404'>404</a>
470
- <a name='L405'></a><a href='#L405'>405</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
470
+ <a name='L405'></a><a href='#L405'>405</a>
471
+ <a name='L406'></a><a href='#L406'>406</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
472
+ <span class="cline-any cline-neutral">&nbsp;</span>
473
+ <span class="cline-any cline-neutral">&nbsp;</span>
471
474
  <span class="cline-any cline-neutral">&nbsp;</span>
472
475
  <span class="cline-any cline-neutral">&nbsp;</span>
473
476
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -501,7 +504,6 @@
501
504
  <span class="cline-any cline-neutral">&nbsp;</span>
502
505
  <span class="cline-any cline-yes">14x</span>
503
506
  <span class="cline-any cline-neutral">&nbsp;</span>
504
- <span class="cline-any cline-neutral">&nbsp;</span>
505
507
  <span class="cline-any cline-yes">14x</span>
506
508
  <span class="cline-any cline-yes">14x</span>
507
509
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -632,12 +634,12 @@
632
634
  <span class="cline-any cline-neutral">&nbsp;</span>
633
635
  <span class="cline-any cline-neutral">&nbsp;</span>
634
636
  <span class="cline-any cline-neutral">&nbsp;</span>
635
- <span class="cline-any cline-neutral">&nbsp;</span>
636
637
  <span class="cline-any cline-yes">14x</span>
637
638
  <span class="cline-any cline-neutral">&nbsp;</span>
638
639
  <span class="cline-any cline-yes">7x</span>
639
640
  <span class="cline-any cline-neutral">&nbsp;</span>
640
641
  <span class="cline-any cline-neutral">&nbsp;</span>
642
+ <span class="cline-any cline-neutral">&nbsp;</span>
641
643
  <span class="cline-any cline-yes">7x</span>
642
644
  <span class="cline-any cline-neutral">&nbsp;</span>
643
645
  <span class="cline-any cline-yes">7x</span>
@@ -875,6 +877,8 @@
875
877
  &nbsp;
876
878
  import { Field } from 'react-final-form';
877
879
  &nbsp;
880
+ import orderBy from 'lodash/orderBy';
881
+ &nbsp;
878
882
  import {
879
883
  Col,
880
884
  Datepicker,
@@ -904,7 +908,6 @@ const CustomPropertyField = ({
904
908
  setCustomProperties
905
909
  }) =&gt; {
906
910
  const kintIntl = useKintIntl(passedIntlKey, passedIntlNS);
907
- &nbsp;
908
911
  // Set up the validator for the customProperty
909
912
  const customPropertyValidator = (fieldValue, allValues) =&gt; {
910
913
  const { note, publicNote, value: currentValue } = allValues?.customProperties?.[customProperty?.value]?.[0] ?? {};
@@ -1036,11 +1039,11 @@ const CustomPropertyField = ({
1036
1039
  };
1037
1040
  // Figure out which component we're rendering and specify its unique props.
1038
1041
  let fieldProps;
1039
- &nbsp;
1040
1042
  switch (customProperty.type) {
1041
1043
  case CUSTOM_PROPERTY_TYPES.REFDATA_CLASS_NAME:
1042
1044
  fieldProps = {
1043
1045
  component: Select,
1046
+ // don't order dataOptions here, notSet should always be first in list
1044
1047
  dataOptions: customProperty.options,
1045
1048
  format: (v) =&gt; v?.value,
1046
1049
  };
@@ -1049,7 +1052,7 @@ const CustomPropertyField = ({
1049
1052
  fieldProps = {
1050
1053
  component: MultiSelection,
1051
1054
  // The "not set" value is not relevant for a multi select
1052
- dataOptions: customProperty.options?.filter(opt =&gt; !!opt?.value),
1055
+ dataOptions: orderBy(customProperty.options?.filter(opt =&gt; !!opt?.value), 'label'),
1053
1056
  renderToOverlay: true
1054
1057
  };
1055
1058
  // MultiSelection passes the changed array as a value not an event
@@ -1282,7 +1285,7 @@ export default CustomPropertyField;
1282
1285
  <div class='footer quiet pad2 space-top1 center small'>
1283
1286
  Code coverage generated by
1284
1287
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1285
- at 2023-09-26T12:56:01.347Z
1288
+ at 2023-10-18T12:55:05.261Z
1286
1289
  </div>
1287
1290
  <script src="../../prettify.js"></script>
1288
1291
  <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-09-26T12:56:01.347Z
442
+ at 2023-10-18T12:55:05.261Z
443
443
  </div>
444
444
  <script src="../../prettify.js"></script>
445
445
  <script>
@@ -23,9 +23,9 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">73.33% </span>
26
+ <span class="strong">73.48% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>132/180</span>
28
+ <span class='fraction'>133/181</span>
29
29
  </div>
30
30
 
31
31
 
@@ -44,9 +44,9 @@
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">74.85% </span>
47
+ <span class="strong">75% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>128/171</span>
49
+ <span class='fraction'>129/172</span>
50
50
  </div>
51
51
 
52
52
 
@@ -110,17 +110,17 @@
110
110
 
111
111
  <tr>
112
112
  <td class="file high" data-value="CustomPropertiesListField.js"><a href="CustomPropertiesListField.js.html">CustomPropertiesListField.js</a></td>
113
- <td data-value="83.01" class="pic high">
113
+ <td data-value="83.33" class="pic high">
114
114
  <div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
115
115
  </td>
116
- <td data-value="83.01" class="pct high">83.01%</td>
117
- <td data-value="53" class="abs high">44/53</td>
116
+ <td data-value="83.33" class="pct high">83.33%</td>
117
+ <td data-value="54" class="abs high">45/54</td>
118
118
  <td data-value="68.75" class="pct medium">68.75%</td>
119
119
  <td data-value="32" class="abs medium">22/32</td>
120
120
  <td data-value="88.88" class="pct high">88.88%</td>
121
121
  <td data-value="18" class="abs high">16/18</td>
122
- <td data-value="84" class="pct high">84%</td>
123
- <td data-value="50" class="abs high">42/50</td>
122
+ <td data-value="84.31" class="pct high">84.31%</td>
123
+ <td data-value="51" class="abs high">43/51</td>
124
124
  </tr>
125
125
 
126
126
  <tr>
@@ -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-09-26T12:56:01.347Z
194
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
88
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
259
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
487
+ at 2023-10-18T12:55:05.261Z
488
488
  </div>
489
489
  <script src="../../prettify.js"></script>
490
490
  <script>
@@ -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-09-26T12:56:01.347Z
556
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
403
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
328
+ at 2023-10-18T12:55:05.261Z
329
329
  </div>
330
330
  <script src="../../prettify.js"></script>
331
331
  <script>
@@ -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-09-26T12:56:01.347Z
490
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
239
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
91
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
211
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
259
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
187
+ at 2023-10-18T12:55:05.261Z
188
188
  </div>
189
189
  <script src="../../prettify.js"></script>
190
190
  <script>
@@ -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-09-26T12:56:01.347Z
241
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
199
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
433
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
607
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
164
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
82
+ at 2023-10-18T12:55:05.261Z
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-09-26T12:56:01.347Z
559
+ at 2023-10-18T12:55:05.261Z
560
560
  </div>
561
561
  <script src="../../prettify.js"></script>
562
562
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2023-09-26T12:56:01.347Z
104
+ at 2023-10-18T12:55:05.261Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -160,7 +160,7 @@ export {
160
160
  <div class='footer quiet pad2 space-top1 center small'>
161
161
  Code coverage generated by
162
162
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
163
- at 2023-09-26T12:56:01.347Z
163
+ at 2023-10-18T12:55:05.261Z
164
164
  </div>
165
165
  <script src="../prettify.js"></script>
166
166
  <script>
@@ -202,7 +202,7 @@ export default CycleButton;
202
202
  <div class='footer quiet pad2 space-top1 center small'>
203
203
  Code coverage generated by
204
204
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
205
- at 2023-09-26T12:56:01.347Z
205
+ at 2023-10-18T12:55:05.261Z
206
206
  </div>
207
207
  <script src="../prettify.js"></script>
208
208
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-09-26T12:56:01.347Z
119
+ at 2023-10-18T12:55:05.261Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <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-09-26T12:56:01.347Z
76
+ at 2023-10-18T12:55:05.261Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -736,7 +736,7 @@ export default EditableRefdataCategoryList;
736
736
  <div class='footer quiet pad2 space-top1 center small'>
737
737
  Code coverage generated by
738
738
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
739
- at 2023-09-26T12:56:01.347Z
739
+ at 2023-10-18T12:55:05.261Z
740
740
  </div>
741
741
  <script src="../prettify.js"></script>
742
742
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-09-26T12:56:01.347Z
119
+ at 2023-10-18T12:55:05.261Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <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-09-26T12:56:01.347Z
76
+ at 2023-10-18T12:55:05.261Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -838,7 +838,7 @@ export default EditableRefdataList;
838
838
  <div class='footer quiet pad2 space-top1 center small'>
839
839
  Code coverage generated by
840
840
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
841
- at 2023-09-26T12:56:01.347Z
841
+ at 2023-10-18T12:55:05.261Z
842
842
  </div>
843
843
  <script src="../prettify.js"></script>
844
844
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-09-26T12:56:01.347Z
119
+ at 2023-10-18T12:55:05.261Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <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-09-26T12:56:01.347Z
76
+ at 2023-10-18T12:55:05.261Z
77
77
  </div>
78
78
  <script src="../prettify.js"></script>
79
79
  <script>
@@ -265,7 +265,7 @@ export default EditableSettingsList;
265
265
  <div class='footer quiet pad2 space-top1 center small'>
266
266
  Code coverage generated by
267
267
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
268
- at 2023-09-26T12:56:01.347Z
268
+ at 2023-10-18T12:55:05.261Z
269
269
  </div>
270
270
  <script src="../prettify.js"></script>
271
271
  <script>
@@ -244,7 +244,7 @@ export default EditableSettingsListFieldArray;
244
244
  <div class='footer quiet pad2 space-top1 center small'>
245
245
  Code coverage generated by
246
246
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
247
- at 2023-09-26T12:56:01.347Z
247
+ at 2023-10-18T12:55:05.261Z
248
248
  </div>
249
249
  <script src="../prettify.js"></script>
250
250
  <script>
@@ -397,7 +397,7 @@ export default EditSettingValue;
397
397
  <div class='footer quiet pad2 space-top1 center small'>
398
398
  Code coverage generated by
399
399
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
400
- at 2023-09-26T12:56:01.347Z
400
+ at 2023-10-18T12:55:05.261Z
401
401
  </div>
402
402
  <script src="../../prettify.js"></script>
403
403
  <script>
@@ -298,7 +298,7 @@ export default RenderSettingValue;
298
298
  <div class='footer quiet pad2 space-top1 center small'>
299
299
  Code coverage generated by
300
300
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301
- at 2023-09-26T12:56:01.347Z
301
+ at 2023-10-18T12:55:05.261Z
302
302
  </div>
303
303
  <script src="../../prettify.js"></script>
304
304
  <script>
@@ -559,7 +559,7 @@ export default SettingField;
559
559
  <div class='footer quiet pad2 space-top1 center small'>
560
560
  Code coverage generated by
561
561
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
562
- at 2023-09-26T12:56:01.347Z
562
+ at 2023-10-18T12:55:05.261Z
563
563
  </div>
564
564
  <script src="../../prettify.js"></script>
565
565
  <script>