geonetwork-ui 2.3.0-dev.28c8df17 → 2.3.0-dev.2b8cc035

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 (508) hide show
  1. package/esm2022/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/index.mjs +5 -5
  3. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +14 -0
  4. package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +15 -0
  5. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +3 -3
  6. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +52 -0
  7. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +8 -4
  8. package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +4 -0
  9. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +2 -0
  10. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +123 -0
  11. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +116 -0
  12. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +138 -0
  13. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +2 -0
  14. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +242 -0
  15. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +58 -62
  16. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +18 -0
  17. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +14 -0
  18. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +48 -0
  19. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +18 -0
  20. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +64 -0
  21. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +75 -58
  22. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +76 -14
  23. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +1 -1
  24. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +12 -1
  25. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +4 -4
  26. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +36 -3
  27. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +19 -7
  28. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +2 -1
  29. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  30. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +2 -0
  31. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +2 -0
  32. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  33. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +35 -7
  34. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +1 -2
  35. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +2 -2
  36. package/esm2022/libs/feature/editor/src/index.mjs +2 -2
  37. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +6 -2
  38. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +11 -0
  39. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +28 -0
  40. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +64 -0
  41. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +11 -0
  42. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +15 -0
  43. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +45 -0
  44. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +50 -0
  45. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +11 -0
  46. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +11 -0
  47. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +121 -0
  48. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +2 -0
  49. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +10 -0
  50. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +29 -0
  51. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  52. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -10
  53. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +16 -1
  54. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +1 -1
  55. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +8 -8
  56. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +6 -2
  57. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +3 -3
  58. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +72 -0
  59. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  60. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  61. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +7 -3
  62. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +12 -7
  63. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +2 -1
  64. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +52 -25
  65. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +12 -49
  66. package/esm2022/libs/feature/notifications/src/index.mjs +4 -0
  67. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +18 -0
  68. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +2 -0
  69. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +49 -0
  70. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +29 -0
  71. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  72. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +6 -2
  73. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  74. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  75. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +22 -7
  76. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +52 -17
  77. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  78. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  79. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +3 -3
  80. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +3 -3
  81. package/esm2022/libs/ui/elements/src/index.mjs +15 -15
  82. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +5 -5
  83. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +45 -0
  84. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
  85. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +34 -0
  86. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +34 -7
  87. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -3
  88. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +14 -5
  89. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  90. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +62 -0
  91. package/esm2022/libs/ui/inputs/src/index.mjs +15 -16
  92. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -1
  93. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +22 -0
  94. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +7 -5
  95. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +17 -8
  96. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
  97. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
  98. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  99. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +19 -3
  100. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +18 -29
  101. package/esm2022/libs/ui/layout/src/index.mjs +6 -5
  102. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +18 -0
  103. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +22 -1
  104. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
  105. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
  106. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -6
  107. package/esm2022/translations/de.json +46 -0
  108. package/esm2022/translations/en.json +46 -0
  109. package/esm2022/translations/es.json +46 -0
  110. package/esm2022/translations/fr.json +46 -0
  111. package/esm2022/translations/it.json +46 -0
  112. package/esm2022/translations/nl.json +46 -0
  113. package/esm2022/translations/pt.json +46 -0
  114. package/fesm2022/geonetwork-ui.mjs +5228 -3277
  115. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  116. package/index.d.ts +1 -0
  117. package/index.d.ts.map +1 -1
  118. package/index.ts +1 -0
  119. package/libs/api/metadata-converter/src/index.d.ts +4 -4
  120. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  121. package/libs/api/metadata-converter/src/lib/{metadata-base.mapper.d.ts → base.converter.d.ts} +3 -3
  122. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -0
  123. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +3 -0
  124. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +1 -0
  125. package/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.d.ts → gn4.converter.d.ts} +5 -5
  126. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +1 -0
  127. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  128. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +4 -0
  129. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +1 -0
  130. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +2 -0
  131. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +1 -0
  132. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +9 -0
  133. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +1 -0
  134. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +20 -0
  135. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -0
  136. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +21 -0
  137. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -0
  138. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +2 -0
  139. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +1 -0
  140. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +11 -0
  141. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -0
  142. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +34 -6
  143. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  144. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +8 -0
  145. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +1 -0
  146. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -0
  147. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +1 -0
  148. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +1 -0
  149. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +1 -0
  150. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +39 -3
  151. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  152. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +14 -1
  153. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
  154. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  155. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  156. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  157. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  158. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +2 -2
  159. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  160. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  161. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  162. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  163. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  164. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  165. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  166. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +6 -4
  167. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  168. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  169. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  170. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  171. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  172. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  173. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  174. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
  175. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  176. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
  177. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
  178. package/libs/feature/editor/src/index.d.ts +1 -1
  179. package/libs/feature/editor/src/index.d.ts.map +1 -1
  180. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +8 -5
  181. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  182. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.d.ts +1 -1
  183. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +1 -0
  184. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.d.ts +1 -1
  185. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +1 -0
  186. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +39 -0
  187. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -0
  188. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.d.ts +1 -1
  189. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +1 -0
  190. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +8 -0
  191. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts.map +1 -0
  192. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +16 -0
  193. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -0
  194. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.d.ts +2 -2
  195. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -0
  196. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +1 -1
  197. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +1 -0
  198. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts +1 -1
  199. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +1 -0
  200. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.d.ts +12 -4
  201. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -0
  202. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +1 -0
  203. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -0
  204. package/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.d.ts +3 -3
  205. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -0
  206. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +1 -1
  207. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  208. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  209. package/libs/feature/editor/src/lib/models/fields.model.d.ts +1 -1
  210. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  211. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
  212. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +23 -0
  213. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -0
  214. package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -1
  215. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  216. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +2 -0
  217. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  218. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +10 -5
  219. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  220. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  221. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +2 -3
  222. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  223. package/libs/feature/notifications/src/index.d.ts +4 -0
  224. package/libs/feature/notifications/src/index.d.ts.map +1 -0
  225. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +7 -0
  226. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +1 -0
  227. package/libs/feature/notifications/src/lib/notification.model.d.ts +7 -0
  228. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +1 -0
  229. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +12 -0
  230. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +1 -0
  231. package/libs/feature/notifications/src/lib/notifications.service.d.ts +15 -0
  232. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -0
  233. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  234. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  235. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  236. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  237. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  238. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  239. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +14 -4
  240. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  241. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  242. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  243. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  244. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  245. package/libs/ui/elements/src/index.d.ts +14 -14
  246. package/libs/ui/elements/src/index.d.ts.map +1 -1
  247. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  248. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +13 -0
  249. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -0
  250. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +13 -0
  251. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -0
  252. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +4 -2
  253. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  254. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +1 -1
  255. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  256. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +10 -8
  257. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  258. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  259. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  260. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +22 -0
  261. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  262. package/libs/ui/inputs/src/index.d.ts +14 -15
  263. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  264. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  265. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +9 -0
  266. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -0
  267. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +1 -1
  268. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  269. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +1 -1
  270. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  271. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
  272. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
  273. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
  274. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
  275. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  276. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  277. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +4 -1
  278. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  279. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -42
  280. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  281. package/libs/ui/layout/src/index.d.ts +5 -4
  282. package/libs/ui/layout/src/index.d.ts.map +1 -1
  283. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +8 -0
  284. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -0
  285. package/libs/util/shared/src/lib/links/link-utils.d.ts +18 -0
  286. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  287. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
  288. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
  289. package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
  290. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
  291. package/libs/util/shared/src/lib/utils/index.d.ts +7 -5
  292. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  293. package/package.json +2 -2
  294. package/src/libs/api/metadata-converter/src/index.ts +4 -4
  295. package/src/libs/api/metadata-converter/src/lib/{metadata-base.mapper.ts → base.converter.ts} +2 -2
  296. package/src/libs/api/metadata-converter/src/lib/find-converter.ts +16 -0
  297. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +32 -5
  298. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +11 -4
  299. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +33 -7
  300. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +580 -0
  301. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +2 -2
  302. package/src/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.ts → gn4.converter.ts} +2 -2
  303. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +9 -3
  304. package/src/libs/api/metadata-converter/src/lib/gn4/index.ts +3 -0
  305. package/src/libs/api/metadata-converter/src/lib/iso19115-3/index.ts +1 -0
  306. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +176 -0
  307. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +329 -0
  308. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +513 -0
  309. package/src/libs/api/metadata-converter/src/lib/iso19139/index.ts +1 -0
  310. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +327 -0
  311. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +121 -82
  312. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.ts +20 -0
  313. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +175 -95
  314. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +84 -16
  315. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  316. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  317. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +2 -2
  318. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  319. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +34 -7
  320. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  321. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +9 -4
  322. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  323. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  324. package/src/libs/common/fixtures/src/index.ts +8 -6
  325. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +3 -3
  326. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  327. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
  328. package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
  329. package/src/libs/data-access/gn4/src/spec.yaml +1 -1
  330. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +1 -1
  331. package/src/libs/feature/editor/src/index.ts +1 -1
  332. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +8 -1
  333. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
  334. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
  335. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.ts +1 -0
  336. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.ts +4 -1
  337. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +8 -0
  338. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +64 -0
  339. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.ts +1 -0
  340. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +4 -0
  341. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +15 -0
  342. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +20 -0
  343. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +44 -0
  344. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.ts +4 -1
  345. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +1 -0
  346. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css +0 -0
  347. package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts +1 -0
  348. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -0
  349. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +92 -0
  350. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +137 -0
  351. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -0
  352. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.html +1 -0
  353. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.ts +4 -4
  354. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +9 -9
  355. package/src/libs/feature/editor/src/lib/fields.config.ts +15 -0
  356. package/src/libs/feature/editor/src/lib/models/fields.model.ts +1 -1
  357. package/src/libs/feature/editor/src/lib/services/editor.service.ts +27 -16
  358. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +5 -1
  359. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +1 -1
  360. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +0 -0
  361. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +36 -0
  362. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +80 -0
  363. package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -0
  364. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +8 -0
  365. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +5 -0
  366. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +10 -3
  367. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +60 -32
  368. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +17 -61
  369. package/src/libs/feature/notifications/src/index.ts +3 -0
  370. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +10 -0
  371. package/src/libs/feature/notifications/src/lib/notification.model.ts +6 -0
  372. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.css +0 -0
  373. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +17 -0
  374. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +44 -0
  375. package/src/libs/feature/notifications/src/lib/notifications.service.ts +27 -0
  376. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  377. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +5 -1
  378. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  379. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  380. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +49 -8
  381. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +81 -24
  382. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  383. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  384. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +3 -3
  385. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +5 -5
  386. package/src/libs/ui/elements/src/index.ts +14 -14
  387. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  388. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +0 -5
  389. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +0 -21
  390. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -14
  391. package/src/libs/ui/elements/src/lib/notification/notification.component.css +0 -0
  392. package/src/libs/ui/elements/src/lib/notification/notification.component.html +52 -0
  393. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +31 -0
  394. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +2 -2
  395. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +40 -4
  396. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -3
  397. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +6 -1
  398. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  399. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  400. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  401. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +63 -0
  402. package/src/libs/ui/inputs/src/index.ts +14 -15
  403. package/src/libs/ui/inputs/src/lib/button/button.component.ts +1 -1
  404. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +3 -0
  405. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +11 -0
  406. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +16 -0
  407. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +8 -1
  408. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +13 -0
  409. package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
  410. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
  411. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
  412. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
  413. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  414. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  415. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +1 -1
  416. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +16 -1
  417. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +5 -21
  418. package/src/libs/ui/layout/src/index.ts +5 -4
  419. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.css +0 -0
  420. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +18 -0
  421. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +16 -0
  422. package/src/libs/util/shared/src/lib/links/link-utils.ts +21 -0
  423. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
  424. package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
  425. package/src/libs/util/shared/src/lib/utils/index.ts +7 -5
  426. package/tailwind.base.css +36 -0
  427. package/translations/de.json +46 -0
  428. package/translations/en.json +46 -0
  429. package/translations/es.json +46 -0
  430. package/translations/fr.json +46 -0
  431. package/translations/it.json +46 -0
  432. package/translations/nl.json +46 -0
  433. package/translations/pt.json +46 -0
  434. package/translations/sk.json +46 -0
  435. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +0 -52
  436. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.mjs +0 -14
  437. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.mjs +0 -48
  438. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.mjs +0 -18
  439. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.mjs +0 -64
  440. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/converter.mjs +0 -130
  441. package/esm2022/libs/api/metadata-converter/src/lib/metadata-base.mapper.mjs +0 -14
  442. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
  443. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +0 -30
  444. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.mjs +0 -11
  445. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.mjs +0 -27
  446. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.mjs +0 -11
  447. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.mjs +0 -27
  448. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.mjs +0 -49
  449. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -11
  450. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  451. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +0 -76
  452. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +0 -2
  453. package/esm2022/libs/ui/inputs/src/lib/form-field/index.mjs +0 -10
  454. package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +0 -1
  455. package/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.d.ts.map +0 -1
  456. package/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.d.ts.map +0 -1
  457. package/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.d.ts.map +0 -1
  458. package/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.d.ts.map +0 -1
  459. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts +0 -4
  460. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts.map +0 -1
  461. package/libs/api/metadata-converter/src/lib/metadata-base.mapper.d.ts.map +0 -1
  462. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
  463. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
  464. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +0 -1
  465. package/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  466. package/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  467. package/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  468. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts +0 -11
  469. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  470. package/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  471. package/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  472. package/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  473. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +0 -1
  474. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +0 -1
  475. package/libs/ui/inputs/src/lib/form-field/index.d.ts.map +0 -1
  476. package/src/libs/api/metadata-converter/src/lib/iso19139/converter.ts +0 -196
  477. package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
  478. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.html +0 -11
  479. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.ts +0 -15
  480. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.html +0 -68
  481. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +0 -80
  482. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/keyword.mapper.d.ts +0 -0
  483. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.d.ts +0 -0
  484. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.d.ts +0 -0
  485. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.d.ts +0 -0
  486. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.d.ts +0 -0
  487. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.d.ts +0 -0
  488. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/keyword.mapper.ts +0 -0
  489. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.ts +0 -0
  490. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.ts +0 -0
  491. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.ts +0 -0
  492. /package/src/libs/feature/editor/src/lib/{record-form/record-form.component.css → components/overview-upload/overview-upload.component.css} +0 -0
  493. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.css +0 -0
  494. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-array/form-field-array.component.html +0 -0
  495. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.css +0 -0
  496. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-file/form-field-file.component.html +0 -0
  497. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.css} +0 -0
  498. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.css} +0 -0
  499. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-object/form-field-object.component.html +0 -0
  500. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.css} +0 -0
  501. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.css} +0 -0
  502. /package/src/libs/{ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.css} +0 -0
  503. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-simple/form-field-simple.component.html +0 -0
  504. /package/src/libs/{ui/inputs/src/lib/form-field/form-field.component.css → feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.css} +0 -0
  505. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-spatial-extent/form-field-spatial-extent.component.html +0 -0
  506. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field-temporal-extent/form-field-temporal-extent.component.html +0 -0
  507. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.ts +0 -0
  508. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.ts +0 -0
