geonetwork-ui 2.2.0-dev.auto-publish-npm-package → 2.2.0-dev.b0f82edc

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 (425) hide show
  1. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +28 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +96 -59
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.mjs +8 -4
  4. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +1 -1
  5. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.mjs +14 -0
  6. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/converter.mjs +25 -17
  7. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +55 -23
  8. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +52 -32
  9. package/esm2022/libs/api/repository/src/index.mjs +2 -1
  10. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +3 -1
  11. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +10 -3
  12. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +14 -5
  13. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +33 -8
  14. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +13 -26
  15. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
  16. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +1 -1
  17. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +2 -0
  18. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +1 -1
  19. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +2 -1
  20. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +1 -1
  21. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +1 -1
  22. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  23. package/esm2022/libs/feature/auth/src/lib/feature-auth.module.mjs +2 -2
  24. package/esm2022/libs/feature/catalog/src/lib/feature-catalog.module.mjs +2 -2
  25. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +4 -10
  26. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +4 -15
  27. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +5 -4
  28. package/esm2022/libs/feature/editor/src/lib/record-form/record-form.component.mjs +5 -3
  29. package/esm2022/libs/feature/map/src/index.mjs +2 -1
  30. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +1 -1
  31. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +106 -0
  32. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +64 -0
  33. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +63 -0
  34. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +2 -1
  35. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +2 -0
  36. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +26 -3
  37. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +93 -0
  38. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +40 -0
  39. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +6 -3
  40. package/esm2022/libs/feature/map/src/lib/map-context/map-context.service.mjs +11 -1
  41. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +1 -3
  42. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +60 -29
  43. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +29 -20
  44. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +2 -2
  45. package/esm2022/libs/feature/search/src/index.mjs +4 -1
  46. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +9 -6
  47. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +3 -7
  48. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +1 -1
  49. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +4 -0
  50. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +7 -3
  51. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +4 -0
  52. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +3 -3
  53. package/esm2022/libs/feature/search/src/lib/results-table/results-table.component.mjs +128 -0
  54. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +8 -6
  55. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +3 -2
  56. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +41 -26
  57. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +11 -9
  58. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +4 -4
  59. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +1 -1
  60. package/esm2022/libs/ui/elements/src/index.mjs +4 -1
  61. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +3 -3
  62. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +27 -0
  63. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +17 -0
  64. package/esm2022/libs/ui/elements/src/lib/max-lines/max-lines.component.mjs +5 -3
  65. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +10 -3
  66. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +47 -16
  67. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +3 -4
  68. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +9 -6
  69. package/esm2022/libs/ui/elements/src/lib/related-record-card/related-record-card.component.mjs +3 -3
  70. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +8 -4
  71. package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +16 -4
  72. package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
  73. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +3 -3
  74. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +24 -5
  75. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +3 -3
  76. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +8 -5
  77. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +3 -3
  78. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +46 -0
  79. package/esm2022/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.mjs +3 -3
  80. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +2 -2
  81. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +3 -3
  82. package/esm2022/libs/ui/inputs/src/lib/ui-inputs.module.mjs +12 -7
  83. package/esm2022/libs/ui/layout/src/index.mjs +3 -1
  84. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +3 -3
  85. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +36 -0
  86. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +37 -0
  87. package/esm2022/libs/ui/search/src/index.mjs +1 -2
  88. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +1 -1
  89. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +1 -1
  90. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +1 -1
  91. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +1 -1
  92. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +1 -1
  93. package/esm2022/libs/ui/search/src/lib/ui-search.module.mjs +9 -10
  94. package/esm2022/libs/util/i18n/src/index.mjs +2 -2
  95. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +18 -1
  96. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +29 -13
  97. package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +27 -0
  98. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +3 -1
  99. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +32 -0
  100. package/esm2022/translations/de.json +129 -105
  101. package/esm2022/translations/en.json +65 -41
  102. package/esm2022/translations/es.json +43 -19
  103. package/esm2022/translations/fr.json +55 -31
  104. package/esm2022/translations/it.json +56 -32
  105. package/esm2022/translations/nl.json +44 -20
  106. package/esm2022/translations/pt.json +43 -19
  107. package/fesm2022/geonetwork-ui.mjs +1795 -958
  108. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  109. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +3 -0
  110. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +1 -1
  111. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -1
  112. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  113. package/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.d.ts.map +1 -1
  114. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +4 -5
  115. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +1 -1
  116. package/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.d.ts +3 -0
  117. package/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.d.ts.map +1 -0
  118. package/libs/api/metadata-converter/src/lib/iso19139/converter.d.ts.map +1 -1
  119. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +7 -6
  120. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +1 -1
  121. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +4 -3
  122. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +1 -1
  123. package/libs/api/repository/src/index.d.ts +1 -0
  124. package/libs/api/repository/src/index.d.ts.map +1 -1
  125. package/libs/api/repository/src/lib/gn4/index.d.ts +2 -0
  126. package/libs/api/repository/src/lib/gn4/index.d.ts.map +1 -1
  127. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +1 -1
  128. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +1 -1
  129. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +1 -1
  130. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +9 -2
  131. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  132. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +4 -5
  133. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +1 -1
  134. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +31 -17
  135. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  136. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +1 -1
  137. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +1 -1
  138. package/libs/common/domain/src/lib/model/search/field.model.d.ts +2 -0
  139. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +1 -0
  140. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +1 -1
  141. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +1 -1
  142. package/libs/common/domain/src/lib/model/search/index.d.ts +1 -0
  143. package/libs/common/domain/src/lib/model/search/index.d.ts.map +1 -1
  144. package/libs/common/domain/src/lib/model/search/search.model.d.ts +2 -3
  145. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +1 -1
  146. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +1 -0
  147. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +1 -1
  148. package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -1
  149. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  150. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -1
  151. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +1 -1
  152. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -1
  153. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +1 -1
  154. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +15 -2
  155. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
  156. package/libs/feature/editor/src/lib/record-form/record-form.component.d.ts.map +1 -1
  157. package/libs/feature/map/src/index.d.ts +1 -0
  158. package/libs/feature/map/src/index.d.ts.map +1 -1
  159. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +22 -0
  160. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +1 -0
  161. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +22 -0
  162. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +1 -0
  163. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +22 -0
  164. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +1 -0
  165. package/libs/feature/map/src/lib/constant/index.d.ts +1 -0
  166. package/libs/feature/map/src/lib/constant/index.d.ts.map +1 -1
  167. package/libs/feature/map/src/lib/constant/projections.d.ts.map +1 -0
  168. package/libs/feature/map/src/lib/feature-map.module.d.ts +16 -12
  169. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +1 -1
  170. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +25 -0
  171. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +1 -0
  172. package/libs/feature/map/src/lib/geocoding.service.d.ts +18 -0
  173. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +1 -0
  174. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts +2 -0
  175. package/libs/feature/map/src/lib/map-context/map-context.service.d.ts.map +1 -1
  176. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  177. package/libs/feature/map/src/lib/utils/index.d.ts.map +1 -1
  178. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +13 -11
  179. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +1 -1
  180. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +1 -3
  181. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  182. package/libs/feature/search/src/index.d.ts +3 -0
  183. package/libs/feature/search/src/index.d.ts.map +1 -1
  184. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +6 -5
  185. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  186. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -4
  187. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +1 -1
  188. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +3 -2
  189. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +1 -1
  190. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +4 -0
  191. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +1 -0
  192. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +1 -1
  193. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +1 -1
  194. package/libs/feature/search/src/lib/record-url.token.d.ts +3 -0
  195. package/libs/feature/search/src/lib/record-url.token.d.ts.map +1 -0
  196. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts +33 -0
  197. package/libs/feature/search/src/lib/results-table/results-table.component.d.ts.map +1 -0
  198. package/libs/feature/search/src/lib/state/effects.d.ts +1 -1
  199. package/libs/feature/search/src/lib/state/effects.d.ts.map +1 -1
  200. package/libs/feature/search/src/lib/state/search.facade.d.ts +1 -1
  201. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +1 -1
  202. package/libs/feature/search/src/lib/utils/service/fields.d.ts +22 -9
  203. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
  204. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
  205. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +1 -1
  206. package/libs/ui/elements/src/index.d.ts +3 -0
  207. package/libs/ui/elements/src/index.d.ts.map +1 -1
  208. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  209. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +10 -0
  210. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +1 -0
  211. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +8 -0
  212. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +1 -0
  213. package/libs/ui/elements/src/lib/max-lines/max-lines.component.d.ts.map +1 -1
  214. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +1 -0
  215. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +1 -1
  216. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +16 -5
  217. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
  218. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +1 -1
  219. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +3 -1
  220. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
  221. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +3 -2
  222. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +1 -1
  223. package/libs/ui/elements/src/lib/ui-elements.module.d.ts +13 -11
  224. package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
  225. package/libs/ui/inputs/src/index.d.ts +1 -0
  226. package/libs/ui/inputs/src/index.d.ts.map +1 -1
  227. package/libs/ui/inputs/src/lib/button/button.component.d.ts +3 -2
  228. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +1 -1
  229. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +1 -1
  230. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +13 -0
  231. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +1 -0
  232. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +1 -1
  233. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +1 -1
  234. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts +40 -39
  235. package/libs/ui/inputs/src/lib/ui-inputs.module.d.ts.map +1 -1
  236. package/libs/ui/layout/src/index.d.ts +2 -0
  237. package/libs/ui/layout/src/index.d.ts.map +1 -1
  238. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +14 -0
  239. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +1 -0
  240. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +15 -0
  241. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +1 -0
  242. package/libs/ui/search/src/index.d.ts +0 -1
  243. package/libs/ui/search/src/index.d.ts.map +1 -1
  244. package/libs/ui/search/src/lib/ui-search.module.d.ts +15 -15
  245. package/libs/ui/search/src/lib/ui-search.module.d.ts.map +1 -1
  246. package/libs/util/i18n/src/index.d.ts +1 -1
  247. package/libs/util/i18n/src/index.d.ts.map +1 -1
  248. package/libs/util/i18n/src/lib/i18n.constants.d.ts +17 -0
  249. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +1 -1
  250. package/libs/util/shared/src/lib/links/link-utils.d.ts +19 -7
  251. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  252. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +9 -0
  253. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +1 -0
  254. package/libs/util/shared/src/lib/utils/index.d.ts +2 -0
  255. package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
  256. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +5 -0
  257. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -0
  258. package/package.json +11 -6
  259. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +63 -8
  260. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +57 -9
  261. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +229 -24
  262. package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +32 -0
  263. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +140 -74
  264. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.metadata.mapper.ts +7 -3
  265. package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +4 -5
  266. package/src/libs/api/metadata-converter/src/lib/iso19139/codelists/keyword.mapper.ts +16 -0
  267. package/src/libs/api/metadata-converter/src/lib/iso19139/converter.ts +30 -21
  268. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +120 -63
  269. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +177 -97
  270. package/src/libs/api/repository/src/index.ts +1 -0
  271. package/src/libs/api/repository/src/lib/gn4/index.ts +2 -0
  272. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +22 -2
  273. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +15 -4
  274. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +47 -8
  275. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +14 -38
  276. package/src/libs/common/domain/src/lib/index.ts +2 -0
  277. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +37 -21
  278. package/src/libs/common/domain/src/lib/model/search/aggregation.model.ts +1 -1
  279. package/src/libs/common/domain/src/lib/model/search/field.model.ts +1 -0
  280. package/src/libs/common/domain/src/lib/model/search/filter.model.ts +1 -1
  281. package/src/libs/common/domain/src/lib/model/search/index.ts +1 -0
  282. package/src/libs/common/domain/src/lib/model/search/search.model.ts +2 -2
  283. package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +1 -0
  284. package/src/libs/common/domain/src/lib/model/user/index.ts +1 -0
  285. package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -4
  286. package/src/libs/common/fixtures/src/lib/elasticsearch/full-response.ts +1 -1
  287. package/src/libs/common/fixtures/src/lib/gn4/groups.fixtures.ts +1 -1
  288. package/src/libs/common/fixtures/src/lib/records.fixtures.ts +52 -10
  289. package/src/libs/feature/auth/src/lib/feature-auth.module.ts +1 -1
  290. package/src/libs/feature/catalog/src/lib/feature-catalog.module.ts +1 -1
  291. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +4 -16
  292. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +3 -17
  293. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +8 -5
  294. package/src/libs/feature/editor/src/lib/record-form/record-form.component.ts +2 -1
  295. package/src/libs/feature/map/src/index.ts +1 -0
  296. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.css +0 -0
  297. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +21 -0
  298. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +107 -0
  299. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.css +0 -0
  300. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +37 -0
  301. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +64 -0
  302. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.css +0 -0
  303. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +55 -0
  304. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +63 -0
  305. package/src/libs/feature/map/src/lib/constant/index.ts +1 -0
  306. package/src/libs/feature/map/src/lib/feature-map.module.ts +14 -0
  307. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.css +0 -0
  308. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +39 -0
  309. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +99 -0
  310. package/src/libs/feature/map/src/lib/geocoding.service.ts +59 -0
  311. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +9 -3
  312. package/src/libs/feature/map/src/lib/map-context/map-context.service.ts +16 -0
  313. package/src/libs/feature/map/src/lib/utils/index.ts +0 -2
  314. package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +85 -50
  315. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +18 -3
  316. package/src/libs/feature/record/src/lib/state/mdview.reducer.ts +1 -1
  317. package/src/libs/feature/search/src/index.ts +3 -0
  318. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +11 -4
  319. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +3 -5
  320. package/src/libs/feature/search/src/lib/feature-search.module.ts +2 -11
  321. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +4 -4
  322. package/src/libs/feature/search/src/lib/filter-geometry.token.ts +7 -0
  323. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +9 -3
  324. package/src/libs/feature/search/src/lib/record-url.token.ts +4 -0
  325. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +1 -1
  326. package/src/libs/feature/search/src/lib/results-table/results-table.component.css +0 -0
  327. package/src/libs/feature/search/src/lib/results-table/results-table.component.html +112 -0
  328. package/src/libs/feature/search/src/lib/results-table/results-table.component.ts +164 -0
  329. package/src/libs/feature/search/src/lib/state/effects.ts +6 -5
  330. package/src/libs/feature/search/src/lib/state/search.facade.ts +2 -1
  331. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +21 -16
  332. package/src/libs/feature/search/src/lib/utils/service/fields.ts +43 -34
  333. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.html +1 -0
  334. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +1 -1
  335. package/src/libs/ui/elements/src/index.ts +3 -0
  336. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +4 -1
  337. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +0 -0
  338. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +30 -0
  339. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +15 -0
  340. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.css +5 -0
  341. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.html +39 -0
  342. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +58 -0
  343. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.css +264 -0
  344. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.html +1 -0
  345. package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +17 -0
  346. package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.html +5 -1
  347. package/src/libs/ui/elements/src/lib/max-lines/max-lines.component.ts +1 -0
  348. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +93 -27
  349. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +7 -0
  350. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +4 -0
  351. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +210 -68
  352. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +51 -10
  353. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.ts +2 -3
  354. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +5 -5
  355. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +12 -4
  356. package/src/libs/ui/elements/src/lib/related-record-card/related-record-card.component.html +1 -1
  357. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.html +2 -2
  358. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +4 -0
  359. package/src/libs/ui/elements/src/lib/ui-elements.module.ts +7 -0
  360. package/src/libs/ui/inputs/src/index.ts +1 -0
  361. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +1 -1
  362. package/src/libs/ui/inputs/src/lib/button/button.component.css +1 -1
  363. package/src/libs/ui/inputs/src/lib/button/button.component.ts +27 -3
  364. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.html +0 -1
  365. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +2 -2
  366. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +7 -4
  367. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +3 -1
  368. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +48 -0
  369. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.css +3 -0
  370. package/src/libs/ui/inputs/src/lib/navigation-button/navigation-button.component.html +8 -3
  371. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.css +1 -0
  372. package/src/libs/ui/inputs/src/lib/text-area/text-area.component.ts +1 -0
  373. package/src/libs/ui/inputs/src/lib/ui-inputs.module.ts +5 -2
  374. package/src/libs/ui/layout/src/index.ts +2 -0
  375. package/src/libs/ui/layout/src/lib/carousel/carousel.component.css +1 -1
  376. package/src/libs/ui/layout/src/lib/carousel/carousel.component.html +1 -0
  377. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.css +0 -0
  378. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.html +1 -0
  379. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +33 -0
  380. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.css +15 -0
  381. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +54 -0
  382. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts +42 -0
  383. package/src/libs/ui/search/src/index.ts +0 -1
  384. package/src/libs/ui/search/src/lib/ui-search.module.ts +2 -3
  385. package/src/libs/util/i18n/src/index.ts +1 -1
  386. package/src/libs/util/i18n/src/lib/i18n.constants.ts +18 -0
  387. package/src/libs/util/shared/src/lib/links/link-utils.ts +34 -11
  388. package/src/libs/util/shared/src/lib/utils/fuzzy-filter.ts +32 -0
  389. package/src/libs/util/shared/src/lib/utils/index.ts +2 -0
  390. package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +32 -0
  391. package/tailwind.base.css +2 -2
  392. package/translations/de.json +129 -105
  393. package/translations/en.json +65 -41
  394. package/translations/es.json +43 -19
  395. package/translations/fr.json +55 -31
  396. package/translations/it.json +56 -32
  397. package/translations/nl.json +44 -20
  398. package/translations/pt.json +43 -19
  399. package/translations/sk.json +44 -20
  400. package/esm2022/libs/feature/map/src/lib/utils/map-utils-wms.service.mjs +0 -55
  401. package/esm2022/libs/feature/map/src/lib/utils/projections.mjs +0 -2
  402. package/esm2022/libs/ui/search/src/lib/record-table/record-table.component.mjs +0 -145
  403. package/esm2022/libs/util/i18n/src/lib/testing/test.translate.loader.mjs +0 -24
  404. package/esm2022/libs/util/i18n/src/lib/testing/test.translate.module.mjs +0 -109
  405. package/esm2022/libs/util/i18n/src/lib/testing/translations.model.mjs +0 -6
  406. package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts +0 -17
  407. package/libs/feature/map/src/lib/utils/map-utils-wms.service.d.ts.map +0 -1
  408. package/libs/feature/map/src/lib/utils/projections.d.ts.map +0 -1
  409. package/libs/ui/search/src/lib/record-table/record-table.component.d.ts +0 -31
  410. package/libs/ui/search/src/lib/record-table/record-table.component.d.ts.map +0 -1
  411. package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts +0 -17
  412. package/libs/util/i18n/src/lib/testing/test.translate.loader.d.ts.map +0 -1
  413. package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts +0 -131
  414. package/libs/util/i18n/src/lib/testing/test.translate.module.d.ts.map +0 -1
  415. package/libs/util/i18n/src/lib/testing/translations.model.d.ts +0 -21
  416. package/libs/util/i18n/src/lib/testing/translations.model.d.ts.map +0 -1
  417. package/src/libs/feature/map/src/lib/utils/map-utils-wms.service.ts +0 -58
  418. package/src/libs/ui/search/src/lib/record-table/record-table.component.css +0 -7
  419. package/src/libs/ui/search/src/lib/record-table/record-table.component.html +0 -215
  420. package/src/libs/ui/search/src/lib/record-table/record-table.component.ts +0 -149
  421. package/src/libs/util/i18n/src/lib/testing/test.translate.loader.ts +0 -26
  422. package/src/libs/util/i18n/src/lib/testing/test.translate.module.ts +0 -235
  423. package/src/libs/util/i18n/src/lib/testing/translations.model.ts +0 -28
  424. /package/libs/feature/map/src/lib/{utils → constant}/projections.d.ts +0 -0
  425. /package/src/libs/feature/map/src/lib/{utils → constant}/projections.ts +0 -0
