@k-int/stripes-kint-components 2.8.3 → 2.8.4

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 (313) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/es/artifacts/coverage-jest/lcov-report/block-navigation.js +6 -19
  3. package/es/artifacts/coverage-jest/lcov-report/prettify.js +2 -182
  4. package/es/artifacts/coverage-jest/lcov-report/sorter.js +64 -94
  5. package/es/index.js +0 -27
  6. package/es/lib/ActionList/ActionList.js +18 -38
  7. package/es/lib/ActionList/ActionListFieldArray.js +57 -112
  8. package/es/lib/ActionList/index.js +0 -2
  9. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +32 -63
  10. package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +2 -13
  11. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +89 -138
  12. package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +3 -22
  13. package/es/lib/CustomProperties/Config/CustomPropertyForm.js +14 -50
  14. package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +17 -34
  15. package/es/lib/CustomProperties/Config/CustomPropertyView.js +3 -12
  16. package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -26
  17. package/es/lib/CustomProperties/Config/index.js +0 -5
  18. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +6 -12
  19. package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +1 -13
  20. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -39
  21. package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +1 -13
  22. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +25 -69
  23. package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +3 -23
  24. package/es/lib/CustomProperties/Edit/CustomPropertyField.js +26 -77
  25. package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +6 -33
  26. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -33
  27. package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +3 -14
  28. package/es/lib/CustomProperties/Edit/index.js +0 -6
  29. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +33 -70
  30. package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -18
  31. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +14 -44
  32. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +1 -10
  33. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +4 -23
  34. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -19
  35. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +8 -22
  36. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +2 -20
  37. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +9 -27
  38. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +1 -32
  39. package/es/lib/CustomProperties/Filter/index.js +0 -7
  40. package/es/lib/CustomProperties/Filter/useOperators.js +5 -21
  41. package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +3 -15
  42. package/es/lib/CustomProperties/Filter/useValueProps.js +5 -20
  43. package/es/lib/CustomProperties/View/CustomPropertiesView.js +6 -12
  44. package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +1 -10
  45. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +43 -65
  46. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +1 -13
  47. package/es/lib/CustomProperties/View/CustomPropertyCard.js +10 -38
  48. package/es/lib/CustomProperties/View/index.js +0 -4
  49. package/es/lib/CustomProperties/index.js +0 -4
  50. package/es/lib/CycleButton/CycleButton.js +8 -33
  51. package/es/lib/CycleButton/index.js +0 -2
  52. package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +85 -131
  53. package/es/lib/EditableRefdataCategoryList/index.js +0 -2
  54. package/es/lib/EditableRefdataList/EditableRefdataList.js +90 -139
  55. package/es/lib/EditableRefdataList/index.js +0 -2
  56. package/es/lib/EditableSettingsList/EditableSettingsList.js +3 -13
  57. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.js +2 -15
  58. package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +4 -19
  59. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +3 -25
  60. package/es/lib/EditableSettingsList/SettingField/EditSettingValue.test.js +19 -26
  61. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.js +2 -20
  62. package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +14 -35
  63. package/es/lib/EditableSettingsList/SettingField/SettingField.js +15 -51
  64. package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +6 -31
  65. package/es/lib/EditableSettingsList/SettingField/index.js +0 -4
  66. package/es/lib/EditableSettingsList/index.js +0 -4
  67. package/es/lib/FormModal/FormModal.js +14 -34
  68. package/es/lib/FormModal/index.js +0 -2
  69. package/es/lib/IconSelect/IconSelect.js +29 -67
  70. package/es/lib/IconSelect/index.js +0 -2
  71. package/es/lib/NoResultsMessage/NoResultsMessage.js +13 -22
  72. package/es/lib/NoResultsMessage/index.js +0 -2
  73. package/es/lib/QueryTypedown/QueryTypedown.js +9 -36
  74. package/es/lib/QueryTypedown/index.js +0 -2
  75. package/es/lib/RefdataButtons/RefdataButtons.js +5 -24
  76. package/es/lib/RefdataButtons/index.js +0 -2
  77. package/es/lib/RichSelect/RichSelect.js +39 -67
  78. package/es/lib/RichSelect/index.js +0 -3
  79. package/es/lib/RichSelect/useSelectedOption.js +3 -14
  80. package/es/lib/SASQLookupComponent/SASQLookupComponent.js +36 -80
  81. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +16 -29
  82. package/es/lib/SASQLookupComponent/TableBody/index.js +0 -2
  83. package/es/lib/SASQLookupComponent/index.js +0 -3
  84. package/es/lib/SASQRoute/SASQRoute.js +6 -23
  85. package/es/lib/SASQRoute/index.js +0 -2
  86. package/es/lib/SASQViewComponent/SASQViewComponent.js +17 -36
  87. package/es/lib/SASQViewComponent/index.js +0 -2
  88. package/es/lib/SearchField/SearchField.js +1 -17
  89. package/es/lib/SearchField/index.js +0 -2
  90. package/es/lib/SettingPage/SettingPage.js +6 -21
  91. package/es/lib/SettingPage/SettingPagePane.js +2 -17
  92. package/es/lib/SettingPage/index.js +0 -3
  93. package/es/lib/Typedown/Typedown.js +51 -82
  94. package/es/lib/Typedown/index.js +0 -2
  95. package/es/lib/contexts/SettingsContext.js +0 -2
  96. package/es/lib/contexts/index.js +0 -2
  97. package/es/lib/hooks/index.js +0 -16
  98. package/es/lib/hooks/settingsHooks/index.js +0 -4
  99. package/es/lib/hooks/settingsHooks/useAppSettings.js +6 -27
  100. package/es/lib/hooks/settingsHooks/useSettingSection.js +10 -20
  101. package/es/lib/hooks/settingsHooks/useSettings.js +10 -43
  102. package/es/lib/hooks/typedownHooks/index.js +0 -4
  103. package/es/lib/hooks/typedownHooks/useTypedown.js +17 -37
  104. package/es/lib/hooks/typedownHooks/useTypedownData.js +12 -26
  105. package/es/lib/hooks/typedownHooks/useTypedownToggle.js +5 -19
  106. package/es/lib/hooks/useActiveElement.js +3 -15
  107. package/es/lib/hooks/useAvailableCustomProperties.js +3 -22
  108. package/es/lib/hooks/useCustomProperties.js +11 -25
  109. package/es/lib/hooks/useHelperApp.js +7 -30
  110. package/es/lib/hooks/useInvalidateRefdata.js +0 -4
  111. package/es/lib/hooks/useKiwtFieldArray.js +5 -29
  112. package/es/lib/hooks/useKiwtSASQuery.js +12 -37
  113. package/es/lib/hooks/useLocalStorageState.js +5 -21
  114. package/es/lib/hooks/useMutateCustomProperties.js +11 -28
  115. package/es/lib/hooks/useMutateRefdataCategory.js +9 -29
  116. package/es/lib/hooks/useMutateRefdataValue.js +10 -27
  117. package/es/lib/hooks/useQIndex.js +3 -27
  118. package/es/lib/hooks/useRefdata.js +7 -16
  119. package/es/lib/hooks/useTemplates.js +6 -17
  120. package/es/lib/utils/buildUrl.js +1 -10
  121. package/es/lib/utils/generateKiwtQuery.js +0 -4
  122. package/es/lib/utils/generateKiwtQueryParams.js +24 -62
  123. package/es/lib/utils/groupCustomPropertiesByCtx.js +0 -14
  124. package/es/lib/utils/highlightString.js +6 -23
  125. package/es/lib/utils/index.js +0 -15
  126. package/es/lib/utils/matchString.js +0 -6
  127. package/es/lib/utils/parseErrorResponse.js +2 -24
  128. package/es/lib/utils/refdataQueryKey.js +0 -4
  129. package/es/lib/utils/renderHelpText.js +0 -7
  130. package/es/lib/utils/selectorSafe.js +0 -2
  131. package/es/lib/utils/sortByLabel.js +0 -6
  132. package/es/lib/utils/toCamelCase.js +6 -5
  133. package/es/lib/utils/typedownQueryKey.js +0 -4
  134. package/es/lib/utils/validators.js +4 -35
  135. package/junit.xml +151 -151
  136. package/package.json +1 -1
  137. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +5 -23
  138. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +48 -282
  139. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +9 -9
  140. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +39 -171
  142. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +53 -272
  143. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +74 -293
  144. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +54 -126
  145. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +56 -41
  146. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  147. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/testResources.js.html +793 -0
  148. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +5 -23
  149. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +42 -54
  150. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +54 -216
  151. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +37 -319
  152. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +68 -41
  153. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
  154. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  155. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +3077 -74
  156. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
  157. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +64 -103
  158. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +63 -54
  159. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +16 -49
  160. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +18 -69
  161. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
  162. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  163. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +786 -33
  164. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
  165. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
  166. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +28 -43
  167. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +2 -20
  168. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +39 -45
  169. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +74 -53
  170. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +24 -24
  171. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  172. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  173. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  174. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  175. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  176. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  177. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  178. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +32 -86
  179. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
  180. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  181. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +37 -109
  182. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
  183. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  184. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +14 -41
  185. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +6 -45
  186. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +11 -47
  187. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +14 -65
  188. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +31 -154
  189. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  190. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  191. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  192. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  193. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +17 -35
  194. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  195. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  196. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  197. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  198. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  199. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +14 -41
  200. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
  201. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  202. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +6 -48
  203. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  204. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  205. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  206. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  207. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  208. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  209. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  210. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  211. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +535 -0
  212. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +146 -0
  213. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +88 -0
  214. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +253 -0
  215. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +82 -22
  216. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
  217. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  218. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  219. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +7 -52
  220. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +4 -31
  221. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  222. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  223. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +7 -7
  224. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  225. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
  226. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
  227. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  228. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
  229. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
  230. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  231. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  232. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  233. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  234. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +27 -24
  235. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +17 -47
  236. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  237. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  238. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  239. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  240. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  241. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  242. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  243. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  244. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  245. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  246. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  247. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +106 -136
  248. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +3 -9
  249. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
  250. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  251. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  252. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  253. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +22 -61
  254. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  255. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  256. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  257. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  258. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  259. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  260. package/src/artifacts/coverage-jest/lcov-report/hooks/useAvailableCustomProperties.js.html +205 -0
  261. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
  262. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  263. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  264. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +3 -3
  265. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  266. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  267. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  268. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  269. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  270. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
  271. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
  272. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
  273. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  274. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  275. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +187 -0
  276. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  277. package/src/artifacts/coverage-jest/lcov-report/index.html +129 -144
  278. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  279. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
  280. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +66 -66
  281. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  282. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  283. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +55 -40
  284. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +3 -33
  285. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  286. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +3 -3
  287. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  288. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  289. package/src/artifacts/coverage-jest/lcov-report/utils/renderHelpText.js.html +166 -0
  290. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  291. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  292. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  293. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  294. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +80 -128
  295. package/src/artifacts/coverage-jest/lcov.info +2284 -2232
  296. package/src/lib/CustomProperties/Edit/CustomPropertiesListField.js +0 -1
  297. package/src/lib/utils/parseErrorResponse.js +1 -1
  298. package/translate.sh +4 -0
  299. package/translations/stripes-kint-components/ar.json +12 -12
  300. package/translations/stripes-kint-components/cs_CZ.json +4 -4
  301. package/translations/stripes-kint-components/en_GB.json +1 -0
  302. package/translations/stripes-kint-components/en_SE.json +1 -0
  303. package/translations/stripes-kint-components/es_419.json +122 -0
  304. package/translations/stripes-kint-components/es_ES.json +122 -0
  305. package/translations/stripes-kint-components/fr.json +105 -1
  306. package/translations/stripes-kint-components/fr_FR.json +105 -0
  307. package/translations/stripes-kint-components/hu.json +12 -12
  308. package/translations/stripes-kint-components/it_IT.json +6 -6
  309. package/translations/stripes-kint-components/pt_PT.json +6 -6
  310. package/translations/stripes-kint-components/ru.json +1 -1
  311. package/translations/stripes-kint-components/sv.json +7 -7
  312. package/translations/stripes-kint-components/zh_TW.json +122 -0
  313. package/yarn-error.log +147 -0
