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.
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.mjs +4 -4
- package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +8 -4
- package/fesm2022/sendung-lib.mjs +10 -6
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/lib/components/sendungskette/sendungskette.component.d.ts +3 -1
- package/package.json +1 -1
- package/sendung-lib-1.0.2.tgz +0 -0
- package/sendung-lib-1.0.0.tgz +0 -0
|
@@ -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
|
Binary file
|
package/sendung-lib-1.0.0.tgz
DELETED
|
Binary file
|