sendung-lib 1.0.21 → 1.0.22
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 +95 -0
- package/esm2022/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.mjs +47 -0
- package/esm2022/lib/components/colli-uebersicht/colli-uebersicht.component.mjs +80 -0
- package/esm2022/lib/components/dispo-detail/dispo-detail.component.mjs +65 -0
- package/esm2022/lib/components/ds-sendung-korrektur/ds-sendung-korrektur.component.mjs +48 -0
- package/esm2022/lib/components/gefahrgut/gefahrgut.component.mjs +61 -0
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.mjs +35 -0
- package/esm2022/lib/components/sendung-ereignisse/sendung-ereignisse.component.mjs +74 -0
- package/esm2022/lib/components/sendung-information/info-cell/info-cell.component.mjs +75 -0
- package/esm2022/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.mjs +36 -0
- package/esm2022/lib/components/sendung-information/sendung-information.component.mjs +173 -0
- package/esm2022/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.mjs +48 -0
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.mjs +51 -0
- package/esm2022/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.mjs +180 -0
- package/esm2022/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.mjs +36 -0
- package/esm2022/lib/components/sendungskette/sendungskette.component.mjs +117 -0
- package/esm2022/lib/models/colliEventsModel.mjs +2 -0
- package/esm2022/lib/models/colliubersichtModel.mjs +2 -0
- package/esm2022/lib/models/dienstModel.mjs +2 -0
- package/esm2022/lib/models/dispoDetailsModel.mjs +2 -0
- package/esm2022/lib/models/gefahrgutModel.mjs +2 -0
- package/esm2022/lib/models/index.mjs +9 -0
- package/esm2022/lib/models/packstueckeModel.mjs +2 -0
- package/esm2022/lib/models/scannungenModel.mjs +2 -0
- package/esm2022/lib/models/sendungsereignisse.model.mjs +2 -0
- package/esm2022/lib/models/shipment-info.model.mjs +2 -0
- package/esm2022/lib/sendung-lib.component.mjs +11 -0
- package/esm2022/lib/sendung-lib.service.mjs +14 -0
- package/esm2022/lib/services/form.service.mjs +63 -0
- package/esm2022/lib/services/locale.de.mjs +219 -0
- package/esm2022/public-api.mjs +8 -0
- package/esm2022/sendung-lib.mjs +5 -0
- package/fesm2022/sendung-lib.mjs +139 -222
- package/fesm2022/sendung-lib.mjs.map +1 -1
- package/index.d.ts +5 -487
- package/lib/components/colli-ereignisse/colli-ereignisse.component.d.ts +217 -0
- package/lib/components/colli-ereignisse/colli-info-cell/colli-info-cell.component.d.ts +19 -0
- package/lib/components/colli-uebersicht/colli-uebersicht.component.d.ts +217 -0
- package/lib/components/dispo-detail/dispo-detail.component.d.ts +217 -0
- package/lib/components/ds-sendung-korrektur/ds-sendung-korrektur.component.d.ts +20 -0
- package/lib/components/gefahrgut/gefahrgut.component.d.ts +216 -0
- package/lib/components/sendung-ereignisse/sendung-ereignisse-info-cell/sendung-ereignisse-info-cell.component.d.ts +19 -0
- package/lib/components/sendung-ereignisse/sendung-ereignisse.component.d.ts +217 -0
- package/lib/components/sendung-information/info-cell/info-cell.component.d.ts +27 -0
- package/lib/components/sendung-information/radioaktiv-cell/radioaktiv-cell.component.d.ts +17 -0
- package/lib/components/sendung-information/sendung-information.component.d.ts +234 -0
- package/lib/components/sendung-information/sendung-korrektur/aktuelle-daten/aktuelle-daten.component.d.ts +20 -0
- package/lib/components/sendung-information/sendung-korrektur/korrektur-button-cell/korrektur-button-cell.component.d.ts +24 -0
- package/lib/components/sendung-information/sendung-korrektur/korrektur-daten/korrektur-daten.component.d.ts +42 -0
- package/lib/components/sendungskette/empfaenger-details/empfaenger-details.component.d.ts +17 -0
- package/lib/components/sendungskette/sendungskette.component.d.ts +222 -0
- package/lib/models/colliEventsModel.d.ts +33 -0
- package/lib/models/colliubersichtModel.d.ts +16 -0
- package/lib/models/dienstModel.d.ts +10 -0
- package/lib/models/dispoDetailsModel.d.ts +11 -0
- package/lib/models/gefahrgutModel.d.ts +24 -0
- package/lib/models/index.d.ts +8 -0
- package/lib/models/packstueckeModel.d.ts +7 -0
- package/lib/models/scannungenModel.d.ts +31 -0
- package/lib/models/sendungsereignisse.model.d.ts +18 -0
- package/lib/models/shipment-info.model.d.ts +42 -0
- package/lib/sendung-lib.component.d.ts +5 -0
- package/lib/sendung-lib.service.d.ts +6 -0
- package/lib/services/form.service.d.ts +17 -0
- package/lib/services/locale.de.d.ts +201 -0
- package/package.json +3 -1
- package/public-api.d.ts +4 -0
- package/sendung-lib-1.0.22.tgz +0 -0
- package/sendung-lib-1.0.21.tgz +0 -0
package/index.d.ts
CHANGED
|
@@ -1,487 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import * as _ngx_translate_core from '@ngx-translate/core';
|
|
7
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
8
|
-
import { BsModalRef, BsModalService } from 'ngx-bootstrap/modal';
|
|
9
|
-
|
|
10
|
-
declare class SendungLibService {
|
|
11
|
-
constructor();
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungLibService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SendungLibService>;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
declare class SendungLibComponent {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungLibComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungLibComponent, "lib-sendung-lib", never, {}, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
interface ColliEvent {
|
|
22
|
-
id: number;
|
|
23
|
-
sendungId?: number;
|
|
24
|
-
zeitpunkt: string;
|
|
25
|
-
zeitpunkt_rutsche?: string;
|
|
26
|
-
barcode: string;
|
|
27
|
-
scantyp: string;
|
|
28
|
-
statustypId?: number;
|
|
29
|
-
statustyp?: string;
|
|
30
|
-
statusgrundtypId?: number;
|
|
31
|
-
statusgrundtyp?: string;
|
|
32
|
-
raumBarcode?: string;
|
|
33
|
-
bezugBarcode?: string;
|
|
34
|
-
storno: number;
|
|
35
|
-
gewicht?: string;
|
|
36
|
-
gewichtreferenz?: string;
|
|
37
|
-
taragewicht?: string;
|
|
38
|
-
laenge?: string;
|
|
39
|
-
breite?: string;
|
|
40
|
-
hoehe?: string;
|
|
41
|
-
volumen?: string;
|
|
42
|
-
volumenreferenz?: string;
|
|
43
|
-
geraettyp?: string;
|
|
44
|
-
geraetenummer?: string;
|
|
45
|
-
bearbeiter?: string;
|
|
46
|
-
sollRutsche?: number;
|
|
47
|
-
istRutsche?: number;
|
|
48
|
-
depotnr?: number;
|
|
49
|
-
tournr?: string;
|
|
50
|
-
stopp?: string;
|
|
51
|
-
colli?: number;
|
|
52
|
-
paletten?: number;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
interface Gefahrgut {
|
|
56
|
-
gefahrgutId: number;
|
|
57
|
-
sendungId: number;
|
|
58
|
-
unnr?: string;
|
|
59
|
-
lq: boolean;
|
|
60
|
-
gewicht?: number;
|
|
61
|
-
faktor?: number;
|
|
62
|
-
stoffbezeichnung?: string;
|
|
63
|
-
verpackungsgruppe?: string;
|
|
64
|
-
klasse?: number;
|
|
65
|
-
gefahrzettel?: number;
|
|
66
|
-
kategorie?: number;
|
|
67
|
-
sondervorschrift?: string;
|
|
68
|
-
tunnelbeschraenkungscode?: string;
|
|
69
|
-
nebengefahren?: string[];
|
|
70
|
-
radionuklid?: string;
|
|
71
|
-
radionuklidform?: number;
|
|
72
|
-
aktivitaet?: number;
|
|
73
|
-
masseinheit?: string;
|
|
74
|
-
versandstueckkategorie?: number;
|
|
75
|
-
transportkennzahl?: number;
|
|
76
|
-
genehmigungsnummer_stoffe?: string;
|
|
77
|
-
genehmigungsnummer_verpackung?: string;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
interface DispoDetails {
|
|
81
|
-
dispoId: number;
|
|
82
|
-
sendungId: number;
|
|
83
|
-
ausliefertag: string;
|
|
84
|
-
wiedereingestreut?: number;
|
|
85
|
-
tournr: string;
|
|
86
|
-
stopp: string;
|
|
87
|
-
colli: number;
|
|
88
|
-
paletten: number;
|
|
89
|
-
gewicht: number;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
interface Sendungsereignisse {
|
|
93
|
-
id: number;
|
|
94
|
-
sendungId: number;
|
|
95
|
-
zeitpunkt: string;
|
|
96
|
-
statustypId: number;
|
|
97
|
-
statustyp: string;
|
|
98
|
-
statusgrundtypId?: number;
|
|
99
|
-
statusgrundtyp?: string;
|
|
100
|
-
abnehmer?: string;
|
|
101
|
-
termin?: string;
|
|
102
|
-
tournr?: string;
|
|
103
|
-
stopp?: number;
|
|
104
|
-
colli?: number;
|
|
105
|
-
paletten?: number;
|
|
106
|
-
raumbarcode?: string;
|
|
107
|
-
bearbeiter?: string;
|
|
108
|
-
storno?: string;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
interface Dienst {
|
|
112
|
-
id: number;
|
|
113
|
-
dienstart: string;
|
|
114
|
-
maskenposition: number;
|
|
115
|
-
code: string;
|
|
116
|
-
bezeichnung: string;
|
|
117
|
-
anzeigeKuerzel?: string;
|
|
118
|
-
uhrzeitErforderlich: boolean;
|
|
119
|
-
sortId?: number;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
interface Packstuecke {
|
|
123
|
-
packstueckId: number;
|
|
124
|
-
sendungId: number;
|
|
125
|
-
packstueckreferenz: string;
|
|
126
|
-
gewicht?: number;
|
|
127
|
-
art?: string;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
interface Scannungen {
|
|
131
|
-
id: number;
|
|
132
|
-
sendungId?: number;
|
|
133
|
-
zeitpunkt: string;
|
|
134
|
-
zeitpunkt_rutsche?: string;
|
|
135
|
-
barcode: string;
|
|
136
|
-
scantyp: string;
|
|
137
|
-
statustypId?: number;
|
|
138
|
-
statustyp?: string;
|
|
139
|
-
statusgrundtypId?: number;
|
|
140
|
-
statusgrundtyp?: string;
|
|
141
|
-
raumBarcode?: string;
|
|
142
|
-
bezugBarcode?: string;
|
|
143
|
-
storno: number;
|
|
144
|
-
gewicht?: string;
|
|
145
|
-
gewichtreferenz?: string;
|
|
146
|
-
taragewicht?: string;
|
|
147
|
-
laenge?: string;
|
|
148
|
-
breite?: string;
|
|
149
|
-
hoehe?: string;
|
|
150
|
-
volumen?: string;
|
|
151
|
-
volumenreferenz?: string;
|
|
152
|
-
geraettyp?: string;
|
|
153
|
-
geraetenummer?: string;
|
|
154
|
-
bearbeiter?: string;
|
|
155
|
-
sollRutsche?: number;
|
|
156
|
-
istRutsche?: number;
|
|
157
|
-
depotnr?: number;
|
|
158
|
-
tournr?: string;
|
|
159
|
-
stopp?: string;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
interface ShipmentInfo {
|
|
163
|
-
sendungId?: number;
|
|
164
|
-
vorgaengerId?: number;
|
|
165
|
-
nachfolgerId?: number;
|
|
166
|
-
erfassungstag: string;
|
|
167
|
-
auftragart: string;
|
|
168
|
-
sendungsnr: string;
|
|
169
|
-
langreferenz: string;
|
|
170
|
-
bcvsnr: string;
|
|
171
|
-
absender: string;
|
|
172
|
-
empfaengerName1: string;
|
|
173
|
-
empfaengerName2?: string;
|
|
174
|
-
empfaengerName3?: string;
|
|
175
|
-
empfaengerAnsprechpartner?: string;
|
|
176
|
-
empfaengerStrasse?: string;
|
|
177
|
-
empfaengerHausnr?: string;
|
|
178
|
-
empfaengerLand?: string;
|
|
179
|
-
empfaengerPlz?: string;
|
|
180
|
-
empfaengerOrt?: string;
|
|
181
|
-
colli: number;
|
|
182
|
-
paletten: number;
|
|
183
|
-
gesamtgewicht?: string;
|
|
184
|
-
nachnahmeBetrag?: string;
|
|
185
|
-
inkassoart?: string;
|
|
186
|
-
hinweisEmpfaenger?: string;
|
|
187
|
-
hinweisOperativ?: string;
|
|
188
|
-
zustelltermin?: string;
|
|
189
|
-
dienste: Dienst[];
|
|
190
|
-
packstuecke: Packstuecke[];
|
|
191
|
-
gefahrgut: Gefahrgut[];
|
|
192
|
-
dispoDetails: DispoDetails[];
|
|
193
|
-
scannungen: Scannungen[];
|
|
194
|
-
sendungsereignisse: Sendungsereignisse[];
|
|
195
|
-
datumUhrzeit?: string;
|
|
196
|
-
diensttypid?: number;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
interface ColliUbersicht {
|
|
200
|
-
id?: number;
|
|
201
|
-
zeitpunkt?: string;
|
|
202
|
-
scantypDateKWE?: string;
|
|
203
|
-
scantypDateRWE?: string;
|
|
204
|
-
scantypDateKWA?: string;
|
|
205
|
-
scantypDateUBN?: string;
|
|
206
|
-
scantypDateBLD?: string;
|
|
207
|
-
scantypDateSTW?: string;
|
|
208
|
-
scantypDateINV?: string;
|
|
209
|
-
scantypDateAUS?: string;
|
|
210
|
-
scantypDateOFL?: string;
|
|
211
|
-
scantypeDatePresort?: string;
|
|
212
|
-
hinweis?: string;
|
|
213
|
-
barcode?: string;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
declare class FormService {
|
|
217
|
-
submittedForm: BehaviorSubject<any>;
|
|
218
|
-
dienste: BehaviorSubject<any>;
|
|
219
|
-
dienste$: rxjs.Observable<any>;
|
|
220
|
-
allowedDienste: BehaviorSubject<any[]>;
|
|
221
|
-
oldDienst: any;
|
|
222
|
-
shipmentInfo: BehaviorSubject<any[]>;
|
|
223
|
-
selbstabholer: BehaviorSubject<boolean>;
|
|
224
|
-
selbstAbh: any;
|
|
225
|
-
constructor();
|
|
226
|
-
getSubmittedForm(form: any): void;
|
|
227
|
-
setDienste(dienste: any): void;
|
|
228
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormService, never>;
|
|
229
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormService>;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
declare class LanguageService {
|
|
233
|
-
private translate;
|
|
234
|
-
constructor(translate: TranslateService);
|
|
235
|
-
use(lang: string): void;
|
|
236
|
-
get onLangChange$(): rxjs.Observable<_ngx_translate_core.LangChangeEvent>;
|
|
237
|
-
translateColumnHeader(key: string): string;
|
|
238
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageService, never>;
|
|
239
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LanguageService>;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
declare class SendungInformationComponent implements OnInit {
|
|
243
|
-
private formService;
|
|
244
|
-
private langService;
|
|
245
|
-
gridApi: GridApi;
|
|
246
|
-
columnDef: ColDef[];
|
|
247
|
-
defaultColDef: ColDef;
|
|
248
|
-
isCollapsed: boolean;
|
|
249
|
-
locale: {
|
|
250
|
-
selectAll: string;
|
|
251
|
-
selectAllSearchResults: string;
|
|
252
|
-
searchOoo: string;
|
|
253
|
-
blanks: string;
|
|
254
|
-
noMatches: string;
|
|
255
|
-
filterOoo: string;
|
|
256
|
-
equals: string;
|
|
257
|
-
notEqual: string;
|
|
258
|
-
empty: string;
|
|
259
|
-
lessThan: string;
|
|
260
|
-
greaterThan: string;
|
|
261
|
-
lessThanOrEqual: string;
|
|
262
|
-
greaterThanOrEqual: string;
|
|
263
|
-
inRange: string;
|
|
264
|
-
inRangeStart: string;
|
|
265
|
-
inRangeEnd: string;
|
|
266
|
-
contains: string;
|
|
267
|
-
notContains: string;
|
|
268
|
-
startsWith: string;
|
|
269
|
-
endsWith: string;
|
|
270
|
-
dateFormatOoo: string;
|
|
271
|
-
andCondition: string;
|
|
272
|
-
orCondition: string;
|
|
273
|
-
applyFilter: string;
|
|
274
|
-
resetFilter: string;
|
|
275
|
-
clearFilter: string;
|
|
276
|
-
cancelFilter: string;
|
|
277
|
-
textFilter: string;
|
|
278
|
-
numberFilter: string;
|
|
279
|
-
dateFilter: string;
|
|
280
|
-
setFilter: string;
|
|
281
|
-
columns: string;
|
|
282
|
-
filters: string;
|
|
283
|
-
pivotMode: string;
|
|
284
|
-
groups: string;
|
|
285
|
-
rowGroupColumnsEmptyMessage: string;
|
|
286
|
-
values: string;
|
|
287
|
-
valueColumnsEmptyMessage: string;
|
|
288
|
-
pivots: string;
|
|
289
|
-
pivotColumnsEmptyMessage: string;
|
|
290
|
-
group: string;
|
|
291
|
-
loadingOoo: string;
|
|
292
|
-
noRowsToShow: string;
|
|
293
|
-
enabled: string;
|
|
294
|
-
pinColumn: string;
|
|
295
|
-
pinLeft: string;
|
|
296
|
-
pinRight: string;
|
|
297
|
-
noPin: string;
|
|
298
|
-
valueAggregation: string;
|
|
299
|
-
autosizeThiscolumn: string;
|
|
300
|
-
autosizeAllColumns: string;
|
|
301
|
-
groupBy: string;
|
|
302
|
-
ungroupBy: string;
|
|
303
|
-
resetColumns: string;
|
|
304
|
-
expandAll: string;
|
|
305
|
-
collapseAll: string;
|
|
306
|
-
copy: string;
|
|
307
|
-
ctrlC: string;
|
|
308
|
-
copyWithHeaders: string;
|
|
309
|
-
paste: string;
|
|
310
|
-
ctrlV: string;
|
|
311
|
-
export: string;
|
|
312
|
-
csvExport: string;
|
|
313
|
-
excelExport: string;
|
|
314
|
-
excelXmlExport: string;
|
|
315
|
-
sum: string;
|
|
316
|
-
min: string;
|
|
317
|
-
max: string;
|
|
318
|
-
none: string;
|
|
319
|
-
count: string;
|
|
320
|
-
avg: string;
|
|
321
|
-
filteredRows: string;
|
|
322
|
-
selectedRows: string;
|
|
323
|
-
totalRows: string;
|
|
324
|
-
totalAndFilteredRows: string;
|
|
325
|
-
more: string;
|
|
326
|
-
to: string;
|
|
327
|
-
of: string;
|
|
328
|
-
page: string;
|
|
329
|
-
nextPage: string;
|
|
330
|
-
lastPage: string;
|
|
331
|
-
firstPage: string;
|
|
332
|
-
previousPage: string;
|
|
333
|
-
pivotChartAndPivotMode: string;
|
|
334
|
-
pivotChart: string;
|
|
335
|
-
chartRange: string;
|
|
336
|
-
columnChart: string;
|
|
337
|
-
groupedColumn: string;
|
|
338
|
-
stackedColumn: string;
|
|
339
|
-
normalizedColumn: string;
|
|
340
|
-
barChart: string;
|
|
341
|
-
groupedBar: string;
|
|
342
|
-
stackedBar: string;
|
|
343
|
-
normalizedBar: string;
|
|
344
|
-
pieChart: string;
|
|
345
|
-
pie: string;
|
|
346
|
-
doughnut: string;
|
|
347
|
-
line: string;
|
|
348
|
-
xyChart: string;
|
|
349
|
-
scatter: string;
|
|
350
|
-
bubble: string;
|
|
351
|
-
areaChart: string;
|
|
352
|
-
area: string;
|
|
353
|
-
stackedArea: string;
|
|
354
|
-
normalizedArea: string;
|
|
355
|
-
histogramChart: string;
|
|
356
|
-
pivotChartTitle: string;
|
|
357
|
-
rangeChartTitle: string;
|
|
358
|
-
settings: string;
|
|
359
|
-
data: string;
|
|
360
|
-
format: string;
|
|
361
|
-
categories: string;
|
|
362
|
-
defaultCategory: string;
|
|
363
|
-
series: string;
|
|
364
|
-
xyValues: string;
|
|
365
|
-
paired: string;
|
|
366
|
-
axis: string;
|
|
367
|
-
navigator: string;
|
|
368
|
-
color: string;
|
|
369
|
-
thickness: string;
|
|
370
|
-
xType: string;
|
|
371
|
-
automatic: string;
|
|
372
|
-
category: string;
|
|
373
|
-
number: string;
|
|
374
|
-
time: string;
|
|
375
|
-
xRotation: string;
|
|
376
|
-
yRotation: string;
|
|
377
|
-
ticks: string;
|
|
378
|
-
width: string;
|
|
379
|
-
height: string;
|
|
380
|
-
length: string;
|
|
381
|
-
padding: string;
|
|
382
|
-
spacing: string;
|
|
383
|
-
chart: string;
|
|
384
|
-
title: string;
|
|
385
|
-
titlePlaceholder: string;
|
|
386
|
-
background: string;
|
|
387
|
-
font: string;
|
|
388
|
-
top: string;
|
|
389
|
-
right: string;
|
|
390
|
-
bottom: string;
|
|
391
|
-
left: string;
|
|
392
|
-
labels: string;
|
|
393
|
-
size: string;
|
|
394
|
-
minSize: string;
|
|
395
|
-
maxSize: string;
|
|
396
|
-
legend: string;
|
|
397
|
-
position: string;
|
|
398
|
-
markerSize: string;
|
|
399
|
-
markerStroke: string;
|
|
400
|
-
markerPadding: string;
|
|
401
|
-
itemSpacing: string;
|
|
402
|
-
itemPaddingX: string;
|
|
403
|
-
itemPaddingY: string;
|
|
404
|
-
layoutHorizontalSpacing: string;
|
|
405
|
-
layoutVerticalSpacing: string;
|
|
406
|
-
strokeWidth: string;
|
|
407
|
-
offset: string;
|
|
408
|
-
offsets: string;
|
|
409
|
-
tooltips: string;
|
|
410
|
-
callout: string;
|
|
411
|
-
markers: string;
|
|
412
|
-
shadow: string;
|
|
413
|
-
blur: string;
|
|
414
|
-
xOffset: string;
|
|
415
|
-
yOffset: string;
|
|
416
|
-
lineWidth: string;
|
|
417
|
-
normal: string;
|
|
418
|
-
bold: string;
|
|
419
|
-
italic: string;
|
|
420
|
-
boldItalic: string;
|
|
421
|
-
predefined: string;
|
|
422
|
-
fillOpacity: string;
|
|
423
|
-
strokeOpacity: string;
|
|
424
|
-
histogramBinCount: string;
|
|
425
|
-
columnGroup: string;
|
|
426
|
-
barGroup: string;
|
|
427
|
-
pieGroup: string;
|
|
428
|
-
lineGroup: string;
|
|
429
|
-
scatterGroup: string;
|
|
430
|
-
areaGroup: string;
|
|
431
|
-
histogramGroup: string;
|
|
432
|
-
groupedColumnTooltip: string;
|
|
433
|
-
stackedColumnTooltip: string;
|
|
434
|
-
normalizedColumnTooltip: string;
|
|
435
|
-
groupedBarTooltip: string;
|
|
436
|
-
stackedBarTooltip: string;
|
|
437
|
-
normalizedBarTooltip: string;
|
|
438
|
-
pieTooltip: string;
|
|
439
|
-
doughnutTooltip: string;
|
|
440
|
-
lineTooltip: string;
|
|
441
|
-
groupedAreaTooltip: string;
|
|
442
|
-
stackedAreaTooltip: string;
|
|
443
|
-
normalizedAreaTooltip: string;
|
|
444
|
-
scatterTooltip: string;
|
|
445
|
-
bubbleTooltip: string;
|
|
446
|
-
histogramTooltip: string;
|
|
447
|
-
noDataToChart: string;
|
|
448
|
-
pivotChartRequiresPivotMode: string;
|
|
449
|
-
};
|
|
450
|
-
overlayLoadingTemplate: any;
|
|
451
|
-
show: boolean;
|
|
452
|
-
sendCorrectedValues: EventEmitter<any>;
|
|
453
|
-
colliEvent$: Observable<ColliEvent[]>;
|
|
454
|
-
sendungsereignisse$: Observable<Sendungsereignisse[]>;
|
|
455
|
-
dangerousGoods$: Observable<Gefahrgut[]>;
|
|
456
|
-
sendungskette$: Observable<ShipmentInfo[]>;
|
|
457
|
-
dispoDetails$: Observable<DispoDetails[]>;
|
|
458
|
-
colliUbersicht$: Observable<ColliUbersicht[]>;
|
|
459
|
-
dienste: Observable<any>;
|
|
460
|
-
set shipmentInfoDetails(data: Observable<any[]>);
|
|
461
|
-
constructor(formService: FormService, langService: LanguageService);
|
|
462
|
-
ngOnInit(): void;
|
|
463
|
-
gridReady(params: GridReadyEvent): void;
|
|
464
|
-
getColAndPal(params: any): string;
|
|
465
|
-
showDienste(param: any): string;
|
|
466
|
-
toggleCollapse(): void;
|
|
467
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SendungInformationComponent, never>;
|
|
468
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SendungInformationComponent, "lib-sendung-information", never, { "colliEvent$": { "alias": "colliEvent$"; "required": false; }; "sendungsereignisse$": { "alias": "sendungsereignisse$"; "required": false; }; "dangerousGoods$": { "alias": "dangerousGoods$"; "required": false; }; "sendungskette$": { "alias": "sendungskette$"; "required": false; }; "dispoDetails$": { "alias": "dispoDetails$"; "required": false; }; "colliUbersicht$": { "alias": "colliUbersicht$"; "required": false; }; "dienste": { "alias": "dienste"; "required": false; }; "shipmentInfoDetails": { "alias": "shipmentInfoDetails"; "required": false; }; }, { "sendCorrectedValues": "sendCorrectedValues"; }, never, never, true, never>;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
declare class DsSendungKorrekturComponent {
|
|
472
|
-
private modalService;
|
|
473
|
-
private formService;
|
|
474
|
-
modalRef: BsModalRef;
|
|
475
|
-
dienste: Dienst[];
|
|
476
|
-
singleShipmentInformation: ShipmentInfo;
|
|
477
|
-
shipmentInfos: ShipmentInfo[];
|
|
478
|
-
allowedDienste: Dienst[];
|
|
479
|
-
sendCorrectedValues: EventEmitter<any>;
|
|
480
|
-
constructor(modalService: BsModalService, formService: FormService);
|
|
481
|
-
openModal(template: TemplateRef<any>): void;
|
|
482
|
-
closeModal(event: any): void;
|
|
483
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DsSendungKorrekturComponent, never>;
|
|
484
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsSendungKorrekturComponent, "lib-ds-sendung-korrektur", never, { "shipmentInfos": { "alias": "shipmentInfos"; "required": false; }; "allowedDienste": { "alias": "allowedDienste"; "required": false; }; }, { "sendCorrectedValues": "sendCorrectedValues"; }, never, never, true, never>;
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
export { DsSendungKorrekturComponent, SendungInformationComponent, SendungLibComponent, SendungLibService };
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="sendung-lib" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { ColDef, GridApi, GridReadyEvent } from "ag-grid-community";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import { ColliEvent } from "../../models";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ColliEreignisseComponent {
|
|
6
|
+
gridApi: GridApi;
|
|
7
|
+
columnDef: ColDef[];
|
|
8
|
+
defaultColDef: ColDef;
|
|
9
|
+
show: boolean;
|
|
10
|
+
locale: {
|
|
11
|
+
selectAll: string;
|
|
12
|
+
selectAllSearchResults: string;
|
|
13
|
+
searchOoo: string;
|
|
14
|
+
blanks: string;
|
|
15
|
+
noMatches: string;
|
|
16
|
+
filterOoo: string;
|
|
17
|
+
equals: string;
|
|
18
|
+
notEqual: string;
|
|
19
|
+
empty: string;
|
|
20
|
+
lessThan: string;
|
|
21
|
+
greaterThan: string;
|
|
22
|
+
lessThanOrEqual: string;
|
|
23
|
+
greaterThanOrEqual: string;
|
|
24
|
+
inRange: string;
|
|
25
|
+
inRangeStart: string;
|
|
26
|
+
inRangeEnd: string;
|
|
27
|
+
contains: string;
|
|
28
|
+
notContains: string;
|
|
29
|
+
startsWith: string;
|
|
30
|
+
endsWith: string;
|
|
31
|
+
dateFormatOoo: string;
|
|
32
|
+
andCondition: string;
|
|
33
|
+
orCondition: string;
|
|
34
|
+
applyFilter: string;
|
|
35
|
+
resetFilter: string;
|
|
36
|
+
clearFilter: string;
|
|
37
|
+
cancelFilter: string;
|
|
38
|
+
textFilter: string;
|
|
39
|
+
numberFilter: string;
|
|
40
|
+
dateFilter: string;
|
|
41
|
+
setFilter: string;
|
|
42
|
+
columns: string;
|
|
43
|
+
filters: string;
|
|
44
|
+
pivotMode: string;
|
|
45
|
+
groups: string;
|
|
46
|
+
rowGroupColumnsEmptyMessage: string;
|
|
47
|
+
values: string;
|
|
48
|
+
valueColumnsEmptyMessage: string;
|
|
49
|
+
pivots: string;
|
|
50
|
+
pivotColumnsEmptyMessage: string;
|
|
51
|
+
group: string;
|
|
52
|
+
loadingOoo: string;
|
|
53
|
+
noRowsToShow: string;
|
|
54
|
+
enabled: string;
|
|
55
|
+
pinColumn: string;
|
|
56
|
+
pinLeft: string;
|
|
57
|
+
pinRight: string;
|
|
58
|
+
noPin: string;
|
|
59
|
+
valueAggregation: string;
|
|
60
|
+
autosizeThiscolumn: string;
|
|
61
|
+
autosizeAllColumns: string;
|
|
62
|
+
groupBy: string;
|
|
63
|
+
ungroupBy: string;
|
|
64
|
+
resetColumns: string;
|
|
65
|
+
expandAll: string;
|
|
66
|
+
collapseAll: string;
|
|
67
|
+
copy: string;
|
|
68
|
+
ctrlC: string;
|
|
69
|
+
copyWithHeaders: string;
|
|
70
|
+
paste: string;
|
|
71
|
+
ctrlV: string;
|
|
72
|
+
export: string;
|
|
73
|
+
csvExport: string;
|
|
74
|
+
excelExport: string;
|
|
75
|
+
excelXmlExport: string;
|
|
76
|
+
sum: string;
|
|
77
|
+
min: string;
|
|
78
|
+
max: string;
|
|
79
|
+
none: string;
|
|
80
|
+
count: string;
|
|
81
|
+
avg: string;
|
|
82
|
+
filteredRows: string;
|
|
83
|
+
selectedRows: string;
|
|
84
|
+
totalRows: string;
|
|
85
|
+
totalAndFilteredRows: string;
|
|
86
|
+
more: string;
|
|
87
|
+
to: string;
|
|
88
|
+
of: string;
|
|
89
|
+
page: string;
|
|
90
|
+
nextPage: string;
|
|
91
|
+
lastPage: string;
|
|
92
|
+
firstPage: string;
|
|
93
|
+
previousPage: string;
|
|
94
|
+
pivotChartAndPivotMode: string;
|
|
95
|
+
pivotChart: string;
|
|
96
|
+
chartRange: string;
|
|
97
|
+
columnChart: string;
|
|
98
|
+
groupedColumn: string;
|
|
99
|
+
stackedColumn: string;
|
|
100
|
+
normalizedColumn: string;
|
|
101
|
+
barChart: string;
|
|
102
|
+
groupedBar: string;
|
|
103
|
+
stackedBar: string;
|
|
104
|
+
normalizedBar: string;
|
|
105
|
+
pieChart: string;
|
|
106
|
+
pie: string;
|
|
107
|
+
doughnut: string;
|
|
108
|
+
line: string;
|
|
109
|
+
xyChart: string;
|
|
110
|
+
scatter: string;
|
|
111
|
+
bubble: string;
|
|
112
|
+
areaChart: string;
|
|
113
|
+
area: string;
|
|
114
|
+
stackedArea: string;
|
|
115
|
+
normalizedArea: string;
|
|
116
|
+
histogramChart: string;
|
|
117
|
+
pivotChartTitle: string;
|
|
118
|
+
rangeChartTitle: string;
|
|
119
|
+
settings: string;
|
|
120
|
+
data: string;
|
|
121
|
+
format: string;
|
|
122
|
+
categories: string;
|
|
123
|
+
defaultCategory: string;
|
|
124
|
+
series: string;
|
|
125
|
+
xyValues: string;
|
|
126
|
+
paired: string;
|
|
127
|
+
axis: string;
|
|
128
|
+
navigator: string;
|
|
129
|
+
color: string;
|
|
130
|
+
thickness: string;
|
|
131
|
+
xType: string;
|
|
132
|
+
automatic: string;
|
|
133
|
+
category: string;
|
|
134
|
+
number: string;
|
|
135
|
+
time: string;
|
|
136
|
+
xRotation: string;
|
|
137
|
+
yRotation: string;
|
|
138
|
+
ticks: string;
|
|
139
|
+
width: string;
|
|
140
|
+
height: string;
|
|
141
|
+
length: string;
|
|
142
|
+
padding: string;
|
|
143
|
+
spacing: string;
|
|
144
|
+
chart: string;
|
|
145
|
+
title: string;
|
|
146
|
+
titlePlaceholder: string;
|
|
147
|
+
background: string;
|
|
148
|
+
font: string;
|
|
149
|
+
top: string;
|
|
150
|
+
right: string;
|
|
151
|
+
bottom: string;
|
|
152
|
+
left: string;
|
|
153
|
+
labels: string;
|
|
154
|
+
size: string;
|
|
155
|
+
minSize: string;
|
|
156
|
+
maxSize: string;
|
|
157
|
+
legend: string;
|
|
158
|
+
position: string;
|
|
159
|
+
markerSize: string;
|
|
160
|
+
markerStroke: string;
|
|
161
|
+
markerPadding: string;
|
|
162
|
+
itemSpacing: string;
|
|
163
|
+
itemPaddingX: string;
|
|
164
|
+
itemPaddingY: string;
|
|
165
|
+
layoutHorizontalSpacing: string;
|
|
166
|
+
layoutVerticalSpacing: string;
|
|
167
|
+
strokeWidth: string;
|
|
168
|
+
offset: string;
|
|
169
|
+
offsets: string;
|
|
170
|
+
tooltips: string;
|
|
171
|
+
callout: string;
|
|
172
|
+
markers: string;
|
|
173
|
+
shadow: string;
|
|
174
|
+
blur: string;
|
|
175
|
+
xOffset: string;
|
|
176
|
+
yOffset: string;
|
|
177
|
+
lineWidth: string;
|
|
178
|
+
normal: string;
|
|
179
|
+
bold: string;
|
|
180
|
+
italic: string;
|
|
181
|
+
boldItalic: string;
|
|
182
|
+
predefined: string;
|
|
183
|
+
fillOpacity: string;
|
|
184
|
+
strokeOpacity: string;
|
|
185
|
+
histogramBinCount: string;
|
|
186
|
+
columnGroup: string;
|
|
187
|
+
barGroup: string;
|
|
188
|
+
pieGroup: string;
|
|
189
|
+
lineGroup: string;
|
|
190
|
+
scatterGroup: string;
|
|
191
|
+
areaGroup: string;
|
|
192
|
+
histogramGroup: string;
|
|
193
|
+
groupedColumnTooltip: string;
|
|
194
|
+
stackedColumnTooltip: string;
|
|
195
|
+
normalizedColumnTooltip: string;
|
|
196
|
+
groupedBarTooltip: string;
|
|
197
|
+
stackedBarTooltip: string;
|
|
198
|
+
normalizedBarTooltip: string;
|
|
199
|
+
pieTooltip: string;
|
|
200
|
+
doughnutTooltip: string;
|
|
201
|
+
lineTooltip: string;
|
|
202
|
+
groupedAreaTooltip: string;
|
|
203
|
+
stackedAreaTooltip: string;
|
|
204
|
+
normalizedAreaTooltip: string;
|
|
205
|
+
scatterTooltip: string;
|
|
206
|
+
bubbleTooltip: string;
|
|
207
|
+
histogramTooltip: string;
|
|
208
|
+
noDataToChart: string;
|
|
209
|
+
pivotChartRequiresPivotMode: string;
|
|
210
|
+
};
|
|
211
|
+
colliEvent: Observable<ColliEvent[]>;
|
|
212
|
+
constructor();
|
|
213
|
+
gridReady(params: GridReadyEvent): void;
|
|
214
|
+
sliceTime(params: any): any;
|
|
215
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColliEreignisseComponent, never>;
|
|
216
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColliEreignisseComponent, "lib-colli-ereignisse", never, { "colliEvent": { "alias": "colliEvent"; "required": false; }; }, {}, never, never, true, never>;
|
|
217
|
+
}
|