geonetwork-ui 2.7.0-dev.fd871c105 → 2.7.0-dev.fdfe671c3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +4 -4
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +4 -2
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +33 -8
- package/esm2022/libs/util/shared/src/lib/utils/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/scroll.mjs +40 -0
- package/fesm2022/geonetwork-ui.mjs +116 -51
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/downloads-list/downloads-list.component.d.ts +1 -1
- package/libs/ui/elements/src/lib/external-link-card/external-link-card.component.d.ts +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts +26 -7
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/index.d.ts +1 -0
- package/libs/util/shared/src/lib/utils/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/scroll.d.ts +12 -0
- package/libs/util/shared/src/lib/utils/scroll.d.ts.map +1 -0
- package/package.json +2 -2
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +4 -4
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +4 -2
- package/src/libs/util/shared/src/lib/links/link-utils.ts +32 -7
- package/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/scroll.ts +48 -0
|
@@ -14,12 +14,14 @@ import * as i1$1 from '@ngx-translate/core';
|
|
|
14
14
|
import { TranslateCompiler, TranslateLoader, TranslateDefaultParser, TranslateParser, TranslateService, provideTranslateService, TranslateDirective, TranslatePipe, TranslateModule } from '@ngx-translate/core';
|
|
15
15
|
import { TranslateMessageFormatCompiler } from 'ngx-translate-messageformat-compiler';
|
|
16
16
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
17
|
-
import { map as map$1, shareReplay as shareReplay$1, catchError, tap as tap$1, filter, startWith as startWith$1, withLatestFrom, switchMap as switchMap$1, take, mergeMap, delay, distinctUntilChanged, debounceTime, finalize, throttleTime, first as first$1, pairwise, share, defaultIfEmpty, toArray } from 'rxjs/operators';
|
|
18
|
-
import { of, map as map$2, lastValueFrom, fromEvent, startWith, shareReplay, 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,
|
|
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';
|
|
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';
|
|
22
22
|
import { CommonModule, NgIf, NgSwitch, NgSwitchCase, NgSwitchDefault, NgClass, NgTemplateOutlet, DatePipe } from '@angular/common';
|
|
23
|
+
import * as i1$d from '@angular/router';
|
|
24
|
+
import { Scroll, NavigationEnd, RouteReuseStrategy } from '@angular/router';
|
|
23
25
|
import { WmtsEndpoint, WmsEndpoint, WfsEndpoint, OgcApiEndpoint, sharedFetch, useCache, TmsEndpoint } from '@camptocamp/ogc-client';
|
|
24
26
|
import { getLength } from 'ol/sphere';
|
|
25
27
|
import { LineString, Polygon } from 'ol/geom';
|
|
@@ -92,8 +94,6 @@ import { MatTableModule } from '@angular/material/table';
|
|
|
92
94
|
import * as i4 from '@angular/material/paginator';
|
|
93
95
|
import { MatPaginatorIntl, MatPaginator, MatPaginatorModule } from '@angular/material/paginator';
|
|
94
96
|
import { LetDirective } from '@ngrx/component';
|
|
95
|
-
import * as i1$d from '@angular/router';
|
|
96
|
-
import { RouteReuseStrategy } from '@angular/router';
|
|
97
97
|
import axios from 'axios';
|
|
98
98
|
import * as i1$e from '@angular/platform-browser';
|
|
99
99
|
import { tablerFolderOpen } from '@ng-icons/tabler-icons';
|
|
@@ -24923,6 +24923,44 @@ const removeWhitespace = function (str) {
|
|
|
24923
24923
|
return str?.replace(/\s+/g, ' ').trim();
|
|
24924
24924
|
};
|
|
24925
24925
|
|
|
24926
|
+
/**
|
|
24927
|
+
* When route is changed, Angular interprets a simple query params change as "forward navigation" too.
|
|
24928
|
+
* Using the pairwise function allows us to have both the previous and current router events, which we can
|
|
24929
|
+
* use to effectively compare the two navigation events and see if they actually change route, or only
|
|
24930
|
+
* the route parameters (i.e. search params stored in query params).
|
|
24931
|
+
*
|
|
24932
|
+
* Related to: https://github.com/angular/angular/issues/26744
|
|
24933
|
+
*/
|
|
24934
|
+
function handleScrollOnNavigation(router, viewportScroller) {
|
|
24935
|
+
router.events
|
|
24936
|
+
.pipe(filter((e) => e instanceof Scroll), pairwise())
|
|
24937
|
+
.subscribe(([previous, current]) => {
|
|
24938
|
+
if (current.position) {
|
|
24939
|
+
// Backward navigation
|
|
24940
|
+
viewportScroller.scrollToPosition(current.position);
|
|
24941
|
+
}
|
|
24942
|
+
else if (current.anchor) {
|
|
24943
|
+
// Anchor navigation
|
|
24944
|
+
viewportScroller.scrollToAnchor(current.anchor);
|
|
24945
|
+
}
|
|
24946
|
+
else {
|
|
24947
|
+
// Check if routes match, or if it is only a query param change
|
|
24948
|
+
if (previous.routerEvent instanceof NavigationEnd &&
|
|
24949
|
+
current.routerEvent instanceof NavigationEnd &&
|
|
24950
|
+
getBaseRoute(previous.routerEvent.urlAfterRedirects) !==
|
|
24951
|
+
getBaseRoute(current.routerEvent.urlAfterRedirects)) {
|
|
24952
|
+
// Routes don't match, this is actual forward navigation
|
|
24953
|
+
// Default behavior: scroll to top
|
|
24954
|
+
viewportScroller.scrollToPosition([0, 0]);
|
|
24955
|
+
}
|
|
24956
|
+
}
|
|
24957
|
+
});
|
|
24958
|
+
}
|
|
24959
|
+
function getBaseRoute(url) {
|
|
24960
|
+
// return url without query params
|
|
24961
|
+
return url.split('?')[0];
|
|
24962
|
+
}
|
|
24963
|
+
|
|
24926
24964
|
function sortByToStrings(sortBy) {
|
|
24927
24965
|
const array = Array.isArray(sortBy[0]) ? sortBy : [sortBy];
|
|
24928
24966
|
return array.map((param) => `${param[0] === 'desc' ? '-' : ''}${param[1]}`);
|
|
@@ -25057,10 +25095,17 @@ const FORMATS = {
|
|
|
25057
25095
|
mimeTypes: ['application/geopackage+sqlite3'],
|
|
25058
25096
|
},
|
|
25059
25097
|
zip: {
|
|
25060
|
-
extensions: ['zip', 'tar.gz'],
|
|
25098
|
+
extensions: ['zip', 'tar.gz', 'gz', '7z', '7zip'],
|
|
25061
25099
|
priority: 8,
|
|
25062
25100
|
color: '#B0CB52',
|
|
25063
|
-
mimeTypes: [
|
|
25101
|
+
mimeTypes: [
|
|
25102
|
+
'application/zip',
|
|
25103
|
+
'application/x-zip',
|
|
25104
|
+
'application/x-compressed',
|
|
25105
|
+
'application/x-7z-compressed',
|
|
25106
|
+
'application/gzip',
|
|
25107
|
+
'application/x-gzip',
|
|
25108
|
+
],
|
|
25064
25109
|
},
|
|
25065
25110
|
pdf: {
|
|
25066
25111
|
extensions: ['pdf'],
|
|
@@ -25074,39 +25119,57 @@ const FORMATS = {
|
|
|
25074
25119
|
color: '#C4A98F',
|
|
25075
25120
|
mimeTypes: ['image/jpg'],
|
|
25076
25121
|
},
|
|
25122
|
+
png: {
|
|
25123
|
+
extensions: ['png'],
|
|
25124
|
+
priority: 10,
|
|
25125
|
+
color: '#8B5A3C',
|
|
25126
|
+
mimeTypes: ['image/png'],
|
|
25127
|
+
},
|
|
25128
|
+
tiff: {
|
|
25129
|
+
extensions: ['tiff', 'tif', 'geotiff', 'geotif'],
|
|
25130
|
+
priority: 11,
|
|
25131
|
+
color: '#6B4423',
|
|
25132
|
+
mimeTypes: ['image/tiff'],
|
|
25133
|
+
},
|
|
25077
25134
|
svg: {
|
|
25078
25135
|
extensions: ['svg'],
|
|
25079
|
-
priority:
|
|
25136
|
+
priority: 12,
|
|
25080
25137
|
color: '#EB6D82',
|
|
25081
25138
|
mimeTypes: ['image/svg+xml'],
|
|
25082
25139
|
},
|
|
25083
25140
|
dxf: {
|
|
25084
25141
|
extensions: ['dxf'],
|
|
25085
|
-
priority:
|
|
25142
|
+
priority: 13,
|
|
25086
25143
|
color: '#DCCD00',
|
|
25087
25144
|
mimeTypes: ['application/x-dxf', 'image/x-dxf'],
|
|
25088
25145
|
},
|
|
25089
25146
|
html: {
|
|
25090
25147
|
extensions: ['html', 'htm'],
|
|
25091
|
-
priority:
|
|
25148
|
+
priority: 14,
|
|
25092
25149
|
color: '#C0C9B6',
|
|
25093
25150
|
mimeTypes: ['text/html'],
|
|
25094
25151
|
},
|
|
25095
25152
|
fgb: {
|
|
25096
25153
|
extensions: ['fgb', 'flatgeobuf'],
|
|
25097
|
-
priority:
|
|
25154
|
+
priority: 15,
|
|
25098
25155
|
color: '#A8111C',
|
|
25099
25156
|
mimeTypes: ['application/flatgeobuf'],
|
|
25100
25157
|
},
|
|
25101
25158
|
jsonfg: {
|
|
25102
25159
|
extensions: ['jsonfg', 'jsonfgc'],
|
|
25103
|
-
priority:
|
|
25160
|
+
priority: 16,
|
|
25104
25161
|
color: '#009EE0',
|
|
25105
25162
|
mimeTypes: [
|
|
25106
25163
|
'application/vnd.ogc.fg+json',
|
|
25107
25164
|
'application/vnd.ogc.fg+json;compatibility=geojson',
|
|
25108
25165
|
],
|
|
25109
25166
|
},
|
|
25167
|
+
webp: {
|
|
25168
|
+
extensions: ['webp'],
|
|
25169
|
+
priority: 17,
|
|
25170
|
+
color: '#5A9E6F',
|
|
25171
|
+
mimeTypes: ['image/webp'],
|
|
25172
|
+
},
|
|
25110
25173
|
};
|
|
25111
25174
|
function getFormatPriority(linkFormat) {
|
|
25112
25175
|
for (const format in FORMATS) {
|
|
@@ -25365,7 +25428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
25365
25428
|
}] } });
|
|
25366
25429
|
|
|
25367
25430
|
var name = "geonetwork-ui";
|
|
25368
|
-
var version = "2.7.0-dev.
|
|
25431
|
+
var version = "2.7.0-dev.fdfe671c3";
|
|
25369
25432
|
var engines = {
|
|
25370
25433
|
node: ">=20"
|
|
25371
25434
|
};
|
|
@@ -25405,7 +25468,7 @@ var peerDependencies = {
|
|
|
25405
25468
|
};
|
|
25406
25469
|
var dependencies = {
|
|
25407
25470
|
"@biesbjerg/ngx-translate-extract-marker": "~1.0.0",
|
|
25408
|
-
"@camptocamp/ogc-client": "1.
|
|
25471
|
+
"@camptocamp/ogc-client": "^1.3.0",
|
|
25409
25472
|
"@geospatial-sdk/core": "0.0.5-dev.37",
|
|
25410
25473
|
"@geospatial-sdk/geocoding": "0.0.5-dev.37",
|
|
25411
25474
|
"@geospatial-sdk/legend": "0.0.5-dev.37",
|
|
@@ -26455,7 +26518,7 @@ class OrganizationsFromMetadataService {
|
|
|
26455
26518
|
this.platformService = platformService;
|
|
26456
26519
|
this.translateService = translateService;
|
|
26457
26520
|
this.groups$ = of(true).pipe(switchMap(() => this.groupsApiService.getGroups()), shareReplay$1());
|
|
26458
|
-
this.organisationsAggs$ = this.platformService.getApiVersion().pipe(switchMap((version) => this.searchApiService.search('bucket', null, JSON.stringify(this.getAggregationSearchRequest(version)))), filter((response) => !!response.aggregations.contact.org), tap$1((response) => response.aggregations.contact.org.buckets.forEach((r) => (r.doc_count =
|
|
26521
|
+
this.organisationsAggs$ = this.platformService.getApiVersion().pipe(switchMap((version) => this.searchApiService.search('bucket', null, JSON.stringify(this.getAggregationSearchRequest(version)))), filter$1((response) => !!response.aggregations.contact.org), tap$1((response) => response.aggregations.contact.org.buckets.forEach((r) => (r.doc_count =
|
|
26459
26522
|
response.aggregations.orgForResource.buckets.find((org) => org.key === r.key)?.doc_count || r.doc_count))), map$1((response) => response.aggregations.contact.org.buckets), shareReplay$1());
|
|
26460
26523
|
this.organisationsWithoutGroups$ = this.organisationsAggs$.pipe(map$1((buckets) => buckets.map((bucket) => {
|
|
26461
26524
|
const logoUrl = bucket.logoUrl.buckets?.[0]?.key;
|
|
@@ -27213,7 +27276,7 @@ class Gn4PlatformService {
|
|
|
27213
27276
|
};
|
|
27214
27277
|
}
|
|
27215
27278
|
return undefined;
|
|
27216
|
-
}), filter((event) => !!event), catchError((error) => {
|
|
27279
|
+
}), filter$1((event) => !!event), catchError((error) => {
|
|
27217
27280
|
return throwError(() => new Error(error.error?.message ?? error.message));
|
|
27218
27281
|
}));
|
|
27219
27282
|
}
|
|
@@ -28978,10 +29041,10 @@ class AutocompleteComponent {
|
|
|
28978
29041
|
}
|
|
28979
29042
|
}
|
|
28980
29043
|
ngOnInit() {
|
|
28981
|
-
const newValue$ = merge(of(''), this.inputCleared.pipe(map$1(() => '')), this.control.valueChanges.pipe(filter((value) => typeof value === 'string'), distinctUntilChanged(), debounceTime(400)));
|
|
28982
|
-
const externalValueChange$ = this.control.valueChanges.pipe(filter((value) => typeof value === 'object' && value.title), map$1((item) => item.title));
|
|
29044
|
+
const newValue$ = merge(of(''), this.inputCleared.pipe(map$1(() => '')), this.control.valueChanges.pipe(filter$1((value) => typeof value === 'string'), distinctUntilChanged(), debounceTime(400)));
|
|
29045
|
+
const externalValueChange$ = this.control.valueChanges.pipe(filter$1((value) => typeof value === 'object' && value.title), map$1((item) => item.title));
|
|
28983
29046
|
// this observable emits arrays of suggestions loaded using the given action
|
|
28984
|
-
const suggestionsFromAction = merge(newValue$.pipe(filter((value) => value.length >= this.minCharacterCount)), externalValueChange$).pipe(tap$1(() => {
|
|
29047
|
+
const suggestionsFromAction = merge(newValue$.pipe(filter$1((value) => value.length >= this.minCharacterCount)), externalValueChange$).pipe(tap$1(() => {
|
|
28985
29048
|
this.searching = true;
|
|
28986
29049
|
this.error = null;
|
|
28987
29050
|
}), switchMap$1((value) => this.action(value)), tap$1((suggestions) => {
|
|
@@ -28995,10 +29058,10 @@ class AutocompleteComponent {
|
|
|
28995
29058
|
}), finalize(() => (this.searching = false)));
|
|
28996
29059
|
this.suggestions$ = merge(suggestionsFromAction,
|
|
28997
29060
|
// if a new value is under the min char count, clear suggestions
|
|
28998
|
-
newValue$.pipe(filter((value) => value.length < this.minCharacterCount), map$1(() => [])));
|
|
29061
|
+
newValue$.pipe(filter$1((value) => value.length < this.minCharacterCount), map$1(() => [])));
|
|
28999
29062
|
// close the panel whenever suggestions are cleared
|
|
29000
29063
|
this.subscription.add(this.suggestions$
|
|
29001
|
-
.pipe(filter((suggestions) => suggestions.length === 0))
|
|
29064
|
+
.pipe(filter$1((suggestions) => suggestions.length === 0))
|
|
29002
29065
|
.subscribe(() => {
|
|
29003
29066
|
this.triggerRef?.closePanel();
|
|
29004
29067
|
}));
|
|
@@ -29008,7 +29071,7 @@ class AutocompleteComponent {
|
|
|
29008
29071
|
}
|
|
29009
29072
|
}));
|
|
29010
29073
|
this.control.valueChanges
|
|
29011
|
-
.pipe(filter((value) => typeof value === 'string'))
|
|
29074
|
+
.pipe(filter$1((value) => typeof value === 'string'))
|
|
29012
29075
|
.subscribe(this.lastInputValue$);
|
|
29013
29076
|
}
|
|
29014
29077
|
ngAfterViewInit() {
|
|
@@ -30352,8 +30415,8 @@ class ViewportIntersectorComponent {
|
|
|
30352
30415
|
constructor(vcRef) {
|
|
30353
30416
|
this.vcRef = vcRef;
|
|
30354
30417
|
this.isInViewport = new EventEmitter();
|
|
30355
|
-
this.entersViewport = this.isInViewport.pipe(filter((inViewport) => inViewport), map$1(() => undefined));
|
|
30356
|
-
this.exitsViewport = this.isInViewport.pipe(filter((inViewport) => !inViewport), map$1(() => undefined));
|
|
30418
|
+
this.entersViewport = this.isInViewport.pipe(filter$1((inViewport) => inViewport), map$1(() => undefined));
|
|
30419
|
+
this.exitsViewport = this.isInViewport.pipe(filter$1((inViewport) => !inViewport), map$1(() => undefined));
|
|
30357
30420
|
}
|
|
30358
30421
|
ngOnInit() {
|
|
30359
30422
|
const elToObserve = this.vcRef.element.nativeElement;
|
|
@@ -34170,7 +34233,7 @@ class RecordApiFormComponent {
|
|
|
34170
34233
|
this.limit$,
|
|
34171
34234
|
this.format$,
|
|
34172
34235
|
// only compute the url if the endpoint was created
|
|
34173
|
-
this.endpoint$.pipe(filter
|
|
34236
|
+
this.endpoint$.pipe(filter((endpoint) => !!endpoint)),
|
|
34174
34237
|
]).pipe(switchMap(([offset, limit, format]) => this.generateApiQueryUrl(offset, limit, format)));
|
|
34175
34238
|
this.noLimitChecked$ = this.limit$.pipe(map$2((limit) => limit === '-1' || limit === ''));
|
|
34176
34239
|
this.displayLimit$ = this.limit$.pipe(map$2((limit) => (limit !== '-1' ? limit : '')));
|
|
@@ -35676,7 +35739,7 @@ class FavoriteStarComponent {
|
|
|
35676
35739
|
}
|
|
35677
35740
|
});
|
|
35678
35741
|
this.countSubscription = this.favoritesService.myFavoritesUuid$
|
|
35679
|
-
.pipe(pairwise())
|
|
35742
|
+
.pipe(pairwise$1())
|
|
35680
35743
|
.subscribe(([oldFavs, newFavs]) => {
|
|
35681
35744
|
const editedFavs = (oldFavs.length < newFavs.length
|
|
35682
35745
|
? newFavs.slice(-1)
|
|
@@ -35753,8 +35816,8 @@ class ResultsListContainerComponent {
|
|
|
35753
35816
|
}
|
|
35754
35817
|
}), map$1((records) => !!records[0]?.extras.qualityScore));
|
|
35755
35818
|
this.error$ = this.facade.error$;
|
|
35756
|
-
this.errorCode$ = this.error$.pipe(filter((error) => error !== null), map$1((error) => error.code));
|
|
35757
|
-
this.errorMessage$ = this.error$.pipe(filter((error) => error !== null), map$1((error) => error.message));
|
|
35819
|
+
this.errorCode$ = this.error$.pipe(filter$1((error) => error !== null), map$1((error) => error.code));
|
|
35820
|
+
this.errorMessage$ = this.error$.pipe(filter$1((error) => error !== null), map$1((error) => error.message));
|
|
35758
35821
|
this.allowShowMore$ = combineLatest([
|
|
35759
35822
|
this.facade.isLoading$,
|
|
35760
35823
|
this.facade.currentPage$,
|
|
@@ -35833,7 +35896,7 @@ class FilterDropdownComponent {
|
|
|
35833
35896
|
this.searchFacade = searchFacade;
|
|
35834
35897
|
this.searchService = searchService;
|
|
35835
35898
|
this.fieldsService = fieldsService;
|
|
35836
|
-
this.selected$ = this.searchFacade.searchFilters$.pipe(switchMap((filters) => this.fieldsService.readFieldValuesFromFilters(filters)), map$1((fieldValues) => fieldValues[this.fieldName]), filter((selected) => !!selected), startWith$1([]), catchError(() => of([])));
|
|
35899
|
+
this.selected$ = this.searchFacade.searchFilters$.pipe(switchMap((filters) => this.fieldsService.readFieldValuesFromFilters(filters)), map$1((fieldValues) => fieldValues[this.fieldName]), filter$1((selected) => !!selected), startWith$1([]), catchError(() => of([])));
|
|
35837
35900
|
this.selectedDateRange$ = this.selected$.pipe(map$1((selectedDateRange) => selectedDateRange));
|
|
35838
35901
|
}
|
|
35839
35902
|
ngOnInit() {
|
|
@@ -36291,7 +36354,7 @@ class ResultsHitsContainerComponent {
|
|
|
36291
36354
|
this.fieldName = 'recordKind';
|
|
36292
36355
|
}
|
|
36293
36356
|
ngOnInit() {
|
|
36294
|
-
this.selected$ = this.searchFacade.searchFilters$.pipe(switchMap((filters) => this.fieldsService.readFieldValuesFromFilters(filters)), map$2((fieldValues) => fieldValues[this.fieldName]), filter
|
|
36357
|
+
this.selected$ = this.searchFacade.searchFilters$.pipe(switchMap((filters) => this.fieldsService.readFieldValuesFromFilters(filters)), map$2((fieldValues) => fieldValues[this.fieldName]), filter((selected) => !!selected), startWith([]), catchError$1(() => of([])));
|
|
36295
36358
|
this.filterChoices$ = (this.fieldsService.getAvailableValues(this.fieldName));
|
|
36296
36359
|
}
|
|
36297
36360
|
onSelectionChanged(values) {
|
|
@@ -36368,7 +36431,7 @@ class SortByComponent {
|
|
|
36368
36431
|
value: SortByEnum.POPULARITY.join(','),
|
|
36369
36432
|
},
|
|
36370
36433
|
];
|
|
36371
|
-
this.currentSortBy$ = this.facade.sortBy$.pipe(filter((sortBy) => !!sortBy), map$1((sortBy) => sortBy.join(',')));
|
|
36434
|
+
this.currentSortBy$ = this.facade.sortBy$.pipe(filter$1((sortBy) => !!sortBy), map$1((sortBy) => sortBy.join(',')));
|
|
36372
36435
|
}
|
|
36373
36436
|
ngOnInit() {
|
|
36374
36437
|
if (this.isQualitySortable) {
|
|
@@ -38133,9 +38196,9 @@ class DataService {
|
|
|
38133
38196
|
}
|
|
38134
38197
|
async getDownloadUrlsFromOgcApi(url) {
|
|
38135
38198
|
const endpoint = new OgcApiEndpoint(url);
|
|
38136
|
-
return await endpoint.
|
|
38199
|
+
return await endpoint.featureCollections
|
|
38137
38200
|
.then((collections) => {
|
|
38138
|
-
return endpoint.getCollectionInfo(collections[0]
|
|
38201
|
+
return endpoint.getCollectionInfo(collections[0]);
|
|
38139
38202
|
})
|
|
38140
38203
|
.catch((error) => {
|
|
38141
38204
|
throw new Error(`ogc.unreachable.unknown`);
|
|
@@ -38146,7 +38209,7 @@ class DataService {
|
|
|
38146
38209
|
return await endpoint.featureCollections
|
|
38147
38210
|
.then((collections) => {
|
|
38148
38211
|
return collections.length
|
|
38149
|
-
? endpoint.
|
|
38212
|
+
? endpoint.getCollectionItems(collections[0])
|
|
38150
38213
|
: null;
|
|
38151
38214
|
})
|
|
38152
38215
|
.catch(() => {
|
|
@@ -38534,7 +38597,7 @@ class DataTableComponent {
|
|
|
38534
38597
|
async readData() {
|
|
38535
38598
|
this.loading$.next(true);
|
|
38536
38599
|
// wait for properties to be read
|
|
38537
|
-
const properties = await firstValueFrom(this.properties$.pipe(filter
|
|
38600
|
+
const properties = await firstValueFrom(this.properties$.pipe(filter((p) => !!p)));
|
|
38538
38601
|
const propsWithoutGeom = properties.filter((p) => !p.toLowerCase().startsWith('geom'));
|
|
38539
38602
|
this.dataset_.select(...propsWithoutGeom);
|
|
38540
38603
|
try {
|
|
@@ -38785,8 +38848,8 @@ class ChartViewComponent {
|
|
|
38785
38848
|
this.yProperty$ = new BehaviorSubject(undefined);
|
|
38786
38849
|
this.chartType$ = new BehaviorSubject('bar');
|
|
38787
38850
|
this.chartConfig$ = combineLatest([
|
|
38788
|
-
this.xProperty$.pipe(filter((value) => value !== undefined)),
|
|
38789
|
-
this.yProperty$.pipe(filter((value) => value !== undefined)),
|
|
38851
|
+
this.xProperty$.pipe(filter$1((value) => value !== undefined)),
|
|
38852
|
+
this.yProperty$.pipe(filter$1((value) => value !== undefined)),
|
|
38790
38853
|
this.aggregation$,
|
|
38791
38854
|
this.chartType$,
|
|
38792
38855
|
]).pipe(map$1(([xProperty, yProperty, aggregation, chartType]) => ({
|
|
@@ -38805,7 +38868,7 @@ class ChartViewComponent {
|
|
|
38805
38868
|
{ label: 'chart.type.lineSmooth', value: 'line-interpolated' },
|
|
38806
38869
|
{ label: 'chart.type.pie', value: 'pie' },
|
|
38807
38870
|
];
|
|
38808
|
-
this.dataset$ = this.currentLink$.pipe(filter((link) => !!link), switchMap$1((link) => {
|
|
38871
|
+
this.dataset$ = this.currentLink$.pipe(filter$1((link) => !!link), switchMap$1((link) => {
|
|
38809
38872
|
this.error = null;
|
|
38810
38873
|
this.loading = true;
|
|
38811
38874
|
if (link.accessRestricted) {
|
|
@@ -38841,10 +38904,10 @@ class ChartViewComponent {
|
|
|
38841
38904
|
}));
|
|
38842
38905
|
this.chartData$ = combineLatest([
|
|
38843
38906
|
this.dataset$,
|
|
38844
|
-
this.xProperty$.pipe(filter((value) => value !== undefined)),
|
|
38845
|
-
this.yProperty$.pipe(filter((value) => value !== undefined)),
|
|
38907
|
+
this.xProperty$.pipe(filter$1((value) => value !== undefined)),
|
|
38908
|
+
this.yProperty$.pipe(filter$1((value) => value !== undefined)),
|
|
38846
38909
|
this.aggregation$,
|
|
38847
|
-
]).pipe(filter(([_, x, y]) => !!x || !!y), switchMap$1(([dataset, xProp, yProp, aggregation]) => {
|
|
38910
|
+
]).pipe(filter$1(([_, x, y]) => !!x || !!y), switchMap$1(([dataset, xProp, yProp, aggregation]) => {
|
|
38848
38911
|
const fieldAgg = aggregation === 'count' ? ['count'] : [aggregation, yProp];
|
|
38849
38912
|
return dataset
|
|
38850
38913
|
.groupBy(['distinct', xProp])
|
|
@@ -39194,9 +39257,9 @@ class MdViewFacade {
|
|
|
39194
39257
|
this.dataService = dataService;
|
|
39195
39258
|
this.isPresent$ = this.store.pipe(select(getMetadataUuid), map$1((uuid) => !!uuid));
|
|
39196
39259
|
this.isMetadataLoading$ = this.store.pipe(select(getMetadataIsLoading));
|
|
39197
|
-
this.metadata$ = this.store.pipe(select(getMetadata), filter((md) => !!md));
|
|
39260
|
+
this.metadata$ = this.store.pipe(select(getMetadata), filter$1((md) => !!md));
|
|
39198
39261
|
this.featureCatalog$ = this.store.pipe(select(getFeatureCatalog));
|
|
39199
|
-
this.isIncomplete$ = this.store.pipe(select(getMetadataIsIncomplete), filter((incomplete) => incomplete !== null));
|
|
39262
|
+
this.isIncomplete$ = this.store.pipe(select(getMetadataIsIncomplete), filter$1((incomplete) => incomplete !== null));
|
|
39200
39263
|
this.isHighUpdateFrequency$ = this.metadata$.pipe(map$1((record) => {
|
|
39201
39264
|
if (record.updateFrequency instanceof Object) {
|
|
39202
39265
|
return (record.updateFrequency.per === 'day' &&
|
|
@@ -39220,7 +39283,9 @@ class MdViewFacade {
|
|
|
39220
39283
|
if (link.type === 'service' &&
|
|
39221
39284
|
link.accessServiceProtocol === 'ogcFeatures') {
|
|
39222
39285
|
return from(this.dataService.getItemsFromOgcApi(link.url.href)).pipe(map$1((collectionRecords) => {
|
|
39223
|
-
return collectionRecords &&
|
|
39286
|
+
return collectionRecords &&
|
|
39287
|
+
collectionRecords[0] &&
|
|
39288
|
+
collectionRecords[0].geometry
|
|
39224
39289
|
? link
|
|
39225
39290
|
: null;
|
|
39226
39291
|
}), defaultIfEmpty(null), catchError((e) => {
|
|
@@ -39300,7 +39365,7 @@ class MdViewEffects {
|
|
|
39300
39365
|
}
|
|
39301
39366
|
return loadFullMetadataSuccess({ full: record });
|
|
39302
39367
|
}), catchError((error) => of(loadFullMetadataFailure({ otherError: error.message })))));
|
|
39303
|
-
this.loadFeatureCatalog$ = createEffect(() => this.actions$.pipe(ofType(loadFullMetadataSuccess), filter(({ full }) => full !== undefined), switchMap$1(({ full }) => this.recordsRepository.getFeatureCatalog(full)), map$1((featureCatalog) => loadFeatureCatalogSuccess({
|
|
39368
|
+
this.loadFeatureCatalog$ = createEffect(() => this.actions$.pipe(ofType(loadFullMetadataSuccess), filter$1(({ full }) => full !== undefined), switchMap$1(({ full }) => this.recordsRepository.getFeatureCatalog(full)), map$1((featureCatalog) => loadFeatureCatalogSuccess({
|
|
39304
39369
|
datasetCatalog: featureCatalog,
|
|
39305
39370
|
})), catchError((error) => of(loadFeatureCatalogFailure({
|
|
39306
39371
|
error: error.message,
|
|
@@ -40281,7 +40346,7 @@ class SourcesService {
|
|
|
40281
40346
|
this.sources$ = this.sourcesApiService.getSubPortals1().pipe(shareReplay$1());
|
|
40282
40347
|
}
|
|
40283
40348
|
getSourceLabel(uuid) {
|
|
40284
|
-
return this.sources$.pipe(map$1((sources) => sources.filter((source) => source.uuid === uuid)[0]), filter((source) => !!source), map$1((source) => source.label[toLang3(this.translateService.currentLang)]));
|
|
40349
|
+
return this.sources$.pipe(map$1((sources) => sources.filter((source) => source.uuid === uuid)[0]), filter$1((source) => !!source), map$1((source) => source.label[toLang3(this.translateService.currentLang)]));
|
|
40285
40350
|
}
|
|
40286
40351
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourcesService, deps: [{ token: SourcesApiService }, { token: i1$1.TranslateService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
40287
40352
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: SourcesService, providedIn: 'root' }); }
|
|
@@ -41128,7 +41193,7 @@ class EditorFacade {
|
|
|
41128
41193
|
this.record$ = this.store.pipe(select(selectRecord));
|
|
41129
41194
|
this.recordSource$ = this.store.pipe(select(selectRecordSource));
|
|
41130
41195
|
this.saving$ = this.store.pipe(select(selectRecordSaving));
|
|
41131
|
-
this.saveError$ = this.store.pipe(select(selectRecordSaveError), filter
|
|
41196
|
+
this.saveError$ = this.store.pipe(select(selectRecordSaveError), filter((error) => !!error));
|
|
41132
41197
|
this.saveSuccess$ = this.actions$.pipe(ofType(saveRecordSuccess));
|
|
41133
41198
|
this.changedSinceSave$ = this.store.pipe(select(selectRecordChangedSinceSave));
|
|
41134
41199
|
this.currentSections$ = this.store.pipe(select(selectRecordSections));
|
|
@@ -41288,7 +41353,7 @@ class EditorEffects {
|
|
|
41288
41353
|
record,
|
|
41289
41354
|
recordSource,
|
|
41290
41355
|
}))));
|
|
41291
|
-
this.checkHasChangesOnOpen$ = createEffect(() => this.actions$.pipe(ofType(openRecord), map$1(({ record }) => this.recordsRepository.recordHasDraft(record.uniqueIdentifier)), filter
|
|
41356
|
+
this.checkHasChangesOnOpen$ = createEffect(() => this.actions$.pipe(ofType(openRecord), map$1(({ record }) => this.recordsRepository.recordHasDraft(record.uniqueIdentifier)), filter((hasDraft) => hasDraft), map$1(() => markRecordAsChanged())));
|
|
41292
41357
|
this.hasRecordChangedSinceDraft$ = createEffect(() => this.actions$.pipe(ofType(hasRecordChangedSinceDraft), switchMap$1(({ record }) => this.editorService
|
|
41293
41358
|
.hasRecordChangedSinceDraft(record)
|
|
41294
41359
|
.pipe(map$1((changes) => hasRecordChangedSinceDraftSuccess({ changes }))))));
|
|
@@ -43775,7 +43840,7 @@ class RouterFacade {
|
|
|
43775
43840
|
this.routerService = routerService;
|
|
43776
43841
|
this.currentRoute$ = this.store.pipe(select(selectCurrentRoute));
|
|
43777
43842
|
this.pathParams$ = this.store.pipe(select(selectRouteParams));
|
|
43778
|
-
this.searchParams$ = this.currentRoute$.pipe(filter((route) => !!route), filter((route) => route.url[0]?.path.startsWith(ROUTER_ROUTE_SEARCH)), map$1((route) => route.queryParams), distinctUntilChanged((a, b) => JSON.stringify(a) === JSON.stringify(b)), map$1(expandQueryParams));
|
|
43843
|
+
this.searchParams$ = this.currentRoute$.pipe(filter$1((route) => !!route), filter$1((route) => route.url[0]?.path.startsWith(ROUTER_ROUTE_SEARCH)), map$1((route) => route.queryParams), distinctUntilChanged((a, b) => JSON.stringify(a) === JSON.stringify(b)), map$1(expandQueryParams));
|
|
43779
43844
|
this.routeMap = {
|
|
43780
43845
|
dataset: ROUTER_ROUTE_DATASET,
|
|
43781
43846
|
service: ROUTER_ROUTE_SERVICE,
|
|
@@ -43785,7 +43850,7 @@ class RouterFacade {
|
|
|
43785
43850
|
goToMetadata(metadata) {
|
|
43786
43851
|
const selectedRoute = this.routeMap[metadata.kind] || ROUTER_ROUTE_DATASET;
|
|
43787
43852
|
this.pathParams$
|
|
43788
|
-
.pipe(take(1), filter((params) => params.metadataUuid !== metadata.uniqueIdentifier))
|
|
43853
|
+
.pipe(take(1), filter$1((params) => params.metadataUuid !== metadata.uniqueIdentifier))
|
|
43789
43854
|
.subscribe(() => {
|
|
43790
43855
|
this.go({
|
|
43791
43856
|
path: `${selectedRoute}/${metadata.uniqueIdentifier}`,
|
|
@@ -43846,7 +43911,7 @@ class RouterEffects {
|
|
|
43846
43911
|
})), { dispatch: false });
|
|
43847
43912
|
this.syncSearchState$ = createEffect(() => this.facade.searchParams$.pipe(mergeMap((searchParams) => this.fieldsService
|
|
43848
43913
|
.buildFiltersFromFieldValues(searchParams)
|
|
43849
|
-
.pipe(map$1((filters) => [searchParams, filters]))), startWith([null, {}]), pairwise
|
|
43914
|
+
.pipe(map$1((filters) => [searchParams, filters]))), startWith([null, {}]), pairwise(), map$1(([[oldParams, oldFilters], [newParams, newFilters]]) => {
|
|
43850
43915
|
let sortBy = ROUTE_PARAMS.SORT in newParams
|
|
43851
43916
|
? sortByFromString(newParams[ROUTE_PARAMS.SORT])
|
|
43852
43917
|
: SortByEnum.CHANGE_DATE;
|
|
@@ -44059,5 +44124,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
44059
44124
|
* Generated bundle index. Do not edit.
|
|
44060
44125
|
*/
|
|
44061
44126
|
|
|
44062
|
-
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, 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 };
|
|
44127
|
+
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 };
|
|
44063
44128
|
//# sourceMappingURL=geonetwork-ui.mjs.map
|