@@ -1,47 +1,48 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./dropdown-selector/dropdown-selector.component";
3
3
  import * as i2 from "./autocomplete/autocomplete.component";
4
- import * as i3 from "./button/button.component";
5
- import * as i4 from "./text-input/text-input.component";
6
- import * as i5 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
7
- import * as i6 from "./text-area/text-area.component";
8
- import * as i7 from "./chips-input/chips-input.component";
9
- import * as i8 from "./navigation-button/navigation-button.component";
10
- import * as i9 from "./star-toggle/star-toggle.component";
11
- import * as i10 from "./dropdown-multiselect/dropdown-multiselect.component";
12
- import * as i11 from "./viewport-intersector/viewport-intersector.component";
13
- import * as i12 from "./form-field/form-field.component";
14
- import * as i13 from "./form-field/form-field-simple/form-field-simple.component";
15
- import * as i14 from "./form-field/form-field-array/form-field-array.component";
16
- import * as i15 from "./form-field/form-field-object/form-field-object.component";
17
- import * as i16 from "./form-field/form-field-rich/form-field-rich.component";
18
- import * as i17 from "./form-field/form-field-file/form-field-file.component";
19
- import * as i18 from "./form-field/form-field-spatial-extent/form-field-spatial-extent.component";
20
- import * as i19 from "./form-field/form-field-temporal-extent/form-field-temporal-extent.component";
21
- import * as i20 from "./check-toggle/check-toggle.component";
22
- import * as i21 from "./copy-text-button/copy-text-button.component";
23
- import * as i22 from "./checkbox/checkbox.component";
24
- import * as i23 from "./search-input/search-input.component";
25
- import * as i24 from "./date-range-picker/date-range-picker.component";
26
- import * as i25 from "@angular/common";
27
- import * as i26 from "@ngx-translate/core";
28
- import * as i27 from "ngx-dropzone";
29
- import * as i28 from "@angular/forms";
30
- import * as i29 from "ngx-chips";
31
- import * as i30 from "../../../../util/shared/src/lib/util-shared.module";
32
- import * as i31 from "@angular/material/autocomplete";
33
- import * as i32 from "@angular/material/icon";
34
- import * as i33 from "../../../widgets/src/lib/ui-widgets.module";
35
- import * as i34 from "@angular/cdk/overlay";
36
- import * as i35 from "@angular/material/checkbox";
37
- import * as i36 from "@angular/material/tooltip";
38
- import * as i37 from "@angular/material/form-field";
39
- import * as i38 from "@angular/material/input";
40
- import * as i39 from "@angular/material/datepicker";
41
- import * as i40 from "@angular/material/core";
4
+ import * as i3 from "./text-input/text-input.component";
5
+ import * as i4 from "./drag-and-drop-file-input/drag-and-drop-file-input.component";
6
+ import * as i5 from "./chips-input/chips-input.component";
7
+ import * as i6 from "./navigation-button/navigation-button.component";
8
+ import * as i7 from "./star-toggle/star-toggle.component";
9
+ import * as i8 from "./dropdown-multiselect/dropdown-multiselect.component";
10
+ import * as i9 from "./viewport-intersector/viewport-intersector.component";
11
+ import * as i10 from "./form-field/form-field.component";
12
+ import * as i11 from "./form-field/form-field-simple/form-field-simple.component";
13
+ import * as i12 from "./form-field/form-field-array/form-field-array.component";
14
+ import * as i13 from "./form-field/form-field-object/form-field-object.component";
15
+ import * as i14 from "./form-field/form-field-rich/form-field-rich.component";
16
+ import * as i15 from "./form-field/form-field-file/form-field-file.component";
17
+ import * as i16 from "./form-field/form-field-spatial-extent/form-field-spatial-extent.component";
18
+ import * as i17 from "./form-field/form-field-temporal-extent/form-field-temporal-extent.component";
19
+ import * as i18 from "./check-toggle/check-toggle.component";
20
+ import * as i19 from "./copy-text-button/copy-text-button.component";
21
+ import * as i20 from "./checkbox/checkbox.component";
22
+ import * as i21 from "./search-input/search-input.component";
23
+ import * as i22 from "./date-range-picker/date-range-picker.component";
24
+ import * as i23 from "@angular/common";
25
+ import * as i24 from "@ngx-translate/core";
26
+ import * as i25 from "ngx-dropzone";
27
+ import * as i26 from "@angular/forms";
28
+ import * as i27 from "ngx-chips";
29
+ import * as i28 from "../../../../util/shared/src/lib/util-shared.module";
30
+ import * as i29 from "@angular/material/autocomplete";
31
+ import * as i30 from "@angular/material/icon";
32
+ import * as i31 from "../../../widgets/src/lib/ui-widgets.module";
33
+ import * as i32 from "@angular/cdk/overlay";
34
+ import * as i33 from "@angular/material/checkbox";
35
+ import * as i34 from "@angular/material/tooltip";
36
+ import * as i35 from "@angular/material/form-field";
37
+ import * as i36 from "@angular/material/input";
38
+ import * as i37 from "@angular/material/datepicker";
39
+ import * as i38 from "@angular/material/core";
40
+ import * as i39 from "./editable-label/editable-label.directive";
41
+ import * as i40 from "./text-area/text-area.component";
42
+ import * as i41 from "./button/button.component";
42
43
  export declare class UiInputsModule {
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<UiInputsModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i13.FormFieldSimpleComponent, typeof i14.FormFieldArrayComponent, typeof i15.FormFieldObjectComponent, typeof i16.FormFieldRichComponent, typeof i17.FormFieldFileComponent, typeof i18.FormFieldSpatialExtentComponent, typeof i19.FormFieldTemporalExtentComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent], [typeof i25.CommonModule, typeof i26.TranslateModule, typeof i27.NgxDropzoneModule, typeof i28.FormsModule, typeof i28.ReactiveFormsModule, typeof i29.TagInputModule, typeof i30.UtilSharedModule, typeof i31.MatAutocompleteModule, typeof i32.MatIconModule, typeof i33.UiWidgetsModule, typeof i34.OverlayModule, typeof i35.MatCheckboxModule, typeof i36.MatTooltipModule, typeof i37.MatFormFieldModule, typeof i38.MatInputModule, typeof i39.MatDatepickerModule, typeof i40.MatNativeDateModule], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.ButtonComponent, typeof i4.TextInputComponent, typeof i5.DragAndDropFileInputComponent, typeof i6.TextAreaComponent, typeof i7.ChipsInputComponent, typeof i8.NavigationButtonComponent, typeof i9.StarToggleComponent, typeof i10.DropdownMultiselectComponent, typeof i11.ViewportIntersectorComponent, typeof i12.FormFieldComponent, typeof i20.CheckToggleComponent, typeof i21.CopyTextButtonComponent, typeof i22.CheckboxComponent, typeof i23.SearchInputComponent, typeof i24.DateRangePickerComponent]>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiInputsModule, [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.FormFieldComponent, typeof i11.FormFieldSimpleComponent, typeof i12.FormFieldArrayComponent, typeof i13.FormFieldObjectComponent, typeof i14.FormFieldRichComponent, typeof i15.FormFieldFileComponent, typeof i16.FormFieldSpatialExtentComponent, typeof i17.FormFieldTemporalExtentComponent, typeof i18.CheckToggleComponent, typeof i19.CopyTextButtonComponent, typeof i20.CheckboxComponent, typeof i21.SearchInputComponent, typeof i22.DateRangePickerComponent], [typeof i23.CommonModule, typeof i24.TranslateModule, typeof i25.NgxDropzoneModule, typeof i26.FormsModule, typeof i26.ReactiveFormsModule, typeof i27.TagInputModule, typeof i28.UtilSharedModule, typeof i29.MatAutocompleteModule, typeof i30.MatIconModule, typeof i31.UiWidgetsModule, typeof i32.OverlayModule, typeof i33.MatCheckboxModule, typeof i34.MatTooltipModule, typeof i35.MatFormFieldModule, typeof i36.MatInputModule, typeof i37.MatDatepickerModule, typeof i38.MatNativeDateModule, typeof i39.EditableLabelDirective, typeof i40.TextAreaComponent, typeof i41.ButtonComponent], [typeof i1.DropdownSelectorComponent, typeof i2.AutocompleteComponent, typeof i41.ButtonComponent, typeof i3.TextInputComponent, typeof i4.DragAndDropFileInputComponent, typeof i40.TextAreaComponent, typeof i5.ChipsInputComponent, typeof i6.NavigationButtonComponent, typeof i7.StarToggleComponent, typeof i8.DropdownMultiselectComponent, typeof i9.ViewportIntersectorComponent, typeof i10.FormFieldComponent, typeof i18.CheckToggleComponent, typeof i19.CopyTextButtonComponent, typeof i20.CheckboxComponent, typeof i21.SearchInputComponent, typeof i22.DateRangePickerComponent, typeof i39.EditableLabelDirective]>;
45
46
  static ɵinj: i0.ɵɵInjectorDeclaration<UiInputsModule>;
