@k-int/stripes-kint-components 5.1.2 → 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 (217) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/es/index.js +2 -2
  3. package/es/lib/ActionList/ActionList.js +2 -2
  4. package/es/lib/ActionList/ActionListFieldArray.js +2 -2
  5. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +3 -0
  6. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +4 -4
  7. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +2 -2
  8. package/es/lib/CustomProperties/Filter/useOperators.js +2 -2
  9. package/es/lib/CustomProperties/Filter/useValueProps.js +2 -2
  10. package/es/lib/CustomProperties/View/CustomPropertyCard.js +2 -2
  11. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +2 -2
  12. package/es/lib/EditableRefdataList/EditableRefdataList.js +2 -2
  13. package/es/lib/EditableSettingsList/SettingField/SettingField.js +2 -2
  14. package/es/lib/IconSelect/IconSelect.js +2 -2
  15. package/es/lib/QueryTypedown/QueryTypedown.js +2 -2
  16. package/es/lib/SettingPage/SettingPage.js +2 -2
  17. package/es/lib/Typedown/Typedown.js +2 -2
  18. package/es/lib/hooks/useHelperApp.js +2 -2
  19. package/es/lib/hooks/useLocalStorageState.js +2 -2
  20. package/es/lib/hooks/useQIndex.js +2 -2
  21. package/es/lib/utils/filterParsers/index.js +2 -2
  22. package/junit.xml +162 -162
  23. package/package.json +2 -1
  24. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +1 -1
  25. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +1 -1
  26. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +1 -1
  27. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  28. package/src/artifacts/coverage-jest/lcov-report/ComboButton/ComboButton.js.html +1 -1
  29. package/src/artifacts/coverage-jest/lcov-report/ComboButton/index.html +1 -1
  30. package/src/artifacts/coverage-jest/lcov-report/ComboButton/index.js.html +1 -1
  31. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
  32. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
  33. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
  34. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +1 -1
  35. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +1 -1
  36. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  37. package/src/artifacts/coverage-jest/lcov-report/{SettingsActionList/SettingsActionList.js.html → CustomProperties/Config/testResources.js.html} +313 -256
  38. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
  39. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
  40. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +15 -6
  41. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +10 -7
  42. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
  43. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +10 -10
  44. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  45. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
  46. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
  47. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
  48. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
  49. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
  50. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
  51. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +1 -1
  52. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  53. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +1 -1
  54. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +1 -1
  55. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
  56. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +1 -1
  57. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +1 -1
  58. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
  59. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +1 -1
  60. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +1 -1
  61. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  63. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  64. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  66. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  67. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
  69. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +1 -1
  70. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +1 -1
  75. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +1 -1
  82. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  86. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  87. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  88. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
  90. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  92. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
  93. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  95. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  96. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  101. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  102. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +1 -1
  103. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
  114. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  116. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  118. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  119. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  120. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
  126. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +1 -1
  127. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  128. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/SettingsFormContainer/index.js.html +1 -1
  131. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  133. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  134. package/src/artifacts/coverage-jest/lcov-report/constants/comparators.js.html +5 -2
  135. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  136. package/src/artifacts/coverage-jest/lcov-report/constants/endpoints.js.html +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  138. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  139. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  140. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  142. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +1 -1
  143. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +1 -1
  145. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  146. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +1 -1
  148. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +1 -1
  149. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  150. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  151. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  152. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  154. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  156. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
  157. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +1 -1
  158. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  159. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  160. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
  161. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  162. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
  164. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
  165. package/src/artifacts/coverage-jest/lcov-report/hooks/useModConfigEntries.js.html +1 -1
  166. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
  167. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateModConfigEntry.js.html +1 -1
  168. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
  169. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
  170. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
  171. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/index.html +10 -10
  175. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +1 -1
  179. package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +1 -1
  180. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/deparseKiwtQueryFilters.js.html +1 -1
  182. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/index.html +1 -1
  183. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/index.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryFilters.js.html +1 -1
  185. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryGroups.js.html +1 -1
  186. package/src/artifacts/coverage-jest/lcov-report/utils/filterParsers/parseKiwtQueryString.js.html +1 -1
  187. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +1 -1
  188. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +1 -1
  189. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +1 -1
  190. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +1 -1
  192. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +1 -1
  194. package/src/artifacts/coverage-jest/lcov-report/utils/modConfigEntriesQueryKey.js.html +1 -1
  195. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +2 -2
  197. package/src/artifacts/coverage-jest/lcov-report/utils/parseModConfigEntry.js.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +1 -1
  200. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  201. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +1 -1
  203. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +1 -1
  204. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/validators/index.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +1 -1
  209. package/src/artifacts/coverage-jest/lcov.info +231 -230
  210. package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +3 -0
  211. package/src/lib/CustomProperties/Edit/CustomPropertyField.js +2 -3
  212. package/yarn-error.log +129 -0
  213. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionTrigger.js.html +0 -418
  214. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/EditSettingValue.js.html +0 -514
  215. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/RenderSettingValue.js.html +0 -358
  216. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/index.html +0 -161
  217. package/src/artifacts/coverage-jest/lcov-report/SettingsActionList/index.js.html +0 -88
