geonetwork-ui 2.4.0-dev.e1bb65c4 → 2.4.0-dev.e6ae55aa

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 (268) hide show
  1. package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +2 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +12 -1
  5. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +2 -1
  6. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +3 -1
  7. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +2 -2
  8. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +9 -5
  9. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +1 -1
  10. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  11. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  12. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +2 -6
  13. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +1 -1
  14. package/esm2022/libs/feature/catalog/src/index.mjs +2 -1
  15. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +1 -1
  16. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +6 -6
  17. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +4 -0
  18. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +4 -6
  19. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  20. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +3 -3
  21. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +7 -2
  22. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +1 -1
  23. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +7 -3
  24. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +16 -6
  25. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +4 -2
  26. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +3 -3
  27. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +1 -2
  28. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +11 -7
  29. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +1 -1
  30. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +143 -60
  31. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +2 -0
  32. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +2 -1
  33. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +4 -3
  34. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +42 -23
  35. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +13 -5
  36. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +49 -15
  37. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +6 -3
  38. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +2 -1
  39. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +1 -1
  40. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +9 -2
  41. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +8 -1
  42. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +9 -3
  43. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
  44. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +4 -1
  45. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +7 -3
  46. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +5 -5
  47. package/esm2022/libs/ui/catalog/src/lib/ui-catalog.module.mjs +5 -2
  48. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +5 -8
  49. package/esm2022/libs/ui/elements/src/index.mjs +1 -2
  50. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -3
  51. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +5 -3
  52. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +4 -4
  53. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +24 -5
  54. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -9
  55. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +3 -3
  56. package/esm2022/libs/ui/layout/src/index.mjs +2 -1
  57. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +71 -0
  58. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +1 -1
  59. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +29 -0
  60. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +15 -7
  61. package/esm2022/translations/de.json +88 -33
  62. package/esm2022/translations/en.json +59 -4
  63. package/esm2022/translations/es.json +59 -4
  64. package/esm2022/translations/fr.json +60 -5
  65. package/esm2022/translations/it.json +59 -4
  66. package/esm2022/translations/nl.json +59 -4
  67. package/esm2022/translations/pt.json +59 -4
  68. package/fesm2022/geonetwork-ui.mjs +942 -292
  69. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  70. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  71. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  72. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  73. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +1 -0
  74. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  75. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +1 -0
  76. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  77. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +1 -1
  78. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
  79. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +2 -1
  80. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  81. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +1 -0
  82. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +1 -1
  83. package/libs/common/domain/src/lib/platform.service.interface.d.ts +2 -1
  84. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  85. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +9 -0
  86. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  87. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  88. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +1 -1
  89. package/libs/feature/catalog/src/index.d.ts +1 -0
  90. package/libs/feature/catalog/src/index.d.ts.map +1 -1
  91. package/libs/feature/catalog/src/lib/feature-catalog.module.d.ts.map +1 -1
  92. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
  93. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +3 -0
  94. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +1 -0
  95. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +1 -1
  96. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +5 -0
  97. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  98. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +4 -4
  99. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  100. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +8 -0
  101. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +1 -1
  102. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +4 -3
  103. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +1 -1
  104. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +4 -8
  105. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +1 -1
  106. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  107. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +1 -1
  108. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  109. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -1
  110. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  111. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -7
  112. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  113. package/libs/feature/editor/src/lib/expressions.d.ts +1 -1
  114. package/libs/feature/editor/src/lib/expressions.d.ts.map +1 -1
  115. package/libs/feature/editor/src/lib/fields.config.d.ts +38 -2
  116. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  117. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +36 -0
  118. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -0
  119. package/libs/feature/editor/src/lib/models/index.d.ts +1 -0
  120. package/libs/feature/editor/src/lib/models/index.d.ts.map +1 -1
  121. package/libs/feature/editor/src/lib/services/editor.service.d.ts +2 -2
  122. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  123. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +4 -1
  124. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +1 -1
  125. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +4 -1
  126. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +1 -1
  127. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +4 -1
  128. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +1 -1
  129. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  130. package/libs/feature/router/src/lib/default/constants.d.ts +1 -0
  131. package/libs/feature/router/src/lib/default/constants.d.ts.map +1 -1
  132. package/libs/feature/router/src/lib/default/router.config.d.ts +1 -0
  133. package/libs/feature/router/src/lib/default/router.config.d.ts.map +1 -1
  134. package/libs/feature/router/src/lib/default/router.service.d.ts +1 -0
  135. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  136. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +1 -0
  137. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +1 -1
  138. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +3 -1
  139. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  140. package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -0
  141. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
  142. package/libs/feature/search/src/lib/state/selectors.d.ts +1 -0
  143. package/libs/feature/search/src/lib/state/selectors.d.ts.map +1 -1
  144. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  145. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +2 -2
  146. package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts +2 -1
  147. package/libs/ui/catalog/src/lib/ui-catalog.module.d.ts.map +1 -1
  148. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +1 -2
  149. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +1 -1
  150. package/libs/ui/elements/src/index.d.ts +0 -1
  151. package/libs/ui/elements/src/index.d.ts.map +1 -1
  152. package/libs/ui/elements/src/lib/error/error.component.d.ts +3 -1
  153. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -1
  154. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts +5 -1
  155. package/libs/ui/elements/src/lib/related-record-card/related-record-card.component.d.ts.map +1 -1
  156. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +19 -19
  157. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  158. package/libs/ui/layout/src/index.d.ts +1 -0
  159. package/libs/ui/layout/src/index.d.ts.map +1 -1
  160. package/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.d.ts +2 -2
  161. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +1 -0
  162. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  163. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +11 -0
  164. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +1 -0
  165. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +4 -2
  166. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  167. package/package.json +1 -1
  168. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  169. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +1 -0
  170. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
  171. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +20 -0
  172. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -0
  173. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +3 -1
  174. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +1 -1
  175. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +26 -15
  176. package/src/libs/common/domain/src/lib/model/record/organization.model.ts +1 -0
  177. package/src/libs/common/domain/src/lib/platform.service.interface.ts +5 -1
  178. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +12 -0
  179. package/src/libs/common/fixtures/src/index.ts +2 -0
  180. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +156 -0
  181. package/src/libs/common/fixtures/src/lib/editor/index.ts +1 -0
  182. package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +28 -0
  183. package/src/libs/data-access/datafeeder/src/openapi/model/datasetMetadata.api.model.ts +4 -0
  184. package/src/libs/data-access/datafeeder/src/openapi/model/datasetUploadStatus.api.model.ts +2 -0
  185. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +1 -5
  186. package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
  187. package/src/libs/data-access/gn4/src/spec.yaml +0 -8
  188. package/src/libs/feature/catalog/src/index.ts +1 -0
  189. package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +0 -1
  190. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +1 -1
  191. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +2 -2
  192. package/src/libs/feature/catalog/src/lib/organization-url.token.ts +6 -0
  193. package/src/libs/feature/catalog/src/lib/records/records.service.ts +6 -8
  194. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +5 -0
  195. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +2 -2
  196. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +9 -1
  197. package/src/libs/feature/editor/src/lib/+state/editor.models.ts +11 -0
  198. package/src/libs/feature/editor/src/lib/+state/editor.reducer.ts +11 -5
  199. package/src/libs/feature/editor/src/lib/+state/editor.selectors.ts +22 -8
  200. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +8 -6
  201. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +9 -9
  202. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +2 -1
  203. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +0 -1
  204. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +51 -11
  205. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +15 -8
  206. package/src/libs/feature/editor/src/lib/expressions.ts +1 -1
  207. package/src/libs/feature/editor/src/lib/fields.config.ts +175 -61
  208. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +53 -0
  209. package/src/libs/feature/editor/src/lib/models/index.ts +1 -0
  210. package/src/libs/feature/editor/src/lib/services/editor.service.ts +8 -4
  211. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +36 -19
  212. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +6 -2
  213. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +11 -0
  214. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +59 -12
  215. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +6 -2
  216. package/src/libs/feature/router/src/lib/default/constants.ts +1 -0
  217. package/src/libs/feature/router/src/lib/default/router.config.ts +1 -0
  218. package/src/libs/feature/router/src/lib/default/router.service.ts +13 -1
  219. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +9 -1
  220. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
  221. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +5 -0
  222. package/src/libs/feature/search/src/lib/state/search.facade.ts +5 -0
  223. package/src/libs/feature/search/src/lib/state/selectors.ts +7 -0
  224. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +16 -2
  225. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +8 -6
  226. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.ts +2 -2
  227. package/src/libs/ui/catalog/src/lib/ui-catalog.module.ts +2 -0
  228. package/src/libs/ui/dataviz/src/lib/figure/figure.component.html +11 -3
  229. package/src/libs/ui/dataviz/src/lib/figure/figure.component.ts +3 -7
  230. package/src/libs/ui/elements/src/index.ts +0 -1
  231. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +29 -29
  232. package/src/libs/ui/elements/src/lib/error/error.component.html +30 -6
  233. package/src/libs/ui/elements/src/lib/error/error.component.ts +2 -0
  234. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
  235. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.ts +22 -1
  236. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +2 -4
  237. package/src/libs/ui/elements/src/lib/user-preview/user-preview.component.html +1 -1
  238. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +31 -0
  239. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +15 -0
  240. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +38 -0
  241. package/src/libs/ui/layout/src/index.ts +1 -0
  242. package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.html +1 -0
  243. package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.ts +9 -5
  244. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -1
  245. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.css +0 -0
  246. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +17 -0
  247. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +22 -0
  248. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -0
  249. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +26 -12
  250. package/translations/de.json +88 -33
  251. package/translations/en.json +59 -4
  252. package/translations/es.json +59 -4
  253. package/translations/fr.json +60 -5
  254. package/translations/it.json +59 -4
  255. package/translations/nl.json +59 -4
  256. package/translations/pt.json +59 -4
  257. package/translations/sk.json +60 -5
  258. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +0 -2
  259. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +0 -2
  260. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +0 -69
  261. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts +0 -26
  262. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +0 -1
  263. package/libs/feature/editor/src/lib/models/fields.model.d.ts +0 -15
  264. package/libs/feature/editor/src/lib/models/fields.model.d.ts.map +0 -1
  265. package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  266. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts +0 -43
  267. package/src/libs/feature/editor/src/lib/models/fields.model.ts +0 -29
  268. /package/src/libs/ui/{elements → layout}/src/lib/max-lines/max-lines.component.css +0 -0
