sendung-lib 1.0.20-9 → 1.0.21
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/fesm2022/sendung-lib.mjs +224 -181
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/index.d.ts +487 -5
- package/package.json +1 -3
- package/sendung-lib-1.0.21.tgz +0 -0
- package/esm2022/lib/components/colli-ereignisse/colli-ereignisse.component.mjs +0 -95
- package/esm2022/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.mjs +0 -47
- package/esm2022/lib/components/colli-uebersicht/colli-uebersicht.component.mjs +0 -80
- package/esm2022/lib/components/dispo-detail/dispo-detail.component.mjs +0 -65
- package/esm2022/lib/components/ds-sendung-korrektur/ds-sendung-korrektur.component.mjs +0 -48
- package/esm2022/lib/components/gefahrgut/gefahrgut.component.mjs +0 -61
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.mjs +0 -35
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse.component.mjs +0 -74
- package/esm2022/lib/components/sendung-information/info-cell/info-cell.component.mjs +0 -75
- package/esm2022/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.mjs +0 -36
- package/esm2022/lib/components/sendung-information/sendung-information.component.mjs +0 -173
- package/esm2022/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.mjs +0 -48
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.mjs +0 -51
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.mjs +0 -180
- package/esm2022/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.mjs +0 -36
- package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +0 -117
- package/esm2022/lib/models/colliEventsModel.mjs +0 -2
- package/esm2022/lib/models/colliubersichtModel.mjs +0 -2
- package/esm2022/lib/models/dienstModel.mjs +0 -2
- package/esm2022/lib/models/dispoDetailsModel.mjs +0 -2
- package/esm2022/lib/models/gefahrgutModel.mjs +0 -2
- package/esm2022/lib/models/index.mjs +0 -9
- package/esm2022/lib/models/packstueckeModel.mjs +0 -2
- package/esm2022/lib/models/scannungenModel.mjs +0 -2
- package/esm2022/lib/models/sendungsereignisse.model.mjs +0 -2
- package/esm2022/lib/models/shipment-info.model.mjs +0 -2
- package/esm2022/lib/sendung-lib.component.mjs +0 -11
- package/esm2022/lib/sendung-lib.service.mjs +0 -14
- package/esm2022/lib/services/form.service.mjs +0 -63
- package/esm2022/lib/services/locale.de.mjs +0 -219
- package/esm2022/lib/view/sendung-buttons/sendung-buttons.component.mjs +0 -46
- package/esm2022/public-api.mjs +0 -9
- package/esm2022/sendung-lib.mjs +0 -5
- package/lib/components/colli-ereignisse/colli-ereignisse.component.d.ts +0 -217
- package/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.d.ts +0 -19
- package/lib/components/colli-uebersicht/colli-uebersicht.component.d.ts +0 -217
- package/lib/components/dispo-detail/dispo-detail.component.d.ts +0 -217
- package/lib/components/ds-sendung-korrektur/ds-sendung-korrektur.component.d.ts +0 -20
- package/lib/components/gefahrgut/gefahrgut.component.d.ts +0 -216
- package/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.d.ts +0 -19
- package/lib/components/sendung-ereignisse/sendung-ereignisse.component.d.ts +0 -217
- package/lib/components/sendung-information/info-cell/info-cell.component.d.ts +0 -27
- package/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.d.ts +0 -17
- package/lib/components/sendung-information/sendung-information.component.d.ts +0 -234
- package/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.d.ts +0 -20
- package/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.d.ts +0 -24
- package/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.d.ts +0 -42
- package/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.d.ts +0 -17
- package/lib/components/sendungskette/sendungskette.component.d.ts +0 -222
- package/lib/models/colliEventsModel.d.ts +0 -33
- package/lib/models/colliubersichtModel.d.ts +0 -16
- package/lib/models/dienstModel.d.ts +0 -10
- package/lib/models/dispoDetailsModel.d.ts +0 -11
- package/lib/models/gefahrgutModel.d.ts +0 -24
- package/lib/models/index.d.ts +0 -8
- package/lib/models/packstueckeModel.d.ts +0 -7
- package/lib/models/scannungenModel.d.ts +0 -31
- package/lib/models/sendungsereignisse.model.d.ts +0 -18
- package/lib/models/shipment-info.model.d.ts +0 -42
- package/lib/sendung-lib.component.d.ts +0 -5
- package/lib/sendung-lib.service.d.ts +0 -6
- package/lib/services/form.service.d.ts +0 -17
- package/lib/services/locale.de.d.ts +0 -201
- package/lib/view/sendung-buttons/sendung-buttons.component.d.ts +0 -19
- package/public-api.d.ts +0 -5
- package/sendung-lib-1.0.20-9.tgz +0 -0
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { ShipmentInfo } from "../../models";
|
|
3
|
-
import { ColDef, GridApi, GridReadyEvent } from "ag-grid-community";
|
|
4
|
-
import { Observable } from "rxjs";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SendungsketteComponent {
|
|
7
|
-
private cd;
|
|
8
|
-
gridApi: GridApi;
|
|
9
|
-
columnDef: ColDef[];
|
|
10
|
-
defaultColDef: ColDef;
|
|
11
|
-
show: boolean;
|
|
12
|
-
locale: {
|
|
13
|
-
selectAll: string;
|
|
14
|
-
selectAllSearchResults: string;
|
|
15
|
-
searchOoo: string;
|
|
16
|
-
blanks: string;
|
|
17
|
-
noMatches: string;
|
|
18
|
-
filterOoo: string;
|
|
19
|
-
equals: string;
|
|
20
|
-
notEqual: string;
|
|
21
|
-
empty: string;
|
|
22
|
-
lessThan: string;
|
|
23
|
-
greaterThan: string;
|
|
24
|
-
lessThanOrEqual: string;
|
|
25
|
-
greaterThanOrEqual: string;
|
|
26
|
-
inRange: string;
|
|
27
|
-
inRangeStart: string;
|
|
28
|
-
inRangeEnd: string;
|
|
29
|
-
contains: string;
|
|
30
|
-
notContains: string;
|
|
31
|
-
startsWith: string;
|
|
32
|
-
endsWith: string;
|
|
33
|
-
dateFormatOoo: string;
|
|
34
|
-
andCondition: string;
|
|
35
|
-
orCondition: string;
|
|
36
|
-
applyFilter: string;
|
|
37
|
-
resetFilter: string;
|
|
38
|
-
clearFilter: string;
|
|
39
|
-
cancelFilter: string;
|
|
40
|
-
textFilter: string;
|
|
41
|
-
numberFilter: string;
|
|
42
|
-
dateFilter: string;
|
|
43
|
-
setFilter: string;
|
|
44
|
-
columns: string;
|
|
45
|
-
filters: string;
|
|
46
|
-
pivotMode: string;
|
|
47
|
-
groups: string;
|
|
48
|
-
rowGroupColumnsEmptyMessage: string;
|
|
49
|
-
values: string;
|
|
50
|
-
valueColumnsEmptyMessage: string;
|
|
51
|
-
pivots: string;
|
|
52
|
-
pivotColumnsEmptyMessage: string;
|
|
53
|
-
group: string;
|
|
54
|
-
loadingOoo: string;
|
|
55
|
-
noRowsToShow: string;
|
|
56
|
-
enabled: string;
|
|
57
|
-
pinColumn: string;
|
|
58
|
-
pinLeft: string;
|
|
59
|
-
pinRight: string;
|
|
60
|
-
noPin: string;
|
|
61
|
-
valueAggregation: string;
|
|
62
|
-
autosizeThiscolumn: string;
|
|
63
|
-
autosizeAllColumns: string;
|
|
64
|
-
groupBy: string;
|
|
65
|
-
ungroupBy: string;
|
|
66
|
-
resetColumns: string;
|
|
67
|
-
expandAll: string;
|
|
68
|
-
collapseAll: string;
|
|
69
|
-
copy: string;
|
|
70
|
-
ctrlC: string;
|
|
71
|
-
copyWithHeaders: string;
|
|
72
|
-
paste: string;
|
|
73
|
-
ctrlV: string;
|
|
74
|
-
export: string;
|
|
75
|
-
csvExport: string;
|
|
76
|
-
excelExport: string;
|
|
77
|
-
excelXmlExport: string;
|
|
78
|
-
sum: string;
|
|
79
|
-
min: string;
|
|
80
|
-
max: string;
|
|
81
|
-
none: string;
|
|
82
|
-
count: string;
|
|
83
|
-
avg: string;
|
|
84
|
-
filteredRows: string;
|
|
85
|
-
selectedRows: string;
|
|
86
|
-
totalRows: string;
|
|
87
|
-
totalAndFilteredRows: string;
|
|
88
|
-
more: string;
|
|
89
|
-
to: string;
|
|
90
|
-
of: string;
|
|
91
|
-
page: string;
|
|
92
|
-
nextPage: string;
|
|
93
|
-
lastPage: string;
|
|
94
|
-
firstPage: string;
|
|
95
|
-
previousPage: string;
|
|
96
|
-
pivotChartAndPivotMode: string;
|
|
97
|
-
pivotChart: string;
|
|
98
|
-
chartRange: string;
|
|
99
|
-
columnChart: string;
|
|
100
|
-
groupedColumn: string;
|
|
101
|
-
stackedColumn: string;
|
|
102
|
-
normalizedColumn: string;
|
|
103
|
-
barChart: string;
|
|
104
|
-
groupedBar: string;
|
|
105
|
-
stackedBar: string;
|
|
106
|
-
normalizedBar: string;
|
|
107
|
-
pieChart: string;
|
|
108
|
-
pie: string;
|
|
109
|
-
doughnut: string;
|
|
110
|
-
line: string;
|
|
111
|
-
xyChart: string;
|
|
112
|
-
scatter: string;
|
|
113
|
-
bubble: string;
|
|
114
|
-
areaChart: string;
|
|
115
|
-
area: string;
|
|
116
|
-
stackedArea: string;
|
|
117
|
-
normalizedArea: string;
|
|
118
|
-
histogramChart: string;
|
|
119
|
-
pivotChartTitle: string;
|
|
120
|
-
rangeChartTitle: string;
|
|
121
|
-
settings: string;
|
|
122
|
-
data: string;
|
|
123
|
-
format: string;
|
|
124
|
-
categories: string;
|
|
125
|
-
defaultCategory: string;
|
|
126
|
-
series: string;
|
|
127
|
-
xyValues: string;
|
|
128
|
-
paired: string;
|
|
129
|
-
axis: string;
|
|
130
|
-
navigator: string;
|
|
131
|
-
color: string;
|
|
132
|
-
thickness: string;
|
|
133
|
-
xType: string;
|
|
134
|
-
automatic: string;
|
|
135
|
-
category: string;
|
|
136
|
-
number: string;
|
|
137
|
-
time: string;
|
|
138
|
-
xRotation: string;
|
|
139
|
-
yRotation: string;
|
|
140
|
-
ticks: string;
|
|
141
|
-
width: string;
|
|
142
|
-
height: string;
|
|
143
|
-
length: string;
|
|
144
|
-
padding: string;
|
|
145
|
-
spacing: string;
|
|
146
|
-
chart: string;
|
|
147
|
-
title: string;
|
|
148
|
-
titlePlaceholder: string;
|
|
149
|
-
background: string;
|
|
150
|
-
font: string;
|
|
151
|
-
top: string;
|
|
152
|
-
right: string;
|
|
153
|
-
bottom: string;
|
|
154
|
-
left: string;
|
|
155
|
-
labels: string;
|
|
156
|
-
size: string;
|
|
157
|
-
minSize: string;
|
|
158
|
-
maxSize: string;
|
|
159
|
-
legend: string;
|
|
160
|
-
position: string;
|
|
161
|
-
markerSize: string;
|
|
162
|
-
markerStroke: string;
|
|
163
|
-
markerPadding: string;
|
|
164
|
-
itemSpacing: string;
|
|
165
|
-
itemPaddingX: string;
|
|
166
|
-
itemPaddingY: string;
|
|
167
|
-
layoutHorizontalSpacing: string;
|
|
168
|
-
layoutVerticalSpacing: string;
|
|
169
|
-
strokeWidth: string;
|
|
170
|
-
offset: string;
|
|
171
|
-
offsets: string;
|
|
172
|
-
tooltips: string;
|
|
173
|
-
callout: string;
|
|
174
|
-
markers: string;
|
|
175
|
-
shadow: string;
|
|
176
|
-
blur: string;
|
|
177
|
-
xOffset: string;
|
|
178
|
-
yOffset: string;
|
|
179
|
-
lineWidth: string;
|
|
180
|
-
normal: string;
|
|
181
|
-
bold: string;
|
|
182
|
-
italic: string;
|
|
183
|
-
boldItalic: string;
|
|
184
|
-
predefined: string;
|
|
185
|
-
fillOpacity: string;
|
|
186
|
-
strokeOpacity: string;
|
|
187
|
-
histogramBinCount: string;
|
|
188
|
-
columnGroup: string;
|
|
189
|
-
barGroup: string;
|
|
190
|
-
pieGroup: string;
|
|
191
|
-
lineGroup: string;
|
|
192
|
-
scatterGroup: string;
|
|
193
|
-
areaGroup: string;
|
|
194
|
-
histogramGroup: string;
|
|
195
|
-
groupedColumnTooltip: string;
|
|
196
|
-
stackedColumnTooltip: string;
|
|
197
|
-
normalizedColumnTooltip: string;
|
|
198
|
-
groupedBarTooltip: string;
|
|
199
|
-
stackedBarTooltip: string;
|
|
200
|
-
normalizedBarTooltip: string;
|
|
201
|
-
pieTooltip: string;
|
|
202
|
-
doughnutTooltip: string;
|
|
203
|
-
lineTooltip: string;
|
|
204
|
-
groupedAreaTooltip: string;
|
|
205
|
-
stackedAreaTooltip: string;
|
|
206
|
-
normalizedAreaTooltip: string;
|
|
207
|
-
scatterTooltip: string;
|
|
208
|
-
bubbleTooltip: string;
|
|
209
|
-
histogramTooltip: string;
|
|
210
|
-
noDataToChart: string;
|
|
211
|
-
pivotChartRequiresPivotMode: string;
|
|
212
|
-
};
|
|
213
|
-
set sendungskette(data: Observable<ShipmentInfo[]>);
|
|
214
|
-
constructor(cd: ChangeDetectorRef);
|
|
215
|
-
gridReady(params: GridReadyEvent): void;
|
|
216
|
-
getColAndPal(params: any): string;
|
|
217
|
-
showDienste(param: any): string;
|
|
218
|
-
showDepotNr(param: any): any;
|
|
219
|
-
showTourNr(param: any): string;
|
|
220
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungsketteComponent, never>;
|
|
221
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungsketteComponent, "lib-sendungskette", never, { "sendungskette": { "alias": "sendungskette"; "required": false; }; }, {}, never, never, true, never>;
|
|
222
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export interface ColliEvent {
|
|
2
|
-
id: number;
|
|
3
|
-
sendungId?: number;
|
|
4
|
-
zeitpunkt: string;
|
|
5
|
-
zeitpunkt_rutsche?: string;
|
|
6
|
-
barcode: string;
|
|
7
|
-
scantyp: string;
|
|
8
|
-
statustypId?: number;
|
|
9
|
-
statustyp?: string;
|
|
10
|
-
statusgrundtypId?: number;
|
|
11
|
-
statusgrundtyp?: string;
|
|
12
|
-
raumBarcode?: string;
|
|
13
|
-
bezugBarcode?: string;
|
|
14
|
-
storno: number;
|
|
15
|
-
gewicht?: string;
|
|
16
|
-
gewichtreferenz?: string;
|
|
17
|
-
taragewicht?: string;
|
|
18
|
-
laenge?: string;
|
|
19
|
-
breite?: string;
|
|
20
|
-
hoehe?: string;
|
|
21
|
-
volumen?: string;
|
|
22
|
-
volumenreferenz?: string;
|
|
23
|
-
geraettyp?: string;
|
|
24
|
-
geraetenummer?: string;
|
|
25
|
-
bearbeiter?: string;
|
|
26
|
-
sollRutsche?: number;
|
|
27
|
-
istRutsche?: number;
|
|
28
|
-
depotnr?: number;
|
|
29
|
-
tournr?: string;
|
|
30
|
-
stopp?: string;
|
|
31
|
-
colli?: number;
|
|
32
|
-
paletten?: number;
|
|
33
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export interface ColliUbersicht {
|
|
2
|
-
id?: number;
|
|
3
|
-
zeitpunkt?: string;
|
|
4
|
-
scantypDateKWE?: string;
|
|
5
|
-
scantypDateRWE?: string;
|
|
6
|
-
scantypDateKWA?: string;
|
|
7
|
-
scantypDateUBN?: string;
|
|
8
|
-
scantypDateBLD?: string;
|
|
9
|
-
scantypDateSTW?: string;
|
|
10
|
-
scantypDateINV?: string;
|
|
11
|
-
scantypDateAUS?: string;
|
|
12
|
-
scantypDateOFL?: string;
|
|
13
|
-
scantypeDatePresort?: string;
|
|
14
|
-
hinweis?: string;
|
|
15
|
-
barcode?: string;
|
|
16
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export interface Gefahrgut {
|
|
2
|
-
gefahrgutId: number;
|
|
3
|
-
sendungId: number;
|
|
4
|
-
unnr?: string;
|
|
5
|
-
lq: boolean;
|
|
6
|
-
gewicht?: number;
|
|
7
|
-
faktor?: number;
|
|
8
|
-
stoffbezeichnung?: string;
|
|
9
|
-
verpackungsgruppe?: string;
|
|
10
|
-
klasse?: number;
|
|
11
|
-
gefahrzettel?: number;
|
|
12
|
-
kategorie?: number;
|
|
13
|
-
sondervorschrift?: string;
|
|
14
|
-
tunnelbeschraenkungscode?: string;
|
|
15
|
-
nebengefahren?: string[];
|
|
16
|
-
radionuklid?: string;
|
|
17
|
-
radionuklidform?: number;
|
|
18
|
-
aktivitaet?: number;
|
|
19
|
-
masseinheit?: string;
|
|
20
|
-
versandstueckkategorie?: number;
|
|
21
|
-
transportkennzahl?: number;
|
|
22
|
-
genehmigungsnummer_stoffe?: string;
|
|
23
|
-
genehmigungsnummer_verpackung?: string;
|
|
24
|
-
}
|
package/lib/models/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './colliEventsModel';
|
|
2
|
-
export * from './gefahrgutModel';
|
|
3
|
-
export * from './dispoDetailsModel';
|
|
4
|
-
export * from './sendungsereignisse.model';
|
|
5
|
-
export * from './shipment-info.model';
|
|
6
|
-
export * from './scannungenModel';
|
|
7
|
-
export * from './packstueckeModel';
|
|
8
|
-
export * from './dienstModel';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface Scannungen {
|
|
2
|
-
id: number;
|
|
3
|
-
sendungId?: number;
|
|
4
|
-
zeitpunkt: string;
|
|
5
|
-
zeitpunkt_rutsche?: string;
|
|
6
|
-
barcode: string;
|
|
7
|
-
scantyp: string;
|
|
8
|
-
statustypId?: number;
|
|
9
|
-
statustyp?: string;
|
|
10
|
-
statusgrundtypId?: number;
|
|
11
|
-
statusgrundtyp?: string;
|
|
12
|
-
raumBarcode?: string;
|
|
13
|
-
bezugBarcode?: string;
|
|
14
|
-
storno: number;
|
|
15
|
-
gewicht?: string;
|
|
16
|
-
gewichtreferenz?: string;
|
|
17
|
-
taragewicht?: string;
|
|
18
|
-
laenge?: string;
|
|
19
|
-
breite?: string;
|
|
20
|
-
hoehe?: string;
|
|
21
|
-
volumen?: string;
|
|
22
|
-
volumenreferenz?: string;
|
|
23
|
-
geraettyp?: string;
|
|
24
|
-
geraetenummer?: string;
|
|
25
|
-
bearbeiter?: string;
|
|
26
|
-
sollRutsche?: number;
|
|
27
|
-
istRutsche?: number;
|
|
28
|
-
depotnr?: number;
|
|
29
|
-
tournr?: string;
|
|
30
|
-
stopp?: string;
|
|
31
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface Sendungsereignisse {
|
|
2
|
-
id: number;
|
|
3
|
-
sendungId: number;
|
|
4
|
-
zeitpunkt: string;
|
|
5
|
-
statustypId: number;
|
|
6
|
-
statustyp: string;
|
|
7
|
-
statusgrundtypId?: number;
|
|
8
|
-
statusgrundtyp?: string;
|
|
9
|
-
abnehmer?: string;
|
|
10
|
-
termin?: string;
|
|
11
|
-
tournr?: string;
|
|
12
|
-
stopp?: number;
|
|
13
|
-
colli?: number;
|
|
14
|
-
paletten?: number;
|
|
15
|
-
raumbarcode?: string;
|
|
16
|
-
bearbeiter?: string;
|
|
17
|
-
storno?: string;
|
|
18
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { DispoDetails } from './dispoDetailsModel';
|
|
2
|
-
import { Gefahrgut } from './gefahrgutModel';
|
|
3
|
-
import { Sendungsereignisse } from './sendungsereignisse.model';
|
|
4
|
-
import { Dienst } from './dienstModel';
|
|
5
|
-
import { Packstuecke } from './packstueckeModel';
|
|
6
|
-
import { Scannungen } from './scannungenModel';
|
|
7
|
-
export interface ShipmentInfo {
|
|
8
|
-
sendungId?: number;
|
|
9
|
-
vorgaengerId?: number;
|
|
10
|
-
nachfolgerId?: number;
|
|
11
|
-
erfassungstag: string;
|
|
12
|
-
auftragart: string;
|
|
13
|
-
sendungsnr: string;
|
|
14
|
-
langreferenz: string;
|
|
15
|
-
bcvsnr: string;
|
|
16
|
-
absender: string;
|
|
17
|
-
empfaengerName1: string;
|
|
18
|
-
empfaengerName2?: string;
|
|
19
|
-
empfaengerName3?: string;
|
|
20
|
-
empfaengerAnsprechpartner?: string;
|
|
21
|
-
empfaengerStrasse?: string;
|
|
22
|
-
empfaengerHausnr?: string;
|
|
23
|
-
empfaengerLand?: string;
|
|
24
|
-
empfaengerPlz?: string;
|
|
25
|
-
empfaengerOrt?: string;
|
|
26
|
-
colli: number;
|
|
27
|
-
paletten: number;
|
|
28
|
-
gesamtgewicht?: string;
|
|
29
|
-
nachnahmeBetrag?: string;
|
|
30
|
-
inkassoart?: string;
|
|
31
|
-
hinweisEmpfaenger?: string;
|
|
32
|
-
hinweisOperativ?: string;
|
|
33
|
-
zustelltermin?: string;
|
|
34
|
-
dienste: Dienst[];
|
|
35
|
-
packstuecke: Packstuecke[];
|
|
36
|
-
gefahrgut: Gefahrgut[];
|
|
37
|
-
dispoDetails: DispoDetails[];
|
|
38
|
-
scannungen: Scannungen[];
|
|
39
|
-
sendungsereignisse: Sendungsereignisse[];
|
|
40
|
-
datumUhrzeit?: string;
|
|
41
|
-
diensttypid?: number;
|
|
42
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class SendungLibComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungLibComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungLibComponent, "lib-sendung-lib", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FormService {
|
|
4
|
-
submittedForm: BehaviorSubject<any>;
|
|
5
|
-
dienste: BehaviorSubject<any>;
|
|
6
|
-
dienste$: import("rxjs").Observable<any>;
|
|
7
|
-
allowedDienste: BehaviorSubject<any[]>;
|
|
8
|
-
oldDienst: any;
|
|
9
|
-
shipmentInfo: BehaviorSubject<any[]>;
|
|
10
|
-
selbstabholer: BehaviorSubject<boolean>;
|
|
11
|
-
selbstAbh: any;
|
|
12
|
-
constructor();
|
|
13
|
-
getSubmittedForm(form: any): void;
|
|
14
|
-
setDienste(dienste: any): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
|
|
17
|
-
}
|
|
@@ -1,201 +0,0 @@
|
|
|
1
|
-
export declare const AG_GRID_LOCALE_DE: {
|
|
2
|
-
selectAll: string;
|
|
3
|
-
selectAllSearchResults: string;
|
|
4
|
-
searchOoo: string;
|
|
5
|
-
blanks: string;
|
|
6
|
-
noMatches: string;
|
|
7
|
-
filterOoo: string;
|
|
8
|
-
equals: string;
|
|
9
|
-
notEqual: string;
|
|
10
|
-
empty: string;
|
|
11
|
-
lessThan: string;
|
|
12
|
-
greaterThan: string;
|
|
13
|
-
lessThanOrEqual: string;
|
|
14
|
-
greaterThanOrEqual: string;
|
|
15
|
-
inRange: string;
|
|
16
|
-
inRangeStart: string;
|
|
17
|
-
inRangeEnd: string;
|
|
18
|
-
contains: string;
|
|
19
|
-
notContains: string;
|
|
20
|
-
startsWith: string;
|
|
21
|
-
endsWith: string;
|
|
22
|
-
dateFormatOoo: string;
|
|
23
|
-
andCondition: string;
|
|
24
|
-
orCondition: string;
|
|
25
|
-
applyFilter: string;
|
|
26
|
-
resetFilter: string;
|
|
27
|
-
clearFilter: string;
|
|
28
|
-
cancelFilter: string;
|
|
29
|
-
textFilter: string;
|
|
30
|
-
numberFilter: string;
|
|
31
|
-
dateFilter: string;
|
|
32
|
-
setFilter: string;
|
|
33
|
-
columns: string;
|
|
34
|
-
filters: string;
|
|
35
|
-
pivotMode: string;
|
|
36
|
-
groups: string;
|
|
37
|
-
rowGroupColumnsEmptyMessage: string;
|
|
38
|
-
values: string;
|
|
39
|
-
valueColumnsEmptyMessage: string;
|
|
40
|
-
pivots: string;
|
|
41
|
-
pivotColumnsEmptyMessage: string;
|
|
42
|
-
group: string;
|
|
43
|
-
loadingOoo: string;
|
|
44
|
-
noRowsToShow: string;
|
|
45
|
-
enabled: string;
|
|
46
|
-
pinColumn: string;
|
|
47
|
-
pinLeft: string;
|
|
48
|
-
pinRight: string;
|
|
49
|
-
noPin: string;
|
|
50
|
-
valueAggregation: string;
|
|
51
|
-
autosizeThiscolumn: string;
|
|
52
|
-
autosizeAllColumns: string;
|
|
53
|
-
groupBy: string;
|
|
54
|
-
ungroupBy: string;
|
|
55
|
-
resetColumns: string;
|
|
56
|
-
expandAll: string;
|
|
57
|
-
collapseAll: string;
|
|
58
|
-
copy: string;
|
|
59
|
-
ctrlC: string;
|
|
60
|
-
copyWithHeaders: string;
|
|
61
|
-
paste: string;
|
|
62
|
-
ctrlV: string;
|
|
63
|
-
export: string;
|
|
64
|
-
csvExport: string;
|
|
65
|
-
excelExport: string;
|
|
66
|
-
excelXmlExport: string;
|
|
67
|
-
sum: string;
|
|
68
|
-
min: string;
|
|
69
|
-
max: string;
|
|
70
|
-
none: string;
|
|
71
|
-
count: string;
|
|
72
|
-
avg: string;
|
|
73
|
-
filteredRows: string;
|
|
74
|
-
selectedRows: string;
|
|
75
|
-
totalRows: string;
|
|
76
|
-
totalAndFilteredRows: string;
|
|
77
|
-
more: string;
|
|
78
|
-
to: string;
|
|
79
|
-
of: string;
|
|
80
|
-
page: string;
|
|
81
|
-
nextPage: string;
|
|
82
|
-
lastPage: string;
|
|
83
|
-
firstPage: string;
|
|
84
|
-
previousPage: string;
|
|
85
|
-
pivotChartAndPivotMode: string;
|
|
86
|
-
pivotChart: string;
|
|
87
|
-
chartRange: string;
|
|
88
|
-
columnChart: string;
|
|
89
|
-
groupedColumn: string;
|
|
90
|
-
stackedColumn: string;
|
|
91
|
-
normalizedColumn: string;
|
|
92
|
-
barChart: string;
|
|
93
|
-
groupedBar: string;
|
|
94
|
-
stackedBar: string;
|
|
95
|
-
normalizedBar: string;
|
|
96
|
-
pieChart: string;
|
|
97
|
-
pie: string;
|
|
98
|
-
doughnut: string;
|
|
99
|
-
line: string;
|
|
100
|
-
xyChart: string;
|
|
101
|
-
scatter: string;
|
|
102
|
-
bubble: string;
|
|
103
|
-
areaChart: string;
|
|
104
|
-
area: string;
|
|
105
|
-
stackedArea: string;
|
|
106
|
-
normalizedArea: string;
|
|
107
|
-
histogramChart: string;
|
|
108
|
-
pivotChartTitle: string;
|
|
109
|
-
rangeChartTitle: string;
|
|
110
|
-
settings: string;
|
|
111
|
-
data: string;
|
|
112
|
-
format: string;
|
|
113
|
-
categories: string;
|
|
114
|
-
defaultCategory: string;
|
|
115
|
-
series: string;
|
|
116
|
-
xyValues: string;
|
|
117
|
-
paired: string;
|
|
118
|
-
axis: string;
|
|
119
|
-
navigator: string;
|
|
120
|
-
color: string;
|
|
121
|
-
thickness: string;
|
|
122
|
-
xType: string;
|
|
123
|
-
automatic: string;
|
|
124
|
-
category: string;
|
|
125
|
-
number: string;
|
|
126
|
-
time: string;
|
|
127
|
-
xRotation: string;
|
|
128
|
-
yRotation: string;
|
|
129
|
-
ticks: string;
|
|
130
|
-
width: string;
|
|
131
|
-
height: string;
|
|
132
|
-
length: string;
|
|
133
|
-
padding: string;
|
|
134
|
-
spacing: string;
|
|
135
|
-
chart: string;
|
|
136
|
-
title: string;
|
|
137
|
-
titlePlaceholder: string;
|
|
138
|
-
background: string;
|
|
139
|
-
font: string;
|
|
140
|
-
top: string;
|
|
141
|
-
right: string;
|
|
142
|
-
bottom: string;
|
|
143
|
-
left: string;
|
|
144
|
-
labels: string;
|
|
145
|
-
size: string;
|
|
146
|
-
minSize: string;
|
|
147
|
-
maxSize: string;
|
|
148
|
-
legend: string;
|
|
149
|
-
position: string;
|
|
150
|
-
markerSize: string;
|
|
151
|
-
markerStroke: string;
|
|
152
|
-
markerPadding: string;
|
|
153
|
-
itemSpacing: string;
|
|
154
|
-
itemPaddingX: string;
|
|
155
|
-
itemPaddingY: string;
|
|
156
|
-
layoutHorizontalSpacing: string;
|
|
157
|
-
layoutVerticalSpacing: string;
|
|
158
|
-
strokeWidth: string;
|
|
159
|
-
offset: string;
|
|
160
|
-
offsets: string;
|
|
161
|
-
tooltips: string;
|
|
162
|
-
callout: string;
|
|
163
|
-
markers: string;
|
|
164
|
-
shadow: string;
|
|
165
|
-
blur: string;
|
|
166
|
-
xOffset: string;
|
|
167
|
-
yOffset: string;
|
|
168
|
-
lineWidth: string;
|
|
169
|
-
normal: string;
|
|
170
|
-
bold: string;
|
|
171
|
-
italic: string;
|
|
172
|
-
boldItalic: string;
|
|
173
|
-
predefined: string;
|
|
174
|
-
fillOpacity: string;
|
|
175
|
-
strokeOpacity: string;
|
|
176
|
-
histogramBinCount: string;
|
|
177
|
-
columnGroup: string;
|
|
178
|
-
barGroup: string;
|
|
179
|
-
pieGroup: string;
|
|
180
|
-
lineGroup: string;
|
|
181
|
-
scatterGroup: string;
|
|
182
|
-
areaGroup: string;
|
|
183
|
-
histogramGroup: string;
|
|
184
|
-
groupedColumnTooltip: string;
|
|
185
|
-
stackedColumnTooltip: string;
|
|
186
|
-
normalizedColumnTooltip: string;
|
|
187
|
-
groupedBarTooltip: string;
|
|
188
|
-
stackedBarTooltip: string;
|
|
189
|
-
normalizedBarTooltip: string;
|
|
190
|
-
pieTooltip: string;
|
|
191
|
-
doughnutTooltip: string;
|
|
192
|
-
lineTooltip: string;
|
|
193
|
-
groupedAreaTooltip: string;
|
|
194
|
-
stackedAreaTooltip: string;
|
|
195
|
-
normalizedAreaTooltip: string;
|
|
196
|
-
scatterTooltip: string;
|
|
197
|
-
bubbleTooltip: string;
|
|
198
|
-
histogramTooltip: string;
|
|
199
|
-
noDataToChart: string;
|
|
200
|
-
pivotChartRequiresPivotMode: string;
|
|
201
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FormService } from "../../services/form.service";
|
|
3
|
-
import { Subscription } from "rxjs";
|
|
4
|
-
import { NgForm } from "@angular/forms";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SendungButtonsComponent implements OnInit, OnDestroy {
|
|
7
|
-
private formService;
|
|
8
|
-
subscriptions: Subscription;
|
|
9
|
-
showButtons: boolean;
|
|
10
|
-
selectedButton: string;
|
|
11
|
-
submitButtonClicked: EventEmitter<any>;
|
|
12
|
-
constructor(formService: FormService);
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
onSubmit(form: NgForm): void;
|
|
15
|
-
clickedButton(buttonName: string): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungButtonsComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungButtonsComponent, "lib-sendung-buttons", never, {}, { "submitButtonClicked": "submitButtonClicked"; }, never, never, true, never>;
|
|
19
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export * from './lib/sendung-lib.service';
|
|
2
|
-
export * from './lib/sendung-lib.component';
|
|
3
|
-
export * from './lib/components/sendung-information/sendung-information.component';
|
|
4
|
-
export * from './lib/components/ds-sendung-korrektur/ds-sendung-korrektur.component';
|
|
5
|
-
export * from './lib/view/sendung-buttons/sendung-buttons.component';
|
package/sendung-lib-1.0.20-9.tgz
DELETED
|
Binary file
|