@@ -796,24 +796,24 @@ BRH:7
796
796
  end_of_record
797
797
  TN:
798
798
  SF:src/lib/CustomProperties/Edit/CustomPropertiesListField.js
799
- FN:9,(anonymous_0)
800
- FN:28,(anonymous_1)
801
- FN:41,(anonymous_2)
802
- FN:46,(anonymous_3)
803
- FN:63,(anonymous_4)
804
- FN:66,(anonymous_5)
805
- FN:93,(anonymous_6)
806
- FN:99,(anonymous_7)
807
- FN:113,(anonymous_8)
808
- FN:127,(anonymous_9)
809
- FN:130,(anonymous_10)
810
- FN:145,(anonymous_11)
811
- FN:157,(anonymous_12)
812
- FN:184,(anonymous_13)
813
- FN:187,(anonymous_14)
814
- FN:190,(anonymous_15)
815
- FN:195,(anonymous_16)
816
- FN:207,(anonymous_17)
799
+ FN:10,(anonymous_0)
800
+ FN:29,(anonymous_1)
801
+ FN:42,(anonymous_2)
802
+ FN:47,(anonymous_3)
803
+ FN:64,(anonymous_4)
804
+ FN:67,(anonymous_5)
805
+ FN:94,(anonymous_6)
806
+ FN:100,(anonymous_7)
807
+ FN:114,(anonymous_8)
808
+ FN:128,(anonymous_9)
809
+ FN:131,(anonymous_10)
810
+ FN:146,(anonymous_11)
811
+ FN:158,(anonymous_12)
812
+ FN:187,(anonymous_13)
813
+ FN:190,(anonymous_14)
814
+ FN:193,(anonymous_15)
815
+ FN:198,(anonymous_16)
816
+ FN:210,(anonymous_17)
817
817
  FNF:18
818
818
  FNH:16
819
819
  FNDA:15,(anonymous_0)
@@ -834,116 +834,117 @@ FNDA:120,(anonymous_14)
834
834
  FNDA:110,(anonymous_15)
835
835
  FNDA:60,(anonymous_16)
836
836
  FNDA:10,(anonymous_17)
837
- DA:9,19
838
- DA:23,15
839
- DA:25,15
837
+ DA:10,19
838
+ DA:24,15
840
839
  DA:26,15
841
- DA:28,15
842
- DA:39,10
840
+ DA:27,15
841
+ DA:29,15
843
842
  DA:40,10
844
- DA:41,120
845
- DA:46,15
846
- DA:47,0
847
- DA:49,0
843
+ DA:41,10
844
+ DA:42,120
845
+ DA:47,15
846
+ DA:48,0
848
847
  DA:50,0
849
848
  DA:51,0
850
849
  DA:52,0
851
- DA:54,0
852
- DA:63,15
853
- DA:65,30
850
+ DA:53,0
851
+ DA:55,0
852
+ DA:64,15
854
853
  DA:66,30
855
- DA:67,220
854
+ DA:67,30
856
855
  DA:68,220
857
- DA:70,110
858
- DA:72,110
859
- DA:93,220
860
- DA:96,15
861
- DA:99,15
862
- DA:113,180
863
- DA:127,180
864
- DA:131,0
856
+ DA:69,220
857
+ DA:71,110
858
+ DA:73,110
859
+ DA:94,220
860
+ DA:97,15
861
+ DA:100,15
862
+ DA:114,180
863
+ DA:128,180
865
864
  DA:132,0
866
- DA:145,19
867
- DA:153,10
865
+ DA:133,0
866
+ DA:146,19
868
867
  DA:154,10
