@igo2/geo 20.0.1 → 20.1.0-next.10

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/index.d.ts CHANGED
@@ -1,25 +1,27 @@
1
1
  import * as i0 from '@angular/core';
2
- import { PipeTransform, AfterViewInit, OnInit, OnDestroy, EventEmitter, AfterContentInit, ElementRef, Provider, ModuleWithProviders, QueryList, TemplateRef, AfterContentChecked, WritableSignal, InjectionToken, EnvironmentProviders } from '@angular/core';
2
+ import { PipeTransform, AfterViewInit, OnInit, OnDestroy, AfterContentInit, Provider, EventEmitter, ModuleWithProviders, ElementRef, TemplateRef, AfterContentChecked, WritableSignal, InjectionToken, EnvironmentProviders } from '@angular/core';
3
3
  import { AuthInterceptor } from '@igo2/auth';
4
4
  import * as i2 from '@igo2/core/message';
5
5
  import { Message, MessageService } from '@igo2/core/message';
6
6
  import OlLayer from 'ol/layer/Layer';
7
7
  import { Source } from 'ol/source';
8
8
  import * as rxjs from 'rxjs';
9
- import { Observable, Subscription, BehaviorSubject, Subject, ReplaySubject } from 'rxjs';
9
+ import { Observable, Subscription, BehaviorSubject, Subject } from 'rxjs';
10
10
  import olSourceCluster from 'ol/source/Cluster';
11
11
  import olSource from 'ol/source/Source';
12
12
  import olSourceVector from 'ol/source/Vector';
13
13
  import { Units } from 'ol/control/ScaleLine';
14
+ import * as _igo2_common_entity from '@igo2/common/entity';
15
+ import { BaseEntityTableColumn, EntityStore, EntityKey, EntityStoreOptions, EntityStoreStrategyOptions, EntityStoreStrategy, EntityTableTemplate, EntityTableComponent, EntityTableColumn, EntityState, EntityTableColumnRenderer, EntityRecord, EntityTableButton, EntityStoreFilterCustomFuncStrategy } from '@igo2/common/entity';
14
16
  import OlGeometry, { Type } from 'ol/geom/Geometry';
15
17
  import { Preset, Tokenizer, Encoders, Document } from 'flexsearch';
16
- import { Watcher, SubjectStatus } from '@igo2/utils';
18
+ import { SubjectStatus, Watcher, TimeFrame, resolveDate } from '@igo2/utils';
17
19
  import * as olproj from 'ol/proj';
18
20
  import { ProjectionLike, Projection as Projection$1 } from 'ol/proj';
19
21
  import * as ol from 'ol';
20
22
  import { Map as Map$1 } from 'ol';
21
23
  import OlFeature from 'ol/Feature';
22
- import olFormatFeature, { Type as Type$1 } from 'ol/format/Feature';
24
+ import olFormatFeature from 'ol/format/Feature';
23
25
  import { Group } from 'ol/layer.js';
24
26
  import BaseLayer from 'ol/layer/Base';
25
27
  import olAttribution from 'ol/control/Attribution';
@@ -46,7 +48,6 @@ import { HttpClient, HttpParameterCodec } from '@angular/common/http';
46
48
  import { Extent } from 'ol/extent';
47
49
  import olProjection from 'ol/proj/Projection';
48
50
  import { UntypedFormGroup, UntypedFormControl, FormControl, ControlValueAccessor, NgControl } from '@angular/forms';
49
- import { EntityStore, EntityKey, EntityStoreOptions, EntityStoreStrategyOptions, EntityStoreStrategy, EntityTableTemplate, EntityTableComponent, EntityTableColumn, EntityState, EntityTableColumnRenderer, EntityRecord, EntityTableButton, EntityStoreFilterCustomFuncStrategy } from '@igo2/common/entity';
50
51
  import { Position, Geometry, GeoJsonGeometryTypes } from 'geojson';
51
52
  import { ConfigService } from '@igo2/core/config';
52
53
  import { StorageService } from '@igo2/core/storage';
@@ -60,15 +61,19 @@ import olLayerVectorTile from 'ol/layer/VectorTile';
60
61
  import olSourceVectorTile from 'ol/source/VectorTile';
61
62
  import * as _igo2_geo from '@igo2/geo';
62
63
  import { FloatLabelType, MatFormFieldAppearance } from '@angular/material/form-field';
