@igo2/geo 18.0.1-next.2 → 19.0.0-next.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.
@@ -1,3 +1,4 @@
1
+ import { Clipboard } from '@angular/cdk/clipboard';
1
2
  import { LanguageService } from '@igo2/core/language';
2
3
  import { MessageService } from '@igo2/core/message';
3
4
  import { RouteService } from '@igo2/core/route';
@@ -7,6 +8,7 @@ import { FeatureWithDirections } from '../shared/directions.interface';
7
8
  import { RoutesFeatureStore, StepsFeatureStore, StopsStore } from '../shared/store';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class DirectionsButtonsComponent {
11
+ private clipboard;
10
12
  private languageService;
11
13
  private messageService;
12
14
  private routeService;
@@ -17,7 +19,7 @@ export declare class DirectionsButtonsComponent {
17
19
  routesFeatureStore: RoutesFeatureStore;
18
20
  stepsFeatureStore: StepsFeatureStore;
19
21
  downloadDirectionsBtnDisabled: boolean;
20
- constructor(languageService: LanguageService, messageService: MessageService, routeService: RouteService, directionsService: DirectionsService);
22
+ constructor(clipboard: Clipboard, languageService: LanguageService, messageService: MessageService, routeService: RouteService, directionsService: DirectionsService);
21
23
  /**
22
24
  * Returns the active route from the routesFeatureStore.
23
25
  *
@@ -69,6 +71,6 @@ export declare class DirectionsButtonsComponent {
69
71
  * @return {string | undefined} The generated link, or undefined if the route service is not available.
70
72
  */
71
73
  private getLink;
72
- static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, [null, null, { optional: true; }, null]>;
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectionsButtonsComponent, [null, null, null, { optional: true; }, null]>;
73
75
  static ɵcmp: i0.ɵɵComponentDeclaration<DirectionsButtonsComponent, "igo-directions-buttons", never, { "contextUri": { "alias": "contextUri"; "required": true; }; "zoomOnActiveRoute$": { "alias": "zoomOnActiveRoute$"; "required": true; }; "stopsStore": { "alias": "stopsStore"; "required": true; }; "routesFeatureStore": { "alias": "routesFeatureStore"; "required": true; }; "stepsFeatureStore": { "alias": "stepsFeatureStore"; "required": true; }; }, {}, never, never, true, never>;
74
76
  }
@@ -1,3 +1,4 @@
1
+ import { Clipboard } from '@angular/cdk/clipboard';
1
2
  import { HttpClient } from '@angular/common/http';
2
3
  import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
3
4
  import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
@@ -10,6 +11,7 @@ import { SearchSource } from '../../search/shared/sources/source';
10
11
  import { Feature } from '../shared';
11
12
  import * as i0 from "@angular/core";
12
13
  export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
14
+ private clipboard;
13
15
  private http;
14
16
  private cdRef;
15
17
  private sanitizer;
@@ -38,7 +40,7 @@ export declare class FeatureDetailsComponent implements OnInit, OnDestroy {
38
40
  * @internal
39
41
  */
40
42
  get icon(): string;
41
- constructor(http: HttpClient, cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService, messageService: MessageService, configService: ConfigService);
43
+ constructor(clipboard: Clipboard, http: HttpClient, cdRef: ChangeDetectorRef, sanitizer: DomSanitizer, networkService: NetworkService, messageService: MessageService, configService: ConfigService);
42
44
  ngOnInit(): void;
43
45
  ngOnDestroy(): void;
44
46
  urlSanitizer(value: any): SafeResourceUrl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igo2/geo",
3
- "version": "18.0.1-next.2",
3
+ "version": "19.0.0-next.2",
4
4
  "description": "IGO Library",
5
5
  "author": "IGO Community",
6
6
  "keywords": [
@@ -48,10 +48,10 @@
48
48
  "@angular/material": "^19.0.0",
49
49
  "@angular/material-moment-adapter": "^19.0.0",
50
50
  "@angular/platform-browser": "^19.0.0",
51
- "@igo2/auth": "^18.0.1-next.2",
52
- "@igo2/common": "^18.0.1-next.2",
53
- "@igo2/core": "^18.0.1-next.2",
54
- "@igo2/utils": "^18.0.1-next.2",
51
+ "@igo2/auth": "^19.0.0-next.2",
52
+ "@igo2/common": "^19.0.0-next.2",
53
+ "@igo2/core": "^19.0.0-next.2",
54
+ "@igo2/utils": "^19.0.0-next.2",
55
55
  "@mat-datetimepicker/core": "^15.0.1",
56
56
  "file-saver": "^2.0.2",
57
57
  "flexsearch": "0.7.21",