sendung-lib 1.0.0 → 1.0.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,8 +1,10 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
1
2
  import { ShipmentInfo } from "../../models";
2
3
  import { ColDef, GridApi, GridReadyEvent } from "ag-grid-community";
3
4
  import { Observable } from "rxjs";
4
5
  import * as i0 from "@angular/core";
5
6
  export declare class SendungsketteComponent {
7
+ private cd;
6
8
  gridApi: GridApi;
7
9
  columnDef: ColDef[];
8
10
  defaultColDef: ColDef;
@@ -209,7 +211,7 @@ export declare class SendungsketteComponent {
209
211
  pivotChartRequiresPivotMode: string;
210
212
  };
211
213
  sendungskette: Observable<ShipmentInfo[]>;
212
- constructor();
214
+ constructor(cd: ChangeDetectorRef);
213
215
  gridReady(params: GridReadyEvent): void;
214
216
  getColAndPal(params: any): string;
215
217
  showDienste(param: any): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sendung-lib",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
Binary file
Binary file