adb-shared 6.2.12 → 6.2.13

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.12",
3
+ "version": "6.2.13",
4
4
  "author": "ADB",
5
5
  "license": "ISC",
6
6
  "peerDependencies": {
@@ -1013,17 +1013,12 @@ declare class AdbMapFilters implements OnInit, OnDestroy {
1013
1013
  private router;
1014
1014
  private activatedRoute;
1015
1015
  inline: boolean;
1016
- private static AlienSpecies;
1017
1016
  static datasets: string[];
1018
1017
  artfakta: string;
1019
1018
  subscriptions: Subscription;
1020
1019
  form: FormGroup;
1021
1020
  thisYear: Date;
1022
1021
  lastYear: Date;
1023
- dateConfig: {
1024
- minDate: any;
1025
- maxDate: Date;
1026
- };
1027
1022
  queryParamsMap: ParamMap;
1028
1023
  hasOwnArea: boolean;
1029
1024
  geo: GeoJsonFeature;
@@ -1043,6 +1038,13 @@ declare class AdbMapFilters implements OnInit, OnDestroy {
1043
1038
  taxaLists: any[];
1044
1039
  hasTaxonInUrlParameter: any;
1045
1040
  dsControls: any;
1041
+ dateStartConfig: {
1042
+ maxDate: Date;
1043
+ };
1044
+ dateEndConfig: {
1045
+ minDate: Date;
1046
+ maxDate: Date;
1047
+ };
1046
1048
  constructor(cdr: ChangeDetectorRef, config: AdbMapConfigService, http: HttpClient, router: Router, activatedRoute: ActivatedRoute);
1047
1049
  ngOnInit(): void;
1048
1050
  removeArea(index: number): void;