geonetwork-ui 2.4.0-dev.b0bcda82 → 2.4.0-dev.c2a3cdd1

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 (520) hide show
  1. package/esm2022/libs/api/metadata-converter/src/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +10 -3
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +1 -1
  4. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +5 -5
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +7 -4
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +10 -7
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +11 -16
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +6 -6
  9. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +28 -33
  10. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +18 -2
  11. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +78 -39
  12. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +11 -1
  13. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +51 -7
  14. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  15. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +1 -1
  16. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  17. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +1 -1
  18. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +5 -5
  19. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +3 -3
  20. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +1 -1
  21. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +1 -1
  22. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +1 -1
  23. package/esm2022/libs/feature/editor/src/index.mjs +2 -1
  24. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +2 -1
  25. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +6 -1
  26. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +4 -1
  27. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +4 -16
  28. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +80 -0
  29. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +93 -0
  30. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +71 -0
  31. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +42 -67
  32. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.mjs +19 -0
  33. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +31 -40
  34. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +11 -9
  35. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.mjs +101 -0
  36. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +148 -0
  37. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.mjs +22 -25
  38. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +93 -11
  39. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +12 -16
  40. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +9 -8
  41. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +140 -5
  42. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +41 -69
  43. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +17 -15
  44. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +42 -65
  45. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +2 -2
  46. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +5 -3
  47. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +8 -8
  48. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +6 -4
  49. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +41 -7
  50. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +1 -1
  51. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +5 -1
  52. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +6 -6
  53. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +7 -6
  54. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +8 -5
  55. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +6 -7
  56. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +8 -7
  57. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +7 -6
  58. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +7 -26
  59. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +29 -13
  60. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +3 -3
  61. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
  62. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +1 -1
  63. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +1 -1
  64. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
  65. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +3 -3
  66. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +5 -4
  67. package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +3 -3
  68. package/esm2022/libs/ui/elements/src/index.mjs +2 -2
  69. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +2 -2
  70. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +1 -1
  71. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +2 -2
  72. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +6 -6
  73. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +2 -2
  74. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +5 -5
  75. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +7 -4
  76. package/esm2022/libs/ui/inputs/src/index.mjs +6 -1
  77. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +7 -4
  78. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +5 -3
  79. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +8 -1
  80. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +11 -4
  81. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +9 -3
  82. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +26 -24
  83. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +87 -0
  84. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +19 -15
  85. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +32 -0
  86. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +7 -21
  87. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +6 -17
  88. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +3 -7
  89. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +43 -0
  90. package/esm2022/libs/ui/layout/src/index.mjs +3 -1
  91. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +5 -3
  92. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +29 -0
  93. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +43 -0
  94. package/esm2022/libs/ui/map/src/lib/ui-map.module.mjs +3 -3
  95. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +7 -7
  96. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +8 -8
  97. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +10 -10
  98. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +1 -1
  99. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +1 -1
  100. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +2 -1
  101. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -1
  102. package/esm2022/translations/de.json +42 -3
  103. package/esm2022/translations/en.json +41 -2
  104. package/esm2022/translations/es.json +39 -0
  105. package/esm2022/translations/fr.json +45 -6
  106. package/esm2022/translations/it.json +41 -2
  107. package/esm2022/translations/nl.json +39 -0
  108. package/esm2022/translations/pt.json +39 -0
  109. package/fesm2022/geonetwork-ui.mjs +2915 -1938
  110. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  111. package/libs/api/metadata-converter/src/index.d.ts +1 -0
  112. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  113. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +3 -3
  114. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  115. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +2 -6
  116. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +1 -1
  117. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +2 -2
  118. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -1
  119. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +1 -1
  120. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -1
  121. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -1
  122. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +4 -5
  123. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  124. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +7 -7
  125. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  126. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +6 -0
  127. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
  128. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +12 -7
  129. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  130. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  131. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +22 -2
  132. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  133. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +7 -6
  134. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  135. package/libs/common/domain/src/lib/model/user/user.model.d.ts +1 -1
  136. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +1 -1
  137. package/libs/common/domain/src/lib/platform.service.interface.d.ts +16 -0
  138. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  139. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +7 -0
  140. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +1 -1
  141. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +2 -2
  142. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +1 -1
  143. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +1 -1
  144. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +1 -1
  145. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +2 -2
  146. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  147. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +6 -6
  148. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  149. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +3 -3
  150. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
  151. package/libs/feature/editor/src/index.d.ts +1 -0
  152. package/libs/feature/editor/src/index.d.ts.map +1 -1
  153. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +1 -0
  154. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +1 -1
  155. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +5 -0
  156. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +1 -1
  157. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +1 -0
  158. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  159. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +1 -5
  160. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +1 -1
  161. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +33 -0
  162. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +1 -0
  163. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +33 -0
  164. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +1 -0
  165. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +15 -0
  166. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +1 -0
  167. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +11 -17
  168. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
  169. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts +9 -0
  170. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.d.ts.map +1 -0
  171. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +11 -19
  172. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +1 -1
  173. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +6 -4
  174. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -1
  175. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts +22 -0
  176. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.d.ts.map +1 -0
  177. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +35 -0
  178. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +1 -0
  179. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts +10 -12
  180. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.d.ts.map +1 -1
  181. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +24 -4
  182. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +1 -1
  183. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +4 -6
  184. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
  185. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +4 -3
  186. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -1
  187. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +28 -0
  188. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -1
  189. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +10 -18
  190. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +1 -1
  191. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +5 -5
  192. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -1
  193. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +18 -28
  194. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -1
  195. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +1 -1
  196. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -1
  197. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +5 -3
  198. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -1
  199. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +2 -1
  200. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  201. package/libs/feature/editor/src/lib/fields.config.d.ts +10 -1
  202. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  203. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +6 -0
  204. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +1 -1
  205. package/libs/feature/editor/src/lib/services/editor.service.d.ts +1 -0
  206. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  207. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +1 -1
  208. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +1 -1
  209. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +6 -6
  210. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
  211. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +1 -1
  212. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -1
  213. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +1 -1
  214. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -1
  215. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +1 -1
  216. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -1
  217. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +1 -1
  218. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -1
  219. package/libs/feature/map/src/lib/feature-map.module.d.ts +16 -21
  220. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  221. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +1 -1
  222. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  223. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +2 -2
  224. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +1 -1
  225. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +3 -3
  226. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
  227. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +2 -2
  228. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +1 -1
  229. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
  230. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  231. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +7 -7
  232. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  233. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +1 -0
  234. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +1 -1
  235. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +2 -2
  236. package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +1 -1
  237. package/libs/ui/elements/src/index.d.ts +1 -1
  238. package/libs/ui/elements/src/index.d.ts.map +1 -1
  239. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +2 -2
  240. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +1 -1
  241. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +7 -7
  242. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +1 -1
  243. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +2 -2
  244. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  245. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +2 -2
  246. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -1
  247. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +1 -1
  248. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
  249. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  250. package/libs/ui/inputs/src/index.d.ts +5 -0
  251. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  252. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
  253. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +1 -1
  254. package/libs/ui/inputs/src/lib/button/button.component.d.ts +1 -1
  255. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  256. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -1
  257. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  258. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +5 -3
  259. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -1
  260. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +24 -0
  261. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +1 -0
  262. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +4 -5
  263. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -1
  264. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +16 -0
  265. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +1 -0
  266. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -4
  267. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  268. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +2 -4
  269. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  270. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +34 -35
  271. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  272. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +18 -0
  273. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +1 -0
  274. package/libs/ui/layout/src/index.d.ts +2 -0
  275. package/libs/ui/layout/src/index.d.ts.map +1 -1
  276. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +2 -2
  277. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -1
  278. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +1 -1
  279. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +20 -0
  280. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +1 -0
  281. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +14 -0
  282. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +1 -0
  283. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +3 -3
  284. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +1 -1
  285. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -3
  286. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
  287. package/libs/util/app-config/src/lib/fixtures.d.ts +8 -8
  288. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  289. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +3 -3
  290. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  291. package/libs/util/shared/src/lib/links/link-utils.d.ts +6 -6
  292. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  293. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +1 -1
  294. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -1
  295. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -1
  296. package/package.json +1 -1
  297. package/src/libs/api/metadata-converter/src/index.ts +1 -0
  298. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +7 -2
  299. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -1
  300. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
  301. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -1
  302. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +18 -16
  303. package/src/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.ts +2 -6
  304. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +4 -4
  305. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +12 -4
  306. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +14 -8
  307. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +8 -15
  308. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +13 -15
  309. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +48 -63
  310. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +20 -1
  311. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +132 -68
  312. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +12 -1
  313. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +90 -15
  314. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +8 -7
  315. package/src/libs/common/domain/src/lib/model/user/user.model.ts +1 -1
  316. package/src/libs/common/domain/src/lib/platform.service.interface.ts +30 -0
  317. package/src/libs/common/domain/src/lib/repository/records-repository.interface.ts +10 -0
  318. package/src/libs/common/fixtures/src/index.ts +1 -1
  319. package/src/libs/common/fixtures/src/lib/editor/editor.fixtures.ts +37 -37
  320. package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-request.ts → aggregations-request.fixtures.ts} +1 -3
  321. package/src/libs/common/fixtures/src/lib/elasticsearch/{aggregations-response.ts → aggregations-response.fixtures.ts} +6 -8
  322. package/src/libs/common/fixtures/src/lib/elasticsearch/{full-response.ts → full-response.fixtures.ts} +1 -3
  323. package/src/libs/common/fixtures/src/lib/elasticsearch/index.ts +5 -5
  324. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +1 -3
  325. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata.fixtures.ts +1739 -1742
  326. package/src/libs/common/fixtures/src/lib/elasticsearch/{search-requests.ts → search-requests.fixtures.ts} +1 -3
  327. package/src/libs/common/fixtures/src/lib/elasticsearch/{search-responses.ts → search-responses.fixtures.ts} +4 -6
  328. package/src/libs/common/fixtures/src/lib/geojson.fixtures.ts +57178 -57195
  329. package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +2 -4
  330. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +233 -164
  331. package/src/libs/common/fixtures/src/lib/ol-feature.fixtures.ts +10 -0
  332. package/src/libs/common/fixtures/src/lib/organisations.fixture.ts +37 -3
  333. package/src/libs/common/fixtures/src/lib/record-link.fixtures.ts +9 -7
  334. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +9 -9
  335. package/src/libs/common/fixtures/src/lib/repository.fixtures.ts +4 -4
  336. package/src/libs/common/fixtures/src/lib/search/aggregations.ts +2 -3
  337. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +14 -15
  338. package/src/libs/common/fixtures/src/lib/user.fixtures.ts +32 -15
  339. package/src/libs/data-access/gn4/src/fixtures/site.fixtures.ts +4 -4
  340. package/src/libs/data-access/gn4/src/fixtures/ui.fixtures.ts +2 -2
  341. package/src/libs/feature/catalog/src/lib/sources/sources.fixture.ts +1 -1
  342. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +3 -3
  343. package/src/libs/feature/dataviz/src/lib/figure/figure.fixtures.ts +2 -2
  344. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +6 -6
  345. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +4 -4
  346. package/src/libs/feature/editor/src/index.ts +1 -0
  347. package/src/libs/feature/editor/src/lib/+state/editor.actions.ts +2 -0
  348. package/src/libs/feature/editor/src/lib/+state/editor.effects.ts +15 -0
  349. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +4 -0
  350. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +12 -22
  351. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -13
  352. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +26 -0
  353. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +90 -0
  354. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +43 -0
  355. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +129 -0
  356. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +35 -0
  357. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +79 -0
  358. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.css +4 -0
  359. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +13 -23
  360. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +47 -107
  361. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.html +4 -0
  362. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date-updated/form-field-date-updated.component.ts +21 -0
  363. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.html +7 -16
  364. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +44 -45
  365. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css +8 -0
  366. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +13 -5
  367. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.css +0 -0
  368. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.html +4 -0
  369. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-map-container/form-field-map-container.component.ts +128 -0
  370. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.css +0 -0
  371. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.html +34 -0
  372. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +182 -0
  373. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.html +1 -1
  374. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-open-data/form-field-open-data.component.ts +18 -29
  375. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.html +11 -5
  376. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +107 -7
  377. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +15 -8
  378. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +11 -14
  379. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.html +5 -3
  380. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +11 -4
  381. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +20 -1
  382. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +212 -1
  383. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.css +4 -0
  384. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +31 -4
  385. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +43 -87
  386. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +4 -0
  387. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +16 -14
  388. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +17 -15
  389. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +106 -81
  390. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +45 -67
  391. package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -1
  392. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +32 -29
  393. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +9 -3
  394. package/src/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.html +1 -1
  395. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +2 -1
  396. package/src/libs/feature/editor/src/lib/fields.config.ts +45 -6
  397. package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +12 -0
  398. package/src/libs/feature/editor/src/lib/services/editor.service.ts +7 -0
  399. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +3 -0
  400. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +12 -8
  401. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -0
  402. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +1 -1
  403. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +10 -7
  404. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +1 -1
  405. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +5 -0
  406. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +1 -1
  407. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +6 -1
  408. package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -15
  409. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +24 -1
  410. package/src/libs/feature/map/src/lib/map-context/map-context.fixtures.ts +26 -22
  411. package/src/libs/feature/map/src/lib/style/map-style.fixtures.ts +29 -27
  412. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +3 -3
  413. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +2 -2
  414. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +2 -2
  415. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +5 -1
  416. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.html +1 -0
  417. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +1 -0
  418. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +10 -1
  419. package/src/libs/feature/search/src/lib/state/fixtures/search-state.fixtures.ts +2 -2
  420. package/src/libs/ui/dataviz/src/lib/chart/chart.fixtures.ts +2 -2
  421. package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +2 -2
  422. package/src/libs/ui/elements/src/index.ts +1 -1
  423. package/src/libs/ui/elements/src/lib/download-item/download-item.component.ts +4 -4
  424. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +7 -7
  425. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +3 -3
  426. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +13 -20
  427. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -1
  428. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +5 -0
  429. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +2 -2
  430. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +6 -1
  431. package/src/libs/ui/inputs/src/index.ts +5 -0
  432. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.css +25 -18
  433. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +38 -24
  434. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +4 -1
  435. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +12 -3
  436. package/src/libs/ui/inputs/src/lib/badge/badge.component.ts +2 -1
  437. package/src/libs/ui/inputs/src/lib/button/button.component.ts +15 -1
  438. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +7 -2
  439. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +14 -6
  440. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +7 -1
  441. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.css +7 -2
  442. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.html +28 -23
  443. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +7 -1
  444. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +40 -26
  445. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.css +4 -0
  446. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +89 -0
  447. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +92 -0
  448. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +4 -0
  449. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +76 -68
  450. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +17 -14
  451. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +4 -3
  452. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +0 -1
  453. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
  454. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +3 -2
  455. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +3 -28
  456. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +4 -3
  457. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +4 -16
  458. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +0 -3
  459. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.css +9 -0
  460. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +37 -0
  461. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +33 -0
  462. package/src/libs/ui/layout/src/index.ts +2 -0
  463. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +8 -3
  464. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +4 -3
  465. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.css +0 -0
  466. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.html +15 -0
  467. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +44 -0
  468. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +37 -0
  469. package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.ts +11 -18
  470. package/src/libs/ui/map/src/lib/ui-map.module.ts +1 -1
  471. package/src/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.ts +7 -6
  472. package/src/libs/ui/search/src/lib/results-table/results-table.component.html +9 -2
  473. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +5 -6
  474. package/src/libs/util/app-config/src/lib/fixtures.ts +9 -9
  475. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -3
  476. package/src/libs/util/shared/src/lib/links/link-utils.ts +6 -6
  477. package/src/libs/util/shared/src/lib/services/theme.service.ts +1 -0
  478. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +4 -1
  479. package/tailwind.base.config.js +1 -0
  480. package/tailwind.base.css +49 -6
  481. package/translations/de.json +42 -3
  482. package/translations/en.json +41 -2
  483. package/translations/es.json +39 -0
  484. package/translations/fr.json +45 -6
  485. package/translations/it.json +41 -2
  486. package/translations/nl.json +39 -0
  487. package/translations/pt.json +39 -0
  488. package/translations/sk.json +39 -0
  489. package/esm2022/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.mjs +0 -131
  490. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +0 -15
  491. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.mjs +0 -17
  492. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.mjs +0 -17
  493. package/esm2022/libs/ui/elements/src/lib/sortable-list/sortable-list.component.mjs +0 -47
  494. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts +0 -27
  495. package/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.d.ts.map +0 -1
  496. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +0 -8
  497. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +0 -1
  498. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts +0 -8
  499. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.d.ts.map +0 -1
  500. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts +0 -8
  501. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.d.ts.map +0 -1
  502. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts +0 -22
  503. package/libs/ui/elements/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  504. package/src/libs/common/fixtures/src/lib/ol-feature.fixture.ts +0 -7
  505. package/src/libs/common/fixtures/src/lib/utils/freeze.ts +0 -10
  506. package/src/libs/common/fixtures/src/lib/utils/index.ts +0 -1
  507. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +0 -9
  508. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +0 -161
  509. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +0 -4
  510. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +0 -15
  511. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.html +0 -7
  512. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.ts +0 -16
  513. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.html +0 -13
  514. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.ts +0 -16
  515. package/src/libs/ui/elements/src/lib/sortable-list/sortable-list.component.html +0 -38
  516. /package/src/libs/feature/editor/src/lib/components/{overview-upload/overview-upload.component.css → generic-keywords/generic-keywords.component.css} +0 -0
  517. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css → import-record/import-record.component.css} +0 -0
  518. /package/src/libs/feature/editor/src/lib/components/{record-form/form-field/form-field-temporal-extents/form-field-temporal-extents-date/form-field-temporal-extents-date.component.css → online-resource-card/online-resource-card.component.css} +0 -0
  519. /package/src/libs/feature/editor/src/lib/components/record-form/form-field/{form-field-temporal-extents/form-field-temporal-extents-range/form-field-temporal-extents-range.component.css → form-field-date-updated/form-field-date-updated.component.css} +0 -0
  520. /package/src/libs/ui/{elements → layout}/src/lib/sortable-list/sortable-list.component.css +0 -0
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "Diskussion",
25
25
  "dashboard.catalog.thesaurus": "Thesaurus",
