geonetwork-ui 2.8.0-dev.0c9b29721 → 2.8.0-dev.1f70ea679

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 (116) hide show
  1. package/esm2022/index.mjs +2 -1
  2. package/esm2022/libs/api/metadata-converter/src/lib/common/distribution.mapper.mjs +5 -1
  3. package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +3 -1
  4. package/esm2022/libs/api/repository/src/lib/gn4/auth/auth.service.mjs +2 -2
  5. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +10 -10
  6. package/esm2022/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.mjs +3 -2
  7. package/esm2022/libs/common/domain/src/index.mjs +3 -0
  8. package/esm2022/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.mjs +1 -1
  9. package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +3 -1
  10. package/esm2022/libs/common/domain/src/lib/model/search/sort-by.model.mjs +6 -1
  11. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  12. package/esm2022/libs/feature/dataviz/src/index.mjs +2 -1
  13. package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +3 -1
  14. package/esm2022/libs/feature/dataviz/src/lib/stac-view/stac-view.component.mjs +22 -0
  15. package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +2 -1
  16. package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +2 -1
  17. package/esm2022/libs/feature/router/src/lib/default/router.service.mjs +5 -1
  18. package/esm2022/libs/feature/router/src/lib/default/state/router.effects.mjs +9 -7
  19. package/esm2022/libs/feature/search/src/lib/sort-by/sort-by.component.mjs +8 -12
  20. package/esm2022/libs/ui/elements/src/lib/external-link-card/external-link-card.component.mjs +11 -4
  21. package/esm2022/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.mjs +2 -3
  22. package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +5 -1
  23. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +12 -1
  24. package/esm2022/libs/util/shared/src/lib/services/proxy.service.mjs +9 -11
  25. package/esm2022/libs/util/shared/src/lib/utils/sort-by.mjs +9 -6
  26. package/esm2022/translations/de.json +8 -2
  27. package/esm2022/translations/en.json +8 -3
  28. package/esm2022/translations/es.json +8 -2
  29. package/esm2022/translations/fr.json +8 -2
  30. package/esm2022/translations/it.json +8 -2
  31. package/esm2022/translations/nl.json +8 -2
  32. package/esm2022/translations/pt.json +8 -2
  33. package/esm2022/translations/sk.json +8 -2
  34. package/fesm2022/geonetwork-ui.mjs +162 -60
  35. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  36. package/index.d.ts +1 -0
  37. package/index.d.ts.map +1 -1
  38. package/index.ts +1 -0
  39. package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
  40. package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
  41. package/libs/api/repository/src/lib/gn4/auth/auth.service.d.ts.map +1 -1
  42. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +7 -7
  43. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  44. package/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.d.ts.map +1 -1
  45. package/libs/common/domain/src/index.d.ts +3 -0
  46. package/libs/common/domain/src/index.d.ts.map +1 -0
  47. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts +1 -1
  48. package/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.d.ts.map +1 -1
  49. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +1 -1
  50. package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
  51. package/libs/common/domain/src/lib/model/search/sort-by.model.d.ts.map +1 -1
  52. package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -1
  53. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  54. package/libs/feature/dataviz/src/index.d.ts +1 -0
  55. package/libs/feature/dataviz/src/index.d.ts.map +1 -1
  56. package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
  57. package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts +11 -0
  58. package/libs/feature/dataviz/src/lib/stac-view/stac-view.component.d.ts.map +1 -0
  59. package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
  60. package/libs/feature/record/src/lib/state/mdview.facade.d.ts +24 -24
  61. package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
  62. package/libs/feature/router/src/lib/default/router.service.d.ts +2 -0
  63. package/libs/feature/router/src/lib/default/router.service.d.ts.map +1 -1
  64. package/libs/feature/router/src/lib/default/state/router.effects.d.ts +3 -1
  65. package/libs/feature/router/src/lib/default/state/router.effects.d.ts.map +1 -1
  66. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts +4 -3
  67. package/libs/feature/search/src/lib/sort-by/sort-by.component.d.ts.map +1 -1
  68. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  69. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +3 -2
  70. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts.map +1 -1
  71. package/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.d.ts.map +1 -1
  72. package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
  73. package/libs/util/shared/src/lib/links/link-utils.d.ts +6 -0
  74. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  75. package/libs/util/shared/src/lib/services/proxy.service.d.ts +5 -4
  76. package/libs/util/shared/src/lib/services/proxy.service.d.ts.map +1 -1
  77. package/libs/util/shared/src/lib/utils/sort-by.d.ts.map +1 -1
  78. package/package.json +1 -1
  79. package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +2 -0
  80. package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +2 -0
  81. package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +4 -1
  82. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +37 -36
  83. package/src/libs/api/repository/src/lib/gn4/settings/gn4-settings.service.ts +3 -2
  84. package/src/libs/common/domain/src/index.ts +2 -0
  85. package/src/libs/common/domain/src/lib/model/dataviz/dataviz-configuration.model.ts +1 -1
  86. package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +4 -0
  87. package/src/libs/common/domain/src/lib/model/search/sort-by.model.ts +5 -0
  88. package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -1
  89. package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +5 -0
  90. package/src/libs/common/fixtures/src/lib/link.fixtures.ts +19 -0
  91. package/src/libs/feature/dataviz/src/index.ts +1 -0
  92. package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +1 -0
  93. package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.css +0 -0
  94. package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.html +5 -0
  95. package/src/libs/feature/dataviz/src/lib/stac-view/stac-view.component.ts +27 -0
  96. package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +1 -0
  97. package/src/libs/feature/record/src/lib/state/mdview.facade.ts +11 -1
  98. package/src/libs/feature/router/src/lib/default/router.service.ts +8 -0
  99. package/src/libs/feature/router/src/lib/default/state/router.effects.ts +6 -7
  100. package/src/libs/feature/search/src/lib/sort-by/sort-by.component.ts +8 -12
  101. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.html +43 -22
  102. package/src/libs/ui/elements/src/lib/external-link-card/external-link-card.component.ts +12 -3
  103. package/src/libs/ui/inputs/src/lib/dropdown-selector/dropdown-selector.component.ts +4 -2
  104. package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +4 -0
  105. package/src/libs/util/shared/src/lib/links/link-utils.ts +11 -0
  106. package/src/libs/util/shared/src/lib/services/proxy.service.ts +6 -2
  107. package/src/libs/util/shared/src/lib/utils/sort-by.ts +8 -5
  108. package/translations/de.json +8 -2
  109. package/translations/en.json +8 -3
  110. package/translations/es.json +8 -2
  111. package/translations/fr.json +8 -2
  112. package/translations/it.json +8 -2
  113. package/translations/nl.json +8 -2
  114. package/translations/pt.json +8 -2
  115. package/translations/sk.json +8 -2
  116. package/src/libs/common/domain/src/lib/index.ts +0 -2
