geonetwork-ui 2.8.0-dev.398701d7f → 2.8.0-dev.3e963cace

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 (2136) hide show
  1. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs +35 -0
  2. package/fesm2022/geonetwork-ui-date-locales-DhlIiWpT.mjs.map +1 -0
  3. package/fesm2022/geonetwork-ui.mjs +2959 -2639
  4. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  5. package/index.d.ts +6636 -23
  6. package/index.d.ts.map +1 -1
  7. package/index.ts +1 -0
  8. package/package.json +27 -29
  9. package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +2 -0
  10. package/src/libs/api/metadata-converter/src/lib/common/resource-types.ts +11 -0
  11. package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +2 -2
  12. package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -1
  13. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.service+eaux-usees.ts +1 -1
  14. package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +5 -2
  15. package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -1
  16. package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -1
  17. package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +2 -2
  18. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +1 -1
  19. package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.service+napitswallonia.ts +1 -1
  20. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +42 -8
  21. package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +3 -5
  22. package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +13 -6
  23. package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +6 -2
  24. package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +4 -2
  25. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +11 -10
  26. package/src/libs/api/repository/src/lib/gn4/auth/gravatar.service.ts +3 -3
  27. package/src/libs/api/repository/src/lib/gn4/elasticsearch/constant.ts +1 -1
  28. package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +4 -6
  29. package/src/libs/api/repository/src/lib/gn4/favorites/favorites.service.ts +4 -6
  30. package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +10 -12
  31. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +2 -0
  32. package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +2 -0
  33. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.ts +14 -6
  34. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +51 -50
  35. package/src/libs/api/repository/src/lib/gn4/selection/selection.service.ts +4 -2
  36. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +6 -5
  37. package/src/libs/common/domain/src/index.ts +2 -0
  38. package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
  39. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +12 -1
  40. package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +5 -0
  41. package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -1
  42. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +5 -0
  43. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +26 -0
  44. package/src/libs/data-access/gn4/src/openapi/api/atom.api.service.ts +7 -6
  45. package/src/libs/data-access/gn4/src/openapi/api/customstyle.api.service.ts +7 -6
  46. package/src/libs/data-access/gn4/src/openapi/api/formatters.api.service.ts +7 -6
  47. package/src/libs/data-access/gn4/src/openapi/api/groups.api.service.ts +7 -6
  48. package/src/libs/data-access/gn4/src/openapi/api/harvesters.api.service.ts +7 -6
  49. package/src/libs/data-access/gn4/src/openapi/api/identifiers.api.service.ts +7 -6
  50. package/src/libs/data-access/gn4/src/openapi/api/languages.api.service.ts +7 -6
  51. package/src/libs/data-access/gn4/src/openapi/api/links.api.service.ts +7 -6
  52. package/src/libs/data-access/gn4/src/openapi/api/logos.api.service.ts +7 -6
  53. package/src/libs/data-access/gn4/src/openapi/api/mapservers.api.service.ts +7 -6
  54. package/src/libs/data-access/gn4/src/openapi/api/mapservices.api.service.ts +7 -6
  55. package/src/libs/data-access/gn4/src/openapi/api/me.api.service.ts +7 -6
  56. package/src/libs/data-access/gn4/src/openapi/api/operations.api.service.ts +7 -6
  57. package/src/libs/data-access/gn4/src/openapi/api/pages.api.service.ts +7 -6
  58. package/src/libs/data-access/gn4/src/openapi/api/processes.api.service.ts +7 -6
  59. package/src/libs/data-access/gn4/src/openapi/api/records.api.service.ts +7 -6
  60. package/src/libs/data-access/gn4/src/openapi/api/regions.api.service.ts +7 -6
  61. package/src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts +7 -6
  62. package/src/libs/data-access/gn4/src/openapi/api/related.api.service.ts +7 -6
  63. package/src/libs/data-access/gn4/src/openapi/api/search.api.service.ts +7 -6
  64. package/src/libs/data-access/gn4/src/openapi/api/selections.api.service.ts +7 -6
  65. package/src/libs/data-access/gn4/src/openapi/api/site.api.service.ts +7 -6
  66. package/src/libs/data-access/gn4/src/openapi/api/sources.api.service.ts +7 -6
  67. package/src/libs/data-access/gn4/src/openapi/api/standards.api.service.ts +7 -6
  68. package/src/libs/data-access/gn4/src/openapi/api/status.api.service.ts +7 -6
  69. package/src/libs/data-access/gn4/src/openapi/api/tags.api.service.ts +7 -6
  70. package/src/libs/data-access/gn4/src/openapi/api/tools.api.service.ts +7 -6
  71. package/src/libs/data-access/gn4/src/openapi/api/ui.api.service.ts +7 -6
  72. package/src/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.ts +7 -6
  73. package/src/libs/data-access/gn4/src/openapi/api/users.api.service.ts +7 -6
  74. package/src/libs/data-access/gn4/src/openapi/api/usersearches.api.service.ts +7 -6
  75. package/src/libs/data-access/gn4/src/openapi/api/userselections.api.service.ts +7 -6
  76. package/src/libs/data-access/gn4/src/openapi/api.module.ts +5 -10
  77. package/src/libs/data-access/gn4/src/openapi/model/user.api.model.ts +1 -1
  78. package/src/libs/feature/catalog/src/lib/my-org/my-org.service.ts +5 -5
  79. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.html +19 -17
  80. package/src/libs/feature/catalog/src/lib/organisations/organisations.component.ts +4 -9
  81. package/src/libs/feature/catalog/src/lib/records/records.service.ts +3 -3
  82. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.html +6 -5
  83. package/src/libs/feature/catalog/src/lib/site-title/site-title.component.ts +4 -2
  84. package/src/libs/feature/catalog/src/lib/source-label/source-label.component.ts +8 -2
  85. package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +4 -6
  86. package/src/libs/feature/catalog/src/lib/users/users.service.ts +3 -3
  87. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +36 -32
  88. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +7 -7
  89. package/src/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.ts +3 -2
  90. package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +3 -2
  91. package/src/libs/feature/dataviz/src/lib/service/data.service.ts +32 -7
  92. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +26 -22
  93. package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -6
  94. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +20 -17
  95. package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +1 -2
  96. package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.ts +1 -3
  97. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.html +16 -13
  98. package/src/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.ts +3 -4
  99. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.html +23 -20
  100. package/src/libs/feature/editor/src/lib/components/import-record/import-record.component.ts +8 -10
  101. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +26 -27
  102. package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +0 -2
  103. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.html +123 -107
  104. package/src/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.ts +9 -10
  105. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.html +17 -15
  106. package/src/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.ts +2 -2
  107. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.html +66 -59
  108. package/src/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.ts +3 -2
  109. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.ts +1 -2
  110. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.html +20 -19
  111. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +3 -2
  112. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +16 -20
  113. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +6 -7
  114. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +48 -53
  115. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +4 -7
  116. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.ts +4 -4
  117. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.ts +7 -10
  118. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.html +43 -19
  119. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.ts +7 -10
  120. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.ts +7 -9
  121. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.ts +1 -2
  122. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.ts +5 -7
  123. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.ts +3 -3
  124. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.html +27 -25
  125. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.ts +3 -2
  126. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.html +7 -6
  127. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +6 -15
  128. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.ts +3 -2
  129. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +3 -3
  130. package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +30 -0
  131. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +24 -32
  132. package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +3 -3
  133. package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
  134. package/src/libs/feature/editor/src/lib/services/editor.service.ts +2 -2
  135. package/src/libs/feature/map/src/lib/+state/map.facade.ts +3 -3
  136. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.ts +7 -4
  137. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.html +2 -2
  138. package/src/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.ts +16 -8
  139. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.html +10 -6
  140. package/src/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.ts +5 -13
  141. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.html +39 -36
  142. package/src/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.ts +4 -4
  143. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.html +32 -25
  144. package/src/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.ts +4 -8
  145. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.html +46 -35
  146. package/src/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.ts +4 -6
  147. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.html +33 -31
  148. package/src/libs/feature/map/src/lib/geocoding/geocoding.component.ts +7 -7
  149. package/src/libs/feature/map/src/lib/geocoding.service.ts +2 -4
  150. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.html +13 -14
  151. package/src/libs/feature/map/src/lib/layers-panel/layers-panel.component.ts +3 -2
  152. package/src/libs/feature/map/src/lib/map-state-container/map-state-container.component.ts +3 -3
  153. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.html +16 -15
  154. package/src/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.ts +2 -2
  155. package/src/libs/feature/record/src/index.ts +1 -0
  156. package/src/libs/feature/record/src/lib/data-view/data-view.component.html +30 -28
  157. package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +8 -3
  158. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.html +6 -5
  159. package/src/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.ts +12 -11
  160. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +12 -8
  161. package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.ts +6 -9
  162. package/src/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.ts +24 -10
  163. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.html +10 -9
  164. package/src/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.ts +7 -13
  165. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.html +14 -15
  166. package/src/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.ts +13 -10
  167. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.html +18 -15
  168. package/src/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.ts +3 -3
  169. package/src/libs/feature/record/src/lib/map-view/map-view.component.html +41 -42
  170. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +13 -10
  171. package/src/libs/feature/record/src/lib/record-meta/record-meta.component.ts +4 -4
  172. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.css +8 -0
  173. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.html +87 -0
  174. package/src/libs/feature/record/src/lib/stac-view/stac-view.component.ts +338 -0
  175. package/src/libs/feature/record/src/lib/stac-view/utils.ts +57 -0
  176. package/src/libs/feature/record/src/lib/state/mdview.effects.ts +6 -8
  177. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +35 -8
  178. package/src/libs/feature/router/src/lib/default/container/search-router.container.directive.ts +3 -3
  179. package/src/libs/feature/router/src/lib/default/router.module.ts +4 -2
  180. package/src/libs/feature/router/src/lib/default/router.service.ts +11 -5
  181. package/src/libs/feature/router/src/lib/default/services/router-search.service.ts +4 -6
  182. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +12 -15
  183. package/src/libs/feature/router/src/lib/default/state/router.facade.ts +4 -6
  184. package/src/libs/feature/search/src/lib/constants.ts +1 -1
  185. package/src/libs/feature/search/src/lib/facets/facets-container/facets-container.component.ts +4 -6
  186. package/src/libs/feature/search/src/lib/facets/facets.service.ts +2 -2
  187. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.html +5 -6
  188. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +7 -8
  189. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.html +10 -10
  190. package/src/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.ts +5 -6
  191. package/src/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.ts +5 -6
  192. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.html +10 -8
  193. package/src/libs/feature/search/src/lib/records-metrics/records-metrics.component.ts +10 -3
  194. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.html +7 -6
  195. package/src/libs/feature/search/src/lib/results-hits/results-hits.container.component.ts +5 -7
  196. package/src/libs/feature/search/src/lib/results-layout/results-layout.component.ts +6 -7
  197. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.html +52 -48
  198. package/src/libs/feature/search/src/lib/results-list/results-list.container.component.ts +15 -17
  199. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.html +17 -16
  200. package/src/libs/feature/search/src/lib/results-table/results-table-container.component.ts +8 -9
  201. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.html +18 -16
  202. package/src/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.ts +9 -15
  203. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.html +20 -20
  204. package/src/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.ts +7 -9
  205. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +12 -18
  206. package/src/libs/feature/search/src/lib/state/container/search-state.container.directive.ts +3 -3
  207. package/src/libs/feature/search/src/lib/state/effects.ts +10 -12
  208. package/src/libs/feature/search/src/lib/state/search.facade.ts +6 -8
  209. package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +4 -3
  210. package/src/libs/feature/search/src/lib/utils/service/fields.ts +37 -33
  211. package/src/libs/feature/search/src/lib/utils/service/search.service.ts +2 -2
  212. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.html +15 -15
  213. package/src/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.ts +1 -2
  214. package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +4 -8
  215. package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +4 -2
  216. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +34 -33
  217. package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -6
  218. package/src/libs/ui/elements/src/index.ts +2 -0
  219. package/src/libs/ui/elements/src/lib/api-card/api-card.component.html +55 -50
  220. package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -23
  221. package/src/libs/ui/elements/src/lib/avatar/avatar.component.html +12 -10
  222. package/src/libs/ui/elements/src/lib/avatar/avatar.component.ts +1 -2
  223. package/src/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.ts +7 -5
  224. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.html +10 -5
  225. package/src/libs/ui/elements/src/lib/content-ghost/content-ghost.component.ts +1 -2
  226. package/src/libs/ui/elements/src/lib/download-item/download-item.component.html +5 -3
  227. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.html +66 -62
  228. package/src/libs/ui/elements/src/lib/downloads-list/downloads-list.component.ts +3 -4
  229. package/src/libs/ui/elements/src/lib/error/error.component.html +68 -55
  230. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +47 -25
  231. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +12 -3
  232. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.html +15 -15
  233. package/src/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.ts +8 -3
  234. package/src/libs/ui/elements/src/lib/image-input/image-input.component.html +83 -89
  235. package/src/libs/ui/elements/src/lib/image-input/image-input.component.ts +4 -5
  236. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +22 -21
  237. package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +1 -8
  238. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.html +38 -33
  239. package/src/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.ts +4 -4
  240. package/src/libs/ui/elements/src/lib/kind-badge/kind-badge.component.html +10 -15
  241. package/src/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.ts +0 -2
  242. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +83 -69
  243. package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.ts +2 -2
  244. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.css +0 -0
  245. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.html +32 -0
  246. package/src/libs/ui/elements/src/lib/metadata-doi/metadata-doi.component.ts +24 -0
  247. package/src/libs/ui/elements/src/lib/metadata-info/linkify.directive.ts +3 -5
  248. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +333 -271
  249. package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +5 -12
  250. package/src/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.html +30 -27
  251. package/src/libs/ui/elements/src/lib/notification/notification.component.html +5 -8
  252. package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.html +10 -11
  253. package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +102 -95
  254. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +110 -92
  255. package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +11 -8
  256. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.css +0 -0
  257. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.html +15 -0
  258. package/src/libs/ui/elements/src/lib/stac-items-result-grid/stac-items-result-grid.component.ts +14 -0
  259. package/src/libs/ui/elements/src/lib/thumbnail/thumbnail.component.ts +5 -8
  260. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.html +74 -65
  261. package/src/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.ts +2 -2
  262. package/src/libs/ui/inputs/src/index.ts +1 -0
  263. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.html +60 -57
  264. package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +3 -2
  265. package/src/libs/ui/inputs/src/lib/badge/badge.component.html +17 -16
  266. package/src/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.html +3 -3
  267. package/src/libs/ui/inputs/src/lib/checkbox/checkbox.component.css +8 -8
  268. package/src/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.html +16 -14
  269. package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +18 -1
  270. package/src/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.ts +11 -10
  271. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.css +0 -0
  272. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.html +15 -0
  273. package/src/libs/ui/inputs/src/lib/date-range-inputs/date-range-inputs.component.ts +40 -0
  274. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.html +8 -4
  275. package/src/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.ts +1 -2
  276. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.html +68 -61
  277. package/src/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.ts +5 -11
  278. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.html +29 -27
  279. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +4 -2
  280. package/src/libs/ui/inputs/src/lib/editable-label/editable-label.directive.ts +4 -5
  281. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.html +35 -35
  282. package/src/libs/ui/inputs/src/lib/file-input/file-input.component.ts +3 -2
  283. package/src/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.html +22 -20
  284. package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +47 -46
  285. package/src/libs/ui/inputs/src/lib/search-input/search-input.component.html +10 -9
  286. package/src/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.html +6 -4
  287. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.css +1 -1
  288. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.html +9 -8
  289. package/src/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.ts +1 -2
  290. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +12 -11
  291. package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +3 -2
  292. package/src/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.ts +3 -2
  293. package/src/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.ts +3 -2
  294. package/src/libs/ui/layout/src/lib/block-list/block-list.component.ts +3 -2
  295. package/src/libs/ui/layout/src/lib/carousel/carousel.component.ts +3 -2
  296. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.html +31 -29
  297. package/src/libs/ui/layout/src/lib/cell-popin/cell-popin.component.ts +6 -13
  298. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +13 -13
  299. package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +3 -2
  300. package/src/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.html +6 -2
  301. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.ts +1 -2
  302. package/src/libs/ui/layout/src/lib/interactive-table/interactive-table.component.html +59 -53
  303. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.html +14 -12
  304. package/src/libs/ui/layout/src/lib/max-lines/max-lines.component.ts +3 -2
  305. package/src/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.ts +3 -5
  306. package/src/libs/ui/layout/src/lib/paginable.interface.ts +3 -3
  307. package/src/libs/ui/layout/src/lib/pagination/pagination.component.html +13 -11
  308. package/src/libs/ui/layout/src/lib/pagination/pagination.component.ts +2 -8
  309. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.html +26 -24
  310. package/src/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.ts +2 -2
  311. package/src/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.html +17 -15
  312. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.html +12 -6
  313. package/src/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.ts +4 -1
  314. package/src/libs/ui/layout/src/lib/sortable-list/sortable-list.component.html +2 -3
  315. package/src/libs/ui/layout/src/lib/sticky-header/sticky-header.component.ts +5 -7
  316. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +9 -8
  317. package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +6 -6
  318. package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +9 -5
  319. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.html +16 -14
  320. package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +141 -71
  321. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.html +3 -1
  322. package/src/libs/ui/map/src/lib/components/map-legend/map-legend.component.ts +1 -2
  323. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.html +85 -82
  324. package/src/libs/ui/search/src/lib/facets/facet-block/facet-block.component.ts +2 -8
  325. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.html +38 -36
  326. package/src/libs/ui/search/src/lib/facets/facet-item/facet-item.component.ts +1 -2
  327. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.html +9 -8
  328. package/src/libs/ui/search/src/lib/facets/facet-list/facet-list.component.ts +2 -2
  329. package/src/libs/ui/search/src/lib/record-metric/record-metric.component.ts +1 -2
  330. package/src/libs/ui/search/src/lib/record-preview/record-preview.component.ts +6 -3
  331. package/src/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.ts +2 -3
  332. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.html +48 -42
  333. package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +23 -15
  334. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.html +22 -14
  335. package/src/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.ts +2 -8
  336. package/src/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.ts +10 -4
  337. package/src/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.ts +2 -3
  338. package/src/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.ts +2 -3
  339. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.html +16 -10
  340. package/src/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.ts +1 -2
  341. package/src/libs/ui/search/src/lib/results-list/results-list.component.html +13 -15
  342. package/src/libs/ui/search/src/lib/results-list-item/results-list-item.component.ts +4 -5
  343. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.html +38 -34
  344. package/src/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.ts +4 -7
  345. package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +7 -8
  346. package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +5 -7
  347. package/src/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.ts +3 -2
  348. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.html +6 -7
  349. package/src/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.ts +1 -2
  350. package/src/libs/util/i18n/src/lib/date-locales.ts +63 -0
  351. package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
  352. package/src/libs/util/shared/src/index.ts +1 -0
  353. package/src/libs/util/shared/src/lib/humanize-date.directive.ts +40 -0
  354. package/src/libs/util/shared/src/lib/image-fallback.directive.ts +9 -2
  355. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -0
  356. package/src/libs/util/shared/src/lib/links/link-utils.ts +29 -5
  357. package/src/libs/util/shared/src/lib/services/date.service.ts +29 -3
  358. package/src/libs/util/shared/src/lib/services/proxy.service.ts +7 -5
  359. package/src/libs/util/shared/src/lib/utils/sort-by.ts +8 -5
  360. package/tailwind.base.css +1 -1
  361. package/translations/de.json +20 -4
  362. package/translations/en.json +21 -6
  363. package/translations/es.json +19 -3
  364. package/translations/fr.json +21 -5
  365. package/translations/it.json +22 -6
  366. package/translations/nl.json +19 -3
  367. package/translations/pt.json +19 -3
  368. package/translations/sk.json +20 -4
  369. package/esm2022/geonetwork-ui.mjs +0 -5
  370. package/esm2022/index.mjs +0 -24
  371. package/esm2022/libs/api/metadata-converter/src/index.mjs +0 -9
  372. package/esm2022/libs/api/metadata-converter/src/lib/base.converter.mjs +0 -14
  373. package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +0 -26
  374. package/esm2022/libs/api/metadata-converter/src/lib/common/license.mjs +0 -64
  375. package/esm2022/libs/api/metadata-converter/src/lib/common/resource-types.mjs +0 -40
  376. package/esm2022/libs/api/metadata-converter/src/lib/common/url.mjs +0 -14
  377. package/esm2022/libs/api/metadata-converter/src/lib/convert-utils.mjs +0 -19
  378. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.mjs +0 -279
  379. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/index.mjs +0 -2
  380. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.mjs +0 -17
  381. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.mjs +0 -224
  382. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.mjs +0 -57
  383. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.mjs +0 -96
  384. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.mjs +0 -2
  385. package/esm2022/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.mjs +0 -47
  386. package/esm2022/libs/api/metadata-converter/src/lib/find-converter.mjs +0 -25
  387. package/esm2022/libs/api/metadata-converter/src/lib/function-utils.mjs +0 -40
  388. package/esm2022/libs/api/metadata-converter/src/lib/gn4/atomic-operations.mjs +0 -77
  389. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.converter.mjs +0 -54
  390. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +0 -384
  391. package/esm2022/libs/api/metadata-converter/src/lib/gn4/index.mjs +0 -4
  392. package/esm2022/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.mjs +0 -29
  393. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.mjs +0 -12
  394. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/index.mjs +0 -5
  395. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.mjs +0 -2
  396. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.mjs +0 -2
  397. package/esm2022/libs/api/metadata-converter/src/lib/gn4/types/search.model.mjs +0 -11
  398. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/index.mjs +0 -2
  399. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.mjs +0 -129
  400. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.mjs +0 -143
  401. package/esm2022/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.mjs +0 -153
  402. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/index.mjs +0 -2
  403. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.mjs +0 -310
  404. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/read-parts.mjs +0 -485
  405. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.mjs +0 -31
  406. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.mjs +0 -18
  407. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.mjs +0 -14
  408. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.mjs +0 -48
  409. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.mjs +0 -21
  410. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.mjs +0 -8
  411. package/esm2022/libs/api/metadata-converter/src/lib/iso19139/write-parts.mjs +0 -516
  412. package/esm2022/libs/api/metadata-converter/src/lib/translate-utils.mjs +0 -17
  413. package/esm2022/libs/api/metadata-converter/src/lib/xml-utils.mjs +0 -456
  414. package/esm2022/libs/api/repository/src/index.mjs +0 -4
  415. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +0 -67
  416. package/esm2022/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.mjs +0 -3
  417. package/esm2022/libs/api/repository/src/lib/gn4/auth/gravatar.service.mjs +0 -39
  418. package/esm2022/libs/api/repository/src/lib/gn4/auth/index.mjs +0 -4
  419. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/constant.mjs +0 -32
  420. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.mjs +0 -12
  421. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +0 -552
  422. package/esm2022/libs/api/repository/src/lib/gn4/elasticsearch/index.mjs +0 -4
  423. package/esm2022/libs/api/repository/src/lib/gn4/favorites/favorites.service.mjs +0 -66
  424. package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +0 -336
  425. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +0 -42
  426. package/esm2022/libs/api/repository/src/lib/gn4/index.mjs +0 -11
  427. package/esm2022/libs/api/repository/src/lib/gn4/organizations/index.mjs +0 -5
  428. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.mjs +0 -5
  429. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.mjs +0 -104
  430. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.mjs +0 -198
  431. package/esm2022/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.mjs +0 -6
  432. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.mjs +0 -100
  433. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +0 -270
  434. package/esm2022/libs/api/repository/src/lib/gn4/selection/selection.service.mjs +0 -52
  435. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +0 -26
  436. package/esm2022/libs/api/repository/src/lib/metadata-language.token.mjs +0 -3
  437. package/esm2022/libs/api/repository/src/lib/repository-url.mjs +0 -10
  438. package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +0 -9
  439. package/esm2022/libs/common/domain/src/lib/model/error/index.mjs +0 -2
  440. package/esm2022/libs/common/domain/src/lib/model/error/publication-version.error.mjs +0 -8
  441. package/esm2022/libs/common/domain/src/lib/model/record/contact.model.mjs +0 -51
  442. package/esm2022/libs/common/domain/src/lib/model/record/index.mjs +0 -6
  443. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +0 -64
  444. package/esm2022/libs/common/domain/src/lib/model/record/organization.model.mjs +0 -2
  445. package/esm2022/libs/common/domain/src/lib/model/record/translation.model.mjs +0 -2
  446. package/esm2022/libs/common/domain/src/lib/model/record/user-feedbacks.model.mjs +0 -2
  447. package/esm2022/libs/common/domain/src/lib/model/search/aggregation.model.mjs +0 -2
  448. package/esm2022/libs/common/domain/src/lib/model/search/field.model.mjs +0 -2
  449. package/esm2022/libs/common/domain/src/lib/model/search/filter.model.mjs +0 -2
  450. package/esm2022/libs/common/domain/src/lib/model/search/index.mjs +0 -6
  451. package/esm2022/libs/common/domain/src/lib/model/search/search.model.mjs +0 -2
  452. package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +0 -8
  453. package/esm2022/libs/common/domain/src/lib/model/thesaurus/index.mjs +0 -2
  454. package/esm2022/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.mjs +0 -2
  455. package/esm2022/libs/common/domain/src/lib/model/user/index.mjs +0 -2
  456. package/esm2022/libs/common/domain/src/lib/model/user/user.model.mjs +0 -2
  457. package/esm2022/libs/common/domain/src/lib/organizations.service.interface.mjs +0 -3
  458. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +0 -3
  459. package/esm2022/libs/common/domain/src/lib/repository/records-repository.interface.mjs +0 -3
  460. package/esm2022/libs/data-access/gn4/src/fixtures/index.mjs +0 -3
  461. package/esm2022/libs/data-access/gn4/src/fixtures/site.fixtures.mjs +0 -61
  462. package/esm2022/libs/data-access/gn4/src/fixtures/ui.fixtures.mjs +0 -5
  463. package/esm2022/libs/data-access/gn4/src/index.mjs +0 -3
  464. package/esm2022/libs/data-access/gn4/src/openapi/api/api.mjs +0 -99
  465. package/esm2022/libs/data-access/gn4/src/openapi/api/atom.api.service.mjs +0 -251
  466. package/esm2022/libs/data-access/gn4/src/openapi/api/customstyle.api.service.mjs +0 -151
  467. package/esm2022/libs/data-access/gn4/src/openapi/api/formatters.api.service.mjs +0 -363
  468. package/esm2022/libs/data-access/gn4/src/openapi/api/groups.api.service.mjs +0 -313
  469. package/esm2022/libs/data-access/gn4/src/openapi/api/harvesters.api.service.mjs +0 -164
  470. package/esm2022/libs/data-access/gn4/src/openapi/api/identifiers.api.service.mjs +0 -223
  471. package/esm2022/libs/data-access/gn4/src/openapi/api/languages.api.service.mjs +0 -223
  472. package/esm2022/libs/data-access/gn4/src/openapi/api/links.api.service.mjs +0 -337
  473. package/esm2022/libs/data-access/gn4/src/openapi/api/logos.api.service.mjs +0 -211
  474. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservers.api.service.mjs +0 -421
  475. package/esm2022/libs/data-access/gn4/src/openapi/api/mapservices.api.service.mjs +0 -117
  476. package/esm2022/libs/data-access/gn4/src/openapi/api/me.api.service.mjs +0 -117
  477. package/esm2022/libs/data-access/gn4/src/openapi/api/operations.api.service.mjs +0 -117
  478. package/esm2022/libs/data-access/gn4/src/openapi/api/pages.api.service.mjs +0 -456
  479. package/esm2022/libs/data-access/gn4/src/openapi/api/processes.api.service.mjs +0 -389
  480. package/esm2022/libs/data-access/gn4/src/openapi/api/records.api.service.mjs +0 -4080
  481. package/esm2022/libs/data-access/gn4/src/openapi/api/regions.api.service.mjs +0 -204
  482. package/esm2022/libs/data-access/gn4/src/openapi/api/registries.api.service.mjs +0 -979
  483. package/esm2022/libs/data-access/gn4/src/openapi/api/related.api.service.mjs +0 -135
  484. package/esm2022/libs/data-access/gn4/src/openapi/api/search.api.service.mjs +0 -174
  485. package/esm2022/libs/data-access/gn4/src/openapi/api/selections.api.service.mjs +0 -215
  486. package/esm2022/libs/data-access/gn4/src/openapi/api/site.api.service.mjs +0 -770
  487. package/esm2022/libs/data-access/gn4/src/openapi/api/sources.api.service.mjs +0 -249
  488. package/esm2022/libs/data-access/gn4/src/openapi/api/standards.api.service.mjs +0 -412
  489. package/esm2022/libs/data-access/gn4/src/openapi/api/status.api.service.mjs +0 -170
  490. package/esm2022/libs/data-access/gn4/src/openapi/api/tags.api.service.mjs +0 -246
  491. package/esm2022/libs/data-access/gn4/src/openapi/api/tools.api.service.mjs +0 -608
  492. package/esm2022/libs/data-access/gn4/src/openapi/api/ui.api.service.mjs +0 -244
  493. package/esm2022/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.mjs +0 -405
  494. package/esm2022/libs/data-access/gn4/src/openapi/api/users.api.service.mjs +0 -570
  495. package/esm2022/libs/data-access/gn4/src/openapi/api/usersearches.api.service.mjs +0 -343
  496. package/esm2022/libs/data-access/gn4/src/openapi/api/userselections.api.service.mjs +0 -323
  497. package/esm2022/libs/data-access/gn4/src/openapi/api.module.mjs +0 -41
  498. package/esm2022/libs/data-access/gn4/src/openapi/configuration.mjs +0 -72
  499. package/esm2022/libs/data-access/gn4/src/openapi/encoder.mjs +0 -19
  500. package/esm2022/libs/data-access/gn4/src/openapi/index.mjs +0 -6
  501. package/esm2022/libs/data-access/gn4/src/openapi/model/address.api.model.mjs +0 -13
  502. package/esm2022/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.mjs +0 -2
  503. package/esm2022/libs/data-access/gn4/src/openapi/model/associated.api.model.mjs +0 -2
  504. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.mjs +0 -2
  505. package/esm2022/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.mjs +0 -2
  506. package/esm2022/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.mjs +0 -2
  507. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.mjs +0 -13
  508. package/esm2022/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.mjs +0 -2
  509. package/esm2022/libs/data-access/gn4/src/openapi/model/category.api.model.mjs +0 -13
  510. package/esm2022/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.mjs +0 -13
  511. package/esm2022/libs/data-access/gn4/src/openapi/model/children.api.model.mjs +0 -2
  512. package/esm2022/libs/data-access/gn4/src/openapi/model/codelist.api.model.mjs +0 -2
  513. package/esm2022/libs/data-access/gn4/src/openapi/model/crs.api.model.mjs +0 -13
  514. package/esm2022/libs/data-access/gn4/src/openapi/model/dataset.api.model.mjs +0 -2
  515. package/esm2022/libs/data-access/gn4/src/openapi/model/description.api.model.mjs +0 -2
  516. package/esm2022/libs/data-access/gn4/src/openapi/model/element.api.model.mjs +0 -2
  517. package/esm2022/libs/data-access/gn4/src/openapi/model/entry.api.model.mjs +0 -13
  518. package/esm2022/libs/data-access/gn4/src/openapi/model/extentDto.api.model.mjs +0 -13
  519. package/esm2022/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.mjs +0 -2
  520. package/esm2022/libs/data-access/gn4/src/openapi/model/fcat.api.model.mjs +0 -2
  521. package/esm2022/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.mjs +0 -13
  522. package/esm2022/libs/data-access/gn4/src/openapi/model/featureType.api.model.mjs +0 -2
  523. package/esm2022/libs/data-access/gn4/src/openapi/model/field.api.model.mjs +0 -13
  524. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterData.api.model.mjs +0 -13
  525. package/esm2022/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.mjs +0 -2
  526. package/esm2022/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.mjs +0 -13
  527. package/esm2022/libs/data-access/gn4/src/openapi/model/group.api.model.mjs +0 -2
  528. package/esm2022/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.mjs +0 -13
  529. package/esm2022/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.mjs +0 -33
  530. package/esm2022/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.mjs +0 -2
  531. package/esm2022/libs/data-access/gn4/src/openapi/model/hassource.api.model.mjs +0 -2
  532. package/esm2022/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.mjs +0 -13
  533. package/esm2022/libs/data-access/gn4/src/openapi/model/iSODate.api.model.mjs +0 -13
  534. package/esm2022/libs/data-access/gn4/src/openapi/model/infoReport.api.model.mjs +0 -13
  535. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.mjs +0 -13
  536. package/esm2022/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.mjs +0 -13
  537. package/esm2022/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.mjs +0 -13
  538. package/esm2022/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.mjs +0 -13
  539. package/esm2022/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.mjs +0 -26
  540. package/esm2022/libs/data-access/gn4/src/openapi/model/language.api.model.mjs +0 -13
  541. package/esm2022/libs/data-access/gn4/src/openapi/model/link.api.model.mjs +0 -8
  542. package/esm2022/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.mjs +0 -2
  543. package/esm2022/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.mjs +0 -2
  544. package/esm2022/libs/data-access/gn4/src/openapi/model/localizedString.api.model.mjs +0 -13
  545. package/esm2022/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.mjs +0 -13
  546. package/esm2022/libs/data-access/gn4/src/openapi/model/mapServer.api.model.mjs +0 -13
  547. package/esm2022/libs/data-access/gn4/src/openapi/model/mapService.api.model.mjs +0 -13
  548. package/esm2022/libs/data-access/gn4/src/openapi/model/meResponse.api.model.mjs +0 -13
  549. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.mjs +0 -13
  550. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.mjs +0 -13
  551. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.mjs +0 -13
  552. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.mjs +0 -13
  553. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.mjs +0 -13
  554. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.mjs +0 -2
  555. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.mjs +0 -2
  556. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.mjs +0 -8
  557. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.mjs +0 -20
  558. package/esm2022/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.mjs +0 -20
  559. package/esm2022/libs/data-access/gn4/src/openapi/model/models.mjs +0 -119
  560. package/esm2022/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.mjs +0 -2
  561. package/esm2022/libs/data-access/gn4/src/openapi/model/online.api.model.mjs +0 -2
  562. package/esm2022/libs/data-access/gn4/src/openapi/model/operation.api.model.mjs +0 -23
  563. package/esm2022/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.mjs +0 -13
  564. package/esm2022/libs/data-access/gn4/src/openapi/model/pageLink.api.model.mjs +0 -2
  565. package/esm2022/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.mjs +0 -36
  566. package/esm2022/libs/data-access/gn4/src/openapi/model/pageable.api.model.mjs +0 -2
  567. package/esm2022/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.mjs +0 -2
  568. package/esm2022/libs/data-access/gn4/src/openapi/model/parent.api.model.mjs +0 -2
  569. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.mjs +0 -13
  570. package/esm2022/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.mjs +0 -13
  571. package/esm2022/libs/data-access/gn4/src/openapi/model/processingReport.api.model.mjs +0 -2
  572. package/esm2022/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.mjs +0 -13
  573. package/esm2022/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.mjs +0 -36
  574. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.mjs +0 -13
  575. package/esm2022/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.mjs +0 -13
  576. package/esm2022/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.mjs +0 -13
  577. package/esm2022/libs/data-access/gn4/src/openapi/model/related.api.model.mjs +0 -2
  578. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.mjs +0 -2
  579. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.mjs +0 -2
  580. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.mjs +0 -2
  581. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.mjs +0 -2
  582. package/esm2022/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.mjs +0 -2
  583. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.mjs +0 -13
  584. package/esm2022/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.mjs +0 -2
  585. package/esm2022/libs/data-access/gn4/src/openapi/model/report.api.model.mjs +0 -13
  586. package/esm2022/libs/data-access/gn4/src/openapi/model/reports.api.model.mjs +0 -2
  587. package/esm2022/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.mjs +0 -13
  588. package/esm2022/libs/data-access/gn4/src/openapi/model/section.api.model.mjs +0 -2
  589. package/esm2022/libs/data-access/gn4/src/openapi/model/selection.api.model.mjs +0 -13
  590. package/esm2022/libs/data-access/gn4/src/openapi/model/service.api.model.mjs +0 -2
  591. package/esm2022/libs/data-access/gn4/src/openapi/model/setting.api.model.mjs +0 -21
  592. package/esm2022/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.mjs +0 -2
  593. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.mjs +0 -2
  594. package/esm2022/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.mjs +0 -2
  595. package/esm2022/libs/data-access/gn4/src/openapi/model/siblings.api.model.mjs +0 -2
  596. package/esm2022/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.mjs +0 -2
  597. package/esm2022/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.mjs +0 -13
  598. package/esm2022/libs/data-access/gn4/src/openapi/model/sort.api.model.mjs +0 -13
  599. package/esm2022/libs/data-access/gn4/src/openapi/model/source.api.model.mjs +0 -2
  600. package/esm2022/libs/data-access/gn4/src/openapi/model/status.api.model.mjs +0 -22
  601. package/esm2022/libs/data-access/gn4/src/openapi/model/statusValue.api.model.mjs +0 -33
  602. package/esm2022/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.mjs +0 -13
  603. package/esm2022/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.mjs +0 -13
  604. package/esm2022/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.mjs +0 -13
  605. package/esm2022/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.mjs +0 -2
  606. package/esm2022/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.mjs +0 -13
  607. package/esm2022/libs/data-access/gn4/src/openapi/model/translations.api.model.mjs +0 -13
  608. package/esm2022/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.mjs +0 -13
  609. package/esm2022/libs/data-access/gn4/src/openapi/model/user.api.model.mjs +0 -13
  610. package/esm2022/libs/data-access/gn4/src/openapi/model/userDto.api.model.mjs +0 -2
  611. package/esm2022/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.mjs +0 -13
  612. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroup.api.model.mjs +0 -13
  613. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.mjs +0 -24
  614. package/esm2022/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.mjs +0 -13
  615. package/esm2022/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.mjs +0 -2
  616. package/esm2022/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.mjs +0 -13
  617. package/esm2022/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.mjs +0 -19
  618. package/esm2022/libs/data-access/gn4/src/openapi/model/values.api.model.mjs +0 -13
  619. package/esm2022/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.mjs +0 -2
  620. package/esm2022/libs/data-access/gn4/src/openapi/variables.mjs +0 -9
  621. package/esm2022/libs/feature/catalog/src/index.mjs +0 -9
  622. package/esm2022/libs/feature/catalog/src/lib/my-org/my-org.service.mjs +0 -42
  623. package/esm2022/libs/feature/catalog/src/lib/organisations/organisations.component.mjs +0 -127
  624. package/esm2022/libs/feature/catalog/src/lib/organization-url.token.mjs +0 -6
  625. package/esm2022/libs/feature/catalog/src/lib/records/records.service.mjs +0 -21
  626. package/esm2022/libs/feature/catalog/src/lib/site-title/site-title.component.mjs +0 -23
  627. package/esm2022/libs/feature/catalog/src/lib/source-label/source-label.component.mjs +0 -23
  628. package/esm2022/libs/feature/catalog/src/lib/sources/sources.model.mjs +0 -2
  629. package/esm2022/libs/feature/catalog/src/lib/sources/sources.service.mjs +0 -27
  630. package/esm2022/libs/feature/dataviz/src/index.mjs +0 -6
  631. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +0 -245
  632. package/esm2022/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.mjs +0 -36
  633. package/esm2022/libs/feature/dataviz/src/lib/figure/figure.service.mjs +0 -31
  634. package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +0 -98
  635. package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +0 -244
  636. package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +0 -101
  637. package/esm2022/libs/feature/editor/src/index.mjs +0 -13
  638. package/esm2022/libs/feature/editor/src/lib/+state/editor.actions.mjs +0 -17
  639. package/esm2022/libs/feature/editor/src/lib/+state/editor.effects.mjs +0 -68
  640. package/esm2022/libs/feature/editor/src/lib/+state/editor.facade.mjs +0 -66
  641. package/esm2022/libs/feature/editor/src/lib/+state/editor.models.mjs +0 -2
  642. package/esm2022/libs/feature/editor/src/lib/+state/editor.reducer.mjs +0 -84
  643. package/esm2022/libs/feature/editor/src/lib/+state/editor.selectors.mjs +0 -27
  644. package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +0 -66
  645. package/esm2022/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +0 -16
  646. package/esm2022/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.mjs +0 -89
  647. package/esm2022/libs/feature/editor/src/lib/components/import-record/import-record.component.mjs +0 -111
  648. package/esm2022/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.mjs +0 -80
  649. package/esm2022/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.mjs +0 -275
  650. package/esm2022/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.mjs +0 -75
  651. package/esm2022/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.mjs +0 -172
  652. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.mjs +0 -11
  653. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.mjs +0 -73
  654. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.mjs +0 -35
  655. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.mjs +0 -129
  656. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.mjs +0 -105
  657. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +0 -150
  658. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.mjs +0 -19
  659. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.mjs +0 -28
  660. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.mjs +0 -39
  661. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.mjs +0 -60
  662. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.mjs +0 -11
  663. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.mjs +0 -151
  664. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.mjs +0 -181
  665. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.mjs +0 -104
  666. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +0 -41
  667. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.mjs +0 -32
  668. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.mjs +0 -123
  669. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.mjs +0 -44
  670. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.mjs +0 -88
  671. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.mjs +0 -55
  672. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.mjs +0 -96
  673. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.mjs +0 -122
  674. package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/index.mjs +0 -14
  675. package/esm2022/libs/feature/editor/src/lib/components/record-form/record-form.component.mjs +0 -34
  676. package/esm2022/libs/feature/editor/src/lib/expressions.mjs +0 -13
  677. package/esm2022/libs/feature/editor/src/lib/feature-editor.module.mjs +0 -27
  678. package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +0 -376
  679. package/esm2022/libs/feature/editor/src/lib/models/editor-config.model.mjs +0 -2
  680. package/esm2022/libs/feature/editor/src/lib/models/index.mjs +0 -2
  681. package/esm2022/libs/feature/editor/src/lib/services/editor.service.mjs +0 -63
  682. package/esm2022/libs/feature/map/src/index.mjs +0 -14
  683. package/esm2022/libs/feature/map/src/lib/+state/map.actions.mjs +0 -5
  684. package/esm2022/libs/feature/map/src/lib/+state/map.facade.mjs +0 -28
  685. package/esm2022/libs/feature/map/src/lib/+state/map.reducer.mjs +0 -27
  686. package/esm2022/libs/feature/map/src/lib/+state/map.selectors.mjs +0 -7
  687. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.mjs +0 -49
  688. package/esm2022/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.mjs +0 -60
  689. package/esm2022/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.mjs +0 -118
  690. package/esm2022/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.mjs +0 -129
  691. package/esm2022/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.mjs +0 -74
  692. package/esm2022/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.mjs +0 -73
  693. package/esm2022/libs/feature/map/src/lib/constant/index.mjs +0 -2
  694. package/esm2022/libs/feature/map/src/lib/constant/projections.mjs +0 -2
  695. package/esm2022/libs/feature/map/src/lib/feature-map.module.mjs +0 -34
  696. package/esm2022/libs/feature/map/src/lib/geocoding/geocoding.component.mjs +0 -101
  697. package/esm2022/libs/feature/map/src/lib/geocoding.service.mjs +0 -40
  698. package/esm2022/libs/feature/map/src/lib/layers-panel/layers-panel.component.mjs +0 -77
  699. package/esm2022/libs/feature/map/src/lib/map-state-container/map-state-container.component.mjs +0 -27
  700. package/esm2022/libs/feature/map/src/lib/style/index.mjs +0 -3
  701. package/esm2022/libs/feature/map/src/lib/style/map-style.fixtures.mjs +0 -43
  702. package/esm2022/libs/feature/map/src/lib/style/map-style.service.mjs +0 -96
  703. package/esm2022/libs/feature/map/src/lib/utils/index.mjs +0 -2
  704. package/esm2022/libs/feature/map/src/lib/utils/map-utils.service.mjs +0 -29
  705. package/esm2022/libs/feature/notifications/src/index.mjs +0 -3
  706. package/esm2022/libs/feature/notifications/src/lib/notification.model.mjs +0 -2
  707. package/esm2022/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.mjs +0 -49
  708. package/esm2022/libs/feature/notifications/src/lib/notifications.service.mjs +0 -30
  709. package/esm2022/libs/feature/record/src/index.mjs +0 -11
  710. package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +0 -110
  711. package/esm2022/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.mjs +0 -77
  712. package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +0 -40
  713. package/esm2022/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.mjs +0 -83
  714. package/esm2022/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.mjs +0 -82
  715. package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +0 -29
  716. package/esm2022/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.mjs +0 -169
  717. package/esm2022/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.mjs +0 -58
  718. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +0 -348
  719. package/esm2022/libs/feature/record/src/lib/record-meta/record-meta.component.mjs +0 -47
  720. package/esm2022/libs/feature/record/src/lib/state/index.mjs +0 -3
  721. package/esm2022/libs/feature/record/src/lib/state/mdview.actions.mjs +0 -32
  722. package/esm2022/libs/feature/record/src/lib/state/mdview.effects.mjs +0 -73
  723. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +0 -119
  724. package/esm2022/libs/feature/record/src/lib/state/mdview.reducer.mjs +0 -96
  725. package/esm2022/libs/feature/record/src/lib/state/mdview.selectors.mjs +0 -33
  726. package/esm2022/libs/feature/router/src/index.mjs +0 -2
  727. package/esm2022/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.mjs +0 -21
  728. package/esm2022/libs/feature/router/src/lib/default/constants.mjs +0 -13
  729. package/esm2022/libs/feature/router/src/lib/default/container/search-router.container.directive.mjs +0 -41
  730. package/esm2022/libs/feature/router/src/lib/default/index.mjs +0 -9
  731. package/esm2022/libs/feature/router/src/lib/default/router.config.mjs +0 -3
  732. package/esm2022/libs/feature/router/src/lib/default/router.module.mjs +0 -63
  733. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +0 -61
  734. package/esm2022/libs/feature/router/src/lib/default/services/router-search.service.mjs +0 -56
  735. package/esm2022/libs/feature/router/src/lib/default/state/query-params.utils.mjs +0 -51
  736. package/esm2022/libs/feature/router/src/lib/default/state/router.actions.mjs +0 -5
  737. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +0 -114
  738. package/esm2022/libs/feature/router/src/lib/default/state/router.facade.mjs +0 -73
  739. package/esm2022/libs/feature/router/src/lib/default/state/router.selectors.mjs +0 -14
  740. package/esm2022/libs/feature/search/src/index.mjs +0 -26
  741. package/esm2022/libs/feature/search/src/lib/constants.mjs +0 -38
  742. package/esm2022/libs/feature/search/src/lib/facets/facets-container/facets-container.component.mjs +0 -71
  743. package/esm2022/libs/feature/search/src/lib/facets/facets.service.mjs +0 -232
  744. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +0 -121
  745. package/esm2022/libs/feature/search/src/lib/feature-search.module.mjs +0 -28
  746. package/esm2022/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.mjs +0 -68
  747. package/esm2022/libs/feature/search/src/lib/filter-geometry.token.mjs +0 -4
  748. package/esm2022/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.mjs +0 -92
  749. package/esm2022/libs/feature/search/src/lib/record-url.token.mjs +0 -6
  750. package/esm2022/libs/feature/search/src/lib/records-metrics/records-metrics.component.mjs +0 -45
  751. package/esm2022/libs/feature/search/src/lib/results-hits/results-hits.container.component.mjs +0 -48
  752. package/esm2022/libs/feature/search/src/lib/results-layout/results-layout.component.mjs +0 -34
  753. package/esm2022/libs/feature/search/src/lib/results-list/results-list.container.component.mjs +0 -108
  754. package/esm2022/libs/feature/search/src/lib/results-table/results-table-container.component.mjs +0 -99
  755. package/esm2022/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.mjs +0 -65
  756. package/esm2022/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.mjs +0 -84
  757. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +0 -58
  758. package/esm2022/libs/feature/search/src/lib/state/actions.mjs +0 -208
  759. package/esm2022/libs/feature/search/src/lib/state/container/search-state.container.directive.mjs +0 -29
  760. package/esm2022/libs/feature/search/src/lib/state/effects.mjs +0 -124
  761. package/esm2022/libs/feature/search/src/lib/state/reducer.mjs +0 -289
  762. package/esm2022/libs/feature/search/src/lib/state/search.facade.mjs +0 -130
  763. package/esm2022/libs/feature/search/src/lib/state/selectors.mjs +0 -22
  764. package/esm2022/libs/feature/search/src/lib/utils/operators/search.operator.mjs +0 -31
  765. package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +0 -436
  766. package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +0 -90
  767. package/esm2022/libs/feature/search/src/lib/utils/service/search.service.mjs +0 -37
  768. package/esm2022/libs/ui/catalog/src/index.mjs +0 -6
  769. package/esm2022/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.mjs +0 -19
  770. package/esm2022/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.mjs +0 -43
  771. package/esm2022/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.mjs +0 -42
  772. package/esm2022/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.mjs +0 -48
  773. package/esm2022/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.mjs +0 -16
  774. package/esm2022/libs/ui/dataviz/src/index.mjs +0 -5
  775. package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +0 -167
  776. package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +0 -51
  777. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +0 -139
  778. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +0 -24
  779. package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +0 -82
  780. package/esm2022/libs/ui/dataviz/src/lib/figure/figure.component.mjs +0 -33
  781. package/esm2022/libs/ui/elements/src/index.mjs +0 -29
  782. package/esm2022/libs/ui/elements/src/lib/api-card/api-card.component.mjs +0 -87
  783. package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +0 -78
  784. package/esm2022/libs/ui/elements/src/lib/avatar/avatar.component.mjs +0 -20
  785. package/esm2022/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.mjs +0 -29
  786. package/esm2022/libs/ui/elements/src/lib/content-ghost/content-ghost.component.mjs +0 -20
  787. package/esm2022/libs/ui/elements/src/lib/download-item/download-item.component.mjs +0 -62
  788. package/esm2022/libs/ui/elements/src/lib/downloads-list/downloads-list.component.mjs +0 -122
  789. package/esm2022/libs/ui/elements/src/lib/error/error.component.mjs +0 -49
  790. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +0 -59
  791. package/esm2022/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.mjs +0 -61
  792. package/esm2022/libs/ui/elements/src/lib/image-input/image-input.component.mjs +0 -227
  793. package/esm2022/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.mjs +0 -45
  794. package/esm2022/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.mjs +0 -89
  795. package/esm2022/libs/ui/elements/src/lib/kind-badge/kind-badge.component.mjs +0 -76
  796. package/esm2022/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.mjs +0 -41
  797. package/esm2022/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.mjs +0 -19
  798. package/esm2022/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.mjs +0 -14
  799. package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +0 -61
  800. package/esm2022/libs/ui/elements/src/lib/metadata-info/linkify.directive.mjs +0 -78
  801. package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +0 -128
  802. package/esm2022/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.mjs +0 -82
  803. package/esm2022/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.mjs +0 -45
  804. package/esm2022/libs/ui/elements/src/lib/notification/notification.component.mjs +0 -71
  805. package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +0 -142
  806. package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +0 -70
  807. package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +0 -165
  808. package/esm2022/libs/ui/elements/src/lib/thumbnail/thumbnail.component.mjs +0 -96
  809. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.mjs +0 -59
  810. package/esm2022/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.mjs +0 -77
  811. package/esm2022/libs/ui/elements/src/lib/user-preview/user-preview.component.mjs +0 -21
  812. package/esm2022/libs/ui/inputs/src/index.mjs +0 -27
  813. package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +0 -285
  814. package/esm2022/libs/ui/inputs/src/lib/badge/badge.component.mjs +0 -44
  815. package/esm2022/libs/ui/inputs/src/lib/button/button.component.mjs +0 -62
  816. package/esm2022/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.mjs +0 -30
  817. package/esm2022/libs/ui/inputs/src/lib/checkbox/checkbox.component.mjs +0 -35
  818. package/esm2022/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.mjs +0 -33
  819. package/esm2022/libs/ui/inputs/src/lib/date-picker/date-picker.component.mjs +0 -39
  820. package/esm2022/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.mjs +0 -65
  821. package/esm2022/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.mjs +0 -44
  822. package/esm2022/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.mjs +0 -37
  823. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.mjs +0 -215
  824. package/esm2022/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.mjs +0 -2
  825. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +0 -202
  826. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.mjs +0 -2
  827. package/esm2022/libs/ui/inputs/src/lib/editable-label/editable-label.directive.mjs +0 -48
  828. package/esm2022/libs/ui/inputs/src/lib/file-input/file-input.component.mjs +0 -106
  829. package/esm2022/libs/ui/inputs/src/lib/files-drop/files-drop.directive.mjs +0 -59
  830. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.mjs +0 -43
  831. package/esm2022/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.mjs +0 -2
  832. package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +0 -74
  833. package/esm2022/libs/ui/inputs/src/lib/search-input/search-input.component.mjs +0 -46
  834. package/esm2022/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.mjs +0 -57
  835. package/esm2022/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.mjs +0 -36
  836. package/esm2022/libs/ui/inputs/src/lib/text-area/text-area.component.mjs +0 -50
  837. package/esm2022/libs/ui/inputs/src/lib/text-input/text-input.component.mjs +0 -48
  838. package/esm2022/libs/ui/inputs/src/lib/url-input/url-input.component.mjs +0 -95
  839. package/esm2022/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.mjs +0 -46
  840. package/esm2022/libs/ui/layout/src/index.mjs +0 -20
  841. package/esm2022/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.mjs +0 -105
  842. package/esm2022/libs/ui/layout/src/lib/block-list/block-list.component.mjs +0 -128
  843. package/esm2022/libs/ui/layout/src/lib/carousel/carousel.component.mjs +0 -73
  844. package/esm2022/libs/ui/layout/src/lib/cell-popin/cell-popin.component.mjs +0 -110
  845. package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +0 -54
  846. package/esm2022/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.mjs +0 -25
  847. package/esm2022/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.mjs +0 -20
  848. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.mjs +0 -38
  849. package/esm2022/libs/ui/layout/src/lib/interactive-table/interactive-table.component.mjs +0 -67
  850. package/esm2022/libs/ui/layout/src/lib/max-lines/max-lines.component.mjs +0 -70
  851. package/esm2022/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.mjs +0 -29
  852. package/esm2022/libs/ui/layout/src/lib/paginable.interface.mjs +0 -2
  853. package/esm2022/libs/ui/layout/src/lib/pagination/pagination.component.mjs +0 -51
  854. package/esm2022/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.mjs +0 -52
  855. package/esm2022/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.mjs +0 -36
  856. package/esm2022/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.mjs +0 -26
  857. package/esm2022/libs/ui/layout/src/lib/sortable-list/sortable-list.component.mjs +0 -35
  858. package/esm2022/libs/ui/layout/src/lib/sticky-header/sticky-header.component.mjs +0 -81
  859. package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +0 -71
  860. package/esm2022/libs/ui/map/src/index.mjs +0 -7
  861. package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +0 -46
  862. package/esm2022/libs/ui/map/src/lib/components/map-container/map-container.component.mjs +0 -157
  863. package/esm2022/libs/ui/map/src/lib/components/map-container/map-settings.token.mjs +0 -13
  864. package/esm2022/libs/ui/map/src/lib/components/map-legend/map-legend.component.mjs +0 -36
  865. package/esm2022/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.mjs +0 -80
  866. package/esm2022/libs/ui/map/src/lib/map-utils.mjs +0 -37
  867. package/esm2022/libs/ui/search/src/index.mjs +0 -21
  868. package/esm2022/libs/ui/search/src/lib/facets/facet-block/facet-block.component.mjs +0 -109
  869. package/esm2022/libs/ui/search/src/lib/facets/facet-item/facet-item.component.mjs +0 -43
  870. package/esm2022/libs/ui/search/src/lib/facets/facet-list/facet-list.component.mjs +0 -51
  871. package/esm2022/libs/ui/search/src/lib/facets/facets.model.mjs +0 -2
  872. package/esm2022/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.mjs +0 -50
  873. package/esm2022/libs/ui/search/src/lib/facets/fixtures/index.mjs +0 -2
  874. package/esm2022/libs/ui/search/src/lib/record-metric/record-metric.component.mjs +0 -26
  875. package/esm2022/libs/ui/search/src/lib/record-preview/record-preview.component.mjs +0 -62
  876. package/esm2022/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.mjs +0 -14
  877. package/esm2022/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.mjs +0 -68
  878. package/esm2022/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.mjs +0 -21
  879. package/esm2022/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.mjs +0 -29
  880. package/esm2022/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.mjs +0 -14
  881. package/esm2022/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.mjs +0 -14
  882. package/esm2022/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.mjs +0 -18
  883. package/esm2022/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.mjs +0 -63
  884. package/esm2022/libs/ui/search/src/lib/results-list/results-layout.config.mjs +0 -29
  885. package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +0 -31
  886. package/esm2022/libs/ui/search/src/lib/results-list-item/results-list-item.component.mjs +0 -54
  887. package/esm2022/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.mjs +0 -76
  888. package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +0 -219
  889. package/esm2022/libs/ui/widgets/src/index.mjs +0 -7
  890. package/esm2022/libs/ui/widgets/src/lib/color-scale/color-scale.component.mjs +0 -11
  891. package/esm2022/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.mjs +0 -15
  892. package/esm2022/libs/ui/widgets/src/lib/popover/popover.component.mjs +0 -68
  893. package/esm2022/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.mjs +0 -62
  894. package/esm2022/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.mjs +0 -51
  895. package/esm2022/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.mjs +0 -11
  896. package/esm2022/libs/util/app-config/src/index.mjs +0 -5
  897. package/esm2022/libs/util/app-config/src/lib/app-config.mjs +0 -216
  898. package/esm2022/libs/util/app-config/src/lib/fixtures.mjs +0 -164
  899. package/esm2022/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.mjs +0 -18
  900. package/esm2022/libs/util/app-config/src/lib/map-layers.mjs +0 -33
  901. package/esm2022/libs/util/app-config/src/lib/model.mjs +0 -2
  902. package/esm2022/libs/util/app-config/src/lib/parse-utils.mjs +0 -89
  903. package/esm2022/libs/util/data-fetcher/src/index.mjs +0 -7
  904. package/esm2022/libs/util/data-fetcher/src/lib/data-fetcher.mjs +0 -70
  905. package/esm2022/libs/util/data-fetcher/src/lib/headers.mjs +0 -23
  906. package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +0 -62
  907. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-cache.mjs +0 -12
  908. package/esm2022/libs/util/data-fetcher/src/lib/readers/base-file.mjs +0 -37
  909. package/esm2022/libs/util/data-fetcher/src/lib/readers/base.mjs +0 -62
  910. package/esm2022/libs/util/data-fetcher/src/lib/readers/csv.mjs +0 -37
  911. package/esm2022/libs/util/data-fetcher/src/lib/readers/excel.mjs +0 -24
  912. package/esm2022/libs/util/data-fetcher/src/lib/readers/geojson.mjs +0 -21
  913. package/esm2022/libs/util/data-fetcher/src/lib/readers/gml.mjs +0 -38
  914. package/esm2022/libs/util/data-fetcher/src/lib/readers/json.mjs +0 -19
  915. package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +0 -133
  916. package/esm2022/libs/util/data-fetcher/src/lib/sql-utils.mjs +0 -93
  917. package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +0 -211
  918. package/esm2022/libs/util/i18n/src/index.mjs +0 -8
  919. package/esm2022/libs/util/i18n/src/lib/embedded.translate.loader.mjs +0 -18
  920. package/esm2022/libs/util/i18n/src/lib/file.translate.loader.mjs +0 -14
  921. package/esm2022/libs/util/i18n/src/lib/i18n.constants.mjs +0 -52
  922. package/esm2022/libs/util/i18n/src/lib/i18n.interceptor.mjs +0 -25
  923. package/esm2022/libs/util/i18n/src/lib/i18n.providers.mjs +0 -41
  924. package/esm2022/libs/util/i18n/src/lib/language-codes.mjs +0 -141
  925. package/esm2022/libs/util/i18n/src/lib/translate.loader.utils.mjs +0 -8
  926. package/esm2022/libs/util/shared/src/index.mjs +0 -7
  927. package/esm2022/libs/util/shared/src/lib/gn-ui-version.mjs +0 -6
  928. package/esm2022/libs/util/shared/src/lib/image-fallback.directive.mjs +0 -28
  929. package/esm2022/libs/util/shared/src/lib/links/index.mjs +0 -3
  930. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +0 -68
  931. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +0 -306
  932. package/esm2022/libs/util/shared/src/lib/record/index.mjs +0 -3
  933. package/esm2022/libs/util/shared/src/lib/record/quality-score.util.mjs +0 -46
  934. package/esm2022/libs/util/shared/src/lib/record/record.util.mjs +0 -56
  935. package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +0 -41
  936. package/esm2022/libs/util/shared/src/lib/services/index.mjs +0 -5
  937. package/esm2022/libs/util/shared/src/lib/services/log.service.mjs +0 -22
  938. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +0 -45
  939. package/esm2022/libs/util/shared/src/lib/services/theme.service.mjs +0 -94
  940. package/esm2022/libs/util/shared/src/lib/utils/bytes-convert.mjs +0 -7
  941. package/esm2022/libs/util/shared/src/lib/utils/event.mjs +0 -12
  942. package/esm2022/libs/util/shared/src/lib/utils/format-fields.mjs +0 -9
  943. package/esm2022/libs/util/shared/src/lib/utils/fuzzy-filter.mjs +0 -27
  944. package/esm2022/libs/util/shared/src/lib/utils/geojson.mjs +0 -78
  945. package/esm2022/libs/util/shared/src/lib/utils/image-resize.mjs +0 -60
  946. package/esm2022/libs/util/shared/src/lib/utils/index.mjs +0 -16
  947. package/esm2022/libs/util/shared/src/lib/utils/mobile-screen.mjs +0 -9
  948. package/esm2022/libs/util/shared/src/lib/utils/no-duplicate-file-name.mjs +0 -19
  949. package/esm2022/libs/util/shared/src/lib/utils/parse.mjs +0 -33
  950. package/esm2022/libs/util/shared/src/lib/utils/remove-whitespace.mjs +0 -4
  951. package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +0 -40
  952. package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +0 -14
  953. package/esm2022/libs/util/shared/src/lib/utils/strip-html.mjs +0 -7
  954. package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +0 -32
  955. package/esm2022/libs/util/shared/src/lib/utils/url.mjs +0 -18
  956. package/esm2022/translations/de.json +0 -649
  957. package/esm2022/translations/en.json +0 -650
  958. package/esm2022/translations/es.json +0 -649
  959. package/esm2022/translations/fr.json +0 -649
  960. package/esm2022/translations/it.json +0 -649
  961. package/esm2022/translations/nl.json +0 -649
  962. package/esm2022/translations/pt.json +0 -649
  963. package/esm2022/translations/sk.json +0 -649
  964. package/geonetwork-ui.d.ts.map +0 -1
  965. package/libs/api/metadata-converter/src/index.d.ts +0 -9
  966. package/libs/api/metadata-converter/src/index.d.ts.map +0 -1
  967. package/libs/api/metadata-converter/src/lib/base.converter.d.ts +0 -13
  968. package/libs/api/metadata-converter/src/lib/base.converter.d.ts.map +0 -1
  969. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts +0 -4
  970. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +0 -1
  971. package/libs/api/metadata-converter/src/lib/common/license.d.ts +0 -3
  972. package/libs/api/metadata-converter/src/lib/common/license.d.ts.map +0 -1
  973. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts +0 -26
  974. package/libs/api/metadata-converter/src/lib/common/resource-types.d.ts.map +0 -1
  975. package/libs/api/metadata-converter/src/lib/common/url.d.ts +0 -7
  976. package/libs/api/metadata-converter/src/lib/common/url.d.ts.map +0 -1
  977. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts +0 -2
  978. package/libs/api/metadata-converter/src/lib/convert-utils.d.ts.map +0 -1
  979. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts +0 -13
  980. package/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.d.ts.map +0 -1
  981. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts +0 -2
  982. package/libs/api/metadata-converter/src/lib/dcat-ap/index.d.ts.map +0 -1
  983. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts +0 -16
  984. package/libs/api/metadata-converter/src/lib/dcat-ap/namespaces.d.ts.map +0 -1
  985. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts +0 -21
  986. package/libs/api/metadata-converter/src/lib/dcat-ap/read-parts.d.ts.map +0 -1
  987. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts +0 -15
  988. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/graph-utils.d.ts.map +0 -1
  989. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts +0 -8
  990. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/serialize-to-xml.d.ts.map +0 -1
  991. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts +0 -2
  992. package/libs/api/metadata-converter/src/lib/dcat-ap/utils/uri.d.ts.map +0 -1
  993. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts +0 -6
  994. package/libs/api/metadata-converter/src/lib/dcat-ap/write-parts.d.ts.map +0 -1
  995. package/libs/api/metadata-converter/src/lib/find-converter.d.ts +0 -3
  996. package/libs/api/metadata-converter/src/lib/find-converter.d.ts.map +0 -1
  997. package/libs/api/metadata-converter/src/lib/function-utils.d.ts +0 -27
  998. package/libs/api/metadata-converter/src/lib/function-utils.d.ts.map +0 -1
  999. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts +0 -20
  1000. package/libs/api/metadata-converter/src/lib/gn4/atomic-operations.d.ts.map +0 -1
  1001. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts +0 -16
  1002. package/libs/api/metadata-converter/src/lib/gn4/gn4.converter.d.ts.map +0 -1
  1003. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts +0 -24
  1004. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +0 -1
  1005. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts +0 -4
  1006. package/libs/api/metadata-converter/src/lib/gn4/index.d.ts.map +0 -1
  1007. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts +0 -12
  1008. package/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.d.ts.map +0 -1
  1009. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts +0 -37
  1010. package/libs/api/metadata-converter/src/lib/gn4/types/elasticsearch.model.d.ts.map +0 -1
  1011. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts +0 -5
  1012. package/libs/api/metadata-converter/src/lib/gn4/types/index.d.ts.map +0 -1
  1013. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts +0 -27
  1014. package/libs/api/metadata-converter/src/lib/gn4/types/keywords.model.d.ts.map +0 -1
  1015. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts +0 -196
  1016. package/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.d.ts.map +0 -1
  1017. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts +0 -78
  1018. package/libs/api/metadata-converter/src/lib/gn4/types/search.model.d.ts.map +0 -1
  1019. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts +0 -2
  1020. package/libs/api/metadata-converter/src/lib/iso19115-3/index.d.ts.map +0 -1
  1021. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts +0 -9
  1022. package/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.d.ts.map +0 -1
  1023. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts +0 -24
  1024. package/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.d.ts.map +0 -1
  1025. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts +0 -23
  1026. package/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.d.ts.map +0 -1
  1027. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts +0 -2
  1028. package/libs/api/metadata-converter/src/lib/iso19139/index.d.ts.map +0 -1
  1029. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts +0 -13
  1030. package/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.d.ts.map +0 -1
  1031. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts +0 -78
  1032. package/libs/api/metadata-converter/src/lib/iso19139/read-parts.d.ts.map +0 -1
  1033. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts +0 -5
  1034. package/libs/api/metadata-converter/src/lib/iso19139/utils/geometry.d.ts.map +0 -1
  1035. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts +0 -8
  1036. package/libs/api/metadata-converter/src/lib/iso19139/utils/individual-name.d.ts.map +0 -1
  1037. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts +0 -3
  1038. package/libs/api/metadata-converter/src/lib/iso19139/utils/keyword.mapper.d.ts.map +0 -1
  1039. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts +0 -3
  1040. package/libs/api/metadata-converter/src/lib/iso19139/utils/role.mapper.d.ts.map +0 -1
  1041. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts +0 -3
  1042. package/libs/api/metadata-converter/src/lib/iso19139/utils/status.mapper.d.ts.map +0 -1
  1043. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts +0 -3
  1044. package/libs/api/metadata-converter/src/lib/iso19139/utils/update-frequency.mapper.d.ts.map +0 -1
  1045. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts +0 -71
  1046. package/libs/api/metadata-converter/src/lib/iso19139/write-parts.d.ts.map +0 -1
  1047. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts +0 -2
  1048. package/libs/api/metadata-converter/src/lib/translate-utils.d.ts.map +0 -1
  1049. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts +0 -158
  1050. package/libs/api/metadata-converter/src/lib/xml-utils.d.ts.map +0 -1
  1051. package/libs/api/repository/src/index.d.ts +0 -4
  1052. package/libs/api/repository/src/index.d.ts.map +0 -1
  1053. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts +0 -27
  1054. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +0 -1
  1055. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts +0 -7
  1056. package/libs/api/repository/src/lib/gn4/auth/avatar.service.interface.d.ts.map +0 -1
  1057. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts +0 -17
  1058. package/libs/api/repository/src/lib/gn4/auth/gravatar.service.d.ts.map +0 -1
  1059. package/libs/api/repository/src/lib/gn4/auth/index.d.ts +0 -4
  1060. package/libs/api/repository/src/lib/gn4/auth/index.d.ts.map +0 -1
  1061. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts +0 -11
  1062. package/libs/api/repository/src/lib/gn4/elasticsearch/constant.d.ts.map +0 -1
  1063. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts +0 -4
  1064. package/libs/api/repository/src/lib/gn4/elasticsearch/date-range.utils.d.ts.map +0 -1
  1065. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +0 -74
  1066. package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +0 -1
  1067. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts +0 -4
  1068. package/libs/api/repository/src/lib/gn4/elasticsearch/index.d.ts.map +0 -1
  1069. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts +0 -20
  1070. package/libs/api/repository/src/lib/gn4/favorites/favorites.service.d.ts.map +0 -1
  1071. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts +0 -69
  1072. package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +0 -1
  1073. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +0 -7
  1074. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +0 -1
  1075. package/libs/api/repository/src/lib/gn4/index.d.ts +0 -11
  1076. package/libs/api/repository/src/lib/gn4/index.d.ts.map +0 -1
  1077. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts +0 -5
  1078. package/libs/api/repository/src/lib/gn4/organizations/index.d.ts.map +0 -1
  1079. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts +0 -4
  1080. package/libs/api/repository/src/lib/gn4/organizations/organization-strategy.token.d.ts.map +0 -1
  1081. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts +0 -29
  1082. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.d.ts.map +0 -1
  1083. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts +0 -40
  1084. package/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.d.ts.map +0 -1
  1085. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts +0 -9
  1086. package/libs/api/repository/src/lib/gn4/organizations/organizations-service.factory.d.ts.map +0 -1
  1087. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts +0 -20
  1088. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.mapper.d.ts.map +0 -1
  1089. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +0 -68
  1090. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +0 -1
  1091. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts +0 -17
  1092. package/libs/api/repository/src/lib/gn4/selection/selection.service.d.ts.map +0 -1
  1093. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts +0 -15
  1094. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +0 -1
  1095. package/libs/api/repository/src/lib/metadata-language.token.d.ts +0 -5
  1096. package/libs/api/repository/src/lib/metadata-language.token.d.ts.map +0 -1
  1097. package/libs/api/repository/src/lib/repository-url.d.ts +0 -3
  1098. package/libs/api/repository/src/lib/repository-url.d.ts.map +0 -1
  1099. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +0 -17
  1100. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +0 -1
  1101. package/libs/common/domain/src/lib/model/error/index.d.ts +0 -2
  1102. package/libs/common/domain/src/lib/model/error/index.d.ts.map +0 -1
  1103. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts +0 -5
  1104. package/libs/common/domain/src/lib/model/error/publication-version.error.d.ts.map +0 -1
  1105. package/libs/common/domain/src/lib/model/record/contact.model.d.ts +0 -15
  1106. package/libs/common/domain/src/lib/model/record/contact.model.d.ts.map +0 -1
  1107. package/libs/common/domain/src/lib/model/record/index.d.ts +0 -6
  1108. package/libs/common/domain/src/lib/model/record/index.d.ts.map +0 -1
  1109. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +0 -182
  1110. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +0 -1
  1111. package/libs/common/domain/src/lib/model/record/organization.model.d.ts +0 -11
  1112. package/libs/common/domain/src/lib/model/record/organization.model.d.ts.map +0 -1
  1113. package/libs/common/domain/src/lib/model/record/translation.model.d.ts +0 -26
  1114. package/libs/common/domain/src/lib/model/record/translation.model.d.ts.map +0 -1
  1115. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts +0 -15
  1116. package/libs/common/domain/src/lib/model/record/user-feedbacks.model.d.ts.map +0 -1
  1117. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts +0 -44
  1118. package/libs/common/domain/src/lib/model/search/aggregation.model.d.ts.map +0 -1
  1119. package/libs/common/domain/src/lib/model/search/field.model.d.ts +0 -2
  1120. package/libs/common/domain/src/lib/model/search/field.model.d.ts.map +0 -1
  1121. package/libs/common/domain/src/lib/model/search/filter.model.d.ts +0 -21
  1122. package/libs/common/domain/src/lib/model/search/filter.model.d.ts.map +0 -1
  1123. package/libs/common/domain/src/lib/model/search/index.d.ts +0 -6
  1124. package/libs/common/domain/src/lib/model/search/index.d.ts.map +0 -1
  1125. package/libs/common/domain/src/lib/model/search/search.model.d.ts +0 -20
  1126. package/libs/common/domain/src/lib/model/search/search.model.d.ts.map +0 -1
  1127. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts +0 -3
  1128. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +0 -1
  1129. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts +0 -2
  1130. package/libs/common/domain/src/lib/model/thesaurus/index.d.ts.map +0 -1
  1131. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts +0 -14
  1132. package/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.d.ts.map +0 -1
  1133. package/libs/common/domain/src/lib/model/user/index.d.ts +0 -2
  1134. package/libs/common/domain/src/lib/model/user/index.d.ts.map +0 -1
  1135. package/libs/common/domain/src/lib/model/user/user.model.d.ts +0 -11
  1136. package/libs/common/domain/src/lib/model/user/user.model.d.ts.map +0 -1
  1137. package/libs/common/domain/src/lib/organizations.service.interface.d.ts +0 -11
  1138. package/libs/common/domain/src/lib/organizations.service.interface.d.ts.map +0 -1
  1139. package/libs/common/domain/src/lib/platform.service.interface.d.ts +0 -39
  1140. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +0 -1
  1141. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts +0 -74
  1142. package/libs/common/domain/src/lib/repository/records-repository.interface.d.ts.map +0 -1
  1143. package/libs/data-access/gn4/src/fixtures/index.d.ts +0 -3
  1144. package/libs/data-access/gn4/src/fixtures/index.d.ts.map +0 -1
  1145. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts +0 -61
  1146. package/libs/data-access/gn4/src/fixtures/site.fixtures.d.ts.map +0 -1
  1147. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts +0 -5
  1148. package/libs/data-access/gn4/src/fixtures/ui.fixtures.d.ts.map +0 -1
  1149. package/libs/data-access/gn4/src/index.d.ts +0 -3
  1150. package/libs/data-access/gn4/src/index.d.ts.map +0 -1
  1151. package/libs/data-access/gn4/src/openapi/api/api.d.ts +0 -66
  1152. package/libs/data-access/gn4/src/openapi/api/api.d.ts.map +0 -1
  1153. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts +0 -97
  1154. package/libs/data-access/gn4/src/openapi/api/atom.api.service.d.ts.map +0 -1
  1155. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts +0 -54
  1156. package/libs/data-access/gn4/src/openapi/api/customstyle.api.service.d.ts.map +0 -1
  1157. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts +0 -150
  1158. package/libs/data-access/gn4/src/openapi/api/formatters.api.service.d.ts.map +0 -1
  1159. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts +0 -132
  1160. package/libs/data-access/gn4/src/openapi/api/groups.api.service.d.ts.map +0 -1
  1161. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts +0 -49
  1162. package/libs/data-access/gn4/src/openapi/api/harvesters.api.service.d.ts.map +0 -1
  1163. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts +0 -80
  1164. package/libs/data-access/gn4/src/openapi/api/identifiers.api.service.d.ts.map +0 -1
  1165. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts +0 -96
  1166. package/libs/data-access/gn4/src/openapi/api/languages.api.service.d.ts.map +0 -1
  1167. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts +0 -128
  1168. package/libs/data-access/gn4/src/openapi/api/links.api.service.d.ts.map +0 -1
  1169. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts +0 -78
  1170. package/libs/data-access/gn4/src/openapi/api/logos.api.service.d.ts.map +0 -1
  1171. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts +0 -170
  1172. package/libs/data-access/gn4/src/openapi/api/mapservers.api.service.d.ts.map +0 -1
  1173. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts +0 -33
  1174. package/libs/data-access/gn4/src/openapi/api/mapservices.api.service.d.ts.map +0 -1
  1175. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts +0 -33
  1176. package/libs/data-access/gn4/src/openapi/api/me.api.service.d.ts.map +0 -1
  1177. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts +0 -33
  1178. package/libs/data-access/gn4/src/openapi/api/operations.api.service.d.ts.map +0 -1
  1179. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts +0 -186
  1180. package/libs/data-access/gn4/src/openapi/api/pages.api.service.d.ts.map +0 -1
  1181. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts +0 -157
  1182. package/libs/data-access/gn4/src/openapi/api/processes.api.service.d.ts.map +0 -1
  1183. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts +0 -1879
  1184. package/libs/data-access/gn4/src/openapi/api/records.api.service.d.ts.map +0 -1
  1185. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts +0 -72
  1186. package/libs/data-access/gn4/src/openapi/api/regions.api.service.d.ts.map +0 -1
  1187. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts +0 -391
  1188. package/libs/data-access/gn4/src/openapi/api/registries.api.service.d.ts.map +0 -1
  1189. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts +0 -42
  1190. package/libs/data-access/gn4/src/openapi/api/related.api.service.d.ts.map +0 -1
  1191. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts +0 -53
  1192. package/libs/data-access/gn4/src/openapi/api/search.api.service.d.ts.map +0 -1
  1193. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts +0 -84
  1194. package/libs/data-access/gn4/src/openapi/api/selections.api.service.d.ts.map +0 -1
  1195. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts +0 -396
  1196. package/libs/data-access/gn4/src/openapi/api/site.api.service.d.ts.map +0 -1
  1197. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts +0 -96
  1198. package/libs/data-access/gn4/src/openapi/api/sources.api.service.d.ts.map +0 -1
  1199. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts +0 -195
  1200. package/libs/data-access/gn4/src/openapi/api/standards.api.service.d.ts.map +0 -1
  1201. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts +0 -61
  1202. package/libs/data-access/gn4/src/openapi/api/status.api.service.d.ts.map +0 -1
  1203. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts +0 -94
  1204. package/libs/data-access/gn4/src/openapi/api/tags.api.service.d.ts.map +0 -1
  1205. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts +0 -302
  1206. package/libs/data-access/gn4/src/openapi/api/tools.api.service.d.ts.map +0 -1
  1207. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts +0 -93
  1208. package/libs/data-access/gn4/src/openapi/api/ui.api.service.d.ts.map +0 -1
  1209. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts +0 -172
  1210. package/libs/data-access/gn4/src/openapi/api/userfeedback.api.service.d.ts.map +0 -1
  1211. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts +0 -262
  1212. package/libs/data-access/gn4/src/openapi/api/users.api.service.d.ts.map +0 -1
  1213. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts +0 -144
  1214. package/libs/data-access/gn4/src/openapi/api/usersearches.api.service.d.ts.map +0 -1
  1215. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts +0 -128
  1216. package/libs/data-access/gn4/src/openapi/api/userselections.api.service.d.ts.map +0 -1
  1217. package/libs/data-access/gn4/src/openapi/api.module.d.ts +0 -12
  1218. package/libs/data-access/gn4/src/openapi/api.module.d.ts.map +0 -1
  1219. package/libs/data-access/gn4/src/openapi/configuration.d.ts +0 -81
  1220. package/libs/data-access/gn4/src/openapi/configuration.d.ts.map +0 -1
  1221. package/libs/data-access/gn4/src/openapi/encoder.d.ts +0 -12
  1222. package/libs/data-access/gn4/src/openapi/encoder.d.ts.map +0 -1
  1223. package/libs/data-access/gn4/src/openapi/index.d.ts +0 -6
  1224. package/libs/data-access/gn4/src/openapi/index.d.ts.map +0 -1
  1225. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts +0 -20
  1226. package/libs/data-access/gn4/src/openapi/model/address.api.model.d.ts.map +0 -1
  1227. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts +0 -29
  1228. package/libs/data-access/gn4/src/openapi/model/anonymousMapserver.api.model.d.ts.map +0 -1
  1229. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts +0 -16
  1230. package/libs/data-access/gn4/src/openapi/model/associated.api.model.d.ts.map +0 -1
  1231. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts +0 -21
  1232. package/libs/data-access/gn4/src/openapi/model/associatedRecord.api.model.d.ts.map +0 -1
  1233. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts +0 -26
  1234. package/libs/data-access/gn4/src/openapi/model/associatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1235. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts +0 -16
  1236. package/libs/data-access/gn4/src/openapi/model/attributeTable.api.model.d.ts.map +0 -1
  1237. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts +0 -17
  1238. package/libs/data-access/gn4/src/openapi/model/batchEditParameter.api.model.d.ts.map +0 -1
  1239. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts +0 -16
  1240. package/libs/data-access/gn4/src/openapi/model/batchEditing.api.model.d.ts.map +0 -1
  1241. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts +0 -16
  1242. package/libs/data-access/gn4/src/openapi/model/category.api.model.d.ts.map +0 -1
  1243. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts +0 -17
  1244. package/libs/data-access/gn4/src/openapi/model/categoryResponse.api.model.d.ts.map +0 -1
  1245. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts +0 -16
  1246. package/libs/data-access/gn4/src/openapi/model/children.api.model.d.ts.map +0 -1
  1247. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts +0 -18
  1248. package/libs/data-access/gn4/src/openapi/model/codelist.api.model.d.ts.map +0 -1
  1249. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts +0 -19
  1250. package/libs/data-access/gn4/src/openapi/model/crs.api.model.d.ts.map +0 -1
  1251. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts +0 -16
  1252. package/libs/data-access/gn4/src/openapi/model/dataset.api.model.d.ts.map +0 -1
  1253. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts +0 -16
  1254. package/libs/data-access/gn4/src/openapi/model/description.api.model.d.ts.map +0 -1
  1255. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts +0 -21
  1256. package/libs/data-access/gn4/src/openapi/model/element.api.model.d.ts.map +0 -1
  1257. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts +0 -18
  1258. package/libs/data-access/gn4/src/openapi/model/entry.api.model.d.ts.map +0 -1
  1259. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts +0 -18
  1260. package/libs/data-access/gn4/src/openapi/model/extentDto.api.model.d.ts.map +0 -1
  1261. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts +0 -25
  1262. package/libs/data-access/gn4/src/openapi/model/fCRelatedMetadataItem.api.model.d.ts.map +0 -1
  1263. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts +0 -16
  1264. package/libs/data-access/gn4/src/openapi/model/fcat.api.model.d.ts.map +0 -1
  1265. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts +0 -17
  1266. package/libs/data-access/gn4/src/openapi/model/featureResponse.api.model.d.ts.map +0 -1
  1267. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts +0 -16
  1268. package/libs/data-access/gn4/src/openapi/model/featureType.api.model.d.ts.map +0 -1
  1269. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts +0 -22
  1270. package/libs/data-access/gn4/src/openapi/model/field.api.model.d.ts.map +0 -1
  1271. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts +0 -16
  1272. package/libs/data-access/gn4/src/openapi/model/formatterData.api.model.d.ts.map +0 -1
  1273. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts +0 -16
  1274. package/libs/data-access/gn4/src/openapi/model/formatterDataResponse.api.model.d.ts.map +0 -1
  1275. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts +0 -15
  1276. package/libs/data-access/gn4/src/openapi/model/grantedAuthority.api.model.d.ts.map +0 -1
  1277. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts +0 -32
  1278. package/libs/data-access/gn4/src/openapi/model/group.api.model.d.ts.map +0 -1
  1279. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts +0 -18
  1280. package/libs/data-access/gn4/src/openapi/model/groupOperations.api.model.d.ts.map +0 -1
  1281. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts +0 -44
  1282. package/libs/data-access/gn4/src/openapi/model/groupPrivilege.api.model.d.ts.map +0 -1
  1283. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts +0 -16
  1284. package/libs/data-access/gn4/src/openapi/model/hasfeaturecats.api.model.d.ts.map +0 -1
  1285. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts +0 -16
  1286. package/libs/data-access/gn4/src/openapi/model/hassource.api.model.d.ts.map +0 -1
  1287. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts +0 -21
  1288. package/libs/data-access/gn4/src/openapi/model/iProcessingReport.api.model.d.ts.map +0 -1
  1289. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts +0 -29
  1290. package/libs/data-access/gn4/src/openapi/model/iSODate.api.model.d.ts.map +0 -1
  1291. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts +0 -19
  1292. package/libs/data-access/gn4/src/openapi/model/infoReport.api.model.d.ts.map +0 -1
  1293. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts +0 -18
  1294. package/libs/data-access/gn4/src/openapi/model/inlineObject1.api.model.d.ts.map +0 -1
  1295. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts +0 -18
  1296. package/libs/data-access/gn4/src/openapi/model/inlineObject4.api.model.d.ts.map +0 -1
  1297. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts +0 -20
  1298. package/libs/data-access/gn4/src/openapi/model/isoLanguage.api.model.d.ts.map +0 -1
  1299. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts +0 -15
  1300. package/libs/data-access/gn4/src/openapi/model/jSONObject.api.model.d.ts.map +0 -1
  1301. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts +0 -50
  1302. package/libs/data-access/gn4/src/openapi/model/jsonNode.api.model.d.ts.map +0 -1
  1303. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts +0 -18
  1304. package/libs/data-access/gn4/src/openapi/model/language.api.model.d.ts.map +0 -1
  1305. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts +0 -32
  1306. package/libs/data-access/gn4/src/openapi/model/link.api.model.d.ts.map +0 -1
  1307. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts +0 -21
  1308. package/libs/data-access/gn4/src/openapi/model/linkStatus.api.model.d.ts.map +0 -1
  1309. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts +0 -22
  1310. package/libs/data-access/gn4/src/openapi/model/listRegionsResponse.api.model.d.ts.map +0 -1
  1311. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts +0 -17
  1312. package/libs/data-access/gn4/src/openapi/model/localizedString.api.model.d.ts.map +0 -1
  1313. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts +0 -16
  1314. package/libs/data-access/gn4/src/openapi/model/logFileResponse.api.model.d.ts.map +0 -1
  1315. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts +0 -31
  1316. package/libs/data-access/gn4/src/openapi/model/mapServer.api.model.d.ts.map +0 -1
  1317. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts +0 -18
  1318. package/libs/data-access/gn4/src/openapi/model/mapService.api.model.d.ts.map +0 -1
  1319. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts +0 -27
  1320. package/libs/data-access/gn4/src/openapi/model/meResponse.api.model.d.ts.map +0 -1
  1321. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts +0 -18
  1322. package/libs/data-access/gn4/src/openapi/model/metadataBatchApproveParameter.api.model.d.ts.map +0 -1
  1323. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts +0 -17
  1324. package/libs/data-access/gn4/src/openapi/model/metadataBatchSubmitParameter.api.model.d.ts.map +0 -1
  1325. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts +0 -19
  1326. package/libs/data-access/gn4/src/openapi/model/metadataCategory.api.model.d.ts.map +0 -1
  1327. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts +0 -23
  1328. package/libs/data-access/gn4/src/openapi/model/metadataIdentifierTemplate.api.model.d.ts.map +0 -1
  1329. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts +0 -16
  1330. package/libs/data-access/gn4/src/openapi/model/metadataLink.api.model.d.ts.map +0 -1
  1331. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts +0 -40
  1332. package/libs/data-access/gn4/src/openapi/model/metadataProcessingReport.api.model.d.ts.map +0 -1
  1333. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts +0 -48
  1334. package/libs/data-access/gn4/src/openapi/model/metadataReplacementProcessingReport.api.model.d.ts.map +0 -1
  1335. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts +0 -33
  1336. package/libs/data-access/gn4/src/openapi/model/metadataResource.api.model.d.ts.map +0 -1
  1337. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts +0 -25
  1338. package/libs/data-access/gn4/src/openapi/model/metadataResourceExternalManagementProperties.api.model.d.ts.map +0 -1
  1339. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts +0 -31
  1340. package/libs/data-access/gn4/src/openapi/model/metadataStatusParameter.api.model.d.ts.map +0 -1
  1341. package/libs/data-access/gn4/src/openapi/model/models.d.ts +0 -119
  1342. package/libs/data-access/gn4/src/openapi/model/models.d.ts.map +0 -1
  1343. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts +0 -16
  1344. package/libs/data-access/gn4/src/openapi/model/multilingualValue.api.model.d.ts.map +0 -1
  1345. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts +0 -16
  1346. package/libs/data-access/gn4/src/openapi/model/online.api.model.d.ts.map +0 -1
  1347. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts +0 -32
  1348. package/libs/data-access/gn4/src/openapi/model/operation.api.model.d.ts.map +0 -1
  1349. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts +0 -17
  1350. package/libs/data-access/gn4/src/openapi/model/ownerResponse.api.model.d.ts.map +0 -1
  1351. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts +0 -28
  1352. package/libs/data-access/gn4/src/openapi/model/pageLink.api.model.d.ts.map +0 -1
  1353. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts +0 -48
  1354. package/libs/data-access/gn4/src/openapi/model/pageProperties.api.model.d.ts.map +0 -1
  1355. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts +0 -21
  1356. package/libs/data-access/gn4/src/openapi/model/pageable.api.model.d.ts.map +0 -1
  1357. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts +0 -17
  1358. package/libs/data-access/gn4/src/openapi/model/paginatedUserSearchResponse.api.model.d.ts.map +0 -1
  1359. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts +0 -16
  1360. package/libs/data-access/gn4/src/openapi/model/parent.api.model.d.ts.map +0 -1
  1361. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts +0 -17
  1362. package/libs/data-access/gn4/src/openapi/model/passwordResetDto.api.model.d.ts.map +0 -1
  1363. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts +0 -19
  1364. package/libs/data-access/gn4/src/openapi/model/passwordUpdateParameter.api.model.d.ts.map +0 -1
  1365. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts +0 -25
  1366. package/libs/data-access/gn4/src/openapi/model/processingReport.api.model.d.ts.map +0 -1
  1367. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts +0 -21
  1368. package/libs/data-access/gn4/src/openapi/model/proxyConfiguration.api.model.d.ts.map +0 -1
  1369. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts +0 -46
  1370. package/libs/data-access/gn4/src/openapi/model/publicationOption.api.model.d.ts.map +0 -1
  1371. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts +0 -20
  1372. package/libs/data-access/gn4/src/openapi/model/ratingAverage.api.model.d.ts.map +0 -1
  1373. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts +0 -20
  1374. package/libs/data-access/gn4/src/openapi/model/ratingCriteria.api.model.d.ts.map +0 -1
  1375. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts +0 -24
  1376. package/libs/data-access/gn4/src/openapi/model/regionResponse.api.model.d.ts.map +0 -1
  1377. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts +0 -16
  1378. package/libs/data-access/gn4/src/openapi/model/related.api.model.d.ts.map +0 -1
  1379. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts +0 -25
  1380. package/libs/data-access/gn4/src/openapi/model/relatedLinkItem.api.model.d.ts.map +0 -1
  1381. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts +0 -23
  1382. package/libs/data-access/gn4/src/openapi/model/relatedMetadataItem.api.model.d.ts.map +0 -1
  1383. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts +0 -40
  1384. package/libs/data-access/gn4/src/openapi/model/relatedResponse.api.model.d.ts.map +0 -1
  1385. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts +0 -25
  1386. package/libs/data-access/gn4/src/openapi/model/relatedSiblingMetadataItem.api.model.d.ts.map +0 -1
  1387. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts +0 -19
  1388. package/libs/data-access/gn4/src/openapi/model/relatedThumbnailItem.api.model.d.ts.map +0 -1
  1389. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts +0 -17
  1390. package/libs/data-access/gn4/src/openapi/model/replaceEntryChange.api.model.d.ts.map +0 -1
  1391. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts +0 -21
  1392. package/libs/data-access/gn4/src/openapi/model/replaceReport.api.model.d.ts.map +0 -1
  1393. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts +0 -19
  1394. package/libs/data-access/gn4/src/openapi/model/report.api.model.d.ts.map +0 -1
  1395. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts +0 -16
  1396. package/libs/data-access/gn4/src/openapi/model/reports.api.model.d.ts.map +0 -1
  1397. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts +0 -19
  1398. package/libs/data-access/gn4/src/openapi/model/savedQuery.api.model.d.ts.map +0 -1
  1399. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts +0 -17
  1400. package/libs/data-access/gn4/src/openapi/model/section.api.model.d.ts.map +0 -1
  1401. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts +0 -20
  1402. package/libs/data-access/gn4/src/openapi/model/selection.api.model.d.ts.map +0 -1
  1403. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts +0 -16
  1404. package/libs/data-access/gn4/src/openapi/model/service.api.model.d.ts.map +0 -1
  1405. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts +0 -34
  1406. package/libs/data-access/gn4/src/openapi/model/setting.api.model.d.ts.map +0 -1
  1407. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts +0 -16
  1408. package/libs/data-access/gn4/src/openapi/model/settingsListResponse.api.model.d.ts.map +0 -1
  1409. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts +0 -20
  1410. package/libs/data-access/gn4/src/openapi/model/sharingParameter.api.model.d.ts.map +0 -1
  1411. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts +0 -18
  1412. package/libs/data-access/gn4/src/openapi/model/sharingResponse.api.model.d.ts.map +0 -1
  1413. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts +0 -16
  1414. package/libs/data-access/gn4/src/openapi/model/siblings.api.model.d.ts.map +0 -1
  1415. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts +0 -40
  1416. package/libs/data-access/gn4/src/openapi/model/simpleMetadataProcessingReport.api.model.d.ts.map +0 -1
  1417. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts +0 -29
  1418. package/libs/data-access/gn4/src/openapi/model/siteInformation.api.model.d.ts.map +0 -1
  1419. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts +0 -17
  1420. package/libs/data-access/gn4/src/openapi/model/sort.api.model.d.ts.map +0 -1
  1421. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts +0 -16
  1422. package/libs/data-access/gn4/src/openapi/model/source.api.model.d.ts.map +0 -1
  1423. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts +0 -28
  1424. package/libs/data-access/gn4/src/openapi/model/status.api.model.d.ts.map +0 -1
  1425. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts +0 -46
  1426. package/libs/data-access/gn4/src/openapi/model/statusValue.api.model.d.ts.map +0 -1
  1427. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts +0 -21
  1428. package/libs/data-access/gn4/src/openapi/model/suggestionType.api.model.d.ts.map +0 -1
  1429. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts +0 -24
  1430. package/libs/data-access/gn4/src/openapi/model/systemInfo.api.model.d.ts.map +0 -1
  1431. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts +0 -29
  1432. package/libs/data-access/gn4/src/openapi/model/thesaurusInfo.api.model.d.ts.map +0 -1
  1433. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts +0 -16
  1434. package/libs/data-access/gn4/src/openapi/model/thumbnail.api.model.d.ts.map +0 -1
  1435. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts +0 -18
  1436. package/libs/data-access/gn4/src/openapi/model/transferRequest.api.model.d.ts.map +0 -1
  1437. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts +0 -18
  1438. package/libs/data-access/gn4/src/openapi/model/translations.api.model.d.ts.map +0 -1
  1439. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts +0 -16
  1440. package/libs/data-access/gn4/src/openapi/model/uiSetting.api.model.d.ts.map +0 -1
  1441. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts +0 -47
  1442. package/libs/data-access/gn4/src/openapi/model/user.api.model.d.ts.map +0 -1
  1443. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts +0 -31
  1444. package/libs/data-access/gn4/src/openapi/model/userDto.api.model.d.ts.map +0 -1
  1445. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts +0 -34
  1446. package/libs/data-access/gn4/src/openapi/model/userFeedbackDTO.api.model.d.ts.map +0 -1
  1447. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts +0 -33
  1448. package/libs/data-access/gn4/src/openapi/model/userGroup.api.model.d.ts.map +0 -1
  1449. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts +0 -29
  1450. package/libs/data-access/gn4/src/openapi/model/userGroupId.api.model.d.ts.map +0 -1
  1451. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts +0 -19
  1452. package/libs/data-access/gn4/src/openapi/model/userGroupsResponse.api.model.d.ts.map +0 -1
  1453. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts +0 -26
  1454. package/libs/data-access/gn4/src/openapi/model/userRegisterDto.api.model.d.ts.map +0 -1
  1455. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts +0 -28
  1456. package/libs/data-access/gn4/src/openapi/model/userSearchDto.api.model.d.ts.map +0 -1
  1457. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts +0 -25
  1458. package/libs/data-access/gn4/src/openapi/model/userSecurity.api.model.d.ts.map +0 -1
  1459. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts +0 -17
  1460. package/libs/data-access/gn4/src/openapi/model/values.api.model.d.ts.map +0 -1
  1461. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts +0 -42
  1462. package/libs/data-access/gn4/src/openapi/model/xsltMetadataProcessingReport.api.model.d.ts.map +0 -1
  1463. package/libs/data-access/gn4/src/openapi/variables.d.ts +0 -9
  1464. package/libs/data-access/gn4/src/openapi/variables.d.ts.map +0 -1
  1465. package/libs/feature/catalog/src/index.d.ts +0 -9
  1466. package/libs/feature/catalog/src/index.d.ts.map +0 -1
  1467. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts +0 -20
  1468. package/libs/feature/catalog/src/lib/my-org/my-org.service.d.ts.map +0 -1
  1469. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts +0 -38
  1470. package/libs/feature/catalog/src/lib/organisations/organisations.component.d.ts.map +0 -1
  1471. package/libs/feature/catalog/src/lib/organization-url.token.d.ts +0 -4
  1472. package/libs/feature/catalog/src/lib/organization-url.token.d.ts.map +0 -1
  1473. package/libs/feature/catalog/src/lib/records/records.service.d.ts +0 -11
  1474. package/libs/feature/catalog/src/lib/records/records.service.d.ts.map +0 -1
  1475. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts +0 -11
  1476. package/libs/feature/catalog/src/lib/site-title/site-title.component.d.ts.map +0 -1
  1477. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts +0 -12
  1478. package/libs/feature/catalog/src/lib/source-label/source-label.component.d.ts.map +0 -1
  1479. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts +0 -8
  1480. package/libs/feature/catalog/src/lib/sources/sources.model.d.ts.map +0 -1
  1481. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts +0 -15
  1482. package/libs/feature/catalog/src/lib/sources/sources.service.d.ts.map +0 -1
  1483. package/libs/feature/dataviz/src/index.d.ts +0 -6
  1484. package/libs/feature/dataviz/src/index.d.ts.map +0 -1
  1485. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +0 -60
  1486. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +0 -1
  1487. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts +0 -19
  1488. package/libs/feature/dataviz/src/lib/figure/figure-container/figure-container.component.d.ts.map +0 -1
  1489. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts +0 -10
  1490. package/libs/feature/dataviz/src/lib/figure/figure.service.d.ts.map +0 -1
  1491. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +0 -30
  1492. package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +0 -1
  1493. package/libs/feature/dataviz/src/lib/service/data.service.d.ts +0 -40
  1494. package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +0 -1
  1495. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +0 -26
  1496. package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +0 -1
  1497. package/libs/feature/editor/src/index.d.ts +0 -13
  1498. package/libs/feature/editor/src/index.d.ts.map +0 -1
  1499. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts +0 -73
  1500. package/libs/feature/editor/src/lib/+state/editor.actions.d.ts.map +0 -1
  1501. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts +0 -35
  1502. package/libs/feature/editor/src/lib/+state/editor.effects.d.ts.map +0 -1
  1503. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts +0 -36
  1504. package/libs/feature/editor/src/lib/+state/editor.facade.d.ts.map +0 -1
  1505. package/libs/feature/editor/src/lib/+state/editor.models.d.ts +0 -10
  1506. package/libs/feature/editor/src/lib/+state/editor.models.d.ts.map +0 -1
  1507. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts +0 -34
  1508. package/libs/feature/editor/src/lib/+state/editor.reducer.d.ts.map +0 -1
  1509. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts +0 -21
  1510. package/libs/feature/editor/src/lib/+state/editor.selectors.d.ts.map +0 -1
  1511. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts +0 -16
  1512. package/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.d.ts.map +0 -1
  1513. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts +0 -8
  1514. package/libs/feature/editor/src/lib/components/contact-card/contact-card.component.d.ts.map +0 -1
  1515. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts +0 -33
  1516. package/libs/feature/editor/src/lib/components/generic-keywords/generic-keywords.component.d.ts.map +0 -1
  1517. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts +0 -33
  1518. package/libs/feature/editor/src/lib/components/import-record/import-record.component.d.ts.map +0 -1
  1519. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts +0 -19
  1520. package/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.d.ts.map +0 -1
  1521. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts +0 -52
  1522. package/libs/feature/editor/src/lib/components/multilingual-panel/multilingual-panel.component.d.ts.map +0 -1
  1523. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts +0 -15
  1524. package/libs/feature/editor/src/lib/components/online-resource-card/online-resource-card.component.d.ts.map +0 -1
  1525. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts +0 -59
  1526. package/libs/feature/editor/src/lib/components/online-service-resource-input/online-service-resource-input.component.d.ts.map +0 -1
  1527. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts +0 -6
  1528. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-array/form-field-array.component.d.ts.map +0 -1
  1529. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts +0 -18
  1530. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints/form-field-constraints.component.d.ts.map +0 -1
  1531. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts +0 -6
  1532. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/constraints.utils.d.ts.map +0 -1
  1533. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts +0 -32
  1534. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.d.ts.map +0 -1
  1535. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts +0 -38
  1536. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.d.ts.map +0 -1
  1537. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts +0 -42
  1538. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +0 -1
  1539. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts +0 -9
  1540. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-date/form-field-date.component.d.ts.map +0 -1
  1541. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts +0 -11
  1542. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-file/form-field-file.component.d.ts.map +0 -1
  1543. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts +0 -17
  1544. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-keywords/form-field-keywords.component.d.ts.map +0 -1
  1545. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts +0 -20
  1546. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-license/form-field-license.component.d.ts.map +0 -1
  1547. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts +0 -6
  1548. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-object/form-field-object.component.d.ts.map +0 -1
  1549. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts +0 -35
  1550. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-link-resources/form-field-online-link-resources.component.d.ts.map +0 -1
  1551. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts +0 -43
  1552. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-resources/form-field-online-resources.component.d.ts.map +0 -1
  1553. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts +0 -31
  1554. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-overviews/form-field-overviews.component.d.ts.map +0 -1
  1555. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts +0 -14
  1556. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +0 -1
  1557. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts +0 -13
  1558. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-simple/form-field-simple.component.d.ts.map +0 -1
  1559. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts +0 -30
  1560. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-extent/form-field-spatial-extent.component.d.ts.map +0 -1
  1561. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts +0 -14
  1562. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-spatial-toggle/form-field-spatial-toggle.component.d.ts.map +0 -1
  1563. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts +0 -25
  1564. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-temporal-extents/form-field-temporal-extents.component.d.ts.map +0 -1
  1565. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts +0 -20
  1566. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.d.ts.map +0 -1
  1567. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts +0 -21
  1568. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-update-frequency/form-field-update-frequency.component.d.ts.map +0 -1
  1569. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts +0 -31
  1570. package/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.d.ts.map +0 -1
  1571. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts +0 -14
  1572. package/libs/feature/editor/src/lib/components/record-form/form-field/index.d.ts.map +0 -1
  1573. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts +0 -16
  1574. package/libs/feature/editor/src/lib/components/record-form/record-form.component.d.ts.map +0 -1
  1575. package/libs/feature/editor/src/lib/expressions.d.ts +0 -4
  1576. package/libs/feature/editor/src/lib/expressions.d.ts.map +0 -1
  1577. package/libs/feature/editor/src/lib/feature-editor.module.d.ts +0 -9
  1578. package/libs/feature/editor/src/lib/feature-editor.module.d.ts.map +0 -1
  1579. package/libs/feature/editor/src/lib/fields.config.d.ts +0 -72
  1580. package/libs/feature/editor/src/lib/fields.config.d.ts.map +0 -1
  1581. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts +0 -45
  1582. package/libs/feature/editor/src/lib/models/editor-config.model.d.ts.map +0 -1
  1583. package/libs/feature/editor/src/lib/models/index.d.ts +0 -2
  1584. package/libs/feature/editor/src/lib/models/index.d.ts.map +0 -1
  1585. package/libs/feature/editor/src/lib/services/editor.service.d.ts +0 -19
  1586. package/libs/feature/editor/src/lib/services/editor.service.d.ts.map +0 -1
  1587. package/libs/feature/map/src/index.d.ts +0 -14
  1588. package/libs/feature/map/src/index.d.ts.map +0 -1
  1589. package/libs/feature/map/src/lib/+state/map.actions.d.ts +0 -14
  1590. package/libs/feature/map/src/lib/+state/map.actions.d.ts.map +0 -1
  1591. package/libs/feature/map/src/lib/+state/map.facade.d.ts +0 -18
  1592. package/libs/feature/map/src/lib/+state/map.facade.d.ts.map +0 -1
  1593. package/libs/feature/map/src/lib/+state/map.reducer.d.ts +0 -14
  1594. package/libs/feature/map/src/lib/+state/map.reducer.d.ts.map +0 -1
  1595. package/libs/feature/map/src/lib/+state/map.selectors.d.ts +0 -9
  1596. package/libs/feature/map/src/lib/+state/map.selectors.d.ts.map +0 -1
  1597. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts +0 -11
  1598. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-from-catalog.component.d.ts.map +0 -1
  1599. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts +0 -21
  1600. package/libs/feature/map/src/lib/add-layer-from-catalog/add-layer-record-preview/add-layer-record-preview.component.d.ts.map +0 -1
  1601. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts +0 -22
  1602. package/libs/feature/map/src/lib/add-layer-from-file/add-layer-from-file.component.d.ts.map +0 -1
  1603. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts +0 -28
  1604. package/libs/feature/map/src/lib/add-layer-from-ogc-api/add-layer-from-ogc-api.component.d.ts.map +0 -1
  1605. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts +0 -22
  1606. package/libs/feature/map/src/lib/add-layer-from-wfs/add-layer-from-wfs.component.d.ts.map +0 -1
  1607. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts +0 -22
  1608. package/libs/feature/map/src/lib/add-layer-from-wms/add-layer-from-wms.component.d.ts.map +0 -1
  1609. package/libs/feature/map/src/lib/constant/index.d.ts +0 -2
  1610. package/libs/feature/map/src/lib/constant/index.d.ts.map +0 -1
  1611. package/libs/feature/map/src/lib/constant/projections.d.ts +0 -2
  1612. package/libs/feature/map/src/lib/constant/projections.d.ts.map +0 -1
  1613. package/libs/feature/map/src/lib/feature-map.module.d.ts +0 -8
  1614. package/libs/feature/map/src/lib/feature-map.module.d.ts.map +0 -1
  1615. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts +0 -25
  1616. package/libs/feature/map/src/lib/geocoding/geocoding.component.d.ts.map +0 -1
  1617. package/libs/feature/map/src/lib/geocoding.service.d.ts +0 -18
  1618. package/libs/feature/map/src/lib/geocoding.service.d.ts.map +0 -1
  1619. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts +0 -14
  1620. package/libs/feature/map/src/lib/layers-panel/layers-panel.component.d.ts.map +0 -1
  1621. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts +0 -14
  1622. package/libs/feature/map/src/lib/map-state-container/map-state-container.component.d.ts.map +0 -1
  1623. package/libs/feature/map/src/lib/style/index.d.ts +0 -3
  1624. package/libs/feature/map/src/lib/style/index.d.ts.map +0 -1
  1625. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts +0 -4
  1626. package/libs/feature/map/src/lib/style/map-style.fixtures.d.ts.map +0 -1
  1627. package/libs/feature/map/src/lib/style/map-style.service.d.ts +0 -24
  1628. package/libs/feature/map/src/lib/style/map-style.service.d.ts.map +0 -1
  1629. package/libs/feature/map/src/lib/utils/index.d.ts +0 -2
  1630. package/libs/feature/map/src/lib/utils/index.d.ts.map +0 -1
  1631. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts +0 -9
  1632. package/libs/feature/map/src/lib/utils/map-utils.service.d.ts.map +0 -1
  1633. package/libs/feature/notifications/src/index.d.ts +0 -3
  1634. package/libs/feature/notifications/src/index.d.ts.map +0 -1
  1635. package/libs/feature/notifications/src/lib/notification.model.d.ts +0 -7
  1636. package/libs/feature/notifications/src/lib/notification.model.d.ts.map +0 -1
  1637. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts +0 -12
  1638. package/libs/feature/notifications/src/lib/notifications-container/notifications-container.component.d.ts.map +0 -1
  1639. package/libs/feature/notifications/src/lib/notifications.service.d.ts +0 -15
  1640. package/libs/feature/notifications/src/lib/notifications.service.d.ts.map +0 -1
  1641. package/libs/feature/record/src/index.d.ts +0 -11
  1642. package/libs/feature/record/src/index.d.ts.map +0 -1
  1643. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +0 -43
  1644. package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +0 -1
  1645. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts +0 -18
  1646. package/libs/feature/record/src/lib/data-view-permalink/data-view-permalink.component.d.ts.map +0 -1
  1647. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts +0 -11
  1648. package/libs/feature/record/src/lib/data-view-share/data-view-share.component.d.ts.map +0 -1
  1649. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts +0 -15
  1650. package/libs/feature/record/src/lib/data-view-web-component/data-view-web-component.component.d.ts.map +0 -1
  1651. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts +0 -20
  1652. package/libs/feature/record/src/lib/external-viewer-button/external-viewer-button.component.d.ts.map +0 -1
  1653. package/libs/feature/record/src/lib/feature-record.module.d.ts +0 -10
  1654. package/libs/feature/record/src/lib/feature-record.module.d.ts.map +0 -1
  1655. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts +0 -74
  1656. package/libs/feature/record/src/lib/gpf-api-dl/gpf-api-dl.component.d.ts.map +0 -1
  1657. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts +0 -19
  1658. package/libs/feature/record/src/lib/gpf-api-dl-list-item/gpf-api-dl-list-item.component.d.ts.map +0 -1
  1659. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +0 -65
  1660. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +0 -1
  1661. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts +0 -14
  1662. package/libs/feature/record/src/lib/record-meta/record-meta.component.d.ts.map +0 -1
  1663. package/libs/feature/record/src/lib/state/index.d.ts +0 -3
  1664. package/libs/feature/record/src/lib/state/index.d.ts.map +0 -1
  1665. package/libs/feature/record/src/lib/state/mdview.actions.d.ts +0 -95
  1666. package/libs/feature/record/src/lib/state/mdview.actions.d.ts.map +0 -1
  1667. package/libs/feature/record/src/lib/state/mdview.effects.d.ts +0 -53
  1668. package/libs/feature/record/src/lib/state/mdview.effects.d.ts.map +0 -1
  1669. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +0 -64
  1670. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +0 -1
  1671. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts +0 -25
  1672. package/libs/feature/record/src/lib/state/mdview.reducer.d.ts.map +0 -1
  1673. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts +0 -23
  1674. package/libs/feature/record/src/lib/state/mdview.selectors.d.ts.map +0 -1
  1675. package/libs/feature/router/src/index.d.ts +0 -2
  1676. package/libs/feature/router/src/index.d.ts.map +0 -1
  1677. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts +0 -10
  1678. package/libs/feature/router/src/lib/default/SearchRouteReuseStrategy.d.ts.map +0 -1
  1679. package/libs/feature/router/src/lib/default/constants.d.ts +0 -14
  1680. package/libs/feature/router/src/lib/default/constants.d.ts.map +0 -1
  1681. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts +0 -12
  1682. package/libs/feature/router/src/lib/default/container/search-router.container.directive.d.ts.map +0 -1
  1683. package/libs/feature/router/src/lib/default/index.d.ts +0 -9
  1684. package/libs/feature/router/src/lib/default/index.d.ts.map +0 -1
  1685. package/libs/feature/router/src/lib/default/router.config.d.ts +0 -11
  1686. package/libs/feature/router/src/lib/default/router.config.d.ts.map +0 -1
  1687. package/libs/feature/router/src/lib/default/router.module.d.ts +0 -16
  1688. package/libs/feature/router/src/lib/default/router.module.d.ts.map +0 -1
  1689. package/libs/feature/router/src/lib/default/router.service.d.ts +0 -15
  1690. package/libs/feature/router/src/lib/default/router.service.d.ts.map +0 -1
  1691. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts +0 -18
  1692. package/libs/feature/router/src/lib/default/services/router-search.service.d.ts.map +0 -1
  1693. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts +0 -4
  1694. package/libs/feature/router/src/lib/default/state/query-params.utils.d.ts.map +0 -1
  1695. package/libs/feature/router/src/lib/default/state/router.actions.d.ts +0 -10
  1696. package/libs/feature/router/src/lib/default/state/router.actions.d.ts.map +0 -1
  1697. package/libs/feature/router/src/lib/default/state/router.effects.d.ts +0 -34
  1698. package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +0 -1
  1699. package/libs/feature/router/src/lib/default/state/router.facade.d.ts +0 -30
  1700. package/libs/feature/router/src/lib/default/state/router.facade.d.ts.map +0 -1
  1701. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts +0 -4
  1702. package/libs/feature/router/src/lib/default/state/router.selectors.d.ts.map +0 -1
  1703. package/libs/feature/search/src/index.d.ts +0 -26
  1704. package/libs/feature/search/src/index.d.ts.map +0 -1
  1705. package/libs/feature/search/src/lib/constants.d.ts +0 -6
  1706. package/libs/feature/search/src/lib/constants.d.ts.map +0 -1
  1707. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts +0 -22
  1708. package/libs/feature/search/src/lib/facets/facets-container/facets-container.component.d.ts.map +0 -1
  1709. package/libs/feature/search/src/lib/facets/facets.service.d.ts +0 -49
  1710. package/libs/feature/search/src/lib/facets/facets.service.d.ts.map +0 -1
  1711. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +0 -37
  1712. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +0 -1
  1713. package/libs/feature/search/src/lib/feature-search.module.d.ts +0 -9
  1714. package/libs/feature/search/src/lib/feature-search.module.d.ts.map +0 -1
  1715. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts +0 -29
  1716. package/libs/feature/search/src/lib/filter-dropdown/filter-dropdown.component.d.ts.map +0 -1
  1717. package/libs/feature/search/src/lib/filter-geometry.token.d.ts +0 -4
  1718. package/libs/feature/search/src/lib/filter-geometry.token.d.ts.map +0 -1
  1719. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts +0 -41
  1720. package/libs/feature/search/src/lib/fuzzy-search/fuzzy-search.component.d.ts.map +0 -1
  1721. package/libs/feature/search/src/lib/record-url.token.d.ts +0 -5
  1722. package/libs/feature/search/src/lib/record-url.token.d.ts.map +0 -1
  1723. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts +0 -19
  1724. package/libs/feature/search/src/lib/records-metrics/records-metrics.component.d.ts.map +0 -1
  1725. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts +0 -22
  1726. package/libs/feature/search/src/lib/results-hits/results-hits.container.component.d.ts.map +0 -1
  1727. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts +0 -16
  1728. package/libs/feature/search/src/lib/results-layout/results-layout.component.d.ts.map +0 -1
  1729. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts +0 -36
  1730. package/libs/feature/search/src/lib/results-list/results-list.container.component.d.ts.map +0 -1
  1731. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts +0 -38
  1732. package/libs/feature/search/src/lib/results-table/results-table-container.component.d.ts.map +0 -1
  1733. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts +0 -21
  1734. package/libs/feature/search/src/lib/search-filters-summary/search-filters-summary.component.d.ts.map +0 -1
  1735. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts +0 -34
  1736. package/libs/feature/search/src/lib/search-filters-summary-item/search-filters-summary-item.component.d.ts.map +0 -1
  1737. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +0 -22
  1738. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +0 -1
  1739. package/libs/feature/search/src/lib/state/actions.d.ts +0 -162
  1740. package/libs/feature/search/src/lib/state/actions.d.ts.map +0 -1
  1741. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts +0 -12
  1742. package/libs/feature/search/src/lib/state/container/search-state.container.directive.d.ts.map +0 -1
  1743. package/libs/feature/search/src/lib/state/effects.d.ts +0 -27
  1744. package/libs/feature/search/src/lib/state/effects.d.ts.map +0 -1
  1745. package/libs/feature/search/src/lib/state/reducer.d.ts +0 -41
  1746. package/libs/feature/search/src/lib/state/reducer.d.ts.map +0 -1
  1747. package/libs/feature/search/src/lib/state/search.facade.d.ts +0 -52
  1748. package/libs/feature/search/src/lib/state/search.facade.d.ts.map +0 -1
  1749. package/libs/feature/search/src/lib/state/selectors.d.ts +0 -24
  1750. package/libs/feature/search/src/lib/state/selectors.d.ts.map +0 -1
  1751. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts +0 -11
  1752. package/libs/feature/search/src/lib/utils/operators/search.operator.d.ts.map +0 -1
  1753. package/libs/feature/search/src/lib/utils/service/fields.d.ts +0 -135
  1754. package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +0 -1
  1755. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts +0 -22
  1756. package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +0 -1
  1757. package/libs/feature/search/src/lib/utils/service/search.service.d.ts +0 -23
  1758. package/libs/feature/search/src/lib/utils/service/search.service.d.ts.map +0 -1
  1759. package/libs/ui/catalog/src/index.d.ts +0 -6
  1760. package/libs/ui/catalog/src/index.d.ts.map +0 -1
  1761. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts +0 -9
  1762. package/libs/ui/catalog/src/lib/catalog-title/catalog-title.component.d.ts.map +0 -1
  1763. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts +0 -18
  1764. package/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.d.ts.map +0 -1
  1765. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts +0 -12
  1766. package/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.d.ts.map +0 -1
  1767. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts +0 -18
  1768. package/libs/ui/catalog/src/lib/organisations-filter/organisations-filter.component.d.ts.map +0 -1
  1769. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts +0 -8
  1770. package/libs/ui/catalog/src/lib/organisations-result/organisations-result.component.d.ts.map +0 -1
  1771. package/libs/ui/dataviz/src/index.d.ts +0 -5
  1772. package/libs/ui/dataviz/src/index.d.ts.map +0 -1
  1773. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +0 -30
  1774. package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +0 -1
  1775. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +0 -14
  1776. package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +0 -1
  1777. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +0 -50
  1778. package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +0 -1
  1779. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +0 -12
  1780. package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +0 -1
  1781. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +0 -10
  1782. package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +0 -1
  1783. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts +0 -13
  1784. package/libs/ui/dataviz/src/lib/figure/figure.component.d.ts.map +0 -1
  1785. package/libs/ui/elements/src/index.d.ts +0 -29
  1786. package/libs/ui/elements/src/index.d.ts.map +0 -1
  1787. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts +0 -24
  1788. package/libs/ui/elements/src/lib/api-card/api-card.component.d.ts.map +0 -1
  1789. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts +0 -16
  1790. package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +0 -1
  1791. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts +0 -9
  1792. package/libs/ui/elements/src/lib/avatar/avatar.component.d.ts.map +0 -1
  1793. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts +0 -20
  1794. package/libs/ui/elements/src/lib/confirmation-dialog/confirmation-dialog.component.d.ts.map +0 -1
  1795. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts +0 -8
  1796. package/libs/ui/elements/src/lib/content-ghost/content-ghost.component.d.ts.map +0 -1
  1797. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts +0 -21
  1798. package/libs/ui/elements/src/lib/download-item/download-item.component.d.ts.map +0 -1
  1799. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +0 -32
  1800. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts.map +0 -1
  1801. package/libs/ui/elements/src/lib/error/error.component.d.ts +0 -18
  1802. package/libs/ui/elements/src/lib/error/error.component.d.ts.map +0 -1
  1803. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +0 -18
  1804. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +0 -1
  1805. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts +0 -16
  1806. package/libs/ui/elements/src/lib/geo-data-badge/geo-data-badge.component.d.ts.map +0 -1
  1807. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts +0 -46
  1808. package/libs/ui/elements/src/lib/image-input/image-input.component.d.ts.map +0 -1
  1809. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts +0 -10
  1810. package/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.d.ts.map +0 -1
  1811. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts +0 -30
  1812. package/libs/ui/elements/src/lib/internal-link-card/internal-link-card.component.d.ts.map +0 -1
  1813. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts +0 -14
  1814. package/libs/ui/elements/src/lib/kind-badge/kind-badge.component.d.ts.map +0 -1
  1815. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts +0 -13
  1816. package/libs/ui/elements/src/lib/markdown-editor/markdown-editor.component.d.ts.map +0 -1
  1817. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts +0 -9
  1818. package/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.d.ts.map +0 -1
  1819. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts +0 -7
  1820. package/libs/ui/elements/src/lib/metadata-catalog/metadata-catalog.component.d.ts.map +0 -1
  1821. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts +0 -15
  1822. package/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.d.ts.map +0 -1
  1823. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts +0 -15
  1824. package/libs/ui/elements/src/lib/metadata-info/linkify.directive.d.ts.map +0 -1
  1825. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +0 -33
  1826. package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +0 -1
  1827. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts +0 -21
  1828. package/libs/ui/elements/src/lib/metadata-quality/metadata-quality.component.d.ts.map +0 -1
  1829. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts +0 -14
  1830. package/libs/ui/elements/src/lib/metadata-quality-item/metadata-quality-item.component.d.ts.map +0 -1
  1831. package/libs/ui/elements/src/lib/notification/notification.component.d.ts +0 -14
  1832. package/libs/ui/elements/src/lib/notification/notification.component.d.ts.map +0 -1
  1833. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts +0 -33
  1834. package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +0 -1
  1835. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +0 -27
  1836. package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +0 -1
  1837. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +0 -31
  1838. package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +0 -1
  1839. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts +0 -29
  1840. package/libs/ui/elements/src/lib/thumbnail/thumbnail.component.d.ts.map +0 -1
  1841. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts +0 -11
  1842. package/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.d.ts.map +0 -1
  1843. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts +0 -21
  1844. package/libs/ui/elements/src/lib/user-feedback-item/user-feedback-item.component.d.ts.map +0 -1
  1845. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts +0 -10
  1846. package/libs/ui/elements/src/lib/user-preview/user-preview.component.d.ts.map +0 -1
  1847. package/libs/ui/inputs/src/index.d.ts +0 -27
  1848. package/libs/ui/inputs/src/index.d.ts.map +0 -1
  1849. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts +0 -74
  1850. package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +0 -1
  1851. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts +0 -11
  1852. package/libs/ui/inputs/src/lib/badge/badge.component.d.ts.map +0 -1
  1853. package/libs/ui/inputs/src/lib/button/button.component.d.ts +0 -14
  1854. package/libs/ui/inputs/src/lib/button/button.component.d.ts.map +0 -1
  1855. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts +0 -13
  1856. package/libs/ui/inputs/src/lib/check-toggle/check-toggle.component.d.ts.map +0 -1
  1857. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts +0 -13
  1858. package/libs/ui/inputs/src/lib/checkbox/checkbox.component.d.ts.map +0 -1
  1859. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts +0 -11
  1860. package/libs/ui/inputs/src/lib/copy-text-button/copy-text-button.component.d.ts.map +0 -1
  1861. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts +0 -9
  1862. package/libs/ui/inputs/src/lib/date-picker/date-picker.component.d.ts.map +0 -1
  1863. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts +0 -20
  1864. package/libs/ui/inputs/src/lib/date-range-dropdown/date-range-dropdown.component.d.ts.map +0 -1
  1865. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts +0 -11
  1866. package/libs/ui/inputs/src/lib/date-range-picker/date-range-picker.component.d.ts.map +0 -1
  1867. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts +0 -14
  1868. package/libs/ui/inputs/src/lib/drag-and-drop-file-input/drag-and-drop-file-input.component.d.ts.map +0 -1
  1869. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts +0 -46
  1870. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.component.d.ts.map +0 -1
  1871. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts +0 -5
  1872. package/libs/ui/inputs/src/lib/dropdown-multiselect/dropdown-multiselect.model.d.ts.map +0 -1
  1873. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts +0 -41
  1874. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +0 -1
  1875. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts +0 -5
  1876. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.model.d.ts.map +0 -1
  1877. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts +0 -15
  1878. package/libs/ui/inputs/src/lib/editable-label/editable-label.directive.d.ts.map +0 -1
  1879. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts +0 -25
  1880. package/libs/ui/inputs/src/lib/file-input/file-input.component.d.ts.map +0 -1
  1881. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts +0 -14
  1882. package/libs/ui/inputs/src/lib/files-drop/files-drop.directive.d.ts.map +0 -1
  1883. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts +0 -14
  1884. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.component.d.ts.map +0 -1
  1885. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts +0 -6
  1886. package/libs/ui/inputs/src/lib/inline-filter/inline-filter.model.d.ts.map +0 -1
  1887. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +0 -18
  1888. package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +0 -1
  1889. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts +0 -13
  1890. package/libs/ui/inputs/src/lib/search-input/search-input.component.d.ts.map +0 -1
  1891. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts +0 -13
  1892. package/libs/ui/inputs/src/lib/star-toggle/star-toggle.component.d.ts.map +0 -1
  1893. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts +0 -18
  1894. package/libs/ui/inputs/src/lib/switch-toggle/switch-toggle.component.d.ts.map +0 -1
  1895. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts +0 -19
  1896. package/libs/ui/inputs/src/lib/text-area/text-area.component.d.ts.map +0 -1
  1897. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts +0 -19
  1898. package/libs/ui/inputs/src/lib/text-input/text-input.component.d.ts.map +0 -1
  1899. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts +0 -25
  1900. package/libs/ui/inputs/src/lib/url-input/url-input.component.d.ts.map +0 -1
  1901. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts +0 -18
  1902. package/libs/ui/inputs/src/lib/viewport-intersector/viewport-intersector.component.d.ts.map +0 -1
  1903. package/libs/ui/layout/src/index.d.ts +0 -20
  1904. package/libs/ui/layout/src/index.d.ts.map +0 -1
  1905. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts +0 -26
  1906. package/libs/ui/layout/src/lib/anchor-link/anchor-link.directive.d.ts.map +0 -1
  1907. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts +0 -35
  1908. package/libs/ui/layout/src/lib/block-list/block-list.component.d.ts.map +0 -1
  1909. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts +0 -27
  1910. package/libs/ui/layout/src/lib/carousel/carousel.component.d.ts.map +0 -1
  1911. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts +0 -28
  1912. package/libs/ui/layout/src/lib/cell-popin/cell-popin.component.d.ts.map +0 -1
  1913. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +0 -20
  1914. package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +0 -1
  1915. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts +0 -10
  1916. package/libs/ui/layout/src/lib/expandable-panel-button/expandable-panel-button.component.d.ts.map +0 -1
  1917. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts +0 -8
  1918. package/libs/ui/layout/src/lib/form-field-wrapper/form-field-wrapper.component.d.ts.map +0 -1
  1919. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts +0 -15
  1920. package/libs/ui/layout/src/lib/interactive-table/interactive-table-column/interactive-table-column.component.d.ts.map +0 -1
  1921. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts +0 -20
  1922. package/libs/ui/layout/src/lib/interactive-table/interactive-table.component.d.ts.map +0 -1
  1923. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts +0 -20
  1924. package/libs/ui/layout/src/lib/max-lines/max-lines.component.d.ts.map +0 -1
  1925. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts +0 -20
  1926. package/libs/ui/layout/src/lib/modal-dialog/modal-dialog.component.d.ts.map +0 -1
  1927. package/libs/ui/layout/src/lib/paginable.interface.d.ts +0 -15
  1928. package/libs/ui/layout/src/lib/paginable.interface.d.ts.map +0 -1
  1929. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts +0 -11
  1930. package/libs/ui/layout/src/lib/pagination/pagination.component.d.ts.map +0 -1
  1931. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts +0 -9
  1932. package/libs/ui/layout/src/lib/pagination-buttons/pagination-buttons.component.d.ts.map +0 -1
  1933. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts +0 -10
  1934. package/libs/ui/layout/src/lib/pagination-dots/pagination-dots.component.d.ts.map +0 -1
  1935. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts +0 -8
  1936. package/libs/ui/layout/src/lib/previous-next-buttons/previous-next-buttons.component.d.ts.map +0 -1
  1937. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts +0 -14
  1938. package/libs/ui/layout/src/lib/sortable-list/sortable-list.component.d.ts.map +0 -1
  1939. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts +0 -37
  1940. package/libs/ui/layout/src/lib/sticky-header/sticky-header.component.d.ts.map +0 -1
  1941. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +0 -22
  1942. package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +0 -1
  1943. package/libs/ui/map/src/index.d.ts +0 -7
  1944. package/libs/ui/map/src/index.d.ts.map +0 -1
  1945. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +0 -13
  1946. package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +0 -1
  1947. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts +0 -39
  1948. package/libs/ui/map/src/lib/components/map-container/map-container.component.d.ts.map +0 -1
  1949. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts +0 -18
  1950. package/libs/ui/map/src/lib/components/map-container/map-settings.token.d.ts.map +0 -1
  1951. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts +0 -12
  1952. package/libs/ui/map/src/lib/components/map-legend/map-legend.component.d.ts.map +0 -1
  1953. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts +0 -15
  1954. package/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.d.ts.map +0 -1
  1955. package/libs/ui/map/src/lib/map-utils.d.ts +0 -7
  1956. package/libs/ui/map/src/lib/map-utils.d.ts.map +0 -1
  1957. package/libs/ui/search/src/index.d.ts +0 -21
  1958. package/libs/ui/search/src/index.d.ts.map +0 -1
  1959. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts +0 -34
  1960. package/libs/ui/search/src/lib/facets/facet-block/facet-block.component.d.ts.map +0 -1
  1961. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts +0 -16
  1962. package/libs/ui/search/src/lib/facets/facet-item/facet-item.component.d.ts.map +0 -1
  1963. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts +0 -19
  1964. package/libs/ui/search/src/lib/facets/facet-list/facet-list.component.d.ts.map +0 -1
  1965. package/libs/ui/search/src/lib/facets/facets.model.d.ts +0 -27
  1966. package/libs/ui/search/src/lib/facets/facets.model.d.ts.map +0 -1
  1967. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts +0 -5
  1968. package/libs/ui/search/src/lib/facets/fixtures/aggregations-model-response.d.ts.map +0 -1
  1969. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts +0 -2
  1970. package/libs/ui/search/src/lib/facets/fixtures/index.d.ts.map +0 -1
  1971. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts +0 -12
  1972. package/libs/ui/search/src/lib/record-metric/record-metric.component.d.ts.map +0 -1
  1973. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts +0 -27
  1974. package/libs/ui/search/src/lib/record-preview/record-preview.component.d.ts.map +0 -1
  1975. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts +0 -7
  1976. package/libs/ui/search/src/lib/record-preview-card/record-preview-card.component.d.ts.map +0 -1
  1977. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts +0 -18
  1978. package/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.d.ts.map +0 -1
  1979. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts +0 -7
  1980. package/libs/ui/search/src/lib/record-preview-list/record-preview-list.component.d.ts.map +0 -1
  1981. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts +0 -12
  1982. package/libs/ui/search/src/lib/record-preview-row/record-preview-row.component.d.ts.map +0 -1
  1983. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts +0 -7
  1984. package/libs/ui/search/src/lib/record-preview-text/record-preview-text.component.d.ts.map +0 -1
  1985. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts +0 -7
  1986. package/libs/ui/search/src/lib/record-preview-title/record-preview-title.component.d.ts.map +0 -1
  1987. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts +0 -8
  1988. package/libs/ui/search/src/lib/results-hits-number/results-hits-number.component.d.ts.map +0 -1
  1989. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts +0 -17
  1990. package/libs/ui/search/src/lib/results-hits-search-kind/results-hits-search-kind.component.d.ts.map +0 -1
  1991. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts +0 -13
  1992. package/libs/ui/search/src/lib/results-list/results-layout.config.d.ts.map +0 -1
  1993. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts +0 -17
  1994. package/libs/ui/search/src/lib/results-list/results-list.component.d.ts.map +0 -1
  1995. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts +0 -24
  1996. package/libs/ui/search/src/lib/results-list-item/results-list-item.component.d.ts.map +0 -1
  1997. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts +0 -27
  1998. package/libs/ui/search/src/lib/results-table/action-menu/action-menu.component.d.ts.map +0 -1
  1999. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +0 -53
  2000. package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +0 -1
  2001. package/libs/ui/widgets/src/index.d.ts +0 -7
  2002. package/libs/ui/widgets/src/index.d.ts.map +0 -1
  2003. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts +0 -6
  2004. package/libs/ui/widgets/src/lib/color-scale/color-scale.component.d.ts.map +0 -1
  2005. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts +0 -7
  2006. package/libs/ui/widgets/src/lib/loading-mask/loading-mask.component.d.ts.map +0 -1
  2007. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts +0 -19
  2008. package/libs/ui/widgets/src/lib/popover/popover.component.d.ts.map +0 -1
  2009. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts +0 -19
  2010. package/libs/ui/widgets/src/lib/popup-alert/popup-alert.component.d.ts.map +0 -1
  2011. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts +0 -16
  2012. package/libs/ui/widgets/src/lib/progress-bar/progress-bar.component.d.ts.map +0 -1
  2013. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts +0 -6
  2014. package/libs/ui/widgets/src/lib/spinning-loader/spinning-loader.component.d.ts.map +0 -1
  2015. package/libs/util/app-config/src/index.d.ts +0 -5
  2016. package/libs/util/app-config/src/index.d.ts.map +0 -1
  2017. package/libs/util/app-config/src/lib/app-config.d.ts +0 -26
  2018. package/libs/util/app-config/src/lib/app-config.d.ts.map +0 -1
  2019. package/libs/util/app-config/src/lib/fixtures.d.ts +0 -10
  2020. package/libs/util/app-config/src/lib/fixtures.d.ts.map +0 -1
  2021. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts +0 -10
  2022. package/libs/util/app-config/src/lib/i18n/file-with-overrides.translate.loader.d.ts.map +0 -1
  2023. package/libs/util/app-config/src/lib/map-layers.d.ts +0 -4
  2024. package/libs/util/app-config/src/lib/map-layers.d.ts.map +0 -1
  2025. package/libs/util/app-config/src/lib/model.d.ts +0 -71
  2026. package/libs/util/app-config/src/lib/model.d.ts.map +0 -1
  2027. package/libs/util/app-config/src/lib/parse-utils.d.ts +0 -19
  2028. package/libs/util/app-config/src/lib/parse-utils.d.ts.map +0 -1
  2029. package/libs/util/data-fetcher/src/index.d.ts +0 -7
  2030. package/libs/util/data-fetcher/src/index.d.ts.map +0 -1
  2031. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts +0 -23
  2032. package/libs/util/data-fetcher/src/lib/data-fetcher.d.ts.map +0 -1
  2033. package/libs/util/data-fetcher/src/lib/headers.d.ts +0 -3
  2034. package/libs/util/data-fetcher/src/lib/headers.d.ts.map +0 -1
  2035. package/libs/util/data-fetcher/src/lib/model.d.ts +0 -68
  2036. package/libs/util/data-fetcher/src/lib/model.d.ts.map +0 -1
  2037. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts +0 -8
  2038. package/libs/util/data-fetcher/src/lib/readers/base-cache.d.ts.map +0 -1
  2039. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts +0 -16
  2040. package/libs/util/data-fetcher/src/lib/readers/base-file.d.ts.map +0 -1
  2041. package/libs/util/data-fetcher/src/lib/readers/base.d.ts +0 -24
  2042. package/libs/util/data-fetcher/src/lib/readers/base.d.ts.map +0 -1
  2043. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts +0 -13
  2044. package/libs/util/data-fetcher/src/lib/readers/csv.d.ts.map +0 -1
  2045. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts +0 -18
  2046. package/libs/util/data-fetcher/src/lib/readers/excel.d.ts.map +0 -1
  2047. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts +0 -18
  2048. package/libs/util/data-fetcher/src/lib/readers/geojson.d.ts.map +0 -1
  2049. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts +0 -19
  2050. package/libs/util/data-fetcher/src/lib/readers/gml.d.ts.map +0 -1
  2051. package/libs/util/data-fetcher/src/lib/readers/json.d.ts +0 -17
  2052. package/libs/util/data-fetcher/src/lib/readers/json.d.ts.map +0 -1
  2053. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts +0 -25
  2054. package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +0 -1
  2055. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts +0 -13
  2056. package/libs/util/data-fetcher/src/lib/sql-utils.d.ts.map +0 -1
  2057. package/libs/util/data-fetcher/src/lib/utils.d.ts +0 -26
  2058. package/libs/util/data-fetcher/src/lib/utils.d.ts.map +0 -1
  2059. package/libs/util/i18n/src/index.d.ts +0 -8
  2060. package/libs/util/i18n/src/index.d.ts.map +0 -1
  2061. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts +0 -6
  2062. package/libs/util/i18n/src/lib/embedded.translate.loader.d.ts.map +0 -1
  2063. package/libs/util/i18n/src/lib/file.translate.loader.d.ts +0 -9
  2064. package/libs/util/i18n/src/lib/file.translate.loader.d.ts.map +0 -1
  2065. package/libs/util/i18n/src/lib/i18n.constants.d.ts +0 -12
  2066. package/libs/util/i18n/src/lib/i18n.constants.d.ts.map +0 -1
  2067. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts +0 -12
  2068. package/libs/util/i18n/src/lib/i18n.interceptor.d.ts.map +0 -1
  2069. package/libs/util/i18n/src/lib/i18n.providers.d.ts +0 -4
  2070. package/libs/util/i18n/src/lib/i18n.providers.d.ts.map +0 -1
  2071. package/libs/util/i18n/src/lib/language-codes.d.ts +0 -94
  2072. package/libs/util/i18n/src/lib/language-codes.d.ts.map +0 -1
  2073. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts +0 -2
  2074. package/libs/util/i18n/src/lib/translate.loader.utils.d.ts.map +0 -1
  2075. package/libs/util/shared/src/index.d.ts +0 -7
  2076. package/libs/util/shared/src/index.d.ts.map +0 -1
  2077. package/libs/util/shared/src/lib/gn-ui-version.d.ts +0 -3
  2078. package/libs/util/shared/src/lib/gn-ui-version.d.ts.map +0 -1
  2079. package/libs/util/shared/src/lib/image-fallback.directive.d.ts +0 -11
  2080. package/libs/util/shared/src/lib/image-fallback.directive.d.ts.map +0 -1
  2081. package/libs/util/shared/src/lib/links/index.d.ts +0 -3
  2082. package/libs/util/shared/src/lib/links/index.d.ts.map +0 -1
  2083. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts +0 -18
  2084. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +0 -1
  2085. package/libs/util/shared/src/lib/links/link-utils.d.ts +0 -139
  2086. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +0 -1
  2087. package/libs/util/shared/src/lib/record/index.d.ts +0 -3
  2088. package/libs/util/shared/src/lib/record/index.d.ts.map +0 -1
  2089. package/libs/util/shared/src/lib/record/quality-score.util.d.ts +0 -13
  2090. package/libs/util/shared/src/lib/record/quality-score.util.d.ts.map +0 -1
  2091. package/libs/util/shared/src/lib/record/record.util.d.ts +0 -3
  2092. package/libs/util/shared/src/lib/record/record.util.d.ts.map +0 -1
  2093. package/libs/util/shared/src/lib/services/date.service.d.ts +0 -13
  2094. package/libs/util/shared/src/lib/services/date.service.d.ts.map +0 -1
  2095. package/libs/util/shared/src/lib/services/index.d.ts +0 -5
  2096. package/libs/util/shared/src/lib/services/index.d.ts.map +0 -1
  2097. package/libs/util/shared/src/lib/services/log.service.d.ts +0 -9
  2098. package/libs/util/shared/src/lib/services/log.service.d.ts.map +0 -1
  2099. package/libs/util/shared/src/lib/services/proxy.service.d.ts +0 -18
  2100. package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +0 -1
  2101. package/libs/util/shared/src/lib/services/theme.service.d.ts +0 -11
  2102. package/libs/util/shared/src/lib/services/theme.service.d.ts.map +0 -1
  2103. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts +0 -3
  2104. package/libs/util/shared/src/lib/utils/bytes-convert.d.ts.map +0 -1
  2105. package/libs/util/shared/src/lib/utils/event.d.ts +0 -7
  2106. package/libs/util/shared/src/lib/utils/event.d.ts.map +0 -1
  2107. package/libs/util/shared/src/lib/utils/format-fields.d.ts +0 -2
  2108. package/libs/util/shared/src/lib/utils/format-fields.d.ts.map +0 -1
  2109. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts +0 -9
  2110. package/libs/util/shared/src/lib/utils/fuzzy-filter.d.ts.map +0 -1
  2111. package/libs/util/shared/src/lib/utils/geojson.d.ts +0 -8
  2112. package/libs/util/shared/src/lib/utils/geojson.d.ts.map +0 -1
  2113. package/libs/util/shared/src/lib/utils/image-resize.d.ts +0 -3
  2114. package/libs/util/shared/src/lib/utils/image-resize.d.ts.map +0 -1
  2115. package/libs/util/shared/src/lib/utils/index.d.ts +0 -16
  2116. package/libs/util/shared/src/lib/utils/index.d.ts.map +0 -1
  2117. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts +0 -2
  2118. package/libs/util/shared/src/lib/utils/mobile-screen.d.ts.map +0 -1
  2119. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts +0 -2
  2120. package/libs/util/shared/src/lib/utils/no-duplicate-file-name.d.ts.map +0 -1
  2121. package/libs/util/shared/src/lib/utils/parse.d.ts +0 -6
  2122. package/libs/util/shared/src/lib/utils/parse.d.ts.map +0 -1
  2123. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts +0 -2
  2124. package/libs/util/shared/src/lib/utils/remove-whitespace.d.ts.map +0 -1
  2125. package/libs/util/shared/src/lib/utils/scroll.d.ts +0 -12
  2126. package/libs/util/shared/src/lib/utils/scroll.d.ts.map +0 -1
  2127. package/libs/util/shared/src/lib/utils/sort-by.d.ts +0 -5
  2128. package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +0 -1
  2129. package/libs/util/shared/src/lib/utils/strip-html.d.ts +0 -2
  2130. package/libs/util/shared/src/lib/utils/strip-html.d.ts.map +0 -1
  2131. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +0 -9
  2132. package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +0 -1
  2133. package/libs/util/shared/src/lib/utils/url.d.ts +0 -7
  2134. package/libs/util/shared/src/lib/utils/url.d.ts.map +0 -1
  2135. package/src/libs/common/domain/src/lib/index.ts +0 -2
  2136. package/src/libs/ui/elements/src/lib/user-feedback-item/time-since.pipe.ts +0 -54