26
26
  "dashboard.createRecord": "Neuer Eintrag",
27
+ "dashboard.importRecord": "",
28
+ "dashboard.importRecord.importExternal": "",
29
+ "dashboard.importRecord.importExternalLabel": "",
30
+ "dashboard.importRecord.useModel": "",
27
31
  "dashboard.labels.catalog": "Katalog",
28
32
  "dashboard.labels.mySpace": "Mein Bereich",
29
33
  "dashboard.records.all": "Katalog",
@@ -186,6 +190,8 @@
186
190
  "downloads.format.unknown": "unbekannt",
187
191
  "downloads.wfs.featuretype.not.found": "Der Layer wurde nicht gefunden",
188
192
  "dropFile": "Datei ablegen",
193
+ "editor.form.keywords.placeholder": "",
194
+ "editor.form.placeKeywordWithoutExtent": "",
189
195
  "editor.record.delete.confirmation.cancelText": "Stornieren",
190
196
  "editor.record.delete.confirmation.confirmText": "Löschen",
191
197
  "editor.record.delete.confirmation.message": "Sind Sie sicher, dass Sie diesen Datensatz löschen möchten?",
@@ -198,18 +204,27 @@
198
204
  "editor.record.form.bottomButtons.comeBackLater": "",
199
205
  "editor.record.form.bottomButtons.next": "",