@@ -1,48 +1,41 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdown-selector/dropdown-selector.component";
3
- import * as i2 from "./autocomplete/autocomplete.component";
4
- import * as i3 from "./text-input/text-input.component";
5
- import * as i4 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
6
- import * as i5 from "./chips-input/chips-input.component";
7
- import * as i6 from "./navigation-button/navigation-button.component";
8
- import * as i7 from "./star-toggle/star-toggle.component";
9
- import * as i8 from "./dropdown-multiselect/dropdown-multiselect.component";
10
- import * as i9 from "./viewport-intersector/viewport-intersector.component";
11
- import * as i10 from "./form-field/form-field.component";
12
- import * as i11 from "./form-field/form-field-simple/form-field-simple.component";
13
- import * as i12 from "./form-field/form-field-array/form-field-array.component";
14
- import * as i13 from "./form-field/form-field-object/form-field-object.component";
15
- import * as i14 from "./form-field/form-field-rich/form-field-rich.component";
16
- import * as i15 from "./form-field/form-field-file/form-field-file.component";
17
- import * as i16 from "./form-field/form-field-spatial-extent/form-field-spatial-extent.component";
18
- import * as i17 from "./form-field/form-field-temporal-extent/form-field-temporal-extent.component";
19
- import * as i18 from "./check-toggle/check-toggle.component";
20
- import * as i19 from "./copy-text-button/copy-text-button.component";
21
- import * as i20 from "./checkbox/checkbox.component";
22
- import * as i21 from "./search-input/search-input.component";
23
- import * as i22 from "./date-range-picker/date-range-picker.component";
24
- import * as i23 from "@angular/common";
25
- import * as i24 from "@ngx-translate/core";
26
- import * as i25 from "ngx-dropzone";
27
- import * as i26 from "@angular/forms";
28
- import * as i27 from "ngx-chips";
29
- import * as i28 from "../../../../util/shared/src/lib/util-shared.module";
30
- import * as i29 from "@angular/material/autocomplete";
31
- import * as i30 from "@angular/material/icon";
32
- import * as i31 from "../../../widgets/src/lib/ui-widgets.module";
33
- import * as i32 from "@angular/cdk/overlay";
34
- import * as i33 from "@angular/material/checkbox";
35
- import * as i34 from "@angular/material/tooltip";
36
- import * as i35 from "@angular/material/form-field";
37
- import * as i36 from "@angular/material/input";
38
- import * as i37 from "@angular/material/datepicker";
39
- import * as i38 from "@angular/material/core";
40
- import * as i39 from "./editable-label/editable-label.directive";
41
- import * as i40 from "./text-area/text-area.component";
42
- import * as i41 from "./button/button.component";
2
+ import * as i1 from "./autocomplete/autocomplete.component";
3
+ import * as i2 from "./text-input/text-input.component";
4
+ import * as i3 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
5
+ import * as i4 from "./chips-input/chips-input.component";
6
+ import * as i5 from "./navigation-button/navigation-button.component";
7
+ import * as i6 from "./star-toggle/star-toggle.component";
8
+ import * as i7 from "./dropdown-multiselect/dropdown-multiselect.component";
9
+ import * as i8 from "./viewport-intersector/viewport-intersector.component";
10
+ import * as i9 from "./check-toggle/check-toggle.component";
11
+ import * as i10 from "./copy-text-button/copy-text-button.component";
12
+ import * as i11 from "./checkbox/checkbox.component";
13
+ import * as i12 from "./search-input/search-input.component";
14
+ import * as i13 from "@angular/common";
15
+ import * as i14 from "@ngx-translate/core";
16
+ import * as i15 from "ngx-dropzone";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "ngx-chips";
19
+ import * as i18 from "../../../../util/shared/src/lib/util-shared.module";
20
+ import * as i19 from "@angular/material/autocomplete";
21
+ import * as i20 from "@angular/material/icon";
22
+ import * as i21 from "../../../widgets/src/lib/ui-widgets.module";
23
+ import * as i22 from "@angular/cdk/overlay";
24
+ import * as i23 from "@angular/material/checkbox";
25
+ import * as i24 from "@angular/material/tooltip";
26
+ import * as i25 from "@angular/material/form-field";
27
+ import * as i26 from "@angular/material/input";
28
+ import * as i27 from "@angular/material/datepicker";
29
+ import * as i28 from "@angular/material/core";
30
+ import * as i29 from "./editable-label/editable-label.directive";
31
+ import * as i30 from "./text-area/text-area.component";
32
+ import * as i31 from "./button/button.component";
33
+ import * as i32 from "./image-input/image-input.component";
34
+ import * as i33 from "./dropdown-selector/dropdown-selector.component";
35
+ import * as i34 from "./date-range-picker/date-range-picker.component";
43
36
  export declare class UiInputsModule {
44
37
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
45
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.FormFieldComponent, typeof i11.FormFieldSimpleComponent, typeof i12.FormFieldArrayComponent, typeof i13.FormFieldObjectComponent, typeof i14.FormFieldRichComponent, typeof i15.FormFieldFileComponent, typeof i16.FormFieldSpatialExtentComponent, typeof i17.FormFieldTemporalExtentComponent, typeof i18.CheckToggleComponent, typeof i19.CopyTextButtonComponent, typeof i20.CheckboxComponent, typeof i21.SearchInputComponent, typeof i22.DateRangePickerComponent], [typeof i23.CommonModule, typeof i24.TranslateModule, typeof i25.NgxDropzoneModule, typeof i26.FormsModule, typeof i26.ReactiveFormsModule, typeof i27.TagInputModule, typeof i28.UtilSharedModule, typeof i29.MatAutocompleteModule, typeof i30.MatIconModule, typeof i31.UiWidgetsModule, typeof i32.OverlayModule, typeof i33.MatCheckboxModule, typeof i34.MatTooltipModule, typeof i35.MatFormFieldModule, typeof i36.MatInputModule, typeof i37.MatDatepickerModule, typeof i38.MatNativeDateModule, typeof i39.EditableLabelDirective, typeof i40.TextAreaComponent, typeof i41.ButtonComponent], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i41.ButtonComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i40.TextAreaComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.FormFieldComponent, typeof i18.CheckToggleComponent, typeof i19.CopyTextButtonComponent, typeof i20.CheckboxComponent, typeof i21.SearchInputComponent, typeof i22.DateRangePickerComponent, typeof i39.EditableLabelDirective]>;
38
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.AutocompleteComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i9.CheckToggleComponent, typeof i10.CopyTextButtonComponent, typeof i11.CheckboxComponent, typeof i12.SearchInputComponent], [typeof i13.CommonModule, typeof i14.TranslateModule, typeof i15.NgxDropzoneModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.TagInputModule, typeof i18.UtilSharedModule, typeof i19.MatAutocompleteModule, typeof i20.MatIconModule, typeof i21.UiWidgetsModule, typeof i22.OverlayModule, typeof i23.MatCheckboxModule, typeof i24.MatTooltipModule, typeof i25.MatFormFieldModule, typeof i26.MatInputModule, typeof i27.MatDatepickerModule, typeof i28.MatNativeDateModule, typeof i29.EditableLabelDirective, typeof i30.TextAreaComponent, typeof i31.ButtonComponent, typeof i32.ImageInputComponent, typeof i33.DropdownSelectorComponent, typeof i34.DateRangePickerComponent], [typeof i33.DropdownSelectorComponent, typeof i1.AutocompleteComponent, typeof i31.ButtonComponent, typeof i2.TextInputComponent, typeof i3.DragAndDropFileInputComponent, typeof i30.TextAreaComponent, typeof i4.ChipsInputComponent, typeof i5.NavigationButtonComponent, typeof i6.StarToggleComponent, typeof i7.DropdownMultiselectComponent, typeof i8.ViewportIntersectorComponent, typeof i9.CheckToggleComponent, typeof i10.CopyTextButtonComponent, typeof i11.CheckboxComponent, typeof i12.SearchInputComponent, typeof i34.DateRangePickerComponent, typeof i29.EditableLabelDirective, typeof i32.ImageInputComponent]>;
46
39
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
47
40
  }
