sendung-lib 1.0.4 → 1.0.6-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.
- package/esm2022/lib/components/sendung-information/sendung-information.component.mjs +1 -4
- package/esm2022/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.mjs +1 -1
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.mjs +2 -1
- package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +13 -12
- package/fesm2022/sendung-lib.mjs +13 -14
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.d.ts +2 -1
- package/lib/components/sendungskette/sendungskette.component.d.ts +1 -1
- package/package.json +1 -1
- package/sendung-lib-1.0.6-1.tgz +0 -0
- package/sendung-lib-1.0.4.tgz +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
1
2
|
import { Dienst, ShipmentInfo } from "../../../../models";
|
|
2
3
|
import { FormService } from "../../../../services/form.service";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AktuelleDatenComponent {
|
|
5
|
+
export declare class AktuelleDatenComponent implements OnInit {
|
|
5
6
|
private formService;
|
|
6
7
|
faBoxOpen: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
7
8
|
faPallet: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
@@ -210,7 +210,7 @@ export declare class SendungsketteComponent {
|
|
|
210
210
|
noDataToChart: string;
|
|
211
211
|
pivotChartRequiresPivotMode: string;
|
|
212
212
|
};
|
|
213
|
-
sendungskette: Observable<ShipmentInfo[]
|
|
213
|
+
set sendungskette(data: Observable<ShipmentInfo[]>);
|
|
214
214
|
constructor(cd: ChangeDetectorRef);
|
|
215
215
|
gridReady(params: GridReadyEvent): void;
|
|
216
216
|
getColAndPal(params: any): string;
|
package/package.json
CHANGED
|
Binary file
|
package/sendung-lib-1.0.4.tgz
DELETED
|
Binary file
|