200
206
  "editor.record.form.bottomButtons.previous": "",
207
+ "editor.record.form.classification.opendata": "",
201
208
  "editor.record.form.field.abstract": "Kurzbeschreibung",
202
209
  "editor.record.form.field.contactsForResource.noContact": "",
203
210
  "editor.record.form.field.keywords": "Schlagwörter",
204
211
  "editor.record.form.field.license": "Lizenz",
212
+ "editor.record.form.field.onlineLinkResources": "",
213
+ "editor.record.form.field.onlineResource.cancel": "",
214
+ "editor.record.form.field.onlineResource.confirm": "",
215
+ "editor.record.form.field.onlineResource.dialogTitle": "",
216
+ "editor.record.form.field.onlineResource.edit.description": "",
217
+ "editor.record.form.field.onlineResource.edit.title": "",
218
+ "editor.record.form.field.onlineResource.fileSize": "",
219
+ "editor.record.form.field.onlineResource.modify": "",
205
220
  "editor.record.form.field.overviews": "",
206
221
  "editor.record.form.field.recordUpdated": "Datensatz zuletzt aktualisiert",
207
222
  "editor.record.form.field.resourceUpdated": "Letztes Aktualisierungsdatum",
223
+ "editor.record.form.field.spatialExtents": "",
208
224
  "editor.record.form.field.temporalExtents": "Zeitlicher Umfang",
