geonetwork-ui 2.7.0-dev.11d7e81c0 → 2.7.0-dev.1296cd46b

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 (41) hide show
  1. package/esm2022/libs/api/repository/src/lib/gn4/gn4.provider.mjs +7 -3
  2. package/esm2022/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.mjs +20 -6
  3. package/esm2022/libs/common/domain/src/lib/platform.service.interface.mjs +1 -1
  4. package/esm2022/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.mjs +24 -17
  5. package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -8
  6. package/esm2022/translations/de.json +1 -0
  7. package/esm2022/translations/en.json +1 -0
  8. package/esm2022/translations/es.json +1 -0
  9. package/esm2022/translations/fr.json +1 -0
  10. package/esm2022/translations/it.json +1 -0
  11. package/esm2022/translations/nl.json +1 -0
  12. package/esm2022/translations/pt.json +1 -0
  13. package/esm2022/translations/sk.json +1 -0
  14. package/fesm2022/geonetwork-ui.mjs +88 -30
  15. package/fesm2022/geonetwork-ui.mjs.map +1 -1
  16. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts +5 -1
  17. package/libs/api/repository/src/lib/gn4/gn4.provider.d.ts.map +1 -1
  18. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts +6 -2
  19. package/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.d.ts.map +1 -1
  20. package/libs/common/domain/src/lib/platform.service.interface.d.ts +1 -0
  21. package/libs/common/domain/src/lib/platform.service.interface.d.ts.map +1 -1
  22. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts +1 -0
  23. package/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.d.ts.map +1 -1
  24. package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
  25. package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +1 -1
  26. package/libs/util/shared/src/lib/links/link-utils.d.ts +25 -7
  27. package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
  28. package/package.json +1 -1
  29. package/src/libs/api/repository/src/lib/gn4/gn4.provider.ts +13 -2
  30. package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +17 -6
  31. package/src/libs/common/domain/src/lib/platform.service.interface.ts +1 -0
  32. package/src/libs/feature/search/src/lib/favorites/favorite-star/favorite-star.component.ts +23 -16
  33. package/src/libs/util/shared/src/lib/links/link-utils.ts +32 -7
  34. package/translations/de.json +1 -0
  35. package/translations/en.json +1 -0
  36. package/translations/es.json +1 -0
  37. package/translations/fr.json +1 -0
  38. package/translations/it.json +1 -0
  39. package/translations/nl.json +1 -0
  40. package/translations/pt.json +1 -0
  41. package/translations/sk.json +1 -0
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Licences et conditions d'utilisation",
523
523
  "record.metadata.userFeedbacks": "Questions / Réponses",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
525
+ "record.metadata.userFeedbacks.authDisabled": "Les commentaires sont désactivés.",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publier",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Répondre...",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "Rédigez votre commentaire ici...",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Licenze e limiti di utilizzo",
523
523
  "record.metadata.userFeedbacks": "Domande / Risposte",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "Per pubblicare un commento, effettua il login.",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Pubblica",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Risponde...",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "Scrive qui il suo commento...",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -522,6 +522,7 @@
522
522
  "record.metadata.usage": "Použitie a obmedzenia",
523
523
  "record.metadata.userFeedbacks": "",
524
524
  "record.metadata.userFeedbacks.anonymousUser": "",