46
47
  }
47
48
  //# sourceMappingURL=ui-inputs.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4CA,qBAkEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"ui-inputs.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/inputs/src/lib/ui-inputs.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6CA,qBAoEa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -4,4 +4,6 @@ export * from './lib/carousel/carousel.component';
4
4
  export * from './lib/expandable-panel/expandable-panel.component';
5
5
  export * from './lib/sticky-header/sticky-header.component';
6
6
  export * from './lib/expandable-panel-button/expandable-panel-button.component';
7
+ export * from './lib/interactive-table/interactive-table.component';
8
+ export * from './lib/interactive-table/interactive-table-column/interactive-table-column.component';
7
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iEAAiE,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/layout/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yCAAyC,CAAA;AACvD,cAAc,mCAAmC,CAAA;AACjD,cAAc,mDAAmD,CAAA;AACjE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,iEAAiE,CAAA;AAC/E,cAAc,qDAAqD,CAAA;AACnE,cAAc,qFAAqF,CAAA"}
@@ -0,0 +1,14 @@
1
+ import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class InteractiveTableColumnComponent {
4
+ header: TemplateRef<unknown>;
5
+ cell: TemplateRef<unknown>;
6
+ grow: boolean;
7
+ sortable: boolean;
8
+ activeSort: 'asc' | 'desc' | null;
9
+ sortChange: EventEmitter<"asc" | "desc">;
10
+ handleSortChange(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTableColumnComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTableColumnComponent, "gn-ui-interactive-table-column", never, { "grow": { "alias": "grow"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "activeSort": { "alias": "activeSort"; "required": false; }; }, { "sortChange": "sortChange"; }, ["header", "cell"], never, true, never>;
13
+ }
14
+ //# sourceMappingURL=interactive-table-column.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interactive-table-column.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAGZ,WAAW,EACZ,MAAM,eAAe,CAAA;;AAGtB,qBAQa,+BAA+B;IAClB,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAC9B,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,CAAA;IAEvC,IAAI,UAAQ;IACZ,QAAQ,UAAQ;IAChB,UAAU,EAAE,KAAK,GAAG,MAAM,GAAG,IAAI,CAAO;IACvC,UAAU,+BAAqC;IAEzD,gBAAgB;yCATL,+BAA+B;2CAA/B,+BAA+B;CAa3C"}
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, QueryList } from '@angular/core';
2
+ import { InteractiveTableColumnComponent } from './interactive-table-column/interactive-table-column.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class InteractiveTableComponent {
5
+ columns: QueryList<InteractiveTableColumnComponent>;
6
+ items: unknown[];
7
+ itemClick: EventEmitter<unknown>;
8
+ get gridStyle(): {
9
+ 'grid-template-columns': string;
10
+ };
11
+ handleRowClick(item: unknown): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<InteractiveTableComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<InteractiveTableComponent, "gn-ui-interactive-table", never, { "items": { "alias": "items"; "required": false; }; }, { "itemClick": "itemClick"; }, ["columns"], never, true, never>;
14
+ }
15
+ //# sourceMappingURL=interactive-table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interactive-table.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,YAAY,EAGZ,SAAS,EACV,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,+BAA+B,EAAE,MAAM,+DAA+D,CAAA;;AAI/G,qBAQa,yBAAyB;IAEpC,OAAO,EAAE,SAAS,CAAC,+BAA+B,CAAC,CAAA;IAE1C,KAAK,EAAE,OAAO,EAAE,CAAK;IACpB,SAAS,wBAA8B;IAEjD,IAAI,SAAS;;MAQZ;IAED,cAAc,CAAC,IAAI,EAAE,OAAO;yCAjBjB,yBAAyB;2CAAzB,yBAAyB;CAoBrC"}
@@ -14,7 +14,6 @@ export * from './lib/record-preview-card/record-preview-card.component';
14
14
  export * from './lib/record-preview-list/record-preview-list.component';