209
225
  "editor.record.form.field.title": "Metadaten-Titel",
210
226
  "editor.record.form.field.uniqueIdentifier": "Eindeutige Kennung (ID)",
211
227
  "editor.record.form.field.updateFrequency": "Aktualisierungshäufigkeit",
212
- "editor.record.form.classification.opendata": "",
213
228
  "editor.record.form.license.cc-by": "Creative Commons CC-BY",
214
229
  "editor.record.form.license.cc-by-sa": "Creative Commons CC-BY-SA",
215
230
  "editor.record.form.license.cc-zero": "Creative Commons CC-0",
@@ -240,18 +255,35 @@
240
255
  "editor.record.form.temporalExtents.date": "Datum",
241
256
  "editor.record.form.temporalExtents.range": "Datumsbereich",
242
257
  "editor.record.form.updateFrequency.planned": "Die Daten sollten regelmäßig aktualisiert werden.",
258
+ "editor.record.importFromExternalFile.failure.body": "",
259
+ "editor.record.importFromExternalFile.failure.title": "",
260
+ "editor.record.importFromExternalFile.success.body": "",
261
+ "editor.record.importFromExternalFile.success.title": "",
243
262
  "editor.record.loadError.body": "Der Datensatz konnte nicht geladen werden:",
244
263
  "editor.record.loadError.closeMessage": "Verstanden",
245
264
  "editor.record.loadError.title": "Fehler beim Laden des Datensatzes",
265
+ "editor.record.onlineResourceError.body": "",
266
+ "editor.record.onlineResourceError.closeMessage": "",
267
+ "editor.record.onlineResourceError.title": "",
268
+ "editor.record.placeKeywordWithoutLabel": "",
246
269
  "editor.record.publish": "Diesen Datensatz veröffentlichen",
247
270
  "editor.record.publishError.body": "Der Datensatz konnte nicht veröffentlicht werden:",
248
271
  "editor.record.publishError.closeMessage": "Verstanden",
249
272
  "editor.record.publishError.title": "Fehler beim Veröffentlichen des Datensatzes",
250
273
  "editor.record.publishSuccess.body": "Der Datensatz wurde erfolgreich veröffentlicht!",
251
274
  "editor.record.publishSuccess.title": "Veröffentlichung erfolgreich",
275
+ "editor.record.resourceError.body": "",
276
+ "editor.record.resourceError.closeMessage": "",
277
+ "editor.record.resourceError.title": "",
252
278
  "editor.record.saveStatus.asDraftOnly": "Nur als Entwurf gespeichert - noch nicht veröffentlicht",
253
279
  "editor.record.saveStatus.draftWithChangesPending": "Als Entwurf gespeichert - Änderungen stehen aus",
254
280
  "editor.record.saveStatus.recordUpToDate": "Datensatz ist auf dem neuesten Stand",
281
+ "editor.record.undo.confirmation.cancelText": "",
282
+ "editor.record.undo.confirmation.confirmText": "",
283
+ "editor.record.undo.confirmation.message": "",
284
+ "editor.record.undo.confirmation.title": "",
285
+ "editor.record.undo.tooltip.disabled": "",
286
+ "editor.record.undo.tooltip.enabled": "",
255
287
  "editor.record.upToDate": "Dieser Datensatz ist auf dem neuesten Stand",
256
288
  "editor.sidebar.menu.editor": "",
257
289
  "externalviewer.dataset.unnamed": "Datensatz aus dem Datahub",
@@ -267,6 +299,11 @@
267
299
  "facets.block.title.tag.default": "Stichwort",
268
300
  "facets.block.title.th_regions_tree.default": "Regionen",
269
301
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Anmelden</a>, um auf diese Funktion zuzugreifen</div>",
302
+ "input.file.dropFileLabel": "",
303
+ "input.file.orInputUrl": "",
304
+ "input.file.selectFileLabel": "",
305
+ "input.file.uploadProgressCancel": "",
306
+ "input.file.uploadProgressLabel": "",
270
307
  "input.image.altTextPlaceholder": "",
271
308
  "input.image.delete": "",
272
309
  "input.image.displayAltTextInput": "",
@@ -348,7 +385,7 @@
348
385
  "record.metadata.api.form.reset": "Zurücksetzen",
349
386
  "record.metadata.api.form.title": "Benutzerdefinierte URL generieren",
350
387
  "record.metadata.api.form.type": "Ausgabeformat",
351
- "record.metadata.author": "Autor",
388
+ "record.metadata.author": "Bearbeitet von",
352
389
  "record.metadata.catalog": "Katalog",
353
390
  "record.metadata.contact": "Kontakt",
354
391
  "record.metadata.creation": "Erstellungsdatum",
@@ -387,6 +424,8 @@
387
424
  "record.metadata.related": "Ähnliche Datensätze",
388
425
  "record.metadata.sheet": "Weitere Informationen verfügbar unter:",
389
426
  "record.metadata.status": "Status",
427
+ "record.metadata.status.notPublished": "",
428
+ "record.metadata.status.published": "",
390
429
  "record.metadata.technical": "Technische Informationen",
391
430
  "record.metadata.temporalExtent": "Zeitlicher Umfang",
392
431
  "record.metadata.temporalExtent.fromDateToDate": "Von {start} bis {end}",
@@ -397,7 +436,7 @@
397
436
  "record.metadata.type": "Geographischer Datensatz",
398
437
  "record.metadata.uniqueId": "Eindeutige Kennung",
399
438
  "record.metadata.updateFrequency": "Aktualisierungsfrequenz der Daten",
400
- "record.metadata.updatedOn": "Letzte Aktualisierung der Dateninformationen",
439
+ "record.metadata.updatedOn": "Geändert am",
401
440
  "record.metadata.usage": "Nutzung und Einschränkungen",
402
441
  "record.metadata.userFeedbacks": "",
403
442
  "record.metadata.userFeedbacks.anonymousUser": "",
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "Discussion",
25
25
  "dashboard.catalog.thesaurus": "Thesaurus",
26
26
  "dashboard.createRecord": "New record",
27
+ "dashboard.importRecord": "Import",
28
+ "dashboard.importRecord.importExternal": "Import an external file",
29
+ "dashboard.importRecord.importExternalLabel": "External file URL",
30
+ "dashboard.importRecord.useModel": "Use a model",
27
31
  "dashboard.labels.catalog": "Catalog",
28
32
  "dashboard.labels.mySpace": "My space",
29
33
  "dashboard.records.all": "Metadata records",
@@ -186,6 +190,8 @@
186
190
  "downloads.format.unknown": "unknown",
187
191
  "downloads.wfs.featuretype.not.found": "The layer was not found",
188
192
  "dropFile": "drop file",
193
+ "editor.form.keywords.placeholder": "Select a keyword",
194
+ "editor.form.placeKeywordWithoutExtent": "This keyword is not associated with a geographical extent",
189
195
  "editor.record.delete.confirmation.cancelText": "Cancel",
190
196
  "editor.record.delete.confirmation.confirmText": "Delete",
191
197
  "editor.record.delete.confirmation.message": "Are you sure you want to delete this record?",
