geonetwork-ui 2.10.0-dev.300bb3d2d → 2.10.0-dev.37a1e4c4d
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 +796 -5789
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/index.d.ts +191 -84
- 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/gn4.converter.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +2 -2
- package/src/libs/api/metadata-converter/src/lib/gn4/metadata-url.service.ts +2 -2
- 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 +11 -5
- 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/+state/editor.actions.ts +6 -0
- package/src/libs/feature/editor/src/lib/+state/editor.facade.ts +10 -1
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.ts +0 -2
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.html +67 -0
- package/src/libs/feature/editor/src/lib/components/contact-details/contact-details-form.component.ts +39 -0
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.html +18 -3
- package/src/libs/feature/editor/src/lib/components/metadata-quality-panel/metadata-quality-panel.component.ts +33 -40
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/field-focus.directive.ts +41 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-constraints-shortcuts/form-field-constraints-shortcuts.component.ts +32 -34
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.html +13 -13
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts/form-field-contacts.component.ts +18 -4
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.html +8 -7
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +6 -6
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-single-link-resource/form-field-online-single-link-resource.component.css +0 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-single-link-resource/form-field-online-single-link-resource.component.html +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-online-single-link-resource/form-field-online-single-link-resource.component.ts +89 -0
- 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 +3 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.html +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field.component.ts +5 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/index.ts +1 -0
- 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 +77 -5
- package/src/libs/feature/editor/src/lib/fields.config.ts +60 -47
- package/src/libs/feature/editor/src/lib/models/editor-config.model.ts +4 -0
- 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/notify-reuse/src/index.ts +1 -0
- package/src/libs/feature/notify-reuse/src/lib/notify-reuse-form/notify-reuse-form.component.css +0 -0
- package/src/libs/feature/notify-reuse/src/lib/notify-reuse-form/notify-reuse-form.component.html +1 -0
- package/src/libs/feature/notify-reuse/src/lib/notify-reuse-form/notify-reuse-form.component.ts +21 -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/index.ts +2 -0
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.html +96 -0
- package/src/libs/ui/elements/src/lib/contact-details/contact-details.component.ts +45 -0
- package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.html +41 -0
- package/src/libs/ui/elements/src/lib/contact-pill/contact-pill.component.ts +70 -0
- 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-contact/metadata-contact.component.ts +2 -5
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.css +0 -4
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +28 -67
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +30 -10
- package/src/libs/ui/inputs/src/lib/button/button.component.ts +8 -0
- package/src/libs/ui/inputs/src/lib/date-picker/date-picker.component.ts +2 -2
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.html +2 -2
- package/src/libs/ui/inputs/src/lib/url-input/url-input.component.ts +2 -1
- package/src/libs/ui/map/src/lib/components/map-container/map-container.component.ts +2 -1
- package/src/libs/ui/map/src/lib/components/spatial-extent/spatial-extent.component.ts +15 -64
- 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/util/app-config/src/lib/app-config.ts +70 -9
- package/src/libs/util/app-config/src/lib/model.ts +7 -0
- package/src/libs/util/app-config/src/lib/parse-utils.ts +50 -1
- 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/record/quality-score.util.ts +33 -18
- 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/src/libs/util/shared/src/lib/utils/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/user-display.ts +32 -0
- package/style.css +0 -1
- package/tailwind.base.css +19 -2
- package/translations/de.json +29 -20
- package/translations/en.json +29 -20
- package/translations/es.json +29 -20
- package/translations/fr.json +29 -20
- package/translations/it.json +29 -20
- package/translations/nl.json +29 -20
- package/translations/pt.json +29 -20
- package/translations/sk.json +29 -20
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>;
|
|
@@ -138,10 +137,6 @@ interface Keyword {
|
|
|
138
137
|
bbox?: [number, number, number, number];
|
|
139
138
|
translations?: KeywordTranslations;
|
|
140
139
|
}
|
|
141
|
-
interface INSPIRE_topic {
|
|
142
|
-
value: string;
|
|
143
|
-
label: string;
|
|
144
|
-
}
|
|
145
140
|
interface ResourceIdentifier$1 {
|
|
146
141
|
code: string;
|
|
147
142
|
codeSpace?: string;
|
|
@@ -229,10 +224,19 @@ interface DatasetTemporalExtent {
|
|
|
229
224
|
start: Date;
|
|
230
225
|
end?: Date;
|
|
231
226
|
}
|
|
227
|
+
/**
|
|
228
|
+
* Represents a source dataset referenced from a lineage entry.
|
|
229
|
+
*/
|
|
230
|
+
interface SourceRecord {
|
|
231
|
+
uuid?: string;
|
|
232
|
+
title?: string;
|
|
233
|
+
href?: string;
|
|
234
|
+
}
|
|
232
235
|
interface DatasetRecord extends BaseRecord {
|
|
233
236
|
kind: 'dataset';
|
|
234
237
|
status: RecordStatus;
|
|
235
238
|
lineage: string;
|
|
239
|
+
sourceRecords: Array<SourceRecord>;
|
|
236
240
|
onlineResources: Array<DatasetOnlineResource>;
|
|
237
241
|
spatialExtents: Array<DatasetSpatialExtent>;
|
|
238
242
|
temporalExtents: Array<DatasetTemporalExtent>;
|
|
@@ -256,6 +260,7 @@ interface ServiceRecord extends BaseRecord {
|
|
|
256
260
|
interface ReuseRecord extends BaseRecord {
|
|
257
261
|
kind: 'reuse';
|
|
258
262
|
lineage: string;
|
|
263
|
+
sourceRecords: Array<SourceRecord>;
|
|
259
264
|
onlineResources: Array<DatasetOnlineResource>;
|
|
260
265
|
reuseType: ReuseType;
|
|
261
266
|
spatialExtents: Array<DatasetSpatialExtent>;
|
|
@@ -1077,6 +1082,7 @@ declare abstract class RecordsRepositoryInterface {
|
|
|
1077
1082
|
|
|
1078
1083
|
type RecordAsXml = string;
|
|
1079
1084
|
declare const DISABLE_DRAFT: InjectionToken<boolean>;
|
|
1085
|
+
declare const DEFAULT_RECORD_CONVERTER: InjectionToken<BaseConverter<string>>;
|
|
1080
1086
|
declare class Gn4Repository implements RecordsRepositoryInterface {
|
|
1081
1087
|
private httpClient;
|
|
1082
1088
|
private gn4SearchApi;
|
|
@@ -1087,6 +1093,7 @@ declare class Gn4Repository implements RecordsRepositoryInterface {
|
|
|
1087
1093
|
private gn4LanguagesApi;
|
|
1088
1094
|
private settingsService;
|
|
1089
1095
|
private disableDraft;
|
|
1096
|
+
private defaultConverter;
|
|
1090
1097
|
_draftsChanged: Subject<void>;
|
|
1091
1098
|
draftsChanged$: Observable<void>;
|
|
1092
1099
|
search({ filters, fields, offset, limit, sort, filterIds, filterGeometry, }: SearchParams): Observable<SearchResults>;
|
|
@@ -1746,6 +1753,15 @@ interface UserModel {
|
|
|
1746
1753
|
profileIcon?: string;
|
|
1747
1754
|
}
|
|
1748
1755
|
|
|
1756
|
+
interface GroupModel {
|
|
1757
|
+
groupId: number;
|
|
1758
|
+
groupName: string;
|
|
1759
|
+
isMember: boolean;
|
|
1760
|
+
canEdit: boolean;
|
|
1761
|
+
canApprove: boolean;
|
|
1762
|
+
canAdministrate: boolean;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1749
1765
|
interface RecordAttachment {
|
|
1750
1766
|
url: URL;
|
|
1751
1767
|
fileName: string;
|
|
@@ -1765,6 +1781,7 @@ declare abstract class PlatformServiceInterface {
|
|
|
1765
1781
|
abstract getMe(): Observable<UserModel>;
|
|
1766
1782
|
abstract isAnonymous(): Observable<boolean>;
|
|
1767
1783
|
abstract getUsers(): Observable<UserModel[]>;
|
|
1784
|
+
abstract getUserPermissionsByGroup(): Observable<GroupModel[]>;
|
|
1768
1785
|
abstract getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
|
|
1769
1786
|
abstract getOrganizations(): Observable<Organization[]>;
|
|
1770
1787
|
abstract translateKey(key: string): Observable<string>;
|
|
@@ -1923,6 +1940,7 @@ declare const DISABLE_AUTH: InjectionToken<boolean>;
|
|
|
1923
1940
|
declare class Gn4PlatformService implements PlatformServiceInterface {
|
|
1924
1941
|
private meApi;
|
|
1925
1942
|
private usersApi;
|
|
1943
|
+
private groupsApi;
|
|
1926
1944
|
private mapper;
|
|
1927
1945
|
private toolsApiService;
|
|
1928
1946
|
private registriesApiService;
|
|
@@ -1954,6 +1972,7 @@ declare class Gn4PlatformService implements PlatformServiceInterface {
|
|
|
1954
1972
|
getOrganizations(): Observable<Organization[]>;
|
|
1955
1973
|
getUsersByOrganization(organisation: Organization): Observable<UserModel[]>;
|
|
1956
1974
|
getUsers(): Observable<UserModel[]>;
|
|
1975
|
+
getUserPermissionsByGroup(): Observable<GroupModel[]>;
|
|
1957
1976
|
translateKey(key: string): Observable<string>;
|
|
1958
1977
|
private allThesaurus$;
|
|
1959
1978
|
searchKeywords(query: string, keywordTypes: KeywordType[]): Observable<Keyword[]>;
|
|
@@ -2118,6 +2137,20 @@ declare function createFuzzyFilter(pattern: string): FuzzyFilter;
|
|
|
2118
2137
|
declare function getGeometryFromGeoJSON(data: FeatureCollection | Feature | Geometry): Geometry | null;
|
|
2119
2138
|
type BoundingBox = [number, number, number, number];
|
|
2120
2139
|
declare function getGeometryBoundingBox(geometry: Geometry): BoundingBox;
|
|
2140
|
+
/**
|
|
2141
|
+
* Builds the closed GeoJSON Polygon matching the given bounding box.
|
|
2142
|
+
*/
|
|
2143
|
+
declare function bboxToPolygon(bbox: BoundingBox): Polygon;
|
|
2144
|
+
/**
|
|
2145
|
+
* Returns the geometry carried by a spatial extent, falling back to the polygon
|
|
2146
|
+
* derived from its bounding box. Returns null when the extent has neither.
|
|
2147
|
+
*/
|
|
2148
|
+
declare function spatialExtentToGeometry(extent: DatasetSpatialExtent): Geometry | null;
|
|
2149
|
+
/**
|
|
2150
|
+
* Converts a list of dataset spatial extents into a GeoJSON FeatureCollection,
|
|
2151
|
+
* e.g. to be used as the data source of a map layer.
|
|
2152
|
+
*/
|
|
2153
|
+
declare function spatialExtentsToFeatureCollection(extents: DatasetSpatialExtent[]): FeatureCollection;
|
|
2121
2154
|
|
|
2122
2155
|
declare function downsizeImage(blob: Blob, maxWidth: number, maxHeight: number): Promise<Blob>;
|
|
2123
2156
|
declare function downgradeImage(blob: Blob, maxSizeBytes: number): Promise<Blob>;
|
|
@@ -2165,6 +2198,10 @@ declare function getTemporalRangeUnion(ranges: {
|
|
|
2165
2198
|
*/
|
|
2166
2199
|
declare function removeSearchParams(url: string, searchParams: string[]): string;
|
|
2167
2200
|
|
|
2201
|
+
declare function getIndividualDisplayName(individual: Individual): string;
|
|
2202
|
+
declare function getAddressLines(address: string | undefined): string[];
|
|
2203
|
+
declare function toIndividual(user: UserModel): Individual;
|
|
2204
|
+
|
|
2168
2205
|
declare const FORMATS: {
|
|
2169
2206
|
readonly csv: {
|
|
2170
2207
|
readonly extensions: readonly ["csv"];
|
|
@@ -2342,8 +2379,12 @@ declare class ImageFallbackDirective {
|
|
|
2342
2379
|
declare const GEONETWORK_UI_VERSION: string;
|
|
2343
2380
|
declare const GEONETWORK_UI_TAG_NAME: string;
|
|
2344
2381
|
|
|
2382
|
+
type TValidatorEntry = {
|
|
2383
|
+
validator: (metadata: Partial<CatalogRecord>) => boolean;
|
|
2384
|
+
alias?: string;
|
|
2385
|
+
};
|
|
2345
2386
|
type TValidatorMapper = {
|
|
2346
|
-
[key: string]:
|
|
2387
|
+
[key: string]: TValidatorEntry;
|
|
2347
2388
|
};
|
|
2348
2389
|
declare const ValidatorMapper: TValidatorMapper;
|
|
2349
2390
|
type ValidatorMapperKeys = keyof typeof ValidatorMapper & string;
|
|
@@ -2351,6 +2392,7 @@ declare function getAllKeysValidator(): string[];
|
|
|
2351
2392
|
declare function getQualityValidators(record: Partial<CatalogRecord>, propsToValidate: ValidatorMapperKeys[]): {
|
|
2352
2393
|
name: string;
|
|
2353
2394
|
validator: () => boolean;
|
|
2395
|
+
alias: string;
|
|
2354
2396
|
}[];
|
|
2355
2397
|
|
|
2356
2398
|
declare function updateLanguages<T extends CatalogRecord>(record: T, defaultLanguage: LanguageCode, otherLanguages: LanguageCode[]): T;
|
|
@@ -2368,6 +2410,15 @@ declare class GnUiHumanizeDateDirective implements OnInit {
|
|
|
2368
2410
|
|
|
2369
2411
|
declare class MapUtilsService {
|
|
2370
2412
|
getRecordExtent(record: Partial<CatalogRecord>): BoundingBox;
|
|
2413
|
+
/**
|
|
2414
|
+
* Builds a non-interactive overlay layer drawing the spatial extent(s)
|
|
2415
|
+
* declared in the record's metadata (bounding boxes and/or geometries).
|
|
2416
|
+
* Returns null when the record has no usable spatial extent.
|
|
2417
|
+
*
|
|
2418
|
+
* This is purely for display and is independent from the map's initial view,
|
|
2419
|
+
* which is derived separately (see {@link getRecordExtent}).
|
|
2420
|
+
*/
|
|
2421
|
+
getRecordExtentLayer(record: Partial<CatalogRecord>): MapContextLayer | null;
|
|
2371
2422
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapUtilsService, never>;
|
|
2372
2423
|
static ɵprov: i0.ɵɵInjectableDeclaration<MapUtilsService>;
|
|
2373
2424
|
}
|
|
@@ -2700,7 +2751,7 @@ declare class BadgeComponent {
|
|
|
2700
2751
|
|
|
2701
2752
|
declare class ButtonComponent {
|
|
2702
2753
|
private btnClass;
|
|
2703
|
-
set type(value: 'primary' | 'secondary' | 'default' | 'outline' | 'light' | 'gray' | 'black');
|
|
2754
|
+
set type(value: 'primary' | 'secondary' | 'default' | 'outline' | 'light' | 'gray' | 'gray-light' | 'black' | 'primary-light');
|
|
2704
2755
|
disabled: boolean;
|
|
2705
2756
|
extraClass: string;
|
|
2706
2757
|
buttonClick: EventEmitter<Event>;
|
|
@@ -3026,7 +3077,7 @@ declare class UrlInputComponent implements OnChanges {
|
|
|
3026
3077
|
inputValue: string;
|
|
3027
3078
|
ngOnChanges(changes: SimpleChanges): void;
|
|
3028
3079
|
handleInput(event: Event): void;
|
|
3029
|
-
handleUpload(element: HTMLInputElement): void;
|
|
3080
|
+
handleUpload(element: HTMLInputElement, event: Event): void;
|
|
3030
3081
|
isValidUrl(url: string): boolean;
|
|
3031
3082
|
static ɵfac: i0.ɵɵFactoryDeclaration<UrlInputComponent, never>;
|
|
3032
3083
|
static ɵcmp: i0.ɵɵComponentDeclaration<UrlInputComponent, "gn-ui-url-input", never, { "value": { "alias": "value"; "required": false; }; "extraClass": { "alias": "extraClass"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showValidateButton": { "alias": "showValidateButton"; "required": false; }; "resetUrlOnChange": { "alias": "resetUrlOnChange"; "required": false; }; }, { "valueChange": "valueChange"; "uploadClick": "uploadClick"; }, never, ["*"], true, never>;
|
|
@@ -4139,11 +4190,16 @@ declare class ImageInputComponent {
|
|
|
4139
4190
|
}
|
|
4140
4191
|
|
|
4141
4192
|
declare class ImageOverlayPreviewComponent {
|
|
4142
|
-
imageUrl: string
|
|
4143
|
-
isPlaceholderShown:
|
|
4144
|
-
|
|
4193
|
+
imageUrl: i0.InputSignal<string>;
|
|
4194
|
+
isPlaceholderShown: i0.OutputEmitterRef<boolean>;
|
|
4195
|
+
private imageTemplate;
|
|
4196
|
+
private overlay;
|
|
4197
|
+
private viewContainerRef;
|
|
4198
|
+
private overlayRef;
|
|
4199
|
+
openLightbox(): void;
|
|
4200
|
+
closeLightbox(): void;
|
|
4145
4201
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImageOverlayPreviewComponent, never>;
|
|
4146
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImageOverlayPreviewComponent, "gn-ui-image-overlay-preview", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, { "isPlaceholderShown": "isPlaceholderShown"; }, never, never, true, never>;
|
|
4202
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageOverlayPreviewComponent, "gn-ui-image-overlay-preview", never, { "imageUrl": { "alias": "imageUrl"; "required": false; "isSignal": true; }; }, { "isPlaceholderShown": "isPlaceholderShown"; }, never, never, true, never>;
|
|
4147
4203
|
}
|
|
4148
4204
|
|
|
4149
4205
|
declare class KindBadgeComponent {
|
|
@@ -4236,9 +4292,12 @@ declare class MetadataInfoComponent {
|
|
|
4236
4292
|
start: string;
|
|
4237
4293
|
end: string;
|
|
4238
4294
|
};
|
|
4239
|
-
get shownOrganization(): Organization;
|
|
4240
|
-
get resourceContact(): Individual;
|
|
4241
4295
|
fieldReady(propName: string): boolean;
|
|
4296
|
+
get contactGroups(): {
|
|
4297
|
+
role: Role;
|
|
4298
|
+
roleLabel: string;
|
|
4299
|
+
contacts: Individual[];
|
|
4300
|
+
}[];
|
|
4242
4301
|
onKeywordClick(keyword: Keyword): void;
|
|
4243
4302
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataInfoComponent, never>;
|
|
4244
4303
|
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>;
|
|
@@ -4273,6 +4332,29 @@ declare class MetadataQualityComponent implements OnChanges {
|
|
|
4273
4332
|
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataQualityComponent, "gn-ui-metadata-quality", never, { "metadata": { "alias": "metadata"; "required": false; }; "smaller": { "alias": "smaller"; "required": false; }; "metadataQualityDisplay": { "alias": "metadataQualityDisplay"; "required": false; }; "popoverDisplay": { "alias": "popoverDisplay"; "required": false; }; "propsToValidate": { "alias": "propsToValidate"; "required": false; }; "forceComputeScore": { "alias": "forceComputeScore"; "required": false; }; }, {}, never, never, true, never>;
|
|
4274
4333
|
}
|
|
4275
4334
|
|
|
4335
|
+
declare class ContactPillComponent {
|
|
4336
|
+
contact: Individual;
|
|
4337
|
+
private host;
|
|
4338
|
+
overlayOpen: boolean;
|
|
4339
|
+
overlayWidth: number;
|
|
4340
|
+
overlayOffsetX: number;
|
|
4341
|
+
overlayPositions: ConnectedPosition[];
|
|
4342
|
+
get displayName(): string;
|
|
4343
|
+
toggleOverlay(): void;
|
|
4344
|
+
closeOverlay(): void;
|
|
4345
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactPillComponent, never>;
|
|
4346
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactPillComponent, "gn-ui-contact-pill", never, { "contact": { "alias": "contact"; "required": false; }; }, {}, never, never, true, never>;
|
|
4347
|
+
}
|
|
4348
|
+
|
|
4349
|
+
declare class ContactDetailsComponent {
|
|
4350
|
+
contact: Individual;
|
|
4351
|
+
get organization(): Organization;
|
|
4352
|
+
get displayName(): string;
|
|
4353
|
+
get addressLines(): string[];
|
|
4354
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContactDetailsComponent, never>;
|
|
4355
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContactDetailsComponent, "gn-ui-contact-details", never, { "contact": { "alias": "contact"; "required": false; }; }, {}, never, never, true, never>;
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4276
4358
|
declare class NotificationComponent {
|
|
4277
4359
|
type: 'info' | 'warning' | 'error' | 'success';
|
|
4278
4360
|
title: string;
|
|
@@ -4899,7 +4981,7 @@ declare class ChartViewComponent {
|
|
|
4899
4981
|
set link(value: DatasetOnlineResource);
|
|
4900
4982
|
private currentLink$;
|
|
4901
4983
|
set aggregation(value: FieldAggregation[0]);
|
|
4902
|
-
aggregation$: BehaviorSubject<"
|
|
4984
|
+
aggregation$: BehaviorSubject<"count" | "sum" | "min" | "max" | "average">;
|
|
4903
4985
|
set xProperty(value: string);
|
|
4904
4986
|
xProperty$: BehaviorSubject<string>;
|
|
4905
4987
|
set yProperty(value: string);
|
|
@@ -4908,7 +4990,7 @@ declare class ChartViewComponent {
|
|
|
4908
4990
|
chartType$: BehaviorSubject<"line" | "bar" | "bar-horizontal" | "line-interpolated" | "scatter" | "pie">;
|
|
4909
4991
|
set userChartConfig(config: DatavizChartConfigModel);
|
|
4910
4992
|
chartConfig$: Observable<{
|
|
4911
|
-
aggregation: "
|
|
4993
|
+
aggregation: "count" | "sum" | "min" | "max" | "average";
|
|
4912
4994
|
xProperty: string;
|
|
4913
4995
|
yProperty: string;
|
|
4914
4996
|
chartType: "line" | "bar" | "bar-horizontal" | "line-interpolated" | "scatter" | "pie";
|
|
@@ -5013,15 +5095,6 @@ declare class DataTableComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
5013
5095
|
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>;
|
|
5014
5096
|
}
|
|
5015
5097
|
|
|
5016
|
-
declare const tableItemsFixture: {
|
|
5017
|
-
items: DataItem[];
|
|
5018
|
-
properties: PropertyInfo[];
|
|
5019
|
-
};
|
|
5020
|
-
declare const someHabTableItemFixture: {
|
|
5021
|
-
items: DataItem[];
|
|
5022
|
-
properties: PropertyInfo[];
|
|
5023
|
-
};
|
|
5024
|
-
|
|
5025
5098
|
declare class FigureComponent {
|
|
5026
5099
|
icon: string;
|
|
5027
5100
|
title: string;
|
|
@@ -5120,16 +5193,34 @@ declare class MapLegendComponent implements OnChanges {
|
|
|
5120
5193
|
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendComponent, "gn-ui-map-legend", never, { "context": { "alias": "context"; "required": false; }; }, { "legendStatusChange": "legendStatusChange"; }, never, never, true, never>;
|
|
5121
5194
|
}
|
|
5122
5195
|
|
|
5196
|
+
type SpatialExtentLayerStyle = NonNullable<MapContextLayerGeojson['style']>;
|
|
5197
|
+
/**
|
|
5198
|
+
* Default style for a spatial-extent layer: a solid black outline over a
|
|
5199
|
+
* translucent grey fill.
|
|
5200
|
+
*/
|
|
5201
|
+
declare const DEFAULT_SPATIAL_EXTENT_STYLE: SpatialExtentLayerStyle;
|
|
5202
|
+
/**
|
|
5203
|
+
* Builds a GeoJSON map layer drawing the given spatial extents: each extent is
|
|
5204
|
+
* rendered from its own geometry or, when only a bounding box is available,
|
|
5205
|
+
* from a polygon derived from that box.
|
|
5206
|
+
*
|
|
5207
|
+
* @returns the layer, or `null` when none of the extents can be represented.
|
|
5208
|
+
*/
|
|
5209
|
+
declare function createSpatialExtentLayer(extents: DatasetSpatialExtent[], overrides?: {
|
|
5210
|
+
label?: string;
|
|
5211
|
+
clickable?: boolean;
|
|
5212
|
+
style?: SpatialExtentLayerStyle;
|
|
5213
|
+
}): MapContextLayer | null;
|
|
5123
5214
|
declare function prioritizePageScroll(interactions: Collection<Interaction>): void;
|
|
5124
5215
|
declare function dragPanCondition(this: DragPan, event: MapBrowserEvent<PointerEvent>): boolean;
|
|
5125
5216
|
declare function mouseWheelZoomCondition(this: MouseWheelZoom, event: MapBrowserEvent<WheelEvent>): boolean;
|
|
5126
5217
|
|
|
5127
5218
|
declare class SpatialExtentComponent {
|
|
5219
|
+
private _cdr;
|
|
5128
5220
|
set spatialExtents(value: DatasetSpatialExtent[]);
|
|
5129
5221
|
spatialExtents$: BehaviorSubject<DatasetSpatialExtent[]>;
|
|
5130
5222
|
mapContext$: Observable<MapContext>;
|
|
5131
5223
|
error: string;
|
|
5132
|
-
bboxCoordsToGeometry(bbox: [number, number, number, number]): Geometry;
|
|
5133
5224
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialExtentComponent, never>;
|
|
5134
5225
|
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialExtentComponent, "gn-ui-spatial-extent", never, { "spatialExtents": { "alias": "spatialExtents"; "required": false; }; }, {}, never, never, true, never>;
|
|
5135
5226
|
}
|
|
@@ -5740,7 +5831,8 @@ interface FormFieldConfig {
|
|
|
5740
5831
|
}
|
|
5741
5832
|
type OnlineLinkResourceSpecifier = `onlineResourceType:link`;
|
|
5742
5833
|
type DatasetDistributionsSpecifier = `onlineResourceType:!link`;
|
|
5743
|
-
type
|
|
5834
|
+
type EditableContactDetailsSpecifier = `contact:editableDetails`;
|
|
5835
|
+
type FieldModelSpecifier = OnlineLinkResourceSpecifier | DatasetDistributionsSpecifier | EditableContactDetailsSpecifier;
|
|
5744
5836
|
type FormFieldComponentName = 'form-field-constraints-shortcuts' | 'form-field-spatial-toggle';
|
|
5745
5837
|
interface EditorFieldIdentification {
|
|
5746
5838
|
model?: CatalogRecordKeys;
|
|
@@ -5763,7 +5855,7 @@ interface EditorFieldPage {
|
|
|
5763
5855
|
labelKey?: string;
|
|
5764
5856
|
sections: EditorSection[];
|
|
5765
5857
|
}
|
|
5766
|
-
interface EditorConfig {
|
|
5858
|
+
interface EditorConfig$1 {
|
|
5767
5859
|
pages: EditorFieldPage[];
|
|
5768
5860
|
}
|
|
5769
5861
|
|
|
@@ -5808,9 +5900,9 @@ declare const saveRecordFailure: _ngrx_store.ActionCreator<"[Editor] Save record
|
|
|
5808
5900
|
declare const draftSaveSuccess: _ngrx_store.ActionCreator<"[Editor] Draft save success", () => _ngrx_store.Action<"[Editor] Draft save success">>;
|
|
5809
5901
|
declare const undoRecordDraft: _ngrx_store.ActionCreator<"[Editor] Undo record draft", () => _ngrx_store.Action<"[Editor] Undo record draft">>;
|
|
5810
5902
|
declare const setEditorConfiguration: _ngrx_store.ActionCreator<"[Editor] Set editor configuration", (props: {
|
|
5811
|
-
configuration: EditorConfig;
|
|
5903
|
+
configuration: EditorConfig$1;
|
|
5812
5904
|
}) => {
|
|
5813
|
-
configuration: EditorConfig;
|
|
5905
|
+
configuration: EditorConfig$1;
|
|
5814
5906
|
} & _ngrx_store.Action<"[Editor] Set editor configuration">>;
|
|
5815
5907
|
declare const setCurrentPage: _ngrx_store.ActionCreator<"[Editor] Set current page", (props: {
|
|
5816
5908
|
page: number;
|
|
@@ -5850,6 +5942,11 @@ declare const canEditRecord: _ngrx_store.ActionCreator<"[Editor] User can edit r
|
|
|
5850
5942
|
}) => {
|
|
5851
5943
|
canEditRecord: boolean;
|
|
5852
5944
|
} & _ngrx_store.Action<"[Editor] User can edit record">>;
|
|
5945
|
+
declare const setFocusedField: _ngrx_store.ActionCreator<"[Editor] Set focused field", (props: {
|
|
5946
|
+
model: CatalogRecordKeys;
|
|
5947
|
+
}) => {
|
|
5948
|
+
model: CatalogRecordKeys;
|
|
5949
|
+
} & _ngrx_store.Action<"[Editor] Set focused field">>;
|
|
5853
5950
|
|
|
5854
5951
|
declare class EditorFacade {
|
|
5855
5952
|
private readonly store;
|
|
@@ -5863,20 +5960,22 @@ declare class EditorFacade {
|
|
|
5863
5960
|
currentSections$: rxjs.Observable<geonetwork_ui.EditorSectionWithValues[]>;
|
|
5864
5961
|
draftSaveSuccess$: rxjs.Observable<_ngrx_store.Action<"[Editor] Draft save success">>;
|
|
5865
5962
|
currentPage$: rxjs.Observable<number>;
|
|
5866
|
-
editorConfig$: rxjs.Observable<EditorConfig>;
|
|
5963
|
+
editorConfig$: rxjs.Observable<EditorConfig$1>;
|
|
5867
5964
|
hasRecordChanged$: rxjs.Observable<{
|
|
5868
5965
|
user: string;
|
|
5869
5966
|
date: Date;
|
|
5870
5967
|
}>;
|
|
5871
5968
|
isPublished$: rxjs.Observable<boolean>;
|
|
5872
5969
|
canEditRecord$: rxjs.Observable<boolean>;
|
|
5970
|
+
focusedField$: rxjs.Observable<CatalogRecordKeys>;
|
|
5873
5971
|
openRecord(record: CatalogRecord, recordSource: string): void;
|
|
5874
5972
|
saveRecord(): void;
|
|
5875
5973
|
undoRecordDraft(): void;
|
|
5876
5974
|
updateRecordField(field: string, value: unknown): void;
|
|
5877
5975
|
updateRecordLanguages(defaultLanguage: LanguageCode, otherLanguages: LanguageCode[]): void;
|
|
5878
|
-
setConfiguration(configuration: EditorConfig): void;
|
|
5976
|
+
setConfiguration(configuration: EditorConfig$1): void;
|
|
5879
5977
|
setCurrentPage(page: number): void;
|
|
5978
|
+
setFocusedField(model: CatalogRecordKeys): void;
|
|
5880
5979
|
setFieldVisibility(field: EditorFieldIdentification, visible: boolean): void;
|
|
5881
5980
|
checkHasRecordChanged(record: CatalogRecord): void;
|
|
5882
5981
|
isPublished(isPublished: boolean): void;
|
|
@@ -5900,7 +5999,7 @@ interface EditorState {
|
|
|
5900
5999
|
saving: boolean;
|
|
5901
6000
|
saveError: SaveRecordError | null;
|
|
5902
6001
|
changedSinceSave: boolean;
|
|
5903
|
-
editorConfig: EditorConfig;
|
|
6002
|
+
editorConfig: EditorConfig$1;
|
|
5904
6003
|
currentPage: number;
|
|
5905
6004
|
hasRecordChanged: {
|
|
5906
6005
|
user: string;
|
|
@@ -5921,7 +6020,7 @@ declare const selectRecordSource: _ngrx_store.MemoizedSelector<object, string, (
|
|
|
5921
6020
|
declare const selectRecordSaving: _ngrx_store.MemoizedSelector<object, boolean, (s1: EditorState) => boolean>;
|
|
5922
6021
|
declare const selectRecordSaveError: _ngrx_store.MemoizedSelector<object, Error, (s1: EditorState) => Error>;
|
|
5923
6022
|
declare const selectRecordChangedSinceSave: _ngrx_store.MemoizedSelector<object, boolean, (s1: EditorState) => boolean>;
|
|
5924
|
-
declare const selectEditorConfig: _ngrx_store.MemoizedSelector<object, EditorConfig, (s1: EditorState) => EditorConfig>;
|
|
6023
|
+
declare const selectEditorConfig: _ngrx_store.MemoizedSelector<object, EditorConfig$1, (s1: EditorState) => EditorConfig$1>;
|
|
5925
6024
|
declare const selectCurrentPage: _ngrx_store.MemoizedSelector<object, number, (s1: EditorState) => number>;
|
|
5926
6025
|
declare const selectRecordSections: _ngrx_store.MemoizedSelector<object, EditorSectionWithValues[], (s1: EditorState) => EditorSectionWithValues[]>;
|
|
5927
6026
|
declare const selectHasRecordChanged: _ngrx_store.MemoizedSelector<object, {
|
|
@@ -5959,18 +6058,20 @@ declare class ImportRecordComponent {
|
|
|
5959
6058
|
static ɵcmp: i0.ɵɵComponentDeclaration<ImportRecordComponent, "gn-ui-import-record", never, {}, { "closeImportMenu": "closeImportMenu"; }, never, never, true, never>;
|
|
5960
6059
|
}
|
|
5961
6060
|
|
|
5962
|
-
declare class MetadataQualityPanelComponent
|
|
6061
|
+
declare class MetadataQualityPanelComponent {
|
|
6062
|
+
facade: EditorFacade;
|
|
5963
6063
|
propsToValidate: ValidatorMapperKeys[];
|
|
5964
|
-
propertiesByPage
|
|
6064
|
+
propertiesByPage$: rxjs.Observable<{
|
|
5965
6065
|
label: string;
|
|
5966
6066
|
value: boolean;
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
6067
|
+
model: CatalogRecordKeys;
|
|
6068
|
+
}[][]>;
|
|
6069
|
+
onCriterionClick(property: {
|
|
6070
|
+
value: boolean;
|
|
6071
|
+
model: CatalogRecordKeys;
|
|
6072
|
+
}): void;
|
|
5972
6073
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataQualityPanelComponent, never>;
|
|
5973
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataQualityPanelComponent, "gn-ui-metadata-quality-panel", never, {
|
|
6074
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataQualityPanelComponent, "gn-ui-metadata-quality-panel", never, {}, {}, never, never, true, never>;
|
|
5974
6075
|
}
|
|
5975
6076
|
|
|
5976
6077
|
declare class MultilingualPanelComponent implements OnDestroy {
|
|
@@ -6015,6 +6116,14 @@ declare class MultilingualPanelComponent implements OnDestroy {
|
|
|
6015
6116
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultilingualPanelComponent, "gn-ui-multilingual-panel", never, { "record": { "alias": "record"; "required": false; }; }, {}, never, never, true, never>;
|
|
6016
6117
|
}
|
|
6017
6118
|
|
|
6119
|
+
declare class FieldFocusDirective {
|
|
6120
|
+
gnUiFieldFocusGlowClass: string;
|
|
6121
|
+
private el;
|
|
6122
|
+
focusField(focusInnerTarget?: boolean): void;
|
|
6123
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFocusDirective, never>;
|
|
6124
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FieldFocusDirective, "[gnUiFieldFocus]", ["fieldFocus"], { "gnUiFieldFocusGlowClass": { "alias": "gnUiFieldFocusGlowClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
6125
|
+
}
|
|
6126
|
+
|
|
6018
6127
|
declare class FormFieldKeywordsComponent {
|
|
6019
6128
|
private editorFacade;
|
|
6020
6129
|
value: Keyword[];
|
|
@@ -6144,6 +6253,7 @@ declare class FormFieldComponent {
|
|
|
6144
6253
|
valueChange: EventEmitter<unknown>;
|
|
6145
6254
|
titleInput: ElementRef;
|
|
6146
6255
|
isOpenData: boolean;
|
|
6256
|
+
fieldFocus: FieldFocusDirective;
|
|
6147
6257
|
toggleIsOpenData(event: boolean): void;
|
|
6148
6258
|
focusTitleInput(): void;
|
|
6149
6259
|
get withoutWrapper(): boolean;
|
|
@@ -6160,7 +6270,7 @@ declare class FormFieldComponent {
|
|
|
6160
6270
|
get valueAsResourceIdentifierCode(): string;
|
|
6161
6271
|
handleResourceIdentifierChange(code: string): void;
|
|
6162
6272
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
|
|
6163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "gn-ui-form-field", never, { "uniqueIdentifier": { "alias": "uniqueIdentifier"; "required": false; }; "model": { "alias": "model"; "required": false; }; "modelSpecifier": { "alias": "modelSpecifier"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true,
|
|
6273
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "gn-ui-form-field", never, { "uniqueIdentifier": { "alias": "uniqueIdentifier"; "required": false; }; "model": { "alias": "model"; "required": false; }; "modelSpecifier": { "alias": "modelSpecifier"; "required": false; }; "componentName": { "alias": "componentName"; "required": false; }; "config": { "alias": "config"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, [{ directive: typeof FieldFocusDirective; inputs: {}; outputs: {}; }]>;
|
|
6164
6274
|
}
|
|
6165
6275
|
|
|
6166
6276
|
declare const NOT_APPLICABLE_CONSTRAINT: Constraint;
|
|
@@ -6184,12 +6294,23 @@ declare class FormFieldTopicsComponent {
|
|
|
6184
6294
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldTopicsComponent, "gn-ui-form-field-topics", never, { "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
6185
6295
|
}
|
|
6186
6296
|
|
|
6187
|
-
declare class RecordFormComponent {
|
|
6297
|
+
declare class RecordFormComponent implements OnInit, OnDestroy {
|
|
6188
6298
|
facade: EditorFacade;
|
|
6299
|
+
subscription: Subscription;
|
|
6189
6300
|
recordUniqueIdentifier$: rxjs.Observable<string>;
|
|
6301
|
+
focusFieldWithPage$: rxjs.Observable<readonly [CatalogRecordKeys, number, number]>;
|
|
6302
|
+
formFields: i0.Signal<readonly FormFieldComponent[]>;
|
|
6303
|
+
sectionFocusDirectives: i0.Signal<readonly FieldFocusDirective[]>;
|
|
6304
|
+
focusField(model: CatalogRecordKeys, sectionIndex: number): void;
|
|
6305
|
+
ngOnInit(): void;
|
|
6306
|
+
ngOnDestroy(): void;
|
|
6190
6307
|
handleFieldValueChange(model: CatalogRecordKeys, newValue: EditorFieldValue): void;
|
|
6191
6308
|
fieldTracker(index: number, field: EditorFieldWithValue): CatalogRecordKeys;
|
|
6192
6309
|
sectionTracker(index: number, section: EditorSectionWithValues): string;
|
|
6310
|
+
getFieldLocation(model: CatalogRecordKeys): Promise<{
|
|
6311
|
+
page: number;
|
|
6312
|
+
section: number;
|
|
6313
|
+
} | null>;
|
|
6193
6314
|
static ɵfac: i0.ɵɵFactoryDeclaration<RecordFormComponent, never>;
|
|
6194
6315
|
static ɵcmp: i0.ɵɵComponentDeclaration<RecordFormComponent, "gn-ui-record-form", never, {}, {}, never, never, true, never>;
|
|
6195
6316
|
}
|
|
@@ -6269,6 +6390,10 @@ declare class FeatureEditorModule {
|
|
|
6269
6390
|
static ɵinj: i0.ɵɵInjectorDeclaration<FeatureEditorModule>;
|
|
6270
6391
|
}
|
|
6271
6392
|
|
|
6393
|
+
interface ISOTopic {
|
|
6394
|
+
value: string;
|
|
6395
|
+
label: string;
|
|
6396
|
+
}
|
|
6272
6397
|
/**
|
|
6273
6398
|
* This file contains the configuration of the fields that will be displayed in the editor.
|
|
6274
6399
|
* To add a new field, you need to create a new EditorField object in the fields part of this file.
|
|
@@ -6320,7 +6445,7 @@ declare const METADATA_POINT_OF_CONTACT_SECTION: EditorSection;
|
|
|
6320
6445
|
*************** PAGES *****************
|
|
6321
6446
|
************************************************************
|
|
6322
6447
|
*/
|
|
6323
|
-
declare const DEFAULT_CONFIGURATION: EditorConfig;
|
|
6448
|
+
declare const DEFAULT_CONFIGURATION: EditorConfig$1;
|
|
6324
6449
|
/************************************************************
|
|
6325
6450
|
*************** LICENSES **************
|
|
6326
6451
|
************************************************************
|
|
@@ -6334,14 +6459,14 @@ declare const MAX_UPLOAD_SIZE_MB = 10;
|
|
|
6334
6459
|
*/
|
|
6335
6460
|
declare const SPATIAL_SCOPES: Keyword[];
|
|
6336
6461
|
/************************************************************
|
|
6337
|
-
***************
|
|
6462
|
+
*************** ISO TOPICS **************
|
|
6338
6463
|
************************************************************
|
|
6339
6464
|
*/
|
|
6340
|
-
declare const
|
|
6465
|
+
declare const ISO_TOPICS: ISOTopic[];
|
|
6341
6466
|
|
|
6342
6467
|
declare class EditorService {
|
|
6343
6468
|
private recordsRepository;
|
|
6344
|
-
saveRecord(record: CatalogRecord, recordSource: string, fieldsConfig: EditorConfig): Observable<[CatalogRecord, string]>;
|
|
6469
|
+
saveRecord(record: CatalogRecord, recordSource: string, fieldsConfig: EditorConfig$1): Observable<[CatalogRecord, string]>;
|
|
6345
6470
|
saveRecordAsDraft(record: CatalogRecord, recordSource: string): Observable<void>;
|
|
6346
6471
|
undoRecordDraft(record: CatalogRecord): Observable<[CatalogRecord, string, boolean]>;
|
|
6347
6472
|
hasRecordChangedSinceDraft(localRecord: CatalogRecord): Observable<{
|
|
@@ -6581,17 +6706,8 @@ declare class SpinningLoaderComponent {
|
|
|
6581
6706
|
|
|
6582
6707
|
declare function provideI18n(config?: TranslateModuleConfig, useLocalStorage?: boolean): EnvironmentProviders;
|
|
6583
6708
|
|
|
6584
|
-
/**
|
|
6585
|
-
* This loader will rely on JSON files in the app assets
|
|
6586
|
-
* Implements a fallback on default lang if translated labels are empty
|
|
6587
|
-
*/
|
|
6588
|
-
declare class FileTranslateLoader extends TranslateHttpLoader {
|
|
6589
|
-
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6590
|
-
}
|
|
6591
|
-
|
|
6592
6709
|
declare const DEFAULT_LANG = "en";
|
|
6593
6710
|
declare const LANGUAGE_STORAGE_KEY = "geonetwork-ui-language";
|
|
6594
|
-
declare function HttpLoaderFactory(http: HttpClient): FileTranslateLoader;
|
|
6595
6711
|
declare const TRANSLATE_DEFAULT_CONFIG: TranslateModuleConfig;
|
|
6596
6712
|
/**
|
|
6597
6713
|
* This config will print translation keys in the UI directly; used to identify which keys are used
|
|
@@ -6605,8 +6721,12 @@ declare class I18nInterceptor implements HttpInterceptor {
|
|
|
6605
6721
|
static ɵprov: i0.ɵɵInjectableDeclaration<I18nInterceptor>;
|
|
6606
6722
|
}
|
|
6607
6723
|
|
|
6608
|
-
|
|
6609
|
-
|
|
6724
|
+
/**
|
|
6725
|
+
* This loader will rely on JSON files in the app assets
|
|
6726
|
+
* Implements a fallback on default lang if translated labels are empty
|
|
6727
|
+
*/
|
|
6728
|
+
declare class FileTranslateLoader extends TranslateHttpLoader {
|
|
6729
|
+
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6610
6730
|
}
|
|
6611
6731
|
|
|
6612
6732
|
declare function dropEmptyTranslations(translations: any): {};
|
|
@@ -6757,6 +6877,11 @@ interface SearchPreset {
|
|
|
6757
6877
|
interface MetadataQualityConfig {
|
|
6758
6878
|
ENABLED: boolean;
|
|
6759
6879
|
}
|
|
6880
|
+
type NewRecordStandard = 'iso19139' | 'iso19115-3';
|
|
6881
|
+
interface EditorConfig {
|
|
6882
|
+
NEW_RECORD_DEFAULT_LANGUAGE?: string;
|
|
6883
|
+
NEW_RECORD_STANDARD?: NewRecordStandard;
|
|
6884
|
+
}
|
|
6760
6885
|
type CustomTranslations = {
|
|
6761
6886
|
[translationKey: string]: string;
|
|
6762
6887
|
};
|
|
@@ -6776,35 +6901,17 @@ interface SearchConfig {
|
|
|
6776
6901
|
FILTER_GEOMETRY?: Geometry;
|
|
6777
6902
|
}
|
|
6778
6903
|
|
|
6779
|
-
/**
|
|
6780
|
-
* This loader extends the default one based on JSON files but also loads custom translations
|
|
6781
|
-
* defined in the app configuration
|
|
6782
|
-
* Implements a fallback on default lang if translated labels are empty
|
|
6783
|
-
*/
|
|
6784
|
-
declare class FileWithOverridesTranslateLoader extends FileTranslateLoader {
|
|
6785
|
-
getTranslation(lang: string): rxjs.Observable<{}>;
|
|
6786
|
-
}
|
|
6787
|
-
|
|
6788
6904
|
declare function getGlobalConfig(): GlobalConfig;
|
|
6789
6905
|
declare function getThemeConfig(): ThemeConfig;
|
|
6790
6906
|
declare function getOptionalMapConfig(): MapConfig | null;
|
|
6791
6907
|
declare function getOptionalSearchConfig(): SearchConfig | null;
|
|
6908
|
+
declare function getOptionalEditorConfig(): EditorConfig | null;
|
|
6792
6909
|
declare function getMetadataQualityConfig(): MetadataQualityConfig;
|
|
6793
6910
|
declare function getCustomTranslations(langCode: string): CustomTranslations;
|
|
6794
6911
|
declare function loadAppConfig(configUrl?: string): Promise<void>;
|
|
6795
6912
|
declare function isConfigLoaded(): boolean;
|
|
6796
6913
|
declare function _reset(): void;
|
|
6797
|
-
declare const TRANSLATE_WITH_OVERRIDES_CONFIG:
|
|
6798
|
-
compiler: {
|
|
6799
|
-
provide: typeof TranslateCompiler;
|
|
6800
|
-
useClass: typeof TranslateMessageFormatCompiler;
|
|
6801
|
-
};
|
|
6802
|
-
loader: {
|
|
6803
|
-
provide: typeof TranslateLoader;
|
|
6804
|
-
useFactory: (http: HttpClient) => FileWithOverridesTranslateLoader;
|
|
6805
|
-
deps: (typeof HttpClient)[];
|
|
6806
|
-
};
|
|
6807
|
-
};
|
|
6914
|
+
declare const TRANSLATE_WITH_OVERRIDES_CONFIG: TranslateModuleConfig;
|
|
6808
6915
|
|
|
6809
6916
|
declare const okAppConfigFixture: () => string;
|
|
6810
6917
|
declare const appConfigWithTranslationFixture: () => string;
|
|
@@ -6817,6 +6924,6 @@ declare const unrecognizedKeysConfigFixture: () => string;
|
|
|
6817
6924
|
|
|
6818
6925
|
declare function getMapContextLayerFromConfig(config: LayerConfig): MapContextLayer;
|
|
6819
6926
|
|
|
6820
|
-
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, 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, 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, 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, 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, setSelectedFeatures, setTextContent, someHabTableItemFixture, sortByFromString, sortByToString, sortByToStrings, stripHtml, stripNamespace, tableItemsFixture, toDate, toLang2, toLang3, totalPages, undoRecordDraft, unrecognizedKeysConfigFixture, updateFrequencyCodeValues, updateLanguages, updateRecordField, updateRecordLanguages, wmsLayerFlatten, writeAttribute, wrongLanguageCodeConfigFixture, xmlToString };
|
|
6821
|
-
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, 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,
|
|
6927
|
+
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, 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 };
|
|
6928
|
+
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, 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 };
|
|
6822
6929
|
//# sourceMappingURL=index.d.ts.map
|