15
15
  export * from './lib/record-preview-text/record-preview-text.component';
16
16
  export * from './lib/record-preview-title/record-preview-title.component';
17
- export * from './lib/record-table/record-table.component';
18
17
  export * from './lib/record-metric/record-metric.component';
19
18
  export * from './lib/results-list-item/results-list-item.component';
20
19
  export * from './lib/results-hits-number/results-hits-number.component';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/search/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,wBAAwB,CAAA;AACtC,cAAc,0CAA0C,CAAA;AACxD,cAAc,2CAA2C,CAAA;AACzD,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yDAAyD,CAAA;AACvE,cAAc,uDAAuD,CAAA;AACrE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,2CAA2C,CAAA;AACzD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/ui/search/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,IAAI,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAC3E,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gDAAgD,CAAA;AAC9D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,8CAA8C,CAAA;AAC5D,cAAc,wBAAwB,CAAA;AACtC,cAAc,0CAA0C,CAAA;AACxD,cAAc,2CAA2C,CAAA;AACzD,cAAc,+CAA+C,CAAA;AAC7D,cAAc,yDAAyD,CAAA;AACvE,cAAc,uDAAuD,CAAA;AACrE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,yDAAyD,CAAA;AACvE,cAAc,2DAA2D,CAAA;AACzE,cAAc,6CAA6C,CAAA;AAC3D,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA"}