48
41
  //# sourceMappingURL=ui-inputs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBAoEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCA,qBA6Da,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -1,9 +1,10 @@
1
- export * from './lib/ui-layout.module';
2
1
  export * from './lib/anchor-link/anchor-link.directive';
3
2
  export * from './lib/carousel/carousel.component';
4
- export * from './lib/expandable-panel/expandable-panel.component';
5
- export * from './lib/sticky-header/sticky-header.component';
6
3
  export * from './lib/expandable-panel-button/expandable-panel-button.component';
7
- export * from './lib/interactive-table/interactive-table.component';
4
+ export * from './lib/expandable-panel/expandable-panel.component';
5
+ export * from './lib/form-field-wrapper/form-field-wrapper.component';
8
6
  export * from './lib/interactive-table/interactive-table-column/interactive-table-column.component';
7
+ export * from './lib/interactive-table/interactive-table.component';
8
+ export * from './lib/sticky-header/sticky-header.component';
9
+ export * from './lib/ui-layout.module';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iEAAiE,CAAA;AAC/E,cAAc,qDAAqD,CAAA;AACnE,cAAc,qFAAqF,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mDAAmD,CAAA;AACjE,cAAc,uDAAuD,CAAA;AACrE,cAAc,qFAAqF,CAAA;AACnG,cAAc,qDAAqD,CAAA;AACnE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,wBAAwB,CAAA"}
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FormFieldWrapperComponent {
3
+ label: string;
4
+ hint: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldWrapperComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldWrapperComponent, "gn-ui-form-field-wrapper", never, { "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; }, {}, never, ["[form-field-interaction]", "*"], true, never>;
7
+ }
8
+ //# sourceMappingURL=form-field-wrapper.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts"],"names":[],"mappings":";AAIA,qBAQa,yBAAyB;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;yCAFV,yBAAyB;2CAAzB,yBAAyB;CAGrC"}
@@ -78,6 +78,24 @@ export declare const FORMATS: {
78
78
  readonly color: "#de630b";
79
79
  readonly mimeTypes: readonly ["application/x-dxf", "image/x-dxf"];
80
80
  };
81
+ readonly html: {
82
+ readonly extensions: readonly ["html", "htm"];
83
+ readonly priority: 12;
84
+ readonly color: "#f2bb3a";
85
+ readonly mimeTypes: readonly ["text/html"];
86
+ };
87
+ readonly fgb: {
88
+ readonly extensions: readonly ["fgb", "flatgeobuf"];
89
+ readonly priority: 13;
90
+ readonly color: "#f2bb3a";
91
+ readonly mimeTypes: readonly ["application/flatgeobuf"];
92
+ };
93
+ readonly jsonfg: {
94
+ readonly extensions: readonly ["jsonfg", "jsonfgc"];
95
+ readonly priority: 14;
96
+ readonly color: "#f2bb3a";
97
+ readonly mimeTypes: readonly ["application/vnd.ogc.fg+json", "application/vnd.ogc.fg+json;compatibility=geojson"];
98
+ };
81
99
  };
