geonetwork-ui 2.3.0-dev.f736344f → 2.3.0

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 (593) 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 +244 -0
  15. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +76 -65
  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 +89 -61
  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 +21 -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/chart-view/chart-view.component.mjs +1 -1
  36. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +48 -3
  37. package/esm2022/libs/feature/editor/src/index.mjs +2 -2
  38. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +6 -2
  39. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +11 -0
  40. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +28 -0
  41. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +64 -0
  42. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +11 -0
  43. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.mjs +15 -0
  44. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +45 -0
  45. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +50 -0
  46. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +11 -0
  47. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +11 -0
  48. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +104 -0
  49. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +126 -0
  50. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.mjs +2 -0
  51. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +10 -0
  52. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +29 -0
  53. package/esm2022/libs/feature/editor/src/lib/components/wizard-field/wizard-field.component.mjs +1 -1
  54. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +10 -10
  55. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +23 -1
  56. package/esm2022/libs/feature/editor/src/lib/models/fields.model.mjs +1 -1
  57. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +8 -8
  58. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +6 -2
  59. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +3 -3
  60. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +125 -0
  61. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +1 -1
  62. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +1 -1
  63. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +7 -3
  64. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +12 -7
  65. package/esm2022/libs/feature/map/src/lib/map-context/map-context.model.mjs +2 -1
  66. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +100 -32
  67. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +18 -51
  68. package/esm2022/libs/feature/notifications/src/index.mjs +4 -0
  69. package/esm2022/libs/feature/notifications/src/lib/feature-notifications.module.mjs +18 -0
  70. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +2 -0
  71. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +49 -0
  72. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +29 -0
  73. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +1 -1
  74. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +4 -4
  75. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +22 -10
  76. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +22 -4
  77. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +37 -10
  78. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +52 -8
  79. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +50 -17
  80. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +18 -3
  81. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +2 -2
  82. package/esm2022/libs/feature/search/src/index.mjs +2 -1
  83. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +1 -1
  84. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +4 -4
  85. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +3 -3
  86. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +1 -1
  87. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +1 -1
  88. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +1 -1
  89. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +3 -3
  90. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +1 -1
  91. package/esm2022/libs/ui/elements/src/index.mjs +16 -16
  92. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +3 -2
  93. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +2 -2
  94. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +30 -0
  95. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +5 -5
  96. package/esm2022/libs/ui/elements/src/lib/link-card/link-card.component.mjs +16 -3
  97. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +45 -0
  98. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
  99. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +34 -0
  100. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +98 -36
  101. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +4 -3
  102. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +19 -15
  103. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +59 -0
  104. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +60 -0
  105. package/esm2022/libs/ui/inputs/src/index.mjs +16 -16
  106. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +2 -1
  107. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +4 -3
  108. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +22 -0
  109. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +7 -5
  110. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +19 -8
  111. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +59 -0
  112. package/esm2022/libs/ui/inputs/src/lib/image-input/image-input.component.mjs +183 -0
  113. package/esm2022/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +29 -0
  114. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +27 -4
  115. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +21 -3
  116. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +21 -31
  117. package/esm2022/libs/ui/layout/src/index.mjs +7 -5
  118. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +76 -0
  119. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +42 -18
  120. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +18 -0
  121. package/esm2022/libs/ui/layout/src/lib/ui-layout.module.mjs +3 -8
  122. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +3 -1
  123. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +2 -1
  124. package/esm2022/libs/util/app-config/src/lib/model.mjs +1 -1
  125. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +2 -2
  126. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +22 -1
  127. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +4 -0
  128. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +60 -0
  129. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +8 -6
  130. package/esm2022/translations/de.json +44 -0
  131. package/esm2022/translations/en.json +44 -0
  132. package/esm2022/translations/es.json +44 -0
  133. package/esm2022/translations/fr.json +44 -0
  134. package/esm2022/translations/it.json +44 -0
  135. package/esm2022/translations/nl.json +44 -0
  136. package/esm2022/translations/pt.json +44 -0
  137. package/fesm2022/geonetwork-ui.mjs +6088 -3676
  138. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  139. package/index.d.ts +1 -0
  140. package/index.d.ts.map +1 -1
  141. package/index.ts +1 -0
  142. package/libs/api/metadata-converter/src/index.d.ts +4 -4
  143. package/libs/api/metadata-converter/src/index.d.ts.map +1 -1
  144. package/libs/api/metadata-converter/src/lib/{metadata-base.mapper.d.ts → base.converter.d.ts} +3 -3
  145. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +1 -0
  146. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +3 -0
  147. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +1 -0
  148. package/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.d.ts → gn4.converter.d.ts} +5 -5
  149. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +1 -0
  150. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  151. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +4 -0
  152. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +1 -0
  153. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +2 -0
  154. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +1 -0
  155. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +9 -0
  156. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +1 -0
  157. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +20 -0
  158. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +1 -0
  159. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +21 -0
  160. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +1 -0
  161. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +2 -0
  162. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +1 -0
  163. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +11 -0
  164. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +1 -0
  165. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +38 -7
  166. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  167. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +8 -0
  168. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +1 -0
  169. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +1 -0
  170. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +1 -0
  171. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +1 -0
  172. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +1 -0
  173. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +40 -3
  174. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  175. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +14 -1
  176. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +1 -1
  177. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +1 -0
  178. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +1 -1
  179. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +1 -0
  180. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +1 -1
  181. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +2 -2
  182. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
  183. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +6 -2
  184. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  185. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -6
  186. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  187. package/libs/common/domain/src/lib/model/record/index.d.ts +1 -0
  188. package/libs/common/domain/src/lib/model/record/index.d.ts.map +1 -1
  189. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +9 -7
  190. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  191. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +15 -0
  192. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +1 -0
  193. package/libs/common/domain/src/lib/model/user/index.d.ts +2 -0
  194. package/libs/common/domain/src/lib/model/user/index.d.ts.map +1 -0
  195. package/libs/common/domain/src/lib/platform.service.interface.d.ts +3 -0
  196. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  197. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +9 -5
  198. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +1 -1
  199. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -1
  200. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +1 -1
  201. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +4 -1
  202. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  203. package/libs/feature/editor/src/index.d.ts +1 -1
  204. package/libs/feature/editor/src/index.d.ts.map +1 -1
  205. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +8 -5
  206. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +1 -1
  207. 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
  208. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +1 -0
  209. 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
  210. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +1 -0
  211. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +39 -0
  212. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +1 -0
  213. 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
  214. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +1 -0
  215. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.d.ts +8 -0
  216. 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
  217. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +16 -0
  218. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -0
  219. 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
  220. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +1 -0
  221. 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
  222. 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
  223. 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
  224. 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
  225. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +21 -0
  226. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +1 -0
  227. package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.component.d.ts +13 -4
  228. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +1 -0
  229. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.d.ts.map +1 -0
  230. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +1 -0
  231. package/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.d.ts +3 -3
  232. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +1 -0
  233. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +1 -1
  234. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +1 -1
  235. package/libs/feature/editor/src/lib/fields.config.d.ts.map +1 -1
  236. package/libs/feature/editor/src/lib/models/fields.model.d.ts +1 -1
  237. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +1 -1
  238. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +1 -1
  239. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +28 -0
  240. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +1 -0
  241. package/libs/feature/map/src/lib/feature-map.module.d.ts +2 -1
  242. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  243. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +2 -0
  244. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +1 -1
  245. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts +17 -5
  246. package/libs/feature/map/src/lib/map-context/map-context.model.d.ts.map +1 -1
  247. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +1 -1
  248. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  249. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +2 -3
  250. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  251. package/libs/feature/notifications/src/index.d.ts +4 -0
  252. package/libs/feature/notifications/src/index.d.ts.map +1 -0
  253. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts +7 -0
  254. package/libs/feature/notifications/src/lib/feature-notifications.module.d.ts.map +1 -0
  255. package/libs/feature/notifications/src/lib/notification.model.d.ts +7 -0
  256. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +1 -0
  257. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +12 -0
  258. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +1 -0
  259. package/libs/feature/notifications/src/lib/notifications.service.d.ts +15 -0
  260. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +1 -0
  261. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
  262. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +2 -2
  263. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  264. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +40 -6
  265. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +1 -1
  266. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +24 -4
  267. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +1 -1
  268. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +18 -5
  269. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  270. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +8 -5
  271. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +1 -1
  272. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +12 -9
  273. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +1 -1
  274. package/libs/feature/search/src/index.d.ts +1 -0
  275. package/libs/feature/search/src/index.d.ts.map +1 -1
  276. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +3 -3
  277. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  278. package/libs/ui/elements/src/index.d.ts +15 -15
  279. package/libs/ui/elements/src/index.d.ts.map +1 -1
  280. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +1 -1
  281. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  282. package/libs/ui/elements/src/lib/error/error.component.d.ts +16 -0
  283. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +1 -0
  284. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts +3 -1
  285. package/libs/ui/elements/src/lib/link-card/link-card.component.d.ts.map +1 -1
  286. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +13 -0
  287. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +1 -0
  288. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +13 -0
  289. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +1 -0
  290. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +24 -4
  291. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  292. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +1 -1
  293. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  294. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +29 -28
  295. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  296. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +11 -0
  297. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +1 -0
  298. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +21 -0
  299. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +1 -0
  300. package/libs/ui/inputs/src/index.d.ts +15 -15
  301. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  302. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  303. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +1 -1
  304. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +1 -1
  305. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +9 -0
  306. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +1 -0
  307. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +1 -1
  308. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +1 -1
  309. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +2 -1
  310. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  311. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +14 -0
  312. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +1 -0
  313. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts +44 -0
  314. package/libs/ui/inputs/src/lib/image-input/image-input.component.d.ts.map +1 -0
  315. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +12 -0
  316. package/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +1 -0
  317. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +7 -1
  318. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  319. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +5 -1
  320. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +1 -1
  321. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +35 -42
  322. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  323. package/libs/ui/layout/src/index.d.ts +6 -4
  324. package/libs/ui/layout/src/index.d.ts.map +1 -1
  325. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +25 -0
  326. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +1 -0
  327. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +13 -6
  328. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +1 -1
  329. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +8 -0
  330. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +1 -0
  331. package/libs/ui/layout/src/lib/ui-layout.module.d.ts +4 -5
  332. package/libs/ui/layout/src/lib/ui-layout.module.d.ts.map +1 -1
  333. package/libs/util/app-config/src/lib/app-config.d.ts.map +1 -1
  334. package/libs/util/app-config/src/lib/fixtures.d.ts.map +1 -1
  335. package/libs/util/app-config/src/lib/model.d.ts +1 -0
  336. package/libs/util/app-config/src/lib/model.d.ts.map +1 -1
  337. package/libs/util/shared/src/lib/links/link-utils.d.ts +18 -0
  338. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  339. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +2 -0
  340. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +1 -0
  341. package/libs/util/shared/src/lib/utils/image-resize.d.ts +3 -0
  342. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +1 -0
  343. package/libs/util/shared/src/lib/utils/index.d.ts +7 -5
  344. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  345. package/package.json +2 -2
  346. package/src/libs/api/metadata-converter/src/index.ts +4 -4
  347. package/src/libs/api/metadata-converter/src/lib/{metadata-base.mapper.ts → base.converter.ts} +2 -2
  348. package/src/libs/api/metadata-converter/src/lib/find-converter.ts +16 -0
  349. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +41 -6
  350. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +11 -4
  351. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +33 -7
  352. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +580 -0
  353. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +2 -2
  354. package/src/libs/api/metadata-converter/src/lib/gn4/{gn4.metadata.mapper.ts → gn4.converter.ts} +2 -2
  355. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +9 -3
  356. package/src/libs/api/metadata-converter/src/lib/gn4/index.ts +3 -0
  357. package/src/libs/api/metadata-converter/src/lib/iso19115-3/index.ts +1 -0
  358. package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +176 -0
  359. package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +329 -0
  360. package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +513 -0
  361. package/src/libs/api/metadata-converter/src/lib/iso19139/index.ts +1 -0
  362. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +331 -0
  363. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +185 -94
  364. package/src/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.ts +20 -0
  365. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +246 -111
  366. package/src/libs/api/metadata-converter/src/lib/xml-utils.ts +84 -16
  367. package/src/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.ts +1 -0
  368. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +12 -1
  369. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +2 -2
  370. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +51 -1
  371. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +40 -7
  372. package/src/libs/common/domain/src/lib/model/record/index.ts +1 -0
  373. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -7
  374. package/src/libs/common/domain/src/lib/model/record/user-feedbacks.model.ts +15 -0
  375. package/src/libs/common/domain/src/lib/platform.service.interface.ts +3 -0
  376. package/src/libs/common/fixtures/src/index.ts +8 -6
  377. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +8 -0
  378. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +11 -3
  379. package/src/libs/common/fixtures/src/lib/user-feedbacks.fixtures.ts +83 -0
  380. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +43 -12
  381. package/src/libs/data-access/gn4/src/openapi/model/models.ts +0 -1
  382. package/src/libs/data-access/gn4/src/spec.yaml +1 -1
  383. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +66 -2
  384. package/src/libs/feature/editor/src/index.ts +1 -1
  385. package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +8 -1
  386. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.html +8 -0
  387. package/src/libs/feature/editor/src/lib/components/overview-upload/overview-upload.component.ts +70 -0
  388. 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
  389. 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
  390. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.html +8 -0
  391. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.ts +64 -0
  392. 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
  393. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.html +4 -0
  394. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-resource-updated/form-field-resource-updated.component.ts +15 -0
  395. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.html +20 -0
  396. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +44 -0
  397. 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
  398. 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
  399. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.css +0 -0
  400. 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
  401. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.css +0 -0
  402. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.html +14 -0
  403. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +143 -0
  404. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -0
  405. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +97 -0
  406. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +142 -0
  407. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +0 -0
  408. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.html +1 -0
  409. package/src/libs/feature/editor/src/lib/{record-form → components/record-form}/record-form.component.ts +4 -4
  410. package/src/libs/feature/editor/src/lib/feature-editor.module.ts +9 -9
  411. package/src/libs/feature/editor/src/lib/fields.config.ts +22 -0
  412. package/src/libs/feature/editor/src/lib/models/fields.model.ts +1 -1
  413. package/src/libs/feature/editor/src/lib/services/editor.service.ts +27 -16
  414. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +5 -1
  415. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +1 -1
  416. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.css +7 -0
  417. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +50 -0
  418. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +135 -0
  419. package/src/libs/feature/map/src/lib/feature-map.module.ts +2 -0
  420. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +8 -0
  421. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +5 -0
  422. package/src/libs/feature/map/src/lib/map-context/map-context.model.ts +17 -3
  423. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +108 -40
  424. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +23 -63
  425. package/src/libs/feature/notifications/src/index.ts +3 -0
  426. package/src/libs/feature/notifications/src/lib/feature-notifications.module.ts +10 -0
  427. package/src/libs/feature/notifications/src/lib/notification.model.ts +6 -0
  428. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.css +0 -0
  429. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +17 -0
  430. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +44 -0
  431. package/src/libs/feature/notifications/src/lib/notifications.service.ts +27 -0
  432. package/src/libs/feature/record/src/lib/feature-record.module.ts +5 -2
  433. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +22 -10
  434. package/src/libs/feature/record/src/lib/state/mdview.actions.ts +51 -6
  435. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +82 -7
  436. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +86 -9
  437. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +79 -24
  438. package/src/libs/feature/record/src/lib/state/mdview.selectors.ts +40 -10
  439. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +2 -2
  440. package/src/libs/feature/search/src/index.ts +1 -0
  441. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +4 -4
  442. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +3 -3
  443. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +2 -2
  444. package/src/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +5 -5
  445. package/src/libs/ui/elements/src/index.ts +15 -15
  446. package/src/libs/ui/elements/src/lib/api-card/api-card.component.ts +2 -1
  447. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +1 -1
  448. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.html → error/error.component.html} +18 -3
  449. package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.ts → error/error.component.ts} +5 -4
  450. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +1 -1
  451. package/src/libs/ui/elements/src/lib/link-card/link-card.component.html +38 -20
  452. package/src/libs/ui/elements/src/lib/link-card/link-card.component.ts +12 -0
  453. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +0 -5
  454. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +0 -21
  455. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +1 -14
  456. package/src/libs/ui/elements/src/lib/notification/notification.component.css +0 -0
  457. package/src/libs/ui/elements/src/lib/notification/notification.component.html +52 -0
  458. package/src/libs/ui/elements/src/lib/notification/notification.component.ts +31 -0
  459. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +27 -11
  460. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +125 -30
  461. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -3
  462. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +9 -7
  463. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +54 -0
  464. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.css +0 -0
  465. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +75 -0
  466. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +62 -0
  467. package/src/libs/ui/inputs/src/index.ts +15 -15
  468. package/src/libs/ui/inputs/src/lib/button/button.component.ts +1 -1
  469. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.ts +3 -0
  470. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.css +3 -0
  471. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.html +11 -0
  472. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +16 -0
  473. package/src/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.ts +8 -1
  474. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +1 -0
  475. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +14 -0
  476. package/src/libs/ui/inputs/src/lib/files-drop/files-drop.directive.ts +45 -0
  477. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.css +0 -0
  478. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.html +146 -0
  479. package/src/libs/ui/inputs/src/lib/image-input/image-input.component.ts +193 -0
  480. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.css +6 -0
  481. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.html +26 -0
  482. package/src/libs/ui/inputs/src/lib/previous-next-buttons/previous-next-buttons.component.ts +32 -0
  483. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.html +2 -1
  484. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +29 -0
  485. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.html +2 -1
  486. package/src/libs/ui/inputs/src/lib/text-input/text-input.component.ts +17 -1
  487. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +6 -22
  488. package/src/libs/ui/layout/src/index.ts +6 -4
  489. package/src/libs/ui/layout/src/lib/block-list/block-list.component.css +23 -0
  490. package/src/libs/ui/layout/src/lib/block-list/block-list.component.html +20 -0
  491. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +84 -0
  492. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +8 -4
  493. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +4 -4
  494. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +45 -15
  495. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.css +0 -0
  496. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.html +18 -0
  497. package/src/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.ts +16 -0
  498. package/src/libs/ui/layout/src/lib/ui-layout.module.ts +0 -2
  499. package/src/libs/util/app-config/src/lib/app-config.ts +2 -0
  500. package/src/libs/util/app-config/src/lib/fixtures.ts +1 -0
  501. package/src/libs/util/app-config/src/lib/model.ts +1 -0
  502. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +1 -1
  503. package/src/libs/util/shared/src/lib/links/link-utils.ts +21 -0
  504. package/src/libs/util/shared/src/lib/utils/bytes-convert.ts +3 -0
  505. package/src/libs/util/shared/src/lib/utils/image-resize.ts +72 -0
  506. package/src/libs/util/shared/src/lib/utils/index.ts +7 -5
  507. package/tailwind.base.css +36 -0
  508. package/translations/de.json +44 -0
  509. package/translations/en.json +44 -0
  510. package/translations/es.json +44 -0
  511. package/translations/fr.json +44 -0
  512. package/translations/it.json +44 -0
  513. package/translations/nl.json +44 -0
  514. package/translations/pt.json +44 -0
  515. package/translations/sk.json +44 -0
  516. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +0 -52
  517. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.mjs +0 -14
  518. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.mjs +0 -48
  519. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.mjs +0 -18
  520. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.mjs +0 -64
  521. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/converter.mjs +0 -130
  522. package/esm2022/libs/api/metadata-converter/src/lib/metadata-base.mapper.mjs +0 -14
  523. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.mjs +0 -13
  524. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +0 -30
  525. package/esm2022/libs/ui/elements/src/lib/search-results-error/search-results-error.component.mjs +0 -29
  526. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.mjs +0 -11
  527. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.mjs +0 -27
  528. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.mjs +0 -11
  529. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.mjs +0 -27
  530. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.mjs +0 -49
  531. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -11
  532. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.mjs +0 -11
  533. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.component.mjs +0 -76
  534. package/esm2022/libs/ui/inputs/src/lib/form-field/form-field.model.mjs +0 -2
  535. package/esm2022/libs/ui/inputs/src/lib/form-field/index.mjs +0 -10
  536. package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +0 -1
  537. package/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.d.ts.map +0 -1
  538. package/libs/api/metadata-converter/src/lib/iso19139/codelists/role.mapper.d.ts.map +0 -1
  539. package/libs/api/metadata-converter/src/lib/iso19139/codelists/status.mapper.d.ts.map +0 -1
  540. package/libs/api/metadata-converter/src/lib/iso19139/codelists/update-frequency.mapper.d.ts.map +0 -1
  541. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts +0 -4
  542. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts.map +0 -1
  543. package/libs/api/metadata-converter/src/lib/metadata-base.mapper.d.ts.map +0 -1
  544. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts +0 -18
  545. package/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.d.ts.map +0 -1
  546. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +0 -1
  547. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts +0 -15
  548. package/libs/ui/elements/src/lib/search-results-error/search-results-error.component.d.ts.map +0 -1
  549. package/libs/ui/inputs/src/lib/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  550. package/libs/ui/inputs/src/lib/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  551. package/libs/ui/inputs/src/lib/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  552. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts +0 -11
  553. package/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  554. package/libs/ui/inputs/src/lib/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  555. package/libs/ui/inputs/src/lib/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  556. package/libs/ui/inputs/src/lib/form-field/form-field-temporal-extent/form-field-temporal-extent.component.d.ts.map +0 -1
  557. package/libs/ui/inputs/src/lib/form-field/form-field.component.d.ts.map +0 -1
  558. package/libs/ui/inputs/src/lib/form-field/form-field.model.d.ts.map +0 -1
  559. package/libs/ui/inputs/src/lib/form-field/index.d.ts.map +0 -1
  560. package/src/libs/api/metadata-converter/src/lib/iso19139/converter.ts +0 -196
  561. package/src/libs/data-access/gn4/src/openapi/model/inlineObject3.api.model.ts +0 -18
  562. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.html +0 -11
  563. package/src/libs/ui/inputs/src/lib/form-field/form-field-rich/form-field-rich.component.ts +0 -15
  564. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.html +0 -68
  565. package/src/libs/ui/inputs/src/lib/form-field/form-field.component.ts +0 -80
  566. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/keyword.mapper.d.ts +0 -0
  567. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.d.ts +0 -0
  568. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.d.ts +0 -0
  569. /package/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.d.ts +0 -0
  570. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.d.ts +0 -0
  571. /package/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.d.ts +0 -0
  572. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/keyword.mapper.ts +0 -0
  573. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/role.mapper.ts +0 -0
  574. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/status.mapper.ts +0 -0
  575. /package/src/libs/api/metadata-converter/src/lib/iso19139/{codelists → utils}/update-frequency.mapper.ts +0 -0
  576. /package/src/libs/feature/editor/src/lib/{record-form/record-form.component.css → components/overview-upload/overview-upload.component.css} +0 -0
  577. /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
  578. /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
  579. /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
  580. /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
  581. /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
  582. /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
  583. /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
  584. /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
  585. /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
  586. /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
  587. /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
  588. /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
  589. /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
  590. /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
  591. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/form-field.model.ts +0 -0
  592. /package/src/libs/{ui/inputs/src/lib → feature/editor/src/lib/components/record-form}/form-field/index.ts +0 -0
  593. /package/src/libs/ui/elements/src/lib/{search-results-error/search-results-error.component.css → error/error.component.css} +0 -0
