@igo2/integration 19.0.0-next.1 → 19.0.0-next.3

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.
@@ -1,4 +1,5 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
1
+ import { Clipboard } from '@angular/cdk/clipboard';
2
+ import { OnDestroy, OnInit } from '@angular/core';
2
3
  import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
3
4
  import { ConfigService } from '@igo2/core/config';
4
5
  import { LanguageService } from '@igo2/core/language';
@@ -12,10 +13,10 @@ import * as i0 from "@angular/core";
12
13
  * Tool to display the coordinates and a cursor of the center of the map
13
14
  */
14
15
  export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
16
+ private clipboard;
15
17
  mapState: MapState;
16
18
  private languageService;
17
19
  private messageService;
18
- private cdRef;
19
20
  private storageService;
20
21
  private config;
21
22
  private formBuilder;
@@ -39,7 +40,7 @@ export declare class AdvancedCoordinatesComponent implements OnInit, OnDestroy {
39
40
  set inputProj(value: InputProjections);
40
41
  get projectionsLimitations(): ProjectionsLimitationsOptions;
41
42
  set projectionsLimitations(value: ProjectionsLimitationsOptions);
42
- constructor(mapState: MapState, languageService: LanguageService, messageService: MessageService, cdRef: ChangeDetectorRef, storageService: StorageService, config: ConfigService, formBuilder: UntypedFormBuilder);
43
+ constructor(clipboard: Clipboard, mapState: MapState, languageService: LanguageService, messageService: MessageService, storageService: StorageService, config: ConfigService, formBuilder: UntypedFormBuilder);
43
44
  /**
44
45
  * Listen a state of the map, a state of a form, update the coordinates
45
46
  */
@@ -1,3 +1,4 @@
1
+ import { Clipboard } from '@angular/cdk/clipboard';
1
2
  import { OnDestroy, OnInit } from '@angular/core';
2
3
  import { MatRadioChange } from '@angular/material/radio';
3
4
  import { EntityTableComponent, EntityTableTemplate } from '@igo2/common/entity';
@@ -8,6 +9,7 @@ import { MapProximityState } from '../map-proximity.state';
8
9
  import { MapState } from '../map.state';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class MapProximityToolComponent implements OnInit, OnDestroy {
12
+ private clipboard;
11
13
  mapState: MapState;
12
14
  mapProximityState: MapProximityState;
13
15
  private languageService;
@@ -24,7 +26,7 @@ export declare class MapProximityToolComponent implements OnInit, OnDestroy {
24
26
  * @internal
25
27
  */
26
28
  tableTemplate: EntityTableTemplate;
27
- constructor(mapState: MapState, mapProximityState: MapProximityState, languageService: LanguageService, messageService: MessageService);
29
+ constructor(clipboard: Clipboard, mapState: MapState, mapProximityState: MapProximityState, languageService: LanguageService, messageService: MessageService);
28
30
  ngOnInit(): void;
29
31
  ngOnDestroy(): void;
30
32
  onLocationTypeChange(e: MatRadioChange): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/integration",
3
- "version": "19.0.0-next.1",
3
+ "version": "19.0.0-next.3",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -30,12 +30,12 @@
30
30
  "peerDependencies": {
31
31
  "@angular/common": "^19.0.0",
32
32
  "@angular/core": "^19.0.0",
33
- "@igo2/auth": "^19.0.0-next.1",
34
- "@igo2/context": "^19.0.0-next.1",
35
- "@igo2/geo": "^19.0.0-next.1",
33
+ "@igo2/auth": "^19.0.0-next.3",
34
+ "@igo2/context": "^19.0.0-next.3",
35
+ "@igo2/geo": "^19.0.0-next.3",
36
36
  "@turf/point-on-feature": "^6.5.0",
37
37
  "jspdf": "^3.0.0",
38
- "jspdf-autotable": "^3.8.4",
38
+ "jspdf-autotable": "^4.0.0",
39
39
  "rxjs": "^7.8.0"
40
40
  },
41
41
  "engines": {