@@ -38,7 +38,6 @@ const CustomPropertiesList = ({
38
38
  customProperty => value[customProperty.value] !== undefined
39
39
  ));
40
40
  }
41
- return null;
42
41
  }, [availableCustomProperties, dirtying, pristine, value]);
43
42
 
44
43
  const handleDeleteCustomProperty = (customProperty, i) => {
@@ -8,7 +8,7 @@ const parseErrorResponse = async (responseObj) => {
8
8
  try {
9
9
  errorResp = { message: await responseObj.text() };
10
10
  } catch {
11
- errorResp = { message: "something went wrong" };
11
+ errorResp = { message: 'something went wrong' };
12
12
  }
13
13
  }
14
14
 
package/translate.sh CHANGED
@@ -15,7 +15,10 @@ translateLanguages=(
15
15
  'da'
16
16
  'de'
17
17
  'es'
18
+ 'es:es_419'
19
+ 'es:es_ES'
18
20
  'fr'
21
+ 'fr:fr_FR'
19
22
  'he'
20
23
  'hi:hi_IN'
21
24
  'hu'
@@ -30,6 +33,7 @@ translateLanguages=(
30
33
  'sv'
31
34
  'ur'
32
35
  'zh:zh_CN'
36
+ 'zh:zh_TW'
33
37
  )
34
38
 
35
39
  cd "./translations/stripes-kint-components"
@@ -22,19 +22,19 @@
22
22
  "actionList.create": "الإبداع",
23
23
  "actionList.actions": "الإجراءات",
24
24
  "editableRefdataList.deleteRefdataValue": "تحذف قيمة البيانات",
25
- "editableRefdataList.deleteRefdataValue.confirmMessage": "strong. {name}_BAR_",
26
- "editableRefdataList.deleteRefdataValue.errorMessage": "strong.Error: {label}/strong. was not removed. {error}",
25
+ "editableRefdataList.deleteRefdataValue.confirmMessage": "<strong> {name}_BAR_",
26
+ "editableRefdataList.deleteRefdataValue.errorMessage": "<strong>Error: {label}</strong> was not removed. {error}",
27
27
  "editableRefdataList.label": "Label",
28
28
  "editableRefdataList.value": "القيمة",
29
29
  "editableRefdataList.editAriaLabel": "القيمة المضافة",
30
- "editableRefdataList.deleteAriaLabel": "تُحذف القيمة {لابيل}",
30
+ "editableRefdataList.deleteAriaLabel": "تُحذف القيمة {label}",
31
31
  "editableRefdataCategoryList.refdataCategory": "الفئة",
32
32
  "editableRefdataCategoryList.noOfValues": "# القيم #",
33
33
  "editableRefdataCategoryList.refdataCategories": "الفئة",
34
- "editableRefdataCategoryList.deleteAriaLabel": "تُحذف القيمة {لابيل}",
34
+ "editableRefdataCategoryList.deleteAriaLabel": "تُحذف القيمة {label}",
35
35
  "editableRefdataCategoryList.deleteRefdataCategory": "تحذف فئة البيانات",
36
- "editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "strong. {name}_BAR_",
37
- "editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "strong.Error: {label}/strong. was not removed. {error}",
36
+ "editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "<strong> {name}_BAR_",
37
+ "editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "<strong>Error: {label}</strong> was not removed. {error}",
38
38
  "sasqLookupComponent.mainPane.found": "السجلات وجدت",
39
39
  "noResultsMessage.showFilters": "مرشحات العرض",
40
40
  "customProperties": "الممتلكات العرفية",
@@ -67,13 +67,13 @@
67
67
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "التاريخ",
68
68
  "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
69
69
  "customProperties.delete.confirmHeading": "الممتلكات العرفية",
70
- "customProperties.delete.confirmMessage": "Custom property TRIstrong.{name} /strong. will be strong.deleted/strong..",
71
- "customPropertiesSettings.deleteCustomProperty.errorMessage": "strong.Error: {label}/strong. was not removed. {error}",
70
+ "customProperties.delete.confirmMessage": "Custom property TRI<strong>{name} </strong> will be <strong>deleted</strong>.",
71
+ "customPropertiesSettings.deleteCustomProperty.errorMessage": "<strong>Error: {label}</strong> was not removed. {error}",
72
72
  "customProperties.primaryProperties": "الممتلكات الأولية",
73
73
  "customProperties.optionalProperties": "الممتلكات الاختيارية",
74
74
  "customProperties.addProperty": "الممتلكات",
75
75
  "customProperties.ctx.title": "الممتلكات العرفية ({ctx})",
76
- "customProperty.optionalPropertyHeader": "الممتلكات {العدد}",
76
+ "customProperty.optionalPropertyHeader": "الممتلكات {number}",
77
77
  "customProperty.remove": "Remove property {number}",
78
78
  "customProperty.newModal": "الممتلكات الجديدة",
79
79
  "customProperty.editModal": "عقار إيديت",
@@ -85,8 +85,8 @@
85
85
  "errors.customPropertyNoteInvalidNumber": "يجب إدخال رقم صحيح من أجل توفير مذكرة",
86
86
  "errors.customPropertyInvalidNumber": "يرجى الدخول إلى رقم صالح للاستمرار",
87
87
  "errors.customPropertyNoteWithoutValue": "يجب تحديد قيمة من أجل توفير ملاحظة",
88
- "errors.customPropertyValueNotInRange": "يرجى إدخال رقم كامل في النطاق {م}إلى {ماكس} لمواصلة",
89
- "errors.customPropertyDecimalValueNotInRange": "يرجى إدخال رقم في النطاق {م}إلى {ماكس} لمواصلة",
88
+ "errors.customPropertyValueNotInRange": "يرجى إدخال رقم كامل في النطاق {min}إلى {max} لمواصلة",
89
+ "errors.customPropertyDecimalValueNotInRange": "يرجى إدخال رقم في النطاق {min}إلى {max} لمواصلة",
90
90
  "errors.customPropertyMaxTwoDecimals": "من فضلك أدخل رقماً بحد أقصى لـ 2 عشريات",
91
91
  "customProperty": "الممتلكات العرفية",
92
92
  "customProperty.name": "الاسم",
@@ -96,7 +96,7 @@
96
96
  "customProperty.publicNote": "ملاحظة عامة",
97
97
  "customProperty.internalTrue": "داخلي",
98
98
  "customProperty.internalFalse": "الجمهور",
99
- "customProperty.filtersApplied": "{حساب }مرشحات الممتلكات العرفية مطبقة",
99
+ "customProperty.filtersApplied": "{count}مرشحات الممتلكات العرفية مطبقة",
100
100
  "customProperty.editCustomPropertyFilters": "تصفية ممتلكات شركة إديت",
101
101
  "customProperty.filterBuilder": "تصفية الممتلكات العرفية",
102
102
  "customProperty.filterIndex": "تصفية الممتلكات العرفية",
@@ -73,8 +73,8 @@
73
73
  "customProperties.optionalProperties": "Volitelné vlastnosti",
74
74
  "customProperties.addProperty": "Přidat nemovitost",
75
75
  "customProperties.ctx.title": "Vlastní vlastnosti ({ctx})",
76
- "customProperty.optionalPropertyHeader": "Nemovitosti {číslo}",
77
- "customProperty.remove": "Odebrat nemovitost {číslo}",
76
+ "customProperty.optionalPropertyHeader": "Nemovitosti {number}",
77
+ "customProperty.remove": "Odebrat nemovitost {number}",
78
78
  "customProperty.newModal": "Nové vlastní nemovitosti",
79
79
  "customProperty.editModal": "Úprava vlastní nemovitosti",
80
80
  "search": "Hledat",
@@ -100,8 +100,8 @@
100
100
  "customProperty.editCustomPropertyFilters": "Upravit vlastní filtry nemovitostí",
101
101
  "customProperty.filterBuilder": "Vlastní objektový filtr stavitel",
102
102
  "customProperty.filterIndex": "Vlastní filtr vlastností {index}",
103
- "customProperty.removeFilter": "Odebrat vlastní filtr vlastností {čísl}",
104
- "customProperty.removeRule": "Odebrat pravidlo {čísl}",
103
+ "customProperty.removeFilter": "Odebrat vlastní filtr vlastností {number}",
104
+ "customProperty.removeRule": "Odebrat pravidlo {number}",
105
105
  "customProperty.addFilter": "Přidat vlastní filtr vlastností",
106
106
  "customProperty.retiredName": "RETIRED: {name}",
107
107
  "customProperty.notSet": "Není nastaveno",
@@ -0,0 +1,122 @@
1
+ {
2
+ "AND": "Y",
3
+ "OR": "O",
4
+ "create": "Crear",
5
+ "edit": "Editar",
6
+ "save": "Guardar",
7
+ "saveAndClose": "Guardar y cerrar",
8
+ "cancel": "Cancelar",
9
+ "delete": "Suprimir",
10
+ "apply": "Aplicar",
11
+ "new": "Nuevo",
12
+ "notSet": "No está listo.",
13
+ "errors.hasNonAlphaName": "El nombre sólo puede contener caracteres alfabéticos latinos (a-z) y caracteres numéricos no lideres.",
14
+ "settings.noCurrentValue": "No valor actual",
15
+ "settings.default": "por defecto",
16
+ "settings.edit": "Editar",
17
+ "settings.settingLoading": "Cargando",
18
+ "settings.finishEditing": "Edición final",
19
+ "settings.valueFor": "Valor para establecer {name}",
20
+ "actionList.save": "Guardar",
21
+ "actionList.cancel": "Cancelar",
22
+ "actionList.create": "Crear",
23
+ "actionList.actions": "Acciones",
24
+ "editableRefdataList.deleteRefdataValue": "Suprimir el valor de referencia",
25
+ "editableRefdataList.deleteRefdataValue.confirmMessage": "Se eliminará el título.",
26
+ "editableRefdataList.deleteRefdataValue.errorMessage": "No se suprimió el texto. {error}",
27
+ "editableRefdataList.label": "Label",
28
+ "editableRefdataList.value": "Valor",
29
+ "editableRefdataList.editAriaLabel": "Editar valor {label}",
30
+ "editableRefdataList.deleteAriaLabel": "Suprimir el valor {label}",
31
+ "editableRefdataCategoryList.refdataCategory": "Categoría",
32
+ "editableRefdataCategoryList.noOfValues": "# of values",
33
+ "editableRefdataCategoryList.refdataCategories": "Categorías",
34
+ "editableRefdataCategoryList.deleteAriaLabel": "Suprimir el valor {label}",
35
+ "editableRefdataCategoryList.deleteRefdataCategory": "Suprímase la categoría de refdatos",
36
+ "editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "Se eliminará el título.",
37
+ "editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "No se suprimió el texto. {error}",
38
+ "sasqLookupComponent.mainPane.found": "registros encontrados",
39
+ "noResultsMessage.showFilters": "Mostrar filtros",
40
+ "customProperties": "Propiedades personalizadas",
41
+ "customProperties.all": "Todos",
42
+ "customProperties.none": "Ninguno",
43
+ "customProperties.label": "Label",
44
+ "customProperties.primary": "Primaria",
45
+ "customProperties.retired": "Retirada",
46
+ "customProperties.ctx": "Contexto",
47
+ "customProperties.ctx.addContext": "Agregar contexto {value}",
48
+ "customProperties.weight": "Peso del pedido",
49
+ "customProperties.type": "Tipo",
50
+ "customProperties.internalFalse": "Público",
51
+ "customProperties.internalNote": "Nota interna",
52
+ "customProperties.internalTrue": "Internos",
53
+ "customProperties.publicNote": "Nota pública",
54
+ "customProperties.name": "Nombre",
55
+ "customProperties.description": "Descripción",
56
+ "customProperties.category": "Categoría",
57
+ "customProperties.defaultVisibility": "Visión predeterminada",
58
+ "customProperties.noCtxFound": "No hay contexto encontrado",
59
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
60
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
61
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
62
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
63
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
64
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
65
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definición de referencia",
66
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texto",
67
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Fecha",
68
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
69
+ "customProperties.delete.confirmHeading": "Eliminar la propiedad personalizada",
70
+ "customProperties.delete.confirmMessage": "Propiedad personalizada неритититинанихинанинанитинаниринанитиниентинанинининанитинанинаниенннияниянининиянаниниянининиянананияниянинининининиянининияниянанананиянининияннининиянияннннанинтиннинния {no {no {no {no {no {no {no {nombre} {no {noctarнинннннннннннинининнннининнининаннининнннинананининннннн",
71
+ "customPropertiesSettings.deleteCustomProperty.errorMessage": "No se suprimió el texto. {error}",
72
+ "customProperties.primaryProperties": "Propiedades primarias",
73
+ "customProperties.optionalProperties": "Propiedades opcionales",
74
+ "customProperties.addProperty": "Agregar propiedad",
75
+ "customProperties.ctx.title": "Propiedades personalizadas ({ctx})",
76
+ "customProperty.optionalPropertyHeader": "Propiedad {number}",
77
+ "customProperty.remove": "Quitar la propiedad {number}",
78
+ "customProperty.newModal": "Nueva propiedad personalizada",
79
+ "customProperty.editModal": "Editar propiedad personalizada",
80
+ "search": "Buscar",
81
+ "yes": "Sí.",
82
+ "no": "No",
83
+ "errors.invalidNumber": "Ingrese un número válido para continuar",
84
+ "errors.primaryRetired": "Una propiedad personalizada no puede ser tanto primaria como retirada",
85
+ "errors.customPropertyNoteInvalidNumber": "Se debe introducir un número válido para guardar una nota",
86
+ "errors.customPropertyInvalidNumber": "Ingrese un número válido para continuar",
87
+ "errors.customPropertyNoteWithoutValue": "Se debe establecer un valor para guardar una nota",
88
+ "errors.customPropertyValueNotInRange": "Ingrese un número entero en el rango {min} a {max} para continuar",
89
+ "errors.customPropertyDecimalValueNotInRange": "Ingrese un número en el rango {min} a {max} para continuar",
90
+ "errors.customPropertyMaxTwoDecimals": "Introduzca un número con un máximo de 2 decimales",
91
+ "customProperty": "Bienes inmuebles",
92
+ "customProperty.name": "Nombre",
93
+ "customProperty.value": "Valor(s)",
94
+ "customProperty.internalNote": "Nota interna",
95
+ "customProperty.visibility": "Visibilidad",
96
+ "customProperty.publicNote": "Nota pública",
97
+ "customProperty.internalTrue": "Internos",
98
+ "customProperty.internalFalse": "Público",
99
+ "customProperty.filtersApplied": "{count} filtros de propiedades personalizados aplicados",
100
+ "customProperty.editCustomPropertyFilters": "Editar filtros de propiedad personalizados",
101
+ "customProperty.filterBuilder": "Construcción de filtro de propiedad personalizada",
102
+ "customProperty.filterIndex": "Filtro de propiedad personalizada {index}",
103
+ "customProperty.removeFilter": "Eliminar filtro de propiedad personalizada {number}",
104
+ "customProperty.removeRule": "Quitar la regla {number}",
105
+ "customProperty.addFilter": "Agregar filtro de propiedad personalizado",
106
+ "customProperty.retiredName": "RETIRED: {name}",
107
+ "customProperty.notSet": "No está listo.",
108
+ "operator.isSet": "Is set",
109
+ "operator.isNotSet": "No está listo",
110
+ "operator.equals": "Igualdad",
111
+ "operator.doesNotEqual": "No es igual",
112
+ "operator.isGreaterThanOrEqual": "Es mayor o igual a",
113
+ "operator.isLessThanOrEqual": "Es menor o igual a",
114
+ "operator.isOnOrAfter": "Está encendido o después",
115
+ "operator.isOnOrBefore": "Está en o antes",
116
+ "operator.is": "I",
117
+ "operator.isNot": "No",
118
+ "operator.contains": "Contains",
119
+ "operator.doesNotContain": "No contiene",
120
+ "iconSelect.notSet": "No está listo.",
121
+ "richSelect.placeholder": "Seleccione una opción"
122
+ }
@@ -0,0 +1,122 @@
1
+ {
2
+ "AND": "Y",
3
+ "OR": "O",
4
+ "create": "Crear",
5
+ "edit": "Editar",
6
+ "save": "Guardar",
7
+ "saveAndClose": "Guardar y cerrar",
8
+ "cancel": "Cancelar",
9
+ "delete": "Suprimir",
10
+ "apply": "Aplicar",
11
+ "new": "Nuevo",
12
+ "notSet": "No está listo.",
13
+ "errors.hasNonAlphaName": "El nombre sólo puede contener caracteres alfabéticos latinos (a-z) y caracteres numéricos no lideres.",
14
+ "settings.noCurrentValue": "No valor actual",
15
+ "settings.default": "por defecto",
16
+ "settings.edit": "Editar",
17
+ "settings.settingLoading": "Cargando",
18
+ "settings.finishEditing": "Edición final",
19
+ "settings.valueFor": "Valor para establecer {name}",
20
+ "actionList.save": "Guardar",
21
+ "actionList.cancel": "Cancelar",
22
+ "actionList.create": "Crear",
23
+ "actionList.actions": "Acciones",
24
+ "editableRefdataList.deleteRefdataValue": "Suprimir el valor de referencia",
25
+ "editableRefdataList.deleteRefdataValue.confirmMessage": "Se eliminará el título.",
26
+ "editableRefdataList.deleteRefdataValue.errorMessage": "No se suprimió el texto. {error}",
27
+ "editableRefdataList.label": "Label",
28
+ "editableRefdataList.value": "Valor",
29
+ "editableRefdataList.editAriaLabel": "Editar valor {label}",
30
+ "editableRefdataList.deleteAriaLabel": "Suprimir el valor {label}",
31
+ "editableRefdataCategoryList.refdataCategory": "Categoría",
32
+ "editableRefdataCategoryList.noOfValues": "# of values",
33
+ "editableRefdataCategoryList.refdataCategories": "Categorías",
34
+ "editableRefdataCategoryList.deleteAriaLabel": "Suprimir el valor {label}",
35
+ "editableRefdataCategoryList.deleteRefdataCategory": "Suprímase la categoría de refdatos",
36
+ "editableRefdataCategoryList.deleteRefdataCategory.confirmMessage": "Se eliminará el título.",
37
+ "editableRefdataCategoryList.deleteRefdataCategory.errorMessage": "No se suprimió el texto. {error}",
38
+ "sasqLookupComponent.mainPane.found": "registros encontrados",
39
+ "noResultsMessage.showFilters": "Mostrar filtros",
40
+ "customProperties": "Propiedades personalizadas",
41
+ "customProperties.all": "Todos",
42
+ "customProperties.none": "Ninguno",
43
+ "customProperties.label": "Label",
44
+ "customProperties.primary": "Primaria",
45
+ "customProperties.retired": "Retirada",
46
+ "customProperties.ctx": "Contexto",
47
+ "customProperties.ctx.addContext": "Agregar contexto {value}",
48
+ "customProperties.weight": "Peso del pedido",
49
+ "customProperties.type": "Tipo",
50
+ "customProperties.internalFalse": "Público",
51
+ "customProperties.internalNote": "Nota interna",
52
+ "customProperties.internalTrue": "Internos",
53
+ "customProperties.publicNote": "Nota pública",
54
+ "customProperties.name": "Nombre",
55
+ "customProperties.description": "Descripción",
56
+ "customProperties.category": "Categoría",
57
+ "customProperties.defaultVisibility": "Visión predeterminada",
58
+ "customProperties.noCtxFound": "No hay contexto encontrado",
59
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
60
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
61
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Container",
62
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
63
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
64
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
65
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Definición de referencia",
66
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texto",
67
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Fecha",
68
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyMultiRefdata": "Refdata (multi-select)",
69
+ "customProperties.delete.confirmHeading": "Eliminar la propiedad personalizada",
70
+ "customProperties.delete.confirmMessage": "Propiedad personalizada неритититинанихинанинанитинаниринанитиниентинанинининанитинанинаниенннияниянининиянаниниянининиянананияниянинининининиянининияниянанананиянининияннининиянияннннанинтиннинния {no {no {no {no {no {no {no {nombre} {no {noctarнинннннннннннинининнннининнининаннининнннинананининннннн",
71
+ "customPropertiesSettings.deleteCustomProperty.errorMessage": "No se suprimió el texto. {error}",
72
+ "customProperties.primaryProperties": "Propiedades primarias",
73
+ "customProperties.optionalProperties": "Propiedades opcionales",
74
+ "customProperties.addProperty": "Agregar propiedad",
75
+ "customProperties.ctx.title": "Propiedades personalizadas ({ctx})",
76
+ "customProperty.optionalPropertyHeader": "Propiedad {number}",
77
+ "customProperty.remove": "Quitar la propiedad {number}",
78
+ "customProperty.newModal": "Nueva propiedad personalizada",
79
+ "customProperty.editModal": "Editar propiedad personalizada",
80
+ "search": "Buscar",
81
+ "yes": "Sí.",
82
+ "no": "No",
83
+ "errors.invalidNumber": "Ingrese un número válido para continuar",
84
+ "errors.primaryRetired": "Una propiedad personalizada no puede ser tanto primaria como retirada",
85
+ "errors.customPropertyNoteInvalidNumber": "Se debe introducir un número válido para guardar una nota",
86
+ "errors.customPropertyInvalidNumber": "Ingrese un número válido para continuar",
87
+ "errors.customPropertyNoteWithoutValue": "Se debe establecer un valor para guardar una nota",
88
+ "errors.customPropertyValueNotInRange": "Ingrese un número entero en el rango {min} a {max} para continuar",
89
+ "errors.customPropertyDecimalValueNotInRange": "Ingrese un número en el rango {min} a {max} para continuar",
90
+ "errors.customPropertyMaxTwoDecimals": "Introduzca un número con un máximo de 2 decimales",
91
+ "customProperty": "Bienes inmuebles",
92
+ "customProperty.name": "Nombre",
93
+ "customProperty.value": "Valor(s)",
94
+ "customProperty.internalNote": "Nota interna",
95
+ "customProperty.visibility": "Visibilidad",
96
+ "customProperty.publicNote": "Nota pública",
97
+ "customProperty.internalTrue": "Internos",
98
+ "customProperty.internalFalse": "Público",
99
+ "customProperty.filtersApplied": "{count} filtros de propiedades personalizados aplicados",
100
+ "customProperty.editCustomPropertyFilters": "Editar filtros de propiedad personalizados",
101
+ "customProperty.filterBuilder": "Construcción de filtro de propiedad personalizada",
102
+ "customProperty.filterIndex": "Filtro de propiedad personalizada {index}",
103
+ "customProperty.removeFilter": "Eliminar filtro de propiedad personalizada {number}",
104
+ "customProperty.removeRule": "Quitar la regla {number}",
105
+ "customProperty.addFilter": "Agregar filtro de propiedad personalizado",
106
+ "customProperty.retiredName": "RETIRED: {name}",
107
+ "customProperty.notSet": "No está listo.",
108
+ "operator.isSet": "Is set",
109
+ "operator.isNotSet": "No está listo",
110
+ "operator.equals": "Igualdad",
111
+ "operator.doesNotEqual": "No es igual",
112
+ "operator.isGreaterThanOrEqual": "Es mayor o igual a",
113
+ "operator.isLessThanOrEqual": "Es menor o igual a",
114
+ "operator.isOnOrAfter": "Está encendido o después",
115
+ "operator.isOnOrBefore": "Está en o antes",
116
+ "operator.is": "I",
117
+ "operator.isNot": "No",
118
+ "operator.contains": "Contains",
119
+ "operator.doesNotContain": "No contiene",
120
+ "iconSelect.notSet": "No está listo.",
121
+ "richSelect.placeholder": "Seleccione una opción"
122
+ }
@@ -1 +1,105 @@
1
- {}
1
+ {
2
+ "AND": "ET",
3
+ "OR": "OU",
4
+ "create": "Créer",
5
+ "edit": "Edit",
6
+ "save": "Save",
7
+ "cancel": "Annuler",
8
+ "delete": "Supprimer",
9
+ "apply": "Appliquer",
10
+ "notSet": "Pas réglé",
11
+ "errors.hasNonAlphaName": "Le nom ne peut contenir que des caractères alphabétiques latins (a-z) et des caractères numériques non dominants.",
12
+ "settings.noCurrentValue": "Aucune valeur courante",
13
+ "settings.default": "default",
14
+ "settings.edit": "Edit",
15
+ "settings.settingLoading": "Chargement",
16
+ "settings.finishEditing": "Terminer l &apos; édition",
17
+ "settings.valueFor": "Valeur pour le réglage {name}",
18
+ "actionList.save": "Save",
19
+ "actionList.cancel": "Annuler",
20
+ "actionList.create": "Créer",
21
+ "actionList.actions": "Mesures à prendre",
22
+ "editableRefdataList.edit": "Edit",
23
+ "editableRefdataList.delete": "Supprimer",
24
+ "editableRefdataList.label": "Label",
25
+ "editableRefdataList.value": "Valeur",
26
+ "sasqLookupComponent.mainPane.found": "{total} records found",
27
+ "noResultsMessage.showFilters": "Afficher les filtres",
28
+ "customProperties": "Propriétés personnalisées",
29
+ "customProperties.all": "Tout",
30
+ "customProperties.none": "None",
31
+ "customProperties.label": "Label",
32
+ "customProperties.primary": "Primaire",
33
+ "customProperties.retired": "Retraite",
34
+ "customProperties.ctx": "Contexte",
35
+ "customProperties.ctx.addContext": "Ajouter le contexte {value}",
36
+ "customProperties.weight": "Poids de commande",
37
+ "customProperties.type": "Type",
38
+ "customProperties.internalFalse": "Public",
39
+ "customProperties.internalNote": "Note interne",
40
+ "customProperties.internalTrue": "Interne",
41
+ "customProperties.publicNote": "Note publique",
42
+ "customProperties.name": "Nom",
43
+ "customProperties.description": "Description",
44
+ "customProperties.category": "Picklist",
45
+ "customProperties.defaultVisibility": "Visibilité par défaut",
46
+ "customProperties.noCtxFound": "Aucun contexte correspondant n'a été trouvé",
47
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
48
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
49
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Conteneur",
50
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
51
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
52
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
53
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Définition des données",
54
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texte",
55
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
56
+ "customProperties.delete.confirmLabel": "Supprimer",
57
+ "customProperties.delete.confirmHeading": "Supprimer la propriété personnalisée",
58
+ "customProperties.delete.confirmMessage": "Propriété personnalisée {name} parlé/strong guérira.",
59
+ "customProperties.primaryProperties": "Propriétés primaires",
60
+ "customProperties.optionalProperties": "Propriétés facultatives",
61
+ "customProperties.addProperty": "Ajouter propriété",
62
+ "customProperties.ctx.title": "Propriétés personnalisées ({ctx})",
63
+ "customProperty.optionalPropertyHeader": "Propriété {number}",
64
+ "customProperty.remove": "Supprimer la propriété {number}",
65
+ "search": "Recherche",
66
+ "yes": "Oui",
67
+ "no": "Non.",
68
+ "errors.invalidNumber": "Veuillez saisir un numéro valide pour continuer",
69
+ "errors.primaryRetired": "Une propriété personnalisée ne peut être à la fois primaire et retraitée",
70
+ "errors.customPropertyNoteInvalidNumber": "Un numéro valide doit être inscrit pour enregistrer une note",
71
+ "errors.customPropertyInvalidNumber": "Veuillez saisir un numéro valide pour continuer",
72
+ "errors.customPropertyNoteWithoutValue": "Une valeur doit être définie pour sauvegarder une note",
73
+ "errors.customPropertyValueNotInRange": "Veuillez entrer un nombre entier dans la gamme {min} à {max} pour continuer",
74
+ "errors.customPropertyDecimalValueNotInRange": "Veuillez entrer un nombre dans la gamme {min} à {max} pour continuer",
75
+ "errors.customPropertyMaxTwoDecimals": "Veuillez entrer un numéro avec un maximum de 2 décimales",
76
+ "customProperty": "Propriété personnalisée",
77
+ "customProperty.name": "Nom",
78
+ "customProperty.value": "Valeur",
79
+ "customProperty.internalNote": "Note interne",
80
+ "customProperty.visibility": "Visibilité",
81
+ "customProperty.publicNote": "Note publique",
82
+ "customProperty.internalTrue": "Interne",
83
+ "customProperty.internalFalse": "Public",
84
+ "customProperty.filtersApplied": "{count} filtres de propriétés personnalisées appliqués",
85
+ "customProperty.editCustomPropertyFilters": "Modifier les filtres de propriété personnalisés",
86
+ "customProperty.filterBuilder": "Fabricant de filtres de propriété personnalisés",
87
+ "customProperty.filterIndex": "Filtre de propriété personnalisée {index}",
88
+ "customProperty.removeFilter": "Supprimer la propriété personnalisée filter {number}",
89
+ "customProperty.removeRule": "Supprimer la règle {number}",
90
+ "customProperty.addFilter": "Ajouter un filtre personnalisé",
91
+ "customProperty.retiredName": "RETIRED: {name}",
92
+ "customProperty.notSet": "Pas réglé",
93
+ "operator.isSet": "Is set",
94
+ "operator.isNotSet": "N'est pas prêt",
95
+ "operator.equals": "Égalité",
96
+ "operator.doesNotEqual": "Ne pas égaler",
97
+ "operator.isGreaterThanOrEqual": "Est supérieur ou égal à",
98
+ "operator.isLessThanOrEqual": "Est inférieur ou égal à",
99
+ "operator.isOnOrAfter": "Est sur ou après",
100
+ "operator.isOnOrBefore": "Est sur ou avant",
101
+ "operator.is": "Est",
102
+ "operator.isNot": "Non.",
103
+ "operator.contains": "Contient",
104
+ "operator.doesNotContain": "Ne contient pas"
105
+ }
@@ -0,0 +1,105 @@
1
+ {
2
+ "AND": "ET",
3
+ "OR": "OU",
4
+ "create": "Créer",
5
+ "edit": "Edit",
6
+ "save": "Save",
7
+ "cancel": "Annuler",
8
+ "delete": "Supprimer",
9
+ "apply": "Appliquer",
10
+ "notSet": "Pas réglé",
11
+ "errors.hasNonAlphaName": "Le nom ne peut contenir que des caractères alphabétiques latins (a-z) et des caractères numériques non dominants.",
12
+ "settings.noCurrentValue": "Aucune valeur courante",
13
+ "settings.default": "default",
14
+ "settings.edit": "Edit",
15
+ "settings.settingLoading": "Chargement",
16
+ "settings.finishEditing": "Terminer l &apos; édition",
17
+ "settings.valueFor": "Valeur pour le réglage {name}",
18
+ "actionList.save": "Save",
19
+ "actionList.cancel": "Annuler",
20
+ "actionList.create": "Créer",
21
+ "actionList.actions": "Mesures à prendre",
22
+ "editableRefdataList.edit": "Edit",
23
+ "editableRefdataList.delete": "Supprimer",
24
+ "editableRefdataList.label": "Label",
25
+ "editableRefdataList.value": "Valeur",
26
+ "sasqLookupComponent.mainPane.found": "{total} records found",
27
+ "noResultsMessage.showFilters": "Afficher les filtres",
28
+ "customProperties": "Propriétés personnalisées",
29
+ "customProperties.all": "Tout",
30
+ "customProperties.none": "None",
31
+ "customProperties.label": "Label",
32
+ "customProperties.primary": "Primaire",
33
+ "customProperties.retired": "Retraite",
34
+ "customProperties.ctx": "Contexte",
35
+ "customProperties.ctx.addContext": "Ajouter le contexte {value}",
36
+ "customProperties.weight": "Poids de commande",
37
+ "customProperties.type": "Type",
38
+ "customProperties.internalFalse": "Public",
39
+ "customProperties.internalNote": "Note interne",
40
+ "customProperties.internalTrue": "Interne",
41
+ "customProperties.publicNote": "Note publique",
42
+ "customProperties.name": "Nom",
43
+ "customProperties.description": "Description",
44
+ "customProperties.category": "Picklist",
45
+ "customProperties.defaultVisibility": "Visibilité par défaut",
46
+ "customProperties.noCtxFound": "Aucun contexte correspondant n'a été trouvé",
47
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBlob": "Blob",
48
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyBoolean": "Boolean",
49
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyContainer": "Conteneur",
50
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyDecimal": "Decimal",
51
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyInteger": "Integer",
52
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdata": "Refdata",
53
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyRefdataDefinition": "Définition des données",
54
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyText": "Texte",
55
+ "customProperties.type.com.k_int.web.toolkit.custprops.types.CustomPropertyLocalDate": "Date",
56
+ "customProperties.delete.confirmLabel": "Supprimer",
57
+ "customProperties.delete.confirmHeading": "Supprimer la propriété personnalisée",
58
+ "customProperties.delete.confirmMessage": "Propriété personnalisée {name} parlé/strong guérira.",
59
+ "customProperties.primaryProperties": "Propriétés primaires",
60
+ "customProperties.optionalProperties": "Propriétés facultatives",
61
+ "customProperties.addProperty": "Ajouter propriété",
62
+ "customProperties.ctx.title": "Propriétés personnalisées ({ctx})",
63
+ "customProperty.optionalPropertyHeader": "Propriété {number}",
64
+ "customProperty.remove": "Supprimer la propriété {number}",
65
+ "search": "Recherche",
66
+ "yes": "Oui",
67
+ "no": "Non.",
68
+ "errors.invalidNumber": "Veuillez saisir un numéro valide pour continuer",
69
+ "errors.primaryRetired": "Une propriété personnalisée ne peut être à la fois primaire et retraitée",
70
+ "errors.customPropertyNoteInvalidNumber": "Un numéro valide doit être inscrit pour enregistrer une note",
71
+ "errors.customPropertyInvalidNumber": "Veuillez saisir un numéro valide pour continuer",
72
+ "errors.customPropertyNoteWithoutValue": "Une valeur doit être définie pour sauvegarder une note",
73
+ "errors.customPropertyValueNotInRange": "Veuillez entrer un nombre entier dans la gamme {min} à {max} pour continuer",
74
+ "errors.customPropertyDecimalValueNotInRange": "Veuillez entrer un nombre dans la gamme {min} à {max} pour continuer",
75
+ "errors.customPropertyMaxTwoDecimals": "Veuillez entrer un numéro avec un maximum de 2 décimales",
76
+ "customProperty": "Propriété personnalisée",
77
+ "customProperty.name": "Nom",
78
+ "customProperty.value": "Valeur",
79
+ "customProperty.internalNote": "Note interne",
80
+ "customProperty.visibility": "Visibilité",
81
+ "customProperty.publicNote": "Note publique",
82
+ "customProperty.internalTrue": "Interne",
83
+ "customProperty.internalFalse": "Public",
84
+ "customProperty.filtersApplied": "{count} filtres de propriétés personnalisées appliqués",
85
+ "customProperty.editCustomPropertyFilters": "Modifier les filtres de propriété personnalisés",
86
+ "customProperty.filterBuilder": "Fabricant de filtres de propriété personnalisés",
87
+ "customProperty.filterIndex": "Filtre de propriété personnalisée {index}",
88
+ "customProperty.removeFilter": "Supprimer la propriété personnalisée filter {number}",
89
+ "customProperty.removeRule": "Supprimer la règle {number}",
90
+ "customProperty.addFilter": "Ajouter un filtre personnalisé",
91
+ "customProperty.retiredName": "RETIRED: {name}",
92
+ "customProperty.notSet": "Pas réglé",
93
+ "operator.isSet": "Is set",
94
+ "operator.isNotSet": "N'est pas prêt",
95
+ "operator.equals": "Égalité",
96
+ "operator.doesNotEqual": "Ne pas égaler",
97
+ "operator.isGreaterThanOrEqual": "Est supérieur ou égal à",
98
+ "operator.isLessThanOrEqual": "Est inférieur ou égal à",
99
+ "operator.isOnOrAfter": "Est sur ou après",
100
+ "operator.isOnOrBefore": "Est sur ou avant",
101
+ "operator.is": "Est",
102
+ "operator.isNot": "Non.",
103
+ "operator.contains": "Contient",
104
+ "operator.doesNotContain": "Ne contient pas"
105
+ }