@@ -203,9 +209,18 @@
203
209
  "editor.record.form.field.contactsForResource.noContact": "Please provide at least one point of contact responsible for the data.",
204
210
  "editor.record.form.field.keywords": "Keywords",
205
211
  "editor.record.form.field.license": "License",
212
+ "editor.record.form.field.onlineLinkResources": "Attached resources",
213
+ "editor.record.form.field.onlineResource.cancel": "Cancel",
214
+ "editor.record.form.field.onlineResource.confirm": "Confirm",
215
+ "editor.record.form.field.onlineResource.dialogTitle": "Modify the resource preview",
216
+ "editor.record.form.field.onlineResource.edit.description": "Description",
217
+ "editor.record.form.field.onlineResource.edit.title": "Title",
218
+ "editor.record.form.field.onlineResource.fileSize": "{sizeMB}MB",
219
+ "editor.record.form.field.onlineResource.modify": "Modify",
206
220
  "editor.record.form.field.overviews": "Overviews",
207
221
  "editor.record.form.field.recordUpdated": "Record Updated",
208
222
  "editor.record.form.field.resourceUpdated": "Resource Updated",
223
+ "editor.record.form.field.spatialExtents": "Spatial extents",
209
224
  "editor.record.form.field.temporalExtents": "Temporal extents",
210
225
  "editor.record.form.field.title": "Metadata title",
211
226
  "editor.record.form.field.uniqueIdentifier": "Unique identifier",
@@ -240,18 +255,35 @@
240
255
  "editor.record.form.temporalExtents.date": "Date",
241
256
  "editor.record.form.temporalExtents.range": "Date range",
242
257
  "editor.record.form.updateFrequency.planned": "The data should be updated regularly.",
258
+ "editor.record.importFromExternalFile.failure.body": "Failure",
259
+ "editor.record.importFromExternalFile.failure.title": "The import of the record has failed: ",
260
+ "editor.record.importFromExternalFile.success.body": "Import succesful",
261
+ "editor.record.importFromExternalFile.success.title": "The record has been succefuly imported.",
243
262
  "editor.record.loadError.body": "The record could not be loaded:",
244
263
  "editor.record.loadError.closeMessage": "Understood",
245
264
  "editor.record.loadError.title": "Error loading record",
265
+ "editor.record.onlineResourceError.body": "An error happened while adding the resource:",
266
+ "editor.record.onlineResourceError.closeMessage": "Understood",
267
+ "editor.record.onlineResourceError.title": "Error adding resource",
268
+ "editor.record.placeKeywordWithoutLabel": "Unnamed location",
246
269
  "editor.record.publish": "Publish this record",
247
270
  "editor.record.publishError.body": "The record could not be published:",
248
271
  "editor.record.publishError.closeMessage": "Understood",
249
272
  "editor.record.publishError.title": "Error publishing record",
250
273
  "editor.record.publishSuccess.body": "The record was successfully published!",
251
274
  "editor.record.publishSuccess.title": "Publish success",
275
+ "editor.record.resourceError.body": "There was an issue with the record attachments:",
276
+ "editor.record.resourceError.closeMessage": "Understood",
277
+ "editor.record.resourceError.title": "Error with the record attachments",
252
278
  "editor.record.saveStatus.asDraftOnly": "Saved as draft only - not published yet",
253
279
  "editor.record.saveStatus.draftWithChangesPending": "Saved as draft - changes are pending",
254
280
  "editor.record.saveStatus.recordUpToDate": "Record is up to date",
281
+ "editor.record.undo.confirmation.cancelText": "Keep the changes",
282
+ "editor.record.undo.confirmation.confirmText": "Discard the changes",
283
+ "editor.record.undo.confirmation.message": "Are you sure you want to cancel the pending changes on this record?",
284
+ "editor.record.undo.confirmation.title": "Cancel changes?",
285
+ "editor.record.undo.tooltip.disabled": "There is no pending changes on this record",
286
+ "editor.record.undo.tooltip.enabled": "Clicking this button will cancel the pending changes on this record.",
255
287
  "editor.record.upToDate": "This record is up to date",
256
288
  "editor.sidebar.menu.editor": "Editor",
257
289
  "externalviewer.dataset.unnamed": "Datahub layer",
@@ -267,6 +299,11 @@
267
299
  "facets.block.title.tag.default": "Tag",
268
300
  "facets.block.title.th_regions_tree.default": "Regions",
269
301
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> to access this feature</div>",
302
+ "input.file.dropFileLabel": "or drop it here",
303
+ "input.file.orInputUrl": "or",
304
+ "input.file.selectFileLabel": "Select a file ({sizeMB} MB max.)",
305
+ "input.file.uploadProgressCancel": "Cancel",
306
+ "input.file.uploadProgressLabel": "Uploading in progress...",
270
307
  "input.image.altTextPlaceholder": "Image alternate text",
271
308
  "input.image.delete": "Delete",
272
309
  "input.image.displayAltTextInput": "Alternate text",
@@ -348,7 +385,7 @@
348
385
  "record.metadata.api.form.reset": "Reset",
349
386
  "record.metadata.api.form.title": "Generate a custom URL",
350
387
  "record.metadata.api.form.type": "Output format",
351
- "record.metadata.author": "Author",
388
+ "record.metadata.author": "Edited by",
352
389
  "record.metadata.catalog": "Catalog",
353
390
  "record.metadata.contact": "Contact",
354
391
  "record.metadata.creation": "Date of creation",
@@ -387,6 +424,8 @@
387
424
  "record.metadata.related": "Related records",
388
425
  "record.metadata.sheet": "Original metadata",
389
426
  "record.metadata.status": "Status",
427
+ "record.metadata.status.notPublished": "Not published",
428
+ "record.metadata.status.published": "Published",
390
429
  "record.metadata.technical": "Technical information",
391
430
  "record.metadata.temporalExtent": "Temporal extent",
392
431
  "record.metadata.temporalExtent.fromDateToDate": "From { start } to { end }",
@@ -397,7 +436,7 @@
397
436
  "record.metadata.type": "Geographical dataset",
398
437
  "record.metadata.uniqueId": "Unique Identifier",
399
438
  "record.metadata.updateFrequency": "Data Update Frequency",
400
- "record.metadata.updatedOn": "Last Data Information Update",
439
+ "record.metadata.updatedOn": "Updated on",
401
440
  "record.metadata.usage": "License and Conditions",
402
441
  "record.metadata.userFeedbacks": "Questions / Answers",
403
442
  "record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "",
25
25
  "dashboard.catalog.thesaurus": "",
26
26
  "dashboard.createRecord": "",
27
+ "dashboard.importRecord": "",
28
+ "dashboard.importRecord.importExternal": "",
29
+ "dashboard.importRecord.importExternalLabel": "",
30
+ "dashboard.importRecord.useModel": "",
27
31
  "dashboard.labels.catalog": "Catálogo",
28
32
  "dashboard.labels.mySpace": "Mi espacio",
29
33
  "dashboard.records.all": "Catálogo",
@@ -186,6 +190,8 @@
186
190
  "downloads.format.unknown": "",
187
191
  "downloads.wfs.featuretype.not.found": "",
188
192
  "dropFile": "",
