@aggdirect/coolmap 2.0.0 → 2.0.1

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 (29) hide show
  1. package/esm2020/lib/component/add-route/add-route.component.mjs +2 -2
  2. package/esm2020/lib/component/job-code/job-code.component.mjs +2 -3
  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 +2 -2
  5. package/esm2020/lib/component/nav/layout/job-code-nav/job-code-nav.component.mjs +2 -2
  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 +2 -2
  11. package/esm2020/lib/component/shared/job-route-list/job-route-list.component.mjs +2 -2
  12. package/esm2020/lib/component/shared/jobcode-overview/jobcode-overview.component.mjs +2 -2
  13. package/esm2020/lib/component/shared/jobcode-status/jobcode-status.component.mjs +1 -1
  14. package/fesm2015/aggdirect-coolmap.mjs +2 -3
  15. package/fesm2015/aggdirect-coolmap.mjs.map +1 -1
  16. package/fesm2020/aggdirect-coolmap.mjs +2 -3
  17. package/fesm2020/aggdirect-coolmap.mjs.map +1 -1
  18. package/lib/component/add-route/add-route.component.d.ts +1 -1
  19. package/lib/component/job-code/job-code.component.d.ts +1 -1
  20. package/lib/component/map/map.component.d.ts +1 -1
  21. package/lib/component/nav/layout/add-route-nav/add-route-nav.component.d.ts +1 -1
  22. package/lib/component/nav/layout/job-code-nav/job-code-nav.component.d.ts +1 -1
  23. package/lib/component/nav/nav.component.d.ts +1 -1
  24. package/lib/component/route-jobcode-list/job-code-list-card/job-code-list-card.component.d.ts +1 -1
  25. package/lib/component/route-jobcode-list/route-jobcode-list.component.d.ts +1 -1
  26. package/lib/component/route-jobcode-list/view-route-list-card/view-route-list-card.component.d.ts +1 -1
  27. package/lib/component/shared/job-route-list/job-route-list.component.d.ts +1 -1
  28. package/lib/component/shared/jobcode-status/jobcode-status.component.d.ts +1 -1
  29. 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 { CoolmapService, Route, UtilsService } from 'coolmap-services';
5
+ import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
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 { CoolmapService, Route, UtilsService } from 'coolmap-services';
4
+ import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
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 'coolmap-services';
2
+ import { CoolmapService } from '@aggdirect/coolmap-services';
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 { Route, UtilsService } from 'coolmap-services';
3
+ import { Route, UtilsService } from '@aggdirect/coolmap-services';
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 { Route, UtilsService } from 'coolmap-services';
6
+ import { Route, UtilsService } from '@aggdirect/coolmap-services';
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 'coolmap-services';
2
+ import { CoolmapService, UtilsService } from '@aggdirect/coolmap-services';
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 { Route, UtilsService } from 'coolmap-services';
2
+ import { Route, UtilsService } from '@aggdirect/coolmap-services';
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 'coolmap-services';
4
+ import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class RouteJobCodeListComponent implements OnInit, OnChanges {
7
7
  coolMap: CoolmapService;
@@ -1,4 +1,4 @@
1
- import { Route, UtilsService } from 'coolmap-services';
1
+ import { Route, UtilsService } from '@aggdirect/coolmap-services';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ViewRouteListCardComponent {
4
4
  utils: UtilsService;
@@ -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 'coolmap-services';
3
+ import { CoolmapService, Route, UtilsService } from '@aggdirect/coolmap-services';
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 'coolmap-services';
1
+ import { Route } from '@aggdirect/coolmap-services';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class JobcodeStatusComponent {
4
4
  jobValue: Route;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aggdirect/coolmap",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.2.0",
6
6
  "@angular/core": "^14.2.0"