geonetwork-ui 2.10.0-dev.de2fa8e42 → 2.10.0-dev.e2dc4fd62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/geonetwork-ui.mjs +514 -5790
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +122 -67
- package/index.d.ts.map +1 -1
- package/material-styles.css +483 -0
- package/package.json +25 -35
- package/src/libs/api/metadata-converter/src/lib/dcat-ap/dcat-ap.converter.ts +9 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/eu.dcat-ap.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/generic.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+ongules.ts +7 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.reuse+roilaye.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geo2france.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/geocat-ch.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/georhena.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metadata-for-i18n.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/metawal.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/opendataswiss.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/sextant.records.ts +2 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/vlaanderen.dcat-ap.records.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/fixtures/wallonie.records.reuse.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/atomic-operations.ts +48 -7
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.converter.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +5 -4
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/types/metadata.model.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/iso19115-3.converter.ts +7 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/read-parts.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/iso19115-3/write-parts.ts +8 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/iso19139.converter.ts +11 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/read-parts.ts +33 -0
- package/src/libs/api/metadata-converter/src/lib/iso19139/write-parts.ts +33 -0
- package/src/libs/api/repository/src/lib/gn4/auth/auth.service.ts +8 -4
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +2 -2
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +54 -32
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-groups.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/organizations/organizations-from-metadata.service.ts +1 -1
- package/src/libs/api/repository/src/lib/gn4/platform/gn4-platform.service.ts +48 -2
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +13 -5
- package/src/libs/common/domain/src/lib/model/thesaurus/thesaurus.model.ts +2 -1
- package/src/libs/common/domain/src/lib/model/user/group.model.ts +8 -0
- package/src/libs/common/domain/src/lib/model/user/index.ts +1 -0
- package/src/libs/common/domain/src/lib/platform.service.interface.ts +2 -0
- package/src/libs/common/fixtures/src/lib/records.fixtures.ts +5 -0
- package/src/libs/feature/catalog/src/lib/sources/sources.service.ts +5 -2
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +4 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +6 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-topics/form-field-topics.component.ts +2 -2
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.css +0 -34
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.css +35 -0
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.html +5 -1
- package/src/libs/feature/editor/src/lib/components/record-form/record-form.component.ts +35 -19
- package/src/libs/feature/editor/src/lib/fields.config.ts +60 -47
- package/src/libs/feature/editor/src/lib/services/editor.service.ts +1 -1
- package/src/libs/feature/map/src/lib/utils/map-utils.service.ts +33 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +9 -1
- package/src/libs/ui/catalog/src/lib/language-switcher/language-switcher.component.ts +2 -2
- package/src/libs/ui/dataviz/src/index.ts +0 -1
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +48 -56
- package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.html +7 -3
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.css +13 -0
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.html +13 -3
- package/src/libs/ui/elements/src/lib/image-overlay-preview/image-overlay-preview.component.ts +43 -6
- package/src/libs/ui/elements/src/lib/markdown-parser/markdown-parser.component.ts +2 -2
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +18 -8
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +29 -1
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +4 -0
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +2 -2
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +4 -54
- package/src/libs/ui/map/src/lib/map-utils.ts +48 -0
- package/src/libs/ui/search/src/lib/record-preview-feed/record-preview-feed.component.ts +1 -1
- package/src/libs/ui/widgets/src/lib/popover/popover.component.ts +7 -1
- package/src/libs/util/app-config/src/lib/app-config.ts +35 -10
- package/src/libs/util/app-config/src/lib/model.ts +3 -0
- package/src/libs/util/app-config/src/lib/parse-utils.ts +27 -0
- package/src/libs/util/data-fetcher/src/lib/readers/base-file.ts +1 -2
- package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +6 -3
- package/src/libs/util/i18n/src/index.ts +0 -1
- package/src/libs/util/i18n/src/lib/i18n.constants.ts +17 -11
- package/src/libs/util/i18n/src/lib/i18n.interceptor.ts +2 -2
- package/src/libs/util/i18n/src/lib/i18n.providers.ts +14 -17
- package/src/libs/util/i18n/src/lib/test.translate.loader.ts +48 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +1 -1
- package/src/libs/util/shared/src/lib/services/date.service.ts +3 -3
- package/src/libs/util/shared/src/lib/utils/geojson.ts +58 -1
- package/style.css +0 -1
- package/tailwind.base.css +8 -0
- package/translations/de.json +23 -19
- package/translations/en.json +23 -19
- package/translations/es.json +23 -19
- package/translations/fr.json +23 -19
- package/translations/it.json +23 -19
- package/translations/nl.json +23 -19
- package/translations/pt.json +23 -19
- package/translations/sk.json +23 -19
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as geojson from 'geojson';
|
|
2
|
-
import { Geometry, Feature, FeatureCollection } from 'geojson';
|
|
2
|
+
import { Geometry, Feature, Polygon, FeatureCollection } from 'geojson';
|
|
3
3
|
import { XmlElement, XmlDocument, XmlComment, XmlProcessingInstruction, XmlDeclaration, XmlDocumentType, XmlCdata, XmlText } from '@rgrove/parse-xml';
|
|
4
4
|
export { XmlDocument, XmlElement } from '@rgrove/parse-xml';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
@@ -9,9 +9,9 @@ import { Observable, Subject, BehaviorSubject, Subscription, ReplaySubject } fro
|
|
|
9
9
|
import { Store, NamedNode } from 'rdflib';
|
|
10
10
|
import { ContentType } from 'rdflib/lib/types';
|
|
11
11
|
import { HttpParameterCodec, HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpInterceptor, HttpRequest, HttpHandler } from '@angular/common/http';
|
|
12
|
-
import { TranslateService, TranslateModuleConfig
|
|
12
|
+
import { TranslateService, TranslateModuleConfig } from '@ngx-translate/core';
|
|
13
13
|
import * as _geospatial_sdk_core from '@geospatial-sdk/core';
|
|
14
|
-
import { MapContext, MapContextLayer, Extent, SourceLoadErrorEvent } from '@geospatial-sdk/core';
|
|
14
|
+
import { MapContext, MapContextLayer, Extent, SourceLoadErrorEvent, MapContextLayerGeojson } from '@geospatial-sdk/core';
|
|
15
15
|
import * as _ngrx_store from '@ngrx/store';
|
|
16
16
|
import { Action } from '@ngrx/store';
|
|
17
17
|
import { Style } from 'ol/style.js';
|
|
@@ -46,7 +46,6 @@ import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
|
46
46
|
import { Locale } from 'date-fns/locale';
|
|
47
47
|
import { ViewportScroller } from '@angular/common';
|
|
48
48
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
49
|
-
import { TranslateMessageFormatCompiler } from 'ngx-translate-messageformat-compiler';
|
|
50
49
|
|
|
51
50
|
type LanguageCode = string;
|
|
52
51
|
type FieldTranslation = Record<LanguageCode, string>;
|
|
@@ -100,7 +99,7 @@ interface Individual {
|
|
|
100
99
|
|
|
101
100
|
type KeywordType = 'place' | 'temporal' | 'theme' | 'other';
|
|
102
101
|
interface ThesaurusModel {
|
|
103
|
-
id
|
|
102
|
+
id?: string;
|
|
104
103
|
name?: string;
|
|
105
104
|
url?: URL;
|
|
106
105
|
thesaurusKey?: string;
|
|
@@ -136,12 +135,9 @@ interface Keyword {
|
|
|
136
135
|
type: KeywordType;
|
|
137
136
|
thesaurus?: ThesaurusModel;
|
|
138
137
|
bbox?: [number, number, number, number];
|
|
138
|
+
hierarchyPath?: string[];
|
|
139
139
|
translations?: KeywordTranslations;
|
|
140
140
|
}
|
|
141
|
-
interface INSPIRE_topic {
|
|
142
|
-
value: string;
|
|
143
|
-
label: string;
|
|
144
|
-
}
|
|
145
141
|
interface ResourceIdentifier$1 {
|
|
146
142
|
code: string;
|
|
147
143
|
codeSpace?: string;
|
|
@@ -229,10 +225,19 @@ interface DatasetTemporalExtent {
|
|
|
229
225
|
start: Date;
|
|
230
226
|
end?: Date;
|
|
231
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* Represents a source dataset referenced from a lineage entry.
|
|
230
|
+
*/
|
|
231
|
+
interface SourceRecord {
|
|
232
|
+
uuid?: string;
|
|
233
|
+
title?: string;
|
|
234
|
+
href?: string;
|
|
235
|
+
}
|
|
232
236
|
interface DatasetRecord extends BaseRecord {
|
|
233
237
|
kind: 'dataset';
|
|
234
238
|
status: RecordStatus;
|
|
235
239
|
lineage: string;
|
|
240
|
+
sourceRecords: Array<SourceRecord>;
|
|
236
241
|
onlineResources: Array<DatasetOnlineResource>;
|
|
237
242
|
spatialExtents: Array<DatasetSpatialExtent>;
|
|
238
243
|
temporalExtents: Array<DatasetTemporalExtent>;
|
|
@@ -256,6 +261,7 @@ interface ServiceRecord extends BaseRecord {
|
|
|
256
261
|
interface ReuseRecord extends BaseRecord {
|
|
257
262
|
kind: 'reuse';
|
|
258
263
|
lineage: string;
|
|
264
|
+
sourceRecords: Array<SourceRecord>;
|
|
259
265
|
onlineResources: Array<DatasetOnlineResource>;
|
|
260
266
|
reuseType: ReuseType;
|
|
261
267
|
spatialExtents: Array<DatasetSpatialExtent>;
|
|
@@ -427,6 +433,7 @@ type ThesaurusName = string;
|
|
|
427
433
|
interface Thesaurus {
|
|
428
434
|
id?: string;
|
|
429
435
|
title?: string;
|
|
436
|
+
multilingualTitle?: MultilingualField;
|
|
430
437
|
theme?: string;
|
|
431
438
|
link?: string;
|
|
432
439
|
keywords: MultilingualField[];
|
|
@@ -687,7 +694,17 @@ declare const getAsUrl: (field: any, location?: string) => URL;
|
|
|
687
694
|
declare const mapLogo: (source: SourceWithUnknownProps) => URL;
|
|
688
695
|
declare const mapOrganization: (sourceContact: SourceWithUnknownProps, lang3: string) => Organization;
|
|
689
696
|
declare const mapContact: (sourceContact: SourceWithUnknownProps, lang3: string) => Individual;
|
|
690
|
-
|
|
697
|
+
interface KeywordTree {
|
|
698
|
+
default?: string[];
|
|
699
|
+
}
|
|
700
|
+
/**
|
|
701
|
+
* Resolves a keyword's ancestor path within its thesaurus tree, or null for a
|
|
702
|
+
* root-level keyword (no ancestors to show). Tree entries are `^`-joined label
|
|
703
|
+
* paths (default language); they aren't index-aligned with the keywords, so we
|
|
704
|
+
* match on the last segment (not by position/URI), shortest path on poly-hierarchy.
|
|
705
|
+
*/
|
|
706
|
+
declare const getKeywordHierarchyPath: (keywordDefaultLabel: string, tree?: KeywordTree | null) => string[] | null;
|
|
707
|
+
declare const mapKeywords: (thesauri: Record<string, Thesaurus>, language: string, source?: SourceWithUnknownProps) => any[];
|
|
691
708
|
|
|
692
709
|
type ESResponseSource = SourceWithUnknownProps;
|
|
693
710
|
type EsFieldMapperFn = (output: Partial<CatalogRecord>, source: ESResponseSource) => Partial<CatalogRecord>;
|
|
@@ -1077,6 +1094,7 @@ declare abstract class RecordsRepositoryInterface {
|
|
|
1077
1094
|
|
|
1078
1095
|
type RecordAsXml = string;
|
|
1079
1096
|
declare const DISABLE_DRAFT: InjectionToken<boolean>;
|
|
1097
|
+
declare const DEFAULT_RECORD_CONVERTER: InjectionToken<BaseConverter<string>>;
|
|
1080
1098
|
declare class Gn4Repository implements RecordsRepositoryInterface {
|
|
1081
1099
|
private httpClient;
|
|
1082
1100
|
private gn4SearchApi;
|
|
@@ -1087,6 +1105,7 @@ declare class Gn4Repository implements RecordsRepositoryInterface {
|
|
|
1087
1105
|
private gn4LanguagesApi;
|
|
1088
1106
|
private settingsService;
|
|
1089
1107
|
private disableDraft;
|
|
1108
|
+
private defaultConverter;
|
|
1090
1109
|
_draftsChanged: Subject<void>;
|
|
1091
1110
|
draftsChanged$: Observable<void>;
|
|
1092
1111
|
search({ filters, fields, offset, limit, sort, filterIds, filterGeometry, }: SearchParams): Observable<SearchResults>;
|
|
@@ -1746,6 +1765,15 @@ interface UserModel {
|
|
|
1746
1765
|
profileIcon?: string;
|
|
1747
1766
|
}
|
|
1748
1767
|
|
|
1768
|
+
interface GroupModel {
|
|
1769
|
+
groupId: number;
|
|
1770
|
+
groupName: string;
|
|
1771
|
+
isMember: boolean;
|
|
1772
|
+
canEdit: boolean;
|
|
1773
|
+
canApprove: boolean;
|
|
1774
|
+
canAdministrate: boolean;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1749
1777
|
interface RecordAttachment {
|
|
1750
1778
|
url: URL;
|
|
1751
1779
|
fileName: string;
|
|
@@ -1765,6 +1793,7 @@ declare abstract class PlatformServiceInterface {
|
|
|
1765
1793
|
abstract getMe(): Observable<UserModel>;
|
|
1766
1794
|
abstract isAnonymous(): Observable<boolean>;
|
|
1767
1795
|
abstract getUsers(): Observable<UserModel[]>;
|
|
1796
|
+
abstract getUserPermissionsByGroup(): Observable<GroupModel[]>;
|
|
1768
1797
|
abstract getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
|
|
1769
1798
|
abstract getOrganizations(): Observable<Organization[]>;
|
|
1770
1799
|
abstract translateKey(key: string): Observable<string>;
|
|
@@ -1923,6 +1952,7 @@ declare const DISABLE_AUTH: InjectionToken<boolean>;
|
|
|
1923
1952
|
declare class Gn4PlatformService implements PlatformServiceInterface {
|
|
1924
1953
|
private meApi;
|
|
1925
1954
|
private usersApi;
|
|
1955
|
+
private groupsApi;
|
|
1926
1956
|
private mapper;
|
|
1927
1957
|
private toolsApiService;
|
|
1928
1958
|
private registriesApiService;
|
|
@@ -1954,6 +1984,7 @@ declare class Gn4PlatformService implements PlatformServiceInterface {
|
|
|
1954
1984
|
getOrganizations(): Observable<Organization[]>;
|
|
1955
1985
|
getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
|
|
1956
1986
|
getUsers(): Observable<UserModel[]>;
|
|
1987
|
+
getUserPermissionsByGroup(): Observable<GroupModel[]>;
|
|
1957
1988
|
translateKey(key: string): Observable<string>;
|
|
1958
1989
|
private allThesaurus$;
|
|
1959
1990
|
searchKeywords(query: string, keywordTypes: KeywordType[]): Observable<Keyword[]>;
|
|
@@ -2118,6 +2149,20 @@ declare function createFuzzyFilter(pattern: string): FuzzyFilter;
|
|
|
2118
2149
|
declare function getGeometryFromGeoJSON(data: FeatureCollection | Feature | Geometry): Geometry | null;
|
|
2119
2150
|
type BoundingBox = [number, number, number, number];
|
|
2120
2151
|
declare function getGeometryBoundingBox(geometry: Geometry): BoundingBox;
|
|
2152
|
+
/**
|
|
2153
|
+
* Builds the closed GeoJSON Polygon matching the given bounding box.
|
|
2154
|
+
*/
|
|
2155
|
+
declare function bboxToPolygon(bbox: BoundingBox): Polygon;
|
|
2156
|
+
/**
|
|
2157
|
+
* Returns the geometry carried by a spatial extent, falling back to the polygon
|
|
2158
|
+
* derived from its bounding box. Returns null when the extent has neither.
|
|
2159
|
+
*/
|
|
2160
|
+
declare function spatialExtentToGeometry(extent: DatasetSpatialExtent): Geometry | null;
|
|
2161
|
+
/**
|
|
2162
|
+
* Converts a list of dataset spatial extents into a GeoJSON FeatureCollection,
|
|
2163
|
+
* e.g. to be used as the data source of a map layer.
|
|
2164
|
+
*/
|
|
2165
|
+
declare function spatialExtentsToFeatureCollection(extents: DatasetSpatialExtent[]): FeatureCollection;
|
|
2121
2166
|
|
|
2122
2167
|
declare function downsizeImage(blob: Blob, maxWidth: number, maxHeight: number): Promise<Blob>;
|
|
2123
2168
|
declare function downgradeImage(blob: Blob, maxSizeBytes: number): Promise<Blob>;
|
|
@@ -2377,6 +2422,15 @@ declare class GnUiHumanizeDateDirective implements OnInit {
|
|
|
2377
2422
|
|
|
2378
2423
|
declare class MapUtilsService {
|
|
2379
2424
|
getRecordExtent(record: Partial<CatalogRecord>): BoundingBox;
|
|
2425
|
+
/**
|
|
2426
|
+
* Builds a non-interactive overlay layer drawing the spatial extent(s)
|
|
2427
|
+
* declared in the record's metadata (bounding boxes and/or geometries).
|
|
2428
|
+
* Returns null when the record has no usable spatial extent.
|
|
2429
|
+
*
|
|
2430
|
+
* This is purely for display and is independent from the map's initial view,
|
|
2431
|
+
* which is derived separately (see {@link getRecordExtent}).
|
|
2432
|
+
*/
|
|
2433
|
+
getRecordExtentLayer(record: Partial<CatalogRecord>): MapContextLayer | null;
|
|
2380
2434
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapUtilsService, never>;
|
|
2381
2435
|
static ɵprov: i0.ɵɵInjectableDeclaration<MapUtilsService>;
|
|
2382
2436
|
}
|
|
@@ -2709,7 +2763,7 @@ declare class BadgeComponent {
|
|
|
2709
2763
|
|
|
2710
2764
|
declare class ButtonComponent {
|
|
2711
2765
|
private btnClass;
|
|
2712
|
-
set type(value: 'primary' | 'secondary' | 'default' | 'outline' | 'light' | 'gray' | 'black' | 'primary-light');
|
|
2766
|
+
set type(value: 'primary' | 'secondary' | 'default' | 'outline' | 'light' | 'gray' | 'gray-light' | 'black' | 'primary-light');
|
|
2713
2767
|
disabled: boolean;
|
|
2714
2768
|
extraClass: string;
|
|
2715
2769
|
buttonClick: EventEmitter<Event>;
|
|
@@ -4148,11 +4202,16 @@ declare class ImageInputComponent {
|
|
|
4148
4202
|
}
|
|
4149
4203
|
|
|
4150
4204
|
declare class ImageOverlayPreviewComponent {
|
|
4151
|
-
imageUrl: string
|
|
4152
|
-
isPlaceholderShown:
|
|
4153
|
-
|
|
4205
|
+
imageUrl: i0.InputSignal<string>;
|
|
4206
|
+
isPlaceholderShown: i0.OutputEmitterRef<boolean>;
|
|
4207
|
+
private imageTemplate;
|
|
4208
|
+
private overlay;
|
|
4209
|
+
private viewContainerRef;
|
|
4210
|
+
private overlayRef;
|
|
4211
|
+
openLightbox(): void;
|
|
4212
|
+
closeLightbox(): void;
|
|
4154
4213
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageOverlayPreviewComponent, never>;
|
|
4155
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageOverlayPreviewComponent, "gn-ui-image-overlay-preview", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, { "isPlaceholderShown": "isPlaceholderShown"; }, never, never, true, never>;
|
|
4214
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageOverlayPreviewComponent, "gn-ui-image-overlay-preview", never, { "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; }, { "isPlaceholderShown": "isPlaceholderShown"; }, never, never, true, never>;
|
|
4156
4215
|
}
|
|
4157
4216
|
|
|
4158
4217
|
declare class KindBadgeComponent {
|
|
@@ -4229,6 +4288,7 @@ declare class MetadataDoiComponent {
|
|
|
4229
4288
|
|
|
4230
4289
|
declare class MetadataInfoComponent {
|
|
4231
4290
|
private dateService;
|
|
4291
|
+
private translateService;
|
|
4232
4292
|
metadata: Partial<CatalogRecord>;
|
|
4233
4293
|
incomplete: boolean;
|
|
4234
4294
|
keyword: EventEmitter<Keyword>;
|
|
@@ -4252,6 +4312,7 @@ declare class MetadataInfoComponent {
|
|
|
4252
4312
|
contacts: Individual[];
|
|
4253
4313
|
}[];
|
|
4254
4314
|
onKeywordClick(keyword: Keyword): void;
|
|
4315
|
+
keywordTooltipSegments(keyword: Keyword): string[];
|
|
4255
4316
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataInfoComponent, never>;
|
|
4256
4317
|
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataInfoComponent, "gn-ui-metadata-info", never, { "metadata": { "alias": "metadata"; "required": false; }; "incomplete": { "alias": "incomplete"; "required": false; }; }, { "keyword": "keyword"; }, never, never, true, never>;
|
|
4257
4318
|
}
|
|
@@ -4934,7 +4995,7 @@ declare class ChartViewComponent {
|
|
|
4934
4995
|
set link(value: DatasetOnlineResource);
|
|
4935
4996
|
private currentLink$;
|
|
4936
4997
|
set aggregation(value: FieldAggregation[0]);
|
|
4937
|
-
aggregation$: BehaviorSubject<"
|
|
4998
|
+
aggregation$: BehaviorSubject<"count" | "sum" | "min" | "max" | "average">;
|
|
4938
4999
|
set xProperty(value: string);
|
|
4939
5000
|
xProperty$: BehaviorSubject<string>;
|
|
4940
5001
|
set yProperty(value: string);
|
|
@@ -4943,7 +5004,7 @@ declare class ChartViewComponent {
|
|
|
4943
5004
|
chartType$: BehaviorSubject<"line" | "bar" | "bar-horizontal" | "line-interpolated" | "scatter" | "pie">;
|
|
4944
5005
|
set userChartConfig(config: DatavizChartConfigModel);
|
|
4945
5006
|
chartConfig$: Observable<{
|
|
4946
|
-
aggregation: "
|
|
5007
|
+
aggregation: "count" | "sum" | "min" | "max" | "average";
|
|
4947
5008
|
xProperty: string;
|
|
4948
5009
|
yProperty: string;
|
|
4949
5010
|
chartType: "line" | "bar" | "bar-horizontal" | "line-interpolated" | "scatter" | "pie";
|
|
@@ -5048,15 +5109,6 @@ declare class DataTableComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
5048
5109
|
static ɵcmp: i0.ɵɵComponentDeclaration<DataTableComponent, "gn-ui-data-table", never, { "featureAttributes": { "alias": "featureAttributes"; "required": false; }; "dataset": { "alias": "dataset"; "required": false; }; "activeId": { "alias": "activeId"; "required": false; }; }, { "selected": "selected"; }, never, never, true, never>;
|
|
5049
5110
|
}
|
|
5050
5111
|
|
|
5051
|
-
declare const tableItemsFixture: {
|
|
5052
|
-
items: DataItem[];
|
|
5053
|
-
properties: PropertyInfo[];
|
|
5054
|
-
};
|
|
5055
|
-
declare const someHabTableItemFixture: {
|
|
5056
|
-
items: DataItem[];
|
|
5057
|
-
properties: PropertyInfo[];
|
|
5058
|
-
};
|
|
5059
|
-
|
|
5060
5112
|
declare class FigureComponent {
|
|
5061
5113
|
icon: string;
|
|
5062
5114
|
title: string;
|
|
@@ -5155,6 +5207,24 @@ declare class MapLegendComponent implements OnChanges {
|
|
|
5155
5207
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendComponent, "gn-ui-map-legend", never, { "context": { "alias": "context"; "required": false; }; }, { "legendStatusChange": "legendStatusChange"; }, never, never, true, never>;
|
|
5156
5208
|
}
|
|
5157
5209
|
|
|
5210
|
+
type SpatialExtentLayerStyle = NonNullable<MapContextLayerGeojson['style']>;
|
|
5211
|
+
/**
|
|
5212
|
+
* Default style for a spatial-extent layer: a solid black outline over a
|
|
5213
|
+
* translucent grey fill.
|
|
5214
|
+
*/
|
|
5215
|
+
declare const DEFAULT_SPATIAL_EXTENT_STYLE: SpatialExtentLayerStyle;
|
|
5216
|
+
/**
|
|
5217
|
+
* Builds a GeoJSON map layer drawing the given spatial extents: each extent is
|
|
5218
|
+
* rendered from its own geometry or, when only a bounding box is available,
|
|
5219
|
+
* from a polygon derived from that box.
|
|
5220
|
+
*
|
|
5221
|
+
* @returns the layer, or `null` when none of the extents can be represented.
|
|
5222
|
+
*/
|
|
5223
|
+
declare function createSpatialExtentLayer(extents: DatasetSpatialExtent[], overrides?: {
|
|
5224
|
+
label?: string;
|
|
5225
|
+
clickable?: boolean;
|
|
5226
|
+
style?: SpatialExtentLayerStyle;
|
|
5227
|
+
}): MapContextLayer | null;
|
|
5158
5228
|
declare function prioritizePageScroll(interactions: Collection<Interaction>): void;
|
|
5159
5229
|
declare function dragPanCondition(this: DragPan, event: MapBrowserEvent<PointerEvent>): boolean;
|
|
5160
5230
|
declare function mouseWheelZoomCondition(this: MouseWheelZoom, event: MapBrowserEvent<WheelEvent>): boolean;
|
|
@@ -5165,7 +5235,6 @@ declare class SpatialExtentComponent {
|
|
|
5165
5235
|
spatialExtents$: BehaviorSubject<DatasetSpatialExtent[]>;
|
|
5166
5236
|
mapContext$: Observable<MapContext>;
|
|
5167
5237
|
error: string;
|
|
5168
|
-
bboxCoordsToGeometry(bbox: [number, number, number, number]): Geometry;
|
|
5169
5238
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialExtentComponent, never>;
|
|
5170
5239
|
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialExtentComponent, "gn-ui-spatial-extent", never, { "spatialExtents": { "alias": "spatialExtents"; "required": false; }; }, {}, never, never, true, never>;
|
|
5171
5240
|
}
|
|
@@ -6064,7 +6133,7 @@ declare class MultilingualPanelComponent implements OnDestroy {
|
|
|
6064
6133
|
declare class FieldFocusDirective {
|
|
6065
6134
|
gnUiFieldFocusGlowClass: string;
|
|
6066
6135
|
private el;
|
|
6067
|
-
focusField(): void;
|
|
6136
|
+
focusField(focusInnerTarget?: boolean): void;
|
|
6068
6137
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFocusDirective, never>;
|
|
6069
6138
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FieldFocusDirective, "[gnUiFieldFocus]", ["fieldFocus"], { "gnUiFieldFocusGlowClass": { "alias": "gnUiFieldFocusGlowClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
6070
6139
|
}
|
|
@@ -6243,15 +6312,19 @@ declare class RecordFormComponent implements OnInit, OnDestroy {
|
|
|
6243
6312
|
facade: EditorFacade;
|
|
6244
6313
|
subscription: Subscription;
|
|
6245
6314
|
recordUniqueIdentifier$: rxjs.Observable<string>;
|
|
6246
|
-
focusFieldWithPage$: rxjs.Observable<readonly [CatalogRecordKeys, number]>;
|
|
6315
|
+
focusFieldWithPage$: rxjs.Observable<readonly [CatalogRecordKeys, number, number]>;
|
|
6247
6316
|
formFields: i0.Signal<readonly FormFieldComponent[]>;
|
|
6248
|
-
|
|
6317
|
+
sectionFocusDirectives: i0.Signal<readonly FieldFocusDirective[]>;
|
|
6318
|
+
focusField(model: CatalogRecordKeys, sectionIndex: number): void;
|
|
6249
6319
|
ngOnInit(): void;
|
|
6250
6320
|
ngOnDestroy(): void;
|
|
6251
6321
|
handleFieldValueChange(model: CatalogRecordKeys, newValue: EditorFieldValue): void;
|
|
6252
6322
|
fieldTracker(index: number, field: EditorFieldWithValue): CatalogRecordKeys;
|
|
6253
6323
|
sectionTracker(index: number, section: EditorSectionWithValues): string;
|
|
6254
|
-
|
|
6324
|
+
getFieldLocation(model: CatalogRecordKeys): Promise<{
|
|
6325
|
+
page: number;
|
|
6326
|
+
section: number;
|
|
6327
|
+
} | null>;
|
|
6255
6328
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecordFormComponent, never>;
|
|
6256
6329
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecordFormComponent, "gn-ui-record-form", never, {}, {}, never, never, true, never>;
|
|
6257
6330
|
}
|
|
@@ -6331,6 +6404,10 @@ declare class FeatureEditorModule {
|
|
|
6331
6404
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeatureEditorModule>;
|
|
6332
6405
|
}
|
|
6333
6406
|
|
|
6407
|
+
interface ISOTopic {
|
|
6408
|
+
value: string;
|
|
6409
|
+
label: string;
|
|
6410
|
+
}
|
|
6334
6411
|
/**
|
|
6335
6412
|
* This file contains the configuration of the fields that will be displayed in the editor.
|
|
6336
6413
|
* To add a new field, you need to create a new EditorField object in the fields part of this file.
|
|
@@ -6396,10 +6473,10 @@ declare const MAX_UPLOAD_SIZE_MB = 10;
|
|
|
6396
6473
|
*/
|
|
6397
6474
|
declare const SPATIAL_SCOPES: Keyword[];
|
|
6398
6475
|
/************************************************************
|
|
6399
|
-
***************
|
|
6476
|
+
*************** ISO TOPICS **************
|
|
6400
6477
|
************************************************************
|
|
6401
6478
|
*/
|
|
6402
|
-
declare const
|
|
6479
|
+
declare const ISO_TOPICS: ISOTopic[];
|
|
6403
6480
|
|
|
6404
6481
|
declare class EditorService {
|
|
6405
6482
|
private recordsRepository;
|
|
@@ -6598,7 +6675,7 @@ declare class PopoverComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
|
6598
6675
|
private renderer;
|
|
6599
6676
|
popoverContent: ElementRef;
|
|
6600
6677
|
content: string | TemplateRef<any>;
|
|
6601
|
-
theme: 'light' | 'light-border' | 'translucent' | 'material' | '';
|
|
6678
|
+
theme: 'light' | 'light-border' | 'translucent' | 'material' | 'dark' | '';
|
|
6602
6679
|
private tippyInstance;
|
|
6603
6680
|
private view;
|
|
6604
6681
|
private getContent;
|
|
@@ -6643,17 +6720,8 @@ declare class SpinningLoaderComponent {
|
|
|
6643
6720
|
|
|
6644
6721
|
declare function provideI18n(config?: TranslateModuleConfig, useLocalStorage?: boolean): EnvironmentProviders;
|
|
6645
6722
|
|
|
6646
|
-
/**
|
|
6647
|
-
* This loader will rely on JSON files in the app assets
|
|
6648
|
-
* Implements a fallback on default lang if translated labels are empty
|
|
6649
|
-
*/
|
|
6650
|
-
declare class FileTranslateLoader extends TranslateHttpLoader {
|
|
6651
|
-
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6652
|
-
}
|
|
6653
|
-
|
|
6654
6723
|
declare const DEFAULT_LANG = "en";
|
|
6655
6724
|
declare const LANGUAGE_STORAGE_KEY = "geonetwork-ui-language";
|
|
6656
|
-
declare function HttpLoaderFactory(http: HttpClient): FileTranslateLoader;
|
|
6657
6725
|
declare const TRANSLATE_DEFAULT_CONFIG: TranslateModuleConfig;
|
|
6658
6726
|
/**
|
|
6659
6727
|
* This config will print translation keys in the UI directly; used to identify which keys are used
|
|
@@ -6667,8 +6735,12 @@ declare class I18nInterceptor implements HttpInterceptor {
|
|
|
6667
6735
|
static ɵprov: i0.ɵɵInjectableDeclaration<I18nInterceptor>;
|
|
6668
6736
|
}
|
|
6669
6737
|
|
|
6670
|
-
|
|
6671
|
-
|
|
6738
|
+
/**
|
|
6739
|
+
* This loader will rely on JSON files in the app assets
|
|
6740
|
+
* Implements a fallback on default lang if translated labels are empty
|
|
6741
|
+
*/
|
|
6742
|
+
declare class FileTranslateLoader extends TranslateHttpLoader {
|
|
6743
|
+
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6672
6744
|
}
|
|
6673
6745
|
|
|
6674
6746
|
declare function dropEmptyTranslations(translations: any): {};
|
|
@@ -6819,8 +6891,10 @@ interface SearchPreset {
|
|
|
6819
6891
|
interface MetadataQualityConfig {
|
|
6820
6892
|
ENABLED: boolean;
|
|
6821
6893
|
}
|
|
6894
|
+
type NewRecordStandard = 'iso19139' | 'iso19115-3';
|
|
6822
6895
|
interface EditorConfig {
|
|
6823
6896
|
NEW_RECORD_DEFAULT_LANGUAGE?: string;
|
|
6897
|
+
NEW_RECORD_STANDARD?: NewRecordStandard;
|
|
6824
6898
|
}
|
|
6825
6899
|
type CustomTranslations = {
|
|
6826
6900
|
[translationKey: string]: string;
|
|
@@ -6841,15 +6915,6 @@ interface SearchConfig {
|
|
|
6841
6915
|
FILTER_GEOMETRY?: Geometry;
|
|
6842
6916
|
}
|
|
6843
6917
|
|
|
6844
|
-
/**
|
|
6845
|
-
* This loader extends the default one based on JSON files but also loads custom translations
|
|
6846
|
-
* defined in the app configuration
|
|
6847
|
-
* Implements a fallback on default lang if translated labels are empty
|
|
6848
|
-
*/
|
|
6849
|
-
declare class FileWithOverridesTranslateLoader extends FileTranslateLoader {
|
|
6850
|
-
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6851
|
-
}
|
|
6852
|
-
|
|
6853
6918
|
declare function getGlobalConfig(): GlobalConfig;
|
|
6854
6919
|
declare function getThemeConfig(): ThemeConfig;
|
|
6855
6920
|
declare function getOptionalMapConfig(): MapConfig | null;
|
|
@@ -6860,17 +6925,7 @@ declare function getCustomTranslations(langCode: string): CustomTranslations;
|
|
|
6860
6925
|
declare function loadAppConfig(configUrl?: string): Promise<void>;
|
|
6861
6926
|
declare function isConfigLoaded(): boolean;
|
|
6862
6927
|
declare function _reset(): void;
|
|
6863
|
-
declare const TRANSLATE_WITH_OVERRIDES_CONFIG:
|
|
6864
|
-
compiler: {
|
|
6865
|
-
provide: typeof TranslateCompiler;
|
|
6866
|
-
useClass: typeof TranslateMessageFormatCompiler;
|
|
6867
|
-
};
|
|
6868
|
-
loader: {
|
|
6869
|
-
provide: typeof TranslateLoader;
|
|
6870
|
-
useFactory: (http: HttpClient) => FileWithOverridesTranslateLoader;
|
|
6871
|
-
deps: (typeof HttpClient)[];
|
|
6872
|
-
};
|
|
6873
|
-
};
|
|
6928
|
+
declare const TRANSLATE_WITH_OVERRIDES_CONFIG: TranslateModuleConfig;
|
|
6874
6929
|
|
|
6875
6930
|
declare const okAppConfigFixture: () => string;
|
|
6876
6931
|
declare const appConfigWithTranslationFixture: () => string;
|
|
@@ -6883,6 +6938,6 @@ declare const unrecognizedKeysConfigFixture: () => string;
|
|
|
6883
6938
|
|
|
6884
6939
|
declare function getMapContextLayerFromConfig(config: LayerConfig): MapContextLayer;
|
|
6885
6940
|
|
|
6886
|
-
export { ABOUT_SECTION, ADD_RESULTS, ADD_SEARCH, ANNEXES_SECTION, ASSOCIATED_RESOURCES_SECTION, AVAILABLE_LICENSES, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CHART_TYPE_VALUES, CLASSIFICATION_SECTION, CLEAR_ERROR, CLEAR_RESULTS, CONSTRAINTS_SHORTCUTS, CONTACTS, CONTACTS_FOR_RESOURCE_FIELD, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContactDetailsComponent, ContactPillComponent, ContentGhostComponent, CopyTextButtonComponent, DATA_MANAGERS_SECTION, DEFAULT_CONFIGURATION, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DISABLE_AUTH, DISABLE_DRAFT, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, DateRangeInputsComponent, DateRangePickerComponent, DateRangeSearchField, DateService, DcatApConverter, DefaultRouterModule, DownloadItemComponent, DownloadsListComponent, DragAndDropFileInputComponent, DropdownMultiselectComponent, DropdownSelectorComponent, EDITOR_FEATURE_KEY, ES_QUERY_FIELDS_PRIORITY, ES_RESOURCES_VALUES, ES_SOURCE_SUMMARY, EXTERNAL_VIEWER_OPEN_NEW_TAB, EXTERNAL_VIEWER_URL_TEMPLATE, EditableLabelDirective, EditorFacade, EditorService, ElasticsearchService, EmbeddedTranslateLoader, ErrorComponent, ErrorType, ExpandablePanelButtonComponent, ExpandablePanelComponent, ExternalLinkCardComponent, ExternalViewerButtonComponent, FIELDS_BRIEF, FIELDS_SUMMARY, FILTER_GEOMETRY, FILTER_SUMMARY_IGNORE_LIST, FORMATS, FacetBlockComponent, FacetItemComponent, FacetListComponent, FacetsContainerComponent, FavoriteStarComponent, FavoritesService, FeatureCatalogListComponent, FeatureDetailComponent, FeatureEditorModule, FeatureMapModule, FeatureRecordModule, FeatureSearchModule, FetchError, FieldFocusDirective, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEOGRAPHICAL_COVERAGE_SECTION, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GnUiHumanizeDateDirective, GpfApiDlComponent, GravatarService, HttpLoaderFactory, I18nInterceptor, INSPIRE_TOPICS, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LEGAL_CONSTRAINTS_FIELD, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, MAX_UPLOAD_SIZE_MB, METADATA_LANGUAGE, METADATA_POINT_OF_CONTACT_SECTION, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions_d as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataDoiComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, OPEN_DATA_LICENSE, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, OTHER_CONSTRAINTS_FIELD, OnlineResourceCardComponent, OnlineServiceResourceInputComponent, OrganisationPreviewComponent, OrganisationsComponent, OrganisationsFilterComponent, OrganisationsResultComponent, OrganizationSearchField, OrganizationsFromGroupsService, OrganizationsFromMetadataService, OrganizationsServiceInterface, OwnerSearchField, PAGINATE, PARSE_DELIMITER, PATCH_RESULTS_AGGREGATIONS, PROXY_PATH, Paginate, PaginationButtonsComponent, PaginationComponent, PaginationDotsComponent, PatchResultsAggregations, PlatformServiceInterface, PopoverComponent, PopupAlertComponent, PossibleResourceTypes, PossibleResourceTypesDefinition, PreviousNextButtonsComponent, ProgressBarComponent, ProxyService, QUERY_FIELDS, RECORD_ABSTRACT_FIELD, RECORD_DATASET_URL_TOKEN, RECORD_GRAPHICAL_OVERVIEW_FIELD, RECORD_KEYWORDS_FIELD, RECORD_LICENSE_FIELD, RECORD_ONLINE_LINK_RESOURCES, RECORD_ONLINE_RESOURCES, RECORD_RESOURCE_CREATED_FIELD, RECORD_RESOURCE_UPDATED_FIELD, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, RECORD_SPATIAL_EXTENTS_FIELD, RECORD_SPATIAL_TOGGLE_FIELD, RECORD_TEMPORAL_EXTENTS_FIELD, RECORD_TITLE_FIELD, RECORD_TOPICS_FIELD, RECORD_UNIQUE_IDENTIFIER_FIELD, RECORD_UPDATED_FIELD, RECORD_UPDATE_FREQUENCY_FIELD, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, RESOURCE_IDENTIFIER_FIELD, RESULTS_LAYOUT_CONFIG, ROUTER_CONFIG, ROUTER_ROUTE_DATASET, ROUTER_ROUTE_ORGANIZATION, ROUTER_ROUTE_REUSE, ROUTER_ROUTE_SEARCH, ROUTER_ROUTE_SERVICE, ROUTER_STATE_KEY, ROUTE_PARAMS, RecordApiFormComponent, RecordFormComponent, RecordKindField, RecordMetaComponent, RecordMetricComponent, RecordPreviewCardComponent, RecordPreviewComponent, RecordPreviewFeedComponent, RecordPreviewListComponent, RecordPreviewRowComponent, RecordPreviewTextComponent, RecordPreviewTitleComponent, RecordStatusValues, RecordsMetricsComponent, RecordsRepositoryInterface, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, ReusePresentationForms, RoleLabels, RoleValues, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, SECURITY_CONSTRAINTS_FIELD, SETTINGS_URL, SET_CONFIG_AGGREGATIONS, SET_CONFIG_FILTERS, SET_CONFIG_REQUEST_FIELDS, SET_ERROR, SET_FAVORITES_ONLY, SET_FILTERS, SET_INCLUDE_ON_AGGREGATION, SET_PAGE_SIZE, SET_RESULTS_AGGREGATIONS, SET_RESULTS_HITS, SET_RESULTS_LAYOUT, SET_SEARCH, SET_SORT_BY, SET_SPATIAL_FILTER_ENABLED, SPATIAL_SCOPES, SearchEffects, SearchFacade, SearchFeatureCatalogComponent, SearchFiltersSummaryComponent, SearchFiltersSummaryItemComponent, SearchInputComponent, SearchRouterContainerDirective, SearchService, SearchStateContainerDirective, SelectionService, ServiceCapabilitiesComponent, SetConfigAggregations, SetConfigFilters, SetConfigRequestFields, SetError, SetFavoritesOnly, SetFilters, SetIncludeOnAggregation, SetPageSize, SetResultsAggregations, SetResultsHits, SetResultsLayout, SetSearch, SetSortBy, SetSpatialFilterEnabled, SimpleSearchField, SiteTitleComponent, SortByComponent, SortByEnum, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StacItemsResultGridComponent, StacViewComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, TITLE_SECTION, TOPICS_SECTION, TRANSLATE_DEBUG_CONFIG, TRANSLATE_DEFAULT_CONFIG, TRANSLATE_WITH_OVERRIDES_CONFIG, TableViewComponent, TextAreaComponent, TextInputComponent, ThemeService, ThumbnailComponent, TranslatedSearchField, TruncatedTextComponent, UPDATE_CONFIG_AGGREGATIONS, UPDATE_FILTERS, UPDATE_REQUEST_AGGREGATION_TERM, USE_AND_ACCESS_CONDITIONS_SECTION, UpdateConfigAggregations, UpdateFilters, UrlInputComponent, UserFeedbackItemComponent, UserPreviewComponent, UserSearchField, VECTOR_STYLE_DEFAULT, ViewportIntersectorComponent, WEB_COMPONENT_EMBEDDER_URL, XmlParseError, _reset, allChildrenElement, appConfigWithTranslationFixture, appendChildTree, appendChildren, assertValidXml, blockModelFixture, bytesToMegabytes, canEditRecord, checkFileFormat, clearSelectedFeatures, createChild, createDocument, createElement, createFuzzyFilter, createNestedChild, createNestedElement, currentPage, defaultMapStyleFixture, defaultMapStyleHlFixture, downgradeImage, downsizeImage, draftSaveSuccess, dragPanCondition, dropEmptyTranslations, editorReducer, emptyBlockModelFixture, findChildElement, findChildOrCreate, findChildrenElement, findConverterForDocument, findNestedChildOrCreate, findNestedElement, findNestedElements, findParent, firstChildElement, formatDate, formatUserInfo, getAddressLines, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIndividualDisplayName, getIsMobile, getJsonDataItemsProxy, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalEditorConfig, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, getReusePresentationForm, getReuseType, getRootElement, getSearchConfigAggregations, getSearchFilters, getSearchResults, getSearchResultsAggregations, getSearchResultsHits, getSearchResultsLayout, getSearchResultsLoading, getSearchSortBy, getSearchState, getSearchStateSearch, getSelectedFeatures, getSpatialFilterEnabled, getTemporalRangeUnion, getThemeConfig, handleScrollOnNavigation, hasRecordChangedSinceDraft, hasRecordChangedSinceDraftSuccess, initSearch, initialEditorState, initialMapState, initialState, isConfigLoaded, isDateRange, isFormatInQueryParam, isPublished, itemModelFixture, kindToCodeListValue, loadAppConfig, malformedConfigFixture, mapConfigFixture, mapContact, mapKeywords, mapLogo, mapOrganization, mapReducer, markRecordAsChanged, matchesNoApplicableConstraint, matchesNoKnownConstraint, megabytesToBytes, mimeTypeToFormat, minimalAppConfigFixture, missingMandatoryConfigFixture, mouseWheelZoomCondition, noDuplicateFileName, okAppConfigFixture, openDataset, openRecord, organizationsServiceFactory, parse, parseXmlString, placeholder, prioritizePageScroll, propagateToDocumentOnly, provideGn4, provideI18n, provideRepositoryUrl, readAttribute, readDataset, readDatasetHeaders, readText, reducer, reducerSearch, removeAllChildren, removeChildren, removeChildrenByName, removeSearchParams, removeWhitespace, renameElements, saveRecord, saveRecordFailure, saveRecordSuccess, selectCanEditRecord, selectCurrentPage, selectEditorConfig, selectEditorState, selectFallback, selectFallbackFields, selectField, selectHasRecordChanged, selectIsPublished, selectRecord, selectRecordChangedSinceSave, selectRecordSaveError, selectRecordSaving, selectRecordSections, selectRecordSource, selectTranslatedField, selectTranslatedValue, setContext, setCurrentPage, setEditorConfiguration, setFieldVisibility, setFocusedField, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, stripHtml, stripNamespace, tableItemsFixture, toDate, toIndividual, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateFrequencyCodeValues, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
|
|
6887
|
-
export type { Aggregation, AggregationBuckets, AggregationCounts, AggregationParams, AggregationResult, AggregationSort, AggregationTypes, Aggregations, AggregationsParams, AggregationsResults, AggregationsTypes, AutocompleteItem, BaseRecord, BoundingBox, Bucket, CatalogRecord, CatalogRecordKeys, CatalogSource, Choice$1 as Choice, ConfirmationDialogData, Constraint, ConstraintTranslations, CreateStyleOptions, CustomTranslations, CustomTranslationsAllLanguages, DataItem, DatasetDownloadDistribution, DatasetFeatureAttribute, DatasetFeatureAttributeValue, DatasetFeatureCatalog, DatasetFeatureType, DatasetOnlineResource, DatasetRecord, DatasetServiceDistribution, DatasetSpatialExtent, DatasetTemporalExtent, DatavizChartConfigModel, DatavizConfigModel, DateRange, DropdownChoice, EditorConfig, EditorFieldWithValue, EditorPartialState, EditorSectionWithValues, EditorState, EsQueryFieldsPriorityType, EsRequestAggTerm, EsRequestAggTermPatch, EsRequestSource, EsResourceType, EsResourceTypeValues, EsSearchParams, EsSearchResponse, EsTemplateType, EsTemplateValues, FacetPath, FacetSelectEvent, Field, FieldAggregation, FieldAvailableValue, FieldFilter$1 as FieldFilter, FieldFilterByExpression, FieldFilterByRange, FieldFilterByValues, FieldFilters, FieldName$1 as FieldName, FieldSort$1 as FieldSort, FieldTranslation, FieldType, FieldValue, FieldValues, FileFormat, FilterAggregationParams, FilterQuery, FiltersAggregationParams, FiltersAggregationResult, FiltersBucket, FormatProduit, FormatSortieProduit, GlobalConfig, Gn4Record, Gn4RecordRelated, Gn4SearchResults, GpfApiDlTermBucket, GraphicOverview, HasPath, HistogramAggregationParams, HistogramAggregationResult, HistogramBucket,
|
|
6941
|
+
export { ABOUT_SECTION, ADD_RESULTS, ADD_SEARCH, ANNEXES_SECTION, ASSOCIATED_RESOURCES_SECTION, AVAILABLE_LICENSES, AbstractAction, AbstractSearchField, ActionMenuComponent, AddLayerFromCatalogComponent, AddLayerRecordPreviewComponent, AddResults, AddSearch, AnchorLinkDirective, ApiCardComponent, ApplicationBannerComponent, AuthService, AutocompleteComponent, AvailableServicesField, AvatarComponent, AvatarServiceInterface, BASEMAP_LAYERS, BadgeComponent, BaseConverter, BaseFileReader, BaseReader, BlockListComponent, ButtonComponent, CHART_TYPE_VALUES, CLASSIFICATION_SECTION, CLEAR_ERROR, CLEAR_RESULTS, CONSTRAINTS_SHORTCUTS, CONTACTS, CONTACTS_FOR_RESOURCE_FIELD, CarouselComponent, CatalogTitleComponent, CellPopinComponent, ChartComponent, ChartViewComponent, CheckToggleComponent, CheckboxComponent, ClearError, ClearResults, ColorScaleComponent, ConfirmationDialogComponent, ContactDetailsComponent, ContactPillComponent, ContentGhostComponent, CopyTextButtonComponent, DATA_MANAGERS_SECTION, DEFAULT_CONFIGURATION, DEFAULT_GN4_LOGIN_URL, DEFAULT_GN4_LOGOUT_URL, DEFAULT_GN4_SETTINGS_URL, DEFAULT_LANG, DEFAULT_PAGE_SIZE, DEFAULT_RECORD_CONVERTER, DEFAULT_RESULTS_LAYOUT_CONFIG, DEFAULT_SEARCH_KEY, DEFAULT_SPATIAL_EXTENT_STYLE, DISABLE_AUTH, DISABLE_DRAFT, DO_NOT_USE_DEFAULT_BASEMAP, DataService, DataTableComponent, DataViewComponent, DataViewPermalinkComponent, DataViewShareComponent, DataViewWebComponentComponent, DatePickerComponent, DateRangeDropdownComponent, DateRangeInputsComponent, DateRangePickerComponent, DateRangeSearchField, DateService, DcatApConverter, DefaultRouterModule, DownloadItemComponent, DownloadsListComponent, DragAndDropFileInputComponent, DropdownMultiselectComponent, DropdownSelectorComponent, EDITOR_FEATURE_KEY, ES_QUERY_FIELDS_PRIORITY, ES_RESOURCES_VALUES, ES_SOURCE_SUMMARY, EXTERNAL_VIEWER_OPEN_NEW_TAB, EXTERNAL_VIEWER_URL_TEMPLATE, EditableLabelDirective, EditorFacade, EditorService, ElasticsearchService, ErrorComponent, ErrorType, ExpandablePanelButtonComponent, ExpandablePanelComponent, ExternalLinkCardComponent, ExternalViewerButtonComponent, FIELDS_BRIEF, FIELDS_SUMMARY, FILTER_GEOMETRY, FILTER_SUMMARY_IGNORE_LIST, FORMATS, FacetBlockComponent, FacetItemComponent, FacetListComponent, FacetsContainerComponent, FavoriteStarComponent, FavoritesService, FeatureCatalogListComponent, FeatureDetailComponent, FeatureEditorModule, FeatureMapModule, FeatureRecordModule, FeatureSearchModule, FetchError, FieldFocusDirective, FieldsService, FigureComponent, FigureContainerComponent, FileInputComponent, FileTranslateLoader, FilesDropDirective, FilterDropdownComponent, FormFieldArrayComponent, FormFieldComponent, FormFieldDateComponent, FormFieldFileComponent, FormFieldKeywordsComponent, FormFieldLicenseComponent, FormFieldObjectComponent, FormFieldRichComponent, FormFieldSimpleComponent, FormFieldSpatialExtentComponent, FormFieldTemporalExtentsComponent, FormFieldTopicsComponent, FormFieldWrapperComponent, FullTextSearchField, FuzzySearchComponent, GEOGRAPHICAL_COVERAGE_SECTION, GEONETWORK_UI_TAG_NAME, GEONETWORK_UI_VERSION, GeoDataBadgeComponent, GeoTableViewComponent, GeocodingComponent, GeojsonReader, Gn4Converter, Gn4PlatformMapper, Gn4PlatformService, Gn4Repository, Gn4SettingsService, GnUiHumanizeDateDirective, GpfApiDlComponent, GravatarService, I18nInterceptor, ISO_TOPICS, ImageFallbackDirective, ImageInputComponent, ImageOverlayPreviewComponent, ImportRecordComponent, InlineFilterComponent, InteractiveTableColumnComponent, InteractiveTableComponent, InternalLinkCardComponent, IsSpatialSearchField, Iso191153Converter, Iso19139Converter, KindBadgeComponent, LANGUAGES_LIST, LANGUAGE_NAMES, LANGUAGE_STORAGE_KEY, LANG_2_TO_3_MAPPER, LEGAL_CONSTRAINTS_FIELD, LOGIN_URL, LOGOUT_URL, LONLAT_CRS_CODES, LanguageSwitcherComponent, LayersPanelComponent, LicenseSearchField, LinkClassifierService, LinkUsage, LoadingMaskComponent, LogService, MAP_FEATURE_KEY, MAP_VIEW_CONSTRAINTS, MAX_UPLOAD_SIZE_MB, METADATA_LANGUAGE, METADATA_POINT_OF_CONTACT_SECTION, MapContainerComponent, MapFacade, MapLegendComponent, MapStateContainerComponent, MapStyleService, MapUtilsService, MapViewComponent, MarkdownEditorComponent, MarkdownParserComponent, MaxLinesComponent, mdview_actions_d as MdViewActions, MdViewFacade, MetadataCatalogComponent, MetadataContactComponent, MetadataDoiComponent, MetadataInfoComponent, MetadataLinkType, MetadataMapperContext, MetadataQualityComponent, MetadataQualityItemComponent, MetadataQualityPanelComponent, ModalDialogComponent, MultilingualPanelComponent, MultilingualSearchField, MyOrgService, NAMESPACES, NOT_APPLICABLE_CONSTRAINT, NOT_KNOWN_CONSTRAINT, NotificationComponent, NotificationsContainerComponent, NotificationsService, OPEN_DATA_LICENSE, ORGANIZATIONS_STRATEGY, ORGANIZATION_PAGE_URL_TOKEN, ORGANIZATION_URL_TOKEN, OTHER_CONSTRAINTS_FIELD, OnlineResourceCardComponent, OnlineServiceResourceInputComponent, OrganisationPreviewComponent, OrganisationsComponent, OrganisationsFilterComponent, OrganisationsResultComponent, OrganizationSearchField, OrganizationsFromGroupsService, OrganizationsFromMetadataService, OrganizationsServiceInterface, OwnerSearchField, PAGINATE, PARSE_DELIMITER, PATCH_RESULTS_AGGREGATIONS, PROXY_PATH, Paginate, PaginationButtonsComponent, PaginationComponent, PaginationDotsComponent, PatchResultsAggregations, PlatformServiceInterface, PopoverComponent, PopupAlertComponent, PossibleResourceTypes, PossibleResourceTypesDefinition, PreviousNextButtonsComponent, ProgressBarComponent, ProxyService, QUERY_FIELDS, RECORD_ABSTRACT_FIELD, RECORD_DATASET_URL_TOKEN, RECORD_GRAPHICAL_OVERVIEW_FIELD, RECORD_KEYWORDS_FIELD, RECORD_LICENSE_FIELD, RECORD_ONLINE_LINK_RESOURCES, RECORD_ONLINE_RESOURCES, RECORD_RESOURCE_CREATED_FIELD, RECORD_RESOURCE_UPDATED_FIELD, RECORD_REUSE_URL_TOKEN, RECORD_SERVICE_URL_TOKEN, RECORD_SPATIAL_EXTENTS_FIELD, RECORD_SPATIAL_TOGGLE_FIELD, RECORD_TEMPORAL_EXTENTS_FIELD, RECORD_TITLE_FIELD, RECORD_TOPICS_FIELD, RECORD_UNIQUE_IDENTIFIER_FIELD, RECORD_UPDATED_FIELD, RECORD_UPDATE_FREQUENCY_FIELD, REQUEST_MORE_ON_AGGREGATION, REQUEST_MORE_RESULTS, REQUEST_NEW_RESULTS, RESOURCE_IDENTIFIER_FIELD, RESULTS_LAYOUT_CONFIG, ROUTER_CONFIG, ROUTER_ROUTE_DATASET, ROUTER_ROUTE_ORGANIZATION, ROUTER_ROUTE_REUSE, ROUTER_ROUTE_SEARCH, ROUTER_ROUTE_SERVICE, ROUTER_STATE_KEY, ROUTE_PARAMS, RecordApiFormComponent, RecordFormComponent, RecordKindField, RecordMetaComponent, RecordMetricComponent, RecordPreviewCardComponent, RecordPreviewComponent, RecordPreviewFeedComponent, RecordPreviewListComponent, RecordPreviewRowComponent, RecordPreviewTextComponent, RecordPreviewTitleComponent, RecordStatusValues, RecordsMetricsComponent, RecordsRepositoryInterface, RecordsService, RequestMoreOnAggregation, RequestMoreResults, RequestNewResults, ResourceTypeLegacyField, ResultsHitsContainerComponent, ResultsHitsNumberComponent, ResultsHitsSearchKindComponent, ResultsLayoutComponent, ResultsLayoutConfigItem, ResultsListComponent, ResultsListContainerComponent, ResultsListItemComponent, ResultsTableComponent, ResultsTableContainerComponent, ReusePresentationForms, RoleLabels, RoleValues, RouterEffects, RouterFacade, RouterService, SEARCH_FEATURE_KEY, SECURITY_CONSTRAINTS_FIELD, SETTINGS_URL, SET_CONFIG_AGGREGATIONS, SET_CONFIG_FILTERS, SET_CONFIG_REQUEST_FIELDS, SET_ERROR, SET_FAVORITES_ONLY, SET_FILTERS, SET_INCLUDE_ON_AGGREGATION, SET_PAGE_SIZE, SET_RESULTS_AGGREGATIONS, SET_RESULTS_HITS, SET_RESULTS_LAYOUT, SET_SEARCH, SET_SORT_BY, SET_SPATIAL_FILTER_ENABLED, SPATIAL_SCOPES, SearchEffects, SearchFacade, SearchFeatureCatalogComponent, SearchFiltersSummaryComponent, SearchFiltersSummaryItemComponent, SearchInputComponent, SearchRouterContainerDirective, SearchService, SearchStateContainerDirective, SelectionService, ServiceCapabilitiesComponent, SetConfigAggregations, SetConfigFilters, SetConfigRequestFields, SetError, SetFavoritesOnly, SetFilters, SetIncludeOnAggregation, SetPageSize, SetResultsAggregations, SetResultsHits, SetResultsLayout, SetSearch, SetSortBy, SetSpatialFilterEnabled, SimpleSearchField, SiteTitleComponent, SortByComponent, SortByEnum, SortableListComponent, SourceLabelComponent, SourcesService, SpatialExtentComponent, SpinningLoaderComponent, StacItemsResultGridComponent, StacViewComponent, StarToggleComponent, StickyHeaderComponent, SupportedTypes, SwitchToggleComponent, THUMBNAIL_PLACEHOLDER, TITLE_SECTION, TOPICS_SECTION, TRANSLATE_DEBUG_CONFIG, TRANSLATE_DEFAULT_CONFIG, TRANSLATE_WITH_OVERRIDES_CONFIG, TableViewComponent, TextAreaComponent, TextInputComponent, ThemeService, ThumbnailComponent, TranslatedSearchField, TruncatedTextComponent, UPDATE_CONFIG_AGGREGATIONS, UPDATE_FILTERS, UPDATE_REQUEST_AGGREGATION_TERM, USE_AND_ACCESS_CONDITIONS_SECTION, UpdateConfigAggregations, UpdateFilters, UrlInputComponent, UserFeedbackItemComponent, UserPreviewComponent, UserSearchField, VECTOR_STYLE_DEFAULT, ViewportIntersectorComponent, WEB_COMPONENT_EMBEDDER_URL, XmlParseError, _reset, allChildrenElement, appConfigWithTranslationFixture, appendChildTree, appendChildren, assertValidXml, bboxToPolygon, blockModelFixture, bytesToMegabytes, canEditRecord, checkFileFormat, clearSelectedFeatures, createChild, createDocument, createElement, createFuzzyFilter, createNestedChild, createNestedElement, createSpatialExtentLayer, currentPage, defaultMapStyleFixture, defaultMapStyleHlFixture, downgradeImage, downsizeImage, draftSaveSuccess, dragPanCondition, dropEmptyTranslations, editorReducer, emptyBlockModelFixture, findChildElement, findChildOrCreate, findChildrenElement, findConverterForDocument, findNestedChildOrCreate, findNestedElement, findNestedElements, findParent, firstChildElement, formatDate, formatUserInfo, getAddressLines, getAllKeysValidator, getArrayItem, getAsArray, getAsUrl, getBadgeColor, getCustomTranslations, getError, getFavoritesOnly, getFileFormat, getFileFormatFromServiceOutput, getFirstValue, getFormatPriority, getGeometryBoundingBox, getGeometryFromGeoJSON, getGlobalConfig, getIndividualDisplayName, getIsMobile, getJsonDataItemsProxy, getKeywordHierarchyPath, getLayers, getLinkId, getLinkLabel, getLinkPriority, getMapContext, getMapContextLayerFromConfig, getMapState, getMetadataQualityConfig, getMimeTypeForFormat, getNamespace, getOptionalEditorConfig, getOptionalMapConfig, getOptionalSearchConfig, getPageSize, getQualityValidators, getResourceType, getReusePresentationForm, getReuseType, getRootElement, getSearchConfigAggregations, getSearchFilters, getSearchResults, getSearchResultsAggregations, getSearchResultsHits, getSearchResultsLayout, getSearchResultsLoading, getSearchSortBy, getSearchState, getSearchStateSearch, getSelectedFeatures, getSpatialFilterEnabled, getTemporalRangeUnion, getThemeConfig, handleScrollOnNavigation, hasRecordChangedSinceDraft, hasRecordChangedSinceDraftSuccess, initSearch, initialEditorState, initialMapState, initialState, isConfigLoaded, isDateRange, isFormatInQueryParam, isPublished, itemModelFixture, kindToCodeListValue, loadAppConfig, malformedConfigFixture, mapConfigFixture, mapContact, mapKeywords, mapLogo, mapOrganization, mapReducer, markRecordAsChanged, matchesNoApplicableConstraint, matchesNoKnownConstraint, megabytesToBytes, mimeTypeToFormat, minimalAppConfigFixture, missingMandatoryConfigFixture, mouseWheelZoomCondition, noDuplicateFileName, okAppConfigFixture, openDataset, openRecord, organizationsServiceFactory, parse, parseXmlString, placeholder, prioritizePageScroll, propagateToDocumentOnly, provideGn4, provideI18n, provideRepositoryUrl, readAttribute, readDataset, readDatasetHeaders, readText, reducer, reducerSearch, removeAllChildren, removeChildren, removeChildrenByName, removeSearchParams, removeWhitespace, renameElements, saveRecord, saveRecordFailure, saveRecordSuccess, selectCanEditRecord, selectCurrentPage, selectEditorConfig, selectEditorState, selectFallback, selectFallbackFields, selectField, selectHasRecordChanged, selectIsPublished, selectRecord, selectRecordChangedSinceSave, selectRecordSaveError, selectRecordSaving, selectRecordSections, selectRecordSource, selectTranslatedField, selectTranslatedValue, setContext, setCurrentPage, setEditorConfiguration, setFieldVisibility, setFocusedField, setSelectedFeatures, setTextContent, sortByFromString, sortByToString, sortByToStrings, spatialExtentToGeometry, spatialExtentsToFeatureCollection, stripHtml, stripNamespace, toDate, toIndividual, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateFrequencyCodeValues, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
|
|
6942
|
+
export type { Aggregation, AggregationBuckets, AggregationCounts, AggregationParams, AggregationResult, AggregationSort, AggregationTypes, Aggregations, AggregationsParams, AggregationsResults, AggregationsTypes, AutocompleteItem, BaseRecord, BoundingBox, Bucket, CatalogRecord, CatalogRecordKeys, CatalogSource, Choice$1 as Choice, ConfirmationDialogData, Constraint, ConstraintTranslations, CreateStyleOptions, CustomTranslations, CustomTranslationsAllLanguages, DataItem, DatasetDownloadDistribution, DatasetFeatureAttribute, DatasetFeatureAttributeValue, DatasetFeatureCatalog, DatasetFeatureType, DatasetOnlineResource, DatasetRecord, DatasetServiceDistribution, DatasetSpatialExtent, DatasetTemporalExtent, DatavizChartConfigModel, DatavizConfigModel, DateRange, DropdownChoice, EditorConfig, EditorFieldWithValue, EditorPartialState, EditorSectionWithValues, EditorState, EsQueryFieldsPriorityType, EsRequestAggTerm, EsRequestAggTermPatch, EsRequestSource, EsResourceType, EsResourceTypeValues, EsSearchParams, EsSearchResponse, EsTemplateType, EsTemplateValues, FacetPath, FacetSelectEvent, Field, FieldAggregation, FieldAvailableValue, FieldFilter$1 as FieldFilter, FieldFilterByExpression, FieldFilterByRange, FieldFilterByValues, FieldFilters, FieldName$1 as FieldName, FieldSort$1 as FieldSort, FieldTranslation, FieldType, FieldValue, FieldValues, FileFormat, FilterAggregationParams, FilterQuery, FiltersAggregationParams, FiltersAggregationResult, FiltersBucket, FormatProduit, FormatSortieProduit, GlobalConfig, Gn4Record, Gn4RecordRelated, Gn4SearchResults, GpfApiDlTermBucket, GraphicOverview, HasPath, HistogramAggregationParams, HistogramAggregationResult, HistogramBucket, ISOTopic, Individual, InputChartType, Iso3Langs, Keyword, KeywordApiResponse, KeywordTranslations, KeywordTree, Label, LanguageCode, LanguageCode2, LanguageCode3, LanguageCodeFactory, LanguageCodeLike, LayerConfig, Link, ListChoice, ListUrl, MapConfig, MapPartialState, MapState, MetadataContact, MetadataObject, MetadataQualityConfig, MetadataQualityItem, ModalDialogData, ModelBlock, ModelItem, ModelTranslations, NestedAggregationResult, NewRecordStandard, OnlineLinkResource, OnlineResource, OnlineResourceTranslations, OnlineResourceType, Organization, OrganizationTranslations, OrganizationsStrategy, Paginable, PropertyInfo, QueryRange, QueryString, RecordAsXml, RecordAttachment, RecordKind, RecordMetric, RecordStatus, RecordTranslations, RequestFields, ResourceIdentifier$1 as ResourceIdentifier, ResultsLayoutConfigModel, ResultsListShowMoreStrategy, ReuseRecord, ReuseType, Role, RouterConfigModel, SaveRecordError, SearchActions, SearchConfig, SearchError, SearchFilters, SearchParams, SearchPreset, SearchResults, SearchRouteParams, SearchServiceI, SearchState, SearchStateParams, SearchStateSearch, ServiceEndpoint, ServiceOnlineResource, ServiceProtocol, ServiceRecord, SortByField, SortOrder, SortParams, SourceRecord, SourceWithUnknownProps, SpatialExtentLayerStyle, SpatialExtentTranslations, SpatialRepresentationType, StacFilterState, StyleByGeometryType, SupportedType, SwitchToggleOption, TableItemId, TableItemModel, TermBucket, TermsAggregationParams, TermsAggregationResult, ThemeConfig, Thesaurus, ThesaurusApiResponse, UpdateFrequency, UpdateFrequencyCode, UpdateFrequencyCustom, UploadEvent, UserFeedback, UserFeedbackViewModel, ValidatorMapperKeys };
|
|
6888
6943
|
//# sourceMappingURL=index.d.ts.map
|