sendung-lib 1.0.13 → 1.0.15

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 (22) 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 +3 -11
  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 +3 -14
  9. package/esm2022/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.mjs +3 -8
  10. package/fesm2022/sendung-lib.mjs +17 -53
  11. package/fesm2022/sendung-lib.mjs.map +1 -1
  12. package/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.d.ts +0 -1
  13. package/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.d.ts +0 -1
  14. package/lib/components/sendung-information/info-cell/info-cell.component.d.ts +0 -2
  15. package/lib/components/sendung-information/sendung-information.component.d.ts +0 -2
  16. package/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.d.ts +0 -4
  17. package/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.d.ts +0 -1
  18. package/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.d.ts +0 -7
  19. package/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.d.ts +0 -1
  20. package/package.json +1 -1
  21. package/sendung-lib-1.0.15.tgz +0 -0
  22. package/sendung-lib-1.0.13.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[]>;
@@ -4,10 +4,6 @@ import { FormService } from "../../../../services/form.service";
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AktuelleDatenComponent implements OnInit {
6
6
  private formService;
7
- faBoxOpen: import("@fortawesome/fontawesome-common-types").IconDefinition;
8
- faPallet: import("@fortawesome/fontawesome-common-types").IconDefinition;
9
- faCogs: import("@fortawesome/fontawesome-common-types").IconDefinition;
10
- faWeightHanging: import("@fortawesome/fontawesome-common-types").IconDefinition;
11
7
  dienste: Dienst[];
12
8
  displayDiensteToCorrect: Dienst[];
13
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sendung-lib",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"
Binary file
Binary file