geonetwork-ui 2.10.0-dev.89f026e83 → 2.10.0-dev.8afb6cd00
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.
- package/fesm2022/geonetwork-ui.mjs +319 -242
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +51 -11
- package/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +0 -5
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/fields.config.ts +60 -47
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +33 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +9 -1
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +4 -54
- package/src/libs/ui/map/src/lib/map-utils.ts +48 -0
- package/src/libs/util/shared/src/lib/utils/geojson.ts +58 -1
- package/translations/de.json +19 -19
- package/translations/en.json +19 -19
- package/translations/es.json +19 -19
- package/translations/fr.json +19 -19
- package/translations/it.json +19 -19
- package/translations/nl.json +19 -19
- package/translations/pt.json +19 -19
- package/translations/sk.json +19 -19
|
@@ -23,7 +23,7 @@ import { formatDistance } from 'date-fns/formatDistance';
|
|
|
23
23
|
import { Scroll, NavigationEnd, Router, RouteReuseStrategy } from '@angular/router';
|
|
24
24
|
import { WmtsEndpoint, WmsEndpoint, WfsEndpoint, OgcApiEndpoint, sharedFetch, useCache, StacEndpoint, TmsEndpoint } from '@camptocamp/ogc-client';
|
|
25
25
|
import { getLength } from 'ol/sphere.js';
|
|
26
|
-
import { LineString
|
|
26
|
+
import { LineString } from 'ol/geom.js';
|
|
27
27
|
import * as i1 from '@ngrx/store';
|
|
28
28
|
import { createAction, props, createReducer, on, createFeatureSelector, createSelector, Store, select, StoreModule } from '@ngrx/store';
|
|
29
29
|
import { queryDataGouvFr, queryGeonames, queryGeoadmin } from '@geospatial-sdk/geocoding';
|
|
@@ -18879,25 +18879,25 @@ var de = {
|
|
|
18879
18879
|
"editor.record.form.temporalExtents.addRange": "Zeitraum",
|
|
18880
18880
|
"editor.record.form.temporalExtents.date": "Datum",
|
|
18881
18881
|
"editor.record.form.temporalExtents.range": "Datumsbereich",
|
|
18882
|
-
"editor.record.form.topics.
|
|
18883
|
-
"editor.record.form.topics.
|
|
18884
|
-
"editor.record.form.topics.
|
|
18885
|
-
"editor.record.form.topics.
|
|
18886
|
-
"editor.record.form.topics.
|
|
18887
|
-
"editor.record.form.topics.
|
|
18888
|
-
"editor.record.form.topics.
|
|
18889
|
-
"editor.record.form.topics.
|
|
18890
|
-
"editor.record.form.topics.
|
|
18891
|
-
"editor.record.form.topics.
|
|
18892
|
-
"editor.record.form.topics.
|
|
18893
|
-
"editor.record.form.topics.
|
|
18894
|
-
"editor.record.form.topics.
|
|
18895
|
-
"editor.record.form.topics.
|
|
18896
|
-
"editor.record.form.topics.
|
|
18897
|
-
"editor.record.form.topics.
|
|
18898
|
-
"editor.record.form.topics.
|
|
18899
|
-
"editor.record.form.topics.
|
|
18900
|
-
"editor.record.form.topics.
|
|
18882
|
+
"editor.record.form.topics.iso.biota": "Biologie",
|
|
18883
|
+
"editor.record.form.topics.iso.boundaries": "Grenzen",
|
|
18884
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "Klimatologie/Meteorologie/Atmosphäre",
|
|
18885
|
+
"editor.record.form.topics.iso.economy": "Wirtschaft",
|
|
18886
|
+
"editor.record.form.topics.iso.elevation": "Höhenangaben",
|
|
18887
|
+
"editor.record.form.topics.iso.environment": "Umwelt",
|
|
18888
|
+
"editor.record.form.topics.iso.farming": "Landwirtschaft",
|
|
18889
|
+
"editor.record.form.topics.iso.geoscientificInformation": "Geowissenschaften",
|
|
18890
|
+
"editor.record.form.topics.iso.health": "Gesundheitswesen",
|
|
18891
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Bilddaten/Basiskarten/Landbedeckung",
|
|
18892
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "Aufklärung/Militär",
|
|
18893
|
+
"editor.record.form.topics.iso.location": "Ortsangaben",
|
|
18894
|
+
"editor.record.form.topics.iso.oceans": "Meere",
|
|
18895
|
+
"editor.record.form.topics.iso.planningCadastre": "Planungsunterlagen/Kataster",
|
|
18896
|
+
"editor.record.form.topics.iso.society": "Gesellschaft",
|
|
18897
|
+
"editor.record.form.topics.iso.structure": "Bauwerke",
|
|
18898
|
+
"editor.record.form.topics.iso.transportation": "Verkehrswesen",
|
|
18899
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "Ver- und Entsorgung/Nachrichtenwesen",
|
|
18900
|
+
"editor.record.form.topics.iso.inlandWaters": "Binnengewässer",
|
|
18901
18901
|
"editor.record.form.topics.placeholder": "Ein oder mehrere Themen auswählen",
|
|
18902
18902
|
"editor.record.form.updateFrequency.planned": "Dieses Dataset wird regelmäßig aktualisiert.",
|
|
18903
18903
|
"editor.record.importFromExternalFile.failure.body": "Beim Importieren des Datensatzes ist ein Fehler aufgetreten:",
|
|
@@ -19562,25 +19562,25 @@ var en = {
|
|
|
19562
19562
|
"editor.record.form.temporalExtents.addRange": "Time period",
|
|
19563
19563
|
"editor.record.form.temporalExtents.date": "Date",
|
|
19564
19564
|
"editor.record.form.temporalExtents.range": "Date range",
|
|
19565
|
-
"editor.record.form.topics.
|
|
19566
|
-
"editor.record.form.topics.
|
|
19567
|
-
"editor.record.form.topics.
|
|
19568
|
-
"editor.record.form.topics.
|
|
19569
|
-
"editor.record.form.topics.
|
|
19570
|
-
"editor.record.form.topics.
|
|
19571
|
-
"editor.record.form.topics.
|
|
19572
|
-
"editor.record.form.topics.
|
|
19573
|
-
"editor.record.form.topics.
|
|
19574
|
-
"editor.record.form.topics.
|
|
19575
|
-
"editor.record.form.topics.
|
|
19576
|
-
"editor.record.form.topics.
|
|
19577
|
-
"editor.record.form.topics.
|
|
19578
|
-
"editor.record.form.topics.
|
|
19579
|
-
"editor.record.form.topics.
|
|
19580
|
-
"editor.record.form.topics.
|
|
19581
|
-
"editor.record.form.topics.
|
|
19582
|
-
"editor.record.form.topics.
|
|
19583
|
-
"editor.record.form.topics.
|
|
19565
|
+
"editor.record.form.topics.iso.biota": "Biota",
|
|
19566
|
+
"editor.record.form.topics.iso.boundaries": "Boundaries",
|
|
19567
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "Climatology / Meteorology / Atmosphere",
|
|
19568
|
+
"editor.record.form.topics.iso.economy": "Economy",
|
|
19569
|
+
"editor.record.form.topics.iso.elevation": "Elevation",
|
|
19570
|
+
"editor.record.form.topics.iso.environment": "Environnement",
|
|
19571
|
+
"editor.record.form.topics.iso.farming": "Farming",
|
|
19572
|
+
"editor.record.form.topics.iso.geoscientificInformation": "Geoscientific Information",
|
|
19573
|
+
"editor.record.form.topics.iso.health": "Health",
|
|
19574
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagery / Base Maps / Earth Cover",
|
|
19575
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "Intelligence / Military",
|
|
19576
|
+
"editor.record.form.topics.iso.location": "Location",
|
|
19577
|
+
"editor.record.form.topics.iso.oceans": "Oceans",
|
|
19578
|
+
"editor.record.form.topics.iso.planningCadastre": "Planning / Cadastre",
|
|
19579
|
+
"editor.record.form.topics.iso.society": "Society",
|
|
19580
|
+
"editor.record.form.topics.iso.structure": "Structure",
|
|
19581
|
+
"editor.record.form.topics.iso.transportation": "Transportation",
|
|
19582
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "Utilities / Communication",
|
|
19583
|
+
"editor.record.form.topics.iso.inlandWaters": "Inland Waters",
|
|
19584
19584
|
"editor.record.form.topics.placeholder": "Select one or several topics",
|
|
19585
19585
|
"editor.record.form.updateFrequency.planned": "This dataset is updated regularly",
|
|
19586
19586
|
"editor.record.importFromExternalFile.failure.body": "Failure",
|
|
@@ -20245,25 +20245,25 @@ var es = {
|
|
|
20245
20245
|
"editor.record.form.temporalExtents.addRange": "",
|
|
20246
20246
|
"editor.record.form.temporalExtents.date": "",
|
|
20247
20247
|
"editor.record.form.temporalExtents.range": "",
|
|
20248
|
-
"editor.record.form.topics.
|
|
20249
|
-
"editor.record.form.topics.
|
|
20250
|
-
"editor.record.form.topics.
|
|
20251
|
-
"editor.record.form.topics.
|
|
20252
|
-
"editor.record.form.topics.
|
|
20253
|
-
"editor.record.form.topics.
|
|
20254
|
-
"editor.record.form.topics.
|
|
20255
|
-
"editor.record.form.topics.
|
|
20256
|
-
"editor.record.form.topics.
|
|
20257
|
-
"editor.record.form.topics.
|
|
20258
|
-
"editor.record.form.topics.
|
|
20259
|
-
"editor.record.form.topics.
|
|
20260
|
-
"editor.record.form.topics.
|
|
20261
|
-
"editor.record.form.topics.
|
|
20262
|
-
"editor.record.form.topics.
|
|
20263
|
-
"editor.record.form.topics.
|
|
20264
|
-
"editor.record.form.topics.
|
|
20265
|
-
"editor.record.form.topics.
|
|
20266
|
-
"editor.record.form.topics.
|
|
20248
|
+
"editor.record.form.topics.iso.biota": "",
|
|
20249
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
20250
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
20251
|
+
"editor.record.form.topics.iso.economy": "",
|
|
20252
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
20253
|
+
"editor.record.form.topics.iso.environment": "",
|
|
20254
|
+
"editor.record.form.topics.iso.farming": "",
|
|
20255
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
20256
|
+
"editor.record.form.topics.iso.health": "",
|
|
20257
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
20258
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
20259
|
+
"editor.record.form.topics.iso.location": "",
|
|
20260
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
20261
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
20262
|
+
"editor.record.form.topics.iso.society": "",
|
|
20263
|
+
"editor.record.form.topics.iso.structure": "",
|
|
20264
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
20265
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
20266
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
20267
20267
|
"editor.record.form.topics.placeholder": "",
|
|
20268
20268
|
"editor.record.form.updateFrequency.planned": "Este conjunto de datos se actualiza regularmente.",
|
|
20269
20269
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
@@ -20928,25 +20928,25 @@ var fr = {
|
|
|
20928
20928
|
"editor.record.form.temporalExtents.addRange": "Période de temps",
|
|
20929
20929
|
"editor.record.form.temporalExtents.date": "Date concernée",
|
|
20930
20930
|
"editor.record.form.temporalExtents.range": "Période concernée",
|
|
20931
|
-
"editor.record.form.topics.
|
|
20932
|
-
"editor.record.form.topics.
|
|
20933
|
-
"editor.record.form.topics.
|
|
20934
|
-
"editor.record.form.topics.
|
|
20935
|
-
"editor.record.form.topics.
|
|
20936
|
-
"editor.record.form.topics.
|
|
20937
|
-
"editor.record.form.topics.
|
|
20938
|
-
"editor.record.form.topics.
|
|
20939
|
-
"editor.record.form.topics.
|
|
20940
|
-
"editor.record.form.topics.
|
|
20941
|
-
"editor.record.form.topics.
|
|
20942
|
-
"editor.record.form.topics.
|
|
20943
|
-
"editor.record.form.topics.
|
|
20944
|
-
"editor.record.form.topics.
|
|
20945
|
-
"editor.record.form.topics.
|
|
20946
|
-
"editor.record.form.topics.
|
|
20947
|
-
"editor.record.form.topics.
|
|
20948
|
-
"editor.record.form.topics.
|
|
20949
|
-
"editor.record.form.topics.
|
|
20931
|
+
"editor.record.form.topics.iso.biota": "Biote",
|
|
20932
|
+
"editor.record.form.topics.iso.boundaries": "Limites",
|
|
20933
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "Climatologie/Météorologie/Atmosphère",
|
|
20934
|
+
"editor.record.form.topics.iso.economy": "Économie",
|
|
20935
|
+
"editor.record.form.topics.iso.elevation": "Altitude",
|
|
20936
|
+
"editor.record.form.topics.iso.environment": "Environnement",
|
|
20937
|
+
"editor.record.form.topics.iso.farming": "Agriculture",
|
|
20938
|
+
"editor.record.form.topics.iso.geoscientificInformation": "Informations géoscientifiques",
|
|
20939
|
+
"editor.record.form.topics.iso.health": "Santé",
|
|
20940
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "Imagerie/Cartes de base/Occupation des terres",
|
|
20941
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "Renseignement/Secteur militaire",
|
|
20942
|
+
"editor.record.form.topics.iso.location": "Localisation",
|
|
20943
|
+
"editor.record.form.topics.iso.oceans": "Océans",
|
|
20944
|
+
"editor.record.form.topics.iso.planningCadastre": "Planification/Cadastre",
|
|
20945
|
+
"editor.record.form.topics.iso.society": "Société",
|
|
20946
|
+
"editor.record.form.topics.iso.structure": "Structure",
|
|
20947
|
+
"editor.record.form.topics.iso.transportation": "Transport",
|
|
20948
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "Services d’utilité publique/Communication",
|
|
20949
|
+
"editor.record.form.topics.iso.inlandWaters": "Eaux intérieures",
|
|
20950
20950
|
"editor.record.form.topics.placeholder": "Sélectionnez un ou plusieurs thèmes",
|
|
20951
20951
|
"editor.record.form.updateFrequency.planned": "Ce jeu de données est mis à jour régulièrement",
|
|
20952
20952
|
"editor.record.importFromExternalFile.failure.body": "Une erreur est survenue pendant l'import du jeu de données : ",
|
|
@@ -21611,25 +21611,25 @@ var it = {
|
|
|
21611
21611
|
"editor.record.form.temporalExtents.addRange": "Periodo di tempo",
|
|
21612
21612
|
"editor.record.form.temporalExtents.date": "Data rilevante",
|
|
21613
21613
|
"editor.record.form.temporalExtents.range": "Periodo interessato",
|
|
21614
|
-
"editor.record.form.topics.
|
|
21615
|
-
"editor.record.form.topics.
|
|
21616
|
-
"editor.record.form.topics.
|
|
21617
|
-
"editor.record.form.topics.
|
|
21618
|
-
"editor.record.form.topics.
|
|
21619
|
-
"editor.record.form.topics.
|
|
21620
|
-
"editor.record.form.topics.
|
|
21621
|
-
"editor.record.form.topics.
|
|
21622
|
-
"editor.record.form.topics.
|
|
21623
|
-
"editor.record.form.topics.
|
|
21624
|
-
"editor.record.form.topics.
|
|
21625
|
-
"editor.record.form.topics.
|
|
21626
|
-
"editor.record.form.topics.
|
|
21627
|
-
"editor.record.form.topics.
|
|
21628
|
-
"editor.record.form.topics.
|
|
21629
|
-
"editor.record.form.topics.
|
|
21630
|
-
"editor.record.form.topics.
|
|
21631
|
-
"editor.record.form.topics.
|
|
21632
|
-
"editor.record.form.topics.
|
|
21614
|
+
"editor.record.form.topics.iso.biota": "",
|
|
21615
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
21616
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
21617
|
+
"editor.record.form.topics.iso.economy": "",
|
|
21618
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
21619
|
+
"editor.record.form.topics.iso.environment": "",
|
|
21620
|
+
"editor.record.form.topics.iso.farming": "",
|
|
21621
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
21622
|
+
"editor.record.form.topics.iso.health": "",
|
|
21623
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
21624
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
21625
|
+
"editor.record.form.topics.iso.location": "",
|
|
21626
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
21627
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
21628
|
+
"editor.record.form.topics.iso.society": "",
|
|
21629
|
+
"editor.record.form.topics.iso.structure": "",
|
|
21630
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
21631
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
21632
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
21633
21633
|
"editor.record.form.topics.placeholder": "",
|
|
21634
21634
|
"editor.record.form.updateFrequency.planned": "Questi dati dovrebbero essere aggiornati regolarmente",
|
|
21635
21635
|
"editor.record.importFromExternalFile.failure.body": "Ha successo un'errore durante l'importazione del dataset: ",
|
|
@@ -22294,25 +22294,25 @@ var nl = {
|
|
|
22294
22294
|
"editor.record.form.temporalExtents.addRange": "",
|
|
22295
22295
|
"editor.record.form.temporalExtents.date": "",
|
|
22296
22296
|
"editor.record.form.temporalExtents.range": "",
|
|
22297
|
-
"editor.record.form.topics.
|
|
22298
|
-
"editor.record.form.topics.
|
|
22299
|
-
"editor.record.form.topics.
|
|
22300
|
-
"editor.record.form.topics.
|
|
22301
|
-
"editor.record.form.topics.
|
|
22302
|
-
"editor.record.form.topics.
|
|
22303
|
-
"editor.record.form.topics.
|
|
22304
|
-
"editor.record.form.topics.
|
|
22305
|
-
"editor.record.form.topics.
|
|
22306
|
-
"editor.record.form.topics.
|
|
22307
|
-
"editor.record.form.topics.
|
|
22308
|
-
"editor.record.form.topics.
|
|
22309
|
-
"editor.record.form.topics.
|
|
22310
|
-
"editor.record.form.topics.
|
|
22311
|
-
"editor.record.form.topics.
|
|
22312
|
-
"editor.record.form.topics.
|
|
22313
|
-
"editor.record.form.topics.
|
|
22314
|
-
"editor.record.form.topics.
|
|
22315
|
-
"editor.record.form.topics.
|
|
22297
|
+
"editor.record.form.topics.iso.biota": "",
|
|
22298
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
22299
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
22300
|
+
"editor.record.form.topics.iso.economy": "",
|
|
22301
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
22302
|
+
"editor.record.form.topics.iso.environment": "",
|
|
22303
|
+
"editor.record.form.topics.iso.farming": "",
|
|
22304
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
22305
|
+
"editor.record.form.topics.iso.health": "",
|
|
22306
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
22307
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
22308
|
+
"editor.record.form.topics.iso.location": "",
|
|
22309
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
22310
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
22311
|
+
"editor.record.form.topics.iso.society": "",
|
|
22312
|
+
"editor.record.form.topics.iso.structure": "",
|
|
22313
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
22314
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
22315
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
22316
22316
|
"editor.record.form.topics.placeholder": "",
|
|
22317
22317
|
"editor.record.form.updateFrequency.planned": "Deze dataset wordt regelmatig bijgewerkt.",
|
|
22318
22318
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
@@ -22977,25 +22977,25 @@ var pt = {
|
|
|
22977
22977
|
"editor.record.form.temporalExtents.addRange": "",
|
|
22978
22978
|
"editor.record.form.temporalExtents.date": "",
|
|
22979
22979
|
"editor.record.form.temporalExtents.range": "",
|
|
22980
|
-
"editor.record.form.topics.
|
|
22981
|
-
"editor.record.form.topics.
|
|
22982
|
-
"editor.record.form.topics.
|
|
22983
|
-
"editor.record.form.topics.
|
|
22984
|
-
"editor.record.form.topics.
|
|
22985
|
-
"editor.record.form.topics.
|
|
22986
|
-
"editor.record.form.topics.
|
|
22987
|
-
"editor.record.form.topics.
|
|
22988
|
-
"editor.record.form.topics.
|
|
22989
|
-
"editor.record.form.topics.
|
|
22990
|
-
"editor.record.form.topics.
|
|
22991
|
-
"editor.record.form.topics.
|
|
22992
|
-
"editor.record.form.topics.
|
|
22993
|
-
"editor.record.form.topics.
|
|
22994
|
-
"editor.record.form.topics.
|
|
22995
|
-
"editor.record.form.topics.
|
|
22996
|
-
"editor.record.form.topics.
|
|
22997
|
-
"editor.record.form.topics.
|
|
22998
|
-
"editor.record.form.topics.
|
|
22980
|
+
"editor.record.form.topics.iso.biota": "",
|
|
22981
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
22982
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
22983
|
+
"editor.record.form.topics.iso.economy": "",
|
|
22984
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
22985
|
+
"editor.record.form.topics.iso.environment": "",
|
|
22986
|
+
"editor.record.form.topics.iso.farming": "",
|
|
22987
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
22988
|
+
"editor.record.form.topics.iso.health": "",
|
|
22989
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
22990
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
22991
|
+
"editor.record.form.topics.iso.location": "",
|
|
22992
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
22993
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
22994
|
+
"editor.record.form.topics.iso.society": "",
|
|
22995
|
+
"editor.record.form.topics.iso.structure": "",
|
|
22996
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
22997
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
22998
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
22999
22999
|
"editor.record.form.topics.placeholder": "",
|
|
23000
23000
|
"editor.record.form.updateFrequency.planned": "Este conjunto de dados é atualizado regularmente.",
|
|
23001
23001
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
@@ -23660,25 +23660,25 @@ var sk = {
|
|
|
23660
23660
|
"editor.record.form.temporalExtents.addRange": "",
|
|
23661
23661
|
"editor.record.form.temporalExtents.date": "",
|
|
23662
23662
|
"editor.record.form.temporalExtents.range": "",
|
|
23663
|
-
"editor.record.form.topics.
|
|
23664
|
-
"editor.record.form.topics.
|
|
23665
|
-
"editor.record.form.topics.
|
|
23666
|
-
"editor.record.form.topics.
|
|
23667
|
-
"editor.record.form.topics.
|
|
23668
|
-
"editor.record.form.topics.
|
|
23669
|
-
"editor.record.form.topics.
|
|
23670
|
-
"editor.record.form.topics.
|
|
23671
|
-
"editor.record.form.topics.
|
|
23672
|
-
"editor.record.form.topics.
|
|
23673
|
-
"editor.record.form.topics.
|
|
23674
|
-
"editor.record.form.topics.
|
|
23675
|
-
"editor.record.form.topics.
|
|
23676
|
-
"editor.record.form.topics.
|
|
23677
|
-
"editor.record.form.topics.
|
|
23678
|
-
"editor.record.form.topics.
|
|
23679
|
-
"editor.record.form.topics.
|
|
23680
|
-
"editor.record.form.topics.
|
|
23681
|
-
"editor.record.form.topics.
|
|
23663
|
+
"editor.record.form.topics.iso.biota": "",
|
|
23664
|
+
"editor.record.form.topics.iso.boundaries": "",
|
|
23665
|
+
"editor.record.form.topics.iso.climatologyMeteorologyAtmosphere": "",
|
|
23666
|
+
"editor.record.form.topics.iso.economy": "",
|
|
23667
|
+
"editor.record.form.topics.iso.elevation": "",
|
|
23668
|
+
"editor.record.form.topics.iso.environment": "",
|
|
23669
|
+
"editor.record.form.topics.iso.farming": "",
|
|
23670
|
+
"editor.record.form.topics.iso.geoscientificInformation": "",
|
|
23671
|
+
"editor.record.form.topics.iso.health": "",
|
|
23672
|
+
"editor.record.form.topics.iso.imageryBaseMapsEarthCover": "",
|
|
23673
|
+
"editor.record.form.topics.iso.intelligenceMilitary": "",
|
|
23674
|
+
"editor.record.form.topics.iso.location": "",
|
|
23675
|
+
"editor.record.form.topics.iso.oceans": "",
|
|
23676
|
+
"editor.record.form.topics.iso.planningCadastre": "",
|
|
23677
|
+
"editor.record.form.topics.iso.society": "",
|
|
23678
|
+
"editor.record.form.topics.iso.structure": "",
|
|
23679
|
+
"editor.record.form.topics.iso.transportation": "",
|
|
23680
|
+
"editor.record.form.topics.iso.utilitiesCommunication": "",
|
|
23681
|
+
"editor.record.form.topics.iso.inlandWaters": "",
|
|
23682
23682
|
"editor.record.form.topics.placeholder": "",
|
|
23683
23683
|
"editor.record.form.updateFrequency.planned": "Táto množina údajov sa pravidelne aktualizuje",
|
|
23684
23684
|
"editor.record.importFromExternalFile.failure.body": "",
|
|
@@ -24985,6 +24985,51 @@ function getGeometryBoundingBox(geometry) {
|
|
|
24985
24985
|
return coordinatesReducer(emptyExtent, geometry.coordinates);
|
|
24986
24986
|
}
|
|
24987
24987
|
}
|
|
24988
|
+
/**
|
|
24989
|
+
* Builds the closed GeoJSON Polygon matching the given bounding box.
|
|
24990
|
+
*/
|
|
24991
|
+
function bboxToPolygon(bbox) {
|
|
24992
|
+
const [minX, minY, maxX, maxY] = bbox;
|
|
24993
|
+
return {
|
|
24994
|
+
type: 'Polygon',
|
|
24995
|
+
coordinates: [
|
|
24996
|
+
[
|
|
24997
|
+
[minX, minY],
|
|
24998
|
+
[minX, maxY],
|
|
24999
|
+
[maxX, maxY],
|
|
25000
|
+
[maxX, minY],
|
|
25001
|
+
[minX, minY],
|
|
25002
|
+
],
|
|
25003
|
+
],
|
|
25004
|
+
};
|
|
25005
|
+
}
|
|
25006
|
+
/**
|
|
25007
|
+
* Returns the geometry carried by a spatial extent, falling back to the polygon
|
|
25008
|
+
* derived from its bounding box. Returns null when the extent has neither.
|
|
25009
|
+
*/
|
|
25010
|
+
function spatialExtentToGeometry(extent) {
|
|
25011
|
+
if (extent.geometry)
|
|
25012
|
+
return extent.geometry;
|
|
25013
|
+
if (extent.bbox)
|
|
25014
|
+
return bboxToPolygon(extent.bbox);
|
|
25015
|
+
return null;
|
|
25016
|
+
}
|
|
25017
|
+
/**
|
|
25018
|
+
* Converts a list of dataset spatial extents into a GeoJSON FeatureCollection,
|
|
25019
|
+
* e.g. to be used as the data source of a map layer.
|
|
25020
|
+
*/
|
|
25021
|
+
function spatialExtentsToFeatureCollection(extents) {
|
|
25022
|
+
return {
|
|
25023
|
+
type: 'FeatureCollection',
|
|
25024
|
+
features: extents.reduce((features, extent) => {
|
|
25025
|
+
const geometry = spatialExtentToGeometry(extent);
|
|
25026
|
+
if (geometry) {
|
|
25027
|
+
features.push({ type: 'Feature', properties: {}, geometry });
|
|
25028
|
+
}
|
|
25029
|
+
return features;
|
|
25030
|
+
}, []),
|
|
25031
|
+
};
|
|
25032
|
+
}
|
|
24988
25033
|
|
|
24989
25034
|
function downsizeImage(blob, maxWidth, maxHeight) {
|
|
24990
25035
|
return new Promise((resolve, reject) => {
|
|
@@ -25677,7 +25722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
25677
25722
|
}] } });
|
|
25678
25723
|
|
|
25679
25724
|
var name = "geonetwork-ui";
|
|
25680
|
-
var version = "2.10.0-dev.
|
|
25725
|
+
var version = "2.10.0-dev.8afb6cd00";
|
|
25681
25726
|
var engines = {
|
|
25682
25727
|
node: ">=24"
|
|
25683
25728
|
};
|
|
@@ -28127,6 +28172,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
28127
28172
|
type: Output
|
|
28128
28173
|
}] } });
|
|
28129
28174
|
|
|
28175
|
+
/**
|
|
28176
|
+
* Default style for a spatial-extent layer: a solid black outline over a
|
|
28177
|
+
* translucent grey fill.
|
|
28178
|
+
*/
|
|
28179
|
+
const DEFAULT_SPATIAL_EXTENT_STYLE = {
|
|
28180
|
+
'stroke-color': 'black',
|
|
28181
|
+
'stroke-width': 2,
|
|
28182
|
+
'fill-color': 'rgba(153, 153, 153, 0.3)',
|
|
28183
|
+
};
|
|
28184
|
+
/**
|
|
28185
|
+
* Builds a GeoJSON map layer drawing the given spatial extents: each extent is
|
|
28186
|
+
* rendered from its own geometry or, when only a bounding box is available,
|
|
28187
|
+
* from a polygon derived from that box.
|
|
28188
|
+
*
|
|
28189
|
+
* @returns the layer, or `null` when none of the extents can be represented.
|
|
28190
|
+
*/
|
|
28191
|
+
function createSpatialExtentLayer(extents, overrides) {
|
|
28192
|
+
const data = spatialExtentsToFeatureCollection(extents);
|
|
28193
|
+
if (data.features.length === 0) {
|
|
28194
|
+
return null;
|
|
28195
|
+
}
|
|
28196
|
+
return {
|
|
28197
|
+
type: 'geojson',
|
|
28198
|
+
data,
|
|
28199
|
+
label: 'Spatial extents',
|
|
28200
|
+
style: DEFAULT_SPATIAL_EXTENT_STYLE,
|
|
28201
|
+
...overrides,
|
|
28202
|
+
};
|
|
28203
|
+
}
|
|
28130
28204
|
function prioritizePageScroll(interactions) {
|
|
28131
28205
|
interactions.clear();
|
|
28132
28206
|
interactions.extend(defaults({
|
|
@@ -28167,39 +28241,10 @@ class SpatialExtentComponent {
|
|
|
28167
28241
|
this._cdr = inject(ChangeDetectorRef);
|
|
28168
28242
|
this.spatialExtents$ = new BehaviorSubject([]);
|
|
28169
28243
|
this.mapContext$ = this.spatialExtents$.pipe(switchMap$1((extents) => {
|
|
28170
|
-
|
|
28244
|
+
const layer = createSpatialExtentLayer(extents);
|
|
28245
|
+
if (!layer) {
|
|
28171
28246
|
return of(null);
|
|
28172
28247
|
}
|
|
28173
|
-
const featureCollection = {
|
|
28174
|
-
type: 'FeatureCollection',
|
|
28175
|
-
features: [],
|
|
28176
|
-
};
|
|
28177
|
-
extents.forEach((extent) => {
|
|
28178
|
-
if (extent.geometry) {
|
|
28179
|
-
featureCollection.features.push({
|
|
28180
|
-
type: 'Feature',
|
|
28181
|
-
properties: {},
|
|
28182
|
-
geometry: extent.geometry,
|
|
28183
|
-
});
|
|
28184
|
-
}
|
|
28185
|
-
else if (extent.bbox?.length >= 0) {
|
|
28186
|
-
featureCollection.features.push({
|
|
28187
|
-
type: 'Feature',
|
|
28188
|
-
properties: {},
|
|
28189
|
-
geometry: this.bboxCoordsToGeometry(extent.bbox),
|
|
28190
|
-
});
|
|
28191
|
-
}
|
|
28192
|
-
});
|
|
28193
|
-
const layer = {
|
|
28194
|
-
type: 'geojson',
|
|
28195
|
-
data: featureCollection,
|
|
28196
|
-
label: 'Spatial extents',
|
|
28197
|
-
style: {
|
|
28198
|
-
'stroke-color': 'black',
|
|
28199
|
-
'stroke-width': 2,
|
|
28200
|
-
'fill-color': 'rgba(153, 153, 153, 0.3)',
|
|
28201
|
-
},
|
|
28202
|
-
};
|
|
28203
28248
|
return from(createViewFromLayer(layer)).pipe(map$1((view) => ({ view, layers: [layer] })), tap$1(() => this._cdr.markForCheck()));
|
|
28204
28249
|
}));
|
|
28205
28250
|
this.error = '';
|
|
@@ -28207,18 +28252,6 @@ class SpatialExtentComponent {
|
|
|
28207
28252
|
set spatialExtents(value) {
|
|
28208
28253
|
this.spatialExtents$.next(value);
|
|
28209
28254
|
}
|
|
28210
|
-
bboxCoordsToGeometry(bbox) {
|
|
28211
|
-
const geometry = new Polygon([
|
|
28212
|
-
[
|
|
28213
|
-
[bbox[0], bbox[1]],
|
|
28214
|
-
[bbox[0], bbox[3]],
|
|
28215
|
-
[bbox[2], bbox[3]],
|
|
28216
|
-
[bbox[2], bbox[1]],
|
|
28217
|
-
[bbox[0], bbox[1]],
|
|
28218
|
-
],
|
|
28219
|
-
]);
|
|
28220
|
-
return new GeoJSON().writeGeometryObject(geometry);
|
|
28221
|
-
}
|
|
28222
28255
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: SpatialExtentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
28223
28256
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: SpatialExtentComponent, isStandalone: true, selector: "gn-ui-spatial-extent", inputs: { spatialExtents: "spatialExtents" }, ngImport: i0, template: "<gn-ui-map-container\n class=\"h-full w-full\"\n [context]=\"mapContext$ | async\"\n></gn-ui-map-container>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: MapContainerComponent, selector: "gn-ui-map-container", inputs: ["context"], outputs: ["featuresClick", "featuresHover", "mapClick", "extentChange", "sourceLoadError", "resolvedExtentChange"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] }); }
|
|
28224
28257
|
}
|
|
@@ -28251,6 +28284,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
28251
28284
|
|
|
28252
28285
|
const LONLAT_CRS_CODES = ['EPSG:4326', 'CRS:84'];
|
|
28253
28286
|
|
|
28287
|
+
/**
|
|
28288
|
+
* Style of the extent overlay drawn on top of the previewed data: a dashed
|
|
28289
|
+
* black outline over a very light fill, so the extent stays readable without
|
|
28290
|
+
* hiding the data underneath.
|
|
28291
|
+
*/
|
|
28292
|
+
const RECORD_EXTENT_OVERLAY_STYLE = {
|
|
28293
|
+
'stroke-color': 'rgba(0, 0, 0, 0.6)',
|
|
28294
|
+
'stroke-width': 2,
|
|
28295
|
+
'stroke-line-dash': [8, 6],
|
|
28296
|
+
'fill-color': 'rgba(0, 0, 0, 0.03)',
|
|
28297
|
+
};
|
|
28254
28298
|
class MapUtilsService {
|
|
28255
28299
|
getRecordExtent(record) {
|
|
28256
28300
|
if (!('spatialExtents' in record) || record.spatialExtents.length === 0) {
|
|
@@ -28266,6 +28310,21 @@ class MapUtilsService {
|
|
|
28266
28310
|
return prev;
|
|
28267
28311
|
}, [Infinity, Infinity, -Infinity, -Infinity]);
|
|
28268
28312
|
}
|
|
28313
|
+
/**
|
|
28314
|
+
* Builds a non-interactive overlay layer drawing the spatial extent(s)
|
|
28315
|
+
* declared in the record's metadata (bounding boxes and/or geometries).
|
|
28316
|
+
* Returns null when the record has no usable spatial extent.
|
|
28317
|
+
*
|
|
28318
|
+
* This is purely for display and is independent from the map's initial view,
|
|
28319
|
+
* which is derived separately (see {@link getRecordExtent}).
|
|
28320
|
+
*/
|
|
28321
|
+
getRecordExtentLayer(record) {
|
|
28322
|
+
return createSpatialExtentLayer(record.spatialExtents ?? [], {
|
|
28323
|
+
label: 'Spatial extent',
|
|
28324
|
+
clickable: false,
|
|
28325
|
+
style: RECORD_EXTENT_OVERLAY_STYLE,
|
|
28326
|
+
});
|
|
28327
|
+
}
|
|
28269
28328
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MapUtilsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
28270
28329
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MapUtilsService, providedIn: 'root' }); }
|
|
28271
28330
|
}
|
|
@@ -40763,12 +40822,20 @@ class MapViewComponent {
|
|
|
40763
40822
|
layers: [],
|
|
40764
40823
|
view: null,
|
|
40765
40824
|
}), withLatestFrom$1(this.mdViewFacade.metadata$), map$1(([context, metadata]) => {
|
|
40825
|
+
// overlay the record's declared spatial extent on top of the data layers
|
|
40826
|
+
const extentLayer = this.mapUtils.getRecordExtentLayer(metadata);
|
|
40827
|
+
const layers = extentLayer
|
|
40828
|
+
? [...context.layers, extentLayer]
|
|
40829
|
+
: context.layers;
|
|
40830
|
+
// the view (initial zoom) is derived from the data layer or, as a
|
|
40831
|
+
// fallback, from the record extent — independently from the overlay above
|
|
40766
40832
|
if (context.view)
|
|
40767
|
-
return context;
|
|
40833
|
+
return { ...context, layers };
|
|
40768
40834
|
const extent = this.mapUtils.getRecordExtent(metadata);
|
|
40769
40835
|
const view = extent ? { extent } : null;
|
|
40770
40836
|
return {
|
|
40771
40837
|
...context,
|
|
40838
|
+
layers,
|
|
40772
40839
|
view,
|
|
40773
40840
|
};
|
|
40774
40841
|
}), shareReplay$1(1));
|
|
@@ -41897,76 +41964,86 @@ const SPATIAL_SCOPES = [
|
|
|
41897
41964
|
},
|
|
41898
41965
|
];
|
|
41899
41966
|
/************************************************************
|
|
41900
|
-
***************
|
|
41967
|
+
*************** ISO TOPICS **************
|
|
41901
41968
|
************************************************************
|
|
41902
41969
|
*/
|
|
41903
|
-
|
|
41904
|
-
|
|
41970
|
+
// label keys mirror the ISO MD_TopicCategoryCode value for consistency
|
|
41971
|
+
// TODO: correctly handle code lists; for instance, this code list is specific to ISO 19139
|
|
41972
|
+
const ISO_TOPICS = [
|
|
41973
|
+
{ value: 'biota', label: marker('editor.record.form.topics.iso.biota') },
|
|
41905
41974
|
{
|
|
41906
41975
|
value: 'boundaries',
|
|
41907
|
-
label: 'editor.record.form.topics.
|
|
41976
|
+
label: marker('editor.record.form.topics.iso.boundaries'),
|
|
41908
41977
|
},
|
|
41909
41978
|
{
|
|
41910
41979
|
value: 'climatologyMeteorologyAtmosphere',
|
|
41911
|
-
label: 'editor.record.form.topics.
|
|
41980
|
+
label: marker('editor.record.form.topics.iso.climatologyMeteorologyAtmosphere'),
|
|
41981
|
+
},
|
|
41982
|
+
{
|
|
41983
|
+
value: 'economy',
|
|
41984
|
+
label: marker('editor.record.form.topics.iso.economy'),
|
|
41985
|
+
},
|
|
41986
|
+
{
|
|
41987
|
+
value: 'elevation',
|
|
41988
|
+
label: marker('editor.record.form.topics.iso.elevation'),
|
|
41912
41989
|
},
|
|
41913
|
-
{ value: 'economy', label: 'editor.record.form.topics.inspire.economy' },
|
|
41914
|
-
{ value: 'elevation', label: 'editor.record.form.topics.inspire.elevation' },
|
|
41915
41990
|
{
|
|
41916
41991
|
value: 'environment',
|
|
41917
|
-
label: 'editor.record.form.topics.
|
|
41992
|
+
label: marker('editor.record.form.topics.iso.environment'),
|
|
41993
|
+
},
|
|
41994
|
+
{
|
|
41995
|
+
value: 'farming',
|
|
41996
|
+
label: marker('editor.record.form.topics.iso.farming'),
|
|
41918
41997
|
},
|
|
41919
|
-
{ value: 'farming', label: 'editor.record.form.topics.inspire.farming' },
|
|
41920
41998
|
{
|
|
41921
|
-
value: '
|
|
41922
|
-
label: 'editor.record.form.topics.
|
|
41999
|
+
value: 'geoscientificInformation',
|
|
42000
|
+
label: marker('editor.record.form.topics.iso.geoscientificInformation'),
|
|
42001
|
+
},
|
|
42002
|
+
{
|
|
42003
|
+
value: 'health',
|
|
42004
|
+
label: marker('editor.record.form.topics.iso.health'),
|
|
41923
42005
|
},
|
|
41924
|
-
{ value: 'health', label: 'editor.record.form.topics.inspire.health' },
|
|
41925
42006
|
{
|
|
41926
42007
|
value: 'imageryBaseMapsEarthCover',
|
|
41927
|
-
label: 'editor.record.form.topics.
|
|
42008
|
+
label: marker('editor.record.form.topics.iso.imageryBaseMapsEarthCover'),
|
|
42009
|
+
},
|
|
42010
|
+
{
|
|
42011
|
+
value: 'inlandWaters',
|
|
42012
|
+
label: marker('editor.record.form.topics.iso.inlandWaters'),
|
|
41928
42013
|
},
|
|
41929
|
-
{ value: 'inlandWaters', label: 'editor.record.form.topics.inspire.waters' },
|
|
41930
42014
|
{
|
|
41931
42015
|
value: 'intelligenceMilitary',
|
|
41932
|
-
label: 'editor.record.form.topics.
|
|
42016
|
+
label: marker('editor.record.form.topics.iso.intelligenceMilitary'),
|
|
42017
|
+
},
|
|
42018
|
+
{
|
|
42019
|
+
value: 'location',
|
|
42020
|
+
label: marker('editor.record.form.topics.iso.location'),
|
|
42021
|
+
},
|
|
42022
|
+
{
|
|
42023
|
+
value: 'oceans',
|
|
42024
|
+
label: marker('editor.record.form.topics.iso.oceans'),
|
|
41933
42025
|
},
|
|
41934
|
-
{ value: 'Location', label: 'editor.record.form.topics.inspire.location' },
|
|
41935
|
-
{ value: 'Oceans', label: 'editor.record.form.topics.inspire.oceans' },
|
|
41936
42026
|
{
|
|
41937
42027
|
value: 'planningCadastre',
|
|
41938
|
-
label: 'editor.record.form.topics.
|
|
42028
|
+
label: marker('editor.record.form.topics.iso.planningCadastre'),
|
|
42029
|
+
},
|
|
42030
|
+
{
|
|
42031
|
+
value: 'society',
|
|
42032
|
+
label: marker('editor.record.form.topics.iso.society'),
|
|
42033
|
+
},
|
|
42034
|
+
{
|
|
42035
|
+
value: 'structure',
|
|
42036
|
+
label: marker('editor.record.form.topics.iso.structure'),
|
|
41939
42037
|
},
|
|
41940
|
-
{ value: 'Society', label: 'editor.record.form.topics.inspire.society' },
|
|
41941
|
-
{ value: 'Structure', label: 'editor.record.form.topics.inspire.structure' },
|
|
41942
42038
|
{
|
|
41943
|
-
value: '
|
|
41944
|
-
label: 'editor.record.form.topics.
|
|
42039
|
+
value: 'transportation',
|
|
42040
|
+
label: marker('editor.record.form.topics.iso.transportation'),
|
|
41945
42041
|
},
|
|
41946
42042
|
{
|
|
41947
42043
|
value: 'utilitiesCommunication',
|
|
41948
|
-
label: 'editor.record.form.topics.
|
|
42044
|
+
label: marker('editor.record.form.topics.iso.utilitiesCommunication'),
|
|
41949
42045
|
},
|
|
41950
42046
|
];
|
|
41951
|
-
marker('editor.record.form.topics.inspire.biota');
|
|
41952
|
-
marker('editor.record.form.topics.inspire.boundaries');
|
|
41953
|
-
marker('editor.record.form.topics.inspire.climatology');
|
|
41954
|
-
marker('editor.record.form.topics.inspire.economy');
|
|
41955
|
-
marker('editor.record.form.topics.inspire.elevation');
|
|
41956
|
-
marker('editor.record.form.topics.inspire.environnement');
|
|
41957
|
-
marker('editor.record.form.topics.inspire.farming');
|
|
41958
|
-
marker('editor.record.form.topics.inspire.geoscientific');
|
|
41959
|
-
marker('editor.record.form.topics.inspire.health');
|
|
41960
|
-
marker('editor.record.form.topics.inspire.imagery');
|
|
41961
|
-
marker('editor.record.form.topics.inspire.intelligence');
|
|
41962
|
-
marker('editor.record.form.topics.inspire.location');
|
|
41963
|
-
marker('editor.record.form.topics.inspire.oceans');
|
|
41964
|
-
marker('editor.record.form.topics.inspire.planning');
|
|
41965
|
-
marker('editor.record.form.topics.inspire.society');
|
|
41966
|
-
marker('editor.record.form.topics.inspire.structure');
|
|
41967
|
-
marker('editor.record.form.topics.inspire.transportation');
|
|
41968
|
-
marker('editor.record.form.topics.inspire.utilities');
|
|
41969
|
-
marker('editor.record.form.topics.inspire.waters');
|
|
41970
42047
|
|
|
41971
42048
|
const EDITOR_FEATURE_KEY = 'editor';
|
|
41972
42049
|
const initialEditorState = {
|
|
@@ -44331,7 +44408,7 @@ class FormFieldTopicsComponent {
|
|
|
44331
44408
|
this.translateService = inject(TranslateService);
|
|
44332
44409
|
this.topics = [];
|
|
44333
44410
|
this.valueChange = new EventEmitter();
|
|
44334
|
-
this.availableTopics =
|
|
44411
|
+
this.availableTopics = ISO_TOPICS.map((topic) => {
|
|
44335
44412
|
return {
|
|
44336
44413
|
label: this.translateService.instant(topic.label),
|
|
44337
44414
|
value: topic.value,
|
|
@@ -45152,5 +45229,5 @@ const CHART_TYPE_VALUES = [
|
|
|
45152
45229
|
* Generated bundle index. Do not edit.
|
|
45153
45230
|
*/
|
|
45154
45231
|
|
|
45155
|
-
export { ABOUT_SECTION, ADD_RESULTS, ADD_SEARCH, ANNEXES_SECTION, ASSOCIATED_RESOURCES_SECTION, AVAILABLE_LICENSES, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CHART_TYPE_VALUES, CLASSIFICATION_SECTION, CLEAR_ERROR, CLEAR_RESULTS, CONSTRAINTS_SHORTCUTS, CONTACTS, CONTACTS_FOR_RESOURCE_FIELD, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContactDetailsComponent, ContactPillComponent, ContentGhostComponent, CopyTextButtonComponent, DATA_MANAGERS_SECTION, DEFAULT_CONFIGURATION, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RECORD_CONVERTER, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DISABLE_AUTH, DISABLE_DRAFT, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, DateRangeInputsComponent, DateRangePickerComponent, DateRangeSearchField, DateService, DcatApConverter, DefaultRouterModule, DownloadItemComponent, DownloadsListComponent, DragAndDropFileInputComponent, DropdownMultiselectComponent, DropdownSelectorComponent, EDITOR_FEATURE_KEY, ES_QUERY_FIELDS_PRIORITY, ES_RESOURCES_VALUES, ES_SOURCE_SUMMARY, EXTERNAL_VIEWER_OPEN_NEW_TAB, EXTERNAL_VIEWER_URL_TEMPLATE, EditableLabelDirective, EditorFacade, EditorService, ElasticsearchService, EmbeddedTranslateLoader, ErrorComponent, ErrorType, ExpandablePanelButtonComponent, ExpandablePanelComponent, ExternalLinkCardComponent, ExternalViewerButtonComponent, FIELDS_BRIEF, FIELDS_SUMMARY, FILTER_GEOMETRY, FILTER_SUMMARY_IGNORE_LIST, FORMATS, FacetBlockComponent, FacetItemComponent, FacetListComponent, FacetsContainerComponent, FavoriteStarComponent, FavoritesService, FeatureCatalogListComponent, FeatureDetailComponent, FeatureEditorModule, FeatureMapModule, FeatureRecordModule, FeatureSearchModule, FetchError, FieldFocusDirective, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEOGRAPHICAL_COVERAGE_SECTION, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GnUiHumanizeDateDirective, GpfApiDlComponent, GravatarService, HttpLoaderFactory, I18nInterceptor, INSPIRE_TOPICS, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LEGAL_CONSTRAINTS_FIELD, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, MAX_UPLOAD_SIZE_MB, METADATA_LANGUAGE, METADATA_POINT_OF_CONTACT_SECTION, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataDoiComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, OPEN_DATA_LICENSE, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, OTHER_CONSTRAINTS_FIELD, OnlineResourceCardComponent, OnlineServiceResourceInputComponent, OrganisationPreviewComponent, OrganisationsComponent, OrganisationsFilterComponent, OrganisationsResultComponent, OrganizationSearchField, OrganizationsFromGroupsService, OrganizationsFromMetadataService, OrganizationsServiceInterface, OwnerSearchField, PAGINATE, PARSE_DELIMITER, PATCH_RESULTS_AGGREGATIONS, PROXY_PATH, Paginate, PaginationButtonsComponent, PaginationComponent, PaginationDotsComponent, PatchResultsAggregations, PlatformServiceInterface, PopoverComponent, PopupAlertComponent, PossibleResourceTypes, PossibleResourceTypesDefinition, PreviousNextButtonsComponent, ProgressBarComponent, ProxyService, QUERY_FIELDS, RECORD_ABSTRACT_FIELD, RECORD_DATASET_URL_TOKEN, RECORD_GRAPHICAL_OVERVIEW_FIELD, RECORD_KEYWORDS_FIELD, RECORD_LICENSE_FIELD, RECORD_ONLINE_LINK_RESOURCES, RECORD_ONLINE_RESOURCES, RECORD_RESOURCE_CREATED_FIELD, RECORD_RESOURCE_UPDATED_FIELD, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, RECORD_SPATIAL_EXTENTS_FIELD, RECORD_SPATIAL_TOGGLE_FIELD, RECORD_TEMPORAL_EXTENTS_FIELD, RECORD_TITLE_FIELD, RECORD_TOPICS_FIELD, RECORD_UNIQUE_IDENTIFIER_FIELD, RECORD_UPDATED_FIELD, RECORD_UPDATE_FREQUENCY_FIELD, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, RESOURCE_IDENTIFIER_FIELD, RESULTS_LAYOUT_CONFIG, ROUTER_CONFIG, ROUTER_ROUTE_DATASET, ROUTER_ROUTE_ORGANIZATION, ROUTER_ROUTE_REUSE, ROUTER_ROUTE_SEARCH, ROUTER_ROUTE_SERVICE, ROUTER_STATE_KEY, ROUTE_PARAMS, RecordApiFormComponent, RecordFormComponent, RecordKindField, RecordMetaComponent, RecordMetricComponent, RecordPreviewCardComponent, RecordPreviewComponent, RecordPreviewFeedComponent, RecordPreviewListComponent, RecordPreviewRowComponent, RecordPreviewTextComponent, RecordPreviewTitleComponent, RecordStatusValues, RecordsMetricsComponent, RecordsRepositoryInterface, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, ReusePresentationForms, RoleLabels, RoleValues, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, SECURITY_CONSTRAINTS_FIELD, SETTINGS_URL, SET_CONFIG_AGGREGATIONS, SET_CONFIG_FILTERS, SET_CONFIG_REQUEST_FIELDS, SET_ERROR, SET_FAVORITES_ONLY, SET_FILTERS, SET_INCLUDE_ON_AGGREGATION, SET_PAGE_SIZE, SET_RESULTS_AGGREGATIONS, SET_RESULTS_HITS, SET_RESULTS_LAYOUT, SET_SEARCH, SET_SORT_BY, SET_SPATIAL_FILTER_ENABLED, SPATIAL_SCOPES, SearchEffects, SearchFacade, SearchFeatureCatalogComponent, SearchFiltersSummaryComponent, SearchFiltersSummaryItemComponent, SearchInputComponent, SearchRouterContainerDirective, SearchService, SearchStateContainerDirective, SelectionService, ServiceCapabilitiesComponent, SetConfigAggregations, SetConfigFilters, SetConfigRequestFields, SetError, SetFavoritesOnly, SetFilters, SetIncludeOnAggregation, SetPageSize, SetResultsAggregations, SetResultsHits, SetResultsLayout, SetSearch, SetSortBy, SetSpatialFilterEnabled, SimpleSearchField, SiteTitleComponent, SortByComponent, SortByEnum, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StacItemsResultGridComponent, StacViewComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, TITLE_SECTION, TOPICS_SECTION, TRANSLATE_DEBUG_CONFIG, TRANSLATE_DEFAULT_CONFIG, TRANSLATE_WITH_OVERRIDES_CONFIG, TableViewComponent, TextAreaComponent, TextInputComponent, ThemeService, ThumbnailComponent, TranslatedSearchField, TruncatedTextComponent, UPDATE_CONFIG_AGGREGATIONS, UPDATE_FILTERS, UPDATE_REQUEST_AGGREGATION_TERM, USE_AND_ACCESS_CONDITIONS_SECTION, UpdateConfigAggregations, UpdateFilters, UrlInputComponent, UserFeedbackItemComponent, UserPreviewComponent, UserSearchField, VECTOR_STYLE_DEFAULT, ViewportIntersectorComponent, WEB_COMPONENT_EMBEDDER_URL, XmlParseError, _reset, allChildrenElement, appConfigWithTranslationFixture, appendChildTree, appendChildren, assertValidXml, blockModelFixture, bytesToMegabytes, canEditRecord, checkFileFormat, clearSelectedFeatures, createChild, createDocument, createElement, createFuzzyFilter, createNestedChild, createNestedElement, currentPage, defaultMapStyleFixture, defaultMapStyleHlFixture, downgradeImage, downsizeImage, draftSaveSuccess, dragPanCondition, dropEmptyTranslations, editorReducer, emptyBlockModelFixture, findChildElement, findChildOrCreate, findChildrenElement, findConverterForDocument, findNestedChildOrCreate, findNestedElement, findNestedElements, findParent, firstChildElement, formatDate, formatUserInfo, getAddressLines, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIndividualDisplayName, getIsMobile, getJsonDataItemsProxy, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalEditorConfig, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, getReusePresentationForm, getReuseType, getRootElement, getSearchConfigAggregations, getSearchFilters, getSearchResults, getSearchResultsAggregations, getSearchResultsHits, getSearchResultsLayout, getSearchResultsLoading, getSearchSortBy, getSearchState, getSearchStateSearch, getSelectedFeatures, getSpatialFilterEnabled, getTemporalRangeUnion, getThemeConfig, handleScrollOnNavigation, hasRecordChangedSinceDraft, hasRecordChangedSinceDraftSuccess, initSearch, initialEditorState, initialMapState, initialState, isConfigLoaded, isDateRange, isFormatInQueryParam, isPublished, itemModelFixture, kindToCodeListValue, loadAppConfig, malformedConfigFixture, mapConfigFixture, mapContact, mapKeywords, mapLogo, mapOrganization, mapReducer, markRecordAsChanged, matchesNoApplicableConstraint, matchesNoKnownConstraint, megabytesToBytes, mimeTypeToFormat, minimalAppConfigFixture, missingMandatoryConfigFixture, mouseWheelZoomCondition, noDuplicateFileName, okAppConfigFixture, openDataset, openRecord, organizationsServiceFactory, parse, parseXmlString, placeholder, prioritizePageScroll, propagateToDocumentOnly, provideGn4, provideI18n, provideRepositoryUrl, readAttribute, readDataset, readDatasetHeaders, readText, reducer$2 as reducer, reducerSearch, removeAllChildren, removeChildren, removeChildrenByName, removeSearchParams, removeWhitespace, renameElements, saveRecord, saveRecordFailure, saveRecordSuccess, selectCanEditRecord, selectCurrentPage, selectEditorConfig, selectEditorState, selectFallback, selectFallbackFields, selectField, selectHasRecordChanged, selectIsPublished, selectRecord, selectRecordChangedSinceSave, selectRecordSaveError, selectRecordSaving, selectRecordSections, selectRecordSource, selectTranslatedField, selectTranslatedValue, setContext, setCurrentPage, setEditorConfiguration, setFieldVisibility, setFocusedField, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, stripHtml, stripNamespace, tableItemsFixture, toDate, toIndividual, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateFrequencyCodeValues, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
|
|
45232
|
+
export { ABOUT_SECTION, ADD_RESULTS, ADD_SEARCH, ANNEXES_SECTION, ASSOCIATED_RESOURCES_SECTION, AVAILABLE_LICENSES, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CHART_TYPE_VALUES, CLASSIFICATION_SECTION, CLEAR_ERROR, CLEAR_RESULTS, CONSTRAINTS_SHORTCUTS, CONTACTS, CONTACTS_FOR_RESOURCE_FIELD, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContactDetailsComponent, ContactPillComponent, ContentGhostComponent, CopyTextButtonComponent, DATA_MANAGERS_SECTION, DEFAULT_CONFIGURATION, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RECORD_CONVERTER, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DEFAULT_SPATIAL_EXTENT_STYLE, DISABLE_AUTH, DISABLE_DRAFT, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, DateRangeInputsComponent, DateRangePickerComponent, DateRangeSearchField, DateService, DcatApConverter, DefaultRouterModule, DownloadItemComponent, DownloadsListComponent, DragAndDropFileInputComponent, DropdownMultiselectComponent, DropdownSelectorComponent, EDITOR_FEATURE_KEY, ES_QUERY_FIELDS_PRIORITY, ES_RESOURCES_VALUES, ES_SOURCE_SUMMARY, EXTERNAL_VIEWER_OPEN_NEW_TAB, EXTERNAL_VIEWER_URL_TEMPLATE, EditableLabelDirective, EditorFacade, EditorService, ElasticsearchService, EmbeddedTranslateLoader, ErrorComponent, ErrorType, ExpandablePanelButtonComponent, ExpandablePanelComponent, ExternalLinkCardComponent, ExternalViewerButtonComponent, FIELDS_BRIEF, FIELDS_SUMMARY, FILTER_GEOMETRY, FILTER_SUMMARY_IGNORE_LIST, FORMATS, FacetBlockComponent, FacetItemComponent, FacetListComponent, FacetsContainerComponent, FavoriteStarComponent, FavoritesService, FeatureCatalogListComponent, FeatureDetailComponent, FeatureEditorModule, FeatureMapModule, FeatureRecordModule, FeatureSearchModule, FetchError, FieldFocusDirective, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEOGRAPHICAL_COVERAGE_SECTION, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GnUiHumanizeDateDirective, GpfApiDlComponent, GravatarService, HttpLoaderFactory, I18nInterceptor, ISO_TOPICS, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LEGAL_CONSTRAINTS_FIELD, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, MAX_UPLOAD_SIZE_MB, METADATA_LANGUAGE, METADATA_POINT_OF_CONTACT_SECTION, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataDoiComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, OPEN_DATA_LICENSE, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, OTHER_CONSTRAINTS_FIELD, OnlineResourceCardComponent, OnlineServiceResourceInputComponent, OrganisationPreviewComponent, OrganisationsComponent, OrganisationsFilterComponent, OrganisationsResultComponent, OrganizationSearchField, OrganizationsFromGroupsService, OrganizationsFromMetadataService, OrganizationsServiceInterface, OwnerSearchField, PAGINATE, PARSE_DELIMITER, PATCH_RESULTS_AGGREGATIONS, PROXY_PATH, Paginate, PaginationButtonsComponent, PaginationComponent, PaginationDotsComponent, PatchResultsAggregations, PlatformServiceInterface, PopoverComponent, PopupAlertComponent, PossibleResourceTypes, PossibleResourceTypesDefinition, PreviousNextButtonsComponent, ProgressBarComponent, ProxyService, QUERY_FIELDS, RECORD_ABSTRACT_FIELD, RECORD_DATASET_URL_TOKEN, RECORD_GRAPHICAL_OVERVIEW_FIELD, RECORD_KEYWORDS_FIELD, RECORD_LICENSE_FIELD, RECORD_ONLINE_LINK_RESOURCES, RECORD_ONLINE_RESOURCES, RECORD_RESOURCE_CREATED_FIELD, RECORD_RESOURCE_UPDATED_FIELD, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, RECORD_SPATIAL_EXTENTS_FIELD, RECORD_SPATIAL_TOGGLE_FIELD, RECORD_TEMPORAL_EXTENTS_FIELD, RECORD_TITLE_FIELD, RECORD_TOPICS_FIELD, RECORD_UNIQUE_IDENTIFIER_FIELD, RECORD_UPDATED_FIELD, RECORD_UPDATE_FREQUENCY_FIELD, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, RESOURCE_IDENTIFIER_FIELD, RESULTS_LAYOUT_CONFIG, ROUTER_CONFIG, ROUTER_ROUTE_DATASET, ROUTER_ROUTE_ORGANIZATION, ROUTER_ROUTE_REUSE, ROUTER_ROUTE_SEARCH, ROUTER_ROUTE_SERVICE, ROUTER_STATE_KEY, ROUTE_PARAMS, RecordApiFormComponent, RecordFormComponent, RecordKindField, RecordMetaComponent, RecordMetricComponent, RecordPreviewCardComponent, RecordPreviewComponent, RecordPreviewFeedComponent, RecordPreviewListComponent, RecordPreviewRowComponent, RecordPreviewTextComponent, RecordPreviewTitleComponent, RecordStatusValues, RecordsMetricsComponent, RecordsRepositoryInterface, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, ReusePresentationForms, RoleLabels, RoleValues, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, SECURITY_CONSTRAINTS_FIELD, SETTINGS_URL, SET_CONFIG_AGGREGATIONS, SET_CONFIG_FILTERS, SET_CONFIG_REQUEST_FIELDS, SET_ERROR, SET_FAVORITES_ONLY, SET_FILTERS, SET_INCLUDE_ON_AGGREGATION, SET_PAGE_SIZE, SET_RESULTS_AGGREGATIONS, SET_RESULTS_HITS, SET_RESULTS_LAYOUT, SET_SEARCH, SET_SORT_BY, SET_SPATIAL_FILTER_ENABLED, SPATIAL_SCOPES, SearchEffects, SearchFacade, SearchFeatureCatalogComponent, SearchFiltersSummaryComponent, SearchFiltersSummaryItemComponent, SearchInputComponent, SearchRouterContainerDirective, SearchService, SearchStateContainerDirective, SelectionService, ServiceCapabilitiesComponent, SetConfigAggregations, SetConfigFilters, SetConfigRequestFields, SetError, SetFavoritesOnly, SetFilters, SetIncludeOnAggregation, SetPageSize, SetResultsAggregations, SetResultsHits, SetResultsLayout, SetSearch, SetSortBy, SetSpatialFilterEnabled, SimpleSearchField, SiteTitleComponent, SortByComponent, SortByEnum, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StacItemsResultGridComponent, StacViewComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, TITLE_SECTION, TOPICS_SECTION, TRANSLATE_DEBUG_CONFIG, TRANSLATE_DEFAULT_CONFIG, TRANSLATE_WITH_OVERRIDES_CONFIG, TableViewComponent, TextAreaComponent, TextInputComponent, ThemeService, ThumbnailComponent, TranslatedSearchField, TruncatedTextComponent, UPDATE_CONFIG_AGGREGATIONS, UPDATE_FILTERS, UPDATE_REQUEST_AGGREGATION_TERM, USE_AND_ACCESS_CONDITIONS_SECTION, UpdateConfigAggregations, UpdateFilters, UrlInputComponent, UserFeedbackItemComponent, UserPreviewComponent, UserSearchField, VECTOR_STYLE_DEFAULT, ViewportIntersectorComponent, WEB_COMPONENT_EMBEDDER_URL, XmlParseError, _reset, allChildrenElement, appConfigWithTranslationFixture, appendChildTree, appendChildren, assertValidXml, bboxToPolygon, blockModelFixture, bytesToMegabytes, canEditRecord, checkFileFormat, clearSelectedFeatures, createChild, createDocument, createElement, createFuzzyFilter, createNestedChild, createNestedElement, createSpatialExtentLayer, currentPage, defaultMapStyleFixture, defaultMapStyleHlFixture, downgradeImage, downsizeImage, draftSaveSuccess, dragPanCondition, dropEmptyTranslations, editorReducer, emptyBlockModelFixture, findChildElement, findChildOrCreate, findChildrenElement, findConverterForDocument, findNestedChildOrCreate, findNestedElement, findNestedElements, findParent, firstChildElement, formatDate, formatUserInfo, getAddressLines, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIndividualDisplayName, getIsMobile, getJsonDataItemsProxy, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalEditorConfig, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, getReusePresentationForm, getReuseType, getRootElement, getSearchConfigAggregations, getSearchFilters, getSearchResults, getSearchResultsAggregations, getSearchResultsHits, getSearchResultsLayout, getSearchResultsLoading, getSearchSortBy, getSearchState, getSearchStateSearch, getSelectedFeatures, getSpatialFilterEnabled, getTemporalRangeUnion, getThemeConfig, handleScrollOnNavigation, hasRecordChangedSinceDraft, hasRecordChangedSinceDraftSuccess, initSearch, initialEditorState, initialMapState, initialState, isConfigLoaded, isDateRange, isFormatInQueryParam, isPublished, itemModelFixture, kindToCodeListValue, loadAppConfig, malformedConfigFixture, mapConfigFixture, mapContact, mapKeywords, mapLogo, mapOrganization, mapReducer, markRecordAsChanged, matchesNoApplicableConstraint, matchesNoKnownConstraint, megabytesToBytes, mimeTypeToFormat, minimalAppConfigFixture, missingMandatoryConfigFixture, mouseWheelZoomCondition, noDuplicateFileName, okAppConfigFixture, openDataset, openRecord, organizationsServiceFactory, parse, parseXmlString, placeholder, prioritizePageScroll, propagateToDocumentOnly, provideGn4, provideI18n, provideRepositoryUrl, readAttribute, readDataset, readDatasetHeaders, readText, reducer$2 as reducer, reducerSearch, removeAllChildren, removeChildren, removeChildrenByName, removeSearchParams, removeWhitespace, renameElements, saveRecord, saveRecordFailure, saveRecordSuccess, selectCanEditRecord, selectCurrentPage, selectEditorConfig, selectEditorState, selectFallback, selectFallbackFields, selectField, selectHasRecordChanged, selectIsPublished, selectRecord, selectRecordChangedSinceSave, selectRecordSaveError, selectRecordSaving, selectRecordSections, selectRecordSource, selectTranslatedField, selectTranslatedValue, setContext, setCurrentPage, setEditorConfiguration, setFieldVisibility, setFocusedField, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, spatialExtentToGeometry, spatialExtentsToFeatureCollection, stripHtml, stripNamespace, tableItemsFixture, toDate, toIndividual, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateFrequencyCodeValues, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
|
|
45156
45233
|
//# sourceMappingURL=geonetwork-ui.mjs.map
|