@@ -10,23 +10,23 @@ import * as i8 from "./results-hits-number/results-hits-number.component";
10
10
  import * as i9 from "./results-list-item/results-list-item.component";
11
11
  import * as i10 from "./record-preview-feed/record-preview-feed.component";
12
12
  import * as i11 from "./record-preview-row/record-preview-row.component";
13
- import * as i12 from "./record-table/record-table.component";
14
- import * as i13 from "@angular/common";
15
- import * as i14 from "@ngx-translate/core";
16
- import * as i15 from "ngx-dropzone";
17
- import * as i16 from "./facets/facets.module";
18
- import * as i17 from "@angular/forms";
19
- import * as i18 from "ngx-chips";
20
- import * as i19 from "../../../../util/shared/src/lib/util-shared.module";
21
- import * as i20 from "../../../widgets/src/lib/ui-widgets.module";
22
- import * as i21 from "../../../inputs/src/lib/ui-inputs.module";
23
- import * as i22 from "../../../elements/src/lib/ui-elements.module";
24
- import * as i23 from "@angular/material/icon";
25
- import * as i24 from "@angular/material/checkbox";
26
- import * as i25 from "@angular/router";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@ngx-translate/core";
15
+ import * as i14 from "ngx-dropzone";
16
+ import * as i15 from "./facets/facets.module";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "ngx-chips";
19
+ import * as i18 from "../../../../util/shared/src/lib/util-shared.module";
20
+ import * as i19 from "../../../widgets/src/lib/ui-widgets.module";
21
+ import * as i20 from "../../../inputs/src/lib/ui-inputs.module";
22
+ import * as i21 from "../../../elements/src/lib/ui-elements.module";
23
+ import * as i22 from "@angular/material/icon";
24
+ import * as i23 from "@angular/material/checkbox";
25
+ import * as i24 from "@angular/router";
26
+ import * as i25 from "../../../layout/src/lib/interactive-table/interactive-table.component";
27
27
  export declare class UiSearchModule {
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsListItemComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent, typeof i12.RecordTableComponent], [typeof i13.CommonModule, typeof i14.TranslateModule, typeof i15.NgxDropzoneModule, typeof i16.FacetsModule, typeof i17.FormsModule, typeof i17.ReactiveFormsModule, typeof i18.TagInputModule, typeof i19.UtilSharedModule, typeof i20.UiWidgetsModule, typeof i21.UiInputsModule, typeof i22.UiElementsModule, typeof i23.MatIconModule, typeof i24.MatCheckboxModule, typeof i25.RouterLink], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i16.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent, typeof i12.RecordTableComponent]>;
29
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UiSearchModule, [typeof i1.RecordPreviewComponent, typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i8.ResultsHitsNumberComponent, typeof i9.ResultsListItemComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent], [typeof i12.CommonModule, typeof i13.TranslateModule, typeof i14.NgxDropzoneModule, typeof i15.FacetsModule, typeof i16.FormsModule, typeof i16.ReactiveFormsModule, typeof i17.TagInputModule, typeof i18.UtilSharedModule, typeof i19.UiWidgetsModule, typeof i20.UiInputsModule, typeof i21.UiElementsModule, typeof i22.MatIconModule, typeof i23.MatCheckboxModule, typeof i24.RouterLink, typeof i25.InteractiveTableComponent], [typeof i2.RecordPreviewListComponent, typeof i3.RecordPreviewCardComponent, typeof i4.RecordPreviewTextComponent, typeof i5.RecordPreviewTitleComponent, typeof i6.RecordMetricComponent, typeof i7.ResultsListComponent, typeof i15.FacetsModule, typeof i1.RecordPreviewComponent, typeof i8.ResultsHitsNumberComponent, typeof i10.RecordPreviewFeedComponent, typeof i11.RecordPreviewRowComponent]>;
30
30
  static ɵinj: i0.ɵɵInjectorDeclaration<UiSearchModule>;
