sendung-lib 0.0.10 → 0.0.12
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 +27 -19
- package/fesm2022/sendung-lib.mjs +26 -18
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/lib/components/sendung-information/sendung-information.component.d.ts +2 -2
- package/package.json +1 -1
- package/sendung-lib-0.0.12.tgz +0 -0
- package/sendung-lib-0.0.10.tgz +0 -0
|
@@ -223,8 +223,8 @@ export declare class SendungInformationComponent implements OnInit {
|
|
|
223
223
|
sendungskette$: Observable<ShipmentInfo[]>;
|
|
224
224
|
dispoDetails$: Observable<DispoDetails[]>;
|
|
225
225
|
colliUbersicht$: Observable<ColliUbersicht[]>;
|
|
226
|
-
shipmentInfoDetails: Observable<any[]>;
|
|
227
226
|
dienste: Observable<any>;
|
|
227
|
+
set shipmentInfoDetails(data: Observable<any[]>);
|
|
228
228
|
constructor(formService: FormService);
|
|
229
229
|
ngOnInit(): void;
|
|
230
230
|
gridReady(params: GridReadyEvent): void;
|
|
@@ -232,5 +232,5 @@ export declare class SendungInformationComponent implements OnInit {
|
|
|
232
232
|
showDienste(param: any): string;
|
|
233
233
|
toggleCollapse(): void;
|
|
234
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<SendungInformationComponent, never>;
|
|
235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungInformationComponent, "lib-sendung-information", never, { "colliEvent$": { "alias": "colliEvent$"; "required": false; }; "sendungsereignisse$": { "alias": "sendungsereignisse$"; "required": false; }; "dangerousGoods$": { "alias": "dangerousGoods$"; "required": false; }; "sendungskette$": { "alias": "sendungskette$"; "required": false; }; "dispoDetails$": { "alias": "dispoDetails$"; "required": false; }; "colliUbersicht$": { "alias": "colliUbersicht$"; "required": false; }; "
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SendungInformationComponent, "lib-sendung-information", never, { "colliEvent$": { "alias": "colliEvent$"; "required": false; }; "sendungsereignisse$": { "alias": "sendungsereignisse$"; "required": false; }; "dangerousGoods$": { "alias": "dangerousGoods$"; "required": false; }; "sendungskette$": { "alias": "sendungskette$"; "required": false; }; "dispoDetails$": { "alias": "dispoDetails$"; "required": false; }; "colliUbersicht$": { "alias": "colliUbersicht$"; "required": false; }; "dienste": { "alias": "dienste"; "required": false; }; "shipmentInfoDetails": { "alias": "shipmentInfoDetails"; "required": false; }; }, { "sendCorrectedValues": "sendCorrectedValues"; }, never, never, true, never>;
|
|
236
236
|
}
|
package/package.json
CHANGED
|
Binary file
|
package/sendung-lib-0.0.10.tgz
DELETED
|
Binary file
|