193
+ "editor.form.keywords.placeholder": "",
194
+ "editor.form.placeKeywordWithoutExtent": "",
189
195
  "editor.record.delete.confirmation.cancelText": "",
190
196
  "editor.record.delete.confirmation.confirmText": "",
191
197
  "editor.record.delete.confirmation.message": "",
@@ -203,9 +209,18 @@
203
209
  "editor.record.form.field.contactsForResource.noContact": "",
204
210
  "editor.record.form.field.keywords": "",
205
211
  "editor.record.form.field.license": "",
212
+ "editor.record.form.field.onlineLinkResources": "",
213
+ "editor.record.form.field.onlineResource.cancel": "",
214
+ "editor.record.form.field.onlineResource.confirm": "",
215
+ "editor.record.form.field.onlineResource.dialogTitle": "",
216
+ "editor.record.form.field.onlineResource.edit.description": "",
217
+ "editor.record.form.field.onlineResource.edit.title": "",
218
+ "editor.record.form.field.onlineResource.fileSize": "",
219
+ "editor.record.form.field.onlineResource.modify": "",
206
220
  "editor.record.form.field.overviews": "",
207
221
  "editor.record.form.field.recordUpdated": "",
208
222
  "editor.record.form.field.resourceUpdated": "",
223
+ "editor.record.form.field.spatialExtents": "",
209
224
  "editor.record.form.field.temporalExtents": "",
210
225
  "editor.record.form.field.title": "",
211
226
  "editor.record.form.field.uniqueIdentifier": "",
@@ -240,18 +255,35 @@
240
255
  "editor.record.form.temporalExtents.date": "",
241
256
  "editor.record.form.temporalExtents.range": "",
242
257
  "editor.record.form.updateFrequency.planned": "",
258
+ "editor.record.importFromExternalFile.failure.body": "",
259
+ "editor.record.importFromExternalFile.failure.title": "",
260
+ "editor.record.importFromExternalFile.success.body": "",
261
+ "editor.record.importFromExternalFile.success.title": "",
243
262
  "editor.record.loadError.body": "",
244
263
  "editor.record.loadError.closeMessage": "",
245
264
  "editor.record.loadError.title": "",
265
+ "editor.record.onlineResourceError.body": "",
266
+ "editor.record.onlineResourceError.closeMessage": "",
267
+ "editor.record.onlineResourceError.title": "",
268
+ "editor.record.placeKeywordWithoutLabel": "",
246
269
  "editor.record.publish": "",
247
270
  "editor.record.publishError.body": "",
248
271
  "editor.record.publishError.closeMessage": "",
249
272
  "editor.record.publishError.title": "",
250
273
  "editor.record.publishSuccess.body": "",
251
274
  "editor.record.publishSuccess.title": "",
275
+ "editor.record.resourceError.body": "",
276
+ "editor.record.resourceError.closeMessage": "",
277
+ "editor.record.resourceError.title": "",
252
278
  "editor.record.saveStatus.asDraftOnly": "",
253
279
  "editor.record.saveStatus.draftWithChangesPending": "",
254
280
  "editor.record.saveStatus.recordUpToDate": "",
281
+ "editor.record.undo.confirmation.cancelText": "",
282
+ "editor.record.undo.confirmation.confirmText": "",
283
+ "editor.record.undo.confirmation.message": "",
284
+ "editor.record.undo.confirmation.title": "",
285
+ "editor.record.undo.tooltip.disabled": "",
286
+ "editor.record.undo.tooltip.enabled": "",
255
287
  "editor.record.upToDate": "",
256
288
  "editor.sidebar.menu.editor": "",
257
289
  "externalviewer.dataset.unnamed": "",
@@ -267,6 +299,11 @@
267
299
  "facets.block.title.tag.default": "",
268
300
  "facets.block.title.th_regions_tree.default": "",
269
301
  "favorite.not.authenticated.tooltip": "",
302
+ "input.file.dropFileLabel": "",
303
+ "input.file.orInputUrl": "",
304
+ "input.file.selectFileLabel": "",
305
+ "input.file.uploadProgressCancel": "",
306
+ "input.file.uploadProgressLabel": "",
270
307
  "input.image.altTextPlaceholder": "",
271
308
  "input.image.delete": "",
272
309
  "input.image.displayAltTextInput": "",
@@ -387,6 +424,8 @@
387
424
  "record.metadata.related": "",
388
425
  "record.metadata.sheet": "",
389
426
  "record.metadata.status": "",
427
+ "record.metadata.status.notPublished": "",
428
+ "record.metadata.status.published": "",
390
429
  "record.metadata.technical": "",
391
430
  "record.metadata.temporalExtent": "",
392
431
  "record.metadata.temporalExtent.fromDateToDate": "",
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "Discussions",
25
25
  "dashboard.catalog.thesaurus": "Thesaurus",
26
26
  "dashboard.createRecord": "Nouvel enregistrement",
27
+ "dashboard.importRecord": "Importer",
28
+ "dashboard.importRecord.importExternal": "Importer une fiche externe",
29
+ "dashboard.importRecord.importExternalLabel": "URL de la fiche externe",
30
+ "dashboard.importRecord.useModel": "Utiliser un modele",
27
31
  "dashboard.labels.catalog": "Catalogue",
28
32
  "dashboard.labels.mySpace": "Mon espace",
29
33
  "dashboard.records.all": "Catalogue",
@@ -186,10 +190,12 @@
186
190
  "downloads.format.unknown": "inconnu",
187
191
  "downloads.wfs.featuretype.not.found": "La couche n'a pas été retrouvée",
188
192
  "dropFile": "Faites glisser votre fichier",
193
+ "editor.form.keywords.placeholder": "Sélectionner un mot-clé",
194
+ "editor.form.placeKeywordWithoutExtent": "Ce mot-clé n'a pas de localisation géographique associée",
189
195
  "editor.record.delete.confirmation.cancelText": "Annuler",
190
196
  "editor.record.delete.confirmation.confirmText": "Supprimer",
191
197
  "editor.record.delete.confirmation.message": "Etes-vous sûr de vouloir supprimer cette fiche ?",
192
- "editor.record.delete.confirmation.title": "Supprimer la fiche",
198
+ "editor.record.delete.confirmation.title": "Supprimer la fiche ?",
193
199
  "editor.record.deleteError.body": "La fiche n'a pas pu être supprimée :",
194
200
  "editor.record.deleteError.closeMessage": "Compris",
195
201
  "editor.record.deleteError.title": "Erreur lors de la suppression",
@@ -203,11 +209,20 @@
203
209
  "editor.record.form.field.contactsForResource.noContact": "Veuillez renseigner au moins un point de contact responsable de la donnée.",
204
210
  "editor.record.form.field.keywords": "Mots-clés",
205
211
  "editor.record.form.field.license": "Licence",
