adb-shared 6.2.26 → 6.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-shared",
3
- "version": "6.2.26",
3
+ "version": "6.3.0",
4
4
  "author": "ADB",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">= 19.x",
@@ -79,8 +79,8 @@ declare class AdbObsMapComponent implements AfterViewInit, OnInit, OnDestroy {
79
79
  private onUserInputRoute;
80
80
  private loadFeature;
81
81
  private buildMap;
82
- private getPolygonClassName;
83
82
  private getMapBoundsToBbox;
83
+ private getPolygonStyle;
84
84
  ngOnDestroy(): void;
85
85
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbObsMapComponent, never>;
86
86
  static ɵcmp: i0.ɵɵComponentDeclaration<AdbObsMapComponent, "adb-obs-map", never, {}, {}, never, never, false, never>;