@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.
Files changed (32) hide show
  1. package/esm2020/lib/component/add-route/add-route.component.mjs +15 -8
  2. package/esm2020/lib/component/job-code/job-code.component.mjs +8 -9
  3. package/esm2020/lib/component/map/map.component.mjs +2 -2
  4. package/esm2020/lib/component/nav/layout/add-route-nav/add-route-nav.component.mjs +6 -6
  5. package/esm2020/lib/component/nav/layout/job-code-nav/job-code-nav.component.mjs +4 -4
  6. package/esm2020/lib/component/nav/nav.component.mjs +2 -2
  7. package/esm2020/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.mjs +2 -2
  8. package/esm2020/lib/component/route-jobcode-list/route-jobcode-list.component.mjs +2 -2
  9. package/esm2020/lib/component/route-jobcode-list/sms-card-details-overview/sms-card-details-overview.component.mjs +2 -2
  10. package/esm2020/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.mjs +12 -8
  11. package/esm2020/lib/component/shared/estimation-display/estimation-display.component.mjs +2 -2
  12. package/esm2020/lib/component/shared/job-route-list/job-route-list.component.mjs +2 -2
  13. package/esm2020/lib/component/shared/jobcode-overview/jobcode-overview.component.mjs +2 -2
  14. package/esm2020/lib/component/shared/jobcode-status/jobcode-status.component.mjs +1 -1
  15. package/esm2020/lib/coolmap.module.mjs +1 -1
  16. package/fesm2015/aggdirect-coolmap.mjs +39 -27
  17. package/fesm2015/aggdirect-coolmap.mjs.map +1 -1
  18. package/fesm2020/aggdirect-coolmap.mjs +37 -27
  19. package/fesm2020/aggdirect-coolmap.mjs.map +1 -1
  20. package/lib/component/add-route/add-route.component.d.ts +1 -1
  21. package/lib/component/job-code/job-code.component.d.ts +1 -1
  22. package/lib/component/map/map.component.d.ts +1 -1
  23. package/lib/component/nav/layout/add-route-nav/add-route-nav.component.d.ts +1 -1
  24. package/lib/component/nav/layout/job-code-nav/job-code-nav.component.d.ts +1 -1
  25. package/lib/component/nav/nav.component.d.ts +1 -1
  26. package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts +1 -1
  27. package/lib/component/route-jobcode-list/route-jobcode-list.component.d.ts +1 -1
  28. package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts +3 -2
  29. package/lib/component/shared/job-route-list/job-route-list.component.d.ts +1 -1
  30. package/lib/component/shared/jobcode-status/jobcode-status.component.d.ts +1 -1
  31. package/lib/coolmap.module.d.ts +1 -1
  32. 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 {
@@ -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;
@@ -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 {
@@ -1,4 +1,4 @@
1
- import { Route } from '@aggdirect/coolmap-services';
1
+ import { Route } from '@aggdirect/coolmap-services-test';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class JobcodeStatusComponent {
4
4
  jobValue: Route;
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aggdirect/coolmap",
3
- "version": "2.4.5",
3
+ "version": "2.4.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"