212
+ "editor.record.form.field.onlineLinkResources": "Annexes",
213
+ "editor.record.form.field.onlineResource.cancel": "Annuler",
214
+ "editor.record.form.field.onlineResource.confirm": "Valider",
215
+ "editor.record.form.field.onlineResource.dialogTitle": "Modifier l'aperçu de la ressource",
216
+ "editor.record.form.field.onlineResource.edit.description": "Description",
217
+ "editor.record.form.field.onlineResource.edit.title": "Titre",
218
+ "editor.record.form.field.onlineResource.fileSize": "{sizeMB} Mo",
219
+ "editor.record.form.field.onlineResource.modify": "Modifier",
206
220
  "editor.record.form.field.overviews": "Aperçus",
207
221
  "editor.record.form.field.recordUpdated": "Date de dernière révision",
208
222
  "editor.record.form.field.resourceUpdated": "Date de dernière révision",
223
+ "editor.record.form.field.spatialExtents": "Étendue spatiale",
209
224
  "editor.record.form.field.temporalExtents": "Étendue temporelle",
210
- "editor.record.form.field.title": "",
225
+ "editor.record.form.field.title": "Titre",
211
226
  "editor.record.form.field.uniqueIdentifier": "Identifiant unique",
212
227
  "editor.record.form.field.updateFrequency": "Fréquence de mise à jour",
213
228
  "editor.record.form.license.cc-by": "",
@@ -240,18 +255,35 @@
240
255
  "editor.record.form.temporalExtents.date": "Date concernée",
241
256
  "editor.record.form.temporalExtents.range": "Période concernée",
242
257
  "editor.record.form.updateFrequency.planned": "Ces données doivent être mise à jour régulièrement.",
258
+ "editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import de la fiche: ",
259
+ "editor.record.importFromExternalFile.failure.title": "Erreur",
260
+ "editor.record.importFromExternalFile.success.body": "L'import de la fiche de metadonnée à été realisée avec succès.",
261
+ "editor.record.importFromExternalFile.success.title": "Import reussi",
243
262
  "editor.record.loadError.body": "La fiche n'a pas pu être chargée :",
244
263
  "editor.record.loadError.closeMessage": "Compris",
245
264
  "editor.record.loadError.title": "Erreur lors du chargement",
265
+ "editor.record.onlineResourceError.body": "Une erreur est survenue lors de l'ajout de la resource:",
266
+ "editor.record.onlineResourceError.closeMessage": "Compris",
267
+ "editor.record.onlineResourceError.title": "Erreur lors de l'ajout d'une ressource",
268
+ "editor.record.placeKeywordWithoutLabel": "Localisation sans nom",
246
269
  "editor.record.publish": "Publier cette fiche",
247
270
  "editor.record.publishError.body": "La fiche n'a pas pu être publiée :",
248
271
  "editor.record.publishError.closeMessage": "Compris",
249
272
  "editor.record.publishError.title": "Erreur lors de la publication",
250
273
  "editor.record.publishSuccess.body": "La fiche a bien été publiée !",
251
274
  "editor.record.publishSuccess.title": "Publication réussie",
275
+ "editor.record.resourceError.body": "Une erreur est survenue lors de la gestion des pièces jointes :",
276
+ "editor.record.resourceError.closeMessage": "Compris",
277
+ "editor.record.resourceError.title": "Erreur avec les pièces jointes",
252
278
  "editor.record.saveStatus.asDraftOnly": "Brouillon enregistré - fiche non publiée",
253
279
  "editor.record.saveStatus.draftWithChangesPending": "Brouillon enregistré - modifications en cours",
254
280
  "editor.record.saveStatus.recordUpToDate": "La fiche publiée est à jour",
281
+ "editor.record.undo.confirmation.cancelText": "Garder les modifications",
282
+ "editor.record.undo.confirmation.confirmText": "Retirer les modifications",
283
+ "editor.record.undo.confirmation.message": "Etes-vous sûr de vouloir annuler les modifications apportées à cette fiche ?",
284
+ "editor.record.undo.confirmation.title": "Annuler les modifications ?",
285
+ "editor.record.undo.tooltip.disabled": "Il n'y a pas de modifications en cours sur cette fiche",
286
+ "editor.record.undo.tooltip.enabled": "Cliquer sur ce bouton pour annuler les modifications apportées à cette fiche",
255
287
  "editor.record.upToDate": "",
256
288
  "editor.sidebar.menu.editor": "",
257
289
  "externalviewer.dataset.unnamed": "Couche du datahub",
@@ -267,12 +299,17 @@
267
299
  "facets.block.title.tag.default": "Tag",
268
300
  "facets.block.title.th_regions_tree.default": "Régions",
269
301
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Connectez-vous</a> pour avoir accès à cette fonctionnalité</div>",
302
+ "input.file.dropFileLabel": "ou glissez-le ici",
303
+ "input.file.orInputUrl": "ou",
304
+ "input.file.selectFileLabel": "Sélectionnez un fichier ({sizeMB} Mo max.)",
305
+ "input.file.uploadProgressCancel": "Annuler",
306
+ "input.file.uploadProgressLabel": "Chargement en cours...",
270
307
  "input.image.altTextPlaceholder": "Texte alternatif de l'image",
271
308
  "input.image.delete": "Supprimer",
272
309
  "input.image.displayAltTextInput": "Texte alternatif",
273
310
  "input.image.displayUrlInput": "Saisir une URL",
274
- "input.image.dropFileLabel": "ou la glisser ici",
275
- "input.image.selectFileLabel": "Sélectionner une image",
311
+ "input.image.dropFileLabel": "ou glissez-la ici",
312
+ "input.image.selectFileLabel": "Sélectionnez une image",
276
313
  "input.image.uploadErrorLabel": "L'image n'a pas pu être chargée",
277
314
  "input.image.uploadErrorRetry": "Réessayer",
278
315
  "input.image.uploadProgressCancel": "Annuler",
@@ -348,7 +385,7 @@
348
385
  "record.metadata.api.form.reset": "Réinitialiser",
349
386
  "record.metadata.api.form.title": "Générer une URL personnalisée",
350
387
  "record.metadata.api.form.type": "Format en sortie",
351
- "record.metadata.author": "Auteur",
388
+ "record.metadata.author": "Modifié par",
352
389
  "record.metadata.catalog": "Catalogue",
353
390
  "record.metadata.contact": "Contact",
354
391
  "record.metadata.creation": "Date de création",
@@ -387,6 +424,8 @@
387
424
  "record.metadata.related": "Voir aussi",
388
425
  "record.metadata.sheet": "Fiche de métadonnées d'origine",
389
426
  "record.metadata.status": "Statut",
427
+ "record.metadata.status.notPublished": "Non publié",
428
+ "record.metadata.status.published": "Publié",
390
429
  "record.metadata.technical": "Informations techniques",
391
430
  "record.metadata.temporalExtent": "Etendue temporelle",
392
431
  "record.metadata.temporalExtent.fromDateToDate": "Du { start } au { end }",
@@ -397,7 +436,7 @@
397
436
  "record.metadata.type": "Donnée géographique",
398
437
  "record.metadata.uniqueId": "Identificateur de ressource unique",
399
438
  "record.metadata.updateFrequency": "Fréquence de mise à jour des données",
400
- "record.metadata.updatedOn": "Dernière mise à jour des informations sur les données",
439
+ "record.metadata.updatedOn": "Modifié le",
401
440
  "record.metadata.usage": "Licences et conditions d'utilisation",