869
- DA:157,10
870
- DA:158,120
868
+ DA:155,10
869
+ DA:158,10
871
870
  DA:159,120
872
- DA:160,40
873
- DA:172,120
874
- DA:183,10
875
- DA:184,10
876
- DA:185,10
871
+ DA:160,120
872
+ DA:162,40
873
+ DA:163,40
874
+ DA:175,120
877
875
  DA:186,10
878
- DA:187,120
879
- DA:190,110
880
- DA:195,60
881
- DA:196,5
882
- DA:200,5
883
- DA:203,10
884
- DA:208,10
885
- DA:224,19
886
- DA:232,19
887
- LF:50
888
- LH:42
889
- BRDA:10,0,0,0
890
- BRDA:18,1,0,0
891
- BRDA:39,2,0,10
892
- BRDA:39,2,1,0
893
- BRDA:39,3,0,10
894
- BRDA:39,3,1,10
895
- BRDA:47,4,0,0
896
- BRDA:47,4,1,0
897
- BRDA:67,5,0,0
898
- BRDA:67,5,1,220
899
- BRDA:67,6,0,220
900
- BRDA:67,6,1,110
901
- BRDA:68,7,0,110
902
- BRDA:68,7,1,110
903
- BRDA:68,8,0,220
904
- BRDA:68,8,1,110
905
- BRDA:99,9,0,15
906
- BRDA:99,9,1,15
907
- BRDA:99,10,0,0
908
- BRDA:113,11,0,15
909
- BRDA:113,11,1,15
910
- BRDA:113,12,0,0
911
- BRDA:127,13,0,15
912
- BRDA:127,13,1,15
913
- BRDA:127,14,0,0
914
- BRDA:150,15,0,10
915
- BRDA:159,16,0,40
916
- BRDA:159,16,1,80
917
- BRDA:186,17,0,10
918
- BRDA:186,17,1,0
919
- BRDA:195,18,0,5
920
- BRDA:195,18,1,5
876
+ DA:187,10
877
+ DA:188,10
878
+ DA:189,10
879
+ DA:190,120
880
+ DA:193,110
881
+ DA:198,60
882
+ DA:199,5
883
+ DA:203,5
884
+ DA:206,10
885
+ DA:211,10
886
+ DA:227,19
887
+ DA:235,19
888
+ LF:51
889
+ LH:43
890
+ BRDA:11,0,0,0
891
+ BRDA:19,1,0,0
892
+ BRDA:40,2,0,10
893
+ BRDA:40,2,1,0
894
+ BRDA:40,3,0,10
895
+ BRDA:40,3,1,10
896
+ BRDA:48,4,0,0
897
+ BRDA:48,4,1,0
898
+ BRDA:68,5,0,0
899
+ BRDA:68,5,1,220
900
+ BRDA:68,6,0,220
901
+ BRDA:68,6,1,110
902
+ BRDA:69,7,0,110
903
+ BRDA:69,7,1,110
904
+ BRDA:69,8,0,220
905
+ BRDA:69,8,1,110
906
+ BRDA:100,9,0,15
907
+ BRDA:100,9,1,15
908
+ BRDA:100,10,0,0
909
+ BRDA:114,11,0,15
910
+ BRDA:114,11,1,15
911
+ BRDA:114,12,0,0
912
+ BRDA:128,13,0,15
913
+ BRDA:128,13,1,15
914
+ BRDA:128,14,0,0
915
+ BRDA:151,15,0,10
916
+ BRDA:160,16,0,40
917
+ BRDA:160,16,1,80
918
+ BRDA:189,17,0,10
919
+ BRDA:189,17,1,0
920
+ BRDA:198,18,0,5
921
+ BRDA:198,18,1,5
921
922
  BRF:32
922
923
  BRH:22
923
924
  end_of_record
924
925
  TN:
925
926
  SF:src/lib/CustomProperties/Edit/CustomPropertyField.js
