sendung-lib 1.0.0 → 1.0.1-3.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.
Files changed (24) hide show
  1. package/esm2022/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.mjs +3 -8
  2. package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.mjs +3 -8
  3. package/esm2022/lib/components/sendung-information/info-cell/info-cell.component.mjs +3 -8
  4. package/esm2022/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.mjs +2 -5
  5. package/esm2022/lib/components/sendung-information/sendung-information.component.mjs +3 -8
  6. package/esm2022/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.mjs +11 -16
  7. package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.mjs +3 -7
  8. package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.mjs +5 -15
  9. package/esm2022/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.mjs +3 -8
  10. package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +17 -12
  11. package/fesm2022/sendung-lib.mjs +43 -70
  12. package/fesm2022/sendung-lib.mjs.map +1 -1
  13. package/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.d.ts +0 -1
  14. package/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.d.ts +0 -1
  15. package/lib/components/sendung-information/info-cell/info-cell.component.d.ts +0 -2
  16. package/lib/components/sendung-information/sendung-information.component.d.ts +0 -2
  17. package/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.d.ts +2 -5
  18. package/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.d.ts +0 -1
  19. package/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.d.ts +0 -7
  20. package/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.d.ts +0 -1
  21. package/lib/components/sendungskette/sendungskette.component.d.ts +4 -2
  22. package/package.json +1 -1
  23. package/sendung-lib-1.0.13.1.tgz +0 -0
  24. package/sendung-lib-1.0.0.tgz +0 -0
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class ColliInfoCellComponent implements ICellRendererAngularComp {
7
7
  private modalService;
8
8
  modalRef: BsModalRef;
9
- faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
9
  params: ICellRendererParams;
11
10
  constructor(modalService: BsModalService);
12
11
  afterGuiAttached?(params?: IAfterGuiAttachedParams): void;
@@ -7,7 +7,6 @@ export declare class SendungEreignisseInfoCellComponent implements ICellRenderer
7
7
  private modalService;
8
8
  modalRef: BsModalRef;
9
9
  params: any;
10
- faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
10
  sendungsereignis: any;
12
11
  constructor(modalService: BsModalService);
13
12
  ngOnInit(): void;
@@ -8,8 +8,6 @@ export declare class InfoCellComponent implements ICellRendererAngularComp, OnIn
8
8
  private modalService;
9
9
  private lightbox;
10
10
  modalRef: BsModalRef;
11
- faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
- faImage: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
11
  params: any;
14
12
  highlight: boolean;
15
13
  alvImage: string[];
@@ -213,8 +213,6 @@ export declare class SendungInformationComponent implements OnInit {
213
213
  pivotChartRequiresPivotMode: string;
214
214
  };
215
215
  overlayLoadingTemplate: any;
216
- carretUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
217
- carretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
218
216
  show: boolean;
219
217
  sendCorrectedValues: EventEmitter<any>;
220
218
  colliEvent$: Observable<ColliEvent[]>;
@@ -1,12 +1,9 @@
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
- faBoxOpen: import("@fortawesome/fontawesome-common-types").IconDefinition;
7
- faPallet: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
- faCogs: import("@fortawesome/fontawesome-common-types").IconDefinition;
9
- faWeightHanging: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
7
  dienste: Dienst[];
11
8
  displayDiensteToCorrect: Dienst[];
12
9
  shipmentInfoDetails: ShipmentInfo;
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
8
8
  export declare class KorrekturButtonCellComponent implements ICellRendererAngularComp {
9
9
  private modalService;
10
10
  private formService;
11
- faPencilAlt: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
11
  params: ICellRendererParams;
13
12
  gridApi: GridApi;
14
13
  modalRef: BsModalRef;
@@ -7,12 +7,6 @@ export declare class KorrekturDatenComponent implements OnInit {
7
7
  private fb;
8
8
  private cd;
9
9
  private formService;
10
- faBoxOpen: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
- faPallet: import("@fortawesome/fontawesome-common-types").IconDefinition;
12
- faCogs: import("@fortawesome/fontawesome-common-types").IconDefinition;
13
- faClock: import("@fortawesome/fontawesome-common-types").IconDefinition;
14
- faWeightHanging: import("@fortawesome/fontawesome-common-types").IconDefinition;
15
- showTimePicker: boolean;
16
10
  setDeliveryTime: boolean;
17
11
  isColPalValid: boolean;
18
12
  isGewichtValid: boolean;
@@ -20,7 +14,6 @@ export declare class KorrekturDatenComponent implements OnInit {
20
14
  colli: number;
21
15
  palette: number;
22
16
  totalColliAndPalette: number;
23
- emptyString: string;
24
17
  selectedDropdownDienst: Dienst;
25
18
  diensttypId: number;
26
19
  selectedDienst: string;
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
6
6
  export declare class EmpfaengerDetailsComponent implements ICellRendererAngularComp {
7
7
  private modalService;
8
8
  modalRef: BsModalRef;
9
- faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
9
  params: ICellRendererParams;
11
10
  constructor(modalService: BsModalService);
12
11
  agInit(params: ICellRendererParams): void;
@@ -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;
@@ -208,8 +210,8 @@ export declare class SendungsketteComponent {
208
210
  noDataToChart: string;
209
211
  pivotChartRequiresPivotMode: string;
210
212
  };
211
- sendungskette: Observable<ShipmentInfo[]>;
212
- constructor();
213
+ set sendungskette(data: Observable<ShipmentInfo[]>);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sendung-lib",
3
- "version": "1.0.0",
3
+ "version": "1.0.13.1",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
Binary file
Binary file