@@ -2,7 +2,7 @@
2
2
  "Add Layer As": "",
3
3
  "button.login": "",
4
4
  "catalog.figures.datasets": "datasets",
5
- "catalog.figures.organisations": "organisaties",
5
+ "catalog.figures.organizations": "organisaties",
6
6
  "chart.aggregation.average": "gemiddelde",
7
7
  "chart.aggregation.count": "aantal",
8
8
  "chart.aggregation.max": "max",
@@ -49,6 +49,8 @@
49
49
  "datafeeder.datasetValidation.submitButton": "",
50
50
  "datafeeder.datasetValidation.title": "",
51
51
  "datafeeder.datasetValidation.unknown": "",
52
+ "datafeeder.datasetValidationCsv.explicitLineNumbers": "",
53
+ "datafeeder.datasetValidationCsv.lineNumbers": "",
52
54
  "datafeeder.form.abstract": "",
53
55
  "datafeeder.form.datepicker": "",
54
56
  "datafeeder.form.description": "",
@@ -76,6 +78,7 @@
76
78
  "datafeeder.publishSuccess.geonetworkRecord": "",
77
79
  "datafeeder.publishSuccess.illustration.title": "",
78
80
  "datafeeder.publishSuccess.mapViewer": "",
81
+ "datafeeder.publishSuccess.ogcFeature": "",
79
82
  "datafeeder.publishSuccess.subtitle": "",
80
83
  "datafeeder.publishSuccess.title": "",
81
84
  "datafeeder.publishSuccess.uploadAnotherData": "",
@@ -104,6 +107,15 @@
104
107
  "datafeeder.upload.maxFileSize": "",
105
108
  "datafeeder.upload.title": "",
106
109
  "datafeeder.upload.uploadButton": "",
110
+ "datafeeder.validation.csv.delimiter": "",
111
+ "datafeeder.validation.csv.delimiter.comma": "",
112
+ "datafeeder.validation.csv.delimiter.semicolon": "",
113
+ "datafeeder.validation.csv.lat.field": "",
114
+ "datafeeder.validation.csv.lng.field": "",
115
+ "datafeeder.validation.csv.quote.double": "",
116
+ "datafeeder.validation.csv.quote.none": "",
117
+ "datafeeder.validation.csv.quote.simple": "",
118
+ "datafeeder.validation.csv.quoteChar": "",
107
119
  "datafeeder.validation.encoding": "",
108
120
  "datafeeder.validation.extent.title": "",
109
121
  "datafeeder.validation.extent.title.unknown": "",
@@ -117,7 +129,7 @@
117
129
  "datahub.header.lastRecords": "",
118
130
  "datahub.header.myfavorites": "",
119
131
  "datahub.header.news": "",
120
- "datahub.header.organisations": "",
132
+ "datahub.header.organizations": "",
121
133
  "datahub.header.popularRecords": "",
122
134
  "datahub.header.title.html": "",
123
135
  "datahub.news.contact.contactus": "",
@@ -153,6 +165,20 @@
153
165
  "downloads.format.unknown": "",
154
166
  "downloads.wfs.featuretype.not.found": "",
155
167
  "dropFile": "",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
180
+ "editor.record.form.abstract": "",
181
+ "editor.record.form.keywords": "",
156
182
  "editor.record.form.license": "",
157
183
  "editor.record.form.license.cc-by": "",
158
184
  "editor.record.form.license.cc-by-sa": "",
@@ -163,12 +189,31 @@
163
189
  "editor.record.form.license.odc-by": "",
164
190
  "editor.record.form.license.pddl": "",
165
191
  "editor.record.form.license.unknown": "",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
166
210
  "editor.record.form.resourceUpdated": "",
167
211
  "editor.record.form.temporalExtents": "",
168
212
  "editor.record.form.temporalExtents.addDate": "",
169
213
  "editor.record.form.temporalExtents.addRange": "",
170
214
  "editor.record.form.temporalExtents.date": "",
171
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
172
217
  "editor.record.form.updateFrequency": "",
173
218
  "editor.record.form.updateFrequency.planned": "",
174
219
  "editor.record.loadError.body": "",
@@ -184,6 +229,7 @@
184
229
  "editor.record.saveStatus.draftWithChangesPending": "",
185
230
  "editor.record.saveStatus.recordUpToDate": "",
186
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
187
233
  "externalviewer.dataset.unnamed": "",
188
234
  "facets.block.title.OrgForResource": "",
189
235
  "facets.block.title.availableInServices": "",
@@ -252,11 +298,16 @@
252
298
  "organisations.sortBy.nameDesc": "",
253
299
  "organisations.sortBy.recordCountAsc": "",
254
300
  "organisations.sortBy.recordCountDesc": "",
301
+ "organization.details.lastPublishedDatasets": "",
302
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
303
+ "organization.details.mailContact": "",
304
+ "organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
255
305
  "pagination.nextPage": "",
256
306
  "pagination.page": "",
257
307
  "pagination.pageOf": "",
258
308
  "previous": "",
259
309
  "record.action.download": "",
310
+ "record.action.duplicate": "",
260
311
  "record.action.view": "",
261
312
  "record.externalViewer.open": "",
262
313
  "record.metadata.about": "",
@@ -289,7 +340,7 @@
289
340
  "record.metadata.preview": "",
