sendung-lib 1.0.5 → 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 +1 -13
- package/fesm2022/sendung-lib.mjs +1 -15
- 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/package.json +1 -1
- package/sendung-lib-1.0.6-1.tgz +0 -0
- package/sendung-lib-1.0.5.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;
|
package/package.json
CHANGED
|
Binary file
|
package/sendung-lib-1.0.5.tgz
DELETED
|
Binary file
|