@aggdirect/coolmap 5.0.2 → 5.0.4
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/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { OnInit, AfterViewInit, OnChanges, ElementRef, SimpleChanges } from '@angular/core';
|
|
3
3
|
import * as lucide_angular from 'lucide-angular';
|
|
4
|
-
import * as
|
|
5
|
-
import { CoolmapService, UtilsService, MapboxService, CoolmapRoute } from 'coolmap-services';
|
|
4
|
+
import * as _aggdirect_coolmap_services from '@aggdirect/coolmap-services';
|
|
5
|
+
import { CoolmapService, UtilsService, MapboxService, CoolmapRoute } from '@aggdirect/coolmap-services';
|
|
6
6
|
import { FormGroup, FormControl } from '@angular/forms';
|
|
7
7
|
|
|
8
8
|
declare class Coolmap {
|
|
@@ -24,7 +24,7 @@ declare class CoolmapComponent implements OnInit, AfterViewInit, OnChanges {
|
|
|
24
24
|
mapContainer: ElementRef;
|
|
25
25
|
coolmapService: CoolmapService;
|
|
26
26
|
utils: UtilsService;
|
|
27
|
-
config:
|
|
27
|
+
config: _aggdirect_coolmap_services.CoolmapConfigModel;
|
|
28
28
|
mapService: MapboxService;
|
|
29
29
|
showRouteList: boolean;
|
|
30
30
|
addRouteModal: boolean;
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aggdirect/coolmap",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.3.0",
|
|
6
6
|
"@angular/core": "^20.3.0",
|
|
7
|
-
"@aggdirect/coolmap-services": "4.0.
|
|
7
|
+
"@aggdirect/coolmap-services": "^4.0.3"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0"
|