82
100
  export type FileFormat = keyof typeof FORMATS;
83
101
  export declare function getFormatPriority(linkFormat: FileFormat): number;
@@ -1 +1 @@
1
- {"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;AAI/F,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2FV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CAEjE;AAED,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,MAAM,GACpB,UAAU,GAAG,IAAI,CAgBnB;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,mBAAmB,GAAG,UAAU,CAcnE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,mBAAmB,EACzB,MAAM,EAAE,UAAU,GACjB,OAAO,CAMT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CA0B9D;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAEtE"}
1
+ {"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;AAI/F,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgHV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CAEjE;AAED,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,MAAM,GACpB,UAAU,GAAG,IAAI,CAgBnB;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,mBAAmB,GAAG,UAAU,CAcnE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,mBAAmB,EACzB,MAAM,EAAE,UAAU,GACjB,OAAO,CAMT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CA0B9D;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAEtE"}
@@ -0,0 +1,2 @@
1
+ export declare function megabytesToBytes(megabytes: any): number;
2
+ //# sourceMappingURL=bytes-convert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bytes-convert.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/bytes-convert.ts"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,CAAC,SAAS,KAAA,UAEzC"}
@@ -0,0 +1,3 @@
1
+ export declare function downsizeImage(blob: Blob, maxWidth: number, maxHeight: number): Promise<Blob>;
2
+ export declare function downgradeImage(blob: Blob, maxSizeBytes: number): Promise<Blob>;
3
+ //# sourceMappingURL=image-resize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-resize.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/image-resize.ts"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAC3B,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,IAAI,CAAC,CA6Bf;AAED,wBAAgB,cAAc,CAC5B,IAAI,EAAE,IAAI,EACV,YAAY,EAAE,MAAM,GACnB,OAAO,CAAC,IAAI,CAAC,CAiCf"}
@@ -1,10 +1,12 @@
1
+ export * from './bytes-convert';
2
+ export * from './event';
3
+ export * from './fuzzy-filter';
4
+ export * from './geojson';
5
+ export * from './image-resize';
1
6
  export * from './parse';