525
+ "record.metadata.userFeedbacks.authDisabled": "",
525
526
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
526
527
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
527
528
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -19263,6 +19263,7 @@ var de = {
19263
19263
  "record.metadata.usage": "Nutzung und Einschränkungen",
19264
19264
  "record.metadata.userFeedbacks": "",
19265
19265
  "record.metadata.userFeedbacks.anonymousUser": "",
19266
+ "record.metadata.userFeedbacks.authDisabled": "",
19266
19267
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
19267
19268
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
19268
19269
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -19913,6 +19914,7 @@ var en = {
19913
19914
  "record.metadata.usage": "License and Conditions",
19914
19915
  "record.metadata.userFeedbacks": "Questions / Answers",
19915
19916
  "record.metadata.userFeedbacks.anonymousUser": "In order to leave a comment, please log in.",
19917
+ "record.metadata.userFeedbacks.authDisabled": "User comments are disabled.",
19916
19918
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publish",
19917
19919
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Answer...",
19918
19920
  "record.metadata.userFeedbacks.newComment.placeholder": "Write your comment here...",
@@ -20563,6 +20565,7 @@ var es = {
20563
20565
  "record.metadata.usage": "",
20564
20566
  "record.metadata.userFeedbacks": "",
20565
20567
  "record.metadata.userFeedbacks.anonymousUser": "",
20568
+ "record.metadata.userFeedbacks.authDisabled": "",
20566
20569
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
20567
20570
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
20568
20571
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -21213,6 +21216,7 @@ var fr = {
21213
21216
  "record.metadata.usage": "Licences et conditions d'utilisation",
21214
21217
  "record.metadata.userFeedbacks": "Questions / Réponses",
21215
21218
  "record.metadata.userFeedbacks.anonymousUser": "Pour rédiger un commentaire, veuillez vous identifier.",
21219
+ "record.metadata.userFeedbacks.authDisabled": "Les commentaires sont désactivés.",
21216
21220
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Publier",
21217
21221
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Répondre...",
21218
21222
  "record.metadata.userFeedbacks.newComment.placeholder": "Rédigez votre commentaire ici...",
@@ -21863,6 +21867,7 @@ var it = {
21863
21867
  "record.metadata.usage": "Licenze e limiti di utilizzo",
21864
21868
  "record.metadata.userFeedbacks": "Domande / Risposte",
21865
21869
  "record.metadata.userFeedbacks.anonymousUser": "Per pubblicare un commento, effettua il login.",
21870
+ "record.metadata.userFeedbacks.authDisabled": "",
21866
21871
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "Pubblica",
21867
21872
  "record.metadata.userFeedbacks.newAnswer.placeholder": "Risponde...",
21868
21873
  "record.metadata.userFeedbacks.newComment.placeholder": "Scrive qui il suo commento...",
@@ -22513,6 +22518,7 @@ var nl = {
22513
22518
  "record.metadata.usage": "",
22514
22519
  "record.metadata.userFeedbacks": "",
22515
22520
  "record.metadata.userFeedbacks.anonymousUser": "",
22521
+ "record.metadata.userFeedbacks.authDisabled": "",
22516
22522
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
22517
22523
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
22518
22524
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -23163,6 +23169,7 @@ var pt = {
23163
23169
  "record.metadata.usage": "",
23164
23170
  "record.metadata.userFeedbacks": "",
23165
23171
  "record.metadata.userFeedbacks.anonymousUser": "",
23172
+ "record.metadata.userFeedbacks.authDisabled": "",
23166
23173
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
23167
23174
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
23168
23175
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -23813,6 +23820,7 @@ var sk = {
23813
23820
  "record.metadata.usage": "Použitie a obmedzenia",
23814
23821
  "record.metadata.userFeedbacks": "",
23815
23822
  "record.metadata.userFeedbacks.anonymousUser": "",
23823
+ "record.metadata.userFeedbacks.authDisabled": "",
23816
23824
  "record.metadata.userFeedbacks.newAnswer.buttonTitle": "",
23817
23825
  "record.metadata.userFeedbacks.newAnswer.placeholder": "",
23818
23826
  "record.metadata.userFeedbacks.newComment.placeholder": "",
@@ -25095,10 +25103,17 @@ const FORMATS = {
25095
25103
  mimeTypes: ['application/geopackage+sqlite3'],
25096
25104
  },
25097
25105
  zip: {
25098
- extensions: ['zip', 'tar.gz'],
25106
+ extensions: ['zip', 'tar.gz', 'gz', '7z', '7zip'],
25099
25107
  priority: 8,
25100
25108
  color: '#B0CB52',
25101
- mimeTypes: ['application/zip', 'application/x-zip'],
25109
+ mimeTypes: [
25110
+ 'application/zip',
25111
+ 'application/x-zip',
25112
+ 'application/x-compressed',
25113
+ 'application/x-7z-compressed',
25114
+ 'application/gzip',
25115
+ 'application/x-gzip',
25116
+ ],
25102
25117
  },
25103
25118
  pdf: {
25104
25119
  extensions: ['pdf'],
@@ -25112,39 +25127,57 @@ const FORMATS = {
25112
25127
  color: '#C4A98F',
25113
25128
  mimeTypes: ['image/jpg'],
25114
25129
  },
25130
+ png: {
25131
+ extensions: ['png'],
25132
+ priority: 10,
25133
+ color: '#8B5A3C',
25134
+ mimeTypes: ['image/png'],
25135
+ },
25136
+ tiff: {
25137
+ extensions: ['tiff', 'tif', 'geotiff', 'geotif'],
25138
+ priority: 11,
25139
+ color: '#6B4423',
25140
+ mimeTypes: ['image/tiff'],
25141
+ },
25115
25142
  svg: {
25116
25143
  extensions: ['svg'],
25117
- priority: 10,
25144
+ priority: 12,
25118
25145
  color: '#EB6D82',
25119
25146
  mimeTypes: ['image/svg+xml'],
25120
25147
  },
25121
25148
  dxf: {
25122
25149
  extensions: ['dxf'],
25123
- priority: 11,
25150
+ priority: 13,
25124
25151
  color: '#DCCD00',
25125
25152
  mimeTypes: ['application/x-dxf', 'image/x-dxf'],
25126
25153
  },
25127
25154
  html: {
25128
25155
  extensions: ['html', 'htm'],
25129
- priority: 12,
25156
+ priority: 14,
25130
25157
  color: '#C0C9B6',
25131
25158
  mimeTypes: ['text/html'],
25132
25159
  },
25133
25160
  fgb: {
25134
25161
  extensions: ['fgb', 'flatgeobuf'],
25135
- priority: 13,
25162
+ priority: 15,
25136
25163
  color: '#A8111C',
25137
25164
  mimeTypes: ['application/flatgeobuf'],
25138
25165
  },
25139
25166
  jsonfg: {
25140
25167
  extensions: ['jsonfg', 'jsonfgc'],
25141
- priority: 14,
25168
+ priority: 16,
25142
25169
  color: '#009EE0',
25143
25170
  mimeTypes: [
25144
25171
  'application/vnd.ogc.fg+json',
25145
25172
  'application/vnd.ogc.fg+json;compatibility=geojson',
25146
25173
  ],
25147
25174
  },
25175
+ webp: {
25176
+ extensions: ['webp'],
25177
+ priority: 17,
25178
+ color: '#5A9E6F',
25179
+ mimeTypes: ['image/webp'],
25180
+ },
25148
25181
  };
25149
25182
  function getFormatPriority(linkFormat) {
25150
25183
  for (const format in FORMATS) {
@@ -25403,7 +25436,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
25403
25436
  }] } });
25404
25437
 
25405
25438
  var name = "geonetwork-ui";
25406
- var version = "2.7.0-dev.11d7e81c0";
25439
+ var version = "2.7.0-dev.1296cd46b";
25407
25440
  var engines = {
25408
25441
  node: ">=20"
25409
25442
  };
@@ -27063,11 +27096,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
27063
27096
  }], ctorParameters: () => [{ type: AvatarServiceInterface }] });
27064
27097
 
27065
27098
  const minApiVersion = '4.2.2';
27099
+ const DISABLE_AUTH = new InjectionToken('gnDisableAuth', {
27100
+ factory: () => false,
27101
+ });
27066
27102
  class Gn4PlatformService {
27067
27103
  get lang3() {
27068
27104
  return toLang3(this.translateService.currentLang);
27069
27105
  }
27070
- constructor(meApi, usersApi, mapper, toolsApiService, registriesApiService, translateService, userfeedbackApiService, httpClient, recordsApiService, settingsService) {
27106
+ constructor(meApi, usersApi, mapper, toolsApiService, registriesApiService, translateService, userfeedbackApiService, httpClient, recordsApiService, settingsService, disableAuth) {
27071
27107
  this.meApi = meApi;
27072
27108
  this.usersApi = usersApi;
27073
27109
  this.mapper = mapper;
@@ -27078,6 +27114,7 @@ class Gn4PlatformService {
27078
27114
  this.httpClient = httpClient;
27079
27115
  this.recordsApiService = recordsApiService;
27080
27116
  this.settingsService = settingsService;
27117
+ this.disableAuth = disableAuth;
27081
27118
  this.type = 'GeoNetwork';
27082
27119
  this.gnParseVersion = '4.2.5';
27083
27120
  this.keyTranslations$ = this.toolsApiService
@@ -27096,7 +27133,9 @@ class Gn4PlatformService {
27096
27133
  .pipe(map$1((thesaurus) => {
27097
27134
  return thesaurus[0];
27098
27135
  }), shareReplay$1(1));
27099
- this.me$ = this.meApi.getMe().pipe(switchMap((apiUser) => this.mapper.userFromMeApi(apiUser)), shareReplay$1({ bufferSize: 1, refCount: true }));
27136
+ this.me$ = this.disableAuth
27137
+ ? of(null)
27138
+ : this.meApi.getMe().pipe(switchMap((apiUser) => this.mapper.userFromMeApi(apiUser)), shareReplay$1({ bufferSize: 1, refCount: true }));
27100
27139
  this.isUserAnonymous$ = this.me$.pipe(map$1((user) => !user || !('id' in user)));
27101
27140
  this.users$ = this.usersApi.getUsers().pipe(map$1((users) => users.map((user) => this.mapper.userFromApi(user))), shareReplay$1());
27102
27141
  }
@@ -27294,18 +27333,30 @@ class Gn4PlatformService {
27294
27333
  }
27295
27334
  }));
27296
27335
  }
27297
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4PlatformService, deps: [{ token: MeApiService }, { token: UsersApiService }, { token: Gn4PlatformMapper }, { token: ToolsApiService }, { token: RegistriesApiService }, { token: i1$1.TranslateService }, { token: UserfeedbackApiService }, { token: i1.HttpClient }, { token: RecordsApiService }, { token: Gn4SettingsService }], target: i0.ɵɵFactoryTarget.Injectable }); }
27336
+ supportsAuthentication() {
27337
+ return !this.disableAuth;
27338
+ }
27339
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4PlatformService, deps: [{ token: MeApiService }, { token: UsersApiService }, { token: Gn4PlatformMapper }, { token: ToolsApiService }, { token: RegistriesApiService }, { token: i1$1.TranslateService }, { token: UserfeedbackApiService }, { token: i1.HttpClient }, { token: RecordsApiService }, { token: Gn4SettingsService }, { token: DISABLE_AUTH, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
27298
27340
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4PlatformService }); }
27299
27341
  }
