@siemens/maps-ng 48.5.1 → 48.5.2
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,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _siemens_element_translate_ng_translate_types from '@siemens/element-translate-ng/translate-types';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
|
3
3
|
import { ElementRef, Type, ViewContainerRef, TemplateRef, AfterViewInit, OnChanges, OnDestroy, AfterViewChecked, SimpleChanges } from '@angular/core';
|
|
4
4
|
import Map from 'ol/Map';
|
|
@@ -27,7 +27,7 @@ declare class SiMapTooltipComponent {
|
|
|
27
27
|
* t(() =>$localize`:@@SI_MAPS.TOOLTIP_MORE_TEXT:and {{length}} more...`)
|
|
28
28
|
* ```
|
|
29
29
|
*/
|
|
30
|
-
readonly moreText: _angular_core.InputSignal<
|
|
30
|
+
readonly moreText: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
|
|
31
31
|
/**
|
|
32
32
|
* Adds the maximum length of a string thats allowed in a tooltip and if its longer it cuts off the rest and adds 3 dots at the end.
|
|
33
33
|
* If set to -1, it will not cut off the string.
|
|
@@ -509,7 +509,7 @@ declare class SiMapComponent implements AfterViewInit, OnChanges, OnDestroy, Aft
|
|
|
509
509
|
* t(() => $localize`:@@SI_MAPS.TOOLTIP_MORE_TEXT:and {{length}} more...`)
|
|
510
510
|
* ```
|
|
511
511
|
*/
|
|
512
|
-
readonly moreText: _angular_core.InputSignal<
|
|
512
|
+
readonly moreText: _angular_core.InputSignal<_siemens_element_translate_ng_translate_types.TranslatableString>;
|
|
513
513
|
/**
|
|
514
514
|
* Show multiple worlds, including points that cross the 180th meridian.
|
|
515
515
|
*
|
|
@@ -567,10 +567,10 @@ declare class SiMapComponent implements AfterViewInit, OnChanges, OnDestroy, Aft
|
|
|
567
567
|
features: Feature[];
|
|
568
568
|
selected?: Feature;
|
|
569
569
|
targetFeature?: Feature;
|
|
570
|
-
protected attributionsLabel:
|
|
571
|
-
protected zoomInLabel:
|
|
572
|
-
protected zoomOutLabel:
|
|
573
|
-
protected zoomToDefaultLabel:
|
|
570
|
+
protected attributionsLabel: _siemens_element_translate_ng_translate_types.TranslatableString;
|
|
571
|
+
protected zoomInLabel: _siemens_element_translate_ng_translate_types.TranslatableString;
|
|
572
|
+
protected zoomOutLabel: _siemens_element_translate_ng_translate_types.TranslatableString;
|
|
573
|
+
protected zoomToDefaultLabel: _siemens_element_translate_ng_translate_types.TranslatableString;
|
|
574
574
|
protected clusterInteraction?: SelectCluster;
|
|
575
575
|
private selectedCluster?;
|
|
576
576
|
private darkTheme;
|