2
- export * from './strip-html';
3
7
  export * from './remove-whitespace';
4
- export * from './geojson';
5
8
  export * from './sort-by';
6
- export * from './url';
7
- export * from './event';
8
- export * from './fuzzy-filter';
9
+ export * from './strip-html';
9
10
  export * from './temporal-extent-union';
11
+ export * from './url';
10
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,yBAAyB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,WAAW,CAAA;AACzB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,yBAAyB,CAAA;AACvC,cAAc,OAAO,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonetwork-ui",
3
- "version": "2.3.0-dev.28c8df17",
3
+ "version": "2.3.0-dev.2b8cc035",
4
4
  "engines": {
5
5
  "node": ">=14.17.0"
6
6
  },
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
50
- "@camptocamp/ogc-client": "^0.4.0",
50
+ "@camptocamp/ogc-client": "^1.1.0-RC.3",
51
51
  "@geospatial-sdk/geocoding": "^0.0.5-alpha.2",
52
52
  "@ltd/j-toml": "~1.35.2",
53
53
  "@messageformat/core": "^3.0.1",
@@ -1,4 +1,4 @@
1
- export * from './lib/iso19139/converter'
2
- export * from './lib/gn4/gn4.metadata.mapper'
3
- export * from './lib/gn4/atomic-operations'
4
- export * from './lib/gn4/types'
1
+ export * from './lib/iso19139'
2
+ export * from './lib/iso19115-3'
3
+ export * from './lib/find-converter'
4
+ export * from './lib/gn4'
@@ -7,13 +7,13 @@ export class MetadataMapperContext {
7
7
  readonly location?
8
8
  }
