@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 _siemens_element_translate_ng from '@siemens/element-translate-ng';
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<_siemens_element_translate_ng.TranslatableString>;
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<_siemens_element_translate_ng.TranslatableString>;
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: _siemens_element_translate_ng.TranslatableString;
571
- protected zoomInLabel: _siemens_element_translate_ng.TranslatableString;
572
- protected zoomOutLabel: _siemens_element_translate_ng.TranslatableString;
573
- protected zoomToDefaultLabel: _siemens_element_translate_ng.TranslatableString;
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/maps-ng",
3
3
  "description": "Element maps library based on OpenLayers.",
4
- "version": "48.5.1",
4
+ "version": "48.5.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",