290
341
  "record.metadata.producer": "",
291
342
  "record.metadata.publication": "",
292
- "record.metadata.publications": "",
343
+ "record.metadata.publications": "{count, plural, =0{} one{} other{}}",
293
344
  "record.metadata.quality": "",
294
345
  "record.metadata.quality.contact.failed": "",
295
346
  "record.metadata.quality.contact.success": "",
@@ -349,6 +400,8 @@
349
400
  "results.sortBy.relevancy": "",
350
401
  "search.autocomplete.error": "",
351
402
  "search.error.couldNotReachApi": "",
403
+ "search.error.organizationHasNoDataset": "",
404
+ "search.error.organizationNotFound": "",
352
405
  "search.error.receivedError": "",
353
406
  "search.error.recordHasnolink": "",
354
407
  "search.error.recordNotFound": "",
@@ -376,9 +429,11 @@
376
429
  "search.filters.minimize": "",
377
430
  "search.filters.myRecords": "",
378
431
  "search.filters.myRecordsHelp": "",
432
+ "search.filters.organization": "",
379
433
  "search.filters.otherRecords": "",
434
+ "search.filters.producerOrg": "",
380
435
  "search.filters.publicationYear": "",
381
- "search.filters.publisher": "",
436
+ "search.filters.publisherOrg": "",
382
437
  "search.filters.representationType": "",
383
438
  "search.filters.resourceType": "",
384
439
  "search.filters.standard": "",
@@ -2,7 +2,7 @@
2
2
  "Add Layer As": "",
3
3
  "button.login": "",
4
4
  "catalog.figures.datasets": "conjuntos de dados",
5
- "catalog.figures.organisations": "organizações",
5
+ "catalog.figures.organizations": "organizações",
6
6
  "chart.aggregation.average": "média",
7
7
  "chart.aggregation.count": "contagem",
8
8
  "chart.aggregation.max": "máximo",
@@ -49,6 +49,8 @@
49
49
  "datafeeder.datasetValidation.submitButton": "",
50
50
  "datafeeder.datasetValidation.title": "",
51
51
  "datafeeder.datasetValidation.unknown": "",
52
+ "datafeeder.datasetValidationCsv.explicitLineNumbers": "",
53
+ "datafeeder.datasetValidationCsv.lineNumbers": "",
52
54
  "datafeeder.form.abstract": "",
53
55
  "datafeeder.form.datepicker": "",
54
56
  "datafeeder.form.description": "",
@@ -76,6 +78,7 @@
76
78
  "datafeeder.publishSuccess.geonetworkRecord": "",
77
79
  "datafeeder.publishSuccess.illustration.title": "",
78
80
  "datafeeder.publishSuccess.mapViewer": "",
81
+ "datafeeder.publishSuccess.ogcFeature": "",
79
82
  "datafeeder.publishSuccess.subtitle": "",
80
83
  "datafeeder.publishSuccess.title": "",
81
84
  "datafeeder.publishSuccess.uploadAnotherData": "",
@@ -104,6 +107,15 @@
104
107
  "datafeeder.upload.maxFileSize": "",
105
108
  "datafeeder.upload.title": "",
106
109
  "datafeeder.upload.uploadButton": "",
110
+ "datafeeder.validation.csv.delimiter": "",
111
+ "datafeeder.validation.csv.delimiter.comma": "",
112
+ "datafeeder.validation.csv.delimiter.semicolon": "",
113
+ "datafeeder.validation.csv.lat.field": "",
114
+ "datafeeder.validation.csv.lng.field": "",
115
+ "datafeeder.validation.csv.quote.double": "",
116
+ "datafeeder.validation.csv.quote.none": "",
117
+ "datafeeder.validation.csv.quote.simple": "",
118
+ "datafeeder.validation.csv.quoteChar": "",
107
119
  "datafeeder.validation.encoding": "",
108
120
  "datafeeder.validation.extent.title": "",
109
121
  "datafeeder.validation.extent.title.unknown": "",
@@ -117,7 +129,7 @@
117
129
  "datahub.header.lastRecords": "",
118
130
  "datahub.header.myfavorites": "",
119
131
  "datahub.header.news": "",
120
- "datahub.header.organisations": "",
132
+ "datahub.header.organizations": "",
121
133
  "datahub.header.popularRecords": "",
122
134
  "datahub.header.title.html": "",
123
135
  "datahub.news.contact.contactus": "",
@@ -153,6 +165,20 @@
153
165
  "downloads.format.unknown": "",
154
166
  "downloads.wfs.featuretype.not.found": "",
155
167
  "dropFile": "",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
180
+ "editor.record.form.abstract": "",
181
+ "editor.record.form.keywords": "",
156
182
  "editor.record.form.license": "",
157
183
  "editor.record.form.license.cc-by": "",
158
184
  "editor.record.form.license.cc-by-sa": "",
@@ -163,12 +189,31 @@
163
189
  "editor.record.form.license.odc-by": "",
164
190
  "editor.record.form.license.pddl": "",
165
191
  "editor.record.form.license.unknown": "",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
166
210
  "editor.record.form.resourceUpdated": "",
167
211
  "editor.record.form.temporalExtents": "",
168
212
  "editor.record.form.temporalExtents.addDate": "",
169
213
  "editor.record.form.temporalExtents.addRange": "",
170
214
  "editor.record.form.temporalExtents.date": "",
171
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
172
217
  "editor.record.form.updateFrequency": "",
173
218
  "editor.record.form.updateFrequency.planned": "",
174
219
  "editor.record.loadError.body": "",
@@ -184,6 +229,7 @@
184
229
  "editor.record.saveStatus.draftWithChangesPending": "",
185
230
  "editor.record.saveStatus.recordUpToDate": "",
186
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
187
233
  "externalviewer.dataset.unnamed": "",
188
234
  "facets.block.title.OrgForResource": "",
189
235
  "facets.block.title.availableInServices": "",
@@ -252,11 +298,16 @@
252
298
  "organisations.sortBy.nameDesc": "",
253
299
  "organisations.sortBy.recordCountAsc": "",
254
300
  "organisations.sortBy.recordCountDesc": "",
301
+ "organization.details.lastPublishedDatasets": "",
302
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
303
+ "organization.details.mailContact": "",
304
+ "organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
255
305
  "pagination.nextPage": "",
256
306
  "pagination.page": "",
257
307
  "pagination.pageOf": "",
258
308
  "previous": "",
259
309
  "record.action.download": "",
310
+ "record.action.duplicate": "",
260
311
  "record.action.view": "",
261
312
  "record.externalViewer.open": "",
262
313
  "record.metadata.about": "",
@@ -289,7 +340,7 @@
289
340
  "record.metadata.preview": "",
290
341
  "record.metadata.producer": "",
291
342
  "record.metadata.publication": "",
292
- "record.metadata.publications": "",
343
+ "record.metadata.publications": "{count, plural, =0{} one{} other{}}",
293
344
  "record.metadata.quality": "",
294
345
  "record.metadata.quality.contact.failed": "",
295
346
  "record.metadata.quality.contact.success": "",
@@ -349,6 +400,8 @@
349
400
  "results.sortBy.relevancy": "",
350
401
  "search.autocomplete.error": "",
351
402
  "search.error.couldNotReachApi": "",
403
+ "search.error.organizationHasNoDataset": "",
404
+ "search.error.organizationNotFound": "",
352
405
  "search.error.receivedError": "",
353
406
  "search.error.recordHasnolink": "",
354
407
  "search.error.recordNotFound": "",
@@ -376,9 +429,11 @@
376
429
  "search.filters.minimize": "",
377
430
  "search.filters.myRecords": "",
378
431
  "search.filters.myRecordsHelp": "",
432
+ "search.filters.organization": "",
379
433
  "search.filters.otherRecords": "",
434
+ "search.filters.producerOrg": "",
380
435
  "search.filters.publicationYear": "",