9
9
 
10
- export abstract class MetadataBaseMapper<F> {
10
+ export abstract class BaseConverter<F> {
11
11
  constructor(
12
12
  protected ctx: MetadataMapperContext = new MetadataMapperContext()
13
13
  ) {}
14
14
 
15
15
  abstract readRecord(document: F): Promise<CatalogRecord>
16
- abstract writeRecord(record: CatalogRecord): Promise<F>
16
+ abstract writeRecord(record: CatalogRecord, reference?: F): Promise<F>
17
17
  readRecords(documents: F[]): Promise<CatalogRecord[]> {
18
18
  return Promise.all(documents.map((doc) => this.readRecord(doc)))
19
19
  }
@@ -0,0 +1,16 @@
1
+ import { Iso19139Converter } from './iso19139'
2
+ import { BaseConverter } from './base.converter'
3
+ import { Iso191153Converter } from './iso19115-3'
4
+
5
+ export function findConverterForDocument(
6
+ document: string
7
+ ): BaseConverter<string> {
8
+ if (document.indexOf('mdb:MD_Metadata') > 0) {
9
+ return new Iso191153Converter()
10
+ } else if (document.indexOf('gmd:MD_Metadata') > 0) {
11
+ return new Iso19139Converter()
12
+ } else {
13
+ throw new Error(`No suitable converter found for the following document:
14
+ ${document.substring(0, 400)}...`)
15
+ }
16
+ }
@@ -10,6 +10,21 @@ export const GENERIC_DATASET_RECORD: DatasetRecord = {
10
10
  description: 'A generic organization',
11
11
  },
12
12
  contacts: [
13
+ {
14
+ email: 'bob@org.net',
15
+ role: 'point_of_contact',
16
+ organization: {
17
+ name: 'MyOrganization',
18
+ website: new URL('https://www.my.org/info'),
19
+ logoUrl: new URL('https://www.my.org/logo.png'),
20
+ description: 'A generic organization',
21
+ },
22
+ firstName: 'Bob',
23
+ lastName: 'TheGreat',
24
+ position: 'developer',
25
+ },
26
+ ],
27
+ contactsForResource: [
13
28
  {
14
29
  email: 'bob@org.net',
15
30
  role: 'author',
@@ -32,14 +47,26 @@ export const GENERIC_DATASET_RECORD: DatasetRecord = {
32
47
  },
33
48
  position: 'manager',
34
49
  },
50
+ {
51
+ email: 'bill@org2.com',
52
+ role: 'distributor',
53
+ organization: {
54
+ name: 'Another Organization',
55
+ website: new URL('https://www.another.org/docs'),
56
+ },
57
+ position: 'randomWorker',
58
+ address: '123 rue des moulins, 10808 Montargis, FR',
59
+ phone: '+11234567890',
60
+ lastName: 'TheDistributor',
61
+ firstName: 'Bill',
62
+ },
35
63
  ],
36
- contactsForResource: [],
37
64
  status: 'ongoing',
38
- recordCreated: new Date('2022-02-01T15:12:00'),
39
- recordPublished: new Date('2022-02-01T15:12:00'),
65
+ recordCreated: new Date('2021-11-15T09:00:00'),
66
+ recordPublished: new Date('2022-01-01T10:00:00'),
40
67
  recordUpdated: new Date('2022-02-01T15:12:00'),
41
- datasetCreated: new Date('2022-09-01T14:18:19'),
42
- datasetUpdated: new Date('2022-12-04T15:12:00'),
68
+ resourceCreated: new Date('2022-09-01T14:18:19'),
69
+ resourceUpdated: new Date('2022-12-04T15:12:00'),
43
70
  title: 'A very interesting dataset (un jeu de données très intéressant)',
44
71
  abstract: `# Introduction
45
72
  This dataset has been established for testing purposes.
@@ -16,11 +16,18 @@ export const GEO2FRANCE_PLU_DATASET_RECORD: DatasetRecord = {
16
16
  },
17
17
  },
18
18
  ],
19
- contactsForResource: [],
20
- recordCreated: new Date('2022-04-15T14:18:19'),
21
- recordPublished: new Date('2022-04-15T14:18:19'),
19
+ contactsForResource: [
20
+ {
21
+ email: 'sig@agglo-compiegne.fr',
22
+ role: 'point_of_contact',
23
+ organization: {
24
+ name: 'GeoCompiegnois',
25
+ },
26
+ },
27
+ ],
22
28
  recordUpdated: new Date('2022-04-15T14:18:19'),
23
- datasetUpdated: new Date('2022-03-29'),
29
+ resourcePublished: new Date('2022-05-01'),
30
+ resourceUpdated: new Date('2022-03-29'),
24
31
  title:
25
32
  "Plan local d'urbanisme (PLU) dématérialisé - commune d'Avrigny - approbation du 29/03/2022",
26
33
  // data revision: 2022-03-29 ???
@@ -13,6 +13,17 @@ export const GEOCAT_CH_DATASET_RECORD: DatasetRecord = {
13
13
  {
14
14
  email: 'rolf.giezendanner@are.admin.ch',
15
15
  role: 'point_of_contact',
16
+ address: 'Ittigen, 3063, CH',
17
+ organization: {
18
+ name: 'Bundesamt für Raumentwicklung',
19
+ },
20
+ },
21
+ ],
22
+ contactsForResource: [
23
+ {
24
+ email: 'rolf.giezendanner@are.admin.ch',
25
+ role: 'point_of_contact',
26
+ address: 'Ittigen, 3063, CH',
16
27
  organization: {
17
28
  name: 'Bundesamt für Raumentwicklung',
18
29
  },
@@ -25,12 +36,9 @@ export const GEOCAT_CH_DATASET_RECORD: DatasetRecord = {
25
36
  },
26
37
  },
27
38
  ],
28
- contactsForResource: [],
29
- recordCreated: new Date('2022-02-22T19:40:06'),
30
- recordPublished: new Date('2022-02-22T19:40:06'),
31
39
  recordUpdated: new Date('2022-02-22T19:40:06'),
32
- datasetCreated: new Date('1999-01-01T00:00:00'),
33
- datasetUpdated: new Date('2009-01-01'),
40
+ resourceCreated: new Date('1999-01-01T00:00:00'),
41
+ resourceUpdated: new Date('2009-01-01'),
34
42
  title: 'Alpenkonvention',
35
43
  abstract: `Perimeter der Alpenkonvention in der Schweiz. Die Alpenkonvention ist ein völkerrechtlicher Vertrag zwischen den acht Alpenländern Deutschland, Frankreich, Italien, Liechtenstein, Monaco, Österreich, Schweiz, Slowenien sowie der Europäischen Union. Das Ziel des Übereinkommens ist der Schutz der Alpen durch eine sektorübergreifende, ganzheitliche und nachhaltige Politik.`,
36
44
  overviews: [],
@@ -339,9 +347,25 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
339
347
  website: new URL('https://www.sg.ch/bauen/geoinformation/datenbezug.html'),
340
348
  },
341
349
  contacts: [
350
+ {
351
+ email: 'geodaten@sg.ch',
352
+ role: 'resource_provider',
353
+ phone: '+41(0)58 229 31 47',
354
+ address: 'St. Gallen, 9001, CH',
355
+ organization: {
356
+ name: 'Amt für Raumentwicklung und Geoinformation (SG)',
357
+ website: new URL(
358
+ 'https://www.sg.ch/bauen/geoinformation/datenbezug.html'
359
+ ),
360
+ },
361
+ },
362
+ ],
363
+ contactsForResource: [
342
364
  {
343
365
  email: 'geodaten@sg.ch',
344
366
  role: 'other',
367
+ phone: '+41(0)58 229 31 47',
368
+ address: 'St. Gallen, 9001, CH',
345
369
  organization: {
346
370
  name: 'Amt für Raumentwicklung und Geoinformation (SG)',
347
371
  website: new URL(
@@ -352,6 +376,8 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
352
376
  {
353
377
  email: 'geodaten@sg.ch',
354
378
  role: 'publisher',
379
+ phone: '+41(0)58 229 31 47',
380
+ address: 'St. Gallen, 9001, CH',
355
381
  organization: {
356
382
  name: 'Amt für Raumentwicklung und Geoinformation (SG)',
357
383
  website: new URL(
@@ -360,9 +386,9 @@ export const GEOCAT_CH_SERVICE_RECORD: ServiceRecord = {
360
386
  },
361
387
  },
362
388
  ],
363
- recordCreated: new Date('2022-03-07T01:15:51+01:00'),
364
- recordPublished: new Date('2022-03-07T01:15:51+01:00'),
365
389
  recordUpdated: new Date('2022-03-07T01:15:51+01:00'),
390
+ resourceCreated: new Date('2021-09-15'),
391
+ resourceUpdated: new Date('2021-09-17'),
366
392
  title: 'Verkehrsregelungsanlagen (WMS)',
367
393
  abstract: `Diese Karte beinhaltet die Verkehrsregelungsanlagen des Kantons St.Gallen.`,
368
394
  overviews: [