sendung-lib 0.0.12 → 0.0.13-betatest
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/colli-ereignisse/colli-ereignisse.component.mjs +1 -15
- package/esm2022/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.mjs +1 -3
- package/esm2022/lib/components/colli-uebersicht/colli-uebersicht.component.mjs +1 -13
- package/esm2022/lib/components/dispo-detail/dispo-detail.component.mjs +1 -13
- package/esm2022/lib/components/gefahrgut/gefahrgut.component.mjs +1 -17
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.mjs +1 -3
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse.component.mjs +1 -17
- package/esm2022/lib/components/sendung-information/info-cell/info-cell.component.mjs +3 -3
- package/esm2022/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.mjs +1 -3
- package/esm2022/lib/components/sendung-information/sendung-information.component.mjs +1 -12
- package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +1 -17
- package/fesm2022/sendung-lib.mjs +3 -103
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/lib/components/colli-ereignisse/colli-ereignisse.component.d.ts +1 -3
- package/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.d.ts +2 -3
- package/lib/components/gefahrgut/gefahrgut.component.d.ts +0 -3
- package/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.d.ts +2 -3
- package/lib/components/sendung-ereignisse/sendung-ereignisse.component.d.ts +0 -3
- package/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.d.ts +0 -1
- package/lib/components/sendungskette/sendungskette.component.d.ts +0 -3
- package/package.json +1 -1
- package/sendung-lib-0.0.13-betatest.tgz +0 -0
- package/sendung-lib-0.0.12.tgz +0 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
1
|
import { ColDef, GridApi, GridReadyEvent } from "ag-grid-community";
|
|
3
2
|
import { Observable } from "rxjs";
|
|
4
3
|
import { ColliEvent } from "../../models";
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ColliEreignisseComponent
|
|
5
|
+
export declare class ColliEreignisseComponent {
|
|
7
6
|
gridApi: GridApi;
|
|
8
7
|
columnDef: ColDef[];
|
|
9
8
|
defaultColDef: ColDef;
|
|
@@ -213,7 +212,6 @@ export declare class ColliEreignisseComponent implements OnInit {
|
|
|
213
212
|
constructor();
|
|
214
213
|
gridReady(params: GridReadyEvent): void;
|
|
215
214
|
sliceTime(params: any): any;
|
|
216
|
-
ngOnInit(): void;
|
|
217
215
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColliEreignisseComponent, never>;
|
|
218
216
|
static ɵcmp: i0.ɵɵComponentDeclaration<ColliEreignisseComponent, "lib-colli-ereignisse", never, { "colliEvent": { "alias": "colliEvent"; "required": false; }; }, {}, never, never, true, never>;
|
|
219
217
|
}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
3
3
|
import { BsModalRef, BsModalService } from "ngx-bootstrap/modal";
|
|
4
4
|
import { IAfterGuiAttachedParams, ICellRendererParams } from "ag-grid-community";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ColliInfoCellComponent implements
|
|
6
|
+
export declare class ColliInfoCellComponent implements ICellRendererAngularComp {
|
|
7
7
|
private modalService;
|
|
8
8
|
modalRef: BsModalRef;
|
|
9
9
|
faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
10
|
params: ICellRendererParams;
|
|
11
11
|
constructor(modalService: BsModalService);
|
|
12
|
-
ngOnInit(): void;
|
|
13
12
|
afterGuiAttached?(params?: IAfterGuiAttachedParams): void;
|
|
14
13
|
refresh(params: ICellRendererParams): boolean;
|
|
15
14
|
agInit(params: ICellRendererParams): void;
|
|
@@ -6,10 +6,7 @@ export declare class GefahrgutComponent {
|
|
|
6
6
|
gridApi: GridApi;
|
|
7
7
|
columnDef: ColDef[];
|
|
8
8
|
defaultColDef: ColDef;
|
|
9
|
-
carretUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
-
carretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
9
|
show: boolean;
|
|
12
|
-
isCollapsed: boolean;
|
|
13
10
|
locale: {
|
|
14
11
|
selectAll: string;
|
|
15
12
|
selectAllSearchResults: string;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import { ICellRendererAngularComp } from "ag-grid-angular";
|
|
3
3
|
import { BsModalRef, BsModalService } from "ngx-bootstrap/modal";
|
|
4
4
|
import { IAfterGuiAttachedParams, ICellRendererParams } from "ag-grid-community";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SendungEreignisseInfoCellComponent implements ICellRendererAngularComp
|
|
6
|
+
export declare class SendungEreignisseInfoCellComponent implements ICellRendererAngularComp {
|
|
7
7
|
private modalService;
|
|
8
8
|
modalRef: BsModalRef;
|
|
9
9
|
params: any;
|
|
10
10
|
faInfoCircle: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
11
|
sendungsereignis: any;
|
|
12
12
|
constructor(modalService: BsModalService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
13
|
afterGuiAttached?(params?: IAfterGuiAttachedParams): void;
|
|
15
14
|
refresh(params: ICellRendererParams): boolean;
|
|
16
15
|
agInit(params: ICellRendererParams): void;
|
|
@@ -6,8 +6,6 @@ export declare class SendungEreignisseComponent {
|
|
|
6
6
|
gridApi: GridApi;
|
|
7
7
|
columnDef: ColDef[];
|
|
8
8
|
defaultColDef: ColDef;
|
|
9
|
-
carretUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
-
carretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
9
|
show: boolean;
|
|
12
10
|
locale: {
|
|
13
11
|
selectAll: string;
|
|
@@ -210,7 +208,6 @@ export declare class SendungEreignisseComponent {
|
|
|
210
208
|
noDataToChart: string;
|
|
211
209
|
pivotChartRequiresPivotMode: string;
|
|
212
210
|
};
|
|
213
|
-
isCollapsed: boolean;
|
|
214
211
|
sendungsereignisse: Observable<Sendungsereignisse[]>;
|
|
215
212
|
constructor();
|
|
216
213
|
gridReady(params: GridReadyEvent): void;
|
|
@@ -10,7 +10,6 @@ export declare class RadioaktivCellComponent implements OnInit {
|
|
|
10
10
|
constructor(formService: FormService);
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
agInit(params: any): void;
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
13
|
refresh(): boolean;
|
|
15
14
|
afterGuiAttached?(params?: IAfterGuiAttachedParams): void;
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<RadioaktivCellComponent, never>;
|
|
@@ -6,8 +6,6 @@ export declare class SendungsketteComponent {
|
|
|
6
6
|
gridApi: GridApi;
|
|
7
7
|
columnDef: ColDef[];
|
|
8
8
|
defaultColDef: ColDef;
|
|
9
|
-
carretUp: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
10
|
-
carretDown: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
11
9
|
show: boolean;
|
|
12
10
|
locale: {
|
|
13
11
|
selectAll: string;
|
|
@@ -210,7 +208,6 @@ export declare class SendungsketteComponent {
|
|
|
210
208
|
noDataToChart: string;
|
|
211
209
|
pivotChartRequiresPivotMode: string;
|
|
212
210
|
};
|
|
213
|
-
isCollapsed: boolean;
|
|
214
211
|
sendungskette: Observable<ShipmentInfo[]>;
|
|
215
212
|
constructor();
|
|
216
213
|
gridReady(params: GridReadyEvent): void;
|
package/package.json
CHANGED
|
Binary file
|
package/sendung-lib-0.0.12.tgz
DELETED
|
Binary file
|