926
- FN:19,(anonymous_0)
927
- FN:36,(anonymous_1)
928
- FN:87,(anonymous_2)
929
- FN:88,(anonymous_3)
930
- FN:91,(anonymous_4)
931
- FN:92,(anonymous_5)
932
- FN:120,(anonymous_6)
933
- FN:148,(anonymous_7)
934
- FN:154,(anonymous_8)
935
- FN:172,(anonymous_9)
936
- FN:179,(anonymous_10)
937
- FN:183,(anonymous_11)
938
- FN:203,(anonymous_12)
939
- FN:217,(anonymous_13)
940
- FN:246,(anonymous_14)
941
- FN:252,(anonymous_15)
942
- FN:255,(anonymous_16)
943
- FN:297,(anonymous_17)
944
- FN:300,(anonymous_18)
945
- FN:326,(anonymous_19)
946
- FN:329,(anonymous_20)
927
+ FN:21,(anonymous_0)
928
+ FN:37,(anonymous_1)
929
+ FN:88,(anonymous_2)
930
+ FN:89,(anonymous_3)
931
+ FN:92,(anonymous_4)
932
+ FN:93,(anonymous_5)
933
+ FN:121,(anonymous_6)
934
+ FN:149,(anonymous_7)
935
+ FN:155,(anonymous_8)
936
+ FN:173,(anonymous_9)
937
+ FN:180,(anonymous_10)
938
+ FN:184,(anonymous_11)
939
+ FN:204,(anonymous_12)
940
+ FN:218,(anonymous_13)
941
+ FN:247,(anonymous_14)
942
+ FN:253,(anonymous_15)
943
+ FN:256,(anonymous_16)
944
+ FN:298,(anonymous_17)
945
+ FN:301,(anonymous_18)
946
+ FN:327,(anonymous_19)
947
+ FN:330,(anonymous_20)
947
948
  FNF:21
948
949
  FNH:11
949
950
  FNDA:14,(anonymous_0)
@@ -967,129 +968,129 @@ FNDA:14,(anonymous_17)
967
968
  FNDA:0,(anonymous_18)
968
969
  FNDA:14,(anonymous_19)
969
970
  FNDA:0,(anonymous_20)
970
- DA:19,19
971
- DA:33,14
972
- DA:36,14
971
+ DA:21,19
972
+ DA:35,14
973
973
  DA:37,14
974
- DA:39,14
975
- DA:40,0
976
- DA:44,0
977
- DA:51,0
978
- DA:60,14
979
- DA:61,1
974
+ DA:38,14
975
+ DA:40,14
976
+ DA:41,0
977
+ DA:45,0
978
+ DA:52,0
979
+ DA:61,14
980
980
  DA:62,1
981
- DA:69,13
982
- DA:70,1
981
+ DA:63,1
982
+ DA:70,13
983
983
  DA:71,1
984
- DA:73,1
985
- DA:80,12
986
- DA:81,0
987
- DA:84,12
988
- DA:87,14
989
- DA:88,0
990
- DA:91,14
991
- DA:92,0
992
- DA:94,0
993
- DA:96,0
994
- DA:99,0
995
- DA:102,0
984
+ DA:72,1
985
+ DA:74,1
986
+ DA:81,12
987
+ DA:82,0
988
+ DA:85,12
989
+ DA:88,14
990
+ DA:89,0
991
+ DA:92,14
992
+ DA:93,0
993
+ DA:95,0
994
+ DA:97,0
995
+ DA:100,0
996
996
  DA:103,0
997
- DA:106,0
997
+ DA:104,0
998
998
  DA:107,0
999
- DA:109,0
1000
- DA:121,0
1001
- DA:124,0
999
+ DA:108,0
1000
+ DA:110,0
1001
+ DA:122,0
1002
1002
  DA:125,0
1003
1003
  DA:126,0
1004
- DA:132,0
1004
+ DA:127,0
1005
1005
  DA:133,0
1006
- DA:148,14
1006
+ DA:134,0
1007
1007
  DA:149,14
1008
1008
  DA:150,14
1009
1009
  DA:151,14
1010
- DA:154,14
1011
- DA:155,0
1010
+ DA:152,14
1011
+ DA:155,14
1012
+ DA:156,0
1012
1013
  DA:167,14
1013
1014
  DA:169,7
1014
- DA:172,7
1015
- DA:174,7
1016
- DA:176,3
1017
- DA:179,15
1018
- DA:183,3
1019
- DA:184,4
1020
- DA:193,3
1021
- DA:196,2
1022
- DA:203,2
1023
- DA:204,0
1024
- DA:213,2
1025
- DA:215,0
1026
- DA:217,0
1027
- DA:219,0
1028
- DA:221,2
1029
- DA:227,2
1030
- DA:229,0
1015
+ DA:173,7
1016
+ DA:175,7
1017
+ DA:177,3
1018
+ DA:180,15
1019
+ DA:184,3
1020
+ DA:185,4
1021
+ DA:194,3
1022
+ DA:197,2
1023
+ DA:204,2
1024
+ DA:205,0
1025
+ DA:214,2
1026
+ DA:216,0
1027
+ DA:218,0
1028
+ DA:220,0
1029
+ DA:222,2
1030
+ DA:228,2
1031
1031
  DA:230,0