381
- "search.filters.publisher": "",
436
+ "search.filters.publisherOrg": "",
382
437
  "search.filters.representationType": "",
383
438
  "search.filters.resourceType": "",
384
439
  "search.filters.standard": "",
@@ -2,7 +2,7 @@
2
2
  "Add Layer As": "",
3
3
  "button.login": "",
4
4
  "catalog.figures.datasets": "{count, plural, =0{datasety} one{dataset} other{datasety}}",
5
- "catalog.figures.organisations": "{count, plural, =0{organizácie} one{organizácia} other{organizácie}}",
5
+ "catalog.figures.organizations": "{count, plural, =0{organizácie} one{organizácia} other{organizácie}}",
6
6
  "chart.aggregation.average": "priemer",
7
7
  "chart.aggregation.count": "počet",
8
8
  "chart.aggregation.max": "maximum",
@@ -49,6 +49,8 @@
49
49
  "datafeeder.datasetValidation.submitButton": "OK, moje dáta sú správne",
50
50
  "datafeeder.datasetValidation.title": "Uistite sa, že dáta sú správne",
51
51
  "datafeeder.datasetValidation.unknown": " - ",
52
+ "datafeeder.datasetValidationCsv.explicitLineNumbers": "",
53
+ "datafeeder.datasetValidationCsv.lineNumbers": "",
52
54
  "datafeeder.form.abstract": "Ako by ste opísali Váš dataset?",
53
55
  "datafeeder.form.datepicker": "Viete, kedy bol dataset vytvorený?",
54
56
  "datafeeder.form.description": "Nakoniec popíšte proces, ktorý bol použitý na vytvorenie datasetu",
@@ -76,6 +78,7 @@
76
78
  "datafeeder.publishSuccess.geonetworkRecord": "Metadátový záznam",
77
79
  "datafeeder.publishSuccess.illustration.title": "Hotovo, všetko je v poriadku!",
78
80
  "datafeeder.publishSuccess.mapViewer": "Prehliadač máp",
81
+ "datafeeder.publishSuccess.ogcFeature": "",
79
82
  "datafeeder.publishSuccess.subtitle": "Pozrite si svoje dáta v:",
80
83
  "datafeeder.publishSuccess.title": "Gratulujeme! Váš dataset bol publikovaný",
81
84
  "datafeeder.publishSuccess.uploadAnotherData": "Nahrajte ďalší dataset",
@@ -104,6 +107,15 @@
104
107
  "datafeeder.upload.maxFileSize": "Maximálna veľkosť súboru je {size} MB",
105
108
  "datafeeder.upload.title": "Nahrajte svoj dataset",
106
109
  "datafeeder.upload.uploadButton": "Nahrať",
110
+ "datafeeder.validation.csv.delimiter": "",
111
+ "datafeeder.validation.csv.delimiter.comma": "",
112
+ "datafeeder.validation.csv.delimiter.semicolon": "",
113
+ "datafeeder.validation.csv.lat.field": "",
114
+ "datafeeder.validation.csv.lng.field": "",
115
+ "datafeeder.validation.csv.quote.double": "",
116
+ "datafeeder.validation.csv.quote.none": "",
117
+ "datafeeder.validation.csv.quote.simple": "",
118
+ "datafeeder.validation.csv.quoteChar": "",
107
119
  "datafeeder.validation.encoding": "kódovanie",
108
120
  "datafeeder.validation.extent.title": "Tu je rozsah datasetu",
109
121
  "datafeeder.validation.extent.title.unknown": "Systém projekcie je neznámy",
@@ -117,7 +129,7 @@
117
129
  "datahub.header.lastRecords": "Najnovšie",
118
130
  "datahub.header.myfavorites": "Moje obľúbené",
119
131
  "datahub.header.news": "Domov",
120
- "datahub.header.organisations": "Organizácie",
132
+ "datahub.header.organizations": "Organizácie",
121
133
  "datahub.header.popularRecords": "Najpopulárnejšie",
122
134
  "datahub.header.title.html": "<div class=\"text-white\">Objavte otvorené<br>dáta z mojej organizácie</div>",
123
135
  "datahub.news.contact.contactus": "Kontaktujte nás",
@@ -153,6 +165,20 @@
153
165
  "downloads.format.unknown": "neznámy",
154
166
  "downloads.wfs.featuretype.not.found": "Vrstva nebola nájdená",
155
167
  "dropFile": "nahrať súbor",
168
+ "editor.record.form.bottomButtons.comeBackLater": "",
169
+ "editor.record.form.bottomButtons.next": "",
170
+ "editor.record.form.bottomButtons.previous": "",
171
+ "editor.record.form.field.abstract": "",
172
+ "editor.record.form.field.keywords": "",
173
+ "editor.record.form.field.license": "Licencia",
174
+ "editor.record.form.field.recordUpdated": "",
175
+ "editor.record.form.field.resourceUpdated": "",
176
+ "editor.record.form.field.temporalExtents": "",
177
+ "editor.record.form.field.title": "",
178
+ "editor.record.form.field.uniqueIdentifier": "",
179
+ "editor.record.form.field.updateFrequency": "",
180
+ "editor.record.form.abstract": "",
181
+ "editor.record.form.keywords": "",
156
182
  "editor.record.form.license": "Licencia",
157
183
  "editor.record.form.license.cc-by": "",
158
184
  "editor.record.form.license.cc-by-sa": "",
@@ -163,12 +189,31 @@
163
189
  "editor.record.form.license.odc-by": "",
164
190
  "editor.record.form.license.pddl": "",
165
191
  "editor.record.form.license.unknown": "Neznáme alebo chýbajúce",
192
+ "editor.record.form.page.accessAndContact": "",
193
+ "editor.record.form.page.description": "",
194
+ "editor.record.form.page.ressources": "",
195
+ "editor.record.form.section.about.description": "",
196
+ "editor.record.form.section.about.label": "",
197
+ "editor.record.form.section.annexes.label": "",
198
+ "editor.record.form.section.associatedResources.description": "",
199
+ "editor.record.form.section.associatedResources.label": "",
200
+ "editor.record.form.section.classification.description": "",
201
+ "editor.record.form.section.classification.label": "",
202
+ "editor.record.form.section.dataManagers.description": "",
203
+ "editor.record.form.section.dataManagers.label": "",
204
+ "editor.record.form.section.dataPointOfContact.description": "",
205
+ "editor.record.form.section.dataPointOfContact.label": "",
206
+ "editor.record.form.section.geographicalCoverage.label": "",
207
+ "editor.record.form.section.useAndAccessConditions.label": "",
208
+ "editor.record.form.metadata.title": "",
209
+ "editor.record.form.record.updated": "",
166
210
  "editor.record.form.resourceUpdated": "",
167
211
  "editor.record.form.temporalExtents": "",
168
212
  "editor.record.form.temporalExtents.addDate": "",
169
213
  "editor.record.form.temporalExtents.addRange": "",
170
214
  "editor.record.form.temporalExtents.date": "",
171
215
  "editor.record.form.temporalExtents.range": "",
216
+ "editor.record.form.unique.identifier": "",
172
217
  "editor.record.form.updateFrequency": "",
173
218
  "editor.record.form.updateFrequency.planned": "",
174
219
  "editor.record.loadError.body": "",
@@ -184,6 +229,7 @@
184
229
  "editor.record.saveStatus.draftWithChangesPending": "",
185
230
  "editor.record.saveStatus.recordUpToDate": "",
186
231
  "editor.record.upToDate": "",
232
+ "editor.sidebar.menu.editor": "",
187
233
  "externalviewer.dataset.unnamed": "",
188
234
  "facets.block.title.OrgForResource": "Organizácia",
189
235
  "facets.block.title.availableInServices": "Dostupné pre",
@@ -252,11 +298,16 @@
252
298
  "organisations.sortBy.nameDesc": "Názov Z → A",