31
31
  }
32
32
  //# sourceMappingURL=ui-search.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,qBAiDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
1
+ {"version":3,"file":"ui-search.module.d.ts","sourceRoot":"","sources":["../../../../../src/libs/ui/search/src/lib/ui-search.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AA+BA,qBAgDa,cAAc;yCAAd,cAAc;0CAAd,cAAc;0CAAd,cAAc;CAAG"}
@@ -3,6 +3,6 @@ export * from './lib/i18n.constants';
3
3
  export * from './lib/i18n.interceptor';
4
4
  export * from './lib/lang.service';
5
5
  export * from './lib/file.translate.loader';
6
- export * from './lib/testing/test.translate.module';
7
6
  export * from './lib/embedded.translate.loader';
7
+ export * from './lib/translate.loader.utils';
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/util/i18n/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qCAAqC,CAAA;AACnD,cAAc,iCAAiC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/libs/util/i18n/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,sBAAsB,CAAA;AACpC,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,8BAA8B,CAAA"}
@@ -20,6 +20,23 @@ export declare const LANG_3_TO_2_MAPPER: {
20
20
  chi: string;
21
21
  slo: string;
22
22
  };
23
+ export declare const LANGUAGE_NAMES: {
24
+ en: string;
25
+ nl: string;
26
+ fr: string;
27
+ de: string;
28
+ ko: string;
29
+ es: string;
30
+ cs: string;
31
+ ca: string;
32
+ fi: string;
33
+ is: string;
34
+ it: string;
35
+ pt: string;
36
+ ru: string;
37
+ zh: string;
38
+ sk: string;
39
+ };
23
40
  export declare const LANGUAGE_STORAGE_KEY = "geonetwork-ui-language";
24
41
  export declare const LANG_2_TO_3_MAPPER: {};
25
42
  export declare function HttpLoaderFactory(http: HttpClient): FileTranslateLoader;
@@ -1 +1 @@
1
- {"version":3,"file":"i18n.constants.d.ts","sourceRoot":"","sources":["../../../../../src/libs/util/i18n/src/lib/i18n.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAmB7D,eAAO,MAAM,YAAY,OAAO,CAAA;AAEhC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;CAgB9B,CAAA;AAGD,eAAO,MAAM,oBAAoB,2BAA2B,CAAA;AAE5D,eAAO,MAAM,kBAAkB,IAK9B,CAAA;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,uBAEjD;AAED,wBAAgB,kBAAkB,WAEjC;AAKD,eAAO,MAAM,wBAAwB;;;;;;;;;;;CAQpC,CAAA"}
1
+ {"version":3,"file":"i18n.constants.d.ts","sourceRoot":"","sources":["../../../../../src/libs/util/i18n/src/lib/i18n.constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAA;AACxE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAA;AACrF,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAmB7D,eAAO,MAAM,YAAY,OAAO,CAAA;AAEhC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;CAgB9B,CAAA;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;CAgB1B,CAAA;AAGD,eAAO,MAAM,oBAAoB,2BAA2B,CAAA;AAE5D,eAAO,MAAM,kBAAkB,IAK9B,CAAA;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,UAAU,uBAEjD;AAED,wBAAgB,kBAAkB,WAEjC;AAKD,eAAO,MAAM,wBAAwB;;;;;;;;;;;CAQpC,CAAA"}
@@ -30,47 +30,59 @@ export declare const FORMATS: {
30
30
  readonly color: "#328556";
31
31
  readonly mimeTypes: readonly ["x-gis/x-shapefile"];
32
32
  };
33
+ readonly gml: {
34
+ readonly extensions: readonly ["gml"];
35
+ readonly priority: 5;
36
+ readonly color: "#c92bce";
37
+ readonly mimeTypes: readonly ["application/gml+xml", "text/xml; subtype=gml"];
38
+ };
33
39
  readonly kml: {
34
40
  readonly extensions: readonly ["kml", "kmz"];
35
- readonly priority: 5;
41
+ readonly priority: 6;
36
42
  readonly color: "#348009";
37
43
  readonly mimeTypes: readonly ["application/vnd.google-earth.kml+xml", "application/vnd.google-earth.kmz"];
38
44
  };
39
45
  readonly gpkg: {
40
46
  readonly extensions: readonly ["gpkg", "geopackage"];
41
- readonly priority: 6;
47
+ readonly priority: 7;
42
48
  readonly color: "#ea79ba";
43
49
  readonly mimeTypes: readonly ["application/geopackage+sqlite3"];
44
50
  };
45
51
  readonly zip: {
46
52
  readonly extensions: readonly ["zip", "tar.gz"];
47
- readonly priority: 7;
53
+ readonly priority: 8;
48
54
  readonly color: "#f2bb3a";
49
55
  readonly mimeTypes: readonly ["application/zip", "application/x-zip"];
50
56
  };
51
57
  readonly pdf: {
52
58
  readonly extensions: readonly ["pdf"];
53
- readonly priority: 8;
59
+ readonly priority: 9;
54
60
  readonly color: "#db544a";
55
61
  readonly mimeTypes: readonly ["application/pdf"];
56
62
  };
57
63
  readonly jpg: {
58
64
  readonly extensions: readonly ["jpg", "jpeg", "jfif", "pjpeg", "pjp"];
59
- readonly priority: 8;
65
+ readonly priority: 9;
60
66
  readonly color: "#673ab7";
61
67
  readonly mimeTypes: readonly ["image/jpg"];
62
68
  };
63
69
  readonly svg: {
64
70
  readonly extensions: readonly ["svg"];
65
- readonly priority: 9;
71
+ readonly priority: 10;
66
72
  readonly color: "#d98294";
67
73
  readonly mimeTypes: readonly ["image/svg+xml"];
68
74
  };
75
+ readonly dxf: {
76
+ readonly extensions: readonly ["dxf"];
77
+ readonly priority: 11;
78
+ readonly color: "#de630b";
79
+ readonly mimeTypes: readonly ["application/x-dxf", "image/x-dxf"];
80
+ };
69
81
  };
70
82
  export type FileFormat = keyof typeof FORMATS;
71
83
  export declare function getFormatPriority(linkFormat: FileFormat): number;
72
84
  export declare function getLinkPriority(link: DatasetDistribution): number;
73
- export declare function extensionToFormat(extension: string): FileFormat;
85
+ export declare function getFileFormatFromServiceOutput(serviceOutput: string): FileFormat | null;
74
86
  export declare function getFileFormat(link: DatasetDistribution): FileFormat;
75
87
  export declare function isFormatInQueryParam(link: DatasetDistribution, alias: string): boolean;
76
88
  export declare function mimeTypeToFormat(mimeType: string): FileFormat;
@@ -1 +1 @@
1
- {"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;AAI/F,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+EV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CAEjE;AAED,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,UAAU,CAO/D;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,mBAAmB,GAAG,UAAU,CAcnE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,mBAAmB,EACzB,MAAM,EAAE,UAAU,GACjB,OAAO,CAMT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CA0B9D;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAEtE"}
1
+ {"version":3,"file":"link-utils.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/links/link-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2DAA2D,CAAA;AAI/F,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2FV,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,OAAO,CAAA;AAE7C,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAUhE;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CAEjE;AAED,wBAAgB,8BAA8B,CAC5C,aAAa,EAAE,MAAM,GACpB,UAAU,GAAG,IAAI,CAgBnB;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,mBAAmB,GAAG,UAAU,CAcnE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,MAAM,GACZ,OAAO,CAQT;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,CAO7D;AAED,wBAAgB,eAAe,CAC7B,IAAI,EAAE,mBAAmB,EACzB,MAAM,EAAE,UAAU,GACjB,OAAO,CAMT;AAED,wBAAgB,aAAa,CAAC,UAAU,EAAE,UAAU,GAAG,MAAM,CAQ5D;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,mBAAmB,GAAG,MAAM,CA0B9D;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAEtE"}
@@ -0,0 +1,9 @@
1
+ type FuzzyFilter = (input: string) => boolean;
2
+ /**
3
+ * This creates a filter function based on a pattern (typically a user-input
4
+ * search text).
5
+ * @param pattern
6
+ */
7
+ export declare function createFuzzyFilter(pattern: string): FuzzyFilter;
8
+ export {};
9
+ //# sourceMappingURL=fuzzy-filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fuzzy-filter.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/fuzzy-filter.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAA;AAkB7C;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,WAAW,CAQ9D"}
@@ -5,4 +5,6 @@ export * from './geojson';
5
5
  export * from './sort-by';
6
6
  export * from './url';
7
7
  export * from './event';
8
+ export * from './fuzzy-filter';
9
+ export * from './temporal-extent-union';
8
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,WAAW,CAAA;AACzB,cAAc,WAAW,CAAA;AACzB,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA;AACvB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,yBAAyB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare function getTemporalRangeUnion(ranges: any): {
2
+ start: string;
3
+ end: string;
4
+ };
5
+ //# sourceMappingURL=temporal-extent-union.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"temporal-extent-union.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/util/shared/src/lib/utils/temporal-extent-union.ts"],"names":[],"mappings":"AAAA,wBAAgB,qBAAqB,CAAC,MAAM,KAAA;;;EA+B3C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geonetwork-ui",
3
- "version": "2.2.0-dev.auto-publish-npm-package",
3
+ "version": "2.2.0-dev.b0f82edc",
4
4
  "engines": {
5
5
  "node": ">=14.17.0"
6
6
  },
@@ -39,7 +39,6 @@
39
39
  "@ngrx/router-store": "16.x || 17.x",
40
40
  "@ngrx/store": "16.x || 17.x",
41
41
  "@ngrx/store-devtools": "16.x || 17.x",
42
- "@nguniversal/express-engine": "16.x || 17.x",
43
42
  "@ngx-translate/core": "14.x",
44
43
  "@ngx-translate/http-loader": "7.x",
45
44
  "rxjs": "7.x",
@@ -47,14 +46,16 @@
47
46
  "tailwindcss": "3.x"
48
47
  },
49
48
  "dependencies": {
49
+ "@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
50
50
  "@camptocamp/ogc-client": "^0.4.0",
51
+ "@geospatial-sdk/geocoding": "^0.0.5-alpha.2",
51
52
  "@ltd/j-toml": "~1.35.2",
52
53
  "@messageformat/core": "^3.0.1",
53
- "@rgrove/parse-xml": "~4.0.1",
54
54
  "@nx/angular": "16.6.0",
55
- "@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
55
+ "@rgrove/parse-xml": "~4.0.1",
56
56
  "alasql": "^3.1.0",
57
- "axios": "^1.0.0",
57
+ "axios": "^1.6.0",
58
+ "basiclightbox": "^5.0.4",
58
59
  "chart.js": "^4.2.0",
59
60
  "chroma-js": "^2.1.2",
60
61
  "date-fns": "^2.29.3",
@@ -62,15 +63,19 @@
62
63
  "duration-relativetimeformat": "^2.0.3",
63
64
  "embla-carousel": "^8.0.0-rc14",
64
65
  "express": "^4.17.1",
66
+ "geojson-validation": "^1.0.2",
67
+ "marked": "^11.1.1",
65
68
  "moment": "^2.29.4",
66
69
  "ng-table-virtual-scroll": "^1.4.1",
67
70
  "ngx-chips": "3.0.0",
68
71
  "ngx-dropzone": "^3.0.0",
69
72
  "ngx-translate-messageformat-compiler": "~6.5.0",
70
- "ol": "^6.6.1",
73
+ "ol": "^8.2.0",
71
74
  "papaparse": "^5.3.1",
72
75
  "pg": "^8.9.0",
76
+ "proj4": "^2.9.2",
73
77
  "reflect-metadata": "^0.1.13",
78
+ "semver": "^7.5.4",
74
79
  "tippy.js": "^6.3.7",
75
80
  "tslib": "^2.3.0",
76
81
  "typeorm": "^0.3.14",
@@ -36,6 +36,7 @@ export const GENERIC_DATASET_RECORD: DatasetRecord = {
36
36
  contactsForResource: [],
37
37
  status: 'ongoing',
38
38
  recordCreated: new Date('2022-02-01T15:12:00'),
39
+ recordPublished: new Date('2022-02-01T15:12:00'),
39
40
  recordUpdated: new Date('2022-02-01T15:12:00'),
40
41
  datasetCreated: new Date('2022-09-01T14:18:19'),
41
42
  datasetUpdated: new Date('2022-12-04T15:12:00'),
@@ -57,8 +58,61 @@ Cette section contient des *caractères internationaux* (ainsi que des "caractè
57
58
  url: new URL('http://my-org.net/two.png'),
58
59
  },
59
60
  ],
60
- keywords: ['international', 'test', '_another_keyword_'],
61
- themes: ['testData', 'exampleData'],
61
+ keywords: [
62
+ {
63
+ thesaurus: {
64
+ id: 'geonetwork.thesaurus.local',
65
+ name: 'geonetwork.thesaurus.local',
66
+ },
67
+ type: 'other',
68
+ label: 'international',
69
+ },
70
+ {
71
+ thesaurus: {
72
+ id: 'geonetwork.thesaurus.local',
73
+ name: 'geonetwork.thesaurus.local',
74
+ },
75
+ type: 'other',
76
+ label: 'test',
77
+ },
78
+ {
79
+ thesaurus: {
80
+ id: 'geonetwork.thesaurus.local',
81
+ name: 'geonetwork.thesaurus.local',
82
+ },
83
+ type: 'other',
84
+ label: '_another_keyword_',
85
+ },
86
+ {
87
+ thesaurus: {
88
+ id: 'geonetwork.thesaurus.theme',
89
+ name: 'geonetwork.thesaurus.theme',
90
+ },
91
+ type: 'theme',
92
+ label: 'test theme',
93
+ },
94
+ {
95
+ thesaurus: {
96
+ id: 'geonetwork.thesaurus.place',
97
+ name: 'geonetwork.thesaurus.place',
98
+ },
99
+ type: 'place',
100
+ label: 'test place',
101
+ },
102
+ {
103
+ type: 'theme',
104
+ label: 'themeNoThesaurus',
105
+ },
106
+ {
107
+ type: 'theme',
108
+ label: 'themeNoThesaurus 2',
109
+ },
110
+ {
111
+ type: 'temporal',
112
+ label: 'temporalNoThesaurus',
113
+ },
114
+ ],
115
+ topics: ['agriculture'],
62
116
  spatialRepresentation: 'grid',
63
117
  distributions: [
64
118
  {
@@ -93,9 +147,9 @@ Cette section contient des *caractères internationaux* (ainsi que des "caractè
93
147
  lineage: `This record was edited manually to test the conversion processes
94
148
 
95
149
  As such, **it is not very interesting at all.**`,
96
- useLimitations: [
97
- 'Should only be used as a testing tool',
98
- 'Might cause minor annoyance in people',
150
+ otherConstraints: [
151
+ { text: 'Should only be used as a testing tool' },
152
+ { text: 'Might cause minor annoyance in people' },
99
153
  ],
100
154
  licenses: [
101
155
  {
@@ -103,14 +157,14 @@ As such, **it is not very interesting at all.**`,
103
157
  url: new URL('https://data.rennesmetropole.fr/pages/licence/'),
104
158
  },
105
159
  ],
106
- accessConstraints: [
160
+ legalConstraints: [
107
161
  {
108
162
  text: "Dataset access isn't possible since it does not really exist",
109
- type: 'other',
110
163
  },
164
+ ],
165
+ securityConstraints: [
111
166
  {
112
167
  text: 'Contains sensitive information related to national defense',
113
- type: 'security',
114
168
  },
115
169
  ],
116
170
  spatialExtents: [],
@@ -119,4 +173,5 @@ As such, **it is not very interesting at all.**`,
119
173
  updatedTimes: 3,
120
174
  per: 'month',
121
175
  },
176
+ languages: [],
122
177
  }