@regionerne/gis-komponent 0.0.73 → 0.0.75
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.
|
@@ -20,10 +20,6 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
|
|
|
20
20
|
private readonly _drawLayerService;
|
|
21
21
|
private readonly _showHoverInfoService;
|
|
22
22
|
private readonly _printHelper;
|
|
23
|
-
showToolbox: boolean;
|
|
24
|
-
showActiveObjects: boolean;
|
|
25
|
-
showLegendList: boolean;
|
|
26
|
-
showMapSearch: boolean;
|
|
27
23
|
identifier: string;
|
|
28
24
|
settings: GisKomponentSettings | undefined;
|
|
29
25
|
toolbarRef: ElementRef;
|
|
@@ -39,9 +35,6 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
|
|
|
39
35
|
layerPanelCollapsed: boolean;
|
|
40
36
|
activeObjectsCollapsed: boolean;
|
|
41
37
|
conflictsCollapsed: boolean;
|
|
42
|
-
showConflicts: boolean;
|
|
43
|
-
showObjects: boolean;
|
|
44
|
-
activeObjectsReady: boolean;
|
|
45
38
|
profiles: IProfile[];
|
|
46
39
|
selectedProfile: IProfileDetailed;
|
|
47
40
|
profileShowToolbox: boolean;
|
|
@@ -70,11 +63,9 @@ export declare class GisKomponentComponent implements OnInit, OnDestroy {
|
|
|
70
63
|
private _handleShowScale;
|
|
71
64
|
ngOnInit(): void;
|
|
72
65
|
private _addRotateControl;
|
|
73
|
-
toggleShowConflicts(): void;
|
|
74
|
-
toggleShowObjects(): void;
|
|
75
66
|
toggleToolbar(): void;
|
|
76
67
|
toggleLayerPanel(): void;
|
|
77
68
|
toggleActiveObjectsCollapsed(): void;
|
|
78
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<GisKomponentComponent, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GisKomponentComponent, "gis-komponent", never, { "
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GisKomponentComponent, "gis-komponent", never, { "identifier": { "alias": "identifier"; "required": true; }; "settings": { "alias": "settings"; "required": false; }; }, { "sessionDone": "sessionDone"; "featuresChanged": "featuresChanged"; }, never, never, true, never>;
|
|
80
71
|
}
|
|
@@ -151,6 +151,7 @@ export declare class ToolboxComponent implements OnInit, OnChanges {
|
|
|
151
151
|
toggleShowInfo(): void;
|
|
152
152
|
onSnapChange(event: Event): void;
|
|
153
153
|
ReadWKT(): void;
|
|
154
|
+
private _translateGeometryType;
|
|
154
155
|
private _drawPolygon;
|
|
155
156
|
setCenterPoint(): void;
|
|
156
157
|
private _actionSource;
|