402
441
  "record.metadata.userFeedbacks": "Questions / Réponses",
403
442
  "record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
@@ -24,6 +24,10 @@
24
24
  "dashboard.catalog.discussion": "",
25
25
  "dashboard.catalog.thesaurus": "",
26
26
  "dashboard.createRecord": "Crea un record",
27
+ "dashboard.importRecord": "",
28
+ "dashboard.importRecord.importExternal": "",
29
+ "dashboard.importRecord.importExternalLabel": "",
30
+ "dashboard.importRecord.useModel": "",
27
31
  "dashboard.labels.catalog": "Catalogo",
28
32
  "dashboard.labels.mySpace": "Il mio spazio",
29
33
  "dashboard.records.all": "Catalogo",
@@ -186,6 +190,8 @@
186
190
  "downloads.format.unknown": "sconosciuto",
187
191
  "downloads.wfs.featuretype.not.found": "Il layer non è stato trovato",
188
192
  "dropFile": "Trascina il suo file",
193
+ "editor.form.keywords.placeholder": "",
194
+ "editor.form.placeKeywordWithoutExtent": "",
189
195
  "editor.record.delete.confirmation.cancelText": "",
190
196
  "editor.record.delete.confirmation.confirmText": "",
191
197
  "editor.record.delete.confirmation.message": "",
@@ -203,9 +209,18 @@
203
209
  "editor.record.form.field.contactsForResource.noContact": "",
204
210
  "editor.record.form.field.keywords": "",
205
211
  "editor.record.form.field.license": "Licenza",
212
+ "editor.record.form.field.onlineLinkResources": "",
213
+ "editor.record.form.field.onlineResource.cancel": "",
214
+ "editor.record.form.field.onlineResource.confirm": "",
215
+ "editor.record.form.field.onlineResource.dialogTitle": "",
216
+ "editor.record.form.field.onlineResource.edit.description": "",
217
+ "editor.record.form.field.onlineResource.edit.title": "",
218
+ "editor.record.form.field.onlineResource.fileSize": "",
219
+ "editor.record.form.field.onlineResource.modify": "",
206
220
  "editor.record.form.field.overviews": "",
207
221
  "editor.record.form.field.recordUpdated": "",
208
222
  "editor.record.form.field.resourceUpdated": "",
223
+ "editor.record.form.field.spatialExtents": "",
209
224
  "editor.record.form.field.temporalExtents": "",
210
225
  "editor.record.form.field.title": "",
211
226
  "editor.record.form.field.uniqueIdentifier": "",
@@ -240,18 +255,35 @@
240
255
  "editor.record.form.temporalExtents.date": "",
241
256
  "editor.record.form.temporalExtents.range": "",
242
257
  "editor.record.form.updateFrequency.planned": "",
258
+ "editor.record.importFromExternalFile.failure.body": "",
259
+ "editor.record.importFromExternalFile.failure.title": "",
260
+ "editor.record.importFromExternalFile.success.body": "",
261
+ "editor.record.importFromExternalFile.success.title": "",
243
262
  "editor.record.loadError.body": "",
244
263
  "editor.record.loadError.closeMessage": "",
245
264
  "editor.record.loadError.title": "",
265
+ "editor.record.onlineResourceError.body": "",
266
+ "editor.record.onlineResourceError.closeMessage": "",
267
+ "editor.record.onlineResourceError.title": "",
268
+ "editor.record.placeKeywordWithoutLabel": "",
246
269
  "editor.record.publish": "",
247
270
  "editor.record.publishError.body": "",
248
271
  "editor.record.publishError.closeMessage": "",
249
272
  "editor.record.publishError.title": "",
250
273
  "editor.record.publishSuccess.body": "",
251
274
  "editor.record.publishSuccess.title": "",
275
+ "editor.record.resourceError.body": "",
276
+ "editor.record.resourceError.closeMessage": "",
277
+ "editor.record.resourceError.title": "",
252
278
  "editor.record.saveStatus.asDraftOnly": "",
253
279
  "editor.record.saveStatus.draftWithChangesPending": "",
254
280
  "editor.record.saveStatus.recordUpToDate": "",
281
+ "editor.record.undo.confirmation.cancelText": "",
282
+ "editor.record.undo.confirmation.confirmText": "",
283
+ "editor.record.undo.confirmation.message": "",
284
+ "editor.record.undo.confirmation.title": "",
285
+ "editor.record.undo.tooltip.disabled": "",
286
+ "editor.record.undo.tooltip.enabled": "",
255
287
  "editor.record.upToDate": "",
256
288
  "editor.sidebar.menu.editor": "",
257
289
  "externalviewer.dataset.unnamed": "Layer del datahub",
@@ -267,6 +299,11 @@
267
299
  "facets.block.title.tag.default": "Tag",
268
300
  "facets.block.title.th_regions_tree.default": "Regioni",
269
301
  "favorite.not.authenticated.tooltip": "<div><a href=' {link} '>Login</a> per accedere a questa funzionalità</div>",
302
+ "input.file.dropFileLabel": "",
303
+ "input.file.orInputUrl": "",
304
+ "input.file.selectFileLabel": "",
305
+ "input.file.uploadProgressCancel": "",
306
+ "input.file.uploadProgressLabel": "",
270
307
  "input.image.altTextPlaceholder": "",
271
308
  "input.image.delete": "",
272
309
  "input.image.displayAltTextInput": "",
@@ -348,7 +385,7 @@
348
385
  "record.metadata.api.form.reset": "Reset",
349
386
  "record.metadata.api.form.title": "Genera un URL personalizzata",
350
387
  "record.metadata.api.form.type": "Formato in uscita",
351
- "record.metadata.author": "Autore",
388
+ "record.metadata.author": "Modificato da",
352
389
  "record.metadata.catalog": "Catalogo",
353
390
  "record.metadata.contact": "Contatto",
354
391
  "record.metadata.creation": "Data di creazione",
@@ -387,6 +424,8 @@
387
424
  "record.metadata.related": "Vedi anche",
388
425
  "record.metadata.sheet": "Origine del metadata",
389
426
  "record.metadata.status": "Stato",
427
+ "record.metadata.status.notPublished": "",
428
+ "record.metadata.status.published": "",
390
429
  "record.metadata.technical": "Informazioni tecniche",
391
430
  "record.metadata.temporalExtent": "Periodo di tempo",
392
431
  "record.metadata.temporalExtent.fromDateToDate": "Da {start} a {end}",
@@ -397,7 +436,7 @@
397
436
  "record.metadata.type": "Dati geografici",
398
437
  "record.metadata.uniqueId": "Identificatore unico di risorsa",
399
438
  "record.metadata.updateFrequency": "Frequenza di aggiornamento dei dati",
400
- "record.metadata.updatedOn": "Ultimo aggiornamento delle informazioni sui dati",
439
+ "record.metadata.updatedOn": "Modificato il",
401
440
  "record.metadata.usage": "Licenze e limiti di utilizzo",
402
441
  "record.metadata.userFeedbacks": "",
403
442
  "record.metadata.userFeedbacks.anonymousUser": "",