27300
27342
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: Gn4PlatformService, decorators: [{
27301
27343
  type: Injectable
27302
- }], ctorParameters: () => [{ type: MeApiService }, { type: UsersApiService }, { type: Gn4PlatformMapper }, { type: ToolsApiService }, { type: RegistriesApiService }, { type: i1$1.TranslateService }, { type: UserfeedbackApiService }, { type: i1.HttpClient }, { type: RecordsApiService }, { type: Gn4SettingsService }] });
27344
+ }], ctorParameters: () => [{ type: MeApiService }, { type: UsersApiService }, { type: Gn4PlatformMapper }, { type: ToolsApiService }, { type: RegistriesApiService }, { type: i1$1.TranslateService }, { type: UserfeedbackApiService }, { type: i1.HttpClient }, { type: RecordsApiService }, { type: Gn4SettingsService }, { type: undefined, decorators: [{
27345
+ type: Inject,
27346
+ args: [DISABLE_AUTH]
27347
+ }, {
27348
+ type: Optional
27349
+ }] }] });
27303
27350
 
27304
27351
  class RecordsRepositoryInterface {
27305
27352
  }
27306
27353
 
27307
- function provideGn4() {
27354
+ function provideGn4(provideOptions) {
27308
27355
  return [
27356
+ {
27357
+ provide: DISABLE_AUTH,
27358
+ useValue: provideOptions?.disableAuth,
27359
+ },
27309
27360
  {
27310
27361
  provide: PlatformServiceInterface,
27311
27362
  useClass: Gn4PlatformService,
@@ -35690,6 +35741,7 @@ class FavoriteStarComponent {
35690
35741
  this.displayLabel = false;
35691
35742
  this.displayCount = true;
35692
35743
  this.isFavorite$ = this.favoritesService.myFavoritesUuid$.pipe(map$1((favorites) => favorites.indexOf(this.record.uniqueIdentifier) > -1));
35744
+ this.supportsAuthentication = this.platformService.supportsAuthentication();
35693
35745
  this.isAnonymous$ = this.platformService.isAnonymous();
35694
35746
  this.loading = false;
35695
35747
  this.loginUrl = this.authService.loginUrl;
@@ -35699,20 +35751,22 @@ class FavoriteStarComponent {
35699
35751
  })));
35700
35752
  }
35701
35753
  ngAfterViewInit() {
35702
- this.subscription = this.isAnonymous$
35703
- .pipe(withLatestFrom(this.loginMessage$))
35704
- .subscribe(([anonymous, loginMessage]) => {
35705
- if (anonymous) {
35706
- tippy(this.starToggleRef.nativeElement, {
35707
- appendTo: () => document.body,
35708
- content: loginMessage,
35709
- allowHTML: true,
35710
- interactive: true,
35711
- zIndex: 60,
35712
- maxWidth: 250,
35713
- });
35714
- }
35715
- });
35754
+ if (this.supportsAuthentication) {
35755
+ this.subscription = this.isAnonymous$
35756
+ .pipe(withLatestFrom(this.loginMessage$))
35757
+ .subscribe(([anonymous, loginMessage]) => {
35758
+ if (anonymous) {
35759
+ tippy(this.starToggleRef.nativeElement, {
35760
+ appendTo: () => document.body,
35761
+ content: loginMessage,
35762
+ allowHTML: true,
35763
+ interactive: true,
35764
+ zIndex: 60,
35765
+ maxWidth: 250,
35766
+ });
35767
+ }
35768
+ });
35769
+ }
35716
35770
  this.countSubscription = this.favoritesService.myFavoritesUuid$
35717
35771
  .pipe(pairwise$1())
35718
35772
  .subscribe(([oldFavs, newFavs]) => {
@@ -35731,8 +35785,12 @@ class FavoriteStarComponent {
35731
35785
  });
35732
35786
  }
35733
35787
  ngOnDestroy() {
35734
- this.subscription.unsubscribe();
35735
- this.countSubscription.unsubscribe();
35788
+ if (this.subscription) {
35789
+ this.subscription.unsubscribe();
35790
+ }
35791
+ if (this.countSubscription) {
35792
+ this.countSubscription.unsubscribe();
35793
+ }
35736
35794
  }
35737
35795
  toggleFavorite(isFavorite) {
35738
35796
  this.loading = true;
@@ -44099,5 +44157,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
44099
44157
  * Generated bundle index. Do not edit.
44100
44158
  */
44101
44159
 
44102
- 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, 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, FormFieldInspireThemeComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, 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 };
44160
+ 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, FormFieldInspireThemeComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, 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 };
44103
44161
  //# sourceMappingURL=geonetwork-ui.mjs.map