@@ -1,391 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { CrsApiModel } from '../model/models';
4
- import { InlineObject1ApiModel } from '../model/models';
5
- import { InlineObject4ApiModel } from '../model/models';
6
- import { SimpleMetadataProcessingReportApiModel } from '../model/models';
7
- import { ThesaurusInfoApiModel } from '../model/models';
8
- import { Configuration } from '../configuration';
9
- import * as i0 from "@angular/core";
10
- export declare class RegistriesApiService {
11
- protected httpClient: HttpClient;
12
- protected basePath: string;
13
- defaultHeaders: HttpHeaders;
14
- configuration: Configuration;
15
- encoder: HttpParameterCodec;
16
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
17
- /**
18
- * @param consumes string[] mime-types
19
- * @return true: consumes contains 'multipart/form-data', false: otherwise
20
- */
21
- private canConsumeForm;
22
- private addToHttpParams;
23
- private addToHttpParamsRecursive;
24
- /**
25
- * Delete a thesaurus by name
26
- * Delete a thesaurus.
27
- * @param thesaurus Thesaurus to delete.
28
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
29
- * @param reportProgress flag to report request and response progress.
30
- */
31
- deleteThesaurus(thesaurus: string, observe?: 'body', reportProgress?: boolean, options?: {
32
- httpHeaderAccept?: 'application/json';
33
- }): Observable<any>;
34
- deleteThesaurus(thesaurus: string, observe?: 'response', reportProgress?: boolean, options?: {
35
- httpHeaderAccept?: 'application/json';
36
- }): Observable<HttpResponse<any>>;
37
- deleteThesaurus(thesaurus: string, observe?: 'events', reportProgress?: boolean, options?: {
38
- httpHeaderAccept?: 'application/json';
39
- }): Observable<HttpEvent<any>>;
40
- /**
41
- * Extracts directory entries from records
42
- * Scan one or more records for element matching the XPath provided and save them as directory entries (ie. subtemplate).&lt;br/&gt;&lt;br/&gt;Only records that the current user can edit are analyzed.&lt;br/&gt;&lt;br/&gt;Examples:&lt;br/&gt;For ISO19115-3 records, use .//cit:CI_Responsibility and compute identifier based on email with .//cit:electronicMailAddress/_*_/text() to create a contact directory.
43
- * @param xpath XPath of the elements to extract as entry.
44
- * @param uuids Record UUIDs. If null current selection is used.
45
- * @param bucket Selection bucket name
46
- * @param identifierXpath XPath of the element identifier. If not defined a random UUID is generated and analysis will not check for duplicates.
47
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
48
- * @param reportProgress flag to report request and response progress.
49
- */
50
- extractEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'body', reportProgress?: boolean, options?: {
51
- httpHeaderAccept?: 'application/json';
52
- }): Observable<object>;
53
- extractEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'response', reportProgress?: boolean, options?: {
54
- httpHeaderAccept?: 'application/json';
55
- }): Observable<HttpResponse<object>>;
56
- extractEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'events', reportProgress?: boolean, options?: {
57
- httpHeaderAccept?: 'application/json';
58
- }): Observable<HttpEvent<object>>;
59
- /**
60
- * Get CRS
61
- * @param id CRS identifier
62
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
63
- * @param reportProgress flag to report request and response progress.
64
- */
65
- getCrs(id: string, observe?: 'body', reportProgress?: boolean, options?: {
66
- httpHeaderAccept?: 'application/json' | 'application/xml';
67
- }): Observable<CrsApiModel>;
68
- getCrs(id: string, observe?: 'response', reportProgress?: boolean, options?: {
69
- httpHeaderAccept?: 'application/json' | 'application/xml';
70
- }): Observable<HttpResponse<CrsApiModel>>;
71
- getCrs(id: string, observe?: 'events', reportProgress?: boolean, options?: {
72
- httpHeaderAccept?: 'application/json' | 'application/xml';
73
- }): Observable<HttpEvent<CrsApiModel>>;
74
- /**
75
- * Get list of CRS type
76
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
77
- * @param reportProgress flag to report request and response progress.
78
- */
79
- getCrsTypes(observe?: 'body', reportProgress?: boolean, options?: {
80
- httpHeaderAccept?: 'application/json';
81
- }): Observable<Array<string>>;
82
- getCrsTypes(observe?: 'response', reportProgress?: boolean, options?: {
83
- httpHeaderAccept?: 'application/json';
84
- }): Observable<HttpResponse<Array<string>>>;
85
- getCrsTypes(observe?: 'events', reportProgress?: boolean, options?: {
86
- httpHeaderAccept?: 'application/json';
87
- }): Observable<HttpEvent<Array<string>>>;
88
- /**
89
- * Get a directory entry
90
- * Directory entry (AKA subtemplates) are XML fragments that can be inserted in metadata records using XLinks. XLinks can be remote or local.
91
- * @param uuid Directory entry UUID.
92
- * @param process Process
93
- * @param transformation Transformation
94
- * @param lang lang
95
- * @param schema schema
96
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
97
- * @param reportProgress flag to report request and response progress.
98
- */
99
- getEntry(uuid: string, process?: Array<string>, transformation?: string, lang?: Array<string>, schema?: string, observe?: 'body', reportProgress?: boolean, options?: {
100
- httpHeaderAccept?: 'application/json';
101
- }): Observable<any>;
102
- getEntry(uuid: string, process?: Array<string>, transformation?: string, lang?: Array<string>, schema?: string, observe?: 'response', reportProgress?: boolean, options?: {
103
- httpHeaderAccept?: 'application/json';
104
- }): Observable<HttpResponse<any>>;
105
- getEntry(uuid: string, process?: Array<string>, transformation?: string, lang?: Array<string>, schema?: string, observe?: 'events', reportProgress?: boolean, options?: {
106
- httpHeaderAccept?: 'application/json';
107
- }): Observable<HttpEvent<any>>;
108
- /**
109
- * Get keyword by id
110
- * Retrieve XML representation of keyword(s) from same thesaurususing different transformations. \&#39;to-iso19139-keyword\&#39; is the default and return an ISO19139 snippet.\&#39;to-iso19139-keyword-as-xlink\&#39; return an XLinked element. Custom transformation can be create on a per schema basis.
111
- * @param id Keyword identifier or list of keyword identifiers comma separated.
112
- * @param thesaurus Thesaurus to look info for the keyword(s).
113
- * @param lang Languages.
114
- * @param keywordOnly Only print the keyword, no thesaurus information.
115
- * @param transformation XSL template to use (ISO19139 keyword by default, see convert.xsl).
116
- * @param langMap langMap, that converts the values in the \&#39;lang\&#39; parameter to how they will be actually represented in the record. {\&#39;fre\&#39;:\&#39;fra\&#39;} or {\&#39;fre\&#39;:\&#39;fr\&#39;}. Missing/empty means to convert to iso 2 letter.
117
- * @param accept
118
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
119
- * @param reportProgress flag to report request and response progress.
120
- */
121
- getKeywordById(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
122
- httpHeaderAccept?: 'application/json' | 'application/xml';
123
- }): Observable<object>;
124
- getKeywordById(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
125
- httpHeaderAccept?: 'application/json' | 'application/xml';
126
- }): Observable<HttpResponse<object>>;
127
- getKeywordById(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
128
- httpHeaderAccept?: 'application/json' | 'application/xml';
129
- }): Observable<HttpEvent<object>>;
130
- /**
131
- * Get keyword by id
132
- * Retrieve XML representation of keyword(s) from same thesaurususing different transformations. \&#39;to-iso19139-keyword\&#39; is the default and return an ISO19139 snippet.\&#39;to-iso19139-keyword-as-xlink\&#39; return an XLinked element. Custom transformation can be create on a per schema basis.
133
- * @param id Keyword identifier or list of keyword identifiers comma separated.
134
- * @param thesaurus Thesaurus to look info for the keyword(s).
135
- * @param lang Languages.
136
- * @param keywordOnly Only print the keyword, no thesaurus information.
137
- * @param transformation XSL template to use (ISO19139 keyword by default, see convert.xsl).
138
- * @param langMap langMap, that converts the values in the \&#39;lang\&#39; parameter to how they will be actually represented in the record. {\&#39;fre\&#39;:\&#39;fra\&#39;} or {\&#39;fre\&#39;:\&#39;fr\&#39;}. Missing/empty means to convert to iso 2 letter.
139
- * @param accept
140
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
141
- * @param reportProgress flag to report request and response progress.
142
- */
143
- getKeywordById1(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'body', reportProgress?: boolean, options?: {
144
- httpHeaderAccept?: 'application/json' | 'application/xml';
145
- }): Observable<object>;
146
- getKeywordById1(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'response', reportProgress?: boolean, options?: {
147
- httpHeaderAccept?: 'application/json' | 'application/xml';
148
- }): Observable<HttpResponse<object>>;
149
- getKeywordById1(id: string, thesaurus: string, lang?: Array<string>, keywordOnly?: boolean, transformation?: string, langMap?: string, accept?: string, observe?: 'events', reportProgress?: boolean, options?: {
150
- httpHeaderAccept?: 'application/json' | 'application/xml';
151
- }): Observable<HttpEvent<object>>;
152
- /**
153
- * Download a thesaurus by name
154
- * Download the thesaurus in SKOS format.
155
- * @param thesaurus Thesaurus to download.
156
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
157
- * @param reportProgress flag to report request and response progress.
158
- */
159
- getThesaurus(thesaurus: string, observe?: 'body', reportProgress?: boolean, options?: {
160
- httpHeaderAccept?: 'application/json';
161
- }): Observable<any>;
162
- getThesaurus(thesaurus: string, observe?: 'response', reportProgress?: boolean, options?: {
163
- httpHeaderAccept?: 'application/json';
164
- }): Observable<HttpResponse<any>>;
165
- getThesaurus(thesaurus: string, observe?: 'events', reportProgress?: boolean, options?: {
166
- httpHeaderAccept?: 'application/json';
167
- }): Observable<HttpEvent<any>>;
168
- /**
169
- * Uploads a CSV file and convert it to SKOS format
170
- * CSV file MUST contains columns at least for concept id and label. For multilingual thesaurus, consider using columns like label, label_fre, label_ita with languages parameter set to [en, fr, it]. Default language value is used if translations are empty. The thesaurus filename will be the filename of the CSV file (with .rdf extension). It is recommended to set the thesaurus title and namespace URL even if default values will be used based on the filename. Thesaurus dates are set to the date of import.
171
- * @param type Local or external (default).
172
- * @param dir Type of thesaurus, usually one of the ISO thesaurus type codelist value. Default is theme.
173
- * @param encoding Encoding. Default is UTF-8.
174
- * @param thesaurusNs Thesaurus namespace. Default is filename.
175
- * @param languages Thesaurus languages
176
- * @param thesaurusTitle Thesaurus title. Default is filename.
177
- * @param conceptIdColumn Column name for concept id. Default is id.
178
- * @param conceptLabelColumn Column name for concept label. Default is label.
179
- * @param conceptDescriptionColumn Column name for concept description. Default is description.
180
- * @param conceptBroaderIdColumn Column name for broader concept id. Default is broader.
181
- * @param conceptNarrowerIdColumn Column name for narrower concept id. Default is narrower.
182
- * @param conceptRelatedIdColumn Column name for related concept id. Default is related.
183
- * @param conceptLinkSeparator Separator used when multiple broader/narrower/related ids are in the same column. Default is \&#39;|\&#39;.
184
- * @param importAsThesaurus Import CSV file as thesaurus if true (detault) or return it in SKOS format.
185
- * @param inlineObject4ApiModel
186
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
187
- * @param reportProgress flag to report request and response progress.
188
- */
189
- importCsvAsThesaurus(type?: 'external' | 'local', dir?: string, encoding?: string, thesaurusNs?: string, languages?: Array<string>, thesaurusTitle?: string, conceptIdColumn?: string, conceptLabelColumn?: string, conceptDescriptionColumn?: string, conceptBroaderIdColumn?: string, conceptNarrowerIdColumn?: string, conceptRelatedIdColumn?: string, conceptLinkSeparator?: string, importAsThesaurus?: boolean, inlineObject4ApiModel?: InlineObject4ApiModel, observe?: 'body', reportProgress?: boolean, options?: {
190
- httpHeaderAccept?: 'application/json';
191
- }): Observable<any>;
192
- importCsvAsThesaurus(type?: 'external' | 'local', dir?: string, encoding?: string, thesaurusNs?: string, languages?: Array<string>, thesaurusTitle?: string, conceptIdColumn?: string, conceptLabelColumn?: string, conceptDescriptionColumn?: string, conceptBroaderIdColumn?: string, conceptNarrowerIdColumn?: string, conceptRelatedIdColumn?: string, conceptLinkSeparator?: string, importAsThesaurus?: boolean, inlineObject4ApiModel?: InlineObject4ApiModel, observe?: 'response', reportProgress?: boolean, options?: {
193
- httpHeaderAccept?: 'application/json';
194
- }): Observable<HttpResponse<any>>;
195
- importCsvAsThesaurus(type?: 'external' | 'local', dir?: string, encoding?: string, thesaurusNs?: string, languages?: Array<string>, thesaurusTitle?: string, conceptIdColumn?: string, conceptLabelColumn?: string, conceptDescriptionColumn?: string, conceptBroaderIdColumn?: string, conceptNarrowerIdColumn?: string, conceptRelatedIdColumn?: string, conceptLinkSeparator?: string, importAsThesaurus?: boolean, inlineObject4ApiModel?: InlineObject4ApiModel, observe?: 'events', reportProgress?: boolean, options?: {
196
- httpHeaderAccept?: 'application/json';
197
- }): Observable<HttpEvent<any>>;
198
- /**
199
- * Import spatial directory entries
200
- * Directory entry (AKA subtemplates) are XML fragments that can be inserted in metadata records. Use this service to import geographic extent entries from an ESRI Shapefile format.
201
- * @param file The ZIP file to upload containing the Shapefile.
202
- * @param uuidAttribute Attribute to use for UUID. If none, random UUID are generated.
203
- * @param uuidPattern Pattern to build UUID from. Default is \&#39;{{uuid}}\&#39;.
204
- * @param descriptionAttribute Attribute to use for extent description. If none, no extent description defined. TODO: Add per language desc ?
205
- * @param geomProjectionTo geomProjectionTo
206
- * @param lenient lenient
207
- * @param charset Attribute table charset
208
- * @param onlyBoundingBox Create only bounding box for each spatial objects.
209
- * @param process Process
210
- * @param schema Schema identifier
211
- * @param uuidProcessing Record identifier processing.
212
- * @param group The group the record is attached to.
213
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
214
- * @param reportProgress flag to report request and response progress.
215
- */
216
- importSpatialEntries(file: Blob, uuidAttribute?: string, uuidPattern?: string, descriptionAttribute?: string, geomProjectionTo?: string, lenient?: boolean, charset?: string, onlyBoundingBox?: boolean, process?: string, schema?: string, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: number, observe?: 'body', reportProgress?: boolean, options?: {
217
- httpHeaderAccept?: 'application/json';
218
- }): Observable<SimpleMetadataProcessingReportApiModel>;
219
- importSpatialEntries(file: Blob, uuidAttribute?: string, uuidPattern?: string, descriptionAttribute?: string, geomProjectionTo?: string, lenient?: boolean, charset?: string, onlyBoundingBox?: boolean, process?: string, schema?: string, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: number, observe?: 'response', reportProgress?: boolean, options?: {
220
- httpHeaderAccept?: 'application/json';
221
- }): Observable<HttpResponse<SimpleMetadataProcessingReportApiModel>>;
222
- importSpatialEntries(file: Blob, uuidAttribute?: string, uuidPattern?: string, descriptionAttribute?: string, geomProjectionTo?: string, lenient?: boolean, charset?: string, onlyBoundingBox?: boolean, process?: string, schema?: string, uuidProcessing?: 'GENERATEUUID' | 'NOTHING' | 'OVERWRITE' | 'REMOVE_AND_REPLACE', group?: number, observe?: 'events', reportProgress?: boolean, options?: {
223
- httpHeaderAccept?: 'application/json';
224
- }): Observable<HttpEvent<SimpleMetadataProcessingReportApiModel>>;
225
- /**
226
- * Preview directory entries extracted from records
227
- * Scan one or more records for element matching the XPath provided and save them as directory entries (ie. subtemplate).&lt;br/&gt;&lt;br/&gt;Only records that the current user can edit are analyzed.&lt;br/&gt;&lt;br/&gt;Examples:&lt;br/&gt;For ISO19115-3 records, use .//cit:CI_Responsibility and compute identifier based on email with .//cit:electronicMailAddress/_*_/text() to create a contact directory.
228
- * @param xpath XPath of the elements to extract as entry.
229
- * @param uuids Record UUIDs. If null current selection is used.
230
- * @param bucket Selection bucket name
231
- * @param identifierXpath XPath of the element identifier. If not defined a random UUID is generated and analysis will not check for duplicates.
232
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
233
- * @param reportProgress flag to report request and response progress.
234
- */
235
- previewExtractedEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'body', reportProgress?: boolean, options?: {
236
- httpHeaderAccept?: 'application/json' | 'application/xml';
237
- }): Observable<object>;
238
- previewExtractedEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'response', reportProgress?: boolean, options?: {
239
- httpHeaderAccept?: 'application/json' | 'application/xml';
240
- }): Observable<HttpResponse<object>>;
241
- previewExtractedEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, observe?: 'events', reportProgress?: boolean, options?: {
242
- httpHeaderAccept?: 'application/json' | 'application/xml';
243
- }): Observable<HttpEvent<object>>;
244
- /**
245
- * Preview updated matching entries in records
246
- * Scan one or more records for element matching the XPath provided and then check if this element is available in the directory. If Found, the element from the directory update the element in the record and optionally text or attribute value properties are preserved using propertiesToCopy. Elements can be lost if not existing in the directory entry (eg. from an gex:Extent directory containing only description and bounding polygon, the update can remove temporal element).&lt;br/&gt;&lt;br/&gt;The identifier XPath is used to find a match. An optional filtercan be added to restrict search to a subset of the directory. If no identifier XPaths is provided, the UUID is based on the content of the snippet (hash). It is recommended to use an identifier for better matching (eg. ISO19139 contact with different roles will not match on the automatic UUID mode).
247
- * @param xpath XPath of the elements to extract as entry.
248
- * @param uuids Record UUIDs. If null current selection is used.
249
- * @param bucket Selection bucket name
250
- * @param identifierXpath XPath of the element identifier. If not defined a random UUID is generated and analysis will not check for duplicates.
251
- * @param propertiesToCopy List of XPath of properties to copy from record to matching entry. Only support text or attribute eg. ./gmd:role/_*_/@codeListValue
252
- * @param substituteAsXLink Replace entry by XLink.
253
- * @param fq Filter query for directory search.
254
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
255
- * @param reportProgress flag to report request and response progress.
256
- */
257
- previewUpdatedRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'body', reportProgress?: boolean, options?: {
258
- httpHeaderAccept?: 'application/json' | 'application/xml';
259
- }): Observable<object>;
260
- previewUpdatedRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'response', reportProgress?: boolean, options?: {
261
- httpHeaderAccept?: 'application/json' | 'application/xml';
262
- }): Observable<HttpResponse<object>>;
263
- previewUpdatedRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'events', reportProgress?: boolean, options?: {
264
- httpHeaderAccept?: 'application/json' | 'application/xml';
265
- }): Observable<HttpEvent<object>>;
266
- /**
267
- * Search coordinate reference system (CRS)
268
- * Based on GeoTools EPSG database. If phrase query, each words are searched separately.
269
- * @param q Search value
270
- * @param type Type of CRS
271
- * @param rows Number of results. Default is: 100
272
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
273
- * @param reportProgress flag to report request and response progress.
274
- */
275
- searchCrs(q?: string, type?: 'CoordinateReferenceSystem' | 'VerticalCRS' | 'GeographicCRS' | 'ProjectedCRS', rows?: number, observe?: 'body', reportProgress?: boolean, options?: {
276
- httpHeaderAccept?: 'application/json';
277
- }): Observable<Array<CrsApiModel>>;
278
- searchCrs(q?: string, type?: 'CoordinateReferenceSystem' | 'VerticalCRS' | 'GeographicCRS' | 'ProjectedCRS', rows?: number, observe?: 'response', reportProgress?: boolean, options?: {
279
- httpHeaderAccept?: 'application/json';
280
- }): Observable<HttpResponse<Array<CrsApiModel>>>;
281
- searchCrs(q?: string, type?: 'CoordinateReferenceSystem' | 'VerticalCRS' | 'GeographicCRS' | 'ProjectedCRS', rows?: number, observe?: 'events', reportProgress?: boolean, options?: {
282
- httpHeaderAccept?: 'application/json';
283
- }): Observable<HttpEvent<Array<CrsApiModel>>>;
284
- /**
285
- * Search keywords
286
- * @param q Query
287
- * @param lang Query in that language
288
- * @param rows Number of rows
289
- * @param start Start from
290
- * @param pLang Return keyword information in one or more languages
291
- * @param thesaurus Thesaurus identifier
292
- * @param type Type of search
293
- * @param uri URI query
294
- * @param sort Sort by
295
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
296
- * @param reportProgress flag to report request and response progress.
297
- */
298
- searchKeywords(q?: string, lang?: string, rows?: number, start?: number, pLang?: Array<string>, thesaurus?: Array<string>, type?: 'STARTS_WITH' | 'CONTAINS' | 'MATCH', uri?: string, sort?: string, observe?: 'body', reportProgress?: boolean, options?: {
299
- httpHeaderAccept?: 'application/json' | 'application/xml';
300
- }): Observable<object>;
301
- searchKeywords(q?: string, lang?: string, rows?: number, start?: number, pLang?: Array<string>, thesaurus?: Array<string>, type?: 'STARTS_WITH' | 'CONTAINS' | 'MATCH', uri?: string, sort?: string, observe?: 'response', reportProgress?: boolean, options?: {
302
- httpHeaderAccept?: 'application/json' | 'application/xml';
303
- }): Observable<HttpResponse<object>>;
304
- searchKeywords(q?: string, lang?: string, rows?: number, start?: number, pLang?: Array<string>, thesaurus?: Array<string>, type?: 'STARTS_WITH' | 'CONTAINS' | 'MATCH', uri?: string, sort?: string, observe?: 'events', reportProgress?: boolean, options?: {
305
- httpHeaderAccept?: 'application/json' | 'application/xml';
306
- }): Observable<HttpEvent<object>>;
307
- /**
308
- * Update matching entries in records
309
- * Scan one or more records for element matching the XPath provided and then check if this element is available in the directory. If Found, the element from the directory update the element in the record and optionally text or attribute value properties are preserved using propertiesToCopy. Elements can be lost if not existing in the directory entry (eg. from an gex:Extent directory containing only description and bounding polygon, the update can remove temporal element).&lt;br/&gt;&lt;br/&gt;The identifier XPath is used to find a match. An optional filtercan be added to restrict search to a subset of the directory. If no identifier XPaths is provided, the UUID is based on the content of the snippet (hash). It is recommended to use an identifier for better matching (eg. ISO19139 contact with different roles will not match on the automatic UUID mode).
310
- * @param xpath XPath of the elements to extract as entry.
311
- * @param uuids Record UUIDs. If null current selection is used.
312
- * @param bucket Selection bucket name
313
- * @param identifierXpath XPath of the element identifier. If not defined a random UUID is generated and analysis will not check for duplicates.
314
- * @param propertiesToCopy List of XPath of properties to copy from record to matching entry. Only support text or attribute eg. ./gmd:role/_*_/@codeListValue
315
- * @param substituteAsXLink Replace entry by XLink.
316
- * @param fq Filter query for directory search.
317
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
318
- * @param reportProgress flag to report request and response progress.
319
- */
320
- updateRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'body', reportProgress?: boolean, options?: {
321
- httpHeaderAccept?: 'application/json';
322
- }): Observable<object>;
323
- updateRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'response', reportProgress?: boolean, options?: {
324
- httpHeaderAccept?: 'application/json';
325
- }): Observable<HttpResponse<object>>;
326
- updateRecordEntries(xpath: string, uuids?: Array<string>, bucket?: string, identifierXpath?: string, propertiesToCopy?: Array<string>, substituteAsXLink?: boolean, fq?: string, observe?: 'events', reportProgress?: boolean, options?: {
327
- httpHeaderAccept?: 'application/json';
328
- }): Observable<HttpEvent<object>>;
329
- /**
330
- * Updates the information of a local thesaurus
331
- * Updates the information of a local thesaurus.
332
- * @param thesaurus Thesaurus to update.
333
- * @param thesaurusInfoApiModel
334
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
335
- * @param reportProgress flag to report request and response progress.
336
- */
337
- updateThesaurus(thesaurus: string, thesaurusInfoApiModel: ThesaurusInfoApiModel, observe?: 'body', reportProgress?: boolean, options?: {
338
- httpHeaderAccept?: 'application/json';
339
- }): Observable<any>;
340
- updateThesaurus(thesaurus: string, thesaurusInfoApiModel: ThesaurusInfoApiModel, observe?: 'response', reportProgress?: boolean, options?: {
341
- httpHeaderAccept?: 'application/json';
342
- }): Observable<HttpResponse<any>>;
343
- updateThesaurus(thesaurus: string, thesaurusInfoApiModel: ThesaurusInfoApiModel, observe?: 'events', reportProgress?: boolean, options?: {
344
- httpHeaderAccept?: 'application/json';
345
- }): Observable<HttpEvent<any>>;
346
- /**
347
- * Uploads a new thesaurus from a file
348
- * Uploads a new thesaurus.
349
- * @param type Local or external (default).
350
- * @param dir Type of thesaurus, usually one of the ISO thesaurus type codelist value. Default is theme.
351
- * @param stylesheet XSL to be use to convert the thesaurus before load. Default _none_.
352
- * @param inlineObject1ApiModel
353
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
354
- * @param reportProgress flag to report request and response progress.
355
- */
356
- uploadThesaurus(type?: 'external' | 'local', dir?: string, stylesheet?: string, inlineObject1ApiModel?: InlineObject1ApiModel, observe?: 'body', reportProgress?: boolean, options?: {
357
- httpHeaderAccept?: 'application/json' | 'text/xml';
358
- }): Observable<string>;
359
- uploadThesaurus(type?: 'external' | 'local', dir?: string, stylesheet?: string, inlineObject1ApiModel?: InlineObject1ApiModel, observe?: 'response', reportProgress?: boolean, options?: {
360
- httpHeaderAccept?: 'application/json' | 'text/xml';
361
- }): Observable<HttpResponse<string>>;
362
- uploadThesaurus(type?: 'external' | 'local', dir?: string, stylesheet?: string, inlineObject1ApiModel?: InlineObject1ApiModel, observe?: 'events', reportProgress?: boolean, options?: {
363
- httpHeaderAccept?: 'application/json' | 'text/xml';
364
- }): Observable<HttpEvent<string>>;
365
- /**
366
- * Uploads a new thesaurus from URL or Registry
367
- * Uploads a new thesaurus.
368
- * @param url If set, try to download from the Internet.
369
- * @param registryUrl If set, try to download from a registry.
370
- * @param registryType If using registryUrl, then define the type of registry. If not set, default mode is re3gistry.
371
- * @param registryLanguage Languages to download from a registry.
372
- * @param type Local or external (default).
373
- * @param dir Type of thesaurus, usually one of the ISO thesaurus type codelist value. Default is theme.
374
- * @param stylesheet XSL to be use to convert the thesaurus before load. Default _none_.
375
- * @param thesaurusInfoApiModel
376
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
377
- * @param reportProgress flag to report request and response progress.
378
- */
379
- uploadThesaurusFromUrl(url?: string, registryUrl?: string, registryType?: 're3gistry' | 'ldRegistry', registryLanguage?: Array<string>, type?: 'external' | 'local', dir?: string, stylesheet?: string, thesaurusInfoApiModel?: ThesaurusInfoApiModel, observe?: 'body', reportProgress?: boolean, options?: {
380
- httpHeaderAccept?: 'application/json' | 'text/xml';
381
- }): Observable<string>;
382
- uploadThesaurusFromUrl(url?: string, registryUrl?: string, registryType?: 're3gistry' | 'ldRegistry', registryLanguage?: Array<string>, type?: 'external' | 'local', dir?: string, stylesheet?: string, thesaurusInfoApiModel?: ThesaurusInfoApiModel, observe?: 'response', reportProgress?: boolean, options?: {
383
- httpHeaderAccept?: 'application/json' | 'text/xml';
384
- }): Observable<HttpResponse<string>>;
385
- uploadThesaurusFromUrl(url?: string, registryUrl?: string, registryType?: 're3gistry' | 'ldRegistry', registryLanguage?: Array<string>, type?: 'external' | 'local', dir?: string, stylesheet?: string, thesaurusInfoApiModel?: ThesaurusInfoApiModel, observe?: 'events', reportProgress?: boolean, options?: {
386
- httpHeaderAccept?: 'application/json' | 'text/xml';
387
- }): Observable<HttpEvent<string>>;
388
- static ɵfac: i0.ɵɵFactoryDeclaration<RegistriesApiService, [null, { optional: true; }, { optional: true; }]>;
389
- static ɵprov: i0.ɵɵInjectableDeclaration<RegistriesApiService>;
390
- }
391
- //# sourceMappingURL=registries.api.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registries.api.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/data-access/gn4/src/openapi/api/registries.api.service.ts"],"names":[],"mappings":"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"}
@@ -1,42 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { RelatedResponseApiModel } from '../model/models';
4
- import { Configuration } from '../configuration';
5
- import * as i0 from "@angular/core";
6
- export declare class RelatedApiService {
7
- protected httpClient: HttpClient;
8
- protected basePath: string;
9
- defaultHeaders: HttpHeaders;
10
- configuration: Configuration;
11
- encoder: HttpParameterCodec;
12
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
13
- private addToHttpParams;
14
- private addToHttpParamsRecursive;
15
- /**
16
- * Get record related resources for all requested metadatas
17
- * Retrieve related services, datasets, onlines, thumbnails, sources, ... to all requested records.&lt;br/&gt;&lt;a href&#x3D;\&#39;http://geonetwork-opensource.org/manuals/trunk/eng/users/user-guide/associating-resources/index.html\&#39;&gt;More info&lt;/a&gt;
18
- * @param type Type of related resource. If none, all resources are returned.
19
- * @param uuid Uuids of the metadatas you request the relations from.
20
- * @param approved Use approved version or not
21
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
22
- * @param reportProgress flag to report request and response progress.
23
- */
24
- getAssociatedResourcesForRecords(type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, uuid?: Array<string>, approved?: boolean, observe?: 'body', reportProgress?: boolean, options?: {
25
- httpHeaderAccept?: 'application/json' | 'application/xml';
26
- }): Observable<{
27
- [key: string]: RelatedResponseApiModel;
28
- }>;
29
- getAssociatedResourcesForRecords(type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, uuid?: Array<string>, approved?: boolean, observe?: 'response', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: 'application/json' | 'application/xml';
31
- }): Observable<HttpResponse<{
32
- [key: string]: RelatedResponseApiModel;
33
- }>>;
34
- getAssociatedResourcesForRecords(type?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, uuid?: Array<string>, approved?: boolean, observe?: 'events', reportProgress?: boolean, options?: {
35
- httpHeaderAccept?: 'application/json' | 'application/xml';
36
- }): Observable<HttpEvent<{
37
- [key: string]: RelatedResponseApiModel;
38
- }>>;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<RelatedApiService, [null, { optional: true; }, { optional: true; }]>;
40
- static ɵprov: i0.ɵɵInjectableDeclaration<RelatedApiService>;
41
- }
42
- //# sourceMappingURL=related.api.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"related.api.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/data-access/gn4/src/openapi/api/related.api.service.ts"],"names":[],"mappings":"AAcA,OAAO,EACL,UAAU,EACV,WAAW,EAEX,YAAY,EACZ,SAAS,EACT,kBAAkB,EACnB,MAAM,sBAAsB,CAAA;AAE7B,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAA;AAEjC,OAAO,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAA;AAGzD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;;AAEhD,qBAGa,iBAAiB;IAO1B,SAAS,CAAC,UAAU,EAAE,UAAU;IANlC,SAAS,CAAC,QAAQ,SAAoD;IAC/D,cAAc,cAAoB;IAClC,aAAa,gBAAsB;IACnC,OAAO,EAAE,kBAAkB,CAAA;gBAGtB,UAAU,EAAE,UAAU,EACD,QAAQ,EAAE,MAAM,EACnC,aAAa,EAAE,aAAa;IAc1C,OAAO,CAAC,eAAe;IAavB,OAAO,CAAC,wBAAwB;IA0ChC;;;;;;;;OAQG;IACI,gCAAgC,CACrC,IAAI,CAAC,EAAE,KAAK,CACR,UAAU,GACV,QAAQ,GACR,oBAAoB,GACpB,UAAU,GACV,YAAY,GACZ,UAAU,GACV,UAAU,GACV,OAAO,GACP,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,SAAS,GACT,SAAS,GACT,YAAY,CACf,EACD,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,EACpB,QAAQ,CAAC,EAAE,OAAO,EAClB,OAAO,CAAC,EAAE,MAAM,EAChB,cAAc,CAAC,EAAE,OAAO,EACxB,OAAO,CAAC,EAAE;QAAE,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,iBAAiB,CAAA;KAAE,GACtE,UAAU,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC;IAClD,gCAAgC,CACrC,IAAI,CAAC,EAAE,KAAK,CACR,UAAU,GACV,QAAQ,GACR,oBAAoB,GACpB,UAAU,GACV,YAAY,GACZ,UAAU,GACV,UAAU,GACV,OAAO,GACP,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,SAAS,GACT,SAAS,GACT,YAAY,CACf,EACD,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,EACpB,QAAQ,CAAC,EAAE,OAAO,EAClB,OAAO,CAAC,EAAE,UAAU,EACpB,cAAc,CAAC,EAAE,OAAO,EACxB,OAAO,CAAC,EAAE;QAAE,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,iBAAiB,CAAA;KAAE,GACtE,UAAU,CAAC,YAAY,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC,CAAC;IAChE,gCAAgC,CACrC,IAAI,CAAC,EAAE,KAAK,CACR,UAAU,GACV,QAAQ,GACR,oBAAoB,GACpB,UAAU,GACV,YAAY,GACZ,UAAU,GACV,UAAU,GACV,OAAO,GACP,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,SAAS,GACT,SAAS,GACT,YAAY,CACf,EACD,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,EACpB,QAAQ,CAAC,EAAE,OAAO,EAClB,OAAO,CAAC,EAAE,QAAQ,EAClB,cAAc,CAAC,EAAE,OAAO,EACxB,OAAO,CAAC,EAAE;QAAE,gBAAgB,CAAC,EAAE,kBAAkB,GAAG,iBAAiB,CAAA;KAAE,GACtE,UAAU,CAAC,SAAS,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,uBAAuB,CAAA;KAAE,CAAC,CAAC;yCA3JzD,iBAAiB;6CAAjB,iBAAiB;CAmP7B"}
@@ -1,53 +0,0 @@
1
- import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { Configuration } from '../configuration';
4
- import * as i0 from "@angular/core";
5
- export declare class SearchApiService {
6
- protected httpClient: HttpClient;
7
- protected basePath: string;
8
- defaultHeaders: HttpHeaders;
9
- configuration: Configuration;
10
- encoder: HttpParameterCodec;
11
- constructor(httpClient: HttpClient, basePath: string, configuration: Configuration);
12
- private addToHttpParams;
13
- private addToHttpParamsRecursive;
14
- /**
15
- * Search endpoint
16
- * See https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html for search parameters details.
17
- * @param bucket
18
- * @param relatedType Type of related resource. If none, no associated resource returned.
19
- * @param body JSON request based on Elasticsearch API.
20
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
21
- * @param reportProgress flag to report request and response progress.
22
- */
23
- msearch(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
24
- httpHeaderAccept?: 'application/json';
25
- }): Observable<any>;
26
- msearch(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
27
- httpHeaderAccept?: 'application/json';
28
- }): Observable<HttpResponse<any>>;
29
- msearch(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
30
- httpHeaderAccept?: 'application/json';
31
- }): Observable<HttpEvent<any>>;
32
- /**
33
- * Search endpoint
34
- * See https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html for search parameters details.
35
- * @param bucket
36
- * @param relatedType Type of related resource. If none, no associated resource returned.
37
- * @param body JSON request based on Elasticsearch API.
38
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
39
- * @param reportProgress flag to report request and response progress.
40
- */
41
- search(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'body', reportProgress?: boolean, options?: {
42
- httpHeaderAccept?: 'application/json';
43
- }): Observable<any>;
44
- search(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'response', reportProgress?: boolean, options?: {
45
- httpHeaderAccept?: 'application/json';
46
- }): Observable<HttpResponse<any>>;
47
- search(bucket?: string, relatedType?: Array<'children' | 'parent' | 'brothersAndSisters' | 'siblings' | 'associated' | 'services' | 'datasets' | 'fcats' | 'hasfeaturecats' | 'sources' | 'hassources' | 'related' | 'onlines' | 'thumbnails'>, body?: string, observe?: 'events', reportProgress?: boolean, options?: {
48
- httpHeaderAccept?: 'application/json';
49
- }): Observable<HttpEvent<any>>;
50
- static ɵfac: i0.ɵɵFactoryDeclaration<SearchApiService, [null, { optional: true; }, { optional: true; }]>;
51
- static ɵprov: i0.ɵɵInjectableDeclaration<SearchApiService>;
52
- }
53
- //# sourceMappingURL=search.api.service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"search.api.service.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/data-access/gn4/src/openapi/api/search.api.service.ts"],"names":[],"mappings":"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"}