253
299
  "organisations.sortBy.recordCountAsc": "Publikácie 0 → 9",
254
300
  "organisations.sortBy.recordCountDesc": "Publikácie 9 → 0",
301
+ "organization.details.lastPublishedDatasets": "",
302
+ "organization.details.lastPublishedDatasets.searchAllButton": "",
303
+ "organization.details.mailContact": "",
304
+ "organization.header.recordCount": "{count, plural, =0{} one{} other{}}",
255
305
  "pagination.nextPage": "Ďalšia stránka",
256
306
  "pagination.page": "strana",
257
307
  "pagination.pageOf": "z",
258
308
  "previous": "predchádzajúci",
259
309
  "record.action.download": "Stiahnuť",
310
+ "record.action.duplicate": "",
260
311
  "record.action.view": "Zobraziť",
261
312
  "record.externalViewer.open": "Otvoriť v externom mapovom prehliadači",
262
313
  "record.metadata.about": "O",
@@ -288,8 +339,8 @@
288
339
  "record.metadata.owner": "Katalóg pôvodu",
289
340
  "record.metadata.preview": "Náhľad",
290
341
  "record.metadata.producer": "",
291
- "record.metadata.publication": "",
292
- "record.metadata.publications": "publikácie",
342
+ "record.metadata.publication": "publikácia",
343
+ "record.metadata.publications": "{count, plural, =0{publikácia} one{publikácia} other{publikácie}}",
293
344
  "record.metadata.quality": "Kvalita metadát",
294
345
  "record.metadata.quality.contact.failed": "Kontakt nie je uvedený",
295
346
  "record.metadata.quality.contact.success": "Kontakt je uvedený",
@@ -349,6 +400,8 @@
349
400
  "results.sortBy.relevancy": "Relevancia",
350
401
  "search.autocomplete.error": "Návrhy sa nepodarilo načítať:",
351
402
  "search.error.couldNotReachApi": "K rozhraniu API sa nepodarilo pripojiť",
403
+ "search.error.organizationHasNoDataset": "",
404
+ "search.error.organizationNotFound": "",
352
405
  "search.error.receivedError": "Bola zaznamenaná chyba",
353
406
  "search.error.recordHasnolink": "",
354
407
  "search.error.recordNotFound": "Záznam s identifikátorom \"{ id }\" sa nepodarilo nájsť.",
@@ -376,9 +429,11 @@
376
429
  "search.filters.minimize": "Zmenšiť",
377
430
  "search.filters.myRecords": "Zobraziť len moje záznamy",
378
431
  "search.filters.myRecordsHelp": "Keď je táto možnosť zapnutá, zobrazia sa len záznamy vytvorené mnou; záznamy vytvorené inými sa nezobrazia.",
432
+ "search.filters.organization": "",
379
433
  "search.filters.otherRecords": "Zobrazenie záznamov od inej osoby",
434
+ "search.filters.producerOrg": "",
380
435
  "search.filters.publicationYear": "Rok zverejnenia",
381
- "search.filters.publisher": "Organizácie",
436
+ "search.filters.publisherOrg": "",
382
437
  "search.filters.representationType": "Typ reprezentácie",
383
438
  "search.filters.resourceType": "Typ zdroja",