@@ -15,7 +15,7 @@ import { TranslateCompiler, TranslateLoader, TranslateDefaultParser, TranslatePa
15
15
  import { TranslateMessageFormatCompiler } from 'ngx-translate-messageformat-compiler';
16
16
  import { TranslateHttpLoader } from '@ngx-translate/http-loader';
17
17
  import { map as map$1, shareReplay as shareReplay$1, catchError, tap as tap$1, filter as filter$1, startWith as startWith$1, withLatestFrom, switchMap as switchMap$1, take, mergeMap, delay, distinctUntilChanged, debounceTime, finalize, throttleTime, first as first$1, pairwise as pairwise$1, share, defaultIfEmpty, toArray } from 'rxjs/operators';
18
- import { of, map as map$2, lastValueFrom, fromEvent, startWith, shareReplay, filter, pairwise, Subject, switchMap, combineLatest, from, exhaustMap, throwError, forkJoin, takeLast, firstValueFrom, merge, BehaviorSubject, timer, ReplaySubject, Subscription, first, distinctUntilChanged as distinctUntilChanged$1, animationFrameScheduler, debounceTime as debounceTime$1, Observable, buffer, tap as tap$2, combineLatestWith, take as take$1, catchError as catchError$1, takeUntil, EMPTY, mergeMap as mergeMap$1, withLatestFrom as withLatestFrom$1 } from 'rxjs';
18
+ import { of, map as map$2, lastValueFrom, fromEvent, startWith, shareReplay, filter, pairwise, switchMap, Subject, combineLatest, from, exhaustMap, throwError, forkJoin, takeLast, firstValueFrom, merge, BehaviorSubject, timer, ReplaySubject, Subscription, first, distinctUntilChanged as distinctUntilChanged$1, animationFrameScheduler, debounceTime as debounceTime$1, Observable, buffer, tap as tap$2, combineLatestWith, take as take$1, catchError as catchError$1, takeUntil, EMPTY, mergeMap as mergeMap$1, withLatestFrom as withLatestFrom$1 } from 'rxjs';
19
19
  import { lt, valid, coerce, satisfies, ltr } from 'semver';
20
20
  import chroma from 'chroma-js';
21
21
  import * as i1$2 from '@angular/common';
@@ -666,6 +666,10 @@ function matchProtocol(protocol) {
666
666
  return 'esriRest';
667
667
  if (/DOWNLOAD-1/i.test(protocol))
668
668
  return 'GPFDL';
669
+ if (/DB:POSTGIS/i.test(protocol))
670
+ return 'postgis';
671
+ if (/stac\W*items/i.test(protocol))
672
+ return 'stac';
669
673
  return 'other';
670
674
  }
671
675
  function matchMimeType(format) {
@@ -914,6 +918,8 @@ marker('record.metadata.api.accessServiceProtocol.ogcFeatures');
914
918
  marker('record.metadata.api.accessServiceProtocol.GPFDL');
915
919
  marker('record.metadata.api.accessServiceProtocol.tms');
916
920
  marker('record.metadata.api.accessServiceProtocol.maplibre-style');
921
+ marker('record.metadata.api.accessServiceProtocol.postgis');
922
+ marker('record.metadata.api.accessServiceProtocol.stac');
917
923
  marker('record.metadata.api.accessServiceProtocol.other');
918
924
 
919
925
  function getUpdateFrequencyFromFrequencyCode(frequencyCode) {
@@ -19159,6 +19165,8 @@ var de = {
19159
19165
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
19160
19166
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
19161
19167
  "record.metadata.api.accessServiceProtocol.other": "",
19168
+ "record.metadata.api.accessServiceProtocol.postgis": "",
19169
+ "record.metadata.api.accessServiceProtocol.stac": "",
19162
19170
  "record.metadata.api.accessServiceProtocol.tms": "",
19163
19171
  "record.metadata.api.accessServiceProtocol.wfs": "",
19164
19172
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -19206,7 +19214,8 @@ var de = {
19206
19214
  "record.metadata.isGeographical": "Geographischer Datensatz",
19207
19215
  "record.metadata.keywords": "Stichworte",
19208
19216
  "record.metadata.languages": "Sprachen",
19209
- "record.metadata.lastUpdate": "Zuletzt aktualisiert am {date}",
19217
+ "record.metadata.link.postgis.table": "",
19218
+ "record.metadata.link.postgis.tooltip": "",
19210
19219
  "record.metadata.linked.datasets": "Verknüpfte Datensätze",
19211
19220
  "record.metadata.linked.records": "Verknüpfte Inhalte",
19212
19221
  "record.metadata.linked.reuses": "Verknüpfte Wiederverwendungen",
@@ -19247,6 +19256,9 @@ var de = {
19247
19256
  "record.metadata.quality.updateFrequency.failed": "Aktualisierungsfrequenz nicht angegeben",
19248
19257
  "record.metadata.quality.updateFrequency.success": "Aktualisierungsfrequenz angegeben",
19249
19258
  "record.metadata.related": "Entdecken Sie den Katalog",
19259
+ "record.metadata.resourceCreated": "Erstellt am {date}",
19260
+ "record.metadata.resourcePublished": "Veröffentlicht am {date}",
19261
+ "record.metadata.resourceUpdated": "Zuletzt aktualisiert am {date}",
19250
19262
  "record.metadata.ressources.and.links": "Ressourcen und Links",
19251
19263
  "record.metadata.sheet": "Weitere Informationen verfügbar unter:",
19252
19264
  "record.metadata.status": "Status",
@@ -19275,6 +19287,7 @@ var de = {
19275
19287
  "record.tab.chart": "Diagramm",
19276
19288
  "record.tab.data": "Tabelle",
19277
19289
  "record.tab.map": "Karte",
19290
+ "record.tab.stac": "",
19278
19291
  "record.was.created.time": "erstellte diesen Ressource {time}",
19279
19292
  records: records$7,
19280
19293
  "results.layout.selectOne": "Layout auswählen",
@@ -19283,7 +19296,6 @@ var de = {
19283
19296
  "results.records.hits.found": "{hits, plural, =0{Keine Ressource entsprechen der angegebenen Suche.} one{1 Ressource gefunden.} other{{hits} Ressourcen gefunden.}}",
19284
19297
  "results.records.hits.selected": "{ amount } ausgewählt",
19285
19298
  "results.showMore": "Mehr Ergebnisse anzeigen...",
19286
- "results.sortBy.changeDate": "",
19287
19299
  "results.sortBy.dateStamp": "Neueste",
19288
19300
  "results.sortBy.popularity": "Beliebtheit",
19289
19301
  "results.sortBy.qualityScore": "Fertigstellungsanzeige",
@@ -19634,7 +19646,6 @@ var en = {
19634
19646
  "editor.record.form.topics.inspire.intelligence": "Intelligence / Military",
19635
19647
  "editor.record.form.topics.inspire.location": "Location",
19636
19648
  "editor.record.form.topics.inspire.oceans": "Oceans",
19637
- "editor.record.form.topics.inspire.placeholder": "Select an INSPIRE theme",
19638
19649
  "editor.record.form.topics.inspire.planning": "Planning / Cadastre",
19639
19650
  "editor.record.form.topics.inspire.society": "Society",
19640
19651
  "editor.record.form.topics.inspire.structure": "Structure",
@@ -19812,6 +19823,8 @@ var en = {
19812
19823
  "record.metadata.api.accessServiceProtocol.maplibre-style": "maplibre-style",
19813
19824
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "ogcFeatures",
19814
19825
  "record.metadata.api.accessServiceProtocol.other": "other",
19826
+ "record.metadata.api.accessServiceProtocol.postgis": "PostGIS",
19827
+ "record.metadata.api.accessServiceProtocol.stac": "STAC",
19815
19828
  "record.metadata.api.accessServiceProtocol.tms": "tms",
19816
19829
  "record.metadata.api.accessServiceProtocol.wfs": "wfs",
19817
19830
  "record.metadata.api.accessServiceProtocol.wms": "wms",
@@ -19859,7 +19872,8 @@ var en = {
19859
19872
  "record.metadata.isGeographical": "Geographical dataset",
19860
19873
  "record.metadata.keywords": "Keywords",
19861
19874
  "record.metadata.languages": "Languages",
19862
- "record.metadata.lastUpdate": "Last updated on {date}",
19875
+ "record.metadata.link.postgis.table": "table :",
19876
+ "record.metadata.link.postgis.tooltip": "PostGIS resources do not have access links",
19863
19877
  "record.metadata.linked.datasets": "Associated datasets",
19864
19878
  "record.metadata.linked.records": "Associated content",
19865
19879
  "record.metadata.linked.reuses": "Associated reuses",
@@ -19900,6 +19914,9 @@ var en = {
19900
19914
  "record.metadata.quality.updateFrequency.failed": "Update frequency is not specified",
19901
19915
  "record.metadata.quality.updateFrequency.success": "Update frequency is specified",
19902
19916
  "record.metadata.related": "Explore the catalog",
19917
+ "record.metadata.resourceCreated": "Created on {date}",
19918
+ "record.metadata.resourcePublished": "Published on {date}",
19919
+ "record.metadata.resourceUpdated": "Last updated on {date}",
19903
19920
  "record.metadata.ressources.and.links": "Resources and links",
19904
19921
  "record.metadata.sheet": "Original metadata",
19905
19922
  "record.metadata.status": "Status",
@@ -19928,6 +19945,7 @@ var en = {
19928
19945
  "record.tab.chart": "Chart",
19929
19946
  "record.tab.data": "Table",
19930
19947
  "record.tab.map": "Map",
19948
+ "record.tab.stac": "STAC",
19931
19949
  "record.was.created.time": "created this record {time}",
19932
19950
  records: records$6,
19933
19951
  "results.layout.selectOne": "Results layout",
@@ -19936,7 +19954,6 @@ var en = {
19936
19954
  "results.records.hits.found": "{hits, plural, =0{No record match the specified search.} one{1 record found.} other{{hits} records found.}}",
19937
19955
  "results.records.hits.selected": "{ amount } selected",
19938
19956
  "results.showMore": "Show more results...",
19939
- "results.sortBy.changeDate": "Last modification",
19940
19957
  "results.sortBy.dateStamp": "Newest",
19941
19958
  "results.sortBy.popularity": "Popularity",
19942
19959
  "results.sortBy.qualityScore": "Completion score",
@@ -20464,6 +20481,8 @@ var es = {
20464
20481
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
20465
20482
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
20466
20483
  "record.metadata.api.accessServiceProtocol.other": "",
20484
+ "record.metadata.api.accessServiceProtocol.postgis": "",
20485
+ "record.metadata.api.accessServiceProtocol.stac": "",
20467
20486
  "record.metadata.api.accessServiceProtocol.tms": "",
20468
20487
  "record.metadata.api.accessServiceProtocol.wfs": "",
20469
20488
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -20511,7 +20530,8 @@ var es = {
20511
20530
  "record.metadata.isGeographical": "",
20512
20531
  "record.metadata.keywords": "",
20513
20532
  "record.metadata.languages": "",
20514
- "record.metadata.lastUpdate": "",
20533
+ "record.metadata.link.postgis.table": "",
20534
+ "record.metadata.link.postgis.tooltip": "",
20515
20535
  "record.metadata.linked.datasets": "",
20516
20536
  "record.metadata.linked.records": "",
20517
20537
  "record.metadata.linked.reuses": "",
@@ -20552,6 +20572,9 @@ var es = {
20552
20572
  "record.metadata.quality.updateFrequency.failed": "",
20553
20573
  "record.metadata.quality.updateFrequency.success": "",
20554
20574
  "record.metadata.related": "",
20575
+ "record.metadata.resourceCreated": "",
20576
+ "record.metadata.resourcePublished": "",
20577
+ "record.metadata.resourceUpdated": "",
20555
20578
  "record.metadata.ressources.and.links": "Recursos y enlaces",
20556
20579
  "record.metadata.sheet": "",
20557
20580
  "record.metadata.status": "",
@@ -20580,6 +20603,7 @@ var es = {
20580
20603
  "record.tab.chart": "",
20581
20604
  "record.tab.data": "",
20582
20605
  "record.tab.map": "",
20606
+ "record.tab.stac": "",
20583
20607
  "record.was.created.time": "",
20584
20608
  records: records$5,
20585
20609
  "results.layout.selectOne": "",
@@ -20588,7 +20612,6 @@ var es = {
20588
20612
  "results.records.hits.found": "",
20589
20613
  "results.records.hits.selected": "",
20590
20614
  "results.showMore": "",
20591
- "results.sortBy.changeDate": "",
20592
20615
  "results.sortBy.dateStamp": "",
20593
20616
  "results.sortBy.popularity": "",
20594
20617
  "results.sortBy.qualityScore": "",
@@ -21116,6 +21139,8 @@ var fr = {
21116
21139
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
21117
21140
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
21118
21141
  "record.metadata.api.accessServiceProtocol.other": "autre",
21142
+ "record.metadata.api.accessServiceProtocol.postgis": "PostGIS",
21143
+ "record.metadata.api.accessServiceProtocol.stac": "STAC",
21119
21144
  "record.metadata.api.accessServiceProtocol.tms": "",
21120
21145
  "record.metadata.api.accessServiceProtocol.wfs": "",
21121
21146
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -21163,7 +21188,8 @@ var fr = {
21163
21188
  "record.metadata.isGeographical": "Donnée géographique",
21164
21189
  "record.metadata.keywords": "Mots-clés",
21165
21190
  "record.metadata.languages": "Langues",
21166
- "record.metadata.lastUpdate": "Mis à jour le {date}",
21191
+ "record.metadata.link.postgis.table": "table :",
21192
+ "record.metadata.link.postgis.tooltip": "Les ressources de type PostGIS n'ont pas de lien d'accès",
21167
21193
  "record.metadata.linked.datasets": "Jeux de données associés",
21168
21194
  "record.metadata.linked.records": "Contenus associés",
21169
21195
  "record.metadata.linked.reuses": "Réutilisations associées",
@@ -21204,6 +21230,9 @@ var fr = {
21204
21230
  "record.metadata.quality.updateFrequency.failed": "La fréquence de mise à jour n'est pas renseignée",
21205
21231
  "record.metadata.quality.updateFrequency.success": "La fréquence de mise à jour est renseignée",
21206
21232
  "record.metadata.related": "Explorez le catalogue",
21233
+ "record.metadata.resourceCreated": "Créé le {date}",
21234
+ "record.metadata.resourcePublished": "Publié le {date}",
21235
+ "record.metadata.resourceUpdated": "Mis à jour le {date}",
21207
21236
  "record.metadata.ressources.and.links": "Ressources et liens",
21208
21237
  "record.metadata.sheet": "Fiche de métadonnées d'origine",
21209
21238
  "record.metadata.status": "Statut",
@@ -21232,6 +21261,7 @@ var fr = {
21232
21261
  "record.tab.chart": "Graphique",
21233
21262
  "record.tab.data": "Tableau",
21234
21263
  "record.tab.map": "Carte",
21264
+ "record.tab.stac": "STAC",
21235
21265
  "record.was.created.time": "a créé cette ressource {time}",
21236
21266
  records: records$4,
21237
21267
  "results.layout.selectOne": "Affichage des résultats",
@@ -21240,7 +21270,6 @@ var fr = {
21240
21270
  "results.records.hits.found": "{hits, plural, =0{Aucune correspondance.} one{1 ressource trouvée.} other{{hits} ressources.}}",
21241
21271
  "results.records.hits.selected": "{amount, plural, one{1 selectionné} other{{ amount } sélectionnés}}",
21242
21272
  "results.showMore": "Plus de résultats...",
21243
- "results.sortBy.changeDate": "Dernière modification",
21244
21273
  "results.sortBy.dateStamp": "Plus récent",
21245
21274
  "results.sortBy.popularity": "Popularité",
21246
21275
  "results.sortBy.qualityScore": "Indicateur de complétion",
@@ -21768,6 +21797,8 @@ var it = {
21768
21797
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
21769
21798
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
21770
21799
  "record.metadata.api.accessServiceProtocol.other": "",
21800
+ "record.metadata.api.accessServiceProtocol.postgis": "",
21801
+ "record.metadata.api.accessServiceProtocol.stac": "",
21771
21802
  "record.metadata.api.accessServiceProtocol.tms": "",
21772
21803
  "record.metadata.api.accessServiceProtocol.wfs": "",
21773
21804
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -21815,7 +21846,8 @@ var it = {
21815
21846
  "record.metadata.isGeographical": "Dati geografici",
21816
21847
  "record.metadata.keywords": "Parole chiave",
21817
21848
  "record.metadata.languages": "Lingue",
21818
- "record.metadata.lastUpdate": "Ultimo aggiornamento il {date}",
21849
+ "record.metadata.link.postgis.table": "",
21850
+ "record.metadata.link.postgis.tooltip": "",
21819
21851
  "record.metadata.linked.datasets": "",
21820
21852
  "record.metadata.linked.records": "",
21821
21853
  "record.metadata.linked.reuses": "",
@@ -21856,6 +21888,9 @@ var it = {
21856
21888
  "record.metadata.quality.updateFrequency.failed": "La frequenza di aggiornamento non è specificata",
21857
21889
  "record.metadata.quality.updateFrequency.success": "La frequenza di aggiornamento è specificata",
21858
21890
  "record.metadata.related": "Vedi anche",
21891
+ "record.metadata.resourceCreated": "Creato il {date}",
21892
+ "record.metadata.resourcePublished": "Pubblicato il {date}",
21893
+ "record.metadata.resourceUpdated": "Ultimo aggiornamento il {date}",
21859
21894
  "record.metadata.ressources.and.links": "Risorse e collegamenti",
21860
21895
  "record.metadata.sheet": "Origine del metadata",
21861
21896
  "record.metadata.status": "Stato",
@@ -21884,6 +21919,7 @@ var it = {
21884
21919
  "record.tab.chart": "Grafico",
21885
21920
  "record.tab.data": "Tabella",
21886
21921
  "record.tab.map": "Mappa",
21922
+ "record.tab.stac": "",
21887
21923
  "record.was.created.time": "ha creato questi dati {time}",
21888
21924
  records: records$3,
21889
21925
  "results.layout.selectOne": "Mostra risultati",
@@ -21892,7 +21928,6 @@ var it = {
21892
21928
  "results.records.hits.found": "{hits, plural, =0{Nessuna corrispondenza.} one{1 record trovato.} other{{hits} risultati.}}",
21893
21929
  "results.records.hits.selected": "{amount, plural, one{1 selezionato} other{{ amount } selezionati}}",
21894
21930
  "results.showMore": "Altri risultati...",
21895
- "results.sortBy.changeDate": "Ultima modifica",
21896
21931
  "results.sortBy.dateStamp": "Più recente",
21897
21932
  "results.sortBy.popularity": "Popolarità",
21898
21933
  "results.sortBy.qualityScore": "Indicatore di completamento",
@@ -22420,6 +22455,8 @@ var nl = {
22420
22455
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
22421
22456
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
22422
22457
  "record.metadata.api.accessServiceProtocol.other": "",
22458
+ "record.metadata.api.accessServiceProtocol.postgis": "",
22459
+ "record.metadata.api.accessServiceProtocol.stac": "",
22423
22460
  "record.metadata.api.accessServiceProtocol.tms": "",
22424
22461
  "record.metadata.api.accessServiceProtocol.wfs": "",
22425
22462
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -22467,7 +22504,8 @@ var nl = {
22467
22504
  "record.metadata.isGeographical": "",
22468
22505
  "record.metadata.keywords": "",
22469
22506
  "record.metadata.languages": "",
22470
- "record.metadata.lastUpdate": "",
22507
+ "record.metadata.link.postgis.table": "",
22508
+ "record.metadata.link.postgis.tooltip": "",
22471
22509
  "record.metadata.linked.datasets": "",
22472
22510
  "record.metadata.linked.records": "",
22473
22511
  "record.metadata.linked.reuses": "",
@@ -22508,6 +22546,9 @@ var nl = {
22508
22546
  "record.metadata.quality.updateFrequency.failed": "",
22509
22547
  "record.metadata.quality.updateFrequency.success": "",
22510
22548
  "record.metadata.related": "",
22549
+ "record.metadata.resourceCreated": "",
22550
+ "record.metadata.resourcePublished": "",
22551
+ "record.metadata.resourceUpdated": "",
22511
22552
  "record.metadata.ressources.and.links": "Bronnen en links",
22512
22553
  "record.metadata.sheet": "",
22513
22554
  "record.metadata.status": "",
@@ -22536,6 +22577,7 @@ var nl = {
22536
22577
  "record.tab.chart": "",
22537
22578
  "record.tab.data": "",
22538
22579
  "record.tab.map": "",
22580
+ "record.tab.stac": "",
22539
22581
  "record.was.created.time": "",
22540
22582
  records: records$2,
22541
22583
  "results.layout.selectOne": "",
@@ -22544,7 +22586,6 @@ var nl = {
22544
22586
  "results.records.hits.found": "",
22545
22587
  "results.records.hits.selected": "",
22546
22588
  "results.showMore": "",
22547
- "results.sortBy.changeDate": "",
22548
22589
  "results.sortBy.dateStamp": "",
22549
22590
  "results.sortBy.popularity": "",
22550
22591
  "results.sortBy.qualityScore": "",
@@ -23072,6 +23113,8 @@ var pt = {
23072
23113
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
23073
23114
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
23074
23115
  "record.metadata.api.accessServiceProtocol.other": "",
23116
+ "record.metadata.api.accessServiceProtocol.postgis": "",
23117
+ "record.metadata.api.accessServiceProtocol.stac": "",
23075
23118
  "record.metadata.api.accessServiceProtocol.tms": "",
23076
23119
  "record.metadata.api.accessServiceProtocol.wfs": "",
23077
23120
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -23119,7 +23162,8 @@ var pt = {
23119
23162
  "record.metadata.isGeographical": "",
23120
23163
  "record.metadata.keywords": "",
23121
23164
  "record.metadata.languages": "",
23122
- "record.metadata.lastUpdate": "",
23165
+ "record.metadata.link.postgis.table": "",
23166
+ "record.metadata.link.postgis.tooltip": "",
23123
23167
  "record.metadata.linked.datasets": "",
23124
23168
  "record.metadata.linked.records": "",
23125
23169
  "record.metadata.linked.reuses": "",
@@ -23160,6 +23204,9 @@ var pt = {
23160
23204
  "record.metadata.quality.updateFrequency.failed": "",
23161
23205
  "record.metadata.quality.updateFrequency.success": "",
23162
23206
  "record.metadata.related": "",
23207
+ "record.metadata.resourceCreated": "",
23208
+ "record.metadata.resourcePublished": "",
23209
+ "record.metadata.resourceUpdated": "",
23163
23210
  "record.metadata.ressources.and.links": "Recursos e links",
23164
23211
  "record.metadata.sheet": "",
23165
23212
  "record.metadata.status": "",
@@ -23188,6 +23235,7 @@ var pt = {
23188
23235
  "record.tab.chart": "",
23189
23236
  "record.tab.data": "",
23190
23237
  "record.tab.map": "",
23238
+ "record.tab.stac": "",
23191
23239
  "record.was.created.time": "",
23192
23240
  records: records$1,
23193
23241
  "results.layout.selectOne": "",
@@ -23196,7 +23244,6 @@ var pt = {
23196
23244
  "results.records.hits.found": "",
23197
23245
  "results.records.hits.selected": "",
23198
23246
  "results.showMore": "",
23199
- "results.sortBy.changeDate": "",
23200
23247
  "results.sortBy.dateStamp": "",
23201
23248
  "results.sortBy.popularity": "",
23202
23249
  "results.sortBy.qualityScore": "",
@@ -23724,6 +23771,8 @@ var sk = {
23724
23771
  "record.metadata.api.accessServiceProtocol.maplibre-style": "",
23725
23772
  "record.metadata.api.accessServiceProtocol.ogcFeatures": "",
23726
23773
  "record.metadata.api.accessServiceProtocol.other": "",
23774
+ "record.metadata.api.accessServiceProtocol.postgis": "",
23775
+ "record.metadata.api.accessServiceProtocol.stac": "",
23727
23776
  "record.metadata.api.accessServiceProtocol.tms": "",
23728
23777
  "record.metadata.api.accessServiceProtocol.wfs": "",
23729
23778
  "record.metadata.api.accessServiceProtocol.wms": "",
@@ -23771,7 +23820,8 @@ var sk = {
23771
23820
  "record.metadata.isGeographical": "Súbor geografických údajov",
23772
23821
  "record.metadata.keywords": "Kľúčové slová",
23773
23822
  "record.metadata.languages": "",
23774
- "record.metadata.lastUpdate": "Posledná aktualizácia",
23823
+ "record.metadata.link.postgis.table": "",
23824
+ "record.metadata.link.postgis.tooltip": "",
23775
23825
  "record.metadata.linked.datasets": "",
23776
23826
  "record.metadata.linked.records": "",
23777
23827
  "record.metadata.linked.reuses": "",
@@ -23812,6 +23862,9 @@ var sk = {
23812
23862
  "record.metadata.quality.updateFrequency.failed": "Frekvencia aktualizácie nie je určená",
23813
23863
  "record.metadata.quality.updateFrequency.success": "Frekvencia aktualizácie je určená",
23814
23864
  "record.metadata.related": "Súvisiace záznamy",
23865
+ "record.metadata.resourceCreated": "",
23866
+ "record.metadata.resourcePublished": "",
23867
+ "record.metadata.resourceUpdated": "",
23815
23868
  "record.metadata.ressources.and.links": "Prostředky a odkazy",
23816
23869
  "record.metadata.sheet": "Ďalšie metadáta sú k dispozícii na:",
23817
23870
  "record.metadata.status": "Stav",
@@ -23840,6 +23893,7 @@ var sk = {
23840
23893
  "record.tab.chart": "Graf",
23841
23894
  "record.tab.data": "Tabuľka",
23842
23895
  "record.tab.map": "Mapa",
23896
+ "record.tab.stac": "",
23843
23897
  "record.was.created.time": "vytvoril tento dataset o {time}",
23844
23898
  records: records,
23845
23899
  "results.layout.selectOne": "Rozmiestnenie výsledkov",
@@ -23848,7 +23902,6 @@ var sk = {
23848
23902
  "results.records.hits.found": "{hits, plural, =0{Žiadne dokumenty nezodpovedajú zadanému vyhľadávaniu.} one{1 záznam nájdený.} other{{hits} záznamov nájdených.}}",
23849
23903
  "results.records.hits.selected": "{ amount } označených",
23850
23904
  "results.showMore": "Zobraziť viac výsledkov...",
23851
- "results.sortBy.changeDate": "",
23852
23905
  "results.sortBy.dateStamp": "Najnovšie",
23853
23906
  "results.sortBy.popularity": "Popularita",
23854
23907
  "results.sortBy.qualityScore": "Indikátor dokončenia",
@@ -24337,6 +24390,8 @@ class Gn4FieldMapper {
24337
24390
  /^OGC:WMTS/.test(protocol) ||
24338
24391
  /TMS/i.test(protocol) ||
24339
24392
  /ogc\W*api\W*features/i.test(protocol) ||
24393
+ /^DB:POSTGIS/i.test(protocol) ||
24394
+ /stac\W*items/i.test(protocol) ||
24340
24395
  (/^WWW:DOWNLOAD-/.test(protocol) && /data.geopf.fr/.test(url)) // TO DO : change with the good protocol when decided
24341
24396
  ) {
24342
24397
  return 'service';
@@ -24607,8 +24662,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
24607
24662
 
24608
24663
  const PROXY_PATH = new InjectionToken('proxyPath');
24609
24664
  class ProxyService {
24610
- constructor(proxyPath, location) {
24611
- this.proxyPath = proxyPath;
24665
+ get proxyPath() {
24666
+ return this.injector.get(PROXY_PATH, null);
24667
+ }
24668
+ constructor(injector, location) {
24669
+ this.injector = injector;
24612
24670
  this.location = location;
24613
24671
  }
24614
24672
  /**
@@ -24631,7 +24689,7 @@ class ProxyService {
24631
24689
  return url;
24632
24690
  return new URL(`${this.proxyPath}${encodeURIComponent(url)}`, window.location.href).toString();
24633
24691
  }
24634
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProxyService, deps: [{ token: PROXY_PATH, optional: true }, { token: i1$2.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
24692
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProxyService, deps: [{ token: i0.Injector }, { token: i1$2.Location }], target: i0.ɵɵFactoryTarget.Injectable }); }
24635
24693
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProxyService, providedIn: 'root' }); }
24636
24694
  }
24637
24695
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ProxyService, decorators: [{
@@ -24639,12 +24697,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
24639
24697
  args: [{
24640
24698
  providedIn: 'root',
24641
24699
  }]
24642
- }], ctorParameters: () => [{ type: undefined, decorators: [{
24643
- type: Optional
24644
- }, {
24645
- type: Inject,
24646
- args: [PROXY_PATH]
24647
- }] }, { type: i1$2.Location }] });
24700
+ }], ctorParameters: () => [{ type: i0.Injector }, { type: i1$2.Location }] });
24648
24701
 
24649
24702
  class DateService {
24650
24703
  constructor(translateService) {
@@ -24983,13 +25036,16 @@ function sortByToStrings(sortBy) {
24983
25036
  return array.map((param) => `${param[0] === 'desc' ? '-' : ''}${param[1]}`);
24984
25037
  }
24985
25038
  function sortByToString(sortBy) {
24986
- return sortByToStrings(sortBy)[0];
25039
+ return sortByToStrings(sortBy).join(',');
24987
25040
  }
24988
25041
  function sortByFromString(sortByString) {
24989
- return [
24990
- sortByString.startsWith('-') ? 'desc' : 'asc',
24991
- sortByString.startsWith('-') ? sortByString.substring(1) : sortByString,
24992
- ];
25042
+ const fields = sortByString
25043
+ .split(',')
25044
+ .map((field) => [
25045
+ field.startsWith('-') ? 'desc' : 'asc',
25046
+ field.startsWith('-') ? field.substring(1) : field,
25047
+ ]);
25048
+ return fields.length > 1 ? fields : fields[0];
24993
25049
  }
24994
25050
 
24995
25051
  const stripHtml = function (html) {
@@ -25187,6 +25243,12 @@ const FORMATS = {
25187
25243
  color: '#5A9E6F',
25188
25244
  mimeTypes: ['image/webp'],
25189
25245
  },
25246
+ postgis: {
25247
+ extensions: ['postgis'],
25248
+ priority: 18,
25249
+ color: '#336791',
25250
+ mimeTypes: [],
25251
+ },
25190
25252
  };
25191
25253
  function getFormatPriority(linkFormat) {
25192
25254
  for (const format in FORMATS) {
@@ -25217,6 +25279,11 @@ function getFileFormatFromServiceOutput(serviceOutput) {
25217
25279
  return null;
25218
25280
  }
25219
25281
  function getFileFormat(link) {
25282
+ if ('accessServiceProtocol' in link) {
25283
+ if (link.accessServiceProtocol in FORMATS) {
25284
+ return link.accessServiceProtocol;
25285
+ }
25286
+ }
25220
25287
  if ('mimeType' in link) {
25221
25288
  const mimeTypeFormat = mimeTypeToFormat(link.mimeType);
25222
25289
  if (mimeTypeFormat !== null) {
@@ -25382,6 +25449,10 @@ class LinkClassifierService {
25382
25449
  return [LinkUsage.API, LinkUsage.DOWNLOAD, LinkUsage.GEODATA];
25383
25450
  case 'GPFDL':
25384
25451
  return [LinkUsage.API];
25452
+ case 'postgis':
25453
+ return [LinkUsage.UNKNOWN];
25454
+ case 'stac':
25455
+ return [LinkUsage.API];
25385
25456
  default:
25386
25457
  return [LinkUsage.UNKNOWN];
25387
25458
  }
@@ -25445,7 +25516,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
25445
25516
  }] } });
25446
25517
 
25447
25518
  var name = "geonetwork-ui";
25448
- var version = "2.8.0-dev.0c9b29721";
25519
+ var version = "2.8.0-dev.1f70ea679";
25449
25520
  var engines = {
25450
25521
  node: ">=20"
25451
25522
  };
@@ -26197,7 +26268,7 @@ class Gn4SettingsService {
26197
26268
  this.apiVersion$ = this.getSettingsSetValueByKey('system/platform/version');
26198
26269
  }
26199
26270
  getSettingsSetValueByKey(key) {
26200
- return this.siteApiService.getSettingsSet(null, [key]).pipe(map$1((v) => v[key]), shareReplay$1({ bufferSize: 1, refCount: true }));
26271
+ return of(true).pipe(switchMap(() => this.siteApiService.getSettingsSet(null, [key])), map$1((v) => v[key]), shareReplay$1({ bufferSize: 1, refCount: true }));
26201
26272
  }
26202
26273
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4SettingsService, deps: [{ token: SiteApiService }], target: i0.ɵɵFactoryTarget.Injectable }); }
26203
26274
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4SettingsService, providedIn: 'root' }); }
@@ -26824,7 +26895,7 @@ class AuthService {
26824
26895
  baseUrl = baseUrl.replace('?', '&');
26825
26896
  }
26826
26897
  return baseUrl
26827
- .replace('${current_url}', new URL(this.location.path(), window.location.href).toString())
26898
+ .replace('${current_url}', new URL(this.location.prepareExternalUrl(this.location.path()), window.location.href).toString())
26828
26899
  .replace('${lang2}', toLang2(this.translateService.currentLang))
26829
26900
  .replace('${lang3}', toLang3(this.translateService.currentLang));
26830
26901
  }
@@ -27136,6 +27207,9 @@ class Gn4PlatformService {
27136
27207
  console.warn('Error while loading gnui language package');
27137
27208
  return of({});
27138
27209
  }), shareReplay$1(1));
27210
+ this.me$ = this.disableAuth
27211
+ ? of(null)
27212
+ : of(true).pipe(switchMap(() => this.meApi.getMe()), switchMap((apiUser) => this.mapper.userFromMeApi(apiUser)), shareReplay$1({ bufferSize: 1, refCount: true }));
27139
27213
  /**
27140
27214
  * A map of already loaded thesauri (groups of keywords); the key is a URI
27141
27215
  * @private
@@ -27146,9 +27220,6 @@ class Gn4PlatformService {
27146
27220
  .pipe(map$1((thesaurus) => {
27147
27221
  return thesaurus[0];
27148
27222
  }), shareReplay$1(1));
27149
- this.me$ = this.disableAuth
27150
- ? of(null)
27151
- : this.meApi.getMe().pipe(switchMap((apiUser) => this.mapper.userFromMeApi(apiUser)), shareReplay$1({ bufferSize: 1, refCount: true }));
27152
27223
  this.isUserAnonymous$ = this.me$.pipe(map$1((user) => !user || !('id' in user)));
27153
27224
  this.users$ = this.usersApi.getUsers().pipe(map$1((users) => users.map((user) => this.mapper.userFromApi(user))), shareReplay$1());
27154
27225
  }
@@ -29761,8 +29832,7 @@ class DropdownSelectorComponent {
29761
29832
  ];
29762
29833
  }
29763
29834
  get selectedChoice() {
29764
- return (this.choices.find((choice) => choice.value === this.selected) ??
29765
- this.choices[0]);
29835
+ return (this.choices.find((choice) => JSON.stringify(choice.value) === JSON.stringify(this.selected)) ?? this.choices[0]);
29766
29836
  }
29767
29837
  get id() {
29768
29838
  return this.title.toLowerCase().replace(/[^a-z]+/g, '-');
@@ -33739,7 +33809,7 @@ class ExternalLinkCardComponent {
33739
33809
  }
33740
33810
  set size(value) {
33741
33811
  this._size = value;
33742
- this.cardClass = this.sizeClassMap[value];
33812
+ this.cardClass = `group flex flex-row justify-between card-shadow rounded overflow-hidden ${this.sizeClassMap[value]}`;
33743
33813
  }
33744
33814
  get size() {
33745
33815
  return this._size;
@@ -33750,6 +33820,10 @@ class ExternalLinkCardComponent {
33750
33820
  }
33751
33821
  return this.link.name || this.link.description || '';
33752
33822
  }
33823
+ get isDatabase() {
33824
+ return (this.link.type === 'service' &&
33825
+ this.link.accessServiceProtocol === 'postgis');
33826
+ }
33753
33827
  getLinkFormat(link) {
33754
33828
  return getFileFormat(link);
33755
33829
  }
@@ -33760,18 +33834,20 @@ class ExternalLinkCardComponent {
33760
33834
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: ExternalLinkCardComponent, isStandalone: true, selector: "gn-ui-external-link-card", inputs: { link: "link", size: "size" }, providers: [
33761
33835
  provideIcons({
33762
33836
  matOpenInNew,
33837
+ iconoirDatabase,
33763
33838
  }),
33764
33839
  provideNgIconsConfig({ size: '1.5em' }),
33765
- ], ngImport: i0, template: "<a\n [href]=\"link.url\"\n target=\"_blank\"\n class=\"group flex flex-row justify-between card-shadow cursor-pointer rounded overflow-hidden\"\n [ngClass]=\"cardClass\"\n [title]=\"title\"\n>\n <div class=\"flex flex-col justify-between flex-1 min-w-0\">\n <div class=\"gn-ui-card-title\">\n {{ link.description || link.name }}\n </div>\n <div class=\"gn-ui-card-detail\">\n {{ link.name }}\n </div>\n <p *ngIf=\"!link.name && !link.description\" class=\"gn-ui-card-title\">\n {{ link.url }}\n </p>\n <div class=\"pt-1\">\n <span\n class=\"inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded transition-opacity opacity-70 group-hover:opacity-100\"\n [style.background-color]=\"getLinkColor(link)\"\n data-cy=\"download-format\"\n >{{\n getLinkFormat(link) || ('downloads.format.unknown' | translate)\n }}</span\n >\n </div>\n </div>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div class=\"gn-ui-card-icon\">\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"matOpenInNew\"\n ></ng-icon>\n </div>\n </div>\n</a>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: NgIconComponent, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
33840
+ ], ngImport: i0, template: "<ng-container *ngIf=\"isDatabase; else clickableLink\">\n <div [ngClass]=\"cardClass\" [title]=\"title\">\n <ng-container *ngTemplateOutlet=\"cardContent\"></ng-container>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div\n class=\"gn-ui-card-icon\"\n [title]=\"'record.metadata.link.postgis.tooltip' | translate\"\n >\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"iconoirDatabase\"\n ></ng-icon>\n </div>\n </div>\n </div>\n</ng-container>\n\n<ng-template #clickableLink>\n <a [href]=\"link.url\" target=\"_blank\" [ngClass]=\"cardClass\" [title]=\"title\">\n <ng-container *ngTemplateOutlet=\"cardContent\"></ng-container>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div class=\"gn-ui-card-icon\">\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"matOpenInNew\"\n ></ng-icon>\n </div>\n </div>\n </a>\n</ng-template>\n<ng-template #cardContent>\n <div class=\"flex flex-col justify-between flex-1 min-w-0\">\n <div class=\"gn-ui-card-title\">\n {{ link.description || link.name }}\n </div>\n <div class=\"gn-ui-card-detail\">\n <ng-container *ngIf=\"isDatabase\">\n {{ 'record.metadata.link.postgis.table' | translate }}\n </ng-container>\n {{ link.name }}\n </div>\n <p *ngIf=\"!link.name && !link.description\" class=\"gn-ui-card-title\">\n {{ link.url }}\n </p>\n <div class=\"pt-1\">\n <span\n class=\"inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded transition-opacity opacity-70 group-hover:opacity-100\"\n [style.background-color]=\"getLinkColor(link)\"\n data-cy=\"download-format\"\n >\n {{ getLinkFormat(link) || ('downloads.format.unknown' | translate) }}\n </span>\n </div>\n </div>\n</ng-template>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: NgIconComponent, selector: "ng-icon", inputs: ["name", "svg", "size", "strokeWidth", "color"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
33766
33841
  }
33767
33842
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: ExternalLinkCardComponent, decorators: [{
33768
33843
  type: Component,
33769
33844
  args: [{ selector: 'gn-ui-external-link-card', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, NgIconComponent, TranslatePipe], providers: [
33770
33845
  provideIcons({
33771
33846
  matOpenInNew,
33847
+ iconoirDatabase,
33772
33848
  }),
33773
33849
  provideNgIconsConfig({ size: '1.5em' }),
33774
- ], template: "<a\n [href]=\"link.url\"\n target=\"_blank\"\n class=\"group flex flex-row justify-between card-shadow cursor-pointer rounded overflow-hidden\"\n [ngClass]=\"cardClass\"\n [title]=\"title\"\n>\n <div class=\"flex flex-col justify-between flex-1 min-w-0\">\n <div class=\"gn-ui-card-title\">\n {{ link.description || link.name }}\n </div>\n <div class=\"gn-ui-card-detail\">\n {{ link.name }}\n </div>\n <p *ngIf=\"!link.name && !link.description\" class=\"gn-ui-card-title\">\n {{ link.url }}\n </p>\n <div class=\"pt-1\">\n <span\n class=\"inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded transition-opacity opacity-70 group-hover:opacity-100\"\n [style.background-color]=\"getLinkColor(link)\"\n data-cy=\"download-format\"\n >{{\n getLinkFormat(link) || ('downloads.format.unknown' | translate)\n }}</span\n >\n </div>\n </div>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div class=\"gn-ui-card-icon\">\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"matOpenInNew\"\n ></ng-icon>\n </div>\n </div>\n</a>\n" }]
33850
+ ], template: "<ng-container *ngIf=\"isDatabase; else clickableLink\">\n <div [ngClass]=\"cardClass\" [title]=\"title\">\n <ng-container *ngTemplateOutlet=\"cardContent\"></ng-container>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div\n class=\"gn-ui-card-icon\"\n [title]=\"'record.metadata.link.postgis.tooltip' | translate\"\n >\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"iconoirDatabase\"\n ></ng-icon>\n </div>\n </div>\n </div>\n</ng-container>\n\n<ng-template #clickableLink>\n <a [href]=\"link.url\" target=\"_blank\" [ngClass]=\"cardClass\" [title]=\"title\">\n <ng-container *ngTemplateOutlet=\"cardContent\"></ng-container>\n <div\n class=\"flex min-w-[32px]\"\n [ngClass]=\"size === 'S' ? 'items-end' : 'items-center'\"\n >\n <div class=\"gn-ui-card-icon\">\n <ng-icon\n class=\"inline-block card-icon align-middle\"\n name=\"matOpenInNew\"\n ></ng-icon>\n </div>\n </div>\n </a>\n</ng-template>\n<ng-template #cardContent>\n <div class=\"flex flex-col justify-between flex-1 min-w-0\">\n <div class=\"gn-ui-card-title\">\n {{ link.description || link.name }}\n </div>\n <div class=\"gn-ui-card-detail\">\n <ng-container *ngIf=\"isDatabase\">\n {{ 'record.metadata.link.postgis.table' | translate }}\n </ng-container>\n {{ link.name }}\n </div>\n <p *ngIf=\"!link.name && !link.description\" class=\"gn-ui-card-title\">\n {{ link.url }}\n </p>\n <div class=\"pt-1\">\n <span\n class=\"inline-flex items-center justify-center px-2 py-1 text-13 font-medium leading-none text-white rounded transition-opacity opacity-70 group-hover:opacity-100\"\n [style.background-color]=\"getLinkColor(link)\"\n data-cy=\"download-format\"\n >\n {{ getLinkFormat(link) || ('downloads.format.unknown' | translate) }}\n </span>\n </div>\n </div>\n</ng-template>\n" }]
33775
33851
  }], propDecorators: { link: [{
33776
33852
  type: Input
33777
33853
  }], size: [{
@@ -36457,6 +36533,11 @@ const SortByEnum = {
36457
36533
  RELEVANCY: ['desc', '_score'],
36458
36534
  QUALITY_SCORE: ['desc', 'qualityScore'],
36459
36535
  CHANGE_DATE: ['desc', 'changeDate'],
36536
+ RESOURCE_DATES: [
36537
+ ['desc', 'revisionDateForResource'],
36538
+ ['desc', 'publicationDateForResource'],
36539
+ ['desc', 'creationDateForResource'],
36540
+ ],
36460
36541
  };
36461
36542
 
36462
36543
  class SortByComponent {
@@ -36466,33 +36547,29 @@ class SortByComponent {
36466
36547
  this.choices = [
36467
36548
  {
36468
36549
  label: marker('results.sortBy.relevancy'),
36469
- value: SortByEnum.RELEVANCY.join(','),
36550
+ value: SortByEnum.RELEVANCY,
36470
36551
  },
36471
36552
  {
36472
36553
  label: marker('results.sortBy.dateStamp'),
36473
- value: SortByEnum.CREATE_DATE.join(','),
36474
- },
36475
- {
36476
- label: marker('results.sortBy.changeDate'),
36477
- value: SortByEnum.CHANGE_DATE.join(','),
36554
+ value: SortByEnum.RESOURCE_DATES,
36478
36555
  },
36479
36556
  {
36480
36557
  label: marker('results.sortBy.popularity'),
36481
- value: SortByEnum.POPULARITY.join(','),
36558
+ value: SortByEnum.POPULARITY,
36482
36559
  },
36483
36560
  ];
36484
- this.currentSortBy$ = this.facade.sortBy$.pipe(filter$1((sortBy) => !!sortBy), map$1((sortBy) => sortBy.join(',')));
36561
+ this.currentSortBy$ = this.facade.sortBy$.pipe(filter$1((sortBy) => !!sortBy), map$1((sortBy) => sortBy));
36485
36562
  }
36486
36563
  ngOnInit() {
36487
36564
  if (this.isQualitySortable) {
36488
36565
  this.choices.push({
36489
36566
  label: marker('results.sortBy.qualityScore'),
36490
- value: SortByEnum.QUALITY_SCORE.join(','),
36567
+ value: SortByEnum.QUALITY_SCORE,
36491
36568
  });
36492
36569
  }
36493
36570
  }
36494
- changeSortBy(criteriaAsString) {
36495
- this.searchService.setSortBy(criteriaAsString.split(','));
36571
+ changeSortBy(criteria) {
36572
+ this.searchService.setSortBy(criteria);
36496
36573
  }
36497
36574
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SortByComponent, deps: [{ token: SearchFacade }, { token: SearchService }], target: i0.ɵɵFactoryTarget.Component }); }
36498
36575
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: SortByComponent, isStandalone: true, selector: "gn-ui-sort-by", inputs: { isQualitySortable: "isQualitySortable" }, ngImport: i0, template: "<gn-ui-dropdown-selector\n [title]=\"'search.field.sortBy' | translate\"\n [choices]=\"choices\"\n (selectValue)=\"changeSortBy($event)\"\n [selected]=\"currentSortBy$ | async\"\n ariaName=\"search-sort-by\"\n></gn-ui-dropdown-selector>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$2.AsyncPipe, name: "async" }, { kind: "component", type: DropdownSelectorComponent, selector: "gn-ui-dropdown-selector", inputs: ["title", "showTitle", "ariaName", "choices", "selected", "maxRows", "extraBtnClass", "minWidth", "disabled"], outputs: ["selectValue"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }] }); }
@@ -38856,6 +38933,8 @@ class ChartViewComponent {
38856
38933
  this.chartType$.next(value);
38857
38934
  }
38858
38935
  set userChartConfig(config) {
38936
+ if (!config)
38937
+ return;
38859
38938
  this.aggregation$.next(config.aggregation);
38860
38939
  this.xProperty$.next(config.xProperty);
38861
38940
  this.yProperty$.next(config.yProperty);
@@ -39293,6 +39372,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
39293
39372
  type: Input
39294
39373
  }] } });
39295
39374
 
39375
+ class StacViewComponent {
39376
+ constructor() {
39377
+ this.subscription = new Subscription();
39378
+ }
39379
+ ngOnDestroy() {
39380
+ this.subscription.unsubscribe();
39381
+ }
39382
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StacViewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
39383
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: StacViewComponent, isStandalone: true, selector: "gn-ui-stac-view", inputs: { link: "link" }, ngImport: i0, template: "<div class=\"w-full h-full flex flex-col\">\n <div\n class=\"relative h-full mt-6 bg-white border border-gray-300 rounded-lg overflow-hidden\"\n ></div>\n</div>\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
39384
+ }
39385
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: StacViewComponent, decorators: [{
39386
+ type: Component,
39387
+ args: [{ selector: 'gn-ui-stac-view', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [CommonModule, TranslatePipe], template: "<div class=\"w-full h-full flex flex-col\">\n <div\n class=\"relative h-full mt-6 bg-white border border-gray-300 rounded-lg overflow-hidden\"\n ></div>\n</div>\n" }]
39388
+ }], propDecorators: { link: [{
39389
+ type: Input
39390
+ }] } });
39391
+
39296
39392
  /**
39297
39393
  * The Metadata View Facade is used to render complete metadata records.
39298
39394
  * Supply it with an incomplete record (at least containing the uuid) and the
@@ -39325,6 +39421,7 @@ class MdViewFacade {
39325
39421
  this.allLinks$ = this.metadata$.pipe(map$1((record) => 'onlineResources' in record ? record.onlineResources : []), shareReplay$1(1));
39326
39422
  this.apiLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => this.linkClassifier.hasUsage(link, LinkUsage.API))), shareReplay$1(1));
39327
39423
  this.mapApiLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => this.linkClassifier.hasUsage(link, LinkUsage.MAP_API))), shareReplay$1(1));
39424
+ this.stacLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => link.type === 'service' && link.accessServiceProtocol === 'stac')), shareReplay$1(1));
39328
39425
  this.downloadLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => this.linkClassifier.hasUsage(link, LinkUsage.DOWNLOAD))));
39329
39426
  this.dataLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => this.linkClassifier.hasUsage(link, LinkUsage.DATA))));
39330
39427
  this.geoDataLinks$ = this.allLinks$.pipe(map$1((links) => links.filter((link) => this.linkClassifier.hasUsage(link, LinkUsage.GEODATA))));
@@ -40026,6 +40123,7 @@ class MapViewComponent {
40026
40123
  set exceedsLimit(value) {
40027
40124
  this.excludeWfs$.next(value);
40028
40125
  }
40126
+ // FIXME the map view component should not need a selectedView
40029
40127
  set selectedView(value) {
40030
40128
  this.selectedView$.next(value);
40031
40129
  }
@@ -43792,6 +43890,9 @@ class RouterService {
43792
43890
  getOrganizationPageRoute() {
43793
43891
  return ROUTER_ROUTE_ORGANIZATION;
43794
43892
  }
43893
+ getDefaultSort() {
43894
+ return SortByEnum.RESOURCE_DATES;
43895
+ }
43795
43896
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterService, deps: [{ token: ROUTER_CONFIG }, { token: i1$d.Router }], target: i0.ɵɵFactoryTarget.Injectable }); }
43796
43897
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterService, providedIn: 'root' }); }
43797
43898
  }
@@ -43952,13 +44053,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
43952
44053
  }], ctorParameters: () => [{ type: i1$3.Store }, { type: RouterService }] });
43953
44054
 
43954
44055
  class RouterEffects {
43955
- constructor(_actions$, _router, _location, facade, routerConfig, fieldsService) {
44056
+ constructor(_actions$, _router, _location, facade, routerConfig, fieldsService, routerService) {
43956
44057
  this._actions$ = _actions$;
43957
44058
  this._router = _router;
43958
44059
  this._location = _location;
43959
44060
  this.facade = facade;
43960
44061
  this.routerConfig = routerConfig;
43961
44062
  this.fieldsService = fieldsService;
44063
+ this.routerService = routerService;
43962
44064
  this.navigate$ = createEffect(() => this._actions$.pipe(ofType(goAction), tap$1(({ path, query: queryParams, queryParamsHandling }) => {
43963
44065
  this._router.navigate([path], {
43964
44066
  queryParams,
@@ -43970,14 +44072,14 @@ class RouterEffects {
43970
44072
  .pipe(map$1((filters) => [searchParams, filters]))), startWith([null, {}]), pairwise(), map$1(([[oldParams, oldFilters], [newParams, newFilters]]) => {
43971
44073
  let sortBy = ROUTE_PARAMS.SORT in newParams
43972
44074
  ? sortByFromString(newParams[ROUTE_PARAMS.SORT])
43973
- : SortByEnum.CHANGE_DATE;
44075
+ : this.routerService.getDefaultSort();
43974
44076
  let pageNumber = ROUTE_PARAMS.PAGE in newParams
43975
44077
  ? parseInt(newParams[ROUTE_PARAMS.PAGE])
43976
44078
  : 1;
43977
44079
  if (oldParams !== null) {
43978
44080
  const oldSort = ROUTE_PARAMS.SORT in oldParams
43979
44081
  ? sortByFromString(oldParams[ROUTE_PARAMS.SORT])
43980
- : SortByEnum.CHANGE_DATE;
44082
+ : this.routerService.getDefaultSort();
43981
44083
  if (JSON.stringify(sortBy) === JSON.stringify(oldSort)) {
43982
44084
  sortBy = null;
43983
44085
  }
@@ -44034,7 +44136,7 @@ class RouterEffects {
44034
44136
  this.navigateBack$ = createEffect(() => this._actions$.pipe(ofType(backAction), tap$1(() => this._location.back())), { dispatch: false });
44035
44137
  this.navigateForward$ = createEffect(() => this._actions$.pipe(ofType(forwardAction), tap$1(() => this._location.forward())), { dispatch: false });
44036
44138
  }
44037
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects, deps: [{ token: i1$c.Actions }, { token: i1$d.Router }, { token: i1$2.Location }, { token: RouterFacade }, { token: ROUTER_CONFIG }, { token: FieldsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
44139
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects, deps: [{ token: i1$c.Actions }, { token: i1$d.Router }, { token: i1$2.Location }, { token: RouterFacade }, { token: ROUTER_CONFIG }, { token: FieldsService }, { token: RouterService }], target: i0.ɵɵFactoryTarget.Injectable }); }
44038
44140
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects }); }
44039
44141
  }
44040
44142
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: RouterEffects, decorators: [{
@@ -44042,7 +44144,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
44042
44144
  }], ctorParameters: () => [{ type: i1$c.Actions }, { type: i1$d.Router }, { type: i1$2.Location }, { type: RouterFacade }, { type: undefined, decorators: [{
44043
44145
  type: Inject,
44044
44146
  args: [ROUTER_CONFIG]
44045
- }] }, { type: FieldsService }] });
44147
+ }] }, { type: FieldsService }, { type: RouterService }] });
44046
44148
 
44047
44149
  class DefaultRouterModule {
44048
44150
  constructor(routerService) {
@@ -44180,5 +44282,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
44180
44282
  * Generated bundle index. Do not edit.
44181
44283
  */
44182
44284
 
44183
- export { ADD_RESULTS, ADD_SEARCH, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CLEAR_ERROR, CLEAR_RESULTS, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContentGhostComponent, CopyTextButtonComponent, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DISABLE_AUTH, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, 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, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GpfApiDlComponent, GravatarService, HttpLoaderFactory, I18nInterceptor, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, METADATA_LANGUAGE, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, OrganisationPreviewComponent, OrganisationsComponent, OrganisationsFilterComponent, OrganisationsResultComponent, OrganizationSearchField, OrganizationsFromGroupsService, OrganizationsFromMetadataService, OwnerSearchField, PAGINATE, PARSE_DELIMITER, PATCH_RESULTS_AGGREGATIONS, PROXY_PATH, Paginate, PaginationButtonsComponent, PaginationComponent, PaginationDotsComponent, PatchResultsAggregations, PopoverComponent, PopupAlertComponent, PossibleResourceTypes, PossibleResourceTypesDefinition, PreviousNextButtonsComponent, ProgressBarComponent, ProxyService, QUERY_FIELDS, RECORD_DATASET_URL_TOKEN, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, 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, RecordsMetricsComponent, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, 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, 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, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, 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, 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, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIsMobile, getJsonDataItemsProxy, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, 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, setFieldVisibility, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, stripHtml, stripNamespace, tableItemsFixture, toDate, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
44285
+ export { ADD_RESULTS, ADD_SEARCH, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CLEAR_ERROR, CLEAR_RESULTS, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContentGhostComponent, CopyTextButtonComponent, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DISABLE_AUTH, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, 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, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GpfApiDlComponent, GravatarService, HttpLoaderFactory, I18nInterceptor, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, METADATA_LANGUAGE, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, 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_DATASET_URL_TOKEN, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, 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, RecordsMetricsComponent, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, 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, 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, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StacViewComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, 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, 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, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIsMobile, getJsonDataItemsProxy, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, 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, setFieldVisibility, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, stripHtml, stripNamespace, tableItemsFixture, toDate, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
44184
44286
  //# sourceMappingURL=geonetwork-ui.mjs.map