@aggdirect/coolmap 2.4.5 → 2.4.7
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/esm2020/lib/component/add-route/add-route.component.mjs +15 -8
- package/esm2020/lib/component/job-code/job-code.component.mjs +8 -9
- package/esm2020/lib/component/map/map.component.mjs +2 -2
- package/esm2020/lib/component/nav/layout/add-route-nav/add-route-nav.component.mjs +6 -6
- package/esm2020/lib/component/nav/layout/job-code-nav/job-code-nav.component.mjs +4 -4
- package/esm2020/lib/component/nav/nav.component.mjs +2 -2
- package/esm2020/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.mjs +2 -2
- package/esm2020/lib/component/route-jobcode-list/route-jobcode-list.component.mjs +2 -2
- package/esm2020/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.mjs +2 -2
- package/esm2020/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.mjs +12 -8
- package/esm2020/lib/component/shared/estimation-display/estimation-display.component.mjs +2 -2
- package/esm2020/lib/component/shared/job-route-list/job-route-list.component.mjs +2 -2
- package/esm2020/lib/component/shared/jobcode-overview/jobcode-overview.component.mjs +2 -2
- package/esm2020/lib/component/shared/jobcode-status/jobcode-status.component.mjs +1 -1
- package/esm2020/lib/coolmap.module.mjs +1 -1
- package/fesm2015/aggdirect-coolmap.mjs +39 -27
- package/fesm2015/aggdirect-coolmap.mjs.map +1 -1
- package/fesm2020/aggdirect-coolmap.mjs +37 -27
- package/fesm2020/aggdirect-coolmap.mjs.map +1 -1
- package/lib/component/add-route/add-route.component.d.ts +1 -1
- package/lib/component/job-code/job-code.component.d.ts +1 -1
- package/lib/component/map/map.component.d.ts +1 -1
- package/lib/component/nav/layout/add-route-nav/add-route-nav.component.d.ts +1 -1
- package/lib/component/nav/layout/job-code-nav/job-code-nav.component.d.ts +1 -1
- package/lib/component/nav/nav.component.d.ts +1 -1
- package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts +1 -1
- package/lib/component/route-jobcode-list/route-jobcode-list.component.d.ts +1 -1
- package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts +3 -2
- package/lib/component/shared/job-route-list/job-route-list.component.d.ts +1 -1
- package/lib/component/shared/jobcode-status/jobcode-status.component.d.ts +1 -1
- package/lib/coolmap.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { ElementRef, OnInit, EventEmitter, SimpleChanges, OnChanges, OnDestroy }
|
|
|
2
2
|
import { FormGroup } from '@angular/forms';
|
|
3
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
4
|
import { MatDialog } from '@angular/material/dialog';
|
|
5
|
-
import { CoolmapConfigModel, CoolmapService, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
5
|
+
import { CoolmapConfigModel, CoolmapService, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class AddRouteComponent implements OnInit, OnChanges, OnDestroy {
|
|
8
8
|
coolMapService: CoolmapService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
2
2
|
import { OnInit, EventEmitter, OnDestroy } from '@angular/core';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
|
-
import { CoolmapConfigModel, CoolmapService, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
4
|
+
import { CoolmapConfigModel, CoolmapService, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class JobCodeComponent implements OnInit, OnDestroy {
|
|
7
7
|
utils: UtilsService;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { CoolmapService } from '@aggdirect/coolmap-services';
|
|
2
|
+
import { CoolmapService } from '@aggdirect/coolmap-services-test';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class MapComponent implements OnDestroy {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, SimpleChanges, OnDestroy } from '@angular/core';
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CoolmapConfigModel, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
3
|
+
import { CoolmapConfigModel, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -3,7 +3,7 @@ import { MatDatepickerInputEvent } from '@angular/material/datepicker';
|
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
|
-
import { CoolmapConfigModel, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
6
|
+
import { CoolmapConfigModel, CustomerRepoDetailsModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
interface Filter {
|
|
9
9
|
name?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { CoolmapService, UtilsService } from '@aggdirect/coolmap-services';
|
|
2
|
+
import { CoolmapService, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
3
3
|
import { Subject } from 'rxjs';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class NavComponent implements OnDestroy {
|
package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { CoolmapConfigModel, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
2
|
+
import { CoolmapConfigModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class JobCodeListCardComponent {
|
|
5
5
|
utils: UtilsService;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { SelectionModel } from '@angular/cdk/collections';
|
|
3
3
|
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
4
|
+
import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class RouteJobCodeListComponent implements OnInit, OnChanges {
|
|
7
7
|
coolMap: CoolmapService;
|
package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
1
|
+
import { CoolmapConfigModel, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ViewRouteListCardComponent {
|
|
4
4
|
utils: UtilsService;
|
|
5
|
+
config: CoolmapConfigModel;
|
|
5
6
|
route: Route;
|
|
6
7
|
emitrouteevent: any;
|
|
7
|
-
constructor(utils: UtilsService);
|
|
8
|
+
constructor(utils: UtilsService, config: CoolmapConfigModel);
|
|
8
9
|
detailsDict(event: boolean | string, route: Route): void;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewRouteListCardComponent, never>;
|
|
10
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<ViewRouteListCardComponent, "app-view-route-list-card", never, { "route": "route"; "emitrouteevent": "emitrouteevent"; }, {}, never, never, false>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
|
|
3
|
+
import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services-test';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class JobRouteListComponent {
|
package/lib/coolmap.module.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { CoolmapConfigModel } from '@aggdirect/coolmap-services';
|
|
2
|
+
import { CoolmapConfigModel } from '@aggdirect/coolmap-services-test';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "./component/map/map.component";
|
|
5
5
|
import * as i2 from "./component/nav/nav.component";
|