63
- import { MatAutocompleteTrigger, MatAutocomplete } from '@angular/material/autocomplete';
64
+ import { MatAutocompleteTrigger, MatAutocomplete, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
64
65
  import { MatSelect } from '@angular/material/select';
65
66
  import { MatSlider, MatSliderChange } from '@angular/material/slider';
67
+ import { DatepickerComponent } from '@igo2/common/datepicker';
68
+ import { TimepickerComponent } from '@igo2/common/timepicker';
66
69
  import { SelectionModel } from '@angular/cdk/collections';
67
70
  import { NestedTreeControl, FlatTreeControl } from '@angular/cdk/tree';
68
71
  import { MatTreeNestedDataSource, MatTreeFlattener, MatTreeFlatDataSource } from '@angular/material/tree';
69
72
  import * as olStyle from 'ol/style';
70
73
  import { Form, FormComponent, FormFieldInputs } from '@igo2/common/form';
71
74
  import { ThemePalette, MatOption } from '@angular/material/core';
75
+ import * as i4 from '@angular/material/dialog';
76
+ import { MatDialogRef, MatDialog } from '@angular/material/dialog';
72
77
  import { MatSlideToggleChange } from '@angular/material/slide-toggle';
73
78
  import { Workspace, WorkspaceStore, WorkspaceOptions } from '@igo2/common/workspace';
74
79
  import { TreeFlatNode, TreeDropEvent, DropPermission, DragAndDropDirective } from '@igo2/common/drag-drop';
@@ -84,8 +89,6 @@ import { FlexibleState } from '@igo2/common/flexible';
84
89
  import * as i1$1 from '@igo2/common/widget';
85
90
  import { WidgetComponent, Widget, WidgetService } from '@igo2/common/widget';
86
91
  import { OnUpdateInputs } from '@igo2/common/dynamic-component';
87
- import * as i4 from '@angular/material/dialog';
88
- import { MatDialogRef, MatDialog } from '@angular/material/dialog';
89
92
  import { LanguageService } from '@igo2/core/language';
90
93
  import { SafeResourceUrl } from '@angular/platform-browser';
91
94
  import { Toolbox } from '@igo2/common/tool';
@@ -291,8 +294,9 @@ interface DataSourceOptions {
291
294
  download?: DownloadOptions;
292
295
  edition?: EditionOptions;
293
296
  relations?: RelationOptions[];
297
+ fieldNameGeometry?: string;
294
298
  }
295
- interface SourceFieldsOptionsParams {
299
+ interface SourceFieldsOptionsParams extends Omit<BaseEntityTableColumn, 'title'> {
296
300
  name: any;
297
301
  alias?: any;
298
302
  values?: any;
@@ -300,11 +304,10 @@ interface SourceFieldsOptionsParams {
300
304
  allowedOperatorsType?: OgcFilterOperatorType;
301
305
  step?: number;
302
306
  relation?: RelationOptions;
303
- type?: number | number[] | string | string[] | boolean | Date;
307
+ type?: 'number' | 'number[]' | 'string' | 'string[]' | 'boolean' | 'Date' | 'list' | 'autocomplete';
304
308
  primary?: boolean;
305
309
  visible?: boolean;
306
310
  validation?: SourceFieldsValidationParams;
307
- linkColumnForce?: string;
308
311
  multiple?: boolean;
309
312
  tooltip?: string;
310
313
  searchIndex?: searchIndexOptions;
@@ -771,7 +774,8 @@ declare class OgcFilterWriter {
771
774
  verifyMultipleEnableds(selectors: any): any;
772
775
  formatGroupAndFilter(ogcFilters: OgcFiltersOptions, selectors: any): any[];
773
776
  formatProcessedOgcFilter(processedFilter: string, layersOrTypenames: string): string;
774
- parseFilterOptionDate(value: string, defaultValue?: string): string;
777
+ private parseFilterOptionDate;
778
+ private handleBeginEnd;
775
779
  }
776
780
 
777
781
  declare enum SpatialFilterQueryType {
@@ -782,7 +786,10 @@ declare enum SpatialFilterQueryType {
782
786
  CircProv = "CircProv",
783
787
  DirReg = "DirReg",
784
788
  MRC = "MRC",
785
- RegTour = "RegTour"
789
+ RegTour = "RegTour",
790
+ RSS = "RSS",
791
+ RLS = "RLS",
792
+ CLSC = "CLSC"
786
793
  }
787
794
  declare enum SpatialFilterType {
788
795
  Predefined = "Predefined",
@@ -1300,77 +1307,6 @@ declare class MapViewController extends MapController {
1300
1307
  private onMoveEnd;
1301
1308
  }
1302
1309
 
1303
- interface LayerWatcherChange {
1304
- event: LayerWatcherEvent;
1305
- layer: Layer;
1306
- }
1307
- type LayerWatcherEvent = Pick<ObjectEvent, 'key' | 'oldValue'> & {
1308
- value: unknown;
1309
- };
1310
- declare class LayerWatcher extends Watcher {
1311
- propertyChange$: BehaviorSubject<LayerWatcherChange>;
1312
- private loaded;
1313
- private loading;
1314
- private layers;
1315
- private subscriptionsByLayerId;
1316
- private subscriptions;
1317
- constructor();
1318
- watch(): void;
1319
- unwatch(): void;
1320
- setPropertyChange(change: LayerWatcherChange): void;
1321
- watchLayer(layer: AnyLayer): void;
1322
- private _watchLayer;
1323
- private createOlEventObservable;
1324
- unwatchLayer(layer: AnyLayer): void;
1325
- private _unwatchLayer;
1326
- }
1327
-
1328
- declare abstract class MapBase {
1329
- ol: Map$1;
1330
- forcedOffline$: BehaviorSubject<boolean>;
1331
- layersAddedByClick$: BehaviorSubject<AnyLayer[]>;
1332
- status$: Subject<SubjectStatus>;
1333
- propertyChange$: Subject<LayerWatcherChange>;
1334
- overlay: Overlay;
1335
- queryResultsOverlay: Overlay;
1336
- searchResultsOverlay: Overlay;
1337
- viewController: MapViewController;
1338
- geolocationController: MapGeolocationController;
1339
- swipeEnabled$: BehaviorSubject<boolean>;
1340
- mapCenter$: BehaviorSubject<boolean>;
1341
- selectedFeatures$: BehaviorSubject<Layer[]>;
1342
- bufferDataSource: FeatureDataSource;
1343
- layerWatcher: LayerWatcher;
1344
- readonly options: MapOptions;
1345
- layerController: LayerController;
1346
- projection: string;
1347
- viewProjection: Projection$1;
1348
- projectionCode: string;
1349
- abstract setTarget(id: string): void;
1350
- abstract updateView(options: MapViewOptions): void;
1351
- abstract setView(options: MapViewOptions): void;
1352
- abstract updateControls(value: MapControlsOptions): void;
1353
- abstract getCenter(projection?: string | Projection$1): [number, number];
1354
- abstract getExtent(projection?: string | Projection$1): MapExtent;
1355
- abstract getZoom(): number;
1356
- /** @deprecated find a way to remove this method. For now we discourage to use it until we find the way to remove it */
1357
- abstract getLayerByOlUId(olUId: string): AnyLayer;
1358
- }
1359
-
1360
- declare class LayerSelectionModel {
1361
- private selection;
1362
- private descendantSelection;
1363
- get selected(): AnyLayer[];
1364
- get hasSelection(): boolean;
1365
- get isSelectionEmpty(): boolean;
1366
- clearSelection(): void;
1367
- select(...layers: AnyLayer[]): void;
1368
- deselect(...layers: AnyLayer[]): void;
1369
- isSelected: (layer: AnyLayer) => boolean;
1370
- isDescendantSelection: (layer: AnyLayer) => boolean;
1371
- private getDescendants;
1372
- }
1373
-
1374
1310
  type AnyPropertyOptions = ZindexPropertyOptions | BasePropertyOptions;
1375
1311
  interface ZindexPropertyOptions extends BasePropertyOptions {
1376
1312
  initialOrder: AnyLayer[];
@@ -1379,14 +1315,14 @@ interface BasePropertyOptions {
1379
1315
  layers: Layer[];
1380
1316
  }
1381
1317
  interface LayersLink {
1382
- linkId: string;
1318
+ linkId: LayerId;
1383
1319
  /** Default value is true */
1384
1320
  showInMiniBaseMap?: boolean;
1385
1321
  links?: LayersLinkProperties[];
1386
1322
  }
1387
1323
  interface LayersLinkProperties {
1388
1324
  bidirectionnal?: boolean;
1389
- linkedIds: string[];
1325
+ linkedIds: LayerId[];
1390
1326
  syncedDelete: boolean;
1391
1327
  properties: LinkedProperties[];
1392
1328
  }
@@ -1421,8 +1357,9 @@ interface LayerOptions extends LayerOptionsBase {
1421
1357
  linkedLayers?: LayersLink;
1422
1358
  showButtonZoomToExtent?: boolean;
1423
1359
  }
1360
+ type LayerId = string | number;
1424
1361
  interface LayerOptionsBase {
1425
- id?: string | number;
1362
+ id?: LayerId;
1426
1363
  /**
1427
1364
  * An unique identifier calculated client side
1428
1365
  * The name prop provide a way to have a unique identifier between all layers
@@ -1436,14 +1373,14 @@ interface LayerOptionsBase {
1436
1373
  minResolution?: number;
1437
1374
  maxResolution?: number;
1438
1375
  showInLayerList?: boolean;
1439
- parentId?: string;
1376
+ parentId?: LayerId;
1440
1377
  }
1441
1378
  interface LayerSecurityOptions {
1442
1379
  profils?: string[];
1443
1380
  }
1444
1381
  interface GeoWorkspaceOptions {
1445
- srcId?: string;
1446
- workspaceId?: string;
1382
+ srcId?: LayerId;
1383
+ workspaceId?: LayerId;
1447
1384
  minResolution?: number;
1448
1385
  maxResolution?: number;
1449
1386
  enabled?: boolean;
@@ -1487,8 +1424,9 @@ declare abstract class LayerBase {
1487
1424
  * return false by default.
1488
1425
  */
1489
1426
  get isIgoInternalLayer(): boolean;
1490
- get id(): string;
1491
- get parentId(): string;
1427
+ get id(): LayerId;
1428
+ set id(value: LayerId);
1429
+ get parentId(): LayerId | undefined;
1492
1430
  get alias(): string;
1493
1431
  get title(): string;
1494
1432
  set title(title: string);
@@ -1705,8 +1643,9 @@ interface VectorLayerOptions extends LayerOptions {
1705
1643
  interface IdbInfo {
1706
1644
  storeToIdb: boolean;
1707
1645
  contextUri?: string;
1708
- /** Interface restricted for system usage. You don't need to set a value */
1709
- firstLoad?: boolean;
1646
+ /** Interfaces restricted for system usage*/
1647
+ _firstLoad?: boolean;
1648
+ _deleteFromIdb?: boolean;
1710
1649
  }
1711
1650
  interface VectorAnimation {
1712
1651
  duration?: number;
@@ -1780,6 +1719,108 @@ declare class LayerGroup extends LayerGroupBase {
1780
1719
  private _getDescendantsLevel;
1781
1720
  }
1782
1721
 
1722
+ declare class LayerService {
1723
+ private http;
1724
+ private styleService;
1725
+ private dataSourceService;
1726
+ private messageService;
1727
+ private geoNetworkService;
1728
+ private authInterceptor;
1729
+ unavailableLayers: AnyLayerItemOptions[];
1730
+ createLayers(layersOption: AnyLayerOptions[], contextUri?: string): Observable<(AnyLayer | undefined)[]>;
1731
+ createLayer(layerOptions: AnyLayerItemOptions): Layer;
1732
+ createAsyncLayer(options: AnyLayerItemOptions, detailedContextUri?: string): Observable<Layer | undefined>;
1733
+ createAsyncGroup(options: LayerGroupOptions, detailedContextUri?: string): Observable<LayerGroup>;
1734
+ private createGroup;
1735
+ private createImageLayer;
1736
+ private createTileLayer;
1737
+ private createVectorLayer;
1738
+ private handleLegacyStyles;
1739
+ private createVectorTileLayer;
1740
+ private applyMapboxStyle;
1741
+ private getStuff;
1742
+ private getAbsoluteUrl;
1743
+ createAsyncIdbLayers(contextUri?: string): Observable<Layer[]>;
1744
+ deleteUnavailableLayers(anyLayerOptions: AnyLayerItemOptions): void;
1745
+ sourceOptionsWithParams(sourceOptions: AnyDataSourceOptions): sourceOptions is AnyDataSourceOptionsWithParams;
1746
+ sourceOptionsWithLayer(sourceOptions: AnyDataSourceOptions): sourceOptions is ArcGISRestDataSourceOptions | WMTSDataSourceOptions;
1747
+ static ɵfac: i0.ɵɵFactoryDeclaration<LayerService, never>;
1748
+ static ɵprov: i0.ɵɵInjectableDeclaration<LayerService>;
1749
+ }
1750
+
1751
+ declare const LAYER = "Layer";
1752
+
1753
+ interface LayerWatcherChange {
1754
+ event: LayerWatcherEvent;
1755
+ layer: Layer;
1756
+ }
1757
+ type LayerWatcherEvent = Pick<ObjectEvent, 'key' | 'oldValue'> & {
1758
+ value: unknown;
1759
+ };
1760
+ declare class LayerWatcher extends Watcher {
1761
+ propertyChange$: BehaviorSubject<LayerWatcherChange>;
1762
+ private loaded;
1763
+ private loading;
1764
+ private layers;
1765
+ private subscriptionsByLayerId;
1766
+ private subscriptions;
1767
+ constructor();
1768
+ watch(): void;
1769
+ unwatch(): void;
1770
+ setPropertyChange(change: LayerWatcherChange): void;
1771
+ watchLayer(layer: AnyLayer): void;
1772
+ private _watchLayer;
1773
+ private createOlEventObservable;
1774
+ unwatchLayer(layer: AnyLayer): void;
1775
+ private _unwatchLayer;
1776
+ }
1777
+
1778
+ declare abstract class MapBase {
1779
+ ol: Map$1;
1780
+ forcedOffline$: BehaviorSubject<boolean>;
1781
+ layersAddedByClick$: BehaviorSubject<AnyLayer[]>;
1782
+ status$: Subject<SubjectStatus>;
1783
+ propertyChange$: Subject<LayerWatcherChange>;
1784
+ overlay: Overlay;
1785
+ queryResultsOverlay: Overlay;
1786
+ searchResultsOverlay: Overlay;
1787
+ viewController: MapViewController;
1788
+ geolocationController: MapGeolocationController;
1789
+ swipeEnabled$: BehaviorSubject<boolean>;
1790
+ mapCenter$: BehaviorSubject<boolean>;
1791
+ selectedFeatures$: BehaviorSubject<Layer[]>;
1792
+ bufferDataSource: FeatureDataSource;
1793
+ layerWatcher: LayerWatcher;
1794
+ readonly options: MapOptions;
1795
+ layerController: LayerController;
1796
+ projection: string;
1797
+ viewProjection: Projection$1;
1798
+ projectionCode: string;
1799
+ abstract setTarget(id: string): void;
1800
+ abstract updateView(options: MapViewOptions): void;
1801
+ abstract setView(options: MapViewOptions): void;
1802
+ abstract updateControls(value: MapControlsOptions): void;
1803
+ abstract getCenter(projection?: string | Projection$1): [number, number];
1804
+ abstract getExtent(projection?: string | Projection$1): MapExtent;
1805
+ abstract getZoom(): number;
1806
+ /** @deprecated find a way to remove this method. For now we discourage to use it until we find the way to remove it */
1807
+ abstract getLayerByOlUId(olUId: string): AnyLayer;
1808
+ }
1809
+
1810
+ declare class LayerSelectionModel {
1811
+ private selection;
1812
+ private descendantSelection;
1813
+ get selected(): AnyLayer[];
1814
+ get hasSelection(): boolean;
1815
+ get isSelectionEmpty(): boolean;
1816
+ clearSelection(): void;
1817
+ select(...layers: AnyLayer[]): void;
1818
+ deselect(...layers: AnyLayer[]): void;
1819
+ isSelected: (layer: AnyLayer) => boolean;
1820
+ isDescendantSelection: (layer: AnyLayer) => boolean;
1821
+ private getDescendants;
1822
+ }
1823
+
1783
1824
  /**
1784
1825
  * We got four kind of layers
1785
1826
  * TreeLayer: all layers to show in the layer manager
@@ -1825,8 +1866,9 @@ declare class LayerController extends LayerSelectionModel {
1825
1866
  lower(...layers: AnyLayer[]): void;
1826
1867
  /** Reset all except SystemLayer */
1827
1868
  reset(): void;
1828
- getById(id: string): AnyLayer;
1829
- getBySourceId(id: string): AnyLayer;
1869
+ getById(id: LayerId): AnyLayer;
1870
+ getByTitle(title: string): AnyLayer;
1871
+ getBySourceId(id: LayerId): AnyLayer;
1830
1872
  getPosition(layer: AnyLayer, type?: 'below' | 'above'): number[];
1831
1873
  getLayerRecipient(layer: AnyLayer): AnyLayer[];
1832
1874
  /**
@@ -2207,11 +2249,11 @@ declare class PointerPositionDirective implements OnInit, OnDestroy {
2207
2249
  /**
2208
2250
  * Delay before emitting an event
2209
2251
  */
2210
- pointerPositionDelay: number;
2252
+ readonly pointerPositionDelay: i0.InputSignal<number>;
2211
2253
  /**
2212
2254
  * Event emitted when the pointer move, delayed by pointerMoveDelay
2213
2255
  */
2214
- pointerPositionCoord: EventEmitter<[number, number]>;
2256
+ readonly pointerPositionCoord: i0.OutputEmitterRef<[number, number]>;
2215
2257
  /**
2216
2258
  * IGO map
2217
2259
  * @internal
@@ -2250,7 +2292,7 @@ declare class PointerPositionDirective implements OnInit, OnDestroy {
2250
2292
  */
2251
2293
  private onPointerEvent;
2252
2294
  static ɵfac: i0.ɵɵFactoryDeclaration<PointerPositionDirective, never>;
2253
- static ɵdir: i0.ɵɵDirectiveDeclaration<PointerPositionDirective, "[igoPointerPosition]", never, { "pointerPositionDelay": { "alias": "pointerPositionDelay"; "required": false; }; }, { "pointerPositionCoord": "pointerPositionCoord"; }, never, never, true, never>;
2295
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PointerPositionDirective, "[igoPointerPosition]", never, { "pointerPositionDelay": { "alias": "pointerPositionDelay"; "required": false; "isSignal": true; }; }, { "pointerPositionCoord": "pointerPositionCoord"; }, never, never, true, never>;
2254
2296
  }
2255
2297
 
2256
2298
  /**
@@ -2349,11 +2391,11 @@ declare class HoverFeatureDirective implements OnInit, OnDestroy {
2349
2391
  /**
2350
2392
  * The delay where the mouse must be motionless before trigger the reverse search
2351
2393
  */
2352
- igoHoverFeatureDelay: number;
2394
+ readonly igoHoverFeatureDelay: i0.InputSignal<number>;
2353
2395
  /**
2354
2396
  * If the user has enabled or not the directive
2355
2397
  */
2356
- igoHoverFeatureEnabled: boolean;
2398
+ readonly igoHoverFeatureEnabled: i0.InputSignal<boolean>;
2357
2399
  mouseout(): void;
2358
2400
  /**
2359
2401
  * IGO map
@@ -2430,7 +2472,7 @@ declare class HoverFeatureDirective implements OnInit, OnDestroy {
2430
2472
  */
2431
2473
  private clearLayer;
2432
2474
  static ɵfac: i0.ɵɵFactoryDeclaration<HoverFeatureDirective, never>;
2433
- static ɵdir: i0.ɵɵDirectiveDeclaration<HoverFeatureDirective, "[igoHoverFeature]", never, { "igoHoverFeatureDelay": { "alias": "igoHoverFeatureDelay"; "required": false; }; "igoHoverFeatureEnabled": { "alias": "igoHoverFeatureEnabled"; "required": false; }; }, {}, never, never, true, never>;
2475
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HoverFeatureDirective, "[igoHoverFeature]", never, { "igoHoverFeatureDelay": { "alias": "igoHoverFeatureDelay"; "required": false; "isSignal": true; }; "igoHoverFeatureEnabled": { "alias": "igoHoverFeatureEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2434
2476
  }
2435
2477
 
2436
2478
  /**
@@ -2484,18 +2526,13 @@ declare function getAllChildLayersByProperty(layers: AnyLayer[], layer: Layer, k
2484
2526
  declare function getRootParentByDeletion(layer: Layer, layers: AnyLayer[]): Layer;
2485
2527
  declare function getAllChildLayersByDeletion(layers: Layer[], layer: Layer, knownChildLayers: Layer[]): Layer[];
2486
2528
  declare function getLinkedLayersOptions(layer: Layer): _igo2_geo.LayersLink;
2487
- declare function findLayerByLinkId(layers: Layer[], id: string): Layer;
2529
+ declare function findLayerByLinkId(layers: Layer[], id: LayerId): Layer;
2488
2530
  declare function getLayersByDeletion(layers: Layer[], links: LayersLinkProperties[]): Layer[];
2489
2531
  declare function handleLayerPropertyChange(layers: AnyLayer[], change: LayerWatcherChange, viewController: MapViewController): void;
2490
2532
 
2491
- declare enum ResponseType {
2492
- Arraybuffer = "arraybuffer",
2493
- Blob = "blob",
2494
- Text = "text",
2495
- Json = "json"
2496
- }
2533
+ type ResponseType = 'arraybuffer' | 'json' | 'text' | 'xml' | 'blob';
2497
2534
  interface SimpleGetOptions {
2498
- responseType: Type$1;
2535
+ responseType: ResponseType;
2499
2536
  withCredentials?: boolean;
2500
2537
  }
2501
2538
  declare class GeoNetworkService {
@@ -2665,17 +2702,41 @@ declare class SpatialFilterService {
2665
2702
  MRC: string;
2666
2703
  Mun: string;
2667
2704
  RegTour: string;
2705
+ RSS: string;
2706
+ RLS: string;
2707
+ CLSC: string;
2708
+ tours: string;
2668
2709
  bornes: string;
2669
2710
  hydro: string;
2670
2711
  routes: string;
2712
+ matricule: string;
2713
+ aggloMun: string;
2714
+ adresses: string;
2715
+ unites: string;
2671
2716
  };
2672
2717
  constructor();
2673
2718
  getKeyByValue(object: any, value: any): string;
2674
2719
  loadFilterList(type: SpatialFilterQueryType): Observable<Feature[]>;
2675
2720
  loadThematicsList(): Observable<SpatialFilterThematic[]>;
2676
- loadFilterItem(feature: any, itemType: SpatialFilterItemType, type?: SpatialFilterQueryType, thematic?: SpatialFilterThematic, buffer?: number): Observable<Feature<Record<string, any>>[]>;
2721
+ loadFilterItems(features: Feature[], itemType: SpatialFilterItemType, options: {
2722
+ type: SpatialFilterQueryType;
2723
+ thematics: SpatialFilterThematic[];
2724
+ buffer?: number;
2725
+ }): Observable<Feature<Record<string, any>>[]>;
2677
2726
  loadItemById(feature: Feature, type: SpatialFilterQueryType): Observable<Feature>;
2678
2727
  loadBufferGeometry(feature: Feature, filterType: SpatialFilterType, buffer?: number, type?: SpatialFilterQueryType): Observable<Feature>;
2728
+ private getHttpParams;
2729
+ private doGet;
2730
+ private doPost;
2731
+ private buildMetaForAddress;
2732
+ private buildMetaForThematic;
2733
+ private loadPredefinedFilterItems;
2734
+ private loadDrawFilterItems;
2735
+ loadBuffersGeometry(features: Feature[], options: {
2736
+ filterType: SpatialFilterType;
2737
+ buffer?: number;
2738
+ type?: SpatialFilterQueryType;
2739
+ }): Observable<Feature[]>;
2679
2740
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterService, never>;
2680
2741
  static ɵprov: i0.ɵɵInjectableDeclaration<SpatialFilterService>;
2681
2742
  }
@@ -2684,30 +2745,30 @@ declare class MapBrowserComponent implements OnInit, AfterViewInit, OnDestroy {
2684
2745
  private activityService;
2685
2746
  private activityId;
2686
2747
  private status$$;
2687
- map: IgoMap;
2688
- get view(): MapViewOptions;
2689
- set view(value: MapViewOptions);
2690
- private _view;
2748
+ readonly map: i0.InputSignal<IgoMap>;
2749
+ readonly view: i0.ModelSignal<MapViewOptions>;
2691
2750
  get controls(): MapControlsOptions;
2692
2751
  set controls(value: MapControlsOptions);
2693
2752
  private _controls;
2694
2753
  id: string;
2754
+ constructor();
2695
2755
  ngOnInit(): void;
2696
2756
  ngAfterViewInit(): void;
2697
2757
  ngOnDestroy(): void;
2758
+ setView(view: MapViewOptions): void;
2698
2759
  private handleStatusChange;
2699
2760
  static ɵfac: i0.ɵɵFactoryDeclaration<MapBrowserComponent, never>;
2700
- static ɵcmp: i0.ɵɵComponentDeclaration<MapBrowserComponent, "igo-map-browser", never, { "map": { "alias": "map"; "required": false; }; "view": { "alias": "view"; "required": false; }; }, {}, never, ["*"], true, never>;
2761
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapBrowserComponent, "igo-map-browser", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "view": { "alias": "view"; "required": false; "isSignal": true; }; }, { "view": "viewChange"; }, never, ["*"], true, never>;
2701
2762
  }
2702
2763
 
2703
2764
  declare class ZoomButtonComponent {
2704
- map: IgoMap;
2705
- color: string;
2765
+ readonly map: i0.InputSignal<IgoMap>;
2766
+ readonly color: i0.InputSignal<string>;
2706
2767
  get zoom(): number;
2707
2768
  get minZoom(): number;
2708
2769
  get maxZoom(): number;
2709
2770
  static ɵfac: i0.ɵɵFactoryDeclaration<ZoomButtonComponent, never>;
2710
- static ɵcmp: i0.ɵɵComponentDeclaration<ZoomButtonComponent, "igo-zoom-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
2771
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZoomButtonComponent, "igo-zoom-button", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2711
2772
  }
2712
2773
 
2713
2774
  declare class MenuButtonComponent {
@@ -2715,7 +2776,7 @@ declare class MenuButtonComponent {
2715
2776
  get sidenavOpened(): boolean;
2716
2777
  set sidenavOpened(value: boolean);
2717
2778
  private _sidenavOpenend;
2718
- openSidenav: EventEmitter<any>;
2779
+ readonly openSidenav: i0.OutputEmitterRef<void>;
2719
2780
  useThemeColor: boolean;
2720
2781
  menuButtonClass: any;
2721
2782
  constructor();
@@ -2744,11 +2805,11 @@ declare class GeolocateButtonComponent implements AfterContentInit, OnDestroy {
2744
2805
 
2745
2806
  declare class HomeExtentButtonComponent {
2746
2807
  configService: ConfigService<any>;
2747
- map: IgoMap;
2748
- color: string;
2749
- extentOverride?: MapExtent;
2750
- centerOverride?: [number, number];
2751
- zoomOverride?: number;
2808
+ readonly map: i0.InputSignal<IgoMap>;
2809
+ readonly color: i0.InputSignal<string>;
2810
+ readonly extentOverride: i0.InputSignal<MapExtent>;
2811
+ readonly centerOverride: i0.InputSignal<[number, number]>;
2812
+ readonly zoomOverride: i0.InputSignal<number>;
2752
2813
  private homeExtentButtonExtent;
2753
2814
  private homeExtentButtonCenter;
2754
2815
  private homeExtentButtonZoom;
@@ -2756,7 +2817,7 @@ declare class HomeExtentButtonComponent {
2756
2817
  computeHomeExtent(): void;
2757
2818
  onToggleClick(): void;
2758
2819
  static ɵfac: i0.ɵɵFactoryDeclaration<HomeExtentButtonComponent, never>;
2759
- static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "extentOverride": { "alias": "extentOverride"; "required": false; }; "centerOverride": { "alias": "centerOverride"; "required": false; }; "zoomOverride": { "alias": "zoomOverride"; "required": false; }; }, {}, never, never, true, never>;
2820
+ static ɵcmp: i0.ɵɵComponentDeclaration<HomeExtentButtonComponent, "igo-home-extent-button", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "extentOverride": { "alias": "extentOverride"; "required": false; "isSignal": true; }; "centerOverride": { "alias": "centerOverride"; "required": false; "isSignal": true; }; "zoomOverride": { "alias": "zoomOverride"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2760
2821
  }
2761
2822
 
2762
2823
  interface HomeExtentButtonOptions {
@@ -2767,19 +2828,19 @@ interface HomeExtentButtonOptions {
2767
2828
 
2768
2829
  declare class OfflineButtonComponent implements OnInit {
2769
2830
  btnStyle: string;
2770
- map: IgoMap;
2771
- color: string;
2772
- enabled: boolean;
2831
+ readonly map: i0.InputSignal<IgoMap>;
2832
+ readonly color: i0.InputSignal<string>;
2833
+ enabled: i0.ModelSignal<boolean>;
2773
2834
  ngOnInit(): void;
2774
2835
  onClick(): void;
2775
2836
  private handleButtonStyle;
2776
2837
  static ɵfac: i0.ɵɵFactoryDeclaration<OfflineButtonComponent, never>;
2777
- static ɵcmp: i0.ɵɵComponentDeclaration<OfflineButtonComponent, "igo-offline-button", never, { "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
2838
+ static ɵcmp: i0.ɵɵComponentDeclaration<OfflineButtonComponent, "igo-offline-button", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "enabled": { "alias": "enabled"; "required": false; "isSignal": true; }; }, { "enabled": "enabledChange"; }, never, never, true, never>;
2778
2839
  }
2779
2840
 
2780
2841
  declare class WakeLockButtonComponent {
2781
2842
  private storageService;
2782
- color: string;
2843
+ readonly color: i0.InputSignal<string>;
2783
2844
  get enabled(): boolean;
2784
2845
  set enabled(value: boolean);
2785
2846
  private noSleep;
@@ -2799,44 +2860,13 @@ declare class WakeLockButtonComponent {
2799
2860
  private disableWakeLock;
2800
2861
  toggleWakeLock(): void;
2801
2862
  static ɵfac: i0.ɵɵFactoryDeclaration<WakeLockButtonComponent, never>;
2802
- static ɵcmp: i0.ɵɵComponentDeclaration<WakeLockButtonComponent, "igo-wake-lock-button", never, { "color": { "alias": "color"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
2803
- }
2804
-
2805
- declare class LayerService {
2806
- private http;
2807
- private styleService;
2808
- private dataSourceService;
2809
- private messageService;
2810
- private geoNetworkService;
2811
- private authInterceptor;
2812
- unavailableLayers: AnyLayerItemOptions[];
2813
- createLayers(layersOption: AnyLayerOptions[], contextUri?: string): Observable<(AnyLayer | undefined)[]>;
2814
- createLayer(layerOptions: AnyLayerItemOptions): Layer;
2815
- createAsyncLayer(options: AnyLayerItemOptions, detailedContextUri?: string): Observable<Layer | undefined>;
2816
- createAsyncGroup(options: LayerGroupOptions, detailedContextUri?: string): Observable<LayerGroup>;
2817
- private createGroup;
2818
- private createImageLayer;
2819
- private createTileLayer;
2820
- private createVectorLayer;
2821
- private handleLegacyStyles;
2822
- private createVectorTileLayer;
2823
- private applyMapboxStyle;
2824
- private getStuff;
2825
- private getAbsoluteUrl;
2826
- createAsyncIdbLayers(contextUri?: string): Observable<Layer[]>;
2827
- deleteUnavailableLayers(anyLayerOptions: AnyLayerItemOptions): void;
2828
- sourceOptionsWithParams(sourceOptions: AnyDataSourceOptions): sourceOptions is AnyDataSourceOptionsWithParams;
2829
- sourceOptionsWithLayer(sourceOptions: AnyDataSourceOptions): sourceOptions is ArcGISRestDataSourceOptions | WMTSDataSourceOptions;
2830
- static ɵfac: i0.ɵɵFactoryDeclaration<LayerService, never>;
2831
- static ɵprov: i0.ɵɵInjectableDeclaration<LayerService>;
2863
+ static ɵcmp: i0.ɵɵComponentDeclaration<WakeLockButtonComponent, "igo-wake-lock-button", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "enabled": { "alias": "enabled"; "required": false; }; }, {}, never, never, true, never>;
2832
2864
  }
2833
2865
 
2834
- declare const LAYER = "Layer";
2835
-
2836
2866
  declare class BaseLayersSwitcherComponent implements AfterViewInit, OnDestroy {
2837
2867
  private mediaService;
2838
- map: IgoMap;
2839
- useStaticIcon: boolean;
2868
+ readonly map: i0.InputSignal<IgoMap>;
2869
+ readonly useStaticIcon: i0.ModelSignal<boolean>;
2840
2870
  _baseLayers: Layer[];
2841
2871
  expand: boolean;
2842
2872
  showButton: boolean;
@@ -2848,28 +2878,25 @@ declare class BaseLayersSwitcherComponent implements AfterViewInit, OnDestroy {
2848
2878
  collapseOrExpand(): void;
2849
2879
  get baseLayers(): Layer[];
2850
2880
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseLayersSwitcherComponent, never>;
2851
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseLayersSwitcherComponent, "igo-baselayers-switcher", never, { "map": { "alias": "map"; "required": false; }; "useStaticIcon": { "alias": "useStaticIcon"; "required": false; }; }, {}, never, never, true, never>;
2881
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseLayersSwitcherComponent, "igo-baselayers-switcher", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "useStaticIcon": { "alias": "useStaticIcon"; "required": false; "isSignal": true; }; }, { "useStaticIcon": "useStaticIconChange"; }, never, never, true, never>;
2852
2882
  }
2853
2883
 
2854
2884
  declare class MiniBaseMapComponent implements AfterViewInit {
2855
2885
  private layerService;
2856
2886
  private appRef;
2857
- map: IgoMap;
2858
- disabled: boolean;
2859
- title: string;
2860
- get display(): boolean;
2861
- set display(value: boolean);
2862
- private _display;
2863
- get baseLayer(): Layer;
2864
- set baseLayer(value: Layer);
2865
- private _baseLayer;
2887
+ readonly map: i0.InputSignal<IgoMap>;
2888
+ readonly disabled: i0.InputSignal<boolean>;
2889
+ readonly title: i0.InputSignal<string>;
2890
+ readonly display: i0.InputSignal<boolean>;
2891
+ readonly baseLayer: i0.InputSignal<Layer>;
2866
2892
  basemap: IgoMap;
2893
+ constructor();
2867
2894
  ngAfterViewInit(): void;
2868
2895
  changeBaseLayer(baseLayer: Layer): void;
2869
2896
  private handleBaseLayerChanged;
2870
2897
  private handleLinkedBaseLayer;
2871
2898
  static ɵfac: i0.ɵɵFactoryDeclaration<MiniBaseMapComponent, never>;
2872
- static ɵcmp: i0.ɵɵComponentDeclaration<MiniBaseMapComponent, "igo-mini-basemap", never, { "map": { "alias": "map"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "title": { "alias": "title"; "required": false; }; "display": { "alias": "display"; "required": false; }; "baseLayer": { "alias": "baseLayer"; "required": false; }; }, {}, never, never, true, never>;
2899
+ static ɵcmp: i0.ɵɵComponentDeclaration<MiniBaseMapComponent, "igo-mini-basemap", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "display": { "alias": "display"; "required": false; "isSignal": true; }; "baseLayer": { "alias": "baseLayer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2873
2900
  }
2874
2901
 
2875
2902
  declare class RotationButtonComponent implements AfterContentInit {
@@ -2879,12 +2906,12 @@ declare class RotationButtonComponent implements AfterContentInit {
2879
2906
  readonly currentStyle$: BehaviorSubject<{
2880
2907
  transform: string;
2881
2908
  }>;
2882
- map: IgoMap;
2883
- showIfNoRotation: boolean;
2884
- color: string;
2909
+ readonly map: i0.InputSignal<IgoMap>;
2910
+ readonly showIfNoRotation: i0.InputSignal<boolean>;
2911
+ readonly color: i0.InputSignal<string>;
2885
2912
  ngAfterContentInit(): void;
2886
2913
  static ɵfac: i0.ɵɵFactoryDeclaration<RotationButtonComponent, never>;
2887
- static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
2914
+ static ɵcmp: i0.ɵɵComponentDeclaration<RotationButtonComponent, "igo-rotation-button", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "showIfNoRotation": { "alias": "showIfNoRotation"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2888
2915
  }
2889
2916
 
2890
2917
  /**
@@ -2894,7 +2921,7 @@ declare class SwipeControlComponent implements AfterViewInit, OnDestroy {
2894
2921
  /**
2895
2922
  * Get an active map
2896
2923
  */
2897
- map: IgoMap;
2924
+ readonly map: i0.InputSignal<IgoMap>;
2898
2925
  /**
2899
2926
  * The list of layers for swipe
2900
2927
  */
@@ -2978,7 +3005,7 @@ declare class SwipeControlComponent implements AfterViewInit, OnDestroy {
2978
3005
  */
2979
3006
  private letZoom;
2980
3007
  static ɵfac: i0.ɵɵFactoryDeclaration<SwipeControlComponent, never>;
2981
- static ɵcmp: i0.ɵɵComponentDeclaration<SwipeControlComponent, "igo-swipe-control", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
3008
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwipeControlComponent, "igo-swipe-control", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2982
3009
  }
2983
3010
 
2984
3011
  /**
@@ -2988,7 +3015,7 @@ declare class MapCenterComponent implements AfterViewInit, OnDestroy {
2988
3015
  /**
2989
3016
  * Get an active map
2990
3017
  */
2991
- map: IgoMap;
3018
+ readonly map: i0.InputSignal<IgoMap>;
2992
3019
  /**
2993
3020
  * Listener of toggle from advanced-map-tool
2994
3021
  */
@@ -3006,28 +3033,26 @@ declare class MapCenterComponent implements AfterViewInit, OnDestroy {
3006
3033
  */
3007
3034
  private letZoom;
3008
3035
  static ɵfac: i0.ɵɵFactoryDeclaration<MapCenterComponent, never>;
3009
- static ɵcmp: i0.ɵɵComponentDeclaration<MapCenterComponent, "igo-map-center", never, { "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
3036
+ static ɵcmp: i0.ɵɵComponentDeclaration<MapCenterComponent, "igo-map-center", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3010
3037
  }
3011
3038
 
3012
3039
  declare class InfoSectionComponent {
3013
- infoContent: string;
3040
+ readonly infoContent: i0.InputSignal<string>;
3014
3041
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoSectionComponent, never>;
3015
- static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": { "alias": "infoContent"; "required": false; }; }, {}, never, never, true, never>;
3042
+ static ɵcmp: i0.ɵɵComponentDeclaration<InfoSectionComponent, "igo-info-section", never, { "infoContent": { "alias": "infoContent"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3016
3043
  }
3017
3044
 
3018
- declare class OgcFilterButtonComponent implements OnInit {
3019
- options: OgcFilterableDataSourceOptions;
3020
- get badge(): any;
3021
- get layer(): Layer;
3022
- set layer(value: Layer);
3023
- private _layer;
3024
- map: MapBase;
3025
- color: string;
3026
- header: boolean;
3045
+ declare class OgcFilterButtonComponent {
3046
+ readonly layer: i0.InputSignal<Layer>;
3047
+ readonly options: i0.Signal<OgcFilterableDataSourceOptions>;
3048
+ readonly map: i0.InputSignal<MapBase>;
3049
+ readonly color: i0.InputSignal<string>;
3050
+ readonly header: i0.InputSignal<boolean>;
3027
3051
  ogcFilterCollapse: boolean;
3028
- ngOnInit(): void;
3052
+ readonly badge: i0.Signal<string | number>;
3053
+ getBadge(): string | number;
3029
3054
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterButtonComponent, never>;
3030
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterButtonComponent, "igo-ogc-filter-button", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, never, true, never>;
3055
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterButtonComponent, "igo-ogc-filter-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3031
3056
  }
3032
3057
 
3033
3058
  declare class OgcFilterFormComponent implements OnInit {
@@ -3047,14 +3072,14 @@ declare class OgcFilterFormComponent implements OnInit {
3047
3072
  currentFilterIsSpatial$: BehaviorSubject<boolean>;
3048
3073
  defaultStepMillisecond: number;
3049
3074
  inputClearable: string;
3050
- refreshFilters: () => void;
3051
- datasource: OgcFilterableDataSource;
3052
- map: MapBase;
3053
- currentFilter: any;
3075
+ readonly refreshFilters: i0.InputSignal<() => void>;
3076
+ readonly datasource: i0.InputSignal<OgcFilterableDataSource>;
3077
+ readonly map: i0.InputSignal<MapBase>;
3078
+ readonly currentFilter: i0.InputSignal<any>;
3054
3079
  set snrc(value: any);
3055
3080
  get snrc(): any;
3056
3081
  private _snrc;
3057
- floatLabel: FloatLabelType;
3082
+ readonly floatLabel: i0.InputSignal<FloatLabelType>;
3058
3083
  get activeFilters(): _igo2_geo.OgcInterfaceFilterOptions[];
3059
3084
  get allowedOperators(): {};
3060
3085
  constructor();
@@ -3070,6 +3095,7 @@ declare class OgcFilterFormComponent implements OnInit {
3070
3095
  deleteFilter(): void;
3071
3096
  changeLogical(logical: string): void;
3072
3097
  changeOperator(operator: string): void;
3098
+ clearSNRC(): void;
3073
3099
  changeField(field: string): void;
3074
3100
  changeCaseSensitive(matchCase: any): void;
3075
3101
  changeProperty(value: any, pos?: number, refreshFilter?: boolean): void;
@@ -3082,7 +3108,7 @@ declare class OgcFilterFormComponent implements OnInit {
3082
3108
  private currentFilterIsSpatial;
3083
3109
  isTemporalOperator(): boolean;
3084
3110
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterFormComponent, never>;
3085
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterFormComponent, "igo-ogc-filter-form", never, { "refreshFilters": { "alias": "refreshFilters"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "map": { "alias": "map"; "required": false; }; "currentFilter": { "alias": "currentFilter"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; }, {}, never, never, true, never>;
3111
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterFormComponent, "igo-ogc-filter-form", never, { "refreshFilters": { "alias": "refreshFilters"; "required": false; "isSignal": true; }; "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "currentFilter": { "alias": "currentFilter"; "required": false; "isSignal": true; }; "floatLabel": { "alias": "floatLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3086
3112
  }
3087
3113
 
3088
3114
  declare class OgcFilterSelectionComponent implements OnInit {
@@ -3091,14 +3117,14 @@ declare class OgcFilterSelectionComponent implements OnInit {
3091
3117
  private domService;
3092
3118
  private configService;
3093
3119
  private cdRef;
3094
- sel: MatSelect;
3095
- matAutocomplete: MatAutocompleteTrigger;
3096
- refreshFilters: () => void;
3097
- datasource: OgcFilterableDataSource;
3098
- map: MapBase;
3099
- checkboxesIndex: number;
3100
- radioButtonsIndex: number;
3101
- baseIndex: number;
3120
+ readonly sel: i0.Signal<MatSelect>;
3121
+ readonly matAutocomplete: i0.Signal<MatAutocompleteTrigger>;
3122
+ readonly refreshFilters: i0.InputSignal<() => void>;
3123
+ readonly datasource: i0.InputSignal<OgcFilterableDataSource>;
3124
+ readonly map: i0.InputSignal<MapBase>;
3125
+ checkboxesIndex: i0.ModelSignal<number>;
3126
+ radioButtonsIndex: i0.ModelSignal<number>;
3127
+ baseIndex: i0.ModelSignal<number>;
3102
3128
  get currentFilter(): any;
3103
3129
  set currentFilter(value: any);
3104
3130
  private _currentFilter;
@@ -3170,7 +3196,7 @@ declare class OgcFilterSelectionComponent implements OnInit {
3170
3196
  changeProperty(value: any, pos?: number, refreshFilter?: boolean): void;
3171
3197
  detectProperty(pos?: number): string;
3172
3198
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterSelectionComponent, never>;
3173
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterSelectionComponent, "igo-ogc-filter-selection", never, { "refreshFilters": { "alias": "refreshFilters"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; "map": { "alias": "map"; "required": false; }; "checkboxesIndex": { "alias": "checkboxesIndex"; "required": false; }; "radioButtonsIndex": { "alias": "radioButtonsIndex"; "required": false; }; "baseIndex": { "alias": "baseIndex"; "required": false; }; "currentFilter": { "alias": "currentFilter"; "required": false; }; }, {}, never, never, true, never>;
3199
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterSelectionComponent, "igo-ogc-filter-selection", never, { "refreshFilters": { "alias": "refreshFilters"; "required": false; "isSignal": true; }; "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "checkboxesIndex": { "alias": "checkboxesIndex"; "required": false; "isSignal": true; }; "radioButtonsIndex": { "alias": "radioButtonsIndex"; "required": false; "isSignal": true; }; "baseIndex": { "alias": "baseIndex"; "required": false; "isSignal": true; }; "currentFilter": { "alias": "currentFilter"; "required": false; }; }, { "checkboxesIndex": "checkboxesIndexChange"; "radioButtonsIndex": "radioButtonsIndexChange"; "baseIndex": "baseIndexChange"; }, never, never, true, never>;
3174
3200
  }
3175
3201
 
3176
3202
  declare class OGCFilterTimeService {
@@ -3192,18 +3218,14 @@ declare class OGCFilterTimeService {
3192
3218
 
3193
3219
  declare class OgcFilterTimeSliderComponent implements OnInit {
3194
3220
  ogcFilterTimeService: OGCFilterTimeService;
3195
- currentFilter: any;
3196
- begin: any;
3197
- max: any;
3198
- datasource: any;
3199
- changeProperty: EventEmitter<{
3200
- value: any;
3201
- pos: number;
3202
- refreshFilter: boolean;
3203
- }>;
3204
- slider: MatSlider;
3221
+ readonly currentFilter: i0.InputSignal<any>;
3222
+ readonly begin: i0.InputSignal<any>;
3223
+ readonly max: i0.InputSignal<any>;
3224
+ readonly datasource: i0.InputSignal<any>;
3225
+ readonly changeProperty: i0.OutputEmitterRef<any>;
3226
+ readonly slider: i0.Signal<MatSlider>;
3205
3227
  interval: any;
3206
- sliderValue: number;
3228
+ sliderValue: i0.WritableSignal<number>;
3207
3229
  calculatedStep: number;
3208
3230
  readonly _defaultDisplayFormat: string;
3209
3231
  readonly _defaultSliderInterval: number;
@@ -3216,41 +3238,27 @@ declare class OgcFilterTimeSliderComponent implements OnInit {
3216
3238
  get stepMillisecond(): number;
3217
3239
  constructor();
3218
3240
  ngOnInit(): void;
3219
- sliderDisplayWith(value: any): string;
3241
+ sliderDisplayWith: (value: any) => string;
3220
3242
  playFilter(): void;
3221
3243
  stopFilter(): void;
3222
3244
  resetFilter(): void;
3223
3245
  handleSliderInput(matSliderChange: any): void;
3224
3246
  calculateStep(): void;
3225
3247
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterTimeSliderComponent, never>;
3226
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeSliderComponent, "igo-ogc-filter-time-slider", never, { "currentFilter": { "alias": "currentFilter"; "required": false; }; "begin": { "alias": "begin"; "required": false; }; "max": { "alias": "max"; "required": false; }; "datasource": { "alias": "datasource"; "required": false; }; }, { "changeProperty": "changeProperty"; }, never, never, true, never>;
3248
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeSliderComponent, "igo-ogc-filter-time-slider", never, { "currentFilter": { "alias": "currentFilter"; "required": false; "isSignal": true; }; "begin": { "alias": "begin"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; }, { "changeProperty": "changeProperty"; }, never, never, true, never>;
3227
3249
  }
3228
3250
 
3229
3251
  declare class OgcFilterTimeComponent implements OnInit {
3230
3252
  ogcFilterTimeService: OGCFilterTimeService;
3231
- datasource: OgcFilterableDataSource;
3232
- currentFilter: any;
3233
- changeProperty: EventEmitter<{
3234
- value: string;
3235
- pos: number;
3236
- refreshFilter: boolean;
3237
- }>;
3238
- beginHours: number[];
3239
- endHours: number[];
3240
- beginMinutes: number[];
3241
- endMinutes: number[];
3242
- beginHourFormControl: UntypedFormControl;
3243
- beginMinuteFormControl: UntypedFormControl;
3244
- endHourFormControl: UntypedFormControl;
3245
- endMinuteFormControl: UntypedFormControl;
3246
- _beginValue: Date;
3247
- _endValue: Date;
3253
+ readonly datasource: i0.InputSignal<OgcFilterableDataSource>;
3254
+ readonly currentFilter: i0.InputSignal<any>;
3255
+ readonly changeProperty: i0.OutputEmitterRef<any>;
3248
3256
  readonly _defaultMin: string;
3249
3257
  readonly _defaultMax: string;
3250
3258
  readonly _defaultDisplayFormat: string;
3251
3259
  readonly _defaultSliderModeEnabled: boolean;
3252
3260
  ogcFilterOperator: typeof OgcFilterOperator;
3253
- sliderMode: boolean;
3261
+ sliderMode: i0.WritableSignal<boolean>;
3254
3262
  readonly defaultStepMillisecond = 60000;
3255
3263
  options: OgcFilterableDataSourceOptions;
3256
3264
  onlyYearBegin: number;
@@ -3258,66 +3266,64 @@ declare class OgcFilterTimeComponent implements OnInit {
3258
3266
  calendarTypeYear: boolean;
3259
3267
  resetIcon: string;
3260
3268
  filterStateDisable: boolean;
3261
- endDatepickerTime: ElementRef;
3262
- beginDatepickerTime: ElementRef;
3263
- beginTime: HTMLInputElement;
3264
- endTime: HTMLInputElement;
3269
+ readonly beginDatepicker: i0.Signal<DatepickerComponent>;
3270
+ readonly endDatepicker: i0.Signal<DatepickerComponent>;
3271
+ readonly beginTime: i0.Signal<TimepickerComponent>;
3272
+ readonly endTime: i0.Signal<TimepickerComponent>;
3265
3273
  private filterOriginConfig;
3266
3274
  get step(): string;
3267
3275
  get stepMilliseconds(): number;
3268
- set beginValue(begin: Date);
3269
- get beginValue(): Date;
3270
- set endValue(end: Date);
3271
- get endValue(): Date;
3276
+ beginValue: Date | TimeFrame;
3277
+ endValue: Date | TimeFrame;
3272
3278
  get sliderInterval(): number;
3273
3279
  get maxDate(): string;
3274
3280
  get displayFormat(): string;
3275
3281
  filterBeginFunction: any;
3276
3282
  filterEndFunction: any;
3283
+ resolveDate: typeof resolveDate;
3277
3284
  ngOnInit(): void;
3278
- parseFilter(filter: any): Date;
3279
- changeTemporalProperty(value: string | Date, position?: any, refreshFilter?: boolean): void;
3280
- handleDate(value: any): Date;
3281
- calendarType(): "year" | "date" | "datetime";
3282
- isCalendarYearMode(): boolean;
3283
- yearOnlyInputChange(changeEvent: any, datePicker?: any, property?: string): void;
3284
- yearSelected(year: any, datePicker?: any, property?: string, refreshFilter?: boolean): void;
3285
- monthSelected(month: any, datePicker?: any, property?: string, refreshFilter?: boolean): void;
3286
- calendarView(): 'month' | 'year' | 'multi-year';
3287
- dateFilter(type: string, date: string): void;
3288
- getDateTime(date: any, pos: any): Date;
3289
- handleMinuteIncrement(): number;
3290
- handleHourIncrement(): number;
3291
- fullBeginHoursArray(checkEndValue?: any): void;
3292
- fullEndHoursArray(checkEndValue?: any): void;
3293
- fullBeginMinutesArray(checkEndValue?: any): void;
3294
- fullEndMinutesArray(checkEndValue?: any): void;
3295
- updateHoursMinutesArray(): void;
3296
- private updateValues;
3297
- restrictedToStep(): boolean;
3298
- handleMin(): any;
3299
- handleMax(): any;
3285
+ changeTemporalProperty(value: Date | TimeFrame, position: number, refreshFilter?: boolean): void;
3286
+ handleDate(value: string): Date;
3287
+ calendarType(): 'year' | 'month' | 'date' | 'datetime';
3288
+ yearSelected(year: Date | TimeFrame, property?: string, refreshFilter?: boolean): void;
3289
+ monthSelected(month: Date | TimeFrame, property?: 'begin' | 'end', refreshFilter?: boolean): void;
3290
+ calendarView(): "year" | "month" | "multi-year";
3300
3291
  changePropertyByPass(event: any): void;
3301
3292
  modeChange(event: any): void;
3302
- setFilterStateDisable(): void;
3303
- getDateFromStringWithoutTime(stringDate: string): Date;
3304
3293
  resetFilter(): void;
3305
3294
  toggleFilterState(): void;
3306
- private isValidDate;
3295
+ sameDate(): boolean;
3296
+ updateTime(event: {
3297
+ hour: number;
3298
+ minute: number;
3299
+ }, position: number): void;
3300
+ dateNotTimeFrame(value: Date | TimeFrame | undefined, fallbackDate: string): boolean;
3301
+ restrictedToStep(): boolean;
3302
+ private isCalendarYearMode;
3303
+ private initDateValues;
3304
+ private parseFilter;
3305
+ private dateFilter;
3306
+ private getDateTime;
3307
+ private updateValues;
3308
+ private handleMin;
3309
+ private handleMax;
3310
+ private setFilterStateDisable;
3311
+ private getDateFromStringWithoutTime;
3312
+ private parseDateToComparable;
3307
3313
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterTimeComponent, never>;
3308
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeComponent, "igo-ogc-filter-time", never, { "datasource": { "alias": "datasource"; "required": false; }; "currentFilter": { "alias": "currentFilter"; "required": false; }; }, { "changeProperty": "changeProperty"; }, never, never, true, never>;
3314
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterTimeComponent, "igo-ogc-filter-time", never, { "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; "currentFilter": { "alias": "currentFilter"; "required": false; "isSignal": true; }; }, { "changeProperty": "changeProperty"; }, never, never, true, never>;
3309
3315
  }
3310
3316
 
3311
3317
  declare class OgcFilterableFormComponent {
3312
- datasource: OgcFilterableDataSource;
3313
- map: MapBase;
3314
- refreshFilters: () => void;
3318
+ readonly datasource: i0.InputSignal<OgcFilterableDataSource>;
3319
+ readonly map: i0.InputSignal<MapBase>;
3320
+ readonly refreshFilters: i0.InputSignal<() => void>;
3315
3321
  get refreshFunc(): () => void;
3316
3322
  get advancedOgcFilters(): boolean;
3317
3323
  get currentFilter(): any;
3318
3324
  color: string;
3319
3325
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterableFormComponent, never>;
3320
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableFormComponent, "igo-ogc-filterable-form", never, { "datasource": { "alias": "datasource"; "required": false; }; "map": { "alias": "map"; "required": false; }; "refreshFilters": { "alias": "refreshFilters"; "required": false; }; }, {}, never, never, true, never>;
3326
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableFormComponent, "igo-ogc-filterable-form", never, { "datasource": { "alias": "datasource"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "refreshFilters": { "alias": "refreshFilters"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3321
3327
  }
3322
3328
 
3323
3329
  declare class OgcFilterableItemComponent implements OnInit, OnDestroy {
@@ -3333,12 +3339,13 @@ declare class OgcFilterableItemComponent implements OnInit, OnDestroy {
3333
3339
  inResolutionRange$: BehaviorSubject<boolean>;
3334
3340
  private resolution$$;
3335
3341
  private ogcFilterWriter;
3336
- layer: Layer;
3337
- map: MapBase;
3338
- header: boolean;
3342
+ readonly layer: i0.InputSignal<Layer>;
3343
+ readonly map: i0.InputSignal<MapBase>;
3344
+ readonly header: i0.InputSignal<boolean>;
3339
3345
  get refreshFunc(): any;
3340
3346
  get datasource(): OgcFilterableDataSource;
3341
3347
  constructor();
3348
+ toggleLayerVisibility(): void;
3342
3349
  ngOnInit(): void;
3343
3350
  ngOnDestroy(): void;
3344
3351
  addFilterToSequence(): void;
@@ -3352,7 +3359,7 @@ declare class OgcFilterableItemComponent implements OnInit, OnDestroy {
3352
3359
  toggleLegendOnClick(): void;
3353
3360
  toggleFiltersCollapsed(): void;
3354
3361
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterableItemComponent, never>;
3355
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableItemComponent, "igo-ogc-filterable-item", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, never, true, never>;
3362
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableItemComponent, "igo-ogc-filterable-item", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3356
3363
  }
3357
3364
 
3358
3365
  declare class OgcFilterableListBindingDirective implements OnInit, OnDestroy {
@@ -3367,10 +3374,11 @@ declare class OgcFilterableListBindingDirective implements OnInit, OnDestroy {
3367
3374
  }
3368
3375
 
3369
3376
  declare class OgcFilterableListComponent {
3370
- layers: AnyLayer[];
3371
- map: MapBase;
3377
+ readonly layers: i0.ModelSignal<AnyLayer[]>;
3378
+ readonly map: i0.InputSignal<MapBase>;
3379
+ setLayers(layers: AnyLayer[]): void;
3372
3380
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterableListComponent, never>;
3373
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableListComponent, "igo-ogc-filterable-list", never, { "layers": { "alias": "layers"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, {}, never, never, true, never>;
3381
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterableListComponent, "igo-ogc-filterable-list", never, { "layers": { "alias": "layers"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; }, { "layers": "layersChange"; }, never, never, true, never>;
3374
3382
  }
3375
3383
 
3376
3384
  declare enum GeometryType {
@@ -4344,18 +4352,13 @@ declare class FeatureFormComponent {
4344
4352
  /**
4345
4353
  * Form
4346
4354
  */
4347
- form: Form;
4348
- /**
4349
- * Feature to update
4350
- */
4351
- set feature(value: Feature | undefined);
4352
- get feature(): Feature | undefined;
4353
- readonly feature$: BehaviorSubject<Feature<Record<string, any>>>;
4355
+ readonly form: i0.InputSignal<Form>;
4356
+ readonly feature: i0.InputSignal<Feature<Record<string, any>>>;
4354
4357
  /**
4355
4358
  * Event emitted when the form is submitted
4356
4359
  */
4357
- submitForm: EventEmitter<Feature<Record<string, any>>>;
4358
- igoForm: FormComponent;
4360
+ readonly submitForm: i0.OutputEmitterRef<Feature<Record<string, any>>>;
4361
+ readonly igoForm: i0.Signal<FormComponent>;
4359
4362
  /**
4360
4363
  * Transform the form data to a feature and emit an event
4361
4364
  * @param event Form submit event
@@ -4370,7 +4373,7 @@ declare class FeatureFormComponent {
4370
4373
  */
4371
4374
  private formDataToFeature;
4372
4375
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureFormComponent, never>;
4373
- static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFormComponent, "igo-feature-form", never, { "form": { "alias": "form"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"], true, never>;
4376
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureFormComponent, "igo-feature-form", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "feature": { "alias": "feature"; "required": false; "isSignal": true; }; }, { "submitForm": "submitForm"; }, never, ["*", "[formButtons]"], true, never>;
4374
4377
  }
4375
4378
 
4376
4379
  interface SearchSourceOptions {
@@ -4534,17 +4537,13 @@ declare class FeatureDetailsComponent implements OnInit, OnDestroy {
4534
4537
  private state;
4535
4538
  private unsubscribe$;
4536
4539
  ready: boolean;
4537
- get source(): SearchSource;
4538
- set source(value: SearchSource);
4539
- map: IgoMap;
4540
- toolbox: Toolbox;
4541
- get feature(): Feature;
4542
- set feature(value: Feature);
4543
- private _feature;
4544
- private _source;
4545
- routeEvent: EventEmitter<boolean>;
4546
- selectFeature: EventEmitter<boolean>;
4547
- htmlDisplayEvent: EventEmitter<boolean>;
4540
+ readonly source: i0.InputSignal<SearchSource>;
4541
+ readonly map: i0.InputSignal<IgoMap>;
4542
+ readonly toolbox: i0.InputSignal<Toolbox>;
4543
+ readonly feature: i0.InputSignal<Feature<Record<string, any>>>;
4544
+ readonly routeEvent: i0.OutputEmitterRef<boolean>;
4545
+ readonly selectFeature: i0.OutputEmitterRef<boolean>;
4546
+ readonly htmlDisplayEvent: i0.OutputEmitterRef<boolean>;
4548
4547
  /**
4549
4548
  * @internal
4550
4549
  */
@@ -4572,15 +4571,15 @@ declare class FeatureDetailsComponent implements OnInit, OnDestroy {
4572
4571
  */
4573
4572
  copyTextToClipboard(value: string): void;
4574
4573
  static ɵfac: i0.ɵɵFactoryDeclaration<FeatureDetailsComponent, never>;
4575
- static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": { "alias": "source"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toolbox": { "alias": "toolbox"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never, true, never>;
4574
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeatureDetailsComponent, "igo-feature-details", never, { "source": { "alias": "source"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "toolbox": { "alias": "toolbox"; "required": false; "isSignal": true; }; "feature": { "alias": "feature"; "required": false; "isSignal": true; }; }, { "routeEvent": "routeEvent"; "selectFeature": "selectFeature"; "htmlDisplayEvent": "htmlDisplayEvent"; }, never, never, true, never>;
4576
4575
  }
4577
4576
 
4578
4577
  declare class FeatureDetailsDirective implements OnInit {
4579
4578
  private el;
4580
4579
  private component;
4581
- get feature(): _igo2_geo.Feature<Record<string, any>>;
4580
+ get feature(): i0.InputSignal<_igo2_geo.Feature<Record<string, any>>>;
4582
4581
  feature$: BehaviorSubject<any>;
4583
- routingEvent: EventEmitter<void>;
4582
+ readonly routingEvent: i0.OutputEmitterRef<void>;
4584
4583
  setFeature(): void;
4585
4584
  constructor();
4586
4585
  ngOnInit(): void;
@@ -4637,19 +4636,13 @@ declare class DrawComponent implements OnInit, OnDestroy {
4637
4636
  */
4638
4637
  tableTemplate: EntityTableTemplate;
4639
4638
  geometryType: typeof GeometryType;
4640
- map: IgoMap;
4641
- get stores(): FeatureStore<FeatureWithDraw>[];
4642
- set stores(value: FeatureStore<FeatureWithDraw>[]);
4643
- private _stores;
4644
- get drawControls(): [string, DrawControl][];
4645
- set drawControls(value: [string, DrawControl][]);
4646
- private _drawControls;
4647
- get activeDrawingLayer(): VectorLayer;
4648
- set activeDrawingLayer(value: VectorLayer);
4649
- private _activeDrawingLayer;
4650
- activeLayerChange: EventEmitter<VectorLayer>;
4651
- drawControlsEvent: EventEmitter<[string, DrawControl][]>;
4652
- layersIDEvent: EventEmitter<string>;
4639
+ readonly map: i0.InputSignal<IgoMap>;
4640
+ readonly stores: i0.ModelSignal<FeatureStore<FeatureWithDraw>[]>;
4641
+ readonly drawControls: i0.ModelSignal<[LayerId, DrawControl][]>;
4642
+ readonly activeDrawingLayer: i0.ModelSignal<VectorLayer>;
4643
+ readonly activeLayerChange: i0.OutputEmitterRef<VectorLayer>;
4644
+ readonly drawControlsEvent: i0.OutputEmitterRef<[LayerId, DrawControl][]>;
4645
+ readonly layersIDEvent: i0.OutputEmitterRef<LayerId>;
4653
4646
  fillColor: string;
4654
4647
  strokeColor: string;
4655
4648
  strokeWidth: number;
@@ -4687,7 +4680,7 @@ declare class DrawComponent implements OnInit, OnDestroy {
4687
4680
  private numberOfDrawings;
4688
4681
  isCreatingNewLayer: boolean;
4689
4682
  private currGeometryType;
4690
- select: any;
4683
+ readonly select: i0.Signal<MatSelect>;
4691
4684
  constructor();
4692
4685
  ngOnInit(): void;
4693
4686
  /**
@@ -4845,7 +4838,7 @@ declare class DrawComponent implements OnInit, OnDestroy {
4845
4838
  private elementStyle;
4846
4839
  private getRadius;
4847
4840
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawComponent, never>;
4848
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": { "alias": "map"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; "drawControls": { "alias": "drawControls"; "required": false; }; "activeDrawingLayer": { "alias": "activeDrawingLayer"; "required": false; }; }, { "activeLayerChange": "activeLayerChange"; "drawControlsEvent": "drawControlsEvent"; "layersIDEvent": "layersIDEvent"; "fillColor": "fillColor"; "strokeColor": "strokeColor"; "strokeWidth": "strokeWidth"; "fontSize": "fontSize"; "fontStyle": "fontStyle"; }, never, never, true, never>;
4841
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawComponent, "igo-draw", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "stores": { "alias": "stores"; "required": false; "isSignal": true; }; "drawControls": { "alias": "drawControls"; "required": false; "isSignal": true; }; "activeDrawingLayer": { "alias": "activeDrawingLayer"; "required": false; "isSignal": true; }; }, { "stores": "storesChange"; "drawControls": "drawControlsChange"; "activeDrawingLayer": "activeDrawingLayerChange"; "activeLayerChange": "activeLayerChange"; "drawControlsEvent": "drawControlsEvent"; "layersIDEvent": "layersIDEvent"; }, never, never, true, never>;
4849
4842
  }
4850
4843
 
4851
4844
  interface GeometryFormFieldInputs extends FormFieldInputs {
@@ -5213,11 +5206,11 @@ declare class MeasurerComponent implements OnInit, OnDestroy {
5213
5206
  /**
5214
5207
  * The map to measure on
5215
5208
  */
5216
- map: IgoMap;
5209
+ readonly map: i0.InputSignal<IgoMap>;
5217
5210
  /**
5218
5211
  * The measures store
5219
5212
  */
5220
- store: FeatureStore<FeatureWithMeasure>;
5213
+ readonly store: i0.InputSignal<FeatureStore<FeatureWithMeasure>>;
5221
5214
  /**
5222
5215
  * Measure type
5223
5216
  * @internal
@@ -5229,8 +5222,8 @@ declare class MeasurerComponent implements OnInit, OnDestroy {
5229
5222
  * The minimum length a segment must have to display a tooltip.
5230
5223
  * It also applies to area tooltips.
5231
5224
  */
5232
- minSegmentLength: number;
5233
- table: EntityTableComponent;
5225
+ readonly minSegmentLength: i0.InputSignal<number>;
5226
+ readonly table: i0.Signal<EntityTableComponent>;
5234
5227
  /**
5235
5228
  * Wheter one of the draw control is active
5236
5229
  * @internal
@@ -5450,7 +5443,7 @@ declare class MeasurerComponent implements OnInit, OnDestroy {
5450
5443
  private saveCurrentUnits;
5451
5444
  private getSavedUnits;
5452
5445
  static ɵfac: i0.ɵɵFactoryDeclaration<MeasurerComponent, never>;
5453
- static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerComponent, "igo-measurer", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "activeMeasureType": { "alias": "activeMeasureType"; "required": false; }; "minSegmentLength": { "alias": "minSegmentLength"; "required": false; }; }, {}, never, never, true, never>;
5446
+ static ɵcmp: i0.ɵɵComponentDeclaration<MeasurerComponent, "igo-measurer", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; "activeMeasureType": { "alias": "activeMeasureType"; "required": false; }; "minSegmentLength": { "alias": "minSegmentLength"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5454
5447
  }
5455
5448
 
5456
5449
  declare const MEASURER_DIRECTIVES: (typeof MeasureFormatPipe | typeof MeasurerComponent)[];
@@ -5468,7 +5461,7 @@ declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
5468
5461
  set type(type: SpatialFilterType);
5469
5462
  private _type;
5470
5463
  queryType: SpatialFilterQueryType;
5471
- zone: Feature;
5464
+ zones: Feature[];
5472
5465
  loading: any;
5473
5466
  get store(): EntityStore<Feature>;
5474
5467
  set store(store: EntityStore<Feature>);
@@ -5488,7 +5481,7 @@ declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
5488
5481
  thematicChange: EventEmitter<SpatialFilterThematic[]>;
5489
5482
  drawZoneEvent: EventEmitter<Feature<Record<string, any>>>;
5490
5483
  bufferEvent: EventEmitter<number>;
5491
- zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
5484
+ zonesWithBufferChange: EventEmitter<Feature<Record<string, any>>[]>;
5492
5485
  measureUnitChange: EventEmitter<MeasureLengthUnit>;
5493
5486
  radiusEvent: EventEmitter<number>;
5494
5487
  freehandControl: EventEmitter<boolean>;
@@ -5498,7 +5491,6 @@ declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
5498
5491
  export: EventEmitter<any>;
5499
5492
  openWorkspace: EventEmitter<any>;
5500
5493
  entityChange: EventEmitter<any>;
5501
- itemType: SpatialFilterItemType[];
5502
5494
  selectedItemType: SpatialFilterItemType;
5503
5495
  selectedSourceAddress: any;
5504
5496
  treeControl: NestedTreeControl<SpatialFilterThematic>;
@@ -5526,7 +5518,7 @@ declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
5526
5518
  drawControlIsActive: boolean;
5527
5519
  freehandDrawIsActive: boolean;
5528
5520
  drawStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
5529
- drawZone: any;
5521
+ drawZone: Feature;
5530
5522
  overlayStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
5531
5523
  PointStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
5532
5524
  PolyStyle: olStyle.Style | ((feature: any, resolution: any) => olStyle.Style);
@@ -5594,54 +5586,68 @@ declare class SpatialFilterItemComponent implements OnDestroy, OnInit {
5594
5586
  toggleVisibleList(): void;
5595
5587
  private createTableTemplate;
5596
5588
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterItemComponent, never>;
5597
- static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterItemComponent, "igo-spatial-filter-item", never, { "map": { "alias": "map"; "required": false; }; "type": { "alias": "type"; "required": false; }; "queryType": { "alias": "queryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "store": { "alias": "store"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; "allLayers": { "alias": "allLayers"; "required": false; }; "thematicLength": { "alias": "thematicLength"; "required": false; }; }, { "toggleSearch": "toggleSearch"; "itemTypeChange": "itemTypeChange"; "thematicChange": "thematicChange"; "drawZoneEvent": "drawZoneEvent"; "bufferEvent": "bufferEvent"; "zoneWithBufferChange": "zoneWithBufferChange"; "measureUnitChange": "measureUnitChange"; "radiusEvent": "radiusEvent"; "freehandControl": "freehandControl"; "predefinedRadius": "predefinedRadius"; "clearButtonEvent": "clearButtonEvent"; "clearSearchEvent": "clearSearchEvent"; "export": "export"; "openWorkspace": "openWorkspace"; "entityChange": "entityChange"; }, never, never, true, never>;
5589
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterItemComponent, "igo-spatial-filter-item", never, { "map": { "alias": "map"; "required": true; }; "type": { "alias": "type"; "required": false; }; "queryType": { "alias": "queryType"; "required": false; }; "zones": { "alias": "zones"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "store": { "alias": "store"; "required": true; }; "layers": { "alias": "layers"; "required": false; }; "allLayers": { "alias": "allLayers"; "required": false; }; "thematicLength": { "alias": "thematicLength"; "required": false; }; }, { "toggleSearch": "toggleSearch"; "itemTypeChange": "itemTypeChange"; "thematicChange": "thematicChange"; "drawZoneEvent": "drawZoneEvent"; "bufferEvent": "bufferEvent"; "zonesWithBufferChange": "zonesWithBufferChange"; "measureUnitChange": "measureUnitChange"; "radiusEvent": "radiusEvent"; "freehandControl": "freehandControl"; "predefinedRadius": "predefinedRadius"; "clearButtonEvent": "clearButtonEvent"; "clearSearchEvent": "clearSearchEvent"; "export": "export"; "openWorkspace": "openWorkspace"; "entityChange": "entityChange"; }, never, never, true, never>;
5598
5590
  }
5599
5591
 
5600
5592
  declare class SpatialFilterListComponent implements OnInit, OnDestroy {
5601
5593
  private spatialFilterService;
5602
5594
  private messageService;
5603
- store: EntityStore<Feature>;
5595
+ private cdRef;
5596
+ readonly store: i0.InputSignal<EntityStore<Feature<Record<string, any>>, _igo2_common_entity.EntityState>>;
5604
5597
  get queryType(): SpatialFilterQueryType;
5605
5598
  set queryType(queryType: SpatialFilterQueryType);
5606
5599
  private _queryType;
5607
- get zone(): any;
5608
- set zone(value: any);
5609
- private _zone;
5610
- layers: AnyLayer[];
5611
- zoneWithBuffer: any;
5612
- selectedZone: any;
5600
+ readonly bufferChange: i0.OutputEmitterRef<number>;
5601
+ readonly measureUnitChange: i0.OutputEmitterRef<MeasureLengthUnit>;
5602
+ readonly addZone: i0.OutputEmitterRef<Feature<Record<string, any>>>;
5603
+ readonly removeZone: i0.OutputEmitterRef<Feature<Record<string, any>>>;
5604
+ readonly zonesWithBufferChange: i0.OutputEmitterRef<Feature<Record<string, any>>[]>;
5613
5605
  measureUnit: MeasureLengthUnit;
5614
5606
  formControl: UntypedFormControl;
5615
5607
  bufferFormControl: UntypedFormControl;
5608
+ selectedZones: Feature[];
5609
+ private zonesWithBuffer;
5610
+ private formValueChanges$$;
5611
+ private bufferValueChanges$$;
5612
+ inFlightIds: Set<string | number>;
5613
+ autocomplete: i0.Signal<MatAutocomplete>;
5614
+ autocompleteTrigger: i0.Signal<MatAutocompleteTrigger>;
5616
5615
  /**
5617
5616
  * Available measure units for the measure type given
5618
5617
  * @internal
5619
5618
  */
5620
5619
  get measureUnits(): string[];
5621
- zoneChange: EventEmitter<Feature<Record<string, any>>>;
5622
- zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
5623
- bufferChange: EventEmitter<number>;
5624
- measureUnitChange: EventEmitter<MeasureLengthUnit>;
5625
- formValueChanges$$: Subscription;
5626
- bufferValueChanges$$: Subscription;
5620
+ filteredEntities$: Observable<Feature[]>;
5627
5621
  ngOnInit(): void;
5628
5622
  ngOnDestroy(): void;
5629
5623
  displayFn(feature?: Feature): string | undefined;
5630
- onZoneChange(feature: any): void;
5631
5624
  /**
5632
5625
  * Set the measure unit
5633
5626
  * @internal
5634
5627
  */
5635
5628
  onMeasureUnitChange(unit: MeasureLengthUnit): void;
5629
+ /**
5630
+ * multiple selection of zones
5631
+ */
5632
+ select(event: MatAutocompleteSelectedEvent): void;
5633
+ remove(feature: Feature): void;
5634
+ isSelected(entity: Feature): boolean;
5635
+ private applyBuffer;
5636
+ private updateBuffer;
5637
+ private normalizeBuffer;
5638
+ private resetBufferWithWarning;
5639
+ private normalizeString;
5640
+ private resetInputAndPanel;
5641
+ private clearAutocompleteSelection;
5642
+ private repositionAutocomplete;
5636
5643
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterListComponent, never>;
5637
- static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterListComponent, "igo-spatial-filter-list", never, { "store": { "alias": "store"; "required": false; }; "queryType": { "alias": "queryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; }, { "zoneChange": "zoneChange"; "zoneWithBufferChange": "zoneWithBufferChange"; "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; }, never, never, true, never>;
5644
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterListComponent, "igo-spatial-filter-list", never, { "store": { "alias": "store"; "required": true; "isSignal": true; }; "queryType": { "alias": "queryType"; "required": true; }; }, { "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; "addZone": "addZone"; "removeZone": "removeZone"; "zonesWithBufferChange": "zonesWithBufferChange"; }, never, never, true, never>;
5638
5645
  }
5639
5646
 
5640
5647
  /**
5641
5648
  * Spatial Filter Type
5642
5649
  */
5643
5650
  declare class SpatialFilterTypeComponent implements OnInit {
5644
- store: EntityStore<Feature>;
5645
5651
  queryType: string[];
5646
5652
  selectedTypeIndex: UntypedFormControl;
5647
5653
  /**
@@ -5650,41 +5656,41 @@ declare class SpatialFilterTypeComponent implements OnInit {
5650
5656
  */
5651
5657
  spatialType: typeof SpatialFilterType;
5652
5658
  activeDrawType: SpatialFilterType;
5653
- selectedQueryType: SpatialFilterQueryType;
5654
- zone: Feature;
5655
- layers: AnyLayer[];
5659
+ readonly store: i0.InputSignal<EntityStore<Feature<Record<string, any>>, _igo2_common_entity.EntityState>>;
5660
+ selectedQueryType: i0.ModelSignal<SpatialFilterQueryType>;
5661
+ readonly zones: i0.InputSignal<Feature<Record<string, any>>[]>;
5662
+ readonly layers: i0.InputSignal<AnyLayer[]>;
5656
5663
  type: SpatialFilterType;
5657
- eventType: EventEmitter<SpatialFilterType>;
5658
- eventQueryType: EventEmitter<SpatialFilterQueryType>;
5659
- zoneChange: EventEmitter<Feature<Record<string, any>>>;
5660
- zoneWithBufferChange: EventEmitter<Feature<Record<string, any>>>;
5661
- bufferChange: EventEmitter<number>;
5662
- measureUnitChange: EventEmitter<MeasureLengthUnit>;
5664
+ readonly eventType: i0.OutputEmitterRef<SpatialFilterType>;
5665
+ readonly eventQueryType: i0.OutputEmitterRef<SpatialFilterQueryType>;
5666
+ readonly bufferChange: i0.OutputEmitterRef<number>;
5667
+ readonly measureUnitChange: i0.OutputEmitterRef<MeasureLengthUnit>;
5668
+ readonly addZone: i0.OutputEmitterRef<Feature<Record<string, any>>>;
5669
+ readonly removeZone: i0.OutputEmitterRef<Feature<Record<string, any>>>;
5670
+ readonly zonesWithBufferChange: i0.OutputEmitterRef<Feature<Record<string, any>>[]>;
5663
5671
  ngOnInit(): void;
5664
5672
  onTypeChange(): void;
5665
5673
  onDrawTypeChange(spatialType: SpatialFilterType): void;
5666
5674
  onSelectionChange(): void;
5667
5675
  static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterTypeComponent, never>;
5668
- static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterTypeComponent, "igo-spatial-filter-type", never, { "store": { "alias": "store"; "required": false; }; "selectedQueryType": { "alias": "selectedQueryType"; "required": false; }; "zone": { "alias": "zone"; "required": false; }; "layers": { "alias": "layers"; "required": false; }; }, { "eventType": "eventType"; "eventQueryType": "eventQueryType"; "zoneChange": "zoneChange"; "zoneWithBufferChange": "zoneWithBufferChange"; "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; }, never, never, true, never>;
5676
+ static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterTypeComponent, "igo-spatial-filter-type", never, { "store": { "alias": "store"; "required": false; "isSignal": true; }; "selectedQueryType": { "alias": "selectedQueryType"; "required": false; "isSignal": true; }; "zones": { "alias": "zones"; "required": false; "isSignal": true; }; "layers": { "alias": "layers"; "required": false; "isSignal": true; }; }, { "selectedQueryType": "selectedQueryTypeChange"; "eventType": "eventType"; "eventQueryType": "eventQueryType"; "bufferChange": "bufferChange"; "measureUnitChange": "measureUnitChange"; "addZone": "addZone"; "removeZone": "removeZone"; "zonesWithBufferChange": "zonesWithBufferChange"; }, never, never, true, never>;
5669
5677
  }
5670
5678
 
5671
- declare class TimeFilterButtonComponent implements OnInit {
5672
- options: TimeFilterableDataSourceOptions;
5673
- get badge(): number;
5674
- get layer(): Layer;
5675
- set layer(value: Layer);
5676
- private _layer;
5677
- map: IgoMap;
5678
- color: string;
5679
- header: boolean;
5679
+ declare class TimeFilterButtonComponent {
5680
+ readonly layer: i0.InputSignal<Layer>;
5681
+ readonly options: i0.Signal<TimeFilterableDataSourceOptions>;
5682
+ readonly map: i0.InputSignal<IgoMap>;
5683
+ readonly color: i0.InputSignal<string>;
5684
+ readonly header: i0.InputSignal<boolean>;
5680
5685
  timeFilterCollapse: boolean;
5681
- ngOnInit(): void;
5686
+ get badge(): number;
5682
5687
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterButtonComponent, never>;
5683
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterButtonComponent, "igo-time-filter-button", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; "color": { "alias": "color"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, never, true, never>;
5688
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterButtonComponent, "igo-time-filter-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5684
5689
  }
5685
5690
 
5686
5691
  declare class TimeFilterFormComponent implements OnInit {
5687
5692
  private dateAdapter;
5693
+ private cdRef;
5688
5694
  color: ThemePalette;
5689
5695
  date: Date;
5690
5696
  startDate: Date;
@@ -5700,12 +5706,14 @@ declare class TimeFilterFormComponent implements OnInit {
5700
5706
  interval: number;
5701
5707
  playIcon: string;
5702
5708
  resetIcon: string;
5703
- layer: Layer;
5704
- options: TimeFilterOptions;
5705
- set currentValue(value: string);
5706
- dateChange: EventEmitter<Date | [Date, Date]>;
5707
- yearChange: EventEmitter<string | [string, string]>;
5708
- mySlider: any;
5709
+ readonly enabled: i0.WritableSignal<boolean>;
5710
+ readonly layer: i0.InputSignal<Layer>;
5711
+ readonly options: i0.InputSignal<TimeFilterOptions>;
5712
+ readonly currentValue: i0.InputSignal<string>;
5713
+ readonly rangeDate: i0.Signal<Date[]>;
5714
+ readonly dateChange: i0.OutputEmitterRef<Date | [Date, Date]>;
5715
+ readonly yearChange: i0.OutputEmitterRef<string | [string, string]>;
5716
+ readonly mySlider: i0.Signal<MatSlider>;
5709
5717
  get type(): TimeFilterType;
5710
5718
  get isRange(): boolean;
5711
5719
  get style(): TimeFilterStyle;
@@ -5732,6 +5740,8 @@ declare class TimeFilterFormComponent implements OnInit {
5732
5740
  findThumbLabel(test: any[]): any;
5733
5741
  toggleFilterState(): void;
5734
5742
  resetFilter(): void;
5743
+ private emitDateOrYear;
5744
+ play(): void;
5735
5745
  playFilter(): void;
5736
5746
  playYear(): void;
5737
5747
  stopFilter(): void;
@@ -5757,7 +5767,7 @@ declare class TimeFilterFormComponent implements OnInit {
5757
5767
  */
5758
5768
  getStepDefinition(step: any): number;
5759
5769
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterFormComponent, never>;
5760
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterFormComponent, "igo-time-filter-form", never, { "layer": { "alias": "layer"; "required": false; }; "options": { "alias": "options"; "required": false; }; "currentValue": { "alias": "currentValue"; "required": false; }; }, { "dateChange": "dateChange"; "yearChange": "yearChange"; }, never, never, true, never>;
5770
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterFormComponent, "igo-time-filter-form", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "currentValue": { "alias": "currentValue"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; "yearChange": "yearChange"; }, never, never, true, never>;
5761
5771
  }
5762
5772
 
5763
5773
  declare class TimeFilterItemComponent implements OnInit, OnDestroy {
@@ -5767,20 +5777,21 @@ declare class TimeFilterItemComponent implements OnInit, OnDestroy {
5767
5777
  inResolutionRange$: BehaviorSubject<boolean>;
5768
5778
  private resolution$$;
5769
5779
  filtersCollapsed: boolean;
5770
- header: boolean;
5771
- layer: Layer;
5780
+ readonly header: i0.InputSignal<boolean>;
5781
+ readonly layer: i0.InputSignal<Layer>;
5772
5782
  get datasource(): TimeFilterableDataSource;
5773
5783
  ngOnInit(): void;
5774
5784
  ngOnDestroy(): void;
5775
- handleYearChange(year: string | [string, string]): void;
5785
+ handleYearChange(year: string | [string, string] | undefined): void;
5776
5786
  handleDateChange(date: Date | [Date, Date]): void;
5777
5787
  private reformDate;
5778
5788
  private toggleLegend;
5779
5789
  toggleLegendOnClick(): void;
5780
5790
  setVisible(): void;
5791
+ toggleLayerVisibility(): void;
5781
5792
  toggleFiltersCollapsed(): void;
5782
5793
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterItemComponent, never>;
5783
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterItemComponent, "igo-time-filter-item", never, { "header": { "alias": "header"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
5794
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterItemComponent, "igo-time-filter-item", never, { "header": { "alias": "header"; "required": false; "isSignal": true; }; "layer": { "alias": "layer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5784
5795
  }
5785
5796
 
5786
5797
  declare class TimeFilterListBindingDirective implements OnInit, OnDestroy {
@@ -5795,9 +5806,9 @@ declare class TimeFilterListBindingDirective implements OnInit, OnDestroy {
5795
5806
  }
5796
5807
 
5797
5808
  declare class TimeFilterListComponent {
5798
- layers: AnyLayer[];
5809
+ readonly layers: i0.ModelSignal<AnyLayer[]>;
5799
5810
  static ɵfac: i0.ɵɵFactoryDeclaration<TimeFilterListComponent, never>;
5800
- static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterListComponent, "igo-time-filter-list", never, { "layers": { "alias": "layers"; "required": false; }; }, {}, never, never, true, never>;
5811
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimeFilterListComponent, "igo-time-filter-list", never, { "layers": { "alias": "layers"; "required": false; "isSignal": true; }; }, { "layers": "layersChange"; }, never, never, true, never>;
5801
5812
  }
5802
5813
 
5803
5814
  declare const FILTER_DIRECTIVES: readonly [typeof FilterableDataSourcePipe, typeof TimeFilterButtonComponent, typeof TimeFilterFormComponent, typeof TimeFilterItemComponent, typeof TimeFilterListComponent, typeof TimeFilterListBindingDirective, typeof OgcFilterFormComponent, typeof OgcFilterButtonComponent, typeof OgcFilterSelectionComponent, typeof OgcFilterableFormComponent, typeof OgcFilterableItemComponent, typeof OgcFilterableListComponent, typeof OgcFilterableListBindingDirective, typeof SpatialFilterTypeComponent, typeof SpatialFilterListComponent, typeof SpatialFilterItemComponent, typeof OgcFilterTimeComponent, typeof OgcFilterTimeSliderComponent];
@@ -5909,6 +5920,9 @@ declare class OGCFilterService {
5909
5920
  setOgcWFSFiltersOptions(options: WFSDataSourceOptions): void;
5910
5921
  setOgcWMSFiltersOptions(wmsDatasource: OgcFilterableDataSource): void;
5911
5922
  private mergeInterfaceFilters;
5923
+ private buildStandardOgcFilters;
5924
+ private resetOgcFilters;
5925
+ private buildAdvancedOgcFilters;
5912
5926
  static ɵfac: i0.ɵɵFactoryDeclaration<OGCFilterService, never>;
5913
5927
  static ɵprov: i0.ɵɵInjectableDeclaration<OGCFilterService>;
5914
5928
  }
@@ -5994,7 +6008,6 @@ declare abstract class Layer extends LayerBase {
5994
6008
  link?: Linked;
5995
6009
  linkMaster?: Linked;
5996
6010
  private resolution$$;
5997
- get id(): string;
5998
6011
  get visible(): boolean;
5999
6012
  set visible(value: boolean);
6000
6013
  get maxResolution(): number;
@@ -6020,14 +6033,14 @@ declare abstract class Layer extends LayerBase {
6020
6033
  type AnyLayer = Layer | LayerGroup;
6021
6034
 
6022
6035
  declare class LayerGroupComponent implements OnInit {
6023
- layer: LayerGroup;
6024
- viewerOptions: LayerViewerOptions;
6025
- selected: boolean;
6026
- selectionDisabled: boolean;
6027
- action: EventEmitter<AnyLayer>;
6028
- visibilityChange: EventEmitter<Event>;
6029
- expand: EventEmitter<void>;
6030
- selectChange: EventEmitter<boolean>;
6036
+ readonly layer: i0.InputSignal<LayerGroup>;
6037
+ readonly viewerOptions: i0.InputSignal<LayerViewerOptions>;
6038
+ readonly selected: i0.InputSignal<boolean>;
6039
+ readonly selectionDisabled: i0.InputSignal<boolean>;
6040
+ readonly action: i0.OutputEmitterRef<AnyLayer>;
6041
+ readonly visibilityChange: i0.OutputEmitterRef<Event>;
6042
+ readonly expand: i0.OutputEmitterRef<void>;
6043
+ readonly selectChange: i0.OutputEmitterRef<boolean>;
6031
6044
  isDisabled: boolean;
6032
6045
  get title(): string;
6033
6046
  get collapsed(): boolean;
@@ -6041,27 +6054,27 @@ declare class LayerGroupComponent implements OnInit {
6041
6054
  handleExpand(): void;
6042
6055
  handleSelect(event: MatCheckboxChange): void;
6043
6056
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerGroupComponent, never>;
6044
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerGroupComponent, "igo-layer-group", never, { "layer": { "alias": "layer"; "required": false; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; }; }, { "action": "action"; "visibilityChange": "visibilityChange"; "expand": "expand"; "selectChange": "selectChange"; }, never, ["*"], true, never>;
6057
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerGroupComponent, "igo-layer-group", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; "isSignal": true; }; }, { "action": "action"; "visibilityChange": "visibilityChange"; "expand": "expand"; "selectChange": "selectChange"; }, never, ["*"], true, never>;
6045
6058
  }
6046
6059
 
6047
6060
  declare class LayerItemComponent implements OnInit, OnDestroy {
6048
6061
  private networkService;
6049
- showLegend$: BehaviorSubject<boolean>;
6050
- inResolutionRange$: BehaviorSubject<boolean>;
6051
- queryBadgeHidden$: BehaviorSubject<boolean>;
6062
+ showLegend: i0.WritableSignal<boolean>;
6063
+ inResolutionRange: boolean;
6064
+ queryBadgeHidden: i0.WritableSignal<boolean>;
6052
6065
  tooltipText: string;
6053
6066
  state: ConnectionState;
6054
6067
  private resolution$$;
6055
6068
  private network$$;
6056
- layer: Layer;
6069
+ readonly layer: i0.InputSignal<Layer>;
6057
6070
  /** Pass the visibility to trigger change detection */
6058
- visible: boolean;
6059
- selected: boolean;
6060
- selectionDisabled: boolean;
6061
- viewerOptions: LayerViewerOptions;
6062
- action: EventEmitter<Layer>;
6063
- selectChange: EventEmitter<boolean>;
6064
- visibilityChange: EventEmitter<Event>;
6071
+ readonly visible: i0.InputSignal<boolean>;
6072
+ readonly selected: i0.InputSignal<boolean>;
6073
+ readonly selectionDisabled: i0.InputSignal<boolean>;
6074
+ readonly viewerOptions: i0.InputSignal<LayerViewerOptions>;
6075
+ readonly action: i0.OutputEmitterRef<Layer>;
6076
+ readonly selectChange: i0.OutputEmitterRef<boolean>;
6077
+ readonly visibilityChange: i0.OutputEmitterRef<Event>;
6065
6078
  isDisabled: boolean;
6066
6079
  get opacity(): number;
6067
6080
  set opacity(opacity: number);
@@ -6077,7 +6090,7 @@ declare class LayerItemComponent implements OnInit, OnDestroy {
6077
6090
  toggleLayerTool(): void;
6078
6091
  handleSelect(event: MatCheckboxChange): void;
6079
6092
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerItemComponent, never>;
6080
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerItemComponent, "igo-layer-item", never, { "layer": { "alias": "layer"; "required": true; }; "visible": { "alias": "visible"; "required": true; }; "selected": { "alias": "selected"; "required": false; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; }, { "action": "action"; "selectChange": "selectChange"; "visibilityChange": "visibilityChange"; }, never, ["*"], true, never>;
6093
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerItemComponent, "igo-layer-item", never, { "layer": { "alias": "layer"; "required": true; "isSignal": true; }; "visible": { "alias": "visible"; "required": true; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; "selectionDisabled": { "alias": "selectionDisabled"; "required": false; "isSignal": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; "isSignal": true; }; }, { "action": "action"; "selectChange": "selectChange"; "visibilityChange": "visibilityChange"; }, never, ["*"], true, never>;
6081
6094
  }
6082
6095
 
6083
6096
  declare class LayerLegendItemComponent implements OnInit, OnDestroy {
@@ -6087,14 +6100,14 @@ declare class LayerLegendItemComponent implements OnInit, OnDestroy {
6087
6100
  state: ConnectionState;
6088
6101
  private resolution$$;
6089
6102
  private network$$;
6090
- layer: Layer;
6091
- updateLegendOnResolutionChange: boolean;
6103
+ readonly layer: i0.InputSignal<Layer>;
6104
+ readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
6092
6105
  ngOnInit(): void;
6093
6106
  ngOnDestroy(): void;
6094
6107
  computeTooltip(): string;
6095
6108
  private onResolutionChange;
6096
6109
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendItemComponent, never>;
6097
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendItemComponent, "igo-layer-legend-item", never, { "layer": { "alias": "layer"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; }, {}, never, never, true, never>;
6110
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendItemComponent, "igo-layer-legend-item", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6098
6111
  }
6099
6112
 
6100
6113
  declare class ImageWatcher extends Watcher {
@@ -6164,29 +6177,27 @@ declare class VectorWatcher extends Watcher {
6164
6177
  private handleLoadEnd;
6165
6178
  }
6166
6179
 
6167
- declare class LayerLegendListComponent implements OnInit, OnDestroy {
6180
+ declare class LayerLegendListComponent {
6168
6181
  orderable: boolean;
6169
- hasVisibleOrInRangeLayers$: BehaviorSubject<boolean>;
6170
- hasVisibleAndNotInRangeLayers$: BehaviorSubject<boolean>;
6171
- layersInUi$: BehaviorSubject<AnyLayer[]>;
6172
- layers$: BehaviorSubject<AnyLayer[]>;
6182
+ hasVisibleOrInRangeLayers: i0.WritableSignal<boolean>;
6183
+ hasVisibleAndNotInRangeLayers: i0.WritableSignal<boolean>;
6184
+ layersInUi: i0.WritableSignal<AnyLayer[]>;
6185
+ layersLegend: i0.WritableSignal<AnyLayer[]>;
6173
6186
  showAllLegend: boolean;
6174
- change$: ReplaySubject<void>;
6175
- private change$$;
6176
- layers: AnyLayer[];
6177
- excludeBaseLayers: boolean;
6178
- updateLegendOnResolutionChange: boolean;
6179
- allowShowAllLegends: boolean;
6180
- showAllLegendsValue: boolean;
6181
- allLegendsShown: EventEmitter<boolean>;
6187
+ readonly layers: i0.ModelSignal<AnyLayer[]>;
6188
+ readonly excludeBaseLayers: i0.InputSignal<boolean>;
6189
+ readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
6190
+ readonly allowShowAllLegends: i0.InputSignal<boolean>;
6191
+ showAllLegendsValue: i0.ModelSignal<boolean>;
6192
+ readonly allLegendsShown: i0.OutputEmitterRef<boolean>;
6182
6193
  isLayerItem: typeof isLayerItem;
6183
- ngOnInit(): void;
6184
- ngOnDestroy(): void;
6185
- private next;
6194
+ constructor();
6195
+ private handleLayersChange;
6186
6196
  private computeShownLayers;
6187
6197
  toggleShowAllLegends(toggle: boolean): void;
6198
+ setLayers(layers: AnyLayer[]): void;
6188
6199
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendListComponent, never>;
6189
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendListComponent, "igo-layer-legend-list", never, { "layers": { "alias": "layers"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; }, { "allLegendsShown": "allLegendsShown"; }, never, never, true, never>;
6200
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendListComponent, "igo-layer-legend-list", never, { "layers": { "alias": "layers"; "required": false; "isSignal": true; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; "isSignal": true; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; "isSignal": true; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; "isSignal": true; }; }, { "layers": "layersChange"; "showAllLegendsValue": "showAllLegendsValueChange"; "allLegendsShown": "allLegendsShown"; }, never, never, true, never>;
6190
6201
  }
6191
6202
 
6192
6203
  declare class LayerLegendListBindingDirective implements OnInit, OnDestroy {
@@ -6207,7 +6218,7 @@ declare class LayerLegendComponent implements OnInit, OnDestroy {
6207
6218
  private cdRef;
6208
6219
  private config;
6209
6220
  private http;
6210
- updateLegendOnResolutionChange: boolean;
6221
+ readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
6211
6222
  /**
6212
6223
  * Observable of the legend items
6213
6224
  */
@@ -6231,12 +6242,12 @@ declare class LayerLegendComponent implements OnInit, OnDestroy {
6231
6242
  /**
6232
6243
  * Get list of images display
6233
6244
  */
6234
- renderedLegends: QueryList<ElementRef>;
6245
+ readonly renderedLegends: i0.Signal<readonly ElementRef<any>[]>;
6235
6246
  /**
6236
6247
  * List of size of images displayed
6237
6248
  */
6238
6249
  imagesHeight: Record<string, number>;
6239
- layer: Layer;
6250
+ readonly layer: i0.InputSignal<Layer>;
6240
6251
  /**
6241
6252
  * if getLegendGraphic is authorized
6242
6253
  */
@@ -6267,26 +6278,26 @@ declare class LayerLegendComponent implements OnInit, OnDestroy {
6267
6278
  onChangeStyle(): void;
6268
6279
  onLoadImage(id: string): void;
6269
6280
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerLegendComponent, never>;
6270
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendComponent, "igo-layer-legend", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
6281
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerLegendComponent, "igo-layer-legend", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "layer": { "alias": "layer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6271
6282
  }
6272
6283
 
6273
6284
  declare class LayerListToolComponent {
6274
6285
  private layerListToolService;
6275
- mode: LayerToolMode;
6276
- viewerOptions: LayerViewerOptions;
6277
- floatLabel: FloatLabelType;
6278
- onlyVisible: boolean;
6279
- term: string;
6280
- searchChange: EventEmitter<string>;
6281
- visibilityOnlyChange: EventEmitter<boolean>;
6282
- modeChange: EventEmitter<boolean>;
6283
- addedLayer: EventEmitter<LayerGroup>;
6286
+ readonly mode: i0.InputSignal<"selection">;
6287
+ readonly viewerOptions: i0.InputSignal<LayerViewerOptions>;
6288
+ readonly floatLabel: i0.InputSignal<FloatLabelType>;
6289
+ readonly onlyVisible: i0.InputSignal<boolean>;
6290
+ readonly term: i0.InputSignal<string>;
6291
+ readonly searchChange: i0.OutputEmitterRef<string>;
6292
+ readonly visibilityOnlyChange: i0.OutputEmitterRef<boolean>;
6293
+ readonly modeChange: i0.OutputEmitterRef<boolean>;
6294
+ readonly addedLayer: i0.OutputEmitterRef<LayerGroup>;
6284
6295
  get selectionActive(): boolean;
6285
6296
  handleTermChange(value: string | undefined): void;
6286
6297
  toggleSelectionMode(): void;
6287
6298
  createGroup(): void;
6288
6299
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerListToolComponent, never>;
6289
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerListToolComponent, "igo-layer-list-tool", never, { "mode": { "alias": "mode"; "required": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; }; "term": { "alias": "term"; "required": false; }; }, { "searchChange": "searchChange"; "visibilityOnlyChange": "visibilityOnlyChange"; "modeChange": "modeChange"; "addedLayer": "addedLayer"; }, never, never, true, never>;
6300
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerListToolComponent, "igo-layer-list-tool", never, { "mode": { "alias": "mode"; "required": true; "isSignal": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; "isSignal": true; }; "floatLabel": { "alias": "floatLabel"; "required": false; "isSignal": true; }; "onlyVisible": { "alias": "onlyVisible"; "required": false; "isSignal": true; }; "term": { "alias": "term"; "required": false; "isSignal": true; }; }, { "searchChange": "searchChange"; "visibilityOnlyChange": "visibilityOnlyChange"; "modeChange": "modeChange"; "addedLayer": "addedLayer"; }, never, never, true, never>;
6290
6301
  }
6291
6302
 
6292
6303
  declare class LayerListToolService {
@@ -6303,15 +6314,13 @@ declare class LayerListComponent {
6303
6314
  private messageService;
6304
6315
  toggleOpacity: boolean;
6305
6316
  isInit: boolean;
6306
- controller: LayerController;
6307
- set layers(layers: AnyLayer[]);
6308
- get layers(): AnyLayer[];
6309
- private _layers;
6310
- isDesktop: boolean;
6311
- isDragDropDisabled: boolean;
6312
- selectAll: boolean;
6313
- viewerOptions: LayerViewerOptions;
6314
- activeChange: EventEmitter<AnyLayer>;
6317
+ readonly controller: i0.InputSignal<LayerController>;
6318
+ readonly layers: i0.InputSignal<AnyLayer[]>;
6319
+ readonly isDesktop: i0.InputSignal<boolean>;
6320
+ readonly isDragDropDisabled: i0.InputSignal<boolean>;
6321
+ readonly selectAll: i0.InputSignal<boolean>;
6322
+ readonly viewerOptions: i0.InputSignal<LayerViewerOptions>;
6323
+ readonly activeChange: i0.OutputEmitterRef<AnyLayer>;
6315
6324
  private _transformer;
6316
6325
  treeControl: FlatTreeControl<LayerFlatNode<AnyLayer>, LayerFlatNode<AnyLayer>>;
6317
6326
  treeFlattener: MatTreeFlattener<AnyLayer, LayerFlatNode<AnyLayer>, LayerFlatNode<AnyLayer>>;
@@ -6336,47 +6345,47 @@ declare class LayerListComponent {
6336
6345
  private expandGroup;
6337
6346
  private restoreModel;
6338
6347
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerListComponent, never>;
6339
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerListComponent, "igo-layer-list", never, { "controller": { "alias": "controller"; "required": true; }; "layers": { "alias": "layers"; "required": true; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "isDragDropDisabled": { "alias": "isDragDropDisabled"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; }, { "activeChange": "activeChange"; }, never, never, true, never>;
6348
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerListComponent, "igo-layer-list", never, { "controller": { "alias": "controller"; "required": true; "isSignal": true; }; "layers": { "alias": "layers"; "required": true; "isSignal": true; }; "isDesktop": { "alias": "isDesktop"; "required": false; "isSignal": true; }; "isDragDropDisabled": { "alias": "isDragDropDisabled"; "required": false; "isSignal": true; }; "selectAll": { "alias": "selectAll"; "required": false; "isSignal": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; "isSignal": true; }; }, { "activeChange": "activeChange"; }, never, never, true, never>;
6340
6349
  }
6341
6350
 
6342
6351
  declare class LayerSearchComponent implements OnInit {
6343
6352
  control: FormControl<any>;
6344
- initialValue: string;
6345
- floatLabel: FloatLabelType;
6346
- placeholder: string;
6347
- tooltip: string;
6348
- searchChange: EventEmitter<string>;
6353
+ readonly initialValue: i0.InputSignal<string>;
6354
+ readonly floatLabel: i0.InputSignal<FloatLabelType>;
6355
+ readonly placeholder: i0.InputSignal<string>;
6356
+ readonly tooltip: i0.InputSignal<string>;
6357
+ readonly searchChange: i0.OutputEmitterRef<string>;
6349
6358
  ngOnInit(): void;
6350
6359
  clearTerm(): void;
6351
6360
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerSearchComponent, never>;
6352
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerSearchComponent, "igo-layer-search", never, { "initialValue": { "alias": "initialValue"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, { "searchChange": "searchChange"; }, never, never, true, never>;
6361
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerSearchComponent, "igo-layer-search", never, { "initialValue": { "alias": "initialValue"; "required": false; "isSignal": true; }; "floatLabel": { "alias": "floatLabel"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, { "searchChange": "searchChange"; }, never, never, true, never>;
6353
6362
  }
6354
6363
 
6355
6364
  declare class LayerUnavailableComponent {
6356
- layerOptions: AnyLayerItemOptions;
6357
- remove: EventEmitter<AnyLayerOptions>;
6365
+ readonly layerOptions: i0.InputSignal<AnyLayerItemOptions>;
6366
+ readonly remove: i0.OutputEmitterRef<AnyLayerOptions>;
6358
6367
  get title(): string | undefined;
6359
6368
  handleRemove(layerOptions: AnyLayerOptions): void;
6360
6369
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerUnavailableComponent, never>;
6361
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerUnavailableComponent, "igo-layer-unavailable", never, { "layerOptions": { "alias": "layerOptions"; "required": false; }; }, { "remove": "remove"; }, never, never, true, never>;
6370
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerUnavailableComponent, "igo-layer-unavailable", never, { "layerOptions": { "alias": "layerOptions"; "required": false; "isSignal": true; }; }, { "remove": "remove"; }, never, never, true, never>;
6362
6371
  }
6363
6372
 
6364
6373
  declare class LayerUnavailableListComponent {
6365
6374
  private layerService;
6366
- layersOptions: AnyLayerOptions[];
6375
+ readonly layersOptions: i0.InputSignal<AnyLayerOptions[]>;
6367
6376
  deleteUnavailableLayer(options: AnyLayerOptions): void;
6368
6377
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerUnavailableListComponent, never>;
6369
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerUnavailableListComponent, "igo-layer-unavailable-list", never, { "layersOptions": { "alias": "layersOptions"; "required": false; }; }, {}, never, never, true, never>;
6378
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerUnavailableListComponent, "igo-layer-unavailable-list", never, { "layersOptions": { "alias": "layersOptions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6370
6379
  }
6371
6380
 
6372
6381
  declare class LayerViewerBottomActionsComponent {
6373
6382
  private layerListToolService;
6374
6383
  orderable: boolean;
6375
- map: MapBase;
6376
- controller: LayerController;
6377
- searchTerm: string;
6378
- viewerOptions: LayerViewerOptions;
6379
- layerChange: EventEmitter<any>;
6384
+ readonly map: i0.InputSignal<MapBase>;
6385
+ readonly controller: i0.InputSignal<LayerController>;
6386
+ readonly searchTerm: i0.InputSignal<string>;
6387
+ readonly viewerOptions: i0.InputSignal<LayerViewerOptions>;
6388
+ readonly layerChange: i0.OutputEmitterRef<void>;
6380
6389
  get layersFlattened(): AnyLayer[];
6381
6390
  get hasMultipleSelection(): boolean;
6382
6391
  get selected(): AnyLayer[];
@@ -6401,7 +6410,7 @@ declare class LayerViewerBottomActionsComponent {
6401
6410
  private getRecipientOfVisibleLayer;
6402
6411
  private isLayerRemovable;
6403
6412
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerViewerBottomActionsComponent, never>;
6404
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerViewerBottomActionsComponent, "igo-layer-viewer-bottom-actions", never, { "map": { "alias": "map"; "required": true; }; "controller": { "alias": "controller"; "required": true; }; "searchTerm": { "alias": "searchTerm"; "required": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; }; }, { "layerChange": "layerChange"; }, never, ["*"], true, never>;
6413
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerViewerBottomActionsComponent, "igo-layer-viewer-bottom-actions", never, { "map": { "alias": "map"; "required": true; "isSignal": true; }; "controller": { "alias": "controller"; "required": true; "isSignal": true; }; "searchTerm": { "alias": "searchTerm"; "required": true; "isSignal": true; }; "viewerOptions": { "alias": "viewerOptions"; "required": false; "isSignal": true; }; }, { "layerChange": "layerChange"; }, never, ["*"], true, never>;
6405
6414
  }
6406
6415
 
6407
6416
  declare class LayerViewerComponent implements OnInit {
@@ -6412,12 +6421,12 @@ declare class LayerViewerComponent implements OnInit {
6412
6421
  keyword$: BehaviorSubject<string>;
6413
6422
  mode: LayerToolMode;
6414
6423
  isDragDropDisabled: boolean;
6415
- map: MapBase;
6416
- options: LayerViewerOptions;
6417
- isDesktop: boolean;
6418
- excludeBaseLayers: boolean;
6419
- appliedFilterAndSort: EventEmitter<LayerListControlsOptions>;
6420
- customBottomActions: TemplateRef<unknown> | undefined;
6424
+ readonly map: i0.InputSignal<MapBase>;
6425
+ readonly options: i0.InputSignal<LayerViewerOptions>;
6426
+ readonly isDesktop: i0.InputSignal<boolean>;
6427
+ readonly excludeBaseLayers: i0.InputSignal<boolean>;
6428
+ readonly appliedFilterAndSort: i0.OutputEmitterRef<LayerListControlsOptions>;
6429
+ readonly customBottomActions: i0.Signal<TemplateRef<any>>;
6421
6430
  get layerViewerOptions(): LayerViewerOptions;
6422
6431
  get layerController(): LayerController;
6423
6432
  get unavailableLayers(): LayerOptionsBase[];
@@ -6443,7 +6452,7 @@ declare class LayerViewerComponent implements OnInit {
6443
6452
  private layerHasTerm;
6444
6453
  private normalizeString;
6445
6454
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerViewerComponent, never>;
6446
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerViewerComponent, "igo-layer-viewer", never, { "map": { "alias": "map"; "required": true; }; "options": { "alias": "options"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; }, ["customBottomActions"], ["[emptyList]", "*"], true, never>;
6455
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerViewerComponent, "igo-layer-viewer", never, { "map": { "alias": "map"; "required": true; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "isDesktop": { "alias": "isDesktop"; "required": false; "isSignal": true; }; "excludeBaseLayers": { "alias": "excludeBaseLayers"; "required": false; "isSignal": true; }; }, { "appliedFilterAndSort": "appliedFilterAndSort"; }, ["customBottomActions"], ["[emptyList]", "*"], true, never>;
6447
6456
  }
6448
6457
 
6449
6458
  declare class LayerVisibilityButtonComponent implements OnInit {
@@ -6451,38 +6460,37 @@ declare class LayerVisibilityButtonComponent implements OnInit {
6451
6460
  eyeClosedSvg: IconSvg;
6452
6461
  hiddenByParent?: boolean;
6453
6462
  visible: boolean;
6454
- layer: AnyLayer;
6455
- tooltip: string;
6456
- disabled: boolean;
6457
- showQueryBadge: boolean;
6458
- inResolutionsRange: boolean;
6463
+ readonly layer: i0.InputSignal<AnyLayer>;
6464
+ readonly tooltip: i0.InputSignal<string>;
6465
+ readonly disabled: i0.InputSignal<boolean>;
6466
+ readonly showQueryBadge: i0.InputSignal<boolean>;
6467
+ readonly inResolutionsRange: i0.InputSignal<boolean>;
6459
6468
  get defaultTooltip(): string;
6460
- visibilityChange: EventEmitter<Event>;
6469
+ readonly visibilityChange: i0.OutputEmitterRef<Event>;
6461
6470
  ngOnInit(): void;
6462
6471
  toggle(event: Event): void;
6463
6472
  static ɵfac: i0.ɵɵFactoryDeclaration<LayerVisibilityButtonComponent, never>;
6464
- static ɵcmp: i0.ɵɵComponentDeclaration<LayerVisibilityButtonComponent, "igo-layer-visibility-button", never, { "layer": { "alias": "layer"; "required": true; }; "tooltip": { "alias": "tooltip"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showQueryBadge": { "alias": "showQueryBadge"; "required": false; }; "inResolutionsRange": { "alias": "inResolutionsRange"; "required": false; }; }, { "visibilityChange": "visibilityChange"; }, never, never, true, never>;
6473
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayerVisibilityButtonComponent, "igo-layer-visibility-button", never, { "layer": { "alias": "layer"; "required": true; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "showQueryBadge": { "alias": "showQueryBadge"; "required": false; "isSignal": true; }; "inResolutionsRange": { "alias": "inResolutionsRange"; "required": false; "isSignal": true; }; }, { "visibilityChange": "visibilityChange"; }, never, never, true, never>;
6465
6474
  }
6466
6475
 
6467
6476
  declare class TrackFeatureButtonComponent implements OnInit {
6468
- layer: VectorLayer;
6469
- trackFeature: boolean;
6470
- get options(): VectorLayerOptions;
6477
+ readonly layer: i0.InputSignal<VectorLayer>;
6478
+ trackFeature: i0.ModelSignal<boolean>;
6471
6479
  color: string;
6472
6480
  ngOnInit(): void;
6473
6481
  toggleTrackFeature(): void;
6474
6482
  static ɵfac: i0.ɵɵFactoryDeclaration<TrackFeatureButtonComponent, never>;
6475
- static ɵcmp: i0.ɵɵComponentDeclaration<TrackFeatureButtonComponent, "igo-track-feature-button", never, { "layer": { "alias": "layer"; "required": false; }; "trackFeature": { "alias": "trackFeature"; "required": false; }; }, {}, never, never, true, never>;
6483
+ static ɵcmp: i0.ɵɵComponentDeclaration<TrackFeatureButtonComponent, "igo-track-feature-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "trackFeature": { "alias": "trackFeature"; "required": false; "isSignal": true; }; }, { "trackFeature": "trackFeatureChange"; }, never, never, true, never>;
6476
6484
  }
6477
6485
 
6478
6486
  declare class DownloadButtonComponent {
6479
6487
  private downloadService;
6480
- layer: Layer;
6481
- color: string;
6488
+ readonly layer: i0.InputSignal<Layer>;
6489
+ readonly color: i0.InputSignal<string>;
6490
+ readonly options: i0.Signal<DownloadDataSourceOptions>;
6482
6491
  openDownload(): void;
6483
- get options(): DownloadDataSourceOptions;
6484
6492
  static ɵfac: i0.ɵɵFactoryDeclaration<DownloadButtonComponent, never>;
6485
- static ɵcmp: i0.ɵɵComponentDeclaration<DownloadButtonComponent, "igo-download-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
6493
+ static ɵcmp: i0.ɵɵComponentDeclaration<DownloadButtonComponent, "igo-download-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6486
6494
  }
6487
6495
 
6488
6496
  /**
@@ -6495,19 +6503,32 @@ declare class IgoDownloadModule {
6495
6503
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoDownloadModule>;
6496
6504
  }
6497
6505
 
6506
+ declare class EpsgSelectorModalComponent {
6507
+ dialogRef: MatDialogRef<EpsgSelectorModalComponent, any>;
6508
+ data: {
6509
+ fileName: string;
6510
+ projections: InputProjections[];
6511
+ };
6512
+ selectedEpsg?: string;
6513
+ cancel(): void;
6514
+ confirm(): void;
6515
+ static ɵfac: i0.ɵɵFactoryDeclaration<EpsgSelectorModalComponent, never>;
6516
+ static ɵcmp: i0.ɵɵComponentDeclaration<EpsgSelectorModalComponent, "igo-epsg-selector-modal", never, {}, {}, never, never, true, never>;
6517
+ }
6518
+
6498
6519
  declare class ExportButtonComponent {
6499
- layer: Layer;
6500
- color: string;
6501
- get options(): DataSourceOptions;
6502
- layerIsExportable(): boolean;
6520
+ readonly layer: i0.InputSignal<Layer>;
6521
+ readonly color: i0.InputSignal<string>;
6522
+ readonly isExportable: i0.Signal<boolean>;
6503
6523
  static ɵfac: i0.ɵɵFactoryDeclaration<ExportButtonComponent, never>;
6504
- static ɵcmp: i0.ɵɵComponentDeclaration<ExportButtonComponent, "igo-export-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
6524
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExportButtonComponent, "igo-export-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6505
6525
  }
6506
6526
 
6527
+ declare const RADIUS_NAME = "rad";
6507
6528
  interface ExportOptions {
6508
6529
  format?: AnyExportFormat;
6509
- layers: string[];
6510
- layersWithSelection?: string[];
6530
+ layers: LayerId[];
6531
+ layersWithSelection?: LayerId[];
6511
6532
  name?: string;
6512
6533
  combineLayers?: boolean;
6513
6534
  separator?: boolean;
@@ -6573,24 +6594,21 @@ declare class ImportExportComponent implements OnDestroy, OnInit {
6573
6594
  private clientSideFileSizeMax;
6574
6595
  fileSizeMb: number;
6575
6596
  projections$: BehaviorSubject<InputProjections[]>;
6576
- private projectionsConstraints;
6577
6597
  popupChecked: boolean;
6578
6598
  private configFormats;
6579
6599
  private previousLayerSpecs$;
6580
- selectFirstProj: boolean;
6581
- map: IgoMap;
6582
- contextUri: string;
6583
- private _projectionsLimitations;
6584
- set projectionsLimitations(value: ProjectionsLimitationsOptions);
6585
- get projectionsLimitations(): ProjectionsLimitationsOptions;
6600
+ readonly selectFirstProj: i0.InputSignal<boolean>;
6601
+ readonly map: i0.InputSignal<IgoMap>;
6602
+ readonly contextUri: i0.InputSignal<string>;
6603
+ readonly projectionsLimitations: i0.InputSignal<ProjectionsLimitationsOptions>;
6586
6604
  /**
6587
6605
  * Store that holds the available workspaces.
6588
6606
  */
6589
- store: WorkspaceStore;
6590
- selectedMode: SelectMode;
6591
- selectMode: EventEmitter<SelectMode>;
6592
- exportOptions$: BehaviorSubject<ExportOptions>;
6593
- exportOptionsChange: EventEmitter<ExportOptions>;
6607
+ readonly store: i0.InputSignal<WorkspaceStore>;
6608
+ readonly selectedMode: i0.ModelSignal<SelectMode>;
6609
+ readonly selectMode: i0.OutputEmitterRef<SelectMode>;
6610
+ readonly exportOptions$: i0.InputSignal<BehaviorSubject<ExportOptions>>;
6611
+ readonly exportOptionsChange: i0.OutputEmitterRef<ExportOptions>;
6594
6612
  get layers(): any;
6595
6613
  set layers(value: any);
6596
6614
  get inputProj(): any;
@@ -6599,11 +6617,10 @@ declare class ImportExportComponent implements OnDestroy, OnInit {
6599
6617
  set popupAllowed(value: boolean);
6600
6618
  constructor();
6601
6619
  ngOnInit(): void;
6602
- private computeProjections;
6603
6620
  getLayerTitleById(id: any): string;
6604
6621
  layerHasSelectedFeatures(layer: Layer): boolean;
6605
- onlySelected(event: MatSlideToggleChange, id: string): void;
6606
- onlySelectedClick(event: any, id: string): void;
6622
+ onlySelected(event: MatSlideToggleChange, id: LayerId): void;
6623
+ onlySelectedClick(event: any, id: LayerId): void;
6607
6624
  inLayersIdToExportSelectionOnly(layer: Layer): boolean;
6608
6625
  ngOnDestroy(): void;
6609
6626
  private handlePreviousLayerSpecs;
@@ -6633,7 +6650,7 @@ declare class ImportExportComponent implements OnDestroy, OnInit {
6633
6650
  private onFileExportSuccess;
6634
6651
  onImportExportChange(event: any): void;
6635
6652
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportExportComponent, never>;
6636
- static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportComponent, "igo-import-export", never, { "selectFirstProj": { "alias": "selectFirstProj"; "required": false; }; "map": { "alias": "map"; "required": false; }; "contextUri": { "alias": "contextUri"; "required": false; }; "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; "store": { "alias": "store"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "exportOptions$": { "alias": "exportOptions$"; "required": false; }; }, { "selectMode": "selectMode"; "exportOptionsChange": "exportOptionsChange"; }, never, never, true, never>;
6653
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportComponent, "igo-import-export", never, { "selectFirstProj": { "alias": "selectFirstProj"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "contextUri": { "alias": "contextUri"; "required": false; "isSignal": true; }; "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; "selectedMode": { "alias": "selectedMode"; "required": false; "isSignal": true; }; "exportOptions$": { "alias": "exportOptions$"; "required": false; "isSignal": true; }; }, { "selectedMode": "selectedModeChange"; "selectMode": "selectMode"; "exportOptionsChange": "exportOptionsChange"; }, never, never, true, never>;
6637
6654
  }
6638
6655
 
6639
6656
  declare class DropGeoFileDirective extends DragAndDropDirective implements OnInit, OnDestroy {
@@ -6645,12 +6662,12 @@ declare class DropGeoFileDirective extends DragAndDropDirective implements OnIni
6645
6662
  private messageService;
6646
6663
  private layerService;
6647
6664
  private confirmDialogService;
6648
- protected filesDropped: EventEmitter<File[]>;
6649
- protected filesInvalid: EventEmitter<File[]>;
6665
+ private dialog;
6650
6666
  private epsgCode$$;
6651
6667
  private filesDropped$$;
6652
6668
  get map(): IgoMap;
6653
- contextUri: string;
6669
+ readonly contextUri: i0.InputSignal<string>;
6670
+ readonly projectionsLimitations: i0.InputSignal<ProjectionsLimitationsOptions>;
6654
6671
  ngOnInit(): void;
6655
6672
  ngOnDestroy(): void;
6656
6673
  onDragOver(evt: any): void;
@@ -6659,18 +6676,19 @@ declare class DropGeoFileDirective extends DragAndDropDirective implements OnIni
6659
6676
  private onFilesDropped;
6660
6677
  private onFileImportSuccess;
6661
6678
  private onFileImportError;
6679
+ private openEPSGModal;
6662
6680
  static ɵfac: i0.ɵɵFactoryDeclaration<DropGeoFileDirective, never>;
6663
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropGeoFileDirective, "[igoDropGeoFile]", never, { "contextUri": { "alias": "contextUri"; "required": false; }; }, {}, never, never, true, never>;
6681
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropGeoFileDirective, "[igoDropGeoFile]", never, { "contextUri": { "alias": "contextUri"; "required": false; "isSignal": true; }; "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6664
6682
  }
6665
6683
 
6666
- declare const IMPORT_EXPORT_DIRECTIVES: readonly [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent];
6684
+ declare const IMPORT_EXPORT_DIRECTIVES: readonly [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent, typeof EpsgSelectorModalComponent];
6667
6685
  /**
6668
6686
  * @deprecated import the components directly or IMPORT_EXPORT_DIRECTIVES for the set
6669
6687
  */
6670
6688
  declare class IgoImportExportModule {
6671
6689
  static forRoot(): ModuleWithProviders<IgoImportExportModule>;
6672
6690
  static ɵfac: i0.ɵɵFactoryDeclaration<IgoImportExportModule, never>;
6673
- static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImportExportModule, never, [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent], [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent]>;
6691
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgoImportExportModule, never, [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent, typeof EpsgSelectorModalComponent], [typeof ImportExportComponent, typeof DropGeoFileDirective, typeof ExportButtonComponent, typeof EpsgSelectorModalComponent]>;
6674
6692
  static ɵinj: i0.ɵɵInjectorDeclaration<IgoImportExportModule>;
6675
6693
  }
6676
6694
 
@@ -6743,12 +6761,12 @@ interface MetadataLayerOptions extends LayerOptions {
6743
6761
  declare class MetadataButtonComponent {
6744
6762
  private metadataService;
6745
6763
  private dialog;
6746
- layer: Layer;
6747
- color: string;
6764
+ readonly layer: i0.InputSignal<Layer>;
6765
+ readonly color: i0.InputSignal<string>;
6748
6766
  openMetadata(metadata: MetadataOptions): void;
6749
6767
  get options(): MetadataLayerOptions;
6750
6768
  static ɵfac: i0.ɵɵFactoryDeclaration<MetadataButtonComponent, never>;
6751
- static ɵcmp: i0.ɵɵComponentDeclaration<MetadataButtonComponent, "igo-metadata-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
6769
+ static ɵcmp: i0.ɵɵComponentDeclaration<MetadataButtonComponent, "igo-metadata-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6752
6770
  }
6753
6771
  declare class MetadataAbstractComponent {
6754
6772
  data: MetadataOptions;
@@ -6794,23 +6812,23 @@ declare class QueryDirective implements AfterViewInit, OnDestroy {
6794
6812
  /**
6795
6813
  * Whter to query features or not
6796
6814
  */
6797
- queryFeatures: boolean;
6815
+ readonly queryFeatures: i0.InputSignal<boolean>;
6798
6816
  /**
6799
6817
  * Feature query hit tolerance
6800
6818
  */
6801
- queryFeaturesHitTolerance: number;
6819
+ readonly queryFeaturesHitTolerance: i0.InputSignal<number>;
6802
6820
  /**
6803
6821
  * Feature query hit tolerance
6804
6822
  */
6805
- queryFeaturesCondition: (olLayer: OlLayer<olSource>) => boolean;
6823
+ readonly queryFeaturesCondition: i0.InputSignal<(olLayer: OlLayer<olSource>) => boolean>;
6806
6824
  /**
6807
6825
  * Whether all query should complete before emitting an event
6808
6826
  */
6809
- waitForAllQueries: boolean;
6827
+ readonly waitForAllQueries: i0.InputSignal<boolean>;
6810
6828
  /**
6811
6829
  * Event emitted when a query (or all queries) complete
6812
6830
  */
6813
- query: EventEmitter<{
6831
+ readonly query: i0.OutputEmitterRef<{
6814
6832
  features: Feature[] | Feature[][];
6815
6833
  event: MapBrowserPointerEvent<any>;
6816
6834
  }>;
@@ -6860,7 +6878,7 @@ declare class QueryDirective implements AfterViewInit, OnDestroy {
6860
6878
  */
6861
6879
  private removeDragBoxInteraction;
6862
6880
  static ɵfac: i0.ɵɵFactoryDeclaration<QueryDirective, never>;
6863
- static ɵdir: i0.ɵɵDirectiveDeclaration<QueryDirective, "[igoQuery]", never, { "queryFeatures": { "alias": "queryFeatures"; "required": false; }; "queryFeaturesHitTolerance": { "alias": "queryFeaturesHitTolerance"; "required": false; }; "queryFeaturesCondition": { "alias": "queryFeaturesCondition"; "required": false; }; "waitForAllQueries": { "alias": "waitForAllQueries"; "required": false; }; }, { "query": "query"; }, never, never, true, never>;
6881
+ static ɵdir: i0.ɵɵDirectiveDeclaration<QueryDirective, "[igoQuery]", never, { "queryFeatures": { "alias": "queryFeatures"; "required": false; "isSignal": true; }; "queryFeaturesHitTolerance": { "alias": "queryFeaturesHitTolerance"; "required": false; "isSignal": true; }; "queryFeaturesCondition": { "alias": "queryFeaturesCondition"; "required": false; "isSignal": true; }; "waitForAllQueries": { "alias": "waitForAllQueries"; "required": false; "isSignal": true; }; }, { "query": "query"; }, never, never, true, never>;
6864
6882
  }
6865
6883
 
6866
6884
  declare class IgoQueryModule {
@@ -6954,11 +6972,11 @@ declare class SearchPointerSummaryDirective implements OnInit, OnDestroy, AfterC
6954
6972
  /**
6955
6973
  * The delay where the mouse must be motionless before trigger the reverse search
6956
6974
  */
6957
- igoSearchPointerSummaryDelay: number;
6975
+ readonly igoSearchPointerSummaryDelay: i0.InputSignal<number>;
6958
6976
  /**
6959
6977
  * If the user has enabled or not the directive
6960
6978
  */
6961
- igoSearchPointerSummaryEnabled: boolean;
6979
+ readonly igoSearchPointerSummaryEnabled: i0.InputSignal<boolean>;
6962
6980
  mouseleave(): void;
6963
6981
  /**
6964
6982
  * IGO map
@@ -7040,7 +7058,7 @@ declare class SearchPointerSummaryDirective implements OnInit, OnDestroy, AfterC
7040
7058
  */
7041
7059
  private clearLayer;
7042
7060
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchPointerSummaryDirective, never>;
7043
- static ɵdir: i0.ɵɵDirectiveDeclaration<SearchPointerSummaryDirective, "[igoSearchPointerSummary]", never, { "igoSearchPointerSummaryDelay": { "alias": "igoSearchPointerSummaryDelay"; "required": false; }; "igoSearchPointerSummaryEnabled": { "alias": "igoSearchPointerSummaryEnabled"; "required": false; }; }, {}, never, never, true, never>;
7061
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SearchPointerSummaryDirective, "[igoSearchPointerSummary]", never, { "igoSearchPointerSummaryDelay": { "alias": "igoSearchPointerSummaryDelay"; "required": false; "isSignal": true; }; "igoSearchPointerSummaryEnabled": { "alias": "igoSearchPointerSummaryEnabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7044
7062
  }
7045
7063
 
7046
7064
  /**
@@ -7876,8 +7894,8 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
7876
7894
  /**
7877
7895
  * List of available search types
7878
7896
  */
7879
- searchTypes: string[];
7880
- withDivider: boolean;
7897
+ readonly searchTypes: i0.InputSignal<string[]>;
7898
+ readonly withDivider: i0.InputSignal<boolean>;
7881
7899
  /**
7882
7900
  * Search term
7883
7901
  */
@@ -7887,15 +7905,15 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
7887
7905
  /**
7888
7906
  * Event emitted when the pointer summary is activated by the searchbar setting
7889
7907
  */
7890
- pointerSummaryStatus: EventEmitter<boolean>;
7908
+ readonly pointerSummaryStatus: i0.OutputEmitterRef<boolean>;
7891
7909
  /**
7892
7910
  * Event emitted when the show geometry setting is changed
7893
7911
  */
7894
- searchResultsGeometryStatus: EventEmitter<boolean>;
7912
+ readonly searchResultsGeometryStatus: i0.OutputEmitterRef<boolean>;
7895
7913
  /**
7896
7914
  * Event emitted when the coords format setting is changed
7897
7915
  */
7898
- reverseSearchCoordsFormatStatus: EventEmitter<boolean>;
7916
+ readonly reverseSearchCoordsFormatStatus: i0.OutputEmitterRef<boolean>;
7899
7917
  /**
7900
7918
  * Search term
7901
7919
  */
@@ -7908,9 +7926,9 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
7908
7926
  set disabled(value: boolean);
7909
7927
  get disabled(): boolean;
7910
7928
  readonly disabled$: BehaviorSubject<boolean>;
7911
- pointerSummaryEnabled: boolean;
7912
- allowResetSearchSourcesOptions: boolean;
7913
- searchResultsGeometryEnabled: boolean;
7929
+ readonly pointerSummaryEnabled: i0.InputSignal<boolean>;
7930
+ readonly allowResetSearchSourcesOptions: i0.InputSignal<boolean>;
7931
+ readonly searchResultsGeometryEnabled: i0.InputSignal<boolean>;
7914
7932
  /**
7915
7933
  * When reverse coordinates status change
7916
7934
  */
@@ -7920,67 +7938,67 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
7920
7938
  /**
7921
7939
  * Whether a float label should be displayed
7922
7940
  */
7923
- floatLabel: FloatLabelType;
7924
- appearance: MatFormFieldAppearance;
7925
- placeholder: string;
7926
- label: string;
7941
+ readonly floatLabel: i0.InputSignal<FloatLabelType>;
7942
+ readonly appearance: i0.InputSignal<MatFormFieldAppearance>;
7943
+ readonly placeholder: i0.InputSignal<string>;
7944
+ readonly label: i0.InputSignal<string>;
7927
7945
  /**
7928
7946
  * Icons color (search and clear)
7929
7947
  */
7930
- color: string;
7931
- termSplitter: string;
7948
+ readonly color: i0.InputSignal<string>;
7949
+ readonly termSplitter: i0.InputSignal<string>;
7932
7950
  /**
7933
7951
  * Debounce time between each keystroke
7934
7952
  */
7935
- debounce: number;
7953
+ readonly debounce: i0.InputSignal<number>;
7936
7954
  /**
7937
7955
  * Minimum term length required to trigger a research
7938
7956
  */
7939
- minLength: number;
7957
+ readonly minLength: i0.InputSignal<number>;
7940
7958
  /**
7941
7959
  * Search Selector
7942
7960
  */
7943
- searchSelector: boolean;
7961
+ readonly searchSelector: i0.InputSignal<boolean>;
7944
7962
  /**
7945
7963
  * Search Settings
7946
7964
  */
7947
- searchSettings: boolean;
7965
+ readonly searchSettings: i0.InputSignal<boolean>;
7948
7966
  /**
7949
7967
  * Force coordinates in north america
7950
7968
  */
7951
- forceNA: boolean;
7969
+ readonly forceNA: i0.InputSignal<boolean>;
7952
7970
  /**
7953
7971
  * Search results store
7954
7972
  */
7955
- store: EntityStore<SearchResult>;
7973
+ readonly store: i0.InputSignal<EntityStore<SearchResult<Record<string, any>>, _igo2_common_entity.EntityState>>;
7956
7974
  /**
7957
7975
  * Event emitted when the search term changes
7958
7976
  */
7959
- searchTermChange: EventEmitter<string>;
7977
+ readonly searchTermChange: i0.OutputEmitterRef<string>;
7960
7978
  /**
7961
7979
  * Event emitted when a research is completed
7962
7980
  */
7963
- search: EventEmitter<{
7981
+ readonly search: i0.OutputEmitterRef<{
7964
7982
  research: Research;
7965
7983
  results: SearchResult[];
7966
7984
  }>;
7967
7985
  /**
7968
7986
  * Event emitted when the search type changes
7969
7987
  */
7970
- searchTypeChange: EventEmitter<string>;
7988
+ readonly searchTypeChange: i0.OutputEmitterRef<string>;
7971
7989
  /**
7972
7990
  * Event emitted when the search type changes
7973
7991
  */
7974
- clearFeature: EventEmitter<any>;
7992
+ readonly clearFeature: i0.OutputEmitterRef<void>;
7975
7993
  /**
7976
7994
  * Event emitted when the search settings changes
7977
7995
  */
7978
- searchSettingsChange: EventEmitter<any>;
7996
+ readonly searchSettingsChange: i0.OutputEmitterRef<void>;
7979
7997
  /**
7980
7998
  * Input element
7981
7999
  * @internal
7982
8000
  */
7983
- input: ElementRef;
8001
+ readonly input: i0.Signal<ElementRef<any>>;
7984
8002
  /**
7985
8003
  * Whether the search bar is empty
7986
8004
  * @internal
@@ -8058,7 +8076,7 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
8058
8076
  */
8059
8077
  private onResearchCompleted;
8060
8078
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
8061
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "igo-search-bar", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "withDivider": { "alias": "withDivider"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; "term": { "alias": "term"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "allowResetSearchSourcesOptions": { "alias": "allowResetSearchSourcesOptions"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "color": { "alias": "color"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "searchSelector": { "alias": "searchSelector"; "required": false; }; "searchSettings": { "alias": "searchSettings"; "required": false; }; "forceNA": { "alias": "forceNA"; "required": false; }; "store": { "alias": "store"; "required": false; }; }, { "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; "searchTermChange": "searchTermChange"; "search": "search"; "searchTypeChange": "searchTypeChange"; "clearFeature": "clearFeature"; "searchSettingsChange": "searchSettingsChange"; }, never, never, true, never>;
8079
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "igo-search-bar", never, { "searchTypes": { "alias": "searchTypes"; "required": false; "isSignal": true; }; "withDivider": { "alias": "withDivider"; "required": false; "isSignal": true; }; "searchType": { "alias": "searchType"; "required": false; }; "term": { "alias": "term"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; "isSignal": true; }; "allowResetSearchSourcesOptions": { "alias": "allowResetSearchSourcesOptions"; "required": false; "isSignal": true; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; "isSignal": true; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "floatLabel": { "alias": "floatLabel"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "termSplitter": { "alias": "termSplitter"; "required": false; "isSignal": true; }; "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "searchSelector": { "alias": "searchSelector"; "required": false; "isSignal": true; }; "searchSettings": { "alias": "searchSettings"; "required": false; "isSignal": true; }; "forceNA": { "alias": "forceNA"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; }, { "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; "searchTermChange": "searchTermChange"; "search": "search"; "searchTypeChange": "searchTypeChange"; "clearFeature": "clearFeature"; "searchSettingsChange": "searchSettingsChange"; }, never, never, true, never>;
8062
8080
  }
8063
8081
 
8064
8082
  /**
@@ -8069,28 +8087,18 @@ declare class SearchBarComponent implements OnInit, OnDestroy {
8069
8087
  * placeholder getter. The search source service already supports having
8070
8088
  * more than one search source enabled.
8071
8089
  */
8072
- declare class SearchSelectorComponent implements OnInit, OnDestroy {
8090
+ declare class SearchSelectorComponent implements OnInit {
8073
8091
  private searchSourceService;
8074
- readonly searchType$: BehaviorSubject<string>;
8075
- /**
8076
- * Subscription to the search type
8077
- */
8078
- private searchType$$;
8079
8092
  /**
8080
8093
  * List of available search types
8081
8094
  */
8082
- searchTypes: string[];
8083
- /**
8084
- * The search type enabled
8085
- */
8086
- set searchType(value: string);
8087
- get searchType(): string;
8095
+ readonly searchTypes: i0.InputSignal<string[]>;
8096
+ readonly searchType: i0.ModelSignal<string>;
8088
8097
  /**
8089
8098
  * Event emitted when the enabled search type changes
8090
8099
  */
8091
- searchTypeChange: EventEmitter<string>;
8100
+ readonly searchTypeChange: i0.OutputEmitterRef<string>;
8092
8101
  ngOnInit(): void;
8093
- ngOnDestroy(): void;
8094
8102
  /**
8095
8103
  * Enable the selected search type
8096
8104
  * @param searchType Search type
@@ -8105,14 +8113,9 @@ declare class SearchSelectorComponent implements OnInit, OnDestroy {
8105
8113
  * @internal
8106
8114
  */
8107
8115
  getSearchTypeTitle(searchType: string): string;
8108
- /**
8109
- * Emit an event and enable the search sources of the given type.
8110
- * @param searchType Search type
8111
- */
8112
- private setSearchType;
8113
8116
  private onSetSearchType;
8114
8117
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchSelectorComponent, never>;
8115
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchSelectorComponent, "igo-search-selector", never, { "searchTypes": { "alias": "searchTypes"; "required": false; }; "searchType": { "alias": "searchType"; "required": false; }; }, { "searchTypeChange": "searchTypeChange"; }, never, never, true, never>;
8118
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchSelectorComponent, "igo-search-selector", never, { "searchTypes": { "alias": "searchTypes"; "required": false; "isSignal": true; }; "searchType": { "alias": "searchType"; "required": false; "isSignal": true; }; }, { "searchType": "searchTypeChange"; "searchTypeChange": "searchTypeChange"; }, never, never, true, never>;
8116
8119
  }
8117
8120
 
8118
8121
  /**
@@ -8135,26 +8138,26 @@ declare class SearchSettingsComponent implements OnInit {
8135
8138
  lastKeyTime: number;
8136
8139
  displayBlock: string;
8137
8140
  get isTouchScreen(): boolean;
8138
- pointerSummaryEnabled: boolean;
8139
- searchResultsGeometryEnabled: boolean;
8140
- reverseSearchCoordsFormatEnabled: boolean;
8141
- allowResetSearchSourcesOptions: boolean;
8141
+ pointerSummaryEnabled: i0.ModelSignal<boolean>;
8142
+ searchResultsGeometryEnabled: i0.ModelSignal<boolean>;
8143
+ reverseSearchCoordsFormatEnabled: i0.ModelSignal<boolean>;
8144
+ readonly allowResetSearchSourcesOptions: i0.InputSignal<boolean>;
8142
8145
  /**
8143
8146
  * Event emitted when the enabled search source changes
8144
8147
  */
8145
- searchSourceChange: EventEmitter<SearchSource>;
8148
+ readonly searchSourceChange: i0.OutputEmitterRef<SearchSource>;
8146
8149
  /**
8147
8150
  * Event emitted when the pointer summary is activated
8148
8151
  */
8149
- pointerSummaryStatus: EventEmitter<boolean>;
8152
+ readonly pointerSummaryStatus: i0.OutputEmitterRef<boolean>;
8150
8153
  /**
8151
8154
  * Event emitted when the show geometry summary is changed
8152
8155
  */
8153
- searchResultsGeometryStatus: EventEmitter<boolean>;
8156
+ readonly searchResultsGeometryStatus: i0.OutputEmitterRef<boolean>;
8154
8157
  /**
8155
8158
  * Event emitted when the coords format is changed
8156
8159
  */
8157
- reverseSearchCoordsFormatStatus: EventEmitter<boolean>;
8160
+ readonly reverseSearchCoordsFormatStatus: i0.OutputEmitterRef<boolean>;
8158
8161
  handleKeyboardEvent(event: KeyboardEvent): void;
8159
8162
  ngOnInit(): void;
8160
8163
  /**
@@ -8210,7 +8213,7 @@ declare class SearchSettingsComponent implements OnInit {
8210
8213
  changeSearchResultsGeometry(event: any): void;
8211
8214
  reverseSearchCoordsFormat(event: any): void;
8212
8215
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchSettingsComponent, never>;
8213
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchSettingsComponent, "igo-search-settings", never, { "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; }; "allowResetSearchSourcesOptions": { "alias": "allowResetSearchSourcesOptions"; "required": false; }; }, { "searchSourceChange": "searchSourceChange"; "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; }, never, never, true, never>;
8216
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchSettingsComponent, "igo-search-settings", never, { "pointerSummaryEnabled": { "alias": "pointerSummaryEnabled"; "required": false; "isSignal": true; }; "searchResultsGeometryEnabled": { "alias": "searchResultsGeometryEnabled"; "required": false; "isSignal": true; }; "reverseSearchCoordsFormatEnabled": { "alias": "reverseSearchCoordsFormatEnabled"; "required": false; "isSignal": true; }; "allowResetSearchSourcesOptions": { "alias": "allowResetSearchSourcesOptions"; "required": false; "isSignal": true; }; }, { "pointerSummaryEnabled": "pointerSummaryEnabledChange"; "searchResultsGeometryEnabled": "searchResultsGeometryEnabledChange"; "reverseSearchCoordsFormatEnabled": "reverseSearchCoordsFormatEnabledChange"; "searchSourceChange": "searchSourceChange"; "pointerSummaryStatus": "pointerSummaryStatus"; "searchResultsGeometryStatus": "searchResultsGeometryStatus"; "reverseSearchCoordsFormatStatus": "reverseSearchCoordsFormatStatus"; }, never, never, true, never>;
8214
8217
  }
8215
8218
 
8216
8219
  /**
@@ -8260,60 +8263,60 @@ declare class SearchResultsComponent implements OnInit, OnDestroy {
8260
8263
  collapsed: {
8261
8264
  sourceId: string;
8262
8265
  }[];
8263
- map: IgoMap;
8266
+ readonly map: i0.InputSignal<IgoMap>;
8264
8267
  /**
8265
8268
  * Search results store
8266
8269
  */
8267
- store: EntityStore<SearchResult>;
8270
+ readonly store: i0.InputSignal<EntityStore<SearchResult<Record<string, any>>, EntityState>>;
8268
8271
  /**
8269
8272
  * to show hide results icons
8270
8273
  */
8271
- showIcons: boolean;
8274
+ readonly showIcons: i0.InputSignal<boolean>;
8272
8275
  /**
8273
8276
  * Search results display mode
8274
8277
  */
8275
- mode: SearchResultMode;
8278
+ readonly mode: i0.InputSignal<SearchResultMode>;
8276
8279
  /**
8277
8280
  * Whether there should be a zoom button
8278
8281
  */
8279
- withZoomButton: boolean;
8282
+ readonly withZoomButton: i0.InputSignal<boolean>;
8280
8283
  /**
8281
8284
  * To check if the view for tabsMode for search-result-tools
8282
8285
  */
8283
- tabsMode: boolean;
8286
+ readonly tabsMode: i0.InputSignal<boolean>;
8284
8287
  /**
8285
8288
  * Search term
8286
8289
  */
8287
8290
  get term(): string;
8288
8291
  set term(value: string);
8289
8292
  _term: string;
8290
- settingsChange$: BehaviorSubject<boolean>;
8291
- termSplitter: string;
8293
+ readonly settingsChange$: i0.InputSignal<BehaviorSubject<boolean>>;
8294
+ readonly termSplitter: i0.InputSignal<string>;
8292
8295
  /**
8293
8296
  * Event emitted when a result is focused
8294
8297
  */
8295
- resultFocus: EventEmitter<SearchResult<Record<string, any>>>;
8298
+ readonly resultFocus: i0.OutputEmitterRef<SearchResult<Record<string, any>>>;
8296
8299
  /**
8297
8300
  * Event emitted when a result is unfocused
8298
8301
  */
8299
- resultUnfocus: EventEmitter<SearchResult<Record<string, any>>>;
8302
+ readonly resultUnfocus: i0.OutputEmitterRef<SearchResult<Record<string, any>>>;
8300
8303
  /**
8301
8304
  * Event emitted when a result is selected
8302
8305
  */
8303
- resultSelect: EventEmitter<SearchResult<Record<string, any>>>;
8306
+ readonly resultSelect: i0.OutputEmitterRef<SearchResult<Record<string, any>>>;
8304
8307
  /**
8305
8308
  * Event emitted when a research is completed after displaying more results is clicked
8306
8309
  */
8307
- moreResults: EventEmitter<{
8310
+ readonly moreResults: i0.OutputEmitterRef<{
8308
8311
  research: Research;
8309
8312
  results: SearchResult[];
8310
8313
  }>;
8311
8314
  /**
8312
8315
  * Events emitted when a result is focus or unfocus by mouse event
8313
8316
  */
8314
- resultMouseenter: EventEmitter<SearchResult<Record<string, any>>>;
8315
- resultMouseleave: EventEmitter<SearchResult<Record<string, any>>>;
8316
- templateSearchToolbar: TemplateRef<any>;
8317
+ readonly resultMouseenter: i0.OutputEmitterRef<SearchResult<Record<string, any>>>;
8318
+ readonly resultMouseleave: i0.OutputEmitterRef<SearchResult<Record<string, any>>>;
8319
+ readonly templateSearchToolbar: i0.Signal<TemplateRef<any>>;
8317
8320
  get results$(): Observable<{
8318
8321
  source: SearchSource;
8319
8322
  results: SearchResult[];
@@ -8373,7 +8376,7 @@ declare class SearchResultsComponent implements OnInit, OnDestroy {
8373
8376
  results: SearchResult[];
8374
8377
  }): void;
8375
8378
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsComponent, never>;
8376
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsComponent, "igo-search-results", never, { "map": { "alias": "map"; "required": false; }; "store": { "alias": "store"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; }; "tabsMode": { "alias": "tabsMode"; "required": false; }; "term": { "alias": "term"; "required": false; }; "settingsChange$": { "alias": "settingsChange$"; "required": false; }; "termSplitter": { "alias": "termSplitter"; "required": false; }; }, { "resultFocus": "resultFocus"; "resultUnfocus": "resultUnfocus"; "resultSelect": "resultSelect"; "moreResults": "moreResults"; "resultMouseenter": "resultMouseenter"; "resultMouseleave": "resultMouseleave"; }, ["templateSearchToolbar"], never, true, never>;
8379
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsComponent, "igo-search-results", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; "showIcons": { "alias": "showIcons"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "withZoomButton": { "alias": "withZoomButton"; "required": false; "isSignal": true; }; "tabsMode": { "alias": "tabsMode"; "required": false; "isSignal": true; }; "term": { "alias": "term"; "required": false; }; "settingsChange$": { "alias": "settingsChange$"; "required": false; "isSignal": true; }; "termSplitter": { "alias": "termSplitter"; "required": false; "isSignal": true; }; }, { "resultFocus": "resultFocus"; "resultUnfocus": "resultUnfocus"; "resultSelect": "resultSelect"; "moreResults": "moreResults"; "resultMouseenter": "resultMouseenter"; "resultMouseleave": "resultMouseleave"; }, ["templateSearchToolbar"], never, true, never>;
8377
8380
  }
8378
8381
 
8379
8382
  declare class SearchResultAddButtonComponent implements OnInit, OnDestroy {
@@ -8391,24 +8394,21 @@ declare class SearchResultAddButtonComponent implements OnInit, OnDestroy {
8391
8394
  private layersSubcriptions;
8392
8395
  private lastTimeoutRequest;
8393
8396
  private mouseInsideAdd;
8394
- layer: SearchResult;
8395
- store: EntityStore<SearchResult>;
8397
+ readonly layer: i0.InputSignal<SearchResult<Record<string, any>>>;
8398
+ readonly store: i0.InputSignal<EntityStore<SearchResult<Record<string, any>>, _igo2_common_entity.EntityState>>;
8396
8399
  /**
8397
8400
  * Whether the layer is already added to the map
8398
8401
  */
8399
- added: boolean;
8402
+ readonly added: i0.ModelSignal<boolean>;
8400
8403
  /**
8401
8404
  * The map to add the search result layer to
8402
8405
  */
8403
- map: IgoMap;
8406
+ readonly map: i0.InputSignal<IgoMap>;
8404
8407
  /**
8405
8408
  * show hide save search result in layer button
8406
8409
  */
8407
- saveSearchResultInLayer: boolean;
8408
- get color(): string;
8409
- set color(value: string);
8410
- private _color;
8411
- stores: FeatureStore<Feature>[];
8410
+ readonly saveSearchResultInLayer: i0.InputSignal<boolean>;
8411
+ readonly stores: i0.InputSignal<FeatureStore<Feature<Record<string, any>>>[]>;
8412
8412
  get allLayers(): _igo2_geo.AnyLayer[];
8413
8413
  private mediaService$$;
8414
8414
  isMobile: boolean;
@@ -8446,7 +8446,7 @@ declare class SearchResultAddButtonComponent implements OnInit, OnDestroy {
8446
8446
  addFeature(feature: SearchResult, activeStore: FeatureStore<Feature>): void;
8447
8447
  private clearLabelsOfOlGeometry;
8448
8448
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultAddButtonComponent, never>;
8449
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultAddButtonComponent, "igo-search-add-button", never, { "layer": { "alias": "layer"; "required": false; }; "store": { "alias": "store"; "required": false; }; "added": { "alias": "added"; "required": false; }; "map": { "alias": "map"; "required": false; }; "saveSearchResultInLayer": { "alias": "saveSearchResultInLayer"; "required": false; }; "color": { "alias": "color"; "required": false; }; "stores": { "alias": "stores"; "required": false; }; }, {}, never, never, true, never>;
8449
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultAddButtonComponent, "igo-search-add-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; "added": { "alias": "added"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "saveSearchResultInLayer": { "alias": "saveSearchResultInLayer"; "required": false; "isSignal": true; }; "stores": { "alias": "stores"; "required": false; "isSignal": true; }; }, { "added": "addedChange"; }, never, never, true, never>;
8450
8450
  }
8451
8451
 
8452
8452
  /**
@@ -8702,7 +8702,6 @@ declare class DirectionsComponent implements OnInit, OnDestroy {
8702
8702
  private searchService;
8703
8703
  private queryService;
8704
8704
  private messageService;
8705
- private watcher;
8706
8705
  projection: string;
8707
8706
  hasOsrmPrivateAccess: boolean;
8708
8707
  twoSourcesAvailable: boolean;
@@ -8718,16 +8717,16 @@ declare class DirectionsComponent implements OnInit, OnDestroy {
8718
8717
  previousStops: Stop[];
8719
8718
  private searchs$$;
8720
8719
  private authenticated$$;
8721
- contextUri: string;
8722
- stopsStore: StopsStore;
8723
- stopsFeatureStore: StopsFeatureStore;
8724
- routesFeatureStore: RoutesFeatureStore;
8725
- stepsFeatureStore: StepsFeatureStore;
8726
- debounce: number;
8727
- length: number;
8728
- coordRoundedDecimals: number;
8729
- zoomOnActiveRoute$: Subject<void>;
8730
- authenticated$: BehaviorSubject<boolean>;
8720
+ readonly contextUri: i0.InputSignal<string>;
8721
+ readonly stopsStore: i0.InputSignal<StopsStore>;
8722
+ readonly stopsFeatureStore: i0.InputSignal<StopsFeatureStore>;
8723
+ readonly routesFeatureStore: i0.InputSignal<RoutesFeatureStore>;
8724
+ readonly stepsFeatureStore: i0.InputSignal<StepsFeatureStore>;
8725
+ readonly debounce: i0.InputSignal<number>;
8726
+ readonly length: i0.InputSignal<number>;
8727
+ readonly coordRoundedDecimals: i0.InputSignal<number>;
8728
+ readonly zoomOnActiveRoute: i0.InputSignal<boolean>;
8729
+ readonly authenticated$: i0.InputSignal<BehaviorSubject<boolean>>;
8731
8730
  /**
8732
8731
  * Wheter one of the direction control is active
8733
8732
  * @internal
@@ -8735,6 +8734,7 @@ declare class DirectionsComponent implements OnInit, OnDestroy {
8735
8734
  get directionControlIsActive(): boolean;
8736
8735
  get interactions(): olInteraction.Interaction[];
8737
8736
  get enabledProfileHasAuthorization(): _igo2_geo.BaseDirectionsSourceOptionsProfileAuthorization;
8737
+ constructor();
8738
8738
  ngOnInit(): void;
8739
8739
  ngOnDestroy(): void;
8740
8740
  private freezeStores;
@@ -8753,18 +8753,18 @@ declare class DirectionsComponent implements OnInit, OnDestroy {
8753
8753
  onToggleDirectionsControl(isActive: boolean): void;
8754
8754
  onTogglePrivateModeControl(isActive: boolean): void;
8755
8755
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsComponent, never>;
8756
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": { "alias": "contextUri"; "required": false; }; "stopsStore": { "alias": "stopsStore"; "required": true; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": true; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "zoomOnActiveRoute$": { "alias": "zoomOnActiveRoute$"; "required": true; }; "authenticated$": { "alias": "authenticated$"; "required": true; }; }, {}, never, never, true, never>;
8756
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsComponent, "igo-directions", never, { "contextUri": { "alias": "contextUri"; "required": false; "isSignal": true; }; "stopsStore": { "alias": "stopsStore"; "required": true; "isSignal": true; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": true; "isSignal": true; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; "isSignal": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; "isSignal": true; }; "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; "isSignal": true; }; "zoomOnActiveRoute": { "alias": "zoomOnActiveRoute"; "required": true; "isSignal": true; }; "authenticated$": { "alias": "authenticated$"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
8757
8757
  }
8758
8758
 
8759
8759
  declare class DirectionsInputsComponent implements OnDestroy {
8760
8760
  private languageService;
8761
- stopsStore: StopsStore;
8762
- stopsFeatureStore: StopsFeatureStore;
8763
- projection: string;
8764
- coordRoundedDecimals: number;
8765
- debounce: number;
8766
- length: number;
8767
- stopInputHasFocus: EventEmitter<boolean>;
8761
+ readonly stopsStore: i0.InputSignal<StopsStore>;
8762
+ readonly stopsFeatureStore: i0.InputSignal<StopsFeatureStore>;
8763
+ readonly projection: i0.InputSignal<string>;
8764
+ readonly coordRoundedDecimals: i0.InputSignal<number>;
8765
+ readonly debounce: i0.InputSignal<number>;
8766
+ readonly length: i0.InputSignal<number>;
8767
+ readonly stopInputHasFocus: i0.OutputEmitterRef<boolean>;
8768
8768
  private readonly invalidKeys;
8769
8769
  private onMapClickEventKeys;
8770
8770
  stopWithHover: Stop;
@@ -8892,7 +8892,7 @@ declare class DirectionsInputsComponent implements OnDestroy {
8892
8892
  */
8893
8893
  private useCoordinatesAsStop;
8894
8894
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsInputsComponent, never>;
8895
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsInputsComponent, "igo-directions-inputs", never, { "stopsStore": { "alias": "stopsStore"; "required": true; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": true; }; "projection": { "alias": "projection"; "required": true; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stopInputHasFocus": "stopInputHasFocus"; }, never, never, true, never>;
8895
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsInputsComponent, "igo-directions-inputs", never, { "stopsStore": { "alias": "stopsStore"; "required": true; "isSignal": true; }; "stopsFeatureStore": { "alias": "stopsFeatureStore"; "required": true; "isSignal": true; }; "projection": { "alias": "projection"; "required": true; "isSignal": true; }; "coordRoundedDecimals": { "alias": "coordRoundedDecimals"; "required": false; "isSignal": true; }; "debounce": { "alias": "debounce"; "required": false; "isSignal": true; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; }, { "stopInputHasFocus": "stopInputHasFocus"; }, never, never, true, never>;
8896
8896
  }
8897
8897
 
8898
8898
  declare class DirectionsButtonsComponent {
@@ -8901,11 +8901,11 @@ declare class DirectionsButtonsComponent {
8901
8901
  private messageService;
8902
8902
  private routeService;
8903
8903
  private directionsService;
8904
- contextUri: string;
8905
- zoomOnActiveRoute$: Subject<void>;
8906
- stopsStore: StopsStore;
8907
- routesFeatureStore: RoutesFeatureStore;
8908
- stepsFeatureStore: StepsFeatureStore;
8904
+ readonly contextUri: i0.InputSignal<string>;
8905
+ readonly zoomOnActiveRoute: i0.ModelSignal<boolean>;
8906
+ readonly stopsStore: i0.InputSignal<StopsStore>;
8907
+ readonly routesFeatureStore: i0.InputSignal<RoutesFeatureStore>;
8908
+ readonly stepsFeatureStore: i0.InputSignal<StepsFeatureStore>;
8909
8909
  downloadDirectionsBtnDisabled: boolean;
8910
8910
  /**
8911
8911
  * Returns the active route from the routesFeatureStore.
@@ -8922,7 +8922,7 @@ declare class DirectionsButtonsComponent {
8922
8922
  * Triggers the zoom on the active route.
8923
8923
  *
8924
8924
  */
8925
- zoomOnActiveRoute(): void;
8925
+ setZoomOnActiveRoute(): void;
8926
8926
  /**
8927
8927
  * Copies the directions to the clipboard and displays a success message if the copy is successful.
8928
8928
  *
@@ -8959,14 +8959,14 @@ declare class DirectionsButtonsComponent {
8959
8959
  */
8960
8960
  private getLink;
8961
8961
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, never>;
8962
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": { "alias": "contextUri"; "required": true; }; "zoomOnActiveRoute$": { "alias": "zoomOnActiveRoute$"; "required": true; }; "stopsStore": { "alias": "stopsStore"; "required": true; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; }; }, {}, never, never, true, never>;
8962
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": { "alias": "contextUri"; "required": true; "isSignal": true; }; "zoomOnActiveRoute": { "alias": "zoomOnActiveRoute"; "required": true; "isSignal": true; }; "stopsStore": { "alias": "stopsStore"; "required": true; "isSignal": true; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; "isSignal": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; "isSignal": true; }; }, { "zoomOnActiveRoute": "zoomOnActiveRouteChange"; }, never, never, true, never>;
8963
8963
  }
8964
8964
 
8965
8965
  declare class DirectionsResultsComponent implements OnInit, OnDestroy {
8966
8966
  private languageService;
8967
8967
  private cdRef;
8968
- routesFeatureStore: RoutesFeatureStore;
8969
- stepsFeatureStore: StepsFeatureStore;
8968
+ readonly routesFeatureStore: i0.InputSignal<RoutesFeatureStore>;
8969
+ readonly stepsFeatureStore: i0.InputSignal<StepsFeatureStore>;
8970
8970
  activeRoute: Directions;
8971
8971
  routes: Directions[];
8972
8972
  private entities$$;
@@ -9018,7 +9018,7 @@ declare class DirectionsResultsComponent implements OnInit, OnDestroy {
9018
9018
  showStep(step: IgoStep, zoomToExtent?: boolean): void;
9019
9019
  private showRouteSegmentGeometry;
9020
9020
  static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsResultsComponent, never>;
9021
- static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsResultsComponent, "igo-directions-results", never, { "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; }; }, {}, never, never, true, never>;
9021
+ static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsResultsComponent, "igo-directions-results", never, { "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; "isSignal": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
9022
9022
  }
9023
9023
 
9024
9024
  declare class IgoDirectionsModule {
@@ -9037,17 +9037,11 @@ declare class ToastComponent {
9037
9037
  DOWN: string;
9038
9038
  };
9039
9039
  private format;
9040
- get expanded(): boolean;
9041
- set expanded(value: boolean);
9042
- private _expanded;
9043
- get map(): IgoMap;
9044
- set map(value: IgoMap);
9045
- private _map;
9046
- get feature(): Feature;
9047
- set feature(value: Feature);
9048
- private _feature;
9049
- opened: EventEmitter<boolean>;
9050
- state: FlexibleState;
9040
+ readonly expanded: i0.ModelSignal<boolean>;
9041
+ readonly map: i0.InputSignal<IgoMap>;
9042
+ readonly feature: i0.InputSignal<Feature<Record<string, any>>>;
9043
+ readonly opened: i0.OutputEmitterRef<boolean>;
9044
+ state: i0.Signal<FlexibleState>;
9051
9045
  /**
9052
9046
  * @internal
9053
9047
  */
@@ -9056,7 +9050,7 @@ declare class ToastComponent {
9056
9050
  zoomToFeatureExtent(): void;
9057
9051
  swipe(action: string): void;
9058
9052
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
9059
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "igo-toast", never, { "expanded": { "alias": "expanded"; "required": false; }; "map": { "alias": "map"; "required": false; }; "feature": { "alias": "feature"; "required": false; }; }, { "opened": "opened"; }, never, never, true, never>;
9053
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "igo-toast", never, { "expanded": { "alias": "expanded"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "feature": { "alias": "feature"; "required": false; "isSignal": true; }; }, { "expanded": "expandedChange"; "opened": "opened"; }, never, never, true, never>;
9060
9054
  }
9061
9055
 
9062
9056
  /**
@@ -9071,16 +9065,16 @@ declare class IgoToastModule {
9071
9065
 
9072
9066
  declare class OgcFilterComponent implements OnUpdateInputs, WidgetComponent {
9073
9067
  private cdRef;
9074
- layer: Layer;
9075
- map: IgoMap;
9068
+ readonly layer: i0.InputSignal<Layer>;
9069
+ readonly map: i0.InputSignal<IgoMap>;
9076
9070
  /**
9077
9071
  * Event emitted on complete
9078
9072
  */
9079
- complete: EventEmitter<void>;
9073
+ readonly complete: i0.OutputEmitterRef<void>;
9080
9074
  /**
9081
9075
  * Event emitted on cancel
9082
9076
  */
9083
- cancel: EventEmitter<void>;
9077
+ readonly cancel: i0.OutputEmitterRef<void>;
9084
9078
  /**
9085
9079
  * Implemented as part of OnUpdateInputs
9086
9080
  */
@@ -9090,7 +9084,7 @@ declare class OgcFilterComponent implements OnUpdateInputs, WidgetComponent {
9090
9084
  */
9091
9085
  onClose(): void;
9092
9086
  static ɵfac: i0.ɵɵFactoryDeclaration<OgcFilterComponent, never>;
9093
- static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterComponent, "igo-ogc-filter", never, { "layer": { "alias": "layer"; "required": false; }; "map": { "alias": "map"; "required": false; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
9087
+ static ɵcmp: i0.ɵɵComponentDeclaration<OgcFilterComponent, "igo-ogc-filter", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; }, { "complete": "complete"; "cancel": "cancel"; }, never, never, true, never>;
9094
9088
  }
9095
9089
 
9096
9090
  /**
@@ -9110,11 +9104,11 @@ declare class WorkspaceSelectorDirective implements OnInit, OnDestroy {
9110
9104
  private featureWorkspaceService;
9111
9105
  private layers$$;
9112
9106
  private entities$$;
9113
- map: IgoMap;
9114
- changeWorkspace: EventEmitter<string>;
9115
- disableSwitch: EventEmitter<boolean>;
9116
- relationLayers: EventEmitter<ImageLayer[] | VectorLayer[]>;
9117
- rowsInMapExtentCheckCondition: EventEmitter<boolean>;
9107
+ readonly map: i0.InputSignal<IgoMap>;
9108
+ readonly changeWorkspace: i0.OutputEmitterRef<string>;
9109
+ readonly disableSwitch: i0.OutputEmitterRef<boolean>;
9110
+ readonly relationLayers: i0.OutputEmitterRef<VectorLayer[] | ImageLayer[]>;
9111
+ readonly rowsInMapExtentCheckCondition: i0.OutputEmitterRef<boolean>;
9118
9112
  get workspaceStore(): WorkspaceStore;
9119
9113
  ngOnInit(): void;
9120
9114
  ngOnDestroy(): void;
@@ -9125,7 +9119,7 @@ declare class WorkspaceSelectorDirective implements OnInit, OnDestroy {
9125
9119
  private enableLayerRefreshForWorkspace;
9126
9120
  private disableAllLayerRefresh;
9127
9121
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceSelectorDirective, never>;
9128
- static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": { "alias": "map"; "required": false; }; }, { "changeWorkspace": "changeWorkspace"; "disableSwitch": "disableSwitch"; "relationLayers": "relationLayers"; "rowsInMapExtentCheckCondition": "rowsInMapExtentCheckCondition"; }, never, never, true, never>;
9122
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceSelectorDirective, "[igoWorkspaceSelector]", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; }, { "changeWorkspace": "changeWorkspace"; "disableSwitch": "disableSwitch"; "relationLayers": "relationLayers"; "rowsInMapExtentCheckCondition": "rowsInMapExtentCheckCondition"; }, never, never, true, never>;
9129
9123
  }
9130
9124
 
9131
9125
  /**
@@ -9170,7 +9164,7 @@ declare class StyleModalDrawingComponent implements OnInit {
9170
9164
  private formBuilder;
9171
9165
  private drawStyleService;
9172
9166
  data: DrawingMatDialogData;
9173
- confirmFlag: boolean;
9167
+ confirmFlag: i0.ModelSignal<boolean>;
9174
9168
  form: UntypedFormGroup;
9175
9169
  styleModalData: StyleModalData;
9176
9170
  linestringOnly: boolean;
@@ -9189,14 +9183,14 @@ declare class StyleModalDrawingComponent implements OnInit {
9189
9183
  openPicker(): void;
9190
9184
  closePicker(): void;
9191
9185
  static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalDrawingComponent, never>;
9192
- static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalDrawingComponent, "igo-style-modal-drawing", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
9186
+ static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalDrawingComponent, "igo-style-modal-drawing", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; "isSignal": true; }; }, { "confirmFlag": "confirmFlagChange"; }, never, never, true, never>;
9193
9187
  }
9194
9188
 
9195
9189
  declare class StyleModalLayerComponent implements OnInit {
9196
9190
  dialogRef: MatDialogRef<StyleModalLayerComponent, any>;
9197
9191
  private formBuilder;
9198
9192
  data: LayerMatDialogData;
9199
- confirmFlag: boolean;
9193
+ confirmFlag: i0.ModelSignal<boolean>;
9200
9194
  form: UntypedFormGroup;
9201
9195
  styleModalData: StyleModalData;
9202
9196
  linestringOnly: boolean;
@@ -9215,18 +9209,18 @@ declare class StyleModalLayerComponent implements OnInit {
9215
9209
  openPicker(): void;
9216
9210
  closePicker(): void;
9217
9211
  static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalLayerComponent, never>;
9218
- static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerComponent, "igo-style-modal-layer", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; }; }, {}, never, never, true, never>;
9212
+ static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerComponent, "igo-style-modal-layer", never, { "confirmFlag": { "alias": "confirmFlag"; "required": false; "isSignal": true; }; }, { "confirmFlag": "confirmFlagChange"; }, never, never, true, never>;
9219
9213
  }
9220
9214
 
9221
9215
  declare class StyleModalLayerButtonComponent {
9222
9216
  private dialog;
9223
- layer: VectorLayer;
9217
+ readonly layer: i0.InputSignal<VectorLayer>;
9224
9218
  /**
9225
9219
  * Open the style modal dialog box
9226
9220
  */
9227
9221
  openStyleModalDialog(): void;
9228
9222
  static ɵfac: i0.ɵɵFactoryDeclaration<StyleModalLayerButtonComponent, never>;
9229
- static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerButtonComponent, "igo-style-modal-layer-button", never, { "layer": { "alias": "layer"; "required": false; }; }, {}, never, never, true, never>;
9223
+ static ɵcmp: i0.ɵɵComponentDeclaration<StyleModalLayerButtonComponent, "igo-style-modal-layer-button", never, { "layer": { "alias": "layer"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9230
9224
  }
9231
9225
 
9232
9226
  declare class IgoStyleModule {
@@ -9397,23 +9391,23 @@ declare class CatalogBrowserComponent implements OnInit, OnDestroy {
9397
9391
  */
9398
9392
  private watcher;
9399
9393
  get resolution$(): BehaviorSubject<number>;
9400
- catalogAllowLegend: boolean;
9394
+ readonly catalogAllowLegend: i0.ModelSignal<boolean>;
9401
9395
  /**
9402
9396
  * Catalog
9403
9397
  */
9404
- catalog: Catalog;
9398
+ readonly catalog: i0.InputSignal<Catalog>;
9405
9399
  /**
9406
9400
  * Store holding the catalog's items
9407
9401
  */
9408
- store: EntityStore<CatalogItem, CatalogItemState>;
9402
+ readonly store: i0.InputSignal<EntityStore<CatalogItem, CatalogItemState>>;
9409
9403
  /**
9410
9404
  * Map to add the catalog items to
9411
9405
  */
9412
- map: IgoMap;
9406
+ readonly map: i0.InputSignal<IgoMap>;
9413
9407
  /**
9414
9408
  * Whether a group can be toggled when it's collapsed
9415
9409
  */
9416
- toggleCollapsedGroup: boolean;
9410
+ readonly toggleCollapsedGroup: i0.InputSignal<boolean>;
9417
9411
  /**
9418
9412
  * @internal
9419
9413
  */
@@ -9475,7 +9469,7 @@ declare class CatalogBrowserComponent implements OnInit, OnDestroy {
9475
9469
  */
9476
9470
  private removeGroupFromMap;
9477
9471
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserComponent, never>;
9478
- static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserComponent, "igo-catalog-browser", never, { "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; }; "catalog": { "alias": "catalog"; "required": false; }; "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never, true, never>;
9472
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserComponent, "igo-catalog-browser", never, { "catalogAllowLegend": { "alias": "catalogAllowLegend"; "required": false; "isSignal": true; }; "catalog": { "alias": "catalog"; "required": false; "isSignal": true; }; "store": { "alias": "store"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; "isSignal": true; }; }, { "catalogAllowLegend": "catalogAllowLegendChange"; }, never, never, true, never>;
9479
9473
  }
9480
9474
 
9481
9475
  /**
@@ -9524,23 +9518,23 @@ declare class CatalogLibraryComponent implements OnInit, OnDestroy {
9524
9518
  /**
9525
9519
  * Store holding the catalogs
9526
9520
  */
9527
- store: EntityStore<Catalog>;
9521
+ readonly store: i0.InputSignal<EntityStore<Catalog, _igo2_common_entity.EntityState>>;
9528
9522
  /**
9529
9523
  * Map to add the catalog items to
9530
9524
  */
9531
- map: IgoMap;
9525
+ readonly map: i0.InputSignal<IgoMap>;
9532
9526
  /**
9533
9527
  * Determine if the form to add a catalog is allowed
9534
9528
  */
9535
- addCatalogAllowed: boolean;
9529
+ readonly addCatalogAllowed: i0.InputSignal<boolean>;
9536
9530
  /**
9537
9531
  * Determine if the form to add a catalog is allowed
9538
9532
  */
9539
- predefinedCatalogs: Catalog[];
9533
+ readonly predefinedCatalogs: i0.ModelSignal<Catalog[]>;
9540
9534
  /**
9541
9535
  * Event emitted a catalog is selected or unselected
9542
9536
  */
9543
- catalogSelectChange: EventEmitter<{
9537
+ readonly catalogSelectChange: i0.OutputEmitterRef<{
9544
9538
  selected: boolean;
9545
9539
  catalog: Catalog;
9546
9540
  }>;
@@ -9568,7 +9562,7 @@ declare class CatalogLibraryComponent implements OnInit, OnDestroy {
9568
9562
  onCatalogRemove(catalog: any): void;
9569
9563
  addCatalogDialog(error?: any, addedCatalog?: Catalog): void;
9570
9564
  static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryComponent, never>;
9571
- static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryComponent, "igo-catalog-library", never, { "store": { "alias": "store"; "required": false; }; "map": { "alias": "map"; "required": false; }; "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, { "catalogSelectChange": "catalogSelectChange"; }, never, never, true, never>;
9565
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryComponent, "igo-catalog-library", never, { "store": { "alias": "store"; "required": false; "isSignal": true; }; "map": { "alias": "map"; "required": false; "isSignal": true; }; "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; "isSignal": true; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; "isSignal": true; }; }, { "predefinedCatalogs": "predefinedCatalogsChange"; "catalogSelectChange": "catalogSelectChange"; }, never, never, true, never>;
9572
9566
  }
9573
9567
 
9574
9568
  declare const CATALOG_LIBRARY_DIRECTIVES: readonly [typeof CatalogLibraryComponent, typeof AddCatalogDialogComponent];
@@ -9952,8 +9946,8 @@ declare class SliceControl {
9952
9946
  * This is still WIP.
9953
9947
  */
9954
9948
  declare class GeometryFormFieldInputComponent implements OnInit, OnDestroy, ControlValueAccessor {
9955
- private cdRef;
9956
9949
  ngControl: NgControl;
9950
+ private cdRef;
9957
9951
  private olOverlayLayer;
9958
9952
  private olGeoJSON;
9959
9953
  private ready;
@@ -10007,7 +10001,9 @@ declare class GeometryFormFieldInputComponent implements OnInit, OnDestroy, Cont
10007
10001
  /**
10008
10002
  * Control options
10009
10003
  */
10010
- controlOptions: Record<string, any>;
10004
+ controlOptions: {
10005
+ [key: string]: any;
10006
+ };
10011
10007
  /**
10012
10008
  * Style for the draw control (applies while the geometry is being drawn)
10013
10009
  */
@@ -10034,7 +10030,7 @@ declare class GeometryFormFieldInputComponent implements OnInit, OnDestroy, Cont
10034
10030
  */
10035
10031
  get olOverlaySource(): olSourceVector;
10036
10032
  set radius(value: any);
10037
- constructor();
10033
+ constructor(ngControl: NgControl);
10038
10034
  /**
10039
10035
  * Create an overlay layer, add the initial geometry to it (if any)
10040
10036
  * and toggle the right interaction.
@@ -10131,7 +10127,7 @@ declare class GeometryFormFieldInputComponent implements OnInit, OnDestroy, Cont
10131
10127
  * @param olStyle The style on which to perform the check
10132
10128
  */
10133
10129
  private getGuideStyleFromDrawStyle;
10134
- static ɵfac: i0.ɵɵFactoryDeclaration<GeometryFormFieldInputComponent, never>;
10130
+ static ɵfac: i0.ɵɵFactoryDeclaration<GeometryFormFieldInputComponent, [{ optional: true; self: true; }]>;
10135
10131
  static ɵcmp: i0.ɵɵComponentDeclaration<GeometryFormFieldInputComponent, "igo-geometry-form-field-input", never, { "map": { "alias": "map"; "required": false; }; "geometryType": { "alias": "geometryType"; "required": false; }; "drawGuide": { "alias": "drawGuide"; "required": false; }; "measure": { "alias": "measure"; "required": false; }; "drawControlIsActive": { "alias": "drawControlIsActive"; "required": false; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; }; "predefinedRadius": { "alias": "predefinedRadius"; "required": false; }; "controlOptions": { "alias": "controlOptions"; "required": false; }; "drawStyle": { "alias": "drawStyle"; "required": false; }; "overlayStyle": { "alias": "overlayStyle"; "required": false; }; "value": { "alias": "value"; "required": false; }; "radius": { "alias": "radius"; "required": false; }; }, {}, never, never, true, never>;
10136
10132
  }
10137
10133
 
@@ -10189,7 +10185,9 @@ declare class GeometryFormFieldComponent implements OnInit, OnDestroy {
10189
10185
  /**
10190
10186
  * Control options
10191
10187
  */
10192
- controlOptions: Record<string, any>;
10188
+ controlOptions: {
10189
+ [key: string]: any;
10190
+ };
10193
10191
  /**
10194
10192
  * Style for the draw control (applies while the geometry is being drawn)
10195
10193
  */
@@ -10392,7 +10390,7 @@ declare class PrintFormComponent implements OnInit {
10392
10390
  newpage: "newpage";
10393
10391
  };
10394
10392
  isPrintService: boolean;
10395
- disabled$: BehaviorSubject<boolean>;
10393
+ readonly disabled$: i0.InputSignal<BehaviorSubject<boolean>>;
10396
10394
  get imageFormat(): PrintSaveImageFormat;
10397
10395
  set imageFormat(value: PrintSaveImageFormat);
10398
10396
  get outputFormat(): PrintOutputFormat;
@@ -10435,7 +10433,7 @@ declare class PrintFormComponent implements OnInit {
10435
10433
  get titleField(): UntypedFormControl;
10436
10434
  get subtitleField(): UntypedFormControl;
10437
10435
  get legendPositionField(): UntypedFormControl;
10438
- submit: EventEmitter<PrintOptions>;
10436
+ readonly submit: i0.OutputEmitterRef<PrintOptions>;
10439
10437
  maxLength: number;
10440
10438
  constructor();
10441
10439
  ngOnInit(): void;
@@ -10443,7 +10441,7 @@ declare class PrintFormComponent implements OnInit {
10443
10441
  toggleImageSaveProp(): void;
10444
10442
  changeCommentLength(): void;
10445
10443
  static ɵfac: i0.ɵɵFactoryDeclaration<PrintFormComponent, never>;
10446
- static ɵcmp: i0.ɵɵComponentDeclaration<PrintFormComponent, "igo-print-form", never, { "disabled$": { "alias": "disabled$"; "required": false; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "comment": { "alias": "comment"; "required": false; }; "showProjection": { "alias": "showProjection"; "required": false; }; "showScale": { "alias": "showScale"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "doZipFile": { "alias": "doZipFile"; "required": false; }; "showNorth": { "alias": "showNorth"; "required": false; }; }, { "submit": "submit"; }, never, never, true, never>;
10444
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrintFormComponent, "igo-print-form", never, { "disabled$": { "alias": "disabled$"; "required": false; "isSignal": true; }; "imageFormat": { "alias": "imageFormat"; "required": false; }; "outputFormat": { "alias": "outputFormat"; "required": false; }; "paperFormat": { "alias": "paperFormat"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "legendPosition": { "alias": "legendPosition"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "comment": { "alias": "comment"; "required": false; }; "showProjection": { "alias": "showProjection"; "required": false; }; "showScale": { "alias": "showScale"; "required": false; }; "showLegend": { "alias": "showLegend"; "required": false; }; "doZipFile": { "alias": "doZipFile"; "required": false; }; "showNorth": { "alias": "showNorth"; "required": false; }; }, { "submit": "submit"; }, never, never, true, never>;
10447
10445
  }
10448
10446
 
10449
10447
  /**
@@ -11070,6 +11068,7 @@ declare class ExportNothingToExportError extends ExportError {
11070
11068
  declare class ExportService {
11071
11069
  private config;
11072
11070
  private httpClient;
11071
+ private tableDataService;
11073
11072
  static ogreFormats: Record<ExportOgreFormat, string>;
11074
11073
  static noOgreFallbacks: Partial<AnyExportFormat[]>;
11075
11074
  private ogreUrl;
@@ -11093,8 +11092,18 @@ declare class ExportService {
11093
11092
  private getFeaturesFromMap;
11094
11093
  private getFeaturesFromWorkspace;
11095
11094
  getFeatures(map: IgoMap, layer: Layer, data: ExportOptions, store: WorkspaceStore): Observable<OlFeature[]>;
11096
- getWorkspaceByLayerId(id: string, store: WorkspaceStore): Workspace;
11095
+ getWorkspaceByLayerId(id: LayerId, store: WorkspaceStore): Workspace;
11097
11096
  getGeomTypes(features: OlFeature[], format?: AnyExportFormat): GeometryCollection[];
11097
+ /**
11098
+ * Checks if the given payload exceeds the OGRE maximum allowed size (2MB).
11099
+ * @param payload The GeoJSON payload as a string.
11100
+ * @returns An Observable that throws an error if the payload is too large, or undefined if the size is acceptable.
11101
+ */
11102
+ private checkOgrePayloadSize;
11103
+ /**
11104
+ * Transform features to an export-friendly format (titles and domain values).
11105
+ */
11106
+ transformFeaturesToExportFormat(features: OlFeature<OlGeometry>[], layer: Layer): Promise<OlFeature<OlGeometry>[]>;
11098
11107
  static ɵfac: i0.ɵɵFactoryDeclaration<ExportService, never>;
11099
11108
  static ɵprov: i0.ɵɵInjectableDeclaration<ExportService>;
11100
11109
  }
@@ -11143,6 +11152,7 @@ declare class ImportService {
11143
11152
  private importFileWithOgre;
11144
11153
  private parseFeaturesFromFile;
11145
11154
  private parseFeaturesFromGeoJSON;
11155
+ computeProjections(limitations: ProjectionsLimitationsOptions): InputProjections[];
11146
11156
  static ɵfac: i0.ɵɵFactoryDeclaration<ImportService, never>;
11147
11157
  static ɵprov: i0.ɵɵInjectableDeclaration<ImportService>;
11148
11158
  }
@@ -11783,7 +11793,7 @@ declare class EditionWorkspaceService {
11783
11793
  authInterceptor?: AuthInterceptor;
11784
11794
  ws$: BehaviorSubject<string>;
11785
11795
  adding$: BehaviorSubject<boolean>;
11786
- relationLayers$: BehaviorSubject<ImageLayer[] | VectorLayer[]>;
11796
+ relationLayers$: BehaviorSubject<VectorLayer[] | ImageLayer[]>;
11787
11797
  rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
11788
11798
  loading: boolean;
11789
11799
  wktFormat: WKT;
@@ -11857,15 +11867,15 @@ declare class WorkspaceUpdatorDirective implements OnInit, OnDestroy {
11857
11867
  private featureWorkspaceService;
11858
11868
  private layers$$;
11859
11869
  private entities$$;
11860
- map: IgoMap;
11861
- workspaceStore: WorkspaceStore;
11870
+ readonly map: i0.InputSignal<IgoMap>;
11871
+ readonly workspaceStore: i0.InputSignal<WorkspaceStore>;
11862
11872
  ngOnInit(): void;
11863
11873
  ngOnDestroy(): void;
11864
11874
  private onLayersChange;
11865
11875
  private getOrCreateWorkspace;
11866
11876
  private layerIsEditable;
11867
11877
  static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceUpdatorDirective, never>;
11868
- static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceUpdatorDirective, "[igoWorkspaceUpdator]", never, { "map": { "alias": "map"; "required": false; }; "workspaceStore": { "alias": "workspaceStore"; "required": false; }; }, {}, never, never, true, never>;
11878
+ static ɵdir: i0.ɵɵDirectiveDeclaration<WorkspaceUpdatorDirective, "[igoWorkspaceUpdator]", never, { "map": { "alias": "map"; "required": false; "isSignal": true; }; "workspaceStore": { "alias": "workspaceStore"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
11869
11879
  }
11870
11880
 
11871
11881
  /**
@@ -11892,5 +11902,5 @@ declare function provideInteractiveSelectionFormWidget(): {
11892
11902
  deps: (typeof WidgetService)[];
11893
11903
  };
11894
11904
 
11895
- export { AddCatalogDialogComponent, ArcGISRestCapabilitiesLayerTypes, ArcGISRestDataSource, BaseLayersSwitcherComponent, CATALOG_DIRECTIVES, CATALOG_LIBRARY_DIRECTIVES, CadastreSearchSource, CapabilitiesService, CartoDataSource, Catalog, CatalogBrowserComponent, CatalogItemType, CatalogLibraryComponent, CatalogService, ClusterDataSource, ConfigFileToGeoDBService, ConfirmationPopupComponent, CoordinatesReverseSearchSource, CoordinatesReverseSearchSourceFactory, CoordinatesSearchResultFormatter, CoordinatesUnit, CsvSeparator, DDtoDMS, DataService, DataSource, DataSourceService, DirectionRelativePositionType, DirectionSourceKind, DirectionsButtonsComponent, DirectionsComponent, DirectionsFormat, DirectionsInputsComponent, DirectionsResultsComponent, DirectionsService, DirectionsSource, DirectionsType, DownloadButtonComponent, DownloadService, DrawComponent, DrawControl, DrawIconService, DrawStyleService, DropGeoFileDirective, EditionWorkspace, EditionWorkspaceService, EsriStyleGenerator, EventRefresh, ExportButtonComponent, ExportError, ExportFormat, ExportFormatLegacy, ExportInvalidFileError, ExportNothingToExportError, ExportService, FEATURE, FEATURE_DETAILS_DIRECTIVES, FEATURE_DIRECTIVES, FILTER_DIRECTIVES, FeatureDataSource, FeatureDetailsComponent, FeatureDetailsDirective, FeatureFormComponent, FeatureMotion, FeatureStore, FeatureStoreInMapExtentStrategy, FeatureStoreInMapResolutionStrategy, FeatureStoreLoadingLayerStrategy, FeatureStoreLoadingStrategy, FeatureStoreSearchIndexStrategy, FeatureStoreSelectionStrategy, FeatureWorkspace, FeatureWorkspaceService, FilterableDataSourcePipe, GEOMETRY_FORM_FIELD_DIRECTIVES, GeoDB, GeoNetworkService, GeoPropertiesStrategy, GeolocateButtonComponent, GeolocationOverlayType, GeometryFormFieldComponent, GeometryFormFieldInputComponent, GeometrySliceError, GeometrySliceLineStringError, GeometrySliceMultiPolygonError, GeometrySliceTooManyIntersectionError, GeometryType, GoogleLinks, HomeExtentButtonComponent, HoverFeatureDirective, IChercheReverseSearchSource, IChercheSearchResultFormatter, IChercheSearchSource, ID_GROUP_PREFIX, ILayerSearchResultFormatter, ILayerSearchSource, IMPORT_EXPORT_DIRECTIVES, IgoCatalogBrowserModule, IgoCatalogLibraryModule, IgoCatalogModule, IgoConfirmationPopupModule, IgoDirectionsModule, IgoDownloadModule, IgoDrawModule, IgoDrawingToolModule, IgoFeatureDetailsModule, IgoFeatureFormModule, IgoFeatureModule, IgoFilterModule, IgoGeoModule, IgoGeoWorkspaceModule, IgoGeometryFormFieldModule, IgoGeometryModule, IgoHttpParameterCodec, IgoImportExportModule, IgoLayerModule, IgoMap, IgoMapModule, IgoMeasureModule, IgoMeasurerModule, IgoMetadataModule, IgoOgcFilterModule, IgoPrintModule, IgoQueryModule, IgoSearchBarModule, IgoSearchModule, IgoSearchResultsModule, IgoSearchSelectorModule, IgoSearchSettingsModule, IgoStyleListModule, IgoStyleModule, IgoToastModule, IgoWktModule, IgoWorkspaceSelectorModule, IgoWorkspaceUpdatorModule, ImageArcGISRestDataSource, ImageLayer, ImageWatcher, ImportError, ImportExportComponent, ImportInvalidFileError, ImportNothingToImportError, ImportOgreServerError, ImportSRSError, ImportService, ImportSizeError, ImportUnreadableFileError, InfoSectionComponent, InsertSourceInsertDBEnum, InteractiveSelectionFormWidget, LAYER, LAYER_DIRECTIVES, LabelType, LaneType, Layer, LayerBase, LayerController, LayerDB, LayerGroup, LayerGroupBase, LayerGroupComponent, LayerItemComponent, LayerLegendComponent, LayerLegendItemComponent, LayerLegendListBindingDirective, LayerLegendListComponent, LayerListComponent, LayerListControlsEnum, LayerListToolComponent, LayerListToolService, LayerSearchComponent, LayerService, LayerUnavailableComponent, LayerUnavailableListComponent, LayerViewerBottomActionsComponent, LayerViewerComponent, LayerVisibilityButtonComponent, Linked, LinkedProperties, MAP_DIRECTIVES, MEASURER_DIRECTIVES, MEASURE_UNIT_AUTO, METADATA_DIRECTIVES, MVTDataSource, ManeuverModifier, ManeuverType, MapBase, MapBrowserComponent, MapCenterComponent, MapController, MapGeolocationController, MapOfflineDirective, MapService, MapViewAction, MapViewController, MeasureAreaUnit, MeasureAreaUnitAbbreviation, MeasureFormatPipe, MeasureLengthUnit, MeasureLengthUnitAbbreviation, MeasureType, MeasurerComponent, MenuButtonComponent, MetadataAbstractComponent, MetadataButtonComponent, MetadataService, MiniBaseMapComponent, ModifyControl, NominatimSearchSource, OGCFilterService, OSMDataSource, OfflineButtonComponent, OgcFilterButtonComponent, OgcFilterComponent, OgcFilterFormComponent, OgcFilterOperator, OgcFilterOperatorType, OgcFilterSelectionComponent, OgcFilterTimeComponent, OgcFilterTimeSliderComponent, OgcFilterWidget, OgcFilterWriter, OgcFilterableFormComponent, OgcFilterableItemComponent, OgcFilterableListBindingDirective, OgcFilterableListComponent, OgcSelectorFields, OlDragSelectInteraction, OptionsApiService, OptionsService, OsmLinks, OsrmDirectionsSource, Overlay, OverlayAction, PointerPositionDirective, PrintComponent, PrintFormComponent, PrintLegendPosition, PrintOrientation, PrintOutputFormat, PrintPaperFormat, PrintResolution, PrintSaveImageFormat, PrintService, ProjectionService, PropertyTypeDetectorService, ProposalType, QueryDirective, QueryFormat, QueryFormatMimeType, QueryHtmlTarget, QuerySearchSource, QueryService, ResponseType, RotationButtonComponent, RoutesFeatureStore, SEARCH_DIRECTIVES, SEARCH_RESULTS_DIRECTIVES, SEARCH_TYPES, STYLELIST_OPTIONS, SearchBarComponent, SearchPointerSummaryDirective, SearchResultAddButtonComponent, SearchResultMode, SearchResultsComponent, SearchSelectorComponent, SearchService, SearchSettingsComponent, SearchSource, SearchSourceKind, SearchSourceService, SliceControl, SourceDirectionsType, SpatialFilterItemComponent, SpatialFilterItemType, SpatialFilterListComponent, SpatialFilterQueryType, SpatialFilterService, SpatialFilterType, SpatialFilterTypeComponent, StepsFeatureStore, StopsFeatureStore, StopsStore, StoredQueriesReverseSearchSource, StoredQueriesSearchSource, StyleListService, StyleModalDrawingComponent, StyleModalLayerButtonComponent, StyleModalLayerComponent, StyleService, SwipeControlComponent, TileArcGISRestDataSource, TileDebugDataSource, TileLayer, TileWatcher, TimeFilterButtonComponent, TimeFilterFormComponent, TimeFilterItemComponent, TimeFilterListBindingDirective, TimeFilterListComponent, TimeFilterService, TimeFilterStyle, TimeFilterType, ToastComponent, TooltipType, TrackFeatureButtonComponent, TypeCapabilities, TypeCatalog, VectorLayer, VectorTileLayer, VectorWatcher, WFSDataSource, WFSService, WMSDataSource, WMTSDataSource, WakeLockButtonComponent, WebSocketDataSource, WfsWorkspace, WfsWorkspaceService, WktService, WorkspaceSearchSource, WorkspaceSelectorDirective, WorkspaceUpdatorDirective, XYZDataSource, ZoomButtonComponent, addLayerAndFeaturesStyledToMap, addLayerAndFeaturesToMap, addLinearRingToOlPolygon, addOrRemoveLayer, addRouteToRoutesFeatureStore, addStopToStopsFeatureStore, addStopToStore, bufferOlGeometry, buildUrl, cadastreSearchSourceFactory, checkWfsParams, clearOlGeometryMidpoints, computeBestAreaUnit, computeBestLengthUnit, computeLayerTitleFromFile, computeMVTOptionsOnHover, computeOlFeatureExtent, computeOlFeaturesDiff, computeOlFeaturesExtent, computeProjectionsConstraints, computeRelativePosition, computeStopsPosition, computeTermSimilarity, convertDDToDMS, createDefaultTileGrid, createDrawHoleInteractionStyle, createDrawInteractionStyle, createFilterInMapExtentOrResolutionStrategy, createInteractionStyle, createMeasureInteractionStyle, createMeasureLayerStyle, createOlTooltipAtPoint, createOlTooltipDrawAtPoint, createOverlayDefaultStyle, createOverlayLayer, createOverlayLayerStyle, createOverlayMarkerStyle, createTableTemplate, ctrlKeyDown, defaultCoordinatesSearchResultFormatterFactory, defaultEpsg, defaultFieldNameGeometry, defaultIChercheSearchResultFormatterFactory, defaultMaxFeatures, defaultWfsVersion, detectFileEPSG, directionsStyle, doesOlGeometryIntersects, entitiesToRowData, exportToCSV, featureFromOl, featureRandomStyle, featureRandomStyleFunction, featureToOl, featureToSearchResult, featuresAreOutOfView, featuresAreTooDeepInView, findDiff, findLayerByLinkId, findParentId, formatDistance, formatDuration, formatMeasure, formatScale, formatStep, formatWFSQueryString, generateArcgisRestIdFromSourceOptions, generateFeatureIdFromSourceOptions, generateId, generateIdFromSourceOptions, generateWMSIdFromSourceOptions, generateWMTSIdFromSourceOptions, generateWfsIdFromSourceOptions, generateXYZIdFromSourceOptions, getAllChildLayersByDeletion, getAllChildLayersByProperty, getCommonVectorSelectedStyle, getCommonVectorStyle, getFileExtension, getFormatFromOptions, getGeoServiceAction, getLayerOptionIdentifier, getLayersByDeletion, getLayersLegends, getLinkedLayersOptions, getMousePositionFromOlGeometryEvent, getOlTooltipAtCenter, getOlTooltipsAtMidpoints, getResolutionFromScale, getRootParentByDeletion, getRootParentByProperty, getRowsInMapExtent, getSaveableOgcParams, getScaleFromResolution, getSelectedOnly, getTooltipsOfOlGeometry, gmlRegex, handleFileExportError, handleFileExportSuccess, handleFileImportError, handleFileImportSuccess, handleInvalidFileImportError, handleLayerPropertyChange, handleNothingToExportError, handleNothingToImportError, handleOgreServerImportError, handleSRSImportError, handleSizeFileImportError, handleUnreadbleFileImportError, hideOlFeature, hoverFeatureMarkerStyle, ichercheReverseSearchSourceFactory, ichercheSearchSourceFactory, ilayerSearchResultFormatterFactory, ilayerSearchSourceFactory, initRoutesFeatureStore, initStepsFeatureStore, initStopsFeatureStore, interactiveSelectionFormWidgetFactory, isBaseLayer, isBaseLayerLinked, isCsvExport, isLayerGroup, isLayerGroupOptions, isLayerItem, isLayerItemOptions, isLayerLinked, isLayerLinkedOptions, isLayerLinkedTogether, isLinkMaster, isSaveableLayer, jsonRegex, layerFeatureIsQueryable, layerIsQueryable, lonLatConversion, mapExtentStrategyActiveToolTip, measureOlGeometry, measureOlGeometryArea, measureOlGeometryLength, mergeLayersOptions, metersToFeet, metersToKilometers, metersToMiles, metersToUnit, moveToOlFeatures, mtmZoneFromLonLat, noElementSelected, nominatimSearchSourceFactory, ogcFilterWidgetFactory, olLayerFeatureIsQueryable, olLayerIsQueryable, olStyleToBasicIgoStyle, optionsApiFactory, osrmDirectionsSourcesFactory, pointerPositionSummaryMarkerStyle, provideCadastreSearchSource, provideCoordinatesReverseSearchSource, provideDefaultCoordinatesSearchResultFormatter, provideDefaultIChercheSearchResultFormatter, provideDirection, provideIChercheReverseSearchSource, provideIChercheSearchSource, provideILayerSearchResultFormatter, provideILayerSearchSource, provideInteractiveSelectionFormWidget, provideNominatimSearchSource, provideOffline, provideOgcFilterWidget, provideOptionsApi, provideOsrmDirectionsSource, provideQuerySearchSource, provideSearch, provideSearchSourceService, provideStoredQueriesReverseSearchSource, provideStoredQueriesSearchSource, provideStyleListLoader, provideStyleListOptions, provideWorkspaceSearchSource, querySearchSourceFactory, removeStopFromStore, renderFeatureFromOl, roundCoordTo, roundCoordToString, scaleExtent, searchSourceServiceFactory, setRowsInMapExtent, setSelectedOnly, sliceOlGeometry, sliceOlPolygon, sortLayersByZindex, sourceCanReverseSearch, sourceCanReverseSearchAsSummary, sourceCanSearch, squareMetersToAcres, squareMetersToHectares, squareMetersToSquareFeet, squareMetersToSquareKilometers, squareMetersToSquareMiles, squareMetersToUnit, standardizeUrl, storedqueriesReverseSearchSourceFactory, storedqueriesSearchSourceFactory, stringToLonLat, translateManeuverBearing, translateManeuverModifier, tryAddLoadingStrategy, tryAddSelectionStrategy, tryBindStoreLayer, updateOlGeometryCenter, updateOlGeometryMidpoints, updateOlTooltipAtCenter, updateOlTooltipDrawAtCenter, updateOlTooltipsAtMidpoints, updateOlTooltipsDrawAtMidpoints, updateStoreSorting, utmZoneFromLonLat, viewStatesAreEqual, withCadastreSource, withCoordinatesReverseSource, withIChercheReverseSource, withIChercheSource, withILayerSource, withNominatimSource, withOsrmSource, withStoredQueriesReverseSource, withStoredQueriesSource, withWorkspaceSource, workspaceSearchSourceFactory, zoneMtm, zoneUtm };
11896
- export type { AddedChangeEmitter, AddedChangeGroupEmitter, AnyBaseOgcFilterOptions, AnyDataSource, AnyDataSourceOptions, AnyDataSourceOptionsWithParams, AnyEventName, AnyExportFormat, AnyLayer, AnyLayerBase, AnyLayerItemOptions, AnyLayerOptions, AnyPropertyOptions, AnyWorkspace, ArcGISRestCapabilitiesLayer, ArcGISRestDataSourceOptions, ArcGISRestDataSourceOptionsParams, ArcGISRestImageDataSourceOptions, BaseDirectionsSourceOptionsProfile, BaseDirectionsSourceOptionsProfileAuthorization, Buffer, CartoDataSourceOptions, CatalogItem, CatalogItemGroup, CatalogItemLayer, CatalogItemState, CatalogQueryFormatTypes, CatalogServiceOptions, ClusterDataSourceOptions, ClusterParam, ClusterRange, CollectCatalogItemsFn, CommonVectorStyleOptions, CoordinatesData, CoordinatesResponse, CoordinatesReverseData, CoordinatesReverseResponse, CreateStyle, DataSourceOptions, DatasToIDB, DatasourceEvent, DialogData, DirectionOptions, DirectionSourceFeature, Directions, DirectionsGeometry, DirectionsSourceOptions, DownloadDataSourceOptions, DownloadOptions, Draw, DrawControlOptions, DrawOptions, DrawingMatDialogData, DrawingStyle, EditionOptions, EditionWorkspaceOptions, EnvironmentOptions, ExportOgreFormat, ExportOptions, Feature, FeatureCommonVectorStyleOptions, FeatureDataSourceOptions, FeatureFormSubmitEvent, FeatureGeometry, FeatureMeta, FeatureStoreDrawStrategyOptions, FeatureStoreInMapExtentStrategyOptions, FeatureStoreInMapResolutionStrategyOptions, FeatureStoreLoadingLayerStrategyOptions, FeatureStoreLoadingStrategyOptions, FeatureStoreMeasureStrategyOptions, FeatureStoreOptions, FeatureStorePropertyTypeStrategyOptions, FeatureStoreSearchIndexStrategyOptions, FeatureStoreSelectionStrategyOptions, FeatureStoreStrategyOptions, FeatureWithDirections, FeatureWithDirectionsProperties, FeatureWithDraw, FeatureWithDrawProperties, FeatureWithMeasure, FeatureWithMeasureProperties, FeatureWithStep, FeatureWithStepProperties, FeatureWithStop, FeatureWithStopProperties, FeatureWorkspaceOptions, ForcedProperty, FormattedStep, GeoDBData, GeoDataToIDB, GeoJSONGeometry, GeoServiceDefinition, GeoWorkspaceOptions, GeoWorkspaceQueryOptions, GeolocationBuffer, GeolocationOptions, GeometryCollection, GeometryFormFieldInputs, HomeExtentButtonOptions, ICatalog, IChercheData, IChercheResponse, IChercheReverseData, IChercheReverseResponse, ICompositeCatalog, ILayerData, ILayerDataHighlight, ILayerDataSource, ILayerItemResponse, ILayerSearchSourceOptions, ILayerServiceResponse, IOfflineOptions, IOgcFiltersOptionSaveable, IOgcInterfaceFilterOptions, ISearchSourceParams, IdbInfo, IgoDomSelector, IgoLabel, IgoLogicalArrayOptions, IgoOgcFilterObject, IgoOgcSelector, IgoStep, IgoStyle, IgoStyleBase, ImageLayerOptions, ImportExportServiceOptions, InputProjections, ItemStyleOptions, LayerConfig, LayerDBData, LayerGroupOptions, LayerListControlsOptions, LayerMatDialogData, LayerOptions, LayerOptionsBase, LayerSecurityOptions, LayerToolMode, LayerType, LayerViewerOptions, LayersLink, LayersLinkProperties, Legend, LegendMapViewOptions, LegendOptions, MVTDataSourceOptions, MapAttributionOptions, MapControlsOptions, MapExtent, MapGeolocationControllerOptions, MapGeolocationState, MapOptions, MapScaleLineOptions, MapViewControllerOptions, MapViewOptions, MapViewState, MapboxStyle, Measure, MeasurerDialogData, MetadataLayerOptions, MetadataOptions, ModifyControlOptions, NominatimData, OSMDataSourceOptions, OgcAutocomplete, OgcCheckbox, OgcFilter, OgcFilterAttributeOptions, OgcFilterConditionsArrayOptions, OgcFilterDuringOptions, OgcFilterEqualToOptions, OgcFilterGreaterLessOptions, OgcFilterIsBetweenOptions, OgcFilterIsLikeOptions, OgcFilterIsNullOptions, OgcFilterSpatialOptions, OgcFilterableDataSource, OgcFilterableDataSourceOptions, OgcFiltersOptions, OgcInterfaceFilterOptions, OgcPushButton, OgcRadioButton, OgcSelect, OgcSelectorBundle, OptionsApiOptions, OsrmDirectionsSourceOptions, OsrmIntersection, OsrmLane, OsrmRouteLeg, OsrmRouteStep, OsrmStepManeuver, OsrmWaypoint, OutputLayerLegend, OverlayStyleOptions, PreloadOptions, PrintOptions, Projection, ProjectionsLimitationsOptions, QueryOptions, QueryUrlData, QueryableDataSource, QueryableDataSourceOptions, RelationOptions, Research, ReverseSearch, ReverseSearchOptions, SearchMeta, SearchResult, SearchSourceFeature, SearchSourceOptions, SearchSourceSettings, SelectorGroup, SettingOptions, SimpleGetOptions, SliceControlOptions, SliderOptionsInterface, SourceFieldsOptionsParams, SourceFieldsValidationParams, SourceProposal, SpatialFilterOptions, SpatialFilterThematic, Stop, StoreAndDrawControl, StoredQueriesData, StoredQueriesFields, StoredQueriesResponse, StoredQueriesReverseData, StoredQueriesReverseResponse, StoredQueriesReverseSearchSourceOptions, StoredQueriesSearchSourceOptions, StyleByAttribute, StyleListOptions, StyleModalData, TextPdfSizeAndMargin, TextSearch, TextSearchOptions, TileArcGISRestDataSourceOptions, TileDebugDataSourceOptions, TileGridOptions, TileLayerOptions, TimeFilterOptions, TimeFilterableDataSource, TimeFilterableDataSourceOptions, TooltipContent, TypeCapabilitiesStrings, TypeCatalogStrings, VectorAnimation, VectorLayerOptions, VectorTileLayerOptions, WFSDataSourceOptions, WFSDataSourceOptionsParams, WFSWriteGetFeatureOptions, WMSDataSourceOptions, WMSDataSourceOptionsParams, WMTSDataSourceOptions, WebSocketDataSourceOptions, WfsWorkspaceOptions, WorkspaceData, XYZDataSourceOptions, ZindexPropertyOptions, searchIndexOptions };
11905
+ export { AddCatalogDialogComponent, ArcGISRestCapabilitiesLayerTypes, ArcGISRestDataSource, BaseLayersSwitcherComponent, CATALOG_DIRECTIVES, CATALOG_LIBRARY_DIRECTIVES, CadastreSearchSource, CapabilitiesService, CartoDataSource, Catalog, CatalogBrowserComponent, CatalogItemType, CatalogLibraryComponent, CatalogService, ClusterDataSource, ConfigFileToGeoDBService, ConfirmationPopupComponent, CoordinatesReverseSearchSource, CoordinatesReverseSearchSourceFactory, CoordinatesSearchResultFormatter, CoordinatesUnit, CsvSeparator, DDtoDMS, DataService, DataSource, DataSourceService, DirectionRelativePositionType, DirectionSourceKind, DirectionsButtonsComponent, DirectionsComponent, DirectionsFormat, DirectionsInputsComponent, DirectionsResultsComponent, DirectionsService, DirectionsSource, DirectionsType, DownloadButtonComponent, DownloadService, DrawComponent, DrawControl, DrawIconService, DrawStyleService, DropGeoFileDirective, EditionWorkspace, EditionWorkspaceService, EpsgSelectorModalComponent, EsriStyleGenerator, EventRefresh, ExportButtonComponent, ExportError, ExportFormat, ExportFormatLegacy, ExportInvalidFileError, ExportNothingToExportError, ExportService, FEATURE, FEATURE_DETAILS_DIRECTIVES, FEATURE_DIRECTIVES, FILTER_DIRECTIVES, FeatureDataSource, FeatureDetailsComponent, FeatureDetailsDirective, FeatureFormComponent, FeatureMotion, FeatureStore, FeatureStoreInMapExtentStrategy, FeatureStoreInMapResolutionStrategy, FeatureStoreLoadingLayerStrategy, FeatureStoreLoadingStrategy, FeatureStoreSearchIndexStrategy, FeatureStoreSelectionStrategy, FeatureWorkspace, FeatureWorkspaceService, FilterableDataSourcePipe, GEOMETRY_FORM_FIELD_DIRECTIVES, GeoDB, GeoNetworkService, GeoPropertiesStrategy, GeolocateButtonComponent, GeolocationOverlayType, GeometryFormFieldComponent, GeometryFormFieldInputComponent, GeometrySliceError, GeometrySliceLineStringError, GeometrySliceMultiPolygonError, GeometrySliceTooManyIntersectionError, GeometryType, GoogleLinks, HomeExtentButtonComponent, HoverFeatureDirective, IChercheReverseSearchSource, IChercheSearchResultFormatter, IChercheSearchSource, ID_GROUP_PREFIX, ILayerSearchResultFormatter, ILayerSearchSource, IMPORT_EXPORT_DIRECTIVES, IgoCatalogBrowserModule, IgoCatalogLibraryModule, IgoCatalogModule, IgoConfirmationPopupModule, IgoDirectionsModule, IgoDownloadModule, IgoDrawModule, IgoDrawingToolModule, IgoFeatureDetailsModule, IgoFeatureFormModule, IgoFeatureModule, IgoFilterModule, IgoGeoModule, IgoGeoWorkspaceModule, IgoGeometryFormFieldModule, IgoGeometryModule, IgoHttpParameterCodec, IgoImportExportModule, IgoLayerModule, IgoMap, IgoMapModule, IgoMeasureModule, IgoMeasurerModule, IgoMetadataModule, IgoOgcFilterModule, IgoPrintModule, IgoQueryModule, IgoSearchBarModule, IgoSearchModule, IgoSearchResultsModule, IgoSearchSelectorModule, IgoSearchSettingsModule, IgoStyleListModule, IgoStyleModule, IgoToastModule, IgoWktModule, IgoWorkspaceSelectorModule, IgoWorkspaceUpdatorModule, ImageArcGISRestDataSource, ImageLayer, ImageWatcher, ImportError, ImportExportComponent, ImportInvalidFileError, ImportNothingToImportError, ImportOgreServerError, ImportSRSError, ImportService, ImportSizeError, ImportUnreadableFileError, InfoSectionComponent, InsertSourceInsertDBEnum, InteractiveSelectionFormWidget, LAYER, LAYER_DIRECTIVES, LabelType, LaneType, Layer, LayerBase, LayerController, LayerDB, LayerGroup, LayerGroupBase, LayerGroupComponent, LayerItemComponent, LayerLegendComponent, LayerLegendItemComponent, LayerLegendListBindingDirective, LayerLegendListComponent, LayerListComponent, LayerListControlsEnum, LayerListToolComponent, LayerListToolService, LayerSearchComponent, LayerService, LayerUnavailableComponent, LayerUnavailableListComponent, LayerViewerBottomActionsComponent, LayerViewerComponent, LayerVisibilityButtonComponent, Linked, LinkedProperties, MAP_DIRECTIVES, MEASURER_DIRECTIVES, MEASURE_UNIT_AUTO, METADATA_DIRECTIVES, MVTDataSource, ManeuverModifier, ManeuverType, MapBase, MapBrowserComponent, MapCenterComponent, MapController, MapGeolocationController, MapOfflineDirective, MapService, MapViewAction, MapViewController, MeasureAreaUnit, MeasureAreaUnitAbbreviation, MeasureFormatPipe, MeasureLengthUnit, MeasureLengthUnitAbbreviation, MeasureType, MeasurerComponent, MenuButtonComponent, MetadataAbstractComponent, MetadataButtonComponent, MetadataService, MiniBaseMapComponent, ModifyControl, NominatimSearchSource, OGCFilterService, OSMDataSource, OfflineButtonComponent, OgcFilterButtonComponent, OgcFilterComponent, OgcFilterFormComponent, OgcFilterOperator, OgcFilterOperatorType, OgcFilterSelectionComponent, OgcFilterTimeComponent, OgcFilterTimeSliderComponent, OgcFilterWidget, OgcFilterWriter, OgcFilterableFormComponent, OgcFilterableItemComponent, OgcFilterableListBindingDirective, OgcFilterableListComponent, OgcSelectorFields, OlDragSelectInteraction, OptionsApiService, OptionsService, OsmLinks, OsrmDirectionsSource, Overlay, OverlayAction, PointerPositionDirective, PrintComponent, PrintFormComponent, PrintLegendPosition, PrintOrientation, PrintOutputFormat, PrintPaperFormat, PrintResolution, PrintSaveImageFormat, PrintService, ProjectionService, PropertyTypeDetectorService, ProposalType, QueryDirective, QueryFormat, QueryFormatMimeType, QueryHtmlTarget, QuerySearchSource, QueryService, RADIUS_NAME, RotationButtonComponent, RoutesFeatureStore, SEARCH_DIRECTIVES, SEARCH_RESULTS_DIRECTIVES, SEARCH_TYPES, STYLELIST_OPTIONS, SearchBarComponent, SearchPointerSummaryDirective, SearchResultAddButtonComponent, SearchResultMode, SearchResultsComponent, SearchSelectorComponent, SearchService, SearchSettingsComponent, SearchSource, SearchSourceKind, SearchSourceService, SliceControl, SourceDirectionsType, SpatialFilterItemComponent, SpatialFilterItemType, SpatialFilterListComponent, SpatialFilterQueryType, SpatialFilterService, SpatialFilterType, SpatialFilterTypeComponent, StepsFeatureStore, StopsFeatureStore, StopsStore, StoredQueriesReverseSearchSource, StoredQueriesSearchSource, StyleListService, StyleModalDrawingComponent, StyleModalLayerButtonComponent, StyleModalLayerComponent, StyleService, SwipeControlComponent, TileArcGISRestDataSource, TileDebugDataSource, TileLayer, TileWatcher, TimeFilterButtonComponent, TimeFilterFormComponent, TimeFilterItemComponent, TimeFilterListBindingDirective, TimeFilterListComponent, TimeFilterService, TimeFilterStyle, TimeFilterType, ToastComponent, TooltipType, TrackFeatureButtonComponent, TypeCapabilities, TypeCatalog, VectorLayer, VectorTileLayer, VectorWatcher, WFSDataSource, WFSService, WMSDataSource, WMTSDataSource, WakeLockButtonComponent, WebSocketDataSource, WfsWorkspace, WfsWorkspaceService, WktService, WorkspaceSearchSource, WorkspaceSelectorDirective, WorkspaceUpdatorDirective, XYZDataSource, ZoomButtonComponent, addLayerAndFeaturesStyledToMap, addLayerAndFeaturesToMap, addLinearRingToOlPolygon, addOrRemoveLayer, addRouteToRoutesFeatureStore, addStopToStopsFeatureStore, addStopToStore, bufferOlGeometry, buildUrl, cadastreSearchSourceFactory, checkWfsParams, clearOlGeometryMidpoints, computeBestAreaUnit, computeBestLengthUnit, computeLayerTitleFromFile, computeMVTOptionsOnHover, computeOlFeatureExtent, computeOlFeaturesDiff, computeOlFeaturesExtent, computeProjectionsConstraints, computeRelativePosition, computeStopsPosition, computeTermSimilarity, convertDDToDMS, createDefaultTileGrid, createDrawHoleInteractionStyle, createDrawInteractionStyle, createFilterInMapExtentOrResolutionStrategy, createInteractionStyle, createMeasureInteractionStyle, createMeasureLayerStyle, createOlTooltipAtPoint, createOlTooltipDrawAtPoint, createOverlayDefaultStyle, createOverlayLayer, createOverlayLayerStyle, createOverlayMarkerStyle, createTableTemplate, ctrlKeyDown, defaultCoordinatesSearchResultFormatterFactory, defaultEpsg, defaultFieldNameGeometry, defaultIChercheSearchResultFormatterFactory, defaultMaxFeatures, defaultWfsVersion, detectFileEPSG, directionsStyle, doesOlGeometryIntersects, entitiesToRowData, exportToCSV, featureFromOl, featureRandomStyle, featureRandomStyleFunction, featureToOl, featureToSearchResult, featuresAreOutOfView, featuresAreTooDeepInView, findDiff, findLayerByLinkId, findParentId, formatDistance, formatDuration, formatMeasure, formatScale, formatStep, formatWFSQueryString, generateArcgisRestIdFromSourceOptions, generateFeatureIdFromSourceOptions, generateId, generateIdFromSourceOptions, generateWMSIdFromSourceOptions, generateWMTSIdFromSourceOptions, generateWfsIdFromSourceOptions, generateXYZIdFromSourceOptions, getAllChildLayersByDeletion, getAllChildLayersByProperty, getCommonVectorSelectedStyle, getCommonVectorStyle, getFileExtension, getFormatFromOptions, getGeoServiceAction, getLayerOptionIdentifier, getLayersByDeletion, getLayersLegends, getLinkedLayersOptions, getMousePositionFromOlGeometryEvent, getOlTooltipAtCenter, getOlTooltipsAtMidpoints, getResolutionFromScale, getRootParentByDeletion, getRootParentByProperty, getRowsInMapExtent, getSaveableOgcParams, getScaleFromResolution, getSelectedOnly, getTooltipsOfOlGeometry, gmlRegex, handleFileExportError, handleFileExportSuccess, handleFileImportError, handleFileImportSuccess, handleInvalidFileImportError, handleLayerPropertyChange, handleNothingToExportError, handleNothingToImportError, handleOgreServerImportError, handleSRSImportError, handleSizeFileImportError, handleUnreadbleFileImportError, hideOlFeature, hoverFeatureMarkerStyle, ichercheReverseSearchSourceFactory, ichercheSearchSourceFactory, ilayerSearchResultFormatterFactory, ilayerSearchSourceFactory, initRoutesFeatureStore, initStepsFeatureStore, initStopsFeatureStore, interactiveSelectionFormWidgetFactory, isBaseLayer, isBaseLayerLinked, isCsvExport, isLayerGroup, isLayerGroupOptions, isLayerItem, isLayerItemOptions, isLayerLinked, isLayerLinkedOptions, isLayerLinkedTogether, isLinkMaster, isSaveableLayer, jsonRegex, layerFeatureIsQueryable, layerIsQueryable, lonLatConversion, mapExtentStrategyActiveToolTip, measureOlGeometry, measureOlGeometryArea, measureOlGeometryLength, mergeLayersOptions, metersToFeet, metersToKilometers, metersToMiles, metersToUnit, moveToOlFeatures, mtmZoneFromLonLat, noElementSelected, nominatimSearchSourceFactory, ogcFilterWidgetFactory, olLayerFeatureIsQueryable, olLayerIsQueryable, olStyleToBasicIgoStyle, optionsApiFactory, osrmDirectionsSourcesFactory, pointerPositionSummaryMarkerStyle, provideCadastreSearchSource, provideCoordinatesReverseSearchSource, provideDefaultCoordinatesSearchResultFormatter, provideDefaultIChercheSearchResultFormatter, provideDirection, provideIChercheReverseSearchSource, provideIChercheSearchSource, provideILayerSearchResultFormatter, provideILayerSearchSource, provideInteractiveSelectionFormWidget, provideNominatimSearchSource, provideOffline, provideOgcFilterWidget, provideOptionsApi, provideOsrmDirectionsSource, provideQuerySearchSource, provideSearch, provideSearchSourceService, provideStoredQueriesReverseSearchSource, provideStoredQueriesSearchSource, provideStyleListLoader, provideStyleListOptions, provideWorkspaceSearchSource, querySearchSourceFactory, removeStopFromStore, renderFeatureFromOl, roundCoordTo, roundCoordToString, scaleExtent, searchSourceServiceFactory, setRowsInMapExtent, setSelectedOnly, sliceOlGeometry, sliceOlPolygon, sortLayersByZindex, sourceCanReverseSearch, sourceCanReverseSearchAsSummary, sourceCanSearch, squareMetersToAcres, squareMetersToHectares, squareMetersToSquareFeet, squareMetersToSquareKilometers, squareMetersToSquareMiles, squareMetersToUnit, standardizeUrl, storedqueriesReverseSearchSourceFactory, storedqueriesSearchSourceFactory, stringToLonLat, translateManeuverBearing, translateManeuverModifier, tryAddLoadingStrategy, tryAddSelectionStrategy, tryBindStoreLayer, updateOlGeometryCenter, updateOlGeometryMidpoints, updateOlTooltipAtCenter, updateOlTooltipDrawAtCenter, updateOlTooltipsAtMidpoints, updateOlTooltipsDrawAtMidpoints, updateStoreSorting, utmZoneFromLonLat, viewStatesAreEqual, withCadastreSource, withCoordinatesReverseSource, withIChercheReverseSource, withIChercheSource, withILayerSource, withNominatimSource, withOsrmSource, withStoredQueriesReverseSource, withStoredQueriesSource, withWorkspaceSource, workspaceSearchSourceFactory, zoneMtm, zoneUtm };
11906
+ export type { AddedChangeEmitter, AddedChangeGroupEmitter, AnyBaseOgcFilterOptions, AnyDataSource, AnyDataSourceOptions, AnyDataSourceOptionsWithParams, AnyEventName, AnyExportFormat, AnyLayer, AnyLayerBase, AnyLayerItemOptions, AnyLayerOptions, AnyPropertyOptions, AnyWorkspace, ArcGISRestCapabilitiesLayer, ArcGISRestDataSourceOptions, ArcGISRestDataSourceOptionsParams, ArcGISRestImageDataSourceOptions, BaseDirectionsSourceOptionsProfile, BaseDirectionsSourceOptionsProfileAuthorization, Buffer, CartoDataSourceOptions, CatalogItem, CatalogItemGroup, CatalogItemLayer, CatalogItemState, CatalogQueryFormatTypes, CatalogServiceOptions, ClusterDataSourceOptions, ClusterParam, ClusterRange, CollectCatalogItemsFn, CommonVectorStyleOptions, CoordinatesData, CoordinatesResponse, CoordinatesReverseData, CoordinatesReverseResponse, CreateStyle, DataSourceOptions, DatasToIDB, DatasourceEvent, DialogData, DirectionOptions, DirectionSourceFeature, Directions, DirectionsGeometry, DirectionsSourceOptions, DownloadDataSourceOptions, DownloadOptions, Draw, DrawControlOptions, DrawOptions, DrawingMatDialogData, DrawingStyle, EditionOptions, EditionWorkspaceOptions, EnvironmentOptions, ExportOgreFormat, ExportOptions, Feature, FeatureCommonVectorStyleOptions, FeatureDataSourceOptions, FeatureFormSubmitEvent, FeatureGeometry, FeatureMeta, FeatureStoreDrawStrategyOptions, FeatureStoreInMapExtentStrategyOptions, FeatureStoreInMapResolutionStrategyOptions, FeatureStoreLoadingLayerStrategyOptions, FeatureStoreLoadingStrategyOptions, FeatureStoreMeasureStrategyOptions, FeatureStoreOptions, FeatureStorePropertyTypeStrategyOptions, FeatureStoreSearchIndexStrategyOptions, FeatureStoreSelectionStrategyOptions, FeatureStoreStrategyOptions, FeatureWithDirections, FeatureWithDirectionsProperties, FeatureWithDraw, FeatureWithDrawProperties, FeatureWithMeasure, FeatureWithMeasureProperties, FeatureWithStep, FeatureWithStepProperties, FeatureWithStop, FeatureWithStopProperties, FeatureWorkspaceOptions, ForcedProperty, FormattedStep, GeoDBData, GeoDataToIDB, GeoJSONGeometry, GeoServiceDefinition, GeoWorkspaceOptions, GeoWorkspaceQueryOptions, GeolocationBuffer, GeolocationOptions, GeometryCollection, GeometryFormFieldInputs, HomeExtentButtonOptions, ICatalog, IChercheData, IChercheResponse, IChercheReverseData, IChercheReverseResponse, ICompositeCatalog, ILayerData, ILayerDataHighlight, ILayerDataSource, ILayerItemResponse, ILayerSearchSourceOptions, ILayerServiceResponse, IOfflineOptions, IOgcFiltersOptionSaveable, IOgcInterfaceFilterOptions, ISearchSourceParams, IdbInfo, IgoDomSelector, IgoLabel, IgoLogicalArrayOptions, IgoOgcFilterObject, IgoOgcSelector, IgoStep, IgoStyle, IgoStyleBase, ImageLayerOptions, ImportExportServiceOptions, InputProjections, ItemStyleOptions, LayerConfig, LayerDBData, LayerGroupOptions, LayerId, LayerListControlsOptions, LayerMatDialogData, LayerOptions, LayerOptionsBase, LayerSecurityOptions, LayerToolMode, LayerType, LayerViewerOptions, LayersLink, LayersLinkProperties, Legend, LegendMapViewOptions, LegendOptions, MVTDataSourceOptions, MapAttributionOptions, MapControlsOptions, MapExtent, MapGeolocationControllerOptions, MapGeolocationState, MapOptions, MapScaleLineOptions, MapViewControllerOptions, MapViewOptions, MapViewState, MapboxStyle, Measure, MeasurerDialogData, MetadataLayerOptions, MetadataOptions, ModifyControlOptions, NominatimData, OSMDataSourceOptions, OgcAutocomplete, OgcCheckbox, OgcFilter, OgcFilterAttributeOptions, OgcFilterConditionsArrayOptions, OgcFilterDuringOptions, OgcFilterEqualToOptions, OgcFilterGreaterLessOptions, OgcFilterIsBetweenOptions, OgcFilterIsLikeOptions, OgcFilterIsNullOptions, OgcFilterSpatialOptions, OgcFilterableDataSource, OgcFilterableDataSourceOptions, OgcFiltersOptions, OgcInterfaceFilterOptions, OgcPushButton, OgcRadioButton, OgcSelect, OgcSelectorBundle, OptionsApiOptions, OsrmDirectionsSourceOptions, OsrmIntersection, OsrmLane, OsrmRouteLeg, OsrmRouteStep, OsrmStepManeuver, OsrmWaypoint, OutputLayerLegend, OverlayStyleOptions, PreloadOptions, PrintOptions, Projection, ProjectionsLimitationsOptions, QueryOptions, QueryUrlData, QueryableDataSource, QueryableDataSourceOptions, RelationOptions, Research, ResponseType, ReverseSearch, ReverseSearchOptions, SearchMeta, SearchResult, SearchSourceFeature, SearchSourceOptions, SearchSourceSettings, SelectorGroup, SettingOptions, SimpleGetOptions, SliceControlOptions, SliderOptionsInterface, SourceFieldsOptionsParams, SourceFieldsValidationParams, SourceProposal, SpatialFilterOptions, SpatialFilterThematic, Stop, StoreAndDrawControl, StoredQueriesData, StoredQueriesFields, StoredQueriesResponse, StoredQueriesReverseData, StoredQueriesReverseResponse, StoredQueriesReverseSearchSourceOptions, StoredQueriesSearchSourceOptions, StyleByAttribute, StyleListOptions, StyleModalData, TextPdfSizeAndMargin, TextSearch, TextSearchOptions, TileArcGISRestDataSourceOptions, TileDebugDataSourceOptions, TileGridOptions, TileLayerOptions, TimeFilterOptions, TimeFilterableDataSource, TimeFilterableDataSourceOptions, TooltipContent, TypeCapabilitiesStrings, TypeCatalogStrings, VectorAnimation, VectorLayerOptions, VectorTileLayerOptions, WFSDataSourceOptions, WFSDataSourceOptionsParams, WFSWriteGetFeatureOptions, WMSDataSourceOptions, WMSDataSourceOptionsParams, WMTSDataSourceOptions, WebSocketDataSourceOptions, WfsWorkspaceOptions, WorkspaceData, XYZDataSourceOptions, ZindexPropertyOptions, searchIndexOptions };