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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sendung-lib",
3
- "version": "1.0.4",
3
+ "version": "1.0.6-1",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
Binary file
Binary file