@@ -0,0 +1,16 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormFieldRichComponent {
4
+ control: FormControl;
5
+ label: string;
6
+ hint: string;
7
+ helperText: string;
8
+ placeholder: string;
9
+ preview: boolean;
10
+ getButtonExtraClass(): string;
11
+ togglePreview(): void;
12
+ handleTextContentChanged(textContent: string): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldRichComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldRichComponent, "gn-ui-form-field-rich", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "helperText": { "alias": "helperText"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
15
+ }
16
+ //# sourceMappingURL=form-field-rich.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-rich.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAuB,MAAM,gBAAgB,CAAA;;AAKjE,qBAca,sBAAsB;IACxB,OAAO,EAAG,WAAW,CAAA;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,SAAoB;IAExC,OAAO,UAAQ;IAEf,mBAAmB;IAMnB,aAAa;IAIb,wBAAwB,CAAC,WAAW,EAAE,MAAM;yCAnBjC,sBAAsB;2CAAtB,sBAAsB;CAsBlC"}
@@ -10,9 +10,9 @@ export declare class FormFieldSimpleComponent {
10
10
  label: string;
11
11
  value: unknown;
12
12
  }[];
13
- get inputType(): "" | "text" | "number" | "checkbox" | "datetime-local";
13
+ get inputType(): "" | "text" | "checkbox" | "number" | "datetime-local";
14
14
  get isSelect(): boolean;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldSimpleComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSimpleComponent, "gn-ui-form-field-simple", never, { "type": { "alias": "type"; "required": false; }; "control": { "alias": "control"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSimpleComponent, "gn-ui-form-field-simple", never, { "type": { "alias": "type"; "required": false; }; "control": { "alias": "control"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
17
17
  }
18
18
  //# sourceMappingURL=form-field-simple.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-simple.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAuB,MAAM,gBAAgB,CAAA;;AAEjE,qBAQa,wBAAwB;IAC1B,IAAI,EAAE,MAAM,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,CAAA;IAC5D,OAAO,EAAG,WAAW,CAAA;IACrB,QAAQ,UAAQ;IAChB,OAAO,UAAQ;IACf,WAAW,SAAK;IAChB,OAAO,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IAEtD,IAAI,SAAS,2DAcZ;IAED,IAAI,QAAQ,YAEX;yCA1BU,wBAAwB;2CAAxB,wBAAwB;CA2BpC"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FormFieldSpatialExtentComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldSpatialExtentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSpatialExtentComponent, "gn-ui-form-field-spatial-extent", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldSpatialExtentComponent, "gn-ui-form-field-spatial-extent", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  //# sourceMappingURL=form-field-spatial-extent.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-spatial-extent.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts"],"names":[],"mappings":";AAEA,qBAOa,+BAA+B;yCAA/B,+BAA+B;2CAA/B,+BAA+B;CAAG"}
@@ -1,6 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class FormFieldTemporalExtentComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldTemporalExtentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentComponent, "gn-ui-form-field-temporal-extent", never, {}, {}, never, never, false, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTemporalExtentComponent, "gn-ui-form-field-temporal-extent", never, {}, {}, never, never, true, never>;
5
5
  }
6
6
  //# sourceMappingURL=form-field-temporal-extent.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-temporal-extent.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extent/form-field-temporal-extent.component.ts"],"names":[],"mappings":";AAEA,qBAOa,gCAAgC;yCAAhC,gCAAgC;2CAAhC,gCAAgC;CAAG"}
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import { TranslateService } from '@ngx-translate/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FormFieldUpdateFrequencyComponent implements OnInit {
6
+ private translateService;
7
+ control: FormControl;
8
+ get planned(): boolean;
9
+ constructor(translateService: TranslateService);
10
+ ngOnInit(): void;
11
+ onPlannedToggled(): void;
12
+ get selectedFrequency(): string;
13
+ onSelectFrequencyValue(value: unknown): void;
14
+ choices: {
15
+ value: string;
16
+ label: any;
17
+ }[];
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldUpdateFrequencyComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldUpdateFrequencyComponent, "gn-ui-form-field-update-frequency", never, { "control": { "alias": "control"; "required": false; }; }, {}, never, never, true, never>;
20
+ }
21
+ //# sourceMappingURL=form-field-update-frequency.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field-update-frequency.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAM5C,OAAO,EAAmB,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;;AAEvE,qBAQa,iCAAkC,YAAW,MAAM;IAOlD,OAAO,CAAC,gBAAgB;IAN3B,OAAO,EAAE,WAAW,CAAA;IAE7B,IAAI,OAAO,YAEV;gBAEmB,gBAAgB,EAAE,gBAAgB;IAEtD,QAAQ;IAmBR,gBAAgB;IAQhB,IAAI,iBAAiB,WAGpB;IAED,sBAAsB,CAAC,KAAK,EAAE,OAAO;IAKrC,OAAO;;;QAyEN;yCAvHU,iCAAiC;2CAAjC,iCAAiC;CAwH7C"}
@@ -1,16 +1,19 @@
1
- import { FormFieldConfig } from './form-field.model';
1
+ import { ElementRef } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { Observable } from 'rxjs';
4
+ import { FormFieldConfig } from './form-field.model';
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class FormFieldComponent {
7
+ model: string;
6
8
  config: FormFieldConfig;
7
9
  set value(v: unknown);
8
10
  valueChange: Observable<unknown>;
11
+ titleInput: ElementRef;
9
12
  formControl: FormControl<any>;
10
13
  constructor();
11
- get simpleType(): "number" | "text" | "url" | "toggle" | "date" | "list";
14
+ focusTitleInput(): void;
15
+ get simpleType(): "number" | "text" | "url" | "date" | "toggle" | "list";
12
16
  get isSimpleField(): boolean;
13
- get isRichField(): boolean;
14
17
  get isFileField(): boolean;
15
18
  get isSpatialExtentField(): boolean;
16
19
  get isTemporalExtentField(): boolean;
@@ -19,7 +22,13 @@ export declare class FormFieldComponent {
19
22
  get isFieldOk(): boolean;
20
23
  get isFieldLocked(): boolean;
21
24
  get isFieldInvalid(): boolean;
25
+ get isTitle(): boolean;
26
+ get isAbstract(): boolean;
27
+ get isLicenses(): boolean;
28
+ get isResourceUpdated(): boolean;
29
+ get isUpdateFrequency(): boolean;
30
+ get withoutWrapper(): boolean;
22
31
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "gn-ui-form-field", never, { "config": { "alias": "config"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "gn-ui-form-field", never, { "model": { "alias": "model"; "required": false; }; "config": { "alias": "config"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
24
33
  }
25
34
  //# sourceMappingURL=form-field.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,UAAU,EAIX,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,WAAW,EAAuB,MAAM,gBAAgB,CAAA;AAMjE,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAUjC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;;AAGpD,qBA0Ba,kBAAkB;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,eAAe,CAAA;IAChC,IAAa,KAAK,CAAC,CAAC,EAAE,OAAO,EAI5B;IACS,WAAW,EAAE,UAAU,CAAC,OAAO,CAAC,CAAA;IAEjB,UAAU,EAAE,UAAU,CAAA;IAE/C,WAAW,mBAAoB;;IAM/B,eAAe;IAIf,IAAI,UAAU,2DAQb;IAED,IAAI,aAAa,YAShB;IACD,IAAI,WAAW,YAEd;IACD,IAAI,oBAAoB,YAEvB;IACD,IAAI,qBAAqB,YAExB;IACD,IAAI,YAAY,YAEf;IACD,IAAI,aAAa,YAEhB;IAED,IAAI,SAAS,YAEZ;IACD,IAAI,aAAa,YAEhB;IACD,IAAI,cAAc,YAEjB;IAED,IAAI,OAAO,YAEV;IACD,IAAI,UAAU,YAEb;IACD,IAAI,UAAU,YAEb;IACD,IAAI,iBAAiB,YAEpB;IACD,IAAI,iBAAiB,YAEpB;IAED,IAAI,cAAc,YAEjB;yCAtFU,kBAAkB;2CAAlB,kBAAkB;CAuF9B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-field.model.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.model.ts"],"names":[],"mappings":"AAAA,KAAK,iBAAiB,GAClB,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,MAAM,GACN,gBAAgB,GAChB,iBAAiB,GACjB,KAAK,GACL,MAAM,GACN,QAAQ,CAAA;AAEZ,KAAK,gBAAgB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,OAAO,CAAA;AAE9D,UAAU,mBAAmB;IAC3B,IAAI,EAAE,gBAAgB,CAAA;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,iBAAiB,CAAA;CACxB;AAED,MAAM,WAAW,oBAAqB,SAAQ,mBAAmB;IAC/D,IAAI,EAAE,OAAO,CAAA;IACb,KAAK,EAAE,eAAe,CAAA;CACvB;AAED,MAAM,WAAW,qBAAsB,SAAQ,mBAAmB;IAChE,IAAI,EAAE,QAAQ,CAAA;IACd,MAAM,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;CAC/B;AAED,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,oBAAoB,GACpB,qBAAqB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iDAAiD,CAAA;AAC/D,cAAc,+CAA+C,CAAA;AAC7D,cAAc,iEAAiE,CAAA;AAC/E,cAAc,mEAAmE,CAAA;AACjF,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA"}
@@ -1,10 +1,10 @@
1
- import { EditorFacade } from '../+state/editor.facade';
2
- import { EditorFieldState, EditorFieldValue } from '../models/fields.model';
1
+ import { EditorFacade } from '../../+state/editor.facade';
2
+ import { EditorFieldState, EditorFieldValue } from '../../models/fields.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class RecordFormComponent {
5
5
  facade: EditorFacade;
6
6
  fields$: import("rxjs").Observable<{
7
- config: import("../models/fields.model").EditorFieldConfig;
7
+ config: import("../../models/fields.model").EditorFieldConfig;
8
8
  value: any;
9
9
  }[]>;
10
10
  constructor(facade: EditorFacade);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"record-form.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AACzD,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;;AAG9E,qBAQa,mBAAmB;IAGX,MAAM,EAAE,YAAY;IAFvC,OAAO;;;SAA4B;gBAEhB,MAAM,EAAE,YAAY;IAEvC,sBAAsB,CAAC,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,gBAAgB;IAO1E,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,gBAAgB;yCAZxC,mBAAmB;2CAAnB,mBAAmB;CAe/B"}
@@ -17,6 +17,6 @@ export declare class FeatureEditorModule {
17
17
  static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureEditorModule, [typeof i1.WizardComponent, typeof i2.WizardFieldComponent, typeof i3.WizardSummarizeComponent], [typeof i4.CommonModule, typeof i5.UiInputsModule, typeof i6.UiWidgetsModule, typeof i7.TranslateModule, typeof i8.MatDatepickerModule, typeof i9.MatNativeDateModule, typeof i10.MatFormFieldModule, typeof i11.HttpClientModule, typeof i11.HttpClientXsrfModule, typeof i12.StoreFeatureModule, typeof i13.EffectsFeatureModule], [typeof i1.WizardComponent, typeof i3.WizardSummarizeComponent]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<FeatureEditorModule>;
19
19
  }
20
- export * from './services/wizard.service';
21
20
  export * from './models/index';
21
+ export * from './services/wizard.service';
22
22
  //# sourceMappingURL=feature-editor.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-editor.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/editor/src/lib/feature-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAkBA,qBAyBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG;AACnC,cAAc,2BAA2B,CAAA;AACzC,cAAc,gBAAgB,CAAA"}
1
+ {"version":3,"file":"feature-editor.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/editor/src/lib/feature-editor.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAkBA,qBAyBa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG;AACnC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,2BAA2B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"fields.config.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/editor/src/lib/fields.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAE1D,eAAO,MAAM,cAAc,EAAE,kBAgC5B,CAAA"}
1
+ {"version":3,"file":"fields.config.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/editor/src/lib/fields.config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAE1D,eAAO,MAAM,cAAc,EAAE,kBAqD5B,CAAA"}
@@ -1,4 +1,4 @@
1
- import { FormFieldConfig } from '../../../../../../libs/ui/inputs/src';
1
+ import { FormFieldConfig } from '../components/record-form/form-field';
2
2
  export type EditorFieldExpression = `$\{${string}}`;
3
3
  export interface EditorFieldConfig {
4
4
  formFieldConfig?: FormFieldConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"editor.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/services/editor.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAC1E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;;AAG3D,qBAGa,aAAa;IAItB,OAAO,CAAC,IAAI;IAGZ,OAAO,CAAC,gBAAgB;IAN1B,OAAO,CAAC,MAAM,CAAgE;gBAGpE,IAAI,EAAE,UAAU,EAGhB,gBAAgB,EAAE,aAAa;IAIzC,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAYzD,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,YAAY,EAAE,kBAAkB,GAC/B,UAAU,CAAC,aAAa,CAAC;yCA1BjB,aAAa;6CAAb,aAAa;CAsDzB"}
1
+ {"version":3,"file":"editor.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/editor/src/lib/services/editor.service.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAC1E,OAAO,EAAQ,UAAU,EAAE,MAAM,MAAM,CAAA;AAEvC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;;AAG3D,qBAGa,aAAa;IAItB,OAAO,CAAC,IAAI;IAGZ,OAAO,CAAC,gBAAgB;IAN1B,OAAO,CAAC,MAAM,CAAgE;gBAGpE,IAAI,EAAE,UAAU,EAGhB,gBAAgB,EAAE,aAAa;IAIzC,gBAAgB,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU,CAAC,aAAa,CAAC;IAgBzD,UAAU,CACR,MAAM,EAAE,aAAa,EACrB,YAAY,EAAE,kBAAkB,GAC/B,UAAU,CAAC,aAAa,CAAC;yCA9BjB,aAAa;6CAAb,aAAa;CA8DzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"add-layer-record-preview.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAE,MAAM,eAAe,CAAA;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAA;AAChF,OAAO,EAEL,qBAAqB,EAEtB,MAAM,2CAA2C,CAAA;AAClD,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAA;AAEjD,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EACL,oBAAoB,EAErB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,mBAAmB,EAEpB,MAAM,8DAA8D,CAAA;;AAErE,qBAMa,8BAA+B,SAAQ,sBAAsB;IAQtE,SAAS,CAAC,UAAU,EAAE,UAAU;IAChC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAVlB,IAAI,QAAQ,IAAI,mBAAmB,EAAE,CAIpC;gBAGW,UAAU,EAAE,UAAU,EACxB,cAAc,EAAE,qBAAqB,EACrC,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,eAAe;IAK7B,eAAe,CAAC,IAAI,EAAE,mBAAmB;IAK/C,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IAiBnC,YAAY,CAAC,IAAI,EAAE,mBAAmB;yCAxC3B,8BAA8B;2CAA9B,8BAA8B;CA2C1C"}
1
+ {"version":3,"file":"add-layer-record-preview.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,UAAU,EAAE,MAAM,eAAe,CAAA;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAA;AAChF,OAAO,EAEL,qBAAqB,EAEtB,MAAM,2CAA2C,CAAA;AAClD,OAAO,EAAE,UAAU,EAAkB,MAAM,MAAM,CAAA;AAEjD,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAA;AACnD,OAAO,EACL,oBAAoB,EAErB,MAAM,qCAAqC,CAAA;AAC5C,OAAO,EACL,mBAAmB,EAEpB,MAAM,8DAA8D,CAAA;;AAErE,qBAMa,8BAA+B,SAAQ,sBAAsB;IAQtE,SAAS,CAAC,UAAU,EAAE,UAAU;IAChC,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IAVlB,IAAI,QAAQ,IAAI,mBAAmB,EAAE,CAIpC;gBAGW,UAAU,EAAE,UAAU,EACxB,cAAc,EAAE,qBAAqB,EACrC,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,eAAe;IAK7B,eAAe,CAAC,IAAI,EAAE,mBAAmB;IAK/C,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IAqBnC,YAAY,CAAC,IAAI,EAAE,mBAAmB;yCA5C3B,8BAA8B;2CAA9B,8BAA8B;CA+C1C"}
@@ -0,0 +1,28 @@
1
+ import { OnInit, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
+ import { Subject } from 'rxjs';
3
+ import { DropdownChoice } from '../../../../../../libs/ui/inputs/src';
4
+ import { MapLayer } from '../+state/map.models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class AddLayerFromOgcApiComponent implements OnInit {
7
+ private changeDetectorRef;
8
+ ogcUrl: string;
9
+ layerAdded: EventEmitter<MapLayer>;
10
+ urlChange: Subject<string>;
11
+ loading: boolean;
12
+ layers: any[];
13
+ errorMessage: string | null;
14
+ selectedLayerTypes: {
15
+ [key: string]: DropdownChoice['value'];
16
+ };
17
+ constructor(changeDetectorRef: ChangeDetectorRef);
18
+ ngOnInit(): void;
19
+ loadLayers(): Promise<void>;
20
+ setDefaultLayerTypes(): void;
21
+ getLayerChoices(layer: any): any[];
22
+ shouldDisplayLayer(layer: any): any;
23
+ onLayerTypeSelect(layerName: string, selectedType: any): void;
24
+ addLayer(layer: string, layerType: any): Promise<void>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<AddLayerFromOgcApiComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddLayerFromOgcApiComponent, "gn-ui-add-layer-from-ogc-api", never, { "ogcUrl": { "alias": "ogcUrl"; "required": false; }; }, { "layerAdded": "layerAdded"; }, never, never, true, never>;
27
+ }
28
+ //# sourceMappingURL=add-layer-from-ogc-api.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-layer-from-ogc-api.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EAEN,YAAY,EAGZ,iBAAiB,EAClB,MAAM,eAAe,CAAA;AAEtB,OAAO,EAAE,OAAO,EAAgB,MAAM,MAAM,CAAA;AAM5C,OAAO,EAAE,cAAc,EAAkB,MAAM,sCAAsC,CAAA;AAErF,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;;AAE/C,qBAOa,2BAA4B,YAAW,MAAM;IAU5C,OAAO,CAAC,iBAAiB;IAT5B,MAAM,EAAE,MAAM,CAAA;IACb,UAAU,yBAA+B;IAEnD,SAAS,kBAAwB;IACjC,OAAO,UAAQ;IACf,MAAM,EAAE,GAAG,EAAE,CAAK;IAClB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAO;IAClC,kBAAkB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,cAAc,CAAC,OAAO,CAAC,CAAA;KAAE,CAAK;gBAE/C,iBAAiB,EAAE,iBAAiB;IAExD,QAAQ;IAMF,UAAU;IAqBhB,oBAAoB;IASpB,eAAe,CAAC,KAAK,EAAE,GAAG;IAiB1B,kBAAkB,CAAC,KAAK,EAAE,GAAG;IAS7B,iBAAiB,CAAC,SAAS,EAAE,MAAM,EAAE,YAAY,EAAE,GAAG;IAMhD,QAAQ,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG;yCAhFjC,2BAA2B;2CAA3B,2BAA2B;CA2GvC"}
@@ -20,9 +20,10 @@ import * as i18 from "@ngrx/store";
20
20
  import * as i19 from "@ngrx/effects";
21
21
  import * as i20 from "../../../../ui/elements/src/lib/ui-elements.module";
22
22
  import * as i21 from "../../../../ui/inputs/src/lib/ui-inputs.module";
23
+ import * as i22 from "./add-layer-from-ogc-api/add-layer-from-ogc-api.component";
23
24
  export declare class FeatureMapModule {
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureMapModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureMapModule, [typeof i1.MapContextComponent, typeof i2.MapInstanceDirective, typeof i3.LayersPanelComponent, typeof i4.AddLayerFromCatalogComponent, typeof i5.MapContainerComponent, typeof i6.AddLayerRecordPreviewComponent, typeof i7.AddLayerFromWmsComponent, typeof i8.AddLayerFromFileComponent, typeof i9.AddLayerFromWfsComponent, typeof i10.GeocodingComponent], [typeof i11.CommonModule, typeof i12.UiMapModule, typeof i13.UiLayoutModule, typeof i14.MatIconModule, typeof i15.MatTabsModule, typeof i16.TranslateModule, typeof i17.FeatureSearchModule, typeof i18.StoreFeatureModule, typeof i19.EffectsFeatureModule, typeof i20.UiElementsModule, typeof i21.UiInputsModule], [typeof i1.MapContextComponent, typeof i2.MapInstanceDirective, typeof i3.LayersPanelComponent, typeof i4.AddLayerFromCatalogComponent, typeof i5.MapContainerComponent, typeof i10.GeocodingComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureMapModule, [typeof i1.MapContextComponent, typeof i2.MapInstanceDirective, typeof i3.LayersPanelComponent, typeof i4.AddLayerFromCatalogComponent, typeof i5.MapContainerComponent, typeof i6.AddLayerRecordPreviewComponent, typeof i7.AddLayerFromWmsComponent, typeof i8.AddLayerFromFileComponent, typeof i9.AddLayerFromWfsComponent, typeof i10.GeocodingComponent], [typeof i11.CommonModule, typeof i12.UiMapModule, typeof i13.UiLayoutModule, typeof i14.MatIconModule, typeof i15.MatTabsModule, typeof i16.TranslateModule, typeof i17.FeatureSearchModule, typeof i18.StoreFeatureModule, typeof i19.EffectsFeatureModule, typeof i20.UiElementsModule, typeof i21.UiInputsModule, typeof i22.AddLayerFromOgcApiComponent], [typeof i1.MapContextComponent, typeof i2.MapInstanceDirective, typeof i3.LayersPanelComponent, typeof i4.AddLayerFromCatalogComponent, typeof i5.MapContainerComponent, typeof i10.GeocodingComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<FeatureMapModule>;
27
28
  }
28
29
  //# sourceMappingURL=feature-map.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature-map.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/map/src/lib/feature-map.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AA4BA,qBA8Ca,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
1
+ {"version":3,"file":"feature-map.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/map/src/lib/feature-map.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA6BA,qBA+Ca,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -3,8 +3,10 @@ import * as i0 from "@angular/core";
3
3
  export declare class LayersPanelComponent {
4
4
  private mapFacade;
5
5
  layers$: import("rxjs").Observable<import("geonetwork-ui").MapLayerWithInfo[]>;
6
+ ogcUrl: string;
6
7
  constructor(mapFacade: MapFacade);
7
8
  deleteLayer(index: number): void;
9
+ addLayer(layer: any): void;
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<LayersPanelComponent, never>;
9
11
  static ɵcmp: i0.ɵɵComponentDeclaration<LayersPanelComponent, "gn-ui-layers-panel", never, {}, {}, never, never, false, never>;
10
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"layers-panel.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;;AAEhD,qBAMa,oBAAoB;IAEnB,OAAO,CAAC,SAAS;IAD7B,OAAO,wEAAyB;gBACZ,SAAS,EAAE,SAAS;IAExC,WAAW,CAAC,KAAK,EAAE,MAAM;yCAJd,oBAAoB;2CAApB,oBAAoB;CAOhC"}
1
+ {"version":3,"file":"layers-panel.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;;AAEhD,qBAMa,oBAAoB;IAGnB,OAAO,CAAC,SAAS;IAF7B,OAAO,wEAAyB;IAChC,MAAM,SAAK;gBACS,SAAS,EAAE,SAAS;IAExC,WAAW,CAAC,KAAK,EAAE,MAAM;IAIzB,QAAQ,CAAC,KAAK,KAAA;yCATH,oBAAoB;2CAApB,oBAAoB;CAYhC"}
@@ -1,13 +1,13 @@
1
1
  import type { FeatureCollection } from 'geojson';
2
2
  import { Coordinate } from 'ol/coordinate';
3
3
  import type { Extent } from 'ol/extent';
4
- import { Options } from 'ol/source/WMTS';
5
4
  export declare enum MapContextLayerTypeEnum {
6
5
  XYZ = "xyz",
7
6
  WMS = "wms",
8
7
  WMTS = "wmts",
9
8
  WFS = "wfs",
10
- GEOJSON = "geojson"
9
+ GEOJSON = "geojson",
10
+ OGCAPI = "ogcapi"
11
11
  }
12
12
  export interface MapContextModel {
13
13
  layers: MapContextLayerModel[];
@@ -17,20 +17,31 @@ export interface MapContextLayerWmsModel {
17
17
  type: 'wms';
18
18
  url: string;
19
19
  name: string;
20
+ attributions?: string;
20
21
  }
21
22
  export interface MapContextLayerWmtsModel {
22
23
  type: 'wmts';
23
- options: Options;
24
- extent?: Extent;
24
+ url: string;
25
+ name: string;
26
+ attributions?: string;
25
27
  }
26
28
  interface MapContextLayerWfsModel {
27
29
  type: 'wfs';
28
30
  url: string;
29
31
  name: string;
32
+ attributions?: string;
33
+ }
34
+ export interface MapContextLayerOgcapiModel {
35
+ type: 'ogcapi';
36
+ url: string;
37
+ name: string;
38
+ layerType: 'feature' | 'vectorTiles' | 'mapTiles' | 'record';
39
+ attributions?: string;
30
40
  }
31
41
  interface LayerXyzModel {
32
42
  type: 'xyz';
33
43
  name?: string;
44
+ attributions?: string;
34
45
  }
35
46
  interface LayerXyzModelWithUrl extends LayerXyzModel {
36
47
  url: string;
@@ -43,6 +54,7 @@ interface LayerXyzModelWithUrls extends LayerXyzModel {
43
54
  export type MapContextLayerXyzModel = LayerXyzModelWithUrl | LayerXyzModelWithUrls;
44
55
  interface LayerGeojson {
45
56
  type: 'geojson';
57
+ attributions?: string;
46
58
  }
47
59
  interface LayerGeojsonWithUrl extends LayerGeojson {
48
60
  url: string;
@@ -53,7 +65,7 @@ interface LayerGeojsonWithData extends LayerGeojson {
53
65
  url?: never;
54
66
  }
55
67
  export type MapContextLayerGeojsonModel = LayerGeojsonWithUrl | LayerGeojsonWithData;
56
- export type MapContextLayerModel = MapContextLayerWmsModel | MapContextLayerWmtsModel | MapContextLayerWfsModel | MapContextLayerXyzModel | MapContextLayerGeojsonModel;
68
+ export type MapContextLayerModel = MapContextLayerWmsModel | MapContextLayerWmtsModel | MapContextLayerWfsModel | MapContextLayerXyzModel | MapContextLayerGeojsonModel | MapContextLayerOgcapiModel;
57
69
  export interface MapContextViewModel {
58
70
  center?: Coordinate;
59
71
  zoom?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"map-context.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/map-context/map-context.model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAExC,oBAAY,uBAAuB;IACjC,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,OAAO,YAAY;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,oBAAoB,EAAE,CAAA;IAC9B,IAAI,CAAC,EAAE,mBAAmB,CAAA;CAC3B;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,KAAK,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;CACb;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,UAAU,uBAAuB;IAC/B,IAAI,EAAE,KAAK,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;CACb;AAED,UAAU,aAAa;IACrB,IAAI,EAAE,KAAK,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AACD,UAAU,oBAAqB,SAAQ,aAAa;IAClD,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;AACD,UAAU,qBAAsB,SAAQ,aAAa;IACnD,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,GAAG,CAAC,EAAE,KAAK,CAAA;CACZ;AACD,MAAM,MAAM,uBAAuB,GAC/B,oBAAoB,GACpB,qBAAqB,CAAA;AAEzB,UAAU,YAAY;IACpB,IAAI,EAAE,SAAS,CAAA;CAChB;AACD,UAAU,mBAAoB,SAAQ,YAAY;IAChD,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;AACD,UAAU,oBAAqB,SAAQ,YAAY;IACjD,IAAI,EAAE,iBAAiB,GAAG,MAAM,CAAA;IAChC,GAAG,CAAC,EAAE,KAAK,CAAA;CACZ;AACD,MAAM,MAAM,2BAA2B,GACnC,mBAAmB,GACnB,oBAAoB,CAAA;AAExB,MAAM,MAAM,oBAAoB,GAC5B,uBAAuB,GACvB,wBAAwB,GACxB,uBAAuB,GACvB,uBAAuB,GACvB,2BAA2B,CAAA;AAE/B,MAAM,WAAW,mBAAmB;IAClC,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
1
+ {"version":3,"file":"map-context.model.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/map-context/map-context.model.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAEvC,oBAAY,uBAAuB;IACjC,GAAG,QAAQ;IACX,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,MAAM,WAAW;CAClB;AAED,MAAM,WAAW,eAAe;IAC9B,MAAM,EAAE,oBAAoB,EAAE,CAAA;IAC9B,IAAI,CAAC,EAAE,mBAAmB,CAAA;CAC3B;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,KAAK,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,UAAU,uBAAuB;IAC/B,IAAI,EAAE,KAAK,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,QAAQ,CAAA;IACd,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,SAAS,GAAG,aAAa,GAAG,UAAU,GAAG,QAAQ,CAAA;IAC5D,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,UAAU,aAAa;IACrB,IAAI,EAAE,KAAK,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AACD,UAAU,oBAAqB,SAAQ,aAAa;IAClD,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;AACD,UAAU,qBAAsB,SAAQ,aAAa;IACnD,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,GAAG,CAAC,EAAE,KAAK,CAAA;CACZ;AACD,MAAM,MAAM,uBAAuB,GAC/B,oBAAoB,GACpB,qBAAqB,CAAA;AAEzB,UAAU,YAAY;IACpB,IAAI,EAAE,SAAS,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AACD,UAAU,mBAAoB,SAAQ,YAAY;IAChD,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,KAAK,CAAA;CACb;AACD,UAAU,oBAAqB,SAAQ,YAAY;IACjD,IAAI,EAAE,iBAAiB,GAAG,MAAM,CAAA;IAChC,GAAG,CAAC,EAAE,KAAK,CAAA;CACZ;AACD,MAAM,MAAM,2BAA2B,GACnC,mBAAmB,GACnB,oBAAoB,CAAA;AAExB,MAAM,MAAM,oBAAoB,GAC5B,uBAAuB,GACvB,wBAAwB,GACxB,uBAAuB,GACvB,uBAAuB,GACvB,2BAA2B,GAC3B,0BAA0B,CAAA;AAE9B,MAAM,WAAW,mBAAmB;IAClC,MAAM,CAAC,EAAE,UAAU,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB"}
@@ -14,7 +14,7 @@ export declare class MapContextService {
14
14
  private styleService;
15
15
  constructor(mapUtils: MapUtilsService, styleService: MapStyleService);
16
16
  resetMapFromContext(map: Map, mapContext: MapContextModel, mapConfig?: MapConfig): Map;
17
- createLayer(layerModel: MapContextLayerModel): Layer;
17
+ createLayer(layerModel: MapContextLayerModel, mapConfig?: MapConfig): Layer;
18
18
  createView(viewModel: MapContextViewModel, map?: Map): View;
19
19
  addDefaultBaselayerContext(layers: MapContextLayerModel[]): MapContextLayerModel[];
20
20
  mergeMapConfigWithContext(mapContext: MapContextModel, mapConfig: MapConfig): MapContextModel;
@@ -1 +1 @@
1
- {"version":3,"file":"map-context.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/map-context/map-context.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EACL,oBAAoB,EAEpB,uBAAuB,EACvB,eAAe,EACf,mBAAmB,EACpB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,GAAG,MAAM,QAAQ,CAAA;AACxB,OAAO,IAAI,MAAM,SAAS,CAAA;AAC1B,OAAO,KAAK,MAAM,eAAe,CAAA;AAOjC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,4CAA4C,CAAA;;AAQnF,eAAO,MAAM,yBAAyB,EAAE,uBAOvC,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,mBAG1B,CAAA;AAED,eAAO,MAAM,gBAAgB,QAAQ,CAAA;AAErC,qBAGa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,YAAY;gBADZ,QAAQ,EAAE,eAAe,EACzB,YAAY,EAAE,eAAe;IAGvC,mBAAmB,CACjB,GAAG,EAAE,GAAG,EACR,UAAU,EAAE,eAAe,EAC3B,SAAS,CAAC,EAAE,SAAS,GACpB,GAAG;IAkBN,WAAW,CAAC,UAAU,EAAE,oBAAoB,GAAG,KAAK;IAuFpD,UAAU,CAAC,SAAS,EAAE,mBAAmB,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI;IAqB3D,0BAA0B,CACxB,MAAM,EAAE,oBAAoB,EAAE,GAC7B,oBAAoB,EAAE;IAMzB,yBAAyB,CACvB,UAAU,EAAE,eAAe,EAC3B,SAAS,EAAE,SAAS,GACnB,eAAe;IAsBlB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,mBAAmB;IAM1D,yBAAyB,CAAC,MAAM,EAAE,WAAW,GAAG,oBAAoB;yCA/KzD,iBAAiB;6CAAjB,iBAAiB;CA0M7B"}
1
+ {"version":3,"file":"map-context.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/map-context/map-context.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EACL,oBAAoB,EAEpB,uBAAuB,EACvB,eAAe,EACf,mBAAmB,EACpB,MAAM,qBAAqB,CAAA;AAC5B,OAAO,GAAG,MAAM,QAAQ,CAAA;AACxB,OAAO,IAAI,MAAM,SAAS,CAAA;AAC1B,OAAO,KAAK,MAAM,eAAe,CAAA;AAOjC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,4CAA4C,CAAA;;AAcnF,eAAO,MAAM,yBAAyB,EAAE,uBAQvC,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,mBAG1B,CAAA;AAED,eAAO,MAAM,gBAAgB,QAAQ,CAAA;AAErC,qBAGa,iBAAiB;IAE1B,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,YAAY;gBADZ,QAAQ,EAAE,eAAe,EACzB,YAAY,EAAE,eAAe;IAGvC,mBAAmB,CACjB,GAAG,EAAE,GAAG,EACR,UAAU,EAAE,eAAe,EAC3B,SAAS,CAAC,EAAE,SAAS,GACpB,GAAG;IAoBN,WAAW,CAAC,UAAU,EAAE,oBAAoB,EAAE,SAAS,CAAC,EAAE,SAAS,GAAG,KAAK;IAkJ3E,UAAU,CAAC,SAAS,EAAE,mBAAmB,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,IAAI;IAqB3D,0BAA0B,CACxB,MAAM,EAAE,oBAAoB,EAAE,GAC7B,oBAAoB,EAAE;IAMzB,yBAAyB,CACvB,UAAU,EAAE,eAAe,EAC3B,SAAS,EAAE,SAAS,GACnB,eAAe;IAsBlB,eAAe,CAAC,SAAS,EAAE,SAAS,GAAG,mBAAmB;IAM1D,yBAAyB,CAAC,MAAM,EAAE,WAAW,GAAG,oBAAoB;yCA5OzD,iBAAiB;6CAAjB,iBAAiB;CAuQ7B"}
@@ -8,10 +8,10 @@ import Map from 'ol/Map';
8
8
  import Source from 'ol/source/Source';
9
9
  import { DragPan, Interaction, MouseWheelZoom } from 'ol/interaction';
10
10
  import { Observable } from 'rxjs';
11
- import { MapContextLayerModel, MapContextLayerWmsModel, MapContextLayerWmtsModel } from '../map-context/map-context.model';
11
+ import { MapContextLayerModel, MapContextLayerWmsModel } from '../map-context/map-context.model';
12
12
  import Collection from 'ol/Collection';
13
13
  import MapBrowserEvent from 'ol/MapBrowserEvent';
14
- import { CatalogRecord, DatasetDistribution } from '../../../../../../libs/common/domain/src/lib/model/record';
14
+ import { CatalogRecord } from '../../../../../../libs/common/domain/src/lib/model/record';
15
15
  import { ProxyService } from '../../../../../../libs/util/shared/src';
16
16
  import * as i0 from "@angular/core";
17
17
  export declare class MapUtilsService {
@@ -29,7 +29,6 @@ export declare class MapUtilsService {
29
29
  */
30
30
  getLayerExtent(layer: MapContextLayerModel): Promise<Extent | null>;
31
31
  getWmsLayerExtent(layer: MapContextLayerWmsModel): Promise<Extent | null>;
32
- getWmtsLayerFromCapabilities(link: DatasetDistribution): Observable<MapContextLayerWmtsModel>;
33
32
  prioritizePageScroll(interactions: Collection<Interaction>): void;
34
33
  getRecordExtent(record: Partial<CatalogRecord>): Extent;
35
34
  static ɵfac: i0.ɵɵFactoryDeclaration<MapUtilsService, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"map-utils.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/utils/map-utils.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,EAAU,MAAM,EAAW,MAAM,WAAW,CAAA;AACnD,OAAO,OAAO,MAAM,YAAY,CAAA;AAEhC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAClC,OAAO,KAAK,MAAM,gBAAgB,CAAA;AAClC,OAAO,GAAG,MAAM,QAAQ,CAAA;AAExB,OAAO,MAAM,MAAM,kBAAkB,CAAA;AAKrC,OAAO,EAAY,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAQ/E,OAAO,EAAQ,UAAU,EAAE,MAAM,MAAM,CAAA;AAEvC,OAAO,EACL,oBAAoB,EAEpB,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,kCAAkC,CAAA;AACzC,OAAO,UAAU,MAAM,eAAe,CAAA;AACtC,OAAO,eAAe,MAAM,oBAAoB,CAAA;AAChD,OAAO,EACL,aAAa,EACb,mBAAmB,EACpB,MAAM,2DAA2D,CAAA;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;;AAWrE,qBAGa,eAAe;IACd,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,KAAK;gBAA/B,IAAI,EAAE,UAAU,EAAU,KAAK,EAAE,YAAY;IAEjE,cAAc,IAAI,GAAG;IAOrB,qBAAqB,sBACA,iBAAiB,0DAGnC,QAAQ,QAAQ,CAAC,EAAE,CAKrB;IAED,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO;IAOzC,SAAS,CAAC,KAAK,KAAA,EAAE,GAAG,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAYzC,0BAA0B,CAAC,KAAK,KAAA,EAAE,KAAK,KAAA,GAAG,OAAO,CAAC,QAAQ,CAAC,EAAE;IAe7D,kCAAkC,CAChC,KAAK,EAAE,GAAG,EACV,KAAK,EAAE,eAAe,CAAC,YAAY,CAAC,GACnC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE;IAoBpC;;OAEG;IACG,cAAc,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAoCnE,iBAAiB,CACrB,KAAK,EAAE,uBAAuB,GAC7B,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAuBzB,4BAA4B,CAC1B,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,wBAAwB,CAAC;IAwCvC,oBAAoB,CAAC,YAAY,EAAE,UAAU,CAAC,WAAW,CAAC;IAuB1D,eAAe,CAAC,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,MAAM;yCA/M5C,eAAe;6CAAf,eAAe;CA6N3B;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,OAAO,EACb,KAAK,EAAE,eAAe,CAAC,YAAY,CAAC,WAQrC;AAED,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,cAAc,EACpB,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,WAMhC"}
1
+ {"version":3,"file":"map-utils.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/map/src/lib/utils/map-utils.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAChD,OAAO,EAAU,MAAM,EAAW,MAAM,WAAW,CAAA;AACnD,OAAO,OAAO,MAAM,YAAY,CAAA;AAEhC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAClC,OAAO,KAAK,MAAM,gBAAgB,CAAA;AAClC,OAAO,GAAG,MAAM,QAAQ,CAAA;AAExB,OAAO,MAAM,MAAM,kBAAkB,CAAA;AAIrC,OAAO,EAAY,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAO/E,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACxB,MAAM,kCAAkC,CAAA;AACzC,OAAO,UAAU,MAAM,eAAe,CAAA;AACtC,OAAO,eAAe,MAAM,oBAAoB,CAAA;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAA;AACzF,OAAO,EAAE,YAAY,EAAE,MAAM,wCAAwC,CAAA;;AAYrE,qBAGa,eAAe;IACd,OAAO,CAAC,IAAI;IAAc,OAAO,CAAC,KAAK;gBAA/B,IAAI,EAAE,UAAU,EAAU,KAAK,EAAE,YAAY;IAEjE,cAAc,IAAI,GAAG;IAUrB,qBAAqB,sBACA,iBAAiB,0DAGnC,QAAQ,QAAQ,CAAC,EAAE,CAKrB;IAED,UAAU,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,OAAO;IAOzC,SAAS,CAAC,KAAK,KAAA,EAAE,GAAG,KAAA,EAAE,UAAU,KAAA,GAAG,MAAM;IAYzC,0BAA0B,CAAC,KAAK,KAAA,EAAE,KAAK,KAAA,GAAG,OAAO,CAAC,QAAQ,CAAC,EAAE;IAe7D,kCAAkC,CAChC,KAAK,EAAE,GAAG,EACV,KAAK,EAAE,eAAe,CAAC,YAAY,CAAC,GACnC,UAAU,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE;IAoBpC;;OAEG;IACG,cAAc,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAuCnE,iBAAiB,CACrB,KAAK,EAAE,uBAAuB,GAC7B,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAyBzB,oBAAoB,CAAC,YAAY,EAAE,UAAU,CAAC,WAAW,CAAC;IAuB1D,eAAe,CAAC,MAAM,EAAE,OAAO,CAAC,aAAa,CAAC,GAAG,MAAM;yCA7K5C,eAAe;6CAAf,eAAe;CA2L3B;AAED,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,OAAO,EACb,KAAK,EAAE,eAAe,CAAC,YAAY,CAAC,WAQrC;AAED,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,cAAc,EACpB,KAAK,EAAE,eAAe,CAAC,OAAO,CAAC,WAMhC"}
@@ -0,0 +1,4 @@
1
+ export * from './lib/feature-notifications.module';
2
+ export * from './lib/notifications.service';
3
+ export * from './lib/notifications-container/notifications-container.component';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/feature/notifications/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAA;AAClD,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iEAAiE,CAAA"}
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class FeatureNotificationsModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeatureNotificationsModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FeatureNotificationsModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<FeatureNotificationsModule>;
6
+ }
7
+ //# sourceMappingURL=feature-notifications.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature-notifications.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/notifications/src/lib/feature-notifications.module.ts"],"names":[],"mappings":";AAGA,qBAMa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CAAG"}
@@ -0,0 +1,7 @@
1
+ export interface NotificationContent {
2
+ type: 'info' | 'warning' | 'error' | 'success';
3
+ title: string;
4
+ text: string;
5
+ closeMessage?: string;
6
+ }
7
+ //# sourceMappingURL=notification.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notification.model.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/notifications/src/lib/notification.model.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAA;IAC9C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB"}
@@ -0,0 +1,12 @@
1
+ import { NotificationsService } from '../notifications.service';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NotificationsContainerComponent {
4
+ protected notificationsService: NotificationsService;
5
+ constructor(notificationsService: NotificationsService);
6
+ trackById(index: number, notification: {
7
+ id: number;
8
+ }): number;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsContainerComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsContainerComponent, "gn-ui-notifications-container", never, {}, {}, never, never, true, never>;
11
+ }
12
+ //# sourceMappingURL=notifications-container.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notifications-container.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAA;;AAU/D,qBAyBa,+BAA+B;IAC9B,SAAS,CAAC,oBAAoB,EAAE,oBAAoB;gBAA1C,oBAAoB,EAAE,oBAAoB;IAEhE,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE;yCAH1C,+BAA+B;2CAA/B,+BAA+B;CAM3C"}
@@ -0,0 +1,15 @@
1
+ import { NotificationContent } from './notification.model';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ type NotificationWithIdentity = NotificationContent & {
5
+ id: number;
6
+ };
7
+ export declare class NotificationsService {
8
+ notifications$: BehaviorSubject<NotificationWithIdentity[]>;
9
+ showNotification(content: NotificationContent, timeoutMs?: number): void;
10
+ removeNotificationById(id: number): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationsService>;
13
+ }
14
+ export {};
15
+ //# sourceMappingURL=notifications.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notifications.service.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/notifications/src/lib/notifications.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAA;;AAEtC,KAAK,wBAAwB,GAAG,mBAAmB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAA;AAEpE,qBAGa,oBAAoB;IAC/B,cAAc,8CAAsD;IAEpE,gBAAgB,CAAC,OAAO,EAAE,mBAAmB,EAAE,SAAS,CAAC,EAAE,MAAM;IASjE,sBAAsB,CAAC,EAAE,EAAE,MAAM;yCAZtB,oBAAoB;6CAApB,oBAAoB;CAiBhC"}
@@ -1 +1 @@
1
- {"version":3,"file":"feature-record.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/record/src/lib/feature-record.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AA0BA,qBAmCa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
1
+ {"version":3,"file":"feature-record.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/feature/record/src/lib/feature-record.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AA6BA,qBAmCa,mBAAmB;yCAAnB,mBAAmB;0CAAnB,mBAAmB;0CAAnB,mBAAmB;CAAG"}
@@ -20,7 +20,7 @@ export declare class MapViewComponent implements OnInit, OnDestroy {
20
20
  selection: Feature<Geometry>;
21
21
  private subscription;
22
22
  private selectionStyle;
23
- compatibleMapLinks$: Observable<DatasetDistribution[]>;
23
+ compatibleMapLinks$: Observable<any[]>;
24
24
  dropdownChoices$: Observable<{
25
25
  label: string;
26
26
  value: number;
@@ -28,7 +28,7 @@ export declare class MapViewComponent implements OnInit, OnDestroy {
28
28
  selectedLinkIndex$: BehaviorSubject<number>;
29
29
  loading: boolean;
30
30
  error: any;
31
- selectedLink$: Observable<DatasetDistribution>;
31
+ selectedLink$: Observable<any>;
32
32
  currentLayers$: Observable<any[]>;
33
33
  mapContext$: Observable<MapContextModel>;
34
34
  constructor(mdViewFacade: MdViewFacade, mapManager: MapManagerService, mapUtils: MapUtilsService, dataService: DataService, featureInfo: FeatureInfoService, changeRef: ChangeDetectorRef, styleService: MapStyleService);
@@ -1 +1 @@
1
- {"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EAEpB,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAwB,SAAS,EAAE,MAAM,4CAA4C,CAAA;AAE5F,OAAO,OAAO,MAAM,YAAY,CAAA;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,eAAe,EAIf,UAAU,EAMX,MAAM,MAAM,CAAA;AASb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAE/F,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IAsFtD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IA3FtB,SAAS,EAAE,SAAS,CAAyB;IAC7C,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC5B,OAAO,CAAC,YAAY,CAAqB;IACzC,OAAO,CAAC,cAAc,CAAW;IAEjC,mBAAmB,oCAKlB;IAED,gBAAgB;;;SASf;IACD,kBAAkB,0BAAyB;IAE3C,OAAO,UAAQ;IACf,KAAK,MAAO;IAEZ,aAAa,kCAGiC;IAE9C,cAAc,oBAiBb;IAED,WAAW,8BA+BV;gBAGS,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,iBAAiB,EAC7B,QAAQ,EAAE,eAAe,EACzB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,kBAAkB,EAC/B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,eAAe;IAGvC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,GAAG,IAAI;IASvD,cAAc,IAAI,IAAI;IAOtB,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IA4BnC,mBAAmB,CAAC,IAAI,EAAE,MAAM;yCA5JrB,gBAAgB;2CAAhB,gBAAgB;CA+J5B"}
1
+ {"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAEjB,SAAS,EACT,MAAM,EACP,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EAEpB,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,eAAe,EAChB,MAAM,wCAAwC,CAAA;AAC/C,OAAO,EAAwB,SAAS,EAAE,MAAM,4CAA4C,CAAA;AAE5F,OAAO,OAAO,MAAM,YAAY,CAAA;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAA;AAElC,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAA;AAUb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;;AAE/F,qBAMa,gBAAiB,YAAW,MAAM,EAAE,SAAS;IA8FtD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,YAAY;IAnGtB,SAAS,EAAE,SAAS,CAAyB;IAC7C,SAAS,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAC5B,OAAO,CAAC,YAAY,CAAqB;IACzC,OAAO,CAAC,cAAc,CAAW;IAEjC,mBAAmB,oBAOlB;IAED,gBAAgB;;;SASf;IACD,kBAAkB,0BAAyB;IAE3C,OAAO,UAAQ;IACf,KAAK,MAAO;IAEZ,aAAa,kBAGiC;IAE9C,cAAc,oBAiBb;IAED,WAAW,8BAqCV;gBAGS,YAAY,EAAE,YAAY,EAC1B,UAAU,EAAE,iBAAiB,EAC7B,QAAQ,EAAE,eAAe,EACzB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,kBAAkB,EAC/B,SAAS,EAAE,iBAAiB,EAC5B,YAAY,EAAE,eAAe;IAGvC,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAWhB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,GAAG,IAAI;IASvD,cAAc,IAAI,IAAI;IAOtB,gBAAgB,CACd,IAAI,EAAE,mBAAmB,GACxB,UAAU,CAAC,oBAAoB,CAAC;IAiCnC,mBAAmB,CAAC,IAAI,EAAE,MAAM;yCAzKrB,gBAAgB;2CAAhB,gBAAgB;CA4K5B"}