384
439
  "search.filters.standard": "Štandard",
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1maWVsZC5tb2RlbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvZmVhdHVyZS9lZGl0b3Ivc3JjL2xpYi9jb21wb25lbnRzL3JlY29yZC1mb3JtL2Zvcm0tZmllbGQvZm9ybS1maWVsZC5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsidHlwZSBCYXNlRm9ybUZpZWxkVHlwZSA9XG4gIHwgJ3RleHQnXG4gIHwgJ251bWJlcidcbiAgfCAncmljaCdcbiAgfCAnZGF0ZSdcbiAgfCAnbGlzdCdcbiAgfCAnc3BhdGlhbF9leHRlbnQnXG4gIHwgJ3RlbXBvcmFsX2V4dGVudCdcbiAgfCAndXJsJ1xuICB8ICdmaWxlJ1xuICB8ICd0b2dnbGUnXG5cbnR5cGUgQWxsRm9ybUZpZWxkVHlwZSA9IEJhc2VGb3JtRmllbGRUeXBlIHwgJ29iamVjdCcgfCAnYXJyYXknXG5cbmludGVyZmFjZSBGb3JtRmllbGRDb25maWdCYXNlIHtcbiAgdHlwZTogQWxsRm9ybUZpZWxkVHlwZVxuICBsYWJlbEtleTogc3RyaW5nXG4gIGhpbnRLZXk/OiBzdHJpbmdcbiAgdG9vbHRpcEtleT86IHN0cmluZ1xuICByZXF1aXJlZD86IGJvb2xlYW5cbiAgbG9ja2VkPzogYm9vbGVhblxuICBpbnZhbGlkPzogYm9vbGVhblxuICBpbnZhbGlkSGludEtleT86IHN0cmluZ1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ1NpbXBsZSBleHRlbmRzIEZvcm1GaWVsZENvbmZpZ0Jhc2Uge1xuICB0eXBlOiBCYXNlRm9ybUZpZWxkVHlwZVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ0FycmF5IGV4dGVuZHMgRm9ybUZpZWxkQ29uZmlnQmFzZSB7XG4gIHR5cGU6ICdhcnJheSdcbiAgaXRlbXM6IEZvcm1GaWVsZENvbmZpZ1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIEZvcm1GaWVsZENvbmZpZ09iamVjdCBleHRlbmRzIEZvcm1GaWVsZENvbmZpZ0Jhc2Uge1xuICB0eXBlOiAnb2JqZWN0J1xuICBmaWVsZHM6IEFycmF5PEZvcm1GaWVsZENvbmZpZz5cbn1cblxuZXhwb3J0IHR5cGUgRm9ybUZpZWxkQ29uZmlnID1cbiAgfCBGb3JtRmllbGRDb25maWdTaW1wbGVcbiAgfCBGb3JtRmllbGRDb25maWdBcnJheVxuICB8IEZvcm1GaWVsZENvbmZpZ09iamVjdFxuIl19
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGRzLm1vZGVsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9mZWF0dXJlL2VkaXRvci9zcmMvbGliL21vZGVscy9maWVsZHMubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZvcm1GaWVsZENvbmZpZyB9IGZyb20gJy4uL2NvbXBvbmVudHMvcmVjb3JkLWZvcm0vZm9ybS1maWVsZCdcblxuLy8gRXhwcmVzc2lvbnMgc2hvdWxkIGJlIGVuY2xvc2VkIGluIGAke31gIHRvIGJlIHJlY29nbml6ZWQgYXMgc3VjaFxuLy8gZWcuICR7ZGF0ZU5vdygpfVxuZXhwb3J0IHR5cGUgRWRpdG9yRmllbGRFeHByZXNzaW9uID0gYCRcXHske3N0cmluZ319YFxuXG5leHBvcnQgaW50ZXJmYWNlIEVkaXRvckZpZWxkQ29uZmlnIHtcbiAgLy8gY29uZmlndXJhdGlvbiBvZiB0aGUgZm9ybSBmaWVsZCB1c2VkIGFzIHByZXNlbnRhdGlvbjsgb3B0aW9uYWwsIG5vdGhpbmcgc2hvd24gaWYgbm90IGRlZmluZWRcbiAgZm9ybUZpZWxkQ29uZmlnPzogRm9ybUZpZWxkQ29uZmlnXG5cbiAgLy8gbmFtZSBvZiB0aGUgdGFyZ2V0IGZpZWxkIGluIHRoZSByZWNvcmQ7IHdpbGwgbm90IGNoYW5nZSB0aGUgcmVjb3JkIGRpcmVjdGx5IGlmIG5vdCBkZWZpbmVkXG4gIG1vZGVsPzogc3RyaW5nXG5cbiAgLy8gYSBoaWRkZW4gZmllbGQgd29uJ3Qgc2hvdyBidXQgY2FuIHN0aWxsIGJlIHVzZWQgdG8gbW9kaWZ5IHRoZSByZWNvcmRcbiAgLy8gRklYTUU6IGN1cnJlbnRseSB0aGlzIGlzIHJlZHVuZGFudCB3aXRoIGFuIGFic2VuY2Ugb2YgZm9ybUZpZWxkQ29uZmlnIGJ1dCBuZWNlc3NhcnkgZm9yIGNsYXJpdHlcbiAgaGlkZGVuPzogYm9vbGVhblxuXG4gIC8vIHRoZSByZXN1bHQgb2YgdGhpcyBleHByZXNzaW9uIHdpbGwgcmVwbGFjZSB0aGUgZmllbGQgdmFsdWUgb24gc2F2ZVxuICBvblNhdmVQcm9jZXNzPzogRWRpdG9yRmllbGRFeHByZXNzaW9uXG59XG5cbmV4cG9ydCB0eXBlIEVkaXRvckZpZWxkc0NvbmZpZyA9IEVkaXRvckZpZWxkQ29uZmlnW11cblxuZXhwb3J0IHR5cGUgRWRpdG9yRmllbGRWYWx1ZSA9IHN0cmluZyB8IG51bWJlciB8IGJvb2xlYW4gfCB1bmtub3duXG5cbmV4cG9ydCBpbnRlcmZhY2UgRWRpdG9yRmllbGRTdGF0ZSB7XG4gIGNvbmZpZzogRWRpdG9yRmllbGRDb25maWdcbiAgdmFsdWU6IHN0cmluZyB8IG51bWJlciB8IGJvb2xlYW4gfCB1bmtub3duXG59XG4iXX0=
@@ -1,69 +0,0 @@
1
- import { Component, Input, ElementRef, ChangeDetectionStrategy, ViewChild, ChangeDetectorRef, } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "@ngx-translate/core";
5
- export class MaxLinesComponent {
6
- constructor(cdr) {
7
- this.cdr = cdr;
8
- this.maxLines = 6;
9
- this.isExpanded = false;
10
- this.maxHeight = '';
11
- this.showToggleButton = false;
12
- }
13
- ngAfterViewInit() {
14
- this.calculateMaxHeight();
15
- this.observer = new ResizeObserver((mutations) => {
16
- mutations.forEach(() => {
17
- this.calculateMaxHeight();
18
- });
19
- });
20
- this.observer.observe(this.container.nativeElement.children[0]);
21
- }
22
- toggleDisplay() {
23
- this.isExpanded = !this.isExpanded;
24
- this.calculateMaxHeight();
25
- }
26
- calculateMaxHeight() {
27
- const containerElement = this.container.nativeElement;
28
- const contentElement = containerElement.children[0];
29
- const contentHeight = contentElement.getBoundingClientRect().height;
30
- if (contentHeight) {
31
- if (contentHeight > this.maxLines * this.getLineHeight(contentElement)) {
32
- this.showToggleButton = true;
33
- this.maxHeight = this.isExpanded
34
- ? `${contentHeight}px`
35
- : `${this.maxLines * this.getLineHeight(contentElement)}px`;
36
- }
37
- else {
38
- this.showToggleButton = false;
39
- this.maxHeight = `${contentHeight}px`;
40
- }
41
- containerElement.setAttribute('style', `max-height: ${this.maxHeight}; overflow: hidden`);
42
- this.cdr.detectChanges();
43
- }
44
- }
45
- getLineHeight(element) {
46
- const computedStyle = window.getComputedStyle(element);
47
- const lineHeight = parseFloat(computedStyle.lineHeight);
48
- const fontSize = parseFloat(computedStyle.fontSize || '14');
49
- const result = isNaN(lineHeight) ? fontSize * 1.2 : lineHeight; // Use a default if line height is not specified
50
- return result;
51
- }
52
- ngOnDestroy() {
53
- if (!this.observer)
54
- return;
55
- this.observer.unobserve(this.container.nativeElement.children[0]);
56
- }
57
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaxLinesComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
58
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: MaxLinesComponent, selector: "gn-ui-max-lines", inputs: { maxLines: "maxLines" }, viewQueries: [{ propertyName: "container", first: true, predicate: ["container"], descendants: true }], ngImport: i0, template: "<div\n #container\n class=\"max-lines overflow-hidden transition-[max-height] duration-300 relative\"\n [ngClass]=\"isExpanded ? 'ease-in' : 'ease-out'\"\n [style.maxHeight]=\"maxHeight\"\n>\n <ng-content></ng-content>\n <div\n *ngIf=\"showToggleButton && !isExpanded\"\n class=\"absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3\"\n ></div>\n</div>\n<div\n *ngIf=\"showToggleButton\"\n (click)=\"toggleDisplay()\"\n class=\"text-secondary cursor-pointer pt-2.5\"\n>\n {{ (isExpanded ? 'ui.readLess' : 'ui.readMore') | translate }}\n</div>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
- }
60
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaxLinesComponent, decorators: [{
61
- type: Component,
62
- args: [{ selector: 'gn-ui-max-lines', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div\n #container\n class=\"max-lines overflow-hidden transition-[max-height] duration-300 relative\"\n [ngClass]=\"isExpanded ? 'ease-in' : 'ease-out'\"\n [style.maxHeight]=\"maxHeight\"\n>\n <ng-content></ng-content>\n <div\n *ngIf=\"showToggleButton && !isExpanded\"\n class=\"absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3\"\n ></div>\n</div>\n<div\n *ngIf=\"showToggleButton\"\n (click)=\"toggleDisplay()\"\n class=\"text-secondary cursor-pointer pt-2.5\"\n>\n {{ (isExpanded ? 'ui.readLess' : 'ui.readMore') | translate }}\n</div>\n" }]
63
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { maxLines: [{
64
- type: Input
65
- }], container: [{
66
- type: ViewChild,
67
- args: ['container']
68
- }] } });
69
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWF4LWxpbmVzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9tYXgtbGluZXMvbWF4LWxpbmVzLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdWkvZWxlbWVudHMvc3JjL2xpYi9tYXgtbGluZXMvbWF4LWxpbmVzLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxTQUFTLEVBQ1QsS0FBSyxFQUNMLFVBQVUsRUFDVix1QkFBdUIsRUFFdkIsU0FBUyxFQUVULGlCQUFpQixHQUNsQixNQUFNLGVBQWUsQ0FBQTs7OztBQVF0QixNQUFNLE9BQU8saUJBQWlCO0lBVTVCLFlBQW9CLEdBQXNCO1FBQXRCLFFBQUcsR0FBSCxHQUFHLENBQW1CO1FBVGpDLGFBQVEsR0FBRyxDQUFDLENBQUE7UUFFckIsZUFBVSxHQUFHLEtBQUssQ0FBQTtRQUNsQixjQUFTLEdBQUcsRUFBRSxDQUFBO1FBQ2QscUJBQWdCLEdBQUcsS0FBSyxDQUFBO0lBS3FCLENBQUM7SUFFOUMsZUFBZTtRQUNiLElBQUksQ0FBQyxrQkFBa0IsRUFBRSxDQUFBO1FBRXpCLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxjQUFjLENBQUMsQ0FBQyxTQUFTLEVBQUUsRUFBRTtZQUMvQyxTQUFTLENBQUMsT0FBTyxDQUFDLEdBQUcsRUFBRTtnQkFDckIsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUE7WUFDM0IsQ0FBQyxDQUFDLENBQUE7UUFDSixDQUFDLENBQUMsQ0FBQTtRQUVGLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFBO0lBQ2pFLENBQUM7SUFFRCxhQUFhO1FBQ1gsSUFBSSxDQUFDLFVBQVUsR0FBRyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUE7UUFDbEMsSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUE7SUFDM0IsQ0FBQztJQUVELGtCQUFrQjtRQUNoQixNQUFNLGdCQUFnQixHQUFHLElBQUksQ0FBQyxTQUFTLENBQUMsYUFBYSxDQUFBO1FBQ3JELE1BQU0sY0FBYyxHQUFHLGdCQUFnQixDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsQ0FBQTtRQUNuRCxNQUFNLGFBQWEsR0FBRyxjQUFjLENBQUMscUJBQXFCLEVBQUUsQ0FBQyxNQUFNLENBQUE7UUFFbkUsSUFBSSxhQUFhLEVBQUU7WUFDakIsSUFBSSxhQUFhLEdBQUcsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsYUFBYSxDQUFDLGNBQWMsQ0FBQyxFQUFFO2dCQUN0RSxJQUFJLENBQUMsZ0JBQWdCLEdBQUcsSUFBSSxDQUFBO2dCQUU1QixJQUFJLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxVQUFVO29CQUM5QixDQUFDLENBQUMsR0FBRyxhQUFhLElBQUk7b0JBQ3RCLENBQUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLGFBQWEsQ0FBQyxjQUFjLENBQUMsSUFBSSxDQUFBO2FBQzlEO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxLQUFLLENBQUE7Z0JBQzdCLElBQUksQ0FBQyxTQUFTLEdBQUcsR0FBRyxhQUFhLElBQUksQ0FBQTthQUN0QztZQUNELGdCQUFnQixDQUFDLFlBQVksQ0FDM0IsT0FBTyxFQUNQLGVBQWUsSUFBSSxDQUFDLFNBQVMsb0JBQW9CLENBQ2xELENBQUE7WUFFRCxJQUFJLENBQUMsR0FBRyxDQUFDLGFBQWEsRUFBRSxDQUFBO1NBQ3pCO0lBQ0gsQ0FBQztJQUVELGFBQWEsQ0FBQyxPQUFvQjtRQUNoQyxNQUFNLGFBQWEsR0FBRyxNQUFNLENBQUMsZ0JBQWdCLENBQUMsT0FBTyxDQUFDLENBQUE7UUFDdEQsTUFBTSxVQUFVLEdBQUcsVUFBVSxDQUFDLGFBQWEsQ0FBQyxVQUFVLENBQUMsQ0FBQTtRQUN2RCxNQUFNLFFBQVEsR0FBRyxVQUFVLENBQUMsYUFBYSxDQUFDLFFBQVEsSUFBSSxJQUFJLENBQUMsQ0FBQTtRQUMzRCxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxDQUFDLFFBQVEsR0FBRyxHQUFHLENBQUMsQ0FBQyxDQUFDLFVBQVUsQ0FBQSxDQUFDLGdEQUFnRDtRQUMvRyxPQUFPLE1BQU0sQ0FBQTtJQUNmLENBQUM7SUFFRCxXQUFXO1FBQ1QsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRO1lBQUUsT0FBTTtRQUMxQixJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsU0FBUyxDQUFDLGFBQWEsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQTtJQUNuRSxDQUFDOytHQWpFVSxpQkFBaUI7bUdBQWpCLGlCQUFpQixpTUNqQjlCLHlrQkFtQkE7OzRGREZhLGlCQUFpQjtrQkFON0IsU0FBUzsrQkFDRSxpQkFBaUIsbUJBR1YsdUJBQXVCLENBQUMsTUFBTTt3R0FHdEMsUUFBUTtzQkFBaEIsS0FBSztnQkFPa0IsU0FBUztzQkFBaEMsU0FBUzt1QkFBQyxXQUFXIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBJbnB1dCxcbiAgRWxlbWVudFJlZixcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIEFmdGVyVmlld0luaXQsXG4gIFZpZXdDaGlsZCxcbiAgT25EZXN0cm95LFxuICBDaGFuZ2VEZXRlY3RvclJlZixcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSdcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZ24tdWktbWF4LWxpbmVzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL21heC1saW5lcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL21heC1saW5lcy5jb21wb25lbnQuY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBNYXhMaW5lc0NvbXBvbmVudCBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQsIE9uRGVzdHJveSB7XG4gIEBJbnB1dCgpIG1heExpbmVzID0gNlxuXG4gIGlzRXhwYW5kZWQgPSBmYWxzZVxuICBtYXhIZWlnaHQgPSAnJ1xuICBzaG93VG9nZ2xlQnV0dG9uID0gZmFsc2VcbiAgb2JzZXJ2ZXI6IFJlc2l6ZU9ic2VydmVyXG5cbiAgQFZpZXdDaGlsZCgnY29udGFpbmVyJykgY29udGFpbmVyITogRWxlbWVudFJlZlxuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge31cblxuICBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgdGhpcy5jYWxjdWxhdGVNYXhIZWlnaHQoKVxuXG4gICAgdGhpcy5vYnNlcnZlciA9IG5ldyBSZXNpemVPYnNlcnZlcigobXV0YXRpb25zKSA9PiB7XG4gICAgICBtdXRhdGlvbnMuZm9yRWFjaCgoKSA9PiB7XG4gICAgICAgIHRoaXMuY2FsY3VsYXRlTWF4SGVpZ2h0KClcbiAgICAgIH0pXG4gICAgfSlcblxuICAgIHRoaXMub2JzZXJ2ZXIub2JzZXJ2ZSh0aGlzLmNvbnRhaW5lci5uYXRpdmVFbGVtZW50LmNoaWxkcmVuWzBdKVxuICB9XG5cbiAgdG9nZ2xlRGlzcGxheSgpIHtcbiAgICB0aGlzLmlzRXhwYW5kZWQgPSAhdGhpcy5pc0V4cGFuZGVkXG4gICAgdGhpcy5jYWxjdWxhdGVNYXhIZWlnaHQoKVxuICB9XG5cbiAgY2FsY3VsYXRlTWF4SGVpZ2h0KCkge1xuICAgIGNvbnN0IGNvbnRhaW5lckVsZW1lbnQgPSB0aGlzLmNvbnRhaW5lci5uYXRpdmVFbGVtZW50XG4gICAgY29uc3QgY29udGVudEVsZW1lbnQgPSBjb250YWluZXJFbGVtZW50LmNoaWxkcmVuWzBdXG4gICAgY29uc3QgY29udGVudEhlaWdodCA9IGNvbnRlbnRFbGVtZW50LmdldEJvdW5kaW5nQ2xpZW50UmVjdCgpLmhlaWdodFxuXG4gICAgaWYgKGNvbnRlbnRIZWlnaHQpIHtcbiAgICAgIGlmIChjb250ZW50SGVpZ2h0ID4gdGhpcy5tYXhMaW5lcyAqIHRoaXMuZ2V0TGluZUhlaWdodChjb250ZW50RWxlbWVudCkpIHtcbiAgICAgICAgdGhpcy5zaG93VG9nZ2xlQnV0dG9uID0gdHJ1ZVxuXG4gICAgICAgIHRoaXMubWF4SGVpZ2h0ID0gdGhpcy5pc0V4cGFuZGVkXG4gICAgICAgICAgPyBgJHtjb250ZW50SGVpZ2h0fXB4YFxuICAgICAgICAgIDogYCR7dGhpcy5tYXhMaW5lcyAqIHRoaXMuZ2V0TGluZUhlaWdodChjb250ZW50RWxlbWVudCl9cHhgXG4gICAgICB9IGVsc2Uge1xuICAgICAgICB0aGlzLnNob3dUb2dnbGVCdXR0b24gPSBmYWxzZVxuICAgICAgICB0aGlzLm1heEhlaWdodCA9IGAke2NvbnRlbnRIZWlnaHR9cHhgXG4gICAgICB9XG4gICAgICBjb250YWluZXJFbGVtZW50LnNldEF0dHJpYnV0ZShcbiAgICAgICAgJ3N0eWxlJyxcbiAgICAgICAgYG1heC1oZWlnaHQ6ICR7dGhpcy5tYXhIZWlnaHR9OyBvdmVyZmxvdzogaGlkZGVuYFxuICAgICAgKVxuXG4gICAgICB0aGlzLmNkci5kZXRlY3RDaGFuZ2VzKClcbiAgICB9XG4gIH1cblxuICBnZXRMaW5lSGVpZ2h0KGVsZW1lbnQ6IEhUTUxFbGVtZW50KTogbnVtYmVyIHtcbiAgICBjb25zdCBjb21wdXRlZFN0eWxlID0gd2luZG93LmdldENvbXB1dGVkU3R5bGUoZWxlbWVudClcbiAgICBjb25zdCBsaW5lSGVpZ2h0ID0gcGFyc2VGbG9hdChjb21wdXRlZFN0eWxlLmxpbmVIZWlnaHQpXG4gICAgY29uc3QgZm9udFNpemUgPSBwYXJzZUZsb2F0KGNvbXB1dGVkU3R5bGUuZm9udFNpemUgfHwgJzE0JylcbiAgICBjb25zdCByZXN1bHQgPSBpc05hTihsaW5lSGVpZ2h0KSA/IGZvbnRTaXplICogMS4yIDogbGluZUhlaWdodCAvLyBVc2UgYSBkZWZhdWx0IGlmIGxpbmUgaGVpZ2h0IGlzIG5vdCBzcGVjaWZpZWRcbiAgICByZXR1cm4gcmVzdWx0XG4gIH1cblxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICBpZiAoIXRoaXMub2JzZXJ2ZXIpIHJldHVyblxuICAgIHRoaXMub2JzZXJ2ZXIudW5vYnNlcnZlKHRoaXMuY29udGFpbmVyLm5hdGl2ZUVsZW1lbnQuY2hpbGRyZW5bMF0pXG4gIH1cbn1cbiIsIjxkaXZcbiAgI2NvbnRhaW5lclxuICBjbGFzcz1cIm1heC1saW5lcyBvdmVyZmxvdy1oaWRkZW4gdHJhbnNpdGlvbi1bbWF4LWhlaWdodF0gZHVyYXRpb24tMzAwIHJlbGF0aXZlXCJcbiAgW25nQ2xhc3NdPVwiaXNFeHBhbmRlZCA/ICdlYXNlLWluJyA6ICdlYXNlLW91dCdcIlxuICBbc3R5bGUubWF4SGVpZ2h0XT1cIm1heEhlaWdodFwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgPGRpdlxuICAgICpuZ0lmPVwic2hvd1RvZ2dsZUJ1dHRvbiAmJiAhaXNFeHBhbmRlZFwiXG4gICAgY2xhc3M9XCJhYnNvbHV0ZSBpbnNldC14LTAgYm90dG9tLTAgYmctZ3JhZGllbnQtdG8tYiBmcm9tLXRyYW5zcGFyZW50IHRvLXdoaXRlIGgtM1wiXG4gID48L2Rpdj5cbjwvZGl2PlxuPGRpdlxuICAqbmdJZj1cInNob3dUb2dnbGVCdXR0b25cIlxuICAoY2xpY2spPVwidG9nZ2xlRGlzcGxheSgpXCJcbiAgY2xhc3M9XCJ0ZXh0LXNlY29uZGFyeSBjdXJzb3ItcG9pbnRlciBwdC0yLjVcIlxuPlxuICB7eyAoaXNFeHBhbmRlZCA/ICd1aS5yZWFkTGVzcycgOiAndWkucmVhZE1vcmUnKSB8IHRyYW5zbGF0ZSB9fVxuPC9kaXY+XG4iXX0=
@@ -1,26 +0,0 @@
1
- type BaseFormFieldType = 'text' | 'number' | 'rich' | 'date' | 'list' | 'spatial_extent' | 'temporal_extent' | 'url' | 'file' | 'toggle';
2
- type AllFormFieldType = BaseFormFieldType | 'object' | 'array';
3
- interface FormFieldConfigBase {
4
- type: AllFormFieldType;
5
- labelKey: string;
6
- hintKey?: string;
7
- tooltipKey?: string;
8
- required?: boolean;
9
- locked?: boolean;
10
- invalid?: boolean;
11
- invalidHintKey?: string;
12
- }
13
- export interface FormFieldConfigSimple extends FormFieldConfigBase {
14
- type: BaseFormFieldType;
15
- }
16
- export interface FormFieldConfigArray extends FormFieldConfigBase {
17
- type: 'array';
18
- items: FormFieldConfig;
19
- }
20
- export interface FormFieldConfigObject extends FormFieldConfigBase {
21
- type: 'object';
22
- fields: Array<FormFieldConfig>;
23
- }
24
- export type FormFieldConfig = FormFieldConfigSimple | FormFieldConfigArray | FormFieldConfigObject;
25
- export {};
26
- //# sourceMappingURL=form-field.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-field.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts"],"names":[],"mappings":"AAAA,KAAK,iBAAiB,GAClB,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,MAAM,GACN,gBAAgB,GAChB,iBAAiB,GACjB,KAAK,GACL,MAAM,GACN,QAAQ,CAAA;AAEZ,KAAK,gBAAgB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9D,UAAU,mBAAmB;IAC3B,IAAI,EAAE,gBAAgB,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,iBAAiB,CAAA;CACxB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;IAC/D,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,QAAQ,CAAA;IACd,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;CAC/B;AAED,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,oBAAoB,GACpB,qBAAqB,CAAA"}
@@ -1,15 +0,0 @@
1
- import { FormFieldConfig } from '../components/record-form/form-field';
2
- export type EditorFieldExpression = `$\{${string}}`;
3
- export interface EditorFieldConfig {
4
- formFieldConfig?: FormFieldConfig;
5
- model?: string;
6
- hidden?: boolean;
7
- onSaveProcess?: EditorFieldExpression;
8
- }
9
- export type EditorFieldsConfig = EditorFieldConfig[];
10
- export type EditorFieldValue = string | number | boolean | unknown;
11
- export interface EditorFieldState {
12
- config: EditorFieldConfig;
13
- value: string | number | boolean | unknown;
14
- }
15
- //# sourceMappingURL=fields.model.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"fields.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/models/fields.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAItE,MAAM,MAAM,qBAAqB,GAAG,MAAM,MAAM,GAAG,CAAA;AAEnD,MAAM,WAAW,iBAAiB;IAEhC,eAAe,CAAC,EAAE,eAAe,CAAA;IAGjC,KAAK,CAAC,EAAE,MAAM,CAAA;IAId,MAAM,CAAC,EAAE,OAAO,CAAA;IAGhB,aAAa,CAAC,EAAE,qBAAqB,CAAA;CACtC;AAED,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,EAAE,CAAA;AAEpD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;AAElE,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,iBAAiB,CAAA;IACzB,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAA;CAC3C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"max-lines.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/elements/src/lib/max-lines/max-lines.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAEV,aAAa,EAEb,SAAS,EACT,iBAAiB,EAClB,MAAM,eAAe,CAAA;;AAEtB,qBAMa,iBAAkB,YAAW,aAAa,EAAE,SAAS;IAUpD,OAAO,CAAC,GAAG;IATd,QAAQ,SAAI;IAErB,UAAU,UAAQ;IAClB,SAAS,SAAK;IACd,gBAAgB,UAAQ;IACxB,QAAQ,EAAE,cAAc,CAAA;IAEA,SAAS,EAAG,UAAU,CAAA;gBAE1B,GAAG,EAAE,iBAAiB;IAE1C,eAAe;IAYf,aAAa;IAKb,kBAAkB;IAyBlB,aAAa,CAAC,OAAO,EAAE,WAAW,GAAG,MAAM;IAQ3C,WAAW,IAAI,IAAI;yCA9DR,iBAAiB;2CAAjB,iBAAiB;CAkE7B"}