adb-shared 6.3.2 → 7.0.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.3.2",
3
+ "version": "7.0.0",
4
4
  "author": "ADB",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">= 19.x",
@@ -16,7 +16,6 @@ interface AdbMapConfig {
16
16
  api: string;
17
17
  artfaktaTaxonLists: string;
18
18
  observationPage?: string;
19
- locationPage?: string;
20
19
  dynamic?: boolean;
21
20
  filters?: AdbMapFilterType[];
22
21
  log?: boolean;
@@ -47,7 +46,6 @@ declare class AdbMapConfigService {
47
46
  readonly taxaListsApi: string;
48
47
  readonly filters: VisibleFilters;
49
48
  readonly observationPage: string;
50
- readonly locationPage: string;
51
49
  readonly dynamic: boolean;
52
50
  constructor(config: AdbMapConfig);
53
51
  private hasFilter;
@@ -60,9 +58,6 @@ declare class AdbObsMapComponent implements AfterViewInit, OnInit, OnDestroy {
60
58
  private config;
61
59
  private router;
62
60
  private http;
63
- private static readonly LOCATION_MARKER_COLOR;
64
- private static readonly OBS_MARKER_COLOR;
65
- private static readonly UNCERTAINTY_COLOR;
66
61
  private subscriptions;
67
62
  error: null;
68
63
  mapLoading: i0.WritableSignal<boolean>;
@@ -85,7 +80,6 @@ declare class AdbObsMapComponent implements AfterViewInit, OnInit, OnDestroy {
85
80
  private loadFeature;
86
81
  private buildMap;
87
82
  private getMapBoundsToBbox;
88
- private createPointLayer;
89
83
  private getPolygonStyle;
90
84
  ngOnDestroy(): void;
91
85
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbObsMapComponent, never>;
@@ -559,7 +559,6 @@ declare class AdbHelpButtonComponent implements OnInit {
559
559
  private elementRef;
560
560
  showHelp: boolean;
561
561
  buttonClass: string;
562
- iconClass: string;
563
562
  label: string;
564
563
  id: number;
565
564
  onClickDoc(event: MouseEvent): void;
@@ -567,7 +566,7 @@ declare class AdbHelpButtonComponent implements OnInit {
567
566
  ngOnInit(): void;
568
567
  onClose(): void;
569
568
  static ɵfac: i0.ɵɵFactoryDeclaration<AdbHelpButtonComponent, never>;
570
- static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "buttonClass": { "alias": "buttonClass"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
569
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdbHelpButtonComponent, "adb-help-button", never, { "buttonClass": { "alias": "buttonClass"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
571
570
  }
572
571
 
573
572
  declare class AdbButtonsModule {