1032
- DA:233,14
1033
- DA:246,14
1034
- DA:252,14
1032
+ DA:231,0
1033
+ DA:234,14
1034
+ DA:247,14
1035
1035
  DA:253,14
1036
- DA:255,14
1037
- DA:256,1
1038
- DA:265,14
1039
- DA:297,14
1036
+ DA:254,14
1037
+ DA:256,14
1038
+ DA:257,1
1039
+ DA:266,14
1040
1040
  DA:298,14
1041
- DA:300,14
1042
- DA:301,0
1043
- DA:310,14
1044
- DA:326,14
1041
+ DA:299,14
1042
+ DA:301,14
1043
+ DA:302,0
1044
+ DA:311,14
1045
1045
  DA:327,14
1046
- DA:329,14
1047
- DA:330,0
1048
- DA:339,14
1049
- DA:355,14
1050
- DA:389,19
1046
+ DA:328,14
1047
+ DA:330,14
1048
+ DA:331,0
1049
+ DA:340,14
1050
+ DA:356,14
1051
+ DA:390,19
1051
1052
  LF:81
1052
1053
  LH:52
1053
- BRDA:27,0,0,14
1054
- BRDA:37,1,0,14
1055
- BRDA:37,1,1,5
1056
- BRDA:39,2,0,0
1057
- BRDA:39,2,1,14
1058
- BRDA:39,3,0,14
1059
- BRDA:39,3,1,9
1060
- BRDA:39,3,2,14
1061
- BRDA:39,3,3,9
1062
- BRDA:40,4,0,0
1063
- BRDA:40,4,1,0
1064
- BRDA:41,5,0,0
1065
- BRDA:41,5,1,0
1066
- BRDA:60,6,0,1
1067
- BRDA:60,6,1,13
1068
- BRDA:62,7,0,0
1069
- BRDA:62,7,1,1
1070
- BRDA:62,8,0,1
1071
- BRDA:62,8,1,1
1072
- BRDA:69,9,0,1
1073
- BRDA:69,9,1,12
1074
- BRDA:73,10,0,0
1075
- BRDA:73,10,1,1
1076
- BRDA:73,11,0,1
1077
- BRDA:73,11,1,1
1078
- BRDA:73,11,2,1
1079
- BRDA:80,12,0,0
1080
- BRDA:80,12,1,12
1081
- BRDA:80,13,0,12
1082
- BRDA:80,13,1,0
1083
- BRDA:94,14,0,0
1084
- BRDA:94,14,1,0
1085
- BRDA:99,15,0,0
1086
- BRDA:99,15,1,0
1087
- BRDA:102,16,0,0
1088
- BRDA:102,16,1,0
1089
- BRDA:132,17,0,0
1090
- BRDA:132,17,1,0
1091
- BRDA:149,18,0,9
1092
- BRDA:149,18,1,5
1054
+ BRDA:29,0,0,14
1055
+ BRDA:38,1,0,14
1056
+ BRDA:38,1,1,5
1057
+ BRDA:40,2,0,0
1058
+ BRDA:40,2,1,14
1059
+ BRDA:40,3,0,14
1060
+ BRDA:40,3,1,9
1061
+ BRDA:40,3,2,14
1062
+ BRDA:40,3,3,9
1063
+ BRDA:41,4,0,0
1064
+ BRDA:41,4,1,0
1065
+ BRDA:42,5,0,0
1066
+ BRDA:42,5,1,0
1067
+ BRDA:61,6,0,1
1068
+ BRDA:61,6,1,13
1069
+ BRDA:63,7,0,0
1070
+ BRDA:63,7,1,1
1071
+ BRDA:63,8,0,1
1072
+ BRDA:63,8,1,1
1073
+ BRDA:70,9,0,1
1074
+ BRDA:70,9,1,12
1075
+ BRDA:74,10,0,0
1076
+ BRDA:74,10,1,1
1077
+ BRDA:74,11,0,1
1078
+ BRDA:74,11,1,1
1079
+ BRDA:74,11,2,1
1080
+ BRDA:81,12,0,0
1081
+ BRDA:81,12,1,12
1082
+ BRDA:81,13,0,12
1083
+ BRDA:81,13,1,0
1084
+ BRDA:95,14,0,0
1085
+ BRDA:95,14,1,0
1086
+ BRDA:100,15,0,0
1087
+ BRDA:100,15,1,0
1088
+ BRDA:103,16,0,0
1089
+ BRDA:103,16,1,0
1090
+ BRDA:133,17,0,0
1091
+ BRDA:133,17,1,0
1092
+ BRDA:150,18,0,9
1093
+ BRDA:150,18,1,5
1093
1094
  BRDA:167,19,0,7
