ezlibrary_v2 0.0.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.
- package/esm2020/ezlibrary_v2.mjs +5 -0
- package/esm2020/lib/admin-service/admin-service.service.mjs +36 -0
- package/esm2020/lib/analysis-search/analysis-search.component.mjs +1083 -0
- package/esm2020/lib/assort-service/assort-service.service.mjs +31 -0
- package/esm2020/lib/attribute-definition/attribute-definition.component.mjs +231 -0
- package/esm2020/lib/auth/auth.guard.mjs +40 -0
- package/esm2020/lib/bi-service/bi.service.mjs +58 -0
- package/esm2020/lib/call-info/callinfo.component.mjs +126 -0
- package/esm2020/lib/comman-service/comman-service.service.mjs +679 -0
- package/esm2020/lib/comman-service/share-data-service.service.mjs +23 -0
- package/esm2020/lib/contact-search/contact-search.component.mjs +679 -0
- package/esm2020/lib/contact-service/contact-service.service.mjs +47 -0
- package/esm2020/lib/ezheader/header.component.mjs +383 -0
- package/esm2020/lib/ezlib.module.mjs +220 -0
- package/esm2020/lib/file-upload/fileupload.component.mjs +920 -0
- package/esm2020/lib/file-upload-log/file-upload-log.component.mjs +175 -0
- package/esm2020/lib/fileupload-module/fileupload-dashboard/fileupload-dashboard.component.mjs +14 -0
- package/esm2020/lib/fileupload-module/fileupload-routing.module.mjs +28 -0
- package/esm2020/lib/footer/footer.component.mjs +18 -0
- package/esm2020/lib/globle/common-pdf.service.mjs +28 -0
- package/esm2020/lib/globle/globle-env.service.mjs +45 -0
- package/esm2020/lib/globle/memo-report.service.mjs +2800 -0
- package/esm2020/lib/globle/pdf-service.service.mjs +18848 -0
- package/esm2020/lib/globle/shared-services.service.mjs +27 -0
- package/esm2020/lib/globle/upload-service.service.mjs +69 -0
- package/esm2020/lib/header/header.component.mjs +179 -0
- package/esm2020/lib/invalid/invalid.component.mjs +71 -0
- package/esm2020/lib/logout/logout.component.mjs +107 -0
- package/esm2020/lib/menu-right/menu-right.component.mjs +252 -0
- package/esm2020/lib/pipes/number-with-commas.pipe.mjs +24 -0
- package/esm2020/lib/pipes/order-by-pipe.pipe.mjs +17 -0
- package/esm2020/lib/pipes/selectedCount.mjs +19 -0
- package/esm2020/lib/pipes/sum.pipe.mjs +16 -0
- package/esm2020/lib/pkt-data/pkt-data.component.mjs +1107 -0
- package/esm2020/lib/pricing-service/pricing.service.mjs +58 -0
- package/esm2020/lib/qa-analysis/qa-analysis.component.mjs +1035 -0
- package/esm2020/lib/report-format/report-format.component.mjs +400 -0
- package/esm2020/lib/sessionend/session-end.guard.mjs +28 -0
- package/esm2020/lib/stock-service/lazyload.service.mjs +21 -0
- package/esm2020/lib/stock-service/stock-service.service.mjs +62 -0
- package/esm2020/lib/system-module/subform/subform.component.mjs +2481 -0
- package/esm2020/lib/system-module/system/system.component.mjs +959 -0
- package/esm2020/lib/system-module/system-service/system-service.service.mjs +85 -0
- package/esm2020/lib/system-module/system-service/upload-file.service.mjs +86 -0
- package/esm2020/lib/utility/app-no-dbl-click.directive.mjs +23 -0
- package/esm2020/lib/utility/constants.mjs +5 -0
- package/esm2020/lib/utility/contact-table-search.pipe.mjs +25 -0
- package/esm2020/lib/utility/formate-num-field.pipe.mjs +19 -0
- package/esm2020/lib/utility/search-pipe.pipe.mjs +26 -0
- package/esm2020/lib/utility/selective-preloading-strategy.mjs +23 -0
- package/esm2020/lib/utility/table-search.pipe.mjs +25 -0
- package/esm2020/lib/utility/tranform.directive.mjs +27 -0
- package/esm2020/lib/websearch-history/websearch-history.component.mjs +273 -0
- package/esm2020/public_api.mjs +57 -0
- package/ezlibrary_v2.d.ts +5 -0
- package/fesm2015/ezlibrary_v2.mjs +33543 -0
- package/fesm2015/ezlibrary_v2.mjs.map +1 -0
- package/fesm2020/ezlibrary_v2.mjs +33533 -0
- package/fesm2020/ezlibrary_v2.mjs.map +1 -0
- package/lib/admin-service/admin-service.service.d.ts +13 -0
- package/lib/analysis-search/analysis-search.component.d.ts +122 -0
- package/lib/assort-service/assort-service.service.d.ts +12 -0
- package/lib/attribute-definition/attribute-definition.component.d.ts +47 -0
- package/lib/auth/auth.guard.d.ts +16 -0
- package/lib/bi-service/bi.service.d.ts +20 -0
- package/lib/call-info/callinfo.component.d.ts +30 -0
- package/lib/comman-service/comman-service.service.d.ts +111 -0
- package/lib/comman-service/share-data-service.service.d.ts +10 -0
- package/lib/contact-search/contact-search.component.d.ts +115 -0
- package/lib/contact-service/contact-service.service.d.ts +15 -0
- package/lib/ezheader/header.component.d.ts +61 -0
- package/lib/ezlib.module.d.ts +47 -0
- package/lib/file-upload/fileupload.component.d.ts +131 -0
- package/lib/file-upload-log/file-upload-log.component.d.ts +53 -0
- package/lib/fileupload-module/fileupload-dashboard/fileupload-dashboard.component.d.ts +8 -0
- package/lib/fileupload-module/fileupload-routing.module.d.ts +7 -0
- package/lib/footer/footer.component.d.ts +9 -0
- package/lib/globle/common-pdf.service.d.ts +9 -0
- package/lib/globle/globle-env.service.d.ts +16 -0
- package/lib/globle/memo-report.service.d.ts +107 -0
- package/lib/globle/pdf-service.service.d.ts +459 -0
- package/lib/globle/shared-services.service.d.ts +12 -0
- package/lib/globle/upload-service.service.d.ts +20 -0
- package/lib/header/header.component.d.ts +45 -0
- package/lib/invalid/invalid.component.d.ts +12 -0
- package/lib/logout/logout.component.d.ts +21 -0
- package/lib/menu-right/menu-right.component.d.ts +47 -0
- package/lib/pipes/number-with-commas.pipe.d.ts +7 -0
- package/lib/pipes/order-by-pipe.pipe.d.ts +7 -0
- package/lib/pipes/selectedCount.d.ts +7 -0
- package/lib/pipes/sum.pipe.d.ts +7 -0
- package/lib/pkt-data/pkt-data.component.d.ts +189 -0
- package/lib/pricing-service/pricing.service.d.ts +20 -0
- package/lib/qa-analysis/qa-analysis.component.d.ts +99 -0
- package/lib/report-format/report-format.component.d.ts +74 -0
- package/lib/sessionend/session-end.guard.d.ts +10 -0
- package/lib/stock-service/lazyload.service.d.ts +7 -0
- package/lib/stock-service/stock-service.service.d.ts +19 -0
- package/lib/system-module/subform/subform.component.d.ts +227 -0
- package/lib/system-module/system/system.component.d.ts +113 -0
- package/lib/system-module/system-service/system-service.service.d.ts +23 -0
- package/lib/system-module/system-service/upload-file.service.d.ts +12 -0
- package/lib/utility/app-no-dbl-click.directive.d.ts +7 -0
- package/lib/utility/constants.d.ts +4 -0
- package/lib/utility/contact-table-search.pipe.d.ts +7 -0
- package/lib/utility/formate-num-field.pipe.d.ts +7 -0
- package/lib/utility/search-pipe.pipe.d.ts +7 -0
- package/lib/utility/selective-preloading-strategy.d.ts +9 -0
- package/lib/utility/table-search.pipe.d.ts +7 -0
- package/lib/utility/tranform.directive.d.ts +10 -0
- package/lib/websearch-history/websearch-history.component.d.ts +62 -0
- package/package.json +48 -0
- package/public_api.d.ts +52 -0
|
@@ -0,0 +1,459 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PdfServiceService {
|
|
5
|
+
private http;
|
|
6
|
+
private cs;
|
|
7
|
+
constructor(http: HttpClient, cs: CommanServiceService);
|
|
8
|
+
result: any;
|
|
9
|
+
headerDetails: any;
|
|
10
|
+
memoDetails: any[];
|
|
11
|
+
attrDisplayDtl: any;
|
|
12
|
+
GrandSummary: any;
|
|
13
|
+
pdfFormat: any;
|
|
14
|
+
packetDetails: any[];
|
|
15
|
+
packetSummaryDetails: any;
|
|
16
|
+
pktSummary: any;
|
|
17
|
+
a: string[];
|
|
18
|
+
b: string[];
|
|
19
|
+
Unused_pendingMemoPdf(resData: any): void;
|
|
20
|
+
createMemoEstimate(resData: any): void;
|
|
21
|
+
getTableWithOutGroup(resData: any, amt: any, strr: any): {
|
|
22
|
+
style: string;
|
|
23
|
+
alignment: string;
|
|
24
|
+
table: {
|
|
25
|
+
headerRows: number;
|
|
26
|
+
widths: any[];
|
|
27
|
+
body: any[];
|
|
28
|
+
};
|
|
29
|
+
layout: {
|
|
30
|
+
hLineWidth: (i: any, node: any) => number;
|
|
31
|
+
vLineWidth: (i: any, node: any) => number;
|
|
32
|
+
hLineColor: (i: any, node: any) => string;
|
|
33
|
+
vLineColor: (i: any, node: any) => string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
getPktMixTable(resData: any): {
|
|
37
|
+
alignment: string;
|
|
38
|
+
fontSize: number;
|
|
39
|
+
table: {
|
|
40
|
+
headerRows: number;
|
|
41
|
+
widths: any[];
|
|
42
|
+
body: any[];
|
|
43
|
+
};
|
|
44
|
+
layout: {
|
|
45
|
+
hLineWidth: (i: any, node: any) => number;
|
|
46
|
+
vLineWidth: (i: any, node: any) => number;
|
|
47
|
+
hLineColor: (i: any, node: any) => string;
|
|
48
|
+
vLineColor: (i: any, node: any) => string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
getMixTable(resData: any): {
|
|
52
|
+
style: string;
|
|
53
|
+
alignment: string;
|
|
54
|
+
table: {
|
|
55
|
+
headerRows: number;
|
|
56
|
+
widths: any[];
|
|
57
|
+
body: any[];
|
|
58
|
+
};
|
|
59
|
+
layout: {
|
|
60
|
+
hLineWidth: (i: any, node: any) => number;
|
|
61
|
+
vLineWidth: (i: any, node: any) => number;
|
|
62
|
+
hLineColor: (i: any, node: any) => string;
|
|
63
|
+
vLineColor: (i: any, node: any) => string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
getTable(resData: any): {
|
|
67
|
+
style: string;
|
|
68
|
+
alignment: string;
|
|
69
|
+
table: {
|
|
70
|
+
headerRows: number;
|
|
71
|
+
widths: any[];
|
|
72
|
+
body: any[];
|
|
73
|
+
};
|
|
74
|
+
layout: {
|
|
75
|
+
hLineWidth: (i: any, node: any) => number;
|
|
76
|
+
vLineWidth: (i: any, node: any) => number;
|
|
77
|
+
hLineColor: (i: any, node: any) => string;
|
|
78
|
+
vLineColor: (i: any, node: any) => string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
getSummaryTable(resData: any): {
|
|
82
|
+
style: string;
|
|
83
|
+
alignment: string;
|
|
84
|
+
table: {
|
|
85
|
+
headerRows: number;
|
|
86
|
+
widths: any[];
|
|
87
|
+
body: any[];
|
|
88
|
+
};
|
|
89
|
+
layout: {
|
|
90
|
+
hLineWidth: (i: any, node: any) => number;
|
|
91
|
+
vLineWidth: (i: any, node: any) => number;
|
|
92
|
+
hLineColor: (i: any, node: any) => string;
|
|
93
|
+
vLineColor: (i: any, node: any) => string;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
getTableHK(resData: any): {
|
|
97
|
+
style: string;
|
|
98
|
+
alignment: string;
|
|
99
|
+
table: {
|
|
100
|
+
headerRows: number;
|
|
101
|
+
widths: any[];
|
|
102
|
+
body: any[];
|
|
103
|
+
};
|
|
104
|
+
layout: {
|
|
105
|
+
hLineWidth: (i: any, node: any) => number;
|
|
106
|
+
vLineWidth: (i: any, node: any) => number;
|
|
107
|
+
hLineColor: (i: any, node: any) => string;
|
|
108
|
+
vLineColor: (i: any, node: any) => string;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
getMixterms(trm: any, totalPkts: any): {
|
|
112
|
+
style: string;
|
|
113
|
+
color: string;
|
|
114
|
+
pageBreak: string;
|
|
115
|
+
table: {
|
|
116
|
+
widths: string[];
|
|
117
|
+
body: ({
|
|
118
|
+
border: boolean[];
|
|
119
|
+
columns: ({
|
|
120
|
+
stack: {
|
|
121
|
+
text: string;
|
|
122
|
+
fontSize: number;
|
|
123
|
+
bold: boolean;
|
|
124
|
+
margin: number[];
|
|
125
|
+
}[];
|
|
126
|
+
columns?: undefined;
|
|
127
|
+
} | {
|
|
128
|
+
columns: {
|
|
129
|
+
fontSize: number;
|
|
130
|
+
text: string;
|
|
131
|
+
margin: number[];
|
|
132
|
+
}[];
|
|
133
|
+
stack?: undefined;
|
|
134
|
+
})[];
|
|
135
|
+
}[] | {
|
|
136
|
+
border: boolean[];
|
|
137
|
+
text: string;
|
|
138
|
+
fontSize: number;
|
|
139
|
+
bold: boolean;
|
|
140
|
+
margin: number[];
|
|
141
|
+
}[] | {
|
|
142
|
+
border: boolean[];
|
|
143
|
+
text: string;
|
|
144
|
+
fontSize: number;
|
|
145
|
+
margin: number[];
|
|
146
|
+
}[] | {
|
|
147
|
+
border: boolean[];
|
|
148
|
+
stack: {
|
|
149
|
+
fontSize: number;
|
|
150
|
+
ol: any[];
|
|
151
|
+
}[];
|
|
152
|
+
}[])[];
|
|
153
|
+
};
|
|
154
|
+
layout: {
|
|
155
|
+
hLineWidth: (i: any, node: any) => number;
|
|
156
|
+
vLineWidth: (i: any, node: any) => number;
|
|
157
|
+
hLineColor: (i: any, node: any) => string;
|
|
158
|
+
vLineColor: (i: any, node: any) => string;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
getterms(trm: any, totalPkts: any): {
|
|
162
|
+
style: string;
|
|
163
|
+
color: string;
|
|
164
|
+
pageBreak: string;
|
|
165
|
+
table: {
|
|
166
|
+
widths: string[];
|
|
167
|
+
body: ({
|
|
168
|
+
border: boolean[];
|
|
169
|
+
columns: ({
|
|
170
|
+
stack: {
|
|
171
|
+
text: string;
|
|
172
|
+
fontSize: number;
|
|
173
|
+
bold: boolean;
|
|
174
|
+
margin: number[];
|
|
175
|
+
}[];
|
|
176
|
+
columns?: undefined;
|
|
177
|
+
} | {
|
|
178
|
+
columns: {
|
|
179
|
+
fontSize: number;
|
|
180
|
+
text: string;
|
|
181
|
+
margin: number[];
|
|
182
|
+
}[];
|
|
183
|
+
stack?: undefined;
|
|
184
|
+
})[];
|
|
185
|
+
}[] | {
|
|
186
|
+
border: boolean[];
|
|
187
|
+
text: string;
|
|
188
|
+
fontSize: number;
|
|
189
|
+
bold: boolean;
|
|
190
|
+
margin: number[];
|
|
191
|
+
}[] | {
|
|
192
|
+
border: boolean[];
|
|
193
|
+
text: string;
|
|
194
|
+
fontSize: number;
|
|
195
|
+
margin: number[];
|
|
196
|
+
}[] | {
|
|
197
|
+
border: boolean[];
|
|
198
|
+
stack: {
|
|
199
|
+
fontSize: number;
|
|
200
|
+
ol: any[];
|
|
201
|
+
}[];
|
|
202
|
+
}[])[];
|
|
203
|
+
};
|
|
204
|
+
layout: {
|
|
205
|
+
hLineWidth: (i: any, node: any) => number;
|
|
206
|
+
vLineWidth: (i: any, node: any) => number;
|
|
207
|
+
hLineColor: (i: any, node: any) => string;
|
|
208
|
+
vLineColor: (i: any, node: any) => string;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
gettermsAD(trm: any, totalPkts: any): {
|
|
212
|
+
style: string;
|
|
213
|
+
color: string;
|
|
214
|
+
pageBreak: string;
|
|
215
|
+
table: {
|
|
216
|
+
widths: string[];
|
|
217
|
+
body: ({
|
|
218
|
+
border: boolean[];
|
|
219
|
+
columns: ({
|
|
220
|
+
width: string;
|
|
221
|
+
stack: {
|
|
222
|
+
text: string;
|
|
223
|
+
fontSize: number;
|
|
224
|
+
bold: boolean;
|
|
225
|
+
margin: number[];
|
|
226
|
+
}[];
|
|
227
|
+
columns?: undefined;
|
|
228
|
+
} | {
|
|
229
|
+
columns: {
|
|
230
|
+
fontSize: number;
|
|
231
|
+
text: string;
|
|
232
|
+
margin: number[];
|
|
233
|
+
}[];
|
|
234
|
+
width?: undefined;
|
|
235
|
+
stack?: undefined;
|
|
236
|
+
})[];
|
|
237
|
+
}[] | {
|
|
238
|
+
border: boolean[];
|
|
239
|
+
text: string;
|
|
240
|
+
fontSize: number;
|
|
241
|
+
bold: boolean;
|
|
242
|
+
margin: number[];
|
|
243
|
+
}[] | {
|
|
244
|
+
border: boolean[];
|
|
245
|
+
text: string;
|
|
246
|
+
fontSize: number;
|
|
247
|
+
margin: number[];
|
|
248
|
+
}[] | {
|
|
249
|
+
border: boolean[];
|
|
250
|
+
stack: {
|
|
251
|
+
fontSize: number;
|
|
252
|
+
ol: any[];
|
|
253
|
+
}[];
|
|
254
|
+
}[])[];
|
|
255
|
+
};
|
|
256
|
+
layout: {
|
|
257
|
+
hLineWidth: (i: any, node: any) => number;
|
|
258
|
+
vLineWidth: (i: any, node: any) => number;
|
|
259
|
+
hLineColor: (i: any, node: any) => string;
|
|
260
|
+
vLineColor: (i: any, node: any) => string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
gettermsendTP(trm: any, totalPkts: any): {
|
|
264
|
+
style: string;
|
|
265
|
+
color: string;
|
|
266
|
+
table: {
|
|
267
|
+
widths: string[];
|
|
268
|
+
body: ({
|
|
269
|
+
border: boolean[];
|
|
270
|
+
columns: ({
|
|
271
|
+
columns?: undefined;
|
|
272
|
+
} | {
|
|
273
|
+
columns: {
|
|
274
|
+
fontSize: number;
|
|
275
|
+
text: string;
|
|
276
|
+
margin: number[];
|
|
277
|
+
}[];
|
|
278
|
+
})[];
|
|
279
|
+
}[] | {
|
|
280
|
+
border: boolean[];
|
|
281
|
+
text: string;
|
|
282
|
+
fontSize: number;
|
|
283
|
+
margin: number[];
|
|
284
|
+
}[] | {
|
|
285
|
+
border: boolean[];
|
|
286
|
+
stack: {
|
|
287
|
+
fontSize: number;
|
|
288
|
+
ol: any[];
|
|
289
|
+
}[];
|
|
290
|
+
}[])[];
|
|
291
|
+
};
|
|
292
|
+
layout: {
|
|
293
|
+
hLineWidth: (i: any, node: any) => number;
|
|
294
|
+
vLineWidth: (i: any, node: any) => number;
|
|
295
|
+
hLineColor: (i: any, node: any) => string;
|
|
296
|
+
vLineColor: (i: any, node: any) => string;
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
gettermsend(trm: any, totalPkts: any): {
|
|
300
|
+
style: string;
|
|
301
|
+
color: string;
|
|
302
|
+
table: {
|
|
303
|
+
widths: string[];
|
|
304
|
+
body: ({
|
|
305
|
+
border: boolean[];
|
|
306
|
+
columns: ({
|
|
307
|
+
stack: {
|
|
308
|
+
text: string;
|
|
309
|
+
fontSize: number;
|
|
310
|
+
bold: boolean;
|
|
311
|
+
margin: number[];
|
|
312
|
+
}[];
|
|
313
|
+
columns?: undefined;
|
|
314
|
+
} | {
|
|
315
|
+
columns: {
|
|
316
|
+
fontSize: number;
|
|
317
|
+
text: string;
|
|
318
|
+
margin: number[];
|
|
319
|
+
}[];
|
|
320
|
+
stack?: undefined;
|
|
321
|
+
})[];
|
|
322
|
+
}[] | {
|
|
323
|
+
border: boolean[];
|
|
324
|
+
text: string;
|
|
325
|
+
fontSize: number;
|
|
326
|
+
bold: boolean;
|
|
327
|
+
margin: number[];
|
|
328
|
+
}[] | {
|
|
329
|
+
border: boolean[];
|
|
330
|
+
text: string;
|
|
331
|
+
fontSize: number;
|
|
332
|
+
margin: number[];
|
|
333
|
+
}[] | {
|
|
334
|
+
border: boolean[];
|
|
335
|
+
stack: {
|
|
336
|
+
fontSize: number;
|
|
337
|
+
ol: any[];
|
|
338
|
+
}[];
|
|
339
|
+
}[])[];
|
|
340
|
+
};
|
|
341
|
+
layout: {
|
|
342
|
+
hLineWidth: (i: any, node: any) => number;
|
|
343
|
+
vLineWidth: (i: any, node: any) => number;
|
|
344
|
+
hLineColor: (i: any, node: any) => string;
|
|
345
|
+
vLineColor: (i: any, node: any) => string;
|
|
346
|
+
};
|
|
347
|
+
};
|
|
348
|
+
gettermsHK(trm: any, totalPkts: any): {
|
|
349
|
+
style: string;
|
|
350
|
+
color: string;
|
|
351
|
+
pageBreak: string;
|
|
352
|
+
table: {
|
|
353
|
+
widths: string[];
|
|
354
|
+
body: ({
|
|
355
|
+
border: boolean[];
|
|
356
|
+
columns: {
|
|
357
|
+
stack: {
|
|
358
|
+
text: string;
|
|
359
|
+
fontSize: number;
|
|
360
|
+
bold: boolean;
|
|
361
|
+
margin: number[];
|
|
362
|
+
}[];
|
|
363
|
+
}[];
|
|
364
|
+
}[] | {
|
|
365
|
+
border: boolean[];
|
|
366
|
+
text: string;
|
|
367
|
+
fontSize: number;
|
|
368
|
+
margin: number[];
|
|
369
|
+
}[] | {
|
|
370
|
+
border: boolean[];
|
|
371
|
+
stack: ({
|
|
372
|
+
type: string;
|
|
373
|
+
fontSize: number;
|
|
374
|
+
ol: any[];
|
|
375
|
+
text?: undefined;
|
|
376
|
+
margin?: undefined;
|
|
377
|
+
alignment?: undefined;
|
|
378
|
+
} | {
|
|
379
|
+
text: string;
|
|
380
|
+
margin: number[];
|
|
381
|
+
alignment: string;
|
|
382
|
+
type?: undefined;
|
|
383
|
+
fontSize?: undefined;
|
|
384
|
+
ol?: undefined;
|
|
385
|
+
} | {
|
|
386
|
+
text: string;
|
|
387
|
+
fontSize: number;
|
|
388
|
+
alignment: string;
|
|
389
|
+
margin: number[];
|
|
390
|
+
type?: undefined;
|
|
391
|
+
ol?: undefined;
|
|
392
|
+
})[];
|
|
393
|
+
}[])[];
|
|
394
|
+
};
|
|
395
|
+
layout: {
|
|
396
|
+
hLineWidth: (i: any, node: any) => number;
|
|
397
|
+
vLineWidth: (i: any, node: any) => number;
|
|
398
|
+
hLineColor: (i: any, node: any) => string;
|
|
399
|
+
vLineColor: (i: any, node: any) => string;
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
createExternalMemo(resData: any): void;
|
|
403
|
+
createExternalMemoTP(resData: any): void;
|
|
404
|
+
createExternalMemoAD(resData: any): void;
|
|
405
|
+
createMemoSummary(resData: any): void;
|
|
406
|
+
createMixExternalMemo(resData: any): void;
|
|
407
|
+
createMixMemoEstimate(resData: any): void;
|
|
408
|
+
fullPageExternalMemo(resData: any): void;
|
|
409
|
+
getTotal(currentPage: any, pageCount: any, colLen: any): any[];
|
|
410
|
+
performaInvoice(resData: any): void;
|
|
411
|
+
GenrateSaleInvoice(data: any): void;
|
|
412
|
+
GenratePacketList(data: any): void;
|
|
413
|
+
GenrateExportBoxCover(data: any): void;
|
|
414
|
+
GenrateExportAnnexureA(data: any): void;
|
|
415
|
+
GenrateExportExportDeclaration(data: any): void;
|
|
416
|
+
GenrateExportRoDtep(data: any): void;
|
|
417
|
+
GenrateExportsSaleInvoice(data: any): void;
|
|
418
|
+
GenrateSoldConsignmentInvoice(data: any): void;
|
|
419
|
+
GenrateLabConsignmentSaleInvoice(data: any): void;
|
|
420
|
+
GenrateLabConsignmentSummaryInvoice(data: any): void;
|
|
421
|
+
GenrateDDASaleInvoice(data: any): void;
|
|
422
|
+
GenrateDDASaleWithSummaryInvoice(data: any): void;
|
|
423
|
+
GenrateLocalSaleInvoice(data: any): void;
|
|
424
|
+
GenrateExpenseVoucher(data: any): void;
|
|
425
|
+
GenrateDDASaleWithModelInvoice(data: any): void;
|
|
426
|
+
GenrateLocalSaleWithModelInvoice(data: any): void;
|
|
427
|
+
GenrateRepairingDeliveryChallan(data: any): void;
|
|
428
|
+
GenrateConsignmentSaleInvoice(data: any): void;
|
|
429
|
+
GenrateConsignmentPacketList(data: any): void;
|
|
430
|
+
GenrateConsignmentBoxCover(data: any): void;
|
|
431
|
+
GenrateConsignmentBoxCoverPdf(data: any): void;
|
|
432
|
+
GenrateConsignmentAnnexureA(data: any): void;
|
|
433
|
+
GenrateConsignmentExportDeclaration(data: any): void;
|
|
434
|
+
GenrateConsignmentEDFLetter(data: any): void;
|
|
435
|
+
GenrateConsignmentEDFApprovalLetter(data: any): void;
|
|
436
|
+
GenrateConsignmentLabApprovalLetter(data: any): void;
|
|
437
|
+
GenrateConsignmentLabBankLetter(data: any): void;
|
|
438
|
+
GenrateMalcaReleaseLetter(data: any): void;
|
|
439
|
+
GenrateBrinksReleaseLetter(data: any): void;
|
|
440
|
+
GenrateMalcaHoldLetter(data: any): void;
|
|
441
|
+
GenrateBrinksHoldLetter(data: any): void;
|
|
442
|
+
GenrateCustomAuthorityLetter(data: any): void;
|
|
443
|
+
GenratePendingMemoPdf(data: any): void;
|
|
444
|
+
writeRotatedText: (text: any) => string;
|
|
445
|
+
packetsPrint(Obj: any): void;
|
|
446
|
+
createMemoEstimateReplica(resData: any): void;
|
|
447
|
+
createExternalMemoHK(resData: any): void;
|
|
448
|
+
stringbuilder(): any[];
|
|
449
|
+
stringbuilderFullpage(): any[];
|
|
450
|
+
inWordsINR(num: any): string;
|
|
451
|
+
inWordsUSD(num: any): string;
|
|
452
|
+
imgData: string;
|
|
453
|
+
imData: any;
|
|
454
|
+
QR(pktNo: any): void;
|
|
455
|
+
packetPrint(objs: any): Promise<void>;
|
|
456
|
+
AltpacketPrint(objs: any): void;
|
|
457
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PdfServiceService, never>;
|
|
458
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PdfServiceService>;
|
|
459
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { GlobleEnvService } from '../globle/globle-env.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SharedServicesService {
|
|
5
|
+
private http;
|
|
6
|
+
glbEnv: GlobleEnvService;
|
|
7
|
+
constructor(http: HttpClient, glbEnv: GlobleEnvService);
|
|
8
|
+
cDt: Date;
|
|
9
|
+
pdfReport(reqObj: any, headers: any, url: any): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedServicesService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SharedServicesService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Router, ActivatedRoute } from '@angular/router';
|
|
2
|
+
import { ToastrService } from 'ngx-toastr';
|
|
3
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
4
|
+
import { GlobleEnvService } from './globle-env.service';
|
|
5
|
+
import { HttpClient } from '@angular/common/http';
|
|
6
|
+
import { Observable } from 'rxjs';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class UploadServiceService {
|
|
9
|
+
private http;
|
|
10
|
+
private glbEnv;
|
|
11
|
+
private _spinnerService;
|
|
12
|
+
private toastr;
|
|
13
|
+
private router;
|
|
14
|
+
private route;
|
|
15
|
+
constructor(http: HttpClient, glbEnv: GlobleEnvService, _spinnerService: NgxSpinnerService, toastr: ToastrService, router: Router, route: ActivatedRoute);
|
|
16
|
+
private header;
|
|
17
|
+
data(reqObj: any, method: any, url: any): Observable<any>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadServiceService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UploadServiceService>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
+
import { ToastrService } from 'ngx-toastr';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
5
|
+
import { GlobleEnvService } from '../globle/globle-env.service';
|
|
6
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
7
|
+
import { ShareDataService } from '../comman-service/share-data-service.service';
|
|
8
|
+
import { StockServiceService } from '../stock-service/stock-service.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class HeaderComponent implements OnInit {
|
|
11
|
+
private router;
|
|
12
|
+
private toastr;
|
|
13
|
+
private spinnerService;
|
|
14
|
+
globlEnv: GlobleEnvService;
|
|
15
|
+
private cs;
|
|
16
|
+
private _shdata;
|
|
17
|
+
private ss;
|
|
18
|
+
constructor(router: Router, toastr: ToastrService, spinnerService: NgxSpinnerService, globlEnv: GlobleEnvService, cs: CommanServiceService, _shdata: ShareDataService, ss: StockServiceService);
|
|
19
|
+
cDate: Date;
|
|
20
|
+
ds: string;
|
|
21
|
+
uUsr: string;
|
|
22
|
+
logDtl: any;
|
|
23
|
+
uname: any;
|
|
24
|
+
qkSch: any;
|
|
25
|
+
schId: any;
|
|
26
|
+
sttsA: any;
|
|
27
|
+
header: any;
|
|
28
|
+
count: any;
|
|
29
|
+
ntSch: boolean;
|
|
30
|
+
srchCnt: number;
|
|
31
|
+
cnt: number;
|
|
32
|
+
feedbackComment: string;
|
|
33
|
+
isError: boolean;
|
|
34
|
+
checkStat: EventEmitter<any>;
|
|
35
|
+
flag: boolean;
|
|
36
|
+
toggle(): void;
|
|
37
|
+
clickFilter(kc: any): void;
|
|
38
|
+
backHome(): void;
|
|
39
|
+
packetLookupSrcCount(fglstr: any): void;
|
|
40
|
+
logOutBox(): void;
|
|
41
|
+
logout(): void;
|
|
42
|
+
ngOnInit(): void;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "app-header", never, {}, { "checkStat": "checkStat"; }, never, never>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { GlobleEnvService } from '../globle/globle-env.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class InvalidComponent implements OnInit {
|
|
5
|
+
private globlEnv;
|
|
6
|
+
constructor(globlEnv: GlobleEnvService);
|
|
7
|
+
ds: any;
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
redirectOrg(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InvalidComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InvalidComponent, "app-invalid", never, {}, {}, never, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ToastrService } from 'ngx-toastr';
|
|
3
|
+
import { CommanServiceService } from '../comman-service/comman-service.service';
|
|
4
|
+
import { GlobleEnvService } from '../globle/globle-env.service';
|
|
5
|
+
import { Router } from '@angular/router';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class LogoutComponent implements OnInit {
|
|
8
|
+
private router;
|
|
9
|
+
private cs;
|
|
10
|
+
private toastr;
|
|
11
|
+
private globlEnv;
|
|
12
|
+
constructor(router: Router, cs: CommanServiceService, toastr: ToastrService, globlEnv: GlobleEnvService);
|
|
13
|
+
header: any;
|
|
14
|
+
logidn: any;
|
|
15
|
+
clientKey: any;
|
|
16
|
+
logout(): void;
|
|
17
|
+
logoutNo(): void;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LogoutComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LogoutComponent, "app-logout", never, {}, {}, never, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
import { NgxSpinnerService } from "ngx-spinner";
|
|
5
|
+
import { ToastrService } from 'ngx-toastr';
|
|
6
|
+
import { AdminServiceService } from '../admin-service/admin-service.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class MenuRightComponent implements OnInit {
|
|
9
|
+
private http;
|
|
10
|
+
private router;
|
|
11
|
+
private as;
|
|
12
|
+
private toastr;
|
|
13
|
+
private spinnerService;
|
|
14
|
+
constructor(http: HttpClient, router: Router, as: AdminServiceService, toastr: ToastrService, spinnerService: NgxSpinnerService);
|
|
15
|
+
navigation: any[];
|
|
16
|
+
mdllist: any[];
|
|
17
|
+
btn: any;
|
|
18
|
+
pageinfo: any;
|
|
19
|
+
menulvl1List: any[];
|
|
20
|
+
menulvl2List: any[];
|
|
21
|
+
usrLst: any[];
|
|
22
|
+
userIdns: any[];
|
|
23
|
+
usrRightLst: any;
|
|
24
|
+
header: any;
|
|
25
|
+
selectedSlaves: {
|
|
26
|
+
[key: number]: boolean;
|
|
27
|
+
};
|
|
28
|
+
cblen: number;
|
|
29
|
+
v: string;
|
|
30
|
+
v1: string;
|
|
31
|
+
v2: string;
|
|
32
|
+
app: string;
|
|
33
|
+
applicationList: any[];
|
|
34
|
+
fillApp(): void;
|
|
35
|
+
fillModule(applId: any): void;
|
|
36
|
+
fillLevel1(module_idn: any): void;
|
|
37
|
+
fillLevel2(module_idn: any, menuIdn: any): void;
|
|
38
|
+
submenuChange(): void;
|
|
39
|
+
getUserRight(module_idn: any, menuIdn: any, submenu: any, applid: any): void;
|
|
40
|
+
onChange(e: any, moduleidn: any, menuIdn: any, user_idn: any, submenuid: any, applId: any): void;
|
|
41
|
+
onChangeAll(e: any, moduleidn: any, menuIdn: any, submenuid: any, applId: any): void;
|
|
42
|
+
cUrl: any;
|
|
43
|
+
ngOnInit(): void;
|
|
44
|
+
navigationFun(nav: any, i: any): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuRightComponent, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuRightComponent, "app-menu-right", never, {}, {}, never, never>;
|
|
47
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class NumberWithCommasPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberWithCommasPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NumberWithCommasPipe, "numberWithCommas">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class OrderByPipePipe implements PipeTransform {
|
|
4
|
+
transform: any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OrderByPipePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<OrderByPipePipe, "orderByPipe">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GetSelectedPipe implements PipeTransform {
|
|
4
|
+
transform(items: any[]): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetSelectedPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetSelectedPipe, "getSelcted">;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SumPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, args?: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SumPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SumPipe, "sum">;
|
|
7
|
+
}
|