1094
1095
  BRDA:167,19,1,3
1095
1096
  BRDA:167,19,2,1
@@ -1097,20 +1098,20 @@ BRDA:167,19,3,2
1097
1098
  BRDA:167,19,4,0
1098
1099
  BRDA:167,19,5,2
1099
1100
  BRDA:167,19,6,0
1100
- BRDA:188,20,0,0
1101
- BRDA:188,20,1,4
1102
- BRDA:208,21,0,0
1103
- BRDA:208,21,1,0
1104
- BRDA:253,22,0,14
1105
- BRDA:253,22,1,5
1106
- BRDA:292,23,0,14
1107
- BRDA:292,23,1,5
1108
- BRDA:298,24,0,14
1109
- BRDA:298,24,1,5
1110
- BRDA:327,25,0,14
1111
- BRDA:327,25,1,5
1112
- BRDA:361,26,0,14
1113
- BRDA:361,26,1,0
1101
+ BRDA:189,20,0,0
1102
+ BRDA:189,20,1,4
1103
+ BRDA:209,21,0,0
1104
+ BRDA:209,21,1,0
1105
+ BRDA:254,22,0,14
1106
+ BRDA:254,22,1,5
1107
+ BRDA:293,23,0,14
1108
+ BRDA:293,23,1,5
1109
+ BRDA:299,24,0,14
1110
+ BRDA:299,24,1,5
1111
+ BRDA:328,25,0,14
1112
+ BRDA:328,25,1,5
1113
+ BRDA:362,26,0,14
1114
+ BRDA:362,26,1,0
1114
1115
  BRF:61
1115
1116
  BRH:38
1116
1117
  end_of_record
@@ -1,5 +1,6 @@
1
1
  import { useEffect, useRef, useState } from 'react';
2
2
  import PropTypes from 'prop-types';
3
+ import orderBy from 'lodash/orderBy';
3
4
  import { Field, useFormState } from 'react-final-form';
4
5
 
5
6
  import { Button, Headline, KeyValue } from '@folio/stripes/components';
@@ -157,6 +158,8 @@ const CustomPropertiesListField = ({
157
158
  const availableCustomProperties = customProperties?.map(customProperty => {
158
159
  let options = customProperty?.category?.values;
159
160
  if (options) {
161
+ // order by label, add notSet option afterwards
162
+ options = orderBy(options, 'label');
160
163
  options = [
161
164
  {
162
165
  label: kintIntl.formatKintMessage({
@@ -33,7 +33,6 @@ const CustomPropertyField = ({
33
33
  setCustomProperties
34
34
  }) => {
35
35
  const kintIntl = useKintIntl(passedIntlKey, passedIntlNS);
36
-
37
36
  // Set up the validator for the customProperty
38
37
  const customPropertyValidator = (fieldValue, allValues) => {
39
38
  const { note, publicNote, value: currentValue } = allValues?.customProperties?.[customProperty?.value]?.[0] ?? {};
@@ -165,12 +164,12 @@ const CustomPropertyField = ({
165
164
  };
166
165
  // Figure out which component we're rendering and specify its unique props.
167
166
  let fieldProps;
168
-
169
167
  switch (customProperty.type) {
170
168
  case CUSTOM_PROPERTY_TYPES.REFDATA_CLASS_NAME:
171
169
  fieldProps = {
172
170
  component: Select,
173
- dataOptions: orderBy(customProperty.options, 'label'),
171
+ // don't order dataOptions here, notSet should always be first in list
172
+ dataOptions: customProperty.options,
174
173
  format: (